@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
a {
  text-decoration: none !important;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #313243;
}

header ul li a {
  color: #2d4c9b;
  font-weight: 500;
}

.btns {
  background-color: #2d4c9b;
  font-weight: 600;
  padding: 10px 16px;
}

#banner .items {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 86px 0;
}

#banner .items h1 {
  font-weight: 600;
  font-size: 60px;
}

#banner .items h3 {
  font-size: 44px;
  font-weight: 300;
}

#banner .items p {
  font-size: 22px;
}

#banner .items a {
  background-color: #2d4c9b;
  font-weight: 600;
  padding: 10px 16px;
}

#what-us {
  padding: 60px 0;
}

#what-us h3 {
  font-weight: 600;
  font-size: 40px;
}

#what-us p {
  margin-bottom: 20px;
}

.doc-profile .profile {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #fff;
  padding: 5px;
  overflow: hidden;
  margin: 0 auto 20px;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 17px 0px rgba(255, 255, 255, 0.4);
}

.doc-profile .profile img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

#doctors {
  background-color: #b58db7;
  padding: 55px 0;
}

#experts {
  padding: 60px 0;
}

#experts h2 {
  color: #2d4c9b;
  font-size: 60px;
}

#experts h3 {
  font-weight: 600;
}

#experts a {
  text-decoration: none !important;
}

#experts .play-icon {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
}

#experts .circle {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#experts .circle i {
  color: #2d4c9b;
}

#initative-package {
  background-color: #b58db7;
  padding: 58px 0;
}

#initative-package h3 {
  font-weight: 600;
  font-size: 38px;
}

#initative-package .box {
  background-color: #fff;
  padding: 5%;
}

#initative-package .box h3 {
  font-size: 20px;
  color: #2d4c9b;
}

#initative-package .box p {
  font-size: 16px;
}

footer {
  padding: 50px 0 0;
}

footer.footer {
  background: #2c3e50 !important;
}

footer .footer-menus h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
}

footer .footer-menus ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-menus .first-child {
  position: relative;
}

footer .footer-menus ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-menus ul li {
  padding: 5px 0;
  margin: 0;
}

footer .footer-menus ul li a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  padding: 0;
  display: inline-block;
}

footer .footer-menus ul li a:hover {
  text-decoration: underline !important;
}

footer .footer-menus .first-child:before {
  content: "";
  position: absolute;
  left: auto;
  right: -15px;
  background: #ededed;
  height: 280px;
  width: 1px;
  top: -25px;
}

@media screen and (min-width: 1200px) {
  footer .footer-menus .first-child:before {
    right: 10px;
  }
}

footer.footer #block-menu-menu-footer .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields input {
  background-color: transparent;
  border: solid 1px #495e74;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #ffffff;
}

footer.footer #block-menu-menu-footer .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields .input-group-btn {
  border: solid 1px #495e74;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.footer-qr-code--block {
  background-image: url(https://www.narayanahealth.org/sites/all/themes/nh_default_theme/backround.png);
  height: 235px;
  width: 320px;
  background-size: 360px 235px;
  margin-left: -30px;
}

.footer-qr-code--block_logo img {
  width: 56%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 12px;
}

.footer-qr-code--block_logo-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 13px;
}

.footer-qr-code--block_logo p {
  font-size: 13px;
  background-color: #0f519f;
  padding: 0 10px;
  border-radius: 16px;
  color: white;
  margin-bottom: 6px;
}

.footer-qr-code--block-download {
  font-size: 16px;
  text-transform: uppercase;
  background-color: white;
  padding: 0 5px;
  display: inline-block;
  margin-left: 68px;
  color: #0f519f;
  margin-top: 8px;
}

.footer-qr-code--block .view-qr-code .view-content .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-qr-code--block-download-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-left: 22px;
}

.footer-qr-code--block-download-scan {
  margin-top: -33px;
  margin-left: 13px;
}

.footer-qr-code--block-download-scan p {
  font-size: 12px;
  line-height: 1;
  color: #0f519f;
  text-align: center;
  margin-bottom: 3px;
}

.footer-qr-code--block-download-scan img {
  width: 64px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer-qr-code--block-download-button img {
  width: 115px;
  margin-right: 6px;
}

#block-menu-menu-footer .last ul:before {
  background: 0 0;
}

footer.footer .extend-menus-new {
  margin-top: 20px;
}

.extend--menu_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.extend-menus-new a {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #101010;
  padding: 0;
  display: inline-block;
  font-weight: 400 !important;
}

.extend-menus-new a {
  color: #fff !important;
}

.extend--menu_wrapper li.leaf::after {
  content: "|";
  color: white;
  margin: 0 2.5px;
}

footer.footer div.copy-right {
  padding: 20px 0 !important;
  background-color: #07c4e1;
}

footer .copy-right {
  padding: 20px 0 0;
  margin: 30px 0 0;
  position: relative;
}

footer .copy-right .copy-right-cnt p {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 15px;
}

footer .copy-right .copy-right-cnt ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}

footer .copy-right .copy-right-cnt ul li:first-child {
  padding: 0;
}

footer .copy-right .copy-right-cnt ul li {
  padding: 0 0 0 15px;
  display: inline-block;
}

footer .copy-right .copy-right-cnt ul li a {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  font-weight: 300;
}

#block-menu-menu-social {
  text-align: center;
}

