.main-bg {
  position: relative;
}

.main-bg .landing-section {
  position: absolute;
  width: 100vw;
  height: calc(100vh - 120px);
  top: 80px;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
  flex-wrap: wrap;
  z-index: 3;
}

.main-bg .landing-section .backoffice-body {
  width: 35vw !important;
  padding-top: 15px !important;
}

.main-bg .landing-section .backoffice-body .navItem {
  width: 33.3333% !important;
}

.main-bg .landing-section .backoffice-title,
.main-bg .landing-section .dashboard-title {
  font-size: 21px;
  color: white;
  font-family: "DinPro Medium", sans-serif;
  margin-top: 20px;
}

.main-bg .landing-section .backoffice-subtitle {
  font-size: 12px;
  color: white;
  font-family: "DinPro", sans-serif;
  margin-bottom: 0px;
}

.main-bg .landing-section .menu-body {
  width: 50vw;
  z-index: 1;
  color: white;
  padding-top: 40px;
  align-content: center;
}

.main-bg .landing-section .menu-body .navItem {
  width: 20%;
  padding: 0;
}

.main-bg .landing-section .menu-body .navItem .navItemWrap {
  height: 0;
  padding-bottom: 100%;
  transition: 0.6s ease-in-out;
  transform-style: preserve-3d;
  border: 0.1rem solid transparent;
}

.main-bg .landing-section .menu-body .navItem .navItemWrap .navItemWrap-front {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1490196078);
  backface-visibility: hidden;
  transition: 0.2s ease-in-out;
}

