@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/*
========================
Header area start
========================
*/

body {	
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;    
	background: #fff;
	color: #000000;	
    position: relative;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

.header-area {
    background: #ffffff;
    position: relative;
    z-index: 0;
}

.header-bg {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 55%;
    display: flex;
    align-items: center;
    background: #F2F2F2;
    background-size: 100% 100%;
    z-index: -1;
}

.header-bg img {
    margin-left: -10px;
}

.menu-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-area .logo a {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    /*line-height: 68px;*/
    text-transform: uppercase;
    color: #142A30;
    vertical-align: bottom;
}
.menu-area .logo .header-logo{
    /*height: 68px;*/
    vertical-align: bottom;
    margin-top: 5px;
    width: 240px;
}
.menu-area .logo a span {
    color: #E1CD36;
}
.menu-area .logo{
    vertical-align: bottom;
}

.header-rihgt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-rihgt ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-rihgt ul li a {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 54px;
    color: #000000;
    margin-left: 40px;
    transition: 0.2s;
}

.header-rihgt ul li:first-child a{
    margin-left: 0;
}

.header-rihgt ul li:last-child a {
    padding: 0;
}


.header-rihgt ul li a i {
    margin-left: 10px;
    font-size: 16px;
}

.header-rihgt ul li a:hover {
    opacity: 0.8;
}

.humburger {
    display: none;
}

.humburger a {
    font-size: 26px;
    color: #ffffff;
}

.slide {
    left: 0 !important;
}

/* ----mobile-menu---- */

.mobile-menu {
    position: absolute;
    top: 0;
    left: -100%;
    min-height: 100%;
    width: 70%;
    background: #ffffff;
    z-index: 999998;
    padding: 0px 0 30px;
    transition: 0.5s;
    box-shadow: 0px -6px 7px rgba(0, 0, 0, 0.5);
}

.mobile-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-logo a {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    /*line-height: 52px;*/
    text-transform: uppercase;
    color: #142A30;
}

.mobile-logo a span {
    color: #ecca00;
}

.mobile-logo i {
    font-size: 26px;
    cursor: pointer;
    color: #000;
    opacity: 0.6;
    transition: 0.2s;
}

.mobile-logo i:hover {
    opacity: 1;
}
.mobile-logo .header-mobile-logo{
    width: 200px;
    margin-top: 15px;
}

.mobile-menu .container  ul {
    margin-top: 0;
    padding-left: 5px;
}

.mobile-menu ul  li {
    display: block;
}


.mobile-menu ul > li a {
}

.mobile-menu ul > li a  {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    color: #000000;
    transition: 0.2s;
}

.mobile-menu ul > li a:hover {
    color: #6689ff;
}


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

    .mobile-menu {
        display: none!important;
    }

}


/*mobile-menu end*/

/*hero-section start*/

.hero-section {
    padding: 168px 0 130px;
}

@media screen and (min-width: 767px) { 
    .hero-section {
        background: url(images/component1-3.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        box-shadow: inset 0 0 0 2000px rgb(24 46 53 / 60%);
    }

}

@media screen and (max-width: 767px) { 
    .hero-section {
        background: url(images/mobile_vertical_picture.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        box-shadow: inset 0 0 0 2000px rgb(24 46 53 / 60%);
    }

}

.hero-left h2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 128%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 67px;
}

.hero-left h2 span {
    color: #ecca00;
}

.hero-left a {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    padding: 7px 31px;
    background: #ecca00;
    border-radius: 50px;
    transition: 0.2s;
}

.hero-left a:hover {
    opacity: 0.8;
}

.hero-right h2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 128%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.hero-right h2 span {
    color: #ecca00;
}

.hero-right-btm {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.hero-right-btm span {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    margin-right: 22px;
}

.hero-right-btm p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    text-transform: lowercase;
    color: #FFFFFF;
}

.hero-right-btm p::first-letter {
    text-transform: capitalize;
}

/*why-need start*/

.why-need {
    background: url(images/bg11.png);
    background-position: top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 23px 0 50px;
}

.why-need-car h2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 117%;
    text-align: center;
    text-transform: uppercase;
    color: #0D0D0D;
    margin-bottom: 44px;
}

.why-need-car h2 span {
    color: #E1CD36;
}

