@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;
}

/*  also-viwed */

.content-box b {
  font-size: 14px;
  color: #6c7174;
}

.content-box .tags {
  margin-top: 12px;
}

.content-box .description1,
.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);
}

.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;
}

.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;
}

.content-box .description1::before,
.content-box .description2::before {
  content: "";
  position: absolute;
  right: 96%;
  top: 50%;
  width: 0;
  height: 0;
}

.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;
}

.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;
}

@media screen and (max-width: 767px) {
  .content-box .description1 {
    transform: translate(-50%, -50%);
    left: 35%;
    top: -100%;
  }
  .content-box .description2 {
    transform: translate(-50%, -50%);
    left: -100%;
    top: -100%;
  }
  .content-box .description1::before,
  .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;
}
.exploreFunds .slick-initialized .slick-slide {
  display: flex !important;
  justify-content: center;
}
.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: 170px;
  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;
}

/* Slick Theme */
/* 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");
}
/* 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 */
.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) {
    .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;
  }
}

.master .btn {
  text-transform: capitalize;
}

.btn_nor.btn_green {
    background: transparent !important;
}

.btn_green {
    padding: 5px 13px !important;
    border: 1px solid transparent !important;
    font-family: "pf_encore_sans_proregular" !important;
}

    .btn_green:hover {
        background: #BDD753 !important;
    }

.btn_nor {
    font-size: 14px !important;
    border: 1px solid #ecedf1 !important;
}

.btn_nor {
    padding: 5px 13px !important;
}

.index-slider {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.slick-next,
.slick-prev {
  background: black;
  font-size: xx-large;
  width: 30px;
  height: 30px;
}
.slick-slide {
  margin: 10px;
}

.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;
}

.content-box span {
  position: relative;
}
.content-box span input {
  left: 0;
}

@media screen and (min-width: 1921px) {
  .index-slider {
    width: 65%;
  }

  .silder-wrapper .prev {
    left: 8em;
  }
  .silder-wrapper .next {
    right: 8em;
  }
  .container {
    max-width: 1500px;
  }
}
@media screen and (max-width: 1873px) {
  .index-slider {
    width: 60%;
  }
  .silder-wrapper .prev {
    left: 7em;
  }
  .silder-wrapper .next {
    right: 7em;
  }
}
@media screen and (max-width: 1541px) {
  .index-slider {
    width: 70%;
  }
  .silder-wrapper .prev {
    left: 5em;
  }
  .silder-wrapper .next {
    right: 5em;
  }
}
@media screen and (max-width: 1321px) {
  .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: 992px) {
    .container {
      max-width: 900px;
    }
  }
}
@media screen and (max-width: 649px) {
  .index-slider {
    width: 65%;
  }

  .silder-wrapper .prev {
    left: 1.5em;
  }
  .silder-wrapper .next {
    right: 1.5em;
  }
}
@media screen and (max-width: 550px) {
  .index-slider {
    width: 85%;
  }
  .silder-wrapper .prev {
    left: 0.5em;
  }
  .silder-wrapper .next {
    right: 0.5em;
  }
}

.content-box {
  background: #ffffff;
  box-shadow: 0px 0px 11px 1px rgb(205 205 205 / 50%);
  border-radius: 4px;
  padding: 24px 10px 28px 15px;
  margin: 10px;
}

.content-box .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -1;
}

.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;
}

.content-box h2 {
  font-size: 18px !important;
  font-family: "pf_handbook_proregular";
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #c7222a;
  margin-bottom: 0px;
}

.content-box h3 {
  display: flex;
  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;
}

.content-wrapper.product-page .av-card-ar img {
  width: 20px;
  margin-right: 7px;
  text-align: center;
  margin-bottom: 2px;
}

.content-box .add-to-cart {
  height: 20px;
  margin-top: 3px;
  float: right;
}

.content-box .tags {
  margin-top: 0;
}

.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;
}

.content-box .returns {
  margin-bottom: 8px;
}

.content-box h3 img {
  display: inline-block;
}

.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;
}

