 
.visiondiv {
    background-image: linear-gradient(to right, #f8f9fa, rgb(13 110 253 / 7%));
    border-radius: 15px;
    padding: 20px 20px;
    color: #fff;
    margin-bottom: 20px;
}
b, strong {
    font-weight: bold;
    color: #69a422;
}


 .read-more-text {
  max-height: 17em;  
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}

.read-more-text.expanded {
  max-height: 100000px;  
}

.read-more-btn {
    background: none;
    border: none;
    color: #088fb3;
    cursor: pointer;
    padding: 0;
    font-weight: bold;
    /* margin-top: 10px; */
    text-transform: capitalize;
    text-align: left;
}

::-webkit-scrollbar {
    width: 8px
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #76b22d;
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
    border-radius: 1px
  }
  
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #1792ce;
    border-radius: 1px
  }
.sideSocial a:hover {
  border-radius: 16px 0px 0px 16px;
  width: 48px;
  background: #76b22d;
  color: #ffffff;
}

.sideSocial a:last-child {
  border-bottom-left-radius: 16px;
}

.sideSocial {
  position: fixed;
  right: 0px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  flex-direction: column;
  justify-content: start;
  direction: rtl;
}

.sideSocial a {
  width: 36px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0697be;
  color: #fff;
  border-bottom: 1px dashed #ffffff26;
}

.sideSocial a:first-child {
  border-top-left-radius: 16px;
}

.sideSocial a:last-child {
  border-bottom: 0px dashed #45474b4d;
} .social-area-tranaparent a svg {
    fill: #07a0c9 !important;
}
.social-area-tranaparent a svg:hover {
    fill: #fff !important;
}
.language::after {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 1px;
    width: 2px;
    background: #07a0c961;
    content: "";
}
.language {
    position: relative;
    display: block;
    margin-right: 25px;
    padding-right: 25px;
    text-transform: capitalize;
    font-weight: 500;
    color: #07a0c9;
}

.bg_image::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgb(18 18 19 / 0%) -16.25%, #0123340a 100%);
    z-index: -2;
    content: "";
}

.section-advantage {
    padding: 0px 0;
    margin-top: -150px;
    position: relative;
    z-index: 9;
    padding-bottom: 80px;
}
.aboutimg1 {
     height: 450px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     /* border-bottom-right-radius: 210px; */
     border-radius: 25px;
}
  .aboutimg1:after {
    content: '';
    background-color: #07a0c91c;
    width: 100%;
    position: absolute;
    top: -24px;
    bottom: -24px;
    left: 43%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 25px;
    z-index: -1;
    opacity: .7;
    /* border-bottom-right-radius: 210px; */
}
.backservices {
     height: 260px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     border-radius: 15px;
}
 .testmnial {
    width: 60px;
    height: 60px;
    border: 1px solid #8b8b8b;
    border-radius: 50%;
    padding: 5px;
}
.bg_image1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* background: black; */
 }
.backblog {
     height: 300px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     border-radius: 15px;
}
.footer-one__bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: sticky;
    padding-bottom: 60px;
    padding-top: 60px;
    clip-path: ellipse(147% 60% at 48% 60%);
 }
