
@import url(https://fonts.googleapis.com/css?family=Asap|Courgette|Source+Sans+Pro|Open+Sans);

/*************start*************/
img {
	max-width:100%;
	display:inline-block;
}
body {
	font-family: Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p{
	margin:0px;
	padding:0px;
	font-weight: normal;
	line-height: 100%;
}
a:hover, a:focus{
	text-decoration:none;
}
.desktop_none{
	display: none !important;
}


/*************Hero Area start*************/

.hero_area{
	padding: 70px 0px 90px;
	background: url(../images/hero-bg.png) center center no-repeat;
	background-size: cover;
}
.hero_area_container{
	max-width: 1024px;
	margin: 0 auto;
}
/*.hero_area_container .col-md-5, .hero_area_container .col-md-7{
	display: flex;
	align-items: center;
}*/
.hero_title{
	width: 100%;
	text-align: center;
}
.hero_form_box{
	background: #f3f2f2;
	padding: 40px 40px;
	border-radius: 10px;
}
@media only screen and (min-width: 991px) {
	.hero_form_box{
	   width: 450px;
	}
}

.hero_form_title{

}
.hero_form_title h3{
	font-size: 34px;
	color: #252525;
	font-weight: 700;
}
.hero_form{
	padding-top: 30px;
}
.custom_input input{
	padding: 13px 16px;
    padding-left: 45px;
    border: solid 3px #f78d0d;
    background-color: #fff;
    border-radius: 10px;
/*    user-select: none;*/
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}
.custom_input .form-control:focus {
    border-color: #5e476d;
	box-shadow: 0 0 0 0.25rem rgb(94 71 109 / 50%);
}
.form_btn{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

.continue_btn{
	width: 100%;
	height: 50px;
	text-align: center;
	background: #f78d0d;
	border-radius: 5px;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
}
.continue_btn:hover{
	background: #5e476d;
	color: #fff;
}
.continue_btn span{
	vertical-align: middle;
}
.continue_btn img{
	vertical-align: middle;
	margin-left: 2px;
}
.back_btn{
	font-size: 14px;
	color: #b1b1b1;
	font-weight: 500;
	height: 40px;
	text-decoration: underline;
	margin-right: 20px;
}
.step2-container .continue_btn{
	width: 60%;
}

.hero_brands{
	padding-top: 30px;
	text-align: center;
}
.hero_form_txt{
	padding-top: 30px;
}
.hero_form_txt label{
	font-size: 12px;
	color: #252525;
	line-height: 18px;
}

.hero_form_area_body{
	/* padding: 10px 30px;*/
}
.form_item{
	padding-top: 15px;
}
.label_txt{
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	padding-bottom: 10px;
}
.label_txt span{
    color: #f78d0d;
}

/*************
Custome select Area Start
*************/

.modal_area .custom-select {
	margin-top: 50px;
}

.custom-select {
	position: relative;
	background: none;
	padding: 0;
	display: block;
	width: 100%;
	border-radius: 4px;
	border: none;
}
.custom-select select {
	display: none;
}
.tic_select{
	position: relative;
}
.tic_select_img{
	position: absolute;
	top: 13px;
	left: 15px;
	z-index: 20;
}
.select-selected:before {
	position: absolute;
	content: "";
	top: 0;
	right: 50px;
	width: 1px;
	height: 100%;
	background: #f78d0d;
}
.select-selected:after {
	position: absolute;
	content: "";
	top: 15px;
    right: 15px;
	width: 20px;
	height: 20px;
	background: url(../images/angle-down.png) center center;
	background-size: 18px;
}
.select-selected.select-arrow-active:after {
	transform: rotate(180deg);
}
.select-items div,.select-selected {
	padding: 13px 16px;
	padding-right: 50px;
	border: solid 3px #f78d0d;
	background-color: #ffffff;
	border-radius: 10px;
	cursor: pointer;
	user-select: none;
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	color: #000000;
}
.tic_select .select-selected {
	padding-left: 45px;
	white-space: nowrap;
	overflow: hidden;
  	text-overflow: ellipsis;
}
.select-selected{
}
.select-items div{
	border: none;
	box-shadow: 0px 0px 0px #fff;
	border-bottom: solid 1px #f78d0d;
	font-size: 15px;
	font-weight: 500;
	color: #000000;
	font-style: normal;
	line-height: 24px;
	border-radius: 0px;
}
.select-items div:last-child{
	border: none;
}
.select-items {
	position: absolute;
	background-color: #ffffff;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	margin-top: 10px;
	overflow: hidden;
	padding: 10px 24px;
	border: solid 1px #f78d0d;
	border-radius: 10px;
    max-height: 500px;
    overflow-y: auto;
}
.select-hide {
	display: none;
}
.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

.label_txt.error{
    color: red;
}

.tic_select_img .valid{
    display: inline-block;
}
.tic_select_img .invalid{
    display: none;
}
.tic_select_img.error .valid{
    display: none;
}
.tic_select_img.error .invalid{
    display: inline-block;
}
.invalid-message{
    color: #ffb400;
    font-weight: 600;
    display: none;
}

.step2-container, .step3-container{
    display: none;
}


/*************Gallery Area start*************/

.gallery_area{
	padding: 60px 0px 100px;
}
/*.gallery_area .col-md-6{
	display: flex;
	align-items: center;
}*/
.gallery_content{
	max-width: 430px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0px;
}
.gallery_content h4{
	font-size: 24px;
	color: #5e476d;
	line-height: 34px;
	padding-top: 10px;
}
.gallery_content p{
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	padding-top: 10px;
}
.gallery_picture{
	text-align: center;
}
.gallery_item{
	padding-top: 40px;
}


/*************Footer Area start*************/

.footer_area{
	background: url(../images/footer_bg.png) center center no-repeat;
	background-size: cover;
	padding: 50px 0px;
}
.footer_content{
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}
.footer_content h4{
	max-width: 635px;
	margin: 0 auto;
	font-size: 28px;
	color: #d0d0d0;
	line-height: 38px;
	text-transform: uppercase;
	position: relative;
}
.footer_content h4:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #777777;
	margin-top: -1px;
}
.footer_content h4 span{
	display: inline-block;
	background: #11100e;
	padding: 5px 15px;
	position: relative;
	z-index: 10;
}
.footer_content p{
	font-size: 20px;
	color: #d8d8d8;
	line-height: 30px;
	padding-top: 25px;
}
.footer_btn_btn{
	width: 100%;
	max-width: 340px;
	height: 50px;
	text-align: center;
	background: #f78d0d;
	border-radius: 5px;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 25px;
}
.footer_btn_btn span{
	vertical-align: middle;
}
.footer_btn_btn img{
	vertical-align: middle;
	margin-left: 2px;
}
.footer_btn_btn:hover{
	background: #5e476d;
	color: #fff;
}
.copyright_area{
	padding-top: 120px;
	text-align: center;
}
.copyright_area p{
	font-size: 12px;
	color: #d8d8d8;
	line-height: 20px;
}
.copyright_area p a{
	font-size: 12px;
	color: #d8d8d8;
	line-height: 20px;
	text-decoration: none;
}
.copyright_area p a:hover{
	text-decoration: underline;
}
.copyright_area p span{
	padding-left: 10px;
	padding-right: 10px;
}

/**** modal content *****/
.modal-body p{
	padding: 5px;
	margin-bottom: 15px;
	line-height: 1.5
}

/*************end*************/