body {
	max-width: 1920px;
	margin: 0 auto;
	box-shadow: 0px 0px 100px 1px #f4f4f4;
}
.tj-ul-li-style{
	position:relative;
}
.tj-ul-li-style li{
	position:relative;
}
.tj-ul-li-style > li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    background: #000;
    border-radius: 100%;
    margin-left: -20px;
    top: 8px;
    line-height: normal;
    padding: 0px;
}
.tj-ul-li-style > li ul{
	padding-left: 40px;
}

.tj-ul-li-style > li > ul {
    margin-top: 10px;
}

.tj-ul-li-style > li ul li{
	font-size:14px;
}

#commentmessage {
	color: red;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: .5px;
	font-weight: 400;
	font-size: 10px
}

.cta-btn {
	margin-bottom: 30px;
	display: flex;
	width: 100%;
}

.article-cta {
	padding-bottom: 5px;
	text-align: center;
	width: 100%;
}

.cta-btn a {
	margin: 0 auto;
}

.ourTalks .quoteSlider{width: 95px;height: 95px;background: #151211;border-radius: 100%;display: flex;align-items: center;justify-content: center;margin-top:15px;}										   
/*******accordian************/
.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 14px;
	transition: 0.4s;
	line-height: 24px;
	font-family: Sculpin;
}

.active,
.accordion:hover {
	background-color: #ccc;
}

.panel {
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
}

/*********accordian end***********/

.articleImagesingle {
	width: 100% !important;
}

.post-views {
	padding-left: 15px !important;
}

img {
	max-width: 100%;
	height: auto;
}

.cmnEle-full {
	p adding: 0px 20px;
}

.cmnEle .cmnEle {
	margin-left: 0px !important;
	padding: 0px;
	max-width: 100%;
}

.cmnEle .figure-slider {
	padding: 0px;
}
.anchor_redirect_list_with_no_no li{
	list-style: disc;
}
.cmnEle,
.cmnPostData>p,
.cmnPostData>h1,
.cmnPostData>h2,
.cmnPostData>h3,
.cmnPostData>h4,
.cmnPostData>h5,
.cmnPostData>h6,
.cmnPostData>ul,
.cmnPostData>ol,
.sideBarpfull {
	max-width: 680px;
	margin-left: 21% !important;
}
.cmnPostData>ol{
   margin-left: 22% !important;
   padding-left:10px;
}

.cmnPostData>ol a{
	text-decoration:underline;
}

.cmnPostData > p a, .main-wraper-widget .accordionWrap p a {
	color: #2c2c2c;
	text-decoration: underline;
}

.sideBarpfull {
	max-width: 1150px;
	position: relative;
}

.postBanner-heading {
	width: 75%;
	margin: 0 auto 16px auto;
}

.post-heroBanner {
	position: relative;
	padding-top: 60px;
	z-index: 1;
}

.singlePost-banner {
	background: #F4F4F4;
	text-align: center;
	padding: 60px 0px 0px;
	position: relative;
}

.singlePost-banner:after {
	content: "";
	height: 150px !important;
	position: absolute;
	width: 100%;
	background: #fff;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.postContWrap {
	padding: 110px 0px;
}

.postWrapInner {
	justify-content: space-between;
	position: relative;
}

.sideBarWrap {
	width: 100%;
	max-width: 365px;
	font-family: petersburg-web, serif;
	position: absolute;
	right: 0px;
}

.singlePostData-full {
	width: 100%;
}

.sideHeading {
	border-bottom: 0.5px dotted #151211;
	margin-bottom: 32px;
	padding-bottom: 24px;
	display: flex;
	align-items: center;
}

.sideHeading img {
	margin-right: 10px;
	display: none;
}

.recommendList li {
	list-style: none;
	display: flex;
}

.singlePost-banner .dateShare {
	justify-content: center;
}

.recommendList li .articleImagesingle {
	max-width: 115px;
	margin-right: 25px;
	width: 115px;
}

.postCapt {
	width: calc(100% - 130px)
}

.postCapt h3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.featuredPost {
	margin-top: 60px;
}

.feVideoWrap {
	background: #626262;
	color: #fff;
}

.feVideoWrap picture {
	position: relative;
}

.feVideoPlay {
	display: inline-block;
	position: relative;
	display: flex;
}

.feVideoPlay:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(44, 44, 44, .8);
}

.feVideoPlay img {
	display: flex;
	width: 100%;
}

.videoPlay {
	display: inline-block;
	width: 70px;
	height: 70px;
	background: #787878;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	cursor: pointer;
	z-index: 1;
}

.videoPlay:before {
	content: "";
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-left: 3px;
}

.videoPlays {
	display: inline-block;
	width: 70px;
	height: 70px;
	background: #787878;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	cursor: pointer;
	z-index: 1;
}

.videoPlays:before {
	content: "";
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 10px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-left: 2px;
}

.feVideoWrap>a {
	display: block;
	position: relative;
}

