:root {
    scroll-behavior: inherit !important;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
h1 {
	font-size: 55px;
	line-height: 71px;
	font-weight: 700;
	color: #fff;
}
h1 span {
	color: #47d1d4;
}
h2 {
	font-size: 36px;
	font-weight: 600;
	color: #000;
}
h2 span {
	color: #47d1d4;
}
p {
	font-size: 18px;
	line-height: 34px;
	font-weight: 400;
	color: #595959;
}
a {
	text-decoration: none !important; 
}
header {
    width: 100%;
    height: 110px;
    /* margin-top: 35px; */
    padding: 10px 0px;
    box-shadow: 0px 0px 30px -5px #9698a6;
    position: relative;
    z-index: 100;
}
.sticky-header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0px 0px 30px -5px #9698a6;
    animation: goDown 0.5s ease-in-out forwards;
}
@keyframes goDown {
	0%{
		top: -60px;
	}
	100% {
		transform: translateY(0px);
	}
}
header .wrapper {
	position: relative;
	max-width: 1300px;
	padding: 0px 30px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
/*.logo {
	width: 80px;

	width: 200px;
}*/
header .logo {
    width: 130px;
}
 /* .logo img {

	width: 100%;
 }  */

.logo img {
    /* width: 100%; */
    width: 140%;
    /* border-radius: 1px solid #47d1d4 !important; */
    border-radius: 5px;
}
img.img-fluid {
    /* background-color: red; */
    /*border-radius: 20px;*/
    width: 85%;
}
.wrapper .nav-links {
	display: inline-flex;
	margin-bottom: 0;
}
.nav-links li {
	list-style: none;
}
.nav-links li a {
	color: #000;
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	padding: 9px 15px;
	border-radius: 5px;
	transition: all 0.3s ease;
	text-transform: capitalize;
}
.nav-links li a:hover {
    color: #47d1d4;
}
.nav-links .mobile-item {
	display: none;
}
.nav-links .drop-menu {
	position: absolute;
	background: #242526;
	width: 180px;
	line-height: 45px;
	top: 85px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.nav-links li:hover .drop-menu {
	transition: all 0.3s ease;
	top: 70px;
	opacity: 1;
	visibility: visible;
}
.drop-menu li a {
	width: 100%;
	display: block;
	padding: 0 0 0 15px;
	font-weight: 400;
	border-radius: 0px;
}
.wrapper .btn {
    color: #000;
    font-size: 35px;
    line-height: 35px;
    padding: 0;
    cursor: pointer;
    display: none;
    border: none !important;
}
.wrapper .btn.close-btn {
	position: absolute;
	right: 30px;
	top: 10px;
	color: #fff;
}
header input {
	display: none;
}
.desktop-hide{
	display: none;
}
.login-btn a:hover {
	border: 1px solid #222222;
	background-color: transparent;
	color: #222222;
}
.login-btn a {
	color: #fff;
	background-color: #47d1d4;
	font-size: 14px;
	display: block;
	font-weight: 600;
	padding: 10px 29px;
	text-decoration: none;
	border: 1px solid #47d1d4;
	border-radius: 8px;
	transition: all 0.4s;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
}
.banner-carousel .owl-stage-outer{
	padding-bottom: 12px;
	background-color: #47d1d4;
}
.banner-section {
	position: relative;
	-webkit-mask-image: url(../images/banner-shape.png);
	-webkit-mask-size: 100% 100%;
}
.banner-section .banner-images {
	background-size: cover;
	height: calc(100vh - 80px);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	-webkit-mask-image: url(../images/banner-shape.png);
	-webkit-mask-size: 100% 100%;
}
.banner-section:after {
	/* content: '';
	background-image: url(../images/banner-shape.png);
	background-size: 100% 100%;
	background-position: center;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -20px;
	left: 0; */
    display: none;
}
.banner-section .banner-images .content {
	z-index: 2;
	position: absolute;
	width: 55%;
}
.banner-section .banner-images img{
	height: 100%;
	object-fit: cover;
}
.banner-section .banner-images:before{
	content: '';
	background-color: #000;
	opacity: 0.22;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.banner-section h1 {
	width: 100%;
	text-align: center;
	margin: 0px auto 50px auto;
}
.banner-form {
	position: relative;
	text-align: right;
}
.banner-form select:focus{
	outline: none;
}
.banner-form select {
	height: 52px;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 1px solid #B6B6B6;
	padding: 14px 18px;
	border-radius: 8px 0 0 8px;
	font-size: 14px;
	color: #222;
	-webkit-appearance: none;
	width: 254px;
	background-image: url('../images/chevron-down.svg');
	background-repeat: no-repeat;
	background-position: 96%;
}
.banner-form input:focus{
	outline: none;
}
.banner-form input {
	height: 52px;
	width: 65%;
	font-size: 14px;
	margin-left: -4px;
	border: 0px;
	padding: 20px;
	border-radius: 0 8px 8px 0;
	position: relative;
}
/*.banner-form button {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 102px;
	height: 42px;
	background: #47d1d4;
	color: #fff;
	border: none;
	border-radius: 8px;
}*/
.banner-form button {
    /* position: absolute; */
    /* top: 5px; */
    /* right: 5px; */
    width: 102px;
    height: 50px;
    background: #47d1d4;
    color: #fff;
    border: none;
    border-radius: 8px;
}
.banner-form select.country-select {
    height: 52px;
    width: 55%;
    font-size: 14px;
    margin-left: -4px;
    border: 0px;
    /* padding: 20px; */
    border-radius: 0 8px 8px 0;
    position: relative;
}
.banner-form a:hover {
    color: #47d1d4;
}
.banner-form a {
	color: #fff;
	display: inline-block;
	text-align: right;
	font-size: 14px;
	font-weight: 500;
	margin-top: 7px;
	transition: all 0.4s;
}
.banner-carousel .owl-prev:hover, .banner-carousel .owl-next:hover {
	background-color: #fff !important;
}
.banner-carousel .owl-prev, .banner-carousel .owl-next {
	position: absolute;
	top: 50%;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.49) !important;
	border-radius: 50%;
	transition: all 0.4s;
}
.banner-carousel .owl-prev {
	left: 60px;
}
.banner-carousel .owl-next {
	right: 60px;
}
.banner-carousel .owl-prev span, .owl-next span {
	display: none;
}
.banner-carousel .owl-prev:after {
	content: '\f053';
	font-family: 'Font Awesome 6 pro';
	font-size: 16px;
	color: #000;
	position: absolute;
}
.banner-carousel .owl-next:after {
	content: '\f054';
	font-family: 'Font Awesome 6 pro';
	font-size: 20px;
	color: #000;
	position: absolute;
}
.banner-section .owl-dots {
	position: absolute;
	bottom: 40px;
	left: 0px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	column-gap: 6px;
}
.banner-section .owl-dots .owl-dot {
	width: 11px;
	height: 11px;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0.55;
}
.banner-section .owl-dots .owl-dot.active{
	opacity: 1;
}
.about-section {
	padding: 100px 0px;
}
.about-section img {
	border-radius: 12px;
}
.about-image {
    height: 100%;
}
.about-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.about-content {
    margin: 30px 0 0 35px;
    width: 90%;
}
.about-content a {
	width: 250px;
	height: 53px;
    border-color: #47d1d4;
	background-color: #47d1d4;
	filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.2));
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: all 0.4s;
}
.about-content a:hover{
    border: 1px solid #222222;
	color: #222222;
    background-color: transparent;
}
.services-section{
	background-color: #FFF2F4;
	padding: 70px 0px;
}
.services-grid {
    border-radius: 32px;
    overflow: hidden;
    /* column-count: 4; */
    column-count: 3;
    /* height: 177px; */
    height: 220px;
}
.services-box .content {
	background-color: #00000080;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 10px;
}
.services-box {
	text-decoration: none;
	display: block;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.services-box:hover img {
	transform: scale(1.2);
}
.services-box img {
    transition: all 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-grid .services-box:nth-child(even) {
	margin-bottom: 0px;
}
.services-box .content h3 {
	font-size: 16px;
	margin-bottom: 0px;
	font-weight: 400;
	color: #fff;
}
.services-box:hover .content i {
	color: #47d1d4;
}
.services-box .content i {
	color: #fff;
	transition: all 0.4s;
}
.testimonial-section{
	padding: 100px 0px;
}
.testimonial-section .col-md-4 {
    padding: 0px 20px;
}
.main-heading {
	text-align: center;
	width: 63%;
	margin: 0px auto 60px auto;
}
.main-heading h2 {
	margin-bottom: 25px;
}
.main-heading p {
	font-size: 17px;
	font-weight: 400;
	color: #595959;
	margin-bottom: 0px;
}
.testimonial-box {
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
	height: 480px;
	width: 100%;
	border-radius: 20px;
	position: relative;
	display: flex;
	align-items: end;
	justify-content: center;
}
.testimonial-box:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.8;
	border-radius: 0px 0px 20px 20px;
}
.testimonial-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 30px;
	width: 100%;
	position: relative;
	z-index: 2;
}
.testimonial-content .name h3 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
.testimonial-content .name p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}
.testimonial-content .play-icon i {
	color: #fff;
}
.testimonial-content .play-icon {
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid #FFFFFF;
	box-shadow: 0px 15px 75px rgba(27, 25, 68, 0.3);
	backdrop-filter: blur(13px);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s;
}
.testimonial-content .play-icon:hover {
    background-color: #47d1d4;
}
.testimonial-btn {
	text-align: center;
	margin-top: 45px;
}
.testimonial-btn a {
	border: 1px solid #000000;
	border-radius: 50px;
	padding: 10px 26px;
	color: #47d1d4;
	display: inline-block;
	transition: all 0.4s;
}
.testimonial-btn a:hover{
	border: 1px solid #47d1d4;
	background-color: #47d1d4;
	color: #fff;
}
.blog-section{
	padding: 80px 0px;
	position: relative;
}
.blog-section:after {
	content: '';
	width: 100%;
	background: #47d1d4;
	height: 325px;
	position: absolute;
	bottom:0px;
	left: 0;
}
.blog-shapes {
    width: 100%;
    height: 245px;
    position: absolute;
    top: 0;
    z-index: 9;
}
.blog-shapes:after {
	content: '';
	background-image: url('../images/blog-after.png');
	background-size: contain;
	width: 135px;
	height: 170px;
	position: absolute;
	right: 0;
	top: 0;
}
.blog-shapes:before {
	content: '';
	background-image: url('../images/blog-before.png');
	background-size: contain;
	width: 170px;
	height: 170px;
	position: absolute;
	bottom: 0;
}
.blog-section .container {
	z-index: 9;
	position: relative;
}
.blog-section .main-heading {
	text-align: left;
	width: 100%;
	margin-bottom: 40px;
}
.blog-section .main-heading h2{
	color: #47d1d4;
	text-align: center;
}
.blog-box {
	background: #F5F5F5;
	border-radius: 16px;
	overflow: hidden;
}
.blog-box .blog-image {
    overflow: hidden;
    border-radius: 16px;
    height: 250px;
}
.blog-box .blog-image a {
    position: relative;
    display: block;  
}
.blog-box .blog-image a:hover:after {
    height: 100%;
    opacity: 1;
}
.blog-box .blog-image a:after {
    content: '\f0c1';
    background-color: #00000080;
    color: #fff;
    opacity: 0;
    font-size: 28px;
    font-family: 'Font Awesome 6 Pro';
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s;
}
.blog-box .blog-image img {
    transition: all 0.4s;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.blog-box .blog-image img:hover {
    transform: scale(1.1);
}
.blog-content .description span {
	display: inline-block;
	color: #47d1d4;
	font-weight: 500;
	font-size: 13px;
	padding: 7px 15px;
	background: #FFFFFF;
	border-radius: 56.2149px;
	line-height: 21px;
	margin-bottom: 12px;
}
.blog-content .description {
	text-align: center;
	padding: 20px 20px 15px 20px;
	/*display: inline;*/
}
.blog-content hr {
	border-top: 1px dashed #CCCCCC;
	opacity: 1;
	margin: 0px;
}
.blog-content .date {
	padding: 15px 20px 20px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
}
.blog-content .date p {
	margin-bottom: 0;
	font-size: 11px;
	color: #646464;
}
.blog-content .date span {
	width: 5px;
	height: 5px;
	background-color: #47d1d4;
	border-radius: 50%;
}
.blog-content .date a{
	font-size: 11px;
	color: #47d1d4;
	text-decoration: underline;
}
.blog-content .description p {
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.blog-carousel .owl-prev {
	position: absolute;
	top: -18%;
	right: 5%;
	width: 35px;
	height: 35px;
	border: 2px solid rgba(255, 255, 255, 0.55) !important;
	border-radius: 50%;
	transition: all 0.4s;
}
.blog-carousel .owl-prev:after{
	content: '\f060';
	color: rgba(255, 255, 255, 0.55);
	font-family: 'Font Awesome 6 Pro';
}
.blog-carousel .owl-prev:hover:after{
	color: #fff;
}
.blog-carousel .owl-prev:hover{
	border: 2px solid #fff !important;
}
.blog-carousel .owl-next {
	position: absolute;
	top: -18%;
	right: 0%;
	width: 35px;
	height: 35px;
	border: 2px solid rgba(255, 255, 255, 0.55) !important;
	border-radius: 50%;
	transition: all 0.4s;
}
.blog-carousel .owl-next:after{
	content: '\f061';
	color: rgba(255, 255, 255, 0.55);
	font-family: 'Font Awesome 6 Pro';
}
.blog-carousel .owl-next:hover:after{
	color: #fff;
}
.blog-carousel .owl-next:hover{
	border: 2px solid #fff !important;
}
.blog-carousel .owl-prev span , .blog-carousel .owl-next span{
	display: none;
}
footer{
	background-color: #1E1E1E;
	border-radius: 70px 70px 0px 0px;
}
.main-footer {
	padding-top: 60px;
}
.footer-description p {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	text-transform: capitalize;
	color: #C5C5C5;
	margin: 20px 0px;
}
.footer-description .social-icons {
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.footer-description .social-icons a {
	color: #fff;
	font-size: 20px;
	transition: all 0.4s;
}
.footer-description .social-icons a:hover {
    color: #47d1d4;
}
.footer-links h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	color: #FFFFFF;
}
.footer-links ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 20px;
}
.footer-links ul li a {
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	color: #C5C5C5;
	transition: all 0.4s;
	text-transform: capitalize;
}
.footer-links ul li a:hover {
    color: #47d1d4;
}
.footer-links .contact-info {
	margin-top: 20px;
}
.footer-links .contact-info .contact-icons {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ffffff33;
}
.footer-links .contact-info p {
	color: #ffffff99;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	display: flex;
	align-items: center;
	column-gap: 10px;
	margin-bottom: 7px;
}
.footer-links .contact-info p i {
	font-size: 24px;
}
.footer-links .contact-info .contact-icons a {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #C5C5C5;
}
.copyright {
	padding: 15px 0px;
}
.copyright .container {
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.copyright p {
	text-align: center;
	margin-bottom: 0px;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #ffffff70;
}
.copyright p a {
    color: #ffffff70;
    transition: all 0.4s;
}
.copyright p a:hover {
    color: #47d1d4;
}
.breadcrumb-section {
	position: relative;
	-webkit-mask-image: url(../images/banner-shape.png);
	-webkit-mask-size: 100% 100%;
}
.breadcrumb-section .banner-images {
	background-size: cover;
	height: 52vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	-webkit-mask-image: url(../images/banner-shape.png);
	-webkit-mask-size: 100% 100%;
}
.breadcrumb-section:after {
	content: '';
	background-image: url(../images/banner-shape.png);
	background-size: 100% 100%;
	background-position: center;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -20px;
	left: 0;
}
.breadcrumb-section .banner-images .content {
	z-index: 2;
	position: absolute;
	width: 40%;
}
.breadcrumb-section .banner-images img{
	height: 100%;
	object-fit: cover;
}
.breadcrumb-section .banner-images:before{
	content: '';
	background-color: #000;
	opacity: 0.22;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.breadcrumb-section h1 {
    width: 100%;
    text-align: center;
    font-size: 44px;
    line-height: normal;
    text-transform: capitalize;
}
.breadcrumb-section .owl-dots {
	position: absolute;
	bottom: 40px;
	left: 0px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	column-gap: 6px;
}
.breadcrumb-section .owl-dots .owl-dot {
	width: 11px;
	height: 11px;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0.55;
}
.breadcrumb-section .owl-dots .owl-dot.active{
	opacity: 1;
}
/*.breadcrumb-carousel .owl-stage-outer{
	padding-bottom: 12px;
}*/
.breadcrumb-carousel .owl-stage-outer {
    padding-bottom: 12px;
    background-color: #47d1d4;
}

.breadcrumb-carousel .owl-prev:hover, .breadcrumb-carousel .owl-next:hover {
	background-color: #fff !important;
}
.breadcrumb-carousel .owl-prev, .breadcrumb-carousel .owl-next {
	position: absolute;
	top: 50%;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.49) !important;
	border-radius: 50%;
	transition: all 0.4s;
	transform: translateY(-50%);
}
.breadcrumb-carousel .owl-prev {
	left: 60px;
}
.breadcrumb-carousel .owl-next {
	right: 60px;
}
.breadcrumb-carousel .owl-prev span, .owl-next span {
	display: none;
}
.breadcrumb-carousel .owl-prev:after {
	content: '\f053';
	font-family: 'Font Awesome 6 pro';
	font-size: 16px;
	color: #000;
	position: absolute;
}
.breadcrumb-carousel .owl-next:after {
	content: '\f054';
	font-family: 'Font Awesome 6 pro';
	font-size: 20px;
	color: #000;
	position: absolute;
}
.listing-section{
	padding: 80px 0px;
}


/*Listing Page CSS Start*/
.login_signup_outer{
	padding: 100px 0;
	position: relative;
}
/*.login_signup_outer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #47d1d4;
    border-radius: 0;
    z-index: -1;
    transition: all 0.5s ease-in-out;
}
*/

.filter-data-outer{
	padding: 100px 0;
}
.filter-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
}
.filter-data-list {
    width: calc(100% - 30% - 10px);
}
.filter-form {
    background-color: #eaeaea73;
    border: 1px solid #c1c1c145;
    border-radius: 6px;
    padding: 5px;
    width: calc(100% - 70% - 10px);
}
.filter-form h3 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
    /* line-height: 21px; */
    margin: 0;
    background-color: #47d1d4;
    border-radius: 4px;
    padding: 15px 15px;
    color: #fff;
    /* border-bottom-left-radius: 0; */
    /* border-bottom-right-radius: 0; */
    margin-bottom: 20px;
}
.form-col{
	margin-bottom: 20px;
	padding: 0 15px;
}
.form-col.form-col-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-col label{
	display: block;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #222;
    margin-bottom: 10px;
    width: 100%;
}
.form-col input, .form-col select{
	    border-radius: 6px;
    background-color: #fff;
    border: unset;
    padding: 15px;
    width: 100%;
    font-size: 14px;
    outline: unset !important;
} 
.form-col select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background: url("../images/chevron-down.svg") #ffffff;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 15px;
}
.form-col.form-col-sec input{
	width: calc(100% - 50% - 5px);
}
.form-col a, .form-col span{
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	font-family: 'Poppins';
	color: #7C7C7C;
}
.form-col a {
	text-decoration: underline;
	color: #47d1d4;
	margin-right: 3px;
}
.filter-list-show-heading {
    background-color: #47d1d4;
    padding: 15px;
    text-align: center;
    border: 1px solid #DFDFDF;
    /* border-left: unset; */
    /* border-right: unset; */
    margin-bottom: 20px;
    border-radius: 4px;
}
.filter-list-show-heading h3 {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins';
}
.filter-list-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #D4D4D4;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 25px;
    position: relative;
}
.filter-list-col.pramoted:after{
	    content: 'P';
    position: absolute;
    right: 10px;
    bottom: 11px;
    color: #fff;
    background-color: #FFC200;
    width: 28px;
    height: 22px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
}

