body {
    font-family: "Be Vietnam Pro";
    background-color: #fff;
}


a {
    text-decoration: none;
}

body, body * {
    box-sizing: border-box;
}

h1 {
    font-family: inter;
    font-weight: bold;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.max-container {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 20px;
}

.head-container {
    background-color: #fff;
}

.head-banner, .head-nav {
    background-color: #204785;
    padding: 8px 10px;
    font-size: .75rem;
    text-align: center;
    color: #fff;
}

.head-main {
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
    max-width: 1500px;
    padding: 7px 0;
}

ul.head-menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    column-gap: 50px;
}

a {
    text-decoration: none;
}

.headm-left img {
    max-width: 300px;
    width: 100%;
}

.headm-right {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    font-size: 0.75rem;
    gap: 20px;
}

.section {
    padding: 50px 0;
}

.review-box img {
    max-width: 105px;
    margin-top: 7px;
}

.review-box {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
}


.homemain-top {
    display: flex;
    align-items: center;
}

img.homemain-deskimg {
    max-width: 500px;
    width: 100%;
}

.hometpml-box {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    padding: 13px;
    gap: 10px;
    font-size: 14px;
}

.homemaintop-left h1 {
    margin-top: 13px;
}


.hometpml-box div span:nth-child(1) {
    display: block;
    font-weight: bold;
    font-size: 16px;
}

.hometpml-points {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    font-size: 20px;
    align-items: center;
    margin: 25px 0;
    flex-wrap: wrap;
}

.hometpml-points ul li {
    margin-bottom: 12px;
    font-weight: 500;
}

.hometpml-points li svg {
    max-width: 21px;
    height: auto;
}

.hometpml-points li svg path {
    fill: #00b679;
}

a.button.button-main {
    background-color: #fab905;
    padding: 18px 10px;
    border-radius: 35px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Inter';
    display: table;
    max-width: 300px;
    width: 100%;
    text-align: center;
}

h2.home-heading {
    font-family: 'Inter';
    font-weight: bold;
    text-align: center;
    font-size: 37px;
    margin: 0;
    padding: 40px 0;
}

img.trustpilot-img {
    margin: 0 auto;
    display: table;
}


.rbtop-imgbox img {
    max-width: 44px;
    border-radius: 50%;
}

.rb-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    flex-wrap: wrap;
}

.rbtop-imgbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

span.rbtop-name {
    display: block;
    font-weight: 600;
}

.review-slider {
    max-width: 400px;
    padding: 20px;
    border: 2px solid #204785;
    box-shadow: 4px 4px 4px 0px #204785;
    margin: 0 auto 10px;
    display: flex;
    flex-direction: column;
    height: 325px;
}

.rb-review > img {
    max-width: 108px;
    margin-right: 10px;
}

span.rbtop-namesub {
    color: #605e56;
    font-size: 14px;
}

span.rb-date {
    font-size: 14px;
    color: #605e56;
}

.rb-review {
    color: #1a6820;
    font-size: 14px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.rb-review svg {
    width: 20px;
    height: auto;
    top: -1px;
    position: relative;
}

.rb-review svg path {
    fill: #1a6820;
}

span.rb-heading {
    display: block;
    font-weight: 600;
}

span.rb-desc {
    margin-top: 10px;
    display: block;
    flex-grow: 1;
    overflow: auto;
}

.reviews-box-cont {
    width: 100%;
    display: block;
}
.reviews-box {
    margin-top: 50px;
}

ul#reviews-slider {
    margin-bottom: 15px;
}

.lSAction > a {
    background-color: #204785;
    opacity: 1!important;
    border-radius: 50%;
}

ul#videos-slider{
    margin-bottom: 15px;
}

.video-slider iframe{
    width: 400px;
    height: 345px;
    margin: 0 auto;
    display: table;
}

.videos-box {
    margin-top: 60px;
}

#home-videos .order-button {
    margin: 50px auto 0;
}

#home-desc h2.home-heading {
    padding-bottom: 20px;
}

