/* Space out content a bit */
body {
	padding-top: 160px !important;
	letter-spacing:0px !important;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header, .marketing, .footer {
	padding-left: 15px;
	padding-right: 15px;
}
/* Custom page header */

/* Make the masthead heading the same height as the navigation */
.header h3 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 40px;
	padding-bottom: 19px;
}
/* Custom page footer */
.footer {
	padding-top: 19px;
	color: #777;
	border-top: 1px solid #e5e5e5;
}


/* Customize container */
@media (min-width: 768px) {
.container {
	max-width: 1100px;
}
}
.container-narrow > hr {
	margin: 30px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}
/* Supporting marketing content */
.marketing {
	margin: 40px 0;
}
.marketing p + h4 {
	margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
/* Remove the padding we set earlier */
  .header, .marketing, .footer {
	padding-left: 0;
	padding-right: 0;
}
/* Space out the masthead */
  .header {
	margin-bottom: 30px;
}
/* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
	border-bottom: 0;
}
}
/*side menu css*/
.mini-submenu {
	display:none;
	background-color:#BCBCBC;
	padding: 10px;
	/*position: relative;*/
  width: 42px;
  padding-bottom:9px;
}
.mini-submenu:hover {
	cursor: pointer;
}
.mini-submenu .icon-bar {
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
	margin-top: 3px;
}
.mini-submenu .icon-bar {
	background-color: #fff;
}
#slide-submenu {
	background: rgba(0, 0, 0, 0.45);
	display: inline-block;
	padding: 0 8px;
	border-radius: 4px;
	cursor: pointer;
	color:#fff;
}
/*side menu css*/
.bg_img {
	text-align: center;
}
.bg_img img {
	width: 100%;
	max-width:75%;
}
.copy_footr {
	background: #3F4546;
	padding: 5px 0px;
}
.footer {
	font-size: 13px;
	color: #fff;
	padding: 0px 15px;
	border:none;
}
.footer a {
	color:#fff !important;
}
.new_head {
	position: fixed;
	width: 100%;
	top: 0px;
	padding: 0px;
	margin: 0px;
	border: none;
	z-index:999999;
	background:#fff;
	padding: 5px 0px;
}
.city_drop {
	/*background-image: url(../img/city_drop-min.png);*/
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	/*min-width: 179px;*/
	text-align: center;
	padding:0px 0px 0px 1px;
}

select#cities, .custome-select {
	/*background: url(../img/br_down.png) no-repeat right;*/
	background-image: url(../img/br_down-1.png) !important;
	background-repeat:no-repeat;
	background-position:right center !important;
	background-color:transparent !important;
	padding-right:20px;
	padding-left:10px;
	-webkit-appearance: none;
	/* border: none; */
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}
select#cities::-ms-expand, .custome-select::-ms-expand {
display: none;
}
.city_drop .inner-city {
    background-position: 2% !Important;
    padding: 1px;
    width: 100%;
    background: whitesmoke url(../img/br_down.png) no-repeat left !Important;
	background-position: 2% !IMPORTANT;
}

