@media only screen and (max-device-width: 1399px) {
    /* services page start */
    .visa_top_steps p {
        font-size: 0.9rem !important;
    }
    .visa_single_img a{
        font-size: 1.5rem !important;
    }
    .single_visa_steps{
        height: 90%;
    }
    .visa_bottom_top_title p{
        font-size: 0.9rem !important;
        line-height: 24px;
    }
    .facebook_page{
        width: 350px !important;
    }
    /* services page end */
}
@media only screen and (max-device-width: 1199px){
    .visa_title h2{
        font-size: 30px;
    }
    .about_visa_text p{
        font-size: 15px;
        margin-top: 0;
    }
    .footer_link,
    .footer_contact,
    .footer_map{
        margin-top: 1rem;
    }
}
@media only screen and (max-device-width: 991px) {
    /* home page start */
    .Appointment_flex {
        flex-direction: column-reverse;
    }
    .appointment_img{
        text-align: center;
        margin-bottom: 2rem;
    }
    .home_consultant_img {
        text-align: center;
    }
    /* home page end */
    /* services page start */
    .service_form_area{
        margin-top: 2rem;
    }
    /* services page end */
    .about_visa_area{
        flex-direction: column-reverse;
        gap: 1rem;
    }
    .visas_categories_description{
        font-size: 1rem;
    }
    .register_area{
        width: 90%;
    }
    .contact_map_area{
        padding: 4rem 1rem;
    }

}
@media only screen and (max-device-width: 767px) {
    /* home page start */
    .work_area_space{
        margin-top: 1.5rem;
    }
    /* home page end */
    /* services page start */
    .single_visa_steps{
        height: 95%;
    }
    .visa_bottom_top_title h1{
        font-size: 25px;
    }
    .service_contact_form{
        width: 100%;
    }
    /* services page end */
    /* visa_consultancy page start */
    .faq-container {
        max-width: 100%;
    }
    .faq-title {
        font-size: 35px;
    }
    /* visa_consultancy page end */
    .register_area{
        width: 100%;
        padding: 1rem;
    }
    .footer_link,
    .footer_contact,
    .footer_map{
        margin-top: 2rem;
    }
    .footer_title{
        margin-bottom: 1.5rem !important;
    }
   
}
@media only screen and (max-device-width: 438px) {
    /* services page start */
    .service_form_left_menu span{
        font-size: 1.4rem;
    }
    /* services page end */
    /* visa_consultancy page start */
    .visa_consultancy_banner h2{
        font-size: 35px;
    }
    .faq-title {
        font-size: 25px;
    }
    /* visa_consultancy page end */
}
@media only screen and (max-device-width: 425px) {
    /* services page start */
    .service_form_left_menu span{
        font-size: 0.9rem;
    }
    .facebook_page{
        width: 240px !important;
    }
    .service_form_area h2{
        font-size: 30px;
    }
    /* services page end */
    .visa_title h2{
        font-size: 20px;
    }
    .about_visa_text p{
        font-size: 14px;
    }
}