/*DO NOT DELETE THIS LINE*/
@media screen and (max-width: 1049px) and (min-width: 992px) {

.body-service {
    display: inline-block;
    text-align: center;
    margin: 0px 32px;
    width: 107px;
}
    
    .wrap {
    max-width: 960px;
    padding-left: 0rem; 
    padding-right: 0rem;
    margin: auto;
    text-align: center;
}           

.mobile-header {
        display:none;
    }  
    
     
        
}

@media screen and (max-width: 991px) and (min-width: 768px) {

    /* This style sheet is for iPad portrait view and most tablets */
    
   .heading {
    font-size: 62px;
    font-family: proxima-nova, sans-serif;
    font-weight: 900;
    font-style: normal;
    color:white;
}
    
        .sub-heading {
    font-size: 35px; 
    font-family: grad, serif;
    font-weight: 400;
    color:white
    }
    
    .video-header, .header-overlay{
        display:none;
    }

    
    .mobile-header {
        display:block;
    }
    
.wrap {
    max-width: 960px;
    padding-left: 0rem; 
    padding-right: 0rem;
    margin: auto;
    text-align: center;
}           
             
    
.therapy-text {
    background: white;
    font-family: grad, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px !important;
    color: #646464;
    -webkit-box-shadow: 10px 10px 25px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 25px -13px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 25px -13px rgba(0,0,0,0.75);
    width: 90%;
    padding: 38px 22px;
    margin-left: 0px;
    position: relative;
    z-index: 500;
    margin: 0px auto;
    
    display: inline-block !important;

}
    
.video-col {
    padding: 145px 0px;
}
            .video-right {
    padding: 20px 0px;
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
}
        .map {
    padding: 0px 0px;
}
    
    .pt-photo {
    padding: 145px 0px;
}
    
    #mc_embed_signup .button {
    width: auto !important;
    margin: 0;
}
        #Navigation .bg-light {
    background-color: #424144 !important;
}
    
        .dr-smith-block .container {
        text-align:center;
    }

/*DO NOT DELETE THIS LINE*/}