.col-1 {
    width: 8.33%;
}
.col-2 {
    width: 16.66%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33%;
}
.col-5 {
    width: 41.66%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33%;
}
.col-8 {
    width: 100%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33%;
}
.col-11 {
    width: 91.66%;
}
.col-12 {
    width: 100%;
}
:root{

}
/* Media Queries */
@media only screen and (min-width: 1640px) {
    .lg-fix {
        /* padding-top: 4rem; */
    }
    #map{
        height: 720px;
        width: 633px;
      }
}
@media only screen and (max-width: 1503px) {
    .logolink {
        display: none;
    }
    .media-menu{
        /* display: none; */
    }
    .side-content2 {
        padding-right: 2rem;
    }
    .padding-0{
        padding-right: 0;
        padding-left: 2rem;
    }

    .padding-1{
        padding-right: 4rem;
        padding-left: 0;
    }
}
@media only screen and (min-width: 1503px) {
    .media-dropdown{
        display: none;
    }
       .item-video{
    /* margin-left: 4rem; */
    margin-right:2rem;
}
}
@media (min-width: 1000px) and (max-width: 1503px) {
        .highcharts-root{
             height: 720px;
        /* width: 633px; */
        }

    .padding-0{
        padding-right: 0;
        padding-left: 2rem;
    }

    .padding-1{
        padding-right: 4rem;
        padding-left: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .form-lg {
        /* width: 30vw; */
    }
}
@media (min-width: 952px) {
      .partner-img {
          width: 15%;
          max-height: 120px;
          object-fit: contain;
      }

      .partners-logos .carousel-item {
          /* transition: transform 2s ease, */
          /* opacity .5s ease-out; */

          top: 0;
          left: 6rem;
          width: 100%;
        background-color: transparent;

      }
    .card {
        margin-left: 1rem;
        margin-bottom: 1rem;
    }
    #map {
        height: 720px;
    }
    .media-card {
        width: 16rem;
    }
    .country-cards {
        column-gap: 1rem;
    }

    .datatable-center {
        justify-content: center;
        align-items: center;
        align-content: center;
        /* padding-bottom: 2rem; */
    }
    .institution-card {
        min-height: 400px;
    }
    .footer {
        padding-top: 2rem;
        padding-bottom: 1rem;
        align-items: center;
        font-size: 1em;
        text-align: center;
        font-family: Nunito, Regular;
        border-top: 1px solid #c9e0ed;
        justify-content: space-between;
        /* display: inline-flex; */
        font-family: Nunito, Regular;
        /* background-color: #fff; */
        /* position: fixed; */
    }
   .card-1{
       /* width: 12rem; */
   }
    .desktop-home {
        min-height: 80vh;
    }
    button.multiselect {
        background-color: #fff;
        border: 1px solid #ced4da;
        margin-top: 1rem;
        width: 260px;
    }
    .home-logo{
       width: 70px;
       height: 68px;
    }
}
@media (min-width: 768px) {

    .media-search {
        /* padding-right: 3rem; */
    }
    #map {
        height: 720px;
        min-width: auto;
        display: flex;
        /* padding-top:5rem; */
    }
    .form-sec {
        /* height: 50vh; */
        /* padding-bottom: 2rem; */
    }
    .select-menu {
        width: 18rem;
    }
    .navbar-toggler {
        margin-left: auto;
    }
    .lrt-img {
        width: 100%;
        height: 30vw;
        object-fit: unset;
    }
}
@media (max-width: 885px) {
    .navbar-toggler {
        display: block !important;
        margin-left: auto;
    }
    .mobile-menu {
        max-width: 20%;
    }
    .footer {
        display: flex;
        justify-content: space-around;
    }

    .comparison {
        display: none;
    }
    .menu-r {
        display: none;
    }
    .media-card {
        width: 14rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .country-cards {
        justify-content: end;
    }
      .partner-img {
          width: 14%;
          max-height: 120px;
          object-fit: contain;
      }

      .partners-logos .carousel-item {
          transition: all .9s ease-in-out;

          top: 0;
          left: 1rem;
          width: 100%;


      }

}
@media (min-width: 1365px) {
    .nav-link{
        /* font-size: 0.7em; */
    }
    /* .contact-fixed {
        position: fixed;
        right: 0;
        bottom:0px;
        left: 0;
        z-index: 1030;
        background-color: #fff;
    } */

}
@media only screen and (max-height: 768px) {
    .btn-contact-submit{
        margin-bottom: 3rem;
    }
}
@media only screen and (max-width: 767px){
    .lrt-img {
        width: 100%;
        /* height: 25vw; */
        object-fit: cover;
    }
}
/* menu section for mobile devices */
@media only screen and (max-width: 480px) {
    .signatory-mobile {
        padding-left: 1rem;
        padding-right: ;
    }
    #map {
        height: 350px;
        margin-top: 1rem;
    }
        .highcharts-root{
        height:unset;
        width: unset;
      }

    .footer {
        display: inline;
        justify-content: space-between;
        background-color: #fff;
    }
    .map-heading {
        margin-left: 1rem;
    }
    .first-menu li a {
        height: 8rem;
        /* width: 10rem; */
        margin-top: 10%;
    }
    .select-menu {
        /* width:26rem;
      height:20rem; */
        /* border:transparent; */
        overflow: hidden;
        width: fit-content;
    }
    .msg-label {
        /* margin-left: 1rem; */
    }

    .mini-title {
        margin-left: 0;
    }

    button.multiselect {
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 10px;
        width: 17rem;
    }
    /* .filter_row{
      margin-right: 6rem;
    } */
    .navbar-toggler {
        margin-left: auto;
    }
    .btn-search {
        border-radius: 10px;
        background-color: #603913;
        color: #fff;
        /* margin-top: 0.7rem;*/
        /* margin-left: 1rem;  */
    }
    .btn-row {
        display: grid;
    }
    .top-tab-mobile {
        margin-bottom: 1rem;
    }
    .form-sec {
        /* max-height: fit-content ; */
    }
    .social-icons {
        justify-content: center;
    }
    .footer {
        justify-content: center;
        position: relative;
    }
    .datatable-center {
        justify-content: center;
        align-items: center;
        align-content: center;
    }
}
@media only screen and (min-width: 769px) {
    .select-menu {
        width: 18rem;
        height: 10rem;
        background-color: #eceef0;
        /* border:transparent; */
        /* overflow: hidden; */
        -khtml-opacity: 0.8;
        -moz-opacity: 0.8;
        -ms-filter: ”alpha(opacity=80) ”;
        filter: alpha(opacity=80);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.8);
        opacity: 0.9;
        border-radius: 0.25rem;
    }
    .filter_row {
        margin-left: 6rem;
    }

    .latest_header {
        margin-left: 3rem;
    }
    .btn-search {
        border-radius: 10px;
        background-color: #603913;
        color: #fff;
        /* margin-top: 0.7rem;*/
        margin-left: 1rem;
    }
    .btn-row {
        justify-content: center;
    }
    .country_cards{
        max-width: 23.5%;
    }
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
.sidenav .form-control {
    width: 250px;
}
.mobileMenu-btn {
    background-color: #212529;
    color: #fff;
}
.mobileMenu-btn:hover {
    color: #fff;
}
.mobileMenu {
    width: max-content;
    justify-self: center;
}
button.multiselect {
    background-color: #fff;
    border: 1px solid #ced4da;
    /* margin-top: 1rem; */

    /* border-radius: 10px; */
}
/* .form-sec{
  height: 50vh;
} */

