body {
    font-family: roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    padding-top: 60px
}

@media(max-width:1025px) {
    body {
        padding-top: 50px
    }
}

::selection {
    background: #f9af18;
    color: #fff
}

::-moz-selection {
    background: #f9af18;
    color: #fff
}

body.menu-open {
    overflow: hidden
}

b,
strong {
    font-weight: 700
}

a {
    color: #f9af18;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #f9af18
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #dfe0e2
}

img {
    max-width: 100%
}

ul {
    padding: 0;
    margin: 0
}

p {
    margin-bottom: 0
}

p + p,
p + ul,
ul + p,
p + ol,
ol + p {
    margin-top: 20px
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*=heading-] {
    margin-bottom: 0;
    font-weight: 700
}

h1,
.heading-1 {
    font-size: 34px;
    line-height: 1.19444
}

@media(min-width:768px) {

    h1,
    .heading-1 {
        font-size: 50px
    }
}

@media(min-width:992px) {

    h1,
    .heading-1 {
        font-size: 60px
    }
}

@media(min-width:1200px) {

    h1,
    .heading-1 {
        font-size: 72px
    }
}

h2,
.heading-2 {
    font-size: 30px;
    line-height: 1.20833
}

@media(min-width:768px) {

    h2,
    .heading-2 {
        font-size: 42px
    }
}

@media(min-width:1200px) {

    h2,
    .heading-2 {
        font-size: 48px
    }
}

h3,
.heading-3 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500
}

@media(min-width:768px) {

    h3,
    .heading-3 {
        font-size: 30px
    }
}

h4,
.heading-4 {
    font-size: 22px;
    line-height: 1.20833;
    font-weight: 400
}

@media(min-width:1200px) {

    h4,
    .heading-4 {
        font-size: 24px
    }
}

h5,
.heading-5 {
    font-size: 20px;
    line-height: 1.3
}

@media(min-width:1200px) {

    h5,
    .heading-5 {
        font-size: 20px
    }
}

h6,
.heading-6 {
    font-size: 18px;
    line-height: 1.5
}

@media(min-width:1200px) {

    h6,
    .heading-6 {
        font-size: 16px
    }
}

li {
    list-style: none
}

.container {
    position: relative;
    max-width: 1320px
}

.container-md {
    max-width: 1000px
}

.container-sm {
    max-width: 730px
}

.form-control,
.form-select {
    border: 2px solid #000
}

.btn {
    background-color: #f9af18;
    border: none;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5em;
    padding: 13px 15px;
    border-radius: 5px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
    line-height: normal
}

.btn:hover {
    background-color: #d9a508
}

.btn.btn-outline {
    color: #96c15b;
    background: #fff;
    border-color: #96c15b
}

.btn.btn-green {
    background-color: #23a455
}

.btn.btn-green:hover {
    background: #207d44;
    color: #fff
}

.btn.btn-yellow {
    background-color: #000;
    color: #000
}

.btn.btn-yellow:hover {
    background: #d7a022;
    color: #fff
}

@media(max-width:1025px) {
    .btn {
        padding: 10px 15px
    }
}

.text-bg {
    background-color: #f9af18;
    color: #000;
    padding: 0 10px;
    border-radius: 5px
}

.form-input,
div.cs-selector {
    background: #fff;
    border: 1px solid #cecece;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    line-height: 22px;
    height: 50px;
    padding: 10px 25px;
    width: 100%
}

