.font_NunitoSans {
    font-family: nunito sans, sans-serif
}

.color_brand {
    color: #1765e0
}

.color_second {
    color: #ffd600
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding: 0%
}

.cursorPointer {
    cursor: pointer
}

@media(max-width: 500px) {
    .m_txt_center {
        text-align: center
    }
}

#HeroSection {
    position: relative;
    overflow: hidden;
    background-color: #f7f7f9
}

#HeroSection .col-md-8 {
    z-index: 5;
}

@media(min-width: 600px) {
    #HeroSection {
        background: url(../images/background-Hero.png);
        background-position: center 25%;
        background-size: cover
    }
}

.coverinMobile {
    display: none
}

.floatMove {
    position: relative;
    height: 650px
}

.floatCustomerOne {
    position: absolute;
    z-index: 4;
    top: 50%;
    right: 0%;
    transform: translate(-31%, -35%)
}

.floatCustomerOne img {
    display: block;
    width: 100%;
    height: 550px
}

.floatMove .AlphardCar {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 0%;
    transform: translate(-3%, -31%)
}

.floatMove .AlphardCar img {
    display: block;
    width: auto;
    height: 400px
}

.floatMove .VellfireCar {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 0%;
    transform: translate(34%, -30%)
}

.floatMove .VellfireCar img {
    display: block;
    width: auto;
    height: 405px
}

.floatMove .CarSecond {
    display: none
}

@media(max-width: 500px) {
    #HeroSection {
        overflow: visible
    }

    .floatMove {
        height: auto;
        padding-top: 65%
    }

    .floatCustomerOne {
        position: absolute;
        z-index: 4;
        top: unset;
        bottom: -41%;
        right: 0%;
        transform: translate(0%, 0%)
    }

    .floatCustomerOne img {
        display: block;
        width: 67%;
        height: auto
    }

    .floatMove .AlphardCar {
        position: absolute;
        z-index: 3;
        top: 50%;
        right: 0%;
        transform: translate(30%, -40%);
        display: none
    }

    .floatMove .AlphardCar img {
        display: block;
        width: auto;
        height: 470px
    }

    .floatMove .VellfireCar {
        position: absolute;
        z-index: 3;
        top: 50%;
        right: 0%;
        transform: translate(30%, -40%);
        display: none
    }

    .floatMove .VellfireCar img {
        display: block;
        width: auto;
        height: 470px
    }

    .floatMove .CarSecond {
        position: absolute;
        display: block;
        bottom: -35px;
        left: 0;
        margin: 0 -12px
    }

    .floatMove .CarSecond img {
        display: block;
        width: 100%
    }

    .coverinMobile {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: hidden
    }

    .coverinMobile .floatBottom {
        position: absolute;
        display: block;
        bottom: -9px;
        left: 0
    }

    .coverinMobile .floatBottom img {
        display: block;
        width: 100%;
        clip-path: polygon(0 27%, 100% 0%, 100% 100%, 0% 100%)
    }
}

#HeroSection .container {
    position: relative;
    z-index: 2
}

[data-title*=Section] {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    position: relative
}

[data-title*=Upage] {
    padding-top: 50px !important;
    padding-bottom: 0 !important
}

@media(min-width: 768px) {
    [data-title*=Upage] {
        padding-top: 0 !important;
        padding-bottom: 45px !important
    }
}

@media(min-width: 992px) {
    [data-title*=Upage] {
        padding-top: 45px !important;
        padding-bottom: 40px !important
    }

    [data-title*=Section] {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }
}

@media(min-width: 767px) and (max-width:991px) {
    [data-title*=Section] {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }
}

[data-title*=cf-vimeo-video] .fluid-width-video-wrapper {
    background-color: #f5f5f5;
    padding-top: 56.25%
}

.fluid-width-video-wrapper iframe {
    border-radius: 10px
}

@media(max-width: 500px) {
    [data-title*=Upage] {
        background-size: cover
    }

    [data-title*=cf-vimeo-video] .fluid-width-video-wrapper {
        border: none;
        background-color: transparent;
        padding-top: 56.25%
    }
    
    .fluid-width-video-wrapper iframe {
        border-radius: 10px 10px 0px 0px;
    }
}

.txt_uppercase {
    text-transform: uppercase
}

.txt_capitalize {
    text-transform: capitalize
}

.txt_white {
    color: #fff
}

@media(max-width: 500px) {
    .m_txt_uppercase {
        text-transform: uppercase
    }

    .m_txt_capitalize {
        text-transform: capitalize
    }
}

.elButton span {
    pointer-events: none
}

.elButton span img.button-car {
    display: inline-block;
    width: 155px;
    position: absolute;
    top: 2px;
    left: -54px
}

.elButton span img.button-carSecond {
    display: inline-block;
    width: 155px;
    position: absolute;
    top: 2px;
    right: -54px;
    transform: scaleX(-1)
}

.elButton i {
    margin-right: 10px
}

@media(max-width: 500px) {
    .elButton {
        font-weight: 400
    }

    .elButtonMain {
        font-weight: 600;
        letter-spacing: 1px
    }

    .elButton i {
        margin-right: 5px
    }

    .elButton span img.button-car,
    .elButton span img.button-carSecond {
        width: 120px
    }
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

.elBulletList {
    padding: 0;
    list-style-type: none
}

.elBulletListNew li {
    position: relative;
    padding-bottom: 6px;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 1.6em
}

.elBulletListNew li i {
    position: absolute;
    top: 0;
    left: 0
}

.elBulletList li:before {
    left: 10px !important;
    position: absolute
}

.elBulletListNew li img {
    position: absolute;
    top: 4px;
    left: 2px;
    width: 20px;
    height: 20px
}

@media(max-width: 500px) {
    .elBulletList {
        padding-left: 0;
        margin-bottom: 0
    }

    .elBulletListNew li {
        margin-bottom: 0;
        padding-left: 33px;
        padding-bottom: 10px;
        font-size: 16px !important;
        line-height: 24px
    }

    .elBulletListNew li i {
        margin-left: -20px
    }

    .elBulletList li:before {
        left: 10px !important
    }

    .elBulletListNew li img {
        top: 1px
    }
}

.iframeBlocker,
.iframeUnmute {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2
}

.video-sound-overlay {
    width: 100%;
    height: 100%;
    background-image: url(../images/big-play-button.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: 10%;
    background-position: center
}

@media(max-width: 500px) {
    .video-sound-overlay {
        background-size: 14%
    }
}

.video-sound-overlay img {
    margin-top: 5px;
    margin-left: 10px;
    animation: pulse 2s infinite;
    animation-timing-function: ease-out
}

.video-sound-overlay img {
    width: 18%;
    padding: 10px;
    position: absolute
}

.video-sound-overlay .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px
}

@media(min-width: 700px) {
    .fluid-width-video-wrapper {
        box-shadow: 0 0 20px 0 rgb(233 233 233/8%) !important;
        overflow: hidden
    }

    .ultv-video__play-icon {
        width: 100px
    }
}

.ultv-aspect-ratio-16_9 .ultv-video__outer-wrap {
    padding-bottom: 56.25%;
    border-radius: 0
}

.ultv-video__outer-wrap:before {
    opacity: .2
}

img.firstLogo {
    margin: 0;
    height: 22px
}

@media(max-width: 500px) {
    img.firstLogo {
        display: none
    }
}

.herocover {
    display: flex;
    font-size: 19px;
    padding-top: 30px;
    flex-direction: row;
    flex-wrap: wrap
}

.herocover .list {
    position: relative;
    width: 100%;
    padding-left: 40px;
    margin-bottom: 15px;
    box-sizing: border-box;
    font-family: Inter;
    font-size: 21px;
    font-weight: 400;
    line-height: normal
}

.herocover .list span {
    background: url(../images/Green-Check.png);
    position: absolute;
    width: 23px;
    height: 21px;
    background-size: cover;
    top: 4px;
    left: 4px
}

@media(max-width: 500px) {
    .herocover {
        padding-top: 19px;
        width: 75%;
        margin: 0 auto
    }

    .herocover .list {
        padding-left: 35px;
        margin-right: 5px;
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 26px
    }

    .herocover .list:nth-child(3n) {
        margin-right: 0
    }

    .herocover .list span {
        width: 19px;
        height: 17px;
        top: 4px;
        left: 4px
    }
}

#HeroSection .whatsAppButton {
    border-radius: 5px;
    background: #fedf00;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .25);
    padding: 13px 55px;
    display: inline-flex;
    color: #1d1d1d;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    justify-content: center;
    align-items: center;
    align-content: center
}