.why-need-car h5 {
    text-align: center;
}

.why-need-car h5 a {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    padding: 12px 58.5px;
    background: #ecca00;
    display: inline-block;
    box-shadow: 0px 8px 8px rgba(254, 229, 10, 0.31);
    border-radius: 50px;
    margin-top: 37px;
    transition: 0.2s;
}

.why-need-car h5 a:hover {
    opacity: 0.8;
}

.why-need-car .row {
    --bs-gutter-x: 83px;
}

.why-need-car-img {
    position: relative;
}

.why-need-car-img-ctn {
    position: absolute;
    bottom: 15px;
    right: -6px;
    display: inline-flex;
    align-items: center;
    padding: 7px 32px 6px 19px;
    background: url(images/rectangle11.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.why-need-car-img-ctn span {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #ffffff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-transform: lowercase;
    color: #FFFFFF;
    margin-right: 28px;
}

.why-need-car-img-ctn h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
}

.why-need-car-itm p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-top: 50px;
    max-width: 251px;
    min-height: 97px;
}

.why-car-benifits-top {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 72px 0 46px;
}

.why-car-benifits-top h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 117%;
    text-align: center;
    text-transform: uppercase;
    color: #0D0D0D;
}

.why-car-benifits-top h2 br {
    display: none;
}

.why-car-benifits-top h2 span {
    color: #E1CD36;
}

.why-car-benifits-top img {
    margin-left: 4px;
}

.why-car-benifits-grid {
    display: grid;
    gap: 28px;
    grid-auto-columns: 1fr;  
    grid-template-areas:
      "one two three four five";
    text-align: center;
}

.why-car-benifits-itm {
    text-align: center;
    background: #ffffff;
    border-radius: 18px;
    padding: 21px 17px 27px 18px;
}

.why-car-benifits-itm h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 138%;
    text-align: center;
    color: #000000;
    margin-top: 27px;
    }

.why-car-benifits-itm:nth-of-type(1) {
    grid-area: one;
    padding: 21px 29px 17px 29px;
}

.why-car-benifits-itm:nth-of-type(2) {
    grid-area: two;
}

.why-car-benifits-itm:nth-of-type(3) {
    grid-area: three;
}

.why-car-benifits-itm:nth-of-type(4) {
    grid-area: four;
}

.why-car-benifits-itm:nth-of-type(5) {
    grid-area: five;
}

/*before-after start*/

.before-after {
    padding-bottom: 100px;
    position: relative;
    margin-top: -246px;
}

.before-after-inner {
    position: relative;
    display: inline-block;
}

.before-after-inner h2 {    
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 43px;
    line-height: 98%;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    position: absolute;
    top: 0;
    left: -55px;
}

.before-after-inner h2 span {
    color: #F0D200;
    margin-left: 120px;
}

/*testimonials-area start*/

.testimonials-area {
    background: url(images/bg22.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 144px 0 76px;
    margin-top: -134px;
}

.testimonials-left {
    padding: 0 60px;
    text-align: center;
}

.testimonials-left a {
    display: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #000000;
    padding: 12px 71px;
    background: #ecca00;
    box-shadow: 0px 8px 8px rgba(254, 229, 10, 0.31);
    border-radius: 50px;
    margin-top: 23px;
}

.testimonials-left .main-content {
    position: relative;
}

.testimonials-left .main-content .owl-theme .custom-nav {
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
}

.testimonials-left .main-content .owl-theme .custom-nav .owl-prev, .testimonials-left .main-content .owl-theme .custom-nav .owl-next {
    position: absolute;   
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.testimonials-left .main-content .owl-theme .custom-nav .owl-prev i, .testimonials-left .main-content .owl-theme .custom-nav .owl-next i {
    font-size: 30px;
    color: #8A8A8A;
}

.testimonials-left .main-content .owl-theme .custom-nav .owl-prev {
    left: -48px;
}

.testimonials-left .main-content .owl-theme .custom-nav .owl-next {
    right: -48px;
}

.testimonials-left .owl-theme .owl-nav [class*="owl-"] {
    padding: 0;
    margin: 0;
}

.testimonials-left .owl-carousel .owl-stage-outer {
    padding: 15px 0 10px;
}

.testimonials-left-itm {
    background: rgba(244, 226, 100, 0.2);
    border-radius: 18px;
    padding-bottom: 14px;
}

.testimonials-left-itm-inner {
    background: #FFFFFF;
    border-radius: 18px;
    text-align: center;
    padding: 30px 59px;
    position: relative;
}

.testimonials-left-itm-inner img:first-of-type {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 24px;
    z-index: 999999;
    margin-top: -13px;
}

.testimonials-left-itm-inner img:nth-of-type(2) {
    position: absolute;
    display: block;
    content: "";
    bottom: -19px;
    right: 18px;
    z-index: 999999;
}

.testimonials-left-itm-inner span {
    width: 63px;
    height: 63px;
    display: inline-block;
    background: #EFEFEF;
    border: 4px solid #D9D9D9;
    border-radius: 50%;
    margin-bottom: 6px;
}

.testimonials-left-itm-inner h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 23px;
}

.testimonials-left-itm-inner p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 147%;
    text-align: center;
    color: #000000;
    max-width: 395px;
    max-height: 97px;
    margin: 0 auto;
}

