
@media (max-width: 768px) {
    .generate-columns-container > .paging-navigation {
        margin-left: 0;
        margin-bottom: 20px;
    }
}


/* posts H1- H3 Colors code-SAURABH-START*/
h1.has-background, h2.has-background, h3.has-background,
h4.has-background, h5.has-background, h6.has-background {
  border-radius: 5px;
  padding: .4rem 1rem;
}
/* posts H1- H3 Colors code-SAURABH-END*/



.progress-container {
            width: 100%;
            background-color: #f3f3f3;
            border-radius: 25px;
            margin: 20px 0;
        }

.progress-bar {
            width: 1%;
            height: 30px;
            background-color: #4caf50;
            border-radius: 25px;
            text-align: center;
            line-height: 30px;
            color: white;
        }

.hidden-text {
            display: none;
            margin-top: 10px;
        }



/* CrunchyMint author box*/

.CrunchyMint-author-box {
	padding: 3%;
	padding-bottom: 10px;
	margin-top: 30px;
	font-size: 0.9em;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    box-shadow: rgb(23 43 99 / 30%) 0 2px 10px;
    border-radius: 25px;
}

.CrunchyMint-author-box .insights-avatar {
	width: 1000px;
	height: auto;
	border-radius: 100%;
	margin-right: 30px;
}
.CrunchyMint-author-box .insights-avatar img {
		border-radius: 100%;
	}
.author-title {
	margin-bottom: 0.1em;
	font-weight: 600;
	font-size:18px;
}
.author-description {
	line-height: 1.6em;
	font-size:16px;	
}
.author-links a {
	margin-top: -1.5em;
	font-size: 2em;
	line-height: 2em;
	float: left;
}
@media (max-width: 768px) {
	.CrunchyMint-author-box {
		padding: 20px;
		padding-bottom: 25px;
		margin-top: 60px;
		flex-direction: column;
		text-align: center;
	}
	.CrunchyMint-author-box .insights-avatar {
		margin-right: 0;
		width: 100%;
		margin-top: -60px; 
	}
	.CrunchyMint-author-box .insights-avatar img {
		max-width: 100px; 
	}
	.author-links a {
		float: none;
		align-self: center;
	}
	.author-description {
		margin-bottom: -0.1em;
	}
}
/*end of CrunchyMint author box*/



/* Entire Site Social Share Design by Crunchymint*/

.CrunchyMint-float-social-wrapper {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

.CrunchyMint-float-social-sharing {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    min-height: 30px;
    font-size: 12px;
    padding: 14px 10px;
}


.CrunchyMint-float-social-sharing:first-of-type {
    border-top-right-radius: 10px;
}

.CrunchyMint-float-social-sharing:last-of-type {
    border-bottom-right-radius: 10px;
}

.CrunchyMint-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);
}

.CrunchyMint-social-facebook:hover {
    background-color: rgba(59, 89, 152, .8);
}

.CrunchyMint-social-twitter {
    fill: #fff;
    background-color: rgba(29, 161, 242, 1);
}

.CrunchyMint-social-twitter:hover {
    background-color: rgba(29, 161, 242, .8);
}

.CrunchyMint-social-pinterest {
    fill: #fff;
    background-color: rgba(189, 8, 28, 1);
}

.CrunchyMint-social-pinterest:hover {
    background-color: rgba(189, 8, 28, .8);
}

.CrunchyMint-social-linkedin {
    fill: #fff;
    background-color: rgba(0, 119, 181, 1);
}

.CrunchyMint-social-linkedin:hover {
    background-color: rgba(0, 119, 181, .8);
}

.CrunchyMint-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}

.CrunchyMint-social-whatsapp:hover {
    background-color: rgba(37, 211, 102, .8);
}

.CrunchyMint-social-reddit {
    fill: #fff;
    background-color: rgba(255, 87, 0, 1);
}

.CrunchyMint-social-reddit:hover {
    background-color: rgba(255, 87, 0, .8);
}
/* Entire Site Social Share Design by Crunchymint*/

/* After Post Social Share Design by CrunchyMint*/

.CrunchyMint-social-wrapper {
    margin: 30px 0;
    font-size: 0;
}

.CrunchyMint-social-wrapper span {
    font-weight: bold;
    padding-right: 10px;
    font-size: 16px;
}

.CrunchyMint-social-sharing {
    font-size: 17px;
    padding: 7px 20px;
}

@media only screen and (max-width: 600px) {
    .CrunchyMint-social-sharing {
        font-size: 17px;
        padding: 6px 17px;
        display: inline-block;
    }
	.CrunchyMint-social-wrapper {
    margin: 30px 0px;
    font-size: 0;
}


}

.CrunchyMint-social-sharing svg {
    position: relative;
    top: 0.15em;
    display: inline-block;
}

.CrunchyMint-social-sharing:first-of-type {
    border-radius: 100px 0 0 100px;
}

.CrunchyMint-social-sharing:last-of-type {
    border-radius: 0 100px 100px 0;
}

.CrunchyMint-social-facebook {
    fill: #fff;
    background-color: rgba(59, 89, 152, 1);

}

.CrunchyMint-social-facebook:hover {
    background-color: rgba(59, 89, 152, .8);
}

.CrunchyMint-social-twitter {
    fill: #fff;
    background-color: rgba(29, 161, 242, 1);
}

.CrunchyMint-social-twitter:hover {
    background-color: rgba(29, 161, 242, .8);
}

.CrunchyMint-social-pinterest {
    fill: #fff;
    background-color: rgba(189, 8, 28, 1);
}

.CrunchyMint-social-pinterest:hover {
    background-color: rgba(189, 8, 28, .8);
}

.CrunchyMint-social-linkedin {
    fill: #fff;
    background-color: rgba(0, 119, 181, 1);
}

.CrunchyMint-social-linkedin:hover {
    background-color: rgba(0, 119, 181, .8);
}

.CrunchyMint-social-whatsapp {
    fill: #fff;
    background-color: rgba(37, 211, 102, 1);
}

.CrunchyMint-social-whatsapp:hover {
    background-color: rgba(37, 211, 102, .8);
}

.CrunchyMint-social-reddit {
    fill: #fff;
    background-color: rgba(255, 87, 0, 1);
}

.CrunchyMint-social-reddit:hover {
    background-color: rgba(255, 87, 0, .8);
}

/* After Post Social Share Design by CrunchyMint-end*/


#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox div.proinput input {
    font-size: 18px !important;

#ajaxsearchlite1 .probox, div.asl_w .probox {
    margin: 30px  !important;
    height: 35px  !important;
    border: 3px solid #0b5330 !important;
}