/*@font-face {*/
/*    font-family: SF Pro Display;*/
/*    src: url(../fonts/SF-Pro-Display-Regular.otf);*/
/*    font-weight: regular;*/
/*}*/

/*@font-face {*/
/*    font-family: SF Pro Display;*/
/*    src: url(../fonts/SF-Pro-Display-Semibold.otf);*/
/*    font-weight: bold;*/
/*}*/

html {
	scroll-behavior: auto !important;
}

@font-face{
    font-family:'sf pro display';
    font-style:normal;
    font-weight:400;
    src:url('SFPRODISPLAYREGULAR.woff')
}

@font-face{
    font-family:'sf pro display';
    font-style:medium;
    font-weight:500;
    src:url('SFPRODISPLAYMEDIUM.woff')
}

@font-face{
    font-family:'sf pro display';
    font-style:bold;
    font-weight:700;
    src:url('SFPRODISPLAYBOLD.woff')
}

html,
body {
    overflow-x: hidden;
    font-family: 'SF Pro Display', sans-serif;
    background-color: #f4f4f6;
    color: #1c1e22;
    scroll-behavior: smooth;
}

/* Common for all */
.help-block {
    color: red;
}

.form-section {
    display: none;
}

.form-section.current {
    display: inherit;
}

#loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5) url(/include/images/load.gif) no-repeat
        center center;
}

#cookie {
    background-color: #000000;
    color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0px;
    right: 0px;
    border-radius: 0px;
    padding: 10px 15px 10px 35px;
    z-index: 9999;
}

#cookie h5 {
    color: #fff;
}

#cookie p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.1;
}

#cookie a {
    font-size: 14px;
    color: #ff8d02;
    line-height: 1.1;
}

@media screen and (max-width: 991px) {
    #cookie p {
        width: 80%;
    }
    #cookie {
        width: 100%;
        bottom: 0;
        right: 0;
        border-radius: 0px;
        padding: 10px 15px 10px 10px;
    }
}
/* new */
#nav {
    background-image: url(../images/background.png);
    background-repeat: repeat;
    padding: 15px 0;
    background-position: top;
    background-size: cover;
}

#form-main {
    padding: 40px 0 120px;
    background-color: #053225;
    overflow-x: hidden !important;
    position: relative;
}

#form-main .blur-color {
    background: #faff0080;
    position: absolute;
    right: -230px;
    top: -290px;
    height: 600px;
    width: 600px;
    border-radius: 100%;
    filter: blur(300px);
    z-index: 0;
}

#form-main .blur-lines {
    background-image: url(../images/background-line.png);
    background-repeat: repeat;
    background-size: 50%;
    background-position: left top;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

.form-main-footer a {
    color: #000;
}

.form-div {
    position: relative;
    z-index: 5;
}

#form-main .abc-radio label {
    padding: 12px 10px;
    background-color: #f4f4f6;
    box-shadow: 0px 0px 0px 0px #fff;
    border-radius: 30px;
    text-align: center;
    color: #1c1e22;
    font-size: 18px;
    font-weight: 600;
    min-width: 226px;
    margin-bottom: 10px;
    margin-left: -5px;
    cursor: pointer;
    border: 1px solid #dbdde2;
    display:block;
}

#form-main .alert-static {
    background-color: #fff3cd;
    color: #846400;
    box-shadow: none;
    border-radius: 0.4rem;
    font-size: 12px !important;
    line-height: 1.2;
    border: 1px solid #f7be0b;
}

#form-main .abc-radio input[type="radio"]:checked + label {
    background-color: #f0fffd;
    border-color: #abdfd8;
    color: #03a08b;
}

#form-main .abc-radio.no-red input[type="radio"]:checked + label {
    background-color: #fff0f0;
    border-color: #fcc3c1;
    color: #f54a45;
}

#form-main .abc-radio label:hover {
    background-color: #fff;
    border-color: #abdfd8;
    color: #03a08b;
}

