@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap);

.ac {
    margin-top: 10px;
    border: 1px solid #eee;
    background-color: #fff;
    box-sizing: border-box
}

.ac .ac-header {
    margin: 0;
    padding: 0
}

.ac .ac-trigger {
    font: 700 16px Poppins, sans-serif;
    color: #111;
    text-align: left;
    width: 100%;
    padding: 10px 30px 10px 10px;
    display: block;
    cursor: pointer;
    background-color: transparent;
    transition: color .25s ease;
    position: relative;
    text-decoration: none;
    margin: 0;
    border: 0
}

.ac .ac-trigger:after {
    content: "+";
    text-align: center;
    width: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 10px;
    top: 50%
}

.ac .ac-trigger:focus {
    color: #8a8a8a
}

.ac .ac-panel {
    overflow: hidden;
    transition-property: height, visibility;
    transition-timing-function: ease
}

.ac .ac-panel .ac-text {
    font: 15px/24px Poppins, sans-serif;
    color: #111;
    padding: 10px;
    margin: 0
}

.ac.js-enabled .ac-panel {
    visibility: hidden
}

.ac.is-active .ac-panel {
    visibility: visible
}

.ac.is-active>.ac-header .ac-trigger:after {
    content: "–"
}

:root {
    --easing: cubic-bezier(0.5, 0.7, 0.4, 1)
}

body {
    --page-background: #404046
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    background-color: #fefefe
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -moz-appearance: button;
    appearance: button;
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    appearance: none;
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    appearance: button;
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

*,
:after,
:before,
html {
    box-sizing: border-box
}

a {
    color: #e50050
}

.sub-title {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    font-weight: 700;
    font-family: Poppins;
    margin-bottom: 8px
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.animate__flash {
    animation-name: flash;
    animation-duration: 1s
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 1s
}

.first_3_routes{
    display: block;
}
.last_routes{
    display: none;
}
.form-content label.error {
    display: none!important;
}

ul#popular-route-44 li {border-bottom:1px solid rgba(0, 0, 0, .1843137255);}
#how_to_span, #from_text, #to_text{
    text-transform: capitalize;
}

.imageView {
    font-size: 14px;
    line-height: 24px;
    color: #545454;
}
@media(max-width:991.98px) {
    .s-dis-none {
        display: none
    }

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

body {
    color: #222;
    font: normal 125%/1.4 Poppins, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-family: Poppins
}

.di-flex {
    display: flex;
    flex-wrap: wrap
}

img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

.text-right {
    text-align: right
}

.cb-title {
    font-size: 21px;
    line-height: 1.5;
    color: #000;
    font-weight: 700;
    text-align: center
}

.clearfix:after {
    clear: both;
    content: "";
    display: table
}

.container {
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px
}

.hide-text {
    overflow: hidden;
    padding: 0;
    text-indent: 101%;
    white-space: nowrap
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

a {
    text-decoration: none
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.link-title {
    display: flex;
    align-items: center;
    margin: 0 200px 48px
}

.link-title h2 {
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    font-family: Poppins;
    margin-right: 16px
}

.link-title img {
    display: block;
    margin: 0
}

.main-warpper {
    min-height: 60vh
}

.di-grid {
    display: grid
}

.sticky-nav {
    background-color: #000;
    padding: 24px;
    text-align: center
}

.sticky-nav a {
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-family: Poppins;
    display: inline-block;
    margin: 0 16px
}

.sticky-nav a.active {
    color: #f15b25
}

.sticky-nav a:hover {
    color: #8b8b8b
}

.second-title {
    font-size: 30px;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    font-family: Poppins;
    margin-bottom: 24px
}

.second-title span {
    font-size: 16px;
    color: hsla(0, 0%, 100%, .2392156863)
}

.pad-60 {
    margin: 30px 0
}

.brands-carousel .image-container {
    height: 200px;
    align-items: center;
    justify-content: center;
    display: flex
}

.brands-carousel .image-container img {
    display: block
}

.brands-carousel .recog-text {
    padding: 24px;
    background-color: rgba(0, 0, 0, .3176470588);
    justify-content: space-between
}

.brands-carousel .recog-text a {
    font-size: 12px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    font-family: Poppins
}

.brands-carousel .art-card {
    background-color: #fff
}

.brands-carousel .art-card img {
    width: auto
}

.select-control {
    position: relative;
    top: 0;
    left: 0
}

.select-control .select-label {
    position: absolute;
    top: -8px;
    left: 16px;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    font-family: Poppins;
    padding: 0 8px
}

.select-control select {
    height: 50px;
    background-color: hsla(0, 0%, 100%, 0);
    border: 1px solid #fff;
    width: 100%;
    padding: 8px 24px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: 96% 50%;
    background-repeat: no-repeat;
    color: #888;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    font-family: Poppins
}

.select-control select option {
    color: #000
}

.select-control select option:first-child {
    color: #888;
    background-color: transparent;
    opacity: 1
}

.select-control select.error {
    color: #e34949;
    opacity: 1
}

ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
    width: 100%;
    justify-content: space-between
}

ul#tabs-nav li {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 5px 5px 5px 5px;
    width: 49%;
    margin: 0;
    text-align: center;
    border: 2px solid #f7992c;
    color: #f7992c;
    cursor: pointer
}

ul#tabs-nav li.active,
ul#tabs-nav li:hover {
    background-color: #f7992c
}

ul#tabs-nav li.active a,
ul#tabs-nav li:hover a {
    color: #fff
}

#tabs-nav li a {
    text-decoration: none;
    color: #000
}

.tab-content {
    padding: 10px
}

.films-contain {
    justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px
}

.films-contain .filmes-card {
    margin-bottom: 16px
}

.films-contain .filmes-card .title {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    font-family: Poppins;
    margin-top: 16px
}

.films-contain .filmes-card .brand-link {
    font-size: 12px;
    line-height: 1.5;
    text-decoration: underline;
    color: #fff;
    font-weight: 400;
    font-family: Poppins
}

.films-contain .filmes-card .image-content {
    display: grid;
    position: relative;
    top: 0;
    left: 0
}

.films-contain .filmes-card .image-content .top-row,
.films-contain .filmes-card .image-content .tumb {
    grid-column: 1/-1;
    grid-row: 1/-1;
    width: 100%
}

.films-contain .filmes-card .image-content .dimond {
    position: absolute;
    left: 24px;
    top: 24px
}

.films-contain .filmes-card .image-content .play-btn {
    position: absolute;
    left: 24px;
    bottom: 24px;
    cursor: pointer
}

.pos-sticky {
    top: -240px
}

.pos-sticky,
.pos-sticky1 {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1
}

.pos-sticky1 {
    top: -290px
}

.pos-sticky2 {
    position: -webkit-sticky;
    position: sticky;
    top: -610px;
    left: 0;
    z-index: 1
}

.pos-relative {
    position: relative;
    left: 0;
    top: 0
}

.col-50 {
    width: 50%;
    padding: 0 10px
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
    #map_div,#map_div .box img{height:15vh;}
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.acc-header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 8;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    padding: 8px 0;
    margin-bottom: 24px;
    z-index: 2
}

.acc-header,
.acc-header.fixed-header {
    position: -webkit-sticky;
    position: sticky
}

.acc-header.fixed-header {
    animation: slide-down .7s
}

.acc-header .main-flex {
    align-items: center;
    position: relative;
    left: 0;
    top: 0
}

.acc-header .logo-box {
    width: 16%
}

.acc-header .logo-box img {
    margin-left: 0
}

.acc-header .all-in-one {
    display: block;
    width: 60%;
    margin-left: auto
}

.acc-header .close-link {
    display: none
}

.acc-header .nav-bar {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin: 0
}

.acc-header .nav-bar .link {
    color: #4a1a50;
    padding: 24px 16px;
    display: block;
    font-style: normal;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #000;
    font-family: Poppins;
    border-bottom: 3px solid #fff
}

.acc-header .nav-bar .nav-item .sub-list.act {
    display: block
}

.acc-header .nav-bar .nav-item .sub-list {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 240px;
    width: 100%;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    left: 0;
    top: 94%;
    z-index: 2;
    padding: 16px 24px;
    list-style: none;
    z-index: 9
}

.acc-header .nav-bar .nav-item .sub-list .img-box {
    width: 30%
}

.acc-header .nav-bar .nav-item .sub-list .img-box figure {
    margin: 0;
    position: relative;
    left: 0;
    top: 0
}

.acc-header .nav-bar .nav-item .sub-list .img-box figure .content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .2588235294);
    display: flex;
    align-items: center
}

.acc-header .nav-bar .nav-item .sub-list .img-box figure .content .text {
    padding: 24px
}

