
* {
	margin: 0;
	padding: 0
}
a{
	text-decoration: none;
}
body{
	font-family: 'Poppins', sans-serif;
}
img{
	width: 100%;
}
.paddl-none{
	padding-left: 0;
}
.paddr-none{
	padding-right: 0;
}
.paddl-15{
	padding-left: 15px;
}
.paddr-15{
	padding-right: 15px;
}
.container{
	padding: 0;
}
.row{
	padding: 0;
}
li{
	list-style: none;
}
.flex-box{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-center{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.justify-end{
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
}
.space-between{
	-webkit-box-pack: justify;   
	 -ms-flex-pack: justify;    
	 justify-content: space-between;
}
.logo{
	max-width: 247px;
}
.logo img{
	width: 100%;
}
.nav-wrap{
	position: fixed;
	left: 0;
	right: 0;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #fff;
	z-index: 999;
}
.sticky-header{
	box-shadow: 0px 6px 16px -3px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 6px 16px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 16px -3px rgba(0,0,0,0.75);
}
#onepage-nav li{
	padding: 0 15px;
}
#onepage-nav li a{
	display: block;
	line-height: 45px;
	text-decoration: none;
	font-weight: 500;
	color: #5E5E5E;
	font-size: 18px;
}
#onepage-nav li:last-child{
	padding-right: 0;
}
#onepage-nav li:last-child a{
	background-color: #5492C5;
  	border-radius: 5px;
  	color: #fff;
	  text-transform: uppercase;
	  padding:  0 25px;
}
#onepage-nav li:last-child a:hover{
	background: #33c7b8;
}
#onepage-nav li a.scroll.active{
	color: #333;
	position: relative;
}
#onepage-nav li a.scroll.active::before{
	position: absolute;
	content: "";
	bottom: -5px;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	width: 20px;
	height: 4px;
	background: #22c7b8;

}
#home{
	padding-top: 125px;
}
.home-left h1{
  margin: 0 0 4px;
  font-size: 51px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
}
.home-left p{
	margin: 4px 0px 28px 0;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #333;
}
.home-left img{
	max-width: 246px;
}
.home-right img{
	width: 100%;
}
.about{
	padding: 60px 0 108px 0;
	background-color: #eef3fa;
}
.about .title h1,
.explore .title h1,
.plan .title h1{
	opacity: 0.06;
  font-size: 150px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 12px;
  text-align: center;
  color: #333;
  margin: 0;
}
.about-left img{
	max-width: 580px;
	width: 100%;
	margin-top: 35px;
}
.about-right{
	padding-left: 15px;
}
.about-right h1{
	font-size: 50px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #333;
}
.about-right p{
	margin: 3px 0 0;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal;
	text-align: justify;
	color: #333;
}
.about-step{
	margin-top: 45px;
}
.about-step ul li{
	padding: 25px 30px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 5px;
}
.about-right .icon{
	width: 65px;
	height: 65px;
	margin-right: 28px;
	background-color: #5492c5;
	border-radius: 100%;
}
.about-step ul li .details {
	width: calc(100% - 93px);
}
.about-step ul li .details h5{
	margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #333;
}
.about-step ul li .details p{
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: justify;
	color: #333;
}
.about-step ul li:hover{
	background-color: #5492c5;
}
.about-step ul li:hover .icon{
	background-color: #fff;
}
.about-step ul li:hover .details p,
.about-step ul li:hover h5{
	color: #fff;
}
.about-step ul li.easy-use .icon{
	background-image: url('../images/easy-use.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.about-step ul li.easy-use:hover .icon{
	background-image: url('../images/easy-use-hover.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.about-step ul li.moniter .icon{
	background-image: url('../images/tablet.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.about-step ul li.moniter:hover .icon{
	background-image: url('../images/tablet-hover.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.about-step ul li.last-step .icon{
	background-image: url('../images/link.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.about-step ul li.last-step:hover .icon{
	background-image: url('../images/link-hover.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.explore,
.plan{
	padding: 60px 0;
}

.explore h1{
	margin: 0 0 25px;
	font-size: 51px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.18;
	letter-spacing: normal;
	color: #333;
}
.explore p{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
  color: #333;
  margin-bottom: 35px;

}
.explore-slider ul{
	background: url(../images/ipad-view.svg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 525px;
	overflow: hidden;
    padding: 27px 25px;
}
.explore-left img{
	max-width: 246px;
}
.explore-left{
	padding-left: 30px;
}
.plan .title p{
	text-align: center;
	margin: 0;
}
.plan{
	background-color: #eef3fa;
}
.price-block{
	transition: 1s;
	padding: 34px 17px 47px;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(218, 218, 218, 0.5);
	background-color: #fff;
	width: calc((100% / 3) - 23px);
}
.price-block:hover{
	transform: scale(1.06);
	box-shadow: 0 2px 3px 0 #dadada;
}	
.price-block h5{
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.83px;
  color: #333;
  position: relative;
  text-align: center;
}
.price-block h5::before{
	position: absolute;
	content: "";
	width: 20px;
	height: 2px;
	background-color: #5492c5;
	bottom: 0;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.price-block .price h4{
	text-align: center;
	margin: 22px 0 38px;
	font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
	font-size: 50px;
	letter-spacing: 1.67px;
	color: #333;
}
.price-block .price h4 span{
	font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.83px;
  color: #a1abba;
}
ul.plan-benifit li{
	margin-bottom: 15px;
}
ul.plan-benifit li p{
	background: url(../images/check-circle.png);
	background-repeat: no-repeat;
	background-size: 20px;
	padding-left: 32px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.38;
	letter-spacing: 0.67px;
	color: #333;
	margin: 0;
}
.plan-benifit{

	border-top: 1px solid #979797;
	padding-top: 30px;
}
.price-block button{
	margin-top: 10px;
	border-radius: 5px;
	background-color: #5492c5;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #f5f5f5;
	line-height: 60px;
	border:none;
	width: 100%;
}
.price-list{
	margin-top: 60px;
	-webkit-box-pack: justify;   
	 -ms-flex-pack: justify;    
	 justify-content: space-between;
}
.price-block:hover{
	background-color: #5492c5;
}
.price-block:hover h5,
.price-block:hover .price h4,
.price-block:hover .price h4 span ,
.price-block:hover ul.plan-benifit li p{
	color: #fff;
}
.price-block:hover ul.plan-benifit li p{
	background: url(../images/check-circle-white.png);
	background-repeat: no-repeat;
    background-size: 20px;
}
.price-block:hover button{
	background-color: #33c7b8;
}
.price-block:hover .plan-benifit{
	border-color: #fff;
}
.price-block:hover h5::before{
	background-color: #fff;
}
.plan{
	padding-bottom: 73px;
}
.contact-right{
	padding-top: 56px;
	padding-bottom: 56px;
	padding-left: 36px;
	background-color: #5492c5;
}
.contact-form{
	max-width: 675px;
}
.contact-form h3{
	text-align: center;
	margin-bottom: 50px;
	font-size: 42px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
}
.contact-form form .form-control{
	padding: 0;
	background: none;
	border:none;
}
.contact-form form .form-control input{
	background: none;
	border-radius: 5px;
  	border: solid 1px #b9c5cf;
	line-height: 58px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #ddd;
	width: 100%;
	margin-bottom: 25px;
	padding: 0 25px;
}
.contact-form form .form-control textarea{
	border: solid 1px #b9c5cf;
	padding: 	25px;
	font-size: 16px;
	color: #ddd;
	width: 100%;
	height: 150px;
	resize: none;
	margin-bottom: 50px;
	background: none;
	border-radius: 5px;
}
.contact-form form button{
	border-radius: 5px;
  background-color: #33c7b8;
  line-height: 60px;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  width: 100%;
  border: none;
  text-transform: uppercase;
}
.contact-form form button:hover{
	background-color: #fff;
	color: #33c7b8;
}
::-webkit-input-placeholder { /* Edge */
	color: #ddd;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ddd;
  }
  
  ::placeholder {
	color: #ddd;
  }
  footer{
	padding: 40px 0 0;
	background-color: #333;
  }
  footer .copyright p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 60px;
	letter-spacing: normal;
	color: #fff;
	text-align: center;
	border-top: 1px solid #fff;
	margin: 0;
  }
  .footer-logo,
  .footer-app {
	  max-width: 247px;
  }
  .footer-top{
	  padding: 20px 15px 40px;
  }
  .footer-menu{
	  width: auto;
  }
  .footer-menu ul li{
	  padding: 0 11px;
  }
  .footer-menu ul li a{
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	color: #fff;
	position: relative;
  }
  .footer-menu ul li a:hover{
	  color: #22c7b8;
  }
  .footer-menu ul li a:hover::before{
	position: absolute;
	content: "";
	background-color: #22c7b8;
	height: 4px;
	width: 20px;
	bottom: -15px;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.sub-plan{
	padding: 150px 0 100PX;
	background-color: #eef3fa;
}
.sub-plan h1{
	font-size: 51px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #333;
}
.sub-plan .sub-title{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.sub-plan .sub-title h3{
	margin: 0 0 0 15px;
	font-weight: 600;
	font-size: 22px;
}
.sub-plan .sub-title h3 span{
	margin: 0 5px;
}
.sub-plan-right .plan-benifit{
	border: none;
	padding:  45px 0px 0 35px ;
}
.sub-plan p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal;
	text-align: justify;
	color: #333;
	margin: 0;
}
.sub-plan img{
	max-width: 580px;
	margin-left: auto;
    display: block;
}
.sub-plan .row{
	margin-top: 50px;
}
.sub-form p{
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: justify;
	color: #333;
}
.sub-form .row{
	margin-top: 15px;
}
.sub-form .form-control{
	border: none;
	background: transparent;
	padding: 0;
	margin-bottom: 20px;
}
.sub-form .form-control input{
	width: 100%;
	border-radius: 5px;
	border: solid 1px #b9c5cf;
	line-height: 60px;
	padding-left: 20px;
	background: transparent;
}
.sub-form .form-control textarea{
	border: solid 1px #b9c5cf;	
	width: 100%;
	resize: none;
	height: 150px;
	border-radius: 5px;
	padding-left: 20px;
	padding-top: 20px;
	background: none;
}
.sub-form form input[type=submit] {
    max-width: 285px;
    line-height: 60px;
    border-radius: 5px;
    background-color: #5492c5;
    border: none;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f5f5f5;
    text-transform: uppercase;
    margin-top: 60px;
}
    .sub-form form input[type=submit]:hover {
        background: #33c7b8;
    }
.sub-form ::-webkit-input-placeholder { /* Edge */
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #333;
  }
  
.sub-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #333;
  }
  
.sub-form  ::placeholder {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #333;
  }
  .contact-left{
	  background: url(../images/contact.png);
	  background-repeat: no-repeat;
	  background-size: cover;
      background-position: center;
  }
  #payoutModal .modal-dialog{
	  max-width: 705px;
	  width: 100%;
	  border: none;
	  background: none;
  }
  #payoutModal .modal-dialog .modal-content{
	border: none;
	border-radius: 10px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	background-color: #fff;
  }

  .modal-dialog .success-popup,
  .modal-dialog .error-popup{
	  padding: 35px;
  }
  .modal-dialog .success-popup img,
  .modal-dialog .error-popup img{
	  max-width: 74px;
	  margin: 0 auto 25px;
  }
  .modal-dialog .success-popup p,
  .modal-dialog .error-popup p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.83px;
	text-align: justify;
	color: #333;
	margin-bottom: 50px;
  }
.modal-dialog .success-popup button,
.modal-dialog .error-popup button{
	margin: 0;
	max-width: 145px;
	line-height: 40px;
	border-radius: 4px;
  	background-color: #5492c5;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.58px;
	text-align: center;
	color: #fff;
	width: 100%;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
}
.modal-dialog .error-popup {
	display: none;
}
#return-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background: url(../images/up-arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.menu .menu-icon span{
	border: 2px solid #33c7b8;
	margin-bottom: 5px;
	display: block;
	width: 30px;
}


#menuToggle {
    display: none;
}
.menu-icon {
    display: none;
}
#onepage-nav li:last-child a.scroll.active{
	background-color: #22c7b8;
	color: #fff;
}
#onepage-nav li:last-child a.scroll.active::before{
	display: none;
}
@media only screen and (min-width:1201px) and (max-width: 1500px){
	.explore-slider ul{
		background-size: contain;
		max-width: 570px;
		margin: 0 auto;
		padding: 20px;
	}
	.slick-slide img{
		max-height: 375px !important;
	}
}
@media only screen and (min-width:1081px) and (max-width:1400px){
	.sub-plan .sub-form{
		padding-right: 25px;
	}
	.contact-right{
		padding-right: 36px;
	}
}

@media only screen and (min-width:1081px) and (max-width: 1200px){
	.explore .col-md-6 {
		width: 100%;
	  }
	  .explore-slider ul {
		max-width: 720px;
		margin: 0 auto;
	  }
}
@media only screen and (min-width:768px) and (max-width:1080px){
	.logo{
		max-width: 230px;
	}
	#onepage-nav li a,
	.about-right p,
	.about-step ul li .details p{
		font-size: 14px;
	}
	#onepage-nav li:last-child a{
		padding: 0 20px;
	}
	#onepage-nav li a{
		line-height: 35px;
	}
	.home-left h1,
	.about-right h1,
	.explore h1,
	.sub-plan h1{
		font-size: 30px;
	}
	.home-left p{
		font-size: 18px;
	}
	.about .title h1, .explore .title h1, .plan .title h1{
		font-size: 72px;
	}
	.about-step ul li .details{
		width: calc(100% - 93px);
	}
	.about-step ul li .details h5{
		font-size: 16px;
	}
	.about-step ul li{
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.about,
	.explore, 
	.plan{
		padding: 50px 0;
	}
	.explore .col-md-6 {
		width: 100%;
	}
	.explore-left{
		margin-top: 50px;
	}
	.explore h1 br{
		display: none;
	}
	.explore-left img{
		display: block;
		margin: 0 auto;
	}
	.price-block{
		width: calc((100% / 3) - 15px);
	}
	ul.plan-benifit li p{
		font-size: 14px;
	}
	.price-block .price h4{
		margin-bottom: 15px;
	}
	.price-block{
		padding-left: 10px;
		padding-right: 10px;
	}
	.price-block .price h4{
		font-size: 24px;
	}
	.price-block .price h4 span{
		font-size: 14px;
	}
	.price-block button{
		font-size: 16px;
		line-height: 40px;
	}
	.contact-right{
		padding: 15px;
	}
	.contact-form h3{
		font-size: 28px;
		margin-bottom: 15px;
	}
	.contact-form form .form-control input{
		line-height: 48px;
		font-size: 14px;
		margin-bottom: 15px;
	}
	.contact-form form .form-control textarea{
		margin-bottom: 25px;
	}
	.contact-form form button{
		font-size: 16px;
		line-height: 45px;
	}
	.footer-logo, .footer-app{
		max-width: 165px;
	}
	.footer-menu ul li a{
		font-size: 14px;
	}
	.footer-menu ul li{
		padding: 0 10px;
	}
	footer .copyright p{
		font-size: 12px;
	}
	.sub-plan{
		padding: 150px 0 50px;
	}
	.sub-plan .row{
		margin-top: 15px;
	}
	.sub-form p{
		margin-bottom: 15px;
	}
	.sub-form .col-md-6{
		width: 100%;
	}
	.sub-form .col-md-6.paddl-15{
		padding-left: 0;
	}
	.sub-form .col-md-6.paddr-15{
		padding-right: 0;
	}
	.sub-form{
		padding-right: 15px;
	}
	.sub-plan form.row{
		margin-top: 0;
	}
	.sub-form .form-control input{
		line-height: 45px;
	}
	.sub-form form button{
		margin-top: 10px;
		line-height: 45px;
	}
	.explore-slider ul{
		max-width: 720px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	footer .copyright p{
		font-size: 12px;
	}
	header{
		box-shadow: 0px 6px 16px -3px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0px 6px 16px -3px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 6px 16px -3px rgba(0,0,0,0.75);
	position: relative;
	}
	.nav-wrap.sticky-header{
		position: fixed;
		top: 0px;
	}
	.logo{
		width: 200px;
		margin-left: 15px;
	}
	.nav-wrap{
		position: relative;
	}
    .menu {
        width: 100%;
        height: auto;
		background-color: #22c7b8;
		margin-top: 15px;
    }
    .menu ul {
        display: block;
        max-height: 0;
    	overflow: hidden;
    	-webkit-transition: max-height 0.3s;
    	-moz-transition: max-height 0.3s;
        -ms-transition: max-height 0.3s;
        -o-transition: max-height 0.3s;
    	transition: max-height 0.3s;
        /*Para fazer com que o menu saia da esquerda, você deve trocar max-height por max-width*/
        /*Para fazer com que o menu saia da direita, você deve trocar max-height por max-width e setar float: right*/
    }
    .menu ul a {
        text-align: left;
        width: 100%;
    }
    .menu-icon {
        display: block;
        position: absolute;
        top: 45px;
        right: 15px;
        line-height: 60px;
    }
    #menuToggle:checked ~ ul {
        max-height: 350px;
		padding-bottom: 15px;
        /*Para fazer com que o menu saia da esquerda ou direita, você deve trocar max-height por max-width*/
    }
    .menu-icon i {
        font-size: 1.7em;
    }
	.about .title h1, 
	.explore .title h1, 
	.plan .title h1{
		font-size: 50px;
	}
	#onepage-nav li a{
		color: #fff;
	}
	#onepage-nav li:last-child{
		padding-left: 0;
	}
	#onepage-nav li:last-child a{
		border-radius: 0;
		padding: 0 15px;
	}
	#onepage-nav li a.scroll.active{
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	#home{
		padding: 15px 15px;
	}
	.home-left h1,
	.explore h1,
	.sub-plan h1{
		font-size: 30px;
	}
	.home-left p{
		font-size: 18px;
	}
	.home-left{
		margin-bottom: 15px;
	}
	.about{
		padding: 50px 15px;
	}
	.about-right h1{
		font-size: 26px;
	}
	.about-right{
		padding-left: 0;
		padding-top: 15px;
	}
	.about-right p{
		font-size: 14px;
	}
	.about-step ul li.easy-use .icon,
	.about-step ul li.moniter .icon,
	.about-step ul li.last-step .icon{
		margin: 15px auto;
	}
	.explore, .plan{
		padding: 50px 0;
	}
	.explore-left{
		padding: 0 15px;
	}
	.explore-slider ul{
		margin-top: 15px;
		background-size: contain;
		margin: 0 auto;
		max-width: 385px;
		padding: 15px;
	}
	.slick-slide img{
		max-height: 249px;
	}
	.explore-slider{
		max-height: 285px;
	}
	.explore-left img{
		display: block;
		margin: 0 auto;
	}
	.price-block{
		width: calc(100% - 30px);
		margin: 0 auto 15px;

	}
	ul.plan-benifit li p{
		font-size: 14px;
	}
	.contact-left{
		min-height: 350px;
	}
	.contact-right{
		padding: 25px 15px;
	}
	.contact-form h3{
		font-size: 26px;
	}
	.contact-form h3{
		margin-bottom: 15px;
	}
	.contact-form form .form-control input{
		line-height: 48px;
		font-size: 14px;
		margin-bottom: 15px;
	}
	.contact-form form button{
		font-size: 16px;
	}
	.footer-logo, .footer-app{
		margin: 15px auto;
	}
	.footer-menu ul li{
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.footer-menu ul li a:hover::before{
		bottom: -5px;
	}
	.sub-plan{
		padding: 50px 15px;
	}
	.sub-plan p{
		font-size: 14px;
	}
	.sub-plan .row{
		margin-top: 15px;
	}
	.sub-plan .row .paddr-15{
		padding-right: 0;
	}
	.sub-plan .row .paddl-15{
		padding-left: 0;
	}
	.sub-form form button{
		margin: 0 auto 30px;
		line-height: 40px;
	}
	.sub-plan .sub-title{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sub-plan .sub-title h3{
		margin: 0 0 15px 0;
	}
	.sub-plan-right .plan-benifit{
		padding: 0;
	}
	#payoutModal .modal-dialog{
		width: 95%;
		margin: 50px auto;
	}
	.modal-dialog .success-popup p, .modal-dialog .error-popup p{
		font-size: 14px;
	}

}



