@charset "utf-8";
@import url('font-awesome.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

:root {
    --brand-color          : #85BBC3;
    --brand-color-dark     : #33484C;
    --brand-color-light    : #A0C5D5;
    --brand-color-bg       : #F9FEFF;
    --bg-light             : #FFFBFB;   
    --text-dark            : #000000;
    --text-gray            : #394346;
    --text-light           : #6c7477;
    --white                : #ffffff;
    --font-10              : 0.625rem;
    --font-12              : 0.75rem;
    --font-13              : 0.8125rem;
    --font-14              : 0.875rem;
    --font-16              : 1rem;
    --font-18              : 1.125rem;
    --font-20              : 1.25rem;
    --font-21              : 1.3125rem;
    --font-24              : 1.5rem;
    --font-28              : 1.75rem;
    --font-30              : 1.875rem;
    --font-32              : 2rem;
    --font-36              : 2.25rem;
    --font-weight-300      : 300;
    --font-weight-400      : 400;
    --font-weight-500      : 500;
    --font-weight-600      : 600;
    --font-weight-800      : 800;
}

body {
    background-color: #F2FCFF !important;
    font-family     : playfair, sans-serif;
    font-size       : var(--font-14);
    line-height     : 1.4286;
    font-weight     : var(--font-weight-400);
    color           : var(--text-gray)
}

.playfair{
    font-family     : playfair, sans-serif;
}

.home{
    background-image: url(../images/home-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
}

.lato{
    font-family: "Lato", sans-serif;
}

.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
  }

  a {
    color: var(--brand-color-dark);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }

  a:hover {
    color: inherit;
    text-decoration: none;
  }

.scroll-btn  {
    color: #16a4bf !important;
}
.scroll-btn {
    color: #16a4bf !important;
}

  .text-brand{
    color: var(--brand-color);
  }
  
  .text-darker{
    color: var(--text-dark);
  }

.bg-whie{
  background-color: var(--white);
}

.radius-25{
    border-radius: 25px;
}

h1,
h2,
h4 {
    font-weight  : var(--font-weight-600);
    margin-top   : 0;
    margin-bottom: 10px
}

* {
    margin : 0;
    padding: 0
}

h1 {
    font-size: var(--font-36)
}

h2 {
    font-size: var(--font-32)
}

h3 {
    font-size    : var(--font-24);
    margin-top   : 0;
    margin-bottom: 10px
}

h4 {
    font-size: var(--font-18)
}

h5,
h6 {
    font-size    : var(--font-14);
    margin-top   : 0;
    margin-bottom: 10px;
    font-weight  : var(--font-weight-400)
}

.text-brand-dark, a.text-brand-dark {
    color: var(--brand-color-dark)
}

.featured-card{
    border-radius: 24px;
}

.featured-card img{ 
    border-radius: 24px;
    min-height: 300px;
}

.f-16 {
    font-size: var(--font-16)
}

.f-18 {
    font-size: var(--font-18)
}

.f-20 {
    font-size: var(--font-20)
}

.f-24 {
    font-size: var(--font-24)
}

.f-28 {
    font-size: var(--font-28)
}

.f-32 {
    font-size: var(--font-32)
}

.f-36 {
    font-size: var(--font-36)
}

strong {
    font-weight: var(--font-weight-800)
}

.f-w300 {
    font-weight: var(--font-weight-300)
}

.f-w400 {
    font-weight: var(--font-weight-400)
}

.f-w800 {
    font-weight: var(--font-weight-800) !important
}

.logo {
    height: 80px
}

.mh-84 {
    min-height: 72px
}

.bdr-left {
    border-left: 1px solid var(--grey-bg)
}

.pb-60 {
    padding-bottom: 60px
}

.gx-2 {
    margin-right: -8px;
    margin-left : -8px
}

.gx-2>* {
    padding-right: 8px;
    padding-left : 8px
}

.form-control{
    border: 2px solid #eee;;
    /* border-radius:25px; */
}

.btn-primary {
    background-color: var(--brand-color-dark);
    border-color: var(--brand-color-dark);
    border-radius: 75px;
    color: var(--white);
    min-width: 80px;
    padding: 6px 20px;
    font-size: var(--font-16);
    font-weight: var(--font-weight-400);
    box-shadow: rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .14) 0 2px 2px 0, rgba(0, 0, 0, .12) 0 1px 5px 0;
    transition: all ease-in-out .3s;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: var(--brand-color-light);
    border-color: transparent;
    box-shadow: none;
    transition: all ease-in-out .3s
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: var(--brand-color-light);
    border-color: var(--brand-color-light);
    box-shadow: 0 0 0 var(--shadow-bg)!important;
    transition: all ease-in-out .3s
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    box-shadow: 0 0 0 var(--shadow-bg)!important;
    background-color: var(--brand-color-light);
    border-color: var(--brand-color-light)
}

.btn-primary.disabled,
.btn-primary:disabled {
    box-shadow: none;
    background-color: var(--brand-color);
    border-color: var(--brand-color);
    opacity: .4
}

/* btn secondary  */
.btn-secondary {
    background-color: var(--brand-color);
    border-color: var(--brand-color);
    border-radius: 75px;
    color: var(--brand-color-dark);
    min-width: 80px;
    padding: 6px 20px;
    font-size: var(--font-16);
    font-weight: var(--font-weight-400);
    box-shadow: rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .14) 0 2px 2px 0, rgba(0, 0, 0, .12) 0 1px 5px 0;
    transition: all ease-in-out .3s;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-secondary:hover {
    background-color: var(--brand-color);
    border-color: transparent;
    box-shadow: none;
    transition: all ease-in-out .3s;
    color: var(--brand-color-dark);
}

.btn-secondary.focus,
.btn-secondary:focus {
    background-color: var(--brand-color);
    border-color: var(--brand-color);
    box-shadow: 0 0 0 var(--shadow-bg)!important;
    transition: all ease-in-out .3s;
    color: var(--brand-color-dark);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    box-shadow: 0 0 0 var(--shadow-bg)!important;
    background-color: var(--brand-color);
    border-color: var(--brand-color)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    box-shadow: none;
    background-color: var(--brand-color);
    border-color: var(--brand-color);
    opacity: .4
}

