input:focus{
    outline: none;
}
.group {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}


.converter-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
    width: 384px
}

.converter-container input {
    width: 100%;
    height: 50px;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    padding: 15px;
    font-size: 18px;

}

.converter-container label {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
    color: #002B46;
    /*text-align: left;*/
}

.convertor-panel {
    padding: 40px 0 0 16px;
    display: none;
    overflow: hidden;
    flex-direction: column;
    width: fit-content;
}
.convertor-panel.active{
    display: block;
    padding-top: 0;
}
#precipitation-units-converter .convertor-panel,
#water-hardness .convertor-panel{
    padding-left: 0;
}
a.clear-all-fields-btn{
    /*margin-right: 0px;*/
    /*margin-left: auto;*/
    /*display: table;*/
    line-height: 19px;
    color:  #00B5D3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
    margin-top: 16px;
    display: block;
    margin-bottom: 0 !important;
}
a.clear-all-fields-btn:hover{
    color: #00B5D3;
}
/*.clear-all-fields-btn:not(.group-title-container *){*/
/*    margin-bottom: 16px;*/
/*}*/
.group-title-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: baseline;
}
.open-convertor-panel {
    width: 1200px;
    height: 60px;
    padding: 14px 0px 14px 16px;
    gap: 8px;
    border-radius: 40px;
    background: #00B5D31A;
    border: none;
    text-align: start;
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
    line-height: 19px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color:#002B46;
    max-width: 100%;
}



.converter-tab {
    /*display: flex;*/
    flex-direction: column;
    row-gap: 40px;
}
.converter-tab{
    display: none;
}
.converter-tab.active{
    display: flex;
}
.group-title {
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    text-align: left;
}
.nutri-title{
    line-height: normal;
    display: flex;
    column-gap: 16px;
    flex-wrap: wrap;
}
.nutri-title sub{
    font-size: 12px;
    bottom: 0;
}
label sub{
    font-size: 9px;
    bottom: 0;
}
.tab-container{
    display: flex;
    position: relative;
    max-width: 1200px;
    align-items: center;
}
#navbar{
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    /*white-space: nowrap;*/
    flex-wrap: nowrap;
    /*max-width: 970px;*/
    /*text-wrap: pretty;*/
    column-gap: 35px;
    align-items: center !important;
    position: relative;
    scrollbar-width: none;
    width: 100%;
    max-width: 100%;
}
#navbar li{
    /*border-bottom: 3px solid transparent;*/
    position: relative;
    /*margin-bottom: 3px;*/
    cursor: pointer;
    /*width: min-content;*/
    /*width: fit-content;*/
    padding: 10px;
    color: #002B46;
}
#navbar li:first-child{
    padding-left: 0;
}
/*#navbar li:hover{*/
/*    border-bottom: 3px solid #00B5D3;*/
/*    color:#00B5D3;*/
/*}*/
/* Hover Effect */

