@media only screen and (max-width:1200px) {
    .body-box {
        border-right: none;
        border-left: none;
    }
}

@media only screen and (max-width:1070px) {

    .box-box {
        width: 33.33%;
        margin-bottom: 10px;
    }


}

@media only screen and (max-width:900px) {}


@media only screen and (max-width:768px) {}

@media only screen and (max-width:767px) {
    .company-profile-box {
        padding: 10px;
    }
     .apply_post{
    width: 81%;
    }
}

@media only screen and (max-width: 810px) {
    .box-box {
        width: 50%;
    }
    .account-type span{
        width: 50%;
    }
    .application span{
        width: 50% !important;
    }
}
@media only screen and (max-width: 605px){
    .account-type span{
        width: 100%;
    }
    .application span{
        width: 100% !important;
    }
}
@media only screen and (max-width: 575px) {
    .balance-box.custom{
        padding: 20px 0px;
    }
    .modify-table tr td label {
        font-size: 13px;
    }
    .modify-table tr td:first-child{
        width: 100px;
/*        background: red;*/
    }
    .bordered{
        padding: 10px 0;
    }
    .balance-section .custom-container{
        padding: 0 5px;
    }
    .mobile-input-section .custom-container{
        padding: 0 5px;
    }
    .logo img {
        width: 150px;
    }
    .slider-section .carousel-item img{
        min-height: 160px;
    }
    
}

@media only screen and (max-width: 450px) {
    .box-box {
        width: 100%;
    }
    .form-left{
        width: 163px;
    }
    .deposit_type{
    width: 53%;
    }
    .apply_post{
    width: 75%;
}

    .mobile-input-box label {
        font-size: 13px;
    }
}
