/* World Map */
.world-map {
  position: relative;
}

.world-map h3.new-h3 {
  position: absolute !important;
  left: 10%;
  bottom: 170px;
  font-size: 48px !important;
  line-height: 64px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .world-map h3.new-h3 {
    font-size: 30px !important;
    line-height: 30px !important;
    bottom: 20px;
    left: 20px;
  }
}

.world-map h3.new-h3:after {
  bottom: auto;
  top: -50px;
  right: auto;
}

@media (max-width: 767px) {
  .world-map h3.new-h3:after {
    top: -40px;
  }
}

.world-map .example {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 49px 47px 25px 59px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1000px;
  height: 201px;
  -webkit-box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  z-index: 1;
}

@media (min-width: 767px) {
  .world-map .example {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -100px;
  }
}

@media (max-width: 1000px) {
  .world-map .example {
    width: auto;
    height: auto;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .world-map .example .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.world-map .example__title {
  font-family: "Proxima Nova Bold", "Proxima Nova", Calibre, sans-serif;
  font-size: 27px;
  line-height: 27px;
  text-transform: uppercase;
  color: #0e0606;
  margin-bottom: 25px;
}

.world-map .example__text {
  font-family: "FreightTextBook", Helvetica Neue, Helvetica, Times, sans-serif;
  font-size: 25px;
  line-height: 36px;
  color: #757070;
}

@media (max-width: 767px) {
  .world-map .example__text {
    margin-bottom: 20px;
  }
}

.world-map .example a {
  display: inline-block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
  background-color: #c32d33;
  border: 1px solid #c32d33;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 60px;
  font-family: "Proxima Nova", Calibre, sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  text-decoration: none;
}

.world-map .example a:hover {
  background-color: #701a1d;
}

#world-map-gdp {
  height: 960px;
}

#world-map-gdp .jvectormap-container svg path {
  -webkit-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

@media (max-width: 767px) {
  #world-map-gdp {
    height: 560px;
  }
}

.jvectormap-tip {
  color: #000000 !important;
  background: #ffffff !important;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12) !important;
  width: 190px;
  font-size: 15px !important;
}

.jvectormap-tip > div {
  padding: 18px 18px 10px 18px;
}

.jvectormap-tip .title,
.jvectormap-tip .text {
  font-family: "Proxima Nova", Calibre, sans-serif;
  font-size: 15px;
  color: #000000 !important;
}

.jvectormap-tip .title {
  font-family: "Proxima Nova Bold", "Proxima Nova", Calibre, sans-serif;
  font-weight: bold;
  line-height: 21px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.jvectormap-tip .text {
  line-height: 25px;
  margin-bottom: 20px;
}

/* World Map */
