/*
 Theme Name:   Twenty Twenty Child Multisites
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Twenty
 Child Theme
 Author:       Alkesh
 Author URI:   http://example.com
 Template:     twentytwenty
 Version:      1.0.0
 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&amp;display=swap');

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:#0070e0;
 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;
}

@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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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("https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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("https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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("https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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: "Poppins";
}
.advertise-banner-left p {
	font-size: 1.15em;
	margin-bottom: 1.5rem;
	color: #424242;
	font-family: "Poppins";
}
.advertise-banner-left li {
	font-size: 1.15em;
	color: #424242;
	font-family: "Poppins";
}
.audience-heading {
	text-align: center;
	margin-bottom: 3rem;
}
.audience-heading h2 {
	font-size: 2.45em;
	font-weight: 700;
	font-family: "Poppins";
}
.site-metrics .site-metrics-head {
	font-size: 50px;
	line-height: 16px;
	letter-spacing: .02em;
	line-height: 50px;
	font-weight: 500;
	padding-bottom: 0;
	padding-top: 1rem;
	font-family: "Poppins";
}
.site-metrics .site-metrics-text {
	font-size: 25px;
	letter-spacing: .02em;
	font-family: "Poppins";
}
.specific-out {
	padding-bottom: 3rem;
	padding-top: 3rem;
}
.specific-out h2 {
	color: #fff;
	font-size: 2.45em;
	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: 1.15em;
	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: 1.15em;
	color: #000;
	margin-left: 1rem;
	font-family: "Poppins";
	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: 1.15em;
	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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/email.svg);
}
.name-field-outer.message-field .name-field-inner label {
	background-image: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/pencil.svg);
}
.name-field-outer:nth-child(3) .name-field-inner:nth-child(2) label {
	background-image: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/pencil.svg);
	background-repeat: no-repeat;
	padding-left: 2.5rem;
	background-position: left;
}
.name-field-inner.attachment-field label {
	background-image: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/email.svg);
}
.name-field-inner.name-field label{
	background-image: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/person.svg);
}
.name-field-inner.phone-field label{
	background-image: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/phone.svg);
}
.name-field-inner.company-field label{
	background-image: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/location-city.svg);
}
.name-field-inner.job-field label{
	background-image: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/card-travel.svg);
}
.name-field-inner.country-field label{
	background-image: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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 {
	text-decoration: underline;
}
.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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/close-popup.svg);
	content: "";
	display: inline-block;
	cursor: pointer;
}
.popup-close:hover::before {
	background-image: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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("https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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;
}
    
}

@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*/

@font-face {
    font-family: 'helveticaregular';
    src: url('https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/fonts/helvetica-webfont.woff2') format('woff2'),
         url('https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/fonts/helvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helveticabold';
    src: url('https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/fonts/helvetica-bold-webfont.woff2') format('woff2'),
         url('https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/fonts/helvetica-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticalight';
    src: url('https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/fonts/helvetica-light-webfont.woff2') format('woff2'),
         url('https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/fonts/helvetica-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.container {
	max-width: 1130px;
	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: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
}
h1, .h1 {
	font-size: 32px;
}
h2, .h2 {
	font-size: 24px;
}
h3, .h3 {
	font-size: 20px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 16px;
}
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: #FFFFFF;
}
.author-name a {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 110%;
	text-transform: uppercase;
	color: #E0E0E0;
}
.homepage-right {
	padding-left: 8px;
	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: 8px;
}
.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;
}
.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 h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	color: #fff;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 12px;
}
.footer-one h3::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;
}
.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 h3 {
	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: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;
	font-family: 'helveticaregular';
	margin-bottom:0;
	text-align:left;
}
.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: 45px;
}
.newsletter-inner {
	padding: 25px 0 25px;
}
.newsletter-inner h4 {
	font-weight: 600;
	font-size: 22px;
	line-height: 135%;
	text-align: left;
	color: #1C2642;
	margin-bottom: 15px;
}
.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 h2 {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 135%;
	text-align: center;
	color: #1C2642;
	margin-bottom: 15px;
}
.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;
}
.readers-repeter-img {
	margin-right: 20px;
}
.readers-outer p {
	font-family: 'helveticaregular';
	font-size: 16px;
	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: 20px;
	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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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: 0 7px;
}
.latest-ans-card {
	background: #F1F5FF url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/green-ans-bg.svg) right bottom no-repeat;
	border-radius: 4px;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	border-radius: 4px;
	align-items: flex-start;
}
.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: 20px;
	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: 16px;
	line-height: 150%;
	color: #2E364E;
}
.fullanswer-button {
	background: #ebf2f8;
	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: center;
	align-items: center;
}
.latest-author img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 10px;
	display: inline-block;
}
.latest-bottomcl {
	width: calc(100% - 40px);
}
.latest-bottomcl a {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 110%;
	text-transform: uppercase;
	color: #757575;
}
.latest-bottomcl .contributorcl {
	font-family: 'helveticaregular';
	font-size: 12px;
	line-height: 150%;
	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;
}
.latestnews-second-sec {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.trending-box-inner {
	width: 32.4%;
	margin-right: 15px;
}
.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: 45px;
	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;
}
.dictionary-section {
	background: #F1F5FF;
}
.dictionary-inner .latest-ans-card {
	background: #FFFFFF url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/ans-bg.svg) right bottom no-repeat;
	border: 1px solid #E0E0E0;
}
.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;
}
.dictionary-top h2 {
	font-weight: 600;
	font-size: 22px;
	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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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: 45px;
}

