.contactus-form {
    width: 100%;
    float: left;
    padding: 20px 0;
}
.form-block {
    width: 100%;
    float: left;
    padding: 0 100px;
}
label.custom_form_label.form-label-left {
    margin-right: 4%;
}
.custom_form_label {
    position: relative;
    float: left;
    width: 46%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    margin-bottom: 45px;
    padding: 0 0px;
}
label.custom_form_label.form-label-right {
    margin-left: 4%;
}
.form_input_field {
    padding: 14px 0px;
    border: none;
    display: block;
    border-color: inherit;
    -webkit-appearance: none;
    width: 100%;
    margin-top: 0px;
    height: 52px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 98%, #17445b 4%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 98%, #17445b 4%);
    background-position: -2000px 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    color:#2E2F2F;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1px;
    background-color: transparent;
    border: none;
    margin: 1px 0 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-bottom: 1px solid #F16421;
    /* box-shadow: 0 3px 6px 0px rgba(189, 182, 182, 0.6); */
    /* border-radius: 10px 0; */
    font-family: Muli Normal;
    margin-top: 5px;
}
.custom_form_label .input_placeholder {
    pointer-events: none;
    color:#2E2F2F;
    padding-bottom: 5px;
    width: 100%;
    float: left;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    font-family: Muli Normal;
}
label.rp-syl {
    float: left;
    font-size: 18px;
    padding:0px 0px 0 7px;
}
.custom_form_label .input_placeholder {
    top: 4px;
    left: 0px;
    position: absolute;
    pointer-events: none;
    color: #2E2F2F ;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form_input_field.input-valid ~ .input_placeholder, .form_input_field:focus ~ .input_placeholder {
    top: -30px;
    opacity: 0.7;
    font-size: 14px;
}
label.custom_form_label.form-full-width{
    width: 100%;
    margin: 0;
    margin-bottom: 45px;
}
label.custom_form_label.label_button {
    width: 100%;
    float: left;
    text-align: center;
}
button.submit_btn.button {
    float: none;
    color: #fff;
    padding: 7px;
    background: #F16421;
    border: none;
    border-radius: 7px;
    width: 143px;
    height: 41px;
    font-size: 16px;
}
.input-name .form_input_field{
    padding-left: 70px;

}
.input-name .form_input_field:focus{
    padding-left: 70px;

}

