/*Preloader CSS*/
.loader {
  background: white;
  height: 100vh;
  z-index: 99999;
  top: 0;
  position: fixed;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loader #status img {
  width: 300px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.container-fluid {
  margin: 0;
  padding: 0;
}
.row {
  margin: auto;
  padding: 0;
}
a {
  text-decoration: none;
  position: relative;
}
a:hover,
a:focus {
  text-decoration: none;
  color: unset;
}
.text-center {
  width: 100%;
}
.text-left {
  width: 100%;
}
.text-right {
  width: 100%;
}
body {
  scroll-behavior: smooth;
  font-family: "Mulish", sans-serif;
}
b {
  font-weight: bold;
}
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
select:focus-visible {
  outline: none;
}
.background {
  background: url("../images/background.svg");
}
.max-width {
  max-width: 1360px;
  margin: auto;
  width: 100%;
}
#homeBtn,
#faq-btn {
  position: fixed;
  right: 0px;
  top: 35%;
  z-index: 9999;
  cursor: pointer;
  height: 50px;
  width: 50px;
  padding: 0;
  outline: none;
  border: 0;
  opacity: 0.5;
  background-color: transparent;
}
#homeBtn:hover,
#faq-btn:hover {
  opacity: 1;
}
#homeBtn img {
  width: inherit;
  transform: rotateY(180deg);
}
li {
  list-style-type: none;
}
p {
  font-size: 14px;
}
.mypadding {
  padding: 94px 85px;
}
.lightbg {
  background-color: #fafcfe;
}
.heading_style {
  color: #3a4385;
  font-weight: bold;
  margin: auto;
  margin-bottom: 2em;
  font-size: 24px;
  letter-spacing: 0.6px;
}
.btn_style {
  background-color: #1b3e75;
  padding: 5px 15px;
  border-radius: 5px;
  color: #ffffff;
  margin: auto;
}
.btn_style:hover {
  color: #ffffff;
}
/* common div */
.common-div {
  margin-top: 55px;
}
.common-div .join-btn {
  background-color: #1b3e75;
  padding: 8px 23px;
  border-radius: 3.5px;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-right: 40px;
}
.common-div .learn-btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 20px;
  line-height: 25px;
  color: #1b3e75;
}
.common-div .learn-btn img {
  width: 25px;
  height: 25px;
  animation-name: banner_down;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-name: banner_down;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
}
/* end of common div */