#navbar li:hover::after {
    content: '';
    position: absolute;
    bottom: 0; /* Align to the bottom of the nav bar */
    left: 0;
    width: 100%;
    height: 3px; /* Height of the border */
    background-color: #00B5D3; /* Border color */
}
#navbar li a:hover{
    color:#00B5D3;
}
#navbar li.active{
    /*border-bottom: 3px solid #00B5D3;*/
    color:#00B5D3;
}
#navbar li.active::after {
    content: '';
    position: absolute;
    bottom: 0; /* Align to the bottom of the nav bar */
    left: 0;
    width: 100%;
    height: 3px; /* Height of the border */
    background-color: #00B5D3; /* Border color */
}
#navbar .japan-tabs {
    width: auto;
}
#navbar .tablinks{
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    text-align: left;

}
.scroll-btn.scroll-left svg{
    transform: rotate(180deg);
}
.scroll-btn{
    display: block;
    background-color: rgba(255, 255, 255, 0.46);
    width: 20px;
    position: absolute;

}
.scroll-btn.scroll-right{
    right: -11px;
    text-align: end;
}
.scroll-btn.scroll-left{
    left: -11px;
    text-align: start;
}
.converter-tab-title {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 46px;
}
.converter-tab-subtitle {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.56;
}
.tab-title-container{
    margin-top:40px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.header-area{
    background-color: #F8F8F8;
}
.header-area {
    .container-hero-img {
        margin-bottom: 20px;
        background-image: url("../converter-page/assets/header-calculator-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;
    }
    .title {
        margin: 0;
        font-family: Demo;
        font-size: 64px;
        font-weight: normal;
        line-height: 1.14;
        /*text-align: left;*/
    }
    .section-title {
        display: flex;
        flex-direction: column;
        row-gap: 13px;
    }
    .sub-title{
        font-family: Inter;
        font-size: 32px;
        font-weight: 400;
        line-height: 49px;
        /*text-align: left;*/
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        row-gap: 49px;
        margin-bottom: 60px;
    }
    .sub-title.add-to-home-enabled{
        row-gap: 30px;
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .sub-title.add-to-home-enabled{
        row-gap: 16px;
        margin-bottom: 16px;
    }
    .convert-group-container {
        position: relative;
    }
    /*.clear-all-fields-btn:not(.group-title-container *, .convertor-panel.active *) {*/
    /*    margin-bottom: 16px;*/
    /*    position: absolute;*/
    /*    top: 22px;*/
    /*    right: 0;*/
    /*}*/
    .group-title {
        margin-bottom: 4px;
    }
    .group-title.pt-40{
        padding-top: 24px;
    }
    .convertor-panel{
        width: auto;
    }
    .header-area {
        .container-hero-img {
            margin-bottom: 12px;
            background-image: url("../converter-page/assets/Unit-Converter-LTR.png");
            height: 140px
        }
        .container-hero-img .title{
            max-width: 243px;
        }
        .title {
            font-size: 22px;
            line-height: 1.33;
            font-weight: 400;
            -webkit-line-clamp: 4 !important;
        }
        .section-title {
            display: flex;
            flex-direction: column;
            row-gap: 16px;
        }
        .sub-title{
            font-size: 20px;
            line-height: 1.4;
            margin-bottom: 16px;
            row-gap: unset;
        }
        #navbar .tablinks{
            text-wrap: nowrap;
            font-family: Inter;
            font-size: 16px;
            font-weight: 400;
            line-height: 19.36px;
        }
        #navbar{
            overflow-x: scroll;
            scrollbar-width: none;
        }
    }
    .tab-title-container{
        margin-top: 24px;
    }
    .converter-tab-title{
        font-size: 20px;
        font-weight: 500;
        line-height: 1.33;
    }
    .converter-tab-subtitle{
        font-size: 16px;
        font-weight: 400;
        line-height: 1.56;
    }
    .converter-tab{
        row-gap: 16px;
    }
    .open-convertor-panel{
        background-color: unset;
        font-size: 20px;
        gap:16px;
        max-width: 100%;
        color:#002B46;
        line-height: 1.56;
        padding: 18px 0;
        height: auto;
        align-items: flex-start;
    }
    .convertor-panel{
        padding: 16px 0 0 0;

    }
    .convertor-panel .group{
        row-gap: 16px;
    }
    .converter-container{
        width: 100%;
        row-gap: 4px;
    }
    .converter-container label{
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
    }
    #navbar li.active::after{
        height: 2px;
    }
    #navbar li{
        padding: 10px 0;
    }
    .scroll-btn{
        display: block;
    }
    .converter-container input{
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
    }
}

/* SECTION-USED-WITH */
/*.section-used-with {*/
/*    text-align: center;*/
/*    margin-top: 96px;*/
/*    !* padding-bottom: 80px; *!*/
/*    background: #fdfdfd;*/
/*    !*margin-bottom: 120px;*!*/
/*    !*margin-bottom: 60px;*!*/
/*}*/

