/**
    Copyright (c) Jacob Shore
*/
/*
  ========================================
  TABLE OF CONTENTS
  ========================================

  1) General Stylings
  2) Intro section for pages
  3) Header Styles
  4) Half page img half page text layout styles
  5) Profile pics styles
  6) Home Page Styles
    i - Welcome section
    ii - Services section
    iii - Online payments sections
    iv - About section
    v - physicians spotlight section
  7) About Page Styles
    i - History section
    ii - Affiliates section 
  8)  Services Page Styles
  9)  Physicians Page Styles
  10) Nurses Page Style
  11) Billing Page Styles
  12  Patients Page Styles
  14) Contact page Styles
  15) Footer Styles
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,600|Roboto:400,400i,700,900&display=swap");

@font-face {
  font-family: 'times';
  src: url('times_new_roman-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('times_new_roman-webfont.woff') format('woff'), /* Pretty Modern Browsers */
}

/* Make padding on body to prevent overlap w/ fixed header */
body {
  font-family: "Roboto", sans-serif;
  padding-top: 90px;
  color: #171717;
  background-color: #f3f3f3;
}
p {
  font-family: times, sans-serif;
  font-size: 1.2rem;
}

h2.sec-title {
  margin-top: 35px;
  text-transform: uppercase;
}

/* Keep logo on navbar and footer >= 220px */
#logo-img img, .navbar-brand img, footer .logo img {
  max-width: 220px;
}

/* If mobile - make rows flexbox column */
@media only screen and (max-width: 990px) {
  .row {
    display: flex;
  }
  #welcome {
    justify-content: center;
  }
  #logo-img img, .navbar-brand img, footer .logo img {
    max-width: 200px;
  }
}

/*
    Intro on navbar pages (other than home page)
 */
#intro {
  min-height: 400px;
  background: linear-gradient(-45deg, #ffffff62, #fffdfd41), url(../assets/doc_computer.jpg) fixed right center;
  background-position: cover;
  text-align: center;
}

/* Styles specific to header */
.nav-item.nav-link {
  border-bottom: 4px solid transparent;
  transition-duration: 1s;
}

@media only screen and (min-width: 1100px) {
  .nav-item.nav-link {
    color: #171717 !important;
    padding-bottom: 1rem;
    margin-left: 15px;
  }
}

.nav-item.nav-link:hover {
  border-bottom: 4px solid #756aee !important;
  transition-duration: 1s;
}

.nav-active {
  border-bottom: 4px solid #756aee !important;
}

@media only screen and (max-width: 990px) {
  .nav-active {
    border-bottom: 4px solid transparent;
    background-color: #756aee;
    color: white !important;
    padding-left: 10px !important;
  }
}

@media only screen and (min-width: 1100px) {
  .justify-content-end {
    margin-right: 80px !important;
  }
}

/* Styles for half page img half page text layout  components */
#brief-about, #abt-mission, #individual, #online-payment, #online-payments {
  background-color: #e9e9e9;
  
}

@media only screen and (max-width: 990px) {
  #brief-about, #abt-mission, #individual, #online-payment, #online-payments {
    max-height: 100%;
    display: flex;
    flex-flow: column;
  }
  #brief-about a.btn-lg, #abt-mission a.btn-lg, #individual a.btn-lg, #online-payment a.btn-lg, #online-payments a.btn-lg {
    margin-bottom: 30px;
  }
}

#brief-about .col-md-6, #abt-mission .col-md-6, #individual .col-md-6, #online-payment .col-md-6, #online-payments .col-md-6 {
  padding: 0;
  text-align: center;
  width: 100%;
}
.display-2 {
  font-size: 4.5rem;
  font-weight: bold;
}

#brief-about .col-md-6 img, #abt-mission .col-md-6 img, #individual .col-md-6 img, #online-payment .col-md-6 img, #online-payments .col-md-6 img {
    max-height: 450px;
    max-width: 100%;
}

@media only screen and (min-width: 1439px) {
  #brief-about .col-md-6 img, #abt-mission .col-md-6 img, #individual .col-md-6 img, #online-payment .col-md-6 img, #online-payments .col-md-6 img {
    object-position: 50% 25%;
  }
}

