@charset 'UTF-8';
/* Font Imports */
@import url("../fonts/regular.css");
@import url("../fonts/bold.css");
@import url("../fonts/medium.css");
@import url("../fonts/light.css");
@import url("../fonts/encore-regular.css");

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"),
    url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* * {
  float: none !important;
} */

*::after,
*::before {
  /*display: none !important;*/
}

.invest-btn::before {
  display: block !important;
}

/* General Styling */
:root {
  scroll-padding: 100px;
}
html {
  font-size: 16px !important;
}

body {
  font-family: "pf_handbook_proregular";
  line-height: initial !important;
  counter-reset: ol;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}

.global-paragraph {
  font-size: 1.05rem;
  line-height: 1.5rem;
}

.content-wrapper.product-page .global-paragraph {
  color: #6c7174;
}

.desc h6:last-child {
  margin-top: 0.3rem;
}

#faqSection {
  background: #f9fafb;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

/* Header */
.content-wrapper.product-page {
  padding-top: 0;
  overflow-x: visible;
}

.content-wrapper.product-page small {
  font-size: 0.875em;
}

.content-wrapper.product-page h2 {
  font-size: calc(0.35rem + 0.9vw);
}

.content-wrapper.product-page :is(h3, h4) {
  margin-bottom: 0.5rem;
}

.content-wrapper.product-page ul {
  position: relative;
  margin-bottom: 1rem;
}

.content-wrapper.product-page .risk-meter ul {
  padding-left: 2rem;
}

.content-wrapper.product-page li {
  padding-bottom: 0;
}

.content-wrapper.product-page p {
  margin-bottom: 1rem;
}

/* .content-wrapper.product-page .other-details p {
  color: #000;
} */

.content-wrapper.product-page .row {
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.content-wrapper.product-page .content-box .row {
  margin-right: -15px;
}

.content-wrapper.product-page .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.content-wrapper.product-page .modal-body {
  font-size: 1em;
  line-height: 1.15;
  padding: 1rem 3rem;
}

.content-wrapper.product-page img {
  background-color: transparent;
}

.content-wrapper.product-page hr {
  margin: 1rem 0;
}
.content-wrapper.product-page :is(table, th, td) {
  border: none;
}
.content-wrapper.product-page tr {
  border-bottom: 1px solid #ece3e3;
}
.content-wrapper.product-page #productTab ul {
  margin-bottom: 0;
}

.content-wrapper.product-page #featuresTab p {
  color: #000;
}

.content-wrapper.product-page .holding-left p {
  color: #000;
  font-size: inherit;
}
.content-wrapper.product-page .overview-description p {
  color: #6c7174;
}

@media only screen and (min-width: 320px) {
  .content-wrapper.product-page h2 {
    font-size: calc(1.35rem + 0.9vw);
  }
  .content-wrapper.product-page .overview-description p {
    font-size: inherit !important;
  }
}

@media only screen and (max-width: 767px) {
  .tab-content {
    padding-top: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .content-wrapper.product-page h2 {
    font-size: calc(1rem + 0.9vw);
  }
}

@media only screen and (min-width: 1440px) {
  .content-wrapper.product-page h2 {
    font-size: calc(0.4rem + 0.9vw);
  }
}

/* The Main Section */
.top-red {
  color: #c7222a;
}
.top-green {
  color: #70B865;
}
.calculator-section {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 999;
  padding-top: 0.2rem;
}

/* Invest Row */
.invest {
  display: none;
}

.invest-row .fund-title h1 {
  font-size: 1.8rem;
}

.invest-row .invest-btn {
  color: #fff;
  background: #70B865;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  font-size: 1.2rem;
  margin-left: 8rem;
  margin-top: 6px;
  vertical-align: sub;
  position: relative;
  transition: background 0.25s ease-out;
}

.invest-row .invest-btn:hover {
  background: #51724e;
}

/* .invest-row .invest-btn::before {
  content: "";
  width: 0.1rem;
  height: 3rem;
  background: #ccc;
  position: absolute;
  top: 1px;
  left: -40px;
} */

/* Sip Row */

.sip-row .my-pill {
  font-size: 0.85rem;
  font-weight: 500;
  background: #eceee5;
  border-radius: 1rem;
  padding-left: 19px;
  padding-right: 19px;
  color: #000;
  letter-spacing: 0.02rem;
  
}

.sip-row .clsAlignmentText{
    padding-top:6px;
}

.sip-description p {
  font-size: 1rem;
  color: #6c7174;
}

.sip-disclaimer {
  display: none;
}

.sip-disclaimer ul {
  list-style-type: disc;
}

.sip-disclaimer > button {
  color: #aaa8a8;
  background: transparent;
  border: none;
}
.sip-disclaimer > button:hover {
  color: gray;
  text-decoration: underline;
}

/* Main line graph */
.main-graph .legendBox {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
}
.main-graph .legendBox .legend {
  display: flex;
  align-items: center;
  margin: 8px 20px;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding-left: 0;
}
#worth-mark,
#invested-mark,
#benchmark-mark {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-color: gray;
  border-radius: 100px;
}
#worth-mark,
#invested-mark,
#benchmark-mark,
small {
  transition: all 0.5s ease;
}
.main-graph .legend small {
  font-size: 0.7em;
}