#HeroSection .whatsAppButton i {
    pointer-events: none;
    font-size: 28px
}

#HeroSection .whatsAppButton span {
    pointer-events: none;
    padding-left: 10px
}

@media(max-width: 500px) {
    #HeroSection .whatsAppButton {
        padding: 9px 20px;
        font-size: 18px;
        margin: 0 auto
    }

    #HeroSection .whatsAppButton i {
        font-size: 22px
    }
}

.showReviews {
    width: 100%;
    max-width: 420px;
    padding-top: 35px
}

.showReviews .top {
    padding: 0 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #141414;
    text-align: center;
    font-family: Inter;
    font-size: 23.232px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    align-content: center
}

.showReviews .top span {
    display: flex
}

.showReviews .top span:nth-child(1) {
    color: #1250b5
}

.showReviews .top span:nth-child(2) {
    padding: 0 8px
}

.showReviews .top span:nth-child(2) svg {
    width: 29px;
    height: 22px
}

.showReviews .bottom {
    display: flex;
    justify-content: space-between
}

.showReviews .bottom .items {
    display: flex;
    border-radius: 3px;
    border-top: 5px solid #4fce6a;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .19);
    padding: 10px 15px;
    justify-content: center;
    align-items: center
}

.showReviews .bottom .items .left {
    padding-right: 10px
}

.showReviews .bottom .items .left .image img {
    display: block;
    width: 30px
}

.showReviews .bottom .items .right {
    text-align: center
}

.showReviews .bottom .items .right .rating {
    color: #434343;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.showReviews .bottom .items .right .count {
    display: flex;
    padding: 3px 0
}

.showReviews .bottom .items .right .count .number {
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-right: 5px
}

.showReviews .bottom .items.google .right .count .number {
    color: #e97a2a
}

.showReviews .bottom .items.facebook .right .count .number {
    color: #177af1
}

.showReviews .bottom .items .right .count span {
    display: flex
}

.showReviews .bottom .items .right .count span svg {
    width: 18px;
    height: 18px;
    margin: 0 1px
}

.showReviews .bottom .items .right .based {
    color: gray;
    text-align: center;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media(max-width: 500px) {
    .showReviews {
        width: 100%;
        padding-top: 20px
    }

    .showReviews .top {
        padding: 0 0 15px;
        color: #fff;
        font-size: 16px
    }

    .showReviews .top span {
        display: flex
    }

    .showReviews .top span:nth-child(1) {
        color: #fff
    }

    .showReviews .top span:nth-child(2) {
        padding: 0 8px
    }

    .showReviews .top span:nth-child(2) svg {
        width: 20px;
        height: 16px
    }

    .showReviews .bottom .items {
        padding: 10px
    }

    .showReviews .bottom .items .left {
        padding-right: 8px
    }

    .showReviews .bottom .items .left .image img {
        width: 24px
    }

    .showReviews .bottom .items .right .rating {
        font-size: 11px
    }

    .showReviews .bottom .items .right .count {
        padding: 5px 0 3px
    }

    .showReviews .bottom .items .right .count .number {
        font-size: 14px;
        padding-right: 5px
    }

    .showReviews .bottom .items.google .right .count .number {
        color: #e97a2a
    }

    .showReviews .bottom .items.facebook .right .count .number {
        color: #177af1
    }

    .showReviews .bottom .items .right .count span {
        display: flex
    }

    .showReviews .bottom .items .right .count span svg {
        width: 15px;
        height: 15px;
        margin: 0 1px
    }

    .showReviews .bottom .items .right .based {
        font-size: 10px
    }
}

#ServiceProof {
    background-color: #2f2f2f;
    padding: 35px 0
}

.NumberProof {
    display: flex
}

.NumberProof .items {
    width: 25%;
    color: rgb(217 217 217/90%);
    text-align: center
}

.NumberProof .items .number {
    font-size: 58px;
    font-style: normal;
    font-weight: 900;
    line-height: normal
}

.NumberProof .items .text {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media(max-width: 500px) {
    #ServiceProof {
        padding: 85px 0 35px
    }

    .NumberProof {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        row-gap: 25px
    }

    .NumberProof .items {
        width: 100%
    }

    .NumberProof .items .number {
        font-size: 40px
    }

    .NumberProof .items .text {
        font-size: 16px
    }
}

#CompanyRecommend {
    padding-bottom: 300px !important;
    padding-bottom: 90px !important;
}

#CompanyRecommend img.textLogo {
    display: inline-block;
    height: 40px;
    margin-top: -15px
}

#CompanyRecommend .yellow_underline {
    position: absolute;
    display: inline-block;
    bottom: -5px;
    left: 0;
    width: 100%
}

#CompanyRecommend svg.arrowOne {
    width: 110px;
    position: absolute;
    bottom: -92%;
    right: 3%
}

#CompanyRecommend svg.arrowOne path {
    fill: #9cd911
}

#CompanyRecommend svg.arrowTwo {
    display: none
}

#CompanyRecommend svg.arrowTwo path {
    fill: #9cd911
}

@media(max-width: 500px) {
    #CompanyRecommend img.textLogo {
        display: inline-block;
        height: 27px;
        margin-top: 0px;
    }

    #CompanyRecommend .yellow_underline {
        bottom: -10px;
    }

    #CompanyRecommend svg.arrowOne {
        width: 20px;
        transform: rotate(140deg) translate(-100%, -13%) scaleX(-1);
        bottom: 0%;
        right: unset;
        left: 3%;
        display: none
    }

    #CompanyRecommend svg.arrowTwo {
        display: inline-block;
        position: absolute;
        width: 75px;
        bottom: 8%;
        right: unset;
        left: -10%;
    }
}

#Intro {
    /* background-color: #f8f8f8; */
    padding: 0 0 90px
}

/* tempory */
#Intro .MoveUp {
    margin-top: -270px;
    position: relative;
    z-index: 2
}

#Intro .light_blue {
    position: relative;
    border-radius: 15px;
    background: #1666e0;
    padding: 60px 55px 45px;
    margin: 80px 80px 0px;
}

#Intro .light_blue .map {
    width: 650px;
    margin-right: 0px;
}

#Intro .floatLogo {
    position: absolute;
    bottom: 50px;
    left: 50px;
    height: 28px;
}

