@charset 'UTF8';

body{
	background-color: #eef2ef;
}

section {
	margin: 30px 0px 30px 0px;
}

.label-bg {
/* 	background-color: #00b0f0; */
}

.wrap {
	width: 95%;
	max-width: 1236px;
	margin: 0 auto;
}

.product_example_box {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product_example {
	display: flex;
	width: 30.9%;
	height: 32rem;
    background-color: #ffffff;
    border-radius: 20px;
    margin-bottom: 5rem;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: 3px 3px 6px rgb(0 0 0 / 10%);
    justify-content: center;	
}

@media screen and (max-width: 650px) {
	.product_example {
		height: 10rem;
	}
}

.product_image {
	height: 150px;
    position: relative;
}

@media screen and (max-width: 650px) {
	.product_image {
		height: 45px;
	}
}

.product_icon_placer {
	margin-top: 25px;	
/*     justify-content: center; */
/*     display: flex; */
}

@media screen and (max-width: 650px) {
	.product_icon_placer {
		margin-top: 10px;
	}
}

.example_title h2 {
/* 	color: #1c3776; */
    font-size: 2.5rem;
    font-weight: bolder;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 63%;
    line-height: 1.3;
}

@media screen and (max-width: 650px) {
	.example_title h2 {
		font-size: 1rem;
    	top: 70%;		
	}
}

.example_title h3 {
    font-size: 1.6rem;
    font-weight: bolder;
    text-align: left;
    position: absolute;
    width: 100%;
    left: 10%;
    top: 78%;
    line-height: 1.3;
}

@media screen and (max-width: 650px) {
	.example_title h3 {
		display:none;
	}
}

.campaign_step {
	border-radius: 20px;
    padding: 20px 0px 20px 0px;
    background-color: #ffffff;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 10%);
    
}

@media screen and (max-width: 650px) {
	.campaign_step {
	 border-radius: 0px;
	}
}	

.procedure_box {
	text-align: center;
	margin-top: 20px;
}

@media screen and (max-width: 650px) {
	.procedure_box {
	margin-top: 10px;
	}
}	

.procedure_box h2 {
	font-size: 20px;
}

.border_bottom{
	border-bottom: 5px solid #d1d1d1;
	text-align: center;
	width: 70%;
	margin-left: auto;
    margin-right: auto;
   	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 650px) {
	.border_bottom {
	width: 85%;
	}
}	


.last {
	border: hidden;	
}

.step-content {
	width: 47.5%;
	display: flex;
	height: 40rem;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);	
    justify-content: center;
    padding-bottom: 15px;
}

.full_width {
	width:100%;
	height: auto;
}

.step-icon {
	height: 250px;
}

@media screen and (max-width: 650px) {
	.step-content {
		width: 100%;
		height : auto;
		padding-bottom: 0px;
		
	}
}

.step-pic {
    border: 2px solid #d1d1d1;
}

@media screen and (max-width: 650px) {
	.step-pic {
    border: 2px solid #d1d1d1;
    height: 90%;
	}
}

.step-text {
	font-size: 25px;
	top: 26%;
    position: relative;
    display: block;
}

@media screen and (max-width: 650px) {
	.step-text {
		display: none;
	}
}

.step-text-phone {
	display: none;
}

@media screen and (max-width: 650px) {
	.step-text-phone {
		display:block;
		margin-top: 25px;
    	font-size: 1.7rem;
    	margin-bottom: 25px;
	}
}