.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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/explore-terms.svg) left center no-repeat;
	padding-left: 32px;
}

.review-ha-rating {
	background: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/star-img.svg) left 100% repeat-x;
	width: 80px;
	display: inline-block;
}
.review-rating {
	background: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/Quote.svg) left center no-repeat;
}
.expert-team-section {
	padding-top: 32px;
}
.expert-top-text {
	max-width: 800px;
	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: space-between;
}
.expert-count-rep h4 {
	font-weight: 600;
	font-size: 38px;
	line-height: 120%;
	letter-spacing: -0.05em;
	color: #0077CC;
	margin-bottom: 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 15px;
}
.expert-box {
	display: flex;
	flex-wrap: wrap;
	width: 18.8%;
	margin-bottom: 16px;
}
.expert-box-inner {
	background: #FFF url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/Content-Expert.png) center 35px 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%;
}
.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;
}
.expertdata {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	text-align: center;
}
.expertdata .card-jobtitle {
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #2E364E;
	width: auto;
	display: inline-block;
	font-family: 'helveticaregular';
	background: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/star-icon.svg) right 3px no-repeat;
	padding-right: 20px;
	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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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;
	justify-content: space-between;
}
.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: 16px;
	line-height: 150%;
	color: #2E364E;
}
ul {
	padding-left: 20px;
	list-style: disc;
}
li {
	font-size: 16px;
	line-height: 150%;
	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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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;
	margin-top: 30px;
}
.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;
}

/*About page-end*/

/*Author page css*/

.author-sec-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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: #E8F7F8;
	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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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: 800px;
	display: inline-block;
}
.articles-right {
	width: 100%;
	display: inline-block;
	max-width: calc(100% - 805px);
	vertical-align: top;
	padding-left: 30px;
	margin-top: 45px;
}
.articles-right h5 {
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	text-transform: capitalize;
	color: #1C2642;
}
.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: #07C;
	border-radius: 4px;
}
.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: #fff;
}
.author-top-post .postrepeter-right h5 a,.author-top-post .postrepeter-right h3 a {
	color: #fff;
}
.author-top-post .postrepeter-right p {
	font-family: 'helveticaregular';
	font-size: 14px;
	line-height: 150%;
	color: #fff;
	margin: 0 0 10px;
}
.author-top-post .postrepeter-right .modifie-date {
	color: #fff;
}
.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-bottom: 0;
}
.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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/show-all-right.svg);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 37px;
}
.pagination-wrapper.section-inner {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	max-width: 800px;
}
.navigation.pagination {
	text-align: center;
	display: inline-block;
	width: 100%;
}
.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: #E8F7F8;
}
.prev.page-numbers.placeholder {
	border-left: 1px solid #E0E0E0;
	margin: 0;
}
.prev.page-numbers > span {
	font-size: 0;
	background: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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 50px 0 30px;
	font-family: 'helveticabold';
	font-size: 16px;
	line-height: 150%;
	color: #0077CC;
	cursor: pointer;
	background: #fff url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/plus.svg) 12px center no-repeat;
}
.less-more .show-more {
	background: #fff url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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 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: 35px;
}
.contr-banner-outer::after {
	content: "";
	position: absolute;
	right: 160px;
	width: 437px;
	height: 120px;
	background: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/about-banner-left.png) center top no-repeat;
	top: 0px;
	z-index: -1;
}
.authorByline_tooltip p {
	font-family: 'helveticaregular';
	font-size: 16px;
	line-height: 150%;
	color: #2E364E;
	margin-bottom: 5px;
}

