body{
    font-family: 'AvenirMedium';
    background-image: url('../Images/bg_home_sect3.png');
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}

a{
    text-decoration-color: none !important;
    text-decoration: none !important;
  	color: inherit;
}
a:hover{
    text-decoration-color: none !important;
    text-decoration: none !important;
}


html {
  scroll-behavior: smooth;
}

.hit {
  color: #078ece !important;
    font-weight: bold !important;
}
.result-teaser {
  font-size: 15px !important;
  color: #5e5e5e;
    line-height: 25px;
  font-family: "AvenirMedium" !important;
  text-align: justify;
}
.h2, h1, h2 {

  line-height: 82px !important;
  color: inherit;
  font-family: 'AvenirBlack';
}
.ce-bodytext p{

  font-size:14px;
  text-align:justify;
  line-height:25px;
}

/*NOTIFICATION CONTAINER STARTS*/
#eventsContainer{
    z-index: 9;
}
/*NOTIFICATION CONTAINER ENDS*/
.event_container{
    padding-top: 32px;
  margin-top: 32px;
  width: 500px !important;
  background-color: transparent;
  border: none;
}
.events{
    display: block;
    position: fixed;
    right: 86px;
    z-index: 2000;
    top: calc(140px);
}

.event_toggle{
    color: #078ece;
    background: #fff;
    padding: 12px;
    width: 48px;
    cursor: pointer;
    text-align: center;
    height: 48px;
    border-radius: 50%;
    font-size: 24px;
    z-index:999;
    -webkit-box-shadow: 0px 3px 24px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 24px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 24px 0px rgba(0,0,0,0.2);
}

.event_call_to_action{
    background: #fff;
    opacity: 1;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 24px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 24px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 24px 0px rgba(0,0,0,0.2);

}

.event_call_to_action:hover{
    background: #fff;
    opacity: 1;
    border-radius: 4px;

}

.card_white{
  border: 0px solid #eee;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);
  box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);

}
.card_white:hover{
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
-webkit-box-shadow: 0px 0px 23px 6px rgba(125,125,125,0.09);
-moz-box-shadow: 0px 0px 23px 6px rgba(125,125,125,0.09);
box-shadow: 0px 0px 23px 6px rgba(125,125,125,0.09);
}

.news .media {
  max-height: 300px;
  overflow: hidden;
}
.news-single img{
  width:100%;
  height:auto;
}

#backToTop {
  display: none;
  position: fixed;
  bottom: 32px; 
  right: 32px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: #fff; 
  color: #1e9cbc; 
  cursor: pointer;
  padding: 16px; 
  font-weight: bold;
  border-radius: 4px;
  font-size: 24px;
        -webkit-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);
}


.w100{
  width: 100%
}

.search {
}
.search * {
  outline: none;
  box-sizing: border-box;
}
.search__wrapper {
  position: relative;
}
.search__field {
  /*width: 32px;*/
  height: 32px;
  border-radius: 2px;
  background-color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  border: 2px solid #078ece;
  width: 200px;
  color: #2b2b2b;
  cursor: default;
}
.search__field:focus {
}
.search__field:focus ~ .search__icon {
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
}
.search__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  display: inline-block;
  transition: background-color 0.2s ease-in-out;
  
}
.search__field::-webkit-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-ms-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: 0.1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-webkit-input-placeholder[style*="hidden"] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-moz-placeholder[style*="hidden"] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field::-moz-placeholder[style*="hidden"] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-ms-input-placeholder[style*="hidden"] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}

/*NAVIGATION BAR STARTS*/

.district_navbar{
    background: #fff;
    height: 80px;
    z-index: 10;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);
}
.district_subnavbar {
  background: #fff;
  height: 50px;
  z-index: 9;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.08);
}
.nav-item{
    padding-left: 16px; 
    font-family: 'AvenirMedium';
}

.nav-item .nav-link{
    font-size:13px;
    font-weight: 600;
}

.nav-item .main_option{
    text-transform: uppercase;
    font-family: 'AvenirMedium';
    color: #000;
}

.nav-item .active{
    color: #078ece!important;
    font-family: 'AvenirBlack';
}

.navbar-toggler{
    border: none;
}
#navbarSupportedContent{
    background:#fff!important; 
    padding:16px; 
}

.gov_link{
    color: #000 !important;
    font-family: 'AvenirBlack' !important;
}
/*NAVIGATION BAR ENDS*/



