
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.form-control::placeholder{color:#999;opacity:0.7;font-size:13px;}
#featured_products .featured_products_item .row {
    background: #fff;
}
#improve_your_brand .improve_your_brand_left .media-body ul li {
    margin-bottom: 10px!important;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    cursor: pointer;
}
#faq p {
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 24px;
}
#faq h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 38px;
    color: #fff;
}
@media(min-width:1200px){.container, .container-lg, .container-md, .container-sm, .container-xl{width:1198px;}}

#hero {
  width: 100%;
  height: auto;
padding-bottom: 50px;
  background:   url("../image/banner_bg.jpg") center center no-repeat;
  background-size: cover;
}
#hero .banner_content {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 95px;
}
#hero .banner_icon {
    width: 89%;
    margin: 0 auto;
}
#hero .banner_icon .banner_icon_item {
    cursor: pointer;
}
 
#hero .banner_icon .banner_icon_item {
    cursor: pointer;
}
#hero .banner_icon .banner_icon_item {
    padding: 35px 30px;
    width: 210px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 16px 30px rgb(0 0 0 / 4%);
    border-radius: 4px;
    margin-bottom: 26px;
}
#hero .banner_icon .banner_icon_item img {
    margin-bottom: 35px;
}
 
#hero .banner_icon .banner_icon_item p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
}
#hero .container,
#hero .container-fluid {
  padding-top: 45px;
}

#hero h1 {
  margin: 0;
      font-weight: 500;
    font-size: 50px;
    line-height: 59px;
    text-align: center;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 1);
  margin: 40px  0;
      font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center; 

}

#hero .btn-get-started {
  font-family: "roboto";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  border: 2px solid #fff;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #5846f9;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1200px) {
  #hero {
   # background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero {
    text-align: center;
  }

  #hero .container,
  #hero .container-fluid {
    padding-top: 68px;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 26px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .hero-img img {
    width: 60%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 575px),
(max-height: 600px) {
  #hero {
    height: auto;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}
#hero .banner_content .has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
    height: 46px;
    line-height: 46px;
    width: 49px;
}
#hero .banner_content .has-search .form-control {
    padding-right: 12px;
    padding-left: 48px;
}
#hero .banner_content .search {
    height: 46px;
    background: #fff;
    border-radius: 3px;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.faq {
  background-image: url(../image/ask-us-bg.png);
    background-size: cover;
  padding: 50px 0px 0px 0px;
}
#faq .line_btn {
    border: 1.5px solid #fff;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    padding: 14px 30px;
    color: #fff;
    background: 0 0;
	margin-top:10px
}
#faq .line_btn:hover{color:#3287da;background:#fff}
.faq .section-title h2,
.faq .section-title p {
  color: #fff;
}

.faq .section-title h2::after {
  background: rgba(255, 255, 255, 0.6);
}

.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "roboto";
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #8577fb;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #2c4964;
}

