/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');*/
/* #Website Fonts
================================================== */
a.list-group-item {
    display: inline-block;
    width: 25%;
    border: none;
    padding: 5px 0;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../webfonts/Gilroy-Bold.eot');
    src: url('../webfonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Gilroy-Bold.woff2') format('woff2'),
        url('../webfonts/Gilroy-Bold.woff') format('woff'),
        url('../webfonts/Gilroy-Bold.ttf') format('truetype'),
        url('../webfonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../webfonts/Gilroy-Medium.eot');
    src: url('../webfonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Gilroy-Medium.woff2') format('woff2'),
        url('../webfonts/Gilroy-Medium.woff') format('woff'),
        url('../webfonts/Gilroy-Medium.ttf') format('truetype'),
        url('../webfonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../webfonts/Gilroy-ExtraBold.eot');
    src: url('../webfonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../webfonts/Gilroy-ExtraBold.woff') format('woff'),
        url('../webfonts/Gilroy-ExtraBold.ttf') format('truetype'),
        url('../webfonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../webfonts/Gilroy-Heavy.eot');
    src: url('../webfonts/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Gilroy-Heavy.woff2') format('woff2'),
        url('../webfonts/Gilroy-Heavy.woff') format('woff'),
        url('../webfonts/Gilroy-Heavy.ttf') format('truetype'),
        url('../webfonts/Gilroy-Heavy.svg#Gilroy-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: "Inter", sans-serif;
    transition: all 200ms linear;  
    font-size: 15px;
 }

h1,h2,h3,h4,h5,h6{
font-family: "Inter", sans-serif;
font-weight: 700;
}



a,a:active,a:focus,a:hover {
outline: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor: pointer !important;
text-decoration: none;
}


a:hover {
text-decoration: none;
}


section {
  transition: all 200ms linear;
}


/* #Defined Colors and Font sizes
================================================== */
:root {
 
  --main-yellow-bg:#EFC611;
  --main-red:#E72429;
  --light-yellow-bg:#F5F1E4;
  --dark-grey-bg:#707070;
  --light-grey:#F3F3F9;
  --text-black:#000;
  --text-white:#fff;
  --footer-bg:#121212;
}


.header-logo{
 width:200px;
}
.contact-list-view {
    display: flex;
    gap: 30px;
    float: right;
}
.contact-box-icon {
    float: left;
    margin-right: 12px;
    margin-top: 3px;
}

.contact-box-icon i {
    border: 1px solid var(--main-yellow-bg);
    height: 44px;
    width: 49px;
    border-radius: 10px;
    line-height: 40px;
    font-size: 22px;
    color: var(--main-yellow-bg);
}
.contact-box {
    display: flex;
}
.contact-box-text p {
    margin-bottom: 0;
    font-weight: 600;
}
.book-an-appoint a {
    background-color: var(--main-red);
    height: 44px;
}
.book-an-appoint i{
 color:var(--text-white);
}
.book-an-appoint a {
    background-color: var(--main-red);
    height: 44px;
    display: block;
    padding: 10px 10px;
    border-radius: 10px;
    color: var(--text-white);
    font-size: 17px;
    font-weight: 600;
}

section#navigation-list{
 background-color: var(--main-yellow-bg);
 z-index: 333;
}
.mega-menu {
  left: 0;
  right: 0;
  border-radius: 0;
}

.mega-menu .dropdown-item {
  padding: 4px 0;
}

.mega-menu h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* Hover open on desktop */
@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}



section#navigation-list a.nav-link {
    padding: 5px 22px 5px 0px;
    font-weight: 600;
    font-size: 14px;
}

.book-appointment {
    float: right;
}


.more-about-btn a {
    background-color: var(--main-yellow-bg);
    color: var(--text-black);
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 600;
}
.more-about-btn {
    margin-top: 40px;
}
.mt-7{
 margin-top:5rem;
}


.box-service h4 {
    font-size: 1.25rem;
    font-weight: 600;
}
a.service {
    display: block;
    height: 100%;
    padding: 35px 0;
    color: var(--text-black);
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 170px;
}

a.service:hover{
  border: 1px solid var(--main-yellow-bg);
}

.section-title-box span {
    background-color: var(--light-yellow-bg);
    font-size: 15px;
    padding: 7px 15px;
    border-radius: 100px;
    font-weight: 600;
}
.section-title-box h2 {
    margin-top: 10px;
}

.aboutus-section-content p {
    margin-top: 10px;
    line-height: 25px;
}

