@import url("../font/segoeui.ttf");

body {
  font-family: "segoeui", sans-serif;
  -webkit-text-size-adjust: 100% !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  background-color: #fff;
  overflow: hidden;
  overflow-y: scroll;
  min-height: 100vh;
}

body::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

/* navbar */
nav {
  background: transparent;
  padding: 30px 0px !important;
  position: relative;
  z-index: 100;
}

.logo-nav {
  display: flex;
  align-items: start;
}

.logo-nav > img {
  width: 200px;
  height: auto;
}

.btn-getfree {
  display: none;
}

.d-none-desktop {
  display: none;
}

/* footer */
footer {
  background: transparent linear-gradient(103deg, #23ad71 0%, #0a5737 100%) 0%
    0% no-repeat padding-box;
  opacity: 1;
  padding: 30px 0px;
}

.footer-detail {
  display: flex;
  flex-direction: row;
  color: #fff;
  align-items: center;
  justify-content: space-between;
}

.logo-footer {
  display: flex;
  align-items: start;
}

.logo-footer > img {
  width: 200px;
  height: auto;
}

.footer-detail-text {
  text-align: right;
}

.footer-detail-text > div > a {
  color: #fff;
}

.footer-detail-text > div > a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#btn-to-top {
  display: inline-block;
  background-color: #23ad71;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 14px;
  color: #ffffff;
  font-weight: bold;
}

#btn-to-top:hover {
  cursor: pointer;
  background-color: #0a5737;
}

#btn-to-top.show {
  opacity: 1;
  visibility: visible;
}

.letter-color {
  color: #707070;
}

.head-color {
  color: #23ad71;
}

