body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #262626;

}

.country-title {
    height: 70px;
}

.close {
    opacity: 1;
    z-index: 3;
}

.modal-content i {
    font-size: 1.1rem;
    vertical-align: middle;
    font-weight: 600;
    background-color: #00abfc;
    height: 37px;
    width: 37px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    right: 24px;
    top: 32px;
}

.close {
    opacity: 1;
}

.modal-content {
    border: 0 !important;
    background-position: center;
    background-color: transparent;
    background-size: cover;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.modal-dialog {
    border-left: 5px solid #00abfc;
    border-right: 5px solid #00abfc;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 350px;
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
}

#data3.table tr td.sorting_1 .td-simulate, #data3.table tr td.highlighted .td-simulate {
    color: #ffffff;
    background-color: #00abfc;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px;
}

#data3.table.dataTable thead th, #data3.table.dataTable thead td {
    padding: 0 10px;
}

.img-thumb {
    max-width: 270px;
    margin: auto;
}

.section-link {
    color: #000000;
    text-decoration: none;
    width: 140px;
}

.section-link.active {
    font-weight: 700;
}

.section-link.active, .section-link:hover {
    background: url(../images/Underline_3-01.svg) no-repeat center;
    height: 80px;
    width: 140px;
    color: #000000;
}

.col-lg-12-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-12-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-12-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-12-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-12-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background: #40c0fd url(../images/bar-for-graph.png) repeat-x center;
    transition: width .6s ease;
}

.progress {
    background-color: #cceefe;
    height: 1.9rem;
    border-radius: 0;
}

.navbar-toggler {
    font-size: 1.7rem;
}

.navbar-dark .navbar-toggler {
    border-color: transparent;
}

.navbar-dark .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-dark .navbar-toggler i {
    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .1);
    padding: .35rem .75rem;
    border-radius: .25rem;
}

.navbar .btn-outline-dark {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, 1);
    font-size: 1.1rem;
}

.fas.fa-bolt {
    font-size: 1.6rem;
}

.header_waves {
    background: url(../images/Header-underline.svg) repeat-x;
    width: 683px;
    height: 70px;
    background-size: contain;
}

.title_waves {
    background: url(../images/Underline_3-01.svg) repeat-x center;
    width: 348px;
    height: 70px;
    background-size: contain;
    margin: auto;
}

.bottom_numbers {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/Water-wave-circle.svg) no-repeat center;
    height: 119px;
    width: 284px;
    background-size: contain;
    margin: auto;
}

.buttons-section a.section-link.active {
    font-weight: 800 !important;
    color: #33b1ff;
}

.buttons-section a.section-link:hover {
    color: #33b1ff;
}

.buttons-section a.section-link {
    color: #ffff;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
}

.key i {
    font-size: 1.4rem;
}

.fa-2x {
    font-size: 1.4rem;
}


.section_secondary, .section_primary, .section_third {
    display: none;
}

.section_secondary.open, .section_primary.open, .section_third.open {
    display: block;
}

.shadow-lg {
    box-shadow: 0 0.3rem 0.4rem rgb(0 0 0 / 18%) !important;
}

.border-top {
    border-top: 1px solid #000000 !important;
}

.h2, h2 {
    font-size: 1.6rem;
}

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


.heading-holder {
    font-weight: 400;
    position: relative;
    white-space: nowrap;
    padding: 0;
    min-width: 11px;
    margin-bottom: 0px;
    line-height: 26px;
    display: block;
}


#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;
}


table tr td.sorting_1 {
    color: #000;
    font-weight: 600 !important;
}


.table tr td .rank span {
    background-color: #33b1ff;
    height: 40px;
    width: 54px;
    line-height: 37px;
    display: inline-block;
    color: #ffffff;

}


.table th {
    padding: 24px 0 0;
    vertical-align: top;
    border-bottom: 0rem solid transparent !important;
    border-top: 1px solid transparent;

}

