* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p,
ul,
li,
a,
span {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  transition: all ease-in-out 0.5s;
}
a:hover {
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--body-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  padding-right: 0px !important;
}
.ctmp-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  border-left: 0px solid #000;
  border-right: 0px solid #000;
  padding: 0rem 1rem;
}

/*theme set*/
.thm-footer {
  background: var(--footer-bg);
  color: var(--footer-color);
}
.thm-banner {
  background: var(--banner-bg);
}
.thm-tag1 {
  color: var(--banner-tag1-color);
}
.thm-tag2 {
  color: var(--banner-tag2-color);
}
.thm-ctmp-heading {
  color: var(--allheading);
}

.thm-btn1 {
  background: var(--btn1-bg);
  color: var(--btn1-color);
  border: 2px solid var(--btn1-border-color);
  transition: background-color 0.5s ease;
}
.thm-btn1:hover {
  background: var(--btn1-hover-bg);
  color: var(--btn1-hover-color);
  border: 2px solid var(--btn1-hover-border-color);
}
.thm-btn2 {
  background: var(--btn2-bg);
  color: var(--btn2-color);
  border: 2px solid var(--btn2-border-color);
  transition: background-color 0.5s ease;
}
.thm-btn2:hover {
  background: var(--btn2-hover-bg);
  color: var(--btn2-hover-color);
  border: 2px solid var(--btn2-hover-border-color);
}

.thm-invt-strg {
  background: var(--invt-strg-bg);
  color: var(--invt-strg-color);
}
.thm-invt-strg h2 a {
  color: var(--invt-strg-color);
}
.thm-ctmp-iap-bg {
  background: var(--iap-bg);
}
.thm-ctmp-iap-fts-bg {
  background: var(--iap-fts-bg);
}
.thm-ctmp-keybnts-bg {
  background: var(--keybnts-bg);
}
.thm-ctmp-keybnts-box-h3 {
  color: var(--keybnts-box-h3-color);
  transition: background-color 0.5s ease;
}
.thm-ctmp-keybnts-box-h3:hover {
  color: var(--keybnts-box-h3-hover-color);
}
.thm-ctmp-why-bskt {
  background: var(--whybskt-bg);
}
.thm-ctmp-why-bskt-sec li {
  background: var(--whybskt-sec-bg);
}
.thm-ctmp-faq {
  background: var(--faq-bg);
  color: var(--faq-color);
}
.thm-ctmp-card-header {
  background: var(--faq-card-header);
}
.thm-ctmp-invest-steps {
  background: var(--invest-steps-bg);
}
/**********************************************************************************************************/

/*footer*/
.ctmp-footer {
  width: 100%;
  padding: 1rem 1rem;
}
.ctmp-bd-h {
  width: 100%;
  min-height: 95vh;
}
/*banner*/
.ctmp-banner {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.ctmp-banner .imgscale {
  margin-right: 3rem;
  width: 18rem;
}
.ctmp-banner .ctmp-bntxt {
  width: auto;
  text-align: center;
}
.ctmp-banner .ctmp-bntxt .tag1 {
  font-size: 4.8rem;
  line-height: normal;
  font-weight: 700;
}
.ctmp-banner .ctmp-bntxt .tag2 {
  font-size: 4.8rem;
  line-height: normal;
  font-weight: 700;
  margin-top: -20px;
}

/*invest strategy*/
.ctmp-invt {
  width: 100%;
  padding: 0.5rem 0rem;
}
.ctmp-invt-h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.8rem;
  line-height: normal;
}
.ctmp-invt-strg {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1%;
}
.invt-strg-sec {
  width: 24%;
  padding: 1rem 0.6rem;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  border: 1px #d2d2d2 solid;
  transition: 0.2s ease-in-out;
  margin-bottom: 0.9rem;
}
.invt-strg-sec:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.invt-strg-sec h2 {
  font-size: 1.1rem;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 0.2rem;
  text-align: center;
  min-height: 45px;
}
.invt-strg-sec .vlty {
  font-size: 0.8rem;
  line-height: normal;
  padding: 0.2rem 0.3rem;
  margin-bottom: 1.2rem;
  display: inline-block;
  font-weight: 400;
}
.invt-strg-sec .vlty.high {
  background-color: #ffe7e4;
}
.invt-strg-sec .vlty.med {
  background-color: #ffecbd;
}
.invt-strg-sec .vlty.moderate.risk {
  background-color: #ffecbd;
}
.invt-strg-sec .vlty.low {
  background-color: #dbffe3;
}
/*
.invt-strg-lower-sec{display:flex;flex-flow:row nowrap;justify-content:space-between;gap:0.4rem;margin-bottom:0.9rem;align-items:flex-start;}
*/
.invt-strg-lower-sec div:nth-child(1) {
  display: none;
}
.invt-strg-lower-sec {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.9rem;
  align-items: flex-start;
}

