@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;700&display=swap");

:root {
  --primary-blue: #0046c0;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
.form_result_contact,.sucess_form{
  color: green;
}
.form_error_name ,.form_error_no,.error_last,.error_number,.error_first{
  color: red;
}
#load-screen {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  height: 100vh;
  z-index: 100000;
}

#loading {
  width: 100px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../utils/loader.gif);
  /* background-size: 100%; */
  background-repeat: no-repeat;
  background-position: center;
}
.mb-70 {
  margin-bottom: 70px;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

/* .navbar-brand {
  float: left;
  height: auto;
} */
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

body {
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
}

.hospital_name {
  color: var(--primary-blue);
  font-weight: bold;
}

.navbar {
  border-top: 1px solid rgb(202, 202, 202);
  background-color: #fff !important;
  font-weight: 500;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.navbar-nav > li {
  margin-right: 20px;
}
.navbar-light .navbar-toggler {
  margin-left: auto;
}

.navbar-nav > li > a:hover {
  color: #007bff !important;
  border-bottom: 2px solid #007bff;
  transition: all 0.1s linear;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #007bff;
  border-bottom: 2px solid #007bff;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  color: rgba(0, 0, 0, 0.5);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item :hover {
  color: #007bff !important;
  border-bottom: 2px solid #007bff;
  transition: all 0.1s linear;
}
.top_header {
  color: #4a6f8a;
  font-size: 14px;
  background: #fff;
}
.header_top_left {
  list-style: none;
  margin: 0;
}
.header_top_left li {
  display: inline-block;
  margin-left: 30px;
  padding-top: 5px;
}
.top_header .bi {
  color: var(--primary-blue);
}
.social_icon_top {
  float: right;
}
.bi {
  color: inherit;
  margin-left: 10px;
}

.social_icon_top .bi {
  margin-left: 15px;
  font-size: large;
  padding: 5px;
  float: right;
}

.social_icon_top .bi:hover {
  background-color: var(--primary-blue);
  color: white;
}

.home_row {
  position: relative;
  /*min-height: 100vh;*/
}

.home_text {
  margin-top: 30vh;
  transform: translateX(10%);
}

.home_text h1 {
  font-size: 50px;
  font-weight: 700;
}

.home_text p {
  margin: 40px 0;
}
.image_front_animated {
  position: absolute;
  top: -5%;
  left: 10%;
  height: 70vh;
  animation: left-right 10s infinite;
  z-index: -1;
}
#contact_us {
  background-color: var(--primary-blue);
  color: white;
  padding: 10px 40px;
  font-size: larger;
  border: 2px solid var(--primary-blue);
  margin-right: 70px;
  margin-top: 30px;
}
#learn_more {
  border: 2px solid var(--primary-blue);
  padding: 10px 20px;
  font-size: larger;
}
#contact_us:hover {
  background-color: white;
  color: var(--primary-blue);
  transition: all 0.3s ease-in-out;
}
#learn_more:hover {
  color: white;
  background-color: var(--primary-blue);
  transition: all 0.3s ease-in-out;
}

.image_front_heart {
  position: absolute;
  left: 0;
  bottom: 0%;
  max-width: 70%;
}

.banner_right {
  position: relative;
  height: auto;
}

.banner_right :nth-child(1) {
  position: absolute;
  top: 50px;
  right: 20px;

  max-width: 510px;
  -webkit-animation: a-four 5s linear infinite;
  -moz-animation: a-four 5s linear infinite;
  animation: a-four 5s linear infinite;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}

.banner_right :nth-child(2) {
  position: absolute;
  top: 50px;
  right: 20px;
  max-width: 510px;
  -webkit-animation: a-five 5s linear infinite;
  -moz-animation: a-five 5s linear infinite;
  animation: a-five 5s linear infinite;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}

.banner_right :nth-child(3) {
  position: absolute;
  top: 50px;
  right: 20px;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}

.play-button {
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
  top: 52%;
  left: 42%;
  transform: translateX(-50%);
  transform: translateY(-50%);
  z-index: 10;
  border: none;
}

.play-button .bi {
  color: var(--primary-blue);
  font-size: 50px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateX(-50%);
  transform: translateY(-50%);
}
.play-button:hover {
  background-color: var(--primary-blue);
  border: none;
  transition: all 0.2s linear;
}
.play-button:focus {
  outline: 0;
}

.play-button:hover ~ #play_button_bi {
  color: #fff;
}
.about_image_row {
  position: relative;
}

.about_image_1 {
  margin-top: 100px;
  z-index: -2;
}
.about_image_2 {
  padding-left: 17px !important;
}
.about_image_2::before {
  position: absolute;
  content: "";
  left: 0px;
  top: -15px;
  width: 95%;
  height: 380px;
  z-index: -1;
  border-radius: 10px;
  background-color: #0046c0;
}

.about_image_1::before {
  position: absolute;
  content: "";
  right: -17px;
  bottom: -15px;
  width: 430px;
  height: 380px;
  z-index: -1;
  border-radius: 10px;
  background-color: #0046c0;
}
.about_text_div {
  position: relative;
}
.about_text_div p {
  margin-top: 20px;
}
.about_text_div ul {
  list-style: none;
  margin-top: 20px;
}

