@charset "UTF-8";
/* Base */
/** Colors */
/** Fonts */
/* Dots */
/* From Bottom */
@keyframes fromBottom {
  0% {
    transform: translateY(10px); }
  100% {
    transform: translate(0px); } }
/** Montserrat Regular */
@font-face {
  font-family: "Montserrat Regular";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/Montserrat-Regular.woff") format("woff"); }
/** Montserrat Bold */
@font-face {
  font-family: "Montserrat Bold";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/Montserrat-Bold.woff") format("woff"); }
/** Montserrat Medium */
@font-face {
  font-family: "Montserrat Medium";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/Montserrat-Medium.woff") format("woff"); }
/* Reset */
body {
  background-color: #fff;
  overflow-x: hidden !important; }
  body a {
    color: inherit;
    text-decoration: none; }
    body a:hover {
      color: inherit;
      text-decoration: none; }
  body * {
    outline: none !important; }

div#app {
  overflow-x: hidden !important; }

/* Components */
/* Modal */
/* Layouts */
/* Header */
header#header div.middle-header {
  padding: 25px 0px; }
  header#header div.middle-header div.logo img {
    max-width: 100%;
    height: auto; }
  header#header div.middle-header nav.menu ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    text-align: right; }
    header#header div.middle-header nav.menu ul li {
      display: inline-block;
      vertical-align: middle;
      font-family: "Montserrat Bold";
      font-size: 16px;
      color: #004E9C;
      margin-left: 40px;
      transition-duration: 0.5s; }
      header#header div.middle-header nav.menu ul li:hover {
        color: #FFCA00; }
      header#header div.middle-header nav.menu ul li:first-child {
        margin-left: 0; }

/* Sidebar */
/* Footer */
footer#footer div.bottom-footer {
  padding: 35px 0px;
  background-color: #FFCA00; }
  footer#footer div.bottom-footer div.footer-tops div.footer-block {
    text-align: center; }
    footer#footer div.bottom-footer div.footer-tops div.footer-block div.footer-logo img {
      max-width: 100%;
      height: auto;
      max-height: 60px; }
    footer#footer div.bottom-footer div.footer-tops div.footer-block a.footer-button {
      width: 100%;
      display: inline-block;
      vertical-align: middle;
      height: 60px;
      line-height: 60px;
      background-color: #004E9C;
      border-radius: 100px;
      padding: 0px 20px;
      font-family: "Montserrat Bold";
      font-size: 16px;
      color: #fff; }
  footer#footer div.bottom-footer nav.footer-menu {
    text-align: center;
    margin: 30px 0px; }
    footer#footer div.bottom-footer nav.footer-menu ul {
      padding: 0;
      margin: 0;
      font-size: 0;
      color: #004E9C; }
      footer#footer div.bottom-footer nav.footer-menu ul li {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        font-family: "Montserrat Bold";
        margin: 0px 15px; }
  footer#footer div.bottom-footer div.footer-copyright {
    text-align: center;
    font-family: "Montserrat Medium";
    font-size: 12px;
    color: #0758A9; }

/* Pages */
/* Home */
main#main.home div#hero-placeholder figure.hp-image img {
  max-width: 100%;
  height: auto; }
main#main.home div#dealer-box {
  background-color: #004E9C;
  padding: 50px 0px;
  margin-bottom: 85px;
  position: relative; }
  main#main.home div#dealer-box div.box-contents {
    position: relative; }
    main#main.home div#dealer-box div.box-contents:after {
      position: absolute;
      content: "";
      bottom: 35px;
      left: -250px;
      width: 300px;
      height: 200px;
      background-image: url("../../images/dealer-bg.png");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
    main#main.home div#dealer-box div.box-contents div.title {
      font-family: "Montserrat Bold";
      font-size: 26px;
      color: #fff; }
    main#main.home div#dealer-box div.box-contents div.buttons {
      text-align: right;
      font-size: 0; }
      main#main.home div#dealer-box div.box-contents div.buttons a.button {
        display: inline-block;
        vertical-align: middle;
        height: 60px;
        line-height: 60px;
        padding: 0px 25px;
        border-radius: 100px;
        background-color: #FFCA00;
        margin-left: 20px;
        font-family: "Montserrat Bold";
        font-size: 15px;
        color: #004E9C;
        border: 1px solid #FFCA00;
        transition-duration: 0.5s; }
        main#main.home div#dealer-box div.box-contents div.buttons a.button:hover {
          background-color: #004E9C;
          color: #FFCA00; }
        main#main.home div#dealer-box div.box-contents div.buttons a.button.other {
          background-color: #004E9C;
          color: #FFCA00; }
          main#main.home div#dealer-box div.box-contents div.buttons a.button.other:hover {
            background-color: #FFCA00;
            color: #004E9C; }
        main#main.home div#dealer-box div.box-contents div.buttons a.button:first-child {
          margin-left: 0; }
main#main.home div#why-us {
  margin-bottom: 100px;
  position: relative; }
  main#main.home div#why-us:after {
    position: absolute;
    top: 0;
    content: "";
    left: -15px;
    width: 600px;
    height: 270px;
    background-image: url("../../images/why-bg.png");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: cover; }
  main#main.home div#why-us div.section-title {
    font-family: "Montserrat Black";
    font-size: 38px;
    color: #004E9C;
    margin-bottom: 35px; }
  main#main.home div#why-us div.section-listing {
    max-width: 660px;
    margin: 0 auto;
    display: block; }
    main#main.home div#why-us div.section-listing .row {
      margin: 0px -10px; }
    main#main.home div#why-us div.section-listing div.listing-block {
      margin-bottom: 20px;
      padding: 0px 10px; }
      main#main.home div#why-us div.section-listing div.listing-block div.listing-item {
        font-size: 0; }
        main#main.home div#why-us div.section-listing div.listing-block div.listing-item div.item-icon {
          width: 75px;
          height: 75px;
          line-height: 75px;
          display: inline-block;
          vertical-align: middle;
          text-align: center; }
          main#main.home div#why-us div.section-listing div.listing-block div.listing-item div.item-icon img {
            max-width: 100%;
            height: auto;
            max-height: 72px; }
        main#main.home div#why-us div.section-listing div.listing-block div.listing-item div.item-text {
          width: calc(100% - 75px);
          display: inline-block;
          vertical-align: middle;
          padding-left: 20px;
          font-family: "Montserrat Medium";
          font-size: 14px;
          line-height: 24px;
          color: #000; }
main#main.home div#info-boxs {
  margin-bottom: 80px; }
  main#main.home div#info-boxs div.section-listing div.listing-block {
    margin-bottom: 30px; }
    main#main.home div#info-boxs div.section-listing div.listing-block div.listing-item {
      min-height: 420px;
      border-radius: 30px;
      box-shadow: 0px 17px 38px rgba(83, 137, 209, 0.16);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 30px; }
      main#main.home div#info-boxs div.section-listing div.listing-block div.listing-item div.items div.item-icon {
        height: 120px;
        margin-bottom: 30px; }
        main#main.home div#info-boxs div.section-listing div.listing-block div.listing-item div.items div.item-icon img {
          max-width: 100%;
          height: auto;
          max-height: 120px; }
      main#main.home div#info-boxs div.section-listing div.listing-block div.listing-item div.items ul {
        padding: 0;
        margin: 0;
        font-family: "Montserrat Bold"; }
        main#main.home div#info-boxs div.section-listing div.listing-block div.listing-item div.items ul li {
          display: block;
          font-size: 14px;
          color: #000000;
          font-size: 18px;
          line-height: 18px;
          margin-bottom: 15px; }
          main#main.home div#info-boxs div.section-listing div.listing-block div.listing-item div.items ul li:last-child {
            margin-bottom: 0; }