/* end */
.btn-outline-primary {
    background-color: var(--white);
    border-color    : var(--brand-color-dark);
    border-radius   : 75px;
    color           : var(--brand-color-dark) !important;
    min-width       : 80px;
    padding         : 6px 20px;
    font-size       : var(--font-16);
    align-items     : center;
    display         : inline-flex;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-outline-primary svg {
    fill: var(--brand-color-dark)
}

.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: var(--white);
    border-color    : var(--brand-color);
    color           : var(--brand-color) !important;
    opacity         : .9
}

/* btn-outline */

.btn-outline-dark {
    background-color: var(--white);
    border-color    : var(--brand-color-dark);
    border-radius   : 75px;
    color           : var(--brand-color-dark) !important;
    min-width       : 80px;
    padding         : 6px 20px;
    font-size       : var(--font-16);
    align-items     : center;
    display         : inline-flex;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-outline-dark svg {
    fill: var(--brand-color-dark)
}

.btn-outline-dark:focus,
.btn-outline-dark:hover,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    background-color: var(--white);
    border-color    : var(--brand-color);
    color           : var(--brand-color) !important;
    opacity         : .9;
    box-shadow: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color      : var(--white);
    font-size  : var(--font-16);
    padding    : 0px 0px;
    position   : relative;
    font-weight: var(--font-weight-600);
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-item.current a,
.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--brand-color-light) 
}

.nav-item.current a.dropdown-item {
   color: var(--brand-color-dark) !important;
}

.nav-item.current a.dropdown-item.current {
    color: var(--brand-color-light) !important;
}

.navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 2px
}

.navbar-expand-lg .navbar-nav .nav-item:last-child {
    margin-right: 0
}

.navbar-expand-lg .navbar-nav .nav-link::before {
    width           : 0%;
    height          : 2px;
    background-color: var(--cyan1);
    content         : '';
    position        : absolute;
    left            : 0;
    bottom          : 0;
    transition      : .3s ease-in-out;
    margin          : 0 auto
}

.nav-outer{
    background-color: var(--brand-color-dark);
    padding: 16px 0;
    margin: 20px auto;
    font-family: "Lato", sans-serif;
}

.navbar{
    padding: 0px;
}

.navbar-nav{
  width: 1095px;
  justify-content: space-between;
  /* display: none; */
}

.navbar-expand-lg .navbar-nav .nav-item:hover a::before {
    width     : 100%;
    transition: .3s ease-in-out
}

#owl-carousel6 img,
.navbar-expand-lg .navbar-nav .nav-item.current a::before,
.sub-products .product-card-footer .product-price {
    width: 100%
}

.drawer-hamburger {
    position          : absolute;
    z-index           : 2;
    top               : 0;
    display           : block;
    box-sizing        : content-box;
    padding           : 1px;
    -webkit-transition: .6s cubic-bezier(.19, 1, .22, 1);
    transition        : .6s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform : translate3d(0, 0, 0);
    transform         : translate3d(0, 0, 0);
    border            : 0;
    outline           : 0;
    border-radius     : 50px;
    right             : 0;
    width             : 34px;
    height            : 34px
}

.cursor-pointer,
.drawer-hamburger:hover {
    cursor: pointer
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    width             : 100%;
    height            : 2px;
    -webkit-transition: .6s cubic-bezier(.19, 1, .22, 1);
    transition        : .6s cubic-bezier(.19, 1, .22, 1);
    background-color  : var(--brand-color)
}

.sticky,
.sticky.fixed,
.sticky.fixed .logo {
    transition: .3s ease-in-out
}

.drawer-hamburger-icon {
    position: relative;
    display : block;
    width   : 70%;
    left    : 5px
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    position: absolute;
    top     : -6px;
    left    : 0;
    content : ' '
}

.drawer-hamburger-icon:after {
    top: 6px
}

.drawer-open .drawer-hamburger-icon {
    background-color: transparent
}

.counter-sec,
.sticky,
.sticky.fixed,
.why-outer {
    /* background-color: var(--white) */
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
    top: 0
}

.drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform        : rotate(45deg)
}

.drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform        : rotate(-45deg)
}

.sticky {
    position: sticky;
    top     : 0;
    z-index : 99
}

.sticky.fixed .logo {
    height: 46px
}

.sticky.fixed .mh-84 {
    min-height: auto
}

.sticky.fixed .top-sec {
    list-style: none;
    margin    : 0
}

.sticky.fixed .top-sec p,
.well-header h3 {
    margin-bottom: 0
}

.sticky.fixed .navigation-bg {
    background-color: #f8f8f8
}

.sticky.fixed {
    position  : fixed;
    width     : 100%;
    top       : 0;
    left      : 0;
    right     : 0;
    z-index   : 999;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 1px -2px, rgba(0, 0, 0, .14) 0 2px 2px 0, rgba(0, 0, 0, .12) 0 1px 5px 0;
    background-color: var(--white);
    transition: all ease-in-out 0.3s;
}

.sticky.fixed .nav-outer{
    margin-bottom: 0px;
}

