@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

html {
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    overflow: auto !important;
}

*,
:after,
:before {
    box-sizing: inherit;
}

.form-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-container{
    width: 770px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 1px rgb(171 171 171);
}

.form-header{
    position: relative;
    padding: 25px;
    border-bottom: 3px solid #87ba67;
}

.form-header img{
    position: absolute;
    top: 18px;
    left: 25px;
    width: 80px;
}

.form-header label{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .4px;
}

.form-header-content{
    position: relative;
    padding-left: 105px;
}

.form-header-content span{
    display: block;
}

.form-body{
    padding: 25px;
}

.grid{
    position: relative;
}

.grid-row{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.grid-row:first-of-type{
    margin-top: 0;
}

.grid-one{
    position: relative;
    width: 100%;
}

.grid-two{
    position: relative;
    width: 50%;
}

.grid-three{
    position: relative;
    width: 33.33%;
}

.form-input{
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px;
    padding-bottom: 4px;
    border-radius: 5px;
}

.form-input.disabled{
    background: #ddd;
}

.form-input label{
    position: absolute;
    left: 5px;
    top: -7px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-size: 10px;
    color: #fff;
    background: #87ba67;
    padding: 0 7px;
    border-radius: 3px;
}

.form-input input{
    width: 100%;
    height: 30px;
    border: none;
    padding: 0 5px;
    font-family: 'Poppins', sans-serif;
}

.form-input input:focus{
    outline: none;
}

.form-input input::placeholder{
    color: #aaa;
}

.form-input select{
    width: 100%;
    height: 30px;
    border: none;
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

.form-input select:focus{
    outline: none;
}

.submit-btn{
    position: relative;
    width: 240px;
    height: 50px;
    background: #87ba67;
    border: 1px solid #87ba67;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .4px;
    color: #fff;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}

.parsley-errors-list{
    margin: 0;
}

.parsley-required, .parsley-pattern, .parsley-type, .parsley-custom-error-message{
    position: absolute;
    left: 5px;
    bottom: -15px;
    color: #f57777;
    background: #fff7f3;
    border: 1px solid #ddd;
    list-style-type: none;
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 11px;
}

.phone-label{
    position: absolute;
    top: 14px;
    left: 10px;
    color: grey;
}

.upline-name-cont{
    position: relative;
    padding: 5px 10px;
    text-align: center;
    line-height: 1.5;
    margin-top: 35px;
    color: #fff;
}

.upline-name-cont label{
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #87ba67;
}

.upline-name-cont span{
    font-size: 15px;
    font-weight: 500;
}

.segment{
    position: relative;
    padding: 60px 0;
}

.fullHeight{
    height: 100vh;
}

.container{
    position: relative;
    width: 1180px;
    margin: 0 auto;
}

.container.small{
    width: 700px;
}

.header-halfbtm{
    position: relative;
    top: 55vh;
    height: 45vh;
    background: #1e4863;
}

.header-wave{
    position: absolute;
    top: -38vh;
}

.header-title{
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: 1.3;
    width: 630px;
    margin: 0 auto;
    padding-top: 90px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.header-title span{
    color: #87ba67
}

.header-subtitle{
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
    font-weight: 500;
}

.header-img{
    position: absolute;
    width: 400px;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}

.header-img-1{
    width: 150px;
    margin-bottom: 60px;
}

.header-img-2{
    width: 100%;
}

.segment-title{
    color: #87ba67;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: 1.3;
    width: 600px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.segment-title.white{
    color: #fff;
}

.why-item{
    text-align: center;
    color: #1e4863;
    margin-top: 50px;
    padding: 15px;
}

.why-item-one{
    width: 40%;
    margin: 0 auto;
    margin-top: 0;
}

.why-item img{
    height: 100px;
    margin-bottom: 20px;
}

.why-item-title{
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.3;
}

.why-item-content{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

#stories{
    background: #3c8290;
}

#stories2{
    position: relative;
    background: #87ba67;
    margin-top: -6px;
}

#stories3{
    position: relative;
    background: #3c8290;
    margin-top: -10px;
}

.story-item{
    position: relative;
    width: 800px;
    padding: 15px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

.story-item-2{
    margin-top: -250px;
}

.story-item-3{
    margin-top: -325px;
    margin-bottom: 60px;
}

.story-img{
    width: 250px;
    height: 250px;
    margin: 0 auto;
    background: #87ba67;
    padding: 25px;
    /* border: 25px solid #87ba67; */
    border-radius: 50%;
    margin-bottom: 35px;
}

.story-img img{
    width: 100%;
    border-radius: 50%;
}

.story-name{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.story-content{
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}

#signup{
    background: #1e4863;
}

.signup-title{
    background: #3c8290;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
    margin: 0 auto;
    padding-bottom: 120px;
}

.signup-img{
    position: relative;
    /* width: 650px; */
    width: 400px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -130px;
}

.signup-note{
    margin: 30px 0; 
    color: #fff; 
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.benefit-segment{
    background: #1e4863;
    color: #fff;
}

.benefit-container{
    position: relative;
    width: 630px;
    margin: 0 auto;
    padding-right: 230px;
}

.benefit-header{
    font-size: 30px;
    font-weight: bold;
}

.benefit-list{
    position: relative;
    padding-left: 50px;
    margin-top: 15px;
}

.benefit-list img{
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
}

.iphone-img{
    position: absolute;
    top: -90px;
    right: 0;
    width: 180px;
    z-index: 1;
}

.addon-segment{
    background: #008693;
    color: #fff;
}

.addon-container{
    position: relative;
    width: 630px;
    margin: 0 auto;
}

.addon-header{
    font-size: 30px;
    font-weight: bold;
}

.addon-header i{
    color: #ffca00;
}

.addon-subheader{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 15px;
}

.addon-list{
    position: relative;
    padding-left: 50px;
    margin-top: 15px;
    min-height: 33px;
    display: flex;
    align-items: center;
}

.addon-list img{
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
}

#customersuccess{
    background: #1e4863;
    color: #fff;
}

.customersuccess-content{
    position: relative;
    width: 800px;
    margin: 0 auto;
}

.customersuccess-item{
    margin-top: 35px;
    text-align: center;
}

.customersuccess-item label{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.customersuccess-item i{
    margin: 0 3px;
    margin-top: 10px;
    color: #ffca00;
    font-size: 16px;
}

.customersuccess-item p{
    line-height: 1.5;
}

@media(min-width: 1920px){
    .header-img{
        width: 550px;
    }

    .story-item-2{
        margin-top: -325px;
    }

    .story-item-3{
        margin-top: -400px;
    }

    .header-title{
        padding-top: 165px;
    }
}

@media(min-width: 2048px){
    .story-item-2{
        margin-top: -370px;
    }

    .story-item-3{
        margin-top: -455px;
    }

    .header-img{
        top: 43%;
    }
}

@media(max-width: 1280px){
    .header-halfbtm{
        top: 50vh;
        height: 50vh;
    }

    .header-img{
        top: 35%;
        width: 330px;
    }

    .header-img-1{
        width: 150px;
        margin-bottom: 30px;
    }

    .segment-title{
        margin-bottom: 35px;
    }
}

@media(max-width: 1180px){
    .container{
        width: 100%;
    }

    .header-wave{
        top: -29vh;
    }

    .why-item img{
        height: 90px;
    }

    .why-item-title{
        font-size: 16px;
    }

    .why-item-content{
        font-size: 14px;
    }

    .story-img{
        width: 225px;
        height: 225px;
    }

    .story-item-2{
        margin-top: -230px;
    }

    .story-item-3{
        margin-top: -295px;
    }
}

@media(max-width: 550px){
    .form-wrapper{
        position: relative;
        padding: 15px;
        /* height: auto; */
    }

    .form-container{
        width: 100%;
    }

    .form-header{
        padding: 15px;
        text-align: center;
    }

    .form-header img{
        position: relative;
        top: 0;
        left: 0;
    }

    .form-header-content{
        padding-left: 0;
        margin-top: 5px;
    }

    .form-header-content label{
        font-size: 18px;
    }

    .form-header-content span{
        display: inherit;
        margin-left: 5px;
    }

    .form-body{
        padding: 15px;
        padding-top: 25px;
    }

    .grid-two, .grid-three{
        width: 100%;
        padding: 0 !important;
    }

    .grid-two:last-of-type{
        margin-top: 25px;
    }

    .submit-btn{
        width: 100%;
    }

    .upline-name-cont{
        position: relative;
        margin-top: 15px;
        top: 0;
        right: 0;
        padding: 0;
        text-align: center;
        line-height: 1.5;
        max-width: 100%;
    }

    .upline-name-cont label{
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase;
    }

    .upline-name-cont span{
        font-size: 15px;
        font-weight: 500;
    }

    .header-title, .signup-img, .segment-title, .story-item{
        width: 100%;
    }

    .header-img{
        width: 325px;
        top: 50%;
    }

    .header-title{
        font-size: 20px;
        padding-top: 100px;
    }
    
    .header-halfbtm{
        top: 60vh;
        height: 40vh;
    }

    .header-wave{
        top: -10vh;
    }

    .container.small{
        width: 100%;
    }

    .why-item-one{
        width: 100%;
    }

    .why-item img{
        height: 70px;
    }

    .why-item{
        margin-top: 25px;
    }

    .segment{
        padding: 30px 0;
    }
    
    .segment-title{
        font-size: 22px;
        padding: 15px;
        margin-bottom: 0;
    }

    .story-img{
        width: 185px;
        height: 185px;
        padding: 20px;
    }

    .story-item-2{
        margin-top: -135px;
        padding-bottom: 60px;
    }

    .story-item-3{
        margin-top: -185px;
    }

    .signup-img{
        width: 325px;
    }

    .signup-title{
        padding-bottom: 100px;
    }

    .signup-img{
        margin-top: -100px;
    }

    .benefit-container, .addon-container{
        width: 100%;
        padding: 15px;
    }

    .iphone-img{
        position: relative;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 150px;
        margin-top: 15px;
    }

    .customersuccess-content{
        width: 100%;
        padding: 15px;
    }
}

@media(min-width: 1181px) and (max-width: 2047px){
    .header-wave{
        top: -33vh;
    }
}

@media(min-width: 551px) and (max-width: 1100px){
    .header-wave{
        top: -29vh;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .header-wave{
        top: -15vh;
    }

    .story-item{
        width: 100%;
    }

    .customersuccess-content{
        width: 100%;
        padding: 15px;
    }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .header-wave{
        top: -29vh;
    }
}