main#main.home div#steps-area {
  text-align: center;
  margin-bottom: 100px; }
  main#main.home div#steps-area div.section-header {
    margin-bottom: 80px; }
    main#main.home div#steps-area div.section-header div.section-title {
      font-family: "Montserrat Bold";
      font-size: 40px;
      color: #004E9C; }
  main#main.home div#steps-area div.section-listing div.listing-block {
    margin-bottom: 30px; }
    main#main.home div#steps-area div.section-listing div.listing-block div.listing-item figure.item-image {
      max-width: 140px;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 30px;
      height: 140px;
      line-height: 150px; }
      main#main.home div#steps-area div.section-listing div.listing-block div.listing-item figure.item-image img {
        max-width: 100%;
        height: auto;
        max-height: 140px;
        display: inline-block;
        vertical-align: middle; }
    main#main.home div#steps-area div.section-listing div.listing-block div.listing-item div.item-count {
      margin: 15px 0px;
      font-family: "Montserrat Black";
      font-size: 62px;
      color: #004E9C; }
    main#main.home div#steps-area div.section-listing div.listing-block div.listing-item div.item-name {
      font-family: "Montserrat Bold";
      font-size: 24px;
      color: #000000;
      margin-bottom: 20px; }
    main#main.home div#steps-area div.section-listing div.listing-block div.listing-item div.item-desc {
      font-family: "Montserrat Medium";
      font-size: 16px;
      line-height: 26px;
      color: #000; }
main#main.home div#timeline-area {
  margin-bottom: 200px;
  position: relative; }
  main#main.home div#timeline-area:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: -60px;
    width: 1000px;
    height: 100%;
    background-image: url("../../images/car-bottom-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% 100%; }
  main#main.home div#timeline-area .container {
    max-width: 1250px; }
  main#main.home div#timeline-area div.section-header {
    margin-bottom: 80px;
    text-align: center;
    position: relative;
    z-index: 9; }
    main#main.home div#timeline-area div.section-header div.section-title {
      font-family: "Montserrat Bold";
      font-size: 40px;
      color: #004E9C; }
  main#main.home div#timeline-area div.section-listing {
    counter-reset: timeline;
    position: relative;
    z-index: 9; }
    main#main.home div#timeline-area div.section-listing div.listing-block {
      margin-bottom: 50px;
      position: relative;
      left: -100px; }
      main#main.home div#timeline-area div.section-listing div.listing-block:nth-child(even) {
        left: unset;
        right: -100px; }
        main#main.home div#timeline-area div.section-listing div.listing-block:nth-child(even) div.listing-item div.item-details {
          border-right: none;
          border-left: 10px solid #FFCA00; }
      main#main.home div#timeline-area div.section-listing div.listing-block div.listing-item {
        font-size: 0; }
        main#main.home div#timeline-area div.section-listing div.listing-block div.listing-item figure.item-image {
          width: 65%;
          display: inline-flex;
          vertical-align: middle;
          margin-bottom: 0; }
          main#main.home div#timeline-area div.section-listing div.listing-block div.listing-item figure.item-image img {
            max-width: 100%;
            height: auto; }
        main#main.home div#timeline-area div.section-listing div.listing-block div.listing-item div.item-details {
          width: 35%;
          display: inline-flex;
          vertical-align: middle;
          border: 10px solid #FFCA00;
          border-left: none;
          padding: 125px 30px;
          text-align: center;
          align-items: center;
          justify-content: center;
          font-size: 16px;
          line-height: 26px;
          color: #000;
          position: relative; }
          main#main.home div#timeline-area div.section-listing div.listing-block div.listing-item div.item-details:after {
            position: absolute;
            counter-increment: timeline;
            content: counter(timeline);
            top: -65px;
            right: calc(50% - 65px);
            width: 130px;
            height: 130px;
            background-color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: #004E9C;
            font-size: 72px;
            font-family: "Montserrat Bold"; }
  main#main.home div#timeline-area div.section-footer {
    font-size: 0;
    position: relative;
    left: -75px;
    top: -100px;
    z-index: 9; }
    main#main.home div#timeline-area div.section-footer figure.image-area {
      margin-bottom: 0;
      width: 65%;
      display: inline-block;
      vertical-align: bottom;
      position: relative;
      text-align: center;
      position: relative;
      top: 60px; }
      main#main.home div#timeline-area div.section-footer figure.image-area img {
        max-width: 80%;
        height: auto; }
    main#main.home div#timeline-area div.section-footer div.content-area {
      width: 35%;
      display: inline-block;
      vertical-align: middle;
      text-align: center; }
      main#main.home div#timeline-area div.section-footer div.content-area div.image {
        margin-bottom: 30px; }
        main#main.home div#timeline-area div.section-footer div.content-area div.image img {
          max-width: 100px;
          height: auto; }
      main#main.home div#timeline-area div.section-footer div.content-area div.desc {
        font-family: "Montserrat Medium";
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 30px; }
      main#main.home div#timeline-area div.section-footer div.content-area .button {
        min-width: 350px;
        display: inline-block;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        background-color: #004E9C;
        border-radius: 100px;
        font-family: "Montserrat Bold";
        text-align: center;
        color: #fff;
        padding: 0px 45px; }
main#main.home div#app-area {
  padding: 75px 0px 130px;
  background-color: #004E9C;
  position: relative; }
  main#main.home div#app-area div.container {
    position: relative;
    z-index: 5; }
  main#main.home div#app-area:after {
    position: absolute;
    content: "";
    top: 50px;
    left: 50px;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    background-image: url("../../images/apps-area-bg.png");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover; }
  main#main.home div#app-area div.app-area {
    font-size: 0; }
    main#main.home div#app-area div.app-area div.content-area {
      width: calc(100% - 400px);
      display: inline-block;
      vertical-align: middle;
      color: #fff; }
      main#main.home div#app-area div.app-area div.content-area div.title {
        font-family: "Montserrat Bold";
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 25px; }
      main#main.home div#app-area div.app-area div.content-area div.desc {
        font-family: "Montserrat Medium";
        font-size: 16px;
        line-height: 32px; }
      main#main.home div#app-area div.app-area div.content-area div.apps {
        margin-top: 50px; }
        main#main.home div#app-area div.app-area div.content-area div.apps div.sub-title {
          font-family: "Montserrat Bold";
          font-size: 22px;
          margin-bottom: 20px; }
        main#main.home div#app-area div.app-area div.content-area div.apps div.buttons {
          font-size: 0; }
          main#main.home div#app-area div.app-area div.content-area div.apps div.buttons a.button {
            display: inline-block;
            vertical-align: middle;
            margin-right: 15px; }
            main#main.home div#app-area div.app-area div.content-area div.apps div.buttons a.button:last-child {
              margin-right: 0; }
            main#main.home div#app-area div.app-area div.content-area div.apps div.buttons a.button img {
              max-width: 100%;
              height: auto;
              max-height: 56px; }
    main#main.home div#app-area div.app-area div.phone-area {
      width: 400px;
      display: inline-block;
      vertical-align: bottom;
      position: relative; }
      main#main.home div#app-area div.app-area div.phone-area div.phone-box {
        width: 327px;
        height: 650px;
        background-image: url("../../images/iphone-x.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        position: absolute;
        bottom: -80px;
        right: calc(50% - 163.5px);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 45px;
        text-align: center; }
        main#main.home div#app-area div.app-area div.phone-area div.phone-box div.items div.image img {
          max-width: 100%;
          height: auto; }
        main#main.home div#app-area div.app-area div.phone-area div.phone-box div.items div.desc {
          font-family: "Montserrat Medium";
          font-size: 12px;
          line-height: 20px;
          color: #3C4661;
          text-align: center;
          margin: 20px 0px; }
        main#main.home div#app-area div.app-area div.phone-area div.phone-box div.items div.button {
          display: inline-block;
          vertical-align: middle;
          font-family: "Montserrat Medium";
          font-size: 14px;
          padding: 0px 30px;
          color: #fff;
          height: 55px;
          border-radius: 8px;
          background-color: #004E9C;
          line-height: 55px; }
