/* Minification failed. Returning unminified contents.
(181,35): run-time error CSS1046: Expect comma, found '0'
(181,39): run-time error CSS1046: Expect comma, found '/'
 */
iframe {
    border: none;
}

.introurl__wrapper {
    position: fixed;
    top: 50%;
    z-index: 1101;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 678px;
    height: 518px;
    border: 19px solid white;
    border-radius: 10px;
}

.introurl__content {
    width: 640px;
    height: 480px;
}

.introurl__close {
    position: absolute;
    right: -22px;
    top: -20px;
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    z-index: 1102;
    background: url(../../images/icons/btn_cross_big.png) no-repeat;
    background-size: 12px 12px;
    background-position: center;
}
.introurl__close {
    background: url(../../images/icons/btn_cross_big.webp) no-repeat;
    background-size: 12px 12px;
    background-position: center;
}
.search-opt-container {
    display: inline-block;
    width: 100%;
    padding: 10px 10px;
    margin: 0;
}


    .search-opt-container .ic-info {
        display: table-cell;
        vertical-align: middle;
        margin: auto 0px;
        margin-right: 10px;
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

.search-opt-container .inline-opt {
    display: table-cell;
    min-width: 150px;
    vertical-align: middle;
}

.search-opt-container .inline-opt .rbtn-opt {
    margin: 6px 0;
}

    .search-opt-container .small-opt {
        min-width: 30px;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

.search-opt-container .less-des {
    font-size: 10px;
    color: grey;
}


@media only screen and (max-width: 1100px) {
    .search-opt-container {
        display: flex;
    }

        .search-opt-container li {
            width: 100%;
            display: flex;
        }

        .search-opt-container .small-opt {
            min-width: unset;
            margin-right: 5px;
            margin-top: -3px;
        }

        .search-opt-container .inline-opt {
            min-width: unset;
            margin: auto 0px;
            margin-right: 5px;
            font-size: 2vw;
        }

    #chk-deposit {
        margin-top: 1.2vw;
    }
}

@media only screen and (max-width: 781px) {
    .search-opt-container {
        padding: 10px 10px;
    }

        .search-opt-container .inline-opt {
            min-width: unset;
            margin-right: 5px;
            font-size: 3vw;
        }
}

.search-filter {
    position: absolute;
    top: 0;
    width: 830px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    z-index: 4000;
}

#search-filter .text-right {
    display: block;
    padding: 0px 10px;
}

.search-filter input[type=button] {
    border-radius: 3px;
    background-color: #00b6c9;
    margin: 8px 5px 8px 0px;
    color: #ffffff;
    min-width: 100px;
    padding: 6px;
    display: inline-block;
}

.filter-title {
    width: 100%;
    background-color: #f8f8f8;
    font-size: 14px;
    font-weight: bold;
    color: #414042;
    padding: 10px 15px;
}

.filter-item picture {
    vertical-align: middle;
}

.filter-item picture img{
    max-width: 100px;
}

.filter-items {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px;
}

.filter-item-box {
    width: 20%;
}

.filter-item {
    cursor: pointer;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
    border-radius: 5px;
    padding: 10px 10px 5px 10px;
    border: 2px solid transparent;
    margin: 5px;
    text-align: center;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
}

    .filter-item:hover {
        border: 1px solid #00ADBB;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    }

    .filter-item picture {
        height: 60%;
        margin: auto;
    }

        .filter-item picture img {
            vertical-align: middle;
        }

.filter-item-title {
    width: 100%;
    margin: auto;
}

.filter-car-filter-active {
    border: 2px solid #00ADBB!important;
}

.caractive {
    border: 2px solid #00ADBB;
}

#search-filter {
    background: #ffffff;
    top: 390px;
}

    #search-filter:after {
        bottom: 100%;
        left: 600px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 8px;
        margin-left: -8px;
    }

@media only screen and (max-width: 1100px) {
    .filter-item:hover {
        border: solid transparent;
    }
}

@media only screen and (max-width: 1000px) {
    .search-filter {
        margin: 0;
        position: absolute;
        left: 50% !important;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%) !important;
        width: 90%;
    }

    #search-filter:after {
        display: none;
    }
}

