.elButton span {
    pointer-events: none;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.whatsAppButton {
    border-radius: 7px;
    background: #f97324;
    padding: 15px 50px 15px 40px;
    display: inline-flex;
    color: black !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 42.625rem;
}

.whatsAppButton.yellow {
    background: #FEDC50;
    color: #242A2E !important;
}

.whatsAppButton.whiteShadow {
    box-shadow: 0px 4px 19px 0px rgb(239 239 239 / 33%);
}

.whatsAppButton i {
    font-size: 32px;
    line-height: 36px;
    margin-right: 12px;
    pointer-events: none;
}

.whatsAppButton .text {
    display: inline-flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.whatsAppButton .text .maintitle {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
}

.whatsAppButton .text .subtitle {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
}

@media(max-width:500px) {
    .whatsAppButton {
        padding: 2vw 4vw;
        display: flex;
    }

    .whatsAppButton.yellow {
        background: #FEDC50;
        color: #242A2E !important;
    }

    .whatsAppButton.whiteShadow {
        box-shadow: 0px 4px 19px 0px rgb(239 239 239 / 33%);
    }

    .whatsAppButton i {
        font-size: 5.5vw;
        line-height: 8.5vw;
        margin-right: 2vw;
    }

    .whatsAppButton .text {
        padding-right: ;
    }

    .whatsAppButton .text .maintitle {
        font-weight: 600;
        font-size: 4.5vw;
        line-height: 7.5vw;
    }

    .whatsAppButton .text .subtitle {
        font-size: 3.77vw;
        line-height: 5.56vw;
    }
}

.navbar {
    padding: 0.5rem 1rem 0.5rem 0.56rem !important;
}

.navbar-brand {
    padding: 0px !important;
}

/* Mobile Navigation */
/*nav .language {
    float: left;
    position: absolute;
    top: 14px;
    left: 110px;
    display: inline-flex;
background: rgb(24 25 26 / 97%);padding: 0px 7px;border-radius: 30px;border: 1px solid rgba(255,255,255,.1);}

nav .language a {
    padding: 6px;
    background: rgb(17 70 233 / 0%);
    /* border-radius: 4px; */
/*    color: #;
    width: 32px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

nav .language a:not(:last-child) {
    margin-right: 0px;
}

nav .language a.active {
    color: rgb(249 115 36);
} */

nav .language {
    float: left;
    position: absolute;
    top: 14px;
    left: 110px;
    display: inline-flex;
	/* background: rgb(24 25 26 / 97%); */
	padding: 0px 0px;border-radius: 30px;
	/* border: 1px solid rgba(255,255,255,.1); */}

nav .language a {
    padding: 6px;
    background: rgb(17 70 233 / 0%);
    border-radius: 4px;
    color: white;
    width: 32px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

nav .language a:not(:last-child) {
    margin-right: 7px;
}

nav .language a.active {
    color: rgb(249 115 36);
	border: 1px solid rgba(255,255,255,.1);
	/* background: rgb(24 25 26 / 97%); */
}

nav a.nav-whatsapp {
    float: left;
    position: absolute;
    top: 14px;
    right: 70px;
}
    
nav a.nav-whatsapp {
    width: 30px;
    height: 30px
	;display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 5px;
    background: rgb(37,211,102);
    background: -moz-linear-gradient(45deg, rgba(37,211,102,1) 0%, rgba(89,207,99,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(37,211,102,1) 0%, rgba(89,207,99,1) 100%);
    background: linear-gradient(45deg, rgba(37,211,102,1) 0%, rgba(89,207,99,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#25d366",endColorstr="#59cf63",GradientType=1);
}
    
nav a.nav-whatsapp i {
    display: flex;
	font-size: 20px;
    line-height: 30px;
	color: white;
}

.txt_uppercase {
    text-transform: uppercase
}

.txt_capitalize {
    text-transform: capitalize
}

.txt_underline {
    text-decoration: underline;
}

.txt_white {
    color: #fff;
}

.txt_black {
    color: black;
}

.txt_greyTerm {
    color: #a6a6a6;
}

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

    .m_txt_capitalize {
        text-transform: capitalize
    }

    .m-txt_white {
        color: #fff
    }
}

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

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px;
    }
}

[data-title*='Upage'] {
    padding-top: 45px !important;
    padding-bottom: 20px !important;
    position: relative;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

[data-title*='Upage'] .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(180deg, rgb(0 0 0 / 35%) 0%, rgb(0 0 0 / 25%) 25%, rgba(0, 0, 0, 0) 100%);
}

[data-title*='Section'] {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    overflow: hidden;
}

[data-title*='ProServices'] {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
}

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

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

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

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

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

    [data-title*='ProServices'] {
        padding-top: 60px !important;
        padding-bottom: 0px !important;
    }
}

/* HeroSection */
#HeroSection {
    background-image: url(../images/image67bg.png);
    color: #e5e5e5;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

[data-title*='cf-vimeo-video'] {
    border: 0px !important;
    /*-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;*/
    /*-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;*/
    /*box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5) !important;*/
    /*border-radius: 5px;*/
}

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

.txt_orange {
    color: #f97324;
}

/* OfficialAnnouncement */
#OfficialAnnouncement {
    background-image: url(../images/image25bg.jpg);
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#ReconditionRimsStandardPackage {
    padding: 100px 0px;
    background-image: url("../images/bg_car_tires_showcase.jpg");
    min-height: 500px;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#ReconditionRimsStandardPackage .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(0deg, rgb(0 0 0 / 85%) 0%, rgb(0 0 0 / 90%) 50%, rgb(0 0 0 / 95%) 100%);
}

/* High End Rim */
#HighEndRim {
    background-image: url(../images/sportcarbg.jpg);
    color: #e5e5e5;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: inset 0 5px 10px 0 rgb(0 0 0 / 20%);
    box-shadow: inset 0 5px 10px 0 rgb(0 0 0 / 20%);
}

/* SignaServices */
#SignaServices {
    background-image: url("../images/whitegold.jpg");
    min-height: 500px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#SignaServices .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(180deg, rgb(255 255 255 / 70%) 0%, rgb(255 255 255 / 74%) 25%, rgb(255 255 255 / 73%) 100%);
}

/* WheelSpacer */
#WheelSpacer {
    background-color: #f6f8fb;
}

/* BrokenRim */
#BrokenRim {
    background-color: #f6f8fb;
}

/* DirectRecond */
#DirectRecond {
    background: rgb(245,245,245);
    background: -moz-linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#ffffff",GradientType=1);
}

/* Car Solutions */
#CarFix,
#CaseStudy {
    background-image: url("../images/solution2bg.jpg");
    color: #e5e5e5;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#CarFix .cover,
#CaseStudy .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(0 0 0 / 15%);
}

/* X-ray */
#Xray {
    background-color: #f6f8fb;
}

/* Sunhup Last */
#SunhupSpecialist {
    background-image: url("../images/Background-Wheels.jpg");
    color: #e5e5e5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#SunhupSpecialist .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(0 0 0 / 70%);
}

/* Customer Reviews */
#CustomerReviews {
    background: rgb(245,245,245);
    background: -moz-linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#ffffff",GradientType=1);
}