@media only screen and (min-width: 1439px) {
  #brief-about .col-md-6 img, #abt-mission .col-md-6 img, #individual .col-md-6 img, #online-payment .col-md-6 img, #online-payments .col-md-6 img {
    object-position: 50% 25%;
  }
}

#brief-about .col-md-6 h2, #abt-mission .col-md-6 h2, #individual .col-md-6 h2, #online-payment .col-md-6 h2, #online-payments .col-md-6 h2 {
  color: #171717;
  padding-bottom: 0px;
  padding: 15px 0;
  font-weight: bold;
  font-size: 2.9rem;
}
.display-4, .display-5 {
    font-size: 2.9rem;
    line-height: 1.2;
    font-weight: bold;
}

#brief-about .col-md-6 p, #abt-mission .col-md-6 p, #individual .col-md-6 p, #online-payment .col-md-6 p, #online-payments .col-md-6 p {
  padding: 0px 30px;
}

@media only screen and (max-width: 990px) {
  #brief-about {
    flex-flow: column-reverse;
  }
}

#abt-mission h2, #abt-mission a, #individual h2, #individual a, #online-payment h2, #online-payment a {
  margin-left: 30px;
}

/* 
    Styles specific for profile pictures 
    - used on the hompage on the physicians page  
*/
#profile-pic, #doc-pics, #physicians #doc-pics {
  text-align: center;
  max-width: 100%;
}

@media only screen and (min-width: 1100px) {
  #profile-pic, #doc-pics, #physicians #doc-pics {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 1050px) {
  #profile-pic, #doc-pics, #physicians #doc-pics {
    display: flex;
    flex-flow: row wrap;
    max-width: 100%;
  }
}

#profile-pic .doc-pic, #doc-pics .doc-pic, #physicians #doc-pics .doc-pic {
  position: relative;
  margin-bottom: 20px;
  height: fit-content;
  border-radius: 5px;
  overflow:hidden;
}

#profile-pic .doc-pic img, #doc-pics .doc-pic img, #physicians #doc-pics .doc-pic img {
  width: 100%;
  object-fit: cover;
  transition-duration: 1s;
}

@media only screen and (max-width: 990px) {
  #profile-pic .doc-pic img, #doc-pics .doc-pic img, #physicians #doc-pics .doc-pic img {
    
  }
}

#profile-pic .doc-pic img:hover, #doc-pics .doc-pic img:hover, #physicians #doc-pics .doc-pic img:hover {
  filter: grayscale(0%);
  transition-duration: 1s;
}

.overlay {
  font-family: sans-serif;
  pointer-events: none;
  position: absolute;
  padding: 10px 20px;
  bottom: 0;
  -webkit-clip-path: polygon(93% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(93% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
  height: 80px;
  min-width: 220px;
  text-align: left;
  transition-duration: 0.5s;
  background-color: rgba(0, 0, 0, 0.6);
  color: #f3f3f3;
  z-index: 100;
  display: flex;
  display: -ms-flexbox;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
}

@media only screen and (min-width: 1100px) {
  .overlay {
    width: 45%;
  }
}

@media only screen and (max-width: 1050px) {
  .overlay {
    width: 220px;
  }
}

.overlay h4 {
  font-size: 1.3rem;
  margin-bottom: 0;
}

.overlay p {
  padding-top: 0;
  margin-top: 0;
  font-size: 0.9rem;
  font-style: italic;
}

/* Styles for welcome section on homepage */
#welcome {
  min-height: 600px;
  background: url(https://raw.githubusercontent.com/DewofyourYouth/SIMA/master/assets/workplace.jpg) fixed top center;
  background-size: cover;
  text-align: center;
}

@media only screen and (min-width: 1100px) {
  #welcome {
    padding-top: 75px;
  }
}

@media only screen and (min-width: 1100px) {
  #welcome .subtext {
    padding: 10px 150px !important;
  }
}

