@media screen and (min-width: 1025px) {}

@media (max-width: 1699px) {
    .container-fluid {
        --bs-gutter-x: 100px;
    }
}

@media (max-width: 1499px) {
    .common-sec {
        padding-block: 70px;
    }
}

@media (max-width: 1399px) {

    .container {
        max-width: 90%;
    }

}

@media (max-width: 1299px) {

    .sec-head {
        margin-bottom: 40px;
    }

    .sec-title {
        font-size: 32px;
    }

    .sec-sub-title {
        column-gap: 5px;
        margin-bottom: 20px;
        font-size: 12px;
    }

    p {
        line-height: 1.7;
        margin-bottom: 30px;
    }

    p,
    .cms-con ul li {
        font-size: 15px;
    }

    .cms-con ul li {
        padding-left: 25px;
        background-size: 18px;
    }

    .header-bottom {
        padding-block: 15px;
    }

    .header-bottom-nav ul li a {
        padding: 10px;
    }

    .btn {
        column-gap: 8px;
        --bs-btn-padding-x: 20px;
        --bs-btn-padding-y: 8px;
        --bs-btn-font-size: 16px;
        --bs-btn-font-weight: 600;
    }

    .announcement-strip {
        padding-block: 12px;
    }

    .hero-sec {
        padding-top: 50px;
    }

    .hero-con {
        max-width: 620px;
    }

    .hero-con .sec-title {
        font-size: 38px;
    }

    .hero-con .sec-head p {
        margin-top: 15px;
        font-size: 14px;
    }

    .hero-img-top-text,
    .hero-img-bottom-text {
        padding: 8px;
        column-gap: 6px;
        font-size: 14px;
    }

    .hero-img-top-text::before,
    .hero-img-bottom-text::before {
        width: 16px;
    }

    .hero-box {
        padding: 30px;
        column-gap: 20px;
    }

    .goc-boxes {
        max-width: 80%;
    }

    .goc-box {
        padding: 12px 17px;
    }

    .home-about-exp-box {
        padding: 20px 15px;
        margin-top: 20px;
        column-gap: 15px;
        max-width: 269px;
    }

    .home-about-con {
        max-width: 90%;
    }

    .featured-products-icon-img img {
        margin-bottom: 20px;
        max-height: 40px;
    }

    .featured-products-box-con {
        margin-bottom: 20px;
    }

    .featured-products-box-title {
        min-height: 44px;
        font-size: 16px;
    }

    .featured-products-box-con p {
        font-size: 14px;
    }

    .featured-count-box {
        padding-inline: 14px;
        column-gap: 10px;
    }

    .featured-count-box-img {
        width: 40px;
        padding: 8px;
    }

    .featured-count-box-count {
        font-size: 24px;
    }

    .featured-count-box-con p {
        font-size: 14px;
    }

    .inq-couple-left {
        max-width: 18%
    }

    .inq-form {
        padding: 30px;
    }

    .inq-testimonial-box-title {
        font-size: 32px;
    }

    .partner-con .sec-title {
        font-size: 30px;
    }

    .cta-phone {
        font-size: 36px;
        padding-bottom: 15px;
        background-size: 50%;
    }

    .benefits-inr {
        padding-block: 70px;
    }

    .footer-inr {
        padding-top: 70px;
    }

    .footer-col li a {
        padding-block: 8px;
        font-size: 14px;
    }
}

