#body{
	margin:0px;
	padding:0px;
	font-family: 'Roboto Condensed', sans-serif;
	background-color:#fff;
        font-weight: 500;
        font-size: 14px;
}

.state_edit, .state_new{  float: left;
  width: 100% !important;
}
h1{
	font-size: 35px;
	text-align: center;
}
p{
	padding: 0px 5px;
}
img{
	max-width:100%;
}

.header_inner{
	width:1150px;
	height:100%;
	margin:auto;
	max-width:100%;
}
.col_30{
	width:25%;
}
.col_70{
	width:75%;
}
.header_col{
	float:left;
}
.header_col ul{
	margin:0px;
}
.header_col li{
	padding:35px 13px;
	float:left;
	list-style: none;
        
}
.header_col a{
	text-decoration:none;
	color:inherit;
	padding:35px 5px;
}
.content_main{
	
	max-width:100%;
	float:left;
	width:100%;
	background-color: #fff; 
	margin-top: -5px;
}
.content_inner{
	background-color: #4E4D4D;
	background:rgba(0,0,0,0.7);
}
.col-10{
	width: 19%;
	float:left;
	margin:0.5%;
	box-shadow: 2px 2px 5px #888888;
}
.col-9{
	width:90%;
	margin:auto;
}
.col-7{
	width:60%;
	float:left;
	text-align:right;
}
.col-2{
	width:33.3%;
	float:left;
}
.col-3{
	width:40%;
	float:left;
}
.col-5{
	width:50%;
	float:left;
}
.content_inner_text{
	width:100%;
	margin:auto;
	color:#000;
	/**font-size:16px;**/
}
.col-7 .font_35{
	font-size:43px;
}
.col-7 .font_27{
	font-size:27px;
}
.col-7 .font_54{
	color:#000;
	font-size: 67px;
	font-weight: bold;
}
.col-3 .font_35{
	font-size:25px;
	float:right;
}
.col-3 .font_54{
	color:#000;
	font-size: 40px;
	font-weight: bold;
	float:right;
}
footer{
   left:0px;
   bottom:0px;
   width:100%;
   background:#000;
}

.content_button{
	    padding: 15px 45px;
    text-decoration: none;
    color: inherit;
    border: 1px solid #fff;
    border-radius: 3px;
    
    float: left;
    background-color: #c22b3b;
     
    cursor: pointer;
    -webkit-appearance: none;
    color: #fff;
}

.content_button:hover{
	/*box-shadow: 3px 3px 3px rgba(144, 144, 144, 0.5);*/
}

.call_no{
	padding: 15px 0px;
	border-radius: 3px;
	margin: 5px;
	float: left;
	font-size: 20px;
}

.col7_items {
	width: 600px;
	margin: 20px auto auto;
	float: right;
	max-width: 100%;
}

.app_block_outer{
	text-align: right;
	margin: auto;
	width: 570px;
	float: right;
	max-width: 100%;
}
.app_block{
	padding: 15px 13px;
	float: left;
}
.white_circle{
	background-color: #000;
	color: #fff;
	border-radius: 50%;
	padding: 16px;
	float: left;
	margin: 5px 20px;
}
.right_col{
	width: 405px;
	float: left;
	background: transparent url("../images/home-car.png") no-repeat scroll 0% 0%;
	height: 391px;
	margin-top: 70px;
	margin-left: 30px;
}
.foother_col_6{
	width:75%;
	color:#fff;
	float:left;
}
.foother_col_4{
	width:25%;
	float:left;
}
.footer_inner{
	width:85%;
	margin:auto;
}
.footer_text_blocks{
	padding:30px 0px;
	float:left;
	font-size:10px;
}
.footer_text_blocks a{
	padding:0px 5px;
	text-decoration:none;
	color:inherit;
}
.footer_social{
	margin: auto;
	width: 150px;
}
.footer_image_blocks{
	float: left;
	margin: 20px 5px;
}
#mobl_togl{
	display:none;
	background:url('../images/menu-icon.png') no-repeat;
	width:24px;
	height:20px;
	cursor: pointer;
	margin: 5px 20px;
}
.saff_background{
	color:#fff;
	background-color:#ff603b;
}
.head_logo_adj{
	display: block;
	width: 120px;
	margin-top: -10px;
	margin-bottom: -10px;
}
.saff_outer{
	width: 90%;
	border: 0;
	margin: auto auto 50px;
	background-color: #FFF;
	padding: 15px;
	box-shadow: none;
}
.saff_inner{
	width:47%;
	float:left;
}
.saff_inner img{
	max-width:100%;
}
input[type=text], input[type=password]{
	width: 90%;
	padding: 13px;
	border: 1px solid #8F8A8A;
	border-radius: 5px;
	/*box-shadow: 2px 2px 1px #DEDEDE;*/
}
.form_link_text{
	float: left;
	font-size: 12px;
	width: 28%;
	padding: 25px 6px;
}
.form_link_text a, .form_link_text_big a{
	text-decoration:none;
	color:#FF603B;
}
.form_link_text_big{
	float: left;
	font-size: 12px;
	width: 56%;
	padding: 10px;
}
.sign_in_button{
	background-color: #33b680;
	border: medium none;
	float: right;
	margin-top: -25px;
	margin-right: 0px;
	cursor: pointer;
	border-radius: 3px;
	padding: 5px 15px;
	color: #fff;
}

.logged_items{
	float: right;
	width: 50%;
	margin: 10px 0px;
	text-align: center;
}
.logged_item{
	width:20%;
	float:left;
}
.logged_item_active{
	background-color: #FF603B;
	color: #fff;
	border-radius: 3px;
}
.logged_item a{
	text-decoration:none;
	color:inherit;
}
.pick_items{
	width:850px;
	margin:auto;
	max-width: 100%;
}
.pick_item{
	width:25%;
	float:left;
	margin: 5px 0px;
}
.schedule_wb{
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	border: 8px solid #DDBE12;
	border-radius: 50px 50px 50px 50px;
	padding: 20px 80px;
	cursor: pointer;
}
.schedule_wb:hover{
	background-color:#080808;
}

.schedule_wb_pop{
	    display: inline-block;
    padding: 7px 50px 7px 50px;
    background: #c22b3b;
    border: 1px solid #6d040f;
    border-radius: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.schedule_wb_pop:hover{
	background-color:#080808;
}

.saff_grey_background{
	position:fixed;
	width:100%;
	background-color:rgba(0,0,0,0.9);
	z-index: 999999;
	left:0px;
	top:0px;
	bottom:0px;
	padding: 5% 10%;
	overflow: scroll;
}
.saff_outer_pop{
	width:320px;
	font-size:12px;
	color: #363535;
}
.orange_text{
	color: #de273b;
	font-weight: bold;
	font-size: 21px;
}
#pop_pick_date, #pop_pick_location, #pop_pick_vehicle, #pop_pick_package{
	display:none;
}
#pop_edit_location, #pop_edit_vehicle{
	display:none;
}
input[type=text], textarea{
	    width: 100%;
    padding: 8px 10px;
    border: 0;
    border-radius: 0;
    margin-bottom: 20px;
	border: 1px solid #cccccc;
}
.edit_loc_state,.add_loc_state{
	/*float: right;width: 184%;margin-right: -93px;*/
}

