.back-to-top {
  position: fixed;
  display: none;
  right: 35px;
  bottom: 26px;
  z-index: 99;
}

#watermark h1 {
  position: relative;
  bottom: -6px;
  float: right;
  opacity: 8.7;
  z-index: 99;
  font-size: 40px;
  color: #ffffff3b !important;
  font-weight: 900;
  font-family: "Merriweather", Serif;
}


.hw-wrap.style2 .hw-content {
  padding-top: 46px;
}

.about-img img {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  height: 200px;
  object-fit: cover;
}

.section-title {
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Merriweather", sans-serif;
}

.highlight {
  color: #2c83a3;
}

.list-group-item {
  font-size: 16px;
  font-family: "Source Sans 3", sans-serif;

}

.mt-n5 {
  margin-top: 0 !important;
  border-radius: 24px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.about-fact {
  width: 170px;
  height: 170px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
  .about-fact.mt-n130 {
    margin-top: -130px;
  }
}

.btn-play {
  position: relative;
  display: block;
  box-sizing: content-box;
  width: 36px;
  height: 46px;
  border-radius: 100%;
  border: none;
  outline: none !important;
  padding: 18px 20px 20px 28px;
  background: var(--bs-primary);
}

.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: var(--bs-primary);
  border-radius: 100%;
  animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: var(--bs-primary);
  border-radius: 100%;
  transition: all 200ms;
}

.btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  left: 3px;
  border-left: 30px solid #FFFFFF;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}



#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/pattern-12.png) fixed center center;
  background-size: auto, auto;
  background-size: cover;
  padding: 30px 0;
}

.call-content h1 {
  color: #fff;
  font-size: clamp(23px, 5vw, 65px);
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  padding-bottom: 6px;
}

.btn-call {
  border-radius: 23px;
  padding: .375rem 1.75rem;
}

/*** Service ***/

.service-btn a {
  font-size: 16px;
  padding: 12px;
  float: right !important;
  color: #17454e;
  text-align: right !important;
  font-family: "Source Sans 3", sans-serif;
}

.service-btn a:hover {
  color: #002856;
  transition: .3s;
}

.service-btn2 a {
  font-size: 16px;
  padding: 7px;
  float: left !important;
  color: #17454e;
  text-align: left !important;
  font-family: "Source Sans 3", sans-serif;
}

.service-btn2 a:hover {
  color: #002856;
  transition: .3s;
}

.title-heading h2 {
  font-size: 40px;
  font-family: "Merriweather", Serif;
  font-weight: 500;
  text-transform: capitalize;
}

.title-heading p {
  font-size: 16px;
  font-family: 'Source Sans 3';
  color: #333;
  font-weight: 400;
}

.service-img img {
  width: 100%;
  border-radius: 10px;
  height: 270px;
  object-fit: cover;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}



/*** 

====================================================================
	testimonial  Three
====================================================================

***/

/*** Footer ***/
.footer {
  background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/banner/pattern-15.png) center center no-repeat;
  background-size: cover;
}

.footer-text p {
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  line-height: 20px;
}

.footer-bottom {
  background-color: #0a5c81;
}

@media (min-width: 992px) {
  .footer::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    top: 0;
    left: 35%;
    border-left: 1px dashed rgba(255, 255, 255, .2);
  }
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: rgb(255 251 252);
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
  font-family: 'montserrat';
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(255, 255, 255, .5);
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--bs-primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  border-top: 1px dashed rgba(255, 255, 255, .2);
}

.copyright a {
  color: var(--bs-white);
}

.copyright a:hover {
  color: var(--bs-primary);
}



/* Contact Us Page Ends*/