#Intro .yellow_underline {
    position: absolute;
    display: inline-block;
    bottom: -6px;
    left: 0;
    width: 100%
}

.FirstCTA {
    display: flex;
    border-radius: 0px;
    background: #1666e0;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .25);
    overflow: hidden;
    padding: 50px 50px;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    background-repeat: no-repeat;
    background-position: -25px center;
    background-size: 430px;
    position: relative;
}

@media(min-width:1000px) {
    .FirstCTA {
        background-image: url('../images/demo-side-team.jpg');
        border-radius: 15px;
    }
    
    .FirstCTA .lineCut {
        position: absolute;
        background: linear-gradient(270deg, #1666e0 50%, #1666e0 15%, transparent);
        background: #1666e0;
        display: block;
        width: 200px;
        height: 425px;
        top: -50px;
        left: 372px;
        transform: rotate(12deg);
    }
}

.FirstCTA .left {
    width: 41%
}

.FirstCTA .left .inner {
    position: relative;
    height: 100%
}

.FirstCTA .left img {
    position: absolute;
    top: -84px;
    right: 0
}

.FirstCTA .right {
    width: 54%;
    text-align: center
}

.FirstCTA .right .whatsAppButton {
    border-radius: 5px;
    background: #fedf00;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .25);
    padding: 13px 23px;
    display: inline-flex;
    color: #1d1d1d;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    justify-content: center;
    align-items: center;
    align-content: center
}

.FirstCTA .right .whatsAppButton i {
    pointer-events: none
}

.FirstCTA .right .whatsAppButton span {
    pointer-events: none;
    padding-left: 10px
}

.sideTeam {
    display: none;
}

@media(max-width: 500px) {
    #CompanyRecommend {
        padding-bottom: 0px !important
    }

    #Intro {
        background: linear-gradient(0deg, #F8F8F8, transparent);
        padding: 0 0 30px;
        overflow: hidden
    }

    #Intro .MoveUp {
        margin-top: 0;
        margin-bottom: -95px;
        padding: 0 12px
    }
    
    #Intro .light_blue {
        margin-top: 25px;
        padding: 35px 15px 25px;
        margin: 25px 0px;
    }

    #Intro .light_blue .map {
        width: 100%;
        margin-right: -16px
    }

    #Intro .floatLogo {
        bottom: 26px;
        height: 18px;
        left: 23px;
    }

    .FirstCTA {
        padding: 35px 10px 35px;
        margin: 0 -12px;
        flex-direction: column;
        border-radius: 15px 15px 0px 0px;
        border-radius: 0px;
    }

    .FirstCTA .left {
        width: 100%;
        order: 2
    }

    .FirstCTA .left .inner {
        position: relative;
        height: auto
    }

    .FirstCTA .left img {
        position: absolute;
        top: unset;
        right: 30px;
        bottom: -165px;
        display: block;
        width: 100%
    }

    .FirstCTA .right {
        width: 100%;
        text-align: center;
        order: 1
    }

    .FirstCTA .right .whatsAppButton {
        border-radius: 5px;
        background: #fedf00;
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .25);
        padding: 13px 30px;
        display: inline-flex;
        color: #1d1d1d;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        justify-content: center;
        align-items: center;
        align-content: center
    }

    .FirstCTA .right .whatsAppButton i {
        pointer-events: none;
        font-size: 20px
    }

    .FirstCTA .right .whatsAppButton span {
        pointer-events: none;
        padding-left: 10px
    }
    
    .sideTeam {
        display: block;
        margin: 0px -12px;
        overflow: hidden;
    }
    
    .sideTeam img {
        display: block;
        width: 100%;
    }
}

.anima_flash {
    -webkit-animation: blink-1 4s infinite both;
    animation: blink-1 4s infinite both
}

@-webkit-keyframes blink-1 {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes blink-1 {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.swiper_Reviews {
    padding-bottom: 50px !important
}

.swiper_Reviews .swiper-horizontal>.swiper-pagination-bullets,
.swiper_Reviews .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5px
}

.swiper_Reviews_Arrow {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.ctrl-btn {
    color: #d9d9d9 !important;
    transform: scale(1.3)
}

.ctrl-btn.swiper-button-next {
    right: -45px
}

.ctrl-btn.swiper-button-prev {
    left: -45px
}

.groupReviews {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px
}

@media(max-width: 500px) {
    .swiper_Reviews {
        overflow: visible !important;
        padding-bottom: 25px !important
    }

    .groupReviews {
        grid-gap: 12px
    }
}

#GoogleReviews {
    background-color: #edf2f9;
    background: linear-gradient(0deg, #edf2f9, #fefeff);
    padding: 80px 0 195px;
    position: relative
}

#GoogleReviews .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden
}

.GoogleReviewsLogo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.GoogleReviewsLogo .floatline {
    width: 99px;
    height: 1px;
    background: #848484;
    position: absolute;
    bottom: 15px
}

.GoogleReviewsLogo .floatline.left {
    left: 20px
}

.GoogleReviewsLogo .floatline.right {
    right: 20px
}

.GoogleReviewsLogo img {
    height: 100px
}

.googleReviewsButton {
    position: relative;
    display: flex;
    width: 100%;
    padding: 45px 0 15px;
    justify-content: center
}

.googleReviewsButton a {
    color: #000;
    display: inline-flex;
    justify-content: center;
    border: 1px solid #0c439c;
    background: #0c439c;
    padding: 12px 22px 12px 19px;
    align-items: center;
    border-radius: 50px
}

.googleReviewsButton a.mobile {
    display: none
}

.googleReviewsButton a img {
    width: 30px;
    height: 30px;
    margin-right: 7px
}

.googleReviewsButton a .text {
    letter-spacing: -.04rem;
    font-size: 18px;
    color: #fff;
    font-weight: 500
}

.googleReviewsButton img.floatLeft {
    position: absolute;
    display: block;
    width: auto;
    height: 60px;
    top: -25px;
    left: 90px;
    transform: scaleX(-1) rotate(-20deg)
}

.googleReviewsButton img.floatRight {
    position: absolute;
    display: block;
    width: auto;
    height: 60px;
    top: -25px;
    right: 90px;
    transform: rotate(-20deg)
}

.googleReviewsButton a:hover {
    border: 1px solid #174ea6;
    background: #174ea6
}

.googleReviewsButton a:hover .text {
    color: #fff
}

@media(max-width: 500px) {
    .googleReviewsButton {
        padding: 0px;
    }

    .googleReviewsButton img.floatLeft {
        height: 35px;
        top: -30px;
        left: 0
    }

    .googleReviewsButton img.floatRight {
        height: 35px;
        top: -30px;
        right: 0
    }

    .googleReviewsButton a img {
        width: 25px;
        height: 25px
    }

    .googleReviewsButton a .text {
        font-size: 15px
    }

    .googleReviewsButton a.desktop {
        display: none
    }

    .googleReviewsButton a.mobile {
        display: inline-flex;
        padding: 9px 19px 9px 14px
    }
}

.ReasonChoose {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px 0 0;
    justify-content: center
}

.ReasonChoose .items {
    display: flex;
    border-radius: 16.343px;
    background: #fff;
    box-shadow: 0 4px 26px 0 rgba(202, 219, 233, .53);
    padding: 13px 20px;
    margin: 10px 13px;
    align-items: center;
    justify-content: center
}

.ReasonChoose .items .image img {
    width: auto;
    display: block;
    padding-right: 15px
}

.ReasonChoose .items:nth-child(1) .image img {
    height: 38px
}

.ReasonChoose .items:nth-child(2) .image img {
    height: 45px
}

.ReasonChoose .items:nth-child(3) .image img {
    height: 40px
}

.ReasonChoose .items:nth-child(5) .image img {
    height: 39px
}

.ReasonChoose .items:nth-child(6) .image img {
    padding-right: 9px;
    height: 45px
}

.ReasonChoose .items .text {
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.SGMYshortstring {
    text-align: center;
    padding: 45px 0 0;
    font-size: 19px;
    line-height: 22px;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.SGMYshortstring span.text {
    display: block;
    padding: 0 9px
}

.SGMYshortstring span.kbold {
    font-weight: 500
}

.SGMYshortstring .fullStars {
    display: flex;
    justify-content: center;
    align-items: center
}

.SGMYshortstring .fullStars img {
    width: auto;
    height: 18px
}

@media(max-width: 500px) {
    #GoogleReviews {
        background-color: #edf2f9;
        padding: 9% 0 21%
    }

    .GoogleReviewsLogo {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-end
    }

    .GoogleReviewsLogo .floatline {
        width: 28%;
        bottom: 7px
    }

    .GoogleReviewsLogo .floatline.left {
        left: 0
    }

    .GoogleReviewsLogo .floatline.right {
        right: 0
    }

    .GoogleReviewsLogo img {
        height: 50px
    }

    .ReasonChoose {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 15px 0 0;
        margin: 0 -4px
    }

    .ReasonChoose .items {
        border-radius: 6px;
        padding: 8px 10px;
        margin: 5px
    }

    .ReasonChoose .items:nth-child(1) {
        order: 5
    }

    .ReasonChoose .items:nth-child(2) {
        order: 1
    }

    .ReasonChoose .items:nth-child(3) {
        order: 2
    }

    .ReasonChoose .items:nth-child(4) {
        order: 3
    }

    .ReasonChoose .items:nth-child(5) {
        order: 4
    }

    .ReasonChoose .items:nth-child(6) {
        order: 6
    }

    .ReasonChoose .items .image img {
        padding-right: 10px
    }

    .ReasonChoose .items:nth-child(1) .image img {
        height: 22px
    }

    .ReasonChoose .items:nth-child(2) .image img {
        height: 26px
    }

    .ReasonChoose .items:nth-child(3) .image img {
        height: 24px
    }

    .ReasonChoose .items:nth-child(4) .image img {
        height: 24px
    }

    .ReasonChoose .items:nth-child(5) .image img {
        height: 24px
    }

    .ReasonChoose .items:nth-child(6) .image img {
        padding-right: 5px;
        height: 24px
    }

    .ReasonChoose .items .text {
        font-size: 13px;
        font-weight: 600
    }

    .SGMYshortstring {
        padding: 25px 0 0;
        font-size: 16px;
        align-items: center;
        flex-wrap: wrap;
        width: 78%;
        margin: 0 auto
    }

    .SGMYshortstring .odometer {
        padding: 0 1px
    }

    .SGMYshortstring .fullStars img {
        height: 14px
    }

    .SGMYshortstring span.text {
        padding: 0 4px 0 6px
    }
}

#FavoriteDriver {
    padding: 0 0 85px
}

#FavoriteDriver .MoveUp {
    margin-top: -185px
}

