/*
Theme Name: Techversellc Child 
Template: techversellc
*/

/* blogs css */
.blog_banner_card .blog-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	box-shadow: 0 2px 6px -1px rgba(7,10,25,.2),0 6px 12px -6px rgba(7,10,25,.2);
}
.blog_banner_card {
	position: relative;
}

.blog_banner_card .blog_banner_inner_card {
	position: absolute;
	bottom: 0;
	left: 5%;
	text-align: left;
}
.blog_banner_card {
	position: relative;
	height: 100%;
}

.blog_banner_card .blog_banner_inner_card {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	padding: 0 10px;
	background: linear-gradient(360deg, #000000ad, transparent);
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.blog_banner_card .category_wrapper {
	background: #001012;
	color: #fff;
	display: inline-block;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 10px;
}
.blog_banner_card .blog_name_wrapper {
	display: block;
}
.blog_banner_card .blog_name_wrapper h4 {
	display: inline;
	-webkit-box-decoration-break: clone;
	padding: .24em .34em;
	line-height: 40px;
	background: #000;
	color: #fff;
	font-size: 16px;
}
.blog_banner_card .blog_name_wrapper h4 a {
	color: #fff;
}
.blog_banner_card .blog_information_wrapper ul {
	margin: 0;
	display: flex;
	padding: 0;
	list-style: none;
}

.blog_banner_card .blog_information_wrapper ul li {
	margin-right: 20px;
	font-size: 10px;
	margin-bottom: 10px;
	color: #fff;
}
.blog_banner_card .blog_information_wrapper ul li .author-image {
	height: 20px;
	width: 20px;
	border-radius: 100%;
	margin-right: 5px;
}
.blog_banner_card .blog_information_wrapper ul li.author_image_wrapper {
	display: flex;
}
.blog-grid-home-page .image_wrapper {
	position: relative;
}
.blog-grid-home-page .image_wrapper .category_wrapper_badge {
	position: absolute;
	bottom: 0;
	left: 3%;
	color: #fff;
	background: #001012;
	color: #fff;
	display: inline-block;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 10px;
}
.blog-grid-home-page .post-content-inner {
	padding: 10px 20px;
}

.blog-grid-home-page .post-content-inner h4 {
	font-size: 14px;
	font-weight: bold;
}

.blog-grid-home-page .post-content-inner h4 a {
	color: #000;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: initial;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.blog-grid-home-page .post-content {
	border: 1px solid #dfdfdf;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px #d7d7d7;
	margin-bottom: 30px;
}

.blog-grid-home-page .post-content img {
	border-radius: 10px;
	height: 200px;
	object-fit: cover;
	box-shadow: 0 2px 6px -1px rgba(7,10,25,.2),0 6px 12px -6px rgba(7,10,25,.2);
	width: 100%;
}
.blog-grid-home-page .post-content .blog_information_wrapper ul {
	display: flex;
	padding: 0;
	list-style: none;
}

.blog-grid-home-page .post-content .blog_information_wrapper ul li {
	margin-right: 10px;
	font-size: 11px;
}

.blogs-card-list-view-section .blog-list-card ul li.img-wrapper {
	width: 30%;
	position: relative;
}

.blogs-card-list-view-section .blog-list-card ul li.contnt-wrapper {
	width: 70%;
}
.blogs-card-list-view-section .blog-list-card ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.blogs-card-list-view-section .blog-list-card ul li.contnt-wrapper {
	padding: 0 20px;
}
.blogs-card-list-view-section .blog-list-card ul li.contnt-wrapper .blog-description {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: initial;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.blogs-card-list-view-section .blog-list-card ul li.contnt-wrapper h4 a {
	font-size: 14px;
	color: #000;
	line-height: normal;
}
.blogs-card-list-view-section .blog-list-card ul li.contnt-wrapper .blog-details li {
	margin-right: 10px;
	font-size: 10px;
	color: #000;
}
.blogs-card-list-view-section .blog-list-card ul li.contnt-wrapper .blog-details {
	margin-bottom: 10px;
}
.blog-list-card {
	border: 1px solid #dfdfdf;
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px #d7d7d7;
}

.blogs-card-list-view-section .blog-list-card ul li.contnt-wrapper h4 {
	line-height: 0;
}
.blogs-card-list-view-section .blog-list-card ul li.img-wrapper img {
	border-radius: 10px;
	height: 200px;
	width: 100%;
	object-fit: cover;
	box-shadow: 0 2px 6px -1px rgba(7,10,25,.2),0 6px 12px -6px rgba(7,10,25,.2);
}
.blogs-card-list-view-section .blog-list-card ul li.img-wrapper .category_name_wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #001012;
	color: #fff;
	display: inline-block;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
	border-bottom-left-radius: 10px;
}
.social-links-box-inner {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #0000000F;
	box-shadow: 0px 2px 12px -1px rgba(0, 0, 0, 0.08);
	margin-bottom: 45px;
	padding: 30px 28px 38px 28px;
	border-radius: 10px;
	margin-top: 15px;
}
.social-links-box-inner ul.social-links {
	margin: 0;
	display: flex;
	justify-content: space-between;
	padding: 0;
	list-style: none;
}

.social-links-box-inner ul.social-links li a {
	border: 1px solid #ddd;
	padding: 10px;
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 100%;
}
.top-post-box-wrapper h5 {
	font-size: 15px;
	font-weight: bold;
	position: relative;
	margin-bottom: 40px;
}

.top-post-box-wrapper h5:before {
	content: '';
	height: 3px;
	width: 15%;
	display: block;
	background: #001012;
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 1;
}

.top-post-box-wrapper h5:after {
	content: '';
	height: 1px;
	width: 90%;
	display: block;
	background: #bdbaba;
	position: absolute;
	right: 0;
	bottom: -9px;
}
.top-post-box-wrapper .top-post-box-wrapper-inner .top-post-box .image-wrapper {
	position: relative;
}

.top-post-box-wrapper .top-post-box-wrapper-inner .top-post-box .image-wrapper .category-wrapper {
	position: absolute;
}
.top-post-box-wrapper .top-post-box-wrapper-inner .top-post-box .image-wrapper img {
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px #d7d7d7;
}
.top-post-box-wrapper .top-post-box-wrapper-inner .top-post-box .blog-name {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}
.top-post-box-wrapper .top-post-box-wrapper-inner .top-post-box ul {
	display: flex;
}

.top-post-box-wrapper .top-post-box-wrapper-inner .top-post-box ul li {
	margin-right: 10px;
	font-size: 10px;
	color: #000;
}

.top-post-box-wrapper .top-post-box-wrapper-inner .top-post-box ul {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	list-style: none;
}
.top-post-box-wrapper-inner-2 ul.top-post-box {
	display: flex;
	flex-flow: row-reverse;
	margin: 0;
	align-items: center;
	padding: 0;
	list-style: none;
}
.top-post-box-wrapper-inner-2 ul.top-post-box li .blog-name {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: initial;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #000;
}
.top-post-box-wrapper-inner-2 ul.top-post-box li ul.links {
	display: flex;
	font-size: 12px;
	margin-top: 5px;
	padding: 0;
	list-style: none;
}
.top-post-box-wrapper-inner-2 ul.top-post-box li.image-side-box {
	width: 70%;
	padding-right: 10px;
}

.top-post-box-wrapper-inner-2 ul.top-post-box li.content-side-box {
	width: 30%;
}
.top-post-box-wrapper .top-post-box-wrapper-inner .top-post-box .image-wrapper .category-wrapper {
	background: #001012;
	color: #fff;
	display: inline-block;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 10px;
	border-top-left-radius: 10px;
}

section.mid-section .content-section h3 {
	margin-bottom: 20px;
	position: relative;
	font-weight: bold;
}

section.mid-section .content-section h3:after {
	content: '';
	height: 1px;
	width: 65%;
	display: block;
	background: #adadad;
	position: absolute;
	right: 0;
	top: 18px;
}
.top-post-box-wrapper-inner-2 ul.top-post-box li.content-side-box .image-wrapper img {
	height: 80px;
	object-fit: cover;
	box-shadow: 0px 0px 10px 2px #b9b9b9;
	width: 100%;
}

section.mid-section .content-section h3:before {
	content: '';
	height: 1px;
	width: 65%;
	display: block;
	background: #adadad;
	position: absolute;
	right: 0;
	top: 22px;
}
.top-post-box-wrapper-inner-2 ul.top-post-box li ul.links li {
	margin-right: 10px;
}
.top-post-box-wrapper-inner-2 ul.top-post-box li.content-side-box .image-wrapper img {
	border-radius: 10px;
}

.social-links-box-wrapper i.fab.fa-instagram {
	color: #c13584;
}
.social-links-box-wrapper i.fab.fa-facebook {
	color: #1a6dd4;
}
.social-links-box-wrapper i.fab.fa-pinterest {
	color: #e4223e;
}
.social-links-box-wrapper i.fab.fa-linkedin {
	color: #45668e;
}
.social-links-box-inner h5 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	position: relative;
}

.social-links-box-inner h5:after {
	content: '';
	height: 2px;
	width: 40%;
	background: #001012;
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
}
.top-post-box-wrapper .top-post-box-wrapper-inner .top-post-box .blog-name a {
	color: #000;
}

.top-post-box-wrapper-inner-2 ul.top-post-box li .blog-name a {
	color: #000;
}

.mid-section div#wp_pagination {
	display: flex;
}