/*.section-used-with {*/
/*    !*overflow: hidden;*!*/
/*    !* height: 630px; *!*/
/*}*/

/*.section-used-with .swiper {*/
/*    overflow: visible;*/
/*}*/

/*.item-rigth {*/
/*    flex-basis: 60%;*/
/*    text-align: left;*/
/*}*/
/*@media (min-width: 768px) {*/
/*    .item-rigth {*/
/*        min-height: 200px;*/
/*    }*/
/*}*/
/*@media (max-width: 768px) {*/
/*    .item-rigth {*/
/*        flex-basis: 60%;*/
/*        text-align: left;*/
/*        padding-left: 35px;*/
/*    }*/
/*}*/

/*.item-rigth span {*/
/*    width: 33px;*/
/*    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: var(--angle-blue);*/
/*}*/
/*.item-slider-products .item-rigth a{*/
/*    font-size: 18px;*/
/*    text-decoration: underline;*/
/*}*/
/*.item-slider-products .item-title{*/
/*    font-weight: 200;*/
/*}*/
/*.item-slider-products span{*/
/*    color: #002c45;*/
/*}*/
/*.item-slider-products span.can-be-used-te{*/
/*    color: rgba(0, 44, 69, 0.7);*/
/*    margin-top: 0;*/
/*}*/
/*.item-rigth span b {*/
/*    font-family: Inter;*/
/*    font-size: 18px;*/
/*    font-weight: 300 !important;*/
/*    font-stretch: normal;*/
/*    font-style: normal;*/
/*    line-height: 1.56;*/
/*    letter-spacing: normal;*/
/*    text-align: left;*/
/*    color: #002c45;*/
/*}*/
/*@media (max-width: 768px) {*/
/*    .item-rigth h4.item-title{*/
/*        font-size: 16px;*/
/*    }*/
/*    .item-rigth a.item-link-list-info{*/
/*        font-size: 16px;*/
/*    }*/
/*}*/
/*@media (max-width: 992px) {*/

/*    .item-rigth span {*/
/*        font-family: Inter;*/
/*        font-size: 16px;*/
/*        font-weight: normal;*/
/*        font-stretch: normal;*/
/*        font-style: normal;*/
/*        line-height: 1.56;*/
/*        letter-spacing: normal;*/
/*        text-align: left;*/
/*        color: #002b46;*/
/*    }*/
/*    .item-rigth span b {*/
/*        padding-top: 8px;*/
/*        !*opacity: 0.7;*!*/
/*        font-family: Inter;*/
/*        font-size: 16px;*/
/*        font-weight: normal;*/
/*        font-stretch: normal;*/
/*        font-style: normal;*/
/*        line-height: 1.56;*/
/*        letter-spacing: normal;*/
/*        text-align: left;*/
/*        color: #002b46;*/
/*    }*/
/*}*/

/*.item-title {*/
/*    overflow-wrap: anywhere;*/
/*    !* font-family: Inter; *!*/
/*    font-size: 32px;*/
/*    font-weight: normal;*/
/*    font-stretch: normal;*/
/*    font-style: normal;*/
/*    line-height: 1.28;*/
/*    letter-spacing: normal;*/
/*    text-align: left;*/
/*    color: #002b46;*/
/*    display: -webkit-box;*/
/*    word-break: break-word;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    width: 89%;*/
/*}*/

/*.section-used-with .item-slider-products img {*/
/*    padding: 0;*/
/*    margin-right: 57px;*/
/*    flex-basis: 40%;*/
/*    width: 200px;*/
/*    margin-left: 0;*/
/*    height: 200px;*/
/*    object-fit: contain;*/
/*    object-position: top;*/
/*}*/

/*h2.desc-product.slider-title:after {*/
/*    height: 20px;*/
/*    width: 16px;*/
/*}*/

