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

.color_brand {
    color: #1765e0
}

.color_second {
    color: #ffd600
}

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

.cursorPointer {
    cursor: pointer
}

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

#HeroSection {
    position: relative;
    overflow: hidden;
    background: url(../images/background-Hero.png);
    background-position: center 25%;
    background-size: cover;
}

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

.floatMove {
    position: relative;
    /* height: 477px; */
}

.floatCustomerOne {
    position: absolute;
    z-index: 4;
    bottom: 0%;
    right: 0%;
    transform: translate(14%, 75px);
}

.floatCustomerOne img {
    display: block;
    width: auto;
    height: 555px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.txt_uppercase {
    text-transform: uppercase
}

.txt_capitalize {
    text-transform: capitalize
}

.txt_white {
    color: #fff
}

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

    .m_txt_capitalize {
        text-transform: capitalize
    }
}

.elButton span {
    pointer-events: none
}

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

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

.elButton i {
    margin-right: 10px
}

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

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

    .elButton i {
        margin-right: 5px
    }

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

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

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

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

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

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

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

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

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

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

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

    .elBulletListNew li img {
        top: 1px
    }
}

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

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

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

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

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

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

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

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

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

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

.whatsAppButton {
    border-radius: 18px;
    background: linear-gradient(180deg, #1765e0 0%, #0b367a 100%);
    padding: 18px 50px 18px 40px;
    display: inline-flex;
    color: #eaeef6 !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: 36px;
    line-height: 44px;
    margin-right: 20px;
    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: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
}

.whatsAppButton .text .subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
    opacity: 0.8;
    display: none;
}

@media(max-width:500px) {
    .whatsAppButton {
        padding: 2.5% 8%;
        display: inline-flex;
        border-radius: 4vw;
    }

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

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

    .whatsAppButton i {
        font-size: 7.5vw;
        line-height: 12.23vw;
        margin-right: 12px;
    }

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

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

    .whatsAppButton .text .subtitle {
        font-size: 3.77vw;
        line-height: 5.77vw;
        display: none;
    }
}

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

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

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

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

.facebookCount {
    display: inline-flex;
    color: black;
    margin-top: 20px;
}

.facebookCount span {
    display: flex;
    margin-right: 5px;
    height: 18px;
}

.facebookCount span svg {
    width: 18px;
    height: 18px;
    margin: 0 1px
}

.facebookCount .number {
    font-weight: 500;
    line-height: 20px;
}

.facebookCount .text {
    line-height: 20px;
    margin-left: 8px;
}

.facebookCount .text a {
    text-decoration: underline;
}

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

.NumberProof {
    display: flex
}

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

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

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

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

@-webkit-keyframes blink-1 {

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

    25%,
    75% {
        opacity: 0
    }
}

@keyframes blink-1 {

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

    25%,
    75% {
        opacity: 0
    }
}

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

#SpecializeServices .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(13 81 191 / 60%);
    top: 0;
    left: 0;
    z-index: 0
}

.SpecialServices {
    display: flex;
    justify-content: space-between;
    padding: 65px 0 115px;
}

.SpecialServices .list {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    overflow: hidden;
    width: 32%;
}

.SpecialServices .list img {
    border-radius: 10px;
}

.SpecialServices .list h3.card-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    background-color: #ffd039;
    background-clip: border-box;
    width: 52%;
    margin: -25px auto 0px;
    justify-content: center;
}

.underline_step {
    filter: invert(77%) sepia(80%) saturate(431%) hue-rotate(344deg) brightness(99%) contrast(105%);
    height: 75px;
    margin-top: -39px;
    z-index: 0;
    position: relative;
    opacity: 0.9;
}

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

.CleaningSteps .list {
    position: relative;
    width: 42%;
    display: flex;
    flex-direction: column;
}

.CleaningSteps .list:nth-child(odd) {
    text-align: right;
}

.CleaningSteps .list .line {
    position: absolute;
    width: 2.5px;
    height: 66%;
    background: #93b6e8;
}

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

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

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

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

.CleaningSteps .list:nth-child(3) {
    margin-top: 7%;
}

.CleaningSteps .list:nth-child(4) {
    margin-bottom: -52%;
}

