.dflex-col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.dflex-jsti-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ukhome-section-one {
    align-items: center;
    width: 100%;
}

.ukhome-section-one small {
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    margin: 10px 0;
}

.ukhome-section-one h1 {
    font-weight: 600;
    font-size: 50px;
    line-height: 52.5px;
    text-align: center;
    color: var(--dark-color);
    margin: 0 0 20px 0;
}

.ukhome-section-one h2 {
    font-weight: 400;
    font-size: 23px;
    line-height: 34.5px;
    text-align: center;
    color: #6A6A6A;
    max-width: 689px;
}

.uk-banner-map-container {
    background-image: url(../images/uk-landing-page/map.svg);
    background-repeat: no-repeat;
    background-position: center center;
    align-items: center;
    margin: 0 0 100px 0;
    position: relative;
    width: 100%;
}

.uk-banner-map-container .uk-service-block {
    max-width: 965px;
    margin: 0 auto;
    width: 100%;
}

.uk-banner-map-container .uk-service-block .uk-service-item {
    border-radius: 34.29px;
    box-shadow: 0px 0px 5.56px 0px #00000038;
    margin: 0 15px 0px 15px;
    width: calc(33.333% - 30px);
    text-align: center;
    padding: 22px 15px;
    background-color: var(--white-color);
    align-items: center;
}

.uk-service-block .uk-service-item h3 {
    font-weight: 600;
    font-size: 23px;
    line-height: 24.09px;
    text-align: center;
    color: var(--dark-color);
    margin: 0 0 10px 0;
}

.uk-service-block .uk-service-item a {
    font-weight: 300;
    font-size: 16px;
    line-height: 24.09px;
    text-decoration: underline;
    display: inline-block;
    max-width: 100px;
    color: #848484;
}

.uk-service-block .uk-service-item a:hover {
    color: var(--primary-color);
}

.uk-acc-img {
    margin: 0 0 50px 0;
}

.uk-banner-map-container:after {
    content: "";
    width: 82.33%;
    height: 1px;
    background-color: #B1B1B1;
    position: absolute;
    bottom: -50px;
}

.uk-block-title {
    font-weight: 600;
    font-size: 35px;
    line-height: 52.5px;
    text-align: center;
    color: var(--dark-color);
    margin: 0 0 10px 0;
}

.uk-semi-title {
    font-weight: 400;
    font-size: 23px;
    line-height: 34.5px;
    text-align: center;
    color: #6A6A6A;
}

.uk-block-title span {
    color: var(--primary-color);
}

.uk-tv-block-image {
    max-width: 850px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.uk-tv-block-image .uk-keyforms {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    width: 448px;
    top: calc(50% - 114px);
}

.uk-tv-block-image .uk-keyforms li {
    box-shadow: 0px 0.82px 9.88px 0px #00000030;
    background-color: var(--white-color);
    border-radius: 14px;
    width: 100%;
    padding: 10px 30px;
    margin: 0 0 10px 0;
}

.uk-keyforms li strong {
    font-weight: 600;
    font-size: 16.69px;
    line-height: 14.82px;
    position: relative;
    display: block;
    margin: 0 0 5px 0;
}

.uk-keyforms li p {
    font-weight: 400;
    font-size: 17.83px;
    line-height: 21px;
    text-align: justify;
    color: #808080;
    margin: 0;
}

.uk-keyforms li strong:before {
    content: "";
    border-radius: 3.29px;
    background-color: var(--primary-color);
    position: absolute;
    width: 3.29px;
    height: 9.6px;
    left: -11px;
    top: 2px;
}

.uk-tv-block-image .uk-keyforms li:last-child {
    margin: 0;
}

.ukhome-section-two {
    margin: 0 0 70px 0;
    width: 100%;
}

.ukhome-section-three {
    margin: 0 0 100px 0;
}

.uk-warrnty-block {
    display: flex;
    flex-wrap: wrap;
    max-width: 873px;
    margin: 20px auto 0;
    width: 100%;
    justify-content: space-between;
    align-items: end;
}

.uk-warrnty-block .uk-content-box {
    max-width: 245px;
    padding-bottom: 15px;
    position: relative;
}

.uk-warrnty-block .uk-content-box p {
    font-weight: 400;
    font-size: 23px;
    line-height: 33px;
    margin: 0;
    color: #6A6A6A;
}

.uk-warrnty-block .uk-content-box p strong {
    font-weight: 600;
}

.uk-warrnty-block .uk-content-box:before {
    content: "";
    background-image: url(../images/uk-landing-page/lifetime-arrow-vactor.svg);
    position: absolute;
    width: 62px;
    height: 110px;
    background-repeat: no-repeat;
    bottom: calc(100% - -30px);
    left: -30px;
}

.uk-block-btn {
    text-align: center;
    padding: 20px 0 0 0;
}

.uk-block-btn .btn-primary {
    font-weight: 700;
    font-size: 19px;
    line-height: 20px;
    text-align: center;
    box-shadow: 0px 0px 6.03px 0px #0000001F;
    padding: 15px 30px;
    border-radius: 40px;
    min-width: 338px;
    display: inline-block;
}

.uk-block-btn .btn-primary:hover {
    color: var(--white-color);
}

.ukhome-section-four  .uk-warrnty-block {
    align-items: flex-start;
}

.ukhome-section-four .uk-warrnty-block .uk-content-box {
    max-width: 280px;
}

.ukhome-section-four .uk-warrnty-block .uk-content-box:before {
    display: none;
}

.ukhome-section-four .uk-warrnty-block .uk-content-box:after {
    content: "";
    background-image: url(../images/uk-landing-page/next-day-arrow-vactor.svg);
    position: absolute;
    width: 125px;
    height: 105px;
    background-repeat: no-repeat;
    bottom: -90%;
    left: 60px;
}

.svan-block {
    position: relative;
}

.svan-block img {
    position: relative;
    z-index: 1;
}

.svan-block:after {
    content: "";
    background-image: url(../images/uk-landing-page/circle-bg.svg);
    position: absolute;
    width: 277px;
    height: 282px;
    top: 11px;
    right: -30px;
}

.svan-block .svan-ship-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    z-index: 1;
    right: 30px;
    bottom: -10px;
}

