:root {
  --iconfontsize: 0.875rem;
  --primarycolor:#153C33;
  --secondarycolor:#619E90;
  /* 249178 */
  	/* --accent-color			: #7b89b4;
    --primary-color			: #2d4587; */
  /* --primarycolor:#0390b2;
  --secondarycolor:#4bbcef; */
}
.topbar-social-links ul li a i{
    font-size: var(--iconfontsize);
}
.topbar-social-links ul li{
    margin-right: 0.5rem;
}
.navbar{
 padding: 0.5rem 0;
}
.navbar-brand img,.footer-logo img{
    max-width: 150px;
}
.main-menu ul ul li {
    margin-bottom: 0.4rem;
}

/* .footer-logo img{
    filter: brightness(100);
} */
.whats-float,.call {
    position: fixed;
    transform:translate(135px,0px);    
    right:0;
    width:180px;
    overflow: hidden;
    background-color: var(--primary-color);
    color: #FFF;
    /* border-radius: 2px 0 0 2px; */
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}
.whats-float{
    bottom: 20%;
}
.call{
      bottom: 30%;
}
.whats-float a span,.call a span {
    color: white;
    font-size: 18px;
  font-family: "Lato",sans-serif;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 180%;
    font-weight: bolder;
}

.whats-float i,.call i {
    font-size: 24px;
    color: white;
    line-height: 30px;
    padding: 10px 20px 10px 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;
    padding-left: 15px;
}

.whats-float:hover,.call:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float:hover i ,.call:hover i  {
    transform:rotate(360deg);
}



.home-contact-us{
    padding: 2rem 0;
}
/* .home-contact-item .icon-box img{
    filter: brightness(100);
} */

.main-footer {
    padding:40px 0 0;
}
.footer-copyright
{
    padding: 8px 0;
    margin-top: 20px;
}

 /* custom css slider  */


/* custom css slider end  */
/* .hero.bg-image .hero-content .section-title h1{
    font-size: 3.6rem;
} */

.hero-slider-layout .hero-slide::before{
    opacity: 0%;
}
.hero-slider-layout .hero-slide{
   height: 85vh;
}
.hero-slider-layout .hero-slide .hero-slider-image img{
    object-fit: contain;
    
}
.topbar-contact-info ul li a{
    font-size: 14px;    
}
.service-item .icon-box img
{   
    max-width: 80px;
    object-fit: cover;
    object-position: center;
}
.service-item .icon-box{
    background-color:#fff;
}
@media (max-width:767px) {
     .hero-slider-layout .hero-slide{
   height: auto;
}
.hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image{
    position: relative;
}
.hero-slider-layout .hero-slide{
    padding: 0px 0 0px;
}
 .hero-slider-layout .hero-slide .hero-slider-image img{
    height: 100% !important;
    object-fit: contain;
    object-position: center;

 }
.accordion-header .accordion-button{
        font-size: 16px;
}
.service-body{
    padding-bottom: 10px;
}
    
}
.service-footer{
    position: absolute;
    bottom: 10px;
    left: 25px;
}

.service-item .service-body h3{
    margin-bottom: 10px;
}


#container {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-wrapper:nth-of-type(2) {
  clip-path: inset(0px 0px 0px 50%);
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: .2rem;
  height: 100%;
  background-color: #FAFAFA;
  z-index: 2;
}

/* Range Slider */
#container input {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 3;
}

#container input::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 2.25rem;
  width: 2.25rem;
  border: .25rem solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23000"><path d="M286.15-293.85 100-479.62l185.77-185.76 42.15 41.76-113 113.62h530.16l-113-113.62 42.15-41.76L860-479.62 674.23-293.85l-42.54-41.77 113.39-114H214.54l113.38 114-41.77 41.77Z"/></svg>');
  background-size: cover;
  cursor: grab;
}

#container input:active::-webkit-slider-thumb {
  cursor: grabbing;
}

/* Buttons in corners */
.corner-btn {
  position: absolute;
  top: 10px;
  padding: 0.3rem 0.8rem;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.9rem;
  z-index: 5;
}

.corner-btn.left {
  left: 10px;
}

.corner-btn.right {
  right: 10px;
}

.corner-btn:hover {
  background: rgba(0,0,0,0.8);
}
.breadcrumb-item+.breadcrumb-item::before{
      float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");

}
.hero-content-body .btn-default.btn-highlighted{
  margin-left: 0px;
}
.hero-content-body{
      border-bottom: 0px solid var(--dark-divider-color);
}
.need-attention .container{
  max-width: 1300px;
}
/* .need-attention .service-item:hover .service-body p{
    color: var(--text-color);

} */
.service-item{
  z-index: 1;
}
.section-title{
  margin-bottom:20px;
}

