/*
Theme Name: twentytwentyone Child
Template: twentytwentyone
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

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


.container {
	max-width: 1440px;
	margin: auto;
}

section,header,footer{
	display:inline-block;
	width:100%;
}

.section-inner.medium {
	max-width: 100%;
}
.section-inner {
	width: 100%;
}
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 100%;
	width: 100%;
}

body {
 margin:0;
 font-family: "Roboto", sans-serif;
 font-size:16px;
 font-weight:400;
 line-height:1.5;
 color:#1E1E1E;
 text-align:left;
 background-color:#fff
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 15px;
	font-family: "Roboto", sans-serif;
	color: #102039;
	font-weight: 900;
}
.entry-title {
	margin-top: 0;
	margin-bottom: 15px;
	font-family: "Roboto", sans-serif;
	color: #102039;
	font-weight: 900;
}
h1.entry-title {
	font-weight: 900;
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
li a {
	text-decoration: none;
}
 a {
	text-decoration: none;
}
.aw-guide-page-sec p a, .aw-guide-page-sec li a {
	color: #318388;
	text-decoration: underline;
}

/*Header*/

.search-modal { padding: 16px 18px; position: fixed; width: 800px; left: calc(50% - 800px / 2) !important; display: none;
  top: 96px; z-index: 2000; background-color: #424242 !important; bottom: auto;
}
.search-modal.active .search-modal-inner {  box-shadow: inherit; background: none; }
.search-modal-inner .section-inner { max-width: 100%; width: calc(100% - 20px); }
.search-modal .search-field { font-size: 16px; height: 38px; color: #fff; border: none;background: none;letter-spacing: -0.0277em;margin: 0 0 0 -2rem; max-width: calc(100% + 2rem); padding: 0 0 0 2rem; width: calc(100% + 2rem);outline: none;}
.search-modal .search-submit {position: absolute; right: -9999rem; top: 50%; transform: translateY(-50%);}
button.search-untoggle { align-items:center; display:flex; flex-shrink:0; justify-content:center; margin-right:-2.5rem;
  padding:0 1.6rem; border:none; background:none;
}
.search-untoggle svg {
    height: 25px;
    width: 25px;
}
.search-form label {margin: 0; width: 100%;}
.search-modal form { border-bottom: 1px solid #fff; color: #fff; margin-bottom: 16px;}
.fill-children-current-color, .fill-children-current-color * { fill: #e07000 !important; width: 85px;}
.search-modal { padding: 16px; position: fixed; width: 800px; left: calc(50% - 800px / 2) !important; display: none;
  top: 89px; z-index: 2000; background-color: #424242 !important; bottom: auto; opacity: 0;
}
.search-modal.active {left: 0; opacity: 1; transition: opacity 0.2s linear;display: block;}
.search-modal-inner .section-inner { max-width:100%; width:calc(100% - 20px); display:flex; justify-content:space-between;}
.search-modal form { border-bottom: 1px solid #fff; color: #fff; margin-bottom: 16px; background: url("images/search-white.svg") no-repeat 0 center; padding-left: 37px; position: relative; width: 100%;align-items: stretch;display: flex;
flex-wrap: nowrap;}
.search-modal-inner { background:none;}
.search-toggle { background: none; border: none;}


/*top-search*/

.input-bar-wrapper-inner {
	display: inline-block;
	width: 100%;
	max-width: 570px;
	position: relative;
}
.search_result .search-list {
	padding: 16px;
	max-height: 450px;
  overflow: auto;
}
.search-item {
	position: relative;
}
.search_result .search-item > a {
	display: flex;
	padding: 9px 12px 9px 12px;
	position: relative;
	flex-wrap: wrap;
	background-image: none;
	gap: 0;
	color: #1C2642;
}
.clock-search-item {
	width: 20px;
	height: 22px;
	display: inline-block;
	background-image: url("images/clock.svg");
	background-repeat: no-repeat;
	background-position: center;
}
.item-search-icon {
	width: 20px;
	height: 22px;
	display: inline-block;
	background-image: url("images/search-item.svg");
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
span.cross-search-icon {
  background-image: url("images/x.svg");
  position: absolute;
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  display: none;
}
span.s-category {
	color: #51607D;
	font-size: 12px;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	font-family: "Roboto", sans-serif;
}
.search-item img.searhed-item-featured{
	width: 64px;
	height: 44.3px;
	border-radius: 4px;
}
.trending-search-item {
	width: 20px;
	height: 22px;
	display: inline-block;
	background-image: url("images/trending-search.svg");
	background-repeat: no-repeat;
	background-position: center;
}
.search_result .search-list {
	margin-top: 0;
}
.close-search-item {
	background-image: url("images/x-close.svg");
	position: absolute;
	width: 14px;
	height: 14px;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}

/*top-search-end*/

.aw-social-media {
	display: inline-block;
}
.header-social .social-media a {
	width: 22px;
	height: 22px;
	line-height: 22px;
	border: none;
	margin-right: 22px;
}
.social-media a {
	background: transparent;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	display: inline-block;
	text-align: center;
	line-height: 48px;
	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
	border: 1.33333px solid #2E364E;
}
.social-media a:hover {
	transform: scale(1.1);
	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
}
.vw-newsletter-btn {
	border-radius: 6px;
	padding: 6px 13px;
	margin-left: 15px;
	text-decoration: none !important;
	background: #07A0AA;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight:700;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
	margin-right: 20px;
}
.header-social {
	margin-right: 15px;
}
.vw-newsletter-btn:hover {
	background: #318388;
	color: #fff;
}
.aw-site-footer {
	background: #102039 url(images/footer-bg.png) center top no-repeat;
	padding: 70px 0;
	position: relative;
	display: inline-block;
	width: 100%;
}
.footer-box2 p {
	color: #FFF;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
	margin: 15px 0 15px !important;
	display: inline-block;
	width: 100%;
}
.aw-footer-int {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: flex-start;
	gap: 32px;
	position: relative;
	z-index: 2;
}
.footer-box2 img {
	max-width: 174px !important;
}
.aw-social-media-ft {
	margin-top: 24px;
}
.aw-social-media-ft ul {
	list-style: none;
	padding-left: 0;
	display: flex;
	gap: 0px;
}
.aw-footer-one {
	max-width: 18%;
	display: inline-block;
	width: 100%;
}
.aw-footer-one .widget-title, .aw-footer-one .widgettitle {
	color: #FFF;
	font-size: 18px;
	font-weight: 800;
	line-height: 135%;
	font-family: "Roboto", sans-serif;
	margin: 0 0 15px !important;
	display: inline-block;
	width: 100%;
}
.aw-footer-one .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.accordiCont {
	margin-top: 0;
}
.aw-footer-one li a {
	color: #FFF !important;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
	text-decoration: none;
	margin-bottom: 10px;
	display: block;
	font-family: "Roboto", sans-serif;
}

.aw-footer-one li a:hover {
	color: #318388 !important;
}
.footer-social {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.aw-footer-one .footer-social a {
	border-radius: 50%;
	border: 1.333px solid #263F65;
	background: #263F65;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	margin: 0 8px 0 0;
}
.widget ul {
	margin: 0;
}
.regulationcl {
	display: flex;
	padding: 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	border-radius: 4px;
	border: 1px solid #263F65;
	margin-bottom: 24px;
}
.regulationcl p, .aw-footer-list p {
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
}
.aw-footer-list p {
	text-align: center;
	margin-bottom: 0 !important;
}
.regulationcl p {
	text-align: left;
}
.aw-footer-after {
	position: absolute;
	top: 70px;
	height: calc(100% - 70px);
	left: auto;
	width: auto;
	z-index: 1;
}
.aw-footer-after .aw-footer-after2 {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 144px;
	max-width: inherit !important;
}
.aw-footer-after3 {
	position: absolute;
	bottom: 0;
	left: 0;
}
.aw-newsletter-int {
	display: flex;
	z-index: 9;
	position: relative;
	background: #102039 url(images/Newsletter-bg.png) center top no-repeat;
	border-radius: 16px;
	padding: 24px 40px;
}

.aw-newsletter-int h2 {
	position: relative;
	color: #FFF;
	font-size: 38px;
	font-weight: 900;
	line-height: 115%;
	letter-spacing: -0.38px;
	margin-bottom: 10px;
}
.aw-news-int ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.aw-news-int li {
	color: #FFF;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 11px;
	background: url(images/check.svg) left top no-repeat;
	padding-left: 34px;
}
.aw-newsletter-right {
	padding: 0 0 0 80px;
	display: inline-block;
}
.newsletter-logo {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-bottom: 7px;
	margin-top: 50px;
}
.newsletter-form {
	width: 100%;
	border-radius: 6px;
	border: 1px solid #CEE8EA;
	background: #FFF;
	display: flex;
	padding: 3px 4px 3px 0;
}
.aw-news-int {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.aw-newsletter-left img {
	margin-right: 58px;
	max-width: 185px !important;
	width: 100%;
}
.aw-newsletter-left {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.aw-news-int {
	width: calc(100% - 268px);
	padding-top: 12px;
}
.aw-newsletter-right p {
	display: flex;
	margin: 0 !important;
	width: 100%;
}
.aw-newsletter-right p br {
	display: none;
}
.aw-newsletter-right .wpcf7-spinner {
	display: none;
}
.aw-newsletter-right .wpcf7-form-control-wrap {
	position: relative;
	width: 73%;
}
.newsletter-form .wpcf7-email {
	border: none;
	margin: 0;
	color: #51607D;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
	outline: none !important;
}
.wpcf7-form-control.wpcf7-submit {
	color: #FFF !important;
	text-align: center;
	font-size: 16px;
	font-weight: 800;
	line-height: 135%;
	font-family: "Roboto", sans-serif;
	padding: 7px 14px;
	border-radius: 6px;
	background: linear-gradient(180deg, #00AFAF 0%, #07A0AA 100%);
	height: 48px;
	border: none !important;
}
.aw-subscribe-sec .container {
	position: relative;
}
.aw-explore-rep {
	position: relative;
	z-index: 9;
	padding: 48px 0 0;
	display: flex;
}
.aw-explore-int {
	padding: 0 24px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.aw-explore-logo {
	width: 48px;
	display: inline-block;
}
.aw-explore-right {
	width: calc(100% - 48px);
	padding-left: 16px;
}
.aw-explore-right strong {
	color: #102039;
	font-size: 18px;
	font-weight: 700;
	line-height: 135%;
	font-family: 'Merriweather', serif;
	margin-bottom: 5px;
	display: block;
}
.aw-explore-right p {
	color: #1E1E1E;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
.aw-popular-headings {
	color: #102039;
	font-size: 20px;
	font-weight: 700;
	line-height: 135%;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	position: relative;
	width: 100%;
}
.aw-latest-news-inner {
	padding: 0;
}
.aw-latest-news-iiner2 {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	width: 100%;
}
.aw-homepage-left {
	padding: 0 16px 0 0;
}
.aw-homepage-left-inner {
	position: relative;
}
.aw-homepage-right {
	padding: 0px 0 0 16px;
}
.aw-homepage-right ul {
	display: flex;
	gap: 12px 22px;
	padding-left: 0;
	list-style: none;
	flex-wrap: wrap;
	margin: 0;
}
.aw-latest-news {
	margin-top: 48px;
}

.aw-latest-news-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.aw-latest-news-left {
	padding: 0;
}
.aw-homepage-right ul li {
	max-width: 341px;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #CEE8EA;
	padding-bottom: 4px;
}
.aw-thumbnailcl {
	position: relative;
}
.aw-thumbnailcl .aw-cat-namecl {
	background: #FFF;
	position: absolute;
	left: 0;
	bottom: -4px;
	padding: 7px 8px;
	color: #318388;
	font-size: 12px;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: 0.36px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
}
.card-img {
	width: 100%;
	border-radius: 0;
}
.aw-jan-card__content {
	margin-top: 10px;
	position: absolute;
	bottom: 0;
	padding: 32px;
}
.aw-jan-card__content h3 {
	margin-bottom: 5px;
	color: #FFF;
	font-size: 38px;
	font-weight: 900;
	line-height: 115%;
	letter-spacing: -0.38px;
	margin-top: 5px;
}
.aw-author-name a, .author-name {
	color: #51607D;
	font-size: 12px;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	vertical-align: top;
}

.aw-author-name .post-timeing, .post-timeing {
	padding-left: 10px;
	position: relative;
	color: #51607D;
	font-size: 12px;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	vertical-align: top;
}
.aw-homepage-left .post-timeing,.aw-homepage-left .aw-author-name a, .aw-homepage-left .author-name {
	color: #fff;
}
.post-timeing::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 6px;
	background: #51607D;
	width: 3px;
	height: 3px;
	border-radius: 50%;
}
.aw-author-name .post-timeing::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 6px;
	width: 3px;
	height: 3px;
	border-radius: 7px;
	background: #fff;
}
.post-contentcl {
	color: #fff;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 0 !important;
}
.aw-home-right-img img {
	height: 173px !important;
	object-fit: cover;
	width: 100%;
	border-radius: 4px;
}
.aw-latestnews-second-sec .aw-author-name {
	display: none;
}
.aw-home-right-innercl {
	margin-top: 5px;
}
.aw-home-right-innercl h5,
.aw-home-right-innercl h3 {
	min-height: 54px;
	margin-bottom: 5px;
	overflow: hidden;
	color: #102039;
	font-size: 20px;
	font-weight: 900;
	line-height: 135%;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	letter-spacing: var(--heading--letter-spacing-h5);
}
.latestnews-second-sec .aw-cat-namecl {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.aw-latestnews-second-sec {
	max-width: 342px;
	width: 100%;
	display: inline-block;
}
.aw-latestnews-second-sec .aw-trending-box-inner .aw-trending-img {
	display: none;
}
.aw-latestnews-second-sec .aw-home-right-innercl {
	margin-top: 0;
}
.aw-latestnews-second-sec .aw-cat-namecl {
	color: #318388;
	font-size: 12px;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: 0.36px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	display: block;
}
.aw-latestnews-second-sec .aw-home-right-innercl h5,
.aw-latestnews-second-sec .aw-home-right-innercl h3 {
	font-size: 18px;
	color: #102039;
	font-weight: 400;
	min-height: 54px;
}
.aw-trending-box-inner {
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 12px;
	padding-top: 12px;
}
.aw-trending-box-inner:nth-child(1) {
	padding-top: 0;
}
.aw-latestnews-second-sec .aw-home-right-innercl .aw-cat-namecl {
	padding-bottom: 10px;
}
.aw-latestnews-second-sec .aw-trending-box-inner .author-name,.aw-latestnews-second-sec .aw-trending-box-inner .post-timeing {
	display: none;
}
.aw-homepage-right ul li:nth-child(3), .aw-trending-box-inner:nth-child(3) {
	border-bottom: none;
	padding-bottom: 0;
}


.ms_most_popular_news_outer.layout-news ul {
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: heading-counter;
	display: flex;
	gap: 0 24px;
}
.ms_most_popular_news_outer.layout-news li {
	counter-increment: heading-counter;
	color: #102039;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
	padding-left: 37px;
	position: relative;
}
.ms_most_popular_news_outer.layout-news li::before {
	position: absolute;
	left: 0;
	content: "0"counter(heading-counter);
	font-weight: 700;
	font-size: 24px;
	line-height: 135%;
	text-align: center;
	color: #0CA0A0;
	top: -1px;
	margin-right: 15px;
	font-family: "Roboto", sans-serif;
}
.aw-latest-archive-right .ms_most_popular_news_outer.layout-news li::before {
	content: counter(heading-counter)"";
}
a:hover {
	color: #318388;
	text-decoration: underline;
}

p {
	color: #304C5B;
	font-family: "Roboto", sans-serif;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 18px !important;
	margin-top: 0 !important;
}
li {
	color: #304C5B;
	font-family: "Roboto", sans-serif;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 5px;
}

.aw-about-banner-sec {
	position: relative;
	margin-top: 0;
}

.aw-about-banner-sec .container {
	max-width: 1125px;
}
.aw-about-inner {
	padding: 48px 0 48px;
	width: 100%;
	display: inline-block;
}
.custom-logo {
	max-width: 140px !important;
}
.aw-about-left h1 {
	color: #102039;
	font-size: 38px;
	font-weight: 900;
	letter-spacing: -0.36px;
	line-height: 115%;
}
.aw-about-left p {
	color: #304C5B;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
}
.aw-editorial-sec .container {
	max-width: 860px;
}
.aw-editorial-count {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 24px;
	width: 100%;
}

.aw-editorial-inner p {
	color: #304C5B;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
}
.aw-count-rep {
	display: inline-block;
	width: 188px;
	text-align: left;
}
.aw-count-rep h4 {
	margin: 0 0 5px;
	color: #068E8E;
	text-align: left;
	font-size: 38px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -1.9px;
}
.aw-count-rep span {
	color: #304C5B;
	text-align: left;
	font-size: 14px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
}

.aw-our-mission {
	display: flex;
	padding: 32px;
	border-radius: 4px;
	background: #F2FAFB;
	position: relative;
	margin-top: 40px;
}
.aw-our-mission span {
	background: url(images/Quote.png) left top no-repeat;
	padding-left: 63px;
	color: #1C2642;
	font-size: 20px;
	font-weight: 900;
	line-height: 135%;
	font-family: "Roboto", sans-serif;
}
.aw-feature-sec {
	padding-top: 32px;
	padding-bottom: 5px;
	text-align: center;
}
.aw-feature-inner {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.aw-feature-inner h3 {
	margin-bottom: 12px;
	color: #102039;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	width: 100%;
}
.aw-feature-repeter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 53px;
	justify-content: center;
}
.aw-editorial-inner {
	padding: 0;
}
.aw-get-expertcl {
	display: flex;
	width: 100%;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 25px;
}
.aw-get-expertcl h2 {
	text-align: center;
	font-size: 27px;
	color: #fff;
	letter-spacing: -1.5px;
	font-family: 'lubalin_graph_demiregular';
	display: flex;
	align-items: flex-start;
	line-height: 27px;
	font-weight: 5;
	width: fit-content;
	margin-bottom: 0;
	background: url(images/expert-right.svg) right center no-repeat;
	padding-right: 25px;
}
.aw-get-expertcl p {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	padding: 24px 20%;
	display: inline-block;
}
.aw-expertcl-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	justify-content: center;
}
.aw-expert-box {
	width: 100%;
	padding: 24px 24px;
	position: relative;
	border-radius: 4px;
	background: #F2FAFB url(images/author-bg.png) center top no-repeat;
	max-width: 269px;
}
.aw-expert-img img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.aw-author-left-img {
	position: relative;
}

.aw-author-left-img::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 13px;
	background: url(images/author-head.svg) left top no-repeat;
	width: 35px;
	height: 35px;
	background-size: 30px;
}
.aw-expert-img a::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 7px;
	background: url(images/author-head.svg) left top no-repeat;
	width: 25px;
	height: 25px;
	background-size: 21px;
}
.aw-expert-img {
	display: inline-block;
	width: 100%;
	text-align: center;
	position: relative;
}
.aw-expert-box-inner h5 {
	margin-top: 15px;
	text-transform: capitalize;
	margin-bottom: 0;
	color: #102039;
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	line-height: 135%;
	word-break: break-all;
}

.page-template-custom-About .aw-expert-box-inner h5 {
	min-height: 51px;
}

.aw-contributor-top-sec .aw-expert-box-inner h5 {
	min-height: 50px;
}
.aw-expert-box-inner h5 a{
	color: #102039;
}
.card-jobtitle {
	color: #304C5B;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
}
.aw-post-count {
	color: #51607D;
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
	font-family: "Roboto",sans-serif;
}
.aw-process-sec .container {
	max-width: 860px;
}
.aw-process-inner {
	display: inline-block;
	width: 100%;
}
.aw-process-inner h3 {
	color: #102039;
	font-size: 24px;
	font-weight: 900;
	line-height: 135%;
	margin-top: 30px;
}
.aw-process-inner p {
	color: #304C5B;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
}
.aw-process-inner h4 {
	margin-top: 32px;
	color: #102039;
	font-size: 20px;
	font-weight: 900;
	line-height: 135%;
}
.aw-process-inner ul {
	list-style: none;
	margin-bottom: 30px;
	padding-left: 0;
}
.aw-process-inner li {
	margin-bottom: 10px;
	background: url(images/check-green.svg) left 6px no-repeat;
	padding-left: 25px;
	color: #304C5B;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
}
.aw-faq-sec.aw-process-sec {
	margin-top: 10px;
}

.aw-intouch-sec {
	background: #F2FAFB;
	text-align: center;
	margin-top: 30px;
	vertical-align: top;
}
.aw-intouch-inner {
	display: inline-block;
	width: 100%;
	padding: 65px 0;
	position: relative;
}
.aw-intouch-inner h2 {
	color: #102039;
	text-align: center;
	font-size: 38px;
	font-weight: 900;
	line-height: 115%;
	letter-spacing: -0.38px;
}
.aw-award-top-autohr {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 18px;
}
.aw-autohr-img {
	width: 48px;
	display: inline-block;
	margin: 0 -5px;
}
.aw-autohr-img img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 2px solid #E8E8E8;
	max-width: 100%;
}
.aw-advertising-outer {
	display: inline-block;
	width: 100%;
}
.aw-advertising-outer p {
	color: #304C5B;
	text-align: center;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
	padding: 0 24%;
}
.aw-advertising-outer p a{
	color: #066194;
	text-decoration-line: none; 
}
.aw-advertising-social a {
	width: 48px;
	height: 48px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	line-height: 48px;
}
.aw-advertising-social {
	text-align: center;
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}
.aw-advertising-social ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	width: auto;
}
.aw-advertising-social li {
	margin: 0 4px;
	display: inline-block;
}

.aw-main-page-sec .container {
	max-width: 860px;
}
.singular .entry-title {
	color: #102039;
	font-size: 38px;
	font-weight: 900;
	line-height: 115%;
	letter-spacing: -0.38px;
}
.aw-main-page-sec {
	padding-top: 35px;
}
.entry-content ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 30px;
}
.single-commercial .entry-content ul {
	list-style: circle;
	padding-left: 20px;
	margin-bottom: 30px;
}
.entry-content ol {
	padding-left: 0;
	margin-bottom: 30px;
	list-style: decimal inside;
}
.aw-main-page-sec ul li {
	background: url(images/check-green.svg) left 6px no-repeat;
	padding-left: 25px;
	margin-bottom: 10px;
}
.aw-expertdata {
	width: 100%;
	display: inline-block;
	margin-top: 2px;
	vertical-align: top;
}
.aw-expert-text .card-jobtitle {
	text-align: left;
	color: #304C5B;
	font-size: 10px;
}
.aw-profile-view {
	display: inline-block;
	width: 100%;
	margin-top: 17px;
}
.aw-profile-view a {
	color: #102039;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
	position: relative;
	text-decoration: none;
}
.aw-profile-view a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	background: #00AFAF;
	height: 2px;
	width: 100%;
}
.meet-more {
	width: 100%;
	display: inline-block;
	margin-top: 15px;
}
.meet-more a {
	color: #102039;
	text-align: center;
	font-size: 18px;
	font-weight: 800;
	line-height: 135%;
	font-family: "Roboto", sans-serif;
	border-bottom: 2px solid #00AFAF;
	padding-bottom: 4px;
	text-decoration: none;
}
.aw-faq-inner {
	width: 100%;
}
.aw-sec-pade {
	padding-top: 64px;
}
.aw-play-news-inner {
	width: 100%;
	display: inline-block;
}
.aw-popular-headings span {
	margin-left: 0;
	background: #fff;
	position: relative;
	z-index: 9;
	padding-right: 15px;
}
.aw-popular-headings::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	background: #CEE8EA;
	height: 1px;
}
.aw-play-int {
	padding: 0;
}
.aw-play-box {
	display: flex;
	flex-wrap: wrap;
	gap: 0 24px;
}
.aw-box-inner {
	max-width: 32.2%;
	width: 100%;
	display: inline-block;
}
.aw-trending-img img {
	height: 100% !important;
	object-fit: cover;
	max-width: 100% !important;
	width: 100%;
	border-radius: 4px;
}
.aw-trending-img {
	width: 100%;
	height: 190px;
	display: inline-block;
}
.aw-trending-text {
	width: 100%;
	display: flex;
	vertical-align: top;
	flex-wrap: wrap;
}
.aw-box-inner.aw-box-overlay {
	margin-bottom: 18px;
}
.aw-taxonomy-inner .aw-box-inner:last-child {
	border-bottom: none;
}
.aw-trending-text h5 {
	overflow: hidden;
	color: #102039;
	text-overflow: ellipsis;
	font-size: 20px;
	font-weight: 800;
	line-height: 135%;
	min-height: 54px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 11px;
	margin-bottom: 5px;
}
.aw-latest-card-bottom {
	display: inline-block;
	width: 100%;
}
.aw-latest-author {
	display: flex;
	flex-wrap: wrap;
}
.aw-latest-author img {
	display: none;
}
.aw-latest-bottomcl p {
	margin: 0 !important;
	line-height: 15px;
}
.aw-latest-bottomcl .aw-author-name {
	letter-spacing: 0.36px;
	color: #51607D;
	font-size: 12px;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
}
.contributorcl {
	color: #6D6D6D;
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
	position: relative;
	padding-left: 10px;
}
.contributorcl::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 8px;
	border-radius: 7px;
	opacity: 0.5;
	background: #6D6D6D;
	width: 3px;
	height: 3px;
}
.aw-box-inner {
	max-width: 32.2%;
	width: 100%;
	display: inline-block;
	padding-bottom: 16px;
	margin-bottom: 15px;
	border-bottom: 1px solid #E0E0E0;
}


