.fs-14 {
  font-size: clamp(0.9rem, 0.9vw, 1.1rem) !important;
}

.fs-16 {
  font-size: clamp(1rem, 1vw, 1.2rem) !important;
}

.fs-18 {
  font-size: clamp(1rem, 1.25vw, 1.25rem) !important;
}

.fs-20 {
  font-size: clamp(1.1rem, 1.3vw, 1.3rem) !important;
}

.fs-25 {
  font-size: clamp(1.15rem, 1.6vw, 1.7rem) !important;
}

.fs-30 {
  font-size: clamp(1.2rem, 2vw, 1.9rem) !important;
}

.fs-35 {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem) !important;
}

.fs-40 {
  font-size: clamp(1.3rem, 2.6vw, 2.7rem) !important;
}

.fs-45 {
  font-size: clamp(1.5rem, 3vw, 3rem) !important;
}

.fs-50 {
  font-size: clamp(1.8rem, 3.2vw, 3.5rem) !important;
}

.fs-60 {
  font-size: clamp(2.5rem, 4.5vw, 4.5rem) !important;
}

@font-face {
  font-family: "gtwalsheim";
  src: url(../fonts/GTWalsheimPro-Bold.ttf?8ee87a5a1f4219b9a1fb984f554662e3);
  src: url(../fonts/GTWalsheimPro-Bold.ttf?8ee87a5a1f4219b9a1fb984f554662e3) format("truetype");
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "gtwalsheim";
  src: url(../fonts/GTWalsheimPro-Light.ttf?3745e321a3e602f37ac028aa3ffd443d);
  src: url(../fonts/GTWalsheimPro-Light.ttf?3745e321a3e602f37ac028aa3ffd443d) format("truetype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "gtwalsheim";
  src: url(../fonts/GTWalsheimPro-Medium.ttf?f2f36c73edf543e7d7c6dd0a030e3af8);
  src: url(../fonts/GTWalsheimPro-Medium.ttf?f2f36c73edf543e7d7c6dd0a030e3af8) format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "gtwalsheim";
  src: url(../fonts/GTWalsheimPro-Regular.ttf?550c7b057b4c5e92c648fb468dc9fb08);
  src: url(../fonts/GTWalsheimPro-Regular.ttf?550c7b057b4c5e92c648fb468dc9fb08) format("truetype");
  font-weight: 400;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #23233C !important;
  font-family: 'gtwalsheim', sans-serif !important;
}

.img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

a {
  color: #23233C;
  text-decoration: none;
}

.title {
  line-height: 40px;
}

.txt-white {
  color: #fff !important;
}

.fs-1-1 {
  font-size: 1.1rem !important;
}

@media screen and (min-width: 767px) {
  .text-md-nowrap {
    white-space: nowrap !important;
  }
}

.txt-yellow {
  color: #FDCC03 !important;
}

.navbar-toggler:focus {
  box-shadow: unset !important;
}

@media screen and (max-width: 991px) {
  .w-75,
  .w-50,
  .promt-title {
    width: 100% !important;
  }
}

.btn-download {
  border-radius: 50px;
  border: 1px solid #707070 !important;
  color: #23233C;
  padding: 8px 20px;
}

.btn-download:hover {
  background-color: #23233C;
  color: #fff;
}

.btn-apply {
  border-radius: 30px;
  background-color: #FDCC03;
  padding: 8px 25px;
}

.btn-apply:hover {
  background-color: #FDCC03;
  transition: 0.3s all;
}

.btn-apply:hover .btn-txt {
  transform: translateX(-10px);
  transition: 0.3s all;
}

.btn-apply:hover .btn-icon {
  transform: translateX(10px);
  transition: 0.3s all;
}

.btn-yellow {
  background-color: #FDCC03;
  border-radius: 50px;
  padding: 8px 35px;
}

.btn-yellow:hover {
  background-color: #FDCC03;
}

.btn-primary {
  background-color: #23233C !important;
  color: #fff !important;
  border-color: #23233C !important;
  border-radius: 50px;
  padding: 12px 35px;
}

.application-form-main .form-banner-img {
  width: 100%;
  height: 100%;
}

.application-form-main .form-main {
  width: 90%;
  margin: 40px auto;
}

.application-form-main .form-main .form-control,
.application-form-main .form-main .from-to-flex {
  height: 50px;
  background: #F5F8FA 0% 0% no-repeat padding-box;
  border: 1px solid #CBD6E2;
  border-radius: 10px;
}

.application-form-main .form-main .form-control:focus,
.application-form-main .form-main .from-to-flex:focus {
  box-shadow: unset;
}

.application-form-main .form-main .from-to-flex .form-control {
  cursor: pointer;
}

.application-form-main .form-main .btn-yellow {
  padding: 11px 50px;
}

.application-form-main .form-main .form-label {
  margin-bottom: 13px;
}

.application-form-main .form-main .mobile-input-group .input-group {
  height: 50px;
  background: #F5F8FA 0% 0% no-repeat padding-box;
  border: 1px solid #CBD6E2;
  border-radius: 10px;
}

.application-form-main .form-main .mobile-input-group .input-group .input-group-text {
  padding: unset;
  border: unset;
  background-color: unset;
}

.application-form-main .form-main .mobile-input-group .form-select {
  background-color: unset;
  border: unset;
}

.application-form-main .form-main .mobile-input-group .form-select:focus {
  box-shadow: unset;
}

.application-form-main .form-main .mobile-input-group .form-control {
  border: unset;
  background: unset;
}

.application-form-main .form-main .licence-main .input-group-text,
.application-form-main .form-main .licence-main .form-control {
  background: unset;
  border: unset;
}

.application-form-main .form-main .licence-main .btn-primary {
  border-radius: 10px;
  height: 54px;
}

.application-form-main .form-main .border-before {
  position: relative;
}

.application-form-main .form-main .border-before::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 35%;
  width: 1px;
  background-color: #23233C;
  right: 10px;
}

@media screen and (max-width: 576px) {
  .application-form-main .form-main .border-before::before {
    right: -5px;
  }
}

.application-form-main .custom-select-country {
  position: relative;
}

.application-form-main .custom-select-country select {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 0 0 0 10px;
  opacity: 0;
}

.footer-bg {
  background-color: #F4F4FA;
  padding: 50px 0;
}

@media screen and (max-width: 576px) {
  .footer-bg {
    padding: 25px 0;
  }
}

.footer-bg .footer-logo {
  width: 120px;
  height: 55px;
}

.footer-bg .footer-li {
  list-style-type: none;
  padding-left: 5px;
}

.footer-bg .footer-li li {
  margin-bottom: 15px;
}

.footer-bg .footer-li li a {
  font-size: clamp(1rem, 1vw, 1.2rem) !important;
}

.footer-bg .footer-li li:last-child {
  margin-bottom: unset;
}

.footer-bg .form-control {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 4px #0000001F;
  border-radius: 28px;
  height: 55px;
  padding-left: 20px;
}

.footer-bg .form-control::-moz-placeholder {
  color: #555555;
}

.footer-bg .form-control::placeholder {
  color: #555555;
}

.footer-bg .form-control:focus {
  border-color: #23233C;
}

.footer-bg .email-input .btn-primary {
  padding: 14px 35px;
}

.footer-bg .horizontal-list {
  display: flex;
  list-style-type: none;
}

.morecontent span {
  display: none;
}

.morelink {
  font-weight: bold;
}

