/*font-awesome*/

@font-face {
  font-family: "FontAwesome";

  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");

  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");

  font-weight: normal;

  font-style: normal;
}

/*added font*/
/* gilroy */
@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Light.eot");
  src: url("./fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Gilroy-Light.woff2") format("woff2"),
    url("./fonts/Gilroy-Light.woff") format("woff"),
    url("./fonts/Gilroy-Light.ttf") format("truetype"),
    url("./fonts/Gilroy-Light.svg#Gilroy-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Medium.eot");
  src: url("./fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Gilroy-Medium.woff2") format("woff2"),
    url("./fonts/Gilroy-Medium.woff") format("woff"),
    url("./fonts/Gilroy-Medium.ttf") format("truetype"),
    url("./fonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-SemiBold.eot");
  src: url("./fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Gilroy-SemiBold.woff2") format("woff2"),
    url("./fonts/Gilroy-SemiBold.woff") format("woff"),
    url("./fonts/Gilroy-SemiBold.ttf") format("truetype"),
    url("./fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("./fonts/Gilroy-Bold.eot");
  src: url("./fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Gilroy-Bold.woff2") format("woff2"),
    url("./fonts/Gilroy-Bold.woff") format("woff"),
    url("./fonts/Gilroy-Bold.ttf") format("truetype"),
    url("./fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*Fonts*/

* {
  margin: 0;

  padding: 0;

  outline: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

button,
input[type="submit"],
input[type="reset"],
a {
  transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  text-decoration: none;
}

::-moz-selection {
  color: #ffd6e9;

  background: #3399ff;
}

::selection {
  color: #ffd6e9;

  background: #3399ff;
}

::-moz-selection {
  color: #ffd6e9;

  background: #3399ff;
}

::-webkit-input-placeholder {
  color: #e4e4e4;

  font-size: 16px;
}

::-moz-placeholder {
  color: #e4e4e4;

  font-size: 16px;
}

:-ms-input-placeholder {
  color: #e4e4e4;

  font-size: 16px;
}

::-ms-input-placeholder {
  color: #e4e4e4;

  font-size: 16px;
}

::placeholder {
  color: #e4e4e4;

  font-size: 16px;
}

::-webkit-input-placeholder {
  color: #e4e4e4;

  font-size: 16px;
}

:-ms-input-placeholder {
  /* IE 10+ */

  color: #e4e4e4;

  font-size: 16px;
}

:-moz-placeholder {
  /* Firefox 18- */

  color: #e4e4e4;

  font-size: 16px;
}

::-moz-placeholder {
  /* Firefox 19+ */

  color: #e4e4e4;

  font-size: 16px;
}

::-moz-placeholder {
  color: #e4e4e4;

  font-size: 16px;
}

textarea::-webkit-input-placeholder {
  color: #e4e4e4;

  font-size: 16px;
}

textarea:-moz-placeholder {
  /* Firefox 18- */

  color: #e4e4e4;

  font-size: 16px;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */

  color: #333333;
}

textarea:-ms-input-placeholder {
  color: #e4e4e4;

  font-size: 16px;
}

/* font-family: 'Roboto', sans-serif;

 font-family: 'Poppins', sans-serif;

*/

body {
  font-weight: 400;
  line-height: normal;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
}

*:focus {
  outline: none;
}

ul {
  list-style-type: none;

  margin: 0;

  padding: 0;
}

img {
  max-width: 100%;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

  -o-transition: all 0.5s;
}

a {
  outline: none !important;

  border: none;

  transition: all 0.5s;

  -moz-transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  -ms-transition: all 0.5s;
}

a:hover,
a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;

  font-weight: normal;

  padding: 0;

  margin: 0;
}

img {
  border: none;

  -o-transition: all 0.3s;

  transition: all 0.3s;

  -ms-transition: all 0.3s;

  -webkit-transition: all 0.3s;
}

p {
  margin: 0;

  padding: 0;
}

ul {
  list-style-type: none;

  margin: 0;

  padding: 0;
}

.navbar {
  border-radius: 0;

  margin-bottom: 0;

  padding: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

/*****************/

.container {
  max-width: 1560px;
}

.navbar,
.nav-link,
.nav-link {
  padding: 0;
}

/*As Per Design Change*/

.cus_nav_innr {
  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;
}

.navbar-nav li {
  padding: 0px;

  position: relative;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;
}

.navbar-nav li:first-child {
  padding-left: 0;
}

.right_nav {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.navbar-nav li a {
  display: block;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0;

  padding-left: 0;
}

/***/

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

.navbar {
  border-radius: 0;

  margin-bottom: 0;

  padding: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

.btn-primary.focus {
  -webkit-box-shadow: none;

  box-shadow: none;
}

/*Header*/

.top_header {
  padding: 0;
}

/*zoom effect*/

.zoom_otr {
  overflow: hidden;
}

.bnr_pic {
  overflow: hidden;
}

.zoom {
  -webkit-animation: scale 20s linear infinite;
  animation: scale 20s linear infinite;
}

@-webkit-keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/*Zoom effect*/

.bnr_content {
  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

.bnr_otr {
  position: relative;

  overflow: hidden;
}

/* Banner End */

/* cmn_margin */

.mt-40 {
  margin-top: 40px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

/*----Common Sec----*/

.cmn_pdding {
  padding: 90px 0;
}

/* .cmn_hdr h2 {

    font-size: 48px;
    line-height: 1.2;
    font-weight: bold;
    color: #2A0600;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.cmn_hdr.wht h2 {

    color: #fff;
}

.cmn_hdr h6 {

    color: #2B2B2B;
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1.5;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.cmn_hdr p {

    font-size: 20px;
    color: #3D565B;
    line-height: 1.5;
    padding-bottom: 10px;
}

.cmn_hdr_wht p {

    color: #fff;

} */

.cmn_btn {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 15px 60px;
  background: #0aaa9e;
  border: 2px solid #0aaa9e;
  position: relative;
  text-transform: capitalize;
  border-radius: 5px;
}

.cmn_btn:hover {
  color: #0aaa9e;
  background: #fff;
  border: 2px solid #0aaa9e;
  border-radius: 5px;
}

/*----Common Sec End----*/

/* Animation Section */

/* Swing */

.swing:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: -14px;
  left: 54%;
  z-index: 5;
  border-radius: 50% 50%;
  background: #000;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  100% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  100% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}

.swing:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  top: -10px;
  left: 50%;
  z-index: 0;
  border-bottom: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swing {
  -webkit-animation: swing ease-in-out 1s infinite alternate;
  animation: swing ease-in-out 1s infinite alternate;
  -webkit-transform-origin: center -20px;
  -ms-transform-origin: center -20px;
  transform-origin: center -20px;
}

/* Rotate */

.rotate {
  -webkit-animation: rotation 12s infinite linear;

  animation: rotation 12s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Rotate */

.rotate {
  animation: rotate 6s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Floating */

.floating {
  -webkit-animation-name: floating;
  animation-name: floating;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  50% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }

  100% {
    -webkit-transform: translate(0, -0px);
    transform: translate(0, -0px);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  50% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }

  100% {
    -webkit-transform: translate(0, -0px);
    transform: translate(0, -0px);
  }
}

/* Animation Section End */

/* Ankur 21.09.22 */

.main_header {
  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;
}

.cart_area {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart_area ul:first-child {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  padding-right: 25px;
  border-right: 1px solid #69ccc5;
}

.cart_area ul:first-child svg {
  color: #fff;
}

.logo_area {
  background-color: #fff;
  padding: 5px 15px;
}

#header_id .btn.btn-secondary.dropdown-toggle {
  background: transparent;
  border: none;
  padding: 0 20px;
}

#header_id .btn.btn-secondary.dropdown-toggle:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cart_area ul:first-child li {
  position: relative;
}

/* .cart_area ul:first-child li:first-child::before {

    content: '2';
    position: absolute;
    font-size: 10px;
    font-weight: bold;
    right: -12px;
    top: -8px;
    width: 20px;
    height: 20px;
    background-color: #9883e8;
    color: #fff;
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    cursor: pointer;


} */

/* .cart_area ul:first-child li:nth-child(2):before {

    content: '1';
    position: absolute;
    font-size: 10px;
    font-weight: bold;
    right: -12px;
    top: -8px;
    width: 20px;
    height: 20px;
    background-color: #e2993b;
    color: #fff;
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    cursor: pointer;


} */

/* Tab Sec */

.tab_main_otr .resp-tabs-list {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-ul {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab_main_otr .resp-tabs-list li {
  /* width: 20%; */
  border-right: 1px solid #dbe0e0;
  height: 67px;
  /* display: -ms-grid;
  display: grid; */
  place-items: center;
  float: none;
  /* border-bottom: 2px solid #969696; */
  background: #f4f9f9;
  margin: 10px auto !important;
  padding: 12px 12px 14px 12px !important;
}

.tab_main_otr .resp-tabs-list li svg {
  font-size: 20px;
  color: #969696;
}

.tab_main_otr .resp-tabs-list li span {
  font-family: "Lato", sans-serif;
  color: #969696;
  font-weight: 400;
}

.tab_main_otr .resp-tab-item.resp-tab-active {
  /* margin-bottom: 0 !important; */
  border-color: #0aaa9e;
  border: 2px solid #0aaa9e;
  /* border-top: none; */
  padding: 12px 9px 14px 8px !important;
}

.tab_main_otr .resp-tab-item.resp-tab-active svg,
.tab_main_otr .resp-tab-item.resp-tab-active span {
  color: #999999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.resp-tab-content {
  border: none;
}

/* Ankur 22.09.22 */

.tab_main_otr .dashboard {
  padding: 35px;
}

.tab_main_otr .prtfolio_para {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.tab_main_otr .prtfolio_para::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  background-color: #0aaa9e;
  bottom: 0;
}

.tab_main_otr .prtfolio_para h4,
.rcmnded_para h4 {
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  color: #292929;
  font-weight: bold;
}

/* Dashboard */

.dashboard {
  background-color: #f8f8f8;
}

.dashboard .tab-container {
  width: 100%;
  background-color: #f8f8f8;
}

.dashboard .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dashboard .tabs .tab_btn {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  gap: 20px;
}

.dashboard .tabs button {
  padding: 10px 20px;
  cursor: pointer;
  text-transform: capitalize;
  background-color: #e0e9fa;
  color: #2893fb;
  border-radius: 5px;
  border-color: transparent;
}

.dashboard .tabs button.active {
  background-color: #2893fb;
  color: #fff;
}

.dashboard .tab-content {
  padding: 20px 0;
}

.dashboard .hidden {
  display: none;
}

.dashboard a {
  text-decoration: none;
}

.dashboard .author {
  position: absolute;
  left: 35px;
  top: 35px;
  color: #fff;
}

.dashboard .btn.btn-secondary.dropdown-toggle {
  background-color: #e5eeff;
  color: #2895ff;
}

.dashboard .btn.btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;

  box-shadow: none;
}

.dashboard .tab-content .indvdl_part_1,
.dashboard .tab-content .indvdl_part_2 {
  background-color: #fff;
  padding: 25px;
  min-height: 300px;
  border-radius: 5px;
  box-shadow: 2px 2px 10px #0004;
}

.dashboard .tab-content .indvdl_part_1 .gain_sec_inr ul {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}

.dashboard .tab-content .indvdl_part_1 .gain_sec_inr ul h3 {
  font-size: 18px;
}

.dashboard .tab-content .indvdl_part_1 .rtrn_otr p svg {
  font-size: 13px;
  color: #018001;
}

.dashboard .tab-content .indvdl_part_1 .gain_sec_inr ul p {
  color: #686868;
}

.dashboard .tab-content .indvdl_part_1 .gain_sec_otr {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}

.dashboard .tab-content .indvdl_part_1 .gain_sec_otr p {
  text-align: right;
  font-size: 18px;
}

.dashboard .tab-content .indvdl_part_1 .gain_sec_otr .rtrn_otr p:nth-child(2) {
  color: #686868;
  font-size: 14px;
}

.dashboard .invstd_otr ul {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}

.dashboard .invstd_otr {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.dashboard .invstd_otr ul:last-child {
  margin: 0;
}

.dashboard .indvdl_part_2 .invstd_inr h4 {
  padding-bottom: 10px;
  font-size: 18px;
  font-family: "Raleway";
  color: #000;
  font-weight: 600;
}

.dashboard .indvdl_part_2 .invstd_inr h6 {
  font-size: 12px;
  font-family: "Raleway";
  color: #000;
  font-weight: 600;
  padding-top: 15px;
}

.dashboard .indvdl_part_2 .invstd_inr h6 span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #4bfaa5;
  border-radius: 10px;
  margin-right: 5px;
  margin-bottom: -2px;
}

.dashboard .rcmnded_sec {
  padding-top: 40px;
}

.dashboard .rcmnded_para {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.dashboard .rcmnded_para::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 4px;
  background-color: #0aaa9e;
  bottom: 0;
}

.dashboard .rcmnded_sec .rcmnd_otr {
  -webkit-box-shadow: 2px 2px 10px #0004;

  box-shadow: 2px 2px 10px #0004;
  border-radius: 10px;
  padding-top: 50px;
}

.dashboard .rcmnded_sec .img_otr {
  width: 100%;
  min-height: 175px;
}

.dashboard .rcmnded_sec .img_inr {
  text-align: center;
}

.dashboard .rcmnded_sec .rcmnded_bx {
  padding-top: 20px;
}

.dashboard .rcmnded_sec .rcmnd_para {
  padding: 20px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 50px;
}

.dashboard .rcmnded_sec .rcmnded_btn a {
  padding: 10px 15px;
  color: #2895ff;
  background-color: #e5edff;
  border-radius: 5px;
}

.dashboard .rcmnded_sec .rcmnded_btn a:hover {
  color: #e5edff;
  background-color: #2895ff;
}

.dashboard .rcmnded_sec .rcmnd_para p {
  color: #909090;
  padding-top: 15px;
  font-size: 14px;
}

.dashboard .rcmnded_sec .rcmnd_para h5 {
  font-size: 18px;
}

/* ----shreyasi(21.9.22)----------- */
/* ------login page----------- */
.login-pg {
  background-color: #fffef5;
  padding: 40px 0;
}

.lgin-top {
  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;
}

.lgin-info {
  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;
}

.lgin-cl {
  border-right: 1px solid #d3d3ce;
  padding-right: 10px;
}

.lgin-cl:last-child {
  border-right: none;
  padding-left: 15px;
  padding-right: 0;
}

.lgin-cl h5 {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #404040;
  padding-bottom: 5px;
  font-size: 15px;
}

.lgin-cl a {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  color: #404040;
  font-size: 13px;
}

.lgin-cl a:hover {
  color: #0aaa9e;
}

.lgin-btm {
  /* border: 2px solid #404040;
    border-radius: 50px; */
  position: relative;
}

/* .lgin_img {
    position: absolute;
    left: 0;

} */

/* .lgin_infrmtn {
    position: relative;
    z-index: 99999;
} */

.lgin_frm .col-md-12:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lg_ggl h5 {
  display: inline-block;
}

.lgin-icns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lgin_dtl h5 {
  display: inline-block;
}

.lgin_dtl {
  display: block;
  /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; */
}

.lg_wlcm h4 {
  background-color: #fdd1a1;
  color: #000;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 0 10px 15px;
  /* width: 61%; */
  letter-spacing: 2px;
}

.lg_acnt h2 {
  font-family: "Gilroy";
  font-weight: 500;
  color: #000;
  font-size: 54px;
  letter-spacing: 2px;
  padding: 25px 0;
}

.lg_ggl {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: -4px 5px 5px -8px;
  box-shadow: -4px 5px 5px -8px;
  /* width: 30%; */
  margin: auto;
  padding: 8px 0;
  margin-top: 15px;
}

.rgstrn-dtl {
  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;
  width: 90%;
  margin: auto;
  border-bottom: 2px solid #8c8c8c;
}

.lgin-btm {
  background-color: #fff;
  border: 2px solid #9a9995;
  border-radius: 40px;
  margin: 19px 0;
}

.logo_area {
  width: 259px;
}

.lg-optn h4 {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: inherit;
  color: #b8b8b8;
  text-align: center;
  padding: 20px 0;
  position: relative;
}

.lg-optn h4::before {
  position: absolute;
  content: "";
  background-color: #b8b8b8;
  width: 131px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4px;
}

.lg-optn h4::after {
  position: absolute;
  content: "";
  background-color: #b8b8b8;
  width: 131px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4px;
}

.lg_ggl a {
  color: #000;
  padding-left: 10px;
}

.lg_ggl a:hover {
  color: #0aaa9e;
}

.login-pg {
  background-color: #fffef5 !important;
}

.form-control:focus {
  border-color: none;

  -webkit-box-shadow: none;

  box-shadow: none;
}

.lgin_frm .form-control {
  background-color: #f3fbfa;
  color: #0f968d;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #f3fbfa;
  height: 50px;
  border-radius: 5px;
}

.lgin_frm .form-control::-webkit-input-placeholder {
  font-size: 15px;
  color: #0f968d;
}

.lgin_frm .form-control::-moz-placeholder {
  font-size: 15px;
  color: #0f968d;
}

.lgin_frm .form-control:-ms-input-placeholder {
  font-size: 15px;
  color: #0f968d;
}

.lgin_frm .form-control::-ms-input-placeholder {
  font-size: 15px;
  color: #0f968d;
}

.rgstrn-info {
  width: 48%;
}

.lgin_frm .form-group {
  margin-bottom: 20px;
}

.btn-primary:focus {
  background: #0aaa9e;
  color: fff;
}

.lgin_frm a:hover {
  color: #0aaa9e;
}

.lgin_frm a {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #f14033;
  font-size: 15px;
}

.lg_sgn h5 {
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #b0b0b0;
  padding: 20px 0;
}

.lg_sgn a {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #0aaa9e;
  padding-left: 5px;
}

.lg_sgn a:hover {
  color: #b0b0b0;
}

.lgin_dtl h5 {
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  padding-top: 10px;
}

.lgin-icns {
  margin: 35px 0;
  width: 100%;
}

.lgin_img {
  position: relative;
  top: 82px;
}

.sgn-cpy p {
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #757472;
}

.sgn-cpy a {
  color: #757472;
}

.sgn-cpy a:hover {
  color: #0aaa9e;
}

.sgn-prvcy ul {
  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; */
}

.sgn-prvcy li a {
  color: #000;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.sgn-prvcy li a:hover {
  color: #0aaa9e;
}

.sgn-prvcy li {
  border-right: 1px solid #000;
  padding: 0 10px;
}

.lgin-end {
  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;
}

.sgn-prvcy li:last-child {
  border-right: none;
  padding-right: 0;
}

.pw-eye {
  position: relative;
}

.pw-eye span a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 21px;
  color: #484b4b;
}

/* Ayon 22.09.22 */

.tp_btn_sd_inr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.tp_btn_sd_inr {
  position: relative;
  top: -100px;
}

/* Footer pabitra 22.09.22 */

footer {
  background-color: #3c434b;
  color: #fff;
  text-align: center;
  padding: 28px 0;
}

.footer-cont p {
  font-size: 15px;
  font-family: "Lato", sans-serif;
}

.footer-cont p a {
  color: #fff;
  font-family: "Lato", sans-serif;
}

.footer-cont p a:hover {
  color: #0ba70b;
}

/* purchase tabs Ankur 22.09.22 */

.Purchase .tab-container {
  width: 100%;
}

.Purchase .tab {
  border: none;
  background-color: #fff;
  border-radius: 15px;
}

.Purchase .tabs button.active {
  background-color: #0cada2;
  color: #fff;
}

.Purchase .tabs button.active h4 {
  border-bottom: 1px solid #6cccc6;
}

.Purchase .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
}

.Purchase .tab-content {
  padding: 10px 20px;
}

.Purchase .hidden {
  display: none;
}

.Purchase .author {
  position: absolute;
  left: 35px;
  top: 35px;
  color: #fff;
}

.Purchase .mn_prchse_otr {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  padding: 15px;
  width: 280px;
}

.Purchase .mn_prchse_otr h4 {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  padding-bottom: 12px;
  border-bottom: 1px solid #5a52521f;
  text-align: left;
}

.Purchase .mn_prchse_otr p {
  font-size: 12px;
  font-family: "Lato", sans-serif;
  padding-top: 12px;
}

/* Purchase tab Content 1 Ayon paul 22.09.22 */

.prchs-tabs-hdng-dtl {
  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;
  gap: 12px;
  margin-bottom: 25px;
}

.prchs_hdng_txt {
  border-bottom: 2px solid #0caea3;
  color: #0caea3;
}

.prchs_hdng_txt h5 {
  font-size: 23px;
  text-transform: capitalize;
}

.bx_inner_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
  margin-top: 22px;
}

.bx_inner_field .form-group label {
  font-size: 17px;
  margin-left: 17px;
}

.prchs_btn {
  margin-top: 35px;
}

.prchs_btn .cmn_btn {
  padding: 13px 30px;
  font-size: 16px;
}

.prchs-tabs-inr {
  padding: 25px 0 50px;
}

.select_bx {
  margin-bottom: 38px;
}

.select_bx label p {
  font-size: 17px;
  text-transform: capitalize;
}

.select_bx label p span {
  color: red;
}

.form-select {
  border: none;
  border-bottom: 2px solid #aaaeae;
}

.form-select option {
  font-size: 16px !important;
  color: #43525f !important;
  text-transform: capitalize !important;
}

.select_bx .form-group .form-control {
  font-size: 16px;
  color: #43525f;
  text-transform: capitalize;
  outline: none;
  border: none !important;
  border-bottom: 2px solid #aaaeae !important;
}

.form-control::-webkit-input-placeholder {
  font-size: 16px;
  text-transform: capitalize;
}

.form-control::-moz-placeholder {
  font-size: 16px;
  text-transform: capitalize;
}

.form-control:-ms-input-placeholder {
  font-size: 16px;
  text-transform: capitalize;
}

.form-control::-ms-input-placeholder {
  font-size: 16px;
  text-transform: capitalize;
}

.form-control::placeholder {
  font-size: 16px;
  text-transform: capitalize;
}

.form-control::-webkit-input-placeholder {
  font-size: 16px;
  text-transform: capitalize;
}

.form-control::-moz-placeholder {
  font-size: 16px;
  text-transform: capitalize;
}

.form-control:-ms-input-placeholder {
  font-size: 16px;
  text-transform: capitalize;
}

.form-control::-ms-input-placeholder {
  font-size: 16px;
  text-transform: capitalize;
}

.form-select:focus {
  border-color: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select_bx select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select-arrow.png) no-repeat 98% 60%;
}

.after_tb_txt p {
  font-size: 16px;
  color: #393939;
}

.purchase_tab_one {
  background-color: #fff;
  padding: 20px 50px;
}

/* Purchase tab Content 2 Pabitra 22.09.22*/

.sip-sec {
  background-color: #eef2f5;
}

.sip-contbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sip-contbx h2 {
  color: #5dbfb7;
  border-bottom: 2px solid #5dbfb7;
  font-family: "Lato-Regular", sans-serif;
  font-size: 23px;
  margin-left: 10px;
}

.sip-sec {
  padding: 25px 0;
}

.sip-sec .mainform {
  background-color: #ffffff;
  padding: 20px 75px;
}

.radio-tbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.radio-tbx .form-check:last-child {
  margin-left: 10px;
}

.sip-sec form .form-label {
  font-size: 17px;
  font-family: "Lato-Regular", sans-serif;
  margin: 0;
  margin-bottom: 20px;
}

.sip-sec form .form-select {
  font-size: 16px;
  font-family: "Lato-Regular", sans-serif;
  border: none;
  border-bottom: 2px solid #aaaeae;
  border-radius: 0px;
  padding: 0;
  min-height: 38px;
}

.sip-sec form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/formdarr.png) no-repeat 98% 60%;
}

.sip-sec form .form-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.sipbt {
  background-color: #0cada2 !important;
  color: #fff;
  border: 2px solid #0cada2;
  padding: 12px 40px !important;
  border-radius: 5px;
}

.sipbt:hover {
  background: transparent !important;
  border: 2px solid #0cada2;
  color: #000;
}

.sip-sec form {
  margin-top: 25px;
}

.buynew-contbx h3 {
  font-size: 16px;
  font-family: "Lato-Regular", sans-serif;
  padding: 0 15px;
  color: #393939;
  padding-top: 20px;
}

.sip-sec .form-group .form-control {
  font-size: 16px;
  color: #43525f;
  text-transform: capitalize;
  outline: none;
  border: none !important;
  border-bottom: 2px solid #aaaeae !important;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
}

.sip-sec .form-group .form-control:focus {
  -webkit-box-shadow: none;

  box-shadow: none;
}

.sipbt {
  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;
}

.purchase_part .form-group .form-control {
  border-radius: 0;
}

.purchase_part .form-group .form-control:focus {
  -webkit-box-shadow: none;

  box-shadow: none;
}

.purchase_part .form-select {
  border-radius: 0;
}

/* Ankur 23.09.22 */

.Portfolio.resp-tab-content {
  padding: 0;
}

/* Current Holding Tab */

.b-tab {
  padding: 20px;
  display: none;
  background-color: #fff;
  margin-top: 20px;
  -webkit-box-shadow: 1px 1px 5px #0004;
  box-shadow: 1px 1px 5px #0004;
}

.b-tab.active {
  display: block;
}

.b-nav-tab {
  padding: 10px 20px;
  color: #2891f9;
  background-color: #e0e9f9;
  border-radius: 5px;
}

.b-nav-tab.active {
  color: #fff;
  background-color: #2891f9;
}

.crnt_hldng_sec {
  padding-top: 0;
}

.crnt_hldng_sec .tabs-1 {
  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;
}

.crnt_hldng_sec .rght_hldng_otr {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  gap: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.crnt_hldng_sec .rght_hldng_otr .srch_btn input {
  padding: 8px;
  border-color: #0004;
}

.crnt_hldng_sec .rght_hldng_otr .srch_btn input:hover {
  border-color: #0004;
}

.crnt_hldng_sec .grp_otr a {
  color: #0caea3;
  padding: 10px;
  background-color: #e2eafb;
  border-radius: 5px;
}

.crnt_hldng_sec .grp_otr a:hover {
  background-color: #cfe8e6;
}

.fltr_otr a {
  width: 30px;
  height: 30px;
  background-color: #e8eeee;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 1px solid #d1d6d6;
}

.hldng_tble th {
  font-size: 13px !important;
  color: #8492a6;
  padding: 10px;
}

.hldng_tble td {
  font-size: 12px;
  padding: 5px 10px;
}

.hldng_tble th span {
  margin-right: 10px;
}

.dashboard .hldng_tble .btn.btn-secondary.dropdown-toggle {
  background-color: #0bada3;
  color: #fff;
  border: none;
}

.dashboard .hldng_tble .btn.btn-secondary.dropdown-toggle:hover {
  background-color: #0c978e;
}

.hldng_tble tr {
  height: auto;
  border-bottom: 1px solid #0004;
}

.paginations_otr {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-item:not(:first-child) .page-link,
.page-item:first-child .page-link {
  color: #000;
  -webkit-box-shadow: inset 0px 0px 6px #0002;
  box-shadow: inset 0px 0px 6px #0002;
}

.page-item:not(:first-child) .page-link:focus {
  background-color: #eeeeee;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.purchase_part .form-group .form-control,
.purchase_part .form-select {
  padding: 5px 0;
}

/* Shreyasi 2309.22 */

.prtfolio_para a {
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  color: #aeb1b2;
  font-weight: 600;
}

.redeem {
  background-color: #eff3f6;
}

.rdm_inpt {
  position: relative;
}

.rdm_inpt span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
}

.rdm_grp {
  margin-bottom: 25px;
}

.rdm_tab .tab-container {
  width: 100%;
}

.rdm_tab .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rdm_tab .tabs button {
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.9;

  padding: 5px 16px;
  font-size: 13px;
}

.rdm_tab .tabs button:hover {
  opacity: 1;
}

.rdm_tab .tabs .non-active {
  opacity: 0.6;
}

.rdm_tab .tab-content {
  padding: 10px 20px;
}

.rdm_tab .hidden {
  display: none;
}

.rdm_tab .tabs .non-active {
  background-color: transparent;
  border-radius: 30px;
  color: #000;
  width: 81%;
  border: 1px solid #fff;
}

.rdm_tab .tabs .active {
  background-color: #0cada2;
  border-radius: 30px;
  width: 81%;
  border: 1px solid #0cada2;
}

.rdm_tab .tabs {
  background-color: #fff;
  border: 1px solid #d0cece;
  border-radius: 30px;
  width: 32%;
  padding: 3px;
  margin-right: 3px;
}

.tb-cntnt h5 {
  color: #393939;
  font-size: 17px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.rdm_tab .tab-content {
  margin-top: 40px;
}

.rdm_tab .tab-content .rdm_grp .form-label {
  color: #393939;
  font-size: 16px;
  text-transform: capitalize;
}

.redeem p {
  color: #43525f;
  font-size: 12px;
  /* padding: 8px 0 20PX 45PX; */
  width: 100%;

  padding-left: 10px;
}

.rdm-para {
  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;
}

.rdm_tab .tab-content label {
  font-size: 16px;
  margin-bottom: 20px;
}

.rdm_inpt .form-control {
  border: none;
  border-bottom: 1px solid #aaaeae;
  border-radius: 0;
  background-color: transparent;
}

/* .tab_main_otr .resp-tab-item.resp-tab-active:nth-child(2) {

    border-color: #cc5453;

}

.tab_main_otr .resp-tab-item.resp-tab-active:nth-child(2) svg,
.tab_main_otr .resp-tab-item.resp-tab-active:nth-child(2) span {

    color: #cc5453;


}

.tab_main_otr .resp-tab-item.resp-tab-active:first-child {

    border-color: #95ba43;

}

.tab_main_otr .resp-tab-item.resp-tab-active:first-child svg,
.tab_main_otr .resp-tab-item.resp-tab-active:first-child span {

    color: #95ba43;


}

.tab_main_otr .resp-tab-item.resp-tab-active:nth-child(3) {

    border-color: #5b83d8;

}

.tab_main_otr .resp-tab-item.resp-tab-active:nth-child(3) svg,
.tab_main_otr .resp-tab-item.resp-tab-active:nth-child(3) span {

    color: #5b83d8;


}

.tab_main_otr .resp-tab-item.resp-tab-active:nth-child(4) {

    border-color: #f1a81b;

}

.tab_main_otr .resp-tab-item.resp-tab-active:nth-child(4) svg,
.tab_main_otr .resp-tab-item.resp-tab-active:nth-child(4) span {

    color: #f1a81b;


} */

.invstd_otr ul li {
  font-size: 15px;
}

.rgstrn_wdth {
  width: 50%;
  margin: auto;
}

.lgin_frm .cmn_btn {
  padding: 6px 27px;
}

.lgin-btm.cmn_pdding {
  padding: 40px 0;
}

/* scrollbar */
* {
  scrollbar-width: 15px;
  scrollbar-color: #0caea3 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #0caea3;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.dashboard .rcmnded_sec .rcmnded_btn a {
  font-size: 15px;
}

/* 
.prchs_hdng_txt {
    padding-bottom: 20px;
} */
.purchase_tab_one .row {
  margin-top: 38px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */

input[type="number"] {
  -moz-appearance: none;
}

input[type="number"]::-moz-number-spin-box {
  height: 100px;

  width: 100px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* shreyasi(14.10.22) */
.tab_main_otr .resp-tab-item {
  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;
  background-color: #f2f2f2;
  border-radius: 20px;
}

.icn_otr {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}

.tab_main_otr .resp-tab-item.resp-tab-active .icn_otr {
  background-color: #0caea3;
}

.resp-tab-item span {
  margin-left: 10px;
}

/* Ankur 14.10.22 */

.sip-sec .form-group .form-control {
  padding-left: 0;
}

.resp-tab-item p {
  display: none;
}

.top_para {
  display: none;
}

/* piya (08.04.23) */

.top_hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dash_tab_sec .tab_main_otr .resp-tab-item {
  border: none;
  padding: 0 !important;
  border-radius: 0;
  background-color: #fff;
}

.nav-item {
  border: none;
  padding: 0 !important;
  border-radius: 0;
  background-color: #fff;
}

.dash_tab_sec .log_part {
  display: flex;
  align-items: center;
  padding-left: 80px;
  padding-right: 20px;
  gap: 12px;
}

.dash_tab_sec .log_part span {
  width: 20px;
}

.dash_tab_sec .tab_main_otr .resp-tab-item .icn_otr {
  background-color: #fff;
}

.dash_cntnct {
  display: flex;
  gap: 40px;
  align-items: end;
  padding-bottom: 20px;
}

.quck_cntnt {
  width: 20%;
  /* position: relative; */
}

/* .quck_cntnt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/dash_line.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 1px;
  height: 100%;
} */

.port_cntnct {
  width: 80%;
}

.quck_cntnt .tabs {
  justify-content: center;
  gap: 20px;
}

.dashboard.p_new_dash .tabs.quck_tabs button {
  background-color: #fff;
  color: #0f968d;
  border-radius: 30px;
  border: 1px solid #deeceb;
  padding: 20px 40px;
  width: 50%;
}

.dashboard.p_new_dash .tabs.quck_tabs button.active {
  background-color: #0f968d;
  color: #fff;
  border-radius: 30px;
}

.dashboard.p_new_dash .tabs .tb_para h4 {
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.quck_cntnt .prtfolio_para::before {
  display: none;
}

.new_purchs_para .advsrs_sec {
  margin-top: 0;
  text-align: center;
  background-color: #f5fafa;
  padding: 50px 0;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 10px #0004;
  box-shadow: 2px 2px 10px #0004;
  margin-bottom: 40px;
}

.new_purchs_para .advsrs_sec:last-child {
  margin-bottom: 0;
}

.new_purchs_para .advsrs_sec.advsrs_qus {
  background-color: transparent;
}

.new_purchs_para .advsrs_sec .img {
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  margin: auto;
  width: 100px;
  height: 100px;
  border: 1px solid #0f968d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prtfolio_para.quck_para h4,
.rcmnded_para h4 {
  font-size: 19px;
  font-family: "Raleway", sans-serif;
  color: #292929;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}

.new_purchs_para .advsrs_sec .cntnt h4 {
  font-size: 16px;
  padding-top: 20px;
  color: #737373;
}

.new_purchs_para .advsrs_sec .cntnt h2 {
  font-size: 18px;
  padding-top: 10px;
  color: #000;
}

.new_purchs_para .advsrs_sec .cntct_btn {
  margin-top: 50px;
}

.new_purchs_para .advsrs_sec .cntct_btn a {
  color: #0aaa9e;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  padding: 15px 35px;
  box-shadow: 0px 0px 2px 0px #0aaa9e;
  display: inline-block;
}

.new_purchs_para .advsrs_sec .cntct_btn a:hover {
  color: #fff;
  background-color: #0aaa9e;
  border-radius: 30px;
}

.advsrs_sec.advsrs_qus .img {
  background-color: #f5fafa;
  width: 75px;
  height: 75px;
  border: none;
}

.new_purchs_para .advsrs_sec.advsrs_qus .cntnt h4 {
  width: 80%;
  margin: auto;
}

.quck_cntnt .prchs-tabs-inr {
  padding: 0 0 0 0;
}

.sip-sec .mainform.new_purchs_para {
  background-color: transparent;
  padding: 0 0 0 0;
}

.quck_cntnt .sip-sec {
  background-color: transparent;
  padding: 0;
}

.ftr_sec {
  background-color: transparent !important;
  color: #737373 !important;
  padding: 0;
}

.ftr_sec .footer-cont p a {
  color: #737373;
}

.ftr_sec .footer-cont p a:hover {
  color: #0aaa9e;
}

.Purchase .tabs.quck_tabs button.active h4 {
  border-bottom: none;
}

.dash_tab_sec .tab_main_otr .resp-tab-item.resp-tab-active svg,
.tab_main_otr .resp-tab-item.resp-tab-active span {
  color: #0aaa9e;
}

.nav-item:hover {
  color: #0aaa9e;
}

.dash_tab_sec .resp-tab-item.resp-tab-active .icn_otr .blnk_icn {
  display: block;
}

.dash_tab_sec .resp-tab-item.resp-tab-active .icn_otr .active_icn {
  display: none;
}

.dash_tab_sec .resp-tab-item .icn_otr .active_icn {
  display: block;
}

.dash_tab_sec .resp-tab-item .icn_otr .blnk_icn {
  display: none;
}

.dash_tab_sec .tab_main_otr .resp-tab-item {
  position: relative;
  margin: 0 !important;
}

.nav-item {
  position: relative;
  margin: 0 !important;
}

.dash_tab_sec .tab_main_otr .resp-tab-item.resp-tab-active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  background-color: #0aaa9e;
}

.top_hdr {
  border-bottom: 1px solid #dcebea;
}

/* ayan dey 08.04.22  */
.parent_dashboard_header {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
}

.parent_dashboard_header .prtfolio_para h2 {
  color: #003430;
  font-family: "Rubik", sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.tab_main_otr .prtfolio_para::before {
  display: none;
}

.dashboard .tabs button.active {
  background-color: #09a99d;
}

.parent_dashboard_header .tabs button {
  border-radius: 50px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  background-color: #fff;
  border: 1px solid #dcebea;
  color: #0caea3;
}

.parent_dash_cntnt {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.l_prnt_dsh {
  width: 70%;
}

/* .r_prnt_dsh {
  width: 25%;
} */

.lpdsh_top_cntnt {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.lpdshtc_left {
  width: 68%;
  background: linear-gradient(
    90deg,
    rgba(16, 174, 162, 1) 56%,
    rgba(81, 216, 205, 1) 100%
  );
}

.lpdshtc_right {
  width: 28%;
  border: 1px solid #dcebea;
  border-radius: 15px;
  position: relative;
  padding: 60px 35px;
  border-radius: 15px;
}

.parent-lpdsl-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.parent-lpdsl-cont-wi {
  display: flex;
  gap: 20px;
  align-items: center;
}

.lpdshtc_left {
  padding: 60px 35px;
  border-radius: 15px;
}

.port-value-cntnt h4 {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  font-weight: 500;
}

.port-value-cntnt h3 {
  font-size: 27px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  color: #fff;
  margin-top: 5px;
}

.vp-btn a {
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 20px;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #fff;
  background: transparent;
  position: relative;
}

.vp-btn a:hover {
  background-color: #fff;
  color: #09a99d;
}

.prnt_lp-rt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prnt_lp-rt-cntnt h3 {
  font-weight: 500;
  color: #003430;
}

.prnt_lp-rt-cntnt h5 {
  color: #737373;
  font-size: 14px;
}

.mid-bcntn-cntnt h5 {
  color: #737373;
  font-size: 15px;
  font-weight: 400;
}

.prnt-mid-b-c-cntnt {
  display: flex;
  align-items: center;
  gap: 15px;
}

.lpdsh_mid_cntnt {
  display: flex;
  margin-top: 35px;
  justify-content: space-between;
}

.lp-midcnt-box {
  width: 30%;
}

.mid-bcntn-img {
  width: 64px;
  height: 64px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fdf6ee;
}

.lp-midcnt-box {
  padding: 35px 30px;
  border: 1px solid #dcebea;
  border-radius: 15px;
  box-shadow: 0px 0px 1px 0px #09a99d;
}

.prnt-mid-b-c-cntnt.c2 .mid-bcntn-img {
  background-color: #e6f7f6;
}

.prnt-mid-b-c-cntnt.c3 .mid-bcntn-img {
  background-color: #e8f4fe;
}

.mid-bcntn-cntnt ul li a {
  font-weight: 400;
  color: #737373;
  font-size: 14px;
}

.container2 {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.container2 canvas {
  rotate: 190deg;
}

.container2 h5 {
  font-size: 15px;
  color: #737373;
}

.container2 chart {
  font-size: 27px;
}

.r-prnt-cntnt h4 {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #003430;
}

.chart-cntnt h3 {
}

.chart-cntnt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.container2 .box {
  padding: 30px;
}

.r-prnt-cntnt {
  padding: 20px 0;
  background-color: #f5fafa;
  border: 1px solid #dcebea;
  border-radius: 15px;
}

.equ-debt {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 7px 0;
}

.equity {
  padding-left: 10px;
  border-left: 5px solid #09a99d;
}

.debt {
  padding-left: 10px;
  border-left: 5px solid #e2e2e2;
}

.parent-r-sol {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.parent_dash_cntnt.bottom {
  margin-top: 40px;
}

.pdcb-hdng {
  margin-bottom: 20px;
}

.pdcb-hdng h4 {
  font-weight: 500;
  font-size: 18px;
  color: #003430;
}

.parent-r-sol-box {
  width: 30%;
  display: flex;
  gap: 20px;
  border: 1px solid #dcebea;
  padding: 25px;
  border-radius: 25px;
  min-height: 335px;
  box-shadow: 0px 0px 1px 0px #09a99d;
}

.parent_dash_cntnt.bottom {
  display: block;
}

.rsl-img {
  width: 93px;
  height: 93px;
  border-radius: 50px;
  background-color: #e8f4fe;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rsl-cntnt h3 {
  color: #003430;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 18px;
}

.rsl-cntnt ul li {
  margin-bottom: 12px;
}

.rsl-cntnt ul li a {
  color: #737373;
  font-size: 15px;
}

.parent-r-sol-box:nth-child(2) .rsl-img {
  background-color: #fdf6ee;
}

.parent-r-sol-box:nth-child(3) .rsl-img {
  background-color: #e6f6f5;
}

/* !Ankur! */

.tab-anchor-menu {
  margin-top: 34px;
}

.tab-anchor-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.tab-anchor-menu ul li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
}

.tab-anchor-menu ul li a {
  color: #09a99d;
  font-weight: bold;
  display: inline-block;
  padding: 18px 26px;
  display: block;
  text-decoration: none;
  transition: 0.5s all;
  border-bottom: 0;
  border: 1px solid #09a99d;
  border-radius: 50px;
  font-size: 17px;
  font-family: "Rubik";
}

.tab-anchor-menu ul li a:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #09a99d;
}

.tab-anchor-menu ul li a.active {
  color: #fff;
  text-decoration: none;
  background-color: #09a99d;
}

.tab-box {
  display: none;
}

.tab-anchor {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.tab-main-box {
  margin-top: 30px;
}

.ftr_last {
  margin-top: 30px;
}

.ftr_last p {
  font-size: 15px;
  text-align: center;
  font-family: "Rubik";
}

.ftr_last p a {
  font-size: 15px;
  text-align: center;
  color: #000;
  font-family: "Rubik";
}

.ftr_last p a:hover {
  color: #09a99d;
}

.dash_tab_sec .tab_main_otr .dashboard,
.dashboard,
.Portfolio {
  padding: 35px;
  padding-top: 20px;
}

.dash_tab_sec .tab-container {
  padding-top: 0;
}

.Portfolio .tab-content {
  padding: 27px 0 45px;
}

.log-out a .fa-power-off {
  font-size: 20px;
  color: #9c9c9c !important;
}

a {
  color: #000;
}

.mid-bcntn-cntnt h3 {
  font-weight: 500;
}

/* piya */

.Portfolio {
  background-color: #f8f8f8;
}

.Portfolio .tabs button.active {
  background-color: #09a99d;
}

.Portfolio .tabs button {
  padding: 10px 20px;
  cursor: pointer;
  text-transform: capitalize;
}

.Portfolio .tabs button.active {
  background-color: #09a99d;
  color: #fff;
}

.Portfolio .tabs .tab_btn {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: flex-end;
  padding-right: 20px;
}

.Portfolio .quck_cntnt .tab-anchor-menu {
  margin-top: 15px;
}

.Portfolio .tab_main_otr .prtfolio_para {
  padding-bottom: 0px;
}

.Portfolio .new_purchs_para .advsrs_sec .img {
  border: none;
  background-color: #f4f1e9;
}

.Portfolio .container2 canvas {
  rotate: -45deg;
}

.Portfolio .new_purchs_para .advsrs_sec .cntnt h2 {
  font-size: 24px;
  padding-top: 10px;
  color: #000;
}

.Portfolio .new_purchs_para .advsrs_sec .cntnt h2 span {
  font-size: 16px;
  padding-top: 10px;
  color: #09a99d;
}

.Portfolio .new_purchs_para .advsrs_sec .cntct_btn a {
  color: #0aaa9e !important;
  background-color: #ddf2f1;
}

/* 
.Portfolio .new_purchs_para .advsrs_sec .cntct_btn a:hover {
  color: #fff !important;
  background-color: #0aaa9e;
} */

.Portfolio .new_purchs_para .advsrs_sec .cntct_btn {
  margin-top: 30px;
}

.Portfolio .parent_dashboard_header {
  display: flex;
  justify-content: flex-end;
}

.Portfolio .port_cntnct {
  width: 80%;
}

.prtflo-cntnt .parent_dashboard_header {
  margin-top: 35px;
}

.Portfolio .l_prnt_dsh .lpdsh_top_cntnt .lpdshtc_left {
  width: 100%;
  background: #f5fafa !important;
  border: 1px solid #dcebea;
}

.Portfolio .r-prnt-cntnt {
  min-height: 355px;
}

.prt_invst {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}

.prt_invst .prt_amnt .cntnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcebea;
  margin-bottom: 20px;
}

.prt_invst .prt_amnt .cntnt:last-child {
  margin-bottom: 0;
}

.prt_invst .prt_amnt .cntnt h4 {
  color: #737373;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.prt_invst .prt_amnt .cntnt h2 {
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.prt_invst .prt_amnt {
  width: 60%;
}

.prt_invst .prt_tbl {
  width: 40%;
  border: 1px solid #dcebea;
  border-radius: 20px;
  overflow: hidden;
}

.prt_invst .prt_tbl table {
  padding: 10px;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  background-color: #fff;
}

.prt_invst .prt_tbl table td,
th {
  padding: 12px;
}

.prt_invst .prt_tbl table td {
  border: 1px solid #dcebea;
  color: #003430;
}

.prt_invst .prt_tbl table tr td:first-child {
  color: #737373;
}

.prt_btm_part {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 40px;
}

.prt_btm_part .cntnt h4 {
  color: #737373;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.prt_btm_part .cntnt h2 {
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  padding-bottom: 10px;
}

/* shreyasi */

.prtflo-srch input {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 90%;
}

.Portfolio .srch_btn.prtflo-srch {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #dcebea;
  width: 100%;
}

.Portfolio .crnt_hldng_sec .rght_hldng_otr {
  width: 25%;
}

#submit {
  background: url(../images/srch-icon-prtflo.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: center right 50%;
  background-size: auto auto;
  width: 10%;
  border-top-right-radius: 20px;
  padding: 0;
  vertical-align: middle;
}

.Portfolio .crnt_hldng_sec .rght_hldng_otr .srch_btn input {
  border: none;
  background: transparent;
  padding: 15px 12px;
}

.prtflo-tbl th {
  color: #003430;
}

.prtflo-tbl td {
  color: #737373;
}

.pagination {
  align-items: center;
}

.prtflo-pgntn .page-item .page-link {
  background-color: #fff;
  color: #737373 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  margin-right: 5px;
}

.prtflo-pgntn .page-item:nth-child(2) .page-link {
  background-color: #09a99d;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  margin-right: 5px;
}

.prtflo-hldngs {
  margin-right: 10px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #09a99d !important;
  font-weight: 500;
  border: 1px solid #09a99d;
  padding: 10px 25px;
}

.prtflo-hldngs.active {
  background-color: #09a99d;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #fff !important;
  padding: 10px 25px;
}

.prtflo-tbl.b-tab {
  padding: 0;
  margin-top: 25px;
}

.paginations_otr.prtflo-pgntns {
  margin: 10px;
  margin-top: 25px;
  align-items: baseline !important;
}

.prtflo-tbl {
  border: 1px solid #e8f2f1;
  padding-bottom: 10px;
}

/* .tab-anchor-menu.prtflo-menu ul li a {
  padding: 10px 30px;
  color: #09a99d !important;
}
.tab-anchor-menu.prtflo-menu .active {
  background-color: #fff;
  border: 1px solid #09a99d;
  color: #fff !important;
}
.tab-anchor-menu.dashbrd-menu ul li a {
  padding: 10px 30px;
  color: #fff !important;
} */
.active h4 {
  color: #fff !important;
  /* font-size: 16px; */
}

.tab-anchor-menu ul li a {
  color: #09a99d !important;
  padding: 10px 30px;
}

.tab-anchor-menu ul li a h4 {
  font-size: 16px;
  /* color: #fff; */
}

/* .tab-anchor-menu.prtflo-menu {
  padding: 10px 30px;
} */
/* .dash_tab_sec .tab-content {
  padding: 17px 0;
} */
/* --- 17.04.23 ---  */
.icn_otr img {
  /* filter: brightness(0) invert(1); */
  filter: grayscale(1);
}

.nav-item:hover {
  border-bottom: 2px solid #09a99d;
}

.nav-item:hover .icn_otr span {
  color: #09a99d;
}

.nav-item {
  border-bottom: 2px solid transparent;
  transition: 0.5s ease all;
}

.nav-item .blnk_icn {
  transition: 0.5s ease all;
}

.nav-item:hover .blnk_icn {
  filter: grayscale(0);
}

.log_part {
  margin-right: 20px;
}

.log_part span {
  margin-right: 8px;
}

.log_part span:first-child {
  margin-right: 0;
}

.log_part span a img {
  width: 20px;
}

.log-out a img {
  width: 36px !important;
}

.navbar-toggler.close .nav_toggler_open {
  display: none;
}

.navbar-toggler.collapsed.close .nav_toggler_open {
  display: block;
}

.navbar-toggler.close .nav_toggler_close {
  display: block;
}

.navbar-toggler.collapsed.close .nav_toggler_close {
  display: none;
}

.nav_toggler_close {
  display: none;
}

.navbar-toggler span {
  font-size: 25px;
  color: #09a99d;
}

#header_id {
  position: relative;
}

.navbarNav {
  display: block;
}

.collapse:not(.show) {
  display: block;
}

.navbar-toggler {
  display: none;
}

.icn_otr span {
  font-size: 13px;
  font-family: "Lato", sans-serif;
  color: #969696;
  font-weight: 400;
}

.current-menu-item.nav-item {
  border-bottom: 2px solid #09a99d;
}

.current-menu-item.nav-item .icn_otr span {
  color: #09a99d;
}

.current-menu-item.nav-item .blnk_icn {
  filter: grayscale(0);
}

.parent-portfolio-allocation {
  padding: 30px;
  border-radius: 15px;
  border: 2px solid #dcebea;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.ppal-box {
  border-radius: 20px;
  padding: 20px;
}

.pie-chart-img {
  width: fit-content;
  margin: 30px auto 0;
}

.pp-aloc-hdng {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
}

.pp-aloc-hdng span {
  width: 30px;
  height: 30px;
  background-color: #f8d2a4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #003430;
}

.pp-aloc-hdng h5 {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.ppal-box:nth-child(2) {
  background-color: #8cbae5;
}

.ppal-box:nth-child(3) {
  background-color: #a8bddd;
}

.ppal-box:last-child {
  background-color: #a1c2ed;
}

.ppal-box-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ppal-box-inner-box {
  border-radius: 20px;
  padding: 20px 15px;
  border: 1px solid #bad6ef;
}

.ppal-box-inner-box {
  text-align: center;
}

.ppal-box-inner-box h5 {
  font-weight: 500;
  color: #fff;
}

.ppal-box-inner-box p {
  color: #fff;
  font-size: 14px;
}

.ppal-box-inner {
  margin-top: 20px;
  row-gap: 20px;
}

.ppal-box-inner-box {
  width: 45%;
}

.prtfolio_para.quck_para.fw5 h4 {
  font-weight: 500 !important;
}

.parent-portfolio-allocation.btm .ppal-box-inner-box h5 {
  color: #003430;
  font-weight: 500;
}

.parent-portfolio-allocation.btm .ppal-box-inner-box p {
  color: #003430;
  font-weight: 500;
}

.parent-portfolio-allocation.btm .pp-aloc-hdng h5 {
  color: #003430;
  font-weight: 500;
}

.parent-portfolio-allocation.btm .ppal-box:nth-child(2) {
  background-color: #f0f6fc;
}

.parent-portfolio-allocation.btm .ppal-box:nth-child(3) {
  background-color: #f4f7fb;
}

.parent-portfolio-allocation.btm .ppal-box:last-child {
  background-color: #126df626;
}

.parent-swiper {
  position: relative;
  width: 74%;
}

ul#tabs-nav {
  display: flex;
}

#tabs-nav li.active .prtflo-hldngs {
  background-color: #09a99d;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #fff !important;
}

.nap_hedng {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.tabs-hdng {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tabs-hdng .search-box {
  padding: 8px;
  border: 2px solid #dcebea;
  box-shadow: none;
  width: 350px;
}

.dropdown-span {
  font-size: 15px;
}

.nap_hedng .prtfolio_para.quck_para h4,
.rcmnded_para h4 {
  color: #003430;
  font-size: 17px;
  font-weight: 500;
}

/* --- drop down --  */
.dropdown-wrapper {
  position: relative;
  width: 160px;
  margin: 10px;
  padding: 12px 15px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(116, 238, 208, 0.896);
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease-out;
  z-index: 9;
  border: 0.5px solid #0aaa9e;
  border-radius: 50px;
}

.dropdown-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-width: 8px 8px 0 8px;
  border-style: dotted;
  border-color: #000 transparent;
}

.dropdown-wrapper span {
  color: #0aaa9e;
}

.dropdown-wrapper.is-active span {
  color: #fff;
}

.dropdown-wrapper.is-active {
  border-radius: 5px 5px 0 0;
  background: #0aaa9e;
  box-shadow: none;
  border-bottom: none;
  color: white;
}

.dropdown-wrapper.is-active:after {
  border-color: #ffffff transparent;
  transform: rotate(180deg);
}

.dropdown-wrapper.is-active .dropdown-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 400px;
}

.dropdown-list {
  /* Size & position */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  /* Styles */
  background: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  border-bottom: none;
  list-style: none;
  transition: all 0.3s ease-out;
  /* Hiding */
  max-height: 0;
  overflow: hidden;
}

.dropdown-list li {
  padding: 0 10px;
}

.dropdown-list li:hover a {
  color: #0aaa9e !important;
}

.dropdown-list li:last-of-type a {
  border: none;
}

.dropdown-list a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px 0;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #e6e8ea;
  font-size: 14px;
}

/* drop down end  */
.download-btn {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #09a99d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download-btn img {
  width: 20px;
}

.right-tab-hdng {
  display: flex;
  gap: 10px;
  align-items: center;
}

.bck_btn span {
  margin-right: 10px;
}

.ftr_last_btm {
  display: none;
}

.ftr_last_btm p {
  font-size: 15px;
  text-align: center;
  font-family: "Rubik";
}

.ftr_last_btm p a {
  font-size: 15px;
  text-align: center;
  color: #000;
  font-family: "Rubik";
}

.ftr_last_btm p a:hover {
  color: #09a99d;
}

/* shreyasi */
.prtflo__fmly.Portfolio .srch_btn.prtflo-srch {
  width: auto;
}

.Portfolio.prtflo__fmly .crnt_hldng_sec .rght_hldng_otr {
  width: 29%;
}

.Portfolio.prtflo__fmly .prtflo-srch input {
  width: 85%;
}

.Portfolio.prtflo__fmly #submit {
  width: 15%;
}

.new_purchs_para .advsrs_sec .cntct_btn a:hover {
  color: #fff;
}

.dshbrd-new .prt_invst .prt_tbl {
  width: 100%;
}

.dshbrd-new .lp-midcnt-box {
  padding: 20px 14px;
}

.dshbrd-new .prt_invst .prt_tbl table td,
th {
  padding: 7px;
}

.dshbrd-new .prt_tbl td {
  font-size: 15px;
}

.new_purchs_para .advsrs_sec .cntct_btn a {
  font-weight: 500 !important;
}

.dropdown-toggle::after {
  display: none !important;
}

#dropdownMenuButton1 {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Ankur 16.05.2023 */

#amy-modal {
  overflow: auto;
}

#amy-modal .modal-body {
  overflow: auto;
}

#amy-modal td {
  font-size: 12px;
  text-align: center;
  padding: 15px 10px;
}

#amy-modal .modal-dialog {
  max-width: 100%;
  width: 700px;
}

#amy-modal h4 {
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#amy-modal h5 {
  font-size: 16px;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

#amy-modal label {
  font-size: 16px;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

#amy-modal .modal-body {
  padding: 0.5rem;
}

#amy-modal .modal-body th {
  font-size: 14px;
  text-align: center;
}

#amy-modal .form-select {
  border: 1px solid #0004;
  background-color: #eee;
}

#amy-modal .modal-footer button {
  border-radius: 50px px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  background-color: #fff;
  border: 1px solid #dcebea;
  background-color: #0caea3;
  color: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 13px;
}

#amy-modal .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #fff;
  filter: invert(1);
}

