.nav-pills .nav-link.active {
	background-color: #0056B3 !important;
}

.navbar-nav > li {
	padding-left: 20px;
	padding-right: 20px;
}

.exit-btn {
	border-color: #0056B3!important;
	color: #0056B3!important;
}

html, body {
	font-family: 'Open Sans', sans-serif;
	scroll-behavior: smooth;
	padding-top: 25px;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: 600;
}

h1 {
	font-size: 50px;
	font-weight: 800;
}

h2 {
	font-size: 26px;
	font-weight: 300;
	margin: 0 0 25px;
}

h3 {
	font-size: 24px;
	font-weight: 300;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

a {
	color: #0056B3;
}

p {
	color: #1e1e1e;
	line-height: 1.6;
}

img {
	max-width: 100%;
}

input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
}

a:hover, a:focus {
	text-decoration: none;
	outline: none;
}

ul, ol {
	padding: 0;
	margin: 0;
}

/*
*
* ==========================================
* NAV
* ==========================================
*
*/
.navbar-nav {
	max-height: 400px;
	overflow-y: auto;
}

.navbar {
	font-size: 18px !important;
}

.nav-overlay {
	background: rgba(0, 0, 0, 0.3);
	min-height: 100%;
	height: 100%;
}

.megamenu {
	position: static;
}

.megamenu .dropdown-menu {
	background: none;
	border: none;
	width: 100%;
}

.quote-menu {
	background-color: transparent;
	border: 0;
	width: 300px !important;
	height: 400px !important;
}

/*---------------------
Helper CSS
-----------------------*/

/*---------------------
prevent aos horizontal scroll
-----------------------*/
section {
	overflow: hidden;
}

.block-text {
	display: block;
	overflow: hidden;
}

.container-wide {
	max-width: 1800px !important;
	width: 100% !important;
}

.card-horizontal {
	display: flex;
	flex: 1 1 auto;
}

.card-transparent-bg {
	background-color: rgba(255, 255, 255, 0.5) !important;
}

.claim-icon {
	color: #007bff;
	display: inline-block;
	float: left;
	margin-right: 2em;
}

.grey-subtext {
	color: #1e1e1e;
	font-size: 18px;
}

.section-title-btn {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 105px;
	padding-bottom: 105px;
}