@media (max-width: 1366px) {
    #sticky.fixed {
        display: block;
        position: sticky;
        top: 7%;
        width: 100%;
        padding: 20px;
        padding-top: 30px;
    }
}

@media (max-width: 780px) {
    .law-container {
        margin: 0% 3%;
        width: auto;
    }
    #header {
        height: 50px;
    }
    #sticky {
    display: block !important;
    position: sticky;
    top: 30%;
    width: 100%;
    padding: 20px;
    z-index: 1;
}

    #sticky.fixed {
        display: block;
        position: sticky;
        top: 30%;
        width: 100%;
        padding-top: 30px;
        justify-content: center;
    }
    .view-legislation-mobile {
        margin-top: 2rem;
    }
}

/* Layout */
.container-fluid {
    height: 100%;
    width: 100%;
    box-sizing: content-box;
    padding-left: 0;
}
.container {
    display: grid;
    height: 100%;
}


@font-face {
    font-family: "Nunito-Regular";
    font-weight: normal;
    font-style: normal;
    src: url("../../fonts/Nunito-Regular.ttf");
}
@font-face {
    font-family: "Nunito-Black";
    font-weight: normal;
    font-style: normal;
    src: url("../../fonts/Nunito-Black.ttf");
}
@font-face {
    font-family: "Nunito , Regular";
    font-weight: normal;
    font-style: normal;
    src: url("../../fonts/Nunito , Regular.ttf");
}
body {
    margin: 0;
    font-family: "Nunito-Regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
    height: 100%;
}
.card-header{
    font-family: "Nunito, Regular";
}
/* Navbar */
.navbar {
    /* position: sticky; */
    /* padding:0; */
    background-color: #fff;
}
.navbar-img {
    width: auto;
    height: 50px;
    padding-left: 2rem;
}
.collapse {
    padding-right: 5rem;
}
.navbar-collapse {
    height: 66px;
}
.nav-item {
    border-right: 0;
    padding-left: 5px;
    padding-right: 5px;
}
.first-menu {
    height: 100%;
}
.first-menu li a {
    margin-top: 1rem;
}
.first-menu li.current {
    /* background:#603913; */
    border-bottom: 1px solid #603913;
    margin-bottom: 1rem;
}
.first-menu li a.nav-link.current{
    color: #603913;

}
.admin-button {
    background: #603913;
    color:  #fff !important;
}
.multiselect {
    margin-top: 1rem;
}
.dropdown-menu {
    /* top: 64px; */
    padding-top: 0;
    padding-left: inherit;
    /* border: transparent; */
    /* border-bottom: 0; */
}
.comparison-dropdown{
    top:64px;
}
.navbar-light .navbar-nav .active > .nav-link {
     /* color: #603913;
    border-bottom: 1px solid #603913; */
    background-color: unset;
    border-radius: 0.25rem;
    color:rgba(0, 0, 0, 0.5);
}

.no-border {
    border: none !important;
}
.menu-button {
    width: 70px;
    height: 26px;
    position: relative;
}
.menu-button-item {
    position: absolute;
    height: 2px;
    margin: 0 0 4px 20px;
    background-color: #333;
    border-radius: 2px;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.menu-button-item:first-child {
    top: 0;
    width: 32px;
}
.menu-button-item:nth-child(2) {
    width: 24px;
    top: 45%;
}
.menu-button-item:nth-child(3) {
    top: 90%;
    width: 16px;
}
/* Index.blade */
.map-heading {
    color: #603913;
    font-size: 1.1rem;
    font-weight: bolder;

    margin-left: 1rem;
}

.card-header {
    padding: 0.4rem 0.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    font-family: "Nunito , Regular";
}
.highcharts-legend-item {
    display: none;
}

#censad {
    border-right: 1.2rem solid #8dc63f;
    /* height: 100%; */
    /* left: 80px;in */
    width: 75%;
}
#comesa {
    border-right: 1.2rem solid #8dc63f;
    /* height: 32px; */
    /* left: 80px; */
    width: 75%;
}
#eac {
    border-right: 1.2rem solid #8dc63f;
    /* height: 32px; */
    /* left: 80px; */
    width: 75%;
}
#eccas {
    border-right: 1.2rem solid #8dc63f;
    /* height: 32px; */
    /* left: 80px; */
    width: 75%;
}
#ecowas {
    border-right: 1.2rem solid #8dc63f;
    /* height: 32px; */
    /* left: 80px; */
    width: 75%;
}
#igad {
    border-right: 1.2rem solid #8dc63f;
    /* height: 32px; */
    /* left: 80px; */
    width: 75%;
}
#sadc {
    border-right: 1.2rem solid #8dc63f;
    /* height: 32px; */
    /* left: 80px; */
    width: 75%;
}
#uma {
    border-right: 1.2rem solid #8dc63f;
    /* height: 32px; */
    /* left: 80px; */
    width: 75%;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 1.2rem;
}

img.community-icon {
    width: 25px;
    float: right;
    margin: 3px 5px -3px;
}
.borderg {
    border-bottom: 1px solid #a97c52;
    background: #fff;
}
.borderPR {
    border-left: 1rem solid #603913;
}
.signatory-body {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    /* border-radius: 5rem; */
    /* box-shadow: 0px 5px #e8e4e4; */
    /* border-bottom: 1px solid; */
}
.rec-text {
    font-size: 13px;
}
.rec-text:hover {
    color: #b7b7b7;
}
div#atlas_footer {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 66px;
}
.nav-pills.nav-fill .nav-item a {
    color: #603913;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #a97c52;
}

.countryImage {
    /* width:100%; */
    max-height: 100%;
}