.mid-section div#wp_pagination a {
	border: 1px solid #d9d9d9;
	background: #efefef;
	line-height: 26px;
	display: block;
	height: 25px;
	width: 25px;
	text-align: center;
	font-size: 12px;
	color: #000;
	margin-right: 10px;
}

.mid-section div#wp_pagination a.active {
	background: #000;
	color: #fff;
}
section.mid-section {
	margin-bottom: 2rem;
}
section.mid-section a.viewall-btn {
	background: linear-gradient(121deg, #001012 0%, #001012 70%);
	color: #fff;
	padding: 12px 20px;
	border-radius: 12px;
	transition: all 0.3s ease;
	display: inline-block;
}

.Blogmain .breadcrumb-cstm {
	text-align: left;
	margin-bottom: 20px;
}

.Blogmain .breadcrumb-cstm span {
	color: #000;
	font-size: 12px;
	margin: 0 10px 0 0px;
}

.Blogmain .breadcrumb-cstm span a {
	color: #000;
}
.Blogmain .category_name {
	text-align: left;
}

.Blogmain .category_name span {
	background: #001012;
	color: #fff;
	display: inline-block;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 10px;
}
.Blogmain .blog-name-single-page {
	text-align: left;
}

.Blogmain .blog-name-single-page h4 {
	font-weight: bold;
	font-size: 40px;
}
.Blogmain ul.single-page-blog-details li.author-details {
	text-align: left;
}
.Blogmain ul.single-page-blog-details {
	display: flex;
	padding: 0;
	list-style: none;
}
.Blogmain ul.single-page-blog-details li.author-details img {
	height: 30px;
	width: 30px;
	border-radius: 100%;
}

.Blogmain ul.single-page-blog-details li.author-details p {
	font-size: 10px;
}
.Blogmain ul.single-page-blog-details li {
	font-size: 12px;
	line-height: 30px;
	margin-right: 20px;
}
/* .Blogmain .termspage h2, .Blogmain .termspage h3, .Blogmain .termspage h4 {
	font-size: 20px;
} */

.Blogmain .termspage h2 span {
	color: #000;
}
.Blogmain .get-featured-image-single-blog img {
	box-shadow: 0 2px 6px -1px rgba(7, 10, 25, .2), 0 6px 12px -6px rgba(7, 10, 25, .2);
	max-width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
	height: auto;
}
.Blogmain .share-social-links ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	list-style: none;
	border-top: 1px solid #e5e5e5;
	padding-top: 15px;
	margin-top: 20px;
}