.highlighted-text {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMjAwMTA5MDQvL0VOIgogICAgICAgICAgICAgICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+Cgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICB3aWR0aD0iMWluIiBoZWlnaHQ9IjAuNWluIgogICAgIHZpZXdCb3g9IjAgMCAzMDAgMTUwIj4KICA8cGF0aAogICAgICAgIGZpbGw9IiNmZmUwMDAiIHN0cm9rZT0ibm9uZSIKICAgICAgICBkPSJNIDEyLjAwLDQ4LjAwCiAgICAgICAgICAgQyAxMi4wMCw1MC4wOSAxMS43OSw1NC45OSAxMi42MCw1Ni43MgogICAgICAgICAgICAgMTUuNTksNjMuMTggMjYuMDksNTYuNjQgMzMuMDAsNjMuMDAKICAgICAgICAgICAgIDMwLjg0LDYzLjE4IDIzLjA1LDYzLjg3IDIxLjgwLDY1LjAyCiAgICAgICAgICAgICAxOC4wMiw2Ny44OCAyMS4yOSw3Ni4zNSAyMS44MCw4MC4wMAogICAgICAgICAgICAgMjEuODAsODAuMDAgMjEuODAsODYuMDAgMjEuODAsODYuMDAKICAgICAgICAgICAgIDIxLjgwLDg2LjAwIDQwLjAwLDg3LjAwIDQwLjAwLDg3LjAwCiAgICAgICAgICAgICAzOS45Myw4OC44OCA0MC4wNiw5MS4wNCAzOC45OCw5Mi42OQogICAgICAgICAgICAgMzcuNTEsOTQuOTMgMzUuMTUsOTQuNzUgMzIuNTksOTYuMjAKICAgICAgICAgICAgIDI4LjMzLDk4LjYxIDI2Ljg3LDEwMi4yMiAyNy4zNCwxMDcuMDAKICAgICAgICAgICAgIDI3LjM0LDEwNy4wMCAzMC4wMiwxMjMuNDEgMzAuMDIsMTIzLjQxCiAgICAgICAgICAgICAzMS44MiwxMjUuNzUgNDAuMDEsMTI3Ljk1IDQzLjAwLDEyOC4wMAogICAgICAgICAgICAgNDMuMDAsMTI4LjAwIDg3LjAwLDEyOC4wMCA4Ny4wMCwxMjguMDAKICAgICAgICAgICAgIDg4LjA4LDEyMS41NiA5MS4xNiwxMjEuODAgOTcuMDAsMTIyLjA0CiAgICAgICAgICAgICA5Ny4wMCwxMjIuMDQgMTA5LjAwLDEyMy4wMCAxMDkuMDAsMTIzLjAwCiAgICAgICAgICAgICAxMDkuMDAsMTIzLjAwIDEyOC4wMCwxMjMuMDAgMTI4LjAwLDEyMy4wMAogICAgICAgICAgICAgMTI4LjAwLDEyMy4wMCAxODIuMDAsMTIyLjAwIDE4Mi4wMCwxMjIuMDAKICAgICAgICAgICAgIDE5NC41OCwxMjEuOTcgMTg4LjQyLDExOS4wMyAyMDEuMDAsMTE5LjAwCiAgICAgICAgICAgICAyMDEuMDAsMTE5LjAwIDI0My4wMCwxMTkuMDAgMjQzLjAwLDExOS4wMAogICAgICAgICAgICAgMjQzLjAwLDExOS4wMCAyNTguMDAsMTE4LjAwIDI1OC4wMCwxMTguMDAKICAgICAgICAgICAgIDI1OS41MywxMDkuMTAgMjY2LjAxLDExMy4zNyAyNzAuNDAsMTA5LjE1CiAgICAgICAgICAgICAyNzIuNjEsMTA3LjAzIDI3Mi4zMCwxMDAuODUgMjcyLjAwLDk4LjAwCiAgICAgICAgICAgICAyNzIuMDAsOTguMDAgMjgwLjAwLDk3LjAwIDI4MC4wMCw5Ny4wMAogICAgICAgICAgICAgMjgwLjAwLDk0LjEwIDI4MC4yNiw4OC41NSAyNzkuMjYsODYuMDIKICAgICAgICAgICAgIDI3Ni40OSw3OC45OCAyNjQuNjMsNzYuODggMjU4LjAwLDc2LjAwCiAgICAgICAgICAgICAyNjUuMTUsNjkuMTkgMjc2LjQwLDczLjAzIDI3NC44NSw2Mi4wNAogICAgICAgICAgICAgMjc0LjQ3LDU5LjM1IDI3My43Myw1OC44NSAyNzIuMDAsNTcuMDAKICAgICAgICAgICAgIDI4MS42OCw1My43NyAyODEuMDAsNTQuMjggMjgxLjAwLDQ0LjAwCiAgICAgICAgICAgICAyODEuMDAsNDQuMDAgMjU4LjAwLDQyLjM4IDI1OC4wMCw0Mi4zOAogICAgICAgICAgICAgMjUwLjAwLDQwLjg0IDI1MS40OCwzOC4wMyAyMzUuMDAsMzguMDAKICAgICAgICAgICAgIDIzNS4wMCwzOC4wMCAxODkuMDAsMzkuMDAgMTg5LjAwLDM5LjAwCiAgICAgICAgICAgICAxODkuMDAsMzkuMDAgMTc3LjAwLDM5LjgyIDE3Ny4wMCwzOS44MgogICAgICAgICAgICAgMTc3LjAwLDM5LjgyIDE1OS4wMCwzOC4wMCAxNTkuMDAsMzguMDAKICAgICAgICAgICAgIDE1OS4wMCwzOC4wMCAxMjguMDAsMzguMDAgMTI4LjAwLDM4LjAwCiAgICAgICAgICAgICAxMTYuOTAsMzguMDIgMTIwLjE2LDM5LjQwIDExMy4wMCw0MC42NwogICAgICAgICAgICAgMTEzLjAwLDQwLjY3IDk3LjAwLDQyLjE3IDk3LjAwLDQyLjE3CiAgICAgICAgICAgICA5Ny4wMCw0Mi4xNyA4Ny4wMCw0My44MyA4Ny4wMCw0My44MwogICAgICAgICAgICAgODcuMDAsNDMuODMgNTcuMDAsNDUuMDAgNTcuMDAsNDUuMDAKICAgICAgICAgICAgIDU3LjAwLDQ1LjAwIDMyLjAwLDQ4LjAwIDMyLjAwLDQ4LjAwCiAgICAgICAgICAgICAzMi4wMCw0OC4wMCAxMi4wMCw0OC4wMCAxMi4wMCw0OC4wMCBaIiAvPgo8L3N2Zz4K');
    background-position: 50% 50%;
    padding-left: 46px;
    padding-right: 45px;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.highlight567 {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMjAwMTA5MDQvL0VOIgogICAgICAgICAgICAgICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+Cgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICB3aWR0aD0iMWluIiBoZWlnaHQ9IjAuNWluIgogICAgIHZpZXdCb3g9IjAgMCAzMDAgMTUwIj4KICA8cGF0aAogICAgICAgIGZpbGw9IiNmZmUwMDAiIHN0cm9rZT0ibm9uZSIKICAgICAgICBkPSJNIDEyLjAwLDQ4LjAwCiAgICAgICAgICAgQyAxMi4wMCw1MC4wOSAxMS43OSw1NC45OSAxMi42MCw1Ni43MgogICAgICAgICAgICAgMTUuNTksNjMuMTggMjYuMDksNTYuNjQgMzMuMDAsNjMuMDAKICAgICAgICAgICAgIDMwLjg0LDYzLjE4IDIzLjA1LDYzLjg3IDIxLjgwLDY1LjAyCiAgICAgICAgICAgICAxOC4wMiw2Ny44OCAyMS4yOSw3Ni4zNSAyMS44MCw4MC4wMAogICAgICAgICAgICAgMjEuODAsODAuMDAgMjEuODAsODYuMDAgMjEuODAsODYuMDAKICAgICAgICAgICAgIDIxLjgwLDg2LjAwIDQwLjAwLDg3LjAwIDQwLjAwLDg3LjAwCiAgICAgICAgICAgICAzOS45Myw4OC44OCA0MC4wNiw5MS4wNCAzOC45OCw5Mi42OQogICAgICAgICAgICAgMzcuNTEsOTQuOTMgMzUuMTUsOTQuNzUgMzIuNTksOTYuMjAKICAgICAgICAgICAgIDI4LjMzLDk4LjYxIDI2Ljg3LDEwMi4yMiAyNy4zNCwxMDcuMDAKICAgICAgICAgICAgIDI3LjM0LDEwNy4wMCAzMC4wMiwxMjMuNDEgMzAuMDIsMTIzLjQxCiAgICAgICAgICAgICAzMS44MiwxMjUuNzUgNDAuMDEsMTI3Ljk1IDQzLjAwLDEyOC4wMAogICAgICAgICAgICAgNDMuMDAsMTI4LjAwIDg3LjAwLDEyOC4wMCA4Ny4wMCwxMjguMDAKICAgICAgICAgICAgIDg4LjA4LDEyMS41NiA5MS4xNiwxMjEuODAgOTcuMDAsMTIyLjA0CiAgICAgICAgICAgICA5Ny4wMCwxMjIuMDQgMTA5LjAwLDEyMy4wMCAxMDkuMDAsMTIzLjAwCiAgICAgICAgICAgICAxMDkuMDAsMTIzLjAwIDEyOC4wMCwxMjMuMDAgMTI4LjAwLDEyMy4wMAogICAgICAgICAgICAgMTI4LjAwLDEyMy4wMCAxODIuMDAsMTIyLjAwIDE4Mi4wMCwxMjIuMDAKICAgICAgICAgICAgIDE5NC41OCwxMjEuOTcgMTg4LjQyLDExOS4wMyAyMDEuMDAsMTE5LjAwCiAgICAgICAgICAgICAyMDEuMDAsMTE5LjAwIDI0My4wMCwxMTkuMDAgMjQzLjAwLDExOS4wMAogICAgICAgICAgICAgMjQzLjAwLDExOS4wMCAyNTguMDAsMTE4LjAwIDI1OC4wMCwxMTguMDAKICAgICAgICAgICAgIDI1OS41MywxMDkuMTAgMjY2LjAxLDExMy4zNyAyNzAuNDAsMTA5LjE1CiAgICAgICAgICAgICAyNzIuNjEsMTA3LjAzIDI3Mi4zMCwxMDAuODUgMjcyLjAwLDk4LjAwCiAgICAgICAgICAgICAyNzIuMDAsOTguMDAgMjgwLjAwLDk3LjAwIDI4MC4wMCw5Ny4wMAogICAgICAgICAgICAgMjgwLjAwLDk0LjEwIDI4MC4yNiw4OC41NSAyNzkuMjYsODYuMDIKICAgICAgICAgICAgIDI3Ni40OSw3OC45OCAyNjQuNjMsNzYuODggMjU4LjAwLDc2LjAwCiAgICAgICAgICAgICAyNjUuMTUsNjkuMTkgMjc2LjQwLDczLjAzIDI3NC44NSw2Mi4wNAogICAgICAgICAgICAgMjc0LjQ3LDU5LjM1IDI3My43Myw1OC44NSAyNzIuMDAsNTcuMDAKICAgICAgICAgICAgIDI4MS42OCw1My43NyAyODEuMDAsNTQuMjggMjgxLjAwLDQ0LjAwCiAgICAgICAgICAgICAyODEuMDAsNDQuMDAgMjU4LjAwLDQyLjM4IDI1OC4wMCw0Mi4zOAogICAgICAgICAgICAgMjUwLjAwLDQwLjg0IDI1MS40OCwzOC4wMyAyMzUuMDAsMzguMDAKICAgICAgICAgICAgIDIzNS4wMCwzOC4wMCAxODkuMDAsMzkuMDAgMTg5LjAwLDM5LjAwCiAgICAgICAgICAgICAxODkuMDAsMzkuMDAgMTc3LjAwLDM5LjgyIDE3Ny4wMCwzOS44MgogICAgICAgICAgICAgMTc3LjAwLDM5LjgyIDE1OS4wMCwzOC4wMCAxNTkuMDAsMzguMDAKICAgICAgICAgICAgIDE1OS4wMCwzOC4wMCAxMjguMDAsMzguMDAgMTI4LjAwLDM4LjAwCiAgICAgICAgICAgICAxMTYuOTAsMzguMDIgMTIwLjE2LDM5LjQwIDExMy4wMCw0MC42NwogICAgICAgICAgICAgMTEzLjAwLDQwLjY3IDk3LjAwLDQyLjE3IDk3LjAwLDQyLjE3CiAgICAgICAgICAgICA5Ny4wMCw0Mi4xNyA4Ny4wMCw0My44MyA4Ny4wMCw0My44MwogICAgICAgICAgICAgODcuMDAsNDMuODMgNTcuMDAsNDUuMDAgNTcuMDAsNDUuMDAKICAgICAgICAgICAgIDU3LjAwLDQ1LjAwIDMyLjAwLDQ4LjAwIDMyLjAwLDQ4LjAwCiAgICAgICAgICAgICAzMi4wMCw0OC4wMCAxMi4wMCw0OC4wMCAxMi4wMCw0OC4wMCBaIiAvPgo8L3N2Zz4K');
    background-position: 50% 50%;
    padding: 12px 25px 0px 25px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width:500px){
    .highlighted-text {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 8px;
    }

    .highlight567 {
        padding: 6px 10px 0px;
    }
}

.highlight {
    background: url('../images/yellow-brushstroke.png');
    background-repeat: no-repeat;
    background-size: 100% 86%;
    padding: 8px 74px 16px;
}

@media(max-width:500px) {
    .highlight {
        padding: 7px 30px 11px;
    }
}

.underline-red {
    text-decoration-line: underline;
    text-decoration-color: #c81b1b;
    text-decoration-thickness: 3px;
}

.underline-red5 {
    text-decoration-line: underline;
    text-decoration-color: #c81b1b;
    text-decoration-thickness: 5px;
}

.txt_uppercase {
    text-transform: uppercase;
}

.txt_red {
    color: #d40c0c;
}

.compare-red {
    color:#c81b1b
}

.compare-green {
    color: #28a745;
}

.txt_home-grey {
    color: #979a9d;
}

.txt_grey_indrak {
    color: #8c8e97;
}

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

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

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

.elBulletListNew li {
    padding-bottom: 6px;
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 36px;
}

i.bi-x-octagon {
    color: #d40c0c;
    margin-left: -30px;
    padding-right: 5px;
}

i.bi-check2-square {
    color: #11c941;
    margin-left: -30px;
    padding-right: 5px;
}

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

    .elBulletListNew li {
        margin-bottom: 0px;
        padding-left: 25px;
        line-height: 24px;
    }

    i.bi-x-octagon {
        color: #d40c0c;
        margin-left: -25px;
        padding: 2px;
    }

    i.bi-check2-square {
        color: #11c941;
        margin-left: -25px;
        padding: 2px;
    }
}

