body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    margin-left: 2%;
    margin-right: 2%;
}

.content2 {
    color: #00A572;
}

.content-step {
    font-size: large;
}

.btn {
    padding: 0;
    border: none;
    background: none;
    font-size: large;
    color: white;
    text-align: left;
    width: 100%;
}

/* Call Taxi */
.CallTaxi{
    margin-bottom: 30px;
}

/* Shenzhen Bay */
.ShenzhenBay{
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Air Port */
.airport{
    margin-top: 30px;
    margin-bottom: 30px;
}

/* About US */
.aboutus{
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Top Navbar */
.topnav {
    margin: auto;
    overflow: hidden;
    background-color: #207B6E;
    position: relative;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}


.topnav a.icon {
    background: #29675B;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.topnav a:hover {
    background-color: #ddd;
    color: #29675B;
}

.active {
    background-color: #29675B;
    color: white;
}

/* Content */

.title {
    margin: auto;
    width: 50%;
    font-size: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.area {
    font-size: large;
}



.contactbtn {
    background-color: DodgerBlue;
    border-radius: 40px;
    width: 20%;
    border: none;
    color: white;
    padding: 10px 16px;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    cursor: pointer;
    font-size: large;
}

.contactbtn:hover {
    background-color: RoyalBlue
}

/* Step Design (Card) */
.card {

    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
}

/* Area Title Design */
.hki-blue {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 1px 12px;
    background-color: #63C5DA;
    border-left: 6px solid #1520A6;
}

.kl-red {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 1px 12px;
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
}

.nt-green {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 1px 12px;
    background-color: #ddffdd;
    border-left: 6px solid #04AA6D;
}

.notice {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 1px 12px;
    background-color: #FFF380;
    border-left: 6px solid yellow;
}


/* Table Design https://dev.to/dcodeyt/creating-beautiful-html-tables-with-css-428l */
/* Hong Kong Island */
.styled-table-hki {
    border-collapse: collapse;
    /* margin: 25px 0; */
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table-hki thead tr {
    background-color: #1520A6;
    color: #ffffff;
    text-align: left;
}

.styled-table-hki th,
.styled-table-hki td {
    font-size: large;
    padding: 10px 15px;
}

.styled-table-hki tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table-hki tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table-hki tbody tr:last-of-type {
    border-bottom: 2px solid #1520A6;
}

.styled-table-hki tbody tr.active-row {
    font-weight: bold;
    color: #1520A6;
}

/* Kowloon */
.styled-table-kl {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table-kl thead tr {
    background-color: #CA002A;
    color: #ffffff;
    text-align: left;
}

.styled-table-kl th,
.styled-table-kl td {
    font-size: large;
    padding: 10px 15px;
}

.styled-table-kl tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table-kl tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table-kl tbody tr:last-of-type {
    border-bottom: 2px solid #CA002A;
}

.styled-table-kl tbody tr.active-row {
    font-weight: bold;
    color: #CA002A;
}

/* New Territories */
.styled-table-nt {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table-nt thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.styled-table-nt th,
.styled-table-nt td {
    font-size: large;
    padding: 10px 15px;
}

.styled-table-nt tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table-nt tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table-nt tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.styled-table-nt tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

/* About Us */
.aboutus-content{
    font-size: large;
}

/* Contact Float Button */

.float1 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 110px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

/* Whatsapp Float Button */

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

/* Back To Top Button */
#myBtn {
    float: right;
    background-color: #FF9933;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    color: #FFF;
}


/* Footer */
footer {
    background-color: black;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    color: white;
}

@media screen and (max-width: 600px) {
    .contactbtn {
        float: right;
        background-color: DodgerBlue;
        border-radius: 40px;
        width: 40%;
        border: none;
        color: white;
        padding: 10px 16px;
        font-size: 20px;
        box-shadow: 2px 2px 3px #999;
        cursor: pointer;
        font-size: large;
    }

}