.Blogmain .next-prev-post-wrapper ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
	list-style: none;
}

.Blogmain .next-prev-post-wrapper ul a {
	font-weight: bold;
	color: #000;
}
.Blogmain .author-info-main-wrapper ul {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
}

.Blogmain .author-info-main-wrapper ul li {
	text-align: left;
	margin-right: 20px;
}
.Blogmain .author-info-main-wrapper ul li.author-image img {
	border-radius: 100%;
}
.Blogmain .author-info-main-wrapper ul li.author-desc {
	font-size: 10px;
}

.Blogmain .mainwrp .tblecntntwrp .toc-title {
	display: none;
}
.Blogmain .related-blogs-single-page .blog-grid-home-page .post-content-inner h4 a {
	text-align: left;
	font-size: 13px;
}
.Blogmain h3.related-posts-div {
	font-size: 22px;
	text-align: left;
	margin-bottom: 20px;
}

.Blogmain .top-post-box-wrapper-parent .top-post-box-wrapper-inner-3 ul.top-post-box {
	display: flex;
	padding: 0;
	list-style: none;
}

.Blogmain .top-post-box-wrapper-parent .top-post-box-wrapper-inner-3 ul.top-post-box li.content-side-box {
	width: 30%;
	margin-right: 10px;
}

.Blogmain .top-post-box-wrapper-parent .top-post-box-wrapper-inner-3 ul.top-post-box li.image-side-box {
	width: 70%;
}
.Blogmain .top-post-box-wrapper-parent .top-post-box-wrapper-inner-3 ul.top-post-box li.image-side-box .blog-name {
	font-size: 12px;
	text-align: left;
}

