.textleft {
	text-align: left;
 }
  
.bottomstick {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
  margin: 0px;
}

.full_h{
	height: 100vh;
}

.d_100{
	min-height: 75vh;
}

.margin_orange{
	padding-top: 20px;
	padding-bottom: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.grey_b{
	color:#6b6b6b !important;
}

.question_div_3{
	margin-left:auto;
	margin-right:auto;
}

.w_title{
	color:#459adb;
	width: 30%;
	font-size: 2.3rem !important;
	text-align:left !important;
	margin-bottom: 30px;
	margin-top: 40px;
	line-height: 2.3rem;
	font-weight: 700;
}


.w_title_2{
	color:#459adb;
	width: 100%;
	font-size: 2.3rem !important;
	text-align:center !important;
	margin-bottom: 60px;
	margin-top: 40px;
	line-height: 2.3rem;
	font-weight: 700;
}

.cv400{
	background:#459adb;
}

.w_orange{
	background:#f7941c;
	margin-top: 30px;
	margin-bottom: 15px;
}

.image_orange_out{
	width: 300px;
	height: 300px;
	margin-bottom: 10px;
}
.image_orange{
  display: block;
  max-width: 300px;
  max-height: 300px;
  width: auto;
  height: auto;
}

.w_text_2{
	color:#000 !important;
	text-align: justify !important;
	margin-bottom: 40px;
	font-family:'helvetica' !important;
}

.w_text{
	color:#000 !important;
	font-weight:700;
	text-align: justify !important;
	margin-bottom: 40px;
	/* font-family:'helvetica'; */
}

.bold_link{
	color:#58585a !important;	
	font-family :'helvetica';
	text-decoration:none;
}

.w_text_3{

    margin-left: auto;
    margin-right: auto;
    font-size: 22px!important;

	color:#58585a !important;
	text-align: justify !important;
	margin-bottom: 40px;
}



.e_margin_m{
	margin-bottom:80px;
}

.opacity_5{
	opacity:0.5;
}

.a_scroll{
	overflow-y:auto;
}

.big_text{
	font-size:2rem;
}

.big_text_2{
	font-size: 1.1rem;
}

.main_text{
	font-size:1rem;
}

.logo_icon{
	width: 15%;
	margin-top: auto;
	margin-bottom: auto;
}

.center_1_line{
	line-height:45px;
}


@font-face {
  font-family: 'Hero_light';
  src: url('../font/HeroLight-Light.ttf');
}

@font-face {
  font-family: 'Hero_bold';
  src: url('../font/HeroLight-Bold.ttf');
}

@font-face {
  font-family: 'Hero_regular';
  src: url('../font/HeroLight-Regular.ttf');
}

.quiz_title{
	font-size:1.75rem;
	width: 70%;
	line-height: 2rem;
	margin-top: auto;
	margin-bottom: auto;
	font-family: 'Hero_regular'!important;
}

.margin_flex_up{
	flex:1 0 auto!important;
	-webkit-flex: 1 0 auto!important;
}

.margin_flex_down{
	flex:2 0 auto!important;
	-webkit-flex: 2 0 auto!important;
}

.last_form{
    height: auto !important;
    min-height: auto !important;
    padding-bottom: 4vh !important;

}

.snapping{
    scroll-snap-type: y mandatory;
}

.extra_margin{

    margin-top: 5vh;

}

.spanv2{
	/* padding:20% 10% 20% 10% !important; */
}

.cancel_p{
	padding:0;
}

.f_col{
	height:calc(100% - 21vh);
}

.f_col2{
	height:80vh !important;
}

.container3{
	max-height: 100vh;
	overflow-y: scroll;
}

.container2 {

	scroll-snap-type: y proximity;
}

section{

	min-height:100px;
	scroll-snap-align: start;
}

body {
	width:100%;
	max-width: 100%;
	overflow-x: hidden;
	font-family: 'Hero_regular'!important;
	color: #ffffff;
	/* scroll-snap-type: mandatory;
     scroll-snap-points-y: repeat(100vh);*/
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.swal-wide{
    width:100% !important;
}

section {

	height: var(--app-height);
  	min-height: 100vh;
    scroll-snap-align: start;
    text-align: center;
    position: relative;
	display: flex;
	flex-direction: column;
}


.main_flex {
	display: flex;
	flex-direction: column;
}

.b1 {
	flex: 2;
	max-height: 20vh;
}
	
.b2 {
	height: fit-content;
}
	
.b3 {
	flex: 1;
	max-height: 50vh;
}





.snd_bt{
    width: 100%;
    margin-top: 17px;
}






@media screen and (max-width:478px)  and (max-device-width:478px){
	
	.flex_min-width{
		min-width:5px;
	}	

	.first_text{
		font-size:1rem!important;
	}		
.bg_background{

    background-size: cover;
    /* background-position: 46% 0%; */
	background-position: center;
}
	.wrap_width6{
		width:100%;
		max-width: 650px;
		/*padding-bottom: 20vh;*/
	}	
	
	.wrap_width11{
		width:100%;
		max-width: 1200px;
		/*padding-bottom: 20vh;*/
	}	
	
	.wrap_width10{
		width:100%;
		max-width: 650px;
		/*padding-bottom: 20vh;*/
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.wrap_width7{
		width:100%;
		max-width: 1200px;
	}	
	
	.wrap_width5{
		width:80vw;
		height: 120vh;
		padding-bottom: 20vh;
	}	
	
	.input_button {
		margin:10px!important;
		border-radius: 25px;
		border:1px solid #fff;
		width: 15rem;
		overflow-y: hidden;
		font-size:1rem;
	}


	.input_button span {
		padding: 10px 10px;
		/* width: 100%; */
		/* text-align: center; */
		display: block;
		min-height: 68px;

	}
	
	.input_button_2 {
		margin:10px;
		border-radius: 25px;
		border:1px solid #fff;
		width: 10rem;
		overflow-y: hidden;
		font-size:1rem;
	}
	
	.title_wrap{
		position:fixed !important;
		color: white;
		z-index: 3;
		width: 100%;
		padding-top: 1vh;
		padding-bottom: 1.5vh;
		min-height:32px;
		max-height:16.5vh;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}	
	
	.wonder_logo{
		height: 35px;
		margin-left: auto;
		margin-right:auto;
	}	
}

.w_transition_bg{
	-webkit-transition: background-size 0.016s linear;
	-moz-transition: background-size 0.016s linear;
	-o-transition: background-size 0.016s linear;
	transition: background-size 0.016s linear;
	
	-webkit-transition: background-image 0.8s linear;
	-moz-transition: background-image 0.8s linear;
	-o-transition: background-image 0.8s linear;
	transition: background-image 0.8s linear;	


}


.w_transition{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}


.zoom_class{
  -webkit-animation: zoom_i 60s infinite; /* Safari 4+ */
  -moz-animation:    zoom_i 60s infinite; /* Fx 5+ */
  -o-animation:      zoom_i 60s infinite; /* Opera 12+ */
  animation:         zoom_i 60s infinite; /* IE 10+, Fx 29+ */
}


.f_black{
	color:#000;
}

@media screen and (min-width:479px)  and (min-device-width:479px){
	
	
	.flex_min-width{
		min-width:40px;
	}
	
	@-webkit-keyframes zoom_i {
	  0%   { background-size: 100%; }
	  100% { background-size: 120%; }
	}
	@-moz-keyframes zoom_i {
	  0%   { background-size: 100%; }
	  100% { background-size: 120%; }
	}
	@-o-keyframes zoom_i {
	  0%   { background-size: 100%; }
	  100% { background-size: 120%; }
	}
	@keyframes zoom_i {
	  0%   { background-size: 100%; }
	  100% { background-size: 120%; }
	}	
	
	
	
	
	
	
	
	
.wi_cl{
	min-width:100%;
}
.first_text{
	font-size:1.25rem!important;
}	
.no_padding{
	padding-left:0px;
}
.bg_background{background-size: cover;background-position: center;}	
	.wrap_width6{
		width:100%;
		max-width: 650px;
		padding-bottom: 3vh;
	}		
	
	.wrap_width11{
		width: 100%;
		padding-bottom: 3vh;
		max-width: 1200px;
	}		
	
	.wrap_width10{
		width:100%;
		max-width: 650px;
		padding-bottom: 3vh;
		margin-left: 20px;
		margin-right: 20px;
	}		
	.wrap_width7{
		width:100%;
		max-width: 1200px;
	}		
	.wrap_width5{
		width:70vw;
		height: 100vh;
		padding-bottom: 10vh;
	}	
	
	.wonder_logo{
		height:75%;
	}

	.input_button span {
		padding: 10px 10px;
		/* width: 100%; */
		/* text-align: center; */
		display: block;
		    min-height: 68px;

	}
	
	.title_wrap{
		position:fixed;
		color: white;
		z-index: 3;
		width: 100%;
		padding-top: 1.5vh;
		padding-bottom: 1.5vh;
		height:4.5rem;
		min-height:32px;
		max-height:16.5vh;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	
	.fixed_h{
		min-height: 19vh;
	}

	.fixed_h_2{
		min-height: 21vh;
	}
	.fixed_h_3{
		min-height: 19vh;
	}	
}



@media screen (max-width:767px) and  (max-device-width:767px){
	
	.first_text{
		font-size:1.25rem!important;
	}	
	.wrap_width6{
		width:100%;
		max-width: 1200px;
		height: 120vh;
		padding-bottom: 20vh;
	}	
	.wrap_width11{
		width:70vw;
		height: 120vh;
		padding-bottom: 20vh;
	}		
	.wrap_width10{
		width:100%;
		max-width: 650px;
		height: 120vh;
		padding-bottom: 20vh;
	}			
	.wrap_width7{
		width:100%;
		max-width: 1200px;
	}		
	.wrap_width5{
		width:70vw;
		height: 120vh;
		padding-bottom: 20vh;
	}	
	
	
	.title_wrap{
		position:fixed !important;
		color: white;
		z-index: 3;
		width: 100%;
		padding-top: 3vh;
		padding-bottom: 3vh;
		height:7rem;
		
		min-height:32px;
		max-height:16.5vh;		
		-webkit-transition: all 1s linear;
		-moz-transition: all 1s linear;
		-o-transition: all 1s linear;
		transition: all 1s linear;
	}
	
	.fixed_h{
		min-height: 19vh;
	}

	.fixed_h_2{
		min-height: 21vh;
	}

	.fixed_h_3{
		min-height: 19vh;
	}	
	
}

	.link_around_text{
		color:#dadada;
	}

	.link_color{
		cursor:pointer;
		color:#0d4784 !important;
	}

	.fixed_h{
		min-height: 13vh;
	}


	.fixed_h_2{
		min-height: 15vh;
	}

	.fixed_h_3{
		min-height: 12vh;
	}

.pop_w{
	position:fixed;
	width:70%;
	height:90%;
}

.hidden_l{
	display:none !important;
}

.question_div{
	margin-left: 0%;
	margin-right: 0%;
}

.question_div2{
	margin-bottom: 10px;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
}

.container_sub_page{
	color:white;
	/* margin-top: -22vh; */
}

.box_color{
	color:white;
	text-shadow:1px 1px 1px black;
}

.main_wrap{
	background:#f3f3f3;
}

.title_sub_page{
	background:#777777;
	color:white;
}

.yellow{
	background:yellow;
}

.green{
	background:green;
}

.blue{
	background:blue;
}

.turquoise{
	background:turquoise;
}

.orange{
	background:orange;
}

.red{
	background:red;
}

.lb{
	margin:0px !important;
}

.cancel_margin{
	margin-left:0%;
	margin-right:0%;
	margin-top: 0vh;
}

.back{
  background-image: linear-gradient(#362C4E, #140929);
}

h3{
	font-size:2.15rem;
}



::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff!important;
}


.question {
	font-size:1.3rem;
	margin:10px 0px 0px 0px;
    padding-bottom: 2vh;
	width:15rem;
}

.input_button {
    margin:10px!important;
    border-radius: 25px;
    border:1px solid #fff;
    width: 15rem;
    overflow-y: hidden;
	font-size:1rem;
    min-height: 68px;
}



.input_button_3 {
    text-align: center;
    border-radius: 25px;
    border:1px solid #fff;
    width: 10rem;
    overflow-y: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    min-height: 46px;
}

	.input_button_4 {
		text-align: center;
		border-radius: 25px;
		border:1px solid #000;
		width: 10rem;
		overflow-y: hidden;
		margin-left: auto;
		margin-right: auto;
		margin-top: 6px;
		min-height: 46px;
	}

	.input_button_4 a{
		color:#000;
	}


.input_button_3 span {
    padding: 10px 10px;
    /* width: 100%; */
    /* text-align: center; */
    display: block;
}


.input_button_4 span {
    padding: 10px 10px;
    /* width: 100%; */
    /* text-align: center; */
    display: block;
}



.input_button_2 span {
    padding: 10px 10px;
    /* width: 100%; */
    /* text-align: center; */
    display: block;
}


.input_button input {
	position:absolute;
	opacity: 0;
}

.input_button_2 input {
	position:absolute;
	opacity: 0;
}


.center_t{
	display:block;
	text-align: center;
}


.cv1{
	background:#27ae60;
}
.cv2{
	background:#3498db;
}
.cv3{
	background:#e74c3c;
}
.cv4{
	background:#e67e22;
}
.cv5{
	background:#9b59b6;
}
.cv6{
	background:#4949d1;
}
.cv7{
	background:#5eb700;
}

.cv8{
	background:#bc44b3;
}




.wrap_width3{
    min-width: 302px;
    max-width: 302px;
	justify-content: center;
}






.select_d{
	color:#fff;
}

.select_d::focus{
	color:#000;
}

.form-input-2 {
	background-color: transparent;
	color:#000;
	min-height: calc(2.25rem + 2px)!important;
}

select#country {}

.form-input-2::placeholder {
  color: black!important;
  opacity: 1; /* Firefox */
}

.form-input-2::placeholder::-webkit-input-placeholder{
	color:#000;
}

.form-input-2::focus::-webkit-input-placeholder
{
    color: #000000!important;
}

.form-input {
	background-color: transparent;
	color:#fff;
}

.form-input::focus::-webkit-input-placeholder
{
    color: #000000!important;
}

.form-input::placeholder {
  color: white!important;
  opacity: 1; /* Firefox */
}

.wrap_width4{
	width:10rem;
}

.no_scr{
	overflow:hidden;
}


@media screen and (min-width:767px)  and (min-device-width:767px){
	
	.flex_min-width{
		min-width:40px;
	}
	
	.first_text{
		font-size: 1rem!important;
	}	
	
	.input_button span {
		padding: 10px 10px;
		/* width: 100%; */
		/* text-align: center; */
		display: block;
		   min-height: 68px;

	}

	.input_button_2 {
		font-size:1rem;
		margin:10px;
		border-radius: 25px;
		border:1px solid #fff;
		width: 10rem;
		overflow-y: hidden;
	}	
	
	.wonder_logo{
		height:85%;
	}
	
	.title_wrap{
		position:fixed !important;
		color: white;
		z-index: 3;
		width: 100%;
		padding-top: 1.5vh;
		padding-bottom: 1.5vh;
		min-height:32px;
		max-height:13vh;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	
	.e_center{
		margin:0px !important;
		width:10 rem;
	}
	
	.input_button_3 a span:hover {
    	background-color:#ffffffa8;
		color:black;
	}


	.input_button_3 a:active + span {
 	   background-color:#ffffff78;
		color:black;
	}
	
	.input_button_4 a span:hover {
    	background-color:#ffffffa8;
		color:#459adb;
	}


	.input_button_4 a:active + span {
 	   background-color:#ffffff78;
		color:black;
	}	
	
	.input_button input:hover + span {
    	background-color:#ffffffa8;
		color:black;
	}


	.input_button input:checked:hover + span {
  	  background-color:#ffffffc2;
		color:black;
	}


	.input_button input:checked + span {
 	   background-color:#ffffff78;
		color:black;
	}

	.input_button_2 input:hover + span {
    	background-color:#ffffffa8;
		color:black;
	}


	.input_button_2 input:checked:hover + span {
  	  background-color:#ffffffc2;
		color:black;
	}


	.input_button_2 input:checked + span {
 	   background-color:#ffffff78;
		color:black;
	}
	
}


.selected_ta{
	background:#ffffff78;
	color:white;
}

a{
	text-decoration: none;
	color:white;
}

a:hover{
	text-decoration: none;
	color:white;
}



@media screen and (max-width:767px)  and (max-device-width:767px){
	
	.flex_min-width{
		min-width: 20px;
	}

	.first_text{
		font-size:1rem!important;
	}		
	
	.e_center{
		margin:0px !important;
		width:9.25 rem;
	}
	
	.input_button_3 {
		border-radius: 25px;
		border:1px solid #fff;
		width: 9.25rem;
		overflow-y: hidden;
		margin-left: auto;
		margin-right: auto;
		margin-top: 6px;
	}

	.input_button_4 {
		border-radius: 25px;
		border:1px solid #000;
		width: 9.25rem;
		overflow-y: hidden;
		margin-left: auto;
		margin-right: auto;
		margin-top: 6px;
	}
	
	.input_button_4 a{
		color:#000;
	}
	
	.question {
		font-size:1.3rem;		
		margin:10px 0px 0px 0px;
		padding-bottom: 2vh;
		width:15rem;
	}	
	
	.input_button_2 {
		margin:0px;
		border-radius: 25px;
		border:1px solid #fff;
		width: 9.25rem;
		overflow-y: hidden;
		font-size:1rem;
	}
	
	.wrap_width4{
		width:9.25rem;
	}

}





/* AUTHOR: http://buddyreno.me/ codepen: https://codepen.io/BuddyLReno/pen/boGRPO?editors=1100 */
.inputGroup {
  background-color: #fff;
  display: block;
  margin: 10px 0;
  position: relative;
}

.n_sec_title{
    border-bottom: solid 1px #fff;
    font-size: 20px;
    margin-bottom:10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
    text-align: left;
}

.extra_m_t{
	margin-bottom:30px;
}

.n_sec_title_2{
    border-bottom: solid 1px #fff;
    font-size: 20px;
    margin-bottom:10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
    text-align: left;
}

.n_sec_text{
    font-size: 16px;
    margin-bottom: 80px;
    padding-left: 10px;
    text-align: justify;
    padding-right: 10px;
}

.n_sec_text_2{
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 10px;
    text-align: left;
    padding-right: 10px;
}

.n_sections{
	margin-top: 30px;
	text-align: center;
	width: 77%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
}

.inputGroup label {
  margin-bottom:0 !important;
  padding: 12px 12px 12px 50px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
}
.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: #36a591;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.inputGroup label:after {
  width: 32px;
  height: 32px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 10px;
  top: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
  color: #fff;
}
.inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup input:checked ~ label:after {
  background-color: #54E0C7;
  border-color: #54E0C7;
}
.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  left: 10px;
  top: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.recapth{
	max-height:115px;
}

.box_wel{
	background: #fff;
	color: #599cd3;
	margin-bottom: 8px;
	border-radius: 7px;
	min-height: 102px;
	padding: 11px;
	text-align: center;
}

.box_wel:hover{
	background: #e6e6e6;
	cursor:pointer;
}

#swal2-content{
	overflow-y: auto;
	max-height:60vh;
	width: 102%;
	overflow-x: hidden;
	margin-left: -1%;
}


.m_top{
	margin-top:20px;

}

.scrollablex{
	overflow-y: auto;
	max-height: 60vh;
}

.footer_link{
	padding-bottom:8px;
}

.margin_down_3{
	margin-bottom:10px;
}

.margin_down_2{
	margin-bottom:30px;
}

.icon_footer{
    font-size: 32px;
	margin-right:12px;
}


.margin_down{
	margin-bottom: 145px;
}

.footer_link:hover{
	color:#d4d4d4;
}

.box_n_color{
	color:#459adb!important;
}

.box_n_color_2{
	color:#000!important;
}

.box_n_color_2:hover{
	color:#333333!important;
}

.w_sec_title{
	font-size: 22px;
	font-weight: 700;
}

.n_color{
	color:#459adb!important;
	font-family: 'Hero_regular'!important;
}

.invert_l{

    filter: invert(1);
    -webkit-filter: invert(1);

}

.footer_cont{
	background:#6d6e71;
	padding: 5px 20px 0px 20px;
}

.footer_title{
	width:100%;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: solid 1px #1da1d8;
	text-align:left;
	text-indent: 14px;
	font-weight: 700;
	font-size: 16px;
}


.icon_invert{
	-moz-filter: invert(100%);	
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.orange_title{
	font-size: 17px;
	font-weight:700;
	text-align: center;
	padding-left: 0px;
}

.footer_text{
	width:100%;
	padding-bottom: 6px;
	margin-bottom: 6px;
	text-align:left;
	font-size: 14px;
	padding-left: 14px;
}

.footer_border{
	padding: 15px 15px 0px 15px;
	font-size:13px;
}

.cv300{
	background:#fff;
}

.cv404{
	background:#d6d6d7;
}

.line_l{
	color:#459adb;
	font-size:30px;
	width: 30px;
	border-left: solid 3px #4bbcb1;
	border-bottom: solid 3px #4bbcb1;
	border-radius: 10px 0px 0px 20px;
	padding-bottom: 30px;
}

.line_r{
	color:#459adb;
	font-size:30px;
	width: 30px;
	border-right: solid 3px #4bbcb1;
	border-top: solid 3px #4bbcb1;
	border-radius: 0px 15px 15px 0px;
	padding-top: 30px;
	margin-top: -3px;
	margin-right: -12px;
}

.text_left_point{
	text-align:left;
}

.text_left_point::before{
   content: '';
   display: inline-block;
   width: 15px;
   height: 15px;
   -moz-border-radius: 7.5px;
   -webkit-border-radius: 7.5px;
   border-radius: 7.5px;
   background-color: #459adb;
   margin-left: -35.85px;
   margin-right: 20px;
}

.text_right_point{
	text-align:right;
}

.t_left{
	text-align:left;
}

.t_right{
	text-align:right;
}

.text_right_point_2{
   width: 15px;
   height: 15px;
   -moz-border-radius: 7.5px;
   -webkit-border-radius: 7.5px;
   border-radius: 7.5px;
   background-color: #459adb;
   z-index: 2;
   margin-top: 11px;
   position: relative;
   margin-left: calc(100% + 21.1px);
}

.margin_m{
	margin-bottom: 9px;
}



.line_margin_d{
	margin-bottom:20px;
}

.line_margin_t{
	margin-top:20px;
}

.text_right_line{
	border-bottom: solid 3px #4bbcb1;
}

.footer_copyright{
    text-align: right;
    margin-bottom: 15px;
    padding-right: 4%;
}

.title_line{
	color: #459adb;
	font-size:22px;
	max-width: 65vw;
}

.title_quote{
	color: #459adb;
	font-size:22px;
}

.quotes_t{
	width:40px;
	height:40px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 15px;
	margin-left: 3px;
}

.author_quote{
	color: #d2d2d4;
	font-size:14px;
	text-align: center;
	margin-bottom: 20px;
	padding-left: 0px;
}

.author_quote_2{
	color: #d2d2d4;

}

.w_quote_bar{
	min-height:170px;
}

.dd_width{
	width:90vw;
}

.big_text_4{
	color:#4bbea3;
	font-size:15px;
}



.big_text_4:hover{
	color:#000;
}

.dd_width_sub{
	width:100% !important;
}



.text_quote{
	color:#4bbea3;
	font-size:17px;
	text-align: center;
	margin-bottom: 20px;
	float: left;
	padding-left: 0px;
}

.sub_title_line{
	color:#f7941c;
	font-size:17px;
}

.text_line{
	color:#000;
	font-size:14px;
	max-width: 65vw;
}

.middle_line{
	color:#459adb;
	font-size:30px;
	border-bottom: solid 3px #4bbcb1;
}


.a_text_title{
	margin-top:-26px;
}

.z_row{
	margin-left:0px!important;
	margin-right:0px!important;
}


.header_flex_min_width{
	min-width:10px;
}


.max_header{
	max-width:1200px;
	width:100%;
}


.max_footer{
	max-width:1200px;
	width:100%;
}


.no_padding_both{
	padding-right:0px!important;
	padding-left:0px!important;
}


.white_footer_link{
	font-weight:100!important;
	font-family: 'Hero_regular';
	color: white!important;
}

.hidden_area{
	display:none!important;
}

.down_ad{
	position:fixed;
	bottom:0px;
}