.acc-header .nav-bar .nav-item .sub-list .img-box figure .content .text p {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.acc-header .nav-bar .nav-item .sub-list .img-box figure .content .text p.header-title {
    font-size: 40px
}

.acc-header .nav-bar .nav-item .sub-list .link-content {
    width: 35%;
    padding: 0 24px
}

.acc-header .nav-bar .nav-item .sub-list .link-content .title {
    font-weight: 600;
    font-size: 14px;
    display: block;
    color: #000;
    margin-bottom: 16px
}

.acc-header .nav-bar .nav-item .sub-list .link-content .pos-top {
    font-size: 12px;
    color: #333;
    padding: 0 0 10px;
    display: block
}

.acc-header .nav-bar .nav-item .sub-list li a {
    font-family: Poppins;
    font-size: 14px;
    line-height: normal;
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
    color: #4a1a50;
    padding: 14px 0;
    display: block
}

.acc-header .nav-bar .nav-item:hover .sub-list {
    display: block
}

.acc-header .nav-bar .nav-item:hover .link {
    font-family: Poppins;
    color: #149fcb;
    border-bottom: 3px solid #149fcb
}

.acc-header .nav-bar .nav-item .active-header {
    font-family: Poppins
}

.acc-header .login-search {
    width: auto;
    justify-self: flex-end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right
}

.acc-header .login-search .search-icon {
    position: relative;
    left: 0;
    top: 0;
    height: 42px;
    width: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.acc-header .login-search .search-icon img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.acc-header .login-search .login-btn {
    cursor: pointer;
    background-color: #510b46;
    width: 160px;
    margin-left: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    padding: 12px 20px;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 8px;
    transition: all .3s ease;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    font-family: Poppins;
    border-radius: 5px;
    background-color: #f7992c;
    border: none;
    outline: none
}

.acc-header .login-search .login-btn:hover {
    color: #4a1a50
}

.acc-header .search-container {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.acc-header .search-container.active {
    display: block
}

.acc-header .search-container .backdrop-box {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .2588235294);
    left: 0;
    top: 0;
    z-index: 1
}

.acc-header .white-bg {
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    position: relative;
    left: 0;
    top: 0;
    z-index: 2
}

.acc-header .search-result {
    background-color: #fff;
    padding: 32px;
    position: relative;
    z-index: 1
}

.acc-header .search-result ul {
    list-style: none
}

.acc-header .search-result li a {
    font-size: 18px;
    line-height: 28px;
    color: #4a1a50;
    font-weight: 400;
    font-family: Poppins;
    display: block;
    padding: 4px 0
}

.acc-header .search-result li a:first-letter {
    font-weight: 700
}

.acc-header .search-form {
    background-color: #fff
}

.acc-header input[type=search]::-webkit-search-cancel-button,
.acc-header input[type=search]::-webkit-search-decoration,
.acc-header input[type=search]::-webkit-search-results-button,
.acc-header input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

.acc-header .clear-btn,
.acc-header .search-btn {
    background-color: transparent;
    border: none;
    outline: none;
    width: 48px;
    height: 48px
}

.acc-header .clear-btn img,
.acc-header .search-btn img {
    height: auto
}

.acc-header .search-text {
    width: calc(100% - 96px);
    font-size: 18px;
    line-height: 28px;
    color: #4a1a50;
    font-family: Poppins;
    padding: 32px;
    border: none
}

.mob-menu,
.mobile-menu,
.mobile-menu-btn {
    display: none
}

.desk-menu {
    display: block
}

@media(max-width:1199.98px) {
    .acc-header .nav-bar .link {
        padding: 23px 12px 24px;
        font-size: 14px;
        letter-spacing: 0
    }
}

@media(max-width:991.98px) {
    .main-wrapper .acc-header {
        padding: 24px 0
    }

    .approach-page .control-growth #controlGrowth.control .content-box {
        padding-right: 86px
    }

    .approach-page .control-growth #controlGrowth.control .content-box p {
        font-size: 16px
    }

    .main-wrapper .acc-header .logo-box img {
        margin-left: 0
    }

    .mobile-menu-btn {
        margin-right: 20px
    }

    .main-wrapper .acc-header .login-search {
        flex-grow: 1
    }

    .main-wrapper .acc-header .logo-box {
        width: 28%
    }

    .main-wrapper .acc-header .all-in-one {
        width: 0
    }

    .main-wrapper .acc-header .login-search .login-btn {
        width: auto;
        padding: 8px;
        font-size: 12px;
        height: auto;
        line-height: normal
    }

    .mobile-menu,
    .mobile-menu-btn {
        display: flex
    }

    .mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 0;
        background-color: rgba(0, 0, 0, .3098039216);
        z-index: 110;
        overflow-x: hidden;
        transition: width .2s ease-in
    }

    .mobile-menu.open {
        width: 100% !important
    }

    .mobile-menu .link-cotainer {
        background-color: #fff;
        padding: 20px;
        position: relative;
        left: 0;
        top: 0
    }

    .mobile-menu .link-cotainer .close-link {
        display: inline-flex;
        font-size: 32px;
        line-height: 1;
        color: #000;
        font-weight: 400;
        font-family: Roboto;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
        height: auto;
        width: auto;
        cursor: pointer
    }

    .mobile-menu .link-cotainer .nav-bar {
        width: 100%;
        display: block
    }

    .mobile-menu .link-cotainer .nav-bar .nav-item {
        width: 100%
    }

    .mobile-menu .link-cotainer .nav-bar .link {
        font-size: 14px;
        line-height: 40px;
        color: #000;
        font-family: p;
        display: block;
        cursor: pointer;
        padding: 0 0 0 40px
    }

    .mobile-menu .link-cotainer .nav-bar .link.nav-acc-link {
        position: relative;
        left: 0;
        top: 0
    }

    .mobile-menu .link-cotainer .box-struc-grid {
        display: grid;
        grid-template-columns: repeat(4, 70px);
        position: absolute;
        bottom: 0;
        right: 0;
        width: 280px
    }

    .mobile-menu .link-cotainer .box-struc-grid .box {
        height: 70px;
        position: relative;
        top: 0;
        left: 0
    }

    .mobile-menu .link-cotainer .box-struc-grid .box.fill {
        background-color: #aaff31
    }

    .mobile-menu .link-cotainer .box-struc-grid .box.fill:after {
        content: " ";
        border-bottom: 2px solid #aaff31;
        border-right: 2px solid #aaff31;
        height: inherit;
        width: 70px;
        position: absolute;
        left: 0;
        top: 0
    }

    .main-wrapper .acc-header .nav-bar .nav-item:hover .sub-list {
        display: none
    }

    .main-wrapper .acc-header .nav-bar .nav-item .sub-list {
        display: none;
        position: static;
        background-color: transparent;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }

    .main-wrapper .acc-header .nav-bar .nav-item .sub-list:after {
        display: none
    }

    .sub-list-active {
        display: block !important
    }

    .main-wrapper .acc-header .nav-bar .nav-item .sub-list li a {
        color: #fff;
        font-size: 14px;
        line-height: 40px;
        padding: 0 0 0 40px
    }

    .acc-header .all-in-one {
        width: 0
    }

    .acc-header .login-search .login-btn {
        display: none
    }

    .acc-header .main-flex {
        justify-content: space-between
    }

    .search-icon {
        margin-right: 24px
    }

    .acc-header .nav-bar .nav-item .sub-list {
        position: static;
        background-color: transparent;
        min-width: 100%;
        box-shadow: none;
        top: 0;
        z-index: 2;
        padding: 0;
        list-style: none;
        z-index: 0
    }

    .acc-header .nav-bar .nav-item:hover .sub-list {
        display: unset
    }

    .desk-menu {
        display: none
    }

    .mob-menu {
        display: block
    }

    .mob-menu .cl-right {
        text-align: right
    }

    .mob-menu .ac {
        border: none
    }

    .mob-menu .ac .ac-trigger {
        margin: 0;
        border: 0;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 1.5;
        color: #000;
        font-family: Poppins;
        font-weight: 400;
        border-bottom: 1px solid #ccc;
        padding: 8px
    }

    .mob-menu .login-btn {
        background-color: #510b46;
        width: 160px;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 16px;
        text-align: center;
        display: inline-block;
        padding: 12px 20px;
        position: relative;
        top: 0;
        left: 0;
        margin-right: 8px;
        transition: all .3s ease;
        font-size: 14px;
        line-height: 1.5;
        color: #fff;
        font-weight: 500;
        font-family: Poppins;
        border-radius: 5px;
        background-color: #f7992c
    }

    .mob-menu .login-btn:hover {
        color: #fff
    }

    .mob-menu .cb-title {
        margin-bottom: 8px
    }

    .mob-menu .accordion-container {
        margin: 24px 0
    }

    .mob-menu a,
    .mob-menu ul {
        padding: 0;
        list-style: none;
        font-size: 14px;
        margin: 0;
        line-height: 1.5;
        color: #666
    }

    .mob-menu a {
        margin: 4px 0
    }

    .mob-menu .ac .ac-header {
        margin: 4px
    }

    .mob-menu .link {
        text-align: left;
        width: 100%;
        display: block;
        text-decoration: none;
        border-bottom: 1px solid #ccc;
        padding: 8px 12px;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 1.5;
        color: #000;
        font-family: Poppins;
        margin: 0
    }

    .mob-menu .ac {
        margin: 0
    }

    .mob-menu .mega_menu {
        padding: 8px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 16px
    }

    .mob-menu .resort_heading {
        font-size: 16px;
        font-weight: 600
    }

    .mob-menu .ac .ac-trigger:focus {
        color: #000
    }

    .mob-menu .ac.is-active .ac-trigger {
        color: #2abbdd;
        font-weight: 600
    }
}

@media(max-width:767px) {
    .acc-header .logo-box {
        width: 80%
    }

    .acc-header .logo-box img {
        width: 140px
    }
}

.footer-wrapper {
    overflow: hidden;
    background: #eee;
    padding: 40px 0
}

.footer-wrapper .container {
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box
}

.footer-wrapper ul {
    list-style: outside none none;
    padding: 0;
    margin: 0
}

.footer-wrapper h2 {
    color: #333;
    font-family: Poppins;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    margin: 0 0 16px;
    text-align: left
}

.footer-wrapper ul.pop-resort {
    font-size: 0;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d1d1d1;
    text-align: justify
}

.footer-wrapper ul.pop-resort li {
    font-size: medium;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    margin-right: 10px;
    position: relative
}

.footer-wrapper ul.pop-resort li a {
    color: #333;
    font-family: Poppins;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 34px;
    text-align: left;
    opacity: 1;
    position: relative;
    padding-right: 16px
}

.footer-wrapper ul.pop-resort li a:after {
    content: "";
    background: #333;
    width: 1px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1
}

.footer-wrapper .middle-footer {
    font-size: 0;
    border-bottom: 1px solid #d1d1d1
}

.footer-wrapper .middle-footer .lft-footmenu,
.footer-wrapper .middle-footer .rgt-footmenu {
    font-size: medium;
    display: inline-block;
    vertical-align: top
}

.footer-wrapper .middle-footer .lft-footmenu {
    width: 80%;
    display: inline-flex;
    flex-wrap: wrap
}

.footer-wrapper .middle-footer .rgt-footmenu.m-footmenu {
    width: 19%
}

.footer-wrapper .middle-footer .rgt-footmenu.m-footmenu .m-footlist {
    width: 100%;
    border: 0;
    margin-right: 0;
    padding-left: 20px
}