.select_region{
	    width: 62% !important;
}
  
select{
	width: 100%;
    padding: 9px 7px;
    border: 1px solid #cccccc;
    border-radius: 0;
    margin-bottom: 10px;
}
.pop_input_x_big{
	float:left;
	width:80%;
	margin-bottom: 10px;
}
.pop_input_big{
	float:left;
	width:50%;
	margin-bottom: 10px;
}
.pop_input_small{
	float:left;
	width:49%;
}
.pop_input_x_small{
	float:left;
	width:15%;
}
.pop_input_small input[type=text]{
	width:100%;
}
.brighten img {
    opacity: 1;
}

.brighten img:hover {
    opacity: 0.9;
}

.checkbox_button {
	margin: 4px 0.5%;
    background-color: #FFF;
    border-radius: 4px;
    overflow: auto;
    float: left;
    width: 24%;
    border: 1px solid #CCC;
    box-shadow: 2px 2px 2px #888888;
    font-size: 14px; 
}

.checkbox_button:hover {
    background:red;
	cursor:pointer;
	background: #E6E6E6;
	color:#fff;
}

.checkbox_button label {
    float:left;
	width: 100%;
	margin: 0px !important;
}

.checkbox_button label span {
    text-align:center;
    padding:3px 0px;
    display:block;
	cursor:pointer;
	padding: 5px 0px;
	color: #6b6b6b;
	font-size: 16px;
}

.checkbox_button label input {
    position:absolute;
	display: none;
}

.checkbox_button input:checked + span {
    background-color:#911;
    color:#fff;
}

.location_blocks{
	width: 23%;
    height: 219px;
    float: left;
    margin: 1%;
    border-radius: 20px;
    /* background-color: #A1A2A2; */
    text-align: center;
    cursor: pointer;
    color: #000;
    overflow: auto;
    box-shadow: none;
    /* border: 1px solid #fff; */
    border: 2px solid #c22b3b;
    -webkit-transition: margin 0.2s, box-shadow 0.5s;
    transition: margin 0.2s, box-shadow 0.5s;
}



.location_blocks label {
    float:left;
	width: 100%;
	margin: 0px !important;
}

.location_blocks label span {
    text-align:center;
    padding:3px 0px;
    display:block;
	cursor:pointer;
	padding: 5px 0px;
	color: #000;
	font-size: 15px;
}
.err_city,.err1_city{
	/*color: #000;
	display: none;*/
	    color: #f00;
    display: none;
    position: absolute;
    top: 29px;
    font-size: 14px;
    font-weight: 500;
    z-index: 9999999;
    text-align: right;
    right: 23px;
}
.location_blocks label input {
    position:absolute;
	display: none;
}

.location_blocks input:checked + span {
    background-color: #002F19;
    color: #000;
    height: 93%;
    background: transparent url(../images/tick-red-icon.png) no-repeat scroll 92% 99%;
    background-size: 34px 30px;
}

.quote_final_val {
    font-size: 23px;
    background-color: rgba(0,0,0,0);
    font-weight: bold;
}
hr{
	height: 2px;border: 0px;max-width: 100%;width: 100%;margin-top: 0px;
}
.price_list{
	width:90%;
	margin:auto;
}

.address_new{
	display:none;
}

.new_location_add{
	float: right;
	background-color: #FF603B;
	border: medium none;
	padding: 5px 20px;
	cursor: pointer;
	margin-right: 30px;
	color: #fff;
	font-size: 16px;
}
#selectaregion1 .pop_inner{border: 1px solid #ccc;}
#pop_pick_location input[type=text], #pop_pick_location textarea{
	padding: 8px;
	margin-bottom: 10px;
}
#pop_edit_location input[type=text], #pop_edit_location textarea{
	padding: 8px;
	margin-bottom: 10px;
}
#pop_edit_vehicle input[type=text], #pop_edit_vehicle textarea{
	padding: 8px;
	margin-bottom: 10px;
}

#block_actions{
	position: relative; 
	float: left;
	padding: 5px;
}
.block_actions_main{
	display:none;
	position: absolute;
    margin-left: 160px;
   /* margin-top: 12px;*/
}
.location_blocks_add{
	background-color: #fff;
}
/*.f1001, .f2001{
	background-color: #fda132 !important;
}
.f1002, .f2002{
	background-color: #04ae93 !important;
}
.f1003, .f2003{
	background-color: #fc3b32 !important;
}
.f1004, .f2004{
	background-color: #00a6d2 !important;
}
.f1005, .f2005{
	background-color: #AC05E9 !important;
}*/
.indexheadder{
    margin-top: -0.12em;
	display: inline;
    font-weight: bold;
	text-align:left;
}
.indexcontent{
    margin-top: 0.12em;
	text-align:left;
}
.main_dashboard{
	width:550px;
	max-width:100%;
	margin:auto;
}
.main_dashboard_menu{
	width:750px !important;
	max-width:100%;
}
.main_dashboard_items{
    display: block;
    float: left;
    margin: 0;
    width: 25%;
}
.my_orders_item{
	width: 350px;
	float: left;
	margin: 10px;
	max-width: 100%;
	box-shadow:none;
}
.my_orders_orange_heading{
	width: 100%;
	    top: 0px;
	    background-color: #c02b3a;
	    text-align: center;
	    left: 0px;
	    color: #fff;
	    padding: 10px 0px;
	    font-size: 15px;
}
.my_orders_orange_body{
	background-color:#fff;
	padding: 5px;
	min-height: 330px;
}
.input_like_message{
	text-align:left;width: 90%;
	padding: 13px;
	border: 1px solid #8F8A8A;
	border-radius: 5px;
	margin-bottom: 20px;
}
.schedule_right{
	width: 600px;
	float: right;
	margin: 10px 0px;
	max-width:100%;
}

.accordion {
   margin: 0px;  
   margin-top:0px;
   dt, dd {
      padding: 10px;
      border: 1px solid black;
      border-bottom: 0; 
      &:last-of-type {
        border-bottom: 1px solid black; 
      }
      a {
        display: block;
        color: black;
        font-weight: bold;
      }
   }
  dd {
     border-top: 0; 
     font-size: 12px;
     &:last-of-type {
       border-top: 1px solid white;
       position: relative;
       top: -1px;
     }
  }
}
dt{
	font-size: 20px;
    padding: 10px 15px;
    cursor: pointer;
    border: 1px solid #ad1b1b;
    box-shadow: 0;
    margin-bottom: 5px;
    border-radius: 5px;
    position: relative;
}
dt a{
	text-decoration: none;
	color: inherit;
	padding: 10px 0px;
	width: 100%;
}
.accordion img{
	float: right;
	padding: 5px;
	position: absolute;
    right: 5px;
    top: 19%;
}