.company-exp {
    position: relative;
}
.exp-content {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 90px 0;
}
.exp-circle h2 {
    margin-bottom: 0;
    line-height: 28px;
}

.exp-circle {
    background-color: var(--main-yellow-bg);
    border: 5px solid #fff;
    width: 110px;
    text-align: center;
    margin: auto;
    height: 110px;
    border-radius: 100px;
    padding-top: 20px;
}


.expertise-box img {
    width: 100px;
    margin-bottom: 15px;
}
.expertise-box {
    margin-top: 20px;
    background-color: var(--main-yellow-bg);
    padding: 25px 15px;
    padding-bottom: 10px;
    border-radius: 20px;
    min-height: 340px;
    position: relative;
}
.read-more {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.read-more-btn a{
 color:var(--text-black);
 font-weight: 600;
 text-decoration: underline;
 font-size: 17px;
}

.expertise-box h4 {
    margin-bottom: 5px;
    font-weight: 700;
}


.view-all-service a {
    color: var(--text-black);
    font-weight: 600;
    text-decoration: underline;
    font-size: 18px;
}


.expert-doctor-list span {
    background-color: var(--light-yellow-bg);
    font-size: 15px;
    padding: 7px 15px;
    border-radius: 100px;
    font-weight: 600;
}
.expert-doctor-list h3{
  margin-top:10px;
}


/* Arrows */
.owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: var(--main-yellow-bg) !important;
  color: #000 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}



/* Dots */
.owl-dots {
  text-align: center;
  margin-top: 15px;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
}

.owl-dots .owl-dot.active span {
  background: var(--main-yellow-bg);
}
.expert-doctors-div .item{
 border:1px solid #ddd;
 min-height: 150px;
 border-radius: 10px;
 padding:10px 10px;
}
.blog-slide {
    border: 1px solid #ddd;
    border-radius: 20px;
    min-height: 400px;
    padding: 10px;
}


.blog-img img {
    width: 100%;
    height: 100%;
}



.blog-img {
    height: 290px;
    width: 340px;
}

.blog-details a {
    font-size: 1.35rem;
    line-height: 28px;
    color: var(--text-black);
    font-weight: 700;
}
.blog-details {
    margin-top: 10px;
    padding: 0 5px;
}
.blog-details p {
    margin-top: 5px;
}
.read-more-link a {
    font-size: 1rem;
    font-weight: 600;
    background-color: var(--main-yellow-bg);
    padding: 9px 17px;
    border-radius: 10px;
}

.blog-img {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.blog-img img {
  transition: transform 0.4s ease;
}

.blog-slide:hover .blog-img img {
  transform: scale(1.1);
}



.box-service .service i {
    font-size: 3.2rem;
    margin-bottom: 20px;
    color: var(--main-yellow-bg);
    transition: transform 0.3s ease, color 0.3s ease;
}

.box-service .service:hover i {
  transform: translateY(-7px);
  color:var(--main-yellow-bg);
}


.aboutus-section-content span {
    background-color: var(--light-yellow-bg);
    font-size: 15px;
    padding: 9px 15px;
    border-radius: 100px;
    font-weight: 600;
}
.aboutus-section-content h2 {
    margin-top: 15px;
}

.aboutus-section-content ul{
    margin:0;
    padding:0;
}
.aboutus-section-content ul li {
    margin-bottom: 8px;
    list-style: none;
    font-weight: 500;
}
.aboutus-section-content ul li i{
 margin-right:5px;
 font-size:20px;
 color:var(--main-yellow-bg);
}
.aboutus-section-content {
    margin-top: 15px;
}



.expert-doctors-div .owl-nav {
    top: -40px;
    position: absolute;
    right: 25px;
}
.expert-doctors-div .owl-nav button {
    position: absolute;
    top: 0;;
    width: 40px;
    height: 40px;
    right: 26px;
}
.expert-doctors-div .owl-nav .owl-prev {
    left: -65px;
}
.expert-doctors-div .owl-nav .owl-next {
    right: -20px !important;
}


.doctor-bg{
 background-color: var(--light-grey);
 border-radius:10px;
}
.doctor-bg img {
    border-radius: 10px;
}
.doctor-list h4{
 margin-top:10px;
 margin-bottom:0;
 font-size:1.35rem;
}
.doctor-list p {
    margin-bottom: 5px;
    
}
.degree-box p {
    background-color: transparent;
    padding: 0;
    border-radius: 100px;
    display: inline-block;
    font-weight: 400;
}
.degree-box{
 margin-top: 5px;
}
a.doctor-link{
 color:var(--text-black);
}


section#why-choose{
 background-color: var(--light-yellow-bg);
 min-height: 300px;   
}

.why-choose-title span {
    background-color: var(--text-white);
    padding: 8px 15px;
    border-radius: 100px;
    font-weight: 600;
}
.why-choose-title h2{
 margin-top:15px;
}
.choose-box-icon {
    float: left;
    margin-right: 20px;
}
.choose-box-icon img {
    width: 90px;
}
.choose-box-text {
    margin-left: 110px;
}
.choose-box {
    margin-bottom: 40px;
}
.stats-outline {
    border-radius: 15px;
    border: 1px solid var(--main-yellow-bg);
    min-height: 100px;
    padding: 40px 0;
    padding-bottom: 30px;
}
.stats-text h4 {
    background-color: var(--main-yellow-bg);
    padding: 10px 25px;
    border-radius: 100px;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: 8px;
}
.stats-text {
    display: flex;
    justify-content: center;
    position: relative;
    top: 20px;
}
.counter {
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border-right: 1px solid #ddd !important;
}
.last-border{
   border-right: none !important; 
}

.counter .counter-icon{
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 15px;
}
.counter .counter-value{
    font-size: 33px;
    font-weight: 800;
}
.counter h3 {
    font-size: 17px;
    font-weight: 500;
    /* letter-spacing: 0.5px; */
    line-height: 25px;
    text-transform: capitalize;
    margin: 0 0 10px;
    margin-bottom: 0;
}

@media screen and (max-width:990px){
   
}

span.counter-value.percent-icon{
  font-size: 40px;
}
span.counter-value.percent-icon::after {
  content: "%"; 
}

span.counter-value.plus-icon{
  font-size: 40px;
}
span.counter-value.plus-icon::after {
  content: "+"; 
}

section#testimonials {
    background: url(../img/testimonial.png) no-repeat;
    min-height: 600px;
    background-position: center;
    background-size: cover;
}