.footer-wrapper .middle-footer .rgt-footmenu.m-footmenu .m-footlist ul li {
    color: #333;
    opacity: 1;
    overflow-wrap: break-word
}

.footer-wrapper .middle-footer .rgt-footmenu.m-footmenu .m-footlist ul li:first-child,
.footer-wrapper .middle-footer .rgt-footmenu.m-footmenu .m-footlist ul li:nth-child(4),
.footer-wrapper .middle-footer .rgt-footmenu.m-footmenu .m-footlist ul li:nth-child(7),
.footer-wrapper .middle-footer .rgt-footmenu.m-footmenu .m-footlist ul li:nth-child(10),
.footer-wrapper .middle-footer .rgt-footmenu.m-footmenu .m-footlist ul li:nth-child(12) {
    padding-bottom: 10px;
    font-weight: 500
}

.footer-wrapper .middle-footer .rgt-footmenu.m-footmenu .m-footlist ul li:nth-child(3),
.footer-wrapper .middle-footer .rgt-footmenu.m-footmenu .m-footlist ul li:nth-child(6),
.footer-wrapper .middle-footer .rgt-footmenu.m-footmenu .m-footlist ul li:nth-child(9),
.footer-wrapper .middle-footer .rgt-footmenu.m-footmenu .m-footlist ul li:nth-child(12),
.footer-wrapper .middle-footer .rgt-footmenu.m-footmenu .m-footlist ul li:nth-child(14) {
    font-weight: 600
}

.footer-wrapper .middle-footer .m-footmenu {
    font-size: 0
}

.footer-wrapper .middle-footer .m-footmenu .m-footlist {
    font-size: medium;
    display: inline-block;
    vertical-align: top;
    width: 19%;
    border: 1px solid #d1d1d1;
    padding: 1%;
    margin-right: 1%;
    box-sizing: border-box;
    margin-bottom: 1%;
    flex-direction: column
}

.footer-wrapper .middle-footer .m-footmenu .m-footlist h3 {
    color: #333;
    font-family: Poppins;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin: 0 0 16px;
    text-align: left
}

.footer-wrapper .middle-footer .m-footmenu .m-footlist ul {
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0
}

.footer-wrapper .middle-footer .m-footmenu .m-footlist ul li a {
    color: #333;
    font-family: Poppins;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    opacity: 1
}

.footer-wrapper .di-flex {
    justify-content: space-between;
    margin-top: 36px;
    align-items: flex-start
}

.footer-wrapper .tc-box {
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    width: 70%
}

.footer-wrapper .tc-box a,
.footer-wrapper .tc-box strong {
    font-size: 12px;
    line-height: 1.5;
    color: #333;
    font-family: Poppins
}

.footer-wrapper .tc-box a {
    margin: 0 4px
}

.footer-wrapper .social-madia {
    width: 30%;
    text-align: right;
    padding-right: 30px
}

.footer-wrapper .social-madia a {
    margin: 0 8px;
    display: inline-block;
    text-align: center;
    vertical-align: middle
}

.footer-wrapper .social-madia a svg g {
    fill: #333
}

.footer-wrapper .social-madia a:hover svg {
    background-color: #333;
    border-radius: 50px;
    padding: 4px;
    transition: 1s
}

.footer-wrapper .social-madia a:hover svg g {
    fill: #f7992c
}

.footer-wrapper .social-madia a img {
    width: auto;
    display: inline-block;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto
}

.footer-wrapper .ac {
    margin: 0;
    border: none;
    background-color: transparent
}

.footer-wrapper .ac .ac-trigger {
    color: #333;
    font-family: Poppins;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    margin: 0;
    text-align: left;
    padding: 0
}

.footer-wrapper .ac .ac-panel .ac-text {
    padding: 0
}

.footer-wrapper .ac .ac-panel .ac-text ul.last-col li:first-child,
.footer-wrapper .ac .ac-panel .ac-text ul.last-col li:nth-child(4),
.footer-wrapper .ac .ac-panel .ac-text ul.last-col li:nth-child(7),
.footer-wrapper .ac .ac-panel .ac-text ul.last-col li:nth-child(10),
.footer-wrapper .ac .ac-panel .ac-text ul.last-col li:nth-child(12) {
    padding-bottom: 20px
}

.footer-wrapper .ac .ac-trigger:after {
    visibility: hidden
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    animation-name: fadeInRight
}

.go-to-top {
    background-color: #35332d;
    border: 2px solid #fff;
    width: auto;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #f7992c;
    cursor: pointer;
    padding: 16px;
    margin: 0 auto;
    position: fixed;
    bottom: 124px;
    right: 60px
}

.go-to-top:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25)
}

.scroll-top {
    position: fixed;
    bottom: 60px;
    right: 60px;
    border-radius: 30px;
    overflow: hidden;
    width: 60px;
    display: flex;
    justify-content: end;
    z-index: 1
}

.scroll-top .share-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none
}

.scroll-top .hover-btn {
    background-color: #35332d;
    border: 2px solid #fff;
    width: auto;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #f7992c;
    cursor: pointer;
    padding: 16px;
    margin-left: auto
}

.scroll-top .share-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #f7992c;
    height: 100%;
    width: 0;
    padding: 12px 70px 12px 12px;
    border-radius: 50px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    display: none;
    transition: width 2s;
    z-index: -1;
    justify-content: center;
    align-items: center;
    animation: animate__fadeInRight;
    animation-duration: 1s
}

.scroll-top .share-icon a {
    height: auto;
    width: 32px;
    margin: 0 8px;
    display: inline-block
}

.scroll-top .share-icon a svg {
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: auto
}

.scroll-top .share-icon a:hover svg {
    background-color: #333;
    border-radius: 50px;
    padding: 4px;
    transition: 1s;
    fill: #f7992c
}

.scroll-top .share-icon a:hover svg g {
    fill: #f7992c
}

.scroll-top .active {
    display: flex;
    width: auto;
    animation: fadeInRight;
    animation-duration: 1s
}

.popup-form .form-container {
    max-width: 520px
}

.popup-form button.popup_close.mutiStepForm_close {
    background-color: red;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background-color: #fff;
    border: 0;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

.popup-form .form-container .col-input {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.ac .ac-trigger.moreLink,
.ac .moreLink {
    color: #f7992c !important;
    opacity: 1 !important
}

@media(max-width:1199.98px) {

    .footer-wrapper .middle-footer .lft-footmenu,
    .footer-wrapper .middle-footer .m-footmenu .m-footlist,
    .footer-wrapper .middle-footer .rgt-footmenu.m-footmenu {
        width: 48%
    }
}

@media(max-width:991.98px) {

    .footer-wrapper .middle-footer .lft-footmenu,
    .footer-wrapper .middle-footer .m-footmenu .m-footlist,
    .footer-wrapper .middle-footer .rgt-footmenu.m-footmenu,
    .footer-wrapper .social-madia,
    .footer-wrapper .tc-box {
        width: 100%;
        padding-right: 0
    }

    .footer-wrapper .middle-footer .lft-footmenu .m-footlist,
    .footer-wrapper .middle-footer .m-footmenu .m-footlist .m-footlist,
    .footer-wrapper .middle-footer .rgt-footmenu.m-footmenu .m-footlist,
    .footer-wrapper .social-madia .m-footlist,
    .footer-wrapper .tc-box .m-footlist {
        margin-right: 0
    }

    .footer-wrapper .middle-footer .rgt-footmenu.m-footmenu .m-footlist {
        padding: 1%;
        border: 1px solid #d1d1d1
    }

    .footer-wrapper .middle-footer .m-footmenu .m-footlist h3 {
        padding: 8px 0;
        margin: 0
    }

    .middle-footer .m-footmenu .m-footlist {
        border-bottom: 1px solid #d1d1d1
    }

    .footer-wrapper .social-madia {
        text-align: left
    }

    .footer-wrapper .ac .ac-trigger {
        font-size: 14px
    }

    .footer-wrapper .tc-box {
        margin-bottom: 24px
    }

    .footer-wrapper .middle-footer {
        border-bottom: none
    }

    .popup-form .form-container {
        max-width: 100%
    }

    section#mutiStepForm {
        width: 86%
    }

    .scroll-top {
        right: 20px
    }

    .footer-wrapper ul.pop-resort {
        margin-bottom: 20px;
        padding-bottom: 20px;
        display: flex;
        flex-wrap: wrap
    }

    .footer-wrapper ul.pop-resort li a {
        font-size: 12px;
        line-height: 1.5;
        padding-right: 0
    }

    .footer-wrapper ul.pop-resort li {
        margin-right: 10px;
        max-width: 48%;
        width: 100%;
        border: 1px solid #d1d1d1;
        margin-bottom: 10px;
        padding: 8px
    }

    .footer-wrapper ul.pop-resort li:nth-child(2n) {
        margin-right: 0
    }

    .footer-wrapper ul.pop-resort li a:after {
        display: none
    }

    button.go-to-top.gotoSection {
        right: 20px
    }

    .scroll-top .hover-btn,
    button.go-to-top.gotoSection {
        width: 40px;
        height: 40px;
        padding: 12px;
        bottom: 110px
    }

    .scroll-top .share-icon {
        padding: 12px 40px 12px 12px
    }

    .footer-wrapper ul.pop-resort {
        text-align: left
    }

    .footer-wrapper .social-madia a {
        margin: 0 6px
    }
}

@media(max-width:699px) {
    .footer-wrapper .ac .ac-trigger:after {
        visibility: visible
    }
}

.type-of-content {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background-color: rgba(0, 0, 0, .2901960784);
    padding: 8px 36px;
    border: none;
    text-align: center;
    margin-left: auto;
    margin-top: 16px;
    display: inline-block
}

.read-more,
.type-of-content {
    line-height: 1.5;
    font-family: Poppins
}

.read-more {
    font-size: 16px;
    color: #f7992c
}

.read-more .arrow {
    border: solid #f7992c;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px
}

.read-more .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.banner-carousel .owl-nav {
    margin: 0
}

.banner-carousel .owl-nav button.owl-next,
.banner-carousel .owl-nav button.owl-prev {
    background-color: hsla(0, 0%, 100%, .4862745098);
    border-radius: 50px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center
}

.banner-carousel .owl-nav button.owl-prev {
    left: 28px
}

.banner-carousel .owl-nav button.owl-next {
    right: 28px
}

.blog-carousel .owl-nav {
    margin: 0;
    position: absolute;
    top: -48px;
    right: 10px
}

.blog-carousel .owl-nav .disabled {
    opacity: 1;
    background-color: #fff !important
}

.blog-carousel .owl-nav button.owl-next,
.blog-carousel .owl-nav button.owl-prev {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background-color: #f7992c;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0
}

.blog-carousel .owl-nav button.owl-next .arrow,
.blog-carousel .owl-nav button.owl-prev .arrow {
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform-origin: center
}

.blog-carousel .owl-nav button.owl-next .right,
.blog-carousel .owl-nav button.owl-prev .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.blog-carousel .owl-nav button.owl-next .left,
.blog-carousel .owl-nav button.owl-prev .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.blog-carousel .owl-nav button.owl-prev {
    left: 28px
}

.blog-carousel .owl-nav button.owl-next {
    right: 28px
}

.other-carousel .owl-nav {
    margin: 0
}

.other-carousel .owl-nav .disabled {
    opacity: 1;
    background-color: #fff !important
}

.other-carousel .owl-nav button.owl-next,
.other-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background-color: #f7992c;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0
}

