@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*, body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/******************************************* Header ********************************************************************************************************/
.HeaderMain {
    width: 100%;
    position: sticky;
    background: #fff;
    box-shadow: 0 5px 15px 0 #0000001a;
    top: 0;
    z-index: 999;
}

.HeaderRow {
    display: flex;
    height: 85px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.HeadLogo {
    max-width: 130px;
    max-height: 80px;
}

.HeadLogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.HeadMenu {
    width: auto;
    position: relative;
    display: flex;
    align-items: center;
}

.HeadMenu ul {
    padding: 0;
    margin: 0;
    display: flex;
}

.HeadMenu ul li {
    list-style: none;
    /* font-family: "ProximaSemibold"; */
    font-size: 16px;
    font-weight: 600;
}

.HeadMenu ul li a {
    color: #333;
    padding: 30px 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.HeadMenu ul li a svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.HeadMenu ul li a svg.Chev {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    margin-right: 0px;
}

.HeaderBU {
    width: auto;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 25px;
    background: #008000;
    color: #fff;
    border: none;
    border-radius: 6px;
    margin-left: 15px;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.HeaderBU span {
    position: relative;
    z-index: 1;
}

.HeaderBU:after {
    position: absolute;
    transition: 0.3s;
    content: "";
    width: 0;
    right: 0;
    left: auto;
    bottom: 0;
    height: 100%;
    background: #000066;
    z-index: 0;
}

.HeaderBU:hover:after {
    width: 100%;
    left: 0;
}

.MenuHamBU,
.MenuHamBU:hover {
    width: 50px;
    height: 50px;
    color: #000;
    border: none;
    background: no-repeat;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.MenuHamBU svg {
    width: 30px;
    height: 30px;
    stroke-width: 2px;
}

.UserDropMenu li {
    padding: 0;
}

.UserDropMenu li {
    padding: 0;
}

.UserProfile,
.UserProfile:hover {
    padding: 10px 20px;
    font-size: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #505050;
    font-weight: 500;
}

.USDCurrency,
.USDCurrency:hover {
    padding: 10px 20px !important;
    font-size: 15px !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    color: #505050 !important;
    font-weight: 500 !important;
}

.UserProfile svg {
    width: 18px;
    height: 18px;
    margin-right: 12px;
}

.UserLogoutBU {
    padding: 10px 20px;
    font-size: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    border: none;
    color: #505050;
    font-weight: 500;
    width: 100%;
    background: transparent;
}

.UserLogoutBU svg {
    width: 18px;
    height: 18px;
    margin-right: 12px;
}

.MenuFlag {
    width: 44px;
    height: auto;
    border-radius: 3px;
    margin-right: 8px;
}
/******************************************* Header ********************************************************************************************************/


/******************************************* Footer ********************************************************************************************************/
.FooterMain {
    background: linear-gradient(142deg, rgba(0,0,97,1) 0%, rgba(9,59,155,1) 91%);
    padding: 60px 0 0 0;
    position: relative;
    overflow: hidden;
}

.FooterMain .GraImg {
    width: 600px;
    position: absolute;
    top: 0;
    left: -140px;
    opacity: .08;
}

.FootRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    /* padding-bottom: 60px; */
    border-bottom: 1px solid #2955a9;
    position: relative;
}

.FootLogo {
    width: 20%;
    min-width: 250px;
}

.FootLogo img {
    width: 100%;
    min-width: 250px;
    max-width: 250px;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.FootLinkArea {
    width: 22%;
    display: inline-grid;
}

.FootLinkTitle {
    font-weight: 600;
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    text-align: left;
}

.FootLink {
    width: fit-content;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #E3E3E3;
    text-decoration: none;
    padding: 10px 0;
    text-shadow: none;
    display: flex;
    align-items: flex-start;
    transition: all .3s ease-in-out;
}

.FootLink.TopAlign {
    align-items: flex-start;
    margin-bottom: 0;
}

.FootLink2 {
    width: fit-content;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #E3E3E3;
    text-decoration: none;
    padding: 0 0 10px 0;
    text-shadow: none;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
    width: 100%;
}

.FootLink2:last-of-type {
    padding: 0;
}

.FootLinkNormal {
    width: fit-content;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #E3E3E3;
    text-decoration: none;
    padding: 0 0 8px 0;
    text-shadow: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.FootLink svg {
    color: #44ac09;
    padding-top: 0px;
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-top: 2px;
}

.FootLink:hover,
.FootLink2:hover {
    color: #44ac09;
}

.FootLink img {
    width: 18px;
    margin-right: 12px;
    margin-top: 0px;
}

.FootTwoSec {
    display: inline-grid;
    flex-wrap: wrap;
}

.FootHours {
    width: 22%;
}

.FootTitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #44ac09;
    margin-bottom: 8px;
}

.HoursSec {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.HoursSec li {
    list-style: none;
    padding: 8px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FAFAFA;
}

.HoursSec li span:first-child {
    display: inline-block;
    min-width: 110px;
}

.FootSocialIcon {
    width: 100%;
    margin-top: 20px;
}

.FootSocialIcon a {
    width: 30px;
    height: 30px;
    border: 1px solid #44ac09;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    transition: all .3s ease-in-out;
}

.FootSocialIcon a:hover {
    background-color: #44ac09;
}

.FootSocialIcon a svg {
    width: 20px;
    height: auto;
    stroke: none;
    fill: #44ac09;
    transition: all .3s ease-in-out;
}

.FootSocialIcon a:hover svg {
    fill: #fff;
}

.CopyRightText {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    margin: 0;
    padding: 8px 0;
    text-align: center;
}

.FootSocialSec {
    width: 100%;
    padding: 40px 0;
    margin-top: 50px;
    border-top: 1px solid #2955a9;
}

.FootSocialSec ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.FootSocialSec ul li {
    list-style: none;
    padding-right: 50px;
}

.FootSocialSec ul li .SocialLinkTitle {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.SocialIconName {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.SocialIconName img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.SocialIconName p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

.SocialIconName:hover p {
    color: #44ac09;
}

.FootDRIcon {
    display: none;
}

.QuickLinkMenu {
	width: 100%;
	margin: 0;
	padding: 0;
}

.QuickLinkMenu li {
	list-style: none;
}

.QuickLinkMenu li a {
	width: fit-content;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #E3E3E3;
    text-decoration: none;
    padding: 10px 0;
    text-shadow: none;
    display: flex;
    align-items: flex-start;
    transition: all .3s ease-in-out;
}

.QuickLinkMenu li a svg {
    color: #44ac09;
    padding-top: 0px;
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-top: 2px;
}

.QuickLinkMenu li a:hover {
    color: #44ac09;
}

.QuickLinkMenu li a img {
    width: 18px;
    margin-right: 12px;
    margin-top: 0px;
}
/******************************************* Footer ****************************************************************************************************/

.BannerSec {
	width: 100%;
	height: auto;
	position: relative;
}

.parallax-window {
    min-height: 850px; 
    background: transparent;
}

.BannerConArea {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}

.BannerConArea::before {
    content: '';
    background-color: rgba(0,0,102,.35);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.BannerConArea.Black::before {
    content: '';
    background-color: rgba(0,0,0,.35);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.BannerContent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 700px;
    align-content: center;
    position: relative;
}

.BannerConText {
    width: 100%;
}

.BannerConTextB {
    color: #fff;
    font-size: 78px;
    font-weight: 600;
    line-height: 110px;
    margin: 0;
    text-shadow: 0 0 10px #00000047;
}

.BannerConTextS {
    color: #ececf1;
    font-size: 62px;
    font-weight: 200;
    margin: 0;
    text-shadow: 0 0 10px #00000047;
}

.BannerSearchArea {
    width: 100%;
    position: sticky;
    top: 85px;
    background: #fff;
    border-radius: 6px;
    padding: 26px 0;
    margin-top: 40px;
    box-shadow: 0 0 15px 0 #0000003b;
    /* transition: all .3s ease-in-out; */
}

.BannerSearchArea.BannerSearchAreaFixed {
    position: fixed;
    top: 47px;
    left: 0;
    border-radius: 0px;
    padding: 15px 0;
    background-color: rgb(0 0 102 / 80%);
    z-index: 98;
    animation: smoothScroll .5s forwards;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-70px);
	}
	100% {
		transform: translateY(0px);
	}
}

.BannerSearchArea .BannerSearchContainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    justify-content: space-between;
}

.BannerSearchLocation {
    width: 25%;
    /* border-right: 1px solid #D9D9D9; */
    padding: 0 20px;
}

.BannerSearchDate {
    width: 15%;
    /* border-right: 1px solid #D9D9D9; */
    padding: 0 20px;
}

.BannerSearchTime {
    width: 12%;
    padding: 0 20px;
    /* border-right: 1px solid #D9D9D9; */
}

.BannerSearchTime.BorderNone {
    border-right: none;
}

.BannerSearchArea.BannerSearchAreaFixed .BannerSearchLocation {
    border-right: 0px solid #D9D9D9;
    padding: 0 10px;
}

.BannerSearchArea.BannerSearchAreaFixed .BannerSearchDate {
    border-right: 0px solid #D9D9D9;
    padding: 0 10px;
}

.BannerSearchArea.BannerSearchAreaFixed .BannerSearchTime {
    padding: 0 10px;
    border-right: 0px solid #D9D9D9;
}

.BannerSearchLocation .FixedFullSec {
    padding: 5px 15px 8px 15px;
    border: 1px solid #D9D9D9;
    margin-bottom: 0px;
}

.BannerSearchDate .FixedFullSec,
.BannerSearchTime .FixedFullSec {
    padding: 5px 15px 8px 15px;
    border: 1px solid #D9D9D9;
    margin-bottom: 0px;
}

.BannerSearchLocation .FixedFullSec:last-of-type,
.BannerSearchDate .FixedFullSec:last-of-type,
.BannerSearchTime .FixedFullSec:last-of-type {
    margin-top: -1px;
}

.BannerSearchArea.BannerSearchAreaFixed .BannerSearchLocation .FixedFullSec,
.BannerSearchArea.BannerSearchAreaFixed .BannerSearchDate .FixedFullSec,
.BannerSearchArea.BannerSearchAreaFixed .BannerSearchTime .FixedFullSec {
    background: #fff;
    padding: 8px 15px 10px 15px;
    border-radius: 6px;
}

.BannerSearchButton {
    width: 20%;
    padding: 0 20px 0 0;
}

.BannerSearchArea.BannerSearchAreaFixed .BannerSearchButton {
    padding: 0 15px 0 5px;
}

.BannerFormLabel {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #aaa;
    margin-bottom: 10px;
}

.BannerFormLabel.LabelCus {
    margin-bottom: 0;
}

.BannerSearchArea.BannerSearchAreaFixed .BannerFormLabel {
    margin-bottom: 8px;
}

.BannerSearchArea.BannerSearchAreaFixed .BannerFormLabel.LabelCus {
    margin-bottom: 0;
}

.FormSec {
    width: 100%;
    display: flex;
    align-items: center;
}

.FormSec input {
    border: none;
    padding: 1.5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #585858;
}

.FormSec input:focus {
    outline: none;
    box-shadow: none;
}

.FormSec svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.FormInput {
    width: 100%;
    border: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #585858;
}

.FormInput:focus {
    outline: none;
}

.FormInput > div {
    min-height: 36px;
    border: none;
}

.FormInput > div div span {
    display: none;
}

.SearchBU {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    background: #008000;
    border-radius: 8px;
    height: 69px;
    border: none;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.BannerSearchArea.BannerSearchAreaFixed .SearchBU {
    height: 65px;
}

.SearchBU span {
    position: relative;
    z-index: 1;
}

.SearchBU:after {
    position: absolute;
    transition: 0.3s;
    content: "";
    width: 0;
    right: 0;
    left: auto;
    bottom: 0;
    height: 100%;
    background: #000066;
    z-index: 0;
}

.SearchBU:hover:after {
    width: 100%;
    left: 0;
}

.BodyMessagesArea {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 130px 0 0 0;
    padding-bottom: 250px;
}

.CarBG {
    max-width: 850px;
    max-height: 700px;
    object-fit: contain;
    object-position: center;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}

.BodyCar {
    width: 700px;
    height: auto;
    object-fit: cover;
    object-position: center;
    position: absolute;
    z-index: 2;
    right: -200px;
    top: 40%;
}

.BodyMRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.BodyFull {
    width: 100%;
}

.WhyChooseTitleM {
    font-weight: 700;
    font-size: 50px;
    line-height: 68px;
    color: #4a4a4a;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 30px;
}

.WhyChooseRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: auto;
} 

.WhyChooseDiv {
    width: 25%;
    padding: 15px;
}

.WhyChooseUnder {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 30px 25px;
    box-shadow: 0 0 10px 0 #33333314;
    position: relative;
    overflow: hidden;
    border: 1px solid #dadada;
    border-radius: 8px;
    transition: all .3s ease-in-out;
}

.WhyChooseUnder:hover {
    box-shadow: 0px 20px 35px 8px rgb(51 51 51 / 19%);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.WhyChooseUnder img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 30px;
}

.WhyChooseTitle {
    margin-top: 0px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #4a4a4a;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.WhyChooseText {
    margin-top: 0px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #8a8a8b;
    position: relative;
    z-index: 2;
}

.WhyBGGra {
    position: absolute;
    width: 200px !important;
    height: auto !important;
    left: -60px;
    bottom: -60px;
    margin: 0 !important;
    opacity: .04;
}

.TrendingSec {
    width: 100%;
    height: auto;
    position: relative;
}

.TrendingSecParallax {
    min-height: 1000px; 
    background: transparent;
}

.TrendingWaveTop {
    width: 100%;
    height: auto;
    position: absolute;
    top: -40px;
    left: 0;
}

.TrendingWaveDown {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -50px;
    left: 0;
}

.TrendingContent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    min-height: 1000px;
    align-content: center;
    padding: 150px 0;
    position: relative;
}

.TrendingTitle {
    font-weight: 700;
    font-size: 50px;
    line-height: 68px;
    color: #FFFFFF;
    text-shadow: 0 0 10px #00000047;
    width: 100%;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
    position: relative;
    padding: 0 0 40px 0;
}

.TrendingTitle:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 5px;
    left: 50%;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 10px #00000047;
    transform: translate(-50%, 0);
}

.TrendingCarRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.ProductSlider {
    width: 100%;
}

.TrendingCarSec {
    width: auto;
    background: #fff;
    border-radius: 4px;
    padding: 18px 16px;
    margin: 0 8px;
}

.TrendingCarSec img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
    margin-bottom: 15px;
}

.TrendingCarConSec {
    width: 100%;
    padding: 0 15px;
}

.TrendingCarConTitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-bottom: 0;
}

.TrendingCarConTitleSM {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #878787;
    margin-bottom: 15px;
}

.TrendingCarConTitleSM span {
    position: relative;
    padding-right: 15px;
    margin-right: 8px;
}

.TrendingCarConTitleSM span:last-child {
    position: relative;
    padding-right: 0;
    margin-right: 0;
}

.TrendingCarConTitleSM span:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #878787;
    border-radius: 50%;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.TrendingCarConTitleSM span:last-child:after {
    display: none;
}

.TrendingBUSec {
    width: 100%;
    padding-top: 15px;
}

.TrendingBUBrown {
    width: auto;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 22px;
    background: #7C4836;
    color: #fff;
    border: none;
    border-radius: 6px;
    margin-right: 12px;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.TrendingBUBrown span {
    position: relative;
    z-index: 1;
}

.TrendingBUBrown:after {
    position: absolute;
    transition: 0.3s;
    content: "";
    width: 0;
    right: 0;
    left: auto;
    bottom: 0;
    height: 100%;
    background: #532d20;
    z-index: 0;
}
  
.TrendingBUBrown:hover:after {
    width: 100%;
    left: 0;
}

.TrendingBUGreen {
    width: auto;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 22px;
    background: #008000;
    color: #fff;
    border: none;
    border-radius: 6px;
    margin-left: 0px;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.TrendingBUGreen span {
    position: relative;
    z-index: 1;
}

.TrendingBUGreen:after {
    position: absolute;
    transition: 0.3s;
    content: "";
    width: 0;
    right: 0;
    left: auto;
    bottom: 0;
    height: 100%;
    background: #015801;
    z-index: 0;
}
  
.TrendingBUGreen:hover:after {
    width: 100%;
    left: 0;
}

.TrendingSec .owl-nav {
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

.TrendingSec .owl-carousel .owl-nav button.owl-next, 
.TrendingSec .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    color: #ffffff !important;
    font-size: 56px;
    line-height: 40px;
    font-weight: 200;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CustomerReview {
    width: 100%;
    padding: 110px 0 60px 0;
}

.CustomerReviewTitle {
    font-weight: 700;
    font-size: 44px;
    line-height: 68px;
    color: #4a4a4a;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 30px;
}

.CustomerReviewTitle:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 5px;
    left: 50%;
    bottom: 0;
    background: #4a4a4a;
    transform: translate(-50%, 0);
}

.ReviewSlider {
    position: relative;
    padding-bottom: 80px;
}

.ReviewSlide {
    width: 100%;
    padding: 15px;
}

.ReviewSlideInner {
    width: 100%;
}

.ReviewSlideInnerImgDiv{
    width: 100%;
    height: 270px;
}

.ReviewSlideInnerImgDiv img {
    max-width: 100%;
    max-height: 270px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
    border-radius: 6px;
}

.ReviewSlideInnerTitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-bottom: 3px;
}

.ReviewSlideInnerTitleSM {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #878787;
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.ReviewProfile {
    width: 100%;
    display: flex;
    padding-top: 15px;
    align-items: center;
    justify-content: space-between;
}

.ReviewProfileSec {
    width: auto;
    display: flex;
    align-items: center;
}

.ReviewProfileSec img {
    width: 45px !important;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin-right: 15px;
    margin-bottom: 0;
}

.ReviewProfileDetails {
    width: auto;
}

.ReviewProfileDetails .Title {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-bottom: 2px;
}

.ReviewProfileDetails .SubTitle {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #9a9a9a;
    margin-bottom: 0px;
}

.ReviewRatingSec {
    display: flex;
    align-items: center;
    margin: 0;
}

.ReviewRatingSec svg {
    width: 30px;
    stroke: none;
    fill: #E7AD44;
    margin-right: 0;
}

.ReviewRatingSec .Rating {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-right: 8px;
}

.ReviewRatingSec .Count {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #9a9a9a;
}

.CustomerReview .owl-nav {
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

.CustomerReview .owl-carousel .owl-nav button.owl-next, 
.CustomerReview .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    color: #343434 !important;
    font-size: 56px;
    line-height: 40px;
    font-weight: 200;
    display: flex;
    justify-content: center;
    align-items: center;
}

.DetailsBannerSec {
    width: 100%;
    height: 450px;
    position: relative;
}

.DetailsBannerSec:before {
    background-color: rgba(0, 0, 0, .42);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.DetailsParallax {
    min-height: 450px; 
    background: transparent;
}

.InnerBannerRow {
    align-items: center;
    display: flex;
    height: 450px;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.InnerBannerTitle {
    font-weight: 800;
    font-size: 78px;
    line-height: 110px;
    color: #fff;
    position: relative;
    text-shadow: 1px 1px 20px #0000006e;
}

.AboutSec {
    width: 100%;
    padding: 150px 0 50px 0;
}

.AboutSecRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.AboutSecBig {
    width: 55%;
}

.AboutSecBig p,
.FAQRow p {
    font-size: 18px;
    font-weight: 400;
    color: #343434;
}

.AboutSecBig p a,
.FAQRow p a {
    color: #008000;
    text-decoration: none;
}

.AboutTitle {
    font-weight: 700;
    font-size: 50px;
    line-height: 68px;
    color: #4a4a4a;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0 0 20px 0;
}

.AboutText {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #4a4a4a;
    width: 100%;
    text-align: left;
    margin: 0 0 15px 0;
}

.AboutSecSmall {
    width: 40%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.AboutImg {
    border-radius: 5px;
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.InsuranceSec {
    width: 100%;
    height: auto;
    background: #f3f3f3;
    position: relative;
    padding: 250px 0 100px 0;
}

.waveInsur {
    width: 100%;
    height: auto;
    position: absolute;
    top: -1px;
    left: 0;
}

.AboutMissionVissionSec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.HalfSecMVS {
    width: 45%;
}

.InsurTitle {
    font-weight: 700;
    font-size: 50px;
    line-height: 68px;
    color: #4a4a4a;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}

.InsurSmallTitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4a4a4a;
    width: 100%;
    text-align: center;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.FAQSec {
    width: 100%;
    padding: 120px 0 80px 0;
}

.FAQRow {
    width: 80%;
    margin: auto;
}

.FAQRow li {
    font-size: 18px;
    font-weight: 400;
    color: #343434;
    padding: 5px 0;
}

.FAQRow li a {
    color: #008000;
    text-decoration: none;
}

.FAQAccording .accordion-item {
    border: none;
    border-bottom: 1px solid #cdcdcd;
}

.FAQAccording .accordion-item .accordion-header .accordion-button {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: #4a4a4a;
    padding: 20px 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.FAQAccording .accordion-item .accordion-header .accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.FAQAccording .accordion-item .accordion-body {
    background: #f3f7f3;
    padding: 16px;
    color: #707070;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
    width: 100%;
}

.ServiceSec {
    padding: 120px 0 80px;
    position: relative;
    width: 100%;
}

.ContactImg {
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 46%;
}

.ContactImg iframe, 
.ContactImg img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.CusCon {
    margin: 0 auto;
    max-width: 1000px;
    width: Calc(100% - 30px);
}

.ContactRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ContactForm {
    width: 46%;
}

form {
    width: 100%;
}

.ContactForm .wpforms-container .wpforms-field {
    padding: 8px 0 !important;
}

.ContactForm .wpforms-field-label {
    color: #333 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    margin: 0 !important;
}

.ContactForm .wpforms-field-medium {
    width: 100%;
    max-width: 100% !important;
}

.ContactForm .wpforms-submit-container {
    margin-top: 20px !important;
}

.ContactForm .wpforms-submit-container button {
    background: green;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-left: 0;
    overflow: hidden;
    padding: 12px 30px;
    position: relative;
    transition: all .3s ease-in-out;
    width: auto;
    height: 50px;
}

.ConCardSec {
    padding: 160px 0 40px;
    width: 100%;
}

.CardRow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.contactTab {
    margin-bottom: 50px;
    padding: 15px;
    width: 50%;
}

.contactTabInside {
    background: #fff;
    box-shadow: 0 5px 20px 0 #33333324;
    height: 100%;
    padding: 80px 50px 20px;
    position: relative;
    text-align: center;
    width: 100%;
}

.ContactIcon {
    background: #7c4836;
    border-radius: 50%;
    color: #fff;
    height: 90px;
    left: 50%;
    padding: 30px;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90px;
}

.ContactIcon svg,
.ContactIcon img {
    height: 30px;
    width: 30px;
    filter: invert(1);
} 

.contactTabInside h5 {
    font-weight: 700;
    text-transform: uppercase;
}

.contactTabInside .InsideDes {
    color: #98999a;
    display: block;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 0;
    text-decoration: none;
    transition: all .3s ease-in-out;
    width: 100%;
}

.contactTabInside .InsideDes:hover {
    color: #44ac09;
}

.ReservationStepper {
    display: flex;
    flex-direction: row;
    align-items: flex-start !important;
    padding: 90px 0 !important;
}

.ReservationStepper .step {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.ReservationStepper .step:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 4px;
    background-color: #bdbdbd;
    top: 28px;
    left: -25%;
    transform: translate(0%, 0px);
}

.ReservationStepper .step.active:before,
.ReservationStepper .step.completed:before {
    background-color: #008000;
}

.ReservationStepper .step:first-child:before {
    display: none;
}

.ReservationStepper .step .Number {
    height: 60px;
    width: 60px;
    background: #9e9e9e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 500;
    color: #fff; 
}

.ReservationStepper .step.active .Number,
.ReservationStepper .step.completed .Number {
    background: #008000;
} 

.ReservationStepper .step .Text {
    width: 100%;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.SelectCarSec {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}

.SmallSecSide {
    float: left;
    position: relative;
    /*top: 100px;*/
    width: 32%;
}

.SmallSecSideCard {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .16);
    margin-bottom: 30px;
    padding: 22px 16px;
    width: 100%;
}

.SmallSecSideTitle {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px;
}

.SmallCardDESec {
    margin-bottom: 25px;
    width: 100%;
}

.SmallCardDESec:last-child {
    margin-bottom: 0px;
}


.SmallCardDESecHead {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.SmallCardDESecTitle {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.SideEditBU {
    background: #fff;
    border: 1px solid green;
    border-radius: 30px;
    color: green;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    transition: all .3s ease-in-out;
}

.SideEditBU:hover {
    background: green;
    color: #fff;
}

.SmallCardDEList {
    color: #606060;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 5px;
}

.SideCarDe {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 100%;
}

.CarDetailsSec {
    position: relative;
}

.CarDetailsSecTitle {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 3px;
}

.CarDetailsSecSText {
    color: #606060;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 5px;
}

.CarDetailsSecSeat {
    align-items: center;
    color: #5a5a5a;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
}

.CarDetailsSecSeat img {
    height: 14px;
    margin-right: 6px;
    width: 14px;
}

.SideCarIMG img {
    width: 120px;
}

.SideCarDeBodyRow {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.SmallCardTaxSec {
    border-bottom: 1px solid #333;
    padding: 15px 0;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.SmallCardTaxSec:first-child {
    border-top: 1px solid #333;
}

.SmallCardTaxTitle {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.SmallCardTaxAmm {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}

.SmallCardTotal {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    width: 100%;
}

.SmallCardTOtalAmm {
    color: #333;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    position: relative;
}

.ReservationBigSide {
    float: right;
    width: 66%;
}

.BigSideHead {
    align-items: center;
    background-color: #f1f1f1;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    padding: 28px;
    width: 100%;
}

.BigHeadTitleText {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin: 0 0 2px;
}

.BigHeadSmallText {
    color: #ababab;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
}

.ReservationBigListSec {
    width: 100%;
}

.BigSideCarList {
    padding: 10px 0;
    width: 100%;
}

.BigSideCarListUnder {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .16);
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    position: relative;
    width: 100%;
}

.BigSideCarListUnder img {
    height: auto;
    margin-right: 30px;
    width: 160px;
}

.ReservCarDeSec {
    position: relative;
}

.ReservCarDeTitle {
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
}

.ReservCarDeSTitle {
    color: #959595;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 10px;
}

.CarFeatured {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.CarFeatured span {
    align-items: center;
    color: #5a5a5a;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-right: 15px;
}

.CarFeatured span img {
    height: 16px;
    margin-bottom: 0 !important;
    margin-right: 7px !important;
    width: 16px;
}

.CarInfoLink {
    align-items: center;
    color: #006 !important;
    cursor: pointer;
    display: flex;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    margin-right: 15px !important;
    position: relative;
    text-decoration: none !important;
}

.CarInfoLink svg {
    height: 20px;
    margin-right: 7px;
    width: 20px;
}

.CarInfoLink:after {
    background: #006;
    bottom: -3px;
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    opacity: 0;
    transition: all .3s ease-in-out;
    width: calc(100% - 31px);
}

.CarInfoLink:hover:after {
    opacity: 1;
}

.ReservCarPriceSec {
    margin-left: auto;
    padding-right: 30px;
    position: relative;
}

.ReservCarPrice {
    color: #2a2a2a;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    position: relative;
}

.ReservCarPriceTwo {
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.CarSelectBUGroup {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 138px;
}

.CardCartBU {
    display: inline-flex;
    border-radius: 4px;
}

.CardCartBU.SpaceTop {
    margin-top: 15px;
}

.ButtonNew {
    align-items: center !important;
    background: #fff !important;
    border: 1.5px solid green !important;
    color: green !important;
    display: flex !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 19px !important;
    padding: 6px 10px !important;
    text-align: center !important;
    transition: all .3s ease-in-out !important;
}

.ButtonNew svg {
    height: 16px;
    width: 16px;
}

.ButtonNew1 {
    border-radius: 30px 0 0 30px !important;
    border-right: none !important;
}

.ButtonNew3 {
    border-radius: 0 30px 30px 0 !important;
    border-left: none !important;
}

.ButtonNew1:disabled, 
.ButtonNew3:disabled {
    background: #cecbcb !important;
    color: #fff !important;
}

.HeaderBUSE,
.HeaderBUSE:hover {
    background-color: green;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 11px 0 0;
    overflow: hidden;
    padding: 10px 30px;
    position: relative;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    width: 100%;
}

.RemoveCarBU, 
.RemoveCarBU:focus, 
.RemoveCarBU:hover {
    background: #fff;
    border: none;
    box-shadow: none;
    color: #e61630;
    height: 40px;
    outline: none;
    position: absolute;
    right: -25px;
    top: -5px;
    width: 40px;
}

.RemoveCarBU svg {
    width: 20px;
}

.ResCarSelectBU {
    background-color: #7c4836;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    width: 100%;
}

.ResCarSelectBU span {
    position: relative;
    z-index: 1;
}

.ResCarSelectBU:after {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    content: "";
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    transition: .3s;
    width: 0;
    z-index: 0;
}

.ResCarSelectBU:hover:after {
    left: 0;
    width: 100%;
}  

.ResCarSelectBU:disabled, 
.ResCarSelectBU:disabled:hover,
.ResCarSelectBU[disabled],
.ResCarSelectBU[disabled]:hover {
    background: #e5e5e5 !important;
    color: rgba(0, 0, 0, .26) !important;
}

.StepperBuSec {
    background-color: hsla(0, 0%, 100%, .7);
    bottom: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 -5px;
    padding: 20px 0 !important;
    position: sticky;
    width: Calc(100% + 10px);
    z-index: 2;
}

.ReservationBUBrown {
    background: #7c4836 !important;
    border: none !important;
    border-radius: 6px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-left: 0 !important;
    overflow: hidden !important;
    padding: 10px 30px !important;
    position: relative !important;
    transition: all .3s ease-in-out !important;
    width: auto !important;
}

.ReservationBUBrown:hover {
    background: #532d20 !important;
}

.ReservationBUGreen {
    background: green !important;
    border: none !important;
    border-radius: 6px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-left: 0 !important;
    overflow: hidden !important;
    padding: 10px 30px !important;
    position: relative !important;
    transition: all .3s ease-in-out !important;
    width: auto !important;
}

.ReservationBUGreen:hover {
    background: #015801 !important;
}

.ReservationBUBrown.disabled, 
.ReservationBUBrown.disabled:hover,
.ReservationBUGreen.disabled,
.ReservationBUGreen.disabled:hover {
    background: #e5e5e5 !important;
    color: rgba(0, 0, 0, .26) !important;
}

.AddonsBigSide {
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .16);
    float: right;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 28px;
    width: 66%;
}

.AddonsBodyTitle {
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.AddOnsList {
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    overflow: hidden;
    width: 100%;
}

.AddOnsListBody {
    background: #f3f7f3;
    padding: 25px 15px;
    width: 100%;
}

.AddOnsListBody.Recommended {
    background: rgb(175, 225, 175);
}

.AddOnsListBody .BodySec {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
}

.AddOnsListBody .BodySec img {
    height: 100px;
    margin-right: 0;
    mix-blend-mode: multiply;
    object-fit: cover;
    object-position: center;
    width: 100px;
}

.AddOnsListBodyText {
    margin-left: auto;
    width: Calc(100% - 150px);
}

.AccordingBodyTitle {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 8px;
    text-align: left;
}

.AccordingBodyTitle span {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 0 14px;
    text-align: left;
}

.AddOnsListBody.Recommended .AccordingBodyTitle,
.AddOnsListBody.Recommended .AccordingBodyTitle span {
    color: rgb(0, 128, 0);
}

.AccordingBodyText {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    text-align: left;
}

.AddOnsListBody.Recommended .AccordingBodyText {
    color: rgb(51, 51, 51);
}

.AccordingBUSec {
    display: flex;
    margin-top: 15px;
}

.AccordingBUSec .AddBU {
    align-items: center;
    background: #fff;
    border: 1.5px solid green;
    border-radius: 30px;
    color: green;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    padding: 6px 10px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.AccordingBUSec .AddBU svg {
    height: 18px;
    margin-right: 3px;
    width: 18px;
}

.AccordingBUSec .AddBU:hover {
    background: green;
    border: 1.5px solid green;
    color: #fff;
} 

.AccordingBUSec .AddedBU {
    align-items: center;
    background: green;
    border: 1.5px solid green;
    border-radius: 3px;
    color: #fff;
    cursor: auto !important;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    margin-right: 15px;
    padding: 6px 10px;
    text-align: center;
}

.AccordingBUSec .AddedBU svg {
    height: 18px;
    margin-right: 8px;
    width: 18px;
}

.AccordingBUSec .RemoveBU {
    background: #fff;
    border: 1.5px solid #7c4836;
    border-radius: 30px;
    color: #7c4836;
    align-items: center;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    padding: 6px 10px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.AccordingBUSec .RemoveBU svg {
    height: 18px;
    margin-right: 3px;
    width: 18px;
} 

.AccordingBUSec .RemoveBU:hover {
    background: #7c4836;
    border: 1.5px solid #7c4836;
    color: #fff;
}

.AddBUDisabled,
.AddBUDisabled:hover{
    border: 1.5px solid #CECBCB !important;
    color: #FFFFFF !important;
    background: #CECBCB !important;
}

.AddonsBodySTitle {
    color: #006;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.AddonsBodyList {
    margin: 0 0 0 12px;
    padding: 0;
}

.AddonsBodyList li {
    color: #606060;
    font-size: 14px;
    font-weight: 500;
    list-style: none;
    padding-left: 12px;
    position: relative;
}

.AddonsBodyList li:before {
    background-color: green;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    width: 5px;
}

.AddonDropdown {
    padding: 40px 0 20px;
    width: 100%;
}

.AddonDropdownTitle {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.AddonDropdownFormInput {
    color: #585858;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    width: 250px; 
}

.form-select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #dee2e6 !important;
}

.ClientDetailsForm {
    margin-bottom: 40px;
    padding-bottom: 20px;
    width: 100%;
}

.ClientDetailsForm:last-of-type,
.ClientDetailsForm:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.FormHead {
    display: flex;
    justify-content: space-between;
}

.BookingFormTitle {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 22px;
}

.LoginFormSTextTwo {
    color: #98a2b1;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    padding: 0;
    text-align: center;
}

.LoginFormSTextTwo a {
    color: #006;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.LoginFormSTextTwo a:hover {
    color: #008000;
}

.FormRow {
    display: flex;
    flex-wrap: wrap;
    font-size: .875rem;
    justify-content: space-between;
}

.FormGroupOneThird {
    font-size: .875rem;
    padding-bottom: 20px;
    position: relative;
    width: 31%;
}

.FormGroup {
    font-size: .875rem;
    padding-bottom: 20px;
    position: relative;
    width: 48%;
}

.FormGroupFull {
    font-size: .875rem;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}

.FormLabel {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}

.FormControl {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #495057;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    height: 38px;
    line-height: 1.5;
    min-width: 150px;
    padding: .375rem .4rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
} 

.FormControl:focus {
    outline: none;
    box-shadow: none;
}

.ClientDetailsFormPayment {
    margin-bottom: 10px;
    padding-bottom: 0px;
    width: 100%;
    max-width: 400px;
}

.PayableAmmo {
    margin-bottom: 22px;
    width: auto;
}

.PayableAmmo .Text {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: left;
    text-transform: capitalize;
}

.PayableAmmo .Amount {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

.CouponApplyBU {
    position: absolute;
    top: 38px;
    right: 10px;
    cursor: pointer;
    color: rgb(0, 128, 0);
}

.AcceptCheckbox {
    align-items: center;
    display: flex;
    padding-bottom: 12px;
}

.AcceptCheckbox .form-check-label {
    color: #505050;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.AcceptCheckbox .form-check-label a,
.AcceptCheckbox .form-check-label a:hover {
    color: green;
    cursor: pointer;
    text-decoration: none;
}

.CarsAboutSec {
    background: #f3f3f3;
    padding: 90px 0 80px;
    width: 100%;
}

.AboutTitle {
    color: #4a4a4a;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 50px;
    font-weight: 700;
    line-height: 68px;
}

.AboutSubTitle {
    color: #4a4a4a;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 44px;
}

.AboutText {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 auto;
    max-width: 1100px;
    padding-top: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}

.CarsCateSec {
    padding: 70px 0;
    width: 100%;
}

.CarsCateSecTitle {
    font-size: 50px;
    line-height: 68px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    color: #4a4a4a;
    font-weight: 700;
    position: relative;
    text-align: center;
    width: 100%;
}

.CarTabNav .nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px 30px;
    width: 100%;
    border: none;
} 

.CarTabNav .nav .nav-link {
    background-color: #fff;
    border: 1px solid green;
    border-radius: 0;
    color: green;
    font-size: 20px;
    font-weight: 600;
    margin: -1px;
    padding: 20px 15px;
    transition: all .3s ease-in-out;
    width: 33.33%;
}

.CarTabNav .nav .nav-link img {
    height: auto;
    margin-right: 10px;
    width: 40px;
}

.CarTabNav .nav .nav-link.active {
    background-color: green;
    color: #fff;
}

.CarTabNav .nav .nav-link.active img {
    filter: brightness(0) invert(1);
}

.CarsCateSecSubText {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 auto;
    max-width: 1000px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    width: 100%;
}

.PageCarSec {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .16);
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 30px;
    position: relative;
    width: 100%;
}

.PageCarSec img.CardTexture {
    opacity: .7;
    position: absolute;
    right: -310px;
    top: -200px;
    width: 600px;
}

.PageCarSec img.CardIMG {
    height: 150px;
    margin-bottom: 35px;
    mix-blend-mode: darken;
    object-fit: contain;
    object-position: center;
    position: relative;
    width: 100%;
}

.CarItemTitle {
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}

.CarItemText {
    color: #878787;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 2px;
}

.CarItemText2 {
    color: #878787;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}

.CarItemPrice {
    align-items: flex-start;
    color: #2a2a2a;
    display: flex;
    font-size: 28px;
    font-weight: 600;
    justify-content: center;
    line-height: 36px;
    margin: 0 0 20px;
    position: relative;
    text-align: center;
    width: 100%;
}

.CarItemPrice span {
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    margin-left: 10px;
    position: relative;
}

.CarItemBUGreen {
    background: green;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: auto;
    max-width: 200px;
    overflow: hidden;
    padding: 14px 22px;
    position: relative;
    transition: all .3s ease-in-out;
    width: 100%;
}

.CarItemBUGreen span {
    position: relative;
    z-index: 1;
}

.CarItemBUGreen:after {
    background: #015801;
    bottom: 0;
    content: "";
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    transition: .3s;
    width: 0;
    z-index: 0;
}

.CarItemBUGreen:hover:after {
    left: 0;
    width: 100%;
}

.CarsSlide .owl-stage-outer {
    padding: 10px;
}

.CarsSlide .owl-nav {
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

.CarsSlide.owl-carousel .owl-nav button.owl-next, 
.CarsSlide.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    color: #000 !important;
    font-size: 56px;
    line-height: 40px;
    font-weight: 200;
    display: flex;
    justify-content: center;
    align-items: center;
}

.WhyUsSec {
    padding: 80px 0;
    position: relative;
    width: 100%;
}

.WhyUsSec .CarBG {
    bottom: 200px;
    max-height: 700px;
    max-width: 850px;
    object-fit: contain;
    object-position: center;
    position: absolute;
    right: 0;
    z-index: 0;
}

.WhyChooseRowCar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto 0;
    width: 100%;
}

.WhyChooseDivCar {
    padding: 15px;
    width: 25%;    
}

.WhyChooseUnderCar {
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 #33333314;
    height: 100%;
    overflow: hidden;
    padding: 30px 25px;
    position: relative;
    width: 100%;
}

.WhyChooseUnderCar img {
    height: 70px;
    margin-bottom: 30px;
    object-fit: contain;
    object-position: center;
    width: 70px;
}

.WhyChooseTitleCar {
    color: #4a4a4a;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 0;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
}

.WhyChooseTextCar {
    color: #8a8a8b;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    z-index: 2;
}

.WhyBGGraCar {
    bottom: -60px;
    height: auto !important;
    left: -60px;
    margin: 0 !important;
    opacity: .04;
    position: absolute;
    width: 200px !important;
    object-fit: contain;
    object-position: center;
}

.InsuranceSecCar {
    background: #f3f3f3;
    height: auto;
    padding: 200px 0 100px;
    position: relative;
    width: 100%;
}

.waveInsurCar {
    height: auto;
    left: 0;
    position: absolute;
    top: -1px;
    width: 100%;
}

.ProductHead {
    text-align: center;
    width: 100%;
}

.ProductHead p {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
    width: 100%;
}

.ProductHead p a,
.ProductHead p a:hover {
    color: #44ac09;
    display: inline-block;
    margin-left: 5px;
    text-decoration: none;
}

.CarsAboutSec {
    background: #f3f3f3;
    padding: 70px 0 60px;
    width: 100%;
}

.CarsAboutSec p {
    color: #4a4a4a;
    font-size: 24px;
    font-weight: 500;
    line-height: 44px;
    margin: 0 auto;
    max-width: 1000px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    width: 100%;
}

.AddOnSec {
    padding: 80px;
    position: relative;
    width: 100%;
}

.ServicesRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px auto auto;
    position: relative;
    width: 90%;
    z-index: 1;
}

.ServicesCard {
    align-content: flex-start;
    background: #f3f7f3;
    border: 1px solid #eeefee;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0;
    overflow: hidden;
    padding: 30px 25px;
    position: relative;
    transition: all .3s ease-in-out;
    width: 48%;
}

.ServicesCard:hover {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .16);
}

.ServicesCard img {
    height: 50px;
    margin-bottom: 25px;
    width: 50px;
}

.ServiceCardTitle {
    color: #2a2a2a;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
}

.ServiceText {
    color: #878787;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.ServiceBU {
    background-color: initial;
    border: 1px solid green;
    border-radius: 6px;
    color: green;
    font-size: 14px;
    font-weight: 600;
    margin-top: 25px;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.ServiceBU:hover {
    background-color: green;
    border: 1px solid green;
    color: #fff;
}

.modalClose {
    align-items: center !important;
    background-color: #fb2424 !important;
    border-radius: 50% !important;
    color: #fff !important;
    display: flex !important;
    height: 30px;
    justify-content: center !important;
    min-width: 30px !important;
    padding: 0 !important;
    position: absolute !important;
    right: -15px;
    top: -15px;
    width: 30px;
    border: none;
}

.modalClose svg {
    width: 18px;
}

.ReserpopupSec {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -15px;
    width: 550px;
}

.ReservationSearchLocation {
    padding: 10px 15px;
    width: 100%;
}

.ReservationSearchLocation .FixedFullSec {
    padding: 5px 15px 8px 15px;
    border: 1px solid #D9D9D9;
    margin-bottom: 0px;
}

.ReservationSearchDate .FixedFullSec,
.ReservationSearchTime .FixedFullSec {
    padding: 5px 15px 8px 15px;
    border: 1px solid #D9D9D9;
    margin-bottom: 0px;
}

.ReservationSearchDate,
.ReservationSearchTime {
    padding: 10px 15px;
    width: 50%;
}

.ReservationSearchLocation .FixedFullSec:last-of-type,
.ReservationSearchDate .FixedFullSec:last-of-type,
.ReservationSearchTime .FixedFullSec:last-of-type {
    margin-top: -1px;
}

.BannerFormLabel {
    color: #aaa;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 0px;
}

.ReservationSearchButton {
    padding: 20px 15px;
    width: 100%;
}

.ReservationSearchButton button {
    background: green;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 69px;
    letter-spacing: 1px;
    line-height: 24px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all .3s ease-in-out;
    width: 100%;
}

.ReservationSearchButton button span {
    position: relative;
    z-index: 1;
}

.ReservationSearchButton button:after {
    background: #006;
    bottom: 0;
    content: "";
    height: 100%;
    left: auto;
    position: absolute;
    right: 0;
    transition: .3s;
    width: 0;
    z-index: 0;
}

.ReservationSearchButton button:hover:after {
    left: 0;
    width: 100%;
}

.OfferSec {
    background: #a8f1a8;
    border-radius: 5px 5px 5px 5px;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    left: 50%;
    padding: 12px 20px;
    position: absolute;
    top: 0px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 500px;
    z-index: 9;
}

.OfferTitle {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.OfferTitle .Span2 {
    font-size: 36px;
    font-weight: 700;
}

.OfferText {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 5px;
    text-align: center;
    width: 80%;
}

.OfferSecCloseBU {
    align-items: center;
    background: transparent;
    border: none;
    display: flex;
    height: 33px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
}

.OfferSecCloseBU svg {
    height: 20px;
    width: 20px;
}

.datepicker .datepicker-switch {
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #343434;
}

.datepicker table tr td, 
.datepicker table tr th {
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: none;
}

.datepicker table tr th.next,
.datepicker table tr th.prev {
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
}

.datepicker table tr th.dow {
    font-weight: 500;
}

.PaymentSecRow {
    width: 100%;
}

.SeperatePaySec {
    width: 100%;
    padding-top: 40px;
}

.SeperatePaySec.WST {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 60px;
}

.SeperatePaySecText {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: left;
    text-transform: capitalize;
}

.SeperatePaySecText span {
    font-weight: 700;
}

.FootPayMethod {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #E3E3E3;
    margin: 12px 0;
}

.FootPayMethodImgSec {
    display: flex;
    align-items: center;
}

.FootPayMethodImgSec img {
    height: 20px;
    width: auto;
    margin-right: 20px;
}

@media (min-width: 360px) {
    .OfferText {
        font-size: 14px;
        width: 100%;
    }
    .OfferSec {
        width: 100%;
    }
    .ReserpopupSec {
        margin: 10px 0;
        width: 100%;
    }
    .ServicesCard {
        width: 100%;
    }
    .ServicesRow {
        margin-top: 20px;
        width: 100%;
    }
    .AddOnSec {
        padding: 50px 0;
    }
    .CarsAboutSec p {
        font-size: 18px;
        line-height: 32px;
    }
    .CarsAboutSec {
        padding: 50px 0 40px;
    }
    .ProductHead p {
        font-size: 15px;
        line-height: 22px;
    }
    .InsuranceSecCar {
        padding: 100px 0 50px;
    }
    .WhyChooseTextCar {
        font-size: 15px;
        line-height: 24px;
    }
    .WhyChooseTitleCar {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .WhyChooseDivCar {
        padding: 15px;
        width: 100%;
    }
    .WhyUsSec {
        padding: 50px 0;
    }
    .CarsCateSecSubText {
        font-size: 15px;
        line-height: 25px;
        padding-top: 10px;
    }
    .CarTabNav .nav .nav-link {
        font-size: 18px;
        width: 100%;
    }
    .CarsCateSecTitle {
        font-size: 38px;
        line-height: 48px;
        padding-bottom: 10px;
    }
    .CarsCateSec {
        padding: 50px 0;
    }
    .AboutText {
        font-size: 15px;
        line-height: 25px;
        padding-top: 10px;
    }
    .AboutSubTitle {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .AboutTitle {
        font-size: 32px;
        line-height: 46px;
        padding-bottom: 10px;
    }
    .CarsAboutSec {
        padding: 50px 0 40px;
    }
    .FormGroupOneThird {
        width: 100%;
    }
    .FormGroup {
        width: 100%;
    }
    .AddOnsListBodyText {
        margin-top: 20px;
        width: 100%;
    }
    .AddonsBigSide {
        width: 100%;
    }
    .ReservCarPriceSec {
        margin-left: 0;
        padding-top: 20px;
    }
    .ReservCarDeSec {
        width: 100%;
    }
    .BigSideCarListUnder img {
        margin-bottom: 30px;
        margin-right: 30px;
    }
    .ReservationBigSide {
        width: 100%;
    }
    .SmallSecSide {
        width: 100%;
        position: relative;
        top: 0;
    }
    .ReservationStepper {
        padding: 40px 0 20px !important;
    }
    .contactTab {
        width: 100%;
    }
    .ConCardSec {
        padding: 60px 0 40px;
    }
    .ContactForm {
        margin: auto;
        width: 100%;
    }
    .ContactImg {
        height: 300px;
        margin-bottom: 25px;
        position: relative;
        width: 100%;
    }
    .ServiceSec {
        padding: 0 0 60px;
    }
    .InsurTitle {
        font-size: 28px;
        line-height: 48px;
    }
    .HalfSecMVS {
        width: 100%;
    }
    .AboutSecBig {
        width: 100%;
    }
    .AboutSecSmall {
        width: 100%;
    }
    .InnerBannerTitle {
        font-size: 36px;
        line-height: 60px;
    }
    .CustomerReviewTitle {
        font-size: 36px;
        line-height: 58px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .TrendingBUGreen {
        padding: 10px 15px;
    }
    .TrendingBUBrown {
        padding: 10px 15px;
    } 
    .TrendingCarConSec {
        padding: 0 0;
    }
    .TrendingTitle {
        font-size: 36px;
        line-height: 58px;
        margin: 0 auto 30px auto;
        padding: 0 0 30px 0;
    }
    .WhyChooseDiv {
        width: 100%;
        padding: 15px;
    }
    .WhyChooseRow {
        width: 100%;
    }
    .WhyChooseTitleM {
        font-size: 36px;
        line-height: 68px;
        margin-bottom: 20px;
        padding-bottom: 0px;
    }
    .BodyMessagesArea {
        padding-bottom: 50px;
    }
	.FootLogo {
        width: 100%;
        min-width: 250px;
        text-align: center;
        margin-bottom: 50px;
    }
    .FootLinkArea {
        width: 100%;
        margin-bottom: 35px;
    }
    .FootHours {
        width: 100%;
    }
    .FootSocialSec ul li {
        padding-bottom: 20px;
        padding-right: 0px;
        width: auto;
    }
    .BannerConArea.Top {
        height: 850px !important;
    }
    .BannerContent {
        height: 850px;
    }
    .BannerConTextB {
        font-size: 34px;
        line-height: 46px;
        text-align: center;
    }    
    .BannerConTextS {
        font-size: 20px;
        text-align: center;
    }
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchContainer {
        width: 100%;
    }
    .TrendingWaveTop {
        top: -20px;
    }
    .TrendingWaveDown {
        bottom: -20px;
    }
}

@media (min-width: 480px) {}

@media (min-width: 576px) {
    .OfferText {
        font-size: 15px;
        width: 95%;
    }
    .OfferSec {
        width: 500px;
    }
    .FormGroupOneThird {
        width: 31%;
    }
    .FormGroup {
        width: 48%;
    }
    .ReservationStepper {
        padding: 60px 0 20px !important;
    }
    .ContactForm {
        width: 400px;
    }
    .InsurTitle {
        font-size: 40px;
        line-height: 58px;
    }
    .InnerBannerTitle {
        font-size: 48px;
        line-height: 80px;
    }
    .CustomerReviewTitle {
        font-size: 44px;
        line-height: 68px;
        margin-bottom: 40px;
        padding-bottom: 30px;
    }
    .WhyChooseDiv {
        width: 50%;
        padding: 15px;
    }
	
    .BannerConTextB {
        font-size: 48px;
        line-height: 58px;
    }    
    .BannerConTextS {
        font-size: 28px;
    }
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchContainer {
        width: 540px;
    }
    .WhyChooseTitleM {
        font-size: 50px;
        line-height: 68px;
        margin-bottom: 40px;
        padding-bottom: 30px;
    }
    .TrendingTitle {
        font-size: 50px;
        line-height: 68px;
        margin: 0 auto 60px auto;
        padding: 0 0 40px 0;
    }
}

@media (min-width: 768px) {
    .TrendingWaveTop {
        top: -20px;
    }
    .TrendingWaveDown {
        bottom: -30px;
    }
    .ServicesCard {
        width: 48%;
    }
    .AddOnSec {
        padding: 60px 0;
    }
    .CarsAboutSec p {
        font-size: 20px;
        line-height: 38px;
    }
    .CarsAboutSec {
        padding: 60px 0 50px;
    }
    .ProductHead p {
        font-size: 16px;
        line-height: 26px;
    }
    .InsuranceSecCar {
        padding: 150px 0 70px;
    }
    .WhyChooseTitleCar {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .WhyChooseDivCar {
        width: 50%;
    }
    .CarsCateSecSubText {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 20px;
    }
    .CarTabNav .nav .nav-link {
        width: 33.33%;
    }
    .CarsCateSecTitle {
        font-size: 46px;
        line-height: 64px;
        padding-bottom: 20px;
    }
    .CarsCateSec {
        padding: 60px 0;
    }
    .AboutText {
        font-size: 16px;
        line-height: 26px;
        padding-top: 15px;
    }
    .AboutSubTitle {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 10px;
    }
    .AboutTitle {
        font-size: 46px;
        line-height: 64px;
        padding-bottom: 10px;
    }
    .CarsAboutSec {
        padding: 70px 0 60px;
    }
    .AddOnsListBodyText {
        margin-top: 0;
        width: Calc(100% - 150px);
    }
    .ReservationStepper {
        padding: 60px 0 !important;
    }
    .contactTab {
        width: 50%;
    }
    .ConCardSec {
        padding: 100px 0 40px;
    }
	.FootLinkArea {
        width: 70%;
    }
    .FootHours {
        width: 70%;
    }
    .BannerConTextB {
        font-size: 62px;
        line-height: 80px;
        text-align: left;
    }    
    .BannerConTextS {
        font-size: 34px;
        text-align: left;
    }
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchContainer {
        width: 720px;
    }
    .InnerBannerTitle {
        font-size: 58px;
        line-height: 100px;
    }
}

@media (min-width: 992px) {
    .TrendingWaveTop {
        top: -30px;
    }
    .TrendingWaveDown {
        bottom: -40px;
    }
    .ServicesRow {
        margin-top: 50px;
        width: 90%;
    }
    .AddOnSec {
        padding: 80px;
    }
    .CarsAboutSec p {
        font-size: 24px;
        line-height: 44px;
    }
    .CarsAboutSec {
        padding: 70px 0 60px;
    }
    .ProductHead p {
        font-size: 18px;
        line-height: 32px;
    }
    .InsuranceSecCar {
        padding: 200px 0 100px;
    }
    .WhyChooseTextCar {
        font-size: 16px;
        line-height: 28px;
    }
    .WhyChooseTitleCar {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .WhyUsSec {
        padding: 80px 0;
    }
    .CarsCateSecSubText {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 30px;
    }
    .CarTabNav .nav .nav-link {
        font-size: 20px;
    }
    .CarsCateSecTitle {
        font-size: 50px;
        line-height: 68px;
        padding-bottom: 30px;
    }
    .CarsCateSec {
        padding: 70px 0;
    }
    .AboutText {
        font-size: 18px;
        line-height: 32px;
        padding-top: 20px;
    }
    .AboutSubTitle {
        font-size: 24px;
        line-height: 44px;
        padding-bottom: 10px;
    }
    .AboutTitle {
        font-size: 50px;
        line-height: 68px;
        padding-bottom: 10px;
    }
    .CarsAboutSec {
        padding: 90px 0 80px;
    }
    .AddonsBigSide {
        width: 66%;
    }
    .ReservationBigSide {
        width: 66%;
    }
    .SmallSecSide {
        width: 32%;
        position: relative;
        /*top: 100px;*/
    }
    .ReservationStepper {
        padding: 90px 0 !important;
    }
    .ConCardSec {
        padding: 160px 0 40px;
    }
    .ContactForm {
        margin: initial;
        width: 46%;
    }
    .CusCon {
        max-width: 850px;
        width: Calc(100% - 30px);
    }
    .ContactImg {
        height: 100%;
        margin-bottom: 0;
        position: absolute;
        width: 46%;
    }
    .ServiceSec {
        padding: 120px 0 80px;
    }
    .InsurTitle {
        font-size: 36px;
        line-height: 68px;
    }
    .HalfSecMVS {
        width: 45%;
    }
    .AboutSecBig {
        width: 55%;
    }
    .AboutSecSmall {
        width: 40%;
    }
    .InnerBannerTitle {
        font-size: 68px;
        line-height: 110px;
    }
    .TrendingBUGreen {
        padding: 10px 10px;
    }
    .TrendingBUBrown {
        padding: 10px 10px;
    }
    .BodyMessagesArea {
        padding-bottom: 250px;
    }
	.MenuHamBU {
        display: none;
    }
    .HeadMenu ul li a {
        padding: 30px 10px;
    }
    .HeadMenu ul li {
        font-size: 14px;
    }
    .HeaderBU {
        font-size: 13px;
        padding: 12px 14px;
        margin-left: 8px;
    }
    .HeadLogo {
        max-width: 100px;
    }
    .FootSocialSec ul li {
        padding-right: 25px;
        padding-bottom: 0px;
    }
    .FootLinkArea {
        width: 33%;
        margin-bottom: 0;
    }
    .FootHours {
        width: 33%;
    }
    .FootLinkTitle {
        text-align: left;
    }
    .BannerContent {
        height: 800px;
    }
    .BannerConTextB {
        font-size: 78px;
        line-height: 110px;
    }    
    .BannerConTextS {
        font-size: 44px;
    }
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchContainer {
        width: 960px;
    }
    .BannerSearchArea {
        padding: 20px 5px;
    }
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchLocation {
        padding: 0 5px;
    }    
    .BannerSearchDate {
        width: 25%;
        padding: 0 10px;
    } 
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchDate {
        padding: 0 5px;
    }   
    .BannerSearchTime {
        width: 20%;
        padding: 0 10px;
    } 
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchTime {
        padding: 0 5px;
    }    
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchLocation .FixedFullSec {
        padding: 3px 15px 0px 15px;
        margin-bottom: 10px;
    }
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchDate .FixedFullSec,
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchTime .FixedFullSec {
        padding: 3px 15px 7px 15px;
        margin-bottom: 10px;
    }
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchLocation .FixedFullSec:last-of-type,
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchDate .FixedFullSec:last-of-type,
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchTime .FixedFullSec:last-of-type {
        margin-bottom: 0;
    }
    .BannerSearchLocation {
        width: 34%;
        padding: 0 10px;
    }
    .BannerSearchButton {
        width: 21%;
        padding: 0 10px;
    }
}

@media (min-width: 1200px) {
    .TrendingWaveTop {
        top: -40px;
    }
    .TrendingWaveDown {
        bottom: -50px;
    }
    .WhyChooseDivCar {
        width: 33.33%;
    } 
    .WhyChooseDiv {
        width: 25%;
    }
    .ReservCarPriceSec {
        margin-left: 190px;
        padding-right: 30px;
        padding-top: 20px;
        position: relative;
    }
    .ReservCarDeSec {
        width: auto;
    }
    .BigSideCarListUnder img {
        margin-bottom: 0;
        margin-right: 30px;
    }
    .CusCon {
        max-width: 1000px;
        width: Calc(100% - 30px);
    }
    .InsurTitle {
        font-size: 42px;
        line-height: 68px;
    }
    .InnerBannerTitle {
        font-size: 78px;
    }
    .TrendingBUGreen {
        padding: 10px 15px;
    }
    .TrendingBUBrown {
        padding: 10px 15px;
    } 
    .TrendingCarConSec {
        padding: 0 15px;
    }
    .WhyChooseRow {
        width: 100%;
    }
	.HeadMenu ul li a {
        padding: 30px 15px;
    }
    .HeadMenu ul li {
        font-size: 16px;
    }
    .HeaderBU {
        font-size: 16px;
        padding: 12px 25px;
        margin-left: 15px;
    }
    .HeadLogo {
        max-width: 130px;
    }
    .FootLogo {
        width: 20%;
        min-width: 250px;
        text-align: left;
        margin-bottom: 0px;
    }
    .FootLinkArea {
        width: 22%;
    }
    .FootHours {
        width: 22%;
    }
    .FootSocialSec ul li {
        padding-right: 50px;
    }
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchContainer {
        width: 1140px;
    }
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchLocation {
        padding: 0 10px;
    }    
    .BannerSearchDate {
        width: 22%;
        padding: 0 16px;
    } 
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchDate {
        padding: 0 10px;
    }    
    .BannerSearchTime {
        width: 22%;
        padding: 0 16px;
    }
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchTime {
        padding: 0 10px;
    }    
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchLocation .FixedFullSec {
        padding: 3px 15px 0px 15px;
        margin-bottom: 10px;
    }
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchDate .FixedFullSec,
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchTime .FixedFullSec {
        padding: 3px 15px 7px 15px;
        margin-bottom: 10px;
    }
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchLocation .FixedFullSec:last-of-type,
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchDate .FixedFullSec:last-of-type,
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchTime .FixedFullSec:last-of-type {
        margin-bottom: 0;
    }
    .BannerSearchLocation {
        width: 34%;
        padding: 0 16px;
    } 
    .BannerSearchButton {
        width: 22%;
        padding: 0 16px;
    }
}

@media (min-width: 1300px) {}

@media (min-width: 1400px) {
    .ReservCarPriceSec {
        margin-left: auto;
        padding-right: 30px;
        padding-top: 0;
        position: relative;
    }
    .HeadMenu ul li a {
        padding: 30px 20px;
    }
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchContainer {
        width: 1320px;
    } 
    .BannerSearchDate {
        width: 22%;
    } 
    .BannerSearchTime {
        width: 22%;
    }
    .WhyChooseRow {
        width: 90%;
    }
    .TrendingBUBrown {
        padding: 10px 22px;
    } 
    .TrendingBUGreen {
        padding: 10px 22px;
    }
    .InsurTitle {
        font-size: 50px;
        line-height: 68px;
    }
}

@media (min-width: 1500px) {}

@media (min-width: 1600px) {}

@media (min-width: 1800px) {}

@media (max-width: 991px) {
	.HeadMenu {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        position: fixed;
        width: 300px;
        right: -350px;
        top: 85px;
        background: #fff;
        height: Calc(100% - 80px);
        align-content: flex-start;
        box-shadow: -3px 10px 20px 0 rgb(51 51 51 / 18%);
        padding: 0 30px;
        transition: all .3s ease-in-out;
    }
    .HeadMenu.Open {
        right: 0;
    }
    .HeadMenu ul {
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .HeadMenu ul li {
        width: 100%;
    }
    .HeadMenu ul li a {
        padding: 12px 0;
    }
    /* .HeadMenu ul li:last-child a {
        background: #ececec;
        border-radius: 6px;
        padding: 12px;
        margin-top: 10px;
    } */
    .HeaderBU {
        width: 100%;
        margin-left: 0px;
    }
    .HeadMenu ul li a svg.Chev {
        margin-left: auto;
    }
    .FootLink {
        width: 100%;
        /* justify-content: center; */
        padding-left: 25px;
    }
    .FootSocialSec ul li:first-child {
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
    }
    .FooterMain .GraImg {
        opacity: .04;
    }
    .SocialIconName p {
        display: none;
    }
    .FootLinkArea,
    .FootHours {
        position: relative;
        overflow: hidden;
        min-height: 34px;
        max-height: 34px;
        transition: all .3s ease-in-out;
    }
    .FootLinkArea.Open,
    .FootHours.Open {
        min-height: 34px;
        max-height: 400px;
    }
    .FootDRIcon {
        display: block;
        position: absolute;
        top: 5px;
        right: 0;
        color: #fff;
    }
    .FootLinkArea.Open .FootDRIcon,
    .FootHours.Open .FootDRIcon {
        transform: rotate(180deg);
    }
    .FootDRIcon svg {
        width: 26px;
        height: 26px;
    }
    .FootRow {
        justify-content: center;
    }
    .BannerSearchArea,
    .BannerSearchArea.BannerSearchAreaFixed {
        position: relative;
        left: unset;
        width: 100%;
        top: 60px;
        margin: 0;
        padding: 20px 0;
        transform: unset;
        animation: none;
        background-color: #fff;
        border-radius: 6px;
        transition: all .5s ease-in-out;
    }
    .BannerSearchArea.Open,
    .BannerSearchArea.BannerSearchAreaFixed.Open {
        transform: translate(-50%, -50%) translateY(0);
    }
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchContainer {
        width: 100%;
    }
    .BannerSearchLocation,
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchLocation {
        width: 100%;
        /* border-right: 0px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9; */
        padding: 0 20px 15px 20px;
    }    
    .BannerSearchDate,
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchDate {
        width: 50%;
        /* border-right: 1px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9; */
        padding: 15px 20px 15px 20px;
    }    
    .BannerSearchTime,
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchTime {
        width: 50%;
        padding: 15px 20px 15px 20px;
        /* border-right: 0px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9; */
    }
    .BannerSearchButton,
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchButton {
        width: 100%;
        padding: 20px 20px 0 20px;
    }
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchLocation .FixedFullSec,
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchDate .FixedFullSec,
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchTime .FixedFullSec {
        background: #fff;
        padding: 0;
        border-radius: 0;
    }
}

@media (max-width: 479px) {
    .BannerSearchDate,
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchDate {
        width: 100%;
        /* border-right: 1px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9; */
        padding: 15px 20px 15px 20px;
    }    
    .BannerSearchTime,
    .BannerSearchArea.BannerSearchAreaFixed .BannerSearchTime {
        width: 100%;
        padding: 15px 20px 15px 20px;
        /* border-right: 0px solid #D9D9D9;
        border-bottom: 1px solid #D9D9D9; */
    }
}


.datepicker .active{
    color: #212529 !important;
    background: none !important;
    border: none !important;
}

.datepicker .disabled-date{
    color: #ababab !important;
    background: #f1f1f1 !important;
    border: #f1f1f1 !important;
}