.text-mba-blue h1, .text-mba-blue h2, .text-mba-blue h3, .text-mba-blue h4, .text-mba-blue h5, .text-mba-blue h6, .text-mba-blue p, .text-mba-blue span, .text-mba-blue li, .text-mba-blue a {
	color: #3773ca !important;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a
.text-white hr {
	color: #fff !important;
}

.text-black h1, .text-black h2, .text-black h3, .text-black h4, .text-black h5, .text-black h6, .text-black p, .text-black span, .text-black li, .text-black a {
	color: #000 !important;
}

.text-grey h1, .text-grey h2, .text-grey h3, .text-grey h4, .text-grey h5, .text-grey h6, .text-grey p, .text-grey span, .text-grey li, .text-grey a {
	color: #5d686b !important;
}

.text-blue, .text-blue h1, .text-blue h2, .text-blue h3, .text-blue h4, .text-blue h5, .text-blue h6, .text-blue p, .text-blue span, .text-blue li, .text-blue hr, .text-blue a {
	color: #0000ff !important;
}

.text-tangerine, .text-tangerine h1, .text-tangerine h2, .text-tangerine h3, .text-tangerine h4, .text-tangerine h5, .text-tangerine h6, .text-tangerine p, .text-tangerine span, .text-tangerine li, .text-tangerine a {
	color: #eb7600 !important;
}

.text-dark-orange, .text-dark-orange h1, .text-dark-orange h2, .text-dark-orange h3, .text-dark-orange h4, .text-dark-orange h5, .text-dark-orange h6, .text-dark-orange p, .text-dark-orange span, .text-dark-orange li, .text-dark-orange a {
	color: #eb7600 !important;
}

.text-skyblue, .text-skyblue h1, .text-skyblue h2, .text-skyblue h3, .text-skyblue h4, .text-skyblue h5, .text-skyblue h6, .text-skyblue p, .text-skyblue span, .text-skyblue li, .text-skyblue a {
	color: #71c8e1 !important;
}

.text-olive, .text-olive h1, .text-olive h2, .text-olive h3, .text-olive h4, .text-olive h5, .text-olive h6, .text-olive p, .text-olive span, .text-olive li, .text-olivee a {
	color: #859157 !important;
}

.card-title {
	color: #212529;
}

/*---------------------
Commom elements
-----------------------*/

/* background colors*/
.bg-dark {
	background-color: #1e1e1e;
}

.bg-olive {
	background-color: #797921;
}

.bg-green {
	background-color: #2e8540;
}

.bg-skyblue {
	background-color: #05a8c1;
}

.bg-mba-blue {
	background-color: #3773ca;
}

.bg-tangerine {
	background-color: #da6e02;
}

.bg-forest-green {
	background-color: #134e13;
}

.bg-amber {
	background-color: #ffbf00;
}

.bg-black {
	background-color: #000;
}

.bg-sienna {
	background-color: #8b4513;
}

.bg-gray {
	background-color: #585858;
}

.bg-royalblue {
	background-color: #4169E1;
}

/* buttons */
.roadside-hero-btn {
	background-color: #fff;
	border-color: #fff;
	color: #0056B3;
	font-size: 18px;
	padding: 20px 60px;
}
  
  .roadside-hero-btn:hover {
	background-color: #f8f9fa;
	border-color: #212529;
	color: #212529;
}

.roadside-pay-btn {
	background-color: #0056B3;
	border-color: #0056B3;
	color: #ffffff;
	font-size: 18px;
	padding: 20px 60px;
}
.roadside-pay-btn:hover {
	color: #ffffff;
}

.roadside-body-btn {
	background-color: #0056B3!important;
	border-color: #0056B3!important;
	color: #ffffff!important;
	font-size: 18px;
	padding: 20px 60px;
}
  
  .roadside-body-btn:hover {
	background-color: #007bff!important;
	border-color: #0056B3!important;
	color: #fff!important;
}

.body-btn {
	border-color: #0056B3;
	color: #0056B3;
	width: 85%;
}

.body-btn:hover {
	border-color: #0056B3;
	background-color: #0056B3;
	color: #ffffff;
}
.body-btn-grn {
	border-color: #4ba449;
	color: #4ba449;
	width: 85%;
}

.body-btn-grn:hover {
	border-color: #4ba449;
	background-color: #4ba449;
	color: #ffffff;
}
.body-btn-oj {
	border-color: #eb7600;
	color: #eb7600;
	width: 85%;
}

.body-btn-oj:hover {
	border-color: #eb7600;
	background-color: #eb7600;
	color: #ffffff;
}
.resource-btn {
	border-color: #0056B3;
	margin-bottom: 10px;
	color: #0056B3;
	position: absolute;
	bottom: 0px;
	left: 8%;
	width: 85%;
}

.resource-btn:hover {
	border-color: #0056B3;
	background-color: #0056B3;
	color: #ffffff;
}

.mba-btn-green-quote {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 0;
	background-color: #fff;
	color: #4ba449 !important;
	cursor: pointer;
	font: 800 20px/20px CircularStd, sans-serif;
	margin-bottom: 10px;
	padding: .85em 1em;
	text-align: center;
	-webkit-appearance: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.mba-btn-green-quote:hover {
	background-color: #4ba449 !important;
	color: #fff !important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.resource-btn-blue {
	display: inline-block;
	border: 1px solid #3773ca;
	border-radius: 0;
	background-color: #fff;
	color: #3773ca !important;
	cursor: pointer;
	font: 800 20px/20px CircularStd, sans-serif;
	margin-bottom: 10px;
	padding: .85em 1em;
	text-align: center;
	-webkit-appearance: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.resource-btn-blue:hover {
	background-color: #3773ca !important;
	color: #fff !important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.mba-btn-tangerine {
	display: inline-block;
	border: 1px solid #eb7600;
	border-radius: 0;
	background-color: #fff;
	color: #eb7600 !important;
	cursor: pointer;
	font: 800 20px/20px CircularStd, sans-serif;
	margin-bottom: 10px;
	padding: .85em 1em;
	text-align: center;
	-webkit-appearance: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.mba-btn-tangerine:hover {
	background-color: #eb7600 !important;
	color: #fff !important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.mba-btn-green {
	display: inline-block;
	border: 1px solid #4ba449;
	border-radius: 0;
	background-color: #fff;
	color: #4ba449 !important;
	cursor: pointer;
	font: 800 20px/20px CircularStd, sans-serif;
	margin-bottom: 10px;
	padding: .85em 1em;
	text-align: center;
	-webkit-appearance: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	vertical-align: middle;
}

.mba-btn-green:hover {
	background-color: #4ba449 !important;
	color: #fff !important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.site-btn {
	display: inline-block;
	border: none;
	font-size: 14px;
	font-weight: 600;
	min-width: 167px;
	padding: 18px 47px 14px;
	border-radius: 50px;
	text-transform: uppercase;
	background: #f51167;
	color: #fff;
	line-height: normal;
	cursor: pointer;
	text-align: center;
}

.site-btn:hover {
	color: #fff;
}

.site-btn.sb-white {
	background: #fff;
	color: #111111;
}

.site-btn.sb-line {
	background: transparent;
	color: #fff;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;
}

.site-btn.sb-dark {
	background: #413a3a;
}

.site-btn.sb-dark.sb-line {
	background-color: transparent;
	color: #111111;
	-webkit-box-shadow: inset 0 0 0 1px #111111;
	box-shadow: inset 0 0 0 1px #111111;
}

.services-header h3 {
	color: #015CAC;
	text-transform: none;
	margin: 0 0 20px 0;
}

.services-header h4 {
	color: #015CAC;
	text-transform: none;
	margin: 0 0 20px 0;
}

.services-icon {
	color: #003D5B;
	font-size: 55px;
	line-height: 24px;
}

.services-road-icon {
	color: #5d686b;
	font-size: 55px;
	line-height: 24px;
}

.services-text {
	line-height: 30px;
}

.services-text a {
	font: 800 18px/18px CircularStd, sans-serif;
	color: #eb7600;
	transition: all .3s ease-in-out;
}

.services-text a:hover {
	color: #015CAC;
}

.services-text a.left {
	position: relative;
}

.services-text a.left:before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #71c8e1;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.services-text a.left:hover:before {
	background-color: #eb7600;
	visibility: visible;
	width: 100%;
}

/* Preloder */
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}

}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}

	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}

	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}

}

