/* ************************************************************
******* :: 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 (min-width: 1200px) {
    .container {
        max-width: 1300px !important;
    }
}

@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-bottom: 1.2rem;
    }
}

@media (max-width: 991px) {
    .asc-menu-desktop-view{
        display: none;
    }

    .asc-menu-mobile-view{
        display: block;
    }

    .asc-banner-content-left {
        padding-left: 0px;
        padding-right: 0px;
    }

    .asc-banner-content {
        margin-top: -300px;
        height: 300px;
    }

    .asc-banner-content-left h1{
        font-size: 30px;
    }

    .asc-banner-content-left h1 span {
        font-size: 30px;
    }

    .asc-banner-content p {
        font-size: 18px;
        line-height: 20px;
    }

    .budget-blog-home-box img{
        width: 100%;
    }

    .budget-blog-home-box-link img{
        width: 50px;
    }

    .budget-about-cover-data {
        margin-top: -100px;
    }

}

@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 {
        /* padding-top: 0.625rem;
        padding-bottom: 0.625rem; */
    }

    .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: #141414;
        text-shadow: none;
        font-weight: 500;
    }

    .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-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);
    }
}

@media (max-width: 767px) {
    .homepage-1 .navbar-dark .navbar-toggler-icon {
        /* background: #7e8085; */
    }
    .homepage-1 .navbar-dark .navbar-toggler-icon:before,
    .homepage-1 .navbar-dark .navbar-toggler-icon:after {
        /* background: #7e8085; */
    }
    .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) {
    .welcome-area {
        /* height: 100% !important; */
        /* padding-top: 90px; */
    }

    .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: 240px;
    }

    .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: .5rem;
    }
    .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;
        width: 150px;
    }
    .navbar-sticky-on .navbar-brand-sticky{
        padding-top: 0px;
        width: 140px;
    }
    .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;
    }

    .asc-blog-main-section {
        padding-top: 30px;
        padding-bottom: 20px;
        background-color: #f5f6f9;
        padding-left: 25px;
        padding-right: 25px;
    }

}