.banner-sec {
    background-size : cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

.search-outer .form-control{
    font-size: 14px;
    font-family: "Lato", sans-serif;
    border-radius: 75px;
    border: 1px solid;
    border-right: transparent;
    height: 38px;
}

.form-control:focus {
    border-color: var(--brand-color-dark);
    box-shadow: none;
}

.search-outer .btn{
    padding: 2px 8px;
    border-radius: 75px;
    border-left: transparent;
    display: flex;
  align-items: center;
  background-color: var(--white);
}

.search-outer .input-group-append button {
    border-radius: 0px 25px 25px 0px !important;
    /* border: 2px solid #eee !important; */
  }

  .search-outer .btn-outline-secondary:hover {
    color: var(--brand-color-dark);
  }

footer{
    background-color: var(--brand-color-dark);
    padding: 40px 0px 100px 0px;
    border-radius: 40px 40px 0px 0px;
}

 footer{
    margin-top: -70px;
}

footer h3{
    font-size: 34px;
    color: var(--brand-color-light);
    font-weight: 600;
    margin-bottom: 20px;
}

.footer h3.toggle-menu  {
      cursor: pointer;
      font-size: 18px;
      color: var(--brand-color-light);
      background-repeat: no-repeat;
    }
    
.footer h3.toggle-menu::after  {
    background: url(../images/arrrowdown.svg) no-repeat;
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 20px;
}

.footer h3.toggle-menu.arrow-up::after  {
    transform: rotate(-180deg);
}

.footer ul {
    list-style: none;
    padding: 0;
    text-align: left;
}
.footer ul li{
  list-style: none;
}
.footer ul li a {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: var(--white);
    text-decoration: none;
}

.footer ul li a:hover {
    text-decoration: underline;
}

footer .social-link {
    display: flex;
    justify-content: center;
    column-gap: 60px;
    margin-top: 60px;
  }

  footer p{
    color: var(--brand-color-light);
    font-family: "Lato", sans-serif;
    margin: 40px auto;
  }

/* dr slider */
.dr-slide-outer{
    padding: 0px 0px 100px 0px;
}

.dr-slider {
    border-radius: 21px;
    background: var(--brand-color-dark);
    color: var(--white);
    display: flex;
    align-items: start;
    padding: 0px;
    border: 1px solid var(--white);
    
    overflow: hidden;
}

.dr-image{
    background-color: var(--white);
}

.dr-image img {
    border-radius: 21px 0px 0px 21px;
    max-width: 160px;
    min-width: 160px;
}

.dr-details h4 {
    font-size: 24px;
    margin-top: 16px;
}

.dr-details p {
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 1;
}

.dr-details .rating span.star {
    font-size: 20px;
    color: gold;
}

.dr-details .rating span.count {
    font-size: 12px;
    margin-left: 5px;
}

.dr-slider .btn-secondary {
        font-size: 12px;
}

.home-title{
    font-size: 60px;
    font-weight: 700;
    margin: 70px auto 35px auto; 
}

.popular{
   background-color: var(--brand-color-bg);
    padding: 40px 0px;
}

/* procedures  */
.card-procedure {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    width: 250px;
    margin: auto;
}

.card-procedure img {
    border-radius: 50%;
    border: 3px solid var(--brand-color-dark);
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.card-procedure h3 {
    color: var(--brand-text-dark);
    margin: 15px 0;
    font-size: 28px;
    font-weight: 700;
    height: 54px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 60px;
    line-height: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-group-custom {
    display: flex;
    justify-content: center;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.btn-group-custom .btn {
    padding: 6px 12px;
    font-weight: bold;
    font-size: 14px;
    border: none;
    flex: 1;
}

.btn-group-custom .btn-secondary {
  border-radius: 25px 0px 0px 25px;
}

.btn-group-custom .btn-primary {
   border-radius: 0px 25px 25px 0px;
}

.btn-group-custom .btn-primary:hover {
    background-color: var(--brand-color-dark);
 }

.trends-sec{
    background-color: var(--brand-color-dark);
    padding: 70px 0px 40px 0px;
}

.trends-sec h2{
    background-color: #FFFBFB;
    border-radius: 50px;
    padding: 10px 30px;
    border: 1px solid var(--text-dark);
    width: 75%;
    margin: 0 auto 40px auto ;
}

.trendrs-card img{
    border-radius: 24px;    
}

.trendrs-card h3{
    color: var(--white);
    font-size: 40px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ask dorctor */
.explore{
 background-color: #FAE6DE;
 padding: 40px 0px;
}

.explore-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.explore-left h2{
    font-size: 50px;
    font-weight: 400;
    color: var(--brand-color-dark);
    line-height: 1;
    font-style: italic;
    color: #B3826E;
}

.explore-card{
    background: white;
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: all ease-in-out .3s;
    transform:  scale(1);
    margin-bottom: 8px;
    position: relative;
}

.explore-card:hover{
    transform:  scale(1.1);
    transition: all ease-in-out .3s;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
}

.explore-card h4{
    font-size: 45px;
    font-weight: 400;
    color: var(--brand-color-dark);
    line-height: 1;
}

.explore-card p{
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 1;
}

.explore-card .icon-outer{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    align-items: end;
}

.explore-card .btn-primary-custom {
    color: #fff;
    border: none;
    font-family: "Lato", sans-serif;
}

 .doctor-search-bg{
    background-color: var(--brand-color);
    padding: 40px 0px 160px 0px;
    border-radius: 40px 40px 0px;
}

.home .stay-touch {
    margin-top: 0px;
  }

.home .doctor-search-bg{
    margin-top: -40px;
}

.title-dot{
    font-size: 64px;
    font-weight: 400;
    color: var(--white);
    font-style: italic;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.title-dot h2{
    font-size: 64px;
    font-weight: 400;
    color: var(--white);
}

/* timeline */
.timeline-section {
    padding: 50px 20px;
}

.timeline-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    max-width: 1000px;
    margin: auto;
}

.timeline-item {
    position: relative;
    text-align: center;
}

.timeline-item .circle {
    width: 250px;
  height: 250px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.timeline-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.timeline-item .circle-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    width: 100%;
}

.timeline-item .circle-text strong{
    font-size: 28px;
    font-weight: 400;
    font-style: italic;
}

.timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
    z-index: 0;
}

.timeline-item::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    top: 50.5%;
    transform: translateY(-50%);
    z-index: 1;
    left: 0;
}

.timeline-item::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    top: 50.5%;
    transform: translateY(-50%);
    z-index: 1;
    right: 0;
}

.timeline-item::before {
    left: -6px; 
}

.timeline-item::after {
    right: -6px; 
}

.timeline-container .timeline-item:first-child::before {
    content: none !important;
}

.timeline-container .timeline-item:last-child::after {
    display: none !important;
}

/* Desktop - default horizontal line */
.timeline-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    max-width: 1000px;
    margin: auto;
}

.timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
    z-index: 0;
}

.tfc::before{
    display: none !important;
}