.about_text_div ul li .bi {
  margin: 0;
  margin-right: 10px;
  color: var(--primary-blue);
}

.about_heart {
  position: absolute;
  bottom: 0px;
  height: 150px;
  right: 0;
  animation: updown 5s linear infinite;
}

.about_text_div a {
  margin-top: 20px;
  display: inline-block;
  background-color: var(--primary-blue);
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid var(--primary-blue);
}

.about_text_div a:hover {
  border: 2px solid var(--primary-blue);
  background-color: white;
  color: var(--primary-blue);
  transition: all 0.2s linear;
}

.scope_div {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.322);
}
.scope_div img {
  margin-top: 20px;
  height: 70px;
}
.scope_div h4 {
  margin-top: 10px;
  padding-bottom: 20px;
}

.doctor_div {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.322);
  position: relative;
  background-color: #fff;
}
.doctor_div img {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.322);
}
.doctor_div h3 {
  margin-top: 10px;
}
.doctor_div h4 {
  margin: 10px 0;
  padding-bottom: 10px;
}
.doctor_div a {
  position: absolute;
  width: 50%;
  left: 25%;
  bottom: 10%;
  padding: 15px 30px;
  color: white;
  background-color: var(--primary-blue);
  z-index: -2;
}

.doctor_div img:hover ~ #doctor_readmore {
  left: 25%;
  bottom: 15%;
  z-index: 3;
  transition: all 0.5s ease-in-out;
}

#doctor_readmore:hover {
  left: 25%;
  bottom: 15%;
  z-index: 3;
}

/* ............... about us page  ...............  */
.banner_about {
  position: relative;
}
.background_banner__about {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0.2;
  background-color: #0046c0;
}
.banner_about img {
  width: 100%;
}
.banner_about ul {
  list-style: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  position: absolute;
  text-align: center;
}
.banner_about ul li {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
}
.banner_about ul .bi {
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
}

.banner_about h3 {
  font-size: 42px;
  margin-bottom: 20px;
  text-shadow: 0 0 2px #000;
}

.about_page__img {
  text-align: center;
}

.about_page__img img {
  width: 95%;
  margin: auto;
  border-radius: 10px;
  -webkit-animation: a-three 5s linear infinite;
  -moz-animation: a-three 5s linear infinite;
  animation: a-three 5s linear infinite;
}

.about_page__img::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 10px;
  width: 75%;
  height: 70%;
  border-radius: 10px;
  z-index: -1;
  -webkit-animation: a-one 5s linear infinite;
  -moz-animation: a-one 5s linear infinite;
  animation: a-one 5s linear infinite;
  background-color: #0046c0;
}

.about_page__img::after {
  position: absolute;
  content: "";
  bottom: -10px;
  right: 10px;
  width: 75%;
  height: 70%;
  border-radius: 10px;
  z-index: -1;
  -webkit-animation: a-two 5s linear infinite;
  -moz-animation: a-two 5s linear infinite;
  animation: a-two 5s linear infinite;
  background-color: #0046c0;
}

.numbers_about {
  width: 92%;
  padding: 50px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.322);
  background-image: url(../utils/about/map-bg.png);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.numbers_about h3 {
  color: var(--primary-blue);
  margin: 15px 0;
  font-size: 35px;
}

.numbers_about img {
  height: 80px;
}

.banner_md {
  position: relative;
}

.banner_md img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
}
.banner_md h1 {
  color: var(--primary-blue);
  padding-top: 50px;
  padding-bottom: 20px;
  text-shadow: 0 0 2px #000;
}

.heading_lines::before {
  content: "";
  position: absolute;
  width: 30%;
  bottom: 15%;
  left: 35%;
  height: 2px;
  background-color: var(--primary-blue);
}

.heading_lines::after {
  content: "";
  position: absolute;
  width: 15%;
  bottom: 10%;
  left: 42.5%;
  height: 2px;
  background-color: var(--primary-blue);
}

.scope_img {
  position: relative;
  padding: 20px 0;
}

.scope_img img {
  border-radius: 10px;
  width: 95%;
  border: 2px solid var(--primary-blue);
}

.scope_img::before {
  content: "";
  background-color: var(--primary-blue);
  height: 70%;
  width: 70%;
  left: 10px;
  top: 10px;
  position: absolute;
  z-index: -1;
  opacity: 0.7;
  border-radius: 10px;
  animation: a-one 5s infinite linear;
}
.scope_img::after {
  content: "";
  background-color: var(--primary-blue);
  height: 70%;
  width: 70%;
  bottom: 10px;
  right: 10px;
  position: absolute;
  border-radius: 10px;
  z-index: -2;
  opacity: 0.7;
  animation: a-two 5s infinite linear;
}

.contact_front__col div {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.322);
  padding: 50px 10px;
  padding-bottom: 30px;
}

.contact_front__col div .bi {
  font-size: 30px;
  color: white;
  background-color: var(--primary-blue);
  border-radius: 50%;
  padding: 20px;
}
.contact_front__col div h2 {
  margin-top: 30px;
}
.form_contactus__container {
  padding: 0;
}

