* {
    margin: 0;
    padding: 0;

    box-sizing: border-box;
}

:root {
    --bg_color: #0ec643;
    --bg_color-2: #13673d;
    --white: #fff;
    --black: #000;
}

body {
    font-family: "League Spartan", sans-serif;
    position: relative;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    transition: ease-in-out .3s;
}

.img {
    position: relative;
    overflow: hidden;
}

.container {
    max-width: 1300px;
}


@keyframes mymove {
    from {
        width: 0%;
    }

    to {
        width: 100%;
        opacity: 0;
    }
}

p {
    font-size: 15px;
    line-height: 28px;
}

a {
    text-decoration: none;
    transition: ease-in-out .3s;
}

li {
    list-style: none;
}

ul {
    padding-left: 0;
}

.margin {
    margin: 70px 0;
}

.logo img {
    width: 130px;
    position: relative;
    z-index: 9;
}

.logo_head {
    position: relative;
    width: 100%;
    z-index: 99;
}

.search i {
    margin-right: 5px;
}

.search a {
    color: var(--black);
}

.nab_bar {
    display: flex;
    justify-content: center;
}

#myHeader.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    animation: slideDown 1s ease-out;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

#myHeader.sticky nav {
    background-color: var(--white);
}

#myHeader.sticky .logo img {
    margin-top: 0;
    width: 90px;
}


@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.clk_btn {
    position: absolute;
    right: 0;
    top: 30%;
    color: var(--black);
    cursor: pointer;
}

.nab_bar li a {
    color: #4a5568;
    padding: 28px 15px;
    display: inline-block;
    text-transform: uppercase;
}

.nab_bar li {
    position: relative;
}


nav {
    position: relative;
}


.logo {
    position: relative;
}


.droupdown {
    position: absolute;
    background-color: var(--white);
    left: 0;
    top: 100%;
    width: 290px;
    display: none;
    max-height: 450px;
    overflow: auto;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.droupdown li {
    padding: 0;
}

.droupdown li a {
    display: block;
    padding: 10px 15px;
    color: var(--black);
}

.droupdown li a:hover {
    background-color: var(--bg_color);
    color: var(--white);
}



.head_banner .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    left: 40%;
    position: absolute;
    bottom: 20px;
    gap: 8px;
}

.head_banner .slick-dots li button {
    border-radius: 7px;
    background-color: var(--white);
    font-size: 0;
    padding: 4px 10px;
    margin: 2px 0;
    border: none;
}

.head_banner .slick-dots li.slick-active button {
    background-color: var(--white);
    border-radius: 7px;
    padding: 4px 20px;
}

.banner_head {
    font-size: 2.074rem;
    display: block;
    color: var(--bg_color);
    font-weight: 700;
    margin-bottom: 8px;
}

.banner_contant {
    padding-top: 40px;
}

.all_head {
    background-color: var(--bg_color-2);
    display: inline-block;
    color: var(--white);
    font-size: 1rem;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    border-radius: 10px;
    padding: 1rem 2rem 1rem 2rem;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
    transition: ease-in-out .2s;
}

.all_head:hover {
    background-color: #92c74d;
    color: var(--black);
}

.banner_btn {
    margin-bottom: 25px;
    margin-top: 25px;
}

.banner_contant ul li {
    margin: 10px 0;
}

.banner_contant ul li i {
    margin-right: 8px;
    font-size: 14px;
}

.product .ab_box:nth-child(odd) .ab_1 {
    order: 1;
}

.product .ab_box:nth-child(even) .ab_2 {
    padding-left: 50px;
}

.product {
    background-color: #EDF2F7;
    padding: 70px 0;
}

.main_head {
    font-size: 30px;
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
}

.main_head span {
    color: var(--bg_color);
}

.ab_box {
    padding: 40px 10%;
}

.product .img {
    padding: 0 30px;
}

.product .img img {
    border-radius: 20px;
}
.pro_item{
    text-align: left;
    margin: 10px;
}
.pro_item a{
    color: #000;
    font-weight: 600;
    font-size: 15px;
}
.pro_item a i{
    margin-left: 5px;
}
.pro_item:hover a{
    color: var(--bg_color-2);
}
.pro_head {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin: 10px 0;
}

.pro_head span {
    color: var(--bg_color);
    margin: 0 5px;
}

.ab_text li {
    margin: 8px 0;
    list-style: circle;
    font-size: 15px;
}

.ab_text ul {
    padding-left: 17px;
    margin: 35px 0;
}

.pro_btn a {
    color: var(--bg_color-2);
    font-weight: 700;
    text-decoration: underline;
}

.pro_small {
    display: block;
    margin-bottom: 25px;
}

.reasons {
    background-color: #0ec643;
    padding: 50px 0;
}

.reasons_box {
    background-color: #e7faec;
    padding: 40px 20px;
    border-radius: 12px;
    margin-top: 10px;
}

.reasons_box span {
    display: block;
    font-weight: 700;
    margin-top: 8px;
}

.reasons .main_head {
    color: var(--white);
}

.story_text {
    text-align: left;
}

.story_btn a {
    border: 1px solid var(--bg_color-2);
    padding: 2px 20px;
    font-size: 18px;
    color: var(--black);
    display: inline-block;
    border-radius: 5px;
}

