html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    line-height: 1.4;
}

header {
    background-color: #748d27;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
}

header p {
    font-size: 15px;
}

strong {
    font-weight: bold;
}


footer {
    background-color: #FCF9F4;
    color: #696565;
    padding: 15px;
    text-align: center;
    font-weight: 600;
}

section {
    overflow: hidden;
    position: relative;
}

section .hd {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
}

.gr-txt {
    color: #6CC24A;
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
}

p {
    font-size: 16px;
}

.nav {
    padding: 10px 0;
}

.nav .brand {
    text-decoration: none;
    color: transparent;
    max-width: 270px;
    margin: 10px 0 5px;
}

/*************** top section **********/

.slick-prev {
    background: url(../images/prev.png);
    background-size: cover;
    left: 20px;
}

.slick-prev,
.slick-next {
    height: 40px;
    width: 40px;
    z-index: 9;
}

.slider-nav {
    width: auto;
}

.slick-slide img {
    display: block;
}

.slider-nav div img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.slider-nav div {
    padding: 5px 5px;
}

.banner-title h1 {
    font-size: 2.4rem;
    margin-bottom: 0.4rem;
    font-weight: bold;
    color: #3F3D56;
    line-height: 1.2;
}

.banner-list li {
    margin-bottom: 0.4rem;
}

.banner-list li img {
    width: 24px;
    margin-right: 10px;
}

@media (max-width:640px) {
    .banner-title h1 {
        font-size: 1.8rem;
    }
}

/************ swiper for product slide *******/

.gallery {
    width: 100%;
    max-width: 620px;
    margin: 25px auto 40px;
    position: relative;
}

.gallery .moneyback {
    position: absolute;
    top: 4%;
    right: 3%;
    z-index: 2;
    max-width: 115px;
    width: 23%;
}

.gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.gallery-slider .swiper-slide {
    width: auto;
    height: auto;
}

.gallery-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 525px;
    margin: 0 auto;
    object-fit: cover;
}

.gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide {
    width: 90px;
    height: 90px;
    text-align: center;
    overflow: hidden;
    opacity: 0.6;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

/********** end of swiper slide *********/

/********* hassle-feee ********/

.description {
    background-color: #b5e5b8;
}

.description .other-heading h3 {
    background: #b5e5b8;
}


.choose-bundle {
    display: flex;
    text-align: center;
    align-items: center;
    margin: 1rem 0;
}

.choose-bundle>* {
    align-self: center;
    flex-grow: 1;
    width: 32%;
}

.banner-title h4 {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
    font-weight: 600;
}

.choose-bundle h4 {
    flex-grow: 1;
    width: 36%;
    color: rgba(0, 0, 0, 0.5);
    margin: 0;
}

.choose-bundle h4 span {
    font-weight: 800;
    color: rgba(0, 0, 0, 0.5);
}

.pro-item {
    border: 2px solid #6CC24A;
    border-radius: 10px;
    height: 100%;
    display: block;
    text-decoration: none;
    opacity: 0.6;
    cursor: pointer;
    user-select: none;
}

.pro-item.active {
    opacity: 1;
}

.pro-row {
    margin-bottom: 20px;
}

.pro-row .col-4:first-child .pro-item {
    margin-top: 40px;
    min-height: 160px;
    max-height: 208px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pro-content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding: 0.5rem 0.5rem 0;
    align-items: center;
    flex-wrap: wrap;
    color: #000000;
}

.pro-content+span {
    font-weight: 800;
    text-align: center;
    display: block;
    padding: 0 0.5rem 0.5rem;
    color: #000;
    font-size: 30px;
}

.pro-content img {
    height: 110px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.pro-content p {
    width: calc(100% - 5px);
    font-weight: 700;
    margin: 2px 0 2px;
    font-size: 20px;
    text-align: center;
}

.claim-row {
    width: 95%;
    margin: 1.5rem auto;
}

.claim-item {
    text-align: center;
}

.claim-item img {
    width: 70px;
    margin-bottom: 1rem;
}

.claim-item p {
    font-weight: 600;
    font-size: 0.8rem;
}

.btn-1.claim-btn img {
    width: 37px;
}

.description .other-heading+p {
    max-width: 640px;
    margin: auto;
}

select.color-opt {
    border: 0;
    width: 100%;
    max-width: 305px;
    height: 45px;
    box-shadow: 1px 4px 5px 0px #ccc;
    border-radius: 5px;
    margin: 10px 0 5px;
    padding: 0 10px;
    color: #110000;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../images/selet-drop.svg) no-repeat;
    background-size: 20px;
    background-position: right 8px center;
    padding-right: 30px;
}


.pbox {
    font-size: 14px;
    text-align: center;
    border-radius: 7px;
    background: #fff;
    color: #154104;
    width: 100% !important;
    display: block;
    border: 2px solid #7fb36b;
    border-bottom-width: 3px;
}

.pbox span {
    width: 100%;
    color: #154104;
    display: block;
    font-weight: 700;
    font-size: 15px;
}
.pro-item.active .pbox {
    background: #7fb36b;
    color: #fff;
}

.pro-item.active .pbox span {
    color: #fff;
}

.pro-row .col-4:nth-last-child(even) .pro-item, .pro-row .col-4:last-child .pro-item {
    background: #e7ffdd;
    border-color: #7fb36b;
    height: 100%;
}
@media (max-width:992px) {

    select.color-opt {
        max-width: 100%;
    }


}

@media (max-width:1199px) and (min-width:992px) {
    .pro-content+span {
        font-size: 28px;
    }

    .pro-row .col-4:first-child .pro-item {
        margin-top: 40px;
        min-height: 158px;
        max-height: 203px;
    }

    .pro-content p {
        width: 100%;
        font-size: 18px;
    }
}

@media (max-width:680px) {
    .pro-content+span {
        font-size: 4.4vw;
    }

    .choose-bundle>* {
        width: 24vw;
    }

    .choose-bundle h4 {
        width: 40vw;
        font-size: 3vw;
    }

    .gallery-slider .swiper-slide img {
        height: 88vw;
    }
}

@media (max-width:580px) {
    .pro-content {
        padding: 0.5rem 0.5rem 0.5rem;
    }

    .pro-content p {
        width: calc(100% - 0vw);
        font-size: 2.6vw;
        line-height: 3.5vw;
    }

    .pro-content img {
        height: 12vw;
        object-fit: contain;
        width: 100%;
    }

    .pbox {
        font-size: 2.4vw;
    }

    .pbox span {
        font-size: 2.6vw !important;
    }

    .pro-row .col-4:first-child .pro-item {
        height: 28vw;
        min-height: 0;
        max-height: 100%;
    }

    .pro-content+span {
        font-size: 4.4vw;
    }

    .pro-row .col-4 {
        padding: 0 1.5vw;
    }

    .btn-1.claim-btn {
        font-size: 5vw !important;
        padding: 1vw 4vw;
    }

    .btn-1.claim-btn img {
        width: 7vw;
    }

    .description .other-heading h3 {
        font-size: 7vw;
        padding: 0 1vw;
    }

    .lr-line {
        padding: 0 2vw;
    }

    p {
        font-size: 13px;
    }

    section:not(.banner, .review-section) {
        padding: 2vw 1vw;
    }
}

@media (max-width:480px) {
    .pro-content+span {
        font-size: 3.8vw;
    }
}

/***************** juicing **********/
.custom_pic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom_pic img {
    max-width: 380px;
    width: 90%;
}

.li-1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 268px;
    width: 100%;
    text-align: center;
}

.li-2 {
    position: absolute;
    top: 20%;
    right: 0;
    max-width: 268px;
    width: 100%;
    text-align: center;
}

.li-3 {
    position: absolute;
    bottom: 20%;
    right: 0;
    max-width: 268px;
    width: 100%;
    text-align: center;
}

.li-4 {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    max-width: 268px;
    width: 100%;
    left: 50%;
    text-align: center;
}

.li-5 {
    position: absolute;
    bottom: 20%;
    max-width: 268px;
    width: 100%;
    left: 0;
    text-align: center;
}

.li-6 {
    position: absolute;
    top: 20%;
    max-width: 268px;
    width: 100%;
    left: 0;
    text-align: center;
}

.description ul li h5 {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 53.76px;
}

.description ul li p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
}

