/*
Theme Name:Car News
Theme URI:https://wordpress.org/themes/carnews/
Author:Avaish
*/
html, body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:'Roboto', sans-serif;
	font-size:15px;
	color:#555;
}
html, body {
	height:100%;
}
/* Global Classes starts */
* {
	outline:none;
	box-sizing:border-box;
}
div, form, p {
	margin:0px;
	padding:0px;
}
a img /* This Class will disble border over any link on images*/ {
	border:none;
	outline:none
}
a {
	text-decoration:none;
	color:#555;
}
a:hover {
	text-decoration:none;
	color:#000;
}
p {
	margin:0px;
	padding:0px 0px 20px;
	font-size:15px;
	line-height:24px;
	font-family:'Roboto', sans-serif;
	color:#555;
}
p a {
	text-decoration:underline;
	color:#555;
}
p a:hover {
	text-decoration:none;
	color:#000;
}
ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	color:#555;
}
ul li {
	margin:0px;
	padding:0px 0px 10px 12px;
	font-size:15px;
}
ul strong {
	font-size:15px;
}
ul a {/* Controls LINKS inside UL */
	text-decoration:none;
	color:#555;
}
ul a:hover {	/* Controls LINKS HOVER inside UL */
	text-decoration:none;
	color:#000;
}
ol {
	list-style-type:none;
}
h1, h2 {
	font-size:32px;
}
h3 {
	font-size:28px;
}
h4 {
	font-size:22px;
}
h5 {
	font-size:20px;
}
h6 {
	font-size:18px;
}
h1, h2, h3 {
	margin:0px;
	padding:0px 0px 20px;
	color:#253241;
	font-family:'Roboto Condensed', sans-serif;
}
h4, h5, h6 {
	margin:0px;
	padding:0px 0px 15px;
	color:#253241;
	font-family:'Roboto Condensed', sans-serif;
}
.f_left {
	float:left;
}
.f_right {
	float:right;
}
.t_left {
	text-align:left;
}
.t_right {
	text-align:right;
}
.t_center {
	text-align:center;
}
.clr, .clear {
	margin:0;
	padding:0;
	clear:both;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], input[type="url"], textarea, select {
	margin:0px;
	padding:12px 20px;
	border-radius:5px;
	width:100%;
	height:45px;
	color:#555;
	font-size:14px;
	font-weight:400;
	font-family:'Montserrat', sans-serif;
	border:1px solid;
	border-color:#dddddd;
	background:#fff;
}
textarea {
	height:140px;
}
input[type="button"], input[type="submit"] {
	margin:0px;
	padding:15px 40px;
	height:60px;
	color:#fff;
	font-size:16px;
	font-weight:700;
	font-family:'Roboto', sans-serif;
	border:none;
	text-transform:uppercase;
	background-color:#d01818;
	cursor:pointer;
}
input[type="button"]:hover, input[type="submit"]:hover {
	background:#066;
}
input.wpcf7-form-control.wpcf7-submit {
	background-color:#d01818;
	height:60px;
	padding:0px 40px;
	line-height:60px;
	border-radius:0;
	box-shadow:none;
	display:inline-block;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
h3.section_title {
	margin:0px;
	padding:0px 0px 40px;
	color:#000;
	font-size:45px;
}
h3.section_title label {
	margin:0px;
	padding:0px;
	color:#d01818;
}
.header_wrap {
	margin:0px;
	padding:0px;
	background:url(images/bg-top.jpg) left top no-repeat;
	background-size:25.5% 100%;
	background-color:#000;
}
.header_container {
	margin:0px auto;
	padding:0px 15px;
	max-width:1250px;
	position:relative;
}
.header_contact {
	margin:0px;
	padding:19px 0px;
	width:calc(100% - 165px);
	float:left;
}
.header_con {
	margin:0px;
	padding:0px;
	width:780px;
	float:right;
}
.header_contact ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.header_contact ul li {
	margin:0px;
	padding:0px 20px 0px 0px;
	float:left;
	position:relative;
	font-size:15px;
	color:#fff;
}
.header_contact ul li:after {
	margin:0px;
	padding:0px;
	content:"";
	position:absolute;
	width:1px;
	height:15px;
	background:#666;
	right:10px;
	top:2px;
}
.header_contact ul li:last-child:after {
	content:none;
}
.header_contact ul li a {
	margin:0px;
	padding:0px;
	display:block;
	font-size:15px;
	color:#fff;
	text-decoration:none;
}
.header_right {
	margin:0px;
	padding:0px;
	float:right;
	width:165px;
}
.header_right a {
	margin:0px;
	padding:20px 10px 20px;
	color:#fff;
	font-size:14px;
	background:#d01818;
	text-decoration:none;
	display:block;
	text-align:center;
}
.header_right a img {
	margin:0px;
	padding:0px;
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
}
.header_right a:hover {
	background:#b61818;
}
.header_nav_container {
	margin:0px auto;
	padding:14px 15px;
	max-width:1250px;
}
.logo {
	margin:0px 20px 0px 00px;
	padding:0px;
	width:280px;
	float:left;
}
.logo img {
	margin:0px;
	padding:0px;
	max-width:100%;
	display:block;
}
.header_call {
	margin:0px;
	padding:18px 0px;
	width:250px;
	float:left;
}
.header_call label {
	margin:0px;
	padding:0px 0px 0px 65px;
	color:#222;
	font-size:14px;
	display:block;
	position:relative;
	background:url(images/phone.png) left top no-repeat;
}
.header_call label:before {
	margin:0px;
	padding:0px;
	content:"";
	position:absolute;
	background:#e5e5e5;
	width:1px;
	height:42px;
	left:50px;
	top:-2px;
}
.header_call label a {
	margin:0px;
	padding:0px;
	color:#222;
	font-size:18px;
	font-weight:700;
	text-decoration:none;
	display:inline-block;
}
.header_nav {
	margin:0px;
	padding:0px;
	width:640px;
	float:right;
}
.header_nav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.header_nav ul li {
	margin:0px;
	padding:30px 15px 28px;
	float:left;
}
.header_nav ul li a {
	margin:0px;
	padding:0px 0px;
	color:#222;
	font-size:14px;
	font-weight:500;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
}
.header_nav ul li a:hover {
	color:#000;
}
.header_nav ul li.current-menu-item > a, .header_nav ul li.current-menu-ancestor > a, .header_nav ul li.current_page_item > a, .header_nav ul li.current_page_ancestor > a {
	color:#d01818;
	font-weight:700;
}
.banner {
	margin:0px;
	padding:0px;
	position:relative;
}
.banner img {
	margin:0px;
	padding:0px;
	width:100%;
	object-fit:cover;
	height:500px;
	display:block;
}
.banner_layer {
	margin:0px;
	padding:0px;
	position:absolute;
	z-index:5;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}
.caption_wrapper {
	margin:0px auto;
	padding:0px;
	position:absolute;
	z-index:999;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	width:1230px;
	height:100%;
	background:url(images/banner-layer.png) left top no-repeat;
	background-size:50% 100%;
}
.caption_container {
	margin:0px auto;
	padding:0px 130px;
	width:100%;
	position:absolute;
	z-index:10;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
}
.caption_box {
	margin:0px;
	padding:0px;
	width:360px;
}
.caption_box h6 {
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:16px;
	font-family:'Roboto', sans-serif;
	text-transform:uppercase;
	display:block;
	font-weight:500;
}
.caption_box h1 {
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:62px;
	font-weight:700;
	text-transform:uppercase;
}
.caption_box h2 {
	margin:0px 0px 0px 44px;
	padding:0px;
	color:#fff;
	font-size:80px;
	line-height:62px;
	font-weight:700;
	text-transform:uppercase;
}
.caption_box h3 {
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:60px;
	font-weight:700;
}
.caption_box h3 label {
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:30px;
	font-weight:400;
	text-transform:uppercase;
}
.caption_box h3 sup {
	font-weight:400;
	font-size:30px;
}
.priceperday {
	margin:0px 0px 0px 88px;
	padding:0px;
}
.know_more {
	margin:0px;
	padding:20px 0px 0px;
	text-align:right;
}
.know_more a {
	margin:0px;
	padding:10px 15px;
	color:#fff;
	font-family:'Montserrat', sans-serif;
	font-size:16px;
	font-weight:400;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
	display:inline-block;
}
.know_more a:before {
	margin:0px;
	padding:0px;
	content:"";
	position:absolute;
	z-index:10;
	left:-100px;
	top:18px;
	width:100px;
	height:5px;
	background:#d01818;
}
.know_more a:hover {
	color:#d01818;
}
.find_easy {
	margin:0px;
	padding:100px 0px 80px;
	background:url(images/bg1.png) right top no-repeat;
	background-size:auto 100%;
}
.easy_container {
	margin:0px auto;
	padding:0px 15px;
	max-width:1180px;
}
.easy_content {
	margin:0px;
	padding:0px;
	width:600px;
}
.easy_content h6 {
	margin:0px;
	padding:0px;
	color:#253241;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	font-family:'Open Sans', sans-serif;
}
.easy_content h3 {
	margin:0px;
	padding:0px 0px 20px;
	color:#000;
	font-size:45px;
}
.easy_content h3 label {
	margin:0px;
	padding:0px;
	color:#d01818;
	display:block;
}
.easy_content p {
	padding-bottom:30px;
}
.easy_box_list {
	margin:0px;
	padding:20px 0px 0px;
}
.easy_box {
	margin:0px;
	padding:0px 15px;
	width:33.33%;
	float:left;
	text-align:center;
	border-left:1px solid #dddddd;
}
.easy_box_list .easy_box:first-child {
	border-left:none;
}
.easy_box_thumb {
	margin:0px;
	padding:0px 0px 30px;
}
.easy_box_thumb img {
	margin:0px;
	padding:0px;
	max-width:100%;
	height:54px;
	display:inline-block;
}
.easy_box strong {
	margin:0px;
	padding:0px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
}
.feature_wrapper {
	margin:0px;
	padding:120px 0px 0px;
}
/*.feature_wrapper h3{ margin:0px; padding:0px 0px 40px; color:#000; font-size:45px;}
.feature_wrapper h3 label{ margin:0px; padding:0px; color:#d01818;}*/
.home_container {
	margin:0px auto;
	padding:0px 15px;
	max-width:1180px;
}
.feature_list_wrapper {
	margin:0px;
	padding:0px 0px 50px;
	background:#000;
}
.car_feature {
	margin:0px 30px 0px 0px;
	padding:0px;
	width:362px;
	float:left;
	text-align:center;
	background:#fff;
}
.carf_thumb {
	margin:0px;
	padding:0px;
	width:100%;
}
.carf_thumb img {
	margin:0px;
	padding:0px;
	width:100%;
	height:290px;
	object-fit:cover;
}
.catf_info {
	margin:0px;
	padding:20px 15px;
	border-bottom:1px solid #dddddd;
}
.car_feature h4 {
	margin:0px 0px 5px;
	padding:0px;
	color:#253241;
	font-size:24px;
	height:30px;
	overflow:hidden;
}
.car_feature h4 a {
	margin:0px;
	padding:0px;
	color:#253241;
	font-size:24px;
	text-decoration:none;
transition:all .5s ease;
}
.car_feature h4 a:hover {
	color:#d01818;
}
.carf_boxinfo {
	margin:0px;
	padding:16px 0px;
	width:33.33%;
	float:left;
	text-align:center;
	font-size:11px;
	font-weight:700;
	font-family:'Lato', sans-serif;
	text-transform:capitalize;
	border-left:1px solid #dddddd;
}
.carf_boxinfo img {
	margin:0px;
	padding:0px 2px;
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
}
.car_feature:nth-child(3n+0) {
float:right;
margin-right:0px;
}
.carf_boxinfo:first-child {
	border-left:none;
}
.view_all {
	margin:0px;
	padding:60px 15px 0px;
	text-align:center;
}
.view_all a {
	margin:0px;
	padding:18px 10px;
	color:#fff;
	font-size:14px;
	width:230px;
	font-weight:700;
	background:#d01818;
	display:block;
	text-decoration:none;
}
.view_all a:hover {
	background:#c10e0e;
}
.home_services_section {
	margin:0px;
	padding:100px 0px;
	background:#f1f5fa;
}
.show_services {
	margin:0px;
	padding:0px;
	width:525px;
	float:left;
	box-shadow:0px 0px 15px #ddd;
}
.servic_box {
	margin:0px;
	padding:25px 25px; /*box-shadow:inset 0px 0px 20px 0px #f5f5f5;*/
	cursor:pointer;
	position:relative;
}
.servic_box h5 {
	margin:0px;
	padding:0px;
	font-size:18px;
	height:34px;
	color:#ccc;
	font-family:'Montserrat', sans-serif;
	font-weight:700;
	cursor:pointer;
}
.service_icon {
	margin:0px 0px 20px;
	padding:0px;
	text-align:right;
	min-height:64px;
	position:relative;
	cursor:pointer;
}
.servic_box strong {
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:18px;
	text-transform:capitalize;
	font-weight:700;
	display:block;
	text-align:right;
	cursor:pointer;
}
.services_col {
	margin:0px;
	padding:0px;
	width:50%;
	float:left;
}
.services_col .servic_box:nth-child(1):hover {
background:url(images/service-icon1.png) right 25px center no-repeat;
background-color:#fff;
}
.services_col .servic_box:nth-child(2):hover {
background:url(images/service-icon2.png) right 25px center no-repeat;
background-color:#fff;
}
.services_col .servic_box:nth-child(3):hover {
background:url(images/service-icon3.png) right 25px center no-repeat;
background-color:#fff;
}
.services_col.two .servic_box:nth-child(1):hover {
background:url(images/service-icon4.png) right 25px center no-repeat;
background-color:#fff;
}
.services_col.two .servic_box:nth-child(2):hover {
background:url(images/service-icon5.png) right 25px center no-repeat;
background-color:#fff;
}
.services_col.two .servic_box:nth-child(3):hover {
background:url(images/service-icon6.png) right 25px center no-repeat;
background-color:#fff;
}
 .services_col .servic_box:nth-child(1) {
background:url(images/service-icon1-hover.png) right 25px center no-repeat;
background-color:#d01818;
border-right:1px solid #f1f5fa;
border-bottom:1px solid #f1f5fa;
}
.services_col .servic_box:nth-child(2) {
background:url(images/service-icon2-hover.png) right 25px center no-repeat;
background-color:#d01818;
border-right:1px solid #f1f5fa;
border-bottom:1px solid #f1f5fa;
}
.services_col .servic_box:nth-child(3) {
background:url(images/service-icon3-hover.png) right 25px center no-repeat;
background-color:#d01818;
border-right:1px solid #f1f5fa;
border-bottom:1px solid #f1f5fa;
}
.services_col.two .servic_box:nth-child(1) {
background:url(images/service-icon4-hover.png) right 25px center no-repeat;
background-color:#d01818;
}
.services_col.two .servic_box:nth-child(2) {
background:url(images/service-icon5-hover.png) right 25px center no-repeat;
background-color:#d01818;
}
.services_col.two .servic_box:nth-child(3) {
background:url(images/service-icon6-hover.png) right 25px center no-repeat;
background-color:#d01818;
}
.servic_box:hover h5 {
	font-size:32px;
	height:34px;
}
.servic_box:hover strong {
	color:#253241;
}
.servic_box:hover {
	box-shadow:inset 0px 0px 0px 0px #f5f5f5;
}
.servic_box:after {
	margin:0px;
	padding:0px;
	content:"";
	position:absolute;
	z-index:5;
	right:5px;
	top:5px;
	width:15px;
	height:15px;
	background:url(images/white-triangle.png) center center no-repeat;
	background-size:100% 100%;
}
.home_our_services {
	margin:0px;
	padding:0px;
	width:540px;
	float:right;
}
.hos_thumb {
	margin:0px 0px 25px;
	padding:0px;
}
.hos_thumb img {
	margin:0px;
	padding:0px;
	width:100%;
	display:block;
}
.home_our_services h5 {
	margin:0px;
	padding:0px 0px 15px;
	font-size:24px;
	color:#253241;
}
.rentcar_wrapper {
	margin:0px;
	padding:70px 0px 100px;
	background:#000;
}
.car_rent {
	margin:0px;
	padding:0px;
	width:510px;
	float:left;
}
.car_rent h3 {
	margin:0px;
	padding:0px 0px 10px;
	font-size:32px;
	color:#fff;
	font-weight:700;
	font-family:'Roboto', sans-serif;
}
.car_rent p {
	margin:0px;
	padding:0px;
	color:#b5bec9;
}
.call_for_rant {
	margin:0px;
	padding:0px;
	width:490px;
	float:right;
}
.for_register {
	margin:0px;
	padding:0px;
	width:215px;
	float:left;
}
.for_register a {
	margin:0px;
	padding:20px 10px;
	text-align:center;
	color:#fff;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
	background:#d01818;
	display:block;
	text-decoration:none;
}
.for_register a:hover {
	background:#c10e0e;
}
.for_call {
	margin:0px;
	padding:0px;
	width:230px;
	float:right;
}
.for_call label {
	margin:0px;
	padding:0px 0px 8px;
	color:#b5bec9;
	display:block;
	font-size:15px;
}
.for_call a {
	margin:0px;
	padding:0px 0px 0px 30px;
	color:#fff;
	font-size:27px;
	font-weight:700;
	display:block;
	position:relative;
	background:url(images/call.png) left top 5px no-repeat;
	font-family:'Roboto Condensed', sans-serif;
}
.for_call a:hover {
	color:#fff;
}
.rent_info_box {
	margin:-35px 0px 0px;
	padding:0px;
}
.rinfo_box {
	margin:0px 30px 0px 0px;
	padding:50px 40px;
	width:265px;
	float:left;
	background:#f1f5fa;
	position:relative;
	text-align:center;
}
.info_name {
	margin:0px;
	padding:0px;
	color:#d01818;
	font-size:16px;
	text-align:center;
}
.rinfo_count {
	margin:0px;
	padding:0px;
	color:#000;
	font-size:40px;
	font-weight:700;
	font-family:'Roboto Condensed', sans-serif;
}
.rinfo_box:after {
	content:"";
	position:absolute;
	left:8px;
	bottom:8px;
	background:url(images/black-triangle.png) center center no-repeat;
	width:10px;
	height:10px;
	background-size:100% 100%;
}
.rent_info_box .rinfo_box:nth-child(4) {
float:right;
margin-right:0px;
}
.vehicle_fleet {
	margin:0px;
	padding:120px 0px 80px;
}
.vehicle_fleet h3 {
	text-align:center;
}
.vehicle_fleet .view_all a {
	margin:0px auto;
	padding:10px 10px;
	font-size:14px;
	font-weight:400;
	width:100px;
}
.vehicle_fleet .view_all {
	padding-top:10px;
	padding-bottom:50px;
}
.vehicle_fleet .car_feature {
	margin-bottom:50px;
}
.car_work {
	margin:0px;
	padding:0px;
	background:#f6f6f6;
}
.carwork_container {
	margin:0px auto;
	padding:100px 15px 80px;
	max-width:1300px;
	text-align:center;
}
.work_box {
	margin:0px 70px 0px 0px;
	padding:120px 0px 0px;
	width:265px;
	float:left;
	text-align:center;
	background:url(images/work-1.png) center top no-repeat;
	position:relative;
}
.work_box h4 {
	margin:0px;
	padding:0px 0px 15px;
	color:#253241;
	font-size:22px;
}
.work_box+.work_box {
	background:url(images/work-2.png) center top no-repeat;
}
.work_box+.work_box+.work_box {
	background:url(images/work-3.png) center top no-repeat;
}
.work_box+.work_box+.work_box+.work_box {
	background:url(images/work-4.png) center top no-repeat;
}
.work_box:nth-child(4) {
float:right;
margin-right:0px;
}
.work_box:after {
	content:"";
	position:absolute;
	right:-105px;
	top:50px;
	background:url(images/dots.png) left top no-repeat;
	width:160px;
	height:2px;
	background-size:100% 100%;
}
.work_box:nth-child(3):after {
right:-115px;
}
.work_box:nth-child(4):after {
content:none;
}
.review_wrapper {
	margin:0px;
	padding:0px;
	background:#000;
}
.review_container {
	margin:0px auto;
	padding:100px 15px 90px;
	max-width:1300px;
}
.review_top {
	margin:0px;
	padding:0px;
	color:#fff;
	text-align:center;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	font-family:'Open Sans', sans-serif;
}
.review_container h3 {
	text-align:center;
	color:#fff;
}
.testimo {
	margin:0px;
	padding:0px;
	text-align:center;
	text-align:center;
}
.testimo img {
	margin:0px;
	padding:0px 0px 40px;
	max-width:100%;
	display:inline-block;
}
.testimo_box {
	margin:0px 1%;
	padding:0px;
	width:31.33%;
	float:left;
}
.testo_text {
	margin:0px;
	padding:40px;
	position:relative;
	background:#d01818;
	border-radius:4px;
	text-align:left;
}
.testo_text:after {
	content:"";
	position:absolute;
	right:calc(30% - 14px);
	width:28px;
	height:28px;
	bottom:-28px;
	background:url(images/tetimo-trianle1.png) left top no-repeat;
	z-index:1;
}
.testo_text p {
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:16px;
	line-height:32px;
	font-family:'Merriweather', serif !important;
}
.testimo_box.active .testo_text {
	background:#fff;
}
.testimo_box.active .testo_text:after {
	background:url(images/tetimo-trianle2.png) left top no-repeat;
	bottom:-27px;
}
.testimo_box.active p {
	color:#222;
}
.testimo_admin {
	margin:55px 0px 0px;
	padding:0px;
	width:70%;
	text-align:right;
}
.testimo_admin_thumb {
	margin:0px;
	padding:0px;
	width:60px;
	float:right;
}
.testimo_admin_thumb img {
	margin:0px;
	padding:0px;
	display:block;
	width:60px;
	height:60px;
	background:#cccccc;
	border-radius:50%;
}
.testimo_admin_info {
	margin:0px;
	padding:12px 0px 0px;
	width:calc(100% - 80px);
	float:left;
}
.testimo_admin_info h6 {
	margin:0px;
	padding:0px;
	color:#fff;
	text-transform:capitalize;
	font-size:18px;
	font-weight:400;
	font-family:'Montserrat', sans-serif;
}
.testimo_admin_info span {
	margin:0px;
	padding:0px;
	color:#a9aeb3;
	display:block;
	font-size:12px;
	font-family:'Lato', sans-serif;
	font-weight:400;
}
.news_section {
	margin:0px;
	padding:50px 0px 70px;
}
.news_section h3 {
	text-align:center;
}
.home_news_list {
	margin:0px;
	padding:0px;
}
.home_news_box {
	margin:0px 35px 0px 0px;
	padding:0px;
	width:360px;
	float:left;
}
.home_news_thumb {
	margin:0px 0px 30px;
	padding:0px;
}
.home_news_thumb img {
	margin:0px;
	padding:0px;
	display:block;
	width:100%;
	height:280px;
	object-fit:cover;
	overflow:hidden;
}
.home_news_info {
	margin:0px;
	padding:0px;
}
.home_news_info h4 {
	margin:0px 0px 15px;
	padding:0px;
	font-size:22px;
	height:55px;
	overflow:hidden;
	color:#253241;
}
.home_news_info h4 a {
	margin:0px;
	padding:0px;
	color:#253241;
	text-decoration:none;
	font-family:'Roboto Condensed', sans-serif;
}
.home_news_info h4 a:hover {
	color:#d01818;
}
.home_news_info p {
	padding-bottom:30px;
}
.news_date {
	margin:0px;
	padding:0px 0px 6px;
	font-size:12px;
	position:relative;
	color:#253241;
	text-transform:uppercase;
	line-height:18px;
}
.news_date a {
	margin:0px;
	padding:0px;
	font-size:12px;
	position:relative;
	color:#253241;
	text-transform:uppercase;
	text-decoration:none;
	line-height:18px;
}
.news_date a:hover {
	color:#000;
}
.news_date span {
	margin:0px;
	padding:0px 10px;
	display:inline-block;
	vertical-align:middle;
}
.news_date span img {
	margin:0px;
	padding:0px;
	max-width:100%;
	height:12px;
	line-height:18px;
}
.read_full a {
	margin:0px;
	padding:0px 0px 3px;
	color:#253241;
	text-decoration:none;
	text-transform:uppercase;
	font-family:'Montserrat', sans-serif;
	font-size:12px;
	font-weight:700;
	position:relative;
	float:left;
}
.read_full a:after {
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:2px;
	background:#253241;
}
.read_full a:hover {
	color:#d01818;
}
.read_full a:hover:after {
	background:#d01818;
}
.read_full label {
	margin:0px;
	padding:0px;
	color:#253241;
	text-decoration:none;
	text-transform:uppercase;
	font-family:'Montserrat', sans-serif;
	font-size:12px;
	font-weight:700;
	float:right;
}
.read_full label img {
	margin:0px;
	padding:0px;
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
}
.home_news_box:nth-child(3) {
float:right;
margin-right:0px;
}
.now_rental_section {
	margin:0px;
	padding:0px;
	background:#d01818;
}
.rental_container {
	margin:0px auto;
	padding:60px 15px;
	max-width:900px;
	text-align:center;
	color:#fff;
}
.rental_container h3 {
	margin:0px;
	padding:0px 0px 10px;
	color:#fff;
	font-size:40px;
}
.rental_container p {
	margin:0px;
	padding:0px 0px 35px;
	color:#fff;
	font-size:18px;
}
.rental_container a {
	margin:0px;
	padding:20px 15px;
	width:215px;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	background:#000;
transition:all .5s ease;
}
.rental_container a:hover {
	background:#253241;
}
.footer_wrapper {
	margin:0px;
	padding:0px;
	background:#121820;
	position:relative;
}
.footer_container {
	margin:0px auto;
	padding:50px 15px 60px;
	max-width:1180px;
}
.footer_container h5 {
	margin:0px;
	padding:0px 0px 25px 0px;
	color:#fff;
	font-size:18px;
	font-family:'Roboto', sans-serif;
	font-weight:700;
	text-transform:capitalize;
	display:block;
}
.footer_logo {
	margin:0px 0px 30px;
	padding:0px;
	text-align:center;
}
.footer_logo img {
	margin:0px;
	padding:0px;
	max-width:100%;
	display:inline-block;
}
.social {
	margin:0px 0px 50px;
	padding:0px;
	text-align:center;
}
.social ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}
.social ul li {
	margin:0px;
	padding:0px 2px;
	display:inline-block;
}
.social ul li img {
	margin:0px;
	padding:0px;
	max-width:100%;
	display:block;
}
.footer_left {
	margin:0px 50px 0px 0px;
	padding:0px;
	width:320px;
	float:left;
}
.footer_left p {
	margin:0px;
	padding:0px 0px 30px 0px;
	color:#a9aeb3;
	font-size:15px;
}
.footer_left ul {
	margin:0px;
	padding:0px 0px 10px;
	list-style-type:none;
}
.footer_left ul li {
	margin:0px;
	padding:0px 0px 12px 25px;
	color:#a9aeb3;
	font-size:15px;
	font-weight:400;
}
.footer_left ul li a {
	margin:0px;
	padding:0px;
	color:#a9aeb3;
	font-size:15px;
	font-weight:400;
	display:inline-block;
	text-decoration:none;
}
.footer_left ul li a:hover {
	color:#a9aeb3;
}
.footer_left ul li {
	background:url(images/venue.png) left 3px top 2px no-repeat;
}
.footer_left ul li+li {
	background:url(images/mail.png) left top 4px no-repeat;
}
.footer_left ul li+li+li {
	background:url(images/ph.png) left top 1px no-repeat;
}
.footer_middle {
	margin:0px;
	padding:0px;
	width:200px;
	float:left;
}
.footer_middle ul {
	margin:0px;
	padding:0px 0px 10px;
	list-style-type:none;
}
.footer_middle ul li {
	margin:0px;
	padding:0px 0px 12px 25px;
	background:url(images/fli-arrow.png) left top 5px no-repeat;
}
.footer_middle ul li a {
	margin:0px;
	padding:0px;
	color:#a9aeb3;
	font-size:15px;
	font-weight:400;
	display:inline-block;
	text-decoration:none;
}
.footer_middle ul li a:hover {
	color:#fff;
}
.footer_right {
	margin:0px;
	padding:0px;
	width:208px;
	float:right;
}
.footer_right p {
	margin:0px;
	padding:0px 0px 15px 0px;
	color:#a9aeb3;
	font-size:15px;
}
.footer_right input[type="email"] {
	margin:0px 0px 10px;
	padding:10px 20px;
	height:55px;
	width:100%;
	color:#a9aeb3;
	font-size:12px;
	font-weight:400;
	font-family:'Roboto', sans-serif;
	border:none;
	background:#fff;
}
.footer_right input[type="submit"] {
	margin:0px;
	padding:10px 30px;
	width:auto;
	height:40px;
	color:#fff;
	font-size:16px;
	font-weight:400;
	font-family:'Roboto', sans-serif;
	border:none;
	text-transform:capitalize;
	background:#d01818;
	cursor:pointer;
}
.footer_right input[type="button"]:hover, input[type="submit"]:hover {
	background:#ba0f0f;
}
.copywrite {
	margin:0px;
	padding:60px 0px 0px;
	text-align:center;
}
.copywrite p {
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:15px;
}
.copywrite p a {
	margin:0px 0px 0px 20px;
	padding:0px;
	color:#d01818;
	display:inline-block;
	text-decoration:underline;
}
.copywrite p a:hover {
	text-decoration:none;
}
.go_top {
	margin:0px;
	padding:0px;
	position:absolute;
	right:50px;
	bottom:50px;
	z-index:10;
}
.go_top a {
	margin:0px;
	padding:0px;
}
.go_top a img {
	margin:0px;
	padding:0px;
	max-width:100%;
	display:block;
}
/*--------------------Inner page----------------------*/
.inner_banner {
	margin:0px;
	padding:0px;
	position:relative;
}
.inner_banner img {
	margin:0px;
	padding:0px;
	width:100%;
	height:250px !important;
	display:block;
	object-fit:cover;
	overflow:hidden;
}
.banner_layer {
	margin:0px;
	padding:0px;
	background:rgba(204, 204, 204, .2);
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:2;
}
.inner_caption_container {
	margin:0px auto;
	padding:0px;
	width:655px;
	height:300px;
	text-align:center;
	background:url(images/inner-caption-bg.png) center top no-repeat;
	background-size:100% 300px;
	position:absolute;
	top:0px;
	left:0;
	right:0;
}
.inner_caption_container h1 {
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:40px;
	font-weight:900;
	text-transform:uppercase;
	font-family:'Roboto', sans-serif;
}
.inner_caption_title {
	margin:0px;
	padding:0px;
	position:absolute;
	width:440px;
	left:50%;
	top:42%;
	transform:translate(-50%, -50%);
	text-align:center;
}
.breadcrumb {
	margin:0px auto;
	padding:15px 0px;
	max-width:430px;
	position:relative;
	z-index:99;
	overflow:hidden;
}
.breadcrumb ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}
.breadcrumb ul li {
	margin:0px;
	padding:0px 25px 0px 8px;
	background:url(images/frd-arrow.png) right center no-repeat;
	font-size:15px;
	color:#fff;
	text-decoration:none;
	text-transform:capitalize;
	display:inline-block;
}
.breadcrumb ul li a {
	margin:0px;
	padding:0px;
	font-size:15px;
	color:#fff;
	text-decoration:none;
	text-transform:capitalize;
}
.breadcrumb ul li a:hover {
	color:#dc1c1c;
}
.breadcrumb ul li:last-child {
	background:none;
	padding-right:0px;
}
.all_default_page {
	margin:0px;
	padding:0px;
}
.container {
	margin:0px auto;
	padding:60px 15px;
	max-width:1180px;
}
.container h2 {
	margin:0px;
	padding:0px 0px 15px 0px;
	color:#253241;
	font-size:30px;
	text-transform:capitalize;
	display:block;
}
.container h3 {
	margin:0px;
	padding:0px 0px 15px 0px;
	color:#253241;
	font-size:24px;
	text-transform:capitalize;
	display:block;
}
.container h3 a {
	margin:0px;
	padding:0px;
	color:#253241;
transition:all .5s ease;
}
.container h3 a:hover {
	color:#d01818;
}
.container h4 {
	margin:0px;
	padding:0px 0px 15px 0px;
	color:#253241;
	font-size:20px;
	text-transform:capitalize;
	display:block;
}
.container h4 a {
	margin:0px;
	padding:0px;
	color:#253241;
transition:all .5s ease;
}
.container h4 a:hover {
	color:#d01818;
}
.container h5 {
	margin:0px;
	padding:0px 0px 15px 0px;
	color:#253241;
	font-size:18px;
	text-transform:uppercase;
	display:block;
}
.container p {
	margin:0px;
	padding:0px 0px 30px 0px;
	color:#555555;
	font-size:15px;
}
.container p a {
	margin:0px;
	padding:0px;
	color:#555555;
	font-size:15px;
	text-decoration:none;
	display:inline-block;
}
.container p a:hover {
	color:#000;
}
.container p label {
	margin:0px;
	padding:0px;
	display:inline-block;
	color:#555555;
	font-size:15px;
}
.container p span {
	margin:0px;
	padding:0px;
	display:inline-block;
	color:#555555;
	font-size:15px;
}
.container p strong {
	margin:0px;
	padding:0px;
	display:inline-block;
	color:#555555;
	font-size:15px;
	font-weight:700;
}
.container ul {
	margin:0px;
	padding:0px 0px 20px 20px;
	list-style:disc;
}
.container ul li {
	margin:0px;
	padding:0px 0px 10px;
	color:#555555;
	font-size:15px;
}
.fleet_container {
	margin:0px;
	padding:10px 0px 10px;
}
.fleet_sidebar {
	margin:-100px 0px 0px 0px;
	padding:0px;
	width:265px;
	float:left;
}
.fleet_sidebar h6 {
	margin:0px;
	padding:20px 30px;
	color:#fff;
	font-family:'Montserrat', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	position:relative;
	background:url(images/service-icon6.png) right 15px top 15px no-repeat;
	background-size:34px auto;
	background-color:#131414;
}
.fleet_sidebar h6:before {
	content:"";
	position:absolute;
	background:url(images/red-triangle.png) left top no-repeat;
	background-size:100% 100%;
	width:15px;
	height:15px;
	left:5px;
	top:5px;
}
.fleet_sidebar_search {
	margin:0px;
	padding:35px 25px 45px;
	background:#f1f5fa;
}
.fleet_sidebar_search input[type="text"], .fleet_sidebar_search select {
	margin:0px;
	padding:12px 15px;
	width:100%;
	height:50px;
	color:#222222;
	font-size:15px;
	font-weight:400;
	font-family:'Lato', sans-serif;
	border:1px solid;
	border-color:#dddddd;
	-moz-appearance:none;
	-webkit-appearance:none;
	position:relative;
	background:url(images/dropdown-arrow.png) right 21px top 22px no-repeat;
	background-color:#fff;
}
.search_field {
	margin:0px;
	padding:0px 0px 15px;
}
.search_from {
	margin:0px;
	padding:00px;
	width:48%;
	float:left;
}
.search_to {
	margin:0px;
	padding:00px;
	width:48%;
	float:right;
}
.fleat_search_details {
	margin:0px;
	padding:0px;
	width:100%;
	float:none;
}
.fleet_search_box {
	margin:0px 0px 40px;
	padding:0px;
}
.fleet_search_box_thumb {
	margin:0px;
	padding:0px;
	width:300px;
	/* float:left; */
    position:relative;
	display:inline-block;
	vertical-align:middle;
}
.fleet_search_box_thumb img {
	margin:0px;
	padding:0px;
	display:block;
	width:100%;
	height:220px;
	object-fit:cover;
}
.car_label {
	margin:0px;
	padding:6px 12px;
	position:absolute;
	right:20px;
	top:20px;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
	background:#d01818;
	font-family:'Montserrat', sans-serif;
	border-radius:2px;
}
.fleet_search_box_info {
	margin:0px;
	padding:0px 0 0 50px;
	width:calc(100% - 320px);
	float:none;
	display:inline-block;
	vertical-align:middle;
}
.fsbi_text {
	margin:0px;
	padding:0px; /*width:400px; float:left;*/
}
.fsbi_price {
	margin:0px;
	padding:0px;
	width:146px; /*float:right;*/
}
.fsbi_price label {
	margin:0px;
	padding:10px 10px;
	color:#fff;
	font-size:24px;
	font-weight:900;
	text-transform:uppercase;
	background:#d01818;
	display:block;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
.fleet_search_box_info table {
	width:100%;
}
.fleet_search_box_info td {
	margin:0px;
	padding:0px 0px 8px;
	font-size:13px;
	font-weight:700;
	font-family:'Lato', sans-serif;
	color:#222222;
}
.red_border {
	margin:40px 0px 0px;
	padding:0px;
	height:4px;
	background:#d01b1b;
}
.wp-pagenavi {
	margin:0px;
	padding:40px 0px 0px;
}
.wp-pagenavi a, .wp-pagenavi span {
	margin:0px 6px 0px 0px;
	padding:10px 18px;
	display:inline-block;
	text-align:center;
	font-size:15px;
	font-weight:400;
	color:#253241;
	background:#fff;
	border:1px solid #dddddd;
	border-radius:2px;
	font-family:'Montserrat', sans-serif;
}
.wp-pagenavi span.current, .wp-pagenavi a:hover {
	background:#d01818;
	color:#fff;
	border-color:#d01818;
}
/*------Services-----*/
.services_top {
	margin:0px auto;
	padding:80px 15px 20px;
	max-width:1240px;
}
.services_top h3 {
	padding:0px 0px 20px;
}
.services_top h4 {
	padding-bottom:20px;
}
.services_top_left {
	margin:0px;
	padding:0px;
	width:560px;
	float:left;
}
.services_top_right {
	margin:0px;
	padding:0px;
	width:630px;
	float:right;
}
.services_top_right img {
	margin:0px;
	padding:0px;
	width:100%;
	display:block;
}
.ss_list {
	margin:0px;
	padding:0px;
}
.ss_list_box {
	margin:0px 0px 50px;
	padding:0px;
}
.service_showoff {
	margin:0px;
	padding:25px 25px;
	width:360px;
	float:left;
	cursor:pointer;
	position:relative;
	box-shadow:0px 0px 10px #eee;
}
.service_showoff h5 {
	margin:0px;
	padding:0px;
	font-size:24px;
	height:50px;
	color:#ccc;
	font-family:'Montserrat', sans-serif;
	font-weight:700;
	cursor:pointer;
}
.service_showoff .service_icon {
	margin:0px 0px 20px;
	padding:0px;
	min-height:80px;
	position:relative;
	cursor:pointer;
}
.service_showoff strong {
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:24px;
	text-transform:capitalize;
	font-weight:700;
	display:block;
	text-align:right;
	cursor:pointer;
}
.ss_list .ss_list_box:nth-child(1) .service_showoff:hover {
background:url(images/s-icon1.png) right 25px center no-repeat;
background-color:#fff;
}
.ss_list .ss_list_box:nth-child(2) .service_showoff:hover {
background:url(images/s-icon2.png) right 25px center no-repeat;
background-color:#fff;
}
.ss_list .ss_list_box:nth-child(3) .service_showoff:hover {
background:url(images/s-icon3.png) right 25px center no-repeat;
background-color:#fff;
}
.ss_list .ss_list_box:nth-child(4) .service_showoff:hover {
background:url(images/s-icon4.png) right 25px center no-repeat;
background-color:#fff;
}
.ss_list .ss_list_box:nth-child(5) .service_showoff:hover {
background:url(images/s-icon5.png) right 25px center no-repeat;
background-color:#fff;
}
.ss_list .ss_list_box:nth-child(6) .service_showoff:hover {
background:url(images/s-icon6.png) right 25px center no-repeat;
background-color:#fff;
}
.ss_list .ss_list_box:nth-child(1) .service_showoff {
background:url(images/s-icon1-hover.png) right 25px center no-repeat;
background-color:#d01818;
}
.ss_list .ss_list_box:nth-child(2) .service_showoff {
background:url(images/s-icon2-hover.png) right 25px center no-repeat;
background-color:#d01818;
}
.ss_list .ss_list_box:nth-child(3) .service_showoff {
background:url(images/s-icon3-hover.png) right 25px center no-repeat;
background-color:#d01818;
}
.ss_list .ss_list_box:nth-child(4) .service_showoff {
background:url(images/s-icon4-hover.png) right 25px center no-repeat;
background-color:#d01818;
}
.ss_list .ss_list_box:nth-child(5) .service_showoff {
background:url(images/s-icon5-hover.png) right 25px center no-repeat;
background-color:#d01818;
}
.ss_list .ss_list_box:nth-child(6) .service_showoff {
background:url(images/s-icon6-hover.png) right 25px center no-repeat;
background-color:#d01818;
}
.service_showoff:hover h5 {
	font-size:49px;
	height:50px;
}
.service_showoff:hover strong {
	color:#253241;
}
.service_showoff:after {
	margin:0px;
	padding:0px;
	content:"";
	position:absolute;
	z-index:5;
	right:8px;
	top:8px;
	width:20px;
	height:20px;
	background:url(images/white-triangle.png) center center no-repeat;
	background-size:100% 100%;
}
.services_showtext {
	margin:0px;
	padding:0px 0px 0px;
	width:calc(100% - 390px);
	float:right;
}
/*-------News--------*/

.news_details_section {
	margin:0px;
	padding:0px; /*width:calc(100% - 310px);*/
	width:100%;
	float:left;
}
.news_box {
	margin:0px 0px 40px;
	padding:0px;
}
.news_box_thumb {
	margin:0px 0px 30px;
	padding:0px;
}
.news_box_thumb img {
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
	display:block;
}
.newsadmin {
	margin:0px 0px 30px 0px;
	padding:0px 0px 15px;
	border-bottom:1px solid #eee;
}
.post_date {
	margin:-88px 0 0 30px;
	padding:16px 10px;
	float:left;
	width:75px;
	height:75px;
	background:#d01818;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	position:relative;
	z-index:9;
}
.post_date:after {
	content:"";
	right:5px;
	bottom:5px;
	position:absolute;
	width:10px;
	height:10px;
	background:url(images/white-triangle.png) left top no-repeat;
	background-size:100% 100%;
	transform:rotate(90deg);
}
.post_date span {
	margin:0px;
	padding:0px;
	display:block;
	color:#fff;
	font-size:30px;
	line-height:30px;
	font-weight:700;
	text-transform:uppercase;
}
.post_info {
	margin:0px;
	padding:0px;
	float:right;
}
.post_info label {
	margin:0px;
	padding:0px 8px;
	color:#253241;
	text-decoration:none;
	text-transform:uppercase;
	font-family:'Montserrat', sans-serif;
	font-size:12px;
	font-weight:400;
	display:inline-block;
}
.post_info label a {
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#253241;
}
.post_info label a:hover {
	color:#d01818;
}
.post_info label img {
	margin:0px;
	padding:0px;
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
}
.news_short_text h3 a {
	color:#253241;
}
.news_short_text h3 a:hover {
	color:#d01818;
}
.news_sidebar {
	margin:0px;
	padding:0px;
	width:265px;
	float:right;
}
.news_sidebar h6 {
	margin:0px;
	padding:20px 30px;
	color:#fff;
	font-family:'Montserrat', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	position:relative;
	background-color:#131414;
}
.news_sidebar h6:before {
	content:"";
	position:absolute;
	background:url(images/red-triangle.png) left top no-repeat;
	background-size:100% 100%;
	width:15px;
	height:15px;
	left:5px;
	top:5px;
}
.news_sidebar_box {
	margin:0px 0px 40px;
	padding:35px 25px;
	background:#f1f5fa;
}
.news_seach input[type="search"] {
	margin:0px;
	padding:10px 40px 10px 20px;
	font-size:15px;
	color:#222;
	height:48px;
	width:100%;
	border:1px solid #ddd;
	background:#fff;
	font-family:'Lato', sans-serif;
}
.news_seach input[type="submit"] {
	margin:0px;
	padding:10px;
	width:40px;
	height:48px;
	color:#222;
	font-size:15px;
	font-weight:400;
	font-family:'Roboto', sans-serif;
	border:none;
	text-transform:uppercase;
	background:url(images/search-icon.png) center center no-repeat;
	text-indent:9999px;
	position:absolute;
	right:0px;
	top:0px;
}
.news_seach {
	position:relative;
}
.cat_list {
	margin:0px;
	padding:0px;
}
.cat_list ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.cat_list ul li {
	margin:0px;
	padding:0px;
	background:url(images/red-arrow.png) left top 8px no-repeat;
}
.cat_list ul li a {
	margin:0px;
	padding:0px 0px 10px 28px;
	color:#253241;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
	text-transform:capitalize;
	display:inline-block;
}
.recent_post {
	margin:0px 0px 25px;
	padding:0px;
}
.recent_thumb {
	margin:0px;
	padding:0px;
	width:78px;
	float:left;
}
.recent_thumb img {
	margin:0px;
	padding:0px;
	width:100%;
	height:78px;
	object-fit:cover;
	display:block;
}
.recent_info {
	margin:0px;
	padding:0px;
	width:calc(100% - 98px);
	float:right;
}
.recent_info a {
	margin:0px 0px 6px;
	padding:0px;
	color:#253241;
	font-size:15px;
	font-family:'Montserrat', sans-serif;
	font-weight:700;
	text-decoration:none;
	text-transform:capitalize;
	display:inline-block;
	height:40px;
	overflow:hidden;
}
.recent_info a:hover {
	color:#d01818;
}
.recent_info span {
	margin:0px;
	padding:0px;
	color:555;
	display:block;
	text-transform:capitalize;
	font-size:12px;
	font-family:'Lato', sans-serif;
}
.post_testimo {
	margin:20px 0px 50px;
	padding:50px 70px;
	background:url(images/comma.png) left 40px bottom 30px no-repeat;
	background-color:#f1f5fa;
	text-align:center;
}
.post_testimo p {
	margin:0px;
	padding:0px 0px 30px;
	font-size:16px;
	line-height:32px;
	font-family:'Merriweather', serif;
	font-weight:700;
	font-style:italic;
}
.post_testimo p span {
	margin:0px;
	padding:0px;
	display:inline-block;
	font-style:normal;
	color:#d01818;
	font-size:15px;
	font-weight:900;
}
.tag_list {
	margin:0px;
	padding:10px 0px 30px;
	border-bottom:1px solid #ddd;
}
.tag_list a {
	margin:0px 5px 0px 0px;
	padding:10px 14px;
	color:#253241;
	font-size:13px;
	font-family:'Montserrat', sans-serif;
	font-weight:normal;
	border:1px solid #ddd;
	display:inline-block;
	border-radius:2px;
}
.tag_list a:hover {
	color:#fff;
	background:#d01818;
	border-color:#d01818;
}
.single_page p {
	padding-bottom:30px;
}
/*---------------------------contact page-------------------------*/
.contact_body {
	margin:0px;
	padding:50px 0px;
}
.contact_top {
	margin:0px;
	padding:0px 0px 80px;
}
.contact_box {
	margin:0px 0px 20px;
	padding:0px 10px;
	width:33%;
	float:left;
}
.cimage {
	margin:0px auto -30px;
	padding:25px 10px;
	background:#000;
	text-align:center;
	width:80px;
	height:80px;
	position:relative;
	z-index:5;
}
.cimage img {
	margin:0px;
	padding:0px;
	max-width:100%;
	display:inline-block;
}
.ctext {
	margin:0px;
	padding:40px 20px;
	background:#f1f5fa;
	height:205px;
	position:relative;
	text-align:center;
}
.ctext h5 {
	text-transform:capitalize !important;
}
.ctext:after {
	margin:0px;
	padding:0px;
	content:"";
	position:absolute;
	left:5px;
	bottom:5px;
	width:10px;
	height:10px;
	background:url(images/black-triangle.png) left top no-repeat;
	background-size:100% 100%;
}
.red {
	background:#d01818;
}
.contact_top .contact_box:nth-child(2) .cimage, .contact_top .contact_box:nth-child(4) .cimage {
background:#d01818;
}
.con_text {
	margin:0px;
	padding:0px;
	position:absolute;
	width:220px;
	left:50%;
	top:62%;
	transform:translate(-50%, -50%);
}
.contact_map {
	margin:0px;
	padding:0px;
	width:550px;
	float:left;
}
.contact_form {
	margin:0px;
	padding:0px;
	width:540px;
	float:right;
}
.contatc_feild {
	margin:0px;
	padding:0px 0px 15px 0px;
}
.contact_form h3 {
	font-size:30px;
	font-weight:900;
	font-family:'Roboto', sans-serif;
}
.contact_form input[type="submit"] {
	margin-top:20px;
}
#search-2 label span.screen-reader-text {
	display:none;
}
h2.widget-title {
	display:none !important;
}
.hidefield, p.comment-notes, p.comment-form-cookies-consent {
	display:none;
}
.left_field {
	width:48%;
	float:left;
	margin:0px;
	padding:0px 0px 40px;
}
.right_field {
	width:48%;
	float:right;
	margin:0px;
	padding:0px 0px 40px;
}
.left_field label, .right_field label, p.comment-form-comment label {
	margin:0px;
	padding:0px 0px 10px;
	display:block;
	font-size:14px;
	text-transform:uppercase;
	font-weight:900;
}
#comments {
	padding-top:60px;
}
.comment-author img {
	margin:0px 25px 0px 0px;
	padding:0px;
	border-radius:50%;
	vertical-align:top;
}
.comment-author b {
	margin:0px;
	padding:0px 25px 0px 0px;
	font-size:18px;
	font-weight:900;
	text-transform:capitalize;
	color:#253241;
	display:inline-block;
}
span.says, p.comment-awaiting-moderation {
	display:none !important;
}
.comment-author, .comment-metadata {
	display:inline-block;
}
.comment-content {
	margin:-20px 0px 0px;
	padding:0px 0px 0px 85px;
}
.comment-content p {
	margin:0px;
	padding:0px 0px 30px;
	color:#555;
	font-family:'Lato', sans-serif;
}
.comment-reply a {
	margin:0px;
	padding:5px 15px;
	color:#253241;
	font-size:12px;
	background:#f1f5fa;
	font-family:'Montserrat', sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	display:inline-block;
	position:absolute;
	right:0px;
	top:0px;
}
.comment-list li {
	margin:0px 0px 30px;
	padding:0px 0px 0px;
	border-bottom:1px solid #eee;
	position:relative;
}
.comment-list li:last-child {
	border-bottom:none;
}
ol.children li {
	padding-top:30px;
	border-bottom:none;
	border-top:1px solid #eee;
}
ol.children li p {
	padding-bottom:0px;
}
ol.children li .comment-reply a {
	top:30px;
}
.container.single_page h4, .container.single_page h3, .container.single_page h2, .container.single_page h5 {
	font-family:'Roboto', sans-serif;
	font-weight:900;
}
/*----- Single Fleet Car ------*/
.single_feelt_car .fleet_search_box_thumb {
	margin:0px 0px 30px;
	padding:0px;
	width:100%;
}
.single_feelt_car .fleet_search_box_thumb img {
	height:auto;
}
.single_feelt_car .fleet_search_box_info {
	width:100%;
}
.single_feelt_car .fsbi_price {
	margin-top:30px;
	float:none;
}
.featurecar .slick-slide {
	margin:0px 15px;
}
.feature_list_wrapper .home_container {
	padding:0px;
}
.slick-prev, .slick-next {
	width:40px;
	height:36px;
	top:-65px;
}
.slick-prev {
	background:url(images/pre.png) center center no-repeat;
	background-size:100% 100%;
	left:inherit !important;
	right:25px !important;
}
.slick-next {
	background:url(images/next.png) center center no-repeat;
	background-size:100% 100%;
}
.slick-prev:before, .slick-next:before {
	content:none;
	opacity:1;
}
.owl-carousel.owl-drag .owl-item.active+.active .testo_text {
	background:#fff;
}
.owl-carousel.owl-drag .owl-item.active+.active .testo_text:after {
	background:url(images/tetimo-trianle2.png) left top no-repeat;
	bottom:-27px;
}
.owl-carousel.owl-drag .owl-item.active+.active .testo_text p {
	color:#222;
}
.owl-carousel.owl-drag .owl-item.active+.active+.active .testo_text {
	background:#d01818;
}
.owl-carousel.owl-drag .owl-item.active+.active+.active .testo_text p {
	color:#fff;
}
.owl-carousel.owl-drag .owl-item.active+.active+.active .testo_text:after {
	bottom:-28px;
	background:url(images/tetimo-trianle1.png) left top no-repeat;
}
.owl-theme .owl-dots {
	padding-top:30px !important;
}
.owl-theme .owl-dots .owl-dot span {
	border:2px solid #68696a;
	background:none !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot span:hover {
	border-color:#d01818;
	background:#d01818 !important;
}
.tss-wrapper .owl-theme .owl-dots .owl-dot span {
	opacity:1 !important;
}
/*--Mobile Menu--*/
.mobile_nav {
	margin:0px;
	padding:0px;
	display:none;
}
.pushy-content ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.pushy-content ul li {
	margin:0px;
	padding:0px;
}
.slick-dots {
	display:none !important;
}
#pull {
	display:none;
}
/**/
a.mid-section-btn {
	border:1px solid #000;
	padding:10px;
	text-decoration:none;
}
.page-id-11 .entry-content {
	text-align:center;
}
.services_top_center {
	text-align:center;
}
.wpcf7-list-item input[type="radio"] {
	opacity:0;
	position:fixed;
	width:0;
}
.wpcf7-list-item .wpcf7-list-item-label {
	display:block;
	background-color:transparent;
	padding:0px 20px;
	font-family:sans-serif, Arial;
	font-size:16px;
	height:45px;
	line-height:45px;
	border:1px solid #dddddd;
	border-radius:0;
	width:100%;
	text-align:center;
}
.vehicle-detail-section span.wpcf7-list-item {
	display:inline-block;
	margin:0 0 0;
	width:50%;
}
.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
	background-color:#d01818;
	color:#fff;
}
.contact-detail-section, .vehicle-detail-section {
	padding:2rem;
	background-color:white;
	margin:2rem auto;
	border-radius:0.25rem;
	box-shadow:0 2px 6px 0 rgba(0, 0, 0, 0.1);
	text-align:left;
	width:80%;
}
.halfwidth {
	width:48%;
	display:inline-block;
	margin-bottom:15px;
}
.halfwidth label {
	font-weight:bold;
	margin-bottom:0.5rem;
	display:inline-block;
	width:100%;
	text-transform:uppercase;
}
.fullwidth {
	text-align:center;
}
span.wpcf7-list-item.first span.wpcf7-list-item-label {
	border-right:0;
	border-radius:5px 0 0 5px;
}
span.wpcf7-list-item.last span.wpcf7-list-item-label {
	border-radius:0px 5px 5px 0;
}
.halfwidth.first {
	margin-right:2%;
}
.vehicle-detail-section h2, .contact-detail-section h2 {
	margin-bottom:15px;
}
.fleat_search_details .fleet_search_box {
	display:inline-block;
	border:solid 1px #f1f1f1;
	padding:10px;
}
.contact-location {
	margin:50px 0 0;
}
@media (min-width:768px) and (max-width:1024px) {
#pull {
display:block;
}
 .header_contact, .header_con {
width:100%;
}
.header_contact ul {
text-align:center;
}
.header_contact ul li {
padding-bottom:10px;
float:none;
display:inline-block;
}
.header_right {
padding-bottom:15px;
float:left;
width:100%;
text-align:left;
}
.header_right a {
padding:13px 10px 13px;
width:165px;
display:inline-block;
}
.header_call {
width:205px;
float:right;
margin:0px;
padding:18px 0px 0px;
}
/*.rev_slider_wrapper, .rev_slider, .tp-simpleresponsive > ul li{ height:320px !important;}*/
.caption_wrapper {
width:700px;
}
.caption_wrapper {
background-size:650px 100%;
}
.caption_box h1 {
font-size:35px !important;
line-height:35px !important;
}
.caption_box h2 {
padding-bottom:10px !important;
font-size:40px !important;
line-height:35px !important;
}
.caption_box h3 {
font-size:30px !important;
}
.caption_box h3 sup {
font-size:22px;
}
.caption_box h3 label {
font-size:22px;
}
.caption_box {
margin:0px auto;
width:100%;
max-width:360px;
}
.caption_container {
padding:0px 15px;
}
.find_easy {
padding:50px 0px 50px;
background:none;
}
.easy_content {
width:100%;
}
.feature_wrapper {
padding:50px 0px 0px;
}
.view_all {
padding:20px 15px 0px;
}
.home_services_section {
padding:50px 0px;
}
.show_services {
width:100%;
margin-bottom:30px;
}
.home_our_services {
width:100%;
}
.slick-prev {
right:60px !important;
}
.slick-next {
right:15px !important;
}
.rinfo_box {
width:24%;
margin:0px .5%;
padding:40px 15px;
}
.vehicle_fleet {
padding:60px 0px 30px;
}
.vehicle_fleet .car_feature, .vehicle_fleet .car_feature:nth-child(3n) {
margin:0px 1% 30px;
width:48%;
float:left;
}
.carwork_container {
padding:70px 15px 30px;
}
.work_box {
width:48%;
margin:0px 1% 30px;
}
.work_box:after {
content:none;
}
.testo_text {
padding:30px 20px;
}
.testimo_admin {
width:100%;
}
.home_news_box, .home_news_box:nth-child(3) {
width:48%;
margin:0px 1% 30px;
float:left;
}
.car_rent {
width:49%;
}
.call_for_rant {
padding:15px 0 0;
width:49%;
}
.for_register {
width:110px;
}
.footer_left {
margin:0px 2% 0px 0px;
width:28%;
}
.footer_middle {
padding:0px 10px 0px 0px;
width:18%;
}
.footer_right {
width:32%;
}
/*-------Inner Pages -----*/
.inner_caption_container h1 {
font-size:30px;
}
.services_top_left {
margin-bottom:20px;
width:100%;
}
.services_top_right {
width:100%;
}
.service_showoff {
width:300px;
}
.services_showtext {
padding:0px;
width:calc(100% - 325px);
}
.ss_list_box {
margin-bottom:30px;
}
/*------Fleet------*/
.fleet_search_box_thumb {
margin-bottom:20px;
width:100%;
}
.fleet_search_box_thumb img {
height:auto;
}
.fleet_search_box_info {
width:100%;
float:left;
}
/*----Contact Page----*/
.contact_body {
padding:30px 0px 0px;
}
.contact_top {
padding-bottom:60px;
}
.contact_box {
width:48%;
margin:0px 1% 50px;
}
.contact_map {
width:49%;
}
.contact_map iframe {
height:480px !important;
}
.contact_form {
width:49%;
}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width:959px) and (max-width:1024px) {
.vehicle_fleet .car_feature, .vehicle_fleet .car_feature:nth-child(3n) {
width:32.33%;
margin:0px .5% 30px;
}
.carf_thumb img {
height:210px;
}
.work_box {
width:24%;
margin:0px .5% 0px;
}
.home_news_box, .home_news_box:nth-child(3) {
width:32.33%;
margin:0px .5% 0px;
float:left;
}
.home_news_thumb img {
height:210px;
}
.show_services {
width:49%;
margin-bottom:0px;
}
.home_our_services {
width:49%;
}
.for_register {
width:180px;
}

/*-------Inner Pages -----*/
.services_showtext {
padding:10px 0px 0px;
width:calc(100% - 325px);
}
.services_top_left {
margin-bottom:0px;
width:49%;
}
.services_top_right {
width:49%;
}
/*------Fleet------*/
.fleet_search_box_thumb {
margin-bottom:0px;
width:280px;
}
.fleet_search_box_thumb img {
height:210px;
}
.fleet_search_box_info {
width:100%;
float:none;
}
.fsbi_text {
width:100%;
margin-bottom:10px;
}
.fsbi_price {
float:left;
}
 .container h5 {
text-transform:capitalize;
}
.contact_box {
width:25%;
margin:0px;
}
.contact_map iframe {
height:530px !important;
}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width:480px) and (max-width:767px) {
.header_contact, .header_con {
width:100%;
}
.header_contact ul {
text-align:center;
}
.header_contact ul li {
padding-bottom:10px;
float:none;
display:inline-block;
}
.header_right {
padding-bottom:15px;
float:left;
width:100%;
text-align:left;
}
.header_right a {
padding:13px 10px 13px;
width:165px;
display:inline-block;
}
.logo {
float:none;
width:100%;
text-align:center;
}
.logo img {
display:inline-block;
}
.header_call {
width:205px;
float:none;
margin:0px auto;
padding:20px 0px 0px;
}
.caption_wrapper {
width:100%;
background:none;
}
.banner img {
height:310px;
}
.caption_box h1 {
font-size:35px !important;
line-height:35px !important;
}
.caption_box h2 {
font-size:40px !important;
line-height:35px !important;
}
.caption_box h3 {
font-size:30px !important;
}
.caption_box h3 sup {
font-size:22px;
}
.caption_box h3 label {
font-size:22px;
}
.caption_box {
width:100%;
max-width:360px;
}
.caption_container {
padding:0px 15px;
}
.find_easy {
padding:40px 0px;
background:none;
}
.easy_content {
width:100%;
}
.easy_content h3 {
font-size:34px;
}
.easy_box {
padding:15px;
border:none;
width:100%;
}
.easy_box_thumb {
padding-bottom:10px;
}
.feature_wrapper {
padding-top:20px;
}
h3.section_title {
padding:0px 0px 25px;
font-size:34px;
}
.car_feature {
width:100%;
}
.carf_thumb img {
height:auto;
}
.home_services_section {
padding:40px 0px;
}
.show_services {
margin-bottom:30px;
width:100%;
}
.home_our_services {
width:100%;
}
 .rentcar_wrapper {
padding:40px 0px 70px;
}
.car_rent {
padding-bottom:30px;
width:100%;
}
.call_for_rant {
width:100%;
}
.for_register {
width:170px;
padding-bottom:20px;
}
 .rinfo_box, .rent_info_box .rinfo_box:nth-child(4) {
float:left;
width:100%;
margin:0px 0px 20px;
}
.vehicle_fleet {
padding:40px 0px 10px;
}
.carwork_container {
padding:40px 15px 30px;
}
.work_box {
width:100%;
float:left;
margin:0px 0px 20px;
}
.work_box:after {
content:none;
}
.review_container {
padding:40px 15px 40px;
}
.testimo img {
padding-bottom:20px;
}
.testimo_box {
width:100%;
}
.home_news_box {
margin:0px 0px 30px;
width:100%;
}
.home_news_thumb img {
height:auto;
}
.news_section {
padding:50px 0px 30px;
}
.rental_container h3 {
font-size:30px;
}
.social {
padding:0px 0px 25px;
}
.footer_left {
width:100%;
margin:0px 0px 20px;
}
.footer_middle {
width:50%;
padding:0px 10px 0px 0px;
}
.footer_right {
padding:10px 0px 0px;
width:100%;
float:left;
}
.copywrite {
padding:80px 0px 0px;
}
.go_top {
bottom:90px;
}
.footer_container {
padding:50px 15px 35px;
}
.slick-prev {
right:60px !important;
}
.slick-next {
right:15px !important;
}
.slick-prev, .slick-next {
top:-45px;
}
/*----- Inner pages ----*/
.inner_caption_container {
background:rgba(0, 0, 0, .6);
width:100%;
}
.inner_caption_title {
width:100%;
padding:0px 15px;
}
.inner_caption_container h1 {
font-size:28px;
}
.inner_banner img {
height:220px !important;
}
.inner_caption_container {
height:270px;
}
.services_top {
padding:50px 15px 20px;
}
.services_top_left {
margin-bottom:15px;
width:100%;
}
.services_top_right {
width:100%;
}
.container {
padding:45px 15px;
}
.service_showoff {
width:100%;
}
.services_showtext {
padding:25px 0px 0px;
width:100%;
}
.ss_list_box {
margin-bottom:0px;
}
/*------Fleet------*/
.fleet_sidebar {
width:100%;
margin:0px 0px 30px;
}
.fleet_container {
padding:0px;
}
.fleat_search_details {
width:100%;
}
.fleet_search_box_thumb {
margin-bottom:20px;
width:100%;
}
.fleet_search_box_thumb img {
height:auto;
}
.fleet_search_box_info {
width:100%;
float:left;
}
/*-------News---------*/
.news_sidebar {
width:100%;
}
.news_details_section {
margin-bottom:30px;
width:100%;
}
.wp-pagenavi {
padding:10px 0px 0px;
}
.tag_list a {
margin:0px 5px 10px 0px;
}
/*----Contact Page----*/
.contact_body {
padding:20px 0px 0px;
}
.contact_top {
padding-bottom:40px;
}
.contact_box {
width:100%;
}
.contact_map {
margin-bottom:30px;
width:100%;
}
.contact_map iframe {
height:400px !important;
}
.contact_form {
width:100%;
}
.rev_slider_wrapper, .rev_slider, .tp-simpleresponsive > ul li {
height:280px !important;
}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width:639px) and (max-width:767px) {
.rinfo_box, .rent_info_box .rinfo_box:nth-child(4) {
width:48%;
margin:0px 1% 10px;
}
.work_box {
width:48%;
margin:0px 1% 20px;
}
.go_top {
bottom:66px;
}
.logo {
width:280px;
float:left;
}
.header_call {
width:205px;
float:right;
margin:0px;
padding:18px 0px 0px;
}
/*-----------*/
.service_showoff {
width:275px;
}
.services_showtext {
padding:0px;
width:calc(100% - 300px);
}
.ss_list_box {
margin-bottom:0px;
}
.fsbi_text {
width:430px;
}
 .contact_box {
width:48%;
margin:0px 1% 50px;
}
}
@media only screen and (min-width:639px) and (max-width:738px) {
.feature_list_wrapper .home_container {
max-width:480px;
}
}
@media only screen and (min-width:739px) and (max-width:767px) {
/*------Fleet------*/
.fleet_sidebar {
width:265px;
}
.fleat_search_details {
/*width:calc(100% - 290px);*/
width:100%;
}
.fleet_search_box_thumb {
margin-bottom:20px;
width:100%;
}
.fleet_search_box_thumb img {
height:auto;
}
.fleet_search_box_info {
width:100%;
float:left;
}
.fsbi_price {
margin-top:10px;
float:left;
}
 .news_sidebar {
width:265px;
}
.news_details_section {
margin-bottom:0px;
width:calc(100% - 285px);
}
}
@media only screen and (max-width:479px) {
.header_contact, .header_con {
width:100%;
}
.header_contact ul li {
padding:0px 0px 10px;
}
.header_contact ul li:after {
content:none;
}
.header_right {
padding-bottom:15px;
float:left;
width:100%;
text-align:left;
}
.header_right a {
padding:13px 10px 13px;
width:165px;
display:inline-block;
}
.logo {
float:none;
width:100%;
text-align:center;
}
.logo img {
display:inline-block;
}
.header_call {
width:205px;
float:none;
margin:0px auto;
padding:20px 0px 0px;
}
.caption_wrapper {
width:100%;
background:none;
}
.banner img {
height:260px;
}
.caption_box h1 {
font-size:30px !important;
line-height:30px !important;
}
.caption_box h2 {
font-size:35px !important;
line-height:30px !important;
}
.caption_box h3 {
font-size:28px !important;
}
.caption_box h3 sup {
font-size:20px;
}
.caption_box h3 label {
font-size:20px;
}
.caption_box {
width:100%;
max-width:360px;
}
.caption_container {
padding:0px 15px;
}
.find_easy {
padding:40px 0px;
background:none;
}
.easy_content {
width:100%;
}
.easy_content h3 {
font-size:30px;
}
.easy_box {
padding:15px;
border:none;
width:100%;
}
.easy_box_thumb {
padding-bottom:10px;
}
.feature_wrapper {
padding-top:20px;
}
h3.section_title {
padding:0px 0px 25px;
font-size:30px;
}
.car_feature {
width:100%;
}
.carf_thumb img {
height:auto;
}
.home_services_section {
padding:40px 0px;
}
.show_services {
margin-bottom:30px;
width:100%;
}
.home_our_services {
width:100%;
}
.services_col {
width:100%;
}
 .rentcar_wrapper {
padding:40px 0px 70px;
}
.car_rent {
padding-bottom:30px;
width:100%;
}
.call_for_rant {
width:100%;
}
.for_register {
padding-bottom:20px;
}
.for_call {
float:left;
}
.rinfo_box, .rent_info_box .rinfo_box:nth-child(4) {
float:left;
width:100%;
margin:0px 0px 20px;
}
.vehicle_fleet {
padding:40px 0px 10px;
}
.carwork_container {
padding:40px 15px 30px;
}
.work_box {
width:100%;
float:left;
margin:0px 0px 20px;
}
.work_box:after {
content:none;
}
.review_container {
padding:40px 15px 40px;
}
.testimo img {
padding-bottom:20px;
}
.testimo_box {
width:100%;
}
.home_news_box {
margin:0px 0px 30px;
width:100%;
}
.home_news_thumb img {
height:auto;
}
.news_section {
padding:50px 0px 30px;
}
.rental_container h3 {
font-size:30px;
}
.social {
padding:0px 0px 25px;
}
.footer_left {
width:100%;
margin:0px 0px 20px;
}
.footer_middle {
width:50%;
padding:0px 10px 0px 0px;
}
.footer_right {
padding:10px 0px 0px;
width:100%;
float:left;
}
.copywrite {
padding:80px 0px 0px;
}
.go_top {
bottom:90px;
}
.footer_container {
padding:50px 15px 35px;
}
.view_all {
padding:30px 15px 0px;
}
.slick-prev, .slick-next {
display:none !important;
}
.testo_text {
padding:25px 20px;
}
/*----- Inner pages ----*/
.inner_caption_container {
background:rgba(0, 0, 0, .6);
width:100%;
}
.inner_caption_title {
width:100%;
padding:0px 15px;
}
.inner_caption_container h1 {
font-size:24px;
}
.inner_banner img {
height:180px !important;
}
.inner_caption_container {
height:230px;
}
.services_top {
padding:50px 15px 20px;
}
.services_top_left {
margin-bottom:15px;
width:100%;
}
.services_top_right {
width:100%;
}
.container {
padding:45px 15px;
}
.service_showoff {
width:100%;
}
.services_showtext {
padding:25px 0px 0px;
width:100%;
}
.ss_list_box {
margin-bottom:0px;
}
/*------Fleet------*/
.fleet_sidebar {
width:100%;
margin:0px 0px 30px;
}
.fleet_container {
padding:0px;
}
.fleat_search_details {
width:100%;
}
.fleet_search_box_thumb {
margin-bottom:20px;
width:100%;
}
.fleet_search_box_thumb img {
height:auto;
}
.fleet_search_box_info {
width:100%;
float:left;
}
.fsbi_price {
margin-top:10px;
float:left;
}
/*-------News---------*/
.news_sidebar {
width:100%;
}
.news_details_section {
margin-bottom:30px;
width:100%;
}
.wp-pagenavi {
padding:10px 0px 0px;
}
.post_testimo {
padding:40px 20px;
}
.tag_list a {
margin:0px 5px 10px 0px;
}
.left_field, .right_field {
padding:0px 0px 20px;
width:100%;
}
/*----Contact Page----*/
.contact_body {
padding:0px;
}
.contact_top {
padding-bottom:40px;
}
.contact_box {
width:100%;
}
.contact_map {
margin-bottom:30px;
width:100%;
}
.contact_map iframe {
height:290px !important;
}
.contact_form {
width:100%;
}
.rev_slider_wrapper, .rev_slider, .tp-simpleresponsive > ul li { /*height:240px !important;*/
}
}
@media only screen and (max-width:1024px) {
.header_wrap {
background:#000;
}
.header_nav {
display:none;
}
.mobile_nav {
display:block;
position:absolute;
right:15px;
bottom:15px;
}
.mobile_nav button {
margin:0px;
padding:10px 14px;
font-size:16px;
display:inline-block;
background:#d01818;
border:none;
font-weight:700;
color:#fff;
cursor:pointer;
}
}
@media only screen and (min-width:767px) {
.fleat_search_details .fleet_search_box:nth-child(2n) {
 margin-left:18px;
}
.fleat_search_details .fleet_search_box {
 width:49%;
}
}
@media only screen and (max-width:767px) {
.page-id-11 .entry-content img {
 width:100%;
 height:auto;
}
.fleet_search_box_info {
 padding:0;
}
.fsbi_text {
 width:100%;
}
.services_top_center img {
 width:100%;
 height:auto;
}
.contact-detail-section, .vehicle-detail-section {
 padding:1rem;
 width:100%;
}
.halfwidth.first {
 margin-right:0;
}
.halfwidth {
 width:100%;
 margin-bottom:10px;
}
.social {
 padding:0px 0px 25px;
 display:none;
}
.fleat_search_details .fleet_search_box {
}
.fleat_search_details .fleet_search_box:nth-child(2n) {
 margin-left:0px;
}
}
@media (min-width:768px) and (max-width:1100px) {
.fleat_search_details .fleet_search_box:nth-child(2n) {
 margin-left:10px;
}
.fleat_search_details .fleet_search_box {
 width:48%;
}
}
@media (min-width:1025px) and (max-width:1199px) {
.fleet_search_box_thumb img {
 height:140px;
}
.fleet_search_box_thumb {
 width:220px;
}
}
.slider-content h2 {
	font-size: 40px !important;
	line-height: 50px !important;
	color: #fff;
	font-weight: 500 !important;
}
.slider-content {
	float: right;
	padding: 20px !important;
	background: #000;
}
.recaptcha-field {
	width: 80%;
    margin: 0 auto 25px;
}
.fullwidth {
	text-align:left !important;
	width: 80%;
    margin: 0 auto 25px;
}
@media only screen and (max-width:767px) {
 .slider-content {
 float: none;
 padding: 12px !important;
 background: #000;
 margin-top: 16px !important;
}
.slider-content h2 {
 font-size: 19px !important;
 line-height: 24px !important;
 color: #fff;
 font-weight: 500 !important;
}
.recaptcha-field, .fullwidth {
 margin-left: 0px;
}
}
/*****NEW*******/