@media only screen and (max-width: 564px) {
    #search-filter {
        top: 390px!important;
    }

    .filter-item-box {
        width: 33%;
    }

    .filter-item picture {
        height: 60%;
        width: 100%;
    }

    .filter-item picture img{
    }

    .filter-item-title {
        font-size: 3.5vw;
    }
}

@media only screen and (max-width: 320px) {
    .filter-item-box {
        width: 50%;
    }

    .search-filter {
        top: 380px !important;
    }

        .search-filter input[type=button] {
            min-width: unset;
            padding: 3px;
        }
}
body {
    background-color: white;
}

.bodyhome-search {
    width: 100%;
    height: 500px;
    position: relative;
    background: url('../../images/landing/home_bg_home2.webp') no-repeat center center;
    background-size: cover;
}

.bodyhome-search {
    background: url('../../images/landing/home_bg_home2.webp') no-repeat center center;
    background-size: cover;
}

.jumbotron {
    border-radius: 0px;
    margin: 0 auto;
    padding-top: 0px;
    height: 500px;
}

.container.body-content {
    margin-top: 30px;
}

h3{

}

h4 {
}


.seolanding-img-row {
    display: flex;
    padding: 2% 8%;
}


    .seolanding-img-row .img-thumbnail {
        width: 50%;
        padding: 0px;
        margin: 10px;
        border-radius: 0px 0px 10px 10px;
    }

        .seolanding-img-row .img-thumbnail img {
            min-height: calc(100% - 25px);
        }

        .seolanding-img-row .img-thumbnail .caption p {
            margin: 0px;
            margin-left: 10px;
        }

.nomax-height {
    max-height: unset !important;
}

@media only screen and (max-width: 1100px) {
    .bodyhome-search {
        height: 500px;
    }

    .seolanding-img-row .img-thumbnail {
        width: 50%;
    }

        .seolanding-img-row .img-thumbnail img {
            min-height: calc(100% - 25px);
        }
}

@media only screen and (max-width: 564px) {
    .bodyhome-search {
        height: calc(200px + 15vw);
        position: relative;
        background: url('../../images/landing/home_bg_home2.mobile.png') no-repeat center center;
        background-size: cover;
    }

    .bodyhome-search {
        background: url('../../images/landing/home_bg_home2.mobile.webp') no-repeat center center;
        background-size: cover;
    }

    .container.body-content {
        /*padding-top: 10px;*/
        padding-top: 50px;
        margin-top: calc(200px + 10vw - 30px);
    }

    .seolanding-img-row {
        flex-wrap: wrap;
        padding: 0px 5%;
    }

        .seolanding-img-row .img-thumbnail {
            min-width: 100%;
            max-width: 100%;
            margin: 10px 0px;
        }

            .seolanding-img-row .img-thumbnail img {
                min-height: 50vw;
            }
}

@media only screen and (max-width: 564px) {
    
}

.jumbotron {
    border-radius: 0px;
    margin: 0 auto;
    padding-top: 0px;
    height: 500px;
}

@media only screen and (max-width: 1100px) {
    .jumbotron {
        min-width: unset;
        height: 100px;
        padding-top: 10px;
    }
}

.main-search h3 {
    color: white;
}


.search-dialog {
    background-color: rgba(255,255,255,1);
    padding: 20px 0px 25px 0px;
}

