.color_green {
    color: #00a0c6;
}
.f_weight {
    font-weight: bold;
}
.mar-tb {
    margin: 20px 0 20px 0;
}
.f-s28 {
    font-size: 25px;
}
.f-s16 {
    font-size: 16px;
}
.colo_333 {
    color: #333;
}
.f-s36 {
    font-size: 36px;
}
.border-right {
    border-right: 1px solid #eaedf1;
}

#contactttext{
    left: 50%;
    width: 100%;
    overflow: hidden;        
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.box {
    padding: 50px;
    margin-top: 30px;
    border: 2px solid #eaedf1;
    border-radius: 6px;
    background: #ffffff;
    font-size: 16px;
    text-align: center;
}
#mtitles{
    font-size: 50px;line-height: 55px;text-align: center;color: #ffffff
}




@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .border-right {
        border-right: 0px;
        text-align: left;
        border-bottom: 1px solid #eaedf1;
    }
    #forresponse {            
        text-align: left
    }
    #contactttext h3{
        font-size: 40px;
    }
    #supportback{
        height: 220px;
    }
    .box{
        padding: 25px;
    }
}

@media only screen and (max-device-width : 991px) {
    #supportback{
        height: 350px;
    }
    #mtitles{
        font-size: 40px;
    }
    #forresponse {
        padding-top: 10px;
    }
}
@media screen and (min-device-width : 480px) and (max-device-width : 768px) {
    .border-right {
        border-right: 0px;
        text-align: left;
        border-bottom: 1px solid #eaedf1;
    }
    #forresponse {            
        text-align: left
    }
    #contactttext h3{
        font-size: 40px;
    }
    #supportback{
        height: 220px;
    }
    .box{
        padding: 20px;
    }
    #contactttext h3{
        font-size: 35px;
    }
}

@media screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .border-right {
        border-right: 0px;
        text-align: left;
        border-bottom: 1px solid #eaedf1;
    }
    #forresponse {            
        text-align: left
    }
    #contactttext h3{
        font-size: 25px;
    }
    #supportback{
        height: 220px;
    }
    .box{
        padding: 15px;
    }
}

@media screen and (max-device-width : 480px) {
    .kode-linces-copyright h5 a,
    .kode-linces-copyright h5{
        font-size: 14px;
        line-height: 22px;
    }
    .f-s28 {
        font-size: 18px;
    }
    .kode-financial-footer.home2-footerform .kode-entry-mail form button{
        width: 85px;
    }
    .kode-entry-mail form input,
    .kode-financial-footer.home2-footerform .kode-entry-mail form button{
        font-size: 13px;
    }
    .kode-entery-subcribe h5 {
        font-size: 17px;
        line-height: 20px;
    }
    .kode-financial-footer.home2-footerform .kode-entery-subcribe h2 {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .f-s16 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .border-right{
        padding-bottom: 7px;
    }
    #forresponse {
        padding-top: 8px;
    }
}

@media screen and (min-device-width : 240px) and (max-device-width : 320px) {
    .border-right {
        border-right: 0px;
        text-align: left;
        border-bottom: 1px solid #eaedf1;
    }
    #forresponse {            
        text-align: left
    }
    #contactttext h3{
        font-size: 25px;
    }
    #supportback{
        height: 220px;
    }
    .box{
        padding: 15px;
    }
}