.mainheading {
	padding:1rem 0rem;
}
a {
	color:#00ab6b;
}
a,a:hover {
	transition:all 0.2s;
}
.mediumnavigation {
	background:rgba(255,255,255,.97);
	box-shadow:0 2px 2px -2px rgba(0,0,0,.15);
}
section {
	margin-bottom:20px;
}
.section-title h2 {
	border-bottom:1px solid rgba(255,255,255,1);
	margin-bottom:25px;
	font-weight:700;
	font-size:1.4rem;
	margin-bottom:27px;
}
.section-title span {
	border-bottom:1px solid rgba(0,0,0,.44);
	display:inline-block;
	padding-bottom:20px;
	margin-bottom:-1px;
}
@media (min-width:576px) {
	.card-columns.listfeaturedtag {
		-webkit-column-count:2;
		-moz-column-count:2;
		column-count:2;
	}
}
@media (min-width:992px) {
	.navbar-toggleable-md .navbar-nav .nav-link {
		padding-right:.7rem;
		padding-left:.7rem;
	}
}
.card-columns .card {
	margin-bottom:20px;
}
.listfeaturedtag .wrapthumbnail {
	height:258px;
	flex:0 0 auto;
}
.listfeaturedtag .card {
	border:1px solid rgba(0,0,0,.1);
	border-radius:2px;
	height:260px;
	padding-left:0;
	margin-bottom:15px;
}
.listfeaturedtag .thumbnail {
	background-size:cover;
	height:100%;
	display:block;
	background-position:38% 22% !important;
	background-origin:border-box!important;
	border-top-left-radius:2px;
}
.listfeaturedtag .card-block {
	padding-left:0;
}
.listfeaturedtag h2.card-title,.listrecent h2.card-title {
	font-size:1.3rem;
	font-weight:700;
	line-height: 1.25;
}
.listfeaturedtag h2.card-title a,.listrecent h2.card-title a {
	color:rgba(0,0,0,.8);
}
.listfeaturedtag h2.card-title a:hover,.listrecent h2.card-title a:hover {
	color:rgba(0,0,0,.6);
	text-decoration:none;
}
.listfeaturedtag h4.card-text,.listrecent h4.card-text {
	color:rgba(0,0,0,.44);
	font-size:0.95rem;
	line-height:1.4;
	font-weight:400;
}
.listfeaturedtag .wrapfooter {
	position:absolute;
	bottom:20px;
	font-size:12px;
	display:block;
	width:85%;
}
.listrecent .wrapfooter {
	font-size:12px;
	margin-top:30px;
}
.author-thumb {
	width:40px;
	height:40px;
	float:left;
	margin-right:13px;
	border-radius:100%;
}
.post-top-meta {
	margin-bottom:2rem;
}
.post-top-meta .author-thumb {
	width:72px;
	height:72px;
}
.post-top-meta.authorpage .author-thumb {
	margin-top:40px;
}
.post-top-meta span {
	font-size:0.9rem;
	color:rgba(0,0,0,.44);
	display:inline-block;
}
.post-top-meta .author-description {
	margin-bottom:5px;
	margin-top:5px;
	font-size:0.95rem;
}
.author-meta {
	flex:1 1 auto;
	white-space:nowrap!important;
	text-overflow:ellipsis!important;
	overflow:hidden!important;
}
span.post-name,span.post-date,span.author-meta {
	display:inline-block;
}
span.post-date,span.post-read {
	color:rgba(0,0,0,.44);
}
span.post-read-more {
	align-items:center;
	display:inline-block;
	float:right;
	margin-top:8px;
}
span.post-read-more a {
	color:rgba(0,0,0,.44);
}
span.post-name a,span.post-read-more a:hover {
	color:rgba(0,0,0,.8);
}
.dot:after {
	content:"·";
	margin-left:3px;
	margin-right:3px;
}
.mediumnavigation .form-control {
	font-size:0.8rem;
	border-radius:30px;
	overflow:hidden;
	border:1px solid rgba(0,0,0,0.04);
}
.mediumnavigation .form-inline {
	margin-left:15px;
}
.mediumnavigation .form-inline .btn {
	margin-left:-50px;
	border:0;
	border-radius:30px;
	cursor:pointer;
}
.mediumnavigation .form-inline .btn:hover,.mediumnavigation .form-inline .btn:active {
	background:transparent;
	color:green;
}
.mediumnavigation .navbar-brand {
	font-weight:500;
}
.mediumnavigation .dropdown-menu {
	border:1px solid rgba(0,0,0,0.08);
	margin:.5rem 0 0;
}
.mediumnavigation .nav-item,.dropdown-menu {
	font-size:0.9rem;
}
.mediumnavigation .search-icon {
	margin-left:-40px;
	display:inline-block;
	margin-top:3px;
	cursor:pointer;
}
.mediumnavigation .navbar-brand img {
	max-height:30px;
	margin-right:5px;
}
.mainheading h1.sitetitle {
	font-family:Righteous;
}
.mainheading h1.posttitle {
	font-weight:700;
	margin-bottom:1rem;
}
.footer {
	border-top:1px solid rgba(0,0,0,.05)!important;
	padding-top:15px;
	padding-bottom:12px;
	font-size:0.8rem;
	color:rgba(0,0,0,.44);
	margin-top:50px;
}
.link-dark {
	color:rgba(0,0,0,.8);
}
.article-post {
	font-family:Merriweather;
	font-size:1.2rem;
	line-height:1.8;
	color:rgba(255,255,255,1);
}
blockquote {
	border-left:4px solid #00ab6b;
	padding:0 20px;
	font-style:italic;
	color:rgba(255,255,255,);
}
.article-post p,.article-post blockquote {
	margin:0 0 1.5rem 0;
}
.featured-image {
	display:block;
	margin:0px auto;
	margin-bottom:1.5rem;
}
.share {
	text-align:center;
	margin-top:20px;
}
.share p {
	margin-bottom:10px;
	font-size:0.95rem;
}
.share {
	display:none;
}
.share ul li {
	display:inline-block;
	margin-bottom:5px;
}
.share ul {
	padding-left:0;
	margin-left:0;
}
.svgIcon {
	vertical-align:middle;
}
@media (min-width:1024px) {
	.share {
		position:fixed;
		display:block;
	}
	.share ul li {
		display:block;
	}
}
@media (max-width:999px) {
	.listfeaturedtag .wrapthumbnail, .listfeaturedtag .col-md-7 {
		width:100%;
		max-width:100%;
		-webkit-box-flex: 0;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
	}
	.listfeaturedtag .wrapthumbnail {
		height:250px;
	}
	.listfeaturedtag .card {
		height:auto;
	}
	.listfeaturedtag .wrapfooter {
		position:relative;
		margin-top:30px;
	}
	.listfeaturedtag .card-block {
		padding:20px;
	}
}
@media (max-width:1024px) {
	.post-top-meta .col-md-10 {
		text-align:center;
	}
}
@media (max-width:767px) {
	.post-top-meta.authorpage {
		text-align:center;
	}
}
.share,.share a {
	color:rgba(255,255,255,1);
	fill:rgba(255,255,255,1);
}
.graybg {
	background-color:#fafafa;
	padding:40px 0 46px;
	position:relative;
}
.listrelated .card {
	box-shadow:0 1px 7px rgba(0,0,0,.05);
	border:0;
}
.card {
	border-radius:4px;
}
.card .img-thumb {
	border-top-right-radius:4px;
	border-top-left-radius:4px;
}
ul.tags {
	list-style:none;
	padding-left:0;
	margin:0 0 3rem 0;
}
ul.tags li {
	display:inline-block;
	font-size:0.9rem;
}
ul.tags li a {
	background:rgba(0,0,0,.05);
	color:rgba(0,0,0,.6);
	border-radius:3px;
	padding:5px 10px;
}
ul.tags li a:hover {
	background:rgba(0,0,0,.07);
	text-decoration:none;
}
.margtop3rem {
	margin-top: 3rem;
}
.sep {
	height:1px;
	width:20px;
	background:#999;
	margin:0px auto;
	margin-bottom:1.2rem;
}
.btn.follow {
	border-color:#02B875;
	color:#1C9963;
	padding:3px 10px;
	text-align:center;
	border-radius:999em;
	font-size:0.85rem;
	display:inline-block;
}
.btn.subscribe {
	background-color:#1C9963;
	border-color:#1C9963;
	color:rgba(255,255,255,1);
	fill:rgba(255,255,255,1);
	border-radius:30px;
	font-size:0.85rem;
	margin-left:10px;
	font-weight:600;
	text-transform:uppercase;
}
.post-top-meta .btn.follow {
	margin-left:5px;
	margin-top:-4px;
}
.alertbar {
	box-shadow:0 -3px 10px 0 rgba(0,0,0,.0785);
	position:fixed;
	bottom:0;
	left:0;
	background-color:#fff;
	width:100%;
	padding:14px 0;
	z-index:1;
}
.form-control::-webkit-input-placeholder {
	color: rgba(0,0,0,.5);
}
.form-control:-moz-placeholder {
	color: rgba(0,0,0,.5);
}
.form-control::-moz-placeholder {
	color: rgba(0,0,0,.5);
}
.form-control:-ms-input-placeholder {
	color: rgba(0,0,0,.5);
}
.form-control::-ms-input-placeholder {
	color: rgba(0,0,0,.5);
}
.authorpage h1 {
	font-weight:700;
	font-size:30px;
}
.post-top-meta.authorpage .author-thumb {
	float:none;
}
.authorpage .author-description {
	font-size:1rem;
	color:rgba(0,0,0,.6);
}
.post-top-meta.authorpage .btn.follow {
	padding:7px 20px;
	margin-top:10px;
	margin-left:0;
	font-size:0.9rem;
}
.graybg.authorpage {
	border-top:1px solid #f0f0f0;
}
.authorpostbox {
	width:760px;
	margin:0px auto;
	margin-bottom:1.5rem;
	max-width:100%;
}
.authorpostbox .img-thumb {
	width:100%;
}
.sociallinks {
	margin:1rem 0;
}
.sociallinks a {
	background:#666;
	color:#fff;
	width:22px;
	height:22px;
	display:inline-block;
	text-align:center;
	line-height:22px;
	border-radius:50%;
	font-size:12px;
}


