* {
  -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;
}

/*Preloader CSS*/

/* #preloader {
  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;
} */

.preloader {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
  top: 0;
  left: 0;
}

.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -75px;
  margin-top: -75px;
}

.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75px;
  height: 150px;
  margin-left: -75px;
  margin-top: -75px;
  overflow: hidden;
  -webkit-transform-origin: 75px 75px;
  -ms-transform-origin: 75px 75px;
  transform-origin: 75px 75px;
  -webkit-mask-image: -webkit-linear-gradient(top, #f08200, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}

.preloader .loader-line-mask .loader-line {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px #f08200;
  box-shadow: inset 0 0 0 1px #f08200;
}

.preloader .content img {
  width: 50px;
}

body {
  /*font-family: "Spoqa Han Sans Regular", 'Open Sans', sans-serif;*/
  font-family: "Noto Sans", sans-serif;
}
.container-fluid {
  margin: 0;
  padding: 0;
}
.row {
  margin: auto;
  padding: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.text-center {
  width: 100%;
}
.text-left {
  width: 100%;
}
.text-right {
  width: 100%;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
  height: 50px;
  width: 50px;
  padding: 0;
  outline: none;
  border: 0;
  opacity: 0.5;
  background-color: transparent;
}
#myBtn:hover {
  opacity: 1;
}
#myBtn img {
  width: 80%;
}
li {
  list-style-type: none;
}
.maxWidth {
  max-width: 1180px;
  margin: auto;
}
.modal-open {
  overflow: visible;
}
.modal-open,
.modal-open header {
  padding-right: 0px !important;
}
.form-control::-webkit-input-placeholder {
  color: #868e96;
}
.form-control::-moz-placeholder {
  color: #868e96;
}
.form-control:-ms-input-placeholder {
  color: #868e96;
}
.form-control::-ms-input-placeholder {
  color: #868e96;
}
.form-control::placeholder {
  color: #868e96;
}
input[type="radio"] {
  z-index: 99;
  opacity: 0;
}
button:focus,
a:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*Header*/

header {
  z-index: 99;
  position: relative;
  background-color: #fff;
  border-bottom: 3px solid #f58220;
}
.mobile_header_right {
  display: none;
}
.header_top {
  background-color: #595959;
  color: #fff;
  padding: 7px 0;
}
.header_top .maxWidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #c4c3c3;
}
.header_top a {
  color: #fff;
  font-size: 12px;
}
.header_top li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_top li a {
  width: 24px;
  height: 22px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2px;
  background-color: #5f5d5d;
}
.header_top_fontBackground li {
  margin-right: 15px;
}
.header_top_fontBackground li:last-child {
  margin-right: 0;
}
.header_top_fontBackground li a {
  background-color: #fff;
  color: #595959;
  border: 1px solid #fff;
}
.header_top_fontBackground li:last-child a {
  background-color: #000;
  color: #fff;
}
header .navbar {
  padding: 0;
}
.header_nav_total.mobile_menu {
  display: none;
  border-bottom: 5px solid #f5821f;
}
.navbar-nav .nav-link {
  color: #043b72;
  font-size: 16px;
  line-height: 24px;
  /*font-family: "Spoqa Han Sans Bold";*/
  font-weight: bold;
  padding: 20px 8px 24px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.navbar-nav .nav-link:hover {
  color: #f5821f;
}
.navbar-nav .nav-link.search {
  padding-left: 5px !important;
}
header .dropdown-toggle::after {
  border: 0;
  width: 12px;
  height: 8px;
  background-image: url("../images/down-arrow.svg");
}
.desktop_menu ul:first-child a.nav-link {
  padding-top: 24px !important;
  padding-bottom: 0 !important;
}
.header_nav_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.dropdown-menu.global_offices {
  padding: 15px 20px;
  width: 510px;
  right: 0;
  left: unset;
}
.global_offices_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.global_offices h4 a,
.global_offices_links h5 {
  font-size: 16px;
  text-align: left;
  color: #004279;
  font-weight: bold;
  margin: 0;
  float: none;
  display: block;
}
.global_offices h4,
.global_offices_links h5 {
  margin-bottom: 15px;
}
.global_offices_left {
  margin-right: 30px;
}
.global_offices_links li a {
  font-size: 15px;
  color: #5c6b73;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.global_offices_links li a img {
  margin-right: 10px;
}
.global_offices_links li {
  margin-bottom: 10px;
}
.global_offices_links ul {
  margin-bottom: 20px;
}
header .sub_menu {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  padding: 30px 0px 40px;
  border-bottom: 5px solid #f78200;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  display: none;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.sub_menu h4 {
  font-size: 18px;
  color: #004279;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}
.sub_menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px dashed #d0d0d0;
}
.sub_menu li:hover {
  border-bottom: 1px dashed #f58220;
}
.sub_menu li a {
  font-size: 15px;
  color: #84888b;
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 10px 0;
}
.sub_menu li a:hover,
.dropdown_menu:hover > a {
  color: #f58220;
  text-decoration: none;
}
.sub_menu .media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.sub_menu .media-body {
  padding-top: 10px;
  padding-left: 15px;
}
.sub_menu .media h5 {
  font-size: 20px;
  color: #004279;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}
.sub_menu p {
  font-size: 14px;
  color: #84888b;
}
.sub_menu a {
  font-size: 16px;
  color: #f58220;
  font-weight: bold;
  margin-top: 25px;
}
.sub_menu a svg {
  margin-right: 5px;
}
.nav-border {
  border-left: 1px solid #eae9e8;
}
.sub_menu .nav-link {
  margin-top: 0;
}
.mobile_menu .dropdown-menu {
  padding: 0 16px !important;
  border: 0;
}
.mobile_menu .dropdown-item {
  color: #043b72;
  font-size: 16px;
  line-height: 24px;
}
.mobile_nav_button.nav-link {
  background: #f78200;
  height: 50px;
  border: 2px solid #f78200;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 11px;
  line-height: 21px;
}
.header_nav_total.mobile_menu {
  padding: 0 10px;
}

/*Header*/

/*Fixed SideBar Icons*/

.sidebar_icons {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sidebar_icons a {
  margin-bottom: 8px;
  -webkit-box-shadow: 0 0 5px 0 #fff;
  box-shadow: 0 0 5px 0 #fff;
}
.sidebar_icons a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.sidebar_icons img {
  width: 35px;
  height: 35px;
  border-radius: 4px 0 0 4px;
}
#callbackModal h4 {
  font-size: 18px;
  color: #004279;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#callbackModal form input {
  padding-left: 35px;
  font-size: 14px;
}
#callbackModal form select {
  font-size: 14px;
}
#callbackModal form input:focus,
#callbackModal form select:focus,
#callbackModal button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #aaa;
}
#callbackModal .form-group {
  position: relative;
  margin-bottom: 30px;
}
#callbackModal .form-group svg {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#callbackModal .modal-content {
  padding: 10px 37px;
}
#callbackModal .modal-content p {
  font-size: 12px;
}
#callbackModal button {
  background: #f78200;
  border: 2px solid #f78200;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  margin: auto;
  padding: 10px 40px;
  /*font-family: "Spoqa Han Sans Bold";*/
  font-weight: bold;
}

/*Fixed SideBar Icons*/

/*Banner Content*/

.content_total {
  padding-top: 70px;
}
.content_total .banner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}
.content_total .banner img {
  width: 100%;
}
.content_total {
  position: relative;
  z-index: 1;
}
.banner_content_total {
  position: relative;
  z-index: 99;
}
.banner_slider {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  overflow: hidden;
  border-bottom: 3px solid #f78200;
  background: #ffffff;
}
.banner_slider .slider_info {
  background: #ffffff;
}
.banner_slider .slider_info_top {
  background: url("../images/illustration.svg"),
    -o-linear-gradient(right, rgba(255, 255, 255, 0.0001) -5.14%, rgb(
            242 243 248
          )
          45.25%, #ffffff 97.75%);
  background: url("../images/illustration.svg"),
    -o-linear-gradient(right, rgba(255, 255, 255, 0.0001) -5.14%, rgb(
            242 243 248
          )
          45.25%, #ffffff 97.75%);
  background: url("../images/illustration.svg"),
    -o-linear-gradient(right, rgba(255, 255, 255, 0.0001) -5.14%, rgb(
            242 243 248
          )
          45.25%, #ffffff 97.75%);
  background: url("../images/illustration.svg"),
    -o-linear-gradient(right, rgba(255, 255, 255, 0.0001) -5.14%, rgb(
            242 243 248
          )
          45.25%, #ffffff 97.75%);
  background: url("../images/illustration.svg"),
    -o-linear-gradient(right, rgba(255, 255, 255, 0.0001) -5.14%, rgb(
            242 243 248
          )
          45.25%, #ffffff 97.75%);
  background: url("../images/illustration.svg"),
    -webkit-gradient(linear, right top, left top, color-stop(-5.14%, rgba(255, 255, 255, 0.0001)), color-stop(45.25%, rgb(242
              243 248)), color-stop(97.75%, #ffffff));
  background: url("../images/illustration.svg"),
    -o-linear-gradient(right, rgba(255, 255, 255, 0.0001) -5.14%, rgb(
            242 243 248
          )
          45.25%, #ffffff 97.75%);
  background: url("../images/illustration.svg"),
    linear-gradient(
      270deg,
      rgba(255, 255, 255, 0.0001) -5.14%,
      rgb(242 243 248) 45.25%,
      #ffffff 97.75%
    );
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #fefefe;
  padding: 32px 60px;
  position: relative;
}
.banner_slider .slider_info_top::after {
  content: url("../images/quotation.png");
  position: absolute;
  bottom: -18px;
  left: 60px;
}
.banner_slider .slider_info_top p {
  font-size: 32px;
  line-height: 47px;
  color: #f58220;
  text-shadow: 0px 1px 2px rgba(221, 124, 40, 0.12754);
}
.banner_slider .slider_info_bottom {
  padding: 35px 60px;
}
.banner_slider .slider_info_bottom p {
  color: #003974;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}
.banner_slider .owl-dots {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner_slider .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 6px;
  background: #d2d2d2 !important;
}
.banner_slider .owl-dot.active {
  background: #f78200 !important;
}
.banner_slider .owl-dot:focus {
  outline: none;
}
.banner_signin_flow {
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  overflow: hidden;
  margin-left: 12px;
  border-bottom: 3px solid #f78200;
}
.banner_signin_flow .hide {
  display: none;
}
.banner_signin_flow button {
  padding: 5px;
}
.banner_signin_flow button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#transact h4 {
  padding: 30px 35px 24px;
  color: #003771;
  /*font-family: "Spoqa Han Sans Bold";*/
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 0;
}
#transact form {
  padding: 0 35px;
}
#transact input {
  font-size: 14px;
  height: 50px;
  margin-bottom: 24px;
}
#transact input:focus,
#accountLocked input:focus,
#newPassword input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #868b90;
}
#transact button {
  background: #f78200;
  width: 100%;
  height: 50px;
  border: 2px solid #f78200;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 11px;
  line-height: 21px;
  /*font-family: "Spoqa Han Sans Bold";*/
  font-weight: bold;
}
#transact a.btn.quickPurchasebtn {
  background: #f78200;
  width: 100%;
  height: 50px;
  border: 2px solid #f78200;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 11px;
  line-height: 21px;
  /*font-family: "Spoqa Han Sans Bold";*/
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#accountLocked,
#forgotPassword,
#newPassword,
#newPasswordsuccess,
#unlocksuccess {
  padding: 10px 15px;
}
#accountLocked input,
#forgotPassword input {
  font-size: 14px;
  height: 50px;
  width: 90%;
  margin: auto;
  margin-bottom: 35px;
}
#newPassword .password_pan_box {
  width: 90%;
  margin: auto;
}
#newPassword input {
  font-size: 14px;
  height: 50px;
  margin-bottom: 35px;
}
#accountLocked .folio_provided,
#forgotPassword .folio_provided,
#newPassword .folio_provided,
#newPasswordsuccess .folio_provided,
#unlocksuccess .folio_provided,
#forgotpassword_otp .folio_provided,
#accountlocked_otp .folio_provided {
  font-weight: bold;
}
#accountLocked input:last-child,
#forgotPassword input:last-child,
#newPassword .password_pan_box:last-child {
  margin-bottom: 70px;
}
#accountLocked a,
#forgotPassword a,
#newPassword a.submit_btn,
#newPasswordsuccess a,
#unlocksuccess a {
  background: #f78200;
  width: 90%;
  margin: auto;
  height: 50px;
  border: 2px solid #f78200;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 11px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
}
.success_box {
  text-align: center;
}
.success_box img {
  margin-top: 30px;
  margin-bottom: 20px;
}
.success_box p {
  font-weight: bold;
  font-size: 18px;
  color: #5d5a5a;
  margin-bottom: 60px;
}
#newPassword a.submit_btn:hover {
  text-decoration: none;
}
#newPasswordsuccess #transact button.quickPurchasebtn {
  background: #003974;
  border: 2px solid #003974;
}
#transact form p {
  font-size: 14px;
  line-height: 21px;
  color: #636970;
}
#transact .account_locked {
  margin-bottom: 12px;
}
#transact .account_locked a {
  padding: 10px;
  background: rgba(216, 216, 216, 0.106398);
  border: 0.5px dashed rgba(134, 142, 150, 0.24063);
  border-radius: 2px;
  display: block;
  margin: 0 30px;
  text-align: center;
  color: #003771;
  font-size: 14px;
  line-height: 21px;
  text-decoration: underline;
}
#transact .new_mamf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#transact .new_mamf a {
  color: #f78200;
  font-size: 14px;
  /*font-family: "Spoqa Han Sans Bold";*/
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  padding: 15px;
  line-height: 22px;
  background-color: #f9ead5;
}
#password {
  padding: 10px 15px;
}
.folio_provided {
  background: #f9ead5;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.3px;
  color: #003974;
  padding: 9px 22px;
  margin-bottom: 40px;
}
.folio_provided img {
  margin-right: 25px;
  cursor: pointer;
}
#password label.form-check-label {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.375px;
}
#password form {
  padding: 0 20px;
}
#password input[type="radio"] + label {
  color: #7e7e7e;
}

