.social img {
  width: 30px;
  margin-right: 10px;
}
.fwhite {
  color: white;
}
.formsearch .form-control {
  border: unset;
  background: #c8e0f2;
}
.text-primary {
  color: #3fb1eb !important;
}
.villa .listpop li {
  padding: 1px 6px;
  color: white;
  border-radius: 5px;
  background-image: repeating-linear-gradient(
    to top,
    #3fb0eb 0%,
    #f7f7f7 155%
  ) !important;
  margin-right: 5px;
}
.villa .listpop li span {
  margin-right: 4px;
}
.table td,
.table th {
  border: unset;
  font-size: 16px;
}
.table td {
  background-color: #f7f9fc;
  color: #5b6779;
}
.table th {
  background-color: #65c3f5;
  color: white;
}
table tr:last-child td,
table tr:last-child th {
  border-bottom: unset;
}
.bg-info {
  background-color: #65c3f5 !important;
  color: white !important;
}

.sub1 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}
.sub2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.infographics-3 .acr-infographic-item {
  margin-bottom: 50px;
}

.possocial {
  background-color: #3fb1ebc9;
  z-index: 1;
  width: 100%;
  position: fixed;
  display: block;
  bottom: 0;
  text-align: center;
  padding: 10px 0 3px 0;
}
.possocial a {
  display: inline-block;
  margin: 0 30px;
  line-height: 1.5;
}
.possocial img {
  width: 22px;
}
.possocial span {
  color: white;
  font-size: 12px;
}
.dpre {
  white-space: pre-line;
  display: block;
}

.dpre img,
.dpre iframe {
  max-width: 100%;
}

@media (max-width: 576px) {
  .villa {
    padding: 0 5px;
  }
  .villa .listpop li {
    padding: 1px 11px;
  }
  .acr-country-item .acr-country-content h6,
  .acr-country-item .acr-country-content h4 {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
  }
}
