/***** Page Path *****/
.pageheader-bg {
	background-color:#f2f2f2;
	padding:25px 0;
	margin-bottom:30px;
	position:relative;
	z-index:1;
	}
.pageheader-outer { position:relative; min-height:1px; }

.breadcrumb{
	background:none;
	border-radius:0;
	padding:0; margin:0;
	
}
.breadcrumb .breadcrumb-item {
    font-size:15px;
	line-height:20px;
	margin-bottom:0px;
    font-weight: normal;
    color:#656c72;
    font-family: 'Muli';
}
.breadcrumb .breadcrumb-item a{
    font-family: 'Muli';
    color:#0095d9;
	margin-bottom:0px;
    font-weight: bold;
    text-decoration: underline;
}
.breadcrumb a:hover{ text-decoration: none;}

@media( max-width: 767px){
    .pageheader-bg { margin-bottom:20px; padding:15px 0; }
    .breadcrumb .breadcrumb-item { font-size:13px; line-height: 17px;}
}
/* Checkout Step */
.page-header{
    display: block;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 20px;
    color: #1a2b49;
    line-height: 24px;
    letter-spacing: normal;
    text-transform: uppercase;
    margin: 0px 0 30px;
}
.checkout-step{ margin-bottom: 30px; }
.checkout-step .checkout-step-inner{ text-align: center; margin-bottom: 42px; }
.checkout-step .checkout-step-inner .step{ position: relative; }
.checkout-step .checkout-step-inner .step:last-child:after{ display: none; }
.checkout-step .checkout-step-inner .step:after{
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    height: 1px;
    background-color: #656c72;
    width: 100%;
    z-index: 1;
}
.checkout-step .checkout-step-inner .step .step-number{
    display: inline-block;
    width: 49px;
    height: 49px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 1px solid #656c72;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #656c72;
    position: relative;
    font-family: 'Montserrat';
    z-index: 2; padding-top:14px;
}
.checkout-step .checkout-step-inner .step .step-text{
    font-size: 12px;
    line-height: 13px;
    letter-spacing: normal;
    color: #656c72;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    font-family:'Muli';
    font-weight: bold;
}
/* Finish Cash */
.checkout-step .checkout-step-inner .step.finish:after{ background-color: #005496; }
.checkout-step .checkout-step-inner .step.finish .step-number{ border-color: #005496; color: #005496; }
.checkout-step .checkout-step-inner .step.finish .step-text{ color: #005496; }
/* Active Cash */
.checkout-step .checkout-step-inner .step.active .step-number{
    border-color: #0095d9;
    color: #ffffff;
    background-color: #0095d9;
}
.checkout-step .checkout-step-inner .step.active .step-text{ color: #0095d9; }

.payment-pg .checkout-step{ margin-bottom: 20px; }

@media( max-width: 992px){
    .checkout-steps .step .step-text{ font-size: 12px; }
    .tranveller-main-wrapper > .row { flex-direction: column-reverse; }
}
@media( max-width: 767px){
    .checkout-steps .step{ text-align:center; min-height: 60px; display: flex; align-items: center;  }
    .checkout-steps .step .step-icon{ margin-right: 0px; margin-bottom:5px;    }
    .checkout-steps .step .step-icon{ margin-bottom: 0px;display: none; }
    .page-header{ font-size: 18px; line-height: 25px; letter-spacing: 0.5px; margin-bottom: 20px; }
}
@media( max-width: 480px){
    .checkout-step{ margin-bottom: 20px; }
    .checkout-step .checkout-step-inner{ margin-bottom: 15px; margin-left:-8px; margin-right: -8px; }
    .checkout-step .checkout-step-inner .step{ padding-left: 8px; padding-right: 8px; }
    .checkout-step .checkout-step-inner .step.active{ display: block; }
    .checkout-step .checkout-step-inner .step:after { top:20px;}
    .checkout-step .checkout-step-inner .step .step-number { width:40px; height:40px; padding-top: 9px; }
    .checkout-step .checkout-step-inner .step .step-text { font-size:11px; }
    .checkout-step .checkout-step-inner .step .step-number { margin-bottom: 10px; }
    .checkout-step .checkout-step-inner .step.active .step-number{
        border-color: #0095d9;
        color: #fff;
        background-color: #0095d9;
    }
    .checkout-steps .step:before,
    .checkout-steps .step:after{ display: none; }
    .checkout-steps .step{ padding: 10px 15px; }
}
@media( max-width: 350px){
    .checkout-steps .step{ display: block; }
    .checkout-steps .step .step-text{display: none;}
    .checkout-steps .step .step-icon{ margin-bottom: 0px;display: inline-block; }
}

/* New basket page css start here */
.booking-hold .booking-hold-detail{
    border: 1px solid #005496;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.2px;
    color: #1a2b49;
    margin-bottom: 30px;
    text-align: center;
    padding: 22px 20px 23px;
    background-color: #daefff;
    border-radius:10px;
}
@media(max-width:767px){
    .booking-hold .booking-hold-detail { font-size:13px; line-height: 16px; padding:10px 15px; }
}