.offer-form .form-group{float:left;}
section.offers .select-offer .field input[type="radio"]:checked + label.checked{border:2px solid #efefef;}
.offer-form .col-md-12.form-group{margin: 0px;}
.offer-form div.wpcf7-response-output{float: left;width: 100%;margin: 0;text-align: center;font-weight: bold;padding: 5px;
border: none;}
section.offers .select-offer .field input[type="radio"]:checked + label.noborder{border-color: #efefef;}
section.offers .select-offer .field input:checked + label.noborder p::after{background-position: -2px 0px;}
.offer-form span.wpcf7-not-valid-tip{position: absolute;margin-top: 8px;}
.offer-form  .wpcf7-form-control-wrap{position: static;}
.offer-form .form-group{position: relative;}

.full_width_image{width:100%;max-width: 200%;}
#trigger-modal {
    position: fixed;
    top: 50%;
    right: -36px;
    background-color: #2758a2;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

@media screen and (max-width: 991px) {
	.offer-form .form-group{width: 100%;max-width: 100%;}
	.offer-form span.wpcf7-not-valid-tip{position:relative;}
}