html {
    scroll-padding-top: 100px;
}

@media(max-width:500px){
    html {
        scroll-padding-top: 70px;
    }
}

.poppins_regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins_regular_italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins_extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins_extrabold_italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.inter_400 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.inter_500 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.inter_600 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.inter_700 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.inter_800 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.montserrat_400 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.montserrat_600 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.montserrat_700 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.montserrat_800 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.work_sans_700 {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.font_bebas_neue {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.txt_brand {
    color: #ffb130;
}

.txt_brand_link {
    color: #5AC5ED;
}

.txt_grey {
    color: #bbbbbb;
}

.color_brand {
    color: #558b79;
}

.color_tiffanyDark {
    color: #1097A0;
}

.color_yellowLight {
    color: #fbcd71;
}

.color_second {
    color: #B3893F;
}

.color_third {
    color: #F1C282;
}

.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;
    z-index: 1;
    display: block;
    background: url(../images/bg_Deep_Blue_Black.jpeg);
    background: url(../images/bg_Hero_Dual.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#HeroSection .cover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(179deg, #3a3a3a57 0%, #000000ad 30%, #00000078 60%, #00000061 100%);
    background-size: cover;
    display: block;
    opacity: 1;
}

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

#HeroSection .underline {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0%);
}

#HeroSection .lineThree {
    position: absolute;
    top: 5px;
    left: -110px;
    height: 30px;
    transform: rotate(350deg);
}

#HeroSection .promo {
    position: absolute;
    bottom: -90px;
    right: -70px;
}

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

.branchBenefit {
    display: flex;
    justify-content: space-evenly;
    width: 78%;
    margin: 25px auto 0px;
}

.branchBenefit .list {
    display: flex;
    align-content: center;
    align-items: center;
}

.branchBenefit .list img {
    width: 32px;
    height: auto;
    margin-right: 10px;
}

.branchBenefit .list .text {
    font-size: 26px;
    line-height: 1.3em;
    letter-spacing: -1px;
    font-weight: 500;
}

#LocationContact {
    background: #161616;
}

#Footer {
    background: #161616;
}

[data-title*=Upage] {
    padding-top: 0px !important;
    padding-bottom: 35px !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: 80px !important;
        background-size: cover !important;
    }

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

    #PTPragramme {
        padding-top: 140px !important;
        padding-bottom: 175px !important;
    }

    #CustomProgram {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    #Misconception {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    #LookingFor {}

    #TrainerProfile {
        padding: 150px 0px 0px;
    }

    #TrainerSpecialist {
        padding: 460px 0px 120px;
    }

    #Customer {
        padding: 120px 0px;
    }

    #Award {
        padding-top: 120px !important;
        padding-bottom: 0px !important;
    }

    #ProgramReview {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
        margin-top: -107px;
    }

    #LocationContact {
        padding: 100px 0px 0px;
    }

    #Footer {
        padding: 20px 0px 80px;
    }
}

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

    #PTPragramme {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }

    #CustomProgram {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }

    #Misconception {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }
}

[data-title*=cf-vimeo-video] .elVideo {
    border-radius: 15px;
    /* box-shadow: 0px 4px 41px 0px #FFFFFF85; */
}

[data-title*=cf-vimeo-video] .fluid-width-video-wrapper {
    padding-top: 56.25%;
    border-radius: 15px;
}

[data-title*=cf-vimeo-video] .fluid-width-video-wrapper {
    padding-top: 176%;
}

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

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

    [data-title*=cf-vimeo-video] .elVideo {
        border-radius: 0px;
    }

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

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

.txt_uppercase {
    text-transform: uppercase
}

.txt_capitalize {
    text-transform: capitalize
}

.txt_white {
    color: #fff;
}

.txt_black {
    color: black;
}

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

    .m_txt_capitalize {
        text-transform: capitalize
    }

    .m-txt_white {
        color: #fff
    }
}

.elButton span {
    pointer-events: none
}

.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
    }
}

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: 20%;
    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: 65px;
    }

    .ultv-video__play-icon.subtract {
        width: 65px;
    }
}

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

#ultimate-video-50 .ultv-aspect-ratio-16_9 .ultv-video__outer-wrap {
    padding-bottom: 178%;
    border-radius: 10px;
    box-shadow: 0px 0px 19px 4px #ff000099;
}

.ultv-video__outer-wrap:before {
    opacity: .1;
}

