/*=========================== Main header start =========================*/
.main-header {
  position: relative;
  text-align: left;
  color: #fff;
  height: 100%;
  width: 100%;
}
.main-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/hero-bg.png") no-repeat center center;
  background-size: cover;
  filter: blur(5px);
  z-index: -2;
}
.main-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 187, 252, 0.2); /* Blue overlay */
  z-index: -1;
}
.main-header .heading h1 {
  color: #CAF4FF;
  font-weight: 700;
  margin-bottom: 20px;
}
.main-header .paragraph p {
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .main-header .paragraph p {
    width: 100%;
    font-size: 2rem !important;
  }
}
@media (max-width: 575px) {
  .main-header .paragraph p {
    font-size: 1.5rem !important;
  }
}
.main-header .image img {
  height: 100%;
}
@media (max-width: 767px) {
  .main-header .image {
    margin-top: 10%;
  }
}
@media (max-width: 991px) {
  .main-header .image {
    margin-top: 54%;
  }
}

.left-content {
  margin-top: 15%;
}
.left-content .btns a {
  font-weight: bold;
  margin-right: 10px;
}
@media (max-width: 417px) {
  .left-content .btns a {
    font-weight: 400;
  }
}
.left-content .heading h1 {
  margin: 20px 0;
}
@media (max-width: 575px) {
  .left-content .heading h1 {
    font-size: 2rem;
  }
}
.left-content .bottom-btn a {
  padding: 10px 20px;
  margin-right: 10px;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
}
@media (max-width: 991px) {
  .left-content {
    margin-top: 5%;
  }
}

