.cs-footer .cs-container {
	max-width:1328px;
}

.rc-flex { display: flex !important; }
.rc-align-center { align-items: center !important; }
.rc-align-start { align-items: flex-start !important; }
.rc-align-end { align-items: flex-end !important; }

.rc-justify-between { justify-content: space-between !important; }
 

.cs-header__inner-desktop {
	margin-top:0px;
}

.cs-header {
	background:#ffffff;
	    border-bottom: 1px solid #e9eaeb; 
}
.cs-header .cs-header__custom-button {
	        margin-bottom: 0 !important;
	width: 85px;
    height: 32px;
    padding-bottom: 9px;
}
.cs-header__inner-desktop:after ,.cs-header__inner-mobile:after{
	display:none;
}
.cs-header .cs-container{
	padding: 0;
  max-width: 1328px;
	padding-right:0px;
}
.cs-container {
	padding: 0;
  max-width: 1328px;
	padding-right:16px;
	padding-left:16px;
}
.cs-header__inner-desktop {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.cs-header__inner-mobile {
	margin-top:0px;
}
.cs-header__inner-desktop {
	display:flex !important;
}

.cs-signin-btn{
		height:32px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:2px 16px;
    margin-left:10px;
    border:1px solid #E5E7EB;
    border-radius:8px;
    background:#fff;
    color:#111827;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
	font-size: 14px;
	    white-space: nowrap;
	    border-radius: 8px;
    box-shadow: 0 0 5px #0000001a, 0 2px 2px -1px #0000001a;
    background: #f2f2f2;
	position: relative;
}

.cs-signin-btn:after {
	width: 100%;
    height: 50%;
    background: #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    z-index: 1;
    transition: all .25s ease-in-out;
}
.cs-signin-btn span {
	position:relative;
	z-index:9;
	    font-size: 14px;
    font-weight: 600;
    color: #222;
    font-family: Inter, sans-serif;
}

.cs-signin-btn:hover:after{
   
	height:100%;
}
.cs-footer__description {
	font-size: 16px;
	font-weight: 400;
	max-width: 450px;
	color: #000000;
}
.certifications h6{
	    color: gray !important;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 16px;
}

.cs-footer-columns__nav > li > a span {
	font-weight: 600;
	font-size: 15px;
	    color: gray;
	text-transform: capitalize;
}
.cs-footer-columns__nav .sub-menu {
	margin-top:10px;
}
.cs-footer-columns__nav .sub-menu li {
	margin-top: 0px;
    margin-bottom: 0px;
	padding:0px;
}
.cs-footer-columns__nav .sub-menu li a {
	  font-size: 15px;
    line-height: 140%;
    padding:5px 0;
	    color: #5a5a5a;
	font-weight: 400;
}
.cs-footer-columns__nav .sub-menu li a span {
	font-size: 15px;
    line-height: 140%;
	color: #5a5a5a;
	font-weight: 400;
}
 
.cs-copyright {
	display:flex;
	align-items:center;
	justify-content:space-between;
	border-top: 1px solid #e4ebf0 !important;
	    height: 80px;
}
.cs-copyright .cs-footer__copyright {
	margin-top:0px;
	    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: #5a5a5a;
}
.cs-copyright .cs-systems{
	margin:0px;
	display:flex;
	align-items:center;
	gap:12px;
	font-weight: 500;
  font-size: 15px;
  color: gray;
}	

@media (min-width: 1200px) {
	.cs-footer .cs-col-left {
		width:450px;
	}
	
}

@media (min-width: 768px) {
	
	.single .cs-metabar-enabled.cs-sidebar-disabled .cs-entry__container {
		grid-template-columns: minmax(228px, 1fr) minmax(0, 100%) minmax(0, 1fr);
	}
.single	.cs-entry__content-wrap{
	        max-width: 100%;
}
.single .entry-content {
	        max-width: 100%;
}
}
.cs-footer {
	margin-bottom:0px;
	padding-bottom: 0;
}
@media (min-width: 1200px) {
    .cs-footer-columns__nav {
        justify-content: space-between;
			    max-width: 465px;
			padding-bottom:30px;
			margin-left: auto;
         
    }
}
.cs-footer__inner {
	border-top:0px;
	padding-top:54px;
}
.cs-footer__inner.bottom {
	padding-top:30px;
	padding-bottom:20px;
}
.cs-footer__inner .cs-logo {
	position:relative;
}
.cs-footer .cs-col-left {
	gap:30px;
}
.cs-footer__inner .cs-logo:after {
	    content: "";
    width: 277px;
    height: 84px;
    background: url('https://blog.remitcircle.com/wp-content/uploads/2026/07/doted-box.png') no-repeat top right;
    position: absolute;
     top: -31px;
    left: -66px;
}
.cs-footer__logo img {
	width:145px;
}

.pulse-circle {
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 50%;
  background: #97fc32;
  position: relative;
  animation: pulse-animation 2s infinite;
	display: inline-block;
	margin-bottom:1px;
}
.pulse-circle.sm {
  width: 8px;
	min-width: 8px;
  height: 8px;
	margin-bottom:2px;
}

.pulse-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 1px 0.5px rgba(0, 0, 0, 0.25);
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(151, 252, 50, 0.5);
  }
  100% {
    box-shadow: 0 0 0 6px rgba(151, 252, 50, 0);
  }
}



