.show-desk {
    display: block;
}

.show-mob {
    display: none;
}

.first-section {
    padding-top: 130px;
    padding-bottom: 130px;
}

.first-section .container {
    max-width: 1172px;
}

.form-title {
    max-width: 385px;
    margin-top: 20px;
}

.first-section__side {
    width: 55%;
    float: left
}

.first-section__side:last-child {
    width: 44%;
    margin-left: 1%
}

.package-item__status span {
    width: 20px;
    height: 20px;
}

.title-block__main {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff9ef;
    line-height: 30px;
    padding-left: 17px;
    float: left;
}

.shipping-row span {
    position: relative;
    z-index: 3;
    color: #fff9ef;
    display: block;
    padding-left: 31px;
    font-size: 14px;
}

.shipping-row span:before {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    top: 6px;
    width: 28px;
    height: 23px;
    background: url(../images/box-icon.svg) no-repeat center;
    background-size: contain;
}

.package__save {
    background: url(../images/package-save.svg) no-repeat;
    position: absolute;
    right: 12px;
    bottom: 49px;
    width: 90px;
    height: 90px;
    background-size: cover;
    color: #000;
    font-family: Oswald, sans-serif;
}

.package__save_title {
    font-size: 19px;
    line-height: 20px;
    display: block;
    text-align: center;
    margin-top: 25px;
}

.package__save_item {
    text-align: center;
    display: block;
    line-height: 1.4;
    font-size: 15px;
}

.price-top {
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 47px;
    text-decoration-line: underline;
    position: relative;
    display: inline-block;
}

.package-info__title {
    font-size: 15px;
    display: block;
    line-height: 1;
    font-style: italic;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0;
    letter-spacing: -.03em;
    color: #d02734;
}

.package-images__item:first-child:before {
    height: 25px;
    width: 25px;
    font-size: 25px;
}

.package-info__price {
    display: block;
    font-size: 64px;
    line-height: 70px;
    font-family: Oswald, sans-serif;
    color: #000;
}

/* .product-selection{
    margin-top: 60px;
} */
.first-section__bottle {
    position: absolute;
    bottom: -75px;
    right: -40px;
    max-width: 350px;
}

.product2 .package-images__item:first-child:before {
    right: -5px;
}

.product.active .package-item__status span:before {
    content: "";
    display: block;
    background: url(../images/done-icon.png) no-repeat center;
    position: absolute;
    left: -8px;
    top: -54px;
    width: 40px;
    height: 85px;
    background-size: contain;
}

.package-info__btn {
    width: auto;
    height: 33px;
    font-size: 16px;
}

/* .package-item__content {
    display: none;
} */

.desk-form-date {
    display: block;
}

.mob-form-date {
    display: none;
}

/* subscribe and toggle options  */

ul.nav.nav-pills.mb-3 {
    margin: 35px auto 1px auto !important;
    /* width: 410px; */
    display: flex;
    border-radius: 50px;
    /* height: 56px; */
    background: #000;
    padding: 5px;
    overflow: hidden;
    color: #fff;
    justify-content: space-between;
}

li.nav-item {
    list-style: none;
    display: inline-block;
    width: 49%;
    text-align: center;
}

.nav-pills .nav-link {
    display: block;
    width: 100%;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    line-height: 22px;
    height: 45px;
    font-weight: normal;
    border: none;
    cursor: pointer;
    background: transparent;
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    position: relative;
    outline: 0;
}

.nav-pills .nav-link.selected {
    background: #fff;
    color: #333333 !important;
}


/* custom dropdown  */

.custom-dropdown {
    position: relative;
    width: 100%;
    background-color: #ffb506;
    background-image: -webkit-linear-gradient(top, #fcdb06 0, #ffb506 100%) !important;
    color: #000;
    text-transform: uppercase;
    display: block;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #a27d01;
}

.dropdown-toggle {
    padding: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
}

.dropdown-toggle::after {
    position: absolute;
    content: '';
    background: url("../images/dropdown.svg") no-repeat;
    top: 12px;
    right: 20px;
    height: 20px;
    width: 20px;
    background-size: cover;
    transition: transform 0.2s ease;
}

/* .dropdown-toggle.open::after{
    position: absolute;
    content: '';   
    transform: rotate(180deg);
    
  } */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    list-style: none;
    padding: 0;
    display: none;
    font-size: 16px;
}

.dropdown-menu li {
    padding: 5px 10px;
    cursor: pointer;
}

.dropdown-menu li:hover {
    background-color: #f0f0f0;
}


@media (max-width: 1199px) {
    .first-section {
        padding-top: 130px;
        padding-bottom: 50px;
    }

    .first-section .container {
        max-width: 991px;
    }

    .first-section__side {
        width: 45%;
        float: left;
    }

    .form-title {
        max-width: 320px;
        margin-top: 20px;
    }

    .first-section__side:last-child {
        width: 54%;
        margin-left: 1%;
    }

    .first-section__bottle img {
        max-width: 260px;
    }

    .label-jar {

        font-size: 12px;
        line-height: 25px;
    }

}

@media (max-width: 991px) {
    .home .header__logo {
        margin-top: 16px
    }

    /* .product-selection {
        margin-top: 30px;
    } */
    .first-section__info h1 {
        font-size: 66px;
    }

    .first-section__info h2 {
        font-size: 26px;
        line-height: 70px;
    }

    .first-section__info h3 {
        font-size: 22px;
        line-height: 33px;

    }
}