#FavoriteDriver .yellow_underline {
    position: absolute;
    display: inline-block;
    bottom: -15px;
    left: 0;
    width: 100%
}

.slideDriver {
    display: flex;
    justify-content: space-between;
    padding: 125px 0 0
}

.slideDriver .driver {
    position: relative;
    width: 23%;
    text-align: center;
    border-radius: 10px;
    background: #1666e0;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .25);
    padding: 0 0 20px
}

.slideDriver .driver .image {
    width: 128px;
    margin: -74px auto 0
}

.slideDriver .driver .image img {
    display: block;
    width: 100%;
    border-radius: 50%;
    border: 4px solid #ffb800;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .12)
}

.slideDriver .driver .details .name {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 25px 0 5px
}

.slideDriver .driver .details .count {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 0 0
}

.slideDriver .driver .details .stars {
    display: flex;
    justify-content: center;
    align-items: center
}

.slideDriver .driver .details .stars svg {
    padding: 0 2px;
    width: 26.04px;
    height: 26.04px
}

@media(max-width: 500px) {
    #FavoriteDriver {
        padding: 0 0 35px
    }

    #FavoriteDriver .MoveUp {
        margin-top: -70px
    }

    #FavoriteDriver .yellow_underline {
        bottom: -6px;
    }

    .slideDriver {
        padding: 15px 0 0;
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
    }

    .slideDriver .driver {
        width: 48%;
        margin-top: 80px;
        padding: 0px 20px 20px;
    }

    .slideDriver .driver .image {
        width: 110px;
        margin: -62px auto 0;
    }

    .slideDriver .driver .image img {
        display: block;
        width: 100%
    }

    .slideDriver .driver .details .name {
        font-size: 14px;
        padding: 19px 0 5px;
        font-weight: 500;
    }

    .slideDriver .driver .details .count {
        font-size: 13px;
        padding: 5px 0 0px;
    }

    .slideDriver .driver .details .stars {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .slideDriver .driver .details .stars svg {
        padding: 0 3px;
        width: 25px;
        height: 25px;
    }
}

#FakeReviews {
    position: relative;
    background: url(../images/background-fake-review.jpg);
    background-position: center;
    background-size: cover
}

#FakeReviews .whatsAppButton {
    border-radius: 5px;
    background: #fedf00;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .25);
    padding: 13px 60px;
    display: inline-flex;
    color: #1d1d1d;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    justify-content: center;
    align-items: center;
    align-content: center
}

#FakeReviews .whatsAppButton i {
    pointer-events: none;
    font-size: 28px
}

#FakeReviews .whatsAppButton span {
    pointer-events: none;
    padding-left: 15px
}

#fakeOuter .col-md-7 {
    width: 54.333333%
}

@media(max-width: 500px) {
    #FakeReviews {
        padding: 45px 0 0
    }

    #FakeReviews .whatsAppButton {
        padding: 10px 35px;
        font-size: 22px
    }

    #FakeReviews .whatsAppButton i {
        font-size: 24px
    }

    #fakeOuter .col-md-5 {
        order: 2
    }

    #fakeOuter .col-md-7 {
        width: 100%;
        order: 1
    }
}

#TableCompare {
    padding: 75px 0 100px
}

#TableCompare .yellow_underline {
    position: absolute;
    display: inline-block;
    bottom: -15px;
    left: 0;
    width: 100%
}

.CompareTable {
    display: flex;
    justify-content: space-around;
    padding: 0
}

.CompareTable .Card {
    width: 46%;
    border-radius: 15px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
    padding: 30px 40px
}

.CompareTable .Card.left {
    border: 1.5px solid #e4e4e7;
    background: #f4f4f5
}

.CompareTable .Card.right {
    background: #e3eeff;
    border: 1.5px solid #1666e0
}

.CompareTable .Card .head {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column
}

.CompareTable .Card .head .image {
    height: 74px;
    width: auto
}

.CompareTable .Card .head .title {
    font-size: 26px;
    line-height: 26px;
    display: block;
    padding: 20px 0 30px
}

.CompareTable .Card.right .head .title img {
    display: block;
    width: auto;
    height: 26px
}

.CompareTable .Card .list {
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: 37px
}

