.transport-sec{
	padding: 15px 0 0 0;
	margin: 0 0 25px 0;
}
.transport-sec .panel-group .panel{
	box-shadow: none;
}
.transport-sec .panel-group .panel a.collapsed{
    padding: 3px 30px 3px 35px;
    font-size:20px;
    line-height: 46px;
    font-weight: 600;
    color: #080808;
    background: none;
    display: block;
    position: relative;
}
.transport-sec .panel-group .panel a{
    padding:3px 30px 3px 35px;
    font-size:20px;
    line-height: 46px;
    font-weight: 600;
    color: #080808;
    display: block;
    position: relative;
}

.transport-sec .panel-group .panel a.collapsed:after{
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 24px;
    height: 24px;
    background: url(assets/images/uncheck.png) no-repeat 0 0;
    transition: all 0.3s ease-in-out;
}
.transport-sec .panel-group .panel a:after{
    content: '';
    position: absolute;
    left:0;
    top: 15px;
    width: 24px;
    height: 24px;
    background:#fff url(assets/images/checked.png) no-repeat 0 0;
    transition: all 0.3s ease-in-out;
}
.trans-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.trans-list .sml-box{
	width: 24%;
    margin: 0 0 20px 0;
    text-align: center;
    border: 1px solid #d6efed;
    padding: 15px 15px 0;
    border-radius: 10px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.trans-list .sml-box:hover{
	background:#f1f9f9;
}
.trans-list .sml-box .bus-icon{
	display: block;
	text-align: center;
	margin: 0 0 10px 0;
}
.trans-list .sml-box .bus-icon i{
	font-size: 30px;
	line-height: 36px;
	color: #080808;
	transition: all 0.3s ease-in-out;
}
.trans-list .sml-box:hover .bus-icon i{
	color: #1da599;
}
.trans-list .sml-box .bus-type{
	font-size: 14px;
    line-height: 18px;
    display: block;
    margin-bottom: 5px;
    color: #080808;
}
.trans-list .sml-box .bus-price{
	font-size: 18px;
    line-height: 28px;
    display: block;
    color: #080808;
    font-weight: 600;
    margin-bottom: 5px;
}
.trans-list .sml-box .sel-bus{
	display: inline-block;
    margin: 0 0px 15px;
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 24px;
    color: #080808;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
	position: relative;
}
.trans-list .sml-box .sel-bus:after{
	width: 15px;
	height: 15px;
	border: 1px solid #808080;
	border-radius: 30px;
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	transition: all 0.3s ease-in-out;
}
.trans-list .sml-box:hover .sel-bus:after{
	background: #1da599;
	border-color:#1da599;
}
.content-page h2.more-heading{
	background: #efefef;
    padding: 5px 15px;
    font-size: 24px;
    color: #1da599;
}