#amy-modal .modal-header {
  background-color: #0caea3;
}

.tab-content.hidden {
  display: none;
}

.sip_dtl .tab-content.hidden {
  display: block;
}

.dropdown-item {
  font-size: 12px;
  font-weight: 400;
  color: #737373;
}

/* Ankur 19.05.23 */

.Portfolio .port_cntnct {
  width: 20%;
}

.Portfolio .l_prnt_dsh {
  width: 60%;
}

.Portfolio .r-prnt-cntnt {
  padding: 20px;
}

.Portfolio .tab-content {
  padding: 15px 15px 0 15px;
}

/* Transact Page */

/* Ankur 17.05.2023 */

.transact {
  padding: 20px 35px;
}

.transact .hdng {
  font-size: 18px;
  font-weight: 500;
  color: #003430;
}

.transact #Transact_Tab {
  padding-top: 20px;
}

.transact #Transact_Tab .resp-tabs-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.parent-transact-scheme {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px;
  background-color: #f5fafa;
  border-radius: 15px;
  text-align: center;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.transact-scheme-box {
  width: 200px;
  position: relative;
  overflow: hidden;
}

.transact-scheme-box input {
  display: none;
}

.transact-scheme-box label {
  background-color: #fff;
  padding: 15px 25px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  user-select: none;
  border: 1px solid #dcebea;
  border-radius: 20px;
  cursor: pointer;
}

