body {
    font-size: 1rem;
    color: #0a0935;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.section_primary, .section_secondary {
    display: none;
}

.section_primary.open, .section_secondary.open {
    display: block;
}

.rounded-left {
    border-top-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-right {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0 !important;
}

.border {
    border: 2px solid black !important;
}

.height-though-lines {
    height: 34px;
}

.fa-circle {
    position: absolute;
    left: -25px;
    top: 5px;
}

a {
    color: #3fa9f5;
    text-decoration: underline;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    text-decoration: none;
}


.rounded {
    border-radius: 0.5rem !important;
}

.rounded-md {
    border-radius: 1.5rem;
}

.rounded-xl {
    border-radius: 2.5rem;
}

.small, small {
    font-size: 70%;
    font-weight: 400;
}


.rounded-bottom-right {
    border-bottom-right-radius: 0.5rem !important;
}

.text-underline {
    text-decoration: underline;
}


.bg-blue-light {
    background-color: #deecfe;
}

.bg-cyan-light {
    background-color: #5ba8ef;
}

.bg-gray {
    background-color: #f1f6fa;
}

.bg-orange {
    background-color: #ff7b00;
}

.text-orange {
    color: #ff7b00;
}

.bg-green {
    background-color: #00859e;
}

.bg-blue-dark {
    background-color: #0a0935;
}

.bg-blue {
    background-color: #00abfc;
}

.bg-yellow-light {
    background-color: #f7f8ce;
}

.bg-pink-light {
    background-color: #ffe4ee;
}

.bg-green-light {
    background-color: #d7f8e9;
}

.bg-blue-light {
    background-color: #d7edfd;
}

.text-red {
    color: #d4145a;
}

.text-yellow {
    color: #d9df20;
}

.text-green {
    color: #22b573;
}

.text-blue {
    color: #3fa9f5;
}

.buttons-section a.section-link {
    color: #ffff;
    text-decoration: none;
    cursor: pointer;

}


.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 174px;
    display: inline-block;
}


.white-space-nowrap {
    white-space: nowrap;
}


.dataTables_paginate,
.data_filter, .dataTables_length,
.dataTables_filter {
    display: none;
}

.line-height-1 {
    line-height: 1;
}

.line-height-1-6 {
    line-height: 1.8;
}

/* typography */
.display-1 {
    font-size: 2rem;
    line-height: 1;
}

.display-2 {
    font-size: 2.4rem;
    line-height: 1;
}

.display-3 {
    font-size: 1.5rem;
    line-height: 1.2;
}

.h3, h3 {
    font-size: 1.4rem;
}

.lead {
    font-size: 1.2rem;
}

.header {
    background: url("../assets/images/Eco_Shopping_Index-Header.jpg") right;
    background-size: cover;
    overflow: hidden;

}

.header::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
}


.bg-table-blue {
    background-color: #080a33;
}


.img-square {
    padding-bottom: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img-square-small {
    padding-bottom: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img-circle {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.font-style-italic {
    font-style: italic;
}

.font-weight-semi-bold {
    font-weight: 600 !important;
}

.font-weight-bold {
    font-weight: 800 !important;
}

.font-weight-extra-bold {
    font-weight: 800 !important;
}

.info-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.5rem;
}

.table tr td {
    border-bottom: 1px solid #e0f2f5;
}


/* table */

.dataTables_wrapper .row {
    margin-right: 0px;
    margin-left: 0px;
}

.dataTables_wrapper .col-6,
.dataTables_wrapper .col-12,
.dataTables_wrapper .col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
}


.table tr.even .td-simulate {
    background: #ffffff;
}

.table tr.odd .td-simulate {
    background: #dbf1fd;
}

.heading-holder {
    text-align: center;
    font-weight: 400;
    position: relative;
    white-space: nowrap;
    padding: 0;
    min-width: 41px;
}


#data .row, #data2 .row {
    margin-right: 0px;
    margin-left: 0px;
}

#data .col-6,
#data .col-12 {
    padding-right: 0px;
    padding-left: 0px;
}


.sorting .fa-sort-up,
.sorting .fa-sort-down {
    display: none;
}

.sorting_asc .fa-sort-up,
.sorting_asc .fa-sort {
    display: none;
}

.sorting_desc .fa-sort-down,
.sorting_desc .fa-sort {
    display: none;
}


.heading-holder .sorting-icons {
    position: relative;
    display: block;
    margin-left: auto;
    line-height: 30px;
    height: 30px;
    text-align: center;
}


table tr td.sorting_1 {
    color: #000;
    font-weight: 700 !important;
}


.table tr td .rank {
    border-top: 0 solid transparent;
    line-height: 40px;
    vertical-align: middle;
    display: block;
}

.table tr td .rank span {
    line-height: 34px;
    background-color: #00abfc;
    height: 34px;
    width: 34px;
    display: inline-block;
    color: #ffffff;
    border-radius: 50%;
    margin: auto;
}

.btn-secondary {
    color: #ffffff;
    cursor: pointer;
    border-radius: 1.9rem;
    background-color: #0a0935;
    border-color: #0a0935;
    padding: 0.775rem .85rem;
    text-decoration: none !important;
    line-height: 1;
    width: 100%;
    box-shadow: none;
    white-space: pre-line;
    font-weight: 500;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #0a0935;
    background-color: #ff931e;
    border-color: #ff931e;
    font-weight: 700;
}

.btn-secondary:hover {
    color: #0a0935;
    background-color: #ff931e;
    border-color: #ff931e;
}

.table th {
    padding: 0;
    vertical-align: top;
    border-bottom: 0rem solid transparent !important;
    border-top: 1px solid transparent;

}


