.contact_modal {
  z-index: 11000000 !important;
}
.contact_modal .modal-dialog {
  width: 90%;
  max-width: 1256px;
  margin: auto;
}
.contact_modal .modal-dialog .modal-content {
  box-shadow: 0px 4px 114px 0px #ffffff8f;
  border-radius: 40px 50px;
  background-image: url("/wp-content/uploads/popup-background-new.jpeg");
  background-repeat: no-repeat;
  background-size: 105%;
}
.contact_modal .modal-body {
  padding: 30px 50px;
  position: relative;
}
.contact_modal .modal-body .btn-close{
    position: absolute;
    top: 16px;
    right: 16px;
    background-image: url('/wp-content/uploads/modal-close.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    opacity: 1;
    box-shadow: unset;
}
.contact_modal .modal_inner {
  display: flex;
  align-items: stretch;
  gap: 30px;
}
.contact_modal .modal_inner .modal_lft_wrp,
.contact_modal .modal_inner .modal_right_wrp {
  width: 100%;
}
.contact_modal .modal_inner .modal_lft_wrp h1 {
  font-family: "Commissioner", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 54.6px;
  color: #000;
  margin-bottom: 40px;
}
.contact_modal .form_wrp label {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  margin-bottom: 8px;
}
.contact_modal .form-group {
  margin-bottom: 20px;
}
.contact_modal .form_wrp .form-control {
  border: unset;
  border-bottom: 1px solid #d7d7d7;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  background-color: transparent;
  padding: 0 0 8px ;
}
.contact_modal .form_wrp .form-control:focus {
  outline: none;
  box-shadow: unset;
}
.contact_modal .form_wrp .form-control::placeholder {
  color: #494b50;
}
.contact_modal .form_wrp .modal_project_estimete_radio_wrp .form-control,.contact_modal .form_wrp .modal_custom_radio_wrp .form-control {
border: unset !important;
padding: unset !important;
}
.contact_modal .form_wrp .modal_project_estimete_radio_wrp .form-label,.contact_modal .form_wrp .modal_custom_radio_wrp .form-label{
    margin: unset !important;
}
.modal_custom_radio_wrp input[type="radio"]:checked,
.modal_custom_radio_wrp input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.modal_custom_radio_wrp input[type="radio"]:checked + .wpcf7-list-item-label,
.modal_custom_radio_wrp input[type="radio"]:not(:checked) + .wpcf7-list-item-label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #494B50;
  margin-bottom: unset;
}
.modal_custom_radio_wrp input[type="radio"]:checked + .wpcf7-list-item-label:before,
.modal_custom_radio_wrp input[type="radio"]:not(:checked) + .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #2a8d95;
  border-radius: 100%;
  background: #fff;
}
.modal_custom_radio_wrp input[type="radio"]:checked + .wpcf7-list-item-label:after,
.modal_custom_radio_wrp input[type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #2a8d95;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.modal_custom_radio_wrp .form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 26px;
}



.modal_project_estimete_radio_wrp input[type="radio"]:checked,
.modal_project_estimete_radio_wrp input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.modal_project_estimete_radio_wrp input[type="radio"]:checked + .wpcf7-list-item-label{
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
  margin-bottom: unset;
  padding: 4px 16px;
  border-radius: 40px;
  background-color: #2A8D95;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_project_estimete_radio_wrp input[type="radio"]:not(:checked) + .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #666;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #494B50;
  margin-bottom: unset;
  padding: 4px 16px;
  border-radius: 40px;
  background-color: #E7E7E7;
  display: flex;
  justify-content: center;
  align-items: center;
}
[type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.modal_project_estimete_radio_wrp .form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}
.project_buget .form-label{
    margin-bottom: 12px;
}
.contact_modal .submit_btn{
    font-family: Poppins;
font-size: 18px;
font-weight: 600;
line-height: 27px;
color: #fff;
border-radius: 15px;
background: linear-gradient(178.52deg, #2A8D95 1.26%, #06808A 97.76%);
padding: 12px 16px;
border: unset;
margin-top: 18px;
}
select.wpcf7-form-control.wpcf7-select.formcontrol-select {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 16px;
  border-bottom: 1px solid #d7d7d7;
}
select.wpcf7-form-control.wpcf7-select.formcontrol-select:focus {
 outline: none;
}

@media (max-width: 1199px) {   
.contact_modal .modal_inner {
    flex-direction: column;
}
.contact_modal .modal_inner .modal_lft_wrp h1{
    margin-bottom: unset;
}
.contact_modal .modal_inner .modal_lft_wrp img,
.contact_modal .modal_inner .modal_lft_wrp h1 br{
    display: none;
}
}
@media (max-width: 767px) {   

  .contact_modal .modal-body{
      padding: 30px;
  } 
  .contact_modal .modal_inner .modal_lft_wrp h1 {
    font-family: "Commissioner", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    margin-bottom: 0px;
  }
  .contact_modal .form_wrp label{
    font-size: 14px;
  }
  .contact_modal .form_wrp .form-control{
    padding: 0 0 2px;
    font-size: 14px;
    line-height: 24px;
  }
  textarea.form-control{
    height: 50px;
  }
  .contact_modal .form-group {
    margin-bottom: 12px;
  }
  .wpcf7-spinner{
    display: none;
  }
  select.wpcf7-form-control.wpcf7-select.formcontrol-select {
    font-size: 14px;
  }
}

.contact_modal p,.contact_modal .wpcf7-list-item{
    margin: unset !important;
}

.intl-tel-input ul.country-list{
  background-color: #fff;
  border-radius: 16px;
}

/* width */
.intl-tel-input ul.country-list::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.intl-tel-input ul.country-list::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 12px;
}
 
/* Handle */
.intl-tel-input ul.country-list::-webkit-scrollbar-thumb {
  background: #2a8d95; 
  border-radius: 12px;
}
