.master-admin {
  display: flex;
  width: 100%;
  background-color: #fff;
  align-items: center;
  border-radius: 10px;
  padding: 20px;
  flex-direction: column;
}

.flex-box-1 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.flex-box-2 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.logo-caption {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.42857143;
  font-family: "Montserrat";
  box-sizing: border-box;
  background: #286090;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 12px;
  width: auto;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
}

.block-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
}

.block-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.block-2 {
  text-align: center;
}

.block-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
}

.btn {
  /* border: 1px solid #2cae4b; */
  background: linear-gradient(to left, #2dbb91, #19ca66) !important;
  color: #fff;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  padding: 10px 30px;
  margin: 30px auto 15px;
  display: block;
}

.btn a {
  color: white;
}

.btn a:hover {
  color: black;
}

.ul-1 {
  display: flex;
  margin-bottom: 0px;
}

.ul-1 li {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Montserrat";
  font-weight: 600;
  color: #212877;
  box-sizing: border-box;
  list-style: none;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #212877;
  padding: 7px 15px;
  line-height: 18px;
  margin: 2px 4px;
  border-radius: 20px;
}

.block-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 200px;
}

.block-4 p {
  margin: 0;
  color: #212877;
}

.block-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.block-5 p {
  margin: 0;
  color: #212877;
}

.block-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 200px;
}

.block-6 p {
  margin: 0;
  color: #212877;
}

.img-size {
  width: 200px;
  height: auto;
}

.background-1 {
  background: url(../../css/vendor/images/background-india.jpg);
  background: none;
}

.background-2 {
  background-image: url(../../css/vendor/images/background-sweden.jpg);
  background: none;
}

.flex-box-3 {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .flex-box-1 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    /*flex-direction: column;*/
  }

  .flex-box-2 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    /*flex-direction: column;*/
  }

  .block-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
  }
  .block-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px;
  }
  .btn {
    /* border: 1px solid #2cae4b; */
    background: linear-gradient(to left, #2dbb91, #19ca66) !important;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding: 10px 20px;
    margin: 30px auto 15px;
    display: block;
  }

  .ul-1 li {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Montserrat";
    font-weight: 500;
    color: #212877;
    box-sizing: border-box;
    list-style: none;
    display: inline-block;
    font-size: 12px;
    border: 1px solid #212877;
    padding: 7px 15px;
    line-height: 18px;
    margin: 2px 4px;
    border-radius: 20px;
  }
}