.elements-section {
	padding-top: 100px;
}

.el-title {
	margin-bottom: 75px;
}

.element {
	margin-bottom: 100px;
}

.element:last-child {
	margin-bottom: 0;
}

.cta-bg {
}

/* blue bar loader */
.load-wrapp {
	float: left;
	width: 100px;
	height: 100px;
	margin-top: -13px;
	margin-left: -13px;
	padding: 20px 20px 20px;
	position: absolute;
	border-radius: 5px;
	text-align: center;
	top: 50%;
	left: 50%;
	background-color: #000;
}

.line {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: #4b9cdb;
}

/* Animate bars */
.load-1 .line:nth-last-child(1) {
	animation: loadingA 1.5s 1s infinite;
}

.load-1 .line:nth-last-child(2) {
	animation: loadingA 1.5s 0.5s infinite;
}

.load-1 .line:nth-last-child(3) {
	animation: loadingA 1.5s 0s infinite;
}

@keyframes loadingA {
	0 {
		height: 15px;
	}

	50% {
		height: 35px;
	}

	100% {
		height: 15px;
	}

}

/* Accordion */
.accordion-area {
	margin-top: 50px;
	border-top: 2px solid #e1e1e1;
}

.accordion-area .panel {
	border-bottom: 2px solid #e1e1e1;
}

.accordion-area .panel-link {
	background-image: url("../img/arrow-down.png");
	background-repeat: no-repeat;
	background-position: right 10px top 30px;
}

.faq-accordion.accordion-area .panel-link, .faq-accordion.accordion-area .panel-link.active.collapsed {
	padding: 17px 100px 17px 20px;
}

.faq-accordion.accordion-area .panel-link:after {
	right: 44px;
}

.accordion-area .panel-header .panel-link.collapsed {
	background-image: url("../img/arrow-down.png");
}

