.header nav ul li a { font-size: 24px; padding: 32px 32px; }
.footer { border-top: 4px solid #0e76bc; }
.home-map .container, .home-map .row,.home-map .col-sm-5, .home-map .col-sm-7 { min-height: 100%; }
.home-map .col-sm-5 {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.page-title {  background-color: #0e76bc; background-image: url(../i/foot-bg.png); background-repeat: no-repeat; background-position: bottom right; }
.page-title, .pg-padding { padding: 80px 0; }

.page-title h1 {
    font-size: 85px;
    font-weight: 500;
    color: #FFF;
    letter-spacing: -5px;
    margin: 0;
    font-family: "museo-slab",museo-slab,serif;
    line-height: 1;
}

.page-title h2 {
    color: #91d7e8;
    font-weight: 300;
    font-size: 25px;
}

.pg-content.pg-about-us ul {
    margin: 0 0 45px;
}

.pg-content.pg-about-us ul li {
    margin: 0 0 18px;
}

.new-patients {
    background: #0e76bc;
    padding: 70px 0;
}

.new-patients h2 {
    font-size: 36px;
    font-weight: 500;
    color: #FFF;
    letter-spacing: -1px;
    margin: 0;
    font-family: "museo-slab",museo-slab,serif;
    line-height: 1.25;
}

.new-patients p {
        color: #91d7e8;
    font-weight: 300;
    font-size: 20px;
    margin:0 0 40px;
}

.new-patients p:last-child {
    margin: 0;
}

.about-img {
    border: 4px solid #0e76bc;
    padding: 7px;
}

.credentials p {
    background: #0e76bc;
    padding: 17px;
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    line-height: 1;
}

.credentials p em {
    font-style: normal;
    display: block;
    font-size: 14px;
    margin: 3px 0 0;
    color: #91d7e8;
}

.pg-contact-us form fieldset:after {content: "";display: block;clear: both;}

.pg-contact-us form .form-group:nth-child(1), .pg-contact-us form .form-group:nth-child(2), .pg-contact-us form .form-group:nth-child(3) {
    width: 32%;
    float: left;
}

.pg-contact-us form .form-group:nth-child(2) {
    margin: 0 2%;
}

.pg-contact-us form .form-group label {
    margin: 0;
}

.pg-contact-us form .form-group label + span {
    display: none;
}

.pg-contact-us form .form-group label:after {
    content: "*";
    color: red;
}

.pg-contact-us form .form-group .form-control {
    border: 1px solid #999;
    outline: 0;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    transition: all 0.3s;
}

.pg-contact-us form .form-group .form-control:hover, .pg-contact-us form .form-group .form-control:focus, .pg-contact-us form .form-group .form-control:active {
    border: 1px solid #0e76bc;
}

.pg-contact-us + iframe {
    margin: 0 0 -6px !important;
}

.pg-contact-us ul {
    margin: -8px 0 40px;
}

.pg-contact-us ul li {
    position: relative;
    padding: 9px 0 9px 41px;
}

.pg-contact-us ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 0;
}

.home-intro em {
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.home-intro em img {
    max-width: 190px;
    height: auto;
}

.service {
    height: 600px;
    display: -webkit-flex;
    display: -ms-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    border-bottom: 15px solid #f3f3f3;
}

.service-left,
.service-right {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.service-right {
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 75px;
}

.service.last {
  border-bottom: none;
}

.service.first {
  border-top: 15px solid #f3f3f3;
}

.service .service-left {
  background-color: #11496d;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  min-height: 100%;
}

.service .service-right {
  background-color: #fff;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  min-height: 100%;
}

.service.alt .service-left {
  -webkit-order: 3;
  -ms-order: 3;
  order: 3;
}

.service-right li,
.service-right p {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 38px;
}

.service-right li:last-child,
.service-right p:last-child {
  margin: 0;
}

.service .service-left h2 {
    font-size: 35px;
    font-weight: 500;
    color: #FFF;
    margin: 0;
    font-family: "museo-slab",museo-slab,serif;
    line-height: 1;
    letter-spacing: -1px;
}

.service .service-left h2:after {content: "";display: block;width: 90px;height: 3px;background: #f6bb3d;margin: 10px auto 0;}

.icon-footer-3 {
    background-image: url(../i/email.svg);
    width: 31px;
    height: 37px;
}