#password input[type="radio"]:checked + label {
  color: #f58220;
}
#password input {
  position: relative;
  margin-right: 15px;
}
#password input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #aaa;
}
#password .form-check-inline {
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
}
#password .form-check-inline input,
#password .form-check-inline label {
  cursor: pointer;
}
.password_pan_box {
  position: relative;
}
.password_pan_box input {
  border-color: #b4b9bc;
  height: 44px;
  margin-bottom: 10px;
}
.password_pan_box .password_eye {
  position: absolute;
  top: 10px;
  right: 14px;
}
.password_pan_box .forgot_password {
  color: #003974;
  font-size: 14px;
  line-height: 21px;
  display: block;
  text-align: right;
}
#password .form-check a {
  font-weight: bold;
  color: #003974;
}
#password .form-check input {
  margin-right: 8px;
}
.input_before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 11px;
  left: 3px;
  position: absolute;
  content: "";
  display: inline-block;
  visibility: visible;
  background-color: #fff;
}
input:checked ~ .input_before {
  z-index: 9;
  background-color: #f47f00;
}
.input_after {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 6px;
  left: -2px;
  position: absolute;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #d8d8d8;
}
input:checked ~ .input_after {
  border: 2px solid #f47f00;
}
.accept_password_terms {
  padding-left: 0;
  margin-bottom: 25px;
  margin-top: 30px;
}
.accept_password_terms label {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  line-height: 18px;
  color: #475359;
}
.accept_password_terms input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.accept_password_terms .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 14px;
  width: 14px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.accept_password_terms input:checked ~ .checkmark {
  background-color: #f78200;
  border: 1px solid #f78200;
}
.accept_password_terms .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.accept_password_terms input:checked ~ .checkmark:after {
  display: block;
}
.accept_password_terms .checkmark:after {
  left: 3px;
  top: 0px;
  width: 6px;
  height: 11px;
  border: 3px solid white;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#password button {
  background: #f78200;
  border: 2px solid #f78200;
  border-radius: 2px;
  color: #fff;
  width: 90%;
  height: 50px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#selectFolio .modal-dialog {
  max-width: 650px;
  text-align: center;
}
#selectFolio .modal-content {
  border-bottom: 4px solid #f58220;
  border-radius: 0;
}
#selectFolio .modal-body {
  width: 390px;
  margin: auto;
  padding: 30px 0;
}
#selectFolio h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #003974;
  margin-bottom: 8px;
}
#selectFolio p {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #6a6a6a;
  margin-bottom: 25px;
}
#selectFolio .form-check {
  margin-bottom: 25px;
}
#selectFolio label {
  font-size: 14px;
  line-height: 30px;
  color: #003974;
  width: 350px;
}
#selectFolio p.otp_sent_info {
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: #6b6b6b;
  mix-blend-mode: normal;
  opacity: 0.79;
  margin-bottom: 25px;
  margin-top: 40px;
}
#selectFolio button {
  background: #f78200;
  border: 2px solid #f78200;
  border-radius: 2px;
  color: #fff;
  width: 100%;
  height: 50px;
}
#selectFolio .input_after {
  left: 58px;
}
#selectFolio .input_before {
  left: 63px;
}
#selectFolio input[type="radio"]:checked + label {
  background-color: #f9ead5;
  border-radius: 15px;
}
#selectFolio .form-check {
  margin-right: 30px;
  margin-bottom: 20px;
}
#selectFolio .form-check input,
#selectFolio .form-check label {
  cursor: pointer;
  left: 60px;
  margin-left: 0;
  top: 5px;
}
.selectFolio_legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top: 1px solid #f1ecec;
  margin-top: 40px;
  padding-top: 10px;
  margin-bottom: -20px;
}
#selectFolio .selectFolio_legend p {
  margin-bottom: 0;
}
#selectFolio .selectFolio_legend p span {
  color: #003974;
  font-weight: bold;
}
#login_otp,
#registration_otp,
#accountlocked_otp,
#forgotpassword_otp {
  padding: 10px 15px;
  height: 100%;
  position: relative;
}
#login_otp .folio_provided,
#accountlocked_otp .folio_provided,
#forgotpassword_otp .folio_provided {
  margin-bottom: 50px;
}
#login_otp form,
#registration_otp form,
#accountlocked_otp form,
#forgotpassword_otp form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
}
#login_otp input,
#registration_otp input,
#accountlocked_otp input,
#forgotpassword_otp input {
  width: 44px;
  height: 44px;
  border-radius: 2px;
  border: 1px solid #b5babd;
  margin-right: 17px;
  font-size: 28px;
  text-align: center;
  padding: 5px 5px;
}
span.alert_message {
  position: absolute;
  top: 100%;
  font-size: 12px;
  color: red;
  padding-top: 5px;
}
#login_otp input:last-child,
#registration_otp input:last-child,
#accountlocked_otp input:last-child,
#forgotpassword_otp input:last-child {
  margin-right: 0;
}
#login_otp a,
#accountlocked_otp a,
#forgotpassword_otp a {
  background: #f78200;
  border: 2px solid #f78200;
  border-radius: 2px;
  color: #fff;
  width: 90%;
  margin: auto;
  margin-top: 20px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#login_otp .otp_sent_info,
#registration_otp .otp_sent_info,
#accountlocked_otp .otp_sent_info,
#forgotpassword_otp .otp_sent_info {
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  color: #6b6b6b;
  width: 300px;
  margin: auto;
}
#login_otp .otp_sent_info span,
#registration_otp .otp_sent_info span,
#accountlocked_otp .otp_sent_info span,
#forgotpassword_otp .otp_sent_info span {
  font-weight: bold;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  color: #003974;
}
#login_otp .resend_otp,
#registration_otp .resend_otp,
#accountlocked_otp .resend_otp,
#forgotpassword_otp .resend_otp {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  margin-bottom: 0;
  background-color: #fcfcfd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  color: #003974;
}
#login_otp .resend_otp span,
#registration_otp .resend_otp span,
#accountlocked_otp .resend_otp span,
#forgotpassword_otp .resend_otp span {
  color: #f88200;
}
#registration_otp h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #003974;
  margin-bottom: 40px;
}
#registration_otp .folio_provided,
#registration_otp .otp_sent_info {
  margin-bottom: 22px;
}
#login_otp .resend_otp_link,
#registration_otp .resend_otp_link {
  padding: 10px;
  background: rgba(216, 216, 216, 0.106398);
  border: 0.5px dashed rgba(134, 142, 150, 0.24063);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #003771;
  font-size: 14px;
  line-height: 21px;
}
#termsConditions .modal-title,
#privacyPolicy .modal-title {
  font-size: 20px;
  font-weight: bold;
}
#termsConditions p,
#privacyPolicy p {
  font-size: 13px;
  text-align: justify;
}
#termsConditions h6,
#privacyPolicy h6 {
  font-size: 14px;
  color: #ff6600;
  font-weight: bold;
  margin-bottom: 5px;
}
#termsConditions ul,
#privacyPolicy ul {
  padding-left: 40px;
}
#termsConditions li,
#privacyPolicy li {
  font-size: 13px;
  list-style-type: disc;
  text-align: justify;
}
#termsConditions a,
#privacyPolicy a {
  color: #ff6600;
}
.ftp_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ftp_modal_left li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
.ftp_modal_left li::after {
  content: "";
  position: absolute;
  top: 91%;
  left: 36px;
  width: 2px;
  height: 30px;
  background-color: #ff6600;
}
.ftp_modal_left li:last-child::after {
  display: none;
}
#ftpModal .modal-dialog {
  max-width: 860px;
}
.ftp_modal_left {
  width: 399px;
  padding: 80px 60px;
  padding-bottom: 100px;
  background: url("../images/steps-illustration.svg"),
    -o-linear-gradient(top, rgba(247, 130, 0, 0.0001) 3.57%, rgba(
            247,
            130,
            0,
            0.131419
          )
          100%);
  background: url("../images/steps-illustration.svg"),
    -o-linear-gradient(top, rgba(247, 130, 0, 0.0001) 3.57%, rgba(
            247,
            130,
            0,
            0.131419
          )
          100%);
  background: url("../images/steps-illustration.svg"),
    -o-linear-gradient(top, rgba(247, 130, 0, 0.0001) 3.57%, rgba(
            247,
            130,
            0,
            0.131419
          )
          100%);
  background: url("../images/steps-illustration.svg"),
    -o-linear-gradient(top, rgba(247, 130, 0, 0.0001) 3.57%, rgba(
            247,
            130,
            0,
            0.131419
          )
          100%);
  background: url("../images/steps-illustration.svg"),
    -webkit-gradient(linear, left top, left bottom, color-stop(3.57%, rgba(247, 130, 0, 0.0001)), to(rgba(247, 130, 0, 0.131419)));
  background: url("../images/steps-illustration.svg"),
    -o-linear-gradient(top, rgba(247, 130, 0, 0.0001) 3.57%, rgba(
            247,
            130,
            0,
            0.131419
          )
          100%);
  background: url("../images/steps-illustration.svg"),
    linear-gradient(
      180deg,
      rgba(247, 130, 0, 0.0001) 3.57%,
      rgba(247, 130, 0, 0.131419) 100%
    );
  background-position: bottom right;
  background-repeat: no-repeat;
}
.ftp_modal_left li img {
  margin-right: 15px;
}
.ftp_modal_left_info h6 {
  font-size: 16px;
  line-height: 24px;
  color: #141619;
  mix-blend-mode: normal;
  opacity: 0.9;
  margin-bottom: 0;
  font-weight: bold;
}
.ftp_modal_left_info p {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: #f78200;
  margin-bottom: 0;
}
.ftp_modal_right {
  width: 461px;
  padding: 60px 45px;
}
.ftp_modal_right h3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 48px;
  letter-spacing: 0.742857px;
  color: #003974;
  margin-bottom: 30px;
}
.ftp_modal_right p {
  font-size: 13px;
  line-height: 29px;
  letter-spacing: 0.371429px;
  color: #141619;
  margin-bottom: 44px;
  font-weight: bold;
}
.ftp_modal_right a {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.8px;
  color: #ffffff;
  background: #f78200;
  border: 2px solid #f78200;
  border-radius: 3px;
  width: 220px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ftp_modal_right a img {
  margin-left: 35px;
}

/*Banner Content*/

/*Quick Links*/

.quicklinks {
  padding-top: 70px;
  padding-bottom: 50px;
}
.quicklinks h3 {
  font-size: 32px;
  line-height: 47px;
  text-align: center;
  letter-spacing: 1.12px;
  color: #003974;
  /*font-family: "Spoqa Han Sans Bold";*/
  font-weight: bold;
  margin-bottom: 30px;
}
.quicklinks.maxWidth {
  max-width: 960px;
}
.quicklinks_content {
  background: #f9ead5;
  border: 1px solid #fdd8af;
  -webkit-box-shadow: 0px 2px 8px rgba(18, 17, 36, 0.140871);
  box-shadow: 0px 2px 8px rgba(18, 17, 36, 0.140871);
  border-radius: 2px;
  padding: 20px 0 10px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.quicklinks_info {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.quicklinks_info a {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.6px;
  color: #212933;
  font-weight: bold;
}
.quicklinks_info img {
  height: 58px;
  margin-bottom: 25px;
}
.quicklinks_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;
}
.quicklinks_info::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: -o-linear-gradient(top, #f9ead5, #f3dfcd, #f9ead5);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f9ead5),
    color-stop(#f3dfcd),
    to(#f9ead5)
  );
  background: linear-gradient(to bottom, #f9ead5, #f3dfcd, #f9ead5);
}
.quicklinks_info:last-child::after {
  display: none;
}

/*Quick Links*/

/*Footer*/

footer {
  background-color: #eceff4;
  padding-top: 30px;
}
.footer_top {
  padding-bottom: 15px;
  border-bottom: 1px solid #fbfbfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_social_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_social_media p {
  margin-bottom: 0;
  font-size: 16px;
  color: #043b72;
  margin-right: 20px;
  /*font-family: "Spoqa Han Sans Bold";*/
  font-weight: bold;
}
.footer_social_media a svg {
  width: 32px !important;
  height: 32px;
  padding: 6px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0b2b4d;
}
.footer_social_media a svg.fa-facebook-f:hover {
  color: #3b5998;
}
.footer_social_media a svg.fa-twitter:hover {
  color: #00acee;
}
.footer_social_media a svg.fa-youtube:hover {
  color: #c4302b;
}
.footer_social_media a svg.fa-linkedin-in:hover {
  color: #0077b5;
}
.footer_top img {
  width: 240px;
}
.footer_links li {
  margin-bottom: 10px;
}
.footer_links {
  padding: 25px 0 50px;
}
.footer_links li a {
  color: #043b72 !important;
  display: block;
  font-size: 14px;
}
.footer_links h5 {
  color: #043b72;
  font-size: 16px;
  /*font-family: "Spoqa Han Sans Bold";*/
  font-weight: bold;
  margin-bottom: 35px;
}
.footer_disclaimer {
  color: #043b72;
  font-size: 16px;
  text-align: center;
  /*font-family: "Spoqa Han Sans Bold";*/
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 16px;
}
.footer_bottom {
  background-color: #f58220;
  color: #fff;
  padding: 10px 0 35px;
}
.footer_bottom p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 0;
}
.footer_bottom_links li {
  padding: 0 5px;
  position: relative;
}
.footer_bottom_links li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #fff;
  top: 8px;
  left: -2px;
}
.footer_bottom_links li:first-child::after {
  display: none;
}
.footer_bottom_links a {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}
.footer_bottom_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 5px;
}
#accordion {
  display: none;
}

/*Footer*/

/*Registration Page CSS*/