.image-circle {
  position: relative;
  width: 475px; /* Adjust size */
  height: 475px; /* Adjust size */
  background: linear-gradient(350deg, #65C7F7, #4786b6); /* Background gradient */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 40px;
}
.image-circle img {
  width: 88%;
  height: auto;
  z-index: 2;
}
@media (max-width: 575px) {
  .image-circle {
    width: 380px;
    height: 380px;
  }
}
@media (max-width: 991px) {
  .image-circle {
    margin-top: 80px;
  }
}
@media (max-width: 390px) {
  .image-circle {
    width: 300px;
    height: 300px;
    margin-top: 40px;
  }
}

.btns {
  background-color: #2AD396;
  z-index: 1;
  border-radius: 50px;
  width: 100%;
  margin-bottom: 20px;
}
.btns a.btn-green {
  background-color: #4786b6;
  color: #fff;
  border-radius: 40px;
  width: 100%;
}
.btns span {
  color: #fff;
}
@media (max-width: 360px) {
  .btns span {
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) {
  .btns {
    width: 100%;
  }
}

@media (max-width: 417px) {
  .btns .px-3 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .btns a {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .btns a {
    font-size: 1.4rem !important;
  }
}
/*==================================== Main header end ======================*/
/*============================== form section start ============================== */
.form-section {
  z-index: 22;
  bottom: 70px;
}
.form-section .form-card {
  border-radius: 15px;
}
.form-section .form-card .qr-code {
  width: 180px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .form-section .form-card .qr-code {
    width: 150px;
  }
}
.form-section .btn-green {
  background-color: #2AD396;
  color: #fff;
}
.form-section label {
  font-weight: 600;
  margin-bottom: 10px;
}
.form-section .form-control {
  border-radius: 25px;
}
@media (max-width: 991px) {
  .form-section .form-control {
    margin-bottom: 20px;
  }
}
.form-section .form-group p {
  text-align: justify;
  line-height: 32px;
  color: gray;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .form-section .form-group p {
    font-size: 0.9rem;
    line-height: 25px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .form-section .form-group .para-1 {
    margin-top: 0 !important;
  }
}

.counter {
  padding: 25px 0;
}

.counter-block {
  text-align: center;
  border: none;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .counter-block {
    border-right: 2px dashed rgba(150, 147, 147, 0.3490196078);
    text-align: left;
    margin: 0;
  }
}
.counter-block img {
  vertical-align: top;
}
.counter-block h3 {
  font-weight: 600;
  margin: 0;
  color: #0176c4;
  opacity: 0.8;
}

.counter-text {
  display: block;
  margin: 0;
}
@media (min-width: 992px) {
  .counter-text {
    display: inline-block;
  }
}
.counter-text p {
  margin: 0;
  font-weight: 500;
}
.counter-text .g-star i {
  font-size: 0.9rem;
}

.counter-btn_block {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .counter-btn_block {
    margin: 0;
  }
}

/*============================== form section end  ============================== */
/* ==================================== about section start ======================= */
.about .about-img {
  position: relative;
  display: inline-block;
}
.about .images img {
  height: 680px;
  border-radius: 20px;
  width: 450px;
}
@media (max-width: 991px) {
  .about .images img {
    height: 430px !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .about .images img {
    height: 425px !important;
  }
}
@media (max-width: 767px) {
  .about .images {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about .images {
    height: 845px !important;
    width: 435px !important;
  }
}
.about .content h6 {
  color: #2AD396;
}
.about .content h2 {
  margin-bottom: 1.3rem;
}
@media (max-width: 575px) {
  .about .content h2 {
    font-size: 1.5rem;
    margin-bottom: 0.62rem;
  }
}
.about .content p {
  font-size: 1.2rem;
  color: gray;
  text-align: justify;
}
.about .advantage p {
  margin-bottom: 10px;
  font-size: 1.1rem;
  color: #000;
}
.about .advantage p span {
  color: #2AD396;
  margin-right: 10px;
}
.about .advantage .appintment {
  display: flex;
  align-items: start;
}
.about .advantage .appintment i {
  color: #2AD396;
  margin-right: 10px;
  margin-top: 3px;
}
.about .patient-img {
  height: 200px;
  background: #f2efea;
  border-radius: 20px;
  display: flex;
  justify-content: center;
}
.about .patient-img img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .about .patient-img {
    display: none;
  }
}
.about .doctor {
  display: flex;
  align-items: center;
}
.about .doctor .image {
  margin-right: 20px;
  width: 70px;
  height: 70px;
}
.about .doctor .content p {
  color: #2AD396;
}
.about .single-doctor {
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image img {
  max-width: 100%;
}

.about-overlay {
  content: "";
  position: absolute;
  top: 60px;
  right: -50px;
  height: 550px;
  width: 100%;
  background: linear-gradient(70deg, #548BFF, #65C7F7);
  border-radius: 20px;
  z-index: -1;
}
@media (max-width: 991px) {
  .about-overlay {
    top: 35px !important;
    right: -40px !important;
    height: 355px !important;
  }
}
@media (max-width: 575px) {
  .about-overlay {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-overlay {
    right: -25px;
    height: 725px;
  }
}

@media (max-width: 991px) {
  .ab-img {
    display: flex;
    justify-content: center;
  }
}
/* ==================================== about section end ======================= */
/* ======================== test section start ========================= */
.test {
  margin-top: 60px;
  margin-bottom: 45px;
}
.test .card.active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transform: translateY(-8px);
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 1rem;
}
.test .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transform: translateY(-8px);
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 1rem;
}
.test .card img {
  height: 70px;
}
.test .card .card-footer h5 {
  font-size: 1.1rem;
}
@media (max-width: 575px) {
  .test {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) and (min-width: 991px) {
  .test .card-footer h5 {
    font-size: 1.1rem !important;
  }
}
/* ===================== test section end ======================= */
/* ===================== services section start ================== */
.services {
  min-height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
}
.services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://templatekit.jegtheme.com/pediatra/wp-content/uploads/sites/250/2022/03/bg3-VFBFAPL.png") no-repeat center center;
  background-size: cover;
  filter: blur(5px);
  z-index: -2;
}
.services::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 187, 252, 0.2);
  z-index: -1;
}
.services .top-content h6 {
  color: #fff;
}
.services .top-content h2 {
  color: #fff;
}
@media (max-width: 575px) {
  .services .top-content h2 {
    font-size: 1.9rem;
  }
}
.services .top-content p {
  font-size: 1.1rem;
  color: #fff;
}
.services .card {
  position: relative;
  border-radius: 15px;
}
.services .card .icons i {
  position: absolute;
  background-color: #2AD396;
  padding: 20px;
  left: 20%;
  top: -20%;
  border-radius: 50%;
  color: #fff;
}
.services .card .card-title {
  color: #212529;
  margin-top: 20px;
}
.services .card p {
  color: gray;
  text-align: justify;
}
.services .card .btn-green {
  padding: 0;
  color: #2AD396;
}
.services .card .btn-green:hover {
  background-color: #00b894 !important;
  color: #fff !important;
  padding: 5px;
}
.services .card-bg {
  background-color: #2AD396;
}
.services .card-bg .card-title {
  color: #fff;
}
.services .card-bg p {
  color: #fff;
}
.services .card-bg .btn-green {
  color: #fff;
}
.services .icons i:hover {
  transform: translateY(-8px);
  background-color: #2AD396;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

/* ===================== services section end ================= *//*# sourceMappingURL=index.css.map */