.svan-ship-icon span {
    background-color: #F6F6F6;
    min-width: 111px;
    text-align: center;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    border-radius: 10px;
}

.svan-ship-icon span + span {
    margin-left: 10px;
}

.uk-hussule-block {
    text-align: center;
    padding: 60px 0 0 0;
    max-width: 680px;
    margin: 0 auto;
    width: 100%;
}

.uk-hussule-block h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: var(--dark-color);
    margin: 0 0 15px 0;
}

.uk-hussule-block>p {
    font-weight: 400;
    font-size: 23px;
    text-align: center;
    color: #6A6A6A;
    line-height: 35px;
    margin: 0 0 5px 0;
}

.ukhome-section-five {
    padding: 50px 0;
}

.uk-banner-blockbg {
    width: 100%;
    max-width: 1080px;
    text-align: center;
    margin: 100px auto 20px;
    background: #FFF6F6;
    padding: 24px 20px;
    border-radius: 40px;
    position: relative;
}

.uk-banner-blockbg .uk-banner-box {
    max-width: 482px;
    margin: 0 auto;
}

.uk-banner-blockbg h5 {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 31px;
    text-align: center;
    line-height: 45px;
}

.uk-banner-blockbg:before {
    content: "";
    background-image: url(../images/uk-landing-page/uk-vactor-banner-left.png);
    width: 300px;
    height: 221px;
    position: absolute;
    left: -35px;
    top: -60px;
    mix-blend-mode: darken;
}

.uk-banner-blockbg:after {
    content: "";
    background-image: url(../images/uk-landing-page/uk-vactor-banner-right.png);
    width: 231px;
    height: 220px;
    position: absolute;
    right: 20px;
    top: -3px;
}

.ukhome-section-six {
    max-width: 855px;
    margin: 0 auto;
    width: 100%;
    justify-content: flex-start;
    padding: 50px 0 100px 0;
}

.ukhome-section-six .uk-social-content {
    width: 55%;
}

.uk-social-image h4 {
    display: none;
}

.ukhome-section-six .uk-social-content h4, .uk-social-image h4 {
    font-weight: 400;
    font-size: 35px;
    line-height: 52.5px;
    text-align: center;
    color: var(--dark-color);
    margin: 0 0 10px 0;
}

.ukhome-section-six .uk-social-content h4 span, .uk-social-image h4 span {
    font-weight: 600;
}

.social-icon-line {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #F7F7F7;
    margin: 0 0 15px 0;
    border-radius: 18px;
    padding: 22px 10px;
}

.social-icon-line a {
    width: 50%;
    display: flex;
    align-items: center;
    color: #6A6A6A;
    font-weight: 500;
    font-size: 20px;
    justify-content: center;
}