@media only screen and (max-width: 990px) {
  #welcome .subtext {
    background-color: #ffffffbe;
    padding: 10px;
    border-radius: 5px;
    -moz-box-shadow: 1px 2px 3px #ffffff75;
    -webkit-box-shadow: 1px 2px 3px #ffffff75;
    box-shadow: 1px 2px 5px #ffffff75;
    margin-bottom: 5px;
  }
}

/* Styles for the services section on the homepage */
#ms-inner {
  display: grid;
  grid-gap: 1rem;
  text-align: center;
  margin: 20px 0;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-areas: "left-image hs-1 hs-2" "left-image hs-3 hs-4";
}

@media only screen and (max-width: 990px) {
  #ms-inner {
    display: flex;
    flex-flow: row wrap;
  }
}

#left-image {
  grid-area: left-image;

  margin: auto auto;
  text-align: center;
  width: 100%;
}

#left-image img {
  width: 75%;
  border-radius: 10px;
}

@media only screen and (min-width: 1439px) {
  #left-image img {
    width: 65%;
  }
}

@media only screen and (max-width: 990px) {
  #left-image img {
    width: 95%;
    margin-bottom: 15px;
  }
}

#hs-1 {
  grid-area: hs-1;
}

#hs-1 h3 {
  padding: 15px 20px;
}

#hs-2 {
  grid-area: hs-2;
}

#hs-3 {
  grid-area: hs-3;
}

#hs-4 {
  grid-area: hs-4;
}

.hs-service {
  margin: auto auto;
  display: inline-table;
  padding: 10px;
  width: 100%;
  height: 100%;
}

.hs-service hr {
  margin: 10px 30%;
  border: 1.5px solid grey;
  border-radius: 1px;
}

.hs-service a {
  margin-top: 20px;
}

.tc {
  display: table-cell;
  width: 100%;
  margin: 5px;
  box-shadow: 1px 1px 3px 4px #cacaca;
  border-radius: 5px;
  vertical-align: middle;
  height: 300px;
  padding:15px 10px;
}

@media only screen and (min-width: 1439px) {
  .tc {
    height: 400px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 990px) {
  .tc {
    padding: 20px;
  }
}

.icon {
  font-size: 3rem;
}

/* Styles for the online payments section on the homepage */
/* Styles for the about section on the homepage */
/* Styles for the physician spotlight section on the homepage */
#doc-pics .mouse-over .overlay {
  width: 250px;
  transition-duration: 1s;
  transition-timing-function: ease;
}

#doc-pics .mouse-over img {
  filter: grayscale(0%) !important;
  transition-duration: 1s;
}

/* Styles for history section on about page */
#abt-history {
  text-align: center;
  margin-bottom: 20px;
}

#abt-history .history-img {
  margin: 30px 10px 0 0;
}

#abt-history .year {
  color: #756aee;
}

#abt-history h4 {
  padding-top: 30px;
}

#abt-history hr {
  margin: 25px 0;
  position: relative;
  border-top: 2px solid #cecece;
}

#abt-history hr:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  top: -7px;
  border: 3px solid #c6c1f3;
  border-radius: 50%;
  background: #756aee;
  left: 48%;
}

/* Styles for affiliates section on about page */
#abt-affilations {
  min-height: 360px;
  background-color: #fff;
  padding: 30px 0;
}

#abt-affilations .afilliate {
  text-align: center;
  padding: 0 20px;
}

#abt-affilations .afil-col {
  transition-duration: 1s;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  padding:5px;
}

#abt-affilations .af-logo {
margin: auto auto;
    vertical-align: middle;
    width: 100%;
    transition-duration: 1s;
    max-height: 140px;
    width: auto;
    margin: auto;
    max-width: 100%;
}


#abt-affilations .af-logo-hover {
  width: 95%;
  border: solid 1px #686666;
  filter: opacity(100%);
  transition-duration: 1s;
}

/* Styles for services page */
#services {
  margin: 40px 30px;
}

#services .service {
  padding: 5px;
  margin-bottom: 20px;
}

#services .service hr {
  border: solid 1.5px #ccc;
  border-radius: 1px;
  margin: 30px 100px;
}

#services .service .service-inner {
    border-radius: 5px;
    margin: 0 10px;
    padding: 30px 30px 20px;
    box-shadow: 0px 0px 5px 2px #ccc;
    height: 100%;
}
.service-inner h4 {
  color: #756aee;
  font-weight: bold
}