#form-main .abc-radio.no-red label:hover {
    background-color: #fff;
    border-color: #fcc3c1;
    color: #f54a45;
}

#form-main .progress-bar {
    display: block;
    padding: 0px 0;
    border-radius: 8px;
}

.one-box {
    width: 100%;
    top: 65px;
    background-color: #f9fafb;
    color: #000;
    padding: 25px 40px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 4px 10px #80808078;
}

hr {
    color: #a1a4ad;
}

.progress-bar {
    background-color: #03a790;
}

.progress {
    height: 0.7rem;
    border-radius: 0.5rem;
}

.form-box {
    padding: 0px 40px;
}

.btn-purple {
    color: #053225;
    background: linear-gradient(90deg, #fff84d -68.62%, #ffbd14 97.45%);
    border-radius: 30px;
    padding: 12px 22px;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
}

.btn-purple:hover {
    color: #000;
    background-color: #fff84d;
}

.footer {
    padding: 30px 0;
}

.footer .nav-link {
    padding: 10px 10px;
    text-decoration: underline;
}

.footer a {
    color: #1c1e22;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

input[type="radio"] {
    opacity: 0;
    z-index: 1;
    position: absolute;
}

.form-check.abc-radio {
    padding-left: 0.25rem;
}

.abc-radio input[type="radio"]:checked + label {
    border: 2px solid #03a790;
}

.span-box {
    background: #ffffff1f;
    border-radius: 30px;
    padding: 11px 20px;
    font-size: 18px;
    font-weight: 600;
}

#form-main h1 {
    color: #fff;
    font-weight: 600;
    font-size: 75px;
    margin-bottom: 35px;
    margin-top: 30px;
}

#form-main h1 span {
    background: linear-gradient(90deg, #fff84d 27.64%, #ffbd14 97.45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-main-footer {
    padding: 8px 20px 12px;
    border-radius: 0 0 8px 8px;
}

.one-box-new {
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0px 4px 10px #80808078;
    padding: 15px 20px;
    position: relative;
    margin-bottom: 40px;
    z-index: 20;
}

.one-box-new-bg-1 {
    position: absolute;
    height: 25px;
    width: 60%;
    right: 20%;
    top: -50px;
    background-color: #d9d9d91f;
    border-radius: 24px 24px 0 0;
    z-index: 4;
}

.one-box-new-bg-2 {
    position: absolute;
    height: 25px;
    width: 80%;
    right: 10%;
    top: -25px;
    background-color: #d9d9d94f;
    border-radius: 24px 24px 0 0;
    z-index: 4;
}

.form-header-top {
    background: linear-gradient(90deg, #374795 0%, #6074d5 100%);
    color: white;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    border-radius: 14px;
    padding: 10px 10px;
    margin-bottom: 25px;
}

#form-main .progress {
    background-color: #e5e7eb;
}

.progress-bar {
    background: linear-gradient(62.76deg, #374795 0%, #7387e8 66.02%);
}

.form-main-body {
    padding: 25px 0px 0;
}

.form-header h4 {
    color: #1c1e22;
}

.form-main-footer a,
.text-small a {
    text-decoration: none;
    color: #636a79;
}

.btn-link {
    color: #374795;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.form-header p {
    font-size: 16px;
    font-weight: 400;
    color: #a0a5b1;
}

#form-main .form-control {
    border-radius: 30px;
    text-align: center;
}

#form-main ::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #a0a5b1;
}

#form-main ::placeholder {
    color: #a0a5b1 !important;
    font-weight: 300 !important;
    text-align: center !important;
}

.thank-form-header {
    padding: 10px 10px 0;
}

.thank-form-header p {
    font-size: 16px;
}

.thank_you_box {
    background-color: #374795;
    color: #fff;
    font-size: 16px;
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 10px;
}

#sub-pages {
    padding: 100px 0 100px 0;
}

#sub-pages a {
    color: #3066b1;
    text-decoration: underline;
}