.aw-mustread-outer {
	max-width: 336px;
	display: inline-block;
	width: 100%;
}
.aw-mustread-inner {
	border-radius: 4px;
	background: #102039 url(images/Must-Reads-bg.png) center top no-repeat;
	display: inline-block;
	width: 100%;
	padding: 24px;
}
.aw-mustread-inner > span {
	color: #EB9A11;
	font-size: 12px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
}
.aw-mustread-inner h3 {
	color: #FFF;
	font-size: 24px;
	font-weight: 900;
	line-height: 135%;
	margin: 4px 0 10px !important;
}
.aw-mustread-inner p {
	overflow: hidden;
	color: #CEE8EA;
	text-overflow: ellipsis;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
	min-height: 75px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.aw-mustread-inner img {
	margin: 30px 0 0;
}
.min-read-text {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	margin-top: 30px;
	align-items: center;
}
.min-read-text span {
	color: #CEE8EA;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
}
.min-read-text a {
	color: #00AFAF !important;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
	border-radius: 6px;
	border: 1px solid #00AFAF;
	text-decoration: none;
	padding: 6px 16px;
}
.aw-taxonomy-sec {
	padding-bottom: 34px;
}

.aw-incase-news-sec {
	background: #102039 url(images/incase-bg.png) center top no-repeat;
	padding: 72px 0;
}
.aw-aw-incase-news-sec .aw-popular-headings span {
	background: #102039;
	color: #00AFAF;
}
.aw-aw-incase-news-sec .aw-popular-headings::after {
	background: #263F65;
}
.aw-incase-box {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.aw-incase-int {
	padding: 0;
}
.incase-new-left {
	padding: 0;
	padding-right: 16px;
}
.aw-aw-incase-news-sec {
	width: 100%;
}
.incase-new-right {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	padding-left: 16px;
}
.incase-new-right-int {
	width: 100%;
	display: flex;
	gap: 15px 32px;
	flex-wrap: wrap;
}
.aw-incase-box-inner {
	position: relative;
	width: 100%;
}
.incase-new-left .aw-trending-img {
	height: 543px;
	position: relative;
}
.incase-new-left .aw-trending-text {
	bottom: 0;
	padding: 32px;
	position: absolute;
	left: 0;
	top: auto;
	width: 100%;
	background: linear-gradient(180deg,rgba(0,0,0,0) 15.42%,#081223 94.42%);
	border-radius: 4px;
}
/* .incase-new-left .aw-trending-img::after { */
	/* content: ""; */
	/* position: absolute; */
	/* left: 0; */
	/* top: 0; */
	/* width: 100%; */
	/* height: 100%; */
	/* background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 15.42%, #081223 94.42%); */
	/* border-radius: 4px; */
/* } */

.incase-new-left a {
	display: block;
	height: 100%;
}

.incase-new-left .aw-trending-text h5 {
	color: #FFF;
	font-size: 38px;
	font-weight: 900;
	line-height: 115%;
	letter-spacing: -0.38px;
}
.incase-new-left .aw-trending-text h5 a {
	color: #FFF;
}
.incase-new-left .aw-latest-bottomcl .aw-author-name {
	color: #FFF;
}
.incase-new-left .aw-latest-bottomcl {
	width: 100%;
	margin: 5px 0 15px;
}
.incase-new-right .aw-incase-box-inner {
	max-width: 336px;
}
.incase-new-right .aw-trending-img {
	height: 168px;
	position: relative;
	border-radius: 4px 4px 0 0;
}
.incase-new-right .aw-trending-img .aw-cat-namecl {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.incase-new-right .aw-trending-text {
	border-radius: 0 0 4px 4px;
	background: #263F65;
	padding: 6px 15px 15px 15px;
}
.incase-new-right .aw-trending-text h5 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 5px;
}
.incase-new-right .aw-trending-text h5 a {
	color: #fff;
}

.incase-new-right .aw-latest-bottomcl .aw-author-name {
	color: #CEE8EA;
}
.aw-trending-text h5:hover,.aw-trending-text h5 a:hover {
	color: #318388;
}

.aw-latest-popular-right {
	padding: 0 0 0 30px;
}

.aw-regarding-sec {
	margin: 0;
	padding: 70px 0;
	text-align: center;
}
.aw-regarding-sec h2 {
	color: #102039;
	text-align: center;
	font-size: 38px;
	font-weight: 900;
	line-height: 115%;
	letter-spacing: -0.38px;
	padding: 6px 14% 0;
}
.aw-award img {
	width: 48px;
}
.aw-award {
	width: 100%;
	display: inline-block;
}
.aw-regarding-inner {
	padding: 0;
}
.aw-regarding-inner2 {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	margin-top: 24px;
}
.aw-regarding-repeter {
	max-width: 23.3%;
	width: 100%;
	background: #Fff;
	padding: 31px 24px;
	border-radius: 8px;
}
.aw-regarding-repeter h3 {
	color: #102039;
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	line-height: 135%;
	margin: 9px 0;
}
.aw-regarding-repeter span {
	color: #304C5B;
	text-align: center;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
}
.aw-more-about.aw-regarding-more {
	margin-top: 25px;
}
.aw-regarding-more a {
	border-bottom: 2px solid #00AFAF;
	padding-bottom: 4px;
	color: #102039;
	text-align: center;
	font-size: 18px;
	font-weight: 800;
	line-height: 135%;
	text-decoration: none;
}
.aw-top-picks-sec {
	background: #102039 url(images/Picks-bg.png) center top no-repeat;
	padding: 72px 0 85px;
	position: relative;
	width: 100%;
	margin-top: 72px;
}
.aw-top-picks-inner {
	width: 100%;
	display: inline-block;
}
.aw-top-picks-sec::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background:url(images/bg-lines.png) left top no-repeat;
	width:200px;
	height:142px;
}
.aw-top-picks-sec::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background:url(images/bg-lines-right.png) left top no-repeat;
	width:489px;
	height:322px;
}
.aw-top-picks-inner .aw-popular-headings span {
	background: #102039;
	color: #00AFAF;
}
.aw-top-picks-inner .aw-popular-headings::after {
	background: #263F65;
}
.aw-top-picks-slide {
	display: flex;
	gap: 32px;
	width: 100%;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
.aw-top-picks-box {
	border-radius: 4px;
	width: 23.3%;
	position: relative;
}
.top-picks-img {
	position: relative;
	height:170px;
}
.aw-top-picks-text .aw-pick-new {
	color: #EB9A11;
	font-size: 12px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
}
.top-picks-img img {
	height: 100% !important;
	object-fit: cover;
	border-radius: 4px;
}
.top-picks-img::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(23, 43, 74, 0.9);
	border-radius: 4px;
}

.aw-top-picks-text {
	position: absolute;
	top: 0;
	padding: 24px;
	height: 100%;
	width: 100%;
	left: 0;
}
.aw-top-picks-text h4 {
	overflow: hidden;
	color: #FFF;
	font-size: 20px;
	font-weight: 900;
	line-height: 135%;
	height: 54px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 3px 0 15px;
}
.aw-top-picks-text h4 a {
	color: #FFF;
}
.aw-top-picks-text h4 a:hover
{
	color:#00AFAF;
}
.aw-readtime {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.aw-readtime span {
	color: #CEE8EA;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
}
.aw-readtime a {
	border-radius: 6px;
	border: 1px solid #00AFAF;
	color: #00AFAF;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 150%;
	padding: 4px 16px;
}
.aw-readtime a:hover {
	color: #fff;
	background:#00AFAF;
	text-decoration:none;
}


.ms_most_popular_news_outer.layout-stories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ms_most_popular_news_outer.layout-stories li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: 1px solid #CEE8EA;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.layout-stories .aw-popular_news-right {
	width: 88px;
	height: 88px;
	display: inline-block;
}
.layout-stories .aw-popular_news-right img {
	height: 100% !important;
	object-fit: cover;
	border-radius: 4px;
}
.layout-stories .aw-popular_news-left {
	width: calc(100% - 88px);
	padding-right: 15px;
}
.aw-homepage-right ul li:last-child {
	border-bottom: none;
}
.ms_most_popular_news_outer.layout-stories li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.layout-stories .aw-popular_news-left p.post-meta {
	margin: 0 !important;
}
.layout-stories .aw-popular_news-left h4 {
	overflow: hidden;
	color: #102039;
	text-overflow: ellipsis;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 135%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 48px;
	margin: 0 0 7px;
}

.aw-guide-sec {
	padding: 48px 0 0;
}
.aw-guide-int {
	padding: 0;
}
.aw-guide-box {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 32px;
}
.aw-guide-box-inner {
	display: flex;
	flex-wrap: wrap;
	max-width: 31.8%;
}
.aw-guide-img {
	width: 159px;
	height: 165px;
	display: inline-block;
}
.aw-guide-box-inner .aw-guide-img img {
	height: 100% !important;
	border-radius: 4px;
	object-fit: cover;
	width: 100%;
}
.aw-aw-guide-sec .aw-popular-headings {
	justify-content: space-between;
	display: flex;
}
.aw-guide-text {
	width: calc(100% - 159px);
	padding-left: 16px;
}
.aw-guide-text h5 {
	color: #102039;
	font-size: 20px;
	font-weight: 900;
	line-height: 135%;
	margin-bottom: 5px;
	min-height: 54px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.aw-guide-sec .aw-guide-text p.excerpt-content {
	overflow: hidden;
	color: #304C5B;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	min-height: 70px;
	margin-top: 10px !important;
}

.technology-cat-sec .aw-guide-box-inner {
	max-width: 23.3%;
	border-bottom: 1px solid #CEE8EA;
	padding-bottom: 12px;
}
.technology-cat-sec .aw-guide-img {
	width: 100%;
	height: 190px;
}
.technology-cat-sec .aw-guide-text {
	width: 100%;
	padding: 10px 0 0;
}
.aw-guide-box-inner.aw-mobile-display .aw-guide-text {
	padding-top: 0;
}
.technology-cat-sec .aw-guide-text h5 {
	height: 49px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 49px;
}
.technology-cat-sec .aw-guide-box {
	gap: 10px 32px;
}
.aw-guide-box-inner.aw-mobile-display {
	border-bottom: none;
}
.aw-guide-box-inner.aw-mobile-display .aw-guide-text h5 {
	font-size: 16.5px;
	height: 44px;
	font-weight: 700;
	min-height: 44px;
}
.aw-guide-sec.technology-cat-sec {
	padding-bottom: 48px;
}
.aw-mobile-display .aw-guide-img {
	display: none;
}

.aw-social-int {
	padding: 0;
}
.aw-box-inner.aw-first-news-block {
	max-width: 100%;
}

.aw-top-picks-slide .slick-slide {
	margin: 0 16px;
}
.aw-top-picks-slide .slick-list {
	margin: 0 -16px;
	width: calc(100% + 32px);
}
.aw-top-picks-slide.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.aw-top-picks-slide .slick-dots li button {
	width: 8px;
	height: 2px;
	padding: 0;
	background: #49576b !important;
}
.aw-top-picks-slide .slick-dots li {
	width: 8px;
	height: 2px;
	margin: 0 0px;
	padding: 0;
}
.aw-top-picks-slide .slick-dots li button::before {
	font-size: 0;
	width: 8px;
	height: 2px;
}
.aw-top-picks-slide .slick-dots li.slick-active button {
	background: #F2FAFB !important;
}


.aw-social-box {
	display: flex;
	flex-wrap: wrap;
	gap: 0 24px;
}
.aw-four-news-inner2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 0 24px;
}
.aw-box-inner.aw-four-news-block {
	max-width: 23.7%;
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.aw-box-inner.aw-first-news-block {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.aw-first-news-block .aw-trending-img {
	max-width: 62%;
	height: 478px;
}
.aw-first-news-block .aw-trending-text {
	width: calc(100% - 63%);
	padding-left: 24px;
}
.aw-first-news-block .aw-trending-text h5 {
	font-size: 36px;
	min-height: inherit;
	display: -webkit-box;
	margin-top: 20px;
	margin-bottom: 5px;
	-webkit-line-clamp: inherit;
	-webkit-box-orient: inherit;
}
.aw-four-news-block .aw-trending-img {
	height: 193px;
	border-bottom: none;
}
.aw-four-news-block .aw-trending-text h5 {
	font-size: 18px;
	font-weight: 700;
}
.aw-four-news-block.aw-box-inner:nth-child(4) .aw-trending-text h5,.aw-four-news-block.aw-box-inner:nth-child(5) .aw-trending-text h5 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 11px;
	margin-bottom: 5px;
}
.aw-award-sec {
	background: #F2FAFB url(images/award-win-bg.png) center top no-repeat;
	position: relative;
}
.aw-award-inner {
	display: flex;
	flex-wrap: wrap;
	padding: 70px 0;
}
.aw-award-left h2 {
	margin-bottom: 10px;
	color: #102039;
	font-size: 38px;
	font-weight: 900;
	line-height: 115%;
	letter-spacing: -0.38px;
}
.aw-award-left {
	padding-left: 0;
}
.aw-award-left p {
	padding-right: 16%;
	color: #304C5B;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
}
.aw-award-right {
	padding: 0 0 0 10px;
	text-align: center;
}
.aw-readers-repeter-inner {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px 24px;
}
.aw-readers-repeter h3 {
	letter-spacing: -0.36px;
	margin-bottom: 5px;
	color: #00AFAF;
	text-align: center;
	font-size: 50px;
	font-weight: 900;
	line-height: 100%;
	width: auto;
	display: inline-block;
	background: url(images/heading-award.png) right 12px no-repeat;
	padding-right: 23px;
}
.aw-readers-repeter {
	display: inline-block;
	width: 48%;
	position: relative;
}
.aw-readers-repeter::after {
	content: "";
	position: absolute;
	right: -14%;
	top: 29px;
	border: 1px dashed #4F979B;
	width: 50px;
	transform: rotate(90deg);
}
.aw-readers-repeter:nth-child(2)::after,.aw-readers-repeter:nth-child(4)::after {
	display:none;
}
.aw-readers-repeter span {
	color: #102039;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	display: inline-block;
	width: 100%;
}
.popular-category-list .category-posts-list{
	display:none;
}
.aw-popular-cat-sec {
	padding: 72px 0;
}

.aw-award-left ul {
	display: flex;
	list-style: none;
	gap: 0px 32px;
	margin-top: 30px;
	padding-left: 0;
}
.aw-more-about a {
	border-bottom: 2px solid #00AFAF;
	color: #102039;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
	text-decoration: none;
}
.aw-box-inner:nth-child(7), .aw-box-inner:nth-child(8), .aw-box-inner:nth-child(9) {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.aw-popular-cat {
	background-repeat: no-repeat !important;
}
.aw-popular-cat-inner {
	padding: 0;
	width: 100%;
}
.popular-category-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 16px 32px;
	width: 100%;
}
.popular-category-list .popular-category-list-item {
	width: 31.8%;
	border-radius: 12px;
	background: #F2FAFB;
	padding: 12px 16px;
	cursor: pointer;
}
.popular-category-list .popular-category-list-item:hover {
	background: #C0DDE0;
}
.category-posts-list {
	width: 100%;
	border-radius: 4px;
	background: #F2FAFB;
	padding: 24px 0px 24px 24px;
}
.category-posts-list .category-posts {
	padding: 0;
	list-style: none;
	margin: 0;
}
.category-posts-list .category-posts {
	padding: 0 32px 0 0;
	list-style: none;
	margin: 0;
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
.aw-category-titlecl {
	width: 100%;
	display: flex;
	margin-bottom: 10px;
	justify-content: space-between;
}
.close-tabs {
	padding-right: 25px;
	cursor: pointer;
}
.aw-newsletter-sec {
	padding-top: 70px;
}
.category-posts-list .category-posts .category-post-items {
	color: #304C5B;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
	padding: 5px 0;
}
.popular-category-list .popular-category-list-item .popular-category-details {
	margin: 0 !important;
	display: flex;
	align-content: center;
	align-items: center;
	position: relative;
}

/*.popular-category-list-item .popular-category-details::after {
	content: "";
	position: absolute;
	right: 0;
	background: url(images/Chevron-down.svg) right center no-repeat;
	width: 25px;
	height: 25px;
}*/
.popular-category-list .popular-category-list-item.expanded .popular-category-details::after {
	transform: rotate(-180deg);
}
.popular-category-list-item.expanded {
	background: #C0DDE0;
}
.popular-category-list .category-title {
	color: #102039;
	font-size: 20px;
	font-weight: 900;
	line-height: 135%;
	padding-left: 15px;
	font-family: "Roboto", sans-serif;
}
.popular-category-list .aw-category-titlecl .category-title {
	color: #102039;
	font-size: 24px;
	font-weight: 900;
	line-height: 135%;
	padding-left: 0;
	background: url(images/Arrow-right.png) right 8px no-repeat;
	font-family: "Roboto", sans-serif;
	padding-right: 20px;
}
.aw-aw-popular-taxtop {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	gap: 0 24px;
	background: transparent;
}
.aw-popular-cat {
	background-repeat: no-repeat !important;
	width: 268px;
	height: 300px;
	display: inline-block;
	text-align: center;
	position: relative;
}
.aw-popular-overlay {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding-bottom: 36px;
}
.aw-popular-overlay span {
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	font-family: 'Merriweather', serif;
	position: relative;
}
.aw-popular-cat-img {
	margin-bottom: 12px;
}
.aw-popular-overlay span::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 2px;
	background: #318388;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, 0);
}
.aw-popular-cat:hover span {
	color: #318388;
}
.aw-popular-cat-img img {
	display: inline-block !important;
}
.aw-aw-popular-taxtop .slick-slide {
    padding-right: 10px!important;
    padding-left: 10px;
    margin-left: -8px;
}
.aw-aw-popular-taxtop .slick-slide div {
	width: 100%;
}
.aw-tax-topsec {
	display: flex;
	flex-wrap: wrap;
	gap: 0 32px;
}
.aw-taxonomy-inner {
	max-width: 336px;
	display: inline-block;
}
.aw-taxonomy-sec .aw-popular-headings {
	justify-content: space-between;
	display: flex;
}
.aw-mustread-outer .aw-popular-headings {
	font-size: 20px;
}
.aw-popular-headings span.aw-more-link {
	padding-left: 10px;
	color: #102039;
	font-size: 14px;
	font-weight: 700;
	line-height: 150%;
	text-transform: capitalize;
	margin-top: 5px;
	position: relative;
	background: #fff url(images/icon-right.png) right 3px no-repeat;
	padding-right: 15px;
	font-family: "Roboto", sans-serif;
}

.aw-taxonomy-inner .aw-play-box {
	display: flex;
	gap: 0;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
}
.aw-taxonomy-inner .aw-box-inner {
	max-width: 100%;
	position: relative;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.aw-box-inner.aw-box-heading .aw-trending-text h5 {
	font-size: 18px;
	font-weight: 800;
	margin-top: 0;
	margin-bottom: 0;
	min-height: 54px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.aw-box-overlay .aw-trending-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: linear-gradient(180deg, rgba(16, 32, 57, 0.00) 15.42%, #1C2642 94.42%);
	border-radius: 4px;
	padding: 16px 16px 10px;
}

.aw-taxonomy-inner .aw-box-heading:nth-child(2), .aw-taxonomy-inner .aw-box-heading:nth-child(3) {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
.aw-taxonomy-inner .aw-box-heading:nth-child(2) .aw-trending-img,.aw-taxonomy-inner .aw-box-heading:nth-child(3) .aw-trending-img {
	width: 88px;
	height: 88px;
}
.aw-taxonomy-inner .aw-box-heading:nth-child(2) .aw-trending-text,.aw-taxonomy-inner .aw-box-heading:nth-child(3) .aw-trending-text {
	width: calc(100% - 88px);
	padding-right: 16px;
}
.aw-box-inner.aw-box-heading:nth-child(4) .aw-trending-img, .aw-box-inner.aw-box-heading:nth-child(5) .aw-trending-img {
	display: none;
}
.aw-box-inner.aw-box-heading:nth-child(4) .aw-latest-bottomcl, .aw-box-inner.aw-box-heading:nth-child(5) .aw-latest-bottomcl {
	display: none;
}
.aw-box-inner.aw-box-heading:nth-child(4) .aw-trending-text h5,.aw-box-inner.aw-box-heading:nth-child(5) .aw-trending-text h5 {
	font-size: 16.5px;
	font-weight: 700;
	line-height: 150%;
	min-height: 36px;
	-webkit-line-clamp: 2;
}
.aw-box-overlay .aw-trending-text h5 {
	overflow: hidden;
	color: #FFF;
	text-overflow: ellipsis;
	font-size: 20px;
	font-weight: 900;
	line-height: 135%;
	margin: 0;
}
.aw-box-overlay .aw-trending-text h5 a{
	color: #FFF;
}
.aw-box-overlay .aw-trending-text .aw-author-name,.aw-box-overlay .aw-trending-text .contributorcl {
	color: #fff;
}
.aw-box-outer {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	padding-top: 65px;
	background: linear-gradient(0deg, #161316 43.5%, rgba(22, 19, 22, 0.00) 95%);
	position: relative;
	z-index: 1;
}
.aw-box-outer .aw-box-inner {
	max-width: 23.7%;
	display: flex;
	border-bottom: none;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	margin-bottom: 0;
	padding-bottom: 20px;
	padding-top: 20px;
}
.aw-homepage-left .aw-author-name {
	margin-bottom: 10px;
}
.aw-box-outer .aw-trending-img {
	width: 74px;
	height: 74px;
	border: none;
}
.aw-box-outer .aw-trending-text {
	width: calc(100% - 74px);
	padding-left: 20px;
}
.aw-box-outer .aw-trending-text h5 {
	font-size: 15px !important;
	color: #fff;
	font-weight: 400;
	margin-bottom: 0;
	-webkit-line-clamp: inherit;
}
.aw-box-outer .aw-trending-text h5 a {
	color: #fff;
}
.aw-banner-box-inner .aw-cat-namecl, .aw-box-outer .aw-cat-namecl {
	color: #FF3149;
	font-size: 12px;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: 0.36px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
	margin-top: 0;
}
.aw-box-outer .aw-cat-namecl {
	margin-bottom: 10px;
	margin-top: 0;
}
.aw-banner-box-inner .aw-timecl {
	position: relative;
	padding-left: 15px;
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 110%;
}
.aw-banner-box-inner .aw-timecl::before {
	content: "";
	position: absolute;
	left: 7px;
	top: 8px;
	width: 3px;
	height: 3px;
	border-radius: 7px;
	background: #fff;
}
.aw-banner-box-inner h1 a:hover,.aw-box-outer .aw-trending-text h5 a:hover {
	color: #318388;
}
.aw-banner-bottom-sec {
	background: #fff;
	border-bottom: 1px solid #E0E0E0;
	display: inline-block;
	width: 100%;
}
.aw-banner-bottom-int {
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 0 32px;
	padding: 15px 0;
}
.aw-banner-rep {
	display: flex;
	gap: 8px;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.aw-banner-count {
	color: #102039;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
}
.aw-banner-rep span {
	color: #1E1E1E;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}
.aw-author-sec-outer {
	position: relative;
	margin-top: -31px;
	background: #F2FAFB url(images/author-banner.png) center top no-repeat;
}
.aw-author-sec-inner {
	display: flex;
	padding: 56px 21.8% 70px 0;
	width: 100%;
	flex-wrap: wrap;
}
.author-brad-anderson .aw-breadcrumb a, .author-brad-anderson .aw-breadcrumb span {
	color: #fff !important;
}
.author-brad-anderson .aw-breadcrumb span span::after {
	color: #fff !important;
}

.aw-author-left-img img {
	border-radius: 50%;
	height: 160px !important;
	width: 160px !important;
}
.aw-author-sec-left {
	display: inline-block;
	width: 160px;
}
.aw-author-sec-left h1,.aw-author-sec-left .expetis {
	display: none;
}
.aw-author-sec-right {
	width: calc(100% - 160px);
	padding-left: 40px;
}
.aw-author-sec-right h1 {
	margin-bottom: 10px;
	color: #102039;
	font-size: 48px;
	font-weight: 900;
	line-height: 115%;
}
.aw-author-sec-right .card-jobtitle {
	text-align: left;
	color: #304C5B;
	font-size: 14px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
}
.aw-author-bio p {
	color: #304C5B;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
}
.aw-author-bio {
	position: relative;
}
.aw-author-sec-left .card-jobtitle {
	display: none;
}
.show-more {
	position: absolute;
	right: -40px;
	bottom: -4px;
	padding: 0px 50px 0 40px;
	font-size: 16.5px;
	line-height: 150%;
	color: #102039;
	cursor: pointer;
	background: #f9fcfe url(images/plus.svg) 20px center no-repeat;
	font-weight: 700;
}
.show-more::before {
	content: "...";
	position: absolute;
	left: 0;
	color: #304C5B;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
	top: 0px;
}
.author-bio-inner {
/*	height: 70px;*/
	height: auto;
/*	overflow: hidden;*/
	margin-top: 15px;
}
.less-more .show-more {
	display: none;
}
/*.aw-author-bio.less-more .author-bio-inner {
	height: auto;
}*/
.aw-custom-user-url {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.aw-custom-user-url a {
	display: inline-block;
	margin: 0 4px 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #FFF;
	border-radius: 50%;
}
.aw-author-articles-outer {
	display: inline-block;
	width: 100%;
	padding-top: 70px;
}
.aw-author-articles-inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.aw-articles-leftcl {
	display: inline-block;
	width: 66.7%;
}
.aw-articles-right {
	display: inline-block;
	width: calc(100% - 66.7%);
	padding-left: 135px;
}
.aw-articles-leftcl h4 {
	color: #102039;
	font-size: 20px;
	font-weight: 700;
	line-height: 135%;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	position: relative;
}
.aw-articles-leftcl h4 span, .aw-articles-right h4 span {
	background: #fff;
	padding-right: 15px;
	position: relative;
	z-index: 2;
}
.aw-author-expert-img img {
	border-radius: 50%;
	width: 60px;
	height: 60px;
}
.aw-articles-leftcl h4::after,.aw-articles-right h4::after {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 100%;
	background: #CEE8EA;
	height: 1px;
}
.aw-author-postrepeter {
	display: flex;
	flex-wrap: wrap;
	padding-top: 16px;
	margin-top: 16px;
	border-top: 1px solid #CEE8EA;
}
.aw-author-postrepeter:first-child {
	border-top: none;
}
.aw-postrepeter-left {
	width: 270px;
	height: 152px;
	display: inline-block;
	position: relative;
}
img {
	height: auto;
	max-width: 100% !important;
	vertical-align: middle;
}
.aw-postrepeter-left .aw-cat-name {
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: 0.36px;
	text-transform: uppercase;
	border-radius: 2px;
	background: #00AFAF;
	padding: 5px 8px;
	font-family: "Roboto Condensed", sans-serif;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.aw-postrepeter-right {
	display: inline-block;
	width: calc(100% - 270px);
	padding-left: 16px;
}
.aw-postrepeter-left img {
	height: 100% !important;
	width: 100% !important;
	object-fit: cover;
}
.aw-postrepeter-right .aw-cat-name {
	color: #318388;
	font-size: 12px;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: 0.36px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	font-family: "Roboto", sans-serif;
}
.aw-postrepeter-right h3 {
	margin-bottom: 10px;
}
.aw-postrepeter-right .aw-modifie-date {
	display: block;
	color: #51607D;
	font-size: 12px;
	font-weight: 400;
	line-height: 110%;
	font-family: "Roboto", sans-serif;
	padding-left: 10px;
	position: relative;
}
.aw-author-articles-outer .aw-postrepeter-right .aw-modifie-date {
	padding-left: 0;
}
.aw-author-articles-outer .aw-postrepeter-right .aw-modifie-date::before
{
	display:none;
}
.aw-postrepeter-right .aw-modifie-date::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 5px;
	border-radius: 7px;
	opacity: 0.5;
	background: #51607D;
	width: 3px;
	height: 3px;
}
.aw-articles-right h4 {
	margin-bottom: 17px;
	color: #102039;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 135%;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	position: relative;
}
.aw-author-expert-box-inner {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #CEE8EA;
	padding-bottom: 15px;
	margin-bottom: 15px;
	align-items: flex-start;
}
.aw-author-expert-img {
	width: 60px;
	display: inline-block;
	margin-right: 15px;
}
.aw-expert-text {
	width: calc(100% - 76px);
	display: flex;
	flex-wrap: wrap;
}
.aw-expert-article {
	margin-top: 3px;
	display: flex;
}
.aw-all-authorbutton {
	text-align: center;
}
.aw-all-authorbutton a {
	color: #102039;
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	line-height: 135%;
	border-bottom: 2px solid #00AFAF;
	padding-bottom: 2px;
	text-decoration: none;
}
.aw-expert-text h5 {
	margin-bottom: 0;
	color: #102039;
	font-size: 16px;
	font-weight: 800;
	line-height: 135%;
	text-transform: capitalize;
}
.pagination-wrapper.section-inner {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	max-width: 800px;
}
.navigation.pagination {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 0;
	border: none !important;
	padding-top: 0;
}
.pagination-wrapper .nav-links {
	display: inline-block;
	width: auto;
	margin: 0;
}
.prev.page-numbers.placeholder {
	border-left: 1px solid #E0E0E0;
	margin: 0;
}
.pagination-wrapper .page-numbers {
	background: #FFFFFF;
	border: 1px solid #CEE8EA;
	width: auto;
	height: 44px;
	line-height: 44px;
	border-left: none;
	margin: 0;
	font-weight: 700;
	font-size: 16.5px;
	text-align: center;
	color: #102039;
	text-decoration: none !important;
	float: left;
	padding: 0 5px;
	font-family: "Roboto", sans-serif;
}
.pagination-wrapper.desktop-pagination {
	position: relative;
	z-index: 3;
	margin-top: 30px;
}
.prev.page-numbers > span {
	font-size: 0;
	background: url(images/pagination-left.png) center center no-repeat;
	width: 20px;
	height: 34px;
	display: inline-block;
}

.prev.page-numbers.placeholder > span, .next.page-numbers.placeholder > span {
	opacity: 0.2;
}

.prev.page-numbers {
	border-left: 1px solid #CEE8EA;
}
.page-numbers.current {
	background: #F2FAFB;
}
.pagination-wrapper .page-numbers:nth-child(2) {
	border-left: 1px solid #CEE8EA;
}

.next.page-numbers {
	border-left: 1px solid #CEE8EA;
}
.next.page-numbers > span {
	font-size: 0;
	background: url(images/pagination-right.png) center center no-repeat;
	width: 20px;
	height: 44px;
	display: inline-block;
}

.aw-meet-team-sec {
	width: 100%;
	margin-bottom: 32px;
	display: inline-block;
}
.aw-contributor-top-sec {
	padding-top: 30px;
}
.aw-meet-team-sec h1 {
	color: #102039;
	font-size: 38px;
	font-weight: 900;
	line-height: 115%;
	letter-spacing: -0.38px;
}
.aw-meet-team-sec a {
	border-bottom: 2px solid#00AFAF;
	color: #102039;
	text-align: center;
	font-size: 18px;
	font-weight: 800;
	line-height: 135%;
	padding-bottom: 4px;
	text-decoration: none;
}
.aw-meet-team-sec p {
	max-width: 1050px;
	color: #304C5B;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
}
.aw-get-expertcl-inner {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	gap: 23px;
}

.aw-author-expert-right {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
}
.aw-get-expertcl-inner .aw-expert-article {
	justify-content: center;
}
.aw-singlecl-cat-sec {
	width: 100%;
	padding: 0;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.aw-latest-archive-left {
	width: 66.7%;
	display: inline-block;
	text-align: left;
}
.aw-archive-title {
	color: #102039;
	font-weight: 900;
}
.aw-latest-archive-right {
	margin-top: 54px;
	display: inline-block;
	width: calc(100% - 66.7%);
	padding-left: 135px;
	padding-right: 42px;
}
.aw-postrepeter-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}
.aw-postrepeter-right h3 {
	margin-bottom: 10px;
	color: #102039;
	font-size: 24px;
	font-weight: 900;
	line-height: 135%;
}
.aw-author-top-post .aw-postrepeter-right p {
	margin: 12px 0 0 !important;
	color: #304C5B;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
}
.aw-date-author {
	display: flex;
	width: 100%;
}
.aw-date-author a {
	color: #51607D;
	font-size: 12px;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
}
.aw-author-top-post .aw-postrepeter-left {
	height: 250px;
	width: 390px;
}
.aw-author-top-post .aw-postrepeter-right {
	width: calc(100% - 391px);
	padding: 0px 24px;
}
.aw-author-top-post .aw-postrepeter-right h2 {
	color: #102039;
	font-size: 38px;
	font-weight: 900;
	line-height: 115%;
	letter-spacing: -0.38px;
	margin-bottom: 5px;
}

.aw-latest-archive-left .aw-postrepeter-right .aw-modifie-date {
	text-transform: capitalize;
	padding-left: 10px;
	position: relative;
}
.aw-latest-archive-left .aw-postrepeter-right .aw-modifie-date::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 5px;
	border-radius: 7px;
	opacity: 0.5;
	background: #51607D;
	width: 3px;
	height: 3px;
}
.aw-postrepeter-right h5 {
	color: #102039;
	font-size: 24px;
	font-weight: 900;
	line-height: 135%;
	margin-bottom: 12px;
}
.aw-latest-archive-right .widget-title {
	color: #102039;
	font-size: 20px;
	font-weight: 700;
	line-height: 135%;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	position: relative;
}
.aw-latest-archive-right .widget-title span {
	background: #fff;
	padding-right: 10px;
	position: relative;
	z-index: 1;
}
.aw-latest-archive-right .widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 100%;
	background: #CEE8EA;
	height: 1px;
}
.aw-latest-archive-right .ms_most_popular_news_outer ul {
	flex-direction: column;
}
.aw-latest-archive-right .ms_most_popular_news_outer li a {
	text-decoration: none;
}
.aw-latest-archive-right .ms_most_popular_news_outer li a:hover {
	color:#318388;
}
.aw-latest-archive-right .ms_most_popular_news_outer li:last-child {
	border-bottom: none;
}
.aw-latest-archive-right .ms_most_popular_news_outer li {
	border-bottom: 1px solid #CEE8EA;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 40px;
	color: #102039;
	font-size: 16px;
	font-weight: 800;
	line-height: 135%;
	font-family: "Roboto", sans-serif;
}
.aw-single-new-sec .aw-home-right-innercl h5,
.aw-single-new-sec .aw-home-right-innercl h3 {
	margin-top: 8px;
}
.aw-home-right-img {
	position: relative;
}
.aw-cat-namecl {
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: 0.36px;
	text-transform: uppercase;
	border-radius: 2px;
	background: #00AFAF;
	padding: 5px 8px;
	font-family: "Roboto Condensed", sans-serif;
}
.aw-cat-namecl:hover {
	color: #fff;
}
.aw-home-right-img .cat-namecl {
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: 0.36px;
	text-transform: uppercase;
	border-radius: 2px;
	background: #00AFAF;
	padding: 5px 8px;
	font-family: "Roboto Condensed", sans-serif;
	position: absolute;
	bottom: 8px;
	left: 8px;
}
.tnp.tnp-subscription {
    margin-top: 0;
    position: relative;
}

.aw-jan-card__content .aw-cat-namecl {
	margin-top: 16px;
	margin-bottom: 15px;
	width: auto;
}
.aw-latestnews-second-sec .aw-cat-namecl {
	margin: 0;
}
.aw-sinlge-cont-top-int {
    max-width: 68.4%;
    width: 100%;
    display: inline-block;
}

.aw-entry-header-inner {
	padding: 54px 0 48px;
}
.aw-sinlge-cont-top-int .entry-title {
	color: #102039;
	margin-bottom: 12px;
}
.custom-share-author {
	display: flex;
	flex-wrap: wrap;
}
.custom-share-author .custom_author_top {
	width: 100%;
}
.entry-meta.custom_author {
	display: flex;
	flex-wrap: nowrap;
	padding: 0;
}
.authore-update-row {
	display: inline-block;
	line-height: 17px;
	width: 100%;
	text-align: right;
	position: relative;
	margin-top: -29px;
}
.name_author_out.aw-has-review {
	margin-top: 0;
}
.author_imag {
	display: inline-block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 10px;
	margin-top: 0px;
}
.author_imag img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.entry-meta.custom_author .custom_author_info {
	display: flex;
	min-height: 50px;
	width: calc(100% - 60px);
}
.name_author_out {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 12px;
}
.post_author_name_out {
	width: auto;
	display: inline-block;
	position: relative;
	z-index: 9;
}
.custom_author_top .custom_author_info .post_author_name {
	display: inline-flex;
	word-break: break-word;
}
.authorByline_tooltip .investor {
	color: #304C5B;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
}
.authorByline_tooltip .investor::before {
	display:none;
}
.post_author_name {
	color: #102039;
	font-size: 16px;
	font-weight: 700;
	line-height: 135%;
}
.su-button {
	background: #00AFAF !important;
	border-radius: 4px !important;
	font-size: 16px !important;
	padding: 5px 0;
	min-width: 250px;
	font-weight: 800;
	font-family: "Roboto", sans-serif;
	background-image: url(images/Arrow-right-white.png) !important;
	background-repeat: no-repeat !important;
	background-position: 95% center !important;
}
.small, small {
	color: #51607D;
	font-size: 10px;
	font-weight: 400;
	line-height: 120%;
	text-align: center;
	width: 100% !important;
	display: inline-block;
}
.single-commercial .su-button {
	background: #F6791E !important;
}
.su-button span {
	font-size: 16px !important;
	padding: 0 20px !important;
}
.btn_with_tooltip__tip::before {
	border: 8px solid transparent;
	border-bottom-color: #fff;
	bottom: 100%;
	content: "";
	left: 50%;
	margin-left: -8px;
	position: absolute;
}
.investor span {
	position: relative;
	margin-left: 5px;
}
.custom_author_top .custom_author_info .author-check-sign {
	margin-bottom: 0px;
	display: inline-block;
}
.custom_author_top .custom_author_info .custom_author_name, .custom_author_top .custom_author_info .posttim.posdate time {
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	color: #304C5B;
	font-family: "Roboto", sans-serif;
}
.authorByline_tooltip {
	display: none;
	position: absolute;
	left: 50%;
	top: 25px;
	width: 343px;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	z-index: 99;
	border-radius: 4px;
	filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.35));
	padding: 24px;
	background: #F2FAFB url(images/author-bg.png) center top no-repeat;
	background-size: 100% auto;
}
.authorByline_tooltip .author-left picture img {
    width: 80px !important;
    height: 80px !important;
    flex-shrink: 0;
    border-radius: 285.714px;
}
.authorByline_tooltip .author-left {
	display: flex;
	width: 100%;
	align-items: flex-start;
	gap: 0 22px;
}
.authorByline_tooltip .author-left .investor   {
 	margin: 0 !important;
 	font-family: Roboto;
}
.authorByline_tooltip .author-left-top ul li a{
    display: flex;
    width: 38px;
    height: 38px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 38px;
    background: #F2FAFB;
}
.author-left-top .list-inline-item {
	margin: 0 !important;
}
.author_name_tip:hover .authorByline_tooltip, .post_author_name_out:hover .authorByline_tooltip {
	display: block;
}
.author_name_tip {
	display: inline-block;
	width: auto;
	position: relative;
}
.authorByline_tooltip::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffff;
	position: absolute;
	top: -9px;
	transform: translate(-50%, -0);
	left: 50%;
}
.authorByline_tooltip .author-left-top ul {
	padding: 7px 0 0;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: flex-start;
}
.authorByline_tooltip .row.text-white {
	margin: 0;
	border-radius: 4px;
}
.author-left {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}
.author-right {
	padding-top: 10px;
}
.authorByline_tooltip .author-right {
	padding-top: 12px;
}
.author-left > img {
	max-width: 80px !important;
	margin-right:0!important;
	height: 80px !important;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	margin-left: 0 !important;
}
.author-left-top {
	display: inline-block;
	width: calc(100% - 103px);
}
.author-left-top .post_author_name {
	width: 100%;
	color: #102039;
	font-size: 18px;
	font-weight: 800;
	line-height: 135%;
	font-family: "Roboto", sans-serif;
	margin-bottom: 3px;
}
.authorByline_tooltip p {
	margin: 0 0 20px !important;
	color: #304C5B;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
}
.bio-right a {
	font-weight: 400;
	font-size: 16.5px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #102039 !important;
	background: none;
	padding-right: 36px;
	border-bottom: 2px solid #00AFAF;
	padding: 0 0 2px;
	text-decoration: none !important;
}
.investor {
	color: #304C5B;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	margin: 2px 0 0 6px;
}
.bio-right a strong {
	font-weight: normal;
}
.custom-share-author .custom-share {
	display: inline-block;
	width: 42%;
	text-align: right;
	margin-top: 19px;
}
.author_section__extra {
	position: relative;
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 3px;
}
.btn_with_tooltip {
	position: relative;
}
.btn_with_tooltip__btn {
	align-items: center;
	background-position: left 8px top 7px;
	background-repeat: no-repeat;
	border: 1px solid #2E2B2D;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	font-size: 12px;
	height: 34px;
	line-height: 21px;
	padding: 0 8px 0 32px;
	width: fit-content;
	color: #fff;
	font-family: "Roboto", sans-serif;
	background-color: #fff;
}
.btn_with_tooltip:hover > .btn_with_tooltip__tip {
	display: block;
}
.disclaimer .btn_with_tooltip__btn {
	background-image: url(images/info.svg);
}
.btn_with_tooltip__tip {
	display: none;
	left: 50%;
	max-width: 300px;
	padding: 16px 24px;
	position: absolute;
	text-align: left;
	top: 35px;
	transform: translateX(-50%);
	width: max-content;
	z-index: 10;
	background: #FFFFFF;
	border-radius: 4px;
	filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.35));
	font-size: 14px;
	line-height: 150%;
	color: #1E1E1E;
	font-family: "Roboto", sans-serif;
}
.author_section__extra {
	position: relative;
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 3px;
}
.aw-footer-list {
	padding-left: 0;
	padding-right: 0;
}
.trust_author_sec_extra .disclaimer .btn_with_tooltip__btn {
	background-image: url(images/star-nw.svg);
	background-position: left 5px top 11px;
	background-size: 23px;
}
.m-tooltip-socail-wrap {
	display: inline-block;
}
.social-sharing {
	display: flex;
	align-self: flex-start;
	position: relative;
}
.social-icons {
	background: #2E2B2D;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	margin: 0 2px;
}
.single-post .aw-single-post-outer .container, .single-post .aw-sinlge-cont-top .container,
.single-commercial .aw-single-post-outer .container, .single-commercial .aw-sinlge-cont-top .container {
	max-width: 1260px;
}
.single-post .aw-bredcrumbset .container,.single-commercial .aw-bredcrumbset .container {
	padding: 0;
	max-width: 1260px;
}
.social-sharing-button {
	cursor: pointer;
	background: #2E2B2D;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	margin-left: 4px;
}
.social-sharing-dropdown {
	width: 167px;
	z-index: 2;
	position: absolute;
	display: none;
	top: calc(100% + 14px);
	right: 0px;
	padding: 15px 15px;
	background: #FFFFFF;
	border-radius: 4px;
	filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.35));
	left: 50%;
	transform: translate(-40%, 0);
	-webkit-transform: translate(-50%, 0);
	z-index: 91;
}
.social-sharing--opened .social-sharing-dropdown {
	display: block;
}
.social-sharing-dropdown::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	top: -10px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0);
}
.social-sharing-link {
	width: 100%;
	padding: 8px 0;
	justify-content: flex-start;
	text-decoration: none;
	transition: transform,0.3s;
	border-radius: 4px;
	font-family: 'Arial';
	font-weight: 400;
	font-size: 14px !important;
	line-height: 150%;
	display: flex;
	align-items: center;
	color: #6D6D6D !important;
}
.social-sharing-icon {
	height: 16px;
	width: auto;
	margin-right: 10px;
}
.social-sharing-link span {
	font-weight: 400;
	font-size: 14px !important;
	line-height: 150%;
	color: #1E1E1E !important;
	margin-bottom: 0;
	text-transform: capitalize;
}
.aw-single-post-outer {
	display: inline-block;
	width: 100%;
	padding-top: 10px;
	position: relative;
}
.aw-sinlge-cont-left {
	display: inline-block;
	vertical-align: top;
	width: 68.4%;
}
.aw-single-cont-right {
	display: inline-block;
	width: calc(100% - 69%);
	padding-left: 45px;
	margin-top: 76px;
}
.wp-caption-text {
	color: #51607D;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	margin: 7px 0 10px;
}
.aw-reviewed-tip:hover .authorByline_tooltip.reviewedcl_tooltip {
	display: block;
}
.aw-reviewed-tip {
	width: fit-content;
	position: relative;
}
.authorByline_tooltip.reviewedcl_tooltip {
	transform: translate(-40%, 1%);
	-webkit-transform: translate(-40%, 1%);
}
.aw-key-box-outer {
	display: inline-block;
	width: 100%;
	margin: 10px 0 22px;
}
.aw-key-box-inner {
	background: #F2FAFB;
	border-radius: 4px;
	display: inline-block;
	width: 100%;
	padding: 20px 24px;
	position: relative;
}
.aw-key-box-heading {
	font-weight: 600;
	font-size: 10px;
	line-height: 150%;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #068E8E;
	width: max-content;
	padding: 4px 10px 4px 10px;
	left: -30px;
	position: relative;
	top: -6px;
	margin-bottom: 4px;
	font-family: "Roboto Condensed", sans-serif;
}
.aw-key-box-heading::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid #C4C4C4;
	border-left: 6px solid transparent;
	position: absolute;
	left: 0px;
	top: 23px;
}
.aw-key-box-heading::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid #068E8E;
	border-top: 12px solid transparent;
	bottom: 0;
	right: -6px;
}
.aw-key-box-inner p {
	margin-bottom: 0 !important;
}