select#cities::-ms-expand {
display: none;
}
.city_drop > button.btn.dropdown-toggle {
	background-color: transparent;
	color: #21aad8;
	padding: 0px;
	font-size:18px;
}
.container {
	width: 95%;
	max-width: 95%;
}
.city_drop > button.btn.dropdown-toggle > span {
	transform: rotate(180deg);
	margin-left: 10px;
	vertical-align: top;
}
.city {
	padding-top: 15px !important;
	
}
.city_inner{width: 80%; padding-top: 15px !important;}
.sidebar {
	padding-top: 15px !important;
	position: fixed;
	right: 35px;
	z-index: 99;
	width:3%;
}
.sidebar .list-group {
    position: fixed;
    width: 26% !Important;
    right: 2.5%;
}
.new_head > div > div {
	padding: 0px;
}
a.sign_up_in span:nth-child(2) {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	vertical-align: text-top;
}
a.sign_up_in {
	text-decoration: none;
	font-weight: bold;
}
.sign_up_out > a > strong > span {
	text-align: center;
	padding-right: 10px;
}
.sign_up_out > a > strong > span i {
	width: 25px;
}
a.sign_out:hover {
	color:#fff !important;
}
.sign_out {
	text-decoration: none;
	background-color: #d43f3a;
	padding: 5px 10px;
	margin-left: 50px;
	color: #fff !important;
	border-radius: 5px;
}
.footer > div > div {
	padding: 0px;
}
.footer ul {
	margin:0px;
}
a.list-group-item > span > i {
	width:25px;
}
a.list-group-item > span {
	text-align: center;
	padding-right: 10px;
}
.serch_top {/*background:#E9E9E9;*/
	padding:10px 0px;
	margin-bottom: 0px;
	padding-bottom:0px;
}
.serch_top > .container {
	padding: 8px;
	background:#21aad8;
	border-radius: 10px;
}
.serch_top .form-group {
	margin-bottom:0px;
}
.serch_btn_lst button.btn {
	height: 34px !important;
	width:100%;
}
.serch_btn_lst button.btn {
	height: 34px !important;
	background: #3F4546 !Important;
	padding:0px;
}
.shortbtn{width:33%;}
.serch_btn_lst {
	padding: 0px;
	    /*min-width: 89px;*/
}
.select_d_h_f {
	padding: 0px 0px 0px 0px;
}
.search_first {
	padding-right: 0px;
	padding-left:0px;
}
.search_first .form-group > input {
	/*border-radius: 10px 0px 0px 10px !Important;*/
	border-radius: 0px !Important;
}
.select_d_h_f .form-group > select {
	border-left: 1px solid #21AAD8;
	background: #fff url(../img/br_down.png) no-repeat right;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position-x: 96%;
}
.serch_btn_lst .form-group > button.btn {
	/*border-radius: 0px 10px 10px 0px;*/
}
.logo img {
	height:63px;
	width:auto !important;
}
.new_head > .container {
	padding-bottom: 5px;
	padding:0px;
}
.menu-more {
	/*position: absolute;*/
	z-index: 999;
	width: 100%;
	position: relative;
	/*left:-1140px;*/
	    left: -1184px;
	width: 1260px;
}
.menu-more a {
	float:left;
	text-transform: uppercase;
	border: none;
	margin-bottom:10px;
}
#search_form .col-lg-2 {
	margin-right:-1px !important;
}
#search_form #name {
	box-shadow:none;
}

 @media (max-width: 767px) {
	 .sidebar{padding-top:5px !important;}
.sign_out {
	margin-left:10px;
}
/*forgot password start*/
.forgt_psss {
	/*width: 100%;
	margin: 0%;*/
}
.forgt_psss form#registration .col-md-12.col-sm-12.col-xs-12 label {
	/*width: 10%;
	float: left;*/
}
.forgt_psss form#registration .col-md-12.col-sm-12.col-xs-12 > .col-md-11.col-sm-12.col-xs-12 {
	/*width: 90%;*/
}
.forgt_psss form#registration button.btn {
/*	margin: 10px 0px;*/
}
/*forgot password end*/
form#cntct_frm > div > label {
	width: 10%;
	float: left;
}
form#cntct_frm > div > div {
	width: 90%;
	float: right;
}
form#cntct_frm {
	margin: 10px;
}

.login form.registration .col-md-12.col-sm-12.col-xs-12 > .col-md-11.col-sm-12.col-xs-12:first-child {
	margin-bottom:0px;
}

.register form.registration button.btn {
	margin: 10px 0px;
}
/*2-9-15 end*/

.footer .row.copy_footr .container div {
	text-align:center !important;
}
.register {
	/*width: 100%;*/
	margin: 0px auto;
}
.login {
	margin:  0px auto;
}
/*search css start*/
.col-lg-4.city {
	width:30%;
	float:left;
	top:17px;
	padding-left:15px;
	padding-top:0px !important;
}
.dropdown.city_drop {
	width:100%;
}
.col-lg-4.logo.text-center {
	width:35%;
	float:left;
}
.col-lg-4.logo.text-center img {
	width:auto;
	max-height:55px;
	max-width:none;
}
.col-sm-4.col-md-3.pull-right.sidebar {
	width:35%;
	float:left;
	right:15px;
	padding-top:5px !important;
}
.new_head > .container {
	width: 100%;
	max-width: 100%;
	padding: 0px;
}
.col-lg-9.search_first {
	width:50%;
	float:left;
}
.col-lg-9.search_first .form-group input {
	font-size: 12px;
	padding: 5px 5px;
}
.col-lg-2.select_d_h_f {
	width:35%;
	float:left;
}
.col-lg-2.select_d_h_f .form-group select {
	font-size: 12px;
	padding: 5px 5px;
}
.col-lg-1.serch_btn_lst {
	width:15%;
	float:left;
	min-width: 15%;
}
.serch_btn_lst .form-group > button.btn {
	padding: 5px 5px;
}

/*search css end*/


/*footer css end*/
.footer {
	padding: 0px;
	text-align:center;
	font-size:12px;
	position:initial !important;
}
/*footer css end*/