.investments h6 {
  font-weight: 600;
}
.sip-graph {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

/* Sip calculator */

.mobile-calc-head {
  padding: 1.1rem 1rem;
  background: #e1e3d5;
  position: relative;
}

.mobile-calc-head span {
  font-size: 1.5rem;
  color: #3e593c;
  position: absolute;
  transform: rotate(180deg);
  right: 0;
  bottom: 25px;
  margin-right: 22px;
}

.calculator-wrapper {
  padding: 0.8rem;
}

.sip-calculator {
  display: none;
}

.sip-calculator .return-calculator .nav-tabs {
  border-bottom: 2px solid #cdcece;
}
.sip-calculator .frreturn-calculator .nav-tabs {
  border-bottom: 2px solid #cdcece;
}
.sip-calculator .return-calculator {
  box-shadow: 0px 0px 15px rgb(205 206 206);
  border-radius: 0.45rem;
}
.sip-calculator .frreturn-calculator {
  box-shadow: 0px 0px 15px rgb(205 206 206);
  border-radius: 0.45rem;
}

.calculator-head h3 {
  display: none;
}

.sip-calculator .return-calculator .nav .nav-item .calculator-link {
  color: #cfd0d0;
  font-size: 1.1rem;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid transparent;
  padding: 0.6rem 1.5rem;
  background: transparent;
}

.sip-calculator .return-calculator .nav-tabs .nav-item.show .nav-link,
.nav-tabs .calculator-link.active {
  color: #C91429 !important;
  border-bottom: 3px solid #C91429 !important;
}

.sip-calculator .return-calculator .calc-info {
  font-size: 1.1rem;
  color: #6c7174;
  letter-spacing: 0.02rem;
}

.sip-calculator .return-calculator .invisible-input {
  display: flex;
  align-items: baseline;
  padding: 0.5rem 0 0.5rem 1.2rem;
  border: 1px solid silver;
  border-radius: 0.2rem;
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: 0.5rem;
}

.sip-calculator .return-calculator .invisible-input input {
  border: none;
  margin-left: 0.15rem;
}
.sip-calculator .return-calculator .invisible-input input:focus {
  border: none;
  outline: none;
}

.sip-calculator .return-calculator .invest-row button {
  background: #f1f3f6;
  background-blend-mode: multiply;
  border-radius: 2px;
  padding: 12px 13px 10px;
  margin-right: 10px;
  font-size: 19px;
  font-style: normal;
  font-family: "pf_handbook_promedium";
  font-weight: normal;
  line-height: 22px;
  border:none;
}
.sip-calculator .return-calculator .invest-row button:hover {
  cursor: pointer;
}
.sip-calculator .return-calculator .invest-row .calc-active {
  background: #f7a500;
  color: #ffffff;
}
.sip-calculator .return-calculator .calculator-footer {
  background: #e2e4d8;
  padding-top: 0.7rem;
  padding-bottom: 1rem;
  border-bottom-left-radius: 0.45rem;
  border-bottom-right-radius: 0.45rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.sip-calculator .return-calculator .calculator-footer button {
  border: 1px solid #70B865;
  background: #70B865;
  border-radius: 2px;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-family: "pf_handbook_promedium";
  font-weight: normal;
  line-height: 23px;
  letter-spacing: 0px;

  padding: 6px 15px 10px;
  height: 44px;
}
.sip-calculator .return-calculator .calculator-footer button:hover {
  background: #51724e;
  border: 1px solid transparent;
}
.sip-calculator .return-calculator .calculator-footer h3 {
  font-size: 1.2rem;
  font-weight: 600;
}
.sip-calculator .return-calculator .calculator-footer p {
  font-size: 1rem;
}

/* View Row */
.full-view {
  background: #f2f3f6;
  box-shadow: 0px 3px 10px rgb(205 206 206);
  overflow-x: auto;
}

.view-row {
  text-align: center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.view-row ul {
  display: flex;
  width: 1000px;
}

.view-row a {
  text-transform: uppercase;
  margin-right: 3rem;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #6c7174;
  transition: color 0.2s ease-out;
}

.view-row a:hover {
  color: #000;
}

/* Fund Overview */
.objective-right span {
  color: #1f874c;
}

.fund-details {
  padding: 1rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 8px silver;
}

.fund-details .fund-container {
  display: flex;
  justify-content: space-between;
}

.fund-overview .overview-title {
  display: none;
}

.fund-detail-row .latest-details h3,
.fund-detail-row .other-details h3
 {
  font-family: "pf_handbook_proregular";
  font-size: 1.1rem;
}

.tab-content h3 {
  font-family: "pf_handbook_prolight";
  font-size: 1.1rem;
}
.fund-detail-row .latest-details p {
  font-size: 1rem;
}
.fund-detail-row .other-details p,
.fund-detail-row .fund-features p {
  font-size: 1rem;
  font-family: "pf_handbook_proregular";
  margin-bottom: 5px;
}
.fund-detail-row .other-details span,
.fund-detail-row .fund-features span {
  font-size: 1rem;
  color: #6c7174;
}

/* Fund Features */
.fund-features {
  padding: 1rem;
  border-radius: 0.25rem;
  box-shadow: 0 0 8px silver;
}

.nav {
  flex-wrap: nowrap;
}

#fund-features .feature-link {
  padding: 0.3rem;
}

.fund-features .nav-tabs {
  border-bottom: 2px solid #cdcece;
}

.fund-features .nav .nav-item .feature-link {
  color: #cfd0d0;
  font-size: 1.1rem;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid transparent;

  background: transparent;
}

.fund-features .nav-tabs .nav-item.show .nav-link,
.nav-tabs .feature-link.active {
  color: #c91429 !important;
  border-bottom: 4px solid #c91429 !important;
}

.mytooltip,
.risktooltip {
  background: black;
  color: white;
  padding: 1rem;
  position: absolute;
  right: 0px;
  display: none;
  z-index: 99;
}
.risktooltip {
  width: 50%;
  top: 93%;
  right: 20%;
}
.other-details img:hover .mytooltip {
  display: block;
}

/* Fund Managers */
.fund-detail-right {
  box-shadow: 0 0 8px silver;
  padding: 1rem;
  border-radius: 0.25rem;
}

.fund-managers .manager-detail {
  width: calc(100% - 2rem);
}
.fund-managers .manager-detail p {
  font-size: 1.1rem;

  overflow: hidden;
}
.fund-managers .manager-detail a {
  font-size: 1.17rem;
  color: #BDD753;
  text-decoration: underline;
  margin-left: 3px;
}

.fund-managers .risk-meter ul {
  list-style-type: disc;
  color: #6c7174;
}
.fund-managers .risk-meter p {
  /*font-size: 0.9rem;*/
  color: #6c7174;
  /*background-color: #f5f5f8;
  padding: 1rem;*/
}
.fund-managers .risk-meter h4 {
  font-size: 1.32rem;
}

/* Holding Section */

.holdings,
.product,
.download,
.start-here,
.history-inner {
  background: #f9fafb;
}
.holding-inner .holding-left {
  border-right: 1px solid #cdcdcd;
  padding: 1rem;
}
.holding-left-inner {
  padding: 1rem;
}

.holding-left-inner .asset {
  border-bottom: 1px solid black;
}

.holding-inner .view-portfolio a {
  color: #3e593c;
  text-decoration: underline;
}

.holding-inner .assets-title {
  padding: 1.25rem 3rem;
}
.holding-inner .assets-title p {
  font-size: 1.35rem;
  color: #6c7174;
  margin-bottom: 0;
}

.holding-inner .asset {
  background: #f6f7f9;

  border-bottom: 1px solid black;
}
.holding-inner .asset p {
  color: #3e593c;
  font-size: 1.4rem;
}

.holding-right .legendBox {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
}
.holding-right .legendBox .legend {
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}
.holding-right .legendBox:last-child {
  margin-left: 0.5rem;
  margin-top: 1rem;
}
.holding-right .legendBox div {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-color: gray;
  border-radius: 100px;
  transition: all 0.5s ease;
}

.holding-right .legendBox small {
  transition: all 0.5s ease;
}

/* Performance Section */

.performance .nav-tabs .nav-item .performance-link,
.history .nav-tabs .nav-item .history-link {
  border-color: #b8b8b8;
  border-radius: 50px;
  background: transparent;
  color: #939393;
  font-size: revert;
}
.performance .nav-tabs .nav-item .performance-link.active,
.history .nav-tabs .nav-item .history-link.active {
  border-color: #C91429;
  border-radius: 50px;
  background: transparent;
  color: #C91429;
}

.performance .performance-btns button,
.history .history-btns button {
  font-size: 1rem;
  border-radius: 2rem;

  color: #3e593c;
  border-color: #3e593c;
  line-height: 1;
}
.performance .performance-btns button:first-child,
.history .history-btns button:first-child {
  margin-right: -2rem;
  position: relative;
  background: #fff;
  z-index: 2;
}
.performance .performance-btns button:last-child,
.history .history-btns button:last-child {
  padding-left: 3rem;
  color: #6c7174;
  border-color: #c1c1c1;
  position: relative;
  background: #fff;
  z-index: 1;
}

.performance .performance-hr,
.history .history-hr {
  height: 2px;
  margin-top: 2rem;
  background: silver;
}

.performance .performance-values h3 {
  font-size: 1.1rem;
}
.performance .performance-values span {
  font-size: 1rem;
  color: #6c7174;
}

.performance .performance-values .ab-return {
  font-size: 1.4rem;
  position: relative;
  padding-top: 0.5rem;
  border-top: 2px solid orange;
}

.performance .performance-values .ab-return::before {
  content: "";
  width: 0.08rem;
  height: 4rem;
  background: #f7a500;
  position: absolute;
  top: -5px;
  left: -50px;
}

.performance .performance-values .red-value {
  color: #c7222a;
}
.performance .performance-values .green-value {
  color: #22884e;
}
.performance .performance-values img {
  width: 11px;
  vertical-align: baseline;
}

.summary .summary-list li::before {
  counter-increment: ol;
  content: counter(ol);
  margin-right: 1rem;
  position: relative;
  bottom: 0.6rem;
}
.summary .summary-list li {
  display: flex;
  font-size: 3rem;
  color: #cdcece;
}

.summary .discipline-summary {
  padding: 1.5rem;

  background: #f4f5f7;
}

.performance .performance-table table tr th,
.history .history-table table tr th {
  font-size: 0.8rem !important;
  color: #000;
}

/* Product Section */

.product .product-view {
  box-shadow: 0px 3px 10px #cdcece;
  margin-top: 2rem;
}
.product .product-view .sip-data,
.product .product-view .stp-data,
.product .product-view .swp-data,
.product .product-view .catp-data {
  background: #fff;
}

.product .product-view .nav {
  flex-wrap: nowrap;
}

.product .product-view li {
  box-shadow: 0px -1px 8px #adb0b0;
  margin-right: 0.5rem;
  background: #f2f3f6;
}

.product .product-view li:last-child {
  margin-right: 0rem;
  width: 100%;
}

.product .product-view a {
  font-size: 1rem;

  color: #6c7174;
  border-radius: 3px;
}

.product .product-view .sip-data,
.product .product-view .stp-data,
.product .product-view .swp-data,
.product .product-view .catp-data {
  padding: 1rem;
}
.product .product-view .sip-data p {
  font-size: 1.1rem;
}
.product .product-view .sip-data span,
.product .product-view .stp-data span,
.product .product-view .swp-data span,
.product .product-view .catp-data span {
  font-family: "pf_handbook_prolight";
  color: #3d4247;
  font-weight: 600;
  font-size: 1.3rem;
}

.product .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #3e593c;
  border-color: #dee2e6 #dee2e6 #fff;
  border-radius: 3px;
}

/* Tax Section */

.tax .tax-view .nav-tabs {
  border-bottom: 2px solid #cdcece;
}

.tax .tax-view .nav .nav-item .tax-link {
  color: #cfd0d0;
  font-size: 1rem;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid transparent;
  padding: 1rem 1.5rem;
  background: transparent;
}

#tax .tax-view .nav-tabs .nav-item.show .nav-link,
.nav-tabs .tax-link.active {
  color: #C91429 !important;
  border-bottom: 4px solid #C91429 !important;
}

.tax .tax-data .data {
  padding: 2rem 2rem 0 2rem;
}

.tax .tax-data .data h3 {
  color: #3e593c;
}
.tax .tax-data .data .tax-percentage {
  color: #969f6e;
}

/* Download Section */
.download .download-view h3 {
  color: #3e593c;
  font-size: 1rem;
  margin: 0;
}
.download .download-view .shown-item {
  color: #c91429;
  font-size: 1.1rem;
  position: relative;
}

.download .download-view .shown-item::after {
  content: "^";
  position: absolute;
  top: 2px;
  right: -8px;
  font-size: 22px;
  transform: rotate(180deg);
}

.download .download-view .shown-item {
  display: inline-block;
  padding: 0.5rem;
}

.download .download-view li:hover .shown-item {
  background: transparent;
  color: #000;
}

.download .download-view li:hover .shown-item::after {
  transform: rotate(360deg);
  top: 11px;
  color: #c7222a;
}

.download .download-view .drop-items {
  padding-left: 0;
  font-size: 1.1rem;
  position: absolute;
  z-index: 999;
}

.download .download-view .drop-items a {
  color: #000;
}

.download .download-view .drop-items {
  background: #fff;
  box-shadow: 0 2px 10px 0 rgb(184 184 184 / 50%);
  border: 0;
  width: 11rem;
  display: none;
}

.download .download-view .drop-items .drop-download-item {
  display: inline-block;
  padding: 6px 9px;
  width: 100%;
  cursor: pointer;
}

.download .download-view .drop-items li:hover {
  background: #ccc;
}

.download .download-view li:hover .drop-items {
  display: block;
}

.download .download-view .down-1,
.download .download-view .down-2,
.download .download-view .down-3,
.download .download-view .down-4 {
  padding: 0.5rem 2.5rem;
  background: #fff;
  border-radius: 25px;
  
}
.down {
  transition: box-shadow 0.25s ease-in-out;
}
.down:hover {
  box-shadow: 0 5px 5px 2px silver;
  transition: box-shadow 0.25s ease-in-out;
}

.download .download-view .down-1 .form-right,
.download .download-view .down-2 .form-right,
.download .download-view .down-3 .form-right,
.download .download-view .down-4 .form-right {
  padding-top: 0 !important;
}

/* Start here section */

.start-here .start-view .nav-tabs {
  border-bottom: 2px solid #cdcece;
}

.start-here .start-view .nav .nav-item .start-link {
  color: #cfd0d0;
  font-size: 1rem;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid transparent;
  padding: 1rem 1.5rem;
  background: transparent;
}

.start-here .tax-view .nav-tabs .nav-item.show .nav-link,
.nav-tabs .start-link.active {
  color: #c91429 !important;
  border-bottom: 4px solid #c91429 !important;
}

.start-here .start-view .start-images {
  margin-top: 2rem;
}
.start-here .start-view .start-images .card-image {
  margin-bottom: 2rem;
  padding: 2.1rem 3rem;

  border-radius: 0.3rem;
  background: #dfdad1;
  box-shadow: 0px 3px 10px #cdcece;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.start-here .start-view .start-images span {
  color: #969f6e;
  font-size: 1.1rem;
}
.start-here .start-view .start-images img {
  vertical-align: sub;
  margin-left: 0.75rem;
}

.start-here .start-view .start-images .Ra_img img {
  vertical-align: sub;
  margin-left: unset;
}
.start-here .start-view .start-images .image-1 {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0)), url("../images/image-1.jpg");
}
.start-here .start-view .start-images .image-2 {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0)), url("../images/image-2.jpg");
}
.start-here .start-view .start-images .image-3 {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 0)), url("../images/image-3.jpg");
}

