@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"),
       url("../fonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"),
       url("../fonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"),
       url("../fonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
    font-family: 'Sansation-Regular';
    src: url('../fonts/Sansation-Regular.ttf');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ProtestRiot-Regular';
    src: url('../fonts/ProtestRiot-Regular.ttf');
   

}

/* new Travels */
::-moz-selection {
    /* Code for Firefox */
    color: white;
    background: var(--primarycolor)
}

::selection {
    color: rgb(255, 255, 255);
    background: var(--primarycolor);
}

body {
    font-family: "Sansation", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    font-size: 15px;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

/* ===================
Date picker css 
====================== */
.ui-datepicker {
    z-index: 50 !important;
    font-family: "Sansation", sans-serif;
}

.ui-datepicker .ui-datepicker-header .ui-corner-all>span,
.ui-datepicker .ui-datepicker-header .ui-state-hover>span {
    display: none;
}

.ui-datepicker.ui-widget-content {
    border: none;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.ui-datepicker .ui-datepicker-header .ui-corner-all,
.ui-datepicker .ui-datepicker-header .ui-state-hover {
    cursor: pointer;
    border: 0;
    background: none;
    font-weight: 500;
    top: 3px;
}

.ui-datepicker .ui-datepicker-prev:after {
    content: url(../images/prev.png);
    left: 5px;
    top: 4px;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
}

.ui-datepicker .ui-datepicker-next:after {
    content: url(../images/next.png);
    right: 5px;
    top: 4px;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
}

.ui-datepicker .ui-widget-header {
    background: #333;
    color: white;
    border: none;
    border-radius: 8px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: center;
    text-decoration: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    border-radius: 8px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: none;
    background: #013f7e88;
    color: white;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: var(--primarycolor);
    color: white;
}

/* swap icon img */
.swap-image img {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

.swap-image img.swapani {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* ---------------------sidebar------------------------------------ */

#sidenavebar h3 {
    color: #fff;
    font-size: 13px;
    margin: 10px 0;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}

#sidenavebar {
    background: #f9f9f9;
    width: 190px;
    position: fixed;
    top: 215px;
    z-index: 999;
    right: -190px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 0 15px;
    transition: 0.5s;
}

#sidenavebar:hover {
    right: 0px;
}

#sidenavebar ul {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

#sidenavebar h2 {
    background: var(--primarycolor);
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    margin-top: 0;
    font-weight: 500;
    text-transform: capitalize;
}

#sidenavebar h2 span {
    background-color: var(--primarycolor);
    display: block;
    height: 50px;
    position: absolute;
    left: -50px;
    top: 0;
    width: 50px;
    border-radius: 25px 0px 0px 25px;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

#sidenavebar h2 span i {
    position: absolute;
    top: 29%;
    left: 30%;
}

.colors {
    list-style: none;
    margin: 0 0px 10px 0;
    overflow: hidden;
}

.colors li {
    margin: 6px 3px 0 3px;
}

.colors li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 5px 10px;
    color: #1b1d21;
}

.colors li a:hover {
    background-color: var(--primarycolor);
    color: white;
}

/* scrollUp */
.scroll-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    bottom: 7%;
    right: 22px;
    border-radius: 50%;
    z-index: 99;
    color: white;
    text-align: center;
    cursor: pointer;
    background: var(--primarycolor);
    transition: all 1s ease 0s;
    border: none;
    border: 1px solid white;
}

.scroll-top.open {
    bottom: 30px;
}

.scroll-top::after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/* new Travels end */

.datepicker {
    border: none;
    color: var(--placeholder-color);
}

.form-select:focus {
    box-shadow: unset;
}

.errorMessageFixed {
    color: red;
    font-size: 12px;
}

#nextDates div.dateday {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 56px;
    height: 43px;
    border: 1px solid #DADFE5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
}

#nextDates div.dateday div:nth-child(1) {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -.32px;
    color: #101010;
}

#nextDates div.dateday div:nth-child(2) {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
    color: #101010;
}

#nextDates div.dateday:hover {
    background-color: var(--primarycolor);
}

#nextDates div.dateday:hover div {
    color: white;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #043194 transparent transparent transparent !important;
}
/* Right label (Onward Trip) */
.header-right a{
    color: #ffffff !important;
    border-radius: 4px;
    margin: 0px 10px;
    background-color: var(--primarycolor);
}
.header-right a {
    display: inline-block; /* important */
    transition: all 0.2s ease;
}

/* hover effect */
.header-right a:hover {
    transform: translateY(-1px);
    background: var(--secondarycolor);
}

/* click press effect */
.header-right a:active {
    transform: translateY(2px) scale(0.96);
}
/* ROUTES */
/*=========================
    BUS ROUTE CARD
=========================*/
.routes-miniheading h6{
    color: var(--primarycolor);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.hotroutes-wrapper{
    overflow:hidden;
    width:100%;
    position:relative;
}

.hotroutes-list{
    display:flex;
    align-items:center;
    gap:18px;
    width:max-content;
    animation:marquee var(--duration,20s) linear infinite;
    will-change:transform;
}

.hotroutes-list:hover{
    animation-play-state:paused;
}

@keyframes marquee{
    from{
        transform:translateX(40%);
    }
    to{
        transform:translateX(-100%);
    }
}

.ourroutecard{
    position:relative;
    width:260px;
    min-width:260px;
    height:78px;
    padding:28px 12px 12px !important;
    border:none;
    border-radius:18px 18px 8px 8px;
    background:linear-gradient(180deg,#ffc928,#ffb100);
    box-shadow:0 8px 4px rgba(0,0,0,.12);
    cursor:pointer;
    overflow:visible;
    transition:.35s;
    display:flex;
    justify-content:center;
    align-items:center;
}

/* Hover */

.ourroutecard:hover{
    transform:translateY(-5px);
    background:linear-gradient(180deg,#ffbf00,#ff9800);
}

/*=========================
      WINDOWS
=========================*/

.ourroutecard::before{
    content:"";
    position:absolute;
    left:14px;
    right:14px;
    top:8px;
    height:14px;
    background: repeating-linear-gradient( to right, #222 0 14px, transparent 14px 18px);
    border-radius:4px;
}

/*=====  WHEELS  ======*/

.ourroutecard::after{
    content:"";
    position:absolute;
    left:36px;
    bottom:-10px;
    width:18px;
    height:18px;
    background:#222;
    border:4px solid #666;
    border-radius:50%;
    box-shadow:170px 0 #222;
}

/*====  WHEEL CENTERS ====*/

.ourroutecard{
    background-image:
    radial-gradient(circle at 45px calc(100% + 10px),
    #d8d8d8 0 3px,
    transparent 4px),
    radial-gradient(circle at calc(100% - 45px) calc(100% + 10px),
    #d8d8d8 0 3px,
    transparent 4px),
    linear-gradient(180deg,#ffc928,#ffb100);
}

/*=====  HEADLIGHTS  ====*/

.ourroutecard h4{
    position:relative;
    margin:0;
    font-size:13px;
    font-weight:700;
    color:#111;
    text-transform:uppercase;
    z-index:5;
    letter-spacing:.5px;
}

.ourroutecard h4::before,
.ourroutecard h4::after{
    content:"";
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:6px;
    height:16px;
    background:#222;
    border-radius:6px;
}

.ourroutecard h4::before{
    left:-14px;
}

.ourroutecard h4::after{
    right:-14px;
}
.inline-title{
    font-weight: 700;
}
/*=====  ROAD SHADOW =====*/

.ourroutecard{
    filter:drop-shadow(0 8px 12px rgba(0,0,0,.12));
}

.ourroutecard:hover{
    transform:translateY(-5px);
    background:linear-gradient(180deg,#ffbf00,#ff9800);
}
/* stop animation when no scroll needed */
.no-scroll{
    animation:none !important;
    transform:none !important;
    width:100%;
    justify-content:center;
}

/* center routes when stopped */
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}

/*=============================
	03. Mobile Menu
===============================*/
.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: #fff;
    margin-right: 30px;
    top: 15px;
}

.mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    z-index: 99;
    border-radius: 0px;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)e;
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.mobile-menu-visible .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    padding: 0px 0px;
    z-index: 5;
    box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 10px;
    top: 11px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #292b37;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}

.mobile-menu .navigation ul {
    padding: 0;
    margin: 0;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 14px;
    font-weight: 700;
    color: #636363;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.mobile-menu .navigation li>span{
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 14px;
    font-weight: 700;
    color: #636363;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.mobile-menu .navigation li ul li>a {
    margin-left: 20px;
    text-transform: uppercase;
}

.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}

.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 15px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: var(--primarycolor);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn i {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: var(--primarycolor);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}

.mobile-menu .social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: var(--secondarycolor);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.mobile-menu .social-links li a:hover {
    border-color: var(--primarycolor);
    background: var(--primarycolor);
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .my-carousel .owl-nav .owl-prev {
        bottom: 65px !important;
        left: -78px !important;
    }
}

@media (max-width: 426px) {
    h6 {
        font-size: 14px;
    }
}

@media (max-width: 376px) {
      .my-carousel .owl-nav .owl-prev {
        bottom: 71px !important;
    }

}

@media (min-width: 992px) {
    .col-lg-1.custom-col {
        flex: 0 0 4%;
        max-width: 4%;
    }
}

/* ====================================== BEST GO HOLIDAYS TRAVELS ========================================================= */

body {
    overflow-x: hidden;
    font-family: "Sansation-Regular";

}

:root {
    --placeholder-color: #000;
    --white-color: #fff;
    --black-color: #000;
    --head-color: #212529;
    --primarycolor:  #043194;
    --secondarycolor: #ffb600;
    --busyellow : #fec800;
    --heading-font: "ProtestRiot-Regular";
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}
h3{
    font-family: var( --heading-font);
    font-size: 37px;
}
h2{
    font-size: 3.5rem;
    font-family: var( --heading-font);
}
h6 {
    font-size: 1rem;
    font-weight: 600;
}
p{
    color: var(--black-color);
    font-size: 16px;
}
a:hover {
    color: var(--blackcolor);
}
/* Menu */
.logo{
    position: absolute;
    top: -50px;
}
.top-menu-bg{
    padding: 5px;
    border-radius: 0 0 20px 20px;
}

/* Header */
.header-top-left {
    font-size: 16px;
} 
.header-top-left a{
    color: var(--black-color);
}

/* Nav Bar */
/* Shadow for Next Page */
#sticky-header {
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.3);
}