.testimonials-left-itm-inner img {
    width: auto!important;
    margin: 0 auto;
    margin-top: 25px;
}

.owl-theme .owl-dots {
    display: none;
}

.testimonials-right h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 117%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 27px;
}

.testimonials-right p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    max-width: 311px;
    margin: 0 auto;
}

.testimonials-right a {
    display: inline-block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    color: #000000;
    padding: 12px 71px;
    background: #ecca00;
    box-shadow: 0px 8px 8px rgba(254, 229, 10, 0.31);
    border-radius: 50px;
    margin-top: 40px;
}

/*faq-area start*/

.faq-area {
    padding: 57px 0 31px;
    background: #ffffff;
}

.faq-area .container > h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 117%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 27px;
}

.faq-area .accordion-item {
    border-radius: 18px;
    border: unset;
    margin-bottom: 27px;
}

.faq-area .accordion-button:focus {
    box-shadow: unset;
}

.faq-area .accordion-header {    border-radius: 18px!important;
}

.faq-area .accordion-button {
    background: #F2F2F2;
    border-radius: 18px!important;
    padding: 14px 17px 14px 40px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 147%;
    color: #000000;
}

.faq-area .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #e7f1ff;
    background: #ecca00;
    box-shadow: unset;
    padding-bottom: 35px;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

.faq-area .accordion-body {
    background: #F8F8F8;
    border-radius: 18px;
    margin-top: -20px;
    z-index: 9999;
    position: relative;
    padding: 22px 28px 22px 43px;
}

.faq-area .accordion-body p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 169%;
    color: #000000;
    text-align: left;
}

.faq-area .accordion-body p:nth-of-type(2) {
    display: none;
}

.faq-area .accordion-button::after {
    background-image: url(images/down-arrow.png);
    background-position: center;
    background-size: auto;
}


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

    .faq-area .accordion-button:not(.collapsed)::after {
      background-image: url(images/up-arrow.png)!important;
    }

}

.faq-area .container > a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    display: inline-block;
    background: #ecca00;
    box-shadow: 0px 8px 8px rgba(254, 229, 10, 0.31);
    border-radius: 50px;
    padding: 6px 31.5px;
}

/*footer-area start*/

.footer-area {
    padding-bottom: 50px;
}

.footer-area > span {
    display: block;
    width: 100%;
    height: 7px;
    background: #ecca00;
}

.footer-area-top {
    padding: 21px 0;
    background: #E8E8E8;
    position: relative;
    z-index: 0;
}

.footer-top-bg {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 39.5%;
    display: flex;
    align-items: center;
    background: #9B9B9B;
    background-size: 100% 100%;
    z-index: -1;
}

.footer-top-bg img {
    margin-left: -10px;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-top ul {
    display: flex;
    align-items: center;
}

.footer-top ul li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 147%;
    color: #000000;
}

.footer-top ul:first-of-type li a {
    margin-right: 40px;
}

.footer-top ul:first-of-type li:last-child a {
    margin: 0;
}

.footer-top ul:nth-of-type(2) li a {
    margin-left: 30px;
    color: #ffffff;
}

.footer-top ul:first-of-type li:first-child a {
    margin: 0;
}

.footer-itm h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 210%;
    text-transform: uppercase;
    color: #000000;
    margin-top: 35px;
}

