* {
  -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;
  font-weight: bold;
}

/*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;
  padding-right: 0 !important;
}

.container-fluid {
  margin: 0;
  padding: 0;
  max-width: 1360px;
  margin: 0 auto;
}

.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;
}

button:focus,
select:focus,
input:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-color: initial !important;
}

.modal-open {
  overflow: visible;
}

.modal-open,
.modal-open header {
  padding-right: 0px !important;
}

/*Header*/

header {
  z-index: 99;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 3px solid #f58220;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 #ccc;
  box-shadow: 0 0 15px 0 #ccc;
}

.mobile_header_right {
  display: none;
}

.header_top {
  background-color: #595959;
  color: #fff;
  padding: 7px 25px;
}

.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;
  max-width: none;
}

.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 25px;
}

.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;
}

header .dropdown-toggle::after {
  border: 0;
  width: 12px;
  height: 8px;
  opacity: 0.5;
  background-image: url("../images/down-arrow.svg");
}

.desktop_menu ul:first-child a.nav-link {
  padding-top: 24px !important;
  padding-bottom: 0 !important;
}

.navbar-nav .nav-link:hover {
  color: #f5821f;
}

.navbar-nav .nav-link.search {
  padding-left: 5px !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;
  z-index: 9;
  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,
.add-goal:hover {
  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 a.nav-link.notifications {
  position: relative;
}

header span.notifications_number {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: #003974;
  border: 1px solid #003974;
  font-weight: bold;
  font-size: 9px;
  line-height: 8px;
  color: #ffffff;
  border-radius: 50%;
  padding: 1px 2px;
}

header a.header_toggle {
  padding-top: 32px;
  margin-right: 24px;
}

header .header_bottom {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
}

header .transact_now > a {
  background: #f58220;
  -webkit-box-shadow: 0px 2px 16px rgba(255, 120, 5, 0.568755);
  box-shadow: 0px 2px 16px rgba(255, 120, 5, 0.568755);
  border-radius: 0 0 6px 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.538462px;
  color: #ffffff;
  padding: 8px 0;
  font-weight: bold;
  background-image: url("../images/transact_bg.svg");
  background-repeat: no-repeat;
  background-position: top left;
}

header .transact_now > a img {
  margin: 0 15px;
}

header .transact_now > a::after {
  display: none;
}

header .transact_now {
  position: relative;
}

header .transact_now .dropdown-menu {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 0;
  border: 0;
  width: 250px;
  -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
          box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

header .transact_now .dropdown-menu a {
  padding: 15px 25px;
  color: #4e4e4e;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .transact_now .dropdown-menu a img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

header .transact_now .dropdown-menu a:hover {
  color: #f5821f;
  text-decoration: none;
}

header .transact_now .dropdown-menu a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

header .transact_now .dropdown-toggle img {
  margin-right: 25px;
}

/*Header*/

/*Dashboard CSS*/

/*Dashboard Left*/

.dashboard_left_total {
  /* max-height: calc(100vh - 175px); */
  overflow: auto;
  border-right: 1px solid #eceff4;
  padding-right: 5px;
}

.dashboard_left {
  padding: 30px 0;
  height: 100%;
}

.dashboard_user {
  border-bottom: 1px solid;
  border-image-source: linear-gradient(
    180deg,
    #fff9f4 -7.35%,
    #e7c6a9 49.38%,
    rgba(252, 226, 203, 0.0968094) 112.65%
  );
}

.dashboard_user .dropdown-menu {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 0;
}

.dashboard_user .dropdown-toggle::after {
  border-top: 0.3em solid #f58220;
}

.dashboard_user .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #4e4e4e;
}

.dashboard_user .dropdown-menu a {
  padding: 10px 15px;
  display: block;
  color: #4e4e4e;
  font-size: 14px;
}

.dashboard_user .dropdown-toggle img {
  margin-right: 8px;
}

.dashboard_user p {
  font-size: 10px;
  line-height: 15px;
  color: rgba(41, 49, 57, 0.8);
  margin-top: 13px;
  padding-left: 5px;
}

.dashboard_user {
  position: relative;
  margin-bottom: 20px;
  padding-left: 10px;
}

.dashboard_user::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -o-linear-gradient(left, #fff9f4 10%, #e2c7b0, #fff9f4 80%);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #fff9f4), color-stop(#e2c7b0), color-stop(80%, #fff9f4));
  background: linear-gradient(to right, #fff9f4 10%, #e2c7b0, #fff9f4 80%);
}

.dashboard_left_links li {
  margin-bottom: 20px;
}

.dashboard_left_links li:last-child {
  margin-bottom: 0;
}

.dashboard_left_links li.desktop_collapse {
  margin-top: 60px;
}

.dashboard_left_links li.desktop_collapse img {
  width: 15px;
  padding: 2px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.dashboard_left_total_active .dashboard_left_links li.desktop_collapse img {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.dashboard_left_links li a {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.583334px;
  color: #919ca7;
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  padding-right: 5px;
}

.dashboard_left_links a.active,
.filter-left .tablinks.active {
  color: #f58220;
  background: #fef5ec;
}

.filter-left .tablinks.active {
  background-color: white;
}

.dashboard_left_links a:hover {
  background: #fef5ec;
  text-decoration: none;
}

.dashboard_left_links li a img {
  margin-right: 10px;
}

.dashboard_left_total_active .dashboard_left_links a span,
.dashboard_left_total_active .dashboard_user .dropdown-menu {
  display: none;
}

.dashboard_left_total_active .dashboard_user a span,
.dashboard_left_total_active .dashboard_user p,
.dashboard_left_total_active .dashboard_user .dropdown-toggle::after {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  display: none;
}

.dashboard_left_total_active .dropdown-toggle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dashboard_left_total_active .dashboard_user {
  padding-bottom: 16px;
}

.dashboard_left_total_active .dashboard_left_links li a img {
  margin-right: 0;
  margin: auto;
}

.dashboard_left_total,
.dashboard_right_total {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.dashboard_left_total_active .dashboard_left_links li a {
  padding: 13px 5px;
}

.mobile_menu_collapse {
  display: none;
}
.dashboard_left_links li a[data-target="#dashboardStatementsDropdown"]{
  position: relative;
}
.dashboard_left_links li a[data-target="#dashboardStatementsDropdown"]::after {
  content: '';
  border: 0;
  width: 12px;
  height: 8px;
  opacity: 0.5;
  margin-left: auto;
  margin-right: 10px;
  background-image: url('../images/down-arrow.svg');
}
.dashboard_left_links li a[data-target="#dashboardStatementsDropdown"][aria-expanded="true"]::after {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
.dashboard_left_links #dashboardStatementsDropdown li {
  margin-bottom: 0;
}
.dashboard_left_links #dashboardStatementsDropdown li a {
  font-weight: 400;    
  padding: 10px;
  margin: 5px 0;
  font-size: 13px;
}
.dashboard_left_links #dashboardStatementsDropdown li a span{
  font-weight: 400;
}
.dashboard_left_total_active .dashboard_left_links li a[data-target="#dashboardStatementsDropdown"]::after {
  position: absolute;
  right: 5px;
}

/*Dashboard Left*/

/*Dashboaard Right*/

.dashboard_right {
  height: 100%;
}

.dashboard_content_left {
  height: 100%;
  background-color: #fefefe;
  padding: 80px 28px;
  /* max-height: calc(100vh - 175px); */
  overflow: auto;
}

.dashboard_folio_select,
.acc_details_folio_select {
  display: inline-block;
  position: relative;
}

.dashboard_folio_select img,
.acc_details_folio_select img {
  position: absolute;
  top: 12px;
  right: 2px;
  background-color: #fff;
  padding: 1px;
  pointer-events: none;
}

.dashboard_content_left select,
.statements-screen .dashboard_folio_select select,
.acc_details_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_content_left option {
  color: #444;
}

.dashboard_content_welcome {
  background-color: #ffe8bf;
  padding: 13px;
  border-radius: 6px;
  background-image: url("../images/welcome.svg");
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.dashboard_content_welcome_info {
  padding-left: 250px;
}

.dashboard_content_welcome_info h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.846154px;
  color: #3a444d;
  margin-bottom: 20px;
}

.dashboard_risk_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard_risk_profile img {
  margin-right: 14px;
}

.dashboard_risk_profile_info {
  padding-right: 40px;
  position: relative;
  margin-right: 25px;
}

.dashboard_risk_profile_info::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: -o-linear-gradient(
    top,
    #fff9f4 -7.35%,
    #e7c6a9 49.38%,
    rgba(252, 226, 203, 0.0968094) 112.65%
  );
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    color-stop(-7.35%, #fff9f4),
    color-stop(49.38%, #e7c6a9),
    color-stop(112.65%, rgba(252, 226, 203, 0.0968094))
  );
  background: linear-gradient(
    to bottom,
    #fff9f4 -7.35%,
    #e7c6a9 49.38%,
    rgba(252, 226, 203, 0.0968094) 112.65%
  );
}

.dashboard_risk_profile_info p {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.4375px;
  color: #444951;
  margin-bottom: 2px;
}

.dashboard_risk_profile_info h5 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.7px;
  color: #324569;
  font-weight: bold;
  margin-bottom: 0;
}

.dashboard_risk_profile a,
.dashboard_risk_profile a:hover {
  background: #f58220;
  border-radius: 3px;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  padding: 6px 21px;
}
.dashboard_risk_profile a:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dashboard_newbox {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 8px rgba(28, 29, 85, 0.139997);
  box-shadow: 0px 2px 8px rgba(28, 29, 85, 0.139997);
  border-radius: 6px;
  margin-bottom: 20px;
}

.asset_breakup > h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.311111px;
  color: #293139;
  mix-blend-mode: normal;
  opacity: 0.9;
  padding: 15px 24px;
  border-bottom: 1px solid #f6f7f9;
  margin-bottom: 0;
}

span.as_on_date {
  color: #888383;
  font-weight: bold;
  font-size: 12px;
  margin-left: 10px;
}

.asset_breakup_chart {
  margin-top: 15px;
  margin-bottom: 25px;
  position: relative;
}

.asset_breakup_chart > img {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.asset_breakup_chart_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px;
}

.asset_breakup_chart_info p {
  font-weight: bold;
  width: 43%;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 12px;
  margin-right: 30px;
}

.asset_breakup_chart_info p img {
  margin-right: 7px;
}

.asset_breakup_chart_info p span {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.56875px;
  color: #606c78;
  margin-left: 10px;
  font-weight: 100;
}

.asset_breakup_chart::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: -o-linear-gradient(
    top,
    #ffffff -7.35%,
    #f1e3d8 49.38%,
    rgb(255 255 255) 112.65%
  );
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    color-stop(-7.35%, #ffffff),
    color-stop(49.38%, #f1e3d8),
    color-stop(112.65%, rgb(255 255 255))
  );
  background: linear-gradient(
    to bottom,
    #ffffff -7.35%,
    #f1e3d8 49.38%,
    rgb(255 255 255) 112.65%
  );
}

.asset_breakup_schemes {
  max-height: 250px;
  overflow: auto;
}

.asset_breakup_schemes_info {
  padding: 18px 0;
  border-bottom: 1px solid #dfe5ef;
}

.asset_breakup_schemes_info:last-child {
  border-bottom: 0;
}

.asset_breakup_schemes_info h5 {
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.541667px;
  text-transform: uppercase;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 7px;
}

.asset_breakup_schemes_info h5 img {
  margin-left: 13px;
}

p.asset_breakup_schemes_label {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.458334px;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.5;
  margin-bottom: 2px;
}

p.asset_breakup_schemes_value {
  font-weight: bold;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.431122px;
  color: #293139;
  margin-bottom: 0;
}

p.asset_breakup_schemes_value span {
  padding-left: 5px;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #38d597;
}

p.asset_breakup_schemes_value span.decrease {
  color: #f58220;
}

p.asset_breakup_schemes_value span img {
  padding-right: 4px;
}

.goal_progress .progress_bar {
  position: relative;
  margin: 4px;
  text-align: center;
  margin-bottom: 20px;
}

.goal_progress .barOverflow {
  position: relative;
  width: 120px;
  height: 60px;
  margin-bottom: -14px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.goal_progress .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 6px solid #eceff4;
  border-bottom-color: #f58221;
  border-right-color: #f58221;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
}

.asset_breakup_bottom_total {
  height: 100%;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.goal_progress {
  padding: 15px;
  background-image: url("../images/goal.svg");
  background-repeat: no-repeat;
  background-position: top right;
  padding-bottom: 0;
}

.goal_progress h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.311111px;
  color: #293139;
  mix-blend-mode: normal;
  opacity: 0.9;
  padding-left: 10px;
  margin-bottom: 20px;
}

.progress_bar p {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.388889px;
  color: #cccccc;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}

.goal_progress a {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.252778px;
  text-transform: uppercase;
  color: #f58220;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-top: 1px dashed #c4c6c9;
  padding: 15px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.goal_progress a img {
  margin: 0 10px;
  width: auto !important;
}

.goal_progress_total .owl-dots {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.goal_progress_total .owl-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 6px;
  background: #d2d2d2 !important;
}

.goal_progress_total .owl-dot.active {
  background: #f78200 !important;
}

.goal_progress_total .owl-dot:focus {
  outline: none;
}

.scheduled_transaction {
  padding: 15px 5px;
}

.scheduled_transaction h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.311111px;
  color: #293139;
  mix-blend-mode: normal;
  opacity: 0.9;
  padding-left: 15px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #c4c6c9;
}

.scheduled_transaction > p {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #003974;
  mix-blend-mode: normal;
  margin-bottom: 22px;
  padding-left: 15px;
}

p.scheduled_transaction_label {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #f58220;
  margin-bottom: 7px;
}

p.scheduled_transaction_value {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #293139;
  mix-blend-mode: normal;
  opacity: 0.8;
  margin-bottom: 0;
}

.scheduled_transaction_info {
  position: relative;
  margin-bottom: 10px;
}

.scheduled_transaction_info::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: -o-linear-gradient(
    top,
    #ffffff -7.35%,
    #f1e3d8 49.38%,
    rgb(255 255 255) 112.65%
  );
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    color-stop(-7.35%, #ffffff),
    color-stop(49.38%, #f1e3d8),
    color-stop(112.65%, rgb(255 255 255))
  );
  background: linear-gradient(
    to bottom,
    #ffffff -7.35%,
    #f1e3d8 49.38%,
    rgb(255 255 255) 112.65%
  );
}

.scheduled_transaction a {
  background: #f58220;
  border-radius: 3px;
  font-size: 13px;
  line-height: 19px;
  color: #ffffff;
  padding: 8px 32px;
  text-decoration: none;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dashboard_investment_chart {
  padding: 16px 25px;
  height: 430px;
}

.dashboard_investment_chart .nav-tabs .nav-item {
  width: 50%;
}

.dashboard_investment_chart .nav-tabs .nav-link {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.272222px;
  color: #606c78;
  border: 0;
  text-align: center;
  border-bottom: 3px solid transparent;
}

.dashboard_investment_chart .nav-tabs .nav-link.active {
  border-bottom: 3px solid #f58220;
  color: #f58220;
  font-weight: bold;
}

.dashboard_investment_chart .tab-content {
  padding: 30px 0;
}

.dashboard_investment_chart .tab-pane {
  padding: 0;
}

#monthlyInvestment .monthlyInvestmentInfo {
  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;
}

.monthlyInvestmentInfo p {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.233333px;
  color: #606c78;
  margin-right: 50px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.monthlyInvestmentInfo p img {
  margin: 0 7px;
}

a.dashboard_investment_chart_link {
  width: 95%;
  margin: auto;
  font-size: 13px;
  line-height: 19px;
  color: #f58220;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #feecde;
  border-radius: 6px;
  padding: 8px;
}

a.dashboard_investment_chart_link img {
  margin: 0 10px;
}

.dashboard_newbox.upcoming_investments h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.311111px;
  color: #293139;
  mix-blend-mode: normal;
  opacity: 0.9;
  padding: 16px 24px;
  border-bottom: 1px solid #f6f7f9;
}

.dashboard_newbox.upcoming_investments h5 span {
  font-size: 12px;
  line-height: 15px;
  color: #f58220;
  padding: 2px 10px;
  padding-right: 15px;
  margin-left: 10px;
  font-weight: bold;
  background: rgb(254 236 222);
}

.upcoming_investments_list {
  padding: 20px;
  padding-bottom: 5px;
  max-height: 150px;
  overflow: auto;
}

.upcoming_investments_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9fafc;
  border-radius: 5px;
  margin-bottom: 6px;
  padding: 12px 20px;
}

p.upcoming_investments_name {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.541667px;
  text-transform: capitalize;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.7;
  margin-bottom: 0;
  width: 48%;
  padding-right: 20px;
}

p.upcoming_investments_due,
p.upcoming_investments_amount {
  font-size: 12px;
  line-height: 24px;
  color: #8b8b8b;
  margin-bottom: 0;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

p.upcoming_investments_amount {
  width: 22%;
}

p.upcoming_investments_due img,
p.upcoming_investments_amount img {
  margin-right: 7px;
  padding-bottom: 2px;
}

p.upcoming_investments_due span,
p.upcoming_investments_amount span {
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  color: #000000;
  margin-left: 5px;
}

.recommended_schemes {
  background-image: url("../images/rec-schemes.svg");
  background-repeat: no-repeat;
  background-position: top right;
  margin-bottom: 30px;
}

.recommended_schemes h5,
.learn_invest h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.311111px;
  color: #293139;
  mix-blend-mode: normal;
  opacity: 0.9;
  padding: 20px 0 12px;
  border-bottom: 1px solid #f6f7f9;
  margin-bottom: 20px;
}

.recommended_schemes_info {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 8px rgba(28, 29, 85, 0.139997);
  box-shadow: 0px 2px 8px rgba(28, 29, 85, 0.139997);
  border-radius: 6px;
  padding: 12px 14px;
  display: block;
  margin-left: 10px;
  margin-bottom: 20px;
  margin-top: 5px;
  margin-right: 10px;
}

.recommended_schemes_info h6 {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.428571px;
  color: #f58220;
  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;
}

.recommended_schemes_info h6 img {
  border-left: 1px solid #f1e3d8;
  padding-left: 10px;
}

p.recommended_scheme_name {
  font-weight: bold;
  font-size: 12px;
  height: 50px;
  line-height: 18px;
  color: #003974;
  mix-blend-mode: normal;
  padding-bottom: 13px;
  border-bottom: 1px solid #f6f7f9;
}

.popover {
  background-color: #000000c7;
  max-width: 320px;
}

.bs-popover-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
  border-right-color: #000000c7;
}

.bs-popover-auto[x-placement^="left"] > .arrow::after,
.bs-popover-left > .arrow::after {
  border-left-color: #000000c7;
}

.popover-body {
  color: #fff !important;
  font-weight: 400;
}

p.recommended_schemes_label {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #293139;
  mix-blend-mode: normal;
  opacity: 0.7;
  margin-bottom: 0;
}

p.recommended_schemes_value {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px;
  color: #293139;
  mix-blend-mode: normal;
  opacity: 0.8;
  margin-bottom: 12px;
}

.recommended_schemes_bottom_info .recommended_schemes_value {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recommended_schemes_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recommended_schemes_info a.recommended_schemes_btn {
  background: #f58220;
  border-radius: 2px;
  padding: 5px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recommended_schemes_bottom .recommended_schemes_bottom_info:first-child {
  margin-right: 12px;
}

.recommended_schemes_bottom_info p.recommended_schemes_risk {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.recommended_schemes_all.owl-carousel .owl-item img {
  width: auto;
}

.recommended_schemes_bottom_info p.recommended_schemes_risk img {
  width: 18px !important;
}

.recommended_schemes_all {
  position: relative;
}

.recommended_schemes_all .owl-nav button.disabled,
.learn_invest_all .owl-nav button.disabled,
.knowledge_center_all .owl-nav button.disabled,
.ftp_learn_invest_all .owl-nav button.disabled {
  pointer-events: none;
  opacity: 0;
}

.recommended_schemes_all .owl-stage-outer,
.learn_invest_all .owl-stage-outer,
.knowledge_center_all .owl-stage-outer,
.ftp_learn_invest_all .owl-stage-outer {
  z-index: 99;
}

.recommended_schemes_all .owl-nav,
.learn_invest_all .owl-nav,
.knowledge_center_all .owl-nav,
.ftp_learn_invest_all .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: 50%;
  left: 0;
  width: 100%;
  z-index: 9;
}

.ftp_learn_invest_all .owl-nav {
  top: 30%;
}

.recommended_schemes_all .owl-nav button span,
.learn_invest_all .owl-nav button span,
.knowledge_center_all .owl-nav button span,
.ftp_learn_invest_all .owl-nav button span {
  display: none;
}

.recommended_schemes_all .owl-nav button.owl-prev,
.learn_invest_all .owl-nav button.owl-prev,
.knowledge_center_all .owl-nav button.owl-prev,
.ftp_learn_invest_all .owl-nav button.owl-prev {
  margin-left: -15px;
  background-image: url("../images/left-arrow2.png");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}

.recommended_schemes_all .owl-nav button.owl-next,
.learn_invest_all .owl-nav button.owl-next,
.knowledge_center_all .owl-nav button.owl-next,
.ftp_learn_invest_all .owl-nav button.owl-next {
  margin-right: -10px;
  background-image: url("../images/right-arrow2.png");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}

.learn_invest_info {
  margin-right: 10px;
  margin-left: 10px;
}

.learn_invest_info img {
  width: 100%;
  margin-bottom: 11px;
}

.learn_invest_info p {
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.7;
  margin-bottom: 0;
}

.learn_invest_all .owl-nav {
  top: 45%;
}

.learn_invest_all .owl-nav button.owl-next {
  margin-right: -20px;
}

.dashboard_content_right {
  padding: 30px 15px 10px;
  background-color: #f5f7f9;
  /* max-height: calc(100vh - 175px); */
  overflow: auto;
}

@-moz-document url-prefix() {
  html,
  body {
    overflow: auto !important;
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

.dashboard_value {
  padding: 32px 20px;
  margin-bottom: 25px;
}

.dashboard_value_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.dashboard_value_info img {
  margin-right: 12px;
}

p.dashboard_value_info_label {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.541667px;
  text-transform: capitalize;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.8;
  margin-bottom: 5px;
}

p.dashboard_value_info_value {
  font-weight: bold;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0.428571px;
  color: #293139;
  margin-bottom: 0;
}

p.dashboard_value_info_value img {
  width: 14px;
  margin-left: 10px;
  margin-bottom: 4px;
}

.mat_fund {
  border-top: 1px dashed #cad3dc;
  padding-top: 17px;
}

.mat_fund_info {
  position: relative;
}

.mat_fund_info img {
  width: 100%;
}

.mat_fund_txt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
}

.mat_fund_txt h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #ffffff;
  mix-blend-mode: normal;
  opacity: 0.9;
  margin-bottom: 10px;
}

.mat_fund_txt p {
  font-size: 10px;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 16px;
}

.mat_fund_txt a {
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  color: #003974;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mat_fund_txt a img {
  display: unset !important;
  width: auto !important;
}

.mat_fund .owl-dots {
  padding-bottom: 15px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mat_fund .owl-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 6px;
  background: #d2d2d2 !important;
}

.mat_fund .owl-dot.active {
  background: #f78200 !important;
}

.mat_fund .owl-dot:focus {
  outline: none;
}

.dashboard_content_right_mobile {
  display: none;
}

/*Dashboaard Right*/

/* Transact Now Links  */

.transactnow_radio {
  margin-bottom: 32px;
  display: block;
}

.transactnow_radio span {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #575757;
  margin-right: 50px;
}

.transactnow_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;
}

.transactnow_radio input[type="radio"]:checked + label {
  background-color: #fef8f2;
  border: 1px solid #f78200;
}

.transactnow_radio .form-check-inline {
  margin-right: 30px;
  margin-bottom: 0;
  position: relative;
}

.transactnow_radio .form-check-inline input,
.transactnow_radio .form-check-inline label {
  cursor: pointer;
  left: 60px;
  margin-left: 0;
  top: 5px;
}

.transactnow_radio .form-check-inline input {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.transactnow_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;
}

.transactnow_radio input:checked ~ .input_before {
  z-index: 9;
  background-color: #f47f00;
}

.transactnow_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;
}

.transactnow_radio input:checked ~ .input_after {
  border: 1px solid #f47f00;
}

.transactnow_radio input[type="radio"]:checked + label {
  color: #f58220;
}

.transactnow_radio .form-check-input {
  opacity: 0;
  position: absolute;
}

.transactnow_inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.transactnow_inputs .form-group {
  margin-right: 60px;
  width: 310px;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

.transactnow_inputs label,
.sip-duration {
  font-size: 14px;
  line-height: 21px;
  color: #293139;
  mix-blend-mode: normal;
  opacity: 0.7;
  margin-bottom: 13px;
  font-weight: bold;
}

.transactnow_inputs .input-group-text {
  border-color: #aab2ba;
  background-color: #fff;
  position: relative;
  height: 44px;
  border-right: 0;
}

.transactnow_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;
}

.transactnow_inputs_active {
  display: none;
}

.transactnow_inputs input,
.transactnow_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;
}

.transactnow_inputs input:focus,
.transactnow_inputs select:focus {
  border-color: #aab2ba !important;
}

.transactnow_inputs input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.571428px;
  color: #727375;
  mix-blend-mode: normal;
  font-weight: bold;
}