/* CF - Vimeo */
.iframeBlocker,
.iframeUnmute {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.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: 12%;
    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 {
        border-radius: 10px;
        overflow: hidden;
    }
}

.collabfont {
    font-size: 20px;
    margin: 10px auto;
}

@media(max-width:500px){
    .collabfont {
        font-size: 18px;
        line-height: 22px;
        margin: 12px auto 10px;
    }
}

.IssuesPoint {
    font-size: 20px;
    text-align: center;
    background: rgb(0 0 0);
    color: rgb(255 120 4);
    padding-top: 8px;
    padding-bottom: 15px;
    width: 80%;
    margin: auto;
    border-radius: 10px;
    margin-bottom: -10px;
    font-weight: 500;
}

@media(max-width:500px) {
    .IssuesPoint {
        font-size: 18px;
        padding-top: 6px;
        padding-bottom: 15px;
        width: 65%;
        border-radius: 10px 10px 0px 0px;
    }
}

.direct-deal {
    background: #000000;
    color: #f97324;
    padding: 10px 0px;
    border-radius: 0px 0px 7px 7px;
    font-size: 17px;
    position: relative;
    top: -10px;
    width: 100%;
    margin: auto;
    text-align: center;
    letter-spacing: -1px;
}

.direct-deal i {
    margin-right: 5px;
}

@media(max-width:500px) {
    .direct-deal {
        font-size: 16px;
        line-height: 20px;
        margin: 0px auto 10px;
    }
}

.highline-color {
    color: #faa61a;
}

img.FirstSign {
    width: 110px;
}

@media(min-width: 700px) and (max-width: 991px) {
    img.FirstSign {
        width: 80px;
    }
}

@media(max-width:500px) {
    img.FirstSign {
        width: 65px;
    }
}