main#main.home div#tables-area {
  padding: 75px 0px; }
  main#main.home div#tables-area div.table-area {
    margin-bottom: 30px; }
    main#main.home div#tables-area div.table-area:last-child {
      margin-bottom: 0; }
    main#main.home div#tables-area div.table-area div.area-title {
      font-family: "Montserrat Bold";
      font-size: 45px;
      color: #004E9C;
      text-align: center; }
    main#main.home div#tables-area div.table-area div.area-desc {
      max-width: 750px;
      margin: 0 auto;
      text-align: center;
      margin-top: 15px;
      font-family: "Montserrat Medium";
      font-size: 14px;
      line-height: 20px; }
    main#main.home div#tables-area div.table-area div.table-block {
      margin-top: 50px;
      border-radius: 78px;
      box-shadow: 0px 17px 38px rgba(83, 137, 209, 0.16); }
      main#main.home div#tables-area div.table-area div.table-block div.table-head {
        height: 132px;
        border-radius: 78px 78px 0px 0px;
        background-color: #004E9C;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        padding: 0px 30px;
        font-size: 32px;
        font-family: "Montserrat Bold";
        color: #fff; }
      main#main.home div#tables-area div.table-area div.table-block div.table-content {
        background-color: #fff;
        padding: 60px 100px;
        border-radius: 0px 0px 78px 78px; }
        main#main.home div#tables-area div.table-area div.table-block div.table-content div.table-main {
          border-bottom: 1px solid #D8D8D8;
          padding: 30px 0px;
          font-family: "Montserrat Medium"; }
          main#main.home div#tables-area div.table-area div.table-block div.table-content div.table-main:first-child {
            padding-top: 0;
            font-family: "Montserrat Bold"; }
          main#main.home div#tables-area div.table-area div.table-block div.table-content div.table-main:last-child {
            padding-bottom: 0;
            border-bottom: none; }
          main#main.home div#tables-area div.table-area div.table-block div.table-content div.table-main div.table-item {
            font-size: 14px;
            line-height: 20px;
            text-align: center; }
            main#main.home div#tables-area div.table-area div.table-block div.table-content div.table-main div.table-item span {
              font-size: 10px;
              display: block; }
            main#main.home div#tables-area div.table-area div.table-block div.table-content div.table-main div.table-item span.blue {
              display: inline-block;
              vertical-align: middle;
              color: #004E9C;
              font-size: 14px;
              line-height: 20px;
              position: relative;
              top: -2px; }
main#main.home div#calculate-area {
  margin-bottom: 100px; }
  main#main.home div#calculate-area div.section-header {
    margin-bottom: 80px; }
    main#main.home div#calculate-area div.section-header div.section-title {
      font-family: "Montserrat Bold";
      font-size: 45px;
      color: #004E9C;
      text-align: center; }
  main#main.home div#calculate-area div.section-content {
    font-size: 0; }
    main#main.home div#calculate-area div.section-content div.calculate-main {
      width: calc(100% - 400px);
      border-radius: 60px;
      border: 1px solid #AFB0B3;
      padding: 30px 45px 75px;
      display: inline-block;
      vertical-align: middle; }
      main#main.home div#calculate-area div.section-content div.calculate-main div.main-title {
        font-family: "Montserrat Bold";
        font-size: 28px;
        color: #000000;
        text-align: center;
        margin-bottom: 40px; }
      main#main.home div#calculate-area div.section-content div.calculate-main div.check-list {
        margin-bottom: 30px; }
        main#main.home div#calculate-area div.section-content div.calculate-main div.check-list label.check {
          margin-bottom: 30px;
          cursor: pointer; }
          main#main.home div#calculate-area div.section-content div.calculate-main div.check-list label.check input {
            display: none; }
          main#main.home div#calculate-area div.section-content div.calculate-main div.check-list label.check input:checked ~ div.check div.icon:after {
            display: block; }
          main#main.home div#calculate-area div.section-content div.calculate-main div.check-list label.check div.check {
            font-size: 0; }
            main#main.home div#calculate-area div.section-content div.calculate-main div.check-list label.check div.check div.icon {
              width: 28px;
              height: 28px;
              border-radius: 100px;
              border: 2px solid #004E9C;
              display: inline-block;
              vertical-align: middle;
              position: relative; }
              main#main.home div#calculate-area div.section-content div.calculate-main div.check-list label.check div.check div.icon:after {
                position: absolute;
                display: none;
                top: 4px;
                left: 4px;
                content: "";
                width: 16px;
                height: 16px;
                border-radius: 100px;
                background-color: #004E9C;
                display: none; }
            main#main.home div#calculate-area div.section-content div.calculate-main div.check-list label.check div.check div.text {
              display: inline-block;
              vertical-align: middle;
              width: calc(100% - 28px);
              font-family: "Montserrat Medium";
              font-size: 14px;
              line-height: 24px;
              color: #000;
              padding-left: 15px; }
      main#main.home div#calculate-area div.section-content div.calculate-main div.slides-area div.area-block {
        margin-bottom: 30px; }
        main#main.home div#calculate-area div.section-content div.calculate-main div.slides-area div.area-block:last-child {
          margin-bottom: 0; }
        main#main.home div#calculate-area div.section-content div.calculate-main div.slides-area div.area-block div.block-title {
          font-family: "Montserrat Bold";
          font-size: 20px;
          line-height: 20px;
          color: #000000;
          margin-bottom: 25px; }
        main#main.home div#calculate-area div.section-content div.calculate-main div.slides-area div.area-block div.block-name {
          font-family: "Montserrat Medium";
          font-size: 16px;
          color: #000000;
          margin-bottom: 20px; }
        main#main.home div#calculate-area div.section-content div.calculate-main div.slides-area div.area-block div.block-area {
          margin-bottom: 20px; }
          main#main.home div#calculate-area div.section-content div.calculate-main div.slides-area div.area-block div.block-area .noUi-horizontal {
            height: 28px;
            border-radius: 100px;
            box-shadow: none;
            background-color: #F7F7F7;
            border: none; }
            main#main.home div#calculate-area div.section-content div.calculate-main div.slides-area div.area-block div.block-area .noUi-horizontal .noUi-handle {
              width: 40px;
              height: 40px;
              border-radius: 100px;
              background-color: #004E9C;
              box-shadow: 0px 3px 6px rgba(25, 32, 82, 0.16);
              border: none; }
              main#main.home div#calculate-area div.section-content div.calculate-main div.slides-area div.area-block div.block-area .noUi-horizontal .noUi-handle:after, main#main.home div#calculate-area div.section-content div.calculate-main div.slides-area div.area-block div.block-area .noUi-horizontal .noUi-handle:before {
                display: none; }
          main#main.home div#calculate-area div.section-content div.calculate-main div.slides-area div.area-block div.block-area .noUi-connects {
            border-radius: 100px; }
          main#main.home div#calculate-area div.section-content div.calculate-main div.slides-area div.area-block div.block-area .noUi-connect {
            height: 28px;
            border-radius: 100px;
            background-color: #FFCA00; }
        main#main.home div#calculate-area div.section-content div.calculate-main div.slides-area div.area-block div.block-result {
          font-family: "Montserrat Medium";
          font-size: 14px;
          color: #6A6A6A; }
    main#main.home div#calculate-area div.section-content div.results-main {
      width: 400px;
      display: inline-block;
      vertical-align: middle; }
      main#main.home div#calculate-area div.section-content div.results-main div.results-block {
        width: 100%;
        height: 460px;
        background-color: #004E9C;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px; }
        main#main.home div#calculate-area div.section-content div.results-main div.results-block:first-child {
          border-top-right-radius: 78px; }
        main#main.home div#calculate-area div.section-content div.results-main div.results-block:last-child {
          border-bottom-right-radius: 78px;
          margin-bottom: 0; }
        main#main.home div#calculate-area div.section-content div.results-main div.results-block div.items {
          text-align: center; }
          main#main.home div#calculate-area div.section-content div.results-main div.results-block div.items div.title {
            font-family: "Montserrat Bold";
            font-size: 32px;
            line-height: 32px;
            color: #FFCA00;
            margin-bottom: 20px; }
          main#main.home div#calculate-area div.section-content div.results-main div.results-block div.items div.desc {
            font-family: "Montserrat Medium";
            font-size: 18px;
            color: #fff; }