.transactnow_inputs input::-moz-placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.571428px;
  color: #727375;
  mix-blend-mode: normal;
  font-weight: bold;
}

.transactnow_inputs input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.571428px;
  color: #727375;
  mix-blend-mode: normal;
  font-weight: bold;
}

.transactnow_inputs input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.571428px;
  color: #727375;
  mix-blend-mode: normal;
  font-weight: bold;
}

.transactnow_inputs input::placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.571428px;
  color: #727375;
  mix-blend-mode: normal;
  font-weight: 400;
}

.transactnow_selects_active {
  display: none;
}

.datepicker.dropdown-menu {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  width: 275px;
}

.datepicker table {
  width: 100%;
}

.transactnow_selects {
  position: relative;
}

.transactnow_selects img.transactnow_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;
}

.form-check {
  margin-bottom: 38px;
}

.transactnow_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;
}

.transactnow_checkmark.form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.transactnow_checkmark.form-check .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 14px;
  width: 14px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #f58220;
}

.transactnow_checkmark.form-check input:checked ~ .checkmark {
  background-color: #f78200;
  border: 1px solid #f78200;
}

.transactnow_checkmark.form-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.transactnow_checkmark.form-check input:checked ~ .checkmark:after {
  display: block;
}

.transactnow_checkmark.form-check .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);
}

.form-check label a {
  color: rgba(249, 130, 0, 0.8);
  font-weight: bold;
  text-decoration: underline;
}

.transactnow_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.transactnow_btn_save {
  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;
}

.transactnow_btn_save:hover {
  color: #ffffff;
}

.transactnow_btn_save img {
  margin-left: 15px;
}

/* Switch CSS */

.transact_now_pages 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-bottom: 30px;
}

.transact_now_pages h2 a:hover {
  text-decoration: none;
}

.transact_now_pages h2 > img {
  padding-left: 10px;
  margin-left: 12px;
  border-left: 1px solid #dedddd;
}

.transact_shadow_box {
  background: #ffffff;
  -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: 25px 40px;
}

.transact_switch select {
  font-size: 18px;
  margin-bottom: 40px;
}

.transact_switch .dashboard_folio_select img {
  top: 15px;
}

.switch_schemes > p {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #575757;
  margin-bottom: 24px;
}

.sip-duration {
  margin-bottom: 0 !important;
}

.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;
  cursor: pointer;
}

.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_info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 20px;
}

.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 .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;
}

.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:checked ~ .input_before {
  z-index: 9;
  background-color: #f47f00;
}

.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 input:checked ~ .input_after {
  border: 1px solid #f47f00;
}

.switch_scheme input[type="radio"]:checked + label {
  color: #f58220;
}

.switch_schemes a:hover {
  text-decoration: none;
}

.transact_switch_scheme .switch_scheme {
  border: 1px solid #f58220;
  background: #fef9f2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 30px;
}

.transact_switch_scheme p.switch_scheme_bottom_value strong {
  color: #003974;
}

.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 a {
  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 a:hover {
  text-decoration: underline;
}

.form-group.euin-select-radio {
  width: 270px;
}

.enter-euin-number {
  display: none;
}

.transactnow_sipduration .enter-euin-number span {
  vertical-align: middle;
  margin: auto;
  color: rgb(0, 57, 116);
}

.transactnow_sipduration .enter-euin-number {
  margin-top: 35px;
}

.switch_euin input.form-check-input {
  margin-right: 0;
}

.switch_euin .form-check-inline {
  margin-right: 20px;
}

.enter-euin-number.form-group {
  width: 250px;
}

.transact_i-sip .enter-euin-number.form-group {
  width: 310px;
}

.euin-declaration_icon_check {
  background: #f6f7f7;
  padding: 11px 0;
}

.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;
}

.euin-declaration_icon_check label.form-check-label .checkmark {
  top: 5px;
  left: 15px;
}

.investingthroughria,
.investingthroughdirect {
  display: none;
}

.change_switch_scheme {
  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-details h4 {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.642857px;
  text-transform: uppercase;
  color: #f58220;
  margin-bottom: 28px;
}

.switch-scheme-details .transactnow_radio span {
  margin-right: 0;
}

.switch-scheme-details .transactnow_radio > span {
  margin-right: 50px;
  font-weight: bold;
}

.switch-scheme-details .transactnow_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.scheme_category_mobile {
  display: none;
}

.switch-scheme-details .scheme_category .form-check-inline {
  margin-right: 20px;
}

.switch-scheme-details .transactnow_radio label {
  padding-right: 25px;
}

.switch_value_left .transactnow_selects,
.switch_value_left .transactnow_selects img,
.switch_value_left .transactnow_selects .input-group-text {
  background-color: #f78200;
  border-color: #f78200;
}

.switch_value_left .transactnow_selects img.transactnow_selects_arrow {
  width: 10px;
  right: 10px;
}

.switch_value_left .transactnow_selects {
  border-radius: 4px 0 0 4px;
  width: 140px;
  z-index: 9;
}

.switch_value_left select,
.switch_value_left select:focus {
  border-radius: 0 !important;
  border-color: #f78200;
  background-color: #f78200;
  color: #fff !important;
  padding-left: 0;
  font-weight: bold;
}

.switch_value_left select option {
  color: #444;
  background-color: #fff;
  font-weight: bold;
}

.switch_value_left .input-group-text::after {
  display: none;
}

.switch_value_left input.form-control {
  width: 200px;
}

.switch_value_left p,
.switch_value_units p {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.428571px;
  color: #7a8088;
  margin-top: 10px;
}

.switch_value_left p span {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.06px;
  color: #003974;
  margin-left: 5px;
}

.transactnow_inputs.applicable_exitload p {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.428571px;
  color: #7a8088;
  margin-top: 0;
}

.transactnow_inputs.applicable_exitload span {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.06px;
  color: #003974;
  margin-left: 5px;
}

.switch_value_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.switch_value_right label.form-check-label {
  opacity: 1;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.46875px;
  color: #003974;
}

.switch_value_right .transactnow_checkmark.form-check .checkmark {
  top: 3px;
  height: 17px;
  width: 17px;
}

.switch_value_right .transactnow_checkmark.form-check .checkmark::after {
  left: 4px;
  top: 1px;
}

.transactnow_btns a {
  margin-right: 30px;
  font-weight: bold;
}

.transactnow_btns a:last-child {
  margin-right: 0;
}

.transactnow_btn_schedule,
.transactnow_btn_schedule:hover {
  border: 1px dashed #f78200;
  background-color: #fff;
  padding: 12px 42px;
  color: #f78200;
}

.transactnow_inputs input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.571428px;
  color: #aab2ba;
  mix-blend-mode: normal;
  font-weight: bold;
}

.transactnow_inputs input::-moz-placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.571428px;
  color: #aab2ba;
  mix-blend-mode: normal;
  font-weight: bold;
}

.transactnow_inputs input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.571428px;
  color: #aab2ba;
  mix-blend-mode: normal;
  font-weight: bold;
}

.transactnow_inputs input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.571428px;
  color: #aab2ba;
  mix-blend-mode: normal;
  font-weight: bold;
}

.transactnow_inputs input::placeholder {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.571428px;
  color: #aab2ba;
  mix-blend-mode: normal;
  font-weight: 400;
}

.select_bank_input {
  background: #ffffff;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 48px;
}

.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;
  margin-bottom: 0;
}

.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;
}

.select_bank_input .form-group .input-group {
  width: 340px;
  max-width: 100%;
  z-index: 9;
}

.select_bank_info {
  border-top: 1px solid #f7f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-top: 20px;
}

.select_bank_txt:first-child {
  border-right: 1px solid #ffead2;
  padding-right: 30px;
  margin-right: 20px;
}

.select_bank_txt p {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: -0.0928571px;
  color: #293139;
  mix-blend-mode: normal;
  opacity: 0.7;
  margin-bottom: 9px;
}

.select_bank_txt h5 {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.114286px;
  color: #293139;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 0;
}

.select_bank_txt h5 img {
  margin-right: 10px;
}

#stpModal h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 33px;
  color: #293139;
  margin-bottom: 20px;
}

#stpModal p {
  font-size: 14px;
  line-height: 24px;
  color: #293139;
  font-weight: bold;
  margin-bottom: 20px;
}

#stpModal thead {
  background: #f9fbfd;
  margin-bottom: 10px;
}

#stpModal th {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #293139;
  padding: 14px 21px;
}

#stpModal td {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.3px;
  color: #003974;
  padding: 14px 21px;
  font-weight: bold;
}

#stpModal tbody tr {
  border: 1px dashed #f3a855;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
}

.swp_type span:last-child {
  color: #003974;
}

.swp_switch_schemes .transactnow_inputs .form-group {
  width: 350px;
}

.transact_additional_purchase select {
  font-size: 18px;
  margin-bottom: 40px;
}

.transact_additional_purchase .enter-euin-number.form-group {
  width: 310px;
}

.transact_additional_purchase h3 {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.642857px;
  text-transform: uppercase;
  color: #f58220;
  margin-bottom: 28px;
}

.transact_additional_purchase_scheme .switch_scheme_info h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.transact_additional_purchase_scheme .switch_scheme_info a {
  margin-top: 0;
  margin-left: auto;
  margin-right: -30px;
  text-transform: capitalize;
}

.transact_additional_purchase_scheme .switch_scheme {
  border: 1px solid #f58220;
  background: #fef9f2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 30px;
}

.transact_additional_purchase p.switch_scheme_bottom_value strong {
  color: #003974;
}

.transact_additional_purchase .switch_scheme_info {
  padding-left: 10px;
}

.transact_additional_purchase .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;
}

.transact_additional_purchase .goal_sip_yes label span {
  margin-left: auto;
  color: #26303c;
  font-size: 11px;
  line-height: 16px;
  opacity: 0.9;
}

.transact_additional_purchase .goal_sip_yes label span strong {
  color: #003974;
  font-size: 13px;
  line-height: 15px;
}

.transact_additional_purchase a.transactnow_btn_save.add_more_schemes {
  padding: 12px 20px;
  padding-right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.transact_additional_purchase a.transactnow_btn_save.add_more_schemes img {
  margin-right: 5px;
}

.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;
}

.additional_new .transactnow_radio span {
  font-size: 14px;
  line-height: 21px;
  color: #293139;
  mix-blend-mode: normal;
  opacity: 0.7;
  margin-bottom: 13px;
  font-weight: bold;
  display: inline-block;
}

.additional-scheme-name .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;
}

.transact_additional_purchase .form-group {
  width: 345px;
}

.transact_additional_purchase .transactnow_inputs select {
  font-size: 16px;
}

.additional_new {
  display: none;
}

.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;
}
.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;
}
.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;
}
.sip_confirmation_page .confirmation_scheme_details p.confirmation_left_label {
  font-size: 13px;
}
.sip_confirmation_page .confirmation_scheme_details p.confirmation_left_value {
  font-weight: bold;
}
.sip_confirmation_page .confirmation_page_right_info {
  background-color: #f9fbfd;
}
.sip_confirmation_page p.confirmation_disclaimer {
  margin-bottom: 140px !important;
}
.sip_confirmation_page p.confirmation_disclaimer {
  font-size: 13px;
  line-height: 24px;
}
.orange_color {
  color: #f58220 !important;
}
.datepicker.dropdown-menu{
  z-index: 9999 !important;
}
#scheduleTransaction .modal-dialog-centered{
  max-width: 550px;
}
#scheduleTransaction .modal-body {
  padding: 2em 4em;
  padding-right: 30px;
  border-bottom: 4px solid #f78200;
}
#scheduleTransaction .modal-body button.close {
  font-size: 30px;
}
#scheduleTransaction .modal-body .form-group {
  padding-right: 5em;
}
#scheduleTransaction .modal-body h4 {
  padding-top: 20px;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 20px;
}
#scheduleTransaction .modal-body label {
  font-size: 16px;
}
#scheduleTransaction .modal-body input.form-control {
  padding: 24px 20px;
  border-width: 2px;
  width: 350px;
  max-width: 100%;
  font-weight: bold;
}

/* Transact Now Links  */

/* 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: 70px;
  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: 60%;
}

#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 CSS */

/*Dashboard CSS*/

/* FTP Dashboard CSS */

.ftp_dashboard .dashboard_content_welcome {
  background-image: url("../images/ftp-welcome-bg.svg");
  background-position: top right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 0;
  padding-left: 60px;
  margin-bottom: 30px;
}

.ftp_dashboard .dashboard_content_left {
  padding: 80px 45px;
}

.ftp_dashboard .dashboard_content_welcome_info {
  padding-left: 75px;
}

.ftp_dashboard .dashboard_risk_profile a {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: #f58220;
  background-color: unset;
  padding: 0;
}

.ftp_dashboard .dashboard_risk_profile_info {
  padding-right: 30px;
  margin-right: 20px;
}

.ftp_dashboard .dashboard_risk_profile {
  margin-bottom: 15px;
}

.ftp_dashboard_scheme_goal {
  margin-bottom: 30px;
}

.ftp_dashboard_scheme_goal .dashboard_newbox {
  height: 100%;
}

.ftp_dashboard_scheme_goal h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.311111px;
  color: #293139;
  mix-blend-mode: normal;
  opacity: 0.9;
  margin-bottom: 0;
  padding: 17px 24px;
  border-bottom: 1px solid #f3f5f7;
}

.ftp_dashboard_scheme_goal h5 span {
  font-weight: normal;
  font-size: 11px;
  line-height: 15px;
  color: #f58220;
  background: #fef5ec;
  margin-left: 10px;
  padding: 2px 12px;
}

.ftp_dashboard_scheme_info {
  padding: 17px 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ftp_dashboard_scheme_goal .dashboard_newbox p {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.5;
  margin-bottom: 5px;
}

.ftp_dashboard_scheme_info h6 {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #293139;
}

.ftp_dashboard_scheme_amount {
  padding-right: 50px;
  padding-left: 35px;
  border-left: 1px solid #dbe0e4;
  margin-left: 30px;
}

.ftp_dashboard_scheme_name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ftp_dashboard_scheme a {
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  color: #f58220;
  padding-left: 25px;
}

.ftp_dashboard_scheme_info a {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  background: #f58220;
  -webkit-box-shadow: 0px 2px 4px 4px rgba(245, 130, 32, 0.133659);
  box-shadow: 0px 2px 4px 4px rgba(245, 130, 32, 0.133659);
  border-radius: 3px;
  padding: 4px 25px;
  margin-top: 25px;
  display: inline-block;
}

.ftp_dashboard_goal {
  position: relative;
}

.ftp_dashboard_goal img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.ftp_dashboard .portfolio_bottom_total .mat_fund_txt {
  padding-left: 100px;
}

.ftp_dashboard .portfolio_bottom_total {
  margin-bottom: 25px;
}

.new_investment h5,
.knowledge_center h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.311111px;
  color: #293139;
  mix-blend-mode: normal;
  opacity: 0.9;
  padding: 32px 0 12px;
  border-bottom: 1px solid #f6f7f9;
  margin-bottom: 20px;
}

.new_investment {
  background-image: url("../images/new-investment.svg");
  background-repeat: no-repeat;
  background-position: top right;
  margin-bottom: 50px;
}

.new_investment_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.new_investment_info {
  width: 100%;
  margin-bottom: 0;
}