.header-one #sticky-header {
    box-shadow: none;
}
.menu-area .mobile-nav-toggler {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    font-size: 23px;
    display: none;
}
.menu-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.play-store img,
.app-store img {
    width: 34px;
    height: 34px;
    background: black;
    border-radius: 5px;
}
.navbar-wrap {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

.navbar-wrap ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 15px;
    background: none;
    border-radius: unset;
}

.navbar-wrap>ul>li {
    list-style: none;
    display: block;
    position: relative;
    margin: 0px 0px 0px 15px;
    z-index: 999;
}

.navbar-wrap ul li:last-child {
    margin-right: 0;
}

.navbar-wrap ul li a {
    font-size: 16px;
    color: var(--black-color);
    padding: 9px 17px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-weight: 600;
}
.navbar-wrap ul li span{
    font-size: 16px;
    color: var(--black-color);
    padding: 9px 17px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-weight: 600;
}
.navbar-wrap>ul>li>a::after {
    left: 10px;
    margin-left: 10px;
}

.navbar-wrap ul li .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    min-width: 230px;
    border: 1px solid #d9d9d9;
    border-radius: 0px 0px 18px 18px !important;
    background: var(--secondarycolor);
    margin: 0 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    padding: 5px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.navbar-wrap ul li .sub-menu .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
}

.navbar-wrap ul li .sub-menu li {
    margin-left: 0;
    text-align: left;
    display: block;
}

.navbar-wrap ul li .sub-menu li a {
    padding: 9px 11px 9px 11px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--black-color);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.navbar-wrap ul li .sub-menu li a::before {
    content: "";
    display: block;
    width: 0;
    height: 7px;
    border-radius: 50%;
    background: rgb(0, 0, 0);
    transition: .3s ease-in-out;
}

.navbar-wrap ul li .sub-menu>li.active>a::before,
.navbar-wrap ul li .sub-menu li a:hover::before {
    width: 7px;
    margin-right: 8px;
}

.navbar-wrap ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.navbar-wrap>ul>li.active>a::after,
.navbar-wrap>ul>li.active>a::before,
.navbar-wrap>ul>li:hover>a::after,
.navbar-wrap>ul>li:hover>a::before {
    opacity: 1;
    margin-left: 0;
}

.header-one .logoimg{
    width: 255px;
    height: auto;
}
.fas {
    color: var(--black-color);
}
.fa-angle-down:before{
    color: white;
}
.onl-btn-div button, .bootstrap5 .refundbtn, .ticket-cancel .bootstrap5 .tbtn button, .ticket-cancel .bootstrap5 .tbtn input {
    color :#fff;
}
/*  Home Section */
.boxed_wrapper{
    overflow-x:hidden;
    max-height: 784px !important;
    height: 784px !important;
    background-image: url("../images/bestgoholiday_homesky.png");
    background-size:100%;
    background-position:center top;
    background-repeat:no-repeat;
    background-size:cover;
    overflow-y: hidden;
}
.home{
    position:relative;
    overflow:hidden;
    padding:50px 0 70px;
     min-height:100vh;
}

.home .container{
    position:relative;
    z-index:20;
}
body.loading-home{
    overflow:hidden;
    height:100vh;
}

/* ==== TITLE ==== */

.hometitle{
    text-align:center;
}

.hometitle h2{
    font-size:60px;
    line-height:1.1;
    margin-bottom:15px;
}

.hometitle h6{
    font-size:18px;
    margin-bottom:0;
}

/* === BACKGROUND SCENE === */

.bg-images{
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.bg-images img{
    position:absolute;
    user-select:none;
    -webkit-user-drag:none;
}


/* ==== TEMPLE BG ==== */
.temple-bg{
    left:0;
    bottom:-50px;
    width:100%;
    height:auto;
    z-index:2;
}

/* ==== SUN === */
.sun{
    width:120px;
    left: 615px;
    top: 301px;
    z-index: 1;
}

/* ===  CLOUDS === */
.cloud-left{
    width: 230px;
    left: 45px;
    top: 146px;
    z-index: 4;
}

.cloud-right1{
    width: 180px;
    right: 310px;
    top: 255px;
    z-index: 1;
}

.cloud-right2{
    width: 160px;
    right: 181px;
    top: 134px;
    z-index: 4;
}

.cloud-right3{
    width: 150px;
    right: 70px;
    top: 247px;
    z-index: 4;
}

/* === BIRDS === */

.bird1{
    width: 70px;
    right: 381px;
    top: 126px;
    z-index: 5;
}

.bird2{
    width: 55px;
    right: 262px;
    top: 248px;
    z-index: 5;
}

.bird3{
    width: 50px;
    right: 139px;
    top: 196px;
    z-index: 5;
}
/* === BUS === */

.home-bus{
    position:absolute;
    width:585px;
    bottom:37px;  
    left:68%;
    transform:translateX(-50%);
    z-index:3;
    pointer-events:none;
}

/* === SEARCH BOX === */

.searchboxbg{
    padding: 80px 0;
}

.searchboxbg .text-center{
    width:100%;
    display:flex;
    justify-content:center;
}
.board-img-desktop {
    display: block;
}

.board-img-laptop {
    display: none;
}
.board-img-sm {
    display: none;
}
.board-img-sm-last {
    display: none;
}
.board-img-sm-tab{
    display: none;
}
.board-img-sm-mobile{
    display: none;
}
.board-img-sm-mobile-android{
    display: none;
}
.board-img{
    position: relative;
    left: 17%;
    top: 10%;
    width: 431px;
    height: auto;
    z-index: 0;
    pointer-events: none;
    transform: translate(-50px, -50px);
}

.s-box{
    position: absolute;
    top: 10px;
    background: transparent;
    box-shadow: none;
    left: 39px;
}

.s-box .form-content-in {
    border-radius: 5px;
}

.s-box .swap {
    width: 40px;
    height: 40px;
    background-color: var(--primarycolor);
    border-radius: 50px;
    display: grid;
    place-items: center;
    z-index: 1;
    top: 37px;
    right: 56px;
    font-size: 11px;
    transform: rotate(90deg);
}

.s-box .form-group {
    position: relative;
}

.s-box .form-group label.form-label {
    position: absolute;
    background-color: white;
    font-size: 12px;
    top: -9px;
    left: 18px;
    padding: 0px 11px;
    margin-bottom: 0px;
    color: rgb(0, 0, 0);
    z-index: 1;
}

.s-box .form-group .input-box {
    border-radius: 8px;
    border: 1px solid #DADFE5;
    background-color: transparent;
    height: 100%;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    font-weight: 600;
}
.s-box .form-group .input-box:has(.calendar) {
    padding-right: 0px;
}

.s-box .form-group .input-box .calendar {
    padding-right: 5px;
}

.s-box .form-group select:focus-visible,
.s-box .form-group input:focus-visible {
    outline: 0px;
}

.s-box .form-group .select2-selection,
.s-box .form-group input {
    border: 0px;
    border-radius: 8px;
    width: 100%;
    font-size: 13px;
    color: rgb(0, 0, 0);
    -webkit-padding: 12px 20px 12px 40px;
    /* Chrome, Opera, Safari */
    -moz-padding: 12px 20px 12px 40px;
    /* Firefox 2+ */
    -ms-padding: 12px 20px 12px 40px;
    /* IE 10+ */
    padding: 12px 20px 12px 32px;
    /* Standard syntax */
    -webkit-background: #ffffff;
    -ms-background: #ffffff;
    background: none;
    height: 41px;
}

.s-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 19px;
    padding-left: 5px;
}

