<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0px;
    padding: 0px;
    background-color: #f1f1f1;
    color: #3f3f3f;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", Arial, Helvetica, sans-serif;
}
/*Remove Iphone/pad rounded style on input */

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}


.grey {
    color: grey;
}

h1 {
}

h3 {
    font-size: 24px;
    font-weight: normal;
    color: #ebebeb;
    margin-top: 20px;
    line-height: 30px;
}

h4 {
    color: #033769;
    font-weight: bold;
    font-size: 16px;
    margin: 3px 0px 0px 0px;
}

.pointer {
    cursor: pointer;
}

.height-auto {
    height: auto;
}

.max-height-auto {
    max-height: none !important;
}

.title-text {
    color: #3c3c3c;
    font-weight: bold;
    font-size: 14px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px !important;
}

.auto-width {
    width: auto !important;
}

.white-background {
    background-color: #fff;
}

.space-top-10 {
    margin-top: 10px;
}

.up-container-hidden {
    position: fixed;
    bottom: 10%;
    right: 3%;
    visibility: hidden;
}

.up-container {
    position: fixed;
    bottom: 10%;
    right: 3%;
    visibility: visible;
    z-index: 2;
}

.up-icon {
    background-color: #f1f1f1;
    border-radius: 20px;
    cursor: pointer;
    border: 1px solid #3c3c3c;
    padding: 3px;
}

.top-sticky-menu-hidden {
    background-color: #214394;
    display: none;
}

.top-sticky-menu {
    display: block;
    position: fixed;
    width: 100%;
    color: #fff;
    padding: 10px;
    z-index: 2;
    box-sizing: border-box;
}

.top-sticky-menu-info-hidden {
    height: 0px;
    overflow: hidden;
    transition: opacity 0.3s;
}

.top-sticky-menu-info {
    height: 5%;
    line-height: 2.8;
    font-size: 14px;
}


.black-tick {
    max-height: 10px;
}

.color-blue {
    color: #214394;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: pointer;
    color: black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #fff;
        color: black;
        text-align: center;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
        -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, .15);
        box-shadow: 0px 3px 10px -5px rgba(0,0,0,0.15);
        border: 1px solid #eee;
        -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .11);
        box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.11);
        border: 1px solid #ddd;
        padding: 5px;
        font-size: 12px;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.tooltiptext-pos {
    bottom: 40px !important;
}

.no-border {
    border: none !important;
}

/**/


/**/
.overlay {
    height: 900px;
    width: 100%;
    z-index: 3;
    margin: 0px auto;
    background-color: rgba(255,255,255, 0.9);
    overflow-y: hidden;
    transition: 0.3s;
}

.action-text {
    color: #5798d4;
    border-bottom: 1px dotted #5798d4;
}


.FA-icons-passenger {
    list-style-image: url('Images/passanger-grey.png');
}

.FA-icons-door {
    list-style-image: url('Images/door-grey.png');
}

.FA-icons-bags {
    list-style-image: url('Images/luggage-grey.png');
}

.FA-icons-ac {
    list-style-image: url('Images/aircon-grey.png');
}



.dropdown-content-fixed {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
    margin-top: 5px;
    height: 200px;
    overflow: auto;
    width: 273px;
}

    .dropdown-content-fixed a {
        color: #3f3f3f;
        padding: 9px 16px;
        text-decoration: none;
        display: block;
        font-weight: normal;
    }

        .dropdown-content-fixed a:hover {
            background-color: #f1f1f1;
        }


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
    margin-top: 5px;
    max-height: 300px;
}

    .dropdown-content a {
        color: #3f3f3f;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-weight: normal;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.show {
    display: block;
}

.container {
    width: 1360px;
    margin: 0px auto;
}

.container-responsive {
    width: 70%;
    margin: 15px auto 10px auto;
    overflow: hidden;
}


