.section-1{
    padding: 40px 7% 40px 7%;
}
.section-1 .h2-title{
    font-size: 18px;
  width: 100%;
  line-height: 1.4;
  margin: 0;
  font-family: 'PoppinsRegular';
  text-transform: uppercase;
  word-spacing: 0px;
  color: #0081fb;
}
.section-1 .h2-title a{
    text-decoration: none;
}
@media (min-width: 768px) and (max-width: 992px) {
    .section-1 .h2-title {
        font-size: 16px;
    }
}
@media (min-width: 575px) and (max-width: 768px) {
    .section-1 .h2-title {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .section-1 .h2-title {
        font-size: 16px;
    }
}

.section-2-row{
    display: flex;
    padding-right: 7%;
}
.section-2-row-left{
    width: 50%;
}
.section-2-row-right{
    width: 50%;
  padding-left: 6%;
  display: flex;
  align-items: center;
  background: #eff1f2;
  padding-right: 6%;
}
.section-2-row-right img{
    width: 100%;
    margin: 0 0 15px 0;
}
.section-2-row-right p{
font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 1.6;
  width: 100%;
  }
.section-2-row-right ul{
    padding: 0;
  list-style: none;
}
.section-2-row-right ul li{
    margin: 0 0 10px 0;
}
.section-2-row-right ul li a{
    color: #0081FB;
    text-decoration: none;
}
@media (min-width: 768px) and (max-width: 992px) {
    
}
@media (min-width: 575px) and (max-width: 768px) {
    
}
@media (max-width: 575px) {
    
}

.section-3{
    padding: 0 7% 0 7%;
    background: #fff;
}
.section-3 .h2-title {
  font-size: 2rem;
  font-family: 'PoppinsBold';
  text-transform: uppercase;
  word-spacing: 0px;
  color: #0081fb;
}
.section-3 p {
  font-size: 14px;
  width: 100%;
  margin: 0;
}
.section-3-country-block{
    background: #fff;
    padding: 30px 0;
}
.section-3-country-block ul{
    display: flex;
    margin: 0 0 25px 0;
    padding: 0 0 0 15px;
    flex-wrap: wrap;
}
.section-3-country-block ul li{
    margin-right: 50px;
    margin-bottom: 15px;
    font-size: 18px;
    max-width: 100%;
    line-height: 1.4;
    font-family: 'PoppinsRegular';
    text-transform: uppercase;
    word-spacing: 0px;
    color: #0081fb;
}
.section-3-country-block img{
    width: 100%;
}
.country-logos-slider {
  background: #eff1f2;
  padding: 30px 0 30px 30px;
}
.country-logos-slider .country-logo {
  margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 992px) {
    .section-3 .h2-title {
        font-size: 1.4rem;
    }
    .section-3 p {
        line-height: 1.8;
    }
}
@media (min-width: 575px) and (max-width: 768px) {
    .section-3 .h2-title {
        font-size: 1.4rem;
    }
    .section-3 p {
        line-height: 1.8;
    }
}
@media (max-width: 575px) {
    .section-3 .h2-title {
        font-size: 1.4rem;
    }
    .section-3 p {
        line-height: 1.8;
    }
}

.section-4{
    padding: 60px 7%;
}
.section-4 .h2-title {
  font-size: 2rem;
  font-family: 'PoppinsBold';
  text-transform: uppercase;
  word-spacing: 0px;
  color: #0081fb;
}
.section-4 p {
  font-size: 14px;
  width: 100%;
  margin: 0;
}
.section-4-card-link{
    text-decoration: none;
    height: 100%;
  display: block;
}
.section-4-card {
  height: 100%;
  background: #eff1f2;
}
.section-4-card-img{
    overflow: hidden;
    position: relative;
}
.section-4-card img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    transition: 1.5s;
}
.section-4-card-img-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: all 1.5s;
}
/*.section-4-card-img:hover img {
    transform: scale(1.1);
}*/
.section-4-card-img:hover .section-4-card-img-layer{
    background: rgba(0, 0, 0, 0);
}
.section-4-card-text{
    background: #eff1f2;
  padding: 20px;
}
.section-4-card h3{
  margin: 0 0 15px 0;
  font-size: 22px;
  font-family: 'PoppinsRegular';
  transition: all 1s;
}
.section-4-card:hover h3{
    color: #0081FB;
}
.section-4-card p {
    font-size: 14px;
    width: 100%;
    margin: 0;
    min-height: 90px;
    display: flex;
  align-items: flex-start;
  color: #222;
}
@media (min-width: 768px) and (max-width: 992px) {
    .section-4 .h2-title {
        font-size: 1.4rem;
    }
    .section-4 p {
        line-height: 1.6;
    }
    .section-4-card h3 {
        margin: 0 0 10px 0;
        font-size: 18px;
    }
}
@media (min-width: 575px) and (max-width: 768px) {
    .section-4 .h2-title {
        font-size: 1.4rem;
    }
    .section-4 p {
        line-height: 1.6;
    }
    .section-4-card h3 {
        margin: 0 0 10px 0;
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .section-4 .h2-title {
        font-size: 1.4rem;
    }
    .section-4 p {
        line-height: 1.6;
    }
    .section-4-card h3 {
        margin: 0 0 10px 0;
        font-size: 18px;
    }
}

.d-none{
    display: none;
}
path{
    fill: #eff1f2;
}
#IN, #US, #GB, #AE, #KW, #OM, #BH, #MY, #ID {
    fill: #333;
}
#IN:hover, #US:hover, #GB:hover, #AE:hover, #KW:hover, #OM:hover, #BH:hover, #MY:hover, #ID:hover {
    fill: #0081fb;
}
#mapcontainer{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#mapcontainer svg{
    max-width: 100%;
    height: 100%;
}
@media (max-width: 992px) {
    #mapcontainer svg{
        max-width: 100%;
    }
}
.locations-popup{
    position:absolute;
    max-width:220px;
    background: #0081fb;
  padding: 20px;
  border-radius: 15px;
}
.locations-popup h2{
    text-align: left !important;
  font-size: 18px !important;
  margin: 0 0 4px 0 !important;
  color: white !important;
}
.locations-popup ul{
    padding-left: 15px;
    margin:0;
    color: rgba(255, 255, 255, 0.75);
}
.locations-popup ul li{
    text-align:left;
    font-size: 14px;
}
@media (max-width: 768px) {
    .locations-popup h2 {
        font-size: 14px !important;
    }
    .locations-popup ul li {
        font-size: 12px;
    }
}