.hpestimatespg  .inner{
    max-width: 790px;
    margin: 0 auto;
}
.vntcontvh .grformm{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.vntcontvh .grformm > div{
    padding: 0 15px;
    width: 50%;
}
.grformdt{
    margin-bottom: 20px;
}
.grformdt.nomar{
    margin-bottom: 5px;
}
.grformdt label{
    width: 100%;
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
}
.grformdt input, .grformdt select{
    width: 100%;
    height: 40px;
    border: 1px solid #dddddd;
    padding: 0 10px;
    border-radius: 5px;
    color: #888888;
}
.grformdt select{
    padding-right: 40px;
    background-image: url("../images/iselect.png");
    background-size:  15px 15px;
    background-position: right 10px center;
}
.grformh{
    display: flex;
    align-items: center;
    align-content: center;
}
.grformh > div{
    width: 50%;
}
.grformb{
    display: flex;
    align-items: center;
    align-content: center;
}
.grformb .inb{
    width: calc(100% - 45px);
}
.grformb .imb{
    width: 45px;
    text-align: center;
}
.grformt {
    display: flex;
    flex-wrap: wrap;
}
.grformt .colt{
    width: 25%;
    margin-bottom: 15px;
}
.myCheckbox{
    padding-left: 22px;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    line-height: 20px;
    color: #666666;
}
.myCheckbox input{
    display: none;
}
.myCheckbox:before{
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 3px;
    border:solid 1px #999999;
}
.myCheckbox1:before{
    border-radius: 3px;
}
.myCheckbox.active:before{
    border-color: #999999;
}
.myCheckbox:after{
    content: '\f00c';
    position: absolute;
    left: 2px;
    top: 1px;
    font-size: 11px;
    color: #4f6881;
    display: none;
    font-family: FontAwesome;
}
.myCheckbox.active:after{
	display: block;
}
.myCheckbox.active::before{
    border:solid 1px #4f6881;
}
.hpestimatescp{
    margin-bottom: 10px;
}
.hpestimatescp .grcp{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.hpestimatescp .grcp > div{
    padding: 0 15px;
    width: 33.3333%;
    margin-bottom: 20px;
}
.tpestimatescp {
    height: 100%;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    background-color: #fff;
}
.tpestimatescp .tl{
    margin-right: 15px;
    white-space: nowrap;
    color: #000000;
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
}
.tpestimatescp .tr{
    color: #4f6881;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.hpestimatesph{
    color: #666666;
    font-style: italic;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
}
.hpestimatesph a{
    font-style: unset;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    color: #4f6881;
    display: inline-block;
}
.hpestimatesph .iwrap{
    max-width: 880px;
    margin: 0 auto;
}
@media all and (max-width: 1200px){
    .hpestimatescp .grcp > div{
        width: 50%;
    }
}
@media all and (max-width: 991px){
    .hpestimatescp .grcp > div{
        width: 100%;
    }
    .hpestimatesph{
        font-size: 14px;
        line-height: 22px;
    }
}
@media all and (max-width: 767px){
    .vntcontvh .grformm > div{
        width: 100%;
    }
    .grformt .colt{
        width: 33.333%;
    }
}
@media all and (max-width: 400px){
    .tpestimatescp .tr{
        font-size: 17px;
        line-height: 25px;
    }
}