.container-details-selected {
    width: 1000px;
    height: 200px;
    margin: 30px auto;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, .15);
    box-shadow: 0px 3px 10px -5px rgba(0,0,0,0.15);
    border: 1px solid #eee;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .11);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.11);
    margin-bottom: 7.5px;
    border: 1px solid #ddd;
    position: relative;
    padding: 5px;
    text-align: left;
}

.page-container-clear {
    margin: 10px auto;
    -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, .15);
    box-shadow: 0px 3px 10px -5px rgba(0,0,0,0.15);
    border: 1px solid #eee;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .11);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.11);
    border: 1px solid #ddd;
    padding: 15px;
    text-align: left;
    width: 1100px;
    color: #fff;
    background-color: #214394;
    position: relative;
}


.page-container {
    margin: 0px auto;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, .15);
    box-shadow: 0px 3px 10px -5px rgba(0,0,0,0.15);
    border: 1px solid #eee;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .11);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.11);
    margin-bottom: 7.5px;
    border: 1px solid #ddd;
    padding: 5px;
    text-align: left;
    width: 1100px;
}

.page-container-top-info {
    margin: 8px auto 6px auto;
    background-color: #214394;
    -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, .15);
    box-shadow: 0px 3px 10px -5px rgba(0,0,0,0.15);
    border: 1px solid #eee;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .11);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.11);
    border: 1px solid #ddd;
    padding: 12px 5px 12px 5px;
    text-align: left;
    width: 1100px;
    color: #fff;
}

.btn-b-results {
    border: none;
    background-color: #186dca;
    color: #fff;
    padding: 13px;
    width: 180px;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 1px;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    text-transform: uppercase;
    margin: 8px 18px 8px 8px;
}


.sticky-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    background-color: #214394;
    color: #fff;
    display: none;
}

.sticky-container {
    margin: 5px auto;
    width: 97%;
    padding-bottom: 10px;
}

.sticky-container-left {
    padding: 10px 20px;
    font-size: 14px;
    display: inline-block;
    width: 65%;
}

.sticky-container-holder {
    display: block;
    vertical-align: top;
    padding: 5px;
}



.sticky-locations {
    margin-left: 10px;
    display: inline-block;
}

.sticky-date {
    margin-left: 10px;
    display: inline-block;
    font-size: 11px;
}

.sticky-product {
    margin-left: 10px;
    display: inline-block;
}

.sticky-book-pos {
    margin-top: 25px;
}

.selected-panel {
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.selected-panel-img-pos {
    margin: 30px 0px 0px 0px;
    width: 250px;
    height: 170px;
    overflow: hidden;
}

.selected-panel-details-pos {
    width: 400px;
}

.item-details-selected {
    max-width: 120px;
    font-size: 12px;
    text-align: left;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    display: inline-block;
}

.ups-selected {
    width: 200px;
    display: inline-block;
    margin-left: 50px !important;
}

.title-seleted {
    float: left;
    font-size: 35px;
}

.sub-seleted {
    float: left;
    font-size: 15px;
}

.details-sub {
    width: 95%;
    margin: 10px auto;
    padding-bottom: 10px;
}



.footer-number {
    display: inline-block;
    margin: 50px auto 20px;
    padding: 20px 40px;
    border-radius: 3px;
    color: #f17b0a;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
    border: 2px solid #f17b0a;
}

    .footer-number:hover {
        color: #fff;
        background: #f17b0a;
        text-shadow: none;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }

.footer-number-small-text {
    color: white;
    text-align: justify;
    margin: 0px auto;
    font-size: 12px;
    width: 900px;
}

    .footer-number-small-text span {
        color: #f17b0a;
    }


.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 80px solid transparent;
    border-top: 80px solid orange;
    top: 0px;
    position: fixed;
    left: 0px;
}

.none {
    display: none;
}

.triangle-down-text {
    top: 0px;
    position: fixed;
    color: #fff;
    padding: 15px 6px;
}

.container-home {
    width: 70%;
    margin: 0px auto;
    max-width: 1700px;
}

.footer-item-box {
    display: inline-block;
    vertical-align: top;
    color: #fff;
}

