@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap');

body {
    /*	font-family: 'Source Sans Pro', sans-serif;*/
    margin: 500px 0 0 0;
    font-size: 15px;
    text-align: left;
    line-height: 25px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: auto;
    background: url(../images/White_n.png) top center no-repeat;
    backdrop-filter: blur(0.5px);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%,rgba(255, 255, 255, 0.2) 100%), url(../images/White_n.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

s
figure {
    margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: auto;
    font-family: 'Source Sans Pro', sans-serif;
    color: #3c3c3c;
    font-weight: 400;
    /*font-size: 72px;*/
}

h1 {
    font-size: 25px !important;
}

h2 {
    font-size: 15px !important;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    font-weight: bold;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    color: black;
    font-size: 15px;
}

ol,
ul {
    margin-bottom: 0px;
}

a {
    text-decoration: none !important;
    outline: none;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

label {
    font-weight: normal;
}

::-webkit-input-placeholder {
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

#destination:focus {
    border-color: dodgerBlue;
    box-shadow: 0 0 8px 0 dodgerBlue;
}

#timepicker:before { 
    /*content: 'Time/เวลา';*/
    margin-right: .1em;
}

#timepicker:focus:after {
    content: attr(data-selected-time);
    margin-left: .1em;  
}

#timepicker:focus {
    border-color: dodgerBlue;
    box-shadow: 0 0 8px 0 dodgerBlue;
}

input,
select,
textarea {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #128bcb;
}

    input[type="submit"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        transition: all 0.3s ease 0s;
        cursor: pointer;
    }


textarea {
    overflow: auto;
    resize: none;
}

select::-ms-expand {
    display: none;
}

img {
    margin: 0 40px 0 40px;
    border: 0;
    display: inline-block;
    max-width: 70%;
}

:focus {
    outline: none;
}

a {
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    color: #3c3c3c;
}

    a:hover {
        text-decoration: none;
    }

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.btn.focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}


header {
    background: transparent;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}

    header.header-small {
        box-shadow: 0px 0px 5px #c1c1c1;
        z-index: 9;
        transition: all 0.3s ease 0s;
        opacity: 0.9;
        background: #18196e;
    }

        header.header-small .header-top {
            display: none;
            transition: all 0.3s ease 0s;
        }

.header-top {
    padding: 20px 0;
}

.top-left {
    display: inline-block;
}

.top-right {
    display: inline-block;
    float: right;
}

    .top-right .left {
        display: inline-block;
    }

    .top-right .right {
        display: inline-block;
    }

    .top-right .left ul li {
        display: inline-block;
        border-right: 2px solid #fff;
        padding-right: 20px;
        margin-right: 20px;
        margin-top: 15px;
    }

        .top-right .left ul li:last-child {
            border-right: none;
        }

        .top-right .left ul li a {
            font-size: 18px;
            line-height: 24px;
            font-weight: 600;
            color: #fff;
        }

            .top-right .left ul li a:hover {
                color: #fdb531;
                text-decoration: underline !important;
            }

.navbar {
    padding: 0;
}

.header-bottom {
    background: rgba(12, 14, 102, 0.5);
    padding: 10px 0;
}

    .header-bottom .bottom-left {
        display: inline-block;
    }

    .header-bottom .bottom-right {
        display: inline-block;
    }

    .header-bottom .bottom-left ul.navbar-nav li {
        display: inline-block;
        padding: 0 10px;
    }

        .header-bottom .bottom-left ul.navbar-nav li a {
            padding: 0 10px;
            font-size: 18px;
            line-height: 24px;
            font-weight: 600;
            text-transform: uppercase;
            border-bottom: 3px solid transparent;
            color: #fff;
            padding-bottom: 16px;
        }

            .header-bottom .bottom-left ul.navbar-nav li a:hover {
                color: #fdb531;
                border-color: #fdb531;
            }

        .header-bottom .bottom-left ul.navbar-nav li.nav-item.active a {
            color: #fdb531;
            border-color: #fdb531;
        }

    .header-bottom .bottom-right ul li {
        display: inline-block;
    }

        .header-bottom .bottom-right ul li a {
            display: inline-block;
            background: #fff;
            color: #090a62;
            border-radius: 50%;
            font-size: 18px;
            line-height: 25px;
            padding: 5px;
            width: 35px;
            height: 35px;
            vertical-align: middle;
            text-align: center;
            margin-left: 15px;
        }

            .header-bottom .bottom-right ul li a:hover {
                background: #fdb531;
            }

.btn.book-ride {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #ed5623;
    padding: 12px 100px;
    border-radius: 8px;
    margin: 30px 0 0 0px;
    border: 0;
}

    .btn.book-ride:hover {
        opacity: 0.9;
        transition: all 0.3s ease 0s;
    }


