.blue-bg{
	background: #008DC5;
}

.green-text{
	color: #6FBD57;
}
.btn.green-btn{
	background: #6FBD57;
	color: #FFFFFF;
}
.green-btn:hover{
	background: #008DC5;
	color: #FFFFFF;
}

.btn.white-btn{
	background: #fff;
	color: #6FBD57;
}
.white-btn:hover{
	background: #008DC5;
	color: #FFFFFF;
}
.common-header h1{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.common-header h4 span,
.catalog-category-view h1.page-title span,
.common-header h1{
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.common-header h1::after,
.common-header h4 span::after
/* ,.catalog-category-view h1.page-title span::after */{
    position: absolute;
    content: "";
    background: url(../images/title-pattern.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 5px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.common-header h4.white-header span{
    color: #fff;
}
.common-header h4.white-header{
    color: #fff;
}

.common-header h4.white-header::after{
    filter: brightness(0) invert(1);
}

/* ------------------
Footer CSS
------------------*/
.cms-home footer.page-footer{
    margin-top: 0px;
}
footer.page-footer{
    margin-top: 50px;
}
.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-links li{
	padding-top: 3px;
	padding-bottom: 3px;
}
.address-box p,
.footer-links a,
.footer-box-wrapper.address-box a{
	color: #fff;
	text-decoration: none;
	line-height: 24px;
}
.footer-links a:hover,
.footer-box-wrapper.address-box a:hover{
    color: #6FBD57;
    font-weight: 300;
}
.address-box .footer-phone{
    font-size: 18px;
    font-weight: 300;
}
.black-bg{
	padding-top: 50px;
	padding-bottom: 50px;
	background: #3E4957;
}

/* .modals-wrapper, .qs-modal {
    display: none;
} */

/* .secure-payments {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
} */
.mgc-logo .media-body{
    width: auto;
}

.mgc-logo p a {
    color: #000;
    text-decoration: none;
}

/* ------------------
Header CSS
------------------*/

.logo img{
    height: 140px;
    object-fit: contain;
}

header.page-header{
    transition: 0.3s all;
}
/* header.page-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    transition: 0.3s all;
    z-index: 999;
    background: #fff;
    animation: slide-down 0.7s; 
    animation-duration: 0.7s; 
    animation-direction: normal;
} */

@keyframes slide-down{
	0%{opacity:0;transform:translateY(-100%);}
	100%{opacity:0.9;transform:translateY(0);}
}

.header .block-search input {
    margin: 0;
    padding: 15px 40px 15px 20px;
    position: static;
    border-radius: 5px;
    border: 1px solid #DEDEDF;
    height: auto;
    font-size: 14px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

.search-autocomplete ul{
    margin-top: 0px;
    padding: 10px;
    border-top: 1px solid #c2c2c2 !important;
    border-radius: 5px;
}
.search-autocomplete ul li:hover, .search-autocomplete ul li.selected{
    background: transparent !important;
}
.header .block-search .action.search{
    display: block;
    position: relative;
    background: #415161;
    border-radius: 5px;
    height: 52px;
    width: 62px;
}
.header .block-search .action.search:hover{
    background: #008DC5 !important;
}
header .header.content .block-search .action.search span {
    font-size: 0;
}
header .header.content .block-search .action.search span:before{
    position: absolute;
    content: "";
    background: url(../images/search.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 21px;
    width: 21px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-right .header.panel > .header.links{
    margin: 0 10px !important;
}

header.page-header .header.panel {
    padding: 0;
}

.customer-welcome button.action.switch,
ul.header.links li,
header .header-right .header.panel > .header.links li{
    position: relative;
}
header .header-right .header.panel > .header.links li{
    min-height: 25px;
}
header .header.panel > .header.links > li.welcome, 
header .header.panel > .header.links > li > a{
    display: block;
    white-space: nowrap;
}
header .header-right .header.panel > .header.links {
    position: relative;
    min-width: 40px;
    display: block;
    height: 30px;
}
/* header .greet.welcome span:first-child:before, 
header li.link.authorization-link a:before */
header .header-right .header.panel > .header.links li:first-child:before{
    position: absolute;
    content: "";
    background: url(../images/user-ei.png);
    background-size: contain;
    height: 24px;
    width: 24px;
    left: 50%;
    top: 2px;
    background-repeat: no-repeat !important;
    transform: translateX(-50%);
}
header .header-right .header.panel > .header.links .header.links li:first-child:before{
    display: none;
}
header .header-right .header.panel > .header.links li.customer-welcome,
.header.panel > .header.links > li.greet.welcome + .authorization-link {
    position: absolute;
    height: 30px;
    top: 0;
}
.customer-menu li.link.authorization-link > a::before,
.header.panel > .header.links > .customer-welcome + .authorization-link
header .greet.welcome span.not-logged-in{
    display: none;
}
.customer-menu li.link.authorization-link > a {
    height: auto;
    padding-top: 10px;
}
span.not-logged-in{
    padding-top: 30px;
}
header .header.panel > .header.links span.user-icon {
    padding-top: 30px;
    display: block;
    height: 0px;
    font-size: 0px;
}

.header.panel > .header.links > li.customer-welcome{
    position: absolute;
    top: 0;
    right: 10px;
    height: 40px;
}
header .header.panel > .header.links > li > a{
    white-space: nowrap;
}
.panel .header.panel > .header.links > li > a{
    color: #000;
    opacity: 0;
    text-decoration: none;
    height: 30px;
}
header .panel.header ul.header.links li ul.header.links li > a {
    font-size: 12px;
}

.minicart-items .product-item-details {
    padding-left: 15px;
    width: 100%;
    position: relative;
}


/* ------------------
 Menu CSS
------------------*/

nav .ves-megamenu{
    background: #008DC5;
}

@media(min-width: 1024px){
    ul.ves-megamenu{
        display: flex !important;
        justify-content: center;
    }
}

.hero-banner img{
	min-height: 440px;
    object-fit: cover;
}
.hero-banner video{
	max-height: 440px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner-caption h1{
	position: absolute;
	max-width: 380px;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 2;
}

.banner-caption h2 {
    position: absolute;
    max-width: 380px;
    width: 100%;
    top: 55%;
    left: 52%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    font-size: 50px;
}

.banner-caption a.banner-btn {
    position: absolute;
    bottom: 16%;
    left: 52%;
    transform: translate(-67%, -50%);
    color: #fff;
    z-index: 2;
}

.banner-caption::after{
	position: absolute;
	content: "";
	height: 100%;
    max-height: 440px;
	top: 0px;
	left: 50%;
	max-width: 650px;
	width: 100%;
	background: rgba(62, 73, 87, 0.8);
	z-index: 1;
	transform: translateX(-50%) skew(30deg);
}

/* ------------------
 Sub Menu CSS
------------------*/

.sub-nav-list .item img{ width: auto;}

@media (min-width: 768px) and (max-width: 990px){
    .sub-nav-list li { margin: 8px 20px 8px 0px; min-width: 30%; }
}

@media (min-width: 1025px){
    .sub-nav-list li {
        min-width: 200px;
        width: calc(100% / 5);
    }
}
.bottom-sub-nav.sub-nav-wrapper{
    display: none !important;
}
.bottom-sub-nav.sub-nav-wrapper{
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}


.special-offer-box img{
	min-height: 300px;
	object-fit: cover;
	height: 100%;
}
.offer-content {
	position: absolute;
	bottom: 60px;
	width: 100%;
    z-index: 1;
}
.union-shape::before{
	position: absolute;
	content: "";
	background: url(../images/union-shape.svg) no-repeat;
	height: 73px;
	width: 100%;
	top: -71px;
	left: 0;
	background-position: center;
	background-size: cover;
}

.gradient-overlay::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(2, 0, 36);
    background: linear-gradient(0deg, rgba(2, 0, 36, 0.3) 0%, rgba(15, 15, 23, 0.3) 1%, rgba(0, 212, 255, 0) 26%);
}

.expert-line{
	font-size: 20px;
	line-height: normal;
	color: #fff;
	font-weight: 300;
}
.offer-text{
	background: #fff;
	font-size: 16px;
	font-weight: 500;
	color: #415161;
	padding: 10px 20px;
	display: inline-block;
}
.offer-content h4{
	color: #fff;
	font-weight: 500;
	font-size: 20px;
}
.offer-content a{
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}

.block.newsletter.subscribe-content{
	position: absolute;
	bottom: 20%;
	left: 15px;
	max-width: 65%;
}

.special-offer-box video {
    max-height: 600px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.subscribe-content h4{
	color: #fff;
	font-weight: 300;
	font-size: 24px;
	line-height: normal;
}

.block.newsletter.subscribe-content .field.newsletter {
    max-width: initial;
}
.block.newsletter.subscribe-content .form.subscribe{
    display: block;
}
.block.newsletter.subscribe-content .form.subscribe .field.newsletter{
    margin-bottom: 20px;
}
.block.newsletter.subscribe-content .form.subscribe > .field, 
.block.newsletter.subscribe-content .form.subscribe > .actions{
    float: none;
}

.block.newsletter.subscribe-content h4{
    display: block;
}

.block.newsletter.subscribe-content input{
    padding: .375rem .75rem;
}

.block.newsletter.subscribe-content .field .control:before{
    display: none;
}

#newsletter-error{
    color: #f00;
    margin-top: 5px;
}

.category-section .box-content.bottom-left-position {
	position: absolute;
	bottom: 50px;
	right: 30px;
	z-index: 1;
}
.category-section .box-content.bottom-left-position h4{
    font-size: 22px;
}

/* Lease Option Sction */

.lp-box-title{
	background: #6FBD57;
}
.lp-box-title h4{
	font-size: 40px;
	font-weight: 300;
}
.lp-content-wrapper {
	position: absolute;
	width: 80%;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}

.lp-title a{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 300;
	text-align: center;
	display: block;
}

.lease-options-section h3{
	font-size: 40px;
	font-weight: 500;
}
.lease-options-section p{
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}



/* ------------------
 Below Banner CSS
------------------*/
.below-banner-line {
    margin-top: -6px;
}
.below-banner-line .expert-line{
    padding: 20px;
    font-weight: 600;
}

/* ------------------
 review-section CSS
------------------*/
.review-seciton{
    padding-top: 70px;
    padding-bottom: 70px;
    background: #e5f3eb;
}
.reviewsio-logo img{
    width: 100px;
}
.review-slider.slick-slider .slick-track{
    display: flex;
}
.slick-track .slick-slide > div, .slick-track .slick-slide, .slick-track .slick-slide .item {
    height: 100%;
}
.review-block{
    padding: 30px;
    background: #fff;
    border: 1px solid rgb(214, 221, 223);
    /* box-shadow: 0px 2px 4px rgb(0 0 0 / 0.1); */
    text-align: center;
    height: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
}
.review-block .star-img img{
    margin: 0px 0px 0px;
    width: 16px;
}
.review-slider .slick-slide{
    padding: 5px 15px;
}

.review-seciton .item img {
    width: auto;
}

.box .mageants-bar.box.bottom-right{
    height: auto;
    padding: 30px;
    max-width: 500px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.box .mageants-bar.box.bottom-right .v-message{
    line-height: 26px;
}
.box .mageants-bar.box.bottom-right .v-message .v-actions {
    float: none;
    display: flex;
    margin-top: 20px;
}
.box .mageants-bar.box.bottom-right .v-message .v-actions .v-button.v-accept {
    background: #008DC5;
    padding: 10px 15px;
    border-radius: 100px;
    border: 1px solid #008DC5;
    cursor: pointer;
    margin-right: 15px;
    color: #fff;
    font-weight: 300;
}
.box .mageants-bar.box.bottom-right .v-message .v-actions .v-button{
    border: 1px solid #000;
    color: #000;
    padding: 10px 15px;
    border-radius: 100px;
    font-weight: 300;
    width: 50%;
    text-align: center;
}
.overall-rating .star-img img {
    width: 18px;
}
.reviewsio-logo-small img{
    width: 70px;
}


/* ------------------
 Advice Section CSS
------------------*/
.advice-content p{
    font-size: 26px;
    margin: 0;
    line-height: 36px;
}
.advice-img img{
    height: 300px;
    width: 300px;
    object-fit: contain;
    border-radius: 100px;
}

@media (max-width: 767px){
    .advice-content p{
        text-align: center;
    }
}

/* ------------------
 Animation CSS
------------------*/
/* .reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
  }
  
  .reveal.active{
    transform: translateY(0);
    opacity: 1;
  } */


@media (min-width: 1200px){
    .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .container{
        max-width: 100%;
    }
	/* body .container {
		max-width: 1140px;
        width: 100%;
  } */
}
@media (min-width: 1600px){
    .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .container{
        max-width: 100%;
    }
	body .container {
		max-width: 1460px;
        width: 100%;
  }
}
@media (min-width: 1800px){
    
	body .container {
		max-width: 1560px;
        width: 100%;
  }
}