@media only screen and (max-width: 1100px) {
    .search-dialog {
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
        border-radius: 9px;
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 564px) {
/*    .search-dialog {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 60px;
    }*/
    .search-dialog {
        padding-left: 5px;
        padding-right: 5px;
        /*padding-bottom: 60px;*/
        padding-top: 1px;
        padding-bottom: 70px;
    }
}

.header-search-dialog-box {
    display: flex;
    margin-bottom: -9px;
    height: 40px;
}

    .header-search-dialog-box i {
        width: 40px;
        margin: 0px 10px;
        background-position: center;
    }

    .header-search-dialog-box i {
        filter: invert(49%) sepia(92%) saturate(2046%) hue-rotate(149deg) brightness(93%) contrast(101%);
    }

    .header-search-dialog-box a:first-child i {
        filter: unset;
    }

@media only screen and (max-width: 564px) {
    .header-search-dialog-box {
        /*margin-bottom: 10px;*/
        margin-bottom: 7px;
        height: 15vw;
        max-height: 70px;
    }
}

.header-search-dialog {
    background: rgba(255,255,255,0.8);
    border-radius: 9px 9px 0px 0px;
    padding-bottom: 9px;
    padding-right: 9px;
    margin: 0px 2px;
    border-style: none;
    display: flex;
    color: #1F7789;
    text-decoration: none;
}

    .header-search-dialog:first-child {
        background: #1F7789;
        margin: 0px 2px 0px 0px;
        color: white !important;
    }

.header-search-dialog {
    font-size: 14px;
    color: #1F7789 !important;
}

    .header-search-dialog text {
        margin: auto;
    }

@media only screen and (max-width: 564px) {
    .header-search-dialog {
        border-radius: 9px;
        background-color: white;
        padding: 7px;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        width: 25%;
        font-size: 2.2vw;
        font-weight: bold;
    }

        .header-search-dialog i {
            background-position: center;
            margin: 0px;
            margin-bottom: -5px;
            width: 100% !important;
            height: 60% !important;
            margin: 0px !important;
        }

        .header-search-dialog text {
            margin: auto;
            font-size: 2.5vw;
            line-height: 13px;
        }

        .header-search-dialog.car i {
            background-position: 50%;
            background-size: 50%;
        }

        .header-search-dialog.longterm i {
            background-position: 50%;
            background-size: 50%;
        }

        .header-search-dialog.hotel i {
            background-position: 50%;
            background-size: 30%;
        }

        .header-search-dialog.eticket i {
            background-position: 50%;
            background-size: 30%;
        }

        .header-search-dialog.bus i {
            background-position: 50%;
            background-size: 30%;
        }

        .header-search-dialog.yatch i {
            background-position: 50%;
            background-size: 30%;
        }
}

.searchbox-row {
    display: flex;
}

.searchbox-row-flex {
    width: 50%;
    display: inline-flex;
    text-align: right;
    height: 30px;
}

.searchbox-row-p-m {
    display: none;
}

.searchbox-row-flex-m {
    display: none;
    width: 100%;
    text-align: left;
    height: 30px;
    padding-left: 5px;
}

@media only screen and (max-width: 1100px) {
    .searchbox-row {
        flex-wrap: wrap;
    }

    .searchbox-row-flex {
        flex: unset;
    }
}

@media only screen and (max-width: 564px) {
    .searchbox-row-flex {
        width: 100%;
        margin-top: 10px;
    }

        .searchbox-row-flex:first-child {
            margin-top: 0px;
        }
}

.searchbox-row-flex label {
    width: 60px;
    line-height: 15px;
    margin: auto 5px !important;
}

.searchbox-label-m {
    display: none;
}

p.txtTo {
    display: none;
}


@media only screen and (max-width: 1100px) {
    .searchbox-row-flex label {
        width: 60px;
    }
}

@media only screen and (max-width: 564px) {
/*    .searchbox-row-flex label {
        width: 60px;
        margin: auto 0px !important;
        padding-right: 5px;
    }*/
    .search-box__item {
        height: 38px;
    }


    .searchbox-row-p-m {
        display: block;
        width: 100%;
        margin: 5px 5px 0px 5px !important;
        padding-left: 0px;
        height: 15px;
    }

    .searchbox-label-m {
        display: block;
    }

    .searchbox-row-flex label {
        display: none;
        width: 60px;
        margin: auto 0px !important;
        padding-right: 5px;
    }

    .searchbox-row-flex-m {
        display: block;
    }

    label {
        font-size: 15px;
        font-weight: bold;
        display: block;
    }

    input::placeholder {
        color: #dfdfdf;
    }

    input:focus::placeholder {
        color: transparent;
    }


    input::placeholder {
        color: #dfdfdf;
    }

    input:focus::placeholder {
        color: transparent;
    }

    .ifta-label {
        margin-bottom: -30px;
        z-index: 1;
        position: relative;
        padding: 0px 10px 0 20px;
        pointer-events: none;
    }

    .ifta-field {
        border: 0;
        border-radius: 6px;
        padding: 35px 20px 15px;
        margin: 0 0 20px;
        width: 100%;
        box-shadow: inset 0 0 0 1px #ccc;
    }

        .ifta-field:focus {
            -webkit-appearance: none;
            outline: none;
            box-shadow: inset 0 0 0 2px #007bff;
        }

    .group {
        width: 100%;
    }

        .group:focus-within label {
            color: #007bff !important;
        }
}

.searchbox-width {
    width: calc(90% - 30px);
    float: right;
    height: 30px;
    padding: 0px 15px;
    display: inline-flex;
    justify-content: space-between;
}

@media only screen and (max-width: 1100px) {
    .searchbox-width {
        /*width: calc(100% - 60px);*/
        width: calc(100% - 0px);
        display: inline-flex;
        padding: 0px 5px;
    }
}

@media only screen and (max-width: 564px) {
    .searchbox-width {
        justify-content: unset;
        /*padding-left: 0px;*/
    }
}



.search-box__item--txt-box {
    width: 100%;
}

.pickup-location {
    border-radius: 3px 0px 0px 3px;
}

.pickup-country {
    width: 95px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px 3px 3px 0px;
}

    .pickup-country option {
        font-size: 16px;
        padding: 5px 0px;
    }

.search-dialog dl {
    display: inline-block;
    margin: 0;
}

.txtTo {
    width: 15px !important;
    margin: 8px 5px 0px 5px !important;
}

div#txtDateRange {
    display: flex;
}

