
@media only screen and (max-width: 900px) {
    .hide_on_tabs {
        display: none;
    }
    div#form-model {
        width: auto;
        height: auto;
        transform: scale(0.9);
    }
    .main_form_titles {
        padding: 0px 25px;
    }
}

@media only screen and (max-width: 568px) {
    /*.top_banner_right_first_txt {*/
    /*    margin-right: -10px;*/
    /*}*/
    /*.top_banner_right_second_txt {*/
    /*    margin-left: -10px;*/
    /*}*/
    .floating_form {
        right: -435px;
    }
    .color_btn a
    {
        font-size:14px;
    }
    .rotatekaro a {
        font-size: 18px;
        width: 271px;
        height: 45px;
        padding-top: 10px;
    }
    .floating_strip {
        width: 45px;
        height: 270px;
    }
    /*.floating_form*/
    /*{*/
    /*    width: 480px;*/
    /*}*/
    .floating_inner img {
        height: 270px;
    }
    .floating_form.open.fullopen {
        right: -70px;
    }
    .floating_form.open {
        right: -380px;
    }
}

@media only screen and (max-width: 480px) {
    
}