.filter-list-img{
	width: 280px;
	height: 215px;
	border-radius: 3px;
	overflow: hidden;
    margin-bottom:15px;
}

.filter-list-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: scale(1);
	transition: all 0.5s ease-in-out;
}
/* .filter-list-col:hover .filter-list-img img{
	transform: scale(1.05);
} */
.filter-list-content {
    width: calc(100% - 300px);
    margin-left: auto;
}
.filter-list-content h4 {
    font-size: 20px;
    color: #222222;
    margin: 0;
    font-weight: 500;
    font-family: 'Poppins';
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-list-col:hover .filter-list-content h4{
	color: #47d1d4;
}
.filter-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}
.filter-tag span {
    background-color: #f3f3f3;
    padding: 9px 15px;
    border-radius: 50px;
    color: #646464;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 500;
    display: inline-flex;
    gap: 9px;
    align-items: center;
}
/*.filter-list-content p{
	margin: 0;
    font-size: 14px;
    line-height: 28px;
    color: #595959;
    font-family: 'Poppins';
    font-weight: 400;
}
*/
.filter-list-content p {
    margin: 0;
    font-size: 14px;
    line-height: 28px;
    color: #595959;
    font-family: 'Poppins';
    font-weight: 400;
    /* text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; */
}

/*Pagination CSS*/
.pagination-outer{
	margin: 50px 0;
}
.pagination {
    margin: 0 auto;
    width: 320px;
    background-color: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
}
.pagination .page-item .page-number:empty {
    display: none !important;
}
.pagination .page-item .page-number {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 17px;
    border-radius: 2px;
}
.pagination .page-item .page-number:hover{
	background-color: #fff;
}