.footer-item-one {
    width: 40%;
}

.footer-item-two {
    width: 39%;
}

.footer-item-three {
    width: 20%;
}

.footer-item {
    cursor: pointer;
}

    .footer-item:hover {
        color: #f17b0a;
    }

.footer-one {
    background-color: rgb(37, 36, 57);
    padding: 30px 60px;
    box-sizing: content-box;
    text-align: center;
}

.footer-two {
    padding: 30px;
    box-sizing: content-box;
}

.footer-three {
    padding: 20px;
    box-sizing: content-box;
}

#copyright {
    color: rgba(255, 255, 255, 0.25);
}

.ul-secure {
    float: right;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
}

    .ul-secure li {
        float: right;
        margin: 0px;
        padding: 0px;
        text-decoration: none;
        list-style: none;
        cursor: pointer;
        margin: 4px;
    }

.white {
    color: rgba(255, 255, 255, 0.35);
}

    .white:hover {
        color: #fff;
    }




.side-Filter {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255, 0.9);
    background-color: #0074D9;
    overflow: hidden;
    transition: 0.5s;
    color: #fff;
}

.side-filter-open {
    height: 100%;
    width: 350px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255, 0.9);
    background-color: #0074D9;
    overflow: hidden;
    transition: 0.5s;
    color: #fff;
}

.side-Filter-item-container {
    height: 80%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255, 0.9);
    background-color: #0074D9;
    transition: 0.5s;
    color: #fff;
    overflow-y: auto;
}

.ibMenu {
    cursor: pointer;
    max-height: 40px;
}


.loader-overlay-color {
    background-color: rgba(53,72,96,.6);
}

.loader-overlay-white {
    background-color: #fff;
}

.loader-overlay {
    /*** background-image: url('https://www.flexibleautos.com/WhiteLabel/images/resultsLoader.jpg');***/
    background-color: rgba(53,72,96,.6);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10;
}

.overlay-basic {
    background-color: rgba(255,255,255,0.7);
    opacity: 1;
    transition: opacity 0.6s;
    margin: 0px auto;
    width: 100%;
    height: 0px;
    overflow: hidden;
    position: fixed;
    z-index: 33;
    padding: 0px;
}

.overlay-basic-container {
    width: 40%;
    margin: 10% auto;
    background-color: #fff;
}

.overlay-basic-heading {
    padding: 30px;
    box-sizing: border-box;
    font-weight: bold;
    background-color: #f4f4f4;
}

.overlay-basic-data {
    padding: 0px 30px;
    box-sizing: border-box;
    height: 0;
    transition: height 0.15s;
    overflow: auto;
}

.overlay-basic-footer {
    padding: 30px;
    box-sizing: border-box;
    font-weight: bold;
    background-color: #f4f4f4;
}


.container-details {
    width: 1000px;
    margin: 0px auto;
    -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, .15);
    box-shadow: 0px 3px 10px -5px rgba(0,0,0,0.15);
    border: 1px solid #eee;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .11);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.11);
    margin-bottom: 7.5px;
    border: 1px solid #ddd;
}

.container-details-blank {
    width: 1000px;
    margin: 0px auto;
    margin-bottom: 7.5px;
}

.padding5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.div-close {
    background-color: #214394;
    color: #fff;
    text-align: right;
    padding: 5px;
}

.container-heading {
    background-color: #F8F8F8;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #E2E2E2;
    color: #333;
}

.container-impulse {
    width: 1000px;
    height: 200px;
    margin: 0px auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #0D49C0;
    box-shadow: 0px 0px 5px #0d49c0;
    margin-bottom: 7.5px;
    border: 1px solid #0D49C0;
    padding: 5px;
    border-radius: 3px;
}

.car-img {
    max-height: 200px;
}

.car-img-small {
    max-height: 110px;
}


.header-div {
    padding: 10px;
    width: 95%;
    margin: 10px auto;
    font-weight: 500;
    color: #666;
    font-size: 20px;
}


