/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 17 2026 | 07:09:08 */
.case_before_after_image {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    flex-direction: row;
}
.cs-before {
    width: 49%;
}
.cs-before img{
	height: 140px;
    object-fit: cover;
	    border-radius: 8px;
}
.cs-icon-box {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    /* justify-content: center; */
    width: 100%;
	font-family: "Jost", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    color: #323232;
}
.study_physician {
    text-align: center;
}
.study_physician img {
	border-radius: 100%;
    width: 100px;
    height: 100px;
	margin-bottom: 10px;
}
.cs-h4{
	 font-size: 20px;
    color: #572e00;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.cs-content .badge {
	background-color:#fcf1e7;
	font-family: "Jost", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;color: #572e00;
	 margin-bottom: 10px;
}
.content-section{
	padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F9E5CD;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 5px 0px rgba(87, 45.999999999999986, 0, 0.0784313725490196);
}
.cs-secion_1{
	padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F9E5CD;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 5px 0px rgba(87, 45.999999999999986, 0, 0.0784313725490196);
}
.cs-secion_1 img{
	height: 250px;
    object-fit: cover;
	    border-radius: 8px;
}
.cs-content ul{
	display: flex;
    flex-direction: row;
    gap: 10px;
	margin:0;
	padding:0;
}
.cs-content ul li{
	list-style:none;
	padding:0;
	margin:0;
}
.cs-content ul li i{
	color:#ff7600;
}
.row.cs-secion_2 {
    margin-bottom: 20px;
}
.cs-p{
	font-family: "Jost", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    color: #323232;
}
.cs-h2{
	 font-size: 28px;
    color: #572e00;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.post-meta {
    display: flex;
    justify-content: space-between;
}
.post-meta .btn-primary:hover{
	background-color: #fff;
	 border: 1px solid #ff7600;
	  color: #ff7600;
}
.post-meta .btn-primary{
	background-color: #ff7600;
    padding: 5px;
    border-radius: 100px;
    border: 1px solid #ff7600;
    color: #fff;
    padding: 3px 10px;
    display: inline;
    font-size: 16px;
    line-height: 1.3em;
    border-radius: 100px;
    text-align: end;
}
.cs-h3{
	 font-size: 25px;
    color: #572e00;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.case-study-category ul li{
	padding:0;
	margin:0
}
.case-study-category ul li::marker{
	content:url('https://new.avprf.com/wp-content/uploads/2026/05/bullet.svg');
}
.case-study-category ul a:hover{
	color:#ff7600;
}
.research_category a{
	color: #323232;
}
.case-study-category ul a{
	font-family: "Jost", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5em;
    color: #323232;
	margin-left: 10px;
}
@media(max-width:768px){
	.cs-secion_1 img{
		height:auto !important;
		margin-bottom:10px;
	}
	.cs-h2{
		    font-size: 23px;
	}
	.cs-h3{
		    font-size: 18px;
	}
}