.homedesc-subtext {
    text-align: center;
}


.homeprob-tiles {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.homeprob-tile img {
    max-width: 170px;
    display: table;
}

span.homeprobtile-label {
    font-weight: bold;
    font-family: 'Inter';
    font-size: 37px;
}

.homeprob-tile span {
    display: block;
}

.homeprob-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 405px;
    border: .0625rem solid oklch(86% .0047 258.33);
    padding: 30px 20px;
    border-radius: 1.25rem;
    gap: 7px;
}

span.homeprobtile-desc {
    text-align: center;
}

p.homeunk-desc {
    text-align: center;
}

div#home-unkown .home-heading {
    padding-bottom: 0;
}

div#home-unkown img {
    margin: 50px auto;
    display: block;
    background-color: #fff;
}


#home-unkown .order-button {
    margin: 50px auto;
}


.qna-container {
    display: flex;
    gap: 10px;
}

span.qna-head {
    display: block;
    font-size: 30px;
    font-weight: 500;
}

.qna-container > div {
    width: 50%;
}

.qna-left , .qnaright-top, .qnaright-bottom {
    padding: 10px 20px;
}

.qnaright-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qnaright-bottom > img {
    width: 130px;
    height: 130px;
}

div#home-qna {
}

.acc-icons svg {
    width: 23px;
    height: auto;
}

.accord-head {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
}

.accord-content{
    display: none;
    margin-top: 15px;
}
.accordion-active > .accord-content{
    display: block;
}

.accordion-active> .accord-head span.acc-minus {
    display: inline-block;
}


.accordion-active> .accord-head span.acc-plus {
    display: none;
}

.accordion-active> .accordion-container{
    display: block;
}

span.acc-minus{
    display: none;
}

.qna-left span.qna-head {
    margin-bottom: 20px;
}

.accord-container {
    padding: 10px 0;
}

.qna-left li {
    padding: 20px 0;
    border-top: 1px solid #d9d9d9;
}

div#home-product > img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    height: auto;
}

#home-product .max-container {
    position: relative;
}

div#home-product {
    position: relative;
}

.homeprodu-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: .0625rem solid oklch(86% .0047 258.33);
    padding: 40px 20px;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 1.25rem;
}

.homeprod-right h2 {
    font-weight: bold;
    font-family: 'Inter';
    margin: 10px 0;
}

div#footer {
    padding-bottom: 30px;
}

ul.footer-menu {
    display: flex;
    gap: 10px;
    margin: 0 auto;
    justify-content: center;
    column-gap: 40px;
    flex-wrap: wrap;
}

.footer-text {
    text-align: center;
    color: #777;
    font-size: 14px;
    margin-top: 10px;
}

.slider-container {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

span.slider-prev, span.slider-next {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #204785;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

span.slider-next {
    right: 0;
    left: auto;
}

span.slider-prev svg, span.slider-next svg {
    width: 30px;
    height: auto;
}

span.slider-prev svg path, span.slider-next svg path {
    fill: #fff;
}

.slider-container .lSAction {
    display: none!important;
}


.head-mobile svg {
    width: 40px;
    height: auto;
}

.head-mobile span {
    display: inline-block;
    cursor: pointer;
}

.head-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
  .head-mobile {
    display: block;
    z-index: 1;
}
    ul.head-menu{
        display: none;
    }

}

span.headmob-cross {
    display: none;
}

.headmenu-active span.headmob-cross {
    display: block;
}

.headmenu-active span.headmob-ham {
    display: none;
}

.headmenu-active .head-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    display: block;
    z-index: 1;
    bottom: 0;
}

.headmenu-active ul.head-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 50px 20px;
    gap: 40px;
}

.headmenu-active .head-mobile {
    position: fixed;
    right: 20px;
    top: 23px;
}

.homemain-mobimage {
    display: none;
}

