.vhquotepg{
    padding: 120px 0 140px;
}
/* <=== hpquotehh ===> */
.hpquotehh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.hpquotehh .hhgrip > div{
    padding: 0 15px;
}
.hpquotehh .hhgrip .lcol{
    width: 530px;
}
.hpquotehh .hhgrip .rcol{
    width: calc(100% - 530px);
}
/* <=== hpquotehh ===> */

/* <=== itquotehha ===> */
.itquotehha{
    margin-bottom: 30px;
}
.itquotehha:last-child{
    margin-bottom: 0;
}
.hpquotehha .hatitle{
    margin-bottom: 20px;
    text-transform: uppercase;
}
.hpquotehha .hatitle, .hpquotehha .hatitle h1, .hpquotehha .hatitle h2{
    font-size: 64px;
    line-height: 80px;
    font-weight: 800;
}
/* <=== itquotehha ===> */

/* <=== hachooseadd ===> */
.hachooseadd{
    margin-bottom: 20px;
    position: relative;
}
.hachooseadd .adtitle{
    position: relative;
    padding-bottom: 10px;
    padding-right: 40px;
    border-bottom: 1px solid #141416;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}
.hachooseadd .adtitle::before{
    content: '\e900';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'icomoon' !important;
    font-size: 9px;
    font-weight: 400;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #000;
}
.hachooseadd.active .adtitle::before{
    transform: translateY(-50%) rotate(-180deg);
}
.hachooseadd .adconts{
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 5px 20px;
    display: none;
    z-index: 2;
}
.hachooseadd .adconts li a{
    display: block;
    color: #141416;
    padding: 12px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
} 
.hachooseadd .adconts li a:hover, .hachooseadd .adconts li.active a{
    color: #ec1b34;
}
/* <=== hachooseadd ===> */

/* <=== hacontenadd ===> */
.hacontenadd li{
    display: flex;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.hacontenadd li .iicon{
    width: 32px;
    height: 32px;
    border-radius: 100%;
}
.hacontenadd li .iicon img{
    width: 100%;
    height: 100%;
}
.hacontenadd li .itext{
    width: calc(100% - 32px);
    padding-left: 15px;
    padding-top: 4px
}
/* <=== hacontenadd ===> */


/* <=== hpquotehhb ===> */

.hpquotehhb img, .hpquotehhb iframe{
    width: 100%!important;
}
/* <=== hpquotehhb ===> */

/* <=== hachoosereq ===> */
.hachoosereq{
    margin-bottom: 20px;
    position: relative;
}
.hachoosereq .retitle{
    position: relative;
    padding-bottom: 10px;
    padding-right: 40px;
    border-bottom: 1px solid #141416;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}
.hachoosereq .retitle::before{
    content: '\e900';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'icomoon' !important;
    font-size: 9px;
    font-weight: 400;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #000;
}
.hachoosereq.active .retitle::before{
    transform: translateY(-50%) rotate(-180deg);
}
.hachoosereq .reconts{
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 5px 20px;
    display: none;
    z-index: 2;
}
.hachoosereq .reconts li a{
    display: block;
    color: #141416;
    padding: 12px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
} 
.hachoosereq .reconts li a:hover, .hachoosereq .reconts li.active a{
    color: #ec1b34;
}
/* <=== hachoosereq ===> */

/* <=== hacontenreq ===> */
.hacontenreq .reqconttab{
    display: none;
}
.hacontenreq .reqconttab.active{
    display: block;
}
/* <=== hacontenreq ===> */

/* <=== vcheckall ===> */
.vcheckall{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.vcheckall > div{
    margin: 0;
    margin-right: 10px;
}
.vcheckall > div:last-child{
    margin-right: 0;
    margin-top: 2px;
}
[type="radio"]:checked,
[type="radio"]:not(:checked),
[type="checked"]:checked,
[type="checked"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="checked"]:checked + label,
[type="checked"]:not(:checked) + label
{
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #333333;
    font-size: 16px;
    line-height: 25px;
}
[type="radio"]:not(:checked) + label:before,
[type="checked"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border: 1px solid #c4c4c4;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:before,
[type="checked"]:checked + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border: 1px solid #ed1b34;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="checked"]:checked + label:after,
[type="checked"]:not(:checked) + label:after {
    content: '';
    width: 19px;
    height: 19px;
    background: #ed1b34;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after,
[type="checked"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
}
[type="radio"]:checked + label:after,
[type="checked"]:checked + label:after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
/* <=== vcheckall ===> */

/* <=== tprequestma ===> */
.tprequestma .magrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px;
}
.tprequestma .magrip > div{
    padding: 0 9px;
    margin-bottom: 12px;
}
.tprequestma .magrip .mcol{
    width: 100%;
}
.tprequestma .magrip .hcol{
    width: 50%;
}
.tprequestma .magripvm{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -9px;
}
.tprequestma .magripvm > div{
    width: 50%;
    padding: 0 9px;
}
.tprequestma .mmlabel{
    margin-bottom: 10px;
}
.tprequestma .mmlabel label{
    color: #777e91;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.tprequestma .mmlabel label span{
    color: #ed1b34;
}
.tprequestma .mmgroup input{
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #dddfe4;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #141416;
}
.tprequestma .mmgroup.vdate {
    position: relative;
}
.tprequestma .mmgroup.vdate::before{
    content: '';
    position: absolute;
    top: 12px;
    right: 15px;
    background-image: url('../images/idate.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat; 
    width: 18px;
    height: 20px;
    z-index: 1;
}
.tprequestma .mmgroup.vdate input{
    padding-right: 40px;
}
.tprequestma .mmgroup select{
    width: 100%;
    height: 45px;
    padding: 0 45px 0 15px;
    border: 1px solid #dddfe4;
    border-radius: 8px;
    background-image: url('../images/iselect.png');
    background-size: 17px 9px;
    font-size: 16px;
    line-height: 24px;
    color: #141416;
}
.tprequestma .mmgroup textarea{
    width: 100%;
    height: 105px;
    padding: 10px 15px;
    border: 1px solid #dddfe4;
    border-radius: 8px;
    resize: none;
    font-size: 16px;
    line-height: 24px;
    color: #141416;
}
/* <=== tprequestma ===> */

/* <=== tprequestmd ===> */
.tprequestmd{
    margin-bottom: 15px;
    color: #857c7c;
    font-size: 16px;
    line-height: 24px;
}
/* <=== tprequestmd ===> */


@media all and (max-width: 1200px){ 
    .vhquotepg{
        padding: 90px 0 110px;
    }
    .hpquotehha .hatitle, .hpquotehha .hatitle h1, .hpquotehha .hatitle h2{
        font-size: 50px;
        line-height: 65px;
    }
    .hpquotehh .hhgrip .lcol{
        width: 450px;
    }
    .hpquotehh .hhgrip .rcol{
        width: calc(100% - 450px);
    }
}
@media all and (max-width: 991px){ 
    /* <=== hpquotehh ===> */
    .hpquotehh .hhgrip .lcol{
        width: 100%;
        margin-bottom: 30px;
    }
    .hpquotehh .hhgrip .rcol{
        width: 100%;
    }
    .vhquotepg{
        padding: 50px 0 ;
    }
    /* <=== hpquotehh ===> */
    .hpquotehha .hatitle, .hpquotehha .hatitle h1, .hpquotehha .hatitle h2{
        font-size: 40px;
        line-height: 55px;
    }
}
@media all and (max-width: 767px){ 
    .tprequestma .mmlabel label{
        font-size: 12px;
        line-height: 20px;
    }
    .tprequestma .magrip .hcol.vfull{
        width: 100%;
    }
}