#txtStartDate {
    width: 60%;
    background-image: url('../../images/icons/ico-calendar.png');
    background-size: 16px 16px;
    background-position: 100px 7px !important;
    background-repeat: no-repeat;
}

#txtStartDate {
    background-image: url('../../images/icons/ico-calendar.webp');
    background-size: 16px 16px;
    background-position: 100px 7px !important;
    background-repeat: no-repeat;
}

#txtPickupTime {
    position: relative;
    width: 40%;
    /*min-width: 45px;*/
    min-width: 60px;
}

#txtEndDate {
    width: 60%;
    background-image: url('../../images/icons/ico-calendar.png');
    background-size: 16px 16px;
    background-position: 100px 7px !important;
    background-repeat: no-repeat;
}

#txtEndDate {
    background-image: url('../../images/icons/ico-calendar.webp');
    background-size: 16px 16px;
    background-position: 100px 7px !important;
    background-repeat: no-repeat;
}

#txtDropoffTime {
    position: relative;
    width: 40%;
    /*    min-width: 45px;*/
    min-width: 60px;
}

@media only screen and (max-width: 1100px) {
    div #txtDateRange {
    }

    #txtStartDate {
        background-image: unset !important;
        width: 100%;
        padding-right: 0px;
    }

    #txtPickupTime {
        appearance: none;
        padding: 0px;
        width: 45px;
    }

    #txtEndDate {
        background-image: unset !important;
        width: 100%;
        padding-right: 0px;
    }

    #txtDropoffTime {
        appearance: none;
        padding: 0px;
        width: 45px;
    }


    label[for=drop-off__txt] {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 800px) {
    #txtStartDate {
        padding: 5px 10px;
    }

    #txtPickupTime {
    }

    #txtEndDate {
        padding: 0px 10px;
    }

    #txtDropoffTime {
    }
}

@media only screen and (max-width: 600px) {
    div#txtDateRange {
    }

    #txtStartDate {
        width: 60%;
    }

    #txtEndDate {
        width: 60%;
    }
}

@media only screen and (max-width: 562px) {
    div#txtDateRange {
        width: 100%;
        max-width: unset;
        min-width: unset;
        display: flex;
    }

    #txtStartDate {
        font-size: 14px;
        width: 100%;
        padding: 05px 5%;
        background-image: unset !Important;
    }

    #txtPickupTime {
        /*        width: 40px;
        padding-top: 4px;
        -webkit-appearance: none;*/
        font-size: 14px;
        min-width: 49px;
        width: 49px;
        padding-top: 2px;
        padding-left: 5px;
        -webkit-appearance: none;
    }

    p.txtTo {
        display: block;
        width: 4px !important;
        margin: 8px 5px 0px 5px !important;
    }

    .txtTo {
        width: 60px !important;
        margin: 8px 5px 0px 5px !important;
    }

    #txtEndDate {
        font-size: 14px;
        width: 100%;
        padding: 0px 5%;
        background-image: unset !Important;
    }

    #txtDropoffTime {
        /*        width: 40px;
        padding-top: 4px;*/
        font-size: 14px;
        min-width: 49px;
        width: 49px;
        padding-top: 2px;
        padding-left: 5px;
        -webkit-appearance: none;
    }
}


#txtMoreOption {
    width: 60%;
    margin-right: 5px;
    border-radius: 3px;
}