/* Steering Problem */
.AlertCard {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 20px 15px;
    background-color: #fff3ce;
    border-radius: 8px;
}

.AlertCard .image {
    margin-right: 20px;
}

.AlertCard .image img {
    height: 85px;
    animation: shake 0.7s;
    animation-iteration-count: infinite;
}

/*@keyframes shake {*/
/*    0% {*/
/*        transform: translate(1px, 1px) rotate(0deg);*/
/*    }*/

/*    10% {*/
/*        transform: translate(-1px, -2px) rotate(-1deg);*/
/*    }*/

/*    20% {*/
/*        transform: translate(-3px, 0px) rotate(1deg);*/
/*    }*/

/*    30% {*/
/*        transform: translate(3px, 2px) rotate(0deg);*/
/*    }*/

/*    40% {*/
/*        transform: translate(1px, -1px) rotate(1deg);*/
/*    }*/

/*    50% {*/
/*        transform: translate(-1px, 2px) rotate(-1deg);*/
/*    }*/

/*    60% {*/
/*        transform: translate(-3px, 1px) rotate(0deg);*/
/*    }*/

/*    70% {*/
/*        transform: translate(3px, 1px) rotate(-1deg);*/
/*    }*/

/*    80% {*/
/*        transform: translate(-1px, -1px) rotate(1deg);*/
/*    }*/

/*    90% {*/
/*        transform: translate(1px, 2px) rotate(0deg);*/
/*    }*/

/*    100% {*/
/*        transform: translate(1px, -2px) rotate(-1deg);*/
/*    }*/
/*}*/

.AlertCard .text .problem {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -1px;
}

.AlertCard .text .warning {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: -1px;
}

@media(min-width: 501px) and (max-width:992px) {
    .AlertCard .image {
        width: 30%;
    }
}

@media(max-width:500px) {
    .AlertCard {
        flex-direction: column;
        padding: 20px 15px;
        margin-top: 35px;
    }

    .AlertCard .image {
        margin-right: 0px;
    }

    .AlertCard .image img {
        height: 105px;
        margin-top: -75px;
    }

    .AlertCard .text .problem {
        font-size: 17px;
        line-height: 21px;
        padding: 15px 0px;
    }

    .AlertCard .text .warning {
        font-size: 20px;
        line-height: 26px;
    }
}

/* SignOffer */
.SignOffer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 10px;
    border-radius: 10px;
}

.SignOffer .image {
    width: 23%;
}

.SignOffer .text {
    width: 78%;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}

.SignOffer .text span {
    color: #f97324;
}

@media(max-width:500px) {
    .SignOffer {
        flex-direction: column;
        padding: 20px;
        border-radius: 10px;
    }

    .SignOffer .image,
    .SignOffer .text {
        width: 100%;
    }

    .SignOffer .text {
        font-size: 17px;
        line-height: 23px;
        text-align: center;
        letter-spacing: -1px;
    }
}

/* Visit Link */
.Visit {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Visit .left {
    font-weight: 600;
    margin-right: 25px;
}

.Visit .right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Visit .right a.google {
    color: black;
    display: flex;
    justify-content: center;
    border: 1px solid #174ea6;
    background: #174ea6;
    padding: 6px 9px 6px 0px;
    width: 175px;
    height: 40px;
    align-items: center;
    border-radius: 50px;
    margin-right: 10px;
}

.Visit .right a.google .icon {
    margin-right: 5px;
}

.Visit .right a.google .text,
.Visit .right a.waze .text {
    letter-spacing: -1px;
    color: white;
    font-weight: 600;
}

.Visit .right a.waze {
    color: black;
    display: flex;
    justify-content: center;
    border: 1px solid #33CCFF;
    background: #33CCFF;
    padding: 6px 9px 6px 0px;
    align-items: center;
    width: 175px;
    height: 40px;
    border-radius: 50px;
}

.Visit .right a.waze .icon {
    margin-right: 10px;
}

.Visit .right a .icon img {
    display: block;
    width: auto;
    height: 30px;
}

@media(max-width:500px) {
    .Visit {
        flex-direction: column;
    }

    .Visit .left {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .Visit .right a.google,
    .Visit .right a.waze {
        width: 160px;
    }

    .Visit .right a .icon img {
        height: 24px;
    }
}

@media(max-width:500px) {
    .mviewfull {
        margin: 0px -15px;
    }
}

.highlight-color {
    color: #ffb720
}

.text-center {
    text-align: center !important;
}

.imgfit {
    display: block;
    width: 100%;
    height: 100%;
}

.swipertable {
    background: #FFF;
    border-radius: 10px;
    height: 320px;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.username {
    padding-left: 10px;
}

.reviewcontent {
    font-size: 14px;
    margin: 10px auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: left;
    -webkit-line-clamp: inherit !important;
    overflow: auto !important;
    overflow-x: hidden !important;
    padding-right: 10px;
    scrollbar-color: #8d8d8d #e0e0e0;
    scrollbar-width: thin;
    height: 215px !important;
}

.reviewcontent::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px;
}

.reviewcontent::-webkit-scrollbar-thumb {
    background: rgba(85, 85, 85, .6);
}

.reviewcontent::-webkit-scrollbar-track {
    background: rgba(85, 85, 85, .1);
}

.imgfit2 {
    display: inline-block;
    width: 50%;
}

@media(max-width:500px) {
    .swipertable {
        height: auto;
        margin: 0px 15px 0px;
    }

    .reviewcontent {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        height: 90px !important;
    }

    .mySwiper {
        padding-bottom: 15px;
    }
}

@media screen and (max-device-width: 500px) {
    .responsivetable tr td {
        display: block;
        width: 100%;
    }
}

@media (min-width:501px) {
    .Compare-table {
        border: 3px solid;
        padding: 0px;
    }

    .border-left-3 {
        border-left: 3px solid;
    }

    .mbackground_red {
        background-color: #fbcdd1;
    }

    .mbackground_e2e2e2 {
        background-color: #cdfbd4;
    }

    .mborder_3bottom {
        border-bottom: 3px solid;
    }
}

@media (max-width:500px) {
    .mborder_3side {
        border-top: 2px solid;
        border-left: 2px solid;
        border-right: 2px solid;
    }

    .mborder_3side {
        border-top: 2px solid;
        border-left: 2px solid;
        border-right: 2px solid;
    }

    .mborder_1bottom {
        border-bottom: 2px solid;
    }

    .borderColor_red {
        border: none;
    }

    .borderColor_grey {
        border: none;
    }

    .badgedown {
        margin-bottom: 7px;
    }
}

/* Design Table */
.Design-table table {
    border-bottom: 1px solid transparent;
    width: 100%;
    margin: 0 0 10px;
    border-collapse: collapse;
    max-width: 100%;
    background-color: transparent;
}

.Design-table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    border: 1px solid #e5e5e5;
    border-top: none;
    background-color: white !important;
}

.Design-table tbody img {
    margin: 13px 0px 0px;
}

.Design-table.red tr {
    background-color: #a31414;
}

.Design-table.green tr {
    background-color: #0e876e;
}

.Design-table thead tr th {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    font-size: 26px;
    font-weight: 700;
    color: white;
}

.Design-table thead tr:nth-child(2) {
    border: 1px solid #e5e5e5;
}

.Design-table thead tr:nth-child(2) th:first-child {
    border: 1px solid #e5e5e5;
}

.Design-table tr th:nth-child(2) {
    width: 50%;
    background-color: #ffffff;
    border-top: 1px solid #e5e5e5;
}

.Design-table td,
.Design-table th {
    padding: 10px;
    border-right: 1px solid #e5e5e5;
}

.Design-table td {
    text-align: center;
    font-size: 18px;
    padding: 10px 18px 18px;
    background-color: white;
}

.Design-table table tbody tr i.green {
    color: #35CD88;
}

.Design-table table .bitsmall {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

@media (min-width:767px) and (max-width:991px) {
    .Design-table thead tr:nth-child(2) th:nth-child(1) {
        font-size: 18px;
    }

    .Design-table thead tr:nth-child(1) th:nth-child(2) img {
        height: 55px !important;
    }
}

@media (max-width:500px) {
    .Design-table table {
        margin: 0px;
    }

    .Design-table thead tr th {
        font-size: 22px;
        letter-spacing: -1px;
    }

    .Design-table thead tr:nth-child(2) img {
        height: 200px;
    }

    .Design-table td {
        font-size: 16px;
        line-height: 20px;
        padding: 14px 12px 12px;
    }

    .Design-table table .bitsmall {
        font-size: 16px;
        line-height: 24px;
    }
}

.badge {
    font-weight: normal;
    break-word: break-all;
}

/* Navigator */
.navbar-toggler {
    padding: 0.25rem 0.3rem;
}

.bg-dark {
    background-color: #0a0d10 !important;
}

#ultimate-video-50 .ultv-aspect-ratio-16_9 .ultv-video__outer-wrap,
#ultimate-video-53 .ultv-aspect-ratio-16_9 .ultv-video__outer-wrap {
    padding-bottom: 174%;
}

#ultimate-video-52 .ultv-aspect-ratio-16_9 .ultv-video__outer-wrap {
    padding-bottom: 178.25%;
}