.accordion-area .panel-link.active {
	background-image: url("../img/arrow-up.png");
}

.accordion-area .panel-link.active {
	background-color: transparent;
}

.accordion-area .panel-link, .accordion-area .panel-link.active.collapsed {
	text-align: left;
	position: relative;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	color: #414141;
	padding: 0;
	line-height: 1;
	cursor: pointer;
	border: none;
	min-height: 69px;
	background-color: transparent;
	border-radius: 0;
}

.accordion-area .panel-body {
	padding-top: 10px;
}

.accordion-area .panel-body p {
	margin-bottom: 25px;
	line-height: 1.8;
}

.accordion-area .panel-body p span {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #f51167;
}

.accordion-area .panel-body img {
	margin-bottom: 25px;
}

.accordion-area .panel-body h4 {
	font-size: 18px;
	margin-bottom: 20px;
}

/* icons */
.icon-tangerine {
	fill: #eb7600 !important;
}

.rv-icon {
	display: block;
	fill: #eb7600 !important;
	width: 100px;
	height: 82px;
	background: url(../img/icons/rv.svg);
	background-size: 100px 82px;
}

/*------------------
Product Boxes
---------------------*/
.product-box {
	border: 1px solid #adadad;
	border-radius: 0px;
	box-shadow: 0 10px 0 rgba(232, 231, 231, .6);
}

.product-title {
	color: #015CAC;
	line-height: 27px;
	width: 100%;
}

.offers-img {
	margin: 12px auto;
	max-width: 95%;
}

/*------------------
Header section
---------------------*/
.programs-header h1 {
	color: #fff;
	font: 800 40px/40px CircularStd, sans-serif;
	line-height: 27px;
	margin: 35px 0;
}

.programs-header h2 {
	color: #fff;
	font: 800 23px/23px CircularStd, sans-serif;
	line-height: 37px;
	margin: 20px 0;
}

.header-top {
	padding: 10px 0 10px;
}

.site-logo {
	display: inline-block;
}

.header-search-form {
	width: 100%;
	position: relative;
	padding: 0 10px;
}

.header-search-form input {
	width: 100%;
	height: 44px;
	font-size: 14px;
	border-radius: 50px;
	border: none;
	padding: 0 19px;
	background: #f0f0f0;
}

.header-search-form button {
	position: absolute;
	height: 100%;
	right: 18px;
	top: 0;
	font-size: 26px;
	color: #000;
	border: none;
	cursor: pointer;
	background-color: transparent;
}

.user-panel .up-item {
	display: inline-block;
	font-size: 16px;
}

.user-panel .up-item i {
	font-size: 16px;
}

.user-panel .up-item a {
	font-size: 18px;
	color: #3773ca;
	transition: all .3s ease-in-out;
}

.user-panel .up-item a:hover {
	color: #4ba449;
}

.user-panel .up-item:nth-child(1) {
	margin-right: 29px;
}

.user-panel .up-item:nth-child(2) {
	margin-right: 29px;
}

.user-panel .up-item:nth-child(3) {
	margin-right: 29px;
}

.user-panel .up-item:nth-child(4) {
	margin-right: 29px;
}

.user-panel .up-item:nth-child(5) {
	margin-right: 29px;
}

.shopping-card {
	display: inline-block;
	position: relative;
}

.shopping-card span {
	position: absolute;
	top: -4px;
	left: 100%;
	height: 16px;
	min-width: 16px;
	color: #fff;
	font-size: 13px;
	background: #f51167;
	text-align: center;
	border-radius: 30px;
	padding: 0 2px;
	margin-left: -7px;
}

.main-navbar {
	background: #282828;
}

.slicknav_menu {
	display: none;
}

.main-menu {
	list-style: none;
}

.main-menu li {
	display: inline-block;
	position: relative;
}

.main-menu li a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	margin-right: 50px;
	line-height: 1;
	padding: 17px 0;
	position: relative;
	transition: all .3s ease-in-out;
}

.main-menu li a .new {
	position: absolute;
	top: -8px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	background: #2e8540;
	line-height: 1;
	text-transform: uppercase;
	left: calc(50% - 21px);
	padding: 5px 7px 1px;
	border-radius: 15px;
	width: 42px;
}