.start-here .read-box {
  box-shadow: 0 0 8px silver;
}
.start-here .read-box .read-content {
  padding: 1rem;
}
.start-here .read-box .read-content h3 {
  font-family: "pf_handbook_promedium";
}
.start-here .read-box .read-content p {
  margin-top: 1rem;
  color: #a5ad84;
}

/* Subscribe Section */
.subscribe .subscribe-view form {
  display: flex;

  margin: 0 auto;
}

.subscribe p {
  font-size: 1rem;
}
.subscribe .subscribe-view .subscribe-input,
.download .download-req {
  width: 100%;
  border: 1px solid #cdcece;
  border-radius: 4px 0px 0px 4px;
  padding: 12px 16px;
  line-height: 20px;
  letter-spacing: 0px;
  height: 44px;
}
.subscribe .subscribe-view .subscribe-input:focus,
.download .download-req {
  outline: 0;
  box-shadow: unset;
}

.subscribe .subscribe-view button,
.download form button {
  background-color: #70B865;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #70B865;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  padding: 12px 13px 14px 13px;
  color: #ffffff;
  width: 110px;
  height: 44px;
}
.subscribe .subscribe-view button:hover,
.download form button:hover {
  background-color: #ffffff;
  color: #3e593c;
}

/* Download section */
.download {
  background: #f4f5f7;
}