#services .service .icon {
  margin-bottom: 15px;
  display: none;
}

/* Styles for the physicians page */
#physicians {
  padding-top: 50px;
}

@media only screen and (min-width: 1100px) {
  #physicians {
    padding: 50px 100px;
  }
  #physicians #doc-pics {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 40px;
  }
  #physicians .overlay {
    height: 116px;
    width: 55%;
    min-width: 250px;
    letter-spacing: 0.7px;
  }
  #physicians .overlay h4 {
    padding-top: 8px;
    font-size: 1.6rem;
    margin-bottom: 4px;
  }
  #physicians .overlay p {
    padding-top: 0;
    font-size: 1.1rem;
    font-style: italic;
  }
}

#physicians #doc-pics .mouse-over {
  box-shadow:2px 2px 6px 0px rgba(0,0,0,0.4);
  transition: all ease 0.25s;
}

/* Styles for nurses page */
@media only screen and (min-width: 1100px) {
  #nurses {
    margin-left: 130px;
    margin-right: 130px;
  }
}

@media only screen and (max-width: 990px) {
  #nurses {
    margin: 30px 0;
  }
}

#nurses a:hover,
#nurses a:visited,
#nurses a:active,
#nurses a:link {
  text-decoration: none;
}

#nurses #doc-pics {
  margin: 30px 50px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}

@media only screen and (max-width: 990px) {
  #nurses #doc-pics {
    margin: 0;
    padding: 10px;
  }
}

#nurses .nurse-info {
  text-decoration: none;
  display: flex;
  flex-flow: row;
  width: 100% !important;
}

@media only screen and (max-width: 990px) {
  #nurses .nurse-info {
    flex-flow: column;
  }
}

#nurses .nurse-info p {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
}

#nurses .nurse-info p:hover {
  color: #756aee;
  transition-duration: 1s;
}

#nurses .nurse-info .p-name {
  text-align: left;
  color: #171717;
  text-decoration: none;
  transition-duration: 1s;
}

#nurses .nurse-info .p-title {
  text-align: right;
  color: #787878;
  text-transform: uppercase;
  transition-duration: 1s;
}

@media only screen and (max-width: 990px) {
  #nurses .nurse-info .p-title {
    text-align: left;
  }
}

#nurses .doc-pic {
  border-bottom: solid 1px #171717;
}

#nurses .doc-pic img {
  filter: grayscale(50%);
}

#nurses .doc-pic img:hover {
  box-shadow: 0px 0px 5px 5px #756aee;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}

@media only screen and (max-width: 990px) {
  #nurses .doc-pic img {
    max-width: 98%;
  }
}

/* Styles for billing page */
#q-n-a {
  padding: 30px;
  background-color: #fff;
}

@media only screen and (max-width: 1050px) {
  #q-n-a {
    background-color: transparent;
    margin: 30px 0;
    padding: 0;
  }
}

.question {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 50px;
  cursor: pointer;
  background-color: #e9e9e9;
  font-size: 1.3rem;
  border: solid 1px #919191;
  margin-bottom: 10px;
}

.question .q-container {
  background-color: #fff;
  text-transform: uppercase;
  display: flex;
  flex-flow: row;
  padding: 20px;
}

.question .q-container .q {
  margin: auto 0;
  width: 80%;
  text-align: justify;
  margin-right: 30px;
    font-family: roboto;
    font-weight: bold;
}

@media only screen and (max-width: 1050px) {
  .question .q-container .q {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.question .q-container .icon {
  display: flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 7px #007bff;
}

@media only screen and (max-width: 1050px) {
  .question .q-container .icon {
    display: none;
  }
}

.question .answer {
  overflow: hidden;
  height: auto;
  max-height: 0;
  margin: 0 10px;
  padding: 0 20px;
  filter: opacity(0%);
  transition-duration: 1s;
}

.show-answer .answer {
  max-height: 600px;
  padding: 20px;
  margin: 0 10px;
  border-top: 1px solid #000;
  filter: opacity(100%);
  transition-duration: 1s;
}

/* Styles for patients page */
#patients {
  margin: 40px;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (min-width: 1439px) {
  #patients {
    margin: 40px 250px;
  }
}

#patients .text {
  box-shadow: 0px 0px 3px 1px #ccc;
  border-radius: 10px 10px 0 0 !important;
  margin-bottom: 0 !important;
  padding-top: 80px;
  padding-bottom: 10px !important;
}