.info-para {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 400;
    text-align: justify;
    width: 95%;
    margin: 10px auto;
    color: #73787e;
    padding: 0px 10px 10px 10px;
}

.header-color-one {
    background-color: #2221a3;
    color: #fff;
    text-align: left;
}

.header-color-two {
    color: #2221a3;
    border: none;
    text-align: left;
}

.close-a {
    font-size: 15px;
    color: #fff;
    display: block;
    cursor: pointer;
    text-align: center;
}

    .close-a:hover {
        color: lightgrey;
    }


.icon-globe {
    background-image: url(/Images/globe-4-24.png);
    width: 17px;
    height: 17px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 17px;
    vertical-align: top;
}

.icon-calendar {
    background-image: url(/Images/calendar-7-24.png);
    width: 17px;
    height: 17px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 17px;
    vertical-align: top;
}

.icon-globe-xs {
    background-image: url(/Images/globe-4-24.png);
    width: 13px;
    height: 13px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 13px;
    vertical-align: top;
}

.icon-calendar-xs {
    background-image: url(/Images/calendar-7-24.png);
    width: 13px;
    height: 13px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 13px;
    vertical-align: top;
}

.icon-blue-down {
    background-image: url(/Images/9x16-icon-arrow-down-blue.png);
    width: 17px;
    height: 17px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 17px;
    vertical-align: top;
}

.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin: 5px auto;
    width: 1000px;
    display: block;
    box-sizing: border-box;
}

    .alert.success {
        background-color: #4CAF50;
    }

    .alert.info {
        background-color: #2196F3;
    }

    .alert.warning {
        background-color: #f44336;
    }

.alert-overlay {
    padding: 10px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin: 5px auto;
    width: 97%;
    display: block;
    box-sizing: border-box;
}

    .alert-overlay.success {
        background-color: #4CAF50;
    }

    .alert-overlay.info {
        background-color: #2196F3;
    }

    .alert-overlay.warning {
        background-color: #f44336;
    }

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover {
        color: black;
    }


/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: red;
        cursor: pointer;
    }



