@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("/fatd/fonts/pja_home/Gilroy-ExtraBold.otf");
}

/*"/fatd/images/pja_home/image doctor.png"*/

@font-face {
  font-family: "Gilroy-Medium";
  src: url("/fatd/fonts/pja_home/Gilroy-Medium.ttf");
}

@font-face {
  font-family: "Gilroy-Light";
  src: url("/fatd/fonts/pja_home/Gilroy-Light.otf");
}

@font-face {
  font-family: "Lato-Bold";
  src: url("/fatd/fonts/pja_home/Lato-Bold.ttf");
}

@font-face {
  font-family: "Nexa-Bold";
  src: url("/fatd/fonts/pja_home/Nexa Bold.otf");
}

@font-face {
  font-family: "Lato-Regular";
  src: url("/fatd/fonts/pja_home/Lato-Regular.ttf");
}

* {
  box-sizing: border-box;
}

body {
  font-family: Gilroy-Medium;
}

nav.navbar-light {
  background-color: #fff !important;
  position: relative;
}

nav.navbar-light .navbar-brand img {
  /*height: 60px;*/
  margin: 10px 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #007bff;
  font-size: 18px;
  font-weight: 700;
  font-family: Gilroy-Medium;
  margin: 0 10px;
}

img.img-logo-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
}

