/*    MAP */
div#map_confirm_btn {
    border-radius: 4px;
    background: #E4E4E4;
    color: #1D1B20;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.38;
    display: flex;
    width: 335px;
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: auto;
    margin-top: 24px;
}

div#map_confirm_btn.active {
    background: #00B5D3;
    color: #FFF;
    opacity: 1;
    cursor: pointer;
}

/* Map container */
#map {
    height: min(635px, 70vh);
    width: 100%;
}

div#map_container {
    padding: 0 24px;
    position: relative;
}

/* Style for the search box */
#search-box {
    width: 335px;
    height: 50px;
    padding: 0px 30px 0 16px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #C9C9C9;
    background: #FFF;
    color: #002B46;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    /*position: absolute;*/
    /*top: 24px;*/
    /*left: 48px;*/
    /*z-index: 9;*/
    outline: none;
}
#search-box.dropdown-open{
    border-radius: 4px 4px 0px 0px;
    border: 1px solid #002B46;
    border-bottom: 1px solid #8095A2;
}
/* Container to hold the search input and clear button */
.map_search_container{
    position: absolute;
    top: 24px;
    left: 48px;
    z-index: 9;
}

/* Style the clear ("X") button */
.clear-button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    background: none;
}


/* Style the dropdown container */
.pac-container {
    border-radius: 0px 0px 4px 4px;
    /*padding: 0 16px;*/
    z-index: 999999;
    border: 1px solid #002B46;
    border-top: none;
    /*transform: translateX(-1px);*/
}

.pac-container::after {
    content: unset !important;
    display: none;
}
@media (max-width: 750px) {
    .pac-container {
        transform: translateX(0.5px);
    }
}

/* Style each item in the dropdown */
.pac-item,
.pac-item-query{
    border-top: unset !important;
    color: #8095A2;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
}
.pac-item{
    height: 50px;
    display: flex;
    align-items: center;
     gap: 8px;
    white-space: nowrap;
    padding: 4px 16px 4px 16px;
    font-size: 18px;
}
.pac-item span:not(.pac-item-query) {
    overflow: hidden;
    text-overflow: ellipsis;
}
.pac-matched{
    font-weight: 500 !important;
}
.pac-item-query{
    color: #002B46;
    font-weight: 500 !important;
    /*margin-right: 8px;*/
}
.pac-icon-marker {
    display: none !important;
}

/*#search-box:focus {*/
/*    border-color: #4d90fe;*/
/*}*/
/* Hide the 'X' close button on the info window */
.gm-ui-hover-effect {
    display: none !important;
}

div#custom-map-control-button {
    width: 47px;
    height: 47px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 6.7px;
    cursor: pointer;
}

/*END MAP*/
.input_section .container,
.result_section .container {
    padding-top: 40px;
}
#date_input{
    color: #002B46;
    font-size:18px;
}
#date_input::placeholder {
    font-size: 18px;
}
#date_input, .ui-datepicker-trigger {
    cursor: pointer;
}

.info_text {
    color: #002B46;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    max-width: 565px;
}

.header-area {
    background-color: #F8F8F8;
}

.header-area {
    .container-hero-img {
        margin-bottom: 20px;
        background-image: url("../header timer -  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;
    }
    .container {
        padding-bottom: 40px;
    }
    .title-container {
        padding-bottom: 0;
    }

    .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: 16px;
    }

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

    .title-logo {
        width: 80px;
        height: 80px;
    }

}

.input_container {
    width: 424px;
}

.autocomplete-item {
    cursor: pointer;
}

.input_container {
    label,
    .longevity_input_label {
        color: #002B46;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px; /* 155.556% */
    }

    .location_input_container,
    .fertilizer_input_container,
    .longevity_input_container,
    .date_input_container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 12px;
        margin-top: 40px;

    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #849AA6;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .select2-selection__rendered {
        line-height: 47px !important;
        padding: 0 16px !important;
        color: #002B46 !important;
        font-size: 18px;
        font-family: Inter;
        font-style: normal;
        font-weight: 400;
    }

    .select2-container .select2-selection--single {
        height: 50px !important;
        border-radius: 4px;
        border: 1px solid #C9C9C9;
    }

    .select2-selection__arrow {
        height: 50px !important;
    }

    .location_input_container {
        position: relative;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #00B5D3 transparent transparent transparent !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 11px !important;
    }

    #location_input {
        color: #002B46;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
        padding-right: 32px;
    }

    img#location_input_icon,
    img#clear_location_input {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
    }