/*Single post*/

.entry-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	color: #1C2642;
	margin-bottom: 15px;
}

.entry-meta.custom_author {
	min-height: 60px;
	display: flex;
	flex-wrap: nowrap;
	padding: 5px 0;
}
.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;
}
.entry-meta.custom_author .custom_author_info {
	display: flex;
	min-height: 50px;
	width: calc(100% - 65px);
}
.name_author_out a {
	text-decoration: none !important;
}
.post_author_name {
	font-weight: 600;
	font-size: 14px;
	line-height: 135%;
	color: #1C2642;
}
.post_author_name_out {
	width: 100%;
	display: inline-block;
	position: relative;
}
.custom_author_top .custom_author_info .investor {
	background: none;
	width: fit-content;
	margin-left: 0;
	padding-left: 0;
	font-family: 'helveticaregular';
	font-size: 14px;
	line-height: 150%;
	color: #1C2642;
	display: inline-block;
}
.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(-80%, 0%);
	-webkit-transform: translate(-80%, 0%);
}
.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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/author-top-bg.svg) right bottom no-repeat;
}
.bio-right a {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.02em;
	text-decoration-line: underline !important;
	color: #1C2642 !important;
	background: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/author-right.svg) right center no-repeat;
	padding-right: 36px;
}
.author-left-top .investor {
	background: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/star-icon-blue.svg) right center no-repeat !important;
	padding-right: 20px;
}
.author-left-top {
	display: inline-block;
	width: calc(100% - 90px);
}
.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;
}
.author-right {
	padding: 0;
	width: 100%;
}
.author-left-top .post_author_name {
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	color: #1C2642;
	display: inline-block;
	width: 100%;
}
.single-popular-news-inner {
	display: inline-block;
	width: 100%;
	padding: 0;
}
.single-popular-news-outer {
	background: #E8F7F8;
	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;
}
.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_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;
}
.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: #E0E0E0;
}
.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:800px;
	display:inline-block;
}
.single-cont-right {
	width: 100%;
	max-width: 295px;
	display: inline-block;
	padding: 0;
	margin-left: 35px;
	margin-top: 18px;
}
.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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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 {
	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 0px 4px 10px;
	left: -21px;
	position: relative;
	top: -6px;
	margin-bottom: 4px;
}

.key-box-heading::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 23.5px solid #1C2642;
    border-right: 13px solid transparent;
    top: 0;
    right: -12px;
}
.key-box-heading::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid #C4C4C4;
	border-left: 6px solid transparent;
	position: absolute;
	left: 0px;
	top: 23px;
}
.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 strong {
	background: #E8F7F8;
	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 strong img {
	margin-left: 8px;
}
.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: 16px;
	line-height: 150%;
	color: #2E364E;
}
.sui-check-circle::before {
	content: "" !important;
	background: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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: 20px;
	line-height: 135%;
	color: #1C2642;
}
.stepby-outer h3 {
	/* counter-increment: heading-counter; */
	padding-left: 33px;
	/* position: relative; */
	margin-top: 23px;
}
.stepby-outer p {
	padding-left: 33px;
}
/* .stepby-outer h3::before { */
	/* position: absolute; */
	/* left: 0; */
	/* content: counter(heading-counter)""; */
	/* font-weight: 600; */
	/* font-size: 24px; */
	/* line-height: 135%; */
	/* text-align: center; */
	/* color: #E25C5C; */
	/* top: -3px; */
	/* display: inline-block; */
	/* vertical-align: top; */
