.home-banner-section {
    background-size: cover;
    background-position: center right;
    padding: 100px 0;
}
.banner-title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
    color: #7D7B7B;
}
.home-banner-form .form-control {
    background: #FAFAFA;
    padding: 13px 10px;
}
.home-banner-form .form-group {
    margin-bottom: 15px;
}
.home-banner-form {
    background: #DBDBDB;
    padding: 40px 25px;
    margin-left: 10px;
}
.home-banner-form .checkbox-control input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 20px;
    height: 25px;
    margin-top: 4px;
}
.home-banner-form .checkbox-control span.wpcf7-list-item  span.wpcf7-list-item-label {
    width: calc(100% - 30px);
    padding-left: 10px;
    display: inline-block !important;
    opacity: 1 !important;
}
.home-banner-form .checkbox-control span.wpcf7-list-item.first.last {
    margin: 0;
}
.home-banner-form .checkbox-control span.wpcf7-list-item > label {
    display: flex;
    flex-wrap: wrap;
}
h1.banner-heading {
    font-size: 60px;
    text-shadow: 0 0 24px rgb(0 0 0 / 14%);
}
.banner-sub-content {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
	text-shadow: 0 0 24px rgb(0 0 0 / 14%);
}
.banner-attorney-image {
    margin-top: 25px;
}
.banner-content {
    padding-right: 10px;
}
.home-banner-form .checkbox-control span.wpcf7-list-item label.checkbox-checked {
    background: transparent;
    color: #7d7b7b;
    font-style: initial;
}
.banner-award-list {
    margin-right: 20px;
}
.banner-award-list:last-child{
    margin-right: 0px;
}
.banner-awards-listing {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
}
.banner-award-list img {
    max-width: 150px;
}
.banner-awards-wraper {
    width: 65%;
}
.banner-google-review {
    width: 35%;
    text-align: right;
}
.content-after-image {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}
.banner-awards-wraper-title {
    font-size: 20px;
    font-weight: 700;
}
.banner-google-review .ti-widget.ti-goog .ti-widget-container {
    text-align: right;
}
.home-banner-form .submitbtn {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 15px;
}
.home-banner-form .submitbtn input.wpcf7-form-control.wpcf7-submit.button {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 13px 20px;
}

@media screen and (max-width: 1199px) {
.banner-content {
    padding-right: 0;
}
.banner-award-list img {
    max-width: 120px;
}
h1.banner-heading {
    font-size: 36px;
}
.banner-sub-content {
    font-size: 18px;
    margin-bottom: 15px;
}
.banner-title {
    font-size: 24px;
}
.home-banner-form {
    margin-left: 0;
}
}
@media screen and (max-width: 991px) {
.home-banner-form {
   margin-top: 40px;
}
.home-banner-section {
   padding: 70px 0;
}
}
@media screen and (max-width: 767px) {
h1.banner-heading {
    font-size: 32px;
}
.banner-awards-wraper {
    width: 100%;
}
.banner-google-review {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.banner-awards-listing {
      justify-content: center;
}
.content-after-image {
    text-align: center;
}
.banner-google-review .ti-widget.ti-goog .ti-widget-container {
    text-align: center;
}
.banner-content {
    text-align: center;
}
.home-banner-section {
    padding: 50px 0;
}
}