#patients .title-sec {
  text-transform: uppercase;
  text-align: center;
}

#patients .title-sec h4 {
  font-weight: bold;
}

#patients .title-sec h6 {
  font-weight: 600;
}

#patients .title-sec p {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

#patients hr {
  margin: 20px 30px;
}

#patients .features-sec ul {
  text-align: left;
  padding: 20px 40px;
  margin-bottom: 30px;
}

#patients .features-sec li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin: 0 5px 15px 15px;
  padding-right: 10px;
  color: #007bff;
}

#patients .features-sec li {
  list-style: none;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1.5px;
  font-weight: 600;
}

#patients .btn-sec {
  margin-top: 0px !important;
}

#patients .btn-sec a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  text-align: center;
  border-radius: 0 0 10px 10px !important;
  text-transform: uppercase;
}

/* Styles for contact page */
#contact .inner-wrapper {
  padding: 40px 0;
  margin: 20px 0 0;
  border: solid 1px #aca8a8;
  height: 100%;
  font-family: Roboto, sans-serif
}

#contact p {
  margin-bottom: 0;
}

#contact p a {
  font-weight: 600;
  color: #171717;
  transition-duration: 500ms;
}

#contact p a:hover {
  text-decoration: none;
  color: #007bff;
  transition-duration: 500ms;
}

#contact .icon {
  font-size: 4rem;
  padding-bottom: 20px;
  color: #9f97f9;
}

#graphics {
  padding: 40px 0;
}

#graphics img {
  width: 100%;
  object-fit: cover;
}

/* Styles for footer */
footer {
  background-color: #171717;
  padding: 30px 30px;
}



footer .col-md-4 {
  padding: 40px 10px;
  border-right: solid 0.5px #919191;
}

@media only screen and (max-width: 990px) {
  footer .col-md-4 {
    border-right: none;
  }
}

footer .lc {
  border-right: none;
}

footer ul#social-media li {
  display: inline-block;
  padding: 10px;
  font-size: 2rem;
}

@media only screen and (max-width: 990px) {
  footer ul#social-media li {
    text-align: center;
    padding-top: 0;
    font-size: 1.5rem;
  }
}

footer .logo {
  padding-bottom: 30px;
  text-align: center;
}

footer .sm a {
  color: #919191;
  transition-duration: 1s;
}
#social-media {
  margin-bottom: 0;
  padding-left: 0;
}
footer .sm a:hover {
  color: #ffe9e9;
  transition-duration: 1s;
}

.footer-txt {
  color: #c4c4c4;
  padding:0 20px;
}

#footer-contact {
  display: flex;
  flex-flow: column;
  color: white;
  justify-content: space-evenly;
}

#footer-contact .ftr-contact-info {
  padding: 20px 0;
  display: flex;
  flex-flow: row;
  height: 1fr;
}

#footer-contact .ftr-contact-info * {
  min-width: 100px;
}
@media (min-width: 992px) {
  .ftr-contact-info:first-child {
    padding-top: 0 !important;
  }
}

@media (min-width: 545px) and (max-width: 991px) {
  .doc-pic {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    padding: 0 15px;
  }
}

#footer-contact .phones {
  border-top: solid 0.5px #919191;
  border-bottom: solid 0.5px #919191;
}

#footer-contact .contact-title {
  color: #9f97f9;
  text-transform: uppercase;
  font-weight: 700;
}

#footer-contact a {
  display: block;
  color: #fff;
  transition-duration: 500ms;
  transition-timing-function: ease-in-out;
}

