* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto" !important;
  font-style: normal;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#formBOParticular,
.grey_content,
.credit_card_container {
  flex: 1;
}

a,
a:hover,
a:focus {
  text-decoration: none !important;
  color: inherit;
}

.first-title {
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.second-title {
  font-family: "Roboto";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

/* Button */
.main-container .swiper-fade .swiper-button {
  border-radius: 10px;
  background: #fff;
  color: #f3716f;
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 700;
}

.main-container .swiper-fade .swiper-button:hover {
  background: #f3716f;
  color: #ffffff;
}

.tmhs-button-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.tmhs-button-container .tmhs-button {
  border-radius: 10px;
  background: #fff;

  color: #f3716f;
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 700;
  padding: 10px 30px;
  transition: all 0.3s;
}

.tmhs-container .tmhs-button:hover {
  background: #f3716f;
  color: #fff;
}

.kip-button {
  width: 40%;
  border-radius: 10px;
  border: 0;
  color: #f3716f;
  background: #fff;
  display: inline-flex;
  padding: 10px 5px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  transition: all 0.3s;
}

.kip-button:hover {
  color: #fff;
  background: #f3716f;
}

/* Header */
.axs-selection-header {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: 500%;
  background-position: top;
  position: relative;
  height: 55px;
  display: flex;
  align-items: center;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s;
}

.axs-selection-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  transition: all 0.3s;
}

.axs-selection-header-fixed::before {
  background: rgba(0, 0, 0, 0.6);
}

.axs-selection-header .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.axs-selection-header .header-desktop {
  margin-right: 0px;
}

.axs-selection-logo {
  width: 210px;
  max-width: 210px;
}

.landing-page-mobile-header-button-expand {
  font-family: "Roboto";
}

.axs-selection-header .landing-page-header-button {
  font-family: "Roboto";
  font-weight: 400;
}

.blue-bg {
  position: relative;
  background-color: white;
}

.blue-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 191, 208, 0.1);
}

/* AXS Selection Inner Page */
.filter_wording .st0 {
  fill: none !important;
}

.axsexclusive_container {
  background: none;
}

.credit_card_content {
  width: 100%;
  margin: 0;
}

.creditcard_filter_container {
  width: 100%;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.creditcard_filter_container_inner {
  background: #fff;
  /* padding-top: 30px; */
}

.creditcard_filter_container_inner .container .col-12 {
  padding-left: 0;
  padding-right: 0;
}

.axsexclusive_container_main {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /* padding-top: 55px; */
  /* display: none; */
}

/* Masthead */
.axs-selection-cover {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.axs-selection-cover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background-color: rgb(255, 255, 255);
}
.main-container .swiper-fade {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

/* APPLY NOW */
.apply-now-container {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 70px;
}

.apply-now-container .first-title {
  color: #24bfd0;
}

.apply-now-container .second-title {
  color: #000;
}

.apply-now-container .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 8vw;
  max-width: 125px;
  max-height: 125px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.05));
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}

.apply-now-container .icon-container img {
  width: 90%;
  height: 90%;
}

.apply-now-container .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.apply-now-container .icon-title {
  font-size: 18px;
  color: #000000;
}

/* OUR PARTNERS */
.our-partners-container {
  padding-top: 50px;
  padding-bottom: 70px;
}

.our-partners-container .first-title {
  color: #000;
}

.our-partners-container .second-title {
  color: #000;
}

.our-partners-container .swiper-container.partner-swiper {
  width: 100% !important;
  margin-left: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  position: relative !important;
  background: none;
}

/* THIS MONTH HOT SELECTION */
.this-month-hot-selection-container {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 70px;
}

.this-month-hot-selection-container .first-title {
  color: #24bfd0;
}

.this-month-hot-selection-container .second-title {
  color: #000;
}

.tmhs-container {
  margin-top: 40px;
}