.new_investment_info_top {
  padding: 25px 20px;
  padding-bottom: 19px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.new_investment_txt {
  margin-left: 20px;
}

.new_investment_txt h6 {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #4c4c4c;
  mix-blend-mode: normal;
  opacity: 0.9;
  padding-top: 7px;
}

.new_investment_txt p {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #293139;
  mix-blend-mode: normal;
  opacity: 0.7;
  margin-bottom: 0;
}

.new_investment_info a {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: #ffffff;
  background: #f58220;
  border-radius: 0px 0px 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.new_investment_info:hover img {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.knowledge_center {
  margin-bottom: 50px;
}

.knowledge_center_info a {
  background: #ffffff;
  border: 0.5px solid #bebebe;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 25px 18px 15px;
  text-align: center;
  margin: 0 12px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #49494a;
}

.knowledge_center_info a:hover {
  text-decoration: none;
}

.knowledge_center_info a:hover p {
  color: #f58220;
}

.knowledge_center_info a:hover img {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.knowledge_center_info img {
  margin: auto;
  margin-bottom: 20px;
  width: auto !important;
}

.knowledge_center_info p {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: #49494a;
  margin-bottom: 0;
  padding-top: 16px;
  position: relative;
  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;
}

.knowledge_center_info p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
  height: 1px;
  background: -o-linear-gradient(left, #f9f9f9, #afafaf 60%, #f9f9f9);
  background: -webkit-gradient(linear, left top, right top, from(#f9f9f9), color-stop(60%, #afafaf), to(#f9f9f9));
  background: linear-gradient(to right, #f9f9f9, #afafaf 60%, #f9f9f9);
}

.mobile_applicant_details {
  display: none;
}

/* FTP Dashboard 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;
}

/* Risk Profile CSS */

.riskprofile_page .dashboard_content_left > h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.7875px;
  color: #293139;
  margin-bottom: 27px;
}
.riskprofile_page .dashboard_content_left > h2 > a:hover,
.riskprofile_page .dashboard_content_left > h2 > a:focus {
  text-decoration: none;
}
.dashboard_newbox.know_risk_profile {
  padding: 85px 100px;
}
.dashboard_newbox.know_risk_profile h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 24px;
}
.dashboard_newbox.know_risk_profile p {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #293139;
  mix-blend-mode: normal;
  opacity: 0.8;
  margin-bottom: 30px;
}
.dashboard_newbox.know_risk_profile 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: 2px;
  padding: 12px 80px;
  display: inline-block;
  margin-bottom: 100px;
}
.riskprofile_page .dashboard_content_right {
  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;
  text-align: center;
  background: -o-linear-gradient(
    top,
    rgba(245, 130, 32, 0.02) 19.67%,
    rgba(245, 130, 32, 0.0815669) 100%
  );
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    color-stop(19.67%, rgba(245, 130, 32, 0.02)),
    to(rgba(245, 130, 32, 0.0815669))
  );
  background: linear-gradient(
    180deg,
    rgba(245, 130, 32, 0.02) 19.67%,
    rgba(245, 130, 32, 0.0815669) 100%
  );
}
.riskprofile_progress p {
  background-image: url("../images/risk_profile_progress_info.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #101317;
  padding: 9px 16px 17px;
  margin-bottom: 22px;
  width: 180px;
  height: 50px;
}
.riskprofile_progress_icons {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.riskprofile_progress_icons span {
  width: 30px;
  height: 7px;
  background-color: #003974;
}
.riskprofile_progress_icons span + span {
  margin-left: 10px;
}
.riskprofile_progress_icons span.active {
  background-color: #f58220;
}
.riskprofile_questions_page .riskprofile_progress p {
  font-size: 16px;
  line-height: 24px;
  width: 134px;
}
.dashboard_newbox.risk_profile_questions {
  padding: 45px 60px;
}
.dashboard_newbox.risk_profile_questions p {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #003974;
  margin-bottom: 35px;
}
.dashboard_newbox.risk_profile_questions .form-check-inline label {
  width: 300px;
}
.dashboard_newbox.risk_profile_questions .form-check-inline {
  margin-bottom: 20px;
  margin-left: 0;
}
.dashboard_newbox.risk_profile_questions .form-check-inline:nth-child(2),
.dashboard_newbox.risk_profile_questions .form-check-inline:nth-child(4) {
  margin-left: 43px;
}
.risk_profile_questions .transactnow_btns a:hover {
  text-decoration: none;
}
.dashboard_newbox.risk_profile_result {
  padding: 24px 21px;
}
.risk_profile_result_left {
  padding: 30px 35px;
  height: 100%;
  background-image: url("../images/risk_profile_result_bg.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.risk_profile_result_left p.risk_profile_result_label {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.457143px;
  color: #293139;
  mix-blend-mode: normal;
  opacity: 0.8;
  margin-bottom: 10px;
}
.risk_profile_result_left h1 {
  font-weight: bold;
  font-size: 28px;
  line-height: 41px;
  letter-spacing: 0.8px;
  color: #00dd80;
  margin-bottom: 30px;
}
.risk_profile_result_left p {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #293139;
  mix-blend-mode: normal;
  opacity: 0.9;
  margin-bottom: 20px;
}
.risk_profile_result_left a.retake-risk-btn {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.3px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #f58220;
  display: inline-block;
  margin-bottom: 50px;
}
.risk_profile_result_right {
  height: 100%;
  background: -o-linear-gradient(top, #fffdfa 0%, #fff9f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fffdfa), to(#fff9f4));
  background: linear-gradient(180deg, #fffdfa 0%, #fff9f4 100%);
  border-radius: 6px;
  padding: 34px 80px 85px;
}
.risk_profile_result_right ul {
  margin-top: 53px;
  margin-bottom: 0;
}
.risk_profile_result_right > img {
  margin-left: 34px;
}
.risk_profile_result_right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #dfe5ef;
}
.risk_profile_result_right ul li p {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #8f97a0;
  margin-bottom: 0;
}
.risk_profile_result_right ul li.active p {
  font-weight: bold;
  color: #000;
}
.risk_profile_result_right ul li p img {
  margin-right: 13px;
}
.suggested_schemes_total
  .recommended_schemes_bottom
  .recommended_schemes_bottom_info:first-child {
  margin-right: 8px;
}
.suggested_schemes_total .recommended_schemes_info a.recommended_schemes_btn {
  background: #fff;
  color: #f58220;
  border: 1px solid #f58220;
}
/* Risk Profile CSS */

/* Pause SIP CSS */

.pause_sip_page .transactnow_radio span {
  font-weight: bold;
}
.pause_sip_page p.pause-sip-scheme {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #003974;
  padding-left: 20px;
}
.transactnow_btn_back,
.transactnow_btn_back:hover {
  padding: 12px 72px;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.4px;
  background: #fff;
  border: 1px dashed #aab2ba;
  border-radius: 2px;
  margin-bottom: 30px;
  margin-top: 20px;
  color: #293139;
  opacity: 0.9;
  text-decoration: none;
}
.pause_sip_page .transactnow_btns {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 130px;
}
.transaction_successful_content .top-right {
  position: absolute;
  top: 30px;
  right: 30px;
}
.transaction_successful_content p span {
  color: #003974;
  font-weight: bold;
  text-decoration: none;
}
.transaction_successful_content p a {
  color: #f58220;
  font-weight: bold;
  text-decoration: none;
}

/* Pause SIP CSS */

/* Transact Screen CSS */

.transact_main_page .transact_main_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -o-linear-gradient(
    right,
    rgba(243 245 248 / 22%) -2.01%,
    rgb(0 57 116 / 5%) 86.48%
  );
  background: -webkit-gradient(
    linear,
    right top, left top,
    color-stop(-2.01%, rgb(243 245 248 / 22%)),
    color-stop(86.48%, rgb(0 57 116 / 5%))
  )
  );
  background: -o-linear-gradient(
    right,
    rgb(243 245 248 / 22%) -2.01%,
    rgb(0 57 116 / 5%) 86.48%
  )
  );
  background: linear-gradient(
    to left,
    rgb(243 245 248 / 22%) -2.01%,
    rgb(0 57 116 / 5%) 86.48%
  )
  );
  border-radius: 8px;
  padding: 25px 35px;
  margin-bottom: 15px;
}
.transact_main_page .transact_main_left {
  width: 275px;
  padding-right: 30px;
}
.transact_main_page .transact_main_left img {
  margin-bottom: -15px;
}
.transact_main_page .transact_main_left h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.466667px;
  color: #293139;
  margin-bottom: 5px;
}
.transact_main_page .transact_main_left p {
  font-weight: 300;
  font-size: 13px;
  line-height: 19px;
  color: #606c78;
  margin-bottom: 0;
}
.transact_main_page .transact_main_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.transact_main_page .transact_main_right_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;
  width: 142px;
  height: 142px;
  text-align: center;
  padding: 30px 20px 14px;
  display: block;
}
.transact_main_page .transact_main_right_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%);
}
.transact_main_page .transact_main_right_info a:hover img {
  -webkit-animation: pulse 2s;
  animation: pulse 2s;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
.transact_main_page .transact_main_right_info + .transact_main_right_info {
  margin-left: 34px;
}
.transact_main_page .transact_main_right_info img {
  margin-bottom: 22px;
  height: 38px;
}
.transact_main_page .transact_main_right_info h4 {
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #003974;
  margin-bottom: 0;
}

/* Transact Screen CSS */

/* Family Portfolio CSS */

.dashboard_investment_heading,
.dashboard_investment_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.dashboard_investment_heading h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #003974;
  margin-bottom: 0;
}
.dashboard_investment_wrap a {
  font-weight: bold;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.252778px;
  color: #f58220;
  background: #fef5ec;
  padding: 3px 20px;
}
.dashboard_investment_wrap a img {
  width: 7px;
  margin-left: 5px;
}
.dashboard_investment_heading a img {
  width: unset;
  margin-left: 0;
  margin-top: -2px;
}
.dashboard_investment_wrap a:focus {
  outline: none;
}
.family_portfolio_page .dashboard_folio_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.family_portfolio_page .portfolio-screen .dashboard_value_info img {
  margin-left: 0;
  padding-left: 0;
}
.family_portfolio_page .portfolio-screen .dashboard_value_info > img {
  width: 40px;
}
.family_portfolio_page .portfolio-screen .dashboard_value_info {
  padding-left: 20px;
  height: 78px;
}
.family_portfolio_page p.dashboard_value_info_value {
  line-height: 21px;
  font-weight: bold;
}
.family_portfolio_page .asset_breakup_schemes {
  max-height: unset;
}
.family_portfolio_page .nav-tabs .nav-link {
  color: #293139;
  opacity: 0.8;
}
.family_portfolio_page .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #dee2e6;
}
.family_portfolio_page .nav-tabs .nav-link.active {
  border-color: transparent;
  border-bottom: 2px solid #f58220;
  color: #f58220;
}
.family_portfolio_page .folio-fund-values {
  border-bottom: 0;
}

/* Family Portfolio CSS */

/* Change Password CSS */

.change_password_page .transactnow_inputs .form-group {
  width: 380px;
}
.change_password_page .registration_password_input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.change_password_page .registration_password_input .password_eye {
  position: absolute;
  top: 10px;
  right: 14px;
}
.change_password_page .registration_password_input input {
  padding-right: 40px;
}
.change_password_page .password_guidelines {
  background-color: #fcf4ea;
  padding: 5px 14px;
  margin-top: 15px;
}
.change_password_page .password_guidelines p {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.184615px;
  color: #616e75;
  margin-bottom: 6px;
}
.change_password_page .password_guidelines ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.change_password_page .password_guidelines li {
  font-size: 13px;
  line-height: 18px;
  color: #747b7d;
  min-width: 170px;
  margin-bottom: 5px;
  font-weight: 400;
}
.change_password_page .password_guidelines li img {
  margin-right: 9px;
}
#PasswordChangeSuccessful .modal-body .redemption-top-right {
  top: 30px;
  right: 20px;
}
#PasswordChangeSuccessful .email-change-success-icon {
  width: 100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
#PasswordChangeSuccessful p {
  color: #293139;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 45px;
}
#PasswordChangeSuccessful 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;
}
#PasswordChangeSuccessful .modal-body.w-auto.p-5 {
  padding: 3rem 2rem !important;
}

/* Change Password CSS */

/* Guidelines Page CSS */

.guidelines_page {
  padding: 50px 20px;
}
.guidelines_page h5{
  font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.7875px;
    color: #003974;
    margin-bottom: 18px;
}
.guidelines_page p{
  font-size: 13px;
  line-height: 21px;
  color: #26303C;
  font-weight: 400;
  margin-bottom: 20px;
}
.guidelines_page p a, .guidelines_page li a{
  color: #F78200;
  font-weight: 400;
}
.guidelines_page li a:hover{
  text-decoration: none;
}
.guidelines_page li a span{
  font-weight: bold;
  color: #003974;
}
.guidelines_page ul{
  padding-left: 15px;
}
.guidelines_page li{
  font-size: 13px;
  line-height: 21px;
  color: #26303C;
  margin-bottom: 13px;
  font-weight: 400;
  padding-left: 10px;
  list-style-type: decimal;
}
.guidelines_schemes {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-left: -12px;
}
.guidelines_schemes p {
  padding: 28px 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px rgb(28 29 85 / 14%);
          box-shadow: 0px 0px 8px rgb(28 29 85 / 14%);
  border-radius: 6px;
  text-align: center;
  border-bottom: 1px solid #F58221;
}
.guidelines_page h6 {
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  color: #26303C;
  margin-bottom: 20px;
}
.guidelines_banks{
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.guidelines_banks p {
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  color: #003974;
  width: 25%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #CAD3DC;
}
.guidelines_banks p:nth-last-of-type(1),.guidelines_banks p:nth-last-of-type(2){
  border-bottom: 0;
}
.guidelines_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #E6E6E8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 45px;
  padding: 18px 15px;
}
.guidelines_address p{
  line-height: 22px;
  margin-bottom: 0;
  margin-left: 30px;
}
.guidelines_address img{
  border-radius: 6px;
}
.switch_scheme.switch_to_scheme {
  background: #f9fafb;
  border: 1px solid #eceeef;
  cursor: auto;
}
.switch_scheme.switch_to_scheme .switch_scheme_info h4{
  color: #000;
}

/* Guidelines Page CSS */

/*Mobile CSS*/