/* } */

.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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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%;
}
.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: 20px;
}
.author-des-right h5 a {
	color: #1C2642;
}
.author-sharing {
	width: 100%;
	display: inline-block;
	padding-left: 0;
	text-align: center;
	margin-top: 18px;
}

.author-sharing a {
	background: #E8F7F8;
	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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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: 800px;
	display: inline-block;
}
.related-termdata, .related_question {
	list-style: none;
	padding-left: 0;
}
.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;
	font-size: 20px;
	line-height: 135%;
	text-transform: capitalize;
	color: #1C2642;
}
.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%;
	border-top: 1px solid #E0E0E0;
	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 {
	margin-bottom: 25px;
}
.share-sec-tags-inner {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.share-article-sec, .custom-post-tags {
	width: 50%;
	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: right;
}
.custom-post-tags ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.custom-post-tags li {
	display: inline-block;
	width: auto;
	border: 1px solid #0077CC;
	border-radius: 50px;
	font-weight: 600;
	font-size: 10px;
	line-height: 125%;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0077CC;
	margin: 0 0 4px 4px;
}
.custom-post-tags li a {
	padding: 5px;
	display: inline-block;
	color: #0077CC;
	text-decoration:none;
}

/* 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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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: 54%;
}
.custom-share-author .custom-share {
	display: inline-block;
	width: 46%;
	text-align: right;
	margin-top: 20px;
}
.investor ~ span {
	position: relative;
	font-family: 'helveticaregular';
	font-size: 14px;
	line-height: 150%;
	color: #1C2642;
}
.reviewedcl {
	margin-left: 3px;
}
.reviewedcl img {
	margin-left: 3px;
}
.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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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;
}
.reviewedcl:hover .authorByline_tooltip.reviewedcl_tooltip {
	display: block;
}
.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: 14px;
	margin-top: 3px;
}
.btn_with_tooltip {
	position: relative;
}
.disclaimer .btn_with_tooltip__btn {
	background-image: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/info.svg);
}
.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: 34px;
	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: 48px;
	transform: translateX(-50%);
	/* width: -webkit-max-content; */
	/* width: -moz-max-content; */
	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: 'helveticaregular';
}
.btn_with_tooltip:hover > .btn_with_tooltip__tip {
	display: block;
}
.btn_with_tooltip__tip::before {
	border: 8px solid transparent;
	border-bottom-color: #fff;
	bottom: 100%;
	content: "";
	left: 50%;
	margin-left: -8px;
	position: absolute;
}
.article-trending-list-sec {
	width: 100%;
	display: inline-block;
}
.single-cont-right h4 {
	font-weight: 600;
	font-size: 18px;
	line-height: 135%;
	text-transform: capitalize;
	color: #1C2642;
	margin-bottom: 13px;
}
.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;
}
.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;
}
.sidebar-dictionary {
	margin-top: 15px;
}
.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: 1500px;
}

/* 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: 70.8%;
	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% - 72%);
	padding-left: 35px;
	vertical-align: top;
	margin-top: 52px;
}
.date-author .modifie-date {
	width: auto;
	position: relative;
	padding-left: 10px;
	vertical-align: top;
}
.author-top-post .postrepeter-right .date-author a {
	color: #fff;
}
.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: #FFF;
	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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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: #07C;
}
.latest-home-block .homepage-left-inner h3 {
	font-size: 22px;
	margin-bottom: 8px;
}
.latest-home-block .author-name a {
	color: #fff;
}
.latest-home-block .author-name img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 7px;
}
.latest-home-block .homepage-left .card-img {
	border-radius: 4px 4px 0 0;
	height: 280px;
}
.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;
}
.latest-home-block .post-contentcl {
	color: #616161;
	font-size: 14px;
	font-family: Helvetica;
	line-height: 150%;
	margin-bottom: 0;
	margin-top: 5px;
}

/*Cat-hub*/