/* Footer Section  */
.footer {
  background: #6c7174;
}

.footer .footer-view .footer-area li {
  margin-bottom: 1rem;
}
.footer .footer-view .footer-area a {
  color: #fff;
  font-size: 1rem;
}
.footer .footer-view .footer-area a:hover {
  color: #d2d3cd;
}

.footer .footer-limited {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.6rem;
}
.footer .footer-limited span {
  color: #fff;
  font-size: 0.8rem;
}

.footer .footer-reserved p {
  font-size: 0.85rem;
  color: #fff;
}

.down-3,
.down-4 {
  height: 50px;
  align-items: baseline;
}
@media screen and (min-width: 1200px) {
 
  .ab-return {
    display: none;
  }
  .ab-return-tab {
    display: block !important;
    position: relative;
  }
}
/* Media queries */
@media screen and (min-width: 768px) {
  .invest-mobile {
    display: none !important;
  }
  .download .download-view .down-1 h3,
  .download .download-view .down-2 h3,
  .download .download-view .down-3 h3,
  .download .download-view .down-4 h3 {
    font-size: 1.1rem !important;
  }
  .performance .performance-table table tr th,
  .performance .performance-table table tr td,
  .history .history-table table tr th,
  .history .history-table table tr td {
    font-size: 1.2rem !important;
    padding: 0.5rem 2rem 0.5rem 0rem;
  }
  .history .history-table .table,
  .performance .performance-table .table {
    width: 100% !important;
  }

  .performance .performance-table table tr th,
  .performance .performance-table table tr td,
  .history .history-table table tr th,
  .history .history-table table tr td {
    padding: 3px 10px !important;
  }
  .performance .performance-values .tab-content {
    margin-top: 0 !important;
  }
  .performance .performance-table-heading {
    display: flex;
    justify-content: space-between;
  }
  .sip-graph {
    padding-left: 0;
    padding-right: 0;
  }
  .main-graph .legend small {
    font-size: 0.875em;
  }

  .main-graph .legend {
    padding-left: 0.25rem !important;
  }

  .modal-dialog {
    max-width: 90%;
  }
  .mobile-calc-head {
    display: none;
  }

  .sip-calculator {
    display: block !important;
    margin-top: 4rem;
  }

  .invest {
    display: block !important;
  }

  .invest img:first-child {
    width: 18px;
  }
  .invest img:last-child {
    width: 20px;
  }

  .invest-row-one {
    display: flex;
    justify-content: space-between;
  }
  .invest-row .invest-btn {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    margin-left: 4rem;
  }
  .tab-margin {
    margin-top: 0 !important;
  }
  .legendBox .legend {
    margin: 0.3rem !important;
  }

  .Doughnut-chart {
    margin-top: 3rem;
  }
  .view-portfolio {
    display: block !important;
  }
  .view {
    display: none;
  }

  .performance-title-row {
    display: flex;
    justify-content: space-between;
  }

  .ab-return-tab::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 55px;
    background-color: orange;
    left: -30px;
    display: block;
  }

  .performance-values {
    margin-top: 0rem !important;
  }
  .second-line-graph canvas {
    height: 250px !important;
  }
  .history-title-row {
    display: flex;
    justify-content: space-between;
  }
  .history-title-row p {
    font-size: 1.2rem;
  }
  #myBarChart {
    height: 200px !important;
  }

  /* .product .product-view li:last-child {
    display: block !important;
  } */

  .product .product-view .sip-data,
  .product .product-view .stp-data,
  .product .product-view .swp-data,
  .product .product-view .catp-data {
    padding: 2rem;
  }

  .tax .tax-data .data {
    padding: 1rem 1.2rem;
  }

  nav {
    display: block !important;
  }

  .start-here .start-view .start-images .card-image {
    width: 31.85%;
    margin: 0.3rem;
  }

  .subscribe-view {
    margin-top: 2.5rem;
  }

  .subscribe .subscribe-view form {
    width: 400px;
  }

  .sip-disclaimer {
    display: block;
  }
  .calculator-head h3 {
    display: block !important;
  }
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  .view-portfolio a {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1000px) {
  .sip-disclaimer {
    padding-top: 24px;
    border-top: 1px solid #f1f1f1;
  }

  .download .download-view .down-1,
  .download .download-view .down-2 {
    width: 30%;
  }
  .download .download-view .down-1,
  .download .download-view .down-2,
  .download .download-view .down-3,
  .download .download-view .down-4 {
    margin: 0.5rem;
  }
  .global-scroll {
    display: block !important;
  }
  .fund-overview .data-2 .row:first-child {
    margin-bottom: 0.5rem;
  }
  .fund-managers .manager-detail p {
    margin: 0 !important;
  }
  .performance .performance-values h3 {
    font-size: 1.3rem;
  }
  .performance .performance-values span {
    font-size: 1.2rem;
  }
  .desktop-value {
    margin-left: 0px;
  }
  .holding-right .legendBox div {
    width: 25px;
    height: 25px;
  }
  .holding-right .legendBox small {
    font-size: 1rem;
  }
  .sip-description p {
    font-size: 1.1rem;
  }
  .main-graph .legendBox .legend:last-child {
    display: flex !important;
  }

  .fund-detail-row .latest-details h3 {
    font-size: 1.25rem;
  }

  .main-graph {
    position: relative;
  }
  .investments {
    position: absolute;
    bottom: 25%;
    right: 10%;
  }

  .return-calculator {
    /* width: 390px; */
    margin-left: auto;
  }

  .calculator-wrapper {
    padding: 1.8rem;
  }

  .full-view {
    margin-top: 2.5rem;
  }

  .full-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sip-calculator .return-calculator .calculator-footer {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .view-row ul {
    justify-content: center;
    width: auto;
  }
  .fund-overview .overview-title {
    display: block !important;
  }

  .fund-detail-row .fund-details,
  .fund-detail-row .fund-features,
  .fund-detail-row .fund-managers {
    padding: 2rem;
    box-shadow: 0px 3px 10px #cdcece;
    border: none;
  }
  .fund-detail-right {
    border: none;
    padding: 0;
    border-radius: 0.25rem;
  }

  .manager-detail {
    width: calc(100% - 5rem) !important;
    margin-top: 0 !important;
    text-align: left !important;
    margin-left: 0.93rem;
  }

  .manager-1 .manager-img,
  .manager-2 .manager-img,
  .manager-3 .manager-img,
  .manager-4 .manager-img,
  .manager-5 .manager-img,
  .manager-6 .manager-img,
  .manager-7 .manager-img,
  .manager-8 .manager-img ,
  .manager-9 .manager-img,
  .manager-10 .manager-img  {
    width: auto !important;
  }
  .manager-1 .manager-img img,
  .manager-2 .manager-img img,
  .manager-3 .manager-img img,
  .manager-4 .manager-img img,
  .manager-5 .manager-img img,
  .manager-6 .manager-img img,
  .manager-7 .manager-img img,
  .manager-8 .manager-img img ,
  .manager-9 .manager-img img,
  .manager-10 .manager-img img   {
    width: 65px;
    height: auto;
	
    border-radius: 50%;

  }

  .manager-1 p,
  .manager-2 p,
  .manager-3 p,
  .manager-4 p,
  .manager-5 p,
  .manager-6 p,
  .manager-7 p,
  .manager-8 p ,
  .manager-9 p
  .manager-10 p {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .manager-1 p span,
  .manager-2 p span,
  .manager-3 p span,
  .manager-4 p span,
  .manager-5 p span,
  .manager-6 p span,
  .manager-7 p span,
  .manager-8 p span,
  .manager-9 p span,
  .manager-10 p span  {
    display: none !important;
  }

  .fund-features {
    height: 297px;
  }

  .holdings {
    margin-top: 3rem !important;
  }

  .holding-left-inner .asset {
    background: #f6f7f9;
    box-shadow: 0px 0px 8px #cdcece;
    border-bottom: none;
  }

  .holding-left-inner .assets-title {
    padding: 1.25rem 2rem;
  }
  .holding-left-inner .assets-title p {
    margin-bottom: 0 !important;
  }
  .holding-right {
    margin-top: 2rem;
  }
  .Doughnut-chart {
    width: 50% !important;
  }

  .holding-right .legendBox .legend:nth-child(6),
  .holding-right .legendBox .legend:nth-child(7),
  .holding-right .legendBox .legend:nth-child(8) {
    flex: auto;
  }

  .download-view {
    margin-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .download-view .down-3 .form-left,
  .download-view .down-4 .form-left {
    position: relative;
  }

  .risk-meter img {
    width: 80% !important;
  }

  .on-desktop {
    display: block;
  }
  .fund-detail-row .latest-details p {
    font-size: 1.4rem;
    color: #3e593c;
  }
  .fund-detail-row .latest-details span {
    font-size: 0.95rem;
    font-weight: normal;
  }

  .fund-detail-row .other-details h3 {
    font-size: 1.18rem;
  }

  .fund-detail-row .other-details p {
    font-size: 17px;
    margin-bottom: 5px;
    color: #5c5c5c;
  }

  .other-details {
    margin-top: 1.8rem;
  }
  .desktop-other {
    margin-bottom: 1rem;
    border-bottom: 1px solid #d7d0d0;
    padding-bottom: 0.5rem;
  }
  .fund-features .nav .nav-item .feature-link {
    font-size: 1.2rem;
  }
  .tab-content h3 {
    font-size: 1.18rem;
  }
  .fund-detail-row .fund-features p {
    font-size: 1rem;
    font-family: "pf_handbook_prolight";
    margin-bottom: 5px;
  }
  .holding-heading {
    position: relative;
    bottom: 2rem;
  }
}

.manager-1 p span,
.manager-2 p span,
.manager-3 p span,
.manager-4 p span, 

.manager-5 p span,
.manager-6 p span,
.manager-7 p span,
.manager-8 p span,

.manager-9 p span,
.manager-10 p span{
  display: block;
}

.performance .performance-table,
.history .history-table {
  box-shadow: 0 0 8px silver;
  padding-top: 0.5rem;
}

.performance .performance-table table tr:last-child,
.history .history-table table tr:last-child {
  border-bottom: transparent;
}

.performance .performance-table table tr th,
.history .history-table table tr th {
  padding-bottom: 1rem !important;
  border-bottom: 1px solid silver;
}

@media screen and (min-width: 1400px) {
  .desktop-value {
    margin-left: 0px;
  }
  .ab-return-tab::before {
    left: -60px;
  }
  .desktop-legend {
    display: flex;
    flex-direction: column;
  }
  .holding-right .legendBox:last-child {
    margin-left: 0.05rem;
  }
  .fund-detail-right {
    box-shadow: none;
  }
  .fund-managers {
    width: 80%;
    margin: auto;
  }
  .invest-row .invest-btn {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    font-size: 1.4rem;
    margin-left: 4rem;
  }

  .sip-description p {
    font-size: 1.2rem;
  }
  .global-paragraph {
    font-size: 1.2rem;
  }
  .risk-meter img {
    width: 70% !important;
  }

  .second-line-graph canvas {
    height: 300px !important;
  }

  #myBarChart {
    height: 250px !important;
  }
  .summary .discipline-summary {
    padding: 2rem;
  }
  .product .product-view a {
    font-size: 1.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .product .product-view .sip-data p .product .product-view .stp-data p,
  .product .product-view .swp-data p,
  .product .product-view .catp-data p {
    font-size: 1.2rem;
  }
  .product .product-view .sip-data h4,
  .product .product-view .stp-data h4,
  .product .product-view .swp-data h4,
  .product .product-view .catp-data h4 {
    font-size: 1.35rem;
  }

  .product .product-view .sip-data span,
  .product .product-view .stp-data span,
  .product .product-view .swp-data span,
  .product .product-view .catp-data span {
    font-size: 1.1rem;
  }

  .fund-features {
    height: 350px;
  }

  .holdings {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .history-inner {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }

  .product-inner {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .tax {
    margin-top: 3rem !important;
  }
  .tax .tax-view .nav .nav-item .tax-link {
    font-size: 1.1rem;
  }
  .tax .tax-data .data {
    padding: 3rem;
  }

  .tax-view .nav .nav-item:first-child {
    margin-left: 2.5rem;
  }

  .start-here-inner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .start-here .start-view .nav .nav-item .start-link {
    font-size: 1.1rem;
  }
  .start-here .nav .nav-item:first-child {
    margin-left: 2.5rem;
  }

  .subscribe .subscribe-view h1 {
    font-size: 2rem;
  }
  .subscribe .subscribe-view p {
    font-size: 1.1rem;
  }

  .download-app {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }

  .download-app .app-left h1 {
    text-align: left !important;
  }
  .download-app .mobile-req {
    width: 40% !important;
  }
  .download-app form button {
    width: auto !important;
  }

  .download-app .app-right .qr-code img {
    margin: auto !important;
  }

  .footer .footer-view div:last-child {
    justify-content: flex-start !important;
  }
  .footer .footer-view .footer-area {
    margin-right: 5rem;
  }
  .footer .footer-view .footer-area-1 {
    left: auto;
    position: relative;
    top: 25px;
    left: 30px;
  }

  .footer .footer-inner .social-icons li {
    margin-right: 1rem;
  }
  .footer .footer-inner .social-icons img {
    width: 20px !important;
  }

  .footer .footer-limited span {
    font-size: 0.9rem;
  }
  .footer .footer-reserved p {
    font-size: 1rem;
  }
}

/* SIP calculator */
@media screen and (max-width: 1024px) {
  .sip-calculator .return-calculator .invest-row li {
    padding: 7px;
  }
}

/* Main Graph */
@media screen and (max-width: 1103px) {
  .main-graph .legendBox .legend {
    margin: 8px 0;
  }
}

/* Fund Overview */
@media screen and (max-width: 1024px) {
  .holding-right > div:last-child {
    width: 95% !important;
  }

  .tax-data br {
    display: none;
  }

  .download .download-view .down-1,
  .download .download-view .down-2,
  .download .download-view .down-3,
  .download .download-view .down-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 1.4rem !important;
  }

  .start-images .card-image {
    padding: 1.1rem 1rem !important;
  }
}

.global-scroll {
  position: fixed;
  top: 40%;
  right: 2%;
  z-index: 999;
  display: none;
}
.global-scroll ul li {
  display: flex;
  flex-direction: column;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.global-scroll .scroll-tooltip {
  visibility: hidden;
  min-width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 6px;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 110%;
  width:max-content;
}

.global-scroll .scroll-tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}

/* .global-scroll ul li:hover .scroll-tooltip {
  visibility: visible;
} */

.global-scroll ul li a {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: gray;
  position: relative;
  transition: all 0.15s ease-in-out;
}
.global-scroll ul li a:hover {
  width: 8px;
  height: 8px;
  background: #000;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.scroll-active {
  width: 10px !important;
  height: 10px !important;
  background-color: #000 !important;
  transition: all 0.15s ease-in-out;
}

.invest-mobile {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  background: #fff;
  box-shadow: 0 0 5px silver;
}

.invest-mobile .invest-btn {
  font-size: 1.1rem;
  padding: 0.45rem 0.8rem;
  background: #3e593c;
  color: #fff;
}

/* Faq Section */
.faq button {
  font-size: 1.5rem;
  padding: 1.5rem 4rem 1.5rem 4rem;
}
.faq p {
  padding: 0px 5rem 0 3rem;
}
.faq .accordion-item {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #c9c9c9;
}
.faq .accordion-button:not(.collapsed) {
  color: #000;
  background-color: white;
  box-shadow: none;
}
.faq .accordion-button:focus {
  box-shadow: none;
}

.faq div.show {
  border-bottom: 3px solid #BDD753;
  transition: all 0.1s ease-in-out;
}

.faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  width: 1.25rem;
  height: 1.25rem;
  background-size: 1rem;
}

@media screen and (max-width: 425px) {
  .faq button {
    font-size: 1.4rem;
    padding: 1.5rem 1.25rem 1.5rem 1.25rem;
  }
  .faq p {
    padding: 0;
  }
}

@media screen and (max-width: 1440px) {
  :root {
    scroll-padding: 50px;
  }
}

/* Styles from slick.css */

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  border: 1px solid transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 4px 0 24px 0;
  margin-bottom: -100px;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: block;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* @media (max-width: 768px) {
    .slick-list {
      overflow: visible;
    }
  } */

/* Styles from slick-theme.css */

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* styles from carousel.css */
/*  also-viwed */

.also-viwed {
  padding: 20px 0 0;
  /* overflow: hidden; */
}

.also-viwed h2 {
  font-size: 30px;
  font-family: "pf_handbook_proregular";
  font-style: normal;
  font-weight: normal;
  line-height: 38px;
  letter-spacing: 0px;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
}

.also-viwed .also-carousel .inner-slide {
  transition: all 0.2s ease-in-out;
}

.also-viwed .also-carousel .inner-slide[aria-hidden="true"] {
  transition: all 0s ease-in-out;
}

.also-viwed .also-carousel .inner-slide:hover {
  margin-top: 2px;
}

.also-viwed .also-carousel .inner-slide .content-box {
  background: #ffffff;
  box-shadow: 0px 0px 11px 1px rgba(205, 205, 205, 0.5);
  border-radius: 4px;
  padding: 15px 24px 28px 15px;
  margin: 10px auto;
  max-width: 290px;
}

.also-viwed .also-carousel .inner-slide .content-box .add-to-cart {
  height: 20px;
  margin-top: 3px;
  float: right;
}

.also-viwed .also-carousel .inner-slide .content-box h2 {
  font-size: 21px;
  font-family: "pf_handbook_proregular";
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #000000;
  margin-bottom: 10px;
}

.also-viwed .also-carousel .inner-slide .content-box h3 {
  font-size: 27px;
  font-family: "pf_handbook_promedium";
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #000000;
  margin-bottom: 4px;
}

.also-viwed .also-carousel .inner-slide .content-box h3 img {
  display: inline-block;
  margin-left: 7px;
  margin-top: -8px;
}

.also-viwed .also-carousel .inner-slide .content-box h6 {
  font-size: 16px;
  font-family: "pf_handbook_promedium";
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #000000;
  margin-bottom: 0px;
}

.also-viwed .also-carousel .inner-slide .content-box h6 img {
  display: inline-block;
  margin-left: 5px;
  margin-top: -6px;
}

.also-viwed .also-carousel .inner-slide .content-box span p {
  font-family: "pf_encore_sans_proregular";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 10px;
  letter-spacing: 0.016em;
  color: #6c7174;
  opacity: 0.7;
}

.also-viwed .also-carousel .inner-slide .content-box p {
  font-size: 14px;
  font-family: "pf_handbook_proregular";
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0.16px;
  text-align: left;
  color: #696969;
  margin-bottom: 8px;
}

.also-viwed .also-carousel .inner-slide .content-box b {
  font-size: 14px;
  color: #6c7174;
}

.also-viwed .also-carousel .inner-slide .content-box .tags {
  margin-top: 12px;
}

.also-viwed .also-carousel .inner-slide .content-box .tags .tag {
  font-family: "pf_encore_sans_proregular";
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  display: block;
  padding: 4px 12px;
  border-radius: 50px;
  margin-right: 8px;
}

.also-viwed .also-carousel .inner-slide .content-box .returns {
  margin-bottom: 8px;
}

.also-viwed .also-carousel .inner-slide .content-box span {
  position: relative;
}

.also-viwed .also-carousel .inner-slide .content-box input[type="radio"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
}

.also-viwed .also-carousel .inner-slide .content-box input[type="radio"] + button {
  font-family: "pf_encore_sans_proregular";
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  color: #6c7174;
  display: block;
  padding: 4px 12px;
  background: transparent;
  border: 1px solid #ecedf1;
  box-sizing: border-box;
  border-radius: 100px;
}

.also-viwed .also-carousel .inner-slide .content-box input[type="radio"]:checked + button {
  color: #ffffff;
  background: #969f6e;
  border: 0;
}

.also-viwed .also-carousel .inner-slide .content-box .worth p {
  width: 100%;
  text-align: center;
  margin: 6px 0 2px;
}

.also-viwed .also-carousel .inner-slide .content-box .description1,
.also-viwed .also-carousel .inner-slide .content-box .description2 {
  display: none;
  background: #f1f3f6;
  border-radius: 4px;
  padding: 20px 22px;
  width: 270px;
  position: absolute;
  z-index: 99;
  font-family: "pf_encore_sans_proregular";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
}

.also-viwed .also-carousel .inner-slide .content-box .description1 {
  transform: translate(0%, -50%);
  left: 40px;
  top: -5px;
  box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.25);
  z-index: 99;
}

.also-viwed .also-carousel .inner-slide .content-box .description2 {
  transform: translate(-50%, 0%);
  left: 10px;
  top: 35px;
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.25);
  z-index: 99;
}

.also-viwed .also-carousel .inner-slide .content-box .description1::before,
.also-viwed .also-carousel .inner-slide .content-box .description2::before {
  content: "";
  position: absolute;
  right: 96%;
  top: 50%;
  width: 0;
  height: 0;
}

.also-viwed .also-carousel .inner-slide .content-box .description1::before {
  transform: translate(-50%, 0%);
  right: 96%;
  top: 50%;
  border-top: 12px solid transparent;
  border-right: 16px solid #f1f3f6;
  border-bottom: 12px solid transparent;
}

.also-viwed .also-carousel .inner-slide .content-box .description2::before {
  transform: translate(0%, -50%);
  right: 45%;
  top: -8px;
  border-bottom: 16px solid #f1f3f6;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.also-viwed .also-carousel .inner-slide .content-box .hover-img-box1 img,
.also-viwed .also-carousel .inner-slide .content-box .hover-img-box2 img {
  vertical-align: middle;
  cursor: pointer;
}

.also-viwed .also-carousel .inner-slide .content-box .cta-button {
  font-size: 17px;
  font-family: "pf_handbook_proregular";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.2px;
  width: 100%;
  padding: 7px 16px 9px;
  background: #3e593c;
  color: #ffffff;
  border: 0;
  border-radius: 3px;
  margin-top: 20px;
  cursor: pointer;
}

.also-viwed .also-carousel .inner-slide .content-box .cta-button:hover {
  background: #50734e;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .also-viwed .also-carousel {
    padding-left: 0px;
    margin-top: 25px;
  }
  .also-viwed .also-cards {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  /*  also-viwed */
  .also-viwed .container {
    max-width: unset;
  }
  .also-viwed .also-cards {
    flex-direction: column;
  }
  .also-viwed .also-carousel .inner-slide .content-box .add-to-cart {
    margin-top: 8px;
    float: left;
  }
  .also-viwed h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .also-viwed .also-carousel {
    padding: 0px;
    margin-top: 25px;

  }
  .also-viwed .also-carousel .slick-slide {
    margin: 0;
  }
  .also-viwed .also-carousel .inner-slide .content-box {
    margin: 8px auto;
    width: 100%;
  }
  .also-viwed .also-carousel .inner-slide .content-box .row span {
    width: 80%;
  }
  .also-viwed .also-carousel .inner-slide .content-box #av-add {
    width: 20%;
  }
  .also-viwed .also-carousel .inner-slide .content-box .description1 {
    transform: translate(-50%, -50%);
    left: 35%;
    top: -100%;
  }
  .also-viwed .also-carousel .inner-slide .content-box .description2 {
    transform: translate(-50%, -50%);
    left: -100%;
    top: -100%;
  }
  .also-viwed .also-carousel .inner-slide .content-box .description1::before,
  .also-viwed .also-carousel .inner-slide .content-box .description2::before {
    display: none;
  }
}

/* Slick Slider */
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0 auto;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;

  display: block;
  height: 95%;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  position: relative;
  top: 190px;
  margin: 0;
  bottom: -7px;
  width: 40px;
  height: 40px;
  padding: 10px auto 30px;
  cursor: pointer;
  font-size: 24px;
  transition: all 0.1s ease-in-out;
}