.login-signup-container {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.login-signup {
	width: 47.5%;
	height: 32rem;
    position: relative;
    display: grid;
    justify-content: center;
    place-items: center;
    margin-bottom: 30px;

}

.step-hold {
	text-align: center;
    text-align: -webkit-center;
    justify-content: center;
  	display: flex;
}

.step{
    background: #e1e1e1;
    width: 10%;
}

@media screen and (max-width: 650px) {
	.step {
	width: 33%;
	}
}	

.step-number{
	font-size: 30px;
}

.login-signup-img {
	height:150px;
}

@media screen and (max-width: 650px) {
	.login-signup-img {
	width: auto;
    height: 100px;
	}
}	

.login-signup:nth-child(1) {
	border-right: 5px solid #d1d1d1;
}


.login-signup h2 {
    font-size: 2.4rem;
	margin-bottom : 20px;
}

@media screen and (max-width: 650px) {
	.login-signup h2 {
    font-size: 1.4rem;

	}
}

.register-btn {
	background: #00b0f0;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 20px;
    user-select: none;
    -webkit-user-select: none;
    box-shadow: 0px 2px #0093d7;
    touch-action: manipulation;
    margin: 15px;
    width: 175px;
}

.color-orange{
	background: #ff8a36;
	box-shadow: 0px 2px #ff622d;
}

.color-blue{
	background: #00b0f0;
	box-shadow: 0px 2px #0093d7;
}


.login-signup .btn {
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 20px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin: 15px;
    width: 175px;
}

@media screen and (max-width: 650px) {
	.login-signup .btn {
	width: 145px;
    font-size: 15px;
	
	}
}
.campaigne-content{
	text-align: center;
}
.header-font {
    font-size: 4rem;
    color: #00b0f0;
    font-weight: bolder;
}

@media screen and (max-width: 650px) {
	.header-font {
	font-size: 1.5rem;
	}
}	

.header-font:after {
	display: block;
    position: relative;
    border-radius: 4px;
    background-image: linear-gradient(80deg, #05a9f4, #005bbe);
    content: "";
    left: calc(40% - 35px);
    width: 285px;
    height: 12px;
}

@media screen and (max-width: 650px) {
	.header-font:after {
	width: 85px;
	height: 6px;
	left: calc(47% - 35px);
	}
}	

.campaigne-content h2{
    font-size: 2rem;
    font-weight: bolder;
}

@media screen and (max-width: 650px) {
	.campaigne-content h2 {
	font-size: 1rem;
	}
}	

.content-margin {
	margin: 50px;
}

@media screen and (max-width: 650px) {
	.content-margin {
	margin: 15px;
	}
}	

.title_center {
	text-align: center;
	font-size: 4rem;
	font-weight: bolder;	
}

.title_white {
	color: white;
}

@media screen and (max-width: 650px) {
	.title_center {
	font-size: 2rem;
	}
}	

.sub_title{
	font-size: 2rem;
}

@media screen and (max-width: 650px) {
	.sub_title {
	font-size: 1rem;
	}
}	

.btn_link:hover {
	color: #004599;
	transform: scale(1.15);
}

.title_left {
	text-align: center;
	font-size: 4rem;
}

@media screen and (max-width: 650px) {
	.title_left {
	font-size: 2rem;
	display: none;
	}
}

.title_left_phone{
	display:none;
}	

@media screen and (max-width: 650px) {
	.title_left_phone {
	font-size: 2rem;
	text-align: center;
	display: block;
	}
}

.direct_link{
	border-radius: 20px;
	background-color: #00b0f0;
	text-align: center;
	color: white;
	padding: 30px;
	background-image: linear-gradient(80deg, #00b0f0, #004599);
}

.big_square_shape {
	  position: relative;
	  color: #333;
 	  display: inline-block;
  	  margin: 47px 0;
      text-shadow: 0 0 2px white;
}

.big_square_shape:before {
    content: "";
    position: absolute;
    background: #a9e1ff;
    width: 16rem;
    height: 16rem;
    top: 55%;
    left: 55%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-66%,-50%);
    z-index: -1;
    box-shadow: 74px -80px 0px -3rem rgb(0 106 255 / 25%);
}

@media screen and (max-width: 650px) {
	.big_square_shape:before {
		display:hidden;
	}
}

.underline_shape{
	background: linear-gradient(transparent 70%, #00b0f0 108%);
    font-size: 39px;
}

.square_shape {
	  position: relative;
	  color: #333;
 	  display: inline-block;
  	  margin: 47px 0;
      text-shadow: 0 0 2px white;
}

.square_shape:before {
    content: "";
    position: absolute;
    background: #a9e1ff;
    width: 62px;
    height: 62px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-66%,-50%);
    z-index: -1;
    box-shadow: 35px -36px 0px -11px rgb(0 106 255 / 25%);
}

.top-banner-show {
	cursor: pointer;
}