.faq .faq-list a.collapsed:hover {
  color: #5846f9;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
#proudly_partnering {
    background: #fff;
    padding: 81px 0 89px 0;
}
#proudly_partnering h3 {
    margin-bottom: 75px;
}
.page_h3 {
    color: #333;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    font-weight: 400;
}
#proudly_partnering img:first-child {
    margin-bottom: 65px;
}
#proudly_partnering img {
    width: 100%;
}
#featured_products img {
    width: 100%;
}
#featured_products .featured_item_content_inner {
    background: #fff;
    padding: 35px;
}
#featured_products .featured_item_content_inner h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 18px;
}
#featured_products .featured_item_content_inner p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    height: 113px;
    overflow: hidden;
}
#featured_products {
    background: #e5e5e5;
    padding: 108px 0 119px 0;
}
.autoresult_search_page {
    width: 100%;
    color: #666;
    margin: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 14px;
    position: absolute;
    top: 46px;
    border: 1px solid rgba(0,96,253,.5);
    border-radius: 4px;
    background: linear-gradient(180deg,#fff 0,#f2f8ff 100%);
    max-height: 150px;
    overflow: auto;
    z-index: 1;
}
.autoresult_search_page .innerresult {
    padding: 5px 10px;
    cursor: pointer;
}
#sessioncountry, .nhide {
    display: none;
}
.autoresult_search_page::-webkit-scrollbar{width:8px;min-height:4px;background-color:#f5f5f5}
.autoresult_search_page::-webkit-scrollbar-thumb{border-radius:10px;background-color:#c1c1c1}
#improve_your_brand {
    padding: 72px 0;
}
#improve_your_brand h3 {
    margin-bottom: 34px;
    line-height: 30px;
}
.page_h3 {
    color: #333;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
    font-weight: 400;
}
#improve_your_brand .improve_your_brand_left {
    background: #f4f4f4;
    border-radius: 4px;
    position: relative;
    margin-bottom: 26px;
    min-height: 196px;
}
.media:first-child {
    margin-top: 0;
}
.media-body, .media-left {
    display: table-cell;
    vertical-align: top;
    font-family: roboto;
	
}
.media-body{
width: 100%;
}
.media-left {
    padding-right: 10px;
}
#improve_your_brand .improve_your_brand_left .status {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    background: #006ad1;
    top: 0;
    position: absolute;
    padding: 5px 11px;
    margin-left: 10px;
}
.improve_your_brand_left div.media-left>img {
    border-radius: 5px;
}
#improve_your_brand .improve_your_brand_left .media-body {
    padding: 19px 23px 0 9px;
    position: relative;
}
.list-unstyled {
    color: #333;
    font-size: 13px;
    line-height: 25px;
}
#improve_your_brand .improve_your_brand_left .media-body .view_all_btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #006ad1;
    padding: 12px 10px;
    position: absolute;
    right: 0;
    bottom: -15px;
}

element.style {
}
#improve_your_brand .improve_your_brand_right {
    background: #3287da;
    background-size: cover;
    padding: 57px 36px;
    position: relative;
    border-radius: 4px;
}
#improve_your_brand .improve_your_brand_right .vender {
    position: absolute;
    top: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #0060fd;
    background: #f4f4f4;
    padding: 6px 12px;
}
#improve_your_brand .improve_your_brand_right h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
    color: #fff;
    margin-bottom: 7px;
}
#improve_your_brand .improve_your_brand_right p {
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
}
 
.nopadding{
	padding:0px;
}
#featured_products .featured_item_content_inner .subscribe_btn {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #006ad1;
    border-radius: 3px;
    padding: 6px 20px;
    margin-bottom: 12px;
}
@media only screen and (max-width: 768px)
{
#improve_your_brand .improve_your_brand_right .chart img {
    width: 100%;
}
}