.main-menu li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}

.main-menu li:hover>a {
	color: #71c8e1;
}

.main-menu .sub-menu {
	position: absolute;
	list-style: none;
	width: 220px;
	left: 0;
	top: 100%;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 50px;
	background: #fff;
	z-index: 99;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
}

.main-menu .sub-menu li {
	display: block;
}

.main-menu .sub-menu li a {
	display: block;
	color: #3773ca;
	margin-right: 0;
	padding: 8px 20px;
}

.main-menu .sub-menu li a:hover {
	color: #4ba449;
}

.nav-switch {
	display: none;
}

/* ----------------
Rental School
---------------------*/
.rental-school-title h2 {
	color: #3773ca;
	font: 400 50px/50px 'Roboto', sans-serif;
}

.rental-school-title h3 {
	font: 600 30px/30px 'Roboto', sans-serif;
	color: #3773ca;
}

.rental-school-text {
	font: 400 55px/55px 'Roboto', sans-serif;
	color: #3773ca;
}

.rental-school-body-text {
	font: 300 25px/25px 'Roboto', sans-serif;
	color: #3773ca;
}

@media only screen and (max-width:479px) {
	.rental-school-text {
		font-size: 22px;
	}

	.rental-school-title h2 {
		font-size: 30px;
	}

	.rental-school-body-text {
		font-size: 22px;
	}

	.services-icon {
		font-size: 30px;
	}

}

/* ----------------
Partners pages
---------------------*/
.blue-btm-border {
	border-bottom: 6px solid #3773ca;
}

.top-partner-section {
	padding-bottom: 60px;
}