.transact-scheme-box h5 {
  font-size: 14px;
  font-weight: 400;
  color: #003430;
  margin: 10px 0;
  width: 90%;
  margin-inline: auto;
}

/* Custom input box */

.parent-transact-scheme {
  position: relative;
  background-color: #f5fafa;
}

.parent-transact-scheme label span {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  aspect-ratio: 1;
  left: 10px;
  position: absolute;
  top: 10px;
}

.parent-transact-scheme label span:after {
  content: "";
  background: url(../images/tick.png);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  object-fit: contain;
  background-size: 100% 100%;
  filter: invert(1);
}

.parent-transact-scheme input[type="checkbox"]:checked + label span {
  background-color: #09a99d;
  border-color: #09a99d;
}

.parent-transact-scheme input[type="checkbox"]:checked + label span:after {
  opacity: 1;
}

.prchs_cntnt_btn {
  margin: 10px 0;
}

.prchs_cntnt_btn .cmn_btn {
  border-radius: 50px;
}

.ftr {
  padding: 10px 0;
}

.ftr p {
  font-size: 15px;
  color: #737373;
  letter-spacing: 0.5px;
  padding: 15px 25px;
}

.ftr p a {
  font-size: 15px;
  color: #737373;
  letter-spacing: 0.5px;
  transition: 0.5s all;
}