div.template {
    background: #0ea616 !important;
    width: 10rem;
    color: #fff;
    margin-left: 0px;
    padding: 13px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
div.template-green {
    background: #e23111 !important;
    width: 10rem;
    color: #fff;
    margin-left: 0px;
    padding: 13px;
    font-size: 14px;
    font-weight: 500;
    /* margin-top: 20px; */
    text-align: center;
    margin-left: 10%;
    /* border-radius: 10px; */
}
.template a {
    color: #fff;
}
.highcharts-credits {
    display: none;
}

/* Country view page */
.summary p {
    font-weight: normal !important;
}
.tab-content {
    width: 100%;
}

.act-name-p {
    margin-top: 20px;
}
.act-name {
    font-size: 18px;
    color: #212529;
}
.act-name-2 {
    font-size: 18px;
    color: #212529;
}

.act-name:hover {
    color: #603913;
    text-transform: none;
    text-decoration: none;
}

/* .logo > div {
    flex: 1;
}
.topic-d > div {
    flex: 1;
}
.topic-u > div {
    flex: 1;
} */

.badge {
    font-size: 25px;
    color: #efc04b;
    text-align: left;
    padding-top: 4.5rem;
    padding-left: 4.5rem;
    width: 925px;
    height: 111px;
    top: 907px;
}
.card-heading {
    padding-left: 4.5rem;
    font-size: 38px;
}
.topics {
    top: 1248px;
    left: 196px;
    width: 148px;
    height: 82px;
    color: #efc04b;
    padding-left: 13rem;
    font-size: 18px;
}
.mission-span {
    padding-top: 8rem;
    top: 1133px;
    left: 196px;
    width: 969px;
    height: 249px;
}
.topic-text {
    margin: auto;
    width: 50%;
    padding-top: 10px;
}
.block:not(:last-child) {
    margin-bottom: 5rem;
}
.view-more {
    align-content: flex-end;
    justify-content: left;
    margin-left: 20rem;
}

.has-text-danger {
    margin-top: 70px;
    text-align: end;
    font-size: 18;
    color: #545871;
    opacity: 1;
    letter-spacing: 0px;
}
.card {
    justify-content: center;
    align-content: center;
    /* align-self: center; */
    justify-self: center;
    border: transparent;
}

.content-p {
    padding-top: 10rem;
}
.content-button {
    padding-top: 3rem;
}
.content-all {
    padding-left: 3rem;
}
.side-head {
    padding-bottom: 3rem;
    font-weight: bold;
}
.topic-d {
    text-align: center;
    color: #603913;
}
.form-label {
    color: #603913;
    font-weight: bold;
}
.card-text-hover {
    display: none;
    /* color: #fff; */
}
.card:hover .card-text-hover {
    opacity: 1;
    display: block;
}

.card-hover a {
    background-color: #594a42 !important;
    color: white;
    font-size: 14px;
    padding: 10px 22px;
}

/* card transitions */
.card-hover {
    position: relative;
    width: 50%;
}

.image {
    opacity: 1;
    /* display: block; */
    /* width: 100%; */
    height: auto;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

.card-hover:hover .image {
    opacity: 0.3;
}

.card-hover:hover .card-img-overlay {
    /* opacity: 0.5; */
}
.card-img-overlay {
    /* transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; */
}

.contact-enq {
    font-weight: bold;
    font-size: large;
    /* margin-bottom: 5rem; */
    align-items: center;
    text-align: left;
    font: normal normal normal 25px/37px Nunito, Regular;
    letter-spacing: 0.88px;
    color: #333333;
    opacity: 1;
    /* margin-right:5rem; */
    /* justify-content: flex-start; */
}
.side-head {
    text-align-last: right;
}
.form-control {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 2px 4px 20px #00000026;
    border-radius: 10px;
    opacity: 1;
    width: 100%;
}
.contact-head {
    float: right;
}
/* .contact{
  display: flex;
  align-items: center;
} */
.page-item {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.page-link {
    color: #e06161;
    background: padding-box #fff;
}
.page-link1 {
    background: padding-box #333333;
    color: #fff;
}
/* .btn-success{
  float:right;
  margin-top: 2rem;
} */
.side-head2 {
    margin-left: 7rem;
    text-align: right;
    color: #545871;
}
.side-head1 {
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    color: #333333;
    font: Nunito, Regular;
}
.side-content {
    text-align: left;
    font-size: 15px;
    text-align: justify;
}
.side-content2 {
    text-align: right;
    font-size: 15px;
    text-align: justify;
}

.side-num {
    font-family: Nunito, Regular;
    text-transform: capitalize;
    font-size: 2rem;
    line-height: 80%;
    margin-right: 0.5rem;
    margin-left: 0px;
    color: #603913;
}

.about-text {
    font-family: Nunito, Regular;
    text-align: justify;
    font-size:15px;
    margin-left: 0.175rem;
}

.box {
    margin-left: auto;
    margin-right: auto;
    width: 60em;
    text-align: center;
    margin-top: 10rem;
    color: #333333;
    font-size: 18px;
    margin-bottom: 10rem;
}
.box_1 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    font-size: 18px;
    /* font-weight: ; */
}
.content-head_1 {
    margin-top: 5rem;
    float: right;
    font-size: 36px;
    color: #fff;
    margin-left: 55rem;
}
.bgrd-head {
    font-weight: bold;
}
.far {
    color: #603913;
}

.hero-section {
    /* background-color: green; */
    /* min-width: 100vw;
  min-height: 100vh;
  display: flex; */
}
/* Headers */
.header-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    align-content: center;
}

.header1 {
    display: flex;
    flex-flow: row;
    align-content: center;
    align-items: center;
    font-size: 18px;
    color: #a97c52;
    /* width: 90%; */
}
.header11 {
    display: flex;
    flex-direction: row;
    align-content: center;
    /* padding: 10rem; */
}
.mini-title-text11 {
    color: #603913;
    margin-right: 5rem;
    font-size: 1.5rem;
    text-align: end;
}
.mini-title11 {
    font-size: 1.5rem;
    margin-right: 5rem;
}
.mini-slash11 {
    font-size: 6rem;
    color: #603913;
}
.r-hlights {
    padding: 10rem;
}
.r-p {
    align-content: flex-start;
    font-size: 1rem;
    text-align: end;
}

.mini-title1 {
    display: flex;
    flex-flow: row;
    align-content: center;
    font-size: 1rem;
    width: 10rem;
    height: 100%;
    color: #fff;
    margin-right: 10rem;
}

.mini-slash {
    font-size: 5rem;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}
.mini-slash1 {
    font-size: 5rem;
    margin-left: 15rem;
}
.mini-title-text1 {
    color: #fff;
    margin-right: 5rem;
    font-size: 2rem;
    margin-top: 2rem;
}
.header2 {
    padding-right: 6rem;
    padding-left: 6rem;
    font-size: 1.1rem;
    font-weight: bold;
    width: 70%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #747474;
    text-align: left;
    font: Nunito, Regular;
}
.header0 {
    align-content: center;
    padding-right: 7rem;
    padding-left: 7rem;
    color: #fff;
    font-size: 1rem;
    text-align: center;
}

.cards1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    min-width: 100vw;
}

.card1 {
    width: 28rem;
    height: 28rem;
    margin: 5px;
}

.card-body1 {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}

.card-title {
    margin-bottom: 2rem;
    color: #603913;
    font-weight: bold;
}

.card-text {
    /* color: #fff; */
}