input[type=date]::-webkit-calendar-picker-indicator {
    background: 0 0;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

textarea.form-input {
    height: 200px
}

.form-input:focus {
    outline: none;
    border-color: #237d48
}

@media(max-width:767px) {
    .form-input {
        font-size: 14px;
        padding: 10px 12px
    }
}

.yellow-text {
    color: #f9af18
}

.orange-text {
    color: #f8a253
}

.peach-text {
    color: #fabe7c
}

.blue-text {
    color: #f9af18
}

.white-text {
    color: #fff
}

.black-text {
    color: #000
}

.dark-pink-text {
    color: #ff396f
}

.yellow-bg {
    background: #f9af18
}

.blue-bg {
    background: #f9af18
}

.light-bg {
    background: #f8f9f9
}

.light-grey-bg {
    background: #ededf5
}

.black-bg {
    background: #000
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

@media(min-width:576px) {
    .text-sm-center {
        text-align: center
    }

    .text-sm-right {
        text-align: right
    }
}

.show-mobile {
    display: none
}

@media(max-width:767px) {
    .show-mobile {
        display: block
    }

    .hide-mobile {
        display: none
    }
}

.section,
.section-intro,
.section-xl {
    padding: 20px 0;
    position: relative
}

@media(min-width:768px) {
    .section {
        padding: 30px 0
    }
}

@media(min-width:992px) {
    .section {
        padding: 40px 0
    }
}

@media(min-width:1200px) {
    .section {
        padding: 50px 0
    }
}

.padding-0 {
    padding: 0 !important
}

.banner-content .banner-heading {
    font-size: 80px;
    line-height: 80px;
    font-weight: 900
}

.banner-content .banner-heading span.wording {
    display: inline-block;
    color: #fff;
    background: linear-gradient(270deg, #f9af18 0%, #f9af18 100%);
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    line-height: initial;
    line-height: unset;
    font-size: 100px;
    line-height: 100px
}

.banner-content .banner-heading span.typed_cursor {
    font-weight: 300;
    color: #fff
}

.banner-content .main-title {
    font-size: 40px
}

.banner-content .main-title span {
    font-style: italic;
    font-weight: 400
}

.banner-content .sub-title {}

@media(max-width:1440px) {
    .banner-content {
        padding-left: 50px
    }
}

@media(max-width:1024px) {
    .banner-content .banner-heading {
        font-size: 60px;
        line-height: 60px
    }

    .banner-content .banner-heading span.wording {
        font-size: 70px;
        line-height: 70px
    }
}

@media(max-width:767px) {
    .banner-content {
        padding: 0
    }

    .banner-content .banner-heading {
        font-size: 26px;
        line-height: 30px
    }

    .banner-content .banner-heading span.wording {
        font-size: 40px;
        line-height: 40px
    }

    .banner-content .main-title {
        font-size: 20px;
        line-height: normal
    }

    .banner-content .sub-title {
        font-size: 18px
    }

    .banner-video video {
        height: auto
    }
}

.title-block {}

.title-block + div,
.title-block + section {
    margin-top: 30px
}

.title-block h1,
.title-block h2 {
    font-size: 30px
}

.title-block h2 + p {}

.title-block p {
    font-size: 24px
}

@media(max-width:960px) {
    .title-block {
        margin-bottom: 0
    }

    .title-block + div,
    .title-block + section {
        margin-top: 20px
    }

    .title-block h1,
    .title-block h2 {
        font-size: 22px
    }

    .title-block p {
        font-size: 16px
    }

    .title-block h1 + p,
    .title-block h2 + p {
        margin-top: 5px
    }
}

@media(max-width:500px) {
    .title-block h2 {
        font-size: 18px
    }
}

.shadow-box {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
    border-radius: 5px;
    padding: 40px;
    position: relative
}

.shadow-box.padding-5 {
    padding: 5px
}

.shadow-box.padding-10 {
    padding: 10px
}

.shadow-box.padding-15 {
    padding: 15px
}

.shadow-box.padding-20 {
    padding: 20px
}

.shadow-box.padding-25 {
    padding: 25px
}

.shadow-box.padding-30 {
    padding: 30px
}

.shadow-box.padding-35 {
    padding: 35px
}

.shadow-box.border-radius-0 {
    border-radius: 0
}

.shadow-box.border-radius-5 {
    border-radius: 5px
}

@media(max-width:990px) {
    .shadow-box {
        padding: 15px;
        margin-bottom: 15px
    }
}

.bg-svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none
}

.bg-svg + * {
    position: relative
}

.bg-svg-1 {
    transform: translateY(-6.5%)
}

.bg-svg-2 {
    transform: translateY(-58%)
}

.bg-svg-3 {
    transform: translateY(42%)
}

.bg-svg-4 {
    z-index: 1;
    transform: translateY(42%)
}

.bg-svg-5 {
    transform: translateY(-50%)
}

.svg-car {
    will-change: transform
}

html[class*=ie-] .svg-car {
    display: none
}

html[class*=ie-] .bg-svg-1 {
    height: 1200px
}

.navigation {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1080;
    background: #191970;
    box-shadow: 0 4px 40px rgb(62 73 88/8%)
}

.navigation .logo {
    padding-top: 5px;
    padding-bottom: 5px
}

.navigation .logo img {
    max-height: 50px
}

@media(max-width:991px) {
    .navigation .nav {
        display: none
    }
}

.navigation .nav li {
    align-items: center;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
}

.navigation .nav li a {
    color: #F5F5F5;
    font-weight: 600;
    font-size: 18px;
    padding: 12px 15px;
    line-height: normal;
    display: block
}

.navigation .nav li:hover > a {
    color: #fff;
    background: #f9af18
}

.navigation .nav li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
    padding-top: 5px;
    max-height: 400px;
    overflow: auto;
    border-bottom: solid 5px #f9af18;
}

.navigation .nav li:hover ul {
    display: block;
}

.navigation .nav li ul li {
    display: block;
}

.navigation .nav li ul li + li {
    border-top: solid 1px #ededf5
}

.navigation .nav li ul li a {
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
}

.navigation .nav li ul li a:hover {
    background: #f9af18;
}

.navigation-call-box {
    padding-left: 20px
}

.navigation-call-box a {
    display: flex;
    align-items: center;
    letter-spacing: -1px
}

.navigation-call-box a svg {
    fill: #90EE90
}

.navigation-call-box a span {
    font-size: 17px;
    font-weight: 400;
    margin: 0 10px;
    color: #F5F5F5
}

.navigation-call-box a b {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -1px;
    color: #F5F5F5
}

@media(max-width:767px) {
    .navigation-call-box {
        display: none
    }
}

.mobile-call-box {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding-top: 3px;
    z-index: 111111111
}

.mobile-call-box ul {
    display: flex
}

.mobile-call-box ul li a {
    display: flex;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff
}

.mobile-call-box ul li a svg {
    margin-right: 10px;
    fill: #fff
}

.mobile-call-box ul li.phone-number {
    flex: 0 0 58%;
    background: #1409d2;
    border-right: solid 3px #fff
}

.mobile-call-box ul li.phone-number a {
    color: #fff
}

.mobile-call-box ul li.phone-number a span {
    display: none
}

.mobile-call-box ul li.whatsapp {
    display: block;
    flex: 0 0 42%;
    background: #65bc54
}

.mobile-call-box ul li.whatsapp a {}

@media(max-width:1025px) {
    .mobile-call-box {
        display: block
    }
}

.mb-navigation-toggle-btn {
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #3e4958;
    background-color: transparent;
    border: none;
    display: none
}

@media(max-width:991px) {
    .mb-navigation-toggle-btn {
        display: block
    }
}

@media(max-width:767px) {
    .navigation .logo {
        height: 50px
    }

    .navigation .logo img {
        height: 40px
    }
}

.mb-navigation-toggle-btn span {
    position: relative;
    display: block;
    margin: auto;
    transition: .3s all ease;
    top: 23px
}

.mb-navigation-toggle-btn span:after,
.mb-navigation-toggle-btn span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    transition: .3s all ease
}

.mb-navigation-toggle-btn span:after {
    top: 8px
}

.mb-navigation-toggle-btn span:after,
.mb-navigation-toggle-btn span:before,
.mb-navigation-toggle-btn span {
    width: 24px;
    height: 4px;
    background-color: #3e4958;
    backface-visibility: hidden;
    border-radius: 5px
}

.mb-navigation-toggle-btn span {
    transform: rotate(180deg)
}

.mb-navigation-toggle-btn span:before,
.mb-navigation-toggle-btn span:after {
    transform-origin: 1.71429px center
}

.mb-navigation-open .mb-navigation-toggle-btn span {
    transform: rotate(360deg)
}

.mb-navigation-open .mb-navigation-toggle-btn span:before,
.mb-navigation-open .mb-navigation-toggle-btn span:after {
    top: 0;
    width: 15px
}

.mb-navigation-open .mb-navigation-toggle-btn span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg)
}

.mb-navigation-open .mb-navigation-toggle-btn span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg)
}

.off-canvas-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 9999
}

.off-canvas-wrapper.open {
    opacity: 1;
    visibility: visible
}

.off-canvas-wrapper.open .off-canvas-inner-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.off-canvas-wrapper .off-canvas-overlay {
    background-color: rgba(0, 0, 0, .7);
    content: '';
    cursor: url(../images/cancel.png), auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}

