*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    position: relative;
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: initial;
}

.navigation {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: initial;
    -webkit-box-align: initial;
    -webkit-align-items: initial;
    align-items: initial;
    width: 100%;
    padding: 0;
    position: relative;
    line-height: initial;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .navigation {
        height: auto;
    }
}
.navigation *,
.navigation *:before,
.navigation *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}
.navigation.sticky-top {
    top: 0;
    will-change: opacity;
    /* box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 5%); */
    z-index: 999;
    background: #f8fafc;
}
.navigation > .container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: inherit;
}
.navigation-header {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media (min-width: 992px) {
    .navigation-header {
        display: none;
    }
}
.navigation-logo {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.navigation-logo a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.navigation-logo a img {
    height: auto;
    display: block;
}
@media (min-width: 992px) {
    .navigation-logo a img {
        height: auto;
    }
}
.navigation-header .navigation-logo {
    padding: 0 1rem;
    max-width: 50%;
}
.navigation-logo.navigation-item a img {
    width: auto;
    height: auto;
}
.navigation-button-toggler {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.navigation-body {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f5f7fa;
    z-index: 20000;
    color: inherit;
    -webkit-transition: left 0.8s cubic-bezier(0.1, 0.1, 0.1, 0.1),
        right 0.8s cubic-bezier(0.1, 0.1, 0.1, 0.1);
    -o-transition: left 0.8s cubic-bezier(0.1, 0.1, 0.1, 0.1),
        right 0.8s cubic-bezier(0.1, 0.1, 0.1, 0.1);
    transition: left 0.8s cubic-bezier(0.1, 0.1, 0.1, 0.1),
        right 0.8s cubic-bezier(0.1, 0.1, 0.1, 0.1);
}
@media (min-width: 500px) {
    .navigation-body {
        width: 320px;
    }
}
@media (min-width: 992px) {
    .navigation-body {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        position: relative;
        left: auto;
        overflow: visible;
        z-index: auto;
        background-color: transparent;
        -webkit-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
    }
}

@media (min-width: 992px) {
    .navigation-centered .navigation-body {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .navigation-justified .navigation-body {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .navigation-logo-top .navigation-body {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}

.navigation-body-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #fff;
    padding: 16px;
    border-bottom: solid 1px #e0e4eb;
}
@media (min-width: 992px) {
    .navigation-body-header {
        border: none;
        padding: 26px 0;
        background: transparent;
    }
    .navigation-centered .navigation-body-header {
        padding: 0;
    }
    .navigation-logo-top .navigation-body-header {
        padding-top: 20px;
    }
}
.navigation-body-section {
    width: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 16px;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}
@media (min-width: 992px) {
    .navigation-body-section {
        width: auto;
        display: inline-block;
        padding: 16px 0;
    }
}
.navigation-body-section + .navigation-body-section {
    padding-top: 0;
}
@media (min-width: 992px) {
    .navigation-body-section + .navigation-body-section {
        padding-top: 16px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}
.sm-plu-button {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    padding: 6px 26px !important;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    outline: none;
    border: 2px solid;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 10px;
    min-width: 150px;
    /* min-height: 40px;*/
}
.button-sm-transparent {
    background: #6567c3;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid #6567c3 !important;
    padding: 4px 12px !important;
    top: 9px;
}
.button-sm-yellow {
    background: #ffc855;
    color: #000000;
    border: 1px solid #ffc855 !important;
    font-weight: 500 !important;
    padding: 12px 12px !important;
}
.p-80 {
    padding: 80px;
}
.button-sm-yellow-bg {
    background: #ffc855;
    color: #ffffff;
    border: 1px solid #ffc855 !important;
    font-weight: 500 !important;
    padding: 14px 53px !important;
    font-size: 23px;
}
.button-sm-yellow-bg:hover {
    background: #ffc855;
    color: #fff;
    text-decoration: none;
}
.button-sm-white {
    background: #f8fafc;
    color: #252d6a;
    border: 1px solid #252d6a !important;
    font-weight: 500 !important;
    padding: 12px 12px !important;
    margin-right: 30px;
}
.button-sm-white:hover {
    background: #f8fafc;
    color: #252d6a;
    text-decoration: none;
}
.button-sm-yellow:hover {
    background: #ffc855;
    color: #000000;
    text-decoration: none;
}
.btn-sub-text {
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}
.button-sm-transparent:hover {
    background: #6567c3;
    color: #fff;
    text-decoration: none;
}

/* main head section */

.h-sp-pa-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.h-sp-pa-container-vertical > .h-sp-pa-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.h-sp-pa-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.h-sp-pa-container-android .h-sp-pa-slide,
.h-sp-pa-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.h-sp-pa-container-multirow > .h-sp-pa-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.h-sp-pa-container-multirow-column > .h-sp-pa-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.h-sp-pa-container-free-mode > .h-sp-pa-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.h-sp-pa-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.h-sp-pa-slide {
    height: auto;
}

.sm-plu-main-slider .h-sp-pa-btn-prev {
    left: 5%;
}

.sm-plu-main-slider .h-sp-pa-btn-next {
    right: 5%;
}

.sm-plu-main-slider .slider-content + .slider-thumb {
    margin-top: -190px;
}

.sm-plu-main-slider .h-sp-pa-slide {
    padding: 60px 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
}

.sm-plu-main-slider .slider-content-text {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 30px;
}

.main-slider-slides {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
.main-slider-slides .slides-item {
    padding: 40px;
    width: 100%;
    min-width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-slider-slides .slides-item .slides-item-icon {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider-content-title {
    font-size: 49px;
    color: #000;
    line-height: 65px;
    font-weight: bold;
}
.sub-p {
    font-size: 22px;
    line-height: 30px;
    color: #000;
    margin: 20px 0px;
}
.bg-grey-theme {
    background-color: #f8fafc;
}
.universal-btn-wrapper {
    padding: 0;
    margin: 50px 0px;
}
.purpal-btn {
    background: #252d6a;
    color: #fff;
    border-color: #252d6a;
    width: 290px;
    height: 77px;
}
.main-cta-text {
    font-size: 31px;
}
.slider-svg-style {
    margin-top: -80px;
    margin-left: 140px;
    width: 100%;
}
.slider-svg-style svg {
    width: 90%;
}
.slide-right-p {
    font-size: 27px;
    color: #252d6a;
    margin: 0;
}
.slide-right-h3 {
    font-size: 37px;
    color: #252d6a;
    font-weight: bold;
}
.slide-right-p-1 {
    font-size: 21px;
    color: #252d6a;
    margin-left: -95px;
    margin-top: 30px;
}
.heade-right-panel {
    display: flex;
    margin-top: -331px;
    margin-left: 160px;
}
.icon-box {
    margin-right: 30px;
    margin-left: 40px;
}
.align-center,
.aligncenter {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}
.main-img-slider {
    margin-top: -450px;
    z-index: 99999;
    position: relative;
    margin-left: 0px;
    max-width: 670px;
}
.main-img-slider-1 {
    margin-top: 0px;
    z-index: 99999;
    position: relative;
    margin-left: 0px;
    max-width: 670px;
}
.mt-10 {
    margin-top: -120px !important;
    z-index: 99999;
    position: relative;
}

.info-box-thumb img {
    width: 100%;
    height: 100%;
    max-width: 100px;
    object-fit: contain;
}
#our-retailers {
    background: #efefef;
    padding: 90px 50px 120px 50px;
}

.sm-plu-info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #ffebe3;
    padding: 20px;

    /* border: 1px solid rgba(0, 0, 0, 0.125); */
}
.perk-panel .sm-plu-info-box {
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 13%);
}

.info-box-thumb {
    margin-right: 30px;
    width: 150px;
    /* min-width: 70px; */
}

.info-box-content > * {
    margin-bottom: 15px;
}
.info-box-content > *:last-child {
    margin-bottom: 0;
}
.link-with-icon {
    color: #6d6fd5;
}
.link-with-icon:hover {
    color: #6d6fd5;
}
.info-box-text {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #495057;
    line-height: 25px;
}

.info-box-title {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*------------- #INFO-BOXES STYLE BG --------------*/
.info-box--style-bg {
    padding: 20px;
    background-color: var(--grey-themes);
    border-radius: 5px;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.info-box--style-bg .info-box-thumb {
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f8fafc;
}

/*------------- #INFO-BOXES COLUMN-CENTERED --------------*/
/* .info-box--column-centered { */
/* -webkit-box-orient: vertical; */
/* -webkit-box-direction: normal; */
/* -webkit-flex-direction: column; */
/* -ms-flex-direction: column; */
/* flex-direction: column; */
/* text-align: center; */
/* } */
.info-box--column-centered .info-box-thumb {
    display: flex;
}
.info-box--column-centered .link-with-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

/*------------- #INFO-BOXES ICON-TOP --------------*/
.info-box--style-icon-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 0 50px 50px;
    margin-top: 65px;
    border-radius: 5px;
}
.info-box--style-icon-top:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(144, 146, 136, 0.2);
    box-shadow: 0 10px 20px 0 rgba(144, 146, 136, 0.2);
}
.info-box--style-icon-top .info-box-thumb {
    width: 130px;
    height: 130px;
    min-height: 130px;
    min-width: 130px;
    border-radius: 100%;
    background-color: var(--grey-themes);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -65px auto 30px;
}

/*------------- #INFO-BOXES STANDARD --------------*/
.info-box--standard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.info-box--standard .info-box-thumb {
    margin-right: 0;
    margin-bottom: 20px;
    width: 70px;
    min-width: 70px;
}

/*------------- Responsive Mode --------------*/
@media (max-width: 992px) {
    .info-box--style-bg {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .info-box--style-bg .info-box-thumb {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .info-box--style-bg .link-with-icon {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.mobile-call-section {
    display: flex;
    gap: 20px;
}

@media (max-width: 1200px) {
    .mobile-call-section {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    
    .sm-plu-main-slider .h-sp-pa-slide {
        padding: 20px 0 15px;
    }
    .sub-p {
        font-size: 18px;
    }
    .info-box-thumb {
        min-width: 90px;
    }
    .perk-panel .sm-plu-info-box {
        min-height: 196px;
    }
    .perk-panel .info-box-title {
        font-size: 21px !important;
    }
    .perk-panel .info-box-text {
        color: #252d6a;
        font-size: 12px !important;
        font-weight: 500;
        line-height: 18px !important;
    }
    #perks-section .mb-4 {
        margin-bottom: 1rem !important;
    }
    #howit-section .order-1 {
        order: 1 !important;
    }
    #howit-section .order-2 {
        order: 2 !important;
    }
    #howit-section .sm-plu-heading {
        margin-top: 30px;
    }
    .section-image-bg-grey .heading-text {
        font-size: 18px !important;
        margin: 11px 2px !important;
    }

    .button-sm-white {
        margin-right: 0;
    }
    .sm-plu-button {
        width: 90%;
        margin-bottom: 5px;
    }
    .button-sm-yellow-bg {
        font-size: 21px;
    }
    .info-box--column-centered .info-box-thumb {
        display: flex;
        align-content: space-around;
        flex-wrap: wrap;
    }
    .info-box--standard .info-box-thumb {
        margin-bottom: 15px;
    }
    .info-box--style-icon-top {
        padding: 0 20px 30px;
    }
    .info-box--style-bg {
        padding: 20px;
    }
    .mb-7 {
        margin-bottom: 3rem !important;
    }
    .slide-icon-2 {
        display: none;
    }
    .slide-icon-1 {
        display: none;
    }
    .p-0 {
        padding: 0px;
    }
    .site-header {
        background: #fff !important;
    }
    .navigation-header .navigation-logo {
        padding: 0 0rem;
    }
    .large-padding-top .heading-title {
        color: #252d6a;
        font-size: 22px !important;
        font-weight: 550 !important;
        padding: 0px 0px !important;
        text-align: left !important;
    }
    #our-retailers .title-text-wrap {
        text-align: left;
    }
}
.mobile-btn {
    position: absolute;
    background: #fff;
    height: auto;
    width: 100%;
    top: 60px;
    left: 0px;
    text-align: center;
    display: none;
}

.mt-0 {
    margin-bottom: 0rem !important;
}
.mb-4 {
    margin-bottom: 4rem !important;
}
.mb-7 {
    margin-bottom: 7rem !important;
}
.mt-4 {
    margin-top: 4rem !important;
}
.mt-3 {
    margin-top: 3rem !important;
}

.heading-title {
    color: #252d6a;
    font-size: 36px;
    font-weight: bold;
}
.p-title {
    color: #000;
    font-size: 24px;
}
.info-box-content .info-box-title {
    color: #252d6a;
    font-size: 24px;
    margin-bottom: 7px;
}
.info-box-content .info-box-text {
    color: #252d6a;
    font-size: 16px;
    font-weight: 500;
}
.section-image-bg-grey {
    background: #252d6a;
    padding: 60px 0px 60px 0px;
}
.section-image-bg-grey .heading-title {
    color: #fff;
}
.section-image-bg-grey .heading-text {
    color: #fff;
    font-size: 20px;
    margin: 18px 2px;
}
.sm-plu-list {
    color: #fff;
    padding: 0;
}
.list--standard li {
    list-style: none;
    display: -ms-flexbox;
    display: initial;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 32px;
    margin-right: 20px;
}
.bro-icon {
    margin-left: 10px;
    margin-top: -3px;
}
.slide-icon-1 {
    bottom: 400px;
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    margin-left: -550px;
}
.large-padding-top .heading-title {
    color: #252d6a;
    font-size: 42px;
    font-weight: 550;
    padding: 19px 0px;
}
.fa-size1,
.fa-size2,
.fa-size3,
.fa-size4 {
    font-size: 50px;
    color: #fff;
}
.mb-2 {
    margin-bottom: 2rem !important;
}
.p-30 {
    padding: 30px;
}
.sm-how-se-button {
    background: #6d6fd5;
    border-color: #6d6fd5;
    padding: 12px 20px;
    font-size: 21px;
}
.slide-icon-2 {
    float: right;
    top: 190px;
    margin-right: 130px;
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 100%;
}
.slide-icon-3 {
    float: right;
    top: -260px;
    right: 430px;
    position: relative;
    height: 100px;
    width: 100px;
}
.link-with-icon {
    font-size: 17px;
    font-weight: 500;
}
.perk-panel .info-box-title {
    color: #252d6a;
    font-size: 17px;
    margin-bottom: 17px;
    font-weight: 900;
    margin-top: 20px;
}

.perk-panel .info-box-text {
    color: #252d6a;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
}
#our-retailers svg {
    padding: 0px 0px 0px 0px;
    margin: 18px;
}
.button-sm-white-mobile {
    display: none;
}
@media (max-width: 768px) {
    .menu-suport-number {
        display: none !important;
    }
    .button-sm-white-mobile {
        display: block;
        font-size: 13px;
        padding: 10px 8px !important;
        min-width: 109px;
        background: #f8fafc;
        color: #252d6a;
        border: 1px solid #252d6a !important;
        font-weight: 500 !important;
    }
    .button-sm-white-mobile:hover {
        text-decoration: none;
    }
    #our-retailers svg {
        padding: 5px 20px;
        margin-left: 20px;
    }
    .slider-content-title {
        font-size: 28px;
        line-height: 41px;
    }
    .slider-svg-style {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        background: #faf6fa;
        display: none;
    }
    .icon-box {
        margin-right: 30px;
        margin-left: 10px;
    }
    .mt-10 {
        margin-top: -80px !important;
    }
    .perk-panel {
        margin-bottom: 10px;
    }
    .perk-panel-container {
        margin: 10px;
        grid-template-columns: 1fr;
    }
    .heade-right-panel {
        display: flex;
        margin-top: 0px;
        margin-left: 0px;
    }
    .slide-icon-3 {
        display: none;
    }
    .slide-right-p {
        font-size: 23px;
    }
    .slide-right-h3 {
        font-size: 26px;
    }
    .slide-right-p-1 {
        font-size: 16px;
        color: #252d6a;
        margin-left: -105px;
        margin-top: 56px;
    }
    .main-img-slider {
        margin-top: -110px;
    }
    .info-box-thumb img {
        height: auto;
    }
    .heading-title {
        font-size: 27px;
    }
    .p-title {
        font-size: 15px;
    }
    #main-slide-img .mb-7 {
        margin-bottom: 0rem !important;
    }
}
#howit-section .order-1 {
    order: 2;
}
#howit-section .order-2 {
    order: 1;
}

@media (min-width: 992px) {
    #perks-section {
        padding-bottom: 120px;
        background: #fff;
    }
    .perk-panel-container {
        display: -webkit-box;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
        margin: auto;
        justify-content: center;
    }
    .perk-panel .sm-plu-info-box {
        min-height: 300px;
        width: 100%;
    }

    .perk-panel {
        margin-right: 30px;
        margin-right: 0px;
        padding: 10px 8px 20px;
        width: 100%;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
    }
    .perk-panel .info-box-thumb {
        width: auto;
        margin: 0 auto;
        /* height: 80px; */
    }
    .perk-panel .info-box-text {
        color: #252d6a;
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
    }
    .perk-panel .sm-plu-info-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #ffebe3;
        padding: 20px;
        /* border: 1px solid rgba(0, 0, 0, 0.125); */
        flex-wrap: nowrap;
        flex-direction: column;
    }
}

@media screen and (min-width: 1200px) {
    .perk-panel-container {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        column-gap: 20px;
        margin: auto;
        justify-content: center;
    }
}