.exly-form-grp h2{
    
    font-size: 24px;
    font-weight: 600;
    text-align:center;
    word-break: break-word;
    font-family:sans-serif;
  }
  .exly-form-grp input[type="number"] {
    max-width: 269px!important;
}

.exly-form-grp .message-wrap.success {
    font-family: sans-serif
    }
  .exly-form-grp .message-wrap.success {
    color: darkgreen!important;
    font-size: 16px;
    margin-top: 10px;
}
 

.exly-form-grp .form-group.form-input {
    margin-top: 15px;
}
  .exly-form-grp label{
   font-size: 16px;
    font-weight: 600;
    margin-top:5px;
    color: #454545;
    font-family: sans-serif;
    display:block;

  }
 .exly-form-grp .radio-inline {
    display: flex;
    font-family: sans-serif;
}
.exly-form-grp .form-single-select select{
    color: #333;
    max-width: 100%;
    width: 350px;
    background-color: #fff;
    border-width: 2px;
    border-color: #dfe1e5;
    padding: 12px 10px;
    border-radius: 4px;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
   
    font-family: sans-serif;
    font-size: 16px;
    line-height: inherit;
    height: -webkit-fit-content;
}
.exly-form-grp input.form-check-input {
    width: 11px;
    margin-top: 3px;
    margin-right: 16px;
   
}
.exly-form-grp input[type="checkbox"]:checked::before {
    
    margin: -7.9px -9px!important;
    }
  .exly-form-grp {
    max-width: 445px;
    margin: auto;
}
.exly-form-grp input::-webkit-outer-spin-button,
.exly-form-grp input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.exly-form-grp input[type=number] {
  -moz-appearance: textfield;
}
.exly-form-grp label.error {
    color: red;
}
.exly-form-grp .form-checkbox label{
    margin-bottom:10px;
}
.exly-form-grp {
    border: 3px solid #eee;
    padding: 20px 50px;
    border-radius: 9px;
}
  .exly-form-grp input{
    color: #333;
    max-width: 100%;
  width:350px;
    background-color: #fff;
        border-width: 0.2rem!important;
    border:2px solid #dfe1e5;
    padding: 8px 10px!important;
    border-radius: 4px!important;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    margin: 15px 0;
    font-family: sans-serif;
    font-size: 16px;
    line-height: inherit;
    height: -webkit-fit-content;
    height: -moz-fit-content
}
.exly-form-grp input.num{
    color: #333;
    max-width: 100%;
  width:59%;
  }
.exly-form-grp .mend{
  color:#f15152;
}
.exly-form-grp textarea{
    color: #333;
    max-width: 100%;
  width:350px;
    background-color: #fff;
    border-width: 2px;
    border-color: #dfe1e5;
    padding: 8px 10px;
    border-radius: 4px;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    margin: 10px 0;
    font-family: sans-serif;
    font-size: 16px;
    line-height: inherit;
    height: -webkit-fit-content;
    height: -moz-fit-content
}
.exly-form-grp input.num {
    
    display:inline;
}
button.shadow-none.exly-submit-button {
    width: 341px;
    text-decoration: none;
    border-radius:4px;
    margin-top:20px;
    max-width:100%
}
.exly-form-grp .phones {
    color: #333;
    max-width: 39%;
    background-color: #fff;
    border-width: 2px;
    border-color: #dfe1e5;
    padding: 10px 10px;
    border-radius: 4px;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    
    font-family: sans-serif;
    font-size: 16px;
    line-height: inherit;
    height: -webkit-fit-content;
    }
.exly-form-grp button{
  border-radius: 8px;
 
    letter-spacing: 1.25px;
    
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background-color: rgba(255,91,0);
    color: #fff;
    -webkit-box-shadow: 4px 4px 6px 0.5px rgb(51 51 51 / 33%);
    box-shadow: 4px 4px 6px 0.5px rgb(51 51 51 / 33%);
    max-width: 350px;
    border: none;
    padding: 15px 10px;
    font-size: 16px;
    margin-top:10px;
}
.post-inner {
     margin-top: -10rem!important;
     padding-top:0rem!important;
}
@media (max-width: 767px){
.exly-form-grp .phones {
    color: #333;
    max-width: 36%;
    }
   
    .exly-form-grp input.num{
    color: #333;
    max-width: 100%;
  width:60%;
  }
  .post-inner {
    padding-top: 5rem!important;
}
 

}
@media (min-width: 767px)
.post-inner {
    padding-top: 0rem!important;
}
}