.feVideoWrap>a:after {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: #000;
	height: 50%;
	background: linear-gradient(0deg, #000, transparent);
	left: 0px;
}

.feVideoTxt {
	padding: 35px;
}

.sidePost .feVideoTxt p {
	color: #fff;
}

.feVideoTxt>h3,
.feVideoTxt>h4 {
	color: #fff;
	margin-bottom: 0;
}


.feVideoTxt>a {
	text-decoration: none;
	color: #fff;
	font-family: sculpin;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1.8px;
	margin-top: 20px;
	display: inline-block;
	background: url(../img/readArrow.svg);
	background-repeat: no-repeat;
	padding: 0px;
	border: none;
	padding-right: 40px;
	background-position: right center;
	font-weight: 500;
}

.cmnPostData {
	color: #2c2c2c;
}

.vdoDes {
	border-left: .5px dotted #151211;
	padding-left: 20px;
	margin: 35px 0px;
}

p.firstLetter {
	margin-bottom: 10px;
}

p.firstLetter:first-letter,
.singlePostData>p:nth-child(1):first-letter {
	font-size: 80px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	line-height: 1;
}

.imgHolder img {
	display: flex;
	width: 100%;
}

.figCapt {
	font-style: italic;
	font-size: 18px;
	line-height: 30px;
	font-family: petersburg-web, serif;
	text-align: center;
	border-bottom: .5px dotted #151211;
	padding: 25px 20px;
	margin-bottom: 0px;
	width: 100%;
	box-sizing: border-box;
}

.figure-slider,
.imgClg {
	margin-top: 40px;
}

.imgCollage {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.imgCollage img {
	width: 49.5%;
	margin-top: 1%;
	display: flex;
}

.imgCollage img:nth-of-type(-n+2) {
	margin-top: 0px;
}

.cmnPostData .feVideoWrap {
	background: #F4F4F4;
	text-align: center;
	font-family: petersburg-web, serif;
	margin-bottom: 40px;
}

.cmnPostData .feVideoTxt {
	font-style: italic;
	font-size: 18px;
	padding: 32px 80px;
	color: #151211;
}

.cmnPostData .feVideoTxt p {
	margin-bottom: 0px;
	font-style: italic;
	font-size: 18px;
	line-height: 30px;
	font-family: petersburg-web, serif;
}

.ourTalks {
	margin: 40px 0px;
	padding: 50px 0px;
	display: flex;
	justify-content: space-between;
}

.feProduct,
.ourTalks,
.autDetail {
	border-top: 0.5px dotted #151211;
	border-bottom: 0.5px dotted #151211;
}

.talkTxt {
	width: calc(100% - 137px);
}

.talkTxt p {
	font-size: 32px;
	line-height: 42px;
	font-family: petersburg-web, serif;
	color: #151211;
	margin-bottom: 16px;
}

.talkTxt>span {
	font-size: 14px;
	line-height: 24px;
}

span.quote img {
	border-radius: 50% !important;
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.quote {
	width: 95px;
	height: 95px;
	background: transparent !important;
	border-radius: 100%;
	display: inline-block;
	position: relative;
}

.quote:before,
.quote:after {
	content: "";
	position: absolute;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	border-top: 20px solid #fff;
	width: 5px;
	top: 50%;
	left: calc(50% + 7px);
	transform: translate(-50%, -50%);
	display: none;
}

.quote:after {
	right: 50%;
	left: calc(50% - 7px);
}

.feList {
	padding: 30px 0px;
	display: flex;
}

.feProduct {
	margin-top: 30px;
}

.feBlogList {
	list-style: none;
	width: 32%;
	text-align: center;
}

.feBlogList:nth-of-type(n+2) {
	margin-left: 2%;
}

.bndDetail {
	margin-top: 20px;
}

.cur-prc {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	line-height: 30px;
	color: #2C2C2C;
}

.blogListing,
.singlePostData>ul {
	margin-top: 30px;
	list-style: none;
}

.blogListing li,
.accordionWrap,
.singlePostData>ul>li {
	color: #2C2C2C;
	padding-left: 40px;
	line-height: 24px;
	margin-bottom: 32px;
}

.accordionWrap .panel {
	padding: 0px;
}

.blogListing li span,
.accordionWrap .accordion,
.singlePostData>ul>li span {
	display: block;
	font-weight: 500;
	position: relative;
	margin-bottom: 15px;
	background: transparent;
	padding: 0px;
	color: #2c2c2c;
}

.blogListing li span:before,
.accordionWrap .accordion:before,
.singlePostData>ul>li span:before {
	content: "";
	width: 15px;
	border-top: 0.5px dotted #151211;
	position: absolute;
	display: inline-block;
	left: -40px;
	top: 10px;
}

.faqs .main-wraper-widget {
	margin-top: 20px;
}

.bt-space-1 {
	margin-bottom: 10px;
}

.postDate h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	margin: 0px;
	font-family: sculpin;
}

.blogDate {
	font-size: 10px;
}

.blogDate img {
	margin-right: 5px;
	vertical-align: middle;
}

.autDetail .blogDate img {
	display: none;
}

.sharePost {
	display: flex;
}

.sharePost ul {
	list-style: none;
	margin-left: 20px;
	display: flex;
}

.sharePost ul li {
	display: inline-block;
	margin-right: 20px;
}

.ic-sh {
	display: inline-block;
	width: 13px;
	height: 11px;
	background: url(../img/shareIcons.svg) no-repeat;
	background-position: 0 0;
	display: flex;
	font-size: 0px;
}

.ic-twit {
	background-position: 2px 0;
}

.ic-fb {
	background-position: -27px 0;
}

.ic-mail {
	background-position: -56px 0;
	width: 14px
}

.ic-whts {
	background-position: -89px 0px;
	width: 12px;
	height: 12px;
}

.blogSubsForm {
	display: flex;
	justify-content: space-between;
	background: #F4F4F4;
	padding: 50px 60px;
	margin-top: 60px;
	box-sizing: border-box;
}

.subsText {
	margin-left: 30px;
}

.subsText p {
	margin-top: 5px;
}

.blogSubsForm .subsText p {
	font-size: 12px;
	line-height: 24px;
}

.postSideBanner {
	margin-top: 50px;
}

.subsBtn {
	background: #151211;
	color: #fff;
	display: inline-block;
	padding: 14px 20px;
	margin-top: 20px;
	font-size: 12px;
	line-height: 15px;
	border: none;
	cursor: pointer;
	letter-spacing: 1.2px;
	font-weight: normal;
}

.brandTags {
	margin-top: 20px;
}
.blogSubsForm ~ .brandTags {
	margin-bottom:40px;
}
.brandTagsWrap {
	display: flex;
}

.brandTagsWrap>span {
	margin-top: 5px;
}

.tagsList {
	list-style: none;
}

.tagsList li {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
}

.tagsList li a {
	text-decoration: none;
	background: #707070;
	color: #fff;
	padding: 8px 16px;
	display: block;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.imgGallery {
	margin-top: 50px;
	margin-bottom: 50px;
}

.imgGallery ul {
	display: flex;
}

.imgGallery li {
	list-style: none;
	display: inline-block;
	margin-right: 20px;
}

.imgGallery li:last-child {
	margin-right: 0px;
}

.conComment .container {
	width: 860px;
	margin: 0 auto;
}

.bdrHeading {
	border-bottom: 0.5px dotted #151211;
	padding-bottom: 24px;
	margin-bottom: 32px;
}

.postComment textarea {
	padding: 12px;
	width: 100%;
	box-sizing: border-box;
	outline: none;
	margin-bottom: 16px;
}

.sortComment {
	margin-top: 20px;
	font-size: 14px;
	font-family: sculpin;
	position: relative;
}

.sortComment:after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
	position: absolute;
	top: 5px;
	margin-left: 3px;
}

.sortComment select {
	appearance: none;
	border: none;
	font-size: 14px;
	font-family: sculpin;
	outline: none;
	padding: 2px;
}

.comment-list li {
	list-style: none;
}

li .comment {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0px;
	border-bottom: 0.5px dotted #000;
	padding-bottom: 30px;
}

ul.children {
	padding-left: 50px;
}

ul.children li .comment {
	width: 100%;
	border-bottom: none;
	padding: 0px;
	margin: 0px;
}

.userPic {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #ccc;
	border-radius: 100%;
	overflow: hidden;
}

.userPic img {
	max-width: 100%;
}

.userInfo {
	width: calc(100% - 60px);
	line-height: 24px;
}

.userDetail {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 10px;
	position: relative;
	color: #2c2c2c;
	font-family: sculpin;
	text-transform: capitalize;
}

.comment .userDetail {
	margin-top: 0px;
}

.userDetail span {
	font-size: 12px;
	position: relative;
	display: inline-block;
	padding-left: 15px;
	text-transform: initial;
}

#wait_approval {
	color: #008000;
	padding-top: 0px;
}

#wait_approval strong {
	font-weight: normal;
}

