@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    color:#010101;
    padding-top:80px;
}
#hero{
    position:relative;
    display: flex;
    background: url(../images/hero.jpg) no-repeat left center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:150px 0;
}
button, a{
    -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
a,a:hover{
    color: #010101;
    text-decoration: none !important;
}
.hero-container{
    width: 100%;
}
#header{
    background:#fff;
    height:80px;
    position:fixed;
    left:0;
    right:0;
    top:0;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}
.header-container{
    position:relative;
    height:80px;
    padding:25px 140px 25px 350px;
}
.logo{
    width:300px;
    height:67px;
    display:block;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
}
.language-button{
    display:block;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.navigation-links{
    text-align: right;
}
.navigation-links a{
   display:inline-block;
   vertical-align: middle;
   padding:5px 15px 5px 15px;
   font-weight:600;
}
.navigation-links a:hover{
    color:#df0024;
}
.material-symbols-outlined{
    vertical-align: middle;
}
.manage-ticket{
    color:#df0024;
    text-decoration: underline !important;
}
.red{
    color:#df0024;
}
.language-dropdown{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    width:130px;
}
.dropdown-custom-text{
    font-size:0.8rem;
}
.dropdown-custom{
    background:transparent;
    border:0;
    padding:5px 0;
    height:36px;
    top:0;
    bottom:0;
    margin:auto;
    display:block;
    position:absolute;
    width:130px;
}
.hero-title{
    font-size:2.8rem;
    color:#fff;
    font-weight: 700;
}
.hero-text{
    color:#fff;
    font-size:1.2rem;
}
.hero-search-bar{
    background:#fff;
    padding:15px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    border-radius: 4px;
    
}
.hero-search-bar-wrapper{
    position:absolute;
    left:0;
    right:0;
    bottom:-50px;
}
.form-control:focus,.btn:focus{
    box-shadow:0 0 0 .25rem rgba(13,110,253,0) !important;
    outline:0 !important;
}
.btn-check:active+.btn-light:focus, .btn-check:checked+.btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(211 212 213 / 0%);
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted transparent!important;
    outline: 0px auto -webkit-focus-ring-color!important;
    outline-offset: 0px;
}
.search-item{
    width:20%;
    position:relative;
}
.btn-find-ticket-wrapper{
    width:230px;
    padding-left:10px;
}
.search-items{
    flex:1
}
.dropdown-box-passagers{
    position:absolute;
    padding:20px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    border-radius: 4px;
    background:#fff;
    top:100%;
    left:0;
    right:0;
    display:none;
    z-index: 10;
    max-width: 200px;
}
.dropdown-custom-passagers{
    position:relative;
}
.search-item-label{
    display:block;
    position:absolute;
    z-index: 5;
}
.search-item .bootstrap-select .dropdown-toggle.btn-light{
    padding:40px 20px 20px 20px;
    background:#fff;
    border:0;
    width:100%;
    display:block;
}
.search-item .bootstrap-select{
    display:block;
    width:100% !important;
}

.search-item.search-item-with-icon .bootstrap-select .dropdown-toggle.btn-light{
    padding-left:50px;
}
.search-item .bootstrap-select .dropdown-toggle.btn-light .filter-option-inner-inner{
    font-weight: 600;
}

.search-item .bootstrap-select .dropdown-toggle.btn-light{
    padding-left:20px;
}

.search-item .search-item-label{
    left:20px;
    top:20px;
    position:absolute;
    right:20px;
}
.search-item.search-item-with-icon .search-item-label{
    left:50px;
    top:20px;
    position:absolute;
    right:20px;
}
.search-item .bootstrap-select .dropdown-toggle:after{
    display:none;
}
.search-item-label{
    font-size:0.8rem;
    color:rgba(1,1,1,0.5);
    pointer-events: none;
}
.search-item-icon{
    width:24px;
    height:24px;
    position:absolute;
    left:20px;
    top:0;
    bottom:0;
    z-index: 5;
    margin:auto;
    pointer-events: none;
}