@media only screen and (max-width: 600px) {
  .dashboard_investment_heading {
    display: block;
  }
  .family_portfolio_page .dashboard_folio_select {
    display: inline-block;
  }
  .family_portfolio_page .portfolio-screen {
    padding-top: 10px;
  }
  .family_portfolio_page .nav-tabs .nav-item {
    width: 50%;
  }
  .family_portfolio_page .folios-right {
    display: block;
  }
  .desktop_menu_collapse {
    display: none;
  }
  .mobile_menu_collapse {
    display: block;
  }
  .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-nav .nav-link {
    padding: 14px 16px 14px !important;
  }
  .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%;
    z-index: 9;
    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;
  }
  #myBtn img {
    width: 70%;
  }
  .filter-right {
    width: 60%;
    padding-left: 15px;
  }
  #myBtn {
    bottom: 10px;
    right: 0px;
    height: 40px;
    width: 40px;
  }
  header a.header_toggle {
    padding-top: 0;
    margin-right: 15px;
  }
  a.notifications {
    position: relative;
  }
  header span.notifications_number {
    right: 0;
    top: 0;
  }
  .dashboard {
    position: relative;
  }
  .dashboard_left_total {
    padding: 0px;
    position: absolute;
    left: -100vw;
    top: 0;
    z-index: 99;
    /*background-color: #00000040;*/
    height: 100%;
    overflow: auto;
  }
  .dashboard_left_total.active {
    left: 0;
    height: calc(100vh - 85px);
    position: fixed;
    top: 85px;
    overflow: auto;
  }
  body.active .container-fluid::before {
    position: fixed;
    content: "";
    top: 85px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000040;
    z-index: 99;
  }
  .dashboard_left_links li.desktop_collapse {
    display: none;
  }
  body.active {
    overflow: hidden;
  }
  .dashboard_left_links li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dashboard_left {
    width: 80%;
    padding: 30px 14px;
    background-color: #fff;
    overflow: auto;
  }
  .dashboard_content_welcome {
    background-position: top right;
    margin-bottom: 15px;
  }
  .dashboard_content_welcome_info {
    padding-left: 0;
  }
  .dashboard_content_welcome_info h4 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.615385px;
  }
  .dashboard_risk_profile img {
    margin-right: 10px;
    width: 33px;
  }
  .dashboard_content_left select {
    margin-bottom: 15px;
  }
  .dashboard_risk_profile_info h5 {
    font-size: 12px;
  }
  .dashboard_risk_profile button,
  .dashboard_risk_profile button:hover {
    font-size: 10px;
    padding: 6px 15px;
  }
  .dashboard_risk_profile_info {
    padding-right: 0px;
    position: relative;
    margin-right: 10px;
  }
  .dashboard_risk_profile button {
    margin: auto;
  }
  .dashboard_risk_profile_info::after,
  .scheduled_transaction_info::after {
    display: none;
  }
  .asset_breakup > h5 {
    font-size: 14px;
    padding: 15px 14px;
  }
  .asset_breakup_chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .asset_breakup_chart_info {
    padding: 0;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .asset_breakup_chart_info p {
    margin-right: 0;
    width: 100%;
  }
  .asset_breakup_chart_info p:last-child {
    margin-bottom: 0;
  }
  .asset_breakup_schemes_info h5 {
    font-size: 13px;
  }
  p.asset_breakup_schemes_label {
    font-size: 10px;
  }
  p.asset_breakup_schemes_value {
    font-size: 13px;
    margin-bottom: 0;
  }
  .asset_breakup_schemes_info .col-md-4 {
    padding: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 10px;
  }
  .scheduled_transaction a {
    display: inline-block;
  }
  .asset_breakup_bottom > .col-md-5 {
    padding-right: 0;
  }
  .dashboard_content_left {
    padding: 80px 10px;
    max-height: unset;
    overflow: unset;
  }
  .dashboard_content_right,
  .dashboard_left_total,
  .dashboard_content_left {
    max-height: unset;
    overflow: unset;
  }
  .asset_breakup_bottom > .col-md-7 {
    padding-left: 0;
  }
  .goal_progress h5,
  .recommended_schemes h5,
  .learn_invest h5 {
    font-size: 14px;
    padding-left: 0;
  }
  .scheduled_transaction h5,
  .dashboard_newbox.upcoming_investments h5 {
    padding-left: 10px;
    font-size: 14px;
  }
  .dashboard_investment_chart {
    padding: 16px 5px;
    height: auto;
  }
  .dashboard_investment_chart .nav-tabs .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
  .monthlyInvestmentInfo p {
    margin-right: 10px;
  }
  a.dashboard_investment_chart_link {
    font-size: 12px;
  }
  .learn_invest_all .owl-nav button.owl-next {
    margin-right: -13px;
  }
  .dashboard_newbox.upcoming_investments h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 14px;
  }
  .dashboard_newbox.upcoming_investments h5 span {
    margin-left: 0;
    margin-top: 10px;
  }
  .upcoming_investments_info {
    display: block;
  }
  p.upcoming_investments_name {
    width: 100%;
    margin-bottom: 15px;
  }
  .upcoming_investments_list {
    padding: 14px 8px;
    max-height: none;
  }
  p.upcoming_investments_due,
  p.upcoming_investments_amount {
    width: 49%;
    display: inline-block;
    line-height: 20px;
  }
  p.upcoming_investments_due span,
  p.upcoming_investments_amount span {
    font-size: 13px;
    width: 100%;
    float: left;
    margin-left: 20px;
  }
  p.upcoming_investments_amount span {
    margin-left: 25px;
  }
  .recommended_schemes_info {
    width: 90%;
    margin-left: 20px;
  }
  .suggested_schemes_total .recommended_schemes_info {
    width: 100%;
  }
  .recommended_schemes_all .owl-nav button.owl-prev,
  .learn_invest_all .owl-nav button.owl-prev {
    margin-left: -5px;
  }
  .dashboard_value {
    padding: 16px 15px;
  }
  .dashboard_value_info img {
    margin-right: 13px;
    width: 40px;
  }
  p.dashboard_value_info_label {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    margin-right: 24px;
  }
  p.dashboard_value_info_value {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .family_portfolio_page .portfolio-screen .dashboard_value_info > img {
    margin-right: 20px;
  }
  .dashboard_value_info {
    margin-bottom: 34px;
  }
  .mat_fund_info > img {
    height: 285px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom right;
    object-position: bottom right;
  }
  .asset_breakup_bottom .pl-0 {
    padding-right: 0;
  }
  .asset_breakup_bottom .pr-0 {
    padding-left: 0;
  }
  .recommended_schemes,
  .learn_invest {
    padding: 0 10px;
  }
  .dashboard_content_right {
    display: none;
  }
  .dashboard_content_right_mobile {
    display: block;
    padding: 15px;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .dashboard_content_right_mobile h1 {
    font-weight: bold;
  }
  .scheme_category {
    display: none;
  }
  .scheme_category_mobile {
    display: block;
  }
  /* 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;
  }
  /* .dashboard_user .dropdown-menu {
    box-shadow: none !important;
    position: relative !important;
    margin-bottom: 10px !important;
    transform: none !important;
    width: 100% !important;
} */
  .dashboard_left_transparent {
    width: 20%;
    height: 100%;
  }
  .dashboard_left_total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .asset_breakup_chart > img {
    margin-right: 30px;
    margin-bottom: 0 !important;
  }
  .sip-banner img {
    display: none;
  }
  .sip-banner .banner-content p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 0;
  }
  .sip-banner .createfolio_radio .form-check-inline {
    margin-bottom: 0;
  }
  .goal_sip_yes {
    padding: 30px 25px 20px;
    margin: 0;
  }
  .goal_sip_yes input.form-control {
    margin-bottom: 10px;
  }
  .goal_sip_content .nav_applicability p {
    padding-left: 0;
  }
  .ftp_dashboard .dashboard_content_welcome > img {
    display: none;
  }
  .ftp_dashboard .dashboard_content_left {
    padding: 80px 10px;
  }
  .ftp_dashboard .dashboard_content_welcome_info {
    padding-left: 0;
  }
  .ftp_dashboard .dashboard_content_welcome {
    padding-left: 13px;
  }
  .ftp_dashboard .dashboard_risk_profile img {
    width: auto;
  }
  .ftp_dashboard .dashboard_risk_profile_info {
    padding-right: 0;
  }
  .ftp_dashboard_scheme_goal h5 span {
    display: inline-block;
  }
  .ftp_dashboard_scheme_goal h5 {
    font-size: 14px;
  }
  .ftp_dashboard_scheme_amount {
    padding-right: 10px;
    padding-left: 20px;
    border-left: 1px solid #dbe0e4;
    margin-left: 20px;
  }
  .ftp_dashboard_scheme_info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
  }
  .ftp_dashboard_scheme_goal .col-md-7 {
    margin-bottom: 20px;
  }
  .ftp_dashboard_scheme_goal .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .ftp_dashboard_goal img {
    right: -50px;
  }
  .ftp_dashboard_goal {
    overflow: hidden;
  }
  .ftp_dashboard .portfolio_bottom_total .mat_fund_txt {
    padding-left: 15px;
  }
  .ftp_dashboard .portfolio_bottom_total {
    margin-bottom: 45px;
  }
  .new_investment_total {
    display: block;
  }
  .new_investment_info + .new_investment_info {
    margin-top: 20px;
  }
  .new_investment {
    margin-bottom: 20px;
  }
  .knowledge_center_info p::before {
    width: 90px;
  }
  .knowledge_center_all {
    width: 90%;
    margin: auto;
  }
  .knowledge_center_all .owl-nav {
    z-index: 999;
  }
  .knowledge_center_info a {
    margin: 0 7px;
  }
  .knowledge_center_all .owl-nav button.owl-next {
    margin-right: -15px;
  }
  /* Transact CSS */
  .transactPopup .modal-body {
    padding: 80px 20px 30px !important;
  }
  .transactPopup p {
    font-size: 12px !important;
    line-height: 27px !important;
  }
  .transactnow_radio .form-check-inline {
    margin-right: 10px;
    margin-bottom: 14px;
  }
  .transactnow_radio span {
    font-weight: bold;
    font-size: 13px;
    margin-right: 0;
    width: 100%;
    margin-bottom: 14px;
    display: block;
  }
  .transactnow_inputs {
    display: block;
  }
  .transact_now_pages {
    padding: 80px 20px 30px;
  }
  .transactnow_inputs .form-group {
    width: 100% !important;
  }
  .switch_euin .transactnow_radio .form-check-inline {
    margin-bottom: 0;
  }
  .i-sip-investment-details {
    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 rgba(170, 178, 186, 0.334107);
    box-shadow: 1px 1px 7px rgba(170, 178, 186, 0.334107);
    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:focus {
    outline: none;
  }
  .mobile_applicant_details a img {
    margin-left: 6px;
  }
  #investmentDetails .createfolio_content_right {
    display: block;
    margin-left: 0;
    padding: 40px 30px;
    height: auto;
    max-height: unset;
    background-color: #f5f7f9;
  }
  .createfolio_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;
  }
  .createfolio_content_right_info {
    height: auto;
    overflow: unset;
    padding: 0;
  }
  .createfolio_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;
  }
  .createfolio_content_details {
    margin-bottom: 13px;
  }
  p.createfolio_content_details_label {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.225px;
    color: #26303c;
    margin-bottom: 3px;
  }
  p.createfolio_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;
  }
  #investmentDetails button.close {
    padding: 14px 16px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
  }
  .transact_i-sip.transact_now_pages h2,
  .trasact-sip-scheme-details h2 {
    margin-bottom: 0;
  }
  .scheme_category_mobile {
    display: block;
    width: 100%;
  }
  .transactnow_inputs .input-group-text {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sip-scheme-details .transactnow_radio {
    grid-gap: 0 !important;
  }
  p.perpetual_end_date {
    left: 110% !important;
    width: 170px !important;
    top: 0 !important;
    margin-top: 4px !important;
  }
  .transactnow_sipduration {
    display: block !important;
  }
  .transactnow_sipduration .enter-euin-number {
    margin-top: 20px;
    width: 190px;
  }
  .transact_now_pages .sip-banner img {
    display: block;
    right: -30px;
  }
  .transact_now_pages .sip-banner .banner-content p {
    font-size: 12px;
    line-height: 18px;
    width: 70%;
  }
  .transactnow_radio.goalsip .form-check-inline {
    margin-bottom: -10px;
  }
  .transact_now_pages .sip-banner {
    padding: 18px 10px 10px;
    overflow: hidden;
  }
  .transact_now_pages .sip_goals_info p {
    width: 90%;
    margin: auto;
  }
  .transact_now_pages .goal_sip_yes .transactnow_inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .transact_now_pages .goal_sip_yes {
    padding: 50px 15px 35px;
  }
  .transact_now_pages .goal_sip_yes .transactnow_inputs .form-group {
    margin-right: 0;
  }
  .transact_now_pages
    .goal_sip_yes
    .transactnow_inputs
    .form-group
    input::-webkit-input-placeholder {
    font-size: 11px;
  }
  .transact_now_pages
    .goal_sip_yes
    .transactnow_inputs
    .form-group
    input::-moz-placeholder {
    font-size: 11px;
  }
  .transact_now_pages
    .goal_sip_yes
    .transactnow_inputs
    .form-group
    input:-ms-input-placeholder {
    font-size: 11px;
  }
  .transact_now_pages
    .goal_sip_yes
    .transactnow_inputs
    .form-group
    input::-ms-input-placeholder {
    font-size: 11px;
  }
  .transact_now_pages
    .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;
  }
  .sip_confirmation_page p.confirmation_disclaimer {
    padding-right: 0;
  }
  .confirmation_page_left {
    padding-right: 0;
  }
  .sip_confirmation_page .confirmation_page_left_info:last-of-type {
    padding-bottom: 40px;
  }
  .sip_confirmation_page p.confirmation_disclaimer {
    font-size: 12px;
    line-height: 24px;
  }
  p.confirmation_total {
    padding-right: 35px;
  }
  .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 p.confirmation_left_value {
    width: 50%;
  }
  .confirmation_button a {
    padding: 10px 30px;
  }
  .confirmation_button a.confirmation_button_back {
    margin-left: 0;
    margin-right: 0 !important;
  }
  .sip_confirmation_page
    .confirmation_scheme_details_info
    .confirmation_left_value {
    width: auto;
  }
  .sip_confirmation_page .confirmation_page_left_info .confirmation_left_value {
    width: 100%;
  }
  .sip_confirmation_page
    .confirmation_page_right
    .confirmation_page_left_info
    .confirmation_left_value {
    width: 50%;
  }
  .sip_confirmation_page .sip_purchase_redirection {
    position: relative;
  }
  .sip_confirmation_page .sip_purchase_redirection a img {
    width: 70px;
  }
  .sip_confirmation_page .sip_purchase_redirection p {
    padding-left: 0;
  }
  .transactPopup .px-4 {
    padding-left: 0 !important;
  }
  .transact_now_pages .transact_shadow_box {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
  .transact_switch h2,
  .transact_switch_scheme h2,
  .transact_additional_purchase h2 {
    margin-bottom: 0;
  }
  .transact_switch .dashboard_folio_select select,
  .transact_switch_scheme .dashboard_folio_select select,
  .transact_additional_purchase .dashboard_folio_select select {
    font-size: 12px;
    margin-bottom: 20px;
    border-bottom: 0;
  }
  .transact_switch .dashboard_folio_select img,
  .transact_switch_scheme .dashboard_folio_select img {
    top: 10px;
  }
  .transact_now_pages .switch_scheme_bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .transact_now_pages .switch_scheme {
    padding-right: 25px;
  }
  .transact_now_pages .switch_scheme_info h4 span {
    padding-left: 5px;
    margin-left: 5px;
  }
  .transact_now_pages .switch_scheme_info h4 {
    font-size: 12px;
  }
  .transact_now_pages .switch_scheme_info {
    padding-left: 15px;
  }
  .transact_now_pages .switch_scheme_bottom_info {
    width: 100%;
  }
  .transact_now_pages .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;
  }
  .trasact-sip-scheme-details .goal_sip_yes .nav_applicability p {
    padding-left: 0;
  }
  .stpConfirmationPage p.confirmation_disclaimer {
    padding-right: 0;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .stpConfirmationPage .confirmation_page_left_info {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .stpConfirmationPage p.confirmation_left_label {
    width: 100%;
    margin-right: 20px;
  }
  .stpConfirmationPage .confirmation_page_left_info .confirmation_left_value {
    width: 100%;
  }
  .stpConfirmationPage
    .confirmation_page_right_content
    .confirmation_page_left_info {
    display: block;
    margin-bottom: 20px;
  }
  .confirmation_button a + a {
    margin-left: 20px !important;
  }
  #stpRequestSuccessful p.stp_processing_message,
  #swpRequestSuccessful p.stp_processing_message {
    padding-left: 20px !important;
  }
  .switch-scheme-details .transactnow_radio {
    display: block;
  }
  .transactnow_btn_schedule,
  .transactnow_btn_schedule:hover,
  .transactnow_btn_save {
    padding: 12px 25px;
  }
  .switch_value_total {
    display: block;
  }
  .switch_value_select {
    margin-right: 0 !important;
  }
  p.confirmation_disclaimer {
    padding-right: 0;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .transact_additional_purchase h3 {
    margin-top: 20px;
  }
  .additional_new .transactnow_radio span.input-group-text {
    margin-bottom: 0;
  }
  .additional-scheme-name {
    margin-bottom: 30px;
  }
  .additional-scheme-name .form-group {
    display: block;
  }
  .additional-scheme-name .form-group {
    margin-bottom: 10px;
  }
  .additional-scheme-name .form-group .transactnow_selects {
    width: 100% !important;
  }
  .transact_additional_purchase .goal_sip_yes .nav_applicability {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .transact_additional_purchase .goal_sip_yes .nav_applicability p {
    padding-left: 0 !important;
  }
  .transact_additional_purchase a.transactnow_btn_save.add_more_schemes {
    padding: 12px 10px;
    padding-right: 10px;
    margin-right: 15px;
  }
  .transact_additional_purchase a.transactnow_btn_save.add_more_schemes img {
    margin-left: 0px;
  }
  .transact_additional_purchase_scheme .switch_scheme_info h4 {
    position: relative;
    display: block;
  }
  .transact_additional_purchase_scheme .switch_scheme_info a {
    top: -45px;
  }
  .additional-purchase-confirmation .confirmation_page_right_info span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .additional-purchase-confirmation .confirmation_page_right_info h5 img {
    margin-right: 0;
    margin-left: 10px;
  }
  /* .additional-purchase-confirmation .confirmation_page_right_info h5 {
    display: block;
  } */
  .sip_confirmation_page
    .confirmation_scheme_details
    p.confirmation_left_value.mb-0 {
    margin-bottom: 1rem !important;
  }
  .additional-purchase-confirmation
    #purchaseConfirmation
    .sip_purchase_redirection
    p {
    padding-left: 0;
  }
  .transact_additional_purchase .dashboard_folio_select img {
    top: 10px;
  }
  .switch_value_left input.form-control {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .transactnow_btns a {
    margin-right: 15px;
  }
  .transactPopup .modal-body {
    width: 100%;
  }
  .confirmation_page_right_content p.confirmation_left_label {
    width: 100% !important;
  }
  .redemption_confirmation_page
    .confirmation_page_left
    .confirmation_page_left_info:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .transactnow_radio.swp_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .transactnow_radio.swp_type span {
    margin-bottom: 0;
  }
  .swp_scheme_page .transactnow_radio .form-check-inline {
    margin-right: 5px !important;
  }
  .swp_scheme_page .transactnow_radio .form-check-inline label {
    font-size: 13px;
  }
  #swpRequestSuccessful .px-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Transact CSS */

  .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;
  }

  /* Risk Profile CSS */
  .dashboard_newbox.know_risk_profile,
  .dashboard_newbox.risk_profile_questions,
  .dashboard_newbox.risk_profile_result {
    padding: 45px 20px;
  }
  .dashboard_newbox.know_risk_profile h3 {
    font-size: 20px;
  }
  .dashboard_newbox.know_risk_profile p br {
    display: none;
  }
  .dashboard_newbox.know_risk_profile a {
    margin-bottom: 0;
  }
  .riskprofile_page .dashboard_content_left {
    padding-bottom: 0;
  }
  .riskprofile_page .dashboard_content_right {
    padding-bottom: 40px;
  }
  .dashboard_newbox.risk_profile_questions .form-check-inline:nth-child(2),
  .dashboard_newbox.risk_profile_questions .form-check-inline:nth-child(4) {
    margin-left: 0;
  }
  .dashboard_newbox.risk_profile_questions .transactnow_radio {
    margin-bottom: 0;
  }
  .dashboard_newbox.risk_profile_questions .transactnow_btns a {
    margin-bottom: 0;
  }
  .risk_profile_result_left {
    padding: 0;
    background-image: none;
  }
  .risk_profile_result_left a.retake-risk-btn {
    margin-bottom: 10px;
  }
  .risk_profile_result_right {
    padding: 34px 20px 0;
    margin-top: 30px;
  }
  .risk_profile_result_right > img {
    margin-left: 0;
  }
  .risk_profile_result_right ul {
    margin-top: 30px;
  }
  .suggested_schemes_total
    .recommended_schemes_bottom
    .recommended_schemes_bottom_info:first-child {
    margin-right: 25px;
  }
  .schemes-screen,
  .transaction-screen,
  .statements-screen {
    max-height: none !important;
    padding: 5px 15px 20px !important;
  }
  .transactnow_radio.statement-non-schedule br {
    display: none;
  }
  .transactnow_radio.statement-non-schedule .form-check-inline,
  .transactnow_radio.statement-non-schedule .form-check-inline label {
    width: 100%;
    margin-right: 0 !important;
  }
  .statements_page {
    padding: 80px 10px;
  }
  .transact_now_pages.pause_sip_page .transact_shadow_box {
    padding-top: 0 !important;
  }
  .pause_sip_page p.pause-sip-scheme {
    padding-left: 0;
    margin-bottom: 0;
  }
  .pause_sip_page .transactnow_btns {
    margin-left: 0;
  }
  .transactnow_btn_back {
    padding: 12px 25px;
  }
  .pause_sip_page .transactnow_btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #changeEmailOTP .modal-body,
  #sippurchaseConfirmation .modal-body,
  #addNomineeOTP .modal-body,
  #changePhoneNumberOTP .modal-body {
    padding-top: 40px !important;
    padding-bottom: 70px !important;
  }
  #changeEmailOTP .px-5,
  #sippurchaseConfirmation .px-5,
  #addNomineeOTP .px-5,
  #changePhoneNumberOTP .px-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #changeEmailOTP form input,
  #sippurchaseConfirmation form input,
  #addNomineeOTP form input,
  #changePhoneNumberOTP form input {
    width: 40px !important;
    height: 40px !important;
  }
  .transact_main_page .transact_main_info,
  .transact_main_page .transact_main_right {
    display: block;
  }
  .transact_main_page .transact_main_left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .transact_main_page .transact_main_info {
    padding: 25px;
    background: #f1f4f7;
  }
  .transact_main_page .transact_main_right_info a {
    width: 100%;
    height: auto;
  }
  .transact_main_page .transact_main_right_info a br {
    display: none;
  }
  .transact_main_page .transact_main_right_info + .transact_main_right_info {
    margin-left: 0;
    margin-top: 20px;
  }
  .dashboard_investment_chart .nav-tabs .nav-link {
    font-size: 13px;
  }
  .my-folios {
    margin-top: 20px !important;
  }
  .each-folio-details .second-row p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0 !important;
  }
  .each-folio-details .first-row a {
    margin-right: 0 !important;
  }
  .purchase-confirmation-neft {
    padding: 30px 10px;
  }
  .neft-hidden-payment .switch_value_right.w-25 {
    width: 100% !important;
  }
  .change_password_page.dashboard_right_total {
    padding: 0 15px !important;
  }
  .change_password_page.dashboard_right_total .associate-folio-screen {
    padding: 20px 15px;
  }
  .guidelines_banks, .guidelines_address {
    display: block;
  }
  .guidelines_banks p{
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .guidelines_banks p:nth-last-of-type(2){
    border-bottom: 1px dashed #CAD3DC;
  }
  .guidelines_address img {
    width: 50px;
    margin-bottom: 10px;
  }
  .guidelines_address p{
    margin-left: 0;
  }
  #scheduleTransaction .modal-body {
    padding: 2em;
    padding-right: 20px;
  }
  #scheduleTransaction .modal-body .form-group {
    padding-right: 2em;
  }
  .dashboard_investment_wrap{
    display: block;
  }
  .dashboard_investment_wrap a {
    display: inline-block;
    margin-bottom: 20px;
  }
}

/*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;
  }
  .trasact-sip-scheme-details h2 {
    margin-bottom: 15px;
  }
  .goal_sip_yes .nav_applicability::after {
    display: none;
  }
  .trasact-sip-scheme-details .goal_sip_yes .nav_applicability p {
    padding-left: 0;
  }
  .stpConfirmationPage p.confirmation_disclaimer {
    padding-right: 0;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .stpConfirmationPage .confirmation_page_left_info {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .stpConfirmationPage p.confirmation_left_label {
    width: 100%;
    margin-right: 20px;
  }
  .stpConfirmationPage .confirmation_page_left_info .confirmation_left_value {
    width: 100%;
  }
  .stpConfirmationPage
    .confirmation_page_right_content
    .confirmation_page_left_info {
    display: block;
    margin-bottom: 20px;
  }
  .confirmation_button a + a {
    margin-left: 20px !important;
  }
  #stpRequestSuccessful p.stp_processing_message,
  #swpRequestSuccessful p.stp_processing_message {
    padding-left: 20px !important;
  }
  .switch-scheme-details .transactnow_radio {
    display: block;
  }
  .transactnow_btn_schedule,
  .transactnow_btn_schedule:hover,
  .transactnow_btn_save {
    padding: 12px 25px;
  }
  .switch_value_total {
    display: block;
  }
  .switch_value_select {
    margin-right: 0 !important;
  }
  p.confirmation_disclaimer {
    padding-right: 0;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .transact_additional_purchase h3 {
    margin-top: 20px;
  }
  .additional_new .transactnow_radio span.input-group-text {
    margin-bottom: 0;
  }
  .additional-scheme-name {
    margin-bottom: 30px;
  }
  .additional-scheme-name .form-group {
    display: block;
  }
  .additional-scheme-name .form-group {
    margin-bottom: 10px;
  }
  .additional-scheme-name .form-group .transactnow_selects {
    width: 100% !important;
  }
  .transact_additional_purchase .goal_sip_yes .nav_applicability {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .transact_additional_purchase .goal_sip_yes .nav_applicability p {
    padding-left: 0 !important;
  }
  .transact_additional_purchase a.transactnow_btn_save.add_more_schemes {
    padding: 12px 15px;
    padding-right: 15px;
    margin-right: 15px;
  }
  .transact_additional_purchase a.transactnow_btn_save.add_more_schemes img {
    margin-left: 0px;
  }
  .transact_additional_purchase_scheme .switch_scheme_info h4 {
    position: relative;
    display: block;
  }
  .transact_additional_purchase_scheme .switch_scheme_info a {
    top: -45px;
  }
  .additional-purchase-confirmation .confirmation_page_right_info span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .additional-purchase-confirmation .confirmation_page_right_info h5 img {
    margin-right: 0;
    margin-left: 10px;
  }
  .additional-purchase-confirmation .confirmation_page_right_info h5 {
    display: block;
  }
  .additional-purchase-confirmation
    #purchaseConfirmation
    .sip_purchase_redirection
    p {
    padding-left: 0;
  }
  .transact_additional_purchase .dashboard_folio_select img {
    top: 10px;
  }
  .switch_value_left input.form-control {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .transactnow_btns a {
    margin-right: 15px;
  }
  .transactPopup .modal-body {
    width: 100%;
  }
  .confirmation_page_right_content p.confirmation_left_label {
    width: 100%;
  }
  .transactnow_radio.swp_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .transactnow_radio.swp_type span {
    margin-bottom: 0;
  }
  .swp_scheme_page .transactnow_radio .form-check-inline {
    margin-right: 5px !important;
  }
  .swp_scheme_page .transactnow_radio .form-check-inline label {
    font-size: 13px;
  }
  #swpRequestSuccessful .px-5 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* Transact CSS */
}

