:root {
	/* Color variables */
    --primary-color: #192C57;
    --secondary-color: #171818;
    --light-color: #00a2f4;
    --third-color: #1A1E25;
	--white-color: #fff;

	/* Font variable */
    --font-size-46:  46px;
    --font-size-40:  40px;
    --font-size-36:  36px;
    --font-size-34:  34px;
    --font-size-32:  32px;
    --font-size-30:  30px;
    --font-size-26:  26px;
    --font-size-24:  24px;
    --font-size-22:  22px;
    --font-size-20:  20px;
    --font-size-18:  18px;
    --font-size-16:  16px;

	/* Font weight variable */
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;

	/* Font family variable */
    --font-family-primary: 'Open Sans', sans-serif !important;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html{
	scroll-behavior: smooth;
}
body {
    color: var(--secondary-color);
    background-color: var(--white-color);
    font-size: var(--font-size-16);
	font-weight: var(--font-weight-regular);
	font-family: var(--font-family-primary);
	-webkit-font-smoothing: subpixel-antialiased;
}
.container, .container-fluid{
    padding: 0 16px;
}
input, textarea, select{
    font-family: var(--font-family-primary);
}
ul{
	padding-left: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: var(--secondary-color);
    font-weight: 500;
    letter-spacing: normal;
    margin-bottom: 0.8rem;
}
h1,
.h1 {
    font-size: var(--font-size-36);
    line-height: 42px;
    font-weight: 700 !important;
}
h2,
.h2 {
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-weight: 700 !important;
}
h3,
.h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-weight: 700 !important;
}
h4,
.h4 {
    font-size: 1.1rem;
    line-height: 1.4rem;
}
h5,
.h5 {
    font-size: 1rem;
    line-height: 1.3rem;
    margin-bottom: 0.6rem;
}
h6,
.h6 {
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-bottom: 0.6rem;
}
p,
.p, li, .li{
	font-size: var(--font-size-16);
    line-height: 24px;
    margin-bottom: 16px;
}
a{
	text-decoration: none;
    color: var(--light-color);
}
.subtext-small {
    color: rgba(20,18,22,.6);
    margin-bottom: 8px;
}
.global-btn{
	font-size: var(--font-size-18);
	font-weight: var(--font-weight-semibold);
	line-height: normal;
	padding: 14px 20px;
	border-radius: 10px;
	color: var(--white-color);
	background: linear-gradient(90deg, #0169eb 0%, #04b2f8 100%);
	position: relative;
	display: block;
	transition: all 0.4s;
    min-width: 150px;
    width: fit-content;
    border: none !important;
}
.global-btn:hover{
	background: linear-gradient(90deg, #04b2f8 0%, #0169eb 100%);
	transition: all 0.4s;
    color: var(--white-color);
}
.global-btn:focus{
    outline: none;
    box-shadow: none;
}
.global-btn.btn2{
    margin-left: 10px;
    background: none;
    color: var(--primary-color);
    /* border: 1px solid linear-gradient(90deg, #0169eb 0%, #04b2f8 100%) !important; */
    border-width: 1px !important;
    border-style: solid !important;
    border-image-source: linear-gradient(to left #0169eb, #04b2f8) !important;
}
.global-btn.btn2:hover{
    background: linear-gradient(90deg, #0169eb 0%, #04b2f8 100%);
    color: var(--white-color);
    border: 1px solid transparent !important;
}
.section{
    padding: 90px 0;
}
.page-title-area .page-title{
    font-size: var(--font-size-46);
    margin-bottom: 30px;
    color: var(--secondary-color);
}
.page-title-area .sub-title{
    font-size: var(--font-size-20);
    line-height: 30px;
    margin-bottom: 40px;
    color: var(--secondary-color);
    font-weight: var(--font-weight-medium);
}
#form-modal > div.modal-dialog {
    height: 90%;
}
#form-modal > div.modal-dialog > div.modal-content {
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}

/* Header css start */
.header-logo img{
	max-width: 130px;
}
.header{
	padding: 10px 0px;
    background-color: var(--primary-color);
}
/* Header css end */

/* Description css start */
.desc-sec ul{
    padding-left: 30px;
}
.desc-sec ul li{
    margin-bottom: 8px;
}
.desc-sec p:last-child{
    margin-bottom: 0px;
}
.desc-sec h3{
    margin-top: 30px;
}
.desc-sec h3:first-child{
    margin-top: 0px;
}
/* Description css end */

/* input elements css start */
input, select, .form-select, textarea {
    height: 48px;
    border-radius: 10px !important;
    border: 1px solid #e3e3e3 !important;
    color: var(--secondary-color) !important;
}
textarea{
    height: auto;
}
/* select.form-select{
    border-radius: 0.25rem !important;
} */
select option{
    font-size: var(--font-size-16);
    color: var(--secondary-color);
}
input::placeholder, select::placeholder, input[type='date'], .form-select::placeholder{
    color: #6c757d !important;
}
input:focus, select:focus{
    box-shadow: 0 0 0 0.07rem rgba(13, 110, 253, 0.5) !important;
}
input.disabled:focus{
    box-shadow: none !important;
}
/* input elements css end */

/* signup form css start */
.signup-sec{
    background-color: #f9f9f9;
}
.signup-form {
    max-width: 600px;
    margin: 0 auto;
}
/* signup form css end */

/* Banner css start */
.banner-sec{
    background-color: #FEF6F0;
    background-image: linear-gradient(135deg, rgba(242, 116, 5, 0.1), #fff);
}
.banner-title{
    color: var(--secondary-color) !important;
    font-weight: var(--font-weight-extrabold);
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 24px;
}
.banner-sec .sub-title{
    font-size: var(--font-size-20);
    line-height: 30px;
}
.banner-sec .sub-title span{
    font-weight: var(--font-weight-bold);
}
.banner-sec ul{
    padding-left: 16px;
}
.banner-img-area{
    padding: 0 40px;
}
.banner-img-area img{
    height: 240px;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    box-shadow: 0 0 20px #00000030;
}
.banner-img-area .img-1{
    border-radius: 50px 0 0 0;
}
.banner-img-area .img-2{
    border-radius: 0 50px 0 0;
}
.banner-img-area .img-3{
    border-radius: 0 0 0 50px;
}
.banner-img-area .img-4{
    border-radius: 0 0 50px 0;
}
.banner-img-area .img-5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 170px;
    max-width: 170px;
    border-radius: 40px 0 40px 0;
}
.banner-desc-area ul li{
    margin-bottom: 8px;
    font-size: var(--font-size-16);
}
.banner-desc-area .global-btn{
    padding: 16px 22px;
}
/* Banner css end */

/* bg image css start */
.bg-img-sec{
    background-image: url('../erc-assets/bg-img-1.jpg');
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0;
}
    .bg-img-sec .page-title-area {
        max-width: 600px;
        margin: 0 auto;
        display: inline-block;
    }
.bg-img-sec .page-title-area .page-title{
    color: var(--white-color);
    line-height: 56px;
}
.bg-img-sec .page-title-area .sub-title{
    color: var(--white-color);
}
.funds-sec2.bg-img-sec{
    background-image: url('../erc-assets/bg-img-2.jpg');
}
/* bg image css end */

/* faq css start */
.faq-sec{
    background: linear-gradient(135deg, rgba(3, 166, 60, 0.1), #fff);
}
.faq-sec .page-title-area .sub-title{
    margin-bottom: 10px;
}
    .faq-sec .card {
        margin-bottom: 10px;
        border: 1px solid #000 !important;
    }
.faq-sec .card .card-header{
    padding: 0;
    border: none;
}
.faq-sec .card:focus{
    outline: none;
    box-shadow: none;
}
.faq-sec .card .accordion-button{
    border: none;
    background: white;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    padding: 18px 30px;
}
.faq-sec .card:first-child .accordion-button{
    border-top: 0px;
}
.faq-sec .accordion-button{
    font-size: 19px !important;
    font-weight: var(--font-weight-semibold) !important;
    padding: 18px 30px;
    /*border: 1px solid 1px solid rgba(0,0,0,.125);*/
}
/*.accordion-button:not(.collapsed){
    color: var(--secondary-color);
    background-color: var(--white-color);
}
.accordion-button::after{
    margin-right: -14px;
}*/
.accordion-button::after {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M25.3333 15.6667V16.3333C25.3333 16.7015 25.0349 17 24.6667 17H17V24.6667C17 25.0348 16.7015 25.3333 16.3333 25.3333H15.6667C15.2985 25.3333 15 25.0348 15 24.6667V17H7.33334C6.96515 17 6.66667 16.7015 6.66667 16.3333V15.6667C6.66667 15.2985 6.96515 15 7.33334 15H15V7.33332C15 6.96513 15.2985 6.66666 15.6667 6.66666H16.3333C16.7015 6.66666 17 6.96513 17 7.33332V15H24.6667C25.0349 15 25.3333 15.2985 25.3333 15.6667Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.6rem;
}

.accordion-button::after {
    margin-right: -14px;
}
.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M25.3333 15.6667V16.3333C25.3333 16.7015 25.0349 17 24.6667 17H17V24.6667C17 25.0348 16.7015 25.3333 16.3333 25.3333H15.6667C15.2985 25.3333 15 25.0348 15 24.6667V17H7.33334C6.96515 17 6.66667 16.7015 6.66667 16.3333V15.6667C6.66667 15.2985 6.96515 15 7.33334 15H15V7.33332C15 6.96513 15.2985 6.66666 15.6667 6.66666H16.3333C16.7015 6.66666 17 6.96513 17 7.33332V15H24.6667C25.0349 15 25.3333 15.2985 25.3333 15.6667Z' fill='black'/%3E%3C/svg%3E");
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg);
}
/* faq css end */

/* Testimonial css start */
.testi-sec{
    background-color: var(--primary-color);
    position: relative;
}
.testi-sec .page-title-area .page-title{
    color: var(--white-color);
}
.testi-sec .page-title-area .sub-title{
    color: var(--white-color);
}
.testimonial-area{
    margin-top: 50px;
}
.testimonial-item{
    margin-bottom: 30px;
}
.testimonial-star{
    margin-bottom: 20px;
}
.testimonial-star svg {
    max-width: 22px;
    color: #d7bf00;
    margin-right: 2px;
}
.testimonial-text {
    font-size: var(--font-size-20);
    font-weight: var(--font-weight-bold);
    color: var(--white-color);
    line-height: 30px;
    padding-right: 20px;
    margin-bottom: 40px;
}
.testimonial-item h4 {
    font-size: var(--font-size-22);
    font-weight: var(--font-weight-bold);
    color: var(--white-color);
}
.testimonial-item h5{
    color: var(--white-color);
}
/* Testimonial css end */


/* Progress form css start */
.progress{
    border-radius: 50px;
    height: 24px;
    margin-bottom: 40px;
}
.progress-bar{
    background-color: var(--light-color);
    color: var(--light-color);
    font-weight:bold;
    font-size:15px;
}
.form-wrapper{
    max-width: 800px;
    margin: 0 auto;
    max-height: 100vh;
    height: auto;
    overflow-y: auto;
    padding: 0 30px;
}
.form-wrapper:focus-visible{
    outline: none;
}
.form-wrapper .card{
    border: none;
}
.form-wrapper .card-body{
    padding-bottom: 40px !important;
    padding-top: 0px !important;
}
.form-wrapper .card-footer{
    background: none;
    padding: 1.5rem 1rem;
}
.form-title-area{
    margin-bottom: 32px;
}
.form-title-area .option-number{
    padding: 8px 20px;
    font-size: var(--font-size-16);
    color: var(--secondary-color);
    border-radius: 10px;
    border: 1px solid var(--secondary-color);
    margin-bottom: 0px;
}
.form-wrapper .form-title{
    font-size: var(--font-size-34);
    line-height: 44px;
    color: var(--secondary-color);
    margin-bottom: 10px;
}
.form-wrapper .form-subtitle{
    font-size: var(--font-size-18);
    line-height: 26px;
    color: var(--secondary-color);
}
.video-icon{
    margin-left: 10px;
}
.video-icon button{
    background: none;
    border: none;
    padding: 0;
}
.video-icon svg{
    width: 20px;
    fill: #a1a0a2;
    margin-top: -2px;
}
label{
    font-size: var(--font-size-16);
    color: rgba(20,18,22,.6);
    margin-bottom: 8px;
    font-weight: var(--font-weight-medium);
}
label b{
    color: #dc3545;
    margin-left: 2px;
}
.form-wrapper .form-group,
.form-wrapper .form-check{
    margin-bottom: 20px;
}
.form-check-input.check-group[type="checkbox"] {
    border-radius: .25em !important;
}
.form-check.form-switch{
    margin-bottom: 0px;
}
.pt-40{
    padding-top: 40px !important;
}
.pb-40{
    padding-bottom: 40px !important;
}
.form-inner-title-area{
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-inner-title-area .form-title{
    font-size: var(--font-size-22);
    font-weight: var(--font-weight-bold);
    line-height: 32px;
    margin-bottom: 10px;
}
.form-inner-title-area .form-subtitle{
    font-size: var(--font-size-16);
    line-height: 24px;
    color: #141216e6;
}
.form-inner-title-area ul{
    padding-left: 20px;
}
.big-money{
    font-size: 58px;
    line-height: 60px;
    color: #57cc99;
    font-weight: var(--font-weight-extrabold);
    margin-left: auto;
}
label small{
    font-size: 12px;
}
label small a{
    text-decoration: underline;
    color: inherit;
}
.invalid-feedback{
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-16);
}
.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked{
    background-color: #0d6efd;
}
.form-switch label{
    font-size: var(--font-size-20);
}
.form-switch .form-check-input{
    height: 20px;
    margin-top: 6px;
}
.without-bg{
    background: none;
    border: none;
    padding: 0px;
}
.new-start p,
.new-start button{
    font-size: var(--font-size-18);
}
.new-start button{
    color: var(--light-color);
    margin-left: 6px;
}
.back-btn{
    color: var(--light-color);
    transition: all 0.4s;
}
.back-btn:hover{
    color: var(--light-color);
    transition: all 0.4s;
}
.back-btn svg{
    width: 18px;
    margin-right: 10px;
    fill: var(--light-color);
    transition: all 0.4s;
}
.back-btn:hover svg{
    margin-right: 14px;
    transition: all 0.4s;
}
.work-step h4 .work-step-number{
    background-color: var(--light-color);
    font-size: var(--font-size-22);
    color: var(--white-color);
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 10px;
}
.review-circle .review-circle-mark{
    background-color: #57cc99;
    font-size: var(--font-size-22);
    color: var(--white-color);
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50px;
}
.review-circle .review-circle-mark i{
    font-size: 16px;
}
.review-circle .review-circle-mark.red{
    background-color: #fb4e4e;
}
.work-step h4,
.review-circle h4{
    font-size: var(--font-size-20);
    line-height: 26px;
    font-weight: var(--font-weight-bold);
}
.checkmark-icon-box{
    margin-bottom: 16px;
}
.checkmark-icon-box .checkmark-icon{
    margin-right: 14px;
}
.checkmark-box-content .checkmark-box-title{
    margin-bottom: 4px;
}
.checkmark-box-content .checkmark-box-desc{
    margin-bottom: 0px;
}
.warning-box{
    background-color: rgba(255,188,31,.2);
    color: #c28007;
    margin: 30px 0;
    padding: 16px;
    border-radius: 10px;
}
.primary-box{
    background-color: rgba(44,170,226,.2);
    color: #2caae2;
    margin: 30px 0;
    padding: 16px;
    border-radius: 10px;
}
.primary-box-desc a{
    color: #2caae2;
    text-decoration: underline;
}
.warning-box .warning-box-desc,
.primary-box .primary-box-desc{
    font-size: var(--font-size-16);
}
.warning-box .warning-box-desc:last-child,
.primary-box .primary-box-desc:last-child{
    margin-bottom: 0px;
}
.radio-group .form-check{
    margin-bottom: 10px;
}
input[type="radio"]{
    cursor: pointer;
}
.form-check-input:checked{
    background-color: var(--light-color);
}
.radio-group .form-check input{
    width: 1.3em;
    height: 1.3em;
    margin-right: 10px;
}
.radio-group .form-check label{
    margin-bottom: 0;
    vertical-align: middle;
    font-size: var(--font-size-18);
    color: var(--secondary-color);
}
.tooltip-text{
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 300px;
    color: white;
    font-size: 12px;
    line-height: 20px;
    background-color: #000000e6;
    border-radius: 4px;
    padding: 10px;
}
.tooltip-text br{
    margin-bottom: 10px;
}
.hover-text:hover .tooltip-text {
    visibility: visible;
}
.tooltip-text-top {
    bottom: 100%;
    left: -100%;
}
.hover-text {
    position: relative;
    display: inline-block;
}
.moretext{
    display: none;
}
.moreless-btn{
    font-weight: var(--font-weight-medium);
    color: var(--light-color);
}
.link-accordion .accordion-item{
    border: none;
}
.link-accordion .accordion-button{
    padding-left: 0px;
    padding-right: 0px;
    color: var(--light-color);
}
.link-accordion .accordion-button:focus{
    outline: none;
    box-shadow: none;
}
.link-accordion .accordion-button::after{
    margin-left: 10px;
    margin-right: auto;
    margin-top: 4px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.link-accordion .accordion-button:not(.collapsed){
    box-shadow: none;
}
.link-accordion .accordion-body{
    padding: 0;
}
.checkbox-big .form-check-input{
    border-radius: 2px !important;
    width: 1.4em;
    height: 1.4em;
    min-width: 1.4em;
    margin-right: 10px;
}
.checkbox-big .form-check-label{
    margin-bottom: 0px !important;
    vertical-align: middle;
}
#div_id_has_another_suspension label{
    margin-top: 5px;
}
.cong-img{
    max-width: 400px;
    width: 100%;
    margin: 40px auto;
    display: block;
}
.light-box{
    padding: 16px;
    color: var(--secondary-color);
    background-color: rgba(44,170,226,.05);
    border: 1px solid rgba(33,33,33,.2);
    border-radius: 10px;
}
#survey-content-option-3 h3,
#thankyou h3{
    font-weight: var(--font-weight-medium) !important;
    font-size: var(--font-size-20);
}
.shadow-box{
    padding: 1.5rem 1.5rem;
    box-shadow: 0px 4px 16px rgba(0,0,0,.2);
    margin-bottom: 40px;
}
.secure-block{
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.table-area{
    padding: 26px;
    border: 1px solid rgba(20,18,22,.2);
}

#dropzone {
    position: relative;
    border: 2px dashed var(--secondary-color);
    border-radius: 20px;
    color: var(--secondary-color);
    font-size: var(--font-size-18);
    font-weight: var(--font-weight-regular);
    height: 200px;
    margin: 30px auto;
    text-align: center;
    width: 100%;
  }
  
  #dropzone.dropped {
    background: var(--white-color);
  }
  
  #dropzone img {
    border-radius: 10px;
    vertical-align: middle;
    max-width: 95%;
    max-height: 95%;
  }
  
  #dropzone [type="file"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#dropzone .content-area{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#dropzone .content-area i{
    font-size: 50px;
    color: var(--light-color);
    margin-bottom: 16px;
}
#dropzone .content-area h3{
    font-size: var(--font-size-22);
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-weight: var(--font-weight-bold);
}
#dropzone .content-area p{
    font-size: var(--font-size-18);
    color: var(--secondary-color);
    margin-bottom: 0px;
    font-weight: var(--font-weight-regular);
}

/* Progress form css end */

/* Footer css start */
.footer-area {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.6);
    padding: 60px 0;
}
.contact-content p {
    font-size: var(--font-size-24);
    position: relative;
    line-height: 34px;
    color: var(--white-color);
    font-weight: var(--font-weight-semibold);
    width: 100%;
    max-width: 35rem;
    margin: auto;
}
.footer-links {
    margin-top: 80px;
	line-height: normal;
}
.footer-links > ul {
    display: inline-flex;
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
	flex-wrap: wrap;
	justify-content: center;
}
.footer-links ul li a {
    color: white;
    display: inline-block;
    margin: 0 16px;
    transition: all 0.4s ease 0s;
	text-decoration: none;
}
    .footer-links ul li a:hover {
        color: white;
    }
.contact-content img {
    max-width: 210px;
}
footer {
    background: #192C57;
    color: #868c96;
}
.copyright {
    padding: 30px 0;
    text-align: center;
    color: white !important;
}
    .copyright ul li a {
        color: white;
        display: inline-block;
    }
        .copyright ul li a:hover {
            color: white;
        }
/* Footer css end */