/*****Filter CSS ********/
.cs-post-category-filter {
    margin-bottom: 20px;
	    position: sticky;
    top: 73px;
    z-index: 99;
	padding: 8px 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.cs-post-category-filter__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cs-post-category-filter__item {
    margin: 0;
    padding: 0;
}

.cs-post-category-filter__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    color: #222;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition:
        color 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.cs-post-category-filter__link:hover,
.cs-post-category-filter__link:focus,
.cs-post-category-filter__link.is-active {
    border-color: #206bea;
    color: #fff;
    background-color: #206bea;
    text-decoration: none;
}

.cs-post-category-filter__count {
    font-size: 12px;
    opacity: 0.7;
	display: none;
}
.e-heading-base, .wp-block-heading {
	letter-spacing:0px !important;
}
strong, b {
	    letter-spacing: 0;
    font-weight: 700;
}
.wp-block-heading strong {
	font-weight:700 !important;
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
	flex-direction: row-reverse;
  justify-content: space-between;
}
.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title{
 color: inherit !important;
	     
}
.elementor-widget-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-text{ 
	font-size:18px;
	
}
.elementor-widget-n-accordion .e-n-accordion-item-title + .e-child {
	    border: 0;
        padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {
	font-weight:700;
	color: inherit;
}
.elementor-widget-n-accordion .e-n-accordion-item-title + .e-child  p {
	    font-size: 16px;
	    font-weight: 400;
	    padding-top: 8px;
}
.cs-overlay-ratio:not(.cs-ratio-original) .cs-overlay-background img {
	  width: 100%;
    height: auto;
    object-fit: inherit;
}
.cs-entry__subtitle .sharedaddy {
	display:none !important;
	visibility:hidden !important;
}
.post-likes-widget.jetpack-likes-widget {
	background:transparent !important;
}
/* Blog Details */
.entry-content {
	position:relative;
}
.entry-content .sharedaddy.sd-like {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	margin: 0;
}


.entry-content .sharedaddy.sd-sharing-enabled ,
.entry-content .jp-relatedposts {
	display:none !important;
	visibility:hidden !important;
}

.cs-header[data-scheme="dark"] {
  background: #161616;
	border-bottom:0px;
}
.cs-header[data-scheme="dark"] .cs-button {
	background: #206bea;
}

.cs-header[data-scheme="dark"] + #main .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
	 fill: #fff !important;
}

.cs-header[data-scheme="dark"] + #main .cs-overlay-ratio:not(.cs-ratio-original) .cs-overlay-background {
	background: #fff;
}
.cs-subscribe:has(+ .cs-footer[data-scheme="dark"])
 {
	background: #000000;
}
p:empty {
    display: none;
}
.wp-block-quote p {
	margin-top:0px;
}