#ultimate-video-60 .ultv-aspect-ratio-16_9 .ultv-video__outer-wrap,
#ultimate-video-61 .ultv-aspect-ratio-16_9 .ultv-video__outer-wrap,
#ultimate-video-62 .ultv-aspect-ratio-16_9 .ultv-video__outer-wrap {
    padding-bottom: 173%;
}

#ultimate-video-60 .ultv-aspect-ratio-16_9 .ultv-video__outer-wrap:before,
#ultimate-video-61 .ultv-aspect-ratio-16_9 .ultv-video__outer-wrap:before,
#ultimate-video-62 .ultv-aspect-ratio-16_9 .ultv-video__outer-wrap:before {
    opacity: 0.3;
}

#ultimate-video-60 .ultv-video__play-icon,
#ultimate-video-61 .ultv-video__play-icon,
#ultimate-video-62 .ultv-video__play-icon {
    width: 65px;
}

#ultimate-video-70 .ultv-aspect-ratio-16_9 .ultv-video__outer-wrap {
    padding-bottom: 173%;
}

#ultimate-video-70 .ultv-aspect-ratio-16_9 .ultv-video__outer-wrap:before {
    opacity: 0.3;
}

@media(max-width:500px){
    html {
        scroll-padding-top: 40px;
    }
	
	.navbar-toggler {
		padding: 0.25rem 0.3rem;
		box-shadow: none;
		transition: unset;
	}
	
	#ultimate-video-50 .ultv-aspect-ratio-16_9 .ultv-video__outer-wrap,
	#ultimate-video-53 .ultv-aspect-ratio-16_9 .ultv-video__outer-wrap {
		padding-bottom: 173.2%;
		border-radius: 0px;
	}
	
	#ultimate-video-50 .ultv-video__outer-wrap:before,
	#ultimate-video-53 .ultv-video__outer-wrap:before {
		opacity: 0;
	}
}

.prototype_service_info {
    position: relative;
    z-index: 0;
}

.symbols-pulse {
    position: absolute;
    top: 58%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
}

.symbols-pulse>div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.symbols-pulse>div {
    width: 23rem;
    height: 23rem;
    border-radius: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(227,221,246,.1)),color-stop(65%,rgba(227,221,246,.2)),to(rgba(227,221,246,.1)));
    background-image: -webkit-linear-gradient(top,rgba(227,221,246,.1) 0,rgba(227,221,246,.2) 65%,rgba(227,221,246,.1) 100%);
    background-image: -o-linear-gradient(top,rgba(227,221,246,.1) 0,rgba(227,221,246,.2) 65%,rgba(227,221,246,.1) 100%);
    background-image: linear-gradient(
-180deg
,rgb(246 221 221 / 10%) 0,rgb(246 221 221 / 20%) 65%,rgb(246 221 221 / 10%) 100%);
    z-index: -1;
}

.symbols-pulse .pulse-1 {
    -webkit-transform: translate(-50%,25%) scale(.67);
    -ms-transform: translate(-50%,25%) scale(.67);
    transform: translate(-50%,25%) scale(.67);
}

.symbols-pulse .pulse-2 {
    -webkit-transform: translate(-50%,25%) scale(1.1);
    -ms-transform: translate(-50%,25%) scale(1.1);
    transform: translate(-50%,25%) scale(1.1);
}

.symbols-pulse .pulse-3 {
    -webkit-transform: translate(-50%,25%) scale(1.3);
    -ms-transform: translate(-50%,25%) scale(1.3);
    transform: translate(-50%,25%) scale(1.3);
}

.symbols-pulse .pulse-4 {
    -webkit-transform: translate(-50%, 25%) scale(1.5);
    -ms-transform: translate(-50%, 25%) scale(1.5);
    transform: translate(-50%, 25%) scale(1.5);
}

.symbols-pulse .pulse-x {
    will-change: transform;
    -webkit-animation: pulsate 3s infinite;
    animation: pulsate 3s infinite
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, 25%) scale(.5);
        transform: translate(-50%, 25%) scale(.5)
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-50%, 25%) scale(2.5);
        transform: translate(-50%, 25%) scale(2.5)
    }
}

@keyframes pulsate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, 25%) scale(.5);
        transform: translate(-50%, 25%) scale(.5)
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2.5);
        transform: translate(-50%, 25%) scale(2.5)
    }
}

.zi_02 {
    z-index: 2;
}

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

@media(min-width:760px) {
    .combineVideoSpacer {
        display: flex;
        gap: 35px;
    }
    
    .combineVideoSpacer .yiban {
        width: 50%;
    }

    .gvspl {
        padding-left: 45px;
    }
}

.swiper {
    z-index: 0 !important;
}

.fb-reviews-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.fb-reviews-card .left {
    margin-bottom: 20px;
}

.fb-reviews-card .left .logo {
    display: flex;
}

.fb-reviews-card .left .logo svg {
    width: 80px;
    height: auto;
}

.fb-reviews-card .right .page-name {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Poppins';
    letter-spacing: -0.5px;
    margin-bottom: 5px;
}

