@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'BeVietnam-ExtraBold';
  src: url('../fonts/BeVietnam-ExtraBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/BeVietnam-ExtraBold.woff') format('woff'), url('../fonts/BeVietnam-ExtraBold.ttf')  format('truetype'), url('../fonts/BeVietnam-ExtraBold.svg#BeVietnam-ExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'BeVietnam-Regular';
  src: url('../fonts/BeVietnam-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/BeVietnam-Regular.woff') format('woff'), url('../fonts/BeVietnam-Regular.ttf')  format('truetype'), url('../fonts/BeVietnam-Regular.svg#BeVietnam-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
	background:#f8fbff;
	font-family: 'BeVietnam-Regular';
}
.main-banner{
    margin-top: 5%;
}

.banner-text h1{
	    font-family: 'BeVietnam-ExtraBold';
    color: #ed7d2b;
    font-size: 45px;
	}
	
.banner-text h3{	
	    color: #4a75cb;
    font-size: 22px;
}
.banner-text hr{
    border-top: 1px solid #434343;
}

.curated p{
	    color: #434343;
	}
.curated ul{
	padding-left:15px;
	}	
.curated ul li{
	    padding-bottom: 5px;
	    color: #434343;
	}
.form{
	    padding: 30px;
    box-shadow: 0px 0px 30px #d7d7d7;
	}		
.form form .form-group label{	
	color:#000000;
	    margin-bottom: 0;
	font-size: 13px;
}
.form form .form-group input{
    border-radius: 0px;
	background:none;
	border-bottom: 1px solid #434343;
    border-top: none;
    border-left: none;
    font-size: 14px;
	color: #ed7d2b;
    border-right: none;
    padding-left: 0;
}	
.form form .form-group input:focus{
    outline: 0px;
    box-shadow: none;
    border-bottom: 1px solid #ed7d2b;
}
.form p{
	font-weight: 600;
	color: #ed7d2b;
	}
.form hr{
	    width: 25%;
	    border-top: 1px solid #cccccc;
	}	
.form button{	
background: #ed7d2b;
    border: none;
    border-radius: 25px;
    padding: 10px 30px 15px;
    line-height: 1.3;
	    margin: auto;
    display: block;
}
.cur-mob{
	display:none;
	}
	
@media screen and (max-width:768px){
.cur-mob{
	display:block;
	margin-top: 7%;
	}
.cur-desk{
	display:none;
	}	
.banner-text hr {
    display:none;
}
.main-banner{
    margin-top: 0;
}
.banner-text h1 {
    font-size: 32px;
}
.banner-text h3 {
    font-size: 17px;
}
.logo img{
	    width: 25%;
	}	
.form {
    margin-top: 5%;
}	
	}	
	




