.banner.image {
    background: url(/images/domain-sale-bg.jpg) no-repeat center center;
    background-size: cover;
	height:331px;
	box-shadow:none !important;
}

.banner-content{
	background:#333;
}

.banner-h1-label{
	color:#fff !important;
	font-size:50px !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
}

.banner-span-label{
	font-size:50px;
	color:#fff;
}

.top-text{
	color:#37bc9b;
	font-size:25px;
}

.bottom-text{
	font-size:16px;
	text-decoration: underline;
	color:#fff;
}

.bottom-text:hover,.bottom-text:focus{
	text-decoration: underline;
	color:#e1e1e1;
}

.sosical-icons{
	border:2px solid #fff;
	border-radius:50%;
	display:inline-block;
	color:#fff;
	width:38px;
	height:38px;
	margin-right:10px;
}

.sosical-icons:hover{
	background:#fff;
	color:#333;	
}

.sosical-icons .fa{  
	line-height:34px;
}

.counter-content{
	min-height:364px;
	padding:20px 0px;
}

.counter-content .counter-box{
	border-radius:2px;
	border:1px solid #ccc;
	height:118px;
	vertical-align:middle;
	text-align:center;
	padding: 15px 0px;
}

.counter-content .counter-box h3{
	font-size:18px;
	color:#333;
	margin:0px;
}

.counter-content .counter-box span{
	font-size:50px;
	color:#333;
}

.form-content{
	background:#e6e9ed;
	height:auto;
	padding:65px 0px;
}

.form-content h3{
	font-size:30px;
	margin:0px;
}
.form-content span{
	font-size:20px;
}

.form-content .form-element{
	margin-top:20px;
}
.form-content .form-element .form-control{
	height:40px;
	border:1px solid #d2d5d9 !important;
	border-radius:2px;
}

.form-content .form-element .textarea-control{
	height:160px;
	resize:none;
	border:1px solid #d2d5d9 !important;
	border-radius:2px;
	width:100%;
}
.form-content .form-element .form-control:hover{
	height:40px;
	border:1px solid #d2d5d9 !important;
	border-radius:2px;
}

.top-arrow{
	width:38px;
	height:38px;
	border:2px solid #e6e9ed;
	color:#b0b0b0;
	border-radius:50%;
	background:#fff;
	display:inline-block;
	margin-top:-85px;
}

.top-arrow .fa{
	line-height:32px;
}

.search-box-content{
	background: rgba(0, 0, 0, 0.20);
    padding: 10px 0px;
    position: fixed;
    bottom: 0px;
    height: 200px;
    width: 100%;
}

.search-domain {
   position: relative;
}

.banner .banner-content .search-domain.input-group, .banner .banner-content .search-domain .input-group {
    border: 6px solid #060606;
    border: 6px solid rgba(6,6,6,0.3);
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.banner .banner-content .search-domain input {
    -ms-border-radius: 3px;
    border-radius: 3px;
    -ms-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -ms-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}


.search-domain input {
    padding: 7px 10px 7px 10px;
    font-weight: 300;
    font-size: 18px;
    color: #424242;
}

.btn.btn-query {
    height: 40px;
    width: 180px;
	background:#37bc9b;
}


.input-group-addon{
	color:#656d78;
	font-size:18px;
	border-radius: 3px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.search-domain .input-group{
	border: 20px solid rgba(6,6,6,0.3);
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.bottom-title{
	font-size:25px;
	color:#fff;
	font-weight:500;
}