.Blogmain .top-post-box-wrapper-parent .top-post-box-wrapper-inner-3 ul.top-post-box li.image-side-box ul.links {
	display: flex;
	align-items: center;
	margin-top: 10px;
	list-style: none;
	padding: 0;
}

.Blogmain .top-post-box-wrapper-parent .top-post-box-wrapper-inner-3 ul.top-post-box li.image-side-box ul.links li {
	font-size: 10px;
	margin-right: 10px;
}
.Blogmain .top-post-box-wrapper-parent .top-post-box-wrapper-inner-3 ul.top-post-box li.content-side-box img {
	height: 70px;
	max-width: 100%;
	width: 70px;
	box-shadow: 0px 0px 10px 0px #c1c1c1;
	border-radius: 5px;
	object-fit: cover;
}
.Blogmain .top-post-box-wrapper-parent .top-post-box-wrapper-inner-3 ul.top-post-box li.image-side-box .blog-name a {
	color: #000;
}

.Blogmain .top-post-box-wrapper-parent h5 {
	font-size: 14px;
	text-align: left;
	margin-bottom: 20px;
	font-weight: bold;
}
.Blogmain .top-post-box-wrapper-parent h5 {
	font-size: 14px;
	text-align: left;
	margin-bottom: 40px;
	font-weight: bold;
	position: relative;
}

.Blogmain .top-post-box-wrapper-parent h5:before {
	content: '';
	height: 3px;
	width: 15%;
	display: block;
	background: #252525;
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 1;
}

.Blogmain .top-post-box-wrapper-parent h5:after {
	content: '';
	height: 1px;
	width: 90%;
	display: block;
	background: #bdbaba;
	position: absolute;
	right: 0;
	bottom: -9px;
}
.Blogmain .add-comment-button-wrapper a.btn.btn-add-comment {
	width: 50%;
	border: 1px solid #001012;
	color: #000;
	font-size: 12px;
	border-radius: 0px;
	padding: 10px;
}

/* .Blogmain .leave-a-comment-main-wrapper-parent p label{
	display: none;
} */
.Blogmain .leave-a-comment-main-wrapper-parent p.comment-form-comment {
	display: grid;
}

/* blog home styling */
.Blogmain .leave-a-comment-main-wrapper-parent .leave-comment-inner-wrappper .testqwerty input {
	width: 100%;
}
.Blogmain .leave-a-comment-main-wrapper-parent .leave-comment-inner-wrappper p.comment-form-comment label {
	display: none;
}
.Blogmain .leave-a-comment-main-wrapper-parent .leave-comment-inner-wrappper .comment-form-author label {
	display: none;
}
.Blogmain .leave-a-comment-main-wrapper-parent .leave-comment-inner-wrappper .comment-form-email label {
	display: none;
}
.Blogmain .leave-a-comment-main-wrapper-parent .leave-comment-inner-wrappper .comment-form-url label {
	display: none;
}
.Blogmain .leave-comment-inner-wrappper {
	text-align: left;
	background: #f4f4f4;
	padding: 30px;
	margin-top: 30px;
}

.Blogmain .leave-comment-inner-wrappper input#submit {
	background: linear-gradient(121deg, #252525 0%, #252525 70%);
	color: #fff;
	padding: 12px 20px;
	border-radius: 12px;
	transition: all 0.3s ease;
	border: none;
}
.Blogmain .leave-comment-inner-wrappper h2.comments-title {
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 0.2px;
}
.Blogmain .leave-comment-inner-wrappper article {
	border: 1px solid #dcdcdc;
	padding: 20px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.Blogmain .leave-comment-inner-wrappper article time {
	color: #000;
	font-size: 9px;
}
.Blogmain .leave-comment-inner-wrappper h2.comments-title span {
	color: #717171;
}
.Blogmain .leave-comment-inner-wrappper article img.avatar {
	border-radius: 100%;
}
.Blogmain .leave-comment-inner-wrappper div#respond h3#reply-title {
	font-size: 13px;
}