.CompareTable .Card .list:not(:last-child) {
    padding-bottom: 12px;
}

.CompareTable .Card .list.light_blue {
    background-color: #f4f9fb
}

.CompareTable .Card .list span {
    position: absolute;
    top: 2px;
    left: 3px
}

.CompareTable .Card .list span.wrong {
    background: url(../images/svg/red-circle-xmark.svg);
    background-size: cover;
    width: 22px;
    height: 22px
}

.CompareTable .Card .list span.check {
    background: url(../images/svg/green-circle-check.svg);
    background-size: cover;
    width: 23px;
    height: 23px
}

.lineBox {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 10px 0 0;
    display: none
}

.lineBox .top {
    height: 35px;
    width: 1px;
    background-color: #262626
}

.lineBox .bottom {
    height: 35px;
    border: 1px solid #262626;
    border-bottom: none;
    width: 50%
}

@media(max-width: 500px) {
    #TableCompare {
        padding: 35px 0 40px;
        padding: 0px;
    }

    #TableCompare .yellow_underline {
        bottom: -9px;
    }

    .CompareTable {
        flex-direction: column;
        padding: 35px 0 0
    }

    .CompareTable .Card {
        width: 100%;
        padding: 30px 20px;
    }

    .CompareTable .Card.left {
        margin: 0px 0px 30px;
    }

    .CompareTable .Card .head {
        font-size: 24px;
        line-height: 40px;
        height: auto;
    }

    .CompareTable .Card .head img {
        height: 75px;
        width: auto;
    }

    .CompareTable .Card .head .image {
        height: auto;
        width: auto
    }

    .CompareTable .Card .head .title {
        font-size: 26px;
        line-height: 26px;
        display: block;
        padding: 20px 0 25px;
    }

    .CompareTable .Card.right .head .title img {
        display: block;
        width: auto;
        height: 26px
    }

    .CompareTable .Card .list {
        font-size: 18px;
        line-height: 28px;
        padding: 0px 0px 0px 38px;
        height: auto
    }

    .CompareTable .Card .list span {
        position: absolute;
        top: 2px;
        left: 5px;
    }

    .CompareTable .Card .list span.check {
        width: 22px;
        height: 22px;
        top: 2px;
    }

    .lineBox {
        padding: 20px 0 0
    }

    .lineBox .bottom {
        display: none
    }

    .secondlineBox {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        display: none
    }

    .secondlineBox .top {
        height: 35px;
        width: 1px;
        background-color: #262626
    }
}

#WatchOut {
    position: relative;
    background: url(../images/background-WatchOut.jpg);
    background-position: center 25%;
    background-size: cover;
    padding: 120px 0
}

img.trapFloat {
    display: inline-block;
    width: 42px;
    margin-top: -12px;
    margin-left: 6px
}

@media(max-width: 500px) {
    #WatchOut {
        padding: 60px 0
    }

    img.trapFloat {
        width: 32px;
        margin-top: -9px;
        margin-left: 4px
    }
}

#WhyChoose {
    position: relative;
    background: url(../images/background-blue.jpg);
    background-position: center;
    background-size: cover;
    padding: 70px 0
}

#WhyChoose .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0/10%);
    top: 0;
    left: 0;
    z-index: 0
}

#WhyChoose .container {
    position: relative
}

#WhyChoose .firstDot {
    position: absolute;
    top: 12%;
    left: 3%
}

#WhyChoose .secondDot {
    position: absolute;
    top: 1%;
    right: 5%
}

@media(max-width: 500px) {
    #WhyChoose {
        padding: 35px 0 0
    }
}

.floatChoose {
    width: 1240px;
    height: 515px;
    margin: 50px auto 85px;
    position: relative;
    z-index: 0
}

.floatChoose .floatCard {
    position: absolute;
    overflow: hidden;
    width: 260px;
    background-color: #0961c6;
    padding: 16px 17px 16px 50px;
    border-radius: 10.931px;
    border: 3px solid #008dff
}

@media(min-width: 1000px) {
    .floatChoose .floatCard:nth-child(1) {
        bottom: 10%;
        left: 0%;
        width: 200px
    }

    .floatChoose .floatCard:nth-child(2) {
        top: 46%;
        left: 3%;
        width: 195px
    }

    .floatChoose .floatCard:nth-child(3) {
        top: 18%;
        left: 7%
    }

    .floatChoose .floatCard:nth-child(4) {
        top: 2%;
        left: 29%;
        width: 213px
    }

    .floatChoose .floatCard:nth-child(5) {
        top: 0%;
        right: 28%;
        width: 235px
    }

    .floatChoose .floatCard:nth-child(6) {
        top: 9%;
        right: 4%
    }

    .floatChoose .floatCard:nth-child(7) {
        bottom: 44%;
        right: 1%;
        width: 184px
    }

    .floatChoose .floatCard:nth-child(8) {
        bottom: 7%;
        right: 1%;
        width: 185px
    }
}

.floatChoose .floatCard .image {
    background: url(../images/Yellow-Check.png);
    position: absolute;
    width: 21px;
    height: 21px;
    background-size: cover;
    top: 17px;
    left: 17px
}

.floatChoose .floatCard .content {
    color: #fff;
    text-align: left;
    font-family: Inter;
    font-size: 19.832px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

@media(max-width: 500px) {
    .floatChoose {
        order: 1;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        margin: 10px auto;
    }

    .floatChoose .floatCard {
        position: relative;
        width: auto;
        padding: 13px 15px 13px 40px;
        border-radius: 10px;
        margin: 0 0 16px
    }

    .floatChoose .floatCard:nth-child(1) {
        order: 4
    }

    .floatChoose .floatCard:nth-child(2) {
        order: 6
    }

    .floatChoose .floatCard:nth-child(3) {
        order: 1
    }

    .floatChoose .floatCard:nth-child(4) {
        order: 3
    }

    .floatChoose .floatCard:nth-child(5) {
        order: 5
    }

    .floatChoose .floatCard:nth-child(6) {
        order: 8
    }

    .floatChoose .floatCard:nth-child(7) {
        order: 7
    }

    .floatChoose .floatCard:nth-child(8) {
        order: 2
    }

    .floatChoose .floatCard .image {
        width: 18px;
        height: 18px;
        top: 12px;
        left: 12px
    }

    .floatChoose .floatCard .content {
        text-align: left;
        font-size: 15px;
        font-weight: 600
    }
}

.overlayDots {
    top: 0;
    left: 0;
    z-index: 0
}

.overlayDots .lineSteps {
    position: absolute;
    padding: 0
}

.overlayDots .lineSteps .cq-tooltip {
    width: 24px;
    height: 24px;
    background: rgb(255 235 235/35%);
    text-decoration: none;
    position: absolute;
    bottom: -3%;
    right: -3%;
    z-index: 2;
    border-radius: 50%
}

@media(min-width: 1000px) {
    .overlayDots .lineSteps:nth-child(1) {
        bottom: 13%;
        left: 16%
    }

    .overlayDots .lineSteps:nth-child(2) {
        bottom: 44%;
        left: 16%
    }

    .overlayDots .lineSteps:nth-child(3) {
        bottom: 65%;
        left: 23%;
        transform: rotate(46deg)
    }

    .overlayDots .lineSteps:nth-child(4) {
        top: 17%;
        left: 33%;
        transform: rotate(80deg)
    }

    .overlayDots .lineSteps:nth-child(5) {
        top: 14%;
        right: 32%;
        transform: rotate(90deg)
    }

    .overlayDots .lineSteps:nth-child(6) {
        top: 31%;
        right: 22%;
        transform: rotate(130deg)
    }

    .overlayDots .lineSteps:nth-child(7) {
        top: 48%;
        right: 12%;
        transform: rotate(182deg)
    }

    .overlayDots .lineSteps:nth-child(8) {
        top: 85%;
        right: 10%;
        transform: rotate(180deg)
    }
}

.overlayDots .lineSteps .cq-tooltip:hover {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-animation: none;
    -moz-animation: none;
    animation: none
}

.overlayDots .lineSteps .cq-tooltip span {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
    position: absolute;
    display: inline-block;
    background: #ea0c0c;
    left: 50%;
    top: 50%
}

@-webkit-keyframes pulse-green {
    0% {
        -webkit-transform: scale(1);
        box-shadow: 0 0 rgb(205 50 76/39%)
    }

    50% {
        -webkit-transform: scale(1.1);
        box-shadow: 0 0 0 8px rgb(205 50 50/28%)
    }

    100% {
        -webkit-transform: scale(1);
        box-shadow: 0 0 rgb(205 50 50/30%)
    }
}

@-moz-keyframes pulse-green {
    0% {
        -moz-transform: scale(1);
        box-shadow: 0 0 rgb(205 50 76/39%)
    }

    50% {
        -moz-transform: scale(1.1);
        box-shadow: 0 0 0 8px rgb(205 50 50/28%)
    }

    100% {
        -moz-transform: scale(1);
        box-shadow: 0 0 rgb(205 50 50/30%)
    }
}

@keyframes pulse-green {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 rgb(205 50 76/39%)
    }

    50% {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        box-shadow: 0 0 0 8px rgb(205 50 50/28%)
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 rgb(205 50 50/30%)
    }
}

