@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: "Vidaloka-Regular";
    src: url(../fonts/Vidaloka-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "DMSans_18pt-Medium";
    src: url(../fonts/DMSans18pt-Medium.ttf) format("truetype");
}
@font-face {
    font-family: "DMSans 24pt-Bold";
    src: url(../fonts/DMSans24pt-Bold.ttf) format("truetype");
}
:root {
--primarycolor: #0555c2;
--secondarycolor: #002066;
--thirdcolor:#999a9a;
--fourthcolor:#e7effd;
}
:root{
--primaryfont:"Vidaloka-Regular", sans-serif; 
--secondaryfont:"DMSans 18pt-Medium", sans-serif;
--thirdfont:"DMSans 24pt-Bold", sans-serif;
}
body{
    font-family: var(--secondaryfont);
    font-size: 15px;
    overflow-x: hidden;
}
.submainheading{
    font-family:var(--thirdfont);
    font-size: 17px;
}
.feature-heading{
    font-family: var(--thirdfont);
    font-size: 22px;
}
.para{
    font-family: var(--secondaryfont);
    font-size: 15px; 
    line-height: 1.8; 
}
.paragraph{
    font-family: var(--secondaryfont);
    font-size: 15px; 
    line-height: 1.8;    
}
.content-subheading{
    font-family: var(--thirdfont);
    font-size: 15px;
}
.sub-heading{
    font-family: var(--thirdfont);
    font-size: 21px;
}
.customericon{
    height: auto;
    width: 150px;
}
.content-insideheading{
    font-family: var(--thirdfont);
    font-size: 13px;
}
.feedback-para{
    font-size: 12px;
}
.aboutusbottom-img{
    position: absolute;
    right: 0px;
    bottom: -148px;
}
.aboutustop-img{
    position: absolute;
    bottom: 32px;
    left: 0px;
    z-index: 0;
}
.menuagent-text:hover{
    color: white;
}
.main-heading{
    font-family: var(--primaryfont);
    font-size: 43px;
    text-shadow: 1px 2px 5px #00000042;
}
.dropdown-item:hover{
    background-color: var(--secondarycolor);
    color: white !important;
}
.searchbox-heading{
    font-family: var(--thirdfont);
    font-size: 30px;
}
.heading{
    font-family: var(--primaryfont);
    font-size: 38px;
}
.footer-heading{
    font-family: var(--primaryfont);
    font-size: 28px;
    color: #FFD166;
}
.footertop-img{
    width: 100%;
    margin-bottom:-18px;
}
.line-color{
    color: white;
}
.footer-text{
    font-family: var(--secondaryfont);
    font-size: 15px;
    color: white;
}
.maincolor1{
    color: white;
}
.footer-text:hover{
    color: white;
}
.ico{
  position: absolute;
  top: 13px;
  left: 10px;
  z-index: 1;
}
.searchbox-bottom{
    margin-top: -50px;
}
.form-select {
    padding: 10px 46px;
    font-size: 14px;
}
.cardbg{
    background-color: var(--primarycolor);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mailone-line{
    white-space: nowrap;
}
.routes-card {
    height: 384px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}
.hotroutes-list {
    min-height: 0;
    width: 100%;
}
.hotroutes-card{
    overflow:hidden;
}
.routeposition {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}
.routedown-bgimg {
    background-image: url("../images/kavitha_routedownbgimg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}
.footer-links{
    list-style: none;
}
.footer-gap{
  gap: 20px;
}
.footer-appdownload {
    padding: 10px;
    background-color: #f3fffa;
    border-radius: 7px;
    border: 1px solid var(--secondarycolor);
}
.footerbg-color{
    background-color: var(--primarycolor);
}
.searchbox-swap{
    background-color: var(--secondarycolor);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    top: 3px;
}
.swap-icon{
    color: white;
}
/* ===================
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:var(--secondarycolor) !important;
    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) !important;
    color: white;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background-color:var(--primarycolor);
}
.searchboxbg-button{
    padding: 7px 9px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: var(--secondarycolor);
    border: none;
    border-radius: 7px;
    transition: background-color 0.4s ease;
}
.searchboxbg-button:hover {
    background-color: white;
    color: var(--secondarycolor);
}
#nextDates div.dateday {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 43px;
    border: 1px solid #babdc0;
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
    background: white;
    font-size: 14px;
    color: black;
}
#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;
}
#nextDates div.dateday {
    min-width: 50px;
}
.search-gap{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.searchbox-card{
    background-color: var(--primarycolor);
    padding: 10px 18px;
    color: white;
    border-radius: 10px;
}
.searchbox-para{
    font-size: 17px;
    color: white;
}
.menu-text{
    font-family: var(--secondaryfont);
    font-size: 15px;
    color: black;
}
.topmenu-text{
    font-family:var(--secondaryfont);
    font-size: 15px;
    color: white;
}
.menu-text:hover{
    color: black;
}
.topmenu-text:hover{
color: white;
}
.menu-text:focus{
    color: black;
}
.menu-color{
    background-color: #002066;
}
.menu-icon{
    color: white;
}
.kavithamain-logo{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    z-index: 2;
    height: 100px;
}
.logobg{
    background-color: white;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.route-font{
    font-family: var(--thirdfont);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menubottom-border{
    background-color: white;
    border-bottom: 2px solid var(--primarycolor);
   box-shadow: 0 2.6px 2.6px rgba(0, 0, 0, 0.15);
   position: relative;
}
.routeposition {
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.4s ease;
}
.routeposition:hover {
    background-color: var(--secondarycolor);
}
.maincolor3 {
    color: var(--primarycolor);
}
.routeposition .route-textsize,
.routeposition .route-textsize span,
.routeposition i,
.routeposition .locationicon,
.routeposition .maincolor3 {
    transition: color 0.4s ease, background-color 0.6s ease;
}
.routeposition:hover .route-textsize,
.routeposition:hover .route-textsize span,
.routeposition:hover .maincolor3 {
    color: white;
}
.routeposition:hover i {
    color: var(--primarycolor);
}
.routeposition:hover .locationicon {
    background-color: white;
    border-radius: 50%;
}
.kavitha-logobottom{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -47px;
    z-index: 1;
}
.menuagent{
    background-color: var(--secondarycolor);
    border-radius: 22px;
    transition: background-color 0.4s ease;
}
.menuagent:hover{
    background-color: var(--primarycolor);
}
.menuagent-text{
    color: white;
    text-decoration: none;
}
.herosection-bus{
    height: 544px;
    z-index: 0;
    position: relative;
}
.homesection-topspace{
    padding-top: 55px;
}
.herobusbg-img{
    position: absolute;
    z-index: 0;
    top: -3px;
    left: 21px;
    width: 604px;
}
.maincolor{
    color: var(--primarycolor);
}
.fullwebsite-color{
    background-color: #f0f4fd;
}
.route-busimage{
    margin-bottom: 2px;
    margin-left: 238px;
}
.feature-card{
    border-radius: 126px;
    height: 312px;
    width: 219px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 19px;
}
.feature-position{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.featuretop-space{
    margin-top: 133px;
    position: relative;
}
.featuretopimage-position{
    position: absolute;
    top: -158px;
    right: 0px;
}
.featurebottomimage-position{
    position: absolute;
    top: -81px;
    left: -37px;
}
.featurebottom1-position{
    position: absolute;
    bottom: -185px;
    right: 0px;
    z-index: 0;
}
.feature-index{
    position: relative;
    z-index: 1;
}
.feature-position {
    position: relative;
}

.feature-divider {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100px;
    border-right: 2px dotted var(--primarycolor);
}
.amenities-icon:hover{
    animation: tada 1s linear infinite;
}
/* ---------------------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(--secondarycolor);
    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(--secondarycolor);
    display: block;
    box-shadow: rgba(0, 0, 0, 0.24) -3px 0px 3px;
    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(--secondarycolor);
    color: white;
}
.no-trips {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--primarycolor);
}
.aboutus-bus{
    height: 450px;
    position: relative;
    z-index: 1;
}
.leftquots{
    position: absolute;
    left: 12px;
    top: 23px;
    height: 25px;
}
.rightquots{
    transform: scaleX(-1);
    position: absolute;
    right: 12px;
    top: 23px;
    height: 25px;
}
.owl-carousel .owl-item img {
    width: unset !important;
}
.mobile-card{
    border-radius: 22px;
}
.image-background{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--primarycolor);
}
.routes-card {
    height: 384px;
    display: flex;
    justify-content: center;
    border-radius: 25px;
    overflow: hidden;
}
.cctvicon {
    position: absolute;
    right: 16%;
    top: 3%;
    height: 47px;
}
.pilloicon {
    position: absolute;
    top: 28%;
    right: 2%;
    height: 45px;
}
.chargericon {
    position: absolute;
    bottom: 26%;
    right: 2%;
    height: 45px;
}
.lighticon {
    position: absolute;
    bottom: 4%;
    right: 17%;
    height: 45px;
}
.star-color{
    color: gold;
    font-size: 10px;
}
.locationmapicon{
    height: 70px;
    width: 70px;
    background-color:#cbdefd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.route-heading{
    font-family: var(--thirdfont);
    font-size: 15px;
}
.route-para{
    font-size: 12px;
}
.routebg{
    background-image: url("../images/kavitha_routebgimg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 62px;
}
.route-line{
    position: absolute;
    top: -12px;
    left: -15px;
}
.apprightside-space{
    padding: 42px;
}
.mobiletop-space{
    margin-top: 95px;
    margin-bottom: 60px;
}
.mobile-position{
    padding: 24px 34px;
    padding-bottom: 2px;
}
.feedback-card{
    height: 100%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    padding: 20px 40px;
}
.locationicon{
    background-color: var(--fourthcolor);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
/* 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(--secondarycolor);
    transition: all 1s ease 0s;
    border: none;
    border: 1px solid white;
    top: -158px;
    right: 0px;
}
#nextDates div.dateday:hover{
   background-color: var(--secondarycolor);
   color: white;
}
.scroll-top.open {
    bottom: 30px;
}
.cladender-inputbox {
    padding: 11px 33px;
}
.input-box{
    background-color: white;
    height: 100%;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(16, 16, 16, 0.07);
    width: 100%;
}
.heroicons-position{
    position: absolute;
    left: -83px;
    width: fit-content;
    margin: auto;
}
.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%);
}
@media(max-width:583px){
.menubottom-border {
    background-color: white;
    box-shadow: unset;
    position: relative;
}
.kavithamobile-logo{
    height: 77px;
}
.herosection-bus{
    max-width: 100%;
    height: auto !important;
}
.searchbox-bottom {
    margin-top: -44px;
}
.ticketbooking-card{
    width: unset !important;
}
.mobile-menu{
        position: absolute;
        width: 100%;
        background-color: white;
        padding: 16px 23px;
        top: 89px;
        z-index: 1000;
        border-radius: 22px;
        left: 2px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
.future-position{
    display: flex;
    justify-content: center;
}
.routebg {
    background-image: url(../images/kavitha_routebgimg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    margin-top: 62px;
}
.searchboxbg-button {
    padding: 7px 9px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: var(--secondarycolor);
    width: 190px !important;
    border: none;
    border-radius: 7px;
}    
.featurebottomimage-position {
    position: absolute;
    top: -27px;
    left: -37px;
}    
.swap-icon{
    transform: rotate(90deg);
}
.customericon {
    height: auto;
    width: 100px;
}
.customericon1{
    height: auto;
    width: 127px;
}
.mailone-line {
    white-space: unset;
}
.footertop-img {
    width: 100%;
    margin-bottom: -5px;
}
.aboutus-bus {
    height: unset;
    position: relative;
    z-index: 1;
}
.routetop-space{
    margin-top: 45px;
}
.featurebottom1-position {
    position: absolute;
    bottom: -123px;
    right: 0px;
    z-index: 0;
    padding: 5px 10px;
    color: #1b1d21;
}
.cctvicon {
    height: 25px;
}
.pilloicon {
    height: 25px;
}
.chargericon {
    height: 25px;
}
.heroicons-position {
    position: relative;
    width: fit-content;
    margin: auto;
}
.lighticon {
    height: 25px;
}
.mobiletop-space {
    margin-top: 171px;
    margin-bottom: 60px;
}
.main-heading {
    font-family: var(--primaryfont);
    font-size: 34px;
    text-shadow: 1px 2px 5px #00000042;
}
.searchbox-heading {
    font-family: var(--thirdfont);
    font-size: 27px;
}
.searchbox-para {
    font-size: 15px;
    color: white;
}
.feature-heading {
    font-family: var(--thirdfont);
    font-size: 20px;
}
.sub-heading {
    font-family: var(--thirdfont);
    font-size: 19px;
}
.heading {
    font-family: var(--primaryfont);
    font-size: 32px;
}
.feature-position {
    display: unset; 
}
.searchbox-swap {
    background-color: var(--secondarycolor);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    position: absolute;
    left: 84%;
    transform: translateX(-50%);
    z-index: 1;
    top: 29px;
}
.footer-heading {
    font-family: var(--primaryfont);
    font-size: 25px;
    color: #FFD166;
}
.routes-card {
    height: 422px;
    display: flex;
    justify-content: center;
    border-radius: 25px;
    overflow: hidden;
}
.route-line {
    position: absolute;
    top: -12px;
    left: -9px;
    height: 444px;
}
.route-busimage {
        margin-left: unset;
        margin-bottom: -63px;
    }
}
@media (min-width: 470px) and (max-width: 768px) {
    .cctvicon {
        height: 32px;
    }
.pilloicon {
    height: 32px;
}
.herosection-bus {
    height: 412px;
    z-index: 0;
}
.chargericon {
    height: 32px;
}
.lighticon {
    height: 32px;
}    
}
@media (min-width: 583px) and (max-width: 768px) {
.searchbox-swap {
    background-color: var(--secondarycolor);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 85%;
    transform: translateX(-50%);
    z-index: 1;
    top: 29px;
}
.customericon {
    height: auto;
    width: 74px;
}
    .cctvicon {
        height: 40px;
    }
.pilloicon {
    height: 40px;
}
.chargericon {
    height: 40px;
}
.lighticon {
    height: 40px;
} 
.routes-card {
    height: 422px;
    display: flex;
    justify-content: center;
    border-radius: 25px;
    overflow: hidden;
}
.route-line {
    position: absolute;
    top: -12px;
    left: -15px;
    height: 448px;
}
    .herobusbg-img {
        position: absolute !important;
        z-index: 0 !important;
        top: 703px !important;
        left: 21px !important;
        width: 604px !important;
    }

.swap-icon{
    transform: rotate(90deg);
}
.route-busimage {
    margin-bottom:unset;
    margin-left: unset;
}
}
}
@media (min-width: 583px) and (max-width: 991px) {
.mobile-menu{
        position: absolute;
        width: 100%;
        background-color: white;
        padding: 16px 23px;
        top: 124px;
        z-index: 1000;
        border-radius: 22px;
        left: 2px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
.heroicons-position {
    position: relative;
    width: fit-content;
    margin: auto;
}    
.footertop-img {
    width: 100%;
    margin-bottom: -4px;
}    
.mobiletop-space {
    margin-top: 162px;
    margin-bottom: 60px;
}    
    .future-position {
        display: flex;
        justify-content: center;
    }    
.routetop-space{
    margin-top: 52px;
}    
.herobusbg-img {
        position: absolute;
        z-index: 0;
        left: 84px;
        width: 604px;
        top: 579px;
    }
.mailone-line {
    white-space: unset;
}  
}
@media (min-width: 991px) and (max-width: 1107px) {
.mailone-line {
    white-space: unset;
}
.herosection-bus {
    height: 471px;
    z-index: 0;
    position: relative;
}
.mobiletop-space {
    margin-top: 157px;
    margin-bottom: 60px;
}
.heroicons-position {
    position: relative;
    width: fit-content;
    margin: auto;
}
.aboutusbottom-img {
    position: absolute;
    right: 0px;
    bottom: -169px;
}
    .herobusbg-img {
        position: absolute;
        z-index: 0;
        top: 582px;
        left: 185px;
        width: 604px;
    }
.routetop-space{
    margin-top: 52px;
}     
}
@media (max-height: 865px) and (min-width: 1500px) {
.route-busimage {
    margin-bottom: -46px;
    margin-left: 388px;
}
.responsive-space{
    padding: 0px 25px;
}
}
}
@media (max-height: 570px){
.homesection-topspace {
    padding-top: 36px;
}
.main-heading {
    font-size: 38px;
}
.searchbox-heading {
    font-size: 28px;
    margin-bottom: 17px;
}
.herosection-bus {
    height: 522px;
} 
.search-gap {
    gap: 19px;
}
.searchbox-para {
    font-size: 15px;
}  
.searchbox-para{
    display: none;
} 
.herobusbg-img {
    left: -15px;
}
}}