.content-box input[type="radio"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.content-box input[type="radio"]:checked + button {
  color: #ffffff;
  background: #969f6e;
  border: 0;
}

.content-box input[type="radio"] + button {
  font-family: "pf_encore_sans_proregular";
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #6c7174;
  display: block;
  padding: 4px 12px;
  background: transparent;
  border: 1px solid #ecedf1;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 5px 13px !important;
}

.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: 0.5px;
}

.content-box h6 img {
  display: inline-block;
  margin-left: 5px;
  margin-top: -6px;
}

.content-box .description1,
.content-box .description2 {
  display: none;
  background: #f1f3f6;
  border-radius: 4px;
  padding: 20px 22px;
  width: 270px;
  position: absolute;
  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);
}

.content-box .description2 {
  transform: translate(0%, -50%);
  left: 40px;
  top: -5px;
  box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.4);
  z-index: 99;
}

.content-box .description1 {
  transform: translate(-90%, -105%);
  left: 0;
  top: 0px;
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.4);
  z-index: 99;
}

.content-box .description1::before,
.content-box .description2::before {
  content: "";
  position: absolute;
  right: 96%;
  top: 50%;
  width: 0;
  height: 0;
}

.content-box .description2::before {
  transform: translate(-50%, 0%);
  right: 96%;
  top: 50%;
  border-top: 12px solid transparent;
  border-right: 16px solid #f1f3f6;
  border-bottom: 12px solid transparent;
}

.content-box .description1::before {
  transform: translate(0%, -50%);
  right: 9px;
  bottom: -35px;
  top: unset;
  border-top: 16px solid #f1f3f6;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.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: #70B865;
  color: #ffffff;
  border: 0;
  border-radius: 3px;
  margin-top: 20px;
  cursor: pointer;
}

.hover-img-box1 img,
.hover-img-box2 img {
  vertical-align: middle;
}

.index-slider {
    max-width: 1200px;
    width: 100% !important;
    margin: 0 auto;
}
.content-box b {
    font-size: 12px;
}
.content-box p {
    font-size: 12px;
}
.index-slider{
    width:95% !important;
}
.count{
  width:auto !Important;
}
.btn_green{
    color: #ffffff !important;
    background: #BDD753 !important;
    border: 0;
    padding: 0px 10px;
    border-radius: 100px !important;
    border: 1px solid #ecedf1;
}
.btn_nor{
    font-family: "pf_encore_sans_proregular";
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
    color: #6c7174 !important;
    display: block;
    padding: 4px 12px;
    background: transparent;
    border: 1px solid #ecedf1;
    box-sizing: border-box;
    border-radius: 100px !important;
}
hr{
    margin: 10px;
}
@media (min-width: 769px) {
  .slick-dots {
    display: none !important;
  }
} 
@media (max-width: 768px) {
  .slick-dots {
    display: block !important;
  }
}
.pl-3{
    padding-left:15px;
}
.mt-3{
    margin-top:15px;
}
.hidden {
    display: none !important;
}
.scroll-dot{
    cursor: pointer;
}
.description1 p {
    font-size:14px !important;
}

/* Explore Funds */

.av-card-ar img{
  width: 20px;
  text-align: center;
}
.slick-dots{
  display: block !important;
  position: relative;
  margin-bottom: 1rem;
}
.slick-dots li button:before{
  font-size: 30px;
}
.content-box{
  max-width: 350px;
}
.content-box p{
  font-size: 14px !important;
  line-height: 14px !important;
  color: #696969 !important;
}
.desc {
    height: 25px;
}
.desc p{
  margin-bottom: 0 !important;
}
.content-box h3{
  font-size: 24px;
}
.slick-dots li{
  background-color:#f2f2f2;
  width:11px !important;
  height:11px !important;
  border-radius:50%;
}
.slick-dots li.slick-active{
  background-color:#70B865;
  border-radius:50%;
}    
.nri_content_right_head{
  //position: relative;
  width: 100%;
  font-size: 31px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #242424;
}
@media only screen and (max-width: 767px){
  .content-box{
      margin: 28px !important;
  }
}
@media only screen and (max-width: 450px){
  .nri_content_wrap{
      position: relative;
      width: 100%;
      padding: 5px 5px;
      background: #f0f3f5;
  }
  .nri_content_right{
      position: relative;
      padding: 5px;
      background: #ffffff;
  }
  .nri_content_right_head{
    padding: 10px;
  }
}
@media only screen and (min-width: 451px){
  .nri_content_wrap{
      position: relative;
      width: 100%;
      padding: 3px 3px;
      background: #f0f3f5;
  }
  .nri_content_right{
      position: relative;
      padding: 15px 20px 25px 15px;
      background: #ffffff;
  }
}
#arrow-next, #arrow-prev {
  display: block !important;
}
@media only screen and (max-width: 450px){
  #arrow-next{
      left: -15px !important;
      padding-right: 0px !important;
  }
  #arrow-prev{
      right: 0 !important;
  }
}