.registration {
  max-width: 967px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  position: relative;
  z-index: 99;
  margin-bottom: 110px;
}
.registration_heading {
  padding: 23px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(236, 239, 244, 0.159883);
  border-radius: 2px;
  position: relative;
}
.registration_heading::after {
  content: "";
  width: 40%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: -o-linear-gradient(left, #fff9f4 10%, #eff0f1, #fff9f4 80%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(10%, #fff9f4),
    color-stop(#eff0f1),
    color-stop(80%, #fff9f4)
  );
  background: linear-gradient(to right, #fff9f4 10%, #eff0f1, #fff9f4 80%);
}
.registration_password_input {
  position: relative;
}
.registration_password_input .password_eye {
  position: absolute;
  top: 10px;
  right: 14px;
}
.registration_heading a {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.3px;
  color: #475359;
  margin-right: 250px;
}
.registration_heading a img {
  margin-right: 11px;
}
.registration_heading h5 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.385714px;
  color: #003974;
}
.registration form {
  max-width: 380px;
  margin: auto;
  padding: 32px 0;
}
.registration form label {
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  color: #475359;
}
.registration form input {
  height: 44px;
  border: 1px solid #b4b9bc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  padding-right: 40px;
}
.registration form input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #aaa;
}
.password_guidelines {
  background-color: #fcf4ea;
  padding: 5px 14px;
  margin-top: 15px;
}
.password_guidelines p {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.184615px;
  color: #616e75;
  margin-bottom: 6px;
}
.password_guidelines ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.password_guidelines li {
  font-size: 13px;
  line-height: 18px;
  color: #747b7d;
  min-width: 170px;
  margin-bottom: 5px;
}
.password_guidelines li img {
  margin-right: 9px;
}
.registration form a.btn,
.registration form a.btn:hover {
  background: #f78200;
  border: 2px solid #f78200;
  border-radius: 2px;
  color: #fff;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.registration .accept_password_terms label {
  padding-left: 22px;
  font-size: 12px;
  font-weight: 100;
  line-height: 18px;
  color: #475359;
}
.registration .accept_password_terms label a {
  color: #003974;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
.registration form button:hover {
  color: #fff;
}
#registrationSuccessful .modal-content,
#loginSuccessful .modal-content {
  padding: 30px 0 0;
}
#registrationSuccessful h5,
#loginSuccessful h5 {
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #003974;
  margin-bottom: 20px;
}
#registrationSuccessful p,
#loginSuccessful p {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #008000;
}
#registrationSuccessful a,
#loginSuccessful a {
  color: #fff;
  background-color: #f78200;
  border-color: #f78200;
}

/*Registration Page CSS*/

/* FTI e-KYC CSS */

.fti-ekyc .banner_content_total {
  background-color: #fff;
  width: 1000px;
  max-width: 100%;
  text-align: center;
  display: block;
  padding: 24px 24px 54px;
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  margin-bottom: 42px;
  border-bottom: 3px solid #f78200;
}
.fti-ekyc .banner_content_total h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #003771;
  margin-bottom: 44px;
}
.fti-ekyc .banner_content_total input {
  width: 100%;
  max-width: 385px;
  margin: auto;
  font-size: 14px;
  line-height: 21px;
  color: #868e96;
  height: 50px;
  padding: 6px 17px;
  border: 2px solid #c2c6ca;
  border-radius: 2px;
  font-weight: bold;
}
.fti-ekyc .banner_content_total input::-webkit-input-placeholder {
  color: #868e96;
  font-weight: bold;
}
.fti-ekyc .banner_content_total input::-moz-placeholder {
  color: #868e96;
  font-weight: bold;
}
.fti-ekyc .banner_content_total input:-ms-input-placeholder {
  color: #868e96;
  font-weight: bold;
}
.fti-ekyc .banner_content_total input::-ms-input-placeholder {
  color: #868e96;
  font-weight: bold;
}
.fti-ekyc .banner_content_total input::placeholder {
  color: #868e96;
  font-weight: 400;
}
.fti-ekyc .banner_content_total input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fti-ekyc .banner_content_total .form-group {
  margin-bottom: 28px;
}
.fti-ekyc .banner_content_total a {
  width: 100%;
  max-width: 385px;
  margin: auto;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  background: #f78200;
  border: 2px solid #f78200;
  border-radius: 2px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fti-ekyc_assist p {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #141619;
  mix-blend-mode: normal;
  opacity: 0.8;
  margin-bottom: 43px;
  padding: 0 20px;
}

/* FTI e-KYC CSS */

/* Quick Purchase CSS */

.quickpurchase_inputs .input-group-text {
  border-color: #aab2ba;
  background-color: #fff;
  position: relative;
  height: 44px;
  border-right: 0;
}
.quickpurchase_inputs_active {
  display: none;
}
.quickpurchase_inputs .input-group-text::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 36px;
  background: -o-linear-gradient(
    top,
    #fff9f4,
    #606c78,
    rgba(252, 226, 203, 0.0968)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff9f4),
    color-stop(#606c78),
    to(rgba(252, 226, 203, 0.0968))
  );
  background: linear-gradient(
    to bottom,
    #fff9f4,
    #606c78,
    rgba(252, 226, 203, 0.0968)
  );
  opacity: 0.4;
  z-index: 9;
}
.registration form .quickpurchase_inputs input,
.registration form .quickpurchase_inputs select {
  border: 1px solid;
  border-color: #aab2ba;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.571428px;
  color: #141619;
  mix-blend-mode: normal;
  border-left: 0;
  height: 44px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 0 4px 4px 0 !important;
}
.quickpurchase_page {
  padding-bottom: 140px;
  border-bottom: 4px solid #f58220;
}
#quickPurchaseOTP .modal-dialog {
  max-width: 650px;
}
#quickPurchaseOTP .modal-content {
  border: 0;
  background-color: transparent;
}
#quickPurchaseOTP .modal-body {
  padding-bottom: 80px;
  border-bottom: 4px solid #f78200;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
}
#quickPurchaseOTP .modal-body .top-right {
  right: 40%;
  position: absolute;
  top: 0;
}
.quickPurchaseClose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#quickPurchaseOTP h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #293139;
  margin-bottom: 35px;
}
#quickPurchaseOTP form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  position: relative;
}
#quickPurchaseOTP form input {
  width: 54px;
  height: 54px;
  border-radius: 2px;
  border: 1px solid #b5babd;
  margin-right: 17px;
  font-size: 28px;
  text-align: center;
  padding: 5px 5px;
}
span.alert_message {
  position: absolute;
  top: 100%;
  font-size: 12px;
  color: red;
  padding-top: 5px;
  display: none;
}
#quickPurchaseOTP p {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #6b6b6b;
  margin-bottom: 35px;
}
#quickPurchaseOTP p span {
  font-weight: bold;
  color: #003974;
}
#quickPurchaseOTP a.quickpurchaseotp_submit {
  background: #f78200;
  border: 2px solid #f78200;
  border-radius: 2px;
  color: #fff;
  width: 220px;
  margin: auto;
  margin-top: 20px;
  height: 50px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#quickPurchaseOTP .resend_otp {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#quickPurchaseOTP .resend_otp p {
  margin-bottom: 0;
  background-color: #f4f7f8;
  font-size: 16px;
  line-height: 21px;
  color: #003974;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}
#quickPurchaseOTP .resend_otp p span {
  color: #f88200;
  font-size: 18px;
  font-weight: bold;
}
#quickPurchaseOTP .resend_otp_link_div {
  display: none;
  width: 100%;
}
#quickPurchaseOTP .resend_otp_link {
  padding: 10px;
  background: rgba(216, 216, 216, 0.106398);
  border: 0.5px dashed rgba(134, 142, 150, 0.24063);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #003771;
  font-size: 14px;
  line-height: 21px;
  width: 90%;
  margin: auto;
  height: 80%;
}

