#city-error, #email-error, #exampleFormControlTextarea1-error, #fullname-error, #mobile-error, #product-error{
  font-size: 9.5px;
  padding: 0;
}
.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;
  color: #231f20;
  border-radius: 5px;
  border-color: #dcdede;
}
.blog_inner_right {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  max-width: 400px;
  margin-left: auto;
}
.hero{
  margin-top:74.95px;
}
.blog_inner_right .form-label {
  font-size: 0.8rem;
}
.blog_inner_right .form-check {
  font-size: 0.8rem;
}
.comp_banner_left h1 {
  color: #e5bb67;
  font-size: 2.7rem;
}
.capmp_form .research_form_box {
  background-color: #fff;
  border-radius: 9px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}
.landing-page-btn {
  border-radius: 7px;
  background-image: linear-gradient(180deg, #2f4d99 5%, #152649 42%);
  color: #fff;
  padding: 10px 20px;
  border: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.landing-page-btn:hover {
  background-image: linear-gradient(180deg, #3a5fbd 5%, #1f3570 42%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: #ffe9cb;
}

.how_open_giftcity_section .how_open_box{
  border-radius: 12px;
}

.faq-item,
.faq-item .card-header,
.faq-item .accordion-button{
  background-color: #e6e7e8;
}
.faq-item,
.faq-item .accordion-header{
  border-radius: 8px;
  overflow: hidden;
}
.faq-item .accordion-button:focus,
.faq-item .accordion-button{
  box-shadow: none;
}
.faq-item .accordion-button {
  border-bottom:1px solid transparent;
  padding-left: 35px;
}
.faq-item .active-accordion {
  color: #102749;
  border-color: #102749;
}
.faq-item .accordion-body{
  font-size: 0.9rem;
  padding-left: 35px;
}
.faq-item .accordion-header{
  position: relative;
}
.faq-item .accordion-header:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../imgnew/landing-pages/giftcity/faqicon.svg);
  background-size: contain;
  z-index: 5;
}
.landingpage_disclaimer_bg{
  background-color: #eeefef;
}


.landing-page-content .research_form_box .h3 {
  color: #ac8a42;
}
.hero img {
  /* filter: brightness(0.5);
  -webkit-filter: brightness(0.5); */
  height: calc(100vh - 74.95px);
  object-fit: cover;
}
.bg-gray-color {
  background-color: #e6e7e8;
}
.advantage_section .key-features-icon {
  width: 80px;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
}
.advantage_section .key-features-box p,
.who_choose_ar.advantage_section .who__chooose__box{
  width: calc(100% - 80px);
  padding-left: 15px;
}
.advantage_section .key-features-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.advantage_section .key-features-content {
  width: calc(100% - 120px);
  border-radius: 14px;
  background-color: #ffff;
  border: 1px solid #bcbec0;
  margin-left: 20px;
}
.advantage_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;
}
.h50 {
  height: 50px;
}
.h40 {
  height: 40px;
}
.object-fit-contain {
  object-fit: contain;
}

/* Global Access Platform CSS */
/* Custom scrollbar styles for .onHoverBox */
.advantage_section .feature-hover-content::-webkit-scrollbar {
    width: 4px; /* Width of the scrollbar */
}

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

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

.advantage_section .feature-hover-content::-webkit-scrollbar-track {
    background: #e0e0e0; /* Background of the scrollbar track */
}
.feature-box { cursor:pointer; }
.feature-box .feature-hover-content {
    transition: opacity 0.2s;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    font-size:12px;
    border-radius:20px;
}
.feature-box:hover .feature-hover-content,
.feature-box .feature-hover-content[style*="display: flex"] {
    opacity: 1;
    pointer-events: auto;
    display: flex !important;
}
.feature-box{
    height: 100%;
}
@media (max-width: 768px) {
    .feature-box .feature-hover-content {
        opacity: 1;
        pointer-events: auto;
        position: relative !important;
        background: none !important;
        color: #000 !important;
        padding-top: 0px !important;
    }
}
.project-item{
    min-height: 110px;
}
.project-carousel .owl-nav .owl-next,
.project-carousel .owl-nav .owl-prev {
    transition: all 0.3s ease-in-out;
}

.project-carousel .owl-nav {
    margin-top: 0px;
}

.project-carousel .owl-nav .owl-next:hover,
.project-carousel .owl-nav .owl-prev:hover {
    background: linear-gradient(180deg, #2f4d99 5%, #152649 42%);
    color: #fff;
    padding: 10px 20px;
    border: none;
}

/* Global Access Platform CSS End*/


/* IIBX-qualified-jeweller CSS */
.iibx-jewellery-ul:before{
  left: 9px;
  top: 11px;
  height: 80%;
}
.research-main-tabs .nav-tabs .nav-link.active{
  border-color:transparent !important;
}
.feature-card {
  position: relative;
}

.feature-card .top-line {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;     /* adjust width */
  height: 4px;     /* thickness of line */
  background-color: #011a41; /* bootstrap blue */
  border-radius: 2px;
}
.process_flow_section .process_boxes:last-child .nsc-process::before{
  content: none;
}
.nsc-process::before {
  background-image: url('../imgnew/landing-pages/iibx-qualified-jeweller/process_next.png');
}
.research-main-tabs .nav-link span{
  font-size:11px;
}
.nse_ix_exchange .table-custom th, .table-custom td {
  vertical-align: middle;
  border:1px solid #011a41;
  color: #011A41;
}
/* .nse_ix_exchange .table-custom th, .table-custom td {
  vertical-align: middle;
  border:1.5px solid #011a41;
  color: #011A41;
}
.nse_ix_exchange .table-custom{
  max-width: 600px;
  width: 100%;
}
.nse_ix_exchange .table-custom .fa{
  color:#e6bc66;
  font-size: 20px;
} */
.nse__ifsc__receipts .nsc-process-number:before{
  background-color: #e6e7e8;
  border-radius: 0;
}
.nse__ifsc__receipts .nsc-process::before{
  display: none;
} 

@media (max-width: 768px) {
  .nsc-process::before{
    content: none;
  }
  .nsc-process {
    position: relative;
    padding: 15px 15px 0;
  }
  .advantage_section .key-features-box p, .who_choose_ar.advantage_section .who__chooose__box{
    width: 100%;
  }
}
/* IIBX-qualified-jeweller CSS end */


@media only screen and (max-width: 991px) {
  .capmp_form {
    position: relative !important;
  }
  .blog_inner_right {
    padding: 15px 5px;
    max-width: 100%;
  }
  .campaingn_banner {
    min-height: 350px;
    object-fit: cover;
    height: auto !important;
  }
  .hero{
    margin-top: 65px;
  }
  .comp_banner_left {
    position: absolute;
    top: calc(-100% + 50px);
    left: 0;
    padding:20px;
    z-index: 1;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .comp_banner_left h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .investment_management_landing_page .hero .comp_banner_left h1 {
    font-size: 50px;
  }
  .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) {
  .whyChooseBoxDots {
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  /* .comp_banner_left {
    bottom: 100%;
    left: 0;
    padding: 20px;
    z-index: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  } */
  .key-features-new-box {
    flex-direction: column;
  }
  .advantage_section .key-features-content {
    width: 100%;
    margin: 0;
  }
  .advantage_section .key-features-icon {
    margin-bottom: 20px;
  }
  .advantage_section .key-features-icon:after {
    width: 2px;
    height: 85px;
  }
}