.form_contactus {
  background-image: url(../utils/contact/contact-form-bg.png);
  padding: 80px 100px;
  background-size: cover;
}
#map {
  width: 100%;
  height: 400px;
}

::placeholder {
  font-family: inherit;
}
@keyframes a-three {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes a-one {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes a-two {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(10px, 10px);
  }
  100% {
    transform: translate(0);
  }
}

@keyframes left-right {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(100px);
  }
  100% {
    transform: translate(0);
  }
}

@keyframes a-four {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -moz-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
  100% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes a-five {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(10px, 10px);
    -moz-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  100% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes updown {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translate(0);
  }
}

.ul_fac > li {
  list-style: none;
}

.ul_fac > li > .bi {
  color: var(--primary-blue);
  padding: 0;
  margin: 0;
  padding-right: 10px;
}
.gen_md__img img {
  border: 2px solid var(--primary-blue);
  border-radius: 20px;
  padding: 0;
}

.facility__img img {
  border-radius: 20px;
  border: 2px solid var(--primary-blue);
  position: relative;
  /* width: 95%; */
  margin: auto;
}
.facility__img::before {
  content: "";
  background-color: var(--primary-blue);
  height: 70%;
  width: 70%;
  left: 10px;
  top: -10px;
  position: absolute;
  z-index: -1;
  opacity: 0.7;
  border-radius: 10px;
  animation: a-one 5s infinite linear;
}
.facility__img::after {
  content: "";
  background-color: var(--primary-blue);
  height: 70%;
  width: 70%;
  bottom: -10px;
  right: 10px;
  position: absolute;
  border-radius: 10px;
  z-index: -2;
  opacity: 0.7;
  animation: a-two 5s infinite linear;
}
footer li {
  list-style: none;
}
footer {
  background-image: url(../footer-bg.png);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #0843aa;
  position: relative;
  color: white;
  padding-top: 70px;
}

footer h3 {
  font-size: 25px;
  margin-bottom: 30px;
}
.contact_us_footer_div {
  margin-bottom: 30px;
}
.contact_us_footer_div li {
  list-style-type: none;
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding-left: 70px;
  position: relative;
}
.contact_us_footer_div li a {
  display: block;
  color: #fff;
  margin-bottom: 7px;
  font-size: 15px;
}
.contact_us_footer_div .bi {
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 42px;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact_us_footer_div li a:hover {
  transform: translateX(10px);
  transition: all 0.5s ease;
}
.our_service_footer li a .bi {
  font-size: 12px;
  margin-right: 10px;
}
.quick_links li a .bi {
  font-size: 12px;
  margin-right: 10px;
}
.quick_links ul li a:hover {
  padding-left: 5px;
  transition: all 0.5s ease;
}
.our_service_footer ul li a:hover {
  padding-left: 5px;
  transition: all 0.5s ease;
}

footer .form-group {
  margin-bottom: 20px;
}
footer .form-group .form-control {
  font-size: 15px;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.78);
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 15px;
  color: #fff;
}
.feedback-btn {
  font-weight: 600;
  font-size: 14px;
  background-color: #fff;
  padding: 12px 35px;
  border-radius: 30px;
  color: #0046c0;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 1150px) {
  .home_text h1 {
    font-size: 40px;
    font-weight: 700;
  }

  .banner_right :nth-child(3) {
    top: 50px;
    right: 20px;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner_right :nth-child(1) {
    max-width: 410px;
  }
  .banner_right :nth-child(2) {
    max-width: 410px;
  }
}

@media (max-width: 862px) {
  #contact_us {
    margin-right: 5%;
  }
}

@media (max-width: 767px) {
  .home_text {
    padding-top: 180px;
    transform: translateX(0%);
    padding-bottom: 10px;
  }

  .banner_right :nth-child(3) {
    top: 0px;
    right: 0;
    left: 0;
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner_right :nth-child(1) {
    top: 0px;
    right: 0;
    left: 0;
    max-width: 285px;
  }
  .banner_right {
    position: absolute;
    height: auto;
  }
  .about_image_1 {
    margin: 0;
    z-index: -2;
  }
  .banner_right :nth-child(2) {
    top: 0px;
    right: 0;
    left: 0;
    max-width: 285px;
  }
  .image_front_animated {
    top: 200px;
  }
  .image_front_heart {
    bottom: -20%;
  }
  .about_image_1::before {
    display: none;
  }
  .about_image_2::before {
    width: 281px;
  }
  .about_text_div {
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 22px;
  }
  .home_text h1 {
    font-size: 25px;
    font-weight: 700;
  }
  #contact_us,
  #learn_more {
    font-size: 17px;
    padding: 10px 20px;
  }
  .form_contactus {
    background-image: url(../utils/contact/contact-form-bg.png);
    padding: 40px 20px;
    background-size: cover;
  }
  .image_front_animated {
    position: absolute;
    top: 0%;
    left: 10%;
    height: 70vh;
    animation: left-right 10s infinite;
    z-index: -1;
  }
  .home_row {
    overflow: hidden;
  }
}
