@import url(https://fonts.googleapis.com/css?family=Muli);
@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url('fonts.css');

.OfferTable{
  background-color: darkslateblue !important;
}

li .image{
	border-radius: 10px;
	border: 2px solid brown;	
}

p{
	font-family:Questrial !important;	
}

#main-header #top-area .had_backk .container{
	width:1110px !important;	
}

.point_bg , .point_bg_full{
	border-radius: 13px;
}


/* Overriding Classes */
.Search_det_title{
	padding:10px;
	color:#FFFFFF !important;
	font-size: 13px;
}
.Search_det_title span {
  color: #EFD3C5 !important;
}

.search_area{
	width:100% !important;
	margin-top: 5px;
	text-align: center;
	
}
.Search_fild {
	border: 1px solid #A52A2A !important;
	background: rgba(237, 237, 237, 0) !important;
	font: 14px 'Questrial' !important;
}
.Search_det_title{
	font: 13px 'Questrial' !important;
}
.planBtm Table td {
	font: 14px 'Questrial' !important;
}

.header_dp .header_inner{
  margin: 0 auto;
  width: 84%;
}

.Nearby_lising_box{
background-color:beige;
border-radius: 7px;

}
/* Overriding Classes */
.mainbody{
	width:270px;
	margin-left:10px;
	height:300px;
}
.overribbon{
	background:#A52A2A;
	width:292px;
	height:40px;
	position:absolute;
	top:22px;
	border-radius: 6px;
}


.footerlink{
	text-align:center;
	margin-top:20px;
}

section .octitle{
	font-size: 18px;
}

section.top-areas{
	font-family: phrfont;
}

section.top-areas h3{
	font-size: 18px;
	font-weight: bold;
}

section.top-areas ul{
	list-style: none;
	column-count: 2 !important;
	padding: 0px 15px 0px 15px;
}

section.top-areas ul li{
	border-top: 1px solid grey;
	font-size: 15px;
	/*padding: 4px;*/
}

section.top-areas ul li span{
	float: right;
	background-color: #c82021;
}

section.oc-section{
	padding: 10px 20px 10px 20px;
}

section.oc-section ul{
	list-style: none;
	padding: 0px 15px 0px 15px;
	column-count: 7;
}

section.oc-section ul li{
	border-top: 1px solid rgba(128, 128, 128, 0.23);
	font-size: 15px;
	/*padding: 4px;*/
}

.loginBtn {
	box-sizing: border-box;
	position: relative;
	/* width: 13em;  - apply for fixed size */
	/*margin: 0.2em;*/
	padding: 0 15px 0 46px;
	border: none;
	text-align: left;
	line-height: 36px;
	white-space: nowrap;
	/*border-radius: 0.2em;*/
	font-size: 12px;
	color: #FFF;
}
.loginBtn:before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 100%;
}
.loginBtn:focus {
	outline: none;
}
.loginBtn:active {
	box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
	background-color: #4C69BA;
	background-image: linear-gradient(#4C69BA, #3B55A0);
	/*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
	text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
	border-right: #364e92 1px solid;
	background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
	background-color: #5B7BD5;
	background-image: linear-gradient(#5B7BD5, #4864B1);
}

#fbGetAgent{
	margin-top: 15px !important;
	font-size: 17px;
}

#fbLoginTop{
	line-height: 30px;
	margin-top: 10px;
	cursor: pointer;
}

/*HomePage Questions Slider*/

#rebateslider{
	border: 2px solid rgba(229, 11, 11, 0.64);
	min-height: 300px;
	width:700px;
}

.slider-container{
	justify-content: center;
	display: flex;
	text-align: center;
}

.sfh-input-wrapper {
	position: relative;
}

.sfh-input-wrapper #sfh-get-started {
	float: left;
	width: 100%;
	padding-left: 5px;
	font-size: 20px;
	/*border-radius: 5px 0 0 5px;
  font-size: 18px;*/
}

.sfh-input-wrapper #sfh-input-button {
	width: 100%;
	background: #27AE60;
	border-color:#00893C;
	color: #fff;
	border: none;
	margin-top: 10px;
}

.sfh-input-wrapper input {
	height: 50px;
}

.sfh-screen {
	min-width: 280px;
}

.sfh-screen div h1{
	text-align: center;
}