.quickpurchase_investment {
  padding: 64px 76px 132px;
  border-bottom: 4px solid #f58220;
}
.quickpurchase_investment h6 {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #293139;
  margin-bottom: 25px;
}
.quickpurchase_investment_info {
  height: 100%;
  display: block;
}
.quickpurchase_investment_info a {
  background: #ffffff;
  border: 1px solid #eeeff3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 8px rgb(28 29 85 / 8%);
  box-shadow: 0px 2px 8px rgb(28 29 85 / 8%);
  border-radius: 6px;
  height: 100%;
  width: 170px;
  padding: 45px 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #003974;
}
.quickpurchase_investment_info a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 2px 8px rgb(28 29 85 / 34%);
  box-shadow: 0px 2px 8px rgb(28 29 85 / 34%);
}
.quickpurchase_investment_info a:hover img {
  -webkit-animation: pulse 2s;
  animation: pulse 2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.quickpurchase_investment_info p {
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #003974;
  margin-top: 20px;
}
.quickpurchase_investment .col-md-3 {
  margin-bottom: 20px;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.quickpurchase_inner_page {
  max-width: 1230px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 16px rgb(0 0 0 / 20%);
  box-shadow: 0px 2px 16px rgb(0 0 0 / 20%);
  border-radius: 4px;
  position: relative;
  z-index: 99;
  margin-bottom: 60px;
  padding-bottom: 50px;
}
.quickpurchase_inner_left {
  padding: 45px 58px;
}
.quickpurchase_inner_left_heading h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.7875px;
  color: #293139;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -20px;
}
.quickpurchase_inner_left_heading h2 > img {
  padding-left: 10px;
  margin-left: 12px;
  border-left: 1px solid #dedddd;
}
.quickpurchase_inner_left_heading h2 a:hover,
.quickpurchase_inner_left_heading h2 a:focus {
  text-decoration: none;
}
.quickpurchase_inner_left_heading {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.quickpurchase_inner_page .quickpurchase_inputs input,
.quickpurchase_inner_page .quickpurchase_inputs select {
  border: 1px solid;
  border-color: #aab2ba;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.571428px;
  color: #141619;
  mix-blend-mode: normal;
  border-left: 0;
  height: 44px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 0 4px 4px 0 !important;
}
.quickpurchase_inner_page .quickpurchase_inputs input:focus,
.quickpurchase_inner_page .quickpurchase_inputs select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.quickpurchase_inner_page .quickpurchase_inputs .form-group,
.quickpurchase_inner_page .quickpurchase_radio {
  margin-bottom: 32px;
  display: block;
}
.quickpurchase_inner_page .quickpurchase_radio > span {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #575757;
  margin-right: 50px;
}
.quickpurchase_inner_page .quickpurchase_radio .form-check-inline {
  margin-right: 30px;
  margin-bottom: 0;
  position: relative;
}
.quickpurchase_inner_page .quickpurchase_radio .form-check-inline input {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin-left: 0;
  opacity: 0;
  position: absolute;
}
.quickpurchase_inner_page .quickpurchase_radio label {
  font-size: 14px;
  line-height: 21px;
  color: #7a8189;
  letter-spacing: 0.2625px;
  padding: 11px 35px;
  padding-left: 50px;
  background: #f3f5f7;
  border-radius: 11px;
  border: 1px solid #f3f5f7;
  cursor: pointer;
  left: 60px;
  margin-left: 0;
  top: 5px;
}
.quickpurchase_inner_page
  .quickpurchase_radio
  input[type="radio"]:checked
  + label {
  color: #f58220;
  background-color: #fef8f2;
  border: 1px solid #f78200;
}
.quickpurchase_inner_page .quickpurchase_radio .input_before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 23px;
  position: absolute;
  content: "";
  display: inline-block;
  visibility: visible;
  background-color: #fff;
  pointer-events: none;
}
.quickpurchase_inner_page .quickpurchase_radio input:checked ~ .input_before {
  z-index: 9;
  background-color: #f47f00;
}
.quickpurchase_inner_page .quickpurchase_radio .input_after {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  position: absolute;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #6d6f72;
  pointer-events: none;
}
.quickpurchase_inner_page .quickpurchase_radio input:checked ~ .input_after {
  border: 1px solid #f47f00;
}
.mobile_applicant_details {
  display: none;
}
.quickpurchase_inner_page .quickpurchase_inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quickpurchase_inner_page .quickpurchase_inputs .form-group {
  width: 335px;
  margin-right: 60px;
  position: relative;
  z-index: 1;
}
.quickpurchase_inner_page .quickpurchase_inputs label {
  font-size: 14px;
  line-height: 21px;
  color: #293139;
  mix-blend-mode: normal;
  opacity: 0.7;
  margin-bottom: 13px;
  font-weight: bold;
}
.quickpurchase_inner_page .quickpurchase_checkmark.form-check label {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.375px;
  color: #545a61;
  font-weight: bold;
}
.quickpurchase_inner_page .quickpurchase_checkmark.form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.quickpurchase_inner_page .quickpurchase_checkmark.form-check .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 14px;
  width: 14px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #f58220;
}
.quickpurchase_inner_page
  .quickpurchase_checkmark.form-check
  input:checked
  ~ .checkmark {
  background-color: #f78200;
  border: 1px solid #f78200;
}
.quickpurchase_inner_page .quickpurchase_checkmark.form-check .checkmark:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  width: 6px;
  height: 11px;
  border: 3px solid white;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.quickpurchase_inner_page
  .quickpurchase_checkmark.form-check
  input:checked
  ~ .checkmark:after {
  display: block;
}
.quickpurchase_inner_page .euin-declaration_icon_check {
  background: #f6f7f7;
  padding: 11px 0;
}
.quickpurchase_inner_page .euin-declaration_icon_check label.form-check-label {
  padding-left: 40px;
  padding-right: 10px;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  max-height: 70px;
  overflow: auto;
}
.quickpurchase_inner_page .quickpurchase_inputs .form-group.enter-euin-number {
  display: none;
}
.quickpurchase_inner_page
  .quickpurchase_checkmark.form-check
  .euin-declaration_icon_check
  label
  .checkmark {
  top: 5px;
  left: 15px;
}
.quickpurchase_inner_page .quickpurchase_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.quickpurchase_inner_page .quickpurchase_btns a {
  padding: 12px 72px;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.4px;
  color: #ffffff;
  background: #f78200;
  border: 1px solid #f78200;
  border-radius: 2px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.quickpurchase_inner_page .quickpurchase_btns a + a {
  margin-left: 30px;
}
.investingthroughria,
.investingthroughdirect {
  display: none;
}
.quickpurchase-investment-details {
  background: -o-linear-gradient(
    top,
    rgba(247, 130, 0, 0.0001) 3.57%,
    #f5f7f9 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(3.57%, rgba(247, 130, 0, 0.0001)),
    to(#f5f7f9)
  );
  background: linear-gradient(
    180deg,
    rgba(247, 130, 0, 0.0001) 3.57%,
    #f5f7f9 100%
  );
}
.quickpurchase_inner_right {
  padding: 0 25px;
}
.quickpurchase-investment-details h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.2625px;
  text-transform: uppercase;
  color: #003974;
  margin-top: 75px;
}
.quickpurchase-investment-details .investing-through {
  margin-bottom: 15px;
}
.quickpurchase-investment-details .investing-through span {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.225px;
  color: #26303c;
}
.quickpurchase-investment-details .investing-through p {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.2625px;
  color: #26303c;
  margin-bottom: 0;
}
.quickpurchase_inner_left_content > h3 {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.642857px;
  text-transform: uppercase;
  color: #f58220;
  margin-bottom: 28px;
}
.switch_scheme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background: #f9fafb;
  border-radius: 5px;
  margin-bottom: 14px;
  padding: 18px 25px;
  padding-right: 60px;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.switch_scheme .form-check-inline {
  width: 15px;
  height: 15px;
}
.switch_scheme .form-check-input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 9;
}
.switch_scheme .input_before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  top: 28px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 28px;
  position: absolute;
  content: "";
  display: inline-block;
  visibility: visible;
  background-color: #fff;
  pointer-events: none;
}
.switch_scheme .input_after {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 28px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
  position: absolute;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #6d6f72;
  pointer-events: none;
}
.switch_scheme_info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 10px;
}
.switch_scheme_info h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.583334px;
  text-transform: capitalize;
  color: #003974;
  opacity: 0.9;
  margin-bottom: 10px;
}
.switch_scheme_info h4 span {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #606c78;
  opacity: 1;
  border-left: 1px solid #b5b7b9;
  padding-left: 15px;
  margin-left: 15px;
}
.switch_scheme_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
p.switch_scheme_bottom_label {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.6;
  margin-bottom: 0;
}
p.switch_scheme_bottom_value {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #293139;
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
p.switch_scheme_bottom_value img {
  margin-left: 10px;
  margin-right: 5px;
}
p.switch_scheme_bottom_value span.switch_scheme_ason {
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #8b8b8b;
  margin-right: 5px;
}
p.switch_scheme_bottom_value span.switch_scheme_date {
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  color: #293139;
}
.switch_scheme input:checked ~ .input_after {
  border: 1px solid #f47f00;
}
.quickpurchase_inner_left_content .additional_new,
.scheme_category_mobile {
  display: none;
}
.additional-scheme-name.quickpurchase_inputs .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.additional-scheme-name .form-group label {
  margin-right: 50px;
  margin-bottom: 0;
}
.quickpurchase_selects {
  position: relative;
}
.quickpurchase_selects_active {
  display: none;
}
.quickpurchase_selects img.quickpurchase_selects_arrow {
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  height: 42px;
  border-radius: 0.26rem;
  z-index: 999;
  pointer-events: none;
}
.quickpurchase_selects select option {
  color: #444;
}
.quickpurchase_inputs.goal_sip_yes label span {
  margin-left: auto;
  color: #26303c;
  font-size: 11px;
  line-height: 16px;
  opacity: 0.9;
}
.quickpurchase_inputs.goal_sip_yes label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6a6f75;
  opacity: 1;
}
.quickpurchase_inputs.goal_sip_yes label span {
  margin-left: auto;
  color: #26303c;
  font-size: 11px;
  line-height: 16px;
  opacity: 0.9;
}
.quickpurchase_inputs.goal_sip_yes label span strong {
  color: #003974;
  font-size: 13px;
  line-height: 15px;
}
.goal_sip_yes .nav_applicability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.goal_sip_yes .nav_applicability p {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.375px;
  color: rgba(41, 49, 57, 0.8);
  margin-bottom: 0;
  padding-left: 27px;
}
.goal_sip_yes .nav_applicability::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 36px;
  background: -o-linear-gradient(
    top,
    #fff9f4,
    #606c78,
    rgba(252, 226, 203, 0.0968)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff9f4),
    color-stop(#606c78),
    to(rgba(252, 226, 203, 0.0968))
  );
  background: linear-gradient(
    to bottom,
    #fff9f4,
    #606c78,
    rgba(252, 226, 203, 0.0968)
  );
  opacity: 0.4;
}
.goal_sip_yes .nav_applicability p a {
  color: #f78200;
}
.quickpurchase_inner_page .quickpurchase_btns a.add_more_schemes {
  padding: 12px 30px;
  padding-right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.switch_scheme_info a {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.switch_scheme_info a:hover {
  text-decoration: none;
}
.switch_scheme_change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.switch_scheme_change .switch_scheme {
  border: 1px solid #f58220;
  background: #fef9f2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 30px;
}
.switch_scheme_change a,
.switch_scheme_change a:hover {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #f78200;
  margin-left: 20px;
  margin-top: 40px;
}
.switch_scheme_change .switch_scheme_info a {
  margin-top: 0;
  margin-left: auto;
  margin-right: -30px;
  text-transform: capitalize;
}
.switch_scheme_change .switch_scheme_info h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 99;
}
.switch_scheme_change p.switch_scheme_bottom_value strong {
  color: #003974;
}
.adn_pur_schemesadded_no a {
  background: #f78200;
  border: 1px solid #f78200;
  border-radius: 2px;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  padding: 9px 35px;
  padding-left: 20px;
  margin-right: 10px;
  background-image: url("../images/transact_bg.svg");
  background-repeat: no-repeat;
  background-position: top left;
}
.adn_pur_schemesadded_no a span {
  position: relative;
  margin-right: 12px;
}
.adn_pur_schemesadded_no a span i {
  font-style: normal;
  font-weight: bold;
  font-size: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #003974;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: -4px;
  top: -2px;
}
.adn_pur_schemesadded_no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfe3e6;
  margin-bottom: 10px;
}
.adn_pur_schemesadded .investing-through p {
  font-size: 13px;
}
.adn_pur_schemesadded .investing-through {
  padding-bottom: 30px;
  border-bottom: 1px solid #dfe3e6;
  margin-bottom: 10px;
}
.adn_pur_schemesadded_no > img {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.adn_pur_schemesadded_no img.active {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.adn_pur_schemesadded .investing-through span {
  color: #003974;
  font-weight: bold;
}
.adn_pur_schemesadded .investing-through h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.225px;
  color: #003974;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.adn_pur_schemesadded .investing-through h6 img {
  margin-right: 20px;
  cursor: pointer;
}
.adn_pur_schemesadded .investing-through div span {
  color: #26303c;
  font-weight: normal;
}
.adn_pur_schemesadded .investing-through div p {
  font-weight: bold;
  font-size: 14px;
}
.equity-invest-details {
  background: #f58220;
  border-radius: 2px;
  font-size: 10px !important;
  line-height: 15px;
  letter-spacing: 0.1875px;
  color: #ffffff !important;
  margin-bottom: 20px;
  padding: 2px 10px;
}
.quickpurchase_inner_page .quickpurchase_inputs .select_bank_input .form-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quickpurchase_inner_page
  .quickpurchase_inputs
  .select_bank_input
  .form-group
  label {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.1px;
  color: #293139;
  mix-blend-mode: normal;
  opacity: 0.7;
  margin-right: 90px;
}
.quickpurchase_inner_page.quick-additional-neft-page {
  max-width: 787px;
}
.neft-payment h5 {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.3375px;
  font-weight: bold;
  color: #293139;
}
.neft-payment .neft-note {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.4375px;
  font-weight: bold;
  color: #293139;
  border-bottom: 1px dashed #cad3dc;
  border-top: 1px dashed #cad3dc;
}
.view-bank-details,
.view-bank-details:hover {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.375px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #f58220;
}
.quickpurchase_inner_page .quickpurchase_radio.neft-done-or-not {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quickpurchase_inner_page .quickpurchase_radio.neft-done-or-not label {
  font-weight: bold;
}
.neft-hidden-payment {
  display: none;
}
.neft-hidden-payment h4 {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  color: #575757;
}
.neft-hidden-payment .quickpurchase_checkmark.form-check label {
  margin-left: 80px;
  font-size: 15px;
  color: #003974;
  opacity: 1;
}
.quickpurchase_inner_page .neft-hidden-payment .quickpurchase_inputs select {
  font-size: 14px;
  line-height: 18px;
  color: #606c78;
}
.file-upload label {
  background: rgba(0, 57, 116, 0.055965);
  border-radius: 4px;
  font-size: 14px;
  line-height: 21px;
  color: #293139;
  font-weight: 400;
  padding: 10px 100px;
  cursor: pointer;
}
#file-chosen {
  font-size: 14px;
  line-height: 21px;
  color: #606c78;
  mix-blend-mode: normal;
  opacity: 0.64;
}
.primary-bank-addition .dropdown-menu {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.neft-info {
  background: #fef9f2;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.185714px;
  color: #f58220;
}
.neft-payment .confirmation_disclaimer {
  font-size: 13px;
  border-bottom: 0;
  border-top: 1px dashed #cad3dc;
}
#neft-not-done-info.transactPopup p {
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
}
#neft-not-done-info .sip_purchase_redirection {
  background-color: #f9fbfd;
  padding-bottom: 10px;
}
#neft-not-done-info .sip_purchase_redirection p {
  font-weight: bold;
}
.transactPopup .quickpurchase_btns a {
  padding: 12px 72px;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.4px;
  color: #ffffff;
  background: #f78200;
  border: 1px solid #f78200;
  border-radius: 2px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.transactPopup .quickpurchase_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dashboard_folio_select {
  display: inline-block;
  position: relative;
}
.dashboard_folio_select select {
  background: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.7875px;
  color: #f58220;
  padding: 5px 0;
  padding-right: 10px;
  border: 0;
  border-bottom: 1px solid #fde7d5;
  margin-bottom: 25px;
}
.dashboard_folio_select select option {
  color: #444444;
}
.dashboard_folio_select img {
  position: absolute;
  top: 12px;
  right: 2px;
  background-color: #fff;
  padding: 1px;
  pointer-events: none;
}
.quickpurchase_inputs .min-amount {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.375px;
  color: rgba(0, 57, 116, 0.8);
  mix-blend-mode: normal;
  float: right;
  margin-top: 5px;
}
.min-amount span {
  color: rgb(0, 57, 116);
  font-weight: bold;
}
.quickpurchase_inputs .next-installment {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.3px;
  color: #293139;
  float: right;
  margin-top: 5px;
}
.quickpurchase_inputs .next-installment span {
  font-weight: bold;
}
.datepicker.dropdown-menu {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  width: 275px;
}
.datepicker table {
  width: 100%;
}
.quickpurchase_sipduration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quickpurchase_sipduration span {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.46875px;
  color: #686d73;
}
.quickpurchase_sipduration .quickpurchase_checkmark.form-check label {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.46875px;
  color: #686d73;
}
.quickpurchase_sipduration .form-group.euin-select-radio {
  width: unset;
}
.quickpurchase_sipduration .form-group > label {
  font-size: 14px;
}
.quickpurchase_sipduration span {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.46875px;
  color: #686d73;
}
p.perpetual_end_date {
  width: 210px;
  position: absolute;
  top: 100%;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 18px;
  letter-spacing: 0.375px;
  color: #7a8088 !important;
  margin-bottom: 0 !important;
  margin-top: 10px;
}
p.perpetual_end_date span {
  font-weight: bold;
  color: #7a8088 !important;
  font-size: 12px !important;
  margin-bottom: 0 !important;
  margin-right: 0;
}
.next-installment-sip {
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 18px;
  letter-spacing: 0.375px;
  color: #7a8088 !important;
  margin-bottom: 0 !important;
  margin-top: 10px;
}
.next-installment-sip span {
  font-weight: bold;
  color: #7a8088 !important;
  font-size: 12px !important;
  margin-bottom: 0 !important;
}
.quickpurchase_sipduration .form-group.mr-0.enter-euin-number {
  margin-bottom: -30px;
  display: none;
}
.quickpurchase_sipduration .form-group.mr-0.enter-euin-number .input-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #aab2ba;
}
.quickpurchase_inner_page .form-check label a {
  color: rgba(249, 130, 0, 0.8);
  font-weight: bold;
  text-decoration: underline;
}
.sip-banner {
  position: relative;
  margin-bottom: 40px;
  margin-top: 20px;
  background-color: #ffe8bf;
  border-radius: 5px;
  padding: 25px 10px 10px;
}
.sip-banner img {
  position: absolute;
  right: 0;
  top: -10px;
}
.sip-banner .banner-content p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #043b72;
  margin-bottom: 0;
  font-weight: bold;
}
.sip_goals_content a {
  color: rgba(249, 130, 0, 0.8);
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
  margin-top: 13px;
}
.goal_sip_no {
  display: none;
}
.goal_sip_content {
  -webkit-box-shadow: 0px 2px 8px rgba(28, 29, 85, 0.108474);
  box-shadow: 0px 2px 8px rgba(28, 29, 85, 0.108474);
  border-radius: 0 0 6px 6px;
}
.goal_sip_yes {
  padding: 50px 25px 35px;
  margin: 0 15px;
}
.sip_goals_info img {
  width: auto !important;
  margin: auto;
  height: 30px;
  margin-bottom: 12px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.sip_goals_info:hover img,
.sip_goals_info.active img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.sip_goals_info:hover p,
.sip_goals_info.active p {
  color: #f78200;
}
.sip_goals_info p {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #141619;
  mix-blend-mode: normal;
  opacity: 0.9;
  margin-bottom: 0;
}
.sip_goals_info {
  text-align: center;
  cursor: pointer;
}
.goal_sip_yes .owl-nav button.disabled {
  pointer-events: none;
  opacity: 0.5;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.goal_sip_yes .owl-nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  z-index: 9;
}
.goal_sip_yes .owl-stage-outer {
  z-index: 99;
}
.goal_sip_yes .owl-nav button span {
  display: none;
}
.goal_sip_yes .owl-nav button.owl-prev {
  margin-left: -15px;
  background-image: url("../images/left-arrow2.png");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}
.goal_sip_yes .owl-nav button.owl-next {
  margin-right: -10px;
  background-image: url("../images/right-arrow2.png");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}
.goal_sip_yes input.form-control {
  border-left: 1px solid #aab2ba;
  border-radius: 4px !important;
}
.goal_sip_yes .nav_applicability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.goal_sip_yes .nav_applicability::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 36px;
  background: -o-linear-gradient(
    top,
    #fff9f4,
    #606c78,
    rgba(252, 226, 203, 0.0968)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff9f4),
    color-stop(#606c78),
    to(rgba(252, 226, 203, 0.0968))
  );
  background: linear-gradient(
    to bottom,
    #fff9f4,
    #606c78,
    rgba(252, 226, 203, 0.0968)
  );
  opacity: 0.4;
}
.goal_sip_yes .nav_applicability p {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.375px;
  color: rgba(41, 49, 57, 0.8);
  margin-bottom: 0;
  padding-left: 27px;
}
.goal_sip_yes .nav_applicability p a {
  color: #f78200;
}
.goal_sip_no {
  display: none;
  padding: 10px 36px;
}
.goal_sip_no p {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.375px;
  color: #f78200;
  margin-bottom: 0;
}
.goalsip label {
  background-color: unset !important;
  border: 0 !important;
  color: #003974;
}
.goalsip .input_after {
  border: 1px solid #003974;
  background: inherit;
}
.goalsip .input_before {
  background: inherit;
}
.quickpurchase_inputs input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.571428px;
  color: #727375;
  mix-blend-mode: normal;
  font-weight: 400;
}
.quickpurchase_inputs input::-moz-placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.571428px;
  color: #727375;
  mix-blend-mode: normal;
  font-weight: 400;
}
.quickpurchase_inputs input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.571428px;
  color: #727375;
  mix-blend-mode: normal;
  font-weight: 400;
}
.quickpurchase_inputs input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.571428px;
  color: #727375;
  mix-blend-mode: normal;
  font-weight: 400;
}
.quickpurchase_inputs input::placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.571428px;
  color: #727375;
  mix-blend-mode: normal;
  font-weight: 400;
}
.orange_color {
  color: #f58220 !important;
}