.s-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}
.select2-container--default .select2-selection--single{
    background-color: none;
}
.select2-container--default .select2-results>.select2-results__options li {
    font-size: 13px;
}

.s-box .form-group input.hoverbtn {
    padding: 10px 15px;
    font-size: 16px;
    transition: 0.3s;
    background-color: var(--primarycolor);
    letter-spacing: 3px;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    line-height: 0px;
}

.s-box .form-group input.hoverbtn:hover {
    background-color: var(--secondarycolor);
}

.s-box .form-group input.hoverbtn:active {
    transform: scale(0.9);
}
/* animation button */
.theme-btn {
    padding: 12px 22px;
    background: var(--primarycolor);
    color: #fff;
    border: none;
    border-radius: 6px;
    transition: all 0.2s ease;
}
/* hover glow */
.theme-btn:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.s-box .form-group svg {
    position: absolute;
    top: 12px;
    left: 12px;
}
.searchbus {
    font-size: 15px;
    margin-bottom: 0px;
    border-right: 1px solid var(--primarycolor);
}
.custom-col {
    position: absolute;
    top: 26px;
    right: 64px;
    width: fit-content;
}

.searchboxbg .text-center{
    width:100%;
    display:flex;
    justify-content:center;
}
.form-content-in {
  position: relative;
  z-index: 1;
  overflow: visible; 
}

.form-content-in::before {
  position: absolute;
  z-index: -1;
}

.ourroutes{
    padding: 35px 0;
}

/* MANDALA DESIGNS */
/*=============================
ROUTES + FACILITIES WRAPPER
=============================*/
.route-facility-block{
    position:relative;
    overflow:visible;
    overflow-x: hidden;
    overflow-y: hidden;
}

/*===MANDALA=====*/
.shared-mandala{
    position:absolute;
    z-index:10;
    pointer-events:none;
    top:230px; 
}

.shared-mandala img{
    display:block;
    width:555px;
    height:auto;
    opacity:0.17;
}

/* LEFT */
.shared-mandala.left{
    left:-297px;
}

/* RIGHT */
.shared-mandala.right{
    right:-297px;
}

.shared-mandala.right img{
    transform:scaleX(-1);
}

/* CONTENT ABOVE */
.ourroutes,
.facilities{
    position:relative;
    z-index:5;
}

/*===== FACILITIES=======*/
.facilities{
    padding: 30px 0;
    overflow: visible;
    position: relative;
}

/* heading */
.facility-heading{
    max-width: 850px;
    margin: auto;
    text-align: center;
    margin-bottom: 55px;
}

.facility-heading h6{
    color: var(--primarycolor);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.facility-heading span{
    color: var(--primarycolor);
}

.facility-heading p{
    margin: auto;
    line-height: 1.8;
}
/*LAYOUT*/
.facility-layout{
    position: relative;
    height: 920px;
}
/*CARDS*/
.facility-card{
    position:absolute;
    width:325px;
    padding:28px;
    border-radius:24px;
    overflow:hidden;
    background: linear-gradient( 180deg, #ffd100 0%, #ffc400 100%);
    border:1px solid rgba(66,35,64,.12);
    box-shadow: 0 18px 45px rgba(66,35,64,.10);
    text-align:center;
    transition:.45s ease;
    z-index:2;
}

.facility-card:hover{
    border-color:var(--primarycolor);

}
.facility-card{
    transition:.4s ease;
}

.facility-card::before{
    content:"";
    position:absolute;
    width: 170px;
    height: 170px;
    top: -82px;
    right: -51px;
    border-radius:50%;
    background:var(--primarycolor);
    transition:.45s ease;
}

.facility-card:hover::before{
    background:var(--primarycolor);
    transform:scale(1.08);
}

.facility-card>*{
    position:relative;
    z-index:3;
}
.facility-pattern{
    position:absolute;
    inset:0;
    overflow:hidden;
    border-radius:24px;
    pointer-events:none;
    z-index:2;
}

.facility-pattern::before{
    content:"";
    position:absolute;
    top:-70%;
    left:-120%;
    width:70px;
    height:250%;
    background:
    linear-gradient( 90deg, transparent, rgba(255,255,255,.55), transparent);
    transform:rotate(25deg);
    transition:1s ease;
}

.facility-card:hover .facility-pattern::before{
    left:160%;
}
.facility-badge{
    position:absolute;
    top:18px;
    right:18px;
    padding:8px 14px;
    border-radius:40px;
    background:white;
    font-size:12px;
    font-weight:700;
    color:var(--primarycolor);
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    z-index:5;
}
.facility-icon{
    width:88px;
    height:88px;
    border-radius:24px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto auto 22px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}
.facility-icon img{
    width:52px;
}

.facility-card h4{
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--primarycolor);
    font-family: var(--heading-font);
    letter-spacing: 2px;
}

.facility-card p{
    line-height: 1.8;
}

/*POSITIONS*/
.card1{
    top: 0;
    left: 12%;
}

.card2{
    top: 0;
    right: 12%;
}

.card3{
    top: 340px;
    left: 2%;
}

.card4{
    top: 340px;
    right: 2%;
}

/*SEMICIRCLE*/
.semi-wrapper{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 920px;
    height: 500px;
    overflow: hidden;
}

/* OUTER */
.outer{
    position: absolute;
    width: 920px;
    height: 920px;
    left: 50%;
    bottom: -460px;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 2px solid rgba(255, 196, 0, 0.414);
}

/* MIDDLE */
.middle{
    position:absolute;
    width:720px;
    height:720px;
    left:50%;
    bottom:-360px;
    transform:translateX(-50%);
    border-radius:50%;
    border:2px solid rgba(255,196,0,.607);
}

/* INNER */
.inner{
    position: absolute;
    width: 520px;
    height: 520px;
    left: 50%;
    bottom: -260px;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 2px solid rgba(255, 196, 0, 0.821);
    background: var(--busyellow);
}

/*CENTER BOX*/
.semi-content{
    position: absolute;
    left: 50%;
    bottom: 70px;
    transform: translateX(-50%);
    text-align: center;
    z-index: 4;
}

.semi-content img{
    width: 70px;
    margin-bottom: 16px;
}

.semi-content h5{
    color: var(--primarycolor);
    font-size: 24px;
    margin-bottom: 10px;
    font-family: var(--heading-font);
    letter-spacing: 2px;
}

/*DOTS*/

.dot{
    position: absolute;
    width: 22px;
    height: 22px;
    background: var(--primarycolor);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(3, 20, 255, 0.748);
}

.dot::before{
    content: "";
    position: absolute;
    inset: 5px;
    background: var(--busyellow);
    border-radius: 50%;
}

.d1{
    top: 209px;
    left: 220px;
}

.d2{
    top: 209px;
    right: 220px;
}

.d3{
    bottom: 141px;
    left: 16px;
}

.d4{
    bottom: 141px;
    right: 15px;
}
.facility-center-img{
    position:absolute;
    left:50%;
    top:140px;
    transform:translateX(-50%);
    z-index:3;
    pointer-events:none;
}

.facility-center-img img{
    width: 450px;
    display:block;
}

/* PICTURE SECTION */
.journey-sec{
    position: relative;
    z-index: 10;
    margin-top: -360px;
    aspect-ratio:1956/1200;
    background: url('../images/bestgoholiday_picturebg.png') center bottom no-repeat;
    background-size: 100% auto;
    overflow:hidden;
}

.journey-cloud,
.journey-bird{
    position:absolute;
    pointer-events:none;
}

.journey-cloud1{
    width:300px;
    left:22%;
    top:37%;
    z-index:3;
    opacity: 1 !important;
}

.journey-cloud2{
    width:320px;
    right:20%;
    top:33%;
    z-index:3;
    opacity: 1 !important;
}

.journey-bird1{
    width: 62px;
    right: 53%;
    top: 55%;
    z-index:5;
    opacity: 1 !important;
}

.journey-bird2{
    width: 50px;
    right: 45%;
    top: 48%;
    z-index:5;
    opacity: 1 !important;
}

.journey-bird3{
    width: 46px;
    right: 35%;
    top: 58%;
    z-index:5;
    opacity: 1 !important;
}
.journey-bus{
    position:absolute;
    width:280px;
    left:50%;
    bottom:-175px;
    transform:translateX(-50%);
    z-index:20;
}

/* FEATURES */

.feature-section{
    padding:35px 0;
    overflow:hidden;
}

.feature-content h6{
    color:var(--primarycolor);
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.feature-slider{
    overflow:hidden;
    width:100%;
    padding:20px 0;
}

.feature-track{
    display:flex;
    gap:25px;
    width:max-content;
}

.feature-card{
    width:220px;
    height:230px;
    flex-shrink:0;
    padding: 35px 4px 12px;
    background:var(--busyellow);
    border-radius:28px;
    border:1px solid var(--primarycolor);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    position:relative;
    overflow:hidden;
    transition:.4s;
}

.feature-icon{
    margin-bottom:30px;
}

.feature-icon img{
    width:100px;
    height: 100px;
    transition:.4s;
}

.feature-card h4{
    font-size: 1rem;
    padding: 15px 30px;
    background: #fff;
    border-radius: 32px;
    color: var(--primarycolor);
    transition: .35s ease;
    font-weight: 600;
    letter-spacing: 1px;
}
.feature-card:hover h4{
    background:var(--primarycolor);
    color:#fff;
}
.shine{
    position:absolute;
    inset:0;
    overflow:hidden;
    border-radius:28px;
    pointer-events:none;
}

.shine:before{
    content:"";
    position:absolute;
    top:-100%;
    left:-70%;
    width:60px;
    height:250%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent);
    transform:rotate(25deg);
    transition:1s;
}

.feature-card:hover .shine:before{
    left:150%;
}

/* AMENITIES*/
.amenities-wrapper{
    position:relative;
    overflow:hidden;
    padding:55px 0 !important;
    background:#fff;
}

.zwc-sec-title{
    text-align:center;
    margin-bottom:50px;
}

.zwc-sec-title h6{
    color:var(--primarycolor);
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.amenities-viewport{
    width:100%;
    overflow:hidden;
    position:relative;
}

.amenities-track{
    display:flex;
    gap:30px;
    width:max-content;
    will-change:transform;
}

.amenity-card{
    width:220px;
    min-width:220px;
    flex-shrink:0;
    text-align:center;
    background:var(--busyellow);
    padding:35px 18px 15px;
    border:1px solid var(--primarycolor);
    border-radius:24px;
    box-shadow:0 10px 40px rgba(0,0,0,.06);
    position:relative;
    overflow:hidden;
    transition:.35s;
}

.amenity-card img{
    width:80px;
    height:80px;
}

.amenity-card h6{
    margin-top:25px;
    padding:14px;
    background:#fff;
    border-radius:30px;
    color:var(--primarycolor);
    transition:.35s;
}

.amenity-card:hover{
    background:#ffcf33;
}

.amenity-card:hover h6{
    background:var(--primarycolor);
    color:#fff;
}

.amenity-shine{
    position:absolute;
    inset:0;
    pointer-events:none;
    overflow:hidden;
}

.amenity-shine:before{
    content:"";
    position:absolute;
    left:-130%;
    top:-60%;
    width:70px;
    height:250%;
    transform:rotate(25deg);
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.55),
        transparent
    );
    transition:1s;
}