.btn-search {
    width: calc(40% - 10px);
    height: 30px;
    border-radius: 3px;
    background-color: #1f7789;
    text-align: center;
    position: relative;
    border: none;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    padding: 0px;
}

    .btn-search:hover {
        background-color: darkseagreen;
    }

@media only screen and (max-width: 1100px) {
}

@media only screen and (max-width: 564px) {
    #txtMoreOption {
        width: 100%;
        margin: 0px;
    }

    .btn-search {
        /*        margin-top: 40px;
        position: absolute;
        width: calc(100% - 65px);*/
        height: 45px;
        margin-top: 45px;
        position: absolute;
        /*width: calc(100% - 65px);*/
        width: calc(100% - 20px);
        font-size: medium;
    }
}

.optional-cartype {
    margin-left: 76px;
}

/* Text search autocomplete */

.list-popup {
    position: absolute;
    background-color: white;
    display: block;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    z-index: 1000;
    margin: 40px 0px 0px 0px;
    width: 985px;
}

    .list-popup:after {
        bottom: 100%;
        left: 100px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 8px;
        margin-left: -8px;
    }

    .list-popup ul {
        padding: 0px;
        height: 36vh;
        overflow-y: auto;
    }

        .list-popup ul li {
            overflow: no-display;
        }


.list-popup {
    position: absolute;
    background-color: white;
    display: block;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    z-index: 1000;
    margin: 40px 0px 0px 0px;
    width: 985px;
}

    .list-popup:after {
        bottom: 100%;
        left: 100px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 8px;
        margin-left: -8px;
    }

    .list-popup ul {
        padding: 0px;
        height: 36vh;
        overflow-y: auto;
    }

        .list-popup ul li {
            overflow: no-display;
        }

#PlacePopup {
    position: absolute;
    background-color: white;
    display: block;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    z-index: 1000;
    margin: 40px 0px 0px 0px;
    width: calc(100% - 60px - 15px - 15px - 25px);
}

    #PlacePopup:after {
        bottom: 100%;
        left: 100px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 8px;
        margin-left: -8px;
    }

    #PlacePopup ul {
        padding: 0px;
        margin-top: 0px;
        height: 36vh;
        overflow-y: auto;
    }

        #PlacePopup ul li {
            overflow: no-display;
        }

            #PlacePopup ul li span {
                white-space: normal;
            }

#drop-off__popup {
    position: absolute;
    background-color: white;
    display: block;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    z-index: 1000;
    margin: 40px 0px 0px 0px;
    width: 450px;
}

    #drop-off__popup:after {
        bottom: 100%;
        left: 100px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 8px;
        margin-left: -8px;
    }

    #drop-off__popup ul {
        padding: 0px;
        margin-top: 0px;
        height: 36vh;
        overflow-y: auto;
    }

        #drop-off__popup ul li {
            overflow: no-display;
        }

@media only screen and (max-width: 1400px) {
    #PlacePopup {
        width: calc(100% - 60px - 15px - 15px - 25px);
    }
}

@media only screen and (max-width: 1200px) {
    #PlacePopup {
        width: calc(100% - 60px - 15px - 15px - 25px);
    }

    #drop-off__popup {
        width: calc(50% - 60px - 15px - 15px - 25px);
    }
}

@media only screen and (max-width: 1100px) {
    #PlacePopup {
        width: calc(100%);
        left: 0px;
    }


    #drop-off__popup {
        width: calc(100%);
        left: 0px;
    }

        #drop-off__popup:after {
            left: calc(55vw);
        }
}

@media only screen and (max-width: 564px) {
    #PlacePopup {
        width: calc(100%);
        left: 0px;
        margin-left: 0px;
    }


    #drop-off__popup {
        width: calc(100%);
        left: 0px;
        margin-left: 0px;
    }

        #drop-off__popup:after {
            left: 25%;
        }
}

.main-search {
    padding: 0px;
    position: absolute;
    top: 330px;
    width: 100%;
}

@media only screen and (max-width: 564px) {
    .main-search {
        bottom: unset;
        top: 180px;
        margin-top: unset;
        width: 100%;
    }
}


@media only screen and (min-width: 1100px) {
    .popmaintitle {
        text-align: left;
        color: #fff;
        top: 0;
        width: 100%;
        line-height: 0;
        padding-top: 100px;
    }
}