/* Mobile/Tablet - vertical timeline */
@media (max-width: 992px) {
    .timeline-container {
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .timeline-line {
        width: 2px;
    height: 86%;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    }

    .timeline-item {
        margin-bottom: 100px;
        position: relative;
    }

    .timeline-item::before,
    .timeline-item::after {
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .timeline-item:first-child::before {
        top: 0;
    }

    .timeline-item:last-child::after {
        top: 100%;
    }

    .timeline-item::before {
        top: 0%;
    }

    .timeline-item::after {
        top: 100%;
    }
}

@media (max-width: 576px) {
    .timeline-item .circle {
        width: 200px;
    height: 200px;
    }

    .timeline-item .circle-text {
        font-size: 14px;
    }
}

.why-make{
    background: url(../images/why-make.webp) no-repeat center center/cover;
    padding: 60px 20px;
    color: #fff;
    text-align: left;
    border-radius: 24px;
    margin: auto;
    margin-top: 120px;
    background-attachment: fixed;
  background-position: top 50px center;
}

.difference-title {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    font-style: italic;
    margin-bottom: 40px;
}

.difference-item {
    display: flex;
    align-items: start;
    position: relative;
    margin-bottom: 20px;
}

.difference-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
}

.difference-item span {
    font-weight: bold;
    font-size: 64px;
    font-family: 'Playfair Display', serif;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: -10px;
}

.difference-item p {
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    flex: 1;
}

.verify-dr-sec{
    background-image: url(../images/verify-dr-bg.webp);
    background-size: cover;
    background-position: right top;
    padding: 60px 20px;
    background-size: 74%;
  background-repeat: no-repeat;
  margin-top: 120px;
}  

.verify-dr-sec .explore-card h4{
    font-size: 36px;
    font-weight: 400;
}

.verify-dr-sec .explore-card .icon-outer{
    justify-content: end;
}

.stay-touch {
    margin-top: 120px;
}

.stay-touch h4{
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 120px;
    color: var(--white);
    text-align: center;
}

.subscribe-section {
    background: var(--white);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 5px 7px 4px rgba(0,0,0,0.6);
    margin: 0 auto;
  }
  
  .subscribe-section h3 {
    font-size: 36px;
    color: var(--brand-color-dark);
    font-weight: 800;
    margin-bottom: 5px;
  }
  
  .subscribe-section p {
    font-size: 24px;
    color:var(--text-gray);
    margin-bottom: 15px;
  }
  
  .input-wrapper {
    position: relative;
    margin-bottom: 30px;
  }
  
  .input-wrapper i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: var(--brand-color-dark);
  }
  
  .input-wrapper input {
    width: 100%;
    padding: 8px 8px 8px 30px;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 14px;
  }

  #backToTop {
    bottom: 120px;
    right: 24px;
    z-index: 99;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    width: 48px;
    min-width: auto;
    --offset: 50px;
    position: fixed;
    place-self: end;
    line-height: 48px;
    height: 48px;
  align-content: center;
  }

  /* owl-setting */
#owl-carousel8 .owl-nav {
    display: none;
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}

.owl-dot {
    background-color: var(--text-gray) !important;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 6px;
}

.owl-dot.active{
    background-color: var(--text-dark) !important;
}

.inner-content{
    padding: 60px 0;
}

.inner-content p{
    font-size: 18px;
    font-family: "Lato", sans-serif;
}

.inner-content h1{
    font-size: 54px;
}

.inner-content h3{
    font-weight: 800;
}

.list-circle{
    list-style: circle;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    margin-left: 0px;
    padding-left: 30px;
}

.sidebar-form .sidebar-form-header{
    padding: 24px;
    background-color: var(--brand-color-dark);
    border-radius: 6px 6px 0 0;
    color: var(--white) !important;
}

.sidebar-form .sidebar-form-body{
    padding: 24px;
    background-color: var(--brand-color-bg);
    border-radius: 0px 0px 6px 6px;
}

/* procedures */
.procedure-concern {
    position: relative;
    width: 100%;
    max-height: 220px;
    display: flex;
    border-radius: 12px;
    padding: 16px;
  }

  .badge-outer {
    display: flex;
    position: absolute;
    left: 12px;
    top: 12px;
    align-items: center;
  }

  .badge-outer .badge12 {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #ff838a;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-right: 12px;
  }

  .badge-outer h5 {
    font-size: 12px;
    color: #ff838a;
    text-align: center;
    margin-top: 8px;
  }

  .procedure-concern-text {
    display: flex;
    align-items: flex-end;
    min-height: 200px;
    padding: 0px 0px 16px 0px;
  }

  .pro-link{
    text-decoration: none;
  }

  .pro-link:hover {
    text-decoration: none;
  }

  .procedure-below span {
    color: var(--text-light);
    font-family: "Lato", sans-serif;
  }

  .procedure-below h5{
    color: var(--text-dark);
    font-size: 16px;
  }

  .procedure-concern-color1 {
    background-color: #fdedd4;
  }

  .procedure-concern-color2{
    background-color: #d4ebf8;
  }

  .procedure-concern-color3{
    background-color: #f6e4d4;
  }

  .procedure-concern-color4{
    background-color: #f6f6f6;
  }

  .procedure-concern-color5{
    background-color: #e8f3e9;
  }