.sfh-flow-container {
	overflow: hidden;
	position: relative;
	min-height: 450px;
	background-color: rgba(255, 255, 255, .9);
	max-width: 960px;
	padding: 15px 30px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.sfh-nav {
	color: #0074e4;
	cursor: pointer;
}

.sfh-arrow-left {
	height: 100%;
	position: absolute;
	vertical-align: middle;
	line-height: 10;
	font-size: 40px;
	left: 5px;
}

.sfh-arrow-right {
	height: 100%;
	position: absolute;
	vertical-align: middle;
	line-height: 10;
	font-size: 40px;
	right:5px
}

.sfh-flow-content {
	width: 90%;
	color: black;
	position: absolute;
	/*padding: 10px 75px 10px 75px;*/
	margin-top: 15px;
}

.sfh-icon-container {
	width: 135px;
	color: #0074e4;
}

.sfh-icon-wrapper {
	height: 90px;
	width: 90px;
	border: 2px solid #0074e4;
	border-radius: 50%;
	position: relative;
	margin-bottom: 5px;
	margin-left: 25px;
}

.sfh-icon {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 100%;
}

.sfh-icon svg {
	fill: #0074e4
}

.sfh-icon-text p {
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

.sfh-form-field {
	float: left;
	width: 140px;
	cursor: pointer;
}

.sfh-form-field-wrapper {
	justify-content: center;
	display: flex;
	flex-flow: row wrap;
	margin-top: 42px !important;
}

.sfh-form-field:hover .sfh-icon-container .sfh-icon-wrapper {
	background: rgba(0, 116, 228, 0.12);
}

.sfh-form-field:hover .sfh-icon-container .sfh-icon-text {
	color: #7BC0FF
}

.sfh-flow-content h1 {
	font-size: 2.5em;
	margin-bottom: 40px;
	font-weight: 100;
	font-family: 'Catamaran', sans-serif;
	color: darkslategray;
}

.sfh-input-selected {
	background: #0074e4;
	color: white;
}

.sfh-input-selected .sfh-icon svg {
	fill: white
}

.screen-subtitle {
	margin-top: -30px;
	margin-bottom: 45px;
	font-size: 18px;
}

.sfh-form-input-wrapper {
	height: 50px;
	position: relative;
}

.sfh-form-input-wrapper input {
	position: absolute;
	left: 0px;
	height: 50px;
	padding-left: 20px;
	font-size: 20px;
	width: 100%;
}

.sfh-form-input-wrapper a {
	position: absolute;
	left: 5px;
	top: 8px;
	font-size: 22px;
	color: #272c2f;
}

.sfh-form-next-wrapper {
	margin-top: 70px;
}

.sfh-form-next-wrapper .sfh-next-btn {
	display: block;
	padding: 1em 2em;
	width: 100%;
	max-width: 300px;
	margin: 10px auto 0;
	line-height: 22.5px;
	height: 50px;
	border: none;
	background: #0074e4;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	white-space: normal;
}

.sfh-form-multiinput-wrapper {
	width: 300px;
	margin-left: -53px;
}

.sfh-form-multiinput-wrapper .primary-input {
	height: 50px;
	float: left;
}

.sfh-form-multiinput-wrapper .secondary-input {
	height: 50px;
	width: 94px;
	float: left;
}

.sfh-input-left {
	position: relative;
}

.sfh-input-left input {
	position: absolute;
	left: 0px;
	padding-left: 20px !important;
	font-size: 19px;
	width: 240px;
}

.sfh-input-left span {
	position: absolute;
	left: 12px;
	top: 13px;
	font-size: 19px;
}

.sfh-input-right {
	position: relative;
}

.sfh-input-right input {
	position: absolute;
	font-size: 19px;
}

.sfh-input-right span {
	position: absolute;
	right: 65px;
	top: 10px;
	font-size: 19px;
}

[disabled]{
	background: #27AE60 !important;
	cursor: not-allowed !important;
	opacity: 0.6;
}
.fbbtn{
	margin-top: 8px;
	width: 100%;
}

.main-screen-subtitle{
	display: flex;
	justify-content: center;
	padding-top: 10px;
	line-height: 30px;
	text-align: left;
}

.floatSlider{
	width: 400px;
	height: 325px;
	position: absolute;
	top: 75px;
	right: 0px;
	background: rgb(200, 32, 33);
	z-index: 9999999;
}

.floatSlider .sfh-screen div h1{
	color:white;
}
.floatSlider .sfh-screen div .sfh-icon-container{
	color: white !important;
}
.floatSlider .sfh-screen div .sfh-icon-wrapper{
	color: white !important;
	border: 2px solid white !important;
}

.floatSlider .sfh-screen div .sfh-icon-text p{
	font-size: 16px;
}
@media only screen
and (max-device-width: 600px){
	.sfh-landing-form .main-screen{
		padding: 15px 20px;
	}
	.sfh-landing-form{
		height: 100%;
		padding: 80px 0 0 0;
	}
	.sfh-landing-form h1 {
		font-size: 38px;
	}
	.sfh-flow-content h1 {
		font-size: 2.0em;
	}
	.sfh-flow-container {
		overflow-y: scroll;
	}
	.sfh-form-field-wrapper {
		height: auto;
		flex-flow: wrap;

	}
	.main-screen-subtitle{
		font-size: 20px;
		line-height: 23px;
	}
	section.oc-section ul{
		list-style: none;
		padding: 0px 15px 0px 15px;
		column-count: 3;
	}
}