.CleaningSteps .list:nth-child(5) {
    margin-top: 9%;
}

.CleaningSteps .list .stepCircle {
    width: 50px;
    35px: 10vw;
    height: 50px;
    background: #ffd200;
    font-size: 25px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0857c7;
    font-weight: bold;
    right: -110px;
    top: 15px;
}

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

.CleaningSteps .list .stepCircle .number {}

.CleaningSteps .list .title {
    font-size: 29px;
    font-weight: 700;
    color: #ffd600;
}

.CleaningSteps .list .text {
    font-size: 21px;
    margin: 0px 0px 25px;
    color: white;
}

.CleaningSteps .list .image {}

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

.swiper_beforeAfter {
    padding: 0px 0px 50px !important;
    margin-top: -185px;
}

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

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

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

    .swiper_beforeAfter,
    .swiper_beforeAfter .swiper-slide img {
        height: 350px;
    }

    .swiper_beforeAfter {
        height: 400px;
    }
}

@media(max-width:500px) {

    .swiper_beforeAfter,
    .swiper_beforeAfter .swiper-slide img {
        height: 200px;
    }

    .swiper_beforeAfter {
        height: 250px;
        margin-top: -32%;
    }
}

.swiper_beforeAfter .swiper-pagination-bullet {
    background-color: #DADADA !important;
    opacity: 1 !important;
}

.swiper_beforeAfter .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #006066 !important;
}

#CleanRemove {
    position: relative;
    padding: 0px 0px 250px;
    background: url('../images/bg_StainColor.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

#CleanRemove .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #fffffff2, transparent);
    top: 0;
    left: 0;
    z-index: 0;
}

img.underline_surface {
    filter: invert(72%) sepia(36%) saturate(360%) hue-rotate(2deg) brightness(96%) contrast(93%);
    height: 48px;
    margin-top: -31px;
    z-index: 0;
    position: relative;
}

.SurfaceType {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 55px;
    margin: 60px auto 0px;
    row-gap: 20px;
    border-radius: 25px;
}

.SurfaceType .list {
    width: 100%;
    text-align: center;
}

.SurfaceType .list .image {
    /* border: 7px solid #dabc66; */
    padding: 10px;
    background: linear-gradient(20deg, #e1a32e, #FDE08D, #DF9F28);
    border-radius: 50%;
    /* overflow: hidden; */
}

.SurfaceType .list .image img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.SurfaceType .list .text {
    font-size: 23px;
    font-weight: 600;
    padding: 16px 0px;
}

img.underline_stain {
    filter: invert(72%) sepia(36%) saturate(360%) hue-rotate(2deg) brightness(96%) contrast(93%);
    height: 45px;
    margin-top: -32px;
    z-index: 0;
    position: relative;
}

.StainType {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
    width: 100%;
    margin: 60px auto 0px;
    row-gap: 20px;
}

.StainType .list {
    width: 100%;
    text-align: center;
}

.StainType .list .image {
    border: 7px solid #ffffff;
    border-radius: 22px;
    box-shadow: 0px 0px 20px 2px #00000026;
}

.StainType .list .image img {
    display: block;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.StainType .list .text {
    font-size: 23px;
    font-weight: 600;
    padding: 16px 0px;
}

.swiper_HomeClean {
    padding: 0px 0px 50px !important;
    margin-top: -180px;
}

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

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

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

    .swiper_HomeClean,
    .swiper_HomeClean .swiper-slide img {
        height: 350px;
    }

    .swiper_HomeClean {
        height: 400px;
    }
}

@media(max-width:500px) {

    .swiper_HomeClean,
    .swiper_HomeClean .swiper-slide img {
        height: 200px;
    }

    .swiper_HomeClean {
        height: 250px;
        margin-top: -30%;
    }
}

.swiper_HomeClean .swiper-pagination-bullet {
    background-color: #DADADA !important;
    opacity: 1 !important;
}

.swiper_HomeClean .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #006066 !important;
}

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

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

.CompareTable {
    display: flex;
    justify-content: space-around;
    padding: 0;
    width: 80%;
    margin: 0px auto;
}

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

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

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

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

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