input,
select,
button {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border-radius: 4px;
    border: 1px solid #C9C9C9;
}

    input:focus, select:focus, button:focus {
        outline: none;

    }

    #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;
        margin-top: 16px;
        cursor: pointer;
        width: fit-content;
    }

    #open-map {
        margin-top: -6px;
        display: flex;
        column-gap: 6px;
        flex-direction: row;
        text-decoration: underline;
        cursor: pointer;
        color: #002B46;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

@media (min-width: 768px) {
    #select2-fertilizer_input-results li.select2-results__option:hover {
        background-color: #eaeaeb;
    }
}

.longevity_icons_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

img.longevity_icon {
    width: 72px;
    height: 72px;
    opacity: 0.4;
    cursor: pointer;
}

img.longevity_icon.active {
    opacity: 1;
}

#calculate_btn {
    display: flex;
    color: #1d1b2061;
    width: 424px;
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #E4E4E4;
    margin-top: 40px;
    border: none;
    font-size:18px;
}

#calculate_btn.active {
    background: #00B5D3;
    color: white;
}

/*    MAP LIGHTBOX */
div#map_lightbox_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9;
}

div#map_lightbox {
    width: 955px;
    height: 812px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFF;
    margin: auto;
    margin-top: 33px;
}

div#map_title_container {
    display: flex;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 16px;
    height: 63px;
}

#close_map {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    margin-top: 16px;
    cursor: pointer;
}

#map_title {
    align-self: center;
    color: #002B46;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 95% */
}

.autocomplete-results.active {
    position: absolute;
    top: 90px;
    z-index: 9;
    border-radius: 0px 0px 4px 4px;
    display: flex;
    border: 1px solid #002B46;
    border-top: none;
}

.autocomplete-results.active::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.autocomplete-results.active {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

div.autocomplete-text {
    height: 50px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

span.autocomplete-text-main {
    color: #002B46;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
}

span.autocomplete-text-secondary {
    overflow: hidden;
    color: #8095A2;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
}



.current-location .autocomplete-text-main {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

/*DATE PICKER STYLE */
.ui-datepicker td span, .ui-datepicker td a {
    border: unset !important;
    background: unset !important;
    text-align: center;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0;
    padding-top: 3px;
    transition: unset !important;
}

.ui-datepicker .ui-state-default.ui-state-active {
    border-radius: 50% !important;
    background: #00B5D3 !important;
}

.ui-state-default.ui-state-hover {
    border-radius: 50% !important;
    background: #00B5D3 !important;
    color: white;
}

#ui-datepicker-div {
    width: 335px;
    margin-top: 6px;
}

.ui-widget-header {
    background: unset;
    border: unset;
    padding: 8px 0px !important;
}


.ui-datepicker-title select:first-child {
    margin-right: 4px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    width: 48px;
    height: 48px;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-around;*/
}


.ui-state-hover {
    border: unset !important;
    background: unset !important;
    right: 2px !important;
    top: 2px !important;
}

.date_input_container div {
    position: relative;
    width: 100%;
}

img.ui-datepicker-trigger {
    position: absolute;
    right: 16px;
    top: 12px;
}

/*RESULTS BLOCK */
div#results_block_title {
    color: #002B46;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
    scroll-margin-top: 24px;
}

.progress_bar_container {
    display: flex;
    padding: 20px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    /*align-self: stretch;*/
    margin-bottom: 40px;
    width: 424px;
}

.progress_bar_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.progress_bar_title {
    color: #002B46;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.progress_bar_number {
    color: #E4E4E4;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

div#progress_bar {
    width: 100%;
    border-radius: 64px;
    background: #E4E4E4;
    height: 22px;
    border: unset;
}

.result_section .info_text {
    margin-bottom: 24px;
    width: 424px;
}

.result_section {
    margin-bottom: 120px;
}

.result_section {
    .container * {
        /*max-width: 424px;*/
    }
}

.gray-background {
    border-radius: 6px;
    border: 1px solid rgba(0, 43, 70, 0.20);
    background: #F8F8F8;
    min-width: 424px;
    padding: 20px 16px;
    width: fit-content;
}
.release_graph_container{
    max-width: 100% !important;
}
/*#monthly_release_chart_container {*/
/*    height: auto;*/
/*    !*width: 800px ;*!*/
/*    width: 424px;*/
/*    max-width: 1200px;*/
/*}*/
/*#monthly_release_chart{*/
/*    margin-left: -10px;*/
/*    max-width: unset;*/
/*}*/
.monthly_release_title {
    color: #002B46;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px;
    width: fit-content;
}

.monthly_release_subtitle {
    color: #002B46;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 24px;
    width: fit-content;
}

.ui-progressbar-value {
    background: #00B5D3;
    border-radius: 64px;
}

.progress_bar_number.active {
    font-weight: 600;
    color: #002B46;
}

div#progress_bar.active {
    background: #A6E5F0;
}
div#scroll_graph_right {
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
}
div#scroll_graph_left {
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}
div#monthly_release_chart_container_test {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    column-gap: 16px;
    height: 184px;
    overflow: scroll;
    scrollbar-width: none;
}

