.read-more-btn {
    background: none;
    border: none;
    color: #0d56ae;
    cursor: pointer;
    padding: 0;
    font-weight: 600;
    margin-top: 10px;
    text-transform: capitalize;
}

.loadMoreBtnf {
    color: #d80f7a !important;
    margin-top: 0;
    text-align: left;
}
 .justify-content {
    justify-content: center;
  }
.text-white1 p,.text-white1 h2 {
    color: #fff !important;
}
.service-details__title-1 {
   font-size: 28px;
   font-weight: 500;
   line-height: 35px;
    margin-bottom: 20px;
}
.detailserv-content .two-col {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin: 30px 0;
}
.detailserv-content .col-img {
    flex: 0 0 45%;
    max-width: 45%;
}
.detailserv-content .sevpag-hero {
    border-radius: 15px;
    width: 100%;
    height: 340px;
    display: block;
    margin: 12px 0;
    object-fit: contain;
    border: 1px solid #e9ecef;
    background: #0c253f;
}
.detailserv-content .borderimgleft {
    border-left: 3px solid #d80f7a;
}
.detailserv-content .col-txt {
    flex: 0 0 55%;
    max-width: 55%;
}

.detailserv-content h2 {
     margin-top: 18px;
    margin-bottom: 14px;
}
b, strong {
    font-weight: 600;
}
.mt1010 {
    margin-top: 10px;
 }
.service-details {
    padding: 70px 0;
    position: relative;
    padding-bottom: 0;
}
.pdd-gall-serv {
    padding: 40px 0;
    position: relative;
}








.about__four-image {
  position: relative;
}
.about__four-image-wrapper {
  border-radius: 61% 39% 63% 37%/35% 23% 77% 65%;
  overflow: hidden;
  max-width: 565px;
  height: 565px;
  box-shadow: 20px -7px 0px #07a0c945;
}
.about__four-image-wrapper:hover {
  animation-play-state: paused;
}
.about__four-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
 
.about__four-content-service .service-top i {
  color: var(--primary-color-4);
  margin-right: 12px;
}
.about__four-content-service p {
  margin: 0;
}
.about__four-counter {
  display: block;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 16px 20px;
  transition: 0.4s;
  position: absolute;
  z-index: 4;
  width: 216px;
  right: 104px;
  bottom: 11px;
}
 
.about__four-counter-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.about__four-counter-main .counter {
  margin-bottom: -4px;
  font-size: 50px;
  color: #d80f7a;
}
.about__four-counter-main span {
  font-size: 50px !important;
  font-weight: 600;
  color: #d80f7a;
}
 

.blob-animation {
  animation: blob-animation 15s linear infinite;
}

@keyframes blob-animation {
  0%, 100% {
    border-radius: 40% 60% 70% 30%/40% 40% 60% 50%;
  }
  34% {
    border-radius: 70% 30% 50% 50%/30% 30% 70% 70%;
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
  }
}
.animate-y-axis {
  animation-name: y-axis;
  animation-duration: 11s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes y-axis {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-30px);
  }
}

.one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #031127a8;
    opacity: 1;
    content: "";
    z-index: 0;
}
 .pdfbtn {
    background: aliceblue;
    border: 1px solid red;
}

 .pdfbtn i {
    margin-right: 5px;
}

.whats:hover {
  background: #0d56ae;
  color: #ffffff;
}
.whats {
  position: fixed;
  bottom: 100px;
  right: 15px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #28a745;
  /* display: none; */
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: 0 0 0 0 #25d366;
  -webkit-animation: pulse 1.5s infinite;
}@keyframes pulse {
  0% {
      transform: scaleX(1);
  }

  50% {
      transform: scale3d(1.05,1.05,1.05);
      box-shadow: 0 0 0 15px #baffd4;
  }

  to {
      transform: scaleX(1);
      box-shadow: 0 0 0 0 #25d366;
  }
}

 .z-index {
    z-index: 2;
    position: relative;
}

.blog-one__shape-1 {
    right: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 90px;
    height: 100%;
    background: #d80f7aa6;
    filter: blur(150px);
    z-index: -1;
    opacity: .35;
}
.blog-one__shape-2 {
    left: 0px;
    top: 0;
    content: "";
    position: absolute;
    width: 90px;
    height: 100%;
    background: #0697beba;
    filter: blur(150px);
    z-index: -1;
    opacity: .35;
}
  .fa-arrow-right-long {
  transform: rotate(-45deg);
  font-weight: 400;
}
 .mt--sev {
    margin-top: -7px !important;
}
.language1:last-child {
     border-bottom: 0px solid #f3f3f3;
}
 
.new-padding {
    padding-bottom: 70px;
    padding-top: 70px;
    position: relative;
}

hr.custom-divider {
    width: 50%;
    margin: 5px auto;
    height: 2px !important;
    border: none;
    background: radial-gradient(circle, #d80f7a 0%, #07a0c9 40%, transparent 80%);
}

::-webkit-scrollbar {
    width: 8px
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #070707;
    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: #d80f7a;
  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;
}  a svg {
    fill: #0a0b0b;
}
.language::after {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 1px;
    width: 2px;
    background: var(--color-heading-1);
    content: "";
}
.language {
    position: relative;
    display: block;
    margin-right: 25px;
    padding-right: 25px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--color-heading-1);
}