/*Login And Sign Up Design*/
.frame {
	width: 500px;
	background: #fff;
	background-size: cover;
	margin: 0 auto;
	border-top: solid 1px #f1f1f1;
	border-radius: 10px;
	box-shadow: 0 12px 33px #edf1f7;
	overflow: hidden;
	transition: all .5s ease;
	padding: 35px 20px;
}
.frame.frame-long{
	width: 100%;
}

.frame .nav-up {
  transform: translateY(-100px);
  opacity: 0;
}
.login-tabs {
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 15px;
    margin-bottom: 50px;
}
.signin-active .btn, .signin-active .btn.active, .signup-inactive.signup-active .btn.active{
	background-color: #47d1d4;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}
.signup-inactive .btn, .signin-active.signin-inactive .btn{
	color: #222;
    padding: 10px 20px;
    border-radius: 10px;	
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

.login-signup-outer-form{
	position: relative;
	padding: 0 15px;
}
.form-signin{
	position: relative;
	transform: translateX(0);
	opacity: 1;
	transition: all 0.5s ease-in-out;
}
.form-signin.form-signin-left{
	transform: translateX(-500px);
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
/*.form-signup{
	position: absolute;
    top: 0;
    left: 0;
    transform: translateX(500px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
}*/
.form-signup.form-signup-left{
	position: relative;
	transform: translateX(0);	
	transition: all 0.5s ease-in-out;
	opacity: 1;
}


.successtext {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  margin-top: -35px;
  padding-left: 37px;
  padding-right: 37px;
}

#check.checked path {
    stroke-dashoffset: 33px;
    fill: rgba(255,255,255,.03);
}

.form-signin input, .form-signup input {
    color: #222;
    font-size: 13px;
}

.form-styling {
    width: 100%;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 20px;
    background: rgba(255,255,255,.2);
    border: 1px solid #e1e1e1;
}

.frame label {
  	display: block;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #222;
    margin-bottom: 10px;
    width: 100%;
}
.form-signin input:focus, textarea:focus, .form-signup input:focus, textarea:focus {
    background: rgba(255,255,255,.3);
    border: none; 
    padding-right: 40px;
    transition: background .5s ease;
 }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  display: none;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 70px;
  padding-top: 2px;
  cursor: pointer;
  margin-top: 8px;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  width: 65px; 
  height: 30px;
  background: #fff;
  border-radius: 15px;
  left: 0; 
  top: -3px;
  transition: all .2s ease;
  border: 1px solid #e1e1e1;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  width: 10px; 
  height: 10px;
  background: rgb(2 49 73);
  border-radius: 50%;
  top: 7px; 
  left: 10px;
  transition: all .2s ease;
}

/* on checked */
[type="checkbox"]:checked + label:before {
  background: #47d1d4; 
}

[type="checkbox"]:checked + label:after {
  background: #ffffff;
  top: 7px; 
  left: 45px;
}

[type="checkbox"]:checked + label .ui,
[type="checkbox"]:not(:checked) + label .ui:before,
[type="checkbox"]:checked + label .ui:after {
  position: absolute;
  left: 6px;
  /*width: 65px;*/
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  transition: all .2s ease;
  text-transform: capitalize;
}

[type="checkbox"]:not(:checked) + label .ui:before {
  content: "no";
  left: 32px;
  color: #47d1d4;
}

[type="checkbox"]:checked + label .ui:after {
  content: "yes";
  color: #ffffff;
}

[type="checkbox"]:focus + label:before {
  box-sizing: border-box;
  margin-top: -1px;
}

.custom-btn, .btn-signup.custom-btn{
    font-size: 15px;
    background-color: #47d1d4;
    color: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #47d1d4;
    transition: all 0.3s ease-in-out;
    margin: 0;
}
.custom-btn:hover{
	background-color: #fff;
	border: 1px solid #222;
	color: #222;
}
.forgot { 
    flex-wrap: wrap;
}
.forgot a {
  	color: #47d1d4;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
	display: block;
	text-align: center;
}
.frame .user-success-msg{
	display: none;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.frame.frame-short .user-success-msg{
	display: block;
	opacity: 1;
	transition: all 0.5s ease-in-out;
}
.user-success-msg p{
	margin: 0;
    font-size: 13px;
    font-weight: bold;
    background-color: #a5ffa591;
    padding: 12px;
    color: green;
    font-family: 'Poppins';
    border-radius: 5px;
}
.frame.frame-long ~ .login_signup_outer:after {
    left: 50%;
}
.login_signup_outer.signup-active:after{
	left: 50%;
}
.form-signup.form-signup-left{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.formCol {
    width: calc(100% - 50% - 10px);
}
.formCol.formColSec{
	width: 100%;	
}
.categoryOuter {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    margin-bottom: 30px;
}
.category-col label {
    margin: 0 !important;
}
.category-col [type="checkbox"]:not(:checked) + label:before, .category-col [type="checkbox"]:checked + label:before{
	width: 15px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
}
.category-col [type="checkbox"]:checked + label:after {
    background: #ffffff;
    top: 0px;
    left: -4px;
}
.category-col [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after{
	width: 7px;
    height: 7px;
}
.category-col [type="checkbox"]:not(:checked) + label:after, .category-col [type="checkbox"]:checked + label:after{
	 top: 50%;
    transform: translateY(-50%);
    left: 4px;
    display: none;
}
.category-col [type="checkbox"]:not(:checked) + label, .category-col [type="checkbox"]:checked + label{
	padding: 0;
	padding-left: 25px;
	font-size: 15px;
	cursor: pointer;
}
.form-signup.form-signup-left .btn-signup.custom-btn{
	margin: 0;
    padding: 15px 40px;
}
/*Single Detail Page*/
.single-detail-outer {
    background-color: #f6f6f6;
    padding: 50px 0 50px;
    position: relative;
}
.single-detail-outer:after{
	content: '';
	background-image: url('../images/e-deals.svg');
	background-repeat: no-repeat;
    height: 40px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-position: center;
    background-size: 100%;
}
.single-detail-row {
    padding: 15px;
    background-color: #ffff;
    border-radius: 10px;
    border: 1px solid #D4D4D4;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.single-content {
    width: calc(100% - 33% - 50px);
    position: relative;
}
.request-information {
    width: calc(100% - 65% - 50px);
}
.single-user-img {
    position: relative;
    width: 100%;
    height: 350px;
    border-radius: 6px;
    overflow: hidden;
}
.single-user-img span {
    position: absolute;
    top: 15px;
    background-color: #FFC200;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 50px;
    left: 15px;
}
.single-user-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.details-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
    background-color: #47d1d4;
    border-radius: 5px;
    margin: 20px 0;
}
.details-content-inner {
    margin-right: 20px;
}
.details-content-inner span {
    width: 50px;
    height: 50px;
    display: block;
}
.details-content-inner span img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain;
}
.details-heading h3{
	font-size: 18px;
	color: #fff;
	margin: 0;
	font-weight: 500;
	font-family: 'Poppins';
}
.business-category-outer {
    display: flex;
    gap: 10px;
}
.business-category-outer span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins';
    background-color: #023149;
    /*background-color: #D63F53;*/
    /*background-color: #02c0ff;*/
    padding: 10px 15px;
    border-radius: 50px;
}
.business-category-outer span i {
    font-size: 20px;
}
.detail-content h2{
	margin: 0;
    font-size: 28px;
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom: 20px;
}
.detail-content p{
	font-size: 16px;
	color: #595959;
	margin: 0;
	margin-bottom: 20px;
	line-height: 32px;
	text-transform: capitalize;
	font-family: 'Poppins';
}
.single-content:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 1px;
    height: 60%;
    right: -20px;
    background-color: #C0C0C0;
    transform: translate(20px, -50%);
}
.request-information h5{
	margin: 0;
    font-size: 14px;
    color: #4E950F;
    border-bottom: 1px solid #4E950F;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: 'Poppins';
}
.request-information p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #595959;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.request-information p a{
	font-weight: bold;
	color: #47d1d4;
	text-decoration: underline;
}
.request-information a.signUpBtn, .single-detail-outer .contact-block-extra a.extra-btn{
	background-color: #4E950F;
    display: block;
    padding: 14px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins';
    text-align: center;
    border-radius: 50px;
    margin-bottom: 25px;
}
.single-detail-outer .contact-block-extra a.extra-btn{
	background-color: #47d1d4;
}
.suggested-search-outer {
    border: 1px solid #CBCBCB;
    border-radius: 6px;
}
.suggested-search-outer h5{
	padding: 15px;
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
    border-color: #CBCBCB;
    margin-bottom: 15px;
}
.suggested-search-outer ul{
	list-style: none;
    padding: 0px 15px;
    margin-bottom: 15px;
}
.suggested-search-outer ul li a{
	color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 36px;
}
.suggested-search-outer ul li a:hover{
	color: #dc3545;
}
/*With Video*/
.testimonial-box{
	overflow: hidden;
	box-shadow: 0 12px 33px #edf1f7;
}
.testimonial-box video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	object-fit: cover;
}