.purple{
    color:#5c4686;
}
.search-item.dropdown-custom-passagers .search-item-label{
    left:50px;
}
.passagers-number{
    display:block;
    cursor:pointer;
    padding:40px 20px 20px 50px;
    font-weight: 600;
    font-size:0.95rem;
}
.search-item:before{
    content:"";
    position:absolute;
    left:100%;
    top:25%;
    bottom:25%;
    width:1px;
    display:block;
    background:#f0f0f0;
    z-index: 10;
}
.custom-label{
    display:block;
    font-weight: 500;
}
.btn-spinner{
    width:28px;
    height:28px;
    border-radius: 50%;
    background:#f0f0f0;
    padding:0;
}
.input-group-prepend{
    padding-right:6px;
}
.input-group-append{
    padding-left:6px;
}
.dropdown-box-spinner{
    margin-bottom:15px;
    border-bottom:1px solid #f0f0f0;
    padding-bottom:15px;
}
.dropdown-box-spinner .custom-label{
    display:block;
    font-size:0.8rem;
    padding-bottom:5px;
}
.form-control.spinner{
    height:28px;
    border-radius: 4px !important;
}
.form-control.spinner:focus{
    border-color:#ccc;
}
.btn-spinner:hover{
    color:#fff;
    background:#5c4686;
}
.btn-spinner:hover svg{
    stroke:#fff !important;
}
.dropdown-box-spinner:last-child{
    margin-bottom:0;
    padding-bottom:0;
    border:0;
}
.btn-find-ticket{
    display:block;
    font-weight: 600;
    width:100%;
    text-transform: uppercase;
    padding:12px 15px;
    font-size:0.9rem;
}
.btn-primary{
    border-color: #bd005b;
    background:#bd005b;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus,.btn-primary:visited{
    border-color: #ae0054;
    background:#ae0054;
}
.bs-searchbox .form-control{
    border:1px solid #ccc;
    height:30px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #df0024;
}
.dropdown-item{
    font-size:0.9rem;
}
.datepickerSearch{
    border:0;
    padding:40px 20px 20px 20px;
    display:block;
    width:100%;
    font-weight: 600;
}
.datepickerSearch:focus{
    outline: 0 !important;
    font-weight: 600;
}

.easepick-wrapper .calendar>.days-grid>.day.selected {
    background: #bd005b !important;
}

.datepickerSearch::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #010101;
    font-weight: 600;
}
.datepickerSearch::-moz-placeholder { /* Firefox 19+ */
    color: #010101;
    font-weight: 600;
}
.datepickerSearch:-ms-input-placeholder { /* IE 10+ */
    color: #010101;
    font-weight: 600;
}
.datepickerSearch:-moz-placeholder { /* Firefox 18- */
    color: #010101;
    font-weight: 600;
}
.resultsAndExtras{
    padding:100px 0 60px 0;
    border-bottom:1px solid #ccc;
}
.results-list{
    border-radius: 4px;
    border:1px solid #ccc;
    margin-bottom:60px;
}
.result-item{
    padding:20px 30px;
    border-bottom:1px solid #ccc;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.result-item:last-child{
    border-bottom:0;
}
.btn-secondary{
    border-color:#334c75;
    background:#334c75;
    font-weight: 500;
}
.btn-secondary:hover,.btn-secondary:focus,.btn-secondary:visited{
    background:#2b4061;
    border-color:#2b4061;
}
.result-item-buy-wrapper{
    width:180px;
    padding-left:10px;
}
.result-item-buy-wrapper .btn{
    width:100%;
}
.ticket-price{
    display:inline-block;
    padding:0 30px 0 100px;
    color:#334c75;
    font-weight: 700;
    font-size:1.3rem;
}
.result-item-info-wrapper{
    flex:1;
}
.ticket-starting-point{
    position:relative;
}
.gray{
    color:rgba(1,1,1,0.3);
}
.ticket-info-left .ticket-starting-point{
    padding:0  0px 0 30px;
    position:relative;
}
.ticket-info-right .ticket-ending-point{
    padding:0  30px 0 0px;
    position:relative;
    text-align: right;
}
.ticket-time{
    font-weight: 700;
    display:inline-block;
    padding-right:10px;
    font-size:1.3rem;
}
.ticket-data-label{
    padding:4px 12px;
    border-radius: 30px;
    background:#f0f0f0;
    font-size:0.8rem;
    font-weight: 500;
    position:relative;
}
.ticket-info-left .ticket-time{
    padding-right:10px;
}
.ticket-info-right .ticket-time{
    padding-left:10px;
}
.ticket-info-left .ticket-data-label:after{
    right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(240, 240, 240, 0);
	border-right-color: #f0f0f0;
	border-width: 4px;
	margin-top: -4px;
}
.ticket-info-right .ticket-data-label:after{
    left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(240, 240, 240, 0);
	border-left-color: #f0f0f0;
	border-width: 4px;
	margin-top: -4px;
}

