.imag-con
{
    position: relative;
}

.page-content
{
    /*font-family: "PT Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif !important;*/
}

.cover-title
{
    position: absolute;
    top: 30%;
    color: rgba(255,255,255,1) !important;
    left: 0;
    right: 0;
    font-size: 3.5em !important;
}

.bk-intro
{
    margin-bottom: 20px !important;
}

.bk-cat
{
    width: 140px;
    height: 140px;
    margin: auto !important;
    display: inline-block !important;
    cursor: pointer;
    transition: all ease 0.3s;
}

.bk-cat:hover .header
{
    color: #fff;
}

.bk-sub
{
    margin: 0;
    font-size: .9em;
}

.onewayt
{
    background: url('/images/icons/oneway.png') center no-repeat !important;
}

.onewayt:hover
{
    background: #338675 url('/images/icons/oneway-white.png') center no-repeat !important;
}

.roundt
{
    background: url('/images/icons/round.png') center no-repeat !important;
}

.roundt:hover
{
    background: #338675 url('/images/icons/round-white.png') center no-repeat !important;
}

.excursiont
{
    background: url('/images/icons/excursion.png') center no-repeat !important;
}

.excursiont:hover
{
    background: #338675 url('/images/icons/excursion-white.png') center no-repeat !important;
}

.trip-step
{
    max-width: 800px;
}

.corner .icon 
{
    line-height: 1em;
}

#onewaytform_con, #roundtform_con, #excursiontform_con
{
    display: none;
}

#onewayArrival
{
    display: none;
}

.intl-tel-input
{
    width: 100%;
}

.step_02
{
    display: none;
}

.step_03
{
    display: none;
}

.green_color
{
    color: #0D8A0D !important;
}