.feminine_box {
    background-image: linear-gradient(126deg, var(--global-palette6, #0ec643) 0%, rgb(20, 39, 109) 100%);
    padding: 30px;
    text-align: center;
}

.feminine_box span {
    color: var(--white);
    font-size: 32px;
    display: block;
}

.feminine_btn a {
    background-color: var(--bg_color-2);
    color: var(--white);
    padding: 5px 25px;
    border-radius: 2px;
    display: inline-block;
    margin-top: 20px;
    font-size: 18px;
}

.feminine_btn a:hover {
    background-color: #8ac53c;
}

.certificat {
    background-color: #8ac53c;
    padding: 60px 0;
}

.contact {
    background-color: #f2f2f2;
    padding: 60px 0;
}

.contact form {
    background-color: var(--white);
    padding: 50px 40px;
    text-align: left;
    border-radius: 30px;
}

.contact form input,
select,
textarea {
    width: 100%;
    padding: 10px 0;
    background-color: var(--white);
    border: none;
    border-bottom: 1px solid #000;
    margin: 20px 0;
    outline: none;
}

.all_btn {
    background-color: #17a8e3;
    color: var(--white);
    border: none;
    padding: 10px 25px;
}

.all_btn:hover {
    background-color: #107aa4;
}

footer {
    padding-top: 60px;
}

.foot_logo img {
    width: 180px;
    margin-bottom: 15px;
}

.foot_head {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}

.hero-social {
    display: flex;
    gap: 20px;
}

.hero-social li a {
    color: #4a5568;
    font-size: 20px;
}

.foot_nav ul li a {
    color: #4a5568;
    display: block;
    margin: 10px 0;
}

.foot_nav ul li i {
    margin-right: 10px;
}

.privacy ul {
    display: flex;
    justify-content: center;
    gap: 30px 20px;
    margin-top: 20px;
}

.privacy ul li a {
    color: #4a5568;
}

.copy_right p {
    margin-bottom: 0;
    color: #4a5568;
}

.copy_right {
    text-align: center;
    padding: 30px 5px;
}









button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
    outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
    content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #00ab6c;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
    border-radius: 20px;
    visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
    visibility: visible;
}

button.back-to-top::after {
    border-bottom-color: #fff;
    position: relative;
    top: -24px;
}

button.back-to-top.show {
    display: block;
    background: #fff;
    color: #00ab6c;
    font-size: 25px;
    left: 25px;
    bottom: 25px;
    height: 50px;
    width: 50px;
    visibility: visible;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}








.ab_text h2,
.ab_text h3 {
    font-size: 25px;
}


.social-share ul {
    display: flex;
    margin-top: 10px;
    position: relative;
    z-index: 99;
}

.social-share button {
    border: none;
    background-color: var(--black);
    color: #fff;
    padding: 6px 10px;
    margin-right: 8px;
    font-size: 16px;
    border-radius: 5px;
}

.ab_item {
    width: 47%;
    float: left;
    margin-right: 40px;
}

.social-share button:hover {
    background-color: #000;
}

.share-btn-box {
    margin-top: 20px;
}

.share-btn {
    font-weight: bold;

}

.inner_header {
    position: relative;
}

.inner_header img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.inner_header::after {
    content: "";
    background-color: #0a194abd;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.inner_header .inner_text {
    position: absolute;
    top: 50%;
    z-index: 9;
    left: 5%;
    text-align: left;
    width: auto;
}

.inner_hrad {
    font-size: 35px;
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
}

.brade_crom {
    display: flex;
}

.brade_crom a {
    color: #fff;
}

.brade_crom span {
    color: #fff;
}

.what-app {
    position: fixed;
    z-index: 99;
}

.btn-whatsapp-pulse-border {
    bottom: 30px;
    right: 20px;
    animation-play-state: paused;
}

.marcket-plase a {
    display: block;
    margin-bottom: 10px;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 20px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.what-app i {
    font-size: 38px;
    color: #fff;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}








@media only screen and (max-width: 800px) {
    .toggle {
        visibility: visible;
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        order: 3;
        margin: 0 0 0 auto;
    }

    .toggle>* {
        width: 80%;
        height: 3px;
        background: var(--bg_color);
        margin: 3px 0;
    }

    .toggle.active .line1 {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .toggle.active .line2 {
        opacity: 0;
    }

    .toggle.active .line3 {
        transform: rotate(45deg) translate(-7px, -8px);
    }

    .nab_bar {
        position: absolute;
        flex-direction: column;
        width: 100%;
        top: 100%;
        left: 0;
        background-color: var(--white);
        z-index: 9999;
        display: none;
    }


    .nab_bar li {
        border-bottom: 1px solid #e2e2e2;
    }

    .nab_bar li a {
        color: #000;
        padding: 10px 25px;
        display: block;
    }

    .droupdown {
        position: revert;
        width: 100%;
        background-color: #0a194a;
    }

    .clk_btn {
        position: absolute;
        right: 0;
        top: 0;
        color: var(--white);
        cursor: pointer;
        width: 47px;
        height: 46px;
        line-height: 37px;
        background: #000;
        text-align: center;
    }

    .droupdown li {
        padding: 0 !important;
    }

    .droupdown li a {
        color: #fff;
    }



    .col-md-4.top_call.text-center {
        display: none;
    }



    .inner_hrad {
        font-size: 25px;
    }

    .inner_header img {
        height: 230px;
    }

    .navbar_n {
        order: 3;
    }

    .inner_header .inner_text {
        top: 56%;
    }

}


@media only screen and (max-width: 767px) {
    .banner_head {
        font-size: 25px;
    }

    .product .img {
        margin: 10px 0;
    }

    .product .ab_box:nth-child(odd) .ab_1 {
        order: inherit;
    }

    .product .img {
        padding: 0 0px;
    }

    .product .ab_box:nth-child(even) .ab_2 {
        padding-left: 0px;
    }
    .ab_item {
        width: 100%;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .ab_box {
        padding: 24px 1%;
    }

    .pro_head {
        font-size: 23px;
    }

    .main_head {
        font-size: 22px;
    }

    .feminine_box span {
        font-size: 22px;
    }
    .margin {
        margin: 30px 0;
    }
}