@media only screen and (max-width: 1100px) {
    .popmaintitle {
        text-align: left;
        color: #fff;
        top: 0;
        width: 100%;
        line-height: 0;
        padding-top: 100px;
    }
}

@media only screen and (max-width: 761px) {
    .popmaintitle {
        padding-top: 100px;
    }
}

    .popmaintitle h1 {
        font-size: 42px;
        color: #54565A;
    }

        .popmaintitle h1 b {
            color: #086269;
            color: white;
        }

    .popmaintitle h2 {
        font-size: 14px;
        margin-top: 10px;
        line-height: 20px;
        color: white;
    }

        .popmaintitle h2 b {
            color: #086269;
        }

    .popmaintitle span {
        font-size: 24px;
    }

@media only screen and (max-width: 564px) {
    .popmaintitle {
        text-align: center;
        margin-top: 60px;
        padding-top: 0px;
    }

        .popmaintitle h1 b {
            font-size: 6vw;
        }

        .popmaintitle h1 {
            font-size: 4vw;
        }

        .popmaintitle h2 {
            font-size: 4vw;
            color: white;
            margin-top: 5px;
            margin-bottom: 20px;
        }

        .popmaintitle h3 {
            font-size: 2.5vw;
            color: black;
            margin-top: 5px;
            margin-bottom: 20px;
        }
}


.search-filter .li-breakline {
    display: none;
}

.btn-search--loading {
    background-color: white;
    border: 1px solid #00b6c9;
    color: #00b6c9;
}

.small-loading-icon {
    width: 50px;
    height: 28px;
}

.seolanding-container-row {
}

.seolanding-row-destination {
    display: flex;
    padding: 0 10%;
}

/* Create four equal columns that sits next to each other */
.seolanding-index-column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
    text-align: left;
}

    .seolanding-index-column img {
        vertical-align: middle;
        max-width: 50%;
    }

.seolanding-group-padding {
    padding: 2% 0%;
}

.seolanding-margin {
    margin: 3%
}

.seolanding-column {
    flex: 25%;
    max-width: 25%;
    display: inline-block;
    color: white;
    text-align: left;
}

.seolanding-search-dialog {
    position: relative;
    background-color: rgba(255,255,255,0.8);
    width: 1050px;
}

.seolanding-searchbox-row {
    display: flex;
}

.seolanding-searchbox-row-flex {
    flex: 1 1;
    text-align: right;
    height: 30px;
}

    .seolanding-searchbox-row-flex label {
        margin: 0 4px;
    }

.seolanding-width-searchbox {
}


div#txtDateRange {
}


.search-filter {
}


.panel.panel-default.seolanding-faq {
}

.seolanding-panel {
    padding: 1%;
}

.faq-panel {
    height: auto!important;
    margin-bottom: 80px;
}
.whyus-bg-circle {
    background-color: white;
    max-width: 100vw;
    width: 100vw;
    height: 40px;
    border-radius: 0px 0px 50% 50%;
    left: 0px;
    position: absolute;
    z-index: 1;
}
@media only screen and (min-width: 1100px) {
    .whyus {
        min-height: 700px;
    }

        .whyus .title {
            clear: both;
            text-align: left;
            font-size: 24px;
            color: #00ADBB;
        }

        .whyus .description {
            clear: both;
            text-align: left;
            font-size: 24px;
            color: #54565A;
            width: 100%;
            max-width: 620px;
            padding-bottom: 20px;
        }

            .whyus .description h3 {
                font-size: 16px;
                line-height: 25px;
                font-weight: normal;
            }

            .whyus .description p {
                font-size: 20px;
                line-height: 30px;
                font-weight: normal;
            }

    .whyus-item {
        width: 30%;
        padding-bottom: 20px;
    }

        .whyus-item figure{
            margin-left:0px;
        }

    .whyus-figure {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding-bottom: 20px;
    }

    figure img {
        height: 50px;
        width: auto;
    }

        figure img.whotalkingpartner {
            width: 160px;
            height: 90px;
        }

    figcaption {
        width: 80%;
        padding-top: 15px;
    }

        figcaption h4 {
            font-size: 14px;
            font-weight: bold;
            color: #00ADBB;
        }

        figcaption h5 {
            font-size: 16px;
            font-weight: bold;
            color: #54565A;
            margin: 0px;
        }

        figcaption h6 {
            font-size: 14px;
            line-height: 20px;
            margin: 10px 0px 0px 0px;
            font-weight: normal;
        }

        figcaption p {
            margin-top: 5px;
            font-size: 14px;
            font-weight: 300;
            /*color: #9a9a9a;*/
            color: #54565A;
        }

}