main#main.home div#faq-area {
  margin-bottom: 100px; }
  main#main.home div#faq-area div.section-header {
    margin-bottom: 50px; }
    main#main.home div#faq-area div.section-header div.section-title {
      font-family: "Montserrat Bold";
      font-size: 42px;
      color: #004E9C;
      text-align: left; }
  main#main.home div#faq-area figure.section-image {
    margin-bottom: 0; }
    main#main.home div#faq-area figure.section-image img {
      max-width: 100%;
      height: auto; }
  main#main.home div#faq-area div.accordion div.card {
    margin-bottom: 15px;
    border: none;
    overflow: unset !important; }
    main#main.home div#faq-area div.accordion div.card div.card-header {
      padding: 0;
      margin-bottom: 0;
      border-bottom: none;
      background-color: transparent;
      position: relative; }
      main#main.home div#faq-area div.accordion div.card div.card-header button {
        background-color: #fff;
        border: none;
        box-shadow: 0px -5px 22px rgba(83, 137, 209, 0.16);
        border-radius: 16px;
        font-family: "Montserrat Bold";
        font-size: 16px;
        color: #004E9C;
        padding: 25px;
        text-decoration: none !important;
        position: relative; }
        main#main.home div#faq-area div.accordion div.card div.card-header button:after {
          position: absolute;
          top: 20px;
          right: 25px;
          content: "";
          width: 33px;
          height: 33px;
          border: 2px solid #3C598A;
          border-radius: 100px;
          font-family: "Font Awesome 5 Free";
          font-weight: bold;
          content: "";
          text-align: center;
          line-height: 33px;
          color: #004E9C;
          font-size: 14px; }
      main#main.home div#faq-area div.accordion div.card div.card-header button:not(.collapsed):after {
        transform: rotate(180deg); }
    main#main.home div#faq-area div.accordion div.card div.card-body {
      padding: 25px;
      font-size: 14px; }
main#main.home div#home-boxs {
  margin-bottom: 100px; }
  main#main.home div#home-boxs div.section-header {
    margin-bottom: 85px; }
    main#main.home div#home-boxs div.section-header div.section-title {
      font-family: "Montserrat Bold";
      font-size: 45px;
      color: #004E9C;
      text-align: center; }
  main#main.home div#home-boxs div.section-listing div.listing-block div.listing-item {
    width: 100%;
    border: 1px solid #E3E4E9;
    border-radius: 30px;
    padding: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 420px;
    margin-bottom: 30px; }
    main#main.home div#home-boxs div.section-listing div.listing-block div.listing-item div.item-content div.image {
      margin-bottom: 40px; }
      main#main.home div#home-boxs div.section-listing div.listing-block div.listing-item div.item-content div.image img {
        max-width: 155px;
        height: auto; }
    main#main.home div#home-boxs div.section-listing div.listing-block div.listing-item div.item-content div.title {
      max-width: 380px;
      font-family: "Montserrat Bold";
      font-size: 20px;
      color: #060606; }
main#main.home div#info-slider {
  margin-bottom: 80px;
  font-size: 14px; }
  main#main.home div#info-slider div.owl-carousel .owl-nav button {
    width: 77px;
    height: 77px;
    background-color: #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 77px; }
    main#main.home div#info-slider div.owl-carousel .owl-nav button:hover {
      background-color: #FFCA00; }
      main#main.home div#info-slider div.owl-carousel .owl-nav button:hover img {
        filter: invert(21%) sepia(79%) saturate(2033%) hue-rotate(196deg) brightness(50%) contrast(95%); }
    main#main.home div#info-slider div.owl-carousel .owl-nav button img {
      max-width: 15px;
      height: auto; }
    main#main.home div#info-slider div.owl-carousel .owl-nav button.owl-prev {
      position: absolute;
      top: calc(50% - 38px);
      left: 25px; }
    main#main.home div#info-slider div.owl-carousel .owl-nav button.owl-next {
      position: absolute;
      top: calc(50% - 38px);
      right: 25px; }
  main#main.home div#info-slider div.owl-carousel .owl-stage {
    display: flex; }
  main#main.home div#info-slider div.owl-carousel div.item {
    display: flex;
    flex: 1 0 auto;
    height: 100%; }
    main#main.home div#info-slider div.owl-carousel div.item a.slider-item {
      width: 100%;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 81px;
      background-image: linear-gradient(to bottom, #0653a0, #03407c);
      padding: 45px 200px;
      text-align: center;
      color: #fff; }
      main#main.home div#info-slider div.owl-carousel div.item a.slider-item figure.slider-image {
        margin-bottom: 15px; }
        main#main.home div#info-slider div.owl-carousel div.item a.slider-item figure.slider-image img {
          max-width: 100%;
          height: auto; }
      main#main.home div#info-slider div.owl-carousel div.item a.slider-item .slider-title {
        font-family: "Montserrat Bold";
        font-size: 45px; }
      main#main.home div#info-slider div.owl-carousel div.item a.slider-item div.slider-desc {
        font-family: "Montserrat Medium";
        font-size: 18px;
        line-height: 33px;
        margin: 15px 0px; }
      main#main.home div#info-slider div.owl-carousel div.item a.slider-item div.slider-button {
        display: inline-block;
        background-color: #FFCA00;
        border-radius: 100px;
        color: #004E9C;
        height: 70px;
        padding: 0px 45px;
        line-height: 70px;
        font-family: "Montserrat Bold";
        font-size: 18px; }
main#main.home div#videos-area {
  margin-bottom: 50px; }
  main#main.home div#videos-area div.section-header {
    margin-bottom: 85px; }
    main#main.home div#videos-area div.section-header div.section-title {
      font-family: "Montserrat Bold";
      font-size: 45px;
      color: #004E9C;
      text-align: center; }
  main#main.home div#videos-area div.section-listing div.listing-block {
    margin-bottom: 30px; }
    main#main.home div#videos-area div.section-listing div.listing-block .listing-item {
      display: block;
      text-align: center; }
      main#main.home div#videos-area div.section-listing div.listing-block .listing-item figure.item-image {
        width: 210px;
        height: 186px;
        background-color: #004E9C;
        border-radius: 23px;
        text-align: center;
        line-height: 186px;
        display: inline-block;
        margin-bottom: 0; }
        main#main.home div#videos-area div.section-listing div.listing-block .listing-item figure.item-image img {
          max-width: 120px;
          height: auto;
          max-height: 60%; }
      main#main.home div#videos-area div.section-listing div.listing-block .listing-item div.item-title {
        font-family: "Montserrat Bold";
        font-size: 24px;
        color: #004E9C;
        margin: 30px 0px; }
      main#main.home div#videos-area div.section-listing div.listing-block .listing-item div.item-button {
        text-align: center; }
        main#main.home div#videos-area div.section-listing div.listing-block .listing-item div.item-button div.button {
          height: 60px;
          line-height: 60px;
          padding: 0px 60px;
          min-width: 150px;
          display: inline-block;
          background-color: #FFCA00;
          border-radius: 100px;
          font-family: "Montserrat Bold";
          font-size: 18px;
          color: #004E9C; }