.bg_image::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
    content: "";
    background-image: linear-gradient(to right, #1010108a, #0000008a, #00000021);
}

.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: #caf4ff; */
    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: 1px solid #07a0c9;
}
.backservices {
     height: 260px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     border-radius: 15px;
     border: 1px solid #f0f0f0;
}
 .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: bottom;
    /* background: black; */
    position: relative;
    /* background-attachment: fixed; */
 }
.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: 20px;
    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: #212529d4;
    opacity: 1;
    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: 380px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    border: 1px solid #f5f0f0;
}
.aboutimg2:after {
    content: '';
    background-color: #caf4ff;
    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 right;
    /* 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;
    display: block;
    /* margin-bottom: 10px; */
    padding: 12px 0 17px 0;
    border-bottom: 1px solid #f3f3f3;
}
.rts-section-breadcumb {
    padding: 100px 0;
}
.bg_breadcumb {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    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: #d80f7a2e; */
    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: 1px solid #d80f7a;
 }
.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;
}
  
 
.sideSocial a svg {
    fill: #ffffff;
}
.social-area-tranaparent ul li a:hover
  {
    color: #ffffff;
    background: #07a0c9;
 }
 .social-area-tranaparent ul li a svg:hover {
    fill: #ffffff;
    /* background: #ffffff; */
}
 .sic {
    color: #fff;
}
.lg-next,.lg-prev {
     width: auto;
}
 
 .max-width {
    max-width: 50px !important;
}
.rts-section-cat {
    padding-bottom: 90px;
    padding-top: 90px;
}
.appoinment-area-main.contact-page .rts-btn:hover {
    background: var(--color-primary);
 }
 .gogle-map-wrapper iframe {
    width: 100%;
    height: 640px;
}
.client-box {
    border-radius: 15px;
    border: 1px solid #02020212;
    border-top-left-radius: 28%;
    border-bottom-right-radius: 28%;
    background: #fff;
    padding: 24px;
    border-radius: 25px;
    transition: all 500ms ease;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
 }
 .client-box img {
    /* max-width: 190px; */
    background: #fff;
     max-height: 143px;
    min-height: 143px;
}
.brand-wrapper-main .swiper-slide {
      justify-content: center;
    align-items: center;
    display: flex;
}
 @media (min-resolution: 1.4dppx) and (max-resolution: 1.6dppx) {
    .nav-area ul {
        gap: 25px;
    }
}
@media (min-width: 0px) and (max-width: 991px)
{
  .about-image-left-wrapper {
     margin-right: 0px;
}.aboutdoctor {
        height: 325px;
    }
  .client-box {
     padding: 10px; 
}
.aboutdoctor:after {
    left: 48%; 
}
.aboutimg1:after {
    left: 48%; 
}
.aboutimg2:after {
     right: 48%; 
}
  .client-box img {
    max-width: 100%;
    background: #fff;
    padding: 9px;
     max-height: 80px;
    min-height: 80px;
}
.brand-wrapper-main .single-brand img {
     
    max-height: 80px;
    min-height: 80px;
}
  .g-5, .gx-5
  {
    --bs-gutter-x: 2rem;
}
  .gogle-map-wrapper iframe {
     height: 335px;
}
  .single-testimonials-style .quots {
    margin-bottom: 10px;
}.rts-section-gap {
        padding: 30px 0;
    }
  .new-padding {
    padding-bottom: 30px;
    padding-top: 30px;
 }
    .rts-section-cat {
    padding-bottom: 30px;
    padding-top: 30px;
}
     .about__four-image-wrapper {
        height: 310px;
        max-width: 100%;
        margin-bottom: 16px;
    }    .about__four-counter {
        display: none;
    }
    .rts-section-gapBottom {
    padding-bottom: 30px;
    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: 500px;  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: 5px; 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: 30px 0; }
.appoinment-area-main form .half-input-wrapper { gap: 0px; }
.request-appoinemnt-area-main-wrapper {  padding: 60px 0 !important; }
    .backservdetails {  height: 210px;  }
.g-5, .gy-5
  {
    --bs-gutter-y: 2rem;
}
.single-wized {
    /* flex-basis: 142px; */
    margin-top: 30px;
}
.footer-wrapper-style-between {
        padding-top: 0px;
        padding-bottom: 0px;
        display: block;
    }
.footer-one__bg {
     padding-top: 0px;
    clip-path: none;
}
    .service-details__title-2 {
        font-size: 32px;
    }

    .detailserv-content .sevpag-hero {
        height: 255px;
        margin-bottom: 6px;
    }

    .detailserv-content .two-col {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 2px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .detailserv-content .col-img,
    .detailserv-content .col-txt {
        flex: 0 0 100%;
        max-width: 100%;width: 100%;
    }

    .detailserv-content h2 {
        margin-top: 0px;
        font-size: 22px;
        line-height: 38px;
    }

    .detailserv-content .two {
        flex-direction: column-reverse;
    }    .service-details__title-1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 15px;
     }
     .detailserv-content .text-center {
    text-align: left !important;
}

}
@media (min-width: 992px) {
    .offset-lg-1 {
        margin-left: 3.333333%;
    }
}