/* registration step form */

  .step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
  }
  
  .step-circle {
  }

  .custom-switch .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .custom-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .custom-switch .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: var(--brand-color-dark);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
  }

  .custom-switch{
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: var(--white);
    font-family: "Lato", sans-serif;
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

.verified-doc{
    border: 1px solid var(--brand-color-dark);
    padding: 16px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.verified-doc .ic{
    min-width: 84px;
    margin-right: 16px;
}

.verified-doc .info-text{
    color: var(--text-dark);
}

.verified-doc .info-text h4{
    font-size: 24px;
}

.verified-doc .info-text p{
    font-size: 20px;
    font-family: "Lato", sans-serif;
}

.inner-title-dot .title-dot h2{
    color: var(--brand-color-dark);
}

.inner-title-dot .dot{
    margin-top: 20px;
}

.faq-title{
  font-size:120px
}

.inner-title-dot  .timeline-item::after, .inner-title-dot  .timeline-item::before, .inner-title-dot  .timeline-line  {
    background: var(--brand-color-dark);
}

/* beauty-travel */
.beauty-main-bnr {
    width            : 100%;
    height           : calc(95vh - 85px);
    display          : flex;
    align-items      : flex-end;
    background-image : url(../images/bt-bg.webp);
    padding-bottom   : 24px;
    color            : var(--white);
    background-repeat: no-repeat;
    background-size  : cover;
}

.beauty-main-bnr h1 {
    font-family: 'Playfair Display', serif !important;

    font-size               : 36px !important;
    font-style              : italic;
    font-weight             : 600 !important;
    text-align              : left;
    text-underline-position : from-font;
    text-decoration-skip-ink: none;
    color                   : var(--white);
    text-shadow             : 2px 2px 6px var(--white);
}

.beauty-main-bnr h2 {
    font-family             : 'Playfair Display', serif !important;
    font-size               : 37px !important;
    font-weight             : 600 !important;
    line-height             : 34px;
    text-align              : left;
    color                   : var(--white) !important;
    text-underline-position : from-font;
    text-decoration-skip-ink: none;
    text-shadow             : 2px 2px 4px #000;
}

.beauty-main-bnr .btn-tpt {
    background-color: transparent;
    font-family     : 'Playfair Display', serif !important;
    padding         : 4px 14px 4px 14px;
    height          : 40px;
    display         : inline-block;
    border-radius   : 20px;
    border          : 1px solid var(--white);
    opacity         : 0px;
    color           : var(--white);
    font-size       : 20px !important;
    font-weight     : 500 !important;
    text-align      : center;
    margin-right    : 16px;
    margin-top      : 16px;
}

.beauty-main-bnr .btn-tpt:hover {
    color: var(--white) !important;
}

.slider-sec .owl-next{
    float: right;
}

.slider-sec .owl-nav {
    position: absolute;
    width: 98%;
    bottom: 50%;
    left: 1%;
  }

.slider-sec .owl-nav button {
    width: 32px;
    height: 32px;
    background-color: rgba(255,255,255,0.8) !important;
    border-radius: 100%;
  }

  .slider-sec .owl-dots {
    margin-top: 0px;
  }

.mb-for-footer {
    margin-bottom: 100px;
}

.mh-600{
    min-height: 600px;
}

.trends-sec a {
	text-decoration: none;
}

.trends-sec a:hover {
	text-decoration: none;
}

.beauty-new-page a {
    text-decoration: none; 
    color: var(--text-dark);
}

.beauty-new-page a:hover {
    text-decoration: none; 
    color: var(--text-dark);
}

.text-decoration-none{
    text-decoration: none;
}

.text-decoration-none:hover{
    text-decoration: none;
}

/* procedure list   23-04-2025 */
/* General Layout */
.banner-sec {
    width: 100%;
    /* margin-bottom: 2rem; */
}

.banner-sec img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Section Headers */
.section-header {
    margin: 2rem 0;
}

.section-header h1 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.section-header p {
    color: #666;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .beauty-main-bnr h1 {
  font-size: 26px !important;
  }

  .beauty-main-bnr h2 {
  font-size: 26px !important;
    line-height: 26px;
  }

  .beauty-main-bnr .btn-tpt {
  padding: 3px 9px 4px 9px;
  height: 32px;
  font-size: 14px !important;
  margin-right: 8px;
  margin-top: 10px;
}

.beauty-main-bnr {
  height: auto;
  padding-top: 80px;
}

.find-doctor-bnr-img{
  display:none
}
}

@media (max-width: 768px) {
    .procedure-concern {
        margin-bottom: 1rem;
    }
    
    .badge12 {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }
    
    .procedure-below h2 {
        font-size: 1.1rem;
    }
    
    .dc-articleimg img {
        height: 150px;
    }

    .beauty-main-bnr {
    height: auto;
    padding-top: 40px;
    background-position: left 15% center;
  }

  .mmt-32{
    margin-top: 32px;
  }

  .find-doctor-bnr .col-lg-5.col-md-12.pr-0{
    padding: 0px !important;
  }

  .find-doctor-bnr .dc-formtheme {
  max-width: 100% !important;
}
}

/* @media (max-width: 576px) {
    .section-header h1 {
        font-size: 2rem;
    }
    
    .procedure-concern img {
        height: 100px;
    }
    
    .dc-title h3 {
        font-size: 1.25rem;
    }
} */

@media screen and (max-width:1199px) {
    .navbar-nav {
        width: 930px;
        justify-content: space-between;
      }
}

@media screen and (max-width:991px) {
    .navbar-expand-lg .navbar-nav .nav-link.active::before {
        display: none
    }

    .navbar-expand-lg .navbar-nav .nav-link:hover::before {
        display: none
    }

    .navbar-collapse {
        position: fixed;
        z-index: 101;
        background-color: var(--brand-color-dark);
        right: -280px;
        padding: 20px 10px 50px 10px;
        top: 62px;
        height: 100%;
        transition: all ease-in-out .3s;
        width: 280px
    }

    .navbar-collapse.show {
        right: 0;
        transition: all ease-in-out .3s;
        box-shadow: -50px 10px 40px rgb(0 0 0 / 8%);
        overflow-y: scroll
    }

    .nav-close {
        color: var(--white);
        font-size: 24px;
       display: flex;
       align-items: center;
       justify-content: space-between;
        background-color: var(--brand-color-light);
        border-radius: 40px;
        padding: 0px 8px 2px 8px;
        margin-bottom: 24px;
      }

      .menu-1{
        font-size: 16px;
      }

      .navbar-expand-lg .navbar-nav .nav-link{
        padding: 10px 0px;
      }

    .drawer-hamburger{
        top: 6px;
    }

    .navbar-collapse {
        top: 0px;
    }

    .col-md-center{
        text-align: center;
    }

    .nav-outer {
        background-color: var(--brand-color-dark);
        padding: 1px;
      }

    .logo {
        height: 48px;
     }

     .mh-84 {
        min-height: 48px;
      }

      footer h3{
        font-size: 30px !important;
        margin-bottom: 2px;
      }
}

@media screen and (max-width:767px) {
    .sticky .btn{
        font-size: 12px;
        margin-left: 4px !important;
        padding: 6px 8px;
        min-width: auto;
    }

    .input-group-append {
        margin-left: -4px;
      }

      .sticky .mt-3 {
        margin-top: 6px !important;
      }

      .sub-banner img{
        margin-bottom: 16px;
    }

    .dr-image img{
        max-width: 200px;
        min-width: 200px;
    }

    .trends-sec h2 {
        width: 100%;
    }

    .title-dot .dot{
        display: none;
    }

    .verify-dr-sec {
        background-position: center top;
        padding: 297px 20px 50px 20px;
        background-size: 100%;
        margin-top: 60px;
      }

      .stay-touch {
        margin-top: 60px;
      }

      .difference-title {
        font-size: 34px;
      }

      .difference-item span {
        font-size: 34px;
      }

      .why-make{
        margin-top: 20px;
      }

      .difference-item p {
        font-size: 24px;
      }

      .nav-outer {
        margin: 8px auto;
      }

      .mh-84 {
        min-height: 36px;
      }

      .card-procedure {
        text-align: center;
        padding: 16px 0px;
        border-radius: 10px;
        width: 100%;
        margin: auto;
      }

      .doctor-search-bg {
        border-radius: 40px 40px 0px;
      }
}

@media screen and (max-width:574px) {
    .home-title {
        font-size: 36px;
        font-weight: 700;
        margin: 30px auto 15px auto;
      }

      .explore-left h2 {
        font-size: 42px;
      }

      .explore-card h4 {
        font-size: 30px;
      }

      .title-dot h2 {
        font-size: 42px;
      }

      .difference-item p {
        font-size: 16px;
        margin-bottom: 0px;
      }

      .difference-item span {
        font-size: 24px;
      }

      .verify-dr-sec .explore-card h4 {
        font-size: 30px;
        font-weight: 400;
      }

      .stay-touch h4 {
        font-size: 36px;
        margin-bottom: 60px;
        text-align: center;
      }

      .dr-slider .btn{
        font-size:12px ;
        padding: 6px 6px;
      }

      .dr-image img {
        max-width: 160px;
        min-width: 160px;
      }

      .card-procedure h3 {
        height: 22px;
    line-height: 1;
    -webkit-line-clamp: 1;
    font-size: 20px;
      }

      .dr-slide-outer {
        padding: 0px 0px 60px 0px;
      }

      .trendrs-card h3 {
        color: var(--white);
        font-size: 24px;
        font-weight: 400;
      }

      .logo {
        height: 32px;
      }

      .sticky.fixed .logo {
        height: 32px;
      }

      .btn-group-custom .btn {
        font-size: 12px;
      }

      .difference-title {
        font-size: 28px;
      }

      footer h3 {
        font-size: 24px !important;
        margin-bottom: 2px;
      }

      .footer ul li a {
        font-size: 14px;
      }

      footer .social-link svg {
        width: 36px;
      }

      footer .social-link {
        column-gap: 40px;
        margin-top: 30px;
      }

      footer {
        padding: 40px 0px 20px 0px;
      }

      .trends-sec h2 {
        width: 100%;
        font-size: 30px;
    }

    .trends-sec {
        padding: 40px 0px 20px 0px;
    }
}

@media screen and (max-width:480px) {
    .sticky .justify-content-lg-end{
        padding-right: 32px;
        justify-content: flex-start !important;
    }

    .explore-card h4 {
        font-size: 26px;
      }

      .explore-card .btn-primary-custom {
       font-size: 12px;
       padding: 6px 10px;
      }
}

@media screen and (max-width:420px) {
    .dr-image img {
        max-width: 136px;
        min-width: 136px;
    }

    .explore-card h4 {
        font-size: 20px;
    }

    .explore-card p {
        font-size: 14px;
    }

    .explore-card .btn-primary-custom {
        font-size: 11px;
        padding: 5px 6px;
    }

    .difference-title {
        font-size: 22px;
    }

    .difference-item span {
        font-size: 20px;
    }

    .difference-item p {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .verify-dr-sec {
        background-position: center top;
        padding: 196px 0px 0px 0px;
        background-size: 100%;
        margin-top: 60px;
    }

    .stay-touch h4 {
        font-size: 30px;
        margin-bottom: 60px;
        text-align: center;
    }

    .timeline-section {
        padding: 30px 0px 0 0;
    }

    .popular .f-24 {
        font-size: var(--font-16);
    }

    .explore-left h2 {
        font-size: 36px;
    }
}

@media screen and (min-width:1501px) {
  .beauty-main-bnr {
    height: calc(-85px + 78vh);
}
}

@media screen and (min-width:1601px) {
  .beauty-main-bnr {
    height: calc(-85px + 62vh);
}
}

/* new style */
#owl-carousel6 h3{
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 18px;
}

.ba-search-box{
    background-color: var(--brand-color);
    border-radius: 0px 30px 30px 0px;
    padding: 80px 30px;
}

.ba-search-box h4   {
    font-size: 32px;
    font-weight: 400;
    color: var(--white);
}

.ba-search-box .form-control{
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    border-color: var(--white);
    background-color: transparent;
    color: var(--brand-color-dark);
}

.ba-section h2{
    font-size: 48px;
    color: var(--brand-color-dark);
}

.ba-section .card{
    max-width: 336px;
    min-width: 336px;
    border-radius: 18px;
    margin-right: 30px;
}

.ba-section .card .thumb-img{
    min-width: 300px;
    max-width: 300px;
    min-height: 300px;
    max-height: 300px;  
    border-radius: 24px ;
}

.ba-section .card  .part-2{
    position: relative;
}

.ba-section .card  .part-2::before{
    content: "";
    background-image: url(../images/hide.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
}

.rating i{
    color: gold;
}

.overflow-box {
    display: flex;
    overflow-y: auto;
    padding:24px 0px;
    margin-bottom: 70px;
  }

  /* width */
  .overflow-box  -webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  .overflow-box  -webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .overflow-box  -webkit-scrollbar-thumb {
    background: var(--brand-color-light); 
  }
  
  /* Handle on hover */
  .overflow-box -webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  #owl-carousel6 h3{
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 18px;
}

.ba-search-box{
    background-color: var(--brand-color);
    border-radius: 0px 30px 30px 0px;
    padding: 80px 30px;
}

.ba-search-box h4   {
    font-size: 32px;
    font-weight: 400;
    color: var(--white);
}

.ba-search-box .form-control{
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    border-color: var(--white);
    background-color: transparent;
    color: var(--brand-color-dark);
}

.ba-section h2{
    font-size: 48px;
    color: var(--brand-color-dark);
}

.ba-section .card{
    max-width: 336px;
    min-width: 336px;
    border-radius: 18px;
    margin-right: 30px;
}

.ba-section .card .thumb-img{
    min-width: 300px;
    max-width: 300px;
    min-height: 300px;
    max-height: 300px;  
    border-radius: 24px ;
}

.ba-section .card  .part-2{
    position: relative;
}

.ba-section .card  .part-2::before{
    content: "";
    background-image: url(../images/hide.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
}

.ba-slider img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.rating i{
    color: gold;
}

.overflow-box {
    display: flex;
    overflow-y: auto;
    padding:24px 0px;
    margin-bottom: 70px;
  }

  /* width */
  .overflow-box  -webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  .overflow-box  -webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .overflow-box  -webkit-scrollbar-thumb {
    background: var(--brand-color-light); 
  }
  
  /* Handle on hover */
  .overflow-box -webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  .ba-search-box .dropdown-menu {
    display: block;
  }

/* b-new style */

.b-news-list{
    position: relative;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 30px;
}

.b-news-list h3{
    font-size: 25px;
display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  font-weight: 800;
  min-height: 60px;
}

.b-news-list img{
    width: 100%;
    border-radius: 26px;
}

.b-news-list:hover{
    background-color:var(--brand-color-light) ;
}

#faqAccordion .b-news-list:hover{
    background-color: var(--brand-color);
}

.b-news-list p{
    font-size: 16px;
}

.b-news-list a.more{
    font-size: 20px;
    font-weight: 600;
    color: var(--brand-color-dark);
}

.featured-card h3{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.find-doctor-bnr .dc-formtheme {
    max-width: 360px;
  }

.find-doctor-bnr-img {
  width: 100%;
  height: auto;
  position: absolute;
}

  .find-doctor-bnr {
    /* background-image: url(../images/find-bg.webp); */
    background-repeat: no-repeat;
    background-position:
  center center;
    border-radius:
  16px;
    background-size: cover;
  }

  .find-doctor-bnr h4 {
    color: var(--white);
  }

  .accordion .faq-btn {
    text-align: left;
    background-color: var(--brand-color-bg);
   padding: 8px 30px;
    font-size: 20px;
    white-space:wrap;
  }

  .accordion .faq-btn i {
    float: right;
        margin-top: 4px;
  }

.faq-card-outer .card-body{
  padding: 8px 30px;
}

  .accordion .collapse.show {
    display: block;
  
    /* margin-bottom: 16px; */
    /* border-radius:
  0px 0px 6px 6px;
    margin-top: -18px; */
  }

  .btn-secondary > a {
    color: var(--brand-color-dark) !important;
    text-decoration:
  none;
  }

  .dropdown-item.active, .dropdown-item:active {
    color: var(--brand-color-dark);
    text-decoration:none;
    background-color: var(--bg-light);
  }

  .search-card-box{
    border-bottom:
    1px solid #ddd;
      margin-bottom: 16px;
      display: flex;
      padding-bottom: 16px;
  }

  .search-card-box:last-child{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .card  .nav-item a{
    color: var(--brand-color-dark);
    font-size: 20px;
  }

  .tab-content {
    font-family: "Lato", sans-serif;
  }

  .dc-docinfo{
    list-style: none;
  }

  /* procedure style */
 .procedures-list{
   background-color: var(--white);
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 20px;
 }

.procedures-list a{
    text-decoration: none;
}

.procedures-list a:hover{
    text-decoration: none;
}

 .procedures-list .list-left{
    display: flex;
    align-items: center;
    justify-content: space-between;
   width: 20%;
 }

 .procedures-list .list-left img{
    border-radius: 15px;
 }

 .procedures-list .list-right{
   width: calc(100% - 20%);
   padding: 0px 20px;
 }

 .procedures-list .category-label{
    font-size: 16px;
    font-weight: 800;
    color: var(--brand-color);
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
 }

 .procedures-list h3{
    font-size: 28px;
    font-weight: 800;
    color: var(--brand-color-dark);
    margin-bottom: 0px;
 }

 .procedures-list p{
    font-family: "Lato", sans-serif;
    font-size: 16px; 
    color: var(--text-dark);
 }

 .procedures-list .date-container{
    display: flex;
    align-items: center;
    color: var(--brand-color);
    margin-top: 20px;
    font-family: "Lato", sans-serif;
 }

 .procedures-list .date-container i{
    margin-right: 8px;
 }

 .dc-title h4{
    font-size: 54px;
    font-weight: 800;
    color: var(--brand-color-dark);
    margin-bottom: 0px;
 }

#owl-carousel6 .owl-item{
    cursor: pointer;
}

#owl-carousel6 .owl-item img.active{
    border:2px solid var(--brand-color-dark)
}

.ba-search-box .dropdown-menu{
    font-family: "Lato", sans-serif;
}

.overflow-box .part-3 p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 60px;
  }

  .part-3 h4 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 44px;
  }

   @media screen and (max-width:991px) {
.find-doctor-bnr {
    background-image: url(../images/find-bg2.webp);
}
}