#sub-pages h2,
h3,
h4 {
    font-weight: 700;
}
.text-small {
    font-size: 14px !important;
    margin-top: 25px;
}
/* For Extra Screen Size  */
@media screen and (min-width: 1400px) {
    p {
        font-size: 18px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    p {
        font-size: 18px;
    }
    #form-main h1 {
        font-size: 60px;
    }
    #form-main .abc-radio label {
        padding: 8px 10px;
        min-width: 206px;
    }
    .form-main-footer {
        padding: 0px 8px 0px;
    }
    .form-main-footer a {
        font-size: 14px;
    }
    .form-header h4 {
        font-size: 22px;
    }
    .one-box-new-bg-2 {
        height: 16px;
        top: -16px;
    }
    .one-box-new-bg-1 {
        height: 16px;
        top: -32px;
    }
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #form-main .blur-color {
        height: 500px;
        width: 500px;
    }
    #form-main h1 {
        font-size: 45px;
    }
    #form-main {
        padding: 25px 0 80px;
    }
    .one-box-new-bg-2 {
        height: 16px;
        top: -16px;
    }
    .one-box-new-bg-1 {
        height: 16px;
        top: -32px;
    }
    .form-header-top {
        font-size: 22px;
    }
    #form-main .abc-radio label {
        padding: 10px 10px;
        font-size: 17px;
        min-width: 200px;
    }
    .form-main-footer {
        padding: 0px 8px 0px;
    }
    .form-main-footer a {
        font-size: 14px;
    }
    .form-header h4 {
        font-size: 22px;
    }
    #sub-pages {
        padding: 80px 0;
    }
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    #form-main .blur-color {
        height: 500px;
        width: 500px;
    }
    #form-main h2 {
        font-size: 28px;
        margin-bottom: 28px;
    }
    #form-main {
        padding: 25px 0 60px;
    }
    .form-main-body {
        padding: 25px 15px 0px;
    }
    #form-main .abc-radio label {
        padding: 10px 10px;
    }
    #form-main h1 {
        font-size: 64px;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .form-main p {
        font-size: 18px;
    }
    .one-box-new-bg-2 {
        height: 16px;
        top: -16px;
    }
    .one-box-new-bg-1 {
        height: 16px;
        top: -32px;
    }
    .one-box-new {
        padding: 20px 20px;
        margin: 40px 70px;
    }
    .form-header-top {
        margin-bottom: 20px;
    }
    .form-main-footer {
        padding: 0px 5px 0px;
    }
    #sub-pages {
        padding: 70px 0;
    }
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
    #form-main .blur-color {
        height: 500px;
        width: 500px;
    }
    #form-main h2 {
        font-size: 28px;
        margin-bottom: 28px;
    }
    #form-main {
        padding: 25px 0 60px;
    }
    .form-main-body {
        padding: 25px 15px 0px;
    }
    #form-main .abc-radio label {
        padding: 8px 10px;
    }
    #form-main h1 {
        font-size: 52px;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .form-main p {
        font-size: 18px;
    }
    .one-box-new-bg-2 {
        height: 16px;
        top: -16px;
    }
    .one-box-new-bg-1 {
        height: 16px;
        top: -32px;
    }
    .one-box-new {
        padding: 15px 15px;
        margin-top: 35px;
    }
    .form-header-top {
        margin-bottom: 20px;
    }
    #form-main h4 {
        font-size: 22px;
    }
    .form-main-footer {
        padding: 0px 5px 0px;
    }
    .footer .nav-link {
        padding: 10px 2px;
        font-size: 15px;
    }
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
    #form-main h2 {
        font-size: 28px;
        margin-bottom: 28px;
    }
    #form-main {
        padding: 20px 0 60px;
        background-position: top center;
    }
    #form-main .abc-radio label {
        padding: 8px 10px;
        font-size: 18px;
        margin-bottom: 10px;
        margin-left: -5px;
        min-width: 145px;
    }
    .span-box {
        padding: 9px 19px;
        font-size: 16px;
    }
    #form-main h1 {
        font-size: 34px;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .one-box-new-bg-2 {
        height: 16px;
        top: -16px;
    }
    .one-box-new-bg-1 {
        height: 16px;
        top: -32px;
    }
    .one-box-new {
        padding: 15px 15px;
        margin-top: 35px;
    }
    .form-header-top {
        margin-bottom: 20px;
    }
    #form-main h4 {
        font-size: 20px;
    }
    .form-main-footer {
        padding: 0px 0px 0px;
    }
    .form-main-footer a {
        font-size: 14px;
    }
    .footer-logo-width {
        width: 150px;
    }
    #form-main .blur-color {
        right: -230px;
        top: -230px;
        height: 400px;
        width: 400px;
        filter: blur(300px);
    }
    #sub-pages {
        padding: 50px 0;
    }
    .footer .nav-link {
        padding: 3px 10px;
    }
    .text-small {
        font-size: 14px !important;
        margin-top: 25px;
    }
}
/* for section two */
#two {
    position: relative;
    border-radius: 50px 50px 0 0;
    top: -50px;
    padding: 70px 0;
    background-color: #f4f4f6;
}
/* For Extra Screen Size  */
@media screen and (min-width: 1200px) {
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #two {
        border-radius: 40px 40px 0 0;
        top: -40px;
        padding: 50px 0;
    }
    .sun-brand {
        width: 70%;
    }
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    #two {
        border-radius: 35px 35px 0 0;
        top: -35px;
        padding: 50px 0;
    }
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
    #two {
        border-radius: 35px 35px 0 0;
        top: -35px;
        padding: 50px 0;
    }
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
    #two {
        border-radius: 30px 30px 0 0;
        top: -30px;
        padding: 40px 0;
    }
    .sun-brand {
        width: 55%;
    }
}