.userDetail span:before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	position: absolute;
	background: #2c2c2c;
	left: 7px;
	top: 9px;
}

.userMsg {
	line-height: 24px;
	margin-bottom: 10px;
}

.Reply,
.comment-reply-link {
	color: #000;
	margin-top: 5px;
	display: block;
}

.showMore {
	text-align: center;
}

.showMoreLink {
	background: #2c2c2c;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 1px;
	display: inline-block;
}

.comment-reply-title {
	text-decoration: none;
	font-weight: normal;
	letter-spacing: .5px;
}

.comment-reply-title a {
	text-decoration: none;
	color: #000;
}

.comment-reply-title small a {
	text-transform: uppercase;
	float: right;
	background: #000;
	color: #fff;
	font-size: 12px;
	padding: 12px 24px;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.comment-notes {
	margin-top: 8px;
	font-size: 12px;
	line-height: 24px;
}

.form-control {
	height: auto;
	padding: 11px 45px 11px 12px;
	border-radius: 0;
	width: 100%;
	box-sizing: border-box;
	outline: none;
}

#commentSection {
	padding-bottom: 20px;
}

.form-row {
	margin-top: 10px;
}

.form-row:after {
	content: "";
	width: 100%;
	clear: both;
	display: block;
}

.form-row .form-group {
	width: 48%;
	float: left;
}

.form-row .form-group:nth-of-type(2n) {
	margin-left: 4%;
}

.form-group label {
	width: 100%;
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #151211;
	margin-bottom: 8px;
	font-weight: 400;
}

.comment-form-cookies-consent {
	margin-top: 20px;
	display: block;
	vertical-align: middle;
}

