/*---------------Pop up css------------*/
#css-only-modals {
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000;
    text-align: center;
    white-space: nowrap;
    height: 100%;
}
#css-only-modals:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
}
.css-only-modal-check {
    pointer-events: auto;
    display: none!important;
}
.css-only-modal-check:checked~.css-only-modal {
    opacity: 1;
    pointer-events: auto;
}
.css-only-modal {
    width: 700px;
    background: #fff;
    z-index: 1;
    display: inline-block;
    position: relative;
    pointer-events: auto;
    /* padding: 25px; */
    padding: 5px;
    text-align: right;
    border-radius: 4px;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    pointer-events: none;
    max-width: 90%;
}
.css-only-modal h2 {
    text-align: center;
}
.css-only-modal p {
    text-align: left;
}
.btn-primary2 {
 color:#fff; 
 background-color:#0caadc; 
 border-color:#0caadc; 
 border-radius: 4px; 
 padding: 6px 12px; 
} 
.btn-primary2:hover {
    color: #fff;
    background-color: #0caadc; 
    border-color: #0caadc; 
    opacity: .8;
}
.btn-primary {
color:#fff;
background-color:#0caadc; 
border-color:#0caadc; 
border-radius: 50% !important;
padding: 6px 12px;
font-family: cursive;
position: absolute;
top: -15px;
right: -15px;
font-weight: bold;
}
.btn-primary:hover {
    color: #fff;
    background-color:#0caadc; 
    border-color: #0caadc; 
    opacity: .9;
}
.css-only-modal-check:checked~#screen-shade {
    opacity: .5;
    pointer-events: auto;
}
#screen-shade {
    opacity: 0;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    transition: opacity .8s;
}
.css-only-modal p {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

/*------------End pop up css------*/



.logo__title {
    font-size: 46px;
    color: #4fb7e4;
}

.wrap_testimonials {
    box-shadow:3px 1px 19px -3px rgba(0,0,0,.75);
    -webkit-box-shadow:3px 1px 19px -3px rgba(0,0,0,.75);
    -moz-box-shadow:3px 1px 19px -3px rgba(0,0,0,.75);
    width:95%;
    margin:25px;
}
.wrap_testimonials_inner {
    margin:0 auto;
    padding:15px 35px 35px;
    background:rgba(255,255,255,.9);
    text-align:center;
}
.btn_cta a {
  background: #4fb7e4;
  padding: 10px 15px !important;
  text-decoration: none !important;
  color: #fff !important;
  display: inline-block;
  min-width:320px;
}
.normatec .row {
    display: flex;
    gap: 0 10px;
}
.normatec .column {
    flex: 1;
}
.normatec .column:nth-child(1) {
    align-self: center;
}
p.img2 img {
  max-width: 50%;
}
p.img2 {
  text-align: center;
}
.wrap__locations__header .book_online_btn {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.wrap__locations_header2--inner .location__phone2 a:before {
    content: "\f073" !important;
}

.mobile-appt{
    display: none;
}

@media (max-width: 519px) {
    .wrap__logo__header {
        padding: 15px 0 15px !important;
    }
    .mobile-appt{
        display: block;
        margin-bottom: 30px;
        width: 100%;
    }
    .mobile-appt input{
        display: block;
        margin: 0 auto;
    }

}


@media(max-width: 1199px){
.wrap__locations__header .book_online_btn {
  position: absolute;
  right: 200px;
  top: 17px;
}
}
@media (max-width: 767px) {
.wrap_testimonials {
  width: 100%;
  margin: 0;
}
.btn_cta a {
  min-width: 100%;
}
.normatec .row {
    flex-direction: column-reverse;
 }
}