@media (max-width: 1199px) {

    .common-sec {
        padding-block: 50px;
    }

    .sec-head {
        margin-bottom: 30px;
    }

    .sec-title {
        font-size: 26px;
    }

    .sec-sub-title {
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

    .nav-open {
        overflow: hidden;
    }

    .header-nav-toggle-btn {
        position: relative;
        height: 30px;
        width: 28px;
        display: block;
        cursor: pointer;
        z-index: 111;
        background-color: transparent;
        color: #2F546C;
    }

    .header-nav-toggle-btn span {
        position: absolute;
        top: 13px;
        left: 0px;
        right: 0;
        display: block;
        padding: 0;
        width: 28px;
        height: 2px;
        border-radius: 6px;
        background-color: currentColor;
        font-size: 0px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
        margin: auto;
    }

    .header-nav-toggle-btn span:before,
    .header-nav-toggle-btn span:after {
        position: absolute;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: currentColor;
        content: "";
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
    }

    .header-nav-toggle-btn span:after {
        -webkit-transform: translateY(250%);
        transform: translateY(250%);
        -moz-transform: translateY(250%);
        -ms-transform: translateY(250%);
        top: 4px;
    }

    .header-nav-toggle-btn span:before {
        -webkit-transform: translateY(-250%);
        transform: translateY(-250%);
        -moz-transform: translateY(-250%);
        -ms-transform: translateY(-250%);
        top: -4px;
    }

    .nav-open .header-nav-toggle-btn span {
        -webkit-background: none;
        -moz-background: none;
        -ms-background: none;
        -o-background: none;
        background: none;
    }

    .nav-open .header-nav-toggle-btn span:before {
        -webkit-transform: translateY(0) rotate(45deg);
        -moz-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
        top: 0px;
        background-color: #fff;
    }

    .nav-open .header-nav-toggle-btn span:after {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
        top: 0px;
        background-color: #fff;
    }

    .header-bottom-nav {
        border: none;
        display: block;
        position: fixed;
        left: 0;
        width: 350px;
        height: 100vh;
        z-index: 99999;
        background-color: #fff;
        top: 0;
        overflow: scroll;
        transform: translateX(-100%);
        transition: all 0.4s;
    }

    .nav-open .header-bottom-nav {
        transform: translateX(0);
    }

    .header-bottom-nav .header-bottom-logo {
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #e1f3fc;
    }

    .header-bottom-nav .header-bottom-logo img {
        margin-left: auto;
        margin-right: auto;
        max-height: 55px;
    }


    .header-bottom-nav ul li {
        text-align: left;
        display: block;
        border-bottom: 1px solid rgb(47 84 108 / 10%);
    }

    .header-bottom-nav ul li a {
        font-size: 16px;
        padding: 12px;
        display: block;
    }

    .header-bottom-nav ul li>ul {
        display: none;
        opacity: 1 !important;
        visibility: visible !important;
        padding: 0 !important;
        position: static !important;
        transform: none !important;
        left: inherit !important;
        top: inherit !important;
        width: auto !important;
        box-shadow: none !important;
        border-radius: 0;
    }

    .header-bottom-nav ul li ul li {
        padding-left: 10px;
        padding-right: 10px;
        border-bottom: none;
    }

    .header-bottom-nav ul li ul li:last-child {
        padding-bottom: 16px;
    }

    .header-bottom-nav ul li ul li a {
        font-size: 14px;
    }

    .nav-open .nav-overlay {
        z-index: 11;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.4);
        content: "";
    }

    .header-bottom-nav ul li .arrow {
        right: 0;
        margin: unset;
        top: 0;
        display: block;
        position: absolute;
        padding: 20px;
    }

    .header-bottom-nav ul li .arrow.active {
        transform: scaleY(-1) rotate(45deg);
    }

    .hero-con .sec-title {
        font-size: 28px;
    }

    .hero-box-sec {
        margin-top: -200px;
    }

    .hero-img-wrap {
        column-gap: 30px;
    }


    .hero-img-left::before,
    .hero-img-right::before {
        left: 10px;
        top: 10px;
        border-width: 4px;
    }

    .hero-img-right::before {
        left: 7px;
        top: 5px;
        border-width: 3px;
    }

    .hero-snakes-img {
        left: -28%;
        bottom: -22%;
        max-width: 36%;
    }

    .home-about-con {
        max-width: 95%;
    }


    .home-about-exp-box {
        padding: 17px 15px;
        row-gap: 10px;
        flex-direction: column;
        text-align: center;
    }

    .featured-count-sec .row {
        --bs-gutter-y: 40px;
    }

    .featured-count-box {
        padding-inline: 30px;
    }

    .cta-phone {
        font-size: 28px;
    }

    .inq-testimonial-wrap {
        padding-block: 50px;
    }

    .inq-testimonial-box {
        max-width: 80%;
        row-gap: 30px;
    }

    .inq-testimonial-box .icon {
        width: 56px;
    }

    .inq-testimonial-box-title {
        font-size: 28px;
    }

    .inq-couple-left {
        max-width: 21%;
    }

    .partner-con .sec-title {
        font-size: 26px;
    }

    .btn {
        --bs-btn-padding-x: 15px;
        --bs-btn-padding-y: 8px;
        --bs-btn-font-size: 15px;
    }

    .benefits-box-img {
        width: 30px;
        flex: none;
    }

    .benefits-box-img img {
        width: 100%;
    }

    .featured-blog-box-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .footer-inr .row {
        --bs-gutter-y: 50px;
        margin-bottom: 50px;
    }

    .footer-links-wrap {
        padding-block: 29px;
    }
}