/*.section-desc {*/
/*    font-family: "Inter";*/
/*    font-size: 18px;*/
/*    font-weight: normal;*/
/*    font-stretch: normal;*/
/*    font-style: normal;*/
/*    line-height: 1.39;*/
/*    letter-spacing: normal;*/
/*    color: var(--dark-blue);*/
/*    margin-bottom: 40px;*/
/*}*/
/*.swiper-slide-custom {*/
/*    border-radius: 5px;*/
/*    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);*/
/*    background-color: #fff;*/
/*}*/

/*.section-used-with .item-slider-products {*/
/*    padding: 46px 63.4px 86px 54px;*/
/*    !* padding-bottom: 3vw; *!*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*    justify-content: space-between;*/
/*    height: 368px;*/
/*}*/

/*.swiper-button-next {*/
/*    right: -42px !important;*/
/*    transform: scale(0.6);*/
/*    font-weight: bold;*/
/*    color: #00b5d3 !important;*/
/*}*/

/*.swiper-button-prev {*/
/*    left: -46px !important;*/
/*    transform: scale(0.6);*/
/*    font-weight: bold;*/
/*    color: #00b5d3 !important;*/
/*}*/

/*.swiper-slide {*/
/*    opacity: 1;*/
/*    transition: all 0.9s ease-in;*/
/*    width: 587px !important;*/
/*    height: 500px !important;*/
/*}*/

/*.swiper-slide-duplicate-next,*/
/*.swiper-slide-duplicate-active {*/
/*    opacity: 0;*/
/*}*/
/*.item-tab-info{*/
/*    display: flex;*/
/*    width:100%;*/
/*}*/
/*.item-text-list-info.slider-text {*/
/*    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;*/
/*}*/

/*.desc-product.slider-title {*/
/*    font-size: 24px;*/
/*    !*margin: 0 0 0 7.2px;*!*/
/*    font-family: Inter;*/
/*    font-size: 24px;*/
/*    font-weight: bold;*/
/*    font-stretch: normal;*/
/*    font-style: normal;*/
/*    line-height: 1.33;*/
/*    letter-spacing: normal;*/
/*    text-align: left;*/
/*    color: #002b46;*/
/*    margin-bottom: 16px !important;*/
/*}*/
/*.section-used-with{*/
/*    margin-top: 64px;*/
/*}*/
/*.section-used-with .swiper {*/
/*    !*padding-bottom: 0;*!*/
/*    padding-left: 22px;*/
/*    padding-right: 0px;*/
/*    padding-bottom: 60px;*/
/*    !*overflow: hidden;*!*/
/*}*/

/*.swiper-container {*/
/*    overflow: visible;*/
/*}*/
/*.swiper-slide{*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*}*/

/*.swiper-slide.swiper-slide-active,.swiper-slide.swiper-slide-next*/
/*{*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/
/*!*    END  *!*/

/* Resources Carousel */

.product_resource_slider{
    overflow-x: hidden;
    /*height: 284px;*/
    /*position: relative;*/
    /*width: 85%;*/
}
.product_resource_slider .slick-track {
    /*margin-bottom: 60px;*/
    /*padding: 19px;*/
    /*height: 100px;*/
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: auto;
}
.product_resource_slider .slick-slide{
    /*padding: 12px;*/
    width:282px !important;
    margin: 0 12px 0 12px ;
    /*margin:auto;*/
}
.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:41%;
}

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

.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: '';
    /*background-size: contain;*/
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    /*opacity: 0.5;*/
}
.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;
    /*margin-left: 4px;*/
}
/*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*/


.pre-footer-widgets{
    margin-top: 60px;
}

/* Remove input arrows */
/* Chrome, Safari, Edge, Opera */
.group input::-webkit-outer-spin-button,
.group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.group input[type=number] {
    -moz-appearance: textfield;
}

/*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;
}
@media (max-width: 768px) {
    .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;
    }
}