@media (min-width: 1400px) {
    .container {
        max-width: 1380px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}

@media only screen and (max-width:1600px) {
    .our_promise_wrapper .common_title_area {
        padding-inline: 0;
    }

    .industry_formation_area {
        padding: 100px 60px;
    }

    .industries_wrapper .empty_circle {
        width: 50%;
    }

    .common_banner_area_main {
        padding-top: clamp(130px, 14vw, 300px);
        padding-bottom: clamp(130px, 11vw, 350px);
    }

    .mission_text {
        padding-left: clamp(20px, 4vw, 70px);
    }

    .how_we_work_wrapper .row:has(.work_with_box,
        .work_with_box_opposite)>* {
        padding-right: calc(1.5rem * .5);
        padding-left: calc(1.5rem * .5);
    }
}


@media only screen and (max-width:1399px) {
    .nav-ul>li {
        margin-right: 30px;
    }

    .nav-ul li a {
        font-size: 16px;
    }



}

@media only screen and (max-width:1199px) {

    .header_learn_btn_area {
        padding: 14px 30px;
    }

    /* MOBILE NAV  START*/
    .header .nav-area {
        display: block;
        width: 100%;
        max-width: 500px;
        height: 100%;
        position: fixed;
        top: 0;
        left: -600px;
        overflow-y: auto;
        background-color: var(--fade-black);
        z-index: 999;
        transition: all 0.5s ease-in-out;
        border-right: 1px solid #ffffff38;
    }

    .contact-btn .btn-two {
        margin-right: 16px;
    }

    .header .mobi-nav-active {
        display: block;
        left: 0;
    }

    .mobile-nav {
        display: block;
    }

    .nav-ul {
        display: block;
    }

    .nav-ul>li>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 20px;
        width: 100%;
        position: relative;
        font-size: 16px;
        border-top: 1px solid #ffffff38;
    }

    .nav-ul>li>a:last-child {
        border-bottom: 1px solid #ffffff38;
    }

    body:not(:has(.common_banner_area_main)) .nav-header .nav-ul li>a {
        color: var(--bs-white);
    }


    .nav-ul li:hover .dropdown-arrow i {
        transform: unset;
    }

    .nav-ul>li>a.active .dropdown-arrow i {
        transform: rotate(180deg);
    }

    .dropdown-arrow {
        width: 45px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--theme-red);
        color: #fff;
        position: absolute;
        right: 0;
    }

    .dropdown-arrow i {
        font-size: 16px;
        color: #ffffff;
    }


    .nav-ul li ul {
        position: unset;
        width: 100%;
        margin: 0 auto;
        display: none;
        visibility: visible;
        opacity: 1;
        background-color: transparent;
    }


    .nav-ul li ul li a {
        padding: 10px 30px;
        color: #fff;
        border-top: 1px solid #ffffff38;
    }

    .nav-ul .dropdown-nav>a::after {
        right: 30px;
        font-size: 12px;
    }

    .nav-ul>li {
        margin-right: 0;
    }

    .nav-ul li.dropdown-nav {
        margin-right: 0;
    }


    .menu-bar {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
    }

    .btns .t-btn {
        padding: 5px 15px;
        margin-left: 10px;
    }

    .wpcf7-spinner {
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
        margin: 0;
        z-index: 1;
    }

    .nav-ul li ul {
        box-shadow: none;
        padding-left: 20px;
    }

    .dropdown-arrow {
        margin-left: 5px;
    }

    .nav-ul li a:hover .dropdown-arrow i {
        color: #fff;
    }

    .nav-ul>li:hover .dropdown-arrow i {
        transform: unset;
    }

    body:not(:has(.common_banner_area_main)) .nav-header .nav-ul li .dropdown-arrow i {
        color: var(--bs-white);
    }

    body:not(:has(.common_banner_area_main)) .nav-header .nav-ul li>a:hover .dropdown-arrow i {
        color: var(--bs-white);
    }


    .mobile-nav .logo-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px 20px;
    }


    .mobile-nav .logo-area i {
        font-size: 24px;
        color: #fff;
    }

    /* MOBILE NAV END */

    /* BANNER  */
    .common_title_area ul li::before {
        content: "";
        width: 26px;
        height: 26px;
    }

    .contact_heading_area {
        margin-bottom: 50px;
    }

    .contact_form_area_main::before {
        bottom: -4%;
        left: -4%;
        width: 50px;
        height: 140px;
    }

    .contact_form_area_main::after {
        top: -4%;
        right: -4%;
        width: 50px;
        height: 140px;
    }

    .ql_resources_card_grid_parent {
        column-gap: 30px;
        display: flex;
        flex-wrap: wrap;
    }

    .ql_resources_card_wrapper1 {
        grid-area: unset;
        width: 100%;
    }

    .small_rs_card .rs_content_area {
        padding-top: 20px;
        padding-inline: 12px 20px;
    }

    .small_rs_card .rs_content_area {
        padding-top: 20px;
    }

    .industries_wrapper .empty_circle {
        width: 60%;
    }

    /* About Page  */
    .work_with_box,
    .work_with_box_opposite {
        min-height: 250px;
    }

    .overlapping_image_area1::after,
    .overlapping_image_area2::after {
        width: 60px;
        height: 150px;
    }

    /* Shop Page  */
    .product_list_wrapper .products li {
        flex: 1 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .feature_product_slider .industries_swiper_button {
        top: 50%;
    }

    .listing_pg_big_card .rs_image_area img {
        aspect-ratio: 2/1;
    }

    .listing_pg_big_card .small_card_total_content {
        padding: 20px 10px;
    }

    .woocommerce-js div.product div.images.woocommerce-product-gallery,
    .summary.entry-summary {
        position: relative;
        top: unset;
    }

    .woocommerce div.product div.images,
    .woocommerce div.product div.summary,
    .woocommerce #content div.product div.images,
    .woocommerce #content div.product div.summary,
    .woocommerce-page div.product div.images,
    .woocommerce-page div.product div.summary,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page #content div.product div.summary {
        float: none;
        width: 100%;
    }




}

