.page-node-9834 {
    margin: 0;
    padding: 0;
    font-family: "Nunito Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "EB Garamond", sans-serif; 
}
.font1{
    font-family: 'Nunito Sans', sans-serif;
}

.font2{
    margin: 0;
    padding: 0;
    font-family: "EB Garamond", sans-serif;
}

.font6{
    font-size: 22px !important;
    margin-bottom: 10px !important;
    font-style: normal !important;
    text-align: left !important;
    margin: 0;
    padding: 0;
}
#para_2,
#para_3,
#para_4 {
    display: none;
}
.lotion-banner {
    position: relative;
}
.lotion-banner-text {
    position: absolute;
    z-index: 1;
    left: 7%;
    top: 26%;
}
.lotion-banner-text h1 {
    color: #d1a272;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 600;
}
.lotion-banner-text h2 {
    color: #6f6b67 !important;
    font-size: 16px !important;
    line-height: 1.1;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    margin-top: 20px;

    text-align: left !important;

    text-transform: capitalize !important;

    line-height: 1.2 !important;
    font-weight: 300 !important;
}
.mt-10 {
    margin-top: 10px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.text-center {
    text-align: center;
}
.lotion-tabs.inactive-tab {
    background-color: #f0f0f0;
    text-align: center;
    padding: 20px;
    cursor: pointer;
}
.lotion-tabs.inactive-tab h3 {
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    color: #aeaeae;
    margin-top: 20px;
    text-transform: uppercase;
}

.lotion-tabs.active-tab {
    background-color: #fff;
    border-color: #1067ac;
    border-top: 11px solid #1067ac;
    text-align: center;
    padding: 20px;
    cursor: pointer;
}
.lotion-tabs.active-tab h3 {
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    color: #1067ac;
    margin-top: 20px;
    text-transform: uppercase;
}

.para-title {
    font-size: 26px;
    color: #d1a272;
    text-align: center;
}
.d-flex {
    display: flex;
}

.why-choose .d-flex {
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.why-choose .d-flex img,
.natural-safe .d-flex img {
    width: 100%;
}
.why-choose .d-flex p {
    width: 100%;
    margin: 0 auto;
}
.natural-safe .d-flex,
.how-to-use .d-flex {
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 65%;
    margin: 0 auto;
    margin-bottom: 4%;
}
.natural-safe h5,
.natural-safe-mobile h5 {
    font-family: "Nunito Sans", sans-serif;
    color: #000;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: bold;
}

.how-to-use .d-flex {
    width: 45%;
    justify-content: start;
    margin: 50px auto;
}
.how-to-use .d-flex img {
    width: 200px;
}
.dotted-bg {
    position: relative;
    background-image: url("../png/dotted-line.png");
    background-repeat: repeat-y;
    background-position: 232px 130px;
}
.dotted-line {
    position: absolute;
    left: 11%;
    top: 10%;
    z-index: -1;
}
.pack-size-container {
    width: 75%;
    margin: 0 auto !important;
}
.pack-size .d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pack-size .d-flex img {
    width: 100px;
    position: relative;
    z-index: 2;
}
.pack-info {
    padding: 15%;
    border-radius: 20px;
    background-color: #d1a272;
    position: relative;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.pack-info a {
    background-color: #fff;
    color: #e83785;
    border-radius: 20px;
    padding: 9px 20px;
    font-weight: bold;
    text-decoration: none;
    margin-left: 10px;
}
.why-choose-mobile {
    background-color: #f9ffec;
}
.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #62b1ca;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #62b1ca;
}
.natural-safe-mobile h5,
.natural-safe-mobile p {
    text-align: center;
}

.owl-pack {
    text-align: center;
}
.owl-pack img {
    width: 200px !important;
    margin: 0 auto;
}
.owl-pack p {
    font-weight: bold;
    color: #000;
    font-size: 20px;
}
.owl-pack a {
    background-color: #e83785;
    color: #fff;
    font-size: 20px;
    padding: 9px 20px;
    border-radius: 20px;
}
.how-to-use-mobile {
    background: #b3dee26b;
}
.how-to-use-mobile img {
    width: 250px !important;
    margin: 0 auto;
}
.how-to-use-mobile p {
    font-size: 18px;
    text-align: center;
}
/*.active-tab img.active{
	display: block;
}
.active-tab img.inactive{
	display: none;
}
.inactive-tab img.active{
	display: none;
}
.inactive-tab img.inactive{
	display: block;
}
*/
.lotion-tab-wrapper .lotion-tab-holder:not(:first-child) img.active {
    display: none;
}
.lotion-tab-wrapper .lotion-tab-holder:first-child img.inactive {
    display: none;
}
.h6Style {
    font-size: 22px !important;
    margin-bottom: 10px !important;
    font-style: normal !important;
    text-align: left !important;
}
@media only screen and (min-width: 769px) {
    .desktop-view {
        display: block;
    }
    .mobile-view {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    h4 {
        color: #000;
        font-weight: bold;
    }
    .lotion-banner-text h1 {
        font-size: 6vw;
    }
    .lotion-banner-text h2 {
        margin-top: 20px;
        text-align: left !important;
    }
    .para-title {
        font-size: 30px;
    }
    .natural-safe-mobile img {
        width: 175px;
    }
    .owl-pack img {
        width: 150px !important;
        margin: 0 auto;
    }
    .how-to-use-mobile img {
        width: 175px !important;
    }
    .lotion-banner-text {
        top: auto;
        left: auto;
        right: auto;
        text-align: center;
        margin-top: 20px;
        position: relative;
        padding: 5%;
    }
    .lotion-banner-text h1 {
        font-size: 32px;
    }
    .lotion-banner-text h2 {
        font-size: 14px;
        text-align: center !important;
    }
    .pack-size-container {
        width: 100%;
        margin: 0 auto;
    }
    .h6Style {
        text-align: center !important;
    }
}
.breadcrumb {
    margin-bottom: 0 !important;
}
