@font-face {
    font-family: 'Sukhumvit';
    /*src: url('fonts/sukhumvit-set/SukhumvitSet-Bold.ttf');
    src: url('fonts/sukhumvit-set/SukhumvitSet-Light.ttf');*/
    src: url('../fonts/sukhumvit-set/SukhumvitSet-Medium.ttf') format('truetype');
    /*src: url('fonts/sukhumvit-set/SukhumvitSet-SemiBold.ttf');
    src: url('fonts/sukhumvit-set/SukhumvitSet-Text.ttf');
    src: url('fonts/sukhumvit-set/SukhumvitSet-Thin.ttf');*/
}

body {
    font-family: 'Sukhumvit', Merriweather,'Helvetica Neue',Arial,sans-serif;
    
}
#mainNav .navbar-nav .nav-item .nav-link {
    font-family: 'Sukhumvit', Merriweather,'Helvetica Neue',Arial,sans-serif;
}
header.masthead .masthead-subheading {
    font-family: 'Sukhumvit', Merriweather,'Helvetica Neue',Arial,sans-serif;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: 'Sukhumvit', Merriweather,'Helvetica Neue',Arial,sans-serif;
}
.footer {
    font-family: 'Sukhumvit', Merriweather,'Helvetica Neue',Arial,sans-serif;
}
#mainNav .navbar-toggler {
    font-family: 'Sukhumvit', Merriweather,'Helvetica Neue',Arial,sans-serif;
}

#search {
    background: #fff;
}
#search .container-xl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(1.5rem*.5);
    padding-right: calc(1.5rem*.5);
}
#search .box-search {
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px #0048f41a, 0 10px 10px -5px #0048f40d;
    /* color: #ffcb09; */
    margin-top: -3.5rem;
    position: relative;
    z-index: 15;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(1px * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}            
.input-group-addon {
  background: #eee;
  border: 1px solid #ced4da;
  padding: 13px;
  border-radius: 0px 5px 5px 0px;
  font-size: 15px;
}

.position-date .ion-close-circled {
  position: absolute;
  top: 6px;
  color: gray;
  right: -18px;
}

.fv-control-feedback {
  width: 38px;
  height: 33px;
  line-height: 33px;
}
.wrapper {
    width: 180px;
    height: 50px;
    /* min-width: 380px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border-radius: 5px;
    /* box-shadow: 0 5px 10px rgba(0,0,0,0.2); */
    /* border: 1px solid #ded9d9; */
    margin-top: 7px;
}
.minus.disabled {
    opacity: .65;
    color: #504d4d!important;
}
.plus.disabled {
    opacity: .65;
    color: #504d4d!important;
}
.wrapper .minus {
    /* background: #ffcb09; */
    height: 100%;
    /* width: 100%; */
    color: #ff6701;
    font-size: 30px;
    border-radius: 50%;
    border: 2px solid;
}
.wrapper span {
    width: 30%;
    text-align: center;
    /* font-size: 55px; */
    /* font-weight: 600; */
    cursor: pointer;
    user-select: none;
    font-size: 20px;
}
.disabled {
    cursor: not-allowed !important;
    pointer-events: none;
    opacity: 0.5;
}
.wrapper .plus {
    /* background: #ffcb09; */
    height: 100%;
    /* width: 100%; */
    color: #ff6701;
    font-size: 30px;
    border-radius: 50%;
    border: 2px solid;
}
.btn-blue-search {
    background-color: #ff6701;
    color: white;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
}
.form-group>button {
    height: 50px;
}
.form-group {
    margin-bottom: 1rem;
}
.form-group>label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 16px;
    font-weight: bold;
}
figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    border-radius: 0.5rem;
    box-shadow: 0 20px 25px -5px #00000026, 0 10px 10px -5px #00000030;
}
.column:last-child {
    padding-bottom: 20px;
}
.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 0.5rem !important;
}
.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    border-radius: 0.5rem !important;
    
}
.row-route{
    position: relative;
    text-align: left;
    border-radius: 0.25rem !important;
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}
.route-text, .route-text:hover{
    background-color: #0d6efda8; 
    color: #fff; 
    padding-left: 10px; 
    margin-top: -32px; 
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}
a, a:active, a:focus {
    outline: none;
}
a {
    text-decoration: none;
}
h2{
    font-size: 24px !important;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #ffffff;
    text-decoration: underline;
}
.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.5rem;
}
.btn:hover {
    color: #ffffff !important;
    background-color: #ff6701 !important;
    border-color: #ff6701 !important;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #0d6efd85;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(13 110 253 / 32%);
}
.datepicker-days .table-condensed thead tr:nth-child(2) {
    background-color: #0d6efd;
    color: #fff;
}
.datepicker td.active, .datepicker td.active:hover {
    background: #0d6efd!important;
}
.datepicker td.day:hover {
    background-color: #0d6efd;
}
.datepicker td.day:hover {
    background: #0d6efd;
    cursor: pointer;
    color: #FFF;
}
.datepicker td.active.active:after {
    background: #0d6efd;
}
@media (max-width: 768px){
    #search .box-search {
        margin-top: 50px;
    }
    #search .box-search {
        box-shadow: 0 0px 10px 2px #0048f41a, 0 10px 10px 10px #0048f40d;
    }
}
@media (min-width: 768px){
    header.masthead {
        padding-top: 15rem;
        padding-bottom: 10rem;
    }
}
@media (min-width: 992px){
    #mainNav.navbar-shrink {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #0d6efd;
    }

}


@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
    #search .box-search {
        margin-top: -7.5rem;      
    }
}
    
@media (min-width: 992px){
    #mainNav {
        padding-top: 1rem;
        padding-bottom: 1rem;
        border: none;
        background-color: #0d6efd;
        transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    }
}
