/*
	Theme Name: National Cab - Taxi Company HTML5 Template
	Author: EraThemes
	Author URL: http://themeforest.net/user/erathemes
	Created: 01 Oct 2015
	Updated: 12 Oct 2015 
	Version: 1.0
*/

/*
	[Table of contents]

	## Global
		- Font Settings
		- Padding/Margin

	## Header
		- Top Header
			-- Social
			-- Top Menu
			-- Logo block
		- Navigation Menu
		- Social Icons

	## Footer
		- Copyright Text	

	## Responsive
		-- min-width: 992 to max-width: 1200
		-- min-width: 768 to max-width: 991
		-- min-width: 319 to max-width: 767
		-- min-width: 991
*/

    //** Custom **//

    .pad_top{padding-top: 25px !important;}

/* ## Global */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #000;
	overflow-x: hidden;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}

/* - Font Settings */
.logo-block a b,
.ow-navigation .container > a,
.footer-main .widget-title,
.widget-about li ,
a.see-more ,
a.purchase ,
.section-header h3 ,
.choose-us-content-box h3,
.booking-details-form .btn,
.we-do-more h3,
.we-do-more h2,
.what-we-do-box span,
.what-we-do-content > a,
.what-we-do-content .more-service a,
.driver-info > h3,
.we-are-hire span,
.testimonial .carousel-inner p,
.testimonial .carousel-inner p span,
.get-mobile h3,
.get-mobile h2,
.statistics-box > span,
.blog-content .entry-title,
.book-taxi-form > h3,
.about > h3,
.about > h2,
.service-box > h3,
.service-box > h2,
.service-box.book-now a,
.page-heading > h3,
.blog-area h3 ,
.widget-title h3,
.online-booking-form .btn,
.contact-form form .btn,
.map .content h3,
.media-heading h3 {
	font-family: 'Cabin', sans-serif;
}

.subscribe-box h4,
.subscribe-box .input-group-btn > .btn,
.widget-about li:last-child span {
	font-family: 'Montserrat', sans-serif;
}

.contact-form form input,
.contact-form form textarea {
	font-family: 'Lato', sans-serif;
}

