@font-face {
  font-family: "tt_normsregular";
  font-weight: "normal";
  font-style: "normal";
  src: url("../fonts/ttnorms-regular-webfont.eot");
  src: url("../fonts/ttnorms-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ttnorms-regular-webfont.woff") format("woff"),
    url("../fonts/ttnorms-regular-webfont.ttf") format("truetype"),
    url("../fonts/ttnorms-regular-webfont.svg#tt_normsregular") format("svg");
}
@font-face {
  font-family: "tt_normsmedium";
  font-weight: "normal";
  font-style: "normal";
  src: url("../fonts/ttnorms-medium-webfont.eot");
  src: url("../fonts/ttnorms-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ttnorms-medium-webfont.woff") format("woff"),
    url("../fonts/ttnorms-medium-webfont.ttf") format("truetype"),
    url("../fonts/ttnorms-medium-webfont.svg#tt_normsmedium") format("svg");
}
@font-face {
  font-family: "tt_normsbold";
  font-weight: "normal";
  font-style: "normal";
  src: url("../fonts/ttnorms-bold-webfont.eot");
  src: url("../fonts/ttnorms-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ttnorms-bold-webfont.woff") format("woff"),
    url("../fonts/ttnorms-bold-webfont.ttf") format("truetype"),
    url("../fonts/ttnorms-bold-webfont.svg#tt_normsbold") format("svg");
}
.btn:focus,
.btn.active,
input:focus,
input:hover,
button:focus,
button.focus,
button:hover,
button:active,
button.active,
a:focus,
.btn:active:focus {
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -ms-outline: none;
  -o-outline: none;
}
a,
.btn {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover,
a:focus,
.btn:hover,
.btn:focus {
  text-decoration: none;
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -ms-outline: none;
  -o-outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.font-rg {
  font-family: "tt_normsregular", sans-serif;
}
.font-md {
  font-family: "tt_normsmedium", sans-serif;
}
.font-bd {
  font-family: "tt_normsbold", sans-serif !important;
}
.text-black {
  color: #000 !important;
}
.text-primary {
  color: #4760f3 !important;
}
.bgPrimary {
  background-color: #4760f3 !important;
}
.bgSecondary {
  background-color: #ffd000 !important;
}
.ant-notification {
  z-index: 100000 !important;
}
.modal-confirm-button {
  margin: 20px 13px 12px 12px !important;
  padding: 12px 20px !important;
  background-color: rgb(30, 224, 172) !important;
  border: 0;
  border-radius: 3.5px !important;
  box-shadow: none !important;
  font-size: 0.9375rem !important;
  font-weight: 400 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
.modal-confirm-button:hover {
  background-image: linear-gradient(
    rgba(31, 43, 58, 0.1),
    rgba(31, 43, 58, 0.1)
  ) !important;
}
.modal-cancell-button {
  background-color: #e85347;
  color: white;
  margin: 20px 0px 12px 13px !important;
  padding: 12px 20px !important;
  border-radius: 3.5px !important;
  font-size: 0.9375rem !important;
  font-weight: 400 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}
.modal-cancell-button:hover {
  background-image: linear-gradient(
    rgba(31, 43, 58, 0.1),
    rgba(31, 43, 58, 0.1)
  ) !important;
  color: white;
}
.modal-alert-text {
  color: #8094ae !important;
  font-size: 0.875rem !important;
  font-weight: normal !important;
  line-height: normal !important;
  text-align: center !important;
  word-wrap: break-word !important;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(4);
    transform: scale(4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(40);
    transform: scale(40);
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(4);
    transform: scale(4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(40);
    transform: scale(40);
  }
}
html {
  height: 100%;
}
body {
  color: #000;
  font-family: "tt_normsregular", sans-serif;
  min-height: 100%;
  font-size: 16px;
  position: relative;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1426px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1150px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
  }
}
a:hover {
  text-decoration: none;
}
:focus {
  outline: 0 !important;
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -ms-outline: none;
  -o-outline: none;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
@media (max-width: 1199.98px) {
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #e2e5e6;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  background-color: #4760f3;
}
.ripple-effect-dark,
.ripple-effect {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ripple-effect span.ripple-overlay,
.ripple-effect-dark span.ripple-overlay {
  -webkit-animation: ripple 0.9s;
  animation: ripple 0.9s;
  border-radius: 100%;
  background: #fff;
  height: 12px;
  position: absolute;
  width: 12px;
  line-height: 12px;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}
.ripple-effect-dark span.ripple-overlay {
  background: #000;
  opacity: 0.07;
}
.contactLink p {
  margin-bottom: 0px;
  padding: 40px;
  font-size: 20px;
  font-family: "tt_normsmedium", sans-serif;
  line-height: 32px;
}
.contactLink p a {
  color: #fff;
  text-decoration: underline;
}
.contactLink p a:hover,
.contactLink p a:focus,
.contactLink p a:active {
  color: #ffd000;
}
@media (max-width: 767.98px) {
  .contactLink p {
    padding: 20px;
    font-size: 16px;
    line-height: 26px;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: "tt_normsmedium", sans-serif;
  border-radius: 3px;
  padding: 14px 30px;
}
.btn-min-width {
  width: 165px;
}
.btn-primary {
  border-color: #000;
  color: #fff;
  background-color: #000;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
  border-color: #000;
  background: #000;
  color: #fff;
  outline: none;
  box-shadow: none !important;
}
.btn-secondary {
  border-color: #fff;
  color: #000;
  background-color: #fff;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled):active {
  border-color: #ebebeb;
  background: #ebebeb;
  color: #000;
  outline: none;
  box-shadow: none;
}
@media (max-width: 1440px) {
  .btn {
    font-size: 16px;
    padding: 10px 25px;
  }
}
.innerBanner {
  height: 564px;
}
.innerBanner-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
.innerBanner-content {
  max-width: 595px;
  position: relative;
  z-index: 1;
}
.innerBanner-title {
  font-size: 60px;
  margin-bottom: 15px;
}
.innerBanner p {
  font-size: 20px;
}
@media (max-width: 1599px) {
  .innerBanner-title {
    font-size: 40px;
  }
  .innerBanner p {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .innerBanner {
    height: 300px;
  }
  .innerBanner-title {
    font-size: 30px;
  }
  .innerBanner p {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .innerBanner-title {
    font-size: 24px;
  }
}
.progressive {
  overflow: hidden;
  position: relative;
  background: transparent;
}
.progressive__img {
  transform: translateZ(0);
}
.progressive--not-loaded {
  filter: blur(30px);
  transform: scale(1.1);
}
.progressive--is-loaded {
  filter: blur(20px);
  animation: a 0.5s both;
  transform: scale(1);
}
@keyframes a {
  0% {
    filter: blur(20px);
  }
  to {
    filter: blur(0);
  }
}
.form-group {
  margin-bottom: 30px;
}
/* .form-group .form-group-label {
    font-size: 18px;
    font-family: "tt_normsbold", sans-serif;
} */
.form-group .form-control {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #000;
  color: #000;
  padding: 12px 0;
}
.form-group .form-control:focus {
  box-shadow: none;
}
.form-group .form-group-label {
  font-size: 16px;
  font-family: "tt_normsbold", sans-serif;
}
.mainHeader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}
.mainHeader.fixed {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}
.mainHeader.fixed .navbar {
  padding: 20px 0;
}
.mainHeader.fixed .navbar .logo-dark {
  display: block;
}
.mainHeader.fixed .navbar .logo-light {
  display: none;
}
.mainHeader.fixed .navbar .nav-item .nav-link {
  color: #000;
}
.mainHeader.fixed .navbar .nav-item .nav-link:hover,
.mainHeader.fixed .navbar .nav-item .nav-link:focus,
.mainHeader.fixed .navbar .nav-item .nav-link:active {
  color: #4760f3;
}
.mainHeader.fixed .navbar .nav-item.active .nav-link {
  color: #4760f3;
}
@media (max-width: 991.98px) {
  .mainHeader.fixed {
    padding-bottom: 0px;
  }
  .mainHeader.fixed .navbar-toggler .line {
    border: 1px solid #000 !important;
  }
}
.mainHeader .navbar {
  padding: 40px 0 0;
  z-index: 2;
}
.mainHeader .navbar .navbar-brand {
  z-index: 1;
  padding: 0;
}
.mainHeader .navbar .logo-dark {
  display: none;
}
.mainHeader .navbar .nav-item:not(:last-child) {
  margin-right: 30px;
}
.mainHeader .navbar .nav-item .nav-link {
  font-size: 20px;
  color: #fff;
  font-family: "tt_normsmedium", sans-serif;
  padding: 0;
}
.mainHeader .navbar .nav-item .nav-link:hover,
.mainHeader .navbar .nav-item .nav-link:focus,
.mainHeader .navbar .nav-item .nav-link:active {
  color: #ffd000;
}
.mainHeader .navbar .nav-item.active .nav-link {
  color: #ffd000;
}
@media (max-width: 1799px) {
  .mainHeader .navbar .navbar-brand img {
    width: 180px;
  }
  .mainHeader .navbar .nav-item .nav-link {
    font-size: 18px;
  }
}
@media (max-width: 1599px) {
  .mainHeader .navbar {
    padding-top: 35px;
  }
  .mainHeader .navbar .navbar-brand img {
    width: 140px;
  }
}
@media (max-width: 991.98px) {
  .mainHeader .navbar {
    padding-top: 20px;
  }
  .mainHeader .navbar .navbar-collapse {
    background-color: #fff;
    margin-left: -15px !important;
    margin-right: -15px;
    margin-top: 15px;
  }
  .mainHeader .navbar .navbar-collapse ul .nav-item .nav-link {
    font-size: 16px;
    color: #000;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
  }
  .mainHeader .navbar .navbar-brand img {
    width: 110px;
  }
  .mainHeader .navbar .navbar-toggler {
    padding: 0;
    border: 0;
    width: 22px;
    margin-left: 5px;
  }
  .mainHeader .navbar .navbar-toggler:focus {
    box-shadow: none;
  }
  .mainHeader .navbar .navbar-toggler .line {
    border: 1px solid #fff;
    width: 22px;
    transition: all 0.2s;
    display: block;
    margin-top: 6px;
  }
  .mainHeader .navbar .navbar-toggler .line:nth-of-type(1) {
    transform: rotate(0);
    margin-top: 0;
  }
  .mainHeader .navbar .navbar-toggler .line:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .mainHeader .navbar .navbar-toggler .line:nth-of-type(3) {
    transform: rotate(0);
  }
  .mainHeader
    .navbar
    .navbar-toggler[aria-expanded="true"]
    .line:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    width: 28px;
  }
  .mainHeader
    .navbar
    .navbar-toggler[aria-expanded="true"]
    .line:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .mainHeader
    .navbar
    .navbar-toggler[aria-expanded="true"]
    .line:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    width: 28px;
  }
}
.footer-top {
  padding: 70px 0 50px;
}
.footer-logo {
  margin-bottom: 24px;
}
.footer-txt {
  margin-bottom: 40px;
}
.footer-links li:not(:last-child) {
  margin-right: 45px;
}
.footer-links li a {
  color: #000;
  font-size: 18px;
}
.footer-links li a:hover,
.footer-links li a:focus,
.footer-links li a:active {
  color: #4760f3;
}
.footer-social {
  text-align: right;
}
.footer-social li:not(:last-child) {
  margin-right: 30px;
}
.footer-social li a {
  color: #000;
  font-size: 20px;
}
.footer-social li a:hover,
.footer-social li a:focus,
.footer-social li a:active {
  color: #4760f3;
}
.footer-social li .icon-youtube {
  font-size: 22px;
}
.footer-copyright {
  padding: 20px;
  background-color: #f8f8f8;
}
.footer-copyright p {
  font-size: 14px;
}
@media (max-width: 1599px) {
  .footer-logo {
    height: 35px;
  }
  .footer-links li:not(:last-child) {
    margin-right: 20px;
  }
  .footer-links li a {
    font-size: 16px;
  }
  .footer-app img {
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .footer-top {
    padding: 50px 0 20px;
    text-align: center;
  }
  .footer-app {
    display: flex;
    justify-content: center;
  }
  .footer-app img {
    margin-bottom: 30px;
  }
  .footer-social {
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .footer-top {
    padding: 20px 0 20px;
    text-align: center;
  }
  .footer-logo {
    height: 30px;
  }
  .footer-app {
    text-align: center !important;
  }
  .footer-app img {
    height: 40px;
    margin-bottom: 30px;
  }
  .footer-txt {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .footer-links li:not(:last-child) {
    margin-right: 12px;
  }
  .footer-links li a {
    font-size: 15px;
  }
  .footer-social {
    margin-top: 20px;
    text-align: center;
  }
}
.homePage .banner {
  height: 100vh;
}
.homePage .banner-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  background-position: center;
}
.homePage .banner-content {
  position: relative;
  z-index: 1;
}
.homePage .banner-title {
  font-size: 60px;
  line-height: 1.25;
  margin-bottom: 30px;
}
.homePage .banner-txt {
  margin-bottom: 70px;
  font-size: 24px;
  max-width: 541px;
}
.homePage .banner-app h6 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 1700px) {
  .homePage .banner-title {
    font-size: 40px;
  }
  .homePage .banner-txt {
    font-size: 22px;
  }
}
@media (max-width: 1599px) {
  .homePage .banner-txt {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .banner {
    height: auto;
  }
  .homePage .banner-content {
    padding: 150px 0;
  }
  .homePage .banner-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .homePage .banner-txt {
    margin-bottom: 40px;
  }
  .homePage .banner-app img {
    height: 40px;
  }
  .homePage .banner-app h6 {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .homePage .banner-content {
    padding: 125px 0 10px;
  }
  .homePage .banner-title {
    max-width: 300px;
  }
}
@media (max-width: 767.98px) {
  .homePage .banner-content {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    margin-left: -15px;
    margin-right: -15px;
    padding: 90px 0;
  }
  .homePage .banner-title {
    font-size: 24px;
    margin: 0 auto 20px;
    max-width: 240px;
  }
  .homePage .banner-txt {
    font-size: 15px;
    text-align: center;
    margin: 0 auto 30px;
  }
  .homePage .banner-app img {
    height: 35px;
  }
  .homePage .banner-app h6 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.homePage .howitwork {
  background-repeat: no-repeat;
  background-position: left bottom;
}
.homePage .howitwork-top {
  max-width: 806px;
  position: absolute;
  padding: 50px 80px;
  top: -130px;
  z-index: 20;
}
.homePage .howitwork-top h4 {
  font-size: 40px;
  color: #fff;
  font-family: "tt_normsmedium", sans-serif;
}
.homePage .howitwork-top p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0px;
}
.homePage .howitwork-content {
  padding: 200px 0 100px;
}
.homePage .howitwork-title {
  font-size: 56px;
}
.homePage .howitwork-list {
  max-width: 540px;
  margin-left: auto;
}
.homePage .howitwork-list li:not(:last-child) {
  margin-bottom: 70px;
}
.homePage .howitwork-list li img {
  margin-right: 20px;
}
.homePage .howitwork-list li h4 {
  font-size: 20px;
  margin-bottom: 5px;
}
.homePage .howitwork-list li p {
  font-size: 20px;
}
@media (max-width: 1799px) {
  .homePage .howitwork-content {
    padding: 160px 0 100px;
  }
  .homePage .howitwork-title {
    font-size: 34px;
  }
}
@media (max-width: 1599px) {
  .homePage .howitwork {
    background-size: 600px;
  }
  .homePage .howitwork-top {
    padding: 40px 35px;
    top: -100px;
    max-width: 580px;
  }
  .homePage .howitwork-top h4 {
    font-size: 30px;
  }
  .homePage .howitwork-top p {
    font-size: 18px;
  }
  .homePage .howitwork-content {
    padding: 155px 0 50px;
  }
  .homePage .howitwork-list {
    max-width: none;
  }
  .homePage .howitwork-list li:not(:last-child) {
    margin-bottom: 35px;
  }
  .homePage .howitwork-list li p {
    font-size: 16px;
  }
  .homePage .howitwork-list li img {
    max-width: 50px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .howitwork {
    background-size: 400px;
  }
  .homePage .howitwork-top {
    padding: 20px;
    top: -60px;
  }
  .homePage .howitwork-top h4 {
    font-size: 24px;
  }
  .homePage .howitwork-top p {
    font-size: 18px;
  }
  .homePage .howitwork-title {
    font-size: 30px;
  }
  .homePage .howitwork-list li h4 {
    font-size: 18px;
  }
  .homePage .howitwork-list li p {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .homePage .howitwork {
    background-image: none !important;
  }
  .homePage .howitwork-top {
    padding: 15px;
    left: 20px;
    right: 20px;
    max-width: 100%;
  }
  .homePage .howitwork-top h4 {
    font-size: 18px;
  }
  .homePage .howitwork-top p {
    font-size: 15px;
  }
  .homePage .howitwork-content {
    padding: 70px 0 20px;
  }
  .homePage .howitwork-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
  }
  .homePage .howitwork-list li:not(:last-child) {
    margin-bottom: 25px;
  }
  .homePage .howitwork-list li img {
    margin-right: 20px;
    max-width: 45px;
  }
  .homePage .howitwork-list li h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 561.98px) {
  .homePage .howitwork-content {
    padding: 90px 0 20px;
  }
}
@media (max-width: 420.98px) {
  .homePage .howitwork-content {
    padding: 120px 0 20px;
  }
}
.homePage .flowProcess {
  padding: 100px 0px;
}
.homePage .flowProcess .container {
  max-width: 1138px;
}
.homePage .flowProcess:before {
  content: "";
  position: absolute;
  left: 50%;
  border: 2px dashed #e8e8e8;
  bottom: 0;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.homePage .flowProcess:after {
  background-image: url("../../assets/images/car.png");
  width: 82px;
  height: 179px;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 16%;
  left: 50%;
  right: 0;
  transform: translate(-50%, 0px);
}
.homePage .flowProcess h4 {
  font-size: 30px;
  margin-bottom: 15px;
}
.homePage .flowProcess p {
  font-size: 20px;
  margin-bottom: 40px;
}
.homePage .flowProcess-left {
  max-width: 461px;
}
.homePage .flowProcess-left:nth-child(odd) {
  justify-content: center;
  align-items: center;
}
.homePage .flowProcess-right {
  max-width: 440px;
  margin-left: auto;
}
.homePage .flowProcess-right:nth-child(even) {
  justify-content: center;
  align-items: center;
}
@media (max-width: 1799px) {
  .homePage .flowProcess {
    padding: 50px 0;
  }
}
@media (max-width: 1599px) {
  .homePage .flowProcess {
    padding: 40px 0;
  }
  .homePage .flowProcess:after {
    background-size: 60px;
  }
  .homePage .flowProcess h4 {
    font-size: 26px;
  }
  .homePage .flowProcess p {
    font-size: 18px;
  }
  .homePage .flowProcess-left img {
    height: 300px;
  }
  .homePage .flowProcess-right img {
    height: 300px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .flowProcess:after {
    top: 14%;
    background-size: 45px;
  }
  .homePage .flowProcess h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .homePage .flowProcess p {
    font-size: 16px;
  }
  .homePage .flowProcess .container {
    max-width: 850px;
  }
  .homePage .flowProcess-left,
  .homePage .flowProcess-right {
    max-width: 330px;
  }
}
@media (max-width: 767.98px) {
  .homePage .flowProcess {
    padding: 30px 0;
  }
  .homePage .flowProcess:before {
    display: none;
  }
  .homePage .flowProcess:after {
    display: none;
  }
  .homePage .flowProcess h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .homePage .flowProcess p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .homePage .flowProcess-left {
    margin: 0 auto;
  }
  .homePage .flowProcess-left:nth-child(odd) {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .homePage .flowProcess-right {
    /* margin-top: 20px; */
    margin: 0 auto;
    text-align: center !important;
  }
  .homePage .flowProcess-right:nth-child(even) {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .homePage .flowProcess {
    padding: 0 0 30px;
  }
  .homePage .flowProcess-right img,
  .homePage .flowProcess-left img {
    height: 200px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .homePage .flowProcess p {
    margin-bottom: 0;
  }
  .homePage .flowProcess-left:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.homePage .trainer-txt {
  padding: 150px 0;
  max-width: 530px;
}
.homePage .trainer-txt h2 {
  font-size: 60px;
  margin-bottom: 20px;
}
.homePage .trainer-txt p {
  font-size: 24px;
  margin-bottom: 40px;
}
.homePage .trainer-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1799px) {
  .homePage .trainer-txt h2 {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .homePage .trainer-txt p {
    font-size: 20px;
  }
}
@media (max-width: 1599px) {
  .homePage .trainer-txt {
    padding: 60px 0;
  }
  .homePage .trainer-txt h2 {
    font-size: 35px;
  }
  .homePage .trainer-store img {
    height: 40px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .trainer-txt h2 {
    font-size: 30px;
  }
  .homePage .trainer-txt p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .homePage .trainer-txt {
    padding: 40px 0;
    text-align: center;
    margin: 0 auto;
  }
  .homePage .trainer-txt h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .homePage .trainer-txt p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .homePage .trainer-store {
    justify-content: center;
  }
  .homePage .trainer-store img {
    height: 35px;
  }
  .homePage .trainer-img {
    display: none;
  }
}
.homePage .faq {
  padding: 80px 0;
}
.homePage .faq-bg {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.homePage .faq-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
}
.homePage .faq-title {
  font-size: 56px;
  margin-bottom: 50px;
}
.homePage .faq .card {
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.homePage .faq .card-header {
  padding: 20px 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}
.homePage .faq .card h5,
.homePage .faq .card p {
  margin-bottom: 0px;
  align-items: center;
}
.homePage .faq .card-title {
  margin-bottom: 0px;
  align-items: center;
}
.homePage .faq .card-title .num {
  margin-right: 40px;
  font-size: 24px;
}
.homePage .faq .card-title .icon {
  font-size: 24px;
  color: #fff;
}
.homePage .faq .card-title a[aria-expanded="true"] .icon-plus:before {
  content: "\e906";
}
.homePage .faq .card-body {
  padding: 0 20px 20px 70px;
}
.homePage .faq-btn {
  margin-top: 40px;
}
@media (max-width: 1799px) {
  .homePage .faq {
    padding: 40px 0;
  }
  .homePage .faq-title {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .faq-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .homePage .faq .card h5 {
    font-size: 18px;
  }
  .homePage .faq .card-header {
    padding: 10px 0;
  }
  .homePage .faq .card-title .num {
    margin-right: 25px;
    font-size: 22px;
  }
  .homePage .faq-btn {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .homePage .faq {
    padding: 20px 0;
  }
  .homePage .faq-title {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .homePage .faq .card h5 {
    font-size: 16px;
  }
  .homePage .faq .card p {
    font-size: 14px;
  }
  .homePage .faq .card-title .num {
    margin-right: 24px;
    font-size: 18px;
  }
  .homePage .faq .card-body {
    padding: 0 20px 20px 45px;
  }
}
.homePage .appScreen {
  padding: 80px 0px;
}
.homePage .appScreen-title {
  font-size: 56px;
  margin-bottom: 25px;
}
.homePage .appScreen-txt {
  font-size: 20px;
  margin-bottom: 55px;
}
.homePage .appScreen-content {
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1799px) {
  .homePage .appScreen-title {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1599px) {
  .homePage .appScreen {
    padding: 40px 0;
  }
  .homePage .appScreen-title {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .homePage .appScreen-txt {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .homePage .appScreen-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .homePage .appScreen-content {
    background-size: 220px;
  }
  .homePage .appScreen-content .column:not(:last-child) {
    margin-bottom: 15px;
  }
  .homePage .appScreen-content .column img {
    max-height: 350px;
  }
}
@media (max-width: 991.98px) {
  .homePage .appScreen {
    padding: 30px 0;
  }
  .homePage .appScreen-content .column img {
    max-height: 240px;
  }
  .homePage .appScreen-txt {
    max-width: 600px;
    margin: 0 auto 45px;
  }
}
@media (max-width: 767.98px) {
  .homePage .appScreen {
    padding: 30px 0;
  }
  .homePage .appScreen-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .homePage .appScreen-txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .homePage .appScreen .column {
    flex: 0 0 33.33%;
  }
}
@media (max-width: 449.98px) {
  .homePage .appScreen-content {
    background-image: none !important;
  }
  .homePage .appScreen-content .column {
    flex: 0 0 50%;
  }
  .homePage .appScreen-content .column img {
    max-height: initial;
    max-width: 100%;
  }
}
.contentPage .content {
  padding: 60px 0;
}
.contentPage .content-inner {
  max-width: 1122px;
}
.contentPage .content h5 {
  font-size: 16px;
  line-height: 24px;
  font-family: "tt_normsbold", sans-serif;
  border-top: 1px solid #e8e8e8;
  padding-top: 30px;
}
.contentPage .content h5:first-child {
  border: none;
}
.contentPage .content p {
  font-size: 16px;
  font-family: "tt_normsregular", sans-serif;
}
.contentPage .content p a {
  color: #000;
  text-decoration: underline;
}
.contentPage .content strong {
  font-family: "tt_normsbold", sans-serif;
}
.contentPage .content ul {
  padding-left: 20px;
}
.contentPage .content ul li {
  font-size: 16px;
  font-family: "tt_normsregular", sans-serif;
}
@media (max-width: 1199.98px) {
  .contentPage .content {
    padding: 20px 0;
  }
  .contentPage .content h5 {
    padding-top: 15px;
  }
  .contentPage .content p {
    font-size: 14px;
  }
}
.contactPage .contact-content {
  position: relative;
  bottom: 65px;
  padding: 60px 100px;
  background-image: url("../../assets/images/city.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 688px;
}
.contactPage .contact .media {
  margin-bottom: 60px;
}
.contactPage .contact .media-title {
  font-size: 18px;
  margin-bottom: 5px;
}
.contactPage .contact .media-txt {
  font-size: 18px;
}
.contactPage .contact .media-img {
  min-width: 47px;
  margin-right: 15px;
}
.contactPage .contact-form {
  max-width: 452px;
}
.contactPage .contact-title {
  font-size: 30px;
  margin-bottom: 20px;
}
.contactPage .contact-title--main {
  margin-bottom: 35px;
}
@media (max-width: 1599px) {
  .contactPage .contact-content {
    padding: 30px 40px;
    background-size: 600px;
  }
  .contactPage .contact .media-title {
    font-size: 16px;
  }
  .contactPage .contact .media-txt {
    font-size: 16px;
  }
  .contactPage .contact-title {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .contactPage .contact-content {
    background-size: 500px;
  }
  .contactPage .contact .media-img {
    height: 40px;
  }
}
@media (max-width: 991.98px) {
  .contactPage .contact-content {
    background-size: 400px;
    padding: 20px;
    bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  .contactPage .contact-content {
    background-image: none;
  }
  .contactPage .contact .media {
    margin-bottom: 20px;
  }
  .contactPage .contact .media-title {
    font-size: 16px;
  }
  .contactPage .contact .media-txt {
    font-size: 14px;
  }
  .contactPage .contact-form {
    max-width: none;
    text-align: center;
  }
  .contactPage .contact-form .form-group {
    text-align: left;
  }
  .contactPage .contact-title {
    margin-top: 20px;
    font-size: 18px;
  }
  .contactPage .contact-title--main {
    margin-top: 0px;
    text-align: left;
    margin-bottom: 20px;
  }
}
.faqPage .faq {
  padding: 60px 0;
}
.faqPage .faq-content {
  position: relative;
  z-index: 1;
  max-width: 1160px;
}
.faqPage .faq-title {
  font-size: 30px;
  margin-bottom: 50px;
}
.faqPage .faq .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 100px;
}
.faqPage .faq .card.active {
  background-color: #ffd000;
  margin-top: -1px;
}
.faqPage .faq .card.active .card-header {
  border-bottom: none;
}
.faqPage .faq .card-header {
  padding: 20px 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.faqPage .faq .card h5,
.faqPage .faq .card p {
  margin-bottom: 0px;
}
.faqPage .faq .card-title {
  margin-bottom: 0px;
  align-items: center;
}
.faqPage .faq .card-title .num {
  margin-right: 40px;
  font-size: 24px;
}
.faqPage .faq .card-title .icon {
  font-size: 20px;
  color: #000;
}
.faqPage .faq .card-title a[aria-expanded="true"] .icon-plus:before {
  content: "\e906";
}
.faqPage .faq .card-body {
  padding: 0 20px 20px 70px;
}
@media (max-width: 1799px) {
  .faqPage .faq .card-header {
    padding: 10px 0;
  }
  .faqPage .faq .card h5 {
    font-size: 18px;
  }
  .faqPage .faq .card p {
    font-size: 16px;
  }
  .faqPage .faq .card-title .num {
    font-size: 22px;
  }
  .faqPage .faq .card-body {
    padding: 0 20px 10px 65px;
  }
}
@media (max-width: 1199.98px) {
  .faqPage .faq {
    padding: 40px 0;
  }
  .faqPage .faq-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .faqPage .faq .card {
    padding: 0 15px;
  }
  .faqPage .faq .card h5 {
    font-size: 16px;
  }
  .faqPage .faq .card p {
    font-size: 14px;
  }
  .faqPage .faq .card-title .num {
    margin-right: 20px;
    font-size: 18px;
  }
  .faqPage .faq .card-body {
    padding: 0 20px 10px 42px;
  }
}
@media (max-width: 991.98px) {
  .faqPage .faq {
    padding: 30px 0;
  }
  .faqPage .faq-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .faqPage .faq .card-title .num {
    margin-right: 15px;
    font-size: 16px;
  }
}
.aboutPage .about-content {
  position: relative;
  bottom: 65px;
  padding: 50px 100px;
}
.aboutPage .about-box {
  padding: 0 50px;
  border-right: 1px solid #fff;
}
.aboutPage .about-box img {
  margin-bottom: 35px;
  height: 50px;
}
.aboutPage .about-box h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.aboutPage .about-box p {
  font-size: 18px;
  line-height: 28px;
}
.aboutPage .aboutLink {
  padding: 100px 0;
}
.aboutPage .aboutLink h5 {
  font-size: 36px;
  margin-bottom: 25px;
}
.aboutPage .aboutLink p {
  font-size: 20px;
  line-height: 34px;
  max-width: 925px;
}
.aboutPage .aboutLink .init p {
  font-size: 20px;
  line-height: 34px;
  max-width: 100%;
}
@media (max-width: 1599px) {
  .aboutPage .about-content {
    padding: 40px 80px;
  }
  .aboutPage .about-box {
    padding: 0 30px 0 0;
  }
  .aboutPage .about-box img {
    margin-bottom: 15px;
  }
  .aboutPage .about-box h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .aboutPage .about-box p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px !important;
  }
  .aboutPage .aboutLink {
    padding: 20px 0;
  }
  .aboutPage .aboutLink h5 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .aboutPage .aboutLink p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1199.98px) {
  .aboutPage .about-content {
    bottom: 35px;
    padding: 20px 40px;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .aboutPage .about-content {
    padding: 20px;
  }
  .aboutPage .about-box {
    border-bottom: 1px solid #fff;
    border-right: none;
    text-align: center;
    padding: 15px 0 0 0;
  }
  .aboutPage .about-box p {
    margin-bottom: 10px !important;
  }
  .aboutPage .aboutLink h5 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .aboutPage .aboutLink p {
    font-size: 16px;
    line-height: 22px;
  }
}

/*# sourceMappingURL=custom.min.css.map */

/* new css */

.icon-status:after {
  border: none;
}

.icon-status-info:after {
  background: #f83557;
}
