.contact-form .form-group label{
    font-family: 'Cairo', sans-serif !important;
}
.switcher{
    background: -moz-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -ms-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -webkit-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    width: 150px;
    padding: 1rem;
    text-transform: uppercase;
    margin: 0 auto;
    border: none;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(118, 93, 234, 0.502);
    color: #ffffff;
    text-align: center;
}

@media(max-width:400px) {
    .decrease-font-size{
        font-size: 15 !important;
    }
}
.user-type {
    color: white;
    font-weight: 500;
    cursor: pointer;
    border-radius: 30px;
    transition: all .5s ease-in-out;
}
.user-type p {
    margin-top: 8px;
}
.selected{
    background: -moz-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -ms-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -webkit-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -moz-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -ms-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -webkit-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    padding: 1rem;
    box-shadow: 0 10px 30px rgba(118, 93, 234, 0.502);
}
.med-check-input{
    height: 20px !important;
    width: 160px !important;
}
.form-group label{
    font-family: 'Cairo', sans-serif !important;

}