.MoveVehicle {
    position: absolute;
    bottom: -7%;
    left: 50%;
    transform: translate(-58%, 0%)
}

@media(max-width: 500px) {
    .overlayDots {
        display: none
    }

    .MoveVehicle {
        order: 2;
        position: relative;
        bottom: unset;
        left: unset;
        transform: unset;
        display: block;
        width: 100%;
        margin-bottom: -43px;
        margin-left: -32px
    }

    .adjustMore {
        display: flex;
        flex-direction: column;
        position: relative
    }

    .AllineBox {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        padding: 32px 0 0;
        display: none;
    }

    .AllineBox .top {
        height: 73%;
        border: 1px dashed #fff;
        border-top: none;
        width: 50%
    }

    .AllineBox .bottom {
        height: 45px;
        width: 1px;
        border-left: 1px dashed #fff
    }
}

#WhyProof {
    padding: 0 0 70px
}

#WhyProof .light_blue {
    padding: 55px 70px;
    background: #f0f6ff;
    box-shadow: 0 4px 17px 0 rgba(0, 0, 0, .12);
    margin-top: -70px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

#WhyProof .light_blue .left {
    width: 44%
}

#WhyProof .light_blue .right {
    width: 54%
}

#WhyProof .MaintainList .list {
    display: flex;
    justify-content: flex-start
}

#WhyProof .MaintainList .list:not(:last-child) {
    padding: 0 0 15px
}

#WhyProof .MaintainList .list .left {
    width: 14%
}

#WhyProof .MaintainList .list .right {
    width: 86%
}

#WhyProof .MaintainList .list .right .type {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400
}

#WhyProof .MaintainList .list .right .answer {
    font-size: 19px;
    line-height: 25px;
    font-weight: 700
}

#WhyProof .whatsAppButton {
    border-radius: 5px;
    background: #fedf00;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .25);
    padding: 13px 70px;
    display: inline-flex;
    color: #1d1d1d;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    justify-content: center;
    align-items: center;
    align-content: center
}

#WhyProof .whatsAppButton i {
    pointer-events: none;
    font-size: 27px
}

#WhyProof .whatsAppButton span {
    pointer-events: none;
    padding-left: 10px
}

@media(max-width: 500px) {
    #WhyProof {
        padding: 55px 0 40px;
        background-color: #f0f6ff
    }

    #WhyProof .light_blue {
        padding: 0;
        background: 0 0;
        box-shadow: unset;
        margin-top: 0;
        display: flex;
        flex-direction: column;
    }

    #WhyProof .light_blue .left {
        width: 100%;
    }

    #WhyProof .light_blue .right {
        width: 100%;
        padding: 25px 0px 0px;
    }

    #WhyProof .whatsAppButton {
        font-size: 20px;
        padding: 13px 50px;
    }

    #WhyProof .whatsAppButton i {
        font-size: 23px
    }

    #WhyProof .MaintainList .list {
        display: flex;
        justify-content: flex-start
    }

    #WhyProof .MaintainList .list:not(:last-child) {
        padding: 0 0 15px
    }

    #WhyProof .MaintainList .list .left {
        width: 18%;
    }

    #WhyProof .light_blue .right .MaintainList .list .right {
        width: 82%;
        padding: 0px;
    }

    #WhyProof .MaintainList .list .right .type {
        font-size: 15px;
        line-height: 23px;
    }

    #WhyProof .MaintainList .list .right .answer {
        font-size: 19px;
        line-height: 23px;
    }
}

#Warranty {
    position: relative;
    background: url(../images/background-warranty.jpeg);
    background-position: center;
    background-size: cover;
    padding: 75px 0
}

#Warranty .yellow_underline {
    position: absolute;
    display: inline-block;
    bottom: -15px;
    left: 0;
    width: 100%
}

.warrantyList .list {
    color: #fff;
    position: relative;
    padding-left: 55px;
    margin-right: 15px;
    font-size: 22px;
    line-height: 32px
}

.warrantyList .list:not(:last-child) {
    margin-bottom: 25px
}

.warrantyList .list span {
    background: url(../images/warrant-check.png);
    position: absolute;
    width: 36px;
    height: 36px;
    background-size: cover;
    top: -2px;
    left: 0
}

@media(max-width: 500px) {
    #Warranty {
        padding: 40px 0
    }

    .warrantyList .list {
        padding-left: 60px;
        font-size: 18px;
        line-height: 26px
    }

    .warrantyList .list:not(:last-child) {
        margin-bottom: 20px
    }

    .warrantyList .list span {
        top: -2px;
        left: 10px
    }
}

#AsFeatures {
    padding: 80px 0 555px;
    padding: 80px 0 85px;
}

#AsFeatures .title {
    position: relative;
    text-align: center
}

#AsFeatures .title span {
    padding: 0 30px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    color: #3d3d3d;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

#AsFeatures .title .line {
    position: absolute;
    z-index: 0;
    top: 13px;
    left: 50%;
    width: 40%;
    height: 1px;
    background: #000;
    transform: translate(-50%, 50%)
}

@media(max-width: 500px) {
    #AsFeatures {
        padding: 40px 0 145px;
        padding: 40px 0 0px;
    }

    #AsFeatures .title {
        font-size: 22px;
        padding: 0 0 7px
    }

    #AsFeatures .title span {
        padding: 0 15px;
        font-size: 18px
    }

    #AsFeatures .title .line {
        height: 1px;
        width: 86%;
        top: 18px
    }
}

#twentyFourPickup {
    background: #f0f6ff;
    padding: 0 0 80px
}

#twentyFourPickup .yellow_underline {
    position: absolute;
    display: inline-block;
    bottom: -6px;
    left: 0;
    width: 100%
}