/* Confirmation Page CSS */

.confirmation_page {
  min-height: 100vh;
  background-color: #f5f7f9;
  padding: 50px 0;
  padding-bottom: 30px;
  background-image: url("../images/confirmation_bg.svg");
  background-repeat: no-repeat;
  background-position: top center;
}
.confirmation_page_left {
  padding-right: 50px;
  height: 100%;
  background-image: url("../images/confirmation_illustration.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.confirmation_page_right {
  background: #ffffff;
  height: 100%;
  -webkit-box-shadow: 0px 0px 8px rgba(28, 29, 85, 0.139997);
  box-shadow: 0px 0px 8px rgba(28, 29, 85, 0.139997);
  border-radius: 6px;
  padding: 50px 30px;
  border-bottom: 3px solid #f78200;
}
.confirmation_page_left h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.9625px;
  color: #293139;
  margin-bottom: 50px;
}
.confirmation_page h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #f58220;
  margin-bottom: 40px;
}
.confirmation_page_left_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.confirmation_page_left_info:last-of-type {
  margin-bottom: 250px;
}
p.confirmation_left_value {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px;
  color: #003974;
  margin-bottom: 0;
  width: 100%;
}
p.confirmation_left_label {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #4f555a;
  width: 40%;
  margin-bottom: 0;
}
p.confirmation_disclaimer {
  font-weight: bold;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 0.502976px;
  color: #4f555a;
  margin-bottom: 30px;
  padding-right: 70px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #cad3dc;
}
p.confirmation_disclaimer span {
  color: #f78200;
  font-weight: bold;
}
p.confirmation_disclaimer a {
  font-weight: bold;
  color: #003974;
}
.confirmation_page_right_info h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px;
  color: #003974;
  margin-bottom: 15px;
}
.confirmation_scheme_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 50px;
}
.confirmation_scheme_details_info .confirmation_left_label {
  width: auto;
  margin-bottom: 2px;
  font-size: 13px;
}
.confirmation_scheme_details_info .confirmation_left_value {
  width: auto;
  margin-bottom: 0;
}
.confirmation_page_right h4 {
  padding-left: 0;
}
.confirmation_page_right_info {
  padding: 10px 20px;
  margin-bottom: 15px;
}
.confirmation_page_right_info:nth-child(odd) {
  background-color: #f9fbfd;
}
.confirmation_page_right_info:last-of-type {
  margin-bottom: 20px;
}
p.confirmation_total {
  text-align: right;
  padding-right: 70px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #4f555a;
  margin-bottom: 50px;
}
p.confirmation_total span {
  color: #f58220;
  font-weight: bold;
  margin-left: 30px;
  font-size: 16px;
}
.confirmation_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.confirmation_button a {
  background: #f78200;
  padding: 10px 50px;
  border: 2px solid #f78200;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 11px;
  line-height: 21px;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.confirmation_button a:hover,
.confirmation_button a:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.confirmation_page_right_content p.confirmation_left_label {
  width: 30%;
}
.redemption_confirmation_page
  .confirmation_page_right_content
  p.confirmation_left_label {
  width: 40%;
}
.confirmation_page_right_content .confirmation_page_left_info {
  padding-left: 0;
}
.confirmation_page_right_content .confirmation_page_left_info:last-of-type {
  margin-bottom: 70px;
}
.confirmation_button a.confirmation_button_back {
  border: 1px dashed #c3c7cc;
  color: #293139;
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
}
.confirmation_button a + a {
  margin-left: 30px;
}
.transactPopup .modal-content {
  border: 0;
  background-color: transparent;
}
.transactPopup .modal-body {
  border-bottom: 4px solid #f78200;
  padding: 80px 120px 50px;
  position: relative;
  width: 700px;
  background-color: #fff;
  border-radius: 4px;
}
.transactPopup .modal-body .redemption-top-left {
  position: absolute;
  top: 30px;
  left: 10px;
}
.transactPopup .modal-body .redemption-top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.transactPopup h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  color: #293139;
  margin-bottom: 26px;
  text-transform: none;
}
.transactPopup .form-check-inline {
  display: block;
  margin-right: 0;
  margin-bottom: 20px;
}
.transactPopup .transactnow_radio label {
  padding: 0;
  padding-left: 30px;
  background: transparent !important;
  border: 0 !important;
}
.transactPopup .transactnow_radio .input_after {
  left: 0;
  top: 54%;
}
.transactPopup .transactnow_radio .input_before {
  left: 3px;
  top: 54%;
}
.transactPopup p {
  font-size: 14px;
  line-height: 29px;
  color: #293139;
  font-weight: bold;
}
.sip_confirmation_page .confirmation_page_left_info:last-of-type {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #cad3dc;
}
.sip_confirmation_page p.confirmation_disclaimer {
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.502976px;
  color: #4f555a;
  margin-bottom: 30px;
  padding-right: 40px;
  padding-bottom: 0;
  border-bottom: 0;
}
.sip_confirmation_page
  .confirmation_scheme_details_info
  p.confirmation_left_label {
  width: auto;
}
.sip_confirmation_page .confirmation_scheme_details {
  border-bottom: 1px dotted #cad3dc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sip_confirmation_page .confirmation_scheme_details:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sip_confirmation_page p.confirmation_left_label {
  width: 75%;
}
#purchaseConfirmation h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 33px;
  color: #293139;
  margin-bottom: 20px;
}
#purchaseConfirmation p span {
  font-weight: bold;
  color: #003974;
}
#purchaseConfirmation a {
  font-weight: bold;
  color: #293139;
}
#purchaseConfirmation p:last-child {
  font-size: 13px;
}
.sip_purchase_redirection {
  background: #fef9f2;
  padding: 20px;
}
#purchaseConfirmation .sip_purchase_redirection p {
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.35px;
  color: #f78200;
  margin-bottom: 0;
}
.sip_purchase_redirection a {
  margin: 0 10px;
}
#isipAvailableModal h5 {
  background: #fff2df;
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-bottom: 20px;
}
#isipAvailableModal h5 img {
  margin-right: 20px;
}
#isipAvailableModal .confirmation_button a.confirmation_button_back {
  border: 1px dashed #e2e3e5;
  background-color: #e2e3e5;
}
#isipAvailableModal p span {
  font-weight: bold;
  color: #003974;
}
#isipAvailableModal .modal-dialog {
  max-width: 600px;
}
.confirmation_page .maxWidth {
  max-width: 1230px;
  margin: auto;
}
.cart_with_number {
  position: relative;
  margin-left: 15px;
}
.cart_with_number i {
  font-style: normal;
  font-weight: bold;
  font-size: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #003974;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: -4px;
  top: -2px;
}
.additional-purchase-confirmation .confirmation_investment_type {
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  color: #26303c;
  margin-bottom: 20px;
}
.additional-purchase-confirmation .confirmation_investment_type span {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #003974;
  margin-left: 50px;
}
.additional-purchase-confirmation .confirmation_page_right_info h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f58220;
}
.additional-purchase-confirmation .confirmation_page_right_info h5 img {
  margin-right: 20px;
  cursor: pointer;
}
.additional-purchase-confirmation
  .confirmation_scheme_details_info
  p.confirmation_left_label {
  font-size: 12px;
  line-height: 18px;
  color: #26303c;
  mix-blend-mode: normal;
  opacity: 0.9;
  margin-right: 35px;
}
.additional-purchase-confirmation .confirmation_scheme_details {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.additional-purchase-confirmation
  .confirmation_scheme_details_info
  .confirmation_left_value {
  font-weight: bold;
}
.additional-purchase-confirmation .confirmation_page_right_info {
  background-color: #f9fbfd;
}
.additional-purchase-confirmation p.confirmation_total {
  text-align: left;
  padding-left: 20px;
  padding-right: 0;
  margin-bottom: 30px;
}
.additional-purchase-confirmation
  #purchaseConfirmation
  .sip_purchase_redirection
  p {
  line-height: 30px;
}
.additional-purchase-confirmation #purchaseConfirmation .modal-body p.mb-0 {
  font-size: 13px;
}
.additional-purchase-confirmation .confirmation_page_right_info h5 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sip_confirmation_page .confirmation_page_right_info h5 {
  color: #f58220;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px dotted #c3c7cc;
}
.confirmation_page .quickpurchase_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.confirmation_page .quickpurchase_btns a {
  padding: 12px 72px;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.4px;
  color: #ffffff;
  background: #f78200;
  border: 1px solid #f78200;
  border-radius: 2px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.confirmation_page .quickpurchase_btns a + a {
  margin-left: 20px;
}
.sip_confirmation_page .confirmation_page_right_info h5 img.info_icon {
  padding-left: 10px;
  margin-left: 12px;
  border-left: 1px solid #dedddd;
}
.sip_confirmation_page .confirmation_page_right_info h5 span {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sippurchaseConfirmation .modal-dialog {
  max-width: 650px;
}
#sippurchaseConfirmation .modal-body {
  padding-bottom: 80px;
}
#sippurchaseConfirmation .modal-body .redemption-top-right {
  position: absolute;
  top: 0;
  right: 40%;
}
#sippurchaseConfirmation .transactPopupClose a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#sippurchaseConfirmation h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #293139;
  margin-bottom: 35px;
}
#sippurchaseConfirmation form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  position: relative;
}
#sippurchaseConfirmation form input {
  width: 54px;
  height: 54px;
  border-radius: 2px;
  border: 1px solid #b5babd;
  margin-right: 17px;
  font-size: 28px;
  text-align: center;
  padding: 5px 5px;
}
#sippurchaseConfirmation p {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #6b6b6b;
  margin-bottom: 35px;
}
#sippurchaseConfirmation p span {
  font-weight: bold;
  color: #003974;
}
#sippurchaseConfirmation a.change_email_id_submit {
  background: #f78200;
  border: 2px solid #f78200;
  border-radius: 2px;
  color: #fff;
  width: 220px;
  margin: auto;
  margin-top: 20px;
  height: 50px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#sippurchaseConfirmation .resend_otp {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#sippurchaseConfirmation .resend_otp p {
  margin-bottom: 0;
  background-color: #f4f7f8;
  font-size: 16px;
  line-height: 21px;
  color: #003974;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}
#sippurchaseConfirmation .resend_otp p span {
  color: #f88200;
  font-size: 18px;
  font-weight: bold;
}
#sippurchaseConfirmation .resend_otp_link_div {
  display: none;
  width: 100%;
}
#sippurchaseConfirmation .resend_otp_link {
  padding: 10px;
  background: rgba(216, 216, 216, 0.106398);
  border: 0.5px dashed rgba(134, 142, 150, 0.24063);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #003771;
  font-size: 14px;
  line-height: 21px;
  width: 90%;
  margin: auto;
  height: 80%;
}

/* Confirmation Page CSS */

/* Transaction Successful CSS */

.transaction_successful_page,
.purchase-confirmation-neft {
  min-height: 100vh;
  background-color: #f5f7f9;
  padding: 50px 0;
  padding-bottom: 30px;
  background-image: url("../images/up-bg.svg"), url("../images/down-bg.svg");
  background-position: center right, bottom left;
  background-repeat: no-repeat;
}
.transaction_successful_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px rgba(28, 29, 85, 0.139997);
  box-shadow: 0px 0px 8px rgba(28, 29, 85, 0.139997);
  padding: 55px 80px;
}

.transaction_successful_info h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.3375px;
  color: #293139;
  margin-bottom: 13px;
}
.transaction_successful_info p {
  font-weight: bold;
  font-size: 12px;
  line-height: 23px;
  color: #293139;
  margin-bottom: 26px;
}
.transaction_successful_info p.note {
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  color: #293139;
  border-top: 1px dashed #cad3dc;
  border-bottom: 1px dashed #cad3dc;
  padding: 18px 0;
  margin-bottom: 50px;
}
.transaction_successful_info p.note span {
  font-weight: bold;
  color: #003974;
}
.transaction_successful_info .confirmation_button {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* Transaction Successful CSS */

/* Quick Purchase CSS */

/* FAQ's CSS */

.faqs_page .registration_heading a {
  margin-right: 0;
}
.faqs_page .registration_heading h5 {
  margin: auto;
  padding-right: 130px;
}
#faqAccordion .card {
  margin-bottom: 15px;
}
#faqAccordion .card-header {
  border-bottom: 0;
  padding: 12px 20px;
  background-color: #fff;
}
#faqAccordion .card-header button {
  width: 100%;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  border: 0;
  color: #003974;
  text-align: left;
  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;
}
#faqAccordion .card-header button:hover,
#faqAccordion .card-header button:focus {
  text-decoration: none;
}
#faqAccordion .card-header button svg {
  color: #f58220;
}
#faqAccordion .card-body {
  padding: 0 20px;
}
#faqAccordion .card-body p {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.6125px;
  color: #3d454d;
}
#faqAccordion .card-body p a {
  color: #f58220;
}
.faqs_page p {
  font-size: 13px;
  line-height: 22px;
}
.faqs_page p a {
  color: #f58220;
}