.ticket-travel-duration-text{
    display:block;
    text-align: center;
    font-size:0.8rem;
}
.ticket-duration-time{
    background:#bd005b;
    border-radius: 4px;
    padding:5px 15px;
    display:inline-block;
    color:#fff;
    font-size:0.95rem;
    margin-top:5px;
}
.ticket-info-left,.ticket-info-right{
    width:40%;
}
.ticket-info-center{
    flex:1;
    text-align:center;
}
.ticket-city{
    font-size:0.9rem;
    margin-bottom:5px;
    color:rgba(1,1,1,0.5);
}
.city-bus-station{
    margin-bottom:8px;
    font-size:0.85rem;
    
}
.ticket-starting-point-icon{
    width:24px;
    height:24px;
    position:absolute;
    display:block;
    left:0;
    top:0;

}
.ticket-ending-point-icon{
    width:24px;
    height:24px;
    position:absolute;
    display:block;
    right:0;
    top:0;
}
.result-item:hover{
    background:#f4f4f5;
}
.result-title-counter{
    font-size:0.9rem;
    color:rgba(1,1,1,0.5);
}
.result-title{
    font-size:1.5rem;
}
.result-item:hover .ticket-data-label{
    background:#fff;
}
.result-item:hover .ticket-info-right  .ticket-data-label:after{
    border-left-color: #fff;
}
.result-item:hover .ticket-info-left  .ticket-data-label:after{
    border-right-color: #fff;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
    color:#010101;
}
.extra-item{
    position:relative;
    padding-left:60px;
    padding-right:30px;
    padding-bottom:20px;
    display:block;
}
.extra-item-icon{
    width:48px;
    height:48px;
    position:absolute;
    display:block;
    left:0;
    top:0;
    opacity: 0.4;
}
.extra-title{
    font-weight: 500;
    margin-bottom:5px;
    font-size:1.1rem;
}
.extra-description{
    font-size:0.9rem;
    color:rgba(1,1,1,0.5);
}
.destinations{
    padding:60px 0 0 0;
 
}
.section-subtitle {
    text-transform: uppercase;
    font-size:0.9rem;
    font-weight: 500;
}
.section-title{
    font-size:1.7rem;
    margin-bottom:20px;
}
.destination-image{
    position:relative;
    height:200px;
    display:block;
    overflow: hidden;
    background:#000;
}
.destination-image:hover .destination-image-overlay{
    opacity:0.7;
}
.destination-image-overlay{
    position:absolute;
    display:block;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index: 5;
    -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.destination-image-rating{
    position:absolute;
    top:15px;
    left:15px;
    background:#fff;
    z-index: 10;
    border-radius: 30px;
    padding:5px 10px 5px 5px;
}
.logo-symbol{
    width:24px;
    height:24px;
}
.rating-text{
    padding:0 5px;
    font-size:0.75rem;
}
.rating-value{
    font-size:0.75rem;
    font-weight:700;
}
.rating-star{
    width:16px;
    height:16px;
    font-size:16px;
}
.destination-item{
    border-radius: 6px;
    overflow: hidden;
    border:1px solid #ccc;
    width:calc(25% - 20px);
    margin:0 10px 20px 10px;
    background:#fff;
}
.destination-content{
    padding:20px;
}
.destination-location-text{
    font-weight: 700;
    font-size:1.1rem;
}
.destination-country{
    color:rgba(1,1,1,0.5);
    font-size:0.9rem;
}
.buy-ticket{
    display:block;
    text-align: center;
    border:1px solid #ccc;
    padding:8px 10px;
    border-radius: 4px;
    margin-top:20px;
    font-weight: 500;
}
.buy-ticket:hover{
    border-color:#df0024;
    background:#df0024;
    color:#fff;
}
.destinations-list{
    margin:30px -10px 0 -10px;
}
.testimonials{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eaeaeb+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaeb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaeb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#eaeaeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaeb',GradientType=0 ); /* IE6-9 */
    padding:50px 0 30px 0;
}
.testimonials-list{
    margin:50px -10px 0 -10px;
}
.testimonials-item{
    padding:30px;
    background:#fff;
    width:calc(33.33% - 20px);
    margin:0 10px 20px 10px;
}
.testimonial-icon span{
    opacity:0.3;
    font-size:30px;
}
.testimonial-person{
    color:#df0024;
    font-weight: 500;
    padding:5px 0;
}
.testimonial-text{
    margin:0;
    line-height: 1.5;
    font-size:0.9rem;
    font-weight: 400;
}
#footer{
    background:url(../images/footer-bg.jpg)no-repeat right center #334c75;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:100px 0;
}
.footer-box{
    background:rgba(255,255,255,0.9);
    border-radius: 4px;
    padding:40px;
}
.footer-box-title{
    font-size:1rem;
    font-weight: 600;
    line-height: 1.4;
}
.footer-box-description{
    font-size:0.9rem;
    margin-bottom:10px;
}
.copyright{
    padding:20px 0;
    margin-top:40px;
    color:#fff;
    font-size:0.85rem;
    border-top:1px solid rgba(255,255,255,0.1);
}
.copyright a{
    font-size:0.85rem;
    color:#fff;
    font-weight: 600;
    padding-left:5px;
    display:inline-block;
}
.f-title{
    color:#fff;
    font-size:1.2rem;
    font-weight: 600;
    margin-bottom:30px;
}
.f-links a{
    display:block;
    padding:5px 0 5px 15px;
    position:relative;
    color:#fff;
    font-size:0.9rem;
}
.f-links a:after{
    content:"";
    display:block;
    width:6px;
    height:6px;
    background:#fff;
    border-radius: 50%;
    left:0;
    top:0;
    bottom:0;
    position:absolute;
    margin:auto;
}
.f-links{
    margin-bottom:20px;
}
.contact-button{
    padding:10px 10px 10px 35px;
    position:relative;
    display:block;
    margin-bottom:10px;
}
.contact-button-subtitle{
    color:#fff;
    font-size:0.8rem;
}
.contact-button-title{
    font-weight: 600;
    font-size:0.9rem;
    color:#fff;
}
.contact-button-icon{
    width:24px;
    height:24px;
    display:block;
    left:0;
    top:10px;
    color:#fff;
    position:absolute;
}
.burger-menu{
    width:32px;
    height:32px;
    font-size:32px;
    cursor:pointer;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    margin: auto;
    vertical-align: middle;
    line-height: 1;
    display: none !important;
    
}
.burger-menu span{
    font-size:32px;
}
.internal-page-header{
    background:#fff;
    padding:15px 0;
}
#header.header-internal{
    border-bottom:1px solid #eaedf1;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
}
.page-title{
    margin:0;
    padding-right:10px;
    font-weight: 700;
    font-size:1.8rem;
}
.page-subtitle{
    margin:0;
    text-transform: uppercase;
    font-size:0.9rem;
    font-weight: 600;
    font-style: italic;
}
.breadcrumb {
    margin:0;
}
.breadcrumb-item{
    font-size:0.7rem;
}
.breadcrumb-item.active{
    color:rgba(1,1,1);
    font-weight: 600;
}
.internal-page-content{
    background:#eaedf1;
    padding:40px 0 20px 0;
}
.internal-page-content .destination-item{
    border:0;
}
.filter-tags{
    margin:20px 0;
    padding:0;
    list-style: none;
    text-align: center;
}
.filter-tags li{
    display:inline-block;
    margin:0 3px 5px 3px;
    border-radius: 4px;
    background:#fff;
    padding:8px 20px;
    font-size:0.9rem;
    cursor:pointer;
    position:relative;
}
.filter-tags li.active{
    background:#df0024;
    color:#fff;
}
.filter-tags li.active:after{
    top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(223, 0, 36, 0);
	border-top-color: #df0024;
	border-width: 4px;
	margin-left: -4px;
}
.white-box{
    background:#fff;
    border-radius: 4px;
    padding:40px;
    margin-bottom:20px;
}
.bold{
    font-weight: 600;
}
.content-text{
    font-size:0.9rem;
    color:rgba(1,1,1,0.7);
    margin-bottom:20px;
}
.content-title{
    font-size:1.3rem;
    padding-bottom:10px;
    border-bottom:1px solid #eaedf1;
    margin-bottom:20px;
    font-weight: 600;
}
.btn{
    font-weight: 600;
}
.btn-danger{
    border-color:#df0024;
    background:#df0024;
}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active{
     
    border-color:#c70020;
    background:#c70020;
}
.btn-wider{
    padding:8px 30px;
    font-size:1rem;
}
.outline-box{
    padding:30px;
    margin:30px 0;
    border:1px solid #eaedf1;
    border-radius: 4px;
}
.section-title-medium{
    font-size:1.3rem;
}
.document-item{
    border-radius: 4px;
    padding:30px;
    text-align: center;
    background:#eaedf1;
    margin-bottom:20px;
}
.document-name{
    font-weight: 600;
    color:rgba(1,1,1,0.5);
}
.document-image{
    margin-bottom:20px;
}
input.form-control-contact{
    height:40px;
}
.form-control-contact:focus{
    border-color:#334c75;
}