<style>
body{

}
	@media only screen and (max-width: 500px)
}
header {
    font-size: 26px;
}
header {
    background-color: #9c27b0;
    color: #fff;
    text-shadow: 1px 1px 2px #111;
    padding: 7px 38px 7px 38px;
    box-shadow: 0 7px 20px 0 rgb(0 0 0 / .3);
    font-size: 34px;
    font-weight: 700;
    text-align: center;
}
header {
    display: block;
}
.div-16 {
    box-shadow: 0 7px 20px 0 rgb(73 6 167 / .3);
    border: 2px solid #fff;
    margin: 10px 0;
    padding: 10px 15px;
    border-radius: 16px;
    background-color: #9850ff;
    border-width: 5px 0;
}
@media only screen and (max-width: 500px)
.div-1, .div-2, .div-3, .div-4, .div-5, .result-noti, .div-6, .div-7, .div-8, .div-9, .div-10, .div-11, .div-12, .div-13, .div-14, .div-15, .div-16, .div-17, .div-18, .div-19, .div-20, .div-21 {
    width: 95%;
    margin-left: auto!important;
    margin-right: auto!important;
}
.div-12 .h4 {
    padding: 3px 10px;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0 10px 25px 0 rgb(0 150 136 / .3);
    background-color: #009688;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border: solid #fff;
    border-width: 5px 0;
    letter-spacing: 2px;
    background-image: linear-gradient(45deg,#ff5722,#e91e63);
    margin: 10px 0 0;
    text-shadow: 1px 1px 2px #111;
}
@media only screen and (max-width: 500px)
.div-12 .h4 {
    font-size: 18px;
}
footer {
    margin: 10px 0;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 10px 20px;
    background-color: #9850ff;
    border-radius: 14px 14px 14px 14px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.6;
    border-width: 5px 0;
}
@media only screen and (max-width: 500px)
footer {
    width: 95%;
    margin-left: auto!important;
    margin-right: auto!important;
}
footer .h4 {
    margin: 0 0 20px;
    font-weight: 700;
    color: #fff;
    font-size: 26px;
    text-decoration: underline;
    text-shadow: 1px 1px 2px #000000b8;
    text-align: center;
}
footer .btn.btn-1 {
    background-color: #ec255a;
    color: #fff;
    text-shadow: 1px 1px 2px #111;
}
footer a.btn {
    background-color: #f0f8ff;
    font-weight: 700;
    padding: 5px 10px;
}
.btn {
    box-shadow: 0 0 10px -5px #000;
    border: 2px solid;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out , background-color .15s ease-in-out , border-color .15s ease-in-out , box-shadow .15s ease-in-out;
}
.phone-call-btn {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: var(--yellow);
    font-weight: 700;
    padding: 2px 6px 2px 9px;
    border-radius: 10px;
    border: 2px solid #fff;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    box-shadow: 0 0 10px -5px #111;
    background-image: linear-gradient(45deg,#8122ff,#ff0052);
    transform: scale(1);
    transition: all .1s;
}
.advertise-btn {
    position: fixed;
    bottom: 50px;
    left: 10px;
    background-color: var(--yellow);
    font-weight: 700;
    padding: 2px 6px 2px 9px;
    border-radius: 10px;
    border: 2px solid #fff;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    box-shadow: 0 0 10px -5px #111;
    background-image: linear-gradient(45deg,#8122ff,#ff0052);
    transform: scale(1);
    transition: all .1s;
}
.refresh-btn.btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: var(--yellow);
    font-weight: 700;
    padding: 2px 6px 2px 9px;
    border-radius: 10px;
    border: 2px solid #fff;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    box-shadow: 0 0 10px -5px #111;
    background-image: linear-gradient(45deg,#ff5722,#ff9800);
    transform: scale(1);
    transition: all .1s;
}
.div-2 {
    box-shadow: 0 7px 20px 0 rgb(73 6 167 / .3);
    border: 2px solid #fff;
    margin: 10px 0;
    padding: 10px 15px;
    border-radius: 16px;
    background-color: #9850ff;
    border-width: 5px 0;
    text-align: center;
}
.div-2 .h5 {
    margin: 0 0 10px;
    color: #fff;
    padding: 8px 15px 8px;
    border-radius: 14px 14px 14px 14px;
    font-weight: 700;
    font-size: 16px;
    text-shadow: 1px 1px 2px #111;
}
.div-2 .h4 {
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 10px 25px 0 rgb(255 255 255 / .3);
    background-color: rgb(255 255 255);
    color: #111;
    font-size: 24px;
    font-weight: 700;
    border: solid #111;
    border-width: 5px 0;
}
.div-2 .p {
    margin: 10px 0;
    border: 2px solid var(--dark);
    color: #222;
    padding: 8px 15px 8px;
    background-color: #fff;
    border-radius: 14px 14px 14px 14px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.6;
    box-shadow: 0 0 10px -8px #000;
    border-width: 5px 0;
}
.div-3 {
    font-size: 14px;
    color: var(--white);
    border-style: solid;
    border-color: #fff;
    padding: 10px 15px;
    border-radius: 14px;
    border-width: 5px 0;
    background-color: #9850ff;
    font-weight: 700;
    text-shadow: 1px 1px 2px #0000007a;
}

.div-3 + .cm-patti {
    border: 0px !important;
    padding: 0px 15px;
    box-sizing: border-box;
}
.cm-patti {
    background: #fff;
    margin: 20px auto;
    color: #000;
    text-align: center;
    display: block;
    font-size: 20px;
    outline: 4px #fff;
    outline-offset: -9px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}
.cm-patti h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.my-table.mr-sl h4, .cm-patti h3, .conta h4 {
    background: linear-gradient(45deg,#f44336,#e91e63);
    margin-bottom: 20px;
    padding: 10px 0px;
    color: #fff;
    font-size: 30px;
    border-radius: 60px;
    border: #fff 10px solid;
    border-left: 0px;
    border-right: 0px;
    text-align: center;
}
.cm-patti .row {
	display: flex;
}
@media only screen and (max-width: 600px)
.row {
    margin: 0;
}
.cm-patti .row>div {
    width: 50%;
}
.cm-patti .aa55 {
    border-right: 1px solid #ff0016;
}
</style>