.accordion dd{
	    padding-top: 5px;
    margin-left: 15px;
    padding-bottom: 10px;
}
.padding_90{
	padding-right: 90%;
}
.padding_85{
	padding-right: 85%;
}
.padding_80{
	padding-right: 80%;
}
.padding_75{
	padding-right: 75%;
}
.padding_70{
	padding-right: 70%;
}
.padding_65{
	padding-right: 65%;
}
.padding_60{
	padding-right: 60%;
}
.padding_55{
	padding-right: 55%;
}
.padding_50{
	padding-right: 50%;
}
.how_works_inner_items{
	float:left;
	width: 100%;
	padding: 5px;
	font-size:14px;
}

.my_orders_item ul {
        list-style-type: none;
    padding: 0px;
    margin: 0px;
    background: #fff;
    margin: 0px;
   /** width: 320px;**/
    margin-left: -30px;
    padding-bottom: 15px;
    padding-left: 13px;
   
}

.my_orders_item ul li {
	background-image: url("../images/menu-arrow.png");
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
	margin-top: 10px;
	margin-left: 15px;
}

#cust_details_show{
	border-radius: 0px !important;
	border:none;
	margin-top: 20px;
}

.or_line_outer{
	width:5%;
	float:left;
	text-align: center;
	height:300px;
}

.or_line_main{
	height: 120px; 
	border-left: 1px solid rgb(204, 204, 204); 
	width: 1px; 
	margin: auto;
	margin-top: 20px !important;
}

.service_close_butn{
	margin-top: -30px;
	float: right;
	margin-right: -30px;
	width: 30px;
}

.nex_pre_outer{
	width:300px;
	margin:auto;
}

.nex_pre_inner{
	float:left;
	width: 50%;
}

.screen_move{
	position: absolute;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.promo_code_btn{
	background-color: #CCC;
	border: medium none;
	padding: 5px 15px;
	border-radius: 5px;
	cursor: pointer;
}

#my_account_tab{
	position:fixed;
	/*margin-top:10%;*/
	right:0;
	background-color:#3A3A3A;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	cursor:pointer;
	width:150px;
	transition: width 0.2s;
	color:#fff;
	z-index: 999;
}
#my_account_tab:hover{
	width:170px;
}
#my_account_text{
	padding:10px;
}
#my_account_menu{
	display:none;
	width:150px;
	background-color:#3A3A3A;
	border-radius:5px;
	margin:5px;
}
#my_account_menu_items a{
	padding:5px;
	text-decoration:none;
	font:inherit;
	color:#fff;
	line-height:2;
	transition: padding 0.2s;
}
#my_account_menu_items a:hover{
	padding-left:10px;
	color:#FFAB00;
}

.my_profile_inner{
	width:73%;
	margin:auto;
}
.my_profile_inner input[type=text], #oldpwddiv input[type="password"], #newpwddiv input[type="password"]{
	width: 845px;
	max-width: 100%;
}
.hiw_app_images{
	float:left;
	padding:5px;
}