/**** SECTION DISTRICT_LANDING****/

#section_district_landing{
    padding: 70px 16px;
    min-height: calc(100vh *3/4 - 70px);
    background-size: cover !important;
    background-position: center !important;
}

#section_attactions{
    padding: 60px 16px;
    margin-top: -170px;
}

.fact{
    background: #fff;
    border: 0.5px solid #eee;
}
.categories{
    border: 0.5px solid #eee
}

.category{
    border: 0.5px solid #eee;
    padding: 42px 32px;
    background: #ffffff;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.category:hover{
    border: 0.5px solid #eee;
    padding: 42px 32px;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}




/***========SECTION ABOUT DISTRICT ===========****/
#section_about_district{
 padding:100px 16px;
}
.about_card{
    border: 0.5px solid #eee;
    padding:16px;
    background: #ffffff;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out; 
}
.about_card:hover{
    border: 0.5px solid #eee;
    padding:16px;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.btn_link_blue{
    background: transparent;
    color: #078ece;
    border-radius: 2px;
    font-family: 'AvenirBlack'; 
    padding: 8px 0px;
    font-size: 14px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}





/***========SECTION DISTRICT SERVICES===========****/

#section_district_services{
    padding:60px 16px; 
}


/***========SECTION DISTRICT UPDATES===========****/
#section_district_updates{
   padding:60px 16px; 

}
.boximg{
max-height: 200px;
overflow: hidden;
}
.boximg img{height:auto;}
.blog_small_cover{
    height: auto;
    width: 100%;
    border-radius: 2px;
    background-size: cover !important;
    background-position: center;    
}



/***========SECTION DISTRICT QUICK LINK===========****/
#section_quicklinks{
    padding: 64px 16px;
    background: #f4f5f6;
}
.quick_link{
    opacity: 0.7;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.quick_link:hover{
    opacity: 1;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}



/**** SECTION FOOTER****/
#section_footer{
    padding: 0px 16px;
    background: #054d6f url(../Images/bg_home_sect3.png) no-repeat top left;;
    background-size: cover; 
    background-position: bottom;
}
    .txt_footer{
    font-size: 14px; 
    line-height: calc(14px * 1.5px)
}
#map_container {
    width: 100%;
    background: #eee
}
#map {
    width: 100%;
}
.gov_social{
    width: 32px;
    height: 32px;
    background: #078ece;
    border-radius: 50%;
    text-align: center;
    padding: 8px 7px;
    color: #fff;
    margin-right: 8px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.gov_social:hover{
    background: #fff;    
    color: #078ece;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.gov_subfooter_copy{
    text-align: right;
    font-size: 12px;
    color: rgba(255,255,255,0.56);
}



/***********ABOUT DISTRICT PAGE CSS**************/

#about_banner{
    padding: 70px 16px;
    min-height: calc(100vh *1/2 - 70px);
    background-size: cover !important;
    background-position: center !important;
    background:linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.8)), url(../Images/kicukirobg.jpg);    
}



.card_outline{
    background-color: transparent;
    border-radius: 2px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#section_officials{
    padding: 100px 16px;
}
.officials_profile{
    background-size: cover;
    border-radius:2px;
    background-position: top;
    height: 350px;
}




#get_to_know{
    padding:100px 16px;
}
#section_content{
   padding:100px 16px; 
}
.section_institutions_picture{
    background-size: cover !important;
    background-position: center !important;
    height: 350px;
}
.agency{
    border: 0.5px solid #eee;
    padding: 32px;
    background: #ffffff;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.agency:hover{
    border: 0.5px solid #eee;
    padding: 32px;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}




#holidays_section{
  padding: 100px 16px;
  background: #f4f5f6;
}

#working_hours_section{
  padding: 100px 0px;
}





/************* SERVICES PAGES*********/

#section_landing_services{
    padding:60px 16px;
}

#section_categories{
    padding:60px 16px;
}
/*********** PUBLICATIONS ***************/

#section_publications{
    padding: 60px 16px;   
}

#section_publications .publications{
    background: #fff;
    border: 1px solid #eee;
    padding: 32px 16px;
    margin-bottom: 32px;
}

#section_publications .publications:hover{
    background: #fff;
    border: 1px solid #eee;
    padding: 32px 16px;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.08);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}


#map{
    height: 300px!important
}

