@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
	margin: 0;
	padding: 0;
	outline: none;
	text-decoration: none;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

a:focus {
	-moz-outline-style: none;
	outline: none
}

input[type="file"]::-webkit-file-upload-button {
	cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
	cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
	cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
	cursor: pointer;
}

input[type="file"] {
	cursor: pointer;
}

html body {
	padding: 0;
}

*::-moz-selection {
	color: #fff;
	background: #39b54c;
}

*::selection {
	color: #fff;
	background: #39b54c;
}

*::-moz-selection {
	color: #fff;
	background: #39b54c;
}

*::-webkit-selection {
	color: #fff;
	background: #39b54c;
}

*::-ms-selection {
	color: #fff;
	background: #39b54c;
}

*::after,
*::before,
* {
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

body a {
	outline: none !important;
	transition: 0.5s all;
}

body a:focus {
	outline: none !important;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul:after,
li:after,
.container:after {
	clear: both;
	display: block;
	content: "";
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	cursor: pointer;
}

* {
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}

img {
	/* margin: 0 auto; */
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
	outline: none !important;
}

body .elementor-widget-image img {
	display: block;
}

form label em {
	color: #ff0000;
	display: inline-block;
	font-style: normal;
	vertical-align: top;
}

iframe {
	display: block;
	width: 100%;
	height: 100%;
}

body ul,
body li,
body ol {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	position: relative;
}

ul {
	margin: 0;
	padding: 0;
}

a,
span,
b,
i {
	display: inline-block;
	vertical-align: top;
}

/*element css*/
#neve_body input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]),
#neve_body textarea,
#neve_body select {
	height: 50px;
	width: 100%;
	margin: 0;
}

/*contact form 7 error msg class and css*/
.wpcf7-not-valid-tip {
	font-size: 15px;
	color: red;
	line-height: 120%;
	margin-top: 1px;
}

.wpcf7-form input:not([type="submit"]).wpcf7-not-valid,
.wpcf7-form .wpcf7-not-valid {
	border-color: red;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
body .success,
.subscribe-section .epic_results .error {
	color: red;
	font-size: 16px;
	line-height: 120%;
	text-align: center;
	padding: 7px 15px;
	border: 1px solid red;
	margin: 15px 0 0 0;
	width: 100%;
}

body .wpcf7 form.sent .wpcf7-response-output,
body .success {
	color: green;
	border-color: green;
	background: transparent;
}

body textarea {
	resize: none;
	overflow: auto;
	height: 110px !important;
	padding-top: 15px !important;
}

body textarea:focus {
	box-shadow: none;
}

.wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}

body .to-top {
	height: 50px;
	width: 50px;
	position: fixed;
	top: auto;
	right: 15px;
	left: auto;
	bottom: 75px;
	border-radius: 7px;
	font-family: fontawesome;
	line-height: 48px;
	text-align: center;
	color: #fff;
	z-index: 111;
	box-shadow: 0 0 15px 2px #0006;
	text-decoration: none;
	transition: .5s all;
	scroll-behavior: smooth;
	padding: 0;
	font-size: 0;
	background: #39b54c;
	font-weight: normal;
}

.to-top::before {
	content: "\f106";
	font-size: 28px;
	color: #fff;
	padding-left: 1px;
}

.to-top:hover {
	cursor: pointer;
	/* opacity: 0.6; */
	color: #fff;
	background: #000000;
}

form label {
	position: absolute;
	z-index: 1;
	left: 21px;
	top: 15px;
	pointer-events: none;
	transition: 0.5s all;
}

form .input_focus label,
form .value_focus label {
	position: absolute;
	top: -9px;
	background: #2ea836;
	color: #fff;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 100%;
	border-radius: 0;
}

/*elementor*/
/*------------------------------------------------------------Homepage css start------------------------------------------------------*/
header {
	padding: 12.5px 0 12.5px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: auto;
	z-index: 9999;
	background: #fff;
	transition: 0.5s all;
}

#neve_body {
	padding-top: 75px;
}

#neve_body.sticky .header {
	padding: 10px 0 10px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

header .site-logo img {
	transition: 0.5s all;
}

#neve_body.sticky header .site-logo img {
	max-width: 210px;
}

.row {
	margin: 0;
}

header .builder-item {
	margin: 0;
	padding: 0;
}

header .hfg_header.site-header {
	box-shadow: none;
}

header .neve-skip-link.show-on-focus {
	display: none;
}

header .share-buttons,
.follow-social-wrap .share-buttons,
#site-footer .share-buttons {
	font-size: 0;
	display: inline-flex;
}

header .share-buttons a,
.follow-social-wrap .share-buttons a,
#site-footer .share-buttons a {
	display: block;
	height: 40px;
	width: 40px;
	background: #39B54C;
	border-radius: 50px;
	font-size: 0;
	color: #fff;
	transition: 0.5s all;
	margin-left: 10px;
	font-family: fontawesome;
	line-height: 42px;
	text-align: center;
	font-weight: normal;
}

header .share-buttons a:hover,
.follow-social-wrap .share-buttons a:hover,
#site-footer .share-buttons a:hover {
	background: #000;
	color: #fff;
}

header .share-buttons a::before,
.follow-social-wrap .share-buttons a::before,
#site-footer .share-buttons a::before {
	content: "\f09a";
	font-size: 21px;
}

header .share-buttons a.twitter::before,
.follow-social-wrap .share-buttons a.twitter::before,
#site-footer .share-buttons a.twitter::before {
	content: "\f099";
	font-size: 20px;
	padding: 0 0 0 2px;
}

header .share-buttons a.instagram::before,
.follow-social-wrap .share-buttons a.instagram::before,
#site-footer .share-buttons a.instagram::before {
	content: "\f16d";
	font-size: 20px;
	padding: 0 0 0 2px;
}

header .navbar-toggle {
	padding: 0;
	height: 50px;
	width: 54px;
	background: #F2F2F2 url("https://sportypoll.yoursmarthost.net/wp-content/uploads/2022/12/humburger-menu-icon.png") no-repeat;
	border: 0;
	border-radius: 5px;
	margin: 0 0 0 25px;
	background-position: center center;
	transition: 0.5s all;
	outline: none !important;
}

header .navbar-toggle span {
	display: none;
}

header .navbar-toggle:hover {
	background-color: #000;
}

.header-menu-sidebar .nav-ul {
	margin: 0;
}

.header-menu-sidebar .nav-ul li {
	margin: 0;
	border-bottom: 1px solid #cccccc;
}

.header-menu-sidebar .nav-ul li:first-child {
	border-top: 1px solid #ccc;
}

.header-menu-sidebar .nav-ul li:not([class*="block"])>a {
	padding: 7px 20px;
}

.header-menu-sidebar .nav-ul li:not([class*="block"])>a:hover,
.header-menu-sidebar .nav-ul li.current-menu-item:not([class*="block"])>a {
	color: #39b54c;
}

.header-menu-sidebar .close-sidebar-panel .hamburger {
	background-image: none;
	margin-top: 15px;
	margin-right: 15px;
}

.header-menu-sidebar .close-sidebar-panel .hamburger::before,
.header-menu-sidebar .close-sidebar-panel .hamburger::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: 35px;
	width: 4px;
	background: #ccc;
	border-radius: 20px;
	margin: auto;
	transition: 0.5s all;
	transform: rotate(45deg);
}

.header-menu-sidebar .close-sidebar-panel .hamburger::after {
	transform: rotate(-45deg);
}

#header-menu-sidebar {
	width: 100%;
	max-width: 375px;
	right: 0;
	left: auto;
	transition: 0.5s all;
	transform: translateX(100%);
}

.is-menu-sidebar.menu_sidebar_slide_left #header-menu-sidebar {
	transform: translateX(0);
}

body.is-menu-sidebar {
	overflow: hidden;
}

header .header-menu-sidebar-inner {
	padding: 50px 0 0;
}

.header-menu-sidebar .close-sidebar-panel .hamburger {
	margin-top: 25px;
}

.home-banner .banner-shape-img img {
	margin: 0;
}

#neve_body .you-can-section .col-left .elementor-widget-wrap {
	max-width: 595px;
	margin: 0 0 0 auto;
}

.you-can-section .you-can-img img {
	margin: 0 -50px 0 auto;
}

.section-title-divider .elementor-divider-separator {
	border-radius: 10px;
}

.common-bottom-arrow img {
	cursor: pointer;
}

.follow-social-wrap .share-buttons {
	margin-left: 12px;
}

.follow-social-wrap .share-buttons a {
	height: 72px;
	width: 72px;
	line-height: 72px;
	margin: 0 18px 0 0;
}

.follow-social-wrap .share-buttons a::before {
	font-size: 30px;
}

.follow-social-wrap .share-buttons a.twitter::before {
	font-size: 35px;
}

.follow-social-wrap .share-buttons a.instagram::before {
	font-size: 30px;
	padding: 0;
}

.team-section .our-team {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-gap: 30px 43px;
}

.team-section .our-team>li {
	background: #fff;
	border-radius: 10px;
	box-shadow: 3.5px 3.5px 5px 1px rgba(64, 170, 80, 0.65);
}

.team-section .our-team>li .pimage {
	display: block;
}

.team-section .our-team>li .pimage a {
	display: block;
	position: relative;
	height: 130px;
}

.team-section .our-team>li .pimage a img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	height: auto;
	width: auto;
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
}

/* .follow-social-wrap.support-social {
	position: absolute;
	top: 37.8%;
	left: -142px;
	right: 0;	
	bottom: auto;
	width: 72px;
	height: 254px
} */

body .articles .nv-content-wrap .ad-con.ad-con-bottom {
    width: 312px;
}

body.single-articles .neve-main .container.single-post-container .articles .spacing-sec, body .articles .nv-content-wrap .spacing-sec {
    max-width: calc(100% - 158px)!important;
    margin: 0 0 0 auto!important;
}

/* .follow-social-wrap.support-social .share-buttons {
	display: flex;
	flex-direction: column;
	margin: 0;
} */

body#neve_body .join-our-footnew>.elementor-widget-wrap {
    padding-left: 60px;
}

.follow-social-wrap.support-social .share-buttons {
    display: flex;
    flex-direction: row;
    margin: 0;
    justify-content: center;
    gap: 10px;
    margin-top: 70px;
}

.follow-social-wrap.support-social .share-buttons a:not(:last-child) {
	margin: 0 0 19px 0;
}

#site-footer {
	background: #306d76;
	padding: 26px 0 108px 0;
}

#site-footer .hfg_footer>div {
	background: transparent;
}

#site-footer ul#footer-menu>li {
	margin: 0 20px 0 0;
	padding: 0 23px 0 0;
	position: relative;
}

#site-footer ul#footer-menu>li:last-child {
	margin-right: 0;
	padding-right: 0;
}

#site-footer ul#footer-menu>li>a {
	color: #fff;
	font-size: 18px;
	line-height: 180%;
	font-weight: 400;
}

#site-footer ul#footer-menu>li:not(:last-child)::before {
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	left: auto;
	bottom: 0;
	height: 18px;
	width: 2px;
	background: #fff;
	margin: auto;
}