/*new header**/
.getsearchdataab{
  border-radius: 25px;
  padding: .375rem 35px;
}
.card_border{
border: 0.1px solid #0252C6 !important;
}
.download_cta{
border: 1px solid #0252C6;
border-radius: 25px;
padding: 10px 20px;
color: #0252C6;
font-weight: 500;
}
@media screen and (min-width: 991px) {
.getsearchdataab{
    width: 350px;
}
.navbarab{
  margin-left:100px;
}
.h3ab{
  font-size: 22px;
    font-weight: 300;
    width: 70%;
}
.count_section .col-md-2{
    margin-left:35px;
}
.latest_report_section .col-md-4{
      margin-top: 90px;
}
.contact_container .mobilecenter{
  padding-left:50px;
}
.count_section .mobilecenter{
  padding-left: 110px;
}
}
.count_header{
color: #353535;
font-size: 46px;
font-weight: 500;
line-height: 0.8;
}
.searchab{
display: block;
height: 36px;
line-height: 36px;
/* pointer-events: none; */
position: absolute;
left: 0;
text-align: center;
top: 0;
width: 36px;
z-index: 2;
}
.homeabsection_1 {
width: 100%;
height: auto;
background: linear-gradient(to bottom, #E8F0FE, white);
padding-bottom: 50px;
background-size: cover;
padding-bottom: 100px;
}
.background{
background: url("/image/tnhomebannerab.svg") !important;
background-size: cover !important;
}

.homeabsection_1 #navbar a{
color:black;
}
.homeabsection_1 #navbar a:hover{
color:#32CD32;
}
.h2ab{
font-size: 50px;
line-height: 1;
font-weight: 400;
}
.h1ab{
font-size: 70px;
font-weight: 900;
color: #32CD32;
line-height: 1;
}
.h3ab{
font-size: 22px;
font-weight: 300;
}
.report_button{
border: 1px solid #0042A1;
background: #0042A1;
color: white;
padding: 10px 25px;
border-radius: 4px;
}
.report_div{
margin-top:50px;
}
.category_section{
background: linear-gradient(to right, white 60%, #EBFDED 80%, #EBFDED 100%);
padding:30px 0px !important;
}
.category_section .category_header, .webinar_h1{
text-align: center;
font-size: 40px; 
font-weight: 400;
}
.category_section ul{
list-style: none;

}
.category_section li{
font-size:18px;
color:black;
position:relative;
line-height:2;
}
.category_section li img{
position: absolute;
right: 50px;
top: 5px;
}
.category_section li a{
cursor:pointer;
}
.category_section li a:hover{
color: #32CD32;
}
.webinar_section{
background: linear-gradient(to right, white 80%, #EBFDED 95%, #EBFDED 100%);
padding:30px 0px !important;
}
.count_section{
background: #E9F0FF;
padding:20px 0px !important;
}
.latest_report_section{
padding:40px 0px !important;
}
.vendor_section{
background:#003D96;
padding:20px 0px !important;
}
.contact_section{
background:white;
padding:50px 0px;
}
.latest_h1{
font-size: 35px;
font-weight: 400;
color: #313131;
line-height: 1;
}
.latest_h2{
font-size: 35px;
color: #0252C6;
font-weight: 500;
line-height: 1;
}
.cards-wrapper {
display: flex;
justify-content: center;
gap:15px;
}
.card img {
max-width: 100%;
max-height: 100%;
}
.card {
margin: 0 0.5em;
box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
border: none;
border-radius: 0;
}
.card-body h5{
color:#425466;
}
.carousel-inner {
padding: 1em;
}
/* Styling for the carousel control buttons */
.carousel-control-prev,
.carousel-control-next {
background-color: transparent;
border: none;
font-size: 2em;
color: #000;
position: absolute;
top: auto;
bottom: -30px; /* Moves controls below the cards */
}
/* Adjust left and right positioning of controls */
.carousel-control-prev {
left: 50%;
transform: translateX(-100%) translateY(0);
}

.carousel-control-next {
right: 61%;
transform: translateX(100%) translateY(0);
}

/* Adjust the button size and make them arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
background-color: #000;

padding: 0.5em;
}
.webinar_c .card{
margin: 0 0.5em;
box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
border: none;
border-radius: 0;
padding: 10px;
width: 100%;
min-height: 200px;
}
.card-title{

display: -webkit-box;
-webkit-line-clamp: 2; /* Show only 2 lines */
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%; /* Adjust as needed */
word-break: break-word;

}
.card-text{
 display: -webkit-box;
-webkit-line-clamp: 4; /* Show only 2 lines */
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%; /* Adjust as needed */
word-break: break-word;
}
.card .card-img-top{
width: 100px;  /* Adjust as needed */
height: 100px; /* Should be equal to width for a perfect circle */
border-radius: 50%;
object-fit: cover; /* Ensures the image covers the space without distortion */
}
.latest_report_section .card {
background: #F6F9FF;
padding: 10px;
min-height:250px;
width:100%;
border: 0.1px solid transparent;
}
.latest_report_section .card:hover {
border: 0.1px solid #0252C6 !important;
}
.contact_button{
border: 1px solid transparent;
padding: 10px 20px;
background: linear-gradient(to bottom, #5499FF, #4B57E2);
color: white;
border-radius: 4px;
cursor:pointer;
}
.contact_div{
margin-top:50px;
}

.contact_p{
color: black;
font-size: 18px;
line-height: 1;
}
.contact_h{
font-size: 35px;
font-weight: 600;
line-height: 1;
}
.contact_h_color{
color: #32CD32;
 font-size: 35px;
font-weight: 600;
line-height: 1;
margin-bottom: 50px;
}
.vendors_h1{
text-align: center;
font-size: 25px;
color: #FFFFFF;
}
.homeabsection_1 .header-scrolled{
  background:#E8F0FE !important;
}
.carousel-indicators button {
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #555; /* Default dot color */
border: none;
margin: 5px;
opacity: 0.5;
}
.carousel-indicators {
position: absolute;
right: 0;
bottom: -50px;
left: 0;
z-index: 2;
display: flex
;
justify-content: center;
padding: 0;
margin-right: 15%;
margin-bottom: 1rem;
margin-left: 15%;
list-style: none;
}
.carousel-indicators [data-bs-target] {
box-sizing: content-box;
flex: 0 1 auto;
width: 10px;
height: 10px;
padding: 0;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border: 1px solid black;
transition: opacity .6s ease;
}
.carousel-indicators .active {
background-color: #000; /* Active dot color */
opacity: 1;
}
@media (max-width: 991px) {
.h1ab {
font-size: 40px !important;
}
.h2ab {
font-size: 30px !important;
}
.h3ab {
font-size: 15px !important;
}
.sectionmobile{
padding:50px 20px 20px 20px !important;
}
}
@media (max-width: 1025px) {
.category_section .category_header, .webinar_h1{
font-size:25px;
}
.latest_h1, .latest_h2{
font-size:25px;
}

.contact_container{
background-position: unset !important;
}
.homeabsection_1{
background-size: auto;
}
.contact_h{
font-size:25px;
}
.contact_h_color{
font-size:25px;
}
.contact_p{
font-size:15px;
}
.carousel-inner {
  display: block;
}
.latest_report_section .card {
  flex: 0 0 100%; /* Ensure only one card is visible */
}
.webinar_section .cards-wrapper{
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.mobilecenter{
  text-align:center;
}
.vendor_section .mobilecenter{
  text-align:center;
  padding:10px;
}
}

/* Show multiple cards on larger screens */
@media (min-width: 769px) {
.carousel-item {
  flex: 0 0 33.3333%; /* Show 3 cards at a time */
}
}
.autoresult_search_pageab {
width: 100%;
color: #666;
margin: 0;
text-align: left;
font-size: 14px;
font-weight: 400;
line-height: 18px;
padding: 14px;
position: absolute;
top: 46px;
border: 1px solid rgba(0,96,253,.5);
border-radius: 4px;
background: linear-gradient(180deg,#fff 0,#f2f8ff 100%);
max-height: 250px;
overflow: auto;
z-index: 1;
}
.autoresult_search_pageab .innerresult {
padding: 5px 10px;
cursor: pointer;
}
.autoresult_search_pageab::-webkit-scrollbar{width:8px;min-height:4px;background-color:#f5f5f5}
.autoresult_search_pageab::-webkit-scrollbar-thumb{border-radius:10px;background-color:#c1c1c1}
.homeabsection_1 .homecart_v1 {
height: 26px;
background-image: url("/image/kart.svg") !important;
float: right;
width: 32px;
position: relative;
background-size: cover;
margin: 0 !important;
}
.homeabsection_1 .homecarta{
background: #FF4646 !important;

}

.contact_container {
background-image: url("/image/contact_background.svg");
background-position: center;
background-repeat: no-repeat;
padding: 20px 40px;
}
.webinar_container{
background-image: url("/image/media_background.svg?v67");
padding: 40px 30px;
background-position-y: bottom;
background-size: cover;
}

.underline_green{
text-decoration: underline;
text-decoration-color: #32CD32;
text-decoration-thickness: 3px;
text-underline-offset: 15px;
}
.carousel-control-next-icon {
background-image: url("/image/icon_white.svg") !important;
background-color: black !important;
background-size: 50% 50% !important;
}
.carousel-control-prev-icon {
background-image: url("/image/icon_grey.svg") !important;
background-color: white !important;
background-size: 50% 50% !important;
}
.latest_report_section .card-wrapper {
gap:15px;
}
.contact_button,.report_button:hover{
color:white !important;
}
#headerab .navbar>ul>li>a:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: -5px;
left: 0;
background-color: #32CD32 !important;
visibility: hidden;
width: 0px;
transition: all 0.3sease-in-out 0s;
}
#headerab .navbar a:hover:before, .navbar li:hover>a:before, .navbar .active:before {
visibility: visible !important;
width: 100%;
}
.justify-content-betweenab{
justify-content: space-between;
}
@media (max-width: 1090px) {
.category_section li img {
position: absolute;
right: 0px !important;
top: 5px;
}
}