/********* NEWS PAGE ***********/
#section_blog_trend{
    padding: 100px 16px;   
}
.blog_img {
    height: auto;
    overflow: hidden;
}
.blog_img img{height: auto;}

.blog_cover{
    height: 350px;
    width: 100%;
    border-radius: 2px;
    background-size: cover !important;
    background-position: center;
}
.blog_small_cover{
    height: auto;
    width: 100%;
    border-radius: 2px;
    background-size: cover !important;
    background-position: center;    
}
.blog_tag {
    padding: 8px 16px;
    border: 1px solid #eee;
    color: #000000;
    font-size: 14px;
    border-radius: 2px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.blog_tag:hover {
    padding: 8px 16px;
    border: 1px solid #078ece;
  	text-decoration-color: #ffffff !important;
    background: #078ece;
    font-size: 14px;
    color: #ffffff;
    border-radius: 2px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.blog_active {
    padding: 8px 16px;
    border: 1px solid #078ece;
    color: #ffffff;
    background: #078ece;
    font-size: 14px;
    border-radius: 2px;
    margin-right: 16px;
    margin-bottom: 16px;
}



@media (max-width: 1280px){


  
  .search__icon {
    display: none;
  }


  .search__field {
    width: 100%;
    height: 32px;
    color: transparent;
    border-radius: 2px;
    background-color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    border: none;
    margin-bottom: 16px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    border-bottom-color: #ccc;
    background-color: #eeeeee;
    color: #2b2b2b;
    cursor: default;
  }
  
    .search {
        display: none;
    }
}


#contact_form_page_section{
  padding:100px 16px;
}




  .hide_phone{
    display: block;
  }
@media (max-width: 1025px) {
  
  .hide_phone{
    display: none;
  }

    body{
        font-family: 'AvenirMedium';
        background-image: none;
        background-attachment: fixed;
        background-size: cover;
        overflow-x: hidden;
    }
  #section_attactions,
  #section_about_district,
  #section_district_services,
  #section_district_updates,
  #section_officials,
  #section_content,
  #section_blog_trend,
  #section_landing_services,
  #section_publications {
    padding: 64px 16px !important;
  }
    .district_navbar{
    background: #fff;
    height: auto;
    text-align:center;
    z-index: 10;
   
}
  .sticky-top {
    position: sticky;
    top: 0;
}
  .logotext{
    display:none;
  }

}
.hol_title{
    text-align: left;
}

#section_updates_twitter {
    padding: 60px 16px;
    border-top: 1px solid #eee;
}

@media (max-width: 767px) {

    .hol_title{
        text-align: center;
    }

    #section_attactions,
  #section_about_district,
  #section_district_services,
  #section_district_updates,
  #section_updates_twitter,
  #section_officials,
  #section_content,
  #section_blog_trend,
  #section_landing_services,
  #section_publications {
    padding: 64px 16px !important;
  }
  .district_navbar{
    background: #fff;
    height: auto;
    text-align:center;
    z-index: 10;
}
    .sticky-top {
    position: sticky;
    top: 0;
}
  #section_district_landing {
    padding: 64px 16px;
    min-height: calc(100vh *3/4 - 70px);
    background-size: cover !important;
    background-position: center !important;
    background: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.8)), url(../Images/gasabodistrict2.jpg);
    }
    #section_landing{
    min-height: 70vh;
    padding-top: 100px;
}
 #section_landing{
        min-height: calc(100vh *3/4);
        padding-top: 100px;
        background:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.4)), url(../Images/rwandanow.jpg); 
    }
    .gov_subfooter_copy{
        text-align: center;
        margin-top: 32px;
    }
 

    .event_container {
        margin-top: 64px;
        width: 100% !important;
        background-color: transparent;
        border: none;
    }
    .events {
        width: 80% !important;
        display: block;
        position: fixed;
        right: 32px;
        z-index: 2000;
        top: calc(140px);
    }
}
#section_affiliated{
  #background: #f4f5f6;
  border-top: 1px solid #eeeeee;
  padding: 64px 0px;
}

.card_affiliated {
border: 1px solid #e0e0e0;
padding: 32px;
height: 296px;
overflow-y: hidden;
background-color: #fff;
border-radius: 0px;
-webkit-transition: 0.2s ease-out;
-moz-transition: 0.2s ease-out;
-o-transition: 0.2s ease-out;
transition: 0.2s ease-out;
}

