:root {
  --theme-color: #0095e5;
}

@font-face {
    font-family: 'Tomato Grotesk';
    font-weight: 600;
    src: url(../fonts/Tomato-Grotesk-semibold.woff2);
    text-rendering:optimizeLegibility;font-display: swap;
    ascent-override:100%}



@font-face {
    font-family: 'Tomato Grotesk';
    font-weight: 500;
    src: url(../fonts/Tomato-Grotesk-medium.woff2);
    text-rendering:optimizeLegibility;font-display: swap;
    ascent-override:100%}

.banner-content{
    padding: 30px 0px 0px 0px;
    padding-right: 0px;
}
.banner-content h6 {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px;
}
.banner-content p {
    line-height: 37px;
    font-size: 2rem;
    margin-top: 30px;
    margin: auto;
    font-family: "Tomato Grotesk", sans-serif;
    line-height: 1;
    letter-spacing: -0.1rem;
    font-weight: 700;
    color: #000;
}
.theme-text {
    color: var(--theme-color) !important;
}

.banner-image {
    padding-top: 20px;
    padding-bottom: 15px;
    background: #fff !important;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 25px;
}
.theme-btn-1 i{
    margin-left: 10px;
}
.theme-outline-btn{
    border-radius: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--ltn__heading-font);
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    margin-right: 15px;
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    color: var(--theme-color);
    border:1px solid var(--theme-color);
    border-radius: 25px;
}
.theme-outline-btn i{
    margin-left: 10px;
}

.slick-slide img {
    display: inline-block;
    text-align: center;
    width: 70px;
    /* border: 1px solid #7a7a7a; */
    /* border-radius: 50%; */
    padding: 10px;
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
    /* background: #fff; */
}
.banner-content .banner-awards .slick-slide img {
    display: inline-block;
    text-align: center;
    width: 100px;
    filter: grayscale(100%);
    transition: filter 0.4s ease;
    padding: 0px;
}
.banner-content .banner-awards .slick-slide{
  width: 118px !important;
}
.banner-content .banner-awards .slick-slide img:hover {
  filter: grayscale(0%);
}
.ltn__category-item-name h6{
    font-size: 14px;
    font-weight: 500;
}
.ltn__category-area .slick-slide{
    width: 170px !important;
    background: transparent;
}
.ltn__category-area {
    padding-bottom: 0px;
    padding-top: 20px;
}
.ltn__category-slider-active-six {
    /* border-bottom: 1px dashed #414242 !important; */
    /* border-top: 1px dashed #414242 !important; */
    padding-top: 60px;
}
.about-us-img-wrap img {
    width: 100%;
    border-radius: 15px;
}
.banner-services-listing{
  text-align: center;
}
.about-us-page .about-us-img-wrap img{
    width: 100%;
    background: #fff;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}
.ltn__faq-area p{
    margin-bottom: 0px;
    font-size: 16px;
}
.ltn__copyright-area a:hover{
    color:#fff;
    font-weight: 500;
}
.border-top {
    border-top: 1px dashed #414242 !important;
}
footer .ltn__social-media li a{
    width: 45px;
    height: 45px;
    display: block;
    border: 1px solid #000;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
}
.contact-info-widget{
    padding-left: 50px;
}
footer p{
    margin-bottom: 1em;
}
.ltn__testimonial-area {
    margin-bottom: 285px;
    height: 400px;
    background: var(--theme-color);
    margin-top: 120px;
}
.ltn__testimonial-area .section-subtitle-2::before {
    background-color: #fff !important;
    opacity: 0.5;
}
.ltn__testimonial-area h6{
  color:#fff !important;
}
.ltn__testimonial-area h1{
  color:#fff !important;
}
.ltn__blog-details-wrap hr {
    margin-top: 10px;
    margin-bottom: 47px;
    border-top: 1px solid #333333 !important;
}

.scroll-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 20px 5px 20px 5px;
    position: relative;
    border-top: 1px dashed #ddd;
    margin-top: 0px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 15px;
}

