/* variables */
/* common class */
::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-button {
  background: #ccc; }

::-webkit-scrollbar-track-piece {
  background: #888; }

::-webkit-scrollbar-thumb {
  background: #eee; }

html {
  font-size: 10px; }

body {
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  background: #fff4e1 url(../img/body-bg.png) no-repeat center top;
  background-size: cover;
  color: #606060; }

h1, .h1 {
  font-size: 4.6rem;
  font-weight: 800;
  margin-bottom: 2rem; }

h2, h3, h4, h5, h6 {
  margin-bottom: 1.5rem;
  font-weight: bold; }

h2, .h2 {
  font-size: 3rem; }

h3, .h3 {
  font-size: 2.4rem; }

h4, .h4 {
  font-size: 2rem; }

a {
  transition: all 0.3s ease-out;
  outline: none;
  display: inline-block;
  text-decoration: none;
  color: #a4a67e; }
  a:hover, a:focus {
    text-decoration: none;
    color: #747921; }

img {
  max-width: 100%; }

p {
  margin-bottom: 15px; }
  p:last-child {
    margin-bottom: 0; }

ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem; }

.common-sec {
  padding: 15px 0; }

.common-btn {
  padding: 0.5rem 1.5rem;
  border-radius: 0;
  border: 2px solid #a4a67e;
  min-width: 150px;
  color: #a4a67e;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1; }
  .common-btn:hover {
    border-color: #a4a67e; }

.header-bx {
  padding: 80px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 300px;
  background: url(../img/flower1.png) no-repeat left center, url(../img/flower2.png) no-repeat calc(100% - 50px) -50px, url(../img/upper-bg.png) no-repeat center bottom;
  background-size: 230px, 300px, 100% 100%; }
  .header-bx .site-title {
    margin-bottom: 0; }

.site-title {
  color: #4e4e4e; }

.row-5 {
  margin: 0 -5px; }
  .row-5 [class*="col-"] {
    padding: 0 5px; }

.form-control {
  border: 1px solid #4e4e4e;
  padding: 10px;
  height: auto;
  background: none;
  font-size: 14px; }
  .form-control:hover, .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-shadow: none;
    box-shadow: none;
    outline: none; }

.logo-txt {
  font-size: 5rem; }

.custom-modal-style .close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  z-index: 1; }
.custom-modal-style .modal-content {
  border-radius: 0; }
.custom-modal-style .modal-body {
  padding: 20px; }

@media (min-width: 1600px) {
  .site-main {
    min-height: calc(100vh - 352px); } }
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem; }

  h2, .h2 {
    font-size: 2.5rem; }

  h3, .h3 {
    font-size: 2rem; }

  h4, .h4 {
    font-size: 1.8rem; } }
@media (max-width: 575px) {
  .header-bx {
    padding: 50px 0;
    min-height: 200px;
    background-size: 108px, 190px, 100% 100%; } }
.site-navigation {
  padding: 15px 20px;
  background-color: #fff; }
  .site-navigation .site-logo {
    color: #4e4e4e;
    font-size: 2rem;
    font-family: 'annifontitalic'; }
  .site-navigation ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .site-navigation ul li {
      position: relative; }
      .site-navigation ul li:after {
        content: '';
        background-color: #606060;
        width: 1px;
        height: 12px;
        position: absolute;
        right: 0;
        top: 16px; }
      .site-navigation ul li:last-child:after {
        display: none; }
      .site-navigation ul li a {
        font-weight: 500;
        color: #606060;
        padding: 10px 14px !important; }
        .site-navigation ul li a:hover, .site-navigation ul li a:focus {
          color: #a4a67e; }
  .site-navigation .navbar-toggler {
    padding: 0;
    outline: none;
    margin-left: auto; }
    .site-navigation .navbar-toggler .toggler-icon {
      display: block;
      width: 30px;
      height: 5px;
      height: 2px;
      border-radius: 30%;
      background-color: #a4a67e;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      margin-left: auto; }
      .site-navigation .navbar-toggler .toggler-icon:nth-child(2) {
        margin-top: 5px;
        margin-bottom: 5px; }
  .site-navigation .navbar-toggler[aria-expanded=true] .toggler-icon:nth-child(1) {
    width: 15px; }
  .site-navigation .navbar-toggler[aria-expanded=true] .toggler-icon:nth-child(2) {
    width: 20px; }

@media (max-width: 991px) {
  .site-navigation {
    padding: 20px; }
    .site-navigation .navbar-collapse {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background-color: white;
      background-color: #a4a67e;
      z-index: 1; }
      .site-navigation .navbar-collapse a {
        color: #fff !important; } }
@media (max-width: 575px) {
  .site-navigation .site-logo {
    font-size: 100%; } }
.home-page-section {
  background: url(../img/home-bg.png) no-repeat bottom;
  background-size: cover; }

.home-page-ccontent {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-orient: column;
  -moz-box-orient: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  position: relative;
  height: 100vh; }
  .home-page-ccontent .home-logo {
    font-size: 40px;
    font-family: 'annifontitalic';
    text-align: center; }
    .home-page-ccontent .home-logo a {
      color: #4e4e4e; }
  .home-page-ccontent .home-nav {
    margin-top: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .home-page-ccontent .home-nav li {
      font-size: 1.6rem;
      font-weight: 500;
      padding: 0 30px;
      color: #3b3b3b; }
  .home-page-ccontent .home-txt {
    padding: 15px 0;
    text-align: center;
    font-size: 1.8rem; }
    .home-page-ccontent .home-txt p {
      margin-bottom: 20px; }
      .home-page-ccontent .home-txt p:last-child {
        margin-bottom: 0; }
  .home-page-ccontent .next-bx {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 1.8rem;
    font-weight: 500; }
    .home-page-ccontent .next-bx a {
      color: #3b3b3b; }
    .home-page-ccontent .next-bx .next-icon {
      display: inline-block;
      width: 30px;
      height: 30px;
      text-align: center;
      border: 1px solid #3b3b3b;
      border-radius: 100%;
      line-height: 24px;
      font-size: 24px; }
      .home-page-ccontent .next-bx .next-icon i {
        vertical-align: middle; }

.service-page-section,
.contact-page-section,
.our-doctors-section {
  padding: 15px 0 0; }

.heading-info-bx {
  margin-bottom: 50px; }

.col-lg-12 .heading-info-bx {
  margin-bottom: 0; }

.contact-addrs-bx {
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  height: 100%; }
  .contact-addrs-bx .icon {
    margin-bottom: 10px; }

.patient-forms-dv ul {
  margin-bottom: 0; }
  .patient-forms-dv ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-weight: bold; }
    .patient-forms-dv ul li:last-child {
      margin-bottom: 0; }
    .patient-forms-dv ul li:before {
      content: '';
      width: 20px;
      height: 22px;
      background: url(../img/arrow-right.png) no-repeat center left;
      position: absolute;
      left: 0; }
  .patient-forms-dv ul a {
    color: #606060; }
    .patient-forms-dv ul a:hover {
      color: #a4a67e; }

.our-doctors-bx {
  text-align: center; }
  .our-doctors-bx .img {
    margin-bottom: 15px; }
  .our-doctors-bx .txt {
    margin-bottom: 10px; }
  .our-doctors-bx .link-dv {
    font-style: italic;
    font-weight: bold; }
    .our-doctors-bx .link-dv a {
      color: #606060; }
      .our-doctors-bx .link-dv a:hover {
        color: #a4a67e; }

.doctor-modal-content {
  clear: both; }
  .doctor-modal-content .img {
    width: 275px;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px; }
    .doctor-modal-content .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .doctor-modal-content .txt-dv {
    width: 100%; }

.service-info-bx {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 30px; }
  .service-info-bx:last-child {
    margin-bottom: 0; }
  .service-info-bx .img {
    width: 100px;
    flex: none;
    margin-right: 20px; }
  .service-info-bx .service-text {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #cdd09d;
    min-height: 120px; }
  .service-info-bx:last-child .service-text {
    border-bottom: none; }

.resources-dv {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between; }
  .resources-dv ul {
    margin-right: 15px;
    width: calc(50% - 15px); }
    .resources-dv ul li {
      padding-left: 30px;
      position: relative;
      margin-bottom: 20px;
      font-size: 2.4rem;
      font-weight: bold; }
      .resources-dv ul li:last-child {
        margin-bottom: 0; }
      .resources-dv ul li:before {
        content: '';
        width: 20px;
        height: 22px;
        background: url(../img/arrow-right.png) no-repeat center left;
        position: absolute;
        left: 0;
        top: 1px; }
      .resources-dv ul li a {
        color: #606060; }
        .resources-dv ul li a:hover {
          color: #a4a67e; }

.pregnancy-calculator-dv .input-bx {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 20px; }
.pregnancy-calculator-dv .label {
  margin-right: 15px;
  min-width: 235px;
  text-align: right; }
.pregnancy-calculator-dv .input-dv {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .pregnancy-calculator-dv .input-dv select {
    margin-right: 10px; }
    .pregnancy-calculator-dv .input-dv select:last-child {
      margin-right: 0; }
.pregnancy-calculator-dv .month-drop {
  min-width: 150px; }
.pregnancy-calculator-dv .year-drop {
  min-width: 80px; }

@media (max-width: 991px) {
  .home-page-ccontent .home-logo {
    font-size: 24px;
    line-height: 40px; }
  .home-page-ccontent .home-nav {
    margin-top: 35px; }
    .home-page-ccontent .home-nav li {
      padding: 0 10px; }
  .home-page-ccontent .next-bx {
    top: calc(50% + 30px);
    position: static;
    top: auto;
    font-size: 1.4rem; }
    .home-page-ccontent .next-bx .next-icon {
      width: 20px;
      height: 20px;
      line-height: 10px;
      font-size: 16px; }

  .doctor-modal-content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .doctor-modal-content .img {
      margin-right: 0;
      margin-bottom: 20px; } }
@media (max-width: 767px) {
  .pregnancy-calculator-dv .label {
    min-width: auto;
    width: 100%;
    text-align: left; } }
@media (max-width: 575px) {
  .home-page-ccontent .home-logo {
    font-size: 100%; }
  .home-page-ccontent .home-txt {
    font-size: 1.4rem; }

  .service-info-bx {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .service-info-bx .img {
      max-width: 80px;
      margin-right: 0;
      margin-bottom: 20px; }

  .resources-dv ul,
  .patient-forms-dv ul {
    margin-bottom: 15px; }
    .resources-dv ul li,
    .patient-forms-dv ul li {
      font-size: 16px;
      margin-bottom: 15px; }
      .resources-dv ul li:before,
      .patient-forms-dv ul li:before {
        top: 2px; } }
.site-footer {
  background: url(../img/lower.png) no-repeat center top;
  background-size: 100% 100%;
  text-align: center;
  padding: 200px 15px 15px; }

.footer-links {
  margin-bottom: 15px; }
  .footer-links ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .footer-links ul li {
      margin: 0 12px;
      position: relative; }
      .footer-links ul li:after {
        content: '';
        background-color: #606060;
        width: 1px;
        height: 12px;
        position: absolute;
        right: -12px;
        top: 5px; }
      .footer-links ul li:last-child:after {
        display: none; }
    .footer-links ul a {
      color: #606060; }

@media (max-width: 575px) {
  .site-footer {
    padding: 15px; }
    .site-footer .copyright {
      font-size: 12px; } }

/*# sourceMappingURL=main.css.map */
