.custom-div-col2{
    width:50%;
    float:left;
    padding:10px;
}
.PatientFormsCTA__container.cta__container a.cta__button {
    width: 100%;
}
.vjs_video_3-dimensions {
    width: 560px;
    height: 315px;
    margin-bottom: 21px;
}
.slider__button a {
    padding: 6px 12px !important;
}
.contact_number {
        background-color:#bcc05a;
        border: 1px solid #bcc05a;
        padding:10px 15px;
        box-sizing:border-box;
        color:white;
        font-weight:bold;
    }
.form__title {
    font-size:45px;
}
@media (max-width: 1200px){ 
    .custom-div-col2{ 
        width:100% !important; 
        margin-top:5px; 
    } 
}

h2.video__title {
    font-size: 28px !important;
}

@media(max-width: 900px){
.wrap__header-area {
	display: block !important;
}
}
@media (max-width:900px) and (min-width:520px){
.PatientFormsCTA__container.cta__container a.cta__button {
    max-width: 299px;
    margin: 5px auto!important;
}
}

@media (max-width:519px){
.PatientFormsCTA__container.cta__container .cta {
    text-align: center;
}
}