.comment-form-cookies-consent label {
	margin-left: 5px;
	position: relative;
	top: -2px;
	cursor: pointer;
}

.iframImg {
	position: relative;
}

.iframImg:after {
	content: "";
	display: block;
	width: 100%;
	background: rgba(0, 0, 0, .8);
	height: 100%;
	position: absolute;
	top: 0px;
}

.iframVid {
	max-width: 100%;
	display: none;
	background: #000;
}

.blogSubsForm .subsText .form-group {
	margin-top: 20px;
	max-width: 350px;
}

.blogSubsForm .ic-subs {
	width: 73px;
	margin-left: 30px;
}

.blogSubsForm .subsText {
	width: calc(100% - 103px);
	margin-left: 0;
}

.blogSubsForm .subsText h3 {
	margin-bottom: 5px;
}

.conComment .form-submit {
	margin-top: 20px;
}

.conComment .form-submit .btn{
	margin-top:10px;
}

.blogSubsForm {
	margin-bottom: 110px;
}

.postContWrap .postSideBanner {
	display: none !important;
}


.imgGalleryWidth {
	width: calc(100% - 30px);
}

.autName {
	width: 49%;
	border-right: 0.5px dotted #F4F4F4;
}

.instaframe_wrap {
	margin-top: 20px;
}

.feList li {
	min-width: 215px;
	overflow-x: auto;
}

.feList {
	overflow-x: auto;
}

.singlePostData>p,
.singlePostData>ul,
.singlePostData>ol {
	margin-bottom: 36px;
	font-size: 16px;
	line-height: 32px;
}

.singlePostData>ul>li,
.singlePostData>ol>li {
	margin-bottom: 16px;
}

.feProduct .bndDetail p {
	margin-bottom: 0;
	letter-spacing: 0.6px;
	font-family: 'sculpin';
	font-size: 12px;
	line-height: 28px;
	text-transform: uppercase;
}

.feProduct .bndDetail {
	margin-top: 28px;
}

.feProduct li.feBlogList img {
	width: 94%;
}

.feProduct .feList {
	padding: 40px 0;
}

.trendingListWrap {
	background-color: #F4F4F4;
}

.trendWrap .trendCont {
	margin-top: 16px;
}

.postPageSlider {
	/* border-top: .5px dotted #151211;
	border-bottom: .5px dotted #151211; */
	margin-bottom: 40px;
	padding-top: 20px;
	position: relative;
}

.postInnerSliderHeading {
	margin-bottom: 0;
	position: absolute;
	left: 0;
	padding-right: 110px;
}

.singlePageArrow .swiper-pagination {
	top: 11px;
}

.postInnerSliderWrap {
	padding-top: 10px;
}

.singlePageArrow {
	right: 0px;
	float: right;
	width: 100px;
	height: 35px;
	top: 0px;
}

.singlePageArrow [class*="swiper-button"] {
	right: 0px;
}

.singlePageArrow .swiper-button-prev {
	left: 0px;
}

.singlePageArrow .swiper-pagination {
	left: 0px !important;
	pointer-events: none;
	font-size: 12px;
}

.postPageSlider .swiper-slide img {
	width: 95%;
	margin: 0 auto;
	display: block;
}

.postPageSlider .swiper-wrapper {
	padding-top: 25px;
}

.postPageSlider .swiper-slide img {
	width: 95%;
	margin: 0 auto;
	display: block;
}

.postPageSlider .bnd-name {
	margin-bottom: 0;
}

.postPageSlider .bndDetail {
	margin-top: 28px;
}

.postPageSlider .singlePageArrow {
	font-size: 10px;
}

.singlePost-banner .chat,
.singlePost-banner .dateShare span:last-child {
	padding-left: 16px;
	margin-left: 16px;
}



.figure-slider img {
	border: 0.5px dotted #F4F4F4;
}

.singleImgWrap img {
	border: 0.5px dotted #F4F4F4;
}

.recommendList li .articleImagesingle picture img {
	border: 0.5px dotted #F4F4F4;
	box-sizing: content-box;
}

.sharePost>span {
	position: relative;
	top: -2px;
}

.autDetail {
	margin-top: 40px;
}

.feVideoWrap-sec {
	position: relative;
	padding-top: 82%;
	overflow: hidden;
}

.feVideoWrap-sec .iframImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.feVideoWrap-sec .iframVid {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	height: 121%;
	bottom: 0;
}

.figure-slider .prev,
.figure-slider .next {
	width: 20px;
	height: 20px;
}

.article-content-video {
	position: relative;
	padding-top: 82%;
	overflow: hidden;
}

.article-content-video .iframImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.article-content-video .iframVid {
	position: absolute;
	left: 0;
	width: 100%;
	height: 122%;
	height:100%;
	bottom: 0;
}
.featuredPost.sidePost .feVideoWrap .iframeImgWrap iframe{
	max-height:342px;
}

/*popup css below */
.mdl-popup-wrapper {
	display: none;
}

.mdl-popup-wrapper.open {
	display: block;
}

.req-mdl .mdl-ctnt {
	max-width: 500px;
}

.mdl .mdl-bdy {
	padding: 10%;
}

.contact-frm,
.req-mdl .mdl-bdy {
	border: 0.5px solid transparent;
}