.tmhs-img-container {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px 30px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tmhs-img {
  width: auto;
  height: 50%;
}

.tmhs-details {
  background: #000;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  color: #ffffff;
  border-radius: 0 0 30px 30px;
}

.tmhs-tag {
  width: fit-content;
  border-radius: 100px;
  border: 1.5px solid #fff;
  text-align: center;
  padding: 5px 20px;

  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.tmhs-title {
  color: #24bfd0;
  font-family: "Roboto";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  height: 65px;
}

.tmhs-content {
  color: #fff;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  height: 80px;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

/* WHY CHOOSE */
.why-choose-container {
  background-color: rgba(36, 191, 208, 0.1);
  padding-top: 50px;
  padding-bottom: 70px;
  position: relative;
  z-index: 2;
}

.why-choose-img {
  position: absolute;
  right: -3vw;
  top: 4vh;
  width: 31vw;
  max-width: 500px;
  overflow: hidden;
}

.why-choose-img img {
  width: 100%;
  max-width: 720px;
}

.why-choose-container .first-title {
  color: #000;
}

.why-choose-container .second-title {
  color: #000;
}

.why-choose-content-container {
  height: 18vh;
}

.why-choose-content-icon {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.why-choose-content-icon img {
  padding: 15px;
  width: auto;
  height: 100%;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.why-choose-content-p {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #d2e3fa;
}

.why-choose-content-p.why-choose-last {
  border-bottom: 0px;
}

.why-choose-content-p h3 {
  margin-top: 0;
  font-weight: 700;
}

.why-choose-content-p span {
  font-size: 16px;
}

/* BLOG AND NEWS */
.blog-and-news-container {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 40px;
}

.blog-and-news-container .first-title {
  color: #24bfd0;
}

.blog-and-news-container .second-title {
  color: #000;
}

.blog-and-news-container .blog-container {
  width: 100% !important;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.blog-and-news-container .blog-container:hover {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.blog-and-news-container .view-article-button {
  border-radius: 10px;
  background: #000;

  color: #fff;
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.view-article-button:hover {
  color: #000;
}

/* KEEP IN TOUCH */
.keep-in-touch-container {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  padding-top: 90px;
  position: relative;
  z-index: 1;
}

.keep-in-touch-container .keep-touch-img {
  position: absolute;
  top: 0;
  left: -20vh;
  height: 100%;
}

.keep-in-touch-container .keep-touch-img img {
  height: 100%;
  max-width: 1000px;
  object-fit: cover;
  border-radius: 30px;
}

.keep-in-touch-content {
  height: 50vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.kip-email {
  border-radius: 30px;
  background: #24bfd0;
  padding: 50px 25px;
  width: 500px;
  z-index: 1;
}

.kip-email-title {
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}

.kip-email-p {
  text-align: center;
  color: #fff;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.kip-email-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}

.kip-email-input input {
  width: 80%;
  border-radius: 10px;
  background: #2296a8;
  padding: 10px 10px;
  color: #fff;
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  border: 0;
}

.kip-email-input .email-error {
  font-size: 14px;
  color: #fd0000;
}

.kip-email-input input::placeholder {
  color: #fff;
}

.kip-email-button {
  text-align: center;
}

/* Footer */
.axs-selection-footer {
  background-image: url(../images/bg_footer.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  position: relative;
}

.axs-selection-footer .col-12 {
  width: 100%;
  max-width: 100%;
}

.axs-selection-footer .row {
  width: 100%;
  display: block;
  margin-right: 0;
  margin-left: 0;
}

.axs-home .axs-selection-footer {
  padding-top: 25vh;
  margin-top: -24vh;
}

.axs-selection-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.footer-nav-container {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.axs-selection-footer .footer-logo-img {
  width: 100%;
  max-width: 200px;
}

.footer-nav {
  display: flex;
  justify-content: end;
}

.footer-nav-item a {
  margin-left: 30px;
  color: #fff;
  text-align: right;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  transition: all 0.3s;
}

.footer-nav-item a:hover {
  color: #038af1;
  text-decoration: none;
}

.footer-social-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 70px;
}

.footer-social {
  display: flex;
  justify-content: flex-end;
}

.footer-social-item {
  margin-left: 1vh;
  width: 4vh;
}

.footer-social-item a:hover {
  transition: all 0.3s;
  filter: drop-shadow(0px 0px 3px #038af1a0);
}

.footer-social-item img {
  width: 100%;
}

.footer-bottom-copyright-container {
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #9abde3;
  display: flex;
  position: relative;
}

.footer-bottom-links {
  display: flex;
  align-items: center;

  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.footer-bottom-links-item:first-child a {
  padding-right: 1.5vh;
  border-right: 1px solid #fff;
}

.footer-bottom-links-item:last-child a {
  padding-left: 1.5vh;
}

.footer-bottom-links-item a:hover {
  color: #038af1;
  text-decoration: none;
  transition: all 0.3s;
}

.footer-copyright {
  display: flex;
  justify-content: flex-end;

  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

/* Blog Inner Page */
.first_credit_card_content.credit_card_content.axs_selection_blog {
  /* margin-top: 55px !important; */
  width: 100%;
  background-color: #e4efff;
}

.axs_selection_blog_row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.axs_selection_blog_l {
  width: 50%;
  padding-right: 10px;
  font-size: 18px;
}

.axs_selection_blog_l .first-title {
  font-weight: 400;
}

.axs_selection_blog_l .second-title {
  font-size: 50px;
}

.blog-title-container-p1 {
  font-weight: 300;
  color: #548bf1;
  font-size: 18px;
}

.blog-title-container-p3 {
  font-size: 18px;
  font-weight: 300;
}

.blog-title-container-p2 {
  font-weight: 600;
  font-size: 26px;
}

.axs_selection_blog_r {
  width: 50%;
}

.axs_selection_blog_r img {
  width: 100%;
}

.axs_selection_blog_content_main_row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.axs_selection_blog_content_filter {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.axs_selection_blog_content_filter p {
  margin: 0;
  padding-right: 20px;
  font-size: 16px;
}

.axs_selection_blog_content_filter select {
  padding: 10px 30px;
  padding-right: 40px;
  font-size: 16px;
  color: #548bf1;
  border: 1px solid #548bf1;
  border-radius: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgb(84, 139, 241)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
}

.axs_selection_blog_content_div {
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog-div {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #e4e4e4;
  margin-bottom: 65px;
  transition: all 0.3s;
}

.blog-div:hover {
  box-shadow: 0px 5px 8px #00000029;
}

.blog-div-img img {
  width: 100%;
}

.blog-div-content {
  padding: 20px;
}

.blog-div-content-cat {
  color: #548bf1;
  font-size: 16px;
  margin: 0;
}

.blog-div-content-des {
  font-size: 16px;
}

.blog-div-content-title {
  margin-top: 10px;
}

.axs_selection_blog_pagination a {
  color: #939393;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  margin-right: 5px;
  transition: all 0.3s;
}

.axs_selection_blog_pagination a.active {
  font-weight: 600;
  color: #000;
  border-bottom: 4px solid #048af1;
}

.axs_selection_blog_pagination a:hover {
  color: #000;
}

/* Blog Inner Content Page */
.axs_selection_blog_content_main {
  /* margin-top: 55px; */
  background: #fff;
}

.axs_selection_blog_content_main .axs_selection_blog_category {
  margin-top: 50px;
  padding: 7px 30px;
  font-size: 16px;
  border: 2px solid #548bf1;
  color: #548bf1;
  border-radius: 100px;
}

.axs_selection_blog_content_main .axs_selection_blog_content_div {
  padding-top: 20px;
}

.axs_selection_blog_content_main .axs_selection_blog_content_img img {
  width: 100%;
}

.axs_selection_blog_content_main .axs_selection_blog_content_img p {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  color: #707070;
  font-size: 15px;
  font-weight: 400;
}

.axs_selection_blog_content_main .axs_selection_blog_content_related_text p {
  font-size: 22px;
}

.axs_selection_blog_content_main .axs_selection_blog_content_related_back {
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.axs_selection_blog_content_main .axs_selection_blog_content_related_back a {
  font-size: 16px;
  text-decoration: underline;
}

.axs_selection_blog_content_text {
  padding-top: 10px;
  font-size: 16px;
}

.axs-selection-footer.axs-selection-blog-footer {
  padding-top: 0;
  margin-top: 0;
}
.axs_selection_blog_main {
  margin-top: 0;
}

.card_type {
  font-size: 28px;
}

#successSubscribe {
  color: #fff !important;
}

#getCurrentYear {
  display: inline-block;
  margin-right: 4px;
}

#headerFooterWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media screen and (max-width: 750px) {
  .apply_container {
    padding-top: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .apply-now-container .icon-container {
    width: 13vw;
    height: 13vw;
    margin: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .why-choose-img .mobile {
    display: block !important;
  }
  .why-choose-img .desktop {
    display: none !important;
  }
  .why-choose-container {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 50px;
  }
  .why-choose-img {
    position: relative;
    top: 0;
    right: -3vh;
    margin-bottom: 4vh;
    width: 100vw;
    max-width: none;
  }
  .why-choose-content-icon img {
    height: 90%;
    max-height: 130px;
    padding: 5px;
  }
  .keep-in-touch-content {
    height: auto;
  }
  .kip-email {
    width: 55vw;
    padding: 25px 15px;
  }
  .keep-in-touch-container .keep-touch-img .mobile {
    display: none;
  }
  .keep-in-touch-container .keep-touch-img .desktop {
    display: block;
  }
  .keep-in-touch-container .keep-touch-img {
    left: 0;
    position: relative;
    margin-bottom: -130px;
  }
  .keep-in-touch-container .keep-touch-img img {
    width: 100%;
    height: auto;
  }
  .keep-in-touch-content {
    display: flex;
    flex-direction: column;
  }
  .apply-now-container .second-title,
  .our-partners-container .second-title,
  .this-month-hot-selection-container .second-title,
  .why-choose-container .second-title,
  .blog-and-news-container .second-title {
    font-size: 30px;
  }
  .axs-selection-cover {
    /* background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 80%,
      rgba(255, 255, 255, 0) 80%,
      rgba(255, 255, 255, 0) 100%
    ); */
  }
  .swiper-text-container {
    font-size: 23px;
    line-height: 1.3;
  }
  .apply-now-container {
    padding-top: 50px;
    margin-top: 0 !important;
  }
  .apply-now-container .icon-title {
    font-size: 14px;
  }
  .apply-now-container .icon-wrapper {
    display: initial !important;
  }
  .apply-now-container .icon-container {
    width: 28vw;
    height: 28vw;
  }
  .apply-now-container .icon-container img {
    margin-top: 0;
  }
  .our-partners-container,
  .this-month-hot-selection-container {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .our-partners-container .swiper-container.partner-swiper {
    overflow: visible;
  }
  .tmhs-img-container {
    height: 200px;
  }
  .tmhs-details {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .tmhs-tag {
    width: fit-content;
    font-size: 13px;
  }
  .tmhs-title {
    font-size: 18px;
  }
  .tmhs-content {
    font-size: 14px;
  }
  .tmhs-button-container .tmhs-button {
    font-size: 14px;
    padding: 8px 20px;
    margin-top: 10px;
  }
  .why-choose-content-p h3 {
    font-size: 18px;
  }
  .why-choose-content-p span {
    font-size: 15px;
  }
  .blog-and-news-container {
    padding-top: 50px;
  }
  .keep-in-touch-container {
    padding-top: 20px;
  }
  .keep-in-touch-content {
    flex-direction: column;
  }
  .keep-in-touch-container .keep-touch-img {
    left: 0;
  }
  .kip-email-title {
    margin-bottom: 5px;
  }
  .kip-email-input input {
    width: 90%;
  }
  .kip-email-p {
    font-size: 16px;
    line-height: 1.3;
  }
  .kip-button {
    width: 50%;
    padding: 8px 5px;
    font-size: 16px;
  }
  .axs-selection-footer {
    background-size: cover;
  }
  .footer-nav-container {
    flex-direction: column;
  }
  .footer-logo-container,
  .footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-nav .footer-nav-item {
    width: 25%;
    margin-top: 15px;
    margin-left: 0;
    text-align: center;
  }
  .footer-nav-item a {
    margin: 0;
  }
  .footer-social-container {
    margin-bottom: 15px;
  }
  .footer-social-container.col-12 {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: center;
  }
  .footer-bottom-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .footer-copyright {
    display: block;
    text-align: center;
  }
  .footer-bottom-copyright-container {
    flex-direction: column;
  }
  .footer-social {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-social-item {
    margin-left: 2vh;
    width: 5vh;
    max-width: 30px;
  }
  .apply_button {
    margin-top: 2vw;
  }

  /* Inner Page */
  .axs_selection_blog_content_main .axs_selection_blog_content_img p {
    font-size: 13px;
  }
  .axs_selection_blog_content_main .axs_selection_blog_content_div {
    padding-top: 0px;
  }
}

@media screen and (max-width: 900px) {
  .nav-container {
    display: none;
  }
  .logo-container {
    width: 100%;
    max-width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .axs_selection_blog_row {
    flex-direction: column-reverse;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .axs_selection_blog_l,
  .axs_selection_blog_r {
    width: 100%;
  }
  .axs_selection_blog_l {
    padding-top: 30px;
    padding-right: 0px;
    margin-left: 0;
    margin-right: 0;
  }
  .axs_selection_blog_l .second-title {
    font-size: 40px;
  }
  .blog-title-container-p2 {
    font-size: 24px;
  }
  .tmhs-title {
    height: 45px;
  }
  .tmhs-content {
    font-size: 14px;
    height: 60px;
  }
  a.blog-div {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .axs_selection_blog_content_main_row {
    padding: 0;
  }
  .axs_selection_blog_content_div .col-xs-12 {
    padding: 0;
  }
  .axs_selection_blog_content_main .axs_selection_blog_category {
    margin-top: 30px;
  }
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  .keep-in-touch-container .keep-touch-img {
    left: -15px;
  }
  .kip-email {
    width: 85%;
  }
  .card_type {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .kip-email {
    width: 100%;
  }
  .why-choose-content-icon img {
    height: 100%;
    width: 100%;
    min-width: 100px;
    max-height: 100px;
  }
  .why-choose-content-icon {
    padding: 0px;
  }
  .our-partners-container .swiper-container.partner-swiper {
    height: 85px;
  }
}

@media screen and (max-width: 400px) {
  .axs-selection-logo {
    width: 180px;
  }
  .apply-now-container .second-title,
  .our-partners-container .second-title,
  .this-month-hot-selection-container .second-title,
  .why-choose-container .second-title,
  .blog-and-news-container .second-title {
    font-size: 26px;
  }
  .why-choose-content-p h3 {
    font-size: 16px;
  }
  .why-choose-content-p span {
    font-size: 13px;
  }
  .kip-email-p {
    font-size: 14px;
  }
  .kip-email-input .email-error {
    font-size: 11px;
  }
  .kip-button {
    font-size: 14px;
  }
  .footer-nav-item {
    font-size: 14px;
  }
  x .footer-bottom-links {
    font-size: 12px;
  }
  .footer-copyright {
    font-size: 11px;
    display: inline-block;
    text-align: center;
  }
  .creditcard_filter_container .credit_card_container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .axs-selection-footer .col-12,
  .axs-selection-footer .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 350px) {
  .footer-nav-item a {
    font-size: 14px;
  }
}

@media screen and (max-height: 900px) and (min-width: 1200px) {
  .why-choose-img img {
    height: 80vh;
  }
  .kip-email {
    width: 33vw;
    width: 505px;
  }
  .keep-in-touch-container .keep-touch-img img {
    width: 738px;
    height: 390px;
  }
}

@media screen and (max-height: 750px) and (min-width: 1200px) {
  .keep-in-touch-content {
    height: 65vh;
  }
  .keep-in-touch-container .keep-touch-img {
    justify-content: center !important;
  }
  .keep-in-touch-container .keep-touch-img img {
    height: 100%;
    width: auto;
    margin-right: 40vh;
  }
  .kip-email {
    padding: 10px;
    width: 50%;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .apply_button {
    max-height: fit-content;
  }
}

@media screen and (min-width: 1100px) {
  .apply-now-container .icon-container:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .why-choose-content-icon:hover img {
    padding: 15px;
    width: auto;
    height: 100%;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@media screen and (min-width: 1200px) {
  .keep-in-touch-container .keep-touch-img {
    width: 1170px;
    left: 0;
    display: flex;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1650px) {
  .why-choose-img {
    right: 15vh;
  }
}
