

.form-inner h2 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    margin: 0px auto 50px;
    position: relative;
    padding-bottom: 13px;
    max-width: 500px;
}

.form-inner h2:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 3px;
    background: #581387;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.form-inner label {
    color: #000;
}



.list-col {
    background: #ededed;
    padding: 20px 15px;
    margin-top: 30px;
    border-radius: 3px;
}

.submit-btn {
    margin-top: 39px;
}

.list-col h3 {
    text-align: center;
    margin-bottom: 21px;
}

.list-box {
    background: #FFF;
    padding: 28px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.09);
}

.list-box h4 {
    font-size: 14px;
    margin-top: 16px;
}

.list-box span {
    width: 30px;
    height: 30px;
    line-height: 24px;
    border: 1px solid #00c91a;
    border-radius: 50%;
    display: inline-block;
}

.list-box span img {
    max-width: 17px;
}

.form-modal .modal-header {
    border: 0;
    padding-bottom: 0;
}

.form-modal .modal-header .close {
    font-size: 40px;
}

section#hero h2 {
    font-size: 23px;
    text-align: center;
    color: #FFF;
}

.pform input {
    width: 100%;
}
 
.thanks-section h1 {
    font-size: 30px;
    line-height: 58px;
    max-width: 900px;
    margin: 0px auto;
}
	

@media (max-width:768px){
	
.thanks-section h1 {
    font-size: 18px;
    line-height: 33px;
}
	

}

.normal_white{color:#fff}
.bg-green {
    background-color: #33aa26!important;
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 12px;
    color: #777;
}
.form-label-group>label {
    padding: 0.75rem;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: all .1s ease-in-out;
}
.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: 0.25rem;
}
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #33aa26;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2333AA26' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-label-group input {
    height: auto;
}
.form-label-group>input {
    padding: 0.75rem;
}
.is-invalid {
    color: #fff;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control {
    height: 57px;
    border: 1px solid #581387;
}
.pform .tab-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color:#fff
}
.form-actions {
    margin: 0 auto;
    text-align: center;
}
.btn-submit {
    background-color: #00c91a;
    color: #fff !important;
    padding: 15px 40px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    font-family: neo-sans, sans-serif;
    border: none;
    outline: none;
    text-align: center;
}

.hero--plainbb div#mainheading {
    padding: 120px 0px !important;
}





@media only screen and (min-width: 768px) {
    .pform .tab-title { font-size: 24px;}

}




.checkbox_container, .radio_container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox_container .checkmark, .radio_container .checkmark {
    font-size: 1.125rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
 
.checkbox_container .checkmark, .radio_container .checkmark {
    padding: .75rem;
    font-size: 1rem;
    margin: 0 0 .5rem;
    /* display: block; */
    max-width: 100%;
    border: 1px solid #39ff93c4;
    border-radius: 10px;
    color: inherit;
    background: #00c91a;
    transition: background-color .2s,border-color .2s;
    text-align: center;
    color:#FFF;
}

.checkbox_container input, .radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
}

.form-actions button#prevBtn {
    color: #FFF !important;
}

.checkbox_container:hover input~.checkmark, .checkbox_container input:checked~.checkmark, .radio_container:hover input~.checkmark, .radio_container input:checked~.checkmark {
    background: linear-gradient(48.07deg, #3e4ae1 0%, #e5335d 100%);
    border-color: #33aa26;
    color: #fff;
}

.form-label-group {
    position: relative;
}
 

.form-label-group>label {
    font-size: 16px;
}

.invalid-feedback, .pform span.is-invalid {
 width: 100%;
    font-size: 75%;
}
.form-actions {
    margin-top: 30px;
}


@media (max-width:767px){
.form-label-group {
    margin-bottom: 20px;
}

.form-group.position-relative {
    margin-bottom: 0 !important;
}	
.pform .pform-radio__item input + label {
    min-height: 80px !important;
    
}

h1 {
    font-size: 30px;
}

section#hero h2 {
    font-size: 18px;
    line-height: 25px;
}

 
.usp {
    justify-content: start;
    padding-left: 20px;
}

section.pform {
    padding-top: 0;
}
.checkbox_container .checkmark, .radio_container .checkmark {
    min-height: 82px;
}	
}



@media (max-width:980px){
	
.list-box {
    max-width: 275px;
    margin: 0px auto 20px;
}

.list-col {
    padding-bottom: 0;
}

section#hero h1, section#hero h2 {
    padding-left: 10px;
    padding-right: 10px;
}

.hero--plainbb div#mainheading {
    padding: 50px 0px !important;
}

.btn-banner {
    margin-top: 20px;
}	
	
	
}




