.off-canvas-wrapper .off-canvas-inner-content {
    background-color: #fff;
    width: 400px;
    padding: 0;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    float: right
}

@media(max-width:767px) {
    .off-canvas-wrapper .off-canvas-inner-content {
        width: 320px
    }
}

.off-canvas-wrapper .btn-close-off-canvas {
    top: 0;
    right: 100%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.off-canvas-wrapper .btn-close-off-canvas i {
    font-size: 50px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: block;
    line-height: 40px;
    font-weight: 700
}

.off-canvas-wrapper .btn-close-off-canvas:hover i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.off-canvas-wrapper .off-canvas-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    height: calc(100% - 54px)
}

.mobile-navigation {
    position: relative;
    overflow-x: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    display: flex
}

.mobile-menu,
.mobile-navigation .sub-categories-div {
    padding-bottom: 30px;
    margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    padding: 0;
    list-style: none;
    will-change: transform;
    visibility: hidden;
    -webkit-transition: transform 250ms ease-in-out;
    -moz-transition: transform 250ms ease-in-out;
    -ms-transition: transform 250ms ease-in-out;
    -o-transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out
}

.mobile-navigation .mobile-menu-visible {
    visibility: visible
}

.mobile-navigation .mobile-menu-translateX {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.mobile-navigation .mobile-menu-translateX-left {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.mobile-navigation .mobile-menu-translateX-right {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.mobile-menu li,
.mobile-navigation .sub-categories-div li {
    padding-bottom: 2px
}

.mobile-menu li.mb-menu-separator {
    border-bottom: 1px solid #d5dbdb;
    padding: 0;
    margin: 5px 0
}

.mobile-menu li .heading,
.mobile-navigation .sub-categories-div li.sub-categories-div-heading .heading {
    padding-bottom: 5px;
    padding-right: 20px;
    padding-left: 15px;
    padding-top: 13px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #111;
    text-transform: capitalize;
    display: inline-block
}

.mobile-menu li a,
.mobile-navigation .sub-categories-div li a {
    padding: 7px 15px;
    display: block;
    position: relative;
    border-bottom: solid 1px #edf3fd;
    cursor: pointer;
    color: #000
}

.mobile-navigation .sub-categories-div > ul > li.has-child > a {
    font-weight: 700
}

.mobile-menu li > a:after,
.mobile-navigation .sub-categories-div li.has-child a:after {
    content: "";
    border: 1px solid #000;
    border-width: 0 0 2px 2px;
    width: 10px;
    height: 10px;
    line-height: 0;
    font-size: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    pointer-events: none
}

.mobile-menu li a:hover {}

.mobile-menu li.mobile-menu-brands {
    padding: 0 15px
}

.mobile-menu li.mobile-menu-brands .brands-menu-alphabet {
    justify-content: start;
    margin-bottom: 0
}

.mobile-menu li.mobile-menu-brands .brands-menu-alphabet .alphabet-menu-button {
    padding: 0
}

.mobile-navigation .sub-categories-div li.sub-categories-div-heading {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mobile-navigation .sub-categories-div li.sub-categories-div-heading .heading {
    padding-right: 0
}

.mobile-navigation .sub-categories-div li.sub-categories-div-heading .cat-btn {
    padding: 0 15px 0 0;
    font-size: 14px
}

.mobile-navigation .sub-categories-div .back-menu-link {
    border-bottom: 1px solid #edf3fd;
    font-weight: 500;
    display: block;
    padding: 7px 15px;
    color: #6dc9f7
}

.mobile-navigation .sub-categories-div .back-menu-link:hover {
    background-color: #eaeded;
    color: #111
}

.mobile-navigation .sub-categories-div .back-menu-link img {
    width: 25px
}

.mobile-navigation .sub-categories-div li ul {
    padding-left: 15px
}

.mobile-navigation .sub-categories-div li ul li a {}

.mb-logo-sec {
    margin: 0 auto;
    width: 250px;
    padding: 10px
}

.city-loader {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffffffb0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #f9af18;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #f9af18 transparent transparent transparent
}

.lds-ring div:nth-child(1) {
    animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
    animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.banner-section {
    padding: 50px 0;
    background: url(../images/main-banner-bg.WebP) center/cover no-repeat #000
}

.banner-section:before {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: ""
}

@media(max-width:500px) {
    .banner-section {
        padding: 20px 0
    }

    .banner-text h1 {
        font-size: 22px
    }

    .banner-text h2 {
        font-size: 18px
    }

    .banner-text h4 {
        font-size: 16px
    }
}

.search-form-tab {
    position: relative
}

.search-form-tab .nav-tabs .nav-item + .nav-item {
    margin-left: 5px
}

.search-form-tab .nav-tabs {
    border: none
}

.search-form-tab .nav-tabs .nav-link {
    background: #f9af18;
    color: #000;
    font-weight: 700;
    cursor: pointer
}

.search-form-tab .nav-tabs .nav-link.active {
    background: #fff
}

.banner-search-box {
    position: relative;
    z-index: 5;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
    padding: 20px 24px;
    border-radius: 0 5px 5px 5px
}

@media(min-width:768px) {}

@media(min-width:992px) {
    .banner-search-box h2 {
        font-size: 24px
    }
}

.banner-search-box .button {
    margin-top: 30px
}

@media(min-width:1200px) {
    .banner-search-box .button {
        margin-top: 40px
    }
}

@media(max-width:767px) {
    .banner-search-box .title-block {
        font-size: 14px
    }

    .banner-search-box .title-block h2 {
        font-size: 16px;
        margin-bottom: 10px
    }
}

.banner-search-box li {
    padding: 0;
    margin-top: 10px
}

.banner-search-box li .form-select {
    font-weight: 700;
    font-size: 16px
}

.banner-search-box li .btn {}

.search-section .banner-search-box ul {
    display: flex;
    flex-wrap: wrap
}

.search-section .banner-search-box li {
    flex: 0 0 33.33%;
    margin: 0;
    padding: 10px
}

.banner-search-box .select2-container .select2-selection--single {
    background: #ededf5
}

.select2-container .select2-selection--single {
    height: 44px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    width: 30px
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 16px;
    border-top: solid 1px #aaa
}

@media(max-width:500px) {
    .banner-search-box {
        padding: 10px
    }

    .search-section .banner-search-box li {
        flex: 0 0 50%;
        padding: 5px
    }

    .search-section .banner-search-box li.btn-li {
        flex: 0 0 100%
    }

    .banner-search-box li .form-select {
        font-size: 14px
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px
    }
}

.banner-search-cta {
    margin-top: 15px;
    padding-top: 15px
}

.divider-section {
    border-bottom: 1px solid #434343;
    padding: 8px 0;
    overflow: hidden;
    position: relative;
    background: #000
}

.divider-section-content {
    position: relative
}

.divider-section .divider-section-content:before {
    border-top: dashed #ececec;
    width: 100%;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15px;
    z-index: 0
}

.divider-section .divider-section-content .vehicle-border {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-animation: s3-rotate 7s infinite linear;
    animation: s3-rotate 7s infinite linear;
    display: block
}

.divider-section .divider-section-content.ambulance img {
    position: relative;
    top: -15px
}

@-webkit-keyframes s3-rotate {
    from {
        -webkit-transform: translateX(105%)
    }

    to {
        -webkit-transform: translateX(-5%)
    }
}

.strip-border {
    position: relative
}

.strip-border:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 12px;
    background-size: 30px;
    background-image: -webkit-linear-gradient(0deg, #f9af18 15px, #323b4c 0)
}

.services-container + .strip-border {
    margin-top: 100px
}

.services-box {
    background-color: #fff;
    border-radius: 5px;
    border-bottom: 4px solid transparent;
    transition: all .15s ease-in-out;
    text-align: center;
    padding: 70px 15px 50px;
    max-width: 430px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto
}

.services-box:hover {
    border-color: #f9af18;
    box-shadow: 0 4px 40px rgba(62, 73, 88, .08)
}

.services-box h3 {
    margin-top: 45px
}

@media(min-width:1200px) {
    .services-container [class*=col-]:nth-of-type(even) .services-box {
        padding-top: 90px
    }

    .services-container [class*=col-]:nth-of-type(even) .services-box h3 {
        margin-top: 56px
    }

    .services-container [class*=col-]:nth-of-type(odd) {
        margin-top: 40px
    }

    .services-container [class*=col-]:nth-of-type(3) .services-box {
        padding-top: 100px
    }

    .services-container [class*=col-]:nth-of-type(3) .services-box h3 {
        margin-top: 77px
    }
}

@media(min-width:1400px) {
    .services-container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 1870px
    }

    .services-container .row {
        margin-left: -20px;
        margin-right: -20px
    }

    .services-container .row > [class*=col-] {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(max-width:767px) {
    .services-box {
        padding: 15px
    }

    .services-box h3 {
        font-size: 16px;
        color: #d61917;
        margin-top: 25px
    }
}

.featured-tours {}

.featured-tours .tour-cols {
    flex: 0 0 calc(33.33% - 20px);
    margin: 10px;
    padding: 0
}

.featured-tours .tour-cols a.tour-col-link {
    display: block;
    color: #000;
    padding: 25px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 5px;
    position: relative;
    height: 100%;
    border: solid 5px #fff;
    text-align: center
}

.featured-tours .tour-cols h4 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px
}

.featured-tours .tour-cols .cab-price-start {
    font-size: 16px;
    color: #f9af18
}

.featured-tours .tour-cols .cab-price-start strong {
    font-weight: 700;
    color: #000
}

.featured-tours .tour-cols .cab-price-start sup {
    font-size: 12px
}

.featured-tours .tour-cols .btn {
    white-space: nowrap;
    padding: 5px 10px;
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
}

@media(min-width:1025px) {
    .featured-tours .tour-cols a.tour-col-link {
        text-align: center
    }

    .featured-tours .tour-cols a.tour-col-link:hover {
        border-color: #f9af18
    }

    .featured-tours .tour-cols a.tour-col-link:hover .btn {
        opacity: 1
    }

    .featured-tours .tour-cols a.tour-col-link:hover .cab-price-start strong {}
}

@media(max-width:500px) {
    .featured-tours {
        padding: 7px
    }

    .featured-tours .tour-cols {
        flex: 0 0 calc(50% - 10px);
        margin: 5px
    }

    .featured-tours .tour-cols a.tour-col-link {
        padding: 15px
    }

    .featured-tours .tour-cols h4 {
        font-size: 16px;
        margin-bottom: 0
    }

    .featured-tours .tour-cols .cab-price-start {}

    .featured-tours .tour-cols .btn {
        font-size: 14px;
        padding: 5px 10px;
        transform: none;
        display: none
    }
}

.featured-tour-packages .tour-package-list .tour-cols {
    padding: 10px
}

.cab-list-section {
    background: url(../images/second-main-bg.WebP) center center no-repeat #2c2c2c;
    background-size: cover;
    background-attachment: fixed;
    position: relative
}

.cab-list-section:before {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: ""
}

.cab-list-section .title-block {
    color: #fff
}

.cab-cols {
    padding: 10px
}

@media(max-width:500px) {
    .cab-cols {
        padding: 3px
    }
}

.cab-cols a {
    display: block
}

.cab-cols .cab-image-col {}

.cab-cols .cab-image-col img {
    border-radius: 5px
}

.cab-cols .cab-info {
    color: #666;
    font-size: 15px;
    margin-top: 5px;
    justify-content: center;
    display: flex;
    align-items: center
}

.cab-cols h4 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600
}

.cab-cols .cab-info > div + div {
    padding-left: 20px
}

ul.additional_info {
    list-style: none;
    padding: 20px;
    margin: 0;
    font-size: 30px;
    display: flex;
    width: 100%;
    justify-content: space-between
}

ul.additional_info li {
    padding-right: 15px
}

ul.additional_info li a {
    display: block;
    background-color: #f6f6f6;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    padding: 0;
    color: #f9af18 !important
}

.cab-cols .shadow-box {
    padding: 5px
}

.cab-cols .cab-detail {
    color: #000;
    position: relative;
    text-align: center
}

@media(max-width:1025px) {
    .cab-cols .cab-image {
        margin-bottom: 30px
    }
}

@media(max-width:767px) {
    .cab-list-section {
        overflow: hidden
    }

    .cab-list-section .container {
        padding: 0
    }

    .cab-cols .shadow-box {
        padding: 5px;
        border-radius: 5px;
        margin: 0
    }

    .cab-cols .cab-image-col img {
        border-radius: 5px
    }

    .cab-cols h4 {
        font-size: 12px;
        height: 45px
    }

    .cab-cols .cab-info {
        font-size: 12px
    }

    .cab-cols .cab-info .infotext {
        display: none
    }

    .cabs-slider .slick-list {
        margin-right: -50px
    }
}

.slick-slide {
    height: auto
}

.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 48px;
    z-index: 1;
    cursor: pointer;
    display: none !important
}

.slick-slider .slick-arrow.slick-left {
    left: -30px
}

.slick-slider .slick-arrow.slick-right {
    right: -30px
}

@media(max-width:1025px) {
    .slick-slider .slick-arrow.slick-left {
        left: 0
    }

    .slick-slider .slick-arrow.slick-right {
        right: 0
    }
}

.testimonial-section {
    background: url(../images/map-bg.WebP) 0 0 no-repeat #f9af18;
    background-size: cover
}

.testimonial-section .title-block .quote {
    margin-bottom: 50px
}

.testimonial-carousel {
    margin-top: 50px
}

.testimonial-carousel .user-reviews-text {
    font-weight: 500;
    min-height: 135px
}

.testimonial-carousel .reviewer-details {}

.testimonial-carousel .reviewer-details h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.testimonial-carousel .slick-slide {
    padding: 20px
}

.testimonial-carousel .testimonial-box {
    opacity: .5;
    transition: all 300ms ease
}

.testimonial-carousel .slick-center .testimonial-box {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #000;
    opacity: 1
}

@media(max-width:767px) {
    .testimonial-carousel .user-reviews-text {
        font-size: 14px
    }

    .testimonial-carousel .reviewer-details h4 {
        font-weight: 500;
        font-size: 14px;
        color: #000
    }
}

.why-section .title-block {
    margin-bottom: 50px
}

.why-box {
    margin-bottom: 30px
}

.why-box .why-box-icon {
    margin-bottom: 30px
}

.why-box .why-box-icon img {}

.why-box .why-box-text {}

.why-box .why-box-text h4 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px
}

.why-box .why-box-text p {
    font-size: 16px
}

@media(max-width:767px) {
    .why-box {
        margin-bottom: 15px
    }

    .why-box .why-box-icon {
        margin-bottom: 5px
    }

    .why-box .why-box-icon img {
        height: 30px
    }

    .why-box .why-box-text h4 {
        font-size: 14px;
        margin: 0
    }

    .why-box .why-box-text p {
        font-size: 13px
    }
}

.responsive-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%
}

.responsive-iframe > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.footer-cta {
    background: url(../images/cta-bg.WebP) center center no-repeat;
    background-size: cover;
    position: relative
}

.footer-cta:before {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: ""
}

.footer-cta a {
    display: inline-block
}

@media(max-width:767px) {
    .footer-cta .title-block h2 {
        font-size: 18px
    }
}

.footer {
    padding-top: 80px
}

.footer a {
    color: #3e4958
}

.footer-top {
    padding-bottom: 30px
}

.footer-col {
    margin-bottom: 50px
}

.footer-col h5 {
    margin-bottom: 30px
}

.footer-col ul {}

.footer-col ul li {}

.footer-col ul li + li {
    margin-top: 15px
}

@media(min-width:1024px) {
    .footer-col.qr-code {
        margin-top: -270px
    }
}

@media(min-width:1200px) {
    .footer-col.qr-code {
        margin-top: -370px
    }
}

.footer-copyright {
    padding: 15px 0;
    background: #000;
    color: #fff;
    align-items: center
}

.footer-copyright a {
    color: #f9af18
}

@media(max-width:1024px) {
    .footer-copyright {
        padding-bottom: 100px
    }
}

@media(max-width:767px) {
    .footer {
        padding-top: 20px
    }

    .footer-col h5 {
        margin-bottom: 10px
    }

    .footer-col {
        margin-bottom: 20px
    }

    .footer-col ul li + li {
        margin-top: 5px
    }
}

.f-social {}

.f-social a + a {
    margin-left: 15px
}

.amr-softec {
    background: #fff;
    border: solid 5px #f64868;
}

.amr-softec a {
    display: block;
    font-weight: bold;
}

.amr-softec a p {
    background: #f64868;
    color: #fff;
    padding-bottom: 5px;
}

.amr-softec img {
    max-width: 200px;
    margin: 10px;
}

@media (max-width: 1050px) {

    .amr-softec a p {
        font-size: 14px;
    }
}


.cab-list-page {
    padding-top: 0
}

@media(min-width:1200px) {

    .section-intro + .cab-list-page {
        padding-top: 100px
    }
}

.cablist-link {
    padding: 10px;
    display: block
}

.cab-image {
    text-align: center;
    margin: 0 auto
}

.cab-image img {
    height: 150px;
    width: 300px;
    object-fit: cover
}

.cab-list-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.cablist-cols {
    padding: 50px;
    border-top: solid 1px #eaf2ff
}

.cablist-cols + .cablist-cols {}

.header-cab-info ul li {
    color: #102e69
}

.cablist-cols h4 {
    font-size: 20px;
    font-weight: 500
}

.cablist-cols h4 strong {
    font-weight: 700
}

.cablist-cols h4 sup {
    font-size: 12px;
    color: #999
}

.cablist-cols .cab-info {
    margin-top: 20px
}

.cablist-cols .cab-info > div + div {
    padding-left: 20px
}

.cablist-cols .bags,
.cablist-cols .seaters {
    color: #000;
    font-weight: 500;
    display: block;
    font-size: 16px
}

.cablist-cols ul.additional_info {
    margin-top: 20px;
    margin-bottom: 20px
}

.cablist-cols ul.additional_info li a {
    width: 50px;
    height: 50px;
    line-height: 60px
}

.cablist-cols .cab-price-start {
    color: #202020;
    font-weight: 600
}

@media(max-width:990px) {
    .cablist-cols {
        padding: 50px 0
    }
}

.contact-form {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%
}

.contact-form li {
    float: left;
    width: 50%;
    padding: 10px
}

@media(max-width:500px) {
    .contact-form li {
        width: 100%
    }
}

.contact-form .form-control {}

.contact-form textarea.form-control {
    height: 150px
}

.contact-form li.full {
    width: 100%
}

.pick-detail-form {
    margin-left: -10px;
    margin-right: -10px;
    font-size: 16px
}

.pick-detail-form ul {
    margin: 0
}

.pick-detail-form ul li {
    list-style: none;
    margin-top: 10px
}

.pick-detail-form ul li.date-time {
    display: flex;
    justify-content: space-between
}

.pick-detail-form ul li.date-time .form-floating {
    flex: 0 0 49%
}

.pick-detail-form ul li.date-time .form-floating + .form-floating {
    flex: 0 0 49%
}

.pick-detail-form ul li.date-time input::-webkit-calendar-picker-indicator {
    background: 0 0;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.pick-detail-form ul li textarea.form-control {
    height: 120px
}

.pick-detail-form ul li .btn {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 20px;
    font-weight: 500
}

.visitor-form {
    margin: 0 auto;
    max-width: 500px
}

.visitor-form .booking-detail {
    float: left;
    width: 100%;
    padding: 25px
}

.visitor-form .booking-detail h5 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400
}

.visitor-form .booking-detail h5 span {
    font-weight: 700
}

@media(max-width:500px) {
    .visitor-form .booking-detail h5 {
        font-size: 18px
    }
}

.booking-info,
.booking-form-bottom,
    {
    float: left;
    width: 100%
}

.booking-info ul {
    float: left;
    width: 100%;
    border-bottom: 1px solid #facc02;
    margin-bottom: 15px
}

.booking-info ul li {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    position: relative
}

.booking-info ul li:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    background: #eaf2ff;
    z-index: 0
}