.table .heading-holder {
    height: 86px;
    line-height: 26px;
    display: block;
    font-weight: bold;
    background-color: #0a0935;
}

.word-break-all {
    word-break: break-all;
}

.table td {
    padding: 0;
    text-align: center;
    font-size: 1rem;
    vertical-align: middle;
    border-top: 0px solid transparent;
}

.h2, h2 {
    font-size: 1.6rem;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 0.4rem 2.4rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.control_lenght {
    background-color: #5ba8ef;
    display: inline-block;
    border-radius: 0.5rem;
    margin: auto;
    color: #ffff;
    text-decoration: none;

}

.control_lenght:hover {
    color: #ffff;
    background-color: #ff581f;
}

.td-simulate {
    line-height: 40px;
    display: block;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 1.1rem;
    font-weight: 500;
}

.heading-holder .sorting-icons i {
    margin-bottom: 0;
    font-size: 1rem;
    color: #FFFFFF;
}


.tooltip.show {
    opacity: 1;
}

.h4, h4 {
    font-size: 1.3rem;
}

.footer a {
    color: #29abe2;
}


.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    background-color: #000000;
    color: #fff;
    border-radius: 0;
}

.top-3 .number-rank {
    position: relative;
    left: 0;
    top: 0;
}

.number-rank {
    border-radius: 50%;
    height: 47px;
    width: 47px;
    margin: auto;
    line-height: 39px;
    font-size: 1.8rem;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}

.bg-blue-cyan {
    background-color: #00abfc;
}

/****** Butons*****/
.fa-plus-circle {
    font-size: 0.9rem;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.table tr:nth-child(even) .td-simulate {
    background: #ebf8ff;
}

.table tr:nth-child(odd) .td-simulate {
    background: #cceefe;
}

.display-4 {
    font-size: 1.3rem;
}


.btn-dark {
    background-color: #000000;
}


.footer-logo {
    max-width: 320px;
    min-width: 320px;
}

#methodology .display-4 {
    font-size: 1.8rem;
}

.white-space-normal {
    white-space: normal;
}

.container-custom, .container-custom-top-three {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .h2, h2 {
        font-size: 1.6rem;
    }

    .display-4 {
        font-size: 2rem;
    }


    .display-2 {
        font-size: 1.8rem;
        line-height: 1;
    }

    .display-1 {
        font-size: 8rem;
        line-height: 1;
    }


}

@media (min-width: 768px) {
    #methodology .h4, #methodology h4 {
        font-size: 1.7rem;
    }

    .custom-container, .container-custom-top-three {
        max-width: 720px;
    }

    .h3, h3 {
        font-size: 1.65rem;
    }

    .display-1 {
        font-size: 4.7rem;
        line-height: 1;
    }

    .display-2 {
        font-size: 3.7rem;
    }

    .display-3 {
        font-size: 1.8rem;
        line-height: 1.2;
    }


    .h4, h4 {
        font-size: 1.4rem;
        font-weight: 300;
        line-height: 1;
    }

    .h5, h5 {
        font-size: 1.3rem;
    }

    .img-square-small {
        padding-bottom: 58%;
    }
}


@media (min-width: 992px) {
    .h4, h4 {
        font-size: 1.1rem;

    }

    .number-rank {
        position: absolute;
        top: 50%;
        left: -24px;
        right: auto;
    }

    .img-square-small {
        padding-bottom: 93%;
    }

    .header::before {
        background-color: transparent;
    }


    .lead {
        font-size: 1.4rem !important;
    }


    .display-4 {
        font-size: 2.2rem;
    }


    .h2, h2 {
        font-size: 1.5rem;
    }

    .h3, h3 {
        font-size: 1.55rem;
    }

    .display-2 {
        font-size: 3.6rem;
        line-height: 1;
    }

    .display-3 {
        font-size: 2rem;
        line-height: 1;

    }

    .display-1 {
        font-size: 6rem;
        line-height: 1;
    }

    .container-custom, .container-custom-top-three {
        max-width: 1400px;
    }


    .img-square {
        padding-bottom: 61%;
    }

    .img-square.min-height {
        padding-bottom: 103%;
    }

    .h5, h5 {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .number-rank {
        position: absolute;
        top: 50%;
        left: -24px;
        right: auto;
    }

    .img-square-small {
        padding-bottom: 80%;
    }

    .container {
        max-width: 1358px;
    }

    .img-square {
        padding-bottom: 42%;
    }

    .img-square.min-height {
        padding-bottom: 63%;
    }

    .container-custom, .container-custom-top-three {
        max-width: 1492px;
    }

    .h4, h4 {
        font-size: 1.7rem;

    }

    .h5, h5 {
        font-size: 1.15rem;
    }

    .h3, h3 {
        font-size: 2rem;
    }

    .header .h3, .header h3 {
        font-size: 1.8rem;
    }

    .h2, h2 {
        font-size: 2.2rem;
    }

    .display-1 {
        font-size: 7.5rem;
        line-height: 1;
    }

    .display-2 {
        font-size: 5.4rem;
        line-height: 1;
    }

    .display-3 {
        font-size: 3.1rem;
    }

    .display-4 {
        font-size: 2.8rem;
    }

    .display-1 {
        font-size: 5.8rem;
        line-height: 1;
    }

    .btn-secondary {
        width: 515px;
    }

    .control_lenght.h5 {
        font-size: 1.4rem;
    }
}

@media (min-width: 1350px) {

    .container-custom {
        max-width: 1510px;
    }

}

@media (min-width: 2220px) {
    .header.py-lg-5 {
        padding-top: 8rem !important;
        padding-bottom: 17rem !important;
    }

}