.scrolling-text {
  display: inline-flex;
  padding-left: 100%;
  animation: scroll-left 60s linear infinite;
}
.scrolling-text a i{
    color:#ffc107;
    margin-right: 5px;
}
.scrolling-text a {
    padding-right: 20px;
    border-right: 2px solid #000;
    margin-right: 20px;
}
.scrolling-text a:last-child{
    border-right: none !important;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.award-scroller .container .slider {
  animation: slidein 30s linear infinite;
  white-space: nowrap;

}
.award-scroller .container {
  overflow: hidden;
}
.award-scroller .container .slider .logos {
  width: 100%;
  display: inline-block;
  margin: 0px 0;
}
.award-scroller .container .slider .logos .fab {
  width: calc(100% / 5);
  animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.award-scroller{
  padding-bottom: 80px;
}

#whatsappBtn {
    position: fixed;
    bottom: 150px;
    right: 10px;
    z-index: 1000;
    background-color: #25d366;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    font-size: 40px;
    transition: background-color 0.3s ease;
}
#download-cost-sheet {
    position: fixed;
    bottom: 260px;
    right: 0px;
    z-index: 1000;
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    transition: background-color 0.3s ease;
}
#download-cost-sheet img {
    width: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
}
.seo-footer{
    background: #f5f5f7;
    padding-top: 20px;
    
}
.seo-link{
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.seo-link a{
  font-size: 14px;
}

.footer-show-btn {
    background: var(--theme-color);
    border: none;
    margin-top: 20px;
    padding-top: 5px;
    border-radius: 0;
    position: relative;
    line-height: 7px;
    color: #fff;
}
.footer-show-btn {
    width: 140px;
    margin: 0px auto;
    height: 40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.ltn__testimonial-slider-3-active .slick-list {
  overflow: hidden !important;
  padding: 0 !important;
}

.ltn__testimonial-slider-3-active .slick-slide {
  margin: 0 10px; /* space between cards */
}

.ltn__testimonial-slider-3-active .slick-track {
  display: flex !important;
}

.ltn__testimonial-slider-3-active .slick-slide > div {
  width: 100% !important;
}
.ltn__main-menu .active, .ltn__main-menu a:hover {
    color: #0095e5 !important;
    background: #ffff;
}
.ltn__call-to-action-area h1 {
    margin-bottom: 0px !important;
    font-weight: 500;
    font-size: 30px;
    text-shadow: 1px 2px 3px #494747;
}
.call-to-action-inner-6 {
    padding: 30px 60px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider.bottom-client-logo-slider {
  height: 200px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.slider.bottom-client-logo-slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider.bottom-client-logo-slider .slide {
  height: 200px;
  width: 250px;
}
.bootom-footer-btn{
  margin-top: 80px;
}
.slider.bottom-client-logo-slider .slide img{
  width: 100% !important;
  height: 100%;
}

.inner-page-top-banner {
    background: #fff;
    padding: 10px 0px;
}
.inner-page-top-banner h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Tomato Grotesk", sans-serif;
    line-height: 1;
    letter-spacing: -0.1rem;
}
.inner-page-top-banner .theme-outline-btn {
    margin-right: 0px;
}
.breadcrumb li{
    margin-top: 0px;
}
.about-us-page{
  padding: 30px 0px;
}
.team-img img {
    width: 265px;
    /* border-radius: 50%; */
    height: 260px;
    object-fit: cover;
}
.team-info h4{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0px;
}
.team-info h6 {
    color: var(--ltn__secondary-color) !important;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}
.ltn__team-details-member-info h2{
  font-size: 24px;
}
.ltn__team-details-member-info h6{
    font-size: 14px;
    font-weight: 500;
}
.team-details-img img{
    width: 100%;
    background: #fff;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}
.ltn__blog-area .ltn__blog-brief p{
    height: 90px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 16px;
}
.ltn__comment-inner p{
  margin-bottom: 10px;
}
.news-and-updates-sec .ltn__blog-details-wrap .news-img {
    width: 200px;
    margin-right: 20px;
    /* background: #fff; */
    /* padding: 10px; */
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    /* border-radius: 10px; */
}
.news-and-updates-sec .ltn__page-details-inner.ltn__blog-details-inner{
  width: 75%;
}
.news-and-updates-sec .ltn__page-details-inner .ltn__blog-title {
    font-size: 25px;
    margin-bottom: 10px;
}
.news-and-updates-sec .ltn__blog-details-wrap {
    margin-bottom: 35px;
    padding: 0px 0px;
}
.ltn__blog-area .ltn__blog-btn{
  font-size: 16px;

}



.image-comparison {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-comparison__slider-wrapper {
    position: relative;
}

.image-comparison__label {
  font-size: 0;
  line-height: 0;
}

.image-comparison__label,
.image-comparison__range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: ew-resize;
  z-index: 20;
}

@media (hover) {
  .image-comparison__range:hover ~ .image-comparison__slider .image-comparison__thumb {
    transform: scale(1.2);
  }
}

.image-comparison .image-comparison__slider-wrapper .image-comparison__range:active ~ .image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range:focus ~ .image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range--active ~ .image-comparison__slider .image-comparison__thumb {
  transform: scale(0.8);
  background-color: rgba(0, 97, 127, 0.5);
}

.image-comparison__image-wrapper--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 1px);
  height: 100%;
  overflow: hidden;
}

.image-comparison__figure {
  margin: 0;
}
.image-comparison__figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
.image-comparison__figure:not(.image-comparison__figure--overlay) {
  position: relative;
  padding-top: 66.666666667%;
}

.image-comparison__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 50%;
     object-position: 0 50%;
  overflow: hidden;
}
.image-comparison__figure--overlay .image-comparison__image {
  z-index: 1;
}

.image-comparison__caption {
    position: absolute;
    bottom: 12px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}
@media screen and (max-width: 40.063em) {
  .image-comparison__caption {
    font-size: 12px;
  }
}

.image-comparison__caption--before {
  left: 12px;
  z-index: 2;
}

.image-comparison__caption--after {
  right: 12px;
  text-align: right;
}

.image-comparison__caption-body {
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.55);
    font-size: 12px;
}