.main-bg .landing-section .menu-body .navItem .navItemWrap .navItemWrap-front .menu-num {
  font-size: 56px;
  font-family: "DinPro Bold", sans-serif;
  color: white;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.main-bg .landing-section .menu-body .navItem .navItemWrap .navItemWrap-front .menu-title {
  font-size: 16px;
  font-family: "DinPro Medium", sans-serif;
  color: white;
  text-align: center;
  margin: 0;
}

.main-bg .landing-section .menu-body .navItem .navItemWrap .navItemWrap-front .menu-detail {
  font-size: 12px;
  font-family: "DinPro", sans-serif;
  color: white;
  margin-bottom: 0px;
  text-align: center;
}

.main-bg .landing-section .menu-body .navItem .navItemWrap .navItemWrap-front img {
  width: 45px;
  margin-top: 5px;
}

.main-bg .landing-section .menu-body .navItem .navItemWrap .navItemWrap-back {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotateY(0.5turn);
  -webkit-transform: rotateY(0.5turn);
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.main-bg .landing-section .menu-body .navItem .navItemWrap .navItemWrap-back .empty-part {
  background-color: #003366;
  opacity: 0.6;
  width: 100%;
  height: 100%;
}

.main-bg .landing-section .menu-body .navItem .navItemWrap .navItemWrap-back .text-part {
  background-color: #003366;
  opacity: 0.6;
  width: 100%;
  height: 80%;
}

.main-bg .landing-section .menu-body .navItem .navItemWrap .navItemWrap-back .text-part .menu-num {
  font-size: 56px;
  font-family: "DinPro Bold", sans-serif;
  color: white;
  position: absolute;
  left: 20px;
  top: 0px;
}

.main-bg .landing-section .menu-body .navItem .navItemWrap .navItemWrap-back .text-part .menu-title {
  font-size: 16px;
  font-family: "DinPro Bold", sans-serif;
  color: white;
  margin-left: 10px;
}

.main-bg .landing-section .menu-body .navItem .navItemWrap .navItemWrap-back .text-part .menu-detail {
  font-size: 12px;
  font-family: "DinPro", sans-serif;
  color: white;
  margin-bottom: 0px;
  margin-left: 10px;
  text-align: center;
}

.main-bg .landing-section .menu-body .navItem .navItemWrap .navItemWrap-back .go-to-page {
  background-color: #003366;
  height: 20%;
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.main-bg .landing-section .menu-body .navItem .navItemWrap .navItemWrap-back .go-to-page a {
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  color: white;
  width: 100%;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (max-width: 575.98px) {
  .main-bg .landing-section .menu-body .navItem .navItemWrap .navItemWrap-back .text-part .menu-num {
    font-size: 45px;
    left: 10px;
    font-family: "DinPro Medium", sans-serif;
  }

  .main-bg .landing-section .menu-body .navItem .navItemWrap .navItemWrap-back .text-part .menu-title {
    font-size: 16px;
    top: 68px;
    left: 10px;
    font-family: "DinPro Medium", sans-serif;
  }

  .main-bg .landing-section .menu-body .navItem .navItemWrap .navItemWrap-back .text-part .menu-detail {
    font-size: 14px;
    top: 98px;
    left: 10px;
    font-family: "DinPro Light", sans-serif;
  }

  .main-bg .landing-section .menu-body .navItem .navItemWrap .navItemWrap-back .go-to-page a {
    font-size: 16px;
  }
}

.main-bg .landing-section .menu-body .navItem .navItemWrap .menu-item {
  background: transparent;
  opacity: 1;
  text-decoration: none;
}

.main-bg .landing-section .menu-body .navItem .navItemWrap .menu-item .menu-detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.main-bg .landing-section .menu-body .navItem .navItemWrap .menu-item .menu-detail img {
  opacity: 0.3;
}

.main-bg .landing-section .menu-body .navItem .navItemWrap .menu-item:hover .menu-detail img {
  opacity: 1;
}

.main-bg .landing-section .menu-body .navItem:hover .navItemWrap .navItemWrap-front {
  background-color: rgba(0, 51, 102, 0.5019607843);
}

.main-bg .landing-section .menu-body .last-panel {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1080px) {
  .main-bg .landing-section .menu-body .navItem {
    width: 25%;
  }

  .main-bg .landing-section .menu-body .last-panel {
    margin-bottom: 0px !important;
  }
}

@media only screen and (max-width: 575.98px) {
  .main-bg .landing-section .menu-body .navItem {
    width: 33.33%;
  }

  .main-bg .landing-section .menu-body .last-panel {
    margin-bottom: 0px !important;
  }
}

.main-bg .landing-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.main-bg .landing-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.main-bg .landing-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

.foot-section {
  padding: 80px 0px;
  background-color: #005696;
  width: 100%;
}

.foot-section p {
  font-size: 14px;
  font-family: "Montserrat Regular", sans-serif;
  color: white;
}

.foot-section .company {
  font-size: 12px;
  font-family: "DinPro", sans-serif;
  color: white;
  opacity: 0.5;
  text-decoration: none;
}

.foot-section a {
  font-size: 14px;
  font-family: "Montserrat Regular", sans-serif;
  color: white !important;
  opacity: 0.5;
  cursor: pointer;
  text-decoration: none;
}

.foot-section a:hover {
  opacity: 1;
  text-decoration: none;
}

.foot-section img {
  width: 25px;
}

.desktop-version {
  display: block;
}

.mobile-version {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .main-bg .landing-section .menu-body {
    width: 100vw;
    padding: 0px;
  }
}

@media only screen and (max-width: 575.98px) {
  .foot-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.main-bg .video-section {
  position: absolute;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.main-bg .video-section-mobile {
  position: absolute;
  display: none;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.main-bg .menu-bg {
  position: absolute;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.main-bg .menu-bg-mobile {
  z-index: 1;
  position: absolute;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}

.main-bg .dashboard-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-bg .menu-section {
  position: absolute;
  width: 100vw;
  height: calc(100vh - 120px);
  top: 80px;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
  flex-wrap: wrap;
  z-index: 3;
}

.main-bg .menu-section .backoffice-body {
  width: 35vw !important;
  padding-top: 15px !important;
}

.main-bg .menu-section .backoffice-body .navItem {
  width: 33.3333% !important;
}

.main-bg .menu-section .backoffice-title,
.main-bg .menu-section .dashboard-title {
  font-size: 21px;
  color: white;
  font-family: "DinPro Medium", sans-serif;
  margin-top: 20px;
}

.main-bg .menu-section .backoffice-subtitle {
  font-size: 12px;
  color: white;
  font-family: "DinPro", sans-serif;
  margin-bottom: 0px;
}

.main-bg .menu-section .menu-body {
  width: 50vw;
  z-index: 1;
  color: white;
  padding-top: 40px;
  align-content: center;
}

.main-bg .menu-section .menu-body .navItem {
  width: 25%;
  padding: 0;
}

.main-bg .menu-section .menu-body .navItem .navItemWrap {
  height: 0;
  padding-bottom: 100%;
  transition: 0.6s ease-in-out;
  transform-style: preserve-3d;
  border: 0.1rem solid transparent;
}

.main-bg .menu-section .menu-body .navItem .navItemWrap .navItemWrap-front {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1490196078);
  backface-visibility: hidden;
  transition: 0.2s ease-in-out;
}

.main-bg .menu-section .menu-body .navItem .navItemWrap .navItemWrap-front .menu-num {
  font-size: 56px;
  font-family: "DinPro Bold", sans-serif;
  color: white;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.main-bg .menu-section .menu-body .navItem .navItemWrap .navItemWrap-front .menu-title {
  font-size: 18px;
  font-family: "DinPro Medium", sans-serif;
  color: white;
  margin-bottom: 0px;
  margin-top: 10px;
  text-align: center;
}

.main-bg .menu-section .menu-body .navItem .navItemWrap .navItemWrap-front .menu-detail {
  font-size: 12px;
  font-family: "DinPro", sans-serif;
  color: white;
  margin-bottom: 0px;
  text-align: center;
}

.main-bg .menu-section .menu-body .navItem .navItemWrap .navItemWrap-front img {
  width: 45px;
  margin-top: 5px;
}

.main-bg .menu-section .menu-body .navItem .navItemWrap .disabled {
  background-color: #003366;
}

.main-bg .menu-section .menu-body .navItem .navItemWrap .navItemWrap-back {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotateY(0.5turn);
  -webkit-transform: rotateY(0.5turn);
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.main-bg .menu-section .menu-body .navItem .navItemWrap .navItemWrap-back .empty-part {
  background-color: #003366;
  opacity: 0.6;
  width: 100%;
  height: 100%;
}

.main-bg .menu-section .menu-body .navItem .navItemWrap .navItemWrap-back .text-part {
  background-color: #003366;
  opacity: 0.6;
  width: 100%;
  height: 80%;
}

.main-bg .menu-section .menu-body .navItem .navItemWrap .navItemWrap-back .text-part .menu-num {
  font-size: 56px;
  font-family: "DinPro Bold", sans-serif;
  color: white;
  position: absolute;
  left: 20px;
  top: 0px;
}

.main-bg .menu-section .menu-body .navItem .navItemWrap .navItemWrap-back .text-part .menu-title {
  font-size: 16px;
  font-family: "DinPro Bold", sans-serif;
  color: white;
  margin-left: 10px;
}

.main-bg .menu-section .menu-body .navItem .navItemWrap .navItemWrap-back .text-part .menu-detail {
  font-size: 12px;
  font-family: "DinPro", sans-serif;
  color: white;
  margin-bottom: 0px;
  margin-left: 10px;
  text-align: center;
}

.main-bg .menu-section .menu-body .navItem .navItemWrap .navItemWrap-back .go-to-page {
  background-color: #003366;
  height: 20%;
  display: flex;
  align-items: center;
  vertical-align: middle;
}

.main-bg .menu-section .menu-body .navItem .navItemWrap .navItemWrap-back .go-to-page a {
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  color: white;
  width: 100%;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (max-width: 575.98px) {
  .main-bg .menu-section .menu-body .navItem .navItemWrap .navItemWrap-back .text-part .menu-num {
    font-size: 45px;
    left: 10px;
    font-family: "DinPro Medium", sans-serif;
  }

  .main-bg .menu-section .menu-body .navItem .navItemWrap .navItemWrap-back .text-part .menu-title {
    font-size: 16px;
    top: 68px;
    left: 10px;
    font-family: "DinPro Medium", sans-serif;
  }

  .main-bg .menu-section .menu-body .navItem .navItemWrap .navItemWrap-back .text-part .menu-detail {
    font-size: 14px;
    top: 98px;
    left: 10px;
    font-family: "DinPro Light", sans-serif;
  }

  .main-bg .menu-section .menu-body .navItem .navItemWrap .navItemWrap-back .go-to-page a {
    font-size: 16px;
  }
}

.main-bg .menu-section .menu-body .navItem .navItemWrap .menu-item {
  background: transparent;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}

.main-bg .menu-section .menu-body .navItem .navItemWrap .menu-item img {
  opacity: 0.3;
}

.main-bg .menu-section .menu-body .navItem .navItemWrap .menu-item:hover img {
  opacity: 1;
}

.main-bg .menu-section .menu-body .navItem:hover .navItemWrap .navItemWrap-front {
  background-color: rgba(0, 51, 102, 0.5019607843);
}

.main-bg .menu-section .menu-body .last-panel {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1080px) {
  .main-bg .menu-section .menu-body .navItem {
    width: 25%;
  }

  .main-bg .menu-section .menu-body .last-panel {
    margin-bottom: 0px !important;
  }
}

@media only screen and (max-width: 575.98px) {
  .main-bg .menu-section .menu-body .navItem {
    width: 50%;
  }

  .main-bg .menu-section .menu-body .last-panel {
    margin-bottom: 0px !important;
  }
}

@media only screen and (max-width: 1080px) {
  .main-bg .dashboard-section {
    flex-direction: row;
  }

  .main-bg .menu-section .menu-body {
    width: 100vw;
    overflow-y: scroll;
    padding-top: 0px !important;
  }

  .main-bg .menu-section .dashboard-title {
    display: none;
  }

  .main-bg .video-section {
    display: block;
  }

  .main-bg .video-section-mobile {
    display: none;
  }
}

@media only screen and (max-width: 575.98px) {
  .main-bg .menu-section .menu-body {
    width: 100vw;
    overflow-y: scroll;
    padding-top: 0px !important;
  }

  .main-bg .video-section {
    display: none;
  }

  .main-bg .video-section-mobile {
    display: block;
  }

  .main-bg .menu-bg {
    display: none;
  }

  .main-bg .menu-bg-mobile {
    display: block;
  }
}

.video-wrapper .menu-bg {
  position: absolute;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.video-wrapper .menu-bg-mobile {
  position: absolute;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
  z-index: 1;
}

@media only screen and (max-width: 575.98px) {
  .video-wrapper .menu-bg {
    display: none;
  }

  .video-wrapper .menu-bg-mobile {
    display: block;
  }
}

.nis-visa-modal {
  background-color: rgba(0, 51, 102, 0.5);
}

.nis-visa-modal .modal-section {
  width: 100%;
  max-width: 636px;
  height: 100%;
  max-height: 520px;
  overflow: hidden;
  border-radius: 24px;
  padding: 24px;
  text-align: justify;
}

.nis-visa-modal .modal-section .modal-content {
  height: 100%;
  border: none;
  padding: 12;
  font-size: 12px;
  font-family: "DinPro", sans-serif;
  color: #003366;
}

.nis-visa-modal .modal-section .modal-content .title {
  font-size: 20px;
  font-family: "DinPro Medium", sans-serif;
  color: #003366;
  margin-bottom: 12px;
}

.nis-visa-modal .modal-section .modal-content .description {
  margin-bottom: 12px;
}

.nis-visa-modal .modal-section .modal-content ul {
  padding-left: 20px;
  list-style: decimal;
}

.nis-visa-modal .modal-section .modal-content ul ::marker {
  font-family: "DinPro Bold", sans-serif;
}

.nis-visa-modal .modal-section .modal-content ul li {
  padding-left: 10px;
  margin-bottom: 12px;
}

.nis-visa-modal .modal-section .modal-content ul li span {
  font-family: "DinPro Bold", sans-serif;
}

.nis-visa-modal .modal-section .modal-content .main-title {
  font-size: 24px;
  padding-bottom: 16px;
  font-weight: bold;
}

.nis-visa-modal .modal-section .modal-content .sub-body .sub-title {
  font-size: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  font-weight: bold;
}

.nis-visa-modal .modal-section .modal-content .sub-body .sub-section {
  font-size: 16px;
  text-align: justify;
}

.nis-visa-modal .modal-section .modal-content .sub-body .sub-section .para-list {
  padding-left: 16px;
}

.nis-visa-modal .modal-section .modal-content .sub-body .sub-section .para-list li {
  padding-left: 20px;
}

.nis-visa-modal .modal-section .modal-content .agree-button {
  width: 50%;
  height: 44px;
  background: #003366;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border-radius: 10rem;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  border: none;
  cursor: pointer;
}

.nis-visa-modal .modal-section .modal-content .agree-button:hover {
  background: #00a9ea !important;
  color: white !important;
}

.nis-visa-modal .modal-section .modal-content .agree-button:focus,
.nis-visa-modal .modal-section .modal-content .agree-button:active {
  background: #003366;
  color: white;
  border-color: #003366 !important;
  outline: none;
  box-shadow: none;
}

.nis-visa-modal .modal-section .modal-content .agree-button.disabled,
.nis-visa-modal .modal-section .modal-content .agree-button:disabled,
.nis-visa-modal .modal-section .modal-content .agree-button[disabled] {
  opacity: 1 !important;
}

.register-section {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  overflow-y: scroll;
  min-height: calc(100vh - 120px);
  max-height: calc(100vh - 120px);
}

.register-section .icon {
  width: 120px;
}

.register-section .title {
  font-size: 21px;
  font-family: "DinPro Medium", sans-serif;
  margin-top: 40px;
  margin-bottom: 40px;
  color: white;
  text-align: center;
}

.register-section .subtitle {
  font-size: 16px;
  font-family: "Montserrat Regular", sans-serif;
  color: white;
  line-height: 0px;
  text-align: center;
}

.register-section .modalhref:hover {
  color: white;
  transition: 0.3s;
}

.register-section .form-section {
  width: 680px;
}

.register-section .form-section .form-label {
  font-size: 14px;
  margin-left: 40px;
}

.register-section .form-section .form-group .form-control {
  background: rgba(255, 255, 255, 0.1490196078);
  border: none;
  border-radius: 10rem;
  box-shadow: none;
  height: 44px;
  font-weight: 400;
  outline: medium none;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  line-height: 1.4;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.register-section .form-section .form-group .form-control:-webkit-autofill,
.register-section .form-section .form-group .form-control:-webkit-autofill:hover,
.register-section .form-section .form-group .form-control:-webkit-autofill:focus {
  caret-color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px rgba(33, 44, 88, 0.2509803922) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.register-section .form-section .form-group .form-control:hover,
.register-section .form-section .form-group .form-control:focus {
  box-shadow: none;
}

.register-section .form-section .form-group .form-control::-webkit-input-placeholder {
  color: #fff !important;
}

.register-section .form-section .form-group .form-control::-moz-placeholder {
  color: #fff !important;
}

.register-section .form-section .form-group .form-control:-moz-placeholder {
  color: #fff !important;
}

.register-section .form-section .form-group .form-control:-ms-input-placeholder {
  color: #fff !important;
}

.register-section .form-section .form-group .form-control.editable {
  color: #00ffff !important;
}

.register-section .form-section .form-group .register-button {
  width: 100%;
  height: 44px;
  background: #003366;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 10rem;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  border: none;
  cursor: pointer;
}

.register-section .form-section .form-group .send-button {
  font-size: 16px;
}

.register-section .form-section .form-group .register-button:hover {
  background: #00a9ea !important;
  color: #ffffff !important;
  border-color: none;
}

.register-section .form-section .form-group .register-button:focus,
.register-section .form-section .form-group .register-button:active {
  background: #003366;
  color: #ffffff;
  border-color: #003366 !important;
  outline: none;
  box-shadow: none;
}

.register-section .form-section .form-group .register-button.disabled,
.register-section .form-section .form-group .register-button:disabled,
.register-section .form-section .form-group .register-button[disabled] {
  opacity: 1 !important;
}

.register-section .form-section .form-group .register-button span {
  font-family: "DinPro Bold", sans-serif;
}

.register-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.register-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.register-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 787.98px) {
  .register-section .form-section {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.profile-section {
  width: 100%;
  height: calc(100vh - 120px);
  position: absolute;
  top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  z-index: 2;
}

.profile-section .main-title {
  font-size: 21px;
  font-family: "DinPro Medium", sans-serif;
  height: 50px;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.profile-section .form-section {
  width: 680px;
}

.profile-section .form-section .form-label {
  font-size: 12px;
  margin-left: 40px;
}

.profile-section .form-section .form-group .form-control {
  background: rgba(255, 255, 255, 0.1490196078);
  border: none;
  border-radius: 10rem;
  box-shadow: none;
  height: 44px;
  font-weight: 400;
  outline: medium none;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  line-height: 1.4;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.profile-section .form-section .form-group .form-control:-webkit-autofill,
.profile-section .form-section .form-group .form-control:-webkit-autofill:hover,
.profile-section .form-section .form-group .form-control:-webkit-autofill:focus {
  caret-color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px rgba(33, 44, 88, 0.2509803922) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.profile-section .form-section .form-group .form-control:hover,
.profile-section .form-section .form-group .form-control:focus {
  box-shadow: none;
}

.profile-section .form-section .form-group .form-control::-webkit-input-placeholder {
  color: #fff !important;
}

.profile-section .form-section .form-group .form-control::-moz-placeholder {
  color: #fff !important;
}

.profile-section .form-section .form-group .form-control:-moz-placeholder {
  color: #fff !important;
}

.profile-section .form-section .form-group .form-control:-ms-input-placeholder {
  color: #fff !important;
}

.profile-section .form-section .form-group .form-control.editable {
  color: #00ffff !important;
}

.profile-section .form-section .form-group .register-button {
  width: 100%;
  height: 44px;
  background: #003366;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 10rem;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  border: none;
  cursor: pointer;
}

.profile-section .form-section .form-group .send-button {
  font-size: 16px;
}

.profile-section .form-section .form-group .register-button:hover {
  background: #00a9ea !important;
  color: #ffffff !important;
  border-color: none;
}

.profile-section .form-section .form-group .register-button:focus,
.profile-section .form-section .form-group .register-button:active {
  background: #003366;
  color: #ffffff;
  border-color: #003366 !important;
  outline: none;
  box-shadow: none;
}

.profile-section .form-section .form-group .register-button.disabled,
.profile-section .form-section .form-group .register-button:disabled,
.profile-section .form-section .form-group .register-button[disabled] {
  opacity: 1 !important;
}

.profile-section .form-section .form-group .register-button span {
  font-family: "DinPro Bold", sans-serif;
}

.profile-section .profile-role-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.profile-section .profile-role-section .profile-role-header {
  font-size: 20px;
}

.profile-section .profile-role-section .profile-role-details {
  display: flex;
  gap: 100px;
}

.profile-section .profile-role-section .profile-role-details .profile-role-details-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.profile-section .profile-role-section .profile-role-details .profile-role-details-side .checkbox-name {
  font-size: 14px;
}

.profile-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.profile-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.profile-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 787.98px) {
  .profile-section .form-section {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .profile-section .profile-role-section .profile-role-details {
    flex-direction: column;
    gap: 10px;
  }

  .profile-section .profile-role-section .profile-role-details .profile-role-details-side {
    gap: 10px;
  }
}

.calendar-section {
  width: 100%;
  height: calc(100vh - 120px);
  position: absolute;
  overflow-y: scroll;
  top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  z-index: 2;
}

.calendar-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.calendar-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.calendar-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

.files-section {
  width: 100%;
  height: calc(100vh - 120px);
  position: absolute;
  top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  z-index: 2;
}

.main-bg .container-section .video-section {
  min-height: calc(100vh - 120px);
  top: 80px;
}

.main-bg .container-section .video-section-mobile {
  min-height: calc(100vh - 120px);
  top: 80px;
}

.main-bg .container-section .menu-bg {
  min-height: calc(100vh - 120px);
  top: 80px;
}

.main-bg .container-section .menu-bg-mobile {
  min-height: calc(100vh - 120px);
  top: 80px;
}

.main-bg .container-section .news-section {
  height: calc(100vh - 120px);
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  top: 80px;
  overflow-y: scroll;
}

.main-bg .container-section .news-section .news-section-content {
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-bg .container-section .news-section .icon {
  width: 120px;
}

.main-bg .container-section .news-section .title {
  font-size: 28px;
  font-family: "Montserrat Medium", sans-serif;
  margin-top: 40px;
  margin-bottom: 40px;
  color: white;
  text-align: center;
}

.main-bg .container-section .news-section .subtitle {
  font-size: 16px;
  font-family: "Montserrat Regular", sans-serif;
  color: white;
  line-height: 0px;
  text-align: center;
}

.main-bg .container-section .news-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.main-bg .container-section .news-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.main-bg .container-section .news-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 1080px) {
  .main-bg .container-section .shopping-section .title {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 575.98px) {
  .main-bg .container-section .video-section {
    display: none;
  }

  .main-bg .container-section .video-section-mobile {
    display: block;
  }
}

.main-bg {
  height: 100vh;
}

.main-bg .center-section {
  position: absolute;
  z-index: 3;
  color: #003366;
  width: 100%;
  top: 80px;
  margin-bottom: 80px;
  overflow-y: scroll;
  height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-bg .center-section .center-section-content {
  display: flex;
  min-height: calc(100vh - 120px);
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.main-bg .center-section .center-icon {
  margin-top: 33px;
  width: 100px;
  opacity: 0.35;
}

.main-bg .center-section .page-title {
  color: #003366;
  font-family: "DinPro", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0px;
  color: white;
}

.main-bg .center-section .page-subtitle {
  color: #003366;
  font-family: "DinPro", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
}

.main-bg .center-section .info-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.main-bg .center-section .info-container .info-box {
  position: relative;
  max-width: 500px;
  width: 100%;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.main-bg .center-section .info-container .info-box .select-group:first-of-type {
  width: 30%;
}

.main-bg .center-section .info-container .info-box .select-group:last-of-type {
  width: 70%;
}

.main-bg .center-section .info-container .info-box .select-group .search-field {
  position: relative;
}

.main-bg .center-section .info-container .info-box .select-group .search-field .search-circle {
  position: absolute;
  width: 34px;
  height: 34px;
  background: rgba(0, 51, 102, 0.7490196078);
  border-radius: 50%;
  display: inline-block;
  right: 5px;
  top: 18px;
}

.main-bg .center-section .info-container .info-box .select-group .search-field .search-icon {
  visibility: visible;
  width: 20px;
  position: absolute;
  top: 25px;
  right: 11px;
}

.main-bg .center-section .info-container .info-box .select-group .input-field {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: rgba(255, 255, 255, 0.1490196078);
  border-radius: 20px;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  border: none;
  color: white;
  margin-top: 15px;
  outline: none;
}

.main-bg .center-section .info-container .info-box .select-group .input-field::-moz-placeholder {
  color: white;
}

.main-bg .center-section .info-container .info-box .select-group .input-field::placeholder {
  color: white;
}

.main-bg .center-section .info-container .info-box .select-group .input-field:hover {
  box-shadow: none;
  border: none;
}

.main-bg .center-section .info-container .info-box .select-group .input-field:focus {
  box-shadow: none;
  border: none;
}

.main-bg .center-section .info-container .info-box .select-group .form-select-custom {
  height: 40px;
  border-radius: 23px;
  color: white;
  margin-top: 15px;
  background-color: rgba(255, 255, 255, 0.1490196078);
}

.main-bg .center-section .info-container .info-box .select-group .form-select-custom .select-selected {
  padding-left: 30px;
}

.main-bg .center-section .info-container .info-box .select-group .field-label {
  color: #003366;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 32px;
}

.main-bg .center-section .info-container .info-box .select-group .phone-label {
  margin-top: 10px;
}

.main-bg .center-section .info-container .info-box .select-group .country-label {
  margin-top: 10px;
}

.main-bg .center-section .info-container .info-box .select-group .select-button {
  display: flex;
  color: white;
  box-sizing: border-box;
  justify-content: center;
}

.main-bg .center-section .info-container .info-box .select-group .select-button .button-detail {
  width: 100px;
  background-color: #003366;
  border: 1px solid #005695;
  cursor: pointer;
  transition: 0.3s;
  padding: 8px 8px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
}

.main-bg .center-section .info-container .info-box .select-group .select-button .button-detail:hover {
  transition: 0.3s;
  background-color: #00a9ea;
}

.main-bg .center-section .info-container .info-box .select-group .select-button .button-detail.active {
  background-color: #00a9ea;
}

.main-bg .center-section .info-container .offices-body {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.main-bg .center-section .info-container .offices-body .detail-section {
  display: flex;
  width: 100%;
  justify-content: center;
}

.main-bg .center-section .info-container .offices-body .country-flag {
  padding-top: 6px;
  width: 120px;
}

.main-bg .center-section .info-container .offices-body p {
  color: white;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
  margin-left: 30px;
}

.main-bg .center-section .info-container .offices-body label {
  color: white;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
}

.main-bg .center-section .info-container .offices-body span {
  color: white;
  margin-left: 30px;
}

.main-bg .center-section .info-container .offices-body .country {
  font-family: "DinPro Medium", sans-serif;
}

.main-bg .center-section .info-container .offices-body .contact-btn-section {
  display: flex;
  justify-content: center;
}

.main-bg .center-section .info-container .offices-body .contact-btn-section .contact-btn {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #00a9ea;
  color: #ffffff;
  border-radius: 20px;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  cursor: pointer;
  border: 0.1rem solid #00a9ea;
  text-decoration: none;
}

.main-bg .center-section .info-container .offices-body .contact-btn-section .contact-btn:hover {
  background: #003366;
  border: 0.1rem solid #003366;
}

.main-bg .center-section .info-container .offices-body .contact-btn-section .office-contact-btn {
  width: 50%;
}

.main-bg .center-section .info-container .offices-menus {
  position: absolute;
  top: 12px;
  width: 50%;
  background-color: #b2c8db;
  padding: 12px;
  border-radius: 8px;
  max-height: 500px;
  overflow-y: auto;
}

.main-bg .center-section .info-container .offices-menus .office-menu-item {
  display: flex;
  padding: 2px 6px;
  border-radius: 4px;
  cursor: pointer;
}

.main-bg .center-section .info-container .offices-menus .office-menu-item:hover {
  background-color: #003366;
  color: white;
}

.main-bg .center-section .info-container .offices-menus .office-menu-item .office-country {
  min-width: 40%;
}

.main-bg .center-section .info-container .message-section {
  width: 49%;
  margin-top: 10px;
  margin-bottom: 40px;
}

.main-bg .center-section .info-container .btn-section {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  text-align: center;
}

.main-bg .center-section .info-container .btn-section .send-btn {
  width: 100%;
  margin-bottom: 45px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #003366;
  color: white;
  border-radius: 20px;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  cursor: pointer;
  border: none;
  text-decoration: none;
}

.main-bg .center-section .info-container .btn-section .send-btn:hover {
  background: #00a9ea;
}

@media only screen and (max-width: 1080px) {
  .main-bg .contact-section .page-title {
    line-height: 22px;
    margin-bottom: 8px;
  }

  .main-bg .contact-section .info-container {
    display: block;
  }

  .main-bg .contact-section .info-container .office-box .office-search {
    width: 70%;
  }

  .main-bg .contact-section .info-container .info-box {
    width: 100%;
  }

  .main-bg .contact-section .info-container .info-box .field-label {
    margin-top: 10px;
  }

  .main-bg .contact-section .info-container .info-box .message-label {
    margin-top: 20px;
  }

  .main-bg .contact-section .info-container .info-box .first-name-label {
    margin-top: 25px;
  }

  .main-bg .contact-section .info-container .info-box .offices-body .contact-btn-section .office-contact-btn {
    width: 70%;
  }

  .main-bg .contact-section .info-container .btn-section {
    width: 100%;
  }

  .main-bg .contact-section .info-container .btn-section .send-btn {
    width: 100%;
  }

  .main-bg .contact-section .desktop-version {
    display: none;
  }

  .main-bg .contact-section .mobile-version {
    display: block;
  }
}

@media only screen and (max-width: 575.98px) {
  .main-bg .contact-section {
    width: 100vw;
  }

  .main-bg .contact-section .contact-section-content {
    padding: 0 20px;
  }

  .main-bg .contact-section .page-title {
    line-height: 22px;
    margin-bottom: 8px;
  }

  .main-bg .contact-section .info-container {
    display: block;
  }

  .main-bg .contact-section .info-container .office-box .office-search {
    width: 100%;
  }

  .main-bg .contact-section .info-container .info-box {
    width: 100%;
  }

  .main-bg .contact-section .info-container .info-box .offices-menus {
    width: 100%;
  }

  .main-bg .contact-section .info-container .info-box .field-label {
    margin-top: 10px;
  }

  .main-bg .contact-section .info-container .info-box .message-label {
    margin-top: 20px;
  }

  .main-bg .contact-section .info-container .info-box .first-name-label {
    margin-top: 25px;
  }

  .main-bg .contact-section .info-container .info-box .offices-body .contact-btn-section .office-contact-btn {
    width: 100%;
  }

  .main-bg .contact-section .info-container .info-box .offices-body p {
    font-size: 14px;
  }

  .main-bg .contact-section .info-container .info-box .offices-body .detail-section {
    font-size: 12px;
  }

  .main-bg .contact-section .info-container .btn-section {
    width: 100%;
  }

  .main-bg .contact-section .info-container .btn-section .send-btn {
    width: 100%;
  }
}

.contact-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.contact-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.contact-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

.booking-section {
  width: 100%;
  height: calc(100vh - 120px);
  position: absolute;
  top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  z-index: 2;
  font-size: 12px;
  font-family: "DinPro", sans-serif;
}

.booking-section .click-here-button {
  width: 100%;
  max-width: 300px;
  height: 44px;
  background: #00a9ea;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border-radius: 10rem;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  border: 0.1rem solid #00a9ea;
  cursor: pointer;
}

.booking-section .click-here-button:hover {
  background: #003366 !important;
  color: white !important;
  border-color: #003366 !important;
}

.booking-section .click-here-button:focus,
.booking-section .click-here-button:active {
  background: #003366;
  color: white;
  border-color: #003366 !important;
  outline: none;
  box-shadow: none;
}

.booking-section .click-here-button.disabled,
.booking-section .click-here-button:disabled,
.booking-section .click-here-button[disabled] {
  opacity: 1 !important;
}

.booking-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.booking-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.booking-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

.welcome-body {
  width: 100%;
  background-color: white;
  margin: 0;
}

.welcome-body table,
.welcome-body tr,
.welcome-body td,
.welcome-body tbody {
  border: none;
  border-spacing: 0;
  padding: 0;
}

.welcome-body .welcome-main-section {
  width: 100%;
}

.welcome-body .welcome-main-section .welcome-header {
  width: 100%;
  max-width: 600px;
  background-color: #003366;
  height: 80px;
}

.welcome-body .welcome-main-section .welcome-header .welcome-logo img {
  width: 45px;
  height: 45px;
  margin: 0 20px;
}

.welcome-body .welcome-main-section .welcome-header .welcome-text {
  color: white;
  font-size: 18px;
  width: 100%;
}

.welcome-body .welcome-main-section .welcome-header .welcome-login-icon {
  width: 100%;
  max-width: 30px;
}

.welcome-body .welcome-main-section .welcome-header .welcome-login-icon a {
  display: inline-block;
}

.welcome-body .welcome-main-section .welcome-header .welcome-login-icon a img {
  width: 22px;
  margin-right: 20px;
}

.welcome-body .welcome-main-section .welcome-main-bg {
  width: 100%;
  max-width: 600px;
  background-color: #338dc9;
}

.welcome-body .welcome-main-section .welcome-main-bg .welcome-bg {
  width: 100%;
}

.welcome-body .welcome-main-section .welcome-main-bg .welcome-bg img {
  width: 100%;
  height: 100%;
}

.welcome-body .welcome-main-section .welcome-text-body {
  width: 100%;
  max-width: 600px;
  background-color: #338dc9;
  padding: 15px 30px;
}

.welcome-body .welcome-main-section .welcome-text-body .welcome-greet {
  padding: 15px 0;
  font-size: 14px;
  color: white;
}

.welcome-body .welcome-main-section .welcome-text-body .welcome-confirm-email-button {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  color: white;
  background-color: #003366;
  outline: none;
  border: none;
  border-radius: 10rem;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: 0.3s;
  font-size: 14px;
  padding: 13px 0;
  text-decoration: none;
}

.welcome-body .welcome-main-section .welcome-text-body .welcome-confirm-email-button:hover {
  color: white;
  background-color: #00a9ea;
  transition: 0.3s;
}

.welcome-body .welcome-main-section .welcome-top-footer {
  width: 100%;
  max-width: 600px;
  background-color: #005696;
  padding: 20px 30px 40px 30px;
  box-sizing: border-box;
  font-size: 14px;
}

.welcome-body .welcome-main-section .welcome-top-footer .welcome-footer-center {
  width: 100%;
  max-width: 267px;
  display: inline-block;
  margin-top: 20px;
}

.welcome-body .welcome-main-section .welcome-top-footer .welcome-footer-center .center-text {
  color: white;
  display: inline-block;
}

.welcome-body .welcome-main-section .welcome-top-footer .welcome-footer-center .center-click {
  display: inline-block;
  margin-left: 20px;
}

.welcome-body .welcome-main-section .welcome-top-footer .welcome-footer-center .center-click a {
  color: #338dc9;
  text-decoration: none;
}

.welcome-body .welcome-main-section .welcome-top-footer .welcome-footer-social {
  width: 100%;
  max-width: 267px;
  display: inline-block;
  line-height: 30px;
  margin-top: 20px;
}

.welcome-body .welcome-main-section .welcome-top-footer .welcome-footer-social .social-text {
  color: white;
  display: inline-block;
}

.welcome-body .welcome-main-section .welcome-top-footer .welcome-footer-social .social-icons {
  display: inline-block;
  margin-left: 20px;
}

.welcome-body .welcome-main-section .welcome-top-footer .welcome-footer-social .social-icons a {
  display: inline-block;
}

.welcome-body .welcome-main-section .welcome-top-footer .welcome-footer-social .social-icons a img {
  width: 25px;
}

.welcome-body .welcome-main-section .welcome-top-footer .welcome-footer-modal {
  color: #338dc9;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 20px;
}

.welcome-body .welcome-main-section .welcome-top-footer .welcome-footer-modal > div {
  display: inline-block;
  width: 100%;
  max-width: 144px;
  margin-top: 10px;
}

.welcome-body .welcome-main-section .welcome-top-footer .welcome-footer-modal > div a {
  color: #338dc9;
  text-decoration: none;
}

.welcome-body .welcome-main-section .welcome-bottom-footer {
  width: 100%;
  max-width: 600px;
  font-size: 14px;
  box-sizing: border-box;
  background-color: #003366;
  padding: 20px 30px;
  color: white;
}

.welcome-body .welcome-main-section .welcome-bottom-footer a {
  color: #338dc9;
  text-decoration: none;
}

.main-bg .intro-section {
  position: absolute;
  width: 100vw;
  height: calc(100vh - 120px);
  top: 80px;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
  flex-wrap: wrap;
  z-index: 5;
}

.main-bg .intro-section .title-section {
  color: white;
  width: 100%;
  height: 100%;
}

.main-bg .intro-section .title-section .title {
  font-size: 28px;
  font-family: "Montserrat Medium", sans-serif;
  text-align: center;
}

.main-bg .intro-section .title-section .more-info-text {
  font-size: 12px;
  font-family: "DinPro", sans-serif;
}

.main-bg .intro-section .title-section .mouse-img {
  width: 60px;
}

.main-bg .intro-section .content-section .content-section-con {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-bg .intro-section .content-section .block-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-bg .intro-section .content-section .block-section img {
  height: 120px;
  margin-top: 90px;
  margin-bottom: 90px;
}

.main-bg .intro-section .content-section .block-section .reach-logo {
  height: 200px;
}

.main-bg .intro-section .content-section .block-section .text-section {
  background: #338dc9;
  width: 100%;
}

.main-bg .intro-section .content-section .block-section .text-section .description-section {
  padding: 100px 0px;
  width: 50%;
}

.main-bg .intro-section .content-section .block-section .text-section .description-section .sub-title {
  color: white;
  font-size: 28px;
  font-family: "Montserrat Medium", sans-serif;
}

.main-bg .intro-section .content-section .block-section .text-section .description-section .description {
  font-size: 16px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 30px;
  color: white;
}

.main-bg .intro-section .content-section .block-section .text-section .button-section {
  display: flex;
  justify-content: center;
}

.main-bg .intro-section .content-section .block-section .text-section .button-section a {
  width: 40%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #003366;
  color: white;
  border-radius: 10rem;
  font-size: 16px;
  font-family: "Montserrat Regular", sans-serif;
  cursor: pointer;
  border: 0.1rem solid #003366;
  text-decoration: none;
  text-align: center;
}

.main-bg .intro-section .content-section .block-section .text-section .button-section a:hover {
  background: #00a9ea;
  border: 0.1rem solid #00a9ea;
}

.main-bg .intro-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.main-bg .intro-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.main-bg .intro-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

.desktop-version {
  display: block;
}

.mobile-version {
  display: none;
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.24, 0.97);
}

[data-aos=fade-left] {
  transform: translate3d(250px, 0, 0);
}

[data-aos=fade-left-reach] {
  transform: translate3d(200px, 0, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-250px, 0, 0);
}

.mouse_scroll {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 100px;
  margin-top: 15px;
}

.m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  width: 16px;
  height: 16px;
}

.unu {
  margin-top: 1px;
  animation: mouse-scroll 1s infinite;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi {
  animation: mouse-scroll 1s infinite;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.2s;
  animation-direction: alternate;
  margin-top: -6px;
}

.trei {
  animation: mouse-scroll 1s infinite;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.3s;
  animation-direction: alternate;
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  border-radius: 8px;
}

.wheel {
  animation: mouse-wheel 0.6s linear infinite;
}

@keyframes mouse-wheel {
  0% {
    top: 1px;
  }

  25% {
    top: 2px;
  }

  50% {
    top: 3px;
  }

  75% {
    top: 2px;
  }

  100% {
    top: 1px;
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 1080px) {
  .main-bg .intro-section .title-section .title {
    font-size: 24px;
  }

  .main-bg .intro-section .title-section .more-info-text {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .main-bg .intro-section .content-section {
    width: 100%;
  }

  .main-bg .intro-section .content-section .block-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main-bg .intro-section .content-section .block-section .text-section {
    width: 100%;
  }

  .main-bg .intro-section .content-section .block-section .text-section .sub-title-section .sub-title {
    margin-left: 60px;
  }

  .main-bg .intro-section .content-section .block-section .text-section .description-section {
    padding: 50px 25px;
  }

  .main-bg .intro-section .content-section .block-section .text-section .description-section .button-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  .main-bg .intro-section .content-section .block-section .text-section .description-section .button-section a {
    width: 40%;
  }

  .main-bg .intro-section .content-section .block-section .icon-section {
    display: none;
  }

  .main-bg .intro-section .content-section .block-section .icon-mobile {
    display: block !important;
    width: 100px;
    margin-bottom: 40px;
    margin-top: 40px;
  }

  [data-aos=fade-left] {
    transform: translate3d(42vw, 0, 0);
  }

  [data-aos=fade-right] {
    transform: translate3d(-42vw, 0, 0);
  }
}

@media only screen and (max-width: 575.98px) {
  .main-bg .video-section {
    display: none;
  }

  .main-bg .video-section-mobile {
    display: block;
  }

  .main-bg .intro-section .title-section .title {
    font-size: 24px;
  }

  .main-bg .intro-section .content-section .block-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main-bg .intro-section .content-section .block-section .text-section {
    width: 100%;
  }

  .main-bg .intro-section .content-section .block-section .text-section .sub-title-section .sub-title {
    margin-left: 25px;
  }

  .main-bg .intro-section .content-section .block-section .text-section .description-section {
    width: 100%;
    padding: 50px 25px;
  }

  .main-bg .intro-section .content-section .block-section .text-section .description-section .button-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-bg .intro-section .content-section .block-section .text-section .description-section .button-section a {
    width: 80%;
  }

  .main-bg .intro-section .content-section .block-section .icon-section {
    display: none;
  }

  .main-bg .intro-section .content-section .block-section .icon-mobile {
    display: block !important;
    width: 100px;
    margin-bottom: 40px;
    margin-top: 40px;
  }

  [data-aos=fade-left] {
    transform: translate3d(35vw, 0, 0);
  }

  [data-aos=fade-right] {
    transform: translate3d(-35vw, 0, 0);
  }

  .desktop-version {
    display: none;
  }

  .mobile-version {
    display: block;
  }
}

.solution-section .image-section {
  width: 100vw;
  height: 30vw;
  background-repeat: no-repeat;
  display: flex;
  background-attachment: fixed;
}

.solution-section .image-section .intro-header {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 36px;
  line-height: 48px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-left: 100px;
}

.solution-section .first-image-section {
  background-image: url("/images/Image03.png");
  background-size: cover;
}

.solution-section .second-image-section {
  background-image: url("/images/Image04.png");
  background-size: cover;
}

.solution-section .title-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.solution-section .title-section .intro-title {
  color: white;
  font-size: 21px;
  font-family: "Montserrat SemiBold", sans-serif;
  margin-bottom: 0px;
}

.solution-section .title-section .first-title {
  margin-left: 100px;
}

.solution-section .title-section .second-title {
  margin-left: 25px;
}

.solution-section .shown-title-section {
  background-color: #8bc53f;
}

.solution-section .hidden-title-section {
  background-color: #8bc53f;
}

.solution-section .first-hidden-title-section {
  margin-top: 50px;
  margin-bottom: 100px;
}

.solution-section .first-hidden-title-section-mobile {
  margin-bottom: 50px;
}

.solution-section .second-hidden-title-section {
  margin-top: 50px;
}

.solution-section .less-header-second {
  background-color: #8bc53f;
}

.solution-section .content-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.solution-section .content-section .intro-content {
  font-size: 16px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 24px;
  color: #003366;
  text-align: justify;
  margin-bottom: 50px;
}

.solution-section .content-section .strong-text {
  margin-bottom: 15px;
}

.solution-section .content-section .content-first {
  margin-left: 100px;
  margin-right: 25px;
}

.solution-section .content-section .content-second {
  margin-left: 25px;
  margin-right: 100px;
}

.solution-section .content-section .read-more-btn {
  width: 20%;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 100px;
  background-color: #003366;
  color: white;
  border-radius: 10rem;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  cursor: pointer;
  border: 0.1rem solid #003366;
}

.solution-section .content-section .first-btn {
  margin-left: 100px;
}

.solution-section .content-section .second-btn {
  margin-left: 25px;
}

.solution-section .content-section .read-more-btn:hover {
  background: #8bc53f;
  border: 0.1rem solid #8bc53f;
}

.solution-section .content-section .icon {
  opacity: 0.3;
  width: 120px;
  margin-bottom: 50px;
}

.solution-section .content-section .icon-second {
  opacity: 0.3;
  width: 120px;
}

.solution-section .content-section .hidden-icon-first {
  margin-top: 270px;
}

.solution-section .content-section .cloud-icon {
  margin-top: -30px;
}

.solution-section .half-bottom {
  padding-bottom: 50px;
}

.solution-section .first-content-section {
  padding-left: 100px;
  padding-right: 25px;
}

.solution-section .second-content-section {
  padding-left: 25px;
  padding-right: 100px;
}

.solution-section .mobile-version {
  display: none;
}

.solution-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.solution-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.solution-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 575.98px) {
  .solution-section .image-section {
    background-position: unset;
    height: 60vw;
  }

  .solution-section .image-section .intro-header {
    text-align: center;
    margin-left: 0px;
    width: 100%;
    font-size: 28px;
    line-height: 40px;
  }

  .solution-section .first-image-section {
    background-image: url("/images/Image03Mobile.png");
    background-size: cover;
  }

  .solution-section .second-image-section {
    background-image: url("/images/Image04Mobile.png");
    background-size: cover;
  }

  .solution-section .title-section {
    width: 100vw;
    padding-left: 45px;
    padding-right: 45px;
    display: flex;
  }

  .solution-section .title-section .intro-title {
    margin-left: 0px;
    text-align: center;
  }

  .solution-section .content-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .solution-section .content-section .content-first {
    margin-left: 20px;
    margin-right: 20px;
  }

  .solution-section .content-section .content-second {
    margin-left: 20px;
    margin-right: 20px;
  }

  .solution-section .content-section .read-more-btn {
    width: 70%;
    margin-left: 0px;
  }

  .solution-section .content-section .icon {
    margin-bottom: 50px;
  }

  .solution-section .content-section .icon-second {
    margin-bottom: 50px;
  }

  .solution-section .pc-version {
    display: none;
  }

  .solution-section .mobile-version {
    display: block;
  }
}

.main-bg .services-section {
  position: absolute;
  width: 100vw;
  height: calc(100vh - 120px);
  top: 80px;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
  flex-wrap: wrap;
}

.main-bg .services-section .title-section {
  color: white;
  width: 100%;
  height: 100%;
}

.main-bg .services-section .title-section .title {
  font-size: 36px;
  font-family: "Montserrat Medium", sans-serif;
  text-align: center;
}

.main-bg .services-section .title-section .more-info-text {
  font-size: 16px;
  font-family: "Montserrat Light", sans-serif;
}

.main-bg .services-section .title-section .mouse-img {
  width: 60px;
}

.main-bg .services-section .content-section .block-section {
  display: flex;
}

.main-bg .services-section .content-section .block-section .text-section {
  background: rgba(255, 255, 255, 0.9019607843);
  width: 50%;
}

.main-bg .services-section .content-section .block-section .text-section .sub-title-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #8bc53f;
}

.main-bg .services-section .content-section .block-section .text-section .sub-title-section .sub-title {
  color: white;
  font-size: 21px;
  font-family: "Montserrat SemiBold", sans-serif;
  margin-bottom: 0px;
  margin-left: 70px;
}

.main-bg .services-section .content-section .block-section .text-section .description-section {
  padding: 50px 70px;
}

.main-bg .services-section .content-section .block-section .text-section .description-section .description {
  font-size: 16px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 24px;
  color: #003366;
  text-align: justify;
  margin-bottom: 0px;
}

.main-bg .services-section .content-section .block-section .text-section .button-section {
  display: flex;
  justify-content: space-between;
}

.main-bg .services-section .content-section .block-section .text-section .button-section a {
  width: 48%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #003366;
  color: white;
  border-radius: 10rem;
  font-size: 16px;
  font-family: "Montserrat Regular", sans-serif;
  cursor: pointer;
  border: 0.1rem solid #003366;
  text-decoration: none;
  text-align: center;
}

.main-bg .services-section .content-section .block-section .text-section .button-section a:hover {
  background: #8bc53f;
  border: 0.1rem solid #8bc53f;
}

.main-bg .services-section .content-section .block-section .icon-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.main-bg .services-section .content-section .block-section .icon-section img {
  width: 120px;
}

.main-bg .services-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.main-bg .services-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.main-bg .services-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 1080px) {
  .main-bg .services-section .title-section .title {
    font-size: 24px;
  }

  .main-bg .services-section .title-section .more-info-text {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .main-bg .services-section .content-section .block-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main-bg .services-section .content-section .block-section .text-section {
    width: 100%;
  }

  .main-bg .services-section .content-section .block-section .text-section .sub-title-section .sub-title {
    margin-left: 60px;
  }

  .main-bg .services-section .content-section .block-section .text-section .description-section {
    padding: 40px 60px;
  }

  .main-bg .services-section .content-section .block-section .text-section .description-section .button-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-bg .services-section .content-section .block-section .text-section .description-section .button-section a {
    width: 40%;
  }

  .main-bg .services-section .content-section .block-section .icon-section {
    display: none;
  }

  .main-bg .services-section .content-section .block-section .icon-mobile {
    display: block !important;
    width: 100px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 575.98px) {
  .main-bg .video-section {
    display: none;
  }

  .main-bg .video-section-mobile {
    display: block;
  }

  .main-bg .services-section .title-section .title {
    font-size: 24px;
  }

  .main-bg .services-section .content-section .block-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main-bg .services-section .content-section .block-section .text-section {
    width: 100%;
  }

  .main-bg .services-section .content-section .block-section .text-section .sub-title-section .sub-title {
    margin-left: 25px;
  }

  .main-bg .services-section .content-section .block-section .text-section .description-section {
    padding: 40px 25px;
  }

  .main-bg .services-section .content-section .block-section .text-section .description-section .button-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-bg .services-section .content-section .block-section .text-section .description-section .button-section a {
    width: 80%;
  }

  .main-bg .services-section .content-section .block-section .icon-section {
    display: none;
  }

  .main-bg .services-section .content-section .block-section .icon-mobile {
    display: block !important;
    width: 100px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.main-bg {
  height: 100vh;
}

.main-bg .faq-section {
  position: absolute;
  height: calc(100vh - 120px);
  top: 80px;
  overflow-y: scroll;
  width: 100%;
  color: #003366;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-bg .faq-section .content-section {
  width: 50%;
}

.main-bg .faq-section .content-section .question {
  font-size: 16px;
  font-family: "Montserrat SemiBold", sans-serif;
  margin-bottom: 0px;
  text-align: justify;
}

.main-bg .faq-section .content-section .answer {
  font-size: 14px;
  font-family: "Montserrat Regular", sans-serif;
  margin-bottom: 0px;
  text-align: justify;
}

.main-bg .faq-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.main-bg .faq-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.main-bg .faq-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 1080px) {
  .main-bg .faq-section .content-section {
    width: 80%;
  }
}

@media only screen and (max-width: 575.98px) {
  .main-bg .faq-section .content-section {
    width: 90%;
  }
}

.main-bg .innovation-section {
  position: absolute;
  width: 100vw;
  height: calc(100vh - 120px);
  top: 80px;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
  flex-wrap: wrap;
}

.main-bg .innovation-section .title-section {
  color: white;
  width: 100%;
  height: 100%;
}

.main-bg .innovation-section .title-section .title {
  font-size: 36px;
  font-family: "Montserrat Medium", sans-serif;
  text-align: center;
}

.main-bg .innovation-section .title-section .more-info-text {
  font-size: 16px;
  font-family: "Montserrat Light", sans-serif;
}

.main-bg .innovation-section .title-section .mouse-img {
  width: 60px;
}

.main-bg .innovation-section .content-section .block-section {
  display: flex;
}

.main-bg .innovation-section .content-section .block-section .text-section {
  background: rgba(255, 255, 255, 0.9019607843);
  width: 50%;
}

.main-bg .innovation-section .content-section .block-section .text-section .sub-title-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #8bc53f;
}

.main-bg .innovation-section .content-section .block-section .text-section .sub-title-section .sub-title {
  color: white;
  font-size: 21px;
  font-family: "Montserrat SemiBold", sans-serif;
  margin-bottom: 0px;
  margin-left: 70px;
}

.main-bg .innovation-section .content-section .block-section .text-section .description-section {
  padding: 50px 70px;
}

.main-bg .innovation-section .content-section .block-section .text-section .description-section .description {
  font-size: 16px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 24px;
  color: #003366;
  text-align: justify;
  margin-bottom: 0px;
}

.main-bg .innovation-section .content-section .block-section .text-section .button-section {
  display: flex;
  justify-content: space-between;
}

.main-bg .innovation-section .content-section .block-section .text-section .button-section a {
  width: 48%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #003366;
  color: white;
  border-radius: 10rem;
  font-size: 16px;
  font-family: "Montserrat Regular", sans-serif;
  cursor: pointer;
  border: 0.1rem solid #003366;
  text-decoration: none;
  text-align: center;
}

.main-bg .innovation-section .content-section .block-section .text-section .button-section a:hover {
  background: #8bc53f;
  border: 0.1rem solid #8bc53f;
}

.main-bg .innovation-section .content-section .block-section .icon-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.main-bg .innovation-section .content-section .block-section .icon-section img {
  width: 120px;
}

.main-bg .innovation-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.main-bg .innovation-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.main-bg .innovation-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 1080px) {
  .main-bg .innovation-section .title-section .title {
    font-size: 24px;
  }

  .main-bg .innovation-section .title-section .more-info-text {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .main-bg .innovation-section .content-section .block-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main-bg .innovation-section .content-section .block-section .text-section {
    width: 100%;
  }

  .main-bg .innovation-section .content-section .block-section .text-section .sub-title-section .sub-title {
    margin-left: 60px;
  }

  .main-bg .innovation-section .content-section .block-section .text-section .description-section {
    padding: 40px 60px;
  }

  .main-bg .innovation-section .content-section .block-section .text-section .description-section .button-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-bg .innovation-section .content-section .block-section .text-section .description-section .button-section a {
    width: 40%;
  }

  .main-bg .innovation-section .content-section .block-section .icon-section {
    display: none;
  }

  .main-bg .innovation-section .content-section .block-section .icon-mobile {
    display: block !important;
    width: 100px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 575.98px) {
  .main-bg .video-section {
    display: none;
  }

  .main-bg .video-section-mobile {
    display: block;
  }

  .main-bg .innovation-section .title-section .title {
    font-size: 24px;
  }

  .main-bg .innovation-section .content-section .block-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main-bg .innovation-section .content-section .block-section .text-section {
    width: 100%;
  }

  .main-bg .innovation-section .content-section .block-section .text-section .sub-title-section .sub-title {
    margin-left: 25px;
  }

  .main-bg .innovation-section .content-section .block-section .text-section .description-section {
    padding: 40px 25px;
  }

  .main-bg .innovation-section .content-section .block-section .text-section .description-section .button-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-bg .innovation-section .content-section .block-section .text-section .description-section .button-section a {
    width: 80%;
  }

  .main-bg .innovation-section .content-section .block-section .icon-section {
    display: none;
  }

  .main-bg .innovation-section .content-section .block-section .icon-mobile {
    display: block !important;
    width: 100px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.main-bg .security-section {
  position: absolute;
  width: 100vw;
  height: calc(100vh - 120px);
  top: 80px;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
  flex-wrap: wrap;
}

.main-bg .security-section .security-section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: calc(100vh - 80px);
}

.main-bg .security-section .title-section {
  color: white;
  width: 100%;
  height: 100%;
}

.main-bg .security-section .title-section .title {
  font-size: 36px;
  font-family: "Montserrat Medium", sans-serif;
  text-align: center;
}

.main-bg .security-section .title-section .more-info-text {
  font-size: 16px;
  font-family: "Montserrat Light", sans-serif;
}

.main-bg .security-section .title-section .mouse-img {
  width: 60px;
}

.main-bg .security-section .content-section .block-section {
  display: flex;
}

.main-bg .security-section .content-section .block-section .text-section {
  background: rgba(255, 255, 255, 0.9019607843);
  width: 50%;
}

.main-bg .security-section .content-section .block-section .text-section .sub-title-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #8bc53f;
}

.main-bg .security-section .content-section .block-section .text-section .sub-title-section .sub-title {
  color: white;
  font-size: 21px;
  font-family: "Montserrat SemiBold", sans-serif;
  margin-bottom: 0px;
  margin-left: 70px;
}

.main-bg .security-section .content-section .block-section .text-section .description-section {
  padding: 50px 70px;
}

.main-bg .security-section .content-section .block-section .text-section .description-section .description {
  font-size: 16px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 24px;
  color: #003366;
  text-align: justify;
  margin-bottom: 0px;
}

.main-bg .security-section .content-section .block-section .text-section .button-section {
  display: flex;
  justify-content: space-between;
}

.main-bg .security-section .content-section .block-section .text-section .button-section a {
  width: 48%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #003366;
  color: white;
  border-radius: 10rem;
  font-size: 16px;
  font-family: "Montserrat Regular", sans-serif;
  cursor: pointer;
  border: 0.1rem solid #003366;
  text-decoration: none;
  text-align: center;
}

.main-bg .security-section .content-section .block-section .text-section .button-section a:hover {
  background: #8bc53f;
  border: 0.1rem solid #8bc53f;
}

.main-bg .security-section .content-section .block-section .icon-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.main-bg .security-section .content-section .block-section .icon-section img {
  width: 120px;
}

.main-bg .security-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.main-bg .security-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.main-bg .security-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 1080px) {
  .main-bg .security-section .title-section .title {
    font-size: 24px;
  }

  .main-bg .security-section .title-section .more-info-text {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .main-bg .security-section .content-section .block-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main-bg .security-section .content-section .block-section .text-section {
    width: 100%;
  }

  .main-bg .security-section .content-section .block-section .text-section .sub-title-section .sub-title {
    margin-left: 60px;
  }

  .main-bg .security-section .content-section .block-section .text-section .description-section {
    padding: 40px 60px;
  }

  .main-bg .security-section .content-section .block-section .text-section .description-section .button-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-bg .security-section .content-section .block-section .text-section .description-section .button-section a {
    width: 40%;
  }

  .main-bg .security-section .content-section .block-section .icon-section {
    display: none;
  }

  .main-bg .security-section .content-section .block-section .icon-mobile {
    display: block !important;
    width: 100px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 575.98px) {
  .main-bg .video-section {
    display: none;
  }

  .main-bg .video-section-mobile {
    display: block;
  }

  .main-bg .security-section .title-section .title {
    font-size: 24px;
  }

  .main-bg .security-section .content-section .block-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main-bg .security-section .content-section .block-section .text-section {
    width: 100%;
  }

  .main-bg .security-section .content-section .block-section .text-section .sub-title-section .sub-title {
    margin-left: 25px;
  }

  .main-bg .security-section .content-section .block-section .text-section .description-section {
    padding: 40px 25px;
  }

  .main-bg .security-section .content-section .block-section .text-section .description-section .button-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-bg .security-section .content-section .block-section .text-section .description-section .button-section a {
    width: 80%;
  }

  .main-bg .security-section .content-section .block-section .icon-section {
    display: none;
  }

  .main-bg .security-section .content-section .block-section .icon-mobile {
    display: block !important;
    width: 100px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.main-bg {
  height: 100vh;
}

.main-bg .container-section .book-section {
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  overflow-y: scroll;
}

.main-bg .container-section .book-section .finger-icon {
  margin-top: 40px;
  width: 100px;
  opacity: 0.35;
}

.main-bg .container-section .book-section .page-title {
  color: #003366;
  font-family: "DinPro", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 33px;
  margin-bottom: 0px;
}

.main-bg .container-section .book-section .page-subtitle {
  color: #003366;
  font-family: "DinPro", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
}

.main-bg .container-section .book-section .btn-section {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.main-bg .container-section .book-section .btn-section .appointment-btn {
  width: 32%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #003366;
  color: white;
  border-radius: 20px;
  font-size: 14px;
  font-family: "DinPro Medium", sans-serif;
  cursor: pointer;
  border: 0.1rem solid #003366;
}

.main-bg .container-section .book-section .btn-section .appointment-btn:hover {
  background: #8bc53f;
  border: 0.1rem solid #8bc53f;
}

.main-bg .container-section .book-section .selected-item {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #8bc53f;
  color: white;
  border-radius: 20px;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  cursor: pointer;
  border: 0.1rem solid #8bc53f;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-bg .container-section .book-section .selected-item .selected-text {
  margin-bottom: 0px;
}

.main-bg .container-section .book-section .selected-item img {
  width: 16px;
  position: absolute;
  right: 20px;
}

.main-bg .container-section .book-section .option-box {
  background-color: white;
  border-radius: 15px;
  color: #003366;
  margin-top: 8px;
}

.main-bg .container-section .book-section .option-box .option-item {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "DinPro Medium", sans-serif;
}

.main-bg .container-section .book-section .option-box .first-item {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.main-bg .container-section .book-section .option-box .last-item {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.main-bg .container-section .book-section .option-box .option-item:hover {
  background-color: #8bc53f;
  color: white;
}

.main-bg .container-section .book-section .info-section {
  display: flex;
  justify-content: space-between;
}

.main-bg .container-section .book-section .info-section .info-box {
  width: 49%;
}

.main-bg .container-section .book-section .info-section .info-box .input-field {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(0, 60, 113, 0.3490196078);
  border-radius: 10rem;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  border: 0px;
  margin-bottom: 40px;
  color: white;
}

.main-bg .container-section .book-section .info-section .info-box .input-field::-moz-placeholder {
  color: white;
}

.main-bg .container-section .book-section .info-section .info-box .input-field::placeholder {
  color: white;
}

.main-bg .container-section .book-section .info-section .info-box .date-format {
  text-transform: lowercase;
}

.main-bg .container-section .book-section .info-section .info-box .info-text {
  color: #003366;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.main-bg .container-section .book-section .continue-btn {
  width: 32%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #003366;
  color: white;
  border-radius: 10rem;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  cursor: pointer;
  border: 0.1rem solid #003366;
  margin-bottom: 40px;
}

.main-bg .container-section .book-section .continue-btn:hover {
  background: #8bc53f;
  border: 0.1rem solid #8bc53f;
}

.main-bg .container-section .book-section .page-footer {
  color: #003366;
  font-family: "DinPro", sans-serif;
  font-size: 14px;
  text-align: center;
}

.main-bg .container-section .book-section .page-footer .visit {
  text-decoration: underline;
  font-family: "DinPro Medium", sans-serif;
  color: #003366;
}

.main-bg .container-section .book-section .page-footer .visit:hover {
  color: #8bc53f;
}

.main-bg .container-section .book-section .dropdown-section {
  display: flex;
  justify-content: space-between;
}

.main-bg .container-section .book-section .dropdown-section .dropdown {
  width: 49%;
}

.main-bg .container-section .book-section .dropdown-section .dropdown .dropdown-title {
  color: #003366;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 30px;
}

@media only screen and (max-width: 1080px) {
  .main-bg .container-section .video-section {
    display: block;
  }

  .main-bg .container-section .video-section-mobile {
    display: none;
  }

  .main-bg .container-section .book-section {
    width: 45vw;
  }

  .main-bg .container-section .book-section .page-title {
    line-height: 22px;
    margin-bottom: 8px;
  }

  .main-bg .container-section .book-section .info-section {
    display: block;
  }

  .main-bg .container-section .book-section .info-section .info-box {
    width: 100%;
  }

  .main-bg .container-section .book-section .info-section .info-box .input-field {
    margin-bottom: 0px;
  }

  .main-bg .container-section .book-section .info-section .info-box .date-text {
    margin-top: 12px;
  }

  .main-bg .container-section .book-section .continue-btn {
    width: 100%;
    margin-top: 40px;
  }

  .main-bg .container-section .book-section .dropdown-section {
    display: block;
  }

  .main-bg .container-section .book-section .dropdown-section .dropdown {
    width: 100%;
  }

  .main-bg .container-section .book-section .dropdown-section .dropdown .select-dropdown-title {
    margin-top: 20px;
  }

  .main-bg .container-section .book-section .desktop-version {
    display: none;
  }

  .main-bg .container-section .book-section .mobile-version {
    display: block;
  }
}

@media only screen and (max-width: 575.98px) {
  .main-bg .container-section .video-section {
    display: none;
  }

  .main-bg .container-section .video-section-mobile {
    display: block;
  }

  .main-bg .container-section .book-section {
    width: 90vw;
  }

  .main-bg .container-section .book-section .page-title {
    line-height: 22px;
    margin-bottom: 8px;
  }

  .main-bg .container-section .book-section .info-section {
    display: block;
  }

  .main-bg .container-section .book-section .info-section .info-box {
    width: 100%;
  }

  .main-bg .container-section .book-section .info-section .info-box .input-field {
    margin-bottom: 0px;
  }

  .main-bg .container-section .book-section .info-section .info-box .date-text {
    margin-top: 12px;
  }

  .main-bg .container-section .book-section .continue-btn {
    width: 100%;
    margin-top: 40px;
  }

  .main-bg .container-section .book-section .dropdown-section {
    display: block;
  }

  .main-bg .container-section .book-section .dropdown-section .dropdown {
    width: 100%;
  }

  .main-bg .container-section .book-section .dropdown-section .dropdown .select-dropdown-title {
    margin-top: 20px;
  }
}

.main-bg {
  height: 100vh;
}

.main-bg .contact-section {
  position: absolute;
  z-index: 3;
  color: #003366;
  width: 100%;
  top: 80px;
  margin-bottom: 80px;
  overflow-y: scroll;
  height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-bg .contact-section .contact-section-content {
  display: flex;
  min-height: calc(100vh - 120px);
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.main-bg .contact-section .contact-icon {
  margin-top: 33px;
  width: 100px;
  opacity: 0.35;
}

.main-bg .contact-section .page-title {
  color: #003366;
  font-family: "DinPro", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0px;
  color: white;
}

.main-bg .contact-section .page-subtitle {
  color: #003366;
  font-family: "DinPro", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
}

.main-bg .contact-section .info-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.main-bg .contact-section .info-container .info-box {
  position: relative;
  width: 100%;
  max-width: 360px;
}

.main-bg .contact-section .info-container .info-box .search-field {
  position: relative;
}

.main-bg .contact-section .info-container .info-box .search-field .search-circle {
  position: absolute;
  width: 34px;
  height: 34px;
  background: rgba(0, 51, 102, 0.7490196078);
  border-radius: 50%;
  display: inline-block;
  right: 5px;
  top: 18px;
}

.main-bg .contact-section .info-container .info-box .search-field .search-icon {
  visibility: visible;
  width: 20px;
  position: absolute;
  top: 25px;
  right: 11px;
}

.main-bg .contact-section .info-container .info-box .input-field {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: rgba(255, 255, 255, 0.1490196078);
  border-radius: 20px;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  border: none;
  color: white;
  margin-top: 15px;
  outline: none;
}

.main-bg .contact-section .info-container .info-box .input-field::-moz-placeholder {
  color: white;
}

.main-bg .contact-section .info-container .info-box .input-field::placeholder {
  color: white;
}

.main-bg .contact-section .info-container .info-box .input-field:hover {
  box-shadow: none;
  border: none;
}

.main-bg .contact-section .info-container .info-box .input-field:focus {
  box-shadow: none;
  border: none;
}

.main-bg .contact-section .info-container .info-box .form-select-custom {
  height: 40px;
  border-radius: 23px;
  color: white;
  margin-top: 15px;
  background-color: rgba(255, 255, 255, 0.1490196078);
}

.main-bg .contact-section .info-container .info-box .form-select-custom .select-selected {
  padding-left: 30px;
}

.main-bg .contact-section .info-container .info-box .field-label {
  color: #003366;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 32px;
}

.main-bg .contact-section .info-container .info-box .phone-label {
  margin-top: 10px;
}

.main-bg .contact-section .info-container .info-box .country-label {
  margin-top: 10px;
}

.main-bg .contact-section .info-container .info-box .offices-body {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.main-bg .contact-section .info-container .info-box .offices-body .detail-section {
  display: flex;
  width: 100%;
  justify-content: center;
}

.main-bg .contact-section .info-container .info-box .offices-body .country-flag {
  padding-top: 6px;
  width: 120px;
}

.main-bg .contact-section .info-container .info-box .offices-body p {
  color: white;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
  margin-left: 30px;
}

.main-bg .contact-section .info-container .info-box .offices-body label {
  color: white;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
}

.main-bg .contact-section .info-container .info-box .offices-body span {
  color: white;
  margin-left: 30px;
}

.main-bg .contact-section .info-container .info-box .offices-body .country {
  font-family: "DinPro Medium", sans-serif;
}

.main-bg .contact-section .info-container .info-box .offices-body .contact-btn-section {
  display: flex;
  justify-content: center;
}

.main-bg .contact-section .info-container .info-box .offices-body .contact-btn-section .contact-btn {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #00a9ea;
  color: #ffffff;
  border-radius: 20px;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  cursor: pointer;
  border: 0.1rem solid #00a9ea;
  text-decoration: none;
}

.main-bg .contact-section .info-container .info-box .offices-body .contact-btn-section .contact-btn:hover {
  background: #003366;
  border: 0.1rem solid #003366;
}

.main-bg .contact-section .info-container .info-box .offices-body .contact-btn-section .office-contact-btn {
  width: 50%;
}

.main-bg .contact-section .info-container .info-box .offices-menus {
  position: absolute;
  top: 12px;
  width: 50%;
  background-color: #b2c8db;
  padding: 12px;
  border-radius: 8px;
  max-height: 500px;
  overflow-y: auto;
}

.main-bg .contact-section .info-container .info-box .offices-menus .office-menu-item {
  display: flex;
  padding: 2px 6px;
  border-radius: 4px;
  cursor: pointer;
}

.main-bg .contact-section .info-container .info-box .offices-menus .office-menu-item:hover {
  background-color: #003366;
  color: white;
}

.main-bg .contact-section .info-container .info-box .offices-menus .office-menu-item .office-country {
  min-width: 40%;
}

.main-bg .contact-section .info-container .office-box {
  max-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-bg .contact-section .info-container .office-box .office-search {
  width: 50%;
}

.main-bg .contact-section .info-container .message-section {
  width: 49%;
  margin-top: 10px;
  margin-bottom: 40px;
}

.main-bg .contact-section .info-container .btn-section {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  text-align: center;
}

.main-bg .contact-section .info-container .btn-section .send-btn {
  width: 100%;
  margin-bottom: 45px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #003366;
  color: white;
  border-radius: 20px;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  cursor: pointer;
  border: none;
  text-decoration: none;
}

.main-bg .contact-section .info-container .btn-section .send-btn:hover {
  background: #00a9ea;
}

@media only screen and (max-width: 1080px) {
  .main-bg .contact-section .page-title {
    line-height: 22px;
    margin-bottom: 8px;
  }

  .main-bg .contact-section .info-container {
    display: block;
  }

  .main-bg .contact-section .info-container .office-box .office-search {
    width: 70%;
  }

  .main-bg .contact-section .info-container .info-box {
    width: 100%;
  }

  .main-bg .contact-section .info-container .info-box .field-label {
    margin-top: 10px;
  }

  .main-bg .contact-section .info-container .info-box .message-label {
    margin-top: 20px;
  }

  .main-bg .contact-section .info-container .info-box .first-name-label {
    margin-top: 25px;
  }

  .main-bg .contact-section .info-container .info-box .offices-body .contact-btn-section .office-contact-btn {
    width: 70%;
  }

  .main-bg .contact-section .info-container .btn-section {
    width: 100%;
  }

  .main-bg .contact-section .info-container .btn-section .send-btn {
    width: 100%;
  }

  .main-bg .contact-section .desktop-version {
    display: none;
  }

  .main-bg .contact-section .mobile-version {
    display: block;
  }
}

@media only screen and (max-width: 575.98px) {
  .main-bg .contact-section {
    width: 100vw;
  }

  .main-bg .contact-section .contact-section-content {
    padding: 0 20px;
  }

  .main-bg .contact-section .page-title {
    line-height: 22px;
    margin-bottom: 8px;
  }

  .main-bg .contact-section .info-container {
    display: block;
  }

  .main-bg .contact-section .info-container .office-box .office-search {
    width: 100%;
  }

  .main-bg .contact-section .info-container .info-box {
    width: 100%;
  }

  .main-bg .contact-section .info-container .info-box .offices-menus {
    width: 100%;
  }

  .main-bg .contact-section .info-container .info-box .field-label {
    margin-top: 10px;
  }

  .main-bg .contact-section .info-container .info-box .message-label {
    margin-top: 20px;
  }

  .main-bg .contact-section .info-container .info-box .first-name-label {
    margin-top: 25px;
  }

  .main-bg .contact-section .info-container .info-box .offices-body .contact-btn-section .office-contact-btn {
    width: 100%;
  }

  .main-bg .contact-section .info-container .info-box .offices-body p {
    font-size: 14px;
  }

  .main-bg .contact-section .info-container .info-box .offices-body .detail-section {
    font-size: 12px;
  }

  .main-bg .contact-section .info-container .btn-section {
    width: 100%;
  }

  .main-bg .contact-section .info-container .btn-section .send-btn {
    width: 100%;
  }
}

.contact-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.contact-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.contact-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

.container-section .shopping-section {
  height: calc(100vh - 120px);
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  top: 80px;
  overflow-y: scroll;
}

.container-section .shopping-section .video-section {
  min-height: calc(100vh - 120px);
}

.container-section .shopping-section .video-section-mobile {
  min-height: calc(100vh - 120px);
  top: 80px;
}

.container-section .shopping-section .menu-bg {
  min-height: calc(100vh - 120px);
}

.container-section .shopping-section .menu-bg-mobile {
  min-height: calc(100vh - 120px);
  top: 80px;
}

.container-section .shopping-section .shopping-section-content {
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container-section .shopping-section .icon {
  width: 120px;
}

.container-section .shopping-section .title {
  font-size: 28px;
  font-family: "Montserrat Medium", sans-serif;
  margin-top: 40px;
  margin-bottom: 40px;
  color: white;
  text-align: center;
}

.container-section .shopping-section .subtitle {
  font-size: 16px;
  font-family: "Montserrat Regular", sans-serif;
  color: white;
  line-height: 0px;
  text-align: center;
}

.container-section .shopping-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.container-section .shopping-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.container-section .shopping-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 1080px) {
  .container-section .shopping-section .title {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 575.98px) {
  .container-section .video-section {
    display: none;
  }

  .container-section .video-section-mobile {
    display: block;
  }
}

.main-bg .container-section .video-section {
  min-height: calc(100vh - 120px);
  top: 80px;
}

.main-bg .container-section .video-section-mobile {
  min-height: calc(100vh - 120px);
  top: 80px;
}

.main-bg .container-section .menu-bg {
  min-height: calc(100vh - 120px);
  top: 80px;
}

.main-bg .container-section .menu-bg-mobile {
  min-height: calc(100vh - 120px);
  top: 80px;
}

.main-bg .container-section .passport-section {
  height: calc(100vh - 120px);
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  top: 80px;
  overflow-y: scroll;
}

.main-bg .container-section .passport-section .passport-section-content {
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-bg .container-section .passport-section .icon {
  width: 120px;
}

.main-bg .container-section .passport-section .title {
  font-size: 28px;
  font-family: "Montserrat Medium", sans-serif;
  margin-top: 40px;
  margin-bottom: 40px;
  color: white;
  text-align: center;
}

.main-bg .container-section .passport-section .subtitle {
  font-size: 16px;
  font-family: "Montserrat Regular", sans-serif;
  color: white;
  line-height: 0px;
  text-align: center;
}

.main-bg .container-section .passport-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.main-bg .container-section .passport-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.main-bg .container-section .passport-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 1080px) {
  .main-bg .container-section .shopping-section .title {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 575.98px) {
  .main-bg .container-section .video-section {
    display: none;
  }

  .main-bg .container-section .video-section-mobile {
    display: block;
  }
}

.container-section .menu-bg {
  top: 0;
}

.container-section .video-section {
  min-height: calc(100vh - 120px);
}

.container-section .video-section-mobile {
  min-height: calc(100vh - 120px);
}

.container-section .menu-bg {
  min-height: calc(100vh - 120px);
}

.container-section .menu-bg-mobile {
  min-height: calc(100vh - 120px);
}

.container-section .money-section {
  width: 100%;
  height: calc(100vh - 120px);
  position: absolute;
  top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  overflow-y: scroll;
}

.container-section .money-section .money-section-content {
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container-section .money-section .icon {
  width: 120px;
}

.container-section .money-section .title {
  font-size: 28px;
  font-family: "Montserrat Medium", sans-serif;
  margin-top: 40px;
  margin-bottom: 40px;
  color: white;
  text-align: center;
}

.container-section .money-section .subtitle {
  font-size: 16px;
  font-family: "Montserrat Regular", sans-serif;
  color: white;
  line-height: 0px;
  text-align: center;
}

.container-section .money-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.container-section .money-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.container-section .money-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 1080px) {
  .container-section .money-section {
    width: 100vw;
  }

  .container-section .money-section .title {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 575.98px) {
  .container-section .video-section {
    display: none;
  }

  .container-section .video-section-mobile {
    display: block;
  }

  .container-section .money-section {
    width: 100%;
  }

  .container-section .money-section .title {
    font-size: 24px;
  }
}

.main-bg .reach-section {
  position: absolute;
  width: 100vw;
  height: calc(100vh - 120px);
  top: 80px;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
  flex-wrap: wrap;
}

.main-bg .reach-section .title-section {
  color: white;
  width: 100%;
  height: 100%;
}

.main-bg .reach-section .title-section .title {
  font-size: 36px;
  font-family: "Montserrat Medium", sans-serif;
  text-align: center;
}

.main-bg .reach-section .title-section .more-info-text {
  font-size: 16px;
  font-family: "Montserrat Light", sans-serif;
}

.main-bg .reach-section .title-section .mouse-img {
  width: 60px;
}

.main-bg .reach-section .content-section .block-section {
  display: flex;
}

.main-bg .reach-section .content-section .block-section .text-section {
  background: rgba(255, 255, 255, 0.9019607843);
  width: 50%;
}

.main-bg .reach-section .content-section .block-section .text-section .sub-title-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #8bc53f;
}

.main-bg .reach-section .content-section .block-section .text-section .sub-title-section .sub-title {
  color: white;
  font-size: 21px;
  font-family: "Montserrat SemiBold", sans-serif;
  margin-bottom: 0px;
  margin-left: 70px;
}

.main-bg .reach-section .content-section .block-section .text-section .description-section {
  padding: 50px 70px;
}

.main-bg .reach-section .content-section .block-section .text-section .description-section .description {
  font-size: 16px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 24px;
  color: #003366;
  text-align: justify;
  margin-bottom: 0px;
}

.main-bg .reach-section .content-section .block-section .text-section .button-section {
  display: flex;
  justify-content: space-between;
}

.main-bg .reach-section .content-section .block-section .text-section .button-section a {
  width: 48%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #003366;
  color: white;
  border-radius: 10rem;
  font-size: 16px;
  font-family: "Montserrat Regular", sans-serif;
  cursor: pointer;
  border: 0.1rem solid #003366;
  text-decoration: none;
  text-align: center;
}

.main-bg .reach-section .content-section .block-section .text-section .button-section a:hover {
  background: #8bc53f;
  border: 0.1rem solid #8bc53f;
}

.main-bg .reach-section .content-section .block-section .icon-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.main-bg .reach-section .content-section .block-section .icon-section img {
  width: 240px;
}

@media only screen and (max-width: 1080px) {
  .main-bg .reach-section .title-section .title {
    font-size: 24px;
  }

  .main-bg .reach-section .title-section .more-info-text {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .main-bg .reach-section .content-section .block-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main-bg .reach-section .content-section .block-section .text-section {
    width: 100%;
  }

  .main-bg .reach-section .content-section .block-section .text-section .sub-title-section .sub-title {
    margin-left: 60px;
  }

  .main-bg .reach-section .content-section .block-section .text-section .description-section {
    padding: 40px 60px;
  }

  .main-bg .reach-section .content-section .block-section .text-section .description-section .button-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-bg .reach-section .content-section .block-section .text-section .description-section .button-section a {
    width: 40%;
  }

  .main-bg .reach-section .content-section .block-section .icon-section {
    display: none;
  }

  .main-bg .reach-section .content-section .block-section .icon-mobile {
    display: block !important;
    width: 100px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 575.98px) {
  .main-bg .video-section {
    display: none;
  }

  .main-bg .video-section-mobile {
    display: block;
  }

  .main-bg .reach-section .title-section .title {
    font-size: 24px;
  }

  .main-bg .reach-section .content-section .block-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main-bg .reach-section .content-section .block-section .text-section {
    width: 100%;
  }

  .main-bg .reach-section .content-section .block-section .text-section .sub-title-section .sub-title {
    margin-left: 25px;
  }

  .main-bg .reach-section .content-section .block-section .text-section .description-section {
    padding: 40px 25px;
  }

  .main-bg .reach-section .content-section .block-section .text-section .description-section .button-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-bg .reach-section .content-section .block-section .text-section .description-section .button-section a {
    width: 80%;
  }

  .main-bg .reach-section .content-section .block-section .icon-section {
    display: none;
  }

  .main-bg .reach-section .content-section .block-section .icon-mobile {
    display: block !important;
    width: 120px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.main-bg .container-section {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow-y: scroll;
}

.main-bg .container-section .video-section {
  position: absolute;
  width: 100%;
  height: calc(100vh - 120px);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.main-bg .container-section .video-section-mobile {
  position: absolute;
  display: none;
  width: 100%;
  height: calc(100vh - 120px);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.main-bg .container-section .menu-bg {
  position: absolute;
  width: 100%;
  top: 80px;
  height: calc(100vh - 120px);
  -o-object-fit: cover;
     object-fit: cover;
}

.main-bg .container-section .menu-bg-mobile {
  position: absolute;
  width: 100%;
  height: calc(100vh - 120px);
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}

.main-bg .container-section .ehealth-section {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  top: 80px;
  align-items: center;
  z-index: 2;
  overflow-y: scroll;
  min-height: calc(100vh - 120px);
  height: calc(100vh - 120px);
}

.main-bg .container-section .ehealth-section .ehealth-section-content {
  width: 90vw;
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-bg .container-section .ehealth-section .icon {
  width: 120px;
}

.main-bg .container-section .ehealth-section .thanks-icon {
  width: 300px;
}

.main-bg .container-section .ehealth-section .reviewing-title {
  font-size: 18px;
  font-family: "Montserrat SemiBold", sans-serif;
  margin-bottom: 40px;
  color: white;
  text-align: center;
}

.main-bg .container-section .ehealth-section .title {
  font-size: 28px;
  font-family: "Montserrat Medium", sans-serif;
  margin-top: 40px;
  margin-bottom: 40px;
  color: white;
  text-align: center;
}

.main-bg .container-section .ehealth-section .subtitle {
  font-size: 16px;
  font-family: "Montserrat Regular", sans-serif;
  color: white;
  text-align: center;
}

.main-bg .ehealth-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.main-bg .ehealth-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.main-bg .ehealth-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 1080px) {
  .main-bg .container-section .ehealth-section {
    width: 100vw;
  }

  .main-bg .container-section .ehealth-section .title {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 575.98px) {
  .main-bg .container-section .video-section {
    display: none;
  }

  .main-bg .container-section .video-section-mobile {
    display: block;
  }

  .main-bg .container-section .menu-bg {
    display: none;
  }

  .main-bg .container-section .menu-bg-mobile {
    display: block;
  }
}

body {
  font-family: "DinPro", sans-serif;
  background-color: #003366;
}

.terms-body {
  width: 100%;
  height: 100vh;
}

.terms-body .scroll-body {
  width: 50%;
  height: 94vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  border-radius: 10px;
}

.terms-body .scroll-body .main-body {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -47vh);
  background-color: white;
  padding: 50px 50px;
}

.terms-body .scroll-body .main-body .main-title {
  font-size: 24px;
  padding-bottom: 16px;
  font-weight: bold;
}

.terms-body .scroll-body .main-body .sub-body .sub-title {
  font-size: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  font-weight: bold;
}

.terms-body .scroll-body .main-body .sub-body .sub-section {
  font-size: 16px;
  text-align: justify;
}

.terms-body .scroll-body .main-body .sub-body .sub-section .para-list {
  padding-left: 16px;
}

.terms-body .scroll-body .main-body .sub-body .sub-section .para-list li {
  padding-left: 20px;
}

@media only screen and (max-width: 1080px) {
  .terms-body .scroll-body {
    width: 70%;
  }
}

@media only screen and (max-width: 575.98px) {
  .terms-body .scroll-body {
    height: 80vh;
    width: 90%;
  }

  .terms-body .scroll-body .main-body {
    padding: 30px;
    transform: translate(-50%, -40vh);
  }
}

body {
  font-family: "DinPro", sans-serif;
  background-color: #003366;
}

.policy-body {
  width: 100%;
  height: 100vh;
}

.policy-body .scroll-body {
  width: 50%;
  height: 94vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  border-radius: 10px;
}

.policy-body .scroll-body .main-body {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -47vh);
  background-color: white;
  padding: 50px 50px;
}

.policy-body .scroll-body .main-body .main-title {
  font-size: 24px;
  padding-bottom: 16px;
  font-weight: bold;
}

.policy-body .scroll-body .main-body .sub-body .sub-title {
  font-size: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  font-weight: bold;
}

.policy-body .scroll-body .main-body .sub-body .sub-section {
  font-size: 16px;
  text-align: justify;
}

.policy-body .scroll-body .main-body .sub-body .sub-section .para-list {
  padding-left: 16px;
}

.policy-body .scroll-body .main-body .sub-body .sub-section .para-list li {
  padding-left: 20px;
}

@media only screen and (max-width: 1080px) {
  .policy-body .scroll-body {
    width: 70%;
  }
}

@media only screen and (max-width: 575.98px) {
  .policy-body .scroll-body {
    height: 80vh;
    width: 90%;
  }

  .policy-body .scroll-body .main-body {
    padding: 30px;
    transform: translate(-50%, -40vh);
  }
}

body {
  font-family: "DinPro", sans-serif;
  background-color: #003366;
}

.protection-body {
  width: 100%;
  height: 100vh;
}

.protection-body .scroll-body {
  width: 50%;
  height: 94vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  border-radius: 10px;
}

.protection-body .scroll-body .main-body {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -47vh);
  background-color: white;
  padding: 50px 50px;
}

.protection-body .scroll-body .main-body .main-title {
  font-size: 24px;
  padding-bottom: 16px;
  font-weight: bold;
}

.protection-body .scroll-body .main-body .sub-body .sub-title {
  font-size: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  font-weight: bold;
}

.protection-body .scroll-body .main-body .sub-body .sub-section {
  font-size: 16px;
  text-align: justify;
}

.protection-body .scroll-body .main-body .sub-body .sub-section .para-list {
  padding-left: 16px;
}

.protection-body .scroll-body .main-body .sub-body .sub-section .para-list li {
  padding-left: 20px;
}

.protection-body .scroll-body .main-body .sub-body .sub-section .para-list-digit {
  list-style-type: decimal;
  padding-left: 16px;
}

.protection-body .scroll-body .main-body .sub-body .sub-section .para-list-digit li {
  padding-left: 20px;
}

.protection-body .scroll-body .main-body .sub-body .sub-section table,
.protection-body .scroll-body .main-body .sub-body .sub-section tr,
.protection-body .scroll-body .main-body .sub-body .sub-section td,
.protection-body .scroll-body .main-body .sub-body .sub-section th {
  border: 1px solid black;
  text-align: left;
}

.protection-body .scroll-body .main-body .sub-body .sub-section td,
.protection-body .scroll-body .main-body .sub-body .sub-section th {
  padding: 8px;
}

.protection-body .scroll-body .main-body .sub-body .sub-section th {
  background-color: rgba(0, 60, 113, 0.3019607843);
}

@media only screen and (max-width: 1080px) {
  .protection-body .scroll-body {
    width: 70%;
  }
}

@media only screen and (max-width: 575.98px) {
  .protection-body .scroll-body {
    height: 80vh;
    width: 90%;
  }

  .protection-body .scroll-body .main-body {
    padding: 30px;
    transform: translate(-50%, -40vh);
  }
}

.application-section {
  width: 100%;
  height: calc(100vh - 120px);
  position: absolute;
  top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  z-index: 2;
  font-size: 12px;
  font-family: "DinPro", sans-serif;
}

.application-section .application-section-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  min-height: calc(100vh - 120px);
  justify-content: center;
}

.application-section .visa-section {
  min-width: 40%;
}

.application-section .visa-section .visa-section-item {
  padding: 0 40px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.application-section .click-here-button {
  width: 100%;
  max-width: 300px;
  min-width: 300px;
  height: 44px;
  background: #003366;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border-radius: 10rem;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  border: none;
  cursor: pointer;
}

.application-section .click-here-button:hover {
  background: #00a9ea !important;
  color: white !important;
}

.application-section .click-here-button:focus,
.application-section .click-here-button:active {
  background: #003366;
  color: white;
  border-color: #003366 !important;
  outline: none;
  box-shadow: none;
}

.application-section .click-here-button.disabled,
.application-section .click-here-button:disabled,
.application-section .click-here-button[disabled] {
  opacity: 1 !important;
}

.application-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.application-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.application-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

.checklists-section {
  width: 100%;
  height: calc(100vh - 120px);
  position: absolute;
  top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  z-index: 2;
}

.checklists-section .checklists-section-content .checklists-section-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 120px);
}

.checklists-section .main-title {
  font-size: 21px;
  font-family: "DinPro Medium", sans-serif;
  height: 50px;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.checklists-section .form-section {
  width: 680px;
}

.checklists-section .form-section .form-label {
  font-size: 12px;
  margin-left: 28px;
}

.checklists-section .form-section .form-group .form-control {
  background: rgba(255, 255, 255, 0.1490196078);
  border: none;
  border-radius: 10rem;
  box-shadow: none;
  height: 44px;
  font-weight: 400;
  outline: medium none;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  line-height: 1.4;
  color: white;
  transition: all 0.2s ease-in-out;
}

.checklists-section .form-section .form-group .form-control:-webkit-autofill,
.checklists-section .form-section .form-group .form-control:-webkit-autofill:hover,
.checklists-section .form-section .form-group .form-control:-webkit-autofill:focus {
  caret-color: white;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px rgba(33, 44, 88, 0.2509803922) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.checklists-section .form-section .form-group .form-control:hover,
.checklists-section .form-section .form-group .form-control:focus {
  box-shadow: none;
}

.checklists-section .form-section .form-group .form-control::-webkit-input-placeholder {
  color: white !important;
}

.checklists-section .form-section .form-group .form-control::-moz-placeholder {
  color: white !important;
}

.checklists-section .form-section .form-group .form-control:-moz-placeholder {
  color: white !important;
}

.checklists-section .form-section .form-group .form-control:-ms-input-placeholder {
  color: white !important;
}

.checklists-section .form-section .form-group .info-box {
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 44px;
}

.checklists-section .form-section .form-group .info-box .center-select {
  background-color: rgba(255, 255, 255, 0.1490196078);
  border-radius: 23px;
}

.checklists-section .form-section .form-group .offices-body {
  width: 100%;
}

.checklists-section .form-section .form-group .offices-body .country-flag {
  padding-top: 6px;
  width: 120px;
}

.checklists-section .form-section .form-group .offices-body p {
  color: white;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
  margin-left: 30px;
}

.checklists-section .form-section .form-group .offices-body label {
  color: white;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
}

.checklists-section .form-section .form-group .offices-body span {
  color: white;
  margin-left: 30px;
}

.checklists-section .form-section .form-group .offices-body .country {
  font-family: "DinPro Medium", sans-serif;
}

.checklists-section .form-section .form-group .offices-body .contact-btn-section .contact-btn {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #00a9ea;
  color: #ffffff;
  border-radius: 20px;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  cursor: pointer;
  border: 0.1rem solid #00a9ea;
  text-decoration: none;
}

.checklists-section .form-section .form-group .offices-body .contact-btn-section .contact-btn:hover {
  background: #003366;
  border: 0.1rem solid #003366;
}

.checklists-section .form-section .form-group .prefix-label {
  font-size: 12px;
}

.checklists-section .form-section .form-group .confirm-button {
  width: 100%;
  height: 44px;
  background: #003366;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border-radius: 10rem;
  border: none;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  cursor: pointer;
}

.checklists-section .form-section .form-group .confirm-button:hover {
  background: #00a9ea !important;
  color: white !important;
}

.checklists-section .form-section .form-group .confirm-button:focus,
.checklists-section .form-section .form-group .confirm-button:active {
  background: #003366;
  color: white;
  border-color: #003366 !important;
  outline: none;
  box-shadow: none;
}

.checklists-section .form-section .form-group .confirm-button.disabled,
.checklists-section .form-section .form-group .confirm-button:disabled,
.checklists-section .form-section .form-group .confirm-button[disabled] {
  opacity: 1 !important;
}

.checklists-section #document .card {
  border: none;
  border-radius: 0px;
  background-color: transparent;
}

.checklists-section #document .card .card-header {
  border: 0;
  border-radius: 0px;
  padding: 0;
  margin-bottom: 0px !important;
}

.checklists-section #document .card .card-header .btn-header-link {
  color: white;
  display: block;
  text-align: left;
  padding: 20px;
  padding-left: 42px;
  font-size: 18px;
  font-family: "DinPro Medium", sans-serif;
  background: rgba(255, 255, 255, 0.1490196078);
  margin-top: 2px;
  border: none;
  border-radius: 0px;
}

.checklists-section #document .card .card-header .btn-header-link::after {
  content: "\F068";
  font-family: "FontAwesome";
  font-weight: 900;
  float: right;
}

.checklists-section #document .card .card-header .btn-header-link.collapsed {
  color: white;
  background: rgba(255, 255, 255, 0.1490196078);
}

.checklists-section #document .card .card-header .btn-header-link.collapsed::after {
  content: "\F067";
}

.checklists-section #document .card .card-header .btn-header-link:focus,
.checklists-section #document .card .card-header .btn-header-link:active {
  outline: none;
  box-shadow: none;
}

.checklists-section #document .card .card-body {
  padding-left: 42px;
  padding-right: 42px;
  font-size: 16px;
  font-family: "DinPro Light", sans-serif;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.062745098);
  margin-top: 2px;
}

.checklists-section #document .card .collapsing {
  background: rgba(255, 255, 255, 0.062745098);
  line-height: 30px;
  color: white;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
}

.checklists-section #document .card .collapse {
  border: 0;
}

.checklists-section #document .card .collapse.show {
  line-height: 30px;
  color: white;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
}

.checklists-section #document .card:first-child .card-header .btn-header-link {
  margin-top: 0;
}

.checklists-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.checklists-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.checklists-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 787.98px) {
  .checklists-section .form-section {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .checklists-section #document .card .card-body {
    padding: 0;
  }
}

.bvn-section {
  width: 100%;
  height: calc(100vh - 120px);
  position: absolute;
  top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  z-index: 2;
}

.bvn-section .checklists-section-content {
  width: 100%;
}

.bvn-section .checklists-section-content .checklists-section-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 120px);
}

.bvn-section .main-title {
  font-size: 21px;
  font-family: "DinPro Medium", sans-serif;
  height: 50px;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.bvn-section .checklist-section-body {
  width: 50%;
}

.bvn-section .form-section .form-label {
  font-size: 12px;
  margin-left: 28px;
}

.bvn-section .form-section .form-group .form-control {
  background: rgba(255, 255, 255, 0.1490196078);
  border: none;
  border-radius: 10rem;
  box-shadow: none;
  height: 44px;
  font-weight: 400;
  outline: medium none;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  line-height: 1.4;
  color: white;
  transition: all 0.2s ease-in-out;
}

.bvn-section .form-section .form-group .form-control:-webkit-autofill,
.bvn-section .form-section .form-group .form-control:-webkit-autofill:hover,
.bvn-section .form-section .form-group .form-control:-webkit-autofill:focus {
  caret-color: white;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px rgba(33, 44, 88, 0.2509803922) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.bvn-section .form-section .form-group .form-control:hover,
.bvn-section .form-section .form-group .form-control:focus {
  box-shadow: none;
}

.bvn-section .form-section .form-group .form-control::-webkit-input-placeholder {
  color: white !important;
}

.bvn-section .form-section .form-group .form-control::-moz-placeholder {
  color: white !important;
}

.bvn-section .form-section .form-group .form-control:-moz-placeholder {
  color: white !important;
}

.bvn-section .form-section .form-group .form-control:-ms-input-placeholder {
  color: white !important;
}

.bvn-section .form-section .form-group .info-box {
  position: relative;
  width: 100%;
  max-width: 360px;
}

.bvn-section .form-section .form-group .info-box .search-field {
  position: relative;
}

.bvn-section .form-section .form-group .info-box .search-field .search-icon {
  visibility: visible;
  width: 16px;
  position: absolute;
  top: 14px;
  right: 18px;
}

.bvn-section .form-section .form-group .info-box .input-field {
  width: 100%;
  height: 44px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: rgba(255, 255, 255, 0.1490196078);
  border-radius: 20px;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  border: none;
  color: white;
  outline: none;
}

.bvn-section .form-section .form-group .info-box .input-field::-moz-placeholder {
  color: white;
}

.bvn-section .form-section .form-group .info-box .input-field::placeholder {
  color: white;
}

.bvn-section .form-section .form-group .info-box .input-field:hover {
  box-shadow: none;
  border: none;
}

.bvn-section .form-section .form-group .info-box .input-field:focus {
  box-shadow: none;
  border: none;
}

.bvn-section .form-section .form-group .info-box .field-label {
  color: #003366;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 32px;
}

.bvn-section .form-section .form-group .info-box .offices-menus {
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: #b2c8db;
  padding: 12px;
  border-radius: 8px;
  z-index: 1;
  max-height: 500px;
  overflow-y: auto;
}

.bvn-section .form-section .form-group .info-box .offices-menus .office-menu-item {
  display: flex;
  padding: 2px 6px;
  border-radius: 4px;
  cursor: pointer;
  color: #003366;
}

.bvn-section .form-section .form-group .info-box .offices-menus .office-menu-item:hover {
  background-color: #003366;
  color: white;
}

.bvn-section .form-section .form-group .info-box .offices-menus .office-menu-item .office-country {
  min-width: 40%;
}

.bvn-section .form-section .form-group .offices-body {
  width: 100%;
}

.bvn-section .form-section .form-group .offices-body .basic-info {
  display: flex;
}

.bvn-section .form-section .form-group .offices-body .country-flag {
  padding-top: 6px;
  width: 120px;
}

.bvn-section .form-section .form-group .offices-body p {
  color: white;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
  margin-left: 30px;
}

.bvn-section .form-section .form-group .offices-body label {
  color: white;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
}

.bvn-section .form-section .form-group .offices-body span {
  color: white;
  margin-left: 30px;
}

.bvn-section .form-section .form-group .offices-body .country {
  font-family: "DinPro Medium", sans-serif;
}

.bvn-section .form-section .form-group .offices-body .contact-btn-section .contact-btn {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #00a9ea;
  color: #ffffff;
  border-radius: 20px;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  cursor: pointer;
  border: 0.1rem solid #00a9ea;
  text-decoration: none;
}

.bvn-section .form-section .form-group .offices-body .contact-btn-section .contact-btn:hover {
  background: #003366;
  border: 0.1rem solid #003366;
}

.bvn-section .form-section .form-group .prefix-label {
  font-size: 12px;
}

.bvn-section .form-section .form-group .confirm-button {
  width: 100%;
  height: 44px;
  background: #00a9ea;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border-radius: 10rem;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  border: 0.1rem solid #00a9ea;
  cursor: pointer;
}

.bvn-section .form-section .form-group .confirm-button:hover {
  background: #003366 !important;
  color: white !important;
  border-color: #003366 !important;
}

.bvn-section .form-section .form-group .confirm-button:focus,
.bvn-section .form-section .form-group .confirm-button:active {
  background: #003366;
  color: white;
  border-color: #003366 !important;
  outline: none;
  box-shadow: none;
}

.bvn-section .form-section .form-group .confirm-button.disabled,
.bvn-section .form-section .form-group .confirm-button:disabled,
.bvn-section .form-section .form-group .confirm-button[disabled] {
  opacity: 1 !important;
}

.bvn-section #document .card {
  border: none;
  border-radius: 0px;
  background-color: transparent;
}

.bvn-section #document .card .card-header {
  border: 0;
  border-radius: 0px;
  padding: 0;
  margin-bottom: 0px !important;
}

.bvn-section #document .card .card-header .btn-header-link {
  color: white;
  display: block;
  text-align: left;
  padding: 20px;
  padding-left: 42px;
  font-size: 18px;
  font-family: "DinPro Medium", sans-serif;
  background: rgba(255, 255, 255, 0.1490196078);
  margin-top: 2px;
  border: none;
  border-radius: 0px;
}

.bvn-section #document .card .card-header .btn-header-link::after {
  content: "\F068";
  font-family: "FontAwesome";
  font-weight: 900;
  float: right;
}

.bvn-section #document .card .card-header .btn-header-link.collapsed {
  color: white;
  background: rgba(255, 255, 255, 0.1490196078);
}

.bvn-section #document .card .card-header .btn-header-link.collapsed::after {
  content: "\F067";
}

.bvn-section #document .card .card-header .btn-header-link:focus,
.bvn-section #document .card .card-header .btn-header-link:active {
  outline: none;
  box-shadow: none;
}

.bvn-section #document .card .card-body {
  padding-left: 42px;
  padding-right: 42px;
  font-size: 16px;
  font-family: "DinPro Light", sans-serif;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.062745098);
  margin-top: 2px;
}

.bvn-section #document .card .collapsing {
  background: rgba(255, 255, 255, 0.062745098);
  line-height: 30px;
  color: white;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
}

.bvn-section #document .card .collapse {
  border: 0;
}

.bvn-section #document .card .collapse.show {
  line-height: 30px;
  color: white;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
}

.bvn-section #document .card:first-child .card-header .btn-header-link {
  margin-top: 0;
}

.bvn-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.bvn-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.bvn-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 787.98px) {
  .bvn-section .form-section {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bvn-section .form-section .form-group .offices-body .basic-info {
    flex-direction: column;
  }

  .bvn-section #document .card .card-body {
    padding: 0;
  }
}

.nin-section {
  width: 100%;
  height: calc(100vh - 120px);
  position: absolute;
  top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  z-index: 2;
}

.nin-section .checklists-section-content .checklists-section-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 120px);
}

.nin-section .main-title {
  font-size: 21px;
  font-family: "DinPro Medium", sans-serif;
  height: 50px;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.nin-section .form-section {
  width: 680px;
}

.nin-section .form-section .form-label {
  font-size: 12px;
  margin-left: 28px;
}

.nin-section .form-section .form-group .form-control {
  background: rgba(255, 255, 255, 0.1490196078);
  border: none;
  border-radius: 10rem;
  box-shadow: none;
  height: 44px;
  font-weight: 400;
  outline: medium none;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  line-height: 1.4;
  color: white;
  transition: all 0.2s ease-in-out;
}

.nin-section .form-section .form-group .form-control:-webkit-autofill,
.nin-section .form-section .form-group .form-control:-webkit-autofill:hover,
.nin-section .form-section .form-group .form-control:-webkit-autofill:focus {
  caret-color: white;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px rgba(33, 44, 88, 0.2509803922) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.nin-section .form-section .form-group .form-control:hover,
.nin-section .form-section .form-group .form-control:focus {
  box-shadow: none;
}

.nin-section .form-section .form-group .form-control::-webkit-input-placeholder {
  color: white !important;
}

.nin-section .form-section .form-group .form-control::-moz-placeholder {
  color: white !important;
}

.nin-section .form-section .form-group .form-control:-moz-placeholder {
  color: white !important;
}

.nin-section .form-section .form-group .form-control:-ms-input-placeholder {
  color: white !important;
}

.nin-section .form-section .form-group .info-box {
  position: relative;
  width: 100%;
  max-width: 360px;
}

.nin-section .form-section .form-group .info-box .search-field {
  position: relative;
}

.nin-section .form-section .form-group .info-box .search-field .search-icon {
  visibility: visible;
  width: 16px;
  position: absolute;
  top: 14px;
  right: 18px;
}

.nin-section .form-section .form-group .info-box .input-field {
  width: 100%;
  height: 44px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: rgba(255, 255, 255, 0.1490196078);
  border-radius: 20px;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  border: none;
  color: white;
  outline: none;
}

.nin-section .form-section .form-group .info-box .input-field::-moz-placeholder {
  color: white;
}

.nin-section .form-section .form-group .info-box .input-field::placeholder {
  color: white;
}

.nin-section .form-section .form-group .info-box .input-field:hover {
  box-shadow: none;
  border: none;
}

.nin-section .form-section .form-group .info-box .input-field:focus {
  box-shadow: none;
  border: none;
}

.nin-section .form-section .form-group .info-box .field-label {
  color: #003366;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 32px;
}

.nin-section .form-section .form-group .info-box .offices-menus {
  position: absolute;
  top: 0px;
  width: 100%;
  background-color: #b2c8db;
  padding: 12px;
  border-radius: 8px;
  z-index: 1;
  max-height: 500px;
  overflow-y: auto;
}

.nin-section .form-section .form-group .info-box .offices-menus .office-menu-item {
  display: flex;
  padding: 2px 6px;
  border-radius: 4px;
  cursor: pointer;
  color: #003366;
}

.nin-section .form-section .form-group .info-box .offices-menus .office-menu-item:hover {
  background-color: #003366;
  color: white;
}

.nin-section .form-section .form-group .info-box .offices-menus .office-menu-item .office-country {
  min-width: 40%;
}

.nin-section .form-section .form-group .offices-body {
  width: 100%;
}

.nin-section .form-section .form-group .offices-body .basic-info {
  display: flex;
}

.nin-section .form-section .form-group .offices-body .country-flag {
  padding-top: 6px;
  width: 120px;
}

.nin-section .form-section .form-group .offices-body p {
  color: white;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
  margin-left: 30px;
}

.nin-section .form-section .form-group .offices-body label {
  color: white;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
}

.nin-section .form-section .form-group .offices-body span {
  color: white;
  margin-left: 30px;
}

.nin-section .form-section .form-group .offices-body .country {
  font-family: "DinPro Medium", sans-serif;
}

.nin-section .form-section .form-group .offices-body .contact-btn-section .contact-btn {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #00a9ea;
  color: #ffffff;
  border-radius: 20px;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  cursor: pointer;
  border: 0.1rem solid #00a9ea;
  text-decoration: none;
}

.nin-section .form-section .form-group .offices-body .contact-btn-section .contact-btn:hover {
  background: #003366;
  border: 0.1rem solid #003366;
}

.nin-section .form-section .form-group .prefix-label {
  font-size: 12px;
}

.nin-section .form-section .form-group .confirm-button {
  width: 100%;
  height: 44px;
  background: #00a9ea;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border-radius: 10rem;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  border: 0.1rem solid #00a9ea;
  cursor: pointer;
}

.nin-section .form-section .form-group .confirm-button:hover {
  background: #003366 !important;
  color: white !important;
  border-color: #003366 !important;
}

.nin-section .form-section .form-group .confirm-button:focus,
.nin-section .form-section .form-group .confirm-button:active {
  background: #003366;
  color: white;
  border-color: #003366 !important;
  outline: none;
  box-shadow: none;
}

.nin-section .form-section .form-group .confirm-button.disabled,
.nin-section .form-section .form-group .confirm-button:disabled,
.nin-section .form-section .form-group .confirm-button[disabled] {
  opacity: 1 !important;
}

.nin-section #document .card {
  border: none;
  border-radius: 0px;
  background-color: transparent;
}

.nin-section #document .card .card-header {
  border: 0;
  border-radius: 0px;
  padding: 0;
  margin-bottom: 0px !important;
}

.nin-section #document .card .card-header .btn-header-link {
  color: white;
  display: block;
  text-align: left;
  padding: 20px;
  padding-left: 42px;
  font-size: 18px;
  font-family: "DinPro Medium", sans-serif;
  background: rgba(255, 255, 255, 0.1490196078);
  margin-top: 2px;
  border: none;
  border-radius: 0px;
}

.nin-section #document .card .card-header .btn-header-link::after {
  content: "\F068";
  font-family: "FontAwesome";
  font-weight: 900;
  float: right;
}

.nin-section #document .card .card-header .btn-header-link.collapsed {
  color: white;
  background: rgba(255, 255, 255, 0.1490196078);
}

.nin-section #document .card .card-header .btn-header-link.collapsed::after {
  content: "\F067";
}

.nin-section #document .card .card-header .btn-header-link:focus,
.nin-section #document .card .card-header .btn-header-link:active {
  outline: none;
  box-shadow: none;
}

.nin-section #document .card .card-body {
  padding-left: 42px;
  padding-right: 42px;
  font-size: 16px;
  font-family: "DinPro Light", sans-serif;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.062745098);
  margin-top: 2px;
}

.nin-section #document .card .collapsing {
  background: rgba(255, 255, 255, 0.062745098);
  line-height: 30px;
  color: white;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
}

.nin-section #document .card .collapse {
  border: 0;
}

.nin-section #document .card .collapse.show {
  line-height: 30px;
  color: white;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
}

