.body_container{
    display:none;
}
.td_servis{
    width: 150px;
    text-align: center;
}
.small_sh{
    padding: 5px;
    border: 2px solid #055874;
    color: white;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 5px 5px 20px  #055874;
}
.text_col{
    /* text-align: right; */
}
.container_bottom{
    padding-left: 100px;
    padding-right: 100px;
}
@media (max-width:837px) {
    #col-6{
        width: 100%;
    }
    .small_sh{
        font-size: 11px;
    }
    .text_col{
        text-align: center;
        /* font-size: 11px; */
    }
    .kash{
        min-height: 400px;
    }
}
@media (max-width:424px) {
    .div_cash_title,.kash_value{
        height: 50px !important;
    }
}
@media (max-width:460px) {
    .img_full{
        height: 50vh;
    }
    .div_full_img_text{
        width: 97%;
        margin: 80.3vh auto 0;
    }
    .div_full_img_text table tr{
        font-size: 14px;
    }
    .h3_div_full_img_text{
        font-size: 20px;
    }
    .servis_psh_icon_div{
        font-size: 12px;
        width: 130px;
    }
    .icon_img{
        color: #02ade6;
        margin-bottom: -15px;
        width: 37px;
        height: 37px;
    }
    .container_bottom{
        padding-left: 10px;
        padding-right: 10px;
    }
    .small_sh{
        font-size: 9px;
    }
}