.booking-info ul li label,
.booking-info ul li div {
    font-size: 16px;
    background: #fff;
    padding: 2px 10px 2px 0;
    position: relative;
    z-index: 1
}

.booking-info ul li div {
    font-weight: 700;
    padding: 2px 0 2px 10px
}

.booking-info ul li.price div {
    color: #65bc54;
    font-weight: 700
}

.search-section {
    position: relative
}

.search-section:before {
    content: "";
    background: #020203;
    position: absolute;
    left: 0;
    top: -1px;
    right: 0;
    bottom: 54%
}

.search-section:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    height: 12px;
    background: url(../images/stripe.jpg) 0 0 repeat
}

.home-search-section .banner-search-box {
    position: relative
}

.search-section .container {
    position: relative
}

.main-page-search {
    max-width: 500px;
    margin: auto
}

.main-page-search li {
    padding: 10px 0
}

.city-banner {
    background: url(../images/main-header-bg.jpg) center no-repeat;
    background-size: cover
}

.city-banner:before {
    display: none
}

.city-banner .banner-content h1 {
    font-size: 50px;
    color: #fff
}

.city-taxi-list .title-block {
    margin-bottom: 50px
}

.city-taxi-list .title-block h3 {
    font-weight: 700
}

@media(max-width:1024px) {
    .city-banner .banner-content h1 {
        font-size: 30px
    }

    .section-intro + .city-taxi-list {
        padding: 50px 0
    }
}

