body{
    margin: 0;
    font-size: 20px;
    line-height: 30px;
      font-family: "Montserrat", sans-serif;
}
ul{
    margin: 0;
    padding: 0;
} 
li{
    list-style: none;
}
a{
    text-decoration: none;
    transition: all .5s ease;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
.container-fluid{
    padding: 0px 40px;
}
.cont-cent-cent{
    display: flex;
    justify-content: center;
    align-items: center;
}


/* =======Default css end=========== */




.dmck-header-wrap{
    padding:5px 0;
}

.dmck-navbar{
    padding:0;
}

.dmck-logo-area{
    display:flex;
    align-items:center;
    gap:12px;
}

.dmck-logo-img{
    width:80px;
    height:80px;
}

.dmck-brand-name{
    font-size:20px;
    font-weight:600;
    line-height:1.25;
    color:#000;
    margin:0;
    font-style:italic;
    font-family: "Quicksand", sans-serif;
}

.dmck-nav-link{
    color:#000 !important;
    font-size:18px;
    font-weight:500;
    padding:10px 18px !important;
    transition:0.3s;
}

.dmck-nav-link:hover,
.dmck-nav-link.active{
    color:#6f2288!important;
}

.dmck-right-area{
    display:flex;
    align-items:center;
    gap:25px;
}

.dmck-phone-box{
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#000;
    font-size:18px;
    font-weight:600;
}



.dmck-book-btn{
    background: #6f2288;
  color: #fff !important;
  padding: 10px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: .3s;
}

.dmck-book-icon{
    font-size:18px;
}

.dmck-header-wrap{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    background:transparent;
    transition:all .4s ease;
}

.dmck-header-wrap.dmck-header-sticky{
    background:#ffffff;      
    animation:dmckHeaderDown .4s ease;
    background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}









.tmgyn-section{
    margin-top: 100px;
}
.tmgyn-wrapper{
    background:linear-gradient(90deg,#e8c1ff 0%, #fff7ff 100%);
    border-radius:30px;
    padding:40px 50px;
}

.tmgyn-doctor-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 18px;
    border:1px solid #6f2288;
    font-style: italic;
    border-radius:50px;
    font-size:15px;
    font-weight:600;
    background:#ffffff90;
    margin-bottom:20px;
    font-family: "Quicksand", sans-serif;
}

.tmgyn-doctor-tag::before{
    content:'';
    width:8px;
    height:8px;
    background:#6f2288;
    border-radius:50%;
}

.tmgyn-heading{
    font-size:50px;
    line-height:1.1;
    color:#000;
    margin-bottom:15px;
    font-weight: 600;
    
}

.tmgyn-heading span{
    color:#6f2288;
    font-style:italic;
}

.tmgyn-description{
    font-size:18px;
    line-height:1.7;
    color:#222;
    margin-bottom:30px;
}

.tmgyn-btn{
    display:inline-flex;
    align-items:center;
    gap:15px;
   background: #6f2288;
  color: #fff !important;
  padding: 10px 10px 10px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: .3s;
}

.tmgyn-btn:hover{
    color:#fff;
}

.tmgyn-btn-icon{
    width:38px;
    height:38px;
    background:#fff;
    color:#6f2288;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.tmgyn-carousel-box{
    position:relative;
}

.tmgyn-slide-image{
    width:100%;
    height:530px;
    object-fit:cover;
    border-radius:25px;
}

.tmgyn-patient-box{
    position: absolute;
  right: -25px;
  bottom: 20px;
background: rgba(175, 175, 175, 0.76);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  width: 240px;
  z-index: 5;
}
.tmgyn-patient-box::before {
    content: "";
    position: absolute;
    inset: 0;
     border-radius: 10px;
    padding: 1px;
    background: linear-gradient(90deg, #ffffff, #ffffff00);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.tmgyn-patient-top{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight:700;
    margin-bottom:5px;
}

.tmgyn-patient-icon{
    width:32px;
    height:32px;
    background:#fff;
    color:#6f2288;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.tmgyn-patient-text{
    font-size:13px;
    line-height:1.4;
}


.tmgyn-carousel-box .owl-dots{
    position: absolute;
  bottom: 15px;
  left: 25px;
  z-index: 9999;
  display: block;
}

.tmgyn-carousel-box .owl-dot{
    display:inline-block ;
}

.tmgyn-carousel-box .owl-dot span{
    width: 14px;
  height: 14px;
  margin: 2px;
    background: #ffffff;
    border: 2px solid #fff;
    display:block ;
    border-radius: 50px;
}

.tmgyn-carousel-box .owl-dot.active span{
    width:28px ;
    border-radius:20px ;
    background: #6f2288;
}






.mkc-about-section{
    padding:60px 0;
}

.mkc-about-wrapper{
   background: linear-gradient(0deg,rgba(242, 242, 242, 1) 50%, rgba(255, 255, 255, 0) 100%);
    border-radius:35px;
    padding:50px 50px 30px;
    overflow:hidden;
    position: relative;
}


.mkc-about-name{
    font-size:35px;
    line-height:1.2;
    font-weight:700;
    color:#6f2a9c;
    margin-bottom:12px;
    text-transform:uppercase;
}

.mkc-about-name span{
    display:block;
}

.mkc-about-degree{
    font-size:18px;
    font-weight:600;
    margin-bottom:20px;
    color:#000;
}

.mkc-about-list{
    list-style:none;
    padding:0;
    margin:0;
}

.mkc-about-list li{
    position:relative;
    padding-left:24px;
    margin-bottom:12px;
    line-height:1.45;
    color:#222;
    font-size: 18px;
}

.mkc-about-list li:before{
    content:'✓';
    position:absolute;
    left:0;
    top:8px;
    width:16px;
    height:16px;
    border-radius:50%;
    background:#7a2eb0;
    color:#fff;
    font-size:10px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.mkc-about-image-wrap{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:flex-end;
    height:100%;
}

.mkc-about-circle{
    position:absolute;
    width: 400px;
    height: 400px;
    background: linear-gradient(129deg,rgba(249, 233, 255, 1) 50%, rgba(249, 233, 255, 0) 100%);
    border-radius:50%;
    bottom:30px;
}

.mkc-about-image{
    position:relative;
    z-index:2;
    max-height:480px;
}

.mkc-about-title{
    font-size:35px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:20px;
}

.mkc-about-title span{
    color:#7a2eb0;
}

.mkc-about-text{
    font-size:18px;
    line-height:28px;
    color:#222;
    margin-bottom:25px;
}

.mkc-about-btn{
    display:inline-flex;
    align-items:center;
    gap:15px;
    background:#7a2eb0;
    color:#fff;
    text-decoration:none;
    padding:12px 14px 12px 22px;
    border-radius:50px;
    font-weight:600;
}

.mkc-about-btn:hover{
    color:#fff;
}

.mkc-about-btn-icon{
    width:34px;
    height:34px;
    background:#fff;
    color:#7a2eb0;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}


.centmon-m{
    position: absolute;
    bottom: 0;
}


.whtreat-section{
    padding-top: 20px;
    padding-bottom:80px;
}

.whtreat-tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    border:1px solid #7a2ca3;
    border-radius:50px;
    padding:8px 18px;
    margin-bottom:20px;
    font-size:14px;
    font-weight:600;
}

.whtreat-tag:before{
    content:'';
    width:7px;
    height:7px;
    background:#7a2ca3;
    border-radius:50%;
}

.whtreat-title{
    font-size:48px;
    line-height:1.2;
    font-weight:600;
    color:#5d257f;
    margin-bottom:20px;
}

.whtreat-desc{
    font-size:18px;
    line-height:1.8;
    color:#222;
    margin-bottom:30px;
    max-width:350px;
}

.whtreat-nav{
    display:flex;
    gap:12px;
}

.whtreat-prev,
.whtreat-next{
    width:44px;
    height:44px;
    border:none;
    border-radius:50%;
    background:#f7e8fa;
    color:#5d257f;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.whtreat-prev:hover,
.whtreat-next:hover{
    background:#7a2ca3;
    color:#fff;
}

.whtreat-slider{
    padding-left:10px;
}

.whtreat-card{
    background:#7a2ca3;
    border-radius:10px;
    overflow:hidden;
}

.whtreat-img-wrap{
    padding:10px;
}

.whtreat-img-wrap img{
    width:100%;
    height:240px;
    object-fit:cover;
    border-radius:10px;
}

.whtreat-card-title{
    color:#fff;
    font-size:22px;
    font-weight:600;
    padding:18px;
    line-height:1.3;
}

.whtreat-slider .owl-stage{
    display:flex;
}

.whtreat-slider .owl-item{
    display:flex;
}












.tm-book-section{
    background:#6f2288;
    padding: 100px 0;
    overflow: hidden;
}

.tm-book-form-box{
    background: #f2e3f8;
  padding: 35px 30px;
  border-radius: 15px;
}

.tm-book-title{
    font-size:42px;
    font-weight:700;
    margin-bottom:30px;
}

.tm-book-title span{
    color:#6f2288;
}

.tm-book-input{
    border:none;
    border-radius:0;
    height:52px;
}

.tm-book-input:focus{
    box-shadow:none;
    border:none;
}

textarea.tm-book-input{
    height:90px;
    resize:none;
}

.tm-book-btn{
    background:#6f2288;
    color:#fff;
    border-radius:30px;
    padding:10px 40px;
}

.tm-book-btn:hover{
    color:#fff;
}

.tm-clinic-heading{
    color:#fff;
    font-size:42px;
    font-weight:700;
    margin-bottom:35px;
}

.tm-clinic-item{
    color:#fff;
}

.tm-clinic-logo{
    width:130px;
    height:130px;
    border-radius:50%;
    object-fit:cover;
    background:#fff;
}

.tm-clinic-item h3{
    font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

.tm-clinic-item p{
    font-size:18px;
    line-height:1.7;
}

.tm-clinic-item h5{
    font-size: 18px;
  margin-top: 15px;
  margin-bottom: 12px;
  font-weight: 600;
}

.tm-clinic-time{
    font-size:18px;
}

.tm-clinic-time li{
    margin-bottom:8px;
}

.tm-clinic-carousel .owl-dots{
    margin-top:30px;
    text-align:left;
}

.tm-clinic-carousel .owl-dot span{
    width:14px;
    height:14px;
    background:#b77ac8 !important;
}

.tm-clinic-carousel .owl-dot.active span{
    background:#fff !important;
}

.tm-book-label{
    font-size: 16px;
    margin-bottom: 4px;
}
.border-nm-line{
    width: 100%;
    height: 2px;
    background-color: #933aaf;
    margin: 20px 0;
}
.tm-clinic-carousel{
    position:relative;
    padding-bottom:70px;
}

.tm-clinic-carousel .owl-nav{
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    display:flex ;
    align-items:center;
    justify-content:center;
    gap:15px;
    width:auto;
}

.tm-clinic-carousel .owl-nav button{
    position:static ;
    transform:none ;
    width:50px;
    height:50px;
    border-radius:50% ;
    background:#ffffff !important;
    color:#74248f !important;
    border:2px solid #74248f !important;
    transition:.3s;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
}

.tm-clinic-carousel .owl-nav button:hover{
    background:#000000!important ;
    color:#fff !important;
}

.tm-clinic-carousel .owl-nav button span{
    display:none;
}

.tm-clinic-carousel .owl-nav button i{
    font-size:20px;
}















.tm-review-section{
    position:relative;
    padding:80px 0;
    background-image: url(../images/bg-review-section.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.tm-review-card{
    background:#fff;
    border-radius:22px;
    border:1px solid #ececec;
    transition:.35s;

    display:flex;
    flex-direction:column;
    height:100%;
}

.tm-review-content{
    padding:30px;
    display:flex;
    flex-direction:column;
    flex:1;
}


.tm-review-stars{
    color:#FDB813;
    font-size:22px;
    margin-bottom:18px;
    letter-spacing:3px;
}

.tm-review-text{
    color:#444;
    font-size:16px;
    line-height:1.9;
    margin-bottom:10px;
}

.tm-review-text.short{
    display:-webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.tm-read-more{
    display:none;
    color:#2d4dff;
    font-weight:600;
    text-decoration:none;
    font-size: 14px;
}

.tm-read-more:hover{
    color:#74248f;
}

.tm-review-footer{
    margin-top:auto;
    padding:18px 30px;
    border-top:1px solid #efefef;
    display:flex;
    align-items:center;
}

.tm-review-footer img{
    width:55px !important;
    height:55px;
    border-radius:50%;
    object-fit:cover;
    margin-right:15px;
}

.tm-review-footer h5{
    margin:0;
    font-size:18px;
    font-weight:600;
}


/*=============================
      OWL FIX
==============================*/

.tm-review-carousel{
    position:relative;
}

.tm-review-carousel .owl-stage-outer{
    padding-bottom:15px;
}

.tm-review-carousel .owl-stage{
    display:flex;
}

.tm-review-carousel .owl-item{
    display:flex;
}

.tm-review-carousel .tm-review-card{
    width:100%;
}


/*=============================
        DOTS
==============================*/

.tm-review-carousel .owl-nav{
    display:none !important;
}

.tm-review-carousel .owl-dots{
    display:block !important;
    width:100%;
    text-align:center;
    margin-top:20px !important;
}

.tm-review-carousel .owl-dot{
    display:inline-block !important;
    zoom:1;
}

.tm-review-carousel .owl-dot span{
    display:block !important;
    width:14px;
    height:10px;
    margin:6px;
    border-radius:50px;
    background:#d8b5ea !important;
    transition:.3s;
}

.tm-review-carousel .owl-dot:hover span{
    background:#74248f !important;
}

.tm-review-carousel .owl-dot.active span{
    width:30px;
    border-radius:30px;
    background:#74248f !important;
}






.tm-footer-section{
    background:#252525;
    padding:90px 0 15px;
    color:#fff;
}

.tm-footer-left,
.tm-footer-middle,
.tm-footer-right{
    min-height:100%;
}

.tm-footer-middle,
.tm-footer-right{
    border-left:1px solid rgba(255,255,255,.25);
    padding-left:50px;
}

.tm-footer-logo{
    width:95px;
    height:95px;
    margin-bottom:20px;
}

.tm-footer-title{
    font-size:24px;
    font-weight:700;
    line-height:1.35;
    margin-bottom:30px;
}

.tm-footer-social{
    display:flex;
    gap:15px;
}

.tm-footer-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#f2ddf9;
    color:#252525;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:20px;
    transition:.3s;
}

.tm-footer-social a:hover{
    background:#74248f;
    color:#fff;
}

.tm-footer-middle h4,
.tm-footer-right h4{
    font-size:25px;
    font-weight:700;
    margin-bottom:25px;
}

.tm-footer-middle ul{
    margin:0;
    padding:0;
    list-style:none;
}

.tm-footer-middle li{
    margin-bottom:15px;
}

.tm-footer-middle a{
    color:#fff;
    text-decoration:none;
    font-size:18px;
    display:inline-flex;
    align-items:center;
    transition:.3s;
}

.tm-footer-middle a i{
    margin-right:12px;
}

.tm-footer-middle a:hover{
    color:#d7a8ef;
    padding-left:8px;
}

.tm-footer-contact{
    display:flex;
    align-items:center;
    margin-bottom:15px;
}

.tm-footer-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#f2ddf9;
    color:#252525;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:15px;
    flex-shrink:0;
    font-size:20px;
}

.tm-footer-contact a{
    color:#fff;
    text-decoration:none;
    font-size:18px;
}

.tm-footer-contact div:last-child{
    font-size:18px;
    line-height:28px;
}

.tm-footer-bottom{
    border-top: 1px solid rgba(255,255,255,.15);
  margin-top: 25px;
  padding-top: 15px;
  text-align: center;
  font-size: 16px;
}



@media (min-width: 0px) and (max-width: 991px){

    .container-fluid {
        padding: 0px 10px !important;
    }
    .dmck-brand-name{
        display: none;
    }
    .tmgyn-wrapper{
        padding: 35px 25px;
    }
    .tmgyn-heading {
  font-size: 30px;
  line-height: 40px;
    }
    .tmgyn-doctor-tag {
  padding: 6px 20px;
  font-size: 13px;
}
.tmgyn-description {
  font-size: 16px;
}
.tmgyn-slide-image{
    height: 300px;
}
.tmgyn-carousel-box{
    margin-top: 30px;
}
.tmgyn-patient-box{
    width: 155px;
}
.num-bn{
    font-size: 16px;
    line-height: 20px;
}
.tmgyn-patient-icon{
    background-color: transparent;
    color: #fff;
}
.tmgyn-patient-text {
  font-size: 10px;
}
.tmgyn-patient-box {
  right: -15px;
  bottom: -25px;
}
.mkc-about-wrapper {
  padding: 20px 20px 430px;
}
.mkc-about-circle{
    display: none;
}
.mkc-about-name {
  font-size: 22px;
}
.mkc-about-degree {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.mkc-about-list li{
    font-size: 16px;
}
.mkc-about-title {
  font-size: 22px;
}
.mkc-about-text {
  font-size: 16px;
}
.mkc-about-section {
  padding: 30px 0;
}
.mkc-about-image{
    height: 400px;
}
.whtreat-slider {
  padding-left: 0px;
  margin-top: 30px;
}
.tm-clinic-item h3{
    font-size: 18px;
}
.tm-clinic-item p{
    font-size: 16px;
    line-height: 26px;
}
.tm-footer-middle, .tm-footer-right {
  padding-left: 20px;
}
.tm-footer-middle a{
    font-size: 16px;
}
.tm-footer-contact a{
    font-size: 16px;
}
.tm-footer-contact div:last-child {
  font-size: 16px;
  line-height: 26px;
}
.tm-footer-bottom {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 16px;
}
.dmck-navbar-collapse{
    background-color: #fff;
    padding: 20px 10px;
}
.dmck-right-area {
  display: grid;
}
.dmck-phone-box{
    margin-top: 10px;
}
.navbar-toggler{
    background-image: url(../images/more.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.dmck-logo-img {
  width: 70px;
  height: 70px;
}
.dmck-header-wrap {
  padding:  0px;
}
.navbar-toggler-icon{
    width: 0.5em;
}
.tm-footer-middle li {
  margin-bottom: 2px;
}
}




/* Sticky Button */

.tm-book-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  width: 100%;
}

.tm-book-btn {
  background: #7a28b7;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}
.btn-rd{
    border-radius: 0 !important;
}

.tm-bottom-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);

  visibility: hidden;
  opacity: 0;

  transition: 0.35s;

  z-index: 1040;
}

.tm-bottom-overlay.active {
  visibility: visible;
  opacity: 1;
}


.tm-bottom-popup {
  position: fixed;

  left: 0;
  right: 0;
  bottom: 0;

  background: #f3e5fa;

  border-radius: 25px 25px 0 0;

  transform: translateY(100%);

  transition: 0.45s ease;

  z-index: 1050;

  max-height: 90vh;

  overflow-y: auto;

  padding: 50px 30px 30px;
}

.tm-bottom-popup.active {
  transform: translateY(0);
}


.tm-popup-close {
  position: absolute;

  top: -28px;
  left: 50%;

  transform: translateX(-50%);

  width: 56px;
  height: 56px;

  border-radius: 50%;

  border: 4px solid #fff;

  background: #6e2dbd;

  color: #fff;

  font-size: 28px;

  cursor: pointer;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}


.tm-popup-title {
  text-align: center;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}

.tm-popup-title span {
  color: #7a28b7;
}


.tm-bottom-popup label {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 16px;
}

.tm-bottom-popup .form-control {
  height: 45px;

  border-radius: 8px;

  box-shadow: none;
}

.tm-bottom-popup textarea.form-control {
  height: 80px;
}


.tm-submit-btn {
  background: #7a28b7;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 10px;
  font-size: 16px;
}


@media (max-width: 767px) {
  .tm-bottom-popup {
    padding: 45px 20px 25px;
  }

  .tm-popup-title {
    font-size: 32px;
  }

  .tm-submit-btn {
    width: 100%;
  }
}