div#home-unkown img {
    width: 100%;
}


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

    .headm-right {
        display: none;
    }

    .head-mobile {
        display: block;
        z-index: 1;
    }

    ul.head-menu{
        display: none;
    }

    h1 {
        font-size: 28px;
        text-align: center;
    }

    .homemain-top {
        flex-wrap: wrap;
    }



    .hometpml-points {
        font-size: 18px;
    }

    .homemain-deskimg{
        display: none;
    }

    .homemain-mobimage {
        margin: 20px auto;
        display: block;
    }
    
    .hometpml-points img {
        margin: 0 auto;
    }
    
    a.order-button {
        margin: 0 auto;
    }

    .review-box {
        justify-content: center;
    }

    .section {
        padding: 20px 0;
    }

    h2.home-heading {
        padding: 20px 0;
        font-size: 22px;
    }

    .video-slider iframe{
        width: 300px;
        height: 250px
    }

    .homeprob-tile {
        max-width: unset;
        width: 100%;
    }

    div#home-qna {
        margin-top: 20px;
    }
    
    .qna-container > div {
        width: 100%;
    }
    
    .qna-container {
        flex-wrap: wrap;
    }

    .homeprob-tiles{
        flex-wrap: wrap;
    }

    .review-slider, .video-slider iframe{
        width: 100%;
        max-width: unset;
    }

    span.slider-prev svg, span.slider-next svg {
        width: 20px;
    }

    span.slider-prev, span.slider-next {
        width: 30px;
        height: 30px;
    }

    .homeprodu-cont img {
        width: 100%;
        max-width: 300px;
    }

    h2 {
        font-size: 24px;
        text-align: center;
    }

    span.qna-head {
        font-size: 24px;
    }

    .homeprodu-cont {
        flex-wrap: wrap;
    }

    .slider-container{
        padding-left: 25px;
        padding-right: 25px;
    }

    .qna-left {
        padding: 15px 10px;
    }

    .qna-left li {
        padding: 10px 0;
    }

    span.homeprobtile-label{
        font-size: 28px;
    }

    ul.lSPager.lSpg {
        display: none;
    }

}



@media only screen and (max-width: 550px) {
    span.slider-next {
        right: -10px;
    }

    span.slider-prev {
        left: -10px;
    }

    .qnaright-bottom{
        flex-wrap: wrap;
        justify-content: center;
    }
    span.qna-head br {
        display: none;
    }

}




/* -- */


.head-banner a {
    color: #fff;
    text-decoration: underline;
    margin-left: 4px;
}

.head-nav a {
    color: #fff;
}

.headm-right > div > span {
    display: block;
}

.headm-right > div > span:nth-child(1) {
    font-weight: 600;
}

.headm-right > div > span:nth-child(2) {
    font-weight: 800;
    color: #204785;
    font-size: 19px;
    font-family: 'Inter';
    letter-spacing: -1px;
}

.headm-right > div > span:nth-child(2) a{
    color: #204785;
}

.headm-right > div {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.headm-right > div > span:nth-child(3) {
    color: #777;
    font-size: 11px;
}

.hometpml-box > img {
    max-width: 55px;
}

p.homeunk-desc + img {
    max-width: 550px;
    border-radius: 5px;
}

.accord-content hr {
    border: 0;
}

.homemain-images {
    position: relative;
    max-width: 462px;
    width: 100%;
}

.homemain-images img:nth-child(1) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
}

.homemain-images img:nth-child(2) {
    width: auto;
    margin-left: auto;
    display: table;
}

.headmenu-active .head-nav a {
    color: #000;
}

.rb-intials {
    background-color: #ffe1ba;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.rb-desc::-webkit-scrollbar {
    width: 4px;   /* very thin vertical scrollbar */
    height: 4px;  /* very thin horizontal scrollbar */
}

.rb-desc::-webkit-scrollbar-track {
    background: transparent; /* track background */
}

.rb-desc::-webkit-scrollbar-thumb {
    background-color: rgb(194 194 194 / 30%); /* thumb color */
    border-radius: 2px;                   /* rounded edges */
}

.rb-desc::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
}