@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");
:root {
  --bs-secondry-color: #95c122;
}

body {
  color: var(--bs-black);
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  background-color: #fffae4;
}
body.open .navigation-menu__labels {
  translate: 0 0;
  visibility: visible;
}

a,
a:hover {
  color: var(--sr-body-color);
  text-decoration: none;
}

ul li,
p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767.98px) {
  ul li,
  p {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 4px;
  background-color: var(--bs-white);
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background: var(--bs-black);
}

::placeholder {
  color: var(--bs-black) !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--bs-black) !important;
}

::-ms-input-placeholder {
  color: var(--bs-black) !important;
}

.text-color {
  color: #d31313 !important;
}

.bg-color {
  background-color: #007a75 !important;
}

.bg-light {
  background-color: var(--bs-gray-200) !important;
}

.bg-dark {
  background-color: var(--bs-dark) !important;
}

.bg-gradient {
  background-image: linear-gradient(90deg, #0f7956, #007a75) !important;
  background-color: #007a75;
}

.bg-gradient2 {
  background: radial-gradient(circle at 50% 48%, #0f7956 30%, #007a75 100%);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #007a75;
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.list-icon-check {
  padding-left: 0;
  list-style: none;
}
.list-icon-check li {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  padding-left: 10px;
}
@media only screen and (max-width: 767.98px) {
  .list-icon-check li {
    align-items: start;
    padding-left: 10px;
  }
}
.list-icon-check li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  font-weight: 900;
  color: var(--bs-black);
  position: relative;
  top: 0px;
  left: -10px;
}
@media only screen and (max-width: 767.98px) {
  .list-icon-check li::before {
    font-size: 14px;
  }
}

.list-icon {
  padding-left: 0;
  list-style: none;
}
.list-icon li {
  display: flex;
  align-items: start;
  margin-bottom: 0.25rem;
  padding-left: 10px;
}
@media only screen and (max-width: 767.98px) {
  .list-icon li {
    align-items: start;
    padding-left: 10px;
  }
}
.list-icon li::before {
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  font-size: 18px;
  font-weight: 900;
  color: var(--bs-black);
  position: relative;
  top: 0px;
  left: -10px;
}
@media only screen and (max-width: 767.98px) {
  .list-icon li::before {
    font-size: 14px;
  }
}

.two_coloumn {
  columns: 2;
}

.hero_section_doctor {
  position: relative;
  background-image: url(../images/hero_bg.jpg);
  background-size: cover;
  padding: 100px 0 170px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .hero_section_doctor {
    padding: 20px 0 90px;
    background-position: 25% 75%;
  }
}
.hero_section_doctor::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
}
.hero_section_doctor .content {
  position: relative;
  color: #fff;
  padding-right: 80px;
}
@media only screen and (max-width: 767.98px) {
  .hero_section_doctor .content {
    padding-right: 0;
    text-align: center;
  }
}
.hero_section_doctor .content .logo {
  max-width: 200px;
  margin-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .hero_section_doctor .content .logo {
    max-width: 200px;
    margin: auto;
    margin-bottom: 15px;
  }
}
.hero_section_doctor .content h1 {
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 600;
  margin-bottom: 10px;
  text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3), 0px -4px 10px rgba(255, 255, 255, 0.3);
  position: relative;
  color: #ffec05;
}
@media only screen and (max-width: 767.98px) {
  .hero_section_doctor .content h1 {
    font-size: 28px;
    letter-spacing: 1px;
  }
}
.hero_section_doctor .content h4 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 18px;
  background-color: #ffec05;
  padding: 7px 10px;
  color: #000;
  border-radius: 10px;
  font-weight: 700;
  display: inline-block;
}
@media only screen and (max-width: 767.98px) {
  .hero_section_doctor .content h4 {
    font-size: 16px;
  }
}
.hero_section_doctor .content p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767.98px) {
  .hero_section_doctor .content p {
    font-size: 18px;
    display: none;
  }
}
.hero_section_doctor .content ul li {
  font-size: 18px;
}
@media only screen and (max-width: 767.98px) {
  .hero_section_doctor .content ul li {
    align-items: flex-start;
  }
}
.hero_section_doctor .content ul li::before {
  color: #ffc107;
}
@media only screen and (max-width: 767.98px) {
  .hero_section_doctor .content ul li::before {
    padding-top: 5px;
  }
}
.hero_section_doctor .content h5 {
  background-color: #ffc107;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  color: #000;
  margin-bottom: 20px;
  font-size: 26px;
}
@media only screen and (max-width: 767.98px) {
  .hero_section_doctor .content h5 {
    font-size: 22px;
    padding: 10px;
  }
}
.hero_section_doctor .content em {
  display: block;
  font-size: 22px;
  font-weight: 600;
}
.hero_section_doctor .appoinment_form_doc {
  position: relative;
  background-color: #fff;
  padding: 25px;
  outline: 5px solid #fff;
  outline-offset: 5px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
@media only screen and (max-width: 767.98px) {
  .hero_section_doctor .appoinment_form_doc {
    margin-bottom: 100px;
  }
}
.hero_section_doctor .appoinment_form_doc .title {
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  border-radius: 10px;
  background-color: #8b0101;
  padding: 7px;
  color: #fff;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
  .hero_section_doctor .appoinment_form_doc .title {
    font-size: 24px;
  }
}
.hero_section_doctor .appoinment_form_doc .title::after {
  content: "";
  border-top: 10px solid #026046;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  width: 20px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.hero_section_doctor .appoinment_form_doc p {
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .hero_section_doctor .appoinment_form_doc p {
    font-size: 17px;
  }
}
.hero_section_doctor .appoinment_form_doc .form-group {
  margin-bottom: 20px;
}
.hero_section_doctor .appoinment_form_doc .form-group .form-select,
.hero_section_doctor .appoinment_form_doc .form-group .form-control {
  box-shadow: rgba(9, 30, 66, 0.15) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border-radius: 0;
  border: 1px solid #888;
}
.hero_section_doctor .appoinment_form_doc .form-group .submit-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  border-radius: 10px;
}
.hero_section_doctor .appoinment_form_doc .form-group .submit-btn button {
  border: none;
  background-color: #8b0101;
  padding: 10px 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  width: 100%;
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 767.98px) {
  .hero_section_doctor .appoinment_form_doc .form-group .submit-btn button {
    font-size: 13px;
  }
}
.hero_section_doctor .appoinment_form_doc .form-group .submit-btn i {
  background-color: #ffec05;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 0 10px 10px 0;
}
.hero_section_doctor .title_main {
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .hero_section_doctor .title_main {
    font-size: 30px;
    letter-spacing: 2px;
  }
}
.hero_section_doctor .title_main::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  height: 5px;
  width: 55px;
  background-color: #fff;
  z-index: 1;
}
.hero_section_doctor .title_main::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 2px;
  height: 1px;
  width: 200px;
  max-width: 255px;
  background-color: #fff;
}
.hero_section_doctor .doctor_profile {
  background-color: #fff;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  overflow: hidden;
}
.hero_section_doctor .doctor_profile .info {
  padding: 20px;
  text-align: center;
}
.hero_section_doctor .doctor_profile .info .name {
  font-weight: 700;
  font-size: 25px;
}
.hero_section_doctor .doctor_profile .info .deg {
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
}

