/*----------------------------------------------

[Master Stylesheet]

Project:    Betag
Version:    1.0
Last change:    25.09.2024
Primary use:    AGT
Author:   Praveen Maddy

-----------------------------------------------*/
/*----------------------------------------------

[Table of contents]

1. Body
2. Header
3. Main
4. Footer

-----------------------------------------------*/
/*----------------------------------------------

[Fonts]

Base Fonts(Headings & Content)  : Manrope, Roboto;
Icon Fonts                      : Fontawesome 5.15.4

------------------------------------------------*/
@font-face {
  font-family: "Ford-Motion-Light";
  src: url("../fonts/Ford-Motion-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ford-Motion-Regular";
  src: url("../fonts/Ford-Motion-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ford-Antenna-Light";
  src: url("../fonts/Ford-Antenna-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ford-Antenna-Regular";
  src: url("../fonts/Ford-Antenna-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ford-Antenna-Medium";
  src: url("../fonts/Ford-Antenna-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ford-Antenna-SemiBold";
  src: url("../fonts/Ford-Antenna-SemiBold.otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
  font-family: "Ford-Antenna-Light";
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none !important;
  margin-block-start: 0;
  -ms-margin-block-start: 0;
  -moz-margin-block-start: 0;
  -o-margin-block-start: 0;
  margin-block-end: 0;
  -ms-margin-block-end: 0;
  -moz-margin-block-end: 0;
  -o-margin-block-end: 0;
  padding-inline-start: 0;
  -ms-padding-inline-start: 0;
  -moz-padding-inline-start: 0;
  -o-padding-inline-start: 0;
}

li {
  text-decoration: none !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  border: initial;
}

a,
a:link,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a:focus-visible {
  outline: none;
}

::-ms-expand {
  display: none;
}

::-ms-clear {
  display: none;
}

input:focus, select:focus, textarea:focus {
  box-shadow: none !important;
}

.mx-0-auto {
  margin: 0 auto;
}

.heading-h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .heading-h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .heading-h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .heading-h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

.common-btn {
  padding: 10px 22px 12px;
  font-size: 16px;
  line-height: 24px;
  background-color: #2cabfb;
  color: #ffffff;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.common-btn:hover {
  color: #ffffff;
}

.bg-gray {
  background-color: #f0f0f0;
}

/*------------------------------------------------Main-SCSS------------------------------------------------*/
.custom-spacing {
  padding-top: 80px;
  padding-bottom: 80px;
}

/*------------------------------------------------Header------------------------------------------------*/
header {
  box-shadow: -2px 11px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 10px 0px 20px 0px;
}
header .row {
  align-items: center;
}
header a {
  display: block;
  text-align: right;
}
header img {
  width: 90px;
  margin-bottom: -60px;
}
header .topbar-links {
  display: flex;
  align-items: center;
  gap: 0px 20px;
  margin-right: 20px;
  justify-content: flex-end;
}
header .topbar-links .dropdown .dropdown-toggle i {
  font-size: 20px;
  line-height: 32px;
  color: #00095b;
}
header .topbar-links .dropdown .dropdown-toggle::after {
  display: none;
}
header .topbar-links .dropdown .dropdown-item.active, header .topbar-links .dropdown .dropdown-item:active {
  background-color: #ffffff;
  color: #000000;
}
header .topbar-links .dropdown .dropdown-item:focus, header .topbar-links .dropdown .dropdown-item:hover {
  background-color: #ffffff;
}
header .topbar-links .login-logout a i {
  font-size: 20px;
  line-height: 32px;
  color: #00095b;
}
@media (max-width: 576px) {
  header .row {
    justify-content: space-between;
  }
  header .row .col-xs-6 {
    width: auto;
  }
}

/*--------------------------------------------------Banner--------------------------------------------------*/
.home-banner .context {
  background-color: #000000;
  position: relative;
  z-index: 5;
}
.home-banner .context::before {
  position: absolute;
  content: "";
  top: -140px;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsl(0, 0%, 0%);
  background: linear-gradient(90deg, hsl(0, 0%, 0%) 34%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(90deg, hsl(0, 0%, 0%) 34%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, hsl(0, 0%, 0%) 34%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.home-banner .context img {
  width: 100%;
}
.home-banner .banner-content {
  padding: 50px 0px;
}
.home-banner .banner-content h2 {
  font-size: 42px;
  line-height: 46px;
  color: #ffffff;
  font-family: "Ford-Antenna-Light";
}
@media (max-width: 992px) {
  .home-banner .banner-content h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .home-banner .banner-content h2 br {
    display: none;
  }
}
@media (max-width: 768px) {
  .home-banner .context::before {
    top: -90px;
  }
  .home-banner .banner-content {
    padding: 40px 0px;
  }
  .home-banner .banner-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .home-banner .banner-content {
    padding: 30px 0px;
  }
  .home-banner .banner-content h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

/*--------------------------------------------------About-Thanks--------------------------------------------------*/
.home-about-thanks {
  padding: 60px 0px;
}
.home-about-thanks h2 {
  font-size: 38px;
  line-height: 40px;
  font-family: "Ford-Motion-Regular";
  padding-bottom: 15px;
  color: #333;
}
.home-about-thanks p {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
  font-family: "Ford-Motion-Regular";
  color: #333;
}
.home-about-thanks p:last-child {
  padding-bottom: 0;
}
.home-about-thanks p a {
  color: #0276b3;
}
.home-about-thanks img {
  margin: 0 auto auto auto;
  display: block;
  text-align: center;
}
@media (max-width: 992px) {
  .home-about-thanks {
    padding: 50px 0px;
  }
  .home-about-thanks .row {
    gap: 40px 0px;
  }
  .home-about-thanks h2 {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .home-about-thanks {
    padding: 40px 0px;
  }
  .home-about-thanks .row {
    gap: 30px 0px;
  }
  .home-about-thanks h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 576px) {
  .home-about-thanks {
    padding: 30px 0px;
  }
  .home-about-thanks .row {
    gap: 20px 0px;
  }
  .home-about-thanks h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .home-about-thanks h2 br {
    display: none;
  }
}

/*--------------------------------------------------Link-Cards--------------------------------------------------*/
.links-cards {
  padding: 60px 0px;
}
.links-cards .card-inn a {
  font-size: 24px;
  line-height: 29px;
  font-family: "Ford-Motion-Light";
  color: #1700f4;
}
@media (max-width: 992px) {
  .links-cards {
    padding: 50px 0px;
  }
  .links-cards .row {
    gap: 40px 0px;
  }
}
@media (max-width: 768px) {
  .links-cards {
    padding: 40px 0px;
  }
  .links-cards .row {
    gap: 30px 0px;
  }
}
@media (max-width: 576px) {
  .links-cards {
    padding: 30px 0px;
  }
  .links-cards .row {
    gap: 20px 0px;
  }
}

/*--------------------------------------------------Video-Context--------------------------------------------------*/
.video-context {
  padding-top: 60px;
}
.video-context .context {
  position: relative;
  padding: 80px 0px;
  background: linear-gradient(to top, #000 0, rgb(255, 255, 255) 100%);
}
.video-context .video-content h2 {
  font-size: 42px;
  line-height: 46px;
  color: #ffffff;
  font-family: "Ford-Antenna-Light";
  padding-bottom: 10px;
}
.video-context .video-content p {
  color: #ffffff;
  font-size: 28px;
  line-height: 40px;
}
@media (max-width: 992px) {
  .video-context {
    padding-top: 50px;
  }
  .video-context .video-content h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .video-context .video-content p {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .video-context {
    padding-top: 40px;
  }
  .video-context .video-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .video-context .video-content p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  .video-context {
    padding-top: 30px;
  }
  .video-context .video-content h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .video-context .video-content p {
    font-size: 22px;
    line-height: 30px;
  }
}

/*--------------------------------------------------Benefits--------------------------------------------------*/
.home-benefits {
  padding: 60px 0px;
}
.home-benefits h2 {
  font-size: 38px;
  line-height: 40px;
  font-family: "Ford-Motion-Regular";
  padding-bottom: 25px;
  color: #333;
}
.home-benefits ul {
  padding-left: 20px;
  padding-bottom: 20px;
}
.home-benefits ul li {
  list-style-type: disc;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 5px;
  font-family: "Ford-Motion-Regular";
  color: #333;
}
.home-benefits ul li:last-child {
  padding-bottom: 0;
}
.home-benefits p {
  font-size: 11px;
  line-height: 16px;
  padding-bottom: 20px;
  font-family: "Ford-Motion-Regular";
  color: #333;
}
.home-benefits p a {
  color: #0276b3;
}
.home-benefits p a:last-child {
  text-decoration: underline;
}
.home-benefits .video-content {
  padding-right: 30px;
}
.home-benefits .image-content {
  padding-left: 30px;
}
.home-benefits .apply-btn {
  font-size: 14px;
  line-height: 20px;
  padding: 12px 25px;
  border-radius: 50px;
  font-family: "Ford-Antenna-Medium";
  background-color: #0142bd;
  color: #ffffff;
  display: inline-block;
}
@media (max-width: 992px) {
  .home-benefits {
    padding: 50px 0px;
  }
  .home-benefits .row {
    gap: 40px 0px;
  }
  .home-benefits h2 {
    font-size: 34px;
    line-height: 42px;
    padding-bottom: 20px;
  }
  .home-benefits .video-content {
    padding-right: 0px;
  }
  .home-benefits .image-content {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .home-benefits {
    padding: 40px 0px;
  }
  .home-benefits .row {
    gap: 30px 0px;
  }
  .home-benefits h2 {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 15px;
  }
  .home-benefits p {
    padding-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .home-benefits {
    padding: 30px 0px;
  }
  .home-benefits .row {
    gap: 20px 0px;
  }
  .home-benefits h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .home-benefits h2 br {
    display: none;
  }
  .home-benefits p {
    padding-bottom: 10px;
  }
}

/*--------------------------------------------------Disclosure--------------------------------------------------*/
.home-disclosure {
  background-color: #f0f0f0;
  border-top: 1px solid #9c9c9c;
  border-bottom: 1px solid #9c9c9c;
  padding: 30px 0px;
}
.home-disclosure .accordion .accordion-item {
  border: none;
  background-color: transparent;
}
.home-disclosure .accordion .accordion-item .accordion-header .accordion-button {
  border: none;
  background-color: transparent;
  box-shadow: none;
  font-size: 24px;
  line-height: 32px;
  font-family: "Ford-Motion-Regular";
  color: #5e5e5e;
  padding: 0;
}
.home-disclosure .accordion .accordion-item .accordion-collapse {
  padding-top: 20px;
}
.home-disclosure .accordion .accordion-item .accordion-body {
  height: 250px;
  overflow-y: scroll;
  scrollbar-color: #cec7c7 #ffffff;
  padding: 0;
}
.home-disclosure .accordion .accordion-item .accordion-body ul li {
  font-size: 12px;
  line-height: 17px;
  font-family: "Ford-Motion-Regular";
  padding-bottom: 8px;
}
.home-disclosure .accordion .accordion-item .accordion-body ul li p a {
  color: #0276b3;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .home-disclosure {
    padding: 50px 0px;
  }
}
@media (max-width: 768px) {
  .home-disclosure {
    padding: 40px 0px;
  }
}
@media (max-width: 576px) {
  .home-disclosure {
    padding: 30px 0px;
  }
}

/*------------------------------------------------Search-Listing------------------------------------------------*/
.home-search-listing {
  background-color: #f0f0f0;
}
.home-search-listing .row {
  padding: 60px 0px;
  border-bottom: 1px solid #9c9c9c;
  align-items: center;
}
.home-search-listing .search .form-group {
  position: relative;
}
.home-search-listing .search .form-group input {
  border: 1px solid #000;
  height: 40px;
  padding: 10px 10px 10px 50px;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 16px;
  line-height: 23px;
  font-family: "Ford-Motion-Regular";
  color: #010203;
}
.home-search-listing .search .form-group input:focus-visible {
  outline: none;
}
.home-search-listing .search .form-group ::placeholder {
  font-size: 16px;
  line-height: 23px;
  font-family: "Ford-Motion-Regular";
  color: #010203;
}
.home-search-listing .search .form-group button {
  position: absolute;
  top: 7px;
  left: 15px;
  background-color: transparent;
}
.home-search-listing .search .form-group button img {
  width: 20px;
}
.home-search-listing .listing ul {
  display: flex;
  gap: 0px 10px;
  justify-content: flex-end;
}
.home-search-listing .listing ul li a {
  font-size: 16px;
  line-height: 24px;
  font-family: "Ford-Motion-Regular";
  color: #5e5e5e;
}
@media (max-width: 992px) {
  .home-search-listing .row {
    padding: 50px 0px;
  }
}
@media (max-width: 768px) {
  .home-search-listing .row {
    padding: 40px 0px;
    gap: 30px 0px;
  }
  .home-search-listing .listing ul {
    justify-content: start;
  }
}
@media (max-width: 576px) {
  .home-search-listing .row {
    padding: 30px 0px;
    gap: 20px 0px;
  }
}

/*------------------------------------------------Search-Listing------------------------------------------------*/
.common-footer {
  background-color: #f0f0f0;
}
.common-footer .row {
  padding: 60px 0px;
  align-items: center;
}
.common-footer .updates p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Ford-Motion-Regular";
  color: #5e5e5e;
}
.common-footer .updates p i {
  background-color: #00095b;
  color: #fff;
  border-radius: 50px;
  padding: 13px;
  font-size: 20px;
}
.common-footer .listing ul {
  display: flex;
  gap: 0px 20px;
  justify-content: flex-end;
}
.common-footer .listing ul li {
  font-size: 16px;
  line-height: 24px;
  font-family: "Ford-Motion-Regular";
  color: #5e5e5e;
  font-weight: 700;
}
.common-footer .listing ul li a {
  font-size: 16px;
  line-height: 24px;
  font-family: "Ford-Motion-Regular";
  color: #5e5e5e;
}
.common-footer .listing ul li a i {
  font-size: 30px;
  color: #00095b;
}
.common-footer .language ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common-footer .language ul li {
  font-size: 16px;
  line-height: 24px;
  font-family: "Ford-Motion-Regular";
  color: #5e5e5e;
}
.common-footer .language ul li i {
  color: #00095b;
  font-size: 20px;
}
.common-footer .language ul li img {
  width: 60px;
}
.common-footer .footer-list ul {
  display: flex;
  gap: 0px 10px;
}
.common-footer .footer-list ul li {
  font-size: 13px;
  line-height: 20px;
  font-family: "Ford-Motion-Regular";
  color: #5e5e5e;
}
.common-footer .footer-list ul li a {
  font-size: 12px;
  line-height: 20px;
  font-family: "Ford-Motion-Regular";
  color: #5e5e5e;
}
@media (max-width: 992px) {
  .common-footer .row {
    padding: 50px 0px;
  }
}
@media (max-width: 768px) {
  .common-footer .row {
    padding: 40px 0px;
    gap: 30px 0px;
  }
  .common-footer .listing ul {
    justify-content: start;
  }
  .common-footer .footer-list ul {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .common-footer .row {
    padding: 30px 0px;
    gap: 20px 0px;
  }
}

.login-form {
  padding: 100px 0px;
  background-color: #dfdede;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-form .login-card {
  padding: 30px;
  max-width: 460px;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
}
.login-form .login-card .login-logo {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  width: 100px;
}
.login-form .login-card .login-header {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #131541;
  padding-bottom: 20px;
}
.login-form .login-card .form-group {
  padding-bottom: 25px;
  position: relative;
}
.login-form .login-card .form-group label {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #5B5D88;
  display: block;
  padding-bottom: 10px;
  font-family: "Ford-Motion-Regular";
}
.login-form .login-card .form-group input {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #131541;
  border: 1px solid #0068b4;
}
.login-form .login-card .form-group input:active {
  background-color: #ffffff;
}
.login-form .login-card .form-group .eye-icon {
  position: absolute;
  top: 29px;
  right: 2px;
  background: #dfdede;
  padding: 15px;
  height: 49px;
  width: 49px;
  text-align: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.login-form .login-card .form-group .eye-icon img {
  width: 18px;
}
.login-form .login-card .form-group.pwd-field input {
  padding: 15px 57px 15px 15px;
}
.login-form .login-card .form-group-inn {
  padding-bottom: 20px;
}
.login-form .login-card .form-group-inn label {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  padding-left: 5px;
}
.login-form .login-card .form-group-inn ul {
  display: flex;
  justify-content: space-between;
}
.login-form .login-card .form-group-inn ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #5B5D88;
}
.login-form .login-card button {
  padding: 12px 20px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  border-radius: 10px;
  background-color: #0068d0;
  border-color: #0068d0;
  border: 1px solid;
  width: 100%;
}
.login-form .login-card .language-switcher {
  padding-top: 20px;
}
.login-form .login-card .language-switcher ul {
  display: flex;
  align-items: center;
  gap: 0px 10px;
}
.login-form .login-card .language-switcher ul li i {
  color: #0068d0;
  font-size: 20px;
  line-height: 30px;
}
.login-form .login-card .language-switcher ul li a {
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 400;
  font-family: "Ford-Motion-Regular";
}
@media (max-width: 992px) {
  .login-form {
    padding: 40px 0px;
  }
}
@media (max-width: 768px) {
  .login-form {
    padding: 30px 0px;
  }
}
@media (max-width: 576px) {
  .login-form {
    padding: 20px 0px;
  }
}

.register-form {
  padding: 40px 0px;
}
.register-form .register-card {
  padding: 30px;
  background-color: #f0f0f0;
  border-radius: 10px;
  margin: 0 auto;
}
.register-form .register-card .form-group {
  padding-bottom: 25px;
}
.register-form .register-card .form-group label {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #5B5D88;
  display: block;
  padding-bottom: 10px;
  font-family: "Ford-Motion-Regular";
}
.register-form .register-card .form-group input {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #131541;
  border: 1px solid #0068b4;
}
.register-form .register-card .form-group input:active {
  background-color: #ffffff;
}
.register-form .register-card .form-group input:invalid {
  border-color: #dc3545;
}
.register-form .register-card .form-group input.is-invalid {
  border-color: #dc3545;
}
.register-form .register-card .form-group-inn {
  padding-bottom: 20px;
}
.register-form .register-card .form-group-inn label {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 10px;
  display: block;
}
.register-form .register-card .form-group-inn ul {
  display: flex;
  gap: 0px 15px;
}
.register-form .register-card .form-group-inn ul li {
  display: flex;
  align-items: center;
  gap: 0px 10px;
}
.register-form .register-card .form-group-inn ul li label {
  padding-bottom: 0;
}
.register-form .register-card .form-group-inn ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #5B5D88;
}
.register-form .register-card button {
  padding: 12px 20px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  border-radius: 10px;
  background-color: #0068d0;
  border-color: #0068d0;
  border: 1px solid;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.register-form .register-card .language-switcher {
  padding-top: 20px;
}
.register-form .register-card .language-switcher ul {
  display: flex;
  align-items: center;
  gap: 0px 10px;
}
.register-form .register-card .language-switcher ul li i {
  color: #0068d0;
  font-size: 20px;
  line-height: 30px;
}
.register-form .register-card .language-switcher ul li a {
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 400;
  font-family: "Ford-Motion-Regular";
}
@media (max-width: 992px) {
  .register-form {
    padding: 40px 0px;
  }
}
@media (max-width: 768px) {
  .register-form {
    padding: 30px 0px;
  }
}
@media (max-width: 576px) {
  .register-form {
    padding: 20px 0px;
  }
}

.custom-nav-tabs-looped .custom-nav-tabs-inn .tab-sticky {
  padding: 15px 10px;
  background-color: #b0def7;
  border-radius: 5px;
  position: sticky;
  top: 80px;
}
.custom-nav-tabs-looped .custom-nav-tabs-inn .tab-sticky .nav-tabs {
  gap: 20px 0px;
}
.custom-nav-tabs-looped .custom-nav-tabs-inn .tab-sticky .nav-tabs .nav-item .nav-link {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  padding: 15px 20px 20px 20px;
  border-radius: 5px;
  background-color: #e3f4fc;
  position: relative;
  color: #333;
}
.custom-nav-tabs-looped .custom-nav-tabs-inn .tab-sticky .nav-tabs .nav-item .nav-link.active {
  background-color: #040659;
  color: #ffffff;
  z-index: 1;
}
.custom-nav-tabs-looped .custom-nav-tabs-inn .btn-next {
  color: #0068d0;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  border-radius: 10px;
  background-color: #ffffff;
  border-color: #0068d0;
  border: 2px solid;
  padding: 12px 20px;
}
.custom-nav-tabs-looped .custom-nav-tabs-inn .btn-previous {
  color: #00142E;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  border-radius: 10px;
  background-color: #ffffff;
  border-color: #00142E;
  border: 2px solid;
  padding: 12px 20px;
}
.custom-nav-tabs-looped .custom-nav-tabs-inn .btn-submit {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  border-radius: 10px;
  background-color: #0068d0;
  border-color: #0068d0;
  border: 2px solid;
  padding: 12px 20px;
}

.custom-nav-cards h2 {
  font-size: 38px;
  line-height: 40px;
  font-family: "Ford-Motion-Regular";
  padding-bottom: 30px;
  color: #333;
}
.custom-nav-cards .card {
  border-radius: 0;
  margin-bottom: 30px;
}
.custom-nav-cards .card-header {
  background-color: #040659;
  padding: 10px 20px 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
  border-color: #070357;
}
.custom-nav-cards .card-header .card-title {
  color: #fff;
  margin: 0;
}
.custom-nav-cards .card-header .sub-head {
  color: #fcfcfc;
}
.custom-nav-cards .card-body {
  padding: 0px;
}
.custom-nav-cards .card-body .form-check:nth-child(odd) {
  background-color: #addff8;
}
.custom-nav-cards .card-body .form-check:nth-child(even) {
  background-color: #e2f4fc;
}
.custom-nav-cards .card-body .form-check {
  margin: unset;
  min-height: unset;
  padding: 10px;
  border: 1px solid #000;
}
.custom-nav-cards .card-body .form-check .row {
  align-items: start;
}
.custom-nav-cards .card-body .form-check:last-child {
  padding-bottom: 0;
}
.custom-nav-cards .card-body .form-check ul {
  padding-left: 15px;
}
.custom-nav-cards .card-body .form-check ul li {
  list-style-type: disc;
  text-align: justify;
}
.custom-nav-cards .card-body .form-check ul li::marker {
  color: #04142c;
}
.custom-nav-cards .card-body .form-check-error .form-check-label {
  color: red;
  font-weight: 600;
}
.custom-nav-cards .card-body .form-check-error .tab-inputs label {
  color: red;
}
.custom-nav-cards .card-body .form-check-label {
  font-weight: 400;
  position: relative;
  text-align: justify;
  padding: 0px;
  display: block;
  font-family: "Ford-Antenna-Light";
  font-size: 16px;
  line-height: 26px;
}
.custom-nav-cards .tab-inputs {
  padding-left: 15px;
}
.custom-nav-cards .tab-inputs label {
  margin-right: 10px;
}
.custom-nav-cards .tab-inputs label:last-child {
  margin-right: 0;
}

.custom-modal .modal-body {
  padding: 50px 25px;
}
.custom-modal .modal-body .modal-failed {
  width: max-content;
  margin: 0 auto;
}
.custom-modal .modal-body .modal-failed span {
  background-color: #ffffff;
  border-radius: 50%;
  border: 5px solid red;
  width: 120px;
  height: 120px;
  font-size: 60px;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 135px;
  color: red;
  animation: pulse-red 3s infinite;
  -ms-animation: pulse-red 3s infinite;
  -moz-animation: pulse-red 3s infinite;
  -o-animation: pulse-red 3s infinite;
}
.custom-modal .modal-body .modal-failed span i {
  display: block;
  line-height: 120px;
}
.custom-modal .modal-body .modal-success {
  width: max-content;
  margin: 0 auto;
}
.custom-modal .modal-body .modal-success span {
  background-color: #ffffff;
  border-radius: 50%;
  border: 5px solid #09b172;
  width: 120px;
  height: 120px;
  font-size: 60px;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 135px;
  color: #09b172;
  animation: pulse-green 3s infinite;
  -ms-animation: pulse-green 3s infinite;
  -moz-animation: pulse-green 3s infinite;
  -o-animation: pulse-green 3s infinite;
}
.custom-modal .modal-body .modal-success span i {
  display: block;
  line-height: 120px;
}
.custom-modal .modal-body h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  padding-top: 25px;
  padding-bottom: 30px;
  text-align: center;
}
.custom-modal .btn-failed {
  padding: 8px 45px;
  border: 2px solid red;
  border-radius: 10px;
  background-color: red;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}
.custom-modal .btn-failed:focus {
  border: 2px solid red !important;
}
.custom-modal .btn-success {
  padding: 8px 45px;
  border: 2px solid #09b172;
  border-radius: 10px;
  background-color: #09b172;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}
.custom-modal .btn-success:focus {
  border: 2px solid #09b172 !important;
}

.terms-condition h3 {
  padding-bottom: 10px;
  font-family: "Ford-Motion-Regular";
}
.terms-condition .terms-content {
  height: 300px;
  overflow-y: scroll;
  padding: 0px 6px 10px;
}
.terms-condition .terms-content p {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 10px;
  font-family: "Ford-Motion-Regular";
  color: #6e6e6e;
}
.terms-condition .terms-content p:last-child {
  padding-bottom: 0;
}

.error-display {
  display: block;
  padding-top: 8px;
}

#termsScroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

#termsScroll::-webkit-scrollbar-thumb {
  background: #256bf8;
  border-radius: 6px;
}

#termsScroll::-webkit-scrollbar-thumb:hover {
  background: #256bf8;
}

#termsScroll::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 6px;
  box-shadow: inset 7px 10px 12px #f0f0f0;
}

.form-status {
  padding: 80px 0px;
}
.form-status .file-upload-success {
  padding: 80px 160px;
  position: relative;
  background-color: #fff;
  width: max-content;
  margin: 0 auto;
  box-shadow: 0px 0px 20px 0px #e0e0e0;
  border-radius: 11px;
}
.form-status .file-upload-success .file-upload-success-btn {
  position: absolute;
  top: 20px;
  right: 25px;
}
.form-status .file-upload-success .file-upload-success-btn i {
  color: #f0f0f0;
  font-weight: 400;
  font-size: 18px;
}
.form-status .file-upload-success span {
  background-color: #ffffff;
  border-radius: 50%;
  border: 5px solid #09b172;
  width: 120px;
  height: 120px;
  font-size: 60px;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 135px;
  color: #09b172;
  animation: pulse-green 3s infinite;
  -ms-animation: pulse-green 3s infinite;
  -moz-animation: pulse-green 3s infinite;
  -o-animation: pulse-green 3s infinite;
}
.form-status .file-upload-success span i {
  display: block;
  line-height: 120px;
}
.form-status .file-upload-success h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  padding-top: 25px;
  padding-bottom: 30px;
  text-align: center;
}
.form-status .file-upload-success .file-upload-success-button {
  padding: 8px 45px;
  border: 2px solid #09b172;
  border-radius: 10px;
  background-color: #09b172;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}
.form-status .file-upload-success .file-upload-success-button:focus {
  border: 2px solid #09b172 !important;
}

@keyframes pulse-red {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    box-shadow: 0 0 0 0 rgba(245, 17, 36, 0.7);
    -ms-box-shadow: 0 0 0 0 rgba(245, 17, 36, 0.7);
    -moz-box-shadow: 0 0 0 0 rgba(245, 17, 36, 0.7);
    -o-box-shadow: 0 0 0 0 rgba(245, 17, 36, 0.7);
  }
  70% {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    box-shadow: 0 0 0 10px rgba(9, 177, 114, 0);
    -ms-box-shadow: 0 0 0 10px rgba(9, 177, 114, 0);
    -moz-box-shadow: 0 0 0 10px rgba(9, 177, 114, 0);
    -o-box-shadow: 0 0 0 10px rgba(9, 177, 114, 0);
  }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    box-shadow: 0 0 0 0 rgba(9, 177, 114, 0);
    -ms-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0);
    -moz-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0);
    -o-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0);
  }
}
@keyframes pulse-green {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    box-shadow: 0 0 0 0 rgba(9, 177, 114, 0.7);
    -ms-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0.7);
    -moz-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0.7);
    -o-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0.7);
  }
  70% {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    box-shadow: 0 0 0 10px rgba(9, 177, 114, 0);
    -ms-box-shadow: 0 0 0 10px rgba(9, 177, 114, 0);
    -moz-box-shadow: 0 0 0 10px rgba(9, 177, 114, 0);
    -o-box-shadow: 0 0 0 10px rgba(9, 177, 114, 0);
  }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    box-shadow: 0 0 0 0 rgba(9, 177, 114, 0);
    -ms-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0);
    -moz-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0);
    -o-box-shadow: 0 0 0 0 rgba(9, 177, 114, 0);
  }
}
/*------------------------------------------------Footer------------------------------------------------*/
footer {
  display: block;
}