.other-carousel .owl-nav button.owl-next:hover,
.other-carousel .owl-nav button.owl-prev:hover {
    background-color: transparent
}

.other-carousel .owl-nav button.owl-next .arrow,
.other-carousel .owl-nav button.owl-prev .arrow {
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform-origin: center
}

.other-carousel .owl-nav button.owl-next .right,
.other-carousel .owl-nav button.owl-prev .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.other-carousel .owl-nav button.owl-next .left,
.other-carousel .owl-nav button.owl-prev .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.other-carousel .owl-nav button.owl-prev {
    left: -48px
}

.other-carousel .owl-nav button.owl-next {
    right: -48px
}

.category-carousel .owl-nav {
    margin: 0
}

.category-carousel .owl-nav .disabled {
    opacity: 1;
    background-color: #fff !important
}

.category-carousel .owl-nav button.owl-next,
.category-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    margin: 0
}

.category-carousel .owl-nav button.owl-next:hover,
.category-carousel .owl-nav button.owl-prev:hover {
    background-color: transparent
}

.category-carousel .owl-nav button.owl-next .arrow,
.category-carousel .owl-nav button.owl-prev .arrow {
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform-origin: center
}

.category-carousel .owl-nav button.owl-next .right,
.category-carousel .owl-nav button.owl-prev .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.category-carousel .owl-nav button.owl-next .left,
.category-carousel .owl-nav button.owl-prev .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.category-carousel .owl-nav button.owl-prev {
    left: 0
}

.category-carousel .owl-nav button.owl-next {
    right: 0
}

.nav-button .next-nav,
.nav-button .prev-nav {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    background-color: #fff;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.nav-button .next-nav .arrow,
.nav-button .prev-nav .arrow {
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform-origin: center
}

.nav-button .next-nav .right,
.nav-button .prev-nav .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.nav-button .next-nav .left,
.nav-button .prev-nav .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.nav-button .next-nav {
    background-color: #f7992c
}

.arrow-banner {
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform-origin: center
}

.arrow-banner.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.arrow-banner.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.scrollBtn {
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 50px;
    height: 36px;
    width: 36px
}

.scrollBtn,
.sticky-btn-book-apt {
    display: none
}

@media(max-width:991.98px) {
    .read-more {
        font-size: 14px
    }

    .sticky-btn-book-apt {
        display: block;
        color: #fff;
        font-weight: 600;
        background-color: #f7992c;
        text-align: center;
        padding: 8px 0;
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        left: 0;
        z-index: 99;
        font-size: 16px;
        text-transform: uppercase
    }
}

#bannerCarousel.banner-carousel .owl-nav button.owl-next {
    right: 0
}

#bannerCarousel.banner-carousel .owl-nav button.owl-prev {
    left: 0
}

.banner-section .di-flex {
    justify-content: space-between;
    align-items: flex-start
}

.banner-section article {
    width: calc(100% - 380px);
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0
}

.banner-section article .banner-item {
    display: grid
}

.banner-section article .banner-item .bg-img,
.banner-section article .banner-item .content {
    grid-column: 1/-1;
    grid-row: 1/-1
}

.banner-section article .banner-item .content {
    padding: 0 100px;
    display: flex;
    align-items: center;
    height: 100%
}

.banner-section article .banner-item .content img {
    width: auto;
    margin: 0
}

.banner-section article .banner-item h1,
.banner-section article .banner-item h1 a {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    font-family: Poppins;
    margin-bottom: 16px
}

.banner-section article .banner-item h1 a {
    font-weight: 600
}

.banner-section article .cat-row {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    background-color: #fff;
    font-size: 12px;
    line-height: 60px;
    color: #000;
    font-family: Poppins;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -32px;
    z-index: 1;
    width: 90%;
    display: flex;
    justify-content: center
}

.banner-section article .cat-row .cat-nav {
    overflow-y: auto;
    white-space: nowrap
}

.banner-section article .cat-row a {
    font-size: 12px;
    line-height: 60px;
    color: #000;
    font-family: Poppins;
    margin: 0 8px;
    font-weight: 500
}

.banner-section aside {
    width: 360px;
    max-width: 100%
}

.form-container {
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #e1e1e1;
    box-shadow: 0 150px 75px rgba(0, 0, 0, .05);
    padding: 20px
}

.form-container .formttl,
.form-container h2 {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-weight: 700;
    font-family: Poppins;
    margin-bottom: 14px
}

.form-container .form {
    padding: 1px 0
}

.form-container .form .form-space {
    margin: 80px 0
}

.form-container .form-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto
}

.form-container .form-content .error,
.form-container .form-content .error label {
    color: #e34949
}

.form-container .col-input {
    width: 48%;
    margin: 0 0 12px;
    position: relative;
    top: 0;
    left: 0
}

.form-container .col-input:nth-child(2n) {
    margin-left: 6px
}

.form-container .col-input:nth-child(odd) {
    margin-right: 6px
}

.form-container .col-input.width-100 {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.form-container .col-input.select-input .control {
    display: flex;
    align-items: flex-start
}

.form-container .col-input.select-input .control .check-box {
    margin-right: 8px
}

.form-container .label {
    width: 100%;
    color: #000;
    font-size: 9px;
    font-family: Poppins;
}

/* #auth_text{
    display: contents;
    white-space: initial;
    font-weight: 100;
} */
.form-container .label.error,
.form-container .label.error label {
    color: #e34949
}

.form-container form .col-input select,
.form-container form input {
    border-radius: 4px;
    padding: 3px 16px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    font-size: 16px;
    font-size: 20px;
    font-size: 14px;
    height: 36px;
    color: #010101;
    font-family: Poppins;
    border-radius: 5px;
    background-color: #ebebeb;
    border: 1px solid #acacac
}

.form-container form .col-input select::-moz-placeholder,
.form-container form input::-moz-placeholder {
    color: #888;
    opacity: 1
}

.form-container form .col-input select::-ms-input-placeholder,
.form-container form input::-ms-input-placeholder {
    color: #888;
    opacity: 1
}

.form-container form .col-input select::placeholder,
.form-container form input::placeholder {
    color: #888;
    opacity: 1
}

.form-container form .col-input select::-webkit-input-placeholder,
.form-container form input::-webkit-input-placeholder {
    color: #888;
    opacity: 1
}

.form-container form .col-input select:-ms-input-placeholder,
.form-container form input:-ms-input-placeholder {
    color: #888;
    opacity: 1
}

.form-container form .col-input select.error,
.form-container form input.error {
    border-color: #e34949;
    background-color: rgba(227, 73, 73, .05)
}

.form-container form .col-input select.error::-webkit-input-placeholder,
.form-container form input.error::-webkit-input-placeholder {
    color: #e34949
}

.form-container form .col-input select.error::-moz-placeholder,
.form-container form input.error::-moz-placeholder {
    color: #e34949
}

.form-container form .col-input select.error:-ms-input-placeholder,
.form-container form input.error:-ms-input-placeholder {
    color: #e34949
}

.form-container form .col-input select.error::-ms-input-placeholder,
.form-container form input.error::-ms-input-placeholder {
    color: #e34949
}

.form-container form .col-input select.error::placeholder,
.form-container form input.error::placeholder {
    color: #e34949
}

.form-container form .col-input select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../../assets/images/bg/icons8-chevron-down-50.png);
    background-position: 96% 50%;
    background-repeat: no-repeat;
    background-size: 8px;
    color: #888
}

.form-container form .col-input select option {
    color: #000
}

.form-container form .col-input select option:first-child {
    color: #888;
    background-color: transparent;
    opacity: 1
}

.form-container form .col-input select.error {
    color: #e34949;
    opacity: 1
}

.form-container form .col-input .check-box {
    height: auto;
    width: auto
}

.form-container .submit-btn {
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    background-color: #f7992c;
    padding: 8px 0;
    border: none;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    font-family: Poppins;
    width: 100%
}

.form-container .form-content .invalid,
.form-container .form-content .isempty {
    font-size: 16px;
    color: #e34949;
    margin: 8px 0 0;
    display: none;
    position: absolute;
    left: 0;
    top: auto
}

.category-section {
    margin-top: 32px
}

.category-section .cb-title {
    text-align: center;
    margin-bottom: 16px;
    font-size: 28px;
    margin-top: 16px
}

.category-section .category-box {
    justify-content: space-between;
    margin-bottom: 16px
}

.category-section .cat-box {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 150px 75px rgba(0, 0, 0, .05);
    background-color: #fff;
    width: calc(33.33% - 16px);
    margin-bottom: 24px;
    cursor: pointer
}

