@media screen and (max-width: 767px) {

    .ColumnText span {
        display: block;
    }   

    .mainWrapper {
        margin-bottom: 60px;
    }

    /* BODY */

    .mobMode {
        display: block !important;
    }

    .webMode {
        display: none !important;
    }

    .section {
        padding: 14px;
    }

    /* HEADER AND SUBHEADER */
    header.sticky .top-wraper {
        padding: 5px 10px 5px
    }

    .btnOne {
        font-size: 12px;
        padding: 5px 10px;
    }

    .header-right {
        gap: 13px;
    }

    .header-left {
        width: 130px;
    }

    .primaryButton {
        font-size: 16px;
        line-height: 18px;
        padding: 6px 10px 6px;
        text-transform: none;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        margin: auto;
        font-weight: 700;
    }

    .whatsappcta img {
        max-width: 32px;
        padding: 2px 0px 0px 0px;
    }

    .subHeader ul li a {
        font-size: 12px;
        line-height: 10px;
        margin: 8px 0px;
        padding: 7px 10px;
        font-weight: 400;
        letter-spacing: 0;
    }

    .subHeader ul li {
        display: inline-block;
        padding: 0;
    }

    .subHeader .container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .subHeader ul {
        text-align: center;
        display: flex;
        justify-content: space-between;
        padding: 0px 10px;
    }

    /*HEADER STYLE ENDS*/

    /* HERO SECTION */

    .hero {
        display: none;
    }

    .video-container {
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .video-container video {
        width: 100%;
        object-fit: cover;
    }


    /* PACKAGES */
    .badges {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .badges .packageServices {
        font-size: 12px;
        min-width: 48%;
        text-align: center;
    }

    .badges .packageServices img {
        width: 20%;
    }

    .card-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        margin-top: 15px;
    }

    .card {
        background-image: linear-gradient(20deg, #FFEAC2 40%, #BC7830 100%);
        padding: 5px;
        border-radius: 14px;
    }

    .card ul li {
        font-size: 14px;
        margin: 5px;
        line-height: 18px;
    }

    .packBanner img {
        max-width: 100%;
        border-radius: 10px;
    }

    /* COST COMPARISON */

    .sectionBlank img {
        border-radius: 0px;
    }

    /* HOLIDAY PACKAGES */

    .allPackages {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .package-card {
        width: 100%;
    }

    .package-card img {
        border-radius: 10px;
    }


    /* SERVICES */

    .service {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 7px;
        width: 31%;
        padding: 3px;
        margin: 0px;
        border-radius: 13px;
    }

    .service .serviceDeatils {
    text-align: center;
    margin: 0px;
    }

    .service .serviceDeatils h3 {
        font-size: 14px;
        margin: 0px 0px 4px;
    }

    .service .serviceDeatils p {
        font-size: 12px;
    }

    .serviceInnerWrap {
        display: flex;
        justify-items: stretch;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .serviceInnerWrap img {
        border-radius: 9px;
        width: 100%;
    }


    /* OUR WORK - IMPLANTS */
    .ImplantsWork {
        background-color: #ffffff;
        border: 1px solid #B3B3B3;
        border-radius: 15px;
        padding: 5px 5px 2px;
        width: 48%;
    }

    .ImplantsWork h3 {
        color: #1d1d1f;
        font-size: 12px;
        text-align: center;
        margin: 5px 0px;
    }

    .AllWork {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
    }

    .ImplantsWork img {
        border-radius: 10px;
    }


    /* AWARDS AND CERTIFY */

    .ImageBGone {
        background-image: url(../images/awads-certify.png);
    }

    .OfferWrap {
        display: flex;
        gap: 20px;
        justify-content: space-between;
    }

    .certifyOfferLeft,
    .certifyOfferRight {
        width: 50%;
    }

    .certifyOfferLeft {
        display: flex;
        position: relative;
        align-items: center;
    }

    .certifyOfferLeft img {
        position: absolute;
        left: -5px;
        top: -5px;
    }

    .certifyOfferRight {
        display: flex;
        position: relative;
        align-items: center;
    }

    .certifyOfferRight img {
        position: absolute;
        right: 0px;
        top: -5px;
    }

    .certifyOfferRight img,
    .certifyOfferLeft img {
        width: 34%;
    }

    .textbase {
        background-image: linear-gradient(20deg, #F6D58E 40%, #C07E34 100%);
        padding: 7px 0px;
        border-radius: 60px;
        width: 150px;

    }

    .certifyOfferRight .textbase {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .certifyOfferLeft .textbase {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .certifyOfferLeft .textbase h3 {
        color: #1d1d1f;
        width: 100px;
        text-align: end;
        padding-left: 20px;
        margin: 0;
        font-size: 15px;
    }

    .certifyOfferRight .textbase h3 {
        color: #1d1d1f;
        width: 100px;
        text-align: start;
        padding: 0px 14px;
        margin: 0;
        font-size: 15px;
    }


    /* AWARDS YEARS */

    .AwwardsWrap {
        width: 100%;
        margin: 20px auto 12px;
    }

    .AwwardsWrap img {
        width: 22%;
    }

    .glass-card {
        background: rgb(163 126 77 / 20%);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-radius: 10px;
        border: 1px solid rgb(163 126 77 / 30%);
        position: relative;
        overflow: hidden;
    }

    .glass-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg,
                transparent,
                rgba(255, 255, 255, 0.8),
                transparent);
    }

    .glass-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg,
                rgba(255, 255, 255, 0.6),
                transparent,
                rgba(255, 255, 255, 0.3));
    }

    .Certify {
        border-radius: 10px;
        margin: 0px auto;
        width: 100%;
    }

    .Certify img {
        width: 100%;
    }

    /* STUNNING SMILES */

    img.allflags {
        width: 100%;
        margin: auto;
        display: block;
    }

    img.colarge {
        width: 100%;
        margin: auto;
        display: block;
    }



    /* TESTIMONIALS */

    .videoWrap {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .videoThumb {
        width: 48%;
        border-radius: 10px;
        overflow: hidden;
        aspect-ratio: 16 / 9;
    }

    .videoThumb iframe {
        width: 100%;
        height: 100%;
        zoom: 25%;
    }

    /* RATING */

    .ratingBlock {
        display: flex;
        justify-content: center;
        gap: 2px;
        margin: 10px 0px 0px;
    }

    .ratinglabels {
        height: auto;
        padding: 4px;
        border-radius: 6px;
    }

    .ratinglabels img {
        width: 100%;
    }


    /* OUR SPECIALISTS */

    .specialistBlock .item {
        padding: 0;
        margin: 0px 0px 0px;
        display: flex;
        flex-wrap: nowrap;
        gap: 0px;
        justify-content: center;
    }

    .specialistBlock .item {
        list-style: none;
        width: 100px;
    }

    .specialistBlock .item p {
        font-weight: 700;
        color: #000119;
        font-size: 11px;
        line-height: 14px;
    }

    .specialistBlock .item p span {
        font-weight: 400;
        color: #8E8E8E;
        font-size: 11px;
        display: block;
        margin-top: 2px;
    }


    /* ADVANCED TECHNOLOGIES */

    .pLusBox {
        line-height: 50px !important;
    }

    .plus {
        color: #f4b942;
        font-weight: 800;
        position: relative;
    }

    .plus::before {
        content: "x";
        color: #f1a917;
        font-weight: 800;
        font-size: 21px;
        margin-right: 5px;
        position: absolute;
        top: -31px;
    }

    .slider {
        width: 100%;
        border-radius: 0px;
    }

    .slides>div {
        scroll-snap-align: start;
        flex-shrink: 0;
        width: 100%;
        height: 23vh;
        margin-right: 0px;
        border-radius: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .dots {
        gap: 15px;
    }

    .dots button {
        width: 50px;
        height: 50px;
    }


    /* IMPLANT BRANDS */

    .globebg {
        background-size: contain;
    }

    /* WHY CHOOSE US */

    .chooseWrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        margin: 0px auto;
    }

    .cubeInfo h5 {
        font-size: 20px;
        text-align: left;
        color: #fff;
        line-height: 21px;
        margin: 0px 0px 2px;
    }

    .cubeInfo h5 span {
        font-size: 12px;
        color: #fff;
        display: block;
        margin-top: 5px;
        font-weight: 400;
        line-height: 12px;
    }

    .cube {
        width: 48%;
        height: 130px;
        text-align: center;
        margin: 0px 0px;
        padding: 10px 0px 15px;
        transform: scale(1);
        border-radius: 10px;
    }

    .wide {
        width: 100%;
        height: 130px;
        text-align: center;
        margin: 0px 0px;
        padding: 10px 0px 15px;
        transform: scale(1);
        border-radius: 10px;
    }


    .cube:before,
    .wide:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 70%;
        background-image: linear-gradient(rgb(12 36 46 / 0) 10%, rgb(0 0 0 / 31%) 90%);
        opacity: 0.9;
        transition: all ease 0.4s;
        z-index: 1;
        border-radius: 0px 0px 10px 10px;
    }

    .cube-box {
        transform: scale(1);
        background-size: cover;
        transition: all 0.5s ease 0s;
    }

    .bxOne {
        background: url(../images/choice/cube-1.png) no-repeat center;
    }

    .bxTwo {
        background: url(../images/choice/cube-2.png) no-repeat center;
    }

    .bxThree {
        background: url(../images/choice/cube-3.png) no-repeat center;
    }

    .bxFour {
        background: url(../images/choice/cube-4.png) no-repeat center;
    }

    .wide-box {
        transform: scale(1);
        background-size: cover;
        transition: all 0.5s ease 0s;
    }

    .wdOne {
        background: url(../images/choice/wide-1.png) no-repeat center;
    }

    .wdTwo {
        background: url(../images/choice/wide-2.png) no-repeat center;
    }

    .cubeInfo {
        position: absolute;
        bottom: 0px;
        z-index: 9999;
        left: 0;
        right: 0px;
        text-align: center;
        padding: 48px 10px 10px;
    }

    .cube img {
        width: 100%;
    }

    /* BEST DENTAL CLINIC */
    .middleaward-1-info {
        text-align: left;
    }

    .middleaward-1-info h3 {
        font-size: 14px;
        line-height: 17px;
        padding-top: 0px;
    }

    .middleaward-1-info p {
        color: #1d1d1f;
        font-size: 12px;
        margin: 0px 0px;
        font-weight: 400;
    }

    .middleaward-block {
        padding: 0px 0px 17px;
    }

    .middleaward-1-img {
        max-width: 36px;
        top: 0px;
        right: -4px;
    }

    .section-title h2 {
        margin-bottom: 5px;
    }

    .section-title h3 {
        font-size: 22px;
        margin: 0px auto 0px;
    }

    .container-fluid {
        margin: 0 auto;
        width: 100%;
        padding: 0 5px;
    }

    /* CELEBRATY BANNERS */

    .banner-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px;
        align-items: center;
        align-content: center;
    }

    .bannerImg {
        width: 48%;
        display: flex;
    }

    .bannerImg img {
        border-radius: 10px;
    }

    /* WORLD CLASS TREATMENT */

    
    .TreatmentBlock {
        width: 100%;
    }


    .TreatmentBlock .item {
        list-style: none;
        width: 100%;
    }


    /* TRANSFORMATION */

    .carousel-track {
        height: 270px;
    }

    .pictureCard {
        width: 240px;
    }

    .pictureCard.prev {
        transform: translateX(-160px) scale(0.8);
    }

    .pictureCard.next {
        transform: translateX(160px) scale(0.8);
    }

    .slider {
        width: 100%;
        text-align: center;
        border-radius: 10px;
        overflow: hidden;
        margin: auto;
    }

    /* FOOTER FORM */

    .glass-card-footer {
        background: rgb(255 255 255 / 6%);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-radius: 20px;
        border: 1px solid rgb(255 255 255 / 11%);
        position: relative;
        overflow: hidden;
        padding: 0px 13px 12px;
    }

    .glass-card-footer::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg,
                transparent,
                rgba(255, 255, 255, 0.8),
                transparent);
    }

    .glass-card-footer::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg,
                rgba(255, 255, 255, 0.6),
                transparent,
                rgba(255, 255, 255, 0.3));
    }

    .footerWrap h2 {
        font-size: 22px;
        line-height: 28px;
        margin: 0px 10px 15px;
    }

    .footerWrap h2 span {
        display: block;
    }

    .FormWrap p {
        font-size: 17px;
        color: #fff;
        margin: 15px auto 20px;
        text-align: center;
        font-weight: 600;
    }

    .footerForm {
        text-align: center;
        padding: 0;
    }

    .footerForm .footerFormRow {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }

    .footerForm .footerFormRow input,
    .footerForm .footerFormRow input[type="email"],
    .footerForm .footerFormRow input[type="tel"] {
        width: 100%;
        max-width: 350px;
        padding: 8px 12px;
        border-radius: 10px;
        border: 1px solid rgb(255 255 255 / 18%);
        margin: 0;
        background: rgb(255 255 255 / 10%);
    }

    .footerForm .footerFormRow .iti {
        width: 100%;
        max-width: 350px;
        display: block;
        margin: 0;
    }

    .footerForm .footerFormRow .iti input[type="tel"] {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .footerForm .footerFormRow .captchaimg {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0;
        overflow: hidden;
    }

    .footerForm .captchaimg {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 8px 0 12px;
        overflow: hidden;
    }

    .footerForm .g-recaptcha {
        transform: scale(0.92);
        transform-origin: top center;
    }

    .footerForm ::placeholder {
        color: #c9c9c9;
        opacity: 1;
    }

    .footerButton {
        font-family: "SF Pro Display" !important;
        color: #000;
        text-align: center;
        font-size: 15px;
        font-weight: 800;
        line-height: 20px;
        overflow: hidden;
        padding: 8px 12px;
        position: relative;
        text-transform: capitalize;
        z-index: 10;
        border-radius: 10px;
        background-color: #EDB34A;
        /* background: linear-gradient(0deg, #f1c67a 0%, #fbe1b3 100%) !important; */
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        display: inline-block;
        border: none;
        display: flex;
        justify-content: center;
        margin: auto;
        width: 100%;
    }

    .footerButton:hover {
        color: #000119;
        -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .footerButton:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        background: #fff;
        content: "";
        z-index: -1;
        transition: all 0.5s ease 0s;
    }

    .footerButton:hover:before {
        width: 100%;
    }

    ul.ClinicDetails li {
        text-align: left;
    }

    ul.ClinicDetails li i {
        width: 18px;
        height: 18px;
        padding: 4px;
        border-radius: 40px;
        font-size: 10px;
    }

    .iframmap iframe {
        height: 150px;
    }

ul.ClinicDetails li {
    margin: 0px auto;
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 23px;
    font-weight: 600;
}

/*FLOATING FOOTER SYLE*/
    .mobilemode {
        display: block;
    }


    .mobilemode {
        background: #FBF6EA;
        bottom: 0;
        box-shadow: 0 0 5px rgba(0, 0, 0, .4);
        display: block;
        height: 60px;
        position: fixed;
        width: 100%;
        text-align: center;
        padding: 6px 0px;
        z-index: 200;
        display: flex;
        justify-content: space-around;
    }

    .mobposition {
        position: relative;
    }

    .mobposition a {
        width: 35px;
        height: 35px;
        display: inline-block;
        background: #f1c67a;
        border-radius: 100%;
        padding: 2px;
    }

    .mobposition span {
        display: block;
        font-size: 12px;
        font-weight: 400;
        color: #000;
    }

    .mobposition img {
        max-width: 100%;
    }

/* CAPTION */

.caption {
    text-align: center;
}

.caption h3 {
    color: #F0F0F0;
    font-size: 18px;
    line-height: 28px;
    margin: 0px 0px 4px;
}

.caption p {
    font-size: 13px;
    color: #8E8E8E;
    margin: 0px auto 0px;
    text-align: center;
    font-weight: 600;
    padding: 0px 0px;
    line-height: 21px;
    font-weight: 400;
}

.caption p span {
    display: block;
    font-size: 11px;
    font-weight: 300;
}


/* E-CONSULTATION FORM */
 .form-title p {
        font-size: 15px;
        line-height: 20px;
        max-width: 650px;
        margin: 0 auto;
        color: #a5a5a5;
    }

    .form-title p:last-child {
        margin-top: 10px;
    }

    .formus-block .formBlock label.formlabel {
        font-size: 12px;
    }

    .formBlock .txtbox {
        font-size: 13px;
    }

    .formus-block .formBlock .formicon {
        max-width: 15px;
    }

    .formus-block .formBlock .btn-style-one {
        font-size: 13px;
        padding: 9px 20px;
    }

    .formus-1-map h3 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .input-container-two {
        height: auto;
        width: 29%;
        margin: 0 10px 0 0;
    }

    .radio-tile-label-two {
        font-size: 10px;
        line-height: 15px;
    }

    .icon-two svg {
        width: 3rem;
        height: 3rem;
    }

    .form-bottom.formBlock p {
        font-size: 13px;
        line-height: 18px;
    }

    .formus-block .formBlock label.formlabel1 {
        font-size: 14px;
    }

    .formus-block .formBlock {
        margin-bottom: 15px;
    }
/* E-CONSULTATION FORM ENDS */

/* BOOK FORM MOBILE */
    .form-title.timeslottitle {
        margin-bottom: 20px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .timeslotbox.time ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .form-title.timeslottitle h5 {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }

    .backbtn,
    .stopbtn {
        margin: 0;
    }

    .backbtn a,
    .stopbtn a {
        padding: 8px 16px;
        font-size: 14px;
        line-height: 18px;
    }

    .booktabbox .booklink,
    .timeslotbox {
        max-width: 90%;
    }

    .tabboxtilte {
        margin-bottom: 18px;
    }

    .tabboxtilte h3 {
        font-size: 16px;
        line-height: 22px;
        padding: 8px 16px;
    }

    #monthslider .owl-nav .owl-next,
  
    #bookslider .owl-nav .owl-next {
        margin: 0 -25px 0 0;
    }

    #monthslider .owl-nav .owl-prev,  #bookslider .owl-nav .owl-prev {
        margin: 0 0 0 -25px;
    }

    #monthslider .owl-nav .owl-prev,
    #bookslider .owl-nav .owl-prev {
        left: 0;
        position: absolute;
    }

    #monthslider .owl-nav .owl-next,
    #bookslider .owl-nav .owl-next {
        right: 0;
        position: absolute;
    }

    .formus-block .booktabbox .formBlock .txtbox {
        font-size: 14px;
        padding: 12px 14px;
        height: 50px;
    }

    .formus-block .booktabbox .formBlock.formBlockSub button {
        width: 100%;
        justify-content: center;
    }

/* BOOK FORM MOBILE ENDS */


/* MODEL FORM STYLES */
.fl-vid {
    right: 0px;
    bottom: 80px;
}

.formModalContent {
    margin: 0px 12px;
}

.formModalBody .SubmitButton {
    padding: 11px 17px;
}

.formModal {
    padding-top: 40px;
}

/* MODEL FORM STYLES ENDS */

}

@media (max-width: 600px) {
  .timeslotbox.time ul {
    grid-template-columns: repeat(2, 1fr);
  }
}