.req-mdl .mdl-ctnt {
	max-width: 500px
}

.req-mdl .mdl-bdy .sec-ttl {
	margin-bottom: 16px;
	text-align: left;
	font-style: normal;
	line-height: 34px;
	padding-right: 20px;
}

.req-mdl .mdl-bdy .sec-ttl span {
	font-style: normal;
	margin-top: 8px;
	text-transform: inherit
}



.stz-frm {
	text-align: left;
	margin-bottom: 0;
	width: 100%;
	position: relative
}

.hdr-are .stz-frm {
	max-width: 350px
}

#srch-submit {
	border: none;
	position: absolute;
	top: 12px;
	left: 0;
	padding: 0;
	width: auto;
	max-width: 20px;
	background: 0 0
}

.stz-frm *:not(.actn-btn) {
	display: block;
	width: 100%
}

.stz-frm label {
	font-size: 12px;
	line-height: 18px;
	margin-top: 24px;
	color: #151211;
	margin-bottom: 10px;
	font-weight: 400;
	font-style: normal;
}

.stz-frm .subs-bx label {
	margin-bottom: 0
}

.subs-bx label[for=newsletter_agmnt] img,
.subs-bx label[for=newsletter_agmnt] a {
	width: auto;
	display: inline-block;
	vertical-align: middle
}

.stz-frm input,
.stz-frm select,
.stz-frm textarea {
	background: 0 0;
	font-size: 12px;
	padding: 0 20px;
	border: .5px solid #151211;
	line-height: 42px;
	height: 42px;
	border-radius: 0
}

.stz-frm textarea {
	min-height: 100px
}

.mdl-bdy .sec-ttl span {
	display: block;
	font-size: 12px;
	margin-top: 8px;
	line-height: 20px;
}

.req-mdl .mdl-bdy .sec-ttl span {
	font-style: normal;
	margin-top: 8px;
	text-transform: inherit;
}

.stz-frm .subs-bx {
	margin-bottom: 25px;
	position: relative;
	color: #151211;
	font-size: 12px;
	line-height: 20px;
}

.trendingListWrap .sec-ttl {
	margin-bottom: 0px;
}



[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
	cursor: pointer;
	position: absolute;
	opacity: 0;
	z-index: 1;
	width: auto;
}

[type=checkbox]+a,
[type=checkbox]+label {
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 20px;
	margin-top: 20px;
	font-size: 12px;
	line-height: 24px;
}

[type=checkbox]+a {
	margin-top: 0
}

[type=checkbox]+a:after,
[type=checkbox]+a:before,
[type=checkbox]+label:after,
[type=checkbox]+label:before {
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
	-webkit-transition: border .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
	-o-transition: border .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
	transition: border .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s
}

[type=checkbox]+a:after,
[type=checkbox]+label:after {
	height: 12px;
	width: 12px;
	background-color: transparent;
	border: 1px solid #151211;
	z-index: 0;
	top: 1px;
	box-sizing: border-box;
}

[type=checkbox]:checked+a:after,
[type=checkbox]:checked+label:after {
	background: #151211
}

[type=checkbox]+a:before,
[type=checkbox]+label:before {
	content: "";
	background: 0 0;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	width: 6px;
	height: 3px;
	top: 5px;
	left: 3px;
	transform: rotate(-45deg) scale(0);
	opacity: 0;
	box-sizing: border-box;
}

[type=checkbox]:checked+a:before,
[type=checkbox]:checked+label:before {
	transform: rotate(-45deg) scale(1);
	opacity: 1
}

.form-group label:empty {
	display: none;
}

.stz-frm .subs-bx label {
	line-height: 28px;
}

.article-cta .btn {
	text-decoration: none;
	margin-top: 16px;
	font-size: 12px;
	line-height: 24px;
	padding: 8px 45px;
}

#reqAnOffer .req-frm .btn {
	line-height: 40px;
	display: block;
	padding: 7px 0;
	width: 100%;
}

.postPageSlider .swiper-slide img {
	max-width: 78%;
}

.postPageSlider .swiper-slide {
	max-width: 33.33%;
	text-align: center;
	display: inline-block;
}



/**************gallery css**************/
.mySlides {
	display: none
}

img {
	vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 10px;
	margin-top: -10px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	border-right: 2px solid #151211;
	border-bottom: 2px solid #151211;
	transform: rotate(135deg);
	font-size: 0px;
	left: 20px;
}
.prev:hover, .next:hover,.prev:focus, .next:focus{
	outline:none;	
}
.prev:after,
.next:after {
	content: "";
	width: 60px;
	height: 50px;

	display: inline-block;
	position: absolute;
	transform: rotate(-45deg);
	left: -15px;
	top: -10px;
}

/* Position the "next button" to the right */
.next {
	right: 20px;
	border-radius: 3px 0 0 3px;
	transform: rotate(-45deg);
	left: auto;
}

/*
.prev:after, .next:before{}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
*/
/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #2c2c2c;
	font-size: 20px;
	padding: 8px 12px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: #fff;
	width: 50px;
	text-align: center;
	padding: 8px 0px;
	font-size: 14px;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active,
.dot:hover {
	background-color: #717171;
}