/*---------------------------varun-css-start(06-09-23)---------------------------*/
.investing-detail{
	padding: 50px 0 100px 0;
}
.investing-detail .investing-content h2.sub-heading {
    font-weight: 700;
    margin-bottom: 3rem;
    margin-top: 10px;
    text-transform: capitalize;
}
.investing-detail .investing-content h2.sub-heading span{
	color: #47d1d4;
}
.investing-detail .investing-content h2.sub-heading span{
	font-weight: 400;
}
.investing-detail .investing-content ul.detail-list {
    padding: 0 50px 0 70px;
    list-style: none;
}
.investing-detail span.badge-item {
    color: #47d1d4;
    font-size: 18px;
}
.investing-detail .investing-content ul.detail-list li{
position: relative;
margin-bottom: 30px;
}
.investing-detail .investing-content ul.detail-list li:after {
    content: '\f0da';
    position: absolute;
    left: -5rem;
    top: 5px;
    font-size: 20px;
    font-family: fontawesome;
    color: #47d1d4;
    border: 1px solid #47d1d480;
    border-radius: 3px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.investing-detail .investing-content a.btn-cls {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    background: #47d1d4;
    color: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #47d1d4;
    /*padding: 12px 30px;*/
    padding: 12px 19px;
    border-radius: 8px;
    margin-right: 10px;
    transition: .5s all;
}

.investing-detail .investing-content .btn-area {
    margin-top: 40px;
}

.investing-detail .investing-content a.btn-cls:hover {
    color: #000000;
    background: #ffffff;
    border-color: #000000;
    transition: .5s all;
}
.investing-detail .investing-img {
    box-shadow: 0 12px 33px #edf1f7;
    border-radius: 10px;

}
.how-it-work{
	padding: 0 0 100px 0;
}
.how-it-work .section-heading {
    text-align: center;
}

.how-it-work .section-heading h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
}
.how-it-work .work-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
}