.custom_form_label.input-name .input_placeholder{
    left: 70px;
}
.name-title {
    position: absolute;
    background: #F3F3F3;
    border: none;
    padding: 3px 0;
    font-size: 18px;
    color: #2E2F2F;
    top: 15px;
    z-index: 9;
}
span.drop-arrow {
    color: #F16421;
    position: absolute;
    font-size: 20px;
    line-height: 20px;
    border: 1px solid #F16421;
    cursor: pointer;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    background-color: transparent;
    right: 15px;
    padding: 1px 7px 3px;
    width: 26px;
    text-align: center;
    top: 17px;
    border-radius: 50%;
    background: #fff; 
}
.form_input_field:focus   ~ .drop-arrow{
     z-index: 1;
}
.upcoming-citizen ul li {
    width: 32%;
    float: left;
    margin: 10px 0; 
}
.checkbox-citizen {
    position: absolute;
    opacity: 0;
}
.checkbox-citizen[type="radio"]:checked + .items-list {
    background-color: #f16421;
    color: #fff;
}
.items-list {
    width: 100%;
    float: left; 
    padding: 10px 20px;
    cursor: pointer;
}
.citizen {
    width: 100%;
    float: left;
    background-color: #F3F3F3;
    box-shadow: 0px 4px 9px 2px rgba(189, 182, 182, 0.6);
    border-radius: 10px;
    padding: 20px 10%;
    margin-bottom: 50px;
}
.slect-citizen {
    width: 50%;
    float: left;
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
    color: #757575;
}
.select-options {
    width: 50%;
    float: left;
}
.select-options ul li{
    width: auto;
    float: left;
    border:1px solid #f16421;
    font-size: 18px;
    color: #757575;
}
.form_input_field:focus  {
    background-color:#f3f3f3;
    padding: 14px;
}
.select-options ul li:first-child{
    border-radius: 7px 0 0  7px;
}
.select-options ul li:nth-child(2){
    border-radius: 0 7px 7px 0;
}
.select-options ul li:first-child .checkbox-citizen[type="radio"]:checked + .items-list {
    border-radius: 7px 0 0   7px;
}
.select-options ul li:nth-child(2) .checkbox-citizen[type="radio"]:checked + .items-list {
    border-radius: 0 7px 7px 0;
} 
.select-amount {
    padding: 0px 0 50px;
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.checkbox-amount {
    position: absolute;
    opacity: 0;
    left:   0px;
}
.select-amount li{
    width: 100%;
    float: left;
    padding: 20px 0 20px 40px;
    position: relative;
}
.items-amount {
    width: 100%;
    float: left;
    padding:  0px  0px;
    cursor: pointer;
}
.amount-box {
    width: 175px;
    text-align: center;
    float: left;
    padding: 8px  0px;
    font-size: 18px;
    border: 1px solid #F16421;
    color: #F16421;
    font-family: Muli Bold;
    border-radius: 7px;
    margin-right: 30px;
}
.amount-txt {
    width: calc( 100% - 205px );
    float: left;
    color: #2E2F2F;
}


.checkbox-amount[type="radio"]:not(:checked) + label:before, .checkbox-amount[type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    width: 20px;
    height: 20px;
    border: 1px solid #F16421; 
    border-radius: 50%;
}
.checkbox-amount[type="radio"]:not(:checked) + label:after, .checkbox-amount[type="radio"]:checked + label:after {
   content: '';
   position: absolute;
   top: 35px;
   left: 5px;
   font-size: 1.3em;
   border-radius: 50%;
   line-height: 0.8;
   color: #F16421;
   background-color: #F16421;
   width: 10px;
   height: 10px;
   transition: all .2s;
}
.checkbox-amount[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.checkbox-amount[type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
.enter-amount{
    width: 100%;
    float: left;
    border:none;
    background-color: transparent;
}
.previewHolder {
    color: #2E2F2F;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
    background-color: transparent;
    position: absolute;
    top: 15px;
    width: calc( 100% - 110px);
    height: 20px;
    overflow: hidden;
}
.enter-amount {
    width:calc( 100% - 48px );
    float: right;
    border: none;
    background-color: transparent;
    font-size: 18px;
    height: 23px;
    text-align: left;
    color: #F16421;
    font-family: Muli Bold;
    padding: 0px 0 0;
    line-height: 16px; 
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #F16421;;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #F16421;;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #F16421;;
}
:-moz-placeholder { /* Firefox 18- */
  color: #F16421;;
}
.enter-amount::-webkit-input-placeholder { 
  color: #A7A7A7;
}
.enter-amount::-moz-placeholder {
  color: #A7A7A7;
}
.enter-amount:-ms-input-placeholder { 
  color: #A7A7A7;
}
.enter-amount:-moz-placeholder { 
  color: #A7A7A7;
}
.info-view {
    width: 100%;
    float: left;
    font-family: Muli Bold;
    font-size: 22px;
    line-height: 36px;
    margin: 0;
    padding: 40px 0 15px;
}
.slect-option {
    display: none;
}
label.custom_form_label.option-box {
    width: 100%;
    float: left;
}
.terms {
    width: 100%;
    float: left;
}
label.terms-option, label.terms-option-right {
    position: relative;
    width: 100%;
    float: left;
}
.condition {
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
    cursor: pointer;
    color: #2E2F2F;
}
.condition a {
    color: #F16421;
}
.checkboxs[type="checkbox"]:not(:checked) + label:before, 
.checkboxs[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top:-2px;
    width: 22px;
    height: 22px;
    border: 1px solid #F16421; 
}
.checkboxs[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.checkboxs[type="checkbox"]:not(:checked) + label:after, 
.checkboxs[type="checkbox"]:checked + label:after {
    content: '\2713\0020';
    position: absolute;
    top: 2px;
    left: 5px;
    font-size: 1em;
    line-height: 0.8;
    color: #F16421;
    transition: all .2s;
}
.checkboxs[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
.checkboxs1{
    opacity: 0;
}
.slect-option.active {
    display: block;
    margin-top: 0px;
    width: calc( 100% - 110px );
    float: right;
}
.form_input_field.city.open {
    position: relative;
    width: 100px;
    float: left;  
}
.slect-option.active + span.drop-arrow{
    left: 70px;
}
.condition span{
    /*text-decoration: underline;*/
    border-bottom: 1px solid #ccc;
}

.payment-optin {
    width: 100%;
    float: left;
    padding: 10px 0;
}
.payment-optin label {
    width: auto;
    float: left;
}
.payment-list {
    float: right;
    width: auto; 
}
.finance-details {
    width: 100%;
    float: left;
    padding: 10px 20px;
    background: #EBEBEB;
    margin-top: 10px;
}
.finance {
    width: 100%;
    float: left;
    padding: 50px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;

}
.common-popup.active {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
    z-index: 99999;
}
.common-popup {
    position: fixed;
    z-index: 999999;
    background-color: #FFFFFF;
    max-width: 68%;
    width: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    /*border-radius: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
    overflow: hidden;/*
    -webkit-transform: translateY(-50%) scale(2);
    -moz-transform: translateY(-50%) scale(2);
    -ms-transform: translateY(-50%) scale(2);
    transform: translateY(-50%) scale(2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;*/
    z-index: -1;
    opacity: 0;
    padding: 20px 0px;
}
.popup-wrap{
    width: 100%;
    float: left;
    background-color: #FFFFFF;
    position: relative;
    padding:  0px 0;
}
#indian{
    display: block;
}
#foreign{
    display: none;
}
.fn_doc{
    opacity: 0;
}
.upload-btn {
    width: 100px;
    border: none;
    text-align: center;
    padding: 5px;
    background: #E8E8E8;
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}
.upload-note {
    width: 100%;
    position: absolute;
    top: 56px;
    padding-top: 5px;
    font-size: 14px;
    color: #2E2F2F;
    border-top: 1px solid #F16421;
}
.same-address {
    position: relative;
    top: 3px;
    left: 0;
}
.checkboxs3{
    opacity: 0;
}
.same-address .condition {
    font-size: 14px;
    font-weight: 400;
    padding-left: 5px;
}
.same-address .checkboxs[type="checkbox"]:not(:checked) + label:before, 
.same-address .checkboxs[type="checkbox"]:checked + label:before{
    width: 17px;
    height: 17px;
    top: 2px;
}
.same-address  .checkboxs[type="checkbox"]:not(:checked) + label:after,
.same-address  .checkboxs[type="checkbox"]:checked + label:after{
    top: 5px;
    left: 3px;
}
.submit-pay,.razorpay-payment-button {
    float: none;
    color: #fff;
    padding: 7px;
    background: #F16421;
    border: none;
    border-radius: 7px;
    width: 145px;
    height: 41px;
    font-size: 16px;
}
.razorpay-payment-button {
    float: right !important;
}
@media only screen and (max-width: 1000px){

}
@media only screen and (max-width: 820px){
    .form-block{
        padding: 0;
    }
    label.custom_form_label.form-label-left,
    label.custom_form_label.form-label-right{
        margin: 0 0 45px;
        width: 100%;
    }
    .form_input_field{
        font-size: 18px;
    }
    .custom_form_label .input_placeholder{
        font-size: 18px;
    }
    .citizen{
        width: 100%;
        padding: 20px;
    }
    .slect-citizen{
        width: auto;
        float: left;
        padding-right: 30px;
    }
    .select-options{
        width: auto;
    }
    .amount-txt{
        width: 100%;
        padding-top: 20px;
    }
    .select-amount li{
        padding: 20px 0 20px 0px;
    }
    .amount-box{
        margin: 0 0 0 40px;
    }
    .condition {
        font-size: 16px;
        font-weight: 400;
        padding-left: 43px;
        cursor: pointer;
        float: left;
        width: auto;
    }
    .same-address .condition{
        padding-left: 25px;
    }
    .fn_address {
        margin-bottom: 20px;
    }
    .checkboxs {
        position: absolute;
        left: 0;
    }
    .fn_doc {
        opacity: 0;
        margin-bottom: 30px;
    }
    button.submit_btn.button {
        float: none;
        color: #fff;
        padding: 5px;
        background: #F16421;
        border: none;
        border-radius: 7px;
        width: 145px;
        height: 42px;
        font-size: 16px;
    }
    .razorpay-payment-button {
        float: left !important;
    }
    .common-popup{
        max-width: 92%;
    }
}
@media only screen and (max-width: 520px){
    .items-list{
        padding: 10px 5px;
    }
    .select-options ul li{
        font-size: 16px;
    }
    .slect-citizen{
        width: 100%;
        float: left;padding: 0 0 20px;
        text-align: left;
        font-size: 16px;
    }
    .payment-optin label{
        width: 100%;
    }
    .payment-list {
        float: right;
        width: 100%;
        overflow-wrap: break-word;
    }

}
@media only screen and (max-width: 360px){
    .select-options ul li{
        font-size: 13px;
    }
}