.hub-lates-news-inner2 .pagination-wrapper.section-inner {
	max-width: 100%;
	margin-top: 30px;
}

.cat-hub-banner-inner {
	display: flex;
	width: 100%;
	padding: 30px 0 0;
	flex-wrap: wrap;
}
.cat-hub-banner-left {
	display: inline-block;
	width: 100%;
	max-width: 80%;
}
.cat-hub-banner-right {
	display: inline-block;
	width: 100%;
	max-width: calc(100% - 80%);
	padding-left: 100px;
	text-align: right;
	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: 10px;
	max-width: 650px;
}
.hub-banner-feature {
	display: flex;
	width: 100%;
	margin-top: 20px;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
}
.hub-banner-feature span {
	font-size: 16px;
	line-height: 150%;
	color: #1C2642;
	font-family: 'helveticaregular';
}
.hubfeature {
	width: calc(100% - 70px);
}
.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;
}
/* .cat-hub-banner-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; */
/* } */
.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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/award.svg) right center no-repeat;
	padding-right: 30px;
}
.hub-top-picks-sec .homepage-left-inner h3 {
	margin-bottom: 5px;
}
.hub-top-picks-sec .home-right-innercl h5 {
	margin-bottom: 5px;
}
/* .hub-top-picks-sec::before { */
	/* content: ""; */
	/* position: absolute; */
	/* left: 150px; */
	/* width: 300px; */
	/* height: 120px; */
	/* background: url(images/about-banner-left.png) center top no-repeat; */
	/* top: 10px; */
	/* z-index: -1; */
/* } */
.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;
}
/* .latest-news::after { */
	/* content: ""; */
	/* position: absolute; */
	/* right: 0; */
	/* width: 440px; */
	/* height: 130px; */
	/* background: url(images/home-right.svg) center top no-repeat; */
	/* top: 40px; */
	/* z-index: -1; */
/* } */
/* .latest-news.latest-home-top { */
	/* background: url(images/home-left.svg) no-repeat; */
	/* background-position: left 330px; */
/* } */
/* .latest-news.latest-home-top::before { */
	/* content: ""; */
	/* position: absolute; */
	/* left: 0; */
	/* width: 100%; */
	/* background: #E8F7F8; */
	/* height: 390px; */
	/* top: 0; */
	/* clip-path: polygon(0 0, 100% 0%, 100% 40%, 0 153%); */
	/* z-index: -1; */
/* } */

.hub-lates-news-inner {
	padding: 0;
	margin-top: 50px;
	display: inline-block;
	margin-bottom: 65px;
}
.hub-lates-news-inner2 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.trending-box-inner.hub-trending-boxone:nth-child(3) {
	margin-right: 0;
}
.trending-box-inner.hub-trending-boxtwo {
	width: 24%;
	margin-top: 15px;
}
.trending-box-inner.hub-trending-boxtwo:nth-child(7) {
	margin-right: 0;
}
.trending-box-inner.hub-trending-boxtwo .trending-img {
	height: 152px;
}
.diction-hun-sec {
	margin-top: 45px;
}
.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;
}
.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: 175px;
	padding: 9px 15px 9px 40px;
	background: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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;
}
#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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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: 794px;
}
.pagescl-outer {
	padding-left: 0;
	padding-right: 0;
}
.main-page-sec {
	margin-top: 20px;
	margin-bottom: 50px;
}
.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 {
	background: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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;
}
.single-cont-right.single-cont-term {
	margin-top: 0;
}
.single-cont-right.single-cont-term .sidebar-dictionary {
	margin-top: 0;
}
.tech-term-logo img {
	max-width: 110px;
}
.tech-term-logo {
	margin-bottom: 15px;
	width: 100%;
	display: inline-block;
}
.terms-page-outer .custom-share-author {
	margin-bottom: 25px;
}
.zapimg {
	margin-left: 10px;
}
.dictionary-listcl li {
	width: 49%;
	display: inline-block;
	border-bottom: 1px solid #E0E0E0;
	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 0px 20px 30px;
	margin-bottom: 30px;
}
.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;
}
.tech-dictionary-sec ul {
	display: flex;
	flex-direction: inherit;
	align-items: flex-start;
}
.tech-dictionary-sec ul a {
	font-family: 'helveticaregular';
	font-size: 14px;
	line-height: 150%;
	text-decoration-line: underline;
	color: #0077CC;
}
.tech-dictionary-sec ul li:first-child {
	margin-left: 0;
}
.tech-dictionary-sec ul li {
	margin: 0 33px 12px 0;
}
.su-list ul li {
	background: none !important;
}
/*Pages-css-end*/

