/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Twenty
 Child Theme
 Author:       Alkesh
 Author URI:   http://example.com
 Template:     twentytwenty
 Version:      1.9
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentychild
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;500;600;700;800;900&display=swap');



@font-face {
    font-family: 'helveticaregular';
    src: url('helvetica-webfont.woff2') format('woff2'),
         url('helvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helveticabold';
    src: url('helvetica-bold-webfont.woff2') format('woff2'),
         url('helvetica-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticalight';
    src: url('helvetica-light-webfont.woff2') format('woff2'),
         url('helvetica-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'gilroy-bolduploaded_file';
    src: url('gilroy-bold-webfont.woff2') format('woff2'),
         url('gilroy-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroy-semibolduploaded_file';
    src: url('gilroy-semibold-webfont.woff2') format('woff2'),
         url('gilroy-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.entry-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	color: #1C2642;
	margin-bottom: 15px;
}

body {
 margin:0;
 font-family: 'Inter', sans-serif;
 font-size:16px;
 font-weight:400;
 line-height:1.5;
 color:#424242 !important;
 text-align:left;
 background-color:#fff
}
[tabindex="-1"]:focus:not(:focus-visible) {
 outline:0!important;
}
hr {
 box-sizing:content-box;
 height:0;
 overflow:visible;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 15px;
	font-family: 'Inter', sans-serif;
	color: #1C2642;
	font-weight: 600;
}
p {
 margin-top:0;
 margin-bottom:1rem;
 color: #1C2642;
}
abbr[title],
abbr[data-original-title] {
 text-decoration:underline;
 text-decoration:underline dotted;
 cursor:help;
 border-bottom:0;
 text-decoration-skip-ink:none;
}
address {
 margin-bottom:1rem;
 font-style:normal;
 line-height:inherit;
}
ol, ul, dl {
	margin-top: 0;
	margin-bottom: 30px;
	padding-left: 0;
	list-style: conic-gradient inside;
}
ol ol,
ul ul,
ol ul,
ul ol {
 margin-bottom:0;
}
dt {
 font-weight:700;
}
dd {
 margin-bottom:.5rem;
 margin-left:0;
}

sub,
sup {
 position:relative;
 font-size:75%;
 line-height:0;
 vertical-align:baseline;
}
sub {
 bottom:-.25em;
}
sup {
 top:-.5em;
}
a {
 color:#0077CC;
 text-decoration: none;
 background-color:transparent;
}
a:hover {
	color: #004a94;
	text-decoration: underline;
}
a:not([href]):not([class]) {
 color:inherit;
 text-decoration:none;
}
a:not([href]):not([class]):hover {
 color:inherit;
 text-decoration:none;
}

ul{margin-left:0;}
pre,
code,
kbd,
samp {
 font-size:1em;
}
pre {
 margin-top:0;
 margin-bottom:1rem;
 overflow:auto;
 -ms-overflow-style:scrollbar;
}
figure {
 margin:0 0 1rem;
}
img {
 vertical-align:middle;
 border-style:none;
 max-width: 100%;
 height: auto;
    
}
svg {
 overflow:hidden;
 vertical-align:middle;
}
table {
 border-collapse:collapse;
}
caption {
 padding-top:.75rem;
 padding-bottom:.75rem;
 color:#676767;
 text-align:left;
 caption-side:bottom;
}
th {
 text-align:inherit;
 text-align:-webkit-match-parent;
}
label {
 display:inline-block;
 margin-bottom:.5rem;
}
button {
 border-radius:0;
}
button:focus:not(:focus-visible) {
 outline:0;
}
input,
button,
select,
optgroup,
textarea {
 margin:0;
 font-family:inherit;
 font-size:inherit;
 line-height:inherit;
}
button,
input {
 overflow:visible;
}
button,
select {
 text-transform:none;
}
[role="button"] {
 cursor:pointer;
}
select {
 word-wrap:normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
 -webkit-appearance:button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
 cursor:pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
 padding:0;
 border-style:none;
}
input[type="radio"],
input[type="checkbox"] {
 box-sizing:border-box;
 padding:0;
}
textarea {
 overflow:auto;
 resize:vertical;
}
fieldset {
 min-width:0;
 padding:0;
 margin:0;
 border:0
}
legend {
 display:block;
 width:100%;
 max-width:100%;
 padding:0;
 margin-bottom:.5rem;
 font-size:1.5rem;
 line-height:inherit;
 color:inherit;
 white-space:normal;
}
progress {
 vertical-align:baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
 height:auto;
}
[type="search"] {
 outline-offset:-2px;
 -webkit-appearance:none;
}
[type="search"]::-webkit-search-decoration {
 -webkit-appearance:none;
}
::-webkit-file-upload-button {
 font:inherit;
 -webkit-appearance:button;
}
output {
 display:inline-block;
}
summary {
 display:list-item;
 cursor:pointer;
}
template {
 display:none;
}
[hidden] {
 display:none!important;
}


.lead { font-size:1.25rem; font-weight:300;}
.display-1 { font-size:6rem; font-weight:300; line-height:1.4;}
.display-2 { font-size:5.5rem; font-weight:300; line-height:1.4;}
.display-3 { font-size:4.5rem; font-weight:300; line-height:1.4;}
.display-4 { font-size:3.5rem; font-weight:300; line-height:1.4;}

.btn{ font-size:16px; padding: 6px 15px;}
.btn-sm, .btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.bg-light {
    background-color: #f5f9fe !important;
}
.container, .container-fluid, .container-xl {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;  
	max-width: 100%;
}
.container-fluid-maxwidth {
    max-width: 1750px;
}
.home .container.bredcrumbset {
    display: none;
}
span.author-bottom-exp-mob{
	display:none;
	font-size: 14.5px;
    line-height: 150%;
    color: #2E364E;
    width: auto;
    font-family: 'Inter', sans-serif;
    /* background: url(images/star-icon.svg) right 3px no-repeat; */
    /* padding-right: 20px; */
    vertical-align: top;
    margin-bottom: 10px;
}
@media (min-width: 1200px){
    .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: 1280px;
    }
    .widget-content {
      font-size: inherit;
    }
}



.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 10px;
    padding-left: 10px;
}
.text-white { color: #fff!important;}
.text-muted { color: #676767!important;}
.text-dark { color: #424242!important;}
.btn-secondary {
	color: #fff;
	background-color: #e07000 !important;
	border-color: #e07000;
}
.btn-secondary:hover { color: #fff; background-color: #ba5d00 !important; border-color: #ad5700;}

/*Header*/

@supports(position:sticky) {
  .sticky-top {  position: sticky;  top: 0; z-index: 1020;}
}

/*Header Css*/
.header-inner { align-items: center; display: flex; justify-content: space-between;}
.site-logo img { width: 190px;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
  background-color: #424242 !important; position: absolute; top: 100%; left: 0; z-index: 1000; padding:0; margin:0;
color: #424242; text-align: left; list-style: none; background-clip: padding-box; border: 1px solid rgba(0,0,0,0.15);
border-radius: 0.25rem; min-width: 10rem;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{padding: 32px 0px 32px 0px;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout.mega-more-menu-custom .mega-sub-menu {
  right: 0; left: auto; width: auto; min-width: 180px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
background:none; font-size:16px; font-weight:500; color:#fff; font-family:"Poppins",Verdana,sans-serif; padding:0.2rem 1.5rem;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
   color: #16181b; text-decoration: none; background-color: #e9ecef;font-weight: 500;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children a.mega-menu-link::before{    
    bottom:-5px; left:calc(50% - 10px / 2); border:solid transparent; content:" "; height:0; width:0; pointer-events: none;
    border-color:rgba(66,66,66,0); border-bottom-color:#424242; border-width:10px; margin-left:-10px; position:absolute;
    opacity: 0; transition:all ease-in-out 0.5s 0s;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children:hover>.mega-menu-link::before {
     opacity: 1;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background:none !important; color: #424242;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after{
    border: none; content: ""; margin: 10px 0 0 4px;
    border-bottom: 0.4rem solid;
    border-right: 0.4rem solid transparent;
    border-top: 0;
    border-left: 0.4rem solid transparent;    
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after { transform: rotate(180deg);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  line-height: normal;font-weight: 500; height: auto; color: #424242; font-family: "Poppins",Verdana,sans-serif;
  padding:7px; font-size: 16px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: none; color: #424242; text-decoration: none;font-weight: 500;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  background: none; font-weight: 500; color: #0070e0; text-decoration: none; border-color: #fff;
}
.primary-menu-wrapper .primary-menu { padding: 0; margin: 0;}
#mega-menu-wrap-primary #mega-menu-primary.max-mega-menu li.mega-header-search-desk a { background: url(./images/search.svg) no-repeat center center !important; width: 40px; height: 40px; font-size: 0;}


.jan-term { font-size: 16px; font-weight: normal;  background: #fff; padding: 16px;}
.mega-jan-term-outer .jan-term__subheading { font-family: "Poppins",Verdana,sans-serif; color: #424242; font-weight: 500;
  text-transform: none;
}
.jan-term a { font-weight: 500;color: #0070e0 !important; padding: 0 !important;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item .mega-block-title { font-weight: 500!important; text-transform:none !important; color:#fff !important;
}
.primary-menu .jan-trending-menu ul.menu { background: none; padding: 0; -webkit-column-count: 2; column-count: 2; }
.primary-menu .jan-trending-menu ul.menu li { margin: 0; padding: 12px 0; border-bottom: 1px solid #fff; list-style: none; }
.primary-menu .jan-trending-menu ul.menu a { padding: 0; color: #fff; font-size: 16px; }
.custom-techopedia-terms ul#menu-techopedia-terms { background: none; display: flex; padding: 0; }
.custom-techopedia-terms ul#menu-techopedia-terms li { flex: 1 1 auto;list-style: none;}
.custom-techopedia-terms ul#menu-techopedia-terms li a { padding: 0; font-size: 16px; color: #fff;}


#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
width:32px; height:22px; background:url("images/menu.svg") no-repeat center center; border-radius:0; background-size:cover;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner {
width:32px; height:22px; background:url("images/close.svg") no-repeat center center; border-radius:0; background-size:cover;
}

#mega-menu-wrap-primary .mega-menu-toggle{ background:none;}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {display: none}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner { transform: translate3d(0, 0px, 0) rotate(0deg);}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item.custom-follow-mobile { display: none}

/*Header Search*/
.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;}

/*Home Page Middle Css*/
.container-fluid-maxwidth-homepage { max-width: 970px; }
.card { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid transparent; border-radius: 0.25rem;
}
.bg-dark { background-color: #424242!important;}
.border-light { border-color: #f5f9fe!important;}
.jan-card { border: 0; border-radius: 0;}
.bg-dark a {
	color: #fff !important;
}
.bg-dark .text-muted {
	color: #fff !important;
}
.jan-card__content { align-self: flex-end; z-index: 1;}
.media { display: flex; align-items: flex-start;}
.media-body { flex: 1; }
.jan-card::after { content: " "; background: linear-gradient(180deg,rgba(0,0,0,0.9) 0,rgba(0,0,0,0) 100%); width: 100%;
  height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; transform: rotate(-180deg);
}
.card.jan-card {
	height: 100%;
}
ul.jan-nav-pills-line {
	border: none;
}

.jan-list--border-dashed>li { border-bottom: 1px dashed #d6d6d6; padding-bottom: 1rem; margin-bottom: 1rem; margin-left: 0;}
.jan-list--border-dashed > li:last-child {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.jan-h5 { margin: 0 0 4px 0;}
.jan-h5 a{ color: #0070e0; }
.popular-wrapper { min-height: 445px; }
.card-text:last-child { margin-bottom: 0; }
.jan-nav-pills-line .nav-link {
	color: #666;
	border: none;
}
.jan-nav-pills-line .nav-link.active, .jan-nav-pills-line .show>.nav-link {
    background: 0; border-bottom: 3px solid #e07000; border-radius: 0; color: #424242;
}
ul.jan-nav-pills-line, ul.article-list-unstyled { margin-left:0;}
ul.jan-nav-pills-line li{ margin: 0}
ul.jan-nav-pills-line button{ text-decoration:none;}
.popular-wrapper h4 a, ul.article-list-unstyled li h3 a, .jan-box h6 a {color: #0070e0;}
.article-list-unstyled li.media img { width: 350px; height: 200px; object-fit: cover; }

.newsletter-form-email.form-control, .ig_es_form_field_email { height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; font-size: 16px;font-weight: 400; line-height: 1.5; color: #495057; border: 1px solid #ced4da;width: 100%;
}
.view-more{ font-size:20px; padding:8px 18px; line-height: 1.5; border-radius: 0.3rem;}
.view-more:hover {text-decoration: none}
.newsletter-form-action .form-control.newsletter-form-email, .ig_es_form_field_email {
  border-radius:0;
  height: 38px;
}
.es_subscription_form.es_shortcode_form label {
	width: 100%;
}
.newsletter-form-action .btn.btn-primary { border-top-left-radius:0; border-bottom-left-radius:0; font-size:16px;
  height: 38px;
}


.emaillist .es_submit_button { border-top-left-radius:0; border-bottom-left-radius:0; border-radius: 0.375rem; border: none;
  height: 38px; color: #fff;background-color: #e07000 !important; border-color: #e07000; font-size: 16px; padding: 6px 15px; 
}
.emaillist .es_submit_button:hover { color: #fff; background-color: #ba5d00 !important; border-color: #ad5700;}



.newsletter-form-action .form-check .form-check-input { width:13px; height:13px; min-width:13px; border-radius:0; top:6px;}
.newsletter-form-action .form-check { padding-right: 20px; min-height: inherit}
.newsletter-form-action .form-check .form-check-label { font-size: 16px; margin-left: 0; margin-bottom: 0;}
.newsletter-social img{ display:inline;}

.meet-expert a:hover { text-decoration: none;}
#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    color: #68b631; border:1px solid #68b631; height: auto; white-space: normal;  word-wrap: break-word; padding: 0.8em 2em;
    font-size: 0.8em; line-height: 1.2; cursor: pointer; transition: 0.1s ease;text-decoration: none;
}
#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {  color: #fff; background-color: #68b631;}


.ftr-category .menu { display: flex; padding: 0;}
.ftr-category .menu li { flex: 1 1 auto; list-style: none;}



#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after{
    border-bottom: 0.25rem solid; border-right: 0.25rem solid transparent; border-left: 0.25rem solid transparent;
}
button{ outline: none !important;}
footer .es_subscription_form.es_shortcode_form { display: none; }



/*Inner pages css*/
ul.post-meta { display: flex; flex-wrap: wrap; list-style: none; padding: 0;}
ul.post-meta span.meta-icon { display: none; }
ul.post-meta li.post-author.meta-wrapper { width: 100%; }
ul.post-meta li.post-author a { color: #0070e0 !important; text-decoration: underline; font-weight: bold;}
ul.post-meta li:after { content: "|"; padding: 0 5px; color: #676767;}
ul.post-meta li.post-author.meta-wrapper:after, ul.post-meta li:last-child:after{ display:  none;}


.key-icon {
	background: url(images/key.svg) no-repeat 0 center;
	padding-left: 35px;
	margin-bottom: 10px;
}
#ez-toc-container ul{ display: flex; flex-direction: column; padding-left: 0; margin:15px 0 0 0; list-style: none;}
#ez-toc-container ul li a{ font-size: .9em; display: block; padding: 0.5rem 0; color: #0070e0;}
.jan-sidebar div#ez-toc-container { background:none; margin-bottom:0; padding: 15px; top: 130px;  position: sticky; 
    box-shadow: 0 .125rem .25rem rgba(0,0,0,0.075)!important; border: 1px solid #dee2e6!important;}
div#ez-toc-container{ background:#fff;     width: 100%;}
div#ez-toc-container p.ez-toc-title { text-transform: uppercase; font-size: 1rem; font-family:"Poppins",Verdana,sans-serif;    padding-left: 40px;     display: inline-block;}
.ez-toc-title-container{display:flex; width:100%;  position: relative;}
.ez-toc-title-container a, .ez-toc-title-container a:hover {
     margin:0 !important;
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='30' height='24' viewBox='0 0 30 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.40924 6C3.40924 5.17 4.23986 4.5 5.26883 4.5C6.2978 4.5 7.12842 5.17 7.12842 6C7.12842 6.83 6.2978 7.5 5.26883 7.5C4.23986 7.5 3.40924 6.83 3.40924 6ZM3.40924 12C3.40924 11.17 4.23986 10.5 5.26883 10.5C6.2978 10.5 7.12842 11.17 7.12842 12C7.12842 12.83 6.2978 13.5 5.26883 13.5C4.23986 13.5 3.40924 12.83 3.40924 12ZM5.26883 16.5C4.23986 16.5 3.40924 17.18 3.40924 18C3.40924 18.82 4.25225 19.5 5.26883 19.5C6.2854 19.5 7.12842 18.82 7.12842 18C7.12842 17.18 6.2978 16.5 5.26883 16.5ZM25.1044 19H10.2277C9.54588 19 8.98801 18.55 8.98801 18C8.98801 17.45 9.54588 17 10.2277 17H25.1044C25.7863 17 26.3442 17.45 26.3442 18C26.3442 18.55 25.7863 19 25.1044 19ZM10.2277 13H25.1044C25.7863 13 26.3442 12.55 26.3442 12C26.3442 11.45 25.7863 11 25.1044 11H10.2277C9.54588 11 8.98801 11.45 8.98801 12C8.98801 12.55 9.54588 13 10.2277 13ZM10.2277 7C9.54588 7 8.98801 6.55 8.98801 6C8.98801 5.45 9.54588 5 10.2277 5H25.1044C25.7863 5 26.3442 5.45 26.3442 6C26.3442 6.55 25.7863 7 25.1044 7H10.2277Z' fill='%23424242'/%3E%3C/svg%3E");
    
    background-repeat: no-repeat; background-position: 0; display: inline-block; width: 24px; height: 24px;
    border: none; background-color: transparent; width: 100%;
}
.ez-toc-title-toggle { width: 100%; position: absolute;}
.ez-toc-toggle i.ez-toc-glyphicon{ display:none;}


.jan-sidebar--sticky{ top: 0; left: 0; width: 100%; height: 100%;}
.jan-sidebar--sticky .card { top:0; left:0; width:100%; height:100%; box-shadow:inherit !important; border:none !important;}

span.meta-text.new-custom-meta {
    position: relative;
}

/*User Tooltip css*/
.popover__content { opacity:0; visibility:visible; position:absolute; left:-150px; padding-top:1.5rem; width:450px; border:0; display:none; box-shadow:0 2px 5px 0 rgb(0 0 0 / 26%); border-radius:5px; background-color:#424242; font-size:.7rem; color:#fff;
}
.popover__content:before { position: absolute; z-index: -1; content: ""; right: calc(50% - 10px); top: -8px;
  border-style: solid; border-width: 0 10px 10px 10px; border-color: transparent transparent #424242 transparent;
  transition-duration: 0.3s; transition-property: transform;
}
.new-custom-meta:hover .popover__content {
  z-index: 10; opacity: 1; visibility: visible; transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97); display: block;
}
.jan-popover__footer { border-top: 1px solid #fff; padding: 0.6rem; text-align: right}
ul.post-meta li.post-author .jan-popover__footer a { color: #fff !important; text-decoration: underline !important;}
ul.post-meta li.post-author a.btn.btn-sm.btn-secondary.text-white { color: #fff !important; }


.author-bio .author-avatar img { width: 100%; box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%); border-radius: 50%;
    margin-bottom: 1rem;
}
.author-bio h2.author-title.heading-size-4 { font-size: 1.125rem; margin-bottom: 0.5rem; font-weight: 500; line-height: 1.4;
    font-family: "Poppins",Verdana,sans-serif; 
}
span.color-accent { display: none;}
.jan-bg-gradient {padding:4rem 0; color:#fff; background:linear-gradient(90deg,#0070e0 3.85%,#148aff 50.59%,#0070e0 100%);}
.custom-author-img { color: #fff; text-transform: capitalize;}

.jan-list--flex .media img { max-width: 100%; width: 100%; content-visibility: auto; min-width: 200px;}

.archive-header-banner {
	padding: 4rem 0;
	color: #fff;
	background: linear-gradient(90deg,#0070e0 3.85%,#148aff 50.59%,#0070e0 100%);
	text-align: center;
	display: inline-block;
	width: 100%;
}
.archive-header-banner p {
	font-size: 1.2em;
}
.archive-header-banner p a {
	color: #fff;
	text-decoration: underline;
	width: auto;
	max-width: inherit;
	margin-bottom: 0;
}
.archive-header-banner p a:hover,.archive-header-banner a:hover {
	color: #76baff !important;
}
.list-unstyled .media img {
	width: 130px;
	height: 90px;
}
#articles-wrapper {
	margin-top: 50px;
}
.archive-header-banner a {
	color: #fff !important;
	max-width: 33%;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
.archive_sec_middel .jan-card-image-wrapper {
	position: relative;
	height: 157px;
	width: 100%;
}
.archive_sec_middel .jan-card-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.archive_sec_middel .jan-card-image-wrapper__content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 1rem;
}
.archive_sec_middel {
	min-height: 420px;
}
.h5-styles {
	font-size: 1.125rem;
	margin-bottom: .5rem;
	font-family: "Poppins",Verdana,sans-serif;
	font-weight: 500;
	line-height: 1.4;
}
.list-group-flush > .list-group-item {
	padding: .75rem 0;
}
/* .post-inner.thin #ez-toc-container { */
	/* display: none; */
/* } */
#sidebar-wrapper .list-unstyled .media img {
	width: 90px;
	height: 60px;
}

.newsletter-form-action label {
    margin-bottom: 2px;
}
.trending-article-image {
	display: inline-block;
	width: 100%;
	height: 249px;
}
.trending-article-image img {
	height: 100%;
	object-fit: cover;
}
.article-trending-list-sec ul {
	margin-bottom: 0;
}
#qas-wrapper .qas-wrapper-inner .card {
	min-height: 294px;
}
.download-items {
	display: flex;
}
.qas-wrapper-inner.qas-inner {
	display: flex;
}
.more-content-wrapper-list > a {
	width: 350px;
	height: 200px;
	margin-right: 1rem;
}
.list-unstyled .more-content-wrapper-list img {
	width: 100%;
	height: 100%;
}
.more-content-wrapper-list .media-body > a {
	color: #424242;
}

.entry-categories-inner a {
	color: #6b6b6b !important;
}
.entry-categories-inner a:hover {
	color: #0070e0 !important;
}
.jan-bg-gradient h1 {
	color: #fff;
}
.techopedia-topic-search-form-inner {
	width: 75%;
}
.form-control::placeholder {
 color:#c2c2c2;
 opacity:1;
}

.techopedia-topic-search-form-submit {
	background-color: #e07000;
	border-color: #e07000;
	background-image: url(images/zoom-out.svg);
	font-size: 0;
	width: 58px;
	height: 48px;
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center center;
	border-radius: 0 .3rem .3rem 0;
}

.techopedia-topic-search-form-inner .form-control {
	border-radius: .3rem 0 0 .3rem;
}
.techopedia-topic-list-outter {
	padding-top: 1.5rem;
	border-bottom: 3px solid #dee2e6 !important;
}
.techopedia-topic-list-outter a {
	text-decoration: none;
}

.jan-card-image-wrapper {
	position: relative;
}
.jan-card-image-wrapper__content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 1rem;
}
.card-body .rounded-circle.align-self-center {
	margin-right: 1rem !important;
}
.trending-wrapper-inner {
	display: flex;
}
.jan-card-downloads {
	margin-top: -18rem;
}
.jan-form-control-line {
	background: 0 !important;
	border: 0;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom: 1px solid #424242;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	color: #424242;
	outline: 0;
}
.mr-2 {
	margin-right: .5rem !important;
}

#btnRegister {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

ul.list-group.list-group-flush {
	display: inline-block;
	width: 100%;
}
.related_question .list-group-item {
	width: 100%;
	margin: 0;
}
.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 1px;
}

#authorByline a {
	color: #0070e0;
}

#ez-toc-container .ez-toc-toggle label, #ez-toc-container label.cssicon, #ez-toc-widget-container label.cssicon {
	left: -10px;
}

/*advertise Css*/

.advertise-banner {
	background-color: #f7f7f7;
	padding-top: 100px;
	padding-bottom: 100px;
}
.text-left {
	text-align: left;
}
.advertise-banner-left h1 {
	font-weight: 700;
	font-size: 2.45em;
	margin-bottom: 1.5rem;
	font-family: 'Inter', sans-serif;
}
.advertise-banner-left p {
	font-family: 'helveticaregular';
	font-size: 16px;
	margin-bottom: 1.5rem;
	color: #424242;
}
.advertise-banner-left li {
	font-family: 'helveticaregular';
	font-size: 16px;
	color: #424242;
}
.audience-heading {
	text-align: center;
	margin-bottom: 3rem;
}
.audience-heading h2 {
	font-size: 2em;
	font-weight: 700;
	font-family: 'Inter', sans-serif;
}
.site-metrics .site-metrics-head {
	font-size: 28px;
	line-height: 16px;
	letter-spacing: .02em;
	line-height: 50px;
	font-weight:600;
	padding-bottom: 0;
	padding-top: 1rem;
	font-family: 'Inter', sans-serif;
}
.site-metrics .site-metrics-text {
	font-size: 20px;
	letter-spacing: .02em;
	font-family: 'Inter', sans-serif;
}
.advertise-footer a.btn.btn{
   font-family: 'Inter', sans-serif;
}
.specific-out {
	padding-bottom: 3rem;
	padding-top: 3rem;
}
.specific-out h2 {
	color: #fff;
	font-size: 2em;
	text-align: center;
}
.specific-right p {
	font-size: 1.35em;
	color: #fff;
	text-align: center;
	margin: 0;
}
.specific-right p a {
	color: #fff;
}
.partners-logos {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.partners-logos img {
	max-width: 200px;
	margin-right: 1.5rem;
	margin-left: 1.5rem;
	width: 100%;
	padding: 0;
}
.advertise-testimonial {
	background-color: #f7f7f7;
	padding-top: 100px;
	padding-bottom: 100px;
}
.testimonial-inner {
	padding-left: 15px;
	border-left: 5px solid #0070e0;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 1em;
	color: #424242;
}
.testimonial-left cite {
	width: 100%;
	display: inline-block;
	font-size: 18.4px;
	font-weight: 700;
	color: #424242;
}

/*advertise-header*/

#site-header.advertise-header {
	padding: 0;
}
.advertise-header .site-logo img {
	width: 250px;
}
.text-right {
	text-align: right;
}
.advertise-hd-right a {
	font-size: 1em;
	color: #000;
	margin-left: 1rem;
	font-family: 'helveticabold';
	font-weight: 400;
}
.advertise-footer {
	margin: 0 !important;
}
.advertise-footer h2 {
	color: #fff;
}
.advertise-footer .btn {
	font-size: 1.35em;
}
.advertise-footer a {
	font-size: 1.2em;
	margin-left: 1rem;
}

/*advertise-header-end*/

.text-red {
	color: red;
}
.media-kit-form {
	text-align: left;
}
.media-kit-form h2 {
	font-size: 1.35em;
	text-align: left;
}
.kit-name-field label {
	font-size: 1em;
	color: #424242;
	margin: 0;
}
.kit-name-field input {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.kit-name-field .wpcf7-checkbox input {
	width: auto;
	display: inline-block;
	height: auto;
}
.kit-name-field .wpcf7-checkbox span {
	margin-left: 0;
}


/*advertise Css End*/

.contributor-inner {
	text-align: left;
}
.contributor-inner h3 {
	color: #fff;
}
.page-id-51025 .archive-header-inner {
	text-align: left;
}
.kit-sbmit-buttoncl .wpcf7-submit {
	color: #fff;
	background-color: #0070e0;
	border-color: #0070e0;
	font-size: 1.35em;
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
	border: navajowhite;
}
.kit-sbmit-buttoncl .wpcf7-submit:hover {
	color: #fff;
	background-color: #005dba;
	border-color: #0057ad;
}
/*contact-form*/

.contact-form-outer {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.contact-form-inner {
	padding: 3rem;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,0.15);
	background-color: #fff;
	border: 1px solid #dee2e6;
	margin-top: 20px;
	position: relative;
	display: inline-block;
	width: 100%;
	border-radius: .25rem;
	margin-bottom: 40px;
}
.name-field-outer {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}
.name-field-inner {
	display: inline-block;
	width: 50%;
	margin-bottom: .5rem;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
.name-field-inner p {
	margin: 0;
}
.name-field-inner input,.name-field-inner textarea {
	background: 0;
	border: 0;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom: 1px solid #424242;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	color: #424242;
	outline: 0;
	width: 100%;
}
.email-field .name-field-inner {
	width: 100%;
}
.name-field-inner select {
	background: 0;
	border: 0;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom: 1px solid #424242;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	color: #424242;
	outline: 0;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 3px;
	text-transform: none;
}
.message-field .name-field-inner {
	width: 100%;
}
.message-field .name-field-inner textarea {
	height: 118px;
}
.submit-buttoncl {
	text-align: right;
	width: auto;
	float: left;
	margin-top: 12px;
}
.submit-buttoncl p {
	margin-bottom: 0;
}
.submit-buttoncl .wpcf7-submit {
	color: #fff;
	background-color: #e07000;
	border-color: #e07000;
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
	border: navajowhite;
}
.submit-buttoncl .wpcf7-submit:hover {
	color: #fff;
	background-color: #ba5d00;
	border-color: #ad5700;
}
.submit-buttoncl .wpcf7-spinner {
	float: left;
}
.name-field-inner:first-child label {
	background-image: url(images/person.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2.5rem;
}
.name-field-inner:nth-child(2) label {
	background-image: url(images/person.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2.5rem;
}
.name-field-outer.email-field .name-field-inner label {
	background-image: url(images/email.svg);
}
.name-field-outer.message-field .name-field-inner label {
	background-image: url(images/pencil.svg);
}
.name-field-outer:nth-child(3) .name-field-inner:nth-child(2) label {
	background-image: url(images/location-city.svg);
}
/*contact-form-end*/

.contact-form-inner.contributor-form {
	width: 100%;
	margin-top: 0;
}
.contributor-form .name-field-inner {
	width: 100%;
	margin-bottom: 1.5rem;
	padding-left: 0;
	padding-right: 0;
}
.contributor-form textarea {
	max-height: 94px;
}
.name-field-inner.attachment-field .wpcf7-validates-as-required {
	border-bottom: none;
}
.contributor-form .submit-buttoncl {
	text-align: left;
}
.contributor-form .submit-buttoncl .wpcf7-spinner {
	float: right;
}
.contributor-form .name-field-inner label {
	background-size: 24px;
}
.contributor-form .name-field-inner:nth-child(3) label {
	background-image: url(images/email.svg);
	background-repeat: no-repeat;
	padding-left: 2.5rem;
	background-position: left;
}
.contributor-form .name-field-inner.message-field label {
	background-image: url(images/pencil.svg);
	background-repeat: no-repeat;
	padding-left: 2.5rem;
	background-position: left;
}
.name-field-inner.attachment-field label {
	background-image: url(images/link.svg);
	background-repeat: no-repeat;
	padding-left: 2.5rem;
	background-position: left;
}
.contact-form-inner.contributor-frouter {
	width: 100%;
	margin-top: 0;
}
.contact-form-inner.contributor-frouter h2 {
	margin-bottom: 1rem;
}
.contributor-top-section {
	padding-top: 1.5rem;
}
.archive-header-banner h3 {
	color: #fff;
}
.parts_of_section .list-unstyled {
	padding: 0 10px;
}


.hellobar-background {
	background-color: #333;
	width: 100%;
	height: auto;
	max-height: 5rem;
}
#techo_custom_hellobar .widget-content {
	flex-direction: row;
	display: flex;
	align-items: center;
}
.hellobar-container p {
	font-family: "Poppins",Verdana,sans-serif;
	font-size: 1.15rem;
	font-weight: 500;
}
#techo_custom_hellobar .btn.btn-primary {
	margin-left: 1rem;
}
.hellobar-close {
	all: unset;
	display: unset;
	cursor: unset;
	padding-right: unset;
	padding-left: unset;
	justify-content: unset;
	align-items: unset;
	padding-right: 1rem;
}

/*subscribe Page*/

.subscribe-banner {
	padding: 4rem 0;
	color: #fff;
	background: linear-gradient(90deg,#0070e0 3.85%,#148aff 50.59%,#0070e0 100%);
	min-height: 325px;
}
.jan-card-webinars {
	margin-top: -18rem;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,0.15);
	padding: 3rem;
	border: 1px solid #dee2e6;
	background-color: #fff;
	border-radius: .25rem;
}
.subscribe-form-outer h1 {
	margin-bottom: 1.5rem;
}
.jan-card-webinars input {
	background: 0;
	border: 0;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom: 1px solid #424242;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	color: #424242;
	outline: 0;
	width: 100%;
}
.jan-card-webinars .wpcf7-checkbox input {
	width: auto;
}
.jan-card-webinars .wpcf7-checkbox > span {
	margin-left: 0;
}
.jan-card-webinars p {
	margin: 0;
}
.subscribe-fm-inner {
	margin-bottom: 1.5rem;
}
.subscribe-fm-inner label {
	background-image: url(images/person.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.8rem;
	background-size: 20px;
}
.subscribe-fm-inner:nth-child(2) label {
	background-image: url(images/email.svg);
}
.subscribe-checkbox {
	padding: .5rem;
	margin-bottom: 1rem;
	border-radius: .25rem;
	border: 1px solid #dee2e6;
}
.subscribe-checkbox .wpcf7-list-item-label {
	font-weight: 700;
}
.subscribe-buttoncl .wpcf7-submit {
	width: auto;
	color: #fff;
	background-color: #e07000;
	border-color: #e07000;
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

/*subscribe Page End*/

.download-items .card-image img {
	height: 157px;
	width: 100%;
	object-fit: contain;
}

.author-postcl.media img {
	height: 100%;
}

.articles-leftcl .list-unstyled {
	margin-bottom: 1rem !important;
}

/*Download css*/

.contact-form-inner.download-form h2 {
	margin-bottom: 3rem;
}
.name-field-inner label{
	background-repeat: no-repeat;
	padding-left: 2.5rem;
	background-position: left;	
}
.name-field-inner.email-field label{
	background-image: url(images/email.svg);
}
.name-field-inner.name-field label{
	background-image: url(images/person.svg);
}
.name-field-inner.phone-field label{
	background-image: url(images/phone.svg);
}
.name-field-inner.company-field label{
	background-image: url(images/location-city.svg);
}
.name-field-inner.job-field label{
	background-image: url(images/card-travel.svg);
}
.name-field-inner.country-field label{
	background-image: url(images/globe.svg);
}
.form-outercl .contact-form-inner {
	margin-top: -20rem;
	width: 100%;
}
.download-banner {
	min-height: 325px;
}

#downloads-wrapper .card-img-top {
	max-height: 157px;
	object-fit: cover;
}

/*Download css End*/

/*dictionary css*/

.d-flex-grow {
	flex-grow: 1;
}
.input-group-append .btn.btn-secondary {
	padding: 0.6rem 1rem;
	line-height: 1.5;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.dictionary-listcl ul {
	width: 100%;
}
.dictionary-listcl li {
	border-bottom: 1px dashed #d6d6d6;
	padding-bottom: .75rem;
	margin-bottom: .75rem;
	padding-top: 0 !important;
	width: 32%;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.dictionary-listcl li a:hover {
	color: #76baff;
}
/*dictionary css End*/

/*popup-css*/

.overlaycl {
	contain: content;
	z-index: 2147483636;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	outline: 0;
	line-height: 1.25;
	-webkit-overflow-scrolling: touch;
	background: rgba(255, 255, 255, 0.7);
	display: flex;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 32px 0;
	align-items: center;
}
.popup-outer {
	margin: auto;
	width: 686px;
	min-height: 0;
	transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
	top: 50%;
	position: relative;
}
.popup-inner {
	box-shadow: 0 10px 24px 0 rgb(54 61 77 / 15%);
	position: relative;
	font-family: Sora, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.55555556;
	overflow: hidden;
	padding-top: 48px;
	padding-right: 294px;
	padding-bottom: 48px;
	padding-left: 48px;
	background-color: rgba(255,255,255,1);
	color: rgba(15,15,15,1);
}
.popup-img {
	position: absolute;
	object-fit: cover;
	object-position: 50% 50%;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.popup-content h1 {
	font-size: 32px;
	line-height: 1.25;
	font-weight: 900;
	margin-bottom: 24px;
	white-space: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: normal;
	color: rgba(15,15,15,1);
	font-weight: bold;
	cursor: inherit;
}
.popup-content .description-popup {
	line-height: inherit;
	margin: 0 0 24px;
}
.popup-form {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}
.fields-popup {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.popup-email label {
	margin: 0 0 12px;
	display: block;
	color: rgba(15,15,15,1);
	width: 100%;
	white-space: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: normal;
	line-height: 1.5;
}
.popup-email br {
	display: none;
}
.popup-email .wpcf7-spinner {
	display: none;
}
.popup-email #email {
	border: none;
	border-bottom: solid 3px rgba(15, 15, 15, 0.1);
	border-radius: 0;
	background-color: transparent;
	font-size: 18px;
	line-height: 1.55555556;
	color: rgb(117, 116, 116);
	width: 100%;
	padding: 0 0 11px 0;
	outline: none;
}
.popup-content {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 48px;
	box-shadow: 0 0 12px 0 rgb(54 61 77 / 12%);
	background: #fff;
}
.popup-button {
	flex-flow: column;
	display: flex;
}
.popup-email .wpcf7-submit {
	padding: 11px 32px;
	font-weight: 900;
	line-height: 1.55555556;
	border-radius: 0;
	border: 3px solid #0f0f0f;
	background-color: transparent;
	display: block;
	width: 100%;
	margin-top: 32px;
}
.popup-email p {
	margin: 0;
}
.popup-email .wpcf7-submit:hover {
	background-color: #0f0f0f;
    color: #ffffff;
}
.popup-img img {
	height: 100%;
}
.popup-close {
	padding: 20px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}
.popup-close::before {
	-webkit-filter: invert(100%);
	filter: invert(100%);
	width: 30px;
	height: 30px;
	opacity: 1;
	margin-right: -2px;
	margin-top: -6px;
	background-image: url(images/close-popup.svg);
	content: "";
	display: inline-block;
	cursor: pointer;
}
.popup-close:hover::before {
	background-image: url(images/close-popup-hover.svg);
}

/* popup-css-end*/

.form-control {
	color: #495057;
}

#action-load-more-terms {
	width: auto;
}
.ez-toc-counter nav ul li a::before {
	display: none;
}

.btn-outline-secondary {
	color: #e07000;
	border-color: #e07000;
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #e07000;
	border-color: #e07000;
}
.jan-d-none {
	display: none;
}
#jan-filter {
	width: auto;
	background-image: url(images/filter-img.svg);
	background-position: 8px center;
	background-repeat: no-repeat;
	background-size: 22px;
	padding-left: 2.5rem;
}
#jan-filter:hover,#jan-filter:focus {
	background-image: url(images/filter-img-hover.svg);
}
#qas-wrapper .btn:focus {
	background-color: #e07000;
	border-color: #e07000;
	box-shadow: 0 0 0 .2rem rgba(224,112,0,0.5);
}


.filteredQA.filteredans_outer {
	margin-top: 1.5rem !important;
}
.experts-filter-outer #filters-form {
	margin-bottom: 39px;
}
.qas-text p {
	font-size: .9rem;
	margin-bottom: 2rem;
}
.answere-expert .text-muted {
	color: #0070e0 !important;
	font-weight: bold;
}
.text-mut-out {
	width: 100%;
	display: block;
}
.answere-expert .text-muted.text-mut-inner {
	color: #676767 !important;
	font-weight: normal;
}

.jan-box-inner .h6-styles {
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: "Poppins",Verdana,sans-serif;
	font-weight: 500;
	line-height: 1.4;
}
.jan-box-inner input {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.jan-box-inner .wpcf7-submit {
	color: #fff;
	background-color: #e07000;
	border-color: #e07000;
	width: auto;
}
.jan-box-inner .wpcf7-submit:hover {
	color: #fff;
	background-color: #ba5d00;
	border-color: #ad5700;
}
.recaptcha-terms {
	color: #6c757d;
}
.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus)::first-letter, .wp-block-button.is-style-outline, a {
	color: #0070e0;
}
.searchcl-outer {
	max-width: 705px;
}
.gsc-search-box {
	display: none;
}

.jan-list--border-dashed .cat_recent_added_term {
	float: left;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
.reandonterm {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 42px;
}
a.ez-toc-link.active-toc {
    color: #000;
}
.action-loadmoreterms.btn.btn-primary {
	width: auto;
}

#ez-toc-container a.ez-toc-link {
	color:#0070e0;
}
#ez-toc-container a.ez-toc-link.active-toc {
	color: #000;
}

.jan-card-image-wrapper .img-fluid {
	border-radius: 0;
}
.font-weight-bold {
	font-weight: 700;
}
#sub-featured-wrapper .featured-wrapper-first {
	display: flex;
}
#sub-featured-wrapper .featured-wrapper-first .card {
	min-height: inherit;
}
.trending-wrapper-inner .jan-card-image-wrapper {
	height: 157px;
}
.trending-wrapper-inner .jan-card-image-wrapper .card-img-top {
	height: 100%;
	object-fit: cover;
}
.article_resources {
	margin-top: 3rem;
}
.jan-list-arrow-item__link {
	position: relative;
	width: 100%;
	display: inline-block;
	padding: .2rem 0;
	color: #424242;
	padding-right: 10px;
}

.topic_list_data {
	display: flex;
}
.topic_list_data .jan-card-image-wrapper img {
	height: 100%;
	object-fit: cover;
}
.topic_list_data .jan-card-image-wrapper {
	height: 157px;
}

.downloads_filteredans_outer {
	display: flex;
}
.downloads_filteredans_outer .card > a {
	height: 157px;
}
.downloads_filteredans_outer .card > a .img-fluid {
	height: 100%;
	object-fit: cover;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.experts-filter-outer .form-group {
	margin-bottom: 1rem;
}
.download-banner h5 {
	color: #fff;
}
.event_sponsors_inner img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 1rem;
}
.sponsors img {
	max-width: 100px;
}
.qas-wrapper-inner {
	display: flex;
}
.sponsored_webinar img {
	height: 30px;
}

#qas-wrapper .action-load-more-webinars.btn:focus,#qas-wrapper .action-load-more-download.btn:focus {
  color: var(--bs-btn-hover-color);
  background-color: #0b5cd2;
  border-color: #0a57c8;
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
ul.list-group.related_reading .list-group-item {
	width: 100%;
	margin: 0;
}
.defination-imgcl {
	height: 275px;
}
.defination-imgcl img {
	height: 100%;
	object-fit: cover;
}

.recaptchacl {
	margin-bottom: 20px;
}
.contact-form-outer .recaptchacl {
	margin-bottom: 0;
	width: auto;
	float: left;
}

.newsletter-form-action .wpcf7-form-control.has-spinner.wpcf7-submit {
	font-size: 16px;
	height: 38px;
	border: none;
	background: #0d6efd;
	color: #ffff;
	border-radius: 0px 6px 6px 0;
	padding: 0 16px;
}
.input-group-append .wpcf7-spinner {
	position: absolute;
	right: 0;
	bottom: -20px;
}
.newsletter-form-action .wpcf7-list-item {
	display: inline-block;
	margin: 0;
	width: 100%;
}
.newsletter-form-action .input-group p {
	width: 100%;
}

.home-section-newsletter h6 {
	display: none;
}
.home-section-newsletter .newsletter-form-action .wpcf7-list-item {
	width: auto;
	padding-right: 20px;
}
.home-section-newsletter .mt-2 {
	margin: 0 !important;
}
.home-section-newsletter p {
	margin: 0;
}
.home-section-newsletter .input-group {
	margin-bottom: 15px;
}

.kit-sbmit-buttoncl .wpcf7-submit {
	border-radius: 6px !important;
	padding: 9px 17px !important;
	height: auto !important;
	font-size: 1.35em !important;
}
#Techopedia_N_Homepage_Leaderboard {
	text-align: center;
}

.download-banner .subtitle {
	font-size: 125%;
	font-family: "Poppins",Verdana,sans-serif;
}
.advanced_ads_custom {
    text-align: center;
}
#site-content .advanced_ads_custom {
    margin: 20px 0;
    max-width: 100%;
}
.techo-adlabel {
    font-size: .7rem;
    color: #666;
    font-family: Verdana,sans-serif;
    padding: 0;
    margin-bottom: 3px;
    font-weight: normal;
    text-align: center;
}
.header_ads {
    background: #000;
}
.header_inner_ads {
    background-color: #f5f9fe;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.article-ads-sidebar {
    text-align: center;
    position: relative;
    height: auto;
}
.article-ads-sidebar-inner{
    text-align: center;
}

.article-ads-sidebar .widget.widget_block .widget-content {
    position: sticky;
    top: 100px;
}
.footer_inner_ads {
    padding-top: 2px;
    padding-bottom: 2px;
    border-top: 1px solid #eee;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 15;
    background: #fff;
    text-align: center;
    position: fixed;
    height: 90px;
}
#footer-close-ad {
    position: absolute;
    top: 5px;
    left: 5px;
}
.footer_inner_ads .techo-adlabel {
    display: none;
}
.list-unstyled.homepagetop .media img {
    width: 90px;
    height: 90px;
}
.homepage-left span.text-muted {
    color: #676767 !important;
}

.newsletter-form-action .newsletter-form-email {
    border-radius: .25rem 0 0 .25rem !important;
}

.download-items .card-top {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    flex-direction: column;
}
.advanced_ads_custom_mob{
	text-align:center;
}
.qas-wrapper-inner.qas-inner .card-body {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.footer-ads-show {
    margin-bottom: 90px;
}
.sidebar-topbox {
    margin-top: 0 !important;
}
#site-content .techo-techopedia_n_termpage_inread_2 .advanced_ads_custom iframe {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}

.article_term_list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.article_term_list ul li {
    width: 24%;
    margin-right: 10px;
}

.aligncenter {
	margin: auto;
	display: block;
}
.su-button {
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin: 0 0px 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0px;
}

.homepage-left .card-img {
	border-radius: 0;
	-webkit-border-radius: 0;
}



@media only screen and (min-width: 1301px){
    
    .header-toggles{ display:none;}
    .header-navigation-wrapper { align-items: center; display: flex; }
    ul.primary-menu {margin: 0;}
    .mobile-search-toggle, .mobile-nav-toggle { display: none !important;}
    .header-titles-wrapper { margin-right: 16px; max-width: 50%; padding: 0; text-align: left; align-items: center;
    display: flex; justify-content: center;
    } 
    .header-titles { align-items: center; display: flex; flex-wrap: wrap; justify-content: flex-start; }
    .primary-menu-wrapper { display: block; width: 100%;}
    ul.primary-menu { align-items: center;display: flex;}

}

@media only screen and (min-width:992px){
    
.jan-container-lg-px {
    padding: 0 5rem;
}
    
}

@media (max-width:1300px){
    
.header-inner { flex-direction: row-reverse;}   
.search-toggle { left: auto; right: 0;}
.nav-toggle { right: auto; left: 0;}
#mega-menu-wrap-primary{ position: static} 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-header-search-desk{ display: none;}    
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
display: block; position: absolute; top: 88px; background: #424242; left: 0; right: 0; width: 100%; overflow-y: scroll;
height: calc(100vh + -95px);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
color: #fff; border-bottom: 1px solid #fff; padding: 16px;
}    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{ position: static; border: none;}    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
color: #fff;
}    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
font-size: 15px; padding: 3px 1.3rem;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
padding: 32px 0px 0px 0px;
}    

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after{
border: 0; content: "+"; position: absolute; right: 1rem; font-weight: 700; margin-top: 0;
}  
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after{ 
border: 0; content: "-"; position: absolute; font-weight: 700; margin-top: 5px;
}      
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-item-has-children a.mega-menu-link::before{ display:none;}     

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item.custom-follow-mobile { display: block}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item.custom-follow-mobile a.mega-menu-link {
display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item.custom-follow-mobile ul.mega-sub-menu{
display:block; padding: 0;
}    
.primary-menu .jan-navbar-connect ul.list-inline { background: none;}
.jan-navbar-connect .form-control{height:38px;font-size:16px; color:#495057; border-radius:0.25rem; padding:.275rem .75rem;} .jan-navbar-connect .btn.btn-primary { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.jan-navbar-connect .form-check { min-height: inherit; margin: 0;}   
.jan-navbar-connect .form-check .form-check-input { margin-top: 7px; }    
#mega-menu-wrap-primary #mega-menu-primary .jan-navbar-connect p { font-size: 16px}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
color: #fff; background-color: inherit;
}  

.dictionary-listcl li {
	width: 31%;
} 
  
}

@media (max-width:991px){
    
.tag-link small { font-size: 1.35em; }
.section-newsletter { padding: 0!important;}
.section-newsletter .container { width: 100%; max-width: 100%;}
.section-newsletter .container .col-lg-6 { width: 100%; padding: 3rem;}
.section-newsletter .container .col-lg-6:last-child { background-color: #0070e0; background-image: none;}
.search-modal { width: auto; left: 0 !important; right: 0;} 

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after{
	right:5px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout.mega-more-menu-custom .mega-sub-menu{ width:100%; 
	border-bottom: 1px solid #fff; border-radius: 0;
}    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout.mega-more-menu-custom ul.mega-sub-menu a.mega-menu-link{
	background: url("images/chevron_right.svg") no-repeat calc(100% - 15px) center !important;
}

.more-content-wrapper-list > a {
	width: 210px;
	height: auto;
}
.list-unstyled .more-content-wrapper-list img {
	min-width: 100%;
}	
.jan-card-downloads {
	margin-top: 0;
	box-shadow: none !important;
	border: none !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
}
.jan-card-downloads .mb-5 {
	margin-bottom: 1rem !important;
}

.authorByline_tooltip {
	left: 50%;
	transform: translate(-30%, 0%);
	-webkit-transform: translate(-30%, 0%);
}
.authorByline_tooltip::before {
	transform: translate(-50%, -0);
	left: 29%;
}
.reviewedcl {
	width: auto;
	display: inline-block;
}


/*contact-form*/

.contact-form-inner {
	padding: 1rem;
	box-shadow: none;
	border: none;
	margin-top: 0;
	width: 100%;
}

.advertisecl-right {
	padding-right: 1rem;
	padding-left: 1rem;
}

/*contact-form-end*/

/*subscribe Page*/

.subscribe-banner {
	display: none;
}
.jan-card-webinars {
	margin-top: 0;
	box-shadow: none;
	border: none;
	padding: 1.5rem;
}

/*subscribe PageEnd*/

.hellobar-container p {
	font-size: .85rem;
}

/*Download css*/

.form-outercl .contact-form-inner {
	margin-top: 1rem;
	width: 100%;
	padding: 0;
}

/*Download css End*/


/* popup-css*/

.popup-outer {
	width: 95%;
	max-width: 414px;
}
.popup-img {
	display: none;
}
.popup-inner {
	padding: 0;
}
.popup-content h1 {
	font-size: 22px;
}
/* popup-css-end*/
.termList li {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}

.dictionary-listcl li {
	width: 48%;
	margin: 0 7px;
}

.jan-list--border-dashed .cat_recent_added_term {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.explore_topicsul > li {
	width: 48.5%;
}
.topic_list_data .jan-card-image-wrapper {
	height: 239px;
}

.meet-expert .card {
	width: 100%;
}
    
}

@media (max-width:767px){ 
   .popular-wrapper { min-height: inherit;}
   .article-list-unstyled li.media img { height: auto; max-width: 150px;} 

.author-read-more {
	width: 100%;
	text-align: center;
}

.authorByline_tooltip {
	width: 330px;
	transform: translate(-20%, 0%);
	-webkit-transform: translate(-20%, 0%);
}
.authorByline_tooltip .col-9 {
	padding: 0 0 0 20px;
	width: 72%;
}
.parts_of_section .content-nav {
    display: inline-block;
    width: 100%;
}

.authorByline_tooltip.expertis_tooltip {
	width: 100px;
	padding: 10px 10px;
	font-size: 12px;
}

/*advertise css*/

.advertise-banner {
	padding-top: 25px;
	padding-bottom: 25px;
}
.advertise-banner-left h1 {
	font-size: 1.5em;
}
.advertise-testimonial {
	padding-top: 25px;
	padding-bottom: 25px;
}
.audience-heading {
	margin-bottom: 1rem;
}
.advertise-header .header-inner {
	flex-direction: inherit;
}
/*advertise css-end*/

.parent_partof li {
	white-space: normal;
	padding: .5rem 0.5rem;
}

#techo_custom_hellobar .widget-content {
	flex-direction: column;
}
.hellobar-background {
	max-height: 8rem;
}
span.author-bottom-exp-mob{
	display:block;
}
}

@media (max-width: 575.98px){
	
    
.article-list-unstyled .media {flex-direction: column;}
.article-list-unstyled .media .media-body{ padding-top:15px;}
.article-list-unstyled li.media img {
max-width: 100%;
width: 100%;
min-width: 100%;
margin-right: 0 !important;
}
.card-img-overlay { position: relative; }
.jan-list--flex .media { flex-direction: column; }

.archive_sec_middel .jan-card-image-wrapper {
	height: auto;
}
#qas-wrapper .qas-wrapper-inner .card {
	min-height: inherit;
}
.more-content-wrapper-list > a {
	width: 100%;
	height: auto;
	margin-right: 0;
	margin-bottom: 10px;
}	
.archive-header-banner a {
	max-width: 100%;
	margin-bottom: 10px;
}
.authorByline_tooltip {
	left: 10%;
}
.authorByline_tooltip.reviewedcl_tooltip {
	transform: translate(-10%, 0%);
	-webkit-transform: translate(-10%, 0%);
	left: 0%;
}
.jan-sub-nav li {
	width: 100%;
	margin-right: 0;
}

/*contact-form*/

.name-field-inner {
	width: 100%;
	margin-bottom: .5rem;
	padding-right: 0;
	padding-left: 0;
}
/*contact-form-end*/

/*subscribe Page*/

.jan-card-webinars {
	padding:10px;
}

/*subscribe PageEnd*/

.download-items .card-image img {
	height: auto;
}

.author-postcl.media a {
	margin-right: 0 !important;
	width: 100%;
}
.author-postcl.media img {
	width: 100%;
	min-width: 100%;
}

#downloads-wrapper .card-img-top {
	max-height: 100%;
}

.downloads_filteredans_outer .card > a {
	height: auto;
}
.defination-imgcl {
	height: auto;
}

}



/*NEWCSS*/


.container {
	max-width: 1320px;
	margin: auto;
}
.homepage-left .card-img {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 377px;
}
.homepage-left {
	padding: 0;
	position: relative;
}	
.homepage-left-inner .jan-card__content {
	padding: 15px;
	width: 100%;
	background: linear-gradient(180deg, rgba(28, 38, 66, 0) 0%, #1C2642 59%);
	border-radius: 0px 0px 4px 4px;
}
.homepage-left-inner .cat-namecl {
	color: #07C;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}
h1, .h1 {
	font-size: 32px;
}
h2, .h2 {
	font-size: 24px;
}
h3, .h3 {
	font-size: 22px;
}
h4, .h4 {
	font-size: 20px;
}
h5, .h5 {
	font-size: 18px;
}
h6, .h6 {
	font-size: 14px;
}

a:hover
{
	color:#0077CC;
}
img{ border-radius:4px; -webkit-border-radius:4px;}

section,header,footer {
	display: inline-block;
	width: 100%;
}
.pade-none{
	padding-left:0;
	padding-right:0;
}
.section-pad{
	padding-top:50px;
	padding-bottom:50px;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.homepage-left-inner h3 {
	font-weight: 600;
	font-size: 26px;
	line-height: 120%;
	color: #1C2642 !important;
}
.author-name a {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 110%;
	text-transform: uppercase;
	color: #757575;
}
.homepage-right {
	padding-left: 15px;
	padding-right: 0;
	position: relative;
	z-index: 1;
}
.homepage-right ul {
	padding: 0;
	list-style: none;
	margin: 0;
	background: transparent;
	border-radius: 4px;
}
.homepage-right li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	align-content: flex-start;
	align-items: flex-start;
	background: #FFF;
	border-radius: 4px;
}
.homepage-right li:last-child {
	margin-bottom: 0;
}
.home-right-img {
	width: 115px;
	display: inline-block;
	height: 115px;
	margin-right: 10px;
}
.home-right-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}
.home-right-innercl {
	width: calc(100% - 125px);
}
.homepage-left-inner {
	position: relative;
	margin-right: 0;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
}
.home-right-innercl a.cat-namecl {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 110%;
	text-transform: uppercase;
	color: #0077CC;
	width: 100%;
}
.home-right-innercl h5 {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 135%;
	color: #1C2642;
	margin-bottom: 5px;
}
.home-right-innercl h5 a {
	color: #1C2642;
}
.author-name {
	font-weight: 600;
	font-size: 12px;
	line-height: 110%;
	text-transform: uppercase;
	color: #757575;
	position: relative;
	font-family: 'Inter', sans-serif;
}
#site-header {
	padding: 15px 15px;
	background: #fff;
}
#site-header .container {
	max-width: 1500px;
	width: 100%;
}

/* footer css */

.footer-section {
	background: #1C2642;
	padding-top: 50px;
	padding-bottom: 30px;
}
.footer-one span {
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	color: #fff;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 12px;
	display: inline-block;
	width: 100%;
}
.footer-one span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 6px;
	background: #07C;
}
.footer-one ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.footer-one li {
	font-family: 'helveticaregular';
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
	padding-bottom: 12px;
	margin-bottom: 0;
}
.footer-one li a {
	color: #fff;
	text-decoration: none;
}
.footer-one li a:hover {
	color: #fff;
	text-decoration:none;
}
.footer-one {
	padding: 0 40px 0 0;
}
.footer-logo {
	padding: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
	margin-bottom: 25px;
}
.social-media {
	display: inline-block;
}
.social-media ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.social-media li {
	margin: 0 4px;
}
.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;
}
.footer-logo .widget_media_image img {
	max-width: 190px !important;
	margin-top: 10px;
}
.social-media a:hover {
	transform: scale(1.1);
	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
}
.footer-list {
	padding: 0;
}
.footer-list span {
	font-weight: 600;
	font-size: 12px;
	line-height: 125%;
	color: #fff;
	margin-bottom: 10px;
}
.footer-list ul {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0;
}
.footer-list .footer-box2 ul {
	gap: 0 39px;
}
.footer-list .footer-box2:nth-child(1) {
	background: #2E364E;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 24px;
}
.footer-list .regulationcl {
	border: 1px solid #2E364E;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 24px;
}

.footer-list .regulationcl p,.footer-list p {
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	color: #E0E0E0;
	margin-bottom:0;
	text-align:left;
	font-family: 'helveticaregular';
}
.footer-list p {
	text-align:center;
}
.footer-list li {
	font-family: 'helveticaregular';
	font-size: 14px;
	line-height: 150%;
	text-decoration-line: underline;
	color: #fff;
	margin-bottom: 0;
}
.footer-list li a {
	color: #fff;
	text-decoration: underline;
}
.jan-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 48px;
	height: 48px;
	z-index: 1000;
	cursor: pointer;
	background: #FFFFFF;
	border: 1.33333px solid #E0E0E0;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04), 0px 4px 16px rgba(0, 0, 0, 0.06);
	border-radius: 64px;
	visibility: hidden;
	opacity: 0;
}
.to-the-top.jan-to-top.showtop{
	visibility:visible;
	opacity: 1;
	
} 
/* footer css End*/

.newsletter-form-action .input-group {
	flex-wrap: nowrap;
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	border-radius: 2px;
}
.newsletter-outer {
	background: #F1F5FF;
}
.newsletter-left {
	width: 100%;
	text-align: left;
	max-width: 800px;
	display: inline-block;
	padding-top: 35px;
}
.newsletter-inner {
	padding: 25px 0 25px;
}
.newsletter-inner span.letter-heading {
	font-weight: 600;
	font-size: 22px;
	line-height: 135%;
	text-align: left;
	color: #1C2642;
	margin-bottom: 15px;
	display: inline-block;
}
.newsletter-right {
	width: 100%;
	max-width: calc(100% - 805px);
	display: inline-block;
	text-align: right;
	vertical-align: top;
}
.newsletter-inner {
	padding: 30px 0 40px;
}
.newsletter-form-action {
	max-width: 660px;
	display: inline-block;
	width: 100%;
}
.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	margin-bottom: 15px;
}
.newsletter-form-action .form-control.newsletter-form-email {
	height: 52px;
	background: transparent;
	border: none;
	font-family: 'helveticaregular';
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #737373;
	box-shadow: none;
}
.newsletter-form-action .wpcf7-form-control.has-spinner.wpcf7-submit {
	height: 42px;
	border: none;
	padding: 0 16px;
	background: #E25C5C;
	border-radius: 6px;
	font-weight: 600;
	font-size: 16px;
	line-height: 135%;
	text-align: center;
	color: #FFFFFF;
	width: 160px;
	margin: 5px;
	font-family: 'Inter', sans-serif;
}
.newsletter-form-action .wpcf7-list-item {
	display: inline-block;
	margin: 0 12px;
	width: auto;
}
.newsletter-form-action label {
	margin-bottom: 2px;
	font-family: 'helveticaregular';
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #757575;
	border-radius: 8px;
}
.newsletter-form-action .input-group p {
	width: 100%;
	margin-bottom: 0;
}
.newsletter-inner p {
	font-family: 'helveticaregular';
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	color: #757575;
	margin: 0;
}
.newsletter-form-action .wpcf7-list-item.first {
	margin-left: 0;
}
.newsletter-inner form {
	margin-bottom: 15px;
}
.award-section {
	padding: 0 0 50px;
}
.award-top-autohr {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 18px;
}
.autohr-img {
	width: 48px;
	display: inline-block;
	margin: 0 -5px;
}
.check-img {
	position: relative;
	margin: 0 0 0 -5px;
}
.autohr-img img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 2px solid #E8E8E8;
}
.readers-outer {
	text-align: center;
	width: 100%;
	display: inline-block;
	padding: 0 15%;
}
.readers-outer span {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 135%;
	text-align: center;
	color: #1C2642;
	margin-bottom: 15px;
	display:inline-block;
}
.readers-repeter-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 22px;
}
.readers-repeter:nth-child(3) {
	margin-right: 0;
}
.readers-repeter {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	margin-right: 57px;
}
.readers-repeter span {
	font-weight: 600;
	font-size: 14px;
	line-height: 125%;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #2E364E;
	margin-bottom: 0;
}
.readers-repeter-img {
	margin-right: 20px;
}
.readers-outer p {
	font-family: 'helveticaregular';
	font-size: 17px;
	line-height: 150%;
	text-align: center;
	color: #2E364E;
	margin-bottom: 0;
}
.explained-button {
	display: inline-block;
	width: 100%;
	margin-top: 25px;
}
.explained-button a {
	border: 1px solid #9E9E9E;
	border-radius: 6px;
	font-weight: 600;
	font-size: 16px;
	line-height: 135%;
	text-align: center;
	color: #1C2642;
	padding: 11px 0;
	display: inline-block;
	max-width: 290px;
	width: 100%;
	font-family: 'Inter', sans-serif;
	text-decoration: none;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.explained-button a:hover {
	border: 1px solid #E25C5C;
	color: #fff;
	background:#E25C5C;
}
.categorie-inner {
	display: inline-block;
	width: 100%;
}
.popular-headings {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	text-transform: capitalize;
	color: #1C2642;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 12px;
}
.popular-headings::after {
	content: "";
	position: absolute;
	left: 0;
	height: 6px;
	width: 40px;
	background: #07C;
	bottom: 0;
}
.popular-categorie-inner {
	padding: 0;
}
.popular-headings a {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.02em;
	text-decoration-line: underline;
	color: #1C2642;
	background: url(images/show-all-right.svg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 33px;
}
.popular-taxtop {
	display: flex;
	flex-wrap: wrap;
}
.popular-cat {
	display: inline-block;
	width: 12.5%;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 10px;
}
.popular-cat-img {
	display: inline-block;
	width: 100%;
	margin-bottom: 12px;
}
.popular-cat span {
	font-family: 'helveticaregular';
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #1C2642;
}
.latest-ans-inner {
	padding: 0;
}
.latest-ans-inner2 {
    padding: 7px 7px;
}
.latest-ans-card {
	background: #F1F5FF url(images/green-ans-bg.svg) right bottom no-repeat;
	border-radius: 4px;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	border-radius: 4px;
}
.latest-ans-card span a {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 110%;
	text-transform: uppercase;
	color: #0077CC;
}
.latest-ans-card h4 {
	font-weight: 600;
	font-size: 22px;
	line-height: 135%;
	color: #1C2642;
	margin: 4px 0 15px;
}
.latest-ans-tab .latest-ans-card h4 {
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	color: #1C2642;
	margin: 4px 0 15px;
}
.latest-ans-card h4 a {
	color: #1C2642;
	text-decoration: none;
}
.latest-ans-card h4 a:hover {
	color: #0077CC;
}
.latest-ans-card p {
	font-family: 'helveticaregular';
	font-size: 17px;
	line-height: 150%;
	color: #2E364E;
	word-break: break-word;
}
.fullanswer-button {
	background: #e5effc;
	border-radius: 6px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 135%;
	text-align: center;
	color: #0077CC;
	display: inline-block;
	padding: 8px 16px;
	margin-top: 30px;
	margin-bottom: 15px;
	border: 1px solid #07C;
}
.latest-author {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	width: 100%;
}
.latest-author img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
}
.latest-bottomcl {
	width: calc(100% - 40px);
	align-content: flex-start;
	margin-top: 0;
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	top: 8px;
}
.latest-bottomcl a {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 110%;
	text-transform: uppercase;
	color: #757575;
	text-decoration: none;
}
.latest-bottomcl .contributorcl {
	font-family: 'helveticaregular';
	font-size: 12px;
	line-height: 130%;
	color: #757575;
	position: relative;
	padding-left: 10px;
}
.latest-bottomcl .contributorcl::before {
	content: "";
	width: 3px;
	height: 3px;
	background: #757575;
	opacity: 0.5;
	border-radius: 7px;
	position: absolute;
	left: 2px;
	top: 6px;
}
.latest-news-iiner2 {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.trending-news-inner .popular-headings {
	justify-content: flex-start;
}
.trending-news-inner .popular-headings span {
	margin-left: 10px;
}
.trending-box {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.latest-guide-sec .trending-box-inner {
	width: 32.5%;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
}
.latest-guide-sec .trending-text {
	margin-top: 0;
	padding: 15px;
}
.how-tos-pick-sec.latest-guide-sec .trending-box-inner {
	width: 19%;
}
.how-tos-pick-sec.latest-guide-sec .trending-box-inner .trending-img {
	height: 152px;
}
.how-tos-pick-sec.latest-guide-sec .trending-text {
	padding: 15px 24px;
}
.trending-news.how-tos-pick-sec.latest-guide-sec {
	padding-top: 0;
	padding-bottom: 0;
}
.latest-guide-sec .trending-box-inner .trending-img img {
	border-radius: 4px 4px 0 0;
}
.latestnews-second-sec {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.trending-box-inner {
	width: 32.5%;
}
.hub-lates-news-inner2 .trending-box-inner {
	width: 19%;
}
.trending-box-inner.hub-trending-boxone .trending-img {
	height: 152px;
}
.trending-box-inner .trending-text h5 {
	-webkit-line-clamp: 3;
}
.trending-box-inner:last-child {
    margin-right: 0;
}
.trending-img {
	width: 100%;
	display: inline-block;
	height: 205px;
}
.trending-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
}
.trending-text {
	width: 100%;
	display: inline-block;
	margin-top: 3px;
}
.trending-text .cat-namecl {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 110%;
	text-transform: uppercase;
	color: #0077CC;
}
.trending-text h5 {
	font-weight: 600;
	font-size: 16px;
	line-height: 135%;
	color: #1C2642;
	margin-top: 3px;
	margin-bottom: 10px;
	min-height: 68px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.trending-text h5 a {
	color: #1C2642;
}
.latest-news-inner .popular-headings {
    margin-bottom: 15px;
    margin-top: 2px;
}
.dictionary-section {
	background: #F1F5FF;
	margin-bottom: 50px;
}
.dictionary-inner .latest-ans-card {
	background: #FFFFFF url(images/ans-bg.svg) right bottom no-repeat;
	border: 1px solid #E0E0E0;
	padding: 24px;
}
.dictionary-top {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 25px;
}
.treanding-termcl h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	text-transform: capitalize;
	color: #1C2642;
	margin: 0px 0 8px;
}
.treanding-term-inner {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}
.treanding-termcl h4 img {
	margin-left: 10px;
}
.treanding-termcl li {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #0077CC;
	border-bottom: 1px solid #07C !important;
	padding: 10px 0 !important;
	display: inline-block !important;
	width: 24% !important;
	margin-right: 15px;
}
.treanding-termcl li:nth-child(4n) {
	margin-right: 0;
}
.treanding-termcl li a {
	color: #0077CC !important;
}
.tech-heading {
	margin-bottom: 17px;
}

.latest-bottomcl p {
	margin-bottom: 0;
	width: 100%;
	line-height: 12px;
}
.dictionary-top h2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	text-align: center;
	color: #1C2642;
	margin: 18px 0 15px;
}
.dictionary-search {
	display: inline-block;
	max-width: 550px;
	width: 100%;
	position: relative;
}
.dictionary-search input {
	background: #FFF url(images/search.svg) 15px center no-repeat;
	border: 1px solid #E0E0E0;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.04);
	border-radius: 4px;
	padding: 0 0 0 50px;
	font-size: 16px;
	line-height: 160%;
	color: #737373;
	height: 50px;
	font-family: 'helveticaregular';
	background-size: 20px;
}
.dictionary-search input::placeholder {
	color: #737373;
}
.dictionary-inner2 .popular-headings {
	margin-bottom: 15px;
}
.latest-guide-sec .popular-headings, .latest-reviews-sec .popular-headings {
	justify-content: space-between;
	margin-bottom: 15px;
}
.popular-categorie-section.popular-cat-home.section-pad {
	padding-bottom: 20px;
}
.trending-news.latest-guide-sec {
	padding-top: 0;
	padding-bottom: 50px;
}

.search-list {
	background: #FFFFFF;
	border: 1px solid #EBEFF2;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.04), 0px 8px 32px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	margin-top: 9px;
	padding: 12px 20px 12px 20px;
	text-align: left;
	position: absolute;
	width: 100%;
	z-index: 9;
}
.search-list a {
	font-size: 16px;
	line-height: 150%;
	color: #0077CC;
	font-family: 'helveticabold';
	background: url(images/explore-terms.svg) left center no-repeat;
	padding-left: 32px;
}

.review-ha-rating {
	background: url(images/star-img.svg) left 100% repeat-x;
	width: 80px;
	display: inline-block;
}
.review-rating {
	background: url(images/star-img.svg) left top repeat-x;
	display: block;
	height: 16px;
	background-position: 0 -12%;
}
.review-rating-outer {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.review-rating-outer .review-rating-count {
	font-weight: 600;
	font-size: 14px;
	line-height: 135%;
	color: #1C2642;
	vertical-align: text-top;
	margin-right: 5px;
}


/*About page*/

.about-banner-section {
	padding-top: 30px;
	position: relative;
}
.about-banner-left h1 {
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	color: #1C2642;
	margin-bottom: 10px;
}
.about-banner-left h3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 135%;
	color: #1C2642;
	margin-bottom: 15px;
}
.about-banner-left p {
	font-family: 'helveticaregular';
	font-size: 16px;
	line-height: 150%;
	color: #2E364E;
}
.about-banner-left {
	padding-right: 18px;
	padding-top: 15px;
}
.about-banner-right {
	text-align: right;
}
.about-banner-section::after {  
	content: "";
	position: absolute;
	right: 160px;
	width: 437px;
	height: 120px;
	background: url(images/about-banner-right.png) center top no-repeat;
	top: 74px;
	z-index: -1;
}
.about-banner-section::before {
	content: "";
	position: absolute;
	left: 150px;
	width: 300px;
	height: 120px;
	background: url(images/about-banner-left.png) center top no-repeat;
	bottom: -20px;
	z-index: -1;
}
.our-mission-out {
	display: inline-block;
	margin-top: 50px;
	width: 100%;
	background: #F1F5FF;
	border-radius: 4px;
	padding: 32px;
}
.our-mission-out p {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	color: #1C2642;
	padding-left: 75px;
	background:url(images/Quote.svg) left center no-repeat;
}
.expert-team-section {
	padding-top: 32px;
}
.expert-top-text {
	max-width: 860px;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	padding: 0;
}
.expert-top-text p {
	font-family: 'helveticaregular';
	font-size: 16px;
	line-height: 150%;
	color: #2E364E;
	margin-bottom: 15px;
}
.expert-top-text h3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 135%;
	color: #1C2642;
	margin: 30px 0 12px;
}
.expert-count-outer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.expert-count-rep h4, .methodology_sec .expert-count-rep h3 {
	font-weight: 600;
	font-size: 38px;
	line-height: 120%;
	letter-spacing: -0.05em;
	color: #0077CC;
	margin-bottom: 8px;
}
.methodology_sec .expert-count-rep h3 {
	margin-bottom:0px;
}
.methodology_sec .expert-count-rep span {
    display: inline-block;
    width: 100%;
	vertical-align: top;
	margin-top: 8px;
}
.expert-count-rep span {
	font-weight: 600;
	font-size: 14px;
	line-height: 125%;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #2E364E;
}
.get-expertcl {
	padding: 0;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.get-expertcl h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	text-align: center;
	color: #1C2642;
	margin-bottom: 15px;
}
.get-expertcl-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	padding: 0;
	gap: 0 16px;
}
.expert-box.hub-expert-box {
	width: 100%;
	margin-bottom: 16px;
	max-width: 251px;
}
.expert-box {
	display: flex;
	flex-wrap: wrap;
	width: 18.8%;
	margin-bottom: 16px;
}
.expert-box-inner {
	background: #FFF url(images/Content-Expert.png) center 23px no-repeat;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0 20px;
	height: 100%;
	background-size: 100% auto;
}
.expert-img {
	width: 100%;
	text-align: center;
	display: inline-block;
}
.expert-img img {
	border-radius: 50%;
	width: 100px;
	height: 100px;
}
.expert-box-inner h5 {
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	text-align: center;
	color: #1C2642;
	margin: 12px 0 2px;
}
.expert-box-inner h5 a {
	color: #1C2642;
	text-decoration: none;
}
.expertdata {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	text-align: center;
	min-height: 38px;
}
.expertdata .card-jobtitle {
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #2E364E;
	width: auto;
	display: inline-block;
	font-family: 'helveticaregular';
	/* background: url(images/star-icon.svg) right 3px no-repeat; */
	padding-right:0px;
	vertical-align: top;
}
.post-count {
	font-family: 'helveticaregular';
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	color: #757575;
	vertical-align: top;
	display: inline-block;
}
.expert-article {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.social-links .list-inline {
	margin: 0;
}
.social-links {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
.meet-morebutton {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-top: 5px;
}
.meet-morebutton a {
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.02em;
	text-decoration-line: underline;
	color: #1C2642;
	background: url(images/show-all-right.svg) right center no-repeat;
	padding-right: 40px;
}
.feature-innercl {
	display: inline-block;
	width: 100%;
	padding: 40px 0 0;
	text-align: center;
}
.feature-innercl h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	text-align: center;
	color: #1C2642;
	margin-bottom: 10px;
}
.feature-repeter {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	gap: 10px 15px;
	justify-content: center;
}
.feature-logocl {
	width: 16%;
	display: inline-block;
	max-width: 180px;
}
.editorial-inner {
	max-width: 800px;
	margin: auto;
	padding: 0;
	width: 100%;
}
.editorial-inner h3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 135%;
	color: #1C2642;
	margin-bottom: 15px;
	margin-top: 35px;
}
p {
    font-family: 'helveticaregular';
    font-size: 17px;
    line-height: 24px;
    color: #2E364E;
    margin-bottom: 20px;
}
ul {
	padding-left: 20px;
	list-style: disc;
}
li {
	font-size: 17px;
	line-height: 24px;
	color: #2E364E;
	margin-bottom: 5px;
	font-family: 'helveticaregular';
	font-weight:normal;
}
.editorial-inner h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	color: #1C2642;
	margin-top: 30px;
	margin-bottom: 15px;
}
.editorial-inner p strong {
	font-family: 'helveticaregular';
	font-size: 16px;
	line-height: 150%;
	color: #2E364E;
	font-weight: normal;
}
.editorial-inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}
.editorial-inner li {
	font-family: 'helveticaregular';
	font-size: 16px;
	line-height: 150%;
	color: #2E364E;
	margin-bottom: 8px;
	background: url(images/icon-check.svg) left 7px no-repeat;
	padding-left: 25px;
}
.page-template-custom-About .newsletter-outer {
	display: none;
}
.get-intouch-section {
	display: inline-block;
	width: 100%;
	background: #F1F5FF;
	text-align: center;
}
.get-intouch-section h3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 135%;
	text-align: center;
	color: #1C2642;
	margin-bottom: 15px;
}
.advertising-outer p {
	padding: 0 15%;
}
.advertising-social {
	text-align: center;
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}
.advertising-social ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	width: auto;
}
.advertising-social li {
	margin: 0 4px;
	display: inline-block;
}
.advertising-social a {
	background: #FFFFFF;
	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;
}
.page-template-custom-About .bredcrumbset {
	display: none;
}
body.page-template-custom-About .expert-count-outer {
	justify-content: space-between;
}

/*About page-end*/

/*Author page css*/

.author-sec-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
}
.author-sec-left {
	width: 100%;
	max-width: 160px;
	display: inline-block;
}
.author-sec-right {
	display: inline-block;
	width: 100%;
	max-width: calc(100% - 160px);
	vertical-align: top;
	padding-left: 40px;
	padding-top: 20px;
}
.author-sec-outer {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
	position: relative;
}
.author-sec-outer::after {
	content: "";
	position: absolute;
	right: 160px;
	width: 437px;
	height: 120px;
	background: url(images/about-banner-right.png) center top no-repeat;
	top: 0;
	z-index: -1;
}
.rounded-circle {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.author-sec-right h1 {
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	color: #1C2642;
	margin-bottom: 10px;
}
.custom-user-url {
	text-align: center;
	margin-top: 15px;
}
.custom-user-url a {
	background: #F1F5FF;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	margin: 0 4px 4px;
}
.expetis {
	font-size: 16px;
	line-height: 150%;
	color: #2E364E;
	font-family: 'helveticaregular';
	/* background: url(images/star-icon.svg) right 1px no-repeat; */
	display: inline-block;
	width: auto;
	padding-right: 30px;
	background-size: 20px;
	margin-bottom: 15px;
}
.author-sec-right p {
	font-size: 16px;
	line-height: 150%;
	color: #2E364E;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 70px;
}
.author-articles-outer {
	display: inline-block;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}
.author-articles-inner {
	padding: 0;
	width: 100%;
	display: inline-block;
}
.articles-leftcl {
	width: 100%;
	max-width: 860px;
	display: inline-block;
}
.articles-right {
	width: 100%;
	display: inline-block;
	max-width: calc(100% - 980px);
	vertical-align: top;
	margin-left: 90px;
	margin-top: 45px;
	padding-right: 0;
}
.articles-right .expertdata {
	min-height: inherit;
}
.articles-right h5 {
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	text-transform: capitalize;
	color: #1C2642;
	position: relative;
	padding-bottom: 13px;
}
.articles-right > h5::after {
	content: "";
	position: absolute;
	left: 0;
	height: 6px;
	width: 40px;
	background: #07C;
	bottom: 0;
}
.articles-leftcl h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	text-transform: capitalize;
	color: #1C2642;
	margin-bottom: 15px;
}
.articles-leftinner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.author-postrepeter {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 16px;
	width: 100%;
}
.date-author {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.postrepeter-left {
	max-width: 266px;
	width: 100%;
	display: inline-block;
	height: 150px;
}
.postrepeter-left img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	object-fit: cover;
}
.postrepeter-right {
	display: inline-block;
	width: 100%;
	max-width: calc(100% - 267px);
	padding-left: 15px;
}
.postrepeter-right h5 {
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	color: #1C2642;
	margin-bottom: 10px;
	margin-top: 5px;
}
.postrepeter-right h3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 135%;
	color: #1C2642;
	margin-bottom: 10px;
	margin-top: 5px;
}
.postrepeter-right h3 a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 58px;
}
.postrepeter-right h5 a,.postrepeter-right h3 a {
	color: #1C2642;
}
.postrepeter-right h5 a:hover,.postrepeter-right h3 a:hover {
	color:#0070e0;
}
.modifie-date {
	font-size: 12px;
	line-height: 110%;
	color: #757575;
	font-family: 'helveticaregular';
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.author-postrepeter.author-top-post {
	background: transparent;
	border-radius: 4px;
	border: 1px solid #E0E0E0;
}
.author-top-post .postrepeter-left {
	max-width: 390px;
	height: 250px;
}
.author-top-post .postrepeter-right {
	max-width: calc(100% - 391px);
	padding: 15px;
}
.author-top-post .postrepeter-left img {
	border-radius: 4px 0px 0px 4px;
}
.postrepeter-right .cat-name {
	font-weight: 600;
	font-size: 12px;
	line-height: 110%;
	text-transform: uppercase;
	color: #0077CC;
	font-family: 'Inter', sans-serif;
}
.author-top-post .postrepeter-right .cat-name {
	color: #0077CC;
}
.author-top-post .postrepeter-right h5 a,.author-top-post .postrepeter-right h3 a {
	color: #1C2642;
}
.author-top-post .postrepeter-right p {
	font-family: 'helveticaregular';
	font-size: 14px;
	line-height: 150%;
	color: #1C2642;
	margin: 0 0 10px;
}
.author-top-post .postrepeter-right .modifie-date {
	color: #1C2642;
}
.author-expert-box {
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 16px;
}
.author-expert-box-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: 1px solid #E0E0E0;
	padding: 14px 0;
	align-items: flex-start;
}
.author-expert-img {
	width: 60px;
	display: inline-block;
	margin-right: 18px;
	height: 60px;
}
.author-expert-img img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
}
.expert-text {
	width: calc(100% - 80px);
	text-align: left;
}
.expert-text h5 {
	font-weight: 600;
	font-size: 16px;
	line-height: 135%;
	color: #1C2642;
	margin: 0;
	padding: 0 !important
}
.expert-text h5 a {
	color: #1C2642;
}
.author-expert-box-inner .expertdata {
	padding: 0;
	text-align: left;
}
.author-expert-box-inner .expert-article {
	text-align: left;
}
.author-expert-box-inner .card-jobtitle {
	text-align: left;
	background-size: 12px;
	padding-right: 16px;
	background-position: right 5px;
}
.all-authorbutton {
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 17px 0;
}
.all-authorbutton a {
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.02em;
	text-decoration-line: underline;
	color: #1C2642;
	font-family: 'Inter', sans-serif;
	background: url(images/show-all-right.svg);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 37px;
}
.pagination-wrapper.section-inner {
	text-align: center;
	display: flex;
	width: 100%;
	margin-top: 15px;
	max-width: 800px;
	justify-content: center;
}
.navigation.pagination {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.pagination-wrapper .nav-links {
	display: inline-block;
	width: auto;
}
.pagination-wrapper .placeholder {
	background-color: transparent;
}
.pagination-wrapper .page-numbers {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	vertical-align: top;
	border-left: none;
	margin: 0;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	color: #1C2642;
	font-family: 'helveticaregular';
	text-decoration: none;
	float: left;
}
.prev.page-numbers {
	border-left: 1px solid #E0E0E0;
}
.pagination-wrapper .page-numbers:nth-child(2) {
	border-left: 1px solid #E0E0E0;
}
.page-numbers.current {
	background: #F1F5FF;
	border-left: 1px solid #E0E0E0;
}
.prev.page-numbers.placeholder {
	border-left: 1px solid #E0E0E0;
	margin: 0;
}
.prev.page-numbers > span {
	font-size: 0;
	background: url(images/pagination-left.png) center center no-repeat;
	width: 20px;
	height: 34px;
	display: inline-block;
}
.next.page-numbers {
	border-left: 1px solid #E0E0E0;
}
.next.page-numbers > span {
	font-size: 0;
	background: url(images/pagination-right.png) center center no-repeat;
	width: 20px;
	height: 44px;
	display: inline-block;
}

.author-bio-inner {
	height: 88px;
	overflow: hidden;
}
.author-bio.less-more .author-bio-inner {
	height: auto;
}
.author-bio {
	position: relative;
}
.show-more {
	position: absolute;
	right: 0;
	bottom: 13px;
	padding: 0px 10px 0 30px;
	font-family: 'helveticabold';
	font-size: 16px;
	line-height: 150%;
	color: #0077CC;
	cursor: pointer;
	background: #fff url(images/plus.svg) 12px center no-repeat;
}
.less-more .show-more {
	background: #fff url(images/plus-close.svg) 12px center no-repeat;
	display: none;
}
.author-sec-right .author-bio.less-more .author-bio-inner p {
	-webkit-line-clamp: inherit;
	height: auto;
}

.author-guide-sec .trending-box-inner {
	width: 24.1%;
}
.author-guide-sec .trending-img {
	width: 100%;
	display: inline-block;
	height: 152px;
}

/*Author page css-end*/

.contr-banner-right {
	text-align: right;
}
.contr-banner-left h1 {
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	color: #1C2642;
	margin-bottom: 15px;
	position: relative;
}
.applyexpert a {
	font-family: 'helveticabold';
	font-size: 16px;
	line-height: 150%;
	color: #0077CC;
}
.contr-banner-left img {
	margin-left: 10px;
}
.contr-banner-left {
	padding-top: 30px;
}
.contr-banner-outer {
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}
.contr-banner-outer::after {
	content: "";
	position: absolute;
	right: 160px;
	width: 437px;
	height: 120px;
	background: url(images/about-banner-right.png) center top no-repeat;
	top: 0px;
	z-index: -1;
}
.contributor-top-section.cont-section2 {
	padding-top: 45px;
	position: relative;
	margin-bottom: 40px;
}
.contributor-top-section.cont-section2::before {
	content: "";
	position: absolute;
	left: 150px;
	width: 300px;
	height: 120px;
	background: url(images/about-banner-left.png) center top no-repeat;
	top: 0px;
	z-index: -1;
}
.authorByline_tooltip p {
	font-family: 'helveticaregular';
	font-size: 14.5px;
	line-height: 150%;
	color: #2E364E;
	margin-bottom: 5px;
	font-weight: normal;
}

/*Single post*/

.entry-meta.custom_author {
    min-height: 60px;
    display: flex;
    padding: 5px 0;
    flex-wrap: wrap;
}
.author_imag {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right:10px;
}
.author_imag img {
	width: 48px;
	height: 48px;
	object-fit: cover;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.custom_author_top .custom_author_info .post_author_name {
	display: inline-flex;
	word-break: break-word;
}
.entry-meta.custom_author .custom_author_info {
	display: flex;
	min-height: 50px;
	width: 100%;
}
.entry-meta.custom_author .author_sec1 .custom_author_info {
	width: calc(100% - 65px);
}
.name_author_out a {
	text-decoration: none !important;
}
.post_author_name {
	font-weight: 600;
	font-size: 15px;
	line-height: 135%;
	color: #1C2642;
	border-bottom: 1px dashed #a3a6af;
	padding-bottom: 2px;
}
.post_author_name_out {
    width: auto;
    display: inline-block;
    position: relative;
}
.custom_author_top .custom_author_info .investor {
	background: none;
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	font-size: 13px;
	line-height: 150%;
	color: #1C2642;
	display: inline-block;
	font-family: 'Inter', sans-serif;
}
.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: 12px;
	line-height: 150%;
	color: #757575;
	font-family: Arial;
	font-weight: normal;
}
.custom_author_top .custom_author_info .custom_author_name, .custom_author_top .custom_author_info .posttim.posdate time {
	font-size: 12px;
	line-height: 150%;
	color: #757575;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}
.section-newsletter h3 {
	color: #fff;
}
#authorByline span {
    position: relative;
}

.authorByline_tooltip {
	display: none;
	position: absolute;
	left: 50%;
	top: 29px;
	width: 343px;
	border-radius: 5px;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	z-index: 99;
	background: #FFFFFF;
	border-radius: 4px;
	filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.35));
}
.post_author_name_out .authorByline_tooltip {
	transform: translate(-50%, -2%);
	-webkit-transform: translate(-50%, -2%);
}
.authorByline_tooltip.reviewedcl_tooltip {
	transform: translate(-40%, -4%);
	-webkit-transform: translate(-40%, -4%);
}
.view-edit {
	width: 100%;
	border-top: 1px solid #fff;
	margin-top: 15px;
	padding: 10px 11px;
	text-align: right;
	display: none;
}
.view-edit a {
	color: #fff !important;
	font-size: 12px;
}
.bio-right .btn-secondary {
	color: #fff !important;
}
#authorByline span:hover .authorByline_tooltip {
    display: block;
    position: absolute;
}
#authorByline .bio-right a {
	color: #fff;
}
.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 .row.text-white {
	margin: 0;
	padding: 24px;
	background: url(images/author-top-bg.svg) right bottom no-repeat;
}
.bio-right a {
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.02em;
	text-decoration-line: underline !important;
	color: #1C2642 !important;
	background: url(images/author-right.svg) right center no-repeat;
	padding-right: 36px;
}
.author-left-top .investor {
	/* background: url(images/author-check-sign.svg) right center no-repeat !important; */
	padding-right: 20px;
	width: auto !important;
	font-weight: 400;
}
.author-left-top {
	display: inline-block;
	width: calc(100% - 90px);
	text-align: left;
}
.authorByline_tooltip .col-3.text-center {
	padding: 0 !important;
	width: 100%;
	margin-right: 0;
}
.authorByline_tooltip .img-fluid.rounded-circle {
	width: 80px;
	height: 80px;
	border-radius: 50% !important;
}
/* .authorByline_tooltip { */
	/* padding: 0; */
	/* width: 100%; */
/* } */
.author-left {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.author-left > img {
	max-width: 80px;
	margin-right: 10px;
	height: 80px;
	margin-left: 0 !important;
}
.list-inline-item a {
	background: transparent;
	width: 38px;
	height: 38px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
}
.list-inline-item a img {
	max-width: 100%;
	height: auto !important;
	border-radius: 0;
	width: auto;
}
.author-left ul {
    margin: 0;
    margin-top: 5px;
    padding-left: 0;
}
.author-right {
	padding: 0;
	width: 100%;
	text-align: left;
}
.author-left-top .post_author_name {
    font-weight: 600;
    font-size: 17px;
    line-height: 135%;
    color: #1C2642;
    display: inline-block;
    width: 100%;
    border-bottom: none;
}
.single-popular-news-inner {
	display: flex;
	width: 100%;
	padding: 0;
	flex-direction: column;
}
.single-popular-news-outer {
	background: #F1F5FF;
	padding: 50px 0 30px;
	margin-top: 50px;
}
.single-popular-news-inner h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	text-transform: capitalize;
	color: #1C2642;
	margin-bottom: 5px;
}
.single-popular-news-inner h4 img {
	margin-left: 6px;
	margin-top: -2px;
	position: relative;
}
.ms_most_popular_news_outer {
	display: inline-block;
	width: 100%;
}
.ms_most_popular_news_outer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: heading-counter;
	flex-wrap: wrap;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	gap: 0 30px;
}
.ms_most_popular_news_outer li {
	font-weight: 600;
	font-size: 16px;
	line-height: 135%;
	color: #1C2642;
	border-bottom: 1px solid #E0E0E0;
	padding: 18px 0;
	position: relative;
	counter-increment: heading-counter;
	font-family: 'Inter', sans-serif;
	margin-bottom: 0;
}
.ms_most_popular_news_outer li::before {
	position: relative;
	left: 0;
	content: counter(heading-counter)"";
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	text-align: center;
	color: #E25C5C;
	top: -5px;
	margin-right: 17px;
	width: 26px;
	display: inline-block;
	vertical-align: top;
}
.ms_most_popular_news_outer li a {
	color: #1C2642;
	text-decoration: none;
	display: inline-block;
	width: calc(100% - 56px);
}
.ms_most_popular_news_outer li a:hover{
	color: #E25C5C;
}
.ms_most_popular_news_outer li:nth-child(5), .ms_most_popular_news_outer li:nth-child(10) {
	border-bottom: none;
}
.single-latest-news-outer {
	padding: 50px 0;
}
.single-latest-news-inner h4 {
	margin-bottom: 12px;
	font-size: 20px;
}
.single-latest-news-inner {
	padding: 0;
}
.ms_latest_news_outter {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 15px;
}
.mslatest_news_inner_item.latest_top_post {
	width: 49.3%;
}
.mslatest_news_img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.mslatest_news_inner_item.latest_top_post {
	width: 49.3%;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
}
.mslatest_news_inner_item.latest_top_post .mslatest_news_img img {
	border-radius: 4px 4px 0 0;
}
.mslatest_news_inner_item.latest_top_post .mslatest_news_content {
	padding: 15px;
}
.mslatest_news_inner_item.latest_top_post .mslatest_news_term {
	margin-top: 0;
}
.mslatest_news_term .cat-namecl {
	color: #0077CC;
}
.mslatest_news_img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	height: 323px;
}
.mslatest_news_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.mslatest_news_content {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.mslatest_news_term {
	font-weight: 600;
	font-size: 12px;
	line-height: 110%;
	text-transform: uppercase;
	color: #0077CC;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
}

.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus)::first-letter, .wp-block-button.is-style-outline, a {
	color: #0077CC;
}
.mslatest_news_content h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	color: #1C2642;
	margin-bottom: 8px;
	min-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.mslatest_news_content a h3:hover {
	color: #0077CC;
}
.msauthor-name a {
	font-weight: 600;
	font-size: 12px;
	line-height: 110%;
	text-transform: uppercase;
	color: #757575;
}
.post-timeing, .post-expert {
	font-size: 12px;
	line-height: 150%;
	color: #757575;
	margin-left: 11px;
	position: relative;
	font-family: 'helveticaregular';
	font-weight: normal;
	text-transform: none;
}
.homepage-left .post-timeing {
	color: #757575;
}
.post-timeing::before,.post-expert::before {
	content: "";
	background: #757575;
	opacity: 0.5;
	border-radius: 7px;
	width: 3px;
	height: 3px;
	position: absolute;
	left: -7px;
	top: 6px;
}
.mslatest_news_inner_item.latest_bottom_post {
	width: 24%;
}
.latest_bottom_post .mslatest_news_img {
	height: 152px;
}
.latest_bottom_post .mslatest_news_content h3 {
	font-size: 16px;
}
.sinlge-cont-left {
	padding: 0;
	width: 100%;
	max-width: 860px;
	display: inline-block;
}
.single-cont-right {
	width: 100%;
	max-width: 340px;
	display: inline-block;
	padding: 0;
	margin-left:90px;
	margin-top: 0;
}
.single-post-outer {
	margin-top: 30px;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 4px;
}
.part-offcl {
	font-size: 14px;
	line-height: 150%;
	color: #1C2642;
	font-style: italic;
	margin-right: 10px;
	font-family: 'helveticaregular';
}
.parts_of_section .nav-link {
	display: block;
	padding: 8px 10px 8px 12px;
	text-decoration: none;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	font-weight: 600;
	font-size: 14px;
	line-height: 135%;
	color: #1C2642;
}
.parts_of_section .dropdown-toggle.collapsed::after {
	border: none;
	background: url(images/drop-down.svg) center right no-repeat;
	width: 10px;
	height: 7px;
	margin-left: 10px;
	vertical-align: middle;
	transform: rotate(0deg);
}
.parts_of_section .dropdown-toggle::after {
	border: none;
	background:url(images/drop-down.svg) center right no-repeat; 
	width: 10px;
	height: 7px;
	margin-left: 10px;
	vertical-align: middle;
	transform: rotate(180deg);
}
.parts_of_section .content-nav {
	display: inline-flex;
}
.content-index-nav-a:hover, .content-index-nav-a:focus, .content-index-nav-a:active {
	background-color: #fff;
}
.content-index-nav-a {
	border: 1px solid #d6d6d6;
}

.parts_of_section #collapseMenu {
	background-color: #fff;
}
.parts_of_section .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 10rem;
	font-size: 14px;
	line-height: 150%;
	color: #1C2642;
	margin-right: 10px;
	font-family: 'helveticaregular';
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: .25rem;
}
.parts_of_section {
	margin-bottom: 15px;
}
.parent_partof li {
	white-space: nowrap;
	padding: .5rem 1.5rem;
}
.parent_partof li a {
	color: #424242;	
}
.parent_partof li a:hover {
	color: #424242;
	text-decoration: none;
	background-color: #e9ecef;
}
.parts_of_section #collapseMenu:hover {
	-webkit-box-shadow: 0 0 13px -5px #0070e0;
	box-shadow: 0 0 13px -5px #0070e0;
}
.jan-nav-collapse-item > .jan-nav-collapse-item__link {
	position: relative;
	color: #424242;
}
.key-box-outer {
	display: inline-block;
	width: 100%;
	margin: 20px 0 32px;
}
.key-box-inner {
	background: #F1F5FF;
	border-radius: 4px;
	display: inline-block;
	width: 100%;
	padding: 15px;
}
.key-box-heading, .verdict-box-heading {
	font-weight: 600;
	font-size: 10px;
	line-height: 150%;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #1C2642;
	width: max-content;
	padding: 4px 4px 4px 10px;
	left: -21px;
	position: relative;
	top: -6px;
	margin-bottom: 4px;
	min-height: 23px;
}

.key-box-heading::after, .verdict-box-heading::after {
	content: "";
	position: absolute;
	width: 0;
	height: 23px;
	border-bottom: 23px solid #1C2642;
	border-right: 12px solid transparent;
	top: 0px;
	right: -11px;
}
.key-box-heading::before,.verdict-box-heading::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid #C4C4C4;
	border-left: 6px solid transparent;
	position: absolute;
	left: 0px;
	top: 23px;
}
.key-box-inner p {
	margin-bottom: 0;
}
.wp-caption-text {
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #737373;
	font-family: 'helveticaregular';
	margin-top: 12px;
}
.su-row .su-column {
	margin: 0 0 0 15px !important;
}
.su-column-inner h3,.su-column-inner strong {
	background: #F1F5FF;
	border-radius: 4px;
	display: block;
	padding: 16px;
	font-weight: 600;
	font-size: 16px;
	line-height: 135%;
	color: #1C2642;
	font-family: 'Inter', sans-serif;
}
.su-column-inner h3 img,.su-column-inner strong img {
	margin-left: 8px;
}

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

.su-list ul li {
	position: relative;
	display: block !important;
	margin: 0 !important;
	padding: 4px 0 4px 2em !important;
	list-style-type: none !important;
	font-family: 'helveticaregular';
	font-weight: 400;
	font-size: 17px;
	line-height: 150%;
	color: #2E364E;
}
.sui-check-circle::before {
	content: "" !important;
	background: url(images/pros-check-icon.svg) left top no-repeat;
	width: 14px;
	height: 11px;
	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: 14px;
	height: 11px;
	display: inline-block;
}
.single-post-outer .su-list ul {
	padding: 0 0 0 20px !important;
}
.telegram-single p {
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #757575;
	margin: 0;
}
.telegram-single {
	margin-top: 25px;
	margin-bottom: 25px;
	border: 1px solid #E0E0E0 !important;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 35px;
}

.our-mission-out.quote-single {
	margin: 0;
	background: #fff;
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
}

blockquote p {
	margin-bottom: 0;
	font-family: 'helveticabold';
	font-size: 16px;
	line-height: 150%;
    color: #0077CC;
}
blockquote {
	border-left: 4px solid #0077CC !important;
	padding-left: 10px;
	margin-bottom: 15px;
}
.su-row .su-column:first-child {
	margin-left: 0px !important;
}
.su-row {
	margin-bottom: 50px;
	margin-top: 40px;
}

.stepby-outer {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	counter-reset: heading-counter;
}
.single-post-outer h2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	color: #1C2642;
	margin-bottom: 20px;
}
.single-post-outer h3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 135%;
	color: #1C2642;
}
.stepby-outer h3 {
	padding-left: 33px;
	margin-top: 23px;
}
.stepby-outer p {
	padding-left: 33px;
}

.stepby-heading > span {
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	text-align: center;
	color: #E25C5C;
	display: inline-block;
	margin: -4px 0 0;
	position: absolute;
}

table {
	width: 100%;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	margin-bottom: 30px;
}
tr {
	border-bottom: 1px solid#E0E0E0;
}
td {
	font-family: 'helveticaregular';
	font-size: 16px;
	line-height: 150%;
	color: #1C2642;
	padding: 8px 15px;
}
.highlight-block {
	background: #F1F5FF;
	width: 100%;
	display: inline-block;
	padding: 16px;
}
.highlight-block p {
	margin: 0;
}

/*Author-bottom*/

.author-bio-bottom {
	display: inline-block;
	width: 100%;
}
.author-bottom {
	display: flex;
	flex-wrap: wrap;
}
.author-bottom {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	padding: 24px;
	background: #FFFFFF url(images/ans-bg.svg) right bottom no-repeat;
}
.author-avatar {
	width: 100%;
	max-width: 100px;
}
.author-avatar img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 100px;
	height: 100px;
}
.author-des-right {
	width: 100%;
	max-width: calc(100% - 100px);
	padding-left: 24px;
}
.author-des-right h5 {
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	color: #1C2642;
	margin-bottom: 5px;
	margin-top: 0 !important;
}
.author-des-right h5 a {
	color: #1C2642;
	text-decoration: none;
}
.author-sharing {
	width: 100%;
	display: inline-block;
	padding-left: 0;
	text-align: center;
	margin-top: 18px;
}

.author-sharing a {
	background: #F1F5FF;
	width: 32px;
	height: 32px;
	display: inline-block;
	border-radius: 50%;
	line-height: 32px;
}
.author-sharing img {
	max-width: 15px;
	height: auto;
	border-radius: 0;
}
.author-des-right p {
	margin-bottom: 10px;
}
.author-read-more a {
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.02em;
	text-decoration-line: underline;
	color: #1C2642;
	background: url(images/show-all-right.svg) right 4px no-repeat;
	padding-right: 40px;
	font-family: 'Inter', sans-serif;
}
.author-sharing ul {
	margin: 0;
	padding-left: 0;
}
.author-sharing li {
	margin: 0 4px 4px !important;
	background-image: none !important;
	padding-left: 0 !important;
}

/*Author-bottom-End*/

.sinlge-cont-top {
	padding: 0;
	max-width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}
.related-termdata, .related_question {
	list-style: none;
	padding-left: 0;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding-left: 0 !important;
}
.article-sec-inner li {
	width: 49%;
	display: inline-block;
	border-bottom: 1px solid #E0E0E0;
	margin-right: 15px;
	margin-bottom: 0;
	padding: 9px 0;
}
.article-sec-inner li a,.article-questions li a {
	font-family: 'helveticaregular';
	font-size: 16px;
	line-height: 150%;
	color: #0077CC;
}
.article-sec-inner li:nth-child(2n) {
	margin-right: 0;
}
.article-sec-inner h4, .article-questions h4 {
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 135%;
	text-transform: capitalize;
	color: #1C2642;
	position: relative;
	padding-bottom: 15px;
}
.article-related-sec h4::after,.article-questions h4::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 6px;
	background: #07C;
}

.article-questions li {
	width:100%;
	display: inline-block;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 0;
	padding: 9px 0;
}
.share-sec-tags {
	display: inline-block;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
}
.section-inner {
	padding-left: 0;
	padding-right: 0;
}
.sharetags-top span {
	font-family: 'helveticaregular';
	font-size: 16px;
	line-height: 150%;
	color: #1C2642;
}
.sharetags-top strong {
	font-family: 'helveticabold';
	font-size: 16px;
	line-height: 150%;
	color: #0077CC;
	font-weight: normal;
}
.sharetags-top {
	border-radius: 4px;
	border: 1px solid #E0E0E0;
	padding: 16px;
}
.sharetags-top h4 {
	color: #1C2642;
	font-size: 16px;
	font-weight: 600;
	line-height: 135%;
	background-size: 20px !important;
	margin: 0 0 10px !important;
	background: url(images/star-new.svg) left top no-repeat;
	padding-left: 30px;
}
.sharetags-top p {
	margin-bottom: 0;
	font-size: 16px;
}
.share-sec-tags-inner {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: end;
}
.share-article-sec, .custom-post-tags {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.share-sec-tags-inner span {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 125%;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #2E364E;
	margin-bottom: 5px;
	display: inline-block;
}
.share-article-sec ul {
	margin: 0;
	list-style: none;
	display: flex;
	gap: 0 8px;
}
.share-article-sec li {
	height: 44px;
	margin: 0;
}
.share-article-sec li img {
	height: 100%;
	object-fit: cover;
}
.custom-post-tags {
	text-align: left;
	margin-top: 30px;
}
.custom-post-tags ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.custom-post-tags li {
	display: inline-block;
	width: auto;
	margin-right: 5px;
}
.custom-post-tags li a {
	text-decoration: none;
	border: 1px solid #0077CC;
	border-radius: 50px;
	font-weight: 600;
	font-size: 12px;
	line-height: 125%;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0077CC;
	padding: 7px 10px;
	font-family: 'Inter', sans-serif;
	display: inline-block;
}

/* share-button-css */

.share-article-sec .at-icon-wrapper.at-share-btn.at-svc-whatsapp {
	display: none;
}
.share-article-sec .at-icon-wrapper.at-share-btn {
	border-radius: 2px !important;
}
.share-article-sec .at-icon-wrapper .at-icon-wrapper {
	margin: 0;
}
.share-article-sec .at-icon-wrapper .at-label {
	font-family: 'Arial' !important;
	font-weight: 400;
	font-size: 14px !important;
	text-align: center;
	color: #FFFFFF !important;
	text-transform: capitalize;
	margin: 0 !important;
	padding: 0 10px 0 0 !important;
}
.share-article-sec .at-icon-wrapper .at-icon.at-icon-facebook {
	width: 26px !important;
	height: 26px !important;
}
.share-article-sec .at-icon-wrapper .at-icon.at-icon-twitter {
	width: 28px !important;
	height: 28px !important;
}
.share-article-sec .at-style-responsive .at-share-btn {
	padding: 6px 5px;
}
.share-article-sec .at4-share-count-container {
	display: none;
}
.share-article-sec .at-icon-wrapper.at-share-btn.at-svc-compact {
	background: #000 url(images/Plus-share.svg) 10px center no-repeat !important;
	padding-left: 33px;
}
.share-article-sec .at-icon-wrapper.at-share-btn.at-svc-compact .at-icon-wrapper {
	display: none;
}
.custom-share-author {
	display: flex;
	flex-wrap: wrap;
}
.custom-share-author .custom_author_top {
    width: 100%;
    gap: 0px 24px;
    border-top: 1px solid  #E0E0E0;
    border-bottom: 1px solid  #E0E0E0;
    padding: 16px 0;
}
.custom-share-author .custom-share {
    display: inline-block;
    width: 40px;
    text-align: right;
    margin-top: 7px;
}
.investor ~ span {
	position: relative;
	font-family: 'helveticaregular';
	font-size: 14px;
	line-height: 150%;
	color: #1C2642;
}
.custom-share .at-label {
	display: none;
}
.reviewedcl a {
	color: #1C2642 !important;
}
.custom-share .at4-share-count-container {
	display: none;
}
.custom-share .at-icon-wrapper.at-share-btn {
	background: #E8F7F8 !important;
	border-radius: 50% !important;
}
.custom-share .at-style-responsive .at-share-btn {
	padding: 3px;
}
.custom-share .at-icon {
	display: none;
}
.custom-share .at-icon-wrapper.at-share-btn.at-svc-facebook .at-icon-wrapper {
	background:url(images/share-top-fb.svg) center center no-repeat;
}
.custom-share .at-icon-wrapper.at-share-btn.at-svc-twitter .at-icon-wrapper {
	background:url(images/share-top-tw.svg) center center no-repeat;
}
.custom-share .at-icon-wrapper.at-share-btn.at-svc-whatsapp .at-icon-wrapper {
	background:url(images/share-top-WhatsApp.svg) center center no-repeat;
}
.custom-share .at-icon-wrapper.at-share-btn.at-svc-compact .at-icon-wrapper {
	background:url(images/share-top-button.svg) center center no-repeat;
}
.custom-share .addthis_inline_share_toolbox_y364 {
	width: auto;
	display: inline-block;
}
/* share-button-css end */

#ez-toc-container a.ez-toc-toggle {
	outline: none;
}

.post_author_name_out:hover .authorByline_tooltip {
    display: block;
}

.name_author_out {
    position: relative;
}


.jan-sub-nav.list-group {
	background: transparent !important;
}
.jan-sub-nav li {
	background: transparent;
	border-color: #fff;
	display: inline-block;
	width: 47%;
}
.jan-sub-nav li a {
	color: #fff;
}
.author-left img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.reviewedcl {
	position: relative;
	display: inline-block;
	width: auto;
	font-weight: 400;
	font-size: 15px;
	line-height: 135%;
	color: #1C2642;
	border-bottom: 1px dashed #a3a6af;
	padding-bottom: 2px;
}
.reviewedcl:hover .authorByline_tooltip.reviewedcl_tooltip {
	display: block;
}
/* .reviewedcl a { */
    /* text-decoration: none !important; */
/* } */
.reviewedcl .view-edit a {
	color: #fff !important;
	font-size: 12px;
}
.reviewedcl .mr-1 {
	margin-right: .25rem;
}
.investor ~ span:hover .authorByline_tooltip.expertis_tooltip {
	display: block;
}
.expertis_tooltip {
	color: #2E364E;
}

.authorByline_tooltip.expertis_tooltip {
	width: max-content;
	padding: 10px 10px;
	font-size: 12px;
	max-width: 300px;
}

.author_section__extra {
    position: relative;
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    margin-top: 0;
}
.btn_with_tooltip {
	position: relative;
}
.disclaimer .btn_with_tooltip__btn {
	background-image: url(images/info.svg);
}
.trust_author_sec_extra .disclaimer .btn_with_tooltip__btn {
	background-image: url(images/star-new.svg);
	background-position: left 8px top 9px;
}
.trust_author_sec_extra .btn_with_tooltip__tip a {
	color: #0077CC !important;
	text-decoration: none;
}
.trust_author_sec_extra .btn_with_tooltip__tip a:hover {
	color: #0077CC !important;
	text-decoration: underline;
}
.btn_with_tooltip__btn {
	align-items: center;
	background-position: left 8px top 7px;
	background-repeat: no-repeat;
	border: 1px solid #E8E8E8;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	font-size: 12px;
	height: auto;
	line-height: 21px;
	padding: 0 8px 0 32px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: #2E364E;
	font-family: 'helveticaregular';
}
.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: #2E364E;
	font-family: 'Inter', sans-serif;
}
.btn_with_tooltip:hover > .btn_with_tooltip__tip {
	display: block;
}
.disclaimer_author_sec .btn_with_tooltip__tip::before {
    border: 8px solid transparent;
    border-bottom-color: #fff;
    bottom: 100%;
    content: "";
    left: 50%;
    margin-left: -8px;
    position: absolute;
    z-index: 2;
}
.disclaimer_author_sec .btn_with_tooltip__tip::after {
    border: 9px solid transparent;
    border-bottom-color: #E0E0E0;
    bottom: 100%;
    content: "";
    left: 50%;
    margin-left: -9px;
    position: absolute;
}

.article-trending-list-sec {
	width: 100%;
	display: inline-block;
	margin-top: 24px;
}
.single-cont-right h4 {
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	text-transform: capitalize;
	color: #1C2642;
	margin-bottom: 16px;
	position: relative;
	padding-bottom: 10px;
}
.single-cont-right h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #07C;
	height: 6px;
	width: 40px;
}
.single-cont-right .latest-ans-inner2 h4::after {
	display:none;
}
.related-list-sec {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	margin-bottom: 15px;
}
.related-list-sec .related-imgcl {
	width: 98px;
	height: 98px;
}
.related-list-sec .related-imgcl img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.related-list-sec .related-sec-text {
	display: inline-block;
	width: calc(100% - 98px);
	padding-right: 15px;
}
.related-list-sec .related-sec-text h5 {
	font-weight: 600;
	font-size: 16px;
	line-height: 135%;
	color: #1C2642;
	margin: 0 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 66px;
}
.related-list-sec .related-sec-text h5 a {
	color: #1C2642;
}

.related-list-sec .related-sec-text span {
	font-weight: 600;
	font-size: 12px;
	line-height: 110%;
	text-transform: uppercase;
	color: #757575;
	display: inline-block;
	vertical-align: top;
	font-family: 'Inter', sans-serif;
}
.sidebar-dictionary .fullanswer-button {
	margin-top: 15px;
	margin-bottom: 15px;
}
.single-cont-right .latest-ans-card h4 {
	font-size: 16px;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.sidebar-dictionary {
	margin-top: 30px;
}
.sidebar-question-answer {
	margin-top: 30px;
}
.sidebar-question-answer .latest-ans-inner2 {
	padding: 0;
}
.sidebar-dictionary .latest-ans-inner2 {
	padding: 0;
	margin-bottom: 15px;
}
.sidebar-question-answer .fullanswer-button {
	margin-top: 10px;
}

/*Single post-end*/


/* header-css */

.header_wrapper .container {
	max-width: 1320px;
}
.footer-section .container {
	max-width: 1320px;
}

/* header-css End*/

/*Single cat css*/

.singlecl-cat-sec {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin-top: 30px;
}
.latest-archive-left {
	width: 100%;
	max-width: 65.2%;
	display: inline-block;
	text-align: left;
}
.archive-subtitle {
	display: none;
}
.latest-archive-left .archive-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	color: #1C2642;
	margin: 0 0 15px;
}
.latest-archive-right {
	width: 100%;
	display: inline-block;
	max-width: calc(100% - 74.2%);
	vertical-align: top;
	margin-top: 52px;
	margin-left: 90px;
}
.date-author .modifie-date {
	width: auto;
	position: relative;
	padding-left: 10px;
	vertical-align: top;
}
.author-top-post .postrepeter-right .date-author a {
	color: #757575;
}
.date-author a {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 110%;
	text-transform: uppercase;
	color: #757575;
	vertical-align: top;
}
.date-author .modifie-date::after {
	content: "";
	background: #757575;
	opacity: 0.5;
	border-radius: 7px;
	width: 3px;
	height: 3px;
	position: absolute;
	left: 2px;
	top: 7px;
}
/*Single cat css End*/

.su-highlight {
	display: inline-block !important;
	padding: 0 16px !important;
	background: #F1F5FF;
	color: #2E364E;
	width: 100% !important;
	margin-bottom: 30px;
}
.su-highlight h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	color: #1C2642;
	margin-bottom: 10px;
}
.su-highlight p {
	margin: 0 0 15px;
}
.latest-archive-right h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	text-transform: capitalize;
	color: #1C2642;
	margin: 0;
	position: relative;
	background: url(images/zap.svg) right center no-repeat;
	display: inline-block;
	padding-right: 35px;
}
.latest-archive-right .ms_most_popular_news_outer ul {
	counter-reset: heading-counter;
	flex-wrap: wrap;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.latest-archive-right .ms_most_popular_news_outer li {
	color: #1C2642;
	border-bottom: 1px solid #E0E0E0;
	padding: 14px 0;
	margin-right: 0;
	margin: 0;
}
.latest-archive-right .ms_most_popular_news_outer li:last-child {
	border-bottom: none;
}
.latest-archive-right .ms_most_popular_news_outer li::before {
	font-size: 20px;
	top: -1px;
	margin-right: 10px;
	width: 26px;
}
.latest-archive-right .ms_most_popular_news_outer li a {
	width: calc(100% - 37px);
}
.latest-home-block .trending-box-inner {
	width: 24%;
	margin-right: 15px;
}
.latest-home-block .trending-img {
	height: 152px;
}
.latest-home-block .homepage-left-inner .jan-card__content {
	border-radius: 0px 0px 4px 4px;
	background: transparent;
}
.latest-home-block .homepage-left-inner h3 {
	font-size: 22px;
	margin-bottom: 8px;
}
.latest-home-block .author-name a {
	color: #757575;
}
.latest-home-block .author-name img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 7px;
	display: none;
}
.latest-home-block .homepage-left .card-img {
	border-radius: 4px 4px 0 0;
	height: 205px;
	object-fit: cover;
	object-position: center;
}
.latest-home-block .card-img-overlay {
	position: relative;
}
.latest-home-block .home-right-img {
	width: 100%;
	height: 152px;
	margin-right: 0;
}
.latest-home-block .homepage-right li {
	width: 48%;
	margin-right: 15px;
	border-bottom: 1px solid #E0E0E0;
	height: 100%;
	border-radius: 0;
}
.latest-home-block .homepage-right li:last-child {
	margin-right: 0;
}
.latest-home-block .homepage-right ul {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
.latest-home-block .home-right-innercl {
	width: 100%;
}
.latest-home-block .trending-box-inner:last-child {
	margin-right: 0;
}
.latest-home-block .home-right-innercl h5 {
	min-height: 66px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	width: 100%;
	margin-top: 10px;
}
.latest-home-block .post-contentcl {
	color: #2E364E;
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 0;
	margin-top: 5px;
}

/*Cat-hub*/

.hub-lates-news-inner .pagination-wrapper.section-inner {
	max-width: 100%;
	padding-top: 30px;
	border-top: 1px solid #E0E0E0;
	margin-top: 10px;
}
.latest-hub-review.latest-guide-sec .trending-box-inner {
	width: 24.1%;
}
.hubqa-ans-sec .latest-ans-card {
	padding: 24px;
}
.hubqa-ans-sec .latest-ans-card {
	padding: 24px;
}

.cat-hub-banner-inner {
	display: flex;
	width: 100%;
	padding: 25px 0 0;
	flex-wrap: wrap;
}
.cat-hub-banner-left {
	display: inline-block;
	width: 100%;
	max-width: 70%;
}
.cat-hub-banner-right {
	display: inline-block;
	width: 100%;
	max-width: calc(100% - 70%);
	padding-left: 100px;
	text-align: center;
	margin-top: 10px;
}
.cat-hub-banner-right img {
	max-width: 130px;
	width: 100%;
}
.archive-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	color: #1C2642;
}
.cat-hub-banner-left .dictionary-search {
	margin-top: 0;
	max-width: 650px;
}
.hub-banner-feature {
	display: flex;
	width: 100%;
	margin-top: 24px;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
}
.hub-banner-feature span {
	font-size: 17px;
	line-height: 150%;
	color: #1C2642;
	font-family: 'helveticaregular';
}
.hubfeature {
	width: calc(100% - 80px);
}
.hub-banner-feature ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: 15px;
	margin-bottom: 0;
}
.hub-banner-feature li {
	margin: 0 7px 5px 0;
}
.hub-banner-feature a {
	border: 1px solid #0077CC;
	border-radius: 50px;
	font-weight: 600;
	font-size: 12px;
	line-height: 125%;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0077CC;
	padding: 7px 10px;
	font-family: 'Inter', sans-serif;
	display: inline-block;
}
.cat-hub-banner-outer {
	position: relative;
	width: 100%;
	display: inline-block;
}

.hub-top-picks-sec {
	padding-top: 45px;
	position: relative;
}
.hub-top-pick-heading {
	padding: 0;
}
.hub-top-pick-heading h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	text-transform: capitalize;
	color: #1C2642;
	display: inline-block;
	background: url(images/award.svg) right center no-repeat;
	padding-right: 30px;
}
.hub-top-picks-sec .homepage-left-inner h3 {
	margin-bottom: 20px;
	margin-top: 10px;
}
.hub-top-picks-sec .home-right-innercl h5 {
	margin-bottom: 5px;
	margin-top: 10px;
}

.header-social .social-media a {
	width: 22px;
	height: 22px;
	line-height: 22px;
	border: none;
	margin-right: 22px;
}
.latest-news {
	padding-top: 15px;
	position: relative;
	margin-bottom: 50px;
}

.hub-lates-news-inner {
	padding: 0;
	margin-top: 50px;
	display: inline-block;
	margin-bottom: 0px;
}
.hub-lates-news-inner2 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 15px;
}

.trending-box-inner.hub-trending-boxtwo .trending-img {
	height: 152px;
}
.diction-hun-sec {
	margin-top: 50px;
}
.dictionary-top h3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 135%;
	text-align: center;
	color: #1C2642;
	margin: 0;
}
.dictionary-top span {
	color: #0077CC;
	border-bottom: 1px dashed #0077CC;
}
.hubqa-ans-sec .fullanswer-button {
	margin-top: 45px;
	margin-bottom: 15px;
}
.hub-popcat-sec {
	margin-top: 45px;
	margin-bottom: 20px;
}
.trending-news.tos-sec .popular-headings {
	justify-content: space-between;
	margin-bottom:15px;
}
.trending-news.tos-sec {
	margin-top: 50px;
}
.hub-expert-sec .popular-headings {
	padding-left: 0;
	font-size: 20px;
}
.popular-categorie-section .popular-headings {
	margin-bottom: 22px;
}

.loadmorehub-button {
	text-align: center;
	display: flex;
	width: 100%;
	justify-content: center;
}
.loadmorehub {
	font-size: 16px;
	line-height: 150%;
	color: #2E364E;
	font-family: 'helveticabold';
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	width: 143px;
	padding: 9px 15px 9px 40px;
	background: url(images/plus-black.svg) 15px 13px no-repeat;
	cursor:pointer;
}

/*Cat-hub End*/
.news-top-mobile{
	display:none;
}
.author-sec-left h1, .author-sec-left .expetis {
	display: none;
}
.social-links li {
	margin-bottom: 0;
}

.bredcrumbset {
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
}
#breadcrumb a, #breadcrumb li {
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	color: #757575;
	font-family: 'helveticaregular';
	margin: 0;
	padding-bottom: 0 !important;
}
#breadcrumb a:hover {
	color: #0070e0;
}
#breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	content: "";
	background: url(images/breadcrumb-left.svg) no-repeat center;
	width: 6px;
	height: 10px;
	margin-top: 4px;
	padding-right: 0;
	margin-right: 4px;
}
.home-link img {
	margin: -2px 0 0 !important;
	position: relative;
}
.btn-secondary {
	color: #fff;
	background-color: #0077CC !important;
	border-color: #0077CC;
}
.btn-secondary:hover { color: #fff; background-color: #0077CC !important; border-color: #0077CC;}

.author-sharing h5 {
	display: none;
}

.hub-expert-box {
	display: none;
}
.footer-mobile2 {
	display: none;
}

/*Pages-css*/

.main-page-sec .container {
	max-width: 860px;
}
.pagescl-outer {
	padding-left: 0;
	padding-right: 0;
}
.main-page-sec {
	margin-top: 20px;
	margin-bottom: 0;
}
.pagescl-outer .archive-title {
	margin-bottom: 20px;
}
.su-button {
	background: #07C !important;
	border-radius: 6px !important;
	padding: 5px 40px;
	font-weight: 600;
}
.small, small {
	font-family: 'Arial';
	font-weight: 400;
	font-size: 10px !important;
	line-height: 100%;
	color: #757575;
	display: block;
	text-align: center;
}
.su-button span {
	font-size: 16px !important;
}
.pagescl-outer ul {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}
.pagescl-outer ul li:not(.campaign-shortcode-table li,
.compare-bookies__wrapper li,
.campaign-compact-table__wrapper li,
.campaign-full-width-shortcode-wrapper li,
.campaign-sidebar-shortcode li, 
.popup-offers-widget li, 
.offer-tiles__wrapper li, 
.toplist-poker__wrapper li, 
.toplist-tech__wrapper li,
.offer_grid__wrapper li, 
.bm-simple-list__wrapper li) {
	background: url(images/check-left-icon.svg) left 8px no-repeat;
	padding-left: 28px;
}
.terms-page-outer h2 {
	margin-top: 30px;
}
.terms-page-outer ol {
	text-indent: -20px;
	padding-left: 20px;
}
.terms-page-outer {
	margin-bottom: 30px;
	margin-top: 30px;
}
.single-cont-right.single-cont-term {
	margin-top: 0;
}
.tech-term-logo img {
	max-width: 110px;
}
.tech-term-logo {
	margin-bottom: 15px;
	width: 100%;
	display: inline-block;
}
.zapimg {
	margin-left: 10px;
}
.dictionary-listcl li {
	width: 49%;
	display: inline-block;
	border-bottom: 1px solid #07C;
	margin-right: 15px;
	margin-bottom: 0;
	padding: 9px 0 !important;
}
.dictionary-listcl li a {
	font-family: 'helveticaregular';
	font-size: 16px;
	line-height: 150%;
	color: #0077CC;
}
.dictionary-listcl li:nth-child(2n) {
	margin-right: 0;
}

.article-questions {
	margin-top: 22px;
}
.tech-dictionary-sec {
	background: #F1F5FF;
	border-radius: 4px;
	text-align: center;
	padding: 30px 30px 30px 30px;
	margin-bottom: 15px;
}
.tech-term-img {
	display: inline-block;
	width: 100%;
	margin-bottom: 17px;
}
.tech-term-img img {
	max-width: 142px;
}
.tech-dictionary-sec .dictionary-search {
	max-width: 550px;
	margin-bottom: 30px;
}
.menu-techopedia-terms-container {
	padding: 0 13%;
	display: flex;
	justify-content: center;
}
.tech-dictionary-sec ul {
	display: flex;
	flex-direction: inherit;
	align-items: flex-start;
	gap: 15px 34px;
	justify-content: flex-start;
}
.tech-dictionary-sec ul a {
	font-family: 'helveticaregular';
	font-size: 14px;
	line-height: 150%;
	text-decoration-line: underline;
	color: #0077CC;
	text-transform: uppercase;
}
.tech-dictionary-sec ul li:first-child {
	margin-left: 0;
}
.tech-dictionary-sec ul li {
	margin: 0;
}
.su-list ul li {
	background: none !important;
}
/*Pages-css-end*/

/*Toc css*/

.icon-chevron-down {
	background-image: url("images/chevron-down.svg");
}

.icon-chevron-up {
	background-image: url("images/chevron-up.svg");
}
.popular-categorie-section {
	padding-left: 0;
	padding-right: 0;
}
.toc-sticky-list {
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	padding: 12px;
	display: inline-block;
	width: 100%;
	margin-bottom: 24px;
}



/*Toc css End*/
.footer-box2 p {
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	color: #E0E0E0;
	margin: 0;
}

/*Guide page css*/

.guide-page-sec .container {
	max-width: 860px;
}
.guide-page-sec {
	margin-top: 30px;
}
.guide-page-sec .sinlge-cont-top {
	max-width: 100%;
}

/*Guide page css End*/

/*brand-layout-css*/

.new-brand-regulated-sec {
	background: #F1F5FF;
	border-radius: 4px;
	width: 100%;
	display: inline-block;
	padding: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.new-brand-regulated-top {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	align-items: center;
}
.new-brand-regulated-logo {
	width: 135px;
	display: inline-block;
	margin-right: 27px;
}
.new-brand-regulated-logo img {
	width: 100%;
}
.new-brand-regulated-right {
	display: flex;
	width: 52%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.brand-regulated-heading span {
	font-weight: 600;
	font-size: 16px;
	line-height: 135%;
	color: #1C2642;
}
.brand-regulated-heading {
	width: 43.8%;
	display: inline-block;
}
.brand-regulated-rating {
	display: inline-block;
	width: auto;
	margin-right: 30px;
}
.regulated-rating-count {
	font-weight: 600;
	font-size: 14px;
	line-height: 135%;
	text-align: right;
	color: #1C2642;
	margin-right: 8px;
}
.regulated-ha-rating {
	background: url(images/star-img.svg) left 100% repeat-x;
	width: 80px;
	display: inline-block;
}
.regulated-rating {
	background: url(images/star-img.svg) left top repeat-x;
	display: block;
	height: 16px;
	background-position: 0 -9%;
}
.regulated-visit-button {
	width: 200px;
	display: inline-block;
}
.regulated-visit-button a {
	background: #0077CC;
	border-radius: 6px;
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #FFFFFF;
	padding: 11px 30px;
	max-width: 230px;
	width: 100%;
	display: inline-block;
}
.new-brand-found {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.new-brand-found-rep {
	display: inline-block;
	width: 33.3%;
	padding-right: 20px;
	margin-bottom: 15px;
}
.new-brand-found-rep:nth-child(3n) {
	padding-right: 0;
}
.new-brand-found-rep strong {
	font-family: 'Arial';
	font-weight: 700;
	font-size: 14px;
	line-height: 125%;
	color: #2E364E;
	margin-bottom: 5px;
	width: 100%;
	display: block;
}
.new-brand-found-rep span {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #2E364E;
}
.new-found-more {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.new-found-more span {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	text-decoration-line: underline;
	color: #1C2642;
	background: url(images/down-icon.svg) right 7px no-repeat;
	padding-right: 15px;
	cursor: pointer;
}
.descriptioncl {
	font-weight: 400;
	font-size: 10px;
	line-height: 120%;
	color: #757575;
	border-top: 1px solid #E0E0E0;
	padding-top: 15px;
}
.review-rating-box-sec {
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	padding: 24px 24px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 20px 0;
}
.review-ratingbox-left {
	display: flex;
	width: 260px;
	flex-wrap: wrap;
}
.review-ratingbox-logo {
	width: 133px;
	margin-right: 10px;
}
.review-ratingbox-logo img {
	width: 100%;
}
.ratingbox {
	background: #F1F5FF;
	border-radius: 3px;
	width: 110px;
	text-align: center;
	padding: 10px 10px;
	height: 64px;
}
.ratingbox-rating-count {
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	color: #2E364E;
}
.ratingbox-ha-rating {
	background: url(images/star-img.svg) left 100% repeat-x;
	width: 80px;
	display: inline-block;
}
.ratingbox-rating {
	background: url(images/star-img.svg) left top repeat-x;
	display: block;
	height: 16px;
	background-position:0 -3%;
}
.review-ratingbox-left .casinosieger {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #1C2642;
	margin-top: 20px;
}
.review-ratingbox-left .casinosieger a {
	color: #1C2642;
	font-weight: 600;
	text-decoration: underline;
}
.review-ratingbox-right {
	width: calc(100% - 261px);
	padding-left: 25px;
}
.reviewbox-progressbar {
	display: inline-block;
	width: 46%;
	margin-right: 30px;
	margin-bottom: 25px;
}
.reviewbox-progressbar:nth-child(2n) {
	margin-right: 0;
}
.reviewbox-progressbar span {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #1C2642;
}
.reviewbox-progressbar .progressbar-rating {
	font-weight: 600;
}
.progressbar-outer {
	width: 100%;
	background: #F0F3F7;
	box-shadow: inset -128px 0px 0px #F0F3F7;
	border-radius: 12px;
	height: 6px;
	margin-top: 5px;
}
.progressbar-inner {
	background: #0077CC;
	height: 6px;
	display: inline-block;
	vertical-align: top;
	border-radius: 12px;
}
.option-rating {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.brand-regulated-single-sec .new-brand-regulated-top {
	margin-bottom: 0;
}
.brand-regulated-single-sec .regulated-ha-rating {
	margin-right: 13px;
}
.brand-regulated-single-sec .brand-regulated-heading {
	width: auto;
}
.brand-regulated-single-sec .brand-regulated-rating a {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-align: right;
	text-decoration-line: underline;
	color: #1C2642;
}

/*Single*/

.single-brand-sec {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.single-brand-sec {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 15px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.single-brand-box {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	max-width: 212px;
	width: 100%;
	text-align: center;
	padding: 16px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}
.single-toppic {
	position: relative;
	text-align: left;
	width: 100%;
}
.single-toppic span {
	background: #CFD5DD;
	font-weight: 600;
	font-size: 10px;
	line-height: 150%;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1C2642;
	position: absolute;
	left: -24px;
	top: -14px;
	padding: 3.5px 10px;
}
.single-toppic span::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 6px solid #C4C4C4;
	border-left: 6px solid transparent;
	position: absolute;
	left: 1px;
	top: 22px;
}
.single-toppic span::after {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 22px solid #CFD5DD;
	border-right: 10px solid transparent;
	position: absolute;
	top: 0px;
	right: -10px;
}
.single-brand-box-logo {
	margin-top: 25px;
	margin-bottom: 15px;
	width: 100%;
	height: 47px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.single-brand-rating-sec {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.single-brand-rating-sec strong {
	font-weight: 600;
	font-size: 14px;
	line-height: 135%;
	text-align: center;
	color: #1C2642;
}
.single-brand-rating-sec .brand-regulated-rating {
	margin-right: 0;
	width: 100%;
}
.single-brand-rating-sec a {
	font-family: 'helveticaregular';
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	text-decoration-line: underline;
	color: #1C2642;
	margin-bottom: 10px;
}
.single-brand-rating-sec .regulated-rating-count {
	color: #2E364E;
	margin-right: 4px;
	vertical-align: text-top;
}
.single-brand-box ul {
	margin: 10px 0 15px;
	text-align: left;
	list-style: none !important;
	padding-left: 0 !important;
	flex: 1;
}
.single-brand-box li {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #2E364E;
	margin: 0;
	background: url(images/check-left-icon.svg) left 8px no-repeat;
	padding-left: 23px;
}
.start-month {
	font-family: 'helveticaregular';
	font-size: 14px;
	line-height: 150%;
	color: #424242;
	width: 100%;
	margin-bottom: 10px;
	margin-top: auto;
	flex: 1;
	display: flex;
	text-align: center;
	align-items: end;
	justify-content: center;
}
.single-brand-button {
	margin-top: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.single-brand-button a {
	background: #0077CC;
	border-radius: 6px;
	font-weight: 600;
	font-size: 14px;
	line-height: 135%;
	text-align: center;
	color: #FFFFFF;
	padding: 11px 20px;
	display: inline-block;
	width: 100%;
}
.single-brand-box:hover {
	border: 1px solid #0077CC;
	background: #F1F5FF;
}
.single-brand-box:hover .single-toppic span {
	background: #1C2642;
	color: #fff;
}
.single-brand-box:hover .single-toppic span::before {
	border-top: 6px solid #C4C4C4;
}
.single-brand-box:hover .single-toppic span::after {
	border-bottom: 22px solid #1C2642;
}

.single-brand-sec-layout-one .single-brand-box {
	padding-top: 9px;
}
.single-brand-sec-layout-one .single-brand-box-logo img {
	max-width: 115px;
}
.single-brand-sec-layout-one .single-brand-box-logo {
	margin-bottom: 5px;
}
.single-brand-sec-layout-one .single-toppic span {
	top: -5px;
}
/*Single-End*/

/*brand-layout-css-End*/

/*thumbnail-slidercss*/

.global-images-slidercl .lSAction > a {
	width: 56px;
	display: block;
	top: 50%;
	height: 56px;
	background-image: url('images/left-btn.svg');
	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;
}
.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: 4px solid #E25C5C;
}
.lSSlideOuter .lSPager.lSGallery img {
	border-radius: 0;
}


/*thumbnail-slidercss-end*/


.entry-content {
	padding-left: 0;
	padding-right: 0;
	font-family: 'helveticaregular';
    font-size: 17px;
    line-height: 160%;
    color: #2E364E;
}

/*dictionary css*/

.dictionary-gradient {
	background: #F1F5FF;
	display: inline-block;
	width: 100%;
	padding: 50px 0 50px;
}
.dictionary-top-logo {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.dictionary-top-logo img {
	max-width: 185px;
}
.dictionary-from {
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 0;
}
.dictionary-from .dictionary-search {
	max-width: 550px;
	margin-top: 18px;
	margin-bottom: 30px;
}
.dictionary-gradient h4 {
	padding: 0;
	margin-bottom: 7px;
}
.dictionary-listcl {
	padding: 0;
}
.dictionary-listcl.dictionary-list-banner li {
	width: 24%;
}
.dictionary-listcl.dictionary-list-banner li:nth-child(2n) {
	margin-right: 15px;
}
.dictionary-listcl.dictionary-list-banner li:nth-child(4n) {
	margin-right: 0;
}
.dictionary-gradient h4 img {
	width: 24px;
	margin-left: 8px;
}
.recently-terms {
	padding: 0;
	margin-top: 35px;
}
.jan-nav-terms-section {
	margin-top: 50px;
}
.jan-box-inner {
	background: #fff;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	padding: 30px 35px;
}
.jan-box-inner ul {
	display: flex;
	flex-direction: inherit;
	justify-content: space-between;
}
.jan-box-inner li {
	margin: 0;
}
.jan-box-inner a {
	font-family: 'helveticaregular';
	font-size: 14px;
	line-height: 150%;
	text-decoration-line: underline;
	color: #0077CC;
}
.nav-terms-sec {
	display: inline-block;
	width: 100%;
	margin-top: 35px;
	padding: 0;
	margin-bottom: 50px;
}
.navterms-inner1 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
}
.navterms-inner1 a {
	font-size: 16px;
	line-height: 150%;
	color: #0077CC;
	font-family: 'helveticaregular';
	border-bottom: 1px solid #E0E0E0;
	width: 24%;
	display: inline-block;
	padding: 9.5px 0;
	margin-right: 15px;
}
.navterms-inner1 a:nth-child(4n) {
	margin-right: 0;
}
.term-recently {
	margin-top: 50px;
}
.term-recently-left {
	display: inline-block;
	width: 100%;
	max-width: 66%;
	padding: 44px 15px;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	position: relative;
}
.term-day-top {
	font-weight: 600;
	font-size: 10px;
	line-height: 150%;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #1C2642;
	width: fit-content;
	padding: 4px 0px 4px 10px;
	left: -7px;
	position: absolute;
	top: 8px;
	margin-bottom: 4px;
}
.term-day-top::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid #C4C4C4;
	border-left: 6px solid transparent;
	position: absolute;
	left: 0px;
	top: 23px;
}
.term-day-top::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 23px solid #1C2642;
	border-right: 13px solid transparent;
	top: 0px;
	right: -13px;
}
.term-recently-left h2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	color: #1C2642;
	margin: 0 0 10px;
}
.term-recently-left h2 a {
	color: #1C2642;
}
.term-recently-left p {
	font-family: 'helveticaregular';
	font-size: 17px;
	line-height: 150%;
	color: #2E364E;
	margin: 0;
}
.view-fullterm a {
	font-family: 'helveticabold';
	font-size: 16px;
	line-height: 150%;
	color: #0077CC;
	background: url(images/plus.svg) left center no-repeat;
	padding-left: 25px;
}
.view-fullterm {
	margin-top: 7px;
}
.term-recently-right {
	padding: 0;
	width: 100%;
	max-width: calc(100% - 68%);
	margin-left: 15px;
}
.termrecently-box-inner {
	background: #F1F5FF;
	width: 100%;
	padding: 30px 15px;
	text-align: center;
}
.term-recently-inner {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 0;
}
.termrecently-box-inner h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	text-align: center;
	color: #1C2642;
	margin: 0 0 13px;
}
.termrecently-box-inner h4 span {
	color: #0077CC;
}
.termrecently-box-inner input {
	border: 1px solid #E8E8E8;
	border-radius: 2px;
	background: #fff;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #737373;
	padding: 11px 10px;
	font-family: 'helveticaregular';
}
.termrecently-box-inner p {
	margin: 15px 0 0;
	font-family: 'helveticaregular';
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	color: #757575;
}
.subscribe-button {
	margin-top: 15px;
}
.subscribe-button .wpcf7-submit {
	background: #E25C5C;
	border-radius: 6px;
	font-weight: 600;
	font-size: 16px;
	line-height: 135%;
	text-align: center;
	color: #FFFFFF;
	border: none;
}
.subscribe-button .wpcf7-spinner {
	display: none;
}
.jan-nav-terms .navbar-nav a {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-decoration-line: underline;
	color: #0077CC;
	padding: 0;
}
.jan-nav-terms .navbar-nav {
	flex-direction: row;
	justify-content: space-between;
}
#dictionaryTerms {
	margin-top: 35px;
}
.termListWrapper {
	padding: 0;
}
.termList li {
	list-style-type: none;
	float: left;
	width: 24%;
	max-width: 100%;
	border-bottom: 1px solid #E0E0E0;
	padding: 10px 0;
	margin: 0 15px 0 0px;
}
.termList li:nth-child(4n) {
	margin-right: 0;
}
.action-loadmoreterms {
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	font-size: 16px;
	line-height: 150%;
	color: #2E364E;
	display: inline-block;
	width: auto;
	padding: 9px 14px 9px 34px;
	font-family: 'helveticabold';
	background: url(images/plus-black.svg) 11px center no-repeat;
}
.explore_topics {
	margin-top: 45px;
	margin-bottom: 45px;
}
.termListWrapper ul {
	display: flex;
	flex-wrap: wrap;
}

.explore_topics-inner {
	padding: 0;
}
/*dictionary css-End*/

/*Article-topics*/

.article-topic-sec {
	margin-top: 45px;
}
.article-topic-inner {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.pills-topics-left {
	display: inline-block;
	width: 100%;
	max-width: 25.8%;
}
.pills-topics-right {
	display: inline-block;
	width: 100%;
	max-width: calc(100% - 34.8%);
	margin-left: 90px;
}
.pills-topics-left h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	color: #1C2642;
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 5px;
	margin: 0;
}
.pills-topics-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pills-topics-left .jan-nav-collapse-item > .jan-nav-collapse-item__link {
	position: relative;
	font-weight: 600;
	font-size: 16px;
	line-height: 135%;
	color: #1C2642;
	padding: 10px 0;
    width: 80%;
}
.pills-topics-left ul li {
    margin: 0;
    position: relative;
}
.collapsedowin {
    display: none;
}
.pills-topics-left ul.jan-list-arrow li a {
	position: relative;
	width: 100%;
	display: inline-block;
	padding: 6px 15px;
	color: #0077CC;
}
.pills-topics-left ul.jan-list-arrow li a:hover {
	background: #F1F5FF;
}
.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;
}
.plusicon {
	position: absolute;
	right: 0;
	top: 0;
}
.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.active_article_topics .plusicon::after {
	content: "";
	background: url(images/plus-black.svg) no-repeat center;
}
.pills-topics-left .jan-nav-collapse-item.active_article_topics .plusicon.on::after {
	content: "";
	background:url(images/close-icons.svg) no-repeat center;
}

.nav-item.jan-nav-collapse-item.active_p_cat  .collapsedowin {
    display: block;
}

.nav-item.jan-nav-collapse-item.active_article_topics .collapsedowin {
    display: block;
}
.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 .jan-list-arrow {
	padding-right: 0;
	margin-bottom: 20px;
}
.pills-topics-right h2 {
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #1C2642;
	margin-bottom: 20px;
}

.article-postrepeter .postrepeter-right h3 {
	font-size: 18px;
}
.article-postrepeter .author-postrepeter.author-top-post .postrepeter-right h3 {
	font-size: 22px;
}
.article-latest-sec .trending-news-inner .popular-headings {
	justify-content: space-between;
}
.article-latest-sec {
	padding-top: 40px;
	padding-bottom: 30px;
}
.dictionary-inner2 {
	padding: 0;
}
.popular-article-sec {
	margin-top: 40px;
	margin-bottom: 50px;
}
.article-topic-banner .dictionary-from .dictionary-search {
	margin-bottom: 0;
}
select.form-control {
	appearance: none;
	background-image: url(images/filter-drop-down.svg);
	background-position: calc(100% - 12px) center;
	background-size: 14px;
	background-repeat: no-repeat;
	padding: 7px 10px;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	font-weight: 600;
	font-size: 16px;
	line-height: 135%;
	color: #1C2642;
	height: 40px;
}

/*Article-topics-End*/

.su-table.su-table-responsive table th {
	text-align: left !important;
	padding: 10px 10px 10px 15px !important;
	font-size: 14px !important;
	font-weight:600 !important;
	color: #1C2642 !important;
	border: none !important;
	background: #E8F7F8 !important;
	font-family: 'Inter', sans-serif;
	
}
.su-table-alternate.su-table-responsive table tr:nth-child(2n) td {
	background-color: #fff !important;
}
.su-table.su-table-responsive table td {
	padding: 10px 10px 10px 15px !important;
	border: none !important;
	font-weight:normal !important;
	background: #fff !important;
	font-size: 17px;
	font-family: 'helveticaregular';
	text-align: left !important;
}

/*Casino bonuse CSS*/

.casino-bonuse-sec {
	padding: 0;
	width: 100%;
	display: inline-block;
	margin: 15px 0;
}
.casino-bonuse-inner {
	display: inline-block;
	width: 100%;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
}
.casino-bonuse-top {
	display: flex;
	flex-wrap: wrap;
	background: #E8F7F8;
	border-radius: 4px;
	align-items: end;
}
.casino-bonuse-head {
	font-family: 'helveticabold';
	font-size: 14px;
	line-height: 150%;
	color: #1C2642;
	padding: 8px 10px 8px 15px;
}
.casino-bonuse-head:nth-child(1), .casino-bonuse-head:nth-child(2) {
	width: 19%;
}
.casino-bonuse-head:nth-child(3), .casino-bonuse-head:nth-child(4), .casino-bonuse-head:nth-child(5) {
	width: 13%;
}
.casino-bonuse-head:nth-child(6) {
	width: 23%;
}
.bonuse-value-row {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #E0E0E0;
}
.bonuse-boost {
	font-size: 16px;
	line-height: 150%;
	color: #2E364E;
	font-family: 'helveticaregular';
	padding: 12px 0px 12px 15px;
}
.bonuse-boost:nth-child(1), .bonuse-boost:nth-child(2) {
	width: 19%;
}
.bonuse-boost:nth-child(3), .bonuse-boost:nth-child(4), .bonuse-boost:nth-child(5) {
	width: 13%;
}
.bonuse-boost:nth-child(6) {
	width: 23%;
	display: flex;
	flex-wrap: wrap;
	color: #757575;
}
.bonuse-value-row:last-child {
	border-bottom: none;
}
.bonuse-boost .campaign-list-item_coupon {
	width: 100%;
}

.bonuse-boost .coupon_code {
	border: none !important;
	width: 75% !important;
	font-family: 'helveticabold';
	font-size: 16px !important;
	color: #2E364E;
	padding: 0 !important;
	text-align: left !important;
	display: inline-block;
}
.bonuse-boost .country_code_right {
	background: transparent !important;
	position: relative !important;
	display: inline-block !important;
	height: auto !important;
	width: auto !important;
	padding: 0 !important;
}
.casino-bonuse-sec .bonuse-boost .coupon_code:hover {
	border: none !important;
}

/*Casino bonuse End*/


/*commericial-post*/

.commericial-post-outer .container {
	max-width: 860px;
}
.commericial-post-outer .sinlge-cont-top {
	max-width: 860px;
}
.su-note {
	background: transparent !important;
	border: none !important;
}
.su-note-inner {
	background: transparent !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.su-table-alternate table tr:nth-child(2n) td {
	background-color: transparent !important;
}
.casino-guide-sec {
	margin-top: 50px;
}
.casino-reviews-sec {
	margin-top: 40px;
}
.guide-lates-sec .hub-lates-news-inner {
	margin-bottom: 0;
	margin-top: 40px;
}
/*commericial-post-End*/

.might-also-like .latest-ans-inner2 {
	padding: 0 7px 15px;
}
.might-also-like {
	margin-top: 50px;
}
.latest-card-bottom {
	width: 100%;
	text-align: left;
	margin-top: auto;
}
.might-also-like-inner {
	padding: 0;
}

/*search-css*/

.dictionary_post_data a {
	background: none;
	padding: 0;
	line-height: 120%;
}
.dictionary_post_data {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dictionary_post_data li {
	background: url(images/search-home.svg) left 4px no-repeat;
	padding: 0 0 0 30px;
	background-size: 18px;
}
.dictionary_posts-li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.dictionary_posts-li span {
	width: 100%;
	display: inline-block;
	border: none;
	font-size: 16px;
	line-height: 150%;
	color: #1C2642;
	font-family: 'helveticaregular';
}
.dictionary_posts-li span a {
	color: #1C2642;
	font-family: 'helveticaregular';
}
.dictionary_posts-li a small {
	font-weight: 600;
	font-size: 12px;
	line-height: 110%;
	text-transform: uppercase;
	color: #737373;
	font-family: 'Inter', sans-serif;
}

/*search-css-End*/

/*guide-crypto*/

.guide-brand-inner {
	padding: 0;
	width: 100%;
	display: inline-block;
}
.guide-brand-sec {
	margin-top: 35px;
}
.cryguide-page-sec h4 {
	margin-top: 30px;
}
.cryguide-page-sec h5 {
	margin-top: 25px;
}
.cryguide-page-sec small {
	margin: auto;
	width: 100%;
	display: block;
	font-family: 'Arial';
	font-weight: 400;
	font-size: 10px;
	line-height: 120%;
	text-align: center;
	color: #757575;
}
hr {
	margin-top: 25px;
	margin-bottom: 35px;
	border: 0;
	opacity: 1;
	border-bottom: 4px solid #E8F7F8 !important;
}
.cryguide-page-sec .inContentProviderSingle {
	margin-bottom: 32px;
}
.cryguide-page-sec .sinlge-cont-top, .page-template-template-full-width .entry-meta.custom_author {
	margin-bottom: 0;
}
.update-news {
	background: #E25C5C;
	border-radius: 2px;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 1px 4px;
	margin-right: 4px;
}

/*guide-crypto-end*/

/*top-search*/

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

.search_result .search-list {
	padding: 16px;
}
.search-item {
	position: relative;
}
.search_result .search-item > a {
	display: flex;
	padding: 10px 35px 10px 10px;
	position: relative;
	flex-wrap: wrap;
	background-image: none;
	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;
}
.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% - 20px);
	padding-left: 15px;
	font-size: 16px;
	line-height: 150%;
	color: #1C2642;
	font-family: 'helveticaregular';
}
.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*/

.inContentProviderSingle.inContentColor--insidebitcoins.fc-row {
	margin-bottom: 30px;
}
.price-per-monthcl {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}
.price-per-monthcl ul {
	list-style: none !important;
	margin-bottom: 0;
	padding-left: 0 !important;
}
.price-per-monthcl li {
	background: url(images/check-left-icon.svg) left 7px no-repeat;
	padding-left: 24px;
}
.special-featurecl {
	display: inline-block;
	width: 100%;
}
.special-featurecl ul {
	list-style: none !important;
	margin-bottom: 0;
	padding-left: 0 !important;
}
.special-featurecl li {
	position: relative;
	padding-left: 15px;
}
.special-featurecl li::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 10px;
	background: #2E364E;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}

.page-template-guide-template .guide-page-sec .sinlge-cont-top .entry-title {
	display: block;
}
.bonuse-boost p {
	margin-bottom: 0;
	font-size: 16px;
	color: #2E364E;
}
.toppike-out {
	position: absolute;
}
.cat-term-sec {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin-top: 40px;
}
.cat-term-sec h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 135%;
	text-transform: capitalize;
	color: #1C2642;
	margin: 0px 0 8px;
}
.cat-term-sec h4 img {
	margin-left: 10px;
}
.defination-wrapper-inner {
	margin-bottom: 30px;
}
.defination-wrapper-inner ul {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	margin: 0;
	padding-left: 0;
}
.defination-wrapper-inner li {
	width: 24%;
	display: inline-block;
	border-bottom: 1px solid #07C;
	border-bottom-width: 1px;
	margin-right: 15px;
	margin-bottom: 0;
	padding: 9px 0 !important;
}
.defination-wrapper-inner li a {
	font-family: 'helveticaregular';
	font-size: 16px;
	line-height: 150%;
	color: #0077CC;
}
.diction-hun-sec .dictionary-top {
	margin-bottom: 35px;
}
.defination-wrapper-inner li:nth-child(4n) {
	margin-right: 0;
}
.que-heading {
	font-size: 14px;
	line-height: 150%;
	color: #1C2642;
	font-style: italic;
	margin-right: 10px;
	font-family: 'helveticaregular';
}
.article-related-sec .dictionary-listcl {
	max-width: 100%;
	overflow: inherit;
}
.article-related-sec .jan-sub-nav.list-group.list-group-flush {
	width: 100%;
}
.moretagarticles-button {
	text-align: center;
}
.moretagarticles-button .action-moretagarticles {
	color: #fff;
	text-decoration: none;
	background: #0077CC;
	border-radius: 6px;
	font-weight: 600;
	font-size: 14px;
	line-height: 135%;
	text-align: center;
	padding: 13px 20px;
	max-width: 190px;
	width: 100%;
	border: none;
}
.single-brand-box-logo img {
	max-width: 115px;
	height: 47px;
}
.search-loading {
	text-align: center;
}
.search-loading img {
	height: 40px;
}

.commericial-post-inner {
	padding: 0;
}
.toc-sticky__container li {
	background-image: none;
	padding-left: 0;
}
.show_moretoc {
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #0077CC;
	font-family: 'helveticabold';
	text-transform: capitalize;
	background: url(images/plus.svg) left 4px no-repeat;
	padding-left: 26px;
	float: left;
	margin-top: 8px;
	width: 100%;
	position: relative;
}
.show_moretoc::after {
	content: "";
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	width: 100%;
	height: 90px;
	left: 0;
	top: -88px;
	position: absolute;
}
.su-note-inner ol li {
	background-image: none;
	padding-left: 0;
}
#multiCollapse1 {
	margin: 0 !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.page-template-guide-template .container.bredcrumbset {
	max-width: 860px;
}

.guide-lates-sec .trending-text h5 {
	margin-bottom: 10px;
}
.guide-lates-sec .hub-trending-boxtwo .trending-text h5 {
	margin-bottom: 30px;
}

/*social media*/

.m-tooltip-socail-wrap {
	display: inline-block;
}
.social-sharing {
	display: flex;
	align-self: flex-start;
	position: relative;
}
.social-sharing-button {
    cursor: pointer;
    background: #F1F5FF;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    margin-left: 4px;
}
.social-sharing-button-icon {
	margin-right: 4px;
	display: inline-block;
}
.social-sharing-dropdown {
    width: 167px;
    z-index: 99;
    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(-40%, 0);
}
.social-sharing--opened .social-sharing-dropdown {
	display: block;
}
.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: #757575 !important;
}
.social-sharing-link span {
	font-family: 'Arial';
	font-weight: 400;
	font-size: 14px !important;
	line-height: 150%;
	color: #757575 !important;
	margin-bottom: 0;
	text-transform: capitalize;
}
.social-sharing-icon {
	height: 16px;
	width: auto;
	margin-right: 10px;
}
.social-sharing-link {
	color: #2A2A2A;
	font-size: 12px;
}
.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-icons {
	background: #E8F7F8;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	margin: 0 2px;
}
.bottom-share-socail-wrap .social-icons,.bottom-share-socail-wrap .social-sharing-button {
	width: auto;
	background: transparent;
	border-radius: 0;
}
.bottom-share-socail-wrap .social-sharing-dropdown {
	transform: translate(15%, 0);
	-webkit-transform: translate(15%, 0);
}

.page-template-custom-About .list-inline-item a {
	background: transparent;
}
/*social media-End*/

.ms-latestnews-second .trending-box-inner, .ms-latestnews-second-phase .trending-box-inner {
    margin-bottom: 20px;
}
.moretagarticles-button.ms-home-page-loadmore button, .moretagarticles-button.ms-home-page-loadmore.ms-load-more-ancher a {
	color: #fff;
	text-decoration: none;
	background: #fff url(images/plus-black.svg) 15px center no-repeat;
	border-radius: 4px;
	text-align: center;
	padding: 9px 20px 9px 40px;
	width: auto;
	border: none;
	display: inline-block;
	margin-top: 25px;
	color: #2E364E;
	font-size: 16px;
	font-weight: 700;
	line-height: 150%;
	border: 1px solid #E0E0E0;
}

.expert-box-inner .list-inline-item a {
	width: 25px;
	height: 25px;
	line-height: 25px;
}
.expert-box-inner .list-inline-item {
	margin: 0 3px 0 0;
}
.hub-top-picks-sec .home-right-innercl {
	margin-top: 0;
}

.ms-arhive-term {
	display: flex;
	flex-wrap: wrap;
}

.ms-arhive-term ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	margin-bottom: 0;
}
.ms-arhive-term li {
	margin: 0 7px 5px 0;
}
.ms-arhive-term a {
	border: 1px solid #0077CC;
	border-radius: 50px;
	font-weight: 600;
	font-size: 12px;
	line-height: 125%;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0077CC;
	padding: 7px 10px;
	font-family: 'Inter', sans-serif;
	display: inline-block;
}
.popular-cat-img img {
	max-width: 50px;
}


.all-guide-categories .jan-nav-collapse-item .plusicon::after {
	position: absolute;
	top: 14px;
	right: 10px;
	content: "";
	background: url(images/chevron-right.svg) no-repeat center !important;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 9;
}
.all-guide-categories .jan-nav-collapse-item a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: #E25C5C;
	width: 4px;
	height: 100%;
	cursor: pointer;
	z-index: 9;
	opacity:0;
	visibility:hidden;
}
.all-guide-categories .jan-nav-collapse-item a:hover::before {
	opacity:1;
	visibility:visible;
}
.all-guide-categories .jan-nav-collapse-item.active_article_topics a::before {
	opacity:1;
	visibility:visible;
}
.all-guide-categories .nav-item.jan-nav-collapse-item.active_article_topics a {
	background: #F1F5FF !important;
}
.all-guide-categories .jan-nav-collapse-item > .jan-nav-collapse-item__link {
	padding: 12px 0 12px 15px;
	width: 100%;
	font-family: Inter; 
}
.pills-topics-left .all-guide-categories {
	border-bottom: 1px solid #E8E8E8;
}
ul.all-guide-categories li a:hover {
	background: #F1F5FF;
}
.page-template-custom-all-guide .popular-article-sec,.page-template-custom-all-review .popular-article-sec {
	margin-bottom: 0;
}
.postrepeter-right h3 a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: auto;
}

.award-guide-sec {
	border-radius: 4px;
	background: #F1F5FF;
	display: inline-block;
	width: 100%;
	padding: 24px;
	margin-top: 30px;
}
.award-guide-sec .readers-outer {
	padding: 0;
}
.award-guide-sec .readers-outer h6 {
	color: #1C2642;
	text-align: center;
	font-size: 16px;
	font-family: Inter;
	font-weight: 600;
	line-height: 135%;
}
.award-guide-sec .readers-repeter {
	margin-right: 0;
	margin-bottom: 15px;
}
.award-guide-sec .readers-repeter-img {
	margin-right: 15px;
}
.award-guide-sec .readers-repeter span {
	font-size: 12px;
	color: #2E364E;
}
.award-guide-sec .readers-repeter-inner {
	margin-bottom: 10px;
}
.award-guide-sec .readers-outer p {
	font-size: 16px;
	text-align: left;
	color: #2E364E;
}
.award-guide-sec .explained-button a {
	border: 1px solid #9E9E9E;
	border-radius: 6px;
	font-size: 14px;
	color: #1C2642;
	max-width: 100%;
	padding: 11px 10px;
}
.article-topic-sec.guide-article-sec {
	margin-top: 25px;
}
.award-guide-toggle{
	display:none;
}
.pagination-wrapper.section-inner.mobile-pagination {
	display: none;
}
.author-left-top .list-inline-item {
	display: inline-block;
	background: #F1F5FF !important;
	padding-left: 0 !important;
	border-radius: 50%;
}
.author-left-top .list-inline-item a {
	line-height: 34px;
}

.search-results .pagination-wrapper.section-inner {
    max-width: 100%;
}
.su-table tr li {
	background: transparent;
	padding-left: 0;
}
.su-table tr ul {
	margin: 0;
}
.su-table tr:first-child td b {
	font-weight: normal;
}

/*Author-new-design*/

.author-guide-sec {
	margin-top: 40px;
	position:relative;
}
.author-guide-trending {
	padding: 0;
}
.dictionary-author-sec {
	background: #F1F5FF;
	margin-top: 40px;
	padding: 50px 0;
}
.dictionary-author-sec .tech-heading {
	margin-bottom: 30px;
	text-align: center;
}
.author-ans-sec {
	margin-top: 40px;
}

.author-guide-sec::before {
	content: "";
	position: absolute;
	left: 150px;
	width: 300px;
	height: 120px;
	background: url(images/about-banner-left.png) center top no-repeat;
	top: -40px;
	z-index: -1;
}

.dictionary-author-sec .fullanswer-button {
	margin-top: 40px;
	margin-bottom:0px;
}
.author-all-button {
	display: none;
}

/* Author-new-design-End*/

#sidebar-wrapper .latest-ans-card {
	background-color: #F1F5FF;
}
.explore_topics .latest-ans-card {
	background-color: #F1F5FF;
}
.about-acquiring-section {
	margin-top: 40px;
}
.archive-header-banner .archive-title {
	color: #fff;
}
.breadcrumb-item.pb-2 a {
    text-transform: capitalize;
}
.popular-wrappercl {
	text-align: left;
}
.latestnews-second-sec .trending-box-inner:nth-child(4) {
    margin-right: 0;
}
.review-cat a {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 110%;
	text-transform: uppercase;
	color: #0070e0;
}
#breadcrumb a {
	text-decoration: underline;
}
.article-questions li:last-child {
	border-bottom: none;
}
.latestnews-second-sec.ms-latestnews-second-phase {
    margin-top: 0;
}

.explore_topics-inner .popular-headings {
	margin-bottom: 15px;
}

.su-note .su-row {
    margin-top: 0;
}

.page-template-Guide-Crypto-template .container.bredcrumbset,.page-template-Master-commercial-template .container.bredcrumbset {
	max-width: 860px;
}

.page-template-custom-all-guide .bredcrumbset,.page-template-all-guide-review-Subpage .bredcrumbset {
	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-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 > .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;
}

.campaign-compact-table__offer-key-features ul {
	padding-left: 0 !important;
}

.related-author {
	font-size: 13px;
}

.page-template-template-Main-definition .container.bredcrumbset, .page-template-custom-article-topics .container.bredcrumbset {
	display: none;
}

.bottom-share-socail-wrap .social-sharing .social-icons img {
	height: 45px;
}


/*Review-hub-Template-CSS*/

.hub-banner-feature ul {	
	padding-left: 0;
}
.review-temp-sec {
	margin-top: 45px;
}
.review-dictionary-sec,.review-ans-sec,.review-temp-sec {
	margin-top: 50px;
} 
.page-template-Review-hub-template .dictionary-search input {
	font-size: 18px;
}
.popular-wrappercl .cat-namecl {
	color: #07C;
	font-size: 12px;
	font-weight: 600;
	line-height: 110%;
	text-transform: uppercase;
	font-family: 'Inter', sans-serif;
}
.latest-ans-inner2.sec1 {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 15px;
}

/*Review-hub-Template-CSS-End*/

b, strong {
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

* {
	-webkit-font-smoothing: antialiased ;
	font-smooth: auto;
}

.inContentProviderSingle {
	margin-bottom: 20px;
}

/*jobbioapp Sidebar Css*/

.jobbioapp .v1_6 .top-s {
	padding: 0 0 10px 0 !important;
	margin: 0 !important;
	font-size: 15px !important;
	color: #2E364E !important;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.jobbioapp .v1_6 .top-s a {
	text-indent: 0 !important;
	position: relative;
	right: 0;
	top: calc(50% - 11px);
	background: transparent !important;
	text-align: right;
	font-weight: 500;
}
.jobbioapp .v1_6 .list {
	padding: 0 0 0px !important;
}
.jobbioapp {
	padding-bottom: 0px;
}
.jobbioapp .v1_6.type-2 .item:not(:last-child) {
	margin-bottom: 10px !important;
}
.jobbioapp.resolution-1 .side-bar .item {
	padding: 10px 30px 10px 10px !important;
}

.jobbioapp.resolution-1 .side-bar .item .img {
	width: 80px !important;
	height: 100% !important;
	top: 0px !important;
	left: 0px !important;
	border-radius: 8px !important;
	position: absolute !important;
	background-size: cover !important;
}
.jobbioapp .v1_6 .mt2 {
	font-size: 15px;
	line-height: 22px;
}
.jobbioapp .v1_6 .ellipsis-1, .jobbioapp .v1_6 .ellipsis-2 {
	padding-left: 0px !important;
}
.jobbioapp .v1_6 .mt3 {
	font-size: 13px !important;
	line-height: 19px !important;
}
.jobbioapp .v1_6 .more {
	display: none;
}
.jobbioapp .v1_6.type-2.by-1:nth-child(2) {
	display: none;
}

/*jobbioapp Sidebar Css-end*/

.pagescl-outer ul.c-campaign__features li {
	background: transparent;
	padding-left: 0;
}
.reviewedcl a {
    padding-bottom: 0;
}
.campaign-shortcode-table_filter-list-item {
	padding: 7px 12px !important;
	background-image: none !important;
}
.list_how_to__list_wrapper ol {
	text-indent: 0;
	padding-left: 0;
}

.terms-page-outer .list_how_to__list_wrapper ol {
	text-indent: 0;
	padding-left: 0;
}
.global_key_disclaimer {
    padding: 10px;
    background: #eee;
    margin-bottom: 0;
}
.global_key_disclaimer p {
	margin-bottom: 0;
	font-size: 12px;
}
.pagescl-outer  .article-related-sec li {
    padding-left: 0;
    background: transparent;
}
.page-template-template-full-width .container.bredcrumbset, .page-template-default .container.bredcrumbset {
	max-width: 860px;
}
.campaign-shortcode_desktop-select-window {
	color: #1C2642 !important;
	position: relative;
	background: #F5F4FF;
}
.campaign-shortcode_desktop-select-window::after {
	position: absolute;
	right: 14px;
	top: 0;
	content: '\f107';
	font-family: FontAwesome;
	font-size: 19px;
}
.campaign-shortcode-table_sort-mobile-select, .campaign-shortcode_tags_select {
	color: #1C2642;
	background: #F5F4FF;
}

.su-spoiler-style-fancy > .su-spoiler-title {
	background: #F1F5FF !important;
	border-radius: 6px !important;
}
.su-spoiler-style-fancy {
	border-radius: 6px !important;
}

.su-spoiler-icon-arrow-circle-1.su-spoiler-closed .su-spoiler-icon::before {
	content: '\f107' !important;
	font-family: FontAwesome;
	transition: all .5s ease-out;
	position: relative;
	font-size: 18px;
}
.su-spoiler-icon-arrow-circle-1 .su-spoiler-icon::before {
	content: '\f107' !important;
	font-size: 18px;
}
.su-spoiler-icon-arrow-circle-1.su-spoiler-closed .su-spoiler-icon {
	transform: rotate(0deg);
}
.su-spoiler-icon-arrow-circle-1 .su-spoiler-icon {
	transform: rotate(180deg);
}

.su-tabs {
	background: #F1F5FF !important;
}
.su-tabs-nav span:focus {
	outline: none !important;
}

.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='%230077cc'/%3E%3C/svg%3E%0A") no-repeat center !important;
	color: #fff !important;
}

.recommended-offers-widget_link-section {
	background-color: #07C !important;
}

.guide-brand-con {
    max-width: 860px;
    margin: auto;
}
.page-template-Master-commercial-template .share-sec-tags {
    border-top: none;
    padding-top: 0;
}
.post-inner {
	margin-bottom: 30px;
	margin-top: 10px;
}
.post-inner.thin {
	margin-top: 0;
}

.verdict-outer {
	display: inline-block;
	width: 100%;
	margin: 0px 0 32px;
}
.verdict-inner {
    background: #F1F5FF;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    padding: 15px 24px 24px;
}
.verdict-box-heading {
    left: -29px;
}
.verdict-inner h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 135%;
    margin: 0 0 10px;
}
.verdict-inn-sec {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
}
.verdict-box-left {
    display: inline-block;
    width: calc(100% - 214px);
    padding-right: 24px;
}
.verdict-box-right {
	display: flex;
	vertical-align: top;
	width: 214px;
	border-radius: 2px;
	background: #fff;
	padding: 15px;
	line-height: 18px;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.verdict-rating-text {
    color: #1C2642;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    font-family: 'Inter', sans-serif;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
}
.verdict-box-left p {
    font-size: 16px;
}
.verdict-inner2 {
	display: flex;
	width: 100%;
	margin-top: 15px;
	flex-wrap: wrap;
}
.try-verdict-button {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.verdict-inner-pros, .verdict-inner-cons {
    width: 50%;
    display: inline-block;
    padding-right: 20px;
}
.verdict-inner-cons {
    padding-left: 20px;
	padding-right: 0;
}
.verdict-inner2 h3 {
	color: #1C2642;
	font-size: 16px;
	font-weight: 600;
	line-height: 135%;
	margin-bottom: 10px;
	background: #F1F5FF;
	border-radius: 4px;
	padding: 15px 15px 15px 0;
}

.verdict-inner-pros h3::after {
	content: "";
	position: absolute;
	right: auto;
	width: 24px;
	height: 27px;
	margin-left: 8px;
	background-image: url(images/pros.svg);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 24px;
}

.verdict-inner-cons h3::after {
	content: "";
	position: absolute;
	right: auto;
	width: 24px;
	height: 27px;
	margin-left: 8px;
	background-image: url(images/cons.svg);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 24px;
}

.verdict-inner2 ul li {
    position: relative;
    margin: 0;
    padding: 0 0 5px 24px;
    list-style-type: none;
    font-family: 'helveticaregular';
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #2E364E;
}
.verdict-inner2 ul {
    padding-left: 0;
    list-style: none;
}
.verdict-inner-pros li {
    background: url(images/pros-check-icon.svg) left 5px no-repeat;
}

.verdict-inner-cons li {
	background: url(images/cons-close-icon.svg) left 5px no-repeat;
}
.try-verdict-button a {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 135%;
    border-radius: 6px;
    background: #07C;
    padding: 13px 40px;
    display: inline-block;
}
.verdict-box-right .tech-rating {
	color: #1C2642;
	font-size: 10px;
	font-weight: 600;
	line-height: 100%;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-family: 'Inter', sans-serif;
}
.verdict-box-rating {
    background: url(images/star-img.svg) left 100% repeat-x;
    width: 80px;
    display: inline-block;
}
.verdictrating--star {
    background: url(images/star-img.svg) left top repeat-x;
    display: block;
    height: 16px;
    background-position: 0 -9%;
}
.verdict-rating-img {
	height: 87px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 10px;
}
.verdict-rating-sec {
	text-align: left;
}
.popular-categorie-inner .popular-headings {
    font-size: 20px;
}


.page-template-template-Methodology .feature-section {
  padding-bottom: 45px;
}

.expert-team-section.methodology_sec {
    background: #F1F5FF;
    padding: 15px 24px 24px;
    margin-bottom: 20px;
}
.expert-team-section.methodology_sec .expert-count-rep {
    padding-bottom: 20px;
	width: 25%;
    text-align: center;
}

.expert-team-section.methodology_sec .expert-count-rep .count {
    text-align: center;
}

.methodology_sec ul {
    margin-bottom: 0;
    width: 100%;
    padding-left: 0;
}
.methodology_sec li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    background: url(images/icon-check.svg) left 7px no-repeat;
    padding-left: 25px;
}

/*Custom Css*/

.parts_of_section .list-unstyled ul {
	list-style: none;
	padding-left: 0;
}
.parts_of_section .list-unstyled li {
	font-size: 14px;
}
.wp-caption {
	max-width: 100%;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	background: #46b450;
	color: #fff;
	width: fit-content;
}
.wpcf7 form .wpcf7-response-output {
	font-family: 'helveticaregular';
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	color: #757575;
	margin-left: 0;
}
div#onetrust-consent-sdk {
    display: none;
}
.table_content_inner td:nth-child(1) {
    width: 20% !important;
}
#wrapper-navbar.safebettingsitesMegaNav {
    height: 70px;
}
.page-template-template-Main-definition .container.bredcrumbset, .page-template-custom-article-topics .container.bredcrumbset {
	display: none;
}
.guide-page-sec .sinlge-cont-top .entry-title {
    display: block;
}
.reference-content-collapsible-heading h2,.reference-content-collapsible-heading h3,.reference-content-collapsible-heading h4,.reference-content-collapsible-heading h5{
    margin: 0 !important;
}



/*Coin Table Start*/
body.page-template-template-cover ol.breadcrumb {
    display: none;
}
.top-table-sec {
    margin-top: 20px;
}
.ico-list-section {
    background: #F1F5FF;
}
.ico-list-section .table-features {
    width: 100%;
    margin: 10px 0 10px;
}
.ico-list-inner h3 {
    color: #1C2642;
}
.tab-box button.active_tab {
    background-color: #07C !important;
}
.tab-box button:hover {
    background-color: #07C !important;
}
.table_content_inner th{
	background: #07C;
	padding: calc(0.5 * 15px);
}
.table_content_inner th:nth-child(7){
	border-radius:0;
}
.table_content_inner th:last-child{
	  border-radius: 0 4px 0 0;
}
.table_content_inner th:nth-child(8),
.table_content_inner td:nth-child(8){
	 padding-left:40px;
}
.table_content_inner td {
    font-size: 14px;
	line-height: 22px;
	padding: calc(0.5 * 15px);
	height:82px;
	word-break: break-word;
}
.table_content_inner tr:after {
    height: 82px;
}
.table_content_inner td img {
    margin-right: 8px;
}
.table_content_inner thead:before {
    opacity: 0;
	visibility:hidden;
}
.table_content_inner th:nth-child(1) {
    padding-left: 10px;
}
.table_content_inner td:nth-child(1) span {
    font-size: 15px;
}
.table_content_inner td:nth-child(1) {
    padding-left: 10px;
}
.table_content_inner td:nth-child(6) {
    padding-right: 10px;
}
.table_content_inner tbody .custome_order:after {
    border-color: #d0d8f9;
    background: #fff;
}
.table_content_inner  .toppike-out .top-pick::after {
    border-right-color: #fff;
}
.table_content_inner tbody tr:nth-child(1).custome_order:after {
    border: 2px solid #ffdea2;
    background: #fff9c5;
}
.table_content_inner tbody tr:nth-child(1).custome_order .top-pick::after {
    border-right-color:#fff9c5;
}
.table_content_inner td a.cta_ico_coin {
    background-color: #07C;
}
.table_content_inner td a.cta_ico_coin:hover {
    background: #E25C5C;
}
.table_content_inner .custome_order td {
    padding-top: 25px;
    padding-bottom:14px;
	height:110px;
}
.table_content_inner tbody .custome_order:after{
	height:110px;
}
.table_content_inner td.toppike-out{
    position: absolute;
    display: inline-block;
    left: -5px;
    margin-top: 0;
    padding: 0;
    border: none;
}
.table_content_inner .toppike-out .top-pick {
    display: inline-block;
    padding: 4px 20px 4px 13px;
    background: #E25C5C;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-radius: 0;
	
}
.table_content_inner .toppike-out .top-pick::before{
	opacity: 0;
    visibility: hidden;
}

span.cus_date_diff {
	display: block;
	width: 100%;
	color: #343e62;
	font-size: 14px;
}
.table_content_inner td:nth-child(4) {
	color: #978b8b;
	font-size: 13px;
}

.table_content_inner td:nth-child(4) img {
	margin-right: 8px;
	width: 34px;
	height: 34px;
}

.table_content_inner td:nth-child(4) br {
	display: none;
}

.table_content_inner td:nth-child(4) {
    width: 15%;
}
.table_content_inner td:nth-child(1) {
    width: 20% !important;
}

/* Crypto Brand Management css */

.cbm-presale-toplist__offer-purchase-methods ul li {
	background: transparent;
	padding-left: 0;
}
.cbm-presale-toplist__offer-cta-button {
	border-radius: 6px;
	background: #0077CC;
}
.cbm-presale-toplist__offer-cta-button {
	border-radius: 6px;
	background: #0077CC;
}
.cbm-presale-toplist__offer-cta-button:hover {
	background: #0665A8;
}
.cbm-presale-toplist__date-body, .cbm-presale-toplist__meta-body {
	background: #F1F5FF;
}
.cbm-presale-toplist__offer::before {
	background: #F1F5FF;
}
.cbm-presale-toplist__offer-pros ul li {
	-webkit-filter: hue-rotate(-152deg) saturate(100);
	filter: hue-rotate(-152deg) saturate(100);
}
.campaign-shortcode_desktop-select-window.custom-select-background {
    background: #F5F4FF;
}

.campaign-list-item__features-flex-list li {
	background: #EDFFF5 !important;
}

/* Crypto Brand Management css End*/



.su-table-fixed table {
	table-layout: auto !important;
}
.su-highlight {
	display: inline-block !important;
	padding: 0 16px !important;
	background: #F1F5FF;
	color: #2E364E;
	width: 100% !important;
	margin-bottom: 30px;
}
.su-highlight p:empty {
	display: none;
}
.su-note-inner {
	background: #F1F5FF !important;
	padding: 1em !important;
}

.su-table.su-table-responsive table th {
	background: #F1F5FF !important;
}
.su-table tr:first-child td {
	background: transparent !important;
}

.terms-page-outer .list_how_to__list_wrapper ol {
	text-indent: 0;
	padding-left: 0;
}
.su-table {
	overflow: auto;
}

.techo-target {
	text-align: center;
}


/*Custom Css End*/




@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__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*/

.compare-bookies__wrapper *,
.campaign-shortcode-table  *,
.top-5-offers__wrapper *,
.compare-bookies__wrapper *,
.campaign-compare-view-shortcode *,
.campaign-full-width-shortcode-wrapper *,
.recommended-offers-widget *,
.campaign-sidebar-shortcode{
	word-break: normal !important;
}

.sport_redesign.campaign-list-item:not(.brand_table_custom_cl) {
	padding: 0;
}

.cbm-presale-toplist__offer-pros ul {
	padding-left: 0;
}


@media screen and (min-width:992px) {

.sinlge-cont-left .campaign-list-item__grid {
	grid-template-columns: 100px 280px 117px 150px;
	grid-template-areas: "logo offer rating cta" "regulator key-features methods methods";
}

.sinlge-cont-left .campaign-list-item.sport_redesign {
	margin: 12px auto;
}

.sinlge-cont-left .campaign-list-item__main-section{
	padding: 0 24px 20px 24px;
}

.sinlge-cont-left .campaign-list-item__coupon-in-offer-section {
	display: block;
}

.sinlge-cont-left .campaign-list-item__coupon-section {
	display: none;
}

.sinlge-cont-left .campaign-list-item__coupon-wrapper {
	flex-flow: row;
	max-width: fit-content;
	height: 24px;
}

.sinlge-cont-left .campaign-list-item__coupon-cta-text {
	line-height: 22px;
	width: auto;
	height: 22px;
	padding: 0 6px;
}

.sinlge-cont-left .campaign-list-item__coupon {
	line-height: 22px;
	height: 22px;
}

.sinlge-cont-left .campaign-list-item__coupon span{
	max-width: 150px;
}

.sinlge-cont-left .coupon_copied .campaign-list-item__coupon-copied-text {
	line-height: 22px;
	height: 22px;
	padding-right: 10px;
}


.sinlge-cont-left .campaign-list-item__rating-by-slim {
	display: initial;
}

.sinlge-cont-left .campaign-list-item__rating-by {
	display: none;
}

.sinlge-cont-left .campaign-list-item__show-more-btn {
	right: -23px;
}

.sinlge-cont-left .top-5-offers__card {
	flex-basis: calc(100% / 2 - (16px * 2 / 3));
}
/* .sinlge-cont-left .campaign-list-item:not(.brand_table_custom_cl) {
	padding: 0;
}
 */
.campaign-list-item__offer {
	font-weight: normal;
}	

.page-template-default .campaign-list-item__grid, .campaign-shortcode-table.no-full-width .campaign-list-item__grid, .page-template-2021-review-layout .campaign-list-item__grid {
	grid-template-columns: 100px 265px 117px 150px !important;
}
	
}

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

.sinlge-cont-left .campaign-list-item__grid {
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: 87px 16px 47px 1fr;
	grid-template-rows: auto auto auto auto auto auto auto;
	gap: 0 0;
	grid-template-areas:
"logo . rating rating"
"offer offer offer offer"
"key-features key-features key-features key-features"
"methods methods methods methods"
"regulator regulator regulator regulator"
"show-more show-more show-more code"
"cta cta cta cta";
}

.sinlge-cont-left .campaign-list-item__show-more-btn {
	position: initial;
	grid-area: show-more;
}

.sinlge-cont-left .campaign-list-item__main-section {
	padding: 0 20px 20px 20px;
}

.sinlge-cont-left .campaign-list-item__highlighted-label {
	left: -20px;
}

.sinlge-cont-left .campaign-list-item__logo-section {
	margin-bottom: 30px;
}

.sinlge-cont-left .campaign-list-item__brand-name {
	position: absolute;
}

.sinlge-cont-left .campaign-list-item__logo-wrapper {
	width: 87px;
	height: 42px;
}

.sinlge-cont-left .campaign-list-item__offer {
	margin-bottom: 6px;
}

.sinlge-cont-left .campaign-list-item__offer-section {
	margin-bottom: 16px;
}

.sinlge-cont-left .campaign-list-item__only_on_tooltip {
	left: -10px;
	width: 140px;
}

.sinlge-cont-left .campaign-list-item__coupon-section {
	justify-self: end;
}

.sinlge-cont-left .campaign-list-item__coupon-wrapper {
	height: 30px;
	margin-bottom: 14px;
}

.sinlge-cont-left .campaign-list-item__coupon-cta-text {
	display: none;
}

.sinlge-cont-left .campaign-list-item__coupon {
	line-height: 28px;
	height: 28px;
}

.sinlge-cont-left .campaign-list-item__coupon-tooltip {
	display: none !important;
}

.sinlge-cont-left .coupon_copied .campaign-list-item__coupon-copied-text {
	line-height: 28px;
	height: 28px;
	padding-right: 10px;
}

.sinlge-cont-left .campaign-list-item__regulator-section {
	margin-bottom: 5px;
}

.sinlge-cont-left .campaign-list-item__regulator-section p,
.sinlge-cont-left .campaign-list-item__regulator-section a {
	position: relative;
	left: -3px;
	display: inline-block;
	margin: 0 3px !important;
}

.sinlge-cont-left .campaign-list-item__features-section {
	margin-bottom: 16px;
}

.sinlge-cont-left .campaign-list-item__features-flex-list {
	max-height: unset;
}

.sinlge-cont-left .campaign-list-item__features-flex-list li {
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	border-radius: 10px;
}

.sinlge-cont-left .campaign-list-item__features-flex-list li strong {
	font-size: 12px;
}

.sinlge-cont-left .campaign-list-item__show-more-payments.show-more-payments-mobile {
	display: block;
}

.sinlge-cont-left .campaign-list-item__show-more-payments:not(.show-more-payments-mobile),
.sinlge-cont-left .campaign-list-item__payment-logo-hidden-mobile {
	display: none;
}

.sinlge-cont-left .campaign-list-item__all-payments-shown .campaign-list-item__payment-logo-hidden-mobile {
	display: initial;
}

.sinlge-cont-left .campaign-list-item__deposit-section {
	margin-bottom: 16px;
}

.sinlge-cont-left .campaign-list-item__rating {
	font-size: 18px;
	line-height: 20px;
	height: 20px;
}

.sinlge-cont-left .campaign-list-item__rating span {
	font-size: 12px;
}

.sinlge-cont-left .campaign-list-item__rating-section {
	justify-self: flex-end;
}

.sinlge-cont-left .campaign-list-item__rating-first-row {
	justify-content: flex-end;
}

.sinlge-cont-left .campaign-list-item__cta-section {
	position: relative;
}

.sinlge-cont-left .coupon_copied .campaign-list-item__cta-button-tooltip {
	font-size: 10px;
	line-height: 12px;
	position: absolute;
	z-index: 9999;
	top: calc(100% + 7px);
	left: calc(50% - 85px);
	display: block;
	width: 170px;
	padding: 10px;
	color: #FFFFFF;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.8);
}

.sinlge-cont-left .campaign-list-item__show-more-btn {
	line-height: 30px;
	position: static;
	width: fit-content;
	height: 30px;
	margin-bottom: 12px;
	padding-right: 16px;
	cursor: pointer;
	background: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.66675L5 5.66675L9 1.66675' stroke='%231C2642' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ") right center no-repeat;
}

.sinlge-cont-left .campaign-list-item__show-more-string,
.sinlge-cont-left .campaign-list-item__show-less-string {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	color: var(--text-and-icon-very-dark, #1C2642);
}

.sinlge-cont-left .campaign-list-item__show-more-string {
	display: inline;
}

.sinlge-cont-left .show_metadata_section .campaign-list-item__show-more-string {
	display: none;
}

.sinlge-cont-left .show_metadata_section .campaign-list-item__show-less-string {
	display: inline;
}

.sinlge-cont-left .show_metadata_section .campaign-list-item__show-more-btn {
	transform: none;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5.33325L5 1.33325L1 5.33325' stroke='%231C2642' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}

.sinlge-cont-left .after-cta-clicking-popup__close-btn {
	top: 50px;
	right: 15px;
}

.sinlge-cont-left .after-cta-clicking-popup__inner {
	top: 85px;
	left: 10%;
	width: 80%;
	max-height: calc(100vh - 100px);
	padding: 10px;
}

.sinlge-cont-left .after-cta-clicking-popup__image,
.sinlge-cont-left .after-cta-clicking-popup__image img {
	width: 100px;
	max-height: 100px;
	margin-bottom: 10px;
}

.sinlge-cont-left .after-cta-clicking-popup__title {
	font-size: 20px;
}

.sinlge-cont-left .after-cta-clicking-popup__content {
	width: 100%;	
}
.sinlge-cont-left .campaign-list-item__coupon-in-offer-section {
	display: none;
}
.sinlge-cont-left .campaign-list-item__coupon-section {
	display: block;
}


}



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

.campaign-shortcode__compare-view__row-data {
	max-width: 70px;
}

}


/*Brand Plugin Css End*/

.methodology_sec .expert-top-text {
    max-width: 100%;
}

.page-template-template-Methodology .container.bredcrumbset {
	max-width: 860px;
}

.page-template-template-Methodology #site-content {
	margin-top: 25px;
}


/*wn-shortcodes Start*/

#site-content .list_how_to__title {
	font-size: 24px !important;
	font-weight: 600 !important;
	color: #1C2642;
	font-family: 'Inter', sans-serif !important;
}
#site-content .list_how_to__item_title {
	font-weight: 600 !important;
	font-size: 22px !important;
	color: #1A1D25 !important;
	font-family: 'Inter', sans-serif !important;
}
#site-content .list_how_to__item_text {
	font-family: 'helveticaregular';
	font-size: 17px;
	line-height: 24px;
	color: #2E364E;
}

/*wn-shortcodes End*/


/* New Home page filter layout */

.new_filter_sec {
	display: inline-block;
	width: calc(100% - 196px);
	margin-bottom: 0;
	padding-left: 24px;
}

.new_filter_sec ul {
	display: flex;
	list-style: none;
	padding: 0;
	gap: 0 2px;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.new_filter_sec li {
	color: #07C;
	text-align: center;
	font-family: Inter;
	font-size: 14.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-transform: capitalize;
	margin-bottom: 0;
	display: inline-block;
}
.new_filter_sec li a {
    color: #07C;
}
.new_filter_sec li.filter_active a {
	border-color: #07C;
	background: #F1F5FF;
}
.new_filter_sec li a.filter_active {
	font-weight: 600;
	border-color: #07C;
	background: #F1F5FF;
}
.new_filter_sec li a {
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 5px 12px 4px;
    display: block;
}
.show-all-button.show-all-for-desktop {
    margin-top: 2px;
}
li.more_btn_cat_filter {
    cursor: pointer;
    vertical-align: middle;
    line-height: 31px;
    padding-left: 13px;
}
li.more_btn_cat_filter span::after {
	content: '\f107';
	font-family: FontAwesome;
	margin-left: 0.35714rem;
	transition: all .5s ease-out;
	position: relative;
	font-size: 18px;
	top: 2px;
}
.more_btn_cat_filter.more_btn_active span::after {
	content: "\f106";
}
.page-template-New_Flexible_Page_Content .container {
	max-width: 1320px;
	margin: auto;
}
.page-template-New_Flexible_Page_Content .header_wrapper .header_container {
	padding: 0;
}
.page-template-New_Flexible_Page_Content .bredcrumbset{
	display:none;
}
#news-loader-data{
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
#news-loader-data::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.news-loader-int {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.more_cat_filter {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}
.more_cat_filter li {
    padding-right: 0;
    display: inline-block;
}
.more_cat_filter_show{
	display:block !important;
}
.top-latest-fature-section .trending-box-inner {
	width: 19%;
	margin-right: 0;
	background: #F1F5FF;
	border-radius: 0 0 4px 4px;
}
.top-latest-fature-section .latestnews-second-sec {
	gap: 15px;
	margin-top: 0;
}
.top-latest-fature-section .trending-text {
	padding: 10px 24px;
	margin-top: 0;
}
.top-latest-fature-section .trending-text h5 {
	min-height: 65px;
	-webkit-line-clamp: 3;
	margin-bottom: 4px;
}
.new_filter_data .latest-news-iiner2 {
	gap: 0px 15px;
	width: 100%;
}
.new_filter_data .homepage-right {
	width: 20.8%;
	padding-left: 0;
}
.new_filter_data .homepage-left {
	max-width: 77.9%;
	width: 100%;
}

.new_filter_data .homepage-left .homepage-left-inner {
	display: flex;
	flex-wrap: wrap;
	margin-right: 0;
}
.homepage-left-img {
	width: 567px;
	display: inline-block;
}
.new_filter_data .homepage-left .card-img-overlay {
	width: calc(100% - 567px);
	padding: 24px;
    border-radius: 0 4px 4px 0px;
}
.new_filter_data .homepage-left-inner .jan-card__content {
	background: transparent;
	padding: 0;
	align-self: auto;
}
.page-template-New_Flexible_Page_Content .latest-home-block .homepage-left-inner h3 {
	font-size: 32px;
	margin-bottom: 8px;
	color: #1C2642 !important;
}
.tp-top-story {
	display: inline-block;
	width: auto;
	border: 1px solid #F1F5FF;
	margin-bottom: 15px;
}
.tp-top-story span {
	color: #1C2642;
	font-size: 16px;
	line-height: 135%;
	background: #F1F5FF;
	padding: 4px 8px 4px 8px;
	display: inline-block;
	font-weight: 600;
}
.tp-top-story img {
	padding: 0px 10px;
}
.new_filter_data .homepage-left-inner .cat-namecl {
	color: #07C;
	margin-bottom: 5px;
	display: block;
}
.new_filter_data .homepage-left .card-img {
	height: 100%;
}
.new_filter_data .author-name img {
	display: none;
}
.new_filter_data .author-name a {
	color: #757575;
}
.new_filter_data .homepage-left .post-timeing {
	color: #757575;
}
.new_filter_data .author-name {
	margin: 10px 0;
}
.new_filter_data .card-img-overlay p {
	color: #2E364E;
	font-size: 14.5px;
	font-weight: 400;
	line-height: 150%;
}
.new_filter_data .homepage-right li {
	width: 100%;
}
.new_filter_data .home-right-innercl h5 {
	font-size: 18px;
	width: 100%;
}
.latest-news-iiner2.new_filter_data {
	gap: 0 15px;
	padding: 0;
}
.new_filter_data .latestnews-second-sec {
	gap: 0 15px;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 15px;
}
.new_filter_data .trending-box-inner {
	width: 19%;
	margin-right: 0;
}
.new_filter_data .trending-text h5 {
	font-size: 18px;
	-webkit-line-clamp: 3;
}
.top-latest-fature-section .trending-img img {
	border-radius: 4px 4px 0px 0px;
}
.latest-news.latest-home-top {
	margin-bottom: 30px;
}
.latest-news.top-latest-fature-section {
	margin-bottom: 50px;
	padding-top: 10px;
}
.page-template-New_Flexible_Page_Content  .treanding-termcl li {
	font-size: 17px;
}
.latest-home-block .home-right-innercl {
	height: 50%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
	align-items: baseline;
	align-content: baseline;
}
.new_filter_data .home-right-innercl .author-name {
	margin-top: auto;
	margin-bottom: 0;
}
.new_filter_data .author-name {
	line-height: 150%;
}

.new_filter_data .post-timeing, .new_filter_data .post-expert {
	margin-top: auto;
}
.new_filter_outer .popular-headings,.top-latest-fature-section .popular-headings {
	font-size: 20px;
}
.new_filter_data .homepage-left-inner .jan-card__content > a:not(.stretched-link) {
    z-index: 9;
    position: relative;
}

.page-template-New_Flexible_Page_Content .popular-headings {
	font-size: 20px;
}
.page-template-New_Flexible_Page_Content .new-layout-latest-review .trending-box-inner {
	width: 24.1%;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
}
.page-template-New_Flexible_Page_Content .howto-new-layout .trending-box-inner {
	width: 19%;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
}
.page-template-New_Flexible_Page_Content .latest-ans-card {
	padding: 24px;
}
.page-template-New_Flexible_Page_Content .popular-wrappercl .card-text {
	color: #1C2642;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}
.page-template-New_Flexible_Page_Content .fullanswer-button {
	font-weight: 600;
	font-size: 14px;
}
.page-template-New_Flexible_Page_Content .trending-text h5 {
	margin-top: 6px;
	margin-bottom: 15px;
	font-size: 18px;
	min-height: 73px;
}
.page-template-New_Flexible_Page_Content .howto-new-layout .trending-text {
	margin-top: 0;
	padding: 15px 24px;
}
.page-template-New_Flexible_Page_Content .latest-ans-tab .latest-ans-card h4 {
	font-size: 22px;
}
.page-template-New_Flexible_Page_Content .trending-img img {
	border-radius: 4px 4px 0 0;
}
.page-template-New_Flexible_Page_Content .trending-box-inner .latest-author img {
	display: none;
}
.new-layout-latest-review .trending-box-inner .trending-text {
	margin-top: 0;
	padding: 15px 15px;
}
.howto-new-layout .trending-img {
	width: 100%;
	display: inline-block;
	height: 152px;
}
.new-layout-ans {
	padding-bottom: 50px;
}
.page-template-New_Flexible_Page_Content .award-section {
	padding: 0;
}

.new-layout-guide .trending-section {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.trending-box-inner.latest-guide-sec-newlayout {
	width: 39.4%;
}
.new-layout-guide .trending-img {
	height: 330px;
}
.new-layout-guide .trending-box-inner {
	position: relative;
	margin: 0;
}
.new-layout-guide .trending-text {
	position: absolute;
	bottom: 0;
	left: 0;
}
.new-layout-guide .trending-text {
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0px 0px 4px 4px;
	margin: 0;
	padding: 90px 24px 24px;
	background: linear-gradient(183deg, rgba(28, 38, 66, 0.00) 15.42%, #1C2642 62.42%);
}
.new-layout-guide .trending-text .review-cat a {
	color: #BDBDBD;
	font-size: 12px;
	text-transform: uppercase;
}
.new-layout-guide .trending-text h5 {
	color: #FFF;
	font-size: 26px;
	line-height: 135%;
	margin-bottom: 0;
	min-height: inherit;
}
.new-layout-guide .trending-text h5 a {
	color: #FFF;
}
.new-layout-guide .latest-card-bottom {
	display: none;
}
.trending-box-inner.latest-guide-sec-newlayout2 {
	width: 19%;
}
.new-layout-guide .latest-guide-sec-newlayout2 h5 {
	font-size: 18px;
}
.page-template-New_Flexible_Page_Content .new-layout-guide .trending-img img {
	border-radius: 4px;
}
.page-template-New_Flexible_Page_Content .popular-cat {
	width: 12.5%;
}
.new-layout-latest-review .trending-section {
	display: flex;
	flex-wrap: wrap;
}
.howto-new-layout .trending-section {
	display: flex;
	flex-wrap: wrap;
}
.new-layout-guide .review-cat {
	position: relative;
	padding-left: 10px;
}
.new-layout-guide .review-cat::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	display: inline-block;
	background: #0077CC;
}
.page-template-New_Flexible_Page_Content .trending-box-inner .latest-bottomcl {
	width: 100%;
}

.page-template-New_Flexible_Page_Content .readers-outer span {
	font-size: 26px;
}
.page-template-New_Flexible_Page_Content .readers-repeter span {
	font-weight: 600;
	font-size: 14px;
	font-family: 'Inter', sans-serif;
}
.page-template-New_Flexible_Page_Content .readers-outer p {
	font-size: 17px;
	font-family: 'Inter', sans-serif;
}
.page-template-New_Flexible_Page_Content .explained-button a {
	font-size: 17px;
}
.page-template-New_Flexible_Page_Content .readers-outer {
	padding: 0 18%;
}


/* New Home page filter layout End*/

.show-all-button.show-all-for-mobile {
    display: none;
}
.popular-new-int {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
}
.show-all-button.show-all-for-desktop a {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    color: #1C2642;
    background: url(images/show-all-right.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 33px;
}


/*New-header Css*/

.header_hamburger{
 display:none;	
}
.header-right {
	height: 100%;
	padding: 0;
	width: 66.66666667%;
}
.main-nav .navbar-nav {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.header-right li > a {
	letter-spacing: 0;
	border-bottom: none;
	position: relative;
	transition: all .5s ease-out;
	text-decoration: none;
	font-family: 'helveticabold';
	font-size: 16px;
	line-height: 150%;
	color: #1C2642;
	display: block;
	width: 100%;
	padding: 18px 9px 18px;
}
.header-right li:hover {
	background-color: #F1F5FF;
	color: #1C2642;
}
.header-right ul li {
	position: relative;
	display: inline-block;
	margin: 0;
	margin-left: 0px;
}
.sub-menu {
	position: absolute;
	left: 0;
	top: 60px;
	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: #F1F5FF;
	background-repeat: no-repeat;
	height: auto;
	max-height: max-content;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.04), 0px 8px 32px rgba(0, 0, 0, 0.1);
	width: 240px;
}
.header-right .sub-menu a {
	letter-spacing: 0;
	text-decoration: none ;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 150%;
	color: #1C2642;
	padding: 11px 36px 11px 16px;
	border-bottom: 1px solid #EBEFF2;
	width: 100%;
	display: inline-block;
	position: relative;
	font-family: 'helveticaregular';
	font-weight: normal;
}
.header-right .sub-menu li {
	padding: 0;
	width: 100%;
}
.header-right li > ul > ul {
	left: 100%;
	top: 0;
	background: #F1F5FF !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: 18px;
}
.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: 18px;
}
.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: #E25C5C;
	width: 4px;
	opacity: 0;
	visibility: hidden;	
}
.header-right ul.sub-menu > li:hover > a::before {
	opacity: 1;
	visibility: visible;
}
.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: #1C2642;
	padding: 11px 36px 11px 16px;
	border-bottom: 1px solid #EBEFF2;
	width: 100%;
	display: inline-block;
	position: relative;
	font-family: 'helveticaregular';
	font-weight: normal;
}
.header-right ul li a:hover {
	background-color: #EBEFF2;
	font-weight: 400;
}
.header_buttons {
	padding: 0 !important;
	outline: none !important;
	text-decoration: none !important;
	border: none;
	margin-left: 25px;
	vertical-align: top;
}
.header_search {
	align-content: center;
	align-items: center;
	display: flex;
	justify-content: end;
	width: 16.66666667%;
}
.search-bar-wrapper.wrapper-top-search {
	height: auto;
	background: #fff;
	padding: 0 !important;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}
.header_logo {
	align-content: center;
	align-items: center;
	display: flex;
	padding-left: 0;
}
.wrapper-top-search .input-bar-wrapper {
	background: #fff;
	padding: 26px 0;
	text-align: center;
}
.input-bar-wrapper-inner {
	display: inline-block;
	width: 100%;
	max-width: 570px;
	position: relative;
}
.wrapper-top-search .input-bar-wrapper-second {
	padding: 0 !important;
	display: inline-block;
	width: 100%;
}
.wrapper-top-search #search-input {
	padding: 0 15px 0 50px !important;
	height: 52px;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	width: 100%;
	font-family: 'helveticaregular';
	font-size: 18px;
	line-height: 160%;
	color: #737373;
	background: url(images/search-top.svg) 17px center no-repeat;
	font-weight: normal;
	background-size: 22px;
	outline: none;
}
.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;
}
.header-right ul li ul li {
	position: unset;
}
.header .fin-country-dropdown {
	display: inline-block;
	padding-left: 0;
	width: 24px;
	position: relative;
}
.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-family: 'helveticaregular';
	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;
}
.header-right li > .sub-menu .sub-menu a {
	border-bottom: none;
}

.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: #E25C5C;
	height: 4px;
	width: 100%;
	opacity: 1;
    visibility: visible;
}
.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: #E25C5C;
    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: #EBEFF2;
}
.header_wrapper {
	position: relative;
	z-index: 9999;
	border-bottom: 1px solid #E0E0E0;
}

@font-face{
 font-family:FontAwesome;
 src:url(fontawesome-webfont.eot?v=4.7.0);
 src:url(fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(fontawesome-webfont.woff2?v=4.7.0) format('woff2'),
 url(fontawesome-webfont.woff?v=4.7.0) format('woff'),
 url(fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/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;
} 


/*New-header Css End*/


.trust_author_sec_extra, .single-cont-right .trust_author_sec_extra.trust_fullwidth_sec {
	width: 100%;
	margin: 0 0 0px;
}
.btn_with_tooltip__tip, .trust_fullwidth_sec .btn_with_tooltip__tip {
	display: inline-block;
	box-shadow: none;
	filter: inherit;
	position: relative;
	padding: 10px 0 0;
	top: auto;
	background: transparent;
	width: 100%;
	color: #757575;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	max-width: 100%;
	font-family: 'helveticaregular';
}
.btn_with_tooltip, .trust_fullwidth_sec .btn_with_tooltip {
	border-radius: 4px;
	border: 1px solid #E0E0E0;
	box-shadow: none;
	padding: 15px 12px;
	background: #fff;
}

.btn_with_tooltip__btn, .trust_fullwidth_sec .btn_with_tooltip__btn {
	width: 100%;
	border: none;
	color: #1C2642;
	font-size: 16px;
	font-weight: 600;
	line-height: 135%;
	font-family: 'Inter', sans-serif;
}
.trust_author_sec_extra .disclaimer .btn_with_tooltip__btn, .trust_fullwidth_sec.trust_author_sec_extra .disclaimer .btn_with_tooltip__btn {
	background-position: left 0px top 1px;
	padding: 0 8px 0 28px;
	background-size: 20px;
}

.author_section__extra.trust_author_sec_extra.trust_fullwidth_sec {
    width: 100%;
    margin: -2px 0 15px;
}
.trending-box-inner.feature-desktop {
    display: none;
}
.fature-box-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.guide-sec-newlayout-int {
    display: contents;
}

.disclaimer_author_sec .btn_with_tooltip__btn {
	background-image: none !important;
	padding-left: 0 !important;
	color: #1C2642;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	border-bottom: 1px dashed #a4a6ad;
	width: auto;
	display: inline-block;
	border-radius: 0;
	height: auto;
	padding-right: 0 !important;
}
.disclaimer_author_sec .btn_with_tooltip.disclaimer {
    border: none;
    padding: 0;
}
.disclaimer_author_sec .btn_with_tooltip__tip {
    position: absolute;
    background: #fff;
    width: 343px;
    padding: 24px;
    top: 37px;
    max-width: 343px;
    border-radius: 4px;
    box-shadow: 0px 0px 3px #E0E0E0;
    left: 15%;
}
.author_section__extra.disclaimer_author_sec {
    margin-top: 7px;
    width: 100%;
}
img.disclaimer-close-icon {
    position: absolute;
    right: 14px;
    top: 10px;
}
.disclaimer_show {
    display: block !important;
}
.disclaimer-close-icon {
   cursor: pointer;
}
.trust_mobilecl{
	display:none;
}
.trust_fullwidth_sec .disclaimer_author_sec {
	position: relative;
	top: auto;
	right: auto;
	width: 100%;
}
.single-news .share-sec-tags-inner {
	justify-content: flex-start;
}
.single-news .custom-post-tags {
	text-align: left;
}

.author_sec1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 35%;
}
span.reviewedfact {
	width: 100%;
	font-size: 13px;
	line-height: 150%;
	color: #1C2642;
	display: inline-block;
	font-family: 'Inter', sans-serif;
}

.author_sec2 {
    display: flex;
    flex-wrap: wrap;
    width: 31%;
}
.author_sec3 {
    display: flex;
    flex-wrap: wrap;
    width: 18%;
    margin-left: auto;
    padding-left:0;
}
.author_sec3 .custom_author_name {
	width: 100%;
	display: inline-block;
	color: #1C2642;
	font-size: 13px;
	font-weight: 400;
	line-height: 150%;
	font-family: 'Inter', sans-serif;
}
.author_sec3 .posttim.posdate {
	color: #1C2642;
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	font-family: 'Inter', sans-serif;
}
span.author-bottom-exp {
    font-size: 14.5px;
    line-height: 150%;
    text-align: center;
    color: #2E364E;
    width: auto;
    display: inline-block;
    font-family: 'Inter', sans-serif;
    /* background: url(images/star-icon.svg) right 3px no-repeat; */
    /* padding-right: 20px; */
    vertical-align: top;
    margin-bottom: 10px;
}
.reviewedcl .jan-author {
	font-weight: 600;
}
.bm-cmprs-tbl .bm-cmprs-tbl_label-section p {
    line-height: 15px;
}
.bm-cmprs-tbl .bm-cmprs-tbl_headers {
    top: 0 !important;
}
.category-template-templatescategory-hub-template-php .popular-headings {
	font-size: 20px;
}
.might-also-like-inner h2, .hub-top-picks-sec h2 {
	font-size: 20px;
	position: relative;
	padding-bottom: 12px;
}
.page-template-template-Methodology .might-also-like-inner h2{
	font-size: 20px;
	position: relative;
	padding-bottom: 12px;
}
.page-template-template-Methodology .might-also-like-inner h2::after {
	content: "";
	position: absolute;
	left: 0;
	height: 6px;
	width: 40px;
	background: #07C;
	bottom: 0;
}

.hub-top-picks-sec h2::after,.might-also-like-inner h2::after {
	content: "";
	position: absolute;
	left: 0;
	height: 6px;
	width: 40px;
	background: #07C;
	bottom: 0;
}

.author .popular-headings {
	font-size: 20px;
}
.toc-sticky.sticky .collapse-action-btn i {
	transform: rotate(0deg);
}
.toc-sticky.sticky .collapse-action-btn i.up {
	transform: rotate(180deg);
}
.single-post .toc-sticky .toc-sticky__open,.single-review .toc-sticky .toc-sticky__open,.single-how-to .toc-sticky .toc-sticky__open,.single .toc-sticky .toc-sticky__open {
	max-width: 860px;
}

.single-post .toc-sticky #multiCollapse1,.single-review .toc-sticky #multiCollapse1,.single-how-to .toc-sticky #multiCollapse1,.single .toc-sticky #multiCollapse1 {
	max-width: 860px;
}

.su-note-inner p:empty {
	display: none;
}
.su-note-inner .list_how_to {
	margin-bottom: 0;
}
.su-note-inner .list_how_to__list_wrapper ol {
	margin-bottom: 0 !important;
}
.su-note-inner .list_how_to__list_wrapper ol .list_how_to__item:last-child {
	margin-bottom: 0;
}
/* New-autor-shotcode */

.expert-profile-outer {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}
.expert-profile-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.expert-profile-left {
	display: inline-block;
	width: 120px;
	padding-top: 15px;
}
.expert-profile-right {
	width: calc(100% - 146px);
	display: inline-block;
	border-radius: 0px 4px 4px 4px;
	background: #F1F5FF;
	padding: 22px 24px;
	margin-left: 26px;
	position: relative;
}
.expert-profile-right p {
	color: #2E364E;
	font-size: 18px;
	font-weight: 600;
	line-height: 135%;
	margin: 0;
	font-family: 'Inter', sans-serif;
}
.expert-profile-left .expert-image {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	margin-bottom: 15px;
}
.expert-profile-left .autor-namecl {
	color: #1C2642;
	font-size: 18px;
	font-weight: 600;
	line-height: 135%;
	display: inline-block;
	width: 100%;
	text-transform: capitalize;
}
.expert-profile-left span {
	color: #1C2642;
	font-size: 14.5px;
	font-weight: 500;
	line-height: 150%;
	font-family: 'helveticaregular';
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.expert-profile-left .social-links {
	text-align: left;
	margin-top: 12px;
	vertical-align: top;
}
.expert-profile-right::before {
	content: "";
	position: absolute;
	left: -26px;
	top: 0;
	width: 0;
	height: 0;
	border-right: 26px solid #F1F5FF;
	border-bottom: 19px solid transparent;
}
.expert-profile-left .social-links ul {
	margin: 0;
	padding-left: 0;
}
.expert-profile-left .social-links li {
	background: #F1F5FF;
	padding: 0;
	border-radius: 50%;
	margin: 0 4px 0 0;
}
.expert-profile-right .expert-opinioncl {
	border-radius: 2px;
	background: #E25C5C;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 140%;
	font-family: 'Inter', sans-serif;
	padding: 1px 6px;
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.expert-text-int {
	width: 100%;
	display: inline-block;
}
.expert-profile-left .list-inline-item a {
    width: 32px;
    height: 32px;
    line-height: 29px;
}
.expert-profile-outer {
	margin: 20px 0;
}

.btn_with_tooltip__btn.trust_mobilecl_label::after {
	content: '';
	transition: all .5s ease-out;
	position: absolute;
	font-size: 26px;
	right:9px;
	background: url(images/chevron-up.svg) right 2px no-repeat;
	width: 18px;
	height: 12px;
	background-size: 17px;
} 
.btn_with_tooltip__btn.trust_mobilecl_label.trust_open::after {
    transform: rotate(180deg);
}
.toc-sticky__open span {
	font-size: 16px;
}
#top_global_key_disclaimer {
	margin-top: 20px;
}

/* New-autor-shotcode-end*/

.trending-box-inner.review_desktop_view {
	display: none;
}


/*Poker Shotcode CSS*/
:root{
--bm-font-weight: initial !important;
}
body div.compare-bookies__wrapper *,
body div.popup-offers-widget *,
body div.offer-tiles__wrapper *,
body div.toplist-poker__wrapper *,
body div.toplist-tech__wrapper *,
body div.bm-simple-list__wrapper *,
body div.single-brand-shortcode *,
body div.top-5-offers__wrapper *,
a.toplist-tech__offer-logo::before,
div.toplist-poker__offer-label:before,
table td.campaign-compact-table__highlighted-label,
div.campaign-shortcode_desktop-select-window,
li.campaign-shortcode-table_filter-list-item,
div.campaign-shortcode__compare-view__row-names .campaign-shortcode__compare-view__row__cell,
div.compare-bookies__row-names .compare-bookies__row-cell{
	font-weight:initial;
}
.pagescl-outer .toplist-poker__filter li {
	background-image: none;
}
a.toplist-poker__offer-cta-btn {
    background: var(--bm-cta-button-background);
    color: #fff;
}
a.toplist-poker__offer-cta-btn:hover {
    text-decoration: none;
    color: #fff;
    background: var(--bm-cta-button-hover-background);
}
div.toplist-poker__offer-cta-btn-icon{
    filter: invert(1);
}
.campaign-shortcode-table ul, .campaign-shortcode-table ol,
.compare-bookies__wrapper ul, .compare-bookies__wrapper ol,
.campaign-compact-table__wrapper ul, .campaign-compact-table__wrapper ol,
.campaign-full-width-shortcode-wrapper ul, .campaign-full-width-shortcode-wrapper ol,
.campaign-sidebar-shortcode ul, .campaign-sidebar-shortcode ol,
.popup-offers-widget ul, .popup-offers-widget ol,
.offer-tiles__wrapper ul, .offer-tiles__wrapper ol,
.toplist-poker__wrapper ul, .toplist-poker__wrapper ol,
.toplist-tech__wrapper ul, .toplist-tech__wrapper ol,
.offer_grid__wrapper ul, .offer_grid__wrapper ol,
.single-brand-shortcode ul, .single-brand-shortcode ol{
	margin-left:0;
	margin-bottom:0;
	padding-left:0;
	list-style:none;
}
.campaign-shortcode-table li,
.compare-bookies__wrapper li,
.campaign-compact-table__wrapper li,
.campaign-full-width-shortcode-wrapper li,
.campaign-sidebar-shortcode li, 
.popup-offers-widget li, 
.offer-tiles__wrapper li, 
.toplist-poker__wrapper li, 
.toplist-tech__wrapper li,
.offer_grid__wrapper li, 
.bm-simple-list__wrapper li {
    background: none;
    padding-left: 0;
    margin-bottom: 0;
}
body .campaign-compact-table__offer-key-features ul li {
    padding-left: 20px;
}
.bm-cmprs-tbl .bm-cmprs-tbl_brand-desc,
.campaign-full-width-shortcode p,
.top-5-offers__offer-title p,
.toplist-poker__offer-title p,
.campaign-compact-table__offer-description p,
.toplist-tech__offer-title p,
.offer_grid__offer_description p,
.offer-tiles__wrapper p,
.toplist-poker__wrapper p,
.toplist-tech__wrapper p,
.offer_grid__wrapper p,
.bm-simple-list__wrapper p{
    margin-bottom: 0;
}
.offer-tile__offer-logo, .offer-tile__offer-logo img {
    object-fit: contain;
}
.toplist-poker__wrapper .toplist-poker__filter {
	padding-left: 0;
}
/*Poker Shotcode CSS End*/
div.single-brand-shortcode .toppike-out {
    position: unset;
    line-height: 1.5;
    font-weight: initial;
}
.single-brand-shortcode .toppike-out .top-pick::after {
    transform: inherit;
    border-top: none;
}
.single-brand-scores samp {
    background-color: transparent;
	font-family: inherit;
}
.campaign-full-width_filter-list-item.active_brand_filter {
	background-image: none;
}
body .campaign-compact-table__offer-cta-button a {
	font-size: 20px;
	line-height: 45px;
}
.campaign-shortcode__compare-view__row__cell.comparable.loser.winner {
    text-wrap: wrap;
    line-height: normal;
    text-align: center;
}
div.popup-offers-widget__overlay{
	z-index: 9999;
}
div.popup-offers-widget {
    z-index: 99991;
}
/* BM CSS */

@media screen and (min-width: 992px) {
/*BM CSS START*/
.offer-tile__body {
	width: calc(100% - 80px);
}
body.single-post.bm-tiny .offer-tile__body {
    width: calc(100% - 54px);
}
.campaign-shortcode-table.bm-tiny.hide_voting_sec .campaign__voting_section {
	display: none;
}
.campaign-shortcode-table.bm-tiny.hide_voting_sec .campaign-list-item_scores {
	grid-area: voting;
	margin-left: 0 !important;
	display: flex;
	align-items: flex-start;
	margin-top: 74.4px;
	grid-area: logo;
	flex-flow: wrap;
	height: 100%;
}

.bm-tiny.hide_voting_sec .campaign-list-item_scores .read_review_url {
    margin-left: 0 !important;
    padding-top: 0px;
    grid-area: voting;
    position: relative;
    top: 0;
    padding-bottom: 20px;
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.campaign-shortcode-table.bm-tiny.hide_voting_sec.show_date_sec  .campaign-list-item_scores {
	 margin-top:0; 
	grid-area: voting;
	flex-flow: row;
	 height:auto;
}

.bm-tiny.hide_voting_sec.show_date_sec .campaign-list-item_scores .read_review_url {
	margin-left: 12px !important;
	padding-bottom: 0;
	top: -2px;
}

.bm-tiny .campaign__voting_section {
	margin-top: 5px;
}

.hide_show_date_sec .campaign__updated_date_wrapper {
	display: none !important;
}
.bm-tiny.hide_voting_sec .campaign-list-item_more-btns {
	margin-top: -15px;
}

.toplist-poker__wrapper .toplist-poker__offer-logo img {
	width: 126px;
}
.toplist-poker__wrapper .toplist-poker__offer-title, .toplist-poker__wrapper .toplist-poker__offer-title p {
	font-size: 18px;
}
.toplist-poker__wrapper .toplist-poker__offer-card {
	gap: 10px;
}
.toplist-poker__wrapper .toplist-poker__offer-body {
	gap: 25px;
}
body .toplist-poker__wrapper.tiny .toplist-poker__offer-body {
	grid-template-columns: auto 180px;
}
.toplist-poker__wrapper .toplist-poker__offer-cta-wrapper {
	width: 180px;
}
body.single-post.bm-tiny a.toplist-poker__offer-cta-btn {
    padding-left: 10px;
    padding-right: 10px;
}
.toplist-poker__wrapper .toplist-poker__offer-label-highlight {
	font-size: 10px;
}
.toplist-poker__wrapper .toplist-poker__filter {
	padding-left: 0;
}
a.offer-tile__offer-title, a.offer-tile__offer-title p {
    font-size: 21px;
	 display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	overflow: hidden;
}
body.bm-tiny .offer-tile__offer-extra {
    gap: 0;
    flex-direction: column;
}
body.single-post.bm-tiny .offer-tiles__list {
    gap: 12px;
}
body.single-post.bm-tiny .offer-tile {
    padding: 10px;
	gap: 8px;
}
body.single-post.bm-tiny .offer-tile__offer-logo, body.single-post.bm-tiny .offer-tile__offer-logo img {
    width: 50px;
    height: 50px;
}
body.single-post.bm-tiny .offer-tile__offer-title, body.single-post.bm-tiny .offer-tile__offer-title p {
    font-size: 20px;
}
body.single-post.bm-tiny .toplist-poker__offer-card {
    gap: 12px;
}
body.single-post.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-logo img {
	width: 170px;
}
body.bm-tiny .offer_grid__offer {
    width: calc(33.3% - 8px);
	grid-template-columns: max-content;
}
body.single-post.bm-tiny .offer_grid__offer_description {
    margin-left: 5px;
}
/*BM CSS END*/


}

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

.hide_voting_sec .campaign__voting_list .campaign__voting_section {
	display: none;
}	
.hide_show_date_sec .campaign__voting_list .campaign__updated_date_wrapper {
	display: none;
}

	
}

/* BM CSS end*/

/* trusted research css */

.tp-award-sec {
	background: #F1F5FF;
}
.tp-award-sec .award-inner {
	padding: 70px 0;
	display: flex;
	flex-wrap: wrap;
}
.tp-award-left {
	width: 35%;
}
.tp-award-right {
	display: inline-block;
	width: calc(100% - 35%);
	padding-left: 57px;
	padding-top: 50px;
}
.tp-award-left .award_winning-heading {
	color: #1C2642;
	font-size: 34px;
	font-weight: 600;
	line-height: 120%;
	font-family: 'Inter', sans-serif;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
}
.award_winning-heading span {
	color: #07C;
}
.tp-award-left p {
	color: #2E364E;
	font-size: 17px;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0;
}
.tp-award-left .explained-button a {
	border-radius: 6px;
	border: 1px solid #07C;
	background: #e5effc;
	font-size: 18px;
	color: #07C;
	font-weight: 600;
	max-width: 310px;
}
.tp-award-left .explained-button a:hover {
	text-decoration:underline;
}
.tp-award-right .readers-outer {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.tp-award-right .readers-outer .readers-repeter-inner {
	gap: 11px;
	justify-content: flex-start;
	width: calc(100% - 260px);
	margin: 0;
}
.tp-award-right .readers-repeter {
	border-radius: 4px;
	border: 1px solid #E0E0E0;
	background: #FFF;
	padding: 45px 5px;
	margin: 0;
	max-width: 260px;
	width: 100%;
}
.tp-award-right .readers-repeter strong {
	color: #07C;
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	line-height: 120%;
	font-family: 'Inter', sans-serif;
	display: inline-block;
	width: 100%;
	margin-bottom: 6px;
}
.tp-award-right .readers-repeter span {
	color: #2E364E;
	font-size: 14.5px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%;
	letter-spacing: 1.16px;
	text-transform: uppercase;
	font-family: 'helveticaregular';
	display: inline-block;
	width: 100%;
	text-align: center;
}
.tp-award-right .award-top-autohr {
	width: auto;
	border-radius: 4px;
	border: 1px solid #E0E0E0;
	background: #FFF;
	padding: 40px 10px 0px;
	max-width: 260px;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.tp-award-right .award-top-autohr .readers-repeter {
	background: transparent;
	border: none;
	width: 100%;
	max-width: 100%;
	align-items: end;
	align-content: end;
}
.tp-award-right .award-top-autohr .autohr-img {
	width: 56px;
}
.brand-logo-sec {
	width: 100%;
	display: inline-block;
	padding-top: 60px;
}
.brand-logo-sec .brands-heading {
	color: #2E364E;
	font-size: 14.5px;
	font-weight: 700;
	line-height: 125%;
	letter-spacing: 1.16px;
	text-transform: uppercase;
	font-family: 'helveticaregular';
}
.brands-logo-inner {
	display: flex;
	gap: 20px 80px;
	margin-top: 15px;
	align-content: center;
	align-items: center;
}
.tp-award-sec {
	position: relative;
}
.tp-award-sec::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-right: 593px solid #dcecfb;
	border-top: 77px solid transparent;
}

.tp-award-left img {
	max-width: 152px;
}

/* trusted research css End*/

.Author_article_btn .review_article_action {
    color: #fff;
    text-decoration: none;
    background: #fff url(images/plus-black.svg) 15px center no-repeat;
    border-radius: 4px;
    text-align: center;
    padding: 9px 20px 9px 40px;
    width: auto;
    border: none;
    display: inline-block;
    margin-top: 25px;
    color: #2E364E;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    border: 1px solid #E0E0E0;
}
.su-spoiler-title p:empty {
    display: none;
    margin-bottom: 0px !important;
}
div.su-spoiler-title h2,div.su-spoiler-title h3, div.su-spoiler-title h4, div.su-spoiler-title h5, div.su-spoiler-title h6 {
    margin-bottom: 0px;
    font-size: .9em;
    font-weight: 700;
    font-size: 14.4px;
    color: #333;
}
.latest-guide-sec .latest-bottomcl {
	align-content: flex-start;
	top: 0;
}
.page-template-Flexible_Page_Content .latest-guide-sec .latest-bottomcl {
	align-content: center;
}
.new-layout-latest-review .latest-bottomcl {
	align-content: flex-start;
	top: 0;
}

.mobile_bio_social_sec {
	display: none;
}

/*Hub Css*/

.hub-top-picks-sec .homepage-left-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.hub-top-picks-sec .homepage-left-inner a {
	width: 50%;
}
.hub-top-picks-sec .homepage-left-inner a:hover {
	color: #1C2642;
}
.hub-top-picks-sec.latest-home-block .homepage-left .card-img {
	height: 300px;
	object-fit: cover;
	object-position: center;
	border-radius: 4px 0px 0 4px;
}
.hub-top-picks-sec .homepage-left-inner .card-img-overlay {
	width: calc(100% - 50%);
	align-content: flex-start;
	align-items: flex-start;
}
.hub-top-picks-sec .homepage-left-inner .card-img-overlay .jan-card__content {
	align-content: flex-start;
	align-items: flex-start;
	align-self: flex-start;
	padding: 22px;
}
.latest-guide-sec .latest-author img {
	display: none;
}

/*Hub Css End*/

/* tools Css*/

.tech-tools-sec .treanding-termcl h4 img {
	vertical-align: top;
}
.tech-tools-sec .latest-ans-card p {
	font-size: 16px;
}
.tech-tools-sec .dictionary-inner .latest-ans-card {
	padding: 15px 24px 24px;
}
.tech-tools-sec .fullanswer-button {
	margin: 20px 0 0;
}
.tech-tools-sec .latest-ans-card h4 {
	margin: 5px 0 17px;
}
.tech-tools-sec .treanding-termcl h4 {
	margin: 0px 0 5px;
}
.tech-tools-sec .tech-heading {
	margin-bottom: 0px;
}


/* tools Css End*/


/* RAID Calculator  */

.tP-tools-top-sec {
	background: #F1F5FF;
	margin-top: -35px;
	position: relative;
	padding-top: 65px;
}
.single-tools .bredcrumbset {
	z-index: 9;
	position: relative;
}
.tP-tools-top-sec .container, .tools-sec-guid .container,.single-tools .container.bredcrumbset {
	max-width: 860px;
}
.tP-tools-top-sec .post-inner.thin {
	padding-left: 0;
	padding-right: 0;
}
.tP-tools-top-sec .entry-title {
	text-align: center;
	font-size: 34px;
}
.tP-tools-top-sec p {
	text-align: center;
}
.raid-calculator .raid-calculator-bordered {
	padding: 40px 40px;
	border-radius: 6px;
	border: 1px solid #E0E0E0;
	background:#FFF;
}
.raid-calculator .raid-calculator-comparison {
	text-decoration: none;
	color: #07C;
	font-size: 14.5px;
	font-weight: 400;
	line-height: 150%;
	font-family: 'helveticaregular';
}
.tP-tools-top-sec .raid-calculator .form-label {
	color: #1C2642;
	font-size: 18px;
	font-weight: 600;
	line-height: 135%;
	font-family: 'Inter', sans-serif;
	margin-bottom: 5px;
}
.tP-tools-top-sec .raid-calculator select {
	background: transparent;
	color: #1C2642;
	border-radius: 6px;
	border: 1px solid #E0E0E0 !important;
	height: 48px;
	font-size: 17px !important;
	font-family: 'helveticaregular';
	appearance: none;
	-webkit-appearance: none;
	background-image: url(images/chevron-down-black.svg);
	background-repeat: no-repeat;
	background-position: 97% center;
}
.tP-tools-top-sec .raid-calculator input {
	color: #1C2642;
	border-radius: 6px;
	height: 48px;
	font-size: 17px !important;
	font-family: 'helveticaregular';
}
.raid-calculator .raid-calculator-input-group-disk-number .form-control, .raid-calculator .raid-calculator-input-group-currency .form-control {
	padding: 10px 15px;
	appearance: none;
}
.raid-calculator .raid-calculator-input-group-capacity .form-control, .raid-calculator .raid-calculator-input-group-currency .form-control {
	border: 0;
	appearance: none;
	padding: 10px 15px;
	height: 36px;
}
.raid-calculator .raid-calculator-input-group-capacity .raid-calculator-btn-disk-capacity {
	padding: 5px 16px;
	height: 36px;
	font-size: 17px;
	font-family: 'helveticaregular';
}
.raid-calculator .raid-calculator-input-group-capacity,.raid-calculator .raid-calculator-input-group-currency {
	padding: 5px 0;
	height: 48px;
}
.input-group.raid-calculator-input-group-disk-number {
	padding: 0;
}

.raid-calculator .raid-calculator-btn-calculate {
	width: auto;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 135%;
	font-family: 'Inter', sans-serif;
	padding: 11px 37px 11px 30px;
	background-image: url(images/chevron_right.svg);
	background-position: 89% center;
	background-repeat: no-repeat;
}
.btn.raid-calculator-btn-reset {
	color: #1C2642;
	text-align: center;
	font-size: 14.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-decoration-line: underline;
	font-family: 'helveticaregular';
	padding: 2px 0 0 24px;
}
.raid-calculator .raid-calculator-visualisation-disks {
	background-color: #1C2642;
	padding: 16px;
}
.raid-calculator .raid-calculator-visualisation-disks div {
	border-radius: 6px;
	background: #2E3957;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 135%;
	font-family: 'Inter', sans-serif;
}
.raid-calculator .raid-calculator-bordered h3 {
	font-size: 26px;
}
#raid-calculator-results-1 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.raid-calculator-results-block {
	width: 49.2%;
	padding: 12px;
	margin-bottom: 15px;
	border-radius: 6px;
	border: 1px solid #E0E0E0;
}
.raid-calculator-results-block-heading {
	font-size: 12px;
	line-height: 20px;
	font-family: 'helveticaregular';
	margin-bottom: 4px;
	color: #2E364E; 
}
.raid-calculator-results-block-value, .raid-calculator-results-block-value-sm {
	color: #2E364E;
	font-size: 22px;
	font-weight: 600;
	line-height: 135%;
	font-family: 'Inter', sans-serif;
}
.raid-calculator-results-usecase {
	background-color: #F1F5FF;
	padding: 15px;
}
.raid-calculator-results-usecase-best {
	display: inline-block;
	width: 100%;
	color: #1C2642;
	font-size: 20px;
	font-weight: 600;
	line-height: 135%;
	font-family: 'Inter', sans-serif;
	margin-bottom: 5px;
}
.article-questions.Explore_tool_sec {
	margin-top: 0;
}
.Explore_tool_sec .Explore_tool_sec_inner2 {
	padding: 0;
	width: 49.1%;
}
.Explore_tool_sec .latest-ans-card {
	border-radius: 4px;
	border: 1px solid #E0E0E0;
	background: #Fff url(images/green-ans-bg.svg) right bottom no-repeat;
	padding: 15px 24px 24px;
}
.Explore_tool_sec_inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 15px;
	margin-top: 20px;
}
.Explore_tool_sec .latest-ans-card h4 {
	color: #1C2642;
	font-size: 22px;
	font-weight: 600;
	line-height: 135%;
	font-family: 'Inter', sans-serif;
	padding: 0;
	margin-bottom: 18px;
}
.Explore_tool_sec .latest-ans-card h4::after{
	display:none;
}
.Explore_tool_sec .fullanswer-button {
	padding: 8px 16px;
	margin-top: 13px;
	margin-bottom: 15px;
	border: 1px solid #07C;
	margin-bottom: 0;
}
.removeconfigratio2 span {
	color: #E25C5C;
	font-size: 14.5px;
	font-weight: 400;
	line-height: 150%;
	text-decoration-line: underline;
	font-family: 'helveticaregular';
}
.form-select.flex-grow-0.raid-calculator-select-currency {
	border: none !important;
	height: auto;
	padding-left: 15px;
	padding-right: 20px;
	border-right: 2px solid #E0E0E0 !important;
	background-position: 91% center;
}
.input-group.mb-3.raid-calculator-input-group-currency {
	padding: 0;
}
.raid-calculator-results-heading {
	margin-bottom: 1rem;
	width: 100%;
}
#raid-calculator-results-1 .raid-calculator-results-block, #raid-calculator-results-2 .raid-calculator-results-block {
	width: 100%;
	margin-bottom: 12px;
}
.raid-calculator-results-wrapper {
	margin-bottom: 15px;
}
.raid-calculator-results-wrapper.resultoneclass #raid-calculator-results-1 .raid-calculator-results-block {
	width: 49%;
}
.raid-calculator-results-wrapper.resultoneclass #raid-calculator-results-1 {
	gap: 0 12px;
}
.first_configration_tip {
	display: none;
	position: absolute;
	border-radius: 4px;
	background: #FFF;
	border: 1px solid #E0E0E0;
	padding: 40px 24px 24px 24px;
	width: 300px;
	z-index: 9;
	transform: translate(-90% , 0%);
	left: 0%;
	color: #1C2642;
	font-size: 17px;
	font-weight: 400;
	line-height: 150%;
	font-family: 'helveticaregular';
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.35);
	top: 30px;
}
.first_configration_tip::after {
	content: "";
	position: absolute;
	top: -4px;
	right: 13px;
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-right: 11px solid transparent;
	z-index: 99;
	transform: rotate(45deg);
}

.first_configration_tip::before {
	content: "";
	position: absolute;
	top: -6px;
	right: 13px;
	width: 0;
	height: 0;
	border-top: 11px solid #ddd;
	border-right: 11px solid transparent;
	z-index: 9;
	transform: rotate(45deg);
}
.form-label.first_configration {
	display: flex;
	justify-content: space-between;
}

.tooltipcl:hover .first_configration_tip {
	display: block;
}
.tooltipcl {
	cursor: pointer;
	position: relative;
}

.single-tools .popular-categorie-section.popular-cat-home {
	margin-top: 50px;
}
.close_configration_tip {
	display: none;
}
.raid-calculator-input-group-currency input.form-control.raid-calculator-costperdisk {
    height: auto;
}
/* RAID Calculator End*/


.casino-guide-sec .trending-box-inner,.casino-reviews-sec .trending-box-inner {
	width: 24.1%;
}
.casino-guide-sec .popular-headings,.casino-reviews-sec .popular-headings,.guide-lates-sec .popular-headings {
	font-size: 20px;
}
.search-results #site-content {
	margin-top: 30px;
}
.stretched-link {
	position: relative;
}
.hub-top-picks-sec .homepage-left-inner .cat-namecl:hover {
	color: #07C;
}

.new-layout-latest-review {
	padding-bottom: 50px;
}
.hubqa-ans-sec {
	padding-top: 0;
}


@media only screen and (max-width: 1800px){
	
.about-banner-section::after {
	right: 0;
}	
.about-banner-section::before {
	left: 0;
}
.author-sec-outer::after {
	right: 0;
}
.author-guide-sec::before {
	left: 0;
}
.contr-banner-outer::after {
	right: 0;
}
.contributor-top-section.cont-section2::before {
	left: 0;
}

.dictionary-listcl li {
	margin-right: 10px;
}
	
}

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


/* New Home page filter layout*/

.page-template-New_Flexible_Page_Content .container {
	padding-left: 20px;
	padding-right: 20px;
}
.page-template-New_Flexible_Page_Content .new-layout-latest-review .trending-box-inner {
	width: 24.1%;
}
/* New Home page filter layout End*/

.header-right li > a {
    padding: 24px 6px 20px;
}

/* trusted research css*/

.tp-award-right .readers-repeter {
	max-width: 48%;
}

/* trusted research css End*/
	

}	

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

/* New Home page filter layout*/

.new_filter_data .homepage-left {
	max-width: 78%;
}
.new_filter_data .trending-box-inner {
	width: 19%;
}
.top-latest-fature-section .latestnews-second-sec {
	gap: 14px;
}
.trending-box-inner.latest-guide-sec-newlayout2 {
	width: 19%;
}

/* New Home page filter layout End*/	

/*New-header Css*/
	
.header-right li > a {
	font-size: 14px;
}

/*New-header Css End*/

.top-latest-fature-section .trending-box-inner {
    width: 19%;
}

/* trusted research css*/

.tp-award-right {
	padding-left: 15px;
}


/* trusted research css End*/
.container {
	padding-left: 20px;
	padding-right: 20px;
}
.single-cont-right {
	margin-left: 80px;
}

.Explore_tool_sec .Explore_tool_sec_inner2 {
	width: 49%;
}

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

/* New Home page filter layout*/

.new_filter_data .trending-box-inner {
	width: 18.8%;
}
.top-latest-fature-section .latestnews-second-sec {
	gap: 10px;
}
.top-latest-fature-section .trending-box-inner {
    width: 18.9%;
}
.new-layout-guide .trending-section {
	gap: 14px;
}
.page-template-New_Flexible_Page_Content .new-layout-latest-review .trending-box-inner {
	width: 24%;
}
.page-template-New_Flexible_Page_Content .howto-new-layout .trending-box-inner {
	width: 18.9%;
}
.new_filter_data .homepage-left {
	max-width: 77%;
}

/* New Home page filter layout End*/	

/*New-header Css*/

.header-right li > a {
	font-size: 12px;
}
.footer-section .container {
	padding-left: 20px;
	padding-right: 20px;
}

/*New-header Css End*/	

/* trusted research css*/

.tp-award-right .award-top-autohr {
	max-width: 240px;
}
.tp-award-right .readers-outer .readers-repeter-inner {
	width: calc(100% - 242px);
}

/* trusted research css End*/

/*Hub Css*/

.bredcrumbset {
	padding-left: 10px;
}
.hub-lates-news-inner2 {
	gap: 14px;
}
.trending-box {
	gap: 13px;
}
.expert-box.hub-expert-box {
	max-width: 18.9%;
}
.footer-list .footer-box2 ul {
	gap: 0 34px;
}
.single-cont-right {
	max-width: 24.5%;
	margin-left: 30px;
}
.sinlge-cont-left {
	max-width: 72.5%;
}

/*Hub Css End*/

.articles-right {
	max-width: calc(100% - 898px);
	margin-left: 30px;
}
	
	
}

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

.container {
	padding-left: 20px;
	padding-right: 20px;
}	
.our-mission-out {
	margin-top: 40px;
	padding: 15px;
}
.our-mission-out p {
	font-size: 18px;
}
.trending-box-inner {
	width: 32.3%;
}
.homepage-left .card-img {
	object-fit: cover;
}
.expert-box {
	width: 18.7%;
}

.articles-leftcl {
	max-width: 68%;
}
.articles-right {
	max-width: calc(100% - 72%);
}
.author-top-post .postrepeter-left {
	max-width: 50%;
	height: auto;
}
.author-top-post .postrepeter-right {
	max-width: calc(100% - 50%);
}

.expertdata {
	padding: 0 10px;
}

.sinlge-cont-left {
	max-width: 72%;
}
.sinlge-cont-top {
	max-width: 100%;
}
.article-sec-inner li {
	width: 48%;
}
.share-article-sec, .custom-post-tags {
	width: 100%;
}
.mslatest_news_inner_item.latest_top_post {
	width: 49.1%;
}
.mslatest_news_inner_item.latest_bottom_post {
	width: 23.8%;
}
.ms_most_popular_news_outer li {
	padding: 15px 0;
}
.cat-hub-banner-right {
	padding-left: 0px;
}

.dictionary-listcl li {
	margin-right: 9px;
	margin-left: 0;
}
.treanding-termcl li {
	margin-right: 12px;
}

/*brand-layout-css*/

.brand-regulated-heading {
	width: 43%;
}
.new-brand-regulated-right {
	width: 51%;
}
/*brand-layout-css-End*/

/*article-topics*/

.pills-topics-right {
	max-width: calc(100% - 32%);
	margin-left: 40px;
}
/*article-topics-end*/

/*Casino bonuse*/

.bonuse-boost input {
	max-width: 76%;
	font-size: 15px;
}
.bonuse-boost {
	font-size: 15px;
}

/*Casino bonuse End*/


/*dictionary css*/

.termList li {
	width: 23.5%;
}
.navterms-inner1 a {
	width: 23.5%;
}
/*dictionary css-End*/

.latest-archive-right {
	padding-left: 0px;
	margin-left: 30px;
	max-width: calc(100% - 69.2%);
}
.postrepeter-right h3 {
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}

/*guide-crypto*/

/*Single*/

.single-brand-sec {
	display: flex;
	flex-wrap: initial;
	margin-bottom: 20px;
	margin-top: 20px;
	overflow: auto;
	max-width: 100%;
	width: 100%;
	justify-content: flex-start;
	padding-bottom: 15px;
}
.single-brand-box {
	max-width: 212px;
	width: 100%;
	padding: 15px;
	flex-shrink: 0;
}
.single-brand-rating-sec .brand-regulated-rating {
	text-align: center;
}

/*Single-End*/

/*guide-crypto-end*/

.custom-share-author .custom_author_top {
	width: 100%;
}
.custom-share-author .custom-share {
	width: 40px;
}

.defination-wrapper-inner li {
	width: 23.8%;
}

.page-template-guide-template .container.bredcrumbset {
	padding-left: 10px;
	padding-right: 10px;
}
.latest-home-block .trending-box-inner {
	width: 23.8%;
}	

.award-guide-sec {
	padding: 10px;
}
.post_author_name_out .authorByline_tooltip {
	transform: translate(-30%, -2%);
	-webkit-transform: translate(-30%, -2%);
}
.page-template-default .sinlge-cont-top, .page-template-template-full-width .sinlge-cont-top {
	max-width: 100%;
}


/* New Home page filter layout*/

.homepage-left-img {
	width: 40%;
}
.new_filter_data .homepage-left .card-img-overlay {
	width: calc(100% - 40%);
	padding: 20px;
}
.new_filter_data .homepage-left {
	max-width: 78%;
}
.new_filter_data .homepage-right {
	width: 20.3%;
}
.new_filter_data .homepage-right {
	width: 20.4%;
}
.new_filter_data .trending-box-inner {
	width: 19.1%;
}
.top-latest-fature-section .latestnews-second-sec {
	gap: 10px;
}
.top-latest-fature-section .trending-text {
	padding: 10px 10px;
	line-height: 16px;
}
.fature-box-inner {
	gap: 10px;
}
.latest-news .latest-news-inner {
	padding-left: 0;
	padding-right: 0;
}
.new_filter_data .latestnews-second-sec {
	gap: 0 10px;
}
.top-latest-fature-section .trending-box-inner {
    width: 18.7%;
}
.page-template-New_Flexible_Page_Content .latest-ans-card {
	padding: 20px;
}
.page-template-New_Flexible_Page_Content .latest-ans-card h4 {
	font-size: 20px;
}
.new-layout-guide .trending-section {
	gap: 10px;
}
.new-layout-guide .trending-img {
	height: 250px;
}
.page-template-New_Flexible_Page_Content .new-layout-latest-review .trending-box-inner {
	margin-right: 0px;
}
.page-template-New_Flexible_Page_Content .new-layout-latest-review .trending-box-inner:last-child {
	margin-right:0;
}
.new-layout-latest-review .trending-img {
	height: 152px;
}
.page-template-New_Flexible_Page_Content .howto-new-layout .trending-text {
	padding: 15px;
}
.page-template-New_Flexible_Page_Content .howto-new-layout .trending-box-inner {
	margin-right:0;
}
.page-template-New_Flexible_Page_Content .howto-new-layout .trending-box-inner:last-child {
	margin-right:0;
}
.page-template-New_Flexible_Page_Content .popular-cat {
	width: 12%;
}
.page-template-New_Flexible_Page_Content .latest-bottomcl .contributorcl {
	display: inline-block;
}
.page-template-New_Flexible_Page_Content .readers-outer {
	padding: 0 10%;
}

.page-template-New_Flexible_Page_Content #wrapper-navbar.safebettingsitesMegaNav .container {
	padding-right: 20px !important;
	padding-left: 20px !important;
}
.page-template-New_Flexible_Page_Content .trending-text h5 {
	font-size: 16px;
	min-height: 68px;
}
.new_filter_data .homepage-left .card-img {
	height: 100%;
}
.brands-logo-inner {
	gap: 20px 30px;
}

/* New Home page filter layout End*/

/*New-header Css*/

.header-right li > a {
	font-size: 11px;
	padding: 24px 4px 20px;
}
.header-social {
	width: 30px;
}
.header_buttons {
	margin-left: 5px;
}
.header-right ul li.menu-item-has-children > a::after {
	top: 3px;
}
.sub-menu {
	top: 62px;
}


/*New-header Css End*/	

.author_sec1 {
	max-width: 43%;
}
.author_sec2 {
	width: 21%;
}
.author_sec3 {
	width: 18%;
}
.single-post .toc-sticky .toc-sticky__open,.single-review .toc-sticky .toc-sticky__open,.single-how-to .toc-sticky .toc-sticky__open,.single .toc-sticky .toc-sticky__open {
	max-width: 66%;
}

.single-post .toc-sticky #multiCollapse1,.single-review .toc-sticky #multiCollapse1,.single-how-to .toc-sticky #multiCollapse1,.single .toc-sticky #multiCollapse1 {
	max-width: 66%;
}

/* trusted research css*/

.tp-award-sec .award-inner {
	padding: 70px 0;
}
.tp-award-right .readers-outer {
	padding: 0 !important;
}
.tp-award-right .readers-outer .readers-repeter-inner {
	width: 100%;
}
.tp-award-left {
	width: 50%;
}
.tp-award-right {
	width: calc(100% - 50%);
}
.tp-award-right .readers-repeter {
	max-width: 48.5%;
	padding: 20px 5px;
}
.tp-award-right .award-top-autohr {
	max-width: 100%;
	margin: 11px 0 0;
	padding: 20px 10px 0px;
}
.tp-award-right .award-top-autohr .readers-repeter {
	padding: 20px 5px;
}
.brand-logo-sec {
	padding-top: 40px;
}

/* trusted research css End*/

/*Hub Css*/

.hub-lates-news-inner2 {
	gap: 12px;
}
.latest-hub-review.latest-guide-sec .trending-box-inner {
	width: 23.9%;
}
.how-tos-pick-sec.latest-guide-sec .trending-box-inner {
	width: 18.8%;
}
.how-tos-pick-sec.latest-guide-sec .trending-text {
	padding: 15px 15px;
}
.dictionary-inner .latest-ans-card {
	padding: 15px;
}
.hubqa-ans-sec .latest-ans-card {
	padding: 15px;
}
.get-expertcl-inner {
	gap: 0 13px;
}
.latest-ans-card h4 {
	font-size: 20px;
}
.footer-list .footer-box2 ul {
	gap: 0 26px;
}
.menu-techopedia-terms-container {
	padding:0;
}

/*Hub Css End*/

/*Author page css*/

.author-guide-sec .trending-box-inner {
	width: 23.9%;
}

/*Author page css-end*/

.latest-bottomcl {
	min-height: inherit;
}

.casino-guide-sec .trending-box-inner, .casino-reviews-sec .trending-box-inner {
	width: 23.9%;
}

.jobbioapp.resolution-1 .side-bar .item {
	padding: 10px 30px 10px 90px !important;
}
	
}

@media only screen and (min-width: 1161px) and (max-width: 1200px) {
	
.new_filter_data .trending-box-inner {
	width: 19.3%;
}

}


@media only screen and (max-width: 1200px) and (min-width: 992px){
/*BM CSS START*/
.offer-tile__offer-title, .offer-tile__offer-title p {
    font-size: 21px;
}
body.single-post.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-logo img {
	width: 140px;
}	
body.single-post.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-body {
	margin-right:18px;
	grid-template-columns: auto 155px;
}
body.single-post.bm-tiny .toplist-poker__wrapper.tiny .toplist-poker__offer-fact {
	width: 90px;
}
body.single-post.bm-tiny .toplist-poker__wrapper .toplist-poker__offer-cta-wrapper {
    width: 155px;
}
body.single-post.bm-tiny .offer-tiles__list {
	gap: 8px;
}
body.single-post.bm-tiny .offer_grid__offer {
	width: calc(50% - 6px);
}
body.single-post.bm-tiny .offer-tiles__list {
    flex-wrap: wrap;
    justify-content: flex-start;
}
body.single-post.bm-tiny .offer-tile {
	min-width: 250px;
	max-width: 250px;
}
.offer-tile__offer-terms, .offer-tiles__mobile-terms-wrapper {
    max-width: 200px;
}
/*BM CSS END*/

}


@media only screen and (max-width: 991px){
	
.expert-box {
	width: 31.9%;
}
.feature-logocl {
	width: 100%;
	max-width: 170px;
	padding: 0 10px;
}
.advertising-outer p {
	padding: 0 8%;
}
.our-mission-out {
    margin-top: 20px;
    margin-bottom: 20px;
}

.trending-box-inner {
	width: 31.5%;
}

.trending-img {
	height: 140px;
}
.popular-cat {
	width: 25%;
}
.fullanswer-button {
	margin-top: 20px;
}
.readers-outer {
	padding:0;
}
.newsletter-left {
	max-width: 64%;
	padding-top: 20px;
}
.newsletter-right {
	max-width: 35%;
}
.newsletter-form-action .wpcf7-list-item {
	margin: 0 8px;
}
.footer-one {
	padding:0;
}

.author-bio-inner {
	height: 100px;
}
.show-more {
	padding: 0px 10px 0 30px;
	bottom: 0;
}
.articles-leftcl {
	max-width: 62%;
}
.articles-right {
	max-width: calc(100% - 67%);
}
.author-top-post .postrepeter-left {
	max-width: 100%;
	height: 250px;
}
.author-top-post .postrepeter-right {
	max-width: 100%;
}
.postrepeter-left {
	max-width: 190px;
	height: 110px;
}
.postrepeter-right {
	max-width: calc(100% - 190px);
}
.postrepeter-right h5 {
	font-size: 16px;
}
.author-expert-box {
	padding: 0 10px;
}
.author-expert-box-inner {
	padding: 10px 0;
}
.sinlge-cont-left {
	max-width: 65%;
}
.single-cont-right {
	max-width: 32%;
	margin-left: 20px;
}
.custom-share-author .custom_author_top {
	width: 100%;
}
.custom-share-author .custom-share {
	display: flex;
	width: 40px;
	text-align: left;
	margin-top: 5px;
	flex-direction: inherit;
	justify-content: space-between;
}
.sinlge-cont-top {
	max-width: 100%;
}
.at-resp-share-element.at-mobile .at-label {
	display: block;
}
.mslatest_news_inner_item.latest_top_post {
	width: 48.8%;
}
.mslatest_news_img {
	height: 223px;
}
.mslatest_news_inner_item.latest_bottom_post {
	width: 23.3%;
}
.latest_bottom_post .mslatest_news_img {
	height: 102px;
}
.cat-hub-banner-left {
	max-width: 75%;
}
.cat-hub-banner-right {
	max-width: calc(100% - 75%);
}
.hub-banner-feature ul {
	width: 100%;
}
.hubfeature {
	width: 85%;
}
.hub-banner-feature li {
	margin: 0 7px 7px 0;
}
.hub-banner-feature {
	align-items: flex-start;
}
.hub-lates-news-inner {
	margin-top: 40px;
	margin-bottom: 0;
}
.trending-news.latest-guide-sec {
	padding-top: 40px;
}
.trending-news.tos-sec {
	margin-top: 40px;
}
.section-pad {
	padding-top: 40px;
	padding-bottom: 40px;
}
.hub-expert-box {
	display: block;
}
.loadmorehub-button {
	display: none;
}

.tech-dictionary-sec ul li {
	margin: 0 20px 12px 0;
}
.tech-dictionary-sec {
	padding: 30px 20px 20px 20px;
}
.share-article-sec .at-icon-wrapper.at-share-btn.at-svc-compact {
	height: 44px;
}
.treanding-termcl li {
	width: 23.5% !important;
}

/*brand-layout-css*/

.regulated-visit-button {
	width: 26%;
}
.reviewbox-progressbar {
	margin-right: 27px;
}

/*brand-layout-css-End*/

/*article-topics*/

.pills-topics-right {
	max-width: calc(100% - 30%);
	margin-left: 30px;
}
.pills-topics-left ul li {
	font-size: 14px;
}
.pills-topics-left ul.jan-list-arrow li a {
	padding: 6px 25px 6px 10px;
}
.jan-list-arrow-item__link::after {
	right: 0px;
}
.pills-topics-left .jan-nav-collapse-item > .jan-nav-collapse-item__link::after {
	right: 0px;
}
.pills-topics-left .jan-nav-collapse-item > .jan-nav-collapse-item__link {
	background: none !important;
}
/*article-topics-end*/

/*Casino bonuse*/

.bonuse-boost input {
	max-width: 72%;
}
/*Casino bonuse End*/

/*dictionary css*/

.dictionary-listcl.dictionary-list-banner li {
	width: 23.5%;
}
.term-recently-right {
	max-width: calc(100% - 68%);
	margin-left: 10px;
}
.termList li {
	width: 48.5%;
}
.termList li:nth-child(4n) {
	margin-right: 15px;
}
.termList li:nth-child(2n) {
	margin-right: 0;
}

.navterms-inner1 a {
	width: 48.5%;
}
.navterms-inner1 a:nth-child(4n) {
	margin-right: 15px;
}
.navterms-inner1 a:nth-child(2n) {
	margin-right: 0;
}

/*dictionary css-End*/
.postrepeter-right h3 a {
	-webkit-line-clamp: inherit;
	height: auto;
}

.defination-wrapper-inner li {
	width: 23.3%;
}
.su-table-responsive table td, .su-table-responsive table th {
	word-break: initial !important;
	white-space: nowrap;
}
.su-table table td, .su-table table th {
	word-break: initial !important;
	white-space: nowrap;
}
.latest-home-block .homepage-right li {
	margin-right: 12px;
}
.home-right-innercl a.cat-namecl {
	font-size: 10px;
}
.latest-home-block .home-right-innercl h5 {
	min-height: 46px;
}
.latest-home-block .homepage-left-inner h3 {
	font-size: 18px;
}
.latest-home-block .trending-box-inner {
	width: 23.3%;
}
.top-latest-fature-section.latest-home-block .trending-box-inner {
    width: 230px;
    flex-shrink: 0;
}
.new_filter_data .latest-home-block .trending-box-inner {
	margin: 0;
	width: 230px;
	flex-shrink: 0;
}
.pills-topics-right h2 {
	font-size: 22px;
	margin-bottom:15px;
}
.all-guide-categories .jan-nav-collapse-item > .jan-nav-collapse-item__link {
	padding: 12px 25px 12px 15px;
	font-size: 14px;
}
.autohr-img {
	width: 30px;
}
.award-guide-sec .readers-repeter-img {
	margin-right: 10px;
}
.award-guide-sec .readers-repeter span {
	font-size: 10px;
}
.cryguide-page-sec .sinlge-cont-top,.page-template-template-full-width .entry-meta.custom_author {
	margin-bottom: 0;
}
.sinlge-cont-top {
	margin-bottom: 12px;
}
.campaign-shortcode-table_sort-mobile-select, .campaign-shortcode_tags_select {
	color: #1C2642 !important;
	background: #F5F4FF;
} 

/*Verdict Box Css*/

.verdict-inner {
	padding: 15px;
}
.verdict-inn-sec {
	flex-direction: column-reverse;
}
.verdict-box-left {
	width: 100%;
	padding-right: 0;
	margin-top: 15px;
}
.verdict-box-right {
	width: 100%;
}
.verdict-rating-img {
	margin-top: 0;
	width: 50%;
	object-fit: cover;
}
.verdict-rating-sec {
	display: inline-block;
	width: 49%;
}
.verdict-box-right {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-direction: initial;
}	
.verdict-rating-img {
	margin-top: 0;
	width: 50%;
}
.verdict-inner-pros, .verdict-inner-cons {
	width: 100%;
	padding-right: 0;
}
.verdict-inner-cons {
	padding-left: 0;
	padding-right: 0;
}
.verdict-inner2 ul {
	margin-bottom: 20px;
}
.try-verdict-button a {
	width: 100%;
}
.verdict-box-heading {
	left: -20px;
}
.verdict-box-right .tech-rating {
	font-size: 14px;
	font-weight: 600;
}

/*Verdict Box Css End*/

/*Custom Css*/
.table_content_inner{
	min-width: 1000px;
}
.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";
}

/*Custom Css End*/

/* New Home page filter layout*/

.new_filter_sec li a {
	display: inline-block;
	white-space: nowrap;
	padding: 6px 12px;
}
.new_filter_sec ul {
	flex-wrap: inherit;
	margin-bottom: 0;
	overflow: auto;
	width: 100%;
}
.new_filter_sec .more_cat_filter {
	display: flex !important;
}
.more_cat_filter {
    padding-bottom: 0;
}
li.more_btn_cat_filter {
	display: none;
}
.new_filter_data .homepage-left {
	max-width: 70%;
}
.new_filter_data .homepage-right {
	width: 27%;
	max-width: 27%;
}
.new_filter_data .trending-box-inner {
	width: 18.9%;
	margin-right: 0 !important;
}
.new_filter_data .trending-text h5 {
	font-size: 16px;
}
.new_filter_data .latestnews-second-sec {
	width: 100%;
	overflow: auto;
	display: flex;
	padding-bottom: 10px;
	flex-shrink: 0;
	gap: 15px;
	margin-bottom: 30px;
	flex-wrap: initial;
}
.new_filter_data .trending-box-inner {
	width: 230px;
	margin: 0;
	flex-shrink: 0;
}
.page-template-New_Flexible_Page_Content .treanding-termcl li {
	font-size: 17px;
}
.page-template-New_Flexible_Page_Content .latest-ans-card {
	padding: 15px;
}
.page-template-New_Flexible_Page_Content .trending-text h5 {
	margin-top: 2px;
	margin-bottom: 10px;
	font-size: 16px;
}
.page-template-New_Flexible_Page_Content .howto-new-layout .trending-text {
	display: flex;
	flex-wrap: wrap;
}
.page-template-New_Flexible_Page_Content .latest-ans-tab .latest-ans-card h4 {
	font-size: 20px;
}
.page-template-New_Flexible_Page_Content .trending-box-inner .latest-bottomcl {
	min-height: inherit;
}
.page-template-New_Flexible_Page_Content .howto-new-layout .trending-box-inner:first-child h5 {
	font-size: 20px;
}
.page-template-New_Flexible_Page_Content .latest-ans-inner2 {
	padding: 0 7px 15px;
	width: 50%;
}
.trending-box-inner.latest-guide-sec-newlayout {
	width: 50%;
}
.trending-box-inner.latest-guide-sec-newlayout .trending-img {
	height: auto;
}
.trending-box-inner.latest-guide-sec-newlayout {
	width: 100%;
}
.trending-box-inner.latest-guide-sec-newlayout2 {
	width: 23.9%;
}
.new-layout-latest-review  .trending-box {
	gap: 15px;
}
.page-template-New_Flexible_Page_Content .new-layout-latest-review .trending-box-inner {
	width: 48.9%;
	margin-right: 0;
}
.howto-new-layout .trending-box {
	gap: 10px;
}
.page-template-New_Flexible_Page_Content .howto-new-layout .trending-box-inner {
	width: 230px;
	margin: 0;
	flex-shrink: 0;
}
.page-template-New_Flexible_Page_Content .popular-cat {
	width: 20%;
}
.new-layout-latest-review .trending-section {
	gap: 15px;
}
.howto-new-layout .trending-section {
	gap: 10px;
}
.popular-new-int {
	flex-direction: column;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: space-between;
}
.new_filter_sec {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 0;
}
.show-all-button.show-all-for-desktop {
    display: none;
}
.show-all-button.show-all-for-mobile {
    display: inline-block;
}

.page-template-New_Flexible_Page_Content #wrapper-navbar.safebettingsitesMegaNav .container {
	padding-left: 5px !important;
}
.new-layout-latest-review .fature-box-inner, .howto-new-layout .fature-box-inner {
	gap: 10px;
}

.fature-box-inner {
	width: 100%;
	overflow: auto;
	display: flex;
	padding-bottom: 10px;
	flex-shrink: 0;
	gap: 15px;
	margin-bottom: 30px;
	flex-wrap: initial;
}

/* New Home page filter layout End*/

.popular-new-int .popular-headings {
	width: 100%;
}

/*New-header Css*/
.header_hamburger {
	display: inline-block;
	width: auto;
}
.header-right {
    display: none;
    position: fixed;
    top: 57px;
    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: #F1F5FF;
    z-index: 99;
}
.header-right.open-nav {
	left: 0;
}
.header_container {
	display: flex;
	align-content: center;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.header_container .social-media {
	margin-top: 0;
}
.header-social .social-media a {
	margin-right: 0;
}
.header-social {
	display: none;
}
.header_search {
	justify-content: right;
	width: auto;
	padding: 0;
}
.navbar-togglemenu {
	width: 40px;
	height: 60px;
	position: relative;
	top: 0px;
	text-align: center;
	cursor: pointer;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
}
.header_hamburger.hamburger {
	background: #F1F5FF;
	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;
}
.main-nav.nav {
	height: 100%;
	width: 100%;
}
.main-nav .navbar-nav {
	display: flex;
	width: 100%;
	text-align: left;
	left: 0;
	height: calc(100% - 90px);
	padding-bottom: 90px;
	flex-direction: column;
	flex-wrap: nowrap;
	overflow-x: hidden;
	overflow-y: auto;
	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: 2px;
	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: 2px;
	left: 0;
	top: -5px;
}
.navbar-togglemenu span::after {
	top: 5px;
}
.header_wrapper .container {
	padding-left: 10px;
	padding-right: 10px;
}
.header-right ul li.menu-item-has-children > a::after {
	display:none;
}
.header-right ul li {
	border-bottom: 1px solid #EBEFF2;
}
.header-right ul li {
	width: 100%;
	position: unset;
	font-family: 'helveticabold';
	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;
}
.header-right li > a {
	font-size: 14px;
	padding: 14px 5px 14px 14px;
	width: calc(100% - 56px);
	display: inline-block;
}
.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: #0077cc;
}
.sub-menu {
	display: none;
	background-color: #FFF;
	position: absolute;
	top: 0;
	left: unset;
	height: calc(100vh - 97px);
	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 - 97px);
	width: calc(100vw - 180px);
	box-shadow: none;
	max-height: inherit;
}
.header-right ul li:hover {
	background-color: #EBEFF2;
}
.header-right ul li a:hover {
	background-color: transparent;
}
.header-right .sub-menu li {
	width: 100% !important;
}
.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;
}
.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: calc(100vh - 197px);
	left: 0;
	height: calc(100vh - 197px);
}
.header-right li > ul ul {
	left: 0;
	top: 0;
	background: #fff !important;
	height: calc(100vh - 195px);
	width: calc(100vw - 0px);
	padding: 0 0px 100px;
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative;
}
.header-right li:hover > .sub-menu li .sub-menu {
	height: calc(100vh - 197px);
}
.navopen {
	overflow: hidden;
}
.search-bar-wrapper.wrapper-top-search {
	height: 100%;
	top: 57px;
}
.search-bar-wrapper.wrapper-top-search {
	height: auto;
	background: #fff;
	padding: 0 !important;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}
.search-bar-wrapper.wrapper-top-search {
	height: 100%;
	top: 57px;
}
.wrapper-top-search .input-bar-wrapper {
	padding: 12px 16px;
	text-align: center;
}
.wrapper-top-search #search-input {
	font-size: 17px;
	height: 50px;
	background-size: 20px;
}
.wrapper-top-search .header_close-searchbar-btn--desk {
	height: 52px;
	width: 52px;
	background: #F1F5FF !important;
	border-radius: 0;
	top: -57px !important;
	position: absolute !important;
}
.header  .desktop-flag .fin-country-dropdown {
	display: none;
}
.mobile-flag-outer {
	display: flex;
	text-align: left;
	position: relative;
	bottom: 37px;
	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: 100%;
	position: unset;
	padding-left: 15px;
}
.country-dropdown--first-flag {
	vertical-align: top;
	margin-top: 0;
	color: #000000;
	font-size: 14px;
}
.fin-country-dropdown .dropdown {
	z-index: 1;
	width: 48%;
	position: unset;
	display: inline-block;
	padding-top: 16px;
}
.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: 291px;
	overflow: scroll;
	padding: 0;
}
.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;
}
.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: #E25C5C;
    height: 100%;
    width: 4px;
    opacity: 1;
    visibility: visible;
}

/*New-header Css End*/

.author_sec1 {
	max-width: 64%;
}
.author_sec2 {
	width: 31%;
	text-align: right;
}
.name_author_out {
	position: relative;
	width: 100%;
}
.author_sec3 {
	width: 80%;
	margin-left: 0;
	margin-right: auto;
	padding-left: 0;
	margin-top: 10px;
}
.authore-update-row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.author_sec3 .custom_author_name {
	width: auto;
}
.author_sec3 .posttim.posdate {
    margin-left: 4px;
}
.single-post .toc-sticky .toc-sticky__open,.single-review .toc-sticky .toc-sticky__open,.single-how-to .toc-sticky .toc-sticky__open,.single .toc-sticky .toc-sticky__open {
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.single-post .toc-sticky #multiCollapse1,.single-review .toc-sticky #multiCollapse1,.single-how-to .toc-sticky #multiCollapse1,.single .toc-sticky #multiCollapse1 {
	max-width: 100%;
}
.campaign-shortcode-table_filter-section-wrapper {
	overflow: auto;
}
.methodology_sec .expert-count-rep h3 {
	line-height: 35px;
}
/*BM CSS START*/
.campaign-shortcode-table_sort-mobile-select, .campaign-shortcode_tags_select {
	color: #fff !important;
}	
body.bm-tiny .campaign-list-item_cta-btn.no-coupon {
    margin-top: 0;
}	
div.toplist-poker__filter-wrapper {
	margin-right: 0;
	margin-left: 0;
}	
/*BM CSS END*/

/* trusted research css*/

.tp-award-sec .award-inner {
	padding: 30px 0;
}
.tp-award-left {
	width: 100%;
}
.tp-award-right {
	width: 100%;
}
.tp-award-right {
	width: 100%;
	padding-left: 0;
	padding-top: 20px;
}
.tp-award-right .award-top-autohr {
	width: 40%;
	margin-top: 0;
}
.tp-award-right .readers-repeter {
	max-width: 48%;
}
.tp-award-right .readers-outer .readers-repeter-inner {
	width: 60%;
}
.brands-logo-inner {
	gap: 20px 30px;
	position: relative;
	z-index: 9;
}
.tp-award-right .award-top-autohr .readers-repeter {
	padding: 45px 5px;
}
/* trusted research css End*/

/*Hub Css*/

.homepage-right {
	padding-left: 10px;
}
.author-name {
	font-size: 10px;
}
.hub-lates-news-inner2 {
	gap: 15px;
	overflow: auto;
	flex-wrap: inherit;
}
.hub-lates-news-inner2 .trending-box-inner {
	width: 100%;
	max-width: 315px;
	flex-shrink: 0;
	padding-bottom: 10px;
}
.trending-box-inner.hub-trending-boxtwo .trending-img {
	height: 152px;
}
.hub-lates-news-inner .pagination-wrapper.section-inner {
	padding-top: 20px;
}
.trending-box {
	gap: 15px;
	flex-wrap: inherit;
	overflow: auto;
	padding-bottom: 10px;
}
.latest-hub-review.latest-guide-sec .trending-box-inner {
	width: 100%;
	max-width: 315px;
	flex-shrink: 0;
}
.how-tos-pick-sec.latest-guide-sec .trending-box-inner {
	width: 100%;
	max-width: 315px;
	flex-shrink: 0;
}
.diction-hun-sec .dictionary-inner2 .jan-dictionary {
	overflow: auto;
	flex-wrap: inherit;
	flex-shrink: 0;
}
.diction-hun-sec .latest-ans-inner2 {
	padding: 7px 7px;
	width: 100%;
	max-width: 315px;
}
.hubqa-ans-sec .fullanswer-button {
	margin-top: 15px;
	margin-bottom: 15px;
}
.hubqa-ans-sec .latest-ans-inner2 {
	padding: 7px 7px;
	width: 100%;
	max-width: 315px;
	flex-shrink: 0;
}
.hubqa-ans-sec .jan-popular-qas {
	overflow: auto;
	flex-wrap: inherit;
}
.hub-expert-sec .get-expertcl-inner {
	display: flex;
	flex-wrap: initial;
	width: 100%;
	margin-top: 15px;
	max-width: 800px;
	overflow: auto;
	flex-shrink: inherit;
	gap: 0px 15px;
}
.hub-expert-sec .expert-box {
	width: 180px;
	flex-shrink: 0;
	display: inline-block;
	max-width: 100%;
}
.might-also-like {
	margin-top: 30px;
}
.might-also-like .latest-ans-inner2 {
	width: 33%;
}
.footer-list .footer-box2 ul {
	gap: 0 15px;
}

/*Hub Css End*/

/* tools Css*/

.tech-tools-sec .latest-ans-inner2 {
	width: 33%;
}
.tech-tools-sec .dictionary-inner .latest-ans-card {
	padding: 15px 15px 15px;
}

/* tools Css End*/

.Explore_tool_sec .Explore_tool_sec_inner2 {
	width: 48.8%;
}

.latest-archive-right {
	margin-left: 20px;
	max-width: calc(100% - 69.2%);
}
	
}
@media only screen and (max-width:767px){

.about-banner-section {
	padding-top: 10px;
}
.about-banner-left h1 {
	font-size: 24px;
	line-height: 135%;
	margin-bottom: 8px;
}
.about-banner-left h3 {
	font-size: 20px;
}
.about-banner-left {
	padding-right: 0;
	padding-top: 0;
}
.about-banner-right {
	text-align: center;
}
.about-banner-right img {
	max-width: 220px;
}
.our-mission-out {
	padding: 24px;
}
.our-mission-out p {
	font-size: 18px;
	background-size: 24px;
	background-position: left 4px;
	line-height: 150%;
	padding-left: 40px;
}
.expert-team-section {
	padding-top: 20px;
}
.about-banner-section::before,.about-banner-section::after {
	display: none;
}
.expert-count-rep {
	width: 50%;
	text-align: center;
	margin-bottom: 18px;
}
.expert-count-rep h4 {
	font-size: 32px;
	margin-bottom: 0;
}
.expert-count-rep span {
	font-size: 12px;
	line-height: 125%;
}
.get-expertcl h3 {
	display: none;
}
.get-expertcl {
	margin-top: 10px;
}
.expert-box {
	width: 48%;
}
.expert-box-inner h5 {
	font-size: 16px;
}
.social-links li {
	margin: 0 7px !important;
}
.meet-morebutton {
	text-align: left;
	margin-top: 0;
	padding: 0;
}
.meet-morebutton a {
	font-size: 14px;
	padding-right: 35px;
	background-position: right 3px;
}
.sec-position-mob {
	display: flex;
	flex-wrap: wrap;
}
.feature-section {
	order: 2;
}
.editorial-section {
	order: 1;
}
.editorial-section.faq-section {
	order: 3;
}
.editorial-inner h3 {
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 22px;
}
.editorial-inner h4 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.editorial-inner li {
	margin-bottom: 5px;
}
.editorial-inner ul {
	margin-bottom: 20px;
}
.feature-innercl {
	padding: 15px 0 0;
}
.feature-innercl h3 {
	font-size: 18px;
	margin-bottom: 0;
}
.feature-logocl {
	width: 100%;
	max-width: 96px;
	padding: 0;
}
.section-pad {
	padding-top: 30px;
	padding-bottom: 30px;
}
.advertising-outer p {
	padding: 0;
}
.footer-logo {
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 30px;
	flex-wrap: wrap;
	text-align: center;
}
.social-media {
	display: inline-block;
	margin-top: 15px;
}
.footer-list ul {
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footer-list li {
	margin: 15px 20px 0 0;
}
.latest-news::before {
	display: none;
}
.latest-news::after {
	display: none;
}
.popular-headings {
	font-size: 18px;
	margin-bottom: 0;
	border-bottom: 8px solid #0077CC;
	padding-bottom: 6px;
}
.latest-news-inner .popular-headings {
	margin-bottom: 0;
}
.container {
	padding-left: 23px;
	padding-right: 23px;
}
.homepage-left-inner {
	margin-right: 0;
	width: 100%;
}
.homepage-left .card-img {
	height: 380px;
	border-radius: 0;
}
.homepage-left-inner .jan-card__content {
	background: #07C;
	border-radius: 0;
}
.author-name a {
	color: #fff;
}
.homepage-left .post-timeing {
	color: #fff;
}
.homepage-left-inner h3 {
	font-size: 20px;
	line-height: 135%;
	margin-bottom: 5px;
}
.card-img-overlay {
	position: relative;
}
.homepage-right {
	padding-left: 0;
	padding-right: 0;
	padding-top: 15px;
}
.homepage-right li {
	flex-direction: row-reverse;
}
.home-right-img, .trending-img {
	width: 114px;
	height: 70px;
	margin-right: 0;
	margin-left: 8px;
}
.home-right-innercl, .trending-text {
	width: calc(100% - 123px);
}
.latestnews-second-sec {
	margin-top: 15px;
	padding-left: 0;
	padding-right: 0;
}
.trending-box-inner {
	width: 100%;
	margin-right: 0;
	flex-direction: row-reverse;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.home-right-innercl h5 {
	margin-bottom: 0px;
}
.trending-text {
	margin-top: 0;
}
.latest-news {
	margin-bottom: 20px;
}
.tech-heading img {
	max-width: 142px;
}
.dictionary-search input {
	background-size: 20px;
}
.jan-dictionary {
	width: 100%;
	max-width: 800px;
	overflow: auto;
	display: flex;
	flex-wrap: inherit;
	padding-bottom: 10px;
}
.latest-ans-inner2 {
	padding: 0 7px;
	width: 100%;
	max-width: 315px;
}
.popular-headings a {
	font-size: 0;
	padding-right: 0;
	width: 28px;
	display: inline-block;
	height: 26px;
	vertical-align: top;
	background-position: right center;
}
.popular-cat-img {
	margin-bottom: 5px;
}
.popular-cat-img img {
	max-width: 36px;
}
.popular-cat {
	width: 25%;
	padding: 0 6px;
	line-height: 17px;
	margin-bottom: 20px;
}
.popular-cat span {
	font-size: 12px;
	line-height: 150%;
}
.latest-reviews-sec .trending-box-inner,.latest-guide-sec .trending-box-inner {
	flex-direction: column;
}
.latest-reviews-sec .trending-img, .latest-guide-sec .trending-img {
	width: 100%;
	height: 300px;
	margin-left: 0;
}
.latest-reviews-sec .trending-text,.latest-guide-sec .trending-text {
	width: 100%;
}
.trending-news.latest-guide-sec {
	padding-top: 20px;
}
.latest-ans-section {
	padding-top: 20px;
	padding-bottom: 20px;
}
.jan-popular-qas {
	width: 100%;
	max-width: 800px;
	overflow: auto;
	display: flex;
	flex-wrap: inherit;
	padding-bottom: 10px;
}
.latest-ans-tab {
	margin-top: 15px;
}
.latest-ans-tab .latest-ans-card h4 {
	font-size: 16px;
}
.fullanswer-button {
	margin-top: 12px;
}
.latest-ans-tab .popular-wrappercl p {
	margin-bottom: 15px !important;
}
.readers-outer span {
	font-size: 20px;
}
.readers-repeter {
	margin-right: 0;
	margin-bottom: 15px;
}
.readers-repeter span {
	font-size: 12px;
}
.readers-repeter-img {
	margin-right: 15px;
}
.readers-repeter-inner {
	margin-bottom: 10px;
}
.readers-outer p {
	text-align: left;
}
.explained-button {
	margin-top: 20px;
	text-align: center;
}
.explained-button a {
	font-size: 14px;
	max-width: 100%;
}
.award-section {
	padding: 0 0 30px;
}
.newsletter-left {
	max-width: 100%;
	padding-top: 0;
	text-align: center;
}
.newsletter-inner span.letter-heading {
	font-size: 20px;
	text-align: center;
}
.newsletter-form-action .wpcf7-list-item {
	margin: 0 0 10px;
	width: 50%;
}
.newsletter-form-action p {
	text-align: left !important;
}
.newsletter-inner p {
	text-align: center;
}
.newsletter-inner form {
	margin-bottom: 0;
}
.newsletter-right {
	max-width: 100%;
	text-align: center;
	margin-top: 10px;
}
.newsletter-right img {
	max-width: 142px;
}
.newsletter-inner {
	padding: 30px 0 30px;
}
.newsletter-form-action .input-group {
	flex-wrap: wrap;
	background: transparent;
	border: none;
	border-radius: 0;
}
.newsletter-form-action .form-control.newsletter-form-email {
	height: 48px;
	font-size: 16px;
	border: 1px solid #E8E8E8;
	background: #fff;
}
.input-group-append {
	width: 100%;
	margin-top: 13px;
}
.newsletter-form-action .wpcf7-form-control.has-spinner.wpcf7-submit {
	height: 44px;
	width: 100%;
	margin: 0;
}
.news-top-mobile{
	display:block;
}
.author-sec-inner {
	padding: 0;
}
.author-sec-outer::after {
	display: none;
}	
.author-sec-left {
	text-align: center;
	background: url(images/author-bg.svg) center 20px no-repeat;
	max-width: 100%;
}
.author-left-img img {
	max-width: 120px;
}
.author-sec-left h1, .author-sec-left .expetis {
	display: block;
}
.author-sec-left .custom-user-url {
	display: none;
}
.mobile_bio_social_sec {
	display: inline-block;
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
}
.author-sec-right h1 {
	font-size: 24px;
	margin-bottom: 5px;
}
.author-sec-right h1, .author-sec-right .expetis {
	display: block;
	text-align: center;
	padding-right: 0;
}
.author-sec-right {
	max-width: 100%;
	padding-left: 0;
	padding-top: 15px;
}
.author-sec-left h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	color: #1C2642;
	margin-top: 15px;
	margin-bottom: 0;
}
.author-sec-left .expetis {
	display: inline-block !important;
	margin-bottom: 0;
}
.articles-leftcl {
	max-width: 100%;
}
.articles-leftcl h4 {
	font-size: 18px;
	margin-bottom: 15px;
	border-bottom: 8px solid #0077CC;
	padding-bottom: 10px;
}
.author-guide-sec::before {
	display: none;
}
.author-top-post .postrepeter-left {
	height: 210px;
	margin-left: 0;
}
.author-top-post .postrepeter-left img {
	border-radius: 0;
}
.author-postrepeter.author-top-post {
	width: calc(100% + 26px);
	margin-left: -13px;
	margin-right: -13px;
	border-radius: 0;
}
.author-postrepeter {
	margin-bottom: 16px;
	width: 100%;
	flex-direction: row-reverse;
}
.postrepeter-left {
	max-width: 114px;
	height: 70px;
	margin-left: 8px;
}
.postrepeter-right {
	max-width: calc(100% - 123px);
	padding-left: 0;
}
.postrepeter-right h5 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.navigation.pagination {
	width: 100%;
	max-width: 308px;
}
.pagination-wrapper .nav-links {
	display: flex;
	width: auto;
	flex-wrap: wrap;
	justify-content: center;
}
.pagination-wrapper .page-numbers {
	margin:0;
}
.prev.page-numbers {
	margin: 8px 0 0 !important;
	order: 1;
	width: 48.5%;
	margin-right: 4px;
	border-right: 1px solid #E0E0E0;
}
.next.page-numbers {
	order: 2;
	width: 48.5%;
	margin-top: 8px !important;
	margin-left: 4px !important;
}
.articles-right > h5 {
	border-bottom: 8px solid #0077CC;
	margin-bottom: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.author-expert-box {
	border: none;
	margin-top: 20px;
}
.all-authorbutton {
	display: none;
}
.author-articles-outer {
	margin-bottom: 30px;
	margin-top: 30px;
}
.contr-banner-left h1 {
	font-size: 24px;
	margin-bottom: 15px;
}	
.contr-banner-left img {
	margin-left: 8px;
	max-width: 24px;
}
.contr-banner-outer::after {
	display: none;
}
.contr-banner-right {
	text-align: center;
	margin-top: 15px;
}
.contr-banner-right img {
	width: 194px;
}
.contributor-top-section.cont-section2::before {
	display: none;
}
.expert-box-inner {
	padding: 15px 0 15px;
}
.expert-img img {
	width: 70px;
	height: 70px;
}
.expert-box-inner {
	background: #FFF url(images/Content-Expert-mob.png) center 20px no-repeat;
}
#breadcrumb li {
	margin-bottom: 0;
	padding-bottom: 0 !important;
}
.sinlge-cont-top {
	max-width: 100%;
}
.parts_of_section .nav-link {
	font-size: 12px;
	width: 100%;
}
.part-offcl {
	margin-right:0;
	margin-bottom: 5px;
	display: inline-block;
}
.entry-title {
	font-size: 24px;
	margin-bottom: 12px;
}
.authorByline_tooltip {
	width: 310px;
}
.authorByline_tooltip::before {
	left: 50%;
}
.sinlge-cont-left {
	max-width: 100%;
}
.key-box-outer,.verdict-outer {
	margin: 20px 0 20px;
}
.sinlge-cont-left .featured-media {
	width: calc(100% + 26px);
	margin: 0 -13px;
	padding-bottom: 20px;
}
.sinlge-cont-left .featured-media img {
	border-radius: 0;
}
.author_section__extra {
    margin: -2px 0 10px;
}
.telegram-single {
	margin-top: 10px;
	margin-bottom: 20px;
}
.telegram-single p {
	font-size: 14px;
	line-height: 150%;
}
.single-post-outer .su-list ul {
	padding: 0 !important;
}
.su-row .su-column {
	margin: 30px 0 0 0 !important;
}
.single-post-outer h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.single-post-outer h3 {
	font-size: 18px;
}
.stepby-outer h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}
.su-highlight h3 {
	font-size: 18px;
}
td:nth-child(1) {
	padding-left: 15px !important;
}
.article-sec-inner li {
	width: 100%;
	margin-right: 0;
}
.article-sec-inner h4, .article-questions h4 {
	border-bottom: 8px solid #0077CC;
	padding-bottom: 6px;
	width: 100%;
}

.our-mission-out.quote-single {
	padding-top: 10px;
	padding-bottom: 10px;
}
.share-article-sec .at-resp-share-element.at-mobile .at-label {
	display: block !important;
}
.share-article-sec .at-icon-wrapper .at-label {
	letter-spacing: 0;
}
.share-article-sec .at-icon-wrapper.at-share-btn.at-svc-facebook {
	width: 116px;
}
.share-article-sec .at-icon-wrapper.at-share-btn.at-svc-twitter {
	width: 94px;
}
.share-sec-tags {
	padding-top: 20px;
	padding-bottom: 20px;
}
.sharetags-top span {
	width: 100%;
	display: block;
}
.sharetags-top {
	margin-bottom: 18px;
}
.custom-post-tags {
	text-align: left;
	margin-top: 10px;
}
.author-bottom {
	padding: 24px 24px 30px;
}
.author-avatar {
	max-width: 100%;
	margin-bottom: 7px;
}
.author-avatar img {
	width: 80px;
	vertical-align: top;
	height: 80px;
}
.author-sharing img {
	max-width: 15px;
	vertical-align: middle !important;
}
.author-sharing {
	width: calc(100% - 85px);
	padding-left: 15px;
	text-align: left;
	margin-top: 0;
}
.author-sharing li {
	text-align: center;
}
.author-des-right {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	margin-top: 12px;
}
.author-des-right h5 {
	display: none;
}
.author-sharing h5 {
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	color: #1C2642;
	margin-bottom: 5px;
	margin-top: 0;
}
.author-sharing h5 a {
	width: auto;
	height: auto;
	background: none;
	color: #1C2642;
}
.author-read-more {
	text-align: left;
}
.single-cont-right {
	max-width: 100%;
	margin-left: 0;
}
.article-trending-list-sec {
	margin-top: 40px;
}
.single-cont-right h4 {
	margin-bottom: 15px;
	border-bottom: 8px solid #0077CC;
	padding-bottom: 8px;
}
.related-list-sec .related-imgcl {
	width: 100%;
	height: 205px;
}
.related-list-sec .related-sec-text {
	width: 100%;
	padding-right: 0;
	margin-top: 5px;
}
.related-list-sec .related-sec-text h5 {
	margin: 0 0 9px;
	height: auto;
}
.related-list-sec {
	margin-bottom: 5px;
}
.jan-dictionary.sidebar-dictionary, .latest-ans-tab.sidebar-question-answer {
	flex-wrap: wrap;
	max-width: 100%;
	padding-bottom: 0;
}
.single-cont-right h4 {
	width: 100%;
}
.sidebar-dictionary .latest-ans-inner2,.sidebar-question-answer .latest-ans-inner2 {
	max-width: 100%;
}
.single-cont-right .latest-ans-card h4 {
	border-bottom: none;
	padding-bottom: 0;
}
.latest-ans-tab.sidebar-question-answer {
	margin-top: 20px;
}
.sidebar-dictionary {
	margin-top: 20px;
}
.single-popular-news-outer {
	padding: 40px 0 20px;
	margin-top: 23px;
}
.single-popular-news-inner h4 {
	font-size: 18px;
	margin-bottom: 8px;
	border-bottom: 8px solid #0077CC;
	padding-bottom: 5px;
}
.single-popular-news-inner h4 img {
	display: none;
}
.ms_most_popular_news_outer ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.ms_most_popular_news_outer li a {
	width: calc(100% - 38px);
}
.ms_most_popular_news_outer li::before {
	font-size: 20px;
	top: 0px;
	margin-right: 16px;
	width: 20px;
}
.ms_most_popular_news_outer li {
	padding: 12px 0;
	margin-right: 0;
}
.single-latest-news-outer {
	padding: 40px 0;
}
.mslatest_news_inner_item.latest_top_post {
	width: 100%;
}
.mslatest_news_inner_item.latest_top_post:first-child {
	width: calc(100% + 26px);
	margin: 0 -13px;
}
.mslatest_news_inner_item.latest_top_post:first-child img {
	border-radius: 0;
}
.mslatest_news_inner_item.latest_top_post:first-child .mslatest_news_content {
	background: #fff;
	padding: 15px;
	width: 100%;
}
.mslatest_news_inner_item.latest_top_post:first-child .mslatest_news_content .mslatest_news_term {
	margin: 0 0 5px;
}
.mslatest_news_inner_item.latest_top_post:first-child a {
	color: #0077CC;
}
.mslatest_news_inner_item.latest_top_post:first-child h3 {
	color: #1C2642;
}
.mslatest_news_inner_item.latest_top_post .msauthor-name a {
	color: #757575;
}
.mslatest_news_inner_item.latest_top_post:first-child .post-timeing {
	color: #757575;
}
.mslatest_news_inner_item.latest_bottom_post, .mslatest_news_inner_item.latest_top_post:nth-child(2) {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	border: none;
}
.mslatest_news_inner_item.latest_top_post .mslatest_news_content {
	padding: 0;
}
.latest_bottom_post .mslatest_news_img, .mslatest_news_inner_item.latest_top_post:nth-child(2) .mslatest_news_img {
	height: 70px;
	width: 114px;
	margin-left: 8px;
}
.mslatest_news_content,.mslatest_news_inner_item.latest_top_post:nth-child(2) .mslatest_news_content {
	width: calc(100% - 123px);
	line-height: initial;
}
.latest_bottom_post .mslatest_news_term, .mslatest_news_inner_item.latest_top_post:nth-child(2).mslatest_news_term {
	margin-bottom: 3px;
	margin-top: 0;
}
.latest_bottom_post .post-expert {
	display: none;
}
.mslatest_news_inner_item.latest_top_post:nth-child(2) .mslatest_news_content h3{
	font-size:16px;	
}
.mslatest_news_inner_item.latest_top_post:nth-child(2) .mslatest_news_term {
	margin-top: 0;
	margin-bottom: 5px;
}
.categorie-singlepop {
	margin-bottom: 15px;
}
.cat-hub-banner-left {
	max-width: 100%;
}
.cat-hub-banner-inner {
	padding: 25px 0 0;
	flex-direction: column-reverse;
}
.cat-hub-banner-right {
	max-width: 100%;
	width: 48px;
	position: absolute;
	left: 12px;
	top: 17px;
	margin: 0;
}
.cat-hub-banner-left .archive-title {
	font-size: 24px;
	padding-left: 66px;
}
.cat-hub-subtitle {
	margin-top: 5px;
	display: inline-block;
	width: 100%;
}
.cat-hub-banner-left .dictionary-search {
	margin-top: 5px;
}
.hub-banner-feature a {
	font-size: 10px;
	padding: 4px 8px;
	width: 100%;
	white-space: nowrap;
}
.hub-banner-feature span {
	display: inline-block;
	width: 100%;
	margin-bottom: 4px;
}
.hubfeature {
	display: flex;
	width: 100%;
}
.hub-banner-feature ul {
	width: 100%;
	margin-left: 0;
	max-width: 830px;
	overflow: auto;
	display: flex;
	flex-wrap: inherit;
}
.hub-banner-feature li {
	display: inline-block;
	width: auto;
}
.hub-top-picks-sec {
	padding-top: 32px;
}
.hub-top-pick-heading h3 {
	font-size: 18px;
	background: transparent;
	padding-right: 0;
	border-bottom: 8px solid #0077CC;
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.homepage-left-inner {
	width: calc(100% + 26px);
	margin: 0 -13px;
}
.homepage-left-inner img {
	border-radius: 0;
}

.hub-lates-news-sec .trending-img,.trending-box-inner.hub-trending-boxtwo .trending-img {
	width: 100%;
	height: 152px;
	margin-left: 0;
}
.trending-box-inner .trending-text h5 {
	min-height: 65px;
}
.hub-lates-news-sec .trending-text {
	width: 100%;
}

.hub-lates-news-inner2 {
	margin-top: 15px;
}
.hub-lates-news-inner2 .trending-box-inner {
	width: 315px;
	margin-right: 0;
	flex-shrink: 0;
	margin-bottom: 0;
}
.hub-lates-news-inner2, .latest-reviews-sec .trending-box, .latest-guide-sec .trending-box, .tos-sec .trending-box {
	display: flex;
	flex-wrap: inherit;
	width: 100%;
	margin-top: 15px;
	max-width: 800px;
	overflow: auto;
	padding-bottom: 0;
}
.hub-lates-news-inner {
	margin-bottom: 0;
}
.latest-reviews-sec .trending-box-inner,.latest-guide-sec .trending-box-inner,.tos-sec .trending-box-inner {
	flex-shrink: 0;
	width: 315px;
	margin-right: 15px;
}
.hubqa-ans-sec .fullanswer-button {
	margin-top: 15px;
	margin-bottom: 15px;
}
.trending-news.latest-guide-sec {
	padding-bottom: 30px;
}
.tos-sec .trending-img {
	width: 100%;
	height: 170px;
	margin-left: 0;
}
.tos-sec .trending-text {
	width: 100%;
}
.hub-expert-sec .get-expertcl-inner {
	display: flex;
	width: 100%;
	margin-top: 15px;
	max-width: 800px;
	overflow: auto;
	flex-wrap: initial;
}
.hub-expert-sec .expert-box {
	width: 179px;
	flex-shrink: 0;
	display: inline-block;
}
.hub-popcat-sec {
	margin-top: 25px;
	margin-bottom: 20px;
}
.footer-one span {
	font-size: 16px;
	margin-bottom: 10px;
	background: url(images/footer-acd2.svg) right center no-repeat;
	margin-top: 10px;
}
.footer-one span.on {
	background: url(images/footer-acd.svg) right center no-repeat;
}
.accordiCont {
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 20px;
}
.footer-section {
	padding-top: 32px;
	padding-bottom: 60px;
}
.footer-one li {
	font-size: 14px;
	padding: 8px 0;
	margin-bottom: 0;
}

/* Footer-icons */
.footer-mobile2 {
  padding:6px 5px 4px;
  background:#fff;
  display:block;
  position:fixed;
  bottom:0;
  z-index:999;
  width:100%;
  box-sizing:border-box;
  text-align:center;
  left:0;
  border:1px solid #e8e8e8
 }
 .footer-mobile2 a {
  display:block;
  text-decoration:none
 }
 .footer-mobile2 img {
  width:20px;
  height:20px
 }
 .betting-offer {
  display:flex;
  width:100%;
  flex-wrap:wrap;
  justify-content:center;
  line-height:initial
 }
 .betting-one strong {
  text-align:center;
  margin:0;
  padding:0;
  width:100%;
  display:inline-block;
  font-family:Arial;
  font-weight:700;
  font-size:10px;
  line-height:120%;
  color:#404040;
  vertical-align:top
 }
 .betting-one {
  width:20%;
  position:relative;
  padding:0 5px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box
 }
 .betting-one span {
  position:absolute;
  top:-3px;
  left:63%;
  padding:0 4px;
  width:38px;
  font-size:10px;
  color:#fff;
  background:#f6a330;
  border-radius:3px;
  font-family:Arial;
  font-weight:700
 }
 .footer-mobile2 .footer-logo ul {
  display:inline-block;
  width:100%;
  text-align:center
 }
 .footer-mobile2 .container {
  position:relative
 }

/* Footer-icons End*/

.archive-title {
	font-size: 24px;
}
.pagescl-outer h2 {
	font-size: 20px;
}
.pagescl-outer h3 {
	font-size: 18px;
}

.bredcrumbset {
	padding-top: 8px;
	padding-left: 15px;
}
.tech-term-logo {
	margin-top: 5px;
}

.toc-sticky-list {
	padding: 10px 10px;
	margin-top: 25px;
}
h2, .h2 {
	font-size: 20px;
}
h4, .h4 {
	font-size: 18px;
}
.article-related-sec h4 {
	border-bottom: 8px solid #0077CC;
	padding-bottom: 10px;
}
.dictionary-listcl li {
	width: 100%;
	margin-right:0;
}
.article-related-sec, .article-questions {
	margin-top: 32px;
}
.tech-dictionary-sec {
	padding: 20px 15px 15px 15px;
	margin-top: 30px;
}
.tech-dictionary-sec ul li {
	margin:0;
	width: 20px;
}
.single-cont-right.single-cont-term {
	margin-top: 30px;
}
.single-cont-right.single-cont-term .sidebar-dictionary {
	padding-bottom: 0;
}
.single-latest-news-inner h4 {
	margin-bottom: 0;
	font-size: 18px;
}
.footer-list .footer-box {
	background: #2E364E;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 24px;
}

.footer-list .footer-box2:nth-child(1) .widgettitle.accordButcl {
	font-weight: 600;
	font-size: 16px;
	line-height: 135%;
	color: #FFFFFF;
	background: url(images/footer-acd2.svg) right center no-repeat;
	margin-bottom: 0;
	cursor: pointer;
	width: 100%;
	display: block;
}
.footer-list .footer-box2:nth-child(1) .accordiCont {
	border-bottom: none;
	padding-bottom: 0;
}

.treanding-term-inner .jan-sub-nav.list-group.list-group-flush {
	width: 100%;
	max-width: 800px;
	overflow: auto;
	display: flex;
	flex-wrap: inherit;
	padding-bottom: 10px;
}
.latest-archive-left .archive-title {
	font-size: 24px;
	margin: 0 0 10px;
}
.latest-archive-right {
	display: inline-block;
	background:#F1F5FF;
	width: calc(100% + 26px);
	margin: 30px -13px 0;
	max-width: calc(100% + 26px);
	padding: 40px 15px 10px;
}
.latest-archive-right h3 {
	font-size: 18px;
	margin: 0 0 15px;
	background: transparent;
	border-bottom: 8px solid #0077CC;
	width: 100%;
	padding-bottom: 6px;
}
.treanding-term-inner {
	margin-bottom: 20px;
	width: 100%;
	max-width: 800px;
	overflow: auto;
	padding-bottom: 10px;
}
.treanding-term-inner .jan-sub-nav.list-group.list-group-flush {
	width: 767px;
	display: flex;
	flex-direction: unset;
	flex-wrap: wrap;
}
.treanding-termcl li {
	width: 47% !important;
}
.treanding-termcl li:nth-child(4n) {
	margin-right: 12px;
}
.treanding-termcl h4 img {
	display: none;
}
.treanding-termcl h4 {
	font-size: 18px;
	border-bottom: 8px solid #0077CC;
	padding-bottom: 10px;
}
.latest-news.latest-home-top {
	background: none;
}
.latest-reviewshome-sec .trending-box,.latest-guidehome-sec .trending-box {
	max-width: 100%;
	overflow: inherit;
	display: inline-block;
	margin-top: 0;
}
.latest-reviewshome-sec .trending-box-inner,.latest-guidehome-sec .trending-box-inner {
	width: 100%;
}

/*brand-layout-css*/

.regulated-visit-button {
	width: 26%;
}
.reviewbox-progressbar {
	margin-right: 0;
	width: 100%;
	margin-bottom: 15px;
	vertical-align: top;
}
.new-brand-found-rep {
	width: 100%;
	padding-right: 0;
}
.new-brand-regulated-logo {
	order: 1;
	margin-right: 20px;
}
.new-brand-regulated-right {
	width: calc(100% - 156px);
	order: 2;
	text-align: right;
}
.regulated-visit-button {
	order: 3;
	width: 100%;
	text-align: center;
	margin-top: 18px;
}
.brand-regulated-heading {
	width: 100%;
}
.brand-regulated-heading span {
	font-weight: 400;
	font-size: 14px;
}
.brand-regulated-rating {
	width: 100%;
	margin-right: 0;
	text-align: right;
}
.new-brand-regulated-top {
	margin-bottom: 17px;
}
.review-rating-box-sec {
	padding: 15px 15px 0px;
}
.review-ratingbox-left {
	width: 100%;
}
.ratingbox {
	width: calc(100% - 143px);
}
.ratingbox-rating-count {
	width: 100%;
	display: inline-block;
}
.review-ratingbox-left .casinosieger {
	margin-top: 15px;
	width: 100%;
	text-align: center;
}
.review-ratingbox-right {
	width: 100%;
	padding-left: 0;
	margin-top: 30px;
}
.brand-regulated-single-sec .brand-regulated-heading {
	width: 100%;
}
.brand-regulated-single-sec .regulated-ha-rating {
	margin-right: 0;
}
.brand-regulated-single-sec .brand-regulated-rating a {
	width: 100%;
	display: block;
}


/*brand-layout-css-End*/

/*article-topics*/

.dictionary-gradient {
	padding: 30px 0 30px;
}
.dictionary-top-logo img {
	max-width: 142px;
}
#topics-list {
	display: none;
}
.pills-topics-left {
	max-width: 100%;
}
.pills-topics-left h4 {
	font-size: 14px;
}
.pills-topics-right {
	max-width: 100%;
	margin-left: 0;
}
.d-block.mobile-hide {
	display: none !important;
}
.pills-topics-right h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
.pills-topics-left .form-group {
	margin-bottom: 18px;
}
.article-topic-sec {
	margin-top: 30px;
}
.article-postrepeter .author-postrepeter.author-top-post .postrepeter-right h3 {
	font-size: 20px;
}
.article-postrepeter .postrepeter-right h3 {
	font-size: 16px;
}

/*article-topics-end*/

/*Casino bonuse*/

.casino-bonuse-head:nth-child(1), .casino-bonuse-head:nth-child(2) {
	width: 100%;
}
.casino-bonuse-head:nth-child(3), .casino-bonuse-head:nth-child(4), .casino-bonuse-head:nth-child(5) {
	width: 100%;
}
.casino-bonuse-head:nth-child(6) {
	width: 100%;
}
.bonuse-boost:nth-child(1), .bonuse-boost:nth-child(2) {
	width: 100%;
}
.bonuse-boost:nth-child(3), .bonuse-boost:nth-child(4), .bonuse-boost:nth-child(5) {
	width: 100%;
}
.bonuse-boost:nth-child(6) {
	width: 100%;
}
.casino-bonuse-top {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 142px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-radius: 4px 0px 0px 4px;
	border-left: 1px solid #E0E0E0;
	align-items: flex-start;
}
.bonuse-value-row:nth-child(2) {
	border-left: none;
	border-radius: 0px 4px 4px 0px;
}
.bonuse-boost {
	font-size: 14px;
}
.bonuse-boost p {
	font-size: 14px;
	margin-bottom: 0;
}
.bonuse-value-row {
	display: inline-block;
	flex-wrap: wrap;
	width: 100%;
	max-width: 170px;
	vertical-align: top;
	border-right: 1px solid #E0E0E0;
	border-radius: 4px 4px 4px 4px;
	margin-right: 15px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
}
.bonuse-boost {
	padding: 8px 10px 8px 10px;
}
.casino-bonuse-inner {
	width: max-content;
	flex-wrap: nowrap;
	display: flex;
	border: none;
}
.casino-bonuse-sec {
	overflow: auto;
}
#copy {
	margin-right: 0px;
	margin-left: 10px;
}
.bonuse-boost input {
	max-width: 70%;
}
.bonuse-boost:nth-child(2), .casino-bonuse-head:nth-child(2) {
	min-height: 64px;
}

/*Casino bonuse End*/

/*dictionary css*/

.dictionary-from .dictionary-search {
	margin-top: 15px;
	margin-bottom: 40px;
}
.dictionary-listcl {
	padding: 0;
	margin-bottom: 20px;
	width: 100%;
	max-width: 800px;
	overflow: auto;
	padding-bottom: 10px;
}
ul.list-group.list-group-flush {
	width: 800px;
	display: flex;
	flex-direction: unset;
	flex-wrap: wrap;
}
.dictionary-listcl.dictionary-list-banner li {
	width: 100%;
	margin-right: 12px;
	max-width: 47%;
}
.dictionary-gradient h4 img {
	display: none;
}
.dictionary-gradient h4 {
	border-bottom: 8px solid #0077CC;
	padding-bottom: 8px;
}
.recently-terms ul.list-group.list-group-flush {
	width: 100%;
	display: inline-block;
}
.recently-terms .dictionary-listcl.dictionary-list-banner li {
	width: 100%;
	margin-right: 0;
	max-width: 100%;
}
.recently-terms {
	margin-top: 10px;
}
.recently-terms .dictionary-listcl {
	margin-bottom: 0;
}
.term-recently {
	margin-top: 25px;
}
.term-recently-left {
	max-width: 100%;
	padding: 44px 15px 10px;
}
.term-recently-left h2 {
	font-size: 20px;
}
.term-recently-right {
	max-width: calc(100% - 0%);
	margin-left: 0;
	margin-top: 16px;
}
.jan-nav-terms-section {
	margin-top: 20px;
}
.jan-box-inner {
	padding: 20px 0px 15px 0px;
}
.jan-nav-terms .navbar-nav {
	justify-content: flex-start;
	flex-wrap: wrap;
}
.jan-nav-terms .navbar-nav a {
	padding: 12px 10px 12px;
	width: 42px;
	text-align: center;
}
.termListWrapper.container {
	padding-left: 15px;
	padding-right: 15px;
}
#dictionaryTerms .termList li {
	width: 100%;
	margin-right: 0;
}
.navterms-inner1 a {
	width: 100%;
	margin-right: 0;
}
.jan-box-inner ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}
.jan-box-inner li {
	padding: 12px 10px 12px;
	width: 42px;
	text-align: center;
}

/*dictionary css-End*/

.latest-archive-left {
	max-width: 100%;
}
.might-also-like .latest-ans-inner2 {
	max-width: 100%;
	width: 100%;
}
.might-also-like {
	margin-top: 30px;
}
.might-also-like-inner > h4 {
	border-bottom: 8px solid #0077CC;
	padding-bottom: 6px;
}
.btn_with_tooltip__tip {
	left: 0%;
	max-width: 100%;
	transform: translateX(0%);
	padding-top: 10px;
}
.btn_with_tooltip__tip::before {
    left: 20%;
}
.trending-text h5 {
	min-height: inherit;
	margin-bottom: 8px;
}
.jan-to-top {
	bottom: 60px;
	right: 10px;
}
.entry-content ul {
	padding-left:20px;
	list-style: disc;
}
.pagescl-outer ul {
	list-style: none !important;
	padding: 0 !important;
}
.contr-banner-outer {
	margin-top: 0;
}
.contr-banner-left {
	padding-top: 20px;
}
.pagination-wrapper .page-numbers {
	border-left: 1px solid #E0E0E0;
}


/*guide-crypto*/

.su-note-inner.su-u-trim ol {
	list-style: conic-gradient !important;
	padding-left: 20px !important;
}
.su-note-inner.su-u-trim {
	/* padding-bottom: 0 !important; */
}
h3, .h3 {
	font-size: 20px;
}
.global-images-slidercl .lSAction > a {
	display: none;
}
.su-button {
	padding: 9px 40px;
	margin-bottom: 15px;
}

.cryguide-page-sec hr {
	margin-top: 25px;
	margin-bottom: 30px;
	width: calc(100% + 26px);
	margin-left: -13px;
}
.casino-guide-sec {
	margin-top: 40px;
}
.casino-guide-sec .trending-box-inner, .casino-reviews-sec .trending-box-inner {
	flex-direction: column;
	width: 100%;
}
.casino-guide-sec .trending-box,.casino-reviews-sec .trending-box {
	flex-wrap: wrap;
}
.guide-lates-sec .hub-lates-news-inner {
	margin-top: 0px;
}
.casino-guide-sec .trending-img,.casino-reviews-sec .trending-img {
	width: 100%;
	margin-left: 0;
	height: 205px;
}
.casino-guide-sec .trending-text,.casino-reviews-sec .trending-text {
	width: 100%;
}
.casino-guide-sec .popular-headings, .casino-reviews-sec .popular-headings {
	margin-bottom: 14px;
	font-size: 18px;
}
.casino-reviews-sec {
	margin-top: 20px;
}
.inContentProviderSingle--list {
	list-style: none !important;
}
.guide-lates-sec .hub-lates-news-inner2 {
	flex-wrap: wrap;
	max-width: 100%;
	margin-top: 0;
	overflow: visible;
}
.guide-lates-sec .hub-lates-news-inner2 .trending-box-inner {
	width: 100%;
	margin-right: 0;
	max-width: 100%;
}
.guide-lates-sec .trending-box-inner:first-child {
	width: calc(100% + 26px);
	margin: 0 -13px;
	flex-shrink: initial;
	margin-bottom: 15px;
	flex-direction: column;
	max-width: fit-content;
}
.guide-lates-sec .trending-box-inner:first-child .trending-img img {
	border-radius: 0;
}
.guide-lates-sec .trending-box-inner:first-child .trending-img {
	height: 210px;
	width: 100%;
}
.guide-lates-sec .trending-box-inner:first-child .trending-text {
	background: #07C;
	padding: 10px 15px;
	width: 100%;
}
.update-news {
	display: none;
}
.guide-lates-sec .trending-box-inner:first-child .trending-text h5 a {
	color: #fff;
}
.guide-lates-sec .trending-box-inner .latest-author img {
	display: none;
}
.guide-lates-sec .trending-box-inner:first-child .latest-bottomcl a {
	color: #fff;
}
.guide-lates-sec .trending-box-inner:first-child .latest-bottomcl .contributorcl {
	color: #fff;
}
.guide-lates-sec .trending-box-inner:first-child .trending-text h5 {
	font-size: 20px;
}
.guide-lates-sec .trending-box-inner .trending-img {
	height: 70px;
}
.guide-lates-sec .trending-box-inner {
	flex-direction: row-reverse;
}
.guide-lates-sec .trending-img {
	width: 114px;
	height: 70px;
}
.guide-lates-sec .trending-text {
	width: calc(100% - 123px);
	margin-right: 8px;
}
.guide-lates-sec .trending-box-inner.hub-trending-boxtwo .trending-img {
	width: 114px;
	height: 70px;
	margin-left: 0;
}
/*guide-crypto-end*/

/*search*/

.search_result .search-list {
	padding: 10px;
	box-shadow: none;
	border: none;
}
.close-search-item {
	right: 5px;
}
/*search-End*/

.custom-share .at-resp-share-element .at-share-btn .at-label {
	padding: 0;
	width: 20px;
}

.defination-wrapper-inner li:nth-child(4n) {
	margin-right: 15px;
}
.defination-wrapper-inner ul {
	width: 1400px;
	flex-shrink: 0;
	display: flex;
	flex-direction: unset;
	flex-wrap: wrap;
}
.defination-wrapper-inner {
	margin-bottom: 20px;
	width: 100%;
	overflow: auto;
	padding-bottom: 10px;
}
.cat-term-sec {
	margin-top: 20px;
}
.defination-wrapper-inner li {
	width: 100%;
	max-width: 18%;
}

.page-template-guide-template .container.bredcrumbset {
	padding-top: 10px;
}
.guide-brand-sec {
	margin-top: 20px;
}

.guide-lates-sec .trending-text h5,.guide-lates-sec .hub-trending-boxtwo .trending-text h5 {
	margin-bottom: 5px;
}

.post_author_name_out .authorByline_tooltip {
	transform: translate(-60%, -2%);
	-webkit-transform: translate(-60%, -2%);
}
.authorByline_tooltip.reviewedcl_tooltip {
	transform: translate(-20%, -1%);
	-webkit-transform: translate(-20%, -4%);
}

.expert-box-inner .list-inline-item {
	margin: 0 3px 0 0 !important;
}
.hub-top-picks-sec .home-right-innercl {
	margin-top: 0;
}

.ms-arhive-term {
	display: flex;
	width: 100%;
	flex-wrap: inherit;
}
.ms-arhive-term p {
	width: 100%;
	margin-left: 0;
	max-width: 830px;
	overflow: auto;
	display: flex;
	flex-wrap: inherit;
}
.ms-arhive-term p a {
	margin: 0 7px 7px 0;
	display: inline-block;
	width: auto;
}
.ms-arhive-term ul {
	max-width: 830px;
	overflow: auto;
	display: flex;
	flex-wrap: inherit;
	width: 100%;
}
.ms-arhive-term a {
	font-size: 10px;
	padding: 4px 8px;
	width: 100%;
	white-space: nowrap;
}
.postrepeter-right h3 {
	margin-bottom: 8px;
	margin-top: 5px;
}

.numbered .campaign-compact-table__offer-logo::before {
	font-size: 11px !important;
	border: 1px solid #FFFFFF !important;
	line-height: 18px !important;
}

.latest-home-block .homepage-left .card-img {
	border-radius: 0;
	height: auto;
}
.latest-home-block .homepage-left-inner h3 {
	font-size: 20px;
}
.latest-home-block .author-name img {
	display: none;
}
.latest-home-block .homepage-left-inner .jan-card__content {
	border-radius: 0;
	padding: 12px 15px;
}
.new_filter_data .home-right-innercl h5 {
	font-size: 16px;
}
.latest-home-block .homepage-right li {
	margin-right: 0;
	width: 100%;
	border-bottom: none;
	height: auto;
}
.latest-home-block .post-contentcl {
	display: none;
}
.latest-home-block .home-right-img {
	width: 115px;
	height: 70px;
	margin-right: 0;
}
.latest-home-block .home-right-innercl {
	width: calc(100% - 123px);
}
.latest-home-block .home-right-innercl h5 {
	min-height: inherit;
	-webkit-line-clamp: inherit;
	font-size: 16px;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 5px;
}
.latest-home-block .trending-box-inner {
	margin-right: 0;
	width: 100%;
}
.latest-home-block .trending-img {
	height: 70px;
	width: 115px;
}
.latest-home-block .trending-text h5 {
	min-height: inherit;
	margin-bottom: 8px;
	-webkit-line-clamp: inherit;
}
.latest-home-block .trending-box-inner:last-child {
	margin-bottom: 0;
}
.latest-home-block .trending-box-inner {
	margin-bottom: 15px;
}

.guide-article-sec .pills-topics-left {
	display: flex;
	flex-wrap: wrap-reverse;
}
.article-topic-sec.guide-article-sec {
	margin-top: 0;
}
.award-guide-sec {
	padding: 8px 16px;
	width: calc(100% + 26px);
	margin: 0 -13px;
	border-radius: 0;
}
.guide-categorie {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 10px;
}
#topics-list.all-guide-categories {
	max-width: 830px;
	overflow: auto;
	display: flex;
	flex-wrap: inherit;
	padding-bottom: 10px;
}
.pills-topics-left .guide-categorie ul li {
	white-space: nowrap;
	margin: 0 0px 10px;
	color: #07C;
	text-align: center;
	font-family: Inter;
	font-size: 14.5px;
	font-weight: 400;
	line-height: 150%;
	text-transform: capitalize;
	margin-bottom: 0;
	display: inline-block;
}
.guide-categorie .plusicon {
	display: none;
}
.all-guide-categories .jan-nav-collapse-item > .jan-nav-collapse-item__link {
	padding: 6px 12px;
	font-size: 12px;
	border: 1px solid #fff;
	border-radius: 4px;
	display: inline-block;
}
.all-guide-categories .nav-item.jan-nav-collapse-item.active_article_topics a {
	color: #fff;
	border-color: #07C;
	background: #F1F5FF !important;
	color: #07C;
}
.all-guide-categories .jan-nav-collapse-item a::before {
	display:none;
}
.pills-topics-left .all-guide-categories {
	border-bottom: none;
}
.all-guide-categories .jan-nav-collapse-item > .jan-nav-collapse-item__link:hover {
	background: transparent;
	color: #1C2642;
}
.page-template-custom-all-guide .popular-article-sec, .page-template-custom-all-review .popular-article-sec {
	margin-bottom: 0;
	margin-top: 30px;
}
.autohr-img {
	width: 48px;
}
.award-guide-sec .readers-repeter span {
	font-size: 12px;
}
.award-guide-sec .readers-repeter {
	width: 100%;
	text-align: center;
	justify-content: center;
}

.award-guide-toggle {
	display: block;
	text-align: left;
	width: 100%;
	padding-left: 26px;
	background: url(images/star-icon.svg) left center no-repeat;
	position: relative;
	cursor: pointer;
}
.award-guide-toggle::after {
	content: "";
	position: absolute;
	right: 0;
	top: 4px;
	background: url(images/chevron-down-black.svg) center center no-repeat;
	width: 16px;
	height: 16px;
}
.guide-article-sec .award-inner {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;
}
.award-guide-toggle strong {
	color: #07C;
	font-size: 14px;
	line-height: 150%;
	font-family: 'helveticabold';
	font-weight: normal;
}
.award-guide-toggle.toggle-show::after {
	transform: rotate(180deg);
}

.pagination-wrapper.section-inner.desktop-pagination .prev.page-numbers {
	display: none;
}
.pagination-wrapper.section-inner.desktop-pagination .next.page-numbers {
	display: none;
}
.pagination-wrapper.section-inner.mobile-pagination .page-numbers {
	display: none;
}
.pagination-wrapper.section-inner.mobile-pagination .prev.page-numbers,.pagination-wrapper.section-inner.mobile-pagination .next.page-numbers {
	display: block;
}
.pagination-wrapper.section-inner.mobile-pagination {
	margin: 0;
}
.pagination-wrapper.section-inner.mobile-pagination {
	display: block;
}

.hub-lates-news-inner .pagination-wrapper.section-inner {
    display: none;
}

/* Author-new-design*/

.author-guide-sec {
	margin-top: 30px;
}
.author-guide-sec .popular-headings {
	margin-bottom: 16px;
}
.author-guide-sec .trending-text h5 {
	-webkit-line-clamp: inherit;
}
.dictionary-author-sec {
	margin-top: 20px;
	padding: 30px 0;
}
.dictionary-author-sec .fullanswer-button {
	margin-top: 50px;
}
.author-all-button {
	display: block;
}
.author-articles-outer .articles-right > h5 {
	display: flex;
	justify-content: space-between;
}

/* Author-new-design-End*/

.popular-headings::after {
	display:none;
}
.footer-one span::after {
	display:none;
}
.article-related-sec h4::after,.article-questions h4::after {
	display:none;
}

/*Review-hub-Template-CSS-Start*/

.review-dictionary-sec, .review-ans-sec, .review-temp-sec {
	margin-top: 30px;
}
.latest-ans-section.review-ans-sec {
	padding: 0;
}
.expertdata {
	min-height: inherit;
}

/*Review-hub-Template-CSS-End*/

/*jobbioapp Sidebar Css*/

.jobbioapp .v1_6 .ellipsis-1, .jobbioapp .v1_6 .ellipsis-2 {
	padding-left: 0px !important;
}

/*jobbioapp Sidebar Css-end*/

.terms-page-outer ol {
	text-indent: 0;
}

.page-template-template-full-width .container.bredcrumbset, .page-template-default .container.bredcrumbset {
	padding-left: 13px;
}

.social-sharing-dropdown {
	width: 127px;
	transform: translate(-80%, 0);
	-webkit-transform: translate(-80%, 0);
}
.social-sharing-dropdown::before {
	left: auto;
	right: 0;
}
.popular-categorie-inner .popular-headings {
    font-size: 18px;
}
ol, ul, dl {
	padding-left: 20px;
	list-style: conic-gradient;
	margin-bottom: 20px;
}
ul{
	list-style: disc;
}
.expert-team-section.methodology_sec .container {
    padding: 0;
}
.methodology_sec li {
    width: 100%;
    padding-right: 0;
}

/*Custom Css*/

#animation_container {
	width: 100% !important;
}
#animation_container #canvas {
	width: 100% !important;
	height: auto !important;
}

.ico-list-inner {
    padding: 20px 0 45px;
}
.table_content-scroll{
	padding-left:0;
}
.table_content_inner td, .table_content_inner th {
    padding: calc(0.5 * 10px);
}
.table_content_inner td {
	font-size:12px;
}

/*Custom Css End*/

.expert-team-section.methodology_sec .expert-count-rep {
    width: 50% !important;
}


.page-template-template-Methodology .feature-section {
	order: 1;
}
.page-template-template-Methodology .editorial-section {
	order: 2;
}
.page-template-template-Methodology .editorial-section.faq-section {
	order: 3;
}

/*wn-shortcodes Start*/

#site-content .list_how_to__title {
	font-size: 20px !important;
	margin-bottom: 0 !important;
}
#site-content .list_how_to__item_title {
	font-size: 18px !important;
}

/*wn-shortcodes End*/

/* New Home page filter layout*/

.new_filter_sec ul {
	gap: 0 2px;
	padding-bottom: 10px;
}
.new_filter_sec {
	margin-bottom: 10px;
}
.latest-news-inner .popular-headings {
	margin-bottom: 0 !important;
	width: 100%;
}
.new_filter_sec li {
	font-size: 12px;
}
.latest-news-iiner2.new_filter_data {
	gap: 0;
}
.new_filter_data .homepage-left {
	max-width: 100%;
}
.homepage-left-img {
	width: 100%;
}
.new_filter_data .homepage-left .card-img-overlay {
	width: 100%;
	padding: 0;
	border-radius: 0;
}
.tp-top-story {
	display: none;
}
.latest-home-block .new_filter_data .homepage-left-inner h3 {
	font-size: 24px;
}
.new_filter_data .card-img-overlay p {
	display: none;
}
.new_filter_data .author-name {
	margin: 10px 0 0;
}
.new_filter_data .homepage-right {
	width: 100%;
	max-width: 100%;
}
.latest-home-block .new_filter_data .homepage-right li {
	width: calc(100% + 26px);
	border-bottom: 1px solid #E0E0E0;
	margin: 0 -13px !important;
	padding: 0 15px 15px;
}
.new_filter_data .latestnews-second-sec {
	gap: 0;
	border-bottom: none;
	overflow: visible;
	flex-wrap: wrap;
	margin: 0;
}
.latest-home-block .new_filter_data .trending-box-inner {
	width: calc(100% + 26px);
	margin: 0 -13px 15px !important;
	padding: 0 15px 15px;
	border-bottom: 1px solid #E0E0E0;
}
.new_filter_data .trending-text h5 {
	font-weight: 600;
}
.latest-news.latest-home-top {
	margin-bottom: 0px;
}
.latest-news.latest-home-top.latest-home-block.top-latest-fature-section {
	padding-top: 0;
}
.top-latest-fature-section .trending-img {
	width: 100%;
	height: 152px;
	margin: 0;
}
.top-latest-fature-section .trending-box-inner:first-child {
	width: calc(100% + 26px);
	margin: 0 -13px !important;
}
.top-latest-fature-section .trending-box-inner:first-child .trending-img {
	height: 205px;
}
.top-latest-fature-section .trending-box-inner:first-child .trending-text h5 {
	font-size: 20px;
}
.top-latest-fature-section .trending-text {
	padding: 15px 15px;
	width: 100%;
}
.fature-box-inner {
    width: 100%;
    overflow: auto;
    display: flex;
    padding-bottom: 10px;
    flex-shrink: 0;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: initial;
}
.top-latest-fature-section .fature-box-inner .trending-box-inner {
	width: 230px !important;
	margin: 0 !important;
	flex-shrink: 0;
	display: inline-block;
}
.top-latest-fature-section .fature-box-inner .trending-box-inner .trending-img {
	height: 152px;
}
.top-latest-fature-section .fature-box-inner .trending-box-inner .trending-text h5 {
	font-size: 16px;
	-webkit-line-clamp: 3;
	min-height: 64px;
}
.top-latest-fature-section .trending-text h5 {
	font-size: 16px;
}
.new_filter_outer .popular-headings {
	font-size: 18px;
	border-bottom:none;
}
.top-latest-fature-section .popular-headings {
	font-size: 18px;
}

.page-template-New_Flexible_Page_Content .latest-ans-inner2 {
	width: 100%;
}
.new-layout-guide .trending-box-inner.latest-guide-sec-newlayout {
	width: calc(100% + 26px);
	margin: 0 -13px;
}
.trending-box-inner.latest-guide-sec-newlayout .trending-img {
	height: 280px;
}
.new-layout-guide .trending-text h5 {
	font-size: 20px;
}
.guide-sec-newlayout-int {
	width: 100%;
	overflow: auto;
	display: flex;
	padding-bottom: 10px;
	flex-shrink: 0;
	gap: 15px;
	margin-bottom: 0;
}
.trending-box-inner.latest-guide-sec-newlayout2 {
	width: 100%;
	margin-right: 0 !important;
}
.trending-box-inner.latest-guide-sec-newlayout2 .trending-img {
	height: 230px;
}
.trending-box-inner.latest-guide-sec-newlayout2 {
	width: 250px;
}
.new-layout-guide .trending-text {
	padding: 15px;
}
.page-template-New_Flexible_Page_Content .latest-ans-card h4 {
	font-size: 20px;
}
.latest-guide-sec.new-layout-guide {
	padding-bottom: 30px;
}
.new-layout-latest-review .trending-box-inner:first-child {
	width: calc(100% + 26px);
	margin: 0 -13px;
}
.latest-reviews-sec.new-layout-latest-review .popular-headings {
	margin-bottom: 0;
}
.new-layout-latest-review .trending-box-inner .trending-text {
	padding: 15px;
}
.page-template-New_Flexible_Page_Content .new-layout-latest-review .trending-box-inner:first-child .trending-text h5 {
	font-size: 20px;
}
.new-layout-latest-review .fature-box-inner .trending-box-inner {
	width: 230px;
	margin:0;
}
.new-layout-latest-review .fature-box-inner .trending-box-inner .trending-text h5 {
	font-size: 16px !important;
}
.new-layout-latest-review .trending-box-inner:first-child .trending-img {
	width: 100%;
	height: 205px !important;
	margin-left: 0;
}
.new-layout-latest-review .trending-img {
	height: 152px !important;
}
.new-layout-latest-review .latest-bottomcl {
	width: 100%;
}
.new-layout-guide .latest-guide-sec-newlayout2 h5 {
	font-size: 16px;
}
.page-template-New_Flexible_Page_Content .popular-headings {
	font-size: 18px;
	margin-bottom: 0;
}
.howto-new-layout .trending-box-inner:first-child {
	width: calc(100% + 26px);
	margin: 0 -16px;
	border: none;
}
.page-template-New_Flexible_Page_Content .howto-new-layout .fature-box-inner .trending-box-inner {
	width: 230px;
	margin: 0;
}

.howto-new-layout .fature-box-inner .trending-img {
	height: 152px !important;
}
.howto-new-layout {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
.latest-ans-section.new-layout-ans {
	padding-top: 0;
}
.page-template-New_Flexible_Page_Content .readers-outer span {
	text-align: left;
	font-weight: normal;
	font-size: 20px;
}
.page-template-New_Flexible_Page_Content .award-top-autohr {
	text-align: left;
}
.page-template-New_Flexible_Page_Content .readers-repeter-inner {
	justify-content: start;
}
.page-template-New_Flexible_Page_Content .popular-headings {
	margin-bottom: 15px;
}

.latest-author {
	min-height: inherit;
}
.latest-card-bottom {
	display: flex;
	flex-wrap: wrap;
}
.latest-card-bottom .latest-bottomcl p {
	line-height: 12px;
}
.page-template-New_Flexible_Page_Content .popular-cat {
    width: 25%;
}

.page-template-New_Flexible_Page_Content .readers-outer {
	padding:0%;
}
.page-template-New_Flexible_Page_Content .readers-repeter span {
	font-weight: 600 !important;
	font-size: 12px !important;
	font-family: 'Inter', sans-serif;
}
.page-template-New_Flexible_Page_Content .readers-outer p {
	font-size: 16px;
}
.page-template-New_Flexible_Page_Content .explained-button a {
	font-size: 18px;
}
.popular-new-int {
    margin-bottom: 0;
}
.latest-news-iiner2.new_filter_data {
	border-top: 8px solid #0077CC;
}
.latest-home-block .new_filter_data .home-right-innercl {
	margin-top: 0;
	padding-top: 0;
}

/* New Home page filter layout End*/


.trending-box-inner.feature-desktop {
    display: inline-block;
    width: 100%;
}
.fature-box-inner .trending-box-inner:nth-child(1),.guide-sec-newlayout-int .trending-box-inner:nth-child(1) {
    display: none;
}
.new-layout-latest-review .fature-box-inner,.howto-new-layout .fature-box-inner {
    gap: 15px;
}
.btn_with_tooltip, .trust_fullwidth_sec .btn_with_tooltip {
	padding: 10px 10px;
}
.btn_with_tooltip__btn, .trust_fullwidth_sec .btn_with_tooltip__btn {
	font-size: 15px;
	font-weight: 600;
}
.toc-sticky__open span {
	font-size: 15px;
}
.btn_with_tooltip__btn {
    height: auto;
}

.trust_author_sec_extra .disclaimer .btn_with_tooltip__btn, .trust_fullwidth_sec.trust_author_sec_extra .disclaimer .btn_with_tooltip__btn {
	background-position: left 0px top 0px;
}
.btn_with_tooltip__btn.trust_mobilecl_label::after {
	right: 9px;
}
.btn_with_tooltip__btn.trust_mobilecl_label.trust_open::after {
	transform: rotate(180deg);
}
.trust_desktop {
    display: none;
}
.trust_mobilecl {
	display: block;
	padding-left: 0;
	padding-right: 0;
}

.disclaimer_author_sec .btn_with_tooltip__tip {
	left: -5%;
}

.author_imag {
	width: 36px;
	height: 36px;
}
.author_imag img {
	width: 36px;
	height: 36px;
}
.custom-share-author .custom_author_top {
	gap: 0;
	padding: 10px 0;
	position: relative;
	margin-top:25px;
}
.author_sec1 {
	max-width: 86%;
	order: 1;
}
.custom-share-author .custom-share {
	margin-top: 10px;
	margin-bottom: 10px;
	order: 2;
}
.author_sec2 {
	width: 100%;
	order: 3;
	margin-top: 4px;
}
.author_sec3 .custom_author_name {
	font-size: 12px;
}
.author_sec3 .posttim.posdate {
	font-size: 12px;
}
.author_sec3 {
	width: 100%;
	margin-top: -24px;
	position: absolute;
	top: 0;
}
.custom-share-author .custom-share {
	margin-top: 0px;
	margin-bottom: 0;
	order: 2;
	margin-left: auto;
}
.entry-meta.custom_author .custom_author_info {
	min-height: inherit;
}
.author_sec2 .name_author_out {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
}
span.reviewedfact {
	width: auto;
	font-size: 12px;
}
.reviewedcl {
	width: auto;
	font-size: 15px;
	padding-bottom: 1px;
	vertical-align: top;
	padding-left: 2px;
}
.post_author_name {
	font-size: 15px;
	padding-bottom: 1px;
}
.custom_author_top .custom_author_info .investor {
	font-size: 12px;
}

span.author-bottom-exp {
	display: none;
}
.sinlge-cont-left .trust_mobilecl{
	padding:0;
	
}
.name_author_out {
	line-height: 18px;
}

.single-cont-right h4::after {
	display:none;
}

.single-post-outer,.terms-page-outer {
	margin-top: 24px;
}
.guide-page-sec {
	margin-top: 24px;
}
.hub-expert-sec .popular-headings {
	font-size: 18px;
}
.category-template-templatescategory-hub-template-php .popular-headings {
	font-size: 18px;
}
.might-also-like-inner h2, .hub-top-picks-sec h2 {
	font-size: 18px;
	border-bottom: 8px solid #0077CC;
	padding-bottom: 6px;
	margin-bottom: 0;
}

.page-template-template-Methodology .might-also-like-inner h2{
	font-size: 18px;
    border-bottom: 8px solid #0077CC;
    padding-bottom: 6px;
}
.page-template-template-Methodology .might-also-like-inner h2::after {
	display:none;
}

.hub-top-picks-sec h2::after,.might-also-like-inner h2::after {
	display:none;
}
.author .popular-headings {
	font-size: 18px;
}
.author_sec2 {
	text-align: left;
}
p {
	font-size: 16px;
}
li {
	font-size: 16px;
}
.su-list ul li {
	font-size: 16px;
}
.entry-content {
    font-size: 16px;
}
.term-recently-left p {
	font-size: 16px;
}
.latest-ans-card p {
	font-size: 16px;
}
.su-table.su-table-responsive table td {
	font-size: 16px;
}
.single-post .toc-sticky .toc-sticky__open,.single-review .toc-sticky .toc-sticky__open,.single-how-to .toc-sticky .toc-sticky__open,.single .toc-sticky .toc-sticky__open {
	padding-left: 0;
	padding-right: 0;
}

.campaign-shortcode-table_sort-mobile-select, .campaign-shortcode_tags_select {
	color: #1C2642 !important;
}
.su-note-inner .list_how_to__list_wrapper ol {
	padding-left: 0 !important;
}
/* New-autor-shotcode*/

.expert-profile-inner {
	flex-direction: column-reverse;
}
.expert-profile-right {
	width: 100%;
	padding: 15px 15px;
	margin-left: 0;
	position: relative;
}
.expert-profile-right::before {
	left: 27px;
	top: auto;
	border-right: 26px solid #F1F5FF;
	border-bottom: 16px solid transparent;
	bottom: -14px;
}
.expert-profile-left {
	display: flex;
	width: 100%;
	padding-top: 25px;
	flex-wrap: wrap;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 10px;
}
.expert-image-outer {
	width: 80px;
	margin-right: 15px;
}
.expert-text-int {
	width: calc(100% - 95px);
	display: inline-block;
}
.expert-profile-left .autor-namecl {
	font-size: 16px;
}
.expert-profile-left span {
	font-size: 12px;
}
.expert-profile-left .social-links .list-inline-item a {
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.expert-profile-left .social-links {
	margin-top: 3px;
}
.expert-profile-left .social-links li {
	margin: 0 3px 0 0 !important;
}

/* New-autor-shotcode-end*/

/* trusted research css*/

.tp-award-left .award_winning-heading {
	font-size: 24px;
	margin-top: 15px;
}
.tp-award-right .readers-repeter {
	max-width: 48.4%;
	padding: 15px 25px;
}
.tp-award-right .award-top-autohr {
	padding: 15px 15px 15px;
}
.tp-award-right .award-top-autohr .readers-repeter {
	padding: 0 0 15px;
}
.tp-award-right .award-top-autohr .autohr-img {
	width: 41px;
}
.tp-award-right .readers-repeter span, .tp-award-right .award-top-autohr {
	text-align: center !important;
	flex-direction: column-reverse;
	width: 100%;
	margin-top: 10px;
}
.brands-logo-inner {
	gap: 30px 30px;
	flex-wrap: wrap;
	justify-content: center;
}
.tp-award-sec::after {
	border-right: 73px solid #dcecfb;
	border-top: 17px solid transparent;
}
.brand-logo-sec {
	text-align: center;
	padding-top: 25px;
}
.tp-logo-repeter {
	width: 45%;
}
.tp-award-left {
	width: 100%;
	text-align: left;
}
.tp-award-right .readers-outer .readers-repeter-inner {
	justify-content: center;
	width: 100%;
}
.tp-award-right .readers-repeter strong {
	font-size: 32px;
}
.tp-logo-repeter img {
	max-width: 150px;
}

/* trusted research css End*/

.page-template-New_Flexible_Page_Content .new-layout-guide .popular-headings {
	margin-bottom: 0;
}
.page-template-New_Flexible_Page_Content .howto-new-layout .popular-headings {
	margin-bottom: 0;
}
.page-template-New_Flexible_Page_Content .dictionary-inner2 .popular-headings,.page-template-New_Flexible_Page_Content .new-layout-ans .popular-headings {
	margin-bottom: 0;
}
.page-template-New_Flexible_Page_Content .latest-ans-tab {
	margin-top: 0px;
}

.homepage-left {
	width: 100%;
}
.moretagarticles-button.ms-home-page-loadmore button, .moretagarticles-button.ms-home-page-loadmore.ms-load-more-ancher a {
	margin-bottom: 20px;
}

.author-articles-inner .pagination-wrapper.section-inner.mobile-pagination {
justify-content: center;
text-align: center;
display: flex;
}

section {
	overflow-x: clip;
}	

.footer-section .container {
	padding-left: 23px;
	padding-right: 23px;
}
.latest-bottomcl {
	min-height: inherit;
}

/*Hub Css*/

.hub-top-picks-sec.latest-home-block .homepage-right li {
    border-bottom: 1px solid #E0E0E0;
    padding: 0 15px 10px;
}
.hub-top-picks-sec.latest-home-block .home-right-innercl {
	padding-top: 0px;
}
.hub-top-picks-sec.latest-home-block .homepage-right ul {
	width: calc(100% + 26px);
	margin: 0 -13px;
}
.latest-hub-review.latest-guide-sec .trending-box-inner {
	margin-right: 0;
	max-width: 230px;
}
.latest-hub-review.latest-guide-sec .trending-img {
	height: 152px;
}
.might-also-like-inner h2{
	margin-bottom: 10px;
}

.trending-box-inner.review_desktop_view {
	display: inline-block;
}
.latest-hub-review.latest-guide-sec .trending-box-inner.review_desktop_view {
	width: calc(100% + 26px);
	margin: 0 -13px;
	max-width: inherit;
	border: none;
	border-bottom: 1px solid #E0E0E0;
}
.how-tos-pick-sec.latest-guide-sec .trending-box-inner.review_desktop_view {
	width: calc(100% + 26px);
	margin: 0 -13px;
	max-width: inherit;
	border: none;
	border-bottom: 1px solid #E0E0E0;
}
.latest-hub-review.latest-guide-sec .trending-box .trending-box-inner:nth-child(1),.how-tos-pick-sec.latest-guide-sec .trending-box .trending-box-inner:nth-child(1) {
	display: none;
}
.latest-hub-review.latest-guide-sec .popular-headings {
	margin-bottom: 0;
}
.latest-hub-review.latest-guide-sec .trending-box-inner.review_desktop_view .trending-img img {
	border-radius: 0;
}
.how-tos-pick-sec.latest-guide-sec .trending-box-inner {
	max-width: 230px;
	margin-right: 0;
}
.how-tos-pick-sec .trending-text h5 {
	min-height: 65px;
}
.diction-hun-sec {
	margin-top: 30px;
}
.footer-list .footer-box2 ul {
	gap:0;
}
.hub-top-picks-sec .homepage-left-inner .card-img-overlay {
	width: 100%;
}
.hub-top-picks-sec .homepage-left-inner .card-img-overlay .jan-card__content {
	padding: 15px;
}
.hub-top-picks-sec .homepage-left-inner a {
	width: 100%;
}
.hub-top-picks-sec .homepage-left-inner {
	width: calc(100% + 26px);
}
.hub-top-picks-sec.latest-home-block .homepage-left .card-img {
	height: 210px;
	border-radius:0;
}


/*Hub Css End*/

/*RAID Calculator*/

.tP-tools-top-sec {
	padding-top: 45px;
}
.tP-tools-top-sec .entry-title {
	font-size: 24px;
}
.raid-calculator .raid-calculator-bordered {
	padding: 15px 15px;
}
.raid-calculator .raid-calculator-visualisation-disks div {
	font-size: 16px;
}
.tP-tools-top-sec .raid-calculator .form-label {
	font-size: 16px;
}
.tP-tools-top-sec .raid-calculator select {
	background-position: 95% center;
}
.raid-calculator .raid-calculator-input-group-capacity .form-control, .raid-calculator .raid-calculator-input-group-currency .form-control {
	padding: 7px 15px;
	height: auto;
}
.raid-calculator .raid-calculator-btn-calculate {
	width: 100%;
	background-position: 76% center;
	max-width: 233px;
}
.raid-calculator .raid-calculator-bordered h3 {
	font-size: 20px;
}
.raid-calculator-results-heading {
	margin-bottom: 10px;
	font-size: 14px;
}
.raid-calculator-results-block-value, .raid-calculator-results-block-value-sm {
	font-size: 20px;
}
.raid-calculator-results-block-value-sm {
	font-size: 14px;
}
.raid-calculator-results-usecase-best {
	font-size: 16px;
}
.Explore_tool_sec .Explore_tool_sec_inner2 {
	padding: 0;
	width: 230px;
	max-width: 100%;
	flex-shrink: 0;
	margin-bottom: 10px;
}
.Explore_tool_sec_inner {
	display: flex;
	flex-wrap: inherit;
	width: 100%;
	gap: 15px;
	margin-top: 15px;
	overflow: auto;
	flex-shrink: 0;
}
.Explore_tool_sec .latest-ans-card h4 {
	font-size: 20px;
	margin-bottom: 10px;
	border: none;
}
.Explore_tool_sec .latest-ans-card {
	padding: 15px;
}
.single-tools .popular-categorie-section.popular-cat-home {
	margin-top: 30px;
}

.raid-calculator-results-wrapper.resultoneclass #raid-calculator-results-1 .raid-calculator-results-block {
	width: 48%;
	display: inline-block;
}


/* RAID Calculator End*/

/* tools Css*/

.tech-tools-sec .tech-heading img {
	max-width: 110px;
}
.tech-tools-sec .dictionary-top {
	margin-bottom: 25px;
}
.tech-tools-sec .treanding-termcl h4 {
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.tech-tools-sec .jan-dictionary {
	gap: 0;
}
.tech-tools-sec .latest-ans-inner2 {
	padding: 0 7px;
	max-width: 315px;
	width: 100%;
}
.tech-tools-sec .latest-ans-card h4 {
	margin: 4px 0 15px;
}
.tech-tools-sec .fullanswer-button {
	margin: 15px 0 0;
}
.tech-tools-sec .dictionary-inner .latest-ans-card {
	padding: 15px 15px 35px;
}
.close_configration_tip {
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
}

/* tools Css End*/

/*author-Page*/

.author-guide-sec .trending-box {
	overflow: inherit;
	flex-wrap: wrap;
	gap: 0;
}
.author-guide-sec .trending-box-inner {
	width: 100%;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 10px;
}
.author-guide-sec .trending-img {
	width: 114px;
	height: 70px;
}
.author-guide-sec .popular-headings {
	margin-bottom: 15px;
}
.dictionary-author-sec .tech-heading {
	margin-bottom: 15px;
}
.author-guide-sec .dictionary-top h2 {
	font-size: 20px;
}

.articles-right {
	max-width: 100%;
	padding-left: 0;
	margin-top: 30px;
	margin-left: 0px;
}
.articles-right > h5::after {
	display:none;
}

/*author-Page End*/
.main-page-sec {
	margin-bottom: 0;
}
.latest_bottom_post .mslatest_news_content h3 {
	min-height:40px;
}

.cbm-presale-toplist__offer-pros ul li {
	word-wrap: break-word;
}

.new-layout-latest-review {
	padding-bottom: 0px;
}

.dictionary-section {
	margin-bottom: 10px;
}

}

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

.homepage-left .card-img {
	height: 211px;
}
.latest-reviews-sec .trending-img,.latest-guide-sec .trending-img {
	width: 100%;
	height: 205px;
	margin-left: 0;
}
ul.list-group.list-group-flush {
	width: 560px;
}
.dictionary-listcl.dictionary-list-banner li {
	max-width:263px;
}
.recently-terms .dictionary-listcl.dictionary-list-banner li {
	max-width: 100%;
}

.defination-wrapper-inner li {
	width: 100%;
	max-width: 263px;
}	

.ms-arhive-term ul {
	max-width: 370px;
}

.latest-home-block .homepage-left .card-img {
	height: 210px;
}

.popular-cat {
	width: 25%;
	word-wrap: anywhere;
}
.footer_inner_ads {
	height: 60px;
}
.page-template-New_Flexible_Page_Content .popular-cat {
    width: 25%;
}

.treanding-term-inner .jan-sub-nav.list-group.list-group-flush {
	width: 560px;
}
	
}

@media only screen and (max-width: 479px){
.recaptchacl iframe {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    margin-left: -16px;
}
.post_author_name_out .authorByline_tooltip {
	transform: translate(-30%, -2%);
	-webkit-transform: translate(-30%, -2%);
}
.authorByline_tooltip.reviewedcl_tooltip {
	transform: translate(-30%, -1%);
	-webkit-transform: translate(-30%, -4%);
}

/* Verdict Box CSS */

.verdict-rating-img {
	height: 68px;
}

/* Verdict Box CSS  End*/

}

@media only screen and (max-width:360px){
	
.btn_with_tooltip__btn {
	font-size: 15px;
	padding: 0 8px 0 30px;
}
.authorByline_tooltip {
	width: 280px;
}
.post_author_name_out .authorByline_tooltip {
	left: 40%;
}	

.tp-award-right .readers-repeter {
	max-width: 48.1%;
}
	
	
}