/*-------------------------------------------------Media Queries------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .custom-spacing {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .text-center-xl {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .custom-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .text-center-lg {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .custom-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-center-md {
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .custom-spacing {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* -------------------------- Max-Width: < 1400px ---------------------- */
/* -------------------------- Max-Width: < 1366px ---------------------- */
/* -------------------------- Max-Width: < 1200px ---------------------- */
/* -------------------------- Max-Width: < 992px ---------------------- */
@media (max-width: 992px) {
  .custom-nav-cards h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
/* -------------------------- Max-Width: < 768px ---------------------- */
@media (max-width: 768px) {
  .custom-nav-tabs-looped .row-gap {
    gap: 30px 0px;
  }
  .custom-nav-tabs-inn .custom-nav-cards h2 {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 15px;
  }
}
/* -------------------------- Max-Width: < 576px ---------------------- */
.footer-fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
}

.display-name {
  display: flex;
  gap: 0px 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.display-name .name, .display-name .email {
  display: flex;
  gap: 0px 5px;
}
.display-name .name h5, .display-name .email h5 {
  font-weight: 700;
}
.display-name .name p, .display-name .email p {
  font-size: 16px;
}

.buttons-flex {
  display: flex;
  gap: 15px;
  align-items: center;
}

.register-buttons-flex {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.register-buttons-flex button {
  margin: unset !important;
}

/*# sourceMappingURL=main.css.map */