@media(max-width:991px) {
    .section-intro + .city-taxi-list {
        padding: 12px 0 60px 0
    }
}

@media(max-width:767px) {
    .city-banner .banner-content h1 {
        font-size: 20px
    }

    .city-taxi-list .title-block {
        margin-top: 12px;
        margin-bottom: 24px
    }

    .city-taxi-list .title-block h3 {
        font-size: 18px
    }
}

.map-bg {
    background: url(../images/map-bg.Webp) 0 0 no-repeat #000;
    background-size: cover
}

.taxi-list {
    margin: 0;
    padding: 0
}

.taxi-list li {
    list-style: none
}

.taxi-list li + li {
    margin: 25px 0 0
}

.taxi-list li a {
    color: #000;
    display: block;
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
    border-radius: 5px
}

.taxi-list li .taxi-img {
    text-align: center
}

.taxi-list li .taxi-img img {
    height: 80px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px
}

.taxi-list li .taxi-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 5px
}

.taxi-list li .taxi-detail {
    color: #323232
}

.taxi-list li .taxi-detail img {
    height: 20px;
}

.taxi-list li .taxi-detail > div + div {
    margin-left: 15px
}

.taxi-list li .taxi-detail i {}

.taxi-list li .taxi-price {
    font-size: 20px;
    font-weight: 700;
    color: #008000;
    text-align: center;
}