.form-check-input:checked {
    background-color: #334c75;
    border-color: #334c75;
}
.form-check-input:focus{
    box-shadow:0 0 0 .25rem rgba(13,110,253,0)
}
.gray-70{
    color:rgba(1,1,1,0.7);
}
.white-box-bottom-text{
    display:block;
    text-align: center;
    font-size:0.9rem;
    padding-bottom:2px;
}
.white-box-bottom{
    background:#f8f9fa;
    border-top:1px solid #eaedf1;
    border-radius: 0;
    padding:40px 40px;
}
.white-box-bottom .underline{
    text-decoration: underline !important;
}
.white-box-top{
    margin-bottom:0;
    padding:40px 120px;
}
.from-control-manage{
    background:#f2f4f7;
    text-align: center;
    border-color:#f2f4f7;
    padding:10px;
    margin:15px 0;
}
.from-control-manage:focus,.form-control-gray:focus{
    background:#e9ecef;
    border-color:#e9ecef;
}
.form-control-gray{
    background:#f2f4f7;
    border-color:#f2f4f7;
    padding:10px 15px;
}
.ticket-manage-title{
    font-weight: 600;
    margin-bottom:5px;
    text-align: center;
}
.ticket-manage-subtitle{
    text-align: center;
    font-weight: 600;
    font-size:0.9rem;
}
.form-check-manage{
    position:relative;
    overflow: hidden;
    margin:0 5px;
    padding:0;
}
.form-check-label-manage{
    border:1px solid transparent;
    border-radius: 4px;
    color:#334c75;
    font-weight: 600;
    padding:5px 15px 5px 15px;
    cursor:pointer;
    opacity:0.5;
}
.form-check-manage.selected .form-check-label-manage{
    border:1px solid #ccc;
    opacity:1;
}
.ticket-manage-choose{
    margin:25px 0;
}
.ticketManageRadio{
    opacity:0;
    position:absolute;
    left:-50px;
    top:-50px;
    visibility: hidden;
}
.form-label,.baggage-text{
    display:block;
    font-size:0.9rem;
    font-weight: 600;
}
.form-check-label{
    font-size:0.9rem;
}

