
.main__inn_service{padding:50px 0;}
.sidebar_serv{margin-bottom:30px;box-shadow: 1px 1px 15px 0 rgb(0 0 0 / 20%);}
.sidebar-nav-head {background:#d9536b;text-align:center;width:100%;color:#fff;font-size:24px;text-transform:uppercase;line-height:50px;margin-bottom:0px;border-bottom:1px solid #fff;}
.sidebar_serv ul li {
    width: 100%;
    background: #f3f3f3;
    position: relative;
}
.sidebar_serv ul li a {
	color: #1e1e1e;
    padding: 10px 10px 10px 20px;
    line-height: 24px !important;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    border-bottom: 1px solid #cfcfcf;
}
.sidebar_serv ul li a:hover,
.sidebar_serv ul li a.active{
	background:#2973a1;
	color:#fff;
}
.service_description h1 {
    font-size: 28px;
    color: #d9536b;
    position: relative;
    font-family: 'Roboto', sans-serif;
	font-weight:600;
    margin-bottom: 25px;
}
.service_description h1:after {
    content: "";
    position: absolute;
    background: #d9536b;
    width: 60px;
    height: 4px;
    left: 0px;
    bottom: -10px;
}
.serv_myth {
    background: #ffffff;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    padding: 10px 20px;
    margin: 0 0 20px 0;
}

.service_description p {
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #4a4a4a;
	margin:13px 0;
}
.service_description h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    padding: 7px 10px;
    /* padding-bottom: 10px; */
    color: #4a4a4a;
    font-weight: 500;
    margin: 20px 0 10px;
    background: #ffeff5;
}
.service_description ul li {
    margin: 4px 0;
    position: relative;
    padding-left: 20px;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #4a4a4a;
}
.service_description ul li i {
    color: #d9536b;
    position: absolute;
    left: 0px;
    top: 10px;
}

.blog_cnt h2{
    font-size: 26px;
	font-weight:600;
    color: #2973a1;
    font-family: 'Lato', sans-serif;
}
.tab_ul li {
    margin: 4px 0;
    position: relative;
    padding-left: 18px;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #4a4a4a;
}
.tab_ul li i {
    color: #d9536b;
    position: absolute;
    left: 0px;
    top: 10px;
	font-size:8px;
}
.blog_cnt p span{
	color: #d9536b;
	font-weight:600;
}
.serv_img{padding-bottom:20px;}
.serv_img img{
	width:50%;
	border:5px solid #f1f1f1;
}
.serv_img1{padding-bottom:20px;}
.serv_img1 img{
	width:100%;
	border:5px solid #f1f1f1;
}