/*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;
  }
  .desktop_menu_collapse {
    display: none;
  }
  .mobile_menu_collapse {
    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;
  }
  a.notifications {
    position: relative;
  }
  header span.notifications_number {
    top: 0;
    right: 0;
  }
  .dashboard {
    position: relative;
  }
  .dashboard_left_total {
    padding: 0px;
    position: absolute;
    left: -100vw;
    top: 0;
    z-index: 99;
    height: 100%;
    overflow: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dashboard_left_total.active {
    left: 0;
  }
  body.active .container-fluid::before {
    position: absolute;
    content: "";
    top: 110px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000040;
    z-index: 99;
  }
  body.active {
    overflow: hidden;
  }
  .dashboard > .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .dashboard_content_right,
  .dashboard_left_total {
    max-height: unset;
    overflow: unset;
  }
  .dashboard_right {
    padding: 0 20px;
  }
  .asset_breakup_bottom > .col-lg-5 {
    padding-right: 0;
  }
  .asset_breakup_bottom > .col-lg-7 {
    padding-left: 0;
  }
  .dashboard_left_links li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dashboard_left {
    width: 40%;
    padding: 60px 14px;
    min-height: calc(100vh - 110px);
    background-color: #fff;
  }
  .dashboard_content_welcome {
    background-image: none;
  }
  .dashboard_content_welcome_info {
    padding-left: 0;
  }
  .dashboard_content_welcome_info h4 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.615385px;
  }
  .dashboard_content_left select {
    margin-bottom: 15px;
  }
  .dashboard_risk_profile_info h5 {
    font-size: 18px;
    line-height: 28px;
  }
  .dashboard_risk_profile_info p {
    font-size: 14px;
  }
  .dashboard_risk_profile button,
  .dashboard_risk_profile button:hover {
    font-size: 16px;
    padding: 10px 25px;
  }
  .dashboard_risk_profile_info {
    padding-right: 0px;
    position: relative;
  }
  .dashboard_risk_profile button {
    margin: auto;
  }
  .dashboard_risk_profile_info::after,
  .scheduled_transaction_info::after {
    display: none;
  }
  .asset_breakup > h5 {
    font-size: 16px;
    padding: 15px 14px;
  }
  .asset_breakup_chart_info {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .asset_breakup_chart_info p {
    margin-right: 15px;
  }
  .asset_breakup_schemes_info h5 {
    font-size: 13px;
  }
  p.asset_breakup_schemes_label {
    font-size: 10px;
  }
  p.asset_breakup_schemes_value {
    font-size: 12px;
    margin-bottom: 0;
  }
  .asset_breakup_schemes_info .col-md-4 {
    padding: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .scheduled_transaction a {
    display: inline-block;
  }
  .asset_breakup_bottom > .col-md-5 {
    padding-right: 0;
  }
  .dashboard_content_left {
    padding: 80px 10px;
    max-height: unset;
    overflow: unset;
  }
  .asset_breakup_bottom > .col-md-7 {
    padding-left: 0;
  }
  .goal_progress h5,
  .recommended_schemes h5,
  .learn_invest h5 {
    font-size: 16px;
    padding-left: 0;
  }
  .scheduled_transaction h5,
  .dashboard_newbox.upcoming_investments h5 {
    padding-left: 10px;
    font-size: 16px;
  }
  .dashboard_investment_chart {
    padding: 16px 5px;
    height: auto;
  }
  .scheduled_transaction > p,
  p.upcoming_investments_name,
  .learn_invest_info p,
  p.recommended_scheme_name,
  p.recommended_schemes_label {
    font-size: 14px;
  }
  p.recommended_schemes_value,
  .recommended_schemes_bottom_info .recommended_schemes_value {
    font-size: 16px;
  }
  .dashboard_newbox.upcoming_investments h5 span {
    font-size: 13px;
    padding: 5px 10px;
  }
  .dashboard_investment_chart .nav-tabs .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
  .monthlyInvestmentInfo p {
    margin-right: 10px;
  }
  a.dashboard_investment_chart_link {
    font-size: 12px;
  }
  .learn_invest_all .owl-nav button.owl-next {
    margin-right: -13px;
  }
  .dashboard_newbox.upcoming_investments h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 14px;
  }
  .dashboard_newbox.upcoming_investments h5 span {
    margin-left: 0;
    margin-top: 10px;
  }
  .upcoming_investments_info {
    display: block;
  }
  p.upcoming_investments_name {
    width: 100%;
    margin-bottom: 15px;
  }
  .upcoming_investments_list {
    padding: 14px 8px;
    max-height: none;
  }
  p.upcoming_investments_due,
  p.upcoming_investments_amount {
    width: 49%;
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
  }
  p.upcoming_investments_due span,
  p.upcoming_investments_amount span {
    font-size: 16px;
    width: 100%;
    float: left;
    margin-left: 20px;
  }
  .recommended_schemes_info h6 {
    font-size: 16px;
  }
  p.upcoming_investments_amount span {
    margin-left: 25px;
  }
  .recommended_schemes_info {
    width: 90%;
    margin-left: 20px;
  }
  .recommended_schemes_all .owl-nav button.owl-prev,
  .learn_invest_all .owl-nav button.owl-prev {
    margin-left: -5px;
  }
  .dashboard_value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 15px 8px;
  }
  .dashboard_value_info img {
    margin-right: 13px;
    width: 40px;
  }
  p.dashboard_value_info_label {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    margin-right: 0;
  }
  p.dashboard_value_info_value {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .dashboard_value_info_txt {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dashboard_value_info {
    margin-bottom: 0;
    margin-right: 0;
    width: 33.33%;
    padding-right: 20px;
  }
  .mat_fund_info > img {
    height: 285px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom right;
    object-position: bottom right;
  }
  /* 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;
  }
  .ftp_dashboard .dashboard_content_left {
    padding: 80px 10px;
  }
  .ftp_dashboard_goal img {
    display: none;
  }
  .ftp_dashboard_scheme_amount {
    padding-right: 30px;
    padding-left: 25px;
    border-left: 1px solid #dbe0e4;
    margin-left: 10px;
  }
  .ftp_dashboard_scheme_info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ftp_dashboard .portfolio_bottom_total .mat_fund_txt {
    padding-left: 30px;
    padding: 15px 15px 0;
  }
  .ftp_dashboard .portfolio_bottom_total .mat_fund_txt h5 {
    font-size: 20px;
  }
  .ftp_dashboard .portfolio_bottom_total .mat_fund p {
    margin-bottom: 0;
    width: 80%;
    line-height: 15px;
    font-size: 12px;
  }
  .new_investment_info_top {
    display: block;
    text-align: center;
  }
  .new_investment_txt {
    margin-left: 0px;
  }
  .new_investment_txt h6 {
    height: 45px;
  }
  .i-sip-investment-details h4 {
    margin-top: 0 !important;
  }
  .i-sip-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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f5f7f9 !important;
  }
  .dashboard_content_left.transact_now_pages {
    padding: 80px 10px 20px;
  }
  .i-sip-investment-details h4 {
    width: 100%;
    clear: both;
  }
  .i-sip-investment-details .investing-through,
  .i-sip-investment-details .investing-through-amount {
    margin-bottom: 15px;
    margin-right: 0;
    width: 33.33%;
    padding-right: 30px;
  }
  .transactPopup .modal-dialog {
    max-width: 90%;
  }
  .switch_scheme {
    padding-right: 30px;
    padding: 18px 15px;
  }
  .transact_shadow_box {
    padding: 25px 20px;
  }
  .switch_scheme_change {
    position: relative;
  }
  .switch_scheme_change a {
    position: absolute;
    top: -25px;
    right: 0;
    margin-top: 0;
  }
  .stp_scheme_investing.transactnow_radio .form-check-inline {
    margin-right: 10px;
  }
  .trasact-sip-scheme-details .transactnow_radio .form-check-inline {
    margin-bottom: 15px !important;
    /* margin-right: 0 !important; */
  }
  .stpConfirmationPage .confirmation_page_left_info:last-of-type {
    margin-bottom: 0px;
  }
  .stpConfirmationPage .confirmation_page_left {
    background-image: none;
  }
  .stpConfirmationPage .confirmation_page_right_content {
    margin-bottom: 30px;
  }
  .adn_pur_schemesadded {
    width: 100%;
  }
  .transact_additional_purchase_scheme .switch_scheme_info h4 {
    position: relative;
  }
  .transact_additional_purchase_scheme .switch_scheme_info a {
    top: -45px;
    right: 10px;
  }
  .adn_pur_schemesadded .investing-through {
    float: left;
  }
  .additional-purchase-payment-page .select_bank_input .form-group label {
    margin-right: 50px;
  }
  .switch_scheme_investing_through.transactnow_radio .form-check-inline {
    margin-right: 10px;
  }
  .switch_scheme_investing_through.transactnow_radio span {
    margin-right: 30px;
  }
  .switch-scheme-details.switch-scheme-details-tab .transactnow_radio {
    display: block;
  }
  .switch-scheme-details.switch-scheme-details-tab .transactnow_radio span {
    margin-bottom: 10px;
    display: inline-block;
  }
  .switch-scheme-details.switch-scheme-details-tab
    .scheme_category
    .form-check-inline {
    margin-right: 0;
  }
  .switch-scheme-details.switch-scheme-details-tab
    .scheme_category
    .form-check-inline
    + .form-check-inline {
    margin-left: 15px;
  }
  .confirmation_page_left_info:last-of-type {
    margin-bottom: 20px;
  }
  .confirmation_page_left {
    background-image: none;
  }
  .switch_value_right .form-group {
    width: 100%;
  }
  .swp_scheme_page .transactnow_radio.swp_type {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .swp_scheme_page .transactnow_radio.swp_type span {
    width: 20%;
  }
  .swp_scheme_page .transactnow_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swp_scheme_page .transactnow_radio > span {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
  }
  .transact_additional_purchase .transactnow_radio .form-check-inline {
    margin-right: 15px;
  }
  .sip_confirmation_page p.confirmation_disclaimer {
    margin-bottom: 30px !important;
    padding-bottom: 0 !important;
  }
  .scheme_category.stp_frequency_details_category .form-check-inline {
    margin-right: 0 !important;
  }
  .scheme_category.stp_frequency_details_category
    .form-check-inline
    + .form-check-inline {
    margin-left: 5px !important;
  }
  .scheme_category.stp_frequency_details_category .form-check-inline label {
    font-size: 13px;
  }
  header a.header_toggle {
    padding-top: 0;
    margin-right: 24px;
  }
  .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;
  }
  .suggested_schemes_total .col-md-3 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .suggested_schemes_total .recommended_schemes_info {
    width: 100%;
  }
  .dashboard_newbox.risk_profile_questions .form-check-inline:nth-child(2),
  .dashboard_newbox.risk_profile_questions .form-check-inline:nth-child(4) {
    margin-left: 0;
  }
  .riskprofile_page .dashboard_content_left {
    padding-bottom: 0;
  }
  .riskprofile_progress {
    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;
    padding-bottom: 30px;
  }
  .dashboard_newbox.risk_profile_questions .form-check-inline label {
    width: 100%;
  }
  .dashboard_newbox.risk_profile_questions .form-check-inline {
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
  }
  .dashboard_newbox.risk_profile_result .col-md-7,
  .dashboard_newbox.risk_profile_result .col-md-5 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .risk_profile_result_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 20px 34px;
  }
  .risk_profile_result_right > img {
    margin-right: 100px;
  }
  .risk_profile_result_right ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  .transactnow_radio.statement-non-schedule .form-check-inline {
    margin-bottom: 20px;
  }
  .transact_main_page .transact_main_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .transact_main_page .transact_main_right_info {
    margin-left: 34px;
    margin-bottom: 20px;
  }
  .family_portfolio_page .portfolio-screen {
    padding-top: 10px;
  }
  .family_portfolio_page .portfolio-screen {
    margin-bottom: 20px !important;
  }
  .family_portfolio_page .dashboard_content_left {
    padding-bottom: 0;
  }
  .family_portfolio_page .folio-fund-heading p:first-child {
    width: auto;
  }
  .family_portfolio_page .dashboard_value {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .family_portfolio_page div.mb-4 {
    width: 100%;
  }
  .change_password_page.dashboard_right_total .associate-folio-screen {
    padding: 30px 20px;
  }
  .guidelines_banks p{
    width: 50%;
  }
  .dashboard_left_links li.desktop_collapse{
    display: none;
  }
  .dashboard_left_total{
    position: fixed;
    top: 109px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.active .container-fluid::before {
    position: fixed;
    top: 109px;
    height: calc(100vh - 109px);
  }
  .dashboard_left_transparent{
    width: 60%;
    height: 100%;
  }
  .recommended_schemes_all .owl-nav, .learn_invest_all .owl-nav, .knowledge_center_all .owl-nav, .ftp_learn_invest_all .owl-nav{
    z-index: 999;
  }
  .dashboard_value{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 16px;
  }
  .dashboard_value .mb-4{
    width: 100%;
  }
  .folio-fund-heading-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .folio-fund-heading .folio-fund-heading-bottom p:first-child {
    width: auto;
  }
  .folio-fund-values div p:last-child span{
    display: inline-block;
  }
  #schemes.schemes-screen .folio-fund-links a {
    padding-right: 10px;
    padding-left: 10px;
  }
  #folios.folios-screen .folio-fund-links .dropdown {
    width: 30%;
  }
  .systematic .portfolio-tabs.nav-tabs .nav-item {
    width: auto;
  }
  .systematic .sips .transaction-screen {
    width: 100%;
    overflow: auto;
  }
  .systematic .transaction-screen-content{
    width: 1050px;
  }
  .transaction-tabs a {
    padding: 0px 8px 0px 20px !important;
  }
  #fav-transactions .portfolio-screen{
    overflow: auto;
  }
  #fav-transactions .transaction-screen{
    width: 880px;
  }
  .transaction-tabs .folio-number {
   margin-right: 0 !important;
  }
  .transact_additional_purchase .dashboard_folio_select img {
    top: 15px;
  }
  .transact_additional_purchase .transactnow_radio .form-check-inline {
    margin-bottom: 10px;
  }
  .transact_additional_purchase.additional-purchase-payment-page .transactnow_radio .form-check-inline {
    margin-right: 5px;
  }
  .purchase-confirmation-neft .col-12.offset-md-2.col-md-8, .transaction_successful_page .col-12.offset-md-2.col-md-8 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin-left: 8.333333%;
  }
  .neft-hidden-payment .switch_value_right.w-25 {
    width: auto !important;
  }
  .additional-purchase-confirmation .confirmation_page_right_info h5 {
    display: flex;
  }
  .transactnow_radio.isip-investing-through span{
    margin-right: 30px;
  }
  .additional-scheme-name .form-group .transactnow_selects {
    margin-top: 10px;
  }
  .switch-scheme-details-name{
    width: 100% !important;
  }
  .redemption-scheme-select-bank{
    width: 70% !important;
  }
  .scheme_category, .transactnow_radio.stp_scheme_investing.isip-investing-through > span{
    margin-top: 10px;
  }
  .account-details-screen.my-transaction-tabs li.nav-item {
    width: auto;
  }
  .inv-acc-details.primary-bank-details div, .bank-details-account-details .primary-bank-details div {
    width: 50%;
  }
  .main-transactions-div {
    margin: 70px 0px 30px !important;
  }
  .inv-acc-details.primary-bank-details div.change_number_btns, 
  .inv-acc-details.primary-bank-details div.change_email_id_btns, 
  .inv-acc-details.primary-bank-details div.change_email_id, 
  .inv-acc-details.primary-bank-details div.change_number{
    width: 100%;
    position: relative;
  }
  .inv-acc-details.primary-bank-details div.change_email_id_btns{
    position: absolute;
    top: 100%;
    margin-top: 10px;
  }
  .each-folio-details .second-row p{
    margin-right: 20px !important;
  }
  .transaction-screen {
    padding: 5px 0px 20px !important;
  }
  .portfolio-second-row .nav-tabs .nav-item {
    width: 25% !important;
  }
  .portfolio-second-row{
    margin-top: 30px;
  }
  #folios .schemes-value span {
    font-size: 12px;
  }
  #folios .folio-fund-links a {
    width: 30%;
  }
}

/*1024 CSS*/

@media only screen and (min-width: 1001px) and (max-width: 1300px) {
  .maxWidth {
    max-width: 97%;
    margin: auto;
  }
  header{
    z-index: 999;
  }
  .navbar-nav .nav-link {
    padding: 10px 8px !important;
    font-size: 15px;
  }
  a.nav-link.search {
    margin-left: 15px;
  }
  .dashboard {
    position: relative;
  }
  .desktop_menu_collapse {
    display: none;
  }
  .mobile_menu_collapse {
    display: block;
  }
  .dashboard_left_total {
    padding: 0px;
    z-index: 99;
    height: 100%;
    overflow: auto;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .dashboard_left_total.active {
    left: 0;
  }
  .dashboard_right_total{
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .dashboard_left_total {
    max-height: unset;
    overflow: unset;
    height: calc(100vh - 131px);
  }
  .dashboard_left {
    height: calc(100vh - 131px);
    overflow: auto;
  }
  body.active .container-fluid::before {
    position: absolute;
    content: "";
    top: 130px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000040;
    z-index: 99;
  }
  body.active {
    overflow: hidden;
  }
  .dashboard_right {
    padding: 0 20px;
  }
  .asset_breakup_bottom > .col-lg-5 {
    padding-right: 0;
  }
  .dashboard_left {
    width: 100%;
    padding: 50px 14px;
    background-color: #fff;
    border-top: 3px solid #f58220;
  }
  .dashboard_left_links a span{
  display: none;
}
.dashboard_user a span,
.dashboard_user p,
.dashboard_user .dropdown-toggle::after {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  display: none;
}
.dropdown-toggle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dashboard_left_links li a img {
  margin-right: 0;
  margin: auto;
}
.dashboard_left_links li.desktop_collapse img {
  margin-right: 0;
  margin: auto;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.dashboard_left_total .dashboard_user {
  padding-bottom: 16px;
}
.dashboard_left_links li a {
  padding: 13px 5px;
}
.dashboard_left_links li a[data-target="#dashboardStatementsDropdown"]{
  position: relative;
}
.dashboard_left_links li a[data-target="#dashboardStatementsDropdown"]::after {
  content: '';
  border: 0;
  width: 12px;
  height: 8px;
  opacity: 0.5;
  margin-left: auto;
  margin-right: 10px;
  background-image: url('../images/down-arrow.svg');
}
.dashboard_left_links li a[data-target="#dashboardStatementsDropdown"][aria-expanded="true"]::after {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
.dashboard_left_links #dashboardStatementsDropdown li {
  margin-bottom: 0;
}
.dashboard_left_links li a[data-target="#dashboardStatementsDropdown"]::after {
  position: absolute;
  right: -5px;
  margin-top: 4px;
}
.dashboard_left_total_active .dashboard_left {
  width: 280px;
}
.dashboard_left_total_active .dashboard_left_links a span {
    display: block;
  }
  .dashboard_left_total_active .dashboard_user a span,
  .dashboard_left_total_active .dashboard_user p,
  .dashboard_left_total_active .dashboard_user .dropdown-toggle::after {
    display: block;
  }
  .dashboard_left_total_active .dashboard_left_links li a img {
    margin: unset;
    margin-right: 10px;
}
  .dashboard_left_total_active .dropdown-toggle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
}
.dashboard_left_total_active .dashboard_user .dropdown-menu.show {
  display: block;
}
.dashboard_left_total_active .dashboard_left_links li.desktop_collapse img{
  -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
}
  .dashboard_value_info {
    display: block;
    text-align: center;
  }
  .dashboard_value_info img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .mat_fund_info > img {
    height: 290px;
    background-color: #f68d2b;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom right;
    object-position: bottom right;
  }
  .dashboard_content_welcome_info {
    padding-left: 200px;
  }
  .asset_breakup_chart_info {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .asset_breakup_chart_info p {
    margin-right: 20px;
  }
  .recommended_schemes_bottom .recommended_schemes_bottom_info:first-child {
    margin-right: 10px;
  }
  .recommended_schemes_bottom_info .recommended_schemes_value {
    font-size: 11px;
  }
  p.recommended_scheme_name {
    font-size: 10px;
  }
  .ftp_dashboard .dashboard_content_left {
    padding: 80px 25px;
  }
  .suggested_schemes_total .col-md-3 {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .suggested_schemes_total .col-md-3 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .suggested_schemes_total .recommended_schemes_info {
    width: 100%;
  }
  .dashboard_newbox.risk_profile_questions .form-check-inline:nth-child(2),
  .dashboard_newbox.risk_profile_questions .form-check-inline:nth-child(4) {
    margin-left: 0;
  }
  .riskprofile_page .dashboard_content_left {
    padding-bottom: 0;
  }
  .riskprofile_progress {
    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;
    padding-bottom: 30px;
  }
  .dashboard_newbox.risk_profile_questions .form-check-inline label {
    width: 100%;
  }
  .dashboard_newbox.risk_profile_questions .form-check-inline {
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
  }
  .dashboard_newbox.risk_profile_result .col-md-7,
  .dashboard_newbox.risk_profile_result .col-md-5 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .risk_profile_result_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 20px 34px;
  }
  .risk_profile_result_right > img {
    margin-right: 100px;
  }
  .risk_profile_result_right ul {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/*Large screens CSS*/

@media only screen and (min-width: 1370px) {
  .maxWidth,
  header .navbar,
  .header_top .maxWidth {
    max-width: 1360px;
    margin: auto;
  }
}

/*Firefox Css*/

@supports (-moz-appearance: none) {
  .dashboard_folio_select img {
    top: 17px;
    right: -5px;
  }
  .dashboard_content_left select,
  .statements-screen select {
    -moz-appearance: none;
    padding-right: 20px;
  }
  .dashboard_user .dropdown-toggle::after {
    margin-left: 0.455em;
    margin-top: 3px;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
  }
}

/* Safari 10.1+ CSS */

@media not all and (min-resolution: 0.001dpcm) {
  @media {
    .dashboard_folio_select img {
      opacity: 0;
    }
    .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;
    }
    .asset_breakup_bottom .pl-0 {
      padding-right: 0;
    }
    .asset_breakup_bottom .pr-0 {
      padding-left: 0;
    }
    .recommended_schemes,
    .learn_invest {
      padding: 0 20px;
    }
  }
}


.dashboard_user .dropdown-menu {
  padding: 10px 10px 10px 0;
  border: 0;
  -webkit-box-shadow: 0px 2px 8px rgba(28, 29, 85, 0.2);
  box-shadow: 0px 2px 8px rgba(28, 29, 85, 0.2);
}

.dashboard_user .dropdown-menu img {
  margin-bottom: 4px;
}

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);
  }
}

/* Systematic Transactions */

.sips .transaction-screen {
  padding: 5px 15px 20px;
}

/* Portfolio */

.schemes-heading span {
  margin-left: 5px !important;
}

.folio-fund-links a img:first-child {
  width: 20px;
}

.dashboard_left_total {
  border-right: 1px solid #eceff4;
}

.mobile.folios-inner,
.folio-model,
.portfolio-mobile {
  display: none;
}

.portfolio_bottom_total .mat_fund_txt h5 {
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.5px;
}

.portfolio_bottom_total .mat_fund p {
  font-size: 13px;
  line-height: 23px;
  color: #ffffff;
}

.portfolio_bottom_total .mat_fund_txt {
  padding: 30px;
}

/* .my-portfolio-screen {
  max-height: calc(100vh - 175px);
  overflow: auto;
} */

.portfolio_bottom {
  border-top: 0;
  border-top: 0;
  padding-top: 0;
}
.my-portfolio-screen .tab-content > .tab-pane {
  margin-left: 0;
}

.portfolio_bottom .owl-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 6px;
  background: #d2d2d2 !important;
}

.portfolio_bottom .owl-dots {
  position: absolute;
  margin-top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 45%;
}

.portfolio_bottom .owl-dot.active {
  background: white !important;
}

.folio-model {
  position: fixed;
  top: 32px;
  z-index: 100000;
  background: white;
  height: calc(100vh - 32px);
  max-height: calc(100vh - 32px);
  overflow: auto;
}

.banner-heading {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  mix-blend-mode: normal;
  opacity: 0.9;
}

.portfolio_bottom_total {
  width: 100%;
  padding-left: 20px;
  max-width: 1106px;
  margin-bottom: 50px;
}

.banner-para {
  font-size: 13px;
  line-height: 23px;
  color: #ffffff;
}

.banner-link {
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  color: #003974;
}

.portfolio-screen {
  margin: 70px 20px 30px;
  width: 100%;
}

.portfolio-heading {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.7875px;
  color: #293139;
}

.portfolio-heading img {
  border-left: 1px solid #f1e3d8;
  padding-left: 10px;
}

.portfolio-first-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolio-screen .dashboard_value_info {
  background: #ffffff;
  border: 1px solid #eeeff3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 8px rgba(28, 29, 85, 0.08);
  box-shadow: 0px 2px 8px rgba(28, 29, 85, 0.08);
  border-radius: 6px;
  width: 348px;
  height: 98px;
  margin-right: 20px;
}

.portfolio-screen .dashboard_value_info:hover {
  -webkit-box-shadow: 0px 2px 8px rgb(28 29 85 / 34%);
  box-shadow: 0px 2px 8px rgb(28 29 85 / 34%);
}

.portfolio-screen .dashboard_value_info:hover img {
  -webkit-animation: pulse 2s;
  animation: pulse 2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-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);
  }
}

.portfolio-screen .dashboard_value_info img {
  padding-left: 20px;
}

.folio-fund-heading p:last-child span img {
  padding-left: 10px;
}

.portfolio-screen .dashboard_value_info img:last-child {
  margin-right: 0 !important;
  margin-bottom: 4px;
}

.folio-fund-heading p:last-child span img {
  margin-right: 5px !important;
  margin-bottom: 2px;
}

.portfolio-screen .dashboard_value_info span img {
  padding-left: 0;
  margin-left: 20px;
}

.folio-fund-links a img {
  margin-bottom: 2px;
}

.portfolio-screen .dashboard_value_info_value span {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.666667px;
  color: #38d597;
}

.portfolio-tabs,
.my-transaction-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.transaction-tabs .form-control,
.systematic-mobile .form-control,
.portfolio-mobile .form-control {
  border-radius: unset;
  border: unset;
  background-color: unset;
  padding: 0;
  height: unset;
  font-weight: bold;
  font-size: 14px;
  margin-right: 25px;
}

.systematic-mobile .folio-number img,
.portfolio-mobile .folio-number img {
  top: 7px;
  left: 150px;
}

.scheme-status span img {
  margin-right: 5px;
  width: 15px;
}

.scheme-status.cancelled span {
}

.scheme-status.paused span {
}

/* .scheme-status span, .scheme-status span {
  color: #38D597 !important;
  border: 1px dashed #38D597;
} */

.folio-number {
  position: relative;
}

.transaction-tabs .folio-number {
  padding: 0;
}

.transaction-tabs .form-control,
.transaction-tabs .radios-group {
  padding: 8px 20px;
}

.portfolio-tabs a span,
.my-transaction-tabs a span {
  background: rgba(165, 172, 197, 0.13);
  font-size: 10px;
  margin-left: 10px;
  padding: 0 5px;
}

