.common-layouts-main {
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border: 1px solid #f5f5f5;
    padding: 0 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    clear: both;
    width: 100%;
    margin: 20px 0;
}
.common-layouts-box {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 2px #F3F3F3;
    padding: 30px 0;
    margin: 0 20px;
}
.common-layouts-box:last-child {
    border-bottom: none;
}
.common-layouts-details {
    display: flex;
    width: 50%;
    align-items: start;
    border-right: solid 2px #F3F3F3;
    padding: 0 20px;
}
.common-layouts-details:first-child {
    padding-left: 0;
}
.common-layouts-details:last-child {
    border-right: 0;
}
.common-layouts-details-img {
    width: 80px;
    margin-right: 0;
}
.common-layouts-details-img img {
    width: 80px;
    max-width: 80px;
    margin-left: -20px;
}
.common-layouts-details-content {
    width: 100%}
.common-layouts-details-content h3 {
    padding-bottom: 15px;
}
.default-single-layout {
    padding: 0;
}
.default-single-layout .common-layouts-box {
    display: block;
    padding: 0;
    margin: 0;
}
.default-single-layout .common-layouts-details {
    width: 100%;
    border-right: none;
    padding: 30px;
    border-bottom: solid 2px #F3F3F3;
}
.default-single-layout .common-layouts-details:last-child {
    border-bottom: none;
}
.default-single-layout .common-layouts-details-img {
    width: 80px;
}
.default-single-layout .common-layouts-details-img img {
    width: 80px;
}

.cashless-everywhere-note{
	font-size: 12px;
	clear: both;
}
.mt-0{
	margin-top: 0px;
}
.avail-cashless-facility{
	padding-left: 15px;
}
.ap-faqTabs .ap-benTabs-inner a h3{
	font-size: 18px;
    font-weight: 500;
}
.ap-faqMain .bentab-content ul li{
    padding-bottom: 5px;
}
.ap-faqMain .bentab-content ul li:last-child{
    padding-bottom: 0px;
}
.buy-health-facility li{
    padding-bottom: 10px;
}

@media(max-width:768px) {
    .common-layouts-main {
		padding: 0px!important;
		background-color: transparent;
		border-radius: 0;
		box-shadow: none;
		border: none;
	}
	.common-layouts-box {
		margin: 0px!important;
		display: block!important;
		padding-bottom: 0px!important;
		padding-top: 0;
		border: none;
	}
	.common-layouts-details {
		width: 100%!important;
		padding: 20px!important;
		border-right: 0px!important;
		border-bottom: none;
		background-color: #fff;
		margin-bottom: 20px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
		-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
		-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
		-ms-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
	}
	.default-single-layout .common-layouts-details {
		border: none;
	}
	.common-layouts-details:last-child {
		border-bottom: none;
	}
}

@media(max-width:550px) {
    .ap-faqTabs .ap-benTabs-inner a h3{
        font-size: 13px !important;
    }
}

