#carousel_1_container{
    background:url(/img/bg_1.png);
    background-size: cover;
    height:500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#carousel_2_container{
    background:url(/img/bg_2.png);
    background-size: cover;
    height:500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.carousel-control-prev-icon{
    width:40px;
    height:40px;
}

.carousel-control-next-icon{
    width:40px;
    height:40px;
}

#carousel_3_container{
    background:url(/img/bg_3.png);
    background-size: cover;
    height:500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.carousel_img{
    padding:10px;
}

.top_banner{
    background: url(/img/main_cover.png) center;
    width: 100%;
    height: 400px;
}

#main_1_container{
    background: #ececea;
}

#main_1{
    padding-bottom: 40px;
}

.main_1_title{
    font-size: 45px;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 40px;
}

.main_1_box{
    margin-bottom: 15px;
    border: 1px solid #9e9e9e;
    width: 540px;
    padding: 20px 0 20px 30px;
    background: #fff;
}

.box_title{
    color: #122a56;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

.box_content{
    font-size: 18px;
    margin-top: 5px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #666;
}

.box_content.red{
    color: #fe1649;
}

.details_btn{
    display: block;
    background: #4379c1;
    color: #fff;
    text-align: center;
    width: 260px;
    font-size: 20px;
    margin-top: 10px;
    border: none !important;
}

.box_icon{
    position: absolute;
    right: 25px;
    bottom: 25px;
}

#main_2_container{
    text-align: center;
    background: #d1dcf0;
    padding-top: 50px;
}

#main_2_title{
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    padding: 0 5px;
    font-weight: 700;
    font-size: 45px;
}

#main_2_1{
    margin-bottom: 40px;
}

#main_2_2{
    margin-bottom: 40px;
}

#main_2_3{
    padding-bottom: 40px;
}

/* mobile */

#m_banner{

}

#m_main1{
    padding: 0 0;
    width: 100%;
    background: #ececea;
}

.m_main_2{
    padding: 5px 0;
}

#m_main_3_1{
    padding: 30px 0;
}

#m_main2{
    background: #d1dcf0;
    padding-bottom: 40px;
}

#m_main_4_1{
    background: #4379c1;
}

#m_main3{
    background: #4379c1;
    padding: 20px 0;
}

#main_1_container{
    padding: 20px 0;
}

.squares{
    padding-top: 10px;
}

#main_2_title_img{
    padding: 40px 0;
}

.title{
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 800;
}

.m_title{
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 800;
}
.main_2_circle{
    width: 330px;
    height: 330px;
    border-radius: 300px;
    border: 1px solid #e4e4e4;
    background: #fff;
    text-align: center;
}

.inbetween_circle{
    font-size: 100px;
    margin: 0 20px;
    color: #4379C1;
}

.center_txt{
    text-align: center;
    font-size: 30px;
    line-height: 30px;
}

.center_txt.red{
    color: #fe1649;
    font-weight: 800;
}

.black{
    padding-top: 10px;
    color:#000000;
    font-size: 24px;
    font-weight: 700;
}

#main_2_3{
    color: #fff;
    background: #4379c1;
    font-size: 30px;
    text-align: center;
    padding: 20px 0;
    line-height: 45px;
    margin-top: 50px;
    font-weight: 700;
}

.square{
    border: 1px solid #9e9e9e;
    background-color: #ffffff;
    padding: 20px;
    width: 500px;
    margin: 0 10px;
    position: relative;
}

.square_btn{
    display: block;
    background: #4379c1;
    color: #FFFFFF !important;
    text-align: center;
    width: 260px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    margin-top: 10px;
}

.square_title{
    font-weight: 800;
}

.square_red{
    color: #fe1649;;
}

.square_img {
    position: absolute;
    bottom: 10px;
    right: 10px;
}