 #congratsMessage{display: block;text-align: center;padding: 7%;color: #fff;}
    .step { display: none; } /* Hide all steps by default */
    .active { display: block; } /* Show active step */
    .hind-vadodara-light {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  .hind-vadodara-regular {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .hind-vadodara-medium {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .hind-vadodara-semibold {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .hind-vadodara-bold {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
body, html {
    height: 100%;
    margin: 0;
    font-family: "Hind Vadodara", sans-serif;
    background-color: #0D0D0D;
}
.main-wrapper {
    min-height: 100vh;
    
    --headerHeight: 60px;
    --footerHeight: 220px;
}
.fixed-top {
    padding: 20px 130px !important;
}
.main-inner {
    display: flex;
    justify-content: center;
    min-height: calc(100vh - (var(--headerHeight) + var(--footerHeight)));
    padding: 0px 0px;
    align-items: center;
}
.main-wrapper .form-container {
    border-radius: 10px;
    color: #fff;
    padding-top: 0px;
}
.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 89px;
    margin-right: 10px;
    padding-top: 10px;
}
.logo img{
    max-width: 100%;
}
.site-header {
    height: var(--headerHeight);
    padding: 0px;
    border-bottom: 1px solid #363636;
}
/* footer clients */
.appypie-clientele h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
  }
  .appypie-clientele ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 730px;
    margin: auto;
    margin-top: 20px;
    gap: 5px;
    list-style-type: none;
    justify-content: center;
  }
  .appypie-clientele ul li {
    padding: 6px;
    display: inline-block;
  }
  .appypie-clientele ul li img {
    height: 28px;
    filter: grayscale(1);
    opacity: 0.4;
    transition: all 0.4s ease-in-out;
  }
.main-footer {
    padding: 25px 0px;
    height: var(--footerHeight);
}
.main-footer .commonHeading {
    font-size: 14px;
    margin-bottom: 20px;
    color: #9c9c9e;
    padding: 0 15px;
}
.main-footer .commonHeading h2{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}
.review-companies {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
    max-width: 900px;
    margin: auto;
}
.reviewcompanieswrapper {
    position: relative;
    text-align: center;
    margin-top: 1rem;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.4s ease-in-out;
    opacity: 1;
    color: #fff;
}
.reviewcompanieswrapper:hover{
    filter: grayscale(0);
}
.reviewcompaniesimg {
    width: 150px;
    height: 30px;
    margin-bottom: 10px;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.reviewcompaniesimg img{
    height: auto;
}
.reviewrating {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
}
.reviewratingstar {
    font-size: 0.8rem;
    color: #e2ac0a;
}
.main-wrapper .form-container h2 {
    line-height: 1.5;
}
/* <--------------------add css---------------> */
@media (min-width:1201px){.form-container{max-width: 1000px;margin: auto;display: block;width: 1000px;}.main-wrapper .form-container h2 {
    font-size: 30p !important;
    margin-bottom: 10px;
}}
.dis-flx input {
    width: 100% !important;
    margin: 0px 0px;
}
.btn-main {
    display: flex;
    gap: 40px;
  margin-top: 10px;
}
.error-message {
   
    margin: 10px 0px !important;
}
.main-in-box {
    width: 30%;
}
.main-content h2{width: 100%;padding: 0px !important;margin-bottom: 25px;}.main-content h2 br.d-none.d-md-block{display: none !important;}
.submit{
    background-color: #0061ff !important;
    color: #fff !important;
}
.nextStep {
    background-color: #0061ff !important;
    color: #fff !important;
}




.form-container .form-control{
    font-size: 14px !important;
    border-radius: 4px;
    background: #28282A;
    color: #D2D2D2;
    border: none;
    width: 500px !important;
    padding: 12px 15px;
}
.form-container .form-control::placeholder{
    color: #D2D2D2;
}
.form-container .btn-custom {
    background-color: #9AC3FF;
    color: #0D0D0D;;
    border: none;
    height: 50px;
    min-width: 107px;font-weight: 500;}
.form-container .btn-custom:hover {
    background-color: #5a94f2;
}
.radio-item {
    position: relative;
    color: #fff;
    display: flex;
    width: 500px;
    margin-bottom: 10px !important;
}
.radio-item .arrow {
    position: absolute;
    right: 18px;
    top: 29%;
}
.form-check-input {
    margin-right: 10px;
    background-color: transparent;
    border: 1px solid #fff;
}
.main-inner .form-check-label {
    font-size: 14px;
    background-color: #2b2b2b;
    padding: 12px;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
    padding-left: 45px;
    transition: .3s ease-in-out;
}
.form-container textarea.form-control {
    height: 250px;
    margin-bottom: 20px;
    max-height: 250px;
    max-width: 100%;
}
.form-container .form-wrap .cancel-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.reviewratingstar .tool-tip {
    font-size: 17px;
}
.reviewcompanieswrapper::after {
    content: "";
    background: rgba(255, 255, 255, 0.1);
    height: 100%;
    top: 0;
    width: 1px;
    position: absolute;
    right: -15px;
    margin: auto;
    bottom: 0;
}
.reviewcompanieswrapper:last-child::after{
    display: none;
}
.reviewrating strong {
    font-weight: inherit;
}
.main-inner .back-btn {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100%;
    padding: 10px;
    cursor: pointer;
}
.main-inner .back-btn a{
    color: #9AC3FF;
}
.main-inner .back-btn a:hover{
    color: #9AC3FF;  
}
.main-inner .back-btn svg {
    margin-right: 5px;
}
.main-inner.thanks-inner.position-relative {
    min-height: calc(100vh - var(--headerHeight));
}
.main-inner.thanks-inner .form-container {
    padding-top: 0px;
}
.main-inner.thanks-inner .form-container {
    padding-top: 0px;
    max-width: 650px;
    margin: auto;
}
.thanks-inner .icon {
    max-width: 100px;
    margin: auto;
}
.main-wrapper img {
    max-width: 100%;
}
.radio-item.cursor-pointer {
    cursor: pointer;
}
.floating-form{
    animation: animateOne 1s ease-in-out;
}
.radio-item input {
    display: none;
}
.main-inner .radio-item .form-check-label:before,
.main-inner .radio-item .form-check-label:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    border: 1px solid #fff;
    transform: translateY(-50%);
    transition: .3s ease-in-out;
}
.main-inner .radio-item .form-check-label:after {
    background: #ffffff;
    width: 10px;
    height: 10px;
    top: calc(50% + 0px);
    left: calc(15px + 5px);
    border: 0px;
    opacity: 0;
}
.main-inner .radio-item.checkbox .form-check-label:before, .main-inner .radio-item.checkbox .form-check-label:after {
    border-radius: 4px;
}
.main-inner .radio-item.checkbox .form-check-label:after {
    position: absolute;
    width: 5px;
    height: 10px;
    border-right: 2px solid #0D0D0D;
    border-bottom: 2px solid #0D0D0D;
    transform: rotate(45deg);
    border-radius: 0px;
    top: 41%;
    left: 23px;
}
.main-inner .radio-item.checkbox .form-check-input:checked + .form-check-label:before{
    background-color: #9AC3FF;
    border-color: #9AC3FF;
}
.main-inner .radio-item.checkbox .form-check-input:checked + .form-check-label:after{
    background-color: transparent;
}
.main-inner .radio-item .form-check-input:checked + .form-check-label:after{
    opacity: 1;
    background-color: #9AC3FF;
}
.main-inner .radio-item .form-check-input:checked + .form-check-label:before{
    border-color:#9AC3FF;
}
.main-inner .radio-item .form-check-input:checked + .form-check-label{
    background-color: #1b1b1b;
}
@media (min-width:1201px){.main-wrapper .form-container h2 {padding-right: 70px;}}

@media (max-width:767px){br{display: none;}
.dis-flx {
    display: block;
}
.main-in-box {
 width: 100%;
}
.dis-flx input {
     margin: 0px 0px; 
}
.form-container .form-control {
    width: 100% !important;
}
.radio-item {
    width: 100%;
}
}