.invt-strg-lower-sec p {
  font-size: 0.7rem;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}
.invt-strg-lower-sec p span {
  font-size: 0.8rem;
  line-height: normal;
  font-weight: 700;
  display: block;
  margin-bottom: 0.3rem;
}
.invt-strg-lower-sec .green {
  color: #000000;
}
.invt-strg-lower-sec .blue {
  color: #000000;
}
.invt-strg-sec-btn {
  padding: 0.4rem 0.5rem;
  text-align: center;
  border-radius: 50px;
  width: 100%;
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
}
.invt-strg-lower-sec-link {
  font-size: 0.9rem;
  line-height: 16px;
  font-weight: 500;
  text-decoration: underline;
  color: #0262bc;
}
.modal-view-rtns .modal-header {
  border-bottom: none;
}
.modal-view-rtns .modal-body {
  padding: 0rem 0.5rem;
}
.modal-view-rtns .modal-footer {
  justify-content: center;
  border-top: none;
}
.modal-view-rtns .modal-view-rtns-ul {
  margin: 0;
  padding: 0;
  list-style: disc;
  margin-bottom: 10px;
  margin-left: 15px;
}
.modal-view-rtns .modal-view-rtns-ul li {
  margin: 0px 20px 0px 20px;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.3rem;
  margin-bottom: 5px;
  font-weight: 400;
  list-style: disc;
  color: var(--body-color);
}
.modal-view-rtns .modal-view-rtns-p {
  margin: 0px 20px 20px 20px;
  padding: 0;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: 400;
  text-align: justify;
  color: var(--body-color);
}
.mdl-returns-dspl {
  width: 100%;
  font-size: 0.7rem;
  line-height: normal;
  font-weight: 400;
  color: var(--body-color);
}
.mdl-returns-dspl tr td {
  border-collapse: collapse;
  vertical-align: top;
  padding: 3px;
  text-align: center;
  border: 0px;
}
.mdl-returns-dspl h6 {
  font-size: 0.9rem;
  line-height: normal;
  font-weight: 400;
  text-align: left;
}
.mdl-returns-dspl span {
  display: block;
  font-size: 0.9rem;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 5px;
}
.mdl-rtns-disl {
  text-align: center;
  display: block;
  margin-bottom: 15px;
  font-size: 0.9rem;
}

/*iap*/
.ctmp-iap {
  width: 100%;
  padding: 2rem 0rem;
}
.ctmp-iap-h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.8rem;
  line-height: normal;
}
.ctmp-iap-p {
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
  font-weight: 400;
}
.ctmp-iap-fts {
  font-size: 1.8rem;
  text-align: left;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: normal;
}
.ctmp-iap-fts-ul {
  margin-left: 20px;
}
.ctmp-iap-fts-ul li {
  list-style: disc;
  font-size: 0.9rem;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 0.4rem;
}