.bg-white-box {
    background-color: #fff;
    min-height: 250px;
    border-radius: 10px;
    padding: 55px 20px;
    padding-bottom: 20px;
}
.testimonials-quotes {
    margin-bottom: 30px;
}
.quote-img {
    width: 75px;
    position: relative;
    display: inline-block;
}

.quote-inside {
    position: absolute;
    top: -10px;
    margin-left: 15px;
}

.testimonials-quotes p {
    font-style: italic;
    line-height: 24px;
}
.owl-carousel.testimonials-slider.owl-carousel .owl-item img {
    width: auto;
}
.user-info h5 {
    margin-bottom: 2px;
    font-weight: 700;
}
.user-info {
    margin-top: 5px;
}

.owl-dots .owl-dot span {
    margin: 3px !important;
}

footer {
    background: var(--footer-bg) url(../img/dark-section.png) no-repeat;
    min-height: 300px;
    background-position: center;
    background-size: cover;
}
.footer-section {
    padding-top: 50px;
}
.footer-section p {
    color: var(--text-white);
    padding-top: 20px;
}
.footer-section ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.footer-section ul li{
 list-style: none;
 display: block;
}

.footer-section ul li a {
    color: var(--text-white);
    line-height: 33px;
    padding-left: 0;
    transition: all 0.5s ease;
}
.footer-section ul li a:hover{
 padding-left: 10px;
 color:var(--main-yellow-bg);
}

.footer-section h3 {
    color: var(--text-white);
    font-size: 1.5rem;
}
ul.social-media li i {
    border: 1px solid var(--text-white);
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 17px;
    line-height: 38px;
}
ul.social-media li a:hover{
  padding-left: 0px;  
}
ul.social-media li i:hover{
 border:1px solid var(--main-yellow-bg);
 background-color: var(--main-yellow-bg);
 color:var(--text-black);
}

ul.social-media li {
    display: inline-block;
    margin-right: 5px;
}
.pl-30{
 padding-left: 30px;
}
.footer-section h4 {
    margin-top: 20px;
    color: var(--text-white);
    font-size: 1.3rem;
    font-weight: 600;
}
.medical-logo img {
    width: 150px;
}
.footer-contact {
    margin-top: 30px;
    border: 1px solid var(--main-yellow-bg);
    border-radius: 15px;
    min-height: 80px;
}

.contact-icon i {
    background-color: var(--main-yellow-bg);
    height: 56px;
    width: 56px;
    border-radius: 100px;
    font-size: 24px;
    line-height: 56px;
}
.list:first-child{
 width:63% !important;
}
.list {
    display: flex;
    gap: 15px;
    width: 33%;
    padding-top: 5px;
}
.contact-list {
    display: flex;
    padding: 7px 15px;
    padding-bottom: 7px;
}
.contact-text h5 {
    color: var(--text-white);
    margin-bottom: 5px;
}