.category-section .cat-box .img-box {
    margin-bottom: 12px;
    position: relative;
    left: 0;
    top: 0
}

.category-section .cat-box .img-box img {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1
}

.category-section .cat-box .content {
    justify-content: space-between;
    align-items: center
}

.category-section .cat-box .content .text h2 {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    font-weight: 700;
    font-family: Poppins;
    margin-bottom: 4px
}

.category-section .cat-box .content .text p {
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    font-family: Poppins
}

.category-section .cat-box .content .link .btn {
    font-size: 12px;
    line-height: 1.5;
    color: #f7992c;
    font-family: Poppins
}

.category-section .cat-box .content .link .btn .arrow {
    border: solid #f7992c;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px
}

.category-section .cat-box .content .link .btn .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.category-section .cat-box:hover .img-box:after,
.category-section .cat-box:hover .img-box:before {
    transition: all .5s;
    content: "";
    position: absolute;
    border: 1px solid #dbdbdb;
    right: -4px;
    top: 4px;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.category-section .cat-box:hover .img-box:before {
    right: -8px;
    top: 8px
}

.largest-section {
    margin-bottom: 24px
}

.largest-section .title-box {
    justify-content: space-between;
    padding: 0 16px
}

.largest-section .blog-carousel .item {
    box-shadow: 0 0 15px rgba(5, 5, 5, .05);
    background-color: #fff;
    margin: 16px
}

.largest-section .blog-carousel .item .content {
    padding: 32px
}

.largest-section .blog-carousel .item .content h2 {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    font-family: Poppins;
    margin-bottom: 8px
}

.largest-section .blog-carousel .item .content .catname {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.5;
    color: #fff;
    font-family: Poppins;
    text-align: center;
    display: inline-block;
    background-color: #f7992c;
    padding: 8px;
    margin-bottom: 16px;
    margin-right: 8px
}

.largest-section .blog-carousel .item .content p {
    font-size: 14px;
    line-height: 24px;
    color: #5b5b5b;
    font-family: Poppins;
    margin-bottom: 16px
}

.largest-section .blog-carousel .item .date {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 70px;
    color: #000;
    font-family: Poppins
}

.largest-section .blog-carousel .item .image-container {
    position: relative;
    top: 0;
    left: 0
}

.largest-section .blog-carousel .item .image-container .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 72px;
    height: auto
}

.visit-place-section {
    margin-bottom: 0
}

.visit-place-section .visit-flex {
    justify-content: start;
    align-items: stretch
}

.visit-place-section .visit-flex .col-33 {
    width: 33.33%;
    padding: 0 10px
}

.visit-place-section .visit-flex .check-out {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    border-radius: 8px
}

.visit-place-section .visit-flex .check-out .cas-rb .rb-lg {
    margin-bottom: 16px;
    position: relative;
    left: 0;
    top: 0
}

.visit-place-section .visit-flex .check-out .cas-rb .rb-lg:last-child {
    margin-bottom: 0
}

.visit-place-section .visit-flex .check-out .cas-rb .rb-lg .rb-stck img {
    width: 100%;
    height: auto
}

.visit-place-section .visit-flex .check-out .cas-rb .rb-lg .rb-lg-txt {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .38);
    color: #fff;
    align-items: center;
    width: 100%;
    border-radius: 0 0 10px 10px
}

.visit-place-section .visit-flex .check-out .cas-rb .rb-lg .rb-lg-txt p {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    padding: 13px 10px;
    margin: 0 auto;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis
}

.visit-place-section .left-side {
    width: 66%;
    background-color: #fff
}

.visit-place-section .bplace {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    border-radius: 8px
}

.visit-place-section .visit-out {
    width: 50%
}

.visit-place-section .visit-out:first-child {
    border-right: 1px solid rgba(0, 0, 0, .1647058824)
}

.visit-place-section .right-side {
    width: 33%
}

.visit-place-section .right-side .check-out {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    border-radius: 8px
}

.visit-place-section .visit-ind {
    margin-right: 2px
}

.visit-place-section .lft-txt {
    margin-left: 16px
}

.visit-place-section .check-out {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 0;
    border-radius: 8px
}

.visit-place-section .cas-in {
    display: flex;
    margin-bottom: 30px
}

.visit-place-section .lft-img {
    width: 100%;
    max-width: auto;
    height: auto;
    width: 200px
}

.visit-place-section .lft-txt p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.visit-place-section .arrow {
    color: #f7992c;
    font-size: 14px
}

.visit-place-section .arrow:hover,
.visit-place-section a:active {
    color: #f7992c;
    text-decoration: none
}

.visit-place-section a:active {
    line-height: inherit
}

.visit-place-section .arrow img {
    display: inline-block;
    margin: 0 0 0 8px;
    width: auto
}

.visit-place-section .places-cards .owl-dots .owl-dot button {
    background: none;
    border: none;
    padding: 0;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    margin: 0 8px
}

.visit-place-section .places-cards .owl-dots .owl-dot.active button {
    color: #fff;
    background-color: #f7992c
}

.visit-place-section .sub-h-1 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    font-weight: 700;
    font-family: Poppins
}

.set-box select {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background-color: rgba(247, 153, 44, 0);
    margin-bottom: 20px;
    font-size: 12px;
    padding: 8px 16px;
    border: 1px solid #000;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../../assets/images/bg/down-arrow.png);
    background-position: 96% 50%;
    background-repeat: no-repeat;
    background-size: 8px
}

.about-club {
    padding: 24px 0
}

.about-club .content {
    width: 100%;
    max-width: 940px;
    margin: 0 auto
}

.about-club .title {
    font-size: 20px;
    color: #000;
    font-weight: 700
}

.about-club .text,
.about-club .title {
    line-height: 1.5;
    margin-bottom: 24px;
    text-align: center
}

.about-club .text {
    font-size: 14px;
    color: #555
}

.about-club .read-more {
    display: none;
    text-align: center
}

.category-carousel {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    white-space: nowrap
}

.category-carousel .item {
    height: auto !important;
    width: auto;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 8px
}

.category-carousel .item:after {
    content: "|";
    position: absolute;
    right: 0;
    top: 0
}

.category-carousel .item:last-child:after {
    display: none
}

@media(max-width:1199.98px) {
    .visit-place-section .sub-h-1 {
        font-size: 16px;
        margin-bottom: 16px
    }

    .banner-section article .cat-row a {
        margin: 0 4px
    }

    .banner-section article .banner-item h1 a {
        font-size: 20px
    }

    .banner-section article .cat-row {
        overflow-x: auto;
        justify-content: space-between;
        align-items: center;
        padding: 0 8px
    }

    .banner-section article .cat-row .scrollBtn {
        display: block
    }

    .banner-section article .cat-row .cat-nav {
        overflow-y: auto;
        width: 80%;
        white-space: nowrap;
        padding: 0 8px
    }

    .category-carousel {
        justify-content: start
    }
}

@media(max-width:991.98px) {
    .banner-section article {
        width: 100%
    }

    .banner-section article .cat-row a {
        white-space: nowrap;
        display: inline-block;
        text-align: center
    }

    .banner-section article .banner-item h2 a {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 0;
        color: #fff
    }

    .banner-section article .banner-item h2 a br {
        display: none
    }

    .banner-section aside {
        width: 100%;
        margin-top: 60px;
        display: none
    }

    .form-container .formttl {
        font-size: 14px
    }

    .form-container .form-content {
        justify-content: space-between
    }

    .category-section {
        margin-top: 48px
    }

    .category-section .cat-box {
        width: calc(50% - 8px)
    }

    .category-section .cat-box .content .text h2 {
        font-size: 16px
    }

    .largest-section .title-box {
        padding: 0
    }

    .blog-carousel {
        box-shadow: 0 0 15px rgba(5, 5, 5, .05)
    }

    .largest-section {
        margin: 32px 0 16px
    }

    .visit-place-section .left-side,
    .visit-place-section .right-side,
    .visit-place-section .visit-out {
        width: 100%
    }

    .visit-place-section .visit-out:first-child {
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, .1647058824)
    }

    .visit-place-section .check-out {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        padding: 20px 0
    }

    .visit-place-section .bplace {
        padding: 0 24px
    }

    .visit-place-section .right-side {
        margin-top: 24px
    }

    .visit-place-section .right-side .check-out {
        padding: 20px
    }

    .about-club {
        padding: 0 0 24px
    }

    .visit-place-section {
        margin: 16px 0
    }

    .banner-section article .banner-item .content {
        padding: 0 28px
    }

    .banner-section article .banner-item {
        height: 200px
    }

    .banner-section article .banner-item .bg-img {
        height: 100%;
        border-radius: 5px
    }

    .about-club .read-more {
        display: block
    }

    .form-container .col-input {
        width: calc(50% - 6px)
    }

    .banner-section article .banner-item h1,
    .banner-section article .banner-item h1 a {
        font-size: 16px;
        line-height: 1.2
    }

    .banner-section article .banner-item h1 a br,
    .banner-section article .banner-item h1 br {
        display: none
    }

    .about-club .title {
        font-size: 18px;
        margin-bottom: 18px
    }

    .about-club .text {
        margin-bottom: 12px
    }

    .category-carousel {
        display: block;
        padding: 0 24px
    }

    .category-carousel .owl-item {
        text-align: center
    }

    .category-carousel .owl-item .item {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        height: auto
    }

    .category-carousel .owl-item:after {
        content: "|";
        position: absolute;
        right: 0;
        top: 0
    }

    .category-carousel .owl-item:last-child:after,
    .category-carousel .owl-item:nth-last-child(2):after {
        display: none
    }
}