.date_pick_outer{
	width: auto;
	padding-left: 0;
}
.calendar_pick_outer{
	margin:auto;
	width:970px;
	max-width: 100%;
	text-align:center;
}
.saff_height{
	height:600px;
}
.cart_div_outer{
	width:300px;
}
.cart_div_inner{
	float:left;width:50%;
}
.saff_adj{
	width: 100%;
	margin: auto;
}
.pick_datetime_m_adj{
	margin: auto;
	width: 155px;
}
.schedule_mobile{
	display:none;
}
.location_blocks label span img{
	width: 50px;
	margin-top: -10px;
}
.add_button_adj{
	width:50px;
	margin-top: 50px;
}
.saff_outer_pop_close_adj{
	width:100%;
	float:left;
}
.saff_outer_pop_img_adj{
	display:block;
	width:10%;
	float:right;
}
.my_account_dialer{
	margin-top:60px;
}
.my_account_divider{
	display:none;
}
.home_space_breaker{
	margin-bottom:75px;
}
.my_orders_pop{
	margin:inherit;
}
.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 95%;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: Roboto;
  z-index: 100000 !important;
}
.my_maproot_pop{
	width: 560px;
	height: 500px;
	padding: 20px;
}
.my_mapclose_pop{
	width: 4.5%;
	margin: 0.25%;
}
.my_map_pop{
	width: 560px;
	height: 450px;
}
.package_qmark{
	position: relative;
	float:right;
	margin-top: -20px;
	padding-right: 5px;
}
.vehicle_type_block span img{
	width: 80px !important;
    margin-top: 0px !important;
}
.vehicle_type_block span p{
	font-size:28px;
	text-align:center;
	padding:0px;
	margin:0px;
}
.pwdopsdiv, .pwdopsdiv, .pwdopsdiv{
	text-align: left;
	font-size: 12px;
}
.menu_sub_blocks, .menu_sub_blocks_25{
	width:33.3%;
	float:left;
	text-align:center;
}
.menu_sub_blocks_25{
	width:25% !important;
}
.mobile_90_whatsapp{
	display:none;
}
#close{
	float:right;
	background-color: #fff;
	border: none;
	height: 25px;
	width: 30px;
	cursor: pointer;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.pop_inner{
	margin: auto;
	max-width: 100%;
	width: 800px;
}
.pop_inner_region{
	width: 350px;
}
/*.pop_inner_region:after{
    content: "";
    width: 0;
    height: 0;
    border: 8px solid rgba(0, 0, 0, 0);
    border-bottom-color: #ff603b;
    position: absolute;
    top: -16px;
    right: 15%;
    bottom: inherit;
    left: inherit;
}*/
.pop_desktop{
	display:block;
}
.pop_mobile{
	display:none;
}
.below_hw_img{
	display:none;
}
.scrollButton
{
    display: inline-block;
    padding: 7px 50px 7px 50px;
    background: #c22b3b;
    border: 1px solid #6d040f;
    border-radius: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.press_content{
  margin:0px;
  width: 100%;
}
.press_item{
	width: 300px;
	min-height: 260px;
	padding: 25px 45px 25px 45px;
	margin: 10px;
	background: #FFFFFF;
	    box-shadow: 1px 0px 8px 2px #e4e4e4;
	display: inline-block;
}
.press_item div {
   height: 80px;
}
.press_item a {
    text-decoration: none;
	color: #333333;
	height: 150px;
}
.press_item a:hover {
    text-decoration: underline;
	color: hotpink;
}
.press_item p{
	margin-top: 30px;
	line-height: 16px;
    text-overflow: ellipsis;
    max-height: 64px;
    overflow: hidden;
	text-align:left;
}
.diverhr {
    background: #ffe7ea;
    height: 1px;
    border: none;
    width: 100%;
    margin: 0px 0px 30px 0px;
    box-shadow: none;
}
.diverheadder {
padding:20px;
}
.diverheadder .font_27{
	font-size:27px;
	position:absolute;
}
.diverheadder .font_18{
	font-size:18px;
}
.breakdown {
	display: table;
	margin-top:30px;
	margin-bottom:30px;
	width: 100%;
	padding: 0 20px;
}

.region{text-transform: uppercase;cursor:pointer;}
/*custom style for select location i pop*/
.wd_40{width:38%; float:left;}
.wd_30{width:30%; float:left;}
.wd_40  h4{margin:0; margin-top: 2px;}
.wd_40  select{padding:2px; width:90%;}
.wd_20{width:20%; float:left;}
.wd_75{width:50%; margin:0 auto;}
.wd_75 button{    background: rgb(12, 191, 195) none repeat scroll 0% 0%;
    border: medium none;
    padding: 4px 12px;
    color: rgb(255, 255, 255);
    border-radius: 3px;
}
.ui-autocomplete{
	z-index: 999999 !important;
    position: absolute !important;
    font-family: 'Roboto Condensed', sans-serif !important;
}
#selectaregion{
width:100% !important;
padding:5% 0;
    /* background: none; */
}
.search_region{
	width:100%;position: relative;display: inline-block;padding:0px 2px;
}
#select_region{width:89%;height:29px;padding: 0px 10px;border-radius:2px !important;}
#select_region:focus{box-shadow: 0px 0px 7px #888888 !important;}
.submit_search{width:28%;padding: 8px 3px;color: #fff;font-weight:bold;background:#33b680;border-radius:2px;border:none;}
.iner_region{position:relative;float:right;right: 177px;border: 1px white solid;}
.top_cities{font-size: 17px;color: #fff;}
.top_city_value{font-size: 15px;line-height: 20px;color: #ffffff;}
.city_search{
    background-color: #c02b3a;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    padding: 15px;
    }
.select_city_close{
    font-weight: bolder;
	opacity: .5;
}
#selectaregion hr{
width:100%;
border:none;
border-top: 1px solid #e5e5e5;
}
.top_city_values{text-decoration: none; color:#ffffff; text-transform:uppercase; }
.icon_search{position:absolute;margin-left: -22px;
    margin-top: 7px; }
.img_all_city{
	width: 60px;
    height: 60px;
    border-radius: 300px;
}
.all_cities{
cursor:pointer; }
.all_cities_div{width:159px;float: left;text-align: center;margin: 10px;padding: 17px;cursor:pointer;color:black;border: solid 1px #ffe1e4;
	 -webkit-transition: border 0.5s; /* For Safari 3.1 to 6.0 */
    transition: border 0.5s;
}
.all_cities_div:hover{
	background: #fff;
	border:solid 1px #c22b3b;
}
/*.div-elements:hover{
	overflow-y: scroll; 
}
.div-elements{
	height:300px; 
	padding:45px; overflow:hidden;
}*/
.pick-city{
	    float: left;
    width: 25%;
    padding-left: 64px;
    padding-top: 28px;
    color: white;
}
.city-text-box{
	float:left;
	width:100%;
	padding-top: 19px;
}
.city-popup-close{
	cursor: pointer;
        position: relative;
        right: 5px;
        float: right;
        color: #fff;
}

@media(min-width:1400px){

	.location_block_adj, .vehicle_block_adj{
		width: 100%;
		margin: auto;
	}
	.content_main {
		padding-bottom:0px;
	}
	.below_hw_img{
		display:block;
		width: 1080px;
		background: transparent url("../images/carzippi_web_banner.png") no-repeat scroll 0% 0%;
		height: 273px;
		margin-top: 70px;
		margin: auto;
	}
	.schedules_home{
		padding: 25px 75px;
		font-size: 20px;
	}
	.col_home{
		width: 700px;
	}
	.white_circle{
		margin: 20px 20px;
	}
	.footer_text_blocks {
		font-size: 16px;
	}
	footer{
		/** height: 42px; **/
	}
	.footer_text_blocks {
		padding: 55px 0px;
	}
	.footer_image_blocks {
		margin: 50px 5px;
	}
	.header_col{
		height: 90px;
	}
}

@media(max-width:1100px){
	/*
	.header_col a {
		padding: 20px 30%;
	}
	*/
	.mobl_adj{
		float: left;
		padding-left: 5px;
	}
	#mobl_togl{
		display:block;
		float:right;
	}
	#mobl_togl_items{
		display:none;
	}
	.header_col a {
		padding: none;
	}
	#mobl_togl {
		margin-top: -30px;
	}
}
@media(max-width:1000px){
.col_box_section .col-md-6 {width: 50% !important;float: left;}
.iner_region{right:12%;}
	
	.col-7, .col-5{
		width: 100%;
		text-align: center;
	}
	.content_button {
		float:none;
	}
	.white_circle {
		float:none;
	}
	.col-10 {
	width: 45%;
	margin:8px;
	}
	.col-3, .col-2{
		width: 100%;
	}
	.right_col {
		text-align: center;
		width: 100%;
	}
	.col-3 .font_35, .col-3 .font_54{
		float: none;
	}
	.footer_inner {
		width: 100%;
	}
	.footer_text_blocks {
		font-size: 10px;
	}
	.checkbox_button{
		width: 49%;
    	float: left;
	}
	.app_block_outer {
		width: 100%;
		margin-top: 20px;
	}
	.col-3{
		display:none;
	}
	.register_margin_btm{
		height:auto !important;
	}
	.schedule_right {
		width: 520px;
		max-width: 100%;
		margin: 30px auto auto;
		margin-bottom: 50px;
	}
	.padding_65 {
		padding-right: 75%;
	}
	.padding_70 {
		padding-right: 0%;
	}
	
	.padding_75 {
		padding-right: 80%;
	}
	.col-3-mobile-enable{
		display:block !important;
		margin-bottom: 30px;
	}
	.how_works_inner_items {
		width: 100%;
	}
	.col-2{
		margin-bottom:50px;
	}
	.my_orders_item {
		width: 100%;
    		margin-top: 5px;
	}
	.my_orders_orange_body {
		min-height: 450px;
	}
	.date_pick_outer {
		padding-left: 100px;
	}
	.screen_move {
		 
		width: 70%;
	}
	.calendar_pick_outer{
		width: 700px;
	}
	.date_pick_outer {
		    width: auto !important;
    padding-left: 0;
	}
	.saff_height{
		min-height: 300px !important;
	}
	.location_block_adj{
		width:100%;
		margin:auto;
		/**height: 500px;**/
		/**padding-bottom: 150px;**/
	}
	.col7_items, .app_block_outer {
		float: none;
	}
	.location_blocks{
		width: 48%;
	    height: 175px;
	    float: left;
	    margin: 1%;
	    
	    position: relative;
	}
	.dashboard_wrapper .dashboard_items{
		margin: 10px;
		width: 215px;
		height: 215px;
		padding: 18px 0px 0px !important;
		float: left;
	}
	.dashboard_items p {
	text-align: center;
    font-size: 12px !important;
    font-weight: 600;
    margin-top: 5px !important;
	}
	.navbar_btm_innerpage li a {
    margin-left: 0px;
    font-size: 11px;
    line-height: 19px;
    margin-top: 6px;
    padding: 0px 9px;
}
	
	.location_blocks label span {
		font-size: 12px;
	}
	.location_blocks label span img{
		width: 60px;
		margin-top: -10px;
	}
	.location_blocks{
		font-size:12px;
	}
	#block_actions_main1002 {margin-top:0px !important; }
	.block_actions_main{
		margin-left: 99px;
       margin-top: 0px !important;
    right: 7px;
	}
	.location_blocks input:checked + span {
		    height: 158px;
   		 background: transparent url(../images/tick-red-icon.png) no-repeat scroll 91% 100% / 23px 20px;
	}	
	.blocks_actions_img{
		width: 15px;
	}
	#block_actions {
		padding: 5px 2px;
	}
	.add_button_adj{
		width: 50px;
	    	margin-top: 15px;
	}
	.app_block_inner{
		width: 370px;
		margin: auto;
	}
	.app_block img{
		max-width: 100%;
		width: 95px;
	}
	.breakdown {
	/*margin-left:20px;*/
	/*margin-right:20px;*/
	padding: 0 20px;
	margin-top:60px;
}
}
@media(min-width:768px) and (max-width:980px){
	.wd_40 h4 {
    font-size:12px;
	/*font-weight:normal;*/
	margin-top: 5px;
}
.div-elements {
    height: 300px;
    padding: 30px;
    overflow: hidden;
}
.all_cities_div {width: 155px;float: left;text-align: center;margin-bottom: 20px;padding: 17px;cursor: pointer;color: black;}
}
@media(min-width:401px) and (max-width:1418px){
	.wd_40{width:37%; }
	
.wd_20{width:20%; }

.wd_75{width:70%;}
.wd_40 h4 {
    margin: 5px 0;
}
}
@media(max-width:1300px){
.price_btn div {padding: 0px 5px !important}
.price_btn div img {width: 50px !important;}
}
@media(max-width:991px){
.sign_in_button {margin-top:-5px !important;}
.price_btn div {padding: 0px !important;font-size: 18px !important;}
.price_btn div img {width: 40px !important;}
}
@media(max-width:800px){
.home_space_breaker {
	margin-bottom:25px !important;
}
.navbar_btm_innerpage ul {
	float: right;
	margin: 0px;
}
.navbar_btm_innerpage li a {
    margin-right: 0;
    padding: 0px 7px !important;;
    }
.order-page h2 {margin-top: 0px !important;margin-left: auto !important;}
.my_maproot_pop{
	width: 450px;
	height: 500px;
	padding: 20px;
}
.my_map_pop{
	width: 450px;
	height: 450px;
}
	.header_col {
		width: 100%;
	}
	.header_col ul {
		margin-left: -40px;
		margin-top: -5px;
	}
	.header_col li {
		width: 100%;
		text-align: center;
		font-size: 18px;
		padding: 20px 0px !important;
		background-color: #fff;
	}
	.header_col li:hover {
		width: 100%;
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	/*
	.header_col a {
		padding: 20px 30%;
	}
	*/
	.mobl_adj{
		float: left;
		padding-left: 5px;
	}
	.foother_col_6 {
		width: 100%;
	}
	.footer_text_blocks {
		font-size: 18px;
		width: 100%;
		background-color: #000;
		text-align: center;
	}
	.footer_text_blocks a {
		padding: 30px 40%;
	}
	.footer_text_blocks span{
		display:none;
	}
	.foother_col_4 {
		width: 100%;
		float: left;
		background-color: #000;
	}
	#mobl_togl{
		display:block;
		float:right;
	}
	#mobl_togl_items{
		display:none;
	}
	.saff_inner{
		width:100%;
	}
	.pick_item{
		width:50%;
	}
	footer{
		display:block;
	}
	.header_col a {
		padding: none;
	}
	#mobl_togl {
		margin-top: -30px;
	}
	.tab_adj{
		padding: 15px 25px;
	}
	.or_line_outer {
		text-align: center;
		height: 20px;
		width: 300px;
		margin: auto;
		float: none;
	}
	.or_line_main {
		height: 1px;
		border-left: 1px solid #CCC;
		width: 125px;
		margin: auto;
		border-bottom: 1px solid rgb(204, 204, 204);
		float: left;
	}
	.or_text{
		float: left;
		margin: -9px 10px 0px;
	}
	#fg_membersite{
		height: auto !important;
		margin-top: 0;
	}
	.tab_soc_margin{
		margin-bottom:100px;
	}
	.register_margin_btm{
		height:500px !important;
	}
	.padding_75 {
		padding-right: 77%;
	}
	.padding_70 {
		padding-right:0%;
	}
	.padding_65 {
		padding-right: 70%;
	}
	.how_works_inner_items {
		width: 100%;
	}
	.screen_move {
		 
		width: 70%;
	}
	.calendar_pick_outer{
		width: 510px;
		margin-top: 50px;
	}
	.date_pick_outer {
		width: auto;
	    padding-left: 0px;
	    margin: auto;
	    display: table;
	    float: none;
	}
	.saff_height{
		   /** height: 1250px !important; **/
		    padding-bottom: 100px;
	}
}

