.header {
    height: 150px;

}

.header__bg {
    background: url('./img/header-bg.png');
    background-size: cover;
}

.header__logos {
    display: flex;
    justify-content: center;
    align-items: center;
}

.promoted-by-img {
    width: 80%;
    margin-top: -40px;
    margin-left: 190px;
}

.apply-now-cta{
    background: linear-gradient(291.07deg, #CC5A08 34.6%, #EE741D 80.48%);
    color: white;
    width: 100%;
}

@media only screen and (min-width: 1200px){
    .promoted-by-img {
        width: 50%;
    }
}


#mobile-otp-verify-row{
    display: none;
}

.hero-section {
    background: linear-gradient(291.07deg, #0B427E 34.6%, #155FB0 80.48%), #0B4380;
    height: 400px;
}

.hero-section__copy {
    background-image: url('./img/hero-bg-mask.png');
    background-size: cover;
    height: 100%;
    width: 100%;
}

.top-img {
    margin-left: 20px;
    margin-top: -40px;
}



.features {
    display: flex;
    align-items: center;
    color: white;
    text-transform: capitalize;
    font-size: 12px;
    padding-left: 40px;
    padding-right: 30px;
    display: flex;
}

.features--box {
    display: flex;
    align-items: center;
    /* background: linear-gradient(180deg, #155FB0 0%, #104885 100%); */
    border-radius: 6px;
    height: 60px;
    margin: 10px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.231);
    width: 30.33%;
    font-size: 15px;
    line-height: 1.2;
}