.amenity-card:hover .amenity-shine:before{
    left:170%;
}

/* TRAVEL GUIDELINES */
.travel-tips{
    padding:35px 0;
    overflow:hidden;
    position:relative;
}

.tips-head h6{
    color: var(--primarycolor);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.tips-head{
    text-align:center;
    max-width:950px;
    margin:auto;
    margin-bottom:70px;
}

.journey-wrap{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-template-rows:auto 90px auto;
    gap:35px;
    align-items:center;
}

.tip-item{
    position:relative;
}

.step{
    position:absolute;
    top: -30px;
    left: 35px;
    padding: 6px 14px;
    border-radius:12px;
    background:var(--primarycolor);
    font-size:24px;
    font-weight:700;
    color:white;
    z-index:5;
     transition:.35s ease;
}

.tips-card{
    background:var(--busyellow);
    padding:30px;
    border-radius:28px;
    display:flex;
    gap:20px;
    align-items:center;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.4s;
    position:relative;
    overflow:hidden;
}
.tip-shine{
    position:absolute;
    inset:0;
    overflow:hidden;
    border-radius:28px;
    pointer-events:none;
}
.tip-shine::before{
    content:"";
    position:absolute;
    top:-100%;
    left:-60%;
    width:70px;
    height:250%;
    background: linear-gradient( 90deg, transparent, rgba(255,255,255,.45), transparent);
    transform:rotate(25deg);
    transition:1s;
}
.tip-item:hover .tip-shine::before{
    left:140%;
}
.tip-item:hover .step{
    background:#fff;
    color:var(--primarycolor);
}
.tip-item:hover .step{
    background:#fff;
    color:var(--primarycolor);
    box-shadow:0 6px 18px rgba(0,0,0,.08);
}
.tips-card:hover{
    transform:translateY(-6px);
}

.tip-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    background:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.tip-icon img{
    width:42px;
}

.tips-card h4{
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--primarycolor);
    font-family: var(--heading-font);
    letter-spacing: 2px;
}

.tips-card p{
    line-height:1.8;
    margin:0;
}

.timeline-left{
    grid-column:1/2;
    height:2px;
    border-top:2px dashed #f7b500;
    position:relative;
}

.timeline-right{
    grid-column:3/4;
    height:2px;
    border-top:2px dashed #f7b500;
    position:relative;
}

.timeline-left::after{
    content:"";
    position:absolute;
    right:-10px;
    top:-8px;
    width:16px;
    height:16px;
    background:#f7b500;
    border-radius:50%;
    box-shadow: 0 0 0 8px rgba(247,181,0,.15);
}

.timeline-right::before{
    content:"";
    position:absolute;
    left:-10px;
    top:-8px;
    width:16px;
    height:16px;
    background:#f7b500;
    border-radius:50%;
    box-shadow: 0 0 0 8px rgba(247,181,0,.15);
}

.journey-busicon{
    width:90px;
    height:90px;
    border-radius:50%;
    background:var(--busyellow);
    display:flex;
    align-items:center;
    justify-content:center;
    justify-self:center;
    box-shadow: 0 10px 25px rgba(0,0,0,.06);
    position: relative;
    left: -80px;
}

.journey-busicon i{
    font-size:36px;
    color:var(--primarycolor);
}

.amenity p{
    text-align: justify;
}
.amenity{
    overflow-x: hidden;
    overflow-y: hidden;
}
.amenities-wrapper{
     padding: 35px 0;
     overflow-x: hidden;
}

/* ABOUT US */
h2 span {
    color: var(--primarycolor);
}

.feature-about-block{
    position:relative;
    overflow-x: hidden;
   overflow-y: hidden;
}

/*===MANDALA=====*/
.abtus-mandala{
    position:absolute;
    z-index:10;
    pointer-events:none;
    top: inherit;
    bottom: 193px;
}
.about-us{
    padding:35px 0;
    position:relative;
}

.about-text{
    text-align:center;
    max-width:850px;
    margin:auto;
}

.about-text h6{
    color:var(--primarycolor);
    letter-spacing:4px;
    font-size:14px;
    font-weight:700;
    margin-bottom:15px;
}

.about-title{
    font-size:3.5rem;
    line-height:1.1;
    font-family:var(--heading-font);
}

.about-title span{
    color:var(--primarycolor);
}