.photos-slider .carousel-caption h2,
a.purchase,
a.see-more,
.section-header h3 ,
.choose-us-content-box h3,
.choose-us-content-box a,
.booking-details-form .btn,
.we-do-more h3,
.we-do-more h2,
.what-we-do-box span,
.what-we-do-content > a,
.what-we-do-content .more-service a ,
.we-are-hire span,
.get-mobile h3,
.get-mobile h2,
.blog-content .entry-title,
.entry-content > a ,
.photos-slider2 .slider-content h2,
.photos-slider2-content  h3,
.book-taxi-form  .btn,
.about > h3 ,
.about > h2,
.about a,
.more-than-you > h3,
.service-box > h3,
.service-box > h2,
.service-box.content span,
.service-box.content > a,
.service-box.book-now a,
.page-heading > h3,
.blog-area h3,
.widget-title h3 ,
.recent-post-box h3,
.recent-title a,
.map .content h3 {
	text-transform: uppercase;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding,
ul {
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

.pad{
	padding:0px 10px !important;

}

/* - Section Header */

.section-header {	
	position: relative;
	background: url("images/icon/seprator.png");
	background-repeat: no-repeat;
	background-position: bottom;
	display: inline-block;
	width: 100%;
}

/* - Section Padding */
.section-padding {
	/*padding-top: 50px;
	padding-bottom: 50px;*/ padding-bottom:35px; 
}

	/* ## Header */
	/* - Top Header */
	.top-header {
		/*background-color:#807e7e;
    padding-bottom: 9px;
    padding-top: 9px;*/
	border-bottom:1px solid #ddd;
	padding:10px 12px 0px;
	}
	/*new-css*/

.primary-link{ float:right;}

.primary-link ul{    margin-right: 2px;
    float: left;
    margin-bottom: 0px;}

.primary-link ul li{list-style: none;
    float: left;
    margin-left: 12px;
    color: #ddd;}

	/* -- Social */
	.social li {
		display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
	}
	.social li:first-child {
		margin-left: 0;
	}
	.social li:last-child {
		margin-right: 0;
	}

	/* -- Top Menu */
	.top-header .top-menu {
		text-align: right;
	}
	.top-header .top-menu ul {
		padding-left: 0;
	}
	.top-header .top-menu ul{
		display: inline-block;
		list-style: none;
	}
	.top-header .top-menu ul li {
		float: left;
		padding-left: 22px;
		padding-right: 22px;
		position: relative;
		font-size: 13px;
	}
	.top-header .top-menu ul li a {
		color: #555;		
		text-transform: capitalize;
		text-decoration: none;
	}
	.top-header .top-menu ul li a:hover {
		color: #FDC12F;
	}
	.top-header .top-menu ul li:first-child {
		padding-left: 0;
	}
	.top-header .top-menu ul li:last-child {
		padding-right: 0;
	}
	.top-header .top-menu ul li:before {
		content: "|";
		position: absolute;
		left: -1px;
	}
	.top-header .top-menu ul li:first-child:before {
		content: "";	
	}

	/* -- Logo block */
	.middle-header {

		padding-top: 10px;
		background-color: #fff;
	}
	.logo-block {
		position: relative;
	}
	.logo-block a {
		padding-left: 0px;
		display: inline-block;
		text-decoration: none;
	}
	.logo-block a img {
		position: absolute;
		left: 0px;
		top:0px;
	}
	.logo-block a b {
		font-size: 50px;
		display: block;
		color: #000;
	}
	.logo-block a span {
		font-size:14px;
		color: #8c8b8b;
	}
	.navbar-brand.logo-block {	
		display: none;
	}
	.middle-header .col-md-6 {
		text-align: right;
	}
	.location,
	.phone {
		position: relative;
		padding-left: 39px;
		display: inline-block;
		text-align: left;
		margin-bottom: 8px !important;
	}
	.location {
		margin-right: 32px;
	}
	.location > img,
	.phone > img {
		position: absolute;
		left: 0;
	}
	.location p {
		font-size: 16px;
	}
	.location p span,
	.phone p span	{
		display: block;	
	}
	.phone {
/*		margin-left: 32px;
*/		
		float:right;

	}

	.phone a{
		color:#333;
		font-weight:600;
	}

	.phone a:hover{
		color:#333;
		text-decoration:none;
	}

	.phone > img { 
	}
	.phone p {
		font-size: 15px;
		font-weight: 300;
		text-transform: uppercase;
		margin-bottom: 2px;
	}
	.phone p span {
		font-size: 20px;
		font-weight: 600;
		color: #FDC12F;
	}

.about .section-header{
	margin-bottom:30px;
	float:left;
}

/* - Navigation Menu */
/* - Social Icons */

/* ## Footer */
.footer-main {

	background-color:#26597b;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 25px 0 25px;
}
.bottom-footer {
	background-color: #000000;
	padding: 16px 0;
}
.bottom-footer ul {
	margin-bottom: 0;
	list-style: none;
}
.bottom-footer ul li {
	float: left;
	padding: 0 8px;
	position: relative;
}
.bottom-footer ul li:before {
	content: "|";
	color: #fff;
	position: absolute;
	left: -4px;
	top: 0;
}
.bottom-footer ul li:first-child:before {
	content: "";
}
.bottom-footer ul li a {
	color: #fff;

	font-size: 14px;
}
.bottom-footer ul li a:hover {
	text-decoration:none;
	color:#6187a1;
}
.bottom-footer p {
	margin-bottom: 0;
	color: #fff;
	text-align: right;
	font-weight: 400;
	font-size: 14px;
}
.bottom-footer a:hover {
	text-decoration:none;
}
/* -- Widget */
/* -- Widget Subsribe */
.widget-subscribe .subscribe-box {
	display: inline-block;
	padding: 5px;
/*	border: 1px solid rgba(209,209,209,0.2);*/	
	color: #eee;
}
.subscribe-box h4 {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	color: #fff;
}
.subscribe-box p {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 30px;
}
.subscribe-box input {
	border: none;
	text-transform: uppercase;
	padding-top: 12px;
	padding-bottom: 12px;
	height: auto;
}
.subscribe-box input:focus {
	box-shadow: none;
}
.subscribe-box input,
.subscribe-box .input-group-btn > .btn {
	border-radius: 0;
	outline: none;
}
.subscribe-box .input-group-btn > .btn {
	text-transform: uppercase;
	background-color: #f7b731;
	border-color: #f7b731;
	padding-top: 11px;
	padding-bottom: 11px;
}
.widget-subscribe  ul {
	/*margin-top: 22px;*/
	list-style: none; margin-left:0px !important;
}
.widget-subscribe  ul li {
	float: left;
	margin: 0 10px;     width:0 !important;
	 padding-left:0px !important;
	 padding-right:26px !important;

}
.widget-subscribe  ul li a {
	width: 32px;
	height: 35px;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.widget-subscribe  ul li a img {
	position: absolute;
}
.widget-subscribe  ul li a:hover img {
	top: -38px;
}

.footer-main .widget-title {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	color: #FFC107;
	margin-bottom: 15px;
	background-image: none;
}

/* -- Widget Links */
.footer-main .widget {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px; margin-top:10px;
}
.widget-links ul li {
	display: inline-block;
	width: 90%;
	margin-bottom: 10px;
}
.section_row_main-1{background:#b6c1ca;}
.section_row_main
{

    padding: 50px 0px 20px;

    margin-bottom: 25px;
    margin-left: 20px;
    margin-right: 20px;}

.footer-con-p{
	color:#fff;
	text-align: justify;
	font-weight: 400;
}
.widget-links ul li:last-child { 
	margin-bottom: 0;
}
.widget-links ul li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}
.widget-links ul li a:before {
	content: "";
	/*background-image: url("images/icon/ftr-link.png");*/
	background-repeat: no-repeat;
	width: 7px;
	height: 10px;
	display: inline-block;
	margin-right: 14px;
}

/* -- Widget About */
.widget-about {
	color: #fff;
	font-size: 14px;
	margin-top: 38px !important;
}
.widget-about p {
	margin-bottom: 40px;
}
.widget-about li {
	display: inline-block;
	width: 100%;
	position: relative;
	line-height: 19px;
	padding-left: 55px;
	margin-bottom: 5px;
	font-weight: bold;
}
.widget-about li span {
	display: block;
}
.widget-about li img {
	position: absolute;
	left: 0;
	top: 0;
}
.widget-about li:last-child  {
	margin-bottom: 0;
}
.widget-about li a {
	color: #fff;
	font-weight: normal;
}
.cod{
	background-color: #F7F7F7;
	height:auto;

}

.cab {
	padding-bottom:31px;
}

.cab img{
    text-align: center;
    padding: 0px;
    left: 0;
    right: 0px;
    margin: 0px auto;
    width: 100%;

}

.form-new-ld{
	width:155px;
	margin-right:11px;
}

.payment{
	padding:40px 0px;
}

.payment .section-header{
	padding-top:40px;
	margin-bottom:20px;
}

.payment .section-header h3{
	float:none;
	margin-bottom:20px;
}

.btn-ref{
	padding:10px;
	border:1px solid #000;
	background-color:#fff;
	font-size:2em;
}

.new-form-main{
	margin-top:380px;

}

.bg-white{
	background-color: #fff !important;

}

.new-form-book-main{
	margin-top:50px;

}

.online{
	background-color: #F8C62A; 
	height:auto;
}

.online .section-header{
	color:#fff;
}

.cod-pay{
	float:right;
}

.cod h3{
	float:right;
}

.cod h3 span{
	float:right;
	font-size:1.5em;
	margin-top:8px;

}

.banner-menu{ display:none;
/*	background-color:#00980a; height:3px;
*/}
.banner-menu ul {

	width:94%;
	padding-left: 3%;

}

.banner-menu ul li{
	float:left;
	width:20%;
	padding:20px 0;
	color:#fff;
	list-style:none;
	background-color:#0D8ABA;
	text-decoration:none;
	text-align:center;
}

.banner-menu ul li a{
	color:#fff;
	text-decoration:none;
	text-align:center;
}

.banner-menu ul li a:hover{
	color:#333;
	text-align:center;
}

.online h3{
	float:right;
	color:#fff;
}

.online h3 span{
	float:right;
	font-size:1.5em;
	margin-top:8px;

}

.cod .btn{
	padding: 15px 30px;
	float:right;
    line-height: 1px;
    background-color: #FDC12F;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    line-height: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 0 #b34746;

}

.online .btn{
	padding: 15px 30px;
	float:right;
    line-height: 1px;
    background-color: #fff;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    line-height: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 0 #CCC;

}

.cod .btn a{
	color:#fff;
	text-decoration:none;
}

.online .btn a{
	color:#333;
	text-decoration:none;
}

.return{
	background-color:#fdd806;
	width:100%;
	padding:10px;
	margin-top:58px;
	height:133px;
}

.return h1{
	font-weight:bold;
	font-size: 2.8em;
	text-align:left;

}

.return form{
	float:right;

}

.return ul{
    margin: 30px 0px;
}

.return ul li{
	list-style:none;
	float:left;
	background-color:#000;
	color:#fff;
}

.return ul li a{
	padding:15px 43px;
	background-color:#000;
	text-decoration:none;
	color:#fff;
	float:left;

}

.return ul li a:hover{
	padding:15px 43px;
	background-color:#EE821F;
	text-decoration:none;
	color:#fff;
	float:left;
}

.return ul li a:active{
	padding:15px 43px;
	background-color:#EE821F;
	text-decoration:none;
	color:#fff;
}

.return .active{
	background-color:#EE821F;
}

.return-full{
	margin-top:20px;
}
.return-full img{
	float:left;
	margin:0px 60px;
}

/* animation */
@keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-moz-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-o-keyframes icon-bounce {
  0%, 100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  75% {
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  85% {
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}

.service-item {
  display: block;
  float: left;
  margin-bottom: 30px;
 width: 20%;
}
.service-item:hover .service-icon {
  -webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}

.service-icon-wrap {
  text-align: center;
  display: block;
  height: 52px;
    margin-top: 30px;

  margin-bottom: 30px;
}

.service-title {
/*  font-family: 'Cabin Condensed', sans-serif;
  font-weight: 700;*/
font-size: 16px;
    text-align: center;
    margin: 0;
    color: #fff;
    line-height: 27px;
}

/* ## Responsive */

/* -- min-width: 992 to max-width: 1200 */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	/* ## Header */	
	.location, .phone {
		margin: 0;
	}

	banner-menu ul li {
    padding: 20px 85px !important;
	}

	.logo-block a {
    padding-left: 339px;
	}

	.logo-block a img {
    left: 0px;
	}

	.phone {
    margin-left: 50px;
	}
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* ## Header */	
	.banner-menu{
		display:none;
	}

	.location, .phone {
		margin: 0;
	}

	.logo-block a {
    padding-left: 80px;
	}

	.logo-block a img {
    position: absolute;
    left: 0px;
	}

}

/* -- min-width: 319 to max-width: 767 */
@media only screen and (min-width: 319px) and (max-width: 767px) {	
	/* ## Header */
	.top-header .social,
	.top-header .top-menu,
	.logo-block,
	.middle-header .col-md-6	{
		width: 100%;
		text-align: center;
	}

	.banner-menu{
		display:none;
	}
	.top-header .social {
		margin-bottom: 14px;
	}
	.top-header .top-menu {
		padding: 0;
	}
	.top-header .top-menu ul li {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.logo-block {
		margin-bottom: 33px;
	}
	.logo-block a {
		max-width: 350px;
		display: inline-block;
/*		position: relative; */		
		padding-left: 90px;

	}
	.logo-block a img {
		left: 0;
	}
	.location, .phone {
		margin: 0;
		float:left;
		padding-left: 0;
	}	

	/* ## Footer */
	.bottom-footer ul,
	.bottom-footer p {	
		width: 100%;
		text-align: center;
	}
	.bottom-footer,
	.bottom-footer ul,
	.bottom-footer ul li {
		float: none;
		display: inline-block;
	}
	.bottom-footer ul {
		margin-bottom: 10px;
	}
}

/* -- min-width: 991 */
@media (max-width: 991px) {

}

@media (max-width: 1280px) {

	.banner-menu ul li{
		padding:20px 93px !important;
	}

/* ## min-width: 1200 */
@media (min-width: 1200px) {
    .container {
      /*  width: 1200px;*/
    }
}
.wd-dt{    width: 155px !important;
    margin-right: 11px !important;}

@media only screen and (min-width: 1024px){

	.banner-menu ul li {
    padding: 20px 0 !important;
	width:20%;
}

}

@media only screen and (min-width: 1151px){
}
@media only screen and (max-width: 1150px) and (min-width: 900px){
	.mar-tp{ margin-top:11px !important;}
}
@media only screen and (max-width: 899px) and (min-width: 718px) {
}
@media only screen and (max-width: 718px) and (min-width: 480px) {
	 .logo-cent{    margin-left: 133px !important;}
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
	/*.logo-cent{     margin-left: 57px !important;}*/
}
@media only screen and (max-width: 320px) and (min-width: 240px) {
	/*.logo-cent{     margin-left: 57px !important;}  */

    .banner-menu{
		display:none;
	}

}

.img-box, .right-side-image img {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 8px;
}

//** custom **//

    .faq{box-shadow: 2px 3px 1px 2px #fefe;
    padding: 10px;
    line-height: 25px;
    min-height: 140px;}

	/* home menu-6 div start */

.section1 .bg-danger-light {
    background: rgba(255,17,54,.1)!important;
    color: #f21136!important;
}
	.section1 .work-process h4{text-align:center;}

	 .section1 .heading {
    padding: 0 0 17px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: normal !important;
    text-transform: uppercase;
    background-color: white;
}
	.heading p, p {
    line-height: 1.8;
}
.heading p {
    font-size: 15px;
    color: #677782;
}
.heading h2, a.btn.call-btn, p {
    text-transform: capitalize;
}

	.heading h2, a.btn.call-btn, p {
    text-transform: capitalize;
}
	heading h2 {
    font-weight: 500;
    margin-top: 0;
    color: #677782;
}

	.section1 {
    padding: 30px 0 20px;
    background: #f4f5f759;
}

	/* home menu-6 div end */

/*media queries */
@media (min-width: 320px) and (max-width: 767px) {
	.contact-sec-page {

	text-align: center;
}
  .top-header{
	display:none;
}
 .top-header p
{
	text-align:center;
}
.primary-link ul li {

    margin-left: 5px;

}
a.learn-more {
	display:none;
}
.booking-form .container
{
	padding:0;
}
.booking-form .col-md-4
{
	padding:0;
}
.section_row_main {
	padding:0;
	margin:20px 0;
	}
	.banner-bottom {  
	margin: 30px 15px 30px !important;
	}
	#media .view {
    width: 95%;}

}
@media (min-width: 768px) and (max-width:1023px) {
	.contact-sec-page {

	text-align: center;
}
	#media .view {
    width: 30%;
	}
	.banner-bottom {

    margin: 29px 4px 30px !important;
	}
	.top-header{
	display:none;
}
}
@media (min-width: 1024px) and (max-width:1366px) {
	.photos-slider2-content {
    position: absolute;
    bottom: 20% !important;

	}
	.top-header{
	display:none;
}
	.book-taxi-form .form-group input{
		height: 25px !important;
	}
	.book-button-top {

    margin-top: 0px !important;
}
.book-taxi-form {

    padding: 0 15px 9px 15px !important;
}
.form-group select {
	height: 34px !important;
}
.banner-bottom .purchase{
	float: none !important;
}	
.banner-bottom .col-md-3{
	margin:22px 0 0;
}
}
@media (min-width: 320px) and (max-width:568px) {
	.top-header .col-sm-7 {
		padding:0 !important;
	}
	.primary-link ul li {
    margin-left: 2px;
}
.top-header{
	display:none;
}
}
@media (min-width: 1440px)  {
.location, .phone {
    position: relative;
    padding-left: 0px;
    display: inline-block;
    text-align: left;
    margin-bottom: 8px !important;
}
}
@media (max-width: 1024px)  {
.widget-links ul li a
 {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}
}