@media(max-width:600px){
.navbar_btm_innerpage ul li a {margin-left:0px !important;margin-right: 0px !important;}
.innerpage.screen_move {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
    }
#applicant_target {margin-top:-15px !important;}
#schedule_order_root {
	height: auto !important;
    float: left;
    width: 100%;
}
#myForm_package center {padding-left:15px;padding-right:15px;}
	.innerpage h3 {
		margin-top: 10px !important;
		    font-size: 20px;
	}
	.content_inner_text {
		font-size: 12px;
	}
	.checkbox_button{
		width: 100%;
	}
	.tab_adj {
		padding: 15px 15px;
	}
	.col-10 {
	width: 45%;
	margin:6px;
	}
.my_maproot_pop{
	width: 380px;
	height: 440px;
	padding: 15px;
}
#pac-input {
	width: 93%;
}
.my_map_pop{
	width: 380px;
	height: 400px;
}
}
@media(max-width:500px){
.price_btn div {width: 100% !important;font-size: 32px !important;margin-right:0px !important;}
.price_btn div img {width: auto !important;}
.idpico {
    margin: 5px 0px !important;
    width: 100% !important;}
.cpn_Log_sec {min-height: 120px !important;}
.facebook_sign .fa, .gplus_sign .fa {    padding-right: 0px !important;}
.form_signin {width: 100% !important;margin: 5px 0px !important;}
.signin_btn {
    margin-top: 15px;		
    }
  .facebook_sign {min-width: 100% !important;width: 100% !important;    padding: 15px !important;}
  .gplus_sign{min-width: 100% !important;width: 100% !important;    padding: 15px; padding: 15px !important;}
.dashboard_wrapper {
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
}
.dashboard_wrapper .col-xs-6 {
        padding: 0px 5px !important;
    
}
	
	.loc_win{
	width:100%;
	margin:auto;
	height: 36px;
	margin-top:10px;
}
.my_maproot_pop{
	width: 280px;
	height: 350px;
	padding: 10px;
}
#pac-input {
	width: 90%;
}
.my_map_pop{
	width: 280px;
	height: 300px;
}
.indexcontent {
margin-top: 10px;
}
	.col-10 {
	width: 45%;
	margin: 4px;
	}
}
@media(max-width:400px){
.service_close_butn.new {top:0px !important;}
.faq_head {
margin-top: 20px;
}
#applicant_target form {padding-left: 10px;}
#applicant_target .form2 {padding-left: 0px !important;}
.state_edit,.state_new{  float: left;
  width: 79% !important;
}
.wd_40, .wd_75{width:100%; text-align:center;}
	.wd_40  h4{margin:5px auto;}
.wd_40 select{width:90%; margin:0 auto!important;}
.wd_75{padding-top:10px;}
.wd_75 button{margin:10px auto;}
.wd_20{width:50%; margin:0 auto; float:none;}

.edit_loc_state,.add_loc_state{  
 /* float: right;
    width: 87%;
    margin-right:0px;
margin: 5px 16px; */
}
.edit_loc_city, .add_loc_city{  
    width: 98%;
    margin: 5px 0px;
}

#pin_code_edit,#pin_code{
	width:98% !important;
	
    margin-top: 0;
}
.pop_input_small {margin-left: 0px !important;}
#pop_pick_location input[type=text], #pop_pick_location textarea {margin-top: 0px !important;width: 98% !important;}
.pincode{
	
	margin-top: 0;
}
.pop_input_small{
	width:100%;
}
#mapicon {
margin-top: 15px;
}
.my_maproot_pop{
	width: 300px;
	height: 400px;
	padding: 0px;
}
.my_map_pop{
	width: 280px;
	height: 330px;
}
.indexcontent {
margin-top: 20px;
}
	.header_col a {
		padding: 20px 10%;
	}
	.content_button {
		padding: 10px 20px;
		margin: 0px;
		display: block;
margin-top:20px;
	}
	
	.white_circle {
		margin-bottom: 20px;
	}
	.content_inner_text {
		width:100%;
	}
	.footer_text_blocks a {
		padding: 30px 20%;
	}
	.content_main {
		margin-top:-1px;
	}
	.saff_outer {
		padding:0px;
	}
	input[type="text"], input[type="password"] {
		margin: 2px;
	}
	.form_link_text, .form_link_text_big{
		width: 100%;
	}
	.sign_in_button {
		margin-right:0px;
	}
	.pick_item{
		width:100%;
	}
	.pop_input_big{
		float: none;
		width: 90%;
		margin: auto;
	}
	.logged_items{
		float: none;
		width: 100%;
	}
	.schedule_wb {
		padding: 20px 50px;
	}
	select{
		width:98%;
	}	
	#mobl_togl {
		margin-top: 0px;
	}
	.app_block_outer {
		width: 40%;
		margin:auto;
	}
	.saff_inner img {
		max-width: 90%;
	}
	input[type="text"], input[type="password"] {
		margin: 10px 15px;
		width: 97%;
    		margin-top: 0px !important;
	}
	.register_margin_btm{
		height:550px !important;
	}
	.mobile_center_align{
		text-align: center;
	}
	.white_circle{
		display: block;
		width: 70px;
		margin: auto;
	}
	.padding_90, .padding_85, .padding_80, .padding_75, .padding_70, .padding_65, .padding_60, .padding_55, .padding_50{
		padding-right: inherit;
	}
	.accordion dt a {font-size:11px !important;}
	input[type="text"], textarea {
		
    		margin: 15px 0px;
	}
	.sign_in_button {
		margin-left: 0px;
	}
	/*p, h1, h2, h3{
		margin: 0px 10px;
	}*/
	h2{
		text-align:center;
	}
	.col-10 {
	width: 70%;
	margin-left:15%;
	margin-right:15%;
	margin-bottom: 2px;
	position: relative;
	}
	.col-2 img{
		margin: auto;
		float:none !important;
	}
	.how_works_inner_items {
		width: 100%;
	}
	#my_account_tab, #my_account_tab:hover {
		position: fixed;
		right: 0px;
		background-color: #3A3A3A;
		cursor: pointer;
		width: 100%;
		color: #FFF;
		z-index: 999;
		bottom: 0;
		border-radius:inherit;
	}
	#my_account_text {
		width: 130px;
		margin: auto;
	}
	.schedule_wb_pop {
	    padding: 5px 20px !important;
	}
	.location_blocks{
		margin: 1%;
    width: 48%;
    height: 150px;
	}
	.location_blocks label span {
		font-size: 11px;
	}
	.location_blocks label span img{
	width: 40px;
        margin-top: -10px;
        margin-bottom: 0px;
	}
	.input_like_message {
		margin: 15px;
		width: 80%;
	}
	.mob_100_width{
		width: 90%;
		margin: inherit;
	}
	.my_profile_inner input[type="text"] {
		width: 845px;
		max-width: 100%;
	}
	.screen_move {
		width: 290px;
	}
	.calendar_pick_outer{
		width: 300px;
	}
	.date_pick_outer {
		width: 290px;
		padding-left: 00px;
	}
	.saff_height{
		height:470px;
	}
	.location_block_adj{
		width: 100%;
		float: left;
	}
	.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
		width: 45px;
	}
	.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
		width: 45px;
	}
	.xdsoft_datetimepicker .xdsoft_datepicker {
		margin-left: 3px;
	}
	.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
		width: 45px;
	}
	.service_close_butn {
		margin-top: 0px;
		margin-right: 0px;
	}
	.pick_datetime_m_adj, .pick_datetime_m_adj:hover {
	    float: none;
	    cursor: pointer;
	    width: auto;
	    display: table;
	    margin: auto;
	    padding: 0px;
	}
	.pick_datetime_m_inn, .pick_datetime_m_inn:hover{
		margin: auto;
	}
	.cart_div_outer{
		width:280px;
	}
	.quote_final_val {
		margin-top: 0px !important;
	}
	.cart_div_inner{
		margin:2px 0px;
	}
	#fg_membersite{
		height: 250px;
	}
	.saff_adj{
		width: 90%;
		margin: auto;
	}
	.font_54 {
		font-size: 57px !important;
	}
	.schedule_mobile{
		display:block;
	}
	.mob_display, .mob_display:hover{
		float:left;
		margin: 5px 10px;
		padding: 15px 20px;
	}
	.schedule_mobile {
		margin-top: inherit;
		margin-bottom: 25px;
	}
	.col7_items{
		display:none;
	}
	.schedule_mobile_inner{
		width: 290px;
		margin: auto;
	}
	.app_block_outer {
		margin: auto;
		width: 100%;
	}
	.app_block {
		width: 80px;
		float: left;
		padding: 15px 5px;
	}
	.app_block img {
		max-width: 90%;
	}
	.app_block_outer {
		margin-top: 20px;
	}
	.add_button_adj{
	    width: 35px !important;
	    margin-top: 40px;
	    margin-bottom: 0px;
	}
	.location_blocks{
		font-size:12px;
	}
	.block_actions_main{
		margin-left: 75px;
	}
	.location_blocks input:checked + span {
	    height: 140px;
	    background: transparent url(../images/tick-red-icon.png) no-repeat scroll 95% 96% / 23px 20px;
	}	
	.blocks_actions_img{
		width: 15px;
	}
	#block_actions {
		padding: 5px 2px;
		
	}
	.saff_outer_pop {
		width: 280px;
		font-size: 12px;
		color: #363535;
		padding: 10px !important;
		padding-bottom: 20px !important;
    		overflow: scroll;
		
	}
	select {
		    width: 96%;
		    padding: 8px;
		    margin-bottom: 15px !important;
		    margin: 5px 0px;
	}
	.saff_outer_pop_close_adj{
		width:90%;
		float:left;
	}
	.saff_outer_pop_img_adj{
		display:block;
		width:10%;
		float:left;
	}
	
	.my_account_dialer {
		margin-top: 60px;
		width: 49.9% !important;
		float: right;
	}
	.my_account_schedule{
		float: left;
		width: 49.8% !important;
		left: 0;
		border-right: 1px solid #fff;
	}
	.my_account_divider{
		float: left;
		width: 49.8% !important;
		left: 0;
		background-color:#fff;
	}
	header {
		height: 65px;
	}
	.home_space_breaker{
		margin-bottom:25px;
	}
	.form_link_text {
		float: left;
		font-size: 12px;
		padding: 10px 0px;
		text-align: right;
		width: 50%;
	}
	.float_right{
		float:right;
	}
	.form_link_text_big {
		width: 50%;
		text-align: right;
		padding: 10px 0px;
	}
	.my_orders_item {
		width: 95%;
	}
	.saff_outer_pop_close{
		float: right;
		cursor:pointer;
	}
	.my_orders_pop{
		margin:10px;
	}
	.vehicle_type_block span p {
		font-size: 15px;
		margin-top: -20px;
	}
	.mobile_90 img{
		width:100%;
	}
	.mobile_90_whatsapp{
		display:block;
	}
	.pop_desktop{
		display:none;
	}
	.pop_mobile{
		display:block;
	}
	.pop_inner {
		width: 90%;
	}
	.my_account_tab_greyflow_a{
		height: 5px; 
		width: 100%; 
		border-bottom-color: #ff9a55;
		bottom: 0px; 
		position: fixed; 
		z-index: 9999;
		margin-bottom: 45px;
	}
	.my_account_tab_greyflow_b{
		height: 5px; 
		width: 100%; 
		background-color: rgb(58, 58, 58); 
		bottom: 0px; 
		position: fixed; 
		z-index: 9999;
	}
	.saff_grey_background{
		position:fixed;
		height:100%;
	}
	.app_block_inner {
		width: 290px;
		margin: auto;
	}
