/* new styles - The styles below were added on 12/1/2021 */
.quick-link{
	list-style:none;
	padding:0 !important;
	margin:0px !important;
	background-size:100%;
}
.quick-link li{
	display:block;
	line-height:1.4;
	text-align:center;
	margin-left:0px !important;
	margin-bottom:25px !important;
}
.quick-link li:last-child{
	margin-bottom:0px !important;
}
.quick-link li a{
	background:#75bcc8;
	padding:10px 10px;
	display:block;
	font-size:18px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	border-radius:8px;
	text-decoration:none;
}
.quick-link li a:hover{
	color:#fff;
	background:#2a3445;
}
.advertise-graph-tab{
	list-style:none;
	padding:0;
	margin-left:0px !important;
	width: 100%;
	max-width: 300px;
	position: absolute;
	top:100px;
}
.advertise-graph-tab li {
	margin-bottom:50px !important;
	margin-left:0px !important;
}
.advertise-graph-tab li .tablinks{
	font-size:26px;
	font-weight:700;
	text-align:center;
	display:block;
	width:100%;
	padding:33px 20px;
	border-radius:8px;
	background:#70c5d3;
}
.advertise-graph-tab li .tablinks.active,
.advertise-graph-tab li .tablinks:hover{
	background:#2a3445;
	color:#fff;
}
.tab-content{
	margin-left: auto;
    width: 750px;
}
.single-advertise-section h2{
	font-size:28px;
	font-weight: 600 !important;
	margin-bottom:20px;
}
.single-advertise-section::before{
	position:absolute;
	content:'';
	width:100%;
	height:280px;
	left:0px;
	bottom:195px;
	background:#65aec3;
}
.single-advertise-section.email-campaign::before{
	bottom:195px;
}
@media screen and (max-width: 1920px) {
	.single-advertise-section::before{
		bottom:218px;
	}
	.single-advertise-section.email-campaign::before{
		bottom:148px;
	}
	.single-advertise-section.mobile-slider::before{
		bottom:118px;
	}
}
@media screen and (max-width: 1700px) {
	.single-advertise-section::before{
		bottom:180px;
	}
	.single-advertise-section.email-campaign::before{
		bottom:150px;
	}
	.single-advertise-section.mobile-slider::before{
		bottom:150px;
	}
}
@media screen and (max-width: 1600px) {
	.single-advertise-section::before{
		bottom:140px;
	}
	.single-advertise-section.email-campaign::before{
		bottom:130px;
	}
	.single-advertise-section.mobile-slider::before{
		bottom:140px;
	}
}
@media screen and (max-width: 1500px) {
	.single-advertise-section::before{
		bottom:130px;
	}
	.single-advertise-section.email-campaign::before{
		bottom:120px;
	}
	.single-advertise-section.mobile-slider::before{
		bottom:130px;
	}
}
@media screen and (max-width: 1440px) {
	.single-advertise-section::before{
		bottom:112px;
	}
	.single-advertise-section.email-campaign::before{
		bottom:108px;
	}
	.single-advertise-section.mobile-slider::before{
		bottom:112px;
	}
}
@media screen and (max-width: 1280px) {
	.single-advertise-section::before{
		bottom:100px;
	}
	.single-advertise-section.email-campaign::before{
		bottom:105px;
	}
	.single-advertise-section.mobile-slider::before{
		bottom:100px;
	}
}
.single-advertise-section .slider-nav{
	padding:10px 40px 0px 0;
}
.single-advertise-section .slider-nav img{
	border:2px solid #fff;
	border-radius:8px;
	background:#fff;
	margin:0 auto;
	display:block;
	box-shadow:0 .5rem 1rem rgba(0,0,0,.15);
	cursor:pointer;
}
.social-exposure-html{
	position:relative;
	height:600px;
}
.slick-social-exposure .slick-prev{
	left:0px;
}
.slick-social-exposure .slick-next{
	right:0px;
}
.slick-social-exposure .slick-list{
	overflow:visible;
}
.slick-social-exposure .slick-screen {
	width:100%;
	max-width:300px;
	margin: 0 auto;
}
.slick-social-exposure .slick-slide{
	padding:0;
    opacity: 0.8;
	 transform: scale(0.8);
    transition: all 300ms ease;
}
.slick-social-exposure .slick-active.slick-center{
	opacity: 1;
	position: relative;
	z-index: 11;
	transform: scale(1.28);
	-moz-transform: scale(1.28);
    -ms-transform: scale(1.28);
    -o-transform: scale(1.28);
    -webkit-transform: scale(1.28);
}
.slick-social-exposure .slick-center .slick-screen img{
	width:100%;
	border-radius:20px;
	border:15px solid #000;
}
.article-published::before,
.article-published::after{
	position:absolute;
	content:'';
	width:25%;
	height:100%;
	top:0;
	background:#2a3445;
}
.article-published::before{
	left:0;
	border-radius:0px 20px 20px 0px;
}
.article-published::after{
	right:0;
	border-radius:20px 0px 0px 20px;
}
.article-published .tcb-image-gallery[data-type="carousel"].tcb-has-arrows .slick-prev,
.article-published .tcb-image-gallery[data-type="carousel"].tcb-has-arrows .slick-next{
	background:#fff;
	border-radius:50%;
	color:#2d394b;
}
.article-published .tcb-image-gallery[data-type="carousel"].tcb-has-arrows .slick-prev{
	left:-15px !important;
}

