div#wpcf7-f3152-p3154-o1 button#cf7mls-next-btn-cf7mls_step-1 {
    color: #fff;
    background: #12a3d9 !important;
    border-color: #12a3d9 !important;
    padding: 14px 40px;
    border-radius: 4px;
    font-family: "Open Sans", sans, Arial;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14.4px;
    position: absolute;
    z-index: 999;
    bottom: 8px;
    right: 0px;
}
.left_detail select, .left_detail input {
    border: 1px solid #000 !important;
    border-radius: 5px !important;
    margin: 0px !important;
    width: 100%;
}
.home-info-row {
    padding: 10px 10px;
}
div#wpcf7-f3152-p3154-o1 button#cf7mls-next-btn-cf7mls_step-2 {
    float: left;
    width: 40%;
    background: #12a3d9;
    text-transform: uppercase;
    font-size: 14.4px;
    letter-spacing: 2px;
    margin: 0px;
}
.check_box span.wpcf7-form-control-wrap {
    display: inline-block;
    width: 46%;
    margin: 7px 10px;
}
p.check_box br {
    display: none;
}
.check_box span.wpcf7-form-control-wrap:nth-child(2n) {
    margin-left: 0px;
}
div#wpcf7-f3152-p3154-o1 input.wpcf7-form-control.has-spinner.wpcf7-submit.last_subbtn {
    background-color: #3bbe70;
    text-transform: uppercase;
    border-color: #3bbe70 !important;
    color: #fff;
}
div#wpcf7-f3152-p3154-o1 button.cf7mls_back.action-button {
    border: none !important;
    color: #12a3d9;
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    margin: 2px 0 0 0px !important;
    padding: 0px;
}



div#wpcf7-f3152-p1517-o1 button#cf7mls-next-btn-cf7mls_step-1 {
    color: #fff;
    background: #12a3d9 !important;
    border-color: #12a3d9 !important;
    padding: 14px 40px;
    border-radius: 4px;
    font-family: "Open Sans", sans, Arial;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14.4px;
    position: absolute;
    z-index: 999;
    bottom: 8px;
    right: 0px;
}
div#wpcf7-f3152-p1517-o1 button.cf7mls_back.action-button {
    border: none !important;
    color: #12a3d9;
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    margin: 2px 0 0 0px !important;
    padding: 0px;
}
div#wpcf7-f3152-p1517-o1 button#cf7mls-next-btn-cf7mls_step-2 {
    float: left;
    width: 40%;
    background: #12a3d9;
    text-transform: uppercase;
    font-size: 14.4px;
    letter-spacing: 2px;
    margin: 0px;
}


.sav_thank {
    background: url(https://mortgage.immo/wp-content/uploads/2022/10/colibri-image-52.png);
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
    position: relative;
    z-index: 9999;
}

.sav_thank:after {
    content: "sdsds";
    position: absolute;
    top: 0px;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    color: transparent;
}

.sav_thank h1 {
    position: relative;
    z-index: 999;
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    margin: 0px;
}

.sav_thank p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 999;
}

.calendly {
/*     width: 70%;
    margin: 70px auto; */
}

.calendly iframe {
    width: 100%;
	height: 660px;
}
.sav_foot {
    height: auto;
    min-height: unset;
    background-color: rgb(54, 73, 84);
    background-image: none;
    padding: 40px 0 40px 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.sav_foot svg {
    width: 17px;
    margin: 0 9px 0 0;
    vertical-align: middle;
}

.sav_foot ul li {
    display: block;
}

.sav_foot ul li svg path {
    fill: #fff;
}

.sav_foot ul li a {
    color: #fff;
}
.sav_foot .h-section-boxed-container {
    display: flex;
}

.center_sav {
    width: 67%;
    text-align: center;
}


@media only screen and (max-width: 767px) {
.sav_foot .h-section-boxed-container {
    display: block;
    text-align: center;
}

.center_sav {
    width: 100%;
}
	
}	
	
	
	
.center_sav p {
    color: #fff;
    margin: 0px 0 5px 0;
    font-size: 16px;
     
}
/* CF7: keep checkbox / acceptance label and box on the same line and vertically aligned */
.wpcf7-form .wpcf7-acceptance,
.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .wpcf7-checkbox li,
.wpcf7-form .wpcf7-list-item,
.wpcf7-form .check_box,
.wpcf7-form .check_box .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem; /* space between checkbox and text */
  vertical-align: middle;
  margin: 0.25rem 0;
  white-space: normal; /* allow wrapping on narrow screens */
}

.wpcf7-form input[type="checkbox"],
.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
  margin: 0;
  flex: 0 0 auto;
  width: 1.05em;
  height: 1.05em;
  transform: translateY(0.05rem);
}

.wpcf7-form .wpcf7-list-item-label,
.wpcf7-form .wpcf7-acceptance label,
.wpcf7-form .check_box label {
  margin: 0;
  line-height: 1.2;
}

/* Keep layout usable on small screens */
@media (max-width: 480px) {
  .wpcf7-form .wpcf7-acceptance,
  .wpcf7-form .wpcf7-checkbox,
  .wpcf7-form .check_box .wpcf7-list-item {
    flex-wrap: wrap;
  }
}