.ftr p a:hover {
  color: #0aaa9e;
}

/* Purchase Process Multistep */

#msform {
  text-align: center;
  position: relative;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#progressbar {
  overflow: hidden;
  display: flex;
  gap: 10px;
  margin-top: 35px;
}

#progressbar .active {
  color: #09a99d;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  position: relative;
  font-weight: 400;
}

#progressbar li:before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #09a99d;
  font-weight: 400;
  box-shadow: #dcebea 0px 2px 8px 0px;
  margin: 5px;
}

#progressbar li:nth-child(2):before {
  content: "2";
}

#progressbar li:nth-child(3):before {
  content: "3";
}

#progressbar li:nth-child(4):before {
  content: "4";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  display: block;
  font-size: 20px;
  color: #000;
  border-radius: 50%;
  margin-inline: 0;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #deeceb;
}

#progressbar li.active:before {
  font-family: FontAwesome;
  content: "\f00c" !important;
  color: #09a99d;
}

#progressbar li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
  color: #d5d9d9;
}

#progressbar li.active:before {
  background-color: #09a99d;
  color: #fff;
}

#progressbar span {
  font-weight: 500;
  display: block;
  font-size: 17px;
  color: #09a99d;
}

/* 
.prchs_prcss_sec {
  padding: 20px 25px;
} */