header {
  background-image: url("/fatd/images/pja_home/bg.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  position: relative;
}

header img {
  position: absolute;
  top: 4vh;
  right: 10vw;
  width: 12vw;
}

header .container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

header h2 {
  color: #fff;
  font-weight: 400;
  font-family: Gilroy-Medium;
}

header h1 {
  color: #fff;
  font-weight: 400;
  font-family: Gilroy-Medium;
}

header p {
  color: #fff;
  font-weight: 300;
  font-family: Gilroy-Light;
  font-size: 24px;
}

.buttons .btn-custom {
  background-color: #007bff;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: Gilroy-Medium;
  border-radius: 15px;
  height: 50px;
  margin: 0 30px 0 0;
  width: 168px;
}

.buttons a.btn-custom {
  height: auto;
  padding: 12px 0;
}

.buttons .btn-contact {
  background-color: #32cc98;
}

header .buttons .btn-source {
  background-color: #44aeff;
}

p.after-header-text {
  margin: 5vh 0;
  font-size: 20px;
  color: #0e2e46;
  font-weight: 600;
}

.img-flex {
  display: flex;
  margin: 31px 0;
  justify-content: center;
  flex-wrap: wrap;
  align-content: space-between;
}

.img-flex img {
  /*width: 10%;*/
  margin: 0 3vw;
  height: 35px;
}

.img-flex img:nth-child(2) {
  width: 10%;
}

.img-flex img:last-child {
  width: 11%;
  height: 45px;
}

section.next-generation {
  background-color: #f1f8fe;
  padding-bottom: 30px;
}

section .doctors-card img.next-icon {
  width: 50px;
}

section.next-generation img.next-icon {
  width: 64px;
}

section.next-generation h5,
section.next-generation p {
  font-family: Nexa-Bold;
  margin: 20px 0;
  color: #044f79;
}

section.our-mission {
  padding: 30px 0;
}

h2 {
  color: #387aff;
  font-weight: 300;
  font-family: Lato-Bold;
}

section.national-expose {
  background-color: #f1f8fe;
  padding: 30px 0;
}

section.doctors {
  background-color: #fbfcff;
  padding: 30px 0;
}

section.doctors h1 {
  color: #387aff;
  font-weight: 600;
  font-family: Lato-Bold;
  padding: 30px 0;
}

section.doctors .doctors-card {
  background-color: #fff;
  padding: 5px 15px;
  min-height: 226px;
  border-radius: 15px;
  box-shadow: 0px 0px 5px 0px #dbdbdb;
}

.ensuring {
  color: #387aff;
  font-weight: 300;
  font-family: Lato-Bold;
  padding: 30px 0;
}

.ensuring h2 {
  padding: 30px 0;
}

p {
  color: #303030;
  font-family: Gilroy-Medium;
  font-weight: 300;
}

.form-container {
  min-height: 74vh;
}

.form-container h3 {
  font-family: Gilroy-Medium;
  font-size: 22px;
  font-weight: 300;
}

form .form-control {
  background-color: #dee8fb;
  height: 45px;
  border-radius: 16px;
  border: none;
  color: #5c5aaf;
}

footer {
  background-color: #004caa;
  padding: 30px 0;
  min-height: 45vh;
  background-image: url("/fatd/images/pja_home/image doctor.png");
  background-size: 92% 100%;
  display: flex;
  background-position: right;
  background-repeat: no-repeat;
}

footer .container .row {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

footer h2 {
  color: #fff;
  font-family: Lato-Regular;
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: 200;
}

.after-footer {
  display: flex;
  background-color: #043169;
  height: 50px;
  vertical-align: middle;
}

.after-footer a {
  color: #fff;
  text-decoration: none;
}

.after-footer .container {
  display: flex;
  vertical-align: middle;
  align-items: center;
  color: #fff;
}

.after-footer h5 {
  font-size: 16px;
}

@media only screen and (max-width: 1024px) {
  nav .collapse.navbar-collapse img {
    margin-right: 53px;
  }

  nav .collapse.navbar-collapse img.img-logo-2 {
    margin-right: 0;
  }

  header {
    height: 56vh;
  }

  header img {
    top: 4vh;
  }

  footer {
    min-height: auto;
  }
}

@media only screen and (max-width: 768px) {
  header {
    height: 35vh;
  }

  header img {
    top: 4vh;
  }

  img.img-logo-2 {
    display: none;
  }

  .img-flex img {
    width: 98px;
    margin: 4px 2vw;
    height: 35px;
  }

  .col-md-6 {
    margin-top: 0% !important;
  }

  .ensuring h2 {
    padding: 0;
  }

  footer h2 {
    font-size: 20px;
  }

  .after-footer h5 {
    font-size: 15px;
  }

  .buttons .btn-custom {
    font-size: 14px;
    height: 40px;
    width: 145px;
    font-weight: 200;
    height: auto;
    margin: 0 10px 15px 0;
  }

  .after-footer {
    height: auto;
    padding: 12px 0;
  }

  form .buttons {
    text-align: center !important;
  }

  nav.navbar-light .navbar-brand img {
    height: 40px;
    margin: 0px 0;
  }

  nav .collapse.navbar-collapse img {
    width: 60px;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 600;
  }

  .form-container h3 {
    font-size: 20px;
  }

  .form-container {
    min-height: 76vh;
  }
}

@media only screen and (max-width: 720px) {
  .buttons .btn-custom {
    width: 159px;
  }

  header h2 {
    font-size: 26px;
  }

  header p {
    font-size: 16px;
  }

  .img-flex img {
    width: 70px;
  }

  section.national-expose .row {
    flex-direction: column-reverse;
  }

  section.doctors .doctors-card {
    margin-bottom: 21px;
  }

  footer {
    background-image: none;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .form-container h3 {
    font-size: 18px;
  }

  header {
    height: 300px;
  }

  nav img.img-fluid.img-logo-2 {
    display: none;
  }

  header h2 {
    font-size: 18px;
  }

  footer h2 {
    font-size: 22px;
  }

  .after-footer .container {
    display: block;
  }

  .after-footer h5 {
    font-size: 15px;
  }

  header img {
    top: 3vh;
    right: 5vw;
    width: 18vw;
  }

  p.after-header-text {
    font-size: 16px;
  }

  section.next-generation {
    text-align: center;
  }

  section.next-generation h5 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
  }

  section {
    text-align: center;
  }

  header p {
    font-size: 13px;
    width: 62%;
  }

  .buttons .btn-custom {
    margin: 0 2px 0px 0;
    font-size: 16px;
  }
}

@media only screen and (max-width: 320px) {
  .buttons .btn-custom {
    margin: 0 2px 9px 0;
  }

  header {
    height: 26vh;
  }

  .buttons .btn-custom {
    font-size: 14px;
    width: 140px;
  }
}