#pickurcity{
    width: 88% !important;
    margin: 10px auto;
    padding: 5px 5%;
}
.all_cities_div {
    width: 87px !important;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    cursor: pointer;
    color: black;
}
.icon_search {
    position: absolute;
    margin-left: -35px;
    margin-top: 23px;
}
.div-elements{
overflow-y:scroll !important;
}
}


@media(max-width:320px){
	.saff_adj{
		width: 100%;
		margin: auto;
	}
	.saff_outer_pop {
		width: 250px;
	}
.indexcontent {
margin-top: 45px;
}
.my_maproot_pop{
	width: 222px;
	height: 370px;
	padding: 0px;
	margin-top: 30px;
}
#pac-input {
	width: 90%;
}
.my_map_pop{
	width: 220px;
	height: 300px;
}

}
@media (min-width: 1920px){
	.iner_region{
		right: 495px !important;
		top: -25px !important;
	}
	.saff_grey_background{
		position: fixed !important;
	}
}
@media (min-width: 1440px) and (max-width: 1919px){
	.iner_region{
		right: 255px !important;
	}
	.saff_grey_background{
		position: fixed !important;
	}
}
@media (min-width: 1280px) and (max-width: 1439px) {
	.iner_region{
		right: 210px !important;
	}
	.saff_grey_background{
		position: fixed !important;
	}
}
@media (min-width: 1152px) and (max-width: 1279px) {
	.iner_region{
		right: 111px !important;
		top: 10px !important;
	}
	.saff_grey_background{
		position: fixed !important;
	}
}
@media (min-width: 1024px) and (max-width: 1151px) {
	.iner_region {
    right: 0% !important;
    top: 1% !important;
    float: none;
    margin: 0 auto;
}

	.pop_inner_region{
		width: 360px !important;
	}

	.pop_inner_region::after{
		right: 47% !important;
	}
	
	.icon_search{
		margin-left: -25px !important;
		margin-top: 9px !important;
	}
	#select_region{
		width: 90% !important;
	}
	.saff_grey_background{
		position: absolute !important;
	}
	
}
@media (min-width: 980px) and (max-width: 1023px) {
	.iner_region {
    right: 0% !important;
    top: 1%;
    float: none;
    margin: 0 auto;
}

	.pop_inner_region{
		width: 360px !important;
	}

	.pop_inner_region::after{
		right: 47% !important;
	}
	
	.icon_search{
		margin-left: -25px !important;
		margin-top: 9px !important;
	}
	#select_region{
		width: 90% !important;
	}
	.saff_grey_background{
		position: absolute !important;
	}
	
	
}