/*PAGINATION*/

.n_next {
  padding: 8px !important;
}

.n_previous {
  padding: 8px !important;
}

.n_current_page_number {
  background: transparent !important;
  border: 1px solid #078ece !important;
  padding: 8px !important;
  color: #ffffff !important;
  border-radius: 4px;
}

.n_page_number {
  padding: 8px !important;
  border-radius: 4px;
}
/*END PAGINATION*/

/* DEFAULT PAGINATION OVERRIDE */
.f3-widget-paginator {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.f3-widget-paginator li {
  background-color: transparent;
  border: 1px solid #078ece;
}
.f3-widget-paginator li.current {
  background-color: #078ece;
  border: 1px solid #078ece;
  padding: 16px 24px;
  color: #fff0ff;
  font-weight: bold;
  font-size: 1.4rem;
}
.f3-widget-paginator li a {
  display: block;
  position: relative;
  padding: 16px 24px;
  text-decoration: none;
  font-size: 1.4rem;
  color: #078ece;
}
.f3-widget-paginator li a:hover {
  background-color: #078ece;
  color: #fff0ff;
}
.f3-widget-paginator li.previous,
.f3-widget-paginator li.next {
  position: relative;
  min-width: 30px;
}
.f3-widget-paginator li.previous a,
.f3-widget-paginator li.next a {
  text-indent: -9999px;
  position: relative;
}
.f3-widget-paginator li.previous a:hover,
.f3-widget-paginator li.next a:hover {
  background: none;
}
.f3-widget-paginator li.previous:before,
.f3-widget-paginator li.next:before {
  content: ">";
  font-weight: bold;
  color: #078ece;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.f3-widget-paginator li.previous:before {
  content: "<";
}
.f3-widget-paginator li:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.f3-widget-paginator li:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (min-width: 768px) {
  .f3-widget-paginator li.current,
  .f3-widget-paginator li a {
    padding: 10px 15px;
    font-size: 1.1rem;
  }
}
@media (min-width: 1024px) {
  .f3-widget-paginator li.current,
  .f3-widget-paginator li a {
    padding: 8px 12px;
    font-size: 1rem;
  }
}
@media (min-width: 480px) {
  .example-centered .f3-widget-paginator {
    justify-content: center;
  }
}
@media (min-width: 480px) {
  .example-right .f3-widget-paginator {
    justify-content: end;
  }
}
body .f3-widget-paginator {
  margin-bottom: 40px;
}
/* END DEFAULT PAGINATION OVERRIDE */
 /*! waconcookiemanagement 
#CookieBox .cookieclose {
  display: block !important;
} */
#CookieBox {
  z-index: 201;
  position: fixed;
  /*! top: 60%; */
  width: 50% !important;
  max-width: 100%;
  max-height: 80%;
  overflow: auto;
  background: #f4f5f6 !important;
  padding: 20px 20px 20px !important;
  border-radius: 5px;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
   top: auto !important;
  
}
.waconcookiemanagement {
  width:auto !important;
}

.cookie-refuse{
  margin: 20px auto !important;
width: 35% !important;
text-align: center;
cursor: pointer;
border-radius: 15px;
padding: 9px !important;
background-color: #078ece !important;
color: #fff !important;

}

#CookieBox .cookie-btn {
 
  background: #078ece !important;
 
}

.cookie-set {
  display: none !important;
}
.cookie-refuse  a {
  color: #fff !important;
  font-size: 16px;
  
  font-weight: bold;
}
#CookieBox .cookie-legal a{
  color:#078ece !important;
  font-weight: bold;
  text-decoration: underline !important;

}
#CookieBox .cookieclose {
  font-size: 17px !important;
  color: #fff;
}
#CookieBox .intro p {
  width: 100% !important;
  font-family: 'AvenirMedium';
  font-size: 15px;
}
#CookieBox h2 {
  text-align: center;
  font-weight: 400 !important;
  font-size: 1.4rem !important;
}

@media (max-width: 767px){
#CookieBox {
    /* left: 2%; */
    /* width: 96%; */
    /* top: 5%; */
    max-height: 40% !important;
    min-height: 40% !important;
    bottom: 0 !important;
    width: 100% !important;
}
.cookie-refuse {
  width: 60% !important;
}
#CookieBox .cookie-accept a {
  padding: 10px 30px !important;
}
}