.nav-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #e6e6e6;
}

.conatiner {
  width: 100%;
  max-width: 1280px;
}

.nav-content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  height: 30px;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Bg.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  max-height: 600px;
}

.body {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.h1 {
  color: #132766;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.p1 {
  max-width: 506px;
  margin-top: 10px;
  color: #101010;
  font-size: 20px;
  line-height: 1.5;
}

.country-btns {
  margin-top: 30px;
}

.contry-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  border-radius: 6px;
  background-color: #fff;
  text-decoration: none;
}

.contry-btn:hover {
  border-color: #08a5b5;
  border-radius: 20px;
  box-shadow: 0 1px 5px 0 #cfcfcf;
}

.contry-btn.dis-none {
  display: none;
}

.country-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tittle-contry-name {
  color: #101010;
  font-size: 25px;
  font-weight: 500;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25vh;
  min-height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #132766;
}

.footer-p {
  width: 100%;
  max-width: 800px;
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-p2 {
  width: 100%;
  max-width: 800px;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}

.text-span {
  font-weight: 600;
}

.mb-image-holder {
  display: none;
  width: 50%;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ft-icon-flex{
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
}

.ft-icon-flex a.icon {
    padding: 10px;
}

@media screen and (max-width: 991px) {
  .content-wrapper {
    min-height: 500px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image-holder {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .content {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .footer-p {
    max-width: 500px;
  }

  .footer-p2 {
    max-width: 600px;
  }

  .mb-image-holder {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .nav-content-holder {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-wrapper {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .content-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-holder {
    display: none;
    width: auto;
  }

  .text-holder {
    width: 100%;
  }

  .p1 {
    max-width: none;
    font-weight: 500;
  }

  .content {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .country-btns {
    margin-top: -10px;
  }

  .contry-btn {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .footer-p {
    text-align: center;
  }

  .footer-p2 {
    max-width: 500px;
    text-align: left;
  }

  .mb-image-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    height: 25px;
  }

  .h1 {
    font-size: 20px;
  }

  .p1 {
    font-size: 18px;
  }

  .content {
    padding-top: 0px;
  }

  .tittle-contry-name {
    font-size: 22px;
  }

  .footer {
    height: auto;
    padding: 20px;
  }

  .mb-image-holder {
    padding-top: 0px;
  }
}