body {
	padding-top:140px !important;
	padding-bottom:0px;
}
.new_head {
	z-index:9999;
}
}
 @media (max-width: 991px) {
.sign_out {
	margin-left:10px;
}
}
 @media only screen and (min-width : 640px) and (max-width : 854px) {
/*2-9-15 start*/
.login {
	padding: 15px;
	/*width: 45%;*/
	float: none;
}
.register {
	padding: 15px;
	/*width: 45%;*/
	background: #f9f9f9;
	float: none;
}
/*2-9-15 end*/

/*1-9-15 new css header start*/
.col-lg-4.logo.text-center img {

}
.col-lg-4.city {
	width: 30%;
	float: left;
	top:17px;
	padding-left: 15px;
	padding-top: 0px !important;
}
.col-lg-4.logo.text-center {
	width: 35%;
	float: left;
}
.col-sm-4.col-md-3.pull-right.sidebar {
	width: 35%;
	float: left;
	right: 15px;
	padding-top: 5px !important;
}
.col-lg-9.search_first {
	width: 50%;
	float: left;
}
.col-lg-2.select_d_h_f {
	width: 35%;
	float: left;
}
.col-lg-1.serch_btn_lst {
	width: 15%;
	float: left;
}
/*1-9-15 new css header end*/

/*1-9-15 new css footer start*/
.row.copy_footr {
	font-size: 11px;
}
.row.copy_footr .container {
	width: 100%;
	max-width: 99%;
}
.row.copy_footr .container div {
	width:100%;
	text-align:center;
}
/*1-9-15 new css footer end*/
}
 @media only screen and (max-width: 568px) and (orientation: landscape) {
/*1-9-15 new css header start*/
.col-lg-4.logo.text-center img {
	width:50%;
}
.col-lg-4.city {
	width: 30%;
	float: left;
	padding-left: 15px;
	padding-top: 0px !important;
}
.col-lg-4.logo.text-center {
	width: 35%;
	float: left;
}
.col-sm-4.col-md-3.pull-right.sidebar {
	width: 35%;
	float: left;
	right: 15px;
	padding-top: 5px !important;
}
.col-lg-9.search_first {
	width: 50%;
	float: left;
}
.col-lg-2.select_d_h_f {
	width: 35%;
	float: left;
}
.col-lg-1.serch_btn_lst {
	width: 15%;
	float: left;
}
/*1-9-15 new css header end*/

/*1-9-15 new css footer start*/
.row.copy_footr {
	font-size: 11px;
}
.row.copy_footr .container {
	width: 100%;
	max-width: 99%;
}
.row.copy_footr .container div {
	width:100%;
	text-align:center;
}
/*1-9-15 new css footer end*/
}
 @media only screen and (min-width: 768px) and (max-width: 1024px) {
/*New Header Css Start*/
.city_inner{width:75%;}
.serch_top{width:95%;}
/*New Header Css End*/
.contact_fields > div input:nth-child(2) {
    width: 85%;
}
.contact_fields > div ul li {
    position: absolute;
}
/*forgot password start*/
.forgt_psss {
/*	width: 80%;
    margin-left: auto !Important;
    margin-right: auto !important;
    margin-top: 50px !important;*/
}
.forgt_psss form#registration .col-md-12.col-sm-12.col-xs-12 label {
	/*width: 10%;
	float: left;*/
}
.forgt_psss form#registration .col-md-12.col-sm-12.col-xs-12 > .col-md-11.col-sm-12.col-xs-12 {
	/*width: 90%;*/
}
.forgt_psss form#registration button.btn {
	/*margin: 10px 0px;*/
}
/*forgot password end*/
form#cntct_frm > div > label {
	width: 10%;
	float: left;
}
form#cntct_frm > div > div {
	width: 90%;
	float: right;
}
form#cntct_frm {
	margin: 10px;
}
.footer {
	display: none;
}
.col-lg-4.city {
	width: 30%;
	float: left;
	padding-left: 15px;
	padding-top: 0px !important;
}
.col-lg-4.logo.text-center {
	width: 35%;
	float: left;
}
.col-sm-4.col-md-3.pull-right.sidebar {
	width: 35%;
	float: left;
	right: 15px;
	padding-top: 5px !important;
}
.col-lg-9.search_first {
	width: 50%;
	float: left;
}
.col-lg-2.select_d_h_f {
	width: 35%;
	float: left;
}
.col-lg-1.serch_btn_lst {
	width: 15%;
	float: left;
}
.breadcrumbs.container {
	width: 95%;
	max-width: 95%;
}
body {
	padding-top: 150px !important;
}
.sidebar .list-group {
	max-height: 300px;
	overflow: scroll;
	position: fixed;
	right: 0px;
}
.sidebar .list-group::-webkit-scrollbar {
width:5px;
}
.sidebar .list-group::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 background-color: #21aad8;
}

.login form.registration .col-md-12.col-sm-12.col-xs-12 > .col-md-11.col-sm-12.col-xs-12:first-child {
	margin-bottom:0px;
}
.login form.registration .col-md-12.col-sm-12.col-xs-12 {
	/*margin-bottom:0px !important;*/
}

.register form.registration button.btn {
	margin: 10px 0px;
}
}
 @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
/*forgot password start*/
.forgt_psss {
    /*width: 80%;
    margin: 10% !important;*/
}

.forgt_psss form#registration button.btn {
	/*margin: 10px 0px;*/
}
/*forgot password end*/
form#cntct_frm > div > label {
	width: 10%;
	float: left;
}
form#cntct_frm > div > div {
	width: 90%;
	float: right;
}
form#cntct_frm {
	margin: 10px;
}

.login form.registration .col-md-12.col-sm-12.col-xs-12 > .col-md-11.col-sm-12.col-xs-12:first-child {
	/*margin-bottom:0px;*/
}
.login form.registration .col-md-12.col-sm-12.col-xs-12 {
	/*margin-bottom:0px !important;*/
}

.register form.registration button.btn {
	margin: 10px 0px;
}
}