.social-icon-line a + a {
    border-left: 1px solid #CFCFCF;
}

.social-icon-line a img {
    margin-right: 15px;
}

.social-message-block {
    max-width: 160px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-right: 20px;
}

.social-icon-line:last-child {
    margin-bottom: 0;
}

.social-message-block span {
    font-size: 10px;
    font-weight: 300;
    width: 70px;
    display: block;
    line-height: 11px;
    margin: 0 0 10px 0;
    color: #6A6A6A;
    position: relative;
}

.social-message-block span:before {
    content: "";
    background-image: url(../images/uk-landing-page/scanarrow.svg);
    width: 24px;
    height: 20px;
    position: absolute;
    top: -120%;
}

.social-qr-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ukhome-section-six  .uk-social-image {
    width: 45%;
    text-align: center;
    position: relative;
}

.ukhome-section-six .uk-social-image img {
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.ukhome-section-six .uk-social-image:after {
    content: "";
    background-image: url(../images/uk-landing-page/messanger-icon.svg);
    width: 174px;
    height: 175px;
    position: absolute;
    right: -30px;
    top: 30%;
}

.ukhome-section-seven {
    max-width: 857px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 50px;
}

.ukhome-section-seven .uk-contact-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
}

.ukhome-section-seven .uk-contact-info .uk-contact-col {
    background-color: #F7F7F7;
    width: calc(33.333% - 12px);
    margin: 0 6px;
    border-radius: 26px;
    padding: 10px 20px;
    min-height: 185px;
}

.uk-contact-info .uk-contact-col>strong {
    font-weight: 600;
    font-size: 17.57px;
    line-height: 35.13px;
    display: block;
    color: var(--primary-color);
    background-image: url(../images/uk-landing-page/contact-sprites.svg);
    background-repeat: no-repeat;
    padding-left: 30px;
}

.uk-contact-info .uk-contact-col .umail-icon {
    background-position: 0 9px;
}

.uk-contact-info .uk-contact-col .uaddr-icon {
    background-position: 4px -43px;
}

.uk-contact-info .uk-contact-col .uoffic-icon {
    background-position: 0 -97px;
}

.uk-contact-info .uk-contact-col .ucust-icon {
    background-position: 0 -150px;
}

.uk-contact-info .uk-contact-col .uchat-icon {
    background-position: 0 -199px;
}

.uk-contact-info .uk-contact-col>span {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    display: block;
    color: #6A6A6A;
    margin: 0 0 15px 0;
}

.uk-contact-info .uk-contact-col>span>strong {
    font-weight: 500;
}

.ukhome-section-seven .uk-contact-info .uk-contact-col address {
    font-weight: 400;
    font-size: 15px;
    color: #6A6A6A;
}

.xs-show {
    display: none;
}

.xs-hide {
    display: block;
}

@media screen and (max-width: 1024px) {

    .ukhome-section-one h1 {
        margin: 0 0 10px 0;
    }

    .uk-banner-blockbg:before {
        background-image: url(../images/uk-landing-page/repsonsive-bg.png);
        width: 88px;
        height: 170px;
        left: 0;
        top: 0;
    }

    .uk-banner-blockbg:after {
        background-image: url(../images/uk-landing-page/repsonsive-bg2.png);
        width: 90px;
        height: 167px;
        right: 0;
    }

}

@media screen and (max-width: 980px) {

    .ukhome-section-six {
        flex-direction: column-reverse;
        align-items: center;
        padding: 25px 0 50px 0;
    }

    .ukhome-section-six .uk-social-content h4 {
        display: none;
    }

    .uk-social-image h4 {
        display: block;
    }

    .ukhome-section-six .uk-social-image:after {
        right: -40px;
        top: 50%;
    }

    .ukhome-section-five {
        padding: 25px 0;
    }

    .ukhome-section-three {
        margin: 0 0 50px 0;
    }

    .ukhome-section-two {
        margin: 0 0 35px 0;
    }

    .uk-banner-map-container {
        margin: 0 0 50px 0;
    }

    .uk-banner-map-container:after {
        bottom: -30px;
    }

    .uk-banner-map-container .uk-service-block .uk-service-item {
        justify-content: center;
    }

    .uk-warrnty-block {
        align-items: center;
        flex-direction: column;
    }

    .ukhome-section-four .uk-warrnty-block .uk-content-box:after,
    .uk-warrnty-block .uk-content-box:before {
        display: none;
    }

    .uk-warrnty-block .uk-content-box,
    .ukhome-section-four .uk-warrnty-block .uk-content-box {
        max-width: 100%;
    }

    .ukhome-section-four .uk-warrnty-block {
        align-items: center;
    }

    .uk-warrnty-block .uk-content-box p {
        text-align: center;
    }

    .ukhome-section-seven .uk-contact-info {
        width: 100%;
        margin-top: 25px;
        flex-direction: column;
        align-items: center;
    }

    .ukhome-section-seven .uk-contact-info .uk-contact-col {
        width: 100%;
        margin: 0 0 15px 0;
    }

}