/* for section three */
#three {
    padding: 20px 0 80px;
}

#three h2 {
    font-size: 52px;
    margin: 20px 0;
}

.text-blue-three {
    background: linear-gradient(90deg, #374795 0%, #6074d5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-weight: 600;
    padding-left: 25px;
    position: relative;
}

.text-blue-three:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    top: 5px;
    left: 0px;
    background: linear-gradient(90deg, #374795 0%, #6074d5 100%);
    border-radius: 100%;
}
/* For Extra Screen Size  */
@media screen and (min-width: 1400px) {
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    #three {
        padding: 0px 0 50px;
    }
    #three h2 {
        font-size: 44px;
        margin: 20px 0;
    }
    .sun-brand {
        width: 70%;
    }
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #three {
        padding: 10px 0 60px;
    }
    #three h2 {
        font-size: 38px;
        margin: 15px 0;
    }
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    #three {
        padding: 0px 0 50px;
    }
    #three h2 {
        font-size: 40px;
        margin: 15px 0;
    }
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
    #three {
        padding: 0px 0 50px;
    }
    #three h2 {
        font-size: 40px;
        margin: 15px 0;
    }
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
    #three {
        padding: 10px 0 40px;
    }
    #three h2 {
        font-size: 32px;
        margin: 15px 0;
    }
}
/* for section four */
#four {
    padding: 80px 0;
}

#four h2 {
    font-size: 42px;
    margin-bottom: 50px;
}

#four h4 {
    font-size: 24px;
    margin: 20px 0;
    font-weight: 600;
    color: #1c1e22;
}

.four-box {
    background-color: #fff;
    border-radius: 24px;
    padding: 40px 35px;
    height: 100%;
}