.features {
  position: relative;
  margin-top: -100px;
}
.features .feature_box {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  outline: solid 2px #026046;
  outline-offset: -7px;
  text-align: center;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.features .feature_box .icon {
  position: relative;
  width: 150px;
  height: 150px;
  margin: auto;
  border-radius: 50%;
  border: solid 3px #026046;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.features .feature_box .icon img {
  width: 100%;
}
.features .feature_box .main_title {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.features .feature_box .subtitle {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
}

.video_testimonials {
  position: relative;
  padding: 50px 0;
}
@media only screen and (max-width: 767.98px) {
  .video_testimonials {
    padding-bottom: 0;
  }
}
.video_testimonials .title {
  font-size: 45px;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767.98px) {
  .video_testimonials .title {
    font-size: 30px;
  }
}
.video_testimonials .title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #026046;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.video_testimonials .title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  width: 200px;
  max-width: 255px;
  background-color: #026046;
  margin-left: auto;
  margin-right: auto;
}
.video_testimonials p {
  font-size: 16px;
}
.video_testimonials .video_wrapper {
  position: relative;
  border: 5px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .video_testimonials .video_wrapper {
    margin-bottom: 20px;
  }
}
.video_testimonials .video_wrapper a {
  display: block;
  position: relative;
}
.video_testimonials .video_wrapper a .pattern {
  position: relative;
}
.video_testimonials .video_wrapper a .pattern::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.video_testimonials .video_wrapper a .pattern .icon {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
  color: red;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}
.video_testimonials .video_wrapper a .pattern .icon::before {
  animation: pulse2 2s infinite;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.video_testimonials .video_wrapper a .pattern .icon i {
  filter: drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff) drop-shadow(1px 1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff);
}
.video_testimonials .video_wrapper p {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .video_testimonials .video_wrapper p {
    font-size: 18px;
  }
}

.mobile-call-btn {
  display: none;
  padding: 10px 10px 8px;
  position: fixed;
  z-index: 9999;
  bottom: 15px;
  right: 15px;
  background: #ffc107;
  border-radius: 5%;
  width: 65px;
  text-align: center;
  line-height: 1.1;
  transition: all 0.3s ease;
}

footer {
  position: relative;
}
footer .copyright {
  background-color: #8b0101;
  margin-top: 50px;
  color: #000;
  padding: 20px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  color: #fff;
  text-align: center;
}/*# sourceMappingURL=style.css.map */