.aw-single-post-outer ul {
	list-style: circle;
	padding-left: 0;
	list-style-position: inside;
}
li::marker {
	color: #066194;
}
.site-main > article > *, .site-main > .not-found > *, .entry-content > *, [class*="inner-container"] > *, .wp-block-template-part > *, .wp-block-post-template :where(li > *) {
	margin-top: 0;
	margin-bottom: 15px;
}

.our-mission-out {
	display: inline-block;
	margin-top: 20px;
	width: 100%;
}
.our-mission-out p {
	margin-bottom: 0 !important;
	padding-left: 75px;
	background: url(images/Quote.svg) left center no-repeat;
	color: #102039;
	font-size: 20px;
	font-weight: 900;
	line-height: 135%;
}

.su-column-inner h3, .su-column-inner h2, .su-column-inner h4 {
	background: #F2FAFB;
	border-radius: 4px;
	display: block;
	padding: 16px;
	font-weight: 800;
	font-size: 16px;
	line-height: 135%;
	color: #102039;
}
.su-row {
	margin: 35px 0 40px;
}
.su-column-inner h3 img, .su-column-inner h2 img, .su-column-inner h4 img {
	margin-left: 8px;
}

.su-row .su-column:first-child .su-column-inner h3::after, .su-row .su-column:first-child .su-column-inner h2::after, .su-row .su-column:first-child .su-column-inner h4::after {
	content: "";
	position: absolute;
	right: auto;
	width: 22px;
	height: 22px;
	margin-left: 8px;
	background-image: url(images/pros.svg);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 20px;
}
.su-row .su-column:nth-child(2) .su-column-inner h3::after ,.su-row .su-column:nth-child(2) .su-column-inner h2::after, .su-row .su-column:nth-child(2) .su-column-inner h4::after{
	content: "";
	position: absolute;
	right: auto;
	width: 22px;
	height: 22px;
	margin-left: 8px;
	background-image:url(images/cons.svg);
	background-repeat:no-repeat;
	background-position: center 0;
	background-size: 20px;
}

.su-list ul li {
	position: relative;
	display: block !important;
	margin: 0 !important;
	padding: 4px 0 4px 2em !important;
	list-style-type: none !important;
	font-weight: 400;
	font-size: 16.5px;
	line-height: 150%;
	color: #304C5B !important;
}
.sui-check-circle::before {
	content: "" !important;
	background: url(images/pros-check-icon.svg) left top no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
}

.sui-close::before, .sui-remove::before, .sui-times::before  {
	content: "" !important;
	background: url(images/cons-close-icon.svg) left top no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
}
.su-highlight {
	display: inline-block !important;
	padding: 0px 24px !important;
	width: 100%;
	position: relative;
	margin: 12px 0 20px;
}
.su-highlight h3 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #102039;
	font-size: 24px;
	font-weight: 900;
	line-height: 135%;
}
.su-highlight h3 {
	margin-bottom: 10px;
}
.su-highlight p {
	margin-bottom: 15px;
}
.su-highlight p:last-child {
	margin-bottom: 0 !important;
}
table td, table th, .wp-block-table td, .wp-block-table th {
	padding: 10px 16px;
	border: 1px solid #CEE8EA;
	border-left: none;
	border-right: 0;
}
table {
	border: 1px solid #CEE8EA;
}
td {
	color: #102039;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
}
td strong {
	color: #304C5B;
}
.stepby-outer h3 {
	color: #102039;
	font-size: 20px;
	font-weight: 900;
	line-height: 135%;
	margin-top: 0 !important;
}
.stepby-outer p {
	padding-left: 38px;
}
.stepby-outer h2 {
	font-size: 24px;
}
.stepby-outer ol {
	list-style: conic-gradient inside;
	text-indent: 0;
	counter-reset: item;
}
.entry-content .stepby-outer ol {
	padding-left: 0;
}
.stepby-outer li {
	display: flex;
	position: inherit;
	padding-left: 38px;
	align-items: baseline;
	text-indent: -13px;
}
.stepby-outer li::before {
	display: inline-block;
	content: counter(item);
	counter-increment: item;
	position: relative;
	width: auto;
	height: auto;
	color: #0CA0A0;
	text-align: left;
	font-size: 24px;
	font-weight: 900;
	line-height: 135%;
	margin-right: 14px;
	top: 3px;
	left: -24px;
}
.latest-bottomcl p {
	margin-bottom: 0 !important;
}
.aw-share-sec-tags {
	display: inline-block;
	width: 100%;
	padding-bottom: 0;
	margin-top: 20px;
}
.sharetags-top {
	margin-bottom: 25px;
}
.aw-share-sec-tags-inner {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: end;
}
.aw-custom-post-tags {
	text-align: left;
	width: 100%;
}
.aw-share-sec-tags-inner span {
	color: #304C5B;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0.96px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
}
.aw-custom-post-tags ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.aw-custom-post-tags li {
	display: inline-block;
	width: auto;
	border: 1px solid #066194;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-weight: 700;
	font-size: 12px;
	line-height: 125%;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #066194;
	margin: 0 0 4px 4px;
	font-family: "Roboto Condensed", sans-serif;
}
.aw-custom-post-tags li a {
	padding: 4px 5px 3px;
	display: inline-block;
	color: #066194 !important;
	text-decoration: none !important;
}
.aw-custom-post-tags li:hover a {
	background: #066194;
	color: #fff !important;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.aw-author-bio-bottom {
	display: inline-block;
	width: 100%;
}
.aw-author-bottom {
	display: flex;
	flex-wrap: wrap;
	border-radius: 4px;
	padding: 24px;
	background: #F2FAFB url(images/author--bottmbg.png) center top no-repeat;
	position: relative;
	background-size: 100% 100%;
}

.aw-author-avatar {
	width: 100%;
	max-width: 100px;
	position: relative;
	height: auto;
}
.aw-author-avatar > img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 100px !important;
	height: 100px !important;
}
.aw-author-sharing {
	width: 100%;
	display: inline-block;
	padding-left: 0;
	text-align: center;
	margin-top: 15px;
}
.aw-home-right-img .aw-cat-namecl {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.aw-single-new-sec.aw-latest-news {
	margin-top: 70px;
}
.aw-author-sharing li {
	display: inline-block;
	margin: 0;
}
.aw-custom-user-url img {
	width: 20px;
	height: auto;
}
.aw-author-sharing h5 {
	display: none;
}
.aw-author-sharing ul {
	margin: 0;
	padding-left: 0;
	list-style:none;
	display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.aw-author-des-right {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	margin-top: 10px;
	padding-bottom: 0;
}
.aw-author-des-top .aw-author-sharing {
	width: calc(100% - 50%);
	text-align: right;
	margin-top: 0;
	padding-right: 20px;
}
.aw-author-des-top h5 {
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
	color: #102039;
	font-size: 24px;
	font-weight: 900;
	line-height: 135%;
}
.aw-author-des-top h5 a {
	color: #102039;
}
.aw-author-des-right p {
	margin-bottom: 10px;
}
.aw-author-read-more a {
	text-decoration: none !important;
	color: #102039;
	text-align: center;
	font-size: 18px;
	font-weight: 800;
	line-height: 135%;
	border-bottom: 2px solid #00AFAF;
	padding-bottom: 4px;
}
.aw-article-trending-list-sec {
	width: 100%;
	display: inline-block;
}
.aw-author-des-top {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 100px);
	padding-left: 24px;
}
.aw-author-des-top .card-jobtitle {
	display: inline-block;
	width: 100%;
	text-align: left;
	padding: 0;
	color: #304C5B;
	font-size: 14px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
}
.aw-author-sharing.mobile-share {
	display: none;
}
.aw-author-sharing.desktop-share {
	display: inline-block;
}
.aw-article-trending-list-sec h4, .aw-article-trending-list-sec .widgettitle {
	color: #102039;
	font-size: 20px;
	font-weight: 700;
	line-height: 135%;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	position: relative;
}
.aw-article-trending-list-sec h4 span {
	background: #fff;
	position: relative;
	z-index: 1;
	padding-right: 15px;
}
.aw-article-trending-list-sec h4::after,.aw-article-trending-list-sec .widgettitle::after {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 100%;
	background: #CEE8EA;
	height: 1px;
}
.aw-related-list-sec {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #CEE8EA;
}
.aw-related-sec-text a {
	margin-top: auto;
	line-height: 17px;
}
.aw-related-imgcl {
	width: 88px;
	height: 88px;
}
.aw-related-imgcl img {
	height: 100% !important;
	object-fit: cover;
	width: 100%;
	border-radius: 4px;
}
.aw-related-sec-text {
	width: calc(100% - 88px);
	padding-right: 15px;
	display: flex;
	flex-wrap: wrap;
}
.aw-related-sec-text h5 {
	margin: 0;
	overflow: hidden;
	color: #102039;
	font-size: 18px;
	font-weight: 800;
	line-height: 135%;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 50px;
	width:100%;
}
.aw-related-sec-text span {
	letter-spacing: 0.36px;
	color: #51607D;
	font-size: 12px;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	margin-top: auto;
}
.aw-related-list-sec.img-mobile .aw-related-sec-text h5 {
	color: #102039;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
}
.aw-related-list-sec.img-mobile .aw-related-sec-text span {
	display: none;
}

.aw-related-list-sec:last-child {
	border-bottom: none;
}
.aw-social-media-ft a {
	padding: 0 27px 0 0px;
	margin-bottom: 0 !important;
}
.page-template-custom-About .aw-bredcrumbset {
	display: none;
}
.aw-bredcrumbset {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.aw-bredcrumbset .container {
	padding: 0;
}
.aw-about-sub {
	color: #102039;
	font-size: 20px;
	font-weight: 900;
	line-height: 135%;
	font-family: "Roboto", sans-serif;
	width: 100%;
	display: inline-block;
	margin-bottom: 12px;
}
.aw-breadcrumb {
	padding-left: 0;
	list-style: none;
	display: flex;
	padding-top: 10px;
	position: relative;
	z-index: 2;
	margin-bottom: 0;
}
.category-template-templatescategory-hub-template-php .aw-breadcrumb img {
	filter: brightness(0) invert(1);
}
.aw-breadcrumb a, .aw-breadcrumb .breadcrumb_last, .aw-breadcrumb span {
	color: #51607D;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-transform: capitalize;
	text-underline-offset: 3px;
	font-family: "Roboto", sans-serif;
}
.aw-breadcrumb li {
    line-height: 16px;
    color: #51607D;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}
a.home-link {
    position: relative;
    top: -1px;
}
.aw-breadcrumb i {
	color: #51607D;
	width: 16px;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	position: relative;
	margin: -1px 0 0;
}
#site-content {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative;
}
.aw-breadcrumb span {
	padding-right: 16px;
	position: relative;
	line-height: 16px;
	vertical-align: top;
	display: inline-block;
}
.aw-breadcrumb span span::after {
	content: "\f105";
	position: absolute;
	right: -8px;
	top: 0px;
	width: 16px;
	height: 16px;
	font-family: 'FontAwesome';
	color: #51607D;
}
.aw-breadcrumb .breadcrumb_last::after {
	display:none;
}

.aw-social-news-inner {
	width: 100%;
	display: inline-block;
}

.latestnews-second-sec {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 0 24px;
	margin-top: 20px;
}
.trending-box-inner {
	max-width: 23.7%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E0E0E0;
	width: 100%;
}
.latestnews-second-sec.ms-latestnews-second-phase {
	margin-top: 0;
}

.moretagarticles-button {
	text-align: center;
	display: inline-block;
	width: 100%;
}

.moretagarticles-button.ms-home-page-loadmore button, .moretagarticles-button.ms-home-page-loadmore.ms-load-more-ancher a {
	text-decoration: none;
	border-radius: 4px;
	text-align: center;
	padding: 9px 16px 9px;
	width: auto;
	display: inline-block;
	margin-top: 25px;
	color: #068E8E !important;
	font-size: 16.5px;
	font-weight: 700;
	line-height: 150%;
	border: 1px solid #068E8E;
	outline: none !important;
	font-family: "Roboto", sans-serif;
	background: transparent !important;
}
.aw-list-inline {
	padding-left: 0;
}

.aw-author-bio p a {
	color: #fff;
	text-decoration: underline;
}
.aw-latestnews-second-sec h5 {
	font-size: 18px;
	font-weight: 400;
}
.page-template-default .aw-bredcrumbset {
	display: none;
}
.aw-main-page-sec h2 {
	margin-bottom: 15px;
}
.aw-main-page-sec h3 {
	margin-bottom: 15px;
	margin-top: 34px;
}
.aw-main-page-sec h4 {
	margin-bottom: 15px;
	margin-top: 34px;
}
.aw-main-page-sec .entry-content {
	margin-top: 20px;
}
.aw-main-page-sec ul {
	margin-top: 20px;
}
.page-template-custom-About .aw-breadcrumb,.page-template-template-authors-list .aw-breadcrumb,.author-brad-anderson .aw-breadcrumb {
	position: relative;
	z-index: 1;
}
.author-left-top ul {
	padding: 0;
}
.aw-sinlge-cont-left .entry-content {
	margin-top: 0;
}
.aw-single-post-outer h3, .aw-single-post-outer h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}

/*top-search*/

.search-list {
	background: #FFFFFF;
	border: 1px solid #EBEFF2;
	border-radius: 0;
	margin-top: 9px;
	padding: 12px 20px 12px 20px;
	text-align: left;
	position: absolute;
	width: 100%;
	z-index: 99;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 32px 0px rgba(0, 0, 0, 0.10);
}
.search-list a {
	font-size: 16px;
	line-height: 150%;
	color: #102039;
	font-family: "Roboto", sans-serif;
}

.input-bar-wrapper-inner {
	display: inline-block;
	width: 100%;
	max-width: 570px;
	position: relative;
}

.search_result .search-list {
	padding: 8px;
}
.search-item {
	position: relative;
}
.clock-search-item {
	width: 20px;
	height: 22px;
	display: inline-block;
	background-image: url("images/clock.svg");
	background-repeat: no-repeat;
	background-position: center;
}
.trending-search-item {
	width: 20px;
	height: 22px;
	display: inline-block;
	background-image: url("images/trending-search.svg");
	background-repeat: no-repeat;
	background-position: center;
}
.search_result .title-date {
    width: calc(100% - 84px);
    padding-left: 15px;
    font-size: 16.5px;
    line-height: 130%;
    color: #102039;
    text-align: left;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    padding-right: 5px;
}
.search_result .search-list {
	margin-top: 0;
}
.close-search-item {
	background-image: url("images/x-close.svg");
	position: absolute;
	width: 14px;
	height: 14px;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}

/*top-search-end*/
b, strong {
	font-weight: 600;
}
.su-row .su-column {
	margin: 0 0 0 2%;
}
.su-row .su-column-size-1-2 {
	width: 49%;
}
.su-highlight h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
}
.responsive-table {
	margin-top: 10px;
	margin-bottom: 25px !important;
}
.featured-media-inner.section-inner img {
	height: 400px !important;
	object-fit: cover;
	max-width: 100% !important;
}

.aw-sinlge-cont-left .list_how_to__item_title {
	font-weight: 600 !important;
	font-size: 22px !important;
	color: #102039 !important;
}
.aw-sinlge-cont-left .list_how_to__item_text {
	color: #1E1E1E;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 15px !important;
	margin-top: 0 !important;
}
body .list_how_to__item::before {
	background: url("data:image/svg+xml,%3Csvg width='30' height='39' viewBox='0 0 30 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 38.6484V4.21094C0.75 2.2434 2.34496 0.648438 4.3125 0.648438H25.6875C27.655 0.648438 29.25 2.2434 29.25 4.21094V38.6484L15 30.3359L0.75 38.6484Z' fill='%2307A0AA'/%3E%3C/svg%3E%0A") no-repeat center !important;
	font-family: "Roboto", sans-serif;
	color: #ffffff;
	top: 1px;
}
body .list_how_to__item_title {
	color: #102039 !important;
	font-family: "Roboto", sans-serif !important;
}
body .list_how_to__item {
	color: #304C5B !important;
	font-family: "Roboto", sans-serif !important;
}


.category-template-templatescategory-hub-template-php.archive .aw-breadcrumb a, .category-template-templatescategory-hub-template-php.archive .aw-breadcrumb span {
	color: #fff;
}
.category-template-templatescategory-hub-template-php .aw-breadcrumb span span::after {
	color: #fff;
}
.aw-cat-hub-banner-inner {
	display: inline-block;
	width: 100%;
	padding: 38px 0 50px 0;
	position: relative;
}