.fb-reviews-card .right .recommend-tag {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fb-reviews-card .right .recommend-tag .img {
    display: flex;
}

.fb-reviews-card .right .recommend-tag .img svg {
    width: 20px;
    height: auto;
    margin-right: 7px;
}

.fb-reviews-card .right .recommend-tag .text {
    color: #65676b;
    letter-spacing: -0.5px;
}

@media(max-width:500px) {
    .fb-reviews-card {
        background: radial-gradient(42.62% 65.87% at 50% 50%, #fff 0, #fff 43.17%, hsla(0, 0%, 100%, .8) 87.79%, hsla(0, 0%, 100%, 0) 100%);
    }

    .fb-reviews-card .right .page-name {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0px;
        font-weight: 700;
    text-align: center;}

    .fb-reviews-card .left {
        margin-bottom: 10px;
    }

    .fb-reviews-card .right {
        background: radial-gradient(65.62% 100% at 50% 50%, #fff 0, #fff 53.17%, hsla(0, 0%, 100%, .8) 77.79%, hsla(0, 0%, 100%, 0) 100%);
    }

    .fb-reviews-card .left .logo svg {
        width: 65px;
        height: auto;
    }
}

/* Review Card */
.reviewsCard {
    border-radius: max(0px, min(8px, ((100vw - 4px) - 100%) * 9999)) / 8px;
    background-color: #f3f7ff;
    height: 100%;
    width: 100%;
    opacity: 0.95;
}

.reviewsCard .card-top {
    display: flex;
    padding: 12px 16px 0px;
    padding: 15px 20px 0px;
    margin: 0px 0px 10px;
    flex-direction: row;
    justify-content: flex-start;
}

.reviewsCard .card-top .img {
    display: flex;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.reviewsCard .card-top .recom-top {
    display: flex;
    margin-top: -5px;
    margin-bottom: -5px;
    flex-direction: column;
    flex-grow: 1;
}

.reviewsCard .card-top .recom-top .recommend {
    font-family: inherit;
    margin: 5px 0px 0px;
    color: #65676b;
    font-size: 15px;
    line-height: 20px;
}

.reviewsCard .card-top .recom-top .recommend strong {
    font-weight: bold;
    color: #050505;
}

.reviewsCard .card-top .recom-top .recommend .name {
    font-weight: 600;
    color: #050505;
}

.reviewsCard .card-top .recom-top .recommend .recom-icon {
    display: inline-block;
    vertical-align: -2.9px;
    margin-right: 4px;
    margin-left: 6px;
}

.reviewsCard .card-top .recom-top .comment-date {
    font-size: 13px;
    line-height: 16px;
}

.reviewsCard .card-top .recom-top .comment-date .star {
    background-size: 14px 13px;
    height: 13px;
    top: 4px;
    position: relative;
    width: 70px;
}

.reviewsCard .card-top .recom-top .comment-date .star span {
    background-image: url('../images/star.png');
    background-size: 14px 12.4px;
    height: 12.4px;
    left: 0;
    position: absolute;
}

.reviewsCard .message {
    padding: 0px 20px 16px 64px;
}

.reviewsCard .message .text {
    color: #050505;
}

.arright-facebook {
    width: 180px;
    position: absolute;
    top: 5%;
    left: 35%;
    -webkit-transform: rotate(357deg);
    transform: rotate(357deg);
}

.logoCCA.desktop {
    width: 255px;
    margin: 40px auto 0px;
}

.logoCCA.mobile {
    display: none;
}

@media (max-width: 500px) {
    .arright-facebook {
        display: none;
    }
    
    .logoCCA.desktop {
        display: none;
    }
    
    .logoCCA.mobile {
        display: block;
        width: 75%;
        margin: 0px auto 2vw;
    }

    .recom-top {
        width: 80%;
    }
}

/* swiper-Reviews */
.swiper-Reviews {
    height: 480px !important;
}

.swiper-Reviews .reviewsCard {
    transform: scale(0.9) matrix(1, 0, 0, 1, 0, 1);
}

.swiper-Reviews .swiper-slide-active .reviewsCard {
    /*transform: matrix(1, 0, 0, 1, 70, 1);*/
    transform: scale(1);
    background-color: #f3f7ff;
}

.swiper-slide-active .reviewsCard {
    opacity: 1;
}

.swiper-Reviews .swiper-slide .reviewsCard,
.swiper-Reviews .swiper-slide-next .reviewsCard,
.swiper-Reviews .swiper-slide-duplicate {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

@media(max-width:500px) {
    .swiper-Reviews {
        height: 240px !important;
    }

    .swiper-Reviews .reviewsCard {
        transform: scale(1) matrix(1, 0, 0, 1, 0, 1);
        width: 94%;
        margin: 0px auto;
    }

    .reviewsCard .message {
        padding: 10px 20px 16px;
    }

    .reviewsCard .message .text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
}

#maps i.bi-telephone-fill {
    background: #f97324;
    color: black;
    padding: 3px 10px;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 7px;
}

#maps i.bi-envelope-fill {
    color: #f97324;
    padding: 3px 10px;
    font-size: 30px;
    margin-right: 4px;
}

#maps .row:nth-child(2) a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

#maps i.bi-envelope-fill {
    color: #f97324;
    padding: 3px 5px;
    font-size: 30px;
    margin-right: 7px;
}

.OpenHours .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0px auto 10px;
    font-family: 'Poppins';
}

.OpenHours .text {
    font-size: 18px;
}

.OpenHours .text span {
    color: #f97324;
    font-weight: 600;
}

.OpenHours .appointmentBook {
    padding: 20px 0px 0px;
}

.OpenHours .appointmentBook a {
    background: #1572ed;
    padding: 8px 21px 8px 20px;
    color: white;
    border-radius: 7px;
    display: inline-flex !important;
    font-size: 15px;
    font-weight: 500;
}

.OpenHours .appointmentBook a i {
    font-size: 22px;
    margin-right: 10px;
}

.OpenHours .appointmentBook a span {}

.OpenHours .lineDash {
    border-top: 2px #969696;
    border-top-style: dashed;
    margin: 20px 0px;
}

.OpenHours .text .cnyClose span {
    color: #d91212;
    padding-right: 7px;
}

@media(max-width:500px) {
    .OpenHours .title {
        font-size: 20px;
        line-height: 28px;
        margin: 0px auto 5px;
    }

    .OpenHours .text {
        font-size: 16px;
    }

    #maps i.bi-telephone-fill {
        padding: 2px 6px;
        font-size: 11px;
    }

    #maps i.bi-envelope-fill {
        padding: 3px 0px;
        font-size: 23px;
        margin-right: 11px;
    }
    
    .OpenHours .appointmentBook {
        padding: 20px 0px 0px;
    }
    
    .OpenHours .appointmentBook a {
        background: #1572ed;
        padding: 8px 21px 8px 20px;
        color: white;
        border-radius: 7px;
        display: inline-flex !important;
        font-size: 15px;
        font-weight: 500;
    }
    
    .OpenHours .appointmentBook a i {
        font-size: 22px;
        margin-right: 10px;
    }
    
    .OpenHours .appointmentBook a span {}
}

#SunhupServices {
    background-image: url(../images/Background-Wheels.jpg);
    color: #b7b7b7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

#SunhupServices .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(0 0 0 / 78%);
}


.Not_Repair_Issues {
	color: #000;
	padding: 9px 0px;
	background: #f97324;
	display: inline-block;
	text-align: center;
	width: 100%;
	border: none;
	position: relative;
	top: 3px;
	z-index: 2;
	font-size: 17px;
	line-height: 21px;
	font-weight: 600;
}

@media(max-width:500px){
    .Not_Repair_Issues {
        font-size: 18px;
        line-height: 24px;
    }
}

.priceClaimner {
    text-align: center;
    text-decoration: underline;
    margin-top: 20px;
    cursor: pointer;
    font-style: italic;
}

@media(max-width:500px){
    .priceClaimner {
        margin-top: 10px;
        font-size: 14px;
    }
}

@media(max-width:500px){
    .diagnosticStep {
        display: flex;
        flex-direction: column;
    }
    
    .diagnosticStep .col {
        width: 100%;
        padding: 20px 0px 0px;
    }
}

.VehicleTypesModeBackground {
    background: black;
    border-radius: 25px;
    color: white;
    padding: 75px 25px 55px;
}

.VehicleTypesArrow {
    position: absolute;
    top: -100px;
    right: 195px;
    width: 200px;
    transform: rotate(324deg);
}

.VehicleTypesMode {
    display: flex;
    text-align: center;
    justify-content: center;
    width: 75%;
    margin: 50px auto;
    gap: 29px;
}

.VehicleTypesMode .list {
    width: 33.33%;
    padding: 25px 20px;
    box-sizing: border-box;
    border-radius: 15px;
    background: #dee7ff2e;
}

.VehicleTypesMode .list .title {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin: 0px 0px 19px;
    color: #f97324;
}