.dataTables_paginate,
.data_filter, .dataTables_length,
.dataTables_filter {
    display: none;
}

.table .heading-holder .title-icon i {
    line-height: 52px;
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-size: 1.3rem;
}

.table td {
    padding: 0;
    text-align: center;
    font-size: 1rem;
    vertical-align: middle;
    border-top: 0px solid transparent;
}

.table tr.odd td.sorting_1 {
    background-color: #ffffff;
}


.line-height-1 {
    line-height: 1;
}


.rounded {
    border-radius: 0.7rem !important;
}

.header .rounded {
    border-radius: 0.6rem !important;
}

.rounded-xl {
    border-radius: 3rem !important;
}

.rounded-sm {
    border-radius: 1rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
}

.rounded-top {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}

.rounded-bottom-xs {
    border-bottom-right-radius: 0.3rem !important;
    border-bottom-left-radius: 0.3rem !important;
}

.position-sticky {
    top: 0;
    z-index: 9;
}

.key i {
    font-size: 1.2rem;
}

a {
    color: #00abfc;
    text-decoration: underline;
}


.footer a {
    text-decoration: underline;
    color: #00abfc;
}


.display-4 {
    font-size: 2rem;
}

.font-weight-bold {
    font-weight: 800 !important;
}

.font-weight-semi-bold {
    font-weight: 700 !important;
}

.font-weight-medium {
    font-weight: 400;
}


.h4, h4 {
    font-size: 1.5rem;
    font-weight: 400;
}


.btn-primary {
    background-color: #FFFFFF;
    border: 2px solid #0a073c;
    color: #0a073c;
    border-radius: 2.6rem;
    width: 100%;
    height: 50px;
    line-height: 30px;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #0a073c;
    border-color: #0a073c;
    font-weight: 700;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #0a073c;
    border-color: #0a073c;
}

.img-circle {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
}

.img-circle-small {
    padding-bottom: 110%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

}

.img-square {
    padding-bottom: 68%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.min-height {
    height: 91px;
}

.line-height {
    line-height: 1 !important;
}

.line-height-1-4 {
    line-height: 1.8rem !important;
}

/*Text colors */

.text-blue {
    color: #33b1ff !important;
}

.text-grey {
    color: #a1a1aa;
}

.bg-yellow {
    background-color: #f8e7c8 !important;
}

.bg-dark {
    background-color: #333333 !important;
}

.bg-gray-light {
    background-color: #f2f4ff;
}

.bg-dark-grey-gradient {
    background: linear-gradient(180deg, rgba(91, 89, 124, 1) 0%, rgba(68, 65, 106, 1) 100%);
}

.bg-blue-dark {
    background: #33b1ff;
}

.bg-blue-darker {
    background: #0a073c;
}


.bg-blue-light {
    background-color: #cceefe;
}

.font-weight-black {
    font-weight: 800 !important;
}

.header {
    background: #0a073c url(../images/header.png) no-repeat center right;
    z-index: 1;
    overflow: hidden;
    background-size: contain;
}

.header-mobile {
    background: url(../images/Mobile.jpg) no-repeat center;
    background-size: cover;
}

.bg-circles {
    background: url(../images/Shape-BG.jpg) no-repeat center top;
    background-size: cover;
}

.footer-logo {
    max-width: 283px;
    min-width: 283px;
}

.methodology-bg {
    background: url(../images/Methodology-bg.png) no-repeat center top;
    background-size: cover;
}

.header::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    height: 175px;
    width: 367px;
    background-size: cover;
    background: url(../images/Header-shape-01.svg) no-repeat center right;
}

.tap-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 198px;
    width: 300px;
    bottom: 0;
    background: url(../images/Tap.svg) no-repeat left;
}

.lasso-bg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -54px;
    height: 189px;
    width: 100%;
    bottom: 0;
    background: url(../images/Water-BG.svg) repeat-x top center;
    background-size: cover;
}

.text-underline-none {
    text-decoration: none;
}