.card-bottom {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding: 2rem;
}

.btn {
    font-size: 0.9rem;
}

.section2 {
    min-height: 100vh;
}
.table {
    /* min-height: 100vh; */
    min-width: 80vw;
}

.s2-card {
    min-width: 50%;
    min-height: 100vh;
}

.form {
    min-height: 100vh;
}

.form-label {
    /* color:#0EA616; */
}
.form-wrapper {
    width: 100%;
}

.s2-card-title {
    font-size: 2.5rem;
    color: #cea01a;
}

.w-100 {
    width: 100%;
}
.border-5 {
    color: #cea01a;
}
.section0 {
    background: #603913;
}
.sec0 {
    align-content: flex-start;
    text-align: end;
    color: #333333;
    font-size: 1rem;
    padding-left: 7rem;
}
.sec1 {
    align-content: flex-end;
}
.sec3 {
    text-align: start;
    margin-top: 3rem;
    color: #333333;
    font-size: 1rem;
    padding-right: 7rem;
    padding-top: 5rem;
}
.section_3 {
    background: #e06161;
}
.section_m {
    background: #333333;
    height: 100vh;
}
.me-2 {
    font-weight: bold;
}
.mini-devider {
    font-size: 3rem;
    font-weight: lighter;
    color: #747474;
}
.bg-head {
    color: #cea01a;
}
.main-head {
    justify-content: space-between;
    align-items: center;
}

.arbitration {
    justify-content: space-around;
    flex-wrap: wrap;
    padding-right: 1rem;
}
.comp-cd {
    justify-content: space-between;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: #333333;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    /* padding: 10rem; */
}
.desktop-menu {
    background-color: #333333;
    display: none;
    position: absolute;
    min-width: 215px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.dropdown-content a {
    float: none;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    /* background-color: #333333; */
}

.dropdown:hover .dropdown-content {
    display: block;
    z-index: 2000;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: inherit;
    opacity: 1;
    visibility: visible;
    z-index: 250;
    padding-left: 13px;
}

#map {
    min-height: auto;
    min-width: 380px;
    /* max-width: 800px; */
    right: 2%;
}

.count_name {
    font-size: 1.5rem;
    font-weight: bolder;
    color: #333333;
    align-items: center;
}
.s-head {
    color: var(--unnamed-color-b7b7b7);
    text-align: left;
    font: normal normal normal 20px/30px Nunito, Regular;
    letter-spacing: 0.7px;
    color: #b7b7b7;
    opacity: 1;
}
.mini-title {
    font-family: Nunito, Regular;
    letter-spacing: 1.33px;
    color: #603913;
    display: flex;
    font-size: 24px;
    font-weight: bold;
    flex-flow: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    height: 100%;
    text-align-last: right;
}
.mini-title-text {
    text-align: left;
    font: normal normal normal 25px/37px Nunito, Regular;
    letter-spacing: 0.88px;
    color: #603913;
    opacity: 1;
    /* margin-right:5rem; */
    justify-content: flex-start;
}
.me-2 {
    text-align: left;
    font: normal normal normal 16px/24px Nunito, Regular;
    letter-spacing: 0.56px;
    color: #747474;
    text-transform: capitalize;
    opacity: 1;
}
.res,
.me-22 {
    text-align: left;
    font: normal normal 600 14px/22px Nunito;
    letter-spacing: 0.28px;
    color: #747474;
    opacity: 1;
}
.art {
    color: #cea01a;
    justify-content: space-between;
}
  .comparison-accordion {
      background-color: #eee;
      color: #603913;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      text-align: left;
      border: none;
      outline: none;
      transition: 0.4s;
  }
.btn-prnt {
    border-color: #603913;
    color: #a97c52;
}
.btn-prnt::after{
    content: '\f02f';
    font-family: "FontAwesome";
    margin-left: 0.7rem;
}
a .btn-prnt:hover{
    color: #603913;
}
.btn-dep {
    background-color: rgb(31, 221, 255);
    color: #ffffff;
    border-radius: 10px;
}
.btn-nyc {
    background-color: #dd0302;
    color: #ffffff;
    border-radius: 10px;
}
.btn-icsid {
    background-color: #0ea616;
    color: #ffffff;
    border-radius: 10px;
}
.btn-ohada {
    background-color: #333333;
    color: #ffffff;
    border-radius: 10px;
}
.btn-eiti {
    border-radius: 10px;
}

.count_sel {
    /* float: left; */
    margin-bottom: 0;
    /* background: #333333; */
    /* color: #ffffff; */
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
}
/* .header1{
  margin-right: 5rem;
} */
#date {
    /* width: 150px; */
    outline: none;
    /* color: white; */
    text-align: center;
}
.opensearch {
    width: 250px;
}

.all_fonts {
    font-family: "Nunito-Regular";
}
.download {
    color: #cea01a;
    font-size: 1rem;
    font-weight: bold;
}

.country-summary strong {
    text-transform: uppercase;
}

/* Country Law styling */

.law-container {
    margin: 0% 1%;
    width: auto;
    padding-right:0px;
}
.law-country {
    font-size: 24px;
    color: #603913;
}

.law-slash {
    color: #603913;
}
.law-filter .form-control {
    /* width:100% */
}

.law-filter .search-law-input {
    width: 73%;
    border-right: none;
}

.law-filter .btn-secondary {
    color: #6c757d;
    background-color: #fff;
    border-color: #ced4da;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}
.law-filter .btn-secondary:hover {
    color: #6c757d;
    background-color: #fff;
    border-color: #ced4da;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}

.law-main {
    margin-top: 20px;
}
.law-main h2 {
    color: #603913;
    text-align: center;
}
.law-main .highlight {
    background-color: #603913;
    color: #fff;
}
.highlighted {
    background-color: #603913;
    padding: 1px 2px;
    border-radius: 5px;
    color: #fff;
    box-shadow: #545871;
}
.title-heading {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.chapter-heading {
    font-size: 20px;
    font-weight: bold;
}
.part-heading {
    font-size: 18px;
    font-weight: bold;
}
.section-heading {
    font-size: 17px;
    font-weight: bold;
}

.article_title {
    font-size: 16px;
    font-weight: bold;
}
/* #header { height: 140px; } */
#sticky {
    display: block !important;
    position: sticky;
    top: 10%;
    width: 100%;
    padding: 20px;
    z-index: 1;
    clip-path: inset(-0px -10px 5px -10px);
}


#sdetails {
    display: block !important;
    position: sticky;
    top: 10%;
    padding: 20px;
    z-index: 2;
    clip-path: inset(-0px -10px 5px -10px);

}
#box-one{
 margin-top: -2%;
  z-index: 1;
  border-top: none;
  clip-path: inset(-11px -10px -10px -10px);
}

#box-two{
 margin-top: -2%;
  z-index: 1;
  border-top: none;
  clip-path: inset(-11px -10px -10px -10px);
}