.footer-one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #031127ed;
    opacity: .87;
    content: "";
    z-index: -2;
}
.footer-wrapper-style-between .single-wized .body .nav-bottom a::before {
    position: relative;
    top: 0px;
    left: 0px;
    color: #ffffff;
    font-size: 14px;
    line-height: 15px;
    transform: translateX(-10px);
    opacity: 1;
    transition: all 0.2s linear;
    content: "\f054";
    margin-right: 10px;
    font-family: var(--fa-style-family,"Font Awesome 6 Pro");
    font-weight: var(--fa-style,500);
}
.mr10{margin-right: 8px;}
 .mb-10 {
    margin-bottom: 10px;
}
 .mb-20 {
    margin-bottom: 20px;
}
.backvideo {
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    border: 1px solid #f5f0f0;
}
.aboutimg2:after {
    content: '';
    background-color: #07a0c91c;
    width: 100%;
    position: absolute;
    top: -24px;
    bottom: -24px;
    right: 43%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(-50%);
    transform: translateX(50%);
    border-radius: 25px;
    z-index: -1;
    opacity: .7;
    /* border-bottom-right-radius: 210px; */
}
.aboutimg2 {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* border-bottom-right-radius: 210px; */
    border-radius: 25px;
}
 .align-items {
    align-items: center;
}
.back1 {
    position: relative;
    background: #07a0c9 !important;
    z-index: 1;
}
.back1:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/cta-bg2.webp) left top no-repeat;
    opacity: .2;
    z-index: -2;
    animation: moveUpDown 2s ease-in-out infinite alternate;
}
.back1:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/cta-bg.webp) right top no-repeat;
    opacity: .2;
    z-index: -1;
    animation: moveUpDown 2s ease-in-out infinite alternate;
}
.padding {
    padding: 15px 0 60px;
}
 .rts-single-blog {
     padding: 15px;
    border-radius: 20px;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}
 .active a {
    color: #07a0c9 !important;
}
 .language1 {
    font-weight: 600;
    text-transform: capitalize;
    color: #07a0c9;
}
.rts-section-breadcumb {
    padding: 120px 0;
}
.bg_breadcumb {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
     position: sticky;
}
.bg_breadcumb::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(18, 18, 19, 0.00) -16.25%, #012334cf 100%);
    z-index: -2;
    content: "";
}
.icon i {
    display: inline-block;
    font-size: 30px;
    border-radius: 5px;
    /* margin-left: 20px; */
    height: 75px;
    width: 75px;
    line-height: 75px;
    background: #07a0c9;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
    margin-bottom: 13px;
}
.icon i::after
  {
    position: absolute;
    right: -10%;
    bottom: -10%;
    height: 100%;
    width: 100%;
    content: "";
    background: #07a0c9;
    z-index: -1;
    border-radius: 5px;
    opacity: 0.3;
}

 #gmap_canvas {
    border-radius: 20px;
}
.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.wave path { fill: #fff;   }
 .font-weight {
    color: #72a336;
    font-weight: 600;
}
.aboutdoctor {
     height: 570px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     /* border-bottom-right-radius: 210px; */
     border-radius: 25px;
}
  .aboutdoctor:after {
    content: '';
    background-color: #07a0c91c;
    width: 100%;
    position: absolute;
    top: -24px;
    bottom: -24px;
    left: 43%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 25px;
    z-index: -1;
    opacity: .7;
 }
.backservdetails {
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
}
  .service-details .inner-content {
    padding: 18px 20px;
    border: 1px solid rgb(7 160 201 / 33%);
    border-radius: 20px;
    margin-top: 15px;
}
.single-sidebar-wized   .active {
    background: var(--color-primary);
    color: #fff;
}
.single-sidebar-wized .active p {
    color: #fff;
}
.single-sidebar-wized .active i {
    color: #fff;
}
  .single-sidebar-wized .active .title {
      color: #fff;
}
 .labelcontact {
    color: #07a0c9;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.labelbook {
    color: #acf256;
    margin-bottom: 5px;
    text-transform: capitalize;
}
  
 .lg-counter{
    display: none !important;
}
.sideSocial a svg {
    fill: #ffffff;
}
.social-area-tranaparent ul li a:hover
  {
    color: #ffffff;
     background: #89c53f;
 }
 .social-area-tranaparent ul li a svg:hover {
    fill: #ffffff;
     background: #89c53f;
}
 .sic {
    color: #99e23f;
}

 .lg-next, .lg-prev { 
    display: none !important;
}
 .max-width {
    max-width: 50px !important;
}
@media (min-width: 0px) and (max-width: 991px)
{
     .footer-one__bg {
        padding-bottom: 0px;
    padding-top: 30px;
  }
    .container-wrapper-faq .accordion .accordion-item .accordion-header button {
    font-size: 18px;
 }
 .header--sticky.sticky {
    position: absolute !important;
    
}
    .thumbnail-appoinment img {  display: none; }
    .aboutdoctor {  height: 375px; }
   .flex-direction { flex-direction: column-reverse; }
 .aboutimg1 {  height: 320px; }
    .backservices {  height: 220px; }
.aboutimg2 {  height: 320px; }
.bg_image {  height: 465px;  position: sticky; }
.section-advantage {
    padding: 0px 0;
    margin-top: 20px;
    position: relative;
    z-index: 9;
    padding-bottom: 50px;
}
.backblog {  height: 240px;  }
.backvideo { height: 310px; }
.title-area-center .title { margin-top: 14px; margin-bottom: 0;}
.padding { padding: 20px 0 20px; }
.single-contact-information-card {  padding: 25px; }
.single-contact-information-card .icon {  margin-bottom: 12px; }
.rts-section-breadcumb { padding: 40px 0; }
.appoinment-area-main form .half-input-wrapper { gap: 0px; }
.request-appoinemnt-area-main-wrapper {  padding: 60px 0 !important; }
    .backservdetails {  height: 210px;  }


}