main#main.home div#system-requirements {
  margin-bottom: 80px; }
  main#main.home div#system-requirements div.section-header {
    text-align: center;
    margin-bottom: 80px; }
    main#main.home div#system-requirements div.section-header div.section-title {
      font-family: "Montserrat Bold";
      font-size: 40px;
      color: #004E9C; }
  main#main.home div#system-requirements figure.section-image {
    margin-bottom: 0; }
    main#main.home div#system-requirements figure.section-image img {
      max-width: 100%;
      height: auto; }
  main#main.home div#system-requirements div.section-listing div.title {
    font-family: "Montserrat Black";
    font-size: 32px;
    color: #004E9C;
    margin-bottom: 30px; }
  main#main.home div#system-requirements div.section-listing ul {
    padding: 0;
    margin: 0;
    counter-reset: wow; }
    main#main.home div#system-requirements div.section-listing ul li {
      display: block;
      font-family: "Montserrat Medium";
      font-size: 14px;
      color: #000000;
      margin-bottom: 20px; }
      main#main.home div#system-requirements div.section-listing ul li:before {
        counter-increment: wow;
        content: counter(wow) ".";
        margin-right: 15px; }
      main#main.home div#system-requirements div.section-listing ul li:last-child {
        margin-bottom: 0; }
main#main.home div#home-gallery {
  padding: 60px 0px;
  background-image: linear-gradient(to bottom, #0653a0, #032a50); }
  main#main.home div#home-gallery div.owl-carousel .owl-nav button {
    width: 77px;
    height: 77px;
    background-color: #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 77px; }
    main#main.home div#home-gallery div.owl-carousel .owl-nav button:hover {
      background-color: #FFCA00; }
      main#main.home div#home-gallery div.owl-carousel .owl-nav button:hover img {
        filter: invert(21%) sepia(79%) saturate(2033%) hue-rotate(196deg) brightness(50%) contrast(95%); }
    main#main.home div#home-gallery div.owl-carousel .owl-nav button img {
      max-width: 15px;
      height: auto; }
    main#main.home div#home-gallery div.owl-carousel .owl-nav button.owl-prev {
      position: absolute;
      top: calc(50% - 38px);
      left: -125px; }
    main#main.home div#home-gallery div.owl-carousel .owl-nav button.owl-next {
      position: absolute;
      top: calc(50% - 38px);
      right: -125px; }
  main#main.home div#home-gallery div.owl-carousel div.item figure.image {
    text-align: center; }
    main#main.home div#home-gallery div.owl-carousel div.item figure.image img {
      display: inline-block;
      vertical-align: middle;
      width: unset;
      display: unset;
      max-width: 100%;
      height: auto;
      max-height: 600px;
      border-radius: 63px; }
main#main.home div#contact-form {
  background-color: white;
  padding: 60px 0px 20px;
  text-align: center;
  color: #fff; }
  main#main.home div#contact-form div.form-title {
    font-family: "Montserrat Bold";
    font-size: 32px;
    color: #004e9c;
    margin-bottom: 30px; }
  main#main.home div#contact-form form.form-area {
    margin-bottom: 35px; }
    main#main.home div#contact-form form.form-area div.form-block {
      margin-bottom: 30px; 
       width: 100%;
    }
      main#main.home div#contact-form form.form-area div.form-block div.form-input {
        width: 100%;
        height: 60px; }
        main#main.home div#contact-form form.form-area div.form-block div.form-input input {
          width: 100%;
          height: 60px;
          background-color: #fff;
          border: none;
          border-radius: 12px;
          padding: 0px 25px;
          font-family: "Montserrat";
          box-shadow: 0 0 8px rgb(75 114 173 / 15%);
          -webkit-box-shadow: 0 0 8px rgb(75 114 173 / 15%);
          font-size: 16px;
          color: #004E9C; }
        main#main.home div#contact-form form.form-area div.form-block div.form-input input::placeholder {
          color: #004E9C;
          opacity: 1; }
      main#main.home div#contact-form form.form-area div.form-block div.form-input-phone {
        width: 100%;
        height: 60px;
        line-height: 60px;
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0 0 8px rgb(75 114 173 / 15%);
        -webkit-box-shadow: 0 0 8px rgb(75 114 173 / 15%);
        padding: 0px 25px;
        font-size: 0; }
        main#main.home div#contact-form form.form-area div.form-block div.form-input-phone div.icon {
          width: 30px;
          display: inline-block;
          vertical-align: middle; }
          main#main.home div#contact-form form.form-area div.form-block div.form-input-phone div.icon img {
            max-width: 100%;
            height: auto; }
        main#main.home div#contact-form form.form-area div.form-block div.form-input-phone input {
          width: calc(100% - 30px);
          display: inline-block;
          vertical-align: middle;
          border: none;
          background-color: transparent;
          padding-left: 15px;
          font-family: "Montserrat";
          font-size: 16px;
          color: #004E9C; }
        main#main.home div#contact-form form.form-area div.form-block div.form-input-phone input::placeholder {
          color: #004E9C;
          opacity: 1; }
    main#main.home div#contact-form form.form-area div.buttons {
      text-align: center; }
      main#main.home div#contact-form form.form-area div.buttons button {
        height: 60px;
        width: 220px;
        display: inline-block;
        vertical-align: middle;
        background-color: #FFCA00;
        border-radius: 12px;
        line-height: 60px;
        font-family: "Montserrat Bold";
        font-size: 18px;
        color: #004E9C;
        border: none; }
  main#main.home div#contact-form div.form-desc {
    font-family: "Montserrat Medium";
    color:#004e9c;
    font-size: 12px; }

/* Single */
/* Vendors */
/* Responsive */
/* Max Width: 1199px */
@media (max-width: 1199px) {
  header#header div.middle-header nav.menu ul li {
    font-size: 14px;
    margin-left: 20px; }

  main#main.home div#hero-placeholder figure.hp-image {
    text-align: center; }
    main#main.home div#hero-placeholder figure.hp-image img {
      max-width: 80%; }
  main#main.home div#dealer-box {
    padding: 40px 0px;
    margin-bottom: 50px; }
    main#main.home div#dealer-box div.box-contents:after {
      display: none; }
    main#main.home div#dealer-box div.box-contents div.title {
      font-size: 20px; }
    main#main.home div#dealer-box div.box-contents div.buttons a.button {
      padding: 0px 20px;
      font-size: 14px; }
  main#main.home div#info-boxs div.section-listing div.listing-block div.listing-item {
    min-height: 350px; }
    main#main.home div#info-boxs div.section-listing div.listing-block div.listing-item div.items div.item-icon {
      height: 90px;
      line-height: 90px; }
      main#main.home div#info-boxs div.section-listing div.listing-block div.listing-item div.items div.item-icon img {
        max-height: 90px; }
  main#main.home div#why-us {
    margin-bottom: 30px; }
  main#main.home div#timeline-area:after {
    left: -15px; }
  main#main.home div#timeline-area div.section-listing div.listing-block div.listing-item div.item-details {
    padding: 75px 35px; }
  main#main.home div#tables-area div.table-area div.table-block div.table-content {
    padding: 60px; }
  main#main.home div#calculate-area div.section-content div.calculate-main {
    width: calc(100% - 350px); }
  main#main.home div#calculate-area div.section-content div.results-main {
    width: 350px; }
  main#main.home div#info-slider div.owl-carousel div.item a.slider-item figure.slider-image {
    text-align: center; }
    main#main.home div#info-slider div.owl-carousel div.item a.slider-item figure.slider-image img {
      max-width: 80%;
      display: inline-block;
      width: unset; }
  main#main.home div#info-slider div.owl-carousel div.item a.slider-item .slider-title {
    font-size: 36px;
    line-height: 46px; }
  main#main.home div#info-slider div.owl-carousel div.item a.slider-item div.slider-desc {
    font-size: 16px;
    line-height: 24px; }
  main#main.home div#info-slider div.owl-carousel div.item a.slider-item div.slider-button {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0px 30px; }
  main#main.home div#videos-area div.section-listing div.listing-block .listing-item div.item-title {
    font-size: 22px; }

  footer#footer div.bottom-footer div.footer-tops div.footer-block {
    margin-bottom: 20px; }
    footer#footer div.bottom-footer div.footer-tops div.footer-block:last-child {
      margin-bottom: 0 !important; }
  footer#footer div.bottom-footer div.footer-tops div.footer-block.col-xl-3 {
    order: 2; }
  footer#footer div.bottom-footer div.footer-tops div.footer-block.col-xl-6 {
    order: 1;
    margin-bottom: 20px; } }