.cs-posts-area__main .cs-entry__thumbnail {
	position:relative;
	    padding-bottom: 20px;
}

.cs-read-next__post-area .cs-entry__thumbnail {
	position:relative;
	    padding-bottom: 40px;
}

.cs-posts-area__main .cs-entry__inner.cs-entry__thumbnail:after,
.cs-read-next__post-area .cs-entry__inner.cs-entry__thumbnail:after {
	content:'';
	width:100%;
	height:8px;
	position:absolute;
	bottom:0px;
	left:0px;
	background:#3d73f5;
}
.cs-entry__comments {
	margin-top: 32px;
	gap: 0;
}
.cs-entry__comments .cs-entry__comments-toggle {
	display:none;
	visibility:hidden;
}
.cs-entry__comments .cs-entry__comments-inner {
	    max-height: unset;
	    opacity: 1;
    visibility: visible;
	    margin-left: 0 !important;
}
.cs-entry__comments .cs-entry__comments-inner .comment-form iframe {
	    border-bottom: solid #dcdcde 1px !important
}
.cs-entry__content-wrap .cs-entry__footer {
	margin-top: 0;
}
.cs-entry__footer-inner .cs-entry__footer-col{
	display:none;
	visibility:hidden
}


.cs-entry__footer-inner .cs-entry__footer-col.cs-col-bottom{
	display:block;
	visibility:visible
}
.cs-entry__footer-inner .cs-entry__footer-col.cs-col-bottom .cs-share {
	justify-content: flex-end;
}

.cs-subscribe {
	background:#ffffff;
	padding-bottom:64px;
	margin-bottom:0px;
}
.mmr-sec {
	    font-family: Inter, sans-serif;
	border: 1px solid #e9eaeb;
    box-shadow: 0 0 1px 1px #1e1e1e0d, 0 1px 0 1px #1e1e1e1a;
    max-width: 465px;
	padding: 24px;
	border-radius: 12px;
	background:#ffffff;
	margin-left: auto;
	margin-bottom:0px;
}

.mmr-sec > p {
	    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: gray;
}

.mmr-rate {
	border-radius: 6px !important;
	background: linear-gradient(90deg, #d6e2fd, #f0f4fe 75%);
    height: 46px;
	    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
	margin-bottom:12px;
}
.mmr-rate p {
	font-size: 18px;
	font-weight: 600;
	color: #1e1e1e;
	margin: 0;
}
.mmr-rate span {
	font-size: 16px;
	font-weight: 500;
	color: #1e1e1e;
	margin: 0;
}

@media (max-width: 767px) {
	.cs-container {
		    padding-right: 16px;
    padding-left: 16px;
	}
	.cs-copyright {
		flex-direction: column;
    justify-content: center;
		padding: 20px 0 0;
		margin-top: 30px;
	}
	.cs-footer__copyright {
		    margin-bottom: 10px;
	}
	table th, .wp-block-table th, table td, .wp-block-table td {
		font-size: 14px;
	}
	.mmr-sec {
        padding: 16px;
    }
	.mmr-rate p {
		 font-size: 14px;
	}
}


.cs-footer[data-scheme="dark"] .cs-footer__description{
   color:#ffffff;
}

.cs-footer[data-scheme="dark"] .cs-footer-columns__nav .sub-menu li a span {
	color:#ffffff;
}

a.read-more-btn {
    border: 1px solid rgba(61, 120, 243 , 0.5);
    padding: 5px 10px;
    font-size: 12px;
    color: #3d78f3;
    text-decoration: none;
    border-radius: 20px;
}
a.read-more-btn:hover {
	 background: #3d78f3;
	color:#ffffff;
}
.cs-home-about__description {
	max-width:inherit;
}
@media screen and (min-width:767px) {
		.mmr-card {
			margin-left: auto;
			max-width: 600px;
		}
	}
.single .cs-sidebar-disabled .cs-main-content {
	display:block;
}

.comment-respond .verbum-footer__submit #comment-submit{
	 font-family: Inter, sans-serif;
	font-weight: 500;
    color: #fff;
	    border-radius: 8px;
    background: #206bea;
} 