.whatsAppButton {
    border-radius: 15px;
    box-shadow: 0px 4px 21.5px 0px #000000;
    padding: 13px 40px 15px 35px;
    display: inline-flex;
    color: #ffffff !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    justify-content: center;
    align-items: center;
    position: relative;
    background: linear-gradient(92.29deg, #05858E 7.71%, #12A9B4 21.77%, #16C5D1 38.91%, #22B6C0 58.51%, #1097A0 80.56%, #067A82 96.54%);
    background: linear-gradient(135deg, #eb2132 0%, #f58220 50%, #eb2132 100%);
    background: #2a2e31;
}

.whatsAppButton.blackShadow {
    box-shadow: 0px 4px 23px 0px #00000040;
}

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

.whatsAppButton i {
    font-size: 46px;
    line-height: 58px;
    margin-right: 15px;
    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-family: Poppins;
    font-size: 24px;
    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;
}

#HighestQuality {
    overflow: hidden;
    position: relative;
    padding: 90px 0px 90px;
    background: url(../images/bg_Red.jpg);
    background: url(../images/u249.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#HighestQuality .cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #00000078 0%, #0000008c 93%);
}

#HighestQuality .cover img {
    opacity: 0.70;
    mix-blend-mode: multiply;
    /* width: 100%; */
    /* display: block; */
}

#HighestQuality .container {
    position: relative;
}

.JapanborderTop {
    background: linear-gradient(90deg, #494949 0%, #636363 14.43%, #EAEAEA 50.85%, #646464 85.99%, #535353 100%);
    height: 16px;
}

.threeM10x {
    display: flex;
    width: 48%;
    margin: 70px auto 70px;
    justify-content: space-between;
    align-items: center;
}

.threeM10x img {
    display: block;
    width: 100%;
}

.threeM10x .left {
    width: 42%;
}

.threeM10x .left img {}

.threeM10x .times {
    font-weight: 200;
    font-size: 70px;
    width: 13%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: invert(1);
}

.threeM10x .right {
    width: 26%;
}

.threeM10x .right img {}

.CertifiedTrainer {
    display: flex;
    grid-gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 80px 0px 0px;
}

.CertifiedTrainer .list {
    width: 23.8%;
}

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

#ThreeMProShopAutoWindowFilm {
    overflow: hidden;
    display: block;
    position: relative;
    background: linear-gradient(180deg, #1A0700, #FB4400);
    padding: 0px;
    height: 1060px;
}

#ThreeMProShopAutoWindowFilm .covFirst {
    z-index: 1;
}

#ThreeMProShopAutoWindowFilm .covSecon {
    z-index: 2;
}

#ThreeMProShopAutoWindowFilm .covThird {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#ThreeMProShopAutoWindowFilm .car {
    position: relative;
    height: 100%;
}

#ThreeMProShopAutoWindowFilm .car img {
    position: absolute;
    display: block;
    /* width: 100%; */
    /* height: 100%; */
    bottom: 0%;
    right: 50%;
    transform: translate(60%, 15%);
    width: 96%;
}

