/* <=== vhcontactpg ===> */
.vhcontactpg .ctpadd{
    padding: 40px 0 70px;
}
.tpcontactmm{
    margin-bottom: 55px;
}
.tpcontactmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -70px;
}
.tpcontactmm .mmgrip > div{
    padding: 0 70px;
}
.tpcontactmm .mmgrip .mcol{
    width: calc(100% - 38.462%);
}
.tpcontactmm .mmgrip .hcol{
    width: 38.462%;
}
.tpcontactma .matitle{
    max-width: 670px;
    margin-bottom: 15px;
}
.tpcontactma .matitle, .tpcontactma .matitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
}
.tpcontactma .mainputs{
    margin-bottom: 15px;
}
.tpcontactma .frmgroup{
    margin-bottom: 15px;
}
.tpcontactma .frmgroup input, .tpcontactma .frmgroup select{
    width: 100%;
    height: 40px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 24px;
}
::-webkit-input-placeholder {
    color: #777777;
}
:-ms-input-placeholder {
    color: #777777;
}
::placeholder {
    color: #777777;
}
.tpcontactma .frmgroup textarea{
    width: 100%;
    height: 90px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
    resize: none;
}
.tpcontactma .marecapc{
    margin-bottom: 20px;
}
.tpcontactma .mabutton button{
    display: inline-block;
    height: 40px;
    font-size: 16px;
    line-height: 24px;
    border: none;
    background-color: #e2714f;
    color: #fff;
    padding: 5px 22px;
    border-radius: 5px;
}
.tpcontactma .mabutton button:hover{
    background-color: #b04828;
}
.tpcontactmb{
    padding: 30px 30px 40px 30px;
    background-color: #e2714f;
}
.tpcontactmb, .tpcontactmb a{
    color: #fff;
}
.tpcontactmb .mbtitle{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.tpcontactmb .mbtitle, .tpcontactmb .mbtitle h2{
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
}
.tpcontactmb .ctitem{
    margin-bottom: 15px;
}
.tpcontactmb .ctitem:last-child{
    margin-bottom: 0;
}
.tpcontactmb .vname{
    margin-bottom: 5px;
}
.tpcontactmb .vname, .tpcontactmb .vname h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.tpcontactmb .vinfo{
    font-size: 15px;
    line-height: 25px;
}
.tpcontactmb .vinfo li{
    margin-bottom: 0;
}
.tpcontactmb .vinfo li:last-child{
    margin-bottom: 0;
}
.tpcontacthh img{
    width: 100%;
}
/* <=== vhcontactpg ===> */
@media all and (max-width: 1200px){
    /* <=== vhcontactpg ===> */
    .tpcontactmm .mmgrip{
        margin: 0 -15px;
    }
    .tpcontactmm .mmgrip > div{
        padding: 0 15px;
    }
    /* <=== vhcontactpg ===> */
}
@media all and (max-width: 991px){
    /* <=== vhcontactpg ===> */
    .vhcontactpg .ctpadd{
        padding: 20px 0 40px;
    }
    .tpcontactmm .mmgrip{
        flex-direction: column-reverse;
    }
    .tpcontactmm .mmgrip .hcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpcontactmm .mmgrip .mcol{
        width: 100%;
    }
    .tpcontactmm{
        margin-bottom: 40px;
    }
    /* <=== vhcontactpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhcontactpg ===> */
    .tpcontactmb{
        padding: 20px 20px 30px;
    }
    .tpcontactmb .mbtitle{
        margin-bottom: 15px;
    }
    .tpcontactma .matitle, .tpcontactma .matitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    /* <=== vhcontactpg ===> */
}