.contact-text {
    margin-top: 8px;
}
.contact-text p {
    margin-bottom: 0;
    color: var(--text-white);
}

.copyright-text p {
    margin-bottom: 0;
    padding: 13px 0;
    color: var(--text-white);
    font-size: 0.9rem;
    padding-bottom: 7px;
}

.copyright-link ul li {
    list-style: none;
    display: inline-block;
    border-right:1px solid var(--text-white);
    padding: 0 10px;
    
}
.copyright-link ul li a{
    color:var(--text-white);
    font-size: 0.9rem;
}
.copyright-link ul li a:hover{
    color:var(--main-yellow-bg);
}
.copyright-link ul li:last-child{
 border-right:none;
}

.copyright-link ul {
    margin: 0;
    padding: 0;
}

.copyright-link {
    padding: 13px 0;
    float: right;
}
.exp-circle span {
    font-weight: 600;
}
.blog-date-final h5 {
    margin-bottom: 0;
}
.blog-date-final {
    position: absolute;
    z-index: 999;
    left: 12px;
    top: 10px;
    background-color: var(--main-yellow-bg);
    padding: 4px 8px 3px 9px;
    border-radius: 7px;
    line-height: 20px;
}
.blog-date {
    position: relative;
}


 .carousel-item img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .carousel-item img {
    height: 350px;
  }

  .carousel-caption h2 {
    font-size: 18px;
  }

  .carousel-caption p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

.carousel-caption h2,
.carousel-caption p,
.carousel-caption a {
  opacity: 0;
  transform: translateY(20px);
}

.carousel-item.active .carousel-caption h2 {
  animation: fadeUp 0.6s forwards;
}

.carousel-item.active .carousel-caption p {
  animation: fadeUp 0.6s 0.3s forwards;
}

.carousel-item.active .carousel-caption a {
  animation: fadeUp 0.6s 0.6s forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
  
.banner-btn a {
    background-color: var(--main-yellow-bg);
    color: var(--text-black);
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 600;
}


.carousel-caption {
    top: 50%;
    left: 10%;
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
    text-align: left;
    width: 36%;
}
.carousel-caption span {
    color: var(--text-black);
    font-weight: 500;
}


.carousel-caption h2 {
    font-size: 3.4rem;
    line-height: 66px;
    color: var(--text-white);
    text-transform: uppercase;
    font-weight: 900;

}

.carousel-caption p{
 color:var(--text-white);
 line-height: 25px;
}

@media (max-width: 768px) {
  .carousel-caption {
    left: 15px;
    right: 15px;
    top: auto;
    bottom: 20px;
    transform: none;
    text-align: center;
  }
}

.aboutus-section-content h5 {
    font-weight: 600;
}

.read-more-link {
    margin-bottom: 12px;
    margin-top: 30px;
}
.choose-box-text h4 {
    font-weight: 700;
    line-height: 30px;
}

.banner-slide {
  position: relative;
}

.banner-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* black overlay */
  z-index: 1;
}

.banner-slide img {
  display: block;
}

.banner-slide .carousel-caption {
  position: absolute;
  z-index: 2; /* keep text above overlay */
}


section#inner-header {
    background: url(../img/inner-header.png) no-repeat;
    min-height: 170px;
    background-position: center;
    background-size: cover;
    display: flex;
  align-items: center;
  justify-content: center;
}
.inner-breadcrumb ul li p {
    margin-bottom: 0;
    color:var(--text-white);
}
.inner-breadcrumb ul li {
    list-style: none;
    display: inline-block;
}
.inner-breadcrumb ul li a{
 color:var(--text-white);
}

.inner-breadcrumb ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0;
  list-style: none;
}
.inner-breadcrumb ul li:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  color:#fff;
}
.inner-breadcrumb h2 {
    color: #fff;
    margin-bottom: 4px;
    font-size: 2.1rem;
    font-weight: 800;
}
.inner-breadcrumb {
    text-align: center;
}
.doctor-list-new {
    border: 1px solid #ddd;
    min-height: 150px;
    border-radius: 10px;
    padding: 10px 10px;
    margin-bottom: 20px;
}

a.nav-link {
    color: var(--text-black);
}
.doc-info-details {
    background-color: var(--light-grey);
    padding: 15px 20px;
    border-radius: 10px;
}
.doctor-description h2 {
    margin-bottom: 3px;
    font-size: 1.85rem;
}