/* Fading animation */
.fade {
	animation-name: fade;
	animation-duration: 1.5s;
}

.featuredPost.sidePost .feVideoPlays:after {
	content: "";
	display: block;
	width: 100%;
	background: rgb(44 44 44 / 82%);
	height: 100%;
	position: absolute;
	top: 0px;
}

.featuredPost.sidePost .feVideoPlays {
	position: relative;
	display: block;
}

.instaframe_wrap.two {
	display: flex;
}

.instaframe_wrap>iframe {
	width: 100% !important;
	max-width: 100% !important;
	min-width: auto !important;
	margin-bottom: 36px !important;
}

.instaframe_wrap.two>iframe {
	width: 49% !important;
	min-width: auto !important;
}

.instaframe_wrap.two>iframe:first-child {
	margin-right: 2% !important;
}

.error_msg {
	font-size: 10px;
	color: #f00;
	line-height: normal;
	letter-spacing: .5px;
	position: absolute;
	margin-top: 5px;
}

#comment+.error_msg {
	margin-top: -10px;
}

.cmnPostData>h3 {
    font-size: 24px;
    margin-top: 36px;
	margin-bottom:8px;
	line-height: 32px;
}

.cmnPostData>h2 + h3 {
    margin-top: 24px;
}

.singlePostData>p {
    margin-bottom: 16px;
}

.cmnPostData>h2 {
    margin-top: 36px;
	font-size:26px;
	margin-bottom:24px;
}

.singlePostData>div + p {
    margin-top: 36px;
}

.singlePostData>p + div {
    margin-top: 36px;
}

.singlePostData> div + div {
    margin-top: 36px;
}

.instaframe_wrap + p {
    margin-top: 0 !important;
}

.logged-in-as {
    font-size: 12px;
}




@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

/* ****** post detail pagination slider*/

.post-pagination-wrapper {
padding-top: 50px;
overflow: hidden;
}

.p-flex {
display: flex;
margin: 0px -16px;
position: relative;
}

.post-nav {
width: 50%;
padding: 0px 16px;
}

.pp-index>a {
display: flex;
}

.pp-image {
width: 120px;
overflow: hidden;
}

			   
 
.pp-title {
width: calc(100% - 130px);
}

.prev-post .pp-image {
margin-right: 16px;
}

.pp-title h4 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}

.next-post .pp-nav-text>span {
margin-left: auto;
text-align: right;
}

.prev-post .pp-nav-text svg {
position: relative;
top: 4px;
margin-right: 5px;
}

.next-post .pp-nav-text svg {
position: relative;
top: 4px;
margin-left: 5px;
}

.next-post .pp-image {
margin-left: 16px;
}

.pp-nav-text {
font-size: 10px;
opacity: 0.8;
letter-spacing: 0.5px;
text-transform: uppercase;
}

.next-post .pp-title {
text-align: right;
}

.pp-nav-text img {
width: 17px;
position: relative;
top: -1px;
}

.prev-post .pp-nav-text img {
margin-right: 5px;
}

.next-post .pp-nav-text img {
margin-left: 5px;
}


.post-pagination-wrapper .p-flex:after {
content: "";
display: block;
width: 1px;
height: 100%;
position: absolute;
top: 0;
left: 50%;
opacity: 0.3;
transform: translateX(-50%);
border-left: 0.5px dotted #151211;
}

.pp-image img {
width: 100%;
transition: 0.5s;
transform: scale(1);
}

.pp-post-link .pp-image img {
height: 85px;
object-fit: cover;
object-position: center;
}
.pp-post-link .pp-image:hover img{
	transform: scale(1.1);
}
.single-pagination {flex-wrap:wrap;}
.single-pagination .post-nav{width:100%;}  
.post-pagination-wrapper .single-pagination:after{display:none;}

/* ****** post detail pagination slider*/										 
@media(max-width:1850px) {

	.cmnEle,
	.cmnPostData>p,
	.cmnPostData>h1,
	.cmnPostData>h2,
	.cmnPostData>h3,
	.cmnPostData>h4,
	.cmnPostData>h5,
	.cmnPostData>h6,
	.cmnPostData>ul,
	.cmnPostData>ol,
	.sideBarpfull {
		margin-left: 18% !important;
	}
	.cmnPostData>ol{
	   margin-left: 19% !important;
	}

}

@media(max-width:1740px) {

	.cmnEle,
	.cmnPostData>p,
	.cmnPostData>h1,
	.cmnPostData>h2,
	.cmnPostData>h3,
	.cmnPostData>h4,
	.cmnPostData>h5,
	.cmnPostData>h6,
	.cmnPostData>ul,
	.cmnPostData>ol,
	.sideBarpfull {
		margin-left: 15% !important;
	}
	
	.cmnPostData>ol{
	   margin-left: 16% !important;
	}
}

@media(max-width:1551px) {

	.cmnEle,
	.cmnPostData>p,
	.cmnPostData>h1,
	.cmnPostData>h2,
	.cmnPostData>h3,
	.cmnPostData>h4,
	.cmnPostData>h5,
	.cmnPostData>h6,
	.cmnPostData>ul,
	.cmnPostData>ol,
	.sideBarpfull {
		margin-left: 12% !important;
	}
	
	.cmnPostData>ol{
	   margin-left: 13% !important;
	}
}