.slick-arrow {
  font-size: 24px;
  color: #6c7174;
}

.slick-arrow:hover {
  color: #969f6e;
}

#arrow-prev:hover {
  margin-left: 4px;
  margin-right: -4px;
}

#arrow-next:hover {
  margin-left: -4px;
  margin-right: 4px;
}

@media only screen and (min-width: 2460px) and (max-width: 2600px) {
  .also-viwed .slick-list {
    width: 55%;
  }
}

@media only screen and (min-width: 2100px) and (max-width: 2460px) {
  .also-viwed .slick-list {
    width: 62%;
  }
}

@media only screen and (min-width: 1920px) and (max-width: 2100px) {
  .also-viwed .slick-list {
    width: 68%;
  }
}

@media only screen and (min-width: 1680px) and (max-width: 1920px) {
  .also-viwed .slick-list {
    width: 80%;
  }
}

@media only screen and (min-width: 1580px) and (max-width: 1680px) {
  .also-viwed .slick-list {
    width: 88%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1580px) {
  .also-viwed .slick-list {
    width: 92%;
  }
}

@media only screen and (min-width: 1040px) and (max-width: 1200px) {
  .also-viwed .slick-list {
    width: 70%;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1200px) {

  .sip-calculator {
    margin-top: 5rem;
  }
}

@media only screen and (min-width: 720px) and (max-width: 1040px) {
  .also-viwed .slick-list {
    width: 86%;
  }
}

@media screen and (max-width: 720px) {
  .also-viwed .slick-list {
    width: 100%;
  }
}

/* Slick Theme */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"),
    url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  visibility:hidden;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 36px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Carousel Stylesheet */
.sliding-wrapper {
  display: flex;
  width: 100%;
  height: 95%;
}

.fa-arrow-right {
  color: gray;
  font-size: x-large;
  margin: auto;
  margin-left: 20px;
  z-index: 150;
  cursor: pointer;
}

.fa-arrow-left {
  color: grey;
  font-size: x-large;
  margin: auto;
  margin-right: 20px;
  cursor: pointer;
}
.index-slider {
  padding: relative;
  width: 70%;
  margin: 0 auto;
  display: flex;
  text-align: center;
  justify-content: space-around;
}

.slick-next,
.slick-prev {
  background: black;
  font-size: xx-large;
  width: 30px;
  height: 30px;
}
.slick-slide {
  margin: 10px 4px;
}

.silder-wrapper {
  position: relative;
}
.silder-wrapper .prev,
.silder-wrapper .next {
  position: absolute;
  top: 50%;
  font-size: 2em;
  cursor: pointer;
  color: #7b7b7b;
}

.silder-wrapper .prev {
  left: 10em;
}
.silder-wrapper .next {
  right: 10em;
}

@media screen and (max-width: 1921px) {
  .index-slider {
    width: 70%;
  }

  .silder-wrapper .prev {
    left: 8em;
  }
  .silder-wrapper .next {
    right: 8em;
  }
}
@media screen and (max-width: 1873px) {
  .index-slider {
    width: 70%;
  }
  .silder-wrapper .prev {
    left: 7em;
  }
  .silder-wrapper .next {
    right: 7em;
  }
}
@media screen and (max-width: 1541px) {
  .index-slider .slick-slide {
    margin: 0;
    padding: 0;
  }

  .silder-wrapper .prev {
    left: 5em;
  }
  .silder-wrapper .next {
    right: 5em;
  }
}
@media screen and (max-width: 1410px) {
  .index-slider {
    width: 80%;
  }
  .silder-wrapper .prev {
    left: 2em;
  }
  .silder-wrapper .next {
    right: 2em;
  }
}
@media screen and (max-width: 1156px) {
  .index-slider {
    width: 90%;
  }

  .silder-wrapper .prev {
    left: 0.5em;
  }
  .silder-wrapper .next {
    right: 0.5em;
  }

  @media screen and (max-width: 1024px) {
    .sliding-wrapper {
      width: 80%;
      padding-left: 120px;
    }
    .index-slider {
      width: 70%;
    }
  }
  @media screen and (max-width: 992px) {
    .container {
      max-width: 900px;
    }
    .index-slider {
      width: 80%;
    }
  }

  @media screen and (max-width: 800px) {
    .fa-arrow-right {
      color: gray;
      font-size: x-large;
      margin: auto;
      margin-left: 10px;
      z-index: 150;
    }

    .fa-arrow-left {
      color: grey;
      font-size: x-large;
      margin: auto;
      margin-right: 10px;
    }
    .sliding-wrapper {
      width: 90%;
      padding-left: 10%;
    }
    .index-slider {
      width: 80%;
    }
  }
  @media screen and (max-width: 700px) {
    .index-slider {
      width: 100%;
    }
  }
}

@media screen and (max-width: 649px) {
  .index-slider {
    width: 50%;
  }

  .sliding-wrapper {
    width: 90%;
    padding-left: 12%;
  }

  .silder-wrapper .prev {
    left: 1.5em;
  }
  .silder-wrapper .next {
    right: 1.5em;
  }
}
@media screen and (max-width: 550px) {
  .index-slider {
    width: 60%;
  }

  .silder-wrapper .prev {
    left: 0.5em;
  }
  .silder-wrapper .next {
    right: 0.5em;
  }

  .sliding-wrapper {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 500px) {
  .index-slider {
    width: 70%;
  }
}

@media screen and (max-width: 649px) {
  .index-slider {
    width: 90%;
  }
}

@media screen and (max-width: 300px) {
  embed {
    width: 50px;
    height: 50px;
  }

  .slick-track {
    height: 700px;
  }
  .index-slider {
    width: 100%;
  }
}

@media screen and (max-width: 281px) {
  .slick-track {
    height: 70%;
  }
  .sliding-wrapper {
    height: 95%;
    margin-bottom: 0;
  }
}

/* Remove some extra global styles */
.master .badge {
  margin: revert;
  width: revert;
  border: none;
  font-family: "pf_handbook_proregular" !important;
}

.master .btn {
  text-transform: capitalize;
}

.master a.active {
  padding-bottom: 9px !important;
}

.master .tab-content {
  padding: 0 !important;
}

.fade {
  opacity: 1;
}

.master a:hover {
  text-decoration: none;
}

.master .col-md-4 {
  width: 33.33333333% !important;
}

.performance-values-left .me-4{
  width: auto;
}
 
.fpGraph.col-md-7 .performance-values-left .desktop-value{
  width: inherit;
  display: grid;
  justify-content: right;
}
 
.fpGraph .performance-values-left .desktop-value{
  width: 50%;
  display: grid;
  justify-content: end;
}

.master .ab-return-tab::before {
  display: block !important;
}

.master .col-lg-4 {
  width: 33.33333333% !important;
}

.master .nav-tabs li > a {
  padding: 8px 16px;
  margin: 0 0 -1px;
  line-height: inherit;
}

.master .view-row {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.master th {
  font-weight: 700;
  /* text-align: left; */
}

.master table td {
  text-align: center;
}

.master .order-summary li::before {
  display: block !important;
}
.master .product li > a {
  padding: 8px 32px;
}

.master :is(#taxTab, #startTab) :is(.tax-link.active, .start-link.active) {
  padding-bottom: 15px !important;
}

.master .download-view :is(.down-1, .down-2) {
  width: 30% !important;
}

.master .download-view .shown-item::after {
  display: block !important;
}

.master .also-viwed {
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}

.master .also-viewed-title > h1 {
  font-size: 1.5rem;
      margin-bottom: 25px;

}

.master .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.master .faq *::after {
  display: block !important;
}

.master .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid #dee2e6;
}

.master .modal ul {
  padding-left: 0;
}

.master .modal li {
  text-align: left;
}

.master .sip-calculator .return-calculator .nav .nav-item .calculator-link {
  width: 100%;
}

.master .container {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
  margin: 0 auto !important; 
  min-width: auto !important;
}

.master .accordion {
  padding-top: 0;
  padding-bottom: 0;
}

/* Media queries */
@media screen and (max-width: 1050px) {
  .master .latest-details p {
    margin-bottom: 0.5rem;
  }
  /* .master .col-md-4 { */     /* width: 100% !important; */   /* } */
  .ip_w_100{
    flex: 0 0 100% !important;
    max-width: 100%  !important;
  }
}

@media screen and (max-width: 767px) {
  .master .app-right {
    justify-content: center !important;
    margin: 1rem 0;
  }
}

@media screen and (max-width: 991px) {
  .master .latest-details .col-lg-12 {
    width: 50% !important;
  }
  .master .no-right-padding.col-6.col-lg-12 {
    padding-right: 0;
  }
  .master .download-view :is(.down-1, .down-2) {
    width: 100% !important;
  }
  .master .download-view .down {
    margin-bottom: 0.45rem;
  }
}

@media screen and (max-width: 1024px) {
  .master .product li > a {
    padding: 8px 16px;
  }
}

@media screen and (min-width: 1441px) {
  body.modal-open {
    padding-right: 17px !important;
  }
}

.master#mainSection {
  overflow-x: visible;
}

.master .risk-meter .risktool {
  width: 19px !important;
  height: 19px;
}
/* Riskometer carousel */
.riskometer-carousel img {
  margin: 0 auto;
}

/* .slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

.riskometer-prev:before {
  content: "←";
  display: block !important;
}

.riskometer-next:before {
  content: "→";
  display: block !important;
}

.risk-meter {
  position: relative;
}

.riskometer-next {
  right: 0;
}
.riskometer-prev,
.riskometer-next {
  z-index: 999;
  border-style: none;
  border-radius: 50%;
  display: none;
  position: absolute;
}

@media screen and (min-width: 1024px) {
  .riskometer-prev,
  .riskometer-next {
    display: block;
  }
}

@media only screen and (min-width: 320px) and (max-width:500px){
.holding-right > div:last-child {
    width: 125% !important;
}
#myDoughnut{
  height: 400px !important;
  width: 380px !important;

}
.holding-right{
  align-items: unset !important;
}
.holding-heading h1{
  padding-right: 5rem;
}
}

header .headerDesktop .primaryNavWrapper .primaryNav ul>li>ul
{
	display: none;
}