.image-comparison__slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
  z-index: 10;
}
.image-comparison__range--active ~ .image-comparison__slider {
  background-color: rgba(255, 255, 255, 0);
}

.image-comparison__thumb {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0091df;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
  transform-origin: center;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.image-comparison__range::-webkit-slider-runnable-track {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-moz-range-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-webkit-slider-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-ms-fill-lower {
  background-color: transparent;
}

.image-comparison__range::-ms-track {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: transparent;
  outline: none;
  cursor: col-resize;
}

.image-comparison__range::-ms-thumb {
  width: 0.5%;
  height: 100%;
  opacity: 0;
}

.image-comparison__range::-ms-tooltip {
  display: none;
}


.about-image-content .d-flex {
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 0px 5px;
}
.about-image-content h6 {
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 15px;
    padding: 0px 15px;
    font-family: "Tomato Grotesk", sans-serif;
    line-height: 1;
    letter-spacing: -0.1rem;
}
.about-image-content{
    padding: 0px 0px 0px 0px;
    border: 0px solid #ccc;
    border-top: none;
    margin-bottom: 35px;
}
.about-image-content p {
    border-right: 1px solid #ccc;
    padding-right: 5px;
    margin-right: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    font-size: 13px;
    width: 100px;
    text-align: center;
}
.about-image-content p:last-child{
  border-right: none !important;
}
.about-image-content p i {
    margin-right: 0px;
    color: #fff;
}
.about-image-content .ltn__blog-meta-btn{
    padding: 0px 15px;
}
.ltn__service-area h3 {
    font-size: 14px;
    font-family: "Tomato Grotesk", sans-serif;
    line-height: 1;
    letter-spacing: 0rem;
    font-weight: 400;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ltn__service-area .ltn__feature-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-content .accordion-button{
  padding-left: 0px;
}
.service-content .accordion-button span{
   margin-right: 10px;
   color: var(--theme-color);
}
.service-content .single-que h2 {
    font-size: 16px;
    font-weight: 600;
}
.service-content .que-ans p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.service-content .que-ans .show-more-button {
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: underline;
}
.service-content .single-que{
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.service-content .accordion-body{
  padding-left: 0px;
  padding-right: 0px;
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.contact-for-enquiry-form .btn.theme-btn-1.btn-effect-1{
    width: 150px;
    justify-content: center;
}
.w-270px{
  width: 270px !important;
}
.header-logo {
    width: 13%;
    max-width: 13%;
}
.header-menu-column{
    justify-content: space-between !important;
}
.about-author-info-2-contact a:hover{
  color:#fff;
}
.about-img-1{
  margin-top: -70px ;
}
.about-img-3{
    margin-top: -80px;
}
.about-img-2{
  margin-bottom: 40px;
}
.ltn__feature-item.ltn__feature-item-6 .ltn__feature-info h4{
    line-height: 1.2;
    font-family: "Tomato Grotesk", sans-serif;
    letter-spacing: 0rem;
    font-size: 25px;
}

.s-soft {
    border: 1px solid #ccc;
    position: fixed;
    top: 225px;
    left: 10;
    z-index: 99;
    transition: all linear 0.2s;
    border-radius: 4px;
}
.s-soft a:last-child{
  border-bottom: none !important;
}
.s-soft a:first-child{ border-radius: 0 5px 0 0;
}
.s-soft a:last-child{ 
  border-radius: 0 0 5px 0;
}
.s-item {
    display: block;
    width: 45px;
    height: 50px;
    color: #000;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    transition: all linear 0.2s;
    cursor: pointer;
    background: #fff !important;
    border-bottom: 1px solid #ccc;
}
.s-item:hover { 
  border-radius:0px 0px 0px 0px; 
  color: #fff; 
  background: var(--theme-color) !important; 
}
#so-open { 
  position: fixed;
  top: 100px ;
  left: -90px;
  border-radius:0 30px 30px 0;
transition:all linear 0.2s ;
}
.facebook {background-color:  #3b5999;}
.twitter {background-color: #3AAFD6;}
.print {background-color: #25d366;}
.pinterest{background-color: #BD081C;}
.linkedin{background-color: #0e76a8 ;}
.instagram{background-color:  #c32aa3;}
.so-collapse{left: -60px; }
.footer-logo .site-logo{
  width: 215px;
}



/* Container for the entire carousel */
.multi-carousel-container {
  cursor: grab;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

/* Cursor styles for dragging */
.multi-carousel-container.dragging,
#multiCarousel.dragging {
  cursor: grabbing;
}

/* Wrapper for all slides */
.multi-carousel-inner {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Individual slide */
.multi-carousel-item,
.clone {
  box-sizing: border-box;
  flex: 0 0 20%;
  padding: 0 10px;
  position: relative; /* Essential for item-number positioning */
  height: 230px;
}

/* Control buttons */
.multi-carousel-control-prev,
.multi-carousel-control-next {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  width: 40px;
  z-index: 10;
  display: none;
}

.multi-carousel-control-prev:hover,
.multi-carousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.multi-carousel-control-prev {
  left: 10px;
}

.multi-carousel-control-next {
  right: 10px;
}

/* Image container with dynamic height */
.img-container {
  border-radius: 1.5rem;
  height: 230px;
  overflow: hidden;
  position: relative;
}

/* Image styling */
.img-container img,
#carouselInner img {
  height: 100%;
  object-fit: cover;
  object-position: top;
  pointer-events: none;
  user-drag: none;
  width: 100%;
  -webkit-user-drag: none;
  transition: transform 0.3s ease;
}

.img-container:hover img {
  transform: translateZ(0) scale(1.02);
}

/* Item number styling - guaranteed visibility */
.item-number {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: inline-flex;
  font-size: 120%;
  font-weight: bold;
  height: 35px;
  justify-content: center;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 35px;
  z-index: 2; /* Higher than default but below controls */
  /* Isolation prevents z-index context issues */
  isolation: isolate;
}

/* Carousel cursor styling */
#multiCarousel {
  cursor: grab;
  touch-action: pan-y;
}

/* Disable text selection during drag */
#multiCarousel.dragging {
  user-select: none;
  -webkit-user-select: none;
}

/* Responsive adjustments for screens smaller than 720px (45em) */
@media (max-width: 45em) {
  .multi-carousel-item,
  .clone {
    flex: 0 0 100%;
  }
}

footer p{
  font-size: 16px;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 0px;
    border: solid 1px #a9a9a9;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 30px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 310px;
    margin-bottom: 20px;
    float: right;
}
.nice-select:after{
  display: none;
}
.team-img {
    padding: 20px 20px 0px 20px;
}
.question-list{
  margin-top: 25px;
}
.question-list .single-question a{
    font-size: 16px;
    color: var(--theme-color);
}
.question-list .single-question p{
    font-size: 16px;
}
.question-list .single-question{
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}
.question-list .single-question:last-child{
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.question-list .single-question .text-muted {
    color: #6c757d !important;
    font-size: 10px;
    margin-top: 5px;
}
.home-page-support {
    background: #f5f5f7;
    padding: 40px 30px;
    margin-top: 80px;
    box-shadow: rgba(0, 149, 229, 0.3) 0px 1px 2px 0px, rgba(0, 149, 229, 0.15) 0px 2px 6px 2px;
    margin-bottom: 120px;
    border-radius: 5px;
}
.home-page-support h2{
    line-height: 1.2;
    font-family: "Tomato Grotesk", sans-serif;
    letter-spacing: -0.1rem;
    font-size: 40px;
}
.chosen-container{
  width:310px !important;
  margin-bottom: 20px;
  text-align: left !important;
}
.chosen-container-single .chosen-single {
    height: 40px !important;
    border: 1px solid #aaa !important;
    border-radius: 0px !important;
    background-color: #fff !important;
    background: #fff !important;
    color: #000 !important;
    line-height: 38px !important;
    font-size: 16px !important;
    text-align: left !important;
}
.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background-position-y: 10px !important;
}
.banner-awards {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 35px;
}

.banner-services-listing a {
    background-color: #fff;
    padding: 5px 15px;
    margin-left: 0px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.service-content h4{
  font-size: 35px;
  font-family: "Tomato Grotesk", sans-serif;
  line-height: 1;
  letter-spacing: -0.1rem;
  margin-bottom: 25px;
  color:#0095e5;
}
.service-content .service-name{
    margin-bottom: 25px;
}
.service-content .service-name p {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
}
.services-right-side-price {
    align-items: center;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    padding: 10px 20px 10px 20px;
    width: 390px;
    /* justify-content: start; */
}
.services-right-side-price .rating-stars{
    margin-top: -5px !important;
}
.services-right-side-price .d-block.text-center.service-ratings {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-left: 20px;
    padding-left: 20px;
}
.check-review-btn{
    font-size: 10px;
    color: #8b8686;
    text-decoration: underline;
}
.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 0px 0px 25px 0px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    cursor: pointer;
    font-size: 1em;
    top: 60%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: var(--theme-color);
}
    

.testim .arrow.left {
    left: 0px;
}

.testim .arrow.right {
    right: 0px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid var(--theme-color);
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: var(--theme-color);
    font-size: 25px;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 18px;
    color: #333;
    width: 90%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}

.nav-pills .nav-link {
    color: var(--theme-color) !important;
    padding: 10px 50px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #fff;
    color: var(--theme-color) !important;
    border-bottom: 3px solid var(--theme-color);
    border-radius: 0px;
}
.image-gallery-page .tab-content {
    border: none !important;
}

.image-gallery-page .ltn__section-title-2 .section-title {
    font-size: 30px !important;
    letter-spacing: -0.1rem !important;
}
iframe{
    max-width: 100%;
}
.image-gallery-page .about-image-content {
    padding: 0px 0px 5px 0px;
}
.image-gallery-page .about-image-content .d-flex {
    margin-bottom: 5px;
}
.image-gallery-page .ltn__blog-meta-btn a{
  font-size: 14px;
}
.sticky-active .site-logo-wrap .site-logo {
    width: 90px;
}
.sticky-active .site-logo a {
    padding: 0px;
}
.image-gallery-page .about-image-content h6 {
    padding: 10px 0px;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0px;
    padding: 10px 15px;
    font-family: "Tomato Grotesk", sans-serif;
    line-height: 1;
    letter-spacing: -0.1rem;
    background: #343434;
    color: #fff;
}
.image-gallery-page .about-image-content .d-flex {
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
    padding: 0px 5px;
    border-top: 1px solid #ccc;
    background: #343434;
    color: #fff;
}
.image-gallery-page .about-image-content p {
    border-right: 1px solid #ccc;
    padding-right: 5px;
    margin-right: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    font-size: 14px;
    width: 33%;
    text-align: center;
    padding-top: 5px;
    color: #fff;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 0rem;
    list-style: none;
    font-size: 14px;
}
.footer-logo img {
    max-width: 60%;
}
.treatment-title a{
    color: #fff;
    font-size: 14px;
    padding-right: 10px;
}
.video-title-content{
    margin-top: 10px;
    color: #fff;
    padding: 0px 20px;
}
.image-gallery-page .single-video {
    background: #343434;
    height: 310px;
    padding: 40px 0px;
    border-radius: 8px;
}
.image-gallery-page .single-video img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.video-title-content .video-title{
    width: 330px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.service-video-testimonial .video-title-content {
    margin-top: 6px;
    padding: 0px 10px;
}
.service-video-testimonial.image-gallery-page .single-video {
    height: 200px;
    padding: 25px 0px;
}
.service-video-testimonial.image-gallery-page .single-video img {
    height: 140px;
}
.service-video-testimonial .video-title-content .video-title {
    font-size: 14px;
}
.top-bar {
    padding-top: 0px;
    padding-bottom: 0px;
}
.top-bar p {
    margin-bottom: 0px;
    color: #fff;
}
.top-bar ul {
    display: flex
;
    list-style: none;
    margin-bottom: 0px;
    align-items: center;
    background: #f5f5f7;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    /* border-radius: 30px; */
    border-top-left-radius: 0px;
    border-bottom-left-radius: 10px;
    margin-bottom: 5px;
}
.top-bar ul li i{
    margin-right: 2px;
}
.top-bar ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: -29px;
    border-top-color: #0095e5;
    border-top-style: solid;
    border-top-width: 49px;
    border-left: 30px solid transparent;
    width: 0;
    display: none;
}
.top-bar ul li:first-child {
    border-left: none;
}
.top-bar ul li {
    color: #6e6e73;
    font-size: 14px;
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #6e6e73;
    margin-top: 0px;
}
 .award-scroller {
    padding-bottom: 0px;
    background: #fff;
    padding: 5px 0px;
    border-radius: 10px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; */
}
 .banner-awards {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
 .banner-awards .slider .logos img{
    width: 80px;
    margin-right: 40px;
}

.bg-offset-hero::after {
	position: absolute;
	content: '';
	width: 75%;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	background-color: var(--theme-color);
}

.quote_ {
	opacity: 0.1;
}

@media (max-width: 767.98px) {
	.bg-offset-hero::after {
		width: 100%;
	}
}

.testimonials-slider .col-md-4 .testimonial-left-side{
    position: relative;
    padding: 0px 30px;
}
.testimonials-slider h3{
    color:#fff !important;
}
.testimonials-slider .testimonial-left-side p{
    color:#fff !important;
}
.carousel-single-item {
    position: relative;
    padding: 60px 40px;
    border-radius: 10px;
    background: aliceblue;
}
.carousel-single-item p{ 
    font-size: 1rem;
}
.testimonials-slider{
    margin-top: 80px;
    margin-bottom: 80px;
}
.testimonials-slider .bg-offset-hero {
    padding-bottom: 30px !important;
    padding-top: 100px !important;
}

.album-image-count{
    position: absolute;
    top: -58px;
    right: 25px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    box-shadow: rgba(0, 149, 229, 0.3) 0px 1px 2px 0px, rgba(0, 149, 229, 0.15) 0px 2px 6px 2px;
}
.cover-photo{
    background: #f5f5f7;
    padding: 1px 0px 10px 10px;
    border-radius: 15px;
}
.dental-camp-album{
    padding-top: 100px;
    padding-bottom: 50px;
    margin-top: 100px !important;
}
.cover-photo.folder-1{
    margin-top: -70px;
}
.cover-photo.folder-3{
    margin-top: -80px;
}
.cover-photo.folder-3 .album-image-count {
    top: -65px;
}
.cover-photo.folder-2{
    margin-bottom: 40px;
}
.cover-photo.folder-2 .album-image-count {
    top: 13px;
}
.cover-photo.folder-4 .album-image-count {
    top: 12px;
}
.view-album-button {
    top: 15px;
    position: absolute;
    right: 68px;
    display: none;
    transition: all 0.3s ease;
}
.album-block:hover .view-album-button {
  display: block;
}
.album-block .theme-outline-btn {
    font-size: 16px;
    padding: 6px 15px;
}
.album-block.folder-div-3 .view-album-button {
    top: -8px;
}
.album-block.folder-div-2 .view-album-button {
    top: 77px;
}
.album-block.folder-div-4 .view-album-button {
    top: 77px;
}
.footer-top-links1 ul {
    margin-left: 0px;
    margin-top: 20px;
    padding-left: 0px;
}
.footer-top-links1 ul li {
    color: #fff;
    list-style: disc;
    padding: 0px 16px;
    padding-left: 0px;
    display: block;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    margin-top: 0px;
}
.footer-top-links1 ul li a {
    color: var(--theme-color);
    margin-right: 5px;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 420px;
    display: block;
}
.footer-top-links1 ul li a::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    left: 0;
    margin-right: 8px;
    position: relative;
    top: 0;
    color: #1f3915;
    font-size: 12px;
}
.footer-top-links1 ul li a span {
    color: #1f3915;
    margin-right: 5px;
    font-size: 13px;
    /* font-weight: 500; */
}
.footer-categories-goolge-link .row{
    border-bottom:1px dashed #000;
}
.footer-categories-goolge-link2 .row{
    border-bottom:1px dashed #000;
    padding-bottom: 20px;
}


#modalBookVideoConsultation .video-icon {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(180deg, var(--blue), var(--blue-dark));
    color: #fff;
    font-weight: 700;
}

#modalBookVideoConsultation .qr-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 10px 6px 18px 6px
}

#modalBookVideoConsultation .qr-box {
    width: 220px;
    height: 220px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #f7fbfd;
    border: 1px solid #f0f6f9;
    padding: 8px;
}

#modalBookVideoConsultation .qr-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px
}

#modalBookVideoConsultation .qr-caption {
    font-size: 14px;
    color: var(--muted);
    text-align: center;
    max-width: 340px;
    margin-bottom: 0px;
}

/* CTA */
#modalBookVideoConsultation .cta {
    margin-top: 6px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    padding: 0 12px 8px;
}

#modalBookVideoConsultation .join-btn {
    width: 100%;
    max-width: 320px;
    padding: 12px 16px;
    border-radius: 10px;
    border: 0;
    background: var(--blue);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
    transition: background .12s ease, transform .08s ease;
    box-shadow: 0 6px 18px rgba(3, 82, 155, 0.12);
}

#modalBookVideoConsultation .join-btn:active {
    transform: translateY(1px)
}