/* NRI FAQ */

.faq-section {
  width: 70%;
  max-height: 350px;
  overflow: auto;
  padding-right: 5px;
}
.faq {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  padding: 0px;
  border-radius: 15px;
  border-bottom: 3px solid #bdd753 !important;
}
.faq:nth-of-type(1) {
  border-bottom: 3px solid #f7a500 !important;
}
.faq:nth-of-type(2) {
  border-bottom: 3px solid #bdd753 !important;
}
.faq:nth-of-type(3) {
  border-bottom: 3px solid #ffc20e !important;
}
.faq h3 {
  margin: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-content {
  display: none;
  padding-bottom: 20px; 
}
.faq-content p{
  font-size: 16px;
  padding: 0;
  padding-left: 20px;
  overflow: auto;
  max-height: 150px;
}
.faq.active .faq-content {
  display: block;
}
.contact-section {
  width: 30%;
  padding: 0 20px;
}
.contact-button {
  background: #c91429;
  color: white;
  display: flex;
  justify-content: center;
  padding: 10px;
  border: none;
  cursor: pointer;
  border-radius: 50px;
  width: 80%;
}
.faq-contact{
  width: 100%;
  display: flex;
  column-gap: 50px;
}
.contact-section a:hover{
  color: #fff;
}
.contact-title{
  font-size: 2.5rem;
  font-weight: 600;
}
.contact-description{
  font-size: 18px;
}
.contact-info {
  background: #eee;
  color: #000;
  padding: 10px;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 50px;
  display: flex;
  column-gap: 20px;
}
.contact-info img{
  width: 25px;
}
.contact-info p{
  font-size: 18px;
  font-weight: 600;
}
.faq-header{
  justify-content: space-between;
  padding: 15px !important;
  display: flex !important    ;
  align-items: center;
  border-radius: 15px !important;
  background-color: #fff;
  margin-bottom: 0px !important;
  column-gap: 10px;
  font-weight: 700;
}
.chevron_icon_faq {
  font-size: 11px;
  color: #c91429;
  align-items: center;
  display: flex;
  width: 26px;
  min-width: 26px !important;
  border-radius: 50%;
  height: 26px;
  justify-content: center;
  border: 2px solid #c91429;
}
.faq.active .chevron_icon_faq{
  transform: rotate(180deg);
  color: #fff;        
  border: 2px solid #fff;
  background: #c91429;
}
.question{
  font-size: 20px;
}
.faq.active .question{
  color: #c91429;
}
@media only screen and (max-width: 992px){
  .faq-section {
      width: 100%;
      max-height: max-content;
  }
  .contact-section{
      width: 100%;
      max-width: 350px;
      padding: 20px;
      margin: auto;
  }
  .faq-contact{
      display: block;
  }
  .contact-button{
      margin: auto;
  }
  /* .faq-content p{
      max-height: max-content;
  } */
}
  #startHere .nav-tabs .nav-link{
     border:none;
     border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }
  #startHere .nav-tabs>li>a{
  margin-right: 0px;
  }
  
  .content-box:hover {
    box-shadow: #0006 0 15px 20px !important;
}