@media(max-width:767.98px) {

    .banner-carousel .owl-nav button.owl-next,
    .banner-carousel .owl-nav button.owl-prev {
        width: 25px;
        height: 25px
    }

    .category-section .cat-box {
        padding: 16px;
        width: 100%;
        margin-bottom: 12px
    }

    .largest-section .blog-carousel .item {
        box-shadow: none;
        margin: 0
    }

    .largest-section .blog-carousel .item .content {
        padding: 24px 24px 16px
    }

    .category-carousel .owl-item:after {
        content: ""
    }

    .category-carousel .owl-item.active:nth-child(odd):after {
        content: "|"
    }

    .category-section .cb-title {
        margin-bottom: 0;
        font-size: 20px;
        margin-top: 16px
    }

    #journeyCarousel .banner-item img {
        max-height: inherit;
        font-size: 14px;
        line-height: 30px;
        width: auto
    }

    .banner-section article .banner-item h1 {
        text-align: center
    }

    #catNavBar .category-carousel .owl-nav button.owl-next.disabled .arrow,
    #catNavBar .category-carousel .owl-nav button.owl-prev.disabled .arrow {
        opacity: .3;
        border-color: #000
    }

    #catNavBar .category-carousel .owl-nav button.owl-next .arrow,
    #catNavBar .category-carousel .owl-nav button.owl-prev .arrow {
        border-color: #f7992c
    }

    .visit-place-section .lft-img,
    .visit-place-section .lft-txt {
        width: 50%
    }

    .visit-place-section .lft-txt {
        display: inline-flex;
        align-items: center
    }

    .visit-place-section .arrow {
        display: none
    }
}

.detail-page {
    background-color: #f5f5f5
}

.detail-page .largest-section {
    background-color: #fff;
    border-radius: 8px;
    padding: 32px;
    margin: 0 0 32px
}

.detail-page .largest-section .title-box {
    border-bottom: 1px solid rgba(0, 0, 0, .1843137255)
}

.detail-page .grid-container {
    margin-bottom: 0
}

.detail-page .banner-section .di-flex {
    align-items: stretch
}

.detail-page .banner-carousel,
.detail-page .banner-item,
.detail-page .item,
.detail-page img.bg-img {
    height: 100%
}

.grid-container {
    margin: 40px 0
}

.grid-container .flex-containt .lt-side {
    width: calc(100% - 380px);
    max-width: 100%
}

.grid-container .flex-containt .rt-side {
    width: 360px;
    max-width: 100%
}

.grid-container .flex-containt .calculator {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 32px
}

.grid-container .flex-containt .calculator .show-data {
    padding: 32px
}

.grid-container .flex-containt .calculator .cb-title {
    margin-bottom: 24px
}

.grid-container .flex-containt .reach-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border: 1px solid rgba(0, 0, 0, .1843137255);
    grid-gap: 1px;
    background-color: rgba(0, 0, 0, .1843137255);
    align-content: center
}

.grid-container .flex-containt .reach-box .distance,
.grid-container .flex-containt .reach-box .fromTo,
.grid-container .flex-containt .reach-box .time {
    background-color: #fff;
    padding: 16px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-weight: 700
}

.grid-container .flex-containt .reach-box .distance {
    text-align: left
}

.grid-container .flex-containt .reach-box .fromTo {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 400
}

.grid-container .flex-containt .reach-box .fromTo img {
    width: 22px;
    margin: 0 24px 0 0
}

.grid-container .flex-containt .reach-box .head-ttl {
    font-size: 16px
}

.form-content {
    margin-bottom: 90px
}

.form-content .from-input-container {
    margin-bottom: 24px;
    justify-content: space-between
}

.form-content .from-input-container .col-input {
    width: 45%
}

.form-content .from-input-container .col-input .form-label {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 16px;
    display: inline-block;
    padding: 0 8px
}

.form-content .from-input-container .col-input .control {
    display: flex
}

.form-content .from-input-container .col-input .control .img-sym {
    width: auto;
    margin-right: 24px
}

.form-content .from-input-container .col-input .control .form-control {
    width: 90%;
    font-size: 14px;
    line-height: 1.5;
    color: #848484;
    font-weight: 300;
    font-style: italic;
    border-radius: 5px;
    background-color: #fff;
    border: 1px dashed #8b8b8b;
    padding: 8px 16px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.form-content .get-distance {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    background-color: #f7992c;
    border: none;
    outline: none;
    padding: 8px 40px;
    float:left;
}

.popular-routes {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 32px;
    border-radius: 8px;
    border: 2px solid #ccc
}

.popular-routes .cb-title {
    margin-bottom: 14px
}

.popular-routes .rourtes {
    display: grid;
    border: 1px solid rgba(0, 0, 0, .1843137255);
    align-content: center;
    margin-bottom: 32px
}

.popular-routes .rourtes ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column
}

.popular-routes .rourtes ul li {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.popular-routes .rourtes ul li:last-child .distance,
.popular-routes .rourtes ul li:last-child .fromTo,
.popular-routes .rourtes ul li:last-child .time {
    border-bottom: none
}

.popular-routes .rourtes ul li div:last-child {
    border-right: none
}

.popular-routes .rourtes .distance,
.popular-routes .rourtes .fromTo,
.popular-routes .rourtes .time {
    background-color: #fff;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, .1843137255);
    border-right: 1px solid rgba(0, 0, 0, .1843137255);
    display: flex;
    align-items: center;
}

.popular-routes .rourtes .distance {
    text-align: center
}

.popular-routes .rourtes .fromTo {
    display: flex;
    word-wrap: anywhere;
    /* align-items: flex-start */
}

.popular-routes .rourtes .fromTo img {
    width: 22px;
    margin: 0 24px 0 0
}

.popular-routes .see-more {
    font-size: 16px;
    line-height: 1.5;
    text-decoration: underline;
    color: #f7992c;
    display: block;
    text-align: center;
    background: none;
    border: 0;
    align-items: center;
    margin: 0 auto;
    cursor: pointer
}

.popular-routes .see-more.disabled {
    color: #a5a5a5;
    cursor: none
}

.route-info {
    padding: 32px;
    border-radius: 8px;
    background-color: #fff
}
#default_route {
    padding: 32px;
    border-radius: 8px;
    background-color: #fff
}	


.route-info,
.route-info .content {
    margin-bottom: 32px
}

.route-info .content .title {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-weight: 700;
    margin-bottom: 16px
}

.route-info .content p {
    font-size: 14px;
    line-height: 24px;
    color: #545454;
    margin-bottom:10px;
}

.imageView,.route-info .content ol,.route-info .content ul {
font-size: 14px;
line-height: 24px;
color: #545454;
}

.route-info .content,.route-info .content p{letter-spacing: 0px;line-height:24px;color:#545454;}

.route-info .content p,.route-info .content ol li,.route-info .content ul li{ margin-bottom:10px}
.route-info .content a{ color: #0000ff; }
.check-out-details {
    border-radius: 8px;
    background-color: #fff;
    padding: 28px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    border: 2px solid #ccc
}

.check-out-details .cb-title {
    margin-bottom: 10px
}

.check-out-details .cas-in {
    display: flex;
    margin-bottom: 30px
}

.check-out-details .lft-img {
    width: 200px;
    max-width: 100%;
    height: auto
}

.check-out-details .lft-img img {
    width: 100%
}

.check-out-details .lft-txt {
    margin-left: 16px
}

.check-out-details .lft-txt p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.check-out-details .lft-txt .arrow {
    color: #f7992c;
    font-size: 14px
}

.check-out-details .lft-txt .arrow img {
    display: inline-block;
    margin: 0 0 0 8px;
    width: auto
}

.check-out-details .owl-dots .owl-dot button {
    background: none;
    border: none;
    padding: 0;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    margin: 0 8px
}

.check-out-details .owl-dots .owl-dot.active button {
    color: #fff;
    background-color: #f7992c
}

.check-out-details .cas-in:last-child {
    margin-bottom: 16px
}

.box {
    background: #f7992c;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all .3s
}

.box:hover {
    box-shadow: 0 0 10px rgba(247, 153, 44, .3)
}

.box img {
    width: 100%;
    height: auto;
    transform: rotate(0deg) scale(1);
    transition: all .8s
}

.box:hover img {
    opacity: .3;
    filter: grayscale(100%)
}

.box .box-content {
    width: 100%;
    text-align: center;
    overflow: hidden;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0
}

.box .box-content .content {
    overflow: hidden
}

.box .title {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px
}

.box .post,
.box .title {
    color: #fff;
    transform: translateY(250%);
    transition: all .6s ease 0s
}

.box .post {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin: 0 0 10px;
    display: block
}

.box:hover .post,
.box:hover .title {
    transform: translateY(0)
}

.distance img {
    border-radius: 5px
}

.largest-section .blog-carousel .item .content .text-content h3 {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    font-family: Poppins;
    margin-bottom: 8px
}

.negative-case {
    margin: 20px 0
}

.negative-case .ttl {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 11px
}

.negative-case .reach-box {
    margin-top: 15px
}

.negative-case .reach-box .time {
    text-align: center
}

#popular-route-1 li:first-child,
#popular-route-2 li:first-child,
#popular-route-3 li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .1843137255)
}

#popular-route-1 li,
#popular-route-2 li,
#popular-route-3 li,
#popular-route-4 li {
    display: none;
    transition: height .5s ease-in-out 0s
}

#popular-route-1 li.show,
#popular-route-2 li.show,
#popular-route-3 li.show,
#popular-route-4 li.show {
    display: grid !important;
    transition: height .5s ease-in-out 0s
}

.see-more.closeBtn {
    display: none
}

.grid-container .fromTo p {
    color: #000;
    font-size: 14px
}

.fromTo .mbl {
    display: none
}

.fromTo .dsk {
    display: block
}

@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px
    }
}

.largest-section .blog-carousel .item .content .text-content h3 {
    font-size: 14px
}