@media(max-width:1441px) {

	.cmnEle,
	.cmnPostData>p,
	.cmnPostData>h1,
	.cmnPostData>h2,
	.cmnPostData>h3,
	.cmnPostData>h4,
	.cmnPostData>h5,
	.cmnPostData>h6,
	.cmnPostData>ul,
	.cmnPostData>ol,
	.sideBarpfull {
		margin-left: 9% !important;
	}
	
	.cmnPostData>ol{
	   margin-left: 10% !important;
	}
}

@media(max-width:1400px) {

	.cmnEle,
	.cmnPostData>p,
	.cmnPostData>h1,
	.cmnPostData>h2,
	.cmnPostData>h3,
	.cmnPostData>h4,
	.cmnPostData>h5,
	.cmnPostData>h6,
	.cmnPostData>ul,
	.cmnPostData>ol,
	.sideBarpfull {
		margin-left: 7% !important;
	}
	
	.cmnPostData>ol{
	   margin-left: 8% !important;
	}
}

@media(max-width:1281px) {

	.cmnEle,
	.cmnPostData>p,
	.cmnPostData>h1,
	.cmnPostData>h2,
	.cmnPostData>h3,
	.cmnPostData>h4,
	.cmnPostData>h5,
	.cmnPostData>h6,
	.cmnPostData>ul,
	.cmnPostData>ol,
	.sideBarpfull {
		margin-left: 4% !important;
	}
	
	.cmnPostData>ol{
	   margin-left: 5% !important;
	}

	.sideBarpfull {
		max-width: 1120px;
	}
}

@media(max-width:1241px) {

	.cmnEle,
	.cmnPostData>p,
	.cmnPostData>h1,
	.cmnPostData>h2,
	.cmnPostData>h3,
	.cmnPostData>h4,
	.cmnPostData>h5,
	.cmnPostData>h6,
	.cmnPostData>ul,
	.cmnPostData>ol {
		max-width: 650px;
	}

	.sideBarpfull {
		max-width: 1080px;
	}
}

@media(max-width:1180px) {
	.sideBarpfull {
		max-width: 93%;
	}

	.cmnEle,
	.cmnPostData>p,
	.cmnPostData>h1,
	.cmnPostData>h2,
	.cmnPostData>h3,
	.cmnPostData>h4,
	.cmnPostData>h5,
	.cmnPostData>h6,
	.cmnPostData>ul,
	.cmnPostData>ol
	{
		max-width: 600px;
	}
}