.how-it-work .arrow {
    width: 100px;
    height: auto;
}

.how-it-work .arrow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.how-it-work .work-detail {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 33px #edf1f7;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 12px 33px #edf1f7;
}
.how-it-work .work-detail .work-detail-text {
    text-align: center;
    width: 200px;
    height: 200px;
}
.how-it-work .work-detail .work-detail-img img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    object-position: center;
/*    filter: invert(1);*/
}
.how-it-work .work-detail .work-detail-img {
    width: 80px;
    height: 80px;
    border: 1px solid #47d1d4;
    position: absolute;
    top: -2rem;
    left: -2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.how-it-work .work-detail .work-detail-text h4 {
    color: #47d1d4;
    font-weight: 700;
    text-transform: capitalize;
}
.how-it-work .work-detail .work-detail-text p{
	font-size: 16px;
	line-height: normal;
}
.raise-capital{
	position: relative;
	padding: 100px 0;
}
.raise-capital .main-heading , .subscribe-form .main-heading{
	margin-bottom: 0;
	width: 100%;
}
.raise-capital .main-heading h2, .subscribe-form .main-heading h2{
    text-transform: capitalize;
}
.raise-capital .main-heading h2 span, .subscribe-form .main-heading h2 span{
	color: #47d1d4;
}
.raise-capital .raise-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    height: 60vh;
    justify-content: center;
    padding-bottom: 80px;
}
.raise-capital .raise-text {
    text-align: center;
}
.raise-capital a.raise-btn, .subscription-page  a.raise-btn{
    color: #fff;
    background-color: #47d1d4;
    font-size: 14px;
    display: block;
    font-weight: 600;
    padding: 10px 29px;
    text-decoration: none;
    border: 1px solid #47d1d4;
    border-radius: 8px;
    transition: all 0.4s;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
    width: auto;
    display: inline-block;
}
.raise-capital a.raise-btn:hover, .subscription-page  a.raise-btn:hover{
    background: #ffffff;
    border-color: #000000;
    transition: .4s all;
    color: #000000;
}
.raise-capital .raise-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.raise-capital .raise-img img {
    object-position: center;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.subscription-page{
	padding: 100px 0;
	position: relative;
}
.subscribe-form span i {
    font-family: 'FontAwesome';
    font-size: 35px;
    margin-bottom: 1rem;
}
.subscribe-form span.lock {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0 12px 33px #edf1f7;
    border: 5px solid #47d1d4;
    margin-bottom: 1rem;
}

.subscribe-form span.lock i {
    margin-bottom: 0;
}
.subscribe-form-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.subscription-page .subscribe-bottom-content figure {
    width: 80px;
    height: 80px;
}
.subscription-page .subscribe-form-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.subscription-page .subscribe-bottom-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 50%;
    box-shadow: 0 12px 33px #edf1f7;
    padding: 50px;
    -webkit-box-shadow: 0 12px 33px #edf1f7;
}
.subscription-page .subscribe-bottom-content h6 {
    font-size: 22px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 1rem;
}
.subscription-page .subscribe-bottom-content p{
	font-size: 1rem;
	line-height: 20px;
	margin-bottom: 2rem;
	height:50px;
}
.payment-banner-content h1 {
    text-align: center;
    font-size: 32px;
    line-height: 61px;
}
.payment-banner-content p{
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}
section.paynent-banner {
    height: 164px;
    background-color: #47d1d4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment-section{
	position: relative;
	padding: 70px 0 140px 0;
}
.payment-section .payment-content {
    border: 1px solid #000000;
    padding: 40px;
    border-radius: 10px;
    position: relative;
}
.payment-section .payment-content h6 , .payment-section .payment-content h6 span{
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 44.8px;
    margin-bottom: 20px;
    color: #000000;
    display: flex;
    justify-content: space-between;
}
.payment-section .payment-content h6 a {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 44.8px;
    margin-bottom: 20px;
    color: #47d1d4;
    display: flex;
    justify-content: space-between;
}
.payment-section .payment-content p {
    font-size: 16px;
    color: #646464;
    font-weight: 500;
    line-height: normal;
}

.payment-section span.month {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
}
.payment-section .payment-content ul {
    margin-top: 15px;
    padding: 0px 42px;
}
.payment-section .payment-content ul li p, .payment-section .payment-content ul li span {
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    margin-bottom: 0;
}

.payment-section .payment-content ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    position: relative;
}
.payment-section  .pro-buyer{
	background-color: #000000;
}
.payment-section  .pro-buyer h6, .payment-section  .pro-buyer p, .payment-section  .pro-buyer span.month, .payment-section  .pro-buyer ul li p, .payment-section  .pro-buyer ul li span{
	color: #ffffff !important;
}
.payment-section .payment-content span.badge {
    font-size: 15px;
    padding: 12px 22px;
    background: #ed3164;
    border-radius: 100px;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}