@media only screen and (max-width:678px) {
  .btn-style-four {
    position: relative;
    font-weight: 700;
    overflow: hidden;
    /* / text-align: center; / */
    border-radius: 0px;
    padding: .7rem 5px;
    letter-spacing: 1px;
    display: flex;
    color: #fff;
    font-size: 12px;
    border: 1px solid #064941;
    width: 100%;
    /* / left: 26%; / */
    /* / line-height: 1.2rem; / */
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .offset-3 {
    margin-left: 0 !important;
  }

  .about-img img {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 20px;
    height: 130px;
    object-fit: cover;

  }

  .icon-box-primary i,
  .icon-box-light i {
    font-size: 34px;
    line-height: 0;
  }

  .icon-box-primary::before,
  .icon-box-light::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: 0;
    bottom: 0;
    border-radius: 35px;
    transition: .5s;
    z-index: -1;
  }

  .call h2 {
    font-size: 27px !important;
    font-family: "Merriweather", sans-serif;
  }

  .call i {
    font-size: 26px !important;
    padding-top: 5px;
  }

  .fs-5 {
    font-size: 11px !important;
    font-family: 'Rajdhani';
    font-weight: 600;
    text-align: center;
  }

  .offset-1 {
    margin-left: 0 !important;
  }

  .aboutus-img img {
    position: relative;
    display: block;
    /* max-width: 100%; */
    width: 100%;
    height: 350px;
    object-fit: cover;
    /* border-radius: 50%; */
  }

  .btn-style-four:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background: #fff;
  }

  .btn-style-four .btn-wrap .text-one {
    position: relative;
    display: block;
    color: #064941;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }

  .about-font {
    font-size: clamp(12px, 5vw, 37px);
    color: #4e4646;
  }

  .faq-question h5 {
    font-size: 12px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    line-height: 18px;
  }

  .slider-two_buttons {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
  }

  .accordion-box .block .acc-btn {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    font-weight: 800;
    font-size: 18px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    padding: 8px 12px 0px 54px !important;
  }

  .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    color: #002856;
    padding: 5px !important;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .accordion-box .block .content {
    position: relative;
    padding: 0px 20px 10px 56px !important;
  }

  .accordion-box .block .content .text {
    opacity: 0.80;
    line-height: 18px;
    font-size: 12px;
    color: #333;
    font-family: 'montserrat';
    text-align: left;
  }

}

/* Mobile View Css */

/* Contact Us */
/*** 

====================================================================
	Contact One
====================================================================

***/

.contact-one {
  position: relative;
  padding: 40px 0px 50px;
}

.contact-info-block {
  position: relative;
  margin-bottom: 30px;
}

.contact-info-block_inner {
  position: relative;
  padding: 20px 15px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.10);
}

.contact-info-block_icon {
  position: relative;
  line-height: 1em;
  color: #6c0a7c;
  font-size: 60px;
  font-family: "Flaticon";
}

.contact-info-block_heading {
  position: relative;
  font-weight: 700;
  color: #6c0a7c;
  margin-top: 20px;
}

.contact-info-block_text {
  position: relative;
  line-height: 28px;
  color: #333;
  font-size: 16px;
  margin-top: 15px;
}

/*** 

====================================================================
	Map One
====================================================================

***/

.map-one {
  position: relative;
}

.map-one iframe {
  position: relative;
  height: 700px;
  width: 100%;
}

/*** 

====================================================================
	Contact Form One
====================================================================

***/

.contact-form-one {
  position: relative;
  padding: 10px 0px 30px;
}

.contact-form-one .inner-container {
  position: relative;
  padding: 60px 60px;
  background-color: rgb(231, 238, 249);
  background-position: left bottom;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 678px) {
  .contact-form-one .inner-container {
    position: relative;
    padding: 30px 10px;
    background-color: rgb(231, 238, 249);
    background-position: left bottom;
    background-repeat: no-repeat;
  }

  .sec-title_heading {
    padding: 0;
    margin: 0;
    font-weight: 700;
    line-height: 32px;
    color: #6c0a7c;
    font-size: clamp(20px, 5vw, 52px) !important;
    padding-bottom: 15px;
    text-align: center;
  }

}

.contact-form-one .default-form .check-box label {
  color: #333;
  font-size: 16px;
}

.contact-form-one button {
  padding: 17px 44px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000 !important;
}

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 12px;
  color: #ff0000;
  font-weight: 500;
}


.icon-box-4.bg-orange {
  background: rgba(22, 175, 157, 0.2);
}

.icon-box-4.bg-green {
  background: #D9E7DB;
}

.icon-box-4.bg-gray {
  background: rgba(22, 175, 157, 0.2);
}

.icon-box-4 {
  text-align: left;
  padding: 1.7rem 1.25rem 1.7rem 5rem;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  margin: 0 0 15px;
}

.contact-wrap .form-control {
  border: 2px solid #d9e7db;
  background-color: #fff;
  border-radius: 10px;
  line-height: 2.5 !important;
  margin: 8px !important;
}

.contact-wrap {
  padding: 2.5rem;
  background: #00265d;
  position: relative;
}

section.sec6 article:after {
  border-bottom: 2px solid #f3342f;
  width: 100px;
  content: "";
  display: block;
  margin: 30px auto 0 auto;
  text-align: center;
}