.prchs_prcss_sec .heading {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.prchs-prcs-mn .tb_hdng {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: left;
}

.prchs-prcs-inr {
  position: relative;
  width: 100%;
  background-color: #f5fafa;
  border-radius: 15px;
  text-align: center;
  margin-top: 30px;
}

.prchs-prcs-prts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 55px 0;
}

.prchs-prcs-bx {
  width: 25%;
  padding: 20px 75px;
  border-right: 2px solid #dcebea;
}

.prchs-prcs-bx h2 {
  font-size: 17px;
  color: #003430;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 28px;
}

.prchs-prcs-bx h5 {
  font-size: 17px;
  color: #737373;
  text-transform: capitalize;
  padding-block: 25px;
}

.prchs-bx-slct {
  font-size: 15px;
  color: #003430;
  width: 100%;
  margin: auto;
  padding: 15px 18px;
  border-radius: 50px;
  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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/prcs-slct.png) no-repeat;
  background-size: 13px;
  background-position: 95% center;
  margin-bottom: 20px;
}

.prchs-bx-slct option {
  font-size: 15px;
  color: #003430;
}

.flio_bx {
  width: 75%;
  margin-inline: auto;
}

.prchs-prcs-img-otr {
  padding: 28px 85px;
  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;
  background: #fff;
  border: 1px solid #dcebea;
  height: 155px;
  border-radius: 15px;
  position: relative;
}

