@import url('https://fonts.cdnfonts.com/css/tt-hoves-pro-trial');

@font-face {
    font-family: 'bomberEscortSemiTal';
    src: url('../font/bomberescortsemital.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'bomberEscortHalf';
    src: url('../font/bomberescorthalf.ttf');
    font-style: normal;
}

.font_bomberescortsemital {
    font-family: 'bomberEscortSemiTal';
}

.font_bomberEscortHalf {
    font-family: 'bomberEscortHalf';
}

.color_brand {
    color: #00B14F;
}

.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;
    background-color: #1b002e;
    background: url(../images/bg_hero.png) no-repeat #1b002e;
    background-size: cover;
    background-position: center 101%;
    padding: 6vw 0vw 58vw;
}

@media(min-width:1000px){
    #HeroSection {
        padding: 65px 0px 21vw;
    }
}

#HeroSection .cover {}

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

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

[data-title*=Upage] {
    padding-top: 0px !important;
    padding-bottom: 10px !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: 100px !important;
    }

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

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

[data-title*=cf-vimeo-video] .elVideo {
    border: 4px solid rgb(53 255 220);
    border-radius: 40px;
    /* box-shadow: 0 0 20px 0 rgb(0 0 0 / 11%) !important; */
    box-shadow: 10px 5px 13px 0px #000000a8;
}

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

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

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

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

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

    [data-title*=cf-vimeo-video] .elVideo {
        border: 0px;
        border-radius: 0px;
        box-shadow: 5px 2px 6px 0px #0000005c;
    }
    
    [data-title*=cf-vimeo-video] .fluid-width-video-wrapper {
        background-color: transparent;
        padding-top: 56.25%;
        border-radius: 0px;
    }
}

.txt_uppercase {
    text-transform: uppercase
}

.txt_capitalize {
    text-transform: capitalize
}

.txt_white {
    color: #fff
}

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

    .m_txt_capitalize {
        text-transform: capitalize
    }

    .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: 16%;
    background-position: center
}

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

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

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

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

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

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

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

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

.whatsAppButton {
    border-radius: 60px;
    background: rgb(255 112 44);
    padding: 11px 50px 15px 40px;
    display: inline-flex;
    color: white !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    justify-content: center;
    align-items: center;
    position: relative;
}

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

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

.whatsAppButton i {
    font-size: 61px;
    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: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: center;
}

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

.whatsAppButton .text .subtitle img {
    display: inline-block;
    height: 18px;
    margin-top: -4px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(257deg) brightness(102%) contrast(105%);
}

@media(max-width:500px) {
    .whatsAppButton {
        padding: 2vw 3vw 3vw;
        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: 9.5vw;
        line-height: 12.23vw;
        margin-right: 2vw;
    }

    .whatsAppButton .text {
        padding-right: 8px;
    }

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

    .whatsAppButton .text .subtitle {
        font-size: 3.57vw;
        line-height: 4.56vw;
    }
    
    .whatsAppButton .text .subtitle img {
        margin-top: -1vw;
        height: 3.47vw;
    }
}

.heroHalfPrice {
    display: inline-block;
    height: 46px;
    margin-top: -12px;
    margin-left: 8px;
}

img.colorShift {
    display: inline-block;
    height: 52px;
    margin-top: -14px;
}

img.lightMM {
    display: inline-block;
    height: 40px;
    margin-top: -4px;
}

img.topMM {
    display: inline-block;
    height: 40px;
    margin-top: -4px;
}

img.matchUp {
    display: inline-block;
    height: 47px;
    margin-top: -14px;
}

img.nParM {
    display: inline-block;
    height: 47px;
    margin-top: -14px;
}

img.quatM {
    display: inline-block;
    height: 32px;
    margin-top: -8px;
}

.menuMM {
    display: inline-block;
    height: 14px;
    margin-top: -4px;
    filter: brightness(0) saturate(100%) invert(93%) sepia(1%) saturate(0%) hue-rotate(167deg) brightness(96%) contrast(78%);
}

.menu-item a:hover .menuMM,
.navbar-dark .navbar-nav .active>.nav-link .menuMM {
    filter: brightness(0) saturate(100%) invert(48%) sepia(60%) saturate(2969%) hue-rotate(243deg) brightness(102%) contrast(101%);
}

