html {
    scroll-behavior: smooth
}

body {
    background: rgba(83, 162, 220, 1);
    position: relative;
    min-height: 100vh
}

.xlp {
    position: relative;
    z-index: 1
}

.xlp .background-image {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.xlp img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none
}

.xlp h3 {
    font-size: 30px
}

.xlp h4,
.xlp h5,
.xlp h6 {
    font-size: 23px
}

.xlp .link {
    color: #000;
    text-decoration: none
}

.xlp .nobr {
    white-space: nowrap
}

.xlp section {
    padding: 0;
    margin: 0;
    overflow-y: overlay
}

.xlp header {
    padding: 30px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.xlp header .branding {
    max-height: 40px
}

.xlp main {
    background: transparent url(../img/background-icons.png) no-repeat top center;
    position: relative;
    min-height: 100vh
}

.xlp main .start {
    color: #fff;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.xlp main .faq {
    background: #fff;
    padding: 25px;
    border-radius: 15px
}

.xlp .accordion a {
    position: relative;
    width: 100%;
    padding-right: 30px;
    display: flex;
    font-size: 18px;
    font-weight: 300;
    transition: all .3s ease-in-out
}

.xlp .accordion a::after {
    transition: all .3s ease-in-out
}

.xlp .accordion a:hover,
.xlp .accordion a:hover::after {
    cursor: pointer;
    color: #0082fa;
    transition: all .3s ease-in-out
}

.xlp .accordion a.active {
    color: #0082fa
}

.xlp .accordion a.parent::after {
    font-family: Ionicons;
    content: '\f218';
    position: absolute;
    right: 0;
    font-size: 1rem;
    color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px
}

.xlp .accordion a.parent.active::after {
    font-family: Ionicons;
    content: '\f12a';
    color: #000
}

.xlp .accordion .accordion-item {
    border: 1px solid #e8e8e8;
    background: #fff;
    color: #000;
    border-radius: 25px;
    margin: 15px 0;
    padding: 15px 25px
}

.xlp .accordion .content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    clear: both;
    -webkit-transition: all .2s ease .15s;
    -o-transition: all .2s ease .15s;
    transition: all .2s ease .15s;
    color: #000;
    font-size: 15px
}

.xlp .accordion .content.active {
    padding: 10px 0;
    opacity: 1;
    max-height: 100%;
    -webkit-transition: all .35s ease .15s;
    -o-transition: all .35s ease .15s;
    transition: all .35s ease .15s;
    font-size: 15px
}

.xlp .accordion .content a {
    font-weight: 700;
    color: #000;
    font-size: 15px
}

.xlp main .list .heading {
    color: #fff
}

.xlp main .list .single-product {
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden
}

.xlp main .list .single-product .background {
    transition: all .3s ease-in-out
}

.xlp main .list .single-product:hover .background {
    transform: scale(1.02)
}

.xlp main .list .single-product .details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.xlp main .list .single-product .details .vendor-logo {
    max-height: 55px;
    max-width: 130px;
    object-fit: contain
}

.xlp footer {
    position: relative;
    z-index: 2
}

.xlp footer p {
    color: #000
}

.xlp footer .link {
    font-weight: 600
}

.xlp .accordion .accordion-item:first-child .parent:after {
    display: none
}

.xlp .accordion .accordion-item:first-child .parent {
    pointer-events: none
}

@media (max-width:1368px) {
    .xlp main .list .single-product .details .vendor-logo {
        max-height: 45px;
        max-width: 100px;
        object-fit: contain
    }
}

@media (max-width:991px) {
    .xlp .faq .step-icon {
        display: none
    }
}

@media (min-height:768px) {
    .xlp main .start {
        min-height: 520px
    }
}

@media (max-height:768px) {
    .xlp main .start {
        min-height: 300px
    }
}

@media (max-width:768px) {
    .xlp main .list .single-product .details .vendor-logo {
        display: none
    }
}

@media (max-width:560px) {
    .xlp main .list .single-product .cat-title {
        font-size: 15px!important
    }
    .xlp main .list .single-product .btn {
        font-size: 13px!important
    }
}