/* FAQ's CSS */

/* Request Account Statement CSS */

.quickpurchase_inner_page.request_accountstatement_page {
  max-width: 967px;
}
.request_accountstatement_content {
  padding: 30px 55px;
}
.request_accountstatement_content p {
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.502976px;
  color: #4f555a;
  margin-bottom: 30px;
}

/* Request Account Statement CSS */

/* Update Contact Details CSS */

#updateContactDetails .modal-dialog {
  max-width: 600px;
}
#updateContactDetails .modal-body {
  padding: 2em 4em;
  padding-right: 30px;
  border-bottom: 4px solid #f78200;
}
#updateContactDetails .modal-body button.close {
  font-size: 30px;
}
#updateContactDetails .modal-body .form-group {
  padding-right: 5em;
}
#updateContactDetails .modal-body h4 {
  padding-top: 20px;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 20px;
}
#updateContactDetails .modal-body label {
  font-size: 16px;
}
#updateContactDetails .modal-body input.form-control {
  padding: 24px 20px;
  border-width: 2px;
}
#updateContactDetails .modal-body a {
  padding: 12px 72px;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.4px;
  color: #ffffff;
  background: #f78200;
  border: 1px solid #f78200;
  border-radius: 2px;
  margin-bottom: 30px;
  margin-top: 20px;
}
#updateContactDetails .modal-body .updateContactDetailsbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1em;
}
.quickpurchase_inner_page.updateContactDetails_page {
  max-width: 967px;
}
.quickpurchase_inner_page.updateContactDetails_page .registration_heading a {
  margin-right: 250px;
}
.quickpurchase_inner_page.updateContactDetails_page
  .registration_heading
  h5
  span {
  font-weight: 400;
  font-size: 14px;
  margin-left: 10px;
}
.updateContactDetails_page .updateContactDetails_content {
  padding: 20px 7em;
}
.updateContactDetails_page .updateContactDetails_content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 14px;
  color: #777;
}
.updateContactDetails_page .updateContactDetails_content p img {
  margin-right: 10px;
}
.updateContactDetails_page .updateContactDetails_content .quickpurchase_btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.updateContactDetails_page .updateContactDetails_content .quickpurchase_btns a {
  width: 373px;
  max-width: 100%;
  margin-top: 30px;
}
.updateContactDetails_page .updateContactDetails_content_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  margin-bottom: 20px;
  background-color: #fff8f4;
}
.updateContactDetails_page .updateContactDetails_content_info p {
  margin-bottom: 0;
  width: 50%;
  padding-left: 30px;
  font-size: 15px;
}
.updateContactDetails_page .updateContactDetails_content_info p span {
  font-weight: bold;
  color: #003974;
  margin-left: 30px;
  word-break: break-word;
}
.editContactDetails_content .updateContactDetails_content_info {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0;
}
.editContactDetails_content .updateContactDetails_content_info p {
  margin-bottom: 15px;
}
.editContactDetails_content .quickpurchase_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}
.editContactDetails_content .editContactDetails_info label,
.editContactDetails_content
  .editContactDetails_info
  input[type="radio"]:checked
  + label {
  background: #fff;
  border: 0;
  padding: 0;
  padding-left: 30px;
}
.editContactDetails_content .editContactDetails_info .input_after {
  left: 0;
}
.editContactDetails_content .editContactDetails_info .input_before {
  left: 3px;
}
.editContactDetails_content .editContactDetails_info input.form-control {
  width: 250px;
  max-width: 100%;
  margin: 15px 0 25px;
}
.editContactDetails_content .editContactDetails_info a {
  background: #f78200;
  padding: 10px 25px;
  border: 1px solid #f78200;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  display: none;
}
.editContactDetails_content .editContactDetails_info a:hover {
  text-decoration: none;
}
body,
header {
  padding-right: 0px !important;
}
#changePhoneNumberOTPSuccessful .email-change-success-icon,
#emailChangeSuccessful .email-change-success-icon {
  width: 100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
#changePhoneNumberOTPSuccessful p,
#emailChangeSuccessful p {
  color: #293139;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 45px;
}
#changePhoneNumberOTPSuccessful .modal-body .redemption-top-right,
#emailChangeSuccessful .modal-body .redemption-top-right {
  top: 30px;
  right: 20px;
}
#changePhoneNumberOTPSuccessful a,
#emailChangeSuccessful a {
  background: #f78200;
  border: 2px solid #f78200;
  border-radius: 2px;
  color: #fff;
  width: 220px;
  margin: auto;
  margin-top: 20px;
  height: 50px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#emailChangeOTP .modal-dialog,
#phonenumberChangeOTP .modal-dialog {
  max-width: 650px;
}
#emailChangeOTP .modal-content,
#phonenumberChangeOTP .modal-content {
  border: 0;
  background-color: transparent;
}
#emailChangeOTP .modal-body,
#phonenumberChangeOTP .modal-body {
  padding-bottom: 80px;
  border-bottom: 4px solid #f78200;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
}
#emailChangeOTP .modal-body .top-right,
#phonenumberChangeOTP .modal-body .top-right {
  right: 40%;
  position: absolute;
  top: 0;
}
.quickPurchaseClose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#emailChangeOTP h2,
#phonenumberChangeOTP h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #293139;
  margin-bottom: 35px;
}
#emailChangeOTP form,
#phonenumberChangeOTP form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  position: relative;
}
#emailChangeOTP form input,
#phonenumberChangeOTP form input {
  width: 54px;
  height: 54px;
  border-radius: 2px;
  border: 1px solid #b5babd;
  margin-right: 17px;
  font-size: 28px;
  text-align: center;
  padding: 5px 5px;
}
span.alert_message {
  position: absolute;
  top: 100%;
  font-size: 12px;
  color: red;
  padding-top: 5px;
  display: none;
}
#emailChangeOTP p,
#phonenumberChangeOTP p {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #6b6b6b;
  margin-bottom: 35px;
}
#emailChangeOTP p span,
#phonenumberChangeOTP p span {
  font-weight: bold;
  color: #003974;
}
#emailChangeOTP a.quickpurchaseotp_submit,
#phonenumberChangeOTP a.quickpurchaseotp_submit {
  background: #f78200;
  border: 2px solid #f78200;
  border-radius: 2px;
  color: #fff;
  width: 220px;
  margin: auto;
  margin-top: 20px;
  height: 50px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#emailChangeOTP .resend_otp,
#phonenumberChangeOTP .resend_otp {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#emailChangeOTP .resend_otp p,
#phonenumberChangeOTP .resend_otp p {
  margin-bottom: 0;
  background-color: #f4f7f8;
  font-size: 16px;
  line-height: 21px;
  color: #003974;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}
#emailChangeOTP .resend_otp p span,
#phonenumberChangeOTP .resend_otp p span {
  color: #f88200;
  font-size: 18px;
  font-weight: bold;
}
#emailChangeOTP .resend_otp_link_div,
#phonenumberChangeOTP .resend_otp_link_div {
  display: none;
  width: 100%;
}
#emailChangeOTP .resend_otp_link,
#phonenumberChangeOTP .resend_otp_link {
  padding: 10px;
  background: rgba(216, 216, 216, 0.106398);
  border: 0.5px dashed rgba(134, 142, 150, 0.24063);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #003771;
  font-size: 14px;
  line-height: 21px;
  width: 90%;
  margin: auto;
  height: 80%;
}

/* Update Contact Details CSS */

/* SIP Renewal CSS */

.sip_renewal_page {
  max-width: 967px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 16px rgb(0 0 0 / 20%);
  box-shadow: 0px 2px 16px rgb(0 0 0 / 20%);
  border-radius: 4px;
  position: relative;
  z-index: 99;
  margin-bottom: 60px;
}
.sip_renewal_page p {
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  color: #6b6b6b;
  margin-bottom: 35px;
}
.sip_renewal_page p span {
  color: #003974;
  font-weight: bold;
}
.sip_renewal_page form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sip_renewal_page form input {
  width: 54px;
  height: 54px;
  border-radius: 2px;
  border: 1px solid #b5babd;
  margin-right: 17px;
  font-size: 28px;
  text-align: center;
  padding: 5px 5px;
}
.sip_renewal_page .resend_otp {
  height: 60px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  margin-bottom: 30px;
  width: 100%;
  max-width: 450px;
}
.sip_renewal_page .resend_otp p {
  margin-bottom: 0;
  background-color: #f4f7f8;
  font-size: 16px;
  line-height: 21px;
  color: #003974;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}
.sip_renewal_page .resend_otp p span {
  color: #f88200;
  font-size: 18px;
  font-weight: 400;
}
.sip_renewal_page .resend_otp_link_div {
  display: none;
  width: 100%;
}
.sip_renewal_page .resend_otp_link {
  padding: 10px;
  background: rgba(216, 216, 216, 0.106398);
  border: 0.5px dashed rgba(134, 142, 150, 0.24063);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #003771;
  font-size: 14px;
  line-height: 21px;
  margin: auto;
}
.sip_renewal_page a.sip_renewal_submit {
  background: #f78200;
  border: 2px solid #f78200;
  border-radius: 2px;
  color: #fff;
  width: 100%;
  max-width: 370px;
  margin: auto;
  margin-top: 20px;
  height: 50px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
}
.sip_renewal_right {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(19.67%, rgba(251, 252, 253, 0.507949)),
    to(#f5f7f9)
  );
  background: -o-linear-gradient(
    top,
    rgba(251, 252, 253, 0.507949) 19.67%,
    #f5f7f9 100%
  );
  background: linear-gradient(
    180deg,
    rgba(251, 252, 253, 0.507949) 19.67%,
    #f5f7f9 100%
  );
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.transaction_successful_content.quickpurchase_inner_page {
  max-width: unset;
  display: block;
}
.confirm_sip_renewal_page .transaction_successful_content {
  padding: 25px 50px;
}
.confirm_sip_renewal_page .transaction_successful_content h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.533333px;
  color: #293139;
  border-bottom: 1px dashed #cad3dc;
  padding-bottom: 18px;
  margin-bottom: 30px;
}
.confirm_sip_renewal_page .transaction_successful_content p {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #575757;
  margin-bottom: 20px;
}
.confirm_sip_renewal_page .transaction_successful_content p a {
  color: #f78200;
}
.confirm_sip_renewal_page li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.confirm_sip_renewal_page .transaction_successful_content li p {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #26303c;
  width: 200px;
  max-width: 100%;
}
.confirm_sip_renewal_page .transaction_successful_content li p.renewal_value {
  color: #003974;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  width: auto;
}
.confirm_sip_renewal_page .quickpurchase_inputs label {
  font-weight: 400;
  opacity: 0.8;
}
.datepicker.dropdown-menu {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  width: 275px;
  z-index: 99 !important;
}
.datepicker table {
  width: 100%;
}
.confirm_sip_renewal_page
  .quickpurchase_checkmark
  .euin-declaration_icon_check
  label.form-check-label {
  font-size: 14px;
  letter-spacing: 0.4375px;
  color: #043b72;
  opacity: 1;
}
.confirm_sip_renewal_page .euin-declaration_icon_check {
  background: transparent;
  padding: 0;
}
.confirm_sip_renewal_page .euin-declaration_icon_check p {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.375px;
  color: #575757;
  padding-left: 15px;
  margin-top: 5px;
}
.confirm_sip_renewal_page .quickpurchase_checkmark.form-check label {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.375px;
  color: #293139;
}
.confirm_sip_renewal_page .quickpurchase_checkmark.form-check label span {
  color: #f78200;
  font-weight: bold;
}
.sip_renewal_successful_page .transaction_successful_info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #293139;
}

/* SIP Renewal CSS */

/*Mobile CSS*/