.footer-itm ul li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 209%;
    color: #494949;
}


/*
================
booking-1 start
============
*/

.booking-process-main {
    padding-top: 17px;
}

.booking-process-main h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    line-height: 206%;
    text-align: center;
    color: #000000;
}

.booking-process-main h2 span {
    color: #ecca00;
}

.booking-process-main p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
}

.booking-process ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 613px;
    margin: 0 auto;
    position: relative;
}

.booking-process ul span {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 34%;
    height: 1px;
    display: block;
    background: #F5DB26;
}

.booking-process ul li {
    height: 13px;
    width: 13px;
    background: #F5DB26;
    display: block;
    border-radius: 50%;
    position: relative;
}

.booking-process ul li img {
    position: absolute;
    display: block;
    content: "";
    top: -5.5px;
    left: 27px;
    width: 50px;
    min-width: 50px;
    height: auto;
}

.booking-1 {
    padding-bottom: 65px;
}

@media (min-width: 1200px) {
  .booking-1 .container {
    max-width: 1220px;
  }
}

.booking-1-inner {
    padding: 21px 60px 38px;
    background: #F2F2F2;
    border-radius: 37px;
    margin-top: 23px;
}

.booking-1-inner h4 {    
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 340%;
    text-align: center;
    color: #000000;
    margin-bottom: 32px;
}

.booking-1-itm-img {
    width: 143px;
    height: 131px;
    background: #FFFFFF;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.booking-1-itm-img:hover {
    border: 1px solid #FCDC00;
    box-shadow: 0px 12px 9px -1px rgb(246 219 27 / 18%);
    cursor: pointer;
}

.booking-1-itm-img-active {
    border: 1px solid #FCDC00;
    box-shadow: 0px 12px 9px -1px rgba(246, 219, 27, 0.18);
}

.booking-1-itm-img img:nth-of-type(2) {
    position: absolute;
    display: block;
    content: "";
    top: -13.5px;
    left: 50%;
    margin-left: -13.5px;
}

.booking-1-itm h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 400%;
    text-align: center;
    color: #000000;
}

.booking-1 .container > a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    padding: 12px 89px;
    background: #F6DB1B;
    box-shadow: 0px 8px 8px rgba(254, 229, 10, 0.31);
    border-radius: 50px;
    display: inline-block;
    margin-top: 40px;
}

.booking-2-inner-flex {
    display: flex;
    align-items: flex-start;
}

.booking-2-inner-flex .booking-1-itm {
    width: 20%;
}

.booking-1 .container ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.booking-1 .container ul li a {
    display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
}

.booking-1 .container ul li:first-child a {
    padding: 12px 86px;
    background: #CECECE;
    border-radius: 50px;
}

.booking-1 .container ul li:nth-child(2) a {
    padding: 12px 89px;
    background: #F6DB1B;
    box-shadow: 0px 8px 8px rgba(254, 229, 10, 0.31);
    border-radius: 50px;
}

.booking-2-inner-flex .booking-1-itm h5 {
    line-height: 112%;
    margin-top: 14px;
}

/*booking-3*/
@media (min-width: 1200px) {
    .booking-3 .container {
        max-width: 1220px;
    }

    .back-next-3 .container {
        max-width: 1220px;
    }
}

.booking-3-inner {
    background: #F2F2F2;
    border-radius: 37px;
    padding: 21px 69px 35px;
    margin-top: 23px;
}

.booking-process-3 ul span {
    width: 66%;
}

.booking-3-inner h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 135%;
    text-align: center;
    color: #152B31;
    margin-bottom: 51px;
}

.booking-3-left {
    background: #F8F8F8;
    border-radius: 37px;
    padding: 27px 34px 20px 33px;
}

.booking-3-left h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 112%;
    text-align: center;
    color: #000000;
    margin-bottom: 46px;
}

.booking-3-left-itm-img {
    width: 100%;
    height: 131px;
    background: #FFFFFF;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.booking-3-left-itm-img:hover {
    border: 1px solid #FCDC00;
    box-shadow: 0px 12px 9px -1px rgb(246 219 27 / 18%);
    cursor: pointer;
}

.booking-3-left-itm-img-active {
    border: 1px solid #FCDC00;
    box-shadow: 0px 12px 9px -1px rgb(246 219 27 / 18%);
}