@media (max-width: 991px) {
    .common-sec {
        padding-block: 40px;
    }

    .sec-title {
        font-size: 24px;
    }


    .container,
    .container-fluid {
        --bs-gutter-x: 30px;
    }

    .container {
        max-width: 100%;
    }

    .hero-sec {
        text-align: center;
    }

    .hero-shape-left {
        top: 17%;
        bottom: unset;
    }

    .hero-con {
        max-width: 75%;
        text-align: center;
        margin-inline: auto;
    }

    .hero-con,
    .home-about-con,
    .inq-form {
        margin-top: 50px;
    }

    .hero-img-wrap {
        display: inline-flex;
    }

    .hero-box {
        padding: 15px;
        column-gap: 15px;
    }

    .hero-box-title {
        font-size: 18px;
        margin-bottom: 7px;
    }

    .hero-box-img {
        width: 40px;
        padding: 9px;
    }

    .home-about-img-wrap {
        max-width: 82%;
        column-gap: 22px;
        justify-content: center;
        margin-inline: auto;
    }

    .home-about-exp-box {
        flex-direction: row;
        text-align: left;
        max-width: 316px;
    }

    .featured-products-slide {
        padding-inline: 10px;
    }

    .featured-products-slider {
        margin-inline: -10px;
    }

    .featured-count-sec .row {
        --bs-gutter-y: 20px;
    }

    .featured-count-box {
        padding-inline: 0;
    }

    .featured-count-box::after {
        transform: unset;
        width: 100%;
        right: 0;
        top: calc(100% + 20px);
    }

    .featured-count-box-con p br {
        display: none;
    }

    .featured-count-box-count {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .inq-wave {
        margin-bottom: 45px;
    }

    .inq-testimonial-box-title {
        font-size: 24px;
        line-height: 1.4;
    }

    .inq-testimonial-box {
        max-width: 70%;
        row-gap: 20px;
    }

    .partner-con {
        text-align: center;
        margin-inline: auto;
        margin-bottom: 30px;
    }

    .partner-con .sec-sub-title,
    .partner-btns {
        justify-content: center;
    }

    .benefits-box-wrap {
        border-right: none;
    }

    .benefits-box-wrap :is([class*="col-"]:nth-child(1), [class*="col-"]:nth-child(2)) .benefits-box {
        border-bottom: 1px solid #E5EAF4;
    }

    .benefits-inr {
        padding-block: 40px;
    }

    .benefits-box ul {
        margin-left: -40px;
    }

    .footer-inr {
        padding-top: 40px;
    }

    .footer-inr .row {
        --bs-gutter-y: 40px;
        margin-bottom: 40px;
    }

    .footer-copyright p {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .error-sec,

    .thank-you-sec {

        height: calc(60vh - 0px);

        padding: 30px 0px;

    }



    .error-sec .error-title {

        font-size: 5rem;

    }



    .error-sec .error-subtitle {

        font-size: 1.75rem;

    }


}

@media (max-width: 767px) {
    .btn {
        --bs-btn-padding-x: 14px;
        --bs-btn-padding-y: 6px;
        --bs-btn-font-size: 14px;
    }

    .btn .icon {
        width: 8px;
    }

    p {
        line-height: 1.5;
    }

    p,
    .cms-con ul li {
        font-size: 12px;
    }

    .cms-con ul li {
        padding-left: 20px;
        background-size: 14px;
    }

    .cms-con ul li+li {
        margin-top: 10px;
    }

    .sec-title {
        font-size: 22px;
    }



    .slick-arrow {
        top: -66px;
    }

    .announcement-strip {
        padding-block: 8px;
        font-size: 12px;
    }

    .header-bottom-logo img {
        max-height: 50px;
    }



    .header-bottom-btns {
        column-gap: 15px;
    }

    .hero-sec {
        padding-top: 30px;
    }

    .hero-wave {
        margin-top: 80px;
    }

    .hero-con .sec-sub-title {
        font-size: 12px;
    }

    .hero-con .sec-sub-title span {
        padding: 2px 8px;
    }

    .hero-con .sec-sub-title span .icon {
        width: 16px;
    }


    .hero-con .sec-title {
        font-size: 26px;
    }

    .hero-con .sec-head p {
        margin-top: 10px;
        font-size: 12px;
    }

    .hero-box-sec {
        margin-top: -140px;
    }

    .hero-box-title {
        font-size: 16px;
    }

    .goc-boxes {
        max-width: 60%;
    }

    .goc-boxes .row {
        --bs-gutter-y: 20px
    }

    .goc-img img {
        max-height: 140px;
    }

    .benefits-box-title {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .benefits-box-con .cms-con p {
        font-size: 13px;
    }

    .benefits-box-con ul li {
        font-size: 14px;
        padding-left: 25px;
        background-size: 16px;
    }

    .benefits-box-con ul li+li {
        margin-top: 8px;
    }

    .featured-count-sec .row {
        --bs-gutter-y: 20px;
    }

    .featured-count-box::after {
        top: calc(100% + 10px);
    }

    .inq-testimonial-box {
        max-width: 100%;
    }

    .footer-inr .row {
        --bs-gutter-y: 30px;
        margin-bottom: 20px;
    }

    .footer-logo-wrap p {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 15px;
    }



    .footer-col-title {
        margin-bottom: 15px;
        font-size: 16px;
    }


    .footer-location-box+.footer-location-box {
        margin-top: 15px;
    }

    .footer-col li a {
        padding-block: 4px;
    }

    .footer-links-wrap {
        padding-block: 20px;
    }

    .footer-links-wrap li a {
        padding-block: 12px;
        font-size: 12px;
    }

    .footer-links-wrap li a::before {
        margin-right: 10px;
        margin-left: 10px;
    }

    .footer-social-media-links {
        margin-top: 20px;
    }

    .footer-copyright {
        padding-block: 10px;
    }

    .footer-copyright p {
        font-size: 12px;
    }

    .selectFilter {
        display: block;
        background: #f8f8f8;
        color: #333333;
        position: relative;
        border-radius: 10px;
        font-size: 16px;
        padding: 18px;
        line-height: 1;
        font-weight: 700;
        border: 1px solid rgba(0, 0, 0, 0.1);
        width: 100%;
        z-index: 3;
        text-align: left;
    }

    .selectFilter::after {
        content: "";
        position: absolute;
        right: 22px;
        top: -3px;
        bottom: 0;
        width: 10px;
        height: 10px;
        border-bottom: 3px solid #333333;
        border-right: 3px solid #333333;
        transform: rotate(45deg);
        margin: auto;
        transition: border .4s ease-in-out, transform .4s ease-in-out
    }

    .filterDropdown:not(.asd) {
        margin: 0 auto;
        width: 100%;
        top: 55px;
        position: absolute;
        background-color: #f8f8f8;
        border-radius: 0;
        z-index: 2;
        display: none;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        overflow: hidden;
        margin-top: -50px;
        max-height: 580px;
        padding-top: 50px
    }

    .filterDropdown:not(.asd) li {
        display: block;
        border-radius: 0;
        border-bottom: 1px solid #e5e5e5;
        padding: 0
    }

    .filterDropdown:not(.asd) li:last-child {
        border-bottom: none
    }

    .filterDropdown:not(.asd) li .blogcate_btn.active {
        background: transparent;
        border-radius: 0;
        border-color: transparent
    }

    .filterDropdown:not(.asd) li .blogcate_btn {
        background: transparent;
        border: none;
        text-align: start;
        padding: 12px 15px;
        width: 100%;
        display: block;
    }

    .blog_category ul li a {
        color: #000;
    }

    .blog_category ul li a.active {
        color: #204391;
        font-weight: 800;
    }

    .blog-search-box .form-control {
        font-size: 14px;
        line-height: 1.4;
    }

    .blog-search-box .search-form {
        padding-bottom: 14px;
    }
}

@media (max-width: 568px) {
    .slick-arrow {
        top: unset;
        bottom: 0;
        left: 0;
    }

    .slick-arrow.slick-next {
        left: 45px;
        right: unset;
    }

    .header {
        --transformX: 0;
    }


    .header-bottom-logo img {
        max-height: 40px;
    }

    .header-bottom-icon-btn .icon {
        width: 22px;
    }

    .header-bottom-btns {
        column-gap: 10px;
    }

    .header-bottom-nav {
        width: 260px;
    }

    .announcement-strip {
        padding-block: 8px;
        font-size: 12px;
        line-height: 1.3;
        padding-inline: 20px;
    }

    .announcement-strip .icon {
        width: 30px;
    }

    .hero-con {
        max-width: 100%;
    }

    .hero-con,
    .home-about-con,
    .inq-form-con {
        margin-bottom: 30px;
    }

    .hero-img-top-text,
    .hero-img-bottom-text {
        padding: 7px;
        column-gap: 5px;
        font-size: 12px;
    }

    .hero-img-top-text::before,
    .hero-img-bottom-text::before {
        width: 10px;
    }

    .hero-img-wrap {
        column-gap: 20px;
    }

    .hero-box-sec {
        margin-top: -110px;
        padding-bottom: 0;
    }

    .hero-box-wrap .row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
    }

    .goc-boxes {
        max-width: 100%;
    }

    .home-about-img-wrap {
        max-width: 100%;
    }

    .home-about-left-dots img,
    .home-about-right-dots img {
        max-height: 40px;
    }

    .home-about-exp-box {
        flex-direction: column;
        text-align: center;
        max-width: unset;
    }

    .home-about-exp-box-count {
        padding: 5px 10px;
    }

    .home-about-exp-box-count span {
        font-size: 22px;
    }



    .partners-con .sec-head {
        margin-bottom: 30px;
    }

    .partners-slide-box {
        padding-inline: 15px;
        min-height: 80px;

    }

    .partners-slide-box img {
        max-height: 40px;
    }

    .featured-products-slider {
        margin-bottom: 30px;
    }


    .featured-products-box {
        padding: 20px;
        max-width: 80%;
        margin-inline: auto;
    }

    .cta-phone {
        font-size: 22px;
    }

    .inq-contact-item-icon-wrap {
        width: 40px;
    }

    .inq-contact-item-icon-wrap .icon {
        width: 16px;
    }

    .inq-form {
        padding: 20px;
        border-radius: 12px;
        margin-top: 0;
    }

    .form-check-inline-wrap .form-label {
        display: block;
    }

    .inq-testimonial-wrap {
        padding-block: 40px;
        background-size: 100%;

    }

    .inq-testimonial-box-title {
        font-size: 18px;
    }

    .inq-testimonial-box .icon {
        width: 46px;
    }

    .inq-testimonial-box {
        row-gap: 15px;
    }

    .inq-testimonial-box-user-img {
        width: 36px;
    }

    .inq-testimonial-box-user {
        column-gap: 8px;
    }

    .partner-con .sec-title {
        font-size: 22px;
    }

    .partner-btns {
        flex-direction: column;
        row-gap: 10px;
        max-width: 200px;
        margin-inline: auto;
    }

    .benefits-box {
        padding: 12px;
        column-gap: 10px;
        border-bottom: 1px solid #E5EAF4;
    }

    .benefits-box-wrap {
        border-bottom: none;
    }


    .benefits-box ul {
        margin-left: -30px;
        margin-top: 20px;
    }

    .footer .container-fluid {
        --bs-gutter-x: 0;
    }

    .footer-inr {
        padding-top: 30px;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-logo img {
        max-height: 55px;
    }

    .footer-links-wrap {
        padding-block: 15px;
    }

    .footer-links-wrap ul {
        flex-wrap: wrap;
        row-gap: 5px;
    }

    .footer-copyright p {
        font-size: 12px;
        align-items: center;
        margin-top: 10px;
    }

    .footer-copyright-img img {
        margin-inline: auto;
    }

    .wpcf7-list-item.first {
        margin-left: 0;
    }

     .thank-you-sec .thank-you-con .thank-you-title {

        font-size: 3.125rem;

    }



    .thank-you-sec .thank-you-img {

        max-width: 5rem;

    }


}

@media (max-width: 395px) {}