#twentyFourPickup .light_blue {
    margin-top: -500px;
    position: relative;
    border-radius: 15px;
    background: #1666e0;
    padding: 60px 90px
}

#twentyFourPickup .light_blue .map {
    width: 650px
}

#twentyFourPickup .floatLogo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    height: 25px
}

#twentyFourPickup .whatsAppButton {
    border-radius: 5px;
    background: #fedf00;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .25);
    padding: 13px 70px;
    display: inline-flex;
    color: #1d1d1d;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    justify-content: center;
    align-items: center;
    align-content: center
}

#twentyFourPickup .whatsAppButton i {
    pointer-events: none;
    font-size: 27px
}

#twentyFourPickup .whatsAppButton span {
    pointer-events: none;
    padding-left: 10px
}

.lineSteps {
    padding: 35px 0 0
}

.BookingSteps {
    display: flex;
    justify-content: space-between;
    padding: 2px 0 50px
}

.BookingSteps .list {
    width: 31.33%;
    z-index: 1;
    position: relative;
    margin-top: 40px
}

.BookingSteps .dot {
    position: absolute;
    background: #c5dbff8f;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    top: -33%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.BookingSteps .dot span {
    background: #ed1f1f;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%
}

.BookingSteps .innerCard {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .08);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px;
    height: 160px
}

.BookingSteps .innerCard .left {
    padding-right: 22px
}

.BookingSteps .innerCard .left img {
    width: auto;
    height: 60px;
    display: block
}

.BookingSteps .innerCard .right {
    text-align: left
}

.BookingSteps .innerCard .right .title {
    color: #0054fe;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 0 7px
}

.BookingSteps .innerCard .right .text {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media(max-width: 500px) {
    #twentyFourPickup {
        padding: 0 0 45px
    }

    #twentyFourPickup .light_blue {
        margin-top: -150px;
        padding: 35px 20px 25px
    }

    #twentyFourPickup .light_blue .map {
        width: 100%;
        margin-right: -16px
    }

    #twentyFourPickup .floatLogo {
        bottom: 26px;
        right: unset;
        height: 18px
    }

    #twentyFourPickup .whatsAppButton {
        padding: 13px 35px;
        font-size: 17px
    }

    #twentyFourPickup .whatsAppButton i {
        font-size: 23px
    }

    .ChangeSide {
        display: flex;
        flex-direction: row;
        padding: 9px 0 0
    }

    .lineSteps {
        width: 14%;
        position: relative
    }

    .lineSteps svg {
        width: 100%
    }

    .BookingSteps {
        width: 86%;
        padding: 0 0 25px;
        flex-direction: column
    }

    .BookingSteps .list {
        width: 100%;
        margin-top: 0;
        padding-top: 25px;
        position: relative
    }

    .BookingSteps .list:not(:last-child):after {
        content: '';
        position: absolute;
        height: 100%;
        width: 1px;
        top: 97%;
        left: -9%;
        transform: translate(-50%, -50%);
        border-right: 1px dashed rgb(22 102 224/69%);
        z-index: -1
    }

    .BookingSteps .dot {
        top: 50%;
        left: -9%
    }

    .BookingSteps .dot span {
        background: #ed1f1f;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%
    }

    .BookingSteps .innerCard {
        border-radius: 10px;
        padding: 18px 14px;
        height: auto
    }

    .BookingSteps .innerCard .left {
        padding-right: 4%;
        width: 26%;
        box-sizing: border-box
    }

    .BookingSteps .innerCard .left img {
        width: 100%;
        height: auto
    }

    .BookingSteps .list:nth-child(1) .innerCard .left img {
        width: 78%
    }

    .BookingSteps .list:nth-child(2) .innerCard .left img {
        width: 82%
    }

    .BookingSteps .innerCard .right {
        width: 70%;
        box-sizing: border-box
    }

    .BookingSteps .innerCard .right .title {
        font-size: 18px;
        padding: 0 0 5px
    }

    .BookingSteps .innerCard .right .text {
        font-size: 16px
    }
}

#Vehicles {
    position: relative;
    background: url(../images/background-blue.jpg);
    background-size: cover;
    background-position: center;
    padding: 70px 0 90px
}

#Vehicles .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0/10%);
    top: 0;
    left: 0;
    z-index: 0
}

.VehicleGroup {
    display: flex;
    justify-content: space-between;
    padding: 55px 0 0
}

.VehicleGroup .VehicleCard {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    width: 31.33%
}

.VehicleGroup .VehicleCard h3.card-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 25px 20px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center
}

.VehicleGroup .VehicleCard .card-text {
    display: flex;
    padding: 0 90px 30px;
    flex-direction: column
}

.VehicleGroup .VehicleCard .card-text .list {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    padding: 0 0 10px
}

.VehicleGroup .VehicleCard .card-text .list .icon {
    padding: 0 7px
}

.VehicleGroup .VehicleCard .card-text .list .icon img {
    display: block;
    width: 26px;
    margin: 0 auto
}

.VehicleGroup .VehicleCard .card-text .list .detail {
    padding-top: 3px;
    color: #1e1e1e;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

@media(max-width: 500px) {
    #Vehicles {
        padding: 30px 0 10px
    }

    .VehicleGroup {
        padding: 30px 0 0;
        display: flex;
        flex-direction: column
    }

    .VehicleGroup .VehicleCard {
        width: 100%;
        margin: 0 0 30px
    }

    .VehicleGroup .VehicleCard h3.card-title {
        font-size: 20px;
        padding: 25px 35px;
        height: auto
    }

    .VehicleGroup .VehicleCard .card-text {
        padding: 0 30px 30px
    }

    .VehicleGroup .VehicleCard .card-text .list {
        justify-content: center;
        padding: 0 0 10px
    }

    .VehicleGroup .VehicleCard .card-text .list .detail {
        padding-top: 0;
        font-size: 18px
    }
}

#VehicleTypes {
    padding: 80px 0 70px
}

.vehicle-mainview .vehicle-sort {
    display: flex;
    padding: 35px 0 0;
    justify-content: center;
    align-items: center
}

.vehicle-mainview .vehicle-sort .tb_gallery .image {
    padding: 0 0 18px
}

.vehicle-mainview .vehicle-sort .tb_gallery .image img {
    display: block;
    width: auto;
    height: 85px;
    opacity: .3
}

.vehicle-mainview .vehicle-sort .tb_gallery .text {
    display: inline-block;
    padding: .72em 1em;
    width: 265px;
    border-radius: 6px;
    margin: 0 8px;
    background-color: rgba(11, 98, 255, .06);
    box-sizing: border-box;
    cursor: pointer;
    color: #3f3f3f;
    font-family: Inter;
    text-align: center;
    font-size: 17px;
    font-weight: 700
}

.vehicle-mainview .vehicle-sort .tb_gallery.panel_active .text {
    color: #fff;
    background-color: #2362d0
}

.vehicle-mainview .vehicle-sort .tb_gallery.panel_active .image img {
    opacity: 1
}

.swiperShowSpace {
    padding: 40px 0 55px !important
}

.thumbBackground {
    display: none
}