@media screen and (max-width: 1440px) and (min-width: 1361px) {
.find-doctor-bnr {
  margin-bottom: 100px;
}
}

@media screen and (max-width: 1600px) and (min-width: 1441px) {
.find-doctor-bnr {
  margin-bottom: 140px;
}
}

@media screen and (max-width: 1920px) and (min-width: 1601px) {
.find-doctor-bnr {
  margin-bottom: 240px;
}
}

 @media screen and (max-width:767px) {
 .procedures-list .list-left{
    width: 100%;
 }

 .procedures-list .list-right{
    width: 100%;
    padding: 16px 0 0 0;
 }

 .dc-title h4 {
    font-size: 32px;
    font-weight: 800;
    color: var(--brand-color-dark);
    margin: 50px auto 20px auto;
  }
}

/* 8-5-25 */
.experience-list li{
    list-style: none !important;
}

.before-circle {
    background-color: var(--brand-color-dark);
    border-radius: 50%;
    height: 12px;
    width: 12px;
    border: 2px solid var(--brand-color);
  }

  .experience-list::before {
    background: var(--brand-color);
    bottom: 0;
    content: '';
    left: 5px;
    position: absolute;
    top: 10px;
    width: 2px;
  }

  .experience-box {
    position: relative;
  }

  .experience-list {
    padding-left: 30px;
  }

  .dc-consultation-img img {
    width: 100%;
    display: block;
    border-radius: 50px;
  }

  .dc-consultation-img {
    margin: 0;
      margin-right: 0px;
    float: left;
    width: auto;
    max-width: 42px;
    border: 1px solid #ddd;
    border-radius: 50px;
    margin-right: 10px;
  }

  .dc-consultation-details {
    float: left;
    width: 100%;
    padding: 20px 0;
    position: relative;
    border-top: 1px solid #ddd;
  }

  .listing-day {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 10px;
  }

  .listing-day.current {
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
    margin-bottom: 13px;
  }

  .listing-day.current .day, .listing-day .day{
    color: var(--brand-color);
  }

  .listing-day.current .day span {
    display: block;
    font-weight: normal;
  }

  .time-items {
    color: #757575;
    text-align: initial;
    color: black;
    font-size: 12px;
  }

  .time-items > span {
    display: block;
    text-align: right;
    text-align: initial;
    color: black;
    font-size: 12px;
  }

  .bg-success-light {
    background-color: rgba(15, 183, 107, 0.12) !important;
    color: #26af48 !important;
  }

  @media (min-width: 1281px) {
    .listing-day .day {
      font-weight: bold !important;
      width: 110px !important;
    }
}