.about-text p{
    font-size:16px;
    line-height:1.8;
    max-width:750px;
    margin:auto;
}

.about-features{
    max-width:900px;
    margin:60px auto 0;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px 80px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:35px;
}

.abt-iconbg{
    background: var(--busyellow);
    border:1px solid var(--primarycolor);
    width:180px;
    height:180px;
    border-radius:50%;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* rotating container */
.orbit-ring{
    position:absolute;
    inset:-25px;
    animation:orbit 8s linear infinite;
}

.orbit-ring svg{
    width:100%;
    height:100%;
}

.orbit-path{
    fill:none;
    stroke:var(--primarycolor);
    stroke-width:3;
    stroke-linecap:round;
    stroke-dasharray:260 420;
    transform-origin:center;
    transform:rotate(115deg);
}

.orbit-dot{
    fill:var(--primarycolor);
}

@keyframes orbit{

from{
    transform:rotate(360deg);
}

to{
    transform:rotate(0deg);
}

}

.feature-item img{
    width:80px;
    height:80px;
    object-fit:contain;
}

.feature-item h5{
    margin:0;
    font-size:22px;
    font-family:var(--heading-font);
    letter-spacing: 1px;
}

/* FOOTER */
.footer-section {
    position:relative;
}
.footer-top {
    padding-top: 50px;
}
.footer-section p, .footer-bottom p>a {
    margin: 0;
    font-size: 0.9rem;
    color: black;
}
.section-text {
    line-height: 1.6;
}
.footer-appdownload {
    padding: 13px 15px;
    background-color: var(--busyellow);
    backdrop-filter: blur(2px);
    border-radius: 20px;
    border: 2px solid var(--primarycolor);
}

.footer-appdownload img {
    width: 140px;
}
.footer-top h3 {
    margin: 20px 0;
    font-weight: 700;
    line-height: 1.2;
    font-size: 20px;
    letter-spacing: 2px;
}
.footer-section ul {
    margin: 0;
    padding-inline-start: 12px;
}
.footer-section li {
    color: var(--black-color);
    line-height: 2;
    letter-spacing: 0.5px;
    font-weight: 500;
    position: relative;
}
.footer-links i {
    padding: 0 10px 0 0;
}

.fa, .fas {
    font-weight: 900;
}
.footer-top li a {
    font-size: 16px;
    color: var(--black-color);
    font-weight: normal;
    line-height: 2;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0;
}
.footer-bottom .container {
    padding: 25px 0;
}
.footer-section p, .footer-bottom p>a {
    margin: 0;
    font-size: 0.9rem;
    color: black;
}
.footer-logo{
    width: 250px;
    height: auto;
}
/* footer trees */
.footer-side-img{
    position:absolute;
    bottom: -14px;
    z-index: 0;
    pointer-events: none;
    opacity: 0.9;
    width: 235px;
}

/* Left image */
.footer-left-img{
    left:0;
}

/* Right image */
.footer-right-img{
    right:0;
}

/* Keep footer content above images */
.footer-top,
.footer-bottom{
    position:relative;
    z-index:2;
}

/* MEDIA Query  1500px below */
@media (max-width: 1500px) { 
    .home-bus {
        width: 569px;
        bottom: 38px;
    }
    .sun {
        left: 596px;
    }
    .cloud-left {
        top: 166px;
    }
    .cloud-right1 {
        top: 301px;
    }
    .cloud-right2 {
        top: 201px;
    }
    .cloud-right3 {
        top: 306px;
    }
    .bird2 {
        top: 270px;
        right: 244px;
    }
    .bird3 {
        top: 196px;
        right: 117px;
    }
    .bird1 {
        right: 381px;
        top: 164px;
    }
}
@media (max-width: 1450px) { 
   
    .sun {
        left: 570px;
    }
    .home-bus {
        width: 560px;
    }
    .cloud-left {
        width: 220px;
        left: 50px;
        top: 174px;
    }
    .cloud-right1 {
        width: 170px;
        right: 308px;
        top: 311px;
    }
    .cloud-right2 {
        width: 148px;
        right: 183px;
        top: 212px;
    }
    .cloud-right3 {
        width: 136px;
        right: 78px;
        top: 329px;
    }
    .bird2 {
        top: 279px;
    }
}
 
/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1400px) { 
   
    .s-box .form-group .select2-selection,
    .s-box .form-group input {
        padding: 9px 20px 9px 32px;
    }
    .section-highlight{
        font-size: 44px;
    } 
    .sun {
        left: 624px;
    }
    .home-bus {
        width: 538px;
        left: 71%;
    }
    .bird2 {
        top: 296px;
    }
    .bird1 {
        top: 153px;
    }
    .cloud-right2 {
        right: 176px;
        top: 224px;
    }
    .facility-center-img img {
        width: 404px;
    }
    .facility-center-img {
        top: 250px;
    }
    .d1 {
        top: 260px;
        left: 171px;
    }
    .d2 {
        top: 261px;
        right: 172px;
    }
    .d3 {
        bottom: 178px;
        left: 31px;
    }
    .d4 {
        bottom: 174px;
        right: 29px;
    }
}
@media (max-width: 1370px) and (max-height: 600px) {
    .sun {
        left: 610px;
        width: 104px;
    }
    .home-bus {
        width: 471px;
        left: 71%;
        bottom: 162px;
    }
    .temple-bg {
        bottom: 89px;
    }
    .home-bus {
        width: 483px;
    }
    .hometitle h2 {
        font-size: 48px;
    }
    .searchboxbg {
        padding: 25px 0;
    }

    .board-img-desktop {
        display: none;
    }

    .board-img-laptop {
        display: block;
    }
    .board-img-sm {
        display: none;
    }
    .board-img-sm-last {
       display: none;
    }
    .board-img-sm-tab{
        display: none;
    }
    .board-img-sm-mobile{
    display: none;
    }
    .board-img-sm-mobile-android{
    display: none;
    }
    .home {
        padding: 40px 0 70px;
    }
    .board-img {
        left: 25%;
        top: 10%;
        width: 398px;
    }
    .s-box {
        top: 5px;
        left: 73px;
    }
    .cloud-left {
        width: 162px;
        left: 132px;
        top: 153px;
    }
    .cloud-right1 {
        width: 142px;
        right: 277px;
        top: 232px;
    }
    .cloud-right2 {
        right: 183px;
        top: 133px;
        width: 120px;
    }
    .cloud-right3 {
        width: 101px;
        right: 97px;
        top: 235px;
    }
    .bird1 {
        right: 359px;
        top: 126px;
        width: 60px;
    }
    .bird2 {
        top: 184px;
        right: 237px;
        width: 46px;
    }
    .bird3 {
        top: 161px;
        right: 122px;
        width: 43px;
    }
    .boxed_wrapper{
        background-image: url(../images/bestgoholiday_homesky2.png);
        background-size: 100%;
        background-position: center top;
        background-repeat:no-repeat;
        background-size:cover;
    }
    .route-pattern{
        margin-top: -129px;
        z-index: 1;
    }
    .step {
        top: -29px;
        left: 39px;
        padding: 5px 12px;
        font-size: 23px;
    }
    .journey-bird3 {
        right: 36%;
    }
    .journey-bird1 {
        right: 53%;
        top: 53%;
    }
    
}
@media (max-width: 1300px){
    .sun {
        left: 572px;
        width: 94px;
        top: 258px;
    }
    .journey-bird1 {
        right: 53%;
        top: 51%;
    }
    .journey-bird2 {
        right: 47%;
    }
    .journey-bird3 {
        right: 38%;
        top: 58%;
    }
    .journey-bus {
        width: 275px;
    }
    .semi-content p{
        margin-bottom : 24px !important;
    }
}
@media (max-width: 1255px) and (max-height: 570px) {
.boxed_wrapper{
        background-image: url(../images/bestgoholiday_homesky3.png);
        background-size: 100%;
        background-position: center top;
        background-repeat:no-repeat;
        background-size:cover;
    }
    .temple-bg {
        bottom: 134px;
    }
    .home-bus {
        width: 451px;
        left: 71%;
        bottom: 208px;
    }
    .header-one .logoimg {
        width: 218px;
    }
        .hometitle h2 {
        font-size: 44px;
    }
    .route-pattern {
        margin-top: -180px;
        z-index: 1;
    }
    .cloud-left {
        width: 160px;
        left: 132px;
        top: 149px;
    }
    .cloud-right1 {
        width: 131px;
        right: 258px;
        top: 224px;
    }
    .cloud-right2 {
        right: 165px;
        top: 127px;
        width: 120px;
    }
    .cloud-right3 {
        width: 98px;
        right: 85px;
        top: 223px;
    }
    .bird1 {
        right: 325px;
        top: 125px;
    }
    .bird2 {
        top: 179px;
        right: 228px;
        width: 44px;
    }
    .bird3 {
        top: 145px;
        right: 120px;
        width: 43px;
    }
    .board-img-desktop {
        display: none;
    }

    .board-img-laptop {
        display: none;
    }
    .board-img-sm {
        display: block;
    }
    .board-img-sm-last {
        display: none;
    }
    .board-img-sm-tab{
        display: none;
    }
    .board-img-sm-mobile{
        display: none;
    }
    .board-img-sm-mobile-android{
        display: none;
    }
    .s-box {
        top: -15px;
    }
    .board-img {
        top: 6%;
    }
    .hometitle h2 {
        margin-bottom: 20px;
    }
    .hometitle h6 {
        margin-bottom: 4px !important;
    }
    .step {
        top: -27px;
        left: 34px;
        padding: 5px 11px;
        font-size: 22px;
    }
    .journey-cloud1 {
        width: 291px;
    }
    .journey-cloud2 {
        right: 20%;
        top: 33%;
    }
    .journey-cloud2
    {
        width: 288px;
        top: 33%;
    }
    .journey-bus {
        width: 269px;
    }
    .journey-bird3 {
        top: 60%;
    }
    .d3 {
        bottom: 198px;
        left: 39px;
    }
    .d4 {
        bottom: 193px;
        right: 38px;
    }
    .semi-content img {
        width: 64px;
        margin-bottom: 8px;
    }
    semi-content h5 {
        font-size: 21px;
    }
}
  
 
/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    .navbar-wrap>ul>li {
        margin: 0px 10px;
    }
    .s-box .form-group input.hoverbtn {
        font-size: 12px !important;
    }
    .logo {
        top: -21px;
    }
    .header-one .logoimg {
        width: 185px;
    }

    .navbar-wrap ul li a{
        padding : 14px 9px;
    }
    .navbar-wrap ul li span{
        padding : 14px 9px;
    }
    .logo img {
        width: 145px;
    }
    .travel-tips::before{
        content: none;
        display: none;
    }
    .tip-icon img {
        width: 50px;
    }
    .tip-icon {
       width: 80px;
       height: 80px;
    }
    .search-board{
        top: 55px;
        left: -44px;
    }
    .hometitle h6 {
        margin-bottom: 8px !important;
    }
    .temple-bg {
        bottom: 157px;
    }
    .hometitle h2 {
        margin-bottom: 5px;
        font-size: 41px;
    }
    
    .home-bus {
        width: 406px;
        left: 72%;
        bottom: 229px;
    }
    .sun {
        left: 575px;
        width: 73px;
        top: 233px;
    }
    .cloud-left {
        width: 168px;
        left: 108px;
        top: 118px;
    }
    .cloud-right1 {
        width: 124px;
        right: 242px;
        top: 211px;
    }
    .cloud-right2 {
        right: 157px;
        top: 132px;
        width: 113px;
    }
    .cloud-right3 {
        width: 96px;
        right: 82px;
        top: 215px;
    }
    .bird1 {
        right: 316px;
        top: 110px;
        width: 55px;
    }
    .bird2 {
        top: 179px;
        right: 219px;
        width: 42px;
    }
    .board-img-desktop {
        display:none;
    }

    .board-img-laptop {
        display: none ;
    }
    .board-img-sm {
        display: none;
    }
    .board-img-sm-last {
        display: block;
    }
    .board-img-sm-tab{
        display: none;
    }
    .board-img-sm-mobile{
        display: none;
    }
    .board-img-sm-mobile-android{
        display: none;
    }
    .route-pattern {
        margin-top: -202px;
    }
    .step {
        top: -29px;
        left: 39px;
        padding: 5px 12px;
        font-size: 23px;
    }
    .feature-item h5 {
        font-size: 20px;
    }
    .journey-bird1 {
        top: 48%;
    }
    .journey-bird2 {
        top: 46%;
    }
    .journey-bird3 {
        top: 60%;
    }
    .facility-center-img img {
        width: 348px;
    }
    .card1 {
        top: 0;
        left: 10%;
    }
    .card2 {
        top: 0;
        right: 10%;
    }
    .card3 {
        top: 340px;
        left: -3%;
    }
    .card4 {
        top: 340px;
        right: -3%;
    }
    .facility-center-img {
        top: 280px;
    }
    .semi-wrapper {
        bottom: -40px;
    }
    .semi-content h5 {
        font-size: 18px;
    }
    .semi-content p {
         margin-bottom: 70px !important;
    }
    .semi-content img {
        width: 59px;
        margin-bottom: 8px;
    }
    .amenity-card{
        width:200px;
        min-width:200px;
    }
    .amenities-track{
        gap:24px;
    }
    .journey-wrap{
        grid-template-columns:1fr 1fr;
        grid-template-rows:auto;
    }
    .timeline-left, .timeline-right, .journey-busicon{
        display:none;
    }
}
@media (max-width: 1150.98px) {
    .sun {
        left: 551px;
    }
    .hometitle h2 {
        font-size: 38px;
    }
    .hometitle h2 {
        margin-bottom: 9px;
    }
    .journey-bird3 {
        right: 42%;
        top: 63%;
    }
    .journey-bus {
        width: 235px;
    }
    .journey-sec {
        margin-top: -333px;
    }
}
@media (max-width: 1100.98px) {
    .sun {
        left: 531px;
    }
    .home-bus {
        width: 390px;
    }
    .cloud-left {
        width: 185px;
        left: 64px;
        top: 124px;
    }
    .cloud-right1 {
        width: 124px;
        right: 223px;
        top: 251px;
    }
    .cloud-right2 {
        right: 144px;
        top: 172px;
    }
    .cloud-right3 {
        right: 67px;
        top: 257px;
    }
    .bird1 {
        right: 286px;
        top: 130px;
    }
    .bird2 {
        top: 219px;
        right: 201px;
    }
    .bird3 {
        top: 178px;
        right: 104px;
    }
    .search-board {
        top: 62px;
    }
    .travel-tips {
        padding: 25px 0;
    }
    .amenities-wrapper {
        padding: 50px 0 !important;
    }
    .about-us {
        padding: 25px 0;
    }
    .feature-section {
        padding: 25px 0;
    }
    .journey-bus {
        width: 223px;
    }
    .journey-bird3 {
        top: 67%;
    }
}
/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
   .logo{
       position: static;
    }
    .form-content-in::before{
        top: 61%;
    }
    .menu-area .mobile-nav-toggler {
        display: block;
    }
    .s-box .form-content-in {
        padding: 0 !important;
    }
  
    .s-box .swap {
        position: absolute;
        transform: rotate(90deg);
        top: 48px;
    }

    .tip-icon img {
        width: 42px;
    }
    .tips-card::before {
        width: 135px;
        height: 135px;
    }
    .searchboxbg{
        top: 21px;
    }
    .section-highlight {
        font-size: 2rem;
    } 
    .facilities{
        padding: 15px 0;        
    }
    .travel-tips{
        padding: 15px 0;
    }
    h2 {
        font-size: 2rem;
    }
    .feature-section{
         padding: 15px 0; 
    }
    .about-title{
    font-size: 2rem;
    }
    .facilities{
    padding: 30px 0 0px;
    }
    .facility-heading h2{
        font-size:42px;
    }
    .facility-layout{
        height:auto;
        display:flex;
        flex-direction:column;
        align-items:center;
        gap:25px;
    }
    .facility-card{
        position:relative;
        left:auto;
        right:auto;
        top:auto;
        width:100%;
        max-width:420px;
    }
    .semi-wrapper{
        position:relative;
        width:100%;
        height:320px;
        margin-top:50px;
    }
    .outer{
        width:620px;
        height:620px;
        bottom:-310px;
    }
    .middle{
        width:500px;
        height:500px;
        bottom:-250px;
    }
    .inner{
        width:360px;
        height:360px;
        bottom:-180px;
    }
    .d1{
        left:90px;
    }
    .d2{
        right:90px;
    }
    .feature-content{
        margin-bottom:20px;
    }
    .feature-card{
        width:190px;
        height:200px;
    }
    .feature-card h4 {
        padding: 14px 24px;
    }
     .footer-side-img{
        width:140px;
        opacity:.4;
    }
   .temple-bg {
        bottom: -40px;
    }
    .boxed_wrapper {
        position: relative;
    }
    .home-bus {
        width: 330px;
        bottom: 18px;
    }
    .searchboxbg{
        text-align: center;
        justify-content: center;
        display: flex;
    }
     .board-img-desktop {
        display:none;
    }

    .board-img-laptop {
        display: none ;
    }
    .board-img-sm {
        display: none;
    }
    .board-img-sm-last {
        display: none;
    }
    .board-img-sm-tab{
        display: block;
    }
    .board-img-sm-mobile{
        display: none;
    }
    .board-img-sm-mobile-android{
        display: none;
    }
    .route-pattern{
        margin-top: 0px;
    }
    .search-board {
        top: 47px;
        left: -15px;
    }
    .searchboxbg {
        padding: 0;
    }
    .cloud-left {
        top: 381px;
    }
    .cloud-right1 {
        width: 82px;
        right: 190px;
        top: 502px;
    }
    .cloud-right2 {
        right: 124px;
        top: 393px;
    }
    .cloud-right3 {
        right: 53px;
        top: 486px;
    }
    .sun {
        left: 425px;
        width: 73px;
        top: 555px;
    }
    .bird1 {
        right: 274px;
        top: 153px;
    }
    .bird2 {
        top: 272px;
       width: 52px;
    }
    .bird3 {
        top: 192px;
        right: 104px;
    }
    .board-img {
        left: 16%;
        top: 10%;
        width: 449px;
    }
    .custom-col {
        top: -24px;
        right: 10px;
    }
    .s-box {
        top: 10px;
        left: 41px;
    }
    .home{
        z-index: 1;
    }
    .amenity-card {
        padding: 35px 11px 8px;
    }
    .amenity-card h6 {
        margin-top: 31px !important;
    }
    .amenities-wrapper {
        padding: 30px 0 !important;
    }
    .tips-card {
        background: var(--busyellow);
        padding: 25px 18px;
    }
    .step {
        top: -26px;
        left: 30px;
        padding: 5px 10px;
        font-size: 21px;
    }
    .footer-top {
        padding-top: 30px;
    }
    .feature-item{
        flex-direction:column;
        align-items:center;
        justify-content:center;
        text-align:center;
        gap:30px;
    }
    .feature-item h5{
        font-size:19px;
        margin:0;
    }
    .abt-iconbg{
        width:150px;
        height:150px;
    }
    .tips-card h4 {
        letter-spacing: 1px;
    }
    .about-features {
        margin: 50px auto 0;
    }
    .feature-icon img {
        width: 70px !important;
        height: 70px !important;
    }
    .feature-icon {
        margin-bottom: 20px;
    }
    .journey-sec{
        background-image: url('../images/bestgoholiday_picturebg-mobile.png');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover; /* or 100% auto if you prefer */
    }

    .journey-cloud,
    .journey-bird, 
    .journey-bus {
        display: none !important;
    }
    
    .facility-center-img, .semi-wrapper {
        display: none;
    }
    .journey-sec {
        margin-top: -46px;
    }
    .amenity-card{
        width:180px;
        min-width:180px;
    }

    .amenity-card img{
        width:70px;
        height:70px;
    }

    .amenities-track{
        gap:20px;
    }
}
@media (max-width: 960px) { 
    .bird2 {
        right: 170px;
    }
}
@media (max-width: 900px) { 
    .bird2 {
        top: 229px;
        width: 47px;
        right: 198px;
    }
    .bird1 {
        right: 261px;
        top: 130px;
    }
    .cloud-left {
        width: 145px;
        top: 400px;
    }
    .cloud-right1 {
        width: 69px;
        right: 185px;
        top: 528px;
    }
    .cloud-right2 {
        width: 84px;
        right: 109px;
        top: 435px;
    }
    .cloud-right3 {
        right: 59px;
        top: 525px;
        width: 72px;
    }
    .sun {
        left: 371px;
    } 
    .home-bus {
        width: 283px;
    }
    .cloud-left {
        width: 131px;
        top: 453px;
    }
    .cloud-right1 {
        width: 69px;
        right: 170px;
        top: 550px;
    }
    .cloud-right2 {
        width: 75px;
        right: 110px;
        top: 472px;
    }
    .cloud-right3 {
        right: 59px;
        top: 547px;
        width: 65px;
    }
}
@media (max-width: 800px) { 
    .cloud-left {
        width: 111px;
        top: 498px;
    }
    .home-bus {
        width: 250px;
    }
    .sun {
        left: 332px;
    }
    .bird3 {
        top: 164px;
        right: 83px;
    }
    .bird1 {
        top: 120px;
        width: 57px;
    }
    .bird2 {
        top: 231px;
        width: 42px;
    }
    .cloud-right1 {
        width: 62px;
        right: 155px;
        top: 569px;
    }
    .cloud-right2 {
        width: 62px;
        right: 110px;
        top: 500px;
    }
    .cloud-right3 {

        top: 576px;
        width: 55px;
    }
    .step {
        top: -24px;
        left: 28px;
    }
    .tips-card {
        padding: 20px 18px;
    }
    .tips-card h4 {
        margin-bottom: 7px;
    }
    .tips-head {
        margin-bottom: 55px;
    }
    .footer-top {
        padding-top: 20px;
    }
}
/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    .feature-content .row {
        padding-top: 0px;
    }
    .section-highlight {
        font-size: 30px;
    }
    .s-box .form-content-in {
        padding: 0 !important;
    }
   
    .amenity {
        margin-bottom: 28px;
    }
    .tips-card::before {
        width: 155px;
        height: 155px;
    }
    .searchboxbg {
        position: static;
    }
    .s-box{
        margin: 0 auto;
        top: 32px;
    }
    .section-text{
        margin: 0 0 16px 0;
    }
    .about-text {
        text-align: center;
        margin-bottom: 30px;
    }
    .about-text p {
        margin-left: auto;
        margin-right: auto;
    }

    .about-text h2 {
        font-size: 30px;
    }
    .step {
        top: -30px;
        font-size: 20px;
    }

    .tips-card::after {
        left: -26px !important;
        right: auto !important;
    }
    .tips-card .row {
        flex-direction: row;
    }
    .about-title{
        font-size:2.4rem;
    }
    .about-features{
        margin-top:40px;
    }
    .feature-item{
        justify-content:center;
        text-align:center;
        flex-direction:column;
    }

    .feature-item h5{
        font-size:18px;
    }
    .footer-side-img{
        display:none;
    }
    .about-us {
        padding: 25px 0;
    }
    .s-box {
        top: 11px;
    }
    .bird2 {
        top: 226px;
        width: 40px;
    }
    .board-img {
        left: 16%;
        top: 10%;
        width: 460px;
    }
    .cloud-right2 {
        width: 60px;
        right: 104px;
        top: 520px;
    }
    .amenity-card{
        width:160px;
        min-width:160px;
        padding:25px 12px 12px;
    }

    .amenity-card img{
        width:60px;
        height:60px;
    }

    .amenity-card h6{
        font-size:15px;
    }

    .amenities-track{
        gap:16px;
    }
    
    .journey-wrap{
        grid-template-columns:1fr;
        gap:40px;
    }

    .tip-icon{
        width:70px;
        height:70px;
    }

    .tip-icon img{
        width:34px;
    }

    .tips-card{
        padding:24px;
    }

    .step{
        font-size:20px;
        padding:6px 14px;
        left:25px;
    }

    .tips-card h4{
        font-size:18px;
    }
}