@media(max-width:1080px) {
	.sideBarpfull {
		display: none;
	}

	.cmnEle,
	.cmnPostData>p,
	.cmnPostData>h1,
	.cmnPostData>h2,
	.cmnPostData>h3,
	.cmnPostData>h4,
	.cmnPostData>h5,
	.cmnPostData>h6,
	.cmnPostData>ul,
	.cmnPostData>ol
	{
		max-width: 93.8%;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
.cmnPostData>ol{
	padding-left:20px;
}

	p.firstLetter:first-letter {
		margin-top: 25px;
	}
}

@media (max-width: 1024px) {
	.postContWrap {
		padding: 50px 0px;
	}

	.blogSubsForm {
		margin-bottom: 50px;
	}

	.singlePost-banner {
		padding: 40px 0px 0px;
	}

	.post-heroBanner {
		padding-top: 40px;
	}

	.postPageSlider .swiper-slide {
		max-width: 25%;
	}
}


@media(max-width:767px) {
.ourTalks .quoteSlider{
	width: 56px;
	height: 56px;
	margin-top: 10px;
}

.ourTalks .quoteSlider svg {
    max-width: 18px;
}
	
	.req-mdl .mdl-bdy .sec-ttl {
		padding-right: 0px;
	}

	#reqAnOffer .req-frm .btn {
		padding: 0px;
	}

	.req-mdl .mdl-bdy {
		padding: 8%;
	}

	.required-field-message {
		display: block;
		margin-top: 5px;
	}

	.instaframe_wrap.two {
		display: block;
	}

	.instaframe_wrap.two>iframe {
		width: 100% !important;
		min-width: auto !important;
	}

	.instaframe_wrap.two>iframe:first-child {
		margin-right: 0% !important;
	}

	.singlePostData>p,
	.singlePostData>ul,
	.singlePostData>ol {
		font-size: 14px;
		line-height: 26px;
	}

	.cmnPostHeading {
		font-size: 20px;
	}

	.postBanner-heading {
		width: 100%;
	}

	.cmnEle,
	.cmnPostData>p,
	.cmnPostData>h1,
	.cmnPostData>h2,
	.cmnPostData>h3,
	.cmnPostData>h4,
	.cmnPostData>h5,
	.cmnPostData>h6,
	.cmnPostData>ul, 
	.cmnPostData>ol 
	{
		max-width: 86%;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.singlePostData>.main-wraper-widget .cmnEle {
		padding-left: 0;
		padding-right: 0;
	}

	.figCapt {
		padding: 25px 10px;
	}

	.ourTalks .talkTxt p+span {
		font-size: 14px;
		line-height: 24px;
	}

	.quote {
		width: 55px;
		height: 55px;
	}

	.talkTxt p {
		font-size: 24px;
		line-height: 32px;
	}

	.talkTxt {
		width: calc(100% - 80px);
	}

	.quote:before,
	.quote:after {
		border-top: 15px solid #fff;
		width: 3px;
	}

	.autName,
	.sharePost {
		justify-content: flex-start;
	}

	.sharePost {
		flex-wrap: wrap;
		width: 125px;
	}

	.sharePost ul li {
		margin-right: 15px;
	}

	.sharePost ul li:last-child {
		margin-right: 0px;
	}

	.sharePost span {
		width: 100%;
		margin-bottom: 5px;
	}

	.sharePost ul {
		margin-left: 0px;
	}

	.cmnPostData .feVideoTxt {
		padding: 30px;
	}

	.feProduct {
		max-width: 100%;
		margin-left: 0px !important;
	}

	.feList,
	.imgGallery ul {
		overflow-x: auto;
	}

	.feList li,
	.imgGallery li {
		min-width: 230px;
		overflow-x: auto;
	}

	.feProduct .cmnPostHeading {
		max-width: 90%;
		margin-left: 5%;
	}

	.autPic,
	.ic-subs {
		display: none;
	}

	.subsText {
		margin-left: 0px;
	}

	.blogSubsForm {
		padding: 35px 7%;
	}

	.singlePost-banner:after {
		height: 80px !important;
	}

	.form-row .form-group {
		width: 100%;
	}

	.form-row .form-group:nth-of-type(2n) {
		margin: 20px 0 0;
	}

	.comment-form-cookies-consent {
		display: flex;
		align-items: flex-start;
	}

	.comment-form-cookies-consent label {
		line-height: 20px;
	}

	.imgGalleryWidth {
		width: 100%;
	}

	.blogSubsForm .subsText {
		width: 100%;
	}

	.postInnerSliderHeading {
		position: relative;
		padding-right: 0;
	}

	.postPageSlider .singlePageArrow {
		display: none;
	}

	.trendingListWrap {
		background-color: #fff;
		border-top: 0px;
	}

	.blogSubsForm {
		margin-bottom: 0;
	}

	.blogSubsForm.cmnEle {
		max-width: 100%;
	}

	.postPageSlider .swiper-slide {
		width: 100% !important;
		max-width: 250px;
		margin-left: 20px;
		margin-right: 0px !important;
	}

	.postPageSlider.cmnEle {
		max-width: 100%;
	}

	.postPageSlider.cmnEle .postInnerSliderHeading {
		max-width: 86%;
		margin-left: auto;
		margin-right: auto;
	}

	.singlePostData>h3 {
		font-size: 20px;
		line-height: 28px;
	}
	.cmnPostData>h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.postPageSlider .swiper-slide:first-child {
		margin-left: 0;
	}

	.conComment [type=checkbox]+a:after,
	[type=checkbox]+label:after {
		top: 3px;
	}

	.conComment [type=checkbox]+a:before,
	[type=checkbox]+label:before {
		top: 7px;
	}

	.cmnPostData .feVideoTxt p {
		font-size: 16px;
		line-height: 28px;
	}

	.figCapt {
		font-size: 16px;
		line-height: 28px;
	}

	.prev:after,
	.next:after {
		left: -25px;
		display:none;
	}

	p.firstLetter:first-letter,
	.singlePostData>p:nth-child(1):first-letter {
		margin-top: 4px;
		line-height: 70px;
	}

	.imgGalleryWidth .swiper-slide {
		padding-left: 7%;
		padding-right: 0;
	}

	.instaframe_wrap iframe {
		max-width: 100% !important;
		margin-bottom: 36px !important;
	}

	.instaframe_wrap.two {
		flex-flow: wrap;
	}

	.singlePostData>p, .singlePostData>ul, .singlePostData>ol {
		text-align: left;
	}
	.postComment textarea{
		margin-bottom:0px;
	}
	.form-group + .form-row {
		margin-top: 15px;
	}
	#comment+.error_msg {
		margin-top: 0px;
	}

	.article-cta .btn,
	.article-btn-wrap .btn, 
	.article-btn-wrap .btn-v2 {
		font-size: 10px;
		line-height: 22px;
	}
	.p-flex{
		flex-wrap:wrap;
	}

	.pp-image {
		display: none;
	}

	.pp-title {
		width: 100%;
	}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

	.prev,
	.next,
	.text {
		font-size: 11px
	}
}

/****************gallery css end************/


#back-to-top {position: fixed;right: 40px;bottom: 90px;width: 35px;height: 35px;display: flex;cursor: pointer;z-index: 99 !important;box-shadow: 0 0 20px rgba(0, 0, 0, .12);box-shadow: 0 0 20px rgb(0 0 0 / 12%);border-radius: 100%;align-items: center;justify-content: center;line-height: 0; background-color: #fff !important; visibility: hidden;opacity: 0;transition: 0.2s;}

#back-to-top.show {visibility: visible;opacity: 1;}

@media (max-width: 767px) {
	.whtsapp img {width: 38px;}
	#back-to-top {right: 30px;bottom: 70px;}
	.whtsapp {right: 27px;}
	.blogSubsForm ~ .brandTags{margin-bottom:0px;}
}