.article-published .tcb-image-gallery[data-type="carousel"].tcb-has-arrows .slick-next{
	right:-15px !important;
}
.article-published .tcb-image-gallery[data-type="carousel"].tcb-has-arrows .slick-prev .tcb-icon,
.article-published .tcb-image-gallery[data-type="carousel"].tcb-has-arrows .slick-next .tcb-icon{
	padding-top:8px;
}
.advert-table tr:nth-child(even) {background: #ffffff}
.advert-table tr:nth-child(odd) {background: #f2f2f2}
.advert-table td{
	padding:10px;
	text-align:center;
}

.advert-table td:first-child{
	text-align:left;
	width:25%;
}
.advert-table td p{
	font-size:17px;
	line-height:1.4;
	padding-left:10px;
}
.advert-table td strong{
	color:#2a3445;
}
.advert-table .advert-strong{
	font-size:18px;
	font-weight:800;
}
.our-case-study h3,
.our-case-study p{
	color:#fff !important;
}
.our-case-study::before{
	position:absolute;
	content:'';
	width:100%;
	height:300px;
	bottom:0;
	left:0px;
	background:#75bcc8;
}
@media(max-width:1199px) {
	.single-advertise-section::before{
		bottom:40px;
	}
	.social-exposure-html{
		height:auto;
	}
	.slick-social-exposure .slick-center .slick-screen img{
		border:10px solid #000;
	}
}
@media(max-width:991px) {
	.advertise-graph-tab{
		max-width:200px;
	}
	.advertise-graph-tab li .tablinks{
		font-size:18px;
		padding:20px 10px;
	}
	.social-exposure-html{
		height:auto;
	}
}
@media screen and (max-width: 767px) {
	.quick-link li{
		margin-bottom:10px;
	}
	.advertise-graph-tab{
		max-width:100%;
		top:auto;
		position:relative;
	}
	.tab-content{
		width:100%;
	}
	.advertise-graph-tab li{
		margin-bottom:10px !important;
	}
	.advertise-graph-tab li .tablinks{
		font-size:16px;
		padding:15px 10px;
	}
	.single-advertise-section::before{
		bottom:0px;
	}
	.single-advertise-section{
		position:relative;
		overflow:hidden;
	}
	.single-advertise-section::before,.single-advertise-section.email-campaign::before{
		bottom:auto;
		height:100%;
	}
	.single-advertise-section .slider-nav{
		margin-top:30px;
		padding-right:0px;
	}
	.single-advertise-section .slider-nav{
		margin-bottom:20px;
	}
	.single-advertise-section.mobile-slider {
		text-align:center;
	}
	.single-advertise-section.mobile-slider .slider-for .slick-slide img{
		width:50%;
	}
	.social-exposure-html{
		height:auto;
	}
	.slick-social-exposure .slick-active.slick-center{
		transform:scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
	}
	.advert-table td{
		padding:6px;
	}
	.advert-table td:first-child{
		width:75%;
	}
	.advert-table td p{
		font-size:13px;
		line-height:1.3;
		padding-left:5px;
	}
	.advert-table td strong{
		font-size:15px;
		color:#2a3445;
	}
}
.input-text,.input-text:focus{
	border-radius:50rem !important;
	border:none !important;
	background:#fff;
	padding:12px 20px 12px 23px !important;
	margin-bottom:10px;
	width:100%;
	outline:none;
}
.btn-subscribe{
	font-family: Montserrat;
	border-radius:50rem;
	border:none !important;
	background:#2a3445 !important;
	padding:8px 0;
	font-size:18px !important;
	color:#fff !important;
	width:100%;
	text-align:center;
}
.cmc_calculator .select2-container .selection .select2-selection{ 
    background: #66b1c5 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff !important;
    line-height: 28px;
}
html {
  scroll-padding-top: 140px;
}
#tts p {
    color: var(--tcb-skin-color-0)!important;
    font-weight: 500;
    font-size: 16px;
}
.single-post figure.wp-block-audio {
    display: none;
}
/*
.wp-block-embed__wrapper {
    display: none;
}
*/
#ccpw-ticker-212827 li {margin-left: -1px !important}
#talkify-audio {display: block;vertical-align: baseline;width: 100%;}
.tcb-pagination {border: none}
.single-post--link-info .tcb-col .tve-cb .thrv_wrapper .tve-cb {
	display: flex;
	font-size: 14px;
	line-height: 1;
    margin-bottom: 2px;
}
.single-post--link-info .tcb-col .tve-cb .thrv_wrapper .tve-cb span.thrive-shortcode-content[data-shortcode=tcb_post_author_name] {
	font-weight: 600;
}
.single-post--link-info .tcb-col .tve-cb .thrv_wrapper .tve-cb > div + div{
	margin-inline-start: 1rem;
    padding-inline-start: 1rem !important;
    border-left: 1px solid #ddd;
}
.single-post--link-info .tve_social_items .tve_s_item {
    padding-inline-start: 0;
    padding-block-start: 0;
    padding-block-end: 0;
	padding-inline-end: 15px !important;
}
.single-post--link-info .tve_social_custom.tve_style_1 .tve_s_text {
    text-transform: uppercase;
    font-size: 11px;
}

.single-post--link-info .thrv_social_custom:not(.tcb-custom-branding-social) .tve_style_1.tve_social_itb .tve_s_icon {
    padding: 7px;
    margin: -1px 10px -1px -2px;
}
.single-post--link-info .tcb-col .tve-cb .thrv_wrapper .tve-cb .tve_social_custom.tve_style_1 .tve_s_link {
	padding: 0;
}
.single-post--link-info .tcb-col .tve-cb .thrv_wrapper .tve-cb .tve_s_icon svg {
	width: 0.8em;
    height: 0.8em;
}
.wp-block-pb-accordion-item {
	background: #fff;
    padding: 1rem 1.8rem;
    border-radius: 10px;
    margin-bottom: 1.5rem !important;
    box-shadow: 0px 1px 6px -2px rgb(0 0 0 / 50%);	
}
.c-accordion__title:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-100%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: 1px solid rgb(59, 142, 162);
    border-right: 1px solid rgb(59, 142, 162);
}
.wp-block-pb-accordion-item.is-open > .c-accordion__title:before {
	transform: translateY(-60%) rotate(-135deg);
}
.c-accordion__title:after {
    content: '';
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
    margin-top: -3px;
    border: 1px solid rgb(59, 142, 162);
    border-radius: 50%;
}
.c-accordion__title.is-open:after, .is-open>.c-accordion__title:after {
	content: '';
}
.c-accordion__content {padding: 2rem 0px 0px;}
.wp-block-audio {
	display: flex;
	flex-direction: column;
    margin: 0 0 1em;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 1px 6px -2px rgb(0 0 0 / 50%);
}
.wp-block-audio span {
    color: rgb(59, 142, 162);
    margin-bottom: 0.4rem;
    display: inline-block;
    margin-left: 0.2rem;
}
.wp-block-audio audio {
    height: 40px;
}

