/* Updated CSS */

html, body {height: 100%; font-family: 'Nunito', sans-serif;font-weight:400; font-size: 14px; background: #fff;}
a:focus {outline:0px solid}
img {max-width:100%;height:auto}
p {margin:0 0 15px; line-height: 24px;}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  font-weight:700;
}
h2{
    font-size: 32px;
}
a {transition: all 0.3s ease 0s;text-decoration:none;}
a:hover{
  text-decoration: none;
}
a:visited, a:link, a:active {
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
:focus{
    outline: none !important;
}
p{
    margin: 0;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.m-b-20{
    margin-bottom: 20px;
}
.p-t-60{
    padding-top: 60px;
}
.p-l-r {
    padding-left: 12%;
    padding-right: 12%;
}
.p-m-r{
    padding-left: 10%;
    padding-right: 10%;
}
.clear{clear:both}
.column{float: left;width: 100%; position: relative;}
.w-100{float: left; width:100%;}
.container{
    max-width: 1110px;
    width: 100%;
}
.d-flex{
    display: flex;
    align-items: center;
}
.j-c{
    justify-content: space-between;
}
.txt-w-b{
    font-weight: 700;
}

.head_main{
    background: #CA5D1E;
    padding: 10px 0;
}

.top-head a {
    color: #fff;
    font-size: 16px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    margin: 0 20px 0 0;
    padding: 9px;
    display: inline-block;
    vertical-align: top;
}
.top-head a:last-child {
    margin: 0;
}
.r-head button.btn {
    min-width: 90px;
    min-height: 40px;
    font-size: 16px;
    font-weight: 600;
}
.top-head a img {
    margin: 0 8px 0 0;
}
.head_logo {
    padding: 16px 0;
}
.bnr_txt h4 {
    font-size: 46px;
    font-family: 'Poppins';
}

.bnr_txt p {
    font-size: 18px;
    line-height: 35px;
    float: left;
    margin: 13px 0 0;
}

.bnr_txt {
    max-width: 450px;
}
.banner_sec {
    padding:210px 0 164px;
    overflow: hidden;
}
.whitebg {
    padding: 0 0 40px;
    background: transparent;
    z-index: 2;
}

.banner_sec:after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(images/banner-1.jpg) no-repeat;
    background-position: 0 100%;
    background-size: cover;
    content: '';
    height: 100%;
    width: 100%;
    z-index: 0;
}

.bnr_ing {
    position: relative;
    z-index: 1;
    top: 70px;
    left: -21px;
    display:none;
}




#about{
    background: url(images/about.png) no-repeat;
    background-size: cover;
    padding: 154px 0 46px;
    background-position: center;
}
.about-col {
    max-width: 808px;
    border-radius: 20px;
    background: rgba(255,255,255,.7);
    margin: 0 auto;
    padding: 30px 60px;
}

.about-col h2 {
    font-size: 40px;
    margin: 0 0 18px;
}

.about-col p {
    font-size: 18px;
    line-height: 30px;
}
.terms h3 {
    background: #CA5D1E;
    color: #fff;
    font-size: 40px;
    font-family: 'Nunito', sans-serif;
    padding: 13px 0;
}

.listing {
    padding: 30px 50px 70px;
}

.listing li {
    float: left;
    width: 100%;
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.82) 70%);
    margin: 0 0 12px;
    padding: 12px 17px;
    font-size: 22px;
    border-left: 4px solid #CA5D1E;
}

.terms {
    background: #F5F5F5;
}

.listing li:last-child {
    margin: 0;
}

#process {
    background: #CA5D1E;
    color: #fff;
    padding: 35px 0 30px;
}

#process ul {
    padding: 0 52px;
}

#process ul li {
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px;
    background: url(images/check.png) no-repeat;
    padding: 0 0 0 37px;
    background-position: 0 3px;
}

#process ul li:last-child {
    margin: 0;
}
#apply {
    padding: 60px 0;
}

#apply p {
    color: #CA5D1E;
    font-size: 32px;
    line-height: 49px;
    font-weight: 500;
}