/*Toc css*/

.icon-chevron-down {
	background-image: url("https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/chevron-down.svg");
}

.icon-chevron-up {
	background-image: url("https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/chevron-up.svg");
}
.popular-categorie-section {
	padding-left: 0;
	padding-right: 0;
}
.toc-sticky-list {
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	padding: 24px;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}



/*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: 20px;
}
.guide-page-sec .sinlge-cont-top {
	max-width: 100%;
}

/*Guide page css End*/

/*brand-layout-css*/

.new-brand-regulated-sec {
	background: #E8F7F8;
	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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/star-img.svg) left 100% repeat-x;
	width: 80px;
	display: inline-block;
}
.regulated-rating {
	background: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/star-img.svg) left top repeat-x;
	display: block;
	height: 16px;
	background-position: 0 -9%;
}
.regulated-visit-button {
	width: 230px;
	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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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: #E8F7F8;
	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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/star-img.svg) left 100% repeat-x;
	width: 80px;
	display: inline-block;
}
.ratingbox-rating {
	background: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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;
}
.single-toppic {
	position: relative;
	text-align: left;
}
.single-toppic span {
	background: #CFD5DD;
	font-weight: 600;
	font-size: 10px;
	line-height: 150%;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1C2642;
	position: relative;
	left: -24px;
	top: -14px;
	padding: 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: 5px;
	margin-bottom: 15px;
	width: 100%;
}
.single-brand-rating-sec {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.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;
}
.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;
	padding-left: 0;
}
.single-brand-box li {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #2E364E;
	margin: 0;
	background: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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;
	text-align: center;
	width: 100%;
}
.single-brand-button {
	margin-top: 10px;
	width: 100%;
}
.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;
	margin-top: 0;
}
.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('https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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;
}

/*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: 16px;
	line-height: 150%;
	color: #2E364E;
	margin: 0;
}
.view-fullterm a {
	font-family: 'helveticabold';
	font-size: 16px;
	line-height: 150%;
	color: #0077CC;
	background: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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: 27%;
}
.pills-topics-right {
	display: inline-block;
	width: 100%;
	max-width: calc(100% - 31%);
	margin-left: 40px;
}
.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: #E8F7F8;
}
.pills-topics-left .jan-nav-collapse-item .plusicon::after {
	position: absolute;
	top: 14px;
	right: 10px;
	content: "";
	background: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/close-icons.svg) no-repeat center;
}
.pills-topics-left .jan-nav-collapse-item.active_article_topics .plusicon::after {
	content: "";
	background: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/plus-black.svg) no-repeat center;
}
.pills-topics-left .jan-nav-collapse-item.active_article_topics .plusicon.on::after {
	content: "";
	background:url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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:normal !important;
	color: #1C2642 !important;
	border: none !important;
	background: #E8F7F8 !important;
	font-family: 'helveticabold';
}
.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: 16px;
	font-family: 'helveticaregular';
}

/*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;
}
.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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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;
}
.guide-page-sec .sinlge-cont-top .entry-title {
	display: none;
}
.cryguide-page-sec .inContentProviderSingle {
	margin-bottom: 32px;
}
.cryguide-page-sec .sinlge-cont-top {
	margin-bottom: 12px;
}
.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("https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/clock.svg");
	background-repeat: no-repeat;
	background-position: center;
}
.trending-search-item {
	width: 20px;
	height: 22px;
	display: inline-block;
	background-image: url("https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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("https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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;
}
.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;
}
.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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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: #E8F7F8;
	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: 2;
	position: absolute;
	display: none;
	top: calc(100% + 14px);
	right: 0px;
	padding: 15px 15px;
	background: #FFFFFF;
	border-radius: 4px;
	filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.35));
	left: 50%;
	transform: translate(-10%, 0);
	-webkit-transform: translate(-10%, 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 4px;
}
.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);
}

/*social media-End*/