.taxi-list li .taxi-cta .btn {
    display: block
}

@media(max-width:500px) {

    .taxi-list li .taxi-name-price {
        padding: 0;
    }

    .taxi-list li .taxi-name {
        padding: 0;
        font-size: 18px;
    }

    .taxi-list li .taxi-price {
        font-size: 18px;
        text-align: left;
    }

    .taxi-list li .taxi-bag {
        padding: 0;
        padding-right: 15px
    }
    .taxi-list li .taxi-detail {
        font-size: 12px;
    }
    .taxi-list li .taxi-bag,
    .taxi-list li .taxi-sheats {
        font-size: 12px
    }

    .taxi-list li .taxi-cta {
        margin-top: 15px
    }
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 110px
}

.side-search-box {
    position: relative
}

.side-search-box li .btn {}

@media(max-width:990px) {
    .side-search-box {
        margin-top: 20px;
    }

}

.visitor-guide-sectoin {
    width: 100%;
    float: left;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background-color: #fff;
    margin-bottom: 50px
}

.visitor-guide-head {
    font-size: 22px;
    padding-bottom: 20px;
    line-height: 26px;
    border-bottom: 1px solid #e2e2e2;
    font-weight: 700
}

.visitor-guide {
    padding: 50px 35px;
    position: relative;
    font-size: 16px
}

@media(max-width:990px) {
    .visitor-guide-head {
        padding-bottom: 15px;
        font-size: 18px
    }

    .visitor-guide {
        padding: 15px 0
    }

    .visitor-guide-sectoin {
        margin-bottom: 25px
    }
}

.content {}

.content p {}

.content ul li,
.visitor-guide ul li {
    list-style: disc;
    margin-left: 20px
}