#modalBookVideoConsultation .join-btn:hover {
    background: var(--blue-dark)
}

/* small note */
#modalBookVideoConsultation .note {
    font-size: 13px;
    color: var(--muted);
    text-align: center;
    padding: 4px 16px 8px
}

/* tiny tooth watermark */
#modalBookVideoConsultation .tooth {
    position: absolute;
    right: 18px;
    bottom: 12px;
    opacity: 0.12;
    width: 36px;
    height: 36px;
    pointer-events: none
}
#modalBookVideoConsultation .modal-title {
    font-size: 24px;
    text-align: center;
}
#modalBookVideoConsultation{
    padding: 30px;
}
#modalBookVideoConsultation .modal-content {
    padding: 30px;
}
#modalBookVideoConsultation .modal-body {
    padding: 10px;
}
/* Responsive */
@media (max-width:420px) {
    #modalBookVideoConsultation .qr-box {
        width: 168px;
        height: 168px
    }

    #modalBookVideoConsultation .modal-card {
        padding: 16px
    }

    #modalBookVideoConsultation .modal-title {
        font-size: 16px
    }
}

.image-comparison.image-gallery-page .section-title-area a{
    font-size: 18px;
}
#modalBookVideoConsultation .btn-close {
    top: 15px;
    position: absolute;
    right: 15px;
}