/* Min Width: 1200px */
/* Max Width: 991px */
@media (max-width: 991px) {
  header#header div.middle-header {
    margin-bottom: 15px; }
    header#header div.middle-header div.logo img {
      max-width: 200px;
      height: auto; }
    header#header div.middle-header nav.menu {
      position: absolute;
      top: 30px;
      left: 15px;
      width: calc(100% - 30px);
      background-color: #004E9C;
      z-index: 9;
      border-radius: 10px;
      box-shadow: 0px -5px 22px rgba(83, 137, 209, 0.4);
      display: none; }
      header#header div.middle-header nav.menu li {
        display: block;
        width: 100%;
        margin: 0 !important;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 14px; }
        header#header div.middle-header nav.menu li:last-child {
          border-bottom: none; }
        header#header div.middle-header nav.menu li a {
          display: block;
          color: #fff;
          padding: 25px; }
    header#header div.middle-header div.buttons {
      text-align: right; }
      header#header div.middle-header div.buttons a.button {
        display: inline-block;
        width: 40px;
        height: 40px;
        background-color: #004E9C;
        border-radius: 4px;
        text-align: center;
        line-height: 40px;
        color: #fff; }
      header#header div.middle-header div.buttons a.button.menu.active i:before {
        content: ""; }

  main#main.home div#dealer-box {
    padding: 35px 0px; }
    main#main.home div#dealer-box div.box-contents div.title {
      text-align: center;
      margin-bottom: 20px;
      font-size: 26px; }
    main#main.home div#dealer-box div.box-contents div.buttons {
      text-align: center; }
  main#main.home div#info-boxs {
    margin-bottom: 50px; }
    main#main.home div#info-boxs div.section-listing div.listing-block div.listing-item {
      padding: 45px 30px;
      min-height: 300px;
      border-radius: 20px; }
      main#main.home div#info-boxs div.section-listing div.listing-block div.listing-item div.items ul li {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 10px; }
  main#main.home div#steps-area {
    margin-bottom: 50px; }
    main#main.home div#steps-area div.section-listing div.listing-block {
      margin-bottom: 75px; }
      main#main.home div#steps-area div.section-listing div.listing-block:last-child {
        margin-bottom: 0; }
      main#main.home div#steps-area div.section-listing div.listing-block div.listing-item div.item-count {
        line-height: 62px; }
      main#main.home div#steps-area div.section-listing div.listing-block div.listing-item div.item-name {
        font-size: 18px;
        line-height: 28px; }
  main#main.home div#tables-area div.table-area {
    margin-bottom: 50px; }
    main#main.home div#tables-area div.table-area div.table-block div.table-head {
      height: unset;
      padding: 45px 30px;
      font-size: 24px;
      border-radius: 36px 36px 0px 0px; }
    main#main.home div#tables-area div.table-area div.table-block div.table-content {
      border-radius: 0px 0px 36px 36px;
      padding: 45px; }
      main#main.home div#tables-area div.table-area div.table-block div.table-content div.table-main:first-child {
        display: none; }
      main#main.home div#tables-area div.table-area div.table-block div.table-content div.table-main:nth-child(2) {
        padding-top: 0; }
      main#main.home div#tables-area div.table-area div.table-block div.table-content div.table-main div.table-item {
        text-align: left;
        margin-bottom: 10px; }
        main#main.home div#tables-area div.table-area div.table-block div.table-content div.table-main div.table-item:last-child {
          margin-bottom: 0; }
        main#main.home div#tables-area div.table-area div.table-block div.table-content div.table-main div.table-item:before {
          font-size: 14px;
          display: inline-block;
          font-family: "Montserrat Bold";
          content: attr(data-name) ":"; }
  main#main.home div#calculate-area {
    margin-bottom: 30px; }
    main#main.home div#calculate-area div.section-content div.calculate-main {
      width: 100%;
      margin-bottom: 30px;
      border-radius: 36px; }
    main#main.home div#calculate-area div.section-content div.results-main {
      width: 100%; }
      main#main.home div#calculate-area div.section-content div.results-main div.results-block {
        border-radius: 36px !important;
        height: unset; }
  main#main.home div#faq-area {
    margin-bottom: 50px; }
    main#main.home div#faq-area div.section-header div.section-title {
      text-align: center; }
  main#main.home div#home-boxs {
    margin-bottom: 50px;
    padding: 0px 15px; }
    main#main.home div#home-boxs div.section-header {
      margin-bottom: 60px; }
    main#main.home div#home-boxs div.section-listing div.listing-block div.listing-item {
      height: 300px; }
      main#main.home div#home-boxs div.section-listing div.listing-block div.listing-item div.item-content div.image {
        margin-bottom: 20px; }
        main#main.home div#home-boxs div.section-listing div.listing-block div.listing-item div.item-content div.image img {
          max-width: 115px; }
      main#main.home div#home-boxs div.section-listing div.listing-block div.listing-item div.item-content div.title {
        font-size: 14px; }
  main#main.home div#timeline-area {
    margin-bottom: 75px; }
    main#main.home div#timeline-area:after {
      display: none; }
    main#main.home div#timeline-area div.section-listing div.listing-block div.listing-item {
      display: flex;
      flex-wrap: wrap; }
      main#main.home div#timeline-area div.section-listing div.listing-block div.listing-item figure.item-image {
        width: 100%;
        max-width: 600px;
        display: block;
        margin: 0 auto;
        order: 1; }
      main#main.home div#timeline-area div.section-listing div.listing-block div.listing-item div.item-details {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        display: block;
        margin-top: 60px;
        border-left: 10px solid #FFCA00 !important;
        border-right: 10px solid #FFCA00 !important;
        order: 2; }
        main#main.home div#timeline-area div.section-listing div.listing-block div.listing-item div.item-details:after {
          background-color: #fff; }
    main#main.home div#timeline-area div.section-footer {
      left: unset !important;
      top: unset !important; }
      main#main.home div#timeline-area div.section-footer figure.image-area {
        display: none; }
      main#main.home div#timeline-area div.section-footer div.content-area {
        width: 100%; }
  main#main.home div#app-area {
    padding: 75px 0px; }
    main#main.home div#app-area div.app-area div.content-area {
      width: 100%;
      text-align: center;
      margin-bottom: 50px; }
    main#main.home div#app-area div.app-area div.phone-area {
      right: 0;
      width: 100%;
      text-align: center; }
      main#main.home div#app-area div.app-area div.phone-area div.phone-box {
        position: relative;
        bottom: unset;
        right: unset !important;
        display: inline-flex; }
  main#main.home div#info-slider div.owl-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    line-height: 43px;
  }
  
  main#main.home div#info-slider div.owl-carousel .owl-nav button.owl-next  {
      top: calc(50% - 25px);
      right: 8px;
  }
  main#main.home div#info-slider div.owl-carousel .owl-nav button.owl-prev {
    top: calc(50% - 25px);
    left: 8px;
  }
  main#main.home div#info-slider div.owl-carousel .owl-nav button img {
    max-width: 10px;
}
  main#main.home div#info-slider div.owl-carousel div.item a.slider-item {
    padding: 45px 50px;
    border-radius: 36px; }
  main#main.home div#videos-area div.section-header {
    margin-bottom: 50px; }
  main#main.home div#videos-area div.section-listing div.listing-block {
    margin-bottom: 50px; }
    main#main.home div#videos-area div.section-listing div.listing-block:last-child {
      margin-bottom: 0; }
    main#main.home div#videos-area div.section-listing div.listing-block .listing-item figure.item-image img {
      max-width: 100%;
      max-height: 100px; }
    main#main.home div#videos-area div.section-listing div.listing-block .listing-item div.item-title {
      font-size: 18px;
      margin: 15px 0px; }
    main#main.home div#videos-area div.section-listing div.listing-block .listing-item div.item-button div.button {
      font-size: 14px;
      height: 50px;
      line-height: 50px;
      padding: 0px 40px; }
  main#main.home div#system-requirements {
    padding: 0px 15px;
    text-align: center;
    margin-bottom: 50px; }
    main#main.home div#system-requirements div.section-header {
      margin-bottom: 30px; }
    main#main.home div#home-gallery div.owl-carousel .owl-nav button {
        width: 45px;
        height: 45px;
        line-height: 44px;
    }
    main#main.home div#home-gallery div.owl-carousel .owl-nav button.owl-next {
      position: absolute;
      top: calc(50% - 25px);
      right: -63px;
  }
  main#main.home div#home-gallery div.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: -63px;
}
main#main.home div#home-gallery div.owl-carousel .owl-nav button img {
  max-width: 10px;
}
  main#main.home div#home-gallery div.owl-carousel div.item figure.image img {
    border-radius: 30px; }
  main#main.home div#contact-form {
    padding: 45px 0px; }

  footer#footer div.bottom-footer div.footer-tops div.footer-block {
    margin-bottom: 20px; }
    footer#footer div.bottom-footer div.footer-tops div.footer-block:last-child {
      margin-bottom: 0 !important; }
  footer#footer div.bottom-footer div.footer-tops div.footer-block.col-xl-3 {
    order: 2; }
  footer#footer div.bottom-footer div.footer-tops div.footer-block.col-xl-6 {
    order: 1;
    margin-bottom: 20px; }
  footer#footer div.bottom-footer nav.footer-menu {
    margin: 20px 0px; } }
