/**/
.withoutbg-content { padding-bottom: 0px !important; }
.consultform-sec { width: 100%; padding: 80px 0; }
.consultform-left { float: right; width: 48%; padding-left: 5%; text-align: right; }
.consultform-sec .heading-row { padding: 7% 0 0; }


/*-------------------------------- Responsive Media Query --------------------------------*/
@media (max-width: 1199px){
.consultform-sec .heading-row { padding: 0; }

}


@media (max-width: 991px){
.consultform-left { width: 100%; padding: 0 0 30px; }
.consultform-left .img-fluid { width: 100%; max-height: 450px; object-fit: cover; object-position: top; }

}


@media (max-width: 767px){


}