.filter-right .checkbox input[type="checkbox"],
.transaction-tabs .checkbox input[type="checkbox"],
.transactnow_sipduration .checkbox input[type="checkbox"] {
  display: none;
}

.portfolio-tabs a,
.my-transaction-tabs a {
  color: #606c78;
  text-shadow: 0px 1px 1px rgba(41, 49, 57, 0.04);
  font-size: 16px;
}

.portfolio-tabs a.active span,
.schemes-heading span,
.folio-model-heading span,
.my-transaction-tabs a.active span {
  background: rgba(245, 130, 32, 0.13);
  mix-blend-mode: normal;
  font-size: 10px;
  line-height: 14px;
  /* identical to box height */
  color: #f58220;
  text-shadow: 0px 1px 1px rgba(41, 49, 57, 0.04);
  margin-left: 10px;
  padding: 0 5px;
  display: inline-block;
}
.portfolio-screen .dashboard_value_info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.portfolio-screen .dashboard_value_info img{
  margin-bottom: 0;
  margin-right: 20px;
}

.transaction-tabs .checkbox {
  border-right: 0 !important;
}

.transaction-tabs .dropdown-menu {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.portfolio-second-row .nav-tabs .nav-item {
  width: 15%;
}

.my-transaction-tabs .nav-item {
  width: unset;
}

.systematic .nav-tabs .nav-item {
  width: 12%;
}

.main-transactions-div {
  width: 100%;
  margin: 70px 20px 30px;
}

#scheduled-transactions .transaction-rows p {
  margin: auto 0;
}

.portfolio-screen .nav-tabs .nav-link.active,
.my-transaction-tabs .nav-link.active {
  border-bottom: 3px solid #f58220;
  color: #f58220;
}

.portfolio-screen .nav-tabs .nav-link,
.my-transaction-tabs .nav-link {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.272222px;
  color: #606c78;
  border: 0;
  text-align: center;
  border-bottom: 3px solid transparent;
}

.folios-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.folios-left {
  width: 30%;
  -webkit-box-shadow: 8px 0px 0 #fff, 0px 2px 8px rgba(28, 29, 85, 0.139997);
  box-shadow: 8px 0px 0 #fff, 0px 2px 8px rgba(28, 29, 85, 0.139997);
  border-radius: 6px 0px 0px 6px;
  padding: 0 15px 10px;
}

.folios-right {
  width: 70%;
  -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: 0px 6px 6px 0px;
  padding: 10px 20px 20px;
}

.sips .scheme-status span {
  padding: 0;
}

.folios-screen {
  padding: 0 !important;
  margin-top: 15px;
}

#folios,
#schemes {
  margin-left: 0;
}

.schemes-value {
  margin-top: 15px;
}

.schemes {
  border-bottom: 0.8px solid rgba(96, 108, 120, 0.1);
  padding: 20px 20px 20px 0;
  cursor: pointer;
  display: -webkit-inline-box;
  -webkit-transition: unset !important;
  -o-transition: unset !important;
  transition: unset !important;
}

.schemes img {
  margin-top: 40px;
  margin-left: 10px;
  visibility: hidden;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.sip-scheme-details .switch-scheme-details .scheme_category .form-check-inline {
  margin-bottom: 20px;
}

.payment-details-neft {
  display: none;
}

.payment-details-neft-inner {
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 7px rgba(170, 178, 186, 0.334107);
  box-shadow: 1px 1px 7px rgba(170, 178, 186, 0.334107);
  border-radius: 4px;
  padding: 18px 12px;
  margin-bottom: 35px;
}

.neft-text {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.375px;
  color: #293139;
  opacity: 0.8;
  margin-bottom: 20px;
}

.payment-details-neft h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  text-align: justify;
  color: #003974;
  margin-bottom: 16px;
}

.payment_account_details {
  background: #f9fbfd;
  padding: 12px 35px;
  margin-bottom: 20px;
}

.payment_account_details p {
  font-weight: bold;
  font-size: 13px;
  line-height: 26px;
  color: #293139;
  mix-blend-mode: normal;
  opacity: 0.8;
  margin-bottom: 0;
}

.payment_account_details h6 {
  font-weight: bold;
  font-size: 13px;
  color: #293139;
  margin-bottom: 12px;
}

.transaction_steps h6 {
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.40625px;
  color: #293139;
  margin-bottom: 15px;
}

.transaction_steps_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px dashed #f78200;
  border-radius: 4px;
  margin-bottom: 6px;
  padding: 11px 15px;
}

form .transaction_steps_info h5 {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.45px;
  color: #f78200;
  mix-blend-mode: normal;
  opacity: 0.8;
  margin-right: 20px;
}

.transaction_steps_info p {
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.225px;
  color: #26303c;
  mix-blend-mode: normal;
  opacity: 0.9;
}

.transactnow_inputs .min-amount {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  letter-spacing: 0.375px;
  color: rgba(0, 57, 116, 0.8);
  mix-blend-mode: normal;
  float: right;
  margin-top: 5px;
}

.transactnow_sipduration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.transactnow_sipduration span {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.46875px;
  color: #686d73;
}

.transactnow_sipduration .transactnow_checkmark.form-check label {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.46875px;
  color: #686d73;
}

.transactnow_inputs .next-installment {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.3px;
  color: #293139;
  float: right;
  margin-top: 5px;
}

.transactnow_inputs .next-installment span {
  font-weight: bold;
}

.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;
}

.sip_perpetual_date {
  position: relative;
}

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

.i-sip-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%
  );
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.i-sip-investment-details h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.2625px;
  text-transform: uppercase;
  color: #003974;
  margin-top: 100px;
}

.investing-through span {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.225px;
  color: #26303c;
}

.transactnow_inputs.goal_sip_yes input.form-control {
  border-left: 0;
  border-radius: 0 4px 4px 0 !important;
}

.transactnow_inputs.goal_sip_yes .nav_applicability span {
  color: #003974;
  font-weight: bold;
  margin-left: 5px;
}

.switch_schemes .transactnow_checkmark a {
  text-decoration: none;
}

.switch_schemes .transactnow_checkmark a:hover {
  text-decoration: underline;
}

p.stp_frequency_info {
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.40625px;
  color: #f78200;
  margin-top: 5px;
}

p.stp_frequency_info img {
  margin-bottom: 3px;
}

.stpConfirmationPage
  .confirmation_page_right_content
  p.confirmation_left_label {
  width: 60%;
}

#stpRequestSuccessful h2,
#swpModal h2,
#swpRequestSuccessful h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 33px;
  color: #293139;
  margin-bottom: 35px;
}

#stpRequestSuccessful p,
#swpModal p,
#swpRequestSuccessful p {
  font-weight: bold;
  font-size: 15px;
  line-height: 34px;
  letter-spacing: 0.2px;
  color: #293139;
}

#stpRequestSuccessful p span,
#swpRequestSuccessful p span {
  font-weight: bold;
  color: #003974;
}

#stpRequestSuccessful p.stp_processing_message,
#swpRequestSuccessful p.stp_processing_message {
  font-weight: bold;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.4px;
  color: #f78200;
  background: #fef9f2;
  margin-top: 50px;
  padding: 18px 30px;
}

.transactPopupClose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#swpModal p a {
  color: #f78200;
  font-weight: bold;
}

#swpModal p.swp_processing_message {
  font-weight: bold;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0.4px;
  color: #293139;
  background: #fef9f2;
  margin-top: 10px;
  padding: 18px 30px;
}

#swpModal p.swp_processing_message span {
  color: #003974;
  font-weight: bold;
}

.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;
}

.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;
}

.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;
}

.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;
}

.investing-through p {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.2625px;
  color: #26303c;
  margin-bottom: 0;
}

.investing-through {
  margin-bottom: 15px;
}

p.investing-through-amount {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #003974;
}

p.investing-through-amount span {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
}

.transactnow_sipduration .input-group > .form-control:not(:last-child) {
  border-radius: 0.25rem !important;
}

.next-installment-sip span {
  font-weight: bold;
  color: #7a8088 !important;
  font-size: 12px !important;
  margin-bottom: 0 !important;
}

.transactnow_sipduration .enter-euin-number {
  margin-bottom: 0;
}

.min-amount span {
  color: rgb(0, 57, 116);
  font-weight: bold;
}

.orange-heading {
  font-weight: bold;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #f58220;
  margin-bottom: 25px;
}

.sip-scheme-details .transactnow_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 20px;
}

.schemes div,
.schemes p,
.schemes span,
.transaction-screen .dropdown-menu {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.schemes.active img {
  visibility: visible;
}

.schemes-heading {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.65625px;
  color: #293139;
  mix-blend-mode: normal;
  opacity: 0.94;
}

.schemes-value span {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.5px;
  color: #606c78;
  font-weight: bold;
}

.schemes-value p,
.folio-fund-values div p:first-child {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  width: 50%;
  margin: 0;
}

.schemes-value p {
  width: 100%;
  margin-bottom: 5px;
}

.folio-fund-values div p:first-child {
  width: unset;
  color: #000;
  opacity: 0.8;
  margin-bottom: 0px;
}

.folio-fund-values,
.folio-fund-values-1 {
  border-bottom: 0.8px solid rgba(96, 108, 120, 0.1);
}

.folio-goal,
.folio-fund > div,
.schemes-screen .folio-fund {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.folio-fund .folio-fund-heading {
  display: block;
}

.schemes-screen .schemes-folio {
  display: block;
  width: 80%;
}

.schemes-screen .folio-fund .folio-fund-values div:nth-child(3n) {
  width: 18%;
}

.folio-fund-values > div {
  display: block !important;
  width: 25%;
  margin-bottom: 13px;
}

#schemes .dropdown-toggle::after {
  display: none;
}

#schemes .folio-fund-links .dropdown .dropdown-menu a {
  padding-left: 15px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.folio-fund div:last-child a {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.507692px;
  color: #f58220;
}

.folio-goal {
  background: rgba(245, 130, 32, 0.0520105);
  padding: 10px 25px;
}

.folio-goal-text {
  font-size: 14px;
  line-height: 19px;
  color: #293139;
  opacity: 0.8;
  width: 60%;
  margin: 0;
}

.add-goal {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.252778px;
  color: #f58220;
  width: 40%;
  text-align: center;
  border-left: 1px solid #f1e3d8;
}

.add-goal img:first-child {
  margin-top: -5px;
}

.portfolio-carousel .mat_fund_txt {
  padding: 35px;
}

.portfolio-carousel .mat_fund_txt h5 {
  font-size: 20px;
  margin-bottom: 20px;
}

.portfolio-carousel .mat_fund_txt p {
  font-size: 13px;
}

.folio-fund {
  margin-top: 25px;
  background: rgb(239, 239, 244, 0.3);
  padding: 10px 20px 20px;
  border-radius: 5px;
}

.equity {
  display: none;
}

.folio-fund-heading p {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.583334px;
  color: #003974;
  opacity: 0.9;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 10px;
}

.folio-fund-heading-bottom {
  margin-bottom: 20px;
}

.folio-fund-heading-bottom p {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 0.333333px;
  color: #606c78;
  border: 1px dashed rgba(96, 108, 120, 0.3);
  border-radius: 3px;
  padding: 2px 10px;
  display: inline-block;
  margin-right: 20px;
  text-transform: capitalize;
}

.folio-fund-heading span,
.equity {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #606c78;
  opacity: 0.9;
}

.folio-fund-heading p:last-child span {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #38d597;
}

.folio-fund-values div p:last-child {
  font-size: 14px;
  color: #293139;
  margin-bottom: 0;
}

.folio-fund-values div p:last-child img {
  padding-left: 5px;
  margin-bottom: 3px;
}

.folio-fund-values div p:last-child span {
  font-size: 12px;
  color: #8b8b8b;
}

.folio-fund-values div p:last-child span:last-child {
  color: #293139;
  font-size: 14px;
}

.schemes-screen .folio-fund-links a img:last-child {
  display: none;
}
.schemes-screen .folio-fund-links a img:first-child {
  display: unset;
}

.folio-fund-links {
  margin-top: 20px;
}

.folio-fund-links a {
  width: 20%;
  border-right: 1px solid #f1e3d8;
  text-align: center;
}

.folio-fund-links .dropdown {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
}

#folios .folio-fund-links .dropdown {
  width: 20%;
}

.folio-fund-links .dropdown a:hover {
  text-decoration: none;
}

