.pekacid-content {

    /*hero*/
    .pekacid-hero {
        background-color: #F8F8F8;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .container-hero-img {
        background-image: url("../icons/header-LTR.svg");
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
    }

    .container-hero-img .title {
        color: white;
        max-width: 70%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        margin: 0;
        font-family: Demo;
        font-size: 64px;
        font-weight: normal;
        line-height: 1.14;
    }

    .hero-subtitle {
        display: flex;
        flex-direction: column;
        row-gap: 30px;
    }

    .sub-title {
        color: #002B46;
        font-family: Inter;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 49px;
        max-width: 714px;
        margin: 0;
    }

    /*Add to Home Screen button*/
    .add-to-homepage-container {
        display: flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;
        width: fit-content;
    }

    .add-to-homepage-container span {
        color: var(--Primary-turquoise-blue, #00B5D3);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .add-to-homepage-container img {
        width: 24px;
        height: 24px;
    }

    /*calculate-block*/
    .pekacid-calculate-block {
        display: flex;
        flex-direction: column;
        padding: 40px 0;
        row-gap: 40px;
    }

    .pekacid_fill_the_following_information {
        color: var(--Primary-blue, #002B46);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 155.556% */
        max-width: 565px;
        margin: 0;
    }

    .pekacid-input-data {
        display: flex;
        flex-direction: column;
        row-gap: 40px;
        width: 444px;
        max-width: 444px;
    }

    .one-input-wrapper {
        display: flex;
        flex-direction: column;
        row-gap: 12px;
        width: 100%;
    }

    .label-wrapper {
        display: flex;
        align-items: center;
        column-gap: 4px;
        width: 100%;
    }

    .label-text {
        color: #002B46;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        margin: 0;
    }

    .label-wrapper .tooltip-icon {
        width: 24px;
        height: 24px;
        cursor: pointer;
        /*transform: translateY(-1px);*/
    }

    .last-word-with-icon {
        white-space: nowrap;
        display: inline-flex;
        align-items: center;
        column-gap: 4px;
    }

    .options-wrapper {
        display: flex;
        width: 100%;
    }

    .one-option {
        display: flex;
        height: 52px;
        padding: 0px 16px;
        justify-content: center;
        align-items: center;
        flex: 1 0 0;
        border-radius: 4px;
        border: 1px solid #C9C9C9;
        color: #002B46;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        cursor: pointer;
    }
    .one-option.selected {
        border: 1px solid #00B5D3;
        background: #E5F8FB;
    }

    .how-measuring-options-wrapper {
        column-gap: 10px;
    }

    .bicarbonate-method-options-wrapper,
    .unit-measurement-options-wrapper {
        column-gap: 6px;
    }
    .input-container {
        display: flex;
        flex-direction: column;
        row-gap: 8px;
    }
    .measurement-text {
        margin: 0;
        color: var(--Primary-blue, #002B46);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
    }
    input {
        display: flex;
        height: 52px;
        padding: 16px;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: 4px;
        border: 1px solid rgba(0, 43, 70, 0.20);
        background: #F8F8F8;
        color: #010101;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }
    input:focus-visible {
        outline: none;
    }
    input.fill-input {
        border: 1px solid #C9C9C9;
        background: initial;
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    input[type="number"] {
        -moz-appearance: textfield;
    }
    #clear_all_btn {
        color: #00B5D3;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px; /* 118.75% */
        text-decoration-line: underline;
        cursor: pointer;
        width: fit-content;
        margin-top: -24px;
    }
    #calculate_btn {
        border-radius: 5px;
        background: #E4E4E4;
        display: flex;
        min-height: 50px;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border: unset;
        pointer-events: none;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    #calculate_btn span {
        color: #1D1B20;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        opacity: 0.38;
    }
    #calculate_btn.active-btn {
        background: var(--Primary-turquoise-blue, #00B5D3);
        pointer-events: unset;
        color: #FFF;
        opacity: 1;
    }
    #calculate_btn.active-btn span{
        color: #FFF;
        opacity: 1;
    }
    #calculate_btn:disabled {
        cursor: not-allowed;
    }

    #calculate_btn span svg {
        -webkit-animation: spin 1s linear infinite;
        -moz-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;
    }

    /*results block*/
    .pekacid-results-block {
        display: flex;
        width: 444px;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 24px;
        margin-bottom: 0;
    }

    .tools-disclaimer-block{
        margin: 73px 0 !important;
    }

    .results-title-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
        align-self: stretch;
        width: 100%;
    }
    .results-title {
        color: var(--Primary-blue, #002B46);
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0;
    }
    .your-solution-text {
        color: var(--Primary-blue, #002B46);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 155.556% */
        margin: 0;
    }
    .required-pekacid-amount-wrapper {
        display: flex;
        min-height: 69px;
        padding: 20px 16px;
        justify-content: space-between;
        column-gap: 24px;
        align-items: center;
        align-self: stretch;
        border-radius: 6px;
        border: 1px solid rgba(0, 43, 70, 0.20);
        background: #F8F8F8;
    }
    .additional-results {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        border-radius: 6px;
        background: #F8F8F8;
        width: 100%;
    }
    .nutrient-contribution-wrapper {
        display: flex;
        padding: 20px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        border-radius: 6px 6px 0px 0px;
        border: 1px solid rgba(0, 43, 70, 0.20);
    }
    .result-inner-title {
        color: #002B46;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0;
    }
    .pekacid-results-block span {
        display: flex;
        width: 80px;
        min-width: 80px;
        height: 20px;
        padding: 0px 8px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 6px;
        background: #EAEAEA;
    }
    .one-contribution {
        display: flex;
        flex-direction: column;
        row-gap: 12px;
        width: 100%;
    }
    .one-contribution p {
        color: #002B46;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 19.2px */
        margin: 0;
    }
    .electrical-conductivity-wrapper {
        display: flex;
        padding: 20px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        border-radius: 0px 0px 6px 6px;
        border-right: 1px solid rgba(0, 43, 70, 0.20);
        border-bottom: 1px solid rgba(0, 43, 70, 0.20);
        border-left: 1px solid rgba(0, 43, 70, 0.20);
    }
    /*show results*/
    .required-pekacid-amount-wrapper.show-results {
        border: unset;
        background: #E5F7FA;
    }
    .additional-results.show-results {
        background: unset;
    }
    .pekacid-results-block span.show-results{
        width: max-content;
        max-width: 100%;
        height: 30px;
        padding: 0 12px;
        background: #E5F7FA;
        color: #002B46;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        min-width: max-content;
    }
    .required-pekacid-amount-wrapper span.show-results {
        font-size: 24px;
        font-weight: 600;
        padding: 0;
    }

    @media (max-width: 768px) {
        /*hero*/
        .pekacid-hero {
            padding-bottom: 24px;
            row-gap: 12px;
        }

        .container-hero-img {
            background-image: url("../icons/header-mobile-LTR.svg");
            height: 140px
        }

        .container-hero-img .title {
            max-width: 247px;
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: 125%; /* 27.5px */
            -webkit-line-clamp: 4 !important;
        }

        .hero-subtitle {
            row-gap: 16px;
        }

        .sub-title {
            font-size: 16px;
            line-height: 1.4;
        }

        /*Add to Home Screen button*/
        .add-to-homepage-container span {
            color: var(--Primary-turquoise-blue, #00B5D3);
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 19px; /* 118.75% */
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: none;
            text-decoration-thickness: auto;
            text-underline-offset: auto;
            text-underline-position: from-font;
        }
        /*calculate-block*/
        .pekacid-calculate-block {
            padding: 24px 0;
            row-gap: 24px;
        }
        .pekacid_fill_the_following_information {
            font-size: 16px;
            line-height: 19px; /* 118.75% */
        }
        .pekacid-input-data {
            width: 100%;
            row-gap: 24px;
        }
        .one-input-wrapper {
            row-gap: 8px;
        }
        .label-text {
            font-size: 16px;
            line-height: 19px; /* 118.75% */
        }
        .label-wrapper .tooltip-icon {
            width: 19px;
            height: 19px;
            transform: translateY(-1px);
        }
        .options-wrapper {
            column-gap: 6px;
        }
        .one-option {
            padding: 0;
            height: 44px;
            font-size: 14px;
        }
        .input-container {
            row-gap: 4px;
        }
        input {
            font-size: 16px;
        }
        #clear_all_btn {
            margin-top: 0;
        }

        /*results block*/
        .pekacid-results-block {
            width: 100%;
            row-gap: 24px;
            padding: 24px 0 0;
            margin-bottom: 60px;
        }
        .results-title-wrapper {
            row-gap: 12px;
        }
        .results-title {
            font-size: 20px;
        }
        .your-solution-text {
            font-size: 14px;
            line-height: 19px;
        }
        .required-pekacid-amount-wrapper {
            column-gap: 12px;
        }
            .additional-results{
            margin-top: -8px;
        }
        .nutrient-contribution-wrapper {
            padding: 16px;
        }
        .result-inner-title {
            font-size: 16px;
        }
        .one-contribution {
            row-gap: 8px;
        }
        .one-contribution p {
            font-size: 14px;
        }
        .pekacid-results-block span.show-results {
            font-size: 14px;
        }
        .tools-disclaimer-block{
            margin: 32px 0 !important;
        }
        .required-pekacid-amount-wrapper span.show-results {
            font-size: 24px;
        }
    }

    /*--------------- People area css start ---------------*/
    .people__area .section-title {
        text-align: center;
        margin-bottom: 24px;
    }
    .people__area .section-title h2 {
        font-size: 48px;
        font-weight: 400;
        margin: 0;
        color: #002c45;
        font-family: "Demo";
    }
    @media (min-width: 1200px) and (max-width: 1449px) {
        .people_slider {
            padding: 0 70px;
        }
    }
    .people_slider {
        margin: 46px auto;
        margin-bottom: 40px;
    }
    .people_slider.slick-initialized.slick-slider button {
        position: absolute;
        left: 0;
        top: 30%;
        font-size: 29px !important;
        color: #00b5d3 !important;
        background: transparent !important;
        border: 0;
    }

    .people_slider.slick-initialized.slick-slider button.slick-next {
        left: auto;
        right: 0;
    }

    .people_slider.slick-initialized.slick-slider button i {
        font-weight: 200;
    }

    .p_img {
        width: 150px;
        height: 150px;
        margin: 0 auto;
        display: block;
        border-radius: 50%;
    }

    .p_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .signle_p_slide {
        text-align: center;
    }

    .signle_p_slide h4 {
        font-size: 16px;
        font-weight: 700;
        font-family: "Inter", sans-serif;
        margin-bottom: 0;
        margin-top: 11px;
        padding: 0 14px;
        line-height: 1.56;
    }

    @media (max-width: 768px){
        .signle_p_slide h4 {
            padding: unset;
        }
    }

    .signle_p_slide h4 span {
        display: block;
        font-weight: 400;
        color: #698291;
        margin-top: 8px;
    }

    .people__area .owl-dots {
        display: none;
    }

    .people__area .owl-nav button {
        position: absolute;
        left: -100px;
        top: 50%;
        transform: translateY(-50%);
    }

    .people__area .owl-nav button i {
        font-size: 32px;
        color: #50b2cf;
    }

    .people__area .owl-nav button.owl-next {
        left: auto;
        right: -100px;
    }


    .view_all_btn p {
        color: #002b46;
        font-size: 18px;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
    }

    .people__area {
        background: #f8f8f8;
        padding: 70px 0;
    }

    .people__area p {
        font-family: Inter;
        font-size: 18px;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        color: #002c45;
        display: flex;
        justify-content: center;
        align-items: center;
        word-break: break-word;
        /*text-align: left;*/
        margin-top: 6px;
    }
    .people__area .view_all_btn {
        padding-top: 40px;
    }
    .people__area .view_all_btn p {
        font-family: Inter;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: center;
        color: #002c45;
    }
    .people__area .site-btn {
        background: transparent;
        color: #00b5d0;
        font-size: 18px;
        transition: 0.3s;
        height: 50px;
        display: inline-block;
        line-height: 50px;
        width: auto;
        text-align: center;
        border: 1px solid #00b5d3;
        border-radius: 5px;
        padding: 0 20px;
    }

    @media only screen and (min-width: 320px) and (max-width: 767px) {
        .people__area {
            padding-top: 30px;
            padding-bottom: 30px;
            margin-bottom: 0;
        }
        .people__area .section-title {
            text-align: left;
            margin-bottom: 16px;
        }
        .people__area .section-title p {
            margin-bottom: 24px;
            font-family: Inter;
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.56;
            letter-spacing: normal;
            text-align: left;
            color: #002c45;
            justify-content: left;
        }

        .people__area .section-title h2{
            margin-bottom: 8px;
            line-height: normal;
            font-size: 28px;
            text-align: left;
        }

        .people__area .row.mt-30 {
            margin-top: 0;
        }

        .people__area .row.mt-70 {
            margin-top: 0px;
        }
        .people_slider{
            display: flex;
            justify-content: flex-start;
            column-gap: 40px;
            margin: 0;
            overflow-y: hidden;
            overflow-x: scroll;
            width: calc(100% + 40px);
            padding-left: 20px;
            margin-left: -20px !important;
            margin-bottom: 72px !important;
            margin-top: 0px !important;
            padding-right: 20px;
        }

        .people_slider::-webkit-scrollbar {
            display: none;
        }

        /* Hide scrollbar for IE, Edge and Firefox */
        .people_slider {
            -ms-overflow-style: none;  /* IE and Edge */
            scrollbar-width: none;  /* Firefox */
        }
        .signle_p_slide h4 span{
            opacity: 0.5;
            font-family: Inter;
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.56;
            letter-spacing: normal;
            text-align: center;
            color: #002c45;
        }

        .people__area a.site-btn.borderd-btn {
            display: inline-block;
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

        .p_img {
            width: 100px;
            height: 100px;
            margin: 0 auto;
            display: block;
            border-radius: 50%;
        }

        .view_all_btn {
            padding-top: 10px;
        }
        .site-btn.borderd-btn {
            display: inline-block;
            width: 100%;
            margin-top: 10px;
        }
        .people__area .view_all_btn p {
            margin-top: -39px;
            margin-bottom: 6px;
        }
    }
    .people_slider.slick-initialized.slick-slider button i.fa-angle-left:before, .people_slider.slick-initialized.slick-slider button i.fa-angle-right:before {
        font-size: 64px;
    }
    .people_slider.slick-initialized.slick-slider button.slick-next.slick-arrow {
        transform: translate(80px, -27px);
    }
    .people_slider.slick-initialized.slick-slider button.slick-prev.slick-arrow {
        transform: translate(-80px, -28px);
    }
    @media (max-width: 1300px) {
        .people_slider.slick-initialized.slick-slider button.slick-next.slick-arrow {
            transform: translate(30px, -23px);
        }
        .people_slider.slick-initialized.slick-slider button.slick-prev.slick-arrow {
            transform: translate(-30px, -23px);
        }
    }
    /*--------------- People area css end ---------------*/

    /* Resources Carousel */

    .product_resource_slider{
        overflow-x: hidden;
        position: unset !important;
    }
    .product_resource_slider .slick-track {
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin: auto;
    }
    .product_resource_slider .slick-slide{
        width:282px !important;
        margin: 0 12px 0 12px ;
    }
    .product_resource_slider h4{
        opacity: 1;
        font-family: Inter;
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.39;
        letter-spacing: normal;
        text-align: left;
        color: #00b5d3;
        margin-bottom: 8px;
    }
    .product_resource_slider p{
        font-family: Inter;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: left;
        color: #002c45;
    }
    .product_resource_slider img{
        width: 282px;
        height: 159px;
        border-radius: 5px;
        margin-bottom: 16px;
        object-fit: cover;
    }
    .section-resources .title-section-Demo{
        text-align: center;
        margin-bottom: 70px;
    }
    .section-resources{
        margin-bottom: 120px;
        margin-top: 60px;
    }
    /*    ARROWS*/
    .product_resource_slider button.slick-arrow  i{
        font-weight: 500;
        font-size: 42px;
    }
    .product_resource_slider .slick-arrow{
        background-color: unset !important;
        border: unset;
        color: #00b5d3;
        position: absolute;
    }
    .product_resource_slider .slick-arrow.slick-prev{
        left: -34px;
        top:180px;
    }

    .product_resource_slider .slick-arrow.slick-next{
        right: -34px;
        top:180px;
    }

    .product_resource_slider .fal::before{
        font-size: 55px;
        font-weight: 200;
        height: auto;
        padding-top: 12px;
    }

    /*    ICONS  */
    .product_resource_slider .all-resources-playit {
        position: absolute;
        transition: 0.25s all !important;
        width: 60px !important;
        height: 70px !important;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .product_resource_slider .single_hub_blk i{
        height: 24px;
        width: 24px;
        display: inline-block;
    }
    .product_resource_slider .single_hub_blk i:before{
        width: 24px;
        height: 24px;
        content: '';
        display: inline-block;
        vertical-align: middle;
        background-repeat: no-repeat;
    }
    .icon-article:before,
    .icon-testimonial:before{
        transform: translate(0px, -3px);
    }
    .icon-podcast:before {
        transform: translate(0, -4px);
    }
    .product_resource_slider .single_hub_blk .icon-ebook {
        width: 25px;
    }
    .icon-ebook:before{
        width: 25px !important;
        transform: translate(-2px, -3px);
    }
    .product_resource_slider .single_hub_blk .icon-event {
        width: 21px;
    }
    .icon-event:before{
        width: 18px !important;
        height: 20px !important;
        transform: translate(0px, -4px);
    }
    .icon-video:before {
        width: 20px !important;
        height: 20px !important;
        transform: translateY(-3px);
    }
    .icon-category:before,
    .icon-tag_results:before{
        width: 23px !important;
        height: 31px !important;
        transform: translate(-1px, -3px);
    }

    .icon-trial:before {
        width: 18px !important;
        height: 18px !important;
        transform: translate(2px, -2px);
    }

    .icon-news:before {
        width: 22px !important;
        height: 18px !important;
        transform: translate(0px, -3px);
    }
    .icon-crop:before,
    .icon-crop_category:before,
    .icon-guide:before {
        width: 20px !important;
    }
    /*END ICONS*/
    @media (max-width: 768px) {
        .product_resource_slider .slick-slide > div{
            height: 100%;
        }
        .product_resource_slider .slick-track{
            justify-content: unset;
            margin-left: -50px;
            align-items: normal;
        }
        .section-resources .title-section-Demo{
            font-size:28px;
            text-align: left;
            margin-bottom: 24px;
        }
        .section-resources{
            margin-top: 60px;
            margin-bottom: 60px;
        }
        .product_resource_slider img{
            width: 246px;
            height: 139px;
        }
        .product_resource_slider .slick-slide{
            width: 246px !important;
            margin: 0 18px 0 0;
            height: inherit !important;
            border-bottom: 1px solid rgb(0 43 70 / 20%);
        }
    }

    /* End Resources Carousel*/
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*tooltip*/
.tooltip-inner {
    padding: 12px 16px;
    text-align: left;
    max-width: 297px;
    border-radius: 6px;
    background: #002B46;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.tooltip.show {
    opacity: 1;
}
@media (max-width: 768px) {
    .tooltip-inner {
        max-width: 195px;
        font-size: 14px;
    }
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{
    border-top-color: #002B46;
    border-width: 0.4rem .5rem 0;
    transform: translateX(-2px);
}