.payment-section  .pro-buyer span.badge{
	top: unset;
	bottom: -16px;
}
.payment-section .payment-content ul li i {
    position: absolute;
    left: -40px;
    font-size: 25px;
    color: #299e00;
}
.payment-section .pro-buyer span.badge input {
    background: transparent;
    border: none !important;
    color: #ffffff;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    box-shadow: none !important;
    line-height: 1;
}
.single-detail-outer .contact-block-extra {
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    margin-bottom: 30px;
    padding: 15px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap:20px;
}
.single-detail-outer .contact-block-extra a.extra-btn{
	margin-bottom:0;
	flex:40%;
}
section.verification {
    padding: 100px 0;
    position: relative;
}
.verification-content i {
    font-family: fontawesome;
    font-size: 3rem;
    margin-bottom: 1rem;
}
.verification-content {
    text-align: center;
    margin-bottom: 2rem;
}
.verification-content h2.verification-heading {
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}
.verification-content h2.verification-heading span {
    color: #47d1d4;
}
.verification .verification-box {
    -webkit-box-shadow: 0 12px 33px #edf1f7;
    padding: 40px;
    flex: 50%;
    text-align: center;
}
.verification .verification-detail {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.verification .verification-box i {
    font-family: 'FontAwesome';
    font-size: 1.5rem;
    border: 5px solid  #47d1d4;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto 1rem auto;
}
.verification .verification-box h4.veri-box-heading {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.verification .verification-box h4.veri-box-heading span {
    color: #47d1d4;
}
.verification .verification-box p {
    height: 150px;
}
.verification .verification-box a.verification-btn {
    color: #fff;
    background-color: #47d1d4;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 29px;
    text-decoration: none;
    border: 1px solid #47d1d4;
    border-radius: 8px;
    transition: all 0.4s;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
    width: auto;
    display: inline-block;
    text-transform: capitalize;
}
.verification .verification-box a.verification-btn:hover{
	background: #ffffff;
    border-color: #000000;
    transition: .4s all;
    color: #000000;
}
/*single-blog-css*/
#blog_content {
    padding: 100px 0;
}
.blog-banner {
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
    background-color: #f6f6f6;
}
.blog-banner h1 {
    color: #000000;
    text-transform: capitalize;
}
.blog-banner .blog-banner-img {
    width: 100%;
    height: auto;
}
.blog-banner .blog-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.blog-content p br {
    display: none;
}
.blog-content {
    text-align: center;
}
.blog-content table {
    width: 100%;
}
.blog-content table tr { 
	height: 50px;
}

button.btn.btn-xs.btn-default {
    border: none;
}	
/*single-blog-css*/
/*---------------------------varun-css-end(06-09-23)-----------------------------*/

/*---------------------------mayur-css-start-(04-12-23)-----------------------------*/
.sourcing-section {
    padding: 100px 0;
}
.sourcing-heading h1 {
    color: #000;
    margin-bottom: 30px;
}
.sourcing-heading {
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 60px;
}
.sourcing-card {
    padding: 40px 20px 20px;
    border-radius: 8px;
    box-shadow: 0px 5px 20px #e1e1e1;
    text-align: center;
    height: 270px;
}
.sourcing-card figure {
    margin-bottom: 25px;
}
.sourcing-card figure img {
    width: 50px;
}
.sourcing-card p {
    color: rgb(13, 110, 253);
    transition: all 0.3s;
}
.sourcing-card:hover.sourcing-card h5 {
    transition: all 0.3s;
}
.sourcing-card:hover.sourcing-card p {
    color: #000000;
}
.sourcing-card:hover.sourcing-card h5 {
    color: #47d1d4;
}

.adn.ads .ii a[href] {
    color: #15c;
    color: rgb(255,255,255);
    background-color: rgb(88,81,255);
    border: 1px solid rgb(88,81,255);
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 20px;
    padding: 12px 18px;
    text-decoration-line: none;
}

.ii a[href] {
    /* color: #15c; */
    /* color: #15c; */
    color: rgb(255,255,255);
    background-color: rgb(88,81,255);
    border: 1px solid rgb(88,81,255);
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 20px;
    padding: 12px 18px;
    text-decoration-line: none;
}
/*---------------------------mayur-css-end-(04-12-23)-----------------------------*/
.thankyou-page-btn a {
   width: 130px;
   margin: 0 auto;
}
.term-check {
    width: 56%;
}



/*-------------------Anklesh CSS (25-01-2024)-------------------------*/
.panel-heading.text-right.card-header {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}
.checkbox-inline label {
    padding: 0 0 0 20px !important;
    margin-top: 0 !important;
    font-size: 10pt
}
.checkbox-inline [type="checkbox"]:not(:checked) + label:before{
    content: "";
    width: 13px;
    height: 13px;
    border: 1px solid #000;
    background: #ffffff;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 14px;
}
.checkbox-inline [type="checkbox"]:checked + label:before{
    border-color: red;
    width: 13px;
    height: 13px;
    border-radius: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.checkbox-inline [type="checkbox"]:not(:checked) + label:after {
    
    font-family: 'FontAwesome';
    font-weight: 200;
    background: none;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 10px;
    font-size: 10px;
}
.checkbox-inline [type="checkbox"]:checked + label:after{
    content: "\f00c";
    width: 13px;
    height: 13px;
    background: transparent;
    left: 2px;
    top: 43%;
    transform: translateY(-50%);
    border-radius: 0;
    font-family: 'Font Awesome 6 Pro';
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
}
.save-listing--wrapper .list-group .list-group-item {
    border-radius: 0;
}
.save-listing--wrapper .list--title a {
    font-size: 16px;
    color: #47d1d4;
}
.save-listing--wrapper .list--title span {
    font-size: 12px;
    color: #A5A8AB;
    padding-left: 10px;
}
.save-listing--wrapper .contact {
    font-size: 14px;
} 
.save-listing--wrapper .btn-group {
 border: 1px solid #a5a8ab;
}
.save-listing--wrapper .btn.btn-xs {
    font-size: 10px;
    padding: 2px 5px;
}
.save-listing--wrapper .btn-group .btn>i {
    margin-right: 5px;
}
.save-listing--wrapper .btn-group .btn:hover{
   background-color: #A5A8AB
}

/*=========shishpal=======03-02-2024====*/
a.disble {
    display: none;
}
.login-btn.mobile-hide {
    display: contents;
}
#inner-link, #inner-link input {
    border: none;
    background: no-repeat;
    margin: 0;
    font-size: 14px;
    line-height: 28px;
    color: #595959;
    font-family: 'Poppins';
    font-weight: 400;
    margin-top: 10px;
}
.post-tage {
    display: flex;
    /* display: -webkit-box; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    gap: 10px;
}

.content-container {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.read-more {
    display: none; /* Hide initially */
}
.footer-description a img {
    width: auto;
    border-radius: 5px;
}
/* mayur-css */

section.news-letter-section {
    padding: 50px 0;
    background: #ffffff;
}
.news-letter-left .section-heading h4 {
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}

.news-letter-left .section-heading p {
    color: #fff;
}
.news-letter-input {
    position: relative;
}
.news-letter-input input {
    background: transparent;
    border: none;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 175%;
    color: #000; 
    width: 99%;
    padding: 15px 150px 15px 15px;
    outline: none!important;
    box-shadow: none;
    border-radius: 0 !important;
    -webkit-appearance: none;
     border-radius: 0;
}
.news-letter-input input::placeholder {
    color: #000;
}
.news-letter-left h4, .news-letter-left p {
    color: #000 !important;
	font-family: 'Poppins';

}
.news-letter-left h4 {
    font-size: 32px !important;
    font-weight: 700;
}
.news-letter-input button {
    color: #fff;
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 99;
    background-color: #47d1d4;
    font-size: 14px;
    display: block;
    font-weight: 600;
    padding: 18px 30px;
    text-decoration: none;
    border: 1px solid #47d1d4;
    border-radius: 8px;
    transition: all 0.4s;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
}
#newsModal .modal-dialog .modal-body .newsletter-box input[type="submit"]:focus {
    padding: 0;
}