/* Min Width: 992px */
/* Max Width: 767px */
@media (max-width: 767px) {
  main#main.home div#why-us div.section-listing div.listing-block div.listing-item {
    text-align: center; }
    main#main.home div#why-us div.section-listing div.listing-block div.listing-item div.item-icon {
      width: 100%;
      margin-bottom: 15px;
      max-height: 60px; }
      main#main.home div#why-us div.section-listing div.listing-block div.listing-item div.item-icon img {
        max-width: 100px;
        max-height: 50px; }
    main#main.home div#why-us div.section-listing div.listing-block div.listing-item div.item-text {
      width: 100%;
      padding-left: 0; }
  main#main.home div#why-us div.section-title {
    font-size: 32px;
    line-height: 42px; }
  main#main.home div#why-us div.section-listing div.listing-block div.listing-item div.item-text {
    font-size: 12px;
    line-height: 22px; }
  main#main.home div#info-slider div.owl-carousel div.item a.slider-item div.slider-title {
    font-size: 28px;
    line-height: 38px; }
  main#main.home div#info-slider div.owl-carousel div.item a.slider-item div.slider-desc {
    font-size: 14px;
    line-height: 24px; }
  main#main.home div#info-slider div.owl-carousel div.item a.slider-item div.slider-button {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    padding: 0px 25px; } }
/* Min Width: 768px */
/* Max Width: 575px */
@media (max-width: 575px) {
  header#header div.middle-header {
    padding: 20px 15px; }

  main#main.home div#dealer-box {
    margin-bottom: 40px; }
  main#main.home div#why-us {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px; }
    main#main.home div#why-us div.section-title {
      font-size: 26px;
      line-height: 36px;
      margin-bottom: 15px; }
  main#main.home div#steps-area div.section-header {
    margin-bottom: 50px; }
  main#main.home div#timeline-area {
    margin-left: -15px;
    margin-right: -15px; }
    main#main.home div#timeline-area div.section-header {
      margin-bottom: 50px; }
    main#main.home div#timeline-area div.section-listing div.listing-block {
      margin-bottom: 40px; }
  main#main.home div#app-area {
    padding: 50px 15px; }
    main#main.home div#app-area div.app-area div.content-area div.title {
      font-size: 32px;
      line-height: 42px;
      margin-bottom: 15px; }
    main#main.home div#app-area div.app-area div.content-area div.desc {
      font-size: 14px;
      line-height: 24px; }
    main#main.home div#app-area div.app-area div.content-area div.apps {
      margin-top: 15px; }
  main#main.home div#tables-area {
    padding: 30px 15px; }
  main#main.home div#calculate-area {
    padding: 0px 15px;
    margin-top: 15px; }
    main#main.home div#calculate-area div.section-header {
      margin-bottom: 50px; }
  main#main.home div#info-slider {
    margin-bottom: 50px; }
  main#main.home div#faq-area {
    padding: 0px 15px; }
  main#main.home div#videos-area div.section-listing div.listing-block {
    margin-bottom: 30px; }
    main#main.home div#videos-area div.section-listing div.listing-block .listing-item div.item-title {
      font-size: 16px; }
  main#main.home div#contact-form {
    padding: 45px 30px; padding-top: 20px;} 
    main#main.home div#home-gallery div.owl-carousel .owl-nav button.owl-next {
      position: absolute;
      top: calc(50% - 25px);
      right: 0;
  }
  main#main.home div#home-gallery div.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
}
  }
/* Min Width: 576px */
/** 1500px */
@media (max-width: 1500px) {
  main#main.home div#why-us:after {
    display: none; }
  main#main.home div#why-us div.col-lg-8 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0 !important; }
  main#main.home div#why-us div.section-title {
    text-align: center; }
  main#main.home div#timeline-area:after {
    width: 65%;
    bottom: 15px; }
  main#main.home div#timeline-area div.section-listing div.listing-block {
    left: unset !important;
    right: unset !important; } }
/* Max Width: 480px */
@media (max-width: 480px) {
  main#main.home div#dealer-box {
    padding: 30px 5px; }
    main#main.home div#dealer-box div.box-contents div.buttons a.button {
      width: 100% !important;
      margin: 0 !important;
      margin-bottom: 15px !important; }
      main#main.home div#dealer-box div.box-contents div.buttons a.button:last-child {
        margin-bottom: 0 !important; }
  main#main.home div#why-us div.section-listing div.listing-block div.listing-item {
    text-align: center; }
    main#main.home div#why-us div.section-listing div.listing-block div.listing-item div.item-icon {
      width: 100%;
      margin-bottom: 15px;
      max-height: 60px; }
      main#main.home div#why-us div.section-listing div.listing-block div.listing-item div.item-icon img {
        max-width: 100px;
        max-height: 50px; }
    main#main.home div#why-us div.section-listing div.listing-block div.listing-item div.item-text {
      width: 100%;
      padding-left: 0; }
  main#main.home div#videos-area div.section-listing div.listing-block {
    flex: 0 0 100%;
    max-width: 100%; } }
@media (max-width: 420px) {
  main#main.home div#videos-area div.section-header div.section-title {
    font-size: 42px; }
  main#main.home div#steps-area div.section-header div.section-title {
    font-size: 32px; }
  main#main.home div#tables-area div.table-area div.table-block div.table-content {
    padding: 30px; }
  main#main.home div#timeline-area div.section-header {
    margin-bottom: 50px; }
    main#main.home div#timeline-area div.section-header div.section-title {
      font-size: 32px; }
  main#main.home div#timeline-area div.section-footer div.content-area .button {
    min-width: unset;
    width: 100%; }
  main#main.home div#info-slider div.owl-carousel div.item a.slider-item {
    padding: 30px; }
  main#main.home div#calculate-area div.section-content div.calculate-main {
    padding: 35px; }
  main#main.home div#app-area div.app-area div.content-area div.apps div.buttons a.button {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0; }
    main#main.home div#app-area div.app-area div.content-area div.apps div.buttons a.button:first-child {
      margin-bottom: 15px; } }