#sticky.fixed {
    /* display: block; */
    position: sticky;
    top: 7%;
    width: 100%;
    padding: 20px;
}



#law-main.fixing {
    position: initial !important;
}
#law-main-search.fixing {
    position: initial !important;
}
.btn-compare {
    background-color: #a97c52;
    color: #fff;
}
.btn-compare:hover {
    color: #ffffff;
}

.list-group-item {
    padding-top: 0;
    /* padding-bottom: 0; */
}

/* mobile menu styling */
.btn-MobileCompare {
    background-color: #212529;
    color: #fff;
    /* justify-content: flex-end; */
    float: right;
}
.btn-MobileCompare:hover {
    color: #fff;
}
.MobileCompare {
    float: right;
    margin-right: 3rem;
}
.mobile-header {
    color: #603913;
    font-size: 16px;
    margin-left: 4rem;
}
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 2000; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #eceef0;
    overflow-x: hidden; /* Disable horizontal scroll */
    /* padding-top: 60px;*/ /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    justify-content: center;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    /* font-size: 25px; */
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left 0.5s;
    padding: 20px;
}

button.multiselect {
    background-color: #fff;
    border: 1px solid #ced4da;
    /* border-radius: 10px; */
}
#select_topics {
    justify-content: center;
    align-items: center;
    align-self: center;
    align-content: center;
    justify-self: center;
    justify-items: center;
    font-family: "FontAwesome", "Second Font name", "Nunito";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left:0.75rem;
}
.form-select {
    /* padding-left: 3rem; */
    /* padding-right: 3rem; */

    /* justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
    /* Add some styling */
    display: block;
    color: #333;
    background-color: #ffffff;
    /* background-image: none; */
    border: 1px solid #cccccc;
    /* -ms-word-break: normal; */
    word-break: normal;
    /* font-family: "FontAwesome", "Second Font name", "Nunito"; */
}
.multiselect-selected-text {
    float: left;
    max-width: 12rem;
}

.comparison .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    float: right;
    margin-top: 9px;
    margin-right: 6px;
}
.comparison .dropdown-toggle{
    white-space: normal;
}

select.minimal {
    background-image:
        linear-gradient(45deg, transparent 50%, black 50%),
        linear-gradient(135deg, black 50%, transparent 50%);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
    border-radius: 0.25rem;
    width: 250px;

}

/* AMLA CSS */

.amla-title-text {
    color: #ffffff;
}
.logolink {
    color: #584942;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 300;
    padding-top: 0.5rem;
}
.amla-title {
    color: #ffffff;
    font-family: Nunito, Regular;
    letter-spacing: 1.33px;
    display: flex;
    font-size: 24px;
    /* font-weight: bold; */
    flex-flow: row;
    /* justify-content: flex-start; */
    align-content: center;
    align-items: center;
    height: 100%;
    /* text-align-last: right; */
}
.amla-title-dark {
    color: #603913;
    font-family: Nunito, Regular;
    letter-spacing: 1.33px;
    display: flex;
    font-size: 24px;
    flex-flow: row;
    align-content: center;
    align-items: center;
    height: 100%;
    text-align: right;
}
.number-element1 {
    display: inline-block;
}
.number-element2 {
    display: inline-block;
}
.dark-title {
    font-weight: bold;
    text-align: right;
    display: flex;
}
.amla-color-main {
    background-color: #dbd8d4;
}
.amla-button {
    color: #ffffff;
    background-color: #603913;
    /* width: 15rem; */
}
.name-input {
    margin-top: 7.5rem;
}
.partner-title {
    font-family: Nunito, Regular;
    letter-spacing: 1.33px;
    color: #ffffff;
    display: flex;
    font-size: 24px;
    font-weight: bold;
    flex-flow: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    height: 100%;
    text-align-last: right;
}
.partner-title-text {
    color: #ffffff;
}
.partner-text {
    font-family: Nunito, Regular;
    font-weight: bold;
    color: #603913;
}
.highlights-text {
    color: #545871;
    display: block;
    width: 80%;
    margin-left: 3rem;
    text-align: right;
}

.platform-header {
    justify-content: flex-end;
}
.bottom-section-text {
    text-align: end;
}

.carousel-indicators li {
    background-color: #ffffff;
}

.carousel-control-next {
    right: -2rem;
    bottom: 5rem;
}

.carousel-control-prev {
    left: -10rem;
    bottom: 5rem;
}
.mini-title-font {
    color: #a97c52;
}
.highlights-card {
    /* flex-wrap: nowrap; */
}
.team-card {
    min-height: auto;
}

.slick-prev:before,
.slick-next:before {
    color: #ffffff !important;
}

.wrapper {
    margin: auto;
    width: 90%;
}

.lrt-name {
    font-size: 20px;
    color: #603913;
}

.lrt-biography {
    font-weight: 400px;
    color: #a87e52;
}


.highlight-img{
    width: 100%;
    height: 165px;
    object-fit: cover;
}


.slick-slider .element {
    height: 100px;
    width: 100px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin: 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}
.slick-slider .slick-disabled {
    opacity: 0;
    pointer-events: none;
}
.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
    /* transform: translateX(33.333%); */

}

.carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
    /* transform: translateX(-33.333%); */

}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    /* transform: translateX(0); */

}

.highlights-button {
    color: #ffffff;
    background-color: #a97c52;
    /* font-size: 0.68em; */
    padding: 0.23rem;
}
.highlights-button a {
    color: #ffffff;
}
.date-btn{
    padding:0;
}
.country-pills {
    font-size: 1.125rem;
    font-family: "Nunito-Regular";
}

.pills-ol {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.partners-heading {
    margin-left: 0.025rem;
    margin-right: 0.025rem;
}

/* AMLA-TEAM STYLES */
@media (max-width: 768px) {
    .team-carousel .carousel-inner .carousel-item > div {
        display: none;
    }
    .team-carousel .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.team-carousel .carousel-inner .carousel-item.active,
.team-carousel .carousel-inner .carousel-item-next,
.team-carousel .carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {
    .team-carousel .carousel-inner .carousel-item-right.active,
    .team-carousel .carousel-inner .carousel-item-next {
        transform: translateX(33.333%);
    }

    .team-carousel .carousel-inner .carousel-item-left.active,
    .team-carousel .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%);
    }
}

.team-carousel .carousel-inner .carousel-item-right,
.team-carousel .carousel-inner .carousel-item-left {
    transform: translateX(0);
}

.facilitator-card {
    position: relative;
    width: 100%;
}

.image {
    /* display: block;
  width: 100%;
  height: auto; */
}

.facilitator-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e6b863;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}

.facilitator-card:hover .overlay {
    height: 100%;
}

.facilitator-text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.eiti-cell {
    color: #fff;
    text-align: center;
    font-family: "Nunito-Regular";
}
.table td,
.table th {
    font-family: "Nunito-Regular";
}
table.eii_status {
    font-family: "Nunito-Regular";
}
/* partners styles */