.bg-dark-grey-gradient:hover {
    background: #000000;
}


.tooltip.show {
    opacity: 1;
}

a:hover {
    text-decoration: none;
}


.table tr th.sorting_asc .icon-table, .table tr th.sorting_desc .icon-table {
    background-color: #073685 !important;
    color: #ffffff;
}

.table .sorting_asc .heading-holder .sorting-icons i, .table .sorting_desc .heading-holder .sorting-icons i {
    color: #000000;
}


table.dataTable thead .sorting_desc, table.dataTable thead .sorting, table.dataTable thead .sorting_asc {
    background-image: none !important;
}


.table tr th:nth-child(1) .heading-holder {
    min-width: 50px;
}

.table tr th:nth-child(2) .heading-holder {
    min-width: 70px;
}

.table tr th:nth-child(3) .heading-holder {
    min-width: 622px;
}

#data3.table tr th:nth-child(3) .heading-holder {
    min-width: 322px;
}

#data2.table tr th:nth-child(3) .heading-holder {
    min-width: 400px;
}

.img-flag {
    width: 34px;
    height: 34px;
    vertical-align: middle;
}

.modal .rank-oval {
    z-index: 1;
    position: relative;
}

.img-flag-modal {
    width: 66px;
    height: 66px;
    vertical-align: middle;
    position: absolute;
    top: 23px;
    left: 95px;
    right: 0;
    z-index: 0;
    margin: auto;
}

.heading-holder .sorting-icons {
    padding-bottom: 0;
    margin: auto;
    vertical-align: middle;
    line-height: 38px;
}


#methodology i {
    font-size: 1.3rem;
}

/* INDEX */


.lead {
    font-size: 1rem;
}

.scroll-hint-icon {
    top: calc(50% - 25px);
    left: calc(50% - 60px);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.01);
    background: #e5eef3;
    padding: 35px 10px 10px 10px;
}

.scroll-hint-icon:before {
    filter: invert(1);
}

.scroll-hint-icon:after {
    z-index: 1;
    filter: invert(1);
    top: 19px;
}

.scroll-hint-text {
    font-size: 16px;
    color: #000;
    margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: 1;
}

.control_lenght {
    background: transparent;
    border-radius: 1.6rem;
    border: 1px solid #00539a;
    padding: 0.6rem 3.2rem;
    color: #000000;
    text-decoration: none;
    display: inline-block;
}

.control_lenght:hover {
    background: #00539a;
    color: #FFFFFF;
}

/* TABLE */


table.dataTable tbody tr {
    background-color: transparent;
}

table tr.odd td:first-child .td-simulate, table tr.even td:first-child .td-simulate {
    background-color: #cceefe;
}

table tr td:nth-child(2) .td-simulate {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

table tr td:last-child .td-simulate {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;

}

table tr.odd td .td-simulate {
    background-color: #ffffff;
}

table tr.even td .td-simulate {
    background-color: #ffffff;
}

table tr td span {
    border-bottom: 2px solid #cceefe;
}

.heading-holder .sorting-icons i {
    color: #000000;
    font-size: 1.2rem;
}

.table .icon {
    font-size: 1.4rem;
}

.dataTables_paginate,
.dataTables_filter,
.dataTables_length {
    display: none;
}


table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: transparent;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #cceefe !important;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: transparent;
}

.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;
}

.table td, .table th {
    vertical-align: middle;
    text-align: center;
}

.scroll-hint-icon {
    top: calc(120px);
}

table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    text-align: center;
    padding: 50px;
}

.table td, .table th {
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    border-top: 0px solid #e9ecef;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 0;
    border: none;
    background-color: #cceefe;
}

.table td {
    white-space: nowrap;
    border-top: 1px solid #cceefe !important;
}

.table tr:last-child td {
    border-bottom: 1px solid #cceefe !important;
}


.dataTables_wrapper .row {
    margin-right: 0px;
    margin-left: 0px;
}