/*# sourceMappingURL=main.css.map */
        @media  only screen and (max-width: 1200px) {
            .footer__content-social {
                justify-content: center;
            }

            .footer,
            .modal-body-text {
                margin-bottom: 70px !important;
            }


        }

        @media  only screen and (min-width: 1201px) {
            .mobile-menu {
                display: none !important;
            }

            .sticky {
                display: none !important;
            }

        }

        @media  only screen and (max-width: 400px) {
            .paddingx {
                padding-right: 0;
                padding-left: 0;
            }

        }

        .banklogohome img {
            margin: 1em 2em 0 2em;
        }

        #hakkimizdatriggerlink::after,
        #hizmetlertriggerlink::after {
            display: inline-block;
            margin-left: 0.255em;
            border-top: 0.3em solid;
            border-right: 0.3em solid transparent;
            border-bottom: 0;
            border-left: 0.3em solid transparent;
            content: "";
            margin-bottom: 2px;
        }

        #collapse-a a,
        #collapse-b a {
            color: #004e9c !important;
        }

        @media (min-width: 544px) {
            .x:hover>.dropdown-menu {
                display: block;
            }

            .x:hover>.nav-link:hover {
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
            }

            .x>.dropdown-toggle:active {
                pointer-events: none;
            }

            .hover {
                -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, .1) !important;
                box-shadow: 0 3px 14px rgba(0, 0, 0, .1) !important;
                border-bottom-left-radius: 0 !important;
                border-bottom-right-radius: 0 !important;
            }
        }

        a {
            text-decoration: none;
        }

        .cargoesHeader__button {
            padding-left: 51px !important;
            padding-right: 34px !important;
            border-radius: 32px !important;
        }

        #js-cargo-tracking-input2:focus {
            box-shadow: unset !important;
            -webkit-box-shadow: unset !important;
        }

        #js-cargo-tracking-input3:focus {
            outline: none !important;
        }

        input[type="number"]::-webkit-outer-spin-button,
        input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            appearance: none;
            -moz-appearance: none;
            margin: 0;
        }

        .form-control.is-valid,
        .was-validated .form-control:valid {
            background-image: unset;
        }

        .form-control.is-invalid,
        .was-validated .form-control:invalid {
            background-image: unset;
        }

        .sticky {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100vw;
            background: #fff;
            z-index: 3;
            -webkit-box-shadow: 3px 3px 14px rgb(119 174 255 / 20%);
            box-shadow: 3px 3px 14px rgb(119 174 255 / 20%);
            opacity: .95;
        }

        .menustick a {
            display: flex;
            align-content: center;
            align-items: center;
            flex-direction: column;
            justify-content: space-evenly;
            flex: 1;
            font-size: 12px;
            height: 65px;
            color: #004e9c !important;
            border-right: 1px solid #e8eaec;
            position: relative;
            padding: 5px 5px 0;
            text-align: center;
            line-height: 13px;
        }

        .sticky .menustick a.active:before {
            position: absolute;
            top: 0;
            content: "";
            width: 100%;
            height: 4px;
            background: #005bbb;
            opacity: .95;
        }

        .menustick a svg {
            width: 26px;
            height: 26px;
        }

        #phoneparent_mobile_login>.iti--separate-dial-code {
            border-radius: 6px;
            height: 35px;
        }

        #phoneparent_mobile_login>.iti--separate-dial-code>.iti__flag-container>.iti__selected-flag>.iti__selected-dial-code,
        #phoneparent_mobile_login>.iti--separate-dial-code>input::placeholder {
            font-weight: 400 !important;
            line-height: 19px !important;
            font-size: 12px !important;
            margin-left: 15px !important;
        }

        #phoneparent_mobile_login>.iti--separate-dial-code>.iti__flag-container {
            border-right: 2px solid #e7f2ff;
        }

        #phoneparent_mobile_login>.iti--separate-dial-code>input {
            padding: 8px 5px !important;
            font-size: 12px !important;
        }

        #phoneparent_mobile_login>.iti--separate-dial-code>.iti__flag-container>.iti__selected-flag {
            padding: 0 10px !important;
        }

        ._mobile_login>.auth__input,
        .edrpou_mobile_login {
            height: 35px;
            border-radius: 6px;
        }

        .edrpou_mobile_login input {
            font-weight: 400 !important;
            line-height: 19px !important;
            font-size: 12px !important;
            padding-left: 10px !important;
        }

        ._mobile_login>.auth__input>.auth__input-info {
            width: 86px;
            padding: 0 15px 0 10px;
            border-right: 2px solid #e7f2ff;
            -webkit-box-pack: unset;
            -ms-flex-pack: unset;
            justify-content: unset;
            min-width: unset;
        }

        #sms_code_mobile_login {
            padding: 8px 9px 8px 5px !important;
            font-weight: 400;
            line-height: 19px;
            font-size: 12px;
        }

        .kodual_mobile_login button {
            height: 35px;
            padding: 0;
            font-size: 12px;
            font-weight: 500;
            line-height: 19px;
            border-radius: 6px;
        }

        .mobile_login_modal_content {
            background: #F5F8FC;
            border-radius: 5px;
        }

        #phone_mobile_login {
            font-weight: 400;
        }

        .mobile_login_btn {
            display: flex;
            border: 1px solid #004e9c;
            align-items: center;
            justify-content: center;
            width: 50%;
            border-radius: 6px;
            box-shadow: 0 3px 15px rgb(75 114 173 / 15%);
            color: #004e9c;
            height: 35px;
            font-size: 12px;
            line-height: 19px;
            font-weight: 500;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

        .mobile_login_btn:hover {
            background: #004e9c;
            color: white;

        }

        .one.active,
        .two.active {
            color: #004e9c;

        }

        .one.active2 {
            background: white;
            border-radius: 3px;
        }


        
body main #banner {
  margin-bottom: 50px;
  padding-top: 118px;
}

body main #banner .container .row .col-12 .banner-left .banner-title {
  white-space: nowrap;
  font-size: 70px;
  line-height: 1.1;
  color: #FFCB00;
}

body main #banner .container .row .col-12 .banner-left .banner-title span {
  color: #004E9C;
}

body main #banner .container .row .col-12 .banner-left .banner-content {
  font-size: 20px;
  color: #004E9C;
  
}

body main #banner .container .row .col-12 .banner-left .btn-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 34px;
  margin-left: 20px;
}

body main #banner .container .row .col-12 .banner-left .btn-banner .banner-btn {
  width: 249px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 63px;
  border-radius: 40px;
  color: #FFFFFF;
  
  background: #004E9C;
}

body main #banner .container .row .right-col {
  position: relative;
}

body main #banner .container .row .right-col .banner-img {
  position: absolute;
  top: -120px;
  left: -125px;
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
   body main #banner .container .row .col-12 .banner-left .banner-title {
    font-size: 50px;
  }
  body main #banner .container .row .col-12 .banner-right .bus {
    left: 35px;
  }
}

@media only screen and (max-width: 992px) {
    body main #banner {
    padding-top: 60px;
    margin-bottom: 0;
  }
  body main #banner .container .row .left-col {
    margin-top: 50px;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  body main #banner .container .row .left-col .banner-left {
    text-align: center;
  }
  body main #banner .container .row .left-col .banner-left .btn-banner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 70px;
  }
  body main #banner .container .row .left-col .banner-left .btn-banner {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 600px) {
  body main #banner .container .row .col-12 .banner-left .banner-title {
    font-size: 40px;
  }
  body main #banner .container .row .col-12 {
    margin-top: 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body main #banner .container .row .col-12 img {
    width: 90%;
  }
}

@media only screen and (max-width: 500px)  {
    body main #banner .container .row .right-col {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body main #banner .container .row .right-col .banner-img {
    top: -75px;
    left: -15px;
    width: 80%;
  }
  body main #banner .container .row .left-col .btn-banner {
    margin-left: 0 !important;
  }
}