.prcs-bx-btn a {
  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;
  gap: 13px;
  width: 100%;
  margin: auto;
  border-radius: 50px;
  padding: 10px 20px;
}

.prchs-prcs-trsh {
  position: absolute;
  width: 17px;
  height: 21px;
  top: 10px;
  left: 10px;
}

.prcs-bx-btn a span:first-child {
  width: 21px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background: #fff;
}

.prcs-bx-btn a span svg {
  color: #0aaa9e;
  font-size: 12px;
  font-weight: 800;
}

.prchs-prcs-img img {
  width: 100%;
  height: auto;
}

/* Ankur Purchase Process */

.prchs_prcss_ttl_otr {
  display: none;
}

.purchase_cntnt.active {
  display: none;
}

.transact.prchs_prcss_ttl_otr.active {
  display: block;
}

/* pabitra(17.05.23) */
.purchreview .prchs-prcs-bx {
  border-right: none;
}

.purchreview .prchs-prcs-img-otr h4 {
  color: #737373 !important;
  font-size: 15px;
  padding-bottom: 4px;
}

.anotherbx {
  width: 75%;
}

.purchreview .prcs-bx-btn .cmn_btn {
  width: 100%;
}

.sch-bx {
  border: 1px solid #dcebea;
  border-radius: 15px;
  /* padding: 15px 35px; */
  text-align: center;
}