.ltn__header-sticky.sticky-active .site-logo a{
    margin-top: 35px;
} 



/*===== TESTIMONIAL STYLE ONE =====*/
.testimonial-one {
    padding-top: 0px;
    padding-bottom: 100px;
    background-color: #f5f5f7;
    padding-top: 65px;
    margin-bottom: 60px;
    margin-top: 50px;
}
.testimonial-one .section-title-seven {
  text-align: center;
  max-width: 550px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-one .section-title-seven {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .testimonial-one .section-title-seven {
    margin-bottom: 35px;
  }
}
.testimonial-one .section-title-seven span {
  text-transform: uppercase;
  color: var(--primary);
  display: inline-block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
}
.testimonial-one .section-title-seven h5 {
  font-weight: 600;
  margin-bottom: 7px;
  color: var(--primary);
  text-transform: uppercase;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .testimonial-one .section-title-seven h5 {
    font-size: 0.8rem;
  }
}
.testimonial-one .section-title-seven h2 {
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 15px;
}
.testimonial-one .section-title-seven h2::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 3px;
  width: 50px;
  background-color: var(--primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-one .section-title-seven h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .testimonial-one .section-title-seven h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.testimonial-one .section-title-seven p {
  color: var(--dark-3);
}
.testimonial-one .testimonial-one-active {
  margin: 0;
}
.testimonial-one .testimonial-one-wrapper {
  position: relative;
}
.testimonial-one .testimonial-one-wrapper .tns-nav {
  position: absolute;
  z-index: 2;
  bottom: -40px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-one .testimonial-one-wrapper .tns-nav button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--primary);
  opacity: 0.3;
  border: 0;
  margin: 0 3px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.testimonial-one .testimonial-one-wrapper .tns-nav button.tns-nav-active {
  opacity: 1;
}
.testimonial-one .single-testimonial {
  margin-top: 30px;
  padding: 30px;
  background-color: var(--white);
  border: 1px solid var(--gray-4);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 4px 12px #00000014;
}
.testimonial-one .single-testimonial::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0%;
  background-color: var(--primary);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.testimonial-one .single-testimonial:hover::before {
  width: 100%;
}
.testimonial-one .single-testimonial .testimonial-image {
  position: relative;
  display: inline-block;
}
.testimonial-one .single-testimonial .testimonial-image img {
  width: 100px;
  border-radius: 50%;
  display: inline-block;
}
.testimonial-one .single-testimonial .testimonial-image .quote-icon {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background-color: var(--primary);
  color: var(--white);
  font-size: 18px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.testimonial-one .single-testimonial .testimonial-content {
  padding-top: 15px;
}
.testimonial-one .single-testimonial .testimonial-content .text {
  color: var(--dark-3);
}
.testimonial-one .single-testimonial .testimonial-content .author-name {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    margin-top: 10px;
    margin-bottom: 0px;
}
.testimonial-one .single-testimonial .testimonial-content .sub-title {
  font-size: 14px;
  line-height: 24px;
  color: var(--dark-3);

}

.testimonial-one .rating-star{
    margin-bottom: 10px;
}
.testimonial-one .rating-star i{
    color: #ffc107;
}
.testimonial-one p{
    margin-bottom: 10px;
}


.action-header-buttons.d-flex button {
    font-size: 16px;
    margin-right: 0px;
    border-radius: 0px;
    height: 55px;
    background: #f5f5f7;
    color: #222;
    /* border-right: 1px solid #fff; */
    border-radius: 30px;
    margin-left: 10px;
    border-color: #ddd;
}
.header-contact-no {
    background: #0095e5;
    color: #fff;
    padding: 10px 20px;
    margin-left: 13px;
    border-radius: 30px;
    font-size: 18px;
}
.top-bar ul li a {
    color: #6e6e73;
}
.text-decoration{
    text-decoration: underline !important;
}

.ltn__contact-address-icon h3{
    margin-bottom: 0px;
    margin-left: 10px;
    font-size: 20px;
}
.ltn__contact-address-item.ltn__contact-address-item-3 p{
    text-align: left;
    padding-left: 35px;
    margin-bottom: 0px;
}
.contact-page-location-map{
    margin-top: 60px;
}
.contact-page-location-map iframe{
    width: 100% !important;
}

.dental-camp-page-folder .album-image-count {
    top: 10px;
}
.dental-camp-page-folder .view-album-button {
    top: 75px;
}
.award-sec .left-img {
    position: absolute;
    width: 50px;
    top: -17px;
    left: -55px;
}
.award-sec p {
    position: relative;
    width: auto;
    margin-right: 150px;
    margin-bottom: 0px;
}
.award-sec .right-img {
    position: absolute;
    width: 50px;
    top: -17px;
    right: -55px;
}
