body { margin:0; padding:0; }
a:hover { text-decoration:none; }

.blog-details-page-wapper { padding: 60px 0 85px; position:relative; }
.blog-details-page-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 30px;
	position: relative;
}
.blog-details-page-left { max-width: 246px; width: 100%; }
.blog-details-page-center { max-width: 900px; width: 100%; }
.blog-details-page-center.blog-details-w-center {
    max-width: 77%;
    width: 100%;
} 
.blog-details-page-right { max-width: 250px; width: 100%; }

/* left side css start */
.blog-d-p-left-card { position: relative; display: flex; flex-direction: column; gap: 24px; }
.breadcrumb-list{margin-bottom:20px;}
.breadcrumb-list ul { display: flex; flex-direction: row; column-gap: 5px; margin:0; padding:0; }
.breadcrumb-list ul li {
	color: #270719;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	list-style-type: none;
}
.breadcrumb-list ul li a { color: #270719; }
.sidebar-toc-wapper { padding: 23px 0px 23px 20px; border-radius: 8px; background: #F9F8F3; position: relative; }
.title-wapper {
	color: #270719;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 18px;
}
.sidebar-text { padding:0; margin:0; display:flex; flex-direction:column; row-gap:8px; }
.sidebar-text li { list-style-type:none; position:relative; }
.sidebar-text li a {
	color: rgba(39, 7, 25, 0.80);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
/* left side css end */


/* center css start */
.content-title { display:flex; flex-flow:row wrap; align-items: center; justify-content:space-between; gap:10px; margin-bottom:14px; }
.content-title h1 {
	color: #270719;
	font-family: Inter;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
	margin: 0;
}
.content-title .rating-wapper {
	display: inline-block;
	padding: 4px 16px;
	border-radius: 8px;
	background: #E7E4E0;
	color: #270719;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: -0.32px;
	height: 34px;
}
.content-title .rating-wapper i { margin-left:8px; }
.content-author-wapper { display: flex; flex-flow: row wrap; align-items: center; gap: 10px;margin-bottom:18px; }
.content-author-card, .content-date-card { display:flex; flex-direction:row; align-items:center; gap:18px; }
.content-author-card img {
	width: 34px !important;
	height: 34px !important;
/* 	border: 1px solid #000; */
	margin: 0 !important;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
}
.content-author-card .author-name a, .content-author-card .author-name, .content-date-card {
	color: #270719;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.image-row-wapper { padding:16px 0 32px; border-radius: 8px; }
.image-row-wapper img { width:100%; height: auto; border-radius: 8px; }
.content-text-wapper p {
	color: #270719;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}

.pros-cons-row { display: flex; width: 100%; margin-bottom:32px; gap: 20px; }
.pros-wrapper, .cons-wrapper {
	border-radius: 8px;
	background: #F9F8F3;
	padding: 22px;
	max-width: 48%;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
} 
.pros-wrapper hr, .cons-wrapper hr { border-top: 1px solid #E7E4E0; margin:0; width: 100%; }
.pros-cons-title {
	color: #270719;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.pros-wrapper ul, .cons-wrapper ul { display:flex; flex-direction:column; gap:10px; margin:0; padding:0; }
.pros-wrapper ul li, .cons-wrapper ul li {
	position: relative;
	list-style-type: none;
	color: rgba(39, 7, 25, 0.80);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	display: flex;
	align-items: flex-start;
}
.pros-wrapper ul li:before {
	content: "";
	background: url(../img/Pros-icon.svg) 50% / contain no-repeat;
	min-width: 18px;
	min-height: 18px;
	margin-right: 15px;
	border-radius: 50%;
	margin-top: 3px;
	width: 10px;
	height: 10px;
}
.cons-wrapper ul li:before {
	content: "";
	background: url(../img/Cons-icon.svg) 50% / contain no-repeat;
	min-width: 18px;
	min-height: 18px;
	margin-right: 15px;
	border-radius: 50%;
	margin-top: 3px;
	width: 10px;
	height: 10px;
}

.visit-now-btn { margin-bottom:32px; width:100%; }
.visit-now-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-color: #B92871;
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	height: 50px;
	border-radius: 6px;
}

.content-text-wapper h2 {
	color: #270719;
	font-family: Inter;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	margin: 0;
	margin-top:20px;
	margin-bottom: 20px;
}


.content-text-wapper h3 {
	color: #270719;
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	margin: 0;
	margin-top:20px;
	margin-bottom: 24px;
}





.content-text-wapper img { width:100%; height:auto; margin:auto; }
.content-text-card {
	border-radius: 8px;
	background: #F9F8F3;
	display: flex;
	padding: 22px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 24px;
}
.content-text-card hr { margin:0; border-top:1px solid #E7E4E0; width: 100%; }
.content-text-card h3 { 
	display: flex; 
	flex-direction: row; 
	gap: 12px; 
	align-items: center;
	color: #270719;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0; 
}
.content-text-card h3 img { width: 24px; height: 24px; }
.content-text-card p { margin:0; }

.faq-sect-wapper { border-radius: 8px; background: #E7E4E0; padding: 32px; margin-bottom:30px; }
.faq-sect-wapper h4 {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	margin: 0;
	margin-bottom: 16px;
	color: #270719;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}
.faq-sect-wapper h4 img { width: 24px; height: 24px; margin:0; }
.faq-sect-wapper p {
	color: rgba(39, 7, 25, 0.90);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.32px;
}
.faq-sect-wapper p:last-child { margin:0; }
.faq-sect-wapper:last-child { margin-bottom:0; }
/* center css end */

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
  .styled-table thead tr {
    background-color: #501c39;
    color: #ffffff;
    text-align: left;
  }
  .styled-table th,
  .styled-table td {
    padding: 12px 15px;
  }
  .styled-table tbody tr {
    border-bottom: 1px solid #501c39;
  }
  .styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
  }
  .styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #501c39;
  }


/* right side css start */
.blog-details-right-card { display: flex; flex-direction: column; gap: 33px; }
.blog-details-page-ads-wapper { height: 250px; }
.blog-details-page-ads-wapper img { width:100%; height:100%; object-fit:cover; }
/* right side css end */

/* bottome news section css start */
.blog-details-bottom-title { margin-bottom:30px; text-align:center; }
.blog-details-bottom-title h2 {
	color: #270719;
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin: 0;
}
.blog-details-bottom-new { position:relative; padding-bottom:60px; }
.blog-page-bottom-card { position:relative; }
.blog-page-bottom-img { overflow: hidden; position: relative; height: 137px; }
.blog-page-bottom-img a {
	height: 100%;
	display: block;
	position: relative;
	border-radius: 15px;
}
.blog-page-bottom-img a .blog-page-bottom-img {
	min-width: 100%;
	background-position: center !important;
	background-size: cover;
	background-repeat: no-repeat !important;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 15px;
}
.blog-page-bottom-img span a {
	position: absolute;
	display: block;
	padding: 4px 8px;
	height: auto !important;
	border-radius: 8px;
	border: 1px solid #FF4451;
	background: #FF4451;
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.14px;
	text-transform: uppercase;
	top: 20px;
	left: 20px;
	z-index: 1000;
}
.blog-page-bottom-text { position:relative; margin-top:16px; }
.blog-page-bottom-text h2 { margin:0; line-height:0; }
.blog-page-bottom-text h2 a {
	color:#141619;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	display: block;
	margin-bottom: 16px;
}
.blog-page-bottom-text ul { margin:0; padding:0; display:flex; flex-direction:row; align-items:center; gap:16px; }
.blog-page-bottom-text ul li {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 13px;
	position: relative;
	color: #141619;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.blog-page-bottom-text ul li:first-child:before {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	right: -10px;
	top: 14px;
	background-color: #141619;
	border-radius: 100%;
}
.blog-page-bottom-text ul li a { color:#141619; }
.blog-page-bottom-text ul li img {
	width: 30px;
	height: 30px;
	border-radius: 100%;
}
/* bottome news section css end */

@media(max-width:1199px){
	.pros-cons-row { flex-direction:column; }
	.pros-wrapper, .cons-wrapper { max-width:100%; }
}

@media(max-width:991px){
	.blog-details-page-row { flex-flow:row wrap; gap:20px; }
	.blog-details-page-center { max-width: 420px; }
	.blog-details-page-center.blog-details-w-center{max-width:420px;}
}
@media(max-width:767px){
	.blog-details-page-wapper { padding: 30px 0 85px; }
	.blog-details-page-left, .blog-details-page-center, .blog-details-page-center.blog-details-w-center { max-width:100%; }
	.content-title h1 { font-size:32px; line-height:40px; }
}

@media(min-width:1300px){
	.container.w-1230 { max-width:1230px; width:100%; margin:auto; }
}