.award-section {
 padding: 40px 0 50px;
 }
 .single-commercial .single-post-outer {
 margin-bottom: 50px;
}
.commericial-post-inner {
	padding: 0;
}
.page-template-custom-About .list-inline-item a {
	background: transparent;
}
.commericial-post-outer {
    margin-bottom: 30px;
}
.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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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-family: Helvetica;
	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: 10px;
}

.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;
}
.ms_faq.ms_card:last-of-type {
	margin-bottom: 0;
}
.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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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: #E8F7F8 !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: #E8F7F8;
}
.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;
}

.su-table tr:first-child td {
	text-align: left !important;
	padding: 10px 10px 10px 15px !important;
	font-size: 14px !important;
	font-weight: normal !important;
	color: #1C2642 !important;
	border: none !important;
	background: #E8F7F8 !important;
	font-family: 'helveticabold';
}
.author-left-top .list-inline-item {
	display: inline-block;
	background: none !important;
	padding-left: 0 !important;
}

.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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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;
}
.hub-expert-sec {
	margin-top: 40px;
}

.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;
}
.article-questions li:last-child {
	border-bottom: none;
}
.latestnews-second-sec.ms-latestnews-second-phase {
    margin-top: 0;
}

.su-note .su-row {
    margin-top: 0;
}


.page-template-template-full-width .campaign-compact-table__offer-key-features,.page-template-Guide-Crypto-template .campaign-compact-table__offer-key-features,.single-commercial .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,.single-commercial .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,.single-commercial .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;
}

@media screen and (min-width: 992px) {

    .page-template-template-full-width .campaign-compact-table__offer,.page-template-Guide-Crypto-template .campaign-compact-table__offer,.single-commercial .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,.single-commercial .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,.single-commercial .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, .single-commercial .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,.single-commercial .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, .single-commercial .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,.single-commercial .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,.single-commercial .campaign-compact-table__offer-terms .cell_bottom {
        max-height: 24px;
    }
}


@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: 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% - 69%);
}
.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: 66%;
}
.sinlge-cont-top {
	max-width: 66%;
}
.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;
}
.trending-box-inner.hub-trending-boxtwo {
	width: 23.8%;
}

.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%);
}
/*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: 20px;
}
.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*/

.reviewedcl {
	width: 100%;
	display: block;
}

.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;
}	
	
}
@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;
}

.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% - 63%);
}
.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: 60%;
}
.single-cont-right {
	max-width: 37%;
	margin-left: 20px;
}
.custom-share-author .custom_author_top {
	width: 100%;
}
.custom-share-author .custom-share {
	display: flex;
	width: 100%;
	text-align: left;
	margin-top: 20px;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.sinlge-cont-top {
	max-width: 60%;
}
.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;
}
.trending-box-inner.hub-trending-boxtwo {
	width: 23.4%;
}
.trending-box-inner.hub-trending-boxtwo .trending-img {
	height: 110px;
}
.hub-lates-news-inner {
	margin-top: 40px;
	margin-bottom: 40px;
}
.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: 20px;
}
.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 {
	margin-right: 11px;
}