.asset-bx {
  border: 1px solid #dcebea;
  border-radius: 15px;
  /* padding: 15px 35px; */
  text-align: center;
}

.Dividend-bx {
  border: 1px solid #dcebea;
  border-radius: 15px;
  /* padding: 15px 35px; */
  text-align: center;
}

.Amount-bx {
  border: 1px solid #dcebea;
  border-radius: 15px;
  /* padding: 15px 35px; */
  text-align: center;
}

.addelt-bx {
  /* padding: 15px 35px; */
}

.anotherbx .prchs-prcs-img-otr {
  padding: 0 60px 0 15px;
  justify-content: space-around;
}

.anotherbx .prchs-prcs-img-otr h2 {
  padding-bottom: 0px;
}

.edbtn {
  margin-bottom: 20px;
  background-color: transparent;
  color: #000;
}

.edbtn .cmn_btn {
  background-color: transparent;
  color: #000;
  border: 1px solid #dcebea !important;
}

.brd-bx {
  padding: 28px 50px;
}

.edbtn .cmn_btn span {
  color: #09a99d;
}

.edbtn .cmn_btn {
  box-shadow: 0px 2px 5px 0px #dcebea;
}

.previous.action-button-previous.cmn_btn {
  border-radius: 50px;
  background-color: transparent;
  border: 2px solid #09a99d;
  color: #09a99d;
}

.next.action-button.cmn_btn {
  border-radius: 50px;
  background-color: #09a99d;
  border: 2px solid #09a99d;
  color: #fff;
}

/* ---shreyasi--- */

.transact #Transact_Tab .resp-tabs-list {
  padding-bottom: 23px;
}

.transact.prchs_prcss_ttl_otr .hdng {
  color: #003430 !important;
}

.prchs-bx-slct {
  border: 1px solid #e1eeed;
  background-color: #ffffff;
}

.prcs-bx-btn .cmn_btn {
  font-size: 17px;
  font-weight: 500;
}

.resp-tabs-list li {
  font-weight: 500;
}

.transct_otr {
  padding: 0 12px;
}

.prchs-prcs-sec.purchreview .prchs-prcs-bx {
  padding: 75px 0;
}

.prchs-prcs-sec.purchreview .prchs-prcs-bx:first-child {
  width: 17%;
}

.prchs-prcs-sec.purchreview .prchs-prcs-bx:last-child {
  width: 70%;
}

.prchs-prcs-sec.purchreview .prchs-prcs-prts {
  justify-content: center;
  gap: 50px;
}

.prchs-prcs-sec.purchreview .prchs-prcs-img-otr {
  padding: 0;
}

.prchs-prcs-sec.purchreview .prchs-prcs-bx:last-child .prchs-prcs-img-otr {
  justify-content: space-between;
  gap: 30px;
  padding: 0 30px;
}

.prchs-prcs-sec.purchreview .prchs-prcs-bx:last-child .prchs-prcs-img-otr > * {
  padding: 28px 0;
}

.prchs-prcs-sec.purchreview
  .prchs-prcs-bx:last-child
  .prchs-prcs-img-otr
  > *:nth-child(1) {
  width: 375px;
}

.prchs-prcs-sec.purchreview
  .prchs-prcs-bx:last-child
  .prchs-prcs-img-otr
  > *:nth-child(2) {
  width: 170px;
}

.prchs-prcs-sec.purchreview
  .prchs-prcs-bx:last-child
  .prchs-prcs-img-otr
  > *:nth-child(3) {
  width: 200px;
}

.prchs-prcs-sec.purchreview
  .prchs-prcs-bx:last-child
  .prchs-prcs-img-otr
  > *:nth-child(4) {
  width: 155px;
}

.prchs-prcs-sec.purchreview
  .prchs-prcs-bx:last-child
  .prchs-prcs-img-otr
  > *:nth-child(5) {
  padding: 0 50px;
}

.previous.action-button-previous.cmn_btn {
  margin-top: 10px;
  border: 2px solid #dcebea;
  padding: 15px 0;
  font-size: 17px;
  width: 140px;
  margin-right: 5px;
  font-weight: 500;
}

.next.action-button.cmn_btn {
  margin-top: 10px;
  padding: 15px 0;
  font-size: 17px;
  width: 140px;
  margin-left: 5px;
  font-weight: 500;
}

.prchs_prcss {
  font-size: 12px !important;
  padding: 10px 22px !important;
}

.ftr p {
  padding: 0px 45px;
}

.prchs-prcs-sec {
  padding: 0;
}

.resp-tab-content {
  padding: 0;
}

/* Ayan Dey 18.05.2023 */

.outer-box {
  border: 1px solid #dcebea;
  border-radius: 30px;
}

.inner-box.part-1 {
  background-color: #f5fafa;
}

.inner-box {
  width: 590px;
}

.ss-hdng {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: left;
  color: #003430;
  margin-bottom: 25px;
}

.inb-abf-box h3 {
  font-size: 17px;
  color: #003430;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 28px;
}

.inb-fund-box {
  padding: 35px 0;
  width: 410px;
  margin-inline: auto;
}

.inb-abf-box {
  background-color: #fff;
  padding: 20px 0;
  border-radius: 25px;
  position: relative;
  border: 1px solid #dcebea;
  margin-bottom: 20px;
}

.dlt-optn {
  position: absolute;
  top: 15px;
  right: 12px;
}

.inb-chld-box {
  width: 190px;
  border: 1px solid #dcebea;
}

.prnt-inb-main-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.inb-chld-box {
  padding: 25px 0;
  background-color: #fff;
  border-radius: 25px;
}

.inb-chld-box .text {
  font-size: 15px;
  font-weight: 400;
  color: #737373;
  margin-bottom: 5px;
}

.inb-chld-box .number {
  font-size: 17px;
  font-weight: 500;
  color: #003430 !important;
}

.prcs-bx-btn.absl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  gap: 10px;
  margin: 0 auto;
}

.prcs-bx-btn.absl a {
  width: max-content;
}

.i-btn {
  cursor: pointer;
}

.outer-box {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 45px;
}

.inb-scheme1-box {
  width: 520px;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #dcebea;
  margin: 35px 0;
  overflow: hidden;
  padding-bottom: 20px;
}

.inbsb-s1-hdng {
  background-color: #f5fafa;
}

.inbsb-s1-hdng h3 {
  font-size: 17px;
  color: #003430;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 28px;
  text-align: center;
  transform: translateY(12px);
}

.inbsb-s1-sub-hdng h4 {
  font-size: 15px;
  color: #737373 !important;
  margin-bottom: 15px;
  margin-top: 15px;
}

.prnt-dtl-mf {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 15px;
  justify-content: flex-start;
}

.prnt-dtl-mf .prchs-bx-slct {
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  margin: 0 !important;
  border: 2px solid #dcebea;
  width: 96%;
}

.prnt-dtl-mf h3 {
  font-size: 15px;
  color: #003430;
  font-weight: 400;
}

.inbsb-s1-sub-hdng span {
  color: red;
}

.prnt-dtl-mf input[text] {
  font-size: 15px;
  color: #003430;
  width: 65%;
  padding: 15px 18px;
  border-radius: 50px;
  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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/i-btn.png) no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 13px;
  background-position: 95% center;
  margin-bottom: 20px;
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  border: 2px solid #dcebea;
}

.prcs-bx-btn.absl a {
  font-weight: 500;
  font-size: 17px;
}

.outer-box {
  border: 1px solid #dcebea;
  border-radius: 30px;
}

.inner-box.part-1 {
  background-color: #f5fafa;
}

.inner-box {
  width: 590px;
}

.ss-hdng {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: left;
  color: #003430;
  margin-bottom: 25px;
}

.inb-abf-box h3 {
  font-size: 17px;
  color: #003430;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 28px;
}

.inb-fund-box {
  padding: 35px 0;
  width: 410px;
  margin-inline: auto;
}

.inb-abf-box {
  background-color: #fff;
  padding: 20px 0;
  border-radius: 25px;
  position: relative;
  border: 1px solid #dcebea;
  margin-bottom: 20px;
}

.dlt-optn {
  position: absolute;
  top: 15px;
  right: 12px;
}

.inb-chld-box {
  width: 190px;
  border: 1px solid #dcebea;
}

.prnt-inb-main-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.inb-chld-box {
  padding: 25px 0;
  background-color: #fff;
  border-radius: 25px;
}

.inb-chld-box .text {
  font-size: 15px;
  font-weight: 400;
  color: #737373;
  margin-bottom: 5px;
}

.inb-chld-box .number {
  font-size: 17px;
  font-weight: 500;
  color: #003430 !important;
}

.prcs-bx-btn.absl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  gap: 10px;
  margin: 0 auto;
}

.prcs-bx-btn.absl a {
  width: max-content;
}

.i-btn {
  cursor: pointer;
}

.outer-box {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 45px;
}

.inb-scheme1-box {
  width: 520px;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #dcebea;
  margin: 0;
  overflow: hidden;
  padding-bottom: 20px;
}

.inbsb-s1-hdng {
  background-color: #f5fafa;
}

.inbsb-s1-hdng h3 {
  font-size: 17px;
  color: #003430;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 28px;
  text-align: center;
  transform: translateY(12px);
}

.inbsb-s1-sub-hdng h4 {
  font-size: 15px;
  color: #737373 !important;
  margin-bottom: 15px;
  margin-top: 15px;
}

.prnt-dtl-mf {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 15px;
  justify-content: flex-start;
}

.prnt-dtl-mf .prchs-bx-slct {
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  margin: 0 !important;
  border: 2px solid #dcebea;
  width: 100%;
}

.prnt-dtl-mf h3 {
  font-size: 15px;
  color: #003430;
  font-weight: 400;
  width: 30%;
}

.inbsb-s1-sub-hdng span {
  color: red;
}

.prnt-dtl-mf input[type="text"] {
  font-size: 15px;
  color: #003430;
  width: 65%;
  padding: 15px 18px;
  border-radius: 50px;
  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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/i-btn.png) no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 13px;
  background-position: 95% center;
  margin-bottom: 20px;
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  border: 2px solid #dcebea;
}

.prcs-bx-btn.absl a {
  font-weight: 500;
  font-size: 17px;
}

/* Submitted Successfully */

.wrapperAlert {
  max-width: 500px;
  height: 400px;
  overflow: hidden;
  border-radius: 12px;
  border: thin solid #ddd;
  margin-inline: auto;
}