#site-footer #footer-menu {
	margin: 0;
}

#site-footer .footer-top-inner .row {
	display: block;
}

#site-footer .builder-item {
	margin: 0;
	padding: 0;
}

#site-footer .builder-item--footer-menu {
	justify-content: center;
	margin-bottom: 13px;
}

#site-footer .component-wrap {
	margin: 0;
	display: block;
}

#site-footer .share-buttons a {
	background: #fff;
	color: #306d76;
}

#site-footer .share-buttons a:first-child {
	margin-left: 0;
}

#site-footer .img-share {
	text-align: center;
}

#site-footer #cb-row--footer-bottom .hfg-slot .builder-item:last-child {
	display: none;
}

#site-footer #cb-row--footer-bottom .builder-item .widget,
#site-footer #cb-row--footer-bottom .builder-item a {
	text-align: center;
	color: #fff;
	/* font-family: "Gotham-Book", Sans-serif; */
	font-family: "Inter", sans-serif;
	line-height: 180%;
	font-size: 18px;
}

#site-footer #cb-row--footer-main {
	margin-bottom: 3.2px;
}

/*------------------------------------------------------------Homepage css end------------------------------------------------------*/
/*404 page*/
/*404*/
.error-404-section {
	padding: 80px 0 0;
}

.error-404-section .error-404.not-found {
	text-align: center;
}

.error-404-section small {
	font-size: 110px;
	/* font-family: "Gotham-Black", Sans-serif; */
	font-family: "Inter", sans-serif;
	letter-spacing: 2.5px;
	color: #3fb752;
	line-height: 120%;
}

.error-404-section .main-title {
	margin: 0;
	/* font-family: 'Gotham-Book', sans-serif; */
	font-family: "Inter", sans-serif;
	font-size: 23px;
	line-height: 120%;
	margin: 10px 0 29px 0;
}

.error-404-section .grve-subtitle {
	margin: 0;
	/* font-family: 'Gotham-Book', sans-serif; */
	font-family: "Inter", sans-serif;
	font-size: 17px;
	line-height: 120%;
}

.error-404-section .button.btn-wrap {
	/* font-family: 'Gotham-Book', sans-serif; */
	font-family: "Inter", sans-serif;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 56px;
	color: #FFFFFF;
	background-color: #3fb752;
	border-radius: 0px 0px 0px 0px;
	padding: 0px 26.5px 0px 26.5px;
	border: 0;
}

.error-404-section .button.btn-wrap:hover {
	background: #000;
}

/*404*/
/*404 page*/
.common-bottom-arrow img {
	transition: 0.5s all;
}

.common-bottom-arrow img:hover {
	-webkit-filter: brightness(0) invert(0);
	filter: brightness(0) invert(0);
}

.home-banner .common-bottom-arrow img:hover {
	-webkit-filter: invert(58%) sepia(54%) saturate(619%) hue-rotate(78deg) brightness(91%) contrast(81%);
	filter: invert(58%) sepia(54%) saturate(619%) hue-rotate(78deg) brightness(91%) contrast(81%);
}

#site-footer ul#footer-menu>li>a:hover,
#site-footer ul#footer-menu>li.current_page_item>a,
#site-footer #cb-row--footer-bottom .builder-item a:hover {
	color: #39b54c;
}

/*quiz page*/
.quiz-wrap .qsm-page {
	padding: 0;
}

.quiz-wrap .qsm-page .quiz_section {
	padding: 0;
	margin: 0 0 65px 0;
}

.qsm-page .quiz_section .mlw_qmn_question_number {
	display: block;
	font-size: 40px;
	color: #39B44C;
	line-height: 80%;
	/* font-family: "Gotham-Black", Sans-serif; */
	font-family: "Inter", sans-serif;
	float: left;
	position: relative;
	padding-bottom: 14px;
}

.qsm-page .quiz_section .time-wrap {
	float: right;
	display: inline-flex;
	background: #39B54C;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	border-radius: 10px;
	/* text-align: center; */
	padding: 0 20px 0 15px;
	min-width: 200px;
}

.quiz_section .qmn_radio_answers label,
.quiz_section .qmn_check_answers label,
.quiz_section .qmn_accept_answers label {
	position: static;
}

.quiz-wrap .qsm-quiz-container {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	position: relative;
}

.quiz-wrap .qsm-quiz-container .qsm-featured-image {
	position: relative;
	height: 360px;
	background: #efefef;
	border-radius: 10px;
	clear: both;
	margin-top: 15px;
	overflow: hidden;
}

.quiz-wrap .qsm-page .quiz_section::after {
	clear: both;
	content: "";
	display: block;
}

.quiz-wrap .qsm-quiz-container .qsm-featured-image img {
	/* height: auto; */
	/* width: auto; */
	/* position: absolute; */
	/* top: 0; */
	/* right: 0; */
	/* left: 0; */
	max-width: 100%;
	max-height: 100%;
	/* margin: auto; */
	/* bottom: 0; */
	height: 100%;
	width: 100%;
}

.quiz-wrap .qsm-quiz-container .qsm-featured-image.blur-img img {
	filter: blur(40px);
}

.quiz-wrap .qmn_radio_answers {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	margin-top: 18px;
}

.qsm-featured-image.blur-img::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(https://sportypoll.yoursmarthost.net/wp-content/uploads/2023/05/silkscreen.svg);
	background-position: 0 0;
	background-size: 4px 4px;
	background-repeat: repeat;
	background-color: transparent;
}

.quiz-wrap .qmn_radio_answers .qmn_mc_answer_wrap {
	margin: 0;
}

#neve_body .quiz-wrap .qmn_radio_answers .qmn_mc_answer_wrap input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	border-radius: 0;
	opacity: 0;
}

.quiz-wrap .qmn_radio_answers .qmn_mc_answer_wrap {
	margin: 0;
	position: relative;
}

.quiz-wrap .qmn_radio_answers .qsm-input-label {
	display: block;
	font-size: 18px;
	color: #000000;
	line-height: 180%;
	/* font-family: "Gotham-Book", Sans-serif; */
	font-family: "Inter", sans-serif;
	max-width: 100%;
	margin: 0;
	padding: 7px 23px;
	min-height: 40px;
	/* background: #efefef; */
	border-radius: 10px;
	box-shadow: 3.5px 3.5px 5px 0 rgba(64, 170, 80, 0.25);
	border: 1px solid transparent;
}

#neve_body .quiz-wrap .qmn_radio_answers .qmn_mc_answer_wrap input[type="radio"]:checked+.qsm-input-label,
#neve_body .quiz-wrap .qmn_radio_answers .qmn_mc_answer_wrap input[type="radio"]:hover+.qsm-input-label {
	/* background: #39B54C; */
	/* color: #fff; */
	border-color: #39b54c;
	/* color: #39b54c; */
}

.quiz-wrap .qsm-page .quiz_section.blur-div {
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	opacity: .25;
	cursor: not-allowed;
}

.quiz-wrap .qsm-page .quiz_section.pointerNone input[type="radio"],
.quiz-wrap .qsm-page .quiz_section.blur-div input[type="radio"] {
	pointer-events: none;
}

.qsm-page .quiz_section .time-wrap .timer_sec {
	padding-left: 9px;
	font-family: "Gotham-Medium", Sans-serif;
}

.quiz_section .qsm-inline-correct-info b {
	font-size: 20px;
	line-height: 180%;
	font-family: "Gotham-Bold", Sans-serif;
	padding-right: 8px;
	display: none;
}

.quiz_section .qsm-inline-correct-info strong,
.quiz_section .qsm-inline-correct-info {
	font-weight: normal;
	font-size: 18px;
	line-height: 150%;
}

.quiz_section .qsm-inline-correct-info strong {
	color: #39b54c;
}

.quiz-wrap .quiz_section .mlw_qmn_new_question {
	display: block;
	clear: both;
	margin: 0;
	padding: 10px 0 0px 0;
	position: relative;
	font-size: 18px;
	font-family: "Gotham-Medium", Sans-serif;
	font-weight: normal;
	line-height: 120%;
}

.quiz_section .mlw_qmn_question_number::before {
	content: "";
	position: absolute;
	top: auto;
	left: -135px;
	right: auto;
	bottom: 0;
	height: 7px;
	width: 167px;
	background: #39B44C;
	border-radius: 10px;
}

.quiz_section .quick-question-res-p {
	margin: 20px 0 20px 0;
}

.qmn_results_page .score-wrap {
	display: block;
	text-align: center;
	font-size: 36px;
	color: #39B24C;
	line-height: 120%;
	font-family: "Gotham-Bold", Sans-serif;
}

.qmn_results_page .score-wrap span {
	display: block;
}

.qmn_results_page .score-wrap .social-text {
	font-size: 20px;
	color: #000000;
	line-height: 180%;
	font-family: "Gotham-Medium", Sans-serif;
	margin-top: 12px;
}

.qmn_results_page {
	text-align: center;
	padding: 80px 0 50px;
}

.qmn_results_page .mlw_qmn_quiz_link {
	height: 34px;
	width: 34px;
	background: transparent;
	border: 1px solid #000;
	border-radius: 50px;
	line-height: 33px;
	font-size: 0;
	color: #000;
	margin: 0 5px;
	font-family: fontawesome;
	text-align: center;
	font-weight: normal;
}

.qmn_results_page .mlw_qmn_quiz_link:last-of-type {
	padding-left: 2px;
}

.qmn_results_page .mlw_qmn_quiz_link::before {
	content: "\f09a";
	font-size: 17px;
}

.qmn_results_page .mlw_qmn_quiz_link:last-of-type::before {
	content: "\f099";
	font-size: 17px;
	/* padding: 0 0 0px; */
}

.qmn_results_page .mlw_qmn_quiz_link:hover {
	background: #000;
	color: #fff;
}

.qmn_results_page br {
	display: none;
}

.qmn_results_page .qsm-results-page {
	margin-bottom: 21px;
}

body .qmn_quiz_container .qmn_btn,
body .qmn_quiz_container .btn {
	background: #39b54c !important;
	border-radius: 6px;
	border: 0 !important;
	font-family: "Gotham-Medium", Sans-serif;
	font-weight: normal;
	font-size: 16px !important;
	line-height: 42px;
	padding: 0 30px !important;
}

body .qmn_quiz_container .qmn_btn:hover,
body .qmn_quiz_container .btn:hover {
	background: #000 !important;
}

.quiz_section .quick-question-res-p {
	padding: 0;
	font-size: 0;
	border: 0;
	height: 50px;
	width: 50px;
	background: url("https://sportypoll.yoursmarthost.net/wp-content/uploads/2023/01/smile-face.png") no-repeat;
	display: none;
}

.quiz_section .quick-question-res-p.true {
	background: url("https://sportypoll.yoursmarthost.net/wp-content/uploads/2023/01/smile-face.png") no-repeat;
}

.quiz_section .quick-question-res-p.false {
	background: url("https://sportypoll.yoursmarthost.net/wp-content/uploads/2023/01/sad-face.png") no-repeat;
}