@media only screen and (max-width: 1100px) {
    .whyus {
        padding: 50px 0px;
    }

        .whyus .title {
            clear: both;
            text-align: left;
            font-size: 24px;
            color: #00ADBB;
        }

        .whyus .description {
            clear: both;
            text-align: left;
            font-size: 24px;
            color: #54565A;
            width: 100%;
            max-width: 620px;
            padding-bottom: 30px;
        }

            .whyus .description h3 {
                font-size: 16px;
                line-height: 25px;
                font-weight: normal;
            }

            .whyus .description p {
                font-size: 20px;
                line-height: 30px;
                font-weight: normal;
            }

    .whyus-item {
        width: 30%;
        padding-bottom: 20px;
    }

    .whyus-figure {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding-bottom: 20px;
    }

        .whyus-item figure {
            margin-left: 0px;
            margin-bottom: 10px;
        }

    figure img {
        height: 50px;
        width: auto;
    }

        figure img.whotalkingpartner {
            width: 160px;
            height: 90px;
        }

    figcaption {
        width: 80%;
        padding-top: 15px;
    }

        figcaption h4 {
            font-size: 14px;
            font-weight: bold;
            color: #00ADBB;
        }

        figcaption h5 {
            font-size: 16px;
            font-weight: bold;
            color: #54565A;
            margin: 0px;
        }

        figcaption h6 {
            font-size: 14px;
            line-height: 20px;
            margin: 10px 0px 0px 0px;
            font-weight:normal;
        }

        figcaption p {
            margin-top: 5px;
            font-size: 14px;
            font-weight: 300;
            /*color: #9a9a9a;*/
            color: #54565A;
        }

}

@media only screen and (max-width: 781px) {
    .whyus-item figure {
        margin: 0px;
        margin-bottom:10px;
    }
}

@media only screen and (max-width: 564px) {
    .whyus {
        padding: 10px 0px;
    }

        .whyus .title h2 {
            font-size: 6.5vw;
        }

        .whyus .description {
            width: 100%;
        }

            .whyus .description p {
                font-size: 4vw;
                line-height: 6vw;
            }

    .whyus-item {
        min-width: 100px;
        padding-left: 10px;
        padding-bottom: 10px;
        width: 50%;
    }
}

@media only screen and (min-width: 1100px) {
    .faq-panel {
        min-height:360px;
    }

    .faq-box {
        border-bottom: solid 1px #CFD2D3;
        padding: 15px 10px;
        padding-right: 0px;
    }

        .faq-box:last-child {
            border-bottom: none;
        }

        .faq-box .header {
            font-weight: bold;
            color: #54565A;
        }

            .faq-box .header:hover {
                cursor: pointer;
            }

    .faq-body {
        padding: 10px 30px 0px 10px;
        font-size: 14px;
    }

    .more-question {
        background-color: #00b6c9;
        color: white;
        height: 30px;
        width: 140px;
        font-size: 14px;
        padding: 0px;
    }

    .dot {
        height: 10px;
        width: 10px;
        background-color: #54565A;
        border-radius: 50%;
        display: inline-block;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 1100px) {
    .faq-panel {
    }

    .faq-box {
        border-bottom: solid 1px #CFD2D3;
        padding: 15px 10px;
        padding-right: 0px;
    }

        .faq-box:last-child {
            border-bottom: none;
        }

        .faq-box .header {
            font-weight: bold;
            color: #54565A;
        }

            .faq-box .header:hover {
                cursor: pointer;
            }

    .faq-body {
        padding: 10px 30px 0px 10px;
        font-size: 14px;
    }

    .more-question {
        background-color: #00b6c9;
        color: white;
        height: 30px;
        width: 140px;
        font-size: 14px;
        padding: 0px;
    }

    .dot {
        height: 10px;
        width: 10px;
        background-color: #54565A;
        border-radius: 50%;
        display: inline-block;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 564px) {
    .faq-panel {
    }

    .faq-panel h2{
        font-size:6.5vw;
    }
}