@media (max-width: 575px) {
.listing-day{
    display: contents;
}
}


#owl-carousel2 .owl-dots.disabled{
    display:block;
    text-align: center;
}

.progress-bar{
  background-color: var(--brand-color-dark);
}

#calendar-slots-list li {
  text-align: center;
  padding: 6px 0px;
  border-radius: 40px;
  margin-bottom: 12px !important;
  cursor: pointer;
}

#calendar-slots-list li.selected{
  background-color: var(--brand-color-dark);
  color: var(--white);
}

#calendar-slots-list li small{
  color: var(--brand-color);
  font-weight: 600;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 3em;
}

.fc-header-toolbar .fc-left h2 {
  font-size: 24px;
}

.fc-head th {
  height: 39px;
  vertical-align: middle;
}

/* toastor */
.toast-center-screen {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  position: fixed;
  z-index: 9999;
}

.list-group-item.disabled, .list-group-item:disabled {
    border: 1px solid red !important;
}

@media (max-width: 1440px) {
	.dc-spaces-wrap.w25 li {
	  width: 25%;
	 }
  }

  .faq-card-outer{
    background-color: var(--brand-color-bg);
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 16px;
  }

  .clinic-bg{
    width: 100%;
    max-height: 500px;
    min-height: 500px;
    position: relative;
  }

  .clinic-bg .cover-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
   object-fit: cover;
  }

  .clinic-profile-outer{
    background-color: var(--brand-color-bg);
    border-radius: 24px;
    padding: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-top: -120px;
  }

  .clinic-profile-img{
    width: 300px;
    height: 300px;
    border-radius: 15px !important;
  }

  .clinic-info{
    padding: 24px 24px  24px 0px;
  }

  .rating-sec {
    font-size: 24px;
    font-family: "Lato", sans-serif;
  }

  .rating-sec i{
    color: goldenrod;
  }

  .clinic-staff h3{
    text-align: center;
    font-size: 30px !important;
    font-weight: 600;
    margin-bottom: 0px;
  }

    .clinic-staff h4{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
  }

  .clinic-staff img{
    border-radius: 12px;
  }