/*key benefits*/
.ctmp-keybnts {
  width: 100%;
  padding: 2rem 0rem;
}
.ctmp-keybnts-h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.8rem;
  line-height: normal;
}
.ctmp-keybnts-box {
  text-align: center;
  margin-bottom: 1.5rem;
}
.ctmp-keybnts-box img {
  margin-bottom: 0.5rem;
}
.ctmp-keybnts-box a {
  display: block;
}
.ctmp-keybnts-box h3 {
  font-size: 0.9rem;
  line-height: normal;
  font-weight: 500;
  max-width: 50%;
  margin: 0 auto;
}

/*why baskets*/
.ctmp-why-bskt {
  width: 100%;
  padding: 2rem 0rem;
}
.ctmp-why-bskt-h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.8rem;
  line-height: normal;
}
.ctmp-why-bskt-ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 2%;
  align-items: stretch;
}
.ctmp-why-bskt-ul li {
  text-align: center;
  width: 33%;
  padding: 1.5rem;
  border-radius: 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  line-height: 24px;
}

/*invest steps*/
.ctmp-invest-steps {
  width: 100%;
  padding: 2rem 0rem;
}
.ctmp-invest-steps-h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.8rem;
  line-height: normal;
}
.ctmp-invest-steps-sec {
  text-align: center;
  position: relative;
}
.ctmp-invest-steps-sec h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.ctmp-invest-steps-sec h4 {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: normal;
}
.ctmp-invest-steps-img {
  position: relative;
}
.ctmp-invest-steps-img::after {
  content: "";
  width: 100%;
  border-bottom: 1px dashed #103045;
  position: absolute;
  top: 50%;
}
.ctmp-invest-steps-sec:last-child .ctmp-invest-steps-img::after {
  display: none;
}
.ctmp-invest-steps-sec:nth-child(3) .ctmp-invest-steps-img::after {
  display: none;
}
.ctmp-invest-steps-img::after {
  content: "";
  width: 100%;
  border-bottom: 1px dashed #103045;
  position: absolute;
  top: 50%;
}
/*faq*/
.ctmp-faq {
  width: 100%;
  padding: 2rem 0rem;
}
.ctmp-faq-h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.8rem;
  line-height: normal;
}
.ctmp-faq .card-header {
  padding: 0.4rem 1rem;
}
.ctmp-faq .btn.focus,
.btn:focus {
  box-shadow: none;
}
.ctmp-faq .btn-link {
  text-decoration: none;
  color: var(--faq-card-header-color);
  font-size: 0.9rem;
  line-height: normal;
  font-weight: 500;
}
.ctmp-faq .card-body p {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: justify;
  line-height: 22px;
}
.ctmp-faq-dwn-arrow {
  color: #ffffff;
  font-size: 0.8rem;
}
.ctmp-faq .card-header h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
/*footer*/
.ctmp-footer-sec {
  width: 100%;
  padding: 2rem 0rem;
}
.ctmp-footer-sec hr {
  border-top: 1px solid #9ea9be;
}
.ctmp-footer-sec .head {
  font-size: 0.9rem;
  line-height: normal;
  margin: 0rem 0rem 0.6rem 0rem;
  font-weight: 700;
  text-align: left;
}
.ctmp-footer-sec .sub-head {
  font-size: 0.8rem;
  line-height: normal;
  margin: 0rem 0rem 0.6rem 0rem;
  font-weight: 600;
  text-align: left;
}
.ctmp-footer-sec .txt {
  font-size: 0.7rem;
  line-height: 21px;
  text-align: left;
}
.ctmp-footer-sec .txt-justify {
  text-align: justify;
}
.ctmp-footer-sec .lwlinks {
  text-align: center;
  list-style: none;
}
.ctmp-footer-sec .lwlinks li {
  display: inline-block;
  font-size: 0.9rem;
  line-height: normal;
  font-weight: 500;
  padding: 0rem 0.4rem;
}
.ctmp-footer-sec .lwlinks a {
  text-decoration: none;
  color: var(--footer-color);
  transition: all 0.5s ease;
}
.ctmp-footer-sec .lwlinks a:hover {
  text-decoration: underline;
  color: var(--footer-hover-color);
}