.logo {
    /* width: 290px; */
    margin: 0 auto;
    text-align: center;
    height: 95px;
    font: 0/0 a;
}

.img {
    max-width: 290px;
    display: inline-block;
    vertical-align: middle;
    font: 16px/1 Arial sans-serif;
    cursor: pointer;
    max-height: 75px;
}

.item-sponsor {
    float: left;
    z-index: 7;
    /* border-right: 1px solid #603913;
        border-bottom: 1px solid #603913; */
    overflow: hidden;
    display: block;
    /* width: 49.6%; */
    height: 370px;
    margin-bottom: 3rem;
}

.itembg {
    background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    height: 100%;
}

.detailBtn {
    height: 4rem;
    font-size: 14px;
    line-height: 30px;
    text-transform: capitalize;
    color: #603913;
    border-bottom: 1px solid #603913;
    margin: 40px auto 15px;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 13px;
    letter-spacing: 0.03em;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.itemTxt {
    padding: 2px 0;
    text-align: center;
}

.itemTxt span.line {
    height: 0;
    border-color: #a5a5a5;
}

span.line {
    display: block;
    width: 60%;
    border-bottom: 1px solid #fff;
    border-bottom-color: #fff;
    margin: 13px auto;
}

.itemTxt .project {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #603913;
    text-transform: capitalize;
    display: inline-block;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    background-color: #603913;
    top: -200px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.1s ease-out 0.5s;
    transition: all 0.5s ease-out 0.5s;
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.hovereffect img {
    /* display: block; */
    position: relative;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.hovereffect:hover h2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    margin: 50px 0 0 0;
    background-color: transparent;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    color: #000;
    border: 1px solid #000;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover a.info {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: 0 0 5px #000;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.summaryText {
    /* display: block; */
    width: 65%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.06em;
    transform: translateY(400px);
    -webkit-transition: all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    -o-transition: all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    transition: all 1s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    max-height: 120px;
    text-align: center;
}
.downloadBtn {
    /* height: 31px; */
    font-size: 14px;
    line-height: 30px;
    text-transform: capitalize;
    color: #603913;
    border: 1px solid #603913;
    /* margin: 40px auto 15px; */
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 0 13px;
    letter-spacing: 0.03em;
    border-radius: 0.25rem;
}
.media-page-link {
    margin-left: 0.5rem;
    background-color: #fff;
    color: #a97c52;
    border: 1px solid #603913;
}
span.media-line {
    display: block;
    width: 96%;
    /* border-bottom:1px solid #707070; */
    /* border-bottom-color: #fff; */
    /* margin: 13px auto; */
}

.lrt-list{
    list-style-type: none;
    display: inline-block;
    margin: 1em;
    color: #a97c52;
}

.year{
    width: min-content;
}
.country_cards .card-footer{
    background-color: #fff;
}





/* The Modal (background) */
.media.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 8rem;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 900px;
    max-height: 700px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 100px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    /* cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none; */
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mySlides img{
    width: 100%;
    object-fit: contain;
}

.media-img{
     height: 29vw;
     width: 100%;
    margin-right: -0.25rem;
    object-fit: cover;
}

.caret {
    position: absolute;
    left: 90%;
    top: 45%;
}
.media-17{
    z-index: 1;
}
.p-circle{
    list-style-type: disc;
    font-size: 20px;
}

iframe {
    border: 1px solid #a5a5a5;
}
.about-dropdown{
    background-color: #eceef0;
    border: transparent;
}

.amla-icons{
    color: #603913;
    font-size: 50px;
}

.footer-text{
    text-decoration: none;
    font-family: Nunito, Regular;
    color: #000
}
.footer a{
    color: #333;
}
.team-year{
    width: max-content;
    margin-right: 1rem;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    color: #333333;
    background-color: none;
}
.highlights-cards{
    justify-content: space-around;
}


.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .8s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot{
    font-size: 1.8rem;
    color: #a97c52;
    padding: 5px 8px !important;
}
.owl-carousel .owl-nav button.owl-next:hover{
    /* color:#fff; */
}
.owl-theme .owl-nav [class*="owl-"]:hover{
    background-color: #a97c52;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #333;
    text-decoration: none;
    background-color: #eceef0;
}
.media-carousel{
    padding-left: 2rem;
    padding-right: 2rem;
}
.text-gt{
    color: #603913;
    font-family:"Nunito-Regular";
}
#accordion .card a{
    color: #603913;
    text-decoration: none;
    font-family: "Nunito-Regular"!important;
}


.section-spacing{
    margin-bottom: 4rem;
}
.vision label{
    margin-bottom: 0 !important;
}
/* scroll navigation */
/* @media (min-width: 800px) {

.scroll-nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -1.5rem;
  height: 100%;
  list-style: none;
  z-index: 997;
}

@media (min-width: 500px) and (min-height: 375px) {
  .scroll-nav {
    display: block;
  }
}

.scroll-nav:before {
  border-left: 2px solid #dfbfa1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 36%;
  left: 49px;
}

.dot-nav {
  list-style: none;
  position: relative;
  z-index: 5;
}

.dot-nav a {
  display: inline-block;
  background: #dfbfa1;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  vertical-align: middle;
}

.dot-nav a:hover {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background-color: #a97c52;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.dot-nav a.active {
  background-color: #a97c52;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.dot-nav li {
  margin: 25px 0;
}

.dot-nav li span {
  opacity: 0;
  position: fixed;
  vertical-align: middle;
  color: #fff;
  background: #000;
  padding: 2px 7px;
  margin-top: -4px;
  margin-left: 25px;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 14px;
}

.dot-nav li span b {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
}

.dot-nav li a:hover + span {
  opacity: 1;
}
} */
:target:before {
content:"";
display:block;
height:120px; /* fixed header height*/
margin:-120px 0 0; /* negative fixed header height */
}
.country-name{
    /* max-width: 25vw; */
}
.language-btn{
    /* margin-top: 0.2rem !important; */
    color: #777879;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow:none;
}
.country_cards .card-footer{
    border: none;
}
.contact-sec{
    margin-top: 1rem;
}
.home-headings{
    width: 10rem;
}

.warning-banner{
    position: fixed;
    top: 8%;
    right: 0;
    left: 0;
    z-index: -1;
    margin-right: 10%;
    width: inherit;
}




.document-panel-title{
    font-size:18px;
    text-align:center;
}
.accordion .card {
    border:1px solid #603913;
    min-width:95%;
 }
.accordion .card .card-header{
    background-color: #ffffff;
    border-bottom: 1px solid #603913;
}
.accordion > .card:not(:last-of-type) {
    border-bottom: 1px solid #603913;
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 0;
}

.accordion .btn {
    font-size: 14px;
}

.document-row{
    padding-left:20px;
    padding-bottom:20px;
}
.accordion ul{
    padding-inline-start: 7px;
}

.table-heading {
    color:#603913 !important;
    font-family: 'Nunito' !important;
   }

.table-heading a{
 color:#603913 !important;
}

.table-heading a:hover{
    color:#603913 !important;
    text-decoration: none;
    font-weight: bold;
   }

   .table-heading-action {
    color:#DD0302 !important;
   }
.scrollable-content
{
height: 100%;
overflow-y: scroll;
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}


.sidebar-content{
    max-height: 500px;
overflow-y: scroll;
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
position: fixed;
width: 22%;
top: 24%;
bottom: 10%;
/* background: #111; */
padding-top: 50px;
}

.sidebar-content-scroll{
    max-height: 100%;
overflow-y: scroll;
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
position: fixed;
width: 22%;
top: 16%;
bottom: 10%;
/* background: #111; */
padding-top: 50px;
}


#sticky.fixed {
    /* display: block; */
    position: sticky;
    top: 8%;
    width: 100%;
    padding: 0px;
    clip-path: unset;
}
#sticky.fixed .count_name{
    margin-top:2%;
}