#footer-contact a:hover {
  color: #9f97f9;
  transition-duration: 500ms;
  transition-timing-function: ease-in-out;
}
.q-container .icon {
  user-select: none;
}
.navbar-brand img {
  max-height: 90px;
  height: 90px;
}
#footer .logo img {

}
.physpagebox h2 {
  color: #756aee !important
}
.splitColin {
  height: 100%;
    padding: 30px 0px;
  min-height: 200px;
}
@media (max-width: 768px) {
  .display-2 {
    font-size: 3rem;
  }
  #services {
    margin:40px 0;
  }
  #contact .col-md-4, #graphics .col-md-6 {
    margin-bottom: 15px;
  }
}
.whiteboxTxt {
max-width: 800px;
    text-align: center;
    margin: auto;
    /*background-color: rgba(255,255,255,0.5);*/
    padding: 15px;
    margin-bottom: 20px;
}
.boxtxth {
  max-width: 800px;
    text-align: center;
    margin: auto;
}
.nav-button {
background-color: #007bff;
    padding: 3px 15px !important;
    margin: 0 0 0 15px !important;
    height: 40px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    border-radius: 5px;
    color: #fff !important;
    border-bottom: none !important;
}
.nav-item.nav-link.nav-button:hover {
  border-bottom: none !important;
}
.nav-item.nav-link.nav-button {
  color: #fff !important;
  justify-content: center;
}
@media (max-width: 991px) {
  .navbar-light .navbar-nav .nav-link {
    text-align: center;
  }
  .nav-item.nav-link.nav-button {
    max-width: 150px;
    margin: 5px auto !important;
  }
}
.hsbox {
    height: 100%;
    box-shadow: 1px 1px 3px 4px #cacaca;
    border-radius: 5px;
    padding: 25px 20px;
}
.hsbox hr {
    margin: 10px 30%;
    border: 1.5px solid grey;
    border-radius: 1px;
}
.hstxt {
  text-align: center;
}
.serviceHome {
  padding:60px 0;
}
.hs-bottom {
    max-width: 300px;
    margin: 15px auto 0;
    text-align: center;
    border-radius: 5px;
    padding: 25px 20px;
}
.splitColin > h2.display-4 {
  margin-bottom: 20px;
}
.hs-bottom hr {
    margin: 10px 30%;
    border: 1.5px solid grey;
    border-radius: 1px;
}
.cheadboxin {
  /*background-color:rgba(255,255,255,0.5);*/
  padding: 15px;
}
.cheadbox {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}
#intro .col-12 {
  display: flex;
  display:-ms-flexbox;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cheadboxin .display-2 {
  margin:0;
}
.abtintro {
  padding:60px 0;
}
.cta1 {
    text-align: center;
    padding: 35px 0;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    margin: 0 -15px;
    background-color: #171717;
    color: #fff;
}
.docback a i {
  margin-right: 6px;
}
.physpagebox {
  padding:60px 0;
}
.splitColin .display-4 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.ml30 {
  margin-left: 30px;
}
.fblin {
  display: flex;
    display: -ms-flexbox;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
.fblin a {
  color: #fff;
  padding:4px 8px;
  text-align: center;
}
.hoursright p {
  margin-bottom: 0;
  font-family: Roboto;
  font-size: 1rem;
}

#profile-pic .doc-pic, #doc-pics .doc-pic, #physicians #doc-pics {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: space-between;
}
#profile-pic .doc-pic, #doc-pics .doc-pic, #physicians #doc-pics .doc-pic {
  flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  max-width: 32%;
  padding:0;
}
.doc-pic > a {
  width: 100%;
}

@media (max-width: 991px) {
  #profile-pic .doc-pic, #doc-pics .doc-pic, #physicians #doc-pics .doc-pic {
    flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    max-width: 49%;
  }
  #online-payments {
    align-items: center;
  }
}
@media (max-width: 767px) {
  #welcome {
    padding-top: 70px;
  }

}
@media (max-width: 544px) {
  #doc-pics .doc-pic, #physicians #doc-pics .doc-pic {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE ONLY */
   .cheadbox {
        padding-top: 150px;
   }
   .navbar-brand img {
    width:210px;
   }
}




.cta {
  background-color: #86153A;
  color: #fff;
  text-align: center

}
.cta p {
  font-size: 1.3rem;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  margin-right: 40px
}