html,
body {
  max-width: 100vw !important;
}

.swiper-container.partner-swiper::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.swiper-container {
  background: -webkit-linear-gradient(#038af1 85%, white 85% 100%);
  background: -o-linear-gradient(#038af1 85%, white 85% 100%);
  background: linear-gradient(#038af1 85%, white 85% 100%);
  overflow: -webkit-paged-x !important;
  top: 0;
  left: 0;
  width: 100vw !important;
}
.swiper-slide {
  position: relative;
}

.swiper-text-container {
  width: 100%;
  color: white;
  font-weight: 600;
  text-align: left;
  font-size: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.applyButtonAlign {
  width: fit-content;
  margin-left: 0;
}
.swiper-button {
  background-color: #fcae00;
  padding: 5px;
  display: block;
  width: 130px;
  text-align: center;
  font-size: 14px;
  color: white;
  border-radius: 8px;
  font-weight: 700;
  padding: 11px 9px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 30px;
}
.swiper-button:hover {
  background-color: white;
  color: #fcae00;
}
.swiper-slide-active .swiper-button {
  display: block;
  z-index: 999;
  position: relative;
  transition: 0.3s all;
}
.swiper-image {
  width: 100%;
  position: relative;
}
.swiper-image img {
  width: 100%;
}
.desktop-slider-image {
  display: none;
}
.landing-page-header {
  background-color: #0f2238;
  position: relative;
  height: 55px;
}
.landing-page-logo-wrapper {
  position: relative;
}
.landing-page-logo-wrapper img {
  width: 210px;
  /* position: absolute; */
  /* left: 0;
  top: 0;
  margin-top: 17px; */
}
.landing-page-header-button-wrapper {
  float: right;
}
.landing-page-header-button {
  display: inline-block;
  color: white;
  font-size: 17px;
  margin: 0 18px;
  line-height: 55px;
  vertical-align: middle;
  transition: 0.3s all;
}
.landing-page-header-button:hover {
  color: #038af1;
}
.landing-page-header {
  padding: 0 5%;
  position: relative;
  width: auto;
  display: flex;
  align-items: baseline;
}
.swiper-not-active .swiper-text-container {
  opacity: 0;
  transition: opacity 0.5;
}
.swiper-active .swiper-text-container {
  opacity: 1;
  transition: opacity 0.5;
}
.apply-now-container {
  width: 100%;
  margin-top: 30px;
}
.first-title {
  font-size: 20px;
  color: #548bf1;
}

.second-title {
  font-size: 34px;
  font-weight: 600;
  color: #1c3f67;
}
.first_credit_card_content.credit_card_content {
  padding: 0 !important;
  overflow: hidden;
}
.credit_card_content {
  padding: 0 5%;
}
.icon-container {
  background: white;
  padding: 15px;
  height: calc(calc(calc(100vw * 0.9) - 140px) / 3);
  width: calc(calc(calc(100vw * 0.9) - 140px) / 3);
  text-align: center;
  margin: 20px 10px;
  border-radius: 100%;
  box-shadow: 0px 0px 5px 2px #00000026;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
}
.icon-container:hover {
  box-shadow: 0px 2px 15px 2px #00000026;
}
.icon-container img {
  height: 80%;
  vertical-align: middle;
}
.icon-box {
  display: inline-block;
}
.icon-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.icon-title {
  text-align: center;
  font-size: 3vw;
}
.partner-swiper .swiper-slide {
  padding: 5px;
  pointer-events: none;
}
.partner-swiper .swiper-slide img {
  width: 100%;
  display: table-cell;
}
.swiper-container.partner-swiper {
  min-height: 0px !important;
  background: #0f2238;
  width: 90% !important;
  margin: 15px 5% 0 5%;
}
.partners-text-container.swiper-text-container {
  padding-top: 0;
}
.first_credit_card_content.credit_card_content.partner_content {
  padding: 25px 0 !important;
  overflow: hidden;
}
.partner_content.first_credit_card_content {
  margin-top: 25px !important;
}
.hot-selection-container {
  width: 100%;
  margin-top: 25px;
  position: relative;
  box-sizing: border-box;
  border-radius: 60px;
  box-shadow: rgba(149, 157, 165, 0.4) 0px 3px 25px;
}
.hot-selection-logo {
  padding: 70px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background-color: rgba(0, 0, 0, 0);
}
.hot-selection-logo img {
  width: 100%;
  max-width: 250px;
}
.hot-selection-title {
  color: #9abde3;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 13px;
}
.hot-selection-category {
  color: white;
  width: fit-content;
  margin-bottom: 20px;
  padding: 6px 23px;
  border-radius: 25px;
  border: 1px solid white;
}
.hot-selection-details {
  font-size: 12px;
  padding: 25px 25px 80px 25px;
  background: #0f2238;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.hot-selection-wording {
  color: #ffffff;
}
.learn-more-button {
  margin-top: 22px;
  background: #028af1;
  padding: 10px 35px;
  width: fit-content;
  border-radius: 10px;
  cursor: pointer;
  color: white;
  float: right;
  font-size: 13px;
  transition: 0.3s all;
}
.why_choose_content {
  padding-top: 30px;
  padding-bottom: 30px !important;
}
.why-choose-first-text {
  color: #2c4a74;
  margin-bottom: 10px;
  font-weight: 600;
}
.why-choose-second-text {
  color: #2c4a74;
  font-weight: 200;
}
.why-choose-table {
  width: 100%;
}
.why-choose-table tr:first-child td {
  padding-top: 25px;
}
.why-choose-table tr td {
  padding-bottom: 10px;
  padding-top: 10px;
}
.why-choose-table img {
  width: 90px;
  margin-right: 5px;
}
.why-choose-image-container {
  width: 106%;
  margin-bottom: 30px;
  overflow: hidden;
}
.why-choose-image-container img {
  width: 170%;
}
.blog-content {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.blog-container {
  width: calc(50% - 1.5vw);
  margin-right: 1.8vw;
  margin-top: 25px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.3) 0px 0px 6px 2px;
}
.blog-content .blog-container:nth-child(3) {
  margin-right: 0 !important;
}
.blog-content .blog-container:nth-child(2n-1) {
  margin-right: 0 !important;
}
.blog-title {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}
.blog-details {
  font-size: 14px;
  padding: 15px 15px 15px 15px;
}
.blog-wording {
  margin-bottom: 5px;
}
.blog-image {
  width: 100%;
}
.blog-image img {
  width: 100%;
}
.view-article-button {
  background: #0f2238;
  cursor: pointer;
  width: fit-content;
  padding: 10px 25px;
  max-width: 400px;
  margin: auto;
  color: white;
  text-align: center;
  border-radius: 10px;
  transition: 0.3s all;
}
.blog-and-news-container .container > .row:nth-of-type(3) {
  text-align: center;
  margin-top: 40px;
}
.view-article-button:hover {
  background-color: #048af1;
}
.desktop {
  display: none;
}
.footer-image-container {
  width: 105%;
  margin-left: -5.5%;
}
.footer-image-container img {
  width: 100%;
}
.signup-container {
  z-index: 999;
  position: absolute;
  left: 0;
  margin-left: 7.5%;
  width: 85%;
  background: #048af1;
  margin-top: calc(1% - calc(16% + 30px));
  border-radius: 20px;
}
.credit_card_content.signup-content {
  padding-bottom: 0;
}
.signup-content {
  text-align: center;
  color: white;
  padding: 25px 15px;
}
.signup-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.signup-input {
  width: 80%;
  text-align: center;
  padding: 15px 10px;
  border-radius: 8px;
  border-width: 0px;
  margin: auto;
  margin-top: 10px;
}

.signup-input-error {
  border: #ff0044;
  border-style: solid;
}
.signup-button {
  background: #fcae00;
  border-radius: 8px;
  padding: 10px 45px;
  color: white;
  width: fit-content;
  margin: auto;
  font-weight: 700;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.3s all;
}
.signup-button:hover {
  background: #0f2238;
}
.signup-content {
  overflow-x: initial !important;
}
.landingpage-footer {
  margin-top: -15%;
  padding-top: calc(15% + 50px);
  width: 100%;
}
.footer-link-container {
  width: calc(100% - 50px);
  padding: 15px 25px;
  text-align: right;
}
.footer-link {
  display: inline-block;
  color: white;
  margin: 0 10px;
  transition: 0.3s all;
}
.footer-link:hover {
  color: #038af1;
}
.footer-logo {
  width: 200px;
  padding-left: 25px;
  padding-top: 25px;
}
.landingpage-footer {
  background-color: #0f2238;
  color: white;
  padding-bottom: 20px;
}
.landingpage-fb-icon {
  width: 22px;
  margin: 0 15px;
}
.landingpage-yt-icon {
  width: 30px;
}
.landingpage-social-icon-container {
  text-align: right;
  width: calc(100% - 65px);
  padding: 5px 25px 25px 30px;
}
.landingpage-footer hr {
  width: calc(100% - 60px);
}
.landingpage-wording-container {
  position: relative;
  font-size: 11px;
  font-weight: 100;
  width: calc(100% - 60px);
  padding-top: 10px;
  margin-left: 6%;
}
.burger-header {
  padding: 20px;
  width: 65px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.top-line {
  border-top: 2px solid white;
}
.middle-line {
  margin-top: 5px;
  border-top: 2px solid white;
}
.bottom-line {
  margin-top: 5px;
  border-top: 2px solid white;
}
.landingpage-mobile-header {
  background: #ffffff;
  max-height: 0px;
  margin-top: 55px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  overflow: hidden;
  transition: max-height 0.2s;
}
.landing-page-mobile-header-button {
  padding: 18px;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.landing-page-mobile-header-button:hover {
  background: #f9f9f9;
}
.header-arrow {
  position: absolute;
  margin: 17px 25px;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #050a11;
  border-left: 2px solid #050a11;
  transform: rotate(225deg);
}
.landing-page-mobile-header-button-expand-container {
  background: #f1f7ff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s;
}
.landing-page-mobile-header-button-expand {
  padding: 12px 18px;
  font-weight: 400;
  font-size: 12px;
  transition: all 0.3s;
}
.landing-page-mobile-header-button-expand:hover {
  color: #028af1;
  text-decoration: none;
  cursor: pointer;
}
.header-expand {
  max-height: 800px;
  transition: max-height 0.5s;
}
.active-header .header-arrow {
  transform: rotate(45deg);
  margin-top: 25px;
}
.landingpage-mobile-header-active {
  /* max-height: 500px; */
  border-bottom: 1px solid #ededed;
  min-height: 100vh;
}
.this_month_content {
  margin-top: 25px;
  margin-bottom: 25px;
}
.swiper-pagination1 {
  z-index: 0;
  padding-top: 20px;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border: 1px solid white;
  border-radius: 5px;
  background-color: white;
}
.learn-more-button:hover {
  color: #028af1;
  background: white;
}

.icon-maintainance {
  width: 35px;
  vertical-align: middle;
  line-height: 20px;
}

.faq-wrapper {
  position: relative;
  background: white;
  padding: 50px 0 0 0;
  font-size: 17px;
}
.faq-wrapper h2 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
}
.faq-question {
  font-weight: 550;
  padding-right: 30px;
  padding: 15px;
  background: #f1f7ff;
  cursor: pointer;
}
.faq-answer {
  background: #fafcff;
  max-height: 0px;
  overflow: hidden;
  font-size: 13px;
  transition: all 0.3s;
  transform: rotate(0deg);
}

.faq-answer a {
  text-decoration: underline;
}
.faq-container {
  color: black;
  height: auto;
  border-radius: 3px;
  margin-bottom: 15px;
  position: relative;
}
.faq-answer.faq-answer-active {
  margin-top: 10px;
  max-height: 300px !important;
  padding-top: 15px;
  padding: 15px;
  transition: all 0.3s;
}
.faq-answer + .arrow {
  cursor: pointer;
  transition: all 0.3s;
  transform: rotate(0deg);
}
.faq-answer.faq-answer-active + .arrow {
  transform: rotate(135deg);
}
.arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  border-radius: 15px;
  background: #dfebfa;
  height: 25px;
  margin: 12px;
  transform: rotate(0deg);
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}
.close-announcement {
  position: absolute;
  right: 0;
  top: 0;
  margin: 17px 20px;
  font-size: 17px;
  cursor: pointer;
}
.faq-question ol {
  margin: 0;
  padding-left: 20px;
}
.faq-question ol li {
  width: 98%;
  padding-right: 30px;
}

.announcement-container-main {
  padding: 0 calc(calc(100vw - 1000px) / 2);
  background: #232121;
  padding-top: 10px;
  padding-bottom: 10px;
}
.announcement-container {
  padding-bottom: 0px;
  text-align: center;
  position: relative;
  color: #fff;
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.icon-maintainance {
  width: 10%;
}
.icon-maintainance img {
  width: 35%;
}
.announcement-container .message {
  text-align: justify;
  width: 80%;
}
.announcement-container .close-announcement-active {
  width: 10%;
  margin: 0 !important;
  position: relative;
}

.announcement-container-after {
  position: absolute;
  height: 20px;
  width: 100%;
  z-index: 95;
}
.announcement-container-after .message {
  display: none;
}
.announcement-container-after .close-announcement {
}
.icon-maintainance-after {
  width: 33px;
  margin-right: 0px;
}
.announcement-container-after {
  display: none;
  height: 30px;
  padding: 10px;
  background: none;
}
.icon-maintainance-web {
  display: block;
}

.icon-maintainance-mobile {
  display: none;
}

.overlay_div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  min-height: 60vh;
}
.overlay_background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 100vh;
  min-width: 100vw;
}
.promo.overlay_content {
  min-width: 90vw;
  max-width: 90vw;
  height: auto;
  margin-top: calc(calc(100vh - 50vh) / 2);
  margin-left: 5vw;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
}
.overlay_content {
  width: 65vh;
  max-width: 80vw;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 10%;
}
.promo .overlay_close_container {
  position: absolute;
  top: 0;
  right: 0;
  color: black !important;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  vertical-align: middle;
  line-height: calc(1.8vh + 1.8vw);
  border-radius: 25px;
  font-size: calc(1.8vh + 1.8vw);
  margin: 10px;
  width: calc(2vw + 2vh);
  height: calc(2vw + 2vh);
}
.overlay_close_container {
  position: absolute;
  top: 0;
  right: 0;
  color: black;
  cursor: pointer;
}

.popupImg {
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.fixedPage {
  min-height: 100vh;
  overflow: hidden !important;
  touch-action: none;
  -ms-touch-action: none;
}

/* Media Query */
@media screen and (max-width: 1299px) {
}
@media screen and (max-width: 991px) {
  .popupImg {
    width: 70%;
  }
  .icon-maintainance-web {
    display: none;
  }

  .icon-maintainance-mobile {
    display: block;
  }
  .swiper-image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-image img {
    width: 100%;
  }
  .swiper-text-container {
    min-height: 15vh;
  }
}
@media screen and (max-width: 900px) {
  .swiper-image img {
    width: 70%;
  }
}
@media screen and (max-width: 760px) {
  .icon-maintainance img {
    width: 70%;
  }
}
@media screen and (max-width: 560px) {
  .swiper-image img {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .swiper-text-container {
    min-height: 20vh;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 350px) {
  .swiper-image {
    margin-top: 30px;
  }
}
@media screen and (max-width: 320px) {
  .footer-link {
    color: white;
    font-size: 11px;
  }
  .footer-logo {
    margin-top: 15px;
  }
  .icon-maintainance {
    margin-right: 5px;
  }
  .announcement-container .message {
    font-size: 10px;
  }
  .landingpage-footer {
    padding-top: calc(70% + 50px);
  }
}

@media screen and (min-width: 530px) {
  .icon-wrapper {
    justify-content: center;
  }
  .icon-wrapper-four .icon-container {
    text-align: center;
    margin: 20px 15px;
  }
  .why-choose-table img {
    width: 150px;
    margin-right: 5px;
  }
  .why-choose-table tr td:first-child {
    text-align: center;
  }
  .why-choose-table tr td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .icon-title {
    text-align: center;
    font-size: 12px;
  }
  .icon-container {
    background: white;
    padding: 15px;
    height: calc(calc(calc(100vw * 0.9) - 260px) / 5);
    width: calc(calc(calc(100vw * 0.9) - 260px) / 5);
    text-align: center;
    margin: 10px;
    border-radius: 100%;
    box-shadow: 0px 0px 15px 2px #00000026;
    transition: 0.3s all;
  }
}
@media screen and (min-width: 768px) {
  .icon-wrapper-four .icon-container {
    text-align: center;
    margin: 20px 45px;
  }
  .blog-content .apply-now-container {
    margin-top: 0px !important;
  }
  .this_month_content .apply-now-container {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .apply-now-container {
    margin-top: -29px !important;
  }
  .icon-box:nth-child(5) .icon-title {
    padding-right: 0px;
    text-align: center;
  }
  .this_month_content {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .landingpage-wording-container div {
    position: absolute;
    right: 0;
    top: 5px;
  }
  .landingpage-wording-container {
    margin-left: 30px;
  }
  .blog-container {
    width: calc(25% - 26px);
    margin-right: 30px;
    margin-top: 25px;
    position: relative;
    display: inline-block;
    box-shadow: rgba(149, 157, 165, 0.3) 0px 0px 6px 2px;
    transition: 0.3s all;
  }
  .blog-container:hover {
    box-shadow: rgba(149, 157, 165, 0.3) 0px 5px 6px 2px;
  }
  .blog-content .blog-container:nth-child(3) {
    margin-right: 30px !important;
  }
  .blog-content .blog-container:nth-child(5) {
    margin-right: 0 !important;
  }
  .swiper-container {
    position: relative !important;
  }
  .first_credit_card_content.credit_card_content {
    padding: 0;
    overflow: visible;
  }
  .apply-now-container {
    margin-top: 0;
  }
  .icon-title {
    text-align: center;
    font-size: 14px;
  }
  .icon-container {
    background: white;
    padding: 15px;
    height: calc(calc(calc(100vw * 0.9) - 390px) / 5);
    width: calc(calc(calc(100vw * 0.9) - 390px) / 5);
    text-align: center;
    margin: 25px;
    border-radius: 100%;
    /* box-shadow: 0px 0px 15px 2px #00000026; */
  }
}
@media screen and (min-width: 900px) {
  .landingpage-footer {
    padding-top: 13% !important;
  }
  .footer-link-container {
    width: 46%;
    padding: 15px 25px;
    margin-top: -43px;
    margin-left: calc(53% - 40px);
  }
  .credit_card_content.signup-content {
    padding-bottom: 6vw;
  }
  .footer-image-container {
    width: 90vw;
    margin-left: -20.5vw;
  }
  .signup-container {
    margin-left: 46vw;
    width: 50vw;
    background: #048af1;
    bottom: 0;
    margin-bottom: 13.5vw;
  }
  .signup-content {
    padding: 6vw 2vw;
  }
  .signup-input {
    padding: 2vw 1.5vw;
  }
  .signup-button {
    padding: 1vw 5vw;
  }
  .desktop {
    display: initial;
  }
  .mobile {
    display: none;
  }
  .why-choose-image-container img {
    width: 100%;
  }
  .why-choose-table img {
    width: 100px;
  }
  .why-choose-image-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 270px;
    margin-top: 25px;
    margin-right: -13px;
  }
  .why-choose-table {
    width: calc(100% - 270px);
    margin-right: 5%;
  }
  .hot-selection-details {
    padding: 35px 25px 90px 25px;
  }
  .hot-selection-container1 {
    margin-right: 37px;
  }
  .hot-selection-container {
    width: 47%;
    display: inline-block;
  }
  .swiper-image {
    width: 300px !important;
    position: absolute;
    top: 0;
    right: 0;
    left: initial;
  }
  .swiper-text-container {
    width: 50%;
    font-size: 23px;
  }
  .applyButtonAlign {
    margin-left: 5%;
  }
  .swiper-container {
    min-height: 320px;
    padding-top: 20px !important;
    position: relative !important;
  }
  .landing-page-logo-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 17px;
  }
  .landing-page-header-button {
    font-size: 15px;
    margin: 0 15px;
  }
  .mobile-slider-image {
    display: none;
  }
  .desktop-slider-image {
    display: block;
  }
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
  .landing-page-logo-wrapper {
    /* display: table-row; */
    flex: 1;
  }
  .landingpage-mobile-header {
    margin-top: 45px;
  }
  .landing-page-mobile-header-button-expand {
    padding: 10px 18px;
  }
  .landing-page-header-button {
    cursor: pointer;
  }
  .landingpage-mobile-header-active {
    border-bottom: 0;
  }
  .landingpage-mobile-header {
    background: unset;
  }
  .header-expand {
    transition-delay: 0.18s;
  }
  .cc {
    width: 160px;
    float: right;
    margin-right: calc(395px + 5vw);
  }
  .insurance {
    width: 160px;
    float: right;
    margin-right: calc(115px + 5vw);
  }
  .loan {
    width: 160px;
    float: right;
    margin-right: calc(255px + 5vw);
  }
  .other {
    width: 160px;
    float: right;
    margin-right: 25px;
  }
  .header-desktop {
    display: block;
  }
  .header-mobile {
    display: none;
  }
  .landing-page-mobile-header-button {
    display: none;
  }
  .close-announcement {
    margin: 17px 5%;
  }
  .landing-page-logo-wrapper img {
    display: block;
  }
  .popupImg {
    width: 28vw;
  }
}
@media screen and (min-width: 1300px) {
  .close-announcement {
    margin: 16px calc(calc(100vw - 850px) / 2) !important;
  }
  .icon-wrapper-four .icon-container {
    text-align: center;
    margin: 20px 69px;
  }
  .hot-selection-container1,
  .hot-selection-container2 {
    width: 45% !important;
  }
  .hot-selection-details {
    padding: 25px 25px 80px 25px;
  }
  .hot-selection-logo {
    padding: 40px 70px;
  }
  .hot-selection-logo img {
    width: 60%;
    max-width: 250px;
  }
  .cc {
    width: 200px;
    margin-right: calc(calc(calc(100vw - 1000px) / 2) + 390px) !important;
  }
  .loan {
    width: 200px;
    margin-right: calc(calc(calc(100vw - 1000px) / 2) + 250px) !important;
  }
  .insurance {
    width: 200px;
    margin-right: calc(calc(calc(100vw - 1000px) / 2) + 110px) !important;
  }
  .other {
    width: 200px;
    margin-right: calc(calc(calc(100vw - 1000px) / 2) - 20px) !important;
  }
  .footer-image-container img {
    width: 91%;
    margin-left: -6.5%;
  }
  .icon-box:nth-child(5) .icon-title {
    padding-left: 30px;
    text-align: center;
  }
  .footer-logo,
  .landingpage-social-icon-container {
    padding-left: 0;
    margin-right: 0;
  }
  .landingpage-wording-container {
    width: 100%;
  }
  .landingpage-social-icon-container,
  .landingpage-footer hr {
    width: 100%;
  }
  .footer-link-container {
    padding-right: 0px;
    margin-left: 52%;
  }
  .landingpage-wording-container,
  .landingpage-footer hr {
    margin-left: 0;
  }
  .credit_card_content.signup-content {
    margin-top: 30px;
    padding-bottom: 0 !important;
  }
  .landingpage-footer {
    padding-top: 250px !important;
    margin-top: -200px;
  }
  .landingpage-footer {
    width: 1000px;
    padding-right: calc(calc(100vw - 1000px) / 2);
    padding-left: calc(calc(100vw - 1000px) / 2);
  }
  .footer-image-container {
    margin-left: 0px !important;
    width: 800px !important;
  }
  .signup-container {
    margin-right: calc(calc(100vw - 1000px) / 2);
    right: 0;
    left: inherit;
    width: 400px;
    background: #048af1;
    bottom: 0;
    margin-bottom: 35px;
  }
  .signup-content {
    padding: 50px 20px;
  }
  .signup-input {
    padding: 15px 10px;
  }
  .signup-button {
    padding: 10px 30px;
  }
  .why-choose-image-container {
    margin-right: calc(calc(100vw - 1000px) / 2);
  }
  .credit_card_content.why_choose_content {
    padding-top: 20px !important;
  }
  .hot-selection-container1 {
    margin-right: 85px;
    width: 44%;
  }
  .partner_content.credit_card_content {
    width: 100% !important;
  }
  .icon-container img {
    height: 80%;
    vertical-align: middle;
  }
  .credit_card_content {
    width: 1000px;
    padding: 0 calc(calc(100vw - 1000px) / 2);
  }
  .apply-now-container {
    margin-top: 0px;
  }
  .icon-container {
    background: white;
    padding: 15px;
    height: calc(calc(1000px - 524px) / 5);
    width: calc(calc(1000px - 524px) / 5);
    text-align: center;
    margin: 20px 43px;
    border-radius: 100%;
    /* box-shadow: 0px 0px 15px 2px #00000026; */
  }
  .landing-page-header-button-wrapper {
    display: block;
  }
  .landing-page-header {
    width: 1000px;
    padding: 0 calc(calc(100vw - 1000px) / 2);
  }
  .first_credit_card_content.credit_card_content {
    width: 1000px;
    margin: auto;
    overflow-x: visible !important;
  }
  .swiper-image {
    width: 350px !important;
    margin-right: 15px;
    margin-top: 30px;
  }
  .swiper-text-container {
    width: 55%;
    font-size: 26px;
  }
  .applyButtonAlign {
    margin-left: 0;
    padding-left: 0;
  }
  .swiper-container {
    width: 1000px !important;
    position: relative !important;
    min-height: 398px;
  }
  .swiper-container.partner-swiper {
    width: 990px !important;
    overflow: hidden;
    padding: 0 !important;
    position: relative !important;
  }
  .partner-swiper .swiper-wrapper {
    width: 1000px !important;
  }

  .popupImg {
    width: 28vw;
  }
}

@media screen and (min-width: 900px) {
.swiper-pagination1 {
  z-index: 0;
  padding-top: 20px;
}
}