.ultimate-rv-bg {
	background: url('../../img/landscape.jpg') no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.auto-club-bg {
	background: url('../../img/roads-2.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}

.road-bg {
	background: url('../../img/roads-2.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}

.embrace-bg {
	background: url('../../img/pet-insurance.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
}

.partners-title h1 {
	color: #ffae23;
	font: 800 50px/50px CircularStd, sans-serif;
}

.partners-title h2 {
	color: #3773ca;
	font: 600 30px/30px CircularStd, sans-serif;
	line-height: 1.6;
}

/* ----------------
Features
---------------------*/
.jumbotron {
	height: 720px;
	background-size: cover;
	background-position: center bottom;
	margin-bottom: 0 !important;
}

.jumbotron-wrap {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.quote-container {
	position: relative;
	padding: 105px 0 0 25px;
}

hr {
	border: 0;
	clear: both;
	display: block;
	width: 15%;
	background-color: #007bff;
	height: 1px;
}

.hr-skyblue {
	background-color: #27CAE3 !important;
}

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

/* ------------------
Call to actions
---------------------*/
.cta-a h2 {
	color: #fff;
	font: 800 32px/32px CircularStd, sans-serif;
	line-height: 40px;
	text-shadow: 1px 1px 0px rgba(93, 93, 93, 0.5);
	width: 100%;
}

/* ------------------
Features section
---------------------*/
.feature {
	text-align: center;
	background: #f8f8f8;
	height: 100%
}

.feature:nth-child(2) {
	background: #15202b
}

.feature:nth-child(2) p {
	color: #fff
}

.feature .feature-inner {
	padding: 20px 25px;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.feature .feature-icon {
	display: inline-block;
	margin-right: 15px
}

.feature p {
	font-size: 24px;
	text-transform: uppercase;
	display: inline-block
}

/* ----------------------
partners section
------------------------*/
.partner-slider-text-section {
	padding-top: 70px;
	padding-bottom: 0px;
}

.partner-logo-slider-section {
	padding-top: 0px;
	padding-bottom: 60px;
}

.product-slider-text {
	max-width: 50%;
}

.product-slider-text p {
	color: #3773ca;
	font-size: 28px;
	font-style: italic;
	font-weight: 600;
}

/* ----------------
Hero section
---------------------*/
.hero {
	background-color: #000000;
	min-height: 50vh;
	padding: 1em;
	box-sizing: border-box;
	color: #fff;
}

.hero p {
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
}

.hero-title {
	margin: 0;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.0;
}

.hero-header h1 {
	text-shadow: 1px 1px 1px #000 !important;
}

.hero-header h2 {
	text-shadow: 1px 1px 1px #000;
}

.hero-card {
	background-color: rgba(0, 0, 0, 0.5);
}

.hero-btn {
	position: relative;
	padding: 0 15px;
	border-width: 2px;
	height: auto;
	font-weight: 700;
	font-size: 22px;
	line-height: 38px;
	border-radius: 0;
	transition: ease-in-out 0.3s;
	width: auto;
}

.hero-btn-st {
	position: relative;
	padding: 0 15px;
	border-width: 2px;
	height: auto;
	font-weight: 400;
	font-size: 18px;
	line-height: 38px;
	border-radius: 0;
	transition: ease-in-out 0.3s;
	width: auto;
}

.hero-btn .fa {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 0;
	vertical-align: top;
	opacity: 0;
	box-shadow: none;
	transform: translateY(-50%);
	transition: ease-in-out 0.3s;
}

.hero-btn-st .fa {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 0;
	vertical-align: top;
	opacity: 0;
	box-shadow: none;
	transform: translateY(-50%);
	transition: ease-in-out 0.3s;
}

/*---------------------
media queries
-----------------------*/
@media only screen and (max-width:1278px) {
	.hero {
		height: auto !important;
	}

	.hero-title {
		font-size: 25px;
		line-height: 1.2;
	}

	.hero-header h2 {
		font-size: 20px;
		line-height: 1.2;
	}

}

/*---------------------
footer 
-----------------------*/
.mba-footer-area {
	position: relative;
	z-index: 1;
}

.foo-top-header-one {
	background-color: #15151e;
	border-top: 5px solid #BA2031;
	color: #fff;
}

.foo-top-header-one .mba-footer-part > h5 {
	color: #fff;
}

.section-padding-100-70 {
	padding-top: 100px;
	padding-bottom: 70px;
}

.foo-top-header-one {
	color: #fff;
}

.mba-footer-part {
	margin-bottom: 30px;
}

.mba-footer-part h4, .mba-footer-part h5 {
	margin-bottom: 30px;
}

.mba-footer-single-contact-info > p, .mba-footer-single-contact-info > h5, .mba-footer-blog-area > a, .foo-top-header-one .mba-footer-part > p {
	color: rgba(255, 255, 255, .5);
}

.mba-footer-bottom-header-one {
	background-color: #111;
}

.section-padding-50 {
	padding: 50px 0;
}

.mba-footer-bottom-header-one p {
	color: #fff;
	margin: 0;
}

.mba-footer-bottom-header-one a {
	color: inherit;
	font-size: 14px;
}

.m-top-15 {
	margin-top: 15px;
}

.mba-footer-part li {
	font-weight: 300 !important;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.mba-footer-links a {
	border-bottom: 1px solid #333;
	color: rgba(255, 255, 255, .5);
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.mba-footer-links li a:hover {
	color: #ffffff;
}

.mba-footer-links a i {
	padding-right: 10px;
}

.foo-top-header-one .mba-footer-part > h5 {
	color: #fff;
}

.mba-footer-part h4, .mba-footer-part h5 {
	margin-bottom: 30px;
}

.mba-footer-social-links > li {
	display: inline-block;
}

.mba-footer-social-links a {
	border: 1px solid #333;
	border-radius: 6px;
	color: #888;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 3px;
	padding: 7px 12px;
}

/* :: 18.0 Footer Area CSS */
.footer-area {
	position: relative;
	z-index: 1;
}

.footer-bottom p > i, .footer-bottom p > a:hover {
	color: #27ae60;
}

.social-links-area {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 50px 0 30px 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

.social-links-area > a:hover {
	color: #27ae60;
}

.inline-style .social-links-area > a:hover {
	background-color: transparent;
	color: #27ae60;
	border: 0px solid transparent;
}

/* --------------
Other Pages
------------------*/
.page-top-info {
	background: #f8f7f7;
	padding: 60px 0 70px;
}

.page-top-info h4 {
	color: #414141;
	font-weight: 700;
	text-transform: uppercase;
}

.site-pagination {
	font-size: 14px;
	font-weight: 600;
	color: #414141;
}

.site-pagination a {
	display: inline-block;
	font-size: 14px;
	color: #414141;
}

/* ----------------
Contact Page
---------------------*/
.contact-section {
	padding-top: 80px;
	padding-bottom: 0;
	position: relative;
}

.contact-info h3 {
	margin-bottom: 50px;
}

.contact-social {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 85px;
	padding-top: 20px;
}

.contact-social a {
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 32px;
	height: 32px;
	background: #f0f0f0;
	color: #414141;
	font-size: 14px;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 12px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.contact-social a:hover {
	color: #fff;
	background: #f51167;
}

.contact-form input, .contact-form textarea {
	width: 100%;
	height: 44px;
	border: none;
	padding: 0 18px;
	background: #f0f0f0;
	margin-bottom: 17px;
	font-size: 18px;
}

.contact-form textarea {
	padding-top: 16px;
	height: 175px;
	margin-bottom: 32px;
}

.map {
	position: absolute;
	width: calc(50% - 15px);
	height: 100%;
	right: 0;
	top: 11px;
	background: #ddd;
}

.map iframe {
	width: 100%;
	height: 100%;
}

/* ----------------
Responsive
---------------------*/
@media (min-width:1200px) {
	.container {
		max-width: 1175px;
	}

}

@media (min-width:1200px) {
	.quote-container {
		max-width: 1175px;
	}

}

@media (max-width:1350px) {
	.product-slider .owl-nav {
		position: relative;
		left: 0;
		top: 0;
		text-align: center;
		padding-top: 20px;
	}

	.product-slider .owl-nav button.owl-prev, .product-slider .owl-nav button.owl-next {
		float: none;
		left: 0;
		right: 0;
		margin: 0 10px;
	}

}

/* Medium screen : 992px. */
@media only screen and (min-width:992px) and (max-width:1199px) {
	.footer-widget ul {
		margin-right: 5px;
	}

	.social-links a {
		margin-right: 20px;
	}

}

/* Tablet :768px. */
@media only screen and (min-width:768px) and (max-width:991px) {
	.site-logo {
		margin-bottom: 20px;
	}

	.site-logo img {
		max-width: 50%;
	}

	.mba-logo {
		max-width: 50% !important;
	}

	.header-search-form {
		margin-bottom: 15px;
	}

	.user-panel {
		text-align: center;
	}

	.main-menu {
		text-align: center;
	}

	.sub-menu {
		text-align: left;
	}

	.main-menu li a {
		margin-right: 30px;
	}

	.feature h2 {
		font-size: 18px;
	}

	.product-filter-menu {
		text-align: center;
	}

	.product-filter-menu li {
		margin: 0 5px 10px;
	}

	.social-links {
		text-align: center;
	}

	.social-links a {
		margin-right: 20px;
	}

	.social-links a span {
		display: none;
	}

	.cart-table, .checkout-cart, .product-thumbs {
		margin-bottom: 50px;
	}

	.map {
		position: relative;
		width: 100%;
		background: #ddd;
		height: 400px;
		margin-top: 70px;
	}

}

/* Large Mobile :480px. */
@media only screen and (max-width:767px) {
	.site-logo {
		margin-bottom: 20px;
	}

	.site-logo img {
		max-width: 50%;
	}

	.header-search-form {
		margin-bottom: 15px;
	}

	.user-panel {
		text-align: center;
	}

	.main-menu {
		display: none;
	}

	.slicknav_btn {
		background-color: #565656;
	}

	.slicknav_menu {
		background: #282828;
		display: block;
	}

	.slicknav_menu .new {
		font-size: 10px;
		font-weight: 700;
		color: #fff;
		background: #f51167;
		line-height: 1;
		text-transform: uppercase;
		padding: 5px 9px 1px;
		border-radius: 15px;
		width: 42px;
		margin-left: 5px;
	}

	.product-filter-menu {
		text-align: center;
	}

	.product-filter-menu li {
		margin: 0 2px 10px;
	}

	.footer-widget ul {
		margin-right: 25px;
	}

	.social-links {
		text-align: center;
	}

	.social-links a {
		margin-right: 15px;
	}

	.social-links a span {
		display: none;
	}

	.cart-table, .checkout-cart, .product-thumbs {
		margin-bottom: 50px;
	}

	.cart-table .size-col h4, .cart-table table tr th.size-th, .cart-table table tr th.quy-th, .cart-table .quy-col {
		padding-right: 0;
		width: 70px;
	}

	.cart-table .quy-col {
		width: 80px;
	}

	.address-rb {
		text-align: left;
	}

	.map {
		position: relative;
		width: 100%;
		background: #ddd;
		height: 400px;
		margin-top: 70px;
	}

	.features-section {
		display: none;
	}

}

/* Medium Mobile :480px. */
@media only screen and (min-width:576px) and (max-width:766px) {
	.banner .tag-new {
		position: relative;
		display: inline-block;
		margin-bottom: 18px;
		right: 0;
		top: 0;
	}

}

/* Small Mobile :320px. */
@media only screen and (max-width:479px) {
	.section-title h2 {
		font-size: 28px;
	}

	.feature h2 {
		font-size: 18px;
	}

	.banner .tag-new {
		position: relative;
		display: inline-block;
		margin-bottom: 18px;
		right: 0;
		top: 0;
	}

	.social-links {
		text-align: center;
	}

	.social-links a i {
		font-size: 20px;
		margin-right: 0;
	}

	.social-links a span {
		display: none;
	}

}

/* Slider */
.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Vehicle backgrounds */
.jeep-programs-bg {
	background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../img/jeep-programs.png') no-repeat;
	background-size: contain;
}

/* Zoom In #1 */
.child {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.bg-one {
	background-image: url("../img/jeep-btn.png");
}

.primary-nav {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

.shrink {
	padding-top: 5px !important;
	padding-bottom: 0 !important;
	min-height: 45px !important;
	box-shadow: rgba(0, 0, 0, 0.29) 0px 2px 3px 0px;
	font-size: 16px !important;
}

.shrink img {
	max-width: 60% !important;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

.img-fluid {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

.shrink-btn {
	font: 400 1px/1px CircularStd, sans-serif;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

.bg-gray-lighter {
	background-color: #f2f3f9;
	fill: #f2f3f9;
}

@media (min-width:1600px)
h3 + .divider {
	margin-top: 40px;
}

h3 + .divider {
	margin-top: 20px;
}

.divider-default {
	background: linear-gradient(to right, #1BFFFF 50%, #C2E9FB 120%);
}

.divider-blue {
	background: linear-gradient(to right, #99c3ff 50%, #3773ca 120%);
}

.divider {
	display: inline-block;
	border: 0;
	font-size: 0;
	line-height: 0;
	height: 3px;
	max-width: 100px;
	width: 100%;
}

.box-minimal {
	max-width: 390px;
}

.img-border {
	border: 3px solid #ffffff;
}

.border-right-blue {
	border-right: 5px solid #3773ca;
}

.border-left-blue {
	border-left: 5px solid #3773ca;
}

.border-btm-blue {
	border-bottom: 5px solid #3773ca;
}

.bg-mba-blue {
	background-color: #3773ca;
}

.partner-logo .pi-pic {
	max-width: 85%;
}

/*
*
* ==========================================
* tab panel
* ==========================================
*
*/

/* Rounded tabs */
@media (min-width:576px) {
	.rounded-nav {
		border-radius: 50rem !important;
	}

}

@media (min-width:576px) {
	.rounded-nav .nav-link {
		border-radius: 50rem !important;
	}

}

/* With arrow tabs */
.with-arrow .nav-link.active {
	position: relative;
}

.with-arrow .nav-link.active::after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #0056B3;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}

/* lined tabs */
.lined .nav-link {
	border: none;
	border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
	border: none;
	border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
	background: none;
	color: #555;
	border-color: #2b90d9;
}

.nav-pills .nav-link {
	color: #555;
}

.text-uppercase {
	letter-spacing: 0.1em;
}

@media only screen and (max-width:1000px) {
	.claim-icon {
		display: none !important;
	}

	ul li {
		margin-left: 0;
	}

}

.grad-bg1 {
	background: rgb(212,204,203);
	background: radial-gradient(circle, rgba(212,204,203,1) 0%, rgba(136,126,127,1) 100%);
}