h1.main-header{
    font-family: 'Nothing You Could Do', cursive;
    font-size: 45px;
    line-height: 50px;
}

.carousel p{
    font-size:18px;
}


.product-list-area{
    background: #414143;
}

.latest-deal {
    font-size: 54px;
    line-height: 59px;
}

div#content_f_body {
    background: #ECEEEF;
}

.booking-item-intro p {
    font-size: 24px;
    line-height: 28px;
}

.booking-item-box .row.mainbox {
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
    border-radius: 4px;
}

.booking-item-boxtitle {
    font-size: 54px;
    line-height: 59px;
    border-bottom: 1px solid #979797;
}

.bi-clock-fill::before {
    content: "\f291";
    font-size: 30px;
}

.ferry-page-contents span{
    font-size: 24px;
    line-height: 24px;
}

.booking-quick-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.booking-quick-list ul li {
    background: url(/images/global/check-fill.svg) no-repeat center left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
    font-size: 20px;
    padding-right: 35px;
}

.opt_box {
    background: #FFCF29;
    border: 1px solid #FFCF29;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}

.booking-option-icon i:before {
    font-size: 1.75em;
}

span.booking-option-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

.booking-box-item {
    border-left: 1px solid;
}

.multidirect-ticket-link{
    position:relative;
}

.init-text{
    font-size: 18px;
}
body#lanzarote-ferry {
    background: #F5F5F5;
}

.ferry-price{
    font-weight: bold;
    font-size: 48px;
    line-height: 24px;
}

.btn-primary.ferry-btn{
    color: #FFFFFF!important;
    background-color: #24C575!important;
    border-color: #24C575!important;
    text-decoration: none;
}

.ferry-page-contents .ferry-btn span{
    font-size:18px;
}

.table-striped thead{
    background: #FFCF29;
}
.table thead.table-striped th{
    border-bottom: none;
}
.table.table-striped td, .table.table-striped th{
    border-top: none;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

h1.main-header {
    font-family: 'Nothing You Could Do', cursive;
    font-size: 35px;
    line-height: 40px;
}
.latest-deal {
    font-size: 34px;
    line-height: 39px;
}

}

@media (max-width: 768px) {
    .mobile-header {
        background: #414143;
        color: #fff;
        position: absolute;
        left: 0px!important;
        top: 0;
        padding: 8px;
        width: 100%;
        bottom: unset;
        text-align:left;
    }
    .carousel-item{
        top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .carousel-caption {
        right: 15px;
        left: 15px;
    }
    h1.main-header {
        font-size: 25px;
        line-height: 35px;
    }
    
    .latest-deal {
        font-size: 34px;
        line-height: 39px;
    }
    .booking-item-boxtitle {
        font-size: 34px;
        line-height: 39px;
    }
    .booking-item-intro p {
        font-size: 18px;
        line-height: 25px;
    }
}