.description_main_cont {
    margin-bottom: 58px;
}



@media (max-width:1399px) and (min-width:992px) {}

@media (min-width:992px) {}

@media (max-width:991px) {
    .description ul {
        display: flex;
        flex-wrap: wrap;
    }

    .description ul li {
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
        transform: inherit;
        width: 50%;
        max-width: 100%;
        margin-bottom: 24px;
    }

    .description ul li p {
        font-size: 12px;
        line-height: 15.8px;
        max-width: 180px;
        margin: 0 auto;
    }

    .custom_pic {
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
        transform: inherit;
        text-align: center;
    }

    .description ul li h5 {
        font-size: 20px;
    }

    .description_main_cont {
        margin-bottom: 30px;
    }

}

@media (max-width:580px) {}

@media (max-width:480px) {}



/*********** common qs *******/

.common-caption h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
}

.common-caption>p {
    margin: 15px 0 15px;
    font-size: 16px;
}

.processBox {
    max-width: 450px;
    margin: 15px auto;
}

.info-list {
    margin: 20px 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.info-list .info-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.info-list .info-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 5px;
}

.info-item span {
    color: #000000;
    line-height: 1.2;
    font-size: 14px;
    text-align: center;
}

.btn-1 {
    background-color: #5dc965;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    padding: 10px 25px;
    border-radius: 5px;
    transition: 0.4s;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
}

.btn-1:hover {
    background-color: #000000;
    color: #fff;
    text-decoration: none;
}

.btn-1.claim-btn {
    width: 100%;
    text-align: center;
    font-size: 26px;
}

.btn-1.claim-btn img {
    width: 37px;
    margin-left: 15px;
}

.processBox .trust-span {
    margin-top: 0;
}

.trust-span {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    max-width: 503px;
    margin: 20px 10px 10px 0;
    width: 100%;
}

.trust-span img {
    margin-right: 10px;
    max-width: 100px;
}

.color-option {
    width: 60%;
}

@media (max-width:991px) {
    .trust-span {
        justify-content: center;
        max-width: 100%;
        text-align: center;
    }

    .banner-title .trust-span {
        margin: 15px 10px 10px 0;
    }

    .banner-title .trust-span span {
        padding: 0 10px;
    }

    .banner-title .trust-span img,
    .banner-title .trust-span span {
        margin: 0 0 15px;
        display: inline-block;
    }

}

@media (max-width:900px) and (min-width:768px) {
    .info-list .info-item img {
        width: 30px;
        height: 30px;
    }

    .info-item span {
        font-size: 12px;
    }
}

@media (max-width:480px) {
    .info-list .info-item img {
        width: 30px;
        height: 30px;
    }

    .info-item span {
        font-size: 10px;
    }
}


/********** steps ************/

.section-steps .hd {
    max-width: 750px;
    margin: 0 auto 40px;
}

.step {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    flex-direction: column;
    margin-bottom: 35px;
    padding: 15px;
}

.step .steps-img {
    margin: 0 auto 15px;
    max-width: 50%;
}

.step .step-head {
    font-size: 27px;
    margin: 0 auto 15px;
    min-height: 70px;
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1.2;
}

.other-section .processBox .trust-span {
    margin-top: 5px;
}

