/* <=== tpcontactmm ===> */
.tpcontactmm .mminner{
    max-width: 640px;
    margin: 0 auto;
}
.tpcontactmm .mmdecss{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
}
.tpcontactmm .mmdecss a{
    color: #ec1b23;
    font-weight: 500;
}
.tpcontactmm .mmforms{
    background-color: #f5f5f5;
    padding: 25px 35px 15px;
    border-radius: 10px;
    overflow: hidden;
}
.tpcontactmm .frmgroup{
    margin-bottom: 20px;
}
.tpcontactmm .frmgroup input{
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #dddddd;
    font-size: 13px;
    line-height: 21px;
    background-color: transparent;
}
.tpcontactmm .frmgroup textarea{
    width: 100%;
    height: 60px;
    border: none;
    border-bottom: 1px solid #dddddd;
    font-size: 13px;
    line-height: 21px;
    background-color: transparent;
}
.tpcontactmm .frmgrips{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
}
.tpcontactmm .frmgrips > div{
    padding: 0 10px;
    margin-bottom: 20px;
}
/* <=== tpcontactmm ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== tpcontactmm ===> */
    /* <=== tpcontactmm ===> */
}
@media all and (max-width: 767px){
    /* <=== tpcontactmm ===> */
    .tpcontactmm .mmdecss{
        font-size: 14px;
        line-height: 22px;
        text-align: justify;
        margin-bottom: 20px;
    }
    .tpcontactmm .mmforms{
        padding: 15px 20px 15px;
    }
    .tpcontactmm .frmgrips > div{
        width: 100%;
        text-align: center;
    }
    /* <=== tpcontactmm ===> */
}