@media(max-width:500px){
    img.colorShift {
        height: 6.5vw;
        margin-top: -2vw;
    }

    img.lightMM {
        height: 5vw;
        margin-top: -1.5vw;
    }
    
    img.topMM {
        height: 5vw;
        margin-top: 0.2vw;
    }
    
    img.matchUp {
        height: 6.5vw;
        margin-top: -2vw;
    }
    
    img.nParM {
        height: 7vw;
        margin-top: -2vw;
    }
    
    img.quatM {
        height: 7vw;
        margin-top: -2vw;
    }
    
    .menuMM {
        height: 3.7vw;
        margin-top: -1vw;
    }
}

#ColorWrapping {
    background-color: rgb(0 130 154);
    padding: 100px 0px 100px;
}

#ColorWrapping {
    background: url(../images/Gloss_Vehicle_Wrap.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px 100px;
    position: relative;
}

#ColorWrapping .cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(4 66 78 / 76%);
}

.ComIssues {
    /*background: #d725f9;*/
    /*padding: 0px 20px 0px;*/
    /*display: inline-flex;*/
}

.videoWrapper {}

.videoWrapper .title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding: 8px 20px;
    width: 88%;
    margin: 0px auto;
    border-radius: 20px 20px 0px 0px;
    background: rgb(53 255 220);
    box-shadow: 10px 5px 13px 0px #000000a8;
}

.underVideo {
    display: flex;
    justify-content: center;
    padding: 50px 0px 0px;
    gap: 50px;
}

.underVideo .list {
    position: relative;
    padding-left: 95px;
    font-size: 28px;
    font-weight: 600;
    color: white;
}

.underVideo .list img {
    position: absolute;
    width: 70px;
    display: block;
    top: -9px;
    left: 10px;
}

#ColorWrappingIssues {
    background: url(../images/Vetical_Track_Orange.png) #1b002e no-repeat;
    background-position: center 60%;
    background-size: cover;
    padding: 100px 0px 100px;
}

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

.CommonIsues .list {}

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

#FiveColorWrapping {
    background: url('../images/Vetical_Track_Orange_Blurred.png') #650890 no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 100px 0px 100px;
}

.fivePattern {height: 110px;display: inline-block;margin-top: -52px;}

.howWrapping {
    margin: 85px 0px 0px;
}

.howWrapping .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.howWrapping .inner .list {
    width: 47%;
    margin-bottom: 80px;
}

.howWrapping .inner .list a {}

.howWrapping .inner .list a .title {
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    width: 92%;
    margin: 0px auto 20px;
}

.howWrapping .inner .list a img {
    display: block;
    width: 100%;
}

#MaterialSupply {
    position: relative;
    padding: 100px 0px 100px;
    background: url(../images/Horizontal_Track_Purple_Blurred.png) #ffffff no-repeat;
    background-position: center 96%;
    background-size: 100% 60%;
}

#MaterialSupply .cover {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: hsla(0, 0%, 100%, .6);
    -webkit-backdrop-filter: saturate(150%) blur(16px);
    backdrop-filter: saturate(150%) blur(16px);
}

.MaterialSupply {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin: 80px auto;
}

.MaterialSupply .list {
    width: 25%;
    padding: 0% 2%;
}

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

.MaterialSupply .list:nth-child(1) img {}

.MaterialSupply .list:nth-child(2) img {
    width: 57%;
}

.MaterialSupply .list:nth-child(3) img {
    width: 82%;
}

.MaterialSupply .list:nth-child(4) img {}

#ColorsChoice {
    background: #1b002e;
    padding: 100px 0px 0px;
}

.hundredColors {
    margin-bottom: -35px;
}

.ChooseColor {
    display: flex;
    justify-content: space-between;
    width: 75%;
    margin: 60px auto 0px;
}
.ChooseColor .list {
    width: 47%;
}
.ChooseColor .list .inner {
    border: 4px solid #35FFDC;
    position: relative;
    border-radius: 20px;
}

.ChooseColor .list .inner img {
    display: block;
    width: 100%;
    border-radius: 16px;
}

.ChooseColor .list .inner .title {
    position: absolute;
    color: white;
    bottom: 23px;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    width: 90%;
    text-align: center;
    text-transform: uppercase;
}