.card-review{
  background-color: var(--white);
  border-radius: 16px;
}

.clinic-contact{
  width: 320px;
}

.clinic-contact{
  border-radius: 12px;
  background-color: var(--brand-color);
  width: 300px;
  padding: 16px;
  margin: 0px auto;
}

.c-cta{
  width:90px; height:90px; box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

  /* admin design setting */

  .admin-footer footer {
  margin-top: 50px;
}

#dc-wrapper .nav-item  {
  list-style: none;
}

.dc-sidebarwrapper {
  position: relative;
  float: left;
  width: 272px;
  padding-top: 0px;
  background-color: transparent;
  box-shadow: none;
}

.dc-main {
  padding: 20px 20px 20px  0px;
}

.dc-dbsectionspace {
  margin-left: 280px;
}

.dc-dbsectionspace {
  padding: 0px 20px 20px 32px;
  border-left: 1px solid var(--brand-color-dark);
}

.dc-navdashboard > ul > li {
  position: relative;
  border-top: none;
}

.dc-navdashboard > ul > li > a {
  color: var(--brand-color-dark);
  font-weight: 500;
  font-size: 16px;
}

.dc-navdashboard > ul > li:last-child {
  border-bottom: none;
}

.common-img-hieght {
    width: 100% !important;
    /* max-height: 200px; */
    height: 180px !important;
    object-fit: cover;
}

.dc-settingscontent.dc-doc-downloads, .dc-settingscontent.la-uploaddocumnet {
    border: 1px solid #ddd;
    position: relative;
    padding: 12px;
}

  @media (max-width: 991px) {
      .clinic-profile-img{
    width: 100%;
    height: auto;
  }

  .clinic-info{
    padding: 24px ;
  }

  .dc-btnmenutoggle {
  display: block;
  z-index: 1;
  bottom: 160px;
  left: 8px;
   background: var(--themecolor);
   color: var(--white);
  }

  .dc-closemenu .dc-btnmenutoggle {
  left: 8px;
}

.dc-closemenu .dc-navdashboard {
    padding-top: 0px;
}

.dc-closemenu .dc-sidebarwrapper{
  width: 0px;
}

.dc-closemenu .dc-dbsectionspace {
    margin-left: 0px;
    border: none;
    padding: 0px 0px 0px 16px;
}

.dc-wrapper.dc-closemenu .dc-main {
  padding-left: 0px !important;
}

.dc-sidebarwrapper {
    position: fixed;
    float: none;
    width: 240px;
    padding-top: 0px;
    background-color: var(--brand-color-bg);
    box-shadow: none;
    top: 150px;
}

.dc-dbsectionspace {
    margin-left: 0px;
}
  }


.doctor-filter {
    display: block;
    width: 250px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

p.service_name_hieght {
    max-height: 150px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* one line only */
}
.common-img-services {
    height: 180px !important;
    object-fit: cover;
}
.services_before_after_ux {
    margin-right: 10px;
    background-color: #e3e2e2;
}
/* .row.g-1.services_before_after {
    background-color: #e3e2e2;
} */
 .form-control {
     font-size: 12px !important; 
}

.clinic-header i {
    display: none;
}