#ThreeMProShopAutoWindowFilm .covergradient {
    position: absolute;
    background: linear-gradient(90deg, #000000 0%, #000000 33%, #000000 40%, transparent 53%, transparent);
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#ThreeMProShopAutoWindowFilm .covergradient .top {}

#ThreeMProShopAutoWindowFilm .covergradient .bottom {}

.twoHundredRed {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0px auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.twoHundredRed .top {
    width: 100%;
    padding: 0px 0px 60px;
}

.twoHundredRed .left {
    /* background: #231f20; */
    color: white;
    padding: 60px;
    padding-left: 0px;
}

.twoHundredRed .left .first {
    font-weight: 600;
    font-size: 46px;
    line-height: 54px;
}

.twoHundredRed .left .second {
    font-weight: 200;
    font-size: 20px;
    line-height: 28px;
    padding: 45px 0px;
}

.twoHundredRed .left .third {
    font-weight: 300;
    font-size: 20px;
}

.twoHundredRed .left .third .borderOut {
    display: inline-block;
    background: linear-gradient(135deg, #eb2132 0%, #f58220 50%, #eb2132 100%);
    padding: 3px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.twoHundredRed .left .third .borderOut .inside {
    font-size: 42px;
    line-height: 42px;
    padding: 12px 20px;
    font-weight: 700;
    background: black;
}

.twoHundredRed .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 0px 60px;
}

.twoHundredRed .right .first {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.twoHundredRed .right .first img {
    height: 30px;
    margin: 0px;
}

.twoHundredRed .right .first .rightTxt {
    color: white;
    font-size: 22px;
    line-height: 24px;
    padding: 0px 0px 0px 10px;
    margin-left: 10px;
    border-left: 2px solid white;
}

.twoHundredRed .right .second {
    font-size: 29px;
    color: white;
    font-weight: 700;
    text-align: right;
}

.twoHundredRed .mixButton {
    padding: 40px 0px 0px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.twoHundredRed .mixButton .pdf {
    background: linear-gradient(163deg, #f24351 0%, #680a0e 100%);
    font-size: 17px;
    padding: 10px 23px 10px 20px;
    display: inline-flex;
    color: white;
    font-weight: 400;
    border-radius: 7px;
    gap: 9px;
}

.twoHundredRed .mixButton .pdf i {
    font-size: 19px;
}

.twoHundredRed .mixButton .watch {
    box-shadow: 0px 0px 4px 3px #eb21327a;
    padding: 5px 20px 6px;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* border: 2px solid #eb2132; */
    color: white;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: .01em;
    text-transform: capitalize;
    border-radius: 7px;
    transition: background .15s ease, box-shadow .15s ease;
    vertical-align: middle;
    white-space: nowrap;
    /* border: 0; */
    box-sizing: border-box;
}

.twoHundredRed .mixButton .watch:hover {
    background: #eb2132;
}

.twoHundredRed .mixButton .watch svg {
    width: 18px;
    height: 17px;
    margin-right: 12px;
    filter: invert(1);
}

.ThreeMProAutoWindowFilmBottom {
    background: linear-gradient(90deg, #eb2132 0%, #f58220 50%, #eb2132 100%);
    height: 30px;
}

#AutoWindowFilm3MTimeline {
    background: #000000;
    padding: 100px 0px 100px;
}

.WindowFilmyearEvolution {
    padding: 70px 0px 0px;
}

.WindowFilmyearEvolution .top {
    display: flex;
}

.WindowFilmyearEvolution .top .year {
    clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
    background: #3A3A3A;
    width: 33.33%;
    color: white;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    padding: 10px 20px;
    letter-spacing: 1px;
}

.WindowFilmyearEvolution .top .year:nth-child(1) {
    clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0% 0%);
}

.WindowFilmyearEvolution .bottom {
    display: flex;
}

.WindowFilmyearEvolution .bottom .list {
    position: relative;
    width: 33.33%;
    color: white;
    display: flex;
    padding: 25px 30px 0px 5px;
}

.WindowFilmyearEvolution .bottom .list .straight {
    width: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.WindowFilmyearEvolution .bottom .list .straight .line {
    height: 100%;
    width: 2px;
    background: #acacac;
}

.WindowFilmyearEvolution .bottom .list .straight .dot {
    position: relative;
    width: 12px;
    height: 12px;
    aspect-ratio: 1/1;
    display: block;
    background: #acacac;
    border-radius: 44px;
}

.WindowFilmyearEvolution .bottom .list .text {
    width: 85%;
    font-size: 20px;
    padding: 10px 0px 15px;
}

#ThreeMProShopPPF {
    overflow: hidden;
    position: relative;
    padding: 0px;
    height: 1200px;
    display: block;
    background: url(../images/bg_Deep_Blue_Black.jpeg);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

#ThreeMProShopPPF .covFirstBefore {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/bg_Deep_Blue_Sea.jpeg);
    background-size: cover;
    display: block;
    opacity: 0.5;
}

#ThreeMProShopPPF .covFirstBefore .backOne {}

#ThreeMProShopPPF .covFirstBefore .backTwo {}

#ThreeMProShopPPF .covFirst {
    z-index: 2;
}

#ThreeMProShopPPF .covSecon {
    z-index: 3;
}

#ThreeMProShopPPF .covThird {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#ThreeMProShopPPF .car {
    position: relative;
    height: 100%;
}

#ThreeMProShopPPF .car img {
    position: absolute;
    display: block;
    bottom: 0%;
    right: 50%;
    transform: translate(56%, -10%);
    width: 100%;
}

#ThreeMProShopPPF .covergradient {
    position: absolute;
    background: linear-gradient(90deg, #000000 0%, #000000 20%, #000000 29%, transparent 44%, transparent);
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#ThreeMProShopPPF .covergradient .top {}

#ThreeMProShopPPF .covergradient .bottom {
    position: absolute;
    background: linear-gradient(-9deg, #000000 0%, #000000 2%, #000000 12%, transparent 32%, transparent);
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fourHundBlue {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0px auto;
    flex-direction: row;
    flex-wrap: wrap;
}

.fourHundBlue .top {
    width: 100%;
    padding: 0px 0px 60px;
}

.fourHundBlue .left {
    /* background: #231f20; */
    color: white;
    padding: 60px;
    padding-left: 0px;
    padding-bottom: 25px;
    width: 50%;
}

.fourHundBlue .left .first {
    font-weight: 600;
    font-size: 46px;
    line-height: 54px;
}

.fourHundBlue .left .second {
    font-weight: 200;
    font-size: 20px;
    line-height: 28px;
    padding: 45px 0px;
}

.fourHundBlue .left .third {
    font-weight: 300;
    font-size: 20px;
    padding: 0px 0px 30px;
}

.fourHundBlue .left .third .borderOut {
    display: inline-block;
    background: linear-gradient(135deg, #0002ff 0%, #00b0ff 50%, #0002ff 100%);
    padding: 3px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.fourHundBlue .left .third .borderOut .inside {
    font-size: 42px;
    line-height: 42px;
    padding: 12px 20px;
    font-weight: 700;
    background: black;
}

.fourHundBlue .left .fourth {
    font-weight: 300;
    font-size: 20px;
    margin: 0px 0px 35px;
}

.fourHundBlue .left .fourth .borderOut {
    display: inline-block;
    background: linear-gradient(135deg, #0002ff 0%, #00b0ff 50%, #0002ff 100%);
    padding: 3px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.fourHundBlue .left .fourth .borderOut .inside {
    font-size: 42px;
    line-height: 42px;
    padding: 12px 20px;
    font-weight: 700;
    background: black;
}

.fourHundBlue .left a.pdf {
    background: linear-gradient(163deg, #465f7b 0%, #191b1f 100%);
    font-size: 17px;
    padding: 10px 23px 10px 20px;
    display: inline-flex;
    color: white;
    font-weight: 400;
    border-radius: 7px;
    gap: 9px;
}

.fourHundBlue .left a.pdf i {
    font-size: 19px;
}

.fourHundBlue .left a.pdf:hover {
    box-shadow: 0px 0px 5px 2px #465f7bbd;
}

.fourHundBlue .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 0px 60px;
    width: 50%;
}

.fourHundBlue .right .first {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.fourHundBlue .right .first img {
    height: 30px;
    margin: 0px;
}

.fourHundBlue .right .first .rightTxt {
    color: white;
    font-size: 22px;
    line-height: 24px;
    padding: 0px 0px 0px 10px;
    margin-left: 10px;
    border-left: 2px solid white;
}

.fourHundBlue .right .second {
    font-size: 29px;
    color: white;
    font-weight: 700;
    text-align: right;
}

.ThreeMProShopPPFBottom {
    background: linear-gradient(90deg, #0002ff 0%, #00b0ff 50%, #0002ff 100%);
    height: 30px;
}

#PPF3MTimeline {
    background: #000000;
    padding: 100px 0px 100px;
}

.PPFyearEvolution {
    padding: 70px 0px 0px;
}

.PPFyearEvolution .top {
    display: flex;
}

.PPFyearEvolution .top .year {
    clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
    background: #3A3A3A;
    width: 33.33%;
    color: white;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    padding: 10px 20px;
    letter-spacing: 1px;
}

.PPFyearEvolution .top .year:nth-child(1) {
    clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0% 0%);
}

.PPFyearEvolution .bottom {
    display: flex;
}

.PPFyearEvolution .bottom .list {
    position: relative;
    width: 33.33%;
    color: white;
    display: flex;
    padding: 25px 30px 0px 5px;
}

.PPFyearEvolution .bottom .list .straight {
    width: 15%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.PPFyearEvolution .bottom .list .straight .line {
    height: 100%;
    width: 2px;
    background: #acacac;
}

.PPFyearEvolution .bottom .list .straight .dot {
    position: relative;
    width: 12px;
    height: 12px;
    aspect-ratio: 1/1;
    display: block;
    background: #acacac;
    border-radius: 44px;
}

.PPFyearEvolution .bottom .list .text {
    width: 85%;
    font-size: 20px;
    padding: 10px 0px 15px;
}

#WhyRisk {
    position: relative;
    padding: 90px 0px;
    background: url(../images/bg_Compare.jpg) black;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#WhyRisk .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #00000043;
}

#AuthorisedMalaysia {
    position: relative;
    padding: 0px;
    background: url(../images/bg_Authorize.jpg) black;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden;
}

#AuthorisedMalaysia .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(126deg, black, transparent);
}

.center3Malaysia {}

.center3Malaysia .shop {}

.center3Malaysia .shop img {
    display: block;
    width: 100%;
}

.center3Malaysia .maintitle {}

.center3Malaysia .maintitle .top {
    width: 54%;
    padding: 0px 0px 15px;
}

.center3Malaysia .maintitle .top img {
    display: block;
    width: 100%;
}

.center3Malaysia .maintitle .bottom {
    width: 75%;
}

.center3Malaysia .maintitle .bottom img {
    display: block;
    width: 100%;
}

.center3Malaysia .threeBanner {
    font-size: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 36px;
}

.center3Malaysia .threeBanner>div {
    position: relative;
    display: inline-block;
    padding: 15px 70px 15px 50px;
    clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
    background: #FE0000;
    font-size: 22px;
    font-weight: 500;
}

.center3Malaysia .threeBanner .one {}

.center3Malaysia .threeBanner .two {}

.center3Malaysia .threeBanner .three {}

.center3Malaysia .threeBanner .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 25px;
    left: 26px;
}

.Tesla_ProShop {
    margin: -25px 0px;
}

#Whatis3mProShop {
    position: relative;
    background: #161616;
    background: linear-gradient(180deg, #050505 0%, #1e1d1d 30%, #232323 50%, #1e1d1d 70%, #050505 100%);
    padding: 100px 0px;
    background: url(../images/bg_Hero_Dual.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#Whatis3mProShop .cover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(179deg, #000000db 0%, #000000ad 30%, #000000ba 60%, #000000e0 100%);
    background-size: cover;
    display: block;
    opacity: 1;
}

.CompareOther3M {
    display: flex;
    justify-content: center;
    padding: 70px 0px;
    /* gap: 35px; */
    align-items: center;
}

.CompareOther3M .ThreeMAutofilm {
    display: inline-block;
    border: 2px solid #ffffff;
    border-radius: 20px 0px 0px 20px;
    padding: 50px 30px 30px;
    background: #5e5e5ec7;
    width: 22%;
}

.CompareOther3M .ThreeMAutofilm .title {}

.CompareOther3M .ThreeMAutofilm .title img {
    max-height: 90px;
    margin: 0px auto 25px;
}

.CompareOther3M .ThreeMAutofilm .point {}

.CompareOther3M .ThreeMAutofilm .point .list {
    color: white;
    font-size: 20px;
}

.CompareOther3M .ThreeMAutoCare {
    display: inline-block;
    border: 2px solid #ffffff;
    border-left: 0px;
    border-right: 0px;
    padding: 50px 30px 30px;
    background: #5e5e5ec7;
    width: 22%;
}

.CompareOther3M .ThreeMAutoCare .title {}

.CompareOther3M .ThreeMAutoCare .title img {
    max-height: 90px;
    margin: 0px auto 25px;
}

.CompareOther3M .ThreeMAutoCare .point {}

.CompareOther3M .ThreeMAutoCare .point .list {
    font-size: 20px;
    color: white;
}

.CompareOther3M .ThreeMProShop {
    width: 44%;
    display: inline-block;
    border: 4px solid #FF0000;
    border-bottom: 6px solid #FF0000;
    border-radius: 20px;
    padding: 60px 50px 50px;
    background: white;
    box-shadow: 0px 0px 15px 4px #0000004f;
}

.CompareOther3M .ThreeMProShop .title {}

.CompareOther3M .ThreeMProShop .title img {
    width: 96%;
    height: auto;
    margin: 0px auto 35px;
}

.CompareOther3M .ThreeMProShop .point {}

.CompareOther3M .ThreeMProShop .point .list {
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
}

.concern3MBeing {
    display: flex;
    color: white;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 75px 0px 60px;
    gap: 30px;
    width: 100%;
    margin: 0px auto;
}

.concern3MBeing .list {
    width: 23%;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 50px 20px;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 10px;
    background: linear-gradient(149deg, #302f2f, #191919);
    background: url('../images/bg-item.jpg');
    background-size: cover;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-property: -webkit-filter,-webkit-transform;
    transition-property: -webkit-filter,-webkit-transform;
    transition-property: filter,transform;
    transition-property: filter,transform,-webkit-filter,-webkit-transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.concern3MBeing .list:hover {
    cursor: pointer;
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    /*box-shadow: 0px 0px 26px 16px #ff000038;*/
}

.concern3MBeing .list .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: linear-gradient(211deg, #00000087 0%, #00000000 100%);
    background-size: cover;
    display: block;
    opacity: 1;
    z-index: -1;
}

.concern3MBeing .list:hover .overlay {
    background: linear-gradient(211deg, #00000040 0%, #00000000 100%);
}

.concern3MBeing .list .icon {
    width: 100%;
    height: 100%;
    /* aspect-ratio: 3/2; */
}

.concern3MBeing .list .icon img {
    display: block;
    margin: 0px auto 40px;
}

.concern3MBeing .list .text {
    display: flex;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    min-height: 72px;
    justify-content: center;
    align-items: center;
    color: white;
}

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

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

.ConceptClick .group .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 54px;
    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 .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%);
}

/* LocationContact */
@media(min-width:1400px) {
    #LocationContact .col-md-5 {
        padding: 0px 70px;
    }
}

#LocationContact .social {
    display: flex;
    justify-content: flex-end;
}

#LocationContact .social .icon:not(:last-child) {
    margin-right: 22px;
}

#LocationContact .social .icon img {
    display: block;
    width: 40px;
}

/* branchLocation */
.branchLocation {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px;
}

.branchLocation .list {
    width: 31.5%;
    color: white;
    text-align: left;
}

.branchLocation>.list:nth-child(1) {
    /* margin: 0px 20px; */
}

.branchLocation>.list:nth-child(2) {
    /* margin: 0px 20px; */
}

.branchLocation>.list:nth-child(3) {}

.branchLocation>.list:nth-child(4) {}

.branchLocation>.list:nth-child(5) {}

.branchLocation .list:not(:last-child) {
    padding: 0px 0px 50px;
}

.branchLocation .list .locationImage {
    position: relative;
}

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

.branchLocation .list .locationImage .newBranch {
    position: absolute;
    font-size: 15px;
    font-weight: 600;
    color: white;
    background-color: #d2100a;
    padding: 4px 10px;
    border-radius: 4px;
    top: 3px;
    left: -15px;
    transform: rotate(-15deg);
}

.branchLocation .list .mapLinks {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding: 20px 0px 15px;
}

.branchLocation .list .mapLinks .google {
    margin-right: 10px;
}

.branchLocation .list .mapLinks .google a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.branchLocation .list .mapLinks .google a img {
    width: 35px;
}

.branchLocation .list .location {
    padding: 0px 0px 14px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.branchLocation .list .address {
    padding: 0px 0px 22px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.branchLocation .list .opening {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.branchLocation .list .weekend {
    padding: 10px 0px 0px;
}

.branchLocation .list .weekend .list {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    width: 80%;
    padding: 0px 0px 6px;
}

.branchLocation .list .weekend .list .day {
    width: 60%;
}

.branchLocation .list .weekend .list .time {
    width: 40%;
}

.why3m {
    display: inline-block;
    margin: -14px 14px 0px 0px;
    height: 60px;
}

.whyManyChoose3M {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 75px;
    justify-content: center;
    padding: 90px 0px 90px;
    width: 90%;
    margin: 0px auto;
}

.whyManyChoose3M .list {
    color: white;
    width: 46.6%;
}

.whyManyChoose3M .list .heading {
    position: relative;
    font-size: 29px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: left;
    padding: 0px 0px 20px 65px;
}

.whyManyChoose3M .list .heading>div {
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
    width: 46px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #5d0e0e;
}

.whyManyChoose3M .list .heading>div img {
    width: 24px;
    filter: brightness(0) saturate(100%) invert(18%) sepia(66%) saturate(3820%) hue-rotate(345deg) brightness(102%) contrast(104%);
}

.whyManyChoose3M .list .desc {
    font-size: 18px;
    line-height: 30px;
    opacity: 0.75;
}

.mfp-iframe-holder .mfp-content {
    max-width: 405px;
}

.mfp-iframe-scaler {
    padding-top: 176%;
}