.ChooseColor .list .cbutton {
    background: #35FFDC;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin: -29px auto 0px;
    position: relative;
    z-index: 2;
    font-weight: 600;
    padding: 13px 20px;
    border-radius: 12px;
}

.ChooseColor .list .cbutton.glossy {}

.ChooseColor .list .cbutton i {
    font-size: 27px;
    margin-right: 10px;
}

.ChooseColor .list .cbutton .text {}

.ChooseColor .list .dropColor {
    display: grid;
    grid-gap: 20px;
    margin: 70px 0px 0px;
}

.ChooseColor .list .dropColor.glossyGroup {
    grid-template-columns: repeat(3,1fr);
}

.ChooseColor .list .dropColor .listItem {}

.ChooseColor .list .dropColor .listItem img {
    display: block;
    width: 100%;
}

#MixVehicleWrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 85px;
    /*row-gap: 125px;*/
    width: 94%;
    margin: 45px auto;
}

@media(min-width:1700px){
    #MixVehicleWrap {
        width: 84%;
    }
}

@media(min-width:2100px){
    #MixVehicleWrap {
        width: 65%;
    }
}

.VehicleWrap {
    width: 100%;
    margin: 0px auto 0px;
}
.VehicleWrap.Glossy {}

.VehicleWrap .headImage {
    position: relative;
}

.VehicleWrap .headImage .title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 30px;
    position: absolute;
}

.VehicleWrap .headImage .title .inner {
    font-family: 'bomberEscortSemiTal';
    color: white;
    font-size: 34px;
    text-shadow: 3px 3px 20px #000000eb, 1px 11px 20px #00000094, -3px -4px 20px #00000096;
}

.VehicleWrap .headImage .seeMore {
    display: none;
}

.VehicleWrap .headImage img {
    display: block;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 5 / 3;
}
.VehicleWrap .sampleImage {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 25px;
    margin: 30px 0px 0px;
    display: none;
}
.VehicleWrap .sampleImage .list {}

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

#OnlyGlossWrapping {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 85px;
    /*row-gap: 125px;*/
    width: 100%;
    margin: 45px auto 0px;
}

@media(min-width:1700px){
    #OnlyGlossWrapping {
        width: 100%;
    }
}

@media(min-width:2100px){
    #OnlyGlossWrapping {
        width: 65%;
    }
}

#OnlyGlossWrapping .VehicleWrap {
    width: 100%;
    margin: 0px auto 0px;
}

#OnlyGlossWrapping .VehicleWrap.Glossy {}

#OnlyGlossWrapping .VehicleWrap .headImage {
    position: relative;
    width: 70%;
    margin: 0px auto;
}

#OnlyGlossWrapping .VehicleWrap .headImage .title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 30px;
    width: 60%;
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#OnlyGlossWrapping .VehicleWrap .headImage .title .inner {
    font-family: 'bomberEscortSemiTal';
    color: white;
    font-size: 42px;
    text-shadow: 3px 3px 20px #000000eb, 1px 11px 20px #00000094, -3px -4px 20px #00000096;
}

#OnlyGlossWrapping .VehicleWrap .headImage .seeMore {
    display: none;
}

#OnlyGlossWrapping .VehicleWrap .headImage img {
    display: block;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 5 / 3;
}

#OnlyGlossWrapping .VehicleWrap .sampleImage {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    grid-gap: 20px;
    margin: 30px 0px 0px;
}

#OnlyGlossWrapping .VehicleWrap .sampleImage .list {}

#OnlyGlossWrapping .VehicleWrap .sampleImage .list img {
    display: block;
    width: 100%;
}

#CompareMistake {
    background: url(../images/Vetical_Track_Orange.png) #1b002e no-repeat;
    background-position: center bottom;
    background-size: cover;
}

#CompareBrand {
    /* background: #00829A; */
    padding: 100px 0px 100px;
}

.CompareTable {
    display: flex;
    justify-content: space-between;
    width: 86%;
    margin: 65px auto 0px;
    position: relative;
}