@media only screen and (max-width: 600px) {
  .header_top {
    padding-right: 10px;
  }
  .header_top a {
    font-size: 10px;
  }
  .header_top li a {
    font-size: 10px;
    width: 20px;
    height: 18px;
  }
  .header_top ul {
    margin-left: 10px;
    padding-left: 10px;
  }
  .header_nav_total.desktop_menu {
    display: none;
  }
  .header_nav_total.mobile_menu {
    display: block;
  }
  header .navbar {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
  }
  .navbar-brand img {
    width: 128px;
  }
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    border: 0;
    outline: none;
  }
  .navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5px;
  }
  .mobile_header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #collapsibleNavbar {
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 100%;
    top: 100%;
    left: 0px;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
    box-shadow: 0 0 5px 0 #ccc;
  }
  .header_nav_total {
    max-height: 70vh;
    overflow: auto;
  }
  ul.navbar-nav {
    width: 100%;
  }
  ul.navbar-nav .search {
    display: none;
  }
  .content_total {
    padding-top: 10px;
    padding: 10px;
  }
  .banner_slider .slider_info_top p {
    font-size: 16px;
    line-height: 24px;
    width: 90%;
  }
  .content_total .banner img {
    width: 100%;
    height: 165px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .banner_slider .slider_info_top {
    padding: 21px 14px 43px;
  }
  .banner_slider .slider_info_top p br {
    display: none;
  }
  .banner_slider .slider_info_bottom {
    padding: 11px 14px;
  }
  .banner_slider .slider_info_bottom p {
    font-size: 10px;
    line-height: 19px;
  }
  .sidebar_icons img {
    width: 30px;
    height: 30px;
    border-radius: 4px 0 0 4px;
  }
  .banner_slider {
    margin-bottom: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .banner_slider .slider_info_top::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 14px;
    width: 14px;
    height: 14px;
    background-image: url("../images/quotation.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .banner_content_total .col-12:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .banner_signin_flow {
    margin-left: 0;
  }
  #transact h4 {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
  }
  #transact form {
    padding: 0 20px;
  }
  #transact form p {
    font-size: 10px;
    line-height: 15px;
  }
  #transact .account_locked a {
    margin: 0 20px;
  }
  #selectFolio .modal-body {
    width: 90%;
  }
  #selectFolio label {
    width: 100%;
  }
  #selectFolio .form-check input,
  #selectFolio .form-check label {
    left: 30px;
  }
  #selectFolio .input_after {
    left: 28px;
  }
  #selectFolio .input_before {
    left: 33px;
  }
  #selectFolio .form-check {
    margin-right: 20px;
  }
  .quicklinks {
    padding: 30px 12px;
  }
  .quicklinks h3 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.63px;
  }
  .quicklinks .owl-dots {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .quicklinks .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 6px;
    background: #d2d2d2 !important;
  }
  .quicklinks .owl-dot.active {
    background: #f78200 !important;
  }
  .quicklinks .owl-dot:focus {
    outline: none;
  }
  .quicklinks_content {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    padding: 0;
  }
  .quicklinks_content .owl-stage-outer {
    background: #f9ead5;
    border: 1px solid #fdd8af;
    -webkit-box-shadow: 0px 2px 8px rgba(18, 17, 36, 0.140871);
    box-shadow: 0px 2px 8px rgba(18, 17, 36, 0.140871);
    border-radius: 2px;
    padding: 0;
    margin-bottom: 15px;
  }
  .quicklinks_info {
    padding: 25px 0;
  }
  .quicklinks_info a {
    font-size: 12px;
    line-height: 17px;
  }
  .quicklinks .owl-item.active .quicklinks_info::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background: -o-linear-gradient(top, #f9ead5, #f3dfcd, #f9ead5);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f9ead5),
      color-stop(#f3dfcd),
      to(#f9ead5)
    );
    background: linear-gradient(to bottom, #f9ead5, #f3dfcd, #f9ead5);
  }
  .quicklinks_info:last-child::after {
    display: block;
  }
  .footer_top {
    display: block;
    text-align: center;
    border-bottom: 0;
  }
  .footer_top img {
    margin-bottom: 50px;
  }
  .footer_social_media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer_social_media p {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer_disclaimer {
    font-size: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer_links,
  .footer_browser_compatible {
    display: none;
  }
  .footer_bottom .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer_bottom_links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
  }
  .footer_bottom_links a {
    font-size: 12px;
  }
  .footer_bottom {
    padding: 10px 0 10px;
  }
  #myBtn img {
    width: 70%;
  }
  #myBtn {
    bottom: 10px;
    right: 0px;
    height: 40px;
    width: 40px;
  }
  #accordion {
    display: block;
    padding: 0 30px;
    margin-bottom: 35px;
  }
  #accordion .card-header button {
    font-size: 16px;
    color: #f58220;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0;
    position: relative;
    /*font-family: "Spoqa Han Sans Bold";*/
    font-weight: bold;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #accordion .card-header button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #accordion .card-header h2 {
    margin-bottom: 0;
  }
  #accordion .card-header {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    background-color: #eceff4;
  }
  #accordion .card {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #fff;
  }
  #accordion .card:last-child {
    border-bottom: 0;
  }
  #login_otp input,
  #registration_otp input,
  #accountlocked_otp input,
  #forgotpassword_otp input {
    margin-right: 7px;
  }
  #login_otp .resend_otp,
  #registration_otp .resend_otp,
  #accountlocked_otp .resend_otp,
  #forgotpassword_otp .resend_otp {
    position: relative;
  }
  #accountLocked input:last-child,
  #forgotPassword input:last-child,
  #newPassword .password_pan_box:last-child {
    margin-bottom: 40px;
  }
  .registration_heading a {
    margin-right: 0;
  }
  .registration_heading {
    padding: 23px 15px;
    display: block;
  }
  .registration_heading h5 {
    margin-top: 20px;
    text-align: center;
  }
  .registration form {
    padding: 30px;
  }
  .registration {
    margin-bottom: 30px;
  }
  #password form {
    padding: 0 15px;
  }
  #callbackModal .modal-content {
    padding: 10px 0px;
  }
  #callbackModal {
    width: 94%;
    left: 3%;
  }
  .ftp_modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    padding-bottom: 120px;
  }
  .ftp_modal_left {
    max-height: 270px;
    overflow: auto;
    background: -o-linear-gradient(
      top,
      rgba(247, 130, 0, 0.0001) 3.57%,
      rgba(247, 130, 0, 0.131419) 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(3.57%, rgba(247, 130, 0, 0.0001)),
      to(rgba(247, 130, 0, 0.131419))
    );
    background: linear-gradient(
      180deg,
      rgba(247, 130, 0, 0.0001) 3.57%,
      rgba(247, 130, 0, 0.131419) 100%
    );
  }
  .ftp_modal_left,
  .ftp_modal_right {
    padding: 20px 30px;
    width: auto;
  }
  .ftp_modal_right h3 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 14px;
  }
  .ftp_modal_right p {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .ftp_modal_right a {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .modal-open {
    overflow: hidden;
  }
  .fti-ekyc_assist p {
    padding: 0 30px;
  }
  .fti-ekyc_assist p br {
    display: none;
  }
  .mobile_applicant_details {
    width: calc(100% + 40px);
    margin-left: -20px;
    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;
    padding: 18px 15px;
    background: #ffffff;
    -webkit-box-shadow: 1px 1px 7px rgb(170 178 186 / 33%);
    box-shadow: 1px 1px 7px rgb(170 178 186 / 33%);
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .mobile_applicant_details h4 {
    font-weight: bold;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.24375px;
    text-transform: uppercase;
    color: #003974;
  }
  .mobile_applicant_details a {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.225px;
    color: #f78200;
  }
  .mobile_applicant_details a img {
    margin-left: 6px;
  }
  #investmentDetails button.close {
    padding: 14px 16px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
  }
  #investmentDetails .quickpurchase_content_right {
    display: block;
    margin-left: 0;
    padding: 40px 30px;
    height: auto;
    max-height: unset;
    background-color: #f5f7f9;
  }
  .quickpurchase_content_right h5 {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.2625px;
    text-transform: uppercase;
    color: #003974;
    margin-bottom: 13px;
    margin-top: 15px;
  }
  .quickpurchase_content_right_info {
    height: auto;
    overflow: unset;
    padding: 0;
  }
  .quickpurchase_content_right_info p.content_na {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.2625px;
    color: #26303c;
    mix-blend-mode: normal;
    opacity: 0.72;
    display: none;
  }
  .quickpurchase_content_details {
    margin-bottom: 13px;
  }
  p.quickpurchase_content_details_label {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.225px;
    color: #26303c;
    margin-bottom: 3px;
  }
  p.quickpurchase_content_details_value {
    font-weight: bold;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.2625px;
    color: #26303c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #quickPurchaseOTP .modal-body {
    padding: 40px 20px !important;
    padding-bottom: 70px !important;
  }
  #quickPurchaseOTP .px-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #quickPurchaseOTP form input {
    width: 40px !important;
    height: 40px !important;
  }
  .transactPopup p {
    font-size: 12px !important;
    line-height: 27px !important;
  }
  .quickpurchase_investment {
    padding: 34px 45px 132px;
    border-bottom: 4px solid #f58220;
  }
  .quickpurchase_investment .col-md-3 {
    padding: 0;
  }
  .quickpurchase_investment_info a {
    width: 100%;
    padding: 25px 15px 25px;
  }
  .quickpurchase_investment_info p br {
    display: none;
  }
  .quickpurchase_inner_left {
    padding: 45px 20px;
  }
  .quickpurchase_inner_left_heading h2 {
    margin-left: 0;
  }
  .quickpurchase_inner_page .quickpurchase_radio .form-check-inline {
    margin-bottom: 20px;
  }
  .quickpurchase_inner_page .quickpurchase_radio > span {
    margin-bottom: 10px;
    display: inline-block;
  }
  .quickpurchase_inner_left_heading {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .quickpurchase_inner_page .quickpurchase_inputs {
    display: block;
  }
  .quickpurchase_inner_page .quickpurchase_inputs .form-group {
    width: 100%;
  }
  .quickpurchase_inner_page .switch_scheme_bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .quickpurchase_inner_page .switch_scheme {
    padding-right: 25px;
  }
  .quickpurchase_inner_page .switch_scheme_info h4 span {
    padding-left: 5px;
    margin-left: 5px;
  }
  .quickpurchase_inner_page .switch_scheme_info h4 {
    font-size: 12px;
  }
  .quickpurchase_inner_page .switch_scheme_info {
    padding-left: 15px;
  }
  .quickpurchase_inner_page .switch_scheme_bottom_info {
    width: 100%;
  }
  .quickpurchase_inner_page
    .switch_scheme_bottom_info
    + .switch_scheme_bottom_info {
    width: 50%;
  }
  .switch_scheme_change {
    position: relative;
  }
  .switch_scheme_change a {
    position: absolute;
    top: -25px;
    right: 0;
    margin-top: 0;
  }
  .trasact-sip-scheme-details h2 {
    margin-bottom: 15px;
  }
  .goal_sip_yes .nav_applicability::after {
    display: none;
  }
  .goal_sip_yes .nav_applicability p {
    padding-left: 0;
  }
  .quickpurchase-investment-details {
    display: none;
  }
  .scheme_category {
    display: none;
  }
  .scheme_category_mobile,
  .additional-scheme-name.quickpurchase_inputs .form-group,
  .quickpurchase_inner_page
    .quickpurchase_inputs
    .select_bank_input
    .form-group {
    display: block;
    width: 100%;
  }
  .additional-scheme-name .form-group .quickpurchase_selects,
  .select_bank_input .form-group .input-group {
    width: 100% !important;
  }
  .quickpurchase_inner_page .quickpurchase_btns a,
  .quickpurchase_inner_page .quickpurchase_btns a.add_more_schemes {
    padding: 12px 15px;
    padding-right: 15px;
  }
  .quickpurchase_inner_page .quickpurchase_btns a + a {
    margin-left: 15px;
  }
  .goal_sip_yes .nav_applicability {
    margin-top: 5px !important;
    padding-top: 0 !important;
  }
  .quickpurchase_inner_page .quickpurchase_radio .form-check-inline {
    margin-right: 10px;
  }
  /* Confirmation Page CSS */
  .confirmation_page {
    padding: 30px 14px;
  }
  .confirmation_page_left h3 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .confirmation_page h4 {
    margin-bottom: 20px;
  }
  .confirmation_page_left_info {
    margin-bottom: 30px;
    display: block;
  }
  .confirmation_page_left {
    background-image: none;
  }
  .confirmation_scheme_details {
    padding-right: 0;
  }
  p.confirmation_left_label {
    width: 100%;
  }
  .confirmation_page_left_info:last-of-type,
  .confirmation_page_right_content .confirmation_page_left_info:last-of-type {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  p.confirmation_disclaimer {
    margin-bottom: 0;
  }
  .confirmation_page_right {
    padding: 30px 10px;
  }
  span.as_on_date {
    display: inline-block;
    margin-left: 0;
    font-size: 10px;
  }
  .sip_confirmation_page .confirmation_page_left_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sip_confirmation_page p.confirmation_left_label {
    width: 100%;
    margin-right: 20px;
  }
  .sip_confirmation_page .confirmation_page_left_info .confirmation_left_value {
    width: 100%;
  }
  .confirmation_page_left {
    padding-right: 0;
  }
  .sip_confirmation_page p.confirmation_disclaimer {
    margin-bottom: 0px !important;
  }
  .additional-purchase-confirmation .confirmation_page_right_info h5 img {
    margin-right: 0;
    margin-left: 10px;
  }
  .confirmation_button a {
    padding: 10px 30px;
    margin-right: 0;
  }
  .confirmation_button a + a {
    margin-left: 20px;
  }
  .confirmation_page_right_info {
    padding: 10px 10px;
  }
  .additional-purchase-confirmation p.confirmation_total {
    padding-left: 10px;
  }
  .transactPopup .modal-body {
    padding: 80px 20px 30px !important;
  }
  .confirmation_page .quickpurchase_btns a.quickpurchase_btn_save {
    padding: 12px 25px;
  }
  .transaction_successful_content {
    display: block;
    padding: 35px 20px;
    width: 95%;
    margin: auto;
  }
  .transaction_successful_content img {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    margin-right: auto !important;
    margin-bottom: 20px;
  }
  .switch_scheme_change .switch_scheme_info a {
    top: -45px;
  }
  /* neft */
  .neft-payment {
    padding: 0 10px;
  }
  .quickpurchase_inner_page .quickpurchase_radio.neft-done-or-not {
    display: block;
  }
  .neft-hidden-payment .form-check-label {
    margin-left: 0;
  }
  .neft-hidden-payment .transactnow_inputs .form-group {
    margin-bottom: 10px;
  }
  /* neft */
  .quickpurchase_inner_page .quickpurchase_inputs .form-group.w-50,
  .quickpurchase_inner_page .quickpurchase_inputs .switch_value_right.w-25 {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .neft-hidden-payment .quickpurchase_checkmark.form-check label {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .file-upload label {
    width: 100%;
    padding: 10px 60px;
  }
  .neft-payment .confirmation_disclaimer {
    padding-right: 0;
  }
  #isipAvailableModal h5 {
    font-weight: bold;
  }
  .quickpurchase_radio span {
    font-weight: bold;
    font-size: 13px;
    margin-right: 0;
    width: 100%;
    margin-bottom: 14px;
    display: block;
  }
  .quickpurchase_inputs .input-group-text {
    margin-bottom: 0;
  }
  .quickpurchase_inner_page .quickpurchase_radio > span {
    margin-right: 0;
  }
  .quickpurchase_inner_page .quickpurchase_radio label {
    padding: 11px 30px;
    padding-left: 50px;
  }
  p.perpetual_end_date {
    left: 110% !important;
    width: 170px !important;
    top: 0 !important;
    margin-top: 4px !important;
  }
  .quickpurchase_sipduration .form-group.mr-0.enter-euin-number {
    margin-top: 20px;
    width: 190px;
  }
  .quickpurchase_sipduration {
    display: block !important;
  }

  .quickpurchase_inner_page .sip-banner img {
    display: block;
    right: -30px;
  }
  .quickpurchase_inner_page .sip-banner .banner-content p {
    font-size: 12px;
    line-height: 18px;
    width: 70%;
  }
  .transactnow_radio.goalsip .form-check-inline {
    margin-bottom: -10px;
  }
  .quickpurchase_inner_page .sip-banner {
    padding: 18px 10px 10px;
    overflow: hidden;
  }
  .quickpurchase_inner_page .sip_goals_info p {
    width: 90%;
    margin: auto;
  }
  .quickpurchase_inner_page .goal_sip_yes .transactnow_inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .quickpurchase_inner_page .goal_sip_yes {
    padding: 50px 15px 35px;
  }
  .quickpurchase_inner_page .goal_sip_yes .transactnow_inputs .form-group {
    margin-right: 0;
  }
  .quickpurchase_inner_page
    .goal_sip_yes
    .transactnow_inputs
    .form-group
    input::-webkit-input-placeholder {
    font-size: 11px;
  }
  .quickpurchase_inner_page
    .goal_sip_yes
    .transactnow_inputs
    .form-group
    input::-moz-placeholder {
    font-size: 11px;
  }
  .quickpurchase_inner_page
    .goal_sip_yes
    .transactnow_inputs
    .form-group
    input:-ms-input-placeholder {
    font-size: 11px;
  }
  .quickpurchase_inner_page
    .goal_sip_yes
    .transactnow_inputs
    .form-group
    input::-ms-input-placeholder {
    font-size: 11px;
  }
  .quickpurchase_inner_page
    .goal_sip_yes
    .transactnow_inputs
    .form-group
    input::placeholder {
    font-size: 11px;
  }
  .goal_sip_yes .nav_applicability p {
    font-size: 10px !important;
  }
  .select_bank_input .form-group {
    display: block;
  }
  .select_bank_input .form-group label {
    margin-bottom: 10px;
  }
  .select_bank_input .form-group .input-group {
    width: 100% !important;
  }
  .quickpurchase_radio.goalsip .form-check-inline {
    margin-bottom: -10px;
  }
  p.confirmation_left_value.mb-0 {
    margin-bottom: 1rem !important;
  }
  .sip_confirmation_page .confirmation_page_right_info h5 span {
    margin-left: 10px;
  }
  .sip_confirmation_page .confirmation_page_right_info h5 > img:nth-of-type(1) {
    display: none;
  }
  #sippurchaseConfirmation .modal-body {
    padding-top: 40px !important;
    padding-bottom: 70px !important;
  }
  #sippurchaseConfirmation .px-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #sippurchaseConfirmation form input {
    width: 40px !important;
    height: 40px !important;
  }
  .faqs_page .registration_heading h5 {
    padding-right: 0;
  }
  #faqAccordion {
    padding: 20px 10px !important;
  }
  #faqAccordion .card-header {
    padding: 12px 10px;
  }
  #faqAccordion .card-body {
    padding: 0 10px;
  }
  .request_accountstatement_content {
    padding: 30px 15px;
  }
  .quickpurchase_inner_page.request_accountstatement_page
    .quickpurchase_radio
    .form-check-inline {
    margin-right: 0;
  }
  #updateContactDetails .modal-body {
    padding: 2em;
    padding-right: 20px;
  }
  #updateContactDetails .modal-body .form-group {
    padding-right: 2em;
  }
  .quickpurchase_inner_page.updateContactDetails_page .registration_heading a {
    margin-right: 0;
  }
  .updateContactDetails_page .updateContactDetails_content {
    padding: 20px 1em;
  }
  .updateContactDetails_page .updateContactDetails_content_info {
    display: block;
    padding-bottom: 5px;
  }
  .updateContactDetails_page .updateContactDetails_content_info p {
    width: 100%;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  .updateContactDetails_page
    .updateContactDetails_content
    .quickpurchase_btns
    img {
    width: 100%;
  }
  .editContactDetails_content .quickpurchase_radio {
    display: block;
    padding-left: 10px;
  }
  .quickpurchase_inner_page.updateContactDetails_page
    .quickpurchase_radio
    .form-check-inline {
    margin-bottom: 0;
  }
  .quickpurchase_inner_page.updateContactDetails_page
    .quickpurchase_radio
    label {
    padding: 0;
    padding-left: 30px;
  }
  .updateContactDetails_page .editContactDetails_info {
    margin-bottom: 30px;
  }
  #emailChangeOTP .modal-body,
  #phonenumberChangeOTP .modal-body,
  .sip_renewal_content .modal-body {
    padding-top: 40px !important;
    padding-bottom: 70px !important;
  }
  #emailChangeOTP .px-5,
  #phonenumberChangeOTP .px-5,
  .sip_renewal_content .px-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #emailChangeOTP form input,
  #phonenumberChangeOTP form input,
  .sip_renewal_content form input {
    width: 40px !important;
    height: 40px !important;
  }
  .sip_renewal_page .sip_renewal_content {
    padding: 0 15px;
  }
  .sip_renewal_page .registration_heading h5 {
    margin-top: 0;
  }
  .sip_renewal_right {
    display: none;
  }
  .confirm_sip_renewal_page .transaction_successful_content {
    padding: 25px 10px;
  }
  .confirm_sip_renewal_page li {
    display: block;
  }
  .confirm_sip_renewal_page .transaction_successful_content img {
    margin-bottom: 0;
    margin: 0;
  }
  .transaction_successful_content img.quickpurchase_inputs_active {
    display: none;
  }
  .confirm_sip_renewal_page .euin-declaration_icon_check {
    margin-left: -10px;
  }
  .transaction_successful_page.confirm_sip_renewal_page {
    padding-top: 0;
  }
}