.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;
}
	
}
@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: 47%;
}
.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: 0px;
}
.latest-ans-tab .popular-wrappercl p {
	margin-bottom: 15px !important;
}
.readers-outer h2 {
	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;
}
.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 h4 {
	font-size: 20px;
}
.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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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-right h1, .author-sec-right .expetis {
	display: none;
}
.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 {
	max-width: 100%;
	padding-left: 0;
	margin-top: 40px;
}
.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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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 {
	margin: 20px 0 20px;
}
.sinlge-cont-left .featured-media {
	width: calc(100% + 26px);
	margin: 0 -13px;
}
.sinlge-cont-left .featured-media img {
	border-radius: 0;
}
.custom-share-author .custom-share {
	margin-top: 10px;
	margin-bottom: 10px;
}
.author_section__extra {
	margin-right: 0;
	margin-top: 3px;
}
.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 {
	font-size: 18px;
	border-bottom: 8px solid #0077CC;
	padding-bottom: 6px;
}
ol, ul, dl {
	margin-bottom: 20px;
}
.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;
}
.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%;
}
.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: 30px;
}
.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: #07C;
	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,.mslatest_news_inner_item.latest_top_post:first-child h3 {
	color: #fff;
}
.mslatest_news_inner_item.latest_top_post:first-child .post-timeing {
	color: #fff;
}
.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;
}
.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;
}
.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: 180px;
	margin-left: 0;
}
.hub-lates-news-sec .trending-text {
	width: 100%;
}
.trending-box-inner.hub-trending-boxtwo {
	width: 100%;
	margin-top: 0;
}
.hub-lates-news-inner2 {
	margin-top: 15px;
}
.hub-lates-news-inner2 .trending-box-inner {
	width: 315px;
	margin-right: 15px;
	flex-shrink: 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;
}
.hub-lates-news-inner {
	margin-bottom: 30px;
}
.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;
}
.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 h3 {
	font-size: 16px;
	margin-bottom: 10px;
	background: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/footer-acd2.svg) right center no-repeat;
	margin-top: 10px;
}
.footer-one h3.on {
	background: url(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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;
}
.tech-term-logo {
	margin-top: 5px;
}

.toc-sticky-list {
	padding: 15px 0;
	border-left: none;
	border-right: none;
	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: 40px;
}
.tech-dictionary-sec {
	padding: 20px 15px 15px 15px;
	margin-top: 30px;
}
.tech-dictionary-sec ul li {
	margin: 0 19px 12px 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;
}
.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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/images/footer-acd2.svg) right center no-repeat;
	margin-bottom: 0;
	cursor: pointer;
}
.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: #E8F7F8;
	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: 560px;
	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%;
}
.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: 250px;
	transform: translateX(-60%);
}
.btn_with_tooltip__tip::before {
	left: 90%;
}
.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;
}
.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;
}
.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;
}
.guide-lates-sec .trending-box-inner:first-child {
	width: calc(100% + 26px);
	margin: 0 -13px;
	flex-shrink: initial;
	margin-bottom: 15px;
	flex-direction: column;
}
.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: #1C2642;
	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 {
	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: 0;
}
.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(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
}

.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;
	flex-wrap: inherit;
	width: 100%;
}
.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;
}
.commericial-post-outer {
	margin-bottom: 0;
}

.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: 10px 15px;
}
.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: 114px;
	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;
}
.latest-home-block .trending-box-inner {
	margin-right: 0;
	width: 100%;
}
.latest-home-block .trending-img {
	height: 70px;
	width: 114px;
}
.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;
}
.pills-topics-left .guide-categorie ul li {
	font-size: 12px;
	white-space: nowrap;
	font-family: Arial;
	font-weight: 700;
	margin: 0 4px 10px;
}
.guide-categorie .plusicon {
	display: none;
}
.all-guide-categories .jan-nav-collapse-item > .jan-nav-collapse-item__link {
	padding: 6px 15px;
	font-size: 12px;
	border: 1px solid #1C2642;
	border-radius: 100px;
	display: inline-block;
}
.all-guide-categories .nav-item.jan-nav-collapse-item.active_article_topics a {
	background: #1C2642 !important;
	color: #fff;
}
.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: #1C2642 !important;
	color: #fff;
}
.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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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(https://www.techopedia.com/de/wp-content/themes/twentytwenty-child-multisites/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 h3::after {
	display:none;
}


}

@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;
}
	
}