body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: #D1463C;
}

p {
  line-height: 1.75; }

.hidden{
    display: none;
  }

.logo{
  height:45px;
}

@media(min-width: 1200px){
  .container {
    max-width: 1200px;
  }
}

.text-primary{
  color: #D1463C!important;
}

.text-secondary {
  color: #f05454 !important;
}

.btn-primary{
  background-color: #D1463C!important;
  border-color: #D1463C!important;
  transition: all 0.5s;
  border-radius: 50px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-primary:hover {
  background-color: #A73830!important;
  border-color: #A73830!important;
  transition: 0.5s;
}

.contact-button {
  margin-top: 50px;
}

.mca-logo-resized{
  height: 75px;
  display: block;
  margin: auto;
}

@media (max-width: 768px) {
  .mca-logo-resized{
    margin-bottom: 20px;
  }
}


.mca-logo-resized-margin{
  height: 75px;
  display: block;
  margin-left: 20%;
}

.links-img{
  height: 150px;

}

#map {
  height: 450px;
  width: 100%;
}

@media (max-width: 769px) {
  #map {
    margin-top: 20px;
  }
}

.contact-circle, .icon{
  color: white;
  border: 2px solid #E53935;
  border-radius: 50%;
}

.contact-item-inner{
  min-height: 490px;
  background: #f6f6f6;
  padding: 20px 10px;
  border: 1px solid #dbdbdb;
}
.contact-email {
  margin-bottom: 40px
}
.contact-numbers {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 20px;
}

.appointment-times > li {
  font-size: 15px;
}

@media (max-width: 769px) {
  .appointment-times {
    margin-top: 1rem;
  }
}


.contact-form-success .fa-check {
  color: #4BB543;
}

.contact-form-success .contact-circle{
  border: 2px solid #4BB543;
}

.whatsapp_a {
  color: #25D366;

}

.fa-check-circle {
    margin:0 10px 0  0px;
    color: #f07e0b;
  }

.fa-chevron-circle-right{
    margin:0 10px 0  0px;
    color:#E53935;
}

.fa-arrow-up, .fa-redo, .fa-arrow-right, .fa-hand-point-left{
  margin:0 10px 0  0px;
}

.services-list {
  margin-left: 10px;
  margin-bottom: 30px;
}
  .services-list li {
    padding-top: 10px;
    font-size: 18px;
  }


.services-list-extra {
  margin-left: 10px;
  margin-bottom: 30px;
}
  .services-list-extra li {
    padding-top: 10px;
    font-size: 18px;
  }
  .services-list-extra li::before {
    font-family: 'FontAwesome';
    content: "\f058";
    margin:0 10px 0  0px;
    color: #64DD17;
  }

.services-list-none {
  margin-left: 10px;
  margin-bottom: 30px;
}

.services-list-none li {
  padding-top: 10px;
  font-size: 18px;
}
.services-list-none li::before {
  font-family: 'FontAwesome';
  content: "";

}

.services-extras{
  margin-top:50px;
}

.gp-dates p span {
      display: block;
  }


@media (max-width: 767.98px) {
  .gp-prices {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
  }

  .gp-container .gp-cc{
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .gp-prices {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-bottom: 30px;
  }

  .intro-heading {
    margin-top: 2rem;
  }
}

.gp-dates {
  text-align: center;
}

.gp-prices {
  text-align: center;
}

.gp-container .gp-cc{
  color: grey;
}

.bold {
  font-weight: 600;
}
.circular-price{
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background: #f07e0b;
}

.gp-container {
  margin-bottom: 15px;
}

.health-circle{
  color: red;
  margin-top: 12px;
  font-size: 9px;
}

.exam-bring{
  list-style: none;
}

.exam-table{
  margin-top: 40px;
  margin-bottom:40px;
}

.exam-col{
  border: 1px solid #ddd;
  min-height:350px;
  padding-top:15px;
  height: 100%;
}

.exam-surcharge{
  font-style: italic;
  margin-top: 20px;
}

.exam-header, .exam-text, .exam-body{
  margin-top: 20px;
}

.exam-body p{
  margin: 0;
}

.directions{
  margin-top:25px;
}

.directions-header{
  margin-bottom: 25px;
}

.directions li:nth-child(even) {
    background-color: #f2f2f2;
}

.directions li{
  min-height: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #262626; }

section {
  padding: 100px 0;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 75px;
  text-transform: none;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (max-width: 768px){
  .logo{
    width: 175px;
    height: auto;
  }

  .col-md-2, .col-md-4, .col-sm-4 {
    margin-top:15px;
  }

  .services-list{
    margin-top: 15px;
  }

  .intro-heading {
    margin-top: 56px;
  }

  .contact-item {
    margin-top: 0;
  }
  .contact-item-inner {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  section {
    padding: 100px 0; }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .logo{
    width: 250px;
    height: auto;
  }

  .fa-4x{
    font-size: 3em;
  }

  .col-md-2{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-half-offset{
    margin-left: auto !important;
  }

  .last-2{
    flex: 0 0 50%;
    max-width: 50%;
    margin-top:50px;
  }
}

.btn {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700; }

.btn-xl {
  font-size: 18px;
  padding: 20px 40px; }

::-moz-selection {
  background: #D1463C;
  text-shadow: none; }

::selection {
  background: #D1463C;
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

#mainNav {
  background-color: #FFF;
}
#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #D1463C;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#mainNav .navbar-brand {
  color: #777;
  font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive; }

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #4c6575;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #313131;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #F44336;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: white; }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  } 
}

.svg-container {
  height: 150px;
  overflow: hidden;
}

@media(max-width: 768px){
  .svg-container{
    display: none;
  }
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url('../img/cover/doctor.jpg');
  background: linear-gradient( rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../img/cover/doctor.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 50px;
  padding-bottom: 100px; 
}


header.masthead .intro-text .intro-lead-in {
  text-align: left;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'VisueltLight', 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  animation: fly-in-lead1 2s ease-out;
} 

header.masthead .intro-text .intro-lead-in li{
  color: #fff;
}

header.masthead .intro-text .intro-lead-in.lead1 {
  animation: fly-in-lead1 3s ease-in-out;
}
header.masthead .intro-text .intro-lead-in.lead2 {
  animation: fly-in-lead1 4s ease-in-out;
}

header.masthead .intro-text .intro-lead-in.lead3 {
  animation: fly-in-lead1 5s ease-in-out;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    /*padding-top: 300px;*/
    padding-top: 150px;
    padding-bottom: 200px;
    text-align: left;
    margin-left: 100px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 20px;
    line-height: 40px;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 70px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}

@keyframes fly-in-lead1 {

  0%   { 
    transform: translateX(-100%); 
    opacity: 0;		
  }
  10%   { 
    transform: translateX(-100%); 
    opacity: 0;		
  }
  40% {
    opacity: 0;
  }
  80% { 
    transform: translateX(0%); 
    opacity: 1;
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

.btn:focus,.btn:active {
  outline: none !important;
  box-shadow: none;
}

li{
  color: #444;
}

.intro-lead-in .svg-inline--fa  {
  color: #D1463C!important;
}

@media (min-width: 768px) {
  .intro-lead-in .svg-inline--fa  {
    top: 30%;
  }
  
}

footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.covid-info{
  font-family:Arial;
  font-size:18px;
  padding-top:10px;
}

.default_a {
  color: #007bff!important;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.spinnerContainer {
  position: relative;
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  margin-left: -15px;
  border-radius: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid transparent;
  animation: spinner .6s linear infinite;
}