/* Section1 */
.bg-sec1 {
  background: transparent linear-gradient(145deg, #23ad71 0%, #0a5737 100%) 0%
    0% no-repeat padding-box;
  position: relative;
}

.bg-img-sec1 {
  background-image: url("../img/3D_Earth.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-attachment: fixed;
  background-size: contain;
}

.card-sec1 {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px 30px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px #00000029;
  border-radius: 24px;
  margin-top: 25px;
  margin-bottom: 55px;
  z-index: 20;
}

.desktop-view {
  display: block;
}

.desktop-view > img {
  width: 100%;
  height: auto;
  margin-top: 60px;
}

.form-register > h5 {
  color: #23ad71;
}

.form-input {
  position: relative;
  margin: 10px 0px 20px 0px;
}

.form-input > label {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #707070;
  opacity: 1;
  z-index: 10;
  width: 100%;
  height: 30px;
}

.form-input > label:hover {
  position: absolute;
  top: -5px;
  left: 0px;
  color: #707070;
  opacity: 0.5;
  font-size: 10px;
  transition: 0.3s;
}

.form-input > label.clicked {
  position: absolute;
  top: -5px;
  left: 0px;
  color: #707070;
  opacity: 0.5;
  font-size: 10px;
  transition: 0.3s;
}

.form-input > input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  height: 40px;
  background: transparent;
  padding-left: 10px;
  padding-top: 5px;
  position: relative;
}

.form-check-label {
  font-size: 14px;
  color: #707070;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-color: #0a5737;
}

.btn-submit {
  margin-top: 20px;
  padding: 10px 30px;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  background-color: #0a5737;
  background: linear-gradient(to right, #23ad71 50%, #0a5737 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}

.btn-submit:hover {
  background-position: left bottom;
}

/* Section2 */
.bg-sec2 {
  background-image: url("../img/bg-sec2.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px 50px 0px;
}

.card-sec2 {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px #00000029;
  padding: 30px 20px;
  border-radius: 24px;
  position: relative;
  width: 100%;
}

.img-sec2 {
  display: block;
}

.img-sec2 > img {
  width: 100%;
  height: auto;
}

.detail-sec2 {
  display: flex;
  flex-direction: column;
}

ul {
  list-style: none;
}

.list-sec2 > li::before {
  content: "\2022";
  color: #23ad71;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* Section3 */
.bg-sec3 {
  background: transparent linear-gradient(146deg, #ffffff 0%, #effff8 100%) 0%
    0% no-repeat padding-box;
  padding-bottom: 30px;
}

.header-sec3 {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px #00000029;
  border-radius: 24px;
  color: #23ad71;
  text-align: center;
  padding: 15px;
  margin: 40px 0px 20px 0px;
}

.img-map {
  position: relative;
  width: 100%;
  height: auto;
}

.img-sub-map {
  width: 100%;
  height: auto;
}

.img-flag {
  width: 50px;
  height: 50px;
}

.map-detail-CN {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px #00000029;
  border-radius: 24px;
  padding: 10px 30px;
  position: absolute;
  top: 21%;
  right: 34%;
  font-size: 16px;
  z-index: 5;
}

.map-detail-US {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px #00000029;
  border-radius: 24px;
  padding: 10px 30px;
  position: absolute;
  top: 23%;
  left: 33%;
  font-size: 16px;
  flex-direction: column;
  z-index: 6;
}

.map-detail-CA {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px #00000029;
  border-radius: 24px;
  padding: 10px 30px;
  position: absolute;
  top: 9%;
  left: 36%;
  font-size: 16px;
  flex-direction: column;
  z-index: 6;
}

.map-detail-MEX {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px #00000029;
  border-radius: 24px;
  padding: 10px 30px;
  position: absolute;
  top: 45%;
  left: 32%;
  font-size: 16px;
  flex-direction: column;
  z-index: 6;
}

.map-detail-BRA {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px #00000029;
  border-radius: 24px;
  padding: 10px 30px;
  position: absolute;
  top: 60%;
  left: 41%;
  font-size: 16px;
  flex-direction: column;
  z-index: 6;
}

.map-detail-SA {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px #00000029;
  border-radius: 24px;
  padding: 10px 30px;
  position: absolute;
  top: 67%;
  left: 59%;
  font-size: 16px;
  flex-direction: column;
  z-index: 6;
}

.map-detail-ALG {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px #00000029;
  border-radius: 24px;
  padding: 10px 30px;
  position: absolute;
  top: 36%;
  left: 28%;
  font-size: 16px;
  flex-direction: column;
  z-index: 6;
}

.map-detail-SWIS {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px #00000029;
  border-radius: 24px;
  padding: 10px 30px;
  position: absolute;
  top: 27%;
  left: 55%;
  font-size: 16px;
  flex-direction: column;
  z-index: 6;
}

.map-detail-UK {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px #00000029;
  border-radius: 24px;
  padding: 10px 30px;
  position: absolute;
  top: 13%;
  left: 50%;
  font-size: 16px;
  flex-direction: column;
  z-index: 6;
}

.map-detail-UAE {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px #00000029;
  border-radius: 24px;
  padding: 10px 30px;
  position: absolute;
  top: 30%;
  left: 40%;
  font-size: 16px;
  flex-direction: column;
  z-index: 7;
}

.map-detail-TH {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px #00000029;
  border-radius: 24px;
  padding: 10px 30px;
  position: absolute;
  top: 34%;
  right: 36%;
  font-size: 16px;
  flex-direction: column;
  z-index: 8;
}

.map-detail-HK {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px #00000029;
  border-radius: 24px;
  padding: 10px 30px;
  position: absolute;
  top: 27%;
  right: 4%;
  font-size: 16px;
  flex-direction: column;
  z-index: 8;
}

.map-detail-SG {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px #00000029;
  border-radius: 24px;
  padding: 10px 30px;
  position: absolute;
  top: 48%;
  right: 34%;
  font-size: 16px;
  flex-direction: column;
  z-index: 9;
}

.map-detail-AUS {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px #00000029;
  border-radius: 24px;
  padding: 10px 30px;
  position: absolute;
  top: 71%;
  right: 26%;
  font-size: 16px;
  flex-direction: column;
  z-index: 10;
}

.btn-AUS-flag {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 74%;
  right: 22%;
}

.btn-SG-flag {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 51%;
  right: 30%;
}

.btn-CN-flag {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 21%;
  right: 30%;
}

.btn-CA-flag {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 11%;
  left: 31%;
}

.btn-MEX-flag {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 48%;
  left: 27%;
}

.btn-BRA-flag {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 63%;
  left: 36%;
}

.btn-SA-flag {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 70%;
  left: 54%;
}

.btn-ALG-flag {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 39%;
  left: 43%;
}

.btn-SWIS-flag {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 30%;
  left: 50%;
}

.btn-UK-flag {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 16%;
  left: 45%;
}

.btn-US-flag {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 26%;
  left: 28%;
}

.btn-UAE-flag {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 33%;
  left: 56%;
}

.btn-HK-flag {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 35%;
  right: 23%;
}

.btn-TH-flag {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: transparent;
  position: absolute;
  top: 37%;
  right: 32%;
}

.btn-flag > img {
  width: 100%;
  height: 100%;
}

/* Section4 */
.bg-section4 {
  background-image: url("../img/bg-sec4.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}

.header-sec4 {
  color: #fff;
  padding: 30px 10px 40px 10px;
  text-align: center;
  position: relative;
  z-index: 15;
}

.card-detail {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px #00000029;
  border-radius: 24px;
  margin-bottom: 30px;
  padding: 30px 20px;
  position: relative;
  display: flex;
  z-index: 15;
}

.card-detail > img {
  width: 70px;
  height: 70px;
}

.btn-getfree-sec4 {
  padding: 20px 10px;
  text-align: center;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  z-index: 15;
  width: 100%;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  background-color: #0a5737;
  background: linear-gradient(to right, #f70 50%, #0a5737 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}

.btn-getfree-sec4:hover {
  background-position: left bottom;
}

/* Section5 */
.bg-section5 {
  background-image: url("../img/Blog-bg-sec7.png");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.header-section5 {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px #00000029;
  border-radius: 24px;
  opacity: 1;
  margin: 40px 0px;
  padding: 20px 5px;
}

.header-section5 > h3 {
  text-align: center;
  font-weight: bolder;
  letter-spacing: 0px;
  color: #23ad71;
  opacity: 1;
  margin: 0;
}

.card-section5 {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 20px #00000029;
  border-radius: 24px;
  opacity: 1;
  height: 440px;
  margin-bottom: 50px;
}

.card-header-section5 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.card-header-section5 > img {
  margin-bottom: 10px;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}

.card-header-section5 > h6 {
  background: #044228 0% 0% no-repeat padding-box;
  mix-blend-mode: hard-light;
  opacity: 1;
  color: #ffffff;
  font-weight: bold;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.link-head-sec5 > .card-header-section5 > img {
  transition: 0.3s;
}

.link-head-sec5 > .card-header-section5 > img:hover {
  transform: scale(1.1);
}

.card-body-section5 {
  padding: 10px 15px 20px 15px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.card-body-section5 > span {
  color: #707070;
}

.btn-arrow {
  padding: 0px;
  border: none;
  border-radius: 5px;
  background-color: #0a5737;
  background: linear-gradient(to right, #23ad71 50%, #0a5737 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  position: absolute;
  top: 155px;
}

.btn-arrow:hover {
  background-position: left bottom;
}

.btn-arrow > img {
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 1700px) {
  /* navbar */
  .logo-nav > img {
    width: auto;
    height: auto;
  }

  /* Footer */
  .logo-footer > img {
    width: 350px;
    height: auto;
  }
}

@media screen and (max-width: 1080px) {
  /* Section3 */
  .map-detail-UAE {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 30px;
    position: absolute;
    top: 30%;
    left: 38%;
    font-size: 16px;
    flex-direction: column;
    z-index: 7;
  }

  .map-detail-US {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 30px;
    position: absolute;
    top: 23%;
    left: 33%;
    font-size: 16px;
    flex-direction: column;
    z-index: 6;
  }
}

@media screen and (max-width: 930px) {
  /* footer */
  .footer-detail-text {
    text-align: right;
    margin-top: 20px;
    font-size: 14px;
  }

  /* Seection3 */
  .btn-US-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 20%;
    left: 17%;
  }

  .btn-UAE-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 23%;
    left: 56%;
  }

  .btn-CN-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 7%;
    right: 30%;
  }

  .btn-HK-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 42%;
    right: 22%;
  }

  .btn-CA-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 0%;
    left: 27%;
  }

  .btn-ALG-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 44%;
    left: 42%;
  }

  .btn-UK-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 9%;
    left: 39%;
  }

  .map-detail-CA {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 15px;
    position: absolute;
    top: -3%;
    left: 34%;
    font-size: 12px;
    flex-direction: column;
    z-index: 9;
  }

  .map-detail-MEX {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 15px;
    position: absolute;
    top: 51%;
    left: 12%;
    font-size: 12px;
    flex-direction: column;
    z-index: 9;
  }

  .map-detail-ALG {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 15px;
    position: absolute;
    top: 36%;
    left: 27%;
    font-size: 12px;
    flex-direction: column;
    z-index: 9;
  }

  .map-detail-UK {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 15px;
    position: absolute;
    top: 2%;
    left: 46%;
    font-size: 12px;
    flex-direction: column;
    z-index: 9;
  }

  .map-detail-TH {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 15px;
    position: absolute;
    top: 35%;
    right: 38%;
    font-size: 12px;
    flex-direction: column;
    z-index: 9;
  }

  .map-detail-AUS {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 15px;
    position: absolute;
    top: 65%;
    right: 28%;
    font-size: 12px;
    flex-direction: column;
    z-index: 9;
  }

  .map-detail-SA {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 15px;
    position: absolute;
    top: 66%;
    left: 61%;
    font-size: 12px;
    flex-direction: column;
    z-index: 9;
  }

  .map-detail-SWIS {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 15px;
    position: absolute;
    top: 28%;
    left: 57%;
    font-size: 12px;
    flex-direction: column;
    z-index: 9;
  }

  .map-detail-BRA {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 15px;
    position: absolute;
    top: 61%;
    left: 43%;
    font-size: 12px;
    flex-direction: column;
    z-index: 9;
  }

  .map-detail-SG {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 15px;
    position: absolute;
    top: 46%;
    right: 36%;
    font-size: 12px;
    flex-direction: column;
    z-index: 9;
  }

  .map-detail-HK {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 15px;
    position: absolute;
    top: 20%;
    right: 10%;
    font-size: 12px;
    flex-direction: column;
    z-index: 8;
  }

  .map-detail-CN {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 15px;
    position: absolute;
    top: 9%;
    right: 14%;
    font-size: 12px;
    z-index: 5;
  }

  .map-detail-US {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 15px;
    position: absolute;
    top: -3%;
    left: 5%;
    font-size: 12px;
    flex-direction: column;
    z-index: 6;
  }

  .map-detail-UAE {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 17px;
    position: absolute;
    top: 20%;
    left: 40%;
    font-size: 12px;
    flex-direction: column;
    z-index: 7;
  }
}

@media screen and (max-width: 550px) {
  .logo-nav > img {
    width: 100%;
    height: auto;
  }

  .btn-getfree {
    margin-top: 50px;
    padding: 10px 15px;
    display: block;
    border: none;
    border-radius: 24px;
    color: #23ad71;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    width: 100%;
    text-align: center;
  }

  .d-none-desktop {
    display: block;
  }

  .img-nav-mobile {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  /* footer */
  .footer-detail {
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: center;
    justify-content: center;
  }

  .footer-detail-text {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
  }

  /* Section1 */
  .desktop-view {
    display: none;
  }

  .card-sec1 {
    margin-top: 0px;
    margin-bottom: -15px;
  }

  /* Section2 */
  .bg-sec2 {
    background-image: url("../img/bg-sec2-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px 50px 0px;
  }

  .col-mobile {
    padding: 0;
  }

  .card-sec2 {
    margin-top: -20px;
  }

  .img-sec2-mobile {
    width: 100%;
    height: auto;
  }

  /* Section3 */
  .header-sec3 {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    color: #23ad71;
    text-align: center;
    padding: 15px;
    margin: -19px 0px 20px 0px;
  }

  .img-map {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .img-sub-map {
    max-width: 100%;
    height: 175px;
    transform: scale(1.6);
  }

  .img-flag {
    width: 40px;
    height: 40px;
  }

  .btn-US-flag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 11%;
    left: 4%;
  }

  .btn-CN-flag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 0%;
    right: 15%;
  }

  .btn-HK-flag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 20%;
    right: 15%;
  }

  .btn-MEX-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 42%;
    left: 3%;
  }

  .btn-CA-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 0%;
    left: 25%;
  }

  .btn-SG-flag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 40%;
    right: 7%;
  }

  .btn-UAE-flag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 23%;
    left: 56%;
  }

  .btn-BRA-flag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 76%;
    left: 15%;
  }

  .btn-ALG-flag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 43%;
    left: 39%;
  }

  .btn-UK-flag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 1%;
    left: 45%;
  }

  .btn-SWIS-flag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 11%;
    left: 39%;
  }

  .btn-TH-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 34%;
    right: 19%;
  }

  .btn-SA-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 65%;
    left: 54%;
  }

  .btn-AUS-flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    position: absolute;
    top: 74%;
    right: 6%;
  }

  .map-detail-AUS {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 10px;
    position: absolute;
    top: 68%;
    right: 17%;
    font-size: 10px;
    flex-direction: column;
    z-index: 6;
  }

  .map-detail-SA {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 10px;
    position: absolute;
    top: 61%;
    left: 32%;
    font-size: 10px;
    flex-direction: column;
    z-index: 6;
  }

  .map-detail-TH {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 10px;
    position: absolute;
    top: 32%;
    right: 30%;
    font-size: 10px;
    flex-direction: column;
    z-index: 6;
  }

  .map-detail-SWIS {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 10px;
    position: absolute;
    top: 15%;
    left: 17%;
    font-size: 10px;
    flex-direction: column;
    z-index: 6;
  }

  .map-detail-UK {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 10px;
    position: absolute;
    top: 1%;
    left: 56%;
    font-size: 10px;
    flex-direction: column;
    z-index: 6;
  }

  .map-detail-ALG {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 10px;
    position: absolute;
    top: 40%;
    left: 17%;
    font-size: 10px;
    flex-direction: column;
    z-index: 6;
  }

  .map-detail-BRA {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 10px;
    position: absolute;
    top: 68%;
    left: 26%;
    font-size: 10px;
    flex-direction: column;
    z-index: 6;
  }

  .map-detail-CA {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 10px;
    position: absolute;
    top: 1%;
    left: 37%;
    font-size: 10px;
    flex-direction: column;
    z-index: 6;
  }

  .map-detail-MEX {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 10px;
    position: absolute;
    top: 41%;
    left: 15%;
    font-size: 10px;
    flex-direction: column;
    z-index: 6;
  }

  .map-detail-US {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 10px;
    position: absolute;
    top: 8%;
    left: 15%;
    font-size: 10px;
    flex-direction: column;
    z-index: 6;
  }

  .map-detail-UAE {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 10px;
    position: absolute;
    top: 17%;
    left: 34%;
    font-size: 10px;
    flex-direction: column;
    z-index: 7;
  }

  .map-detail-CN {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 10px;
    position: absolute;
    top: 2%;
    right: 24%;
    font-size: 10px;
    z-index: 5;
  }

  .map-detail-HK {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 10px;
    position: absolute;
    top: 15%;
    right: 24%;
    font-size: 10px;
    flex-direction: column;
    z-index: 8;
  }

  .map-detail-SG {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    padding: 10px 10px;
    position: absolute;
    top: 13%;
    right: 2%;
    font-size: 10px;
    flex-direction: column;
    z-index: 9;
  }

  /* Section4 */
  .bg-section4 {
    background-image: url("../img/bg-sec4-mobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
  }

  .header-sec4 {
    color: #fff;
    padding: 30px 10px 40px 10px;
    text-align: left;
    position: relative;
    z-index: 15;
  }

  .card-detail {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 20px #00000029;
    border-radius: 24px;
    margin-bottom: 30px;
    padding: 30px 20px;
    position: relative;
    display: flex;
    z-index: 15;
  }
}
