@import url('https://fonts.googleapis.com/css?family=Muli:300,400,500,600,700,800,900&display=swap');

.main-content{
    margin-top: 55px;
    display: block;
    z-index: 1;
    font-family: Muli;
}

.landing-a-container{
    display: block;
    position: relative;
    height: 400px;
    background: #474747;
	background-image: url("images/trial.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    text-align: center;
    overflow: auto;
}

.background-overlay{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 400px;
    width: 100%;
    background: #474747;
    opacity: 0.85;
}

#overOp{background: rgba(102, 124, 148, 0.5);}

@keyframes headerUp{
    
0%{opacity: 0; top: 250px;}
100%{opacity: 1;  top: 0;}
}

.landing-a-header{
    position: relative;
    text-align: left;
    width: 600px;
    font-weight: 800;
    font-size: 45px;
    text-shadow: 0 2px 3px rgba(0,0,0,.15);
    color: #FFFFFF;
    margin: 150px auto 0;
    animation: headerUp .7s;
}

#h1-a{color: #91FFFF;}
#h1-b{color: #23FF53;}

.landing-a-sub-header{
    position: relative;
    text-align: left;
    width: 600px;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: .2px;
    color: #d7d7d7;
    margin: 10px auto 0;
    animation: headerUp 1s;
}

.landing-b-container{
    background: #f3f3f3;
    display: block;
    font-weight: 800;
    font-size: 36.5px;
    padding: 25px 0;
    text-align: center;
    color: #5F5F5F;
    border-bottom: 1px solid #E1E1E1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
}

#rate{margin-left: 10px; color: #3D96FF;}
#asterisk{color: #873DFF;}

.landing-c-container{
    background: linear-gradient(90deg, #4BF9E4 0%, #00FFB2 100%);
    border: 1px solid #84B6A7;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 13.5px 0;
    text-shadow: 0 1px 2px rgba(0,0,0,.05);
    font-weight: 300;
    font-size: 20px;
    color: #515353;
    text-align: center;
}

#c-bold{
    font-weight: 800;
}

.landing-block{
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.background-container{
    display: block;
    text-align: center;
}

.content-container{
    width: 1200px;
    display: flex;
    margin: 0 auto;
    text-align: center;
}

.content-column{
    width: 49%;
    display: inline-block;
    color: white;
}

#background-a{
    background: #fff;
    padding: 75px 0;
}

.program-overview{
    margin: 0 auto;
    width: 425px;
    background: #66ACFF;
    border: 2px solid #6C99CF;
    box-sizing: border-box;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    padding: 10px 0;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.program-details{
    width: 425px;
    margin: 35px auto 0;
    padding: 25px 40px;
    background: #F9F9F9;
    border: 1px solid #CFCFCF;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 15px;    
}

.program-line{
    text-align: left;
    font-weight: 300;
    font-size: 18px;
    color: #595959;
    letter-spacing: .2px;
    margin: 15px 0;
}

.program-line span{
    font-weight: bold;
    margin-right: 5px;
}

#overview-op{
    width: 375px;
    background: #34B6FF;
    border: 2px solid #6DA8C9;
    border-radius: 25px;
}

#img{
    margin: 35px auto 0;
    width: 375px;
    border: 1px solid #C3C3C3;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.125),
                -2px -2px 2px rgba(0, 0, 0, 0.05);
    border-radius: 15px;  
}

#background-op{
    background: #34B6FF;
    border: 1px solid #81ACC5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    padding: 65px 0 65px;
}

.container-header{
    display: block;
}

.container-header h3{
    display: inline-block;
    background: #00FFB2;
    border: 2px solid #39B992;
    box-sizing: border-box;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.12);
    border-radius: 50px;
    padding: 10px 0;
    font-weight: 600;
    font-size: 20px;
    color: #777;
    margin: 0 auto 50px;
    padding: 10px 50px;
}

#header-op{
    margin: 50px auto 0;
    padding: 20px 45px;
    background: #FFFCAA;
    font-weight: 600;
    color: #999;
    border: 1px solid #B8B8B8;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 20px;
}

#final-bold{font-weight: 800; color: #888;}

.icon-container{
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.icon-block{
    display: inline-block;
    width: 32.5%;
    text-align: center;
}

.icon-slim{
    margin: 0 auto;
    width: 250px;
}

.icon-row{
    padding: 0 0 15px;
    display: block;
    text-align: center;
    font-size: 55px;
    color: #CBECFF;
}

.benefit-heading{
    font-weight: 800;
    font-size: 34px;
    color: #fff;
}

.benefit-content{
    font-weight: normal;
    font-size: 18.5px;
    color: #F3F3F3;
}

#background-b{
    background: #3FE1B1;
    padding: 75px 0;
    border-top: 1px solid #AFDCCE;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}

#background-c{
    background: #4C5959;
    padding: 75px 0;
}

.app-left-heading{
    font-weight: 900;
    font-size: 55px;
    color: #fff;    
}

.app-left-sub-heading{
    margin-top: 7.5px;
    font-weight: normal;
    font-size: 22px;
    color: #C7C7C7;    
}

.start-button-outer{
    position: relative;
    width: 280px;
    height: 280px;
    padding: 25px;
    background: #C4C4C4;
    box-sizing: border-box;
    border-radius: 400px;
    margin: 50px auto;
    z-index: 1;
}

.start-button-progress{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 280px;
    height: 280px;
    background: #FFF6A3;
    box-sizing: border-box;
    border-radius: 400px;
    z-index: 2;
    animation-name: stepA;
    animation-duration: 3.5s ;
}

@keyframes stepA {
  from {opacity: 0;}
  to {opacity: 1;}
}


.left-half-circle{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 140px;
    height: 280px;
    background: #C4C4C4;
    z-index: 3;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
}

@keyframes stepE {
  from {opacity: 1;}
  to {opacity: 0;}
}

.bottom-half-circle{
    position: absolute;
    display: none;
    top: 140px;
    left: 0;
    width: 280px;
    height: 140px;
    background: #C4C4C4;
    z-index: 3;
    border-bottom-right-radius: 300px;
    border-bottom-left-radius: 300px;
}

.blue-circle-b{
    position: absolute;
    display: none;
    top: 140px;
    left: 0;
    width: 280px;
    height: 140px;
    background: #FFF6A3;
    z-index: 4;
    border-bottom-right-radius: 300px;
    border-bottom-left-radius: 300px;
    animation-name: stepC;
    animation-duration: 3.5s ;
}

@keyframes stepC {
  from {opacity: 0;}
  to {opacity: 1;}
}

.blue-circle-c{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 140px;
    height: 280px;
    background: white;
    z-index: 5;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
    animation-name: stepD;
    animation-duration: 3.5s;
}

@keyframes stepD {
  from {opacity: 0;}
  to {opacity: 1;}
}

.right-half-circle{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 140px;
    height: 280px;
    background: #C4C4C4;
    z-index: 3;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
}

.start-button-inner{
    position: relative;
    z-index: 5;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #3FE1B1;
    border: 1px solid #8B8B8B;
    box-sizing: border-box;
    box-shadow: 1px 2px 3px rgba(9, 7, 7, 0.29);
    border-radius: 200px;
    text-align: center;
}

.start-button-text{
    margin-top: 85px;
    font-weight: 800;
    font-size: 40px;
    color: #fff;
}

.start-button-arrow{
    position: absolute;
    right: 35px;
    top: 118px;
    font-weight: 800;
    font-size: 30px;
    color: #fff;
    z-index: 6;
    opacity: .95;
}

.application-container{
    position: relative;
    width: 400px;
    padding: 25px 50px;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #D9D9D9;
    box-shadow: 4px 4px 4px rgba(34, 34, 34, 0.36), -2px 2px 4px rgba(0, 0, 0, 0.02);
    border-radius: 25px;
    margin: 0 auto;
}

.input-heading, .app-success{
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    color: #545454;
    margin-top: 35px;
    animation-name: SlideInput;
    animation-duration: 1.2s;
}

.input-main{
    width: 100%;
    border: 2px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12.5px;
    margin-top: 15px;
    font-size: 17px;
    color: #555;
    height: 60px;
    animation-name: SlideInput;
    animation-duration: 1.2s ;
}

@keyframes SlideInput {
  from {opacity: 0;}
  to {opacity: 1;}
}

.input-main:focus{
    border: 2px solid #3FE1B1;
}

.error-msg{
    position: absolute;
    display: none;
    font-size: 14px;
    color: red;
}

#errorA, #errorC, #errorE, #errorG{
    top: 170px;
    left: 55px;
}

#errorB, #errorD, #errorF, #errorH{
    top: 312px;
    left: 55px;
}

.button-container{
    display: block;
    margin: 35px 0 25px;
}

.cta-button{
    display: block;
    width: 100%;
    background: #11E498;
    border: 1px solid #3FE1B1;
    padding: 15px 0;
    font-weight: 800;
    font-size: 30px;
    color: #fff;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.13);
    border-radius: 14px;
}

.cta-button:hover, .cta-button:focus{
    transition: .5s;
    background: #1EF4A7;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.17);
    cursor: pointer;
    border: 1px solid #27DAA5;
}

.mobile-status{
    display: none;
}

#background-d{
    background: #79D0F6;
    padding: 50px 0;
}

.content-container-op{
    display: inline-block;
    width: 1200px;
    margin: 0 auto;
}

.line-a{
    font-weight: 800;
    font-size: 55px;
    color: #fff;
    margin: 0 0 10px;
}

.line-b{
    font-weight: bold;
    font-size: 35px;
    color: #0092D0;
}

#line-a-op{
    font-size: 60px;
}

#line-b-op{
    color: #65757B;
}


@media (min-width: 1750px) {
    
.content-container, .icon-container, .content-container-op{
   width: 1450px;
}

.cmbs-text-box{
    width: 1000px;
}

}


@media (max-width: 1200px) {
    
.content-container, .icon-container, .content-container-op{
   width: 1000px;
}

.content-container-op{
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
}
    
}

@media (max-width: 1000px) {
    
    
.content-container, .icon-container, .content-container-op{
   width: 100%;
}

#overview-op, #img{
    width: 87.5%;
}

#img{
    max-height: 265px;
}

.benefit-heading{
    font-size: 30px;
}

.benefit-content{
    font-size: 17px;
}
  
#background-b{
    padding: 50px 0;
}  
  
.line-a{
    font-size: 45px;
}

.line-b{
    font-size: 28px;
}

#line-a-op{
    font-size: 50px;
}  
    
}

@media (max-width: 850px) {
    

#overview-op, #img{
    width: 70%;
}

#overview-op{
    font-size: 14px;
}

}

@media (max-width: 800px) {

.landing-a-header{
    font-size: 38px;
    line-height: 48px;
    width: 550px;
}

.landing-a-sub-header{
    font-size: 24px;
    width: 550px;
}

.landing-b-container{
    font-size: 36.5px;
    padding: 25px 5%;
    box-sizing: border-box;
}

#background-c{
    padding: 50px 0;
}

.content-container{
    width: 100%;
    display: block;
    padding: 0 5%;
    box-sizing: border-box;
}

.content-column{
    width: 100%;
    display: block;
}

.program-overview, .program-details{
    width: 100%;
}

#hide-mobile{display:none;}

.icon-container, .content-container-op{
   width: 100%;
}

.app-left-sub-heading{
    margin-bottom: 35px;
}

.start-button-outer{
    display: none;
}

.button-container{
    display: block;
    margin: 35px 0 0;
}

.mobile-status{
    display: block;
    color: #777;
    font-size: 17px;
    font-weight: 400;
    margin: 25px 0;
}
    
}

@media (max-width: 650px) {
   
.landing-a-container{
    height: 300px;
    overflow: hidden;
}

#background-overlay{
    height: 300px;
}

.landing-a-header{
    font-size: 30px;
    line-height: 40px;
    width: 400px;
    margin: 100px auto 0;
}

.landing-a-sub-header{
    font-size: 20px;
    width: 400px;
}

.landing-b-container{
    font-size: 28.5px;
    line-height: 48px;
    padding: 20px;
}

.landing-c-container{
    font-size: 18.5px;
    padding: 10px 5%;
    color: #5a5a5a;
}

#background-a{
    padding: 50px 0;
}

.program-details{
    padding: 0 12.5px;
    border: none;
    background: none;
    box-shadow: none;
}

.program-line{
    margin-left: 0;
}

.program-line span{
    margin-left: 0;
}

.container-header h3{
    margin: 0 auto 10px;
}

.icon-block{
    display: block;
    width: 100%;
}

.icon-row{
    padding: 0 0 10px;
}

.icon-slim{
    margin: 45px auto;
    width: 100%;
}

#header-op{
    margin: 25px auto 0;
}


.app-left-heading{
    font-size: 40px;
}

.app-left-sub-heading{
    font-size: 18px;
}
    
}


@media (max-width: 525px) {

.landing-a-header, .landing-a-sub-header{
    width: 100%;
    padding: 0 7.5%;
    box-sizing: border-box;
}

.landing-c-container{
    font-size: 17px;
}

.program-line span{
    margin-left: 0;
    margin-top: -2.5px;
    font-size: 18.5px;
}

#container-op{
    padding: 0;
}

#background-b,#background-d{
    padding: 35px 0;
}

.line-a{
    font-size: 36px;
}

.line-b{
    font-size: 22.5px;
}

#line-a-op{
    font-size: 40px;
}  

#background-c{
    padding: 35px 0 0;
}

.application-container{
    width: 100%;
    padding: 25px 7.5%;
    border-radius: 0;
    margin: 0 auto;
    border: 1px solid #D9D9D9;
    box-shadow: 2px 2px 3px rgba(34, 34, 34, 0.10);
}

}

@media (max-width: 350px) {
    
.program-line span{
    margin-left: 10px;
    font-size: 16.5px;
}

.cmbs-container-outer{
    width: 265px;
    height: 265px;
    padding: 20px;
}

.cmbs-line-1{
    margin-top: 85px;
    font-size: 24px;
}


}