.content ol li,
.visitor-guide ol li {
    list-style: auto;
    margin-left: 20px
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.visitor-guide h2,
.visitor-guide h3,
.visitor-guide h4,
.visitor-guide h5,
.visitor-guide h6 {
    margin-top: 30px;
    margin-bottom: 20px
}

@media(max-width:555px) {
    .content {
        font-size: 14px;
    }

    .visitor-guide {
        padding: 0;
        margin-top: 15px
    }
}

.more-routes {}

.more-routes ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.more-routes ul li {
    list-style: none;
    padding: 10px;
    flex: 0 245px
}

.more-routes ul li:hover {
    background: #fff
}

.more-routes ul li a {
    display: block;
    color: #000;
    position: relative;
    text-decoration: none
}

.more-routes ul li a h3 {
    font-size: 16px;
    margin: 0
}

.more-routes ul li a p {
    font-size: 14px;
    margin: 0;
    padding: 0
}

.more-routes ul li a p span {
    font-weight: 900
}

.more-routes ul li a span.btn {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 5px;
    font-size: 12px
}

.more-routes ul li:hover a span.btn {
    display: block
}

@media(max-width:500px) {
    .more-routes ul li {
        flex: 0 50%
    }

    .more-routes ul li a h3,
    .more-routes ul li a p,
    .more-routes ul li a p span {
        font-size: 12px
    }
}

.booking-detail .alert {
    font-size: 16px;
    padding: 5px 10px;
    line-height: normal;
    text-align: center
}

.booking-info {
    font-size: 16px
}

.booking-info ul li.msg {
    display: block;
    line-height: 1.5
}

.booking-info ul li.msg:after {
    display: none
}

.booking-info ul.customer-detail {
    border: none;
    margin: 0
}

.city-tour-list table.dataTable thead {
    display: none
}

.city-tour-list table.dataTable td {
    border: none;
    padding: 0
}

.city-tour-list table.dataTable td .shadow-box {
    margin-bottom: 15px;
    color: #000;
    line-height: normal
}

.city-tour-list table.dataTable td .link .btn {
    padding: 7px 10px;
    font-size: 14px
}

.cities-list-slider {}

.cities-list-slider .slick-slide {
    padding: 10px
}

.cities-list-slider .slick-slide a {
    position: relative;
    display: block
}

.cities-list-slider .slick-slide a .city-image {
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.cities-list-slider .slick-slide a .city-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1
}

.cities-list-slider .slick-slide a .city-image img {
    width: 100%
}

.cities-list-slider .slick-slide a h4 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    z-index: 1;
    margin: 0
}

.cities-list-slider .slick-slide a h4 b {
    color: #f9af18
}

.city-img {
    background: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px
}

@media(max-width:990px) {
    .cities-list-slider .slick-slide a {
        background: #fff;
        padding: 5px;
        border-radius: 5px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09)
    }

    .cities-list-slider .slick-slide a h4 {
        position: static;
        color: #000;
        padding: 0;
        padding-top: 10px
    }
}

@media(max-width:767px) {
    .popular-city-section .container {
        padding: 0
    }

    .cities-list-slider .slick-slide {
        padding: 3px
    }

    .cities-list-slider .slick-slide a h4 {
        font-size: 12px;
        padding-top: 5px
    }

    .cities-list-slider .slick-slide a h4 b {
        color: #f9af18
    }
}

.cities-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.cities-list .city-col {
    flex: 0 0 33%;
    padding: 10px;
    text-align: center
}

.cities-list .city-col a {
    display: block;
    color: #000;
    font-size: 16px;
    padding: 15px 10px
}

.cities-list .city-col a b {
    color:
}

@media(max-width:990px) {
    .cities-list .city-col {
        flex: 0 0 50%
    }
}

@media(max-width:500px) {
    .cities-list .city-col {
        flex: 0 0 100%
    }
}

.dataTables_wrapper > .row:first-child > div {
    width: 50%
}

.dataTables_length {}

.dataTables_length label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px
}

.dataTables_length label .form-select {
    width: 80px;
    margin: 0 5px
}

.dataTables_filter label {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 15px
}

.dataTables_filter .form-control {
    margin-left: 5px;
    width: 150px
}

.tour-package-list {}

.tour-package-list .tour-cols {
    flex: 0 0 33.33%
}

.tour-package-list .tour-cols a.tour-col-link {
    display: block;
    color: #000;
    padding: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 5px;
    position: relative;
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 10px
}

.tour-package-list .tour-cols .tour-package-name {
    font-weight: 500;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    margin-top: 15px
}

.tour-package-list .tour-cols .tour-package-info {
    border-top: solid 1px #e7e7e7;
    margin-top: 10px;
    padding-top: 5px
}

.tour-package-list .tour-cols .start-from {
    display: flex;
    align-items: center;
    color: #777;
    font-size: 12px
}

.tour-package-list .tour-cols .start-from .material-symbols-outlined {
    color: #eb2026;
    font-size: 14px
}

.tour-package-list .tour-cols .start-from .start-from-city {
    margin-left: 5px
}

.tour-package-list .tour-cols .tour-package-image {
    position: relative;
}

.tour-package-list .tour-cols .tour-package-image img {
    height: 200px;
    width: 100%;
    object-fit: cover
}

.tour-package-list .tour-cols .tour-package-image .tour-duration {
    position: absolute;
    right: 0;
    bottom: -10px;
    padding: 0px 10px;
    color: #fff;
    background: #000;
    border-radius: 15px;
    font-size: 14px;
}

.tour-package-list .tour-cols .tour-days {
    text-transform: uppercase;
    font-weight: 500;
    color: #777
}

.tour-package-list .tour-cols .tour-days span {
    color: #eb2026
}

.tour-package-list .tour-cols .tour-price {
    font-weight: 700;
}

.tour-package-list .tour-cols .tour-price .price {
    color: #eb2026;
    font-size: 80%;
}

.tour-package-list .tour-cols .btn {
    white-space: nowrap;
    padding: 5px 10px;
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
}

@media(min-width:1025px) {
    .tour-package-list .tour-cols a.tour-col-link:hover {
        border-color: #f9af18
    }

    .tour-package-list .tour-cols a.tour-col-link:hover .btn {
        opacity: 1
    }

    .tour-package-list .tour-cols a.tour-col-link:hover .tour-price strong {}
}

@media(max-width:500px) {
    .tour-package-list {}

    .tour-package-list .tour-cols {
        flex: 0 0 100%
    }

    .tour-package-list .tour-cols a.tour-col-link {
        padding: 15px
    }

    .tour-package-list .tour-cols .tour-package-name {
        font-size: 16px;
        margin-bottom: 0
    }

    .tour-package-list .tour-cols .tour-price {}

    .tour-package-list .tour-cols .btn {
        font-size: 14px;
        padding: 5px 10px;
        transform: none;
        display: none
    }
}

.tour-package-banner {
    border-bottom: solid 1px #ededf5
}

.tour-package-section {
    padding: 50px 0
}

.tour-package-banner .banner-content h1 {
    font-size: 50px
}

.tour-package-heading {
    display: none
}

.tour-package-days span {
    background: #f9af18;
    color: #000;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase
}

.tour-images {
    padding-top: 15px;
    padding-bottom: 15px
}

