#partial-header-1 .phone__number {
    font-size: 2rem !important;
    font-weight: bold;
}

  .location__fax--link{
    display: none !important;
  }

.hours .row {
    margin-bottom: 0rem !important;
}
.hours {
    padding-bottom: 0rem !important;
}

.featuredblock__title {
    color: #0c3474 !important;
}

.featuredblocks-grid-e .featuredblock__wrap {
    min-height: 400px !important;
}
.cta_google_review__container--inner a.cta__button.component__button--2 {
    margin-top: 0rem;
}

/* pop up */


.popup {
    z-index: 9999;    
    width: 100%;
    height: 100%;
    position: fixed;
    visibility:hidden;
    display:none;
    background-color: rgba(22,22,22,0.5);
}
.popup::before {
    background-color: rgba(22,22,22,0.5)!important;
}
.popup .container {
    background: #e1e1e1;
    margin: 0 auto;
    width: 90%;
    max-width: 570px;
    position: relative;
    z-index: 41;
    top: 5%;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    background-color: #fff;
    padding-bottom: 20px;
}

a.close-modal {
    right: 10px;
    position: absolute;
    top: 0;
    font-size: 2.5em;
    text-decoration: none;
    width: 37px;
    z-index: 99999;
}

.popup .form__title, .popup .form__caption {
    text-align: center
}
.popup .form-themeExtras .leadForm {
    padding-top: 0;
    padding-bottom: 10px;
}
.popup .leadFormInfo {
    display: none;
}
.popup .form__group {
    margin-bottom: 0!important;
    max-width: 50%;
    display: inline-block;
    width: 100%;
    padding: 5px;
}
.popup .form-wrap__submit {
    margin-top: 10px!important;
}
.popup .form__title {
    font-weight: bold!important;
    font-size: 1.4rem!important;
}
.popup .component__subtitle {
    margin-bottom: 15px!important;
    font-size: 1.3rem!important;
}
.popup .leadForm {
    margin-top: -20px!important;
}

@media (max-width: 1400px) {
    .popup .container {
    top: 0;
    height: 100%;
    }
}


.video-js .vjs-tech {
    object-fit: cover;
}
.form_new_patient_form__container--inner .form__group{
    padding: 0!important;
}
.appointment-request .form__group label{
    display: block!important;
}
.checkbox_wrapper input{
    width: 50px!important;
    margin: 10px;
}
.checkbox_wrapper div{
    display: flex;
    align-items: center;
}
.custom_btn{
    display: inline-block;
    padding: 10px 20px;
    border: 3px solid;
    border-radius: 25px;
    background: #7cb0d3;
    color: #fff!important;
    box-shadow: 2px 2px 7px 1px rgb(0 0 0 / 30%);
}
.section--light .banner .component__button--2.cta__button{
    background-color: #0c3474 !important;
    border: 1px solid #0c3474 !important;
}
.section--light .banner .component__button--2.cta__button:hover{
    border: 1px solid #0c3474 !important;
    color: #0c3474 !important;
}

.partial_top_phone__container--inner span.phone__number::before {
    content: 'Call or Text: ';
}

@media (min-width:1100px) {
#partial-header-1 .phone__number {
    white-space: nowrap;
        font-size: 1rem;
}
}

@media (max-width: 520px) {
    .section-blade .blade-a__bg {
        margin-bottom: 0rem !important;
        padding-bottom: 0rem !important;
    }
}



/* #partial-header-1 .phone__number {
        font-size: 1rem;
} */
#partial-header-1 h4.component__title.phone__title {
    color: #ff0000 !important;
    font-weight: bolder !important;
     white-space: nowrap;
}

.header_4 .col-sm-12.col-md-8.col-lg-7.d-flex.align-items-center {
    flex-direction: column;
    justify-content: space-evenly;
}

.header_alert p {
    color: #ff0000;
    font-weight: bolder;
    font-size: 25px;
    margin: 0px;
    background: #fff;
    padding: 5px 25px;
    border-radius: 5px;
}



#imagescontainer {
    z-index: 9999;    
    width: 100%;
    height: 100%;
    position: fixed;
    visibility:hidden;
    display:none;
    background-color: rgba(22,22,22,0.5);
    overflow-y: auto !important;
}
.showimages {
    background: #e1e1e1;
    margin: 0 auto;
    width: 90%;
    max-width: 700px;
    position: relative;
    z-index: 41;
    top: 5%;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    background-color: rgb(34, 161, 186);
    padding-bottom: 20px;
    /* top: 50%; */
    /* transform: translateY(-50%); */
}
.showimages img{
    padding: 10px;
   margin-top: 10px;
}

a.close-modal {
    right: 10px;
    position: absolute;
    top: 10px;
    font-size: 1.5em;
    text-decoration: none;
    color: #fff;
    background: #3e3e3e;
    width: 37px;
}

//2column-grid
.column2 {
  float: left;
}

.left2 {
  width: 60%;
}

.right2 {
  width: 35%;
}



.input_container {
    font-family: "noto-serif", Arial, Helvetica, sans-serif;
    display: flex;
    flex-flow: column;
    position: relative;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top:10px;
}
.section--light .input_container input:not([type="radio"]):not([type="checkbox"]), .section--light .input_container textarea, .section--light .input_container select {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px white;
    color: #4A5450;
    transition: all 0.3s;
    border-color: white;
    border: 0;
    padding: 5px;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.section--light .input_container input {
    font-family: "noto-serif", Arial, Helvetica, sans-serif;
    display: flex;
    flex-flow: column;
    position: relative;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top:10px;
}


html {
  height: 100%;
  background-color: #fff;
}
body {
  /*
   * 1. use calc + vw
   * 2. padding-left or margin-left
   */
  /* margin-left: calc(100vw - 100%); */
  
  text-align: center;
  height: 100%;
}
.cstm-bld .blade__links .cta__button {
    text-align: center;
    display: flex;
    margin: auto !important;
}
.blade__wrap .row {
    align-items: center;
}
@media (min-width: 992px) {
    .banner-a .banner__subtitle {
        font-size: 3.4rem;
        line-height: 3.4rem;
    }
}

ul.services-ul-wrapper {
    display: inline-block;
    width: 43%;
}

ul.services-ul-wrapper li {
    list-style-type: none;
}

.covid-content{
    overflow: unset !important;
}

p.component__subtitle.banner__subtitle:after {
    content: 'Birds, Reptiles, Rabbits, Turtles, Tortoises and other small mammals.';
    display: block;
}

.error_container label{
    color: white !important;
}