/* mayur-css */

 
 
 .find-consultros-profile {
    padding: 50px 0;
    overflow-x:hidden;
}
.find-cm-left-image {
    margin-bottom: 40px;
    height: 280px;
    width: 100%;
    border: 2px solid #47d1d4;
}

.find-cm-left-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.find-cm-left {
    padding: 15px;
}
span.main-title {
    display: block;
    font-size: 16px;
    color: grey;
    position: relative;
    margin-bottom: 30px;
}

span.main-title:after {
    content: "";
    position: relative;
    right: 0;
    top: -8px;
    width: 88%;
    margin-left: auto;
    height: 1px;
    z-index: 1;
    display: block;
    background: #e1e1e1;
}
.find-cm-left-content p {
    font-size: 16px;
    font-family: 'Poppins';
    margin: 0;
}
 
.location-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.location-box a , .location-box i {
    font-size: 18px;
    font-weight: 600;
    color: #47d1d4;
}

.find-cm-right-content-heading {
    display: flex;
    gap: 30px;
    align-items: center;
}

.find-cm-right-content-heading h2 {
    margin: 0;
}

.find-cm-right {
    padding: 15px;
}
.find-cm-left-content-middle ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.find-cm-left-content-middle ul li {
    margin: 5px 0;
    font-size: 16px;
    font-family: 'Poppins';
    color: #47d1d4;
    padding: 5px 10px;
    border: 1px solid #47d1d4;
    border-radius: 10px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.5s;
}
 
.find-cm-right-content span.find-cm-right-content-post {
    display: block;
    margin: 10px 0 25px;
    font-size: 16px;
    font-weight: 600;
    color: #47d1d4;
}
 
.find-cm-reviews {
    display: flex;
    align-items: center;
    gap: 8px;
}

.find-cm-reviews span {
    display: block;
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #47d1d4;
}

.find-cm-reviews i {
    color: #ffa700;
    font-size:21px;
}

.find-cm-review-box p {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin:0;
}
.find-cm-information a {
    padding: 6px 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #000;
    font-size: 18px;
    transition: all 0.5s;
    
}

.find-cm-information {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    flex-wrap: wrap;
}
 

.find-cm-information a:hover {
    background: #c3c3c34a;
    color: #47d1d4;
    border-radius:6px;
}
.find-main-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bookmark-box a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #47d1d4;
    font-weight: 600;
    font-family: 'Poppins';
}
.find-cm-about {
    margin-top: 18px; 
}

.find-cm-about p{
    font-size: 18px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 6px 22px;
    color: #000000;
    font-weight: 500;
    border-bottom: 2px solid #47d1d4;
}
.find-cm-about p i{
    color: #47d1d4;

}

.find-cm-about-middle span {
    display: block;
    font-size: 16px;
    color: grey;
    position: relative;
    margin: 30px 0;
}
.find-info-group {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin-bottom: 10px;
}

.find-info-group p {
    margin: 0;
    line-height: normal;
}

.find-info-group a {
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    color: #47d1d4;
}
.fcm-loaction {
    padding: 0 20px;
}
.find-cm-about-middle {
    padding: 20px;
    border: 1px solid #e1e1e1; 
}
.fcm-loaction h4 {
    font-size: 20px;
    font-family: 'Poppins';
}
.bookmark-box {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
} 
.find-cm-left-content-middle ul li:hover {
    background: #47d1d4;
    color: #fff;
}
 
.our-rate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #a1a1a1;
    padding: 10px 0;
}
.our-rate span {
    font-family: 'Poppins';
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.our-rate span i {
    color: #47d1d4;
    font-size: 20px;
}

.our-rate p {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #000;
}
.find-cm-left-wrapper {
    padding: 10px 0;
}
.find-cm-left-wrapper .location-box-mm {
    margin: 15px 0;
}
.location-box-mm span {
    display: flex;
    align-items: center;
    gap: 15px;
}
.location-box-mm span i, .location-box-mm span svg {
    font-size: 20px;
    color: #47d1d4;
    width: 22px;
    height: 22px;
}
div#share-options a i {
    font-size: 18px;
    color: #47d1d4;
}
.find-sm-sendMsg-box { 
    background: #4a4a4a; 
}
.fs-sending-box-perent {
    width: 38%;
}
.find-cm-review-box {
    width: 60%;
}
.fssbox p {
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 10px;
    line-height: normal;
    font-weight: 600;
}
.fssbox-btn {
    padding: 25px 10px;
}
.fssbox-btn a.box-btn , .fssbox-btn   button {
    color: #fff;
    background-color: #47d1d4;
    font-size: 16px;
    display: block;
    font-weight: 600;
    padding: 8px 30px;
    text-decoration: none;
    border: 1px solid #47d1d4;
    border-radius: 8px;
    transition: all 0.4s;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
    text-align: center;
    width: 100%;
}
.fssbox-btn p {
    border: none;
    font-size: 16px;
    font-weight: normal;
}

.fssbox-btn p a {
    color: #fff;
    font-weight: 600;
}
.find-cm-right-content-middle {
    display: flex;
    justify-content: space-between; 
}
.find-cm-left-content-middle {
    margin-top: 15px;
}
.consultor-descripation span {
    font-size:15px;
    color: #47d1d4;
    font-family: 'Poppins';
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
}
.find-cm-review-box p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 28px;
}
.fssbox-bottom {
    margin-top: 43px;
    border: 1px solid #e1e1e1;
    padding: 10px 15px 0;
}
.fssbox-bottom p {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.fssbox-bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fssbox-bottom ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
}

.fssbox-bottom ul li i {
    font-size: 20px;
    color: #47d1d4;
}

.fssbox-bottom ul li span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
}
.fssbox-bottom ul li:last-child {
    border: none;
}
p.ratings, .find-cm-left-content-middle p {
    padding-top: 15px;
    border-top: 1px solid #a1a1a1;
}
.review-image i {
    color: #000;
}

/* ===================04/07/2024-start================ */
.fin-event-box .modal-content button {
    position: unset;
    right: 8px;
    background: transparent;
    border: 0;
    font-size: 36px;
    top: -8px;
}
.fin-event-box .gw-flex img {
    width: 150px !important;
    height: 150px !important;
    mix-blend-mode: darken;
}
.fin-event-box span.gw-text-sm ,  .fin-event-box  .gw-mx-auto.gw-flex.gw-flex-col.gw-w-full.gw-mt-2 .gw-text-sm.gw-font-semibold.gw-text-left {
 
    font-family: 'Poppins';
    font-weight: 400;
}
.fin-event-box .gw-w-full  .gw-flex.gw-flex-col.gw-justify-between.gw-items-center.gw-rounded-3xl.gw-w-full {
    gap: 20px;
}
.fin-event-box .gw-flex.gw-items-center.gw-justify-center.gw-mb-8 {
    margin-bottom: 15px;
}
.fin-event-box .gw-font-bold.gw-text-2xl.gw-pb-2.gw-text-center {
    font-family: 'Poppins';
    font-size: 20px;
    word-wrap: break-word;
}
/* .fin-event-box button.close {
    position: absolute !important;
    right: 1rem !important;
    display: block;
    top: 0rem !important;
} */
.fin-event-box .modal-content button.btn-close {
    position: absolute;
    right: 0rem;
    top: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    box-shadow: none;
}
.fin-event-box button#primaryCTA {
    background: #47d1d4;
    border-color: #47d1d4;
    height: 40px;
    border-radius: 10px;
    padding: 0 15px;
    width: 100%;
    font-size: 20px;
    font-family: 'Poppins';
}
/* ===================04/07/2024-end=============== */
/* ===================22/07/2024-end=============== */ 
/* =====why-join-fin-section-start===== */
.why-join-fin , .our-story-section , .events-section {
    padding: 100px 0;
}
.why-join-fin-content h4 , .our-story-content h4 , .events-content h4{
    font-size: 46px;
    font-weight: 600;
    color: #47d1d4;
    margin-bottom: 25px;
}
.why-join-fin-image {
    width: 400px;
    margin: 0 auto;
}

