/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	div.bus-item{width: 21.3rem; float:left;}
	div.bus-item:nth-child(2n){margin-left:0.5rem;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
	div.bus-item{width: 28.4rem; float:left;}
	div.bus-item:nth-child(2n){margin-left:1.2rem;}
}

/* Extra large devices (large desktops, 1200px and up)  	div.bus-item{width: 22.5rem; float:left;} */
@media (min-width: 1200px) {
	div.bus-item{width: 22.5rem; float:left;}
	div.bus-item:nth-child(3n-1){margin-left:0.9rem !important;}
	div.bus-item:nth-child(3n){margin-left:0.9rem !important;}
	div.bus-item:nth-child(2n){margin-left:0;}
}

div.container input[type=radio]{
    position:absolute; left:-10000px;
}
div.container input[type=radio]+label{
    display: inline-block;
    cursor: pointer;
    width: 100%;
    border: 1px solid #333;
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
    font-weight:bold;
    font-size:.9em;
}
div.container input[type=radio]+label{
    background-color: #fff;
    color: #333;
}
div.container input[type=radio]+label:hover{
    background-color: #E3E3E3;
    color: #333;
}
div.container input[type=radio]:checked+label{
    background-color: #333;
    color: #40d763;
}
div.container input[type=radio]:disabled+label{
    background-color: #E3E3E3;
    border: 1px solid #D5D5D5;
    color: #7E7E7E;
}
/*
#container input[type=radio]:checked+label::after{
    content: "\f633";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    float:right;
}
*/
div.waypoint{
	display:inline-block;
	padding:0 0 15px 15px;
}
div.waypoint::after{clear: both;}
i.bi-slash-lg::before{transform: rotate(45deg)}
#waypoint>div, #accompany_schedule{display:none;}
.btn-circle{border-radius: 17px;}
i.bi-pin-map-fill{font-size:1.2em; line-height:1; color:#2683AA;}

.stepper-item {
    position: relative;
    margin: 0;
    width: 55px!important;
}
.stepper-item > i.stepper-icon{
    position: absolute;
    border: 4px solid #28a745;
    border-radius: 20px;
    z-index: 1;
    left: 0;
    top: 0;
	display:inline-block;
    width: 38px!important;
    padding: 0;
    font-weight: 600;
    color: #28a745 !important;
    font-size: 1.25rem;
    text-align: center;
    background-color: #fff;
}
.stepper-item .stepper-line {
    display: block;
    justify-content: center;
    position: absolute;
    z-index: 0;
    left: 0;
    top: -30px;
    bottom: 0;
    width: 36px;
    height: 36px;
    -webkit-transform: translate(50%);
    transform: translate(50%);
    border-left: 3px solid #28a745;
}

div.bus-details label{
	color: #155724;
	font-size:.8em;
}
div.row-bl-1{
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