.overlay-login {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.login-container {
    margin: 5% auto 0px auto;
    max-width: 420px;
    border-radius: 8px;
    border: 1px solid #888;
    overflow: hidden;
}

.login-content-top {
    background-color: #fefefe;
    max-width: 420px;
    position: relative;
    padding: 10px;
    line-height: 2.1;
    text-align: center;
}

.login-content-center {
    background-color: #fefefe;
    max-width: 420px;
    position: relative;
    padding: 10px;
    line-height: 2.1;
    text-align: center;
    color: #333;
}

.login-content-bottom {
    background-color: #efefef;
    position: relative;
    padding: 10px;
    line-height: 2.1;
    text-align: center;
    height: 20px;
}

.small-print {
    font-size: 11px;
    line-height: 1.4;
    margin: 10px;
}


.login-lb {
    display: block;
    width: 97%;
    text-align: left;
    margin: 0px auto;
    font-weight: bold;
    font-size: 15px;
}

.login-pos {
    margin: 15px 0px 10px 0px;
}


.light-black {
    color: #333;
}

.login-tb {
    padding: 8px 14px;
    border: 1px solid #8e8e8e;
    display: inline-block;
    width: 90%;
}


.price-display {
    width: 95%;
    margin: 10px auto;
    line-height: 1.8;
    border: 1px solid #e6e6e6;
    padding: 10px;
    box-sizing: content-box;
}

.price-display-item {
}

.price-display-item-right {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}

.price-display-item-left {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: right;
}

.price-display-total {
    font-size: 25px;
}

.div-selected-locations-container {
    width: 100%;
    margin: 10px auto;
}

.div-selected-locations-left {
    width: 40%;
    text-align: justify;
}

.div-selected-locations-right {
    width: 60%;
}


.type-port {
    background-color: #CCFFFF;
}

.type-airport {
    background-color: #FFCC99;
}

.type-city {
    background-color: #FFFF99;
}

.type-place {
    background-color: #99FFCC;
}

.span-mobile-change-search {
    display: none;
}



.select-extras {
    margin: 0px 0px 0px 13px;
    font-size: 15px;
    padding: 10px 5px;
    border: none;
    width: 60px;
}

.div-bottom-overlay {
    height: 0%;
    width: 100%;
    z-index: 3;
    margin: 0px auto;
    background-color: rgba(255,255,255, 0.9);
    background-color: #f1f1f1;
    overflow-y: hidden;
    transition: height 0.3s;
    bottom: 0px;
    position: fixed;
}


.BVRLA-logo {
    float: left;
}

.BVRLA-logo-img {
    background-color: #fff;
    max-height: 60px;
}

@media screen and (max-width: 1700px) {
    .overlay-basic-container {
        width: 55%;
    }
}

@media screen and (max-width: 1380px) {
    .container-home {
        width: 90%
    }

    .footer-number-small-text {
        width: 100%;
    }

    .nav-bottom-menu-ul &gt; li &gt; a {
        line-height: 70px;
    }

    .overlay-basic-container {
        width: 60%;
    }
}

@media only screen and (max-width: 1100px) {

    .overlay-basic-container {
        width: 65%;
    }

    .page-container-clear {
        width: 95%;
    }

    .page-container {
        width: 95%;
    }

    .container-details-selected {
        width: 95%;
    }

    .alert {
        width: 95%;
    }

    .page-container-top-info {
        width: 95%;
        margin: 0px auto;
    }
}

/* start of desktop styles */

@media screen and (max-width: 1070px) {
    /* start of large tablet styles */

    .overlay-basic-container {
        width: 70%;
    }

    .footer-item {
        font-size: 12px;
    }

    .footer-item-box {
        width: 30% !important;
    }
}

@media screen and (max-width: 950px) {
    /* start of medium tablet styles */
    .container-details {
        width: 100%;
    }

    .alert {
        width: 100%;
    }

    .overlay-basic-container {
        width: 80%;
    }
}

@media screen and (max-width: 850px) {
    /* start of medium tablet styles */
    .overlay-basic-container {
        width: 85%;
    }
}

@media screen and (max-width: 767px) {
    /* start of medium tablet styles */
    body {
    }

    .img-search-location-mobile {
        display: none;
    }

    .overlay-basic-container {
        width: 98%;
        margin: 5px auto;
    }
}

@media screen and (max-width:700px) {
    .price-display-total {
        font-size: 19px;
    }

    .dropdown-content-left-times {
    }

    .dropdown-content-right-times {
        right: 50px;
    }

    .div-selected-locations-left {
        width: 100%;
    }

    .div-selected-locations-right {
        width: 100%;
    }

    .side-filter-open {
        width: 100%;
    }

    .page-container-top-info {
        width: 100%;
    }

    .page-container {
        width: 100%;
    }

    .header-div {
        box-sizing: border-box;
    }
    .BVRLA-logo {
        width: 70%;
        margin: 0px auto;
        max-width: 1700px;
        float: none;
    }
}


@media screen and (max-width: 630px) {

    .footer-item-box {
        width: 80% !important;
    }

    .footer-item {
        font-size: 13px;
    }
}

@media screen and (max-width: 600px) {

    .span-mobile-change-search {
        display: inline-block;
    }

    .btn-b-results {
        display: none !important;
    }
}

@media screen and (max-width: 500px) {
    .div-page-title {
        display: none !important;
    }

    .header-color-two {
        font-size: 15px;
    }

    .info-para {
        font-size: 12px;
    }

    .pos-info-btn-mobile {
        display: block !important;
        margin: 7px auto !important;
        width: 90% !important;
    }

    #copyright {
        font-size: 12px;
    }

    .ul-secure li {
        font-size: 12px;
    }

   
}

@media screen and (max-width: 479px) {
    /* start of phone styles */

}

@media screen and (max-height: 450px) {
}
</pre></body></html>