/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.blog_inner_right .research_form_box {
  padding: 18px;
}
.blog_inner_right .research_form_box h5 {
  color: #daac62;
  font-size: 20px;
}

.blog_inner_right .research_form_box .form-control {
  font-size: 0.8rem;
  /* border-radius: 0; */
  color: #231f20;;
  border-radius: 5px;
  border-color: #dcdede;;
  /* background-color: #ffe9cb; */
  /* border: none; */
}
.blog_inner_right {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  max-width: 400px;
  margin-left: auto;
}
.blog_inner_right .form-label {
  font-size: 0.8rem;
}
.blog_inner_right .form-check {
  font-size: 0.8rem;
}
.capmp_form .error {
  font-size: 10px;
  color: #ac8a42;
  margin-bottom: 0;
  font-weight: 500;
}
.comp_banner_left h1 {
  color: #fff;
  /* font-size:30px; */
}
/* .comp_banner_left p {
  font-size:15px;
} */
/* .campaingn_banner{
    height:100vh;
    object-fit:cover;
} */
.capmp_form .research_form_box {
  background-color: #fff;
  border-radius:9px;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}
.landing-page-btn{
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#7f3c78), color-stop(49%, #492358), to(#3a0f3e));
  background-image: -o-linear-gradient(left, #7f3c78 0%, #492358 49%, #3a0f3e 100%);
  background-image: linear-gradient(90deg, #7f3c78 0%, #492358 49%, #3a0f3e 100%);
  -webkit-transition: background-image 0.5s ease-in-out;
  -o-transition: background-image 0.5s ease-in-out;
  transition: background-image 0.5s ease-in-out;
  color: #ffe9cb;
  font-weight: 600;
}
.landing-page-btn:hover{
  background-image: -webkit-gradient(linear, left top, right top, from(#3a0f3e), color-stop(49%, #492358), to(#7f3c78));
  background-image: -o-linear-gradient(left, #3a0f3e 0%, #492358 49%, #7f3c78 100%);
  background-image: linear-gradient(90deg, #3a0f3e 0%, #492358 49%, #7f3c78 100%);
  color: #ffe9cb;
}
.wealthTransmissionBenefits {
  background-color: #eaebea;
  height: 175px;
  overflow: hidden;
}
.onHoverBox {
  /* background-color: #810e37; */
  /* color: #fff; */
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index:1;
  font-size: 13px;
  padding:10px;
  overflow-y: auto;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.why-choose-box:hover .onHoverBox,
.why-choose-box:focus .onHoverBox,
.why-choose-box:focus-within .onHoverBox {
  -webkit-transform: rotateY(0deg);
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

/* Custom scrollbar styles for .onHoverBox */
.onHoverBox::-webkit-scrollbar {
  width: 4px; /* Width of the scrollbar */
}

.onHoverBox::-webkit-scrollbar-thumb {
  background: #a1ada2; /* Color of the scrollbar thumb */
  border-radius: 4px; /* Rounded corners */
}

.onHoverBox::-webkit-scrollbar-thumb:hover {
  background: #a1ada2; /* Thumb color on hover */
}

.onHoverBox::-webkit-scrollbar-track {
  background: #e0e0e0; /* Background of the scrollbar track */
}

.wealthTransIco {
  width: 100px;
  height: 75px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  border: 1px solid #dcad67;
}

.wealthTransmissionBenefits .h6 {
  font-size: 14px;
}

.howdoeswealthTransColLeft {
  background-color: #d6b36c;
  height: 85px;
  width: 100px;
  margin: 0 auto;
}

.whyChooseBoxIcon {
  width:50px;
}

.whyChooseBoxSliderContent {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.whyChooseBoxSliderContent ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* margin: 30px 0 0; */
  padding: 0;
  list-style: none;
}

.whyChooseBoxSliderContent ul.slick-dots li {
  font-size: 0;
  display: block;
  margin: 5px;
}

.whyChooseBoxSliderContent ul.slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 0;
  display: block;
  background-color: #fff;
  padding: 0;
}

.whyChooseBoxSliderContent ul.slick-dots li.slick-active button {
  background-color: #ffe2a1;
}

.faq-accordion .card {
  border: none;
  border-radius: 0;
}

.faq-accordion .card-header {
  position: relative;
  /* background-color: #841d3d; */
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /* justify-content: space-between; */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 15px 40px;
  padding-right: 35px;
  margin-bottom: 0 !important;
  border: none;
}
.faq-accordion .card:nth-child(odd) .card-header{
  background-image: -webkit-gradient(linear, left top, right top, color-stop(9%, #e6e7e8), to(#ffffff));
  background-image: -o-linear-gradient(left, #e6e7e8 9%, #ffffff 100%);
  background-image: linear-gradient(90deg, #e6e7e8 9%, #ffffff 100%);
}
.faq-accordion .card:nth-child(even) .card-header{
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(91%, #e6e7e8));
  background-image: -o-linear-gradient(left, #ffffff 0%, #e6e7e8 91%);
  background-image: linear-gradient(90deg, #ffffff 0%, #e6e7e8 91%);
}
.accor_arrow {
  display: block;
  position: absolute;
  right:10px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

}

.faq-accordion .card-header.collapsed .accor_arrow {
  -webkit-transform:translateY(-50%) rotate(180deg);
      -ms-transform:translateY(-50%) rotate(180deg);
          transform:translateY(-50%) rotate(180deg);
}

.faq-accordion .card-body {
  background-color: #fff;
  padding: 15px 40px;
}
/* .faq-accordion {
  counter-reset: faq-counter;
}

.faq-accordion .card-header::before {
  counter-increment: faq-counter;
  content: counter(faq-counter) ". ";
  margin-right: 5px;
  font-weight: 500;
  line-height: 1.2;
} */
.FAQs .h6{
  font-size: 17px;
  font-weight: 400;
}
.blurred {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transition: -webkit-filter 0.5s ease-in-out;
    transition: -webkit-filter 0.5s ease-in-out;
    -o-transition: filter 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
}

.landing-page-content .research_form_box .h3{
  color: #ac8a42;
}
.hero img{
  filter: brightness(0.5);
  -webkit-filter: brightness(0.5);
}
.white-gradient{
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(91%, #e6e7e8));
  background-image: -o-linear-gradient(top, #ffffff 0%, #e6e7e8 91%);
  background-image: linear-gradient(180deg, #ffffff 0%, #e6e7e8 91%);
}
.why-choose-box{
  border-radius: 11px;
  background-image: -o-linear-gradient(271deg, #ffffff 0%, #e6e7e8 91%);
  background-image: linear-gradient(179deg, #ffffff 0%, #e6e7e8 91%);
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        position: relative;
}
.why-choose-box .h6{
  font-size: 15px;
}
.why-choose-icon img{
  width: 50px;
  /* height:50px; */
}
.BenefitsOfPrivateBox .whyChooseBoxIcon{
  width: 60px;
}
/* Private Equity page */

/*  Venture-capital-funding */
.key-features-new-section .key-features-icon img{
  width: 100px;
  height: 100px;

}
/* .key-features-new-section .key-features-content h3{
  font-size: 15px;
}
.key-features-new-section .key-features-content p{
  font-size: 13px;
} */
.key-features-new-section .key-features-content {
  width: calc(100% - 120px);
  border-radius: 14px;
  /* background-image: linear-gradient(90deg, #ffffff 45%, #d1d3d4 100%); */
  background-color: #ffff;
  border: 1px solid #bcbec0;
  margin-left:20px;
}
.key-features-new-section .key-features-icon{
  position: relative;
}
.key-features-new-section .key-features-icon:after {
  content: '';
  width: 85px;
  height: 2px;
  background-color: #816b37;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.HowCanAnandRathiPCGSection .key-features-box .key-features-icon img{
   height: 50px;
}
.h50{
  height:50px;
}
.h40{
  height:40px;
}
.object-fit-contain{
  object-fit: contain;
}
/*  Venture-capital-funding end */





@media only screen and (max-width: 991px) {
    .capmp_form {
    position: relative !important;
  }
  .campaing_logo {
    max-width: 100px;
  }
  .blog_inner_right {
    padding: 15px 5px;
    max-width: 100%;
  }
  .campaingn_banner {
    min-height: 350px;
    object-fit: cover;
  }
  .comp_banner_left {
    position: absolute;
    bottom:0%;
    left: 0;
    padding: 20px;
    z-index: 1;
    -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  /* .comp_banner_left h1 {
    font-size: 30px;
  }
  .comp_banner_left p {
    font-size: 15px;
  } */
}

@media only screen and (max-width: 575px) {
  /* .comp_banner_left h1 {
    font-size: 20px;
  }
  .comp_banner_left p {
    font-size: 15px;
  } */

  .investment_management_landing_page .hero .comp_banner_left h1,
  .Portfolio_Restructuring_page.investment_management_landing_page .hero .comp_banner_left h1{
      font-size:50px;
  }
  .investment_management_landing_page .hero .comp_banner_left h1 span,
  .Portfolio_Restructuring_page.investment_management_landing_page .hero .comp_banner_left h1 span{
      font-size: 20px;
  }
  .faq-accordion .card-header{
    padding: 15px 40px 15px 15px
  }
  .faq-accordion .card-body{
    padding:15px;
  }
}

@media (min-width: 768px) {
  .whyChooseBoxSliderContent ul.slick-dots {
    position: absolute;
    right: -40px;
    top: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .whyChooseBoxDots {
    position: absolute;
    right: 0px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
    .wealthTransmissionBenefitsCol, .documentReqEstatePlanning {
        -ms-flex: 0 0 33.33%;
        -webkit-box-flex: 0;
                flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-bottom: 20px !important;
    }
}
@media (max-width: 768px) {
  .wealthTransmissionBenefits{height:auto;}
  .onHoverBox{position: relative;-webkit-transform:none;-ms-transform:none;transform:none;color:#eaebea;color:#2c2e35;background:none;}
  .investment_management_landing_page .wealthTransmission .onHoverBox{background-color:#fff;}
  .Portfolio_Restructuring_page .wealthTransmissionServicesSectionInner .howdoeswealthTransColLeft{border:1px solid #d6b36c;}
  .comp_banner_left {
    bottom:0%;
    left: 0;
    padding: 20px;
    z-index: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .whyChooseBoxSliderContent ul.slick-dots li.slick-active button{
    background-color: #53315b;
  }
  .whyChooseBoxSliderContent ul.slick-dots li button{
    background-color: #ffe2a1;
  }

  /* venture-capital-funding */
  .key-features-new-box{
    flex-direction: column;
  }
  .key-features-new-section .key-features-content{
    width: 100%;
    margin:0
  }
  .key-features-new-section .key-features-icon{
    margin-bottom: 20px;
  }
  .key-features-new-section .key-features-icon:after{
    width: 2px;
    height: 85px;
  }
}
@media (min-width:991px) {
    .wealthTransmissionBenefitsCol,
    .documentReqEstatePlanning {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
                flex: 0 0 20%;
        max-width: 20%;
    }
}