@media only screen and (max-width:991px) {

    .video_icon {
        width: 64px;
        height: 64px;
    }

    .common_btn {
        line-height: 40px;
    }

    .header_unique_btn {
        padding-left: 53px;
    }

    .logo-area {
        margin-top: 0;
    }

    .logo-area a img {
        height: 52px;
    }

    .header_learn_btn_area a {
        font-size: 14px;
    }

    .small_service_showcase_area>.row {
        row-gap: 30px;
    }

    .itech_products_card {
        padding: 45px 20px;
    }

    .itech_productSwiper {
        padding: 30px 0 50px;
    }



    .footer_area>.row {
        row-gap: 50px;
    }

    .footer_wrapper::after {
        height: 40%;
    }

    .ql_points_area ul {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 30px;
    }

    .testing_image_block {
        padding-right: 0;
    }

    .industry_formation_area {
        padding: 120px 60px;
    }



    .social_accounts_area ul {
        display: flex;
        justify-content: center;
    }

    .footer_wrapper {
        background-position: right bottom 7%;
    }

    .footer_wrapper .right_divider {
        border-right: none;
    }

    .footer_area {
        border-bottom: 1px solid #ffffff80;
        padding-bottom: 20px;
    }

    .footer_wrapper .ql_ft_contact_info_area ul li {
        margin-bottom: 20px;
    }

    /* About Page  */
    .mission_text {
        padding-left: 0;
    }

    /* Technology Page  */
    .our_approach_area>.row>*:not(:last-child) {
        padding-right: 12px;
        border-right: none;
    }

    .our_approach_area>.row>*:not(:first-child) {
        padding-left: 12px;
    }

    .mobile_accordian_area {
        display: flex;
        background-color: #ececec;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        cursor: pointer;
        position: relative;
        border-radius: 10px;
        margin-bottom: 30px;
        font-weight: 600;
    }

    .mobile_accordian_area.active {
        background-color: var(--theme-secondary-color);
        color: var(--bs-white);
    }

    .mobile_accordian_area::after {
        content: " ";
        position: absolute;
        left: 50%;
        bottom: -14px;
        border-top: none;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-top: 15px solid transparent;
        transform: translateX(-50%);
    }

    .mobile_accordian_area.active::after {
        border-top-color: var(--theme-secondary-color);
    }

    .tab_nav_wrapper {
        display: none;
    }

    .document_details_area {
        padding: 30px;
        margin-bottom: 30px;
    }

    .our_approach_area {
        padding-block: 40px;
    }

    .about_unique_cards_area {
        flex-wrap: wrap;
    }

    .about_unique_cards_area>* {
        width: 100%;
    }

    .about_content_image_area img {
        aspect-ratio: 3 / 1.8;
    }

    /* Shop Page  */
    .filter_sticky {
        position: unset;
        top: unset;
    }

    .shop_top_bar {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .sort_filter_area {
        background-color: var(--theme-fade-white);
    }

    .product_list_wrapper {
        padding: 30px 20px;
    }

    .product_details_tab_content_wrapper {
        padding: 30px;
        margin-bottom: 30px;
    }

    .your_haven_area {
        padding: 30px;
    }

    .product_selection_content img {
        width: 50px;
        height: 60px;
        margin-bottom: 15px;
    }








}



@media only screen and (max-width:767px) {

    .container,
    .container-sm {
        max-width: unset !important;
    }


    /* .contact-btn .common_btn {
        font-size: 13px;
        padding: 0 10px;
        line-height: 34px;
    } */

    .logo-area a img {
        max-width: 170px;
    }

    .contact_heading_area {
        margin-bottom: 30px;
    }

    .upper_header_wrapper {
        padding: 10px 0;
    }

    .mobile-nav .logo-area i {
        font-size: 18px;
    }

    .menu-bar i {
        font-size: 20px;
    }

    .nav-area .double_btn_wrapper {
        padding: 0 15px;
    }



    .navigation_area ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    .contact_form_area_main .input_area input {
        height: 46px;
    }

    .ql_product_form_modal .modal-body .request_form_area_main .input_area input {
        height: 46px;
    }


    .ql_contact_pg_info_area :is(.ql_other_info, .ql_address_info) {
        margin-top: 0.5em;
    }

    .ql_ponits_content {
        padding-left: 22px;
    }

    .common_title_area ul li::before {
        width: 24px;
        height: 24px;
    }

    .feature_product_slider {
        padding-inline: 15px;
    }

    .product_details_timeline {
        background-color: var(--theme-fade-white);
    }

    .your_haven_area {
        padding: 0;
        background-color: transparent;
    }

    .product_additional_points_wrapper .product_selection_area {
        max-width: unset;
    }

    .resources_showcase_box h3 {
        font-size: 20px;
    }

    .resources_prof_image_area {
        border-radius: 10px;
    }

    .related_blog_slider_wrapper {
        padding-inline: 5px;
    }

    .footer_area .logo-area img {
        max-width: 170px;
        max-height: 40px;
    }


}

@media only screen and (max-width:590px) {


    .contact_form_area_main :is(.input_area, .select_area) {
        margin-bottom: 25px;
    }

    .small_rs_card .rs_image_area {
        max-width: unset;
        height: 320px;
    }

    .common_banner_context p {
        font-size: 16px;
    }


}

@media only screen and (max-width:480px) {
    .contact_btn .common_btn {
        padding: 0 10px;
        line-height: 34px;
        display: none;
    }

    .mouse_icon_animation,
    .mouse_icon {
        width: 20px;
    }



    .mobile_nav_btn_wrapper {
        display: block;
    }

    .contact_form_heading_area:after {
        bottom: -14px;
        border-right: 30px solid transparent;
        border-left: 30px solid transparent;
    }

    .contact_form_area_main {
        padding: 15px 15px 30px;
    }

    .common_title_area ul li {
        margin-bottom: 24px;
        padding-left: 35px;
    }

    .contact_form_heading_area {
        padding: 15px 20px;
    }

    .trusted_text_area p {
        font-size: 13px;
    }

    .industry_formation_area {
        padding: 60px 30px;
    }

    .industries_swiper_button_prev {
        left: 15px;
    }

    .industries_swiper_button_next {
        right: 15px;
    }

    .industries_swiper_button {
        width: 34px;
        height: 34px;
    }

    .industries_wrapper .ring_circle,
    .industries_wrapper .empty_circle2 {
        width: 40%;
        display: none;
    }

    .industries_wrapper .empty_circle {
        top: -10%;
        right: -10%;
    }



    .small_circle {
        width: 33px;
    }

    .small_circle2 {
        width: 15px;
    }

    .big_rs_card .rs_image_area {
        height: 300px;
        margin-bottom: 20px;
    }

    .small_rs_card .rs_image_area {
        max-width: unset;
        height: 270px;
    }

    /* About Us   */
    .overlapping_image_area1::after,
    .overlapping_image_area2::after {
        width: 30px;
        height: 90px;
    }

    .overlapping_image_area2 {
        margin-bottom: -30px;

    }

    .overlapping_image_area1::after {
        left: -20px;
    }

    .overlapping_image_area2::after {
        right: -12px;
        bottom: -30px;
    }

    .document_box_wrapper {
        flex-wrap: wrap;
        padding: 20px;
        row-gap: 15px;
    }

    .document_icon {
        width: 60px;
        height: 90px;
    }

    .l_ring1 {
        top: -10%;
    }

    .l_ring2 {
        top: 50%;
    }

    .l_ring4 {
        bottom: -10%;
    }

    .social_accounts_area i {
        width: 34px;
        height: 34px;
    }

    /* Technology Page  */
    .about_box_content_area {
        padding: 20px 20px 40px;
    }

    .document_details_area {
        padding: 15px;
    }

    .document_card_content_area h3 {
        text-wrap: balance;
    }

    .mobile_accordian_area {
        padding: 15px 20px;
        margin-bottom: 20px;

    }

    /* Shop Page   */
    .sort_filter_area {
        max-width: unset;
    }

    .sort_filter_area .select_area select {
        max-width: unset;
    }

    .product_list_wrapper .products li {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .product_list_wrapper .products {
        row-gap: 20px;
    }

    .product_list_wrapper {
        padding: 20px 15px;
    }

    .redirect_btn_area img {
        width: 20px;
        height: 20px;
    }

    .ur_box_area {
        padding-left: 25px;
    }

    .ur_box_area::before {
        top: 10px;
    }

    .product_small_gallery_arrow svg {
        width: 40px;
        height: 40px;
    }

    .itech_zoom_icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .product_details_tab_content_wrapper {
        padding: 20px;
        margin-bottom: 20px;
    }

    .listing_pg_big_card .rs_image_area img {
        aspect-ratio: 2 / 1.5;
    }

    .policy_content_wrapper .sm_empty_circle6 {
        top: calc(-8% + 130px);

    }

}