.wrapperAlert .topHalf {
  width: 100%;
  color: white;
  overflow: hidden;
  min-height: 250px;
  position: relative;
  padding: 40px 0;
  background: rgb(0, 0, 0);
  background: -webkit-linear-gradient(45deg, #09a99d, #a0ebcf);
}

.wrapperAlert .topHalf p {
  margin-bottom: 30px;
}

svg {
  fill: white;
}

.wrapperAlert .topHalf h1 {
  font-size: 2.25rem;
  display: block;
  font-weight: 500;
  letter-spacing: 0.15rem;
  text-shadow: 0 2px rgba(128, 128, 128, 0.6);
}

/* Original Author of Bubbles Animation -- https://codepen.io/Lewitje/pen/BNNJjo */
.wrapperAlert .bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.wrapperAlert li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  /* fade(green, 75%);*/
  bottom: -160px;

  -webkit-animation: square 20s infinite;
  animation: square 20s infinite;

  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.wrapperAlert li:nth-child(1) {
  left: 10%;
}

.wrapperAlert li:nth-child(2) {
  left: 20%;

  width: 80px;
  height: 80px;

  animation-delay: 2s;
  animation-duration: 17s;
}

.wrapperAlert li:nth-child(3) {
  left: 25%;
  animation-delay: 4s;
}

.wrapperAlert li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;

  animation-duration: 22s;

  background-color: rgba(white, 0.3);
  /* fade(white, 25%); */
}

.wrapperAlert li:nth-child(5) {
  left: 70%;
}

.wrapperAlert li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;

  animation-delay: 3s;
  background-color: rgba(white, 0.2);
  /* fade(white, 20%); */
}

.wrapperAlert li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;

  animation-delay: 7s;
}

.wrapperAlert li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;

  animation-delay: 15s;
  animation-duration: 40s;
}

.wrapperAlert li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;

  animation-delay: 2s;
  animation-duration: 40s;
  background-color: rgba(white, 0.3);
  /*fade(white, 30%);*/
}

.wrapperAlert li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;

  animation-delay: 11s;
}

@-webkit-keyframes square {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-500px) rotate(600deg);
  }
}

@keyframes square {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-500px) rotate(600deg);
  }
}

.wrapperAlert .bottomHalf {
  align-items: center;
  padding: 35px;
}

.wrapperAlert .bottomHalf p {
  font-weight: 500;
  font-size: 1.05rem;
  margin-bottom: 20px;
}

.wrapperAlert button {
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 12px;
  padding: 10px 18px;
  background-color: #019871;
  text-shadow: 0 1px rgba(128, 128, 128, 0.75);
}

.wrapperAlert button:hover {
  background-color: #85ddbf;
}

/* Ayan Dey 19.05.23 */

.inbsb-s1-hdng {
  position: relative;
}

.delte {
  position: absolute;
  top: 10px;
  right: 10px;
}

.optn-slct,
.parent-s1shdng {
  display: flex;
  align-items: center;
  gap: 10px;
}

.parent-s1shdng {
  width: 90%;
  margin-inline: auto;
}

.optn-slct label {
  font-size: 15px;
  text-align: left;
}

.left-date,
.right-date {
  width: 50%;
}

#start,
#end {
  background-image: none;
}

input.prchs-bx-slct {
  border-width: 2px;
}

/* Ankur 19.05.23 */

#Transact_Tab .transact-tabs-list {
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

#Transact_Tab .transact-tabs-list a {
  font-size: 17px;
  width: 140px;
  padding: 15px 20px;
  background-color: transparent;
  color: #09a99d;
  border: 1px solid #dcebea;
  border-radius: 50px;
  text-align: center;
  margin: 0 !important;
  box-shadow: #dcebea 0px 2px 8px 0px;
  border-color: transparent;
  display: block;
  border: 1px solid #09a99d;
}

.transact #Transact_Tab .resp-tabs-list .resp-tab-item {
  font-size: 14px;
}

#Transact_Tab .transact-tabs-list a {
  font-size: 12px;
  width: 78px;
  padding: 8px 5px;
}

#Transact_Tab .transact-tabs-list a.current-menu {
  background-color: #09a99d;
  color: #fff;
}

.transact .tb_hdng {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.transact .tb_hdng span {
  font-size: 15px;
  color: #737373;
  font-weight: 400;
}

.sip_otr .inner-box.part-2 {
  margin: 30px 0;
}

.transact-scheme-box {
  margin-bottom: 10px;
}

.transact,
.prchs-prcs-sec.transact {
  padding-left: 0;
}

.prchs-prcs-sec.transact,
.transact.prchs_prcss_ttl_otr.active,
.prchs-prcs-prts {
  padding-top: 0;
}

/* shreyasi(2.1.25) */
/* view transaction */
.view_trnsc.Portfolio .tab-content {
  padding: 0;
}
.view_trnsc.Portfolio .prtflo-tbl td {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
}
.view_trnsc.Portfolio .hldng_tble tr {
  height: 46px;
}
.view_trnsc.Portfolio .hldng_tble tr:last-child {
  border-bottom: none;
}
.view_trnsc.Portfolio .hldng_tble th {
  font-size: 15.5px !important;
  font-weight: 600;
}
.Portfolio.view_trnsc .crnt_hldng_sec .rght_hldng_otr .srch_btn input {
  padding: 10px 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.Portfolio.view_trnsc .srch_btn.prtflo-srch {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.Portfolio.view_trnsc .dropdown-wrapper {
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.Portfolio.view_trnsc .dropdown-wrapper:after {
  border-color: #09a99d transparent;
  margin-top: 3px;
}
.trnsc_info h5 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #737373;
  font-size: 17px;
  padding-bottom: 3px;
}
.trnsc_info h4 {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #003430;
  font-size: 18px;
}
.Portfolio.view_trnsc .dropdown-span {
  font-size: 18px;
  color: #003430;
}
.Portfolio.view_trnsc .dropdown-list a {
  color: #003430;
}
.Portfolio.prtflo__fmly.view_trnsc .crnt_hldng_sec .rght_hldng_otr {
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  margin-top: 10px;
}
.Portfolio.prtflo__fmly.view_trnsc .dropdown-wrapper {
  margin: 0;
  padding: 0;
}
.Portfolio.view_trnsc .prtfolio_para.quck_para h4 {
  font-weight: 600;
}
.Portfolio.view_trns .dropdown-wrapper.is-active span {
  color: #09a99d;
}
.trnsc_info.clndr input {
  background-color: transparent;
  border: none;
  /* padding: 10px 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; */
}

.Portfolio.view_trnsc .trnsc_info.clndr input {
  width: 260px;
  position: relative;
}
.Portfolio.view_trnsc .tabs-hdng {
  align-items: flex-start;
}
/* .Portfolio.view_trnsc .trnsc_info.clndr span {
  position: absolute;
  top: 24%;
  right: 22.5%;
  color: #a8a8a8;
  cursor: pointer;
} */
.Portfolio.view_trnsc .trnsc_info.clndr input,
.Portfolio.view_trnsc .trnsc_info.clndr input::placeholder {
  color: #003430;
}

/* m 23.1.25 moumi  sip details */
.sip_dtl .tab {
  overflow: hidden;
}

.sip_dtl .tab button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 30px;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 600;
  border: 1px solid #0aaa9e;
  border-radius: 10px;
  font-family: "Rubik", sans-serif;
  background-color: #fff;
  color: #0aaa9e;
}

.sip_dtl .tab button:hover {
  background-color: #fff;
  color: #0aaa9e;
}
.sip_dtl .tab button.active {
  background-color: #0aaa9e;
  color: #fff;
}
.sip_dtl .tabcontent {
  display: none;
  /* padding: 6px 12px; */
}
.sip_hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.tab_design .tab {
  display: flex;
  gap: 15px;
}
.sip_dtl h4 {
  font-size: 19px;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
}
.Portfolio.sip_dtl {
  padding-bottom: 20px;
  height: 100vh;
}
.sip_dtl .prtflo-tbl.b-tab table {
  width: 100%;
}
/* moumi 4.9.25 */
.family__bxx_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.family__bxx {
  width: 24%;
}
.vw_aa {
  display: flex;
  justify-content: end;
  padding-bottom: 12px;
}
.prtflo-hldngs.vv {
  margin-right: 0;
  font-size: 13px;
  font-weight: 500;
  padding-block: 8px;
}

/* ss 16.09.25 */
.prfl-lbl.rdm_type {
  width: 100%;
}
.prfl-input .rdm_type_dv label {
  padding-bottom: 0;
}
.rdm_type_dv {
  display: flex;
  align-items: center;
  gap: 5px;
}
.amtUnit {
  border: 1px solid #dcebea !important;
}
.rdmptn_flx_dv {
  align-items: flex-start;
}
.rdmptn_flx_dv .prfl-lbl {
  margin: 0 auto;
}
.schm_inpt_dv {
  align-items: start;
}
.schm_inpt_dv .prfl-lbl {
  margin: 0 auto;
}
.schm_inpt_dv .prfl-inputs textarea {
  border: none;
}
.prfl-submit .prcs-bx-btn .cmn_btn:hover {
  color: #0aaa9e !important;
  border-radius: 20px;
}
.prfl_fund_dtls .prfl-inputs label {
  color: #003430;
  padding-bottom: 0;
  padding-top: 10px;
  font-size: 17px;
}
.prfl-rght-top.rdmptn_prt2 {
  margin-top: 20px;
}
.prfl-group.prfl_fund_dtls .prfl-input .rdm_type_dv label {
  color: #003430;
}
/* ss 17.09.25 */
.plus.rdm_pls {
  background-color: #09a99d;
  border: 1px solid #09a99d;
  color: #fff;
  padding: 8px 17px;
  border-radius: 20px;
  text-decoration: none;
  transition: 0.3s ease;
}
.plus.rdm_pls:hover {
  text-decoration: none;
  background-color: #fff;
  color: #09a99d;
}
/* ratul 29-10-25 */
.prfl_upld.profile-btm-left {
  width: 50%;
  text-align: center;
}
.prfl_upld.prfl-rght-top.profile-btm-left {
  position: absolute;
  top: 1070px;
  right: 29px;
  width: 38%;
}
.upld_txt {
  padding-block: 40px;
}
.task_dD.attach {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* ratul 30-10-25 */
.upld_btn {
  cursor: pointer;
  margin-top: 15px;
  padding: 7px 55px;
  border-radius: 30px;
  transition: 0.3s ease;
}
.task_dD.attach img {
  width: 140px;
  height: 128px;
  object-fit: contain;
}
.prfl-inputs.prcs-bx-btn.update_form {
  width: 45%;
  margin-inline: auto;
}
.prfl_upld.prfl-rght-top.profile-btm-left.prfle_rghts {
  top: 870px !important;
}

.img_logn a img {
  height: 30px;
  width: 30px !important;
  border-radius: 50%;
  /* object-fit: cover; */
  border: 1px solid #0aaa9e;
}
.prfl_upld.prfl-rght-top.profile-btm-left.prfle_rghts .upld_txt {
  padding-block: 70px;
}

.btns_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