.dataTables_wrapper .col-sm-12,
.dataTables_wrapper .col-12 {
    padding-right: 0px;
    padding-left: 0px;
}


span.td-simulate {
    display: block;
    vertical-align: middle;
    line-height: 38px;
    font-size: 1.2rem;
    height: 41px;
}

table tr td {
    margin-bottom: -10px;
}

.table tr:last-child .td-simulate {
    border-bottom: 0;
}

table.dataTable.no-footer {
    border-bottom: 0px solid #111;
}

.rank-oval {
    margin: auto;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    line-height: 57px;
}

.modal .rank-oval {
    height: 65px;
    width: 65px;
    line-height: 75px;
}

/* FOOTER */

.display-3 {
    font-size: 2.4rem;
}

.display-1 {
    font-size: 3.5rem;
    line-height: 0.8;
}

.display-2 {
    font-size: 3rem;
    line-height: 1;
}

.display-4 {
    font-size: 2rem;
}

.header .display-4 {
    font-size: 3rem;
    line-height: 1;
}

.container-custom, .container-custom-table, .container-custom-top-three {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

}

@media (min-width: 425px) {
    .bottom_numbers {
        height: 128px;
        width: 316px;
    }
}

@media (min-width: 576px) {


    .container-custom {
        max-width: 630px;
    }

    .display-4 {
        font-size: 2.3rem;
    }
}


@media (min-width: 768px) {

    .lead {
        line-height: 1;
        font-size: 1.4rem;
    }

    .h4, h4 {
        font-size: 1.2rem;
    }

    .title_waves {
        background: url(../images/Underline_3-01.svg) repeat-x center;
        width: 667px;
    }

    .title_waves.shorter {
        width: 540px;
    }

    .header_waves {
        width: 384px;
        height: 45px;
    }

    .container-custom, .container-custom-table, .container-custom-top-three {
        max-width: 720px;
    }

    .container-fluid {
        max-width: 100%;
    }

    .btn-primary {
        width: 322px;
    }

    .h2, h2 {
        font-size: 1.7rem;
    }

    .display-3 {
        font-size: 2.7rem;
    }

    .display-4 {
        font-size: 2rem;
    }

    .display-2 {
        font-size: 5rem;
    }

    .display-1 {
        font-size: 8rem;
    }


    .header::before {
        left: 11px;
        top: auto;
        bottom: -144px;
        height: 505px;
        width: 531px;
        background-size: cover;
    }

    .header {
        background-size: 62%;
    }

    .methodology-bg::before {
        bottom: 16px;
        left: 0;
        right: 0;
        margin: auto;
        height: 142px;
        width: 739px;
    }

    .country-title {
        height: 70px;
    }
}


@media screen and (min-width: 991px) {
    .title_waves.shorter {
        width: 640px;
    }

    .tap-bg::before {
        content: "";
        position: absolute;
        left: 0;
        top: 148px;
        width: 400px;
    }

    .modal-dialog {
        max-width: 731px;
        margin: 1.75rem auto;
    }

    .rank-oval {
        height: 60px;
        width: 60px;
        line-height: 69px;
    }

    .container-custom, .container-custom-table, .container-custom-top-three {
        max-width: 992px;
    }


    .display-4 {
        font-size: 2.5rem;
    }

    .h3, h3 {
        font-size: 2.4rem;
    }

    .h4, h4 {
        font-size: 1.9rem;
    }


    .header .h4, .header h4 {
        font-size: 1.75rem;
    }

    .methodology-bg::before {
        bottom: 36px;
        left: 0;
        right: 0;
        margin: auto;
        height: 228px;
        width: 922px;
    }

    .display-2 {
        font-size: 7rem;
        line-height: 1;
    }

    .display-1 {
        font-size: 8rem;
    }

    .header::before {
        left: -12px;
        top: auto;
        bottom: -7px;
        height: 360px;
        width: 649px;
        background-size: cover;
    }

    .header .display-3 {
        font-size: 3.7rem;
    }

    .header .h4, .header h4 {
        font-size: 1.45rem;
    }

    .header_waves {
        width: 550px;
    }

    .h2, h2 {
        font-size: 1.7rem;
    }

    .bottom_numbers {
        height: 126px;
        background-size: contain;
        width: 295px;
    }

    .country-title {
        height: 90px;
    }
}