.bar_container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    row-gap: 4px;
}
span.bar_percent {
    color: #6A6A6A;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.bar {
    background-color: #A6E5F0;
    width: 52px;
    border-radius: 6px 6px 0px 0px;
}
.gray-bar .bar{
    background-color: #E4E4E4;
}

span.bar_month {
    color: #002B46;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.gray-bar span.bar_percent{
    display: none;
}
@media only screen and (max-width: 768px) {
    .input_container {
        width: 100%;
    }

    .header-area {
        .container-hero-img {
            margin-bottom: 0;
            background-image: url("../crf-LTR.png");
            height: 140px
        }
        .container-hero-img .title{
            max-width: 243px;
        }
        .title {
            font-size: 22px;
            font-weight: 400;
            margin-bottom: 0px;
            -webkit-line-clamp: 4 !important;
        }

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

        .title-logo {
            width: 45px;
            height: 45px;
        }

        .container {
            padding-bottom: 24px;
            padding-top: 16px;
        }
        .title-container {
            padding-bottom: 0;
            padding-top: 0;
        }
    }

    .input_section {
        .container {
            padding-top: 24px;
            padding-bottom: 24px;
        }

        .location_input_container,
        .fertilizer_input_container,
        .longevity_input_container,
        .date_input_container {
            margin-top: 24px;
            row-gap: 8px;
        }

        .info_text {
            font-size: 16px;
            line-height: 1.56; /* 118.75% */
        }

        label,
        .longevity_input_label {
            font-size: 16px;
            line-height: 19px; /* 118.75% */
        }

        #open-map {
            font-size: 16px;
        }

        img.longevity_icon {
            width: 60px;
            height: 60px;
        }

        #calculate_btn {
            width: 100%;
        }

        .autocomplete-results.active {
            top: 77px;
            width: 100%

        }

        .select2-container--default .select2-selection--single .select2-selection__placeholder {
            font-size: 16px;

        }

        .select2-selection__rendered {
            font-size: 16px;
        }

        #location_input,
        #date_input {
            font-size: 16px;
            line-height: normal;
        }
        #date_input::placeholder {
            font-size: 16px;
        }

        .select2-container {
            z-index: 1;
        }

        span.autocomplete-text-main,
        span.autocomplete-text-secondary {
            font-size: 16px;
        }


    }

    .result_section {
        background: #FDFDFD;
        margin-bottom: 60px;
    }

    .result_section {
        .container {
            padding-top: 24px;
            padding-bottom: 24px;
        }

        .container * {
            max-width: 100%;
        }
        span.bar_month{
            color: #002B46;
            font-family: Inter;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }
        .gray-background{
            width:100%;
            min-width: unset;
        }
        .bar{
            width: 36px;
        }
        div#monthly_release_chart_container_test{
            column-gap: 17.4px;
        }
        div#results_block_title {
            font-size: 20px;
        }

        .info_text{
            font-size: 16px;
            line-height: 1.56;
        }
        .monthly_release_subtitle {
            font-size: 14px;
        }

        .progress_bar_title,
        .monthly_release_title {
            font-size: 16px;
        }
    }

    div#map_lightbox_container {
        z-index: 999999;
    }

    div#map_lightbox {
        width: 100%;
        height: 100%;
        margin-top: 0;
        border-radius: 0;
    }

    div#map_container {
        padding: 0;
    }

    div#map_confirm_btn {
        position: absolute;
        bottom: 40px;
        left: 50%;
        color: #1d1b2061;
        opacity: 1;
        transform: translateX(-50%);
    }

    #map {
        height: calc(100vh - 50px);
        width: 100%;
    }

    .map_search_container {
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    button.gm-control-active.gm-fullscreen-control {
        /*top: 80px !important;*/
        display: none;
    }

    .gmnoprint {
        /*bottom: 200px !important;*/
        display: none;
    }

    div#map_title_container {
        height: 50px;
        padding: 0 20px;
    }

    #map_title {
        color: #002B46;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px; /* 118.75% */
    }

    div#custom-map-control-button {
        top: 107px !important;
        right: 8px !important;
    }
}

