/* Request A Visit Page Style Start */
.request_form{
    padding: 3% 15% !important;
}
.request_a_visit_banner {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 315px !important; /* Adjust as needed */
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}


#request_banner_header{
    font-family: 'Inter' !important;
    font-size: 48px !important;
    font-weight: 800 !important;
    line-height: 36px !important;
    color: #FFFFFF !important;
    text-align: center;
}

#appointment-form{
    box-shadow: 0px 4px 6px 0px #0000001A !important;
    border: 1px solid #E5E7EB !important;
    border-radius: 12px !important;
}

.voluntary_form{
    box-shadow: 0px 4px 6px 0px #0000001A !important;
    border: 1px solid #E5E7EB !important;
    border-radius: 12px !important;
}

.request_visit_btn{
    background: #80C84E !important;
    border: 1px solid #E5E7EB !important;
    border-radius: 9999px !important;
    width: 189px !important;
    height: 46px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Inter' !important;
    color: #FFFFFF !important;
}

.voluntary_submit_btn{
    background: #80C84E !important;
    border: 1px solid #E5E7EB !important;
    border-radius: 9999px !important;
    width: 189px !important;
    height: 46px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: 'Inter' !important;
    color: #FFFFFF !important;
}

#form_msg{
    font-size: 16px !important;
    font-family: 'Inter' !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    color: #4B5563 !important;
}

.aco_form_label{
    font-size: 14px !important;
    font-family: 'Inter' !important;
    font-weight: 500 !important;
    line-height: 25px !important;
    color: #374151 !important;
}

.aco_form_input,
.aco_form_inputarea{
    border-radius: 8px !important;
    border: 1px solid #D1D5DB;
    font-family: 'Inter';
}

.aco_form_input{
    height: 50px !important;
    padding: .375rem .75rem !important;
}

#insurance_check_label,
#phone_number_check_label,
#email_check_label{
    margin-left: 5px !important;
}

#insurance_check,
#phone_number_check,
#email_check{
    margin-left: 0px !important;
    /* width: 2em !important;
    height: 1.5em !important; */
}
#appointment-form .form-control:focus,
#appointment-form .form-check-input:focus{
    box-shadow: none !important;
}

.voluntary_form .form-control:focus,
.voluntary_form .form-check-input:focus{
    box-shadow: none !important;
}


#insurance_check.is-invalid,
#phone_number_check.is-valid,
#email_check.is-valid{
    outline: 1px solid red;
    outline-style: auto;
}

@media (min-width:992px) and (max-width:1400px){
    .request_form{
        padding: 3% 5% !important;
    }
}

@media (min-width:320px) and (max-width:991px){
    .request_form{
        padding: 3% 0% !important;
        width: 95% !important;
    }
}

@media (min-width:320px) and (max-width:767px){
    #appointment-form{
        width: 95% !important;
    }
    .voluntary_form{
        width: 95% !important;
    }
    .aco_form_label{
        font-size: 13px !important;
    }
    textarea#notes,
    .aco_form_input,
    #form_msg{
        font-size: 14px !important;
    }

    #request_banner_header {
        font-size: 36px !important;
        line-height: 60px !important;
        text-align: center;
    }

}
/* Request A Visit Page Style End */

/* Pre loader style start */

.pre_loader{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999999999999999999;
	background: #7a7a7a57;
}
.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 999999999999;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Pre loader style end */

/* Swal style changes start */

h2#swal2-title {
    font-size: 18px !important;
}

div#swal2-html-container {
    font-size: 16px !important;
}

button.swal2-confirm.swal2-styled {
    background: #80C84E !important;
    border-radius: 5px;
}
/* Swal style changes end */

@media (min-width: 768px){
    .form_mobile{
        display: none !important;
    }
    .form_desktop{
        display: block !important;
    }
}

@media (max-width: 767px){
    .form_mobile{
        display: block !important;
    }
    .form_desktop{
        display: none !important;
    }
}
  