/************************************Media Query****************************/
@media (max-width: 767px) {
  /*banner*/
  .ctmp-banner {
    flex-flow: column nowrap;
  }
  .ctmp-banner .ctmp-bntxt {
    margin-top: 1rem;
  }
  .ctmp-banner .imgscale {
    display: none;
  }
  /*footer*/
  .ctmp-footer {
    padding: 1rem 0.5rem;
  }
  .ctmp-wrapper {
    max-width: 100%;
    padding: 0rem 0.6rem;
  }
  .ctmp-footer-sec .head {
    font-size: 0.8rem;
  }
  .ctmp-footer-sec .sub-head {
    font-size: 0.8rem;
  }
  .ctmp-footer-sec .txt {
    font-size: 0.7rem;
    text-align: left;
  }
  .ctmp-footer-sec .lwlinks li {
    font-size: 0.9rem;
    padding: 0rem 0.3rem;
  }
  /*invest strategy*/
  .ctmp-invt-strg {
    flex-flow: column wrap;
    gap: 0%;
  }
  .invt-strg-sec {
    width: 100%;
  }
  .modal-view-rtns .modal-view-rtns-ul {
    margin-left: 15px;
  }
  /*iap*/
  .ctmp-iap-p {
    text-align: center;
  }
  /*why baskets*/
  .ctmp-why-bskt-ul {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0%;
  }
  .ctmp-why-bskt-ul li {
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 319px) {
  /*banner*/
  .ctmp-banner .imgscale {
    width: 10rem;
    margin-right: 0rem;
  }
  .ctmp-banner .ctmp-bntxt .tag1 {
    font-size: 2.1rem;
  }
  .ctmp-banner .ctmp-bntxt .tag2 {
    font-size: 2.1rem;
    margin-top: -5px;
  }
  /*invest strategy*/
  .ctmp-invt-h2 {
    font-size: 1.5rem;
  }
  .invt-strg-sec h2 {
    font-size: 1rem;
  }
  .invt-strg-lower-sec p {
    font-size: 0.6rem;
    line-height: 12px;
  }
  .invt-strg-lower-sec p span {
    font-size: 0.7rem;
  }
  .invt-strg-sec-btn {
    font-size: 0.7rem;
  }
  .mdl-returns-dspl h6 {
    font-size: 0.8rem;
  }
  .mdl-returns-dspl span {
    font-size: 0.8rem;
  }
  /*iap*/
  .ctmp-iap-h2 {
    font-size: 1.5rem;
  }
  .ctmp-iap-p {
    font-size: 0.9rem;
    line-height: 22px;
  }
  .ctmp-iap-fts {
    font-size: 1.4rem;
  }
  /*key benefits*/
  .ctmp-keybnts-h2 {
    font-size: 1.5rem;
  }
  .ctmp-keybnts-box h3 {
    font-size: 0.8rem;
    max-width: 100%;
  }
  /*why baskets*/
  .ctmp-why-bskt-h2 {
    font-size: 1.5rem;
  }
  .ctmp-why-bskt-ul li {
    font-size: 0.9rem;
  }
  /*invest steps*/
  .ctmp-invest-steps-h2 {
    font-size: 1.5rem;
  }
  .ctmp-invest-steps-sec h3 {
    font-size: 1.1rem;
  }
  .ctmp-invest-steps-sec h4 {
    font-size: 0.6rem;
  }
  /*faq*/
  .ctmp-faq-h2 {
    font-size: 1.5rem;
  }
  .ctmp-faq .btn-link {
    font-size: 0.8rem;
    line-height: 19px;
  }
  .ctmp-faq .card-body p {
    font-size: 0.8rem;
    text-align: left;
    line-height: 20px;
  }
}
@media (min-width: 320px) and (max-width: 415px) {
  /*banner*/
  .ctmp-banner .imgscale {
    width: 12rem;
    margin-right: 0rem;
  }
  .ctmp-banner .ctmp-bntxt .tag1 {
    font-size: 2.1rem;
  }
  .ctmp-banner .ctmp-bntxt .tag2 {
    font-size: 2.1rem;
    margin-top: -2px;
  }
  /*invest strategy*/
  .ctmp-invt-h2 {
    font-size: 1.5rem;
  }
  .invt-strg-sec h2 {
    font-size: 1.1rem;
  }
  .invt-strg-lower-sec p {
    font-size: 0.7rem;
    line-height: 14px;
  }
  .invt-strg-lower-sec p span {
    font-size: 0.9rem;
  }
  .invt-strg-sec-btn {
    font-size: 0.8rem;
  }
  .mdl-returns-dspl h6 {
    font-size: 0.8rem;
  }
  .mdl-returns-dspl span {
    font-size: 0.8rem;
  }
  /*iap*/
  .ctmp-iap-h2 {
    font-size: 1.5rem;
  }
  .ctmp-iap-p {
    font-size: 0.9rem;
    line-height: 22px;
  }
  .ctmp-iap-fts {
    font-size: 1.6rem;
  }
  .ctmp-iap-fts-ul li {
    line-height: 20px;
  }
  /*why baskets*/
  .ctmp-why-bskt-h2 {
    font-size: 1.5rem;
  }
  .ctmp-why-bskt-ul li {
    font-size: 0.9rem;
    line-height: 22px;
  }
  /*key benefits*/
  .ctmp-keybnts-h2 {
    font-size: 1.5rem;
  }
  .ctmp-keybnts-box h3 {
    font-size: 0.8rem;
    max-width: 100%;
    line-height: 19px;
  }
  /*invest steps*/
  .ctmp-invest-steps-h2 {
    font-size: 1.5rem;
  }
  .ctmp-invest-steps-sec h3 {
    font-size: 1.1rem;
  }
  .ctmp-invest-steps-sec h4 {
    font-size: 0.7rem;
  }
  /*faq*/
  .ctmp-faq-h2 {
    font-size: 1.5rem;
  }
  .ctmp-faq .btn-link {
    font-size: 0.9rem;
    line-height: 19px;
  }
  .ctmp-faq .card-body p {
    font-size: 0.9rem;
    text-align: left;
    line-height: 22px;
  }
}
@media (min-width: 416px) and (max-width: 767px) {
  /*banner*/
  .ctmp-banner .imgscale {
    width: 12rem;
    margin-right: 0rem;
  }
  .ctmp-banner .ctmp-bntxt .tag1 {
    font-size: 2.1rem;
  }
  .ctmp-banner .ctmp-bntxt .tag2 {
    font-size: 2.1rem;
    margin-top: -2px;
  }
  /*invest strategy*/
  .ctmp-invt-h2 {
    font-size: 1.5rem;
  }
  .invt-strg-sec h2 {
    font-size: 1.1rem;
  }
  .invt-strg-lower-sec p {
    font-size: 0.7rem;
    line-height: 14px;
  }
  .invt-strg-lower-sec p span {
    font-size: 0.9rem;
  }
  .invt-strg-sec-btn {
    font-size: 0.8rem;
  }
  .mdl-returns-dspl h6 {
    font-size: 0.8rem;
  }
  .mdl-returns-dspl span {
    font-size: 0.8rem;
  }
  /*iap*/
  .ctmp-iap-h2 {
    font-size: 1.5rem;
  }
  .ctmp-iap-p {
    font-size: 0.9rem;
    line-height: 22px;
  }
  .ctmp-iap-fts {
    font-size: 1.6rem;
  }
  .ctmp-iap-fts-ul li {
    line-height: 20px;
  }
  /*why baskets*/
  .ctmp-why-bskt-h2 {
    font-size: 1.5rem;
  }
  .ctmp-why-bskt-ul li {
    font-size: 0.9rem;
    line-height: 22px;
  }
  /*key benefits*/
  .ctmp-keybnts-h2 {
    font-size: 1.5rem;
  }
  .ctmp-keybnts-box h3 {
    font-size: 0.8rem;
    max-width: 100%;
    line-height: 19px;
  }
  /*invest steps*/
  .ctmp-invest-steps-h2 {
    font-size: 1.5rem;
  }
  .ctmp-invest-steps-sec h3 {
    font-size: 1.1rem;
  }
  .ctmp-invest-steps-sec h4 {
    font-size: 0.7rem;
  }
  /*faq*/
  .ctmp-faq-h2 {
    font-size: 1.5rem;
  }
  .ctmp-faq .btn-link {
    font-size: 0.9rem;
    line-height: 19px;
  }
  .ctmp-faq .card-body p {
    font-size: 0.9rem;
    text-align: left;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /*banner*/
  .ctmp-banner .imgscale {
    width: 15rem;
  }
  .ctmp-banner .ctmp-bntxt .tag1 {
    font-size: 2.9rem;
  }
  .ctmp-banner .ctmp-bntxt .tag2 {
    font-size: 2.9rem;
    margin-top: -10px;
  }
  /*footer*/
  .ctmp-footer-sec .head {
    font-size: 0.8rem;
  }
  .ctmp-footer-sec .sub-head {
    font-size: 0.8rem;
  }
  .ctmp-footer-sec .txt {
    font-size: 0.8rem;
  }
  .ctmp-footer-sec .lwlinks li {
    font-size: 0.9rem;
    padding: 0rem 0.3rem;
  }
  /*invest strategy*/
  .invt-strg-sec h2 {
    font-size: 1.1rem;
  }
  .invt-strg-sec {
    width: 49%;
    margin-bottom: 0.5rem;
  }
  /*iap*/
  .ctmp-iap-p {
    font-size: 0.9rem;
    line-height: 22px;
  }
  .ctmp-iap-fts {
    font-size: 1.6rem;
  }
  .ctmp-iap-fts-ul li {
    line-height: 20px;
  }
  /*key benefits*/
  .ctmp-keybnts-box h3 {
    font-size: 0.8rem;
    max-width: 100%;
  }
  /*why baskets*/
  .ctmp-why-bskt-ul li {
    font-size: 0.9rem;
  }
  /*invest steps*/
  .ctmp-invest-steps-sec h3 {
    font-size: 1.4rem;
  }
  .ctmp-invest-steps-sec h4 {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /*banner*/
  .ctmp-banner .imgscale {
    width: 18rem;
  }
  .ctmp-banner .ctmp-bntxt .tag1 {
    font-size: 3.5rem;
  }
  .ctmp-banner .ctmp-bntxt .tag2 {
    font-size: 3.5rem;
    margin-top: -10px;
  }
  /*invest strategy*/
  .invt-strg-sec h2 {
    font-size: 1.1rem;
  }
  .invt-strg-sec {
    width: 32%;
    margin-bottom: 0.5rem;
  }
  .invt-strg-lower-sec p {
    font-size: 0.7rem;
    line-height: 14px;
  }
  .invt-strg-lower-sec p span {
    font-size: 0.8rem;
  }
  /*key benefits*/
  .ctmp-keybnts-box h3 {
    font-size: 0.9rem;
    max-width: 80%;
  }
  /*invest steps*/
  .ctmp-invest-steps-sec h3 {
    font-size: 1.4rem;
  }
  .ctmp-invest-steps-sec h4 {
    font-size: 1rem;
  }
}