@media(max-width: 500px) {
    #VehicleTypes {
        padding: 30px 0 0
    }

    .vehicle-mainview .vehicle-sort {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 12px;
        row-gap: 24px;
        padding: 35px 12px 40px;
        justify-content: space-between
    }

    .vehicle-mainview .vehicle-sort .tb_gallery .image {
        padding: 0 0 12px
    }

    .vehicle-mainview .vehicle-sort .tb_gallery .image img {
        height: 70px
    }

    .vehicle-mainview .vehicle-sort .tb_gallery .text {
        width: 100%;
        font-size: 15px;
        line-height: 19px;
        box-sizing: border-box;
        margin: 0
    }

    .swiperShowSpace .swiper-pagination {
        display: none
    }

    .swiperShowSpace {
        padding: 0 !important
    }

    .thumbBackground {
        display: block;
        background: #f0efef;
        padding: 6px 0;
    }

    .swiperThumbSpace .swiper-slide:after {
        border-color: transparent;
        border-style: solid;
        border-width: 14px 12px 0;
        content: "";
        height: 0;
        left: 50%;
        opacity: 0;
        position: absolute;
        top: -1px;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
        width: 0;
        z-index: 1
    }

    .swiperThumbSpace .swiper-slide:after {
        border-top-color: #1666e0;
    }
    
    .swiperThumbSpace .swiper-slide.swiper-slide-thumb-active {
        border: 2px solid rgb(22, 102, 224);
    }

    .swiperThumbSpace .swiper-slide.swiper-slide-thumb-active:after {
        opacity: 1
    }

    .swiper-button-next,
    .swiper-button-prev {
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0NCcgaGVpZ2h0PSc0NCc+PHBhdGggZmlsbD0nIzEwMTAxMCcgZD0nTTMyLjYgMjEuMiAxMS40IDBsLS44LjhMMzEuOCAyMiAxMC42IDQzLjJsLjguOCAyMi0yMnonLz48L3N2Zz4=);
        background-size: auto 100%;
        -webkit-transition: opacity .25s;
        transition: opacity .25s
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 53% !important;
        background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0NCcgaGVpZ2h0PSc0NCc+PHBhdGggZmlsbD0nI2ZmZicgZD0nTTMyLjYgMjEuMiAxMS40IDBsLS44LjhMMzEuOCAyMiAxMC42IDQzLjJsLjguOCAyMi0yMnonLz48L3N2Zz4=);
        height: 28px !important;
        width: 24px !important
    }

    .swiper-button-prev {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        display: none
    }
}

#VehicleEnjoy {
    position: relative;
    background: url(../images/background-Types.png);
    background-position: center;
    background-size: cover;
    padding: 80px 0 85px
}


.putMark {
    height: 32px;
    display: inline-block;
    padding: 0px 8px;
    margin-top: -9px;
}

#VehicleEnjoy .yellow_underline {
    position: absolute;
    display: inline-block;
    bottom: -7px;
    left: 0;
    width: 100%;
}

.UseSGMYTAXI {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    column-gap: 30px;
    padding: 35px 0 0
}

.UseSGMYTAXI .items {
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .12);
    padding: 30px 40px 35px
}

.UseSGMYTAXI .items .image {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center
}

.UseSGMYTAXI .items .image img {
    width: 75px;
    height: auto
}

.UseSGMYTAXI .items .title {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 0 10px
}

.UseSGMYTAXI .items .text {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media(max-width: 500px) {
    #VehicleEnjoy {
        padding: 35px 0;
    }
    
    .putMark {
        height: 22px;
        padding: 0px 3px;
        margin-top: -6px;
    }
    
    #VehicleEnjoy .yellow_underline {
        bottom: -6px;
    }

    .UseSGMYTAXI {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        column-gap: 15px;
        padding: 35px 0 0
    }

    .UseSGMYTAXI .items {
        border-radius: 18px;
        padding: 15px 15px 20px
    }

    .UseSGMYTAXI .items:nth-child(1) {
        order: 1
    }

    .UseSGMYTAXI .items:nth-child(2) {
        order: 3
    }

    .UseSGMYTAXI .items:nth-child(3) {
        order: 5
    }

    .UseSGMYTAXI .items:nth-child(4) {
        order: 2
    }

    .UseSGMYTAXI .items:nth-child(5) {
        order: 4
    }

    .UseSGMYTAXI .items:nth-child(6) {
        order: 6
    }

    .UseSGMYTAXI .items .image {
        height: 85px
    }

    .UseSGMYTAXI .items .image img {
        width: 55px
    }

    .UseSGMYTAXI .items .title {
        font-size: 18px;
        padding: 0 0 10px
    }

    .UseSGMYTAXI .items .text {
        color: #000;
        text-align: center;
        font-family: Inter;
        font-size: 15px;
        line-height: 21px
    }
}

#NoHidden {
    padding: 85px 0;
    background-color: #1666e0;
    overflow: hidden
}

#NoHidden .logo {
    height: 24px
}

.Coverable {
    display: flex;
    font-size: 19px;
    padding-top: 20px;
    flex-direction: row;
    flex-wrap: wrap
}

.Coverable .list {
    position: relative;
    width: 100%;
    padding-left: 36px;
    margin-bottom: 15px;
    box-sizing: border-box;
    color: #fff;
    font-family: Inter;
    font-size: 21px;
    font-weight: 700;
    line-height: normal
}

.Coverable .list:nth-child(1) {
    order: 1
}

.Coverable .list:nth-child(2) {
    order: 3
}

.Coverable .list:nth-child(3) {
    order: 2
}

.Coverable .list:nth-child(4) {
    order: 4
}

.Coverable .list:nth-child(5) {
    order: 5
}

.Coverable .list:nth-child(6) {
    order: 6
}

.Coverable .list span {
    background: url(../images/circle-check.png);
    position: absolute;
    width: 25px;
    height: 25px;
    background-size: cover;
    top: 1px;
    left: 0
}

@media(max-width: 500px) {
    .Coverable {
        padding: 20px 25px 0
    }

    .Coverable .list {
        padding-left: 32px;
        margin-right: 5px;
        margin-bottom: 8px;
        font-size: 19px
    }

    .Coverable .list:nth-child(3n) {
        margin-right: 0
    }

    .Coverable .list span {
        width: 24px;
        height: 24px
    }
}

#NoHidden .whatsAppButton {
    border-radius: 5px;
    background: #fedf00;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .25);
    padding: 13px 70px;
    display: inline-flex;
    color: #1d1d1d;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    justify-content: center;
    align-items: center;
    align-content: center
}

#NoHidden .whatsAppButton i {
    pointer-events: none;
    font-size: 27px
}

#NoHidden .whatsAppButton span {
    pointer-events: none;
    padding-left: 10px
}

@media(max-width: 500px) {
    #NoHidden {
        padding: 40px 0
    }

    #NoHidden .logo {
        height: 18px
    }

    #NoHidden .whatsAppButton {
        padding: 11px 60px;
        font-size: 20px
    }

    #NoHidden .whatsAppButton i {
        font-size: 25px
    }
}

#NoHidden .yellow_underline {
    position: absolute;
    display: inline-block;
    bottom: -14px;
    left: 0;
    width: 100%
}

#footer {
    padding: 30px 0
}

#footer .footText {
    display: flex;
    justify-content: center;
    font-size: 22px;
    line-height: 26px
}

#footer .footText img {
    height: 24px;
    margin: 0
}

#footer .footText span {
    color: #fff;
    padding-left: 8px
}

@media(max-width: 500px) {
    #NoHidden .yellow_underline {
        bottom: -8px;
    }

    #footer {
        padding: 20px 0
    }

    #footer .footText {
        font-size: 18px;
        line-height: 20px
    }

    #footer .footText img {
        height: 18px;
        margin: 0
    }
}