@-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);
    }
}

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

/*!* 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;*/
/*}*/
/*!*    SECTION-USED-WITH END  *!*/

/*--------------- 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;
}

.number_blk_wrap {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
}
.number_single {
    text-align: center;
}
.number_inner span {
    font-size: 100px;
    color: #00b5d3;
    font-family: "Demo";
    font-weight: 200;
    line-height: 100px;
}

.number_inner p img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.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;
}
.number-title p{
    display: inline-block !important;
}
.number-title p:before{
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    background-image: url(../../../../../assets/icons/icl-icon-16x16.png);
    left: -8px;
}
.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;
}
.number_inner p {
font-size: 20px;
font-weight: bold;
color: #002b46;
}

@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;
    }
    .number_blk_wrap {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin-bottom: 0px;
    }
    .number_single {
        max-width: 50%;
        flex: 0 0 50%;
        text-align: center;
        /*margin-bottom: 70px;*/
    }
    .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 .number_inner span {
        display: block;
        font-size: 64px;
        color: #00b5d3;
        font-family: "Demo";
        font-weight: 200;
        line-height: 1;
        margin-bottom: 21px;
    }

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

    .number_inner p img {
        width: 25px;
        height: 20px;
        object-fit: contain;
        margin-right: 4px;
        margin-top: 3px;
    }

    .p_img {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        display: block;
        border-radius: 50%;
    }
    .number_inner p {
        font-size: 16px;
        font-weight: bold;
        margin-right: 12.5px;
        margin-top: 0px;
        margin-bottom: 86px
    }
    .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;
    /*height: 284px;*/
    position: unset !important;
    /*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*/

#location_input::placeholder,
#date_input::placeholder{
    color:#849AA6;
}
.grecaptcha-badge {
    display: none !important;
}
#location_input.active{
    border-radius: 4px 4px 0px 0px;
    border: 1px solid #002B46;
    border-bottom: 1px solid #8095A2;;
}

.weather_disclaimer{
    color: #002B46;
    /* 16 Regualr */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-top: 40px;
    width:424px;
}
.weather_disclaimer a{
    color: #002B46;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    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;
}
@media (max-width: 768px) {
    .weather_disclaimer {
        width: 100%;
        margin-top: 24px;
    }
}

/*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;
    }
}

html:has(#map_lightbox_container.show-map){
    overflow: hidden;
    padding-right: 15px;
}