.aw-cat-hub-banner-left {
    padding: 0;
    position: relative;
    z-index: 2;
}
.aw-cat-hub-banner-left .aw-archive-title {
	margin-bottom: 10px;
	color: #FFF;
	font-size: 48px;
	font-weight: 900;
	line-height: 115%;
}
.aw-cat-hub-banner-left .aw-archive-title img {
	vertical-align: top;
}
.aw-cat-hub-subtitle p {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}
.aw-hub-top-sec {
	margin-top: 70px;
}
.aw-hub-expert-box {
	display: none;
}
.aw-expert-inner2 {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.aw-loadmorehub-button {
	text-align: center;
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 6px;
}
.aw-loadmorehub {
	font-size: 16.5px;
	color: #068E8E;
	border: 1px solid #068E8E;
	border-radius: 6px;
	width: 145px;
	padding: 9px 15px 9px 40px;
	background: url(images/plus-white.png) 15px 14px no-repeat;
	cursor: pointer;
	font-weight: 700;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
}
.hub-expert-sec h2 {
	text-align: left;
	margin-bottom: 12px;
	color: #102039;
	font-size: 20px;
	font-weight: 700;
	line-height: 135%;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	position:relative;
}
.hub-expert-sec h2::after {
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	width: 100%;
	background: #CEE8EA;
	height: 1px;
}
.hub-expert-sec h2 span {
	background: #F2FAFB;
	z-index: 1;
	position: relative;
	padding-right: 15px;
}
.aw-expert-heading {
	text-align: left;
	display: inline-block;
	width: 100%;
}
.aw-expert-heading img {
	height: 32px;
	margin-right: 5px;
	width: 32px;
	margin-top: -10px;
}
.aw-might-also-like {
	margin-top: 70px;
	margin-bottom: 70px;
}
.aw-might-also-like-inner {
	width: 100%;
	display: inline-block;
}
.aw-also-like-inner {
	display: flex;
	gap: 24px 32px;
	flex-wrap: wrap;
}
.aw-latest-ans-inner2 {
	display: inline-block;
	width: 31.8%;
	position: relative;
}

.aw-latest-ans-inner2 .aw-related-imgcl {
	width: 159px;
	height: 165px;
	display: inline-block;
}
.aw-popular-wrappercl h4 {
	margin-bottom: 4px;
	color: #102039;
	font-size: 20px;
	font-weight: 900;
	line-height: 135%;
}
.aw-popular-wrappercl h4 a {
	color: #102039;
}
.aw-popular-wrappercl h4 a:hover {
	color: #318388;
}
.aw-fullanswer-button {
	display: inline-block;
	color: #1E1E1E;
	font-size: 16px;
	text-decoration: underline;
}
.aw-might-also-like-inner .aw-latest-card-bottom {
	display: flex;
	justify-content: end;
	margin-top: auto;
}
.aw-might-also-like-inner .aw-hub-author {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
}
.aw-might-also-like-inner .aw-hub-author img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 56px;
    display: inline-block;
}
.aw-latest-bottomcl {
	width: 100%;
	line-height: 15px;
}
.aw-might-also-like-inner .aw-card-text {
	color: #304C5B;
	margin: 10px 0 0 !important;
	font-weight: 400;
	line-height: 150%;
}
.aw-might-also-like-inner .aw-hub-author .aw-author-name {
	color: #102039;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.42px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
}
.aw-might-also-like-inner .aw-hub-author .card-jobtitle {
	color: #1E1E1E;
}
.aw-latest-ans-card {
	width: calc(100% - 164px);
	display: inline-block;
	padding-left: 15px;
	vertical-align: top;
}
.aw-load-button,.aw-commercial-button {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.aw-load-more, .aw-commercial {
	padding: 9px 15px;
	cursor: pointer;
	display: inline-block;
	border-radius: 6px;
	border: 1px solid #068E8E;
	background: #FFF;
	color: #068E8E;
	font-size: 16.5px;
	font-weight: 700;
	line-height: 150%;
}
.aw-commercial {
	font-size: 16.5px;
	color: #068E8E;
	border: 1px solid #068E8E;
	border-radius: 6px;
	width: 145px;
	padding: 9px 15px 9px 40px;
	background: url(images/plus-white.png) 15px 14px no-repeat;
	cursor: pointer;
	font-weight: 700;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
}
.aw-subscribe-sec {
	padding: 0;
	margin-bottom: 70px;
}


.aw-load-more:hover,.aw-commercial:hover {
	color:#068E8E;
	text-decoration: none;
}
.su-table {
	overflow: auto;
}
.aw-as-seen-outer {
	display: flex;
	justify-content: center;
	width: 100%;
}
.aw-as-seen-inner {
	width: 100%;
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
	align-content: center;
	align-items: center;
}
.aw-as-seen-inner img {
	height: 23px;
}
.aw-as-seen-inner span {
	display: inline-block;
	width: 100%;
	color: #102039;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	margin-bottom: 10px;
}
.aw-as-seen-inner ul {
	list-style: none;
	padding: 0;
	display: flex;
	gap: 0 63px;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.featured-media {
	margin-bottom: 10px;
}

.cbm-presale-toplist__offer-pros ul {
	margin-bottom: 0;
	list-style-type: none !important;
}
.cbm-presale-toplist__offer-pros ul li {
	padding-left: 20px !important;
	font-family: "Roboto", sans-serif;
	background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.8041 10.0058L3.87481 10.0765L3.94552 10.0058L11.5252 2.42609L11.5959 2.35538L11.5252 2.28467L10.5335 1.29294L10.4628 1.22223L10.3921 1.29294L3.87481 7.81018L1.60786 5.54323L1.53715 5.47252L1.46644 5.54323L0.474699 6.53497L0.403989 6.60568L0.474699 6.67639L3.8041 10.0058Z' fill='%23F6791E' stroke='%23F6791E' stroke-width='0.2'/%3E%3C/svg%3E%0A") left 4px no-repeat !important;
}
.cbm-presale-toplist__offer-purchase-methods ul {
	list-style-type: none !important;
	padding-left: 0 !important;
}

.aw-cat-hub-subtitle {
	margin-top: 10px;
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
	font-family: "Roboto", sans-serif;
	padding-right: 52%;
}
.campaign-shortcode-table_filter-list {
	padding-left: 0 !important;
}
.single-commercial .featured-media-inner .featured_media_df {
	display: none;
}
.aw-sharetags-top {
	border: 1px solid #CEE8EA;
	border-radius: 4px;
	padding: 16px;
	display: inline-block;
	width: 100%;
	margin-bottom: 32px;
}
.aw-sharetags-top h4 {
	color: #102039;
	font-size: 16px;
	font-weight: 800;
	line-height: 135%;
	margin-bottom: 10px;
	background: url(images/favicon_dark.svg) left -4px no-repeat;
	background-size: 32px;
	padding-left: 40px;
}
.aw-sharetags-top p {
	margin-bottom: 0 !important;
	color: #304C5B;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
}
.aw-sinlge-cont-left p a, .aw-sinlge-cont-left li a {
	color: #0CA0A0;
	text-decoration: underline;
}
.aw-author-sharing a {
	width: 38px;
	height: 38px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
}
.aw-sinlge-cont-left .aw-author-bottom-box {
	margin-top: 0;
	margin-bottom: 30px;
}
.aw-main-page-sec p a, .aw-main-page-sec li a, .aw-editorial-left p a, .aw-editorial-left li a, .aw-process-inner p a, .aw-process-inner li a {
	color: #066194;
	text-decoration: underline;
}
.aw-main-page-sec p a:hover, .aw-main-page-sec li a:hover,.aw-editorial-left p a:hover, .aw-editorial-left li a:hover,.aw-process-inner p a:hover, .aw-process-inner li a:hover {
	color: #318388;
	text-decoration: underline;
}
.btn_with_tooltip__tip a,.author-right a {
	color: #318388;
}
.single .aw-bredcrumbset {
	background: transparent;
}
.single .aw-breadcrumb a, .single .aw-breadcrumb .breadcrumb_last {
	color: #6D6D6D;
}
.single .aw-breadcrumb span span::after {
	color: #6D6D6D;
}
.single .aw-breadcrumb i {
	color: #6D6D6D;
}
.single .aw-entry-header-inner {
	padding: 30px 0 0;
}
.single .post_author_name_out {
	width: auto;
}
.single .investor span {
	position: relative;
	margin-left: 5px;
	display: none;
}
.reviewedcl {
	width: 100%;
	display: flex;
	color: #304C5B;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	justify-content: space-between;
	margin-top: 2px;
	position: relative;
	z-index: 1;
}
.single .reviewedcl a {
	color: #102039;
}
.single .btn_with_tooltip__btn {
	background-image: none;
	padding-left: 8px;
	border: 1px solid #E0E0E0;
	color: #102039;
	height: 32px;
}
.single .trust_author_sec_extra .disclaimer .btn_with_tooltip__btn {
	padding-left: 32px;
}
.single .social-sharing-button {
	width: 32px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #E0E0E0;
	background: #fff;
	margin-left: 0;
}
.aw-sinlge-cont-top {
	position: relative;
	z-index: 1;
	width: 100%;
}
.single .author_section__extra {
	margin-top: 0;
	margin-right: 5px;
}
.aw-author-out {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
}

.mobile-view{
	display: none;
}
.desktop-view{
	display: block;
}
.formkit-spinner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:0px;width:0px;margin:0 auto;position:absolute;top:0;left:0;right:0;width:0px;overflow:hidden;text-align:center;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}.formkit-form[data-uid="d1a720e986"] .formkit-spinner > div{margin:auto;width:12px;height:12px;background-color:#fff;opacity:0.3;border-radius:100%;display:inline-block;-webkit-animation:formkit-bouncedelay-formkit-form-data-uid-d1a720e986- 1.4s infinite ease-in-out both;animation:formkit-bouncedelay-formkit-form-data-uid-d1a720e986- 1.4s infinite ease-in-out both;}.formkit-form[data-uid="d1a720e986"] .formkit-spinner > div:nth-child(1){-webkit-animation-delay:-0.32s;animation-delay:-0.32s;}.formkit-form[data-uid="d1a720e986"] .formkit-spinner > div:nth-child(2){-webkit-animation-delay:-0.16s;animation-delay:-0.16s;}.formkit-form[data-uid="d1a720e986"] .formkit-submit[data-active] .formkit-spinner{opacity:1;height:100%;width:50px;}.formkit-form[data-uid="d1a720e986"] .formkit-submit[data-active] .formkit-spinner ~ span{opacity:0;}
.wp-block-table {
  padding-right: 1px;
}

.aw-popup-overlay {
  position: fixed;	
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.40);
  z-index: 99;
  display: none;
}
body.search-open{
	overflow: hidden;
}

table tr td a, .aw-editorial-sec p a {
  text-decoration: underline;
  color: #0ca0a0;
}
.aw-breadcrumb.yoast-breadcrumb-default > span >span:first-child a {
  background: url("images/home-icon.svg");
  background-repeat: no-repeat;
  font-size: 0;
  width: 13px;
  height: 14px;
  display: block;
}
/* HTML: <div class="aw-loader"></div> */
.aw-loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #07A0AA;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
  position: absolute;
  left: 36%;
  top: 2px;
  z-index: 1;
}
.aw-popup-newsletter .aw-loader{
	left: 35%;
  top: 4px;
}
.tnp.tnp-subscription div.aw-success-message, .tnp.tnp-subscription div.aw-error-message{
	display: block;
	margin-top: 10px;
}
.tnp.tnp-subscription div.aw-success-message p, div.aw-success-message{
	color: green;
}
.tnp.tnp-subscription div.aw-error-message p, div.aw-error-message{
	color: red;
}
@keyframes l3 {to{transform: rotate(1turn)}}

.newsletter-success-box{
	display: none;
}
.aw-newsletter-success-content{	
	color: #304C5B;
	font-family: Roboto;
	font-size: 16.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24.75px */
	margin-top: 16px;
	margin-bottom: 24px;
}
button.success-content-close{
	display: flex;
	width: 250px;
	padding: 12px 8px;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	border: 1px solid #102039;
	color: #102039 !important;
	/* Heading/Desktop/h5 */
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 135%; /* 21.6px */
	background-color: #FFF !important;
}
#multiCollapse2 .collapse-action-btn i.up {
	transform: rotate(-180deg);
}
.toc-sticky.sticky #multiCollapse1 .collapse-action-btn i.up {
	transform: rotate(-180deg);
}

.su-image-carousel-item img {
	height: 100% !important;
}
button:focus, input[type=reset]:focus, input[type=submit]:focus{
	outline: none !important;
}
.popular-category-list-item a{
	text-decoration: none !important;
}
.campaign__partner-label-brand-lei {
	background: #0F5DA5;
}
@media screen and (min-width: 992px) {

.page-template-template-full-width .campaign-compact-table__offer,.page-template-Guide-Crypto-template .campaign-compact-table__offer,.page-template-guide-template .campaign-compact-table__offer,.page-template-Master-commercial-template .campaign-compact-table__offer {
	gap: 0 16px;
	grid-template-areas:
	"label label label label"
	"logo description rating cta-button"
	"terms terms terms terms";
	grid-template-columns: 116px 1fr 88px 195px;
}
.page-template-template-full-width .campaign-compact-table__offer-logo img,.page-template-Guide-Crypto-template .campaign-compact-table__offer-logo img,.page-template-guide-template .campaign-compact-table__offer-logo img,.page-template-Master-commercial-template .campaign-compact-table__offer-logo img {
	height: auto;
}

.page-template-template-full-width .campaign-compact-table__offer-description,.page-template-Guide-Crypto-template .campaign-compact-table__offer-description,.page-template-guide-template .campaign-compact-table__offer-description,.page-template-Master-commercial-template .campaign-compact-table__offer-description {
	display: none;
}

.page-template-template-full-width .campaign-compact-table__offer-key-features,.page-template-Guide-Crypto-template .campaign-compact-table__offer-key-features,.page-template-guide-template .campaign-compact-table__offer-key-features,.page-template-Master-commercial-template .campaign-compact-table__offer-key-features {
	grid-area: description;
}

.page-template-template-full-width .campaign-compact-table__offer-key-features > .campaign-compact-table__offer-description,.page-template-Guide-Crypto-template .campaign-compact-table__offer-key-features > .campaign-compact-table__offer-description,.page-template-guide-template .campaign-compact-table__offer-key-features > .campaign-compact-table__offer-description,.page-template-Master-commercial-template .campaign-compact-table__offer-key-features > .campaign-compact-table__offer-description {
	display: block;
	margin-bottom: 4px;
}

.page-template-template-full-width .campaign-compact-table__offer-rating,.page-template-Guide-Crypto-template .campaign-compact-table__offer-rating,.page-template-guide-template .campaign-compact-table__offer-rating,.page-template-Master-commercial-template .campaign-compact-table__offer-rating {
	flex-flow: column;
	margin-left: 0;
}

.page-template-template-full-width .campaign-compact-table__offer-rating .star_rating_img,.page-template-Guide-Crypto-template .campaign-compact-table__offer-rating .star_rating_img,.page-template-guide-template .campaign-compact-table__offer-rating .star_rating_img,.page-template-Master-commercial-template .campaign-compact-table__offer-rating .star_rating_img {
	margin: 8px 0 0 0;
}

.page-template-template-full-width .campaign-compact-table__offer-terms .cell_bottom,.page-template-Guide-Crypto-template .campaign-compact-table__offer-terms .cell_bottom,.page-template-guide-template .campaign-compact-table__offer-terms .cell_bottom,.page-template-Master-commercial-template .campaign-compact-table__offer-terms .cell_bottom {
	max-height: 24px;
}

.cbm-presale-toplist__offer-logo-w-title{
	grid-area:logo-w-title;
}
.cbm-presale-toplist__offer-link{
	grid-area:link
}
.cbm-presale-toplist__offer-pros{grid-area:pros}
.cbm-presale-toplist__offer-launched{grid-area:launched}
.cbm-presale-toplist__offer-meta{grid-area:meta;}
.cbm-presale-toplist__offer-purchase-methods{grid-area:purchase-methods;}

.cbm-presale-toplist__wrapper .cbm-presale-toplist__offer-body {
	grid-template-columns: 1fr 114px 90px 150px;
	grid-template-rows: 40px 1fr;
	gap: 16px 20px;
	grid-template-areas: "logo-w-title logo-w-title logo-w-title link" "pros launched meta purchase-methods";
}


}
/* brand Plugin css */

.aw-single-post-outer .campaign-compact-table__offer {
	gap: 0 24px;
	grid-template-areas: "label label label label" "logo key-features rating cta-button" "terms terms terms terms";
	grid-template-columns: 133px 1fr 88px 195px;
}
.aw-single-post-outer .campaign-compact-table__offer-description {
	display: none;
}
.aw-single-post-outer .campaign-compact-table__offer-key-features > .campaign-compact-table__offer-description {
	display: block ;
}

/* brand Plugin css End */



.aw-search-outer {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 40px;
}
.search-result-count {
	color: #1E1E1E;
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
	margin-bottom: 15px !important;
	margin-top: 0 !important;
}

.aw-expert-img a {
	display: inline-block;
	position: relative;
}

.aw-expert-box-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.aw-home-pagination .prev.page-numbers {
	font-size: 0;
	background: url(images/pagination-left.png) center center no-repeat;
	width: 20px;
	height: 34px;
	display: inline-block;
}
.aw-home-pagination .next.page-numbers {
	font-size: 0;
	background: url(images/pagination-right.png) center center no-repeat;
	width: 20px;
	height: 44px;
	display: inline-block;
}
.custom_author_name {
	background: url(images/clock.svg) left center no-repeat;
	padding-left: 20px;
}
.aw-homepage-left-inner .aw-thumbnailcl {
	height: 542px !important;
}

.aw-homepage-left-inner .aw-jan-card__content {
	margin-top: 10px;
	position: absolute;
	padding: 32px;
	background: linear-gradient(180deg, rgba(16, 32, 57, 0.00) 1.70%, #1C2642 94.42%);
	border-radius: 4px;
	z-index: 1;
	bottom: 0;
	height: auto;
	top: auto;
	width: 100%;
}  

/* .aw-homepage-left-inner .aw-thumbnailcl::after { */
	/* content: ""; */
	/* position: absolute; */
	/* left: 0; */
	/* top: 0; */
	/* width: 100%; */
	/* height: 100%; */
	/* background: linear-gradient(180deg, rgba(16, 32, 57, 0.00) 15.42%, #1C2642 94.42%); */
	/* border-radius: 4px; */
/* } */
.aw-homepage-left-inner .aw-thumbnailcl img {
	height: 100% !important;
	object-fit: cover;
	border-radius: 4px;
}
.aw-categorie-inner .slick-list {
    height: 300px;
}

.cbm-presale-toplist__offer-purchase-methods ul li { background:none;
 padding-left:0; margin-bottom:0; }
 



/*New-header Css*/

.header_hamburger{
 display:none;	
}
.header-right {
	height: 100%;
	padding: 0;
	width: 70.667%;
}
.main-nav .navbar-nav {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.header-right li > a {
	display: block;
	width: 100%;
	letter-spacing: 0;
	border-bottom: none;
	padding: 20px 19px 20px;
	position: relative;
	transition: all .5s ease-out;
	text-decoration: none;
	font-size: 17px;
	line-height: 150%;
	color: #102039;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
}
.header-right ul li:hover > a {
    color: #00AFAF;
}

.header-right li.menu-item-has-children:hover {
    background-color: #F2FAFB;
}
.header-right ul li {
	position: relative;
	display: inline-block;
	margin: 0;
	margin-left: 0px;
}
.sub-menu {
	position: absolute;
	left: 50%;
	top: 68px;
	width: 100%;
	margin: 0;
	z-index: 1200;
	text-align: left;
	height: 0;
	transition: none;
	list-style: none;
	display: none;
	padding-left: 0;
}
.header-right li:hover > .sub-menu {
	display: block;
	background-color: #fff;
	background-repeat: no-repeat;
	height: auto;
	max-height: max-content;
	width: 240px;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 32px 0px rgba(0, 0, 0, 0.10);
}
.header-right .sub-menu a {
	letter-spacing: 0;
	text-decoration: none ;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 150%;
	color: #102039;
	padding: 11px 36px 11px 16px;
	border-bottom: 1px solid #EBEFF2;
	width: 100%;
	display: inline-block;
	position: relative;
	font-weight: normal;
}
.header-right .sub-menu li {
	padding: 0;
	width: 100%;
}
.header-right li > ul > ul {
	left: 100%;
	top: 0;
	background: #F1F1F1 !important;
}

.header-right ul li.menu-item-has-children > a::after {
	content: '\f107';
	font-family: FontAwesome;
	margin-left: .35714rem;
	transition: all .5s ease-out;
	position: relative;
	font-size: 14px;
}
.header-right ul li.menu-item-has-children.menu-dropdown > a::after {
	content: "\f106";
	font-family: FontAwesome;
	margin-left: .35714rem;
	transition: all .5s ease-out;
	position: relative;
	font-size: 14px;
}
.header-right ul li.menu-item-has-children ul li.menu-item-has-children > a {
	background: url(images/left-icon.svg) 93% center no-repeat;
}
.header-right ul li.menu-item-has-children ul li.menu-item-has-children a::after{
	display:none;
}
.header-right ul.sub-menu > li > a:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: #00AFAF;
	width: 4px;
	opacity: 0;
	visibility: hidden;	
}
.header-right ul li.menu-item-has-children ul li a {
	letter-spacing: 0;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 150%;
	color: #102039;
	padding: 11px 36px 11px 16px;
	border-bottom: 1px solid #CEE8EA;
	width: 100%;
	display: inline-block;
	position: relative;
	font-weight: normal;
}
.header-right ul li.menu-item-has-children ul li a:hover {
    background-color: #F2FAFB !important;
}
.header_buttons {
	padding: 0 !important;
	outline: none !important;
	text-decoration: none !important;
	border: none;
	margin-left: 10px;
	vertical-align: top;
	outline: none !important;
	box-shadow: none !important;
	border: none;
}
.header_search {
	align-content: center;
	align-items: center;
	display: flex;
	justify-content: end;
	width: 12.667%;
}
.search-bar-wrapper.wrapper-top-search {
	height: auto;
	background: #fff;
	padding: 0 !important;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}
body.admin-bar .search-bar-wrapper.wrapper-top-search {
    margin-top: 32px;
}
.header_logo {
	align-content: center;
	align-items: center;
	display: flex;
}
.wrapper-top-search .input-bar-wrapper {
	background: #fff;
	padding: 24px 0;
	text-align: center;
}
.input-bar-wrapper-inner {
	display: inline-block;
	width: 100%;
	max-width: 568px;
	position: relative;
}
.wrapper-top-search .input-bar-wrapper-second {
	padding: 0 !important;
	display: inline-block;
	width: 100%;
}
.wrapper-top-search #search-input {
	padding: 0 35px 0 50px !important;
	height: 50px;
	width: 100%;
	font-size: 18px;
	line-height: 160%;
	color: #51607D;
	background: url(images/search-404.svg) 14px center no-repeat;
	font-weight: 400;
	background-size: 22px;
	outline: none;
	margin: 0;
	border-radius: 4px;
	border: 1px solid #CEE8EA;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
}
.wrapper-top-search .header_close-searchbar-btn--desk {
	height: 73px;
	width: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	outline: none;
	border: none;
	position: absolute !important;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.header-right ul li ul li {
	position: unset;
}
.header .fin-country-dropdown {
	display: inline-block;
	padding-left: 0;
	width: 24px;
	position: relative;
}
.aw-social-media ul {
	margin: 0;
}
.fin-country-dropdown .dropdown {
	z-index: 1;
	width: auto;
}
.country-dropdown--first-flag {
	color: #fff;
	width: 100%;
	margin: 0;
	padding: 0 !important;
	text-align: left;
	overflow: hidden;
	border: none;
}
.country-dropdown--first-flag span:first-child {
	margin-right: 8px;
}
.country-dropdown--first-flag .img-flag {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: top;
}
.country-flag-cl {
	height: 20px;
}
.fin-country-dropdown .dropdown-menu {
	padding: 0;
	width: 215px;
	left: auto;
	background: #fff;
	border: 1px solid #e3e2e2;
	box-sizing: border-box;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
	right: 0;
	filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.04)) drop-shadow(0px 8px 32px rgba(0, 0, 0, 0.1));
	border-radius: 4px;
}
.fin-country-dropdown .dropdown-menu {
	top: 32px;
	transform: translate3d(0, 0, 0);
}
.heading-countrie {
	padding: 15px;
	font-weight: 600;
	font-size: 14px;
	line-height: 135%;
	color: #1C2642;
	display: flex;
	justify-content: space-between;
}
.heading-countrie .close-country {
	text-align: right;
	display: inline-block;
	width: auto;
	font-size: 18px;
	color: #757575;
	font-weight: 300;
	cursor: pointer;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	clear: both;
	font-weight: 400;
	color: var(--bs-dropdown-link-color);
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.fin-country-dropdown .dropdown-menu .dropdown-item.mega_menu_active_country {
	background: #f4f4f4;
}
.fin-country-dropdown .dropdown-menu .dropdown-item {
	display: flex;
	align-items: center;
	padding: 11px 15px;
}
header .header_login-desk a:not(.edit-profile_link):not(.header_profile-sign-out_link) {
	color: #1C2642 !important;
	margin-top: 0px !important;
	padding-left: 0;
	padding-right: 0;
}
.fin-country-dropdown .dropdown-menu .dropdown-item span:last-child {
	text-transform: capitalize;
	letter-spacing: .01em;
	padding-left: 5px;
	font-size: 14px;
	line-height: 150%;
	color: #1C2642;
}
.fin-country-dropdown .dropdown-menu .dropdown-item:hover {
	background: #f4f4f4;
}
.mobile-flag-outer {
	display: none;
}
.header-right li > .sub-menu .sub-menu {
	height: fit-content;
	overflow-y: auto;
	max-height: 70vh;
	left: 100%;
	top: 0;
	background-color: #fff;
	box-shadow: 5px 1px 10px rgba(0,0,0,.04),10px 10px 20px rgba(0,0,0,.1);
}
.header-right li > .sub-menu .sub-menu a {
	border-bottom: none;
}
.header_buttons img {
	vertical-align: top;
}
.header-right ul li.menu-item-has-children ul li.current-menu-item > a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #00AFAF;
    height: 100%;
    width: 4px;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}
.header-right ul li.menu-item-has-children ul li.current-menu-item > a {
	background: #F2FAFB;
	font-weight: 700;
}
.header_wrapper {
	position: relative;
	z-index: 9999;
	width: 100%;
	border-bottom: 1px solid #CEE8EA;
}

@font-face{
 font-family:FontAwesome;
 src:url(fonts/fontawesome-webfont.eot?v=4.7.0);
 src:url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),
 url(fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),
 url(fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
 font-weight:400;
 font-style:normal;
 font-display:swap
 }

.fa-angle-down::before {
	content: "\f107";
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
} 
.sub-menu-toggle {
	display: none;
}
#finCountryDropdownFlag {
	background: transparent;
	box-shadow: none;
	vertical-align: top;
}
.modal-body {
	padding: 0;
}

.header-right ul li.menu-item-has-children.menu-dropdown > a {
	font-weight: 700;
}
.header-right ul li.menu-dropdown .sub-menu .menu-item-has-children.menu-dropdown > a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: #00AFAF;
	height: 100%;
	width: 4px;
	z-index: 9999;
	opacity: 1;
	visibility: visible;
}


/*New-header Css End*/
.aw-loadmorehub a {
	color: #fff;
}

.entry-content {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0;
}

.category-template-templatescategory-hub-template-php .aw-bredcrumbset {
	display: none;
}
.page-template-Pages-hub-template .aw-bredcrumbset {
	display: none;
}


/*NEW BRAND LAYOUT START*/
li.campaign-shortcode-table_filter-list-item, li.campaign-full-width_filter-list-item {
    padding-left:12px;
		margin-bottom:0;
	background-image:none;
}
.campaign-shortcode-table ul, .campaign-compact-table__wrapper ul, .campaign-full-width-shortcode-wrapper ul, .campaign-sidebar-shortcode ul, .popup-offers-widget ul {
    list-style:none;
}
.bm-cmprs-tbl .bm-cmprs-tbl_label-section .close-btn{
	background-color: transparent !important;
}
input[type=checkbox].campaign_sport_filters__compare-toggle-input {
    width: 32px;
    height: 19px;
    border: none;
    background: #E0E0E0;
	outline: none;
}
input[type=checkbox].campaign_sport_filters__compare-toggle-input:checked{
	 background-color: #0C5BF3;
}
input[type=checkbox].campaign_sport_filters__compare-toggle-input::after {
    top: 1px;
    left: 1px;
    width: 17px;
    height: 17px;
    border: none;
    transform: inherit;
    opacity: 1;
    display: inline-block;
}
input[type=checkbox].campaign_sport_filters__compare-toggle-input:checked::after {
    top: 1px;
    left: 14px;
}
.campaign-list-item_key-features > p {
    margin-bottom: 4px !important;
}
.campaign-compact-table__offer-brand-name {
    margin-bottom: 0 !important;
    margin-top: 8px !important;
}
.campaign-compact-table__offer-description p {
    margin-bottom: 0 !important;
}
.campaign-shortcode__compare-view__row__logo-image img {
    max-width: 100px !important;
}
.bm-cmprs-tbl .bm-cmprs-tbl_brand-desc,
.campaign-full-width-shortcode p,
.top-5-offers__offer-title p {
    margin-bottom: 0 !important;
}
.recommended-offers-widget .recommended-offers-widget_texts-section p {
    margin-bottom: auto !important;
}
.popup-offers-widget__key-features {
    margin-top: 4px;
    padding-left: 0;
    margin-bottom: 0;
}
.popup-offers-widget__close-btn {
    background: #ffffff !important;
}
.popup-offers-widget__close-btn:focus {
    outline: none;
}
div.popup-offers-widget__overlay{
    z-index: 9999;
}
div.popup-offers-widget {
    z-index: 99991;
}
.campaign-compact-table__offer-key-features li {
    margin-bottom: 0;
}
.campaign-list-item .metadata-deposit-method li,.brand_gallery_slide li {
    margin-bottom: 0;
    padding: 0;
    background-image: none;
}
.campaign-list-item__features-list li,
.campaign-list-item__features-flex-list li {
    margin-bottom: 0;
}
.campaign-list-item__brand-name {
    line-height: normal;
    display: block;
}
.top-5-offers__offer-title {
    width: 200px;
	max-width: 100%;
}
/*NEW BRAND LAYOUT END*/