.bus-extras-wrapper{
    background:#334c75;
    padding:20px 30px;
    margin-bottom:20px;
    border-radius: 4px;
}
.bus-extras-title{
    color:#fff;
    font-size:1.2rem;
}
.bus-extra{
    padding:5px 15px 5px 0;
    color:rgba(255,255,255,1);
    font-size:0.9rem;
}
.bus-extra-icon{
    padding-right:5px;
}
.bus-extra-icon svg{
    fill:rgba(255,255,255,1);
}
.passager-item{
    background:#fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    margin-bottom:20px;
}
.passager-top{
    padding:20px 30px;
    border-bottom:1px solid #eaedf1;
}
.passager-title{
    margin:0;
    font-size:1.4rem;
    font-weight: 700;
}
.terms-text{
    font-size:0.8rem;
    padding-left:5px;
    text-decoration: underline;
}
.passager-middle{
    padding:20px 30px;
    border-bottom:1px solid #eaedf1;
}
.baggage-title {
    margin-bottom:10px;
}
.baggage-button{
    margin-bottom:10px;
}
.baggage-button,.form-check-baggage{
    font-size:0.8rem;
    padding:5px 10px;
    border:1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    color:rgba(1,1,1,0.5);
    display:block;
}
.baggage-button-info-price{
    font-size:0.8rem;
    font-weight: 600;
    display:block;
    padding-top:5px;
}
.baggage-button-wrapper{
    position:relative;
    overflow: hidden;
}