.four-box p {
    color: #1c1e22;
}
/* For Extra Screen Size  */
@media screen and (min-width: 1200px) {
    .four-box p {
        font-size: 17px;
    }
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #four {
        padding: 50px 0;
    }
    .four-box {
        background-color: #fff;
        border-radius: 24px;
        padding: 30px 17px 15px;
        height: 100%;
    }
    #four h4 {
        font-size: 22px;
        margin: 15px 0 20px;
    }
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    #four {
        padding: 50px 0;
    }
    #four h2 {
        font-size: 40px;
        margin-bottom: 35px;
    }
    .four-box {
        padding: 28px 30px 15px;
        height: auto;
        margin: 10px 40px;
    }
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
    #four {
        padding: 50px 0;
    }
    #four h2 {
        font-size: 40px;
        margin-bottom: 35px;
    }
    .four-box {
        padding: 32px 30px 15px;
        height: auto;
        margin: 10px 0;
    }
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
    #four {
        padding: 20px 0 40px;
    }
    #four h2 {
        font-size: 36px;
        margin-bottom: 35px;
    }
    .four-box {
        padding: 32px 20px 15px;
        height: auto;
        margin: 10px 0;
    }
    #four h4 {
        margin: 16px 0;
        font-weight: 600;
    }
}

/* for section five */
#five {
    padding: 50px 0;
}

.five-bg {
    background-image: url(../images/background-five.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 50px;
    border-radius: 50px;
    position: relative;
}

.five-solar {
    position: absolute;
    height: 98%;
    width: 50%;
    left: -50px;
    bottom: 0;
    background-image: url(../images/five.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

#five h3 {
    font-size: 52px;
    font-weight: 400;
    background: linear-gradient(90deg, #fff84d 27.64%, #ffbd14 97.45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#five h4 {
    font-size: 52px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px;
}

.btn-five {
    background: linear-gradient(90deg, #fff84d -68.62%, #ffbd14 97.45%);
    border-radius: 30px;
    padding: 12px 22px;
    font-weight: bold;
    font-size: 18px;
    color: #053225;
    margin-bottom: 15px;
}

.btn-five:hover,
.btn-five:active,
.btn-five:focus {
    color: #053225;
    background: linear-gradient(90deg, #fff500 -68.62%, #e9c057 97.45%);
}

.right-img {
    margin-bottom: 4px;
    margin-left: 4px;
}

.underline {
    border-bottom: 1px solid #1c1e22;
}
/* For Extra Screen Size  */
@media screen and (min-width: 1400px) {
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    #five h4 {
        font-size: 42px;
    }
}
/* For Large Screen Size  */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #five h3 {
        font-size: 42px;
    }
    #five h4 {
        font-size: 34px;
    }
    .five-solar {
        height: 100%;
        width: 52%;
        left: -27px;
    }
    .five-bg {
        padding: 50px 50px;
    }
}

/* For Medium Screen Size  */
@media screen and (min-width: 768px) and (max-width: 991px) {
    #five h3 {
        font-size: 40px;
    }
    #five h4 {
        font-size: 40px;
        margin-bottom: 25px;
    }
    .five-solar {
        height: 100%;
        width: 104%;
        left: -2%;
    }
    .five-bg {
        padding: 50px 40px 400px;
        border-radius: 30px;
    }
}
/* For Small Screen Size  */
@media screen and (min-width: 576px) and (max-width: 767px) {
    #five h3 {
        font-size: 40px;
    }
    #five h4 {
        font-size: 40px;
        margin-bottom: 25px;
    }
    .five-solar {
        height: 100%;
        width: 104%;
        left: -2%;
    }
    .five-bg {
        padding: 40px 30px 320px;
        border-radius: 30px;
    }
}
/* For Mobile Screen Size  */
@media screen and (max-width: 575px) {
    #five h3 {
        font-size: 36px;
    }
    #five h4 {
        font-size: 36px;
        margin-bottom: 25px;
    }
    .five-solar {
        height: 100%;
        width: 104%;
        left: -2%;
    }
    .five-bg {
        padding: 30px 30px 310px;
        border-radius: 30px;
    }
    #five {
        padding: 40px 0;
    }
}

@media screen and (max-width: 450px) {
    .five-bg {
        padding: 30px 30px 240px;
    }
}

@media screen and (max-width: 380px) {
    #form-main h4 {
        font-size: 19px;
    }
}