.header.container {
	max-width: 1900px;
	padding: 0 15px;
}
.header_container {
	border-bottom: none;
}

.aw-expert--sec.hub-expert-sec {
	background: #F2FAFB url(images/award-win-bg.png) center top no-repeat;
	padding: 70px 0;
}
.hub-expert-sec .aw-expert-box {
	border-radius: 4px;
	background: #FFF;
	max-width: 262.4px;
}
.hub-expert-sec .aw-expert-box-inner h5 {
	margin-bottom: 4px;
}
.hub-expert-sec .aw-profile-view {
	margin-bottom: 3px;
}
.aw-methodology-sec .aw-news-int {
	width: calc(100% - 330px);
	display: inline-block;
	padding-top: 0;
}
.aw-methodology-sec p {
	color: #FFF;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
	margin: 0 !important;
}
.aw-methodology-sec .aw-newsletter-left {
	align-content: center;
	align-items: center;
}
.aw-methodology-sec .aw-newsletter-int {
	align-content: center;
	align-items: center;
	border-radius: 8px;
}
.aw-methodology-sec .aw-newsletter-int h2 {
	margin-bottom: 8px;
}
.aw-methodology-sec .aw-newsletter-right {
	padding: 0 0 0 50px;
	text-align: right;
}
.aw-methodology-sec .aw-newsletter-right a {
	border-radius: 6px;
	background: linear-gradient(180deg,#00AFAF 0%,#07A0AA 100%);
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 800;
	line-height: 135%;
	padding: 17px 63px;
	display: inline-block;
}
.pagination-wrapper.mobile-pagination {
	display: none;
}

.modal-dialog.aw-popup-inner {
	max-width: 800px;
	margin: 0 auto;
	transform: translate(-50%, -50%) !important;
	position: absolute;
	left: 50%;
	top: 50%;
/*	background: #fff;*/
	width: 100%;
	border-radius: 5px;
}
.aw-popup-inner .aw-newsletter-int {
	background: #fff;
}
.aw-popup-inner .modal-content {
	border: none;
	background-color: transparent;
}
.modal-popup-outer {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.aw-popup-left {
	width: 350px;
	background: #102039;
	display: flex;
	align-items: end;
	padding-top: 34px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-bottom: 10px;
}
.tnp.tnp-subscription form, form.seva-form.formkit-form {
  display: flex;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #CEE8EA;
  background: #FFF;
  padding: 3px;
}
.tnp.tnp-subscription .tnp-field.tnp-field-email {
	margin: 0;
	width: 100%;
}
.tnp-subscription .tnp-field-email input, input.formkit-input {
	background: transparent;
	width: 100%;
	color: #51607D;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
	outline: none !important;
	border: none;
}
.formkit-field {
	width: 100%;
}
.tnp.tnp-subscription .tnp-submit, button.formkit-submit.formkit-submit {
	color: #FFF !important;
	text-align: center;
	font-size: 16px;
	font-weight: 800;
	line-height: 135%;
	font-family: "Roboto", sans-serif;
	padding: 7px 14px;
	border-radius: 6px;
	background: linear-gradient(180deg, #00AFAF 0%, #07A0AA 100%);
	background-color: rgba(0, 0, 0, 0);
	height: 48px;
	border: none !important;
}
.tnp.tnp-subscription .tnp-field.tnp-field-button {
	margin: 0;
}
.aw-popup-right {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 350px);
	background: #fff;
	padding: 36px 40px 65px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	align-content: flex-start;
}
.aw-popup-right .popup-logo {
	width: 104.229px;
	height: 24px;
}
.aw-popup-right .btn-close {
	position: absolute;
	right: 12px;
	padding: 0;
	background: transparent !important;
	top: 12px;
	border: none;
	outline:none;
}
.modal-open .modal {
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
}
.aw-popup-right span.aw-popupheading {
	color: #102039;
	font-size: 38px;
	font-weight: 900;
	line-height: 115%;
	letter-spacing: -0.38px;
	margin: 0px 0 15px;
}
.aw-popup-right ul {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}
.aw-popup-right li {
	color: #304C5B;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
	background: url(images/check-round.png) left 1px no-repeat;
	padding-left: 34px;
	padding-bottom: 11px;
	 margin-bottom: 0;
}
.aw-popup-right .newsletter-form p {
	margin: 0 !important;
	display: flex;
}
.newsletter-form br {
	display: none;
}
.aw-popup-right .wpcf7-spinner {
	display: none;
}
.newsletter-form .wpcf7-form-control.wpcf7-submit.has-spinner {
	width: 115px;
}
.aw-popup-right .wpcf7-form-control {
	width: 100%;
}
.aw-popup-newsletter {
	width: 100%;
}
.tnp.tnp-subscription label {
	display: none;
}
.page-template-all-articles-template .aw-bredcrumbset {
	display: none;
}
.vw-topic-outer {
	display: inline-block;
	width: 100%;
	margin-top: 45px;
}
.article-topic-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.pills-topics-left {
	width: 342px;
	display: inline-block;
	vertical-align: top;
}
.pills-topics-right {
	width: calc(100% - 342px);
	padding-left: 138px;
}
.pills-topics-left h4 {
	color: #102039;
	font-size: 20px;
	font-weight: 900;
	line-height: 135%;
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.form-group.d-xl-none {
	display: none;
}
.jan-nav-collapse {
	list-style: none;
	margin: 0;
	padding: 0;
}
.jan-nav-collapse li {
	position: relative;
}
.plusicon {
	position: absolute;
	right: 0;
	top: 0;
}
.pills-topics-left .jan-nav-collapse-item .plusicon::after {
	position: absolute;
	top: 14px;
	right: 10px;
	content: "";
	background: url(images/plus-black.svg) no-repeat center;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.pills-topics-left .jan-nav-collapse-item .plusicon.on::after {
	content: "";
	background: url(images/close-icons.svg) no-repeat center;
}
.pills-topics-left .jan-nav-collapse-item > .jan-nav-collapse-item__link {
	position: relative;
	width: 80%;
	color: #102039;
	font-size: 16px;
	font-weight: 900;
	line-height: 135%;
	font-family: "Roboto", sans-serif;
	padding: 12px 0;
}
.pills-topics-left .jan-list-arrow {
	padding-right: 0;
	margin-bottom: 20px;
}
.pills-topics-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pills-topics-left ul.jan-list-arrow li a {
	position: relative;
	width: 100%;
	display: inline-block;
	padding: 6px 15px;
	color: #0AA8A8;
	font-size: 16.5px;
	font-weight: 400;
	line-height: 150%;
	text-decoration: none;
}
.jan-list-arrow-item__link::after {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(images/chevron-right.svg) no-repeat center;
	width: 20px;
	height: 20px;
}
.pills-topics-left ul.jan-list-arrow li a:hover {
	background: #F2FAFB;
}
.collapsedowin {
	display: none;
}
.aw-postrepeter-right h2 {
	font-size: 24px;
}
.article-topic-sec .moretagarticles-button button.action-moretagarticles {
	font-size: 16.5px;
	color: #068E8E;
	border: 1px solid #CEE8EA;
	border-radius: 6px;
	width: 145px;
	padding: 9px 15px 9px 40px;
	background: #fff url(images/plus-white.png) 15px 14px no-repeat;
	cursor: pointer;
	font-weight: 700;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
	outline: none;
}
.aw-trending-news-inner {
	width: 100%;
	display: inline-block;
}
.aw-trending-news-inner .aw-popular-headings {
	display: flex;
	justify-content: space-between;
}
.aw-hub-lates-news-inner2 {
	display: flex;
	flex-wrap: wrap;
	gap: 0 32px;
}
.aw-article-latest-sec .aw-trending-box-inner {
	border-bottom: none;
	padding-bottom:0;
	width: 23.3%;
	padding-top: 0;
}
.aw-article-latest-sec {
	margin-top: 70px;
}

.aw-cat-hub-banner-outer {
	background: #068E8E url(images/hub-bg.png) center top no-repeat;
	position: relative;
	overflow: hidden;
}
.aw-cat-hub-banner-outer::before {
	content: "";
	position: absolute;
	left: 0;
	background: url(images/hub-shap-left.png) left top no-repeat;
	width: 220px;
	height: 145px;
}
.aw-cat-hub-banner-outer::after {
	content: "";
	position: absolute;
	right: 0;
	width: 489px;
	height: 375px;
	background: url(images/hub-shap-right.png) right bottom no-repeat;
	bottom: 0;
}
.home .aw-newsletter-sec .aw-subscribe-sec {
	margin-bottom: 0;
}

.aw-author-avatar img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.aw-subscribe-sec.aw-methodology-sec {
	margin-bottom: 0;
}


/*Guide page css*/

.aw-guide-page-sec .container {
	max-width: 860px;
}
.aw-guide-page-sec {
	margin-top: 22px;
	margin-bottom: 70px;
} 
.aw-guide-page-sec .sinlge-cont-top {
	max-width: 100%;
}
.page-template-guide-template .aw-bredcrumbset .container, .commercial-template-default.single.single-commercial .aw-bredcrumbset .container {
	max-width: 860px;
}
.aw-entry-header-inner, .commercial-template-default.single.single-commercial .aw-entry-header-inner {
	padding: 0;
}

/*Guide page css End*/

hr {
	border-bottom: 4px solid #CEE8EA;
	margin-bottom: 30px !important;
}

.icon-chevron-down {
	background-image: url(images/chev-down-green.svg);
	background-size: 16px;
}

.icon-chevron-up {
	background-image: url(images/Chevron-down.svg);
}
.popular-categorie-section {
	padding-left: 0;
	padding-right: 0;
}
.toc-sticky-list {
	border: none;
	border-radius: 4px;
	padding: 15px 16px 16px;
	display: inline-block;
	width: 100%;
	margin-bottom: 24px;
	background: #F2FAFB;
	margin-top: 24px;
}
.show_moretoc {
	color: #102039;
	font-size: 16.5px;
	font-weight: 700;
	line-height: 150%;
	font-family: "Roboto", sans-serif;
	margin-top: 20px;
	display: inherit;
	padding-left: 25px;
	background: url(images/plus.svg) left center no-repeat;
}

/*Toc css End*/
/*thumbnail-slidercss*/

.global-images-slidercl .lSAction > a {
	width: 56px;
	display: block;
	top: 50%;
	height: 56px;
	background-image: url(images/left-btn.png);
	cursor: pointer;
	position: absolute;
	z-index: 99;
	margin-top: -16px;
	opacity: 1;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
	background-repeat: no-repeat;
}
.entry-content .lightSlider {
	margin: 0;
}
.lSAction > .lSNext {
	background-position: 0px 0;
	right: 10px;
	transform: rotate(180deg);
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
	border-radius: 0px;
}
ul.lSGallery li.active {
	border: 2px solid #00AFAF;
}
.lSSlideOuter .lSPager.lSGallery img {
	border-radius: 0;
}

.aw-popup-newsletter .formkit-alert.formkit-alert-error {
    position: absolute;
    bottom: 10px;
    line-height: 20px;
	 margin: 0;
}

/*thumbnail-slidercss-end*/

.aw-author-bottom-box {
	border: 1px solid #CEE8EA;
	padding: 12px 16px;
	display: inline-block;
	width: 100%;
	border-radius: 4px;
	margin: 12px 0 10px;
}
.aw-author-bottom-box p {
	color: #304C5B;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	font-style: italic;
	margin: 0 !important;
}
.aw-author-bottom-box p:empty {
	display: none;
}

.aw-trust_mobilecl_text {
	display: none;
}
.aw-trust_author_sec_extra {
	display: inline-block;
	width: 100%;
	border-radius: 4px;
	background: #F2FAFB;
	padding: 8.5px 16px;
}
.aw-trust_heading {
	color: #102039;
	font-size: 16px;
	font-weight: 800;
	line-height: 135%;
	font-family: "Roboto", sans-serif;
	padding-left: 40px;
	background: url(images/favicon_dark.svg) left 6px no-repeat;
	position: relative;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
}
.aw-trust_mobilecl_text {
	width: 100%;
	margin-top: 15px;
}
.aw-trust_mobilecl_text p {
	max-width: 498px;
	color: #304C5B;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0 !important;
}
.aw-trust_mobilecl_text ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: calc(100% - 502px);
	display: inline-block;
}

.aw-trust_mobilecl_text p a,.aw-trust_mobilecl_text li a {
	color: #066194;
}
.aw-trust_mobilecl_text ul li {
	color: #304C5B;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	padding-left: 20px;
	background: url(images/check-green.svg) left 4px no-repeat;
	padding-bottom: 4px;
}
.aw-trust_heading::after {
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	background: url(images/Chevron-down.svg) center top no-repeat;
	width: 24px;
	height: 24px;
}
.aw-trust_heading.trust_open::after {
	transform: rotate(180deg);
}
.aw-guide-page-sec .aw-share-sec-tags {
	padding-bottom: 0;
	margin-top: 0;
}
.display-mobile{
	display:none;
}
.category-template-templatescategory-hub-template-php .aw-subscribe-sec.aw-methodology-sec {
	margin-bottom: 70px;
}
.aw-single-new-sec .aw-popular-headings {
	display: flex;
	justify-content: space-between;
}
.rw-search-outer {
	margin-top: 30px;
	margin-bottom: 60px;
}

/*404 page*/
.error404 .aw-bredcrumbset {
	display: none;
}
.error-404-sec {
	background: #F2FAFB;
	padding: 32px 0 74px;
	text-align: center;
}
.error-404-sec .page-title {
	color: #102039;
	text-align: center;
	font-size: 38px;
	font-weight: 900;
	line-height: 115%;
	letter-spacing: -0.38px;
	margin-bottom: 25px;
	overflow-wrap: break-word;
}
.error-404-inner {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.error-404-inner label {
	display: none;
}
.error-404-inner .error-404 {
	max-width: 550px;
	width: 100%;
	display: flex;
}
.error-404-inner .page-content {
	width: 100%;
}
.error-404-inner .error-404 #search-form-1 {
	width: 100%;
	max-width: 100%;
	display: inline-block;
	margin: 0;
	border-radius: 4px;
	border: 1px solid #CEE8EA;
	background: #FFF;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
	color: #51607D;
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
	padding: 13px 15px 13px 50px;
}
.error-404-inner .error-404 .search-field {
	width: 100%;
	max-width: 100%;
	display: inline-block;
	margin: 0;
	border-radius: 4px;
	border: 1px solid #CEE8EA;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
	color: #51607D;
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
	padding: 13px 15px 13px 50px;
	background: #FFF url(images/search-404.svg) 14px center no-repeat;
	outline: none;
	font-family: "Roboto", sans-serif;
}

/*404 page End*/

.toggle-menu {
    display: none;
}


/*NEW BM TABLE CSS START*/
.top-5-offers__card {
    min-width: 280px;
}
div.campaign_sport_filters__tags_title_desktop {
    min-width: fit-content;
}
div.campaign_sport_filters__info_count {
    line-height: inherit;
    z-index: 9;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.campaign-shortcode-table ul, 
.compare-bookies__wrapper ul, 
.campaign-compact-table__wrapper ul, 
.campaign-full-width-shortcode-wrapper ul,
.campaign-sidebar-shortcode ul, 
.popup-offers-widget ul, 
.offer-tiles__wrapper ul, 
.toplist-poker__wrapper ul, 
.toplist-tech__wrapper ul,
.offer_grid__wrapper ul,
.bm-simple-list__wrapper ul,
.single-brand-shortcode ul,
.offer-review__wrapper-grid ul,
.toplist-flagship-crypto__wrapper ul,
.toplist-repurposed__wrapperul ul,
div.toplist-poker-v2__wrapper ul,
.toplist-flagship-crypto__offer-key-features ul,
.compare-bookies__selector-dropdown ul,
.entry-content ul.toplist-poker__filter{
    margin: 0;
	list-style-position: inside;
	padding-left:0;
}
.campaign-shortcode-table ul li, 
.compare-bookies__wrapper ul li, 
.campaign-compact-table__wrapper ul li, 
.campaign-full-width-shortcode-wrapper ul li,
.campaign-sidebar-shortcode ul li, 
.popup-offers-widget ul li, 
.offer-tiles__wrapper ul li, 
.toplist-poker__wrapper ul li, 
.toplist-tech__wrapper ul li,
.offer_grid__wrapper ul li,
.bm-simple-list__wrapper ul li,
.single-brand-shortcode ul li,
.offer-review__wrapper-grid ul li,
.toplist-flagship-crypto__wrapper ul li,
.toplist-repurposed__wrapperul ul li,
div.toplist-poker-v2__wrapper ul li{
	margin-bottom:0;
}
.campaign-shortcode-table p,
.campaign-compact-table__wrapper p,
.campaign-full-width-shortcode-wrapper p,
.campaign-sidebar-shortcode p,
.popup-offers-widget p, 
.offer-tiles__wrapper p,
.toplist-poker__wrapper p,
.toplist-tech__wrapper p,
.offer_grid__wrapper p,
.bm-simple-list__wrapper p,
.offer-review__wrapper-grid p,
.toplist-flagship-crypto__wrapper p,
.toplist-repurposed__wrapperul p,
div.toplist-poker-v2__wrapper p{
    margin-bottom: 0;
}
.toplist-tech__offer-title, .toplist-tech__offer-title p {
    margin-bottom: 0 !important;
}

.offer-tile__offer-logo, .offer-tile__offer-logo img {
    object-fit: contain;
}
.offer-tile__offer-extra {
    gap: 0;
    flex-direction: column;
}
ul.popup-offers-widget__key-features li {
    list-style: none;
}
div.popup-offers-widget__overlay {
    z-index: 10001;
}
div.popup-offers-widget {
    z-index: 10002;
}
button.popup-offers-widget__close-btn {
    line-height: 40px;
	top: -20px;
	right: -8px;
}

div.campaign-fullwidth-shortcode_item .cell_bottom {
    height: 34px;
}
div.campaign-wide__coupon-code{
	  font-size: 11px;
}
body.right-sidebar #content,
body.left-sidebar #content{
    max-width: 1100px;
}

.formkit-alert.formkit-alert-error {
	position: absolute;
	bottom: 0;
}

.formkit-alert.formkit-alert-error li {
    color: red;
    background: none;
    padding-left: 0;
    line-height: 15px;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
.formkit-alert {
    color: #f00;
}

.contact-page-from label {
	width: 100%;
}
.contact-page-from input {
	width: 100%;
	border: 1px solid #304C5B;
	margin: 0;
	outline: none !important;
}
.contact-page-from .wpcf7-textarea {
	outline: none;
	box-shadow: none;
	padding: 10px 10px;
	resize: none;
	height: 120px;
}

.bm-summer-cups__euro img, .bm-summer-cups__copa img {
	width: auto;
}
a.toplist-poker-v2__offer-title:hover {
    text-decoration: none;
}
.campaign-sidebar-shortcode .campaign-sidebar-shortcode_logo-and-title-section p {
    margin-bottom: 5px !important;
}
.aw-main-page-sec li.campaign-shortcode-table_filter-list-item {
    background-image: none;
    padding-left: 12px;
}
.compare-bookies__selector-dropdown ul li {
    background-image: none;
}
div.toplist-poker__filter-wrapper {
    margin-left: 0;
    margin-right: 0;
}
/*NEW BM TABLE CSS END*/

/*BM v3.21.3 START*/
a.bm-banners-grid__offer img {
    height: 100%;
    object-fit: cover;
}
.toplist-poker-v2__offer-games-all-list:hover {
    display: flex !important;
}
/*BM v3.21.3 END*/


@media only screen and (min-width: 992px){
.header-right {
    display: block !important;
}

/*NEW BM TABLE CSS START*/
body.bm-tiny .offer-tile__offer-extra {
    gap: 0;
    flex-direction: column;
}
body.bm-tiny .offer_grid__offer {
    width: calc(33.3% - 8px);
	grid-template-columns: max-content;
}
.offer-tile__body {
    width: calc(100% - 80px);
}
body.left-sidebar.bm-tiny .offer-tile__body,
body.right-sidebar.bm-tiny .offer-tile__body {
    width: calc(100% - 54px);
}
body.left-sidebar.bm-tiny .offer-tiles__list,
body.right-sidebar.bm-tiny .offer-tiles__list {
    gap: 12px;
}
body.left-sidebar.bm-tiny .offer-tile,
body.right-sidebar.bm-tiny .offer-tile {
    padding: 10px;
	gap: 8px;
}
body.left-sidebar.bm-tiny .offer-tile__offer-logo, body.left-sidebar.bm-tiny .offer-tile__offer-logo img,
body.right-sidebar.bm-tiny .offer-tile__offer-logo, body.right-sidebar.bm-tiny .offer-tile__offer-logo img {
    width: 50px;
    height: 50px;
}
body.left-sidebar.bm-tiny .offer-tile__offer-title, body.left-sidebar.bm-tiny .offer-tile__offer-title p,
body.right-sidebar.bm-tiny .offer-tile__offer-title, body.right-sidebar.bm-tiny .offer-tile__offer-title p {
    font-size: 20px;
}
body.left-sidebar.bm-tiny .toplist-poker__offer-card,
body.right-sidebar.bm-tiny .toplist-poker__offer-card {
    gap: 12px;
}
body.left-sidebar.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-logo img,
body.right-sidebar.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-logo img {
	width: 170px;
}
body.left-sidebar.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-body,
body.right-sidebar.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-body {
	grid-template-columns: auto max-content;
}
body.left-sidebar.bm-tiny .offer_grid__offer_description,
body.right-sidebar.bm-tiny .offer_grid__offer_description {
    margin-left: 5px;
}
body.left-sidebar.bm-tiny .offer_grid__offer_updated_date_wrapper,
body.right-sidebar.bm-tiny .offer_grid__offer_updated_date_wrapper{
    margin: 0 0 0 3px;
}
body.left-sidebar.bm-tiny .toplist-tech__offer,
body.right-sidebar.bm-tiny .toplist-tech__offer {
    gap: 8px 10px;
}
/*NEW BM TABLE CSS END*/
	
}

.aw-more-about.mobile-more-about {
	display: none;
}

/* banner-sec css */

.aw-banner-sec {
	background: #F2FAFB url(images/banner-bg.png) center top no-repeat;
}
.aw-banner-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 40px 0 70px;
}
.aw-banner-left {
	width: 59.8%;
	display: flex;
	flex-wrap: wrap;
}
.aw-banner-right {
	display: flex;
	width: 40%;
	justify-content: end;
	align-items: baseline;
}
.aw-banner-left h1 {
	color: #172B4A;
	font-size: 64px;
	font-weight: 900;
	line-height: 115%;
	font-family: "Roboto", sans-serif;
	width: 100%;
}
.aw-banner-left p {
	color: #304C5B;
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
	padding-right: 16%;
	width: 100%;
}
.aw-banner-repeter-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 8px;
}
.aw-banner-repeter {
	border-radius: 8px;
	border: 1px solid #CEE8EA;
	background: #FFF;
	display: flex;
	padding: 16px;
	align-items: center;
	max-width: 280px;
	width: 100%;
}
.aw-banner-repeter a {
	gap: 0 16px;
	display: flex;
	align-items: center;
	width: 100%;
	text-decoration: none;
}
.aw-banner-repeter span {
	color: #102039;
	font-size: 16px;
	font-weight: 800;
	line-height: 135%;
	font-family: "Roboto", sans-serif;
}


/* banner-sec cssEnd */

.hub-expert-sec .aw-expertcl-inner {
	gap: 32px;
}
.aw-methodology-sec .aw-newsletter-left img {
	max-width: 270px !important;
}
.search-no-results .aw-bredcrumbset {
	display: none;
}
.no-results .page-content {
	margin-top: 0;
}
.no-results .page-content p {
	font-size: 18px;
}
.no-results.not-found > :first-child {
	margin-bottom: 0;
}
.error-404-sec.no-results.not-found {
	margin-bottom: 70px;
}
.wrapper-top-search #search-input, .not-found-search #search-input {
	width: 100%;
	max-width: 100%;
	display: inline-block;
	margin: 0px;
	border-radius: 4px;
	border: 1px solid rgb(206, 232, 234);
	box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 4px 0px, rgba(0, 0, 0, 0.04) 0px 2px 4px 0px;
	color: rgb(81, 96, 125);
	font-size: 18px;
	font-weight: 400;
	line-height: 160%;
	padding: 13px 35px 15px 50px;
	background: rgb(255, 255, 255) url("images/search-404.svg") 14px center no-repeat;
	outline: none;
	font-family: "Roboto", sans-serif;
}
.aw-single-new-sec .aw-load-button {
	display: none;
}
.aw-author-top-post {
	border-top: none;
	padding-top: 0;
}
.aw-single-cont-right .aw-mustread-outer {
	max-width: 100%;
}
.aw-single-cont-right .aw-mustread-inner {
    padding: 15px;
    align-items: flex-start;
}
.aw-key-box-inner li, .aw-key-box-inner p {
	font-size: 14px;
}
.aw-key-box-inner ul {
	margin-bottom: 0;
}
.ms_faq.ms_card:last-of-type {
	margin-bottom: 0;
}
.aw-author-des-right.mobile-share {
	display: none;
}
.aw-single-cont-right .aw-popular-headings {
	font-size: 20px;
	margin-top: 0;
}
.su-list ul li > i {
	top: 7px;
}
.inContentProviderSingle.inContentColor--insidebitcoins.fc-row {
	margin-bottom: 24px !important;
}
.aw-popular-headings span.aw-more-link a {
	color: #102039;
}
.aw-guide-box-inner.aw-mobile-display .aw-latest-bottomcl {
	display: none;
}
.stock-trading-sec .aw-guide-text h5 {
	-webkit-line-clamp: 2;
}
.aw-get-expertcl h4 {
	display: none;
}
.aw-feature-inner-sec .container {
	max-width: 1440px;
}
.aw-feature-inner-sec .aw-feature-inner {
	margin-bottom: 30px;
	margin-top: 20px;
}
.entry-content .su-list ul {
	padding-left: 15px !important;
}
.toc-sticky .toc-sticky__btn-top .btn.btn-link {
	background: transparent;
	width: 100%;
	display: flex;
	border: none;
	outline: none;

}
.wp-block-button .wp-block-button__link.wp-element-button {
	border-radius: 6px;
	color: #FFF !important;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 135%;
	padding: 16.2px 38px;
	width: auto;
	border: none !important;
	background: #00AFAF !important;
	font-family: "Roboto", sans-serif;
}
.wp-block-button .wp-block-button__link.wp-element-button:hover {
	border: none !important;
	color: #fff !important;
	background: #028689 !important;
}
.aw-custom-user-url.mobile_bio_social_sec {
	display: none;
}
.aw-author-avatar .avatar {
	height: 100px !important;
}
.single-commercial .aw-article-latest-sec {
	margin-top: 0;
}
.aw-has-review .authore-update-row {
	margin-top: -21px;
}
.article-topic-sec .moretagarticles-button {
	margin-top: 22px;
}

.aw-homepage-left-inner .aw-thumbnailcl a {
	display: block;
	height: 100%;
	position: relative;
}

.entry-content .tnp-profile input, .entry-content .tnp-profile select {
	width: 100%;
	border: 1px solid #304C5B;
	margin: 0;
	outline: none !important;
	background: transparent;
	padding: 14px 15px;
	color: #304C5B;
	font-family: "Roboto", sans-serif;
}
.entry-content .tnp-profile .tnp-submit {
	color: #FFF !important;
	text-align: center;
	font-size: 16px;
	font-weight: 800;
	line-height: 135%;
	font-family: "Roboto", sans-serif;
	padding: 7px 14px;
	border-radius: 6px;
	background: linear-gradient(180deg, #00AFAF 0%, #07A0AA 100%);
	background-color: rgba(0, 0, 0, 0);
	height: 48px;
	border: none !important;
}
.entry-content .tnp-subscription div.tnp-field, .entry-content .tnp-profile div.tnp-field {
	margin-bottom: 27px;
}
.tnp-profile .tnp-field label {
	font-size: 16px;
	font-weight: 600;
	color: #304C5B;
	font-family: "Roboto", sans-serif;
}



@media only screen and (max-width: 1600px){

.aw-top-picks-slide {
	padding: 0 30px;
}
.aw-top-picks-sec .slick-prev {
	left: -5px;
}
.aw-top-picks-sec .slick-next {
	right: -5px !important;
}	
	
	
}
@media only screen and (max-width: 1500px){
	

.container {
	padding-left: 30px;
	padding-right: 30px;
}
.single-post .aw-bredcrumbset .container, .single-commercial .aw-bredcrumbset .container {
    padding-left: 15px;
    padding-right: 15px;
}
.aw-box-outer .aw-box-inner {
	max-width: 22.7%;
}
.aw-latest-news .aw-homepage-right ul li {
	max-width: 100%;
}
.aw-single-new-sec.aw-latest-news .aw-homepage-right ul li {
	max-width: 48%;
}
.aw-homepage-right ul li {
	max-width: 323px;
}
.aw-latestnews-second-sec {
	max-width: 330px;
}
.aw-box-inner {
	max-width: 32%;
}
.aw-box-inner.aw-four-news-block {
	max-width: 23.5%;
}
.aw-taxonomy-inner {
	max-width: 23.3%;
}
.aw-mustread-outer {
	max-width: 100%;
}
.slick-prev {
	left: -6px !important;
}
.slick-next {
	right: 5px !important;
}
.aw-get-expertcl-inner .aw-expert-box {
	max-width: 18.5%;
}	
.aw-bredcrumbset .container {
	padding-left: 15px;
	padding-right: 15px;
}

.hub-expert-sec .aw-expert-box {
	max-width: 255px;
}
.aw-latest-ans-inner2 {
	width: 31.5%;
}
.aw-as-seen-inner ul {
	gap: 0 52px;
}

.trending-box-inner {
	max-width: 23.66%;
}
.aw-top-picks-sec .slick-next {
	right: -8px !important;
}
.aw-top-picks-slide {
	padding: 0 30px;
}
.aw-guide-box-inner {
	max-width: 31.7%;
}
.incase-new-right .aw-incase-box-inner {
	max-width: 47.5%;
}
.technology-cat-sec .aw-guide-box-inner {
	max-width: 23.2%;
}
.aw-regarding-repeter {
	max-width: 23.2%;
}
.popular-category-list .popular-category-list-item {
	width: 31.7%;
}
.slick-dots {
	left: 0;
}
.aw-taxonomy-sec .widget_text.widget.widget_custom_html {
	width: 22.5%;
}
.aw-feature-repeter {
	gap: 10px 40px;
}
.aw-expert-box {
	max-width: 255px;
}

.aw-guide-page-sec .container {
	padding-left: 15px;
	padding-right: 15px;
}

.aw-popup-right span.aw-popupheading {
	font-size: 33px;
}
.aw-article-latest-sec .aw-trending-box-inner {
	width: 23.2%;
}

/*banner-sec css*/
.aw-banner-repeter {
	max-width: 32%;
}

/*banner-sec cssEnd*/

.page-template-guide-template .aw-bredcrumbset .container, .commercial-template-default.single.single-commercial .aw-bredcrumbset .container {
	padding-left: 0px;
}

}

@media only screen and (max-width: 1400px){
	
.aw-homepage-right ul li {
	max-width: 299px;
}
.aw-latestnews-second-sec {
	max-width: 305px;
}
.aw-taxonomy-inner {
	max-width: 405px;
}
.aw-award-right {
	padding: 0 0 0 20px;
}
.aw-get-expertcl-inner .aw-expert-box {
	max-width: 18.4%;
	padding: 20px 20px;
}
.aw-latest-archive-right {
	padding-left: 100px;
}
.hub-expert-sec .aw-expert-box {
	max-width: 236px;
}
.aw-banner-inner::after {
	left: 17%;
}
.aw-as-seen-inner ul {
	gap: 0 38px;
	justify-content: space-between;
}
.country-flag-cl {
	width: auto;
	display: inline-block;
	height: auto;
	margin-top: 5px;
}
.header_buttons {
	margin-left: 10px;
}
.vw-newsletter-btn {
	margin-left: 10px;
}

.header-right li > a {
	padding: 20px 12px 20px;
}
.trending-box-inner {
	max-width: 23.5%;
}
.aw-guide-box-inner {
	max-width: 31.5%;
}
.aw-taxonomy-inner {
	max-width: 23%;
}
.incase-new-right .aw-incase-box-inner {
	max-width: 47.3%;
}
.technology-cat-sec .aw-guide-box-inner {
	max-width: 23%;
}
.aw-regarding-repeter {
	max-width: 23.1%;
}
.popular-category-list .popular-category-list-item {
	width: 31.5%;
}
.aw-footer-int {
	gap: 30px;
}
.aw-feature-repeter {
	gap: 10px 30px;
}
.aw-homepage-right ul {
	gap: 12px 20px;
}

.aw-hub-lates-news-inner2 {
	gap: 0 30px;
}
.hub-expert-sec .aw-expertcl-inner {
	gap: 22px;
}
.aw-guide-box {
    gap: 30px 30px;
}
.popular-category-list {
    gap: 16px 31px;
}

}

@media only screen and (max-width: 1300px){
	
.aw-box-outer .aw-trending-text h5 {
	font-size: 15px;
	min-height: 44px;
}	
.aw-latest-news {
	margin-top: 50px;
}
.aw-homepage-right ul li {
	max-width: 48%;
}
.aw-latestnews-second-sec {
	max-width: 280px;
}
.ms_most_popular_news_outer li {
	font-size: 15px;
}
.aw-sec-pade {
	padding-top: 50px;
}
.aw-box-inner {
	max-width: 31.8%;
}
.aw-box-inner.aw-four-news-block {
	max-width: 23.3%;
}
.aw-taxonomy-inner {
	max-width: 22.7%;
}
.aw-popular-cat {
	height: 240px;
}
.aw-newsletter-int h2 {
	font-size: 28px;
	line-height: 115%;
}
.aw-explore-right p {
	margin: 0 !important;
}
.incase-new-right .aw-incase-box-inner {
	max-width: 47.1%;
}
.technology-cat-sec .aw-guide-box-inner {
	max-width: 22.9%;
}
.aw-regarding-repeter {
	max-width: 22.8%;
}
.aw-footer-int {
	gap: 27px;
}
.aw-footer-one .footer-social a {
	width: 35px;
	height: 35px;
	line-height: 32px;
	margin: 0 5px 0 0;
}

.aw-editorial-count {
	gap: 30px 20px;
}
.aw-feature-repeter {
	gap: 10px 30px;
	padding: 0;
}
.aw-readers-repeter {
	width: 45%;
}
.aw-readers-repeter h3 {
	font-size: 35px;
}
.aw-award-left p {
	padding-right: 0%;
}

.aw-get-expertcl-inner {
	gap: 15px;
}
.aw-get-expertcl-inner .aw-expert-box {
	max-width: 18.9%;
}
.aw-expert-box-inner h5 {
	font-size: 16px;
}

.aw-articles-right {
	padding-left: 100px;
}
.single-post .aw-bredcrumbset .container, .single-commercial .aw-bredcrumbset .container {
	padding: 0 15px;
}

.aw-cat-hub-banner-inner {
	padding: 50px 0 30px 0;
	background-size: cover !important;
}
.hub-expert-sec .aw-expert-box {
	max-width: 215px;
}
.aw-also-like-inner {
	gap: 20px;
}
.aw-banner-inner::after {
	left: 12%;
}

.aw-as-seen-inner ul {
	gap: 0 23px;
	justify-content: space-between;
}

.right-lucky-sec {
	width: calc(100% - 73%);
}
.left-lucky-sec {
	width: 73%;
}
.slot-banner-right .sl-placeholder {
	padding: 46px 0;
	height: 410px;
}
.header-right li > a {
	padding: 20px 10px 20px;
	font-size: 16px;
}
.trending-box-inner {
	max-width: 23.4%;
}
.aw-top-picks-slide .slick-slide {
	margin: 0 10px;
}
.header-social {
	margin-right: 2px;
}
.aw-feature-repeter {
	gap: 20px 20px;
}
.aw-advertising-outer p {
	padding: 0 20%;
}

.aw-homepage-right {
	padding: 0px 0 0 10px;
}
.aw-homepage-left {
	padding: 0 10px 0 0;
}
.aw-cat-hub-subtitle {
	padding-right: 0%;
}
.aw-sinlge-cont-top-int {
	max-width: 68.4%;
}

.aw-article-latest-sec .aw-trending-box-inner {
	width: 23.2%;
}
.aw-hub-lates-news-inner2 {
	gap: 0px 28px;
}

.pills-topics-right {
	padding-left: 40px;
}
.aw-author-top-post .aw-postrepeter-right h2 {
	font-size: 30px;
}

/*banner-sec css*/

.aw-banner-left h1 {
	font-size: 50px;
}
.aw-banner-left p {
	padding-right: 0%;
}
.aw-banner-repeter {
	padding: 10px;
}

/*banner-sec cssEnd*/

.hub-expert-sec .aw-expertcl-inner {
	gap: 24px;
}

}

@media only screen and  (max-width: 1200px) and (min-width: 992px){
	
/*NEW BM TABLE CSS START*/
.offer-tile__offer-terms, .offer-tiles__mobile-terms-wrapper {
	max-width: 200px;
}
body.left-sidebar.bm-tiny .offer_grid__offer,
body.right-sidebar.bm-tiny .offer_grid__offer {
	width: calc(50% - 6px);
}
body.left-sidebar.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-logo img,
body.right-sidebar.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-logo img {
	width: 140px;
}
body.left-sidebar.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-body,
body.right-sidebar.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-body {
	margin-right: 18px;
}
body.left-sidebar.bm-tiny .toplist-poker__offer-title, body.left-sidebar.bm-tiny  .toplist-poker__offer-title p,
body.right-sidebar.bm-tiny .toplist-poker__offer-title, body.right-sidebar.bm-tiny .toplist-poker__offer-title p {
    font-size: 18px;
}
body.left-sidebar.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-fact,
body.right-sidebar.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-fact {
	width: 90px;
}
body.left-sidebar.bm-tiny .toplist-poker__wrapper .toplist-poker__offer-cta-wrapper,
body.right-sidebar.bm-tiny .toplist-poker__wrapper .toplist-poker__offer-cta-wrapper {
	width: 155px;
}
/*NEW BM TABLE CSS END*/

/*BM v3.21.3 START*/
body.bm-tiny .aw-sinlge-cont-left .toplist-poker-v2__offer-inner {
	gap: 12px;
	grid-template-columns: 25% 40% 30%;
}
body.bm-tiny .aw-sinlge-cont-left .toplist-poker-v2__offer-key-features li{
	font-size: 14px;
}
body.bm-tiny .aw-sinlge-cont-left .toplist-poker-v2__offer-extra {
    padding-left: 12px;
}
body.bm-tiny .aw-sinlge-cont-left .toplist-poker-v2__offer-review-btn,
body.bm-tiny .aw-sinlge-cont-left .toplist-poker-v2__offer-cta-btn {
    font-size: 12px;
	width: auto;
	padding: 0 8px;
}
/*BM v3.21.3 END*/


}

	

@media only screen and (max-width: 1200px){
	
.aw-banner-box-inner {
	max-width: 70%;
}
.aw-box-outer {
	gap: 10px;
	padding-top: 40px;
}
.aw-box-outer .aw-box-inner {
	max-width: 23.7%;
}
.aw-box-outer .aw-trending-text {
	padding-left: 10px;
}
.aw-box-outer .aw-trending-text h5 {
	margin-bottom: 0;
}
.aw-homepage-left {
	padding: 0 15px 0 0;
}
.aw-homepage-left {
	padding: 0 10px 0 0;
}

.aw-taxonomy-inner {
	max-width: 32.2%;
}
.aw-trending-img {
	height: 200px;
}
.aw-popular-headings {
	font-size: 20px;
}
.aw-award-inner {
	padding: 50px 0;
}
.aw-award-right {
	padding: 0px;
}
.aw-aw-popular-taxtop .slick-slide {
	padding-right: 15px !important;
}
.aw-as-seen-inner li {
	max-width: 100px;
}
.aw-newsletter-left img {
	margin-right: 30px;
	max-width: 160px !important;
}
.aw-methodology-sec .aw-newsletter-left img {
	max-width: 160px !important;
}
.aw-news-int {
	width: calc(100% - 190px);
}
.aw-newsletter-int h2 {
	font-size: 26px;
	line-height: 35px;
}
.aw-newsletter-right {
	padding-left: 20px;
}
.aw-explore-int {
	padding: 0 15px 0 0;
}
.aw-footer-int {
	gap: 25px;
}
.aw-social-media-ft a {
	padding: 0 15px 0 0;
}
.aw-footer-one li a {
	font-size: 15px;
}
.aw-site-footer {
	padding: 50px 0;
}
.aw-homepage-right ul {
	gap: 12px 15px;
}	
.aw-four-news-inner2 {
	gap: 0 21px;
}
.latestnews-second-sec {
	gap: 0 15px;
}
.aw-editorial-sec {
	padding-top: 50px;
}
.aw-editorial-right {
	margin-top: 20px;
}
.aw-count-rep h4 {
	font-size: 30px;
}
.aw-about-left h1 {
	font-size: 32px;
	margin-bottom: 10px;
}

.aw-get-expertcl-inner .aw-expert-box {
	max-width: 23.7%;
}
.aw-author-sec-inner {
	padding: 56px 0 60px 0;
}
.aw-articles-right {
	padding-left: 40px;
}
.aw-author-expert-box-inner {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.aw-author-top-post .aw-postrepeter-left {
	height: 250px;
	width: 370px;
}
.aw-author-top-post .aw-postrepeter-right {
	width: calc(100% - 370px);
	padding: 0px 20px;
}
.aw-postrepeter-right .aw-cat-name {
	margin-bottom: 5px;
}
.aw-author-top-post .aw-postrepeter-right h2 {
	font-size: 24px;
}
.aw-latest-archive-right {
	padding-left: 40px;
	padding-right: 0;
}
.aw-postrepeter-right h5 {
	font-size: 20px;
}
.inContentProviderSingle-reviw a {
	font-size: 12px;
}
.aw-sinlge-cont-top-int {
	max-width: 100%;
	width: 68.4%;
}
.reviewedcl {
	width: 100%;
	display: block;
}

.btn_with_tooltip__btn {
	font-size: 12px;
	padding: 0 8px 0 29px;
}
.aw-hub-top-sec {
	margin-top: 40px;
}
.hub-expert-sec .aw-expertcl-inner {
	gap: 15px;
}
.hub-expert-sec .aw-expert-box {
	max-width: 18%;
	padding: 15px;
}
.aw-latest-ans-inner2 {
	width: 48.3%;
}
.aw-might-also-like {
	margin-top: 40px;
}
.authorByline_tooltip {
	width: 310px;
	transform: translate(-35%, 0%);
	-webkit-transform: translate(-35%, 0%);
}
.header-right li > a {
	padding: 20px 9px 20px;
	font-size: 13px;
}
.vw-newsletter-btn {
	margin-left: 0px;
	margin-right: 10px;
	padding: 6px 11px;
}
.header_search {
	padding-left: 0;
}
.aw-homepage-right {
	padding: 0px 0 0 10px;
}
.aw-jan-card__content h3 {
	font-size: 32px;
}
.aw-jan-card__content {
	padding: 25px;
}
.aw-latest-popular-right {
	padding: 0 0 0 20px;
}
.aw-taxonomy-inner {
	max-width: 23.5%;
}
.aw-guide-box-inner {
	max-width: 31.5%;
}
.aw-tax-topsec {
	gap: 0 20px;
}
.aw-guide-box {
	gap: 20px 20px;
}
.incase-new-left {
	padding-right: 10px;
}
.incase-new-right {
	gap: 15px 20px;
	padding-left: 10px;
}
.incase-new-right-int {
	gap: 15px 20px;
}
.incase-new-right .aw-incase-box-inner {
	max-width: 47.6%;
}
.incase-new-left .aw-trending-text {
	padding: 20px;
}
.technology-cat-sec .aw-guide-box {
	gap: 10px 20px;
}
.technology-cat-sec .aw-guide-box-inner {
	max-width: 23.4%;
}
.aw-regarding-sec {
	padding: 50px 0;
}

.aw-regarding-sec h2 {
	font-size: 35px;
	padding: 6px 5% 0;
}
.aw-regarding-inner2 {
	gap: 20px;
	margin-top: 20px;
}
.aw-regarding-repeter {
	max-width: 23%;
}
.aw-regarding-repeter {
	max-width: 23%;
	padding: 20px;
}
.popular-category-list {
	gap: 16px 25px;
}
.aw-footer-one {
	max-width: 17%;
}
.aw-footer-list {
	padding: 0;
}
.aw-footer-int {
	margin: 0;
}
.aw-mustread-inner {
	padding: 15px;
}
.popular-category-list .category-title {
	font-size: 18px;
}
.aw-expertcl-inner {
	gap: 15px;
}
.aw-expert-box {
	max-width: 228px;
}
.aw-advertising-outer p {
	padding: 0 15%;
}
.aw-single-new-sec .aw-homepage-right ul li {
	max-width: 48%;
}
.aw-methodology-sec .aw-newsletter-right a {
	padding: 17px 40px;
}
.aw-methodology-sec .aw-news-int {
	width: calc(100% - 190px);
}

.aw-article-latest-sec .aw-trending-box-inner {
	width: 22.5%;
}
.page-template-guide-template .aw-bredcrumbset .container, .commercial-template-default.single.single-commercial .aw-bredcrumbset .container {
	padding: 0;
}

.page-template-custom-About .aw-editorial-sec {
	padding-top: 0;
}
.pills-topics-left {
	width: 280px;
}
.pills-topics-right {
	width: calc(100% - 281px);
}

.footer-social {
	flex-wrap: wrap;
}
.aw-footer-one .footer-social a {
	margin: 0 7px 7px 0;
}

.sub-menu {
	top: 61px;
}
.show-more {
    right: 0px;
    padding: 0 20px 0 40px;
}

/*banner-sec css*/

.aw-banner-left h1 {
	font-size: 40px;
}
.aw-banner-left p {
	font-size: 16px;
}
.aw-banner-inner {
	padding: 40px 0 50px;
}
.aw-banner-repeter a {
	gap: 0 10px;
}
.aw-banner-repeter span {
	line-height: 125%;
}

/*banner-sec cssEnd*/

.latestnews-second-sec .trending-box-inner {
	max-width: 23.8%;
}

.aw-feature-repeter {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.aw-feature-repeter::-webkit-scrollbar {
    display: none;
}
.aw-feature-repeter {
	gap: 5px 24px;
	flex-wrap: inherit;
	overflow: auto;
	padding-bottom: 10px;
	justify-content: flex-start;
	gap: 15px 40px;
}
.aw-feature-logocl {
	max-width: inherit;
	flex-shrink: 0;
}


}
@media only screen and (max-width: 991px){

.aw-banner-box-inner {
	padding-left: 25px;
}
.aw-box-outer .aw-cat-namecl {
	margin-bottom: 5px;
}
.aw-banner-count {
	font-size: 15px;
}
.aw-banner-rep span {
	font-size: 15px;
}
.aw-latest-news {
	margin-top: 30px;
}
.aw-homepage-right ul {
	gap: 12px 13px;
}
.aw-home-right-img img {
	height: 130px !important;
}	

.aw-four-news-inner2 {
	gap: 0 15px;
}
.latestnews-second-sec {
	gap: 0 12px;
}

.aw-our-mission span {
	font-size: 18px;
}
.aw-feature-repeter {
	gap: 20px 20px;
}
.aw-get-expertcl p {
	padding: 20px 0;
}
.aw-expert--sec {
	padding: 40px 0;
}
.aw-expertcl-inner {
	gap: 15px;
}
.aw-expert-box {
	max-width: 31%;
}
.aw-intouch-sec {
	margin-top: 20px;
}
.aw-intouch-inner {
	padding: 40px 0;
}
.aw-advertising-outer p {
	padding: 0 5%;
}

.aw-contributor-top-sec {
	padding-top: 20px;
}
.aw-get-expertcl-inner .aw-expert-box {
	max-width: 31.8%;
}

.aw-author-sec-right {
	padding-left: 30px;
}	
.aw-author-sec-inner {
	padding: 56px 0 40px 0;
}
.aw-author-top-post .aw-postrepeter-left {
	height: 260px;
	width: 100%;
}
.aw-author-top-post .aw-postrepeter-right {
	width: 100%;
	padding: 10px 0;
}
.aw-author-top-post .aw-postrepeter-right h2 {
	font-size: 22px;
}
.aw-latest-archive-right .ms_most_popular_news_outer li {
	font-size: 16px;
}
.aw-postrepeter-right h5 {
	font-size: 18px;
}
.aw-archive-title {
	font-size: 30px;
}
.singular .entry-title {
	font-size: 30px;
}
.reviewedcl {
	display: inline-block;
	width: 100%;
}
.aw-sinlge-cont-top-int {
	max-width: 100%;
	width: 65%;
}
.aw-single-post-outer {
	padding-top: 30px;
}
.aw-sinlge-cont-left {
	width: 65%;
}
.aw-single-cont-right {
	width: calc(100% - 65%);
	padding-left: 20px;
}
.aw-related-sec-text h5 {
	font-size: 15px;
	height: 42px;
}
.aw-related-list-sec {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.featured-media-inner.section-inner img {
	height: 300px !important;
}
.aw-reviewed-tip {
	z-index: 9;
}
.entry-content {
	margin-top: 20px;
}
.our-mission-out p {
	font-size: 18px;
}

.inContentProviderSingle-ratingcl {
	flex-direction: column;
}
.inContentProviderSingle--title {
	font-size: 20px;
}
.aw-author-bottom {
	padding: 20px;
}

.aw-hub-expert-box {
	display: inline-block;
}
.hub-expert-sec .aw-expert-inner2 {
	width: 100%;
	overflow: auto;
	display: inline-block;
	padding-bottom: 10px;
}
.hub-expert-sec .aw-expertcl-inner {
	flex-wrap: inherit;
	justify-content: start;
	width: 100%;
}
.hub-expert-sec .aw-expert-box {
	max-width: 180px;
	text-align: center;
	padding: 16px 16px 24px;
	width: 100%;
	flex-shrink: 0;
}
.hub-expert-sec .aw-profile-view {
	margin-top: 23px;
}
.hub-expert-sec .aw-expertcl-inner {
	gap: 12px;
}
.hub-expert-sec .aw-expert-box-inner h5 {
	margin-bottom: 7px;
	min-height: auto;
}
.aw-expert-img img {
	width: 70px;
	height: 70px;
}
.aw-expert-box-inner h5 {
	font-size: 16px;
}
.card-jobtitle {
	font-size: 10px;
}
.aw-profile-view a {
	font-size: 14px;
}
.aw-loadmorehub-button {
	display: none;
}
.aw-latest-ans-inner2 {
	width: 48.5%;
}
.aw-popular-wrappercl h4 {
	font-size: 18px;
}

.aw-cat-hub-banner-left {
	max-width: 100%;
}
.aw-single-new-sec .aw-homepage-right ul li {
	max-width: 100%;
	flex-shrink: 0;
	width: 48%;
}
.aw-as-seen-inner span {
	padding-right: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.aw-as-seen-inner ul {
	width: 100%;
	overflow: auto;
	display: flex;
	gap: 15px;
	margin-bottom: 0px;
	flex-wrap: initial;
	align-items: flex-start;
	padding-bottom: 10px;
	justify-content: flex-start;
}
.aw-as-seen-inner li {
	max-width: 100%;
	width: auto;
	margin: 0;
	flex-shrink: 0;
}
.aw-as-seen-inner {
	padding-top: 32px;
}
.aw-as-seen-inner li img {
	height: 18px;
}

/* brand Plugin css */

.aw-single-post-outer .campaign-compact-table__offer {
	gap: 0;
	grid-template-areas: "label label" "logo rating" "description description" "cta-button cta-button" "key-features key-features" "terms terms";
	grid-template-columns: 1fr 1fr;
}
/* brand Plugin css End */


.cbm-presale-toplist__offer-body {
    grid-template-columns: 1fr 114px;
    grid-template-rows: auto;
    gap: 16px 12px;
    grid-template-areas:
"logo-w-title     launched        " 
"pros             pros            " 
"meta             meta            " 
"purchase-methods purchase-methods" 
"link             link            ";
  }
  


/*New-header Css*/
.header_hamburger {
	display: inline-block;
	width: auto;
	order: 1;
}
.header-right {
	display: none;
	position: fixed;
	top: 50px;
	left: -100%;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	width: 100%;
	height: 100%;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	background: #F2FAFB;
	z-index: 99;
	max-width: 100%;
}
body.admin-bar .header-right{
    margin-top: 32px;
}
.header-right.open-nav {
	left: 0;
}
.header_container {
	display: flex;
	align-content: center;
	align-items: center;
	width: 100%;
	justify-content: unset;
	margin: 0;
}
.header_buttons {
	margin-left: 15px;
}
.header_container .social-media {
	margin-top: 0;
}
.header-social .social-media a {
	margin-right: 0;
}
.header-social {
	display: none;
}
.header_search {
	width: 130px;
	flex: 0 0 130px;
	max-width: 130px;
	order: 2;
	margin-left: auto;
	padding-left: 0;
	display: flex;
	justify-content: end;
	padding-right: 0;
}
.navbar-togglemenu {
	width: 50px;
	height: 50px;
	position: relative;
	top: 0px;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
}
.header_buttons img {
	vertical-align: text-top;
}
.header_hamburger.hamburger {
	background: #F2FAFB;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}
.hamburger .navbar-togglemenu span::before {
	transform: rotate(47deg);
	top: 2px;
}
.hamburger .navbar-togglemenu span::after {
	top: 2px;
	transform: rotate(-47deg);
}
.hamburger .navbar-togglemenu span {
	background-color: transparent;
}
.header_logo {
	text-align: center;
	justify-content: center;
	order: 1;
	width: 115px;
	flex: 0 0 115px;
	max-width: 115px;
	padding: 0;
	margin-left: 10px;
}
.site-logo {
	margin: 0;
}
.site-logo .custom-logo {
	width: 100%;
}
.main-nav.nav {
	height: 100%;
}
.main-nav .navbar-nav {
	height: 100%;
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: left;
	transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.navbar-togglemenu span {
	width: 20px;
	height: 3px;
	background-color: #1c2642;
	display: inline-block;
	position: relative;
}
.navbar-togglemenu span::before, .navbar-togglemenu span::after {
	content: "";
	position: absolute;
	background-color: #1c2642;
	width: 100%;
	height: 3px;
	left: 0;
	top: -6px;
}
.navbar-togglemenu span::after {
	top: 6px;
}
.header_wrapper .container {
	padding-left: 0px;
	padding-right: 10px;
}
.header-right ul li.menu-item-has-children > a::after {
	display:none;
}

.header-right ul li {
	width: 100%;
	position: unset;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	padding: 0;
	vertical-align: top;
	line-height: inherit;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	border-bottom: none;
}
.header-right li > a {
	font-size: 14px;
	padding: 14px 5px 14px 14px;
	width: calc(100% - 56px);
	display: inline-block;
	font-weight: 400;
	color: #102039;
}
.navbar-nav.menu__list.active li .toggle-menu {
	right: 0;
	top: 0px;
}
.toggle-menu {
    position: relative;
    right: 0px;
    top: 0px;
    transform: rotate(-90deg);
    font-size: 24px;
    width: 50px;
    height: 46px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}
.toggle-menu i {
	color: #0AA8A8;
}
.sub-menu {
	display: none;
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: unset;
	height: calc(100vh - 46px);
	width: calc(100vw - 180px);
	padding: 0 0 100px;
	right: 0;
	overflow: auto;
}
.sub-menu.active {
    overflow: auto;
}
.navbar-nav.menu__list.active li {
	width: 180px;
}
.header-right li:hover > .sub-menu {
	display: none;
	background-color: #fff;
	height: calc(100vh - 46px);
	width: calc(100vw - 180px);
	box-shadow: none;
	max-height: inherit;
}
.header-right ul li:hover {
	background-color: #F2FAFB;
}
.header-right ul li a:hover {
	background-color: transparent;
}
.header-right .sub-menu li {
	width: 100% !important;
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.header-right ul li.menu-item-has-children ul li.menu-item-has-children > a {
	background: transparent;
}
.header-right ul li.menu-item-has-children ul li a {
	padding: 11px 15px 11px 16px;
	width: calc(100% - 36px);
	border-bottom: none;
	color: #304C5B;
}
.header-right ul li.menu-item-has-children ul li .toggle-menu {
	right: 0px;
	top: 0px;
	transform: rotate(0deg);
	width: 30px;
	height: 40px;
}
.header-right li > .sub-menu .sub-menu {
	max-height: fit-content;
	left: 0;
	height: auto;
	box-shadow: none;
}
.header-right li > ul ul {
	left: 0;
	top: 0;
	background: #fff !important;
	height: calc(100vh - 195px);
	width: 100%;
	padding: 0 0px 0px;
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative;
}
.header-right li:hover > .sub-menu li .sub-menu {
	height: auto;
}
.navopen {
	overflow: hidden;
}
.search-bar-wrapper.wrapper-top-search {
	z-index: 99;
	height: 100%;
	top: 51px;
}
.wrapper-top-search .input-bar-wrapper {
	padding: 12px 16px;
	text-align: center;
}
.aw-popup-overlay{
	background: #FFF;
}
.wrapper-top-search #search-input {
	font-size: 16.5px;
	height: 50px;
	background-size: 20px;
	border-color: #102039;
	padding: 0 35px 0 45px !important;
}
.wrapper-top-search .header_close-searchbar-btn--desk {
	height: 50px;
	width: 50px;
	background: transparent;
	border-radius: 0;
	top: 12px !important;
	position: absolute !important;
	right: 14px;
	padding: 0 !important;
	bottom: auto;
}
.header  .desktop-flag .fin-country-dropdown {
	display: none;
}
.header-right ul li.menu-item-has-children ul li.current-menu-item > a {
	background: #F2FAFB;
}
.mobile-flag-outer {
	display: none;
	text-align: left;
	position: relative;
	bottom: 100px;
	left: 0;
	height: 50px;
	width: 100%;
	padding: 0;
	line-height: 50px;
	background: #fff;
	z-index: 9999;
	border-top: 1px solid #d2daef;
}
.twitter-mobile {
	display: flex;
	width: 50%;
	position: relative;
	z-index: 99;
	border-left: 1px solid #EBEFF2;
	padding-left: 15px;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	align-items: center;
	color: #1C2642;
}
.twitter-mobile .social-media {
	margin: 0;
}
.twitter-mobile .social-media li {
	margin: 0 10px 0 0;
}
.twitter-mobile .social-media a {
	height: auto;
	width: auto;
	border: none;
	padding: 0 !important;
}
.header .fin-country-dropdown.mobile-flg .dropdown {
	width: 50%;
}
.fin-country-dropdown--first-flag {
	vertical-align: middle;
	height: 29px;
	position: relative;
	border: none;
}
.header .fin-country-dropdown.mobile-flg span {
	font-weight: 500;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: .01em;
	color: #fff;
	margin-left: 0;
	vertical-align: top;
}
.fin-country-dropdown--first-flag span:last-child {
	vertical-align: top;
	margin-top: 0;
	color: #000000;
	font-size: 14px;
}
.header .fin-country-dropdown {
	display: flex;
	width: 50%;
	position: unset;
	padding-left: 15px;
}
.country-dropdown--first-flag {
	vertical-align: middle;
	margin-top: 0;
	color: #000000;
	font-size: 14px;
}
.fin-country-dropdown .dropdown {
	z-index: 1;
	width: 48%;
	position: unset;
	display: inline-block;
	padding-top: 0;
}
.dropdown-menu.show {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -500px);
	-webkit-transform: translate(-50%, -500px);
	left: 50%;
	max-width: 240px;
	top: -100%;
}
.heading-countrie {
	font-weight: 700;
	font-size: 14px;
}
.heading-countrie .close-country {
	font-weight:700;
}
.header .modal-body {
	height: auto;
	overflow: auto;
	padding: 0;
	max-height: 291px;
}
.header .dropdown-item.mega_menu_active_country {
	background-color: #E8EDFC;
}
.fin-country-dropdown .dropdown-menu .dropdown-item.mega_menu_active_country {
	background: #E8EDFC;
}
.header .dropdown-item {
	padding: 10px 20px;
	border: 0;
	position: relative;
}
.header .dropdown-item.mega_menu_active_country::before {
	content: "";
	right: 16px;
	background: url(images/check-icon.svg) center top no-repeat;
	width: 19px;
	height: 13px;
	position: absolute;
	top: 16px;
}
.search-list {
	border: none;
	box-shadow: none;
	max-height: 66vh !important;
	overflow: auto;
}
.fin-country-dropdown .dropdown-menu .dropdown-item {
	display: flex;
	align-items: center;
	padding: 11px 15px;
	border-bottom: 1px solid #E3E2E2;
}
.fin-country-dropdown .dropdown-toggle::after {
	display: none;
}
.header-right .current-menu-item > a::before, .header-right .current-menu-parent > a::before {
    height: 100%;
    width: 4px;
}
.header-right .current-menu-item > a::before, .header-right .current-menu-parent > a::before, .header-right .current-menu-ancestor > a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #00AFAF;
    height: 100%;
    width: 4px;
    opacity: 1;
    visibility: visible;
}
.header-right ul li.menu-item-has-children ul li.current-menu-item {
	background: #F2FAFB;
}
.vw-newsletter-btn {
	display: inline-block;
	margin-left: 0px;
	margin-right: 0;
	padding: 5px 5px;
}
.custom-logo-link {
	order: 1;
	width: 115px;
}
#finCountryDropdownFlag {
	border: none;
	background: transparent;
	opacity: 1;
}
#finCountryDropdownFlag span {
	color: #102039;
}
.aw-social-media a {
	padding: 0 6px 0 0 !important;
	width: auto !important;
}
#finCountryDropdownFlag {
	vertical-align: middle;
}

.header-right .current-menu-item > a {
	font-weight: 700;
}

/*New-header Css End*/

/*NEW BRAND LAYOUT START*/
li.campaign-shortcode-table_filter-list-item, li.campaign-full-width_filter-list-item {
    padding-left: 8px;
}
button.popup-offers-widget__close-btn {
    top: -20px;
    right: -7px;
}
.aw-main-page-sec li.campaign-shortcode-table_filter-list-item {
    padding-left: 8px;
}
/*NEW BRAND LAYOUT END*/


/*NEW BM TABLE CSS START*/
body.bm-tiny .campaign-list-item_cta-btn.no-coupon {
    margin-top: 0;
}
/*NEW BM TABLE CSS END*/

.aw-homepage-left-inner .aw-thumbnailcl {
	height: 432px !important;
}
.aw-latest-popular-right {
	padding: 0;
}
.trending-box-inner {
	max-width: 23.6%;
}
.top-picks-img {
	height: 190px;
}
.aw-top-picks-text {
	padding: 20px;
}
.aw-top-picks-text h4 {
	font-size: 18px;
	height: 48px;
}
.aw-readtime {
	margin-top: 40px;
	align-content: center;
	align-items: center;
}
.aw-award-left h2 {
	font-size: 32px;
}
.aw-newsletter-int {
    padding: 20px 20px;
    flex-wrap: wrap;
    align-items: flex-start;
}
.formkit-alert.formkit-alert-error {
    position: absolute;
    bottom: -40px;
}
.aw-newsletter-left {
	flex: 0 0 70%;
	max-width: 70%;
}
.aw-newsletter-right {
	padding-left: 0;
	flex: 0 0 30%;
	max-width: 30%;
}
.newsletter-logo {
	margin-top: 20px;
}
div.tnp-subscription, form.tnp-subscription, form.tnp-profile {
	max-width: 100%;
	width: 100%;
}
.aw-guide-img {
	width: 100%;
	height: 130px;
}
.aw-guide-text {
	width: 100%;
	padding-left: 0;
}
.aw-taxonomy-inner {
	max-width: 31.5%;
}
.aw-mustread-outer {
	max-width: 100%;
}
.aw-mustread-inner {
	padding: 24px;
	display: flex;
	flex-wrap: wrap;
}
.aw-mustread-inner > span {
	order: 1;
	width: 100%;
	display: inline-block;
}
.aw-mustread-inner h3 {
	order: 2;
	width: calc(100% - 130px);
}
.aw-mustread-inner img {
	margin: 0px 0 0;
	order: 3;
	width: 130px;
}
.aw-mustread-inner p {
	order: 4;
	min-height: 45px;
}
.min-read-text {
	order: 5;
	margin-top: 0;
}
.incase-new-right .aw-incase-box-inner {
	max-width: 47%;
}
.incase-new-right .aw-trending-img {
	height: 138px;
}
.incase-new-left .aw-trending-text h5 {
	font-size: 32px;
}
.incase-new-left .aw-latest-bottomcl {
	margin: 5px 0 10px;
}
.incase-new-left .aw-trending-img {
	height: 485px;
}
.technology-cat-sec .aw-guide-box {
	gap: 10px 15px;
}
.aw-regarding-sec h2 {
	font-size: 32px;
	padding: 6px 0 0;
}	
.aw-regarding-repeter {
	max-width: 48%;
	padding: 20px;
}
.popular-category-list {
	gap: 16px 20px;
}
.aw-footer-int {
	gap: 20px;
}
.footer-social {
	flex-wrap: wrap;
}
.aw-footer-one .footer-social a {
	margin: 0 5px 5px 0;
}
.aw-footer-one {
	max-width: 17.6%;
}
.aw-taxonomy-sec .widget_text.widget.widget_custom_html {
	width: 100%;
}
  
.aw-about-left {
	padding: 0;
}
.aw-our-mission {
	padding: 20px;
	margin-top: 30px;
}
.aw-editorial-sec {
	padding-top: 30px;
}
.aw-count-rep {
	width: 22.5%;
}
.aw-postrepeter-left {
	width: 210px;
	height: 120px;
}
.aw-postrepeter-right {
	width: calc(100% - 210px);
}
.aw-postrepeter-right h3 {
	font-size: 20px;
}
.pagination .page-numbers, .comments-pagination .page-numbers {
	display: inline-block;
}
.aw-articles-right {
	padding-left: 30px;
}
.aw-meet-team-sec h1 {
	font-size: 28px;
}
.aw-expert--sec.hub-expert-sec {
	padding: 30px 0;
}
.aw-might-also-like {
	margin-top: 40px;
	margin-bottom: 40px;
}

.aw-single-cont-right .aw-mustread-inner h3 {
    width: calc(100% - 94px);
    font-size: 18px;
}
.aw-single-cont-right .aw-mustread-inner img {
    width: 94px;
    height: auto;
}
.aw-author-name a, .author-name {
	word-wrap: break-word;
}

.aw-guide-page-sec .container {	
	padding-left: 30px;
	padding-right: 30px;
}
/* guide-page */

.aw-trust_mobilecl_text p {
	max-width: 100%;
}
.aw-trust_mobilecl_text ul {
	margin: 10px 0 0;
	width: 100%;
}
body .toc-sticky__container.container {
	padding: 0;
}
.aw-hub-lates-news-inner2 {
	gap: 0 16px;
}
.aw-hub-lates-news-inner2 .aw-trending-img {
	height: 150px;
}
.aw-guide-page-sec {
	margin-top: 22px;
	margin-bottom: 50px;
}
.aw-article-latest-sec .aw-trending-box-inner {
	width: 23.2%;
}

/* guide-page End*/

.modal-dialog.aw-popup-inner {
	max-width: 700px;
	margin: 40px auto;
}
.aw-popup-right {
	padding: 36px 30px 40px;
}
.page-template-guide-template .aw-bredcrumbset .container, .commercial-template-default.single.single-commercial .aw-bredcrumbset .container {
	padding: 0 0 0 15px;
}
.inContentProviderSingle.inContentColor--insidebitcoins .inContentProviderSingle--wrapper .container {
	padding: 0;
}
.aw-article-latest-sec .aw-trending-text h5 {
	font-size: 18px;
	min-height: 52px;
}
.pills-topics-left {
	width: 220px;
}

.pills-topics-right {
	width: calc(100% - 221px);
}
.aw-postrepeter-right h2 {
	font-size: 20px;
}
.category-posts-list .category-posts {
	padding: 0 20px 0 0;
}

.input-bar-wrapper-inner {
	max-width: 100%;
}
.search_result .search-list {
	padding: 8px 0 0;
}

.header-right ul li.menu-dropdown > a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: #00AFAF;
	height: 100%;
	width: 4px;
	z-index: 9999;
	opacity: 1;
	visibility: visible;
}

/*.popular-category-list-item .popular-category-details::after {
	right: -21px;
}*/
.popular-category-list .popular-category-list-item {
	padding: 12px 30px 12px 16px;
}


/*banner-sec css*/

.aw-banner-left {
	width: 100%;
}
.aw-banner-repeter {
	max-width: 32.6%;
	padding: 10px;
}
.aw-banner-inner {
	padding: 40px 0 40px;
}
.aw-banner-right {
	width: 100%;
	justify-content: center;
}
.aw-banner-right img {
	max-width: 390px !important;
}
.aw-banner-left h1 {
	font-size: 35px;
}
/*banner-sec cssEnd*/

.latestnews-second-sec .trending-box-inner {
	max-width: 23.6%;
}

.aw-guide-box-inner.aw-mobile-display .aw-guide-text h5 {
	height: 44px;
	min-height: 44px;
}
.aw-methodology-sec .aw-newsletter-right a {
	padding: 15px 30px;
}
.aw-methodology-sec .aw-newsletter-left {
	flex: 0 0 75%;
	max-width: 75%;
}
.aw-methodology-sec .aw-newsletter-right {
	padding: 0 0 0 20px;
	flex: 0 0 25%;
	max-width: 25%;
}
.aw-readers-repeter h3 {
	font-size: 28px;
	background-position: right 7px;
}
.aw-readers-repeter::after {
	right: -26%;
}

.aw-newsletter-left img {
	margin-right: 30px;
	max-width: 130px !important;
}
.aw-news-int {
	width: calc(100% - 160px);
}
.tnp.tnp-subscription .tnp-submit, button.formkit-submit.formkit-submit {
	font-size: 14px;
}
.aw-single-new-sec.aw-latest-news .aw-homepage-right ul li {
	max-width: 100%;
}
.aw-mustread-inner picture {
	order: 3;
}
.aw-single-cont-right .aw-mustread-inner {
	padding: 15px;
}
.header-right li > a {
	font-weight: 700;
}

.aw-latest-news-left {
	order: 1;
}
.aw-latest-popular-right {
	order: 5;
}
.latestnews-second-sec {
	order: 2;
}
.latestnews-second-sec.ms-latestnews-second-phase {
	order: 3;
}
.moretagarticles-button {
	order: 4;
}
.moretagarticles-button.ms-home-page-loadmore button, .moretagarticles-button.ms-home-page-loadmore.ms-load-more-ancher a {
	margin-top: 20px;
	margin-bottom: 32px;
}

.toc-sticky .toc-sticky__open {
	padding: 10px 10px;
}
.aw-author-sec-right h1 {
	font-size: 34px;
}

}

@media only screen and (max-width:782px){
body.admin-bar .header-right {
    margin-top: 46px;
}
body.admin-bar .search-bar-wrapper.wrapper-top-search {
    margin-top: 46px;
}

}

@media only screen and (max-width:767px){
	
ul#menu-main-menu{
	position:relative;
}
.current-parent-menu-item {
	background: #FFF;
	width: 100%;
	height: 50px;
	margin-top: -50px;
	display: flex;
	align-items: center;
	padding-left: 16px;
}
.current-parent-menu-item span {
	margin-left: 8px;
	color:  #102039;
	font-family: Roboto;
	font-size: 16.5px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}
.aw-box-outer {
	gap: 0;
	padding-top: 15px;
}	
.aw-box-outer .aw-box-inner {
	max-width: 100%;
}
.aw-box-outer .aw-box-inner {
	max-width: 100%;
	flex-direction: row-reverse;
	padding-bottom: 12px;
	padding-top: 12px;
}
.aw-box-outer .aw-trending-img {
	width: 114px;
	height: 70px;
}
.aw-box-outer .aw-trending-text h5 {
	font-size: 15px !important;
	font-weight: 700;
}

.aw-popular-headings {
	font-size: 18px;
	margin-bottom: 10px;
}
.aw-latestnews-second-sec {
	max-width: 100%;
}
.aw-latest-bottomcl {
	margin-left: 0;
}
.aw-first-news-block .aw-trending-img {
	max-width: 100%;
	height: 192px;
}
.aw-first-news-block .aw-trending-text {
	width: calc(100% - 0%);
	padding-left: 0;
}
.aw-first-news-block .aw-trending-text h5 {
	font-size: 20px;
	margin-top: 10px;
}

.aw-four-news-block .aw-latest-author img {
	display: none;
}
.aw-four-news-block .aw-latest-bottomcl {
	margin-left: 0;
}

.aw-four-news-outer2 {
	overflow: auto;
	width: 100%;
	display: inline-block;
}
.aw-four-news-inner2 {
	width: 1310px;
	flex-wrap: initial;
	overflow: auto;
	padding-bottom: 10px;
}

.latestnews-second-sec {
	gap: 0;
	margin-top: 0;
}
.trending-box-inner {
	max-width: 100%;
	margin-bottom: 0;
	padding-bottom: 10px;
	display: flex;
	flex-direction: row-reverse;
	padding-top: 10px;
	width: 100%;
} 
.formkit-alert.formkit-alert-error li {
	line-height: 12px;
	font-size: 12px;
}
.aw-popup-right .popup-logo {
	width: 69.486px;
	height: 16px;
}
button.success-content-close{
	width: 100%;
}
.aw-home-right-innercl .aw-cat-namecl {
	margin-top: 0;
}
.aw-tax-topsec {
	gap: 20px 0px;
	width: 100%;
}
.aw-box-inner.aw-box-heading .aw-trending-text h5 {
	font-size: 16px;
}
.aw-taxonomy-inner .aw-play-box {
	width: 100%;
	display: flex;
	gap: 12px;
	margin-bottom: 0px;
	flex-wrap: initial;
	padding: 0 0 10px;
	align-items: flex-start;
	flex-shrink: 0;
	overflow: auto;
	flex-direction: inherit;
}
.aw-mustread-inner h3 {
	width: calc(100% - 100px);
}
.aw-mustread-inner img {
	width: 100px;
	height: 70px !important;
}
.aw-incase-news-sec {
	padding: 32px 0;
}
.incase-new-left {
	padding-right: 0;
	flex: 0 0 100%;
	max-width: 100%;
}
.incase-new-left .aw-incase-box-inner {
	position: relative;
	width: calc(100% + 30px);
	margin: 0 -15px;
}

.incase-new-left .aw-trending-text {
	padding: 15px;
	position: relative;
	margin-top: -20px;
	align-items: flex-start;
	flex-direction: column;
	background: transparent;
}
.incase-new-left .aw-cat-namecl {
	margin-top: -20px;
	top: -10px;
	position: relative;
}
.incase-new-left .aw-latest-bottomcl .aw-author-name {
	color: #CEE8EA;
}
.incase-new-left .post-contentcl {
	color: #fff;
}
.incase-new-left .aw-trending-text h5 {
	font-size: 24px;
}

.incase-new-left .aw-trending-img {
	height: 215px;
}
.aw-taxonomy-inner .aw-box-inner {
	max-width: 100%;
	position: relative;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	flex-shrink: 0;
	width: 315px;
	display: flex;
	flex-wrap: wrap;
}
.aw-trending-img {
	height: 178px;
}
.aw-box-overlay .aw-trending-text {
	position: relative;
	background: transparent;
	border-radius: 0;
	padding: 0;
}
.aw-box-overlay .aw-trending-text h5 {
	color: #102039;
	font-size: 18px;
	min-height: 52px;
}

.incase-new-right {
	padding-left: 0;
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #263F65;
	width: 100%;
	overflow: auto;
}
.incase-new-right-int {
	display: flex;
	gap: 12px;
	flex-shrink: 0;
	flex-direction: inherit;
	flex-wrap: inherit;
	width: auto;
	padding-bottom: 10px;
}
.stock-trading-sec .aw-guide-img {
	width: 100%;
	height: 215px;
}
.stock-trading-sec .aw-guide-box {
	gap: 12px;
	overflow: auto;
	flex-wrap: inherit;
	flex-shrink: 0;
	padding-bottom: 10px;
}
.stock-trading-sec .aw-guide-box-inner {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	width: 315px;
	flex-shrink: 0;
}
.stock-trading-sec .aw-guide-text {
	width: 100%;
	padding-right: 0;
	margin-top: 10px;
}
.stock-trading-sec .aw-guide-text h5 {
	font-size: 18px;
	min-height: 50px;
	-webkit-line-clamp: 2;
}
.technology-cat-sec .aw-guide-box-inner {
	max-width: 100%;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	width: 315px;
	flex-shrink: 0;
}
.technology-cat-sec .aw-guide-box {
	gap: 12px;
	overflow: auto;
	flex-wrap: inherit;
	flex-shrink: 0;
	padding-bottom: 10px;
}
.technology-cat-sec .aw-guide-img {
	width: 100%;
	height: 178px;
}
.aw-mobile-display .aw-guide-img {
	display: inline-block;
}
.technology-cat-sec .aw-guide-text h5 {
	font-size: 18px;
}
.technology-cat-sec .aw-guide-text {
	padding: 10px 0 0;
}
.aw-guide-sec.technology-cat-sec {
	padding-bottom: 32px;
}
.aw-regarding-sec {
	padding: 32px 0;
}
.aw-regarding-sec h2 {
	font-size: 24px;
}
.aw-aw-guide-sec {
	width: 100%;
}
.aw-regarding-repeter {
	max-width: 100%;
	padding: 15px;
	width: 315px;
	flex-shrink: 0;
}
.aw-more-about.aw-regarding-more {
	margin-top: 12px;
}
.aw-popular-cat-sec {
	padding: 32px 0;
}
.popular-category-list {
	gap: 8px 0px;
}
.popular-category-list .category-title {
	font-size: 16px;
}
.aw-regarding-inner2 {
	gap: 12px;
	margin-top: 0px;
	overflow: auto;
	flex-wrap: inherit;
	flex-shrink: 0;
	padding-bottom: 10px;
}
.popular-category-list .popular-category-list-item {
	width: 100%;
	padding: 8px 16px;
}
.category-posts-list .category-posts {
	padding: 0 0 20px;
	width: 100%;
}
.category-posts-list {
	padding: 15px 15px 15px 15px;
}
.popular-category-list .aw-category-titlecl .category-title {
    font-size: 20px;
    background-position: right center;
}
.close-tabs {
	padding-right: 0px;
}

.incase-new-right .aw-incase-box-inner {
	max-width: 100%;
	flex-shrink: 0;
	width: 165px;
	display: flex;
	flex-wrap: wrap;
}
.incase-new-right .aw-trending-text {
	border-radius: 0;
	background: transparent;
	padding: 3px 0 0;
}
.incase-new-right .aw-trending-text h5 {
	font-size: 16px;
	min-height: 44px;
}
.incase-new-right .aw-trending-img {
	height: 90px;
}
.aw-box-overlay .aw-trending-text h5 a {
	color: #102039;
}
.aw-box-overlay .aw-trending-text .aw-author-name, .aw-box-overlay .aw-trending-text .contributorcl {
	color: #51607D;
}
.aw-box-inner.aw-box-heading .aw-trending-text h5 {
	font-size: 18px;
}
.aw-taxonomy-inner .aw-box-heading:nth-child(2) .aw-trending-text, .aw-taxonomy-inner .aw-box-heading:nth-child(3) .aw-trending-text {
	width: 100%;
	padding-right: 0;
}
.aw-taxonomy-inner .aw-box-heading:nth-child(2) .aw-trending-img, .aw-taxonomy-inner .aw-box-heading:nth-child(3) .aw-trending-img {
	width: 100%;
	height: 178px;
}
.aw-award-left h2 {
	font-size: 24px;
	margin-bottom: 8px;
	line-height: 125%;
	margin-top: 5px;
}
.aw-award-left {
	padding-left: 0;
	padding-right: 0;
	position: initial;
}

.aw-readers-repeter h3 {
	font-size: 24px;
	background-size: 16px;
	background-position: right 4px;
}
.aw-readers-repeter span {
	font-size: 12px;
}
.aw-readers-repeter {
	width: 46%;
}
.aw-newsletter-sec {
	padding-top: 32px;
}
.aw-newsletter-home .aw-subscribe-sec .container {
	padding: 0 15px;
}
.aw-newsletter-int {
	flex-wrap: wrap;
}
.aw-news-int {
	width: 100%;
	margin-top: 30px;
}
.aw-newsletter-left img {
	margin-right: 0;
	max-width: 92px !important;
	order: 1;
	text-align: right;
	position: absolute;
	right: 8px;
	top: 48px;
}
.aw-methodology-sec .aw-newsletter-left img {
	max-width: 92px !important;
}
.aw-popular-cat-sec .aw-popular-headings {
	font-size: 20px;
}
.aw-guide-sec {
	padding: 32px 0 0;
}
.aw-guide-box-inner {
	max-width: 100%;
	flex-direction: row-reverse;
	border-bottom: 1px solid #CEE8EA;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
}
.stock-trading-sec .aw-guide-img {
	width: 100%;
	height: 178px;
}
.aw-guide-img {
	width: 88px;
	height: 88px;
}
.aw-guide-text {
	width: calc(100% - 88px);
	padding-left: 0;
	display: inline-block;
	padding-right: 10px;
}
.aw-guide-sec .aw-guide-text p.excerpt-content {
	display: none;
}
.aw-guide-text h5 {
	font-size: 16px;
	min-height: 55px;
	-webkit-line-clamp: 3;
}
.aw-guide-box-inner:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.aw-guide-box {
	gap: 0;
}
.aw-sec-pade {
	padding-top: 32px;
}
.aw-popular-headings span.aw-more-link {
	background-position: right 2px;
	margin-top: 2px;
}
.aw-box-inner.aw-box-heading:nth-child(4) .aw-trending-img, .aw-box-inner.aw-box-heading:nth-child(5) .aw-trending-img {
	display: inline-block;
}

.tnp.tnp-subscription {
	margin-top: 0;
	margin-bottom: 0;
}
.aw-newsletter-int h2 {
	font-size: 24px;
	line-height: 115%;
	width: 78%;
	margin: 36px 0 26px;
	letter-spacing: -0.24px;
}
.newsletter-logo img {
	width: 32px;
}
.aw-newsletter-right {
	position: unset;
	padding-top: 4px;
}
.newsletter-logo {
	margin-top: 24px;
	position: absolute;
	top: 0;
	left: 0;
}
.aw-newsletter-left {
	position: relative;
}
.aw-explore-rep {
	padding: 10px 0 0;
	flex-wrap: wrap;
	gap: 10px 0px;
}
.aw-explore-int {
	padding: 0;
}
.aw-explore-right strong {
	font-size: 16px;
}
.aw-explore-right p {
	font-size: 14px;
}
.aw-explore-logo {
	width: 40px;
}
.aw-taxonomy-inner {
	max-width: 100%;
}
.aw-footer-one {
	max-width: 100%;
	width: 100%;
	padding: 12px 0;
	text-align: left;
	border-bottom: 1px solid #263F65;
}
.aw-about-left h1 {
	font-size: 24px;
	margin-bottom: 12px;
}
.aw-about-left p {
	margin-bottom: 0px !important;
}
.aw-editorial-sec {
	padding-top: 0;
}
.aw-editorial-left h2 {
	font-size: 20px;
}
.aw-editorial-right {
	margin-top: 0px;
	padding-left: 0;
}
.aw-editorial-count {
	gap: 25px 10px;
	justify-content: center;
}
.aw-feature-repeter {
	gap: 5px 24px;
	flex-wrap: inherit;
	overflow: auto;
	padding-bottom: 10px;
}
.aw-count-rep h4 {
	font-size: 32px;
	margin: 0;
	text-align: center;
}
.aw-count-rep span {
	font-size: 12px;
}
.aw-our-mission {
	padding: 15px;
	margin-top: 30px;
}
.aw-our-mission span {
	background-size: 24px;
	padding-left: 35px;
}
.aw-feature-sec {
	padding-top: 30px;
	padding-bottom: 30px;
}
.aw-feature-logocl {
	max-width: 100px;
	flex-shrink: 0;
}
.aw-feature-inner h3 {
	font-size: 12px;
}
.aw-expert--sec {
	padding: 30px 0;
}
.aw-get-expertcl p {
	padding: 10px 0 20px;
	text-align: left;
	margin-bottom: 0 !important;
}
.aw-expertcl-inner {
	justify-content: start;
	width: 100%;
}
.aw-expert-inner2 {
	width: 100%;
	display: inline-block;
	padding-bottom: 10px;
}
.aw-expert-box {
	max-width: 100%;
	width: 47.7%;
	padding: 15px 15px 24px;
}
.aw-expert-img img {
	width: 70px;
	height: 70px;
}
.meet-more a {
	font-size: 16px;
}
.card-jobtitle {
	font-size: 10px;
}
.aw-profile-view a {
	font-size: 14px;
}
.aw-expert-box-inner h5 {
	font-size: 16px;
	margin-top: 10px;
	min-height: 46px;
}
.aw-social-links li {
	padding: 0 7px;
	margin: 0 !important;
}
.aw-social-links {
	padding-top: 15px;
}
.aw-process-inner h3 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 12px;
}
.aw-process-inner h4 {
	font-size: 18px;
	margin-top: 20px;
}
.aw-intouch-sec {
	margin-top: 0;
}
.aw-intouch-inner h2 {
	font-size: 24px;
}
.aw-intouch-inner {
	padding: 30px 0;
}
.aw-award-top-autohr {
	margin-bottom: 15px;
	margin-top: 0;
}
.aw-advertising-outer p {
	padding: 0;
	color: #1E1E1E;
}
.aw-footer-after {
	top: 5px;
}
.aw-meet-team-sec h2 {
	font-size: 20px;
}
.aw-meet-team-sec p {
	color: #304C5B;
}
.aw-get-expertcl-inner .aw-expert-box {
	max-width: 47.7%;
	padding: 15px;
}
.aw-author-sec-left {
	width: 100%;
	text-align: center;
}
.aw-home-right-img .aw-cat-namecl {
    word-break: break-word;
}
.aw-author-left-img img {
	height: 120px !important;
	width: 120px !important;
}
.aw-author-sec-right h1 {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 34px;
	margin-top: 10px;
	margin-bottom: 2px;
	word-break: break-word;
}
.aw-author-sec-left .card-jobtitle {
	display: none;
	padding-right: 0;
	width: 100%;
	font-size: 14px;
}
.aw-author-sec-left h1, .aw-author-sec-left .expetis {
	display: block;
}
.aw-author-sec-left h1 {
	font-size: 34px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.aw-author-sec-right .card-jobtitle {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.aw-author-sec-right {
	padding-left: 0px;
	width:100%;
}
.aw-custom-user-url {
	margin-top: 10px;
}
.aw-author-left-img::after {
	bottom: -8px;
	background-size: 25px;
	left: 9px;
}
.aw-author-bio {
	margin-top: 15px;
}
.aw-author-sec-outer::after {
	display:none;
}
/*.author-bio-inner {
	height: 119px;
}*/
.aw-author-sec-inner {
	padding: 50px 0 15px 0;
}
.aw-author-articles-outer {
	padding-top: 30px;
}
.aw-articles-leftcl {
	width: 100%;
}
.aw-articles-right {
	width: 100%;
	padding-left: 0;
	padding-top: 30px;
}
.aw-articles-leftcl h4 {
	font-size: 18px;
}
.aw-author-postrepeter {
	padding-top: 12px;
	margin-top: 12px;
	flex-direction: row-reverse;
	position: relative;
}
.aw-author-top-post {
	padding-top: 0;
	margin-top: 0;
}
.aw-postrepeter-left {
	width: 88px;
	height: 88px;
	position: unset;
}
.aw-postrepeter-right {
	width: calc(100% - 88px);
	padding-left: 0;
	padding-right: 10px;
}
.aw-postrepeter-right .aw-cat-name {
	font-size: 10px;
	margin-bottom: 5px;
}
.aw-postrepeter-right h3 {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 23px;
}
.aw-postrepeter-left .aw-cat-name {
	padding: 5px 7px;
	bottom: auto;
	left: 0;
	top: 12px;
}
.pagination-wrapper.mobile-pagination {
	display: inline-block;
	width: 100%;
	padding: 0 0px;
	text-align: center;
}
.pagination-wrapper.desktop-pagination .prev.page-numbers {
	display: none;
}
.pagination-wrapper.desktop-pagination .next.page-numbers {
	display: none;
}
.pagination-wrapper.mobile-pagination .page-numbers {
	display: none;
}
.pagination-wrapper.mobile-pagination .prev.page-numbers, .pagination-wrapper.mobile-pagination .next.page-numbers {
	display: block;
}
.next.page-numbers {
	order: 2;
	width: 156px;
	margin-top: 8px !important;
	margin-left: 4px !important;
}
.prev.page-numbers {
	margin: 8px 0 0 !important;
	order: 1;
	width: 156px;
	margin-right: 4px;
	border-right: 1px solid #E0E0E0;
}
.navigation.pagination {
	width: auto;
	padding-top: 0;
	max-width: 100%;
}
.pagination-wrapper .nav-links {
	margin: 0;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 320px;
}
.author-all-button {
	display: inline-block;
}
.aw-articles-right h4 {
	font-size: 18px;
}
.aw-author-expert-box {
	margin-top: 10px;
}
.aw-subscribe-sec {
	margin-bottom: 30px;
}
.aw-author-expert-box-inner:last-of-type {
	border-bottom: none;
}
.aw-archive-title {
	font-size: 24px;
}
.aw-latest-archive-left {
	width: 100%;
}
.aw-author-top-post .aw-postrepeter-right p {
	display: none;
}
.aw-author-top-post .aw-postrepeter-right h2 {
	margin-bottom: 7px;
}
.aw-author-top-post .aw-postrepeter-right {
	padding: 10px 0 0;
}
.aw-latest-archive-right .widget-title {
	font-size: 20px;
}
.aw-latest-archive-right .ms_most_popular_news_outer li {
	font-size: 16px;
	padding-left: 30px;
}
.ms_most_popular_news_outer.layout-news li::before {
	font-size: 18px;
}
.aw-latest-archive-right .ms_most_popular_news_outer li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.singular .entry-title {
	font-size: 24px;
}
.custom-share-author .custom_author_top {
	width: 100%;
}
.custom_author_top .custom_author_info .investor {
	font-size: 14px;
}
.reviewedcl {
	font-size: 14px;
}
.authorByline_tooltip {
	left: 50%;
	width: 290px;
	padding: 16px;
	transform: translate(-25%, 0%);
	-webkit-transform: translate(-25%, 0%);
}
.author-left > img {
	width: 60px !important;
	height: 60px !important;
}
.authorByline_tooltip .row.text-white {
	padding: 0;
}
.authorByline_tooltip .author-left picture img {
	width: 60px !important;
	height: 60px !important;
}
.authorByline_tooltip .author-left {
	gap: 0 15px;
}
.author-left-top {
	width: calc(100% - 76px);
}
.authorByline_tooltip p {
	font-size: 15px;
}
.bio-right a {
	font-size: 14px;
}
.custom-share-author .custom-share {
	width: 100%;
	margin-top: 10px;
	justify-content: start;
	display: flex;
}
.btn_with_tooltip__tip {
	max-width: 210px;
	padding: 15px;
	transform: translateX(-20%);
}
.aw-sinlge-cont-left {
	width: 100%;
}
.aw-single-post-outer {
	padding-top: 0px;
}
.aw-single-cont-right {
	width: 100%;
	padding-left: 0;
	margin-top: 0;
}
.featured-media-inner.section-inner {
	width: calc(100% + 30px);
	margin: 0 -15px;
}
.wp-caption-text {
	padding: 0 10px;
	margin-bottom: 10px;
}
.aw-key-box-inner p {
	font-size: 14px;
}
.aw-key-box-inner {
	padding: 15px;
}
.aw-key-box-heading {
	font-size: 10px;
	left: -20px;
	top: -4px;
}
.aw-key-box-outer {
	margin: 10px 0 10px;
}
.entry-content {
	margin-top: 10px;
}
.entry-content ul {
	margin-bottom: 20px;
	list-style: disc;
	padding-left: 20px;
}
.su-highlight p {
	font-size: 16px;
}
.our-mission-out p {
	font-size: 18px;
	background-size: 24px;
	background-position: left top;
	padding-left: 40px;
}
.our-mission-out {
	margin-top: 10px;
}
.su-row {
	margin: 20px 0 20px !important;
}
h3 {
	font-size: 20px;
}
.su-highlight {
	margin: 10px 0;
}
table td, table th, .wp-block-table td, .wp-block-table th {
	padding: 10px 12px;
}
h2 {
	font-size: 20px;
}
.stepby-outer h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.stepby-outer h3 span {
	font-size: 18px;
}
.inContentProviderSingle-logo-iner {
	margin-top: 0;
	margin-bottom: 0;
}
.inContentProviderSingle--title {
	font-size: 18px;
}
.inContentProviderSingle-reviw a {
	font-size: 14px;
}
.aw-share-sec-tags {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
}
.aw-sharetags-top {
	margin-bottom: 20px;
}
h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
.aw-custom-post-tags {
	text-align: left;
	width: 100%;
	display: inline-block;
}
.aw-author-bottom {
	padding: 24px;
}
.aw-author-avatar {
	max-width: 80px;
	display: flex;
	flex-wrap: nowrap;
	height: 80px;
}
.aw-author-avatar picture {
	width: 100%;
}
.aw-author-avatar .avatar {
	height: 80px !important;
}
.aw-author-des-right {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	margin-top: 10px;
	padding-bottom: 0px;
}
.aw-article-trending-list-sec {
	width: 100%;
	display: inline-block;
	margin-top: 30px;
}
.aw-author-sharing.mobile-share {
	display: inline-block;
	padding: 0;
	text-align: left;
	width: 100%;
	margin-top: 10px;
}
.aw-author-sharing.desktop-share{
	display: none;
}
.aw-section-inner {
	margin-top: 20px;
}
.aw-related-sec-text h5 {
	font-size: 16px;
	height: 46px;
}
.aw-single-cont-right .aw-mustread-inner h3 {
	width: calc(100% - 100px);
	font-size: 18px;
}
.aw-meet-team-sec {
	margin-bottom: 32px;
}
.aw-meet-team-sec a {
	font-size: 16px;
}
.wpcf7-form-control-wrap {
    width: 100%;
}
.aw-cat-hub-banner-left {
	max-width: 100%;
	position: relative;
	z-index: 1;
}
.aw-cat-hub-banner-inner {
	padding: 30px 0 20px 0;
	background-position: center;
}
.aw-hub-top-sec {
	margin-top: 30px;
}
.aw-hub-top-sec .aw-jan-card__content {
	margin-top: 12px !important;
}
.aw-hub-top-sec .aw-jan-card__content h3 {
	margin-bottom: 10px;
}
.aw-hub-top-sec .post-contentcl {
	-webkit-line-clamp: 3;
}
.aw-cat-hub-banner-left .aw-archive-title {
	font-size: 34px;
}
.aw-cat-hub-subtitle {
	padding-right: 0%;
	margin-top: 0;
}
.aw-cat-hub-banner-outer::before {
	width: 110px;
	height: 105px;
	background-size: 100%;
}
.aw-expert-heading img {
	height: 22px;
	margin-top: -9px;
}
.hub-expert-sec h2 {
	font-size: 18px;
}
.aw-latest-ans-inner2 {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	border-bottom: 1px solid #CEE8EA;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.aw-methodology-sec .aw-news-int {
	width: 100%;
	margin-top: 0;
}
.aw-methodology-sec .aw-newsletter-int h2 {
	margin-bottom: 8px;
	width: 60%;
	margin-top: 0;
}
.aw-methodology-sec .aw-newsletter-left img {
	top: 0px;
}
.aw-methodology-sec .aw-newsletter-right {
	padding: 0;
	text-align: center;
	display: inline-block;
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.category-template-templatescategory-hub-template-php .aw-subscribe-sec.aw-methodology-sec {
	margin-bottom: 30px;
}
.aw-methodology-sec .aw-newsletter-right a {
	padding: 15px 40px;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.aw-latest-ans-inner2 .aw-related-imgcl {
	width: 88px;
	height: 88px;
}
.aw-latest-ans-inner2 .aw-latest-ans-card {
	width: calc(100% - 88px);
	padding-left: 0;
	padding-right: 10px;
}
.aw-popular-wrappercl h4 {
	margin-bottom: 5px;
	font-size: 16px;
}
.aw-might-also-like-inner .aw-card-text {
	display: none;
}
.aw-also-like-inner {
	gap: 0;
}
.su-button {
	padding: 10px 0;
}
.aw-author-des-right p {
	font-size: 16px;
}
.aw-author-read-more {
	position: relative;
}
.aw-author-read-more a {
	font-size: 16px;
}
.aw-jan-card__content {
	padding: 0 0px;
	position: relative;
	bottom: auto;
	margin-top: -18px;
}
.aw-homepage-left-inner .aw-jan-card__content {
	margin-top: -18px;
	padding: 0;
	background: transparent;
	bottom: auto;
	position: relative;
}
.aw-homepage-left {
	padding: 0;
	width: calc(100% + 0px);
	margin: 0 0px 12px;
	border-bottom: 1px solid #CEE8EA;
	padding-bottom: 12px;
}
.aw-homepage-left-inner .aw-thumbnailcl {
	height: 214px !important;
	width: calc(100% + 30px);
	margin: 0 -15px;
}
.aw-homepage-left-inner .aw-thumbnailcl img {
	border-radius: 0;
}
.aw-homepage-left-inner .aw-thumbnailcl::after {
	background: transparent;
}
.aw-jan-card__content h3 {
	font-size: 24px;
	color: #102039;
	line-height: 125%;
}
.aw-homepage-left .post-timeing, .aw-homepage-left .aw-author-name a, .aw-homepage-left .author-name {
	color: #51607D;
}
.aw-author-name .post-timeing::before {
	background: #51607D;
}
.post-contentcl {
	color: #304C5B;
}
.aw-homepage-left .aw-author-name {
	line-height: 10px;
}
.aw-jan-card__content .aw-cat-namecl {
	margin-top: -20px;
	margin-bottom: 0;
	width: auto;
	position: relative;
	bottom: 20px;
}
.aw-homepage-right {
	padding: 0;
}
.aw-homepage-right ul li {
	max-width: 48%;
	border-bottom: none;
}
.aw-home-right-img img {
	height: 95px !important;
}
.aw-home-right-innercl h5,
.aw-home-right-innercl h3{
	font-size: 16px;
	-webkit-line-clamp: 3;
}
.layout-stories .aw-popular_news-right {
	width: 100%;
	height: 95px;
}
.layout-stories .aw-popular_news-left {
	width: 100%;
	padding-right: 0;
}
.ms_most_popular_news_outer.layout-stories ul {
	width: 100%;
	overflow: auto;
	display: flex;
	padding-bottom: 10px;
	gap: 12px;
	margin-bottom: 0px;
	flex-wrap: initial;
	padding: 0 0 10px;
	align-items: flex-start;
}
.ms_most_popular_news_outer.layout-stories li {
	border-bottom: none;
	display: flex;
	flex-direction: column-reverse;
	width: 165px;
	margin: 0;
	flex-shrink: 0;
	padding-bottom: 0;
}
.layout-stories .aw-popular_news-left h4 {
	font-size: 16px;
	-webkit-line-clamp: 3;
	min-height: 56px;
	margin: 5px 0 7px;
}
.aw-top-picks-sec {
	padding: 32px 0 51px;
	margin-top: 32px;
}
.aw-latest-ans-inner2:last-child {
	border-bottom: none;
}
.aw-top-picks-sec .slick-prev, .aw-top-picks-sec .slick-next {
	display: none !important;
}
.aw-readtime {
	margin-top: 0px;
}
.top-picks-img {
	height: 170px;
}
.aw-top-picks-text h4 {
	height: 44px;
}
.aw-top-picks-slide {
	padding: 0 10px;
}
.aw-top-picks-sec::before {
	width: 90px;
	height: 112px;
	background-size: 100%;
}
.aw-top-picks-sec::after {
	display:none;
}
.aw-award-inner {
	padding: 32px 0;
	text-align: center;
}
.aw-readers-repeter::after {
	display:none;
}
.aw-more-about a {
	font-size: 16px;
}
.aw-as-seen-inner span {
	font-size: 12px;
}
.aw-as-seen-inner ul {
	width: 100%;
	overflow: auto;
	display: flex;
	gap: 15px;
	margin-bottom: 0px;
	flex-wrap: initial;
	align-items: flex-start;
	padding-bottom: 10px;
	justify-content: flex-start;
}
.aw-as-seen-inner li img {
	height: 15px;
}
.desktop-view{
	display: none;
}
.mobile-view{
	display: block;
}

.aw-site-footer {
	padding: 30px 0;
	text-align: center;
}
.footer-box2 img {
	max-width: 130px !important;
}
.aw-site-footer .container {
	padding-left: 15px;
	padding-right: 15px;
}
.footer-social {
	justify-content: center;
	gap: 0 25px;
}
.aw-footer-one .footer-social a {
	margin: 0 0px 5px 0;
	width: 48px;
	height: 48px;
	line-height: 46px;
}
.aw-footer-one.aw-social-fit {
	text-align: center;
	border-bottom: none;
}
.aw-footer-one .widget-title, .aw-footer-one .widgettitle {
	font-size: 16px;
	margin: 0 !important;
	width: 100%;
	cursor: pointer;
	position: relative;
}
.widgettitle.accordButcl::after {
	content: "";
	position: absolute;
	right: 10px;
	background: url(images/footer-down.png) right center no-repeat;
	width: 25px;
	height: 25px;
}
.widgettitle.accordButcl.on::after {
	transform: rotate(180deg);
}
.aw-footer-int {
	gap: 0;
}
.aw-footer-one .menu {
	padding: 10px 0 0;
}
.aw-footer-list {
	padding: 30px 0 0;
}
.aw-footer-one.aw-five-fit {
	border-bottom: none;
}
.latestnews-second-sec .aw-home-right-img {
	position: relative;
	width: 88px;
	height: 88px;
}
.latestnews-second-sec .aw-home-right-innercl {
	margin-top: 5px;
	width: calc(100% - 88px);
	padding-right: 10px;
}
.latestnews-second-sec .aw-home-right-img img {
	height: 88px !important;
	width: 88px;
}
.mobile-more-about {
	display: block;
	margin-top: 10px;
}
.desktop-more-about{
	display:none;
}
.display-mobile{
	display:block;
}
.aw-incase-news-sec .aw-popular-headings span.aw-more-link {
	background: #102039;
	width: auto;
	display: inline-block;
	color: #fff;
	margin: 0;
	padding-right: 0;
}
.aw-incase-news-sec .aw-popular-headings span.aw-more-link a {
	color: #fff;
}
.aw-mustread-inner picture {
	width: 100px;
	height: 70px;
	order: 3;
}
.aw-aw-incase-news-sec .aw-popular-headings {
	justify-content: space-between;
	display: flex;
}
.aw-about-inner {
	padding: 20px 0 25px;
}
.aw-about-sub {
	font-size: 18px;
}
.aw-count-rep {
	width: 48.5%;
	text-align: center;
}
.aw-author-left-img {
	width: 120px;
	display: inline-block;
}
.aw-meet-team-sec h1 {
	font-size: 24px;
}
.aw-latest-news-iiner2 {
	width: 100%;
}
.aw-hub-top-sec .aw-homepage-right ul {
	flex-wrap: initial;
	overflow: auto;
	width: 100%;
	flex-shrink: 0;
}
.aw-might-also-like {
	margin-top: 30px;
	margin-bottom: 30px;
}
.aw-singlecl-cat-sec {
	margin-top: 20px;
}
.aw-author-top-post .aw-postrepeter-left {
	height: 215px;
	width: calc(100% + 30px);
	margin: 0 -15px;
	position: relative;
}
.aw-author-top-post .aw-postrepeter-left .aw-cat-name {
	top: auto;
	bottom: 15px;
	left: 15px;
}
.aw-author-top-post .aw-postrepeter-right h2 {
	font-size: 24px;
}
.aw-singlecl-cat-sec .aw-author-top-post .aw-postrepeter-right p {
	display: inline-block;
}
.aw-postrepeter-right h5 {
	font-size: 16px;
	margin-top: 25px;
}
.aw-latest-archive-right {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	margin-top: 32px;
}
.aw-sinlge-cont-top-int {
	width: 100%;
}
.single .aw-entry-header-inner {
	padding: 20px 0 0;
}
.authore-update-row {
	text-align: left;
	margin-top: 2px;
}
.aw-sinlge-cont-left .aw-author-bottom-box {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 8px 8px;
}
.aw-author-bottom-box p {
	font-size: 12px;
}
.featured-media-inner.section-inner img {
	height: 215px !important;
}
.su-highlight {
	padding: 0px 15px !important;
}
.su-highlight h3 {
	font-size: 18px;
}
.aw-author-avatar > img {
	width: 80px !important;
	height: 80px !important;
}
.aw-author-des-top h5 {
	font-size: 20px;
}
.aw-author-des-top .card-jobtitle {
	font-size: 12px;
}
.aw-single-new-sec.aw-latest-news {
	margin-top: 30px;
}
.aw-latest-news .aw-homepage-right ul {
	overflow: auto;
	flex-wrap: inherit;
}
.aw-article-trending-list-sec .aw-related-list-sec:nth-child(2) .aw-related-imgcl {
	width: 100%;
	height: 215px;
}
.aw-article-trending-list-sec .aw-related-list-sec:nth-child(2) .aw-related-sec-text {
	width: 100%;
	padding: 10px 0 0;
}
.aw-article-trending-list-sec .aw-related-list-sec:nth-child(2) .aw-related-sec-text h5 {
	font-size: 18px;
}
.aw-latest-news-left {
	order: 1;
}
.aw-latest-popular-right {
	order: 5;
}
.latestnews-second-sec {
	order: 2;
}
.latestnews-second-sec.ms-latestnews-second-phase {
	order: 3;
}
.moretagarticles-button {
	order: 4;
}
.moretagarticles-button.ms-home-page-loadmore button, .moretagarticles-button.ms-home-page-loadmore.ms-load-more-ancher a {
	margin-top: 20px;
	margin-bottom: 32px;
}

.aw-methodology-sec p {
	width: 85%;
}
.aw-cat-hub-banner-outer::after {
	display:none;
}

/* guide-page*/

.aw-breadcrumb {
	flex-wrap: wrap;
}
.aw-guide-page-sec {
	margin-top: 15px;
	margin-bottom: 30px;
}
.aw-author-bottom-box {
	padding: 8px 8px;
}
.aw-trust_author_sec_extra {
	padding: 6px 16px;
}
.aw-trust_heading::after {
	top: 7px;
}
.aw-trust_mobilecl_int {
	display: flex;
	flex-wrap: wrap-reverse;
	width: 100%;
}
.aw-trust_mobilecl_text {
	margin-top: 0px;
}
.aw-trust_mobilecl_text ul {
	margin: 10px 0 10px;
}
.aw-trust_heading {
	font-size: 14px;
	background-position: left 4px;
}
.global-images-slidercl .lSAction > a {
	display: none;
}
h5 {
	font-size: 16px;
}
.su-column-inner h3, .su-column-inner h2, .su-column-inner h4 {
	padding: 14px;
	font-size: 16px;
}
.stepby-outer li::before {
	font-size: 18px;
	top: 1px;
	left: -5px;
}
.stepby-outer li {
	padding-left: 14px;
	text-indent: 0px;
}
.aw-article-latest-sec .aw-hub-lates-news-inner2 {
	flex-wrap: inherit;
	flex-shrink: 0;
	overflow: auto;
	gap: 0 12px;
}
.aw-article-latest-sec .aw-trending-box-inner {
	width: 315px;
	max-width: 100%;
	flex-shrink: 0;
}
.aw-article-latest-sec .aw-trending-box-inner .aw-trending-img {
	height: 180px;
}

/* guide-page End*/

.modal-popup-outer {
	flex-direction: column;
}
.aw-popup-left {
	width: 100%;
	text-align: center;
	justify-content: center;
	padding-top: 9px;
}
.aw-popup-left img {
	width: 146px;
}
.aw-popup-right {
	padding: 16px 16px 40px;
	width: 100%;
	border-radius: 0 0 5px 5px;
}
.modal-dialog.aw-popup-inner {
	max-width: 343px;
	padding: 0;
	transform: translate(-50%,0%) !important;
	top: 0;
}
.aw-popup-right img {
	width: 69px;
}
.aw-popup-right span.aw-popupheading {
	font-size: 24px;
	margin-top: 3px;
}
.aw-popup-right ul {
	margin: 0 0 5px;
}
.aw-popup-right li {
	padding-bottom: 7px;
}
.btn-close {
	display: none;
}
hr {
	width: calc(100% + 30px) !important;
	margin: 0 -15px 15px !important;
	max-width: inherit !important;
}
.ms_faq.ms_card:last-of-type {
	margin-bottom: 20px;
}
.aw-article-latest-sec {
	margin-top: 30px;
}

.aw-popup-newsletter .formkit-alert.formkit-alert-error {
    position: absolute;
    bottom: 10px;
    line-height: 20px;
    margin: 0;
}

/*404 page*/

.error-404-sec .page-title {
	font-size: 24px;
	margin-bottom: 6px;
}
.error-404-sec {
	padding: 28px 0 30px;
}
.error-404-inner .error-404 .search-field {
	font-size: 16.5px;
	padding: 11px 15px 11px 50px;
	background-size: 20px;
}

.search-results .aw-author-postrepeter {
	flex-direction: column;
}
.search-results .aw-postrepeter-left {
	width: 100%;
	height: auto;
	margin-bottom: 22px;
}
.search-results .aw-postrepeter-right {
	width: 100%;
	padding-right: 0;
}
.search-results .aw-postrepeter-right h5 {
    margin-top: 12px;
}
.search-results .aw-postrepeter-right .aw-cat-name {
    font-size: 16px;
    
}
/*404 page End*/

.pills-topics-left {
	width: 100%;
}
.pills-topics-right {
	width: 100%;
	padding-left: 0;
	margin-top: 6px;
}
.pills-topics-left ul {
	display: none;
}
.pills-topics-left .form-group.d-xl-none {
	display: block;
}
.vw-topic-outer {
	margin-top: 15px;
}
.pills-topics-left h4 {
	font-size: 14px;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 6px;
}
.article-topic-inner #taglist {
	border-radius: 4px;
	border: 1px solid #CEE8EA;
	background: #FFF url(images/Chevron-down.svg) 98% center no-repeat;
	padding: 7px 12px;
	height: 40px;
	color: #102039;
	font-size: 16px;
	font-weight: 900;
	line-height: 135%;
	font-family: "Roboto", sans-serif;
	background-size: 18px;
	box-shadow: none;
}
h1 {
	font-size: 24px;
}
.topic-articles h1 {
	margin-bottom: 5px;
}
.aw-author-top-post .aw-postrepeter-left img {
	border-radius: 0;
}
.vw-topic-outer .pills-topics-right .excerpt-content {
	display: block;
}
.aw-postrepeter-right h2 {
	font-size: 16px;
	margin-top: 25px;
}
.vw-topic-outer .aw-author-top-post .aw-postrepeter-right h2 {
	margin-top: 0;
}

.aw-expert-img a::after {
	bottom: -8px;
	left: 4px;
	background-size: 16px;
}

.aw-main-page-sec {
	padding-top: 15px;
}
.aw-main-page-sec h4 {
	margin-top: 24px;
}
.aw-main-page-sec h3 {
	margin-top: 24px;
}
.aw-main-page-sec .entry-content {
	margin-top: 0px;
}
.aw-more-about.mobile-more-about {
	display: inline-block;
}
.pagination-wrapper.desktop-pagination {
	margin-top: 15px;
	text-align: center;
}

/*.popular-category-list-item .popular-category-details::after {
	right: 0;
}*/

.show-more {
    right: 0;
    padding: 0 20px 0 90px;
    background-color: #F2FAFB;
    background-position: 70px center;
}

/*banner-sec css*/

.aw-banner-inner {
	padding: 25px 0 32px;
}
.aw-banner-right {
	display: none;
}
.aw-banner-left h1 {
	font-size: 34px;
	margin-bottom: 5px;
}
.aw-banner-left p {
	font-size: 16.5px;
	line-height: 150%;
}
.aw-banner-repeter {
	max-width: 48.6%;
	padding: 8px;
	gap: 0 8px;
}
.aw-banner-repeter span {
	font-size: 14px;
}
.aw-banner-repeter img {
	height: 32px;
}

/*banner-sec cssEnd*/

.latestnews-second-sec .trending-box-inner {
	max-width: 100%;
}

.search_result .title-date {
	padding-left: 13px;
	padding-right: 5px;
}
.search_result .search-item > a {
	padding: 9px 0px 9px 12px;
}
.item-search-icon {
    background-position: 0px 2px;
}
.aw-cat-hub-subtitle p {
	font-size: 16.5px;
}
.aw-methodology-sec .aw-newsletter-left {
	flex: 0 0 100%;
	max-width: 100%;
}
.error-404-sec.no-results.not-found {
	margin-bottom: 30px;
}

.wrapper-top-search #search-input, .not-found-search #search-input {
	font-size: 16.5px;
	padding: 11px 35px 11px 50px;
	background-size: 20px;
}
.no-results .page-content p {
	font-size: 16px;
}
.aw-newsletter-left {
    flex: 0 0 100%;
    max-width: 100%;
}
.aw-newsletter-right {
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.tnp.tnp-subscription .tnp-submit, button.formkit-submit.formkit-submit {
    font-size: 16px;
}

.aw-author-des-right.desktop-share {
	display: none;
}
.aw-author-des-right.mobile-share {
	display: inline-block;
}
.aw-author-sharing ul {
	justify-content: left;
}
.aw-breadcrumb .home-link {
	position: relative;
	top: -1px;
}
.author_imag img {
	width: 40px;
	height: 40px;
}
.author_imag {
	width: 40px;
	height: 40px;
}
.aw-key-box-inner ul {
	list-style: disc;
	padding-left: 20px;
}
.entry-content ol {
	padding-left: 20px;
	list-style: decimal;
}

.aw-single-cont-right .aw-popular-headings {
	font-size: 18px;
}
.aw-guide-box-inner.aw-mobile-display .aw-latest-bottomcl {
	display: inline-block;
	width: 100%;
}
.aw-latest-news {
	margin-top: 25px;
}
.incase-new-right .aw-trending-img .aw-cat-namecl {
	display: none;
}
.aw-award img {
	width: 32px;
}
.aw-main-page-sec ul {
	list-style: none !important;
	padding-left: 0 !important;
}

.aw-mustread-outer .aw-popular-headings {
    font-size: 18px;
}
.stepby-outer h2 {
	font-size: 20px;
}

.aw-custom-user-url {
	display: none;
}
.aw-custom-user-url.mobile_bio_social_sec {
	display: inline-block;
}
.aw-has-review .authore-update-row {
	margin-top: 0;
}
.name_author_out {
	margin-top: 0;
}
.aw-guide-box-inner.aw-mobile-display .aw-guide-text {
	padding-top: 10px;
}

.aw-newsletter-home form {
    position: relative;
}
.aw-newsletter-home .formkit-alert.formkit-alert-error {
    bottom: -27px;
}
.aw-newsletter-int {
    padding: 20px 20px 30px;
}

.aw-box-inner.aw-box-heading:nth-child(4) .aw-latest-bottomcl, .aw-box-inner.aw-box-heading:nth-child(5) .aw-latest-bottomcl {
    display: inline-block;
}

li,p {
    word-break: break-word;
}

}

@media only screen and (max-width:600px){
	
.aw-count-rep {
	width: 48%;
}	
.slick-list.draggable {
	padding-right: 30% !important;
}

.page-template-custom-About .aw-expert-box-inner h5 {
	min-height: 71px;
}
		
		
}
@media only screen and (max-width:479px){
	
.aw-newsletter-int h2 {
  width: 72%;
  margin: 16px 0 26px;
}
.aw-methodology-sec p {
	width:100%;
}	

.footer-social {
	justify-content: center;
	gap: 0 22px;
}

.aw-top-picks-slide .slick-list {
	padding-right: 20%;
}
.top-picks-img {
	height: 150px;
}

		
}

@media only screen and (max-width:360px){

.footer-social {
	gap: 0 12px;
}
.aw-get-expertcl-inner .aw-expert-box {
	max-width: 47.3%;
}

.aw-newsletter-left img {
    max-width: 78px!important;
    right: 0px;
    top: 48px;
}

.pagination-wrapper.mobile-pagination {
	padding: 0 0px;
}

}