.folio-fund-links .dropdown .dropdown-menu {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.folio-fund-links .dropdown .dropdown-menu a {
  width: 100% !important;
  border-right: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  color: #54595f;
}

.folio-fund-links a.dropdown-item.disabled {
  color: #6c757d !important;
  cursor: not-allowed;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.folio-fund-links .dropdown .dropdown-menu a img {
  margin-right: 10px;
  width: auto;
}

.schemes-screen .folio-fund-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.schemes-screen .folio-fund-heading p:first-child {
  width: unset;
}

.schemes-screen .folio-fund-links a {
  padding-right: 15px;
  padding-left: 15px;
}

.schemes-screen .folio-fund-links a:nth-child(1) {
  padding-left: 25px;
}

#schemes .folio-fund-links .dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.scheduled-transactions-top-info {
  margin-bottom: 0;
  display: inline-block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-right: 20px;
  font-size: 14px;
  color: #606c78;
}

.schemes-screen .folio-fund-links,
.schemes-screen .folio-fund-links a {
  width: 33%;
  margin: auto;
  text-transform: unset !important;
}

.schemes-screen .folio-fund-links a {
  width: auto;
}

.schemes-screen .folio-fund-links img {
  margin-bottom: 5px;
}

.schemes-screen .folio-fund-values,
.schemes-screen .folio-fund-links a {
  border: 0;
}

.schemes-screen .folio-fund-links::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(
    180deg,
    #fff9f4 -15.76%,
    #e7c6a9 45.38%,
    rgba(252, 226, 203, 0.0968094) 113.58%
  );
  background: -o-linear-gradient(
    180deg,
    #fff9f4 -15.76%,
    #e7c6a9 45.38%,
    rgba(252, 226, 203, 0.0968094) 113.58%
  );
  background: -o-linear-gradient(
    top,
    #fff9f4 -15.76%,
    #e7c6a9 45.38%,
    rgba(252, 226, 203, 0.0968094) 113.58%
  );
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    color-stop(-15.76%, #fff9f4),
    color-stop(45.38%, #e7c6a9),
    color-stop(113.58%, rgba(252, 226, 203, 0.0968094))
  );
  background: linear-gradient(
    180deg,
    #fff9f4 -15.76%,
    #e7c6a9 45.38%,
    rgba(252, 226, 203, 0.0968094) 113.58%
  );
  bottom: 0;
  left: 0;
}

.schemes-screen .folio-fund-links a:hover,
.folio-fund div:last-child a:hover,
.transaction-tabs input[type="radio"]:checked + label {
  color: #f58220;
}

.schemes-screen .folio-fund-links {
  padding: 30px 0;
  position: relative;
}

.schemes-screen,
.transaction-screen,
.statements-screen {
  -webkit-box-shadow: 0px 2px 8px rgba(28, 29, 85, 0.139997);
  box-shadow: 0px 2px 8px rgba(28, 29, 85, 0.139997);
  padding: 5px 35px 20px;
  margin-top: 15px;
  max-height: 570px;
  overflow: auto;
}

.schemes-screen .folio-fund {
  margin-top: 15px;
  padding: 10px 20px;
}

.schemes.active .schemes-inner {
  background: #f58220;
  -webkit-box-shadow: 0px 2px 8px rgba(28, 29, 85, 0.139997);
  box-shadow: 0px 2px 8px rgba(28, 29, 85, 0.139997);
  border-radius: 6px;
  padding: 20px;
  background-image: url(../images/Oval\ Copy.png),
    url(../images/Oval-another.png);
  background-repeat: no-repeat;
  background-position: bottom right, top left;
}

.schemes-inner {
  padding-left: 20px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.schemes.active .schemes-heading,
.schemes.active .schemes-value p {
  color: white;
}

.schemes.active .schemes-value span {
  color: #003974;
}

.schemes-heading span {
  padding: 2px 5px;
}

.schemes.active .schemes-heading span,
.folio-model-heading span {
  background: #f1ddce;
}

/* My Transaction */

.transaction-tabs,
.transaction-headings,
.transaction-rows,
.transaction-tabs > div:last-child,
.buy-new-house div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.buy-new-house {
  margin-bottom: 10px;
}

/* radio button */

.filter-right input[type="radio"],
.transaction-tabs input[type="radio"] {
  display: none;
}

.filter-right label,
.transaction-tabs label {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}

.filter-right label::before,
.transaction-tabs label::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: 1px solid #b0b9c2;
  border-radius: 2px;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: border-color 400ms ease;
  -o-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
}

.filter-right .radio label::after,
.filter-right .radio label::before,
.transaction-tabs .radio label::after,
.transaction-tabs .radio label::before {
  border-radius: 50%;
}

.filter-right label::after,
.transaction-tabs label::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #f58220;
  border: 1px solid #f58220;
  border-radius: 2px;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.filter-right input[type="checkbox"]:checked + label::before,
.transaction-tabs input[type="checkbox"]:checked + label::before,
.filter-right input[type="radio"]:checked + label::before,
.transaction-tabs input[type="radio"]:checked + label::before {
  border-color: #f58220;
}

.filter-right input[type="checkbox"]:checked + label::after,
.transaction-tabs input[type="checkbox"]:checked + label::after,
.filter-right input[type="radio"]:checked + label::after,
.transaction-tabs input[type="radio"]:checked + label::after {
  -webkit-transform: translateY(-50%) scale(0.55);
  -ms-transform: translateY(-50%) scale(0.55);
  transform: translateY(-50%) scale(0.55);
}

/* radio button end */

.portfolio-desktop .dropdown-item:focus,
.portfolio-desktop .dropdown-item:hover {
  background-color: unset;
}

.transaction-tabs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.transaction-tabs .active span,
.transaction-tabs .form-control,
.systematic-mobile .form-control,
.portfolio-mobile .form-control {
  color: #f58220 !important;
}

.transaction-tabs > div {
  background: #fff9f4;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.transaction-tabs a {
  padding: 8px 20px;
}

.transaction-tabs div:last-child div {
  border-right: 1px solid #f1e3d8;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: "";
  text-overflow: "";
}

.transaction-tabs span,
.folio-number {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.2625px;
  margin-right: 35px;
  color: rgba(38, 48, 60, 0.59);
}

.folio-number img {
  position: absolute;
  top: 15px;
  right: 12px;
}

.transaction-headings p,
.folio-fund-values-1 div p {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.541667px;
  color: rgba(0, 0, 0, 0.7);
  width: 15%;
  margin: 0;
}

.transaction-headings p:first-child,
.filter-left,
.buy-new-house,
.scheme-name {
  width: 40% !important;
}

.filter-left .tablinks {
  padding: 12px 15px;
}

.filter-right .radio,
.filter-right .checkbox {
  padding-left: 30px;
  margin: 12px 0 22px;
}

.transaction-headings,
.filter-left .tablinks {
  border-bottom: 1px solid rgba(96, 108, 120, 0.14);
}

.scheme-name,
.scheme-name-house {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.583334px;
  text-transform: capitalize;
  color: #003974;
  opacity: 0.9;
}

.transaction-screen-content-empty {
  padding: 50px 0;
  text-align: center;
  display: none;
}

.transaction-screen-content-empty img {
  margin-bottom: 15px;
}

.transaction-screen-content-empty p {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.272222px;
  color: #606c78;
  font-weight: bold;
  margin-bottom: 20px;
}

.transaction-screen-content-empty a {
  background: #f58220;
  -webkit-box-shadow: 0px 2px 16px rgba(255, 120, 5, 0.568755);
  box-shadow: 0px 2px 16px rgba(255, 120, 5, 0.568755);
  border-radius: 4px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.538462px;
  color: #ffffff;
  padding: 8px 30px;
  font-weight: bold;
}

.mytransaction_custom_date_from,
.mytransaction_custom_date_to {
  width: 300px;
  padding: 20px;
  border-right: 0 !important;
}

.mytransaction_custom_date_from div,
.mytransaction_custom_date_to div {
  border-right: 0 !important;
}

.mytransaction_custom_date_from input.form-control,
.mytransaction_custom_date_to input.form-control {
  border: 1px solid #757272 !important;
  padding: 3px 10px !important;
  font-size: 12px !important;
  margin-bottom: 20px;
  border-radius: 5px !important;
  color: #484747 !important;
}

.mytransaction_custom_date_full {
  position: absolute;
  right: calc(100% + 10px);
  top: 0;
  display: none;
}

.mytransaction_custom_date {
  position: relative;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 0 !important;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}

.mytransaction_custom_date::after {
  content: "";
  position: absolute;
  left: calc(100% + -1px);
  top: 14%;
  border: 7px solid black;
  border-color: transparent transparent #ffffff #ffffff;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}

.mytransaction_custom_btn {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.2625px;
  color: rgba(41, 49, 57, 0.658818);
  font-weight: bold;
}

.mytransaction_custom_btn:hover {
  color: rgba(41, 49, 57, 0.658818);
}

.mytransaction_custom_btn.active {
  color: #f58220;
}

.mytransaction_custom {
  margin-bottom: 20px;
}

.bootstrap-datetimepicker-widget table td.day,
.bootstrap-datetimepicker-widget table th {
  height: 25px;
  width: 25px;
  font-size: 12px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #f58220;
}

.scheme-name-house,
.buy-new-house div p {
  width: unset !important;
}

.buy-new-house div span {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.194444px;
  color: #666666;
  border-right: 1px solid #f1e3d8;
}

.custom-b::after {
  border-right: 1px solid #f1e3d8;
}

.buy-new-house div p {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.194444px;
  color: #f58c32;
}

.transaction-rows p,
.transaction-rows .dropdown {
  width: 15%;
  margin: auto;
}

.transaction-rows .btn-secondary,
.transaction-rows .show > .btn-secondary.dropdown-toggle,
.transaction-rows .btn-secondary:not(:disabled):not(.disabled):active:focus,
.transaction-rows .show > .btn-secondary.dropdown-toggle:focus {
  background-color: #f58220;
  font-size: 13px;
  line-height: 19px;
  border: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.transaction-tabs .dropdown-item,
.transaction-rows .dropdown-item,
.modal-footer button,
.transaction-tabs option {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.2625px;
  color: rgba(41, 49, 57, 0.658818);
  font-weight: bold;
}

.transaction-tabs .show > .btn-secondary.dropdown-toggle,
.transaction-tabs .btn-secondary,
.transaction-tabs .btn-secondary:not(:disabled):not(.disabled):active:focus,
.transaction-tabs .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-color: unset;
  border: unset;
}

.transaction-tabs .dropdown-toggle::after,
.transaction-rows .dropdown-toggle::after {
  content: none;
}

.transaction-tabs a {
  padding: 8px 8px 8px 20px;
}

.transaction-rows {
  background: rgba(236, 239, 244, 0.3);
  border-radius: 5px;
}

.start-swp.btn,
.show > .start-swp.btn.dropdown-toggle:focus,
.start-swp.btn:not(:disabled):not(.disabled):active:focus,
.show > .start-swp.btn.dropdown-toggle {
  background: #8f97a0;
}

.stp-dropdown .dropdown-item:hover {
  background: #f9f9f9;
  color: #293139;
}

.scheme-date,
.scheme-amount,
.filter-left .tablinks,
.filter-right label {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px;
  color: #293139;
}

.swp-screen .transaction-headings p:nth-child(3),
.swp-screen .transaction-rows p:nth-child(3),
.stp-screen .transaction-headings p:nth-child(3),
.stp-screen .transaction-rows p:nth-child(3) {
  width: 10%;
}

.swp-screen .transaction-headings p:nth-child(5),
.swp-screen .transaction-rows p:nth-child(5),
.stp-screen .transaction-headings p:nth-child(5),
.stp-screen .transaction-rows p:nth-child(5) {
  width: 20%;
}

.transaction-tabs label,
.transactnow_sipduration label {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.24375px;
  color: rgba(38, 48, 60, 0.59);
}

.transactnow_sipduration .form-group > label {
  font-size: 14px;
}

.transactnow_sipduration .form-group.euin-select-radio {
  width: unset;
}

.scheme-type span {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px;
  color: #f58220 !important;
  border: 1px dashed #f58220;
  border-radius: 3px;
  padding: 2px 10px;
}

.scheme-status span {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.583334px;
  border-radius: 3px;
  padding: 2px 10px;
  padding-left: 0;
}

.buy-house-line {
  background: #eceff4;
  width: unset;
  margin-right: 50px;
  position: relative;
}

.buy-house-line h1 {
  background-color: #f58c32;
  width: 70%;
  height: 6px;
}

.folio-fund-heading p:first-child span {
  border-left: 0.5px solid rgba(28, 29, 85, 0.3);
}

.folio-fund div:nth-child(2) div:nth-child(3) {
  width: 20%;
}

.folio-fund div:nth-child(2) div:last-child {
  width: 30%;
}

.add-goal img:last-child {
  margin-top: -1px;
}

.systematic .transaction-rows p,
.systematic .transaction-rows .dropdown {
  margin: unset;
}

.systematic .dashboard_value_info {
  margin-bottom: 30px;
}

.systematic .pagination li,
.transaction-screen .pagination li {
  font-size: 13px;
  line-height: 19px;
  color: #606c78;
  margin: 0 10px;
  cursor: pointer;
}

.systematic .pagination,
.transaction-screen .pagination {
  margin-top: 40px;
}

.systematic .pagination ul,
.transaction-screen .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.pagination img,
.transaction-screen .pagination img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 5px;
  cursor: pointer;
}

.systematic .pagination li.active,
.transaction-screen .pagination li.active {
  color: #f58220;
}

.statements-screen {
  margin-top: 25px;
  padding-top: 20px;
}

.add-nominee p,
.add-new-nominee p {
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  color: #606c78;
}

.add-new-nominee p {
  opacity: 0.5;
}

.total-no-nominees-screen {
  display: none;
}

.acc_details_folio_select option,
.statements-screen option {
  color: #444;
}

.total-no-nominees-screen .transactnow_radio label {
  padding-left: 35px;
  font-size: 18px;
}

.acc-checkmark {
  margin-bottom: 10px;
}

.acc-checkmark label {
  color: #043b72 !important;
  font-size: 14px !important;
}

.statements-screen .dashboard_folio_select select,
.acc_details_folio_select select {
  font-size: 18px;
}

.acc_details_folio_select img {
  top: 10px;
}

.statements-screen .transactnow_checkmark.form-check label {
  font-weight: 400;
}

.statement-schedule {
  display: none;
}

.statements-all-schemes {
  border: 1px dotted rgba(245, 130, 32, 0.5);
  border-radius: 5px;
}

.statements-other-schemes .transactnow_checkmark {
  background: rgba(243, 245, 247, 0.5);
  border-radius: 5px;
}

.statements-all-schemes label {
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 21px !important;
  color: rgba(41, 49, 57, 0.7) !important;
}

.statements-schemes span {
  font-size: 14px;
  line-height: 21px;
  color: #575757;
}

.statements-screen .transactnow_btn_save {
  padding: 12px 40px;
}

.statements-other-schemes label {
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: 0.583334px !important;
  color: rgba(0, 0, 0, 0.9) !important;
}

.associate-folio-button a {
  background: #f78200;
  border: 2px solid #f78200;
  border-radius: 2px;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #ffffff !important;
  padding: 12px 34px;
  margin-left: auto;
}

.associate-folio-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.each-folio-details {
  background: rgba(164, 199, 236, 0.016823);
  border: 1px solid rgba(170, 178, 186, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 15px;
}

.dissociate-folio {
  background-image: unset;
}

.dissociate td:first-child {
  font-size: 13px;
  line-height: 19px;
  color: #26303c;
  width: 35%;
}

.dissociate td:last-child {
  font-size: 14px;
  line-height: 16px;
  color: #003974;
}

.dissociate .confirmation_page_right {
  padding: 20px 50px 50px;
}

.pan-details-table th {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.24375px;
  color: #003974;
  font-weight: bold;
  border: 0 !important;
  white-space: nowrap;
}

.pan-details-table td {
  border: 0;
}

.saved-nominee,
.add-new-nominee {
  width: 30%;
  margin: 0 auto;
}

.saved-nominee td:first-child {
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  color: #26303c;
  mix-blend-mode: normal;
  opacity: 0.8;
  border: 0;
  padding: 5px 10px;
}

.schemes-screen .folio-fund-links .dropdown a img {
  display: unset;
}

.add-new-nominee {
  border: 1px dashed #f78200;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}

.saved-nominee td:last-child {
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */
  color: #26303c;
  border: 0;
  font-weight: 400;
  padding: 5px 10px;
}

.bank-details-account-details,
.saved-nominee {
  background: rgba(164, 199, 236, 0.016823);
  mix-blend-mode: normal;
  border: 1px solid rgba(170, 178, 186, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
}

.saved-nominee h4 {
  font-size: 12px !important;
  color: #f78200;
  font-weight: bold;
}

.saved-nominee .d-flex {
  border-bottom: 1px solid rgba(170, 178, 186, 0.1);
  padding: 12px 10px !important;
}

.nominee-details {
  display: none;
}
.primary-bank-addition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(170, 178, 186, 0.2);
}
.bank-details-account-details h4 {
  font-family: Helvetica;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.2625px;
  color: #f78200;
}
.primary-bank-addition p {
  font-family: Helvetica;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.225px;
  background: #f3f5f7;
  border-radius: 2px;
  color: #003974;
  font-weight: 300;
}
.primary-bank-addition .dropdown-toggle::after {
  content: none;
}
.primary-bank-addition .dropdown-item {
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */

  letter-spacing: 0.31px;

  color: #293139;

  mix-blend-mode: normal;
  opacity: 0.8;
}
.transactnow_radio.account_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.add-another-account {
  border-top: 1px solid rgba(170, 178, 186, 0.2);
}
.add-another-account .select_bank_input {
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 7px rgba(170, 178, 186, 0.334107);
  box-shadow: 1px 1px 7px rgba(170, 178, 186, 0.334107);
  border-radius: 4px;
  padding: 28px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 48px;
}
.bank-details-account-details.new,
.add-another-account {
  display: none;
}
.add-another-account h2 {
  font-family: Helvetica;
  font-size: 15px;
  line-height: 18px;
  color: #003974;
}
.primary-bank-details .heading {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.6;
  margin-bottom: 5px;
}

.primary-bank-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.primary-bank-details div {
  width: 25%;
}

.primary-bank-details .data {
  font-size: 15px;
  line-height: 21px;
  /* identical to box height */
  letter-spacing: 0.5px;
  color: #293139;
  font-weight: 400;
}
.primary-bank-details input#changedEmailId,
.primary-bank-details input#changedEmailId:focus {
  width: 230px;
  max-width: 100%;
  color: #003974;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  border: 1px solid #aab2ba;
}

.pan-details-table th span {
  font-size: 14px;
  line-height: 19px;
  color: #293139;
  opacity: 0.4;
}

.pan-details-table td:first-child {
  font-size: 13px;
  line-height: 18px;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.8;
  font-weight: bold;
}

.account-details-shadow-box {
  min-height: 478px;
}

.inv-acc-details div span {
  font-size: 10px;
  line-height: 15px;
  white-space: nowrap;
  color: #575757;
  background: -o-linear-gradient(
    right,
    rgba(132, 227, 180, 0.0933403) 0%,
    rgba(77, 194, 125, 0.0933403) 100%
  );
  background: -webkit-gradient(
    linear,
    right top, left top,
    from(rgba(132, 227, 180, 0.0933403)),
    to(rgba(77, 194, 125, 0.0933403))
  );
  background: linear-gradient(
    270deg,
    rgba(132, 227, 180, 0.0933403) 0%,
    rgba(77, 194, 125, 0.0933403) 100%
  );
  border-radius: 4px;
}

.investor-profile {
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */
  letter-spacing: 0.6px;
  color: #141619;
  border-top: 1px dashed #cad3dc;
}

.inv-acc-details div {
  width: 33%;
}
div.change_email_id,
div.change_number {
  display: none;
}
div.change_email_id,
div.change_email_id_btns,
div.change_number,
div.change_number_btns {
  width: 100%;
}
div.change_email_id a,
div.change_email_id a:hover,
div.change_number a,
div.change_number a:hover {
  background: #f78200;
  padding: 7px 25px;
  border: 1px solid #f78200;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}
div.change_email_id a:focus,
div.change_number a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.change_email_id a + a,
div.change_number a + a {
  margin-left: 15px;
}
div.change_email_id a.back,
div.change_number a.back {
  border: 1px dashed #c3c7cc;
  color: #293139;
  background-color: #fff;
}
#changeEmailId img,
#changePhoneNumber img {
  cursor: pointer;
}

#changeEmailOTP h2,
#sippurchaseConfirmation h2,
#addNomineeOTP h2,
#changePhoneNumberOTP h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #293139;
  margin-bottom: 35px;
}
#changeEmailOTP p,
#sippurchaseConfirmation p,
#addNomineeOTP p,
#changePhoneNumberOTP p {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #6b6b6b;
  margin-bottom: 35px;
}
#changeEmailOTP p span,
#sippurchaseConfirmation p span,
#addNomineeOTP p span,
#changePhoneNumberOTP p span {
  font-weight: bold;
  color: #003974;
}
#changeEmailOTP .modal-dialog,
#sippurchaseConfirmation .modal-dialog,
#addNomineeOTP .modal-dialog,
#changePhoneNumberOTP .modal-dialog {
  max-width: 650px;
}
#changeEmailOTP .modal-body .redemption-top-right,
#sippurchaseConfirmation .modal-body .redemption-top-right,
#addNomineeOTP .modal-body .redemption-top-right,
#changePhoneNumberOTP .modal-body .redemption-top-right {
  right: 40%;
}
#changeEmailOTP form,
#sippurchaseConfirmation form,
#addNomineeOTP form,
#changePhoneNumberOTP form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  position: relative;
}
#changeEmailOTP form input,
#sippurchaseConfirmation form input,
#addNomineeOTP form input,
#changePhoneNumberOTP 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;
}
#changeEmailOTP a.change_email_id_submit,
#sippurchaseConfirmation a.change_email_id_submit,
#changePhoneNumberOTP a.change_email_id_submit,
#emailChangeSuccessful a,
#addNomineeOTP a.change_email_id_submit,
#changePhoneNumberOTPSuccessful a,
#addNomineeOTPSuccessful 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;
}
#changeEmailOTP .resend_otp,
#sippurchaseConfirmation .resend_otp,
#addNomineeOTP .resend_otp,
#changePhoneNumberOTP .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;
}
#changeEmailOTP .resend_otp p,
#sippurchaseConfirmation .resend_otp p,
#addNomineeOTP .resend_otp p,
#changePhoneNumberOTP .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;
}
#changeEmailOTP .resend_otp p span,
#sippurchaseConfirmation .resend_otp p span,
#addNomineeOTP .resend_otp p span,
#changePhoneNumberOTP .resend_otp p span {
  color: #f88200;
  font-size: 18px;
  font-weight: bold;
}
#changeEmailOTP .modal-body,
#sippurchaseConfirmation .modal-body,
#addNomineeOTP .modal-body,
#changePhoneNumberOTP .modal-body {
  padding-bottom: 80px;
}
#changeEmailOTP .resend_otp_link,
#sippurchaseConfirmation .resend_otp_link,
#addNomineeOTP .resend_otp_link,
#changePhoneNumberOTP .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%;
}
#changeEmailOTP .resend_otp_link_div,
#sippurchaseConfirmation .resend_otp_link_div,
#addNomineeOTP .resend_otp_link_div,
#changePhoneNumberOTP .resend_otp_link_div {
  display: none;
  width: 100%;
}

#emailChangeSuccessful .email-change-success-icon,
#addNomineeOTPSuccessful .email-change-success-icon,
#changePhoneNumberOTPSuccessful .email-change-success-icon {
  width: 100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
#emailChangeSuccessful p,
#addNomineeOTPSuccessful p,
#changePhoneNumberOTPSuccessful p {
  color: #293139;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 45px;
}
#emailChangeSuccessful .modal-body .redemption-top-right,
#addNomineeOTPSuccessful .modal-body .redemption-top-right,
#changePhoneNumberOTPSuccessful .modal-body .redemption-top-right {
  top: 30px;
  right: 20px;
}
body {
  padding-right: 0 !important;
}

.pan-details-table td:nth-child(2) {
  font-size: 13px;
  line-height: 19px;
  color: #293139;
  opacity: 0.8;
}

.dissociate td {
  border: 0;
  padding-left: 0;
}

.dissociate h1 {
  font-weight: bold;
  font-size: 22px;
  line-height: 33px;
  /* identical to box height */
  letter-spacing: 0.9625px;
  color: #293139;
}

.account-details-screen.my-transaction-tabs .nav-item {
  width: 17%;
}

.associate-folio-screen {
  padding: 30px 70px;
}

.associate-folio-screen h2 {
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  color: #3b3838;
}

.associate-folio-screen p {
  font-size: 13px;
  line-height: 21px;
  /* or 162% */
  color: #3b3838;
}

.dissociate-folio .dissociate::after {
  content: url(../images/Dissociate-Folio.svg);
  position: absolute;
  right: 100%;
  bottom: 0;
}

.dissociate-folio .associate::after {
  content: url(../images/Associate-Folio.svg);
}

.dissociate-folio .dissociate {
  margin: auto;
}