.booking-3-left-itm-img-default {
    border: 1px solid #FCDC00;
    box-shadow: 0px 12px 9px -1px rgb(246 219 27 / 18%);
}

.booking-3-left-itm-img img:nth-of-type(2) {
    position: absolute;
    display: block;
    content: "";
    top: -13.5px;
    left: 50%;
    margin-left: -13.5px;
}

.booking-3-left-itm h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 112%;
    text-align: center;
    color: #000000;
    margin-top: 14px;
}

.booking-3-right {
    padding-left: 40px;
}

.booking-3-right-inner {
    background: #F8F8F8;
    border-radius: 37px;
    padding-top: 27px;
}

.booking-3-right-inner h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 112%;
    text-align: center;
    color: #000000;
    margin-bottom: 27px;
}

.booking-3-right-inner ul {
    display: block!important;
    padding: 0 48px 0 42px;
    margin: 0!important;
}

.booking-3-right-inner ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 112%;
    color: #000000;
}

.booking-3-right-inner ul li {
    margin-bottom: 20px;
}

.booking-3-right-inner-btm {
    padding: 15px 0 23px;
    background: rgba(244, 226, 100, 0.19);
    border-radius: 37px;
    margin-top: 74px;
}

.booking-3-right-inner-btm h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 86%;
    text-align: center;
    color: #E0C716;
    margin-bottom: 14px;
}

.booking-3-right-inner-btm h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 59%;
    color: #000000;
}

.why-car-benifits-3 {
    padding: 0px 0 79px;
}

.why-car-benifits-3 .why-car-benifits-top {
    margin-top: 0!important;
}

.why-car-benifits-3 .why-car-benifits-itm {
    background: rgba(232, 232, 232, 0.21);
}

.why-car-benifits-itm-inner-2 {
    background: #F5F5F5!important;
}

.back-next-3 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}

.back-next-3 ul li a {
    display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
}

.back-next-3 ul li button {
    display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
}

.back-next-3 ul li:first-child a {
    padding: 12px 86px;
    background: #CECECE;
    border-radius: 50px;
}

.back-next-3 ul li:nth-child(2) a {
    padding: 12px 89px;
    background: #F6DB1B;
    box-shadow: 0px 8px 8px rgba(254, 229, 10, 0.31);
    border-radius: 50px;
}

.back-next-3 ul li:nth-child(2) button {
    padding: 12px 89px;
    background: #F6DB1B;
    box-shadow: 0px 8px 8px rgba(254, 229, 10, 0.31);
    border-radius: 50px;
}

/*booking-process-4*/

.booking-process-4 ul span {
    width: 100%;
}

/*booking-5*/

@media (min-width: 1200px) {
    .booking-5 .container {
        max-width: 1220px;
    }
}

.booking-5-inner {
    background: #F2F2F2;
    border-radius: 37px;
    padding: 27px 148px 56px;
    margin-top: 23px;
}

.booking-5-inner h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 135%;
    text-align: center;
    color: #000000;
    margin-bottom: 32px;
}

.booking-5-inner-ctn {
    padding: 43px 0 39px;
    background: #F8F8F8;
    border-radius: 37px;
}

.booking-5-inner-ctn p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 23px;
    line-height: 143%;
    text-align: center;
    color: #000000;
    max-width: 438px;
    margin: 0 auto;
    margin-top: 25px;
}

.booking-5 a {
    display: inline-block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    padding: 12px 141px;
    background: #F6DB1B;
    box-shadow: 0px 8px 8px rgba(254, 229, 10, 0.31);
    border-radius: 50px;
    margin: 47px 0 50px;
}


/*booking-4 */

@media (min-width: 1200px) {
    .booking-4 .container {
        max-width: 1220px;
    }
}

.booking-4-inner {
    padding: 27px 37px 29px 70px;
    background: #F2F2F2;
    border-radius: 37px;
    margin-top: 17px;
    margin-bottom: 47px;
}

.booking-4-inner h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 135%;
    text-align: center;
    color: #000000;
    margin-bottom: 59px;
}

.booking-4-inner-ctn {
    background: #F8F8F8;
    border-radius: 37px;
    padding: 0 84px 34px 63px;
}