.nin-section #document .card:first-child .card-header .btn-header-link {
  margin-top: 0;
}

.nin-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.nin-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.nin-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 787.98px) {
  .nin-section .form-section {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nin-section .form-section .form-group .offices-body .basic-info {
    flex-direction: column;
  }

  .nin-section #document .card .card-body {
    padding: 0;
  }
}

.container-section .client-section {
  height: calc(100vh - 120px);
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 2;
  top: 80px;
  overflow-y: scroll;
}

.container-section .client-section .video-section {
  min-height: calc(100vh - 120px);
}

.container-section .client-section .video-section-mobile {
  min-height: calc(100vh - 120px);
  top: 80px;
}

.container-section .client-section .menu-bg {
  min-height: calc(100vh - 120px);
}

.container-section .client-section .menu-bg-mobile {
  min-height: calc(100vh - 120px);
  top: 80px;
}

.container-section .client-section .client-section-content {
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-section .client-section .client-section-content .main-title {
  font-size: 21px;
  font-family: "DinPro Medium", sans-serif;
  height: 50px;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.container-section .client-section .icon {
  width: 120px;
}

.container-section .client-section .title {
  font-size: 28px;
  font-family: "Montserrat Medium", sans-serif;
  margin-top: 40px;
  margin-bottom: 40px;
  color: white;
  text-align: center;
}

.container-section .client-section .subtitle {
  font-size: 16px;
  font-family: "Montserrat Regular", sans-serif;
  color: white;
  line-height: 0px;
  text-align: center;
}

@media only screen and (max-width: 1080px) {
  .container-section .client-section .title {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 575.98px) {
  .container-section .video-section {
    display: none;
  }

  .container-section .video-section-mobile {
    display: block;
  }
}

.client-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.client-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.client-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

.admin-profile-section {
  width: 100vw;
  height: calc(100vh - 120px);
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
}

.admin-profile-section .profile-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
  width: 50vw;
  min-width: 630px;
}

.admin-profile-section .profile-body .main-title {
  font-size: 21px;
  font-family: "DinPro Medium", sans-serif;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.admin-profile-section .profile-body .my-profile-part {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.admin-profile-section .profile-body .my-profile-part .info-details {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  width: 100%;
}

.admin-profile-section .profile-body .my-profile-part .info-details .info-detail {
  display: flex;
  border-top: 2px solid transparent;
  height: 48px;
  gap: 2px;
  width: 100%;
}

.admin-profile-section .profile-body .my-profile-part .info-details .info-detail .info-head {
  width: 33.3%;
  background-color: #003366;
  display: flex;
  padding-left: 30px;
  align-items: center;
}

.admin-profile-section .profile-body .my-profile-part .info-details .info-detail .info-value {
  width: 66.6%;
  background-color: #266ea5;
  display: flex;
  align-items: center;
}

.admin-profile-section .profile-body .my-profile-part .info-details .info-detail .info-value .form-input-custom {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  background-color: transparent;
  outline: none;
  border: none;
  color: white;
}

.admin-profile-section .profile-body .my-profile-part .info-details .info-detail .info-value .form-select-custom.select-left-icon .select-selected {
  padding-left: 7px;
  gap: 8px;
}

.admin-profile-section .profile-body .my-profile-part .info-details .info-detail .info-value .form-select-custom {
  width: 100%;
}

.admin-profile-section .profile-body .my-profile-part .info-details .info-detail .info-value .phone-code-select {
  width: 30%;
  height: 100%;
}

.admin-profile-section .profile-body .my-profile-part .info-details .info-detail .info-value .phone-code-input {
  width: 70%;
  padding-left: 0;
}

.admin-profile-section .profile-body .my-profile-part .info-details .center-part .info-value {
  justify-content: space-between;
  padding: 0 35px;
}

.admin-profile-section .profile-body .my-profile-part .info-details .center-part .info-value img {
  cursor: pointer;
  width: 20px;
}

.admin-profile-section .profile-body .my-access-part {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.admin-profile-section .profile-body .my-access-part .access-detail-group {
  display: flex;
  gap: 2px;
}

.admin-profile-section .profile-body .my-access-part .access-detail-group .access-detail {
  display: flex;
  width: 50%;
  background-color: #003366;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  height: 46px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.admin-profile-section .profile-body .my-access-part .access-detail-group .access-detail:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.admin-profile-section .profile-body .my-access-part .access-detail-group .active {
  background-color: #00a9ea;
}

.admin-profile-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.admin-profile-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.admin-profile-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 1080px) {
  .admin-profile-section .profile-body {
    min-width: 70%;
  }
}

@media only screen and (max-width: 575.98px) {
  .admin-profile-section .profile-body {
    min-width: 100%;
  }
}

.admin-manager-section {
  width: 100vw;
  height: calc(100vh - 120px);
  margin-top: 80px;
  display: flex;
  overflow-y: auto;
  padding-bottom: 30px;
}

.admin-manager-section .manager-body {
  width: 50vw;
  margin-left: 25vw;
}

.admin-manager-section .manager-body .info-details-part {
  max-height: 500px;
  overflow-y: auto;
}

.admin-manager-section .manager-body .info-details-part .info-detail-item {
  border-top: 1px solid #266ea5;
  border-bottom: 1px solid #266ea5;
  padding: 5px 30px;
  background-color: #003366;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  gap: 10px;
}

.admin-manager-section .manager-body .info-details-part .info-detail-item:hover {
  background-color: #266ea5;
  transition: 0.3s;
}

.admin-manager-section .manager-body .main-title {
  font-size: 21px;
  font-family: "DinPro Medium", sans-serif;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.admin-manager-section .manager-body .button-part {
  width: 100%;
  display: none;
  justify-content: center;
}

.admin-manager-section .manager-body .button-part button {
  height: 44px;
  width: 300px;
  border-radius: 10rem;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  cursor: pointer;
  background-color: #003366;
  border: none;
  color: white;
  transition: 0.3s;
  outline: none;
}

.admin-manager-section .manager-body .button-part button:hover {
  background-color: #00a9ea;
  transition: 0.3s;
}

.admin-manager-section .manager-body .my-profile-part {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 30px;
}

.admin-manager-section .manager-body .my-profile-part .info-details {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  width: 100%;
}

.admin-manager-section .manager-body .my-profile-part .info-details .info-detail {
  display: flex;
  border-top: 2px solid transparent;
  height: 48px;
  gap: 2px;
  width: 100%;
}

.admin-manager-section .manager-body .my-profile-part .info-details .info-detail .info-head {
  width: 33.3%;
  background-color: #003366;
  display: flex;
  padding-left: 30px;
  align-items: center;
}

.admin-manager-section .manager-body .my-profile-part .info-details .info-detail .info-value {
  width: 66.6%;
  background-color: #266ea5;
  display: flex;
  align-items: center;
}

.admin-manager-section .manager-body .my-profile-part .info-details .info-detail .info-value .center-select {
  width: 100%;
}

.admin-manager-section .manager-body .my-profile-part .info-details .info-detail .info-value .form-input-custom {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  background-color: transparent;
  outline: none;
  border: none;
  color: white;
}

.admin-manager-section .manager-body .my-profile-part .info-details .info-detail .info-value .form-select-custom {
  width: 100%;
}

.admin-manager-section .manager-body .my-profile-part .info-details .info-detail .info-value .form-select-custom.select-left-icon .select-selected {
  padding-left: 7px;
  gap: 8px;
}

.admin-manager-section .manager-body .my-profile-part .info-details .info-detail .info-value .phone-code-select {
  width: 40%;
  height: 100%;
}

.admin-manager-section .manager-body .my-profile-part .info-details .info-detail .info-value .phone-code-input {
  width: 60%;
  padding-left: 0;
}

.admin-manager-section .manager-body .my-profile-part .info-details .center-part .info-value {
  justify-content: space-between;
  padding: 0 35px;
}

.admin-manager-section .manager-body .my-profile-part .info-details .center-part .info-value img {
  cursor: pointer;
  width: 20px;
}

.admin-manager-section .manager-body .arrow-body {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
}

.admin-manager-section .manager-body .arrow-body > div {
  display: flex;
  gap: 15px;
  align-items: center;
  cursor: pointer;
}

.admin-manager-section .manager-body .arrow-index-body {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
}

.admin-manager-section .manager-body .arrow-index-body > div {
  display: flex;
  gap: 15px;
  align-items: center;
  cursor: pointer;
}

.admin-manager-section .manager-body .roles-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 35px;
}

.admin-manager-section .manager-body .roles-section .my-access-part {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.admin-manager-section .manager-body .roles-section .my-access-part .access-detail-group {
  display: flex;
  gap: 2px;
}

.admin-manager-section .manager-body .roles-section .my-access-part .access-detail-group .access-detail {
  display: flex;
  width: 50%;
  background-color: #003366;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  height: 46px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.admin-manager-section .manager-body .roles-section .my-access-part .access-detail-group .access-detail:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.admin-manager-section .manager-body .roles-section .my-access-part .access-detail-group .active {
  background-color: #00a9ea;
}

.admin-manager-section .manager-body .info-button {
  display: none;
  gap: 20px;
}

.admin-manager-section .manager-body .admin-log-body {
  padding-bottom: 30px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  max-height: 300px;
  overflow-y: auto;
}

.admin-manager-section .manager-body .admin-log-body .log-detail {
  width: 100%;
  display: flex;
  font-size: 15px;
  margin-top: 1px;
}

.admin-manager-section .manager-body .admin-log-body .log-detail div {
  display: flex;
  align-items: center;
  padding: 5px 10px;
}

.admin-manager-section .manager-body .admin-log-body .log-detail .log-user {
  width: 30%;
  background-color: #003366;
}

.admin-manager-section .manager-body .admin-log-body .log-detail .log-action {
  width: 40%;
  background-color: #266ea5;
}

.admin-manager-section .manager-body .admin-log-body .log-detail .log-time {
  width: 40%;
  background-color: #00447e;
}

.admin-manager-section .manager-right-body {
  width: 25vw;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.admin-manager-section .manager-right-body .right-button {
  width: 150px;
  background-color: #003366;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  font-family: "DinPro", sans-serif;
  font-size: 14px;
}

.admin-manager-section .manager-right-body .right-button:hover:not(.disabled) {
  background-color: #00a9ea;
  transition: 0.3s;
}

.admin-manager-section .manager-right-body .right-button:not(:first-child) {
  margin-top: 2px;
}

.admin-manager-section .manager-right-body .right-button.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.admin-manager-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.admin-manager-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.admin-manager-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 1080px) {
  .admin-manager-section .manager-body {
    width: 70%;
    margin-left: 15%;
  }

  .admin-manager-section .manager-body .button-part {
    display: flex;
    gap: 10px;
  }

  .admin-manager-section .manager-body .my-profile-part .info-button {
    display: flex;
  }

  .admin-manager-section .manager-right-body {
    display: none;
  }
}

@media only screen and (max-width: 575.98px) {
  .admin-manager-section .manager-body {
    width: 100%;
    margin-left: 0;
  }
}

.client-manager-section {
  width: 100vw;
  height: calc(100vh - 120px);
  margin-top: 80px;
  display: flex;
  overflow-y: auto;
}

.client-manager-section .manager-body {
  padding-bottom: 30px;
  width: 90vw;
  margin-left: 5vw;
}

.client-manager-section .manager-body .main-title {
  font-size: 21px;
  font-family: "DinPro Medium", sans-serif;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.client-manager-section .manager-body .filter-section {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
}

.client-manager-section .manager-body .filter-section .filter-left-section input {
  background-color: transparent;
  outline: none;
  padding: 3px 7px;
  border: none;
  color: white;
}

.client-manager-section .manager-body .filter-section .filter-right-section {
  display: flex;
  justify-content: right;
  gap: 10px;
  align-items: center;
}

.client-manager-section .manager-body .filter-section .filter-right-section .export-but {
  background-color: #003366;
  padding: 5px 10px;
  border-radius: 10px;
  cursor: pointer;
}

.client-manager-section .manager-body .filter-section .filter-right-section .export-but:hover {
  opacity: 0.7;
}

.client-manager-section .manager-body .filter-section .filter-right-section i {
  cursor: pointer;
}

.client-manager-section .manager-body .filter-section .filter-right-section i:hover {
  opacity: 0.7;
}

.client-manager-section .manager-body .table-section {
  margin-top: 10px;
  overflow-x: auto;
}

.client-manager-section .manager-body .table-section::-webkit-scrollbar {
  height: 10px;
  cursor: pointer;
}

.client-manager-section .manager-body .table-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.client-manager-section .manager-body .table-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

.client-manager-section .manager-body .table-section .manager-table {
  width: 100%;
}

.client-manager-section .manager-body .table-section .manager-table th,
.client-manager-section .manager-body .table-section .manager-table td {
  padding: 5px 5px;
  text-align: center;
}

.client-manager-section .manager-body .table-section .manager-table th {
  background-color: #003366;
}

.client-manager-section .manager-body .table-section .manager-table th:nth-of-type(3) {
  min-width: 80px;
}

.client-manager-section .manager-body .table-section .manager-table th:nth-of-type(4) {
  min-width: 150px;
}

.client-manager-section .manager-body .table-section .manager-table th:nth-of-type(5) {
  min-width: 200px;
}

.client-manager-section .manager-body .table-section .manager-table th:nth-of-type(6) {
  min-width: 300px;
}

.client-manager-section .manager-body .table-section .manager-table th:nth-of-type(7) {
  min-width: 150px;
}

.client-manager-section .manager-body .table-section .manager-table th:nth-of-type(8) {
  min-width: 100px;
}

.client-manager-section .manager-body .table-section .manager-table th:nth-of-type(9) {
  min-width: 200px;
}

.client-manager-section .manager-body .table-section .manager-table tbody tr {
  cursor: pointer;
  transition: 0.3s;
}

.client-manager-section .manager-body .table-section .manager-table tbody tr:hover {
  background-color: #003366;
  transition: 0.3s;
}

.client-manager-section .manager-body .table-section tr,
.client-manager-section .manager-body .table-section th,
.client-manager-section .manager-body .table-section td {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.client-manager-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.client-manager-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.client-manager-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 1080px) {
  .client-manager-section .manager-body {
    width: 90%;
    margin-left: 5%;
  }

  .client-manager-section .manager-right-body {
    display: none;
  }
}

@media only screen and (max-width: 575.98px) {
  .client-manager-section .manager-body {
    width: 100%;
    margin-left: 0;
  }
}

.client-manager-detail {
  width: 100vw;
  height: calc(100vh - 120px);
  margin-top: 80px;
  display: flex;
  overflow-y: auto;
}

.client-manager-detail .manager-body {
  padding-bottom: 30px;
  width: 50vw;
  margin-left: 25vw;
}

.client-manager-detail .manager-body .main-title {
  font-size: 21px;
  font-family: "DinPro Medium", sans-serif;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.client-manager-detail .manager-body .my-profile-part {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 35px;
  margin-top: 30px;
}

.client-manager-detail .manager-body .my-profile-part .info-details {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  width: 100%;
}

.client-manager-detail .manager-body .my-profile-part .info-details .info-detail {
  display: flex;
  border-top: 2px solid transparent;
  height: 48px;
  gap: 2px;
  width: 100%;
}

.client-manager-detail .manager-body .my-profile-part .info-details .info-detail .info-head {
  width: 33.3%;
  background-color: #003366;
  display: flex;
  padding-left: 30px;
  align-items: center;
}

.client-manager-detail .manager-body .my-profile-part .info-details .info-detail .info-value {
  width: 66.6%;
  background-color: #266ea5;
  display: flex;
  align-items: center;
}

.client-manager-detail .manager-body .my-profile-part .info-details .info-detail .info-value .form-input-custom {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  background-color: transparent;
  outline: none;
  border: none;
  color: white;
}

.client-manager-detail .manager-body .my-profile-part .info-details .info-detail .info-value .phone-code-select {
  width: 40%;
  height: 100%;
}

.client-manager-detail .manager-body .my-profile-part .info-details .info-detail .info-value .phone-code-input {
  width: 60%;
  padding-left: 0;
}

.client-manager-detail .manager-body .my-profile-part .info-details .info-detail .info-value .form-select-custom.select-left-icon .select-selected {
  padding-left: 7px;
  gap: 8px;
}

.client-manager-detail .manager-body .my-profile-part .info-details .info-detail .info-value .form-select-custom {
  width: 100%;
}

.client-manager-detail .manager-body .my-profile-part .info-button {
  display: none;
  justify-content: center;
  gap: 15px;
}

.client-manager-detail .manager-body .my-profile-part .info-button button {
  height: 44px;
  width: 300px;
  border-radius: 10rem;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  cursor: pointer;
  background-color: #003366;
  border: none;
  color: white;
  transition: 0.3s;
  outline: none;
}

.client-manager-detail .manager-body .my-profile-part .info-button button:hover {
  background-color: #00a9ea;
  transition: 0.3s;
}

.client-manager-detail .manager-right-body {
  width: 25vw;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.client-manager-detail .manager-right-body .right-button {
  width: 150px;
  background-color: #003366;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  font-family: "DinPro", sans-serif;
  font-size: 14px;
}

.client-manager-detail .manager-right-body .right-button:hover:not(.disabled) {
  background-color: #00a9ea;
  transition: 0.3s;
}

.client-manager-detail .manager-right-body .right-button:not(:first-child) {
  margin-top: 2px;
}

.client-manager-detail .manager-right-body .right-button.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.client-manager-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.client-manager-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.client-manager-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 1080px) {
  .client-manager-detail .manager-body {
    width: 70%;
    margin-left: 15%;
  }

  .client-manager-detail .manager-body .my-profile-part .info-button {
    display: flex;
  }

  .client-manager-detail .manager-right-body {
    display: none;
  }
}

@media only screen and (max-width: 575.98px) {
  .client-manager-detail .manager-body {
    width: 100%;
    margin-left: 0;
  }

  .client-manager-detail .manager-body .my-profile-part .info-button {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .client-manager-detail .manager-body .my-profile-part .info-button button {
    width: 80%;
  }
}

.mail-manager-section {
  width: 100vw;
  height: calc(100vh - 120px);
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
}

.mail-manager-section .manager-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
  width: 50vw;
}

.mail-manager-section .manager-body .main-title {
  font-size: 21px;
  font-family: "DinPro Medium", sans-serif;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.mail-manager-section .manager-body .content-panel-part {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.mail-manager-section .manager-body .content-panel-part .content-panel {
  width: 25%;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003366;
  border: 1px solid #005695;
  cursor: pointer;
  transition: 0.3s;
}

.mail-manager-section .manager-body .content-panel-part .content-panel:hover {
  transition: 0.3s;
  background-color: #00a9ea;
}

.mail-manager-section .manager-body .content-panel-part .content-panel.active {
  background-color: #00a9ea;
}

.mail-manager-section .manager-body .content-edit-body {
  width: 100%;
  margin-top: 30px;
  border: 1px solid #003366;
}

.mail-manager-section .manager-body .content-edit-body .mail-header {
  width: 100%;
  height: 80px;
  background-color: #003366;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.mail-manager-section .manager-body .content-edit-body .mail-header .mail-header-logo {
  width: 50px;
}

.mail-manager-section .manager-body .content-edit-body .mail-header .mail-header-title {
  font-size: 22px;
}

.mail-manager-section .manager-body .content-edit-body .mail-back {
  width: 100%;
}

.mail-manager-section .manager-body .content-edit-body .mail-back img {
  width: 100%;
}

.mail-manager-section .manager-body .content-edit-body .mail-edit-text {
  background-color: #338dc9;
  padding: 30px 30px;
  font-family: sans-serif;
  font-size: 14px;
}

.mail-manager-section .manager-body .content-edit-body .mail-edit-text .mail-text .mail-text-para {
  padding-bottom: 20px;
}

.mail-manager-section .manager-body .content-edit-body .mail-edit-text .mail-text .mail-text-para span {
  outline: none;
}

.mail-manager-section .manager-body .content-edit-body .mail-edit-text .mail-confirm-button {
  display: flex;
  justify-content: center;
}

.mail-manager-section .manager-body .content-edit-body .mail-edit-text .mail-confirm-button button {
  outline: none;
  border: none;
  width: 250px;
  border-radius: 25px;
  height: 40px;
  background-color: #003366;
  color: white;
  font-size: 15px;
}

.mail-manager-section .manager-body .content-edit-body .mail-footer {
  background-color: #005696;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.mail-manager-section .manager-body .content-edit-body .mail-footer .mail-footer-first {
  display: flex;
  gap: 30px;
  align-items: center;
}

.mail-manager-section .manager-body .content-edit-body .mail-footer .mail-footer-first .mail-footer-top-left {
  display: flex;
  gap: 20px;
  font-size: 14px;
}

.mail-manager-section .manager-body .content-edit-body .mail-footer .mail-footer-first .mail-footer-top-left .mail-click {
  color: #338dc9;
}

.mail-manager-section .manager-body .content-edit-body .mail-footer .mail-footer-first .mail-footer-top-right {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 14px;
}

.mail-manager-section .manager-body .content-edit-body .mail-footer .mail-footer-first .mail-footer-top-right .mail-social-icons {
  display: flex;
  gap: 15px;
}

.mail-manager-section .manager-body .content-edit-body .mail-footer .mail-footer-first .mail-footer-top-right .mail-social-icons .mail-social-icon img {
  width: 30px;
}

.mail-manager-section .manager-body .content-edit-body .mail-footer .mail-footer-second {
  display: flex;
  gap: 10px;
  font-size: 13px;
}

.mail-manager-section .manager-body .content-edit-body .mail-footer .mail-footer-second .mail-terms-text {
  color: #338dc9;
}

.mail-manager-section .manager-body .content-edit-body .mail-bottom-bar {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #003366;
  font-size: 12px;
}

.mail-manager-section .manager-body .content-edit-body .mail-bottom-bar a {
  color: #338dc9;
}

.mail-manager-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.mail-manager-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.mail-manager-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 1080px) {
  .mail-manager-section .manager-body {
    width: 70%;
  }
}

@media only screen and (max-width: 575.98px) {
  .mail-manager-section .manager-body {
    width: 100%;
  }
}

.content-manager-section {
  width: 100vw;
  height: calc(100vh - 120px);
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
}

.content-manager-section .manager-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
  width: 50vw;
}

.content-manager-section .manager-body .main-titles {
  font-size: 21px;
  font-family: "DinPro Medium", sans-serif;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.content-manager-section .manager-body .content-panel-part {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.content-manager-section .manager-body .content-panel-part .content-panel {
  width: 25%;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003366;
  border: 1px solid #005695;
  cursor: pointer;
  transition: 0.3s;
}

.content-manager-section .manager-body .content-panel-part .content-panel:hover {
  transition: 0.3s;
  background-color: #00a9ea;
}

.content-manager-section .manager-body .content-panel-part .content-panel.active {
  background-color: #00a9ea;
}

.content-manager-section .manager-body .content-edit-body {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.content-manager-section .manager-body .content-edit-body .content-detail1 .title {
  font-size: 24px;
  font-family: "Montserrat Medium", sans-serif;
  text-align: center;
}

.content-manager-section .manager-body .content-edit-body .content-detail1 .sub-title {
  font-size: 28px;
  font-family: "Montserrat Medium", sans-serif;
}

.content-manager-section .manager-body .content-edit-body .content-detail1 .description {
  font-size: 16px;
  font-family: "Montserrat Regular", sans-serif;
  line-height: 30px;
}

.content-manager-section .manager-body .content-edit-body .content-detail1 .editable-content {
  outline: none;
  border-radius: 10px;
  padding: 5px 10px;
}

.content-manager-section .manager-body .content-edit-body .content-detail1 .editable-focus {
  outline: 2px solid #266ea5;
}

.content-manager-section .manager-body .content-edit-body .content-detail2 {
  padding: 10px 20px;
}

.content-manager-section .manager-body .content-edit-body .content-detail2 .main-title {
  font-size: 24px;
  font-family: "DinPro Medium", sans-serif;
  text-align: justify;
  padding-bottom: 16px;
  font-weight: bold;
}

.content-manager-section .manager-body .content-edit-body .content-detail2 .sub-title {
  font-size: 16px;
  font-family: "DinPro Medium", sans-serif;
  margin-left: 32px;
  text-align: justify;
  font-weight: bold;
  padding-bottom: 16px;
}

.content-manager-section .manager-body .content-edit-body .content-detail2 .para-list {
  padding-left: 16px;
}

.content-manager-section .manager-body .content-edit-body .content-detail2 .para-list li {
  padding-left: 20px;
}

.content-manager-section .manager-body .content-edit-body .content-detail2 .para-list-digit {
  list-style-type: decimal;
  padding-left: 16px;
}

.content-manager-section .manager-body .content-edit-body .content-detail2 .para-list-digit li {
  padding-left: 20px;
}

.content-manager-section .manager-body .content-edit-body .content-detail2 table,
.content-manager-section .manager-body .content-edit-body .content-detail2 tr,
.content-manager-section .manager-body .content-edit-body .content-detail2 td,
.content-manager-section .manager-body .content-edit-body .content-detail2 th {
  border: 1px solid black;
  text-align: left;
}

.content-manager-section .manager-body .content-edit-body .content-detail2 td,
.content-manager-section .manager-body .content-edit-body .content-detail2 th {
  padding: 8px;
}

.content-manager-section .manager-body .content-edit-body .content-detail2 th {
  background-color: rgba(0, 60, 113, 0.3019607843);
}

.content-manager-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.content-manager-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.content-manager-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 1080px) {
  .content-manager-section .manager-body {
    width: 90%;
  }
}

@media only screen and (max-width: 575.98px) {
  .content-manager-section .manager-body {
    width: 100%;
  }

  .content-manager-section .manager-body .content-panel-part {
    width: 100%;
  }

  .content-manager-section .manager-body .content-panel-part .content-panel {
    width: 50%;
  }
}

.center-manager-section {
  width: 100vw;
  height: calc(100vh - 120px);
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
}

.center-manager-section .manager-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
  width: 50vw;
}

.center-manager-section .manager-body .main-title {
  font-size: 21px;
  font-family: "DinPro Medium", sans-serif;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.center-manager-section .manager-body .content-panel-part {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.center-manager-section .manager-body .content-panel-part .content-panel {
  width: 33.33%;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003366;
  border: 1px solid #005695;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  color: white;
}

.center-manager-section .manager-body .content-panel-part .content-panel:hover {
  transition: 0.3s;
  background-color: #00a9ea;
}

.center-manager-section .manager-body .content-panel-part .content-panel.active {
  background-color: #00a9ea;
}

.center-manager-section .manager-body .content-small-panel-part {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: left;
}

.center-manager-section .manager-body .content-small-panel-part .content-small-panel {
  width: 16.665%;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003366;
  border: 1px solid #005695;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  color: white;
}

.center-manager-section .manager-body .content-small-panel-part .content-small-panel:hover {
  transition: 0.3s;
  background-color: #00a9ea;
}

.center-manager-section .manager-body .content-small-panel-part .content-small-panel.active {
  background-color: #00a9ea;
}

.center-manager-section .manager-body .select-form {
  width: 300px;
  height: 45px;
  border-radius: 23px;
}

.center-manager-section .manager-body .select-form .select-items {
  border-radius: 10px;
}

.center-manager-section .manager-body .select-form .select-city {
  text-align: right;
}

.center-manager-section .manager-body .office-detail-form {
  width: 100%;
}

.center-manager-section .manager-body .office-detail-form .office-detail {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.center-manager-section .manager-body .office-detail-form .office-detail .flag-section {
  width: 130px;
  height: 70px;
  background-color: #266ea5;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.center-manager-section .manager-body .office-detail-form .office-detail .flag-section .image-icon {
  width: 25px;
}

.center-manager-section .manager-body .office-detail-form .office-detail .select-country-small {
  width: 200px;
  height: 40px;
  border-radius: 20px;
}

.center-manager-section .manager-body .office-detail-form .office-detail div.outline {
  outline: 1px solid #266ea5;
}

.center-manager-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.center-manager-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.center-manager-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 1080px) {
  .center-manager-section .manager-body {
    width: 70%;
  }
}

@media only screen and (max-width: 575.98px) {
  .center-manager-section .manager-body {
    width: 100%;
  }
}

.price-manager-section {
  width: 100vw;
  height: calc(100vh - 120px);
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
}

.price-manager-section .manager-body {
  padding-bottom: 30px;
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-manager-section .manager-body .main-title {
  font-size: 21px;
  font-family: "DinPro Medium", sans-serif;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.price-manager-section .manager-body .content-panel-part {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.price-manager-section .manager-body .content-panel-part .content-panel {
  width: 33.33%;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003366;
  border: 1px solid #005695;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  color: white;
}

.price-manager-section .manager-body .content-panel-part .content-panel:hover {
  transition: 0.3s;
  background-color: #00a9ea;
}

.price-manager-section .manager-body .content-panel-part .content-panel.active {
  background-color: #00a9ea;
}

.price-manager-section .manager-body .content-small-panel-part {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: left;
}

.price-manager-section .manager-body .content-small-panel-part .content-small-panel {
  width: 16.665%;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003366;
  border: 1px solid #005695;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  color: white;
}

.price-manager-section .manager-body .content-small-panel-part .content-small-panel:hover {
  transition: 0.3s;
  background-color: #00a9ea;
}

.price-manager-section .manager-body .content-small-panel-part .content-small-panel.active {
  background-color: #00a9ea;
}

.price-manager-section .manager-body .select-part {
  width: 100%;
  display: flex;
  justify-content: center;
}

.price-manager-section .manager-body .select-part .select-form {
  width: 300px;
  height: 45px;
  border-radius: 23px;
}

.price-manager-section .manager-body .price-list {
  width: 100%;
}

.price-manager-section .manager-body .price-list .edit-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.price-manager-section .manager-body .price-list .edit-form .card-custom {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.price-manager-section .manager-body .price-list .edit-form .card-custom .card-header-custom {
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  height: 70px;
  align-items: center;
  display: flex;
  background-color: rgba(255, 255, 255, 0.14);
  outline: none;
}

.price-manager-section .manager-body .price-list .edit-form .card-custom .card-body-custom {
  padding: 20px 30px;
  background-color: rgba(255, 255, 255, 0.06);
  outline: none;
  min-height: 70px;
}

.price-manager-section .manager-body .price-list .edit-form .card-custom .card-body-custom .custom-panel-header {
  font-family: "DinPro Medium", serif;
  font-size: 18px;
}

.price-manager-section .manager-body .price-list .edit-form .card-custom .outline {
  outline: 1px solid white;
}

.price-manager-section .manager-right-body {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  z-index: 10;
  right: 2px;
  top: 160px;
}

.price-manager-section .manager-right-body .right-button {
  width: 150px;
  background-color: #003366;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.price-manager-section .manager-right-body .right-button:hover {
  background-color: #00a9ea;
  opacity: 1;
  transition: 0.3s;
}

.price-manager-section .manager-right-body .right-button:not(:first-child) {
  margin-top: 2px;
}

.price-manager-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.price-manager-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.price-manager-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 1080px) {
  .price-manager-section .manager-body {
    width: 70%;
  }

  .price-manager-section .manager-right-body .right-button {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 575.98px) {
  .price-manager-section .manager-body {
    width: 100%;
  }
}

.checklist-manager-section {
  width: 100vw;
  height: calc(100vh - 120px);
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
}

.checklist-manager-section .manager-body {
  padding-bottom: 30px;
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.checklist-manager-section .manager-body .main-title {
  font-size: 21px;
  font-family: "DinPro Medium", sans-serif;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.checklist-manager-section .manager-body .content-panel-part {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.checklist-manager-section .manager-body .content-panel-part .content-panel {
  width: 30%;
  font-family: "DinPro", sans-serif;
  font-size: 16px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003366;
  border: 1px solid #005695;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  color: white;
}

.checklist-manager-section .manager-body .content-panel-part .content-panel:hover {
  transition: 0.3s;
  background-color: #00a9ea;
}

.checklist-manager-section .manager-body .content-panel-part .content-panel.active {
  background-color: #00a9ea;
}

.checklist-manager-section .manager-body .select-group {
  display: flex;
  gap: 20px;
  width: 100%;
}

.checklist-manager-section .manager-body .select-group .select-form {
  width: 100%;
  display: flex;
  gap: 10px;
}

.checklist-manager-section .manager-body .select-group .select-form label {
  font-size: 12px;
  margin-left: 20px;
}

.checklist-manager-section .manager-body .select-group .select-form .form-select-custom {
  height: 45px;
  border-radius: 24px;
  width: 100%;
}

.checklist-manager-section .manager-body .select-group .select-form .service-type-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.checklist-manager-section .manager-body .select-group .select-form .service-type-group > div {
  gap: 8px;
}

.checklist-manager-section .manager-body .select-group .select-form .service-type-group .info-value {
  background-color: #266ea5;
  display: flex;
  align-items: center;
  height: 48px;
  border-radius: 25px;
  width: 100%;
}

.checklist-manager-section .manager-body .select-group .select-form .service-type-group .info-value .center-select {
  width: 100%;
}

.checklist-manager-section .manager-body .select-group .select-form .service-type-group .info-value .form-input-custom {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  background-color: transparent;
  outline: none;
  border: none;
  color: white;
}

.checklist-manager-section .manager-body .select-group .select-form .service-type-group .info-value .phone-code-select {
  width: 40%;
  height: 100%;
}

.checklist-manager-section .manager-body .select-group .select-form .service-type-group .info-value .phone-code-input {
  width: 60%;
  padding-left: 0;
}

.checklist-manager-section .manager-body .select-group .select-form .form-select-custom.select-left-icon .select-selected {
  padding-left: 7px;
  gap: 8px;
}

.checklist-manager-section .manager-body .select-group .select-form > div {
  height: 100%;
  width: 100%;
}

.checklist-manager-section .manager-body .select-group .select-form > div > div {
  height: 100%;
}

.checklist-manager-section .manager-body .select-group .select-form > div .select-items {
  border-radius: 10px;
}

.checklist-manager-section .manager-body .select-group .select-form > div .select-selected {
  border-radius: 23px;
}

.checklist-manager-section .manager-body .select-group .select-form > div .select-city {
  text-align: right;
}

.checklist-manager-section .manager-body .list-group {
  width: 100%;
}

.checklist-manager-section .manager-body .list-group .edit-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.checklist-manager-section .manager-body .list-group .edit-form .card-custom {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.checklist-manager-section .manager-body .list-group .edit-form .card-custom .card-header-custom {
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  height: 70px;
  align-items: center;
  display: flex;
  background-color: rgba(255, 255, 255, 0.14);
  outline: none;
}

.checklist-manager-section .manager-body .list-group .edit-form .card-custom .card-body-section {
  background-color: rgba(255, 255, 255, 0.06);
  padding-bottom: 30px;
}

.checklist-manager-section .manager-body .list-group .edit-form .card-custom .card-body-section .card-body-custom {
  padding: 20px 30px;
  outline: none;
  min-height: 70px;
}

.checklist-manager-section .manager-body .list-group .edit-form .card-custom .card-body-section .card-body-custom div {
  outline: none;
}

.checklist-manager-section .manager-body .list-group .edit-form .card-custom .card-body-section .card-body-custom .custom-panel-header {
  font-family: "DinPro Medium", serif;
  font-size: 18px;
}

.checklist-manager-section .manager-body .list-group .edit-form .card-custom .card-body-section .outline {
  outline: 1px solid white;
}

.checklist-manager-section .manager-body .list-group .edit-form .card-custom .outline {
  outline: 1px solid white;
}

.checklist-manager-section .manager-right-body {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  z-index: 10;
  right: 2px;
  top: 160px;
  gap: 2px;
}

.checklist-manager-section .manager-right-body .editor-group {
  width: 100%;
  display: flex;
  gap: 2px;
}

.checklist-manager-section .manager-right-body .editor-group .editor-but,
.checklist-manager-section .manager-right-body .editor-but {
  width: 100%;
  background-color: #003366;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
  font-family: "DinPro", sans-serif;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.checklist-manager-section .manager-right-body .editor-group .editor-but.subtitle-but,
.checklist-manager-section .manager-right-body .editor-but.subtitle-but {
  font-family: "DinPro Medium", sans-serif;
  font-size: 16px;
}

.checklist-manager-section .manager-right-body .editor-group .editor-but:hover,
.checklist-manager-section .manager-right-body .editor-but:hover {
  background-color: #00a9ea;
  transition: 0.3s;
}

.checklist-manager-section .manager-right-body .editor-group .editor-but.focused,
.checklist-manager-section .manager-right-body .editor-but.focused {
  background-color: #00a9ea;
  opacity: 1;
}

.checklist-manager-section .manager-right-body .editor-group .editor-but.regular-text-but,
.checklist-manager-section .manager-right-body .editor-group .editor-but.underline-text-but,
.checklist-manager-section .manager-right-body .editor-but.regular-text-but,
.checklist-manager-section .manager-right-body .editor-but.underline-text-but {
  font-family: "Montserrat Regular", sans-serif;
  font-size: 21px;
}

.checklist-manager-section .manager-right-body .editor-group .editor-but.bold-text-but,
.checklist-manager-section .manager-right-body .editor-group .editor-but.bold-underline-text-but,
.checklist-manager-section .manager-right-body .editor-but.bold-text-but,
.checklist-manager-section .manager-right-body .editor-but.bold-underline-text-but {
  font-family: "Montserrat Bold", sans-serif;
  font-size: 21px;
}

.checklist-manager-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.checklist-manager-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.checklist-manager-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 1080px) {
  .checklist-manager-section .manager-body {
    width: 90%;
  }

  .checklist-manager-section .manager-right-body .editor-but {
    opacity: 0.7;
  }

  .checklist-manager-section .manager-right-body .editor-but:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 575.98px) {
  .checklist-manager-section .manager-body {
    width: 100%;
  }
}

.admin-forgot-section {
  width: 100vw;
  height: calc(100vh - 120px);
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
}

.admin-forgot-section .manager-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
  width: 50vw;
  height: 100%;
}

.admin-forgot-section .manager-body .main-titles {
  font-size: 21px;
  font-family: "DinPro Medium", sans-serif;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.admin-forgot-section .manager-body .send-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  justify-content: center;
}

.admin-forgot-section .manager-body .send-form .form-control {
  background: rgba(255, 255, 255, 0.1490196078);
  border: none;
  border-radius: 10rem;
  box-shadow: none;
  height: 44px;
  font-weight: 400;
  outline: medium none;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  line-height: 1.4;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.admin-forgot-section .manager-body .send-form button {
  width: 100%;
  height: 44px;
  background: #003366;
  display: block;
  color: #ffffff;
  border-radius: 10rem;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  border: none;
  cursor: pointer;
}

.admin-forgot-section .manager-body .send-form button:hover {
  background-color: #0f609c;
}

.admin-forgot-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.admin-forgot-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.admin-forgot-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 1080px) {
  .admin-forgot-section .manager-body {
    width: 90%;
  }
}

@media only screen and (max-width: 575.98px) {
  .admin-forgot-section .manager-body {
    width: 100%;
  }
}

.admin-forgot-reset-section {
  width: 100vw;
  height: calc(100vh - 120px);
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
}

.admin-forgot-reset-section .manager-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
  width: 50vw;
  height: 100%;
}

.admin-forgot-reset-section .manager-body .main-titles {
  font-size: 21px;
  font-family: "DinPro Medium", sans-serif;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.admin-forgot-reset-section .manager-body .reset-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  justify-content: center;
}

.admin-forgot-reset-section .manager-body .reset-form .form-control {
  background: rgba(255, 255, 255, 0.1490196078);
  border: none;
  border-radius: 10rem;
  box-shadow: none;
  height: 44px;
  font-weight: 400;
  outline: medium none;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  line-height: 1.4;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.admin-forgot-reset-section .manager-body .reset-form button {
  width: 100%;
  height: 44px;
  background: #003366;
  display: block;
  color: #ffffff;
  border-radius: 10rem;
  font-size: 16px;
  font-family: "DinPro", sans-serif;
  border: none;
  cursor: pointer;
}

.admin-forgot-reset-section .manager-body .reset-form button:hover {
  background-color: #0f609c;
}

.admin-forgot-reset-section::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}

.admin-forgot-reset-section::-webkit-scrollbar-thumb {
  background-color: #003366;
  border-radius: 5px;
  cursor: pointer;
}

.admin-forgot-reset-section::-webkit-scrollbar-track {
  background-color: #0f609c;
}

@media only screen and (max-width: 1080px) {
  .admin-forgot-reset-section .manager-body {
    width: 90%;
  }
}

@media only screen and (max-width: 575.98px) {
  .admin-forgot-reset-section .manager-body {
    width: 100%;
  }
}