.other-heading {
    font-weight: 800;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 15px;
}

.other-heading h3 {
    max-width: initial;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 25px;
}

.lr-line {
    position: relative;
    padding: 0 45px;
}

.lr-line span {
    display: inline-block;
    background: #b5e5b8;
    z-index: 1;
    position: relative;
    padding: 0 10px;
    margin: 0 55px;
    max-width: 560px;
}

.other-txt {
    max-width: 460px;
    margin: auto;
}

.lr-line::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #6CC24A;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}


.other-heading+.processBox {
    max-width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.processBox .process-foot-text {
    font-size: 14px;
    margin: 10px auto 5px;
    padding: 0 15px;
    font-family: 'Open Sans', sans-serif;
}

.processBox .process-sm-txt-italic {
    font-style: italic;
    font-size: 12px;
    padding: 0 40px;
    font-family: 'Open Sans', sans-serif;
}

.other-txt+.processBox {
    max-width: 100%;
    margin-top: 25px;
}

.other-txt+.processBox .trust-span {
    max-width: 100%;
    justify-content: center;
}


.round-bx-green {
    background-color: #000000;
    border-radius: 20px;
}

.round-bx-green .other-heading h3 {
    background-color: #000000;
    color: #fff;
}

.round-bx-green *,
.round-bx-green .info-item span {
    color: #fff;
}

.other-caption-img {
    padding: 0;
}


/********** faq ******/

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
}

.accordion {
    border: 0 !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-header {
    margin-bottom: 0;
    border: 0 !important;
}

.accordion-flush .accordion-item {
    border-radius: 0 0 10px 10px;
    box-shadow: 0 2px 5px -2px #cccc;
    margin-bottom: 5px;
    overflow: hidden;
}

.accordion-body {
    font-size: 14px;
    line-height: 1.5;
}

ul.faq-orderlist {
    list-style: auto;
    margin-left: 15px;
    margin-top: 10px;
}

ul.faq-orderlist li {
    margin-bottom: 6px;
}

/****** end accordion *****/

/************ video cont **********/
.video-cont {
    background-color: #FBFBFB;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.who-we-are {
    background: oldlace;
}
.video-box {
    background-color: #e1e1e1;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10%;
}

.video-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-main .playback {
    max-width: 85%;
    /* height: 350px; */
    object-fit: cover;
    margin: 45px auto;
    display: block;
    width: 100%;
    aspect-ratio: 3/2;
}

.drop-vid {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #154104 url(../images/drop.svg) no-repeat;
    color: #fff;
    padding: 10px 20px;
    border-radius: 15px 15px 0 0;
    background-size: 20px;
    background-position: right 15px center;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
}

.sml {
    max-width: 700px;
}

/*********** end video cont ***********/


/************** testimonial slider *********/
.hd-box img {
    max-width: 75%;
}

.testimonial-slider {
    padding: 0 0 50px;
    position: relative;
    max-width: 1200px;
    margin: auto;
    width: 80%;
}

.testimo-box {
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    max-width: 100%;
    background: #fff;
    margin-top: 225px;
    position: relative;
    min-height: 470px;
}
.testimo-box::before {
    content: '';
    background: rgb(93 201 101);
    left: -4px;
    top: -4px;
    bottom: -4px;
    right: -4px;
    position: absolute;
    border-radius: 20px;
    z-index: -1;
}

.testimo-image-container {
    min-height: 300px;
    margin-top: -200px;
}

.testimo-headline {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 10px;
}

.testimo-text {
    font-size: 15px;
    margin: 10px auto;
}

.testimonials {
    max-width: 1490px;
    margin: auto;
}

.testimonials .swiper-slide {
    max-width: 400px;
}

.testimo-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px auto 0;
}

.testimo-footer .author {
    font-weight: 700;
}


.testimonial-button-prev {
    position: absolute;
    top: 200px;
    left: -108px;
    bottom: 0;
    margin: auto;
    height: 33px;
    z-index: 1;
}