@media (max-width: 700px) { 
    .cloud-left {
        width: 92px;
        top: 539px;
    }
    .cloud-right1 {
        width: 52px;
        right: 144px;
        top: 595px;
    }
    .cloud-right2 {
        width: 55px;
        right: 105px;
        top: 547px;
    }
    .cloud-right3 {
        top: 596px;
        width: 47px;
        right: 56px;
    }
    .home-bus {
        width: 232px;
        bottom: 7px;
        left: 71%;
    }
    .sun {
        left: 284px;
    }
}
@media (max-width: 650px) { 
    .cloud-left {
        top: 539px;
        left: 57px;
    }
    .cloud-right1 {
        width: 50px;
        right: 134px;
        top: 609px;
    }
    .cloud-right2 {
        right: 100px;
        top: 556px;
    }
    .cloud-right3 {
        top: 612px;
        width: 47px;
        right: 49px;
    }
    .sun {
        left: 265px;
    }
    .facilities {
        padding: 15px 0px 30px;
    }
}
/* // `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .feature-content .row {
        padding-top: 70px;
    }
    .searchboxbg {
        left: 82px;
    }
    .s-box .form-content-in {
        padding: 0px !important;
    }
    .amenity {
        margin-bottom: 8px;
    }
    .s-box {
        top: 44px;
    }
    .facility-heading h2{
        font-size:34px;
    }

    .facility-heading p{
        font-size:15px;
    }
    .facility-card{
        padding:30px;
    }

    .facility-card h4{
        font-size:20px;
    }
    .semi-content h5{
        font-size:18px;
    }
    .semi-content p{
        font-size:14px;
    }
    .feature-card{
        width:170px;
        height:210px;
    }
    .feature-icon img{
        width:60px;
    }
    .feature-card h4{
        font-size:14px;
    }
    .hometitle h2 {
        font-size: 34px;
    }
    .search-board {
        top: 10px;
        left: -40px;
    }
    .board-img {
        left: 22%;
        top: 20%;
        width: 456px;
    }
    .s-box {
        top: 44px;
        left: 77px;
    }
    .temple-bg {
        bottom: -2px;
    }
    .home-bus {
        width: 204px;
        bottom: 34px;
        left: 70%;
    }
    .sun {
        left: 232px;
        width: 62px;
        top: 564px;
    }
    .cloud-left {
        top: 558px;
        left: 48px;
        width: 79px;
    }
    .cloud-right1 {
        width: 45px;
        right: 116px;
        top: 603px;
    }
    .cloud-right2 {
        right: 87px;
        top: 553px;
        width: 47px;
    }
    .cloud-right3 {
        top: 602px;
        width: 40px;
        right: 45px;
    }
    .amenity-card h6 {
        font-size: 14px;
    }
    .amenity-card img {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 560.98px) {
    .board-img {
        width: 440px;
    }
    .s-box {
        top: 37px;
        left: 71px;
    }
}
@media (max-width: 525.98px) {

    .searchboxbg {
    height: 290px;
    }
    .section-highlight {
        font-size: 26px;
    }
    .s-box{
        position: absolute;
        left: 50%;
        top: 18px;
        transform: translateX(-50%);
        width: 90%;          
        max-width: 421px;  
        box-sizing: border-box;
    }
    .board-img {
        width: 425px;
        left: 66px;
        top: auto;
    }
    .board-img {
        width: 420px;
        left: 50%;
        transform: translateX(-50%);
    }
    .search-board {
        left: 0px;
        top: 22px;
    }
    .sun {
        left: 203px;
        width: 63px;
        top: 542px;
    }
    .home-bus {
        bottom: 24px;
        left: 66%;
        width: 220px;
    }
    .cloud-left {
        width: 90px;
    }
    .cloud-right1 {
        width: 53px;
        right: 108px;
        top: 604px;
    }
    .cloud-right2 {
        right: 72px;
        top: 560px;
        width: 52px;
    }
    .cloud-right3 {
        top: 617px;
        width: 45px;
        right: 32px;
    }
    .about-features{
        grid-template-columns:1fr;
        gap:25px;
    }
}

@media (max-width: 480.98px) { 
    .board-img-desktop {
        display: none;
    }

    .board-img-laptop {
        display: none;
    }
    .board-img-sm {
        display: none;
    }
    .board-img-sm-last {
       display: none;
    }
    .board-img-sm-tab{
        display: none;
    }
    .board-img-sm-mobile{
        display: block;
    }
    .board-img-sm-mobile-android{
    display: none;
}
    .s-box {
        top: 30px;
    }
    .header-one .logoimg {
        width: 171px;
    }
    .hometitle h2 {
        font-size: 31px;
    }
    .hometitle h6 {
    font-size: 16px;
    }
    .bird1 {
        top: 103px;
        width: 54px;
        right: 238px;
    }
    .bird2 {
        top: 210px;
    }
    .bird3 {
        top: 154px;
        right: 64px;
    }
    #nextDates div.dateday {
        min-width: 51px;
    }
    .feature-card h4 {
        padding: 14px 16px;
    }
}
@media (max-width: 460.98px) { 
    .tips-card::before {
        width: 160px;
        height: 160px;
    }
    .home-bus {
        bottom: 19px;
        left: 63%;
        width: 208px;
    }
    .cloud-left {
        top: 542px;
    }
    .cloud-right1 {
        width: 49px;
        right: 94px;
        top: 597px;
    }
    .cloud-right2 {
        right: 64px;
        top: 559px;
    }
    cloud-right3 {
        top: 605px;
        width: 36px;
        right: 36px;
    }
    .sun {
        left: 184px;
        top: 531px;
    }
    .s-box {
        top: 21px;
        width: 100%;
        max-width: 396px;
    }
    .boxed_wrapper {
        max-height: 758px !important;
        height: 758px !important;
    }
}
@media (max-width: 440.98px) { 
    .s-box {
        top: 19px;
        max-width: 378px;
    }
    .cloud-right3 {
        top: 608px;
        width: 39px;
        right: 31px;
    }
}
/* //  ( less than 426px) */
@media (max-width: 426.98px) { 
    .s-box {
        top: -5px;
    }
    .s-box .swap {
         top: 81px;
        }
    .logo img {
        width: 180px;
    }
    .s-box {
        padding: 0px;
        top: -3px;
        max-width: 360px;
    }
    .s-box .form-content-in {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    #sidenavebar h2 span {
        font-size: 22px;
        height: 47px;
        width: 50px;
        left: -46px;
    }
    #sidenavebar{
        width: 184px;
        top: 303px;
        z-index: 999;
        right: -193px;
    }
    #nextDates div.dateday{
        min-width: 46px;
    }
    #sidenavebar h2 span i {
        left: 21%;
        top: 27%;
    }
    .s-box .swap {
        top: 74px;
    }
    .s-box .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 28px;
    }
    .s-box .form-group .select2-selection, .s-box .form-group input {
        padding: 8px 20px 8px 32px;
        height: 39px;
    }
      .board-img-desktop {
        display: none;
    }

    .board-img-laptop {
        display: none;
    }
    .board-img-sm {
        display: none;
    }
    .board-img-sm-last {
       display: none;
    }
    .board-img-sm-tab{
        display: none;
    }
    .board-img-sm-mobile{
        display: none;
    }
    .board-img-sm-mobile-android{
        display: block;
    }
    .boxed_wrapper {
        max-height: 710px !important;
        height: 710px !important;
    }
    .home-bus {
        bottom: 19px;
        left: 63%;
        width: 181px;
    }
    .cloud-left {
        top: 533px;
        left: 34px;
        width: 67px;
    }
    .cloud-right1 {
        width: 38px;
        right: 84px;
        top: 571px;
    }
    .cloud-right2 {
        right: 62px;
        top: 537px;
        width: 37px;
    }
    .cloud-right3 {
        top: 578px;
        width: 32px;
        right: 31px;
    }
    .sun {
        left: 131px;
        width: 60px;
        top: 507px;
    }
    .hometitle h2 {
        font-size: 25px;
    }
    .bird1 {
        top: 113px;
        right: 207px;
    }
    .bird2 {
        top: 210px;
        right: 162px;
    }
    .bird3 {
        top: 149px;
        right: 53px;
    }
    .amenity-card h6 {
        margin-top: 24px !important;
    }
    .amenity-card img {
        width: 55px;
        height: 55px;
    }
    
}
@media (max-width: 400.98px) { 
 .s-box {
        top: -6px;
        max-width: 345px;
    }
}
/* //  ( less than 376px) */
@media (max-width: 376.98px) { 

    .ame-title h6{
        font-size: 16px;
    }
    .logo img {
        width: 180px;
    }
    
    .s-box {
        padding: 0px;
    }
    
    .tips-card h4 {
        font-size: 18px;
    }
    #nextDates div.dateday{
        min-width: 50px;
    }
    .s-box {
        top: -12px;
        max-width: 328px;
    }
    #nextDates div.dateday {
        min-width: 42px;
    }
}

/* //  ( less than 320px) */
@media (max-width: 320.98px) { 
    .logo img {
        width: 180px;
    }
    .s-box {
        padding: 0px;
    }
}