.banner-box {
    padding: 0px 0px 10px 0px; /*ระยะกรอบและตัวหนังสือ*/
    text-align: center;
    margin: auto;
}

.banner-home .banner-box h1 {
    padding-left: 0;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

    .banner-home .banner-box h1 span {
        color: #ffcb00;
        display: block;
    }

.banner-home .banner-box p {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}


/*.te {
    font-family: FontAwesome;
    border-radius: 0px;
    width: 100px;
    margin: 30px 0 0 -5px;
}*/
/*#timepicker{
    margin-bottom: 5px;
}*/

#destination {
    margin-bottom: 10px;
}

/*.search-section .tab-sec {
    width: 300px; /*ขนาดกรอบ*/
/*margin: auto;
    text-align: center;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 3rem;
}*/


/*.search-section .tab-sec:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: -30px;
        background: url(../images/left-shadow.png) no-repeat left bottom;
        width: 375px;
        height: 30px;
    }

    .search-section .tab-sec:after {
        position: absolute;
        content: "";
        right: 0;
        bottom: -30px;
        background: url(../images/right-shadow.png) no-repeat right bottom;
        width: 375px;
        height: 30px;
    }*/

.search-section .tab-sec .nav-tabs .nav-link {
    display: inline-block;
    border-radius: 15px;
    background: #efa316;
    border: 2px solid#ffea93;
    width: 22%;
    margin: 0 1%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

    .search-section .tab-sec .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active,
    .search-section .tab-sec .nav-tabs .nav-link:focus,
    .search-section .tab-sec .nav-tabs .nav-link:hover {
        background: #ef540f;
        border-color: #ef540f;
        color: #fff;
    }

.search-section .tab-sec .nav {
    display: inline-block;
    margin: 0 auto;
}

.search-section .tab-sec .nav-tabs {
    border: none;
    padding: 15px 0
}

    .search-section .tab-sec .nav-tabs .nav-link p {
        font-size: 15px;
        line-height: 24px;
        color: #fff;
        text-transform: uppercase;
    }

.search-section .tab-sec .tab-details figure img {
    margin-top: -180px;
}

.search-section .tab-sec .form-inline .form-control {
    font-size: 16px;
    line-height: 30px;
    color: #9f9f9f;
    border-radius: 7px;
    width: 290px; /*ความยาวกล่องข้อความ*/
    height: 50px; /*ความสูงกล่องข้อความ*/
    /*margin: 0 0px 20px 20px;*/
}

.search-section .tab-sec .form-inline .form-group {
    display: inline-block;
}

.search-section .tab-sec .form-control:focus {
    box-shadow: none;
    border-color: transparent;
}

.search-section .tab-sec .form-inline {
    display: inline-block;
    padding: 0 0 5px 0;
}


.section-title {
    text-align: center;
    margin: -20px auto;
    padding-bottom: 10px;
}

.section-title1 h2 {
    text-align: center;
}


.section-title h3 {
    color: #fdb531;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.section-title h2 {
    font-weight: 700;
    /*line-height: 55px;*/
    text-transform: uppercase;
}

.section-title p {
    color: #8a8a8a;
    font-size: 22px;
    line-height: 28px;
}

.we-offer ul {
    display: inline-block
}

    .we-offer ul li {
        width: 24.5%;
        display: inline-block;
    }

        .we-offer ul li:last-child .offer-colm {
            border: none;
        }

.offer-colm h3 {
    font-size: 25px;
    line-height: 28px;
    padding: 20px 0 10px;
}

.offer-colm p {
    font-size: 17px;
    line-height: 24px;
}

.offer-colm {
    text-align: center;
    border-right: 1px solid #d3d3d3;
    padding: 15px;
}





@media screen and (max-device-width: 360px) and (max-device-width: 370px) {
    /* some CSS here */
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 15px !important;
    }

    .search-section .tab-sec {
        width: 300px;
        margin: auto;
    }

    .search-section .form-inline .restangle {
        width: 275px;
        height: 350px;
        border: 2px solid black;
    }


    .banner-home {
        margin: 20px auto 0 auto;
    }

    .banner-box {
        padding: 0;
        text-align: center;
        margin: auto;
    }

    .banner-home .banner-box h1 {
        margin: 50px 0 80px 0;
    }

    body {
        /*	font-family: 'Source Sans Pro', sans-serif;*/

        margin-top: 0px;
    }

    .search-section .tab-sec .form-inline .form-control {
        width: 275px;
        height: 45px;
        margin: 0 0px 20px 0px;
    }

    .te {
        width: 200px;
        margin: 0 0 0 0px;
    }

    .section-title h2 {
        line-height: 30px;
    }

    .section-title1 h2 {
        margin: 10px auto;
    }

    .btn.book-ride {
        padding: 10px 90px;
        margin: 50px 0 0 0px;
    }
    /*#timepicker{
        margin: 0 0px 20px 20px ;
    }*/
    .form-control {
        margin: 0 0 0 0px;
    }
}