@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: auto;
    }

    .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;
    }

    .navbar {
        background: #fff;
    }

    .asc-desktop-banner{
        display: none;
    }
    
    .asc-mobile-banner{
        display: block;
    }

    .single-banner img {
        height: 130px;
        background-position: 100%;
        background-repeat: no-repeat;
        object-fit: cover;
        position: relative;
        margin-top: 0px;
        width: auto !important;
        max-width: 100%;
    }

    .asc-banner-content-mobile{
        padding-left: 40px;
        padding-right: 40px;
        text-align: center;
        padding-bottom: 30px;
        background-color: #d3dde7;
        display: none;
    }

    .asc-banner-content-mobile h1{
        font-size: 22px;
        font-weight: 600;
        padding-top: 30px;
        padding-bottom: 15px;
        color: #3d3d3d;
    }

    .asc-banner-content-mobile p{
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 30px;
        color: #3d3d3d;
    }

    .asc-bc-btn{
        border: 1px solid #fc8529;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #fc8529;
        background-color: transparent;
        font-size: 17px;
    }
    
    .asc-bc-btn:hover{
        background-color: #fc8529;
        color : #fff;
    }

    .asc-appointment-block {
        padding-left: 30px;
        padding-right: 30px;
    }

    .asc-appointment-block form {
        display: block;
    }

    .form-group select {
        margin-left: 0px;
        width: 100%;
    }

    .form-group input[type=submit] {
        margin-left: 0px;
        padding-left: 110px;
        padding-right: 110px;
    }

    .form-group input[type=button] {
        margin-left: 0px;
        padding-left: 55px;
        padding-right: 55px;
    }

    .asc-bc-btn1 {
        border: 1px solid #fc8529;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 15px;
        padding-bottom: 15px;
        color: #fff;
        background-color: #fc8529;
        font-size: 18px;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .asc-why-section {
        padding-top: 30px;
        padding-bottom: 15px;
        background-color: #ffffff;
        padding-left: 20px;
        padding-right: 20px;
    }

    .asc-why-head h6 {
        font-size: 20px;
        font-weight: 200;
        color: #3d3d3d;
        padding-bottom: 20px;
    }

    .asc-why-head h4 {
        font-size: 28px;
        font-weight: 600;
        color: #3d3d3d;
    }

    .asc-why-head-count {
        float: left;
    }

    .asc-why-no h4 {
        font-size: 50px;
    }

    .asc-why-no {
        margin-top: 20px;
        width: 125px;
    }

    .asc-why-no p {
        font-size: 18px;
    }

    .asc-why-content-section {
        padding-top: 15px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .asc-why-content-section p {
        font-size: 18px;
    }

    .asc-why-content-space {
        margin-top: 20px;
        margin-left: 0px;
        display: flex;
    }

    .asc-why-content-section p span {
        font-size: 20px;
    }

    .asc-why-content-space img {
        height: 26px;
        margin: auto;
    }

    .asc-specialities-section {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .asc-specialities-section h3 {
        font-size: 25px;
        font-weight: 700;
        padding-bottom: 30px;
    }

    .asc-specialities-item1 {
        display: none;
    }

    .asc-facilities-section {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .asc-facilities-section h3 {
        font-size: 28px;
    }

    .asc-facilities-item {
        border: 1px solid #fff;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px;
        margin-right: 20px;
        min-height: 310px;
    }

    .asc-professionals-section {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .asc-professionals-section h3 {
        font-size: 25px;
        padding-bottom: 15px;
    }

    .asc-professionals-content h4 {
        font-size: 20px;
    }

    .asc-professionals-content p {
        font-size: 16px;
    }

    .asc-pro-btn1 {
        font-size: 14px;
    }

    .asc-pro-btn2 {
        font-size: 14px;
    }

    .asc-testimonials-section {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .asc-testimonials-section h4 {
        font-size: 18px;
        padding-top: 10px;
    }

    .asc-testimonials-section h3 {
        font-size: 30px;
        padding-bottom: 15px;
    }

    .asc-testimonials-section p {
        font-size: 17px;
        padding-bottom: 20px;
    }

    .asc-testimonials-ctas h5 {
        padding-bottom: 25px;
    }

    .asc-test-sec-img-pad {
        padding-top: 20px;
    }

    .asc-test-thr-img-pad {
        padding-top: 20px;
    }

    .asc-news-events-section {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .asc-news-head-bk h3 {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .asc-news-head-bk2 h6 {
        font-size: 18px;
        padding-right: 5px;
    }

    .asc-news-head-bk2 img{
        height: 20px;
    }

    .asc-news-first-row-content {
        padding: 25px;
    }

    .asc-news-first-row-content p {
        font-size: 18px;
        line-height: 28px;
    }

    .asc-news-first-row{
        margin-bottom: 20px;
    }

    .asc-news-second-bk {
        display: none;
    }

    .asc-blogs-section {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .asc-blogs-head h3 {
        font-size: 20px;
    }

    .asc-blogs-head-bk2 h6 {
        font-size: 18px;
        margin: auto;
    }

    .asc-blogs-head-bk2 img{
        height: 20px;
    }

    .asc-blog-content-box {
        padding: 25px;
    }

    .asc-blog-cont-time p {
        font-size: 14px;
    }

    .asc-blog-cont-time h6 {
        font-size: 14px;
    }

    .asc-blog-cont-des h4 {
        padding-top: 15px;
        font-size: 20px;
        padding-bottom: 15px;
    }

    .asc-blog-cont-des p {
        font-size: 15px;
    }

    .asc-footer-section {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .asc-footer-first-bk2 {
        margin-left: 30px;
    }

    .asc-footer-first-bk3 {
        float: left;
        margin-top: 25px;
        padding-left: 10px;
        margin-top: 40px;
    }

    .asc-footer-line {
        padding-bottom: 50px;
    }

    .asc-footer-sec-bk2 {
        padding-top: 0px;
    }

    .asc-footer-sec-bk4 {
        padding-top: 0px;
    }

    .asc-blog-2{
        display: none;
    }

    .asc-blog-3{
        display: none;
    }

    .asc-about-banner-block img {
        padding-top: 70px;
    }

    .asc-about-content-section {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .asc-about-content-block2 h3 {
        font-size: 25px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .asc-about-content-block2 p {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .asc-about-content-bk-count1 h5 {
        font-size: 50px;
    }

    .asc-about-content-bk-count1 p {
        font-size: 15px;
    }

    .asc-about-content-bk-count2 h5 {
        font-size: 50px;
    }

    .asc-about-content-bk-count2 p {
        font-size: 15px;
    }

    .asc-about-content-bk-count3 {
        margin-top: 10px;
        margin-left: 30px;
    }

    .asc-about-vision-mission-section {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .asc-about-vision-mission-fir-bk h4 {
        color: #fff;
        font-size: 25px;
        font-weight: 600;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .asc-about-vision-mission-fir-bk {
        padding-right: 0px;
    }

    .asc-about-vision-mission-fir-bk p {
        font-size: 16px;
    }

    .asc-about-vision-mission-sec-bk {
        padding-left: 0px;
        padding-top: 30px;
    }

    .asc-about-vision-mission-sec-bk h4 {
        color: #fff;
        font-size: 25px;
        font-weight: 600;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .asc-about-vision-mission-sec-bk p {
        font-size: 16px;
    }

    .asc-about-doctor-fir-bk {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .asc-about-doctor-fir-bk img{
        width: 50px;
    }

    .asc-about-doctor-fir-bk p {
        padding-top: 15px;
        font-size: 16px;
        padding-bottom: 20px;
    }

    .asc-about-doctor-section{
        padding-left: 25px;
        padding-right: 25px;
    }

    .asc-about-doctor-sec-bk {
        padding-left: 0px;
    }

    .asc-about-achievements-section {
        background-color: #fff;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .asc-about-achievements-title h3 {
        font-size: 25px;
        font-weight: 600;
        color: #3d3d3d;
        padding-bottom: 20px;
        text-align: center;
    }

    .asc-about-achievements-bk {
        display: block;
    }

    .asc-about-achievements-content {
        padding-top: 40px;
        padding-left: 30px;
        padding-bottom: 40px;
        padding-right: 30px;
        margin-bottom: 10px;
    }

    .asc-about-offer-section {
        background: url(../img/about/about-footer-cover.jpg);
        padding-top: 30px;
        padding-bottom: 30px;
        object-fit: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding-left: 25px;
        padding-right: 25px;
    }

    .asc-about-offer-bk {
        width: 100%;
        float: left;
    }

    .asc-about-offer-bk h3 {
        font-size: 25px;
        padding-bottom: 15px;
    }

    .asc-about-offer-bk p {
        color: #3d3d3d;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .asc-specialities-main-section {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .asc-specialities-main-bk h5 {
        font-size: 16px;
    }

    .asc-specialities-main-bk h2 {
        font-size: 25px;
    }

    .asc-specialities-main-bk p {
        font-size: 17px;
        line-height: 28px;
    }

    .asc-specialities-main-bk-bt h3 {
        padding-top: 25px;
        padding-bottom: 15px;
        font-size: 23px;
        font-weight: 600;
    }

    .asc-specialities-main-bk-bt p {
        font-size: 17px;
        line-height: 28px;
        padding-bottom: 15px;
    }

    .asc-specialities-main-bk-bt h3 {
        padding-top: 10px;
        padding-bottom: 15px;
        font-size: 22px;
        font-weight: 600;
    }

    .asc-specialities-main-bk-bt ul li {
        font-size: 16px;
        color: #3d3d3d;
        list-style-image: url(../img/specialities/choose-icone.png);
        line-height: 28px;
        margin-left: 25px;
    }

    .asc-specialities-main-bk-bt ul li::marker{
        padding-top: 10px;
    }

    .asc-specialities-tumb {
        background-color: #f5f6f9;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        margin-top: 15px;
    }

    .asc-specialities-tumb li {
        padding-left: 10px;
        text-indent: 1px;
        font-size: 13px;
        font-weight: 500;
        line-height: 30px;
        color: #141414;
    }

    .asc-specialities-testimonals-section {
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #fff;
        padding-left: 25px;
        padding-right: 25px;
    }

    .asc-specialities-testimonals-title h3 {
        font-size: 25px;
        color: #3d3d3d;
    }

    .asc-specialities-testimonals-title-right {
        padding-top: 15px;
    }

    .asc-specialities-testimonals-bk {
        margin-top: 20px;
    }

    .asc-specialities-mainbk-section {
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #f5f6f9;
        padding-left: 25px;
        padding-right: 25px;
    }

    .asc-specialities-mainbk-title h5 {
        font-size: 25px;
        padding-bottom: 20px;
    }

    .asc-specialities-mainbk-single {
        padding-bottom: 30px;
    }

    .asc-pro-btn1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .asc-pro-btn2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .our-doctor-padding .asc-professionals-content {
        min-height: 180px;
    }

    .asc-contact-main-section {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #f5f6f9;
        padding-left: 25px;
        padding-right: 25px;
    }

    .asc-contact-main-title h5 {
        font-size: 28px;
    }

    .asc-contact-location-section {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #fff;
        padding-left: 25px;
        padding-right: 25px;
    }

    .asc-contact-location-title h5 {
        font-size: 28px;
    }

    .asc-education-main-section {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #f5f6f9;
        padding-left: 25px;
        padding-right: 25px;
    }

    .asc-contact-main-title h3 {
        font-size: 23px;
        padding-bottom: 5px;
    }

    .asc-contact-main-title hr {
        padding-bottom: 5px;
    }

    .asc-why-no-right p{
        margin-top: 10px;
    }

    .asc-about-banner-content h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-top: 200px;
        margin-left: 30px;
    }

    .asc-about-banner-content p {
        color: #fff;
        margin-left: 30px;
    }

    .asc-doctor-ind-mcon-about{
        height: auto;
    }

    .asc-mob-place-sec{
        display: block;
        margin-top: 25px;
        width: 100%;
    }

    .asc-mob-place-sec select{
        width: 80%;
        font-size: 20px;
    }

    .nav-menu-mob-head{
        margin-left: 10px;
        color: #fc8529;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .budget-why-section {
        background-color: #f1f3f5;
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .budget-why-block h2 {
        font-weight: 500;
        font-size: 30px;
    }

    .budget-why-block p {
        font-size: 17px;
    }

    .budget-why-point1 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .budget-why-point1-txt {
        padding: 40px;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 20px;
    }

    .budget-why-point1-txt h3 {
        font-size: 20px;
        font-weight: 500;
    }

    .budget-why-point1-txt p {
        font-size: 16px;
    }

    .budget-about-section {
        padding-top: 60px;
        padding-bottom: 40px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .budget-about-block h5 {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .budget-about-block h3 {
        font-size: 25px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 1.1px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .budget-about-block p {
        font-size: 17px;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 1.1px;
        margin-bottom: 40px;
    }

    .budget-about-single-box {
        margin-bottom: 15px;
    }

    .budget-about-btn {
        padding-top: 30px;
    }

    .budget-milstone-desktop{
        display: none;
    }

    .budget-milstone-mobile{
        display: block;
    }

    .budget-milstone-section {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .budget-milstone-title h3 {
        font-size: 25px;
        font-weight: 500;
    }

    .budget-milstone-title-right h6 {
        font-size: 14px;
    }

    .budget-milstone-area {
        margin-top: 45px;
        width: 100%;
        display: block;
    }

    .budget-milstone-padding {
        width: 100%;
    }

    .budget-milstone-padding img {
        margin-top: 0px;
        z-index: 20;
    }

    .budget-milstone-bx{
        margin-top: -15px;
    }

    .budget-store-locator-section {
        background-color: #fbdd00;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .budget-store-locator-title h3 {
        font-size: 20px;
    }

    .budget-store-locator-select select {
        background-color: transparent;
        border: 1px solid black;
        color: #000;
        padding: 10px 15px;
        font-size: 14px;
        border-radius: 4px;
        width: 150px;
        cursor: pointer;
    }

    .budget-store-locator-box{
        margin-bottom: 30px;
        min-height: 340px;
    }

    .budget-blog-home-section {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .budget-blog-home-title h3 {
        font-size: 25px;
    }

    .budget-blog-home-box-white {
        background-color: #ffffff;
        padding: 30px;
        margin-bottom: 30px;
    }

    .budget-blog-home-box-white h3 {
        font-size: 20px;
    }

    .budget-blog-home-box-white p {
        font-size: 16px;
    }

    .budget-news-home-first-box h3 {
        font-size: 20px;
    }

    .budget-news-home-first-box {
        padding: 30px;
        margin-bottom: 30px;
    }

    .budget-news-nomobile{
        display: none;
    }

    .budget-whatsapp-home-section {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .budget-whatsapp-home-box-left {
        display: block;
        margin-right: 0px;
        width: 100%;
        text-align: center;
        padding: 40px;
        margin-bottom: 15px;
    }

    .budget-whatsapp-home-box-left h4 {
        font-size: 20px;
        text-align: center;
        
    }

    .budget-whatsapp-home-box-left img{
        width: 80px;
        justify-content: center;
        align-items: center;
    }

    .budget-whatsapp-home-box-right {
        display: block;
        margin-right: 0px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        padding: 40px;
        margin-bottom: 15px;
    }

    .budget-whatsapp-home-box-right h4 {
        font-size: 20px;
        text-align: center;
        
    }

    .budget-whatsapp-home-box-right img{
        width: 80px;
        justify-content: center;
        align-items: center;
    }

    .budget-testimonial-home-section {
        padding-top: 40px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .budget-testimonial-home-title h6 {
        font-size: 14px;
    }

    .budget-testimonial-home-title h3{
        font-size: 28px;
    }

    .budget-testimonial-home-box-data p{
        font-size: 15px;
    }

    .budget-client-home h3 {
        font-size: 28px;
    }

    .budget-client-home p{
        font-size: 15px;
    }

    .single-banner {
        padding-top: 115px;
    }

    .navbar-sticky-moved-up{
        padding-bottom: 0px;
    }

    .budget-about-cover-section img{
        padding-top: 120px;
    }

    .budget-about-cover-data {
        margin-top: -50px;
        margin-left: 40px;
    }

    .budget-about-cover-data h2 span {
        font-size: 20px;
    }

    .budget-about-main-section {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #ffffff;
        padding-left: 20px;
        padding-right: 20px;
    }

    .budget-about-main-first h3 {
        font-size: 28px;
        line-height: 35px;
    }

    .budget-about-main-first-count h4 {
        font-size: 25px;
    }

    .budget-about-main-first-count h5 {
        font-size: 17px;
    }

    .budget-about-main-second p {
        font-size: 16px;
    }

    .budget-about-sub-section {
        background-color: #ffffff;
        padding-top: 0px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .budget-about-sub-bx1 img {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .budget-about-sub-detail h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .budget-about-sub-detail p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .budget-store-main-section {
        padding-top: 40px;
        padding-bottom: 30px;
        background-color: #f1f3f5;
        padding-left: 20px;
        padding-right: 20px;
    }

    .budget-store-main-bx-bottom {
        padding: 40px;
    }

    .budget-store-detail-section {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #f1f3f5;
        padding-left: 20px;
        padding-right: 20px;
    }

    .budget-store-detail-second-bk {
        padding: 40px;
    }

    .budget-store-detail-second-bk h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .budget-store-detail-second-bk p {
        font-size: 16px;
    }

    .budget-store-detail-loc-section {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #3baf29;
        padding-left: 20px;
        padding-right: 20px;
    }

    .budget-store-detail-loc-title h5 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .budget-store-detail-loc-first {
        background-color: #fff;
        height: 300px;
        padding: 30px;
    }

    .budget-store-contact-section {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #f1f3f5;
        padding-left: 20px;
        padding-right: 20px;
    }

    .budget-store-contact-title p {
        font-size: 17px;
    }

    .budget-store-contact-title h3 {
        font-size: 30px;
    }

    .asc-gallery-main-section {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 40px;
        background-color: #f5f6f9;
        padding-left: 20px;
        padding-right: 20px;
    }

    .budget-blog-section {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #f1f3f5;
        padding-left: 20px;
        padding-right: 20px;
    }

    .budget-blog-detail h2 {
        font-size: 25px;
    }

    .budget-blog-detail p {
        font-size: 17px;
        margin-top: 10px;
    }

    .budget-blog-more-bk {
        display: none;
    }

    .budget-about-milestones-section {
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #f1f3f5;
        padding-left: 20px;
        padding-right: 20px;
    }

    .budget-about-milestones-title h2 {
        font-size: 25px;
        letter-spacing: 1px;
    }

    .budget-why-point{
        min-height: 0px;
    }

    .budget-about-main-second h3{
        font-size: 23px;
        line-height: 30px;
    }


}

@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;
    }

    .cta_new_pop{
        display: none;
    }

}



@media only screen and (min-width: 1350px) and (max-width: 1500px) {

    .asc-banner-content-left {
        margin-top: 80px;
    }

    .asc-banner-content-left h1 {
        font-size: 35px;
    }

    .asc-banner-content-left h1 span{
        font-size: 35px;
    }

    .asc-banner-content-left p{
        font-size: 18px;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1349px) {

    

    .asc-banner-content-left {
        margin-top: 80px;
    }

    .asc-banner-content-left h1 {
        font-size: 35px;
    }

    .asc-banner-content-left h1 span{
        font-size: 35px;
    }

    .asc-banner-content-left p{
        font-size: 18px;
    }

}

@media only screen and (min-width: 1501px) and (max-width: 1700px) {

    .asc-banner-content-left {
        margin-top: 80px;
    }

    .asc-banner-content-left h1 {
        font-size: 35px;
    }

    .asc-banner-content-left h1 span{
        font-size: 35px;
    }

    .asc-banner-content-left p{
        font-size: 18px;
    }

}


