.bus1{
	color: #707070;
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
	font-size: 13px;
	font-weight: 600;
	padding: 20px 0;
	width: 100%;
}
.bus1 h2{
	font-weight: bold;
	font-size: 25px;
	font-family: 'Work Sans', sans-serif;
	/*margin: 0;*/
	color: #707070;
}
.bus2-title1{
	font-size: 15px;
	line-height: 15px;
	background: #666670;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-weight: 600;
	border-radius: 3px 3px 0 0;
	font-family: 'Work Sans', sans-serif;
}
.bus2-title2{
	font-size: 15px;
	line-height: 15px;
	background: #a02878;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-weight: 600;
	border-radius: 3px 3px 0 0;
	font-family: 'Work Sans', sans-serif;
}

.bus2{
	padding-bottom: 35px;
	width: 100%;
	margin: 0;
}
.border-bottom{
	border-bottom: 1px solid #cfcfd5;
	display: inline-block;
}

.bus2 .col-md-6:first-child{
	padding-left: 0;
}
.bus2 .col-md-6:last-child{
	padding-right: 0;
}
.bus2 table{
	border: 1px solid #cfcfd5;
	width: 100%;
}
.bus2 table th, .bus2 table td{
	padding: 15px 20px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.bus2  thead th, .bus2  thead td{
	text-align: justify;
	color: #fff;
	line-height: 15px;
	font-weight: normal;
	padding: 10px 20px;
}
.bus2-inline td{
	color: #1b1b1f !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	padding: 10px 20px;
	background: #fff !important;
}
.bus2  thead th{
	background: #1b1b1f;
}
.bus2  thead td{
	background: #089c4a;
	width: 130px;
}
.bus2  tbody td:first-child{
	border-right: 1px solid #cfcfd5;
}
.bus2  tbody a{
	color: #427ed8;

}
.bus2  tbody td:last-child{
	text-align: center;
	padding: 0;
	width: 130px;
}
.bus2  tbody tr:nth-child(2n){
	background: #f0f8fc;
}
.bus2 .btn-2{
	font-size: 13px;
	text-transform: none;
	color: #089c4a;
}
.minus{
	text-align: center;
	padding: 0;
	line-height: 17px;
	font-size: 10px !important;
	color: #494545;
	font-weight: 600;
}
.minus .fa{
	color: #ff1616;
	font-size: 14px;
}
.found{
	text-align: center;
	white-space:nowrap
}
.found a{
	color: #282828 !important;
	font-weight: 600;
}
.found .fa{
	color: #ff1616;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
}

.btn1{
	font-size: 13px;
	color: #fff;
	padding: 16px 30px;
	line-height: 13px;
	background: #ba2d2e;
	border-radius: 30px;
	display: table;
	margin: 45px auto 10px;
}
.btn1:hover {
    background: #dbb20c;
    color: #fff;
}
.boder-none{
	border-radius: 0;
}
.bus2  tbody .c-top{
	background: #f3f3f3;
	color: #1b1b1f;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	text-align: center;
	padding: 7px 20px;
}
.bus2  tbody .c-bottom{
	color: #1b1b1f;
	font-size: 13px;
	line-height: 23px;
	padding: 20px 30px 10px 30px !important;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	text-align: left !important;
	color: #707070;
}
.bus2  tbody .c-bottom a{
	color: #427ed8;
	font-weight: 600;
	margin: 15px 0 ;
	display: table;
}
.bob0{
	border-bottom: 0 !important;
}
.borderright{
	border-right: 1px solid #cfcfd5;
}

.c-table1 tbody th{
	width: 75px;
	color: #a02878;
	font-weight: bold;
	border-right: 1px solid #cfcfd5;
	border-bottom: 3px solid #a02878;
}
.c-table1 tbody{
	border-bottom: 3px solid #a02878;
}
.c-table1 tbody:last-child, .c-table1 tbody:last-child th{
	border-bottom: none;
}

.programe{
	margin-bottom: 55px;
}
.programe ul{
	padding: 0;
	margin: 0;
}
.programe li{
	list-style: decimal;
	width: 100%;
	font-size: 13px;
	color: #fff;
	background: #7a7a7a;
	font-family: 'Open Sans', sans-serif;
	line-height: 13px;
	padding: 20px 30px;
	border-bottom: 1px solid #fff;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
}
.programe li p{
	margin-bottom: 0;
}
.programe li:nth-child(2n){
	background: #ba2d2c;
}
.programe li a{
	float: right;
	color: #fff;
}
.programe li a .fa{
	margin-left: 5px;
}
.programe2 label span{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #96969b;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	position: relative;
	background: #fff;
}
.programe2 label input:checked ~ span:after{
	position: absolute;
	content: '';
	top: -1px;
	left: -1px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 5px solid #96969b;
	background: #fff;
}
.sh-107 table{
	margin-bottom: 30px;
}
@media only screen and (max-width: 989px) {
	.bus2 .col-md-6:first-child{
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 600px) {
	.programe li{
		display: block;
	}
	.programe li a{
		display: inline-block;
		float: none;
		margin-top: 10px;
	}
}
.bus2 thead td{
	position: relative;
}
.wsq-description{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	transition: 0.3s;
}
.readmore{
	position: absolute;
	bottom: 5px;
	text-align: center;
	color: blue;
	cursor: pointer;
}