#apply a, .bnr_txt a {
    color: #fff;
    background: #CA5D1E;
    border-radius: 10px;
    padding: 10px 20px;
    display: inline-block;
    margin: 20px 0 0;
    font-size: 22px;
    border:1px solid transparent;
}
#apply a:hover, .bnr_txt a:hover, .apply_btn button.btn:hover{
    border-color:#CA5D1E;
    color: #CA5D1E;
    background: none;
}
.process_in h3 {
    font-size: 40px;
    margin: 0 0 26px;
}
.frm_txt {
    margin: 74px 0 66px;
}
.frm_txt h1 {
    font-size: 40px;
    line-height: 48px;
}

.frm_txt p {
    font-size: 20px;
    line-height: 32px;
}
.std_frm {
    border: 1px solid #CA5D1E;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin: 0 0 72px;
    padding: 0 0 50px;
}

.std_frm h3 {
    background: #CA5D1E;
    color: #fff;
    font-size: 30px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    padding: 10px 32px;
    margin: 0 0 40px;
    border-radius: 9px 9px 0 0;
}

.std_frm h3 span {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0 10px 0 0;
    border-radius: 5px;
    font-family: 'Nunito', sans-serif;
}

.fields li, .fields li .otps input[type="text"] {
    float: left;
    width: 100%;
}
.fields {
    padding: 0 38px;
}

.fields li > label {
    text-transform: uppercase;
    color: #666666;
    font-size: 20px;
    font-weight: 400;
    max-width: 230px;
    width: 100%;
    float: left;
    font-family: 'Inter';
    padding:16px 4px 0 0;
}
.fields li input[type="text"], .fields li textarea, #ParentAddress{
    width: calc(100% - 231px);
    border: 0;
    font-size: 20px;
    color: #666;
    border-bottom: 1px solid #DEE2E6;
    padding: 20px 14px 25px;
    float: left;
    resize: none;
    background: none;
}

.fields li input[type="number"], .fields li textarea, #ParentAddress{
    width: calc(100% - 231px);
    border: 0;
    font-size: 20px;
    color: #666;
    border-bottom: 1px solid #DEE2E6;
    padding: 20px 14px 25px;
    float: left;
    resize: none;
    background: none;
}


.fields li ul, .right-sec {
    width: calc(100% - 231px);
    float: right;
}
select{
    border-color: #DEE2E6;
    border-top: 0;
    font-size: 20px;
    color: #666;
}
textarea {
    background: #85858512 !important;
}
.fields li ul li {
    width: 33.33%;
}
.fields li ul li input[type='text'], .fields li select, .otps input[type='text'] {
    width: 100%;
    padding: 20px 14px 33px;
    background: none;
}
.brdr-b {
    border-bottom: 1px solid #DEE2E6;
    padding: 16px 0 30px;
}
.fields li span {
    font-size: 22px;
    color: #000;
    font-family: 'Nunito', sans-serif;
    margin: 0 13px 0 0;
}
.fields li ul li:first-child select {
    border-left: 0;
}

.fields li ul li:last-child select {
    border-right: 0;
}
.fields li ul.col-2 li {
    width: 50%;
}
.fields li > label small {
    display: block;
    font-size: 12px;
}
.inner.bx {
    padding: 30px 0 33px;
}

.inner.bx input[type="checkbox"] {
    vertical-align: -2px;
    display: inline-block;
    margin: 0 9px 0 0;
}

.inner.bx li {
    font-size: 20px;
}
.grps {
    float: left;
    width: 156px;
    padding: 0 0 0 14px;
}
.otps {
    float: left;
    width: calc(100% - 158px);
}
.txt-col li {
    list-style-type: disc;
    font-size: 20px;
    padding: 0 0 15px;
    line-height: 28px;
}

.fields.txt-col {
    padding: 0 52px;
}
.apply_btn button.btn {
    width: 180px;
    color: #fff;
    background: #CA5D1E;
    height: 50px;
    font-size: 21px;
    box-shadow: 0 0 4px #000000;
}
.txt-col li:last-child {
    list-style: none;
    margin: 32px 0 0 -23px;
}
.sb-frm .fields {
    margin: 0 0 30px;
}

.sb-frm .fields.txt-col {
    margin: 0;
}
.updte .fields li ul {
    float: left;
    width: 100%;
}
.updte .fields li ul li {
    border-bottom: 1px solid #DEE2E6;
    height: 80px;
}

.updte .fields li ul li {
    width: 100%;
}
.fields li .right-sec:last-child select {
    border-right: 0;
}

