@media (min-width: 1201px) {
    .main_menu {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .mean-expand {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .container {
        margin: 0 auto;
        max-width: 1084px;
    }

    .coupons-sec .container,
    .contact-info .container,
    .financing-sec .container,
    .finance-info .container,
    .lcri-sec .container {
        max-width: 1204px;
    }

    .mean-nav {
        display: none !important;
    }

    .quality-banner .container {
        /* max-width: 1194px; */
        max-width: 1206px;
    }

    footer .container {
        max-width: 1194px;
    }

    .single-blog .container {
        max-width: 1214px;
    }

    .single-blog-banner .container {
        margin: 0 auto;
        max-width: 1208px;
    }

    .resources .container,
    .why-choose-us .container,
    .blog-list-sec .container,
    .post-list-sec .container {
        max-width: 1206px;
    }

    .counter-sec .container {
        max-width: 1104px;
    }

    .who-we-are .container,
    .hero-home .container,
    .company-overview .container {
        max-width: 1208px;
    }

    .service-areas .container {
        max-width: 1128px;
    }

    .inner-content .container {
        /* max-width: 1214px; */
        max-width: 1206px;
    }

    .inner-hero .container {
        max-width: 1224px;
    }

    .content-with-sidebar .container {
        max-width: 1214px;
    }

    .reviews-section .container {
        max-width: 1214px;
    }

    .review-cta-section .container {
        max-width: 1208px;
    }

    /* header .left-wrp {
        padding-left: calc((100% - 1260px) / 2);
    } */
    header .container {
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media (max-width:1240px) {
    .quality-banner {
        padding: 25px 0px 25px 0px;
    }

    .quality-banner .right-img .img-wrp {
        max-width: 750px;
    }
}

@media (max-width: 1199px) {

    /* body #main__header::before {
        opacity: 1;
    } */
    .company-overview .img-wrap.mobile {
        display: block;
    }

    .company-overview .img-wrap.desktop {
        display: none;
    }
	header .container {
		max-width: 1280px;
		padding-left: 20px;
		padding-right: 20px;
	}

    h1,
    .h1 {
        font-size: 52px;
        line-height: 48px;
    }

    h2,
    .h2 {
        font-size: 40px;
    }

    h3,
    .h3 {
        font-size: 24px;
        line-height: 24px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    .main_menu {
        display: none !important;
    }

    .lines-button {
        display: block;
    }

    .mean-nav {
        width: 100%;
        left: 0;
        top: 100%;
        height: calc(100vh - 65px) !important;
        height: auto;
        overflow: auto;
    }

    .mean-bar {
        position: static;
    }

    .lines-button.x2.meanclose .lines:after {
        transform: rotate3d(0, 0, 1, 45deg) !important;
        transform-origin: 50% 50% 0;
    }

    .lines-button.x2.meanclose .lines:before {
        transform: rotate3d(0, 0, 1, -45deg) !important;
        transform-origin: 50% 50% 0;
    }

    .meanclose .lines {
        background: none;
    }

    .lines:before,
    .lines:after,
    .lines {
        width: 30px;
        height: 4px;
        background: var(--White);
    }

    header .navigation .mean-bar ul.firstul {
        display: block;
    }

    .dropdown-toggle::after {
        display: none;
    }

    header .navigation .mean-bar ul.firstul {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    header .navigation .mean-bar ul.firstul {
        padding-bottom: 30px;
        margin-top: 0;
    }

    .mean-nav ul.firstul>li>a:not(.mean-expand) {
        box-shadow: none;
        background: var(--Gray-2);
    }

    body .mean-nav ul.firstul>li:hover>a:not(.mean-expand) {
        background: var(--Gold) !important;
        color: #fff !important;
    }

    .mean-nav ul li a.mean-expand {
        background-image: url(../images/down-gold.svg) !important;
        background-size: 12px !important;
        transform: rotate(0deg);
        height: 48px;
        width: 70px;
        background-repeat: no-repeat !important;
        background-position: center !important;
        top: 0;
    }

    .mean-nav ul.dropdown-menu {
        border: none;
    }

    .mean-nav ul .dropdown-menu {
        position: relative;
        top: 0;
        border-radius: unset;
    }

    body .mean-nav ul.firstul>li:hover>a.mean-expand,
    body .main_menu ul>li:hover>a.mean-expand {
        box-shadow: none;
        background-color: transparent !important;
        transform: rotate(0deg);
        filter: brightness(0) invert(1);
    }

    body .mean-nav ul li a {
        transition: none;
    }

    body .mean-nav ul li a.mean-expand.mean-clicked {
        transform: rotate(180deg) !important;
    }

    header .navigation .mean-bar ul.firstul li a+ul.dropdown-menu li a {
        padding: 13px 30px;
    }

    .mean-nav ul .dropdown-menu li:last-child {
        border-bottom: none;
    }

    .mean-nav>ul>li.current_page_item>li.current_page_item>a,
    .mean-nav>ul>li.current-menu-ancestor>ul>li.current-menu-parent>a,
    .mean-nav>ul>li>ul>li>ul>li.current-menu-item>a {
        background: #0093bb;
        color: #fff;
    }

    .mean-nav>ul>li.current_page_item>a:not(.mean-expand),
    .mean-nav>ul>li>ul>li>ul>li.current_page_item>a:not(.mean-expand) {
        background: var(--Purple) !important;
        color: #fff !important;
    }

    .mean-nav>ul>li.current_page_item>a.mean-expand {
        box-shadow: none;
        background-color: transparent !important;
        transform: rotate(0deg);
        filter: brightness(0) invert(1);
    }

    .mean-nav>ul>li.current-menu-parent>a,
    .mean-nav>ul>li.current-page-parent>a,
    .mean-nav>ul>li>ul>li.current_page_parent>a {
        background-color: var(--Red) !important;
        color: var(--Gray-2) !important;
    }

    .mean-nav>ul>li.current-menu-parent>a,
    .mean-nav>ul>li.current-page-parent>a {
        background-color: var(--Purple) !important;
        color: var(--White) !important;
    }

    .mean-nav>ul>li.current-menu-parent>a.mean-expand,
    .mean-nav>ul>li.current-page-parent>a.mean-expand,
    .mean-nav>ul>li>ul>li.current_page_parent>a.mean-expand {
        filter: brightness(0) invert(1);
        background-color: transparent !important;
    }

    .mean-nav>ul>li.current-menu-parent>ul>li.current-menu-item>a {
        background-color: var(--Pink) !important;
        color: #fff !important;
    }

    .nav-item.current-menu-item.active>a.nav-link {
        background: var(--Gold) !important;
        color: #fff !important;
    }

    body .mean-nav ul.firstul>li.nav-item.current-menu-item.active>a.mean-expand,
    body .main_menu ul>li.nav-item.current-menu-item.active>a.mean-expand {

        filter: brightness(0) invert(1);
    }

    .mean-nav {
        width: 100vw;
        left: 50%;
        right: 50%;
        background: var(--White);
        margin-left: -50vw;
        margin-right: -50vw;
        opacity: 0;
        transition: opacity 0.33s linear;
        pointer-events: none;
    }

    .opennav .mean-nav {
        opacity: 1;
        transition: opacity 0.33s linear;
        pointer-events: auto;
    }

    body.fixnav header {
        z-index: 99999;
    }

    header .navigation .mean-bar ul.firstul li a {
        min-height: 1px;
        text-align: left;
        padding: 15px 20px;
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0;
        color: var(--Purple);
        transition: all 0.3s linear;
    }

    .mean-nav ul li a:hover {
        background-color: var(--Purple) !important;
        color: #fff !important;
    }

    header .navigation .mean-bar ul.firstul li a+ul.dropdown-menu li a:hover {
        background-color: var(--Gold) !important;
        color: #fff !important;
    }

    .opennav .mean-nav {
        display: block !important;
    }

    .mean-nav ul>li {
        border-top: 1px solid #CBCBCB;
    }

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

    /*home page*/

    header .top-header {
        position: relative;
        padding: 0px 0 18px;
    }

    header .logo img {
        margin-top: 0px;
    }

    .lines-button {
        top: 40%;
        right: 0;
        transform: translateY(-50%);
        z-index: 999;
        transition: all 0.33s linear;
        border-radius: 0;
        padding: 0;
    }

    header .right-wrp {
        margin-right: 52px;
    }

    header .top-banner .number-wrp {
        display: none;
    }

    header .top-banner .top-wrp {
        max-width: 100%;
        justify-content: center;
        padding: 10px 0px 10px 0px;
        border-radius: 0;
        background: transparent;
    }

    header .top-banner .top-wrp {
        max-width: 100%;
        justify-content: center;
        padding: 10px 0px 10px 0px;
        border-radius: 0;
        background: transparent;
    }

    .quality-banner .right-img .img-wrp {
        max-width: 610px;
    }

    .quality-banner .left-containt .reviews-lbl {
        margin-bottom: 0px;
    }

    .quality-banner .left-containt {
        width: 35%;
    }

    .quality-banner .right-img {
        width: 65%;
    }

    .resources .latest-posts-wrapper .single-post-box {
        padding: 0px 15px 30px 15px;
    }

    .counter-sec .counter-wrp .counter-in {
        gap: 50px;
    }

    .who-we-are .container .row {
        flex-direction: column;
    }

    .who-we-are .container .row .col-md-6 {
        width: 100%;
    }

    .who-we-are .img-wrap {
        margin: 0 auto 39px auto;
    }

    .who-we-are .content-wrp {
        max-width: 100%;
        margin: 0 auto;
        padding-left: 0px;
    }

    .who-we-are {
        padding: 155px 0px 50px 0px;
    }

    .service-areas .service-wrp {
        padding: 32px 20px 32px 20px;
    }

    .service-areas .service-wrp .img-wrp {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    footer .f-right-wrp .f-right-links {
        gap: 30px;
        padding: 35px 33px 52px 33px;
    }

    footer .f-right-wrp .footer-service-wrp {
        padding: 10px 94px 12px 30px;
    }

    footer .footer-top-wrp {
        gap: 35px;
    }

    .why-choose-us {
        padding: 72px 0px 71px;
    }

    .why-choose-us .img-wrap img.pr-van {
        bottom: 25px;
        width: 450px;
    }

    .why-choose-us .img-wrap picture.pr-van {
        bottom: 25px;
        width: 450px;
    }

    .offers-sec .offers-top {
        align-items: start;
        flex-direction: column;
        gap: 8px;
    }

    .inner-content .promo-banner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 40px;
    }

    /*coupons sec*/
    .coupons-sec .coupons-list .coupons-wrp {
        grid-template-columns: 1fr 180px;
    }

    .coupons-list .coupon-card-right .coupon-card-text h4,
    .coupons-list .coupon-card-right .coupon-card-price h4 {
        font-size: 50px;
    }

    .coupons-sec .coupons-list {
        gap: 30px;
    }

    .coupons-grid-list .coupons-grid-wrp h3 {
        font-size: 43px;
    }

    /*financing*/
    .financing-wrp .financing-head .financing-logo img {
        max-width: 370px;
    }

    .financing-wrp .financing-head .financing-logo {
        margin-top: 33px;
    }

    .inner-hero .cnt-in h1 {
        margin-bottom: 47px;
    }

    .inner-hero .ratings-list {
        margin-top: 60px;
    }

    .company-overview .col-md-6 {
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .company-overview .content-wrp {
        max-width: 100%;
        padding-left: 0px;
        text-align: center;
    }

    .company-overview .img-wrap.mobile {
        margin: 70px auto 36px auto;
    }

    .company-overview .content-wrp .features {
        justify-content: center;
        text-align: left;
    }

    .company-overview img.bg {
        max-width: 455px;
    }

    .company-overview img.avtar {
        top: -62px;
        left: 101px;
        max-width: 355px;
    }

    .company-overview .row.v-m-wrp {
        display: flex;
        align-items: center;
        gap: 50px;
        padding-bottom: 0px;
        justify-content: center;
    }

    .lcri-sec .col-md-12 {
        align-items: start;
    }

    .lcri-sec .left-wrp {
        width: 49%;
    }

    .lcri-sec .right-wrp {
        width: 49%;
    }

    .lcri-sec .cnt-in h2 {
        font-size: 54px;
        line-height: 100%;
        margin-bottom: 20px;
    }

    .lcri-sec .cnt-in .text {
        margin-bottom: 30px;
    }

    .lcri-sec .cnt-in .text p {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 25px;
    }

    .lcri-sec .col-md-12 {
        flex-direction: column;
        gap: 40px;
    }

    .lcri-sec .left-wrp {
        width: 100%;
    }

    .lcri-sec .right-wrp {
        width: 100%;
    }

    .lcri-sec .left-wrp .cnt-in {
        text-align: center;
    }

    .lcri-sec .right-wrp img {
        margin: 0 auto;
    }

    .page-not-found .cnt-in h1 {
        font-size: 52px;
        margin-bottom: 35px;
    }

    .page-not-found .btn-wrap {
        margin-bottom: 32px;
    }

    .page-not-found .ratings-list {
        margin-top: 34px;
    }

    .page-not-found .error-img {
        max-width: 670px;
    }

    .reviews-section .review-card {
        width: calc(33.333% - 14px);
        margin: 0 7px 14px;
    }

    .reviews-section .reviews-cards-flex {
        margin: 0 -7px;
    }

    .service-areas .service-wrp .cities-list .lists-in .city-name a,
    .service-areas .service-wrp .cities-list .lists-in .city-name span {
        font-size: 14px;
        line-height: 15px;
    }

    .hero-home .left-wrp .cnt-in .ratings-list {
        margin-top: 50px;
    }
}

/*1199px end*/

@media (max-width: 991px) {
    .modal-dialog {
        max-width: 95%;
    }

    .mean-nav {
        height: calc(100vh - 120px);
    }

    .why-choose-us .img-wrap.mobile {
        display: block;
    }

    .why-choose-us .img-wrap.desktop {
        display: none;
    }

    h1,
    .h1 {
        font-size: 44px;
        line-height: 42px;
    }

    h2,
    .h2 {
        font-size: 34px;
    }

    h3,
    .h3 {
        font-size: 22px;
        line-height: 22px;
    }

    h4,
    .h4 {
        font-size: 18px;
    }

    .quality-banner .quality-banner-wrp {
        flex-direction: column;
    }

    .quality-banner .left-containt,
    .quality-banner .right-img {
        width: 100%;
    }

    .quality-banner .right-img .img-wrp {
        max-width: 811px;
        max-width: 100%;
        margin-right: 0px
    }

    .resources .latest-posts-wrapper .single-post-box {
        width: calc((100% - (21px * 1)) / 2);
        justify-content: center;
        padding: 0px 21px 36px 22px;
    }

    .resources .latest-posts-wrapper {
        gap: 60px 21px;
        justify-content: center;
    }

    .resources {
        padding: 45px 0 55px 0;
    }

    .resources .latest-posts-wrapper .single-post-box .post-content {
        margin-top: 25px;
    }

    .resources .latest-posts-wrapper .single-post-box .post-content h4 {
        font-size: 17px;
    }

    .resources .latest-posts-wrapper .single-post-box .post-content p {
        margin-top: 15px;
    }

    .counter-sec .counter-wrp .counter-in {
        gap: 35px 50px;
    }

    .counter-sec {
        padding: 45px 0px 40px 0px;
    }

    .who-we-are img.avtar {
        top: -91px;
        left: 31px;
        max-width: 340px;
    }

    .who-we-are img.bg {
        max-width: 400px;
    }

    .who-we-are .img-wrap {
        max-width: 400px;
    }

    .who-we-are {
        padding: 120px 0px 40px 0px;
    }

    .who-we-are .img-wrap {
        margin: 0 auto 20px auto;
    }

    .who-we-are .content-wrp h5 {
        line-height: 25px;
    }

    .who-we-are .content-wrp h2 {
        line-height: 34px;
        margin-bottom: 10px;
    }

    .who-we-are picture.avtar {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        max-width: 300px;
        transform: translate(15px, -37px);
    }

    .service-areas .service-wrp p {
        font-size: 20px;
        line-height: 21px;
        letter-spacing: 3px;
        margin-bottom: 20px;
    }

    .service-areas .service-wrp h2 {
        line-height: 36px;
    }

    .service-areas .service-wrp .cities-list .lists-in {
        width: calc((100% - (40px * 2)) / 3);
        gap: 15px;
    }

    .service-areas .service-wrp .cities-list {
        gap: 22px 40px;
    }

    .service-areas {
        padding: 61px 0px 60px 0px;
    }

    footer .footer-top-wrp {
        gap: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    footer .container {
        max-width: 100%;
        padding: 0;
    }

    footer .f-logo {
        margin-bottom: 38px;
    }

    footer ul.f-social-list {
        margin-top: 64px;
    }

    footer .f-left-wrp {
        padding-bottom: 15px;
    }

    footer .f-right-wrp .f-right-links {
        padding: 25px 20px 42px;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    footer .f-right-wrp .footer-service-wrp {
        padding: 15px 20px 15px;
        flex-direction: column;
        gap: 0px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 0px;
        margin-left: 30px;
        align-items: flex-start;
    }

    footer .f-right-wrp .footer-service-wrp h4 {
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .footer .f-right-wrp .footer-service-wrp h4::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 56px;
        height: 3px;
        background: #FFA32B;
        border-radius: 100px;
    }

    footer .f-right-wrp ul.f-area-list {
        justify-content: start;
    }

    .footer-service-wrp h4::after {
        display: none;
    }

    footer .footer-bottom-wrp .footer-bottom-top-in {
        padding: 36px 20px 38px;
    }

    footer .footer-bottom-wrp .footer-bottom-in ul {
        justify-content: space-around;
    }

    footer .footer-bottom-wrp .footer-bottom-in ul {
        gap: 10px;
        flex-direction: column;
    }

    footer .footer-bottom-wrp .footer-bottom-top-in {
        padding: 36px 20px 38px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .why-choose-us .row .col-md-6 {
        width: 100%;
    }

    .why-choose-us .img-wrap img.pr-van {
        top: 20px;
        width: 502px;
        transform: translate(0px, 100%);
    }

    .why-choose-us .img-wrap picture.pr-van {
        bottom: -30px;
        width: 450px;
        right: 0px;
        transform: translate(0px, -90%);
        position: absolute;
    }

    .why-choose-us .content-wrp>p {
        margin-bottom: 25px;
    }

    .why-choose-us .features {
        gap: 14px;
        margin-bottom: 25px;
    }

    .our-services .services-list .service-item::before {
        width: 200px;
        height: 200px;
        transform: translate(-50%, 20%);
    }

    .our-services .services-content h5 {
        line-height: 31px;
    }

    .our-services .services-content h2 {
        margin-bottom: 10px;
    }

    .our-services .services-content {
        margin-bottom: 50px;
    }

    .our-services .trusted-badge {
        max-width: 140px;
    }

    .offers-sec .offers-top h2 {
        font-size: 21px;
        line-height: 26px;
    }

    .reviews-sec .reviews-top .reviews-heading h5 {
        line-height: 25px;
    }

    .reviews-sec .reviews-top .reviews-heading h2 {
        line-height: 26px;
        margin-bottom: 15px;
    }

    .hero-home .hero-home-bg img {
        object-fit: cover;
        object-position: left;
    }

    .hero-home .reviews-lbl {
        margin-bottom: 14px;
    }

    .hero-home .left-wrp .cnt-in {
        max-width: 100%;
    }

    .hero-home .col-md-12 .left-wrp {
        width: 60%;
        margin-top: 80px;
    }

    .hero-home .left-wrp .cnt-in .ratings-list {
        margin-top: 36px;
    }

    body:not(.home) .hero-home .col-md-12 .left-wrp {
        /* width: 60%; */
        width: 90%;
        margin-top: 60px;
    }

    /*coupons sec*/
    .coupons-sec .coupons-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .coupons-grid-list {
        --columns: 2;
    }

    .coupons-list .coupon-card-right .coupon-card-text h4,
    .coupons-list .coupon-card-right .coupon-card-price h4 {
        font-size: 41px;
    }

    .coupons-grid-list .coupons-grid-wrp h3 {
        font-size: 38px;
    }

    .contact-card-info {
        --columns: 2;
    }

    .contact-map-frm-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contact-map-frm-wrap .contact-map .map-wrp iframe {
        display: block;
        width: 100%;
        height: 360px;
    }

    .contact-map-frm-wrap .contact-map .map-wrp,
    .contact-map-frm-wrap .contact-map {
        display: block;
    }

    .coupons-sec .coupons-list .coupon-card-right {
        min-height: 140px;
    }

    /*financing*/
    .financing-wrp .financing-card {
        --columns: 2;
    }

    .financing-wrp .financing-head .financing-logo img {
        max-width: 330px;
    }

    .financing-wrp .financing-head .financing-logo {
        margin-top: 27px;
    }

    .inner-hero .col-md-12 {
        align-items: start;
        gap: 10px;
    }

    .content-with-sidebar .col-md-12 {
        gap: 30px;
        align-items: center;
        flex-direction: column;
    }

    .content-with-sidebar .right-wrp {
        min-width: 100%;
    }

    .lcri-sec .right-wrp img {
        max-width: 450px;
        margin: 0 auto;
    }

    .lcri-sec .cnt-in h2 {
        font-size: 38px;
    }

    .page-not-found .error-img {
        max-width: 525px;
    }

    .page-not-found .cnt-in h1 {
        font-size: 42px;
        margin-bottom: 35px;
    }

    .blog-list-sec .latest-posts-wrapper .single-post-box {
        width: calc((100% - (21px * 1)) / 2);
    }

    .blog-hero .inner-hero .cnt-in h1 {
        margin-bottom: 20px;
    }

    .post-list-sec .latest-posts-wrapper .single-post-box {
        width: calc((100% - (21px * 1)) / 2);
    }

    .resources .latest-posts-wrapper,
    .post-list-sec .latest-posts-wrapper {
        gap: 70px 21px;
    }

    .single-blog .row {
        display: flex;
        gap: 40px;
        align-items: start;
        flex-direction: column;
        width: 100%;
    }

    .single-blog .col-md-8 {
        width: 100%;
    }

    .single-blog .sidebar-wrp {
        min-width: 100%;
        padding-right: 0px;
    }

    .single-blog .back-to-top {
        display: none;
    }

    .single-blog .meta_social_btns a {
        position: relative;
        width: 31px;
        height: 31px;
    }

    .single-blog .meta_social_btns a img {
        width: 16px;
        height: 16px;
    }

    .single-blog .icon-blue-btn {
        min-width: 100%;
        max-width: 100%;
    }

    .review-cta-box {
        gap: 35px;
        padding: 24px;
    }

    .review-cta-content {
        width: calc(58% - 18px);
    }

    .review-cta-action {
        width: calc(42% - 18px);
    }

    .review-cta-content h2 {
        font-size: 24px;
    }

    .reviews-section .container {
        width: calc(100% - 32px);
    }

    .reviews-section .review-card {
        width: calc(50% - 14px);
        margin: 0 7px 14px;
    }

    .review-cta-box {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
}

/*991px end*/

@media (max-width: 767px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: 15px;
        padding-left: 15px;
    }

    h1,
    .h1 {
        font-size: 46px;
        line-height: 100%;
    }

    h2,
    .h2 {
        font-size: 38px;
        line-height: 36px;
    }

    h3,
    .h3 {
        font-size: 20px;
        line-height: 22px;
    }

    h4,
    .h4 {
        font-size: 16px;
    }

    h5,
    .h5 {
        font-size: 14px;
    }

    .purple-btn,
    .green-btn,
    .gform_button {
        min-width: 100%;
        max-width: 360px;
        min-height: 47px;
    }

    header .top-header {
        gap: 0;
    }

    header .top-banner .top-wrp .hours-text p {
        font-weight: 400;
    }

    header .top-banner .top-wrp {
        border-radius: 0 0 0 64px;
        background: #15193E;
        margin-bottom: 10px;
        width: 90%;
    }

    header .navigation .mean-bar ul.firstul {
        padding-bottom: 24px;
    }

    header .navigation .mean-bar ul.firstul li a {
        padding: 9px 15px;
        line-height: 21px;
    }

    header .right-wrp {
        display: none;
    }

    header .logo img {
        max-width: 124px;
    }

    .mean-nav ul li a.mean-expand {
        height: 39px;
        width: 60px;
    }

    header .navigation .mean-bar ul.firstul li a+ul.dropdown-menu li a {
        padding: 9px 25px;
    }

    .logged-in #main__header {
        top: 46px;
    }

    .modal-dialog {
        max-width: 92.31%;
        margin-left: auto;
        margin-right: auto;
    }

    .modal-dialog .close-btn {
        top: 15px;
    }

    .meta_social_btns {
        gap: 28px;
    }

    .meta_social_btns a .copy-to-clipboard {
        top: 28px;
        left: -65px;
        text-align: center;
        font-size: 12px;
    }

    .meta_social_btns a:hover img.hover {
        opacity: 0;
        visibility: hidden;
    }

    /* call-div fix button */
    .call-div.fix {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--Green);
        padding: 10px 21px 12px;
        text-align: center;
        z-index: 9999;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .call-div.fix .purple-btn {
        min-width: auto;
        flex: 1;
        font-size: 15px;
        letter-spacing: 0.45px;
    }

    /* call-div fix button end */
    .mean-nav {
        height: calc(100vh - 87px);
    }

    .lines-button {
        top: 46%;
    }

    .lines:before,
    .lines:after,
    .lines {
        height: 3px;
        width: 22.89px;
    }

    .quality-banner .left-containt .reviews-lbl p a img {
        margin-right: 8px;
        max-width: 165px;
    }

    .quality-banner .left-containt .reviews-lbl p a {
        font-size: 16px;
        line-height: 20px;
    }

    .quality-banner .left-containt h1 {
        margin-bottom: 15px;
    }

    .quality-banner .right-img .img-wrp {
        max-width: 811px;
        max-width: calc(100% + 30px);
        margin-right: 0px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .quality-banner .left-containt p {
        margin-bottom: 10px;
    }

    .quality-banner .icon-blue-btn {
        min-width: 100%;
        max-width: 100%;
    }

    .resources {
        padding: 51px 0 40px 0;
    }

    .resources .latest-posts-wrapper .single-post-box {
        width: 100%;
        justify-content: center;
        padding: 0px 21px 22px 22px;
        margin: 0px 8px;
    }

    .resources .latest-posts-wrapper .single-post-box .post-image a img {
        margin-top: 18px;
    }

    .resources .latest-posts-wrapper .single-post-box .post-content .btn-wrp .gold-border-btn {
        max-width: 100%;
        min-width: 100%;
    }

    .resources h2 {
        margin-bottom: 50px;
    }

    .resources .latest-posts-wrapper .single-post-box .post-content h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .resources .latest-posts-wrapper .single-post-box .post-content {
        margin-top: 30px;
    }

    .resources h2 {
        line-height: 36px;
        margin-bottom: 40px;
    }

    .resources .latest-posts-wrapper .single-post-box .post-content p {
        margin-top: 10px;
    }

    .resources .latest-posts-wrapper {
        margin-bottom: 35px;
    }

    .resources .btn-wrp .icon-blue-btn {
        min-width: 100%;
    }

    .counter-sec .counter-wrp .counter-in {
        gap: 40px 20px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .counter-sec {
        padding: 50px 0px;
    }

    .counter-sec .counter-wrp .counter-in .counter-item {
        gap: 5px;
        max-width: 170px;
    }

    .who-we-are {
        padding: 48px 0px 43px 0px;
    }

    .who-we-are .content-wrp {
        text-align: center;
    }

    .who-we-are .content-wrp h5 {
        line-height: 100%;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .who-we-are .content-wrp h2 {
        line-height: 36px;
        margin-bottom: 15px;
    }

    .who-we-are img.avtar {
        top: -75px;
        left: 25px;
        max-width: 260px;
    }

    .who-we-are .img-wrap {
        max-width: 356px;
        margin: 117px auto 36px auto;
    }

    .who-we-are img.bg {
        max-width: 300px;
    }

    .who-we-are .img-wrap {
        max-width: 310px;
    }

    .who-we-are .content-wrp h5 {
        line-height: 15px;
    }

    .who-we-are .content-wrp p {
        margin-bottom: 21px;
        line-height: 20px;
    }

    .who-we-are picture.avtar {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        max-width: 300px;
        transform: translate(-15px, -78px);
    }

    .who-we-are .content-wrp .features .features-text h4 {
        line-height: 26px;
        font-size: 24px;
    }

    .who-we-are .content-wrp a.icon-blue-btn {
        min-width: 100%;
    }

    .who-we-are .content-wrp .features {
        text-align: start;
    }

    .service-areas .service-wrp .cities-list .lists-in {
        /* width: calc((100% - (20px * 1)) / 2); */
        width: calc((100% - (10px * 1)) / 2);
        gap: 15px;
    }

    .service-areas .service-wrp .cities-list {
        gap: 18px 10px;
    }

    .service-areas .service-wrp h2 {
        margin-bottom: 13px;
    }

    .service-areas .service-wrp p {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 6px;
        margin-bottom: 10px;
    }

    .service-areas .service-wrp .cities-list {
        gap: 13px 10px;
        margin-top: 20px;
    }

    .service-areas .service-wrp .cities-list .lists-in .map-icon img {
        width: 20px;
    }

    .service-areas .service-wrp .cities-list .lists-in .city-name a,
    .service-areas .service-wrp .cities-list .lists-in .city-name span {
        font-size: 13px;
        line-height: 13px;
    }

    .service-areas .service-wrp .img-wrp {
        width: calc(100% + 17px + 17px);
        margin-left: -18px;
        margin-right: -18px;
    }

    .service-areas {
        padding: 41px 0px 47px 0px;
    }

    .service-areas .service-wrp {
        padding: 40px 10px 36px 10px;
        max-width: 340px;
    }

    .service-areas .service-wrp p {
        margin-bottom: 29px;
    }

    .service-areas .service-wrp .img-wrp {
        width: calc(100% + 24px + 24px);
        margin-left: -24px;
        margin-right: -24px;
        height: 240px;
    }

    .service-areas .service-wrp .cities-list .lists-in .city-name a,
    .service-areas .service-wrp .cities-list .lists-in .city-name span {
        /* font-size: 22px;
    line-height: 23px; */
        font-size: 13px;
        line-height: 13px;
    }

    .service-areas .service-wrp .img-wrp img {
        width: 100%;
        display: block;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

    footer .f-right-wrp ul.f-area-list {
        justify-content: start;
    }

    footer .footer-bottom-wrp .footer-bottom-top-in {
        flex-direction: column;
        gap: 25px;
    }

    footer .footer-bottom-wrp .footer-bottom-in ul {
        gap: 10px;
        text-align: center;
    }

    footer .footer-bottom-wrp .footer-bottom-top-in>*:nth-last-child(-n+3) {
        max-width: 100%;
        width: 100%;
    }

    .why-choose-us {
        padding: 48px 0px 30px;
    }

    .why-choose-us .img-wrap {
        margin-bottom: 57px;
    }

    .why-choose-us .img-wrap img.why-choose-img {
        max-width: 452px;
        margin: 0 auto;
        text-align: center;
        display: flex;
    }

    /* .why-choose-us .img-wrap img.pr-van {
    display: none;
} */
    .why-choose-us .img-wrap picture.why-choose-img {
        max-width: 452px;
        margin: 0 auto;
        display: block;
    }

    .why-choose-us .row {
        gap: 0px;
    }

    .why-choose-us .content-wrp {
        padding-top: 0px;
    }

    .why-choose-us .content-wrp h5 {
        line-height: 21px;
        text-align: center;
    }

    .why-choose-us .content-wrp h2 {
        margin-bottom: 15px;
        text-align: center;
    }

    .why-choose-us .img-wrap picture.pr-van {
        bottom: 100px;
        width: 309px;
        right: 0px;
        transform: translate(0px, -100%);
        position: absolute;
    }

    .why-choose-us .img-wrap.mobile {
        position: relative;
    }

    .why-choose-us .img-wrap.mobile picture.pr-van {
        bottom: -56px;
        width: 309px;
        right: -20px;
        transform: translate(0px, 0%);
        position: absolute;
    }

    .why-choose-us .features {
        gap: 17px;
    }

    .why-choose-us .img-wrap picture.why-choose-img {
        max-width: 345px;
        border: 2px solid var(--White);
    }

    .why-choose-us .content-wrp>p {
        margin-bottom: 36px;
        text-align: center;
    }

    .why-choose-us .features .features-text h4 {
        font-size: 24px;
    }

    .our-services .services-list .service-item {
        width: calc((100% - (74px * 0)) / 2);
        padding: 5px 5px;
    }

    .our-services .services-list {
        gap: 60px 0px;
        justify-content: space-around;
    }

    .our-services .services-list .service-icon img {
        max-width: 60px;
    }

    .our-services .services-list .service-item::before {
        width: 180px;
        height: 180px;
        transform: translate(-50%, 20%);
    }

    .our-services .services-list .service-icon,
    .our-services .services-list .service-item h4 {
        font-size: 14px;
    }

    .our-services .trusted-badge {
        max-width: 80px;
    }

    .our-services .services-content h5 {
        line-height: 21px;
    }

    .our-services .services-content h2 {
        margin-bottom: 10px;
        line-height: 33px;
    }

    .our-services .services-content p {
        line-height: 20px;
    }

    .our-services .services-content {
        margin-bottom: 30px;
    }

    .our-services .btn-wrap {
        margin-top: 35px;
    }

    .our-services {
        padding: 21px 0px 27px 0px;
    }

    .our-services .btn-wrap .icon-blue-btn {
        min-width: 100%;
    }

    .our-services .our-services-wrp {
        display: flex;
        flex-direction: column;
    }

    .our-services .trusted-badge {
        position: unset;
        order: 3;
        max-width: 340px;
        margin: 41px auto 0 auto;
    }

    .our-services .services-list .service-item h3 {
        font-size: 17px;
        line-height: 26px;
    }

    header .mobile-btn {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
    }

    header .mobile-btn .icon-blue-btn {
        min-width: 100%;
    }

    header .mobile-btn .phone-number-wrap a {
        font-family: var(--font-conneqt);
        font-weight: 800;
        line-height: 100%;
        font-size: 30px;
        color: var(--Dark-purple);
    }

    header .mobile-btn .phone-number-wrap a:hover {
        color: var(--Gold);
    }

    .offers-sec {
        padding: 48px 0 23px 0px;
    }

    .offers-sec .offers-top h2 {
        font-size: 28px;
        line-height: 100%;
        margin-bottom: 20px;
    }

    .offers-sec .offer-card-left h4 {
        font-size: 18px;
        line-height: 19px;
    }

    .offers-sec .offer-card-left {
        padding: 10px 10px 10px;
    }

    .offers-sec .offer-card-right {
        padding: 43px 10px 46px 10px;
        min-width: 170px;
    }

    .offers-sec .offer-card-text h4,
    .offers-sec .offer-card-price h4 {
        font-size: 53px;
        line-height: 47px;
    }

    .offers-sec .offers-slider .slick-slide {
        flex-direction: column-reverse;
    }

    .offers-sec .offers-top,
    .offers-sec .offers-slider {
        margin-left: 20px;
    }

    .offers-sec .offer-card-right {
        padding: 43px 10px 46px 10px;
        min-width: 170px;
        flex-direction: row;
        gap: 10px;
    }

    .offers-sec .offers-slider .slick-list {
        margin-bottom: 20px;
    }

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

    .reviews-sec .reviews-heading {
        text-align: center;
    }

    .reviews-sec .reviews-top .reviews-heading .heading-wrp {
        flex-direction: column;
        justify-content: start;
        gap: 0px;
        /* align-items: start; */
        margin-bottom: 0px;
    }

    .reviews-sec .reviews-top .reviews-heading h5 {
        line-height: 100%;
        font-size: 16px;
        margin-bottom: 9px;
    }

    .reviews-sec .reviews-top .reviews-heading h2 {
        margin-bottom: 15px;
        line-height: 36px;
        letter-spacing: -1px;
    }

    .reviews-sec .review-tabs {
        justify-content: center;
        align-items: center;
        margin: 0px auto 20px;
    }

    .reviews-sec .reviews-top {
        margin: 0 20px 24px;
    }

    .reviews-sec .reviews-top .reviews-heading .heading-wrp a {
        display: none;
    }

    .reviews-sec .reviews-slider {
        padding-left: 20px;
    }

    .reviews-sec .review-tab-btn.active {
        font-size: 18px;
    }

    .reviews-sec .review-tab-btn {
        padding: 0 18px 10px;
    }

    .reviews-sec .reviews-slider .slick-list {
        padding-right: 30px;
    }

    .reviews-sec .reviews-slider .slick-slide {
        margin-right: 15px;
        border-radius: 0px;
    }

    .offers-sec .offers-top {
        margin-right: 20px;
        gap: 0px;
        margin-bottom: 30px;
    }

    .offers-sec .offers-slider .slick-slide {
        max-width: 329px;
    }

    .hero-home .col-md-12 {
        flex-direction: column;
        gap: 10px;
    }

    .hero-home .col-md-12 .left-wrp,
    .hero-home .col-md-12 .right-wrp {
        width: 100%;
        margin-top: 80px;
    }

    .hero-home .col-md-12 .right-wrp {
        display: block;
        margin-top: 0px;
    }

    .hero-home .col-md-12 .right-wrp img {
        max-width: 442px;
        margin: 0 0px 0px -90px;
        display: flex;
    }

    .hero-home::after {
        content: "";
        position: absolute;
        bottom: 0px;
        background: linear-gradient(180deg, #161C51 0%, rgba(40, 42, 86, 0) 100%) !important;
        z-index: 1;
        display: block;
        width: 100%;
        height: 230px;
        transform: rotate(180deg);
    }

    .hero-home .col-md-12 .left-wrp,
    .hero-home .col-md-12 .right-wrp {
        width: 100%;
        margin-top: 0px;
        position: relative;
        min-height: calc(830px - 494px);
    }

    .hero-home .hero-home-bg img {
        min-height: 100%;
        max-height: 100%;
        width: 100%;
        backdrop-filter: blur(32px);
        object-position: center;
    }

    .hero-home {
        min-height: 830px;
    }

    .hero-home .left-wrp .cnt-in p {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 23px;
    }

    .hero-home .reviews-lbl {
        margin-bottom: 0px;
    }

    .hero-home .reviews-lbl p a {
        font-size: 15px;
    }

    .hero-home .col-md-12 .left-wrp .cnt-in>p:first-of-type {
        line-height: 16px;
        margin-bottom: 20px;
    }

    .hero-home .left-wrp .cnt-in h1 {
        margin-bottom: 15px;
    }

    .hero-home .left-wrp .cnt-in>p:nth-of-type(2) {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
    }

    .hero-home .left-wrp .icon-blue-btn {
        min-width: 100%;
    }

    .hero-home .left-wrp .cnt-in .ratings-list {
        margin-top: 60px;
        justify-content: center;
    }

    body:not(.home) .hero-home .col-md-12 .left-wrp {
        width: 100%;
        margin-top: 30px;
    }

    .footer-bottom-wrp .footer-bottom-in {
        padding: 0px 20px;
    }

    .footer-before .call-div {
        width: 100%;
        background: #15193E;
        text-align: center;
        justify-content: center;
    }

    .footer-before .call-div .icon-blue-btn {
        min-width: 100%;
    }

    .footer-before .call-div .icon-blue-btn:hover {
        background: var(--Light-blue-Gradient);
        color: var(--White);
        border: none;
    }

    .footer-before .call-div .icon-blue-btn:hover .image-wrp img:not(.hover) {
        opacity: 1;
    }

    footer.footer {
        padding-bottom: 75px;
        padding-top: 34px;
    }

    .quality-banner .left-containt {
        text-align: center;
    }

    .quality-banner .left-containt .reviews-lbl {
        justify-content: center;
    }

    .quality-banner .left-containt p {
        margin-bottom: 25px;
    }

    .hero-home .left-wrp .cnt-in {
        text-align: center;
    }

    .inner-content .promo-banner {
        padding: 40px 20px;
    }

    .inner-content {
        padding: 48px 0px 45px;
    }

    .inner-content .promo-banner .promo-content h4 {
        line-height: 28px;
        font-size: 24px;
    }

    /*coupons sec*/
    .content-hero {
        min-height: 580px;
    }

    .content-hero .inner-hero {
        padding-bottom: 55px;
    }

    .content-hero .inner-hero .reviews-lbl {
        margin-bottom: 28px;
    }

    .content-hero .inner-hero .cnt-in h1 {
        margin-bottom: 18px;
    }

    .content-hero .cnt-in>p {
        margin-bottom: 15px;
    }

    .content-hero .inner-hero .icon-blue-btn {
        margin-top: 15px;
    }

    .content-hero .inner-hero .ratings-list {
        margin-top: 60px;
    }

    .coupons-sec {
        padding: 50px 0 53px;
    }

    .coupons-sec .coupons-top {
        margin-bottom: 30px;
    }

    .coupons-sec .coupons-list .coupons-wrp {
        display: flex;
        flex-direction: column-reverse;
    }

    .coupons-sec .coupons-list .coupon-card-right {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 45px 20px;
    }

    .coupons-list .coupon-card-right .coupon-card-text h4,
    .coupons-list .coupon-card-right .coupon-card-price h4 {
        font-size: 53px;
        line-height: 47px;
        letter-spacing: -4%;

    }

    .coupons-sec .coupons-list .coupon-card-left {
        padding: 15px 20px 25px;
    }

    .coupons-sec .coupons-list .coupon-card-left h4 {
        font-size: 21px;
        line-height: 20px;
        letter-spacing: -4%;
        margin-bottom: 11px;
    }

    .coupons-sec .coupons-list .coupon-card-left .coupon-btn {
        margin-top: 11px;
    }

    .coupons-sec .coupons-list {
        gap: 30px;
    }

    .coupons-grid-list {
        display: flex;
        gap: 40px;
        flex-direction: column;
    }

    .coupons-grid-list .coupons-grid-wrp {
        width: 100%;
        padding: 40px 10px 35px;
    }

    .coupons-grid-list .coupons-grid-wrp h3 {
        font-size: 50px;
    }

    .coupons-grid-list {
        gap: 30px;
    }

    .contact-info {
        padding: 50px 0;
    }

    .contact-wrp .contact-top {
        text-align: left;
        margin-bottom: 30px;
    }

    .contact-card-info {
        flex-direction: column;
        gap: 40px;
    }

    .contact-card-info .contact-card {
        width: 100%;
        padding: 25px 20px;

    }

    .contact-map-frm-wrap {
        display: flex;
        flex-direction: column-reverse;
        gap: 50px;

    }

    .contact-wrp {
        margin-bottom: 48px;
    }

    .contact-map-frm-wrap .contact-form {
        padding: 30px 20px;
        border-radius: 10px;
    }

    .contact-form .form-title {
        letter-spacing: -5%;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .gform_wrapper.gravity-theme .gform_fields {
        grid-column-gap: 0 !important;
        grid-row-gap: 25px !important;
    }

    .gform_wrapper.gravity-theme .gfield textarea.large {
        height: 180px !important;
    }

    .gform_wrapper.gravity-theme .gform_footer {
        max-width: 100%;
    }

    .contact-form .gform_button {
        min-height: 34px;
    }

    .faq-sec {
        padding: 50px 0 63px;
    }

    .faqs .faq .faq-question {
        padding: 20px var(--px);
    }

    .faqs .faq {
        --px: 20px;
    }

    .faqs .faq .faq-question {
        font-size: 20px;
        align-items: flex-start;
    }

    .faqs .faq .faq-answer {
        margin-right: 20px;
    }

    .financing-wrp .financing-head {
        margin: auto auto 32px;
    }

    .financing-wrp .financing-card {
        --columns: 1;
        gap: 40px;
        width: 100%;
    }

    .financing-wrp .btn-wrp {
        margin-top: 50px;
    }

    .financing-wrp .btn-wrp .icon-blue-btn {
        display: flex;
    }

    .finance-info {
        padding: 21px 0 50px;
    }

    .finance-info-wrp .content-editor h4 {
        font-size: 24px;
    }

    .finance-info-wrp .btn-wrp .icon-blue-btn {
        display: flex;
    }

    .inner-hero {
        padding: 170px 0px 40px;
    }

    .inner-hero .col-md-12 {
        align-items: center;
        gap: 45px;
        flex-direction: column;
    }

    .inner-hero .left-wrp .cnt-in {
        text-align: center;
    }

    .inner-hero .left-wrp .cnt-in p {
        margin-bottom: 25px;
    }

    .inner-hero .icon-blue-btn {
        max-width: 100%;
        min-width: 100%;
    }

    .inner-hero .ratings-list {
        justify-content: center;
    }

    .content-with-sidebar {
        padding: 50px 0px;
    }

    .content-with-sidebar .cnt-in .back-btn {
        margin-bottom: 19px;
    }

    .content-with-sidebar .cnt-in h2 {
        margin-bottom: 20px;
    }

    .content-with-sidebar .cnt-in h4 {
        font-size: 24px;
    }

    .content-with-sidebar .cta-box {
        padding: 40px 20px 37px 20px;
        text-align: center;
    }

    .content-with-sidebar .cta-box h2 {
        line-height: 28px;
    }

    .content-with-sidebar .cta-box p {
        margin-bottom: 40px;
    }

    .content-with-sidebar .cta-box .icon-blue-btn {
        max-width: 100%;
        min-width: 100%;
    }

    .content-with-sidebar .right-wrp .services-in-wrp h3,
    .content-with-sidebar .right-wrp .resources-in-wrp h3 {
        font-size: 24px;
        line-height: 28px;
        max-width: 100%;
        text-align: start;
        margin: 0px 0px 30px 20px;
    }

    .company-overview {
        padding: 48px 0px 51px 0px;
    }

    .company-overview .content-wrp h5 {
        line-height: 100%;
        font-size: 16px;
        margin-bottom: 9px;
        font-weight: 400;
    }

    .company-overview .content-wrp h2 {
        line-height: 36px;
    }

    .company-overview img.bg {
        max-width: 355px;
    }

    .company-overview img.avtar {
        top: 50%;
        left: 50%;
        max-width: 309px;
        transform: translate(-50%, -62%);
    }

    .company-overview .img-wrap.mobile {
        margin: 100px auto 36px auto;
    }

    .company-overview .vision-card {
        max-width: 100%;
    }

    .company-overview .vision-card .img-wrap img {
        width: 100%;
        height: 300px;
    }

    .company-overview .vision-card-content {
        padding: 30px 25px 33px 25px;
    }

    .company-overview .row.v-m-wrp {
        gap: 40px;
        flex-direction: column;
        padding: 0px 12px;
    }

    .team-slider .cnt-in {
        margin-left: 15px;
    }

    .team-slider h2 {
        margin-bottom: 30px;
        text-align: center;
    }

    .team-slider .team-item .img-wrp img {
        height: 230px;
    }

    .team-slider .slick-list {
        margin-right: 0px;
        padding-right: 46px;
    }

    .team-slider .team-item .content-wrp {
        padding: 25px 20px 35px 20px;
    }

    .team-slider .team-item .content-wrp p {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
    }

    .team-slider .team-item .content-wrp h3 {
        margin-bottom: 9px;
    }

    .lcri-sec .cnt-in .text p {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 22px;
    }

    .lcri-sec .cnt-in .icon-blue-btn {
        min-width: 100%;
        max-width: 100%;
    }

    .lcri-sec .right-wrp img {
        max-width: 100%;
        margin: 0 auto;
        border: 2px solid #FFA32B;
    }

    .cms-cnt h1 {
        margin-bottom: 30px;
    }

    .cms-cnt .cnt-wrp p,
    .cms-cnt .cnt-wrp ul li {
        font-weight: 600;
    }

    .cms-cnt .cnt-wrp h4 {
        font-size: 24px;
        line-height: 100%;
    }

    .blog-list-sec .latest-posts-wrapper .single-post-box {
        width: 100%;
    }

    .blog-list-sec {
        padding: 70px 0 47px 0;
    }

    .blog-hero .inner-hero .cnt-in h1 {
        margin-bottom: 18px;
    }

    .blog-hero .inner-hero {
        padding: 90px 0px 0px;
    }

    .blog-hero .inner-hero .cnt-in p {
        margin-inline: auto;
        font-size: 18px;
        line-height: 26px;
    }

    .blog-hero .inner-hero .icon-blue-btn {
        margin-top: 16px;
    }

    .page-not-found .btn-wrap {
        flex-direction: column;
    }

    .page-not-found .error-img {
        margin-bottom: 40px;
    }

    .page-not-found .cnt-in h1 {
        margin-bottom: 25px;
        font-size: 50px;
        line-height: 60px;
    }

    .page-not-found .btn-wrap {
        gap: 30px;
        margin-bottom: 52px;
    }

    .page-not-found .ratings-list {
        margin-top: 40px;
    }

    .page-not-found {
        padding: 200px 0px 56px;
    }

    .post-list-sec .latest-posts-wrapper .single-post-box {
        width: 100%;
    }

    .resources,
    .post-list-sec {
        padding: 49px 0 38px 0;
    }

    .review-cta-box {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .review-cta-content,
    .review-cta-action {
        width: 100%;
    }

    .review-cta-content h2 {
        max-width: 100%;
        font-size: 24px;
    }

    .review-cta-content p {
        margin: auto auto 16px;
    }

    .review-platform-logo img {
        margin: auto;
    }

    .review-cta-btn {
        width: 100%;
        max-width: 100%;
        margin: auto;
    }

    .review-platform-logo {
        margin-bottom: 40px;
    }

    .reviews-section {
        padding: 48px 0 34px;
    }

    .reviews-section .container {
        width: calc(100% - 24px);
    }

    .reviews-section .section-header p {
        font-size: 14px;
    }

    .reviews-section .review-tabs {
        gap: 25px;
        margin-bottom: 21px;
    }

    .reviews-section .reviews-cards-flex {
        margin: 0;
    }

    .reviews-section .review-card {
        width: 100%;
        min-height: 205px;
        margin: 0 0 14px;
    }

    .reviews-section .pagination ul {
        gap: 18px;
    }

    .reviews-section .pagination ul li>span {
        font-size: 14px;
    }

    .reviews-section .pagination ul li.active>span,
    .reviews-section .pagination ul li.prev-arrow>span,
    .reviews-section .pagination ul li.next-arrow>span {
        width: 36px;
        height: 36px;
    }

    .reviews-section .pagination ul li.prev-arrow,
    .reviews-section .pagination ul li.next-arrow {
        margin: 0 3px;
    }

    .reviews-section .review-tab-btn.active {
        font-size: 21px;
        line-height: 36px;
    }
}




/*767px end*/

@media screen and (max-width: 782px) {
    .logged-in #main__header {
        top: 46px;
    }

    html #wpadminbar {
        position: fixed;
    }
}

@media (max-width: 1199px) {
    .opennav .mean-nav #menu-main-menu {
        display: flex !important;
    }
}