#sdetails.fixed {
    /* display: block; */
    position: sticky;
    top: 8%;
    padding: 0px;
    clip-path: unset;
}
#sdetails.fixed .count_name{
    margin-top:2%;
}

#table_of_content a {
    color: rgba(0, 0, 0, 0.7);
}


/* .main-content{
    margin-top:12%;
} */
.country-selection{
    margin-top:8rem;
}

.btn.language-btn:hover {
  color: rgba(0, 0, 0, 0.5);
}

@media(max-width:1513px){
    .warning-banner {
    position: fixed;
    top: 8%;
    right: 0;
    left: 0;
    z-index: -1;
    margin-right: 10%;
    width: 100%;
}
.sidebar-content {
    max-height: 500px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: fixed;
    width: 22%;
    top: 33%;
    bottom: 10%;
    /* background: #111; */
    padding-top: 50px;
}
.country-selection{
    margin-top:8rem;
}
}

@media(max-width:1440px){
.collapse {
  padding-right: 2rem;
}
.warning-banner {
  position: fixed;
  top: 9%;
  right: 0;
  left: 0;
  z-index: -1;
  margin-right: 10%;
  width: 100%;
}
/* .main-content {
  margin-top: 10%;
} */
.country-selection{
    margin-top:8rem;
}
.law-main{
    margin-top:0px;
}
.law-main hr {
    margin-top: 0px;
}
.sidebar-content {
  max-height: 500px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  width: 22%;
  top: 24%;
  bottom: 15%;
  padding-top: 40px;
}
.sidebar-content-scroll {
  max-height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  width: 22%;
  top: 20%;
  bottom: 10%;
  padding-top: 30px;
}
}


@media(max-width:1440px) {
    .warning-banner {
        position: fixed;
        top: 8%;
        right: 0;
        left: 0;
        z-index: 2;
        margin-right: 10%;
        width: 100%;
      }

}

@media(max-width:1367px){
    .warning-banner {
        position: fixed;
        top: 11%;
        right: 0;
        left: 0;
        z-index: 2;
        margin-right: 10%;
        width: 100%;
      }

    .sidebar-content {
  max-height: 500px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  width: 22%;
  top: 40%;
  bottom: 15%;
  padding-top: 40px;
}
.sidebar-content-scroll {
  max-height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  width: 22%;
  top: 25%;
  bottom: 10%;
  padding-top: 30px;
}
}


@media(max-width:1280px){
    .sidebar-content {
  max-height: 500px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  width: 22%;
  top: 24%;
  bottom: 15%;
  padding-top: 40px;
}
.sidebar-content-scroll {
  max-height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  width: 23%;
  top: 20%;
  bottom: 10%;
  padding-top: 30px;
}
#sticky.fixed {
  display: block;
  position: sticky;
  top: 8%;
  width: 100%;
  padding: 0px;
}
.mini-slash {
  font-size: 4rem;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
.accordion .card {
  border: 1px solid #603913;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(96, 57, 19);
  min-width: 94%;
}
}
@media(max-width:1280px) and (max-height:950px){
        .sidebar-content {
padding-top: 0px;
        }

     .warning-banner {
        position: fixed;
        top: 8%;
        right: 0;
        left: 0;
        z-index: 2;
        margin-right: 10%;
        width: 100%;
      }
}

@media(max-width:1280px) and (max-height:800px){
    .warning-banner {
  position: fixed;
  top: 10%;
  right: 0;
  left: 0;
  z-index: -1;
  margin-right: 10%;
  width: 100%;
}
  .sidebar-content {
padding-top: 40px;
        }

#sticky.fixed {
  display: block;
  position: sticky;
  top: 9%;
  width: 100%;
  padding: 0px;
}
}


@media (max-width: 920px) and (min-height: 501px) {

    .mobile-warning-banner{
       position: fixed;
       top: 10%;
       right: 0;
       left: 0;
       z-index: 1030;
       margin-right: 10%;
   }

 }
@media (max-width: 500px) and (min-height: 375px) {

   .mobile-warning-banner{
       position: fixed;
       top: 7%;
       right: 0;
       left: 0;
       z-index: 1030;
       margin-right: 10%;
       width:100%;
   }

}
@media only screen and (min-width:1300px) {
            .contact-fixed {
                position: fixed;
                right: 0;
                bottom: 0;
                left: 0;
                z-index: 1030;
                /* background-color: #fff; */
            }

            .footer {
                background: #fff;
            }

            #chapter,
            #title,
            #part,
            #section,
            #article,
            #subsection {
                width: 200px;
            }

            #title{
                width:175px;
            }
        }


 @media (max-width:1299px) and (min-width:1100px) {
            .contact-fixed {
                position: fixed;
                right: 0;
                bottom: 0;
                left: 0;
                z-index: 1030;
                /* background-color: #fff; */
            }

            .footer {
                background: #fff;
            }

            #chapter,
            #title,
            #part,
            #section,
            #article,
            #subsection {
                width: 200px;
            }

            #title{
                width:149px;
            }
        }
 @media only screen and (min-width:768px) {
            .col-md-2 {
                flex: 0 0 13.66666667%;
                max-width: 13.66666667%;
            }
}

/* @media(max-width:1367px){
.main-content {
    margin-top: 12%;
}
} */

@media(max-width:1280px) and (max-height:1024px){
    /* .main-content {
    margin-top: 13%;
} */
}

/* @media only screen and (max-width:768px) {

            .main-content{
    margin-top:8%;
}
        } */

.cke_notification_warning{
  display: none !important;
}

#my_modal{
    top:15% !important;
}



.highcharts-tooltip span {
    height:auto !important;
    width:auto !important;
    min-width:500px !important;
    white-space:normal !important;
    left: 8px !important;
    top: 5px !important;
    display: block;
    right: 8px !important;
}