.transactnow_btn_later {
  padding: 12px 32px;
  border: 1px dashed #aab2ba;
  border-radius: 2px;
  font-size: 15px;
  line-height: 22px;
  color: rgba(41, 49, 57, 0.8);
  mix-blend-mode: normal;
  opacity: 0.9;
  margin-right: 28px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.transactnow_btn_later:hover {
  color: #293139;
}

.each-folio-details .first-row h3 {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.28125px;
  color: #f78200;
  font-weight: bold;
}

.each-folio-details .first-row {
  position: relative;
}

.each-folio-details .first-row a {
  font-size: 12px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #003974;
  margin-left: auto;
  margin-right: 70px;
}

.each-folio-details .second-row p {
  font-size: 14px;
  line-height: 21px;
  color: #26303c;
  margin-right: 100px;
}

.each-folio-details .first-row::after {
  content: "";
  height: 1px;
  background-color: rgba(170, 178, 186, 0.1);
  width: 300px;
  position: absolute;
  bottom: 0;
}

.each-folio-details .second-row span {
  border-left: 1px solid rgba(170, 178, 186, 0.1);
}

.each-folio-details .first-row,
.each-folio-details .second-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* neft */
.neft-payment {
  -webkit-box-shadow: 0px 0px 8px rgba(28, 29, 85, 0.139997);
  box-shadow: 0px 0px 8px rgba(28, 29, 85, 0.139997);
  padding: 0 60px;
  background-color: white;
}
.neft-payment h5 {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.3375px;
  font-weight: bold;
  color: #293139;
  border-bottom: 1px dashed #cad3dc;
  margin-bottom: 16px !important;
}
.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;
}
.neft-done-or-not {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.neft-done-or-not .form-check-inline {
  width: 300px;
}
.neft-payment .confirmation_disclaimer {
  font-size: 13px;
  border-bottom: 0;
  border-top: 1px dashed #cad3dc;
}
.neft-hidden-payment h4 {
  font-size: 14px;
  line-height: 21px;
  /* identical to box height */

  font-weight: bold;
  color: #575757;
}
.neft-hidden-payment .form-check-label {
  margin-left: 80px;
}
.neft-hidden-payment select {
  font-size: 14px;
  line-height: 18px;
  color: #606c78;
}
.neft-hidden-payment {
  display: none;
}
.neft-info {
  background: #fef9f2;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.185714px;
  color: #f58220;
}
.purchase-confirmation-neft .transactPopup p {
  font-weight: 400;
  font-size: 13px;
  line-height: 21px;
}
.purchase-confirmation-neft .sip_purchase_redirection {
  background-color: #f9fbfd;
  padding-bottom: 10px;
}
.purchase-confirmation-neft .sip_purchase_redirection p {
  font-weight: bold;
}
.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;
  /* identical to box height */

  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 */
@media screen and (max-width: 1360px) {
  .portfolio-screen {
    margin: 70px 20px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .portfolio-screen .dashboard_value_info {
    width: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .portfolio_bottom_total .mat_fund_info > img {
    height: unset;
  }
  .portfolio_bottom_total {
    padding-left: 0;
  }
  .portfolio-screen .dashboard_value_info img {
    margin-right: 20px;
  }
  .portfolio-screen {
    margin: 70px 0 20px;
    width: 100%;
  }
  .folios-screen {
    max-width: unset;
  }
  .folios-left {
    padding: 0 5px 10px;
  }
  .schemes img {
    margin-left: 5px;
    margin-top: 35px;
  }
  .schemes.active .schemes-inner {
    padding: 14px 10px 14px 14px;
  }
  .schemes-inner {
    padding-left: 14px;
  }
  .folios-right {
    padding: 10px 10px 20px;
  }
  .folio-goal {
    padding: 10px 15px;
  }
  .folio-fund {
    padding: 10px 15px 20px;
  }
  .schemes-screen {
    padding: 5px 15px 20px;
  }
  .swp-screen .transaction-screen .transaction-rows .dropdown:last-child {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .portfolio-screen {
    margin: 70px 0 20px;
  }
  .transaction-tabs > div {
    padding: 8px 10px;
  }
  .transaction-screen {
    padding: 5px 0px 20px;
  }
  .scheme-name,
  .scheme-date,
  .scheme-type span,
  .scheme-status span {
    font-size: 12px;
  }
  .scheme-amount {
    text-align: center;
  }
  .transaction-headings,
  .transaction-rows {
    padding: 15px 10px !important;
  }
  .portfolio-screen .dashboard_value_info img {
    margin-right: 10px;
    padding-left: 10px;
    width: unset;
  }
  .folio-fund-heading > p {
    width: 100% !important;
  }
  .folio-fund .folio-fund-values div {
    width: 25% !important;
  }
  .folio-fund-values div p:last-child {
    font-size: 12px;
  }
  .folio-fund-values div p:last-child span:last-child{
    font-size: 12px;
  }
  .portfolio-carousel .mat_fund_info > img {
    height: 285px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .portfolio-carousel .mat_fund_txt p {
    padding-right: 50px;
  }
  .portfolio-second-row .nav-tabs .nav-item {
    width: 25%;
  }
  .portfolio-second-row {
    margin-top: 20px;
  }
  .schemes .schemes-heading span {
    margin-left: 5px;
  }
  .schemes-value span {
    font-size: 12px;
  }
  .schemes img {
    margin-top: 43px;
  }
  .folio-fund-links a {
    width: 30%;
  }
  .folio-fund-heading p:first-child {
    width: 65%;
    font-size: 11px;
  }
  .schemes-screen .folio-fund {
    padding: 8px;
  }
  .folio-fund .folio-fund-values div:last-child {
    width: 35%;
  }
  .folio-fund .folio-fund-values div {
    width: 23%;
  }
  .schemes-screen .folio-fund-heading p:last-child {
    margin-left: 20px;
  }
  .systematic .dashboard_right {
    padding: 0 10px;
  }
  .systematic .sips {
    max-width: 750px;
  }
  .systematic .transaction-tabs {
    margin-top: 30px;
  }
  .systematic .scheme-name-house,
  .systematic .scheme-name,
  .systematic .scheme-date,
  .systematic .scheme-type span,
  .systematic .scheme-status span,
  .systematic .scheme-amount,
  .systematic .transaction-tabs p {
    font-size: 10px;
    text-align: left;
  }
  .systematic .transaction-rows .dropdown a {
    padding: 5px;
  }
}

@media screen and (max-width: 600px) {
  /* account-details */
  .main-transactions-div .d-flex {
    display: block !important;
  }
  .inv-acc-details div span {
    margin-top: 10px !important;
    margin-left: 0 !important;
  }
  .main-transactions-div .acc_details_folio_select {
    margin: 0 10px !important;
  }
  .primary-bank-addition h4 {
    width: 100%;
  }
  .bank-details-account-details.new h4 {
    width: unset;
  }
  .saved-nominee,
  .add-new-nominee {
    width: unset;
    margin: 10px auto;
  }
  .bank-details-account-details {
    margin: 0 !important;
    margin-bottom: 20px !important;
  }
  .add-another-account .p-4 {
    padding: 0 !important;
  }
  .add-another-account .select_bank_info {
    display: block;
  }
  .add-another-account .select_bank_txt {
    border: 0;
  }
  .add-another-account .transactnow_radio.account_type {
    display: block;
  }
  .primary-bank-addition {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .primary-bank-addition p {
    margin-top: 10px;
    margin-left: 0 !important;
  }
  .account-details-screen.my-transaction-tabs .nav-item {
    width: 25%;
  }

  .account-details-shadow-box {
    padding: 20px 10px !important;
  }
  .primary-bank-details div {
    width: 50%;
  }
  .change_email_id,
  .change_email_id_btns {
    width: unset !important;
  }
  div.change_email_id a,
  div.change_email_id a:hover {
    font-size: 10px;
  }
  /* neft */
  .neft-payment {
    padding: 0 10px;
  }
  .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 */
  /* Modal */
  .buy-house-line {
    margin-bottom: 40px;
  }
  .portfolio-screen {
    margin: 0 0 20px;
    padding-top: 60px;
  }
  .schemes-screen .folio-fund-links a img:last-child {
    display: unset;
  }
  .folio-fund-links .dropdown {
    display: unset;
  }
  .main-transactions-div {
    margin: 70px 0 30px;
  }
  .main-transactions-div .my-transaction-tabs a {
    padding: 5px;
    font-size: 11px;
  }
  .sips .scheme-status {
    margin-left: 0 !important;
  }
  .folio-fund-values-1 .scheme-amount,
  .folio-fund-values-1 .scheme-status {
    margin: auto;
  }
  .my-transaction .folio-fund {
    margin-right: 10px;
    margin-left: 10px;
  }
  .schemes-value span,
  .folio-fund-values-1 span {
    font-size: 14px !important;
  }
  .folio-fund-heading p:first-child {
    font-weight: bold;
    width: unset;
  }
  /* .folio-fund-values-1 {
    display: block !important;
  } */
  .folio-fund-links a img:first-child {
    width: unset;
  }
  .sips .folio-fund .folio-fund-links a {
    border-right: 0;
  }
  .sips .folio-fund .folio-fund-links a:first-child {
    width: 30% !important;
    border-right: 0;
  }
  .systematic-mobile .folio-number {
    margin-bottom: 20px;
  }
  .systematic-mobile .folio-fund-links.special::after {
    content: "";
    border-bottom: 0.8px solid rgba(96, 108, 120, 0.1);
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    top: -20px;
  }
  .systematic-mobile .folio-fund-links.special {
    position: relative;
  }
  .filter-main-modal .modal-dialog-full-width {
    width: 100% !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
  }
  .my-transaction .folio-fund-heading p:nth-child(2) img {
    margin-top: -4px;
    margin-right: 4px;
    padding-left: 0;
  }
  .my-transaction .folio-fund .folio-fund-values div:first-child,
  .my-transaction .folio-fund .folio-fund-values div:nth-child(3n) {
    width: auto !important;
  }
  .folio-fund-values-1 .ml-0 {
    width: 25% !important;
  }
  .filter-main-modal .modal-header .close {
    padding: 12px 15px !important;
  }
  .nav-tabs.portfolio-tabs a,
  .nav-tabs.my-transaction-tabs a {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .folio-fund-heading span {
    border: none;
  }
  .filter-main-modal .modal-content-full-width {
    height: auto !important;
    min-height: calc(100vh - 32px);
    border-radius: 0 !important;
  }
  .filter-main-modal .modal-header-full-width {
    border-bottom: 1px solid #f1e3d8;
    margin: 0 10px;
    padding: 12px 0 8px;
  }
  .filter-main-modal .modal-title.portfolio-heading {
    font-size: 16px;
  }
  #exampleModalPreview {
    min-height: calc(100vh - 32px);
    top: 32px;
  }
  .filter-main-modal .modal-backdrop.show {
    opacity: 0;
  }
  .filter-main-modal .modal-footer-full-width {
    -webkit-box-shadow: 0 -5px 3px -5px rgba(28, 29, 85, 0.139997);
    box-shadow: 0 -5px 3px -5px rgba(28, 29, 85, 0.139997);
    padding: 5px;
  }
  .filter-main-modal .modal-footer button {
    width: 50%;
    margin: auto;
    border-right: 0.5px solid rgba(28, 29, 85, 0.08);
  }
  /* Modal */
  .filter-left {
    background: rgb(239, 239, 244, 0.3);
    height: 100%;
  }
  .filter-modal-body {
    padding: 20px 0 0;
    height: auto;
  }
  .portfolio-first-row,
  .portfolio-mobile .schemes-folio,
  .schemes-screen .folio-fund,
  .mobile.folios-inner,
  .portfolio-mobile,
  .folio-fund-heading,
  .equity {
    display: block !important;
  }
  .filter-icon {
    background-color: rgb(239, 239, 244, 0.3);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: right;
    margin-right: 10px;
  }
  .filter-icon span {
    color: white;
    background-color: #f58220;
    font-size: 8px;
    padding: 0 3px;
    position: absolute;
    right: 15px;
  }
  .equity {
    float: left;
    margin-top: 3px;
  }
  .folio-fund-heading p:first-child span {
    display: none;
  }
  .folio-fund-links a:first-child img {
    margin-bottom: 3px;
  }
  .portfolio_bottom_tota l .mat_fund_txt h5 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .portfolio_bottom_total .mat_fund p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .folio-number {
    font-size: 12px;
  }
  .portfolio_bottom_total {
    margin: 0 0 100px;
    padding-left: 0px;
    padding: 0 10px;
  }
  .portfolio_bottom_total .mat_fund_info > img {
    height: 285px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: none;
    -o-object-position: bottom right;
    object-position: bottom right;
    background-color: #f58220;
  }
  .portfolio-carousel .mat_fund_txt {
    padding: 22px;
  }
  .schemes-screen .folio-fund-heading p:last-child {
    margin-left: 0;
    float: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .schemes-screen .folio-fund-heading p:last-child span {
    margin-bottom: 0;
  }
  .my-portfolio-screen {
    max-width: unset;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-height: unset;
  }
  .portfolio-heading,
  .portfolio-first-row,
  .folio-number {
    padding: 0 10px;
  }
  .sips .portfolio-first-row {
    padding: 0;
  }
  .portfolio-screen .dashboard_value_info {
    width: unset;
    margin-right: 0;
    margin-bottom: 15px;
    height: 80px;
  }
  .portfolio-screen .dashboard_value_info img {
    width: 60px;
    margin-right: 40px;
  }
  .portfolio-screen .dashboard_value_info_txt {
    display: inline;
    margin-top: 4px;
  }
  .portfolio-screen .dashboard_value_info img:last-child,
  .folios-left,
  .schemes-screen .schemes-folio {
    width: unset;
    border: 0;
  }
  .portfolio-second-row .nav-tabs .nav-item {
    width: 50%;
  }
  .folios-right,
  .folio-fund div:last-child a br,
  .desktop.folios-inner,
  .portfolio-desktop {
    display: none;
  }
  .schemes.active .schemes-inner {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    padding-left: 30px;
  }
  .schemes.active .schemes-value p {
    color: rgba(96, 108, 120, 0.8);
  }
  .schemes.active .schemes-heading span {
    background: rgba(245, 130, 32, 0.13);
  }
  .schemes.active .schemes-heading {
    color: #293139;
  }
  .schemes img {
    visibility: visible;
    margin-top: 20px;
  }
  .schemes.active .schemes-value span {
    color: #606c78;
  }
  .schemes,
  .schemes-screen .folio-fund-links {
    width: 100%;
  }
  .schemes:last-child {
    border: 0;
  }
  .schemes-inner {
    width: 95%;
    padding-left: 30px;
  }
  .folio-fund-links::before {
    content: none !important;
  }
  .schemes-screen .folio-fund-links img {
    margin-right: 7px;
  }
  .portfolio-mobile .folio-fund-links a {
    width: 50%;
    position: relative;
  }
  .portfolio-mobile .folio-fund-links a::after {
    content: url(../images/next_arrow.svg);
    position: absolute;
    bottom: 13px;
    margin-left: 5px;
  }
  .portfolio-mobile .folio-fund-links a::after {
    bottom: 2px;
  }
  .schemes-screen .folio-fund-links a:first-child::before {
    bottom: 32px;
  }
  .schemes-screen .folio-fund-links a {
    border-right: 0;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
  }
  .schemes-screen .folio-fund-links a:nth-child(1) {
    padding-left: 0;
  }
  .schemes-screen .folio-fund-links a:last-child {
    border: 0;
  }
  .schemes-folio .folio-fund-heading p span {
    text-transform: capitalize;
    display: block;
    margin-bottom: 5px;
  }
  .folio-fund-values div, .folio-fund .folio-fund-values div {
    width: 100% !important;
  }
  .folio-fund-values {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
  }
  .schemes-screen {
    padding: 5px 0px 20px;
  }
  .folio-fund .folio-fund-values div,
  .filters-main-div {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .family_portfolio_page .folio-fund .folio-fund-values div, #schemes .folio-fund .folio-fund-values div {
    width: 100% !important;
  }
  .filters-main-div {
    height: calc(100vh - 144px);
  }
  .folio-fund-values div p:first-child {
    font-size: 12px;
    margin-right: 5px;
    width: 35%;
  }
  .folio-fund-values div p:last-child {
    font-size: 14px;
    margin-top: -4px;
    line-height: unset;
  }
  .folio-fund-heading p:last-child span {
    font-size: 12px;
    color: #293139;
  }
  .schemes-screen .folio-fund-links {
    padding: 20px 0 10px;
  }
  .schemes-screen .folio-fund-values {
    border-bottom: 0.8px solid rgba(96, 108, 120, 0.1);
  }
  .folio-model .folio-goal-text {
    font-size: 11px;
  }
  .folio-model .add-goal {
    font-size: 12px;
  }
  .folio-model .folio-fund-heading p:last-child {
    margin-left: 10px;
  }
  .folio-model .folio-fund-heading p:last-child span img {
    height: 8px;
  }
  .schemes-screen .folio-fund {
    margin: 15px 10px 0 10px;
  }
  .folio-model .folio-fund-heading p:last-child span {
    font-size: 10px;
    line-height: 12px;
  }
  .folio-model .folio-fund-heading span {
    font-size: 10px;
  }
  .folio-model .folio-fund-links a,
  .schemes-screen .folio-fund-links a {
    width: 33% !important;
    font-size: 11px !important;
    margin: auto;
  }
  .folio-model .folio-fund {
    padding: 10px 8px 15px;
    margin: 15px 10px 0 10px;
  }
  .folio-model .folio-fund-links {
    margin-top: 17px;
  }
  .header_top.active {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .folio-model-heading {
    background-color: #f58220;
    color: white;
    font-size: 14px;
    padding: 12px 10px;
    margin-bottom: 15px;
  }
  .folio-model-heading img {
    margin-right: 20px;
  }
  .mat_fund_info {
    border-radius: 8px;
    overflow: hidden;
  }
  .folio-fund-values-1 div p {
    width: unset !important;
    font-size: 13px !important;
  }
  .folio-fund-values-1 div {
    width: 37% !important;
    border-right: 0;
  }
  .transaction-tabs label {
    font-size: 11px;
  }
  .transaction-tabs div:last-child div:nth-child(1) {
    margin-left: 10px !important;
  }
  .folio-fund-values-1 .scheme-amount span {
    color: black;
  }
  .folio-fund-values-1 .scheme-type span {
    font-size: 10px;
    padding: 2px 10px;
  }
  .folio-fund-values-1 .scheme-status span {
    padding: 0;
  }
  .portfolio-mobile .folio-fund div:last-child a {
    font-size: 10px;
  }
  .portfolio-mobile .folio-fund {
    margin-top: 15px;
  }
  /* systematic */
  .systematic-mobile .nav-item,
  .systematic-mobile .folio-fund-links a {
    width: 25% !important;
  }
  .systematic-mobile .transaction-tabs {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .systematic-mobile .radios-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
  }
  .systematic-mobile .transaction-screen {
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  .folio-fund-heading p:last-child span img.date-img {
    margin-left: 0;
    margin-right: 0 !important;
    border-left: 0;
    padding-left: 0 !important;
  }
  .systematic-mobile .buy-new-house {
    width: 100% !important;
  }
  .systematic-mobile .buy-new-house .mt-1 {
    width: unset !important;
  }
  .my-transaction .portfolio-screen {
    margin-top: 20px;
  }
  .schemes-screen .folio-fund-links a {
    border-right: 1px solid #f1e3d8;
    margin: 0;
  }
  #schemes .folio-fund-links .dropdown a {
    width: 100% !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .schemes-screen .folio-fund-links img {
    margin-right: 5px;
    margin-bottom: 0;
  }
  .schemes-screen .folio-fund-links img + img {
    margin-right: 0;
  }
  .schemes-screen .folio-fund {
    margin: 15px 0px 0 0px;
  }
  .schemes-screen .folio-fund-links a,
  .folio-model .folio-fund-links a {
    width: unset !important;
  }
  .folio-model .folio-fund-links a {
    margin: 0;
    margin-right: 15px;
    padding-right: 15px;
  }
  #folios .mobile.folios-inner .folio-model .folio-fund-links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .schemes-screen .folio-fund-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .schemes-screen .folio-fund-links a {
    margin-right: 10px;
    padding-right: 10px;
  }
  .folio-fund-heading-bottom,
  .folio-model .folio-fund-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .my-transaction .portfolio-mobile .folio-fund-values-1,
  .systematic-mobile .folio-fund-values-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0 25px;
  }
  .systematic-mobile .folio-fund-values-1 .ml-0 {
    width: 30% !important;
  }
  .statements-screen {
    max-height: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #schedulestatement {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .statements_page.portfolio-screen .nav-tabs .nav-link {
    font-size: 14px;
    padding: 8px 10px;
  }
  .each-folio-details .second-row {
    display: block;
  }
  .my-folios-screen {
    padding: 10px !important;
  }
  .my-folios {
    margin-top: 80px;
  }
  .associate-folio-button a {
    margin-right: 10px;
    padding: 8px 20px;
  }
  .dissociate .confirmation_page_right {
    padding: 20px 20px 50px;
  }
  .dissociate td:first-child {
    width: 50%;
  }
  .sips .folio-fund .folio-fund-links a:first-child {
    width: unset !important;
  }
  .sips .folio-fund .folio-fund-links a {
    margin-right: 10px;
  }
  .folio-fund-links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .systematic-mobile .folio-fund-links a {
    width: unset !important;
  }
  #mobile-SIP .folio-fund .folio-fund-links a {
    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 !important;
  }
  .portfolio-mobile .folio-fund-links a::after {
    display: none;
  }
  div#generatestatement {
    padding: 0;
  }
  .sip_confirmation_page p.confirmation_disclaimer {
    margin-bottom: 0px !important;
  }
  .confirmation_page_right_info {
    padding: 10px 10px;
  }
  .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;
  }
  .sip_confirmation_page .confirmation_page_right_info h5 span img {
    display: block;
  }
  .portfolio-screen .nav-tabs .nav-link{
    padding: 8px 12px;
  }
}

@media screen and (max-width: 375px) {
  .systematic-mobile .buy-new-house {
    width: 100% !important;
  }
  .systematic-mobile .buy-new-house .mt-1 {
    width: unset !important;
  }
  .folio-fund .folio-fund-values div:first-child,
  .folio-fund .folio-fund-values div:nth-child(3n) {
    width: 100% !important;
  }
  .folio-fund-values-1 div {
    width: 35% !important;
  }
  .scheme-amount {
    text-align: left;
  }
  #scheduled-transactions .portfolio-mobile .folio-fund-values-1 div {
    width: 25% !important;
  }
  .systematic-mobile .folio-fund-values-1 .ml-0 {
    width: 35% !important;
  }
  .folio-fund-links a img {
    margin-right: 5px;
  }
  .main-transactions-div .my-transaction-tabs a {
    font-size: 16px;
    line-height: 21px;
    padding: 5px 25px;
  }
  .main-transactions-div .my-transaction-tabs a tran {
    display: none;
  }
  .my-transaction-tabs {
    margin: 0 10px;
  }
  .my-transaction-tabs.account-details-screen {
    margin-top: 0 !important;
  }
  .my-transaction-tabs.account-details-screen a {
    font-size: 10px;
    padding: 5px 0px;
  }
  .primary-bank-details div {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 601px) {
  .portfolio_bottom_total {
    margin: 0 0 100px;
    padding-left: 0px;
  }
  .schemes-heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mat_fund_info {
    border-radius: 8px;
    overflow: hidden;
  }
}

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
  @media {
    /*
      Define here the CSS styles applied only to Safari browsers
      (any version and any device)
     */
    .folio-fund-heading p:last-child span img {
      margin-bottom: 0px !important;
    }
    .portfolio-mobile .folio-fund-links a::after {
      bottom: 0px !important;
    }
  }
}

/* Internet Explorer Styles */

@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none;
  }
  .dashboard_content_left select {
    padding-right: 20px;
  }
  .preloader .content{
    margin: auto 0;
    height: 50px;
    width: 50px;
  }
  .schemes-value p, .folio-fund-values div p:first-child{
    width: 100%;
  }
  .folio-fund{
    background: #fafafc;
  }
  #folios .schemes{
    display: -ms-flexbox;
    -ms-flex-align: center;
    padding-right: 0;
  }
  #schemes.schemes-screen .folio-fund-links a img:last-child{
    display: -ms-inline-flexbox;
    -ms-flex-pack: center;
    margin: auto;
  }
  #schemes.schemes-screen .folio-fund-links a{
    -ms-flex-pack: center;
  }
  .schemes-screen .folio-fund-links{
    -ms-flex-align: center;
  }
  #schemes .folio-fund-links .dropdown .dropdown-menu a{
    display: block;
    text-align: left;
  }
  #schemes .folio-fund-links .dropdown .dropdown-menu a img{
    float: left;
  }
  .guidelines_schemes p{
    box-shadow: 0px 0px 8px #ccc;
    -webkit-box-shadow: 0px 0px 8px #ccc;
  }
  .buy-new-house p.scheme-name-house, .buy-new-house div p{
    width: 100%;
    margin-right: 10px;
  }
  #scheduled-transactions .transaction-rows img{
    height: 20px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {

.desktop.folios-inner, .portfolio-desktop {
    display: none;
}
.portfolio-mobile .schemes-folio, .portfolio-mobile, .mobile.folios-inner, .schemes-screen .folio-fund, .schemes-screen .folio-fund-values {
  display: block !important;
}
.folio-fund-heading p:last-child span {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #606c78;
}
.my-transaction .portfolio-mobile .folio-fund-values-1, .systematic-mobile .folio-fund-values-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0 25px;
}
.folio-fund-values-1 div p {
  width: unset !important;
}
.folio-fund-links a img:first-child{
  margin-right: 10px;
}
.filter-icon {
  background-color: rgb(239, 239, 244, 0.3);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
  margin-right: 10px;
  position: relative;
}
.filter-icon span {
  color: white;
  background-color: #f58220;
  font-size: 8px;
  padding: 0 3px;
  position: absolute;
  right: 0;
}
.my-transaction-tabs .nav-link{
  font-size: 14px;
}
#all-transactions .portfolio-screen, #fav-transactions .portfolio-screen, #scheduled-transactions .portfolio-screen {
  margin: 40px 0 20px;
}
#all-transactions .portfolio-screen .folio-number, #fav-transactions .portfolio-screen .folio-number, #scheduled-transactions .portfolio-screen .folio-number{
  margin-right: 10%;
}
.folio-fund-links a, .folio-fund-values div p:first-child {
  width: 40%;
}
.change_password_page .registration_password_input {
  width: calc(100% - 40px);
}
.each-folio-details .second-row {
  display: block;
}
#folios .folios-left, #folios .schemes,.schemes-screen .folio-fund .folio-fund-values div:nth-child(3n), .schemes-screen .schemes-folio, .schemes-screen .folio-fund-links, .folio-fund .folio-fund-values div, .folio-fund div:nth-child(2) div:last-child{
  width: 100%;
}
.schemes-inner {
  width: 95%;
  padding-left: 30px;
}
.schemes img {
  visibility: visible;
  margin-top: 20px;
}
.folio-model {
  width: 100%;
  left: 0;
  top: 0;
  height: 100vh;
}
.folio-model-heading {
  background-color: #f58220;
  color: white;
  font-size: 14px;
  padding: 12px 10px;
  margin-bottom: 15px;
}
.folio-model-heading img {
  margin-right: 20px;
}
.folio-fund .folio-fund-values div, .filters-main-div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.folio-fund div:nth-child(2) div.dropdown, .schemes-screen .folio-fund-links a{
  width: 25%;
  margin: 0;
}
.schemes-screen .folio-fund-links::before{
  width: 100%;
  height: 1px;
  top: 10px;
  background: #ecebeb;
}
.schemes-screen .folio-fund-links{
  padding-bottom: 0;
}
.my-portfolio-screen .portfolio-first-row{
  display: block;
}
.my-portfolio-screen .portfolio-screen .dashboard_value_info{
  width: 100%;
  margin-bottom: 15px;
}

}

/* 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;
}
body.darkmode .dashboard_content_welcome {
  background-color: #ffe8bf !important;
  background-image: url("../images/welcome.svg") !important;
}
body.darkmode .dashboard_content_welcome_info {
  background-color: transparent !important;
}
body.darkmode .dashboard_content_welcome_info h4,
body.darkmode .dashboard_risk_profile_info h5,
body.darkmode .dashboard_risk_profile_info p,
body.darkmode .dashboard_risk_profile_info,
body.darkmode .dashboard_risk_profile img {
  background-color: #ffe8bf !important;
  color: #3a444d !important;
}
body.darkmode .dashboard_risk_profile {
  background-color: #ffe8bf !important;
}