.contact-section{padding-bottom:50px}.contact-section-title h1{margin-bottom:10px}.contact-section-title p{color:var(--bs-black-gray);font-size:32px}input[type="email"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="url"]{min-height:62px}.contact-form-fild{padding-bottom:30px}.contact-form-fild label{color:var(--bs-orange);font-size:18px;font-weight:350;padding-left:19px}.contact-form-fild input,.contact-form-fild textarea{border-radius:7px}.contact-form-fild textarea{height:104px}.contact_message_fild{resize:vertical}.form-country-select{background:var(--bs-white);font-size:15px;color:var(--bs-gray);font-weight:400;position:relative;top:-7px}.contact-form-fild.multi-filds input{padding-left:137px}.phone_number{padding-left:80px}.contery-fleg{position:absolute;top:29px;left:9px;font-size:30px;padding:0 10px}.contery-fleg::before{background:var(--bs-light-orange);width:1px;height:40px;position:absolute;right:3px;top:0;content:""}.opstion-choose{display:none}.choose-list{height:40px}#price_range,.budget-title{position:relative;color:var(--bs-orange);font-size:18px}.budget-title{padding-left:19px}.price_input{width:100%;height:15px;-webkit-appearance:none;background:var(--bs-white);outline:none;border-radius:15px;overflow:hidden;box-shadow:inset 0 0 5px var(--bs-black)}.price_input::-webkit-slider-thumb{-webkit-appearance:none;width:15px;height:15px;border-radius:50%;background:var(--bs-light-orange);cursor:pointer;border:4px solid var(--bs-gray-dark);box-shadow:-407px 0 0 400px var(--bs-light-orange)}.form-submit-btn{font-size:28px;font-weight:350;padding:6px 70px;margin:10px 0 15px;border-radius:36px;color:var(--bs-white);width:100%;background:var(--bs-multi-gradient);background-size:200% auto;transition:.5s all ease-in-out}.contact-form-submit{border-radius:12px}.form-submit-btn:hover{background-position:right center}.refresh-loader{animation-name:spin;animation-duration:1000ms;animation-iteration-count:infinite;animation-timing-function:linear;display:inline-block}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.ez-contact{background:var(--bs-light-orange);border-radius:15px;margin-bottom:10px}.loader{border:16px solid var(--bs-gray-primary);border-top:16px solid var(--bs-primary);border-radius:50%;width:120px;height:120px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.hide-loader{display:none}input#amount{color:var(--bs-light-orange);border:1.5px solid var(--bd-gray-border);text-align:center}.budget-title .AARPAY-symbol-rupee{position:relative;top:4px}@media only screen and (min-device-width:992px){.form-submit-btn{width:auto}}


.grd {
  position: relative;
}

.grd:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:100%;
 background: linear-gradient(#25333d 0%, rgba(37, 51, 61, 0) 100%);
}