.highcharts-tooltip span .textContainer {
  word-break: break-all;
}

#vision .header1, #highlights .header1, #partners .header1, #contact .header1{
    margin-left:2rem;
}

#vision .header1 .dark-title, #highlights .header1 .dark-title, #partners .header1 .dark-title, #contact .header1 .dark-title{
    text-align: left;

}

#vision .header1 .dark-title.home-headings, #highlights .header1 .dark-title.home-headings, #partners .header1 .dark-title.home-headings, #contact .header1 .dark-title.home-headings{
    width:12rem;

}

#contact .header1 .dark-title.home-headings{
    width:9rem;
}


    .contact-sec {
        margin-top: 1rem;
        margin-bottom:7rem;
      }


.law-main h2 .btn-link {
    width: 100%;
    text-align: left;
  }

.law-main h2 .btn-link::after {
        content: "\02212";
        font-size: 35px;
        color: #603913;
        float: right;
        margin-left: 5px;
        margin-top: -20px;
        margin-bottom: -20px;
}

.law-main h2 .btn-link.collapsed {
    width: 100%;
    text-align: left;
  }
.law-main h2 .collapsed::after {
    content: '\02795';
    font-size: 13px !important;
    color: #603913;
    float: right;
    margin-left: 5px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .option-padding{
    padding-left:3rem
  }
  .const-banner{
    margin-bottom:8rem;
  }
  .law-header{
    color:#603913;

  }

  .sidebar-content .form-inline, .sidebar-content .form-inline .form-group{
      display:block !important;
      width:100%;
  }

  .sidebar-content-scroll .form-inline, .sidebar-content-scroll .form-inline .form-group{
      display:block !important;
      width:100%;
  }
  .hidden{
    display: none !important;
  }

  #map{
    overflow: initial !important;
  }

  #map .highcharts-container {
    overflow: initial !important;
  }

@media (max-width:1440px){
    .highcharts-tooltip span {
        height:auto !important;
        width:auto !important;
        min-width:500px !important;
        white-space:normal !important;
        left: 8px !important;
        top: 5px !important;
        display: block;
        right: 8px !important;
    }



    .highcharts-tooltip span .textContainer {
      word-break: break-all;
    }

}


@media(max-width:1360px){

   .highcharts-tooltip span {
        height:auto !important;
        width:auto !important;
        min-width:420px !important;
        white-space:normal !important;
        left: 8px !important;
        top: 5px !important;
        display: block;
        right: 8px !important;
    }



    .highcharts-tooltip span .textContainer {
      word-break: break-all;
    }

}

@

@media(max-width:1024px){
    .nav-item {
    border-right: 0;
    padding-left: 2px;
    padding-right: 2px;
}
}



@media (max-width:840px){

    .table.table-sm.eiti_status th{
        border-bottom: 1px solid #fff !important;
        border-top: 0px !important;
        padding: 0.5rem !important;
        color:#fff !important
    }

 .highcharts-tooltip{
    left: unset !important;
 }

  .highcharts-tooltip span {
    height: auto !important;
    width: auto !important;
    min-width: 360px !important;
    white-space: normal !important;
    left: 8px !important;
    top: 10px !important;
    display: block;
    right: 8px !important;
  }

.const-banner{
    margin-top:14rem;
}
.laws-const-banner{
  margin-top:15rem;

}
.comparison-banner{
    margin-top:10rem;
}
.mobileMenu{
    left:35% !important;
    min-width: 12rem;
}
 .option-padding{
     padding-left:0px;
 }

 .sidenav a {
  padding: 8px 8px 8px 16px;
  text-decoration: none;
  font-size: 17px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.guide-template .collapse{
    padding-right:0;

}
.guide-template #collapse-1-1 .card-body{
    padding-left:0;
    padding-right: 0;
}
.mini-slash {
  font-size: 3rem;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
.mobile-s{
padding-left:15px;
padding-right:15px;
}
.media-img{
     height: auto;
     width: 100%;
    margin-right: -0.25rem;
    object-fit: cover;
}
}
@media (max-width:840px) and (min-width:376px){

.small-devices{
margin-top:2rem
}

}


@media(max-width:780px){

.mobileMenu {
        left: 29% !important;
        min-width: 12rem;
    }

    .const-banner {
    margin-top: 6rem;
  }
  .amla-title-dark{
    text-align: left !important;
  }
  .mini-title{
    text-align-last: left !important;
  }
  .dark-title{
    text-align: left !important;
    font-size: 26px !important;
  }

  #sticky {
    display: block !important;
    position: sticky;
    top: 7%;
    width: 100%;
    padding: 20px;
    z-index: 1;
    clip-path: inset(-0px -10px 5px -10px);
    background:#fff;

}

#sticky .mini-title-text, #sticky .mini-title{
 font-size:18px !important;
 letter-spacing: normal;
}
}



@media(max-width:375px){
     .mobile-warning-banner {
    position: fixed;
    top: 8%;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-right: 10%;
    width: 100%;
  }

  .laws-const-banner{
     margin-top:16rem;
  }

  .laws-const-banner  #header {
    height: auto;
  }

  .small-devices{
margin-top:1rem
}

}


.dropdown:hover .dropdown-menu.comparison-dropdown {

    display: none !important;
}
/* Dropdown Content (Hidden by Default) */
.dropdown .dropdown-menu.comparison-dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.show
{
display: inherit;
  opacity: 1;
  visibility: visible;
  z-index: 250;
  padding-left: 13px;
}



.dropdown:hover .dropdown-menu.comparison-dropdown.show {

    display: block !important;
}

.dropdown .dropdown-menu.comparison-dropdown.show .dropdown-content {
  display: block;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.header-container {
    margin-top: 5% !important;

}


.show_modal{
  z-index: 4050;
  position:fixed;
  left: 0;
  right:0;
  top: 35%;
}

.modal-backdrop.show {
    opacity: 0.5;
     position: fixed;
    z-index: inherit;
}

@media (max-width: 840px){
.show_modal{
  z-index: 4050;
  position:fixed;
  left: 0;
  right:0;
  top: 13%;
}
}

@media (min-width: 576px) {
 .show_modal .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}

.show_modal .modal-content {
  position: relative;
  background-color: #603913;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 900px;
  max-height: 700px;
  color:#ffffff;
}

.show_modal .close {
  color: white;
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

 .show_modal .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: none;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  text-align:center;
  padding-bottom:0;
}

.show_modal .modal-body{
    font-size: 16px;
}

 .show_modal .modal-header h2{
  width:100%;
 }



.btn-notification{
    background-color: #ffffff;
    border-color: 1px solid #fff;
    color:#603913;
}

.g-template ul{
    padding-left:0 !important;
}

.g-template table{
    width: 100% !important;
}

.modal-content.map-disclaimer {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 900px;
  max-height: unset;
}
