/* Services Detail */

.service_img { width: 371px; margin-right: 65px; float: left; margin-bottom: 20px;}
.service_detail p { line-height: 26px;}
.serv_txt {margin: 30px 0 0 0;
    display: inline-block;
    width: 100%; }
.getquote { position: relative; z-index: 1; margin-bottom: 70px; display: inline-block;
    width: 100%; }
.getquote form { max-width: 1195px; margin: 0 auto;}
.form_blk p { text-transform: capitalize;}

/* responsive */


@media (max-width:992px) {
    .getquote { margin-bottom: 0px;}
    
}

@media (max-width:1199px) {
    
}
@media (max-width:991px) {
    .service_img {margin-right: 30px; }
    .hm_quote {
    padding: 40px 15px;
}
    .hm_quote .btnbox {
    margin-top: 0px;
}
}

@media (max-width:768px) {
    
}

@media (max-width:575px) {
    .service_img { float: none; margin: 0 0 20px; width: 100%;}
    .service_detail p {
    line-height: 22px;
}
    .serv_txt {
        margin: 20px 0 0 0;}
}