audio::-webkit-media-controls-mute-button {
  background-color: rgb(42, 52, 69);
	color: #FFF;
  border-radius: 50%;
}
audio::-webkit-media-controls-play-button {
  background-color: #ef4c45;
  border-radius: 50%;
	 color: #a0276e;
}
audio::-webkit-media-controls-play-button:hover {
  background-color: rgb(59, 142, 162);
}

.tabs-style-sec {
	padding: 0  10%;
	display: flex;
}
.tabs-style-sec .sec-heading {
	display: none;
}
.tabs-style-sec .tabs-style .tve-prevent-content-edit {
	flex-direction: row !important;
}
.tabs-style-sec .tabs-style ul.tve_clearfix {
	flex-direction: column;
    flex: 1 0 45%;
    justify-content: center;
    align-items: flex-start;
    background: rgba(103,180,197, 0.9);
    margin-right: 5% !important;
}
.tabs-style-sec .tabs-style ul.tve_clearfix .tve_tab_title_item {
	background: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.tabs-style-sec .tabs-style ul.tve_clearfix .tve_tab_title_item:hover, .tabs-style-sec .tabs-style ul.tve_clearfix .tve_tab_title_item:hover:not(.tve-state-expanded) {
	background-color: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.tabs-style-sec .tabs-style ul.tve_clearfix .tve_tab_title_item.tve-state-expanded > .tve_tab_title {
	border-bottom: 3px solid #333 !important;
}

.tabs-style-sec .tabs-style .tve_tab_content .tve-content-box-background {
	display: none;
}
.tabs-style-sec .tabs-style .tve_tab_content > .tve-cb {
    background: #fff;
    padding: 2rem 10px;
    border-left: 30px solid #fbad00;
    border-radius: 15px;
    width: calc(100% - 30px);
}
.tabs-style-sec .tabs-style .tve_tab_content > .tve-cb ul {
    margin: 0;
	padding: 0;
}
.mid-icon {
    position: absolute;
    top: 50%;
    left: -80px;
    background: linear-gradient(90deg, #ffffff 50%, transparent 50%);
    z-index: 26;
    border-radius: 50%;
    padding: 10px;
    transform: translateY(-50%);
    border-right: 0;
}
.mid-icon > div {
	background: linear-gradient(90deg, #fbad00 55%, transparent 50%);
    height: 100%;
    width: 100%;
    padding: 10px;
    border-radius: 50%;
}
.mid-icon img {
    max-width: 60px;
    border-radius: 50%;
}
.home .tve_wp_shortcode {
	padding: 10px 0px 0px 80px !important;
}





.tve_wrap_all{background-color:#ffffff !important}
.floatright{float:right}
.thrv_symbol_140.tve-default-state .thrive-symbol-shortcode.tve-default-state {
	overflow: visible !important;
}

/*--trading-course--*/
.header-part-top > * { color: #fff!important;}
.page-id-201817 a.tcb-button-link.tcb-pagination-load-more-link span.tcb-button-text.thrv-inline-text{font-weight:200!important;font-size:16px}
.page-id-201817 a.tcb-button-link.tcb-pagination-load-more-link{background:#71aab8!important;font-weight:200!important}
.section-50{width:50%;margin:30px;padding:44px}
.blue-bg{background:#86b4c0}
.section-50-left ul{list-style:none}
.header-part-top h5{color:#fff;font-size:16px;font-weight:100}
.header-part-top h2{color:#fff;font-size:30px;width:62%;font-weight:500;line-height:36px;margin-top:10px}
.crypto-list li{margin-top:23px}
.d-flex-circle{display:flex;align-items:center}
.content-section > h3:nth-child(1){font-weight:500!important}
.white-bg > *{background:#ffffffd1;border-radius:12px;position:relative;padding:20px;height:620px}
.white-bg #cryptotab1{border-left:40px solid #fbad00}
.white-bg #cryptotab2{border-left:40px solid #FF8013}
.white-bg #cryptotab3{border-left:40px solid #00c7dc}
.white-bg #cryptotab4{border-left:40px solid #00ade1}
.icon-img-left{position:absolute;top:42%;bottom:0;left:-110px;background:#fdae00}
.icon-img-left img{margin:15px 0 0 21px;display:block;line-height:31px;width:89px}
.section-50-left{width:50%;padding:40px}
.section-50-right{width:50%;margin:20px 0 20px 80px;padding:20px}
.white-bg #cryptotab1 .content-section ul{list-style:none !important;} 

/* .content-section li{list-style:none} */
.content-section ul{padding-left:0}
.trading-course-widget{display:flex;width:92%;margin:0 auto}
.trading-course-widget ul.crypto-list{margin:36px 0 0!important;padding:0!important}
.crypto-list li img{width:40px; margin-right: 7px;}
.crypto-list li a{color:#fff;font-size:24px;text-transform:none;text-decoration:none;font-weight:500}
.trading-course-widget .crypto-list li{margin:30px 0 23px!important;padding:7px 0!important}
.trading-course-widget .crypto-list a.tablinks span{padding-bottom:6px; line-height: 1.2; display: inline-block;border-bottom:2px solid transparent;}
.trading-course-widget .crypto-list a.tablinks span:hover{border-bottom:2px solid #000}
.trading-course-widget .crypto-list a span:hover,
.trading-course-widget .crypto-list a.active span{border-bottom:2px solid #000!important}

.trading-course-widget .content-section ul li{font-size:16px;font-weight:500!important}
.trading-course-widget .content-section p{font-size:16px;font-weight:500!important;line-height:24px}
.trading-course-widget .content-section h3{font-size:22px;font-weight:700;margin-bottom:6px}
.trading-course-widget .content-section ul{margin:0!important;padding:0!important;list-style:none;}
.trading-course-widget .content-section ul li{font-size:16px;font-weight:500!important;margin:5px 0 0}
.trading-course-widget .content-section ul li{font-size:16px;font-weight:500!important;margin:5px 0 0;position:relative;padding:0 0 0 19px}
.trading-course-widget .content-section ul li:before{content:".";font-size:46px;position:absolute;top:-40px;left:0}

/*-- 02-12-2021 --*/

.investment-3-slider .pcp-carousel-wrapper .pcp-button-next.swiper-button-next:hover,.investment-3-slider .pcp-carousel-wrapper .pcp-button-prev.swiper-button-prev:hover{background:no-repeat}
.investment-3-slider{position:relative}
.investment-3-slider .slide_post_counter{position:absolute;bottom:41px;right:40px}
.investment-3-slider .sp-pcp-post-meta .cts li a{color:#2A3445!important;text-decoration:underline!important}
.investment-3-slider .mts li:last-child{display:none!important}
.investment-3-slider .cts li:first-child{display:none!important}
.investment-3-slider .cts li:nth-child(2){display:none!important}
.investment-3-slider .sp-pcp-post-meta .mts:after{border-width:200px;background:url(https://staging.platinumcryptoacademy.com/wp-content/uploads/2021/12/line-bottom.png) repeat 0 0;content:"";display:block;height:1px;width:100%}
.investment-3-slider .sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore a{padding:4px 22px;font-size:12px}
.investment-3-slider .sp-pcp-title{font-size:16px;font-weight:600;margin:15px 0 5px;border-left:3px solid #3b8ea2;padding:0 0 0 9px}
.investment-3-slider .sp-pcp-title a{font-size:16px;font-weight:600;color:#444444;}
.investment-3-slider ul{margin:0!important;padding:0!important}
.investment-3-slider .sp-pcp-post-content p{display:none}
.investment-3-slider .sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore a{border-radius:40px;border-color:#3b8ea2!important;color:#3b8ea2!important}
.investment-3-slider .sp-pcp-post-meta i.fa{display:none}
.investment-3-slider .sp-pcp-post-meta li > *{color:#3b8ea2!important}
.investment-3-slider .sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore a,.investment-3-slider .sp-pcp-title a:hover{text-decoration:none}
.investment-3-slider .sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore a{background:#fff}
.investment-3-slider .sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore a:hover{background:#2a3445;color:#fff !important;}
.investment-3-slider{padding:40px}
.investment-3-slider .pcp-carousel-wrapper .pcp-button-prev.top_right{right:42px;left:0;top:92%}
.investment-3-slider .pcp-button-next.swiper-button-next.top_right{position:absolute;top:92%!important;left:40px}
.investment-3-slider .pcp-button-next i.fa,.investment-3-slider .pcp-button-prev i.fa{color:#111;font-size:30px}
.investment-3-slider .pcp-button-next i.fa:hover,.investment-3-slider .pcp-button-prev i.fa:hover{color:#555}
.investment-3-slider .pcp-pagination.swiper-pagination.dots{display:flex;justify-content:left;background:#ccc;width:85%;margin:0 auto;left:10%}
#pcp_wrapper-215724 + .slide_counter {bottom: 29px;}
#pcp_wrapper-215724 + .slide_counter + .slide_post_counter {bottom: 29px;}
#pcp_wrapper-215724 .pcp-pagination.swiper-pagination.dots {width: 85%;left: 10%;bottom: 0px;}
#pcp_wrapper-215794 + .slide_counter {left:92px;bottom:12px;}
.investment-3-slider.full_grid_slider .pcp-pagination.swiper-pagination.dots{width:80%;left:16%}
.investment-3-slider .pcp-carousel-wrapper .sp-pcp-carousel{padding-bottom:20px;padding-top:0}
.investment-3-slider h2.pcp-section-title{margin-bottom:30px;color:#444444;}
.investment-3-slider .sp-pcp-post .sp-pcp-post-thumb-area img{border-radius:8px;max-height:220px;width:100%;object-fit:cover}
.investment-3-slider .sp-pcp-post-meta li > *{color:#3b8ea2!important;font-style:italic;font-size:12px}
.investment-3-slider .pcp-carousel-wrapper .swiper-pagination-bullets.dots .swiper-pagination-bullet{width:30px;height:1px;margin:0}
.investment-3-slider .swiper-pagination-bullet{background:#ccc}
.investment-3-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active{background:#000}
.investment-3-slider .sp-pcp-post-taxonomy a{color:#2a3445;font-size:13px;text-decoration:underline!important}
.page-id-207173 .thrv_wrapper.thrv_text_element[data-css=tve-u-615702ee4a6094]{display:none}
.graybg-slide{background:#f5f5f5!important;border-radius:0 0 40px}
.investment-3-slider .slide_counter{position:absolute;bottom:39px;left:114px;letter-spacing:2px;display:none;}
.investment-3-slider .slide_counter > *{margin:7px}
.investment-3-slider .pcp-button-next .fa-angle-right:before{content:"";background:url(https://staging.platinumcryptoacademy.com/wp-content/uploads/2022/01/arrow-right.png) no-repeat 0 0;display:block;height:30px;width:23px}
.investment-3-slider .pcp-button-prev .fa-angle-left:before{content:"";background:url(https://staging.platinumcryptoacademy.com/wp-content/uploads/2022/01/arrow-left.png) no-repeat 0 0;display:block;height:30px;width:23px}
.investment-3-slider .pcp-button-next:hover .fa-angle-right:before,.investment-3-slider .pcp-button-prev:hover .fa-angle-left:before{opacity:.7}
.investment-3-slider .sp-pcp-post .sp-pcp-post-meta ul li{margin:0 -3px 5px 0}
.sp-pcp-post-meta li:nth-child(1):after{content:"/";font-size:12px;color:#3b8ea2!important}
.platinum-5-crypto > *{color:#fff}
.platinum-5-crypto{width:33%;position:absolute;color:#fff;top:3%;margin-left:31px}
.platinum-5-crypto h5{color:#fff!important;font-size:17px;font-weight:300}
.platinum-5-crypto h2{color:#fff!important;font-weight:400!important;font-size:27px!important;margin-top:10px;letter-spacing:-1px}
.bluebg-slide{background:#f1fdff;border-radius:0 0 20px 0}
.investment-3-slider.full_grid_slider .sp-pcp-post .sp-pcp-post-thumb-area img{max-height:400px}
.grey_gridbg{background:#f5f5f5;padding-bottom:30px!important}
.investment-3-slider.full_grid_slider .pcp-button-next.swiper-button-next.top_right,.investment-3-slider.full_grid_slider .pcp-carousel-wrapper .pcp-button-prev.top_right{top:98%!important}
.investment-3-slider.full_grid_slider .slide_counter{bottom:8px}
.investment-3-slider.full_grid_slider .slide_post_counter{bottom:10px}
.investment-3-slider.full_grid_slider .pcp-pagination.swiper-pagination.dots{bottom:-17px}
.thrv_wrapper.tve_wp_shortcode.marquee {padding: 0px !important;margin-top:-1px;margin-bottom: -5px;}

.investment-3-slider.full-height-img-slider .sp-pcp-post .sp-pcp-post-thumb-area img {
	max-height: initial !important;
/*     border-radius: initial !important; */
}
.page-id-201816.tve_image_caption .tve_image {
    max-width: 100%;
    width: auto;
}
.thrv_widget_menu.thrv_wrapper .tve_w_menu #menu-item-229194 .tve-disabled-text-inner {
	padding: 6px 10px !important;
    border-radius: 15px;
    background-color: var(--tcb-skin-color-0)!important;
    color: #ffffff !important;
}
.md-align-center {
	display: flex !important;
	justify-content: center;
}
.html-code-cstm .mb10 {
	font-size: 32px;
    font-weight: 600;
}
.pl40 {padding-left: 40px;}
.html-code-cstm .themecolor {
    font-weight: 500;
}
.yellowblock, .blueblock, .orangeblock {
	/*max-width: 140px;
    margin: 0 auto !important;*/
    border-radius: 5px;
}
.border-radius-5px img {
	border-radius: 5px;
}
.all-slide-mb40 .slick-slide {
	margin-bottom: 40px!important;
}
.tesmo-all .tve-content-box-background {
	background-color: rgb(245 245 245 / 45%) !important;
    box-shadow: 0px 1px 10px -7px #333;
}
.tesmo-all .tve_image_caption  {
	background-color: rgb(245 245 245 / 45%) !important;
    border: 1px solid rgb(241 241 241 / 95%);
	border-radius: 50px;
}
@media screen and (min-width: 576px) {
	.tve-theme-96 .content-section [data-css="tve-u-17b3f883fde"] {
		padding: 40px 40px 0px 80px !important;
		margin: 40px 0px 0px !important;
	}
}


@media screen and (min-width: 1080px) {
	.fixed-height-slider-img-crop .slick-track {
		align-items: flex-start;
		max-height: 420px;
    	overflow: hidden;
	}
	/*lider-img--2-n-5 .slick-slide {
		flex: 1 0 40%;
	}*/
	.case-study--40-prcnt .tcb-flex-row {
		overflow: hidden;
	}
	.case-study--40-prcnt .tcb-flex-col {
		width: 40%;
		max-width: 40%;
	}
}

@media screen and (min-width: 2400px) {
	.investment-3-slider .pcp-pagination.swiper-pagination.dots {width: 77%;left: 19%;}
	#pcp_wrapper-215709 .pcp-pagination.swiper-pagination.dots {width: 84.5%;left: 12.5%;}
}
@media screen and (max-width: 1600px) {
	.investment-3-slider.full_grid_slider .pcp-pagination.swiper-pagination.dots{width: 78%;left: 19%;}
	.investment-3-slider .pcp-pagination.swiper-pagination.dots {width: 63.5%;left: 30%;}
	#pcp_wrapper-215724 .pcp-pagination.swiper-pagination.dots {width: 63%;left: 31%;}
	#pcp_wrapper-215709 .pcp-pagination.swiper-pagination.dots {width: 77%;left: 19%;}
}
@media only screen and (max-width: 1500px) {
	.white-bg > *{height:auto}
	body .trading-course-widget .crypto-list li{margin:19px 0 23px!important;padding:1px 0!important}
	.header-part-top h2{font-size:24px}
}
@media screen and (max-width: 1440px) and (min-width: 1401px) {
	.investment-3-slider.full_grid_slider .pcp-pagination.swiper-pagination.dots{width: 74%;left: 22%;}
	.investment-3-slider .slide_counter {bottom: 35px;}
	.investment-3-slider .pcp-pagination.swiper-pagination.dots {width: 60%;left: 33.5%;bottom: 7px;}
	.investment-3-slider .slide_post_counter {bottom: 37px;}
	#pcp_wrapper-215724 .pcp-pagination.swiper-pagination.dots {width: 58%; left: 35.5%; bottom: 1px;}
}
@media screen and (max-width: 1400px) {
	.investment-3-slider.full_grid_slider .pcp-pagination.swiper-pagination.dots{width: 74%;left: 22%;}
	.investment-3-slider .pcp-pagination.swiper-pagination.dots {width: 58%;left: 35%;bottom: 12px;}
	#pcp_wrapper-215724 .pcp-pagination.swiper-pagination.dots {width: 58%;left: 35%;bottom: 0px;}
	#pcp_wrapper-215709 .pcp-pagination.swiper-pagination.dots {width: 74%;left: 22%;bottom: -18px;}
}
@media screen and (max-width: 1366px) {
	.investment-3-slider.full_grid_slider .pcp-pagination.swiper-pagination.dots{width: 74%;left: 22%;}
	.investment-3-slider .pcp-pagination.swiper-pagination.dots {width: 57%;left: 36%;bottom: 12px;}
	#pcp_wrapper-215709 .pcp-pagination.swiper-pagination.dots {width: 72%;left: 23%;}
	#pcp_wrapper-215724 + .slide_counter {bottom: 30px;}
	#pcp_wrapper-215724 + .slide_counter + .slide_post_counter {bottom: 36px;}
	#pcp_wrapper-215724 .pcp-pagination.swiper-pagination.dots {width: 56%;left: 37%;bottom: 4px;}
}
@media screen and (max-width: 1280px) {
	.investment-3-slider.full_grid_slider .pcp-pagination.swiper-pagination.dots{width: 74%;left: 22%;}
	.investment-3-slider .pcp-pagination.swiper-pagination.dots {width: 54%;left: 39%;}
	#pcp_wrapper-215709 .pcp-pagination.swiper-pagination.dots {width: 71%;left: 24.5%;bottom: -20px;}
	#pcp_wrapper-215724 .pcp-pagination.swiper-pagination.dots {width: 54%;left: 39%;}
}
@media screen and (max-width: 1200px) {
	.investment-3-slider .pcp-pagination.swiper-pagination.dots {width: 55%;left: 37%;}
	#pcp_wrapper-215709 .pcp-pagination.swiper-pagination.dots {width: 72%;left: 23%;}
	.slide_counter .mins_size {display:none}
	.investment-3-slider .slide_counter > * {margin:0}
}

@media only screen and (max-width: 1199px) {
	.trading-course-widget{flex-direction:column}
	.section-50-left{width:90%}
	.section-50-right{width:100%;margin:10px auto}
	.white-bg > *{height:auto}
	.icon-img-left{display:none}
	.section-50-right{width:100%;margin:0px auto 10px;padding:0}
}
@media screen and (max-width: 1024px) {
	.investment-3-slider .pcp-carousel-wrapper .pcp-button-prev.top_right {left: 0;bottom: 0;top: initial;}
	.investment-3-slider .pcp-button-next.swiper-button-next.top_right {position: absolute;left: 20px;bottom: 0;top: initial !important;}
	.home .thrv_wrapper.tcb-tablet-hidden.tcb-desktop-hidden[data-css=tve-u-615702ee4a5ff3] {display: none !important;}
	.trading-course-widget .section-50-left.blue-bg{min-height:200px!important}
	.why-section .tve-page-section-in{display:flex;flex-direction:column}
	.thrv_wrapper.tve_wp_shortcode.trading-section{order:2}
	.trading-course-widget .crypto-list a.tablinks span{display:none}
	.trading-course-widget ul.crypto-list{display:flex;flex-direction:row;justify-content:space-around}
	.trading-course-widget .crypto-list li a{padding:12px}
	.trading-course-widget .crypto-list li a.active{background:#71aab8!important}
	.pcp-carousel-wrapper .pcp-button-next, .pcp-carousel-wrapper .pcp-button-prev {height: 26px;}
	
	.investment-3-slider .slide_counter {bottom: 45px;left: 92px;font-size: 14px;}
	#pcp_wrapper-215709 + .slide_counter {bottom: 12px;left: 92px;}
	.investment-3-slider .pcp-pagination.swiper-pagination.dots {width: 51%;left: 39%;}
	#pcp_wrapper-215709 .pcp-pagination.swiper-pagination.dots {width: 70%;left: 24%;bottom: -18px;}
}
.cmc_calculator_block .select2-container {max-width: 100% !important;}
@media screen and (max-width: 768px) {
	.cmc_calculator_block {
		width: 100%!important;
	}	
	.single-post--link-info + .tcb-post-thumbnail {
		margin-top: 30px !important;
	}
	.single-post--link-info .tve_social_items .tve_s_item {
		padding-inline-end: 0 !important;
	}
	.single-post--link-info .tcb-col .tve-cb .thrv_wrapper .tve-cb > div + div {
		margin-inline-start: 1rem !important;
	}
	.home .tve_wp_shortcode {
		padding: 10px 0px 0px 0px !important;
	}
	.home .tve_wp_shortcode[data-css=tve-u-17d7f14bf4f] {
		padding: 10px 0px 20px 0px !important;
	}
	.slide_counter .mins_size {display:none}
	.investment-3-slider .slide_counter > * {margin:0}
	
	.investment-3-slider .slide_counter {bottom: 53px;left: 92px;font-size: 10px;}
	#pcp_wrapper-215709 + .slide_counter {bottom: 20px;left:92px;}
	.investment-3-slider .pcp-pagination.swiper-pagination.dots {width: 85%;left: 53px;bottom: 6px;}
	#pcp_wrapper-215709 .pcp-pagination.swiper-pagination.dots {width: 85%;left: 53px;bottom: -26px;}
	#pcp_wrapper-215724 + .slide_counter {bottom: 50px;}
	#pcp_wrapper-215724 + .slide_counter + .slide_post_counter {bottom: 40px;}
	#pcp_wrapper-215724 .pcp-pagination.swiper-pagination.dots {width: 85%;left: 54px;}
}

@media screen and (min-width: 1800px) {
	.swiper-slide {height: auto;}
	.equal-height-slides .swiper-slide {
		padding-bottom: 3em;
		position: relative;
	}
	.equal-height-slides .sp-pcp-post .sp-pcp-post-content {
		position: absolute;
		left: 0;
		bottom: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1799px) {
	.swiper-slide {height: auto;}
	.equal-height-slides .swiper-slide {
		padding-bottom: 2em;
		position: relative;
	}
	.equal-height-slides .sp-pcp-post .sp-pcp-post-content {
		position: absolute;
		left: 0;
		bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.section-50-left { width: auto;padding:20px 10px}
}
@media only screen and (max-width: 600px) {
	.header-part-top h2{width:100%;font-size:22px}
	.crypto-list li a{font-size:18px}
	.crypto-list li img{width:40px}
	body .trading-course-widget .crypto-list li{margin:13px 0 14px!important;padding:1px 0!important}
	.trading-course-widget ul.crypto-list{margin:14px 0 0!important}
}
@media screen and (max-width: 576px) {
	.tcb-pagination.thrv_wrapper {margin-bottom: 0}
	:not(#tve) [data-css="tve-u-17d930f1c06"] .tcb-button-link {max-width: 50%;margin-top: 20px;}
	.investment-3-slider .slide_counter {bottom: 54px;left: 92px;font-size: 10px;}
	#pcp_wrapper-215709 + .slide_counter {bottom: 20px;left:92px;}
	.investment-3-slider .pcp-pagination.swiper-pagination.dots {width: 80%;left: 53px;bottom: 6px;}
	#pcp_wrapper-215709 .pcp-pagination.swiper-pagination.dots {width: 80%;left: 53px;bottom: -26px;}
	#pcp_wrapper-215724 .pcp-pagination.swiper-pagination.dots {width: 69%;left: 53px;}
	#pcp_wrapper-215794 .pcp-pagination.swiper-pagination.dots {width: 69%;left: 53px;}
	#pcp_wrapper-215794 + .slide_counter {left: 92px !important;    bottom: 32px;}
	.latest-news-scntion .feedzy-rss > ul {margin: 0 !important;}
	.latest-news-scntion .feedzy-rss > ul .rss_image {width: 100px !important;height: 100px !important;object-fit: cover;}
}
@media screen and (max-width: 480px) {
	.investment-3-slider .pcp-pagination.swiper-pagination.dots {width: 67%;}
	#pcp_wrapper-215709 .pcp-pagination.swiper-pagination.dots {width: 67%;}
}

@media screen and (max-width: 350px) {
#tts #talkify-audio {
    display: block;
    vertical-align: baseline;
    width: 200px!important;
    min-width: 100%!important;
}	
}

@media screen and (max-width: 320px) {
	.investment-3-slider .pcp-pagination.swiper-pagination.dots {width: 58%;}
	#pcp_wrapper-215709 .pcp-pagination.swiper-pagination.dots {width: 58%;}
	
	
}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
	.tve-content-box-background[data-css=tve-u-17d38d7b419] > .tve-cb {
		padding-bottom: 5rem;
	}
}
@media screen and (min-width: 1020px) and (max-width: 1030px) {
	.thrv_symbol_140 [data-css="tve-u-17cc1581f12"] {margin-right: -40px !important;margin-left: 70px !important;}
	.thrv_symbol_140 [data-css="tve-u-17af187b856"] {left: 198px !important;}
}
@media screen and (min-width: 750px) and (max-width: 780px) {
	.thrv_symbol_140 [data-css="tve-u-17af7c5c81f"] {
		margin-bottom: -20px !important;
	}
}

@media all and (device-width: 1024px) and (device-height: 1366px) {
	[data-css="tve-u-17af273062c"] {margin-top: -10px !important;}
  	[data-css="tve-u-17cc1584d53"] { position: absolute;right: 170px;}
	[data-ct="search_form-56234"] {margin-top: 6px !important;}
	[data-ct="search_form-56234"] form {margin-top: -8px !important;}
}



.newsletter-close{
	position: absolute;
    right: 16px;
    top: 16px;
	z-index: 4;
}
.newsletter-input{
	background-color:rgba(42,52,69,.2);
	border-color:rgba(42,52,69,.2);
	color:#000;
	font-size:1rem;
}
#newsletterModal .modal-content button{
    font-size: 1rem;
}
.newsletter-input::placeholder{
	font-weight: 300!important;
	color:#7e7e7e;
}
#newsletterModal .modal-dialog {
	max-width:980px;
}
#newsletterModal .modal-content{
	overflow:hidden;
	width:100%;
	z-index:1;
	color:#000;
	border: 3px solid #57564e;
	box-shadow: 3px 2px 1px 4px rgba(87,86,78,.5)!important;
}
#newsletterModal .modal-content img{
	width:100%;
	height:100%;
	object-fit:cover;
}
#newsletterModal .modal-content .small{
	font-size:12px;
}

.fs-12{
	font-size:12px;
}
.fs-16{
font-size: 16px;
}
.fs-20{
	font-size:20px;
}
.fs-1rem{
	font-size:1rem;
}



.text-grey {
  color: #939090;
}
.site-title {
  color: #031133;
}
.pca-nav-tabs .nav-link {
  color: #2a3445;
}
.pca-nav-tabs .nav-link h6 {
  font-size: 16px;
}
.pca-nav-tabs .nav-link.active h6 {
  font-weight: bold;
}
.circle-check-list {
  padding: 0;
  list-style: none;
  margin: auto;
}
.circle-check-list .item {
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
}
.circle-check-list .item::after {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  background-color: #a0ceda;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  text-align: center;
  line-height: 40px;
}
.circle-image{
  height: 120px;
  width: 120px;
  margin: 0 auto;
  background-color: #4F6466;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.text-grey-dark{
  color: #4F6466;
}
.page-id-221832 .thrv_wrapper div {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;;
}
.banner-button .icon img{
    height: 48px;
 }
.weekly-item{
	position:relative;
	z-index:1;
	border-radius: 16px;
	-webkit-border-radius: 16px;
}
.weekly-item div{
	border-radius: 16px;
	-webkit-border-radius: 16px;
	background-color:#fff;
	z-index:3;
	padding-bottom: 20px;
    padding-top: 10px;
}
.weekly-item::after{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	height:40px;
	width:100%;
	background-color:#283343;
	z-index:-1;
}
.weekly-item.last::after{
	display:none;
}
.weekly-item span.number-value{
	display:block;
	font-size:3rem;
	font-weight:bold;
}
@media (max-width: 687px) {
  .banner-button .icon img{
    height: 40px;
  }
  .banner-button a{
    font-size: 14px;
  }
	.weekly-item::after{
		top:auto;
		left:50%;
		transform:translate(-50%, 0);
		-webkit-transform:translate(-50%, 0);
		height:40px;
		width:40px;
	}
}