.booking-4-inner-left form input {
    width: 100%;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    display: block;
    line-height: 345%;
    color: rgba(0, 0, 0, 0.59);
    border: unset;
    padding-left: 10px;
    border-bottom: 1px solid #000000;
    background: unset;
}

.booking-4-inner-left form input:focus {
    outline: none;
}

.booking-4-form-input {
    position: relative;
}

.booking-4-form-input a img {
    position: absolute;
    display: block;
    /*content: "";*/
    right: 0;
    top: 50%;
    margin-top: -10px;

}

.booking-4-inner-right-inner {
    width: 275px;
    margin-left: auto;
}

.booking-4-inner-right-inner h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 318%;
    color: rgba(0, 0, 0, 0.59);
}

.calendar-wrapper {
    width: 273px;
}

.calendar-grid .calendar-date-holder {
    width: 273px;
}

.calendar-date-holder .calendar-dates .date a {
    border: unset;
    padding: 7px 5px;
}

.calendar-grid .calendar-labels span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.calendar-top-selector {
    border-bottom: 1px solid #E0E0E0;
}

.calendar-top-selector .calendar-curr-month {
    padding-bottom: 22px;
    font-family: 'Poppins';
    
}

.calendar-grid {
    margin-top: 10px;
}

.calendar-date-holder .calendar-dates .date.selected a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    background: #FCDE10;
    border-radius: 50%;
    color: #000000;
}

.calendar-date-holder .calendar-dates .date a:hover {
    border: unset;
}

.back-next-4 ul {
    flex-wrap: wrap!important;
}

.back-next-4 ul li:last-child a {
    padding: 12px 37px!important;
}

.back-next-4 ul li:last-child button {
    padding: 12px 37px!important;
}

.back-next-4-btn {
    display: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    padding: 12px 37px;
    background: #F6DB1B;
    box-shadow: 0px 8px 8px rgba(254, 229, 10, 0.31);
    border-radius: 50px;
    margin-bottom: 14px;
}

.booking-process ul li.not-active {
    background: #D9D9D9;
}

/*custom*/
.display_price_li {
    display: flex !important;
}
.play_vid_red_button {
    position: absolute;
    top: calc(50% - 90px);
    right: calc(50% - 90px);
    width: 170px;
    height: 170px;
    border-radius: 100px;
    border: 4px solid #ecca00;
    cursor: pointer
}

.play_vid_red_button i {
    text-align: center;
    padding: 35px 50px;
    background-color: #1b1a1a3d;
    width: 145px;
    height: 145px;
    border-radius: 100px;
    font-size: 70px;
    margin: 8px;
    color: #ecca00
}
.back-next-3{
    padding-top: 20px;
}
@media only screen and (min-device-width: 1023px) and (max-device-width: 1025px) {
    
    .play_vid_red_button {
      position: absolute;
      top: calc(50% - 82px);
      right: calc(50% - 82px);
      width: 165px;
      height: 165px;
      border-radius: 100px;
      border: 4px solid #ecca00;
      cursor: pointer;
    }
    .play_vid_red_button i {
      width: 140px;
      height: 140px;
      margin: 8px;
    }
  }
  @media screen and (max-width: 769px) {
    .play_vid_red_button {
      position: absolute;
      top: calc(50% - 40px);
      right: calc(50% - 82px);
      width: 140px;
      height: 140px;
      border-radius: 100px;
      border: 4px solid #ecca00;
      cursor: pointer;
    }
    .play_vid_red_button i {
        text-align: center;
        padding: 30px 30px;
        background-color: #1b1a1a3d;
        width: 125px;
        height: 125px;
        border-radius: 100px;
        font-size: 50px;
        margin: 8px;
        color: #ecca00;
    }
  }
  @media screen and (max-width: 480px) {
    .play_vid_red_button i {
      text-align: center;
      padding: 12px 15px;
      background-color: #1b1a1a3d;
      width: 50px;
      height: 50px;
      border-radius: 172px;
      font-size: 25px;
      margin: 4px;
      color: #ecca00;
    }
    .play_vid_red_button {
      position: absolute;
      top: calc(50% - 10px);
      right: calc(50% - 37px);
      width: 65px;
      height: 65px;
      border-radius: 100px;
      border: 4px solid #ecca00;
      cursor: pointer;
    }
  }