/* ************************************************************
******* :: INDEX OF RESPONSIVE CSS :: *******
:: 1.0 COMMON CSS
:: 2.0 HEADER AREA CSS
:: 3.0 WELCOME AREA CSS
:: 4.0 BENIFITS AREA CSS
:: 5.0 ABOUT APP AREA CSS
:: 6.0 PRICE PLAN AREA CSS
:: 7.0 TESTIMONIAL AREA CSS
:: 8.0 START FREE AREA CSS
:: 9.0 DOWNLOAD AREA CSS
:: 10.0 BREADCRUMB AREA CSS
:: 11.0 BLOG PAGE DETAILS AREA CSS
:: 12.0 FOOTER AREA CSS
:: 13.0 PREVIEW AREA CSS
****************************** */

/* ******************************
:: 1.0 COMMON CSS
****************************** */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb_180 {
        padding: 130px 0;
    }

    .ptb_150 {
        padding: 100px 0;
    }

    .ptb_100 {
        padding: 70px 0;
    }
}

@media (max-width: 991px) {
    .res-margin {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {

    .inner-wrapper h1,
    .inner-wrapper h2 {
        font-size: 30px;
    }

    .ptb_180 {
        padding: 130px 0;
    }

    .ptb_150,
    .ptb_100 {
        padding: 50px 0;
    }

    .res-margin {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {

    .inner-wrapper h1,
    .inner-wrapper h2 {
        font-size: 24px;
    }

    .avatar-lg {
        height: 4rem;
        width: 4rem;
    }

    .container-fluid {
        padding: 0 3%;
    }

    .ptb_180 {
        padding: 80px 0;
    }
}

/*SECTION HEADING*/
@media (max-width: 991px) {
    h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 36px;
    }

    .section-heading {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 2.8em;
    }

    h2 {
        font-size: 30px;
        line-height: 1.4;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 2em;
        line-height: 1.4;
    }

    h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    h3 {
        font-size: 18px;
        line-height: 1.4;
    }

    p {
        line-height: 26px;
    }

    .headings>h2,
    .section-heading>h2 {
        line-height: 1.5;
    }
}

/* ******************************
:: 2.0 HEADER AREA CSS
****************************** */
@media (min-width: 992px) {
    .navbar .navbar-nav .nav-link {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar-sticky-on .navbar-nav .nav-link {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .main:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        background: rgb(0 0 0 / 42%);
        z-index: 3;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s;
        transition: .3s;
    }

    [data-theme=dark] .main:before {
        background: #01081f;
    }

    .canvas-open {
        overflow: hidden;
    }

    .canvas-open .main:before {
        width: 100%;
        opacity: .95;
        visibility: visible;
    }

    .navbar.active {
        display: block;
    }

    .navbar.active .navbar-inner {
        right: 0;
    }

    .navbar .navbar-inner {
        right: -100%;
        -webkit-transition: right 0.3s 0.2s;
        transition: right 0.3s 0.2s;
    }

    .navbar .nav-link {
        border-bottom: 1px solid #eee;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    [data-theme=dark] .navbar .nav-link {
        border-bottom: 1px solid #1E2745;
    }

    .navbar.navbar-dark .nav-link {
        color: #54565a;
        text-shadow: none;
    }

    .navbar.navbar-dark .nav-link-btn {
        color: #fff;
        margin-right: 10px;
        text-align: center;
    }

    [data-theme=dark] .navbar.navbar-dark .nav-link {
        color: #f6f8f9;
    }

    .navbar.navbar-dark .nav-link:hover,
    .navbar.navbar-dark .nav-link:focus,
    .navbar.navbar-dark .nav-link.active,
    .navbar.navbar-dark .nav-link.current-menu-item {
        color: #2c2e30;
    }

    [data-theme=dark] .navbar.navbar-dark .nav-link {
        color: #e7eaee;
    }

    [data-theme=dark] .navbar.navbar-dark .nav-link:hover {
        background: #01081f;
    }

    .navbar-inner {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 20rem;
        padding-top: 2.5rem;
        background-color: #fff;
        -webkit-box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
        box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
        border-radius: 0;
        overflow-y: auto;
        z-index: 1050;
    }

    [data-theme=dark] .navbar-inner {
        background: #151c32;
    }

    .navbar-inner .dropdown-menu:before {
        content: none;
    }

    .navbar-inner .dropdown-menu {
        border: medium none;
        background: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: none;
        margin: 0;
        padding-top: 0;
        position: static;
    }

    [data-theme=dark] .navbar-inner .dropdown-menu .dropdown-item {
        color: #f6f8f9;
    }

    [data-theme=dark] .navbar-inner .dropdown-menu .dropdown-item:hover {
        background: #01081f;
    }

    .nav-open .main-wrapper {
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }

    /*MOBILE NAVBAR TOGGLER*/
    .navbar-toggler {
        position: absolute !important;
        top: auto;
        right: 0;
        bottom: auto;
        left: auto;
        border: none;
        height: 100%;
        width: 3.75rem;
        background-image: none;
        border-radius: 0;
        z-index: 1;
        display: inline-block;
    }

    .navbar-inner .navbar-toggler {
        position: absolute;
        height: 2.5rem;
        top: 0;
    }

    .navbar-toggler-icon {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background-image: none !important;
    }

    .navbar-toggler-icon,
    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after {
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .navbar-toggler-icon {
        height: 3px;
        width: 50%;
        background: #7e8085;
        display: inline-block;
    }

    .navbar-dark .navbar-toggler-icon {
        background: #fff;
    }

    .navbar-sticky-on .navbar-toggler-icon {
        background: #7e8085;
    }

    .navbar-dark .navbar-toggler-icon.active:before,
    .navbar-dark .navbar-toggler-icon.active:after {
        background: #7e8085;
    }

    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after {
        content: "";
        background: #7e8085 !important;
        left: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .navbar-dark .navbar-toggler-icon:before,
    .navbar-dark .navbar-toggler-icon:after {
        background: #fff;
    }

    .navbar-sticky-on .navbar-toggler-icon:before,
    .navbar-sticky-on .navbar-toggler-icon:after {
        background: #7e8085;
    }

    .navbar-toggler-icon::before {
        top: -0.625rem;
    }

    .navbar-toggler-icon::after {
        top: 0.625rem;
    }

    .navbar-toggler-icon.active {
        background-color: transparent;
        -webkit-transform: scale(0.85) rotate(270deg);
        transform: scale(0.85) rotate(270deg);
    }

    .navbar-toggler-icon.active:before {
        top: 0;
        -webkit-transform: scale(0.65) rotate(45deg);
        transform: scale(0.65) rotate(45deg);
    }

    .navbar-toggler-icon.active:after {
        top: 0;
        -webkit-transform: scale(0.65) rotate(-45deg);
        transform: scale(0.65) rotate(-45deg);
    }

    .ascent-about-insurance-bg-head img {
        width: 80px;
    }

    .ascent-about-us {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ascent-about-insurance-slider .owl-nav button.owl-prev {
        left: 50%;
    }

    .ascent-about-insurance-slider .owl-nav button.owl-next {
        right: 0%;
    }

    .ascent-about-head h2 {
        font-size: 20px;
    }

    .ascent-about-content-slider .owl-nav button.owl-prev {
        left: 115%;
    }

    .ascent-about-content-slider .owl-nav button.owl-next {
        right: -115px;
    }

    .ascent-about-second {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ascent-about-second-second {
        margin: auto;
        text-align: center;
        padding-top: 25px;
    }

    .ascent-specialities {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .ascent-specialities-head h2 {
        font-size: 20px;
    }

    .ascent-specialities-item-text {
        margin-top: -200px;
        width: 300px;
    }

    .ascent-specialities-slider .owl-nav button.owl-prev {
        left: 90%;
    }

    .ascent-specialities-slider .owl-nav button.owl-next {
        right: -10%;
    }

    .ascent-testimonials-second {
        margin-left: 0px;
        margin-top: 35px;
    }


    .ascent-news-blogs {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .ascent-faq {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .ascent-faq-img {
        display: none;
    }

    .ascent-faq-content {
        width: 100%;
        border-radius: 25px;
    }

    .faq-container {
        margin-top: 10px;
    }

    .ascent-blog-item h6 {
        margin-bottom: 40px;
    }

    .ascent-testimonials-slider .owl-nav button.owl-next {
        right: -10%;
    }



}

@media (max-width: 767px) {

    .homepage-1 .navbar-dark .navbar-toggler-icon.active {
        background-color: transparent;
    }
}

/* ******************************
:: 3.0 WELCOME AREA CSS
****************************** */
@media (min-width: 991px) {
    .homepage-4 .contact-title {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .welcome-area {
        height: 700px !important;
    }

    .welcome-img-1,
    .welcome-img-2 {
        height: 700px !important;
    }

    .welcome-intro>h3 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {

    .homepage-5 .welcome-area {
        padding-bottom: 90px;
    }

    .welcome-intro {
        margin-top: 30px;
    }

    .welcome-intro>h3 {
        font-size: 26px;
    }

    .homepage-6 .welcome-thumb {
        max-width: 250px;
    }

    .blogmore_content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 575px) {
    .welcome-intro {
        margin-top: 0;
    }

    .welcome-intro>h3 {
        font-size: 22px;
    }

    .homepage-1 .welcome-thumb {
        max-width: 200px;
    }

    .welcome-intro h1 {
        font-size: 40px;
    }

    .welcome-area {
        height: 500px !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .welcome-img-1,
    .welcome-img-2 {
        height: 650px !important;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .navbar-brand img {
        max-width: 180px;
    }

    .bz-banner-mobile-video {
        display: block;
    }

    .bz-desktop-video {
        display: none;
    }

}

/* ******************************
:: 4.0 BENIFITS AREA CSS
****************************** */
@media (max-width: 767px) {
    .benifits-item {
        text-align: center;
    }
}

/* ******************************
:: 5.0 ABOUT AREA CSS
****************************** */
@media(max-width: 1200px) {
    .bg-about-area {
        height: 500px;
        width: 800px;
    }

    .about-area .inner {
        margin-left: 50px;
        margin-right: 50px;
        padding: 80px 80px 100px;
    }

    .about-area .inner .head h1 {
        font-size: 3em;
    }

    .about-area .inner .head h1 span {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .about-thumb {
        min-height: 350px;
    }
}

/* ******************************
:: 6.0 PRICE PLAN AREA CSS
****************************** */
@media (max-width: 991px) {
    .single-price-plan {
        width: 33%;
    }
}

@media only screen and (max-width: 767px) {
    .price-plan-wrapper .single-price-plan {
        width: 50%;
        margin-top: 2rem;
    }

    .price-plan-wrapper .plan-select,
    .price-plan-wrapper .featured .plan-select {
        padding: 20px;
    }

    .price-plan-wrapper .featured {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }
}

@media only screen and (max-width: 575px) {
    .price-plan-wrapper .single-price-plan {
        width: 100%;
    }

    .single-price-plan:first-of-type {
        margin-top: 0;
    }
}

/* ******************************
:: 7.0 TESTIMONIAL AREA CSS
****************************** */
@media (max-width: 767px) {
    .testimonial-area .owl-dots {
        bottom: -15px;
    }
}

/* ******************************
:: 8.0 START FREE AREA CSS
****************************** */
@media (max-width: 991px) {
    .start-free-content {
        text-align: center;
        padding: 4rem;
    }

    .start-free-text>h2 {
        font-size: 2.3em;
    }
}

@media (max-width: 767px) {
    .start-free-content {
        padding: 3rem;
    }

    .start-free-text>h2 {
        font-size: 2em;
    }

    .start-free-btn .btn {
        font-size: 15px;
        padding: 13px 30px;
    }
}

@media (max-width: 575px) {
    .start-free-text>h2 {
        font-size: 1.6em;
    }

    .start-free-text span {
        font-size: 14px;
    }
}

/* ******************************
:: 9.0 DOWNLOAD AREA CSS
****************************** */
@media (max-width: 767px) {
    .download-text>h2 {
        font-size: 2.5em;
    }
}

@media (max-width: 575px) {
    .download-text>h2 {
        font-size: 2em;
    }

    .button-group a:nth-child(2) {
        margin-right: 0;
    }
}

/* ******************************
:: 10.0 BREADCRUMB AREA CSS
****************************** */
@media (max-width: 991px) {
    .breadcrumb-content>h3 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-area {
        height: 300px;
    }

    .breadcrumb-content>h3 {
        font-size: 24px;
    }
}

/* ******************************
:: 12.0 FOOTER AREA CSS
****************************** */
@media only screen and (min-width: 576px) and (max-width: 991px) {
    .footer-items {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .footer-items {
        margin-bottom: 30px;
    }

    .footer-area .col-12:last-of-type .footer-items {
        margin-bottom: 0;
    }
}

/* ******************************
:: 13.0 PREVIEW AREA CSS
****************************** */
@media (max-width: 991px) {
    .preview-area .section-heading {
        margin-bottom: 30px;
    }

    .preview-area .single-preview {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .preview .welcome-area {
        height: 580px !important;
    }
}

@media (max-width: 575px) {
    .preview .welcome-area {
        height: 550px !important;
    }

    .preview .badge-light {
        font-size: 14px;
        padding-left: .4em;
        padding-right: .4em;
    }
}

@media(min-width: 992px) and (max-width:1199px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1rem;
        padding-left: .6rem;
        padding-right: .6rem;
        letter-spacing: 0;
    }

    .nav-link-btn {
        /* padding: 8px 22px !important; */
        font-size: 12px !important;
    }
}

@media(min-width: 768px) and (max-width: 1199px) {
    .footer-area .footer-items ul li a {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .order-1199-1 {
        order: 2;
    }

    .order-1199-2 {
        order: 1;
    }

    .welcome-intro h1 {
        padding-left: 0;
    }

    .room-list {
        margin-left: 80px;
        margin-right: 100px;
    }

    .room-link {
        right: 30px;
    }

    .testi-head {
        position: relative;
        right: 0;
        margin-bottom: 25px;
    }

    .testi-head h1 {
        font-size: 50px
    }

    .countbox-inner {
        padding: 50px;
    }

    .about-img {
        margin-top: -120px;
    }

    .welcome-head h1,
    .whychoose-head h1 {
        font-size: 5em;
    }

    .circles {
        left: 60px;
    }
}

@media(max-width: 991px) {
    .welcome-intro h1 {
        font-size: 60px;
    }

    .form-box {
        flex-direction: column;
        height: 171px;
        color: #000;
        opacity: inherit;
    }

    .property-box {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 30px;
    }

    .form-btn {
        margin-bottom: 10px
    }

    .form-area {
        margin-top: -100px;
    }

    .bg-about-area {
        width: 100%;
    }

    .about-area .inner {
        margin-top: 432px;
        margin-left: 0;
        margin-right: 0;
    }

    .room-list {
        margin-left: 0;
        margin-right: 0;
    }

    .facilities-area .section-heading h2,
    .fac-text h2 {
        font-size: 30px;
    }

    .single-box {
        max-width: 535px;
    }

    .footer-items {
        text-align: center;
    }

    .footer-area .footer-items ul,
    .footer-area .mail-social-icons,
    .copyright-area {
        justify-content: center !important;
    }

    .about-welcome .tp-head {
        font-weight: 600;
        font-size: 18px;
    }

    .welcome-head h1,
    .whychoose-head h1 {
        font-size: 3em;
    }

    .about-para {
        margin-bottom: 60px;
    }

    .countbox-inner {
        margin-right: 100px;
    }

    .whychoose-head p {
        color: #2e2e2e;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 2px;
    }

    .circles .c-2 {
        z-index: 0;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: .8rem;
    }

    .nav-link-btn {
        padding: 12px 25px !important;
        font-size: 15px !important;
        margin-top: 15px;
    }

    .comp-fac {
        margin-bottom: 25px;
    }

    .fac-aminities h2 {
        font-size: 26px;
    }

    .mega-menu.blog-menu {
        transform: translateX(0);
    }

    .single-menu li a {
        background-color: #ddd;
        margin-bottom: 5px;
    }
}


@media(max-width: 767px) {
    .form-box {
        height: 385px;
    }

    .property-box {
        padding: 25px;
    }

    .property-box .prop-box,
    .property-box .prop-box2 {
        margin-bottom: 8px;
    }

    .form-btn {
        margin-bottom: 20px;
    }

    .facility-inner {
        margin-bottom: 25px;
    }

    .single-box {
        max-width: none;
        padding: 35px;
    }

    .testi-text p {
        font-size: 18px;
    }

    .client-pic {
        bottom: -127px;
        height: 150px;
        width: 150px;
        right: -18px;
        top: inherit;
    }

    .single-client-testi {
        height: 620px;
    }

    .book-box {
        padding: 50px;
    }

    .book-box .header h3 {
        font-size: 28px;
    }

    .call-btn {
        flex-direction: column;
        align-items: flex-start;
    }

    .call-btn .call {
        margin-bottom: 45px;
    }

    .footer-area .footer-items ul,
    .footer-area .mail-social-icons {
        flex-direction: column;
    }

    .footer-area .footer-items ul li {
        margin-bottom: 10px;
    }

    .footer-area .mail-social-icons {
        align-items: center;
        margin-top: 0;
    }

    .footer-area .mail-social-icons a {
        margin-bottom: 10px;
    }

    .footer-top {
        padding: 40px 0;
    }

    .nav-link-btn {
        padding: 12px 32px !important;
    }

    .countbox-inner {
        margin-right: 81px;
        margin-left: 80px;
        padding: 45px;
    }

    .choose-box {
        margin-bottom: 30px;
    }

    .book-area2 .book-inner .bk-nw,
    .book-inner {
        height: 300px;
    }

    .adr-box {
        border-right: none;
    }

    .blog_desktop {
        display: none;
    }

    .blog_mobile {
        display: block;
    }

    .blog_content {
        padding-bottom: 50px;
    }
}

@media(min-width: 576px) and (max-width: 768px) {
    .book-inner {
        height: 420px;
    }
}


@media(max-width: 575px) {
    .welcome-intro h1 {
        font-size: 36px;
    }

    .form-area {
        margin-top: -70px;
    }

    .form-btn a img {
        max-width: 12px;
    }

    .form-box {
        height: 400px;
        background-color: #111;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .home-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #313e318f;
        opacity: 0.9;
    }

    .property-box {
        padding: 18px;
    }

    .form-btn a {
        font-size: 18px;
        padding: 12px 0;
    }

    .bg-about-area {
        height: 250px;
    }

    .about-area .inner {
        margin-top: 225px;
        padding: 35px 35px 50px
    }

    .about-area .inner .head h1 {
        font-size: 1.8em;
    }

    .about-area .inner .head h1 span {
        font-size: 33px;
    }

    .about-area .inner .head {
        margin-bottom: 18px;
    }

    .about-area .inner .text p {
        font-size: 17px;
    }

    .facilities-area .section-heading h2 {
        font-size: 20px;
    }

    .fac-text p {
        font-size: 15px;
    }

    .facility-inner {
        margin-bottom: 35px;
    }

    .room-list {
        padding: 40px 40px 50px;
    }

    .room-list ul li a {
        font-size: 25px;
    }

    .room-link {
        right: 0;
        width: 100%;
        transform: translate(-50%, -50%);
        left: 50%;
        text-align: center;
    }

    .room-link a {
        font-size: 18px;
        padding: 15px 30px;
    }

    .rooms-area-demo .room-box {
        margin-top: -150px;
    }

    .main-box-img1,
    .main-box-img2,
    .main-box-img3,
    .main-box-img4 {
        height: 250px;
    }

    .testi-area {
        padding: 80px 0 !important;
    }

    .client-pic {
        display: none;
    }

    .single-client-testi {
        height: 700px;
    }

    .owl-nav {
        right: 0;
        text-align: center;
        transform: translate(-50%, -50%);
        left: 50%;
        bottom: 0;
    }

    .book-box {
        padding: 35px;
    }

    .book-box .header h3 {
        font-size: 20px;
    }

    .book-box .header {
        margin-bottom: 30px;
    }

    .call-btn .call span,
    .call-btn .call a {
        font-size: 22px;
    }

    .call-btn .bk-nw a {
        font-size: 18px;
        padding: 15px 50px;
    }

    .call-btn .call {
        margin-bottom: 30px;
    }

    .bread-box {
        height: 300px;
        justify-content: center;
        margin-top: 30px;
    }

    .bread-head {
        text-align: center;
    }

    .bread-head h1 {
        font-size: 3.5em;
    }

    .bread-head span,
    .bread-head span a {
        font-size: 15px;
    }

    .welcome-head h1 {
        margin-bottom: 30px;
        font-size: 28px;
    }

    .countbox-inner {
        margin: 0;
    }

    .about-img {
        margin-top: 25px;
    }

    .about-welcome .tp-head {
        font-weight: 500;
        font-size: 15px;
    }

    .about-para p {
        font-size: 18px;
    }

    .welcome-head2 h1 {
        font-size: 34px;
    }

    .right-line,
    .left-line {
        top: 85px;
    }

    .facility-box h2 {
        font-size: 28px;
    }

    .facility-box {
        padding: 80px 0 0;
    }

    .fac-other {
        padding-left: 0;
        margin-top: 30px;
    }

    .write-area-head h1 {
        font-size: 2.5em;
    }

    .reserv-title h2 {
        font-size: 40px;
    }

    .reserv-apply-area {
        padding: 65px 30px;
        box-shadow: 0px 8px 30px #6c757d;
    }

    .dotted-pattern-6,
    .tri-pattern-5 {
        display: none;
    }

    .testi-main-area {
        padding: 100px 0;
    }

    .hotels-head h1 {
        font-size: 65px;
    }

    .hotels-head p {
        padding: 0;
    }

    .inner-thanks h1 {
        font-size: 3.25rem;
    }

    .text-content .fa-check {
        font-size: 5.75rem;
    }

    .text-content p {
        font-size: 15px;
        line-height: 26px;
        max-width: initial;
        margin: 0 auto;
    }

    .thankyou-btns a {
        padding: 8px 18px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .navbar-brand img {
        padding-top: 0px;
    }

    .navbar-sticky-on .navbar-brand-sticky {
        padding-top: 0px;
        width: 75%;
    }

    .content-gold {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .content-gold h1 {
        font-size: 55px;
        padding-top: 40px;
    }

    .content-gold p {
        font-size: 20px;
    }

    .gold-area .link {
        padding-bottom: 60px;
        padding-top: 20px;
        text-align: center;
    }

    .diamond-content {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .diamond-content h1 {
        font-size: 55px;
        padding-top: 40px;
    }

    .diamond-content p {
        font-size: 20px;
    }

    .diamond-area .link {
        padding-top: 20px;
        padding-bottom: 60px;
        text-align: center;
    }

    .other-ornament-area {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .other-ornament-content h1 {
        font-size: 50px;
        font-weight: 0;
        text-align: center;
    }

    .midle-banner-area {
        display: none;
    }

    .about-us-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-us-content h3 {
        padding-top: 30px;
    }

    .about-us-content h1 {
        font-size: 35px;
    }

    .about-us-content p {
        font-size: 19px;
        padding-top: 10px;
    }

    .about-us-content .link {
        padding-top: 30px;
    }

    .why-us-left-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .why-us-left-content h1 {
        padding-top: 50px;
        font-size: 45px;
        text-align: center;
    }

    .why-us-left-content p {
        font-size: 19px;
    }

    .why-icones {
        padding-left: 60px;
        padding-right: 40px;
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .why-icones p {
        padding-left: 20px;
        font-size: 18px;
    }

    .shop-by-category-content h1 {
        padding-top: 40px;
        font-size: 47px;
        padding-bottom: 5px;
    }

    .shop-by-category-content {
        text-align: center;
    }

    .our-brands-left {
        padding-left: 20px;
        padding-right: 20px;
    }

    .our-brands-left h1 {
        padding-top: 50px;
        font-size: 40px;
        text-align: center;
    }

    .our-brands-right img {
        display: none;
    }

    .footer-above-banner-area {
        display: none;
    }

    .footer-area-fstore {
        padding-top: 40px;
        text-align: center;
    }

    .footer-area-logo {
        padding-top: 50px;
    }

    .footer-area-gplay {
        text-align: center;
    }

    .footer-area-social {
        text-align: left !important;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .gold-cover-img {
        text-align: center;
    }

    .content-gold {
        padding-left: 30px;
        padding-right: 30px;
    }

    .content-gold h1 {
        text-align: center;
    }

    .content-gold-slider {
        padding-left: 30px;
        padding-right: 30px;
    }

    .gold-area .link {
        padding-bottom: 60px;
        padding-top: 20px;
        text-align: center;
    }

    .other-ornament-content h1 {
        text-align: center;
        font-size: 60px;
        padding-bottom: 20px;
    }

    .midle-banner-area {
        display: none;
    }

    .about-us-content h3 {
        padding-top: 70px;
    }

    .why-us-left-content {
        padding-left: 40px;
    }

    .why-icones {
        padding-top: 60px;
        padding-left: 150px;
        padding-bottom: 30px;
    }

    .our-brands-left {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 50px;
    }

    .our-brands-left h1 {
        padding-top: 10px;
    }

    .footer-above-banner-area {
        display: none;
    }

    .footer-area-fstore {
        padding-top: 40px;
        text-align: center;
    }

    .footer-area-logo {
        padding-top: 50px;
    }

    .footer-area-gplay {
        text-align: center;
    }

    .footer-area-social {
        text-align: left !important;
    }

    .navbar-brand img {
        padding-top: 0px;
    }

    .navbar-sticky-on .navbar-brand-sticky {
        width: 75%;
        padding-top: 0px;
    }
}

@media only screen and (min-device-width: 1300px) and (max-device-width: 1400px) {
    .content-gold h1 {
        padding-top: 50px;
        font-size: 75px;
    }

    .content-gold p {
        font-size: 21px;
    }

    .single-gold-slider {
        width: 95%;
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .diamond-content h1 {
        font-size: 80px;
        padding-top: 60px;
    }

    .other-ornament-content h1 {
        font-size: 65px;
    }

    .midle-banner-content {
        margin-top: -380px;
        margin-left: 200px;
    }

    .midle-banner-content h1 {
        font-size: 50px;
    }

    .about-us-content h3 {
        padding-top: 70px;
    }

    .about-us-content h1 {
        font-size: 50px;
    }

    .about-us-content p {
        font-size: 21px;
        padding-top: 15px;
    }

    .about-us-content .link {
        padding-top: 40px;
    }

    .why-us-left-content {
        padding-left: 100px;
        padding-bottom: 20px;
    }

    .why-icones {
        padding-top: 120px;
    }

    .why-us-left-content h1 {
        padding-top: 60px;
        font-size: 50px;
    }

    .why-us-left-content p {
        font-size: 21px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .our-brands-left {
        padding-left: 150px;
    }


}

@media(max-width: 991px) {

    .aboutus-content-first {
        padding-top: 30px;
        margin: auto;
        float: left;
        text-align: left;
        width: 100%;
        display: block;
    }

    .service-area-block {
        padding-top: 30px;
        display: block;
        width: 100%;
    }

    .service-area-single-block img {
        width: 100%;
    }

    .service-area-single-block-footer img {
        width: auto;
    }



}


@media (max-width: 575px) {

    .welcome-intro h1 {
        font-size: 27px;
    }

    .welcome-intro .link a {
        font-size: 13px;
    }

    .about-us-count-content {
        margin: auto;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about-us-count-content h2 {
        color: #004533;
        font-size: 50px;
        font-weight: 800;
        font-family: 'Lufga-SemiBold';
    }

    .about-us-count-content p {
        color: #004533;
        font-size: 15px;
        font-family: 'Lufga-SemiBold';
        font-weight: 500;
    }

    .aboutus-head h2 {
        font-size: 30px;
        font-weight: 800;
        color: #004533;
        line-height: 1;
        margin-left: 20px;
        margin-right: 20px;
    }

    .aboutus-top-head {
        display: flex;
        margin-left: 20px;
        margin-right: 20px;
    }

    .aboutus-content-first {
        padding-left: 20px;
        padding-right: 20px;
    }

    .aboutus-content-first {
        padding-top: 30px;
        margin: auto;
        float: left;
        text-align: left;
        width: 100%;
        display: block;
    }

    .aboutus-shape-box img {
        width: 30px;
        height: 30px;
    }

    .aboutus-shape-box p {
        padding-left: 15px;
        color: #373737;
        font-size: 17px;
    }

    .aboutus-content-second p {
        font-size: 18px;
        color: #040404;
        line-height: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .aboutus-content-third {
        padding-top: 40px;
        text-align: center;
        margin: auto;
    }

    .service-area-head h2 {
        color: #004533;
        font-size: 25px;
        font-weight: 800;
        padding-left: 20px;
        padding-right: 20px;
    }

    .service-area-block {
        padding-top: 30px;
        display: block;
        width: 100%;
    }

    .service-area-single-block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .service-area {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .our-guru-head {
        padding-top: 40px;
        display: flex;
        padding-bottom: 20px;
        border-bottom: 1px solid #facb8a;
        padding-left: 20px;
        padding-right: 20px;
    }

    .our-guru-head h3 {
        color: #facb8a;
        font-weight: 800;
        font-size: 26px;
    }

    .our-guru-content {
        padding-top: 30px;
    }

    .our-guru-content p {
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        font-weight: 100;
        padding-bottom: 30px;
    }

    .our-guru-content {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .our-guru-area {
        background-image: url(../img/guru/back-banner.png);
        height: 620px;
    }

    .bz-video-block {
        margin-left: auto;
        width: auto;
        margin-top: 50px;
    }

    .bz-video-block video {
        width: 100%;
    }

    .bz-video-block1 {
        margin-left: auto;
        width: auto;
        margin-top: 0px;
    }

    .bz-video-block1 video {
        width: 100%;
    }

    .testimonals-area {
        color: #fff;
        padding-top: 50px;
        padding-bottom: 10px;
    }

    .testimonals-area-title h4 {
        color: #facb8a;
        font-weight: 100;
        font-size: 20px;
        padding-top: 10px;
    }

    .testimonals-area-head h3 {
        color: #004533;
        font-weight: 800;
        font-size: 26px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .testimonals-area-single-slider {
        margin-left: 30px;
        margin-right: 30px;
    }

    .testimonals-area-content {
        background-color: #fff8ef;
        padding-left: 50px;
        padding-right: 50px;
        margin-top: -90px;
        padding-bottom: 50px;
    }

    .testimonals-area-box .owl-nav {
        position: absolute;
        right: 10px;
        margin-top: -75px;
        bottom: auto;
    }

    .our-blog-podcast-area-title {
        padding-top: 50px;
    }

    .our-blog-podcast-area-title h4 {
        color: #004533;
        font-size: 20px;
        font-weight: 800;
        padding-top: 10px;
    }

    .our-blog-podcast-area-title-right h5 {
        color: #004533;
        font-size: 15px;
        text-wrap: nowrap;
        padding-top: 8px;
        padding-right: 12px;
    }

    .blog-area-slider-master .owl-carousel {
        transform: rotate(0deg) !important;
        margin-top: 10px;
        text-align: left;
        padding-top: 0px;
    }

    .blog-area-slider .blog-area-box {
        transform: rotate(0deg);
    }

    .blog-area-slider-master .owl-nav {
        position: absolute;
        left: 150px;
        margin-top: -590px;
    }


    .podcat-area-slider-master .owl-carousel {
        transform: rotate(0deg) !important;
        margin-top: 10px;
        text-align: left;
        padding-top: 0px;
    }

    .podcat-area-slider .blog-area-box {
        transform: rotate(-0deg);
    }

    .podcat-area-slider-master .owl-nav {
        position: absolute;
        left: 150px;
        margin-top: -590px;
    }


    .news-area-slider-master .owl-carousel {
        transform: rotate(0deg) !important;
        margin-top: 10px;
        text-align: left;
        padding-top: 0px;
    }

    .news-area-slider .news-events-area-box {
        transform: rotate(0deg);
    }

    .news-area-slider-master .owl-nav {
        position: absolute;
        left: 0px;
        margin-top: -620px;
        margin-left: 150px;
    }

    .events-area-slider-master .owl-carousel {
        transform: rotate(0deg) !important;
        margin-top: 10px;
        text-align: left;
        padding-top: 0px;
    }

    .events-area-slider .news-events-area-box {
        transform: rotate(0deg);
    }

    .events-area-slider-master .owl-nav {
        position: absolute;
        left: 0px;
        margin-top: -620px;
        margin-left: 150px;
    }

    .news-letter-area {
        background-color: #fff;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .news-letter-content h3 {
        color: #004533;
        font-size: 20px;
        font-weight: 800;
    }

    .news-letter-content h4 {
        color: #004533;
        font-size: 12px;
    }

    .news-letter-content {
        padding-top: 20px;
    }

    .form-class {
        text-align: center;
    }

    .form-class input[type='email'] {
        background: #004533;
        margin-left: 0px;
        width: 300px;
        height: 50px;
        margin-top: 10px;
        color: #fff;
        border: none;
        margin-bottom: 10px;
    }

    .footer-logo img {
        width: 80%;
    }

    .footer-area {
        padding-top: 50px;
        background-color: #fff;
        text-align: center;
    }

    .display-desktop {
        display: none;
    }

    .display-mobile {
        display: block;
    }

    .blog-area-box-bottom {
        background-color: #fff8ef;
        padding: 35px;
        padding-bottom: 70px;
    }

    .our-blog-podcast-area {
        padding-top: 0px;
    }

    .news-events-area-title h4 {
        color: #004533;
        font-size: 20px;
        font-weight: 800;
        padding-top: 15px;
    }

    .news-events-area-box-bottom h4 {
        color: #fff;
        font-size: 20px;
    }

    .news-events-area-box-bottom p {
        color: #facb8a;
        font-size: 15px;
        padding-bottom: 10px;
    }

    .news-events-area-box-bottom p {
        color: #facb8a;
        font-size: 15px;
        padding-bottom: 10px;
    }

    .news-events-area-box-bottom {
        background-color: #438473;
        padding: 35px;
        padding-bottom: 70px;
    }

    .news-events-area-title {
        padding-top: 50px;
    }

    .news-events-area {
        background-color: #fff8ef;
        padding-top: 0px;
        padding-bottom: 60px;
    }

    .navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
        color: #000;
        text-shadow: none;
    }

    .inner-banner-content h5 {
        padding-left: 40px;
        padding-top: 170px;
    }

    .inner-banner-content h2 {
        font-size: 26px;
        font-weight: 800;
        padding-left: 40px;
        padding-right: 50px;
    }

    .inner-banner-area {
        height: 400px;
    }

    .aboutus-content-main {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .aboutus-content-main p {
        padding-right: 0px;
    }

    .aboutus-content-sub {
        display: none;
    }

    .about-point-area {
        height: auto;
        padding-bottom: 40px;
    }

    .mission-vision-box {
        background-color: #fff;
        padding: 70px;
        padding-top: 50px;
        padding-bottom: 50px;
        min-height: 450px;
        margin-bottom: 30px;
    }

    .ourguru-top-img {
        text-align: center;
    }

    .ourguru-journy-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .service-main-content p {
        color: #ffffff;
        margin-left: 30px;
        margin-right: 30px;
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 20px;
    }

    .service-main-image img {
        height: auto;
        width: 100%;
    }

    .service-main-image2 img {
        height: auto;
        width: 100%;
    }

    .service-main-content2 h2 {
        color: #ccb984;
        margin-left: 30px;
        /* overflow: hidden; */
        padding-top: 50px;
        font-weight: 800;
        padding-bottom: 15px;
        margin-right: 30px;
    }

    .service-main-content2 p {
        color: #ffffff;
        margin-left: 30px;
        margin-right: 30px;
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 20px;
    }

    .service-main-content h2 {
        color: #ccb984;
        margin-left: 30px;
        /* overflow: hidden; */
        padding-top: 50px;
        font-weight: 800;
        padding-bottom: 15px;
        /* margin-right: 30px; */
        /* padding-left: 30px; */
        /* padding-right: 30px; */
    }

    .aboutus-content-main h3 {
        font-size: 30px;
    }

    .aboutus-content-main p {
        font-size: 18px;
    }

    .aboutus-mission-area {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #fff8ef;
    }


    .mission-vision-box {
        background-color: #fff;
        padding: 50px;
        padding-top: 30px;
        padding-bottom: 30px;
        min-height: auto;
        margin-bottom: 30px;
    }

    .mission-vision-box h3 {
        font-size: 24px;
    }

    .mission-vision-box p {
        font-size: 18px;
    }

    .about-point h3 {
        padding-top: 40px;
        color: #facb8a;
        font-size: 29px;
        font-weight: 800;
        padding-bottom: 20px;
    }

    .about-point ul li {
        font-size: 17px;
    }

    .about-team-area {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #fff;
    }

    .about-team-box {
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
        padding-top: 30px;
    }

    .about-team h2 {
        font-size: 30px;
    }

    .about-team-box-data h4 {
        color: #facb8a;
        font-weight: 800;
        padding-top: 40px;
        padding-left: 40px;
        font-size: 23px;
        padding-bottom: 10px;
    }

    .about-team-box-data p {
        color: #fff;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 17px;
    }

    .about-team-box-data .link {
        padding-top: 15px;
        padding-left: 40px;
    }

    .about-team-box-data {
        background-color: #00603b;
        height: auto;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 30px;
        padding-bottom: 60px;
    }

    .navbar {
        height: 80px;
    }

    .aboutus-top-head p {
        font-size: 20px;
    }

    .aboutus-head h2 {
        font-size: 25px;
    }

    .aboutus-content-third a {
        padding-top: 20px;
        font-size: 25px;
    }

    .service-area-top-head p {
        font-size: 20px;
    }

    .aboutus-area {
        background-color: #fff;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .service-area-single-block-footer {
        padding: 25px;
    }

    .testimonals-area-content p {
        font-size: 18px;
    }

    .testimonals-area-content h4 {
        font-size: 22px;
    }

    .testimonals-area-content h5 {
        font-size: 18px;
        padding-bottom: 30px;
    }

    .blog-button {
        font-size: 18px;
    }

    .blog-area-box-bottom p {
        font-size: 20px;
    }

    .ourguru-area {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ourguru-journy-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ourguru-box-area {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .service-other-area {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .service-main-content {
        min-height: auto;
    }

    .service-main-content2 {
        min-height: auto;
    }

    .about-point h3 {
        font-size: 26px;
    }

    .about-point-second h3 {
        font-size: 26px;
    }

    .about-point-second ul li {
        font-size: 17px;
    }

    .ptb_80 {
        padding: 40px 0;
    }

    .btn_blog {
        font-size: 15px !important;
    }

    .footer-logo {
        text-align: center;
        margin: auto;
        display: none;
    }

    .footer-logo-area {
        background-color: #013b29;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .bz-aboutus-desktop {
        display: none;
    }

    .bz-aboutus-mobile {
        display: block;
    }

}

@media (max-width: 767px) {
    .bz-aboutus {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #f2f0eb;
    }

    .bz-aboutus-top-title {
        padding-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .bz-aboutus-top-title h2 {
        font-size: 30px;
        color: #1c1c1c;
        font-weight: 800;
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .bz-aboutus-top-title p {
        font-size: 17px;
        color: #373737;
        font-weight: 100;
    }

    .bz-aboutus-cta-btn1 {
        background-color: #ff7e00;
        color: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 10px;
        border: 1px solid #ff7e00;
        font-size: 17px;
        margin-right: 10px;
    }

    .bz-aboutus-cta-btn2 {
        background-color: #f2f0eb;
        color: #ff7e00;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 10px;
        border: 1px solid #ff7e00;
        font-size: 17px;
        margin-right: 10px;
    }

    .bz-two-wheeler {
        background-image: url(../img/bz-back-banner1.jpg);
        padding-top: 50px;
        padding-bottom: 60px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .bz-two-wheeler-data {
        padding-top: 0px;
    }

    .bz-two-wheeler-data h4 {
        color: #fff;
        font-size: 30px;
        font-weight: 500;
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .bz-two-wheeler-slider {
        margin-top: 50px;
    }

    .bz-two-single-box {
        border-bottom: 1px solid #b8b8b8;
        text-align: center;
        padding-top: 20px;
        min-height: 380px;
    }

    .bz-two-wheeler-data p {
        color: #fff;
        font-size: 17px;
        font-weight: 100;
        padding-bottom: 40px;
        line-height: 1.4;
    }

    .bz-four-wheeler {
        background-color: #f2f0eb;
        padding-top: 50px;
        padding-bottom: 60px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .bz-four-wheeler-data {
        padding-top: 0px;
    }

    .bz-four-wheeler-data h4 {
        color: #1c1c1c;
        font-size: 30px;
        font-weight: 500;
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .bz-four-wheeler-data p {
        color: #000;
        font-size: 17px;
        font-weight: 100;
        padding-bottom: 40px;
        line-height: 1.4;
    }

    .bz-four-single-box {
        border-bottom: 1px solid #b8b8b8;
        text-align: center;
        padding-top: 20px;
        min-height: 350px;
    }

    .bz-four-wheeler-slider {
        margin-top: 50px;
    }

    .bz-comm-wheeler {
        background-image: url(../img/bz-back-banner1.jpg);
        padding-top: 50px;
        padding-bottom: 60px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .bz-comm-wheeler-data {
        padding-top: 0px;
    }

    .bz-comm-wheeler-data h4 {
        color: #fff;
        font-size: 30px;
        font-weight: 500;
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .bz-comm-wheeler-data p {
        color: #fff;
        font-size: 17px;
        font-weight: 100;
        padding-bottom: 40px;
        line-height: 1.4;
    }

    .bz-comm-single-box {
        border-bottom: 1px solid #b8b8b8;
        text-align: center;
        padding-top: 20px;
        min-height: 350px;
    }

    .bz-comm-wheeler-slider {
        margin-top: 50px;
    }

    .bz-blog {
        padding-top: 40px;
        background-color: #f2f0eb;
        padding-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .bz-blog-title h4 {
        text-align: left;
        float: left;
        color: #1c1c1c;
        font-size: 30px;
        font-weight: 600;
        margin-left: 15px;
    }

    .bz-blog-title a {
        text-align: right;
        float: right;
        color: #a09c93;
        font-weight: 600;
        font-size: 16px;
        margin-right: 15px;
    }

    .bz-blog-data-bg p {
        color: #ff7e00;
        text-align: left;
        font-size: 15px;
    }

    .bz-blog-data-bg h5 {
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .bz-testimonials {
        padding-top: 50px;
        background-color: #f2f0eb;
        padding-left: 15px;
        padding-right: 15px;
    }

    .bz-testimonials-title h4 {
        text-align: left;
        float: left;
        color: #1c1c1c;
        font-size: 28px;
        font-weight: 600;
        margin-left: 15px;
    }

    .bz-testimonials-title a {
        text-align: right;
        float: right;
        color: #a09c93;
        font-weight: 600;
        font-size: 16px;
        margin-right: 15px;
    }

    .bz-testimonials-data-block {
        background-color: #fff;
        padding: 20px;
        display: flex;
    }

    .bz-bottom-cover {
        display: none;
    }

    .bz-testimonials-data-slider {
        padding-top: 30px;
        margin-bottom: 50px;
    }

    .bz-testimonials-data-address {
        display: flex;
        padding-top: 20px;
        padding-left: 10px;
    }

    .bz-footer-area {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #232323;
        padding-left: 15px;
        padding-right: 15px;
    }

    .bz-footer-cta {
        float: left;
        text-align: left;
        padding-top: 30px;
    }

    .bz-footer-side2 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bz-footer-side {
        display: block;
    }

    .bz-footer-right {
        text-align: left;
        float: left;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .bz-footer-box2 {
        margin-left: 0px;
        margin-right: 30px;
    }

    .bz-display-desktop {
        display: none;
    }

    .bz-display-mobile {
        padding-top: 80px;
        background-color: #1b1b1b;
        display: block;
    }


}

@media (max-width: 575px) {
    .d-block-575 {
        display: block !important;
    }

    .d-none-575 {
        display: none !important;
    }

    .call-btn-mob {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex !important;
        z-index: 9999;
    }

    .call-btn-mob .whatsapp-mob {
        text-align: center;
        font-weight: 500;
        color: #fff;
        background: #34ba48;
        border: 1px solid #34ba48;
        letter-spacing: 1px;
        transition: all .3s ease;
        display: inline;
        border-radius: 0;
        font-size: 24px;
        flex: 0 0 50%;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        padding: 7px 0;
    }

    .call-btn-mob .call-mob {
        text-align: center;
        font-weight: 500;
        color: #fff;
        background: #318fb5;
        border: 1px solid #318fb5;
        letter-spacing: 1px;
        transition: all .3s ease;
        display: inline;
        border-radius: 0;
        font-size: 24px;
        flex: 0 0 50%;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        padding: 7px 0;
    }

    .call-btn-mob .whatsapp-mob svg,
    .call-btn-mob .call-mob svg {
        font-size: 22px;
    }

    .cont_link_box {
        display: none;
    }

}