@import url('https://fonts.googleapis.com/css?family=Roboto');


body,html{

    margin:0px;
    padding:0px;
    overflow-x: hidden;

}
* {
  box-sizing: border-box;
}


body,html,div,a{
	font-family: 'Google Sans', sans-serif !important;
}


@media screen and (max-width: 768px) {
  body{
    overflow-x: hidden;
  }
  h5{
    white-space: nowrap; 
overflow: hidden; 
text-overflow: ellipsis;
font-size:18px;
  }


}

.b{
  border:1px solid;
}


@media screen and (max-width: 500px) {
  .sm{
    display: none;
  }
}
/*-----------------------------------NAVBAR---------------*/
#whereQuery, #whatQuery, .form-control, .btn {
  border-radius: 0 !important; 

}


  select {
  
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

  
    padding-right: 1em;
}


select::after {
    content: '\25BC'; 
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0.6em;
    background-color: #fff;
    pointer-events: none; 
}

/*---------------------------------END OF NAVBAR------------------------------*/
@media screen and (max-width: 768px) {
  .flags{
    margin-left:-1%;
  }
}

/*---------------------------------MAIN SECTION-------------------------------*/



.cards {
  position: relative;
  overflow: hidden; 
}

.view-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-decoration: none;
  color: #111111; 
  background-color: rgba(161, 158, 158, 0.5); 
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; 
  height: 100%;
  font-weight: bold;
  font-size: 12px;
  padding:20px 20px;
}

.prov-img {
  max-width: 100%;
  height: auto;
}

.ad-image{
  display:block;
  margin-top:18px;
}

.ad-image img{
 width:250px;
 height:250px;
 margin-top: 20px;
}

h1 {
  text-align: center;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

th, td {
  padding: 8px;
 
}

tr, th{
  font-size: small;
  color: #777777;
  font-weight: normal;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}



.col-md-6 {
  width: 100%; /* Make each column take 100% width within the block */
  box-sizing: border-box; /* Include padding and border in the width */
  margin-bottom: 10px; /* Optional: Add margin between columns */
}

.excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
}

.excpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; 
  -webkit-box-orient: vertical;
}
.view-all-btn {
  padding: 5px 5px;
  font-size: small;
  text-transform: uppercase;
  background-color: #009366;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  align-items: center;

}

.view-all-btn:hover {
  background-color: #acaeaf;
}
   .icons  a{
    margin:5px;
   }
/*---------------------------------END OF MAIN SECTION------------------------------*/
/*--------------------------------END OF ABOUT US------------------------------*/

.image-container1{
  height: 500px; 
  width: 100%;
  overflow-y: scroll;
}
.image-container1 img{ 
  margin-bottom: 10px;
  width: 100%;;
}
/*---------------------------------END OF ABOUT US------------------------------*/
/*-----------------------------------VACANCIES----------------------------------*/

ul .vacancy-list a{
  color:grey;
  font-size: small;
}

ul .vacancy-list{
  color: grey;
}

/*----------------------------YEARBOOK AND POCKETGUIDES-------------*/

.book1 a{
  margin-top:6px;
  text-align: center;
}

.books {
  display: flex;
}

.book1 {
  flex: 3;
}

.book2 {
  flex: 7;
}

.pdf-container {
  width: 100%;
  height: 100%;
  overflow: auto;
}
/*--------------------------------END OF YEARBOOKS AND POCKETGUIDES---------------------------  */


/*---------------------------------FOOTER------------------------------*/

.directories{
  padding-left: 28%;

}
.countries{
  display: flex;
  padding-left:4%;
}

.country a{
  padding:0px 12px;
}



#contact-info{
  display:flex;
}

.keep-in-touch{
  flex:2.5;
}
.leadsbank{
  flex:2.5;
}
.mobile-app{
  flex:2.5;
}

.mediakit{
  flex:2.5;
}

#phone {
  width: 90px;
  height: 150px;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.app-download {
  display: flex;
  align-items: center;
}

.badge-container {
  display: flex;
  flex-direction: column;
}

.app-download a {
  margin: 0 10px;
  text-decoration: none;
}

.app-download img {
  max-width: 150px;
  height: 42px;

}

#google {
  height: 60px;
}


/*---------------------------------END OF FOOTER------------------------------*/

@media only screen and (max-width: 575px) {
  .adverts{
    width:50%;
  }
}
.adverts{
width:100%;
height:auto;
margin-bottom:5%;
}
@media only screen and (max-width: 575px) {


.comps{
  margin-top: 50px;
}

}