.icon-box-4 svg {
  color: #00265d;
  display: block;
  stroke-width: 1px;
  position: absolute;
  width: 57px;
  height: 57px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/*** 

====================================================================
	Contact Form Section
====================================================================

***/

.contact-form-section {
  position: relative;
  padding: 0px 0px 0px;
}

.contact-form-section .form-column {
  position: relative;
  margin-bottom: 30px;
}

.contact-form-section .form-column .inner-column {
  position: relative;
}

.contact-form-section .form-column h3 {
  margin-bottom: 40px;
}

.contact-form-section .image-column {
  position: relative;
}

.contact-form-section .image-column .inner-column {
  position: relative;
}

.doctor-details .doctor-img {
  border: 2px solid #16af9d;
}

/* Contact Us Ends */


.cta-sidebar {
  display: block;
  position: fixed;
  right: 25px;
  bottom: 65px;
  z-index: 9999;
}

.all-button ul li:nth-child(1) a {
  background: #359916;
  margin-bottom: 10px;
}

.all-button ul li:nth-child(2) a {
  background: #16af9d;
}

.all-button ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 24px;
  color: #fff;
  border-radius: 8px;
  /* Square with rounded corners */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.all-button ul li a:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.all-button ul {
  padding-bottom: 8px;
}

@media only screen and (max-width: 678px) {
  .all-button ul li a {
    display: flex;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 6px;
  }

  .aboutusright h2 {
    font-size: 18px;
    font-family: "Merriweather", Serif;
    margin-bottom: 20px;
    text-align: center;

  }

  .section-title {
    text-align: center;
  }

  .contact-details {
    height: 220px;
  }

  .appointment-form {
    padding: 1rem;
  }

  .aboutusright h3 {
    font-size: 22px;
    font-family: "Source Sans 3", sans-serif;
    margin-bottom: 20px;
    text-align: center;

  }

  .about-home-image {
    position: relative;
    align-items: center;
    height: 420px;
    padding: 0;
    margin-left: -54px;
    z-index: 1;
  }

  .about-home-image::before {
    display: none;
  }

  .about-home-image::after {
    display: none;
  }

  .sidebar {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 34px;
    z-index: 99;
  }

  .all-button ul {
    padding-bottom: 8px;
  }

  .contact-wrap .form-control {
    border: 2px solid #d9e7db;
    background-color: #fff;
    border-radius: 10px;
    line-height: 2.5 !important;
    margin: 3px !important;
  }

  .contact-wrap {
    padding: 1rem !important;
  }

  .back-to-top {
    position: fixed;
    display: none;
    right: 40px;
    bottom: 28px;
    z-index: 99999;
  }

  .single-testimonial::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -1px;
    background: url(../img/icon/left.png) no-repeat #e6eceb;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 40%;
    width: 56px;
    height: 56px;
    background-position: 16px 9px;
  }

  .title-heading h2 {
    font-size: 23px;
    font-family: "Merriweather", Serif;
    font-weight: 500;
    text-transform: capitalize;
  }

  .title-heading p {
    font-size: 12px;
    font-family: 'Source Sans 3';
    color: #333;
    font-weight: 400;
  }

  .service-btn2 a {
    font-size: 16px;
    padding: 7px;
    float: right !important;
    color: #17454e;
    text-align: right !important;
    font-family: "Source Sans 3", sans-serif;
  }

  .service-btn2 a:hover {
    color: #002856;
    transition: .3s;
  }

  .appointment-btn {
    display: none;
  }

  .overlay-text h2 {
    color: #fff;
    font-size: 18px;
    font-family: "Merriweather", sans-serif;
  }

}

.counter {
  .counter {

    position: relative;
  }

  .wrapper {
    position: relative;
    display: flex;
    justify-content: space-around;
    gap: 10px;
  }

  .container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 3rem 0;
    font-size: 16px;
    border-radius: 0.5em;
    background-color: #ececec;
    border-bottom: 5px solid #16a19d;
  }

  span.num {
    position: relative;
    color: #00265d;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 3em;
    padding-bottom: 10px;
  }

  span.text {
    position: relative;
    color: #00265d;
    font-size: 1.25rem;
    text-align: center;
    pad: 0.7rem 0;
    font-weight: 600;
    line-height: 0;
    font-family: 'FIRA SANS', sans-serif;
  }

  @media screen and (max-width: 1024px) {
    .wrapper {
      width: 100%;
      position: relative;
    }

    .container {
      position: relative;
      width: 100%;
      font-size: 12px;
    }
  }

  @media screen and (max-width: 768px) {
    .wrapper {
      width: 100%;
      flex-wrap: wrap;
      gap: 30px;
    }

    .container {
      width: 100%;
      font-size: 12px;
      position: relative;
    }
  }

  @media screen and (max-width: 480px) {
    .wrapper {
      gap: 15px;
    }

  }
}