@media(max-width:991.98px) {

    #popular-route-1 li,
    #popular-route-2 li,
    #popular-route-3 li,
    #popular-route-4 li {
        min-height: 57px
    }

    .detail-page .grid-container {
        margin: 16px 0
    }

    .grid-container .flex-containt .calculator .show-data {
        padding: 24px 18px
    }

    .grid-container .flex-containt .calculator .cb-title {
        font-size: 16px
    }

    .detail-page .banner-section article .banner-item {
        height: auto
    }

    .detail-page .form-content .from-input-container .col-input {
        width: 100%;
        margin-bottom: 16px
    }

    .detail-page .grid-container .flex-containt .calculator .cb-title {
        margin-bottom: 12px
    }

    .detail-page .form-content .from-input-container .col-input .form-label {
        padding: 0
    }

    .detail-page .form-content .get-distance {
        width: 100%
    }

    .detail-page .form-content .from-input-container {
        margin-bottom: 16px
    }

    .form-content .from-input-container .col-input .control .img-sym {
        margin-right: 12px
    }

    .grid-container .flex-containt .reach-box {
        border: none;
        grid-gap: 1px;
        background-color: transparent;
        align-content: center
    }

    .grid-container .flex-containt .reach-box .distance,
    .grid-container .flex-containt .reach-box .fromTo,
    .grid-container .flex-containt .reach-box .time {
        border-bottom: 1px solid #d7d7d7
    }

    .grid-container .flex-containt .reach-box .distance,
    .grid-container .flex-containt .reach-box .fromTo,
    .grid-container .flex-containt .reach-box .time {
        padding: 12px;
        text-align: left;
        font-size: 12px
    }

    .grid-container .flex-containt .reach-box .fromTo,
    .grid-container .flex-containt .reach-box .head-ttl {
        font-size: 12px
    }

    .grid-container .flex-containt .reach-box .fromTo img {
        width: 16px;
        margin-right: 12px;
        margin-top: 3px
    }

    .grid-container .flex-containt .calculator,
    .route-info {
        margin-bottom: 16px
    }

    .route-info {
        padding: 24px 16px
    }

    .detail-page .largest-section {
        margin: 16px 0
    }

    .detail-page .largest-section .title-box {
        margin-bottom: 0;
        padding-bottom: 12px;
        border-bottom: none
    }

    .detail-page .blog-carousel {
        box-shadow: none
    }

    .detail-page .largest-section .blog-carousel .item .content {
        padding: 16px 0 0
    }

    .detail-page .largest-section .blog-carousel .item .content h2 {
        font-size: 14px
    }

    .detail-page .grid-container h2 {
        font-size: 16px
    }

    .detail-page .popular-routes {
        padding: 20px
    }

    .detail-page .popular-routes .cb-title {
        font-size: 18px;
        margin-bottom: 24px
    }

    .detail-page .popular-routes .rourtes .fromTo,
    .popular-routes .rourtes .distance,
    .popular-routes .rourtes .time {
        padding: 8px
    }

    .detail-page .popular-routes .rourtes {
        margin-bottom: 16px
    }

    .detail-page .check-out-details .cb-title {
        font-size: 18px
    }

    .detail-page .check-out-details .cas-in {
        flex-wrap: wrap
    }

    .detail-page .check-out-details .lft-img {
        margin: 0 auto 16px
    }

    .detail-page .check-out-details .lft-txt p {
        font-weight: 400
    }

    .detail-page .blog-carousel .owl-nav {
        top: -58px;
        right: -5px
    }

    .fromTo .mbl {
        display: block
    }

    .fromTo .dsk {
        display: none
    }
    .loader{
        margin: 0 !important;
    }
    #map_div,#map_div .box img{height:15vh !important;}
}

.category-page .category-page-section {
    text-align: center;
    padding-bottom: 40px
}

.category-page .category-page-section .cb-title {
    text-align: center;
    margin-bottom: 24px
}

.category-page .category-page-section .load-more {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    border-radius: 5px;
    background-color: #f7992c;
    padding: 8px 16px;
    cursor: pointer;
    border: none;
    outline: none
}

.category-page .category-page-section .load-more::hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05)
}

.category-page .category-page-section .category-box .cat-box {
    padding: 0;
    display: none
}

.category-page .category-page-section .category-box .img-box {
    margin: 0
}

.category-page .category-page-section .category-box .img-box:after,
.category-page .category-page-section .category-box .img-box:before {
    display: none
}

.category-page .category-page-section .category-box .content {
    padding: 24px;
    text-align: left
}

.category-page .category-page-section .category-box .content h3 {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 16px;
    min-height: 48px
}

.category-page .other-cat {
    background-color: #ebebeb;
    padding: 40px 0;
    margin-bottom: 40px
}

.category-page .other-cat .cb-title {
    text-align: center;
    margin-bottom: 36px
}

.category-page .other-cat .other-carousel .item {
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 24px;
    cursor: pointer
}

.category-page .other-cat .other-carousel .item .img-box {
    margin-bottom: 12px;
    position: relative;
    left: 0;
    top: 0
}

.category-page .other-cat .other-carousel .item .img-box img {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1
}

.category-page .other-cat .other-carousel .item .content {
    justify-content: space-between;
    align-items: center
}

.category-page .other-cat .other-carousel .item .content .text h2 {
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    font-weight: 700;
    font-family: Poppins;
    margin-bottom: 4px
}

.category-page .other-cat .other-carousel .item .content .text p {
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    font-family: Poppins
}

.category-page .other-cat .other-carousel .item .content .link .btn {
    font-size: 12px;
    line-height: 1.5;
    color: #f7992c;
    font-family: Poppins
}

.category-page .other-cat .other-carousel .item .content .link .btn .arrow {
    border: solid #f7992c;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px
}

.category-page .other-cat .other-carousel .item .content .link .btn .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

@media(max-width:1199.98px) {
    .category-page .category-page-section .category-box .cat-box {
        width: calc(50% - 16px)
    }
}

@media(max-width:991.98px) {
    .category-page .category-page-section .category-box .content h3 {
        font-size: 14px;
        margin-bottom: 4px;
        min-height: auto
    }

    .category-page .category-page-section .category-box .content {
        padding: 16px
    }

    .other-carousel .owl-nav button.owl-next,
    .other-carousel .owl-nav button.owl-prev {
        position: static
    }

    .category-page .category-page-section {
        padding-bottom: 40px
    }

    .category-page .other-cat {
        padding: 32px 0;
        margin-bottom: 36px
    }

    .category-page .other-cat .cb-title {
        margin-bottom: 16px
    }

    .category-page .other-cat .other-carousel .item .content .text h2 {
        font-size: 18px
    }
}

@media(max-width:767.98px) {
    .category-page .category-page-section .category-box .cat-box {
        width: 100%
    }
}

.grid-container .flex-containt .blog-content .blog-date span,
.grid-container h2,
.grid-container p,
.indiv-page .banner-section article .banner-item .content .blog-date span,
.txt-left {
    text-align: left
}

.indiv-page .banner-section article .banner-item .content {
    align-items: flex-end;
    padding-bottom: 48px
}

.indiv-page .banner-section article .banner-item .content .post-author {
    align-items: center;
    justify-content: start
}

.indiv-page .banner-section article .banner-item .content .post-author .autor-img {
    width: 24px;
    height: auto;
    border-radius: 50px;
    margin: 0 8px 0 0
}

.indiv-page .banner-section article .banner-item .content .post-author .name {
    opacity: .8;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: .5px;
    color: #fff
}

.indiv-page .banner-section article .banner-item .content .blog-date span {
    color: #fff;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    margin-right: 18px;
    display: inline-block;
    vertical-align: middle
}

.indiv-page .brad-section {
    margin-bottom: 16px
}

.indiv-page .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 8px 0
}

.indiv-page .breadcrumb .breadcrumb-item {
    font-size: 14px;
    margin-bottom: 8px
}

.indiv-page .breadcrumb .breadcrumb-item a {
    color: #f7992c;
    padding-right: .5rem
}

.indiv-page .breadcrumb .breadcrumb-item+.breadcrumb-item {
    color: #000
}

.indiv-page .breadcrumb .breadcrumb-item:after {
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, ">")
}

.indiv-page .breadcrumb .breadcrumb-item:last-child:after {
    display: none
}

.indiv-page .banner-section .di-flex {
    align-items: stretch
}

.indiv-page .banner-section .di-flex .banner-carousel,
.indiv-page .banner-section .di-flex .bg-img,
.indiv-page .banner-section .di-flex .item,
.indiv-page .banner-section .di-flex article .banner-item {
    height: 100%;
    max-height: 325px
}

.indiv-page .banner-section article .banner-item h1,
.indiv-page .banner-section article .banner-item h1 a {
    font-size: 20px
}

.grid-container {
    margin: 48px 0 30px
}

.grid-container h2 {
    font-family: Poppins;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700
}

.grid-container p {
    color: #797979;
    font-family: Poppins;
    font-size: 14px;
    line-height: 20px
}

.grid-container .flex-containt {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

.grid-container .flex-containt .white-card {
    background: #fff;
    border-radius: 5px;
    padding: 40px 35px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05)
}

.grid-container .flex-containt .blog-content {
    margin-bottom: 20px
}

.grid-container .flex-containt .blog-content h2 {
    color: #000;
    font-size: 20px;
    margin: 0 0 25px
}

.grid-container .flex-containt .blog-content p {
    color: #000;
    line-height: 26px;
    margin: 0 0 16px;
    text-align: justify
}

.grid-container .flex-containt .blog-content p:last-child {
    margin-bottom: 10px
}

.grid-container .flex-containt .blog-content img {
    margin-bottom: 24px;
    cursor: pointer;
    width: 100%
}

.grid-container .flex-containt .blog-content .blog-date {
    line-height: 15px;
    margin-bottom: 30px
}

.grid-container .flex-containt .blog-content .blog-date img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px 0 0
}

.grid-container .flex-containt .blog-content .blog-date span {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    margin-right: 18px;
    display: inline-block;
    vertical-align: middle
}

.grid-container .flex-containt .blog-content .cta-btn-container {
    justify-content: center
}

.grid-container .flex-containt .blog-content .cta-btn-container .cta-btn {
    border: none;
    cursor: pointer;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.43;
    height: 48px;
    width: 245px;
    text-align: center;
    border-radius: 3px;
    padding: 0;
    background-color: #f7992c;
    margin-right: 24px;
    margin-bottom: 16px
}

.grid-container .flex-containt .blog-content .cta-btn-container .hotel {
    background-color: #fff;
    border: 2px solid #f7992c;
    color: #000
}

.grid-container .flex-containt .faq {
    margin-bottom: 36px
}