.CompareTable .verse {
    position: absolute;
    height: 105px;
    top: 17%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.CompareTable .list {
    width: 47%;
    text-align: center;
    border: 3px solid #FFC5A3;
    border-radius: 25px;
    padding: 20px 40px 20px;
    box-shadow: inset 0px 13px 20px 4px #00000061, 0px 13px 20px 4px #00000061;
}

.CompareTable .list.left {
    background: #183f48;
}

.CompareTable .list.right {
    background: #490F76;
}

.CompareTable .list .hori {
    font-size: 27px;
    font-weight: bold;
    color: white;
    padding: 20px 0px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.CompareTable .list .hori .small-text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 200;
}

.CompareTable .list .hori:nth-child(4) {
    height: 160px;
}

.CompareTable .list .hori::after {
    content: '';
    position: absolute;
    display: block;
    background: #FFC5A3;
    width: 80%;
    height: 1px;
    bottom: 0px;
}

.CompareTable .list .hori.logo::after,
.CompareTable .list .hori.last::after {
    display: none;
}

.CompareTable .list .hori.logo {
    font-size: 52px;
    font-weight: bold;
    height: 118px;
}

.CompareTable .list .hori.logo img {
    display: block;
    width: auto;
    height: 50px;
}

.CompareTable .list .hori.last {
    font-size: 36px;
    line-height: 48px;
}

.CompareTable .list .hori .price {
    display: block;
    font-size: 48px;
    color: yellow;
}

#RepeatMistake {
    /* background: #1b002e; */
    /* background: url(../images/Vetical_Track_Orange.png) #1b002e no-repeat; */
    /* background-position: center bottom; */
    /* background-size: cover; */
    padding: 100px 0px 100px;
}

.arrow_down {
    width: 90px;
}

.arrow_down.small {
    width: 65px;
}

.arrow_down.big {}

#WrappingPromoPackage {
    background: #00829A;
    padding: 100px 0px 100px;
}

.WrapPromo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 60px auto 0px;
}

.WrapPromo .list {
    width: 30%;
}

.WrapPromo .list .inner {
    border: 3px solid #35FFDC;
    border-radius: 20px;
    background: #490F76;
    text-align: center;
    padding: 30px 0px 30px;
}

.WrapPromo .list .inner .title {
    font-size: 34px;
    line-height: 48px;
    font-weight: bold;
    color: white;
}

.WrapPromo .list .inner .wrap {
    font-size: 25px;
    line-height: 31px;
    color: white;
}

.WrapPromo .list .inner .tifini {
    color: #35FFDC;
}

.WrapPromo .list .inner .orange {
    color: #FF702C;
}

.WrapPromo .list .inner .image {
    position: relative;
    height: 280px;
}

.WrapPromo .list .inner .image img {
    display: block;
    height: 303px;
    margin: 0px auto;
    position: absolute;
    top: 0px;
    left: 44%;
    transform: translate(-50%, 0%);
}

@media(min-width:1100px){
    .WrapPromo .list:nth-child(1) .inner .image img {
        height: 320px;
        left: 44%;
        top: -11%;
    }
    
    .WrapPromo .list:nth-child(2) .inner .image img {
        height: 315px;
        left: 44%;
        top: -5%;
    }
    
    .WrapPromo .list:nth-child(3) .inner .image img {
        height: 323px;
        left: 45%;
        top: -9%;
    }
}

.WrapPromo .list .inner .priceTag {
    background: #35FFDC;
    text-align: center;
    padding: 10px 0px 5px;
    margin-top: 20px;
    color: black;
    font-style: italic;
}

.WrapPromo .list .inner .priceTag .from {
    font-size: 25px;
    line-height: 29px;
    font-weight: 500;
}

.WrapPromo .list .inner .priceTag .riggit {
    font-size: 50px;
    font-weight: bold;
    line-height: 51px;
}

#PPFPromoPackage {
    background: #4f206f;
    padding: 100px 0px 100px;
}

.PPFPromo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 60px auto 80px;
}

.PPFPromo .list {
    width: 30%;
}

.PPFPromo .list .inner {
    border: 3px solid #35FFDC;
    border-radius: 20px;
    background: #FF702C;
    text-align: center;
    padding: 30px 0px 30px;
}

.PPFPromo .list .inner .title {
    font-size: 34px;
    line-height: 48px;
    font-weight: bold;
    color: white;
}