@media screen and (max-width: 1399px) {
.Blogmain {
	padding-top: 12%;
}
}
@media screen and (max-width: 1199px) {
.Blogmain {
	padding-top: 15%;
}
}
@media screen and (max-width: 1024px) {
.Blogmain {
	padding-top: 20%;
}
}
@media screen and (max-width: 991px) {
.Blogmain {
	padding-top: 25%;
}

.blog_banner_card .blog_name_wrapper h4 {
	display: inline;
	-webkit-box-decoration-break: clone;
	padding: .24em .34em;
	line-height: normal;
	background: #000;
	color: #fff;
	font-size: 10px;
}
.blog_banner_card .blog_information_wrapper ul li {
	margin-right: 20px;
	font-size: 8px;
	margin-bottom: 10px;
	color: #fff;
}
section.mid-section .content-section h3:before {
	content: '';
	height: 1px;
	width: 45%;
	display: block;
	background: #adadad;
	position: absolute;
	right: 0;
	top: 22px;
}
section.mid-section .content-section h3:after {
	content: '';
	height: 1px;
	width: 45%;
	display: block;
	background: #adadad;
	position: absolute;
	right: 0;
	top: 18px;
}
.top-post-box-wrapper-inner-2 ul.top-post-box {
	display: grid;
	margin: 0;
	align-items: center;
	text-align: center;
}
.top-post-box-wrapper-inner-2 ul.top-post-box li.content-side-box {
	width: 100%;
}
.top-post-box-wrapper-inner-2 ul.top-post-box li ul.links {
	display: flex;
	font-size: 8px;
	margin-top: 10px;
	justify-content: center;
}
.top-post-box-wrapper-inner-2 ul.top-post-box li.image-side-box {
	width: 100%;
	padding-right: 0;
}
.social-links-box-inner ul.social-links {
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.social-links-box-inner h5:after {
	content: '';
	height: 2px;
	width: 40%;
	background: #fa472d;
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
}

.Blogmain .top-post-box-wrapper-parent .top-post-box-wrapper-inner-3 ul.top-post-box {
	display: grid;
}
.Blogmain .top-post-box-wrapper-parent .top-post-box-wrapper-inner-3 ul.top-post-box li.content-side-box {
	width: 100%;
	margin-right: 0;
}
.Blogmain .top-post-box-wrapper-parent .top-post-box-wrapper-inner-3 ul.top-post-box li.image-side-box {
	width: 100%;
}
.Blogmain .top-post-box-wrapper-parent .top-post-box-wrapper-inner-3 ul.top-post-box li.content-side-box img {
	height: auto;
	max-width: 100%;
	width: 100%;
	box-shadow: 0px 0px 10px 0px #c1c1c1;
	border-radius: 5px;
	object-fit: cover;
}
.social-links-box-inner h5:after {
	content: '';
	height: 2px;
	width: 40%;
	background: #fa472d;
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
}
.Blogmain ul.single-page-blog-details li {
	font-size: 10px;
	line-height: 30px;
	margin-right: 10px;
}
}
@media screen and (max-width: 767px) {
.Blogmain {
	padding-top: 20%;
}
.blog_banner_card{
	margin-bottom: 40px;
}
.top-post-box-wrapper-inner-2 ul.top-post-box li.content-side-box .image-wrapper img {
	height: auto;
	object-fit: cover;
	box-shadow: 0px 0px 10px 2px #b9b9b9;
	width: 100%;
}
.blog_banner_inner_card-wrapper {
	margin-bottom: 20px;
}

.Blogmain .single-blog-sidebar{
	margin-top: 50px;
}

}
@media screen and (max-width: 425px) {
.Blogmain ul.single-page-blog-details li {
	font-size: 8px;
	line-height: 30px;
	margin-right: 10px;
}
.Blogmain .add-comment-button-wrapper a.btn.btn-add-comment {
	width: auto;
	border: 1px solid #fa4772;
	color: #000;
	font-size: 12px;
	border-radius: 0px;
	padding: 10px;
}
}

.Blogmain {
    padding-bottom: 20px;
    text-align: center;
    padding-top: 8%;
}


.mainwrp .tblecntntwrp{
    position: sticky;
    top: 150px;
    padding: 30px 10px;
    border: 1px solid #001012;
    border-radius: 10px;
    margin-bottom: 50px;
    background: linear-gradient(121deg, #252525 0%, #252525 70%);
    color: #fff;
    }
.mainwrp .tblecntntwrp ul{
    height: auto;
    text-wrap: balance;
    padding: 0 0 0 10px;
    list-style: none;
}
.mainwrp .tblecntntwrp ul li{
    margin-bottom: 0;
    text-align: left;
    line-height: normal;
}
.mainwrp .tblecntntwrp ul li a{
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-weight: 300;
}
html{scroll-behavior: smooth;}
.blgpgg .titlebox span{font-size:22px;}
.blgpgg section.packagewrp [class^="col-md-4"]>div.pkgbox{width:98%;font-size:22px;}
.blgpgg section.packagewrp a.chat span{font-size: 12px;}


section.termspage .about-the-policy h2,section.termspage .about-the-policy h3,section.termspage .about-the-policy h4,section.termspage .about-the-policy h5,section.termspage .about-the-policy h6 {
    margin: 30px 0 10px 0;
}

 /* blogs css */  