/* bottom red line for header and footer links */
header a.nav-link::after,
footer a::after {
  bottom: -3px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  background-color: #ea5167;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
header a.nav-link:hover::after,
header a.nav-link.active::after,
footer a:hover::after {
  width: 22px;
}
footer a:hover::after {
  width: 100%;
}
.navbar-dark .navbar-nav .header_login .nav-link::after,
.navbar-dark .navbar-nav .header_joinNPS .nav-link::after,
.notification_icon .nav-link::after,
.search_icon .nav-link::after {
  display: none;
}
/* bottom red line for header and footer links */

/*Header*/
header {
  width: 100%;
  padding: 0;
  z-index: 99;
  background-color: #ffffff;
}
#collapsibleNavbar {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  place-items: center;
}
nav li {
  margin: 0 5px;
  position: relative;
  cursor: pointer;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bg-dark {
  background-color: transparent !important;
  padding: 15px 25px;
  position: relative;
}
.mobile_toggle,
.mobile-nav,
.sidenav {
  display: none;
}
header .search_icon {
  margin-left: 0;
  padding-left: 0;
}
.navbar-dark .navbar-nav .nav-link {
  color: #3a4385;
  font-size: 15px;
  line-height: 18px;
  opacity: 0.8;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  place-items: center;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #1b3e75;
}
.navbar-dark .navbar-nav .nav-link.active {
  color: #1b3e75;
  font-weight: bold;
}
.navbar-dark .navbar-nav .nav-link svg {
  margin-left: 5px;
  font-size: 0.7em;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.navbar-dark .navbar-nav .header_login .nav-link {
  border: 1px solid #1b3e75;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: url("../images/login-btn-bg.svg") #283d7c;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  opacity: 1;
  padding: 10px 28px;
  border-radius: 3.5px;
}
.navbar-dark .navbar-nav .header_login .nav-link:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(58, 67, 133, 0.3);
  box-shadow: 0 2px 4px 0 rgba(58, 67, 133, 0.3);
}
.nav-item.notification_icon .nav-link,
.nav-item.search_icon .nav-link {
  opacity: 1;
}
/* services dropdown */
.services-btn,
.login-btn,
.support-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}
.services-btn .arrow,
.support-btn .arrow {
  border-top: 5px solid #3a4385;
}
.support-btn.active span,
.login-btn.active span,
.services-btn.active span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
header .services {
  width: max-content;
  box-shadow: 0 2px 4px rgb(148 151 163 / 37%);
  border: 1px solid rgba(148, 151, 163, 0.368062);
  border-radius: 10px;
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translateX(-25%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
  background: #ffffff;
  display: none;
}
header .services .service-item {
  text-align: center;
  margin: 20px;
}
header .services .service-item a {
  display: block;
}
header .services .service-item p {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #3a4385;
  margin-top: 15px;
  margin-bottom: 0;
}
.desktop-services.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* services dropdown */
/* login dropdown */
.header_login {
  position: relative;
}
.login,
.support {
  box-shadow: 0 2px 4px rgb(148 151 163 / 37%);
  border: 1px solid rgba(148, 151, 163, 0.368062);
  border-radius: 10px;
  padding: 10px 5px;
  width: max-content;
  position: absolute;
  left: auto;
  top: 100%;
  background-color: #ffffff;
  z-index: 999;
  -webkit-box-shadow: 0px 3px 5px 0 #605a5a;
  box-shadow: 0px 3px 5px 0 #605a5a;
  display: none;
}
.support {
  padding: 5px;
}
.login .login-item,
.support .support-item {
  width: 100%;
}
.login .login-item a,
.support .support-item a {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  padding: 10px 5px;
  color: #29337d;
  text-align: center;
}
.login .login-item:first-child,
.support .support-item:first-child {
  border-bottom: 0.5px solid #828282;
}
.desktop-login.active {
  display: block;
}
/* login dropdown */
/* --------------Header-------------- */

/* --------------Banner-------------- */
.banner #demo {
  width: 100%;
}
.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  background-color: #364083;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
}
.mobile_banner,
.carousel-control-prev,
.carousel-control-next {
  display: none;
}
/* .carousel-control-prev-icon {
  background-image: url("../images/left_arrow.svg");
  width: 50px;
  height: 60px;
  cursor: pointer;
}
.carousel-control-next-icon {
  background-image: url("../images/right_arrow.svg");
  width: 50px;
  height: 60px;
  cursor: pointer;
}
.carousel-control-prev-icon:hover {
  background-color: #ea5167;
  border-radius: 0 50px 50px 0;
}
.carousel-control-next-icon:hover {
  background-color: #ea5167;
  border-radius: 50px 0 0 50px;
} */
.banner_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.banner_links a {
  margin-right: 12px;
  margin-bottom: 1.5em;
  color: #333;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.banner_links a:hover {
  color: #007bff;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.banner_links_info {
  background-color: #ffffff;
  padding: 10px 8px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  width: 200px;
}
.banner_links_info:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.banner_links_info img {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.carousel-caption {
  left: 100px;
  bottom: unset;
  top: 100px;
  padding: 0 !important;
}
.carousel-caption h2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.carousel-caption h2 span {
  font-weight: 800;
}
.carousel-caption h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 50px;
}
.carousel-caption h4 span {
  font-weight: 800;
}
.carousel-caption h1 {
  font-size: 34px;
  font-weight: bold;
}
.carousel-caption h5 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 30px !important;
  max-width: 700px;
}
.banner_links_txt p {
  margin-bottom: 0;
  font-size: 12px;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
  text-align: left;
}
.banner_links_txt h6 {
  font-size: 17px;
  color: #3a4385;
  font-weight: 600;
}
.carousel-indicators {
  bottom: 10px;
}
.carousel-indicators li:hover {
  background-color: #ffffff;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.banner_steps_link .invest-btn {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #3a4385;
  background: #f3f4f9;
  border-radius: 3.5px;
  padding: 8px 20px;
}
.banner_steps_link img {
  width: 28px;
  height: 28px;
  margin-left: 20px;
  -webkit-animation-name: banner_down;
  animation-name: banner_down;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.banner_steps_link .side_img {
  -webkit-animation-name: banner_side;
  animation-name: banner_side;
}
.banner_steps_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner_steps_link a span {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #ffffff;
}
.banner_steps_link .banner-howtojoinNPS {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.2px;
  color: #ffffff;
  border-bottom: 1px solid #ea5167;
  margin-left: 40px;
}
.banner_steps_link .invest-btn {
  margin-left: 0;
}
@-webkit-keyframes banner_side {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes banner_side {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes banner_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes banner_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* ---------------Banner--------------- */

.nav-mobile {
  display: none;
}
/* sticky nav bar */
.sticky-nav {
  -webkit-box-shadow: 0px 10px 10px 0px rgb(168 178 200 / 10%);
  box-shadow: 0px 10px 10px 0px rgb(168 178 200 / 10%);
}
.sticky-nav .navbar-nav {
  margin-top: 5px;
}
.sticky-nav .nav-item {
  width: 16.66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.sticky-nav .nav-item:hover img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sticky-nav .nav-item .nav-link p {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #000000;
  margin-bottom: 0px;
}
.sticky-nav .nav-item .nav-link img {
  margin-bottom: 5px;
  height: 30px;
}
.sticky-nav .nav-item::after {
  content: "";
  height: 50px;
  display: block;
  background-color: #f2f2f2;
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
}
.sticky-nav .nav-item:nth-last-child(1)::after,
.nav-item:nth-last-child(2)::after {
  display: none;
}
/* sticky nav bar */

/* header-nav, sticky-nav and side-nav join NPS button */
.navbar-dark .navbar-nav .header_joinNPS .nav-link,
.sticky-nav .navbar-nav .sticky-nav_joinNPS .nav-link,
.sidenav .navbar-nav .header_joinNPS .nav-link {
  background: url("../images/login-btn-bg.svg") #283d7c;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  opacity: 1;
  padding: 10px 28px;
  border-radius: 3.5px;
}
.navbar-dark .navbar-nav .header_joinNPS .nav-link:hover,
.sticky-nav .navbar-nav .sticky-nav_joinNPS .nav-link:hover {
  background-color: #474f90;
  -webkit-box-shadow: 0 2px 4px 0 rgba(58, 67, 133, 0.3);
  box-shadow: 0 2px 4px 0 rgba(58, 67, 133, 0.3);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* header-nav, sticky-nav and side-nav join NPS button */

.heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #3a4385;
  padding-left: 85px;
  position: relative;
  margin-bottom: 40px;
}
.heading::before {
  content: "";
  height: 1px;
  width: 60px;
  display: block;
  background-color: #3a4385;
  position: absolute;
  top: 12px;
  left: 15px;
}
.main-heading {
  margin-bottom: 35px;
}
.main-heading h4 {
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  color: #3d3d46;
}
.main-heading h4:last-child {
  font-weight: 700;
  color: #ea5167;
}
.bold-discrp {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  color: #173750;
  margin-bottom: 45px;
}
.normal-discrp {
  font-size: 16px;
  line-height: 30px;
  color: #173750;
}
.show_hide {
  text-decoration: underline;
  color: #3a4385;
  font-weight: normal;
}
.show_hide:hover {
  text-decoration: underline;
}

/* Nps Overview  */
.nps-overview .nps-overview-left .main-heading h4 {
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  color: #3d3d46;
}
.nps-overview .nps-overview-left .main-heading h4 span {
  font-weight: 700;
  color: #ea5167;
}
.nps-overview .nps-overview-left .num-discrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.nps-overview .nps-overview-left .num-discrp .num {
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  color: #c76661;
  margin-bottom: 5px;
}
.nps-overview .num-discrp .num-txt {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.6px;
  text-transform: lowercase;
  color: #000000;
}
.nps-overview .box,
.nps-overview-contd .box {
  position: relative;
  width: 300px;
  padding: 15px 12px 15px 20px;
  -webkit-box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.box .absoulute {
  position: absolute;
  left: 5%;
  top: -15%;
  font-size: 30px;
  font-weight: 800;
  line-height: 38px;
  color: #3a4385;
  opacity: 0.4;
}
.nps-overview-contd .box .absoulute {
  left: unset;
  right: 5%;
}
.box .box-heading {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #3a4385;
}
.box .box-discrp {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #555c70;
}
.nps-overview-bg {
  background: url("../images/overview_right_bg.svg") no-repeat;
  background-position: right center;
  background-size: 45% 100%;
}
.nps-overview-contd-bg {
  background: url("../images/overview_left_bg.svg") no-repeat;
  background-position: left center;
  background-size: 50% 100%;
}
.nps-overview-contd .nps-overview-contd-right .elig-crit h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #3a4385;
}
.nps-overview-contd .nps-overview-contd-right li {
  font-size: 14px;
  line-height: 40px;
  color: rgba(7, 19, 48, 0.85);
}
.nps-overview-contd .nps-overview-contd-right .elig-crit .tick-img {
  margin-right: 10px;
}
/* end of Nps Overview  */

/* quick startup guide */
.qs-guide-bg {
  background: url("../images/guide_bg.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
.qs-guide .qs-guide-info .qs-guide-sub-head {
  margin-bottom: 25px;
}
.qs-guide .qs-guide-info .qs-guide-sub-head a {
  font-size: 16px;
  line-height: 20px;
  color: #3a4385;
  margin: 0;
  display: block;
  font-weight: 600;
}
.qs-guide .qs-guide-info .qs-guide-sub-head a {
  padding: 5px 15px;
}
.qs-guide .qs-guide-info .qs-guide-sub-head a:first-child {
  padding-left: 0 !important;
}
.qs-guide .qs-guide-info .qs-guide-sub-head a:last-child {
  padding-right: 0 !important;
}
.qs-guide .qs-guide-info .qs-guide-sub-head a.active {
  color: #ea5167;
}
.qs-guide .qs-guide-info .qs-guide-sub-head a:not(:last-child) {
  border-right: 1px solid rgb(58 67 133 / 40%);
}
#contribute-video,
#activate-video,
.qs-mobile-common-div {
  display: none;
}
.qs-guide .normal-discrp {
  height: 200px;
}
/* end quick startup guide */

/* what is tier */
.tier-content .tier-table {
  margin-top: 10px;
}
.tier-content .tier-table table {
  border-radius: 10px;
  color: #071330;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
.tier-content .tier-table table th,
.tier-content .tier-table table td {
  padding: 15px;
}
.tier-content .tier-table table tr td:first-child,
.tier-content .tier-table table tr th:first-child {
  border-bottom: 1px dashed #ebebeb;
  color: #283d7c;
}
.tier-content .tier-table table tr:last-child td {
  border-bottom: none;
}
.tier-content .tier-table table tr td:first-child,
.tier-content .tier-table table tr th:first-child,
.tier-content .tier-table table tr td:nth-child(2),
.tier-content .tier-table table tr th:nth-child(2) {
  border-right: 1px solid #ebebeb;
}
.tier-content .tier-table table tr td:nth-child(2),
.tier-content .tier-table table tr th:nth-child(2),
.tier-content .tier-table table tr td:last-child,
.tier-content .tier-table table tr th:last-child {
  border-bottom: 1px solid #ebebeb;
}
.tier-content .tier-table table th {
  color: #3a4385;
  font-size: 20px;
  line-height: 24px;
}
.tier-content .tier-table table span {
  color: #c76661;
}
.tier-content .tier-table table tbody td:not(:first-child) {
  width: 35%;
}
/* end what is tier */

/* nps calculator */
.nps-calc {
  background-image: url("../images/calc_bg.svg");
  background-position: 40% 85%;
  background-repeat: no-repeat;
  background-color: #f0f2f9;
}
.nps-calc .radio-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e5e7f0;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  border-radius: 3.5px;
  margin-bottom: 80px;
}
.nps-calc .radio-buttons label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 250px;
  padding: 15px 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #150035;
  cursor: pointer;
}
.nps-calc .radio-buttons input[type="radio"] {
  display: none;
}
.nps-calc .radio-buttons input[type="radio"]:checked + label {
  background: #e5435c;
  color: white;
  border-radius: 3.5px;
  font-weight: bold;
}
.nps-calc .calc-btns {
  margin-top: 45px;
}
.nps-calc .calc-info .calc-btns .join-btn {
  background-color: #1b3e75;
  padding: 10px 28px;
  border-radius: 3.5px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 20px;
  line-height: 25px;
}
.nps-calc .calc-info .calc-btns .con-btn {
  padding: 10px 18px;
  border: 1px solid #3a4385;
  border-radius: 3.5px;
  background-color: transparent;
  color: #3a4385;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  margin-right: 30px;
}
.calc-box {
  padding: 30px 50px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}
.calc-box .slide-container {
  padding-bottom: 30px;
}
.calc-box .slide-container .slide-heading {
  margin-bottom: 10px;
}
.calc-box .slide-container .slide-heading p {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  color: #3d3d46;
}
.calc-box .slide-container .slide-heading .range-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #283d7c;
}
.calc-box .slide-container .slide-heading .range-text .value {
  width: 45px;
  border: 0;
}
.calc-box .slide-container .slide-heading .range-text .value.rupee {
  width: 65px;
}
.calc-box .slide-container .slide-heading span,
.calc-box .slide-container .slide-heading .value {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.3) !important;
}
.calc-box .slide-container .slide-heading .range-text input::-webkit-outer-spin-button,
.calc-box .slide-container .slide-heading .range-text input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calc-box .slide-container .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2e4896;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(90, 117, 200, 0.19);
  box-shadow: 0px 0px 5px 5px rgba(90, 117, 200, 0.19);
  cursor: pointer;
}
.calc-box .slide-container .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2e4896;
  box-shadow: 0px 0px 5px 5px rgba(90, 117, 200, 0.19);
  cursor: pointer;
}
.calc-box .slide-container .slide-heading span input[type="number"] {
  -moz-appearance: textfield;
}
.calc-box .slide-container .slide-heading input:focus {
  outline: none;
}
.calc-box .slide-container .slider {
  -webkit-appearance: none;
  outline: none;
  height: 3px;
  background: #dadfec;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
}
.calc-box .calculate-btn {
  background-color: #3a4385;
  padding: 10px 50px;
  border-radius: 3.5px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin: 0px auto;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.calculated-box {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.calculated-box .calculated-box-discrp {
  font-family: "Alegreya";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #212529;
  padding: 20px 40px;
  border-bottom: 1px solid #e9ecf4;
  margin-bottom: 0;
}
.calculated-box .calculated-box-discrp span {
  font-family: "mulish";
  font-weight: 800;
  font-size: 16px;
  color: #3a4385;
}
.calculated-box .bottom {
  padding: 20px 30px;
  text-align: center;
}
.calculated-box .bottom .tlp .total-invest-value {
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  padding: 15px 10px;
  margin-bottom: 30px;
  position: relative;
}
.calculated-box .bottom .tlp .total-invest-img-discp {
  font-family: "Alegreya";
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: rgba(40, 61, 124, 0.8);
  margin-top: 20px;
  margin-bottom: 0;
}

.calculated-box .bottom .tlp div.blue {
  background: #f2f3ff;
  color: #7d8cee;
  opacity: 0;
}
.calculated-box.active div.blue {
  -webkit-animation: opacity-animation 1s linear 1s 1 forwards;
  animation: opacity-animation 1s linear 1s 1 forwards;
}

@-webkit-keyframes opacity-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.calculated-box .bottom .tlp div.blue::after {
  content: "";
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #f2f3ff;
  position: absolute;
  bottom: -10px;
  right: 40%;
}
.calculated-box .bottom .tlp div.red {
  background: #fcecef;
  color: #e76f51;
  opacity: 0;
}
.calculated-box.active div.red {
  -webkit-animation: opacity-animation 1s linear 3s 1 forwards;
  animation: opacity-animation 1s linear 3s 1 forwards;
}
.calculated-box .bottom .tlp div.red::after {
  content: "";
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fcecef;
  position: absolute;
  bottom: -10px;
  right: 40%;
}
.calculated-box .bottom .tlp div.green {
  background: #e3f6f4;
  color: #24bdab;
  opacity: 0;
}
.calculated-box.active div.green {
  -webkit-animation: opacity-animation 1s linear 6s 1 forwards;
  animation: opacity-animation 1s linear 6s 1 forwards;
}
.calculated-box .bottom .tlp div.green::after {
  content: "";
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #e3f6f4;
  position: absolute;
  bottom: -10px;
  right: 45%;
}
.calculated-box .bottom .tlp div.green::before {
  content: "";
  position: absolute;
  background: url("../images/stars.svg") no-repeat;
  background-size: 100%;
  height: 84px;
  width: 128px;
  bottom: -23px;
  left: 0;
  z-index: 1;
  transform: scale(1.1);
}
.calculated-box .bottom .total-save-img {
  padding-top: 25px;
}
.calculated-box .bottom .tax-save-imgs {
  position: relative;
}
.calculated-box .bottom .total-save .coin {
  position: absolute;
  top: 0;
  right: 40%;
}
.calculated-box.active .bottom .total-save .coin {
  -webkit-animation: calculator-animation-coin 5s linear 2s infinite forwards;
  animation: calculator-animation-coin 5s linear 2s infinite forwards;
}
@-webkit-keyframes calculator-animation-coin {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  95% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes calculator-animation-coin {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  95% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.calculated-box .bottom {
  position: relative;
  z-index: 9;
}
.calculated-box .bottom .tlp {
  z-index: 9999;
  position: relative;
}
.calculated-box .bottom::after {
  content: "";
  position: absolute;
  top: 130px;
  left: 120px;
  background: #e9ecf4;
  height: 5px;
  width: 60%;
  z-index: 99;
}
.calculated-box .bottom::before {
  content: "";
  position: absolute;
  top: 132px;
  left: 90px;
  border-bottom: 2px dashed #2b489d;
  height: 2px;
  width: 100px;
  z-index: 999;
}
.calculated-box.active .bottom::before {
  -webkit-animation: calculator-animation 5s linear 1.8s infinite;
  animation: calculator-animation 5s linear 1.8s infinite;
}
@-webkit-keyframes calculator-animation {
  0% {
    left: 120px;
  }
  90% {
    left: 340px;
  }
  100% {
    left: 360px;
  }
}
@keyframes calculator-animation {
  0% {
    left: 120px;
  }
  90% {
    left: 340px;
  }
  100% {
    left: 360px;
  }
}
.calculated-box .recalc-btn {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #e5435c;
  text-align: center;
  margin-bottom: 10px;
}
.calculator-box-outer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.calc-box,
.calculated-box {
  position: absolute;
  width: 100%;
  /* height: 760px; */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.calculator-box {
  width: 100%;
  height: 560px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  margin-top: 55px;
}
/* end nps calculator */

/*Why Kfintech Cra*/
.why_kfintech {
  padding-bottom: 0;
}
.why_kfintech .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
.why_kfintech_content {
  padding: 0em 1em;
  width: 20%;
  margin-bottom: 2em;
}
.why_kfintech_info img {
  margin-bottom: 20px;
  width: 100%;
}
.why_kfintech_info p {
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #173750;
}
.why_kfintech .why_kfintech_content .why_kfintech_info.lower {
  margin-top: 100px;
}
.why_kfintech .heading {
  display: inline;
  text-align: center;
}
.why_kfintech .sub-head {
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
  color: #3d3d46;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 80px;
  text-align: center;
}
.why_kfintech .sub-head span {
  color: #ea5167;
}
/*Why Kfintech Cra*/

/* latest nps nav */
.latest-nps-bg {
  background: url("../images/latest-nav-bg.svg") no-repeat;
  background-position: left center;
}
.latest-nps .graph-content {
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 25px 10px rgba(168, 178, 200, 0.2);
  box-shadow: 0px 4px 25px 10px rgba(168, 178, 200, 0.2);
  padding: 35px 35px 25px 35px;
}
.latest-nps .graph-content .graph-header select {
  background: #ffffff;
  border: 1px solid #979797;
  -webkit-box-shadow: -2px 1px 5px rgba(168, 178, 200, 0.12);
  box-shadow: -2px 1px 5px rgba(168, 178, 200, 0.12);
  border-radius: 8px;
  padding: 8px 15px;
  padding-right: 25px;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  color: #3a4385;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/down-arrow-gray.svg") no-repeat;
  background-position: 98% 50%;
  background-size: 14px;
  max-width: 330px;
}
.latest-nps .graph-content .graph-header form {
  margin-bottom: 10px;
  margin-left: auto;
}
.latest-nps .graph-content .graph-header form label {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #979797;
  cursor: pointer;
}
.latest-nps .graph-content .graph-header .radio-container {
  position: relative;
  margin-right: 10px;
  padding-left: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.latest-nps .graph-content .graph-header .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.latest-nps .graph-content .graph-header .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid #3a4385;
  border-radius: 50%;
}
.latest-nps .graph-content .graph-header .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3a4385;
}
.latest-nps .graph-content .graph-header .radio-container input:checked ~ .checkmark::after {
  display: block;
}
.latest-nps .graph-content .graph-header .radio-container.active {
  color: #3a4385;
}
.latest-nps .graph-content .row img {
  width: inherit;
  margin-top: 30px;
  padding-right: 15px;
}
.latest-nps .graph-content .row .heading-nav {
  font-size: 12px;
  line-height: 20px;
  color: #3a4385;
  margin-top: 60px;
  font-weight: 600;
}
.latest-nps .graph-content b {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #3a4385;
  margin-right: 10px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-bottom: 10px;
}
.latest-nps .graph-content p span.op {
  opacity: 0;
}
.latest-nps .graph-content p {
  font-size: 12px;
  line-height: 20px;
  color: #828282;
  position: relative;
  padding-left: 30px;
}
.latest-nps .graph-content p::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  height: 9px;
  width: 9px;
  border-radius: 1px;
}
.latest-nps .graph-content p.yellow::before {
  background: #f2c94c;
}
.latest-nps .graph-content p.red::before {
  background: #ea5167;
}
.latest-nps .graph-content p.green::before {
  background: #27ae60;
}
.latest-nps .graph-content p.blue::before {
  background: #2f80ed;
}
.latest-nps .graph-content p span {
  font-size: 12px;
  line-height: 20px;
  color: #283d7c;
  padding-left: 15px;
}
.latest-nps .graph-info {
  border: 1px solid #c76661;
  border-radius: 10px;
  margin-top: 20px;
}
.latest-nps .legend {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #828282;
}
.latest-nps .legend span {
  font-weight: 700;
}
.latest-nps .legend .yellow {
  color: #f2c94c;
}
.latest-nps .legend .red {
  color: #ea5167;
}
.latest-nps .legend .green {
  color: #27ae60;
}
.latest-nps .legend .blue {
  color: #2f80ed;
}
.latest-nps .graph-info .head {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 10px;
}
.latest-nps .graph-info .body {
  padding: 20px 10px 15px;
}
.latest-nps .graph-info .head,
.latest-nps .graph-info .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.latest-nps .graph-info .head p,
.latest-nps .graph-info .body p {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  color: #3a4385;
  margin: 0;
  width: 16.6%;
  padding: 0 5px;
}
.latest-nps .graph-info .body p {
  font-weight: 600;
  color: #071330;
}
.latest-nps .graph-info .head p:first-child {
  font-size: 16px;
}
.latest-nps .graph-info .head p:first-child,
.latest-nps .graph-info .body p:first-child {
  color: #c76661;
  width: 33.3%;
  text-align: center;
}
.latest-nps .latest-nps-info {
  margin-top: 25px;
  padding-left: 50px;
}
/* latest nps nav */

/*Download NPS*/
.download {
  background: url("../images/track_bg_full.svg") no-repeat;
  background-size: cover;
  background-position: right;
  background-color: #404a8f;
  color: #fff;
  position: relative;
}
.download .download-bg-mobile {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33%;
}
.download .heading_style {
  margin-bottom: 2em;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #ffffff;
}
.download .heading_style span {
  color: #ea5167;
}
.download .row {
  width: 100%;
}
.download .mypadding {
  padding: 60px 85px;
}
.download h5 {
  font-size: 19px;
  font-weight: bold;
  line-height: 24px;
  margin-left: 1.25rem;
}
.download h5 span {
  color: #ea5167;
}
.download ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.download li {
  width: 33%;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.114286px;
  color: #ffffff;
  opacity: 0.9;
}
.download li img {
  margin-right: 15px;
  opacity: 1;
}
.download .banner_links_info h6 {
  font-size: 20px;
}
.download .banner_links_info {
  width: 100%;
  margin-bottom: 30px;
}
.download .banner_links_info img {
  width: 65px;
  height: 65px;
}
.download .col-md-6 {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.download .download_app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.download .download_app-mobile {
  display: none;
}
.download_app .qr-code {
  margin-left: 1.25rem;
  width: 100px;
}
.download_app .line {
  background: #979797;
  height: 30px;
  width: 2px;
  opacity: 0.2;
}
.download .download_app .download-mobile-txt,
.download .download-mobile-img {
  display: none;
}

/*Download NPS*/

/*Quick Links*/
.mobile-quicklinks {
  display: none;
}
.quicklinks h4 {
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  color: #3d3d46;
  margin-bottom: 50px;
}
.quicklinks h4 span {
  color: #ea5167;
}
.quicklinks .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 2em;
}
.quicklinks .row:last-child {
  margin-bottom: 0;
}
.quick_content {
  padding: 0em 1em;
  width: 14%;
  margin-bottom: 2em;
}
.quick_content a {
  display: block;
  height: 100%;
}
.quick_info {
  background-color: #ffffff;
  padding: 25px 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 0 #ddd;
  box-shadow: 0 0 5px 0 #ddd;
  height: 156px;
  width: 152px;
  margin: auto;
}
.quick_info p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #173750;
  opacity: 0.9;
}
.quick_content.quick_content_annual p {
  position: relative;
  top: -15px;
}
.quick_info img {
  margin-bottom: 1.5em;
  width: 55px;
  height: 55px;
  -o-object-fit: contain;
  object-fit: contain;
}
.quick_info:hover img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.quick_info:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 0 10px 0 #c1c1c1;
  box-shadow: 0 0 10px 0 #c1c1c1;
}
/*Quick Links*/

/* Announcements */
.ancmt {
  background-color: #f2f3f9;
}
.ancmt .ancmt_heading {
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.6px;
  margin-bottom: 50px;
  color: #3d3d46;
}
.ancmt .nav .nav-link {
  font-weight: bold;
  font-size: 17px;
  line-height: 40px;
  color: #071330;
  opacity: 0.5;
  padding: 0.5rem 0;
}
.ancmt .nav .nav-link.active {
  color: #e5435c;
  opacity: 1;
  background-color: transparent;
}
.ancmt .card {
  margin-bottom: 15px;
  -webkit-box-shadow: -2px 1px 20px rgba(168, 178, 200, 0.25);
  box-shadow: -2px 1px 20px rgba(168, 178, 200, 0.25);
  border-radius: 8px;
  flex-direction: row;
}
.ancmt .card .card-link::before {
  content: "";
  height: 10px;
  width: 10px;
  background: #3a4385;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
}
.ancmt .card .card-link {
  width: 90%;
  padding: 15px 5px;
  padding-left: 40px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: rgba(7, 19, 48, 0.85);
}
.ancmt .card .date {
  margin: 0 15px;
  margin-left: auto;
  align-self: center;
  /* width: 120px; */
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  color: rgba(7, 19, 48, 0.85);
}
.ancmt .search-bar {
  border-radius: 0.5rem;
  border: 0.5px solid #bdbdbd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ancmt .search-bar input {
  border: none;
  margin-left: 17px;
}
.ancmt .search-bar input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ancmt .search-bar input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
.ancmt .search-bar input::-moz-placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
.ancmt .search-bar input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
.ancmt .search-bar input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
.ancmt .search-bar input::placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
.ancmt .search-bar img {
  margin-right: 10px;
  float: right;
}
.ancmt .pagination-div {
  margin-top: 40px;
  width: 100%;
}
.ancmt .pagination-div .pagination .page-item .page-link {
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 14px;
  color: #828282;
}
.ancmt .pagination-div .pagination .page-item .page-link.prev,
.ancmt .pagination-div .pagination .page-item .page-link.next {
  background: #ffffff;
  border: 1px solid #dce2e7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}
.ancmt .pagination-div .pagination .page-item .page-link.prev {
  margin-right: 15px;
}
.ancmt .pagination-div .pagination .page-item .page-link.next {
  margin-left: 15px;
}
.ancmt .pagination-div .pagination .page-item .page-link.active {
  background: #3a4385;
  border-radius: 3px;
  color: #ffffff;
}
/* end of Announcements */

/* faq */
.faq {
  padding: 94px 220px;
}
.faq .faq_heading {
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 40px;
  color: #3d3d46;
}
.faq .faq_heading span {
  color: #ea5167;
}
.faq form {
  width: 100%;
}
.faq .search-bar {
  border-radius: 0.5rem;
  width: 70%;
  border: 0.5px solid #bdbdbd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-bar img {
  cursor: pointer;
}
.faq .search-bar input {
  border: none;
  margin-left: 17px;
  margin-right: auto;
  width: 85%;
}
.faq .search-bar input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq .search-bar input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
.faq .search-bar input::-moz-placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
.faq .search-bar input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
.faq .search-bar input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
.faq .search-bar input::placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
}
.faq .search-bar img {
  margin-right: 10px;
  float: right;
}
.faq .faq-content {
  margin-top: 40px;
  padding: 0;
}
.faq .faq-content .faq-box {
  border-bottom: 1px solid rgba(85, 101, 160, 0.2);
  padding-bottom: 20px;
  padding-top: 15px;
}
.faq .faq-content .faq-box:last-child {
  border-bottom: none;
}
.faq .faq-content .faq-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.faq .faq-content .faq-head[aria-expanded="true"] {
  padding-bottom: 20px;
}
.faq .faq-content .faq-head[aria-expanded="true"] img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq .faq-content .faq-box .question {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #3a4385;
  padding-right: 5px;
}
.faq .faq-content .faq-box .answer {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  color: #071330;
}
.faq .view-btn {
  padding: 10px 15px;
  border: 0.5px solid #3a4385;
  border-radius: 3.5px;
  background-color: transparent;
  color: #3a4385;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin: auto;
  margin-top: 30px;
}
.faq .view-btn img {
  margin-left: 10px;
  height: 10px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.faq .pagination-div {
  margin-top: 20px;
  width: 100%;
}
.faq .pagination-div .pagination .page-item .page-link {
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 14px;
  color: #828282;
}
.faq .pagination-div .pagination .page-item .page-link.prev,
.faq .pagination-div .pagination .page-item .page-link.next {
  background: #ffffff;
  border: 1px solid #dce2e7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}
.faq .pagination-div .pagination .page-item .page-link.prev {
  margin-right: 15px;
}
.faq .pagination-div .pagination .page-item .page-link.next {
  margin-left: 15px;
}
.faq .pagination-div .pagination .page-item .page-link.active {
  background: #3a4385;
  border-radius: 3px;
  color: #ffffff;
}
.faq .search-and-filter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq .search-and-filter .filter select {
  background: #ffffff;
  border: 1px solid #979797;
  -webkit-box-shadow: -2px 1px 5px rgba(168, 178, 200, 0.12);
  box-shadow: -2px 1px 5px rgba(168, 178, 200, 0.12);
  border-radius: 0.5rem;
  border: 0.5px solid #bdbdbd;
  padding: 9px 12px;
  padding-right: 30px;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  color: #3a4385;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/Filter-dropdown.svg") no-repeat;
  background-position: 93% 50%;
  background-size: 14px;
  max-width: 250px;
}
/* end faq */

/* Our Clients  */
.our-clients {
  background: #f2f3f9;
}
.our-clients .our-clients_heading {
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 50px;
  color: #3d3d46;
}
.our-clients .our-clients_heading span {
  color: #ea5167;
}
.our-clients .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
/* end Our Clients  */

/* --------Footer-------- */

/* footer hide css */
footer {
  position: relative;
}
footer .footer-arrow {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 0.5px solid #3a4385;
  border-bottom: 0;
  border-radius: 3.5px;
  padding: 5px 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  cursor: pointer;
}
/*footer .footer-arrow-img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
} */
footer .footer-arrow-img.hide {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
footer .footer_links.hide,
footer .footer-discrp.hide,
footer .footer_here.hide {
  display: none;
}
footer .row-hide.hide {
  margin: 0;
  width: 100%;
}
footer.mypadding.hide {
  padding: 30px 70px;
}
/* footer hide css */
footer.mypadding {
  color: #c1c1c1;
  background-color: #343d7e;
  background-image: url("../images/footer-bg.svg");
  background-size: cover;
  padding: 50px 70px;
}
footer .row {
  margin-right: 0;
}
.footer_subscribe li a:hover::after {
  display: none;
}
.footer_subscribe {
  display: block;
}
.footer_logo img {
  width: 225px;
  margin-bottom: 1em;
}
.footer_logo p {
  font-size: 13px;
  line-height: 24px;
  color: rgba(199, 201, 213, 0.8);
}
.footer_logo svg {
  font-size: 0.7em;
}
.footer_logo a {
  color: #bd353b;
  font-weight: bold;
}
.footer_logo p {
  width: 90%;
  margin-bottom: 45px;
}
.footer_links li {
  margin-bottom: 0.75rem;
}
footer p,
footer li {
  font-size: 14px;
}
footer h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #ea5167;
  margin-bottom: 0.75rem;
}
.footer_links ul {
  margin-bottom: 40px;
}
.footer_links li a {
  font-size: 14px;
  line-height: 18px;
  color: #d9d9d9;
  opacity: 0.8;
}
.footer_subscribe ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
}
.footer_subscribe h6,
.footer_subscribe li {
  margin-right: 1.5em;
}
.footer_subscribe li a {
  display: block;
}
.footer_subscribe li a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.footer_subscribe li svg {
  width: 2em !important;
  height: 2em;
  color: #071330;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
}
.footer_subscribe {
  display: flex;
  align-items: center;
}
.footer_bottom {
  padding: 18px 55px;
  background-color: #070d1b;
}
.footer_bottom p {
  margin-bottom: 0;
  color: #c1c1c1;
  font-size: 0.85em;
  font-weight: 600;
}
footer .offset-lg-1 {
  margin: auto 0 auto auto;
}
.footer_copyright {
  font-size: 12px;
  line-height: 15px;
}
.footer_here {
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer_here p {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #d9d9d9;
}
.footer_here p span {
  color: #ea5167;
}
/*Footer*/

/*Mobile CSS*/

@media only screen and (max-width: 768px) {
  .testimonials-rows h4 {
    line-height: 30px;
  }
  .testimonials-rows {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 600px) {
  #homeBtn {
    height: 40px;
    width: 40px;
  }
  .mypadding {
    padding: 3.5em 1em !important;
  }
  .bg-dark {
    padding: 1em;
  }
  .mobile_toggle {
    outline: none;
    display: block;
  }
  .mobile_toggle:focus {
    outline: none;
    display: block;
  }
  .desktop_toggle {
    display: none;
  }
  .mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-nav img {
    width: 24px;
    height: 24px;
  }
  .nav_brand {
    width: 50%;
  }
  .nav_brand img {
    width: 100%;
  }
  .navbar-dark .navbar-toggler {
    color: #3a4385;
    border-color: transparent;
    padding: 0;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    font-size: 1.5em;
  }
  .navbar-dark .navbar-toggler svg {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .nav-down .navbar-dark .navbar-toggler {
    color: #3a4385;
    border-color: transparent;
  }
  header {
    background-color: #fff;
  }
  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .nav-link.active {
    color: #1b3e75;
  }
  .navbar-dark .navbar-nav .header_login .nav-link {
    color: #fff;
    display: block;
  }
  .container-fluid.active {
    position: relative;
  }
  .container-fluid.active::before {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000a6;
    z-index: 99;
  }
  /* -------sidenav------- */
  .sidenav {
    position: fixed;
    top: 0;
    width: 30vw;
    height: 100vh;
    right: -40vw;
    z-index: 9999;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .sidenav_inner {
    background-color: #ffffff;
    height: 100%;
    width: 90%;
    float: right;
  }
  .sidenav ul {
    display: -ms-grid;
    display: block;
  }
  .sidenav .nav-link {
    color: #1b3e75;
  }
  .sidenav.active {
    width: 100vw;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  li.sidenav_close {
    margin-bottom: 0;
    text-align: right;
    padding: 20px 15px;
    background: #f0f2f9;
  }
  .sidenav li {
    padding-left: 28px;
  }
  .sidenav li.sidenav_close p {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #3a4385;
  }
  .sidenav li.sidenav_close .close-icon img {
    width: 30px;
    height: 30px;
  }
  .sidenav .navbar-nav .personal-links li a.nav-link::after {
    bottom: -3px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    background-color: #ea5167;
    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .sidenav .navbar-nav .personal-links a.nav-link:hover::after {
    display: none;
  }
  .sidenav a.nav-link.active::after {
    width: 22px !important;
  }
  .sidenav a.nav-link.active {
    font-weight: bold;
  }
  .sidenav .navbar-nav .header_login .nav-link::after,
  .sidenav .navbar-nav .header_joinNPS .nav-link::after {
    display: none !important;
  }
  .sidenav .navbar-nav .nav-link {
    font-size: 15px;
    line-height: 18px;
    opacity: 0.8;
    padding: 0;
    margin-bottom: 30px;
  }
  .sidenav .navbar-nav .header_login .nav-link {
    background: url("../images/login-btn-bg.svg") #283d7c;
    padding: 7px 35px 7px 45px;
    border: 1px solid #1b3e75;
    border-radius: 3.5px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-weight: 600;
    margin-bottom: 0px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    opacity: 1;
  }
  .sidenav .navbar-nav .header_joinNPS .nav-link {
    padding: 10px 40px;
  }
  .personal-links {
    margin-top: 30px;
    max-height: calc(100vh - 80px);
    overflow: auto;
  }
  .sidenav .navbar-nav .header_joinNPS .nav-link {
    padding: 10px 40px;
  }
  /* services dropdown */
  .sidenav .navbar-nav .services {
    border: 1px solid rgba(0, 0, 0, 0.13);
    margin-left: -28px;
    margin-bottom: 30px;
    padding: 10px 0;
  }
  .sidenav .navbar-nav .services .service-item {
    width: 50%;
    text-align: center;
    margin: 10px auto;
  }
  .sidenav .navbar-nav .services .service-item p {
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: #3a4385;
    margin-top: 5px;
  }
  .sidenav .navbar-nav .services {
    display: none;
  }
  /* .sidenav .navbar-nav .mobile-support.active, */
  .sidenav .navbar-nav .mobile-services.active,
  .sidenav .navbar-nav .mobile-login.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
  }
  .sidenav .navbar-nav .support-btn.active {
    margin-bottom: 10px;
  }
  /* end services dropdown */

  .desktop-services,
  .desktop-login {
    display: none !important;
  }
  .nav-item.header_login {
    margin-bottom: 30px;
  }

  /* login dropdown */
  .sidenav .navbar-nav .login,
  .sidenav .navbar-nav .support {
    margin-bottom: 10px;
    position: relative;
  }
  .sidenav .navbar-nav .login .login-item a {
    font-size: 12px;
    line-height: 13px;
  }
  /* end login dropdown*/
  /* -------sidenav------- */

  /* --------banner-------- */
  .banner.row {
    margin: 0;
    border-radius: 0;
    height: 60vh;
  }
  .banner {
    background-size: cover;
    height: 80vh;
    background: -o-linear-gradient(top, #3a458e, #252f73);
    background: -webkit-gradient(linear, left top, left bottom, from(#3a458e), to(#252f73));
    background: linear-gradient(to bottom, #3a458e, #252f73);
  }
  .carousel-caption h1 {
    font-size: 1.5em;
    margin-bottom: 16px !important;
  }
  .carousel-caption h5 {
    font-size: 1.2em;
    margin-bottom: 36px !important;
  }
  .carousel-caption {
    top: 5%;
    margin: auto;
    right: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .carousel-caption h5 br {
    display: none;
  }
  .carousel-caption h2 {
    font-size: 25px;
    line-height: 31px;
    letter-spacing: 1px;
    margin-bottom: 35px;
  }
  .carousel-caption h4 {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 45px;
  }
  .banner_steps_link .invest-btn,
  .banner_steps_link a span,
  .banner_steps_link .banner-howtojoinNPS {
    font-size: 13px;
    line-height: 16px;
  }
  .banner_steps_link .banner-howtojoinNPS {
    border: 0;
    margin-left: 20px;
  }
  .carousel-indicators {
    bottom: 0px;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 40px;
    height: 50px;
  }
  .carousel-indicators li {
    height: 5px;
    width: 5px;
  }
  .banner img {
    height: 60vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
  }
  img.mobile_banner {
    -o-object-position: left bottom;
    object-position: left bottom;
  }
  .banner .banner_links_info img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .banner .banner_steps_link img {
    width: 18px;
    height: 18px;
    margin-left: 10px;
  }
  .banner_links {
    display: block;
    width: 100%;
  }
  .banner_links a:last-child .banner_links_info {
    width: 100%;
  }
  .banner_links a,
  .banner_links a:last-child {
    display: block;
    width: 100%;
  }
  .banner_links_info {
    margin-right: 0;
    padding: 10px;
    margin-bottom: 1em;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 2em;
  }
  /* --------banner-------- */

  .quick_content,
  .why_kfintech_content {
    width: 50%;
    padding: 0em 0.5em;
    margin-bottom: 1.5em;
  }
  .why_kfintech_content {
    /* width: 100%; */
    padding: 0em 1em;
    margin-bottom: 1em;
  }
  .quicklinks .row {
    margin-bottom: 0;
    width: 100%;
  }
  .why_kfintech_content br {
    display: none;
  }
  .heading_style {
    font-size: 20px;
    text-align: center;
  }
  .eligibility .col-lg-6,
  .updates .col-lg-6 {
    margin-bottom: 2em;
  }
  .steps {
    background-image: none;
  }
  .steps_info ul.nav-pills li {
    width: 100%;
  }
  .steps_info ul.nav-pills a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .steps_info .tab-content li::before {
    margin-right: 1em;
  }
  .steps_info {
    padding: 2em 1em;
  }
  .steps_info .tab-pane {
    min-height: unset;
    max-height: unset;
    overflow: auto;
    height: auto;
  }
  .steps_info #activate {
    max-height: unset;
    overflow: auto;
  }
  .steps_info .tab-pane ul {
    padding-right: 0;
  }
  .footer_logo p {
    width: 100%;
  }
  footer .col-md-6 {
    margin-bottom: 2em;
  }
  .footer_subscribe {
    display: block;
    place-items: center;
  }
  .footer_bottom {
    padding: 1.5em 1em;
  }
  .footer_logo {
    margin-bottom: 3em;
  }
  .footer_links ul {
    margin-bottom: 35px;
  }
  .desktop_banner {
    display: none;
  }
  .mobile_banner {
    display: block;
  }
  .col-lg-6,
  .col-lg-5,
  .col-lg-7,
  .col-lg-4,
  .col-lg-8 {
    padding: 0;
  }
  /* ------nav mobile------*/
  .sticky-nav {
    display: none;
  }
  .nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em 2em;
    padding-top: 1.5em;
    -webkit-box-shadow: 0px 10px 10px 0px rgb(168 178 200 / 10%);
    box-shadow: 0px 10px 10px 0px rgb(168 178 200 / 10%);
    z-index: 98;
  }
  .nav-mobile form {
    width: 100%;
  }
  .nav-mobile select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: white;
    -webkit-box-shadow: -2px 1px 20px rgba(168, 178, 200, 0.25);
    box-shadow: -2px 1px 20px rgba(168, 178, 200, 0.25);
    border-radius: 8px;
    background: url("../images/view-all-down-arrow.svg") no-repeat;
    background-position: 95% 50%;
    background-size: 16px;
    padding: 10px 10px 10px 20px;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;
  }
  /* ------nav mobile------*/

  .heading {
    font-size: 15px;
    line-height: 19px;
    padding-left: 50px;
    margin-bottom: 15px;
  }
  .heading::before {
    width: 31px;
    top: 9px;
    left: 10px;
  }
  .main-heading {
    margin-bottom: 25px;
  }
  .main-heading h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .bold-discrp {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .normal-discrp {
    font-size: 12px;
    line-height: 20px;
  }
  .common-div {
    margin-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .common-div .learn-btn,
  .common-div .join-btn {
    font-size: 14px;
    line-height: 18px;
  }
  .common-div .join-btn {
    margin-right: 20px;
    padding: 10px 27px;
  }
  /* nps overview */
  .nps-overview .nps-overview-left .num-discrp .num-box {
    padding: 5px 15px;
    border-right: 1px solid rgba(182, 186, 199, 0.4);
  }
  .nps-overview .nps-overview-left .num-discrp .num-box:last-child {
    border: 0;
    padding-right: 0;
  }
  .nps-overview .nps-overview-left .num-discrp .num-box:first-child {
    padding-left: 0;
  }
  .nps-overview .nps-overview-left .num-discrp {
    margin-top: 20px;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .nps-overview .nps-overview-left .num-discrp .num {
    font-size: 18px;
    line-height: 23px;
  }
  .nps-overview .nps-overview-left .num-discrp .num-txt {
    font-size: 12px;
    line-height: 15px;
  }
  .box .absoulute {
    font-size: 18px;
    line-height: 23px;
    left: 5px;
    top: 0;
  }
  .nps-overview-contd .box .absoulute {
    left: unset;
    right: 8px;
  }
  .box .box-heading {
    font-size: 12px;
    line-height: 17px;
  }
  .box .box-discrp {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
  }
  .nps-overview .box,
  .nps-overview-contd .box {
    width: 260px;
    padding: 15px;
  }
  .nps-overview .box {
    margin: auto 0 !important;
    padding-left: 20px;
  }
  .nps-overview-contd .box {
    margin: auto 0 auto auto !important;
  }
  .nps-overview .box.mid-box {
    width: 180px;
    margin: 25px auto 25px 0 !important;
  }
  .nps-overview-contd .box.mid-box {
    width: 180px;
    margin: 25px 0 25px auto !important;
  }
  .nps-overview-contd .nps-overview-contd-right .elig-crit h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .nps-overview-contd .nps-overview-contd-right li {
    font-size: 12px;
    line-height: 40px;
  }
  .nps-overview-bg,
  .nps-overview-contd-bg {
    background: none;
  }
  .nps-overview,
  .nps-overview-contd {
    padding: 0 !important;
  }
  .nps-overview-left,
  .nps-overview-contd-right {
    padding: 3.5em 1em;
  }
  .nps-overview-right {
    background: url("../images/overview_right_bg.svg") no-repeat;
    background-position: right center;
    background-size: 80% 100%;
    padding: 2em 1em;
  }
  .nps-overview-contd-left {
    background: url("../images/overview_left_bg.svg") no-repeat;
    background-position: left center;
    background-size: 80% 100%;
    padding: 2em 1em;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .nps-overview-contd-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background: -o-linear-gradient(270.06deg, #f2f3f9 45.63%, rgba(242, 243, 249, 0) 99.95%);
    background: linear-gradient(179.94deg, #f2f3f9 45.63%, rgba(242, 243, 249, 0) 99.95%);
  }
  .qs-guide-bg {
    background: none;
  }
  .qs-guide {
    background: #f2f3f9;
    padding: 0 !important;
  }
  .qs-guide .qs-video {
    background: url("../images/guide_bg.svg") no-repeat;
    background-position: right center;
    background-size: 70%;
    padding: 1em;
  }
  .qs-guide .qs-guide-info {
    padding: 3.5em 1em;
  }
  .qs-guide .qs-guide-info .qs-guide-sub-head p {
    font-size: 12px;
    line-height: 15px;
  }
  .qs-guide .qs-guide-info .qs-guide-sub-head {
    margin-bottom: 20px;
  }
  .qs-guide .normal-discrp {
    height: 140px;
  }
  .qs-guide .qs-mobile-common-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .qs-guide .qs-guide-info .common-div {
    display: none !important;
  }
  p.normal-discrp.pr-5 {
    padding-right: 0px !important;
  }
  .tier-content .tier-table {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 !important;
  }
  .tier-content .tier-info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 !important;
  }
  .tier-content .tier-table table {
    font-size: 10px;
    line-height: 20px;
  }
  .tier-content .tier-table table th {
    font-size: 14px;
    line-height: 24px;
  }
  .tier-content .tier-table table th,
  .tier-content .tier-table table td {
    padding: 5px 10px;
  }
  .tier-content .tier-table {
    margin-top: 20px;
  }
  .nps-calc .radio-buttons label {
    font-size: 10px;
    line-height: 13px;
    width: 100%;
    padding: 10px;
  }
  .nps-calc .radio-buttons {
    width: unset;
    margin-bottom: 20px;
  }
  .nps-calc .calc-btns {
    margin-top: 25px;
    text-align: center;
  }
  .nps-calc .calc-info .calc-btns .con-btn,
  .nps-calc .calc-info .calc-btns .join-btn {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 10px;
  }
  .nps-calc .calc-info .calc-btns .join-btn {
    padding: 5px 18px;
  }
  .calc-box {
    padding: 25px 15px 15px 20px;
    margin-top: 40px;
  }
  .calc-box .slide-container .slide-heading p,
  .calc-box .slide-container .slide-heading .range-text {
    font-size: 12px;
    line-height: 25px;
  }
  .calc-box .slide-container {
    padding-bottom: 20px;
  }
  .calc-box .slide-container .slide-heading .range-text .value {
    width: 25px;
  }
  .calc-box .slide-container .slide-heading .range-text .value.rupee {
    width: 40px;
  }
  .calc-box .slide-container .slider {
    height: 2px;
  }
  .calc-box .slide-container .slider::-webkit-slider-thumb {
    width: 10px;
    height: 10px;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(90, 117, 200, 0.19);
    box-shadow: 0px 0px 2px 2px rgba(90, 117, 200, 0.19);
  }
  .calc-box .slide-container .slider::-moz-range-thumb {
    width: 10px;
    height: 10px;
    box-shadow: 0px 0px 2px 2px rgba(90, 117, 200, 0.19);
  }
  .calc-box .slide-container .slide-heading {
    margin: 0;
  }
  .calc-box .calculate-btn {
    padding: 5px 25px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0 !important;
    margin-top: 5px;
  }
  .calculated-box {
    margin-top: 40px;
  }
  .calculated-box .calculated-box-discrp {
    font-size: 12px;
    line-height: 22px;
    padding: 20px 25px 20px 20px;
  }
  .calculated-box .bottom {
    padding: 10px;
  }
  .calculated-box .bottom a {
    font-size: 12px;
    line-height: 16px;
    margin-top: 15px;
  }
  .calculated-box .bottom .tlp .total-invest-value {
    font-size: 12px;
  }
  .calculated-box .bottom .tlp .total-invest-value.green {
    font-size: 13px;
  }
  .calculated-box.active .bottom .tlp div.green::before,
  .calculated-box.active .bottom .total-save .coin,
  .calculated-box.active .bottom::before,
  .calculated-box.active div.blue,
  .calculated-box.active div.red,
  .calculated-box.active div.green {
    -webkit-animation: none;
    animation: none;
  }
  .calculated-box .bottom .tlp div.blue,
  .calculated-box .bottom .tlp div.red,
  .calculated-box .bottom .tlp div.green {
    opacity: 1;
  }
  .calculated-box.active .bottom::before {
    display: none;
  }
  .calculated-box .bottom .tlp .total-invest-img-discp {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
  }
  .calc-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .calc-info .heading {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .calc-info .main-heading {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .calc-info .radio-buttons {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .calc-info .normal-discrp {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .calc-info .calc-btns {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 25px;
  }
  .calculator-box {
    height: 500px;
  }
  .calc-box,
  .calculated-box {
    height: 490px;
  }
  .calculated-box .bottom::after {
    top: 100px;
    left: 50px;
    width: 70%;
  }
  .why_kfintech .row > .col-12 {
    padding: 0;
  }
  .why_kfintech .heading {
    display: block;
    text-align: left;
  }
  .why_kfintech .sub-head {
    font-size: 18px;
    line-height: 23px;
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: left;
  }
  .why_kfintech_info p {
    font-size: 13px;
    line-height: 23px;
  }
  .why_kfintech .why_kfintech_content .why_kfintech_info.lower {
    margin-top: 0;
  }
  .why_kfintech_info img {
    margin-bottom: 10px;
  }
  .why_kfintech .why_kfintech_content {
    margin: 0 auto;
  }
  .latest-nps-bg {
    background: none;
  }
  .latest-nps {
    background: #f2f3f9;
  }
  .latest-nps-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .latest-nps .latest-nps-info {
    padding-left: 0;
  }
  .latest-nps .graph-content {
    padding: 15px;
    margin-top: 50px;
  }
  .latest-nps .graph-content .graph-header b,
  .latest-nps .graph-content .graph-header div,
  .latest-nps .graph-content .graph-header form {
    margin-bottom: 10px;
  }
  .latest-nps .graph-content .row img {
    margin-top: 20px;
  }
  .latest-nps .graph-content .graph-header form,
  .latest-nps .graph-content .graph-header form input[type="radio"]:first-child {
    margin-left: 0;
  }
  .latest-nps .graph-content .graph-header select {
    padding: 5px 10px;
    width: 100%;
  }
  .latest-nps .graph-content .row .heading-nav {
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 0;
    padding: 0;
  }
  .latest-nps .graph-content .row .col-sm-8,
  .latest-nps .graph-content .row .col-sm-4 {
    padding: 0;
  }
  .latest-nps .graph-content .heading-nav::before,
  .latest-nps .graph-content p span.op {
    display: none;
  }
  .latest-nps .graph-content p:not(.heading-nav) {
    padding-left: 20px;
    display: inline;
  }
  .latest-nps .graph-content p:not(.heading-nav)::before {
    left: 0;
  }
  .latest-nps .graph-content .schemes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .latest-nps .graph-content .schemes p {
    width: 50%;
    margin-bottom: 3px;
  }
  .latest-nps .graph-info .head p,
  .latest-nps .graph-info .body p {
    font-size: 12px;
    line-height: 10px;
    padding: 12px 20px;
    width: 100% !important;
    margin: 0;
  }
  .latest-nps .graph-info .head {
    border: 0;
  }
  .latest-nps .graph-info .head p:not(:last-child),
  .latest-nps .graph-info .body p:not(:last-child) {
    border-bottom: 0.5px solid #e0e0e0;
  }
  .latest-nps .graph-info .head p {
    border-right: 0.5px solid #e0e0e0;
  }
  .latest-nps .graph-info .head p:first-child,
  .latest-nps .graph-info .body p:first-child {
    font-size: 12px;
  }
  .latest-nps .graph-info .head p:first-child {
    padding: 17px 20px;
  }
  .latest-nps .graph-info .head,
  .latest-nps .graph-info .body {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .latest-nps .graph-info .head {
    width: 40%;
  }
  .latest-nps .graph-info .body {
    width: 60%;
  }
  .latest-nps .graph-info .body p:not(:first-child) {
    padding: 17px 20px;
    text-align: center;
  }
  .latest-nps .graph-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .latest-nps .graph-info .head p br,
  .latest-nps .graph-info .body p br {
    display: none;
  }
  .download-bg-mobile,
  .download ul {
    display: none;
  }
  .download .heading_style {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 25px;
    text-align: left;
    margin-left: 10px;
  }
  .download .download-mobile-img {
    display: block;
    text-align: center;
  }
  .download .col-lg-7 {
    margin-bottom: 2em;
  }
  .download .col-md-6 {
    display: block;
    place-items: center;
  }
  .download {
    background: url("../images/track-your-inve-mob-bg.svg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .download .download_app,
  .download .phone_img {
    display: none;
  }
  .download .download_app-mobile {
    display: flex;
    margin-top: 40px;
    align-items: center;
  }
  .download .download_app-mobile .download-mobile-txt {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
  }
  .download_app-mobile img {
    margin-left: 20px;
    width: 50px;
  }
  /* ---------quicklinks--------- */

  .quicklinks {
    display: none;
  }
  .mobile-quicklinks {
    display: block;
    text-align: center;
    padding: 3.5em 2em 4.5em;
  }
  .mobile-quicklinks h4 {
    font-weight: 800;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    color: #3d3d46;
    margin-bottom: 30px;
  }
  .mobile-quicklinks h4 span {
    color: #ea5167;
  }
  .mobile-quicklinks .quick_content {
    margin-bottom: 1em;
    margin-top: 1em;
  }
  .mobile-quicklinks .quick_info {
    height: 133px;
    width: 133px;
    padding: 20px 5px 10px;
  }
  .mobile-quicklinks .quick_info p {
    font-size: 12px;
    line-height: 16px;
  }
  .mobile-quicklinks .quick_info img {
    margin-bottom: 1rem;
    width: 50px;
    height: 50px;
  }
  .mobile-quicklinks .quick_content.quick_content_annual p {
    top: -10px;
  }
  .mobile-quicklinks .carousel-indicators li:hover,
  .mobile-quicklinks .carousel-indicators li.active {
    background: #ea5167;
  }
  .mobile-quicklinks .carousel-indicators li {
    background: #d5dbe1;
  }
  .mobile-quicklinks .carousel-indicators {
    bottom: -45px;
  }
  .mobile-quicklinks .carousel-control-prev,
  .mobile-quicklinks .carousel-control-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-quicklinks .carousel-control-next-icon {
    background: url("../images/right_arrow_round.svg") no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-right: -20px;
  }
  .mobile-quicklinks .carousel-control-prev-icon {
    background: url("../images/right_arrow_round.svg") no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-left: -20px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  /* ---------quicklinks--------- */

  .ancmt .ancmt_heading {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 35px;
  }
  .ancmt .nav .nav-link {
    font-size: 12px;
    line-height: 20px;
  }
  .ancmt .navbar,
  .ancmt .nav-link {
    margin: 0;
    padding: 0;
  }
  .ancmt .navbar {
    margin-bottom: 50px !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ancmt .nav-item {
    padding: 0 2px;
  }
  .ancmt .search-bar input.form-control {
    margin-left: 13px;
    height: calc(1.75rem + 2px);
    padding: 0;
    width: 100%;
  }
  .ancmt .form-inline {
    width: 90%;
    display: unset;
    margin-top: 20px;
  }
  .ancmt .card .card-link {
    font-size: 13px;
    line-height: 20px;
    padding: 5px 13px 10px 24px;
    position: relative;
    width: 100%;
  }
  .ancmt .card .card-link::before {
    left: 10px;
    top: 10px;
  }
  .ancmt .card .date {
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: -17px;
    right: 0;
  }
  .ancmt .card {
    margin-bottom: 25px;
  }
  .faq {
    padding-bottom: 4em;
  }
  .faq .faq_heading {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .faq .search-bar {
    width: 90%;
  }
  .faq .search-and-filter {
    flex-wrap: wrap;
    justify-content: center;
  }
  .faq .search-and-filter .filter {
    margin-top: 10px;
  }
  .faq .faq-content {
    margin-top: 30px;
    padding: 0;
  }
  .faq .faq-content .faq-box .question {
    font-size: 13px;
    line-height: 16px;
  }
  .faq .faq-content .faq-box .answer {
    font-size: 12px;
    line-height: 22px;
  }
  .faq .view-btn {
    font-size: 14px;
    line-height: 18px;
    margin: auto;
    margin-top: 30px;
  }
  .our-clients .our-clients_heading {
    margin-bottom: 20px;
  }
  footer .footer_subscribe {
    padding: 0;
  }
  footer.mypadding,
  footer.mypadding.hide {
    padding: 2em 1em;
  }
}
@media only screen and (min-width: 460px) and (max-width: 600px) {
  .calculated-box .bottom::after {
    width: 78%;
  }
}

/*Tablet CSS*/

@media only screen and (min-width: 601px) and (max-width: 1000px) {
  .mypadding {
    padding: 5em 2em;
  }
  .mobile_toggle:focus {
    outline: none;
    display: block;
  }
  .mobile_toggle {
    outline: none;
    display: block !important;
  }
  .mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-nav img {
    width: 24px;
    height: 24px;
  }
  #collapsibleNavbar {
    display: none !important;
  }
  .bg-dark {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bg-dark {
    padding: 0.5em 2em;
  }
  .nav_brand {
    width: 40%;
  }
  .nav_brand img {
    width: 100%;
  }
  nav li {
    margin: 0;
  }
  .desktop_toggle {
    display: none;
  }
  .navbar-dark .navbar-toggler svg {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .nav-down .navbar-dark .navbar-toggler {
    color: #3a4385;
    border-color: transparent;
  }
  .container-fluid.active {
    position: relative;
  }
  .container-fluid.active::before {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000a6;
    z-index: 99;
  }
  .sidenav {
    position: fixed;
    top: 0;
    width: 30vw;
    height: 100vh;
    right: -40vw;
    z-index: 9999;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .sidenav_inner {
    background-color: #fff;
    height: 100%;
    width: 40%;
    float: right;
  }
  .sidenav ul {
    display: -ms-grid;
    display: block;
  }
  .sidenav .nav-link {
    color: #1b3e75;
  }
  .sidenav.active {
    width: 100vw;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  li.sidenav_close {
    margin-bottom: 0;
    text-align: right;
    padding: 20px 15px;
    background: #f0f2f9;
  }
  .sidenav li {
    padding-left: 28px;
  }
  .sidenav li.sidenav_close p {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #3a4385;
  }
  .sidenav li.sidenav_close .close-icon img {
    width: 30px;
    height: 30px;
  }
  .sidenav .navbar-nav .personal-links li a.nav-link::after {
    bottom: -3px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    background-color: #ea5167;
    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .sidenav .navbar-nav .personal-links a.nav-link:hover::after {
    width: 22px;
  }
  .sidenav a.nav-link.active::after {
    width: 22px !important;
  }
  .sidenav a.nav-link.active {
    font-weight: bold;
  }
  .sidenav .navbar-nav .header_login .nav-link::after,
  .sidenav .navbar-nav .header_joinNPS .nav-link::after {
    display: none !important;
  }
  .sidenav .navbar-nav .nav-link {
    font-size: 15px;
    line-height: 18px;
    opacity: 0.8;
    padding: 0;
    margin-bottom: 40px;
  }
  .personal-links {
    margin-top: 40px;
    max-height: calc(100vh - 80px);
    overflow: auto;
  }
  .sidenav .navbar-nav .header_login .nav-link {
    background: url("../images/login-btn-bg.svg") #283d7c;
    padding: 7px 25px 7px 35px;
    border: 1px solid #1b3e75;
    border-radius: 3.5px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-weight: 600;
    margin-bottom: 0px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    opacity: 1;
  }

  /* services dropdown */
  .sidenav .navbar-nav .services {
    border: 1px solid rgba(0, 0, 0, 0.13);
    margin-left: -28px;
    margin-bottom: 30px;
    padding: 10px 0;
  }
  .sidenav .navbar-nav .services .service-item {
    width: 50%;
    text-align: center;
    margin: 15px auto;
  }
  .sidenav .navbar-nav .services .service-item p {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #3a4385;
    margin-top: 10px;
  }
  .sidenav .navbar-nav .services {
    display: none;
  }
  .sidenav .navbar-nav .mobile-services.active,
  .sidenav .navbar-nav .mobile-login.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
  }
  /* end services dropdown */
  .desktop-services,
  .desktop-login {
    display: none !important;
  }
  .nav-item.header_login {
    margin-bottom: 30px;
  }

  /* login dropdown */
  .sidenav .navbar-nav .login,
  .sidenav .navbar-nav .support {
    margin-bottom: 10px;
    position: relative;
  }
  .sidenav .navbar-nav .login .login-item a {
    font-size: 15px;
    line-height: 18px;
  }
  .sidenav .navbar-nav .support-btn.active {
    margin-bottom: 15px;
  }
  /* end login dropdown*/

  .desktop_banner {
    display: none;
  }
  .mobile_banner {
    display: block;
  }
  .carousel-caption {
    top: 10%;
    width: 80%;
    margin: auto;
    right: 10%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .carousel-caption h5 br {
    display: none;
  }
  .banner.row {
    background-color: #4a54a2;
    margin: 0;
    border-radius: 0;
  }
  .banner img {
    width: 100%;
    height: 60vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom;
  }
  .banner_steps_link img {
    width: 28px;
    height: 28px;
    -o-object-position: unset;
    object-position: unset;
    -o-object-fit: unset;
    object-fit: unset;
    margin-left: 20px;
  }
  .banner_links_info img {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    -o-object-position: unset;
    object-position: unset;
    -o-object-fit: unset;
    object-fit: unset;
  }
  .carousel-caption h1 {
    font-size: 32px;
    font-weight: bold;
  }
  .carousel-caption h5 {
    font-size: 1.2em;
  }
  .banner_links_txt p {
    font-size: 14px;
  }
  .banner_links_info {
    padding: 30px 10px;
    width: 200px;
  }
  .banner_links a,
  .banner_links a:nth-child(2) {
    margin-right: 3%;
  }
  .banner_links_txt h6 {
    font-size: 14px;
  }
  .banner_links a:last-child {
    margin: 0;
    width: 55%;
  }
  .banner_links {
    width: 90%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .banner_steps_link .banner-howtojoinNPS {
    border: 0;
  }
  .why_kfintech .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .eligibility .col-lg-6,
  .updates .col-lg-6 {
    margin-bottom: 2em;
  }
  .steps_info ul.nav-pills a {
    min-width: 150px;
    margin-right: 0.5em;
    font-size: 13px;
  }
  .steps {
    background-image: none;
  }
  .steps_info .tab-pane {
    height: 450px;
  }
  .steps_info #activate {
    max-height: 450px;
    overflow: auto;
  }
  .modal-dialog {
    max-width: 90%;
  }

  /* ------nav mobile------*/
  .sticky-nav {
    display: none;
  }
  .nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2em 10em;
    padding-top: 2.5em;
    -webkit-box-shadow: 0px 10px 10px 0px rgb(168 178 200 / 10%);
    box-shadow: 0px 10px 10px 0px rgb(168 178 200 / 10%);
    z-index: 98;
  }
  .nav-mobile form {
    width: 100%;
  }
  .nav-mobile select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #ffffff;
    -webkit-box-shadow: -2px 1px 20px rgba(168, 178, 200, 0.25);
    box-shadow: -2px 1px 20px rgba(168, 178, 200, 0.25);
    border-radius: 8px;
    background: url("../images/view-all-down-arrow.svg") no-repeat;
    background-position: 95% 50%;
    background-size: 16px;
    padding: 15px 15px 15px 25px;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #000000;
  }
  /* ------nav mobile------*/

  /* nps overview */
  .nps-overview .nps-overview-left .num-box {
    padding: 20px;
    border-right: 1px solid rgba(182, 186, 199, 0.4);
  }
  .nps-overview .nps-overview-left .num-box:last-child {
    border: 0;
  }
  .nps-overview .nps-overview-left .num-discrp {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .nps-overview-bg,
  .nps-overview-contd-bg {
    background: none;
  }
  .nps-overview,
  .nps-overview-contd {
    padding: 0;
  }
  .nps-overview-right {
    background: url("../images/overview_right_bg.svg") no-repeat;
    background-position: right center;
    background-size: 70% 100%;
    padding: 2em 7em;
    height: 60vh;
  }
  .nps-overview-contd-left {
    background: url("../images/overview_left_bg.svg") no-repeat;
    background-position: left center;
    background-size: 70% 100%;
    padding: 2em 7em;
    height: 60vh;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .nps-overview-contd-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background: -o-linear-gradient(270.06deg, #f2f3f9 45.63%, rgba(242, 243, 249, 0) 99.95%);
    background: linear-gradient(179.94deg, #f2f3f9 45.63%, rgba(242, 243, 249, 0) 99.95%);
  }
  .nps-overview-left,
  .nps-overview-contd-right {
    padding: 5em 2em;
  }
  .qs-guide-bg {
    background: none;
  }
  .qs-guide {
    margin-top: 40px;
    background: #f2f3f9;
    padding: 0;
  }
  .qs-guide .qs-video {
    background: url("../images/guide_bg.svg") no-repeat;
    background-position: right center;
    background-size: 70%;
    padding: 2em;
    height: 60vh;
  }
  .qs-guide .qs-guide-info {
    padding: 5em 2em;
  }
  .qs-guide .normal-discrp {
    height: 140px;
  }
  .qs-guide .qs-mobile-common-div {
    display: block;
  }
  .qs-guide .qs-guide-info .common-div {
    display: none !important;
  }
  .tier-content .tier-table {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 !important;
    margin-top: 30px;
  }
  .tier-content .tier-info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 !important;
  }
  .calc-box {
    margin-top: 60px;
  }
  .calculated-box {
    margin-top: 40px;
  }
  .calculated-box.active .bottom .tlp div.green::before,
  .calculated-box.active .bottom .total-save .coin,
  .calculated-box.active .bottom::before,
  .calculated-box.active div.blue,
  .calculated-box.active div.red,
  .calculated-box.active div.green {
    -webkit-animation: none;
    animation: none;
  }
  .calculated-box .bottom .tlp div.blue,
  .calculated-box .bottom .tlp div.red,
  .calculated-box .bottom .tlp div.green {
    opacity: 1;
  }
  .calculated-box.active .bottom::before {
    display: none;
  }
  .calculated-box .bottom::after {
    width: 70%;
    left: 90px;
  }
  .calc-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .calc-info .heading {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .calc-info .main-heading {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .calc-info .radio-buttons {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 40px;
  }
  .calc-info .normal-discrp {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .calc-info .calc-btns {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 25px;
  }
  .why_kfintech_content {
    width: 33.33%;
    height: 100%;
    margin-bottom: 2em;
  }
  .why_kfintech .why_kfintech_content .why_kfintech_info.lower {
    margin-top: 0;
  }
  .why_kfintech .why_kfintech_content {
    margin: auto;
  }
  .latest-nps-bg {
    background: none;
  }
  .latest-nps {
    background: #f2f3f9;
  }
  .latest-nps-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .graph-content.bg-white {
    margin-top: 60px;
  }
  .latest-nps .latest-nps-info {
    margin-top: 40px;
    padding-left: 15px;
  }
  .download-bg-mobile {
    display: none;
  }
  .download .heading_style {
    text-align: left;
    margin-bottom: 4rem;
  }
  .download ul,
  .download .download_app {
    display: none;
  }
  .download .download-mobile-img {
    display: block;
    text-align: center;
  }
  .download .download-mobile-img img {
    width: 60%;
  }
  .download .download_app-mobile .download-mobile-txt {
    text-align: center;
    line-height: 20px;
    margin: 0;
  }
  .download .download_app-mobile {
    display: flex;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
  }
  .download_app-mobile img {
    margin-left: 40px;
  }
  .download_qr {
    width: 100%;
  }
  .download {
    background: url("../images/track-your-inve-mob-bg.svg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .download::after {
    background: none;
  }

  .quicklinks .row {
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  /* ---------quicklinks--------- */

  .quicklinks {
    display: none;
  }
  .mobile-quicklinks {
    display: block;
    text-align: center;
    padding: 4em 7em 6em;
  }
  .mobile-quicklinks h4 {
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    color: #3d3d46;
    margin-bottom: 30px;
  }
  .mobile-quicklinks h4 span {
    color: #ea5167;
  }
  .mobile-quicklinks .quick_content {
    width: 50%;
    margin-bottom: 1em;
    margin-top: 1em;
  }
  .mobile-quicklinks .carousel-indicators li:hover,
  .mobile-quicklinks .carousel-indicators li.active {
    background: #ea5167;
  }
  .mobile-quicklinks .carousel-indicators li {
    background: #d5dbe1;
  }
  .mobile-quicklinks .carousel-indicators {
    bottom: -55px;
  }
  .mobile-quicklinks .carousel-control-prev,
  .mobile-quicklinks .carousel-control-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-quicklinks .carousel-control-next-icon {
    background: url("../images/right_arrow_round.svg") no-repeat;
    background-size: contain;
    width: 34px;
    height: 34px;
    margin-right: -40px;
  }
  .mobile-quicklinks .carousel-control-prev-icon {
    background: url("../images/right_arrow_round.svg") no-repeat;
    background-size: contain;
    width: 34px;
    height: 34px;
    margin-left: -40px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  /* ---------quicklinks--------- */
  .ancmt .card .card-link {
    position: relative;
    width: 100%;
  }
  .ancmt .card .date {
    position: absolute;
    top: -20px;
    right: 0;
  }
  .ancmt .card {
    margin-bottom: 40px;
  }
  .ancmt .navbar {
    margin-bottom: 50px !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ancmt .form-inline {
    width: 90%;
    display: unset;
    margin-top: 20px;
  }
  .ancmt .search-bar input.form-control {
    width: 100%;
  }
  .ancmt .navbar ul.nav {
    margin-left: auto;
  }
  footer .col-md-6 {
    margin-bottom: 2em;
  }
  .footer_logo {
    margin-bottom: 2em;
  }
  .footer_links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  footer.mypadding,
  footer.mypadding.hide {
    padding: 2em;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1000px) {
  .calculated-box .bottom::after {
    width: 76%;
  }
}

/*Extra Small Devices CSS*/
@media only screen and (max-width: 350px) {
  .carousel-caption h5 {
    font-size: 1em;
    margin-bottom: 16px !important;
  }
  .banner img,
  .banner {
    height: 90vh;
  }
}
@media screen and (max-width: 1440px) {
  .carousel-caption {
    top: 50px;
  }
}

/*Large Device CSS*/
@media screen and (max-width: 1366px) {
  .carousel-caption h5 {
    max-width: 600px !important;
  }
}
@media only screen and (min-width: 1370px) {
  .banner {
    background-size: auto;
  }
  .carousel-indicators {
    bottom: 15px;
  }
  .why_kfintech .heading_style,
  .steps .heading_style {
    width: 100%;
    text-align: center;
  }
  /* .about_content,
  .quicklinks .row,
  .download .row,
  .why_kfintech .row,
  .eligibility .row,
  .steps .row,
  footer .row {
    max-width: 1360px;
    margin: auto;
  } */
}

/*Laptop 1024 CSS*/
@media screen and (max-width: 1024px) {
  .carousel-caption {
    top: 30px;
  }
  .carousel-indicators {
    bottom: 0;
  }
  .carousel-caption h5 {
    margin-bottom: 15px !important;
    max-width: 500px !important;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1025px) {
  header .nav_brand img {
    width: 180px;
  }
  header .bg-dark {
    padding: 15px 5px;
  }
  header .nav-item {
    padding: 0 3px;
  }
  .navbar-dark .navbar-nav .header_login .nav-link,
  .navbar-dark .navbar-nav .header_joinNPS .nav-link {
    padding: 6px 12px;
  }
  .navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
  }
  .mypadding {
    padding: 65px 12px;
  }
  nav li {
    margin: 0;
  }
  .nps-overview .nps-overview-left .num-discrp .num {
    font-size: 25px;
  }
  .qs-guide-bg,
  .latest-nps-bg {
    background-size: 40%;
  }
  .quick_content {
    width: 20%;
  }
  .steps_info ul.nav-pills a {
    padding: 0.8em 1em;
    margin-right: 0.5em;
    min-width: 130px;
    font-size: 14px;
  }
  .steps_info .tab-pane {
    height: auto;
  }
  .why_kfintech {
    padding-bottom: 0;
  }
  .why_kfintech_info img {
    width: 100%;
  }
  .download li {
    width: 50%;
  }
  .latest-nps .graph-content {
    padding: 35px 15px 25px 15px;
  }
  .calculator-box {
    height: 700px;
  }
  .calc-box {
    padding: 30px;
  }
  .calc-box .slide-container {
    padding-bottom: 50px;
  }
  .latest-nps .graph-info .head {
    padding: 20px 10px 25px 10px;
  }
  .latest-nps .graph-info .body {
    padding: 20px 10px 25px 10px;
  }
  .sticky-nav .nav-item .nav-link p,
  .qs-guide .qs-guide-info .qs-guide-sub-head p {
    font-size: 13px;
  }
  .tier-content .tier-table {
    padding-right: 15px !important;
  }
  .tier-content .tier-info {
    padding-left: 15px !important;
  }
  .carousel-caption h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .carousel-caption h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .banner_steps_link .invest-btn,
  .banner_steps_link a span {
    font-size: 18px;
  }
  .calculated-box .calculated-box-discrp {
    line-height: 30px;
    padding: 30px;
  }
  .calculated-box.active .bottom .tlp div.green::before,
  .calculated-box.active .bottom .total-save .coin,
  .calculated-box.active .bottom::before,
  .calculated-box.active div.blue,
  .calculated-box.active div.red,
  .calculated-box.active div.green {
    -webkit-animation: none;
    animation: none;
  }
  .calculated-box .bottom .tlp div.blue,
  .calculated-box .bottom .tlp div.red,
  .calculated-box .bottom .tlp div.green {
    opacity: 1;
  }
  .calculated-box.active .bottom::before {
    display: none;
  }
  .calculated-box .bottom::after {
    width: 50%;
  }
}
@media only screen and (min-width: 1026px) and (max-width: 1200px) {
  header nav.bg-dark li.nav-item {
    padding: 0;
  }
}
@media only screen and (min-width: 1026px) and (max-width: 2070px) {
  header nav.bg-dark li.nav-item .nav-link {
    font-size: 13px;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .loader #status img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/*--------------------Testimonials Page CSS--------------------*/
/* testimonials */
.testimonials-content .banner_heading {
  font-weight: bold;
  font-size: 38px;
  line-height: 60px;
  text-transform: uppercase;
  color: #ffffff;
}
.testimonials-content {
  top: 220px !important;
}
.testimonials-content .banner_subheading {
  font-weight: normal;
  font-size: 27px;
  line-height: 40px;
  letter-spacing: 0.7425px;
  color: rgba(255, 255, 255, 0.9);
}
.testimonials-container {
  max-width: 1260px;
  margin: auto;
  padding: 40px;
}
.testimonials-rows p {
  font-family: "Alegreya", serif;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0.385714px;
  color: #5b5b6b;
  text-align: justify;
}
.testimonials-rows h4 {
  font-weight: 800;
  font-size: 19px;
  line-height: 20px;
  letter-spacing: 0.428571px;
  text-transform: uppercase;
  color: #4454a4;
  margin-bottom: 0;
}
.testimonials-rows {
  border-bottom: 1px solid #c1c1c1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.testimonials-left h4 {
  text-align: right;
}
.testimonials-right h4 {
  text-align: left;
}
.testimonials-right .testimonials-col1 {
  margin-right: 100px;
  width: 90%;
}
.testimonials-left .testimonials-col2 {
  margin-left: 100px;
}
/* testimonials */

.testimonials_page .banner {
  position: relative;
}
.testimonials_banner_info {
  position: absolute;
  left: 70px;
  top: 30%;
  color: #ffffff;
}
.testimonials_banner_info h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 20px;
}
.testimonials_banner_info p {
  font-size: 27px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
}
.testimonials_outer {
  padding: 74px 55px;
  max-width: 1360px;
  margin: auto;
  background-color: #ffffff;
}
.testimonials_page_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ebebed;
  border-radius: 4px;
  padding: 50px 60px;
  margin-bottom: 17px;
}
.testimonials_page_txt {
  padding-left: 60px;
}
.testimonials_page_single:nth-child(odd) .testimonials_page_txt {
  padding-right: 60px;
  padding-left: 0;
}
.testimonials_page_txt p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #5b5b6b;
}
p.testimonials_page_txt_author {
  margin-bottom: 0;
  font-weight: 800;
  text-transform: uppercase;
  color: #4454a4;
  font-size: 18px;
  line-height: 20px;
}
.testimonials_page_img img {
  max-width: 135px;
}
/*Mobile CSS*/
@media only screen and (max-width: 425px) {
  .testimonials-container {
    padding: 0 20px;
  }
  /* .mobile-login {
    display: block;
  } */
  .testimonials-rows {
    padding: 20px 15px;
    display: -ms-grid;
    display: grid;
  }
  .carousel-caption h5 {
    font-size: 14px !important;
  }
  .carousel-caption h1 {
    font-size: 16px !important;
  }
  .carousel-caption {
    left: 20px !important;
  }
  .testimonials-right .testimonials-col2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
  .testimonials-right .testimonials-col1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .testimonials-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .testimonials-right .testimonials-col1,
  .testimonials-left .testimonials-col2 {
    margin-right: 0 !important;
    width: 100%;
    margin-left: 0 !important;
  }
  .testimonials-left h4 {
    text-align: left;
  }
  .testimonials-col1 {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .testimonials_outer {
    padding: 2em 1em;
  }
  .testimonials_banner_info {
    left: 50px;
    top: 20%;
  }
  .testimonials_banner_info h3 {
    font-size: 1.7em;
  }
  .testimonials_banner_info p {
    font-size: 1.2em;
  }
  .testimonials_page_single {
    padding: 30px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonials_page_single:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .testimonials_page_txt,
  .testimonials_page_single:nth-child(odd) .testimonials_page_txt {
    padding-right: 0;
    padding-left: 0;
  }
  .testimonials_page_img {
    margin: auto;
    margin-bottom: 20px;
  }
}

/*Tablet CSS*/
@media only screen and (min-width: 601px) and (max-width: 1000px) {
  .testimonials_outer {
    padding: 2em;
  }
  .testimonials_page .banner img {
    height: 255px;
    -o-object-position: right;
    object-position: right;
    background-color: #374488;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .testimonials_banner_info h3 {
    font-size: 30px;
  }
  .testimonials_banner_info p {
    font-size: 24px;
  }
  .testimonials_page_single {
    padding: 50px 40px;
  }
  .testimonials_page_txt_left {
    padding-right: 40px;
  }
  .testimonials_page_txt_right {
    padding-left: 40px;
  }
}

/*1024 CSS*/
@media only screen and (min-width: 1001px) and (max-width: 1100px) {
  .carousel-caption h1 {
    font-size: 26px;
  }
  .carousel-caption h5 {
    font-size: 16px;
  }
  /* .banner_steps_link a span {
    font-size: 15px;
  } */
}

/*Large Device CSS*/
@media only screen and (min-width: 1370px) {
  .testimonials_banner_info {
    left: 120px;
  }
  .testimonials_banner_info h3 {
    font-size: 40px;
  }
}

/* @media only screen and (max-width:768px) {
  .testimonials-rows h4 {
    line-height: 30px;
  }
  .mobile_toggle {
    outline: none;
    display: block !important;
  }
  .mobile_toggle:focus {
    outline: none;
    display: block;
  }
  .logoSect img {
    width: 90%;
  }
  .logoSect {
    margin-top: 5px !important;
  }
  .mobile-login {
    display: none;
  }
  .nav-login {
    margin-right: 20px;
  }
  .mobile_toggle {
    margin-top: -35px;
  }
  .mobile_toggle svg path {
    fill: white;
  }
  .navbar-toggler {
    font-size: 1.5em;
  }
  .theme-navbar {
    display: none;
  }
  .testimonials-rows {
    padding: 30px 40px;
  }
  .theme-col-xs-12 {
    padding: 10px 0;
  }
  .navbarsect a {
    visibility: hidden;
    padding: 20px 0;
  }
  .nav-login a {
    visibility: visible;
  }
} */

/*end Testimonials Page CSS*/

/* @media screen and (max-width:425px) {
  .banner {
    margin-top: 72px !important;
  }
  .logoSect {
    margin-top: 6px !important;
    width: 60%;
  }
  .nav-item a {
    opacity: 1;
  }
  .nav-login {
    display: none;
  }
  .bluetheme .whitebg {
    width: 30%;
  }
  .theme-col-xs-12 {
    padding: 5px 0;
  }
} */