/*Tablet CSS*/

@media only screen and (min-width: 601px) and (max-width: 1000px) {
  .header_top {
    padding-right: 15px;
  }
  .header_nav_total.desktop_menu {
    display: none;
  }
  .header_nav_total.mobile_menu {
    display: block;
  }
  header .navbar {
    padding-left: 15px;
    padding-right: 10px;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    border: 0;
    outline: none;
  }
  .navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
  }
  .mobile_header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #collapsibleNavbar {
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 100%;
    top: 100%;
    left: 0px;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
    box-shadow: 0 0 5px 0 #ccc;
  }
  .header_nav_total {
    max-height: 70vh;
    overflow: auto;
  }
  ul.navbar-nav {
    width: 100%;
  }
  ul.navbar-nav .search {
    display: none;
  }
  .content_total {
    padding-top: 10px;
    padding: 10px;
  }
  .banner_slider .slider_info_top p {
    font-size: 20px;
    line-height: 28px;
    width: 90%;
  }
  .content_total .banner img {
    width: 100%;
    height: 165px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .banner_slider .slider_info_top {
    padding: 21px 14px 43px;
  }
  .banner_slider .slider_info_top p br {
    display: none;
  }
  .banner_slider .slider_info_bottom {
    padding: 35px 14px;
  }
  .banner_slider .slider_info_bottom p {
    font-size: 12px;
    line-height: 19px;
  }
  .banner_content_total .col-lg-5 {
    padding-right: 0;
  }
  #transact h4 {
    font-size: 20px;
    padding: 20px 15px 15px;
  }
  #transact form {
    padding: 0 15px;
  }
  #transact form .col-6:first-child {
    padding-right: 0;
  }
  #login_otp .resend_otp,
  #registration_otp .resend_otp {
    position: relative;
  }
  .banner_slider .slider_info_top::after {
    left: 14px;
  }
  .quicklinks {
    padding: 50px 15px 50px;
  }
  .footer_links {
    display: none;
  }
  #accordion {
    display: block;
    padding: 0 30px;
    margin-bottom: 35px;
  }
  #accordion .card-header button {
    font-size: 16px;
    color: #f58220;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0;
    position: relative;
    /*font-family: "Spoqa Han Sans Bold";*/
    font-weight: bold;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #accordion .card-header {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    background-color: #eceff4;
  }
  #accordion .card-header button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #accordion .card-header h2 {
    margin-bottom: 0;
  }
  #accordion .card-header a:after {
    content: "\2212";
    float: right;
  }
  #accordion .card-header a.collapsed:after {
    content: "\002B";
  }
  #accordion .card {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #fff;
  }
  #accordion .card:last-child {
    border-bottom: 0;
  }
  .footer_top {
    padding: 15px;
  }
  .footer_links,
  .footer_browser_compatible {
    display: none;
  }
  .footer_bottom .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .footer_bottom_links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 15px;
  }
  .footer_bottom_links li:first-child {
    padding-left: 0;
  }
  .footer_bottom p {
    text-align: left !important;
  }
  .footer_bottom {
    padding: 10px 0 10px;
  }
  .footer_disclaimer {
    padding: 20px 50px;
  }
  .password_pan_box {
    margin-bottom: 14px;
    position: relative;
    height: 75px;
  }
  .accept_password_terms label {
    font-size: 14px;
  }
  .registration {
    margin-bottom: 30px;
  }
  .fti-ekyc_assist p br {
    display: none;
  }
  .quickpurchase_investment {
    padding: 64px 36px 132px;
  }
  .quickpurchase_investment_info a {
    width: 150px;
  }
  .quickpurchase_inner_left {
    padding: 45px 35px;
  }
  .quickpurchase_inner_left_heading h2 {
    margin-left: 0;
  }
  .quickpurchase-investment-details h4 {
    margin-top: 0 !important;
  }
  .quickpurchase-investment-details {
    padding: 30px 15px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    background: #f5f7f9 !important;
  }
  .quickpurchase-investment-details h4 {
    width: 100%;
    clear: both;
  }
  .quickpurchase-investment-details .investing-through,
  .quickpurchase-investment-details .investing-through-amount {
    margin-bottom: 15px;
    margin-right: 0;
    width: 33.33%;
    padding-right: 30px;
  }
  .transactPopup .modal-dialog {
    max-width: 90%;
  }
  .quickpurchase-investment-details .quickpurchase_inner_right {
    padding: 0;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .quickpurchase_inner_page .quickpurchase_radio .form-check-inline {
    margin-bottom: 10px;
    margin-right: 20px;
  }
  .adn_pur_schemesadded {
    width: 100%;
  }
  .adn_pur_schemesadded .investing-through {
    float: left;
  }
  .quickpurchase_inner_page
    .quickpurchase_inputs
    .select_bank_input
    .form-group
    label {
    margin-right: 50px;
  }

  /* Confirmation Page CSS */
  .confirmation_page {
    padding: 30px 14px;
    min-height: calc(100vh - 110px);
  }
  .confirmation_page .col-md-6 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .confirmation_page_left_info p {
    margin-bottom: 0;
  }
  .confirmation_page_left {
    background-image: none;
  }
  .sip_confirmation_page p.confirmation_disclaimer {
    margin-bottom: 30px !important;
    padding-bottom: 0 !important;
  }
  .transaction_successful_content {
    padding: 35px 20px;
    display: block;
  }
  .transaction_successful_content img {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    margin-right: auto !important;
    margin-bottom: 20px;
  }
  .quickpurchase_sipduration {
    display: block;
  }
  .quickpurchase_sipduration .form-group.mr-0.enter-euin-number .input-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300px;
  }
  .quickpurchase_inner_page {
    padding-bottom: 0;
  }
  .quickpurchase-investment-details {
    margin-bottom: 0;
  }
  .updateContactDetails_page .updateContactDetails_content {
    padding: 20px 2em 4em;
  }
  .sip_renewal_page .col-sm-4 {
    display: none;
  }
  .sip_renewal_page .col-sm-8 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .confirm_sip_renewal_page .transaction_successful_content img {
    margin-bottom: 0;
    margin: 0;
  }
  .transaction_successful_content img.quickpurchase_inputs_active {
    display: none;
  }
  .confirm_sip_renewal_page .quickpurchase_inner_page .quickpurchase_inputs {
    display: block;
  }
  .confirm_sip_renewal_page
    .quickpurchase_inner_page
    .quickpurchase_checkmark.form-group.form-check {
    width: 100%;
    margin-left: -10px;
  }
  .confirm_sip_renewal_page .transaction_successful_content li p {
    width: 140px;
  }
  #login_otp .resend_otp, #registration_otp .resend_otp, #accountlocked_otp .resend_otp, #forgotpassword_otp .resend_otp{
    position: relative;
  }
}

/*1024 CSS*/

@media only screen and (min-width: 1001px) and (max-width: 1300px) {
  .maxWidth {
    max-width: 97%;
    margin: auto;
  }
  .navbar-nav .nav-link {
    padding: 10px 8px !important;
  }
  a.nav-link.search {
    margin-left: 15px;
  }
  .banner_signin_flow {
    margin-left: 0;
  }
  #transact h4 {
    padding: 30px 15px 24px;
  }
  #transact form {
    padding: 0 15px;
  }
  #transact form .col-6:first-child {
    padding-right: 0;
  }
  #login_otp .resend_otp,
  #registration_otp .resend_otp {
    position: relative;
  }
  .banner_slider .slider_info_top p {
    font-size: 26px;
    line-height: 32px;
  }
  .registration {
    margin-bottom: 60px;
    max-width: 85%;
  }
}

/* Internet Explorer Styles */
@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
    .preloader .content{
      margin: auto 0;
      height: 50px;
      width: 50px;
    }
}

/*Firefox Css*/

@supports (-moz-appearance: none) {
  .accept_password_terms label {
    padding-left: 20px;
  }
  .accept_password_terms .checkmark {
    top: 6px;
  }
  #password .form-check input {
    margin-top: -6px;
  }
  .accept_password_terms .checkmark {
    top: 2px;
  }
  .dashboard_folio_select select {
    -moz-appearance: none;
    padding-right: 20px;
  }
  .dashboard_folio_select img {
    top: 17px;
    right: -5px;
  }
}

/* Safari 10.1+ CSS */

@media not all and (min-resolution: 0.001dpcm) {
  @media {
    #selectFolio .input_after {
      left: 38px;
    }
    #selectFolio .input_before {
      left: 43px;
    }
    .mobile_nav_button.nav-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 16px !important;
    }
  }
}

lesshat-selector {
  -lh-property: 0;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) { 
.quickpurchase_investment .col-md-3{
  -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.quickpurchase_investment_info a {
  width: 100%;
}
.registration_heading a{
  margin-right: 150px;
}
}

/* Dark Mode CSS */
body.darkmode,
body.darkmode *,
body.darkmode a {
  background-color: #000 !important;
  background: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}
body.darkmode .header_top_fontBackground li a.whiteContrast {
  background-color: #fff !important;
  color: #595959 !important;
  border: 1px solid #fff !important;
}