@media (min-width: 1200px) {
    .header {
        background-size: 61%;
    }

    .country-title {
        height: 110px;
    }

    .modal-dialog {
        max-width: 1155px;
        border-left: 0 !important;
        border-right: 0 !important;
    }

    #greaterlondonModal .modal-dialog {
        max-width: 1135px;
    }

    .header::before {
        left: 70px;
        bottom: -45px;
        height: 392px;
        width: 700px;
    }

    .container-custom-top-three {
        max-width: 1200px;
    }

    .container {
        max-width: 1049px;
    }

    .container-custom {
        max-width: 1166px;
    }


    .header .display-4 {
        font-size: 5rem;
    }

    .display-4 {
        font-size: 2.7rem;
    }

    .display-2 {
        font-size: 8rem;
    }

    .h2, h2 {
        font-size: 2.7rem;
    }

    .country-title .h2, .country-title h2 {
        font-size: 1.8rem;
    }

    .h3, h3 {
        font-size: 2.35rem;
        line-height: 1;
    }

    .btn-primary {
        width: 430px;
    }

    .buttons-section-bottom .btn-primary {
        width: 350px;
    }

    .text-lg-justify {
        text-align: justify;
    }
}

@media (min-width: 1400px) {
    .display-3 {
        font-size: 3.6rem;
    }

    .bottom_numbers {
        height: 152px;
        background-size: contain;
        width: 352px;
    }

    .title_waves {
        width: 880px;
    }

    #greaterlondonModal .modal-dialog, #northernirelandModal .modal-dialog, #cambridgeModal .modal-dialog {
        max-width: 1285px;
    }

    .modal-content {
        background-size: contain;
    }

    .container {
        max-width: 1049px;
    }

    .container-custom {
        max-width: 1329px;
    }

    .header .display-3 {
        font-size: 5rem;
    }

    .container-custom-table {
        max-width: 1500px;
    }

    .header::before {
        left: 96px;
        bottom: -35px;
        height: 415px;
        width: 703px;
    }


    .methodology-bg::before {
        bottom: 43px;
        left: 0;
        right: 0;
        margin: auto;
        height: 282px;
        width: 1346px;
    }

    .display-2 {
        font-size: 7.7rem;
    }

    .display-1 {
        font-size: 10.5rem;
    }
}

@media (min-width: 1500px) {
    .header::before {
        height: 498px;
        width: 1132px;
        left: 0;
    }
    .header_waves {
        width: 673px;
    }
    .header .h4, .header h4 {
        font-size: 1.75rem;
    }
}

@media (min-width: 1700px) {
    .header::before {
        left: 0px;

    }
    .header {
        background-size: 52%;
    }

}

@media (min-width: 1880px) {
    .display-3 {
        font-size: 4.5rem;
    }


}

@media (min-width: 1900px) {
    .display-3 {
        font-size: 4.5rem;
    }


    .container {
        max-width: 1403px;
    }

    .header.py-lg-5 {
        padding: 8rem 9rem !important;
    }

    .header::before {
        left: 268px;
        bottom: 12px;
        height: 270px;
        width: 341px;
    }


}

@media (min-width: 2250px) {
    .header.py-lg-5 {
        padding: 15rem 9rem !important;
    }

    .header::before {
        left: 568px;
        bottom: -61px;
        height: 513px;
        width: 1113px;
    }

    .tap-bg::before {
        left: 110px;
    }
    .header {
        background-size: 44%;
    }
    .lasso-bg::before {
        top: -78px;
    }
}