/* #### Mobile Phones Portrait #### */
@media screen and (min-device-width: 371px) and (max-device-width: 399px) {
    /* some CSS here */
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 15px !important;
    }

    .search-section .tab-sec {
        width: 350px;
        margin: auto;
    }

    .banner-home {
        margin: 20px auto 0 auto;
    }

    .banner-box {
        padding: 0;
        text-align: center;
        margin: auto;
    }

    .banner-home .banner-box h1 {
        margin: -40px 0 50px 0;
    }

    body {
        /*	font-family: 'Source Sans Pro', sans-serif;*/

        margin-top: 0px;
    }
   /* img {
        max-width: 300px !important;
    }*/

    .search-section .tab-sec .form-inline .form-control {
        width: 300px;
        height: 50px;
        margin: 0 0px 20px 0px;
    }

    .te {
        width: 200px;
        margin: 0 0 0 15px;
    }

    .section-title1 {
        margin: 0 0 0 0px;
    }

    .form-inline {
        margin: 20px 0 0 0 !important;
    }

    .btn.book-ride {
        padding: 10px 105px;
        margin: 40px 0 0 0px;
    }
    /*#timepicker {
        margin: 0 0px 20px 0px;
    }*/


}

@media screen and (min-device-width: 400px) and (max-device-width: 760px) {
    /* some CSS here */
    h1 {
        font-size: 30px !important;
    }

    h2 {
        font-size: 18px !important;
    }

    .search-section .tab-sec {
        width: 350px;
        margin: auto;
    }

    .banner-home {
        margin: -50px auto 0 auto;
    }

    .banner-box {
        padding: 0;
        text-align: center;
        margin: auto;
    }

    .banner-home .banner-box h1 {
        margin: 0 0 140px 0;
    }

    body {
        /*	font-family: 'Source Sans Pro', sans-serif;*/

        margin-top: 0px;
    }
   /* img {
        max-width: 300px !important;
    }*/
    .search-section .tab-sec .form-inline .form-control {
        width: 340px;
        height: 50px;
        margin: 0 0px 20px 0px;
    }

    .te {
        width: 325px;
        margin: 0 0 0 10px;
    }

    .section-title h2 {
        line-height: 30px;
    }

    .btn.book-ride {
        padding: 10px 125px;
        margin: 40px 0 0px 0px;
    }
    /* #timepicker {
        margin: 0 0px 20px 0px;
    }*/
}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 761px) and (max-device-width: 1023px) {
    /* some CSS here */
    h1 {
        font-size: 50px !important;
    }

    h2 {
        font-size: 24px !important;
    }

    .search-section .tab-sec {
        width: 500px;
        margin: auto;
    }

    .banner-box {
        padding: 0px 0px 50px 0px;
        text-align: center;
        margin: auto;
    }

    .banner-home .banner-box h1 {
        margin: -140px 0 140px 0;
    }

    body {
        /*	font-family: 'Source Sans Pro', sans-serif;*/

        margin-top: 0px;
    }
   /* img {
        max-width: 400px !important;
    }*/
    .search-section .tab-sec .form-inline .form-control {
        width: 490px;
        height: 70px;
        margin: 0 0px 20px 0px;
    }

    .section-title1 {
        /*margin: 0 0 0 40px;*/
    }

    .te {
        width: 400px;
        margin: 0 0 0 5px;
    }

    .btn.book-ride {
        padding: 10px 200px;
        margin: 40px 0 0 10px;
    }
    /* #timepicker {
        margin: 0 0px 20px 0px;
    }*/
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1444px) {
    /* some CSS here */
    h1 {
        font-size: 70px !important;
    }

    h2 {
        font-size: 25px !important;
    }

    .search-section .tab-sec {
        width: 500px;
        margin: auto;
    }

    .banner-box {
        padding: 0px 0px 50px 0px;
        text-align: center;
        margin: auto;
    }

    .banner-home .banner-box h1 {
        margin: -200px 0 70px 0;
    }

    body {
        /*	font-family: 'Source Sans Pro', sans-serif;*/

        margin-top: 0px;
    }
    /*img {
        max-width: 300px !important;
    }*/
    .search-section .tab-sec .form-inline .form-control {
        width: 700px;
        height: 80px;
        margin: 0 0px 20px -100px;
    }

    .section-title1 {
        margin: 50px 0 0 -50px;
    }

    .te {
        width: 400px;
        margin: 0 0 0 -90px;
    }

    .btn.book-ride {
        padding: 30px 310px;
        margin: 50px 0 0 -100px;
    }
    /*#timepicker {
        margin: 0 0px 20px 0px;
    }*/

    

}