#block-menu-menu-social ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#block-menu-menu-social ul li {
  margin: 0 15px;
}

@media only screen and (max-width: 767px) {
  #block-menu-menu-social ul li {
    margin: 0 5px;
  }
}

#block-menu-menu-social ul li i::before {
  font-size: 57px;
  border-radius: 50%;
  color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
}

@media only screen and (max-width: 767px) {
  #block-menu-menu-social ul li i::before {
    font-size: 32px;
  }
}

#block-menu-menu-social ul li i.fa-wordpress::before {
  background-color: #184eae;
  color: #ffffff;
}

#block-menu-menu-social ul li img {
  width: 40px;
}

#block-menu-menu-social ul li i.icon-facebook::before {
  background-image: url(https://www.narayanahealth.org/sites/all/themes/nh_default_theme/img/social-icon/facebook.png);
}

#block-menu-menu-social ul li i.icon-twitter::before {
  background-image: url(https://www.narayanahealth.org/sites/all/themes/nh_default_theme/img/social-icon/icon-twitter.png);
}

#block-menu-menu-social ul li i.icon-linked::before {
  background-image: url(https://www.narayanahealth.org/sites/all/themes/nh_default_theme/img/social-icon/linked.png);
}

#block-menu-menu-social ul li i.icon-instagram::before {
  background-image: url(https://www.narayanahealth.org/sites/all/themes/nh_default_theme/img/social-icon/icon-instagram.png);
}

#block-menu-menu-social ul li i.icon-youtube::before {
  background-image: url(https://www.narayanahealth.org/sites/all/themes/nh_default_theme/img/social-icon/youtube.png);
}

.slick-dots {
  bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-qr-code--block {
    width: 260px;
  }
  .footer-qr-code--block-download-button img {
    width: 85px;
  }
  .footer-qr-code--block-download {
    margin-left: 38px;
  }
  .footer-qr-code--block-download-scan {
    margin-left: 1px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-qr-code--block {
    width: 260px;
  }
  .footer-qr-code--block-download-button img {
    width: 85px;
  }
  .footer-qr-code--block-download {
    margin-left: 38px;
  }
  .footer-qr-code--block-download-scan {
    margin-left: 1px;
  }
  header img {
    width: 180px;
  }
  header ul li a {
    font-size: 12px;
  }
  #banner .items h1 {
    font-size: 30px;
  }
  #banner .items h3 {
    font-size: 24px;
  }
  #banner .items p {
    font-size: 14px;
  }
  #what-us {
    padding: 30px 0;
  }
  #what-us h3 {
    font-size: 30px;
  }
  #what-us p {
    font-size: 14px;
  }
  #doctors {
    padding: 30px 0;
  }
  #doctors h3 {
    font-size: 24px;
  }
  #experts {
    padding: 30px 0;
  }
  #experts h2 {
    font-size: 30px;
  }
  #experts p {
    font-size: 14px;
  }
  #initative-package {
    padding: 30px 0;
  }
  #initative-package h3 {
    font-size: 30px;
  }
  #initative-package p {
    font-size: 14px;
  }
  footer {
    padding: 30px 0 0;
  }
  footer .copy-right .copy-right-cnt ul li {
    padding: 0 0 0 4px;
  }
  footer .footer-menus .first-child:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-qr-code--block {
    width: 100%;
    margin-left: 0;
  }
  .footer-qr-code--block-download-button img {
    width: 85px;
  }
  .footer-qr-code--block-download {
    margin-left: 38px;
  }
  .footer-qr-code--block-download-scan {
    margin-left: 1px;
  }
  header img {
    width: 130px;
  }
  header ul li a {
    font-size: 12px;
  }
  #banner .items {
    padding: 30px 0;
  }
  #banner .items h1 {
    font-size: 26px;
  }
  #banner .items h3 {
    font-size: 20px;
  }
  #banner .items p {
    font-size: 13px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  #what-us {
    padding: 20px 0;
  }
  #what-us h3 {
    font-size: 24px;
  }
  #what-us p {
    font-size: 14px;
  }
  #doctors {
    padding: 20px 0;
  }
  #doctors h3 {
    font-size: 24px;
  }
  #experts {
    padding: 20px 0;
  }
  #experts h2 {
    font-size: 24px;
  }
  #experts p {
    font-size: 14px;
  }
  #experts h3 {
    font-size: 22px;
  }
  #initative-package {
    padding: 20px 0;
  }
  #initative-package h3 {
    font-size: 24px;
  }
  #initative-package p {
    font-size: 14px;
  }
  footer {
    padding: 20px 0 0;
  }
  footer .copy-right .copy-right-cnt ul li {
    padding: 0 0 0 4px;
  }
  footer .footer-menus .first-child:before {
    display: none;
  }
}

.appointment--button {
  padding: 8px 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  background: white;
  z-index: 999;
  -webkit-box-shadow: 0px -3px 10px #0000003c;
          box-shadow: 0px -3px 10px #0000003c;
  border-radius: 0;
}

.appointment--button .mobile-cta-links-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.appointment--button a {
  font-size: 12px !important;
  font-weight: 300;
}

.appointment--button .mobile-cta-links-block img {
  width: 24px;
  height: 24px;
  margin: auto;
}

.appointment--button .mobile-cta-links-block .mobile-cta-links .field-content {
  color: #000;
  text-decoration: none;
  font-size: 13px;
  line-height: 13px;
  margin-top: 5px;
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */