body{
    margin: 0;
}
.container{
    background: #1e61da;
}
.flex_center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo{
    height: 90px;
}

.setprice {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    position: absolute;
    bottom: -145px;
    left: 50%;
    margin-left: -206px;
    color: white;
}
.banner_box{
    height: 375px;
    margin-top: 40px;
    background: #f3f2f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner_box p{
    margin: 10px 0;
    text-align: center;
}
.banner_box p:nth-of-type(1){
    color: #3A1F0F;
    font-size: 28px;
}
.banner_box p:nth-of-type(2){
    font-size: 45px;
    font-weight: 700;
    color: #3A1F0F;
}
.banner_box p:nth-of-type(3),.banner_box p:nth-of-type(4){
    font-size: 23px;
    color: #583B29;
}
.stepBar{
    width: 900px;
    height: 1400px;
    background: #edf2fa;
    margin: 34px auto;
    padding: 66px 34px 25px;
    position: relative;
    margin-bottom: 170px;
}
.stepBar p{
    margin: 0;
}
.stepBar .title p:nth-of-type(1){
    font-size: 20px;
    color: #000000;
    text-align: center;
}
.stepBar .title p:nth-of-type(2){
    margin-top: 10px;
    font-size: 29px;
    color: #000000;
    text-align: center;
}
.info_box{
    width: 240px;
}
.info_box p:nth-of-type(1){
    font-size: 34px;
    font-weight: normal;
    background-image: linear-gradient(120deg, #F43B47 0%, #453A94 50%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    margin-bottom: 10px;
}
.info_box p:nth-of-type(2),.info_box p:nth-of-type(3){
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
}
.program{
    height: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mr_left20{
    margin-left: 20px;
}
.img_box{
    width: 190px;
}
.step_content{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.footer{
    height: 60px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer p{
    text-align: center;
    margin: 5px 0;
}
.contactUs{
    position: fixed;
    right: 1%;
    top: 60%;
}
.contactUsForm{
    height: 682px;
}
