@CHARSET "UTF-8";


.outterBody {
	position: absolute;
	text-align: center;
	top: 100px;
	z-index: 1;
	width: 100%;
	margin-bottom: 70px;
}

.outterBodyBackground {
	
	height: 240px;
	width: 100%;
	background-color: #333;
	border-radius: 0 0 50px 50px;
	z-index:11;
	position:fixed;
}
.outterBodyBackground-2 {
	position: fixed;
	height: 385px;
	width: 100%;
	background-image: linear-gradient(to right, #f3c400 0%, #fe6300 3%, #fd800a 6%, #fe2436 9%, #4150f9 11%, #2224fb 16%, #6be7ef 22%, #40e0f3 24%, #f3c400 28%, #fe6300 86%, #fe2436 90%, #7024b5 93%, #2224fb 95%, #6be7ef 98%, #f3c400 100%);
	border-radius: 0 0 50px 50px;
	z-index: 9;
}

.msg-container-landing {
	display: inline-block;
	text-align: left;
}

.available {
	font-size: 20px;
  	font-weight: bold;
  	color: black;
    padding: 5px 50px;
}

.available2 {
	font-size: 15px;
	color: black;
    padding: 5px 50px 15px 50px;
}

.browserremark{
	
	text-align: left;
	
}



/*
input[type=radio] {
	display: none;
	margin: 10px;
}

input[type=radio]+label {
	border: 2px solid #EBEDEB;
	padding: 10px 0px;
	width: 30%;
	display: inline-block;
	border-radius: 3px;
	font-size: 20px;
	margin-right: 8px;
	outline: none;
}

input[type=radio]:checked+label {
	border: 2px solid #3DA7D9;
}
*/


.home-img{
	/*width: 60%;*/
	width: 85%;
	border-radius:20px;
	box-shadow: 0px 3px 15px 5px rgba(0,0,0,0.16);
	margin-bottom:30px;
	max-width:1400px;
}
.brand-img{
	width: 240px;
}

.btn-container-landing {
	margin-bottom: 150px;
	display: inline-block;
	width:100%;
	max-width:1400px;
}


.btn {
    border: 1px solid #BBBDBD;
    padding: 0px; 
    display: inline-block;
    background: #ffffff;
    width: 240px;
    height: 60px;
    border-radius: 8px; 
    font-size: 14px;
    margin-right: 8px;
    outline: none;
    cursor: pointer;
    word-wrap: break-word;
    padding-top: 40px;
    padding-bottom: 36px;
}


/* .fancybox-text{ */
	
/* 	font-size: 35px; */
/* 	color: #ffffff; */
/* /* 	width:1000px; */ */
/*  	margin:50px 100px 50px 100px; */
/* } */

.fancybox-img{
	position: relative;
	top: 19px;
}

#facebook_like p{
	
	font-size: 35px;
	color: #ffffff;
 	margin:0px 100px 0px 100px;
}

#facebook_like .next-btn{
	position: relative;
	text-align:right;
	cursor:pointer;
	font-size: 25px;
	color: #ffffff;
	
}

input[type=button] +label {
   
    padding: 20px 20px;
    width: 35%;
    height:25px;
    display: inline-block;
    border-radius: 20px;
    font-size: 15px;
    color: #000000;
    margin-right: 8px;
    margin-bottom: 40px;
    outline: none;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
    vertical-align: middle;
    font-weight:600;
    
}