.PPFPromo .list .inner .wrap {
    font-size: 25px;
    line-height: 31px;
    color: white;
}

.PPFPromo .list .inner .tifini {
    color: #35FFDC;
}

.PPFPromo .list .inner .purple {
    color: #491176;
}

.PPFPromo .list .inner .image {
    position: relative;
    height: 200px;
    margin-top: 25px;
}

.PPFPromo .list .inner .image img {
    display: block;
    height: 215px;
    margin: 0px auto;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.PPFPromo .list .inner .priceTag {
    background: #35FFDC;
    text-align: center;
    padding: 10px 0px 5px;
    margin-top: 20px;
    color: black;
    font-style: italic;
}

.PPFPromo .list .inner .priceTag .from {
    font-size: 25px;
    line-height: 29px;
    font-weight: 500;
}

.PPFPromo .list .inner .priceTag .riggit {
    font-size: 50px;
    font-weight: bold;
    line-height: 51px;
}

#WhatMakesVnix {
    background: #1b002e;
    padding: 100px 0px 100px;
}

.compareImage {
    position: relative;
}

.compareImage .arrow {
    position: absolute;
    right: 0px;
    width: 100px;
    bottom: -170px;
}

.compareImage .verse {
    position: absolute;
    left: 50%;
    width: 145px;
    bottom: 60px;
    transform: translateX(-50%) rotate(354deg);
}

.sameBrand {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 52px 0px 0px;
}

.sameBrand img {
    display: block;
    width: 100%;
    margin: 0px 28px;
}

.sameBrand .mainlogo {
    width: 200px;
    height: auto;
}

.sameBrand .equal {
    width: 90px;
    height: auto;
}

.sameBrand .mlogo {
    width: 200px;
    height: auto;
}

.TQM {
    margin: -10px 0px 0px;
}

#KeyPlayer {
    background: url(../images/Vetical_Track_Orange_Right.png) #24033c no-repeat;
    background-position: center -355px;
    background-size: cover;
    padding: 100px 0px 100px;
}

.keyPlayerGroup {
    display: flex;
    justify-content: space-between;
    margin: 0px 0px 90px;
}

.keyPlayerGroup .list {
    width: 25%;
    text-align: center;
}

.keyPlayerGroup .list:nth-child(1) {
    margin-top: 70px;
}

.keyPlayerGroup .list:nth-child(2) {
    margin-top: 200px;
}

.keyPlayerGroup .list:nth-child(4) {
    margin-top: 300px;
}

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

.keyPlayerGroup .list .line {
    width: 4px;
    background: #35D0D7;
    height: 65px;
    margin: 0px auto 25px;
}

.keyPlayerGroup .list .text {
    font-weight: 500;
    color: white;
    font-size: 26px;
    line-height: 36px;
}

.keyPlayerGroup .list .text b {
    font-weight: 800 !important;
}

.key_player_line {
    width: 195px;
    margin-top: -2px;
}

.Enjoy_3M_Quality {width: 310px;}

#Workmanship {
    background: #48197e;
    padding: 100px 0px 100px;
}

.workmanShip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    margin: 60px 0px 80px;
}

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

#LocationContact {
    background: #00829A;
    padding: 100px 0px 30px;
}

/* 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;
}

.LocationMap {}

.LocationMap iframe {
    height: 500px;
}

.addressGoogle {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: white;
    margin-top: 30px;
}

.MapsDual {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70px 0px 0px;
}

.MapsDual .list {
    margin: 0px 15px;
}

.MapsDual .list a {
    display: flex;
    background: white;
    padding: 5px 12px 9px;
    width: 200px;
    border-radius: 45px;
    justify-content: flex-start;
    align-items: center;
}

.MapsDual .list a img {
    display: block;
    width: auto;
    height: 50px;
    margin: 0px;
}

.MapsDual .list a.google img {
    margin-top: -23px;
}

.MapsDual .list a.waze img {
    margin-top: -23px;
    margin-right: -14px;
}

.MapsDual .list a .text {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: black;
    width: 115px;
    text-align: center;
}

.businessHours {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: white;
    margin-top: 60px;
}

.mfp-title {
    line-height: 22px;
    color: #f3f3f3;
    padding-right: 0px;
    text-align: center;
}