/* <=== hpcontactmm ===> */
.hpcontactmm{
    margin-bottom: 40px;
}
.hpcontactmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.hpcontactmm .mmgrip > div{
    padding: 0 15px;
}
.hpcontactmm .mmgrip .lcol{
    width: 58.334%;
}
.hpcontactmm .mmgrip .rcol{
    width: calc(100% - 58.334%);
}
/* <=== hpcontactmm ===> */

/* <=== tpcontactma ===> */
.tpcontactma{
    padding: 35px 20px 55px;
    background-color: #f6f6f6;
    border-radius: 5px;
}
.tpcontactma .mainner{
    max-width: 570px;
    margin: 0 auto;
}
.tpcontactma .manote{
    font-size: 15px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 15px;
}
.tpcontactma .magrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpcontactma .magrip > div{
    padding: 0 15px;
    width: 100%;
}
.tpcontactma .magrip .mcol{
    width: 50%;
}
.tpcontactma .magroup{
    margin-bottom: 20px;
}
.tpcontactma .magroup input, .tpcontactma .magroup select, .tpcontactma .magroup textarea{
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #bbbbbb;
    background-color: transparent;
    color: #333333;
}

.tpcontactma .magroup textarea{
    resize: none;
    height: 70px;
}
.tpcontactma .chosen-container{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #bbbbbb;
    color: #333333;
}
.tpcontactma .chosen-container-single .chosen-single{
    background-color: transparent;
    border: none;
    padding-left: 0;
}
.tpcontactma .frmcapcha{
    text-align: center;
    margin-bottom: 20px;
}
.tpcontactma .frmbutton{
    text-align: center;
}
.tpcontactma .frmbutton button{
    display: inline-block;
    height: 40px;
    border: none;
    background-color: #000000;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 40px;
}
.tpcontactma .frmbutton button:hover{
    background-color: #ffc000;
    color: #000000;
}
.tpcontactma .frmbutton button span{
    display: inline-block;
    position: relative;
    padding-right: 17px;
}
.tpcontactma .frmbutton button span::before{
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* <=== tpcontactma ===> */

/* <=== tpcontactmb ===> */
.tpcontactmb .mbtitle{
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #c00029;
}
.tpcontactmb .mbtitle, .tpcontactmb .mbtitle h2, .tpcontactmb .mbtitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.tpcontactmb .mbconts{
    font-size: 14px;
    line-height: 22px;
}
.tpcontactmb .mbconts li{
    padding: 12px 0;
    border-bottom: 1px solid #e6e6e6;
}
.tpcontactmb .mbconts li:last-child{
    border-bottom: none;
}
.tpcontactmb .mbconts li .tm{
    font-weight: bold;
    margin-bottom: 2px;
}
.tpcontactmb .mbconts li p{
    padding: 2px 0;
}
/* <=== tpcontactmb ===> */

/* <=== hpcontacthh ===> */
.hpcontacthh img{
    width: 100%;
}
/* <=== hpcontacthh ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== hpcontactmm ===> */
    .hpcontactmm .mmgrip{
        flex-direction: column-reverse;
    }
    .hpcontactmm .mmgrip .lcol{
        width: 100%;
    }
    .hpcontactmm .mmgrip .rcol{
        width: 100%;
    }
    .tpcontactmb .mbtitle, .tpcontactmb .mbtitle h2, .tpcontactmb .mbtitle h3{
        font-size: 18px;
        line-height: 26px;
    }
    /* <=== hpcontactmm ===> */

    .tpcontactma .magrip{
        margin: 0 -10px;
    }
    .tpcontactma .magrip > div{
        padding: 0 10px;
    }
    .tpcontactma{
        padding: 20px 20px 35px;
    }
}
@media all and (max-width: 767px){
    
}