.service-entry ul li
{
      width: 100%;
      padding-left: 30px;
}
.service-entry ul li:before {
  top: 3px;
    left: 5px;
}
.service-item .breastservice img{
  width: 40px !important;
}
.footer-info-box-content p a {
  color: #fff;
}
.imggallery-items .photo-gallery figure::after{
  display: none;
  
}
.homepageabout {
  border-bottom: 0px solid transparent !important;
}

.topbar {
 background: linear-gradient(to bottom, #1540774d, /* solid top */ transparent /* bottom fades into whatever is behind */);
}


.topbar-social-links ul li a{
  color: #2b2e31;
}
.topbar-contact-info ul li a img,.footer-info-box .icon-box img{
  filter: brightness(0);
}
.about-footer-content p,.about-working-hour h3, .about-service-list h3, .footer-contact h3,.about-service-list ul li a,.footer-info-box-content p a,.footer-social-links ul li a i,.footer-copyright-text p,.footer-info-box-content p,.footer-links,.topbar-contact-info ul li a{
  color: var(--primary-color);
}
.main-footer{
  background-color: #fff;
}
.main-menu ul ul{
  background-color: var(--primary-color);
  border-radius: 0px;
}
.main-menu ul ul li{
  margin-bottom: 0px;
}
.main-menu ul ul li a{
  color: #fff;
   display: block;
}
.main-menu ul ul li:hover a{
 color: var(--accent-color) !important;
 background-color: #fff;
 display: block;
 transition: all 0.2s linear;

}
footer .about-service-list ul li{
  margin-bottom: 0px;
}
.footer-contact-details .footer-info-box{
  margin-bottom:10px;
}
h1, h2, h3, h4, h5, h6{
 margin-bottom: 0.75rem !important;
}
p{
  line-height: 1.45rem;
  margin-bottom: 1rem !important;
  margin-top: 0px !important;
 
}
.footer-copyright{
  font-size: 15px;
}
.service-item:before{
display: none;
}

.service-item:hover{
 box-shadow: 0px 10px 10px #94a5bd3b;
  transition: all 0.2s linear;
}
.service-item:hover .service-body p{
  color: var(--text-color);
}
.homeservice .service-item:before{
display: block;
}
.homeservice .service-item:hover .service-body p{
color: #fff;
}
ul li{
  line-height: 1.45rem;
}
.solution-plan-content .section-title h3,.our-testimonial .section-title h3,.quality-treatment-content .section-title h3{
  background: var(--accent-color);
  color: #fff;
}
.section-title h3{
  background: var(--accent-color);
  color: #fff;
}
.treatmentservice .section-title h3{
  color: var(--accent-color);
  background-color: #fff;
}
 .go-to-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
       border: 1px solid var(--primary-color) !important;
     background-color: var(--primary-color);
     color: #FFF;
      border: none;
      border-radius: 50%;
      padding: 10px;
      font-size: 24px;
      display: none;
      cursor: pointer;
      z-index: 1000;
      width: 50px;
      height: 50px;
      transition: all 0.3s linear;
    }

    .go-to-top:hover {
      background-color: transparent;
      color: var(--primary-color) ;
       z-index: 1000;
    }
    .appointment-form .form-control
{
  padding: 10px 20px;
}
.form-select
{
      background-size: 10px 12px;
}

.scrolling-content span img{
  filter: brightness(0.5);
}
.page-single-post {
padding-bottom: 0px;
}
.our-mva-item .icon-box img{
  filter: brightness(0.5);
}
.section-title h2{
  margin-bottom: 0px !important;
}
.testimonial-slider .swiper-slide,
.testimonial-slider .testimonial-text {
  user-select: text !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
}
.testimonial-slider ::selection {
  background-color: #b3d4fc; /* light blue */
  color: #000; /* black text */
}

.testimonial-slider ::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
}.testimonial-slider .swiper-slide {
  transform: none !important;
  backface-visibility: visible !important;
  -webkit-backface-visibility: visible !important;
}
.swiper-horizontal {
  touch-action: auto !important;
  user-select: text !important;
}
.service-body h3 a{
  color: var(--primary-color);
  transition: all 0.2s ease-in;
  
   font-size: 18px;
}

.service-item:hover .service-body h3 a{
   border-radius: 35px;
  display: inline-block;
  padding: 0px 10px;
  background-color:#fff;
  color: var(--primary-color);
  transition: all 0.2s ease-in-out;
 
}
.main-menu ul ul
{
  width: 280px;
}
/* .service-footer a{
  color: var(--primary-color);
  transition: all 0.2s linear;
} */