.add-baggage-item{
    width:calc(33.33% - 10px);
    margin:0 5px 5px 5px;
}
.add-baggage-wrapper{
    margin:0 -5px;
}
.baggage-button-wrapper.selected .form-check-baggage{
    color:#fff;
    border-color:#bd005b;
    background:#bd005b;
}
.baggageButtonjs{
    position:absolute;
    left:-50px;
    top:-50px;
    opacity: 0;
    visibility: hidden;
}
.passager-bottom{
    padding:20px 30px;
}
.form-check-baggage{
    cursor:pointer;
}
.form-control-contact:focus{
    box-shadow:0 0 0 .25rem rgba(13,110,253,0) !important;
    outline:0 !important;
}
.purple-red{
    color:#bd005b;
}
.price-value{
    font-weight: 700;
    font-size:1.5rem;
    padding-left:10px;
}
.ticketprice-final-info{
    font-size:0.9rem;
    color:rgba(1,1,1,0.7);
}
.blue{
    color:#334c75;
}
.ticket-price-final{
    line-height: 1.2;
}
.ticket-overview-wrapper{
    margin-left:30px;
    background:#fff;
    border-radius: 4px;
}
.ticket-overview-top,.ticket-overview-center{
    padding:16px 30px;
    border-bottom:1px solid #eaedf1;
}
.ticket-oveview-information{
    font-size:1.2rem;
    font-weight: 700;
    margin:0;
}
.ticket-overview-bottom{
    padding:16px 30px;
}
.final-price-value{
    text-align: center;
    color:#000;
    font-size:1.7rem;
    font-weight: 700;
    padding-bottom:10px;
}
.final-price-info{
    text-align: center;
    font-size:0.9rem;
    color:rgba(1,1,1,0.7);
}
.medium-title{
    font-size:1rem;
    font-weight: 600;
}
.timeline-data-time{
    display:inline-block;
    font-size: 0.75rem;
    padding: 4px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    color: rgba(1,1,1,0.5);
}
.timeline-item{
    position:relative;
    padding-left:25px;
    padding-bottom:15px;
}
.timeline-title{
    font-size:1rem;
    font-weight: 600;
    margin:0;
}
.timeline-place{
    font-size:0.85rem;
    color:rgba(1,1,1,0.7);
    display:block;
    padding:3px 0;
}
.timeline-dot{
    display:block;
    width:10px;
    height:10px;
    border-radius: 50%;
    position:absolute;
    left:0;
    top:5px;
}
.timeline-purple-red .timeline-dot{
    background:#c70020;
}
.timeline-purple-red .timeline-item:after{
    content:"";
    display:block;
    width:1px;
    position:absolute;
    top:25px;
    bottom:5px;
    background:#c70020;
    left:5px;
}
.timeline-item:last-child:after{
    display:none;
}
.timeline-item:last-child{
    margin:0;
    padding-bottom:0;
}

.timeline-blue .timeline-dot{
    background:#334c75;
}
.timeline-blue .timeline-item:after{
    content:"";
    display:block;
    width:1px;
    position:absolute;
    top:25px;
    bottom:5px;
    background:#334c75;
    left:5px;
}
.timeline-item:last-child:after{
    display:none;
}
.dropdown-item{
    font-size:0.8rem;
}
.dropdown-menu{
    border:0;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}

body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200px;
}
.preloading-image{
    width:64px;
    height:64px;
    animation: circleScale 3s infinite;
}
.hidden{
	display: none;
}
@keyframes circleScale {
    0% {
        transform: scale(0.75);
      }
      50% {
        transform: scale(1);
      }
      100% {
        transform: scale(0.75);
      }
  }
  @-webkit-keyframes  circleScale {
    0% {
        transform: scale(0.75);
      }
      50% {
        transform: scale(1);
      }
      100% {
        transform: scale(0.75);
      }
  }
  @-moz-keyframes  circleScale {
    0% {
        transform: scale(0.75);
      }
      50% {
        transform: scale(1);
      }
      100% {
        transform: scale(0.75);
      }
  }
  @-o-keyframes circleScale {
    0% {
        transform: scale(0.75);
      }
      50% {
        transform: scale(1);
      }
      100% {
        transform: scale(0.75);
      }
  }
  @-ms-keyframes circleScale {
    0% {
      transform: scale(0.75);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(0.75);
    }
  }