.VehicleTypesMode .list .image {
    height: 260px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.VehicleTypesMode .list .image img {
    width: auto;
    max-height: 253px;
}

.VehicleTypesMode .list:nth-child(1) .image img {
    height: 220px;
}

.VehicleTypesMode .list:nth-child(2) .image img {
    height: 220px;
}

.VehicleTypesMode .list:nth-child(3) .image img {}

.VehicleTypesMode .list:nth-child(4) .image img {
    height: 210px;
}

@media(max-width:500px){
    .VehicleTypesModeBackground {
        border-radius: 25px 25px 0px 0px;
        padding: 50px 0px 25px;
    }
    
    .VehicleTypesArrow {
        top: -54px;
        right: 2%;
        width: 26%;
        transform: rotate(324deg);
    }

    .VehicleTypesMode {
        justify-content: center;
        width: 100%;
        margin: 30px auto;
        gap: 20px;
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
    }
    
    .VehicleTypesMode .list {
        width: 45.73%;
        padding: 17px 9px 22px;
        border-radius: 7px;
        box-sizing: border-box;
    }
    
    .VehicleTypesMode .list .title {
        font-size: 16px;
        line-height: 20px;
    }
    
    .VehicleTypesMode .list .image {
        height: 50vw;
    }
    
    .VehicleTypesMode .list .image img {
        width: auto;
        max-height: 253px;
    }
    
    .VehicleTypesMode .list:nth-child(1) .image img {
        height: auto;
        width: 77%;
    }
    
    .VehicleTypesMode .list:nth-child(2) .image img {
        height: auto;
        width: 93%;
    }
    
    .VehicleTypesMode .list:nth-child(3) .image img {
        height: auto;
        width: 90%;
    }
    
    .VehicleTypesMode .list:nth-child(4) .image img {
        height: auto;
        width: 100%;
    }
}

/* SocialButton */
.SocialButton {
    display: flex;
    justify-content: center;
}

.SocialButton a.facebook {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    align-content: center;
}

.SocialButton a.facebook .icon {
    margin-right: 15px;
}

.SocialButton a.facebook .icon svg {
        width: 40px;
    height: 40px;
}

.SocialButton a.facebook .text,
.SocialButton a.instagram .text,
.SocialButton a.tiktok .text,
.SocialButton a.sanhupengineering .text {
    letter-spacing: -1px;
    color: white;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
}

.SocialButton a.instagram {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
}

.SocialButton a.instagram .icon {
    margin-right: 15px;
}

.SocialButton a .icon img {
    display: block;
    width: 40px;
    height: 40px;
}

.SocialButton a.tiktok {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    align-content: center;
}

.SocialButton a.tiktok .icon {
    margin-right: 15px;
}

.SocialButton a.sanhupengineering {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.SocialButton a.sanhupengineering .icon {
    margin-right: 15px;
}

@media(max-width:500px){
    .SocialButton {
        flex-direction: column;
        padding: 10px 0px 5px;
    }
    
    .SocialButton a.facebook {
        justify-content: flex-start;
        margin-right: 0px;
        width: 100%;
        margin-bottom: 16px;
    }
    
    .SocialButton a.facebook .icon svg {
        width: 30px;
        height: 30px;
    }
    
    .SocialButton a.facebook .text,
    .SocialButton a.instagram .text,
    .SocialButton a.tiktok .text,
    .SocialButton a.sanhupengineering .text {
        font-size: 18px;
    }

    .SocialButton a.instagram {
        justify-content: flex-start;
        margin-right: 0px;
        width: 100%;
        margin-bottom: 15px;
    }

    .SocialButton a.instagram .icon {
        margin-right: 15px;
    }

    .SocialButton a .icon img {
        display: block;
        width: 30px;
        height: auto;
    }
    
    .SocialButton a.tiktok {
        justify-content: flex-start;
        margin-right: 0px;
        width: 100%;
        margin-bottom: 15px;
    }
}

.ConceptClick {
    background: linear-gradient(45deg, #aa0e0e, #e94004);
    position: relative;
    border-radius: 20px 20px 0px 0px;
    margin: 0px auto;
    display: block;
}

.ConceptClick.include {
    background: #2474f9;
}

.ConceptClick.exclude {
    background: linear-gradient(45deg, #aa0e0e, #e94004);
    background: linear-gradient(45deg, #363636, #585858);
}

.ConceptClick.extra {
    background: linear-gradient(45deg, #e67e00, #ff900a);
}

.ConceptClick.terms {
    background: linear-gradient(45deg, #363636, #585858);
}

.ConceptClick.nonrepair {
    background: linear-gradient(45deg, #363636, #585858);
}

.ConceptClick .group {
    padding: 30px 100px;
    text-align: center;
    color: white;
}

.ConceptClick.extra .group {
    color: black;
}

.ConceptClick.extra.accordion-button::after {
    filter: invert(0);
}

.ConceptClick .group .title {
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    padding: 10px 0px 10px;
    text-transform: capitalize;
}

.concernAnswer {
    width: 100%;
    margin: 0px auto;
    box-shadow: 0px 0px 20px 6px rgb(189 13 13 / 55%);
    border-radius: 0px 0px 20px 20px;
    background: linear-gradient(90deg, #b1140d, #e83f04);
    padding: 0px 5px 5px 5px;
}

.concernAnswer.include {
    background: #2474f9;
    box-shadow: 0px 0px 20px 6px hsl(217deg 95% 56% / 55%);
}

.concernAnswer.exclude {
    background: linear-gradient(90deg, #b1140d, #e83f04);
}

.concernAnswer.extra {
    background: linear-gradient(45deg, #e67e00, #ff900a);
    box-shadow: 0px 0px 20px 6px hsl(32.82deg 100% 51.96% / 55%);
}

.concernAnswer.terms {
    background: linear-gradient(45deg, #363636, #585858);
    box-shadow: 0px 0px 20px 6px hsl(0deg 0% 59.58% / 55%);
}

.concernAnswer.nonrepair {
    background: linear-gradient(45deg, #363636, #585858);
    box-shadow: 0px 0px 20px 6px hsl(0deg 0% 59.58% / 55%);
}

.concernAnswer .inner {
    background-color: white;
    padding: 50px 20px;
    border-radius: 0px 0px 15px 15px;
}

.accordion-button::after {
    position: absolute;
    display: inline;
    width: 5.25rem;
    height: 5.25rem;
    top: 50%;
    right: 0%;
    transform: translate(-18%, -50%);
    transition: all 0.5s;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    background-size: cover;
    filter: invert(1);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    background-size: cover;
    transform: translate(-18%, -50%);
}

.IncludedServiceSteps {
    margin: 6% auto 0%;
    max-width: 1060px;
    flex-direction: row;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}

.IncludedServiceSteps .list {
    text-align: left;
    position: relative;
    width: 42%;
    display: flex;
    flex-direction: column;
}

.IncludedServiceSteps .list:nth-child(odd) {
    text-align: right;
    display: flex;
    align-items: flex-end;
}

.IncludedServiceSteps .list .line {
    position: absolute;
    width: 2.5px;
    height: 76%;
    background: #8b7061;
}

.IncludedServiceSteps .list:nth-child(1) .line,
.IncludedServiceSteps .list:nth-child(3) .line,
.IncludedServiceSteps .list:nth-child(5) .line {
    top: 29px;
    right: -86px;
}

.IncludedServiceSteps .list:nth-child(2) .line,
.IncludedServiceSteps .list:nth-child(4) .line {
    top: 0px;
    right: 0px;
    top: 29px;
    left: -86px;
}

.IncludedServiceSteps .list:nth-child(4) .line {
    height: 80%;
}

.IncludedServiceSteps .list:nth-child(1) {}

.IncludedServiceSteps .list:nth-child(2) {
    margin-bottom: -130% !important;
}

.IncludedServiceSteps .list:nth-child(3) {
    margin-top: 32%;
}

.IncludedServiceSteps .list:nth-child(4) {
    margin-bottom: -112%;
}

.IncludedServiceSteps .list:nth-child(5) {
    margin-top: 1%;
}

.IncludedServiceSteps .list:nth-child(6) {
    margin-top: 212%;
}

.IncludedServiceSteps .list .stepCircle {
    width: 50px;
    height: 50px;
    background: #f9b324;
    font-size: 25px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-weight: bold;
    right: -110px;
    top: 15px;
}

.IncludedServiceSteps .list:nth-child(even) .stepCircle {
    right: unset;
    left: -110px;
}

.IncludedServiceSteps .list .stepCircle .number {}

.IncludedServiceSteps .list .title {
    font-size: 24px;
    font-weight: 600;
    color: #f97324;
}

.IncludedServiceSteps .list .text {
    font-size: 20px;
    margin: 0px 0px 25px;
    color: #b9b9b9;
    width: 85%;
}

.IncludedServiceSteps .list .image {}

.IncludedServiceSteps .list .militWid {
    max-width: 445px;
}

@media(min-width:1100px){
    .IncludedServiceSteps .list .image.flex {
        flex-direction: row;
    }

    .IncludedServiceSteps .list .image .midhalf {
        width: 50%;
    }
}

.IncludedServiceSteps .list .image img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.Unsuitable_For_Repair {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    padding: 20px 0px 40px;
}

.Unsuitable_For_Repair .list {
    width: 32.33%;
}

.Unsuitable_For_Repair .list img {
    display: block;
    width: 100%;
}

@media(max-width:500px){
    .Unsuitable_For_Repair {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 10px;
        padding: 2vw 0vw 4vw;
    }
    
    .Unsuitable_For_Repair .list {
        width: 100%;
    }

    #ReconditionRimsStandardPackage {
        padding: 10vw 0vw;
    }
    
    .IncludedServiceSteps {
        margin: 9vw auto 0vw;
        padding: 3vw 0vw 0vw;
        width: 100%;
        justify-content: flex-end;
    }

    .IncludedServiceSteps .list {
        width: 77%;
        margin-right: 6%;
        padding-bottom: 14%;
    }

    .IncludedServiceSteps .list:nth-child(odd) {
        text-align: left;
        align-items: flex-start;
    }

    .IncludedServiceSteps .list .line {
        width: 1.5px;
        height: 100% !important;
    }

    .IncludedServiceSteps .list:nth-child(1) .line,
    .IncludedServiceSteps .list:nth-child(3) .line,
    .IncludedServiceSteps .list:nth-child(5) .line {
        top: 0%;
        right: unset;
        left: -13.75%;
    }

    .IncludedServiceSteps .list:nth-child(2) .line,
    .IncludedServiceSteps .list:nth-child(4) .line {
        top: 0%;
        right: unset;
        left: -13.75%;
    }

    .IncludedServiceSteps .list:nth-child(2) {
        margin-bottom: 0% !important;
    }

    .IncludedServiceSteps .list:nth-child(3) {
        margin-top: 0%;
    }

    .IncludedServiceSteps .list:nth-child(4) {
        margin-bottom: 0%;
    }

    .IncludedServiceSteps .list:nth-child(5) {
        margin-top: 0%;
    }
    
    .IncludedServiceSteps .list:nth-child(6) {
        margin-top: 0%;
    }

    .IncludedServiceSteps .list .stepCircle {
        width: 10vw;
        height: 10vw;
        font-size: 5vw;
        right: unset;
        top: -1%;
        left: -20%;
    }

    .IncludedServiceSteps .list:nth-child(even) .stepCircle {
        right: unset;
        left: -110px;
        top: -0.5%;
        left: -20%;
    }

    .IncludedServiceSteps .list .title {
        font-size: 5.5vw;
    }

    .IncludedServiceSteps .list .text {
        font-size: 4.44vw;
        margin: 0% 0% 5vw;
        width: 100%;
    }
}

@media(max-width:500px){
    .ConceptClick {
        border-radius: 3vw 3vw 0vw 0vw;
    }

    .ConceptClick .group {
        padding: 3vw 10vw 3vw 5vw;
    }

    .ConceptClick .group .title {
        font-size: 4.8vw;
        line-height: 6vw;
        padding: 2vw 0vw 2vw;
    }

    .concernAnswer {
        border-radius: 0px 0px 3vw 3vw;
    }

    .concernAnswer .inner {
        padding: 5vw 3vw 4vw;
        border-radius: 0px 0px 2vw 2vw;
    }

    .accordion-button::after {
        width: 2.25rem;
        height: 2.25rem;
    }

    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
        background-size: cover;
        filter: invert(1);
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
        background-size: cover;
        transform: translate(-18%, -50%);
    }
}

.GetLogoCertified {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto 27px;
    width: 100%;
    gap: 20px;
}

.GetLogoCertified .list:nth-child(1) {
    width: 27%;
}

.GetLogoCertified .list:nth-child(2) {
    width: 22%;
}

.GetLogoCertified .list:nth-child(3) {
    width: 20%;
}

.GetLogoCertified .list:nth-child(4) {
    width: 18%;
}
.GetLogoCertified .list:nth-child(5) {
    width: 18%;
}

.GetLogoCertified .list img {
    display: block;
    width: 100%;
}

@media(max-width:500px) {
    .GetLogoCertified {
        width: 100%;
        margin: 0px auto 25px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 2vw;
    }
    
    .GetLogoCertified .list:nth-child(1) {
        width: 49%;
        margin: 0% 2%;
    }
    
    .GetLogoCertified .list:nth-child(2) {
        width: 44%;
    }
    
    .GetLogoCertified .list:nth-child(3) {
        width: 38.33%;
        margin: 0% 0%;
    }

    .GetLogoCertified .list:nth-child(4) {
        width: 31%;
        margin: 0% 0%;
    }
    
    .GetLogoCertified .list:nth-child(5) {
        width: 31%;
        margin: 0% 0%;
    }
}

img.trademarkPhoto {
    margin: auto;
    background: #fff;
    padding: 18px;
    border-style: solid;
    border-width: 15px;
    border-top-color: #b39763;
    border-right-color: #71592F;
    border-bottom-color: #b39763;
    border-left-color: #71592F;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

#maps a.footWhats {
    background-color: #21d366;
    font-size: 22px;
    line-height: 32px;
    color: white !important;
    padding: 7px 20px 5px 18px;
    font-weight: 600;
    border-radius: 54px;
    position: relative;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 7px 0px;
    display: inline-flex !important;
    align-content: center !important;
    align-items: center !important;
    justify-content: flex-start;
}

#maps a.footWhats i {
    padding-right: 6px;
}

#maps a.footWhats span {
    font-size: 19px;
    line-height: 26px;
    font-weight: 500;
}

@media(max-width:500px){
    #maps a.footWhats {
        font-size: 20px;
        line-height: 28px;
        padding: 6px 19px 5px 16px;
    }
    
    #maps a.footWhats span {
        font-size: 16px;
        line-height: 24px;
    }
}

.swiper_ReconditionSportRims {
    padding: 0px 0px 50px !important;
    margin-top: 10px;
}

.swiper_ReconditionSportRims .swiper-slide {
    display: block;
    width: auto;
}

.swiper_ReconditionSportRims .swiper-slide img {
    display: block;
    height: 235px;
    border-radius: 10px;
}

@media(min-width:767px) and (max-width:1200px) {
    .swiper_ReconditionSportRims,
    .swiper_ReconditionSportRims .swiper-slide img {
        height: 250px;
    }
}

@media(max-width:500px) {
    .swiper_ReconditionSportRims,
    .swiper_ReconditionSportRims .swiper-slide img {
        height: 150px;
    }
    
    .outer_SunHupStory {
        padding: 1.75vw 1vw;
        display: flex;
        justify-content: center;
        margin: 1vw auto 0vw;
        gap: 12px;
        position: relative;
        top: unset;
        right: unset;
    }
    
    .btn-primary.SunHupStory {
        padding: 2.75vw 4vw;
        display: flex;
        justify-content: center;
        margin: 5vw auto 0vw;
        gap: 12px;
    }
    
    .btn-primary.SunHupStory img {
        width: 26vw;
        margin: 0px;
    }
    
    .btn-primary.SunHupStory .text span:nth-child(1) {
        font-size: 18px;
        line-height: 1.3;
    }
    
    #SunHupStory .modal-body {
        padding: 3rem 2rem 1rem;
        font-size: 4vw;
        line-height: 1.6;
    }
}

.fb-post-wrapper {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

/* swiper_MotorRim */
.swiper_MotorRim {
    padding: 0px 0px 50px !important;
    margin-top: 10px;
}

.swiper_MotorRim .swiper-slide {
    display: block;
    width: auto;
}

.swiper_MotorRim .swiper-slide img {
    display: block;
    height: 468px;
    border-radius: 10px;
}

@media(min-width:767px) and (max-width:1200px) {
    .swiper_MotorRim {
        height: 290px;
    }
    
    .swiper_MotorRim .swiper-slide img {
        height: 250px;
    }
}

@media(max-width:500px) {
    .swiper_MotorRim {
        height: 240px;
    }
    
    .swiper_MotorRim .swiper-slide img {
        height: 200px;
    }
}