@media (max-width: 767px) {
    .show-desk {
        display: none;
    }

    .show-mob {
        display: block;
    }

    .why-is img {
        max-width: 231px;
    }

    .why-is__side.side-1 .label-jar {
        right: 70px;
    }

    .diagonal-line-container {
        display: none;
    }

    .home .header__logo {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .header__info.row,
    .header__info_side,
    .header .container:before,
    .form-title:before {
        display: none;
    }

    .first-section {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .first-section .container,
    .home .header .container,
    .container {
        max-width: 100% !important;
        margin-left: 15px;
        margin-right: 15px;
    }

    .first-section__side,
    .first-section__side:last-child,
    .side-1,
    .why-is__side {
        width: 100%;
    }

    .form-title {
        max-width: 95%;
        margin-top: 75px;
    }

    .product-selection {
        margin-top: 0px;
    }

    .why-is img {
        margin-bottom: 20px;
        display: block;
        margin: 0 auto;
    }

    .label-jar {
        height: 90px;
        width: 90px;
    }

    .how-use__item {
        width: 100%;
    }

    .sprite1.sprite-s8-seal.s8-seal {
        display: none;
    }

    .t-box1,
    .t-box2 {
        display: block;
        margin: auto;
        margin-top: 43px;
    }

    .footer__coll:last-child {
        width: 100%;
    }

    .footer__coll.first-section__info {
        width: 60%;
    }

    .footer__coll_middle {
        width: 30%;
    }

    .last-title-main h3 {
        font-size: 21px;
    }

    .last-block h4 {
        font-size: 25px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .last-title-main h4 {
        font-size: 26px;
    }

    .desk-form-date {
        display: none;
    }

    .mob-form-date {
        display: block;
    }

    .how-use__titleMain {
        font-size: 25px;
    }

    .how-use__item {
        padding: 0;
    }

    .how-use__step,
    .how-use__title,
    .how-use__item p {
        max-width: 100%;
    }

    .compare-table h2 {
        margin-bottom: 25px;
        color: #65bb48;
        font-size: 30px;
        line-height: 35px;
    }

    .compare-table table {
        border-collapse: collapse;
        width: 100%;
        border-spacing: 0;
    }

    .table-product td {
        text-align: center;
        font-size: 16px;
        width: 20%;
    }

    .compare-table tr .table-line__last span,
    .compare-table tr .table-title span,
    .compare-table tr:first-child span,
    .compare-table tr span {
        font-size: 14px;
    }

    .table-product td img {
        max-height: 90px;
        margin: 4px auto 3px;
        display: block;
        max-width: calc(100% - 10px);
    }

    /* .compare-table tr:last-child .table-line__last, .compare-table tr:nth-child(2) .table-title {
        background: #333;
    } */
    .compare-table tr:last-child span,
    .compare-table tr:nth-child(2) span {
        /* color: #fff; */
        font-size: 15px;
        line-height: 15px;
        padding: 8px 4px 8px 0;
    }

    #section8 h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        line-height: 125%;
        font-family: Poppins, sans-serif;
        text-align: center;
        display: inline-block;
        width: 100%;
        color: #000;
        margin-bottom: 20px;
        margin-top: 15px;
    }

    #section8 h2 span {
        color: #1ca00c;
        display: block;
    }
    .product.active .package-item__status span:before{
        top: -44px;
    }
}


@media (max-width: 575px) {
    .header__warning {
        font-size: 13px;
    }

    .first-section__bottle img {
        max-width: 244px;
    }

    .first-section__info ul li {
        width: 40%;
    }

    .security-icons {
        display: none;
    }

    .title-block {
        width: 65%;
    }

    .title-block__main {
        font-size: 17px;
        font-size: 14px;
        padding-left: 7px;
    }

    .shipping-row {
        width: 35%;
    }

    .shipping-row span {
        font-size: 10px;
        padding-left: 20px;
    }

    .timer-block,
    .timer-block span {
        font-size: 12px;
        text-align: center;
        margin-top: 0;
        text-indent: 0;
    }

    .nav-pills .nav-link {
        font-size: 12px;
    }

    .reverse-new__item:nth-child(4n) {
        margin-right: 0;
    }

    .package-images,
    .product3 .package-images {
        width: 47.5%;
    }

    .package-info {
        width: 40%;
    }

    .package-info__btn {
        font-size: 13px;
    }

    .package__save {
        width: 55px;
        height: 55px;
        right: 0px;
        bottom: 90px;
    }

    .package__save_title {
        font-size: 13px;
        margin-top: 9px;
    }
    .package__save_item {
        font-size: 11px;
    }

    .package-images__item img {
        max-height: 72px;
    }

    .product2 .package-images__item:first-child:before {
        right: -3px;
    }

    .side-1 {
        padding-top: 1rem;
    }


    .reverse .reverse__title {
        color: #000;
        font-size: 23px;
        letter-spacing: 0;
    }

    .reverse-new__item {
        width: 44%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

}

@media(max-width: 375px) {
    .package__save_title {
        margin-top: 14px;
    }
    .package-images,
    .product3 .package-images {
        width: 53.5%;
    }

    .package-info {
        width: 33%;
    }

    .package-info__retail,
    .package-info__total {
        font-size: 11px;
    }

    .package-info__title {
        font-size: 13px;
    }

    .price-top {
        font-size: 25px;
        line-height: 35px;
    }

    .shipping-row span {
        font-size: 8px;
        padding-left: 20px;
    }

    .title-block__main {
        font-size: 12px;
        padding-left: 7px;
    }

    .package__save_title {
        font-size: 15px;
        line-height: 14px;
    }

    .steps__item,
    .nav-pills .nav-link {
        font-size: 10px;
    }

    .first-section__bottle img {
        max-width: 235px;
    }

    .first-section__info h1 {
        font-size: 60px;
    }

    .first-section__info h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .first-section__bottle {
        position: absolute;
        bottom: -40px;
        right: -40px;
        max-width: 350px;
    }

    .why-is__side.side-1 .label-jar {
        right: 0;
    }
}