.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content:center;
    gap: 30px
}
.flex_col{
	width: 100%;
}
@media (min-width: 600px) {
    .flex_col-25{
        width: calc(50% - 30px);
    }
}
@media (min-width: 1000px) {
    .flex_col-25{
        width: calc(25% - 30px);
    }
    .flex_col-50{
        width: calc(50% - 30px);
    }
}
.mt-30{
    margin-top: 30px;
}
.mb-30{
    margin-bottom: 30px;
}
.mrl-auto{
    margin-right: auto;
    margin-left: auto;
}
.visa-main {
    margin: 0 20px;
}
@media (max-width: 800px){
    .visa-main {
        margin-top: 30px;
    }
}
.visa-main h1, 
.visa-main h2{
    font-weight: 400;
    font-size: 32px;
}
.visa-main h1, 
.visa-main h2,
.visa-main h4 {
    margin-bottom: 30px;
}
.visa-main img,
.visa-main iframe{
	max-width: 100%;
}
.visa-main a:not(.light){
	color: #fc615e;
}
.visa-main a:hover{
	text-decoration:underline;
}
.visa-main p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}
.visa-main ul li{
	list-style: disc inside;
    margin-bottom: 15px;
}
.visa-main ol li{
	list-style: decimal inside;
    margin-bottom: 15px;
}
.visa-main p:last-child,
.visa-main ul li:last-child {
    margin-bottom: 0;
}
.b_image img{
	display: block;
}
.b_image.image2 img{
    width: 100%;
}
.stage_item .red-dot{
    position: absolute;
    margin-left: 0;
    background: #fc615e;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 18px;
}
.stage_item p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 35px;
}
.stage_item-last p{
    padding-bottom: 0;
}
.stage_item p, .stage_item p:last-of-type{
    margin-bottom:0;
}
.stage_item i{
    color: #fc615e;
}
.b_form.form1{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.b_form.form2{
	max-width:1000px;
    margin-left: auto;
    margin-right: auto;
}
.b_form h4{
	padding-bottom:0;
}
.question_item{
	padding-bottom: 30px;
}