* {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
}

a {
  text-decoration: none !important;
  outline: none;
}

@import url("https://fonts.cdnfonts.com/css/coolvetica");
@font-face {
  font-family: "Coolvetica";
  src: url("assets/coolvetica/coolvetica/coolvetica compressed hv.otf")
      format("otf"),
    url("assets/coolvetica/coolvetica/coolvetica condensed rg.otf")
      format("otf"),
    url("assets/coolvetica/coolvetica/coolvetica crammed rg.otf") format("otf"),
    url("assets/coolvetica/coolvetica rg it.otf") format("otf"),
    url("assets/coolvetica/coolvetica rg.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow: hidden;
  font-family: "coolvetica", sans-serif;
}

.btn-rose {
  padding: 0px 20px !important;
  border-radius: 30px !important;
  background: rgb(243, 68, 127);
  background: linear-gradient(
    180deg,
    rgba(243, 68, 127, 1) 0%,
    rgba(216, 32, 94, 1) 100%
  );
}

.btn-rose a {
  color: white;
  font-size: 18px;
  font-weight: 700;
}

.box-shadow {
  box-shadow: 3px 3px 3px #80808047;
}

.banner-background {
  background-image: url("assets/images/banner-background.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 85px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

h1 {
  font-family: "coolvetica,";
  font-weight: 800 !important;
}

.font-1 {
  font-size: 20px;
}

.gradient-text {
  background: linear-gradient(to left, #d82562 0%, #ff0056 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "coolvetica,";
  font-weight: 800 !important;
  padding-bottom: 15px;
}

.enquiry-form {
  margin-top: 50px;
  padding: 30px;
  background-color: white;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 50px 50px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

form input {
  padding: 14px 20px;
  outline: none;
  width: 100%;
  color: white;
  margin-bottom: 17px;
  border: none;
  border-radius: 30px;
  background: rgb(216, 37, 98);
  background: linear-gradient(
    278deg,
    rgba(216, 37, 98, 1) 0%,
    rgba(255, 0, 86, 1) 100%
  );
}

form input:focus {
  background-color: white;
}

form input::placeholder {
  color: white;
  font-size: 18px;
}

form select {
  color: white;
  padding: 14px 20px;
  outline: none;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  border-radius: 30px;
  background: rgb(216, 37, 98);
  background: linear-gradient(
    278deg,
    rgba(216, 37, 98, 1) 0%,
    rgba(255, 0, 86, 1) 100%
  );
}
form select option {
  background-color: white !important;
  color: rgb(216, 37, 98) !important;
  border: none;
}
form select option:hover {
  color: rgb(216, 37, 98) !important;

  background: rgb(255, 255, 255) !important;
}
/* .number-input::-webkit-inner-spin-button,
.number-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.number-input {
    -moz-appearance: textfield;
} */

.submit {
  color: white;
  font-size: 18px;
  text-align: center;
  padding: 10px 60px !important;
  outline: none;
  border: none;
  border-radius: 30px !important;
  background: rgb(243, 68, 127);
  background: linear-gradient(
    180deg,
    rgba(243, 68, 127, 1) 0%,
    rgba(216, 32, 94, 1) 100%
  );
  font-family: "coolvetica";
  font-weight: 800 !important;
  width: 50% !important;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: auto;
  /* margin-top: 17px !important; */
}

.submit:hover {
  background: #fdfdfd;
  color: black;
  border: 2px solid rgb(243, 68, 127, 1);
}

.gradient-text-1 {
  background: linear-gradient(to left, #d82562 0%, #ff0056 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  margin-bottom: 30px;
}

.para {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 30px;
}

.box {
  background: linear-gradient(to left, #d82562 0%, #ff0056 100%);
  padding: 15px 30px;
  margin-bottom: 5px;
  border-radius: 10px;
}

.box p {
  color: white;
  margin-bottom: 0;
  font-weight: 600;
}

.bg-rose {
  background: linear-gradient(to left, #d82562 0%, #ff0056 100%);
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 50px 50px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.bg-heading {
  padding: 6px 0px;
  background-color: white;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 29px 0px;
}

.bg-rose p {
  color: white;
  font-weight: 600;
  text-align: justify;
}

.vision {
  position: relative;
}

.vision img {
  position: absolute;
  left: -10px;
  width: 400px;
}

.vision .icon img {
  position: absolute;
  left: 379px;
  width: 30px;
  top: 200px;
  z-index: 0;
}

.back-ground {
  background-image: url("assets/images/back-ground.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.icons img {
  margin-bottom: 15px;
  filter: drop-shadow(1px 0px 8px #000000a8);
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 50px 50px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
}

.section-1 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.whom {
  position: relative;
  width: 800px !important;
  left: -20%;
  background: linear-gradient(to left, #d82562 0%, #ff0056 100%);
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 50px 50px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.whom .box-1 {
  border: 1px solid white;
  border-bottom-right-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 6px 6px 2.6px;
  background: linear-gradient(to left, #d82562 0%, #ff0056 100%);
  padding: 15px 13px;
  margin-bottom: 5px;
}

.whom .height {
  height: 220px;
  margin-top: 10px;
}

.whom .box-1 .icons-1 img {
  margin-bottom: 20px;
}

.box-1 .icons-1 h5 {
  color: white;
}

.border-1 {
  border: 4px solid black;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  font-size: 15px;
  text-align: justify;
}

.line {
  border-right: 3px solid #d9d9d9;
}

.benefits {
  border: 3px solid #ff0056;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 29px 15px;
}

.accordion-header {
  border-left: 5px solid #ff0056 !important;
  margin-bottom: 20px !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 29px 0px;
  border: 1px solid #ff0056;
  border-radius: 7px;
  font-size: 18px;
}

.accordion {
  border-color: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-item {
  border: none !important;
  border-color: none !important;
}

.accordion-button {
  background-color: transparent !important;
}

.patient-satisfaction {
  padding: 20px;
  padding-bottom: 30px;
  background: linear-gradient(to left, #d82562 0%, #ff0056 100%);
  border-radius: 10px;
  width: 90%;
  margin: auto;
  position: relative;
  top: -40px;
}

/* testimonials */
/* Container for the navigation arrows */
.owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  /* Prevents pointer events on the container */
}

/* Styling for each arrow */
.owl-nav-prev,
.owl-nav-next {
  background: rgba(226, 46, 107, 0.5);
  /* Semi-transparent background */
  color: #fff;
  /* Arrow color */
  border-radius: 50%;
  /* Circular background */
  width: 40px;
  /* Width of the arrow container */
  height: 40px;
  /* Height of the arrow container */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  /* Font size for the arrow character */
  cursor: pointer;
  /* Pointer cursor on hover */
  pointer-events: all;
  /* Enable pointer events */
  transition: background 0.3s ease;
  /* Smooth background transition */
}

.owl-nav-prev:hover,
.owl-nav-next:hover {
  background: rgba(226, 46, 107, 0.8);
  /* Darker background on hover */
}

/* Positioning the arrows */
.owl-nav-prev {
  left: 10px;
  /* Distance from the left edge */
}

.owl-nav-next {
  right: 10px;
  /* Distance from the right edge */
}

.testimonial {
  margin: 0 20px 40px;
}

.testimonial .testimonial-content {
  padding: 35px 25px 35px 50px;
  margin-bottom: 35px;
  background: #fff;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 20px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-radius: 10px;
  height: 200px;
}

.testimonial .description {
  font-size: 15px;
  color: #8a8a8a;
  line-height: 23px;
  margin: 0;
}

.testimonial .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #e9145c;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}

.testimonial .post {
  display: block;
  font-size: 14px;
  color: #d82562;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #d82562;
}

/* testimonials */
/* .map{
    position: relative;
    z-index: -9;
    bottom: -170px;
} */
.footer {
  padding-top: 150px;
  background-color: #1d2024 !important;
}

.place-change {
  position: relative;
}

.place-change img {
  position: absolute;
  top: -125px;
  left: -130px;
}

.color {
  color: #f3447d;
}

.contact {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact .phone,
.contact .email,
.contact .location {
  margin-right: 10px;
}
.contact .phone a,
.contact .email a,
.contact .loaction a {
  color: #9b9b9c !important;
}
.contact .phone a:hover,
.contact .email a:hover,
.contact .loaction a:hover {
  color: #ffffff !important;
}

.cursor {
  cursor: not-allowed;
}
.text-uppercase {
  font-size: 38px;
}

@media (min-width: 601px) and (max-width: 900px) {
  .vision img {
    position: static;
    width: 100%;
  }

  .back-ground {
    background-image: none;
  }

  .back-ground .row .col-lg-3 {
    margin-bottom: 10px;
    background: linear-gradient(to left, #d82562 0%, #ff0056 100%);
  }
  .row-reverse {
    display: flex;
    flex-direction: column-reverse !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .row-reverse .col-sm-12 {
    text-align: center !important;
    margin-top: 15px;
  }
  .row-reverse .col-sm-12 .social-icons {
    text-align: center !important;
    align-items: center I !important;
    justify-content: center !important;
  }
  .marquee h3 {
    display: none;
  }

  .sm-mt-4 {
    margin-top: 20px !important;
  }
  .whom .box-1 .icons-1 img {
    width: 20% !important;
  }
  .testimonial .testimonial-content {
    height: auto;
  }

  .whom {
    width: auto !important;
    position: static;
  }
}
@media (max-width: 600px) {
  .banner-background {
    background-image: url("assets/images/banner-background.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 20px;
  }

  .back-ground {
    background-image: none;
  }

  .back-ground .row .col-lg-3 {
    margin-bottom: 10px;
    background: linear-gradient(to left, #d82562 0%, #ff0056 100%);
  }

  .vision img {
    position: static;
    width: 100%;
  }

  .vision .icon img {
    position: absolute;
    left: 360px;
    width: 30px;
    top: 97%;
    z-index: 0;
    rotate: 32deg;
  }

  .whom .box-1 .icons-1 img {
    width: 30% !important;
  }

  .whom {
    width: auto !important;
    position: static;
  }
  .testimonial .testimonial-content {
    height: auto;
  }
  .map {
    position: static;
  }
  .footer {
    background-image: none !important;
    background-color: #1d2024 !important  ;
  }
  .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .row-reverse {
    display: flex;
    flex-direction: column-reverse !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .pvtfont {
    font-size: 20px;
  }
  .row-reverse .col-sm-12 {
    text-align: center !important;
    margin-top: 15px;
  }
  .row-reverse .col-sm-12 .social-icons {
    text-align: center !important;
    align-items: center I !important;
    justify-content: center !important;
  }

  .sm-mt-4 {
    margin-top: 20px !important;
  }
  .marquee h3 {
    display: none;
  }
  .doctor-img img {
    display: none;
  }
  .moveinglines {
    display: none;
  }
}

/* santhosh css */

marquee {
  width: 683px;
  background-color: transparent;
}

marquee h3 {
  color: #f3447d;
  font-weight: 900;
}

.doctor-img {
  position: relative;
}

.doctor-img img {
  width: 350px;
  position: absolute;
  left: 189px;
  top: -132px;
}

.appointment-btn button {
  padding: 10px;
  width: 274px;
  border: 1px solid white;
  border-radius: 10px;
  background-color: #d73972;
  color: white;
  margin-top: 30px;
}

/* .phonenumbersmall{
    font-size: 20px;
} */

.calltextnav {
  font-size: 15px;
}

.moveinglines ul li {
  display: flex;
}

.navbar {
  display: flex;
  justify-content: space-evenly;
}

.navbar ul li a {
  padding-left: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: black !important;
}

.callbtn-text {
  text-align: center;
  padding-left: 15px;
  font-size: 16px;
}

.cost-effective {
  background-color: #e21c5e;
  width: 490px;
  height: 50px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 0px;
}

.cost-effective-list li {
  text-align: start;
  margin-top: 20px;
  color: #1c1c1c;
}
.costboxshadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
}

.silder-bg {
  background-color: url(/assets/images/sildeone.png);
}

.banner-one {
  font-family: "Montserrat", system-ui;
  font-size: 80px;
}

.byfont {
  font-family: "Montserrat", system-ui;
  font-weight: 100;
  font-size: 46px;
}
.pvtfont {
  font-family: "Montserrat", system-ui;
  font-weight: 100;
  font-size: 24px;
}

.secondfont {
  margin-top: -30px !important;
  font-size: 39px !important;
}

.banner-para {
  font-family: "Montserrat", system-ui;
  font-size: 45px;
}

.banner-silde-img {
  width: 450px;
  position: relative;
  top: -11px;
  left: -20px;
}

.button-silder-one {
  /* padding: 20px; */
  width: 390px;
  height: 50px;
  border-radius: 30px;
  align-items: center;
  border: 1px solid white;
  color: white;
  background-color: transparent;
  font-size: 22px;
  font-weight: 700;
}

.slider-content .banner-two-para {
  font-size: 20px !important;
}

.banner-sildetwo-img {
  width: 420px;
}

.btn-flex {
  display: flex;
  align-items: center;
}

/* Responsive for medium devices */
@media (max-width: 992px) {
  .banner-one {
    font-size: 36px;
  }
  .banner-para,
  .banner-two-para {
    font-size: 16px;
  }
  .button-silder-one {
    padding: 10px 16px;
    font-size: 14px;
  }
  .slider-height {
    height: 80vh;
  }
  .banner-silde-img {
    max-width: 100%;
    margin-top: 20px;
  }
}

/* Responsive for small devices */
@media (max-width: 768px) {
  .banner-one {
    font-size: 28px;
  }
  .banner-para,
  .banner-two-para {
    font-size: 14px;
  }
  .button-silder-one {
    padding: 8px 12px;
    font-size: 12px;
  }
  .slider-height {
    height: auto;
    padding: 30px 0;
  }
  .banner-silde-img {
    width: 80%;
    margin: 0 auto;
  }
}

/* Responsive for extra small devices */
@media (max-width: 576px) {
  .banner-one {
    font-size: 22px;
  }
  .banner-para,
  .banner-two-para {
    font-size: 12px;
  }
  .button-silder-one {
    padding: 6px 10px;
    font-size: 10px;
  }
  .slider-height {
    padding: 20px 0;
  }
  .banner-silde-img {
    width: 100%;
    margin-top: 15px;
  }
  .navbar ul {
    /* display: none; */
  }

  .cost-effective {
    background-color: #e21c5e;
    width: 278px;
    height: 60px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: 20px;
  }

  .costboxshadow {
    margin-left: 7px !important;
  }
}

.navbar ul li a {
  padding-left: 50px;
  font-weight: 500;
}

.navbar ul li a:hover {
  padding-left: 50px;
  font-weight: 500;
  color: #d73972 !important;
}

.button-silder-one:hover {
  background-color: #ffffff;
  color: #de2865;
}

.call-btn-nav a {
  color: white;
}

.call-btn-nav a:hover {
  color: white;
}

.accordion-button:not(.collapsed) {
  color: black !important;
  /* background-color: #e7f1ff; */
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.swiper-pagination-bullet-active {
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: white !important;
}

@media only screen and (max-width: 576px) {
  .button-silder-one {
    padding: 6px 10px;
    font-size: 17px;
    width: 300px;
  }
  /* .banner-small-img{
        position: relative;
    }
    .banner-small-img img{
        position: absolute;
    } */
  .banner-small-img img {
    width: 100%;
    margin-left: 10px;
  }

  .banner-small-img-two img {
    display: none;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .sildertwoheigth {
    padding-bottom: 25px;
  }
  .silderoneheigth {
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .banner-ssmall-img-two {
    display: none;
  }
  .banner-ssildetwo-img img {
    width: 200px;
  }
  .banner-ssmall-img-two img {
    width: 200px;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  /* padding: .375rem .75rem; */
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 7px !important;
  width: 210px;
}

.ambulanceservices {
  background: linear-gradient(
    180deg,
    rgba(243, 68, 127, 1) 0%,
    rgba(216, 32, 94, 1) 100%
  );
  color: white;
  border-radius: 20px;
  padding: 30px;
}

.ambulanceservicesimg {
  position: relative;
}
.ambulanceservicesimg img {
  position: absolute;
  top: -251px;
  left: 780px;
  width: 300px;
}

.sectionbottom {
  padding-bottom: 40px;
}

.ambulhead {
  font-size: 40px;
  font-weight: 700;
}
.ambulphone {
  font-size: 30px;
}

/* ambulance services  number */

.scroll {
}
.scroll p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900 !important;
}

.btn.book-now {
  background: #f90557;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  width: 200px;
  /* Hover styles, 
    media queries */
  top: 100px;
  left: -165px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 99;
}

.btn.book-now :hover {
  background: #f3447d;
}

.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #ff5f7a;
  color: white;
  text-align: center;
  line-height: 100px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  border-radius: 50%;
  font-size: 1.3rem;
}
.circle:hover {
  cursor: pointer;
}
.circle::after,
.circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 186px;
  height: 50px;
  background: #ff5f7a;
  border-radius: 45%;
  z-index: -1;
  -webkit-animation: grow 2s ease-in-out infinite;
  animation: grow 2s ease-in-out infinite;
}
.circle::after {
  background: rgba(255, 95, 122, 0.4);
}
.circle::after::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: #5f84ff;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: grow 2s ease-in-out infinite;
  animation: grow 2s ease-in-out infinite;
}
.circle::before {
  background: rgba(255, 95, 122, 0.6);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes grow {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}

@keyframes grow {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}

#footerlink a {
  color: #d73972;
}

@media (max-width: 600px) {
  .btn.book-now {
    display: none;
  }
  .slider-content-2 h1 {
    margin-top: 50px !important;
    padding-left: 15px !important;
  }
  .slider-content p {
    font-family: "Montserrat", system-ui;
    font-size: 30px;
    color: #fff;
    line-height: 28px;
    padding-left: 15px !important;
  }
  .sectionhead {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .secondfont {
    font-size: 24px !important;
  }
  .sectionhead {
    padding-top: 20px;
    padding-bottom: 0px !important;
  }
  .ambulanceservicesimg img {
    display: block;
  }

  .ambulanceservicesimg img {
    position: relative;
    top: 0px;
    left: 0px;
    width: 350px;
  }
  .smallscrenambulance {
    display: none;
  }
  /*ambulance for small screen*/
  /*  */
  .email-bt {
    background: #e6326f;
    border: 2px solid #e6326f;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3);
    cursor: pointer;
    height: 68px;
    text-align: center;
    width: 68px;
    position: fixed;
    left: 3%;
    bottom: 5%;
    z-index: 999;
    transition: 0.3s;
    -webkit-animation: email-an linear 1s infinite;
    animation: email-an linear 1s infinite;
  }

  .email-bt .text-call {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
  }

  .email-bt .text-call span {
    text-align: center;
    color: #e6326f;
    opacity: 0;
    font-size: 2px;
    position: absolute;
    right: 4px;
    top: 22px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity 0.3s linear;
    font-family: "montserrat", Arial, Helvetica, sans-serif;
  }

  .email-bt .text-call:hover span {
    opacity: 1;
    font-size: 9px;
  }
  .email-bt:hover i {
    display: none;
  }

  .email-bt:hover {
    z-index: 1;
    background: #fff;
    transition: 0.3s;
  }
  .email-bt:hover i {
    color: #38a3fd;
    font-size: 40px;
    transition: 0.3s;
  }
  .email-bt i {
    color: #fff;
    font-size: 29px;
    transition: 0.3s;
    line-height: 66px;
  }

  .email-bt i {
    -webkit-animation: opsimple 3s infinite;
    animation: opsimple 3s infinite;
  }

  @-webkit-keyframes email-an {
    0% {
      box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3),
        0 0 0 0 rgba(249, 92, 24, 0.2), 0 0 0 0 rgba(249, 92, 24, 0.2);
    }
    40% {
      box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3),
        0 0 0 15px rgba(249, 92, 24, 0.2), 0 0 0 0 rgba(249, 92, 24, 0.2);
    }
    80% {
      box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3),
        0 0 0 30px rgba(249, 92, 24, 0), 0 0 0 26.7px rgba(249, 92, 24, 0.067);
    }
    100% {
      box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3),
        0 0 0 30px rgba(249, 92, 24, 0), 0 0 0 40px rgba(249, 92, 24, 0);
    }
  }
  @keyframes email-an {
    0% {
      box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3),
        0 0 0 0 rgba(249, 92, 24, 0.2), 0 0 0 0 rgba(249, 92, 24, 0.2);
    }
    40% {
      box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3),
        0 0 0 15px rgba(249, 92, 24, 0.2), 0 0 0 0 rgba(249, 92, 24, 0.2);
    }
    80% {
      box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3),
        0 0 0 30px rgba(249, 92, 24, 0), 0 0 0 26.7px rgba(249, 92, 24, 0.067);
    }
    100% {
      box-shadow: 0 8px 10px rgba(249, 92, 24, 0.3),
        0 0 0 30px rgba(249, 92, 24, 0), 0 0 0 40px rgba(249, 92, 24, 0);
    }
  }

  @keyframes opsimple {
    0% {
      opacity: 0;
    }
    40% {
      opacity: 1;
    }

    80% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  @-webkit-keyframes opsimple {
    0% {
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  /* конец кнопки звязи */
}

.treatmentimg img {
  border-radius: 20px;
  border: 2px solid #d82562;
}

.vision img {
  border-radius: 20px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: space-evenly !important;
  }
}

.nav-item {
  padding-left: 20px;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px !important;
}

.sectionhead {
  padding-top: 20px;
  padding-bottom: 40px;
}

.icon {
  display: none;
}

.eye-check-doc {
  margin-top: 20px;
}

.vision img {
  margin-top: 25px;
}

@media (min-width: 600px) and (max-width: 2000px) {
  .email-bt {
    display: none;
  }
}

.doccallpose{
  position: relative
}


.doccallpose img {
  position: absolute;
  top: -79px;
  left: 800px;
  width: 280px;
}

.doccall a {
  color: #ffffff;
}
.doccall a > :hover {
  color: #ffffff;
}

.doctor-home-sec {
  background-image: url(assets/images/bg/doctor-at-home-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 100px 0px;
  border-radius: 30px;
}

.doctor-banneer-title h1 {
  color: #ffffff;
  font-family: "Coolvetica";
  font-size: 45px;
  line-height: 1;
  letter-spacing: 2.0px;
  margin-bottom: 30px;
}

.doctor-banneer-title p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 30px;
    font-weight: 600;
}

/* doctor at home form */

.appointment-form {
  background: white;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.appointment-form h2 {
  font-size: 21px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #e1005c;
}

.appointment-form form {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-row {
  display: flex;
  gap: 10px;
}

.appointment-form input{
    flex: 1;
    padding: 12px 15px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(90deg, #f20574 0%, #ee036f 100%) !important;
    color: white;
    font-size: 15px;
    outline: none;
    appearance: none;
    font-family: "Montserrat", sans-serif;
    background: #dc2663d6 !important;
}
.appointment-form select {
    flex: 1;
    padding: 12px 15px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(90deg, #f20574 0%, #ee036f 100%) !important;
    color: white;
    font-size: 15px;
    outline: none;
    appearance: none;
    font-family: "Montserrat", sans-serif;
    background: #dc2663d6 !important;
}

.appointment-form input::placeholder,
.appointment-form select {
  color: white;
}

.appointment-form select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='%23fff' points='70,90 40,50 100,50'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 10px;
  padding-right: 2.5rem;
}

.appointment-form button {
  padding: 12px 30px;
  border: none;
  border-radius: 50px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  background: #f3447f;
  background: linear-gradient(
    183deg,
    rgba(243, 68, 127, 1) 0%,
    rgba(216, 32, 94, 1) 100%
  );
  width: 50%;
}

.appointment-form button:hover {
  background: linear-gradient(90deg, #ee036f 0%, #f20574 100%);
}

.doc-submit-button{
    display: flex;
    justify-content: center;
}

.banner-section-container .container{
    max-width: 1210px !important;
}

.bg-light {
    background-color: #ffffff !important;
}

.register-now-fill{
    color: #f00472;
    font-size: 20px;
    line-height: 1.1;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 30px;
    font-weight: 600;
}

@media (min-width: 1200px){
    .ambulanceservicesimg {
        position: relative;
      }
      .ambulanceservicesimg img {
        position: absolute;
        top: -251px;
        left: 780px;
        width: 300px;
    }

    .doccallpose{
      position: relative
    }
    
    
    .doccallpose img {
      position: absolute;
      top: -84px;
      left: 800px;
      width: 300px;
    }
    


}

@media (min-width: 1300px){
  .ambulanceservicesimg {
      position: relative;
    }
    .ambulanceservicesimg img {
      position: absolute;
      top: -251px;
      left: 900px;
      width: 300px;
  }

  .doccallpose{
    position: relative
  }
  
  
  .doccallpose img {
    position: absolute;
    top: -79px;
    left: 900px;
    width: 280px;
  }
  
}

@media (max-width: 575.98px){
  .doctor-banneer-title h1 {
    color: #ffffff;
    font-family: "Coolvetica";
    font-size: 45px;
    line-height: 1.1;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.appointment-form {
  background: white;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin-top: 50px;
}

.appointment-form h2 {
  font-size: 19px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #e1005c;
}
#bene{
  font-size:26px
}

.doctor-banneer-title p
 {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 30px;
    font-weight: 600;
}
}


.appointment-form input::placeholder{
    color: #f1f1f1 !important;
}


.ambulphone-para{
    font-size: 20px;
}

.ambulphon-para{
    font-size: 19px;
}




/* nav bar button */


.register-now button {
  font-size: 18px;
  play: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 0.7em 2em;
  border: 2px solid #f3447d;
  border-radius: 2px;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
  border-radius: 15px;
  background: #f3447d;
  width: 210px;
  
}

.register-now button:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #ffffff;
  z-index: -1;
}

.register-now button:hover, .register-now button:focus {
  color: #f3447d;
}

.register-now button:hover:before, .register-now button:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
  border-radius: 15px;
}

.register-now button:active {
  transform: scale(0.9);
}

.btn-check:focus+.btn, .btn:focus{
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(255, 255, 255) !important;
  border: none !important;
}



/* register now  button */

.doc-registernow-btn button {
  --color: #ffffff;
  display: inline-block;
  width: 9em;
  height: 2.6em;
  line-height: 2.5em;
  /* margin: 20px; */
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid var(--color);
  transition: color 0.5s;
  z-index: 1;
  font-size: 17px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 19px;
  color: #e7165d;
  background: #fff;
}

.doc-registernow-btn  button:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #c32360;
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

.doc-registernow-btn  button:hover {
  color: #fff;
}

.doc-registernow-btn  button:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.doc-registernow-btn  button:hover:before {
  top: -30px;
  left: -30px;
}

.doc-registernow-btn  button:active:before {
  background: #e7165d !important;
  transition: background 0s;
}





/* color button */

.doc-registernow-btn .color-button-color {
  --color: #e7165d;
  display: inline-block;
  width: 9em;
  height: 2.6em;
  line-height: 2.5em;
  /* margin: 20px; */
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid var(--color);
  transition: color 0.5s;
  z-index: 1;
  font-size: 17px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 19px;
  color: #fff;
  background: #e7165d;
}

.doc-registernow-btn  .color-button-color:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #c32360;
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

.doc-registernow-btn  .color-button-color:hover {
  color: #fff;
}

.doc-registernow-btn  .color-button-color:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.doc-registernow-btn  .color-button-color:hover:before {
  top: -30px;
  left: -30px;
}

.doc-registernow-btn  .color-button-color :active:before {
  background: #e7165d !important;
  transition: background 0s;
}