.logo img{
    width:100%;
}
@media(max-width:1366px){
    
    #header .container{
        max-width: 100%;
    }
    .hero-search-bar{
        padding:10px;
    }
    .btn-find-ticket-wrapper {
        width: 180px;
        padding-left: 5px;
    }
    .hero-search-bar-wrapper .container{
        max-width: 100%;
    }
}
  @media(max-width:1024px){
    .logo{
        width:200px;
        height:45px;
    }
    .header-container {
        position: relative;
        height: 80px;
        padding: 25px 200px 25px 220px;
    }
    .language-dropdown{
        right:40px;
    }
    .burger-menu {
        display: flex !important;
    }
    #header .container{
        max-width: 100%;
        padding:0 10px;
        margin:0;
    }
    .navigation-links{
        position:absolute;
        left:-10px;
        right:-10px;
        top:80px;
        padding:10px;
        display:none;
        background:#e9ecef;
    }

    .visible-menu .navigation-links{
        display:block;
    }
    .navigation-links{
        text-align: left;
    }
    .navigation-links a{
        display:block;
        width:100%;
    }

    .testimonials-item {
        padding: 20px;
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px;
    }

    .destination-item {
        width: calc(50% - 20px);
    }
 
    .hero-search-bar-wrapper{
        position:relative;
        width:100%;
        margin-bottom:20px;
    }
    #hero{
        flex-wrap: wrap;
        padding:50px 0;
    }
    .result-item-info-wrapper{
        width:100%;
    }
    .result-item-price-wrapper{
        width:100%;
        padding:5px 0;
    }
    .ticket-info-left, .ticket-info-right{
        width:100%;
    }
    .ticket-info-center{
        padding:10px 0 15px 0;
    }
    .ticket-price{
        padding:0;
    }
    .result-item-buy-wrapper{
        width:100%;
        padding:10px 0 0 0;
    }
    .ticket-info-right .ticket-ending-point {
        padding: 0 0px 0 30px;
        position: relative;
        text-align: left;
    }
    .ticket-ending-point-icon{
        left:0;
        right:initial;
    }
    .ticket-info-right .ticket-time-data {
        justify-content: flex-start!important;
    }
    .ticket-info-right .ticket-time-data .ticket-time{
        order: 1!important;
    }
    .ticket-info-right .ticket-time-data .ticket-data{
        order: 2!important;
    }
    .ticket-info-right .ticket-data-label:after{
        display:none;
    }
    .ticket-info-left .ticket-data-label:after{
        display:none;
    }
    .resultsAndExtras {
        padding: 40px 0 40px 0;
        border-bottom: 1px solid #ccc;
    }
    .search-items{
        width:100%;
    }
    .btn-find-ticket-wrapper{
        width:100%;
        padding:0;
    }
   
  }

  @media(max-width:768px){
    .ticket-overview-wrapper{
        margin-left:0;
    }
    .testimonials-item {
        padding: 15px;
        width:100%;
        margin: 0 0px 20px 0px;
    }
    .testimonials-list {
        margin: 30px 0px 0 0px;
    }
    .destination-item {
        width:100%;
        margin: 0 0px 20px 0px;
    }

    .destinations-list {
        margin: 30px 0px 0 0px;
    }
    .search-item{
        width:100%;
        border-bottom:1px solid #e9ecef;
    }
    .search-item:last-child{
        border-bottom:0;
    }
    .search-items{
        width:100%;
        display:block !important;
        flex:none;
    }
    .search-item .bootstrap-select .dropdown-toggle.btn-light {
        padding: 30px 20px 15px 20px;
    }
    .passagers-number {
        padding: 30px 20px 15px 40px;
    }
    .datepickerSearch {
        padding: 30px 20px 15px 20px;
    }
    .search-item.search-item-with-icon .bootstrap-select .dropdown-toggle.btn-light{
        padding-left:35px;
    }
    .search-item-icon{
        left:10px;
    }
    .search-item.search-item-with-icon .search-item-label {
        left: 35px;
        top: 15px;
    }
    .search-item .search-item-label {
        left: 20px;
        top: 15px;
    }
    .search-item.dropdown-custom-passagers .search-item-label {
        left: 40px;
    }
    .btn-find-ticket-wrapper{
        width:100%;
        padding:0;
    }
    .dropdown-custom-text{
        display:none;
    }
    .header-container{
        padding:0;
    }
    .language-dropdown{
        width:50px;
    }
    .language-dropdown .dropdown-custom{
        width:40px;
    }
    .hero-title{
        font-size:1.5rem;
    }
    #footer{
        padding:50px 0;
    }
    .internal-page-header .breadcrumb{
        justify-content: flex-start!important;
    }
    .white-box{
        padding:20px;
    }
  }