.grid-container .flex-containt .faq h2 {
    color: #232937;
    font-size: 30px;
    line-height: 1;
    margin: 0 0 20px
}

.grid-container .flex-containt .faq h3 {
    color: #232937;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    margin: 0
}

.grid-container .flex-containt .faq p {
    color: #797979;
    line-height: 20px;
    margin: 0 0 25px
}

.grid-container .flex-containt .faq .faq-accordian .faq-card {
    box-shadow: 0 0 15.66px 2.34px rgba(0, 17, 45, .09)
}

.grid-container .flex-containt .faq .faq-accordian .faq-card h2 {
    margin: 0
}

.grid-container .flex-containt .faq .faq-accordian .faq-card button {
    padding: 20px 50px 20px 35px
}

.grid-container .flex-containt .faq .faq-accordian .faq-card button.ac-trigger:after,
.grid-container .flex-containt .faq .faq-accordian .faq-card button.ac-trigger:before {
    content: "";
    background: #f8c300;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.grid-container .flex-containt .faq .faq-accordian .faq-card button.ac-trigger:before {
    width: 15px;
    height: 10px;
    right: 25px;
    margin-top: 3px;
    background: transparent url(../../assets/images/bg/down-arrow.png) scroll no-repeat 100%;
    transition: all .5s ease-in
}

.grid-container .flex-containt .faq .faq-accordian .faq-card button.ac-trigger:after {
    width: 32px;
    height: 32px;
    right: 17px;
    margin-top: 3px;
    background: transparent;
    border: 1px solid #e7e7e7;
    border-radius: 100%
}

.grid-container .flex-containt .faq .faq-accordian .faq-card button.ac-trigger:focus {
    color: #000
}

.grid-container .flex-containt .faq .faq-accordian .faq-card .ac-panel .ac-text {
    padding: 10px 50px 40px 35px
}

.grid-container .flex-containt .faq .faq-accordian .faq-card .ac-panel .ac-text p {
    margin-bottom: 0
}

.grid-container .flex-containt .faq .faq-accordian .faq-card.is-active button.ac-trigger:before {
    transform: rotate(180deg);
    margin-top: -3px
}

.blog-date img {
    width: auto
}

.abt-club .sm-box {
    padding: 25px 20px 30px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    margin-bottom: 25px;
    border: 2px solid #ccc
}

.abt-club .sm-box .cb-title {
    margin-bottom: 6px
}

.abt-club .sm-box .text-p {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 8px;
    text-align: justify
}

.abt-club .sm-box .text-p strong {
    color: #000
}

.abt-club .sm-box .text-p br {
    display: none
}

.check-out-blogs {
    padding: 25px 20px 30px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 17.8px 2.2px rgba(0, 0, 0, .05);
    margin-bottom: 20px;
    border: 2px solid #ccc
}

.check-out-blogs .cb-title {
    margin-bottom: 12px
}

.check-out-blogs .sub-h-1 {
    font-size: 20px;
    color: #000;
    margin: 0 auto 20px
}

.check-out-blogs .swt {
    display: flex;
    justify-content: space-between
}

.check-out-blogs .swt select {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 28px;
    font-size: 12px;
    padding: 8px 16px;
    border: 1px solid #c9c9c9
}

.check-out-blogs .swt .set-box-s {
    width: 48%
}

.check-out-blogs .swt .set-box-s select {
    width: 100%;
    max-width: 100%
}

.check-out-blogs .swt .set-box-v {
    width: 48%
}

.check-out-blogs .swt .set-box-v select {
    width: 100%;
    max-width: 100%
}

.check-out-blogs .cas-rb .rb-lg {
    margin-bottom: 16px;
    position: relative;
    left: 0;
    top: 0
}

.check-out-blogs .cas-rb .rb-lg:last-child {
    margin-bottom: 0
}

.check-out-blogs .cas-rb .rb-lg .rb-stck img {
    width: 100%;
    height: auto
}

.check-out-blogs .cas-rb .rb-lg .rb-lg-txt {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .38);
    color: #fff;
    align-items: center;
    width: 100%;
    border-radius: 0 0 10px 10px
}

.check-out-blogs .cas-rb .rb-lg .rb-lg-txt p {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    padding: 13px 10px;
    margin: 0 auto;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis
}

.date-text {
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 4px
}

@media(max-width:991.98px) {
    .grid-container .flex-containt {
        justify-content: center;
        flex-direction: column
    }

    .grid-container .flex-containt .lt-side,
    .grid-container .flex-containt .rt-side {
        width: 100%
    }

    .grid-container .flex-containt .white-card {
        padding: 25px 20px
    }

    .grid-container .flex-containt .faq {
        padding: 30px 20px 35px;
        margin-bottom: 30px
    }

    .grid-container .flex-containt .faq h2 {
        font-size: 20px
    }

    .grid-container .flex-containt .faq .faq-accordian .faq-card button {
        padding: 15px 45px 15px 20px
    }

    .grid-container .flex-containt .faq .faq-accordian .faq-card button.ac-trigger {
        font-size: 14px
    }

    .grid-container .flex-containt .faq .faq-accordian .faq-card button.ac-trigger:before {
        right: 21px;
        margin-top: 1px
    }

    .grid-container .flex-containt .faq .faq-accordian .faq-card button.ac-trigger:after {
        width: 22px;
        height: 22px;
        right: 17px;
        margin-top: 0
    }

    .grid-container .flex-containt .faq .faq-accordian .faq-card .ac-panel .ac-text {
        padding: 0 20px 25px
    }

    .grid-container .flex-containt .faq .faq-accordian .faq-card .ac-panel .ac-text p {
        margin-bottom: 0
    }

    .grid-container .flex-containt .abt-club {
        order: 1
    }

    .grid-container .flex-containt .abt-club .sm-box {
        padding: 30px 20px 35px
    }

    .grid-container .flex-containt .abt-club .sm-box .cb-title,
    .grid-container .flex-containt .abt-club .sm-box p {
        text-align: center
    }

    .grid-container .flex-containt .abt-club .sm-box br {
        display: inline-block
    }

    .grid-container .flex-containt .abt-club .sm-box .read-link {
        color: #f7992c;
        font-size: 16px;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        margin-top: 20px;
        display: block
    }

    .grid-container .flex-containt .abt-club .sm-box .read-link img {
        display: inline-block;
        vertical-align: middle
    }

    .grid-container .flex-containt .check-out-blogs,
    .grid-container .flex-containt .check-out-details {
        padding: 30px 20px 35px
    }

    .grid-container .flex-containt .blog-content {
        margin-bottom: 30px
    }

    .grid-container .flex-containt .blog-content h2 {
        margin: 0 0 10px
    }

    .grid-container .flex-containt .blog-content p {
        margin-bottom: 35px
    }

    .grid-container .flex-containt .blog-content img {
        margin-bottom: 25px
    }

    .grid-container .flex-containt .blog-content .blog-date {
        margin-bottom: 20px
    }

    .grid-container .flex-containt .blog-content h2 {
        font-size: 18px
    }

    .grid-container .flex-containt .blog-content .blog-date {
        margin-bottom: 8px
    }

    .grid-container .flex-containt .blog-content p {
        margin-bottom: 16px
    }

    .grid-container .flex-containt .blog-content img {
        margin-bottom: 18px
    }

    .grid-container .flex-containt .white-card {
        padding: 16px;
        margin-bottom: 16px
    }

    .grid-container .flex-containt .faq h2 {
        font-size: 18px
    }

    .grid-container .flex-containt .abt-club .sm-box {
        padding: 16px 16px 18px
    }

    .abt-club .sm-box .cb-title,
    .check-out-blogs .cb-title {
        margin-bottom: 16px
    }

    .check-out-details .lft-txt p {
        line-height: 1.5;
        margin-bottom: 0
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 0
    }

    .grid-container .flex-containt .check-out-blogs,
    .grid-container .flex-containt .check-out-details {
        padding: 16px 20px
    }

    .check-out-details .cas-in:last-child,
    .visit-place-section .cas-in:last-child {
        margin-bottom: 16px
    }

    .visit-place-section .check-out {
        margin-bottom: 0
    }

    .abt-club .sm-box .read-more {
        display: block
    }

    .indiv-page .banner-section article .banner-item .content {
        min-height: 200px;
        padding: 48px 36px
    }

    .visit-place-section .visit-flex .col-33 {
        width: 100%;
        padding: 0
    }

    .visit-place-section .visit-flex .check-out {
        padding: 24px;
        margin-bottom: 16px;
        height: auto
    }

    .visit-place-section .visit-flex .col-50 {
        width: 100%
    }
}
#span_error{
    float: left;
    width: 100%;
    margin-top: 10px;
    color: red;
    font-size: 16px;
}

@media (max-width: 586px) {
    .box img {
        opacity: .3;
        filter: grayscale(100%);
    }
    .box .post, .box .title {
        transform: translateY(0);
    }
}
@media(max-width:575.98px) {
    .indiv-page .brad-section {
        margin-top: 0
    }

    .indiv-page .breadcrumb .breadcrumb-item {
        font-size: 12px;
        margin-bottom: 8px
    }
}

.loader {
  --b: 10px;  /* border thickness */
  --n: 10;    /* number of dashes*/
  --g: 10deg; /* gap  between dashes*/
  --c: #f5f5f5;   /* the color */
  width: 25px; /* size */
  aspect-ratio: 1;
  border-radius: 50%;
  float: right;
  margin: -2px 4px;
  padding: 4px; /* get rid of bad outlines */
  background: conic-gradient(#0000,var(--c)) content-box;
  --_m: /* we use +/-1deg between colors to avoid jagged edges */
    repeating-conic-gradient(#0000 0deg,
       #000 1deg calc(360deg/var(
  --n) - var(--g) - 1deg),
       #0000     calc(360deg/var(--n) - var(--g)) calc(360deg/var(--n))),
    radial-gradient(farthest-side,#0000 calc(98% - var(--b)),#000 calc(100% - var(--b)));
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: load 1s infinite steps(var(--n));
}
@keyframes load {to{transform: rotate(1turn)}}
.rb-stck { min-height: 128px;}