.tour-images img {
    border-radius: 5px;
    width: 100%;
    max-height: 400px;
    object-fit: cover
}

@media(max-width:1024px) {
    .tour-package-banner {
        display: none
    }

    .tour-package-heading {
        display: block
    }

    .tour-package-heading h1 {
        font-size: 30px
    }

    .tour-images {
        padding: 0
    }

    .tour-images .container {
        padding: 0
    }

    .tour-images img {
        border-radius: 0
    }
}

@media(max-width:990px) {
    .tour-package-section {
        padding-top: 20px
    }

    .tour-package-heading {
        margin-bottom: 20px
    }
}

@media(max-width:767px) {
    .tour-package-section {
        padding-top: 15px
    }

    .tour-package-heading h1 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px
    }

    .tour-package-days span {
        font-size: 14px
    }
}

.tour-filters {}

.tour-filters .filter-col .card-header .card-title {
    font-size: 18px;
    margin: 0
}

.tour-filters .filter-col .list-group .list-group-item {
    padding: 0
}

.tour-filters .filter-col .list-group .list-group-item a {
    padding: 8px 15px;
    display: block;
    color: #000
}

.tour-filters .filter-col .list-group .list-group-item a:hover {
    background: #ededf5
}

.filter-col .accordion-item {}

.filter-col .accordion-item .accordion-button {
    font-weight: 500;
    background: #000;
    color: #fff
}

.filter-col .accordion-item .accordion-button::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nI2ZmZic+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+)
}

.filter-col .accordion-item .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f9af18
}

.filter-col .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzAwMCc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+)
}

.filter-col .accordion-item .accordion-body {
    padding: 0
}

.filter-col .accordion-item .accordion-body ul li {
    border-top: solid 1px #e3e3e3
}

.filter-col .accordion-item .accordion-body ul li a {
    padding: 8px 15px;
    display: block;
    color: #000
}

.filter-col .accordion-item .accordion-body ul li a:hover {
    background: #ededf5
}

.tour-booking-form {
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background-color: #fff;
    margin-bottom: 50px
}

.tour-booking-form h3 {
    padding: 10px 20px;
    font-size: 22px;
    background: #f9af18;
    border-radius: 5px 5px 0 0
}

.tour-booking-form p {
    padding: 10px 20px 0
}

.tour-booking-form ul {
    padding: 20px
}

.tour-booking-form li.inline-field .form-floating {
    width: 100%
}

.tour-booking-form li.inline-field .form-floating + .form-floating {
    margin-left: 10px
}

.tour-booking-form li + li {
    margin-top: 10px
}

.tour-booking-form li textarea.form-control {
    height: 200px
}

.tour-booking-form li .btn {
    width: 100%
}

.sad-img {
    width: 50%;
    max-width: 300px;
    margin: auto
}

.sad-img svg {
    width: 100%;
    fill: #fff
}

.tour-search-section {
    padding: 10px 0
}

.tour-search-section:before,
.tour-search-section:after {
    display: none
}

.tour-search-section ul {
    display: flex;
    flex-wrap: wrap
}

.tour-search-section li {
    flex: 0 0 33.33%;
    margin: 0;
    padding: 10px
}

@media(max-width:500px) {
    .tour-search-section li {
        flex: 0 0 50%;
        padding: 5px
    }

    .tour-search-section li.btn-li {
        flex: 0 0 100%
    }
}

.tour-search-container {
    max-width: 800px
}

.route-page-tour-packages-col {
    margin-top: 40px
}

.route-tour-package-heading {
    font-size: 24px;
    font-weight: 700;
    padding: 10px;
    background: #000;
    color: #fff;
    border-radius: 5px 5px 0 0
}

.route-tour-package-list {
    background: #ededf5;
    border-radius: 0 0 5px 5px
}

.route-tour-package-list .route-tour-package {
    padding: 1px
}

.route-tour-package-list .route-tour-package .route-tour-package-link {
    display: block;
    color: #000;
    padding: 10px;
    background: #fff
}

.route-tour-package-list .route-tour-package .route-tour-package-link:hover {
    background: #f9af18
}

.route-tour-package-list .route-tour-package .route-tour-package-link .route-tour-package-name {}

.route-tour-package-list .route-tour-package .route-tour-package-link .route-tour-package-name h4 {
    font-size: 16px;
    font-weight: 400
}

.route-tour-package-list .route-tour-package .route-tour-package-link .route-tour-package-name .price {
    font-weight: 500
}

.route-tour-package-list .route-tour-package .route-tour-package-link .route-tour-package-name .price .originalPrice {
    font-size: 80%;
    color: red;
    text-decoration: line-through;
    font-weight: 400
}

#tab-accordion h3 {
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    position: relative;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.2;
    padding: 22px 70px 22px 45px
}

#tab-accordion .faq-slide:nth-child(even) h3 {}

#tab-accordion h3 .fa {
    position: absolute;
    top: 50%;
    right: 45px;
    margin-top: -10px
}

#tab-accordion h3.active .fa {
    display: none
}

#tab-accordion .accordion-col {
    display: none
}

.faq-accordion h3:hover {
    color: #f9af18
}

.faq-accordion h3.active {
    color: #000
}

.faq-accordion h3 .fa {
    color: #f9af18
}

.faq-slide {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12)
}

.faq-slide + .faq-slide {
    margin-top: 35px
}

.faq-app-content {
    padding: 5px 45px 40px;
    display: none;
    background: #fff;
    position: relative;
    font-size: 18px
}

.faq-flex {
    width: 85%
}

@media(max-width:767px) {
    .faq-slide + .faq-slide {
        margin-top: 10px;
    }

    #tab-accordion h3 {
        padding: 15px 25px 15px 15px;
        font-size: 16px
    }

    #tab-accordion h3 .fa {
        right: 15px
    }

    .faq-app-content {
        padding: 0 15px 15px 15px;
        font-size: 14px
    }

    .faq-flex {
        width: 100%
    }
}

.route-detail {
    padding: 10px;
}

.route-detail h3 {
    font-size: 18px;
    display: flex;
}

.route-detail h3 svg {
    width: 18px;
    margin: 0 5px;
    fill: #f9af18;
}

.route-detail .small-detail {
    font-size: 14px;
}

.fare-detail .list-group-flush > .list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media(max-width:767px) {
    .fare-detail .list-group-flush > .list-group-item {
        font-size: 14px;
    }
}

.table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}