.CompareTable .Card .head .image img {
    width: 65%;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

    .CompareTable {
        flex-direction: column;
        padding: 10% 0 0;
    }

    .CompareTable .Card {
        width: 100%;
        padding: 5vw 6vw;
    }

    .CompareTable .Card.left {
        margin: 0px 0px 13%;
    }

    .CompareTable .Card .head {}

    .CompareTable .Card .head .image img {
        height: auto;
        width: 100%;
        margin-bottom: 6vw;
    }

    .CompareTable .Card .head .image {}

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

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

    .CompareTable .Card .list {
        font-size: 5vw;
        line-height: 7vw;
        padding: 0px 0px 0px 10vw;
        height: auto
    }

    .CompareTable .Card .list span {
        left: 1vw;
    }

    .CompareTable .Card .list span.wrong,
    .CompareTable .Card .list span.check {
        width: 6.114vw;
        height: 6.114vw;
        top: 0.4vw;
    }

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

#FavouriteSpecialist {
    padding: 0px 0px 90px;
    background: linear-gradient(180deg, rgb(255 255 255), rgb(245 249 255));
}

#FavouriteSpecialist .MoveUp {
    margin-top: -250px;
}

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

.TeamList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.TeamList .list {
    width: 18%;
    margin: 0% 1% 5%;
    background: white;
    padding: 6px;
    border-radius: 250px 250px;
    box-shadow: 0px 0px 9px 1px #8290bc29;
}

.TeamList .list img {
    display: block;
    width: 100%;
    border-radius: 250px 250px;
}

.TeamList .list {
    position: relative;
}

.TeamList .list .name {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 18%);
    display: block;
    width: 65%;
    text-align: center;
    background: #1765e0;
    color: white;
    border-radius: 30px;
    padding: 10px 0px;
    font-weight: 700;
    text-transform: uppercase;
}

#WhatYouExpect {
    padding: 90px 0px 0px;
}

.DeepCleanServices {
    display: flex;
    justify-content: space-between;
    padding: 85px 0px 0px;
}

.DeepCleanServices .list {
    width: 31.33%;
}

.DeepCleanServices .list .type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 30px;
    z-index: 1;
    position: relative;
    height: 75px;
}

.DeepCleanServices .list .type img {
    display: block;
    width: auto;
    height: 95px;
    /* margin: 0px; */
    margin-right: 25px;
}

.DeepCleanServices .list:nth-child(1) .type img {
    height: 75px;
}

.DeepCleanServices .list:nth-child(2) .type img {}

.DeepCleanServices .list:nth-child(3) .type img {
    height: 108px;
}

.DeepCleanServices .list .type .title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: .52em 1em;
    width: 265px;
    border-radius: 6px;
    background: linear-gradient(340deg, rgb(222 231 247), rgb(241 246 255));
    box-sizing: border-box;
    cursor: pointer;
    color: #3f3f3f;
    text-align: center;
}

.DeepCleanServices .list .image {}

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

.DeepCleaning {
    padding: 0px 0px 0px;
    margin: 90px 0px 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px;
    width: 100%;
    background: #313131;
}

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

@media(min-width:1300px) {
    .DeepCleaning {
        grid-template-columns: repeat(4, 1fr);
        \: 90px 0px 0px;
    }
}

@media(min-width:1900px) {
    .DeepCleaning {
        grid-template-columns: repeat(6, 1fr);
    }
}

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

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

#ThreeSimpleSteps {
    background: #f0f6ff;
    padding: 0 0 338px;
}

.lineSteps {
    padding: 35px 0 0
}

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

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

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

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

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

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

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

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

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

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

.GroupBrand {
    padding: 50px 0px 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 35px;
    width: 90%;
    margin: 0px auto;
}

@media(min-width:1300px) {
    .GroupBrand {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(min-width:1900px) {
    .GroupBrand {
        grid-template-columns: repeat(6, 1fr);
    }
}

#footer {
    padding: 20px 0;
}

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

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

@media(max-width: 500px) {
    #footer {
        padding: 2% 0;
    }

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

    #footer .footText img {
        height: 8vw;
        margin: 0
    }
}