@media screen and (max-width: 640px) {

    .cms-page-view .main {
        padding: 0;
    }

    .ukhome-section-one small {
        font-size: 16px;
    }

    .ukhome-section-one h1, .uk-block-title, .ukhome-section-six .uk-social-content h4, .uk-social-image h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .ukhome-section-one h2, .uk-hussule-block>p, .uk-semi-title,.uk-warrnty-block .uk-content-box p {
        font-size: 13px;
        line-height: 20px;
    }

    .uk-service-block .uk-service-item h3, .uk-hussule-block h4 {
        font-size: 20px;
        line-height: 22.09px;
    }

    .uk-banner-blockbg h5 {
        font-size: 22px;
        line-height: 30px;
    }

    .social-icon-line a {
        font-size: 15px;
    }

    .uk-contact-info .uk-contact-col>strong {
        font-size: 15px;
    }

    .uk-contact-info .uk-contact-col>span {
        font-size: 14px;
    }

    .uk-block-btn .btn-primary {
        min-width: 221px;
        font-weight: 600;
        font-size: 15px;
        padding: 9px;
    }

    .uk-tv-block-image .uk-keyforms {
        width: 192px;
        top: calc(50% - 64px);
    }

    .uk-tv-block-image .uk-keyforms li {
        padding: 5px 12px;
        margin: 0 0 5px 0;
        border-radius: 5px;
    }

    .uk-keyforms li strong {
        font-size: 8px;
        line-height: 14.82px;
        margin: 0;
    }

    .uk-keyforms li p {
        font-size: 8px;
        line-height: 10px;
    }

    .uk-keyforms li strong:before {
        width: 2.29px;
        height: 6.6px;
        left: -6px;
        top: 2px;
    }

    .ukhome-section-one {
        padding-top: 25px;
    }

    .uk-banner-map-container {
        background-position: center 40px;
        padding: 0 15px;
    }

    .ukhome-section-two, .ukhome-section-three, .ukhome-section-four {
        padding: 0 15px;
        overflow: hidden;
    }

    .ukhome-section-five {
        padding: 25px 15px;
        overflow: hidden;
    }

    .uk-banner-blockbg {
        margin: 50px auto 20px;
    }

    .uk-banner-blockbg .uk-banner-box {
        max-width: 222px;
    }

    .uk-banner-map-container .uk-service-block .uk-service-item {
        margin: 0 15px 20px 15px;
        width: 100%;
    }

    .uk-banner-map-container .uk-service-block .uk-service-item:last-child {
        margin-bottom: 0;
    }

    .uk-banner-blockbg:before {
        left: -15px;
    }

    .uk-banner-blockbg:after {
        right: -15px;
    }

    .uk-banner-map-container:after {
        width: 92.33%;
    }

    .svan-block .svan-ship-icon {
        justify-content: center;
        align-items: center;
        z-index: 1;
        right: inherit;
        bottom: inherit;
        position: relative;
    }

    .svan-block:after {
        width: 257px;
        height: 262px;
        right: -50px;
        background-size: 100%;
        transform: rotate(-45deg);
    }

    .uk-hussule-block {
        padding: 30px 0 0 0;
    }

    .ukhome-section-six .uk-social-image {
        width: 100%;
    }

    .ukhome-section-six {
        padding: 25px 15px 50px 15px;
    }

    .ukhome-section-six .uk-social-image:after {
        display: none;
    }

    .ukhome-section-six .uk-social-content {
        width: 100%;
    }

    .ukhome-section-seven {
        padding: 0 15px;
    }

    .xs-show {
        display: block;
    }

    .xs-hide {
        display: none;
    }

    .social-icon-line a img {
        margin-right: 10px;
        max-width: 26px;
    }

    .social-icon-line {
        padding: 20px 0px;
    }

    .social-message-block img {
        max-width: 52px;
    }

}
