/* Custom CSS */
@media (min-width: 1025px) and (max-width: 1400px) {
    .appointmentbuttons {
        color: white !important;
        margin-bottom: 10px !important;
        background-color: #ffffff00 !important;
        font-size: 11px !important;
    }
}
.appointmentbuttons {
   color: #3480da  !important;
    margin-bottom: 10px !important;
    background-color: #ffffff00 !important;
    font-size: 18px;
    letter-spacing: 0px !important;
    font-weight: 400 !important;
    border-style: solid !important;
    border-width: 0.2px !important;
    border-color: #3480da !important;
    border-radius: 06px 06px 6px 6px !important;
    padding: 12px 5px 12px 5px !important;
    text-transform: normal !important;
    background-image: none !important;
}
.appointmentbuttons:hover {
	background-color: #3480da  !important;
    color: white !important;
}

.moappointmentbuttons {
    color: white  !important;
    margin-bottom: 10px !important;
    background-color: #ffffff00 !important;
    font-size: 18px;
    letter-spacing: 0px !important;
    font-weight: 400 !important;
    border-style: solid !important;
    border-width: 0.2px !important;
    border-color: white !important;
    border-radius: 06px 06px 6px 6px !important;
    padding: 12px 5px 12px 5px !important;
    text-transform: normal !important;
    background-image: none !important;
}
.moappointmentbuttons:hover {
	background-color: white  !important;
    color: #3480da !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  
.appointmentbuttons {
font-size: 14px !important;
	}
}

.elementor-popup-modal {
    z-index: 99999 !important;
}

#gform_submit_button_7 {
	margin-top:-15px
}