.features--box:hover {
    background: linear-gradient(180deg, #155FB0 0%, #104885 100%);
    border: 0;
}

.features--box.no-style {
    background: none;
    border: none;
}



@media only screen and (min-width: 768px) and (max-width: 1200px)  {
    .features--box{
        width: 90%;
    }
    .header__bg {
        background: url(./img/header-bg.png);
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        bottom: -59px;
        z-index: -1;
    }
    .header__logos {
        justify-content: end;
    }
    .promoted-by-img {
        margin-top: -25px;
    }

    .top-img {
        transform: scale(1.1);
    }
}


@media only screen and (max-width: 1200px) {

    .hero-section {
        height: auto;
    }

}

.hero-section__form {
    background-color: white;
    margin: 0 20px 0 20px;
    border-radius: 7px;
    padding: 0;
    margin-top: -25px;
    margin-left: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.form-container {

    margin-bottom: 40px;
}

.form-header {
    background: linear-gradient(291.07deg, #0B427E 34.6%, #155FB0 80.48%), #0B4380;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: white;
    padding: 10px;
    text-align: center;
    letter-spacing: 0.08em;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 700;
    text-transform: capitalize;
}

.btn-submit {
    
    color: white;
    background: linear-gradient(291.07deg, #0B427E 34.6%, #155FB0 80.48%), #D9D9D9;
    z-index: 1000;
}

.btn-submit:hover, .btn-submit:focus{
    background: linear-gradient(291.07deg, #155FB0 34.6%, #0B427E 80.48%), #D9D9D9;
    color: white;
    
}

.form-body {
    padding: 20px;
}

.btn-otp {
    background-color: #EE741D;
    color: white;
    text-transform: uppercase;
    width: 100%;
    font-size: 14px;
}

.btn-otp:hover,.btn-otp:active, .btn-otp:focus {
    background-color: #EE741D;
    color: white;
    text-transform: uppercase;
}

/* .mobile__otp-btn {
    padding-left: 0;
} */

.btn-otp-verify, .btn-otp-verify:active, .btn-otp-verify:focus {
    background-color: #00A0E3;
    text-transform: uppercase;
    color: white;
    width: 100%;
    font-size: 14px;
}
.btn-otp-verify:hover {
    background-color: #00A0E3;
    text-transform: uppercase;
    color: white;
}

.otp-msg {
    font-size: 9px;
}

.dob-label {
    font-size: 12px;
}

.gender-select--font-size {
    font-size: 12px;
    margin-bottom: 8px;
}

.btn-gender-select {
    color: #0B427E;
    text-transform: uppercase;
    font-size: 12px;
}

.btn-gender-select:hover {
    background: linear-gradient(291.07deg, #0B427E 34.6%, #155FB0 80.48%), #D9D9D9;
    color: white;
}

.btn-gender--selected {
    background: linear-gradient(291.07deg, #0B427E 34.6%, #155FB0 80.48%), #D9D9D9;
    color: white;
}

.form-disclaimer {
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    .hero-section__form {
        display: flex;
        justify-content: center;
        border-radius: 0;


    }

    .top-img img {
        margin-right: 0;
    }

    .form-container {
        width: 100%;
        /* margin-top: -40px; */
    }

    .form-header {
        /* border: 3px solid white; */
    }
}


/* SECOND FOLD */
/* .why-ifl-rsip {
    margin-top: 50px;
  } */
.heading-why-ifl-rsip {
    margin-left: 40px;
    margin-top: 20px;
    background-color: white;
    width: 540px;
    padding-left: 15px;

}

.orange-stroke {
    background-color: #EE741D;
    height: 20px;
    overflow: visible;
    top: -55px;
    position: relative;
    z-index: -1;
}

.heading__container {
    margin-top: 40px;
    z-index: -1;
    padding: 0;
}

.heading__1 {
    line-height: 0.5;
    font-size: 2.2rem;
    color: #00A0E3;
    text-transform: uppercase;

}

.heading__2 {
    color: #EE741D;
    text-transform: uppercase;
}

.heading-why-ifl-rsip__arrow-icon {
    position: absolute;
    height: 80px;
    left: 70px;

}


.rsip-bullets {
    margin-bottom: -10rem;
    margin-left: 200px;
}

.bullet-points-container {
    /* margin-left: 200px; */
}

.rsip-bullet__point {
    font-size: 22px;
    margin-bottom: 20px;
    list-style: none;
}


.rsip-bullet__point::before {
    content: "•";
    color: #ee741d;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 50px;
}

.rsip-bullet__point__text {
    margin-top: -49px;
    display: block;

}

.key-features__heading-container {
    margin-top: 200px;
    margin-left: 45px
}

.key-features__title {
    text-transform: uppercase;
    margin-bottom: 40px;
}

.key-features {
    background: url('./img/family-image-w-bg.png');
    color: white;
    padding: 45px;
    background-repeat: no-repeat;
    background-size: 1600px;
    background-position: bottom;
}

.feature-no__container {
    border-radius: 100%;
    background-color: #ee741d;
    border: 1px solid white;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: 700;
    margin-right: 25px;
}

.feature-point {
    display: flex;
    margin-bottom: 30px;
}

.feature-text h2 {
    font-size: 20px;
    line-height: 1.1;
}

.key-features,.why-ifl-rsip {
    width: 100%;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .hero-section {
        flex-direction: column-reverse;
    }
    .heading-why-ifl-rsip__arrow-icon {
        display: none;
    }

    .bullet-points-container {
        margin-left: 0;
    }

    .heading-why-ifl-rsip {
        margin-left: 0;
        width: auto;
    }

    .key-features {
        /* background: linear-gradient(90.07deg, #0B427E 0.06%, #155FB0 74.3%); */
        background: url('./img/family-w-bg-mbl.png');
        background-size: cover;
        background-position: bottom;
    }

    .heading__1 {
        line-height: 1;
        font-size: 1.4rem;
        letter-spacing: -0.6px;
    }

    .heading__2 {
        line-height: 1;
        font-size: 1.5rem;
        margin-top: -7px;
    }

    .orange-stroke{
        display: none;
    }

    .rsip-bullet__point::before {
        content: "•";
        color: #ee741d;
        display: inline-block;
        width: 1em;
        margin-left: -18px;
        font-size: 31px;
    }

    .rsip-bullet__point__text {
        margin-top: -34px;
        display: block;
        font-size: 17px;
    }

    .rsip-bullet__point {
        font-size: 22px;
        margin-bottom: 5px;
        list-style: none;
    }
    .hero-section__form {
        box-shadow: none;
    }

    .form-container {
        /* box-shadow: 0px 4px 4px rgb(0 0 0 / 25%); */
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .form-header {
        border-radius: 0;
    }

    .key-features__heading-container {
        margin-top: 40px;
    }

    .rsip-bullets {
        margin-bottom: 50px;
    }

    .key-features__heading-container {
        margin-left: 0;
    }

    .feature-no__container {
        border-radius: 20px;
        background-color: #ee741d;
        border: 1px solid white;
        width: 30px;
        height: 27px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-weight: 700;
        margin-right: 20px;
    }

    .key-features {
        padding: 12px;
    }

    .feature-text > p {
        font-size: 12px;
    }
}
@media only screen and (min-width: 768px) {
    .mobile__otp-btn {
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .hero-section__copy {
        padding-top: 15px;
    }
    .header{
        height: 125px;
    }
    .header__bg{
        display: none;
    }
    .header__logos {
        display: block;
        padding: 8px 10px 10px 30px;
        width: 100%;
    }

    .promoted-by-img {
        width: 60%;
        margin-top: 25px;
        margin-left: 0;
    }

    .hero-section__form {
        border-radius: 0px;
    }

    .form-container {
        margin-bottom: 60px;
    }

    .top-img {
        position: relative;
        left: -44px;
        margin-top: -56px;
        width: 100%;
        transform: scale(1.05);
    }

    .no-style{
        display: none;
    }

    .features {
        margin-bottom: 10px;
        padding: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .features--box {
        width: 80%;
        padding: 10px;
        font-size: 16px;
        height: 75px;
        margin: 5px;
    }

    .rsip-bullets {
        margin-bottom: 50px;
        margin-left: 0;
    }

    .btn-otp{
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .btn-otp-verify{
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .form-control.rsip.otp{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    #mobile-input, .input-group .input-group-text{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .header-img{
        display: none;
    }

    .mbl-subheading {
        display: block!important;
        font-size: 17px;
        text-align: center;
        font-weight: 700;
        margin: 15px auto;
        line-height: 1.3;
    }

    .header-img-mbl{
        display: block!important;
    }
    

}


@media only screen and (min-width: 1700px){
    .hero-section {
        height: 460px;
    }
    .key-features__heading-container {
        margin-top: 250px;
        margin-left: 45px;
    }
}

.mbl-subheading{
    display: none;
}

.header-img-mbl{
    display: none;
}

.plan-name {
    background: linear-gradient(245.22deg, #ED8F4C 42.43%, #FFAE75 71.13%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;

}

.hero-section__copy {
  padding-top: 40px;
}


h1.hero-section-heading {
  background: linear-gradient(245.22deg, #ED8F4C 42.43%, #FFAE75 71.13%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  h1.hero-section-heading {
    font-size: 2rem !important;
    text-align: center;
  }
}