@media (min-width: 991px) and (max-width: 1278px) {
.idpico {
    margin: 2px !important;
    }
.gplus_sign, .facebook_sign {
    padding: 10px 9px 10px 9px !important; 
    font-size: 12px  !important;;
}
.facebook_sign .fa, .gplus_sign .fa {
    font-size: 14px !important;
    padding-right: 5px !important;
}
}
@media (min-width: 800px) and (max-width: 979px) {
	.iner_region{
		right: 0% !important;
		/*top: 533px !important;*/
		float:none;
		margin:0 auto;
	}

	.pop_inner_region{
		width: 360px !important;
	}

	.pop_inner_region::after{
		right: 47% !important;
	}
	
	.icon_search{
		margin-left: -25px !important;
		margin-top: 9px !important;
	}
	#select_region{
		width: 90% !important;
	}
	.saff_grey_background{
		position: fixed !important;
	}
	.pick-city{
		padding-left: 30px !important;
	}
	
}
@media (min-width: 768px) and (max-width: 799px) {
	.order-page h2 {margin-top: 0px !important;}
	.iner_region{
		right: 0% !important;
		/*top: 533px !important;*/
		float:none;
		margin:0 auto;
	}

	.pop_inner_region{
		width: 360px !important;
	}

	.pop_inner_region::after{
		right: 47% !important;
	}
	
	.icon_search{
		margin-left: -25px !important;
		margin-top: 9px !important;
	}
	#select_region{
		width: 90% !important;
	}
	.saff_grey_background{
		position: fixed !important;
	}
	.pick-city{
		padding-left: 40px !important;
	}
	
}