.doctor-description p {
    margin-bottom:10px;
}
.doctor-description {
    border-bottom: 1px dashed #cfcfdb;
}
.doc-info-img img {
    border-radius: 10px;
}
.doc-info-img img {
    width: 100%;
    height: 100%;
}


.doc-info-img {
    height: 356px;
    width: 356px;
    object-fit: cover;
}
.doc-exp-expert
{
    background-color: var(--light-grey);
    /* padding: 15px 20px; */
    /* height: calc(100vh - 182px); */
    border-radius: 10px;
    padding-bottom: 0;
}
.doc-exp-expert h3 {
    border-bottom: 1px dashed #cfcfdb;
    padding-bottom: 10px;
    font-size: 1.5rem;
}
.doc-exp-expert table.table {
    background-color: transparent !important;
}
.doc-exp-expert table.table td {
    background-color: transparent !important;
    padding: 5px 2px;
}


.doc-exp-expert table.table h5 {
    font-weight: 600;
    font-size: 1.1rem;
}

.doctor-personal-info {
    background-color: var(--light-grey);
    padding: 11px 15px;
    border-radius: 10px;
    padding-bottom: 10px;
}
.doctor-personal-info h4 {
    border-bottom: 1px dashed #a1850e;
    padding-bottom: 10px;
    font-size: 1.35rem;
}

.doctor-personal-info table.table {
    background-color: transparent !important;
}
.doctor-personal-info table.table td {
    background-color: transparent !important;
    padding: 5px 2px;
    border-bottom: none;
}
.book-btn a {
    background-color: var(--main-yellow-bg);
    color: var(--text-black);
    padding: 12px 15px;
    border-radius: 10px;
    font-weight: 600;
    display: block;
    text-align: center;
    font-size: 1.15rem;
}


.need-help-box {
    border: 1px solid #ddd;
    padding: 10px 15px;
    min-height: 190px;
    border-radius: 10px;
}
.search-btn a {
    background-color: var(--text-black);
    color: var(--text-white);
    padding: 6px 15px;
    border-radius: 7px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    height: 40px;
}
.search-btn a:hover {
    background-color:#333;
    color: var(--text-white);
}
.appointment-text-form select {
    height: 40px;
}

.appointment-text-form input {
    height: 40px;
}
.border_full{
 border:1px solid #ddd;
}
.doctor-img {
    width: 115px;
    height: 135px;
}
.doctor-img img {
    width: 100%;
    height: 100%;
}
.doctor-main-box {
    display: flex;
    gap: 20px;
}
.book-form-btn a {
    background-color: var(--main-yellow-bg);
    color: var(--text-black);
    padding: 10px 15px;
    border-radius: 7px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    height: 45px;
    display: block;
}
.day_available h5 {
    margin-bottom: 2px;
    font-size: 1.15rem;
}
.need-help {
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 10px 13px;
    padding-bottom: 5px;
}
.need-help p {
    margin-bottom: 10px;
    font-size: 15px;
}
.need-help h4 {
 margin-bottom:4px;
}
.call_icon h5 i {
    margin-right: 7px;
}
.booking_form label{
 font-weight: 600;
}
.select-date label {
    font-weight: 600;
}
.time-slot {
    padding: 7px 0;
    height: 330px;
    overflow-y: scroll;
}
.toggle-list label {
    padding: 4px 6px;
    margin-bottom: 2px;
}

.toggle-list {
    width: 32%;
    display: inline-block;
    margin-bottom: 7px;
}
.main-div-tab {
    display: inline-block;
}

.time-slot h6 {
    margin-top: 10px !important;
    font-weight: 600;
}


/* HEADER STICKY */
#navigation-list {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    transition: all 0.4s ease;
}

/* SCROLL EFFECT */
#navigation-list.sticky {
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    animation: smoothSlide 0.4s ease;
}

/* OPTIONAL NAVBAR PADDING REDUCE */
#navigation-list.sticky .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
    transition: 0.3s;
}

/* ANIMATION */
@keyframes smoothSlide {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@media (max-width: 991px) {
    #navigation-list {
        margin-top: 0 !important;
    }
}




.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: var(--main-yellow-bg);
    color:#000;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: var(--main-yellow-bg);
    color:#000;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}
.select2-container--default .select2-selection--multiple
{
    border: 1px solid #dee2e6 !important;
}
.select2-container .select2-selection--multiple {
    padding: 1px 5px !important;
    font-size: 16px !important;
    border-radius: 5px;
}
.select2-container .select2-selection--multiple{ height: 40px !important;}

