/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1200px) {


    .oahl_right_wrapper .oahl_rightcontact > a {
        font-size: 18px;
    }
    .oahl_right_wrapper .oahl_rightcontact > a i {
        font-size: 16px;
    }

    .oahlBottom_row {
        margin-top: -90px;
    }
    .oahlBottom_left {
        border-radius: 20px;
        background: rgba(211, 229, 241, 0.40);
        padding: 15px 0;
    }
    .oahlBottom_right_content ul.experience {
        align-self: flex-end;
        padding-right: 15px;
    }
    .recoverAssetStep_content_wrapper {
        gap: 20px;
        margin-bottom: 20px;
    }
    .recoverAssetStep_content > span.number {
        width: 60px;
        height: 60px;
        font-size: 30px;
        top: -20px;
        left: -20px;
    }




/* ----------------------- */

.aboutHero_content_wrapper > img.vector {
	width: 100%;
	max-width: 400px;
}

.serviceProvide_card > p {
    font-size: 21px;
}

.contactUsForm_left > ul {
    margin-left: 0;
}
.contactUsForm_row {
	border-radius: 10px;
	padding: 80px 30px;
}
.contactUsForm_left > ul li:last-child {
    width: calc(100% - 50px);
}
.contactUsForm_left > ul li span {
    font-size: 18px;
}

.contactUsForm_left > ul li img {
    width: 30px;
}
.contactUsForm_left > ul li h4 {
	color: #000;
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 0;
}
.footer_link > h4 {
    font-size: 25px;
}
.footer_link > ul li a {
    font-size: 20px;
}
.footer_para p {
	font-size: 15px;
	font-weight: 300;
}


.cryptoForensics_content > h1 {
	font-size: 50px;
	line-height: 120%;
	margin-bottom: 15px;
}
.cryptoForensics_content > p {
    font-size: 18px;
}
.cryptoForensics_list ul li {
    font-size: 16px;
}
.inConclusion_content > p {
    font-size: 18px;
}
.inConclusion_content {
    padding-left: 50px;
}







}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {

    /* offcanvas heading setup css */
    .offcanvas-header {
        padding: 19px 15px !important;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .offcanvas-header > a img {
        width: 100%;
        max-width: 180px;
    }
    .heroHome_content {
        border-radius: 20px;
    }
    .header_area {
        padding-top: 12px;
    }
    .offcanvas-body {
        padding: 0;
        padding-top: 20px;
    }
    .offcanvas_menu > ul > li > a {
        color: #323232;
        font-size: 20px;
        font-weight: 400;
        line-height: 130%;
        padding: 15px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .offcanvas_menu > ul > li > a.active {
        color: #c081ff;
    }
    .offcanvas_menu > ul > li > a.active i {
        transform: rotate(-180deg);
    }
    .offcanvas_menu > ul > li > a i {
        font-size: 18px;
        transition: 0.3s;
    }
    .offcanvas_menu .dropdown_list > ul li a {
        color: #323232;
        font-size: 17px;
        font-weight: 400;
        line-height: 130%;
        padding: 10px 20px;
        display: block;
    }
    .offcanvas_menu .dropdown_list {
        padding: 0 20px;
    }
    .offcanvas_menu .dropdown_list > ul {
        background-color: rgba(192, 129, 255,0.05);
        border-radius: 5px;
        padding: 10px 0;
    }

/* -------------------------------- */

    .heroHome_content_inner > h1 {
        font-size: 50px;
        margin: 10px 0;
    }
    .ourApproachHome_right {
        margin-top: 20px;
    }
    .ourApproachHome_thumb > img {
        width: 100%;
    }
    .ourApproachHome_right > span {
        width: 100%;
        padding: 6px 0
    }
    .achievements_area {
        background-position: 70% 100%;
        margin-top: 50px;
    }
    .ourApproachHome_area {
        margin-top: 50px;
    }
    .achievements_content {
        margin-bottom: 15px;
    }
    .aboutUsHome_content > span {
        width: 100%;
    }
    .aboutUsHome_thumb > img {
        width: 100%;
        max-width: 600px;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }
    .workProcessHome_left {
        width: 100%;
        max-width: 700px;
        display: block;
        margin: 0 auto;
    }

    .workProcessHome_right {
        max-width: 700px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .workProcessHome_right > span.title {
        width: 100%;
    }

    .primaryHover::after {
        display: none !important;
    }

    .recoverAssetStep_content_wrapper {
        gap: 20px;
        margin-bottom: 20px;
    }

    .recoverAssetStep_content > span.number {
        width: 50px;
        height: 50px;
        font-size: 30px;
        font-weight: 600;
        line-height: 120%;
        position: absolute;
        top: -10px;
        left: -10px;
    }
    .footer_area > .container > .row > div {
        width: 100% !important;
    }
    .footer_link {
        text-align: center;
        margin-bottom: 50px;
    }
    .footer_area {
        padding-top: 50px;
    }
    .aboutUsHome_content {
        margin-top: 20px;
    }
    .recoverAssetStep_content {
        width: 100%;
        max-width: 485px;
        border-radius: 30px;
        background: #F5ECFF;
        padding: 30px 20px;
    }


/* ----------------------- */

.aboutHero_content_wrapper > img.vector {
	width: 100%;
	max-width: 400px;
}
.aboutHero_content > p {
    font-size: 20px;
}
.aboutHero_content_wrapper {
    flex-direction: column;
}
.aboutHero_content {
    margin: 0;
    margin-top: 10px;
}
.ourExpertise_content.mt_80 {
	margin-top: 40px;
}


.serviceProvide_card > p {
    font-size: 21px;
}
.allServiceHero_title > h2 {
    font-size: 45px;
}






.contactUsForm_left > ul {
    margin-left: 0;
}
.contactUsForm_row {
	border-radius: 10px;
	padding: 80px 30px;
}
.contactUsForm_left > ul li:last-child {
    width: calc(100% - 50px);
}
.contactUsForm_left > ul li span {
    font-size: 18px;
}

.contactUsForm_left > ul li img {
    width: 30px;
}
.contactUsForm_left > ul li h4 {
	color: #000;
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 0;
}
.footer_link > h4 {
    font-size: 25px;
}
.footer_link > ul li a {
    font-size: 20px;
}
.footer_para p {
	font-size: 15px;
	font-weight: 300;
}



    .cryptocurrencyTracing_content {
        flex-direction: column;
    }
    .cryptocurrencyTracing_content > img {
        width: 100%;
        max-width: 450px;
    }
    .tracingProcess_thumb > img {
        width: 100%;
        max-width: 400px;
        display: block;
        margin-top: 50px;
    }

    .conclusion_btn > a {
        margin-left: 0;
        margin-top: 20px;
    }

    .wireTransferBlog_row {
        margin-top: 20px;
    }
    .wireTransfer_blog_content > p {
        margin-bottom: 20px;
    }
    .wireTransfer_blog_area {
        margin-top: 50px;
    }
    .wireTransfer_blog_content > h3{
        margin-bottom: 10px;
    }

    .wireTransfer_blog_content {
        width: 100%;
        max-width: 100%;
    }
    .wireTransfer_blog_thumb > img {
        width: 100%;
        max-width: 500px;
        border-radius: 20px;
    }
    .challengesWireRecall_area {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .wireTransfer_inConclusion {
        margin-top: 50px;
    }



    .cryptoForensicsList_thumb {
        display: none;
    }
    .cryptoForensics_thumb> img {
        display: none;
    }
    .understanding_Landscape_area {
        background-size: 1500px;
        background-position: 50% 0;
    }
    .inConclusion_area {
        background: linear-gradient(180deg, #E2C6FF 0%, #FFF 100%);
        margin-top: 300px;
    }
    .inConclusion_thumb > img {
        display: block;
        margin-top: -200px;
    }


    .officeLocation_header > ul li a {
        width: 250px;
        min-height: 60px;
        font-size: 20px;
        font-weight: 600;
        line-height: 134%;
        border-radius: 10px;
        border: 1px solid #B56BFF;
        background: #FFF;
    }

    .officeMap_location > iframe {
        width: 100%;
        height: 300px;
        border-radius: 10px;
        margin: 20px 0;
    }
    .officeLocation_mapContent > h3 {
        font-size: 30px;
    }
    .officeLocation_mapContent > p {
        font-size: 20px;
    }
    .officeLocation_area {
        background: #E1E7EF;
        padding: 50px 0;
    }






}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (min-width: 576px) and (max-width: 767px) {	

    /* offcanvas heading setup css */
    .offcanvas-header {
        padding: 19px 15px !important;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .offcanvas-header > a img {
        width: 100%;
        max-width: 180px;
    }
    .heroHome_content {
        border-radius: 20px;
    }
    .header_area {
        padding-top: 12px;
    }
    .offcanvas-body {
        padding: 0;
        padding-top: 20px;
    }
    .offcanvas_menu > ul > li > a {
        color: #323232;
        font-size: 20px;
        font-weight: 400;
        line-height: 130%;
        padding: 15px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .offcanvas_menu > ul > li > a.active {
        color: #c081ff;
    }
    .offcanvas_menu > ul > li > a.active i {
        transform: rotate(-180deg);
    }
    .offcanvas_menu > ul > li > a i {
        font-size: 18px;
        transition: 0.3s;
    }
    .offcanvas_menu .dropdown_list > ul li a {
        color: #323232;
        font-size: 17px;
        font-weight: 400;
        line-height: 130%;
        padding: 10px 20px;
        display: block;
    }
    .offcanvas_menu .dropdown_list {
        padding: 0 20px;
    }
    .offcanvas_menu .dropdown_list > ul {
        background-color: rgba(192, 129, 255,0.05);
        border-radius: 5px;
        padding: 10px 0;
    }

/* -------------------------------- */

    .heroHome_content_inner > h1 {
        font-size: 40px;
        margin: 10px 0;
    }
    .ourApproachHome_right {
        margin-top: 20px;
    }
    .ourApproachHome_thumb > img {
        width: 100%;
    }
    .ourApproachHome_right > span {
        width: 100%;
        padding: 6px 0
    }
    .achievements_area {
        background-position: 70% 100%;
        margin-top: 50px;
    }
    .ourApproachHome_area {
        margin-top: 50px;
    }
    .achievements_content {
        margin-bottom: 15px;
    }
    .aboutUsHome_content > span {
        width: 100%;
    }
    .aboutUsHome_thumb > img {
        width: 100%;
        max-width: 600px;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }
    .workProcessHome_left {
        width: 100%;
        max-width: 700px;
        display: block;
        margin: 0 auto;
    }

    .workProcessHome_right {
        max-width: 700px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .workProcessHome_right > span.title {
        width: 100%;
    }

    .primaryHover::after {
        display: none !important;
    }

    .recoverAssetStep_content_wrapper {
        gap: 20px;
        margin-bottom: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .recoverAssetStep_content_wrapper > div {
        max-width: 100%;
    }

    .recoverAssetStep_content > span.number {
        width: 50px;
        height: 50px;
        font-size: 30px;
        font-weight: 600;
        line-height: 120%;
        position: absolute;
        top: -10px;
        left: -10px;
    }
    .footer_area > .container > .row > div {
        width: 100% !important;
    }
    .footer_link {
        text-align: center;
        margin-bottom: 50px;
    }
    .footer_area {
        padding-top: 50px;
    }
    .aboutUsHome_content {
        margin-top: 20px;
    }
    .heroHome_content_inner > span {
        font-size: 16px;
        width: 100%;
    }
    .heroHome_content_inner {
        margin-top: -140px;
        z-index: 55;
        position: relative;
    }
    .recoverAssetStep_header > h2{
        font-size: 45px;

    }
    .recoverAssetStep_header > h2 br {
        display: none;
    }




    /* ----------------------- */

    .aboutHero_content_wrapper > img.vector {
        width: 100%;
        max-width: 400px;
    }
    .aboutHero_content > p {
        font-size: 20px;
    }
    .aboutHero_content_wrapper {
        flex-direction: column;
    }
    .aboutHero_content {
        margin: 0;
        margin-top: 10px;
    }
    .ourExpertise_content.mt_80 {
        margin-top: 40px;
    }
    .whyChooseUsAbout_content > h2 br {
        display: none;
    }



    .serviceProvide_card > p {
        font-size: 18px;
    }
    .allServiceHero_title > h2 {
        font-size: 45px;
    }

    .serviceProvide_title > h2 {
        font-size: 40px;
    }





    .contactUsForm_left > ul {
        margin-left: 0;
    }
    .contactUsForm_row {
        border-radius: 10px;
        padding: 40px 25px;
    }
    .contactUsForm_left > ul li:last-child {
        width: calc(100% - 50px);
    }
    .contactUsForm_left > ul li span {
        font-size: 18px;
    }

    .contactUsForm_left > ul li img {
        width: 30px;
    }
    .contactUsForm_left > ul li h4 {
        color: #000;
        font-size: 22px;
        margin-bottom: 5px;
        margin-top: 0;
    }
    .footer_link > h4 {
        font-size: 25px;
    }
    .footer_link > ul li a {
        font-size: 20px;
    }
    .footer_para p {
        font-size: 15px;
        font-weight: 300;
    }





    .cryptocurrencyTracing_content {
        flex-direction: column;
    }
    .cryptocurrencyTracing_content > img {
        width: 100%;
        max-width: 450px;
    }
    .tracingProcess_thumb > img {
        width: 100%;
        max-width: 400px;
        display: block;
        margin-top: 50px;
    }

    .conclusion_btn > a {
        margin-left: 0;
        margin-top: 20px;
    }
    .reasonsScam_header > h2 br {
        display: none;
    }
    .reasonsScam_content > p {
        margin-left: 0;
    }
    .reasonsScam_content > h4 img {
        display: block;
        margin-bottom: 10px;
    }
    .reasonsScam_content {
        padding: 30px 20px;
        border-radius: 15px;
    }
    .conclusion_area .conclusion_row {
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 75px;
    }
    

    .wireTransferBlog_row {
        margin-top: 20px;
    }
    .wireTransfer_blog_content > p {
        margin-bottom: 20px;
    }
    .wireTransfer_blog_area {
        margin-top: 50px;
    }
    .wireTransfer_blog_content > h3{
        margin-bottom: 10px;
    }

    .wireTransfer_blog_content {
        width: 100%;
        max-width: 100%;
    }
    .wireTransfer_blog_thumb > img {
        width: 100%;
        max-width: 500px;
        border-radius: 20px;
    }
    .challengesWireRecall_area {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .wireTransfer_inConclusion {
        margin-top: 50px;
    }
    .wireTransfer_banner_area {
        padding: 90px 0;
    }



    

    .cryptoForensicsList_thumb {
        display: none;
    }
    .cryptoForensics_thumb> img {
        display: none;
    }
    .understanding_Landscape_area {
        padding-top: 50px;
        background-size: 1500px;
        background-position: 50% 0;
    }
    .inConclusion_area {
        background: linear-gradient(180deg, #E2C6FF 0%, #FFF 100%);
        margin-top: 300px;
    }
    .inConclusion_thumb > img {
        display: block;
        margin-top: -200px;
        width: 100%;
        max-width: 300px;
    }
    .understanding_Landscape_content > h4 {
        font-size: 20px;
    }
    .understanding_Landscape_content > p {
        font-size: 15px;
    }
    .cryptoForensics_list ul li {
        font-size: 18px;
    }
    .cryptoForensics_content > p {
        font-size: 18px;
    }
    .cryptoForensics_content > h1 {
        font-size: 50px;
    }
    .cryptoForensics_list ul {
        margin-top: 0;
    }
    .inConclusion_content > p {
        font-size: 18px;
    }





    .officeLocation_header > ul li a {
        width: 250px;
        min-height: 60px;
        font-size: 20px;
        font-weight: 600;
        line-height: 134%;
        border-radius: 10px;
        border: 1px solid #B56BFF;
        background: #FFF;
    }

    .officeMap_location > iframe {
        width: 100%;
        height: 300px;
        border-radius: 10px;
        margin: 20px 0;
    }
    .officeLocation_mapContent > h3 {
        font-size: 30px;
    }
    .officeLocation_mapContent > p {
        font-size: 20px;
    }
    .officeLocation_area {
        background: #E1E7EF;
        padding: 50px 0;
    }





}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/
@media screen and (max-width: 575px) {

    /* offcanvas heading setup css */
    .offcanvas-header {
        padding: 10px 15px !important;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .offcanvas-header > a img {
        width: 100%;
        max-width: 180px;
    }
    .heroHome_content {
        border-radius: 20px;
        padding: 0 10px;
    }
    .header_area {
        padding-top: 12px;
    }
    .offcanvas-body {
        padding: 0;
        padding-top: 20px;
    }
    .offcanvas_menu > ul > li > a {
        color: #323232;
        font-size: 20px;
        font-weight: 400;
        line-height: 130%;
        padding: 15px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .offcanvas_menu > ul > li > a.active {
        color: #c081ff;
    }
    .offcanvas_menu > ul > li > a.active i {
        transform: rotate(-180deg);
    }
    .offcanvas_menu > ul > li > a i {
        font-size: 18px;
        transition: 0.3s;
    }
    .offcanvas_menu .dropdown_list > ul li a {
        color: #323232;
        font-size: 17px;
        font-weight: 400;
        line-height: 130%;
        padding: 10px 20px;
        display: block;
    }
    .offcanvas_menu .dropdown_list {
        padding: 0 20px;
    }
    .offcanvas_menu .dropdown_list > ul {
        background-color: rgba(192, 129, 255,0.05);
        border-radius: 5px;
        padding: 10px 0;
    }

    /* -------------------------------- */
    
        .heroHome_content_inner > h1 {
            font-size: 30px;
            margin: 10px 0;
        }
        .heroHome_content_inner > p{
            font-size: 18px;
        }
        .heroHome_content_inner > a {
            max-width: 100%;
            margin-bottom: 10px;
            min-height: 60px;
        }
        .heroHome_content {
            padding: 10px;
        }
        .ourApproachHome_right > p {
            font-size: 18px;
        }
        .ourApproachHome_right {
            margin-top: 20px;
        }
        .ourApproachHome_thumb > img {
            width: 100%;
        }
        .ourApproachHome_right > span {
            width: 100%;
            padding: 6px 0
        }
        .achievements_area {
            background-position: 70% 100%;
            margin-top: 50px;
            padding: 20px 0;
            padding-top: 20px;
        }
        .ourApproachHome_area {
            margin-top: 50px;
        }
        .achievements_content {
            margin-bottom: 15px;
        }
        .aboutUsHome_content > span {
            width: 100%;
        }
        .aboutUsHome_thumb > img {
            width: 100%;
            max-width: 600px;
            display: block;
            margin: 0 auto;
            margin-top: 20px;
        }
        .workProcessHome_left {
            width: 100%;
            max-width: 700px;
            display: block;
            margin: 0 auto;
        }
    
        .workProcessHome_right {
            max-width: 700px;
            margin: 0 auto;
            margin-top: 20px;
        }
        .workProcessHome_right > span.title {
            width: 100%;
        }
    
        .primaryHover::after {
            display: none !important;
        }
    
        .recoverAssetStep_content_wrapper {
            gap: 20px;
            margin-bottom: 20px;
            flex-wrap: wrap;
            justify-content: center;
        }
        .recoverAssetStep_content_wrapper > div {
            max-width: 100%;
        }
    
        .recoverAssetStep_content > span.number {
            width: 40px;
            height: 40px;
            font-size: 20px;
            font-weight: 600;
            line-height: 120%;
            position: absolute;
            top: -10px;
            left: -10px;
        }
        .footer_area > .container > .row > div {
            width: 100% !important;
        }
        .footer_link {
            text-align: center;
            margin-bottom: 50px;
        }
        .footer_area {
            padding-top: 50px;
        }
        .aboutUsHome_content {
            margin-top: 20px;
        }
        .heroHome_content_inner > span {
            font-size: 12px;
            width: 100%;
            padding: 8px 2px;
        }
        .heroHome_content_inner {
            margin-top: -80px;
            z-index: 55;
            position: relative;
        }
        .recoverAssetStep_header > h2{
            font-size: 45px;
    
        }
        .recoverAssetStep_header > h2 br {
            display: none;
        }
        .achievements_content > h3 {
            font-size: 40px;
        }
        .achievements_content > p {
            font-size: 18px;
        }
        .ourApproachHome_right a {
            min-height: 60px !important;
        }
        .aboutUsHome_content > p {
            font-size: 18px;
        }
        .aboutUsHome_content > a {
            min-height: 60px;
        }
        .workProcessHome_area {
            margin-top: 50px;
        } 
        .workProcessHome_left > p {
            bottom: 60px;
            font-size: 24px;
        }
        .recoverAssetStep_header > h2 br {
            display: none;
        }
        .recoverAssetStep_header > h2 {
            font-size: 35px;
        }
        .recoverAssetStep_header > h6 {
            font-size: 16px;
        }
        .recoverAssetStep_content > p {
            font-size: 18px;
        }
        .recoverAssetStep_content_wrapper > div {
            padding: 35px 15px;
            border-radius: 15px;
            min-height: auto;
        }
        .recoverAssetStep_content > h4 {
            font-size: 25px;
        }

        .header_logo > a img {
            width: 100%;
            max-width: 180px;
        }
        .hamburger .line {
            width: 35px;
        }


        /* ----------------------- */

        .aboutHero_content_wrapper > img.vector {
            width: 100%;
            max-width: 300px;
        }
        .aboutHero_content > p {
            font-size: 18px;
        }
        .aboutHero_content_wrapper {
            flex-direction: column;
        }
        .aboutHero_content {
            margin: 0;
            margin-top: 10px;
        }
        .ourExpertise_content.mt_80 {
            margin-top: 40px;
        }
        .whyChooseUsAbout_content > h2 br {
            display: none;
        }
        .ourExpertise_content > h4 {
            font-size: 22px;
        }
        .ourExpertise_content p {
            font-size: 16px;
        }

        .ourExpertise_content {
            border-radius: 10px;
            gap: 15px;
            min-height: auto;
            padding: 20px 10px;
        }

        .ourExpertise_content > h4 img {
            max-width: 30px;
        }
        .ourExpertise_area {
            margin-top: 50px;
        }
        .whyChooseUsAbout_content > h6 {
            color: #000;
            text-align: center;
            font-size: 13px;
            width: fit-content;
            margin: 0 auto;
            padding: 6px 15px;
            border-radius: 10px;
            background: linear-gradient(0deg, rgba(127, 0, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 125.51%);
            margin-bottom: 15px;
        }

        .whyChooseUsAbout_area {
            margin: 50px 0;
        }
        .whyChooseUsAbout_content > h2 {
            font-size: 40px;
        }
        .whyChooseUsAbout_content > p {
            font-size: 20px;
        }
        .aboutHero_area {
            padding: 50px 0;
        }


        .serviceProvide_card > p {
            font-size: 18px;
            margin-bottom: 20px;
        }
        .allServiceHero_title > h2 {
            font-size: 22px;
        }
        
        .serviceProvide_title > h2 {
            font-size: 35px;
        }
        .allServiceHero_title {
            width: 100%;
            max-width: 688px;
            padding: 10px;
            border-radius: 10px;
            position: absolute;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
        }
        .allServiceHero_content {
            padding-top: 60px;
        }
        .allServiceHero_content > a.speakExperet_btn {
            font-size: 18px;
            min-height: 60px;
        }
        .serviceProvide_area {
            margin-top: 50px;
        }
        .serviceProvide_card {
            min-height: auto;
        }
        .ourClientService_content {
            padding: 0 10px;
        }

        .ourClientService_content > h2 {
            font-size: 35px;
        }
        .ourClientService_content > p {
            font-size: 18px;
        }



        .contactUsForm_left > ul {
            margin-left: 0;
        }
        .contactUsForm_row {
            border-radius: 10px;
            padding: 40px 12.5px;
        }
        .contactUsForm_left > ul li:last-child {
            width: calc(100% - 50px);
        }
        .contactUsForm_left > ul li span {
            font-size: 18px;
            word-break: break-all;
        }
        
        .contactUsForm_left > ul li img {
            width: 30px;
        }
        .contactUsForm_left > ul li h4 {
            color: #000;
            font-size: 22px;
            margin-bottom: 5px;
            margin-top: 0;
        }
        .footer_link > h4 {
            font-size: 25px;
        }
        .footer_link > ul li a {
            font-size: 20px;
        }
        .footer_para p {
            font-size: 15px;
            font-weight: 300;
        }
        .contactUsForm_left > p {
            font-size: 18px;
        }
        .contactUsForm_left > h2 {
            font-size: 25px;
        }

        .aboutUsForm_content.contactUsForm_right .form_input textarea {
            min-height: 160px !important;
            padding: 15px;
        }
        .aboutUsForm_content.contactUsForm_right .form_input input,
        .aboutUsForm_content.contactUsForm_right .form_input select {
            height: 20px;
            padding: 15px;
            line-height: 100%;
        }






        .cryptocurrencyTracing_content {
            flex-direction: column;
        }
        .cryptocurrencyTracing_content > img {
            width: 100%;
            max-width: 300px;
        }
        .tracingProcess_thumb > img {
            width: 100%;
            max-width: 315px;
            display: block;
            margin-top: 50px;
        }
    
        .conclusion_btn > a {
            margin-left: 0;
            margin-top: 20px;
        }
        .reasonsScam_header > h2 br {
            display: none;
        }
        .reasonsScam_content > p {
            margin-left: 0;
        }
        .reasonsScam_content > h4 img {
            display: block;
            margin-bottom: 10px;
        }
        .reasonsScam_content {
            padding: 30px 20px;
            border-radius: 15px;
        }
        .conclusion_area .conclusion_row {
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 75px;
        }
        .cryptocurrencyTracing_content_inner > h2 {
            font-size: 35px;
            margin-bottom: 10px;
            text-align: center;
            margin-top: 10px;
        }
        .cryptocurrencyTracing_content_inner > h2 br {
            display: none;
        }
        .cryptocurrencyTracing_content_inner > span {
            font-size: 12px;
        }
        .cryptocurrencyTracing_content_inner > p {
            font-size: 18px;
        }
        .cryptocurrencyTracing_area {
            background: #F6EDFF;
            padding: 40px 0;
        }

        .collabLaw_content h2 {
            font-size: 35px;
            font-weight: 700;
            line-height: 134%;
            position: absolute;
            left: 0;
            width: 100%;
        }
        .collabLaw_content > p {
            font-size: 20px;
            font-weight: 400;
            line-height: 134%;
            margin-top: -100px;
        }
        .reasonsScam_header > h2 {
            font-size: 35px;
        }
        .reasonsScam_header > p {
            font-size: 20px;
        }
        .reasonsScam_content > p {
            font-size: 16px;
        }
        .aboutUsForm_content .form_btn > button {
            max-width: 100%;
        }
        .scheduleConsultation_content > h2 {
            font-size: 35px;
        }
        .scheduleConsultation_content > p {
            font-size: 16px;
        }
        .scheduleConsultation_banner > img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            object-position: top center;
        }


        .aboutUsForm_content .form_input input,
        .aboutUsForm_content .form_input select,
        .aboutUsForm_content .form_input textarea {
            width: 100%;
            min-height: 60px;
            padding: 10px 15px;
            color: #000;
            font-size: 18px;
        }
        .aboutUsForm_content .col-md-6,
        .aboutUsForm_content .col-12 {
            margin-top: 15px;
        }

        .aboutUsForm_content .form_input textarea {
            min-height: 130px;
        }

        .aboutUsForm_content .form_btn > button {
            font-size: 22px;
            min-height: 60px;
        }

        .aboutUsForm_area {
            margin-top: 55px;
            padding-bottom: 70px;
        }

    

        .wireTransferBlog_row {
            margin-top: 20px;
        }
        .wireTransfer_blog_content > p {
            margin-bottom: 16px;
        }
        .wireTransfer_blog_area {
            margin-top: 50px;
        }
        .wireTransfer_blog_content > h3{
            margin-bottom: 10px;
            font-size: 25px;
        }
    
        .wireTransfer_blog_content {
            width: 100%;
            max-width: 100%;
        }
        .wireTransfer_blog_thumb > img {
            width: 100%;
            max-width: 500px;
            border-radius: 20px;
        }
        .challengesWireRecall_area {
            margin-top: 50px;
            margin-bottom: 50px;
        }
    
        .wireTransfer_inConclusion {
            margin-top: 50px;
        }
        .wireTransfer_banner_area {
            padding: 50px 0;
        }
        .wireTransfer_banner_content > h1 {
            font-size: 50px;
        }
        .challengesWireRecall_content > h2 {
            font-size: 25px;
        }
        .challengesWireRecall_content > p {
            font-size: 16px;
        }
        .wireTransfer_inConclusion > h2 {
            color: #000;
            font-size: 25px;
            margin-bottom: 10px;
        }
        .wireTransfer_inConclusion > p {
            font-size: 17px;
        }



        


    

    .cryptoForensicsList_thumb {
        display: none;
    }
    .cryptoForensics_thumb> img {
        display: none;
    }
    .understanding_Landscape_area {
        background: url(../images/vector/vector15.png) no-repeat;
        padding-top: 50px;
        background-size: 500px;
        background-position: 50% 100px;

    }
    .inConclusion_area {
        background: linear-gradient(180deg, #E2C6FF 0%, #FFF 100%);
        margin-top: 200px;
    }
    .inConclusion_thumb > img {
        display: block;
        margin-top: -100px;
        width: 100%;
        max-width: 200px;
    }
    .understanding_Landscape_content > h4 {
        font-size: 16px;
    }
    .understanding_Landscape_content > p {
        font-size: 8px;
    }
    .cryptoForensics_list ul li {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .cryptoForensics_content > p {
        font-size: 18px;
    }
    .cryptoForensics_content > h1 {
        font-size: 50px;
    }
    .cryptoForensics_list ul {
        margin-top: 0;
    }
    .inConclusion_content > p {
        font-size: 16px;
    }
    .inConclusion_content > h3 {
        font-size: 25px;
    }
    .understanding_Landscape_row.mt_100 {
        margin-top: 50px;
    }


    
    .officeLocation_header > h2 img {
        width: 40px;
    }
    .officeLocation_header > h2 {
        font-size: 30px;
        gap: 10px;
        margin-bottom: 30px;
    }
    .officeLocation_header > ul li a {
        width: 150px;
        min-height: 60px;
        font-size: 16px;
        font-weight: 600;
        line-height: 134%;
        border-radius: 10px;
        border: 1px solid #B56BFF;
        background: #FFF;
    }
    .officeLocation_header > ul {
        gap: 10px;
    }

    .officeMap_location > iframe {
        width: 100%;
        height: 350px;
        border-radius: 10px;
        margin: 20px 0;
    }
    .officeLocation_mapContent > h3 {
        font-size: 25px;
    }
    .officeLocation_mapContent > p {
        font-size: 16px;
    }
    .officeLocation_area {
        background: #E1E7EF;
        padding: 50px 0;
    }
    .officeLocation_area .gm-style .place-card .place-name {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 500;
        font-size: 12px;
        color: black;
    }
    .collabLaw_content h2 {
        font-size: 30px;
    }
    .collabLaw_content > p {
        font-size: 18px;
        font-weight: 400;
        line-height: 134%;
        margin-top: -50px;
    }









}