/* <=== hpctactsmm ===> */
.hpctactsmm{
    background-color: #9acc00;
}
.hpctactsmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.hpctactsmm .mmgrip .mcol{
    width: calc(100% - 505px);
}
.hpctactsmm .mmgrip .hcol{
    width: 505px;
}
.hpctactsmm .mmaps img,
.hpctactsmm .mmaps iframe{
    width: 100%;
}
.hpctactsmm .mdecs{
    padding: 30px 20px;
}
.hpctactsmm .dwrap{
    max-width: 340px;
    margin: 0 auto;
}
.hpctactsmm .dtitle {
    margin-bottom: 25px;
    color: #ff6700;
    text-transform: uppercase;
}
.hpctactsmm .dtitle, .hpctactsmm .dtitle h1, .hpctactsmm .dtitle h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
}
.hpctactsmm .dinfos li{
    margin-bottom: 40px;
    padding-left: 40px;
    position: relative;
}
.hpctactsmm .dinfos li::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}
.hpctactsmm .dinfos li:last-child{
    margin-bottom: 0;
}
.hpctactsmm .dinfos li .ttext{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 1.2px;
    font-size: 15px;
    line-height: 23px;
}
.hpctactsmm .dinfos li .tinfo{
    font-size: 14px;
    letter-spacing: 1.3px;
}
/* <=== hpctactsmm ===> */

/* <=== hpctactshh ===> */
.hpctactshh{
    padding: 40px 0 60px;
}
.tpctactshh .hhtitle{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
}
.tpctactshh .hhtitle p{
    padding: 0;
}
.tpctactshh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpctactshh .hhgrip.vchange{
    justify-content: space-between;
    margin-top: 20px;
}
.tpctactshh .hhgrip > div{
    padding: 0 15px;
}
.tpctactshh .hhgrip .mcol{
    width: 50%;
}
.tpctactshh .hhgroup{
    margin-bottom: 12px;
}
.tpctactshh .ipgrip{
    display: flex;
    margin: 0 -5px;
}
.tpctactshh .ipgrip > div{
    padding: 0 5px;
}
.tpctactshh .ipgrip .xcol{
    width: 110px;
}
.tpctactshh .ipgrip .ycol{
    width: calc(100% - 110px);
}
.tpctactshh .vlabel{
    margin-bottom: 8px;
}
.tpctactshh .vlabel label{
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
    font-weight: 400;
}
.tpctactshh .vlabel label span{
    color: #ff0000;
}
.tpctactshh .vipunt input, .tpctactshh .vipunt select{
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: none;
    background-color: #f6f6f6;
}
.tpctactshh .vipunt textarea{
    width: 100%;
    height: 140px;
    padding: 10px 15px;
    border: none;
    background-color: #f6f6f6;
    resize: none;
}
.tpctactshh .vipunt .chosen-container{
    height: 50px;
}
.tpctactshh .vipunt .chosen-single{
    background-color: #f6f6f6;
    border: none;
}
.tpctactshh .frmbuton button, .tpctactshh .frmbuton a{
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    padding: 14px 20px;
    border: none;
    background-color: #9acc00;
    color: #1c1c1c;
    text-transform: uppercase;
    border-radius: 35px;
    font-weight: 500;
}
.tpctactshh .frmbuton button:hover, .tpctactshh .frmbuton a:hover{
    background-color: #ff6700;
    color: #fff;
}
.tpctactshh .frmbuton button span, .tpctactshh .frmbuton a span{
    display: inline-block;
    padding: 0 50px;
    position: relative;
}
.tpctactshh .frmbuton button span::before, .tpctactshh .frmbuton a span::before{
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* <=== hpctactshh ===> */

@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== hpctactsmm ===> */
    .hpctactsmm .mmgrip{
        flex-direction: column-reverse;
    }
    .hpctactsmm .mmgrip .mcol, .hpctactsmm .mmgrip .hcol{
        width: 100%;
    }
    .hpctactsmm .mdecs{
        padding: 20px 20px 30px;
    }
    .hpctactsmm .dtitle, .hpctactsmm .dtitle h1, .hpctactsmm .dtitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .hpctactsmm .dwrap{
        max-width: 100%;
    }
    /* <=== hpctactsmm ===> */

}
@media all and (max-width: 767px){
    /* <=== hpctactshh ===> */
    .tpctactshh .hhgrip .mcol{
        width: 100%;
    }
    .hpctactshh{
        padding: 20px 0 35px;
    }
    .tpctactshh .hhtitle{
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 10px;
    }
    .tpctactshh .hhgrip.vchange > div{
        width: 100%;
    }
    .tpctactshh .frmrecap{
        text-align: center;
        margin-bottom: 15px;
    }
    .tpctactshh .frmbuton{
        text-align: center;
    }
    /* <=== hpctactshh ===> */
}