body {
    margin: 0 auto;
    font-size: 12pt;
    color: #555555;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    /*font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif, Myriad Apple, Myriad Pro;*/
}

@media (min-width: 1200px) {
    .container {
        width: auto !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: auto !important;
    }
}

@media (min-width: 768px) {
    .container {
        width: auto !important;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

@media (min-width: 768px) {
    .navbar-left {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        margin: 0;
        float: none !important;
        display: inline-block;
    }
}

.navbar-default {
    border-color: transparent !important;
    background-color: transparent !important;
}

    .navbar-default .navbar-nav > li > a {
        font-size: 12pt;
        color: #444 !important;
    }

.nav > li > a {
    text-align: left;
    padding-top: 10px;
    padding: 10px 25px;
    padding-bottom: 10px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #004990 !important;
    background-color: transparent !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #004990 !important;
    background-color: transparent !important;
}

.dropdown-menu > li > a {
    font-size: 12pt;
    color: #444 !important;
    padding: 5px 20px !important;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #fff !important;
        background-color: #004990 !important;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

.dropdown-menu .divider {
    height: 1px;
    margin: 3px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.navbar {
    min-height: auto !important;
    margin-bottom: 0 !important;
}

.navbar-toggle {
    margin-right: 0 !important;
    margin-top: -46px !important;
    /*background-color: #000 !important;*/
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: transparent !important;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000 !important;
    }

.nav .nav-divider {
    margin: 0 0 !important;
}

.col-lg-offset-1 {
    margin-left: 3.333% !important;
}

a:focus, a:hover {
    text-decoration: none !important;
}

.open .dropdown-menu {
    background-color: #f5f5f5 !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.btn-default {
    color: #fff;
    border-color: #004990;
    background-color: #004990;
}

    .btn-default:hover {
        color: #fff;
        border-color: #000;
        background-color: #000;
    }

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.top-fl {
    float: left;
    width: 100%;
    margin-bottom: 1px;
    padding: 10px 0 10px 0;
    background-color: #fff;
}

.logo-cont {
    width: 8%;
    float: left;
    color: #000;
    font-size: 18pt;
    font-weight: 700;
    margin: 0 18px 0 0;
}

.top-right {
    width: auto;
    float: right;
    margin: 0 0 0 0;
}

.phone {
    width: 100%;
    float: left;
    margin: 12px 0 0 0;
}

    .phone a {
        color: #fff;
        font-size: 16pt;
        font-weight: 400;
        border-radius: 7px;
        text-decoration: none;
        background-color: #004990;
        padding: 10px 20px 10px 20px;
    }

        .phone a:hover {
            color: #fff;
            text-decoration: none;
            background-color: #000;
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

    .phone > a img {
        top: 5px;
        margin-top: -3px;
    }

.menu_bar {
    width: 73%;
    float: left;
    margin: 8px 0 0 20px;
}

.imgRight {
    margin: 0 0 15px 15px;
}

.sstc {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 50px 0 50px 0;
}

.sstc_lft {
    width: 50%;
    float: left;
    padding: 0 0 0 20px;
}

.sstc_mtr {
    width: 100%;
    float: left;
    padding: 25px 25px;
    border-radius: 20px;
    margin: 20px 0 35px 0;
    background-color: #f5f5f5;
    /*border-left: 5px solid #004990;
    box-shadow: 0px 1px 20px rgba(0,0,0,0.10);*/
}

.sstc_mtro {
    width: 100%;
    float: left;
    color: #004990;
    font-size: 23pt;
    text-align: left;
    font-weight: 700;
    line-height: 1.3;
    padding: 0 0 0 0;
    margin: 30px 0 0 0;
    /*border-left: 5px solid #004990;
    box-shadow: 0px 1px 20px rgba(0,0,0,0.10);*/
}

.sstc_lft h6 {
    color: #5FABF5;
    line-height: 2;
    margin: 0 0 0 0;
    font-size: 13pt;
    text-align: left;
    font-weight: 600;
}

.sstc_lft h1 {
    color: #000;
    font-size: 23pt;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    margin: 0 0 10px 0;
}

.sstc_lft span {
    color: #004990;
}

.sstc_lft p {
    width: 100%;
    float: left;
    color: #444;
    line-height: 1.7;
    text-align: justify;
}

.sstc_lft ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 30px;
}

.sstc_lft li {
    list-style-image: url(../images/ab-chk-icon.png);
    text-align: left;
    line-height: 2;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.sstc_lft_mor {
    float: left;
    margin: 0 auto;
    margin-top: 40px;
}

    .sstc_lft_mor a {
        color: #004990;
        font-size: 11pt;
        margin: 0 20px 0 0;
        border-radius: 7px;
        padding: 13px 35px;
        letter-spacing: 1px;
        text-decoration: none;
        border: 2px solid #9abee1;
    }

        .sstc_lft_mor a:hover {
            color: #fff;
            padding: 13px 35px;
            text-decoration: none;
            border: 2px solid #004990;
            background-color: #004990;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }

.sstc_rgt {
    width: 50%;
    float: left;
    padding: 0 20px 0 60px;
}

.srve_panel {
    width: 100%;
    float: left;
    padding: 30px 0 30px 0;
    background-color: #f4f9fe;
}

    .srve_panel h1 {
        color: #000;
        margin: 0 0 0 0;
        font-size: 23pt;
        text-align: left;
        font-weight: 700;
        text-align: center;
    }

.srve_item {
    width: 92%;
    float: left;
    margin: 4% 4% 4% 4%;
    border-radius: 20px;
    background-color: #fff;
    border: 2px solid #dbeaf9;
    padding: 20px 20px 30px 20px;
    box-shadow: 0 0 7px rgba(0,0,0,.07);
}

.srve_item_1 {
    width: 92%;
    float: left;
    padding: 20px;
    border-right: 0;
    margin: 0 4% 0 4%;
}

.srve_item_a {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: center;
}

.srve_item_b {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
}

.srve_item h3 {
    color: #171717;
    font-size: 17pt;
    font-weight: 600;
    text-align: center;
    margin: 15px 0 10px 0;
}

.srve_item p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}

.srve_item_1 h3 {
    color: #171717;
    font-size: 14pt;
    margin: 0 0 0 0;
    font-weight: 700;
    text-align: center;
}

.srve_item_c {
    width: 100%;
    float: left;
    padding: 0;
    color: #666;
    line-height: 1.7;
    margin: 0 0 10px 0;
    text-align: justify;
}

.srve_btn {
    width: 100%;
    float: left;
    margin: 7px 0 0 0;
    text-align: center;
}

    .srve_btn a {
        color: #fff;
        font-size: 13pt;
        font-weight: 500;
        padding: 8px 25px;
        border-radius: 5px;
        margin: 0 10px 0 0;
        text-decoration: none;
        background-color: #004990;
        border: 2px solid #004990;
    }

        .srve_btn a:hover {
            color: #004990;
            text-decoration: none;
            background-color: transparent;
            border: 2px solid #9abee1;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

/*.phone > a
{
    float: left;
    margin-top: 0;
}

.phone p
{
    font-size: 16px;    
    text-transform: uppercase;
    line-height: 2.5em;
    text-align: right;
	color: #000;
}

.phone p span
{
    font-size: 45px;
    font-weight: 700;    
}*/

.srv-area {
    float: left;
    width: 100%;
    padding: 40px 0 30px 0;
    background-color: #222;
}

    .srv-area p {
        color: #ccc;
        text-align: center;
    }

.srv-inner {
    width: 92%;
    float: left;
    margin: 3% 4% 5% 4%;
    border-radius: 20px;
    background-color: #fff;
    padding: 50px 30px 50px 30px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
}

    .srv-inner a {
        color: #004990;
        font-weight: 600;
        text-decoration: none;
    }

        .srv-inner a:hover {
            color: #111;
            font-weight: 600;
            text-decoration: none;
            transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            -webkit-transition: all .6s ease-in-out;
        }

    .srv-inner p {
        color: #444;
        text-align: center;
    }

.srv-area h1 {
    width: 100%;
    float: left;
    padding: 0;
    color: #fff;
    font-size: 23pt;
    font-weight: 700;
    margin: 0 0 5px 0;
    text-align: center;
}

.srv-area h3 {
    color: #000;
    padding: 0;
    font-weight: 700;
    font-size: 13.5pt;
    text-align: center;
    margin: 20px 0 10px 0;
}

.serv {
    width: 100%;
    float: left;
    color: #000;
    margin-top: 0;
    font-size: 10pt;
    text-align: right;
    font-weight: bold;
}

.serv-sml {
    height: 1px;
    display: none;
    color: #004990;
}

.bkride {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 40px 0 50px 0;
}

    .bkride h2 {
        padding: 0;
        color: #004791;
        font-size: 23pt;
        font-weight: 700;
        margin: 0 0 5px 0;
        text-align: center;
    }

    .bkride p {
        color: #333;
        text-align: center;
    }

.bkride_data {
    float: left;
    width: 70%;
    padding: 0 0 0 0;
    margin: 10px 15% 0 15%;
}

.bkride_grp {
    float: left;
    width: 46%;
    margin: 0 2% 0 2%;
    border-radius: 20px;
    border: 2px solid #F1F5F9;
    padding: 30px 30px 40px 30px;
}

    .bkride_grp:hover {
        border: 2px solid #004990;
        transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
    }

.bkride_pic {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}

.bkride_ttl {
    float: left;
    width: 100%;
    padding: 0;
    color: #000;
    font-size: 17pt;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 5px 0;
}

.bkride_txt {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}

.bkride_mor {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
    padding: 0 0 0 0;
}

    .bkride_mor a {
        color: #fff;
        font-size: 15pt;
        font-weight: 600;
        border-radius: 7px;
        text-decoration: none;
        background-color: #004990;
        padding: 10px 20px 10px 20px;
    }

        .bkride_mor a:hover {
            color: #fff;
            text-decoration: none;
            background-color: #000;
            transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            -webkit-transition: all .6s ease-in-out;
        }

.fveh_area {
    float: left;
    width: 100%;
    padding: 50px 0 60px 0;
    background-image: url(../images/taxi_bg.webp);
    background-position: 50% 50%;
    background-size: cover;
}

    .fveh_area h2 {
        color: #fff;
        font-size: 25pt;
        font-weight: bold;
        text-align: center;
        margin: 0 0 20px 0;
    }

.fveh_grp {
    float: left;
    width: 90%;
    margin: 0 5% 0 5%;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.fveh_pic {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.fveh_ttl {
    float: left;
    width: 100%;
    color: #004990;
    font-size: 15pt;
    font-weight: bold;
    text-align: left;
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
}

.fveh_txt {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
}

    .fveh_txt p {
        color: #666;
        text-align: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

.fveh_paslug {
    float: left;
    width: 100%;
    line-height: 2;
    text-align: left;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.fveh_mor {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0 0 0 0;
    margin: 25px 0 15px 0;
}

    .fveh_mor a {
        color: #004990;
        font-size: 13pt;
        font-weight: 500;
        border-radius: 7px;
        text-decoration: none;
        background-color: transparent;
        border: 2px solid #004990;
        padding: 10px 20px 10px 20px;
    }

        .fveh_mor a:hover {
            color: #fff;
            text-decoration: none;
            background-color: #004990;
            transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            -webkit-transition: all .6s ease-in-out;
        }

.all_main {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
}

    .all_main h1 {
        color: #222;
        font-size: 25pt;
        font-weight: 600;
    }

    .all_main h2 {
        color: #004990;
        font-weight: 600;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .all_main h3 {
        color: #000;
        font-size: 15pt;
        font-weight: 600;
        text-align: left;
        margin: 20px 0 10px 0;
    }

.faq_area {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
    background-color: #f4f9fe;
}

    .faq_area h3 {
        width: 100%;
        float: left;
        padding: 0;
        color: #000;
        font-size: 23pt;
        font-weight: 700;
        margin: 0 0 5px 0;
        text-align: center;
    }

.faq_data {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 10px 20px 0 20px;
}

.accordion .accordion-item {
    /*border-bottom: 1px solid #e5e5e5;*/
}

    .accordion .accordion-item button[aria-expanded='true'] {
        border-bottom: 1px solid #004990;
    }

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em;
    color: #000;
    /*font-size: 1.15rem;*/
    font-weight: 600;
    border: none;
    background: none;
    outline: none;
    margin: 8px 0 8px 0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

    .accordion button:hover,
    .accordion button:focus {
        cursor: pointer;
        color: #004990;
    }

        .accordion button:hover::after,
        .accordion button:focus::after {
            cursor: pointer;
            color: #03b5d2;
            border: 1px solid #03b5d2;
        }

    .accordion button .accordion-title {
        padding: 1em 1.5em 1em 0;
    }

    .accordion button .icon {
        display: inline-block;
        position: absolute;
        top: 18px;
        right: 20px;
        width: 22px;
        height: 22px;
        border: 1px solid;
        border-radius: 22px;
    }

        .accordion button .icon::before {
            display: block;
            position: absolute;
            content: '';
            top: 9px;
            left: 5px;
            width: 10px;
            height: 2px;
            background: currentColor;
        }

        .accordion button .icon::after {
            display: block;
            position: absolute;
            content: '';
            top: 5px;
            left: 9px;
            width: 2px;
            height: 10px;
            background: currentColor;
        }

    .accordion button[aria-expanded='true'] {
        color: #004990;
    }

        .accordion button[aria-expanded='true'] .icon::after {
            width: 0;
        }

        .accordion button[aria-expanded='true'] + .accordion-content {
            opacity: 1;
            max-height: 9em;
            transition: all 200ms linear;
            will-change: opacity, max-height;
        }

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

    .accordion .accordion-content p {
        /*font-size: 1rem;*/
        font-weight: 300;
        margin: .5em 0;
        text-align: left;
    }

.redy {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 40px 0 50px 0;
    background-color: #004990;
}

    .redy h2 {
        padding: 0;
        color: #fff;
        font-size: 23pt;
        font-weight: 700;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .redy p {
        color: #9abee1;
        text-align: center;
    }

.redy_data {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
    margin: 10px 0 0 0;
}

.redy_mor {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
    margin: 5px 0 0 0;
}

    .redy_mor a {
        color: #9abee1;
        font-size: 14pt;
        font-weight: 400;
        border-radius: 7px;
        margin: 0 5px 0 5px;
        text-decoration: none;
        border: 2px solid #9abee1;
        padding: 10px 20px 10px 20px;
    }

        .redy_mor a:hover {
            color: #004990;
            text-decoration: none;
            background-color: #9abee1;
            transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            -webkit-transition: all .6s ease-in-out;
        }

.hdr-bg {
    background-image: url(../images/header-bg.jpg);
    background-position: 50% 0;
    background-size: cover;
}

.hdr-bg-blk {
    /*background-color: #000;*/
    background-image: url(../images/main-bg.webp);
    background-position: 50% 30%;
    background-size: cover;
}

.hdr_content {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 100px 0 100px 0;
    background-color: rgba(0,0,0,.4);
}

    .hdr_content h1 {
        color: #fff;
        font-size: 40pt;
        font-weight: bold;
        text-align: center;
        padding: 0 10px 0 10px;
    }

    .hdr_content p {
        color: #fff;
        font-size: 17pt;
        margin: 0 0 0 0;
        text-align: center;
        padding: 0 10px 0 10px;
    }

.hdr_content_mor {
    width: 100%;
    float: left;
    margin: 20px 0 30px 0;
}

    .hdr_content_mor a {
        color: #004990;
        font-size: 19pt;
        font-weight: bold;
        border-radius: 7px;
        text-decoration: none;
        background-color: #fff;
        padding: 10px 20px 10px 20px;
    }

        .hdr_content_mor a:hover {
            color: #000;
            text-decoration: none;
            background-color: #ddd;
            transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            -webkit-transition: all .6s ease-in-out;
        }

.hedr-bg {
    float: left;
    width: 100%;
    padding: 80px 0 80px 0;
    border-bottom: 2px solid #ffcc00;
    background-image: url(../images/hedr-bg.jpg);
    background-position: 50% 0;
    background-size: cover;
}

    .hedr-bg h1 {
        color: #fff;
        font-size: 25pt;
        font-weight: bold;
        margin: 10px 0 5px 0;
    }

    .hedr-bg p {
        color: #fff;
        font-size: 14pt;
        margin: 0 0 0 0;
        text-align: center;
        padding: 0 10px 0 10px;
    }

.serhedr-bg {
    float: left;
    width: 100%;
    padding: 80px 0 80px 0;
    background-image: url(../images/hedr-bg.jpg);
    background-position: 50% 0;
    background-size: cover;
    border-bottom: 2px solid #ffcc00;
}

    .serhedr-bg h1 {
        color: #fff;
        font-size: 25pt;
        font-weight: bold;
        margin: 10px 0 5px 0;
    }

    .serhedr-bg p {
        color: #fff;
        font-size: 14pt;
        text-align: center;
        margin: 0 0 0 0;
        padding: 0 10px 0 10px;
    }

.bookonl-bg {
    float: left;
    width: 100%;
    /*background-image: url(images1/book-bg.png);
	background-repeat:repeat-y;*/
    margin: 0;
    padding: 0 0 20px 0;
}

.bookonl-hd {
    width: 48%;
    float: left;
    color: #333;
    margin: 0 auto;
    font-size: 14pt;
    margin-bottom: 0;
    font-weight: bold;
    text-align: right;
    border-radius: 5px;
    padding: 0 0 10px 20px;
}

.bookonl-hd-1 {
    width: 48%;
    float: left;
    color: #333;
    margin: 0 auto;
    font-size: 14pt;
    text-align: left;
    margin-bottom: 0;
    font-weight: bold;
    border-radius: 5px;
    padding: 0 0 10px 20px;
}

.book-bg-blk {
    float: left;
    width: 100%;
    /*background-image: url(../images/book-bg-blk.jpg);
    background-repeat: repeat-y;*/
    margin: 20px 0 20px 0;
    padding: 20px 0 20px 0;
}

.book-ttl {
    width: 100%;
    float: left;
    color: #fff;
    margin: 0 auto;
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px 10px 10px;
}

.bookonl-data {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 20px 0 20px;
}

.head-ttl {
    width: 100%;
    float: left;
    color: #fff;
    margin: 0 0 0 0;
    font-size: 23pt;
    font-weight: 700;
    padding: 8px 0 6px 0;
    /*text-shadow: 0 2px 2px rgba(0,0,0,.6);*/
}

.book-hd {
    width: 50%;
    float: left;
    color: #fff;
    margin: 0 auto;
    font-size: 12pt;
    font-weight: 400;
    margin-bottom: 0;
    text-align: right;
    border-radius: 5px;
    padding: 0 0 10px 20px;
}

.book-hd-1 {
    width: 50%;
    float: left;
    color: #fff;
    margin: 0 auto;
    font-size: 12pt;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
    border-radius: 5px;
    padding: 0 0 10px 20px;
}

.wel {
    float: left;
    width: 100%;
    padding: 30px 0 20px 0;
}

    .wel h1 {
        color: #004990;
        font-size: 20pt;
        font-weight: bold;
        margin: 0 0 20px 0;
        text-align: center;
    }

.wel-ttl {
    color: #3e3e3e;
    font-size: 14pt;
    font-weight: bold;
}

.contents_area {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
}

.imgLeft {
    margin: 0 35px 30px 0;
}

.ptxt {
    padding-right: 20px;
}

.taxi_hdr_bg {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 50px 0 50px 0;
    background-color: #000;
}

    .taxi_hdr_bg h1 {
        color: #fff;
        font-size: 25pt;
        font-weight: bold;
        text-align: center;
        margin: 0 0 0 0;
    }

.taxi_content {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 50px 0 50px;
}

.taxi_grup {
    float: left;
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    margin: 10px 0 10px 0;
    background-color: #eee;
}

.taxi_list_lft {
    float: left;
    width: 70%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.taxi_img {
    float: left;
    width: 30%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.taxi_name {
    float: left;
    width: 25%;
    line-height: 1.4;
    color: #000;
    font-size: 17pt;
    text-align: center;
    font-weight: bold;
    margin: 50px 0 0 0;
    padding: 0 0 0 0;
}

    .taxi_name span {
        color: #666;
        font-size: 13pt;
        font-weight: normal;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

.taxi_lug {
    float: left;
    width: 25%;
    color: #000;
    line-height: 1.6;
    font-size: 13pt;
    text-align: center;
    margin: 40px 0 0 0;
    padding: 0 0 0 0;
}

.taxi_pass {
    float: left;
    width: 20%;
    color: #000;
    line-height: 1.6;
    font-size: 13pt;
    margin: 40px 0 0 0;
    padding: 0 0 0 0;
}

.taxi_list_rgt {
    float: left;
    width: 30%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.taxi_price {
    float: left;
    width: 50%;
    color: #000;
    font-size: 17pt;
    font-weight: bold;
    text-align: center;
    margin: 50px 0 0 0;
    padding: 0 0 0 0;
}

    .taxi_price span {
        color: #666;
        font-size: 13pt;
        font-weight: normal;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

.taxi_btn {
    width: 50%;
    float: left;
    text-align: right;
    margin: 55px 0 0 0;
    padding: 0 20px 0 0;
}

.taxi_frm_area {
    width: 40%;
    float: left;
    border-radius: 10px;
    margin: 0 30% 0 30%;
    padding: 20px 20px 20px 20px;
    background-color: #eee;
}

.taxi_frm_inner {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.taxi_frm_ttl {
    float: left;
    width: 100%;
    color: #004990;
    font-size: 18pt;
    text-align: left;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ccc;
}

.taxi_book_det {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
}

.taxi_book_ttl {
    float: left;
    width: 100%;
    color: #004990;
    font-size: 18pt;
    text-align: left;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ccc;
}

.taxi_book_info {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.taxi_book_grp {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 5px 0 5px 0;
}

.taxi_book_lft {
    float: left;
    width: 20%;
    color: #000;
    font-size: 13pt;
    font-weight: bold;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.taxi_book_rgt {
    float: left;
    width: 80%;
    color: #000;
    font-size: 13pt;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.fotr {
    width: 100%;
    float: left;
    color: #999;
    background-color: #000;
    padding: 15px 0 15px 0;
}

    .fotr a {
        color: #999;
        text-decoration: none;
    }

        .fotr a:hover {
            color: #fff;
            text-decoration: none;
            transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            -webkit-transition: all .6s ease-in-out;
        }

    .fotr ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .fotr li {
        display: inline;
        padding: 0 10px 0 0;
    }

.fotr-left {
    width: 70%;
    float: left;
    text-align: left;
    font-size: 10.5pt;
}

.fotr-right {
    width: 30%;
    float: left;
    text-align: right;
    font-size: 10.5pt;
    margin: 25px 0 0 0;
}

.testi {
    width: 100%;
    float: left;
    padding: 10px;
    margin: 20px 0 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
}

.testi-nam {
    color: #333;
    font-weight: bold;
}

.syd {
    float: left;
    width: 100%;
    background-image: url(../images/syd.jpg);
    background-repeat: repeat;
}

.cont-ab {
    color: #555;
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
    padding-top: 20px;
    border: 1px dashed #ccc;
    background-color: #f7f7f7;
}

    .cont-ab a {
        color: #555;
        text-decoration: none;
    }

        .cont-ab a:hover {
            color: #555;
            text-decoration: underline;
        }

    .cont-ab ul {
        margin: 0 0 0 -40px;
    }

    .cont-ab li {
        width: 100%;
        font-size: 17px;
        padding-left: 0;
        line-height: 19px;
        position: relative;
        margin-bottom: 30px;
        display: inline-block;
    }

        .cont-ab li img {
            /*position: absolute;*/
            left: 0;
            top: 0;
            margin-top: 5px;
        }

        .cont-ab li span {
            display: block;
            margin-top: 10px;
        }

.flet_area {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

    .flet_area h1 {
        color: #0c1620;
        font-size: 30pt;
        font-weight: 600;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .flet_area p {
        color: #333;
        font-size: 14pt;
        text-align: center;
    }

.flet_grup {
    float: left;
    width: 100%;
    padding: 20px;
}

.flet_img {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

.flet_txt {
    float: left;
    width: 100%;
    color: #000;
    font-size: 20pt;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 0 0;
}

.txt {
    color: #333;
    font-size: 11pt;
}

.ulmar {
    margin: 0 0 30px 0;
}

.btnhd {
    cursor: pointer;
    font-size: 15pt;
    font-weight: 700;
    padding: 6px 12px;
    text-align: center;
    border-radius: 2px;
    margin: 10px 5px 0 5px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.btnhd-default {
    color: #004990;
    border-color: #fff;
    background-color: #fff;
}

    .btnhd-default:hover, .btnhd-default:focus, .btnhd-default:active, .btnhd-default.active, .open > .dropdown-toggle.btnhd-default {
        color: #000;
        border-color: #ddd;
        background-color: #ddd;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .btnhd-default:active, .btnhd-default.active, .open > .dropdown-toggle.btnhd-default {
        background-image: none;
    }

/* Booking Form */
.col-md-6, .col-xs-4, .col-xs-12 {
    position: relative !important;
    min-height: 1px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-bottom: 10px !important;
}

.col-xs-4 {
    position: relative !important;
    min-height: 1px !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
    padding-bottom: 0 !important;
}

.form-horizontal .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.form-group {
    margin-bottom: 0 !important;
}

.book-bg {
    float: left;
    width: 80%;
    z-index: 2;
    margin: 0 10% 0 10%;
    padding: 0 0 20px 0;
    background-color: #000;
    border-radius: 20px;
}

.book-data {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px 15px 20px 15px;
}

.head-ttl {
    width: 100%;
    float: left;
    color: #fff;
    margin: 0 auto;
    font-size: 18pt;
    font-weight: 600;
    text-align: center;
    padding: 5px 0 5px 0;
    background-color: #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.form-list-ksp {
    width: 100%;
    float: left;
    padding: 7px 10px;
    text-align: center;
    background-color: #333;
}

    .form-list-ksp .list-item-ksp {
        letter-spacing: .5px;
        margin: 0 7px;
        font-weight: 600;
        color: #ccc;
    }

        .form-list-ksp .list-item-ksp i {
            font-size: 1.2rem;
            margin: 0 7px 0 0;
            color: #ccc;
        }

.book-inner {
    float: left;
    width: 100%;
}

.book-hd {
    width: 50%;
    float: left;
    color: #333;
    margin: 0 auto;
    font-size: 11pt;
    font-weight: 600;
    text-align: right;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 2px 0 0 20px;
}

.book-hd-1 {
    width: 50%;
    float: left;
    color: #333;
    margin: 0 auto;
    font-size: 11pt;
    font-weight: 600;
    text-align: left;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 2px 0 0 20px;
}

.dtm {
    color: #fff;
    font-weight: 600;
    text-align: left;
}

.ret-bg-baby {
    text-align: left;
    border-radius: 10px;
    background-color: #ccc;
    padding: 10px 10px 10px 10px;
}

.rtn {
    color: #fff;
    padding: 0 0 0 10px;
    text-align: left;
}

.want {
    color: #fff;
    padding: 0 0 0 10px;
    text-align: center;
}

.styp {
    width: 20%;
    float: left;
    margin: 0 40%;
}

.spn {
    padding: 0 10px 0 10px;
}

.red {
    border: 1px solid #e74c3c !important;
    background-color: #fdeaea !important;
}

/* calender pop css */
.ui-datepicker-title span,
.ui-icon.ui-icon-circle-triangle-e {
    color: white !important;
}

.ui-datepicker-next.ui-corner-all {
    background-color: white;
}

.ui-datepicker-header {
    /*background: rgb(212, 168, 67) !important;*/
    background: #004990 !important;
    color: white;
    border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #004990 !important;
    color: #fff !important;
    border-radius: 4px;
}

.ui-datepicker td a:hover {
    background: #004990 !important;
    color: #fff !important;
}


.ui-state-highlight {
    background: #004990 !important;
    border: none;
    color: white !important;
}

.iti {
    display: block !important;
}








@media (max-width:480px) {

    .top-fl {
        padding: 10px 0 0 0;
    }

    .logo-cont {
        float: left;
        width: 40%;
        margin: 0 30% 0 30%;
    }

    .phone {
        width: 100%;
        float: left;
        padding: 0 0 0 0;
        margin: 12px 0 15px 0;
    }

        .phone a {
            font-size: 15pt;
            padding: 7px 20px 7px 20px;
        }

    .serv {
        display: none;
    }

    .serv-sml {
        float: left;
        color: #000;
        display: block;
        font-size: 11pt;
        text-align: left;
        margin-top: 11px;
        margin-left: 10px;
        font-weight: bold;
    }

    .book-ttl {
        width: 100%;
        float: left;
        color: #fff;
        margin: 0 auto;
        line-height: 1;
        font-size: 15pt;
        text-align: center;
        padding: 5px 10px 5px 10px;
    }

    .book-data {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 15px 15px 0 15px;
    }

    .ptxt {
        padding-right: 0;
    }

    .wel h1 {
        color: #004990;
        font-size: 18pt;
        font-weight: bold;
        text-align: center;
        margin: 0 0 10px 0;
    }

    .fotr-left {
        width: 100%;
        float: left;
        font-size: 11pt;
        text-align: center;
    }

    .fotr-right {
        width: 100%;
        float: left;
        font-size: 11pt;
        margin: 5px 0 0 0;
        text-align: center;
    }

    .fotr ul {
        padding: 0;
        margin: 0;
        list-style: none;
        line-height: 1.5;
    }

    .fotr li {
        display: inline;
        padding: 0 7px 0 0;
    }

    .hedr-bg h1 {
        color: #fff;
        font-size: 23pt;
        font-weight: bold;
    }

    .hedr-bg p {
        color: #fff;
        font-size: 11pt;
        margin: 0 0 0 0;
        text-align: center;
        padding: 0 10px 0 10px;
    }

    .serhedr-bg {
        float: left;
        width: 100%;
        padding: 50px 0 70px 0;
        border-bottom: 2px solid #ffcc00;
        background-image: url(../images/hedr-bg.jpg);
        background-position: 50% 50%;
        background-size: cover;
    }

        .serhedr-bg h1 {
            color: #fff;
            font-size: 23pt;
            font-weight: bold;
        }

        .serhedr-bg p {
            color: #fff;
            font-size: 11pt;
            margin: 0 0 0 0;
            text-align: center;
            padding: 0 10px 0 10px;
        }

    .top-right {
        margin: 0;
        width: 100%;
        float: left;
    }

    .menu_bar {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
    }

    .book-bg {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        background-color: #000;
        padding: 10px 0 20px 0;
        background-color: rgba(0, 0, 0, 0.85);
    }

    .srv-inner {
        float: left;
        width: 100%;
        height: auto;
        margin: 0 0 5% 0;
    }

    .srv-area h1 {
        font-size: 20pt;
        line-height: 1.2;
        margin: 0 0 5px 0;
    }

    .ulmar {
        margin: 0 0 20px 0;
    }

    .imgLeft {
        margin: 0 0 0 0;
    }

    .book-hd {
        width: 100%;
        float: left;
        margin: 0 auto;
        font-size: 11pt;
        margin-bottom: 0;
        padding: 0 0 0 0;
        text-align: center;
        border-radius: 5px;
    }

    .book-hd-1 {
        width: 100%;
        float: left;
        margin: 0 auto;
        font-size: 11pt;
        margin-bottom: 0;
        text-align: center;
        border-radius: 5px;
        padding: 2px 0 10px 0;
    }

    .bookonl-hd {
        width: 100%;
        float: left;
        margin: 0 auto;
        font-size: 12pt;
        text-align: center;
        border-radius: 5px;
        padding: 0 0 5px 0;
    }

    .bookonl-hd-1 {
        width: 100%;
        float: left;
        margin: 0 auto;
        font-size: 12pt;
        text-align: center;
        border-radius: 5px;
        padding: 0 0 5px 0;
    }

    .bookonl-data {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .hdr-bg-blk {
        width: 100%;
        float: left;
        background-color: #000;
        background-image: url(../images/main-bg.webp);
        background-position: 30% 100%;
        background-size: cover;
    }

    .hdr_content {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 100px 0 30px 0;
        background-color: rgba(0,0,0,.4);
    }

        .hdr_content h1 {
            color: #fff;
            font-size: 23pt;
            font-weight: bold;
            text-align: center;
            margin: 5px 0 5px 0;
        }

        .hdr_content p {
            color: #fff;
            font-size: 12pt;
            line-height: 1.3;
            text-align: center;
            margin: 0 0 0 0;
        }

    .hdr_content_mor {
        width: 100%;
        float: left;
    }

        .hdr_content_mor a {
            color: #004990;
            font-size: 15pt;
            font-weight: bold;
            text-decoration: none;
            background-color: #fff;
            padding: 7px 20px 7px 20px;
        }

    .flet_grup {
        float: left;
        width: 100%;
        padding: 10px 0;
    }

    .flet_txt {
        float: left;
        width: 100%;
        color: #000;
        font-size: 15pt;
        font-weight: bold;
        text-align: center;
        padding: 10px 0 0 0;
    }

    .taxi_hdr_bg {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 30px 0 30px 0;
        background-color: #000;
    }

        .taxi_hdr_bg h1 {
            color: #fff;
            font-size: 18pt;
            line-height: 1.2;
            font-weight: bold;
            text-align: center;
            margin: 0 0 0 0;
        }

    .taxi_content {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .taxi_grup {
        float: left;
        width: 100%;
        border-radius: 10px;
        margin: 10px 0 10px 0;
        background-color: #eee;
        padding: 15px 10px 15px 10px;
    }

    .taxi_list_lft {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .taxi_img {
        float: left;
        width: 35%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .taxi_name {
        width: 25%;
        float: left;
        font-size: 11pt;
        line-height: 1.2;
        margin: 0 0 0 0;
        padding: 0 5px 0 5px;
    }

        .taxi_name span {
            font-size: 9pt;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

    .taxi_lug {
        float: left;
        width: 22%;
        font-size: 10pt;
        line-height: 1.6;
        text-align: center;
        margin: 0 0 0 0;
        padding: 0 5px 0 5px;
    }

    .taxi_pass {
        float: left;
        width: 18%;
        font-size: 10pt;
        margin: 0 0 0 0;
        line-height: 1.6;
        padding: 0 5px 0 5px;
    }

    .taxi_list_rgt {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
        margin: 15px 0 0 0;
    }

    .taxi_price {
        color: #000;
        font-size: 15pt;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        font-weight: bold;
        text-align: center;
    }

        .taxi_price span {
            font-size: 10pt;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

    .taxi_btn {
        margin: 0 0 0 0;
        padding: 0 20px 0 0;
    }

    .taxi_frm_area {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 20px 15px 20px 15px;
    }

    .taxi_book_lft {
        float: left;
        width: 30%;
        font-size: 11pt;
        text-align: left;
        margin: 0 0 0 0;
        padding: 0 10px 0 0;
    }

    .taxi_book_rgt {
        float: left;
        width: 70%;
        font-size: 11pt;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .bkride {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 40px 0 30px 0;
    }

        .bkride h2 {
            font-size: 20pt;
        }

    .bkride_data {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .bkride_grp {
        float: left;
        width: 100%;
        border-radius: 20px;
        margin: 10px 0 10px 0;
        padding: 30px 30px 40px 30px;
    }

    .faq_area h3 {
        font-size: 20pt;
    }

    .faq_data {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .sstc {
        width: 100%;
        float: left;
        padding: 30px 0 30px 0;
        margin: 0 0 0 0;
    }

    .sstc_lft {
        width: 100%;
        float: left;
        padding: 0 0 0 0;
    }

    .sstc_rgt {
        width: 100%;
        float: left;
        margin: 40px 0 0 0;
        padding: 0 0 0 0;
    }

    .sstc_lft h1 {
        font-size: 20pt;
        line-height: 1.2;
        margin: 0 0 10px 0;
    }

    .srve_item {
        width: 100%;
        float: left;
        margin: 2% 0 2% 0;
        border-radius: 20px;
        background-color: #fff;
        border: 2px solid #dbeaf9;
        padding: 20px 20px 30px 20px;
        box-shadow: 0 0 7px rgba(0,0,0,.07);
    }

    .redy h2 {
        font-size: 20pt;
    }

    .srve_item h3 {
        line-height: 1.2;
    }

    .fveh_area {
        float: left;
        width: 100%;
        padding: 40px 0 30px 0;
        background-image: url(../images/taxi_bg.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

        .fveh_area h2 {
            font-size: 20pt;
            margin: 0 0 0 0;
        }

    .fveh_grp {
        float: left;
        width: 100%;
        margin: 10px 0 10px 0;
        padding: 20px;
    }

    .imgRight {
        margin: 0 0 15px 0;
    }

    .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #eee;
    }

    /* Booking Form */
    .book-bg {
        float: left;
        width: 100%;
        z-index: 2;
        margin: 0;
        padding: 0 0 20px 0;
    }

    .book-inner {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .book-hd {
        width: 100%;
        float: left;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 0;
        padding: 2px 0 0 20px;
    }

    .book-hd-1 {
        width: 100%;
        float: left;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 5px;
        padding: 2px 0 0 20px;
    }

    .col-md-6, .col-xs-12 {
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-bottom: 15px !important;
    }

    .rtn {
        padding: 0 0 0 0;
    }

    .styp {
        width: 100%;
        float: left;
        margin: 0;
    }
}
