/* header */
#header-outer ul.sf-menu.sf-js-enabled.sf-arrows .champ span {
    background-color: #21d684 !important;
    padding: 10px 14px !important;
    border-radius: 9px !important;
    color: white !important;
    animation: pulse 1.5s infinite;
    transition: all 0.3s ease;
    font-size: 15px;
	display:none;
}
.champ {
	  animation: pulse 1.5s infinite;
	transition: all 0.3s ease;
}


@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* cric-sec */
#cric-sec .iwithtext .iwt-icon img {
    width: 25% !important;
}
#cric-sec .iwithtext {
    padding-top: 50px !important;
}

#cric-sec .iwithtext .iwt-text {
    padding-left: 32%;
    position: relative;
    top: -29px;
}
/* blog */

.featured-media-under-header__featured-media span.post-featured-img.page-header-bg-image {
    width: 70%;
    height: 100%;
}
div#author-bio {
    display: none !important;
}
.featured-media-under-header__meta-wrap.nectar-link-underline-effect .code-block.code-block-1 {
    display: none !important;
}
.comments-section {
    display: none !important;
}
.row.hentry.featured-media-under-header {
    padding: 40px 0 !important;
}
div#custom_html-3 {
    margin-top: -183%;
}
		.mob-ads {
    display: none !important;
}
#cric-sec .post-area.featured_img_left.span_12 .article-content-wrap .post-content-wrap h3.title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (max-width: 1600px) {}
@media (max-width: 1440px) {}  
@media (max-width: 1366px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {}
@media (max-width: 800px) {
	div#slide-out-widget-area ul.menu .champ {
    display: none !important;
}
    #header-outer .myy {
        display: block !important;
        position: absolute;
        right: 22%;
        background-color: #22d684 !important;
        color: white !important;
        padding: 3px 14px !important;
        border-radius: 6px !important;
			z-index: 999;
			display: none !important;
    }
	
	.secondary-header-text {
    display: none !important;
}
	.slide-out-widget-area-toggle.mobile-icon.slide-out-from-right {
    display: block !important;
}
		.desk-ads {
    display: none !important;
}
		.mob-ads {
    display: block !important;
}
	.featured-media-under-header__featured-media span.post-featured-img.page-header-bg-image {
    width: 100%;
    height: 100%;
}
div#custom_html-3 {
    margin-top: 0%;
}
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
	#psl h1 {
    font-size: 50px !important;
}
	div#text-3 p a {
    padding: 0 11px !important;
    font-size: 13px;
}
	.eyes {
    margin-top: -39%;
}
	div#text-3 p {
    display: flex;
    margin-left: 0px;
    text-align: center !important;
}
	h1.entry-title {
    font-size: 21px !important;
    line-height: 1.5 !important;
}
}
@media (max-width: 414px) {
	#psl h1 {
    font-size: 40px !important;
}
}
@media (max-width: 375px) {}
@media (max-width: 360px) {}