.updte .fields li ul li select {
    width: 60%;
    border: 0;
}
.updte .fields li ul li .upload {
    float: right;
    margin: 0;
    font-size: 20px;
    color: #38B64A;
    cursor: pointer;
}
.updte p {
    font-size: 20px;
    padding: 0 37px;
    margin: 0 0 28px;
    color: #212529;
}
.fileUpload {
    color: #38B64A;
    overflow: hidden;
    position: relative;
    width: auto;
    cursor: pointer;
    float: right;
    text-align: right;
    margin: 19px 0 0;
}
.fileUpload:hover, .fileUpload:active, .fileUpload:focus {
  cursor: pointer;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 148px;
    height: 46px;
  cursor: pointer;
}
.fields li .fileUpload span {
    font-size: 20px;
    color: #38B64A;
    margin: 0;
}
input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.std_frm .updte h3 {
    margin-bottom: 20px;
}
.sb-frm h4 {
    float: left;
    width: 100%;
    padding: 20px 0 33px 40px;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}
#footer {
    background: #000;
    color: #fff;
    padding: 15px 0;
    font-size: 15px;
}
.fields li textarea, .fields li .inner textarea{
    width: 100%;
}

.error{
    border:1px solid red !important;
  }
  .updte .fields li ul li .upload.error ~ span {
    color: red;
}
@media only screen and (max-width:1120px){
    .r-head button.btn {
        min-width: 70px;
        min-height: 20px;
        font-size: 14px;
        font-weight: 600;
    }
    .top-head a {
        font-size: 14px;
        padding: 4px;
        margin: 0 10px 0 0;
    }
    
    .top-head .r-head a{
        font-size: 0;
    }
    .head_logo img {
        width: 99px;
    }
    #about{
        padding: 64px 0 46px;
    }
    .about-col {
        padding: 30px 20px;
    }
    .about-col p, .listing li, #process ul li, #apply p {
        font-size: 16px;
        line-height: 26px;
    }
    .terms h3, .process_in h3{
        font-size: 27px;
    }
    .listing {
        padding: 18px 0;
    }
    #process ul{
        padding: 0;
    }
    #apply {
        padding: 30px 0;
    }
    #apply a, .bnr_txt a{
        font-size: 16px;
    }
    .about-col h2 {
        font-size: 26px;
    }
    .frm_txt h1 {
        font-size: 35px;
        line-height: 45px;
        text-align: left;
    }
    .frm_txt p {
        font-size: 16px;
        line-height: 26px;
        text-align: left;
    }
    .frm_txt {
        margin: 24px 0;
    }
    .std_frm h3 {
        font-size: 21px;
        margin: 0 0 30px;
        padding: 10px 9px;
    }
    .fields {
        padding: 0 28px;
    }
    .fields li > label, .fields li ul, .right-sec, .fields li ul li, .fields li, .fields li input[type="text"], .fields li textarea {
        width:100%;
        max-width: 100%;
    }

    textarea
    {
        width:100%;
        max-width: 100%;
    }

    .fields li input[type="number"] {
        width:100%;
        max-width: 100%;
    }

    .fields li > label, .fields li span{
        font-size: 16px;
    }
    .fields li ul li input[type='text'], .fields li select, .otps input[type='text'],.fields li input[type="text"], .fields li textarea {
        padding: 12px 6px 13px;
        font-size: 15px;
    }
    .fields li select {
        border-left: 0;
        border-right: 0;
    }
    .std_frm h3 span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 3px 0 0;
    }
    .updte .fields li ul li{
        height: auto;
    }
    .updte .fields li ul li .upload{
        margin: 0 0 18px;
    }
    .sb-frm h4 {
        padding: 0 0 13px 30px;
        font-size: 21px;
        line-height: 27px;
    }
    .txt-col li {
        font-size: 18px;
        line-height: 26px;
    }
    .banner_sec:after{
        background: none;
    }
    .bnr_ing {
        display: block;
        z-index: 1;
        top: 0;
        left: 0;
        margin: 0 0 23px;
    }
    
    
    .banner_sec {
        padding: 35px 0;
    }
    .bnr_ing img {
        max-width: 340px;
    }
}

@media only screen and (max-width:767px){
    .d-flex.j-c.poster.w-100 {
        flex-direction: column-reverse;
    }
}

@media only screen and (min-width:768px){
    .bnr_txt {
        position: relative;
        top: -40px;
    }
}
