.why-join-fin-image img {
    width: 100%;
    object-fit: cover;
}
/* =====why-join-fin-section-end===== */
.our-story-left {
    display: flex;
    align-items: center;
    position: relative;
}
.our-story-image-2 {
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.our-story-image-2 img {
    width: 100%;
    object-fit: cover;
} 
.our-story-image {
    width: 100%;
}
.our-story-image img {
    width: 100%;
} 
.our-story-section {
    background: radial-gradient(65.53% 65.53% at 50% 43.03%, rgb(66, 203, 208) 0%, rgb(2, 110, 152) 100%);
}

.our-story-content h4 {
    color: #fff;
}

.our-story-content p {
    color: #fff;
}
.events-content span {
    display: block;
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    color: #47d1d4;
    margin-bottom:20px;
}
.events-links-f {
    width: 70%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}

.events-links-f a {
    font-family: 'Poppins';
    font-size: 17px;
    padding: 10px 25px;
    background: #47d1d4;
    color: #fff;
    text-align: center;
}
.events-content p {
    margin-bottom: 40px;
}
 
.about-image {
    border-radius: 15px;
    overflow: hidden;
}
.news-letter-input {
    border-bottom: 2px solid #47d1d4;
    border-radius: 0 0 15px 0;
}
.events-video {
    width: 100%;
    position: relative;
}

.events-video video {
    width: 100%;
    object-fit: cover;
}
 
div#circle-play-b {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50% ,-50% );
    z-index: 9;
}

div#circle-play-b svg {
    fill: #fff;
    cursor: pointer;
} 
/* ===================22/07/2024-end=============== */

/* =================== 17/08/2024 Subhasis ===============*/

.event-scroller{
    margin: 0 0 40px 0;
}

.event-scroller marquee{
    background-color:indianred; 
    color:white; 
    padding:6px 0;
    text-transform: uppercase;
}

.eventpage-detail {
    /* background-image: url('https://fintechinsurtechclub.com/wp-content/uploads/2024/08/download.gif'); */
    position: relative;
    height: 450px;
    background-position: center;
}

.eventpage-detail .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background-color: #000;
}

.eventpage-detail .topinnercontent{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.eventpage-detail .investing-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}

.eventpage-detail .investing-content h1.sub-heading {
    color: #fff;
}

.eventpage-detail .investing-content h2.sub-heading {
    font-weight: 700;
    margin-bottom: 1.5rem;
    margin-top: 15px;
    text-transform: capitalize;
}

.eventpage-detail .investing-content h3.sub-heading {
    color: #f26e7b;
}

.eventpage-detail .investing-content p {
    line-height: 32px;
}

.eventpage-detail .investing-content .event-counter {
    display: flex;
    margin-top: 60px;
}

.eventpage-detail .investing-content .event-counter .separator {
    margin-top: 5px;
    color: #CCC;
}

.eventpage-detail .investing-content .event-counter .timerblock {
    text-align: center;
    width: 80px;
}

.eventpage-detail .investing-content .event-counter .timerblock h3{
    color: #EEE;
}

.eventpage-detail .investing-content .event-counter .timerblock p{
    font-size: 14px;
    font-weight: 400;
    color: #CCC;
}

.whyjoinevent .featurebox img{
    width: 80px;
    height: 80px;
    margin-bottom: 1rem;
}

.whyjoinevent .featurebox h4{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #47d1d4;
    text-transform: uppercase;
}

.whyjoinevent .featurebox p{
    line-height: 22px;
    font-size: 14px;
}

.event-details-middle-block {
    margin: 80px 0;
}

.event-details-middle-block .middle-content {
    text-align: center;
}

.event-details-middle-block .middle-content h2{
    color: #47d1d4;
    margin-bottom: 20px;
}

.event-details-middle-block .middle-content p{
    line-height: 30px;
}

.whyjoinevent .innerblock{
    margin:20px 0; 
    background-color:#f5f5f5;
    padding-bottom: 20px;
}

.whyjoinevent .innerblock_nobg{
    background: none;
}

.whyjoinevent .innerblock .avatarbox{
    object-fit: cover;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.whyjoinevent .innerblock .avatarbox img{
    width: 100%;
    height: auto;
}

.whyjoinevent .innerblock .avatarbox .overlay-box{
    opacity: 0;
    transition: .5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.whyjoinevent .innerblock .avatarbox:hover .overlay-box{
    opacity: 0.5;
}

.whyjoinevent .innerblock .avatarbox:hover .overlay-text{
    opacity: 1;
}

.whyjoinevent .innerblock .avatarbox .overlay-text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    transition: .5s ease;
    opacity: 0;
}

.whyjoinevent .innerblock .avatarbox .overlay-text h5{
    color: #47d1d4;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 10px 0;
}

.whyjoinevent .innerblock .avatarbox .overlay-text p{
    color: #C5C5C5;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 18px;
}

.whyjoinevent .innerblock .videocard .eventvideo{
    width: 100%;
    height: 100%;
    margin-bottom: -10px;
}

.whyjoinevent .innerblock .videocard {
    overflow: hidden;
    border-radius: 10px;
    background-color: #000;
    -webkit-box-shadow: 7px 10px 30px 0px rgba(122,118,122,1);
    -moz-box-shadow: 7px 10px 30px 0px rgba(122,118,122,1);
    box-shadow: 7px 10px 30px 0px rgba(122,118,122,1);
}

body{
    overflow-x: hidden;
}

.eventagenda .innerblock h4{
    color: #47d1d4;
    font-size: 16px;
    margin-bottom: 10px;
}

.eventagenda .innerblock h5{
    font-size: 18px;
    color: #f26e7b;
}

.eventagenda .innerblock div{
    font-size: 12px;
    line-height: 20px;
}

.eventagenda .innerblock div p,strong{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
}

.eventagenda .innerblock{
    margin:20px 0; 
    /* background-image: url('https://fintechinsurtechclub.com/wp-content/uploads/2024/08/eventback.png'); */
    background-position: center;
}

.eventagenda .innerblock .columninner{
    margin-bottom: 40px;
}

.eventagenda .list-group{
    -webkit-box-shadow: 7px 10px 30px 0px rgba(122,118,122,1);
    -moz-box-shadow: 7px 10px 30px 0px rgba(122,118,122,1);
    box-shadow: 7px 10px 30px 0px rgba(122,118,122,1);
}

.why-join-fin-content ul{
    margin: 25px 0;
}

.why-join-fin-content ul li{
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #595959;
    margin-bottom: 12px;
}

.why-join-fin-content ul li strong{
    font-size: 15px;
    line-height: 25px;
    color: #595959;
}

.why-join-fin-content h3{
    margin-top: 30px;
}

.why-join-fin{
    padding-top: 20px !important;
    padding-bottom: 50px !important;
}

.events-section{
    padding-top: 20px !important;
}

.testimonial-section{
    padding: 50px 0;
}

.blog-section{
    margin-bottom: 50px;
}

.our-story-section{
    margin-bottom: 50px;
}

/* =================== 17/08/2024 Subhasis ===============*/