#neve_body .quiz-wrap .qmn_radio_answers .qmn_mc_answer_wrap input[type="radio"]:checked+.qsm-input-label[style="background-color: red; color: white;"] {
	border-color: red;
}

.quiz_section .qsm-inline-correct-info p {
	position: relative;
	padding-left: 38px;
}

.quiz_section .qsm-inline-correct-info p::after {
	content: "";
	position: absolute;
	height: 31px;
	width: 31px;
	top: 0px;
	left: 0;
	right: auto;
	bottom: auto;
	background: url("https://sportypoll.yoursmarthost.net/wp-content/uploads/2023/01/quiz-sprite.png") no-repeat;
	transition: 0.5s all;
	opacity: 0;
	visibility: hidden;
}

.quiz_section .qsm-inline-correct-info.true p::after,
.quiz_section .qsm-inline-correct-info.false p::after {
	opacity: 1;
	visibility: visible;
}

.quiz_section .qsm-inline-correct-info.false p::after {
	background-position: 0 -71px;
}

.quiz_section .qsm-inline-correct-info p::before {
	content: "Correct:";
	display: inline-block;
	vertical-align: top;
	color: #39b54c;
	font-family: "Gotham-Medium", Sans-serif;
	line-height: 180%;
	margin-right: 3px;
	margin-top: -3px;
}

.quiz_section .qsm-inline-correct-info.false p::before {
	content: "Incorrect:";
	color: #ff0000;
}

/* .quiz_section .qsm-inline-correct-info.false p strong {
	color: red;
} */
/*quiz page*/
.follow-social-wrap .img-share {
	text-align: center;
	z-index: 9;
	position: relative;
}

/*privacy page*/
.a-link a,
.table-of-content .wrap-tab table td a {
	color: #39b44c;
}

.a-link a:hover,
.table-of-content .wrap-tab table td a:hover {
	color: #000000;
}

.medium-text strong {
	/* font-family: 'Gotham-Medium',sans-serif; */
	font-family: "Inter", sans-serif;
	font-weight: 500;
}

.black-text strong {
	font-family: "Inter", sans-serif;
	/* font-family: 'Gotham-Black'; */
	font-weight: normal;
}

.title-under-line h2 {
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 17px;
}

.title-under-line h2::after,
.sub-title-under-line h2::after {
	content: '';
	width: 284px;
	height: 8px;
	margin: 0 auto;
	display: block;
	background: #39b44c;
	border-radius: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.table-title.title-under-line h2::after,
.sub-title-under-line h2::after {
	width: 250px;
}

.sub-title-under-line h2 {
	position: relative;
	margin-bottom: 17px;
	padding-bottom: 7px;
}

.sub-title-under-line h2::after {
	height: 3px;
	margin: 0;
}

.list-item ul li:not(:last-child) {
	margin-bottom: 9px;
}

.list-item ul li {
	position: relative;
	padding-left: 23px;
}

.list-item.categories-block p {
	padding-left: 23px;
}

.list-item ul li::before {
	content: '';
	background: #39b44c;
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50px;
	top: 15px;
	left: 0;
}

.break-line-order ul li>span,
.break-line-order p>span .break-line-order p span {
	display: inline;
}


.table-of-content .wrap-tab tbody {
	box-shadow: 0 0 12px -5px #39b44c;
	border-radius: 30px;
}

.table-of-content .wrap-tab table th,
.table-of-content .wrap-tab table td {
	border-bottom: 1px solid #39b44c59;
}

.table-of-content .wrap-tab table td a {
	text-decoration: underline;
}

.table-of-content .wrap-tab table th {
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 20px;
	/* font-family: 'Gotham-Medium',sans-serif; */
	font-family: "Inter", sans-serif;
	font-weight: 500;
	color: #000000;
	/*border-bottom: 1px solid #39b44c59;*/
}

.table-of-content .wrap-tab table th:first-child,
.table-of-content .wrap-tab table td:first-child {
	padding-left: 70px;
	padding-right: 101.2px;
	text-align: center;
}

.table-of-content .wrap-tab table th:last-child,
.table-of-content .wrap-tab table td:last-child {
	padding-left: 115px;
	border-left: 1px solid #39b44c59;
}

.table-of-content .wrap-tab table tr:last-child td {
	border-bottom: none;
}

.table-of-content .wrap-tab table td {
	padding-top: 8px;
	padding-bottom: 12px;
}

.quiz-page-banner-column .elementor-widget-wrap {
	position: static;
}

.quiz-page-banner-column {
	position: static;
}

.banner-scroll.common-bottom-arrow {
	margin: 0 auto;
	right: 0;
}

#neve_body .neve-main {
	flex: none;
}

.qmn_results_page .social-link-wrap .copy-link,
.qmn_results_page .whatsapp-link {
	height: 34px;
	width: 34px;
	background: transparent;
	border: 1px solid #000;
	border-radius: 50px;
	line-height: 34px;
	font-size: 0;
	color: #000;
	margin: 0 5px;
	font-family: fontawesome;
	text-align: center;
	font-weight: normal;
	position: relative;
	transition: 0.5s all;
}

.qmn_results_page .copy-link-in,
.qmn_results_page .amount_correct,
.qmn_results_page .total_que {
	display: none;
}

.qmn_results_page .social-link-wrap .copy-link::before {
	content: "\f0c1";
	font-size: 17px;
	font-family: fontawesome;
	position: absolute;
	top: -1;
	right: 0;
	left: 0;
	bottom: 0;
	/* background: url("https://sportypoll.yoursmarthost.net/wp-content/uploads/2023/05/copy-link-icon-new.png") no-repeat; */
	margin: auto;
	/* width: 23px;
        height: 24px; */
}

.qmn_results_page .whatsapp-link::before {
	content: "\f232";
	font-size: 19px;
	font-family: fontawesome;
	position: absolute;
	top: -1px;
	right: 0;
	left: 1px;
	bottom: 0;
	/* background: url("https://sportypoll.yoursmarthost.net/wp-content/uploads/2023/05/whats-link-new.png") no-repeat; */
	margin: auto;
	/* width: 36px; */
	/* height: 36px; */
}

.qmn_results_page .whatsapp-link:hover {
	/* filter: invert(0%) brightness(0%) contrast(100%); */
}

.qmn_results_page .whatsapp-link {
	font-size: 0;
	position: relative;
}

.land-link .elementor-widget-container h2 a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: transparent;
	display: block;
}

.land-link {
	position: static;
}

.qmn_results_page .whatsapp-link:hover,
.qmn_results_page .social-link-wrap .copy-link:hover {
	background: #000;
	color: #fff;
}

.qmn_results_page .whatsapp-link:hover::after {
	border-left: 22px solid #000;
}

.qmn_results_page .social-link-wrap .copy-link {
	background: transparent;
	position: relative;
}

.quiz-wrap .qsm-quiz-container .copy-link,
.quiz-wrap .qsm-quiz-container .whatsapp-link {
	position: absolute;
	top: 140px;
	bottom: 0;
	margin: auto 0 auto -82px;
	cursor: pointer;
}

.quiz-wrap .qsm-quiz-container .whatsapp-link {
	position: absolute;
	margin-left: 48px;
	/* margin-top: -5px; */
}

.quiz-page-banner-column>.elementor-widget-wrap {
	background-color: rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 148px 0 rgba(0, 0, 0, 0.45);
}

.google_adds_wrap {
	width: 100%;
	padding: 0 15px;
	height: 100%;
	margin: 0 0 50px 0;
}

.google_adds {
	width: 100%;
	max-width: 300px;
	height: 100%;
	max-height: 250px;
	background-color: #357239;
	margin: 0 auto;
}

.submit-page {
	height: 100%;
}

.submit-page footer {
	margin-top: auto;
}

.landing-heading.e-con {
	background-color: rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 148px 0 rgba(0, 0, 0, 0.45);
}

/* Start 08-08-2023 (POP_UP) */

html.sub-pop {
	overflow: hidden;
}

