.box{
	opacity: 0.2;
	transform: translateX(-10%);
	transition: all 2s;
}
.box.show{
	opacity: 1;
	transform: translateX(0%);
	transition: all 2s;
}

.faq_top{
	opacity: 0.2;
	transition: all 3s;
}
.faq_top_show{
	opacity: 1;
	transition: all 3s;
}

.main1{
	background-image: url(background_image_svg.svg);
	background-size: cover;
    height:100%;
    width: 100%;
}

.wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    left: 0;
    z-index: 20;
}
	  
.blure_filter{
	filter: blur(1px);
}
	
.nax {
  background: white !important;
  transition: all 1.5s;
}
.nax.show {
  background: #EDF0F5 !important;
  transition: all 1.5s;

}

.zoom{
	opacity: 1;
	transform: scale(90%);
	transition: all 1.6s;
	
}
.zoom.show{
	opacity: 0.9;
	transform: scale(77%);
	transition: all 1.6s;
	
}


.hidden-xs-inline{
    display: inline-block !important;
}



.divider_yellow{
	color:#C5E8EB;
	background-color:#C5E8EB;
	opacity: 1;
	height:1px;
	border:none;
}

.font_orange{
color:#ff6600;
}
.yellow_font{
color:#526C92;
}
.white_font{
color:#526C92;
}
.gray__font{
color:#3C79A0;;
}
.greens__font{
color:#28C438;;
}
.light_gray__font{
color:#9DAFBB;;
}

.yellow_back{
background-color:#9DAFBB;
}
.white_back{
background-color:white;
}
.gray_back{
background-color:white;
}
.darkgray_back{
background-color:#0C296D;
}
.light_gray_back{
background-color:#E8EEF0;
}
.green_back{
background-color:#72B946;
}
/* xxsm */
@media (min-width: 10px) {
    .logo_size {
        width: 54%;
    }
	.div_hider {
		display: block;
	}
	.div_hider_flip {
		display: none;
	}
	.move_left_on_small{
		transform: translateX(0%);
	}
	.faq_move_left_on_small{
		transform: translateX(0%);
	}
	.mid_screen_font_hider {
		display: block;
	}
}
	
/* xsm */
@media (min-width: 600px) {
    .logo_size {
        width: 54%;
    }
	.div_hider {
		display: block;
	}
	.div_hider_flip {
		display: none;
	}
	.move_left_on_small{
		transform: translateX(0%);
	}
	.faq_move_left_on_small{
		transform: translateX(0%);
	}
	.mid_screen_font_hider {
		display: block;
	}

}
/* sm */
@media (min-width: 768px) {
    .logo_size {
        width: 40%;
    }
	.div_hider {
		display: block;
	}
	.div_hider_flip {
		display: none;
	}
	.move_left_on_small{
		transform: translateX(0%);
	}
	.faq_move_left_on_small{
		transform: translateX(0%);
	}
	.mid_screen_font_hider {
		display: none;
	}
}
/* md */
@media (min-width: 992px) {
    .logo_size {
        width: 17%;
    }
	.div_hider {
		display: none;
	}
	.div_hider_flip {
		display: block;
	}
	.move_left_on_small{
		transform: translateX(0%);
	}
	.faq_move_left_on_small{
		transform: translateX(0%);
	}
	.mid_screen_font_hider {
		display: none;
	}
}
/* lg */
@media (min-width: 1200px) {
    .logo_size {
        width: 15%;
    }
	.div_hider {
		display: none;
	}
	.div_hider_flip {
		display: block;
	}
	.move_left_on_small{
		transform: translateX(0%);
	}
	.faq_move_left_on_small{
		transform: translateX(0%);
	}
	.mid_screen_font_hider {
		display: block;
	}
}