@media (min-width: 360px) and (max-width: 767px) {
.pricePlans h2 {margin-top :15px !important;}
.header_col a
.header_col li:hover {
   text-align: center;
   font-size: 14px !important;
}
.header_col li {
   width: 100%;
   text-align: center;
   font-size: 14px;
   padding: 8px 0px !important;
   background-color: #fff;
}
	.iner_region{
		right: 0% !important;
		top: 1% !important;
		float: none;
margin: 0 auto;
	}

	.pop_inner_region{
		width: 350px !important;
	}

	.pop_inner_region::after{
		right: 47% !important;
	}
	
	
	#select_region{
		width: 79% !important;
	}
	.pick-city{
		float: none;
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
		text-align: center;
	}
	.city-text-box{
		float: none;
		width: 88%;
		margin-left: 7px;
		margin:0 auto !important;
		padding-top: 0px;
	}
	#pickurcity {
    width: 95%;
    padding: 5px 13px;
    border: 1px solid #8F8A8A;
    border-radius: 5px;
    margin-bottom: 20px;
    
}
	.city-popup-close{
		cursor: pointer;
		width: 0;
		position: relative;
		float: right;
		top: -40px;
		right: 13px;
		padding-top: 0px;
	}
	.all_cities_div{
	width:95px;
		float: left;
		text-align: center;
		margin-bottom: 20px;
		padding: 15px;
		cursor: pointer;
		color: black;
	}
	.div-elements{
		padding: 17px;
	}
}

@media (max-width: 601px) {
.pricePlans h2 {margin-top :15px !important;}
.header_col a
.header_col li:hover {
   text-align: center;
   font-size: 14px !important;
}
.header_col li {
   width: 100%;
   text-align: center;
   font-size: 14px;
   padding: 8px 0px !important;
   background-color: #fff;
}
	.iner_region{
		    width: 98% !important;
    margin-right: 1% !important;
	}

	.pop_inner_region{
		width: 95% !important;
	}

	.pop_inner_region::after{
		right: 47% !important;
	}
	
	.icon_search{
		margin-left: -20px !important;
    margin-top: 8px !important;
	}
	#select_region{
		width: 79% !important;
	}
	.pick-city{
		float: none;
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
		text-align: center;
	}
	.city-text-box{
		float: left;
		width: 85%;
		margin-left: 7px;
		padding-top: 0px;
	}
	.city-popup-close{
		cursor: pointer;
		width: 0;
		position: relative;
		float: right;
		top: -40px;
		right: 13px;
		padding-top: 0px;
	}
	.all_cities_div{
		width: 43%;
		float: left;
		text-align: center;
		margin-bottom: 20px;
		padding: 3%;
		cursor: pointer;
		color: black;
	}
	.div-elements{
		padding: 20px;
		overflow-y:scroll !important;
	}
#pickurcity {
    width: 99% !important;
    margin: 10px auto;
    padding: 5px 5%;
}
}
@media (min-width:1001px) and (max-width:1070px){
.content_button {
    padding: 15px 35px;
}
.col7_items {
    width: 515px;
}
}
@media (min-width:401px) and (max-width:420px){
.white_circle{margin: 5px 10px;}
}
@media(max-width:767px){
.blog_sec .input-group {margin-top: 0px !important;}
.blog_sec {padding-top: 10px !important;}
.page_blog .col-md-8 {margin-left: 15px !important;}
#schedule_order_root .screen_move {width:100% !important;
padding-left: 15px;
padding-bottom: 90px;
    
    padding-right: 15px;}
.vehicle_target.screen_move {width:100% !important;padding-left:15px;padding-right:15px;padding-bottom: 90px;}
.vehicle_type_block span p {font-size: 18px !important;}
.static.mob_sta {
    display: block!important;
    position: fixed !important;
    top: auto !important;
    bottom: 0px !important;
    width: 100% !important;
}
#bottom-header .logo_desk {display: none !important;}
.how_it_sub {font-size: 16px !important;}
footer {display: none !important;}
.order-page {padding-bottom:50px;}
.dashboard_wrapper .dashboard_items {
width:100% !important;
    margin: 5px 0px !important;
    padding-top: 20px !important;
        height: 160px !important;
}
	.footer_downld_cntr {
    padding-top: 30px;
    padding-bottom: 0px;
    padding-bottom: 75px;
   }
    
	.navbar_innerpages .region, .navbar_innerpages.navbar-default li a {
		    padding-top: 10px !important;
    padding-bottom: 10px !important;
	}
	.innerpage .login_Head {margin-top: 30px !important;}
	.innerpage h2 {
	    margin-top: 0px !important;
	    padding-top: 0px !important;
	    margin-bottom: 20px !important;}
	#my_account_tab-new-2, #my_account_tab-new {display: none;}
}



* { padding: 0; margin: 0; }
 body { 
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

/******** + Sticky Footer including Header ********/
html {
  height: 100%;
  box-sizing: border-box;
}



body {
  position: relative;
  margin: 0;
   padding-bottom: 185px;
  min-height: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

#wrapper{
  margin: 0 auto;
  padding-top: 0px;
  min-height:100%;
}


/**
 * Footer Styles
 */

footer {
min-height:185px !important;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}
#datetimepicker_val {width: 100% !important;}
.location-header.struktur {background: #c02b3a !important;}
#scroll_custom  {background: #fff !important;}
a:focus, a:hover {text-decoration: none !important;}
.my_orders_pop div {height: auto !important;}
.saff_outer_pop_close{
       position: relative;
    z-index: 9999;
    top: 5px;
    right: -12px;
    color: #fff;
    cursor :pointer;
}
#fg_membersite label {width: 100%; text-align: left;}
#newpwd_strength_div {
    margin-top: -28px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
#fg_membersite .error, #loginotpfrm .error, #mprofilefrm .error {color:red;font-size: 12px; line-height:25px; }
.screen_container, .my_location_wrapper {	
    float: none;
    margin: auto;
    max-width: 980px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
#pop_phone_check {display: none !important;}
.pricePlans .plans .plan {
    border: 1px solid #ffe0e3 !important;
    }
   @media (min-width:900px) and (max-width:1070px){ 
   .navbar-default .navbar-nav>li>a {
font-size: 11px !important;}
   }
   .navbar_btm_innerpage ul li a {
   	padding:0px 5px !important;
       height: auto !important;
       margin-left:10px;margin-right: 10px;
   }
  .side_bar{
  	padding-left: 40px !important;
  }
  .pricePlans p.price_p, .pricePlans p, .pricePlans h2 {font-weight: 300 !important;}
  .pricePlans .box {margin: 5px 0px !important;}
  .errortxtboxcls { border:1px solid red !important; }