.testimonial-button-next {
    position: absolute;
    top: 200px;
    right: -108px;
    bottom: 0;
    margin: auto;
    height: 33px;
    z-index: 1;
}

.floating-cta {
    display: none;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    height: 90px;
    background-color: #fff;
    box-shadow: 0 -5px 10px -7px #ccc;
    z-index: 9;
    padding: 0;
}

.floating-cta .btn-1 {
    font-size: 18px;
}

.floating-cta .btn-1 img {
    width: 24px;
    margin-left: 15px;
}




@media (max-width:1399px) and (min-width:992px) {
    .other-heading {
        font-size: 26px;
    }

    .other-section .processBox .trust-span {
        flex-direction: column;
    }

    .testimonials .swiper-slide {
        max-width: 375px;
        width: 35%;
    }
}

@media (min-width:992px) {
    .fullimg {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

}

@media(max-width:1199px) and (min-width:768px) {
    .testimonial-button-prev {
        left: -10%;
    }

    .testimonial-button-next {
        right: -10%;
    }
}

@media (max-width:991px) {

    section.banner {
        padding: 15px;
    }

    section:not(.banner, .review-section) {
        padding: 25px;
    }

    .other-heading h3 {
        padding: 0;
    }

    .processBox .trust-span {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .floating-cta .info-list {
        margin: 10px 0 0;
    }

    .floating-cta {
        height: auto;
        padding: 15px 0 10px !important;
    }

}

@media (max-width:767px) {
    .testimonials .swiper-slide {
        width: 95%;
    }

    .testimonial-button-prev {
        left: -17px;
    }

    .testimonial-button-next {
        right: -17px;
    }

    .gallery {
        margin-top: 10px;
    }
}

@media (max-width:580px) {
    section:not(.banner, .review-section) {
        padding: 2vw 1vw;
    }

    .other-heading h3 {
        font-size: 5vw;
    }

    .lr-line {
        position: relative;
        padding: 0 2vw;
    }

    .common-caption h2 {
        font-size: 6vw;
        line-height: 8vw;
    }


}

@media (max-width:480px) {
    .accordion-button {
        font-size: 3vw;
        padding: 3vw;
    }

    .accordion-button::after {
        background-size: 5vw;
        background-position: center;
    }

}


/********** last section *****/


.who-we-are .who-we-are-head p {
    color: #77C1D3;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.5;
}

.who-we-are .who-we-are-head h3 {
    color: #3F3D56;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.8px;
    line-height: 1.2;
}

@media (max-width:1024px) and (min-width:640px) {
    .who-we-are .ptext p {
        font-size: 13px;
    }

    .who-we-are .who-we-are-head h3 {

        font-size: 26px;
    }

    .step .step-head {
        font-size: 22px;
        min-height: 40px;
    }
}

@media (max-width:767px) {

    .who-we-are .who-we-are-head h3,
    .other-heading,
    .section-steps .hd {
        font-size: 24px;
        line-height: 1.2;
    }

    .testimo-headline {
        font-size: 18px;
    }

    .testimo-text {
        font-size: 12px;
    }

    .step .step-head {
        font-size: 20px;
        min-height: 34px;
    }

    .lr-line span {
        font-size: 20px;
        margin: 0 30px;
    }

    .banner-title h1 {
        font-size: 19px;
    }

    header p {
        font-size: 11px;
        text-align: left;
    }

    .banner-title .trust-span span {
        margin: 0 !important;
    }

    .description ul li h5 {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .description ul li {
        padding: 0 15px;
    }

    .description ul li p {
        font-size: 12px;
        line-height: 1.2;
        max-width: 180px;
        margin: 0 auto;
    }
}

@media (max-width:580px) {
    .banner-title .trust-span span {
        margin: 0 !important;
        font-size: 13px;
    }
}