*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}

body{
	margin:0px 0px;
	padding: 0px;
	font-family: 'Lexend', sans-serif;
	font-size: 14px;
	color: #3c3c3c;
	line-height: 18px;
}
/* Modal styles */
.otp-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.otp-modal-content {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}

.otp-modal-inputs {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 15px 0;
}

.otp-modal-box {
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.terms-condition{
	margin-top: 12px;
}

body.otp-modal-open {
	overflow: hidden;
}
.profile-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.profile-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    width: 400px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.profile-modal-content h2 {
    margin-top: 0;
}

.profile-modal input {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
}
.pair-btn{
	padding: 0.1rem 0.5rem;
    border-radius: 0.4rem;
    color: black;
    margin: 0;
    border: 2px #ffbf00 solid;
}
.fno-btn{
	padding: 0.3rem 1rem;
    border-radius: 0.4rem;
    color: black;
    margin: 0;
    border: 2px #ffbf00 solid;
	background: white;
}
.sell-btn-live{
    border: 0.1rem solid red;
    padding: 0.3rem 1.6rem;
    border-radius: 0.4rem;
    color: red;
    margin: 0;
}
.hold-btn-live{
	border: 0.1rem solid #ffbf00;
    padding: 0.3rem 1.6rem;
    border-radius: 0.4rem;
    color: #ffbf00;
    margin: 0;
}
.buy-btn-live{
	border: 0.1rem solid #00b74c;
    padding: 0.3rem 1.6rem;
    border-radius: 0.4rem;
    color: #00b74c;
    margin: 0;
	background: transparent;
}
.recommendation-container {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.left-half,
.right-half {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.term-badge {
  background-color: #ffc107;
  color: #000;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.recommendation-heading {
  margin: 0;
  text-align: center;
}

.slider-container {
    position: relative;
}

.slider-track {
    position: relative;
    height: 6px;
    background: #ccc;
    border-radius: 4px;
    margin: 3rem 0;
	margin-top: 0;
}

.slider-dot {
    position: absolute;
    top: 16px;
    width: 2px;
    height: 12px;
    background: #ccc;
    border-radius: 20px;
    z-index: 2;
}

.left-dot {
    left: 0;
    background: red;
}

.right-dot {
    right: 0;
    background: green;
}

.slider-entry {
    position: absolute;
    top: 2px;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
}
.slider-cmp {
    position: absolute;
    top: -9px;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
}

.yellow-dot {
    width: 10px;
    height: 10px;
    background: #ffbf00;
    border-radius: 50%;
    margin: 0 auto;
}

.label {
    font-size: 12px;
    color: #000;
    margin-top: 2px;
}

.lottie-animation-livePulse {
	display: flex;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
}

.cmp-label {
    font-size: 12px;
    color: black;
    margin-top: 2px;
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    margin-top: -4px;
}

.red-text {
    color: red;
}

.green-text {
    color: green;
}
.dark-yellow-text{
	color: #ffbf00
}

.label-right{
	right: -1.5rem;
	font-size: 0.75rem;
	position: absolute;
	top: -20px;
}
.label-left{
	left:-0.7rem;
	font-size: 0.75rem;
	position: absolute;
	top: -20px;
}
.label-entry{
	font-size: 0.75rem;
    position: absolute;
    top: -2.1rem;
    right: -0.8rem;
	color: #008cb7!important;
}
.label-price{
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 6rem;
    font-size: 0.75rem;
    position: absolute;
    top: 1.3rem;
    left: -1.8rem;
}

.range_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.sliders_control,
.fno-sliders_control {
  position: relative;
  min-height: 50px;
  width: 90%;
  margin-bottom: 1.2rem;
  margin-top: 0.8rem;
}

.range-input{
	display: block !important;
}

.range-input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  width: 100%;
  background: #C6C6C6;
  position: absolute;
  top: 20px;
  z-index: 1;
  border-radius: 2px;
}

/* Hide default thumbs */
.range-input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  background: transparent;
  cursor: pointer;
  border: none;
}

.range-input[type=range]::-moz-range-thumb {
  width: 0;
  height: 0;
  background: transparent;
  border: none;
}

.lottie-thumb {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 10px;
  pointer-events: none;
  z-index: 4;
}

.css-thumb {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  top: 17px;
  background: #ffbf00;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
}

.phone-widget{
	color: white;
    filter: drop-shadow(2px 4px 6px black);
    transform: rotate(90deg);
}
.whatsapp-widget{
	filter: drop-shadow(2px 3px 13px black);
}

.feargreedlogo{
	width: 1.5rem;
}

.shimmer-btn-live {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    color: #d4af37 !important; /* Fallback golden color */
    overflow: hidden;
	text-align: center;
	margin: 0;
}
.shimmer-btn-live::after{
	content: attr(data-text); /* optional: if you want to reflect content */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: translateX(-100%);
    animation: shimmer 1s infinite;
    mix-blend-mode: screen;
    pointer-events: none;
}
.shimmer-btn-live-pair {
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    color: #d4af37 !important; /* Fallback golden color */
    overflow: hidden;
	text-align: center;
	margin: 0;
}
.shimmer-btn-live-pair::after{
	content: attr(data-text); /* optional: if you want to reflect content */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: translateX(-100%);
    animation: shimmer 1s infinite;
    mix-blend-mode: screen;
    pointer-events: none;
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.fear-greed-card{
	position: relative; 
	width: 15rem; 
	height: 7rem; 
	border: 1px #e5edf0 solid; 
	border-radius: 1rem; 
	margin: 1rem 0; 
	margin-right: 1rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease; 
	box-shadow: 0px 0.5px 3px rgba(0, 0, 0, 0.08), 0px 0.5px 3px rgba(0, 0, 0, 0.08);
}
.fear-greed-card:hover{
	transform: scale(1.007);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.18), 0px 3px 6px rgba(0, 0, 0, 0.18);
}
.flag-display-grid{
	display: flex; 
	flex-direction: row; 
	align-items: center; 
	padding: 0.5rem;
}
.flag-img{
	width: 2rem; 
	height: 2rem;
}
.fear-market-title{
	font-size: 1rem; 
	margin: 0; 
	margin-left: 0.5rem;
}
.fear-graph-img{
	position: absolute;
    width: 15rem;
    height: 5.3rem;
    bottom: -0.5rem;
    border-radius: 0 0 1.7rem 1.7rem;
    overflow: hidden;
}
.market-sentiment-text{
	display: flex;
	justify-content: space-around;
	position: absolute;
	bottom: 0.5rem;
	width: 15rem;
}
.market-sentiment-text-display{
	font-size: 0.7rem; 
	font-weight: 600; 
	padding: 0.1rem 1rem; 
	border: 1.5px solid green; 
	border-radius: 100px; 
	margin: 0;
	position: absolute;
    bottom: 0.01rem;
    left: 2rem;
}
.green-border{
	border: 1.5px solid  #00b74c; 
}
.red-border{
	border: 1.5px solid  #f94619; 
}
.yellow-border{
	border: 1.5px solid  #ffbf00;; 
}

 .buy-btn:hover{
	background: transparent;
	color: #000!important;
	border: 1px #FCCE27 solid;	
	font-size: 16px;
	text-align: center;
}
.profile-modal button {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.profile-modal button:hover {
    background: #45a049;
}

a{
	text-decoration: none;
}
a:hover {
    text-decoration: none !important;
}
*{
	margin: 0px;
	padding: 0px;
	outline: none;
}
.w-5{
	width: 5%;
}
.w-10{
	width: 10%;
}
.w-15{
	width: 15%;
}
.w-20{
	width: 20%;
}
.w-25{
	width: 25%;
}
.w-35{
	width: 35%;
}
.w-40{
	width: 40%;
}
.w-45{
	width: 45%;
}
.w-50{
	width: 50%;
}
.w-55{
	width: 55%;
}
.w-60{
	width: 60%;
}
.w-65{
	width: 65%;
}
.w-70{
	width: 70%;
}
.w-75{
	width: 75%;
}
.w-80{
	width: 80%;
	object-fit: contain;
}
.w-85{
	width: 85%;
}
.w-90{
	width: 90%;
}
.w-95{
	width: 95%;
}
.w-100{
	width: 100%;
}


.bg-transparent{
	background: transparent;
}

.font-size-12{
	font-size: 12px;
}
.font-size-14{
	font-size: 14px;
}

.font-size-16{
	font-size: 16px;
}

.font-size-18{
	font-size: 18px;
}

.font-size-20{
	font-size: 20px;
}

.font-size-22{
	font-size: 22px;
}

.font-size-24{
	font-size: 24px;
}
.font-size-26{
	font-size: 26px;
}
.font-size-28{
	font-size: 28px;
}

.custom-container{
	width: 94%;
	margin: 0px auto;
}

.yello-text{
	color: #FCCE27!important;
}
.blue-text{
	color: #008cb7!important;
}
.blue-text-lt{
	color: #0ce!important;
}
.green-text{
	color: #00b74c!important;
}
.red-text{
	color: #f94619!important;
}
.red-bg{
	background: #DF0000!important;
}
.grey-bg-main{
	background: #F7F7F8!important;
}
.greay-bg{
	background: #fff!important;
}
.orenge-bg{
	background: #EC7E03!important;
}
.green-bg{
	background: #0C9B32!important;
}
.blue-bg{
	background: #44AAB6!important;
}
.white-bg{
	background: #fff!important;
}
.light-blue-bg{
	background: #f4f7ff!important;
}
.text-left{
	text-align: left!important;
}
.w-40-set{
	width: 45%!important;
	display: flex;
	margin: auto;
}
/*================ header start here =========================*/
.container{
	max-width: 92%!important;
}
.logo-main-2{
	display: none;
}
/* .scrolled .logo-main-2{
display: block!important;
}
.scrolled .logo-main-1{
	display: none!important;
	} */

.header-carousel-main{
	margin:0px;
	padding: 0px 0px;
	min-height: 550px;
	width: 100%;
	background: linear-gradient(90deg, hsla(194, 74%, 15%, 1) 0%, hsla(184, 84%, 19%, 1) 38%, hsla(184, 84%, 19%, 1) 64%, hsla(189, 80%, 16%, 1) 100%);
	background: -moz-linear-gradient(90deg, hsla(194, 74%, 15%, 1) 0%, hsla(184, 84%, 19%, 1) 38%, hsla(184, 84%, 19%, 1) 64%, hsla(189, 80%, 16%, 1) 100%);
	background: -webkit-linear-gradient(90deg, hsla(194, 74%, 15%, 1) 0%, hsla(184, 84%, 19%, 1) 38%, hsla(184, 84%, 19%, 1) 64%, hsla(189, 80%, 16%, 1) 100%);

}

.scrolled {
	background: #083B46;
	box-shadow: 0px 1px 4px #bdbdbd;
	z-index: 1000;
	position: fixed;
	top: 0px;
	width: 100%;
	
}
.scrolled ul li a{color:#fff!important}
.scrolled ul li a:hover{border-bottom: 2px #FCCE27 solid!important;}


.home-custom-menu{
	margin: 0px 0px 0px;
}
.nav-custom{padding: 15px 0px 15px 0px;z-index: 55;width: 100%;}

.nav-custom .navbar-brand{
	margin: 0px;
	padding: 5px 0px 10px 0px;
}
.nav-custom .navbar-brand img{
	width: 80%;
}
.nav-custom ul li{font-size: 14px!important;padding: 0px 10px 0px 10px;font-weight: 400;margin-top: 5px;}
.nav-custom ul li a{color:#fff;text-transform: uppercase;font-weight: 400;height: 30px;line-height: 12px;}

/* .navbar-default .navbar-nav>.active>a{border-bottom: 2px #fff solid;background:none!important;color: #5945EE;} */
.navbar-default .navbar-toggle:hover {background-color: #fff;}

.nav-custom li a:hover,
.nav-custom li a.is-active {color: #FCCE27;}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #FCCE27;
	font-weight: 600;
}

.nav-custom li .dropdown-menu a{
	color: #333!important;
	font-size: 14px!important;
	padding: 10px 20px 23px 20px!important;
	font-weight: 400!important;
	text-transform: capitalize!important;
	border-bottom: 1px #dcdcdc solid;
}
 
.scrolled li .dropdown-menu a{
	color: #333!important;
	font-size: 14px!important;
	padding: 10px 20px 23px 20px!important;
	font-weight: 400!important;
	text-transform: capitalize!important;
	border-bottom: 1px #dcdcdc solid;
}
.scrolled .navbar-brand img{
	width: 80%;
}
.scrolled .container{
	width: 90%!important;
	max-width: 90%;
}
.mobile-color-set{
	font-size: 24px;
	color: #fff;
}
.scrolled .mobile-color-set{
	color: #fff;
	font-size: 24px;
}
.scrolled ul li{font-size: 14px!important;padding: 6px 7px;margin: 0px;}
.scrolled ul li a {
	text-transform: uppercase;
	font-weight: 600;
	height: 30px;
	line-height: 12px;
}
.scrolled ul  a:hover{
	color: #FCCE27;
}
.nav-custom li .dropdown-menu a:last-child{
	border: none;
}
.search-sec-main{
	border-left: 1px #fff solid;
	position: relative;
	top: 18px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	height: 20px;
	padding: 0px 20px 0px 20px;
}
.scrolled .search-sec-main{
	border-left: 1px #3c3c3c solid;
	position: relative;
	top: 12px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	height: 20px;
	padding: 0px 20px 0px 20px;
}
/*================ carousel start here =========================*/

.custom-carousel{
	border-top: 1px #266f76 solid;
}
.custom-carousel .carousel-item .carousel-caption{
	top: 14%;
}
.custom-carousel .carousel-item .carousel-caption h1{
	font-size: 80px;
    font-weight: 500;
    text-shadow: 0px 1px 4px #000;
    margin: 0px 0px 20px 0px;
}
.custom-carousel .carousel-item .carousel-caption p{
	font-size: 20px;
    font-weight: 500;
    margin: 10px 0px 30px 0px;
	line-height: 24px;
}
.custom-carousel .carousel-item .carousel-caption h1 b{
	color: #FCCE27;
}
.custom-carousel .carousel-indicators{
	bottom: 28%;
}
.custom-carousel img{
	width: 100%;
}

.owl-theme .owl-controls{
	margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
	background: #ccc;
	opacity: 1;
	transition: all 0.8s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #5945EE;
}
.main-media-carousel .owl-nav.disabled+.owl-dots{
	margin-top: 30px!important;
} 

/****************/
.login-btn{
	background: #FCCE27;
	border: 1px #FCCE27 solid;
	min-height: 48px;
	border-radius: 4px;
	color: #000000;
	padding: 0px 20px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
 .login-btn:hover{
	background: transparent;
	color: #000!important;
	border: 1px #FCCE27 solid;	
	font-size: 16px;
	text-align: center;
} 
.download-app-icon-btn{
	min-width: 255px;
	background: #FCCE27;
	border: 1px #FCCE27 solid;
	min-height: 58px;
	border-radius: 4px;
	color: #000000;
	margin: 0px 10px;
	padding: 0px 20px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.download-app-icon-btn:hover{
	background: #fff;
	color: #000!important;
	border: 1px #FCCE27 solid;	
}

.download-app-icon-btn span{
	background: #000;
	border-radius: 4px;
	width: 25px;
	height: 25px;
	margin: 0px 0px;
	padding: 4px 7px;
	color: #fff;
}

.watch-video-btn{
	min-width: 255px;
	background: transparent;
	border: 1px #44AAB6 solid;
	min-height: 58px;
	border-radius: 4px;
	color: #fff;
	margin: 0px 10px;
	padding: 0px 20px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.watch-video-btn:hover{
	background: #fff;
	color:#44AAB6;
}
.watch-video-btn span svg{
	color: #fff;
}
.category-main-sec{
	position: relative;
	/* top: -160px; */
	margin: -174px 0px 60px 0px;
	padding: 0px 0px;
}

.category-card-main{
	background: #fff;
	border-radius: 8px;
	border: 1px #dcdcdc solid;
	/* box-shadow: 1px 2px 4px #9d9d9d; */
	text-align: center;
	margin: 0px 0px;
	padding: 20px 10px;
}

.category-card-main figure{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
.category-card-main h3{
	color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px;
}

.category-card-main p{
	color: #999;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 10px 0px 10px;
    line-height: 22px;
    padding: 0px 0px;
	letter-spacing: 0.5px;
}
.stocks-recom-main-sec{
	margin: 0px;
	padding: 0px;
}
.heading-sec-main-1{
	margin: 0px 0px 40px 0px;
	padding: 0px 0px;
	width: 75%;
}

.heading-sec-main-1 h2{
	color: #000;
	font-size: 36px;
	font-weight: 700;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
}

.heading-sec-main-1 p{
	color: #666;
	font-size: 14px;
	font-weight: 400;
	margin: 10px 10px 0px 0px;
	line-height: 22px;
	padding: 0px 0px;
}

.heading-sec-main-2{
	margin: 0px auto;
	padding: 0px 0px 40px  0px;
	width: 75%;
	text-align: center;
}

.heading-sec-main-2 h2{
	color: #000;
	font-size: 36px;
	font-weight: 700;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}

.heading-sec-main-2 p{
	color: #3c3c3c;
	font-size: 14px;
	font-weight: 400;
	margin: 10px 10px 0px 0px;
	line-height: 22px;
	padding: 0px 0px;
}

/********************/

.stocks-recom-card-main{
	background: #fff;
	border-radius: 8px;
	border: 1px #D7E5F7 solid;
	margin: 0px 0px 60px 0px;
	padding: 0px 0px;
}

.stocks-label-main{
	background: #1E65A2;
	width: 60%;
	margin: 0px 0px;
	border-radius: 0px 0px 40px 0px;
	padding: 10px 0px 10px 20px;
	color: #fff;
	font-size: 14px;
	display: flex;
	gap: 10px;
	align-items: center;
}
.stocks-logo-sec{
	border: 1px #dcdcdc solid;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 20px auto;
	padding: 10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.stocks-logo-sec img{
	width: 86%;
}

.stocks-recom-card-main h4{
	color: #000;
	font-size: 22px;
	font-weight: 700;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	text-align: center;
}

.stocks-recom-card-main p{
	color: #3c3c3c;
	font-size: 14px;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	line-height: 22px;
	padding: 0px 0px;
	text-align: center;
}

.spretor-traget-sec{
	background: #E3FFEB;
	border: 1px #B9E5C5 solid;
	padding: 12px 10px;
	margin: 20px 0px 0px 0px;
	font-size: 14px;
	font-weight: 400;
	color: #0C9B32;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.stocks-recom-price-sec{
	background: #F8FBFC;
	border: 1px #D7E5F7 solid;
	border-radius: 0px 0px 8px 8px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px 0px;
	color: #737373;
	font-size: 14px;
	font-weight: 400;
}
.stocks-recom-price-sec b{
	color: #0C9B32;
	font-size: 24px;
	font-weight:700;
}

.our-media-main-sec{
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 60px 0px;
}
.main-media-carousel{
	display: flex;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.our-media-card-main{
	background: #fff;
	border-radius: 8px;
	border: 1px #dcdcdc solid;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	width: 100%;
	height: 130px;
	box-shadow: 1px 2px 4px #cfcfcf;
}
.our-media-card-main figure{
	margin: 0px 0px;
	padding: 0px 0px;
}

.our-media-card-main figure img{
	width: 100%;
}
.navbar-nav .nav-link svg{
	margin-right: 7px;
}
/****************/
.articls-card-main{
	background: #fff;
	border-radius: 8px;
	border: 1px #dcdcdc solid;
	overflow: hidden;
	padding: 20px 20px 10px 20px;
	margin: 0px 0px 20px 0px;
	box-shadow: 1px 2px 4px #cfcfcf;
}
.articls-card-main:hover{
	border: 2px #FCCE27 solid;
	box-shadow: 1px 2px 4px #989898;
	cursor: pointer;
}
.label-stock-sec{
	padding: 6px 20px;
	margin: 0px 0px 20px 0px;
	background: #F1F4FC;
	border-radius: 8px;
	font-size: 12p;
	font-weight: 600;
	color: #2F49DF;
}
.articls-img-sec img{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
	top: 5px;
	left: 4px;
	position: relative;

}
.articls-card-main h4{
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
}

.articls-card-main p{
	color: #3c3c3c;
	font-size: 14px;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	line-height: 24px;
	padding: 0px 0px;
}
.user-artilce-sec{
	display: flex;
	gap: 20px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px;
}

.user-artilce-sec figure{
	border-radius: 50%;
	border: 1px #dcdcdc solid;
	width: 60px;
	height: 60px;
}
.user-artilce-sec h5{
	font-size: 18px;
	font-weight: 600;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px;
	color: #000;
}
.user-artilce-sec p{
	font-size: 14px;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	color: #3c3c3c;
}

.load-more-btn{
	background: #FCCE27;
	border: 1px #FCCE27 solid;
	min-height: 48px;
	border-radius: 8px;
	color: #000000;
	margin: 40px auto;
	display: block;
	padding: 0px 20px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.risk-disc-text-main{
	background: #F5F5F5;
	border-radius: 8px 8px 0px 0px;
	border: 1px #dcdcdc solid;
	padding: 25px 25px 10px 25px;
}

.risk-disc-text-main h3{
	color: #44AAB6;
	font-size: 18px;
	font-weight: 600;
	margin: 0px 0px 15px 0px;	
}
.risk-disc-text-main p{
	color: #3c3c3c;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 0px 0px 15px 0px;	
}

/*********************/
.services-card-main{
	border: 1px #dcdcdc solid;
	border-radius: 8px;
	padding: 20px 20px 10px 20px;
	margin:20px 0px 20px 0px;
	box-shadow: 0px 0px 10px #e4e4e4;
}
.services-card-main figure{
	width: 50%;
	overflow: hidden;
}
.services-card-main h3{
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin: 0px 0px 5px 0px;	
}
.services-card-main p{
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 0px 0px 15px 0px;	
}

.services-card-main1{
	border-radius: 8px;
	padding: 20px 20px 10px 20px;
	margin:0px 0px 20px 0px;
	box-shadow: 0 0 12px rgba(0,0,0,.08);
	border: 1px #d5e7ec solid;
}
.services-card-main1 figure{
	width: 40%;
	overflow: hidden;
}
.services-card-main1 h3{
	color: #1E65A2;
	font-size: 16px;
	font-weight: 600;
	margin: 0px 0px 5px 0px;	
}
.services-card-main1 p{
	color: #3c3c3c;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 0px 0px 15px 0px;	
}


.testimonial-card-main{
	background: #fff;
	border-radius: 8px;
	border: 1px #dcdcdc solid;
	padding: 30px 40px 20px 40px;
	margin: 20px 30px;
	box-shadow: 1px 2px 4px #cfcfcf;
}

.testimonial-card-sec{
	display: flex;
	gap: 20px;
	position: relative;
	left: -80px;
}
.testimonial-card-sec .content{
	font-size: 14px;
	color: #3c3c3c;
	line-height: 38px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
}
.testimonial-card-sec aside h4{
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
} 
.testimonial-card-sec aside .location{
	font-size: 14px;
	font-weight: 400;
	color: #616161;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
} 

.testimonial-card-sec aside .star{
	font-size: 14px;
	font-weight: 400;
	color: #44AAB6;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px;
} 

.testimonial-card-main .content span{
	color: #FCCE27;
	font-size: 56px;
	position: relative;
	top: 20px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px;
}
/***************/
.custom-accordion .card {
	margin: 0px 0px 30px 0px;
    border: 1px solid #dcdcdc !important;
    border-radius: 8px !important;
}
.custom-accordion .card-header{
	background-color:#F8FBFC!important;
	/* border: 1px solid #EEEEEE!important; */
	border-bottom: 1px solid #EEEEEE!important;
}
.custom-accordion .card-header .btn-link {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.custom-accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: 0px!important;
	padding: 20px 20px!important;
}
.custom-accordion .card-header .title {
	font-size: 18px;
    color: #000;
    font-weight: 600;
}
.custom-accordion .card-body{
	font-size: 14px;
	font-weight: 400;
	color: #666;
	margin: 0px 0px;
	padding: 20px;
}
.custom-accordion .card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.custom-accordion .card-header{
  cursor: pointer;
  border-bottom: none;
}
	
.card-body{
  border-top: 1px solid #f5f5f5;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.footer-full-content-main{
	color: #3c3c3c;
	background: #F5F5F5!important;
	border-radius: 8px;
	margin: 30px 0px 0px 0px;
	font-size: 14px;
	font-weight: 400;
	padding: 12px 20px;
	outline: none;
	border-color:none!important;
	box-shadow:none!important;
}
.footer-full-content-main .card-header{
	background-color:#F5F5F5!important;
	/* border: 1px solid #EEEEEE!important; */
	border-bottom: none!important;
	display: flex;
	justify-content: space-between;
}
.footer-full-content-main .card{
	background-color:#F5F5F5!important;
	/* border: 1px solid #EEEEEE!important; */
	border: none!important;
	
}

/**********************/
.foooter-sec-main{
	margin: 0px 0px;
	padding: 50px 0px 0px 0px;
	background: #20252A;
}

.nav-footer-sec{
	margin: 0px;
	padding: 0px;
}
.nav-footer-sec h6{
	font-weight: 600;
	font-size: 24px;
	color: #FCCE27;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}

.nav-footer-sec ul{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px;
	list-style-type: square;
	color: #FCCE27;
}

.nav-footer-sec ul li{
	margin: 0px 0px 20px 10px;
	padding: 0px 0px;
	font-size: 14px;
	font-weight: 400;
}
.nav-footer-sec ul li a{
	text-decoration: none;
	color: #fff;
}
.nav-footer-sec ul li a:hover{
	text-decoration: underline;
	color: #FCCE27;
}

.footer-lt-content-sec{
	margin: 0px 0px;
	padding: 0px 0px;
	color: #fff;
}

.footer-lt-content-sec figure{
	margin: 0px 0px;
	width: 60%;
}
.footer-lt-content-sec p{
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
}

.footer-lt-content-sec ul{
	list-style: none;
	margin: 30px 0px 0px;
	padding: 0px 0px;
}
.footer-lt-content-sec ul li{
	display: flex;
	align-items: top;
	margin: 0px 0px 25px 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.footer-lt-content-sec ul li svg{
	font-size: 20px!important;
	color: #FCCE27;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.footer-soial-media-sec{
	background: #191D21;
	margin: 20px 0px 0px 0px;
	padding: 25px 0px;
	
}
.social-fot-lt-sec{
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.copy-write-text{
	font-size: 12px;
	font-weight: 400;
	color: #5c5c5c;
	margin: 14px 0px 0px 0px;
}
.social-fot-lt-sec li{
	background: #191D21;
	border: 1px #A0A0A0 solid;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	cursor: pointer;
	color: #5c5c5c;
	font-size: 16px;
}
.social-fot-lt-sec li a{
	color: #5c5c5c;
}
.social-fot-lt-sec li:hover, .social-fot-lt-sec li a:hover{
	background: #FCCE27;
	color: #fff!important;
}
.footer-soical-sec{
	display: flex;
	justify-content: space-between;
}
/****************/
/* This only changes this particular animation duration */
.animate__animated.animate__bounce {
	--animate-duration: 2s;
  }
  
  /* This changes all the animations globally */
  :root {
	--animate-duration: 800ms;
	--animate-delay: 0.9s;
  }


  /********************/


.header-inner-pg-main{
	margin:0px;
	padding: 0px 0px;
	min-height: 293px;
    width: 100%;
	background:#083B46;
}
.header-inner-pg-main figure{
	margin: 0px;
    height: 200px;
    background-size: cover;
    overflow: hidden;
    background-position: center;
}
.header-inner-pg-main figure img{
	width: 100vw;
}

.inner-pg-header-main{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.inner-pg-header-main h1{
	font-size: 70px;
	font-weight: 600;
	color: #fff;
	position: absolute;
	text-shadow: 0px 1px 2px #333;
	bottom: 35%;
}


.top-breadcrumbs-sec{
	background: #e9ecef;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px;
	height: 60px;
	line-height: 35px;
}

.contact-pg-card{
	height: 234px;
	background: #FBFBFF;
	border: 1px #EDEDED solid;
	border-radius: 4px;
	text-align: center;
	margin: 30px 0px;
	padding: 30px 0px 0px 0px;
}

.contact-pg-card figure{
	margin-bottom: 20px;
}

.contact-pg-card h4{
	font-size: 18px;
	font-weight: 400;
	color: #212121;
	margin: 10px 0px;
}
.contact-pg-card p{
	font-size: 14px;
	font-weight: 400;
	color: #616161;
	margin: 0px;
}
.contact-form-main{
	border: 1px #dcdcdc solid;
	border-radius: 8px;
	margin: 0px 0px;
	padding: 20px 20px;
}

.contact-form-main h3{
	margin: 4px 0px 20px 0px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.contact-form-main h4{
	margin: 10px 0px 0px 0px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.contact-form-main h5{
	margin: 10px 0px 10px 0px;
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.contact-form-main p{
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	font-weight: 400;
	color: #303030;
}
.send-mess-btn{
	background: #FCCE27;
	border: 1px #FCCE27 solid;
	min-height: 48px;
	border-radius: 8px;
	color: #000000;
	margin: 0px 0px;
	padding: 0px 20px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.contact-input-set{
	margin: 0px 0px 26px 0px;
	padding: 0px 0px;
	width: 100%;
}
.contact-input-set input{
	border: 1px #dcdcdc solid;
	width: 100%;
	border-radius: 4px;
	padding: 18px 20px;
	font-size: 14px;
	color: #000;
	font-weight: 400;
}
.contact-text-set{
	border: 1px #dcdcdc solid;
	width: 100%;
	border-radius: 4px;
	padding: 14px 20px;
	font-size: 14px;
	color: #000;
	font-weight: 400;
	margin-bottom: 20px;
	min-height: 160px;
}

.inner-pg-content-main-sec{
	margin: 14px 0px 20px 0px;
	padding: 0px 0px;
}

.inner-pg-content-main-sec h2{
	font-size: 24px;
	margin: 0px 0px 15px 0px;
	font-weight: 600;
	color: #000;
}
.inner-pg-content-main-sec p{
	font-size: 15px;
	margin: 10px 0px 15px 0px;
	font-weight: 400;
	color: #1e1e1e;
	line-height: 22px;
}
.inner-pg-content-main-sec ul{
	margin: 10px 0px 15px 25px;
	padding: 0px 0px;
} 
.inner-pg-content-main-sec ul li{
	font-size: 15px;
	margin: 10px 0px 15px 0px;
	font-weight: 400;
	color: #333;
	line-height: 22px;
} 
/********************/
.analysis-main-sec{
	margin: 5% 0px 0px 0px;
	padding: 0px 0px;
}
.information-bar{
	/* background: rgb(8,59,70);
background: linear-gradient(0deg, rgba(8,59,70,1) 0%, rgba(6,64,64,1) 100%); */
	border-radius: 8px;
	margin: 20px 0px 50px 0px;
	display: flex;
	padding: 15px 40px 0px 40px;
	line-height: 40px;
	align-items: center;
	justify-content: space-between;
	border: 1px #44AAB6 solid;
	background: #f8fcfe;
	
}
.information-bar p{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	/* text-shadow: 0px 1px 1px #582f00; */
}
.information-bar p svg{
	color: #44AAB6;
	margin-right: 5px;
}
.information-bar span{
	color: #44AAB6;
	position: relative;
	bottom: 10px;
}

.analysis-img-sec{
	display: flex;
	margin: 20px auto;
	align-items: center;
	justify-content: center;
	margin: 0px;
}
.analysis-img-sec img{
	width: 70%;
}
.analysis-content-se{
	margin: 0px 0px;
	padding: 20px 0px;
}
.analysis-content-se h2{
	font-size: 34px;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
	margin-top: 20px;
}
.analysis-content-se p{
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 24px;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px;
}
.trusted-set-btn{
	border: none;
	background: transparent;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px;
	font-size: 16px;
	font-weight: 600;
	color: #3d8893;
}
.click-btn-inner{
	background: #0F0E0F;
	border: 1px #0F0E0F solid;
	min-height: 48px;
	border-radius: 8px;
	color: #fff;
	margin: 40px 20px 0px 0px;
	padding: 0px 0px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.get-start-btn-set{
	background: #44AAB6;
	border: 1px #44AAB6 solid;
	min-height: 48px;
	border-radius: 8px;
	color: #fff;
	margin: 20px auto;
	padding: 0px 20px;
	font-size: 16px;
	font-weight: 600;
	display: block;
	text-align: center;
}
.policy-pg-icon-set{
	margin: 0px;
	overflow: hidden;
}
.policy-pg-icon-set img{
	width: 60%;
}
/************/
.ai-em-bg-main{
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	position: relative;
}
.ai-em-card-main{
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: center;
	position: static;
	z-index: 555;
}
.line-bg-set{
	position: absolute;
	left: 20%;
	width: 60%;
	top: 18%;
}
.ai-em-card-main figure{
	background: #fff;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px auto;
	box-shadow: 0px 0px 8px #f5f5f5;
}
.ai-em-card-main figure img{
	width: 60%;
}
.ai-em-card-main h4{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
}
.ai-em-card-main p{
	font-size: 14px;
	font-weight: 400;
	color: #444;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
}
/**************/
#yourInformation-block {
	padding: 60px 0 100px;
}
#yourInformation-block .inner-wrapper {
	width: 580px;
	margin: 0 auto;
	text-align: center;
}
#yourInformation-block .blockIcon {
	margin-bottom: 25px;
}
#portfolioHealthLanding .blockHeading {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 24px;
}
#yourInformation-block .blockInfo {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 28px;
	color: #666;
}
#yourInformation-block .blockList {
    display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}
#yourInformation-block .blockList li {
    list-style: none;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
#yourInformation-block .blockList li:first-child:after {
	content: "";
	border-right: 1px solid #ddd;
	height: 14px;
	display: block;
	right: -2px;
	position: absolute;
	top: 3px;
}
/****************/
.stock-recomm-main{
	display: flex;
	margin: 0px 0px 60px 0px;
}
.stock-recom-lt-main{
		float: left;
        width: 72%;
        background: #f9f8f3;
        border-radius: 8px;
        padding: 86px 70px;
}
.stock-recom-rt-main{
	float: left;
	background: #fff;
	box-shadow: 0px 0px 10px #dcdcdc;
	width: 45%;
	margin: 64px 0 0 -17%;
	min-height: 410px;
	position: relative;
	z-index: 5;
	padding: 20px;
	border-radius: 8px;
}
.stock-recom-rt-main:after {
	width: 134px;
	height: 134px;
	bottom: -50px;
	right: -50px;
	content: " ";
	position: absolute;
	z-index: -1;
	background: url(../images/dots1.svg) no-repeat 0 0;
	background-size: 100% auto;
}

.stock-recom-rt-main .panel {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 20px 0;
    box-shadow: none;
}
.stock-recom-rt-main .panel-heading {
    padding: 0;
}
.stock-recom-rt-main .panel-title a {
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-right: 20px;
}
.stock-recom-rt-main .panel-title .numb {
	min-width: 48px;
	min-height: 48px;
	font-size: 24px;
	line-height: 46px;
}
.stock-recom-rt-main .panel-title .numb small {
	font-size: 18px;
	line-height: 22px;
}
.stock-recom-rt-main .panel-title strong {
	font-size: 18px;
	line-height: 22px;
	color: #333;
}
.stock-recom-rt-main .arrow-down {
    position: absolute;
    right: 0;
    width: 16px;
    height: 12px;
    display: inline-block;
}
.stock-recom-rt-main .panel-body {
	padding: 0 10px 0 63px;
}
.stock-recom-rt-main .panel-body p {
	color: #666;
	font-size: 16px;
	line-height: 24px;
}
.stock-recom-rt-main .arrow-down {
    position: absolute;
    right: 0;
    width: 36px;
    height: 12px;
    display: inline-block;
}
.stock-recom-rt-main .panel-title .numb {
    background: #f9f8f3;
    text-align: center;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    margin-right: 15px;
}
.stock-recom-rt-main .collapsed .arrow-down:after {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.stock-recom-rt-main .arrow-down:after {
    border: 1px solid #666;
    border-width: 0 1px 1px 0;
    content: '';
    position: absolute;
    right: 2px;
    display: inline-block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
	width: 10px;
	height: 10px;
}

.request-demo-main-sec {
    background: url(../images/get-bg-set.png) no-repeat;
    width: 100%;
    min-height: 200px;
    padding: 20px 0px;
    color: #fff;
}
.request-demo-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-content: center;
}

.request-demo-content aside {
    width: 60%;
}
.request-demo-content aside h2 {
    margin: 28px 0px 15px 0px;
}
.request-demo-content aside p {
    font-size: 15px;
    line-height: 24px;
}
.request-demo-content button {
    width: 20%;
    height: 60px;
    padding: 10px 20px;
    margin: 30px 0px 0px 0px;
    border-radius: 8px;
    background: #F16822;
    font-size: 18px;
    color: #fff;
    border: 1px #fff solid;
}

/**************************/

.switch-toggle {
	width: 260px;
	height: 50px;
	offset: 2px;
	position: relative;
	top:30px;
	background:#f8efcd;
	border: 1px #FCCE27 solid;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	font-style: normal;
  }
  .switch-toggle input[type=checkbox] {
	cursor: pointer;
	position: absolute;
	inset: 0;
	appearance: none;
	z-index: 2;
  }
  .switch-toggle input[type=checkbox]:checked + label.switch-toggle-label:before {
	translate: 100% 0;
  }
  .switch-toggle input[type=checkbox]:checked + label.switch-toggle-label span:nth-child(1) {
	color: #4b3b02;
  }
  .switch-toggle input[type=checkbox]:checked + label.switch-toggle-label span:nth-child(2) {
	color: #000;
	font-weight: 600;
	
  }
  .switch-toggle input[type=checkbox] + label.switch-toggle-label {
	position: absolute;
	inset: var(--offset, 0);
	padding: 10px 0;
	border-radius: 8px;
	margin: 5px;
	display: block;
	user-select: none;
	pointer-events: none;
	display: grid;
	gap: 2px;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
	place-items: center;
  }
  .switch-toggle input[type=checkbox] + label.switch-toggle-label:before {
	content: "";
	position: absolute;
	width: 50%;
	inset: 0;
	border-radius: 4px;
	background: #FCCE27;
	box-shadow: 0px 10px 20px 0px rgba(16, 39, 68, 0.1);
	translate: 0 0;
	transition: translate 250ms cubic-bezier(0.93, 0.26, 0.07, 0.69);
  }
  .switch-toggle input[type=checkbox] + label.switch-toggle-label span {
    position: relative;
    transition: 200ms linear;
    bottom: 3px;
    font-size: 15px;
    letter-spacing: 0.5px;
}
  .switch-toggle input[type=checkbox] + label.switch-toggle-label span:nth-child(1) {
	color: #000;
	font-weight: 600;
  }
  .switch-toggle input[type=checkbox] + label.switch-toggle-label span:nth-child(2) {
	color: #4b3b02;
	
  }

.stock-signal-card-main{
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 1px 5px #f5f5f5;
	border: 1px #dcdcdc solid;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px;
}
.stock-sig-footer-card{
	display: flex;
	gap: 10px;
	justify-content: space-between;
	border-top: 1px #dcdcdc solid;
}

.basket-icon-hidden{
	/* width: 60px !important;
    height: 60px; */
    border-radius: 50%;
    border: 1px #dcdcdc solid;
    margin: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .stock-sig-footer-card button{
		background: #44AAB6;
		border: 1px #44AAB6 solid;
		border-radius: 8px;
		color: #fff;
		margin: 0px 10px;
		padding:4px 20px;
		font-size: 14px;
		font-weight: 600;
		text-align: center;
		display: flex;
		gap: 10px;
		align-items: center;
} */

.stock-sig-footer-card span p{
	font-size: 14px;
	margin: 0px 0px;
	padding: 1px 0px;
}
.top-header-filter{
	display: flex;
	justify-content: space-between;
}

/* .stock-sig-mid-card-sec-pair{
	margin: 15px 0px 10px 0px;
	padding: 0px 20px;
	
} */

.stock-sig-mid-card-sec-pair ul {
    list-style-type: none; /* Remove default bullet points */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
}

.stock-sig-mid-card-sec ul li {
    display: block;
    padding-top: 0.5rem;
}


.stock-sig-mid-card-sec ul{
	/* margin: 10px 0px; */
	padding: 0px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0px;
}

.stock-sig-mid-card-sec ul li h4{
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	letter-spacing: 0.5px;
}

.stock-sig-mid-card-sec ul li p{
	font-size: 15px;
	font-weight: 400;
	color: #666;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	display: block;
}
.stock-sig-top-header-sec{
	margin: 20px 0px 0px 0px;
    padding: 0px 20px;
    list-style: none;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
.status-box-sec-green{
	border-radius: 4px;
    padding: 6px 10px;
    background: #00b74c;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.signal-value{
	/* border-radius: 50%; */
	/* width: 20%; */
	/* height: 60px; */
	display: flex;
	align-items: center;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: 600;
	justify-content: center;
	background: #fff;
	box-shadow: 0px 1px 4px #f5f5f5;
}
.signal-card-con-sec{
	text-align: left;
	margin: 0px 0px;
	padding: 0px 0px;
	/* width: 80%; */
}
.signal-card-con-sec h6{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin: 0px 0px 6px 0px;
}
.signal-card-con-sec p{
	font-size: 14px;
	font-weight: 400;
	color: #999;
	margin: 0px 0px 6px 0px;
}
/*******/



/************/
.breadcrumb{
	margin-bottom: 0px!important;
}

.investing-basket-card{
	border: 1px #dcdcdc solid;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	border-radius: 8px;
	box-shadow: 0px 0px 6px #e4e4e4;
}
.inv-bas-card-top-sec{
	display: flex;
	gap: 10px;
	padding: 10px 20px;
	margin:10px 0px 0px 0px;
	display: flex;
	justify-content: space-between;
}
.inv-bas-card-top-sec .com-logo{
	border: 1px #dcdcdc solid;
    border-radius: 8px;
    width: 90px;
    height: 76px;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
    margin: 0px 0px;
}

.inv-bas-card-top-sec aside{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px;
	width: 80%;
}

.inv-bas-card-top-sec aside h2{
	font-size: 22px;
	font-weight: 600;
	color: #000;
	margin: 0px 0px 8px 0px;
	letter-spacing: 0.5px;
}
.inv-bas-card-top-sec aside p{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
	color: #666;
	letter-spacing: 0.5px;
}
.status-card-sec{
	margin: 0px 0px;
	padding: 0px;
	width: 90px;
	text-align: center;
	display: flex;
    align-items: center;
    flex-direction: column;
}
.status-card-sec img{
	width: 60%;
}
.status-card-sec figcaption{
	font-size: 10px;
	font-weight: 600;
	color: #ec0303;
    margin-top: -0.3rem;
}
.content-card-sec{
	margin: 0px 0px;
    font-size: 14px;
    color: #666;
    line-height: 23px;
    padding: 10px 20px 10px 20px;
    letter-spacing: 0.5px;
}
.content-card-sec span{
	color: #000;
	font-weight: 600;
}

.inv-card-middle-sec{
	margin: 0px 0px;
	padding: 0px 0px;
}
.inv-card-middle-sec ul{
	list-style: none;
	display: flex;
	align-items: center;
	margin: 10px 0px 15px 0px;
	padding: 0px 25px;
	gap: 10px;
	/* text-align: center; */
	justify-content: space-between;
}
.inv-card-middle-sec ul li h5{
	margin: 0px 0px 8px 0px;
	padding: 0px 0px;
	font-size: 14px;
	font-weight: 600;
	color: #000;
}

.inv-card-middle-sec ul li p{
	margin: 0px 0px 8px 0px;
	padding: 0px 0px;
	font-size: 18px;
	font-weight: 600;
	color: #666;
}

.inv-bas-footer-sec{
	border-top: 1px #dcdcdc solid;
	background: #f1f1f1;
	padding: 14px 20px;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.inv-bas-footer-sec button{
	background: #fff;
	border: 1px #FCCE27 solid;
	border-radius: 8px;
	color: #543c00;
	margin: 0px 5px;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
.inv-bas-footer-sec button:hover{
	background: #FCCE27;
	border: 1px #FCCE27 solid;
	border-radius: 8px;
	color: #000000;
	margin: 0px 10px;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.inv-bas-footer-sec label{
	background: #9af8c3;
	/* border: 1px #01a51a solid; */
	border-radius: 8px;
	color: #056313;
	margin: 0px 10px;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
.greay-text{
	color: #a09f9f!important;
}
/*******************/
.filter-main-sec{
	background: #f9f9f9;
	/* box-shadow: 0px 0px 6px #e4e4e4; */
	border: 1px #e6e6e6 solid;
	padding: 0px 20px;
	margin: 0px 0px;
	border-radius: 8px;
	min-height:80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.search-box-sec{
	width: 49%;
	position: relative;
}

.search-box-sec .form-group{
	margin-bottom: 0px!important;
}
.input-box-set{
	border: 1px #e6e6e6 solid;
	border-radius: 8px;
	padding: 10px 0px 14px 40px;
	width: 100%;
}
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
	left: 14px;
	top: 14px;
    z-index: 2;
	font-size: 20px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
/***********/

.select-dropdown {
	position: relative;
	background-color: #f9f9f9;
	border: 1px #dcdcdc solid;
	border-radius: 4px;
	height: 50px;
	padding: 7px 10px 12px 10px;
	position: relative;
	box-sizing: border-box;
	top: 45px;
}
.select-dropdown select {
	font-size: 1rem;
	font-weight: normal;
	max-width: 100%;
	padding: 8px 24px 8px 10px;
	border: none;
	background-color: transparent;
		-webkit-appearance: none;
		-moz-appearance: none;
	appearance: none;
}
.select-dropdown select:active, .select-dropdown select:focus {
	outline: none;
	box-shadow: none;
}
.select-dropdown:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-top: 5px solid #aaa;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

/*************/
.risk-filter-check{
	width: 35%;
	margin: 0px 0px;
	padding: 0px 0px;
	display: flex;
	gap: 20px;
	align-items: center;
}
.risk-filter-check p{
	font-size: 14px;
	color: #000;
	font-weight: 600;
	margin: 0px 0px;
}
.risk-filter-check ul{
	list-style: none;
	margin: 0px 0px;
	padding: 0px 0px;
}
.risk-filter-check ul li{
	margin: 0px 14px 0px 0px;
	padding: 10px 10px 10px 10px;
	width: 90px;
	text-align: center;
	border-radius:4px;
	display: inline-block;
	background: #f3f9f9;
	border: 1px #d1dfdf solid;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
.risk-filter-check ul .check-high{
	background: red!important;
	border: 1px red solid!important;
	color: #fff!important;
	font-weight: 600!important;
}

.risk-filter-check ul .check-mid{
	background: #FCCE27!important;
	border: 1px #FCCE27 solid!important;
	color: #999!important;
	font-weight: 600!important;
}

.risk-filter-check ul .check-low{
	background: #00b74c!important;
	border: 1px #00b74c solid!important;
	color: #fff!important;
	font-weight: 600!important;
}

.popular-tags-sec {
	position: relative;
	width: 14%;
	background-color: #fff;
	border: 1px #dcdcdc solid;
	border-radius: 4px;
	height: 40px;
	padding: 7px 10px 12px 10px;
	margin: 0px 20px 0px 0px;
	position: relative;
	box-sizing: border-box;
	top: 0px;
}
.popular-tags-sec select {
	font-size:14px;
	width: 100%;
	font-weight: normal;
	max-width: 100%;
	padding: 4px 24px 8px 10px;
	border: none;
	background-color: transparent;
		-webkit-appearance: none;
		-moz-appearance: none;
	appearance: none;
}
.popular-tags-secdropdown1 select:active, .popular-tags-sec select:focus {
	outline: none;
	box-shadow: none;
}
.popular-tags-sec:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-top: 5px solid #aaa;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

/********************/



/***************/

.explore-card-main{
	border: 1px #dcdcdc solid;
	background: #fff;
	border-radius: 8px;
	height: 175px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	align-items: center;
}
.explore-card-main h6{
	font-size: 14px;
	color: #333;
	font-weight: 600;
	margin: 0px 0px;
	padding: 0px 0px;
}
.explore-card-main figure{
	width: 55px;
	height: 55px;
	background: #f8fcfc;
	border: 1px #9cd1d1 solid;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.explore-card-main:hover{
	box-shadow: 0px 0px 4px #cfcfcf;
}


.explore-card-main1{
	border: 1px #dcdcdc solid;
	border-radius: 8px;
	background: #fff;
	height: 175px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	align-items: center;
}
.explore-card-main1 h6{
	font-size: 14px;
	color: #333;
	font-weight: 600;
	margin: 0px 0px;
	padding: 0px 0px;
}
.explore-card-main1 figure{
	width: 55px;
	height: 55px;
	background: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.explore-card-main1:hover{
	box-shadow: 0px 0px 4px #cfcfcf;
}

.acadmey-card-sec .owl-carousel .owl-item img {
    display: block;
    width: auto!important;
}

.acadmey-card-main{
	border: 1px #dcdcdc solid;
	border-radius: 8px;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px;
}
.acadmey-card-main figure{
	margin: 0px 0px;
	padding: 0px 0px;
	min-height: 210px;
	border-radius: 8px 8px 0px 0px;
}
.acadmey-card-main figure img{
	width: 100%;
	border-radius: 8px 8px 0px 0px;
}
.acadmey-card-main h2{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin: 15px 20px 0px 20px;
	padding: 0px 0px;
}

.side-head-top-btn {
    font-size: 16px;
    font-weight: 600;
    background: #fffefc;
    color: #000;
    text-transform: uppercase;
    /* text-decoration: underline; */
    cursor: pointer;
    border: none;
    height: 50px;
    position: relative;
    top: 38px;
    display: flex;
    gap: 14px;
    padding: 15px 20px 10px 20px;
    border: 1px #dcdcdc solid;
    border-radius: 8px;
}

.acadmey-card-main ul{
	list-style: none;
	margin: 15px 20px 20px 20px;
	padding: 0px 0px;
}

.acadmey-card-main ul li{
	display: inline-block;
	margin: 0px 10px 0px 0px;
	padding: 6px 10px;
	border-radius: 8px;
	background: #f1f1f1;
	border: 1px #dcdcdc solid;
}
.acadmey-card-main p{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 20px 15px 20px;
	font-size: 12px;
	color: #8e8e8e;
}

.still-query-sec-main{
	margin: 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 320px;
	text-align: center;
}

.still-query-sec-main h3{
	font-size: 36px;
	font-weight: 600;
	color: #000;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
}
.still-query-sec-main p{
	font-size: 14px;
	font-weight: 400;
	color: #666;
	margin: 15px 0px 30px 0px;
	padding: 0px 0px;
}
.still-query-sec-main button{
	font-size: 16px;
	font-weight: 600;
	width: 230px;
	color: #44AAB6;
	margin: 0px 0px 20px 0px;
	padding: 12px 30px;
	border-radius: 20px;
	text-align: center;
	border: 1px #44AAB6 solid;
	background: transparent;
}
.still-query-sec-main button:hover{
	color: #fff;
	background: #44AAB6;
}
.subscribe-icon-set{
	position: absolute;
    left: -61%;
    bottom: -16px;
}
.subscribe-icon-set img{
	width: 10%;
}
/***************/


.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 720px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		 -o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}
/* 
.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
} */

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 80px;
}

/*Right*/
.modal.right.fade .modal-dialog {
	right: 0px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
			transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}
.modal-stock{
	border-radius: 8px;
	border: none;
}
.broker-card {
	background: white;
	padding: 15px;
	border-radius: 10px;
	display: inline-block;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.broker-card img {
	width: 150px;
}
.broker-link {
	display: block;
	margin-top: 10px;
}
.info-box {
	background: rgb(0 255 0 / 46%);
	padding: 10px;
	border-radius: 5px;
	margin-top: 15px;
	color: white;
}

.modal-header {
	border-bottom-color: #EEEEEE;
	background-color: #FAFAFA;
}

.inv-basket-content-main{
	height: 87vh;
	overflow-y: scroll;
}
.hr-line-set{
	border: 1px #dcdcdc dotted;
	margin: 20px 0px 10px 0px;
}
.box-content-sec{
	margin: 20px 0px 10px 0px;
	padding: 0px 0px;
}
.box-content-sec h2, .stock-container-sec h2, .break-chart-main-sec h2, .captial-invest-silder-sec h2, .growth-gaint-sec h2{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}
.box-content-sec p{
	font-size: 14px;
	font-weight: 400;
	color: #666;
	margin: 0px 0px 10px 0px;
	line-height: 22px;
	padding: 0px 0px;
}

/* Basic container for content */
.content-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto; /* Adjust based on your content */
}

/* Apply blur to the content */
.content-container ul {
    filter: blur(4px); /* Adjust blur amount */
    transition: filter 0.3s ease-in-out;
    pointer-events: none; /* Make the content unclickable while blurred */
}

/* Overlay as a link or button */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none; /* Remove underline from the link */
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    z-index: 2;
    pointer-events: auto; /* Make the overlay clickable */
	border-radius: 15px;
}

/* Text displayed on the overlay */
.overlay-text {
    z-index: 3;
}

/* Optional: Hover effect on the overlay */
.overlay:hover {
    background: rgba(0, 0, 0, 0.7); /* Darker background on hover */
    cursor: pointer;
}


.stock-container-sec, .stock-container-sec ul{
	margin: 20px 0px 10px 0px;
	padding: 0px 0px;
}
.stock-container-sec ul li{
	background: #fff;
	border-radius: 8px;
	border: 1px #e6e6e6 solid;
	box-shadow: 0px 0px 5px #e8e8e8;
	padding: 0.5rem;
	margin: 0px 0px 12px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.stock-container-sec ul li aside {
	display: flex;
	gap: 10px;
	align-items: center;
}
.stock-container-sec ul li aside p{
	font-size: 14px;
	color: #333;
	margin: 0px 0px;
	font-weight: 500;
}
.stock-container-sec ul li aside figure{
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	border: 1px #dcdcdc solid;
	margin: 0px 0px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.stock-container-sec ul li aside figure img{
	width: 100%;
}
.stock-container-sec ul li label{
	text-align: center;
	margin: 0px 4px;
}
.stock-container-sec ul li label h4{
	font-size: 16px;
	font-weight: 600;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
	color: #000;
}
.stock-container-sec ul li label p{
	font-size: 14px;
	font-weight: 600;
	margin: 0px 0px;
	padding: 0px 0px;
	color: #000;
}
.cap-inv-silde-con-sec{
	margin: 0px 0px;
	padding: 20px 0px 0px 0px;
	border-top:1px #dcdcdc solid ;
}
.cap-inv-silde-con-sec li{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cap-inv-silde-con-sec li span{
	border: 1px #47d88d solid;
	border-radius: 8px;
	font-weight: 600;
	background: #daf9e7;
	padding: 7px 20px;
	margin: 0px 0px;
}
/*************/

.rang {
	text-align: center;
  }
  
  .rang-number {
	width: 100%;
	margin-top: 0px;
	text-align: center;
	border-width: 0;
	font-size: 50px;
	font-weight: 900;
	background-color: #fff;
	color: #333;
  }
  
  .rang-slider[type=range] {
	width: 100%;
	margin-top: 40px;
	-webkit-appearance: none;
  }
  
  .rang-slider[type=range]:focus {
	outline: none;
  }
  
  .rang-slider[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 20px;
	border-radius: 25px;
	background: #44AAB6;
	cursor: pointer;
  }
  
  .rang-slider[type=range]::-webkit-slider-thumb {
	width: 50px;
	height: 20px;
	margin-top: 0;
	border-radius: 25px;
	background: #FEC446;
	-webkit-appearance: none;
	cursor: pointer;
  }
  
  .rang-slider[type=range]:focus::-webkit-slider-runnable-track {
	background: #a3cd3b;
  }
  
  .meter {
	display: block;
	width: 273px;
	height: 155px;
	margin: 0 auto;
  }
  
  .meter-left {
	transform: skewX(-2deg) skewY(1deg);
	stroke-width: 58;
	stroke-dashoffset: 253;
	stroke-dasharray: 120 400;
	stroke: #44AAB6;
	fill: none;
  }
  
  .meter-center {
	stroke-width: 56;
	stroke-dashoffset: 128;
	stroke-dasharray: 120 400;
	stroke: #FCCE27;
	fill: none;
  }
  
  .meter-right {
	transform: skewX(2deg) skewY(1deg);
	stroke-width: 58;
	stroke-dashoffset: 5;
	stroke-dasharray: 120 400;
	stroke: #00b74c;
	fill: none;
  }
  
  .meter-clock {
	transform: rotate(-54deg);
	transform-origin: 137px 146px;
	fill: black;
  }
  
  .meter-circle {
	fill: black;
  }

/*************/
/***********************/

.dropdown-cust {
	width: 30%;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	height: 60px;
	border: 1px #dcdcdc solid;
	border-radius: 8px;
	box-shadow: 0px 0px 10px #f5f5f5;
	
  }
  .dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
	transform: scaleY(1);
	opacity: 1;
  }
  .dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
	transform: rotate(-135deg);
  }
  .dropdown__options-filter {
	width: 100%;
	cursor: pointer;
  }
  .dropdown__filter {
	position: relative;
	display: flex;
	padding: 20px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	background-color: #fff;
	border-radius: 18px;
	transition: 0.3s;
	list-style: none;
  }
  .dropdown__filter:focus {
	outline: none;
  }
  .dropdown__filter::after {
	position: absolute;
	top: 45%;
	right: 20px;
	content: "";
	width: 10px;
	height: 10px;
	border-right: 1px solid #595959;
	border-bottom: 1px solid #595959;
	transform: rotate(45deg) translateX(-45%);
	transition: 0.3s ease-in-out;
  }
  .dropdown__select {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: 5px;
	overflow: hidden;
	transform: scaleY(0);
	transform-origin: top;
	border-radius: 8px;
	opacity: 0;
	transition: 0.2s ease-in-out;
	border: 1px #dcdcdc solid;
	z-index: 55;
	box-shadow: 0px 0px 10px #f5f5f5;
  }
  .dropdown__select-option {
	padding: 14px 20px;
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 400;
	
  }
  .dropdown__select-option:last-of-type {
	border-bottom: 0;
  }
  .dropdown__select-option:hover {
	background-color: #fcf9ed;
  }

/***********/

.modal-custom-video-sec{
	position: relative;
	padding: 0px 0px!important;
	margin: 0px 0px;
	border-radius: 8px;
	border: 1px #fff solid;
	box-shadow: 0px 0px 10px #f5f5f5;
}
.close-video-btn {
    position: absolute;
    right: -10px;
    top: -14px;
    background: #f94619;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 25px;
    border: 1px #f94619 solid;
}

.close-video-btn:hover { 
    background: #fff;
    color: #f94619;
    border: 1px #f94619 solid;
}

/**************/
.article-header-sec{
	margin: 0px 0px;
	padding: 0px 0px;
}
.article-header-sec h1{
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #000;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
}
.article-header-sec figure{
	margin: 0px 0px;
	padding: 0px 0px;
	border: 1px #dcdcdc solid;
	min-height: 340px;
	border-radius: 8px 8px 0px 0px;
}
.article-header-sec figure img{
	width: 100%;
	border-radius: 8px 8px 0px 0px;
}
.article-header-sec p{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #666;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	display: flex;
	gap: 20px;
}
.article-header-sec p b{
	color: #008b33;
}
.article-content-sec{
	margin:20px 0px 0px 0px;
	padding: 0px 0px;
}
.article-content-sec p{
	font-size: 14px;
	color: #333;
	font-weight: 400;
	line-height: 22px;
	margin: 14px 0px 10px 0px;
	padding: 0px 0px;
	letter-spacing: 0.5px;
}

.article-content-sec h4{
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin: 14px 0px  10px;
	padding: 0px 0px;
	letter-spacing: 0.5px;
}

.article-content-sec ul {
	margin: 0px 20px;
}

.article-content-sec ul li{
	font-size: 14px;
	color: #333;
	letter-spacing: 0.5px;
	font-weight: 400;
	line-height: 22px;
	margin: 14px 0px 0px 0px;
	padding: 0px 0px;
}

.category-side-sec-main{
	border: 1px #dcdcdc solid;
	border-radius: 8px;
	margin: 0px 0px;
	padding: 0px 0px;
}
.category-side-sec-main h3{
	padding: 14px 20px;
	margin: 0px 0px;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px #dcdcdc solid;
	background: #fcfaf1;
}

.category-side-sec-main ul{
	margin: 0px 0px;
	padding: 0px 0px;
	list-style:none;
}
.category-side-sec-main ul li{
	margin: 0px 0px;
	padding: 10px 0px 10px 20px;
	border-bottom: 1px #dcdcdc solid;
	
}
.category-side-sec-main ul li a{
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

.banner-lt-side{
	background: #efefef;
	padding: 30px 20px;
	border-radius: 8px;
	margin: 0px 0px 20px 0px;
	border: 1px #dcdcdc solid;
	box-shadow: 0px 0px 5px #f5f5f5;
	text-align: center;
}
.banner-lt-side figure{
	margin: 0px 0px 8px 0px;
	padding: 0px 0px;
}

.banner-lt-side h2{
	font-size: 30px;
	font-weight: 600;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px;
	color: #008b33;
}
.banner-lt-side p{
	font-size: 14px;
	font-weight: 400;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	color: #666;
}

.banner-lt-side button{
	border: 1px #FEC446 solid;
	padding: 10px 20px;
	margin: 0px 0px;
	background: #FCCE27;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #000;
	border-radius: 8px;
}


.banner-lt-side1{
	background: #fefcf6;
	padding: 30px 20px;
	border-radius: 8px;
	margin: 0px 0px 20px 0px;
	border: 1px #dcdcdc solid;
	box-shadow: 0px 0px 5px #f5f5f5;
	text-align: center;
}
.banner-lt-side1 figure{
	margin: 0px 0px 8px 0px;
	padding: 0px 0px;
}

.banner-lt-side1 figure img{
	width: 40%;
}

.banner-lt-side1 h2{
	font-size: 30px;
	font-weight: 600;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px;
	color: #008b33;
}
.banner-lt-side1 p{
	font-size: 14px;
	font-weight: 400;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
	color: #666;
}

.banner-lt-side1 button{
	border: 1px #FEC446 solid;
	padding: 10px 20px;
	margin: 0px 0px;
	background: #FCCE27;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #000;
	border-radius: 8px;
}
.social-media-sec{
	border: 1px #dcdcdc solid;
	padding: 20px 20px;
	margin: 20px 0px 0px 0px;
	border-radius: 8px;
}
.social-media-sec ul{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}

.social-media-sec ul li{
	margin: 0px 10px 20px 0px;
	padding: 10px 20px;
	border: 1px #dcdcdc solid;
	background: #eef7f8;
	border-radius: 8px;
	display: inline-block;
	cursor: pointer;
	font-size: 24px;
	color: #0f777c;
	width: 29%;
	text-align: center;
}

 .social-media-sec h3{
	padding:0px 0px 24px 0px;
	margin: 0px 0px;
	font-size: 20px;
	font-weight: 600;
	/* border-bottom: 1px #dcdcdc solid; */
	/* background: #fcfaf1; */
}

/*************************/

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  font-family: "FontAwesome";
  content: "--";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "+";
}
.accordion-custom{
	margin: 0px 0px;
	padding: 0px 0px;
}
.accordion-custom .card-header{
	padding:10px 15px;
	background: #f7fafb!important;
	
	border-bottom: 1px #e6e2e2 solid!important;
}
.accordion-custom .card-header a{
	font-size: 16px;
	font-weight: 600;
	margin: 0px 0px;
	padding: 6px 10px;
	color: #333;
	line-height: 24px;
}
.accordion-custom .card-body{
	border-top: 1px #f5f5f5 solid;
	border-bottom: 1px #f5f5f5 solid;
}
.accordion-custom .card{
	margin: 0px 0px 20px 0px;
	box-shadow: 0px 0px 6px #e6e6e6!important;
}
.accordion-custom .card .collapse .card-body p{
	margin: 0px 0px 15px 0px;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 24px;
}
.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: 0px; 
}

/********************/
.side-article-main-sec{
	border: 1px #dcdcdc solid;
	padding: 0px;
	margin: 0px 0px;
	border-radius: 8px;
	overflow-y: scroll;
	height: 380px;
}
.side-article-main-sec ul{
	list-style: none;
	margin: 0px 20px;
	padding: 0px 0px;
}
.side-article-main-sec ul li{
	margin: 10px 0px 0px 0px;
	padding: 15px 0px 20px 0px;
	border-bottom: 1px #f5f5f5 solid;
}

.side-article-main-sec .top-article-sec{
	display: flex;
	gap: 10px;
	margin: 0px 0px;
	padding: 0px 0px;
}
.side-article-main-sec .top-article-sec aside{
	width: 84%;
}
.side-article-main-sec .top-article-sec figure{
	width: 90px;
	height: 65px;
}
.side-article-main-sec .top-article-sec figure img{
	width: 100%;
	height: 100%;
}
.side-article-main-sec .top-article-sec aside h5{
	font-size: 16px;
	color: #000;
	font-weight: 600;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px;
}
.side-article-main-sec .top-article-sec aside p{
	font-size: 14px;
	color: #666;
	font-weight: 400;
	line-height: 22px;
	margin: 0px 0px;
	padding: 0px 0px;
}
.side-article-main-sec .art-bot-sec-set{
	display: flex;
	justify-content: space-between;
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 12px;
	color: #999;
}
.side-article-main-sec .art-bot-sec-set span b{
	color: #0f777c;
	margin: 0px 6px 0px 0px;
}

.side-article-main-sec h3 {
    padding: 14px 20px;
    margin: 0px 0px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px #dcdcdc solid;
    background: #fcfaf1;
}

.search-support-sec-main{
	display: flex;
	justify-content: space-between;
	margin: 0px 0px 20px 0px;
	position: relative;
	border: 1px #dcdcdc solid;
	padding: 20px 20px 10px 20px;
	background: #f5f5f5;
	border-radius: 4px;
}
.search-support-sec-main .has-search .form-control-feedback {
    position: absolute;
    left: 34px;
    top: 32px;
    z-index: 2;
    font-size: 20px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.search-support-sec-main .has-search{
	width: 66%;
}
.search-support-sec-main .submit-tick-btn{
	width: 14%;
	padding: 8px 20px;
	border-radius: 8px;
	border: 1px #70b6b6 solid;
	background: #fff;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	height: 45px;
}
.search-support-sec-main .view-tick-btn{
	width: 14%;
	padding: 8px 20px;
	border-radius: 8px;
	border: 1px #d1dfdf solid;
	background: #FEC446;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	height: 45px;
}
/*********************/
.traget-achieved-card{
	border: 1px #81b8c2 solid;
	background: #f0fcfd;
	padding: 14px 20px;
	margin: 20px 0px 6px 0px;
	display: flex;
	justify-content:space-between;
	align-items: center;
	border-radius: 8px;
	gap: 0px;
}
.traget-achieved-card h6{
	font-size: 14px;
	font-weight: 400;
	color: #666;
	margin: 0px 0px 6px 0px;
}

.traget-achieved-card h4, .traget-achieved-card p{
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin: 0px 0px 0px 0px;
}

.Ai-foreocast-sec{
	border: 1px #dcdcdc solid;
	padding: 0px 0px;
	margin: 20px 0px;
	padding: 0px 0px;
	border-radius: 8px 8px 0px 0px;
}
.Ai-foreocast-sec h3 {
    padding: 14px 20px;
    margin: 0px 0px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px #dcdcdc solid;
    background: #f1f1f1;
}
.Ai-foreocast-sec ul{
	margin: 0px 20px;
	padding: 0px 0px;
	list-style: none;
}
.Ai-foreocast-sec ul li{
	padding: 14px 0px;
	border-bottom: 1px #dcdcdc solid;
	margin: 0px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Ai-foreocast-sec ul li p{
	font-size: 14px;
	font-weight: 400;
	margin: 0px 0px;
	color: #000;
}
.Ai-foreocast-sec ul li p:nth-child(2){
	font-weight: 600;
}

.pop-footer-sec{
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.pop-footer-sec .view-report-btn{
	width: 45%;
	background: #FCCE27;
    border: 1px #FCCE27 solid;
    border-radius: 8px;
    color: #543c00;
    margin: 0px 5px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.pop-footer-sec .broker-report-btn{
	width: 45%;
	background: #44AAB6;
    border: 1px #44AAB6 solid;
    border-radius: 8px;
    color: #fff;
    margin: 0px 10px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    display: flex;
    gap: 10px;
    align-items: center;
}

.stroke-green{
	stroke: #0C9B32!important;
}
.stroke-yellow{
	stroke: #FEC446!important;
}
.stroke-red{
	stroke: #f94619!important;
}
.growth-meter-sec{
	margin: 0px 0px 20px 0px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #333;
}
.growth-gaint-sec{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px 0px 0px 0px;
	border-radius: 8px;
	padding: 6px 15px;
	border: 1px #81b8c2 dotted;
	background: #f0fcfd;
	box-shadow: 0px 0px 10px #f5f5f5;
}
.growth-gaint-sec span{
	background: #e0f9e9;
	border-radius: 4px;
	border: 1px #008b33 solid;
	font-size: 14px;
	font-weight: 400;
	color: #056313;
	margin: 0px 0px;
	padding: 6px 20px;
}
.growth-gaint-sec .grow-top-sec{
	display: flex;
	align-items: center;
	gap: 10px;
}
.growth-gaint-sec .grow-top-sec figure{
	width: 55px;
	height: 45px;
	border-radius:8px;
	overflow: hidden;
	margin: 0px 0px;
	border: 1px #81b8c2 solid;
}
.growth-gaint-sec .grow-top-sec figure img{
	width: 100%;
	height: 100%;
}
.growth-gaint-sec .grow-top-sec label{
	margin: 6px 0px 0px 0px;
	padding: 0px 0px;
}
.growth-gaint-sec aside p{
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 14px;
	font-weight: 500;
}

/*****************/
@media screen and (max-width: 768px) {
	.custom-carousel .carousel-item .carousel-caption h1 {
		font-size: 30px;
	}
	.heading-sec-main-1 h2 {
		font-size: 32px;
	}
	.category-card-main, .watch-video-btn{
		margin-bottom: 20px;
	}
	.category-main-sec{
		margin: 40px 0px 0px 0px;
	}
	.download-app-icon-btn{
		font-size: 16px;
	}
	.header-carousel-main {
		min-height: 475px;
	}
	.custom-carousel .carousel-item .carousel-caption {
		top: 4%;
	}
	.custom-carousel img{
		width: 100%;
		min-height: 430px;
	}
	.nav-footer-sec h6 {
		font-size: 16px;
	}
	.nav-footer-sec, .footer-soical-sec span{
		margin-bottom: 20px;
	}
	.footer-soical-sec{
		display: flex;
		flex-direction: column;
	}
	.heading-sec-main-2 h2 {
		font-size: 28px;
	}
	.heading-sec-main-2{
		width: 100%;
	}
	.testimonial-card-main{
		padding: 30px 20px 20px 20px;
		margin: 5px 7px;
	}
	.testimonial-card-sec {
		left: -41px;
	}

	.stocks-recom-card-main{
		margin: 0px 0px 20px 0px;
		padding: 0px 0px;
	}
	.mobile-nav-set{
		width: 100%;
		display: block!important;
	}
	.nav-custom ul li {
		font-size: 14px !important;
		padding: 9px 10px 8px 10px;
		border-bottom: 1px #3d8893 solid;
	}
	.login-btn{
		width: 100%!important;
	}
	.nav-custom ul li:last-child{
		border-bottom: none;
	}

	/********/
	.inner-pg-header-main h1 {
		bottom: 28%;
	}
	.inner-pg-header-main h1{
		font-size: 34px;
	}
	.heading-sec-main-1 {	
		width: 100%;
	}
	.contact-form-main h3{
		margin-bottom: 20px;
	}
	.header-inner-pg-main figure{
		height: 95px;
	}
	.header-inner-pg-main {
		min-height: 166px;
	}
	.analysis-content-se h2 {
		font-size: 22px;
		margin-top: 0px;
	}
	.analysis-content-se p {
		font-size: 16px;
		line-height: 22px;
		margin-top: 0px;
	}
	.click-btn-inner {
        margin: 20px 0px 0px 0px;
        width: 49%;
        display: inline-block;
    }
	.click-btn-inner img{
		width: 100%;
	}
	.information-bar {
		margin: 20px 0px 50px 0px;
		display: flex;
		padding: 15px 0px 0px 25px;
		line-height: 40px;
		align-items: start;
		justify-content: flex-start;
		flex-direction: column;
	}
	.stock-recom-lt-main {
		float: inherit;
		width: 100%;
		padding: 26px 30px;
	}
	.stock-recom-rt-main {
		float: inherit;
		width: 100%;
		margin: 24px 0 0 0px;
		min-height: 410px;
		position: relative;
		z-index: 5;
		padding: 20px;
	}
	.request-demo-main-sec {
		min-height: 200px;
		padding: 20px 0px;
		color: #fff;
		background: #20252a;
	}
	.request-demo-content {
		display: flex;
		justify-content: space-between;
		gap: 40px;
		align-content: center;
		flex-direction: column;
	}
	#yourInformation-block {
		padding: 60px 20px;
	}
	#yourInformation-block .inner-wrapper {
		width: 100%;
	}
	#yourInformation-block .blockInfo {
		font-size: 14px;
	}
	.analysis-content-se{
		width: 100%!important;
	}
	.request-demo-content aside{
		width: 100%;
	}
	.request-demo-content button {
		width: 100%;
		margin: 0px 0px 20px 0px !important;
	}
	.top-header-filter {
		flex-direction: column;
	}
	.heading-sec-main-1{
		margin-bottom: 10px;
	}
	.switch-toggle {
		top: 10px;
		margin-bottom: 20px;
	}
	.signal-card-con-sec h6 {
		font-size: 16px;
	}
	.signal-value {
		width: 50px;
		height: 50px;
	}
	.stock-sig-footer-card button {
		margin: 0px 0px;
		padding: 4px 10px;
		font-size: 13px;
		gap: 4px;
	}

	.acadmey-card-main ul li{
		margin-bottom: 10px!important;
	}
	.acadmey-card-main figure {
		min-height: 180px;
	}
	.side-head-top-btn {
		top: 0px!important;
	}

	/************/
	.select-dropdown{
		top: 0px;
		margin-bottom: 20px;
	}
	.filter-main-sec {
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
		padding: 15px 15px;
	}
	.risk-filter-check {
		width: 100%;
		gap: 4px;
	}
	.risk-filter-check ul{
		width: 100%;
	}
	.search-box-sec {
		width: 100%;
		position: relative;
		margin-top: 15px;
	}
	.risk-filter-check ul li {
		width: 27%;
        margin: 0px 4px 0px 6px;
        padding: 10px 12px 10px 5px;
        font-size: 12px;
	}
	.popular-tags-sec {
		width: 100%;
		border-radius: 4px;
		height: 50px;
		padding: 10px 10px 12px 10px;
		margin: 14px 0px;
	}
	.inv-card-middle-sec ul{
		display: block;
	}
	.inv-card-middle-sec ul li{
		display: inline-block;
		width: 47%;
		margin: 10px 0px;
	}
	.inv-bas-footer-sec button {
		padding: 10px 14px;
	}
	.inv-bas-card-top-sec .com-logo {
		width: 66px;
		height: 55px;
	}
	.inv-bas-card-top-sec .com-logo img{
		width: 80%;
	}
	.status-card-sec img {
		width: 47%;
	}
	.content-card-sec{
		padding: 0px 20px;
	}
	.inv-bas-card-top-sec{
		padding-bottom: 0px;
	}
	.inv-bas-card-top-sec aside p:nth-child(3){
		position: relative;
		top: 5px;
		left: -70px;
		margin: 0px 0px 10px 0px;
		font-weight: 600;
		color: #000;
	}
	.select-dropdown select {
		width: 76%;
	}
	.modal.right .modal-dialog {
		width: 100%;
	}
	.custom-carousel .carousel-indicators{
		bottom: 0%;
	}
	.search-support-sec-main{
		flex-direction: column;
	}
	.search-support-sec-main .has-search{
		width: 100%!important;
	}
	.search-support-sec-main button{
		width: 100%!important;
		margin-bottom: 20px;
	}
	.our-media-main-sec figure img{
		width: 100%;
	}
	.dropdown-cust{
		width: 100%;
		margin-bottom: 20px;
	}
	.stock-sig-mid-card-sec ul li p {
		font-size: 14px;
	}
	.pop-footer-sec .broker-report-btn {
		padding: 12px 12px;
	}
	.inv-basket-content-main {
		height: 100vh;
	}
}

/***************/


.team-page-section{
    position:relative;
    padding-top:70px;
}

.team-page-section .team-block{
    margin-bottom:60px;
}

.sec-title{
    position:relative;
    z-index:1;
}

.sec-title .title{
    position:relative;
    font-size:18px;
    color:#bd0000;
    font-weight:700;
    margin-bottom:12px;
    text-transform:capitalize;
}

.sec-title .separator{
    position:relative;
    width:40px;
    margin-top:16px !important;
}

.sec-title .separator:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:10px;
    height:2px;
    background-color:#ff9600;
}

.sec-title .separator:after{
    position:absolute;
    content:'';
    right:0px;
    top:0px;
    width:10px;
    height:2px;
    background-color:#ff9600;
}

.sec-title .separator span{
    position:absolute;
    left:50%;
    top:-2px;
    width:10px;
    height:5px;
    margin-left:-5px;
    display:inline-block;
    background-color:#bd0000;
}

.sec-title h2{
    position:relative;
    color:#222222;
    font-weight:700;
    font-size:36px;
    line-height:1.2em;
    margin-top:35px;
}

.sec-title .text{
    position:relative;
    font-size:14px;
    line-height:1.9em;
    color:#555555;
    margin-top:10px;
}

.sec-title.centered .separator{
    margin:0 auto !important;
    float:none !important;
}

.sec-title.centered{
    text-align: center !important;
}

.sec-title.light .title{
    color:#ffffff;
}

.sec-title.light h2{
    color:#ffffff;
}

.sec-title.light .separator span{
    background-color:#ff9600;
}

.sec-title.light .separator:before,
.sec-title.light .separator:after{
    background-color:#ffffff;
}

.team-section{
    position:relative;
    padding:80px 0px 60px;
}

.team-section.style-two .pattern-layer{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background-position:center center;
    background-repeat:no-repeat;
}

.team-section .title-box{
    position:relative;
    text-align:center;
}

.team-section .title-box h2{
    position: relative;
    color: #222222;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 50px;
}

.team-section .title-box h2 span{
    color: #ff9600;
}

.team-block{
    position:relative;
}

.team-block .inner-box{
    position:relative;
    padding:40px 70px 28px 0px;
}

.team-block .inner-box:before{
    position:absolute;
    content:'';
    right:0px;
    top:0px;
    left:70px;
    bottom:0px;
    border-radius:10px;
    background-color:#f5f5f5;
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
}

.team-block .inner-box::after{
    position:absolute;
    content:'';
    top:0px;
    left:70px;
    bottom:0px;
    width:0%;
    border-radius:10px;
    -webkit-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -ms-transition:all 600ms ease;
    -o-transition:all 600ms ease;
    transition:all 600ms ease;
    background-image: linear-gradient(to bottom, #0f777c 0%, #042829 100%);
}

.team-block .inner-box:hover::after{
    width:81%;
}

.team-block .inner-box .social-icons{
    position:absolute;
    right:25px;
    top:100px;
    z-index:1;
	list-style: none;
}

.team-block .inner-box .social-icons li{
    position:relative;
    margin-bottom:20px;
}

.team-block .inner-box .social-icons li a{
    position:relative;
    color:#0f777c;
    font-size:18px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.team-block .inner-box:hover .lower-content h3 a,
.team-block .inner-box:hover .social-icons li a,
.team-block .inner-box:hover .lower-content .designation{
    color:#ffffff;
}

.team-block .inner-box .image{
    position:relative;
    z-index:1;
    border-radius:10px;
    background-color:#ffffff;
    box-shadow:inset 0px 0px 35px rgba(0,0,0,0.20);
}

.team-block .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.team-block .inner-box .lower-content{
    position:relative;
    text-align:left;
    z-index:1;
    padding:30px 15px 0px 110px;
}

.team-block .inner-box .lower-content h3{
    position:relative;
    color:#083B46;
    font-size:18px;
    font-weight:700;
    line-height:1.3em;
}

.team-block .inner-box .lower-content h3 a{
    position:relative;
    color:#083B46;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.team-block .inner-box .lower-content .designation{
    position:relative;
    margin-top:5px;
    color:#777777;
    font-size:14px;
}

.team-block.style-two .inner-box .lower-content h3 a,
.team-block.style-two .inner-box .social-icons li a{
    color:#ff9600;
}

.team-block.style-two .inner-box:hover .lower-content h3 a,
.team-block.style-two .inner-box:hover .social-icons li a{
    color:#ffffff;
}

.team-block.style-two .inner-box::after{
    background-image: -ms-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
    background-image: -moz-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
    background-image: -o-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFEB3C), color-stop(100, #ff9600));
    background-image: -webkit-linear-gradient(top, #FFEB3C 0%, #ff9600 100%);
    background-image: linear-gradient(to bottom, #FFEB3C 0%, #ff9600 100%);
}
/*************/

#about {
   
	padding: 0px 0px 40px 0px;
  }
  
  #about::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/* background: lightgrey; */
	z-index: 9;
  }
  
  #about .container {
	position: relative;
	z-index: 10;
  }
  
  #about .about-col {
	background: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0px 0px 12px #f5f5f5;
	margin: 30px 0px 20px 0px;
	padding: 20px 0px 0px 0px;
  }
  
  #about .about-col .img {
	position: relative;
  }
  
  
  #about .about-col .icon {
		width: 85px;
		height: 85px;
		margin: 0px;
		padding: 10px 10px;
		text-align: center;
		position: absolute;
		background-color: #ffca08;
		border-radius: 50%;
		text-align: center;
		border: 4px solid #fff;
		box-shadow: 0px 0px 12px #f5f5f5;
		left: calc(50% - 32px);
		bottom: -25px;
		transition: 0.3s;
		color: #333;
		font-size: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
  
  
  #about .about-col i {
	font-size: 36px;
	line-height: 1;
	color: #fff;
	transition: 0.3s;
  }
  
  #about .about-col:hover i {
	color: #3C5A99;
  }
  
  #about .about-col h2 {
	color: #000;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	padding: 0;
	margin: 40px 0 12px 0;
  }
  
  
  
  #about .about-col p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 0;
	padding: 0 20px 20px 20px;
  }

  /***************/

.custom-widget {
    position: fixed;
    bottom: 2rem;
    right: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 999;
}

.widget-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: white;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
    position: relative;
	outline: none;
}

.widget-btn:focus {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    outline: none;
}

.widget-btn:hover {
    transform: scale(1.1);
}

.whatsapp-btn {
    background-color: #25D366;
}

.secondary-btn {
    background-color: #007bff;
    font-size: 22px;
}

.widget-icon {
    width: 28px;
    height: 28px;
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 6px 8px;
    border-radius: 6px;
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
    z-index: 10000;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* Toast styling */
.custom-toast {
    visibility: hidden;
    min-width: 240px;
    background-color: #333;
    color: white;
    text-align: center;
    border-radius: 8px;
    padding: 14px;
    position: fixed;
    top: 4rem;
    right: 30px;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.custom-toast.show {
    visibility: visible;
    opacity: 1;
}

.custom-toast.success {
    background-color: #28a745;
}

.custom-toast.error {
    background-color: #dc3545;
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
	position: relative;
	white-space: nowrap;
	max-width: 1400px;
	padding: 0 10px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 320px auto;
	grid-gap: 20px;
	padding: 20px;
	border: 1px #dcdcdc dotted;
	border-radius: 8px;
	background: #d8f3f9;
  }
  
  .timeline::before,
  .timeline::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 30px;
	width: 100px;
	z-index: 2;
  }
/*   
  .timeline::after {
	right: 0;
	background: #fafeff;
  }
  
  .timeline::before {
	left: 340px;
	background: #fafeff;
  }
   */
  .timeline .info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 40px;
	color: #fff;
	background: #008cb7;
	white-space: normal;
	border-radius: 10px;
  }
  
  .timeline .info img {
	margin-bottom: 20px;
  }
  
  .timeline .info p {
	margin-top: 10px;
	color: #fff;
  }
  
  .timeline .info a {
	text-decoration: none;
  }
  
  .timeline ol::-webkit-scrollbar {
	height: 12px;
  }
  
  .timeline ol::-webkit-scrollbar-thumb,
  .timeline ol::-webkit-scrollbar-track {
	border-radius: 92px;
  }
  
  .timeline ol::-webkit-scrollbar-thumb {
	background: #c1c1c1;
  }
  
  .timeline ol::-webkit-scrollbar-track {
	background:#efefef;
  }
  
  .timeline ol {
	font-size: 0;
	padding: 250px 0;
	transition: all 1s;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
	scrollbar-color: var(--yellow) var(--midnight-green);
  }
  
  .timeline ol li {
	position: relative;
	display: inline-block;
	list-style-type: none;
	width: 160px;
	height: 5px;
	background: #fff;
	scroll-snap-align: start;
  }
  
  .timeline ol li:last-child {
	width: 340px;
  }
  
  .timeline ol li:not(:first-child) {
	margin-left: 14px;
  }
  
  .timeline ol li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(100% + 1px);
	bottom: 0;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #008b33;
	z-index: 1;
  }
  
  .timeline ol li div {
	position: absolute;
	left: calc(100% + 7px);
	width: 280px;
	padding: 15px;
	font-size: 14px;
	font-weight: 400;
	white-space: normal;
	color:#333;
	line-height: 22px;
	background: #fff;
	border-radius: 0 10px 10px 10px;
	box-shadow: 0px 0px 0px #f3f3f3;
	min-height: 200px;
  }
  
  .timeline ol li div::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
  }
  
  .timeline ol li:nth-child(odd) div {
	top: -16px;
	transform: translateY(-100%);
	border-radius: 10px 10px 10px 0;
  }
  
  .timeline ol li:nth-child(odd) div::before {
	top: 100%;
	border-width: 8px 8px 0 0;
	border-color: #fff transparent transparent transparent;
  }
  
  .timeline ol li:nth-child(even) div {
	top: calc(100% + 16px);
  }
  
  .timeline ol li:nth-child(even) div::before {
	top: -8px;
	border-width: 8px 0 0 8px;
	border-color: transparent transparent transparent #fff;
  }
  
  .timeline time {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 8px;
	color: var(--midnight-green);
  }
  
  /* GENERAL MEDIA QUERIES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  @media screen and (max-width: 800px) {
	.timeline {
	  display: block;
	}
  
	.timeline::before,
	.timeline::after {
	  width: 50px;
	}
  
	.timeline::before {
	  left: 0;
	}
  
	.timeline .info {
	  display: none;
	}
  }
  
  @media screen and (max-width: 768px) {
    .mobile-none {
        display: none;
    }
}

.plan-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0.6rem;
    box-shadow: 0 0 5px rgb(135 164 248 / 76%);
    margin-bottom: 20px;
    padding: 0.8rem;
    width:calc(50% - 1rem);
    transition: 0.3s ease;
    align-self: flex-start;
    position: relative;
	cursor: pointer;
}
.plan-card:hover{
	box-shadow: 0 0 15px rgb(135 164 248 / 76%);
}

.plan-card:hover .plan-price {
	transform: scale(1.03);
	transition: 0.3s ease;
}

.plan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.plan-title {
    display: flex;
    align-items: center;
    gap: 15px;
}

.plan-icon {
    font-size: 28px;
    color: #0f9d58;
}

.plan-price {
    text-align: right;
    font-size: 20px;
    color: #333;
	display: flex;
}
.diagonal-line {
	width: 100%;
    height: 2px;
    position: absolute;
    top: 15%;
    left: 0;
    background-color: red;
    transform: rotate(12deg);
}
.actual-price-wrapper {
	position: relative;
    margin-right: 0.5rem;
}

.plan-price del {
    color: #999;
    margin-right: 5px;
}

.badge-active {
    background: #ffbf00;
    color: black;
    padding: 3px 8px;
    border-radius: 0.5rem 0.2rem 0.5rem 0.2rem;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: -0.8rem;
    right: -0.5rem;
}
.badge-upcoming {
    background: #50C878;
	color: white;
}
.badge-expired {
    background: #99aac5;
	color: white;
}

.plan-body {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
}

.features {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.features li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.feature-icon {
    margin-right: 10px;
}

.pass {
    color: green;
}

.fail {
    color: red;
}

.choose-plan-btn {
    background-color: #4caf50;
    border: none;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease;
}

.choose-plan-btn:hover {
    background-color: #45a049;
	box-shadow: 0 0 5px #4caf50;
}

@media screen and (max-width: 700px) {
    .plan-card {
        width: calc(100% - 1rem);
    }
}

.billing-buy-plan {
	color: #33d17c;
	font-size: 16px;
	margin-bottom: 16px;
	cursor: pointer;
	display: flex;
    justify-content: center;
}
.billing-plan-card {
	position: relative;
	margin: 24px 24px 0 24px;
	border-radius: 12px;
	background: #f8fbff;
	border: 2px solid #d7e7f7;
	box-shadow: 0 2px 8px 0 rgba(67,101,139,0.04);
	padding: 18px 16px 12px 16px;
}
.billing-plan-card.active {
	border: 2px solid #ffbe43;
	background: #ffffff;
}
.billing-plan-card.upcoming {
	border: 2px solid #33d17c;
	background: #ffffff;
}
.billing-plan-card.expired {
	opacity: 0.65;
}
.billing-plan-header {
	display: flex;
    align-items: center;
}
.billing-plan-type {
	margin-left: 0.5rem;
    font-size: 1rem;
}
.billing-plan-status {
	position: absolute;
	top: 14px;
	right: 16px;
	background: #ffbe43;
	color: #fff;
	padding: 3px 14px;
	border-radius: 8px 8px 0 8px;
	font-size: 13px;
	font-weight: 600;
}
.billing-plan-status.expired {
	background: #adb8c6;
}
.billing-plan-progress {
	margin: 18px 0 0 0;
	height: 4px;
	background: #e9eefa;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.billing-plan-progress-bar {
	height: 100%;
	border-radius: 8px;
}
.billing-plan-progress-bar.active {
	background: linear-gradient(90deg, #33d17c 40%, #0ec6a6 100%);
}
.billing-plan-progress-bar.expired {
	background: #d5dbe8;
}
.billing-plan-details-row {
	display: flex;
	justify-content: space-between;
	margin-top: 0.8rem;
	font-size: 15px;
	color: #556482;
}
.billing-plan-meta { 
	color: #99aac5;
	margin: 0;
    margin-left: 0.2rem;
    font-size: 0.75rem;
}
.billing-plan-dates {
	margin-top: 10px;
	font-size: 14px;
	color: #7689a7;
}
.billing-invoice-link {
	color: #29b9e7;
	font-size: 10px;
	position: absolute;
    right: 1rem;
    top: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
	border: 1px solid #cecece;
    border-radius: 0.5rem;
    padding: 0.3rem;
    box-shadow: 0.8px 0.5px;
}


.billing-range_container {
  width: 96%;
  margin: 0 auto;
  margin-top: 2rem;
}
.billing-sliders_control {
  position: relative;
  height: 54px;
}
.billing-range-input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background: #C6C6C6;
  outline: none;
  position: absolute;
  top: 30px;
  z-index: 2;
  pointer-events: none;
}
.billing-range-input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #33d17c;
  border: 1px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.09);
  z-index: 4;
  pointer-events: auto;
}
.billing-range-input[type="range"]:disabled::-webkit-slider-thumb {
  background: #1bc06e;
}
.billing-slider-thumb {
  position: absolute;
  bottom: -0.4rem;
  transform: translateX(-50%);
  transition: left 0.2s;
  z-index: 10;
}
.billing-label-days {
  color: #0ec6a6;
  padding: 3px 14px;
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(67,101,139,0.05);
  font-size: 10px;
  font-weight: 600;
}
.billing-label-left, .billing-label-right {
  position: absolute;
  top: 0.2rem;
  font-size: 13px;
  text-align: center;
}
.billing-label-left { left: 0; color: #f94619; }
.billing-label-right { right: 0; color: #00b74c; }

