

.contact_form1 .heading p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.contact_form1{
    padding: 50px;
    background: linear-gradient(90deg, rgba(156, 105, 60, 1) 0%, rgba(221, 172, 69, 1) 33%, rgba(209, 161, 68, 1) 50%, rgba(151, 101, 59, 1) 69%);
    position: relative;
    box-shadow: 0 0px 3px 0 #ffac09;
}
.contact_form1 label {
    color: #000;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    min-height: 40px;
}
.check_label{
    margin-left: 10px;
    display: inline-block !important;
    margin-bottom: 0 !important;
}

.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {display:none;}

.contact_form1 .wpcf7-form-control::placeholder {
  color: #1c1c1c;
}
.contact_form1 .wpcf7-form-control, .contact_form1 .wpcf7-form-control:-internal-autofill-selected{
    width: 100%;
    background-color: #f1f1f1;
    border: 0;
    border-radius: 0;
    color: #000;
    transition: 0.5s;
    position: relative;
}
.contact_form1 input[type="text"], 
.contact_form1 input[type="text"]:focus, 
.contact_form1 input[type="email"], 
.contact_form1 input[type="email"]:focus, 
.contact_form1 input[type="tel"], 
.contact_form1 input[type="tel"]:focus,
.contact_form1 input[type="date"], 
.contact_form1 input[type="date"]:focus,
.contact_form1 textarea,
.contact_form1 select, .contact_form1 select:focus
{
    width: 100%;
    padding: 0 20px;
    background-color: #ffffff4f;
    border: 1px solid #000000;
    color: #000;
    transition: 0.5s;
    position: relative;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none;
}
.contact_form1 .wpcf7-form-control-wrap{display: block;}
.contact_form1 input[type="file"], 
.contact_form1 input[type="file"]:focus{
    border: 1px solid #fff;
    padding: 10px;
    border-radius:0;
}
.contact_form1 .wpcf7-form-control:focus{
    border-color: #000 !important;
    box-shadow: none;
}
.contact_form1 .wpcf7-text, .contact_form1 .wpcf7-date, .contact_form1 .wpcf7-select,
.f12_captcha-133 input, .contact_form1 input#f12_captcha-498
{
    height:50px;
    outline: none;
}
.contact_form1 .wpcf7-select{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -ms-appearance: auto;
    -o-appearance: auto;
    appearance: auto;
}
.contact_form1 .wpcf7-list-item {
    margin: 0;
    position: relative;
    padding-left: 20px;
}

.contact_form1 .wpcf7-form-control.wpcf7-checkbox {
    border: 0;
}

.contact_form1 .wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    top: 3px;
    left: 0;
}

.contact_form1 .wpcf7-text, .contact_form1 .wpcf7-radio{
    border:0;
    padding: 0;
}
.contact_form1 .wpcf7-text, .contact_form1 .wpcf7-radio span.wpcf7-list-item:nth-child(1){
    margin-left: 0;
}
.contact_form1 .wpcf7-radio span.wpcf7-list-item label{
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.contact_form1 .wpcf7-radio span.wpcf7-list-item label input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contact_form1 .wpcf7-radio span.wpcf7-list-item label span.wpcf7-list-item-label:before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid red;
  border-radius:50px;
}
.contact_form1 .wpcf7-radio span.wpcf7-list-item label input[type=radio] ~ span.wpcf7-list-item-label{
  font-size: 13px;
  color: #000;
}
.contact_form1 .wpcf7-radio span.wpcf7-list-item label input[type=radio]:checked ~ span.wpcf7-list-item-label:before{
  background-color: #fff;
}
.contact_form1 .wpcf7-radio span.wpcf7-list-item label span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
}
.contact_form1 .wpcf7-radio span.wpcf7-list-item label input[type=radio]:checked ~ span.wpcf7-list-item-label:after{
  display: block;
}
.contact_form1 .wpcf7-radio span.wpcf7-list-item label span.wpcf7-list-item-label:after{
    left: 10px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #1682ee;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact_form1 .wpcf7-textarea {
    height: 100px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    color: #000;
    border-radius: 0;
    padding: 10px 10px 10px 20px;
}
.contact_form1 textarea:focus-visible{outline: none;}
.contact_form1 .wpcf7-submit {
    /* height: 50px;
    padding: 0 50px;
    background: #3f74f5;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 0;
    border: 0;
    text-transform: capitalize;
    display: inline-block;
    width: auto; */
    background-color: #f8b221;
    border-radius: 0px;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    border: 1px solid transparent;
    text-transform: uppercase;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.contact_form1 .wpcf7-submit:hover{
    background: #000;
    color: #ffffff;
}
.contact_form1 .bd_consub{position: relative; margin: 0 0 0 -15px;}
.contact_form1 .bd_consub .ajax-loader {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*  */

.inner_con h2{
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1em;
}
.inner_con h3, .haeding h3{
    font-size: 28px;
    font-weight: 700;
    line-height: 1em;
}
.inner_con p{
    font-size: 18px;
    line-height: 1.5em;
}