body::before {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #000;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}

html.sub-pop body::before {
	opacity: 0.8;
	visibility: visible;
	z-index: 99999;
}

.sub-popup-main-wrap {
	position: fixed;
	top: 0;
	margin: auto !important;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	width: 100%;
	max-width: 1070px;
	box-shadow: 2.5px 2.5px 20px 0 rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s all;
	height: 93.3%;
	max-height: 722px;
}

.sub-popup-main-wrap .close-popup {
	position: absolute;
	right: -10px;
	top: -10px;
	color: #fff;
	background: rgba(0, 0, 0, 0.35) url(../images/pop-up-close.png) no-repeat;
	background-position: 6px 6px;
	width: 28px;
	height: 28px;
	display: inline-block;
	text-align: center;
	line-height: 22px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-shadow: -2.5px 2.5px 12px 0px rgba(0, 0, 0, 0.65);
	font-size: 0px;
}

.sub-popup-main-wrap .close-popup:hover {
	background: #39b54c url(../images/pop-up-close.png) no-repeat;
	background-position: 6px 6px;
}

.sub-popup-main-wrap .main-wrap {
	overflow-y: auto;
	background: #FFF;
	margin: 0 auto;
	display: flex;
	border-radius: 15px;
	max-height: 722px;
	/* min-height: 722px; */
	height: calc(100% - 0px);
	padding-bottom: 40px;
}

.sub-popup-main-wrap .main-wrap .left-img-wrap,
.sub-popup-main-wrap .main-wrap .rigth-contect-wrap {
	width: 50%;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap {
	padding: 50px 55px 55px 55px;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .img-wrap {
	height: 49px;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .img-wrap img {
	margin: 0 auto;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt h2 {
	font-family: "Gotham-Bold", Sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .sportypoll-text,
.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .entering-wrap,
.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .entering-wrap a {
	/* font-family: "Gotham-Book", Sans-serif; */
	font-family: "Inter", sans-serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	margin-bottom: 45px;
}

.sub-popup-main-wrap .main-wrap .left-img-wrap .left-img {
	height: 720px;
}

.sub-popup-main-wrap .main-wrap .left-img-wrap .left-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt p a {
	line-height: 26px;
	text-align: center;
	/* font-family: "Gotham-Book", Sans-serif; */
	font-family: "Inter", sans-serif;
	font-size: 22px;
	font-weight: 500;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt p {
	text-align: center;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .email-form .newsletter-email {
	position: relative;
	margin-bottom: 20px;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .email-form .newsletter-email #subnewsemail {
	height: 67px;
	border-radius: 5px;
	border: 1px solid #000;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .email-form .newsletter-email #subnewsemail,
.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .email-form .email-subscribe .news-submit #sidebar_button {
	height: 67px;
	border-radius: 5px;
	border: 1px solid #91D9C9;
	/* font-family: "Gotham-Book", Sans-serif; */
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	transition: 0.5s all;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .email-form .email-subscribe .news-submit #sidebar_button:hover {
	background: transparent;
	color: #000;
	border: 1px solid #000;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .email-form .newsletter-email label {
	/* font-family: "Gotham-Book", Sans-serif; */
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #000;
	left: 21px;
	top: 20px;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .email-form .email-subscribe .news-submit #sidebar_button {
	display: block;
	width: 100%;
	font-size: 25px;
	line-height: 30px;
	background: #35B448;
	border: 1px solid #288A37;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .widget_epicwin_widget {
	margin-bottom: 17px;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .email-form {
	margin: 0;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .email-form .newsletter-email.input_focus label,
.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .email-form .newsletter-email.value_focus label {
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	top: -12px;
	border-radius: 5px;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .email-form .newsletter-email #subnewsemail {
	color: #000;
	padding-left: 21px;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt p.error {
	color: red;
	font-size: 14px;
	border: 1px solid red;
	margin-top: 10px;
	border-radius: 5px;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .email-form .email-subscribe {
	position: relative;
}

/* Start CSS 09-01-2023 */
.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .email-form .email-subscribe .alax-loader {
	position: absolute;
	top: 22px;
	right: -25px;
	left: auto;
	bottom: 0;
}

/* End CSS 09-01-2023 */
.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt p.success {
	border-radius: 5px;
	line-height: 20px;
}

.sub-pop .sub-popup-main-wrap {
	opacity: 1;
	visibility: visible;
}

/* start of the css R10-08-2023 */
.right-football {
	position: absolute;
	left: auto;
	right: -47px;
	top: auto;
	bottom: 42px;
}

.top-left-dotted-square {
	position: absolute;
	top: 35px;
	bottom: auto;
	left: 25px;
	right: auto;
}

.top-right-green-circle {
	position: absolute;
	top: 68px;
	right: -116px;
	left: auto;
	bottom: auto;
}

.top-football-image {
	position: absolute;
	left: auto;
	right: 164px;
	top: -47px;
}

.sub-popup-main-wrap .main-wrap {
	/* max-height: 100%; */
	background-image: url(../images/background.jpg);
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap {
	padding: 50px 0px 55px 0px;
	margin: 0 auto;
	width: 100%;
	max-width: 628px;
	position: relative;
}

.bottom-white-circle {
	position: absolute;
	top: auto;
	right: 150px;
	left: auto;
	bottom: 11px;
}

.news-letter {
	max-width: 410px;
	margin: 0 0 0 125px;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt h2.sportypoll-text {
	font-family: "Gotham-Bold", Sans-serif;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 26px;
	margin-top: 25px;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .entering-wrap {
	font-size: 14px;
	width: 100%;
	max-width: 388px;
	margin: 0 auto;
	text-align: center;
	line-height: 25px;
	letter-spacing: -0.2px;
	margin-top: 16px;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .entering-wrap a {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0px;
	display: inline;
}

.rigth-contect-wrap {
	position: relative;
}

/* end of the css R10-08-2023 */

.top-right-green-circle .top-right-green {
	height: 74px;
}

.sub-popup-main-wrap .main-wrap::before {
	content: "";
	background: url(../images/side-statue.png) no-repeat;
	width: 630px;
	height: 515px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
}

.bottom-white-circle .white-circle-image {
	height: 112px;
	opacity: 0.5;
}

.top-left-dotted-square .top-left-dotted {
	height: 92px;
}

.top-football-image .top-football {
	height: 164px;
}

.right-football .right-football-image {
	height: 295px;
}

.sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .epic_results {
	max-width: 410px;
	margin-left: 120px;
}

/* Start CSS 25-08-2023 (Home-pop-up) */
.home-pop .sub-popup-main-wrap {
	opacity: 1;
	visibility: visible;
	top: 25px;
}

.home-pop .round-dotted {
	position: absolute;
	left: 133px;
	right: auto;
	top: -65px;
	height: 317px;
	width: 317px;
}

.home-pop .sub-popup-main-wrap .main-wrap .rigth-contect-wrap {
	padding: 108px 0px 55px 0px;
	max-width: 674px;
}

.home-pop .sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .new-text {
	display: inline-block;
}

.home-pop .news-letter {
	margin: 0 0 0 133px;
}

html.home-pop body::before {
	opacity: 0.8;
	visibility: visible;
	z-index: 99999;
}

html.home-pop {
	overflow: hidden;
}

.hidden .e-con-inner {
	padding: 0;
}

.home-pop .sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .entering-wrap {
	max-width: 406px;
}

.home-pop .sub-popup-main-wrap .main-wrap::before {
	content: "";
	background: url(../images/side-statue-1.png) no-repeat;
	width: 334px;
	height: 348px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
}

.home-pop .rigth-txt {
	position: relative;
	z-index: 1;
}

html.sub-pop body>.home-footer .sub-popup-main-wrap {
	display: none !important;
}

.home-pop .sub-popup-main-wrap .main-wrap .rigth-contect-wrap .rigth-txt .epic_results {
	margin: 0 auto;
}

/* End CSS 25-08-2023 (Home-pop-up) */

/*-------------------------------------------NEW-INDEX PAGE----------------------------------------*/
/* Start CSS 30-12-2023 */
body#neve_body .new-inex-main-banner-section>.elementor-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	align-items: flex-start;
}

.new-inex-main-banner-section>.elementor-container .left-banner-con {
	padding: 0;
}

.new-inex-main-banner-section>.elementor-container .right-banner-section {
	width: 100%;
}

.new-inex-main-banner-section>.elementor-container .left-banner-section {
	width: 100%;
}

.new-inex-main-banner-section>.elementor-container .left-banner-conim .elementor-widget-container {
	height: 100%;
	object-fit: cover;
}

.new-inex-main-banner-section>.elementor-container .left-banner-conim .elementor-widget-container img {
	width: 100%;
	height: 100%;
}

/* Udith CSS */
body .owl-carousel .owl-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: auto;
	bottom: auto;
	pointer-events: none;
}

body .owl-carousel.owl-loaded .owl-nav button {
    width: 50px;
    min-width: 50px;
    height: 50px;
    pointer-events: all;
    margin: 0 290px;
    background: url("../images/new-carsouel-img.png") no-repeat;
    box-shadow: 0 0 41px rgb(0,0,0,0.65);
    border-radius: 100%;
    background: rgba(255,255,255,0.88);
    position: relative;
}

.owl-carousel .owl-item img {
	height: 100%;
}

body .owl-carousel.owl-loaded .owl-nav button.owl-next {
	transform: rotate(180deg);
}

body .owl-carousel.owl-loaded .owl-nav button span {
	display: none;
}

body .owl-carousel.owl-loaded .owl-nav button::before {
    content: "\f0d9";
    font-family: 'FontAwesome';
    font-size: 32px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 6px;
}
body .owl-carousel.owl-loaded .owl-nav button:hover {
    background: #39B54C;
    color: #FFF;
}

.owl-item .about-event-wrap span span {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	display: block;
	padding-bottom: 8px;
	font-weight: 400;
}
 
.owl-item .about-event-wrap span {
    font-size: 20px;
    line-height: 1.15;
    color: #FFFFFF;
    /* font-family: "Exo 2", Sans-serif; */
    font-family: "Inter", sans-serif;
    font-weight: 700;
}
/* 
section.article-section .ceousle-down .cowl-main-wrap .owl-stage .owl-item:nth-child(12) .about-event-wrap span,
section.article-section .ceousle-down .cowl-main-wrap .owl-stage .owl-item:nth-child(13) .about-event-wrap span {
    line-height: 1.15;
} */

/* Udith CSS */
/* End CSS 30-12-2023 */

/* Start CSS 01-01-2024 */
.new-inex-main-banner-section>.elementor-container .right-ban-conimg-to .elementor-widget-container,
.new-inex-main-banner-section>.elementor-container .right-ban-conimg-dn .elementor-widget-container {
	height: 100%;
	object-fit: cover;
}

.new-inex-main-banner-section>.elementor-container .right-ban-conimg-to .elementor-widget-container img,
.new-inex-main-banner-section>.elementor-container .right-ban-conimg-dn .elementor-widget-container img {
	width: 100%;
	height: 100%;
}

.new-inex-main-banner-section>.elementor-container .left-banner-section,
.new-inex-main-banner-section>.elementor-container .right-ban-con-to,
.new-inex-main-banner-section>.elementor-container .right-bann-dn {
	position: relative;
}

/* .left-banner-con-text {
	position: absolute;
	top: 108px;
	bottom: auto;
	left: 64px;
	right: auto;
} */
.right-banner-con-text {
	position: absolute;
	top: auto;
	left: 57px;
	right: auto;
	bottom: 80px;
}

.right-banner-con-text h2 span {
	display: block;
	transition: 0.5s all;
}

.new-cowl-wrap {
	position: relative;
}

.about-event-wrap,
.new-quiz-up-more .quiz-main-wrap .new-quiz-wrap .title_btn_wrap {
	position: absolute;
	top: auto;
	right: auto;
	left: 18px;
	bottom: 52px;
}

.cowl-main-wrap .owl-dots {
	display: none;
}

.article-title>.elementor-widget-container,
.openion-title>.elementor-widget-container {
	position: relative;
	display: inline-block;
}

.article-title h2::before,
.openion-title h2::before {
	width: 74px;
	height: 74px;
	background: url("../images/more-article-side-ring.png") no-repeat;
	position: absolute;
	top: 33px;
	left: -226px;
	right: auto;
	bottom: auto;
	content: "";
}

.openion-title h2::before {
	width: 48px;
	height: 48px;
	background: url("../images/openion-title-circle.png") no-repeat;
	top: 60px;
	left: -384px;
}

.ceousle-down .elementor-widget-container,
.openion-section {
	position: relative;
}

.ceousle-down .elementor-widget-container::before {
	width: 359px;
	height: 217px;
	background: url("../images/more-article-down-yellow-circ.png") no-repeat;
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	bottom: -97px;
	content: "";
	z-index: 9;
}

.openion-section::before {
	width: 150px;
	height: 208px;
	background: url("../images/openion-dark-green-circle.png") no-repeat;
	position: absolute;
	top: -15px;
	left: 0;
	right: auto;
	bottom: auto;
	content: "";
	z-index: 9;
}

.knowledge-title .elementor-widget-container {
	position: relative;
	display: inline-block;
}

.knowledge-title h2::before {
	width: 276px;
	height: 276px;
	background: url("../images/knowledge-circle-side.png") no-repeat;
	position: absolute;
	top: -106px;
	left: auto;
	right: -377px;
	bottom: auto;
	content: "";
	z-index: 9;
}

.team-section.new-support-sec .our-team>li .pimage a {
	height: 218px;
}

.team-section.new-support-sec .elementor-container {
	max-width: 1810px;
}

.team-section.new-support-sec .elementor-container ul::after {
	display: none;
}

.team-section.new-support-sec .our-team {
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 25px;
}

/* .team-section.new-support-sec .our-team {
	grid-template-columns: repeat(5,1fr);
	grid-gap: 35px;
} */
/* .new-follow-social-wrap.support-social {
    top: 245px;
    left: -8px;
} */

.new-follow-social-wrap .share-buttons a {
	background: #358E43;
	position: relative;
}

.right-ban-con-to,
.right-bann-dn {
	height: 290px;
}

.new-inex-main-banner-section>.elementor-container .left-banner-con {
	padding: 0;
	height: 100%;
	min-height: 600px !important;
}

/* .right-bann-dn {
	height: 470px;
} */
.cowl-container {
	margin: 0 -245px;
}

.new-support-sec .follow-social-wrap .share-buttons a {
	position: relative;
}

.new-follow-social-wrap .share-buttons a.twitter::before,
.new-follow-social-wrap .share-buttons a.instagram::before {
	width: 23px;
	height: 20px;
	background: url("../images/supprt-new-home-sprite.png") no-repeat;
	position: absolute;
	top: 24px;
	left: 24px;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 9;
}

.new-follow-social-wrap .share-buttons a.instagram::before {
	width: 27px;
	height: 27px;
	top: 22px;
	left: 22px;
	background-position: 0 -69px;
}

.follow-us-section .new-follow-social-wrap .share-buttons a {
	background: #39B54C;
}

.follow-us-section .new-follow-social-wrap .share-buttons a:hover {
	background: #000;
}

/* body#neve_body .join-our-footnew {
	width: 60.1%;
	margin-right: -247px;
	margin-top: 215px;
	position: relative;
	padding-left: 100px;
} */
body#neve_body .new-home-join-title h2 span {
	display: block;
}

.new-follow-social-wrap.follow-social-wrap .share-buttons {
	margin-left: 0;
}

.new-follow-social-wrap .img-share {
	text-align: left;
}

.new-home-join-title {
	position: relative;
}

/* .new-home-join-title::before {
	width: 434px;
	height: 217px;
	background: url("../images/follow-us-sec-side-circle.png") no-repeat;
	position: absolute;
	top: auto;
	left: auto;
	right: -54px;
	bottom: -240px;
	content: "";
	z-index: 9;
} */

body#neve_body .join-our-footnew>.elementor-widget-wrap {
	align-content: center;
}

/* body#neve_body .join-our-footnew h2::before {
	width: 48px;
	height: 48px;
	background: url("../images/openion-title-circle.png") no-repeat;
	top: -90px;
	position: absolute;
	left: auto;
	right: 209px;
	bottom: auto;
	content: "";
} */

#site-footer .share-buttons a,
.header .share-buttons a {
	position: relative;
}

#site-footer .share-buttons a.twitter::before,
#site-footer .share-buttons a.instagram::before,
header .share-buttons a.twitter::before,
header .share-buttons a.instagram::before,
.new-about-social .share-buttons a.twitter::before,
.new-about-social .share-buttons a.instagram::before {
	width: 20px;
	height: 20px;
	background: url("../images/supprt-new-home-sprite.png") no-repeat;
	position: absolute;
	top: 13px;
	left: 12px;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 9;
	background-size: 22px;
	filter: invert(62%) sepia(96%) saturate(310%) hue-rotate(140deg) brightness(78%) contrast(86%);
}

#site-footer .share-buttons a.instagram::before,
header .share-buttons a.instagram::before,
.new-about-social .share-buttons a.instagram::before {
	width: 20px;
	height: 21px;
	top: 10px;
	left: 11px;
	background-position: 0px -44px;
	background-size: 18px;
}

#site-footer .share-buttons a.twitter:hover::before,
#site-footer .share-buttons a.instagram:hover::before {
	filter: invert(-3%) sepia(96%) saturate(310%) hue-rotate(140deg) brightness(100%) contrast(86%);

}

header .share-buttons a.twitter:hover::before,
header .share-buttons a.instagram:hover::before,
header .share-buttons a.twitter::before,
header .share-buttons a.instagram::before,
.new-about-social .share-buttons a.twitter::before,
.new-about-social .share-buttons a.instagram::before,
.new-about-social .share-buttons a.twitter:hover::before,
.new-about-social .share-buttons a.instagram:hover::before {
	filter: none;
}

.site-header .header--row-inner .container {
	max-width: 1920px;
	width: 91%;
}

main#content {
width: 91%;
max-width: 1920px;
margin: 0 auto;
}

section.article-section,
section#opinion-section,
div.article-section,
section.unique-openion-sec {
	overflow: hidden;
}

#site-footer {
	max-width: 1920px;
	width: 91%;
	margin: 0 auto;
}

.header {
	padding: 33px 0 33px;
}

header .nav-ul.menu-desktop li>a {
	/* font-family: 'Alegreya Sans', sans-serif; */
	font-family: "Inter", sans-serif;
	font-size: 20px;
	line-height: 24px;
}

header .nav-ul.menu-desktop li {
	margin: 0;
}

header .nav-ul.menu-desktop li {
	margin: 0;
	padding: 0 30px;
}

header .nav-ul.menu-desktop {
	margin-right: 13px;
}

#neve_body {
	padding-top: 110px;
}

header .nav-ul.menu-desktop .menu-item-has-children a .caret-wrap {
	display: none;
}

header .nav-ul.menu-desktop .menu-item-has-children a {
	padding-right: 18px;
	position: relative;
}

header .nav-ul.menu-desktop .menu-item-has-children>a::before {
	content: "\f107";
	font-size: 21px;
	color: #333;
	font-family: fontawesome;
	line-height: 21px;
	text-align: center;
	font-weight: normal;
	position: absolute;
	top: 0;
	bottom: auto;
	left: auto;
	right: 0;
}

/* End CSS 01-01-2024 */
/* Start CSS 01-01-2024 */
.new-about-social .share-buttons a {
	position: relative;
	height: 40px;
	width: 40px;
	background: #39B54C;
	border-radius: 50px;
	font-size: 0;
	color: #fff;
	transition: 0.5s all;
	margin-right: 10px;
	font-family: fontawesome;
	line-height: 42px;
	text-align: center;
	font-weight: normal;
}

.new-about-social .share-buttons a::before {
	content: "\f09a";
	font-size: 21px;
}

.new-about-social .share-buttons a:hover {
	background: #000;
}

.openion-content-section {
	position: relative;
}

.openion-content-section::before {
	content: "";
	width: 200px;
	height: 119px;
	background: url("../images/more-article-down-yellow-circ.png") no-repeat;
	position: absolute;
	top: auto;
	left: auto;
	right: 0;
	bottom: 20px;
	z-index: 9;
	background-size: 200px;
}

/* STart CSS SPORT PAGE */
.openion-section.sport-openion-sec::before {
	display: none;
}

body .Readnow-link {
	text-align: left;
	color: #39B54C;
	font-family: "Alegreya Sans", Sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 30px;
	position: relative;
	display: inline-block;
	text-decoration: underline;
	margin-top: 25px;
	transition: 0.5s all;
}

body .Readnow-link::before {
	font-size: 25px;
	color: #39B54C;
	font-family: fontawesome;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	position: absolute;
	top: 0;
	bottom: auto;
	left: auto;
	right: -20px;
	content: "\f105";
	transition: 0.5s all;
}

body .Readnow-link:hover,
body .Readnow-link:hover::before {
	color: #000;
}

/* Start CSS Article Page */
.single-articles .neve-main .container.single-post-container {
	max-width: 100%;
	padding: 0;
}

.single-articles .neve-main .container.single-post-container .articles {
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.single-articles .neve-main .container.single-post-container .articles .entry-header,
.single-articles .neve-main .container.single-post-container .articles .nv-thumb-wrap,
.single-articles .comments-area {
	display: none;
}

body.single-articles .article-img-sec .elementor-widget-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    background: #fff;
}

.aricle-shortcode p a {
    font-size: 0;
}

body.single-articles .article-img-sec .elementor-widget-container img {
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.aricle-shortcode p, .aricle-shortcode p a {
    /* font-family: "Exo 2", Sans-serif; */
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 14px;
    margin-bottom: 34px;
}

.aricle-shortcode p > a {
    margin: 0;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    height: 27px;
    width: 27px;
    background-color: #00b558;
    border-radius: 50px;
}
body .article-img-sec {
    margin-bottom: 16px!important;
}
.aricle-shortcode p > a:not(:last-child) {
    margin-right: 6px;
}

.aricle-shortcode p a::before,
.aricle-shortcode p a.instagram::before {
	width: 14px;
    height: 14px;
    background: url(../images/supprt-new-home-sprite.png) no-repeat;
    position: absolute;
    top: 8px;
    left: 7px;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 9;
    background-size: 16px;
}

.aricle-shortcode p a.facebook::before {
    content: "\f09a";
    font-family: 'FontAwesome';
    color: #fff;
    top: 3px;
    left: 8px;
    background-image: none;
}

.aricle-shortcode p a.instagram::before {
    background-position: 0px -35px;
    background-size: 14px;
    top: 6px;
}

.aricle-shortcode p > a:hover {
    background-color: #000;
}

.aricle-shortcode p a.copy_link_article::before {
    background: url(https://sportypoll.yoursmarthost.net/wp-content/uploads/2025/06/link-icon.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0px 0;
    width: 15px;
    top: 6px;
    height: 15px;
    left: 6px;
}

.aricle-shortcode p > a.twitter {
    margin-left: 30px;
}

.single-articles .neve-main .container.single-post-container .articles .entry-content {
	margin-bottom: 0;
}

body.single-articles .easier-safer {
	justify-content: center;
	align-content: center;
}

.follow-us-sport {
	display: block;
	width: 100%;
}

.you-can-give-sec .img-share {
	margin: 30px 0 37px;
}

body .you-can-give-img-sec .you-can-give-img .elementor-widget-container {
    justify-content: center;
    align-content: center;
    position: relative;
    height: 870px;
}

body .you-can-give-img-sec .you-can-give-img .elementor-widget-container::before {
	content: "";
	background: url("../images/you-can-dotted.png") no-repeat;
	position: absolute;
	top: 88px;
	left: -15px;
	right: auto;
	bottom: 0;
	content: "";
	z-index: 9;
	width: 100px;
	height: 100px;
}

body .you-can-give-img-sec .you-can-give-img .elementor-widget-container::after {
	content: "";
	background: url("../images/you-can-give-circle.png") no-repeat;
	position: absolute;
	top: auto;
	left: -133px;
	right: auto;
	bottom: 185px;
	content: "";
	z-index: 9;
	width: 74px;
	height: 74px;
}

header .nav-ul.menu-desktop li.current-menu-item>a {
	color: #39b54c;
}

.quiz-container .quiz-main-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 23px;
}

.quiz-container .quiz-main-wrap .about-event-wrap {
	position: static;
}

.quiz-container .quiz-main-wrap .about-event-wrap .event-title>span>span {
	display: none;
}

.quiz-container .title_btn_wrap {
	background: #fff;
	padding: 17px 34px 28px;
}

.quiz-container .quiz-main-wrap .about-event-wrap .event-title {
	/* font-family: "Exo 2", Sans-serif; */
	font-family: "Inter", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
}

.quiz-container .quiz-main-wrap .event-button {
	/* font-family: "Exo 2", Sans-serif; */
	font-family: "Inter", sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 58px;
	background: #39B54C;
	color: #fff;
	padding: 0 50px 0 45px;
	margin-top: 13px;
}

.quiz-container .quiz-main-wrap .quiz-btn {
	text-align: center;
}

.quiz-container .quiz-main-wrap .event-button:hover {
	background: #000;
}

.quiz-container .quiz-main-wrap .new-quiz-wrap .common-img-con {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 436px;
	background: #f0f0f0;
}

.quiz-container .quiz-main-wrap .new-quiz-wrap .common-img-con img {
	width: auto;
	height: auto;
}

.quiz-container {
	position: relative;
}

.quiz-container::before {
	width: 48px;
	height: 48px;
	background: url("../images/openion-title-circle.png") no-repeat;
	left: -158px;
	content: "";
	position: absolute;
	top: 57%;
	right: auto;
}

.cowl-thumbnail-wrap .common-img-con {
	height: 581px;
	width: 100%;
}

.owl-item .about-event-wrap span {
	padding-right: 30px;
	transition: 0.5s all;
}

/* .new-cowl-wrap::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 9;
} */
.about-event-wrap {
	z-index: 99;
}

.new-cowl-wrap {
	position: relative;
}

/* STart CSS 09-01-2024 */
header .nav-ul.menu-desktop li>a {
	font-size: 18px;
	line-height: 22px;
	/* font-family: "Exo 2", Sans-serif; */
	font-family: "Inter", sans-serif;
	font-weight: 400;
	color-scheme: #000;
}

.error-404-section {
	padding-bottom: 80px;
}

.site-footer {
	margin-bottom: 0;
	margin-top: auto;
}

/* .owl-item .about-event-wrap a:hover span {
	color: #75cb82;
} */
.new-inex-main-banner-section h2 a {
	color: #000000;
	/* font-family: "Exo 2", Sans-serif; */
	font-family: "Inter", sans-serif;
	font-size: 45px;
	font-weight: 700;
	line-height: 54px;
}

/* body#neve_body .left-banner-con-text h2:hover,
 body#neve_body .left-banner-con-text h2 a:hover,
  body#neve_body .right-banner-con-text h2:hover,
  .new-inex-main-banner-section h2 a:hover .football {
	color: #39b54c;
} */
.table-of-content .wrap-tab table th,
.table-of-content .wrap-tab table td {
	/* font-family: "Exo 2", Sans-serif; */
	font-family: "Inter", sans-serif;
}

body#neve_body .left-banner-con-text h2,
body#neve_body .left-banner-con-text h2 a,
body#neve_body .right-banner-con-text h2,
body#neve_body .right-banner-con-text h2 a {
	z-index: 9;
	position: relative;
}

body#neve_body .left-banner-con-text h2::before {
	content: "";
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	top: 0;
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 10px 10px 100px 100px rgba(0, 0, 0, 0.1);
	z-index: 1;
	border-radius: 30px;
}

.about-event-wrap .event-title:hover,
.owl-item .about-event-wrap a:hover span {
	color: #fff;
}

.owl-item .new-cowl-wrap:hover .about-event-wrap a span {
	text-decoration: none;
	color: #6cc479;
}

/* End CSS 09-01-2024 */
/* End CSS 02-01-2024 */

/* STart CSS 15-01-2024 */
/* .left-banner-con-text {
	position: absolute;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
} */
body#neve_body .left-banner-con-text h2 {
	display: block;
	height: 100%;
	width: 100%;
}

body#neve_body .left-banner-con-text .elementor-widget-container {
	padding-right: 0;
}

body#neve_body .left-banner-con-text h2 a {
    padding-top: 33px;
    padding-left: 48px;
    padding-right: 20px;
    padding-bottom: 26px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-bottom: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9999999999999999) 100%);
}

.new-inex-main-banner-section h2 .football,
.new-inex-main-banner-section h2 a .football {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	display: block;
	transition: 0.5s all;
	font-weight: 400;
}

body#neve_body .left-banner-con-text h2 a:hover span,
body#neve_body .left-banner-con-text h2 a:hover,
body#neve_body .right-banner-con-text h2 a:hover,
body#neve_body .right-banner-con-text h2 a:hover span {
	text-decoration: none;
	color: #3aba4e;
}

.right-banner-con-text {
	position: absolute;
	width: 100% !important;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

body#neve_body .right-banner-con-text h2 {
	width: 100%;
	height: 100%;
}

body#neve_body .right-banner-con-text h2 a {
	padding-left: 58px;
	padding-top: 12px;
	width: 100%;
	padding-bottom: 16px;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9999999999999999) 100%);
	padding-right: 17px;
}

body .owl-carousel .owl-nav.disabled {
	display: flex;
}

/* End CSS 15-01-2024 */

/* Start css 17-01-2024 */
/* .owl-item .about-event-wrap .football {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    display: block;
    padding-bottom: 15px;
    font-weight: 400;
} */

body .nv-content-wrap ul,
body .nv-content-wrap li {
	padding: 0;
	margin: 0;

}

.builder-item p {
	padding: 10px 50px 0 50px;
	font-size: 15px;
	line-height: 21px;
}

/* End CSS 17-01-2024 */

/* Start CSS 19-01-2024 */
.icons-design .share-buttons {
	display: flex;
}

.icons-design .share-buttons a {
	display: block;
	height: 40px;
	width: 40px;
	background: #39B54C;
	border-radius: 50px;
	font-size: 0;
	color: #fff;
	transition: 0.5s all;
	font-family: fontawesome;
	line-height: 42px;
	text-align: center;
	font-weight: normal;
	position: relative;
}

.icons-design .share-buttons a:not(:last-child) {
	margin-right: 10px;
}

.icons-design .share-buttons a::before {
	content: "\f09a";
	font-size: 21px;
}

.icons-design .share-buttons a.twitter_art::before,
.icons-design .share-buttons a.instagram_art::before {
	width: 20px;
	height: 20px;
	background: url("../images/supprt-new-home-sprite.png") no-repeat;
	background-size: auto;
	position: absolute;
	top: 13px;
	left: 12px;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 9;
	background-size: 22px;
}

.icons-design .share-buttons a.instagram_art::before {
	width: 20px;
	height: 21px;
	top: 10px;
	left: 11px;
	background-position: 0px -44px;
	background-size: 18px;
}

.icons-design .share-buttons a.whatsapp-link::before {
	content: "\f232";
	font-size: 25px;
	display: flex;
	justify-content: center;
	line-height: 40px;
}

.icons-design .share-buttons a.copy_link_article::before {
	content: "\f0c1";
}

body#neve_body .left-banner-con-text h2 {
    height: auto!important;
}

.icons-design .share-buttons a:hover {
	background: #000;
}

body.single-articles .spacing-sec .elementor-widget-text-editor > .elementor-widget-container, body.single-articles .spacing-sec .elementor-widget-text-editor > .elementor-widget-container p {
    line-height: 1.5;
}

.add_section .ad-con.e-con>.e-con {
    position: sticky;
    top: 64px;
    bottom: auto;
}

.ad-con.e-con>.e-con {
    height: 250px;
    width: 300px;
    margin: 0 0 0 auto;
}

.aricle-shortcode p{
    display: flex;
    align-items: center;
}

/* end CSS 19-01-2024 */
/* Start CSS 22-01-2024 */
body .nv-content-wrap ul.awards-bullet li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 5px;
}

body .nv-content-wrap ul.awards-bullet li::before {
    position: absolute;
    left: 0;
    right: auto;
    bottom: auto;
    width: 7px;
    height: 7px;
    background: #000;
    content: "";
    border-radius: 50px;
    top: 12px;
}

.icons-design .share-buttons .copy_text {
	position: absolute;
	color: #6cc479;
	bottom: auto;
	top: -3px;
	right: -20px;
	left: auto;
	font-size: 12px;
	line-height: 16px;
	padding: 0 4px;
	border-radius: 10px;
}

body.single-articles .article-img-sec .elementor-widget-container {
	display: block;
}

body.single-articles .article-img-sec .elementor-widget-container img {
	height: 100%;
	width: 100%;
}

/* end CSS 22-01-2024 */
/* Start CSS 23-01-2024(article-crousle) */
.article-crou {
	overflow: hidden;
}

.article-crou .cowl-container {
	margin: 0;
	padding: 0 15px;
}

/* body .article-main-title-sec>div>div {
    margin: 0 auto;
} */

.article-crou .cowl-thumbnail-wrap .common-img-con {
    height: 350px;
}

.article-crou .ceousle-down .elementor-widget-container::before {
	width: 90px;
	height: 55px;
	right: -15px;
	bottom: 5px;
	background-size: 90px;
}

.article-crou .article-title h2::before {
	width: 40px;
	height: 40px;
	top: 15px;
	left: -100px;
	background-size: 40px;
}

/* .article-crou .owl-item .about-event-wrap span {
	font-size: 25px;
	line-height: 28px;
	padding-right: 10px;
} */

.article-crou .about-event-wrap {
	left: 10px;
	bottom: 30px;
}

body .article-crou .owl-carousel.owl-loaded .owl-nav button {
	width: 60px;
	height: 60px;
	margin: 0 15px;
	background-size: 60px;
}

/* .article-crou .owl-item .about-event-wrap .football {
	font-size: 18px;
	line-height: 28px;
} */

body#neve_body .quiz-page .about-img {
	background-size: 100% 100%;
}

/* start udith 1-2-2024 */
.new-quiz-up-more .quiz-container .quiz-main-wrap {
	display: block;
}

.new-quiz-up-more .quiz-main-wrap .quiz-thumbnail-wrap .common-img-con {
	display: block;
	background: unset;
	height: 581px;
	opacity: 1;
}

body .new-quiz-up-more .quiz-main-wrap .quiz-thumbnail-wrap .common-img-con img {
	height: 100%;
	width: 100%;
}

.new-quiz-up-more .quiz-main-wrap .new-quiz-wrap .title_btn_wrap {
	background: unset;
	padding: 0;
	bottom: 25px;
}

.new-quiz-up-more .new-quiz-wrap .title_btn_wrap .quiz-btn .event-button, .unique-openion-sec .quiz-container .quiz-main-wrap .quiz-btn .event-button {
    margin-top: 27px;
    padding: 6px 16px;
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
}

.new-quiz-up-more .quiz-main-wrap .new-quiz-wrap .title_btn_wrap .event-title,
.unique-openion-sec .quiz-container .quiz-main-wrap .about-event-wrap .event-title {
	text-align: left;
}

.new-quiz-up-more .new-quiz-wrap .title_btn_wrap .quiz-btn,
.unique-openion-sec .quiz-container .quiz-main-wrap .quiz-btn {
	text-align: left;
}

.new-quiz-up-more .quiz-main-wrap .new-quiz-wrap {
	position: relative;
}

/* .new-quiz-up-more .quiz-main-wrap .new-quiz-wrap::before,
 .unique-openion-sec .new-quiz-wrap::before,
  .unique-openion-sec .new-quiz-wrap:hover::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	width: 100%;
	height: 30%;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(0,0,0,0.01) 0%,rgb(0, 0, 0) 100%);
} */
.new-quiz-up-more .quiz-main-wrap .new-quiz-wrap::before,
.unique-openion-sec .new-quiz-wrap::before,
.unique-openion-sec .new-quiz-wrap:hover::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	width: 100%;
	height: 100%;
	pointer-events: none;
	/* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgb(0, 0, 0) 100%); */
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.9999999999999999) 100%);
}

/* .new-quiz-up-more .wrap-sec .quiz-container .owl-nav button {
	margin: 0;
}
.new-quiz-up-more .wrap-sec .quiz-container .owl-nav {
	max-width: 1510px;
	margin: 0 auto;
	left: 0;
	right: 0;
} */
/* end udith 1-2-2024 */

/* End CSS 23-01-2024(article-crousle) */
/* start udith 2-2-2024 */
/* body.home .article-section .cowl-container a.common-img-con img {
	object-fit: cover;
} */
.owl-carousel .owl-item img {
	object-fit: cover;
}

/* end udith 2-2-2024 */

/* Start CSS 05-02-2024 */
body#neve_body .right-content-section .quiz-con h2 a {
	color: #000000;
	/* font-family: "Exo 2", Sans-serif; */
	font-family: "Inter", sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
}

body#neve_body .right-content-section .quiz-con .give-it-try a {
	text-align: left;
	/* font-family: "Exo 2", Sans-serif; */
	font-family: "Inter", sans-serif;
	font-size: 31px;
	font-weight: 400;
	line-height: 42px;
}

body#neve_body .right-content-section .quiz-con h2 a:hover {
	color: #39b54c;
}

.quiz-wrap .qmn_radio_answers {
	grid-gap: 15px;
}

.quiz-wrap .qmn_radio_answers .qsm-input-label {
	padding: 7px 17px;
	letter-spacing: -0.3px;
}

/* End CSS 05-02-2024 */
/* Start CSS 21-02-2024 */
.about-text.contact-text a {
	text-align: left;
	color: #39B44C;
	/* font-family: "Exo 2", Sans-serif; */
	font-family: "Inter", sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: -1px;
}

.about-text.contact-text a:hover {
	color: #000;
}

/* End CSS 21-02-2024 */
/* Start CSS 22-02-2024 */
.qmn_results_page .mlw_qmn_quiz_link:last-of-type::before {
	width: 17px;
	height: 16px;
	background: url("../images/supprt-new-home-sprite.png") no-repeat;
	background-size: auto;
	position: absolute;
	top: 9px;
	left: 8px;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 9;
	background-size: 19px;
	filter: brightness(0%);
}

.qmn_results_page .mlw_qmn_quiz_link:last-of-type {
	position: relative;
}

.qmn_results_page .mlw_qmn_quiz_link:last-of-type:hover::before {
	filter: brightness(100%);
}

body.single-articles .article-img-sec.aresnal-img .elementor-widget-container img {
	height: auto;
}
/* 
body.single-articles .article-img-sec.aresnal-img .elementor-widget-container {
	height: 537px;
} */

.about-text.contact-text a {
	position: relative;
}

.about-text.contact-text a::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #39b44c;
	top: auto;
	bottom: 0;
	right: 0;
	left: 0;
	transition: 0.5s all;
}

.about-text.contact-text a:hover::before {
	background-color: #000;
}

/* End CSS 22-02-2024 */
/* Start CSS 28-02-2024 */
body .show-ifream {
	height: 530px;
}

body .show-ifream div {
	height: 100%;
}

/* End CSS 28-02-2024 */

/* Start CSS 11-03-2024 */
.page-id-6018 .nv-page-title-wrap.nv-big-title {
	display: none;
}

.page-id-6018 .container.single-page-container {
	max-width: 100%;
	padding: 0;
}

.page-id-6018 .container.single-page-container .nv-single-page-wrap {
	padding: 0;
}

body .new-poll-sec .quiz-container .quiz-main-wrap .new-quiz-wrap .common-img-con {
	height: 581px;
}

/* End CSS 11-03-2024 */

/* Start CSS 21-03-2024 */
.single-format-standard .neve-main .container.single-post-container .poll {
	max-width: 100%;
}

.single-format-standard .neve-main .container.single-post-container .poll>.entry-header,
.single-format-standard .neve-main .container.single-post-container .poll>.nv-thumb-wrap,
.single-format-standard .neve-main .container.single-post-container .poll>.comments-area {
	display: none;
}

.single-format-standard .neve-main .container.single-post-container {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.poll-article-wrap .add-text .elementor-widget-container {
	height: 250px;
}

.poll-article-wrap .add-text .elementor-widget-container img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.poll-article-wrap .embed-ifream-polldeep {
	height: 720px;
	box-shadow: 0 0 10px 0px rgb(0, 0, 0, 0.1);
}

.new-quiz-up-more .quiz-main-wrap .new-quiz-wrap .title_btn_wrap .event-title,
.unique-openion-sec .quiz-container .quiz-main-wrap .about-event-wrap .event-title {
	background: rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 100px 40px rgba(0, 0, 0, 0.3);
}

.new-quiz-up-more .quiz-main-wrap .new-quiz-wrap,
.unique-openion-sec .new-quiz-wrap {
	overflow: hidden;
}

/* End CSS 21-03-2024 */

/* Start CSS 26-03-2024 */
.unique-openion-sec .quiz-container .quiz-main-wrap {
	display: block;
}

.unique-openion-sec .quiz-container .quiz-main-wrap .new-quiz-wrap .common-img-con img {
	width: 100%;
	height: 100%;
}

.unique-openion-sec .new-quiz-wrap .quiz-thumbnail-wrap .common-img-con {
	height: 581px;
	width: 100%;
	display: block;
	background: unset;
	opacity: 1;
}

.unique-openion-sec .title_btn_wrap {
	position: absolute;
	top: auto;
	right: auto;
	left: 18px;
	z-index: 99;
	background: unset;
	padding: 0;
	bottom: 25px;
}

.unique-openion-sec .new-quiz-up-more .quiz-main-wrap .new-quiz-wrap .title_btn_wrap .event-title {
	text-align: left;
	background: rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 100px 40px rgba(0, 0, 0, 0.3);
}

.unique-openion-sec .owl-item .about-event-wrap span {
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	/* font-family: "Exo 2", Sans-serif; */
	font-family: "Inter", sans-serif;
	font-weight: 700;
	padding-right: 30px;
	transition: 0.5s all;
}

.unique-openion-sec .quiz-container .quiz-main-wrap .owl-item {
	overflow: hidden;
}

.openion-sec {
	z-index: 9;
}

.unique-openion-sec .new-quiz-wrap .about-event-wrap .event-title span:hover {
	color: #6cc479;
}

/* End CSS 26-03-2024 */
/* Start CSS 02-04-2024 */
.add-text.for-mobile {
	display: none;
}

body#neve_body .add-text .elementor-widget-container img {
	cursor: pointer;
}

/* End CSS 02-04-2024 */
/* Start CSS 03-04-2024 */
.our-team {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}

.our-team li a {
	justify-content: center;
	display: flex;
	height: 118px;
	align-items: center;
	background: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 12px 2px rgba(64, 170, 80, 0.65);
}

.our-team li {
	position: relative;
	z-index: 2;
}

.our-team li .pimage {
	display: block;
}

.ad-con .add-wrap-con,
.top-ad-con .add-text {
	position: relative;
}

.ad-con .add-wrap-con::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: auto;
	bottom: auto;
	background: url("../images/be-a-part-circle.png") no-repeat;
	width: 50px;
	height: 50px;
}

.ad-con .add-wrap-con::after {
	content: "";
	position: absolute;
	top: 80px;
	left: auto;
	right: 0;
	bottom: auto;
	background: url("../images/be-a-part-circle-top-big.png") no-repeat;
	width: 94px;
	height: 140px;
}

.top-ad-con .add-text::before {
	content: "";
	position: absolute;
	top: auto;
	left: auto;
	right: -15px;
	bottom: -50px;
	background: url("../images/be-a-part-circle-down-yellow.png") no-repeat;
	width: 149px;
	height: 89px;
	z-index: 1;
}

.join-our-ad h2 span {
	display: block;
}

.ad-con-bottom .share-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 14px 0;
}

.ad-con-bottom .share-buttons a {
	display: block;
	height: 46px;
	width: 46px;
	background: #39B54C;
	border-radius: 50px;
	font-size: 0;
	color: #fff;
	transition: 0.5s all;
	margin-left: 10px;
	font-family: fontawesome;
	line-height: 46px;
	text-align: center;
	font-weight: normal;
	position: relative;
}

.ad-con-bottom .share-buttons a:hover {
	background: #000;
	color: #fff;
}

.ad-con-bottom .share-buttons a::before {
	content: "\f09a";
	font-size: 21px;
}

.ad-con-bottom .share-buttons a.twitter::before {
	width: 20px;
	height: 20px;
	background: url("../images/supprt-new-home-sprite.png") no-repeat;
	position: absolute;
	top: 15px;
	left: 14px;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 9;
	background-size: 22px;
}

.ad-con-bottom .share-buttons a.instagram::before {
	background: url("../images/supprt-new-home-sprite.png") no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 9;
	width: 20px;
	height: 21px;
	top: 12px;
	left: 14px;
	background-position: 0px -44px;
	background-size: 18px;
}

.join-our-man-img .elementor-widget-container img {
	margin-right: 0;
	margin-left: auto;
}

.ad-con-bottom .ad-bottom-con-wrap {
	position: relative;
}

.ad-con-bottom .ad-bottom-con-wrap::before {
	content: "";
	position: absolute;
	top: 139px;
	left: 0;
	right: auto;
	bottom: auto;
	background: url("../images/join-our-yellow-circle.png") no-repeat;
	width: 80px;
	height: 178px;
	z-index: 1;
}

.ad-con-bottom .ad-bottom-con-wrap::after {
	content: "";
	position: absolute;
	top: 179px;
	left: auto;
	right: 0;
	bottom: auto;
	background: url("../images/join-our-white-circle.png") no-repeat;
	width: 50px;
	height: 98px;
	z-index: 1;
}

/* Poll AD */
.ad-con-bottom.poll-ad-con .share-buttons {
	margin: 7px 0;
}

.ad-con-bottom.poll-ad-con .share-buttons a {
	height: 32px;
	width: 32px;
	margin-left: 8px;
	line-height: 32px;
}

.ad-con-bottom.poll-ad-con .share-buttons a::before {
	font-size: 18px;
}

.ad-con-bottom.poll-ad-con .share-buttons a.twitter::before {
	width: 16px;
	height: 16px;
	top: 10px;
	left: 9px;
	background-size: 17px;
}

.ad-con-bottom.poll-ad-con .share-buttons a.instagram::before {
	width: 16px;
	height: 19px;
	top: 7px;
	left: 9px;
	background-position: 0px -37px;
	background-size: 15px;
}

.poll-ad-con .join-our-ad h2 span {
	text-align: left;
	letter-spacing: -0.3px;
}

body#neve_body .poll-ad-con .join-our-man-img .elementor-widget-container {
	height: 240px;
	margin-left: -20px;
}

.poll-ad-con .add-text.for-desktop {
	display: block;
}

.ad-con-bottom.poll-ad-con .ad-bottom-con-wrap::before {
	top: auto;
	width: 50px;
	height: 121px;
	background-size: 50px;
	transform: rotate(270deg);
	right: auto;
	left: 40px;
	bottom: -25px;
}

.poll-ad-con .join-our-man-img .elementor-widget-container img {
	height: 100%;
	width: 100%;
}

.ad-con-bottom.poll-ad-con .share-buttons {
	margin: 20px 0;
	justify-content: flex-start;
}

.ad-con-bottom.poll-ad-con .ad-bottom-con-wrap::after {
	top: 0;
}

.poll-ad-con.ad-con-bottom .ad-bottom-con-wrap,
.poll-ad-con.ad-con-bottom {
	height: 250px;
}

/* End CSS 03-04-2024 */

/* Start CSS 11-04-2024 */
.add-section {
	height: 250px;
	width: 300px;
	background-image: url("https://sportypoll.yoursmarthost.net/wp-content/uploads/2024/01/openion-bg.jpg");
	background-position: center center;
	background-repeat: repeat;
	position: relative;
	display: flex;
	margin: 0 auto;
	padding-top: 10px;
}

.add-section::before {
	content: "";
	position: absolute;
	background: url("../images/join-our-yellow-circle.png") no-repeat;
	z-index: 1;
	top: auto;
	width: 50px;
	height: 121px;
	background-size: 50px;
	transform: rotate(270deg);
	right: auto;
	left: 36px;
	bottom: -36px;
}

.add-section::after {
	content: "";
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: auto;
	background: url("../images/join-our-white-circle.png") no-repeat;
	width: 50px;
	height: 98px;
	z-index: 1;
}

.add-section h2 {
	color: #306C76;
	/* font-family: "Exo 2", Sans-serif; */
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	margin: 0;
}

.add-section .share-buttons {
	margin: 20px 0;
	justify-content: flex-start;
	display: flex;
	align-items: center;
}

.add-section .share-buttons a {
	height: 32px;
	width: 32px;
	margin-left: 8px;
	line-height: 32px;
	display: block;
	background: #39B54C;
	border-radius: 50px;
	font-size: 0;
	color: #fff;
	transition: 0.5s all;
	font-family: fontawesome;
	text-align: center;
	font-weight: normal;
	position: relative;
}

.add-section .share-buttons a::before {
	content: "\f09a";
	font-size: 18px;
}

.add-section .share-buttons a.twitter::before {
	background: url("../images/supprt-new-home-sprite.png") no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 9;
	width: 16px;
	height: 16px;
	top: 10px;
	left: 9px;
	background-size: 17px;
}

.add-section .share-buttons a:hover {
	background: #000;
	color: #fff;
}

.add-section .share-buttons a.instagram::before {
	background: url("../images/supprt-new-home-sprite.png") no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 9;
	width: 16px;
	height: 19px;
	top: 7px;
	left: 9px;
	background-position: 0px -37px;
	background-size: 15px;
}

.add-section .add-img {
	height: 240px;
	margin-left: -20px;
}

.add-section .add-img img {
	display: block;
	margin-right: 0;
	margin-left: auto;
	height: 100%;
}

.add-section h2 span {
	text-align: left;
	letter-spacing: -0.3px;
	display: block;
}

.add-section .content-wrap {
	width: 55%;
	padding-left: 10px;
}

.add-section .add-img-wrap {
	width: 45%;
}

.add-section .share-buttons .facebook {
	margin-left: 0px;
}

/* .quiz-wrap .qsm-quiz-container .copy-link, .quiz-wrap .qsm-quiz-container .whatsapp-link {
	top: auto;
	bottom: auto;
	margin: 10px 0 18px -82px;
	position: relative;
} */
/* .quiz-wrap .qsm-quiz-container .whatsapp-link {
	margin-left: 48px;
	margin-top: 11px;
	margin-bottom: 0px;
} */
.qmn_results_page {
	position: relative;
}

/* .qmn_results_page .mlw_qmn_quiz_link, .qmn_results_page .mlw_qmn_quiz_link {
	position: absolute;
	top: auto;
	bottom: 321px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
} */

/* End CSS 11-04-2024 */
/* Start CSS 12-04-2024 */
.main-add-wrap {
	position: absolute;
	top: auto;
	bottom: 50px;
	left: 0;
	right: 0;
}

.qmn_results_page {
	padding: 80px 0 330px;
}

.quiz-wrap .qsm-quiz-container .copy-link,
.quiz-wrap .qsm-quiz-container .whatsapp-link {
	top: 192px;
	bottom: auto;
}

/* End CSS 12-04-2024 */

/* Start CSS 14-05-2024 */
/* .sub-popup-main-wrap .chw-widget-area #customForm > div {
	width: 100% !important;
	height: auto !important;
	padding: 50px 0px 55px 0px;
	max-width: 410px;
	margin: 0 auto 0 125px !important;
	background: transparent !important;
} */
.sub-popup-main-wrap .chw-widget-area #customForm>div>div {
	margin: 0 auto;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
}

.sub-popup-main-wrap .chw-widget-area #customForm>div>div>form>div {
	position: static !important;
	float: none !important;
}

.sub-popup-main-wrap .chw-widget-area #customForm>div>div>form>div input#EMBED_FORM_EMAIL_LABEL {
	background-color: transparent !important;
	border-color: #35b448 !important;
	font-family: "Gotham-Book", Sans-serif !important;
	font-size: 20px !important;
	font-weight: 500;
	line-height: 24px;
	color: #000 !important;
	opacity: 1;
	border-radius: 5px !important;
}

.sub-popup-main-wrap .chw-widget-area #customForm>div>div>form>div input[type="button"] {
	font-size: 25px !important;
	line-height: 30px;
	font-family: "Gotham-Book", Sans-serif !important;
	font-weight: 500 !important;
	transition: 0.5s all;
	border-radius: 5px !important;
}

.sub-popup-main-wrap .chw-widget-area #customForm>div>div>form>div input[type="button"]:hover {
	background-color: #000 !important;
	border-color: #000 !important;
}

.sub-popup-main-wrap .chw-widget-area #customForm>div {
	height: 100% !important;
	margin: 30px auto !important;
}

.sub-popup-main-wrap .chw-widget-area #customForm>div>div>form>div>div:empty {
	display: none;
}

.sub-popup-main-wrap .chw-widget-area #customForm>div>div>form>div#errorMsgDiv {
	color: red !important;
	font-size: 14px !important;
	border: 1px solid red !important;
	border-radius: 5px;
	box-shadow: none !important;
	width: auto !important;
	text-align: center !important;
	margin: 10px auto !important;
	padding: 0 10px !important;
	line-height: 30px;
}

.new-inex-main-banner-section h2 .football,
.new-inex-main-banner-section h2 a,
.new-inex-main-banner-section h2 .football,
.new-inex-main-banner-section h2 a .football {
	font-family: "Inter", sans-serif;
	font-size: 25px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 10px;
}

body#neve_body .right-banner-con-text h2 a,
body#neve_body .right-banner-con-text h2 {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

body .left-banner-con-text {
	position: relative;
	height: 100%;
}

body .left-banner-con-text>div {
	height: fit-content !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	top: auto;
	right: 0;
	bottom: 0;
}

body#neve_body .left-banner-con-text h2,
body#neve_body .left-banner-con-text h2 a,
body#neve_body .right-banner-con-text h2,
body#neve_body .right-banner-con-text h2 a {
	margin-bottom: 0;
}

.header-main-inner>.container {
	padding-left: 0;
	padding-right: 0;
}

body.single-articles .nv-content-wrap .elementor-element {
	--content-width: 100% !important;
}

.ceousle-down .cowl-main-wrap .owl-item .new-cowl-wrap {
	position: relative;
}

.ceousle-down .cowl-main-wrap .owl-item .new-cowl-wrap::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 55%;
    z-index: 11;
    top: auto;
	bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(0,0,0,0) 38%, rgba(0,0,0,0.9999999999999999) 100%);
}

@media (min-width: 1025px) {
body .main-article-title h1.elementor-heading-title {
    font-size: 45px !important;
    line-height: 53px !important;
}
}

body ul.bullet-point-li li {
	position: relative;
	padding-left: 25px;
}
body ul.bullet-point-li li::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    top: 11px;
    left: 4px;
}

body .subtitle {
	font-size: 22px !important;
}

body .support-inner-wrap {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1500px) {
	body .new-support-sec .soc-icon-sec {
		position: absolute;
		left: 22px;
	}
}

@media (max-width: 1025px){
.join-our-ad h2.elementor-heading-title {
    font-size: 26px!important;
}
}

footer.site-footer div#cb-row--footer-bottom .builder-item p {
	max-width: 1021px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 29px;
	color: #ffffff;
	font-weight: 400;
	font-family: "Inter";
	text-align: justify;
	padding-top: 15px;
}

body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
.elementor-widget-container {
	font-family: "Inter", sans-serif !important;
}

@media (min-width: 768px){
	body .articles .nv-content-wrap .elementor-hidden-mobile {
		margin-top: 0;
	}
}

body .ad-con {
    margin-top: 58px;
}
/* End CSS 14-05-2024 */

/* body .openion-title h2.elementor-heading-title {
    text-shadow: 1px 1px 2px #323232;
} */

body .you-can-give-img-sec {
    margin-bottom: -20px;
}

body .read-now-button i {
    font-size: 13px;
    top: 12px;
    position: relative;
}

body .follow-man-img img {
    height: auto!important;
}

@media (min-width: 1480px){
body .follow-man-img img {
    height: auto!important;
    width: 528px!important;
    max-width: max-content!important;
}
}

body#neve_body .new-home-join-title h2 {
    font-size: 75px;
    line-height: 86px;
}

main#content .new-title-social-wrap > div > div {
    width: auto;
}

.articles .ceousle-down .cowl-main-wrap .owl-item .new-cowl-wrap::before {
    background-image: linear-gradient(180deg, rgba(0,0,0,0) 24%, rgba(0,0,0,0.9999999999999999) 100%);
}

.owl-item .about-event-wrap > span {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    width: 100%;
}

body.articles-template-default .article-section .article-title h2.elementor-heading-title {
    font-size: 43px;
    font-weight: 700;
    line-height: 55px;
}

body .articles .nv-content-wrap .spacing-sec h3 {
    margin-bottom: 0px!important;
}

body .articles .nv-content-wrap .ad-con.ad-con-bottom.adds-in-sec {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
    width: 100%!important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.add_section.single-articles .elementor-widget-text-editor .elementor-widget-container > p > a {
    color: #39b54c;
    font-weight: 500;
    position: relative;
    top: -3px;
}


.add_section.single-articles .elementor-widget-text-editor .elementor-widget-container > p > a:hover {
	color: #000;
}

body#neve_body .join-our-footnew>.elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body#neve_body .new-home-join-title h2 > b {
    font-weight: 700;
}

body .join-us-desc {
    margin: 0 auto 0 0;
}

@media (max-width: 1480px){
	main#content .new-title-social-wrap > div > div {
		width: 50%!important;
	}
}

@media (max-width: 1024px){
	body .join-us-desc > .elementor-widget-container > br {
		display: none;
	}
}

@media (max-width: 767px){
	body#neve_body .new-home-join-title h2 span > br {
		display: none;
	}
}

/* font-family: 'Exo 2', sans-serif; */
/* font-family: 'Alegreya Sans', sans-serif;
font-family: "Inter", sans-serif; */		 	