@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: "Roboto";
    src: url(../fonts/Roboto) format("truetype");
}
@font-face {
    font-family: "KaushanScript-Regular";
    src: url(../fonts/KaushanScript-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Bold";
    src: url(../fonts/Bold.ttf) format("truetype");
}
@font-face {
    font-family: "kinn-bold-italic";
    src: url(../fonts/kinn-bold-italic.ttf) format("truetype");
        } 
:root{
--primaryfont:"Roboto", sans-serif;
--fourthfont:"KaushanScript-Regular", sans-serif;
--fifthfont:"Bold", sans-serif;
--sixithfont:"kinn-bold-italic", sans-serif;
--primarycolor: #FF0000;
}
body{
    font-family: var(--primaryfont);
    font-size: 15px;
    overflow-x: hidden;
    font-weight: 500;
}
.maincolor{
    color: var(--primarycolor);
}
.menu-text{
    font-size: 15px;
    color: black;
}
.heading-space{
    letter-spacing: 8px;
}
.searchbox-heading{
    font-size: 21px;
    font-weight: 800;
    color:var(--primarycolor);
}
.homepage-subheading{
    font-size: 24px;
    font-weight: 700;
    color: black;
}
.style-font{
    font-family: var(--fourthfont);
    font-size: 43px;
    color: black;
}
.herosection-heading{
    font-size: 57px;
    font-weight: 700;
    color: var(--primarycolor);
}
.menu-text:hover{
    color:var(--primarycolor) !important;
}
.agent-box {
    background-color: black;
    border-radius: 22px;
    transition: background-color 0.4s ease;
}
.menuagent-color {
    color: white;
    white-space: nowrap;
    transition: color 0.4s ease;
}
.menuicon-color {
    color: var(--primarycolor);
    transition: color 0.4s ease;
}
.agent-box:hover {
    background-color: var(--primarycolor);
}
.agent-box:hover .menuagent-color {
    color: black !important;
}
.agent-box:hover .menuicon-color {
    color: black;
}
.home-topspace{
    padding-top: 30px;
}
.topmenu-color{
    background-color: black;
}
.menu-color{
    color:white;
}
.menu-color:hover{
    color:var(--primarycolor);
}
.menu-text:focus{
    color:black;
}
.menu-text {
    text-align: center;
}
.hover-line {
    display: block;
    width: 0;
    height: 2px;
    margin: 2px auto 0;
    background: currentColor;
    transition: width 0.3s ease;
}
.menu-text:hover .hover-line {
    width: 20px;
}

.mainmenu-color {
    background: linear-gradient(to right, black 0 11%, transparent 11% 100%, black 89% 100%), linear-gradient(to bottom, black 0 0%, transparent 0% 100%, black 90% 0%), white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header-one .mainmenu-color{
    box-shadow: unset; 
}
.logo-position {
    position: relative;
    padding: 0px 7px;
    z-index: 1;
}
.logo-position::after {
    content: "";
    position: absolute;
    inset: 0;
    background: white;
    border-radius: 7px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.24);
    z-index: -1;
    transform: skew(-12deg);
    height: 100px;
    top: -5px;
}
.karuppan-logo{
    height: 90px;
}
.mainmenu-color{
    position: relative;
}
.mainmenu-color:after{
    content: "";
    position: absolute;
    background: var(--primarycolor);
    transform: skew(-12deg);
    border-left: 20px solid var(--primarycolor);
    height: 92px;
    top: -1px;
    width: 23px;
    left: 95px;
    border-radius: 10px;
}
.herosectionbg-image{
    background-image: url(../images/karuppan_homebackgroundimage.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.ico{
  position: absolute;
  top: 11px;
  left: 10px;
  z-index: 1;
}
.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%;
}
.amenities-card:hover .amenities-hover{
    animation: tada 1s linear infinite;
}
.searchbox-swap{
    background-color: var(--primarycolor);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 83%;
    transform: translateX(-50%);
    z-index: 1;
    top: 71px;
}
.swap-icon{
    transform: rotate(90deg);
}
.cladender-inputbox {
    padding: 11px 33px;
}
.search-gap{
    gap: 15px;
    display: flex;
    flex-direction: column;
}
.searchbox-width{
    width: 60%;
}
#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: 46px;
    height: 40px;
    border: 1px solid #babdc0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
    background: white;
    transition: width 0.4s ease;
}

#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: black;
}

#nextDates div.dateday:hover {
    background-color: var(--primarycolor);
}

#nextDates div.dateday:hover div {
    color: black;
}
.search-button{
    background-color: black;
    color: white;
    font-size: 18px;
    width: 52%;
    border: unset;
    border-radius: 20px;
    transition: color 0.4s ease;
}
.search-button:hover{
    background-color: red;
    color: black;
}
.input-box
.select2-container--default .select2-selection--single{
background-color: #ffffff45;
}
.search-card::before {
    content: "";
    position: absolute;
    width: 304px;
    left: 11%;
    top: 57%;
    transform: translate(-50%, -50%);
    height: 387px;
    background-image: url(../images/karuppan_searchboximg.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}
.search-card{
    padding-top: 30px;
}
.herosection-icon{
    height: 42px;
}
.herosub-heading{
    color: var(--primarycolor);
    font-size: 14px;
    font-weight: 800;
}
.heropara{
    font-size: 13px;
    color: black;
    font-weight: 500;
}
.herobus-sidespace{
    padding-top: 126px;
}
.busdown-card{
    border-radius: 12px;
    background-color: #ffffff24;
}
.scroll-text {
    display: inline-block;
    color: white;
    background: transparent;
    border-radius: 9px;
    padding: 13px 66px;
    margin: 0 15px;
    text-wrap: nowrap;
    cursor: pointer;
    min-width: 256px;
    border: none;
    position: relative;
    z-index: 1;
}
.scroll-text::before {
    content: "";
    position: absolute;
    inset: 0;
    background: black;
    border-radius: 9px;
    transform: skew(-12deg);
    z-index: -1;
}
.scroll-text:after {
    content: "";
    position: absolute;
    background: var(--primarycolor);
    transform: skew(-12deg);
    border-left: 20px solid var(--primarycolor);
    height: 48px;
    top: 0px;
    left: -11px;
    border-radius: 8px;
    z-index: -2;
}
.scroll-track{
    display: flex;
    justify-content: center;
    gap: 14px;
}

.scroll-track.scroll-active{
    justify-content: flex-start;
    width: max-content;
    animation: scrollRoute var(--scroll-time) linear infinite;
}

.scroll-track:hover{
    animation-play-state: paused;
}

@keyframes scrollRoute{
    from{
        transform: translateX(100vw);
    }
    to{
        transform: translateX(-100%);
    }
}

.karuppan-herosectionbus{
    height: 486px;
    max-width: unset;
}
.heading{
    font-size: 34px;
    color: black;
    font-weight: 800;
}
.sub-heading{
   font-size: 23px;
   font-weight: 800;
}
.paragraph{
    font-size: 15px;
    line-height: 1.8;
    font-weight: 500;
    color:black;
}
.routesectionbg-color{
    -webkit-mask-image: linear-gradient(to right, transparent, #000 17%, #000 79%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent);
}
.textsub-heading{
    font-size: 19px;
    font-weight: 700;
}
.customercareicon{
    width: 49px !important;
    height: auto;
}
.mobilebookingicon{
    width: 40px !important;
    height: auto;    
}
/* ===================
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;
}
.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: rgb(250, 161, 161);
 }
.livetrackingicon{
    height: 44px;
}
.icon-backgroundcolor{
    height: 75px;
    width: 75px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 57px;
}
.zigzag-alignment1{
    margin-top: -108px;
}
.zigzag-alignment2{
    margin-top: -108px;
}

.curveline-alignment2{
    height: 92px;
    position: absolute;
    top: -56px;
    left: 184px;
}
.chooseusbg-image{
    background-image: url("../images/karuppan_mapbgimage.webp");
    background-repeat: no-repeat;
    background-color:var(--primarycolor);
    height: 100vh;
    width: 100vw;
    z-index: 1;
}
.gallery-section{
    background-color: white;
    position: relative;
    z-index: 1;
}
.footer{
    background-color: white;
    position: relative;
    z-index: 1;
}

#scroll {
    overflow: hidden;
}

.horizontal-wrapper {
    width: max-content;
}
.slider {
    background-color: black;
    height: 100vh;
    width: 502px;
    border-bottom-right-radius: 49%;
    border-top-right-radius: 49%;
    display: flex !important;
    align-items: center;
}
.slider img {
    animation: slowBlink 4s ease-in-out infinite;
}

@keyframes slowBlink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}
.image-height{
    height: 537px;
}
.image3-height{
    width: 359px !important;
    display: flex !important;
    justify-content: center;
}
.chooseus-topspace{
    padding-top: 32px;
}
.chooseus-sideimage{
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 0;
    width: 53px;
    height: 100vh;
}
.icontext-alignment{
    z-index: 1;
}
.text-color{
    color: white;
}
.amenities-card{
    border-radius: 17px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 61px 3px 23px;
    position: relative;
    height: 350px;
}
.amenities-image{
    height: 50px;
    width: unset !important;
}
.amenities-imagebgimg {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background-color: #fddada;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.circle-rotate {
    position: absolute;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    border: 4px solid var(--primarycolor);
    border-top-color: transparent;
    animation: circleRotate 7s linear infinite;
}
.round-dot {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--primarycolor);
    top: 10px;
    left: 6%;
}
@keyframes circleRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.amenitiestop-image{
    position: absolute;
    top: 0px;
    left: 0px;
    width: unset !important;
}
.downline{
    width: 93px;
    height: 3px;
    background-color: var(--primarycolor);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.circleblack-rotate {
    position: absolute;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    border: 4px solid black;
    border-top-color: transparent;
    animation: circleRotate 7s linear infinite;
}
.round-dotblack {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: black;
    top: 10px;
    left: 6%;
}

@keyframes circleRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.amenities-imagebgimgblack{
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background-color:#dddddd;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.downline-black{
    width: 93px;
    height: 3px;
    background-color: black;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.amenities-wifiimage{
    height: 44px;
    width: unset !important;
}
.amenitieslion-image{
    position: absolute;
    top: -52px;
    opacity: 0.10;    
}
.galleryimages{
    border-radius: 15px;
}
.owl-carousel .owl-item img {
    width: unset !important;
}
.feedback-card{
    border-radius: 20px;
    display: flex;
    justify-content: center;
    padding: 20px 40px;
}
.image-background{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--primarycolor);
}
.quots{
    height: 36px;
}
.quots1{
    position: absolute;
    right: 0px;
    top: 0px;
    transform: scaleX(-1);
}
.star-color{
    font-size: 12px;
}
.feedback-para{
    font-size: 14px;
}
.feedback-heading{
    font-size: 14px;
    font-weight: 800;
}
.feedbackcenter-line{
    height: 1px;
    width: 194px;
    background-color: var(--primarycolor);
    margin: auto;
}
.texthighlight-backgroungimage{
    background-image: url("../images/karuppan_texthighlightsbgimg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.textheading-space{
    letter-spacing: 10px;
    transform: skew(-18deg);
    color: white;
}
.textdownheading-space{
  letter-spacing: 10px;  
  transform: skew(-18deg);
  color: var(--primarycolor);
}
.travels-name{
    font-family: var(--fifthfont);
    font-size: 70px;
    letter-spacing: 9px;
    color: #F6F6F6;
    transform: skew(-19deg);
    text-shadow: 1px 2px 5px var(--primarycolor);
}

.name-text{
    font-family: var(--sixithfont);
    font-size: 27px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%) !important;
    right: 84px;
    color: black;
}
.first-letter{
    font-size: 30px;
    color: var(--primarycolor);
}
.name-text{
    animation: blinkTada 1s linear infinite;
}
.text-topimage{
    position: absolute;
    top: -20px;
    width: 100%;
}
.text-bottomimage{
    margin-bottom: -1px;
    width: 100%;
}
.paratravelsname{
    font-weight: 900;
}
.footer-heading{
    font-size: 25px;
    font-weight: 700;
}
.footer-maintext{
    font-weight: 800;
}
.footer-text{
    color: black;
}
.footer-textcolor:hover{
    color: black;
}
.footer-iconcolor{
    color: var(--primarycolor);
}
.transform{
  transition: all 0.2s ease;
}
.transform:hover{
  transform: translateX(8px);
}
.aboutus-sectionbgcolor{
    height: 100vh;
    position: sticky;
    top: 0;
}
.amenitiessection{
    height: 100vh;
    width: 100vw;
    background-color: white;
}
.footer-appdownload {
    padding: 10px;
    border-radius: 7px;
    border: 1px solid var(--primarycolor);
}
/* ---------------------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;
}
.sub-menu {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 0;
    display: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border: unset;
}

.custom-navbar .navigation .sub-menu li a {
    color: rgb(0, 0, 0);
    font-weight: 500;
    padding: 10px 15px;
}
.custom-navbar .navigation .sub-menu li a:hover {
    background: #f5f5f5;
    border-radius: 15px;
}
.custom-navbar .navigation li:hover .sub-menu {
    display: block;
}
#sidenavebar h2 span {
    background-color: var(--primarycolor);
    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;
}
.gallery-img-wrapper {
    overflow: hidden;
    border-radius: 15px;
}

.galleryimages {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

.gallery-img-wrapper:hover .galleryimages {
    transform: scale(1.1);
}
#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;
}
.copyrights-color:hover{
    color: black;
}
.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;
    transition: all 1s ease 0s;
    border: none;
    border: 1px solid white;
    background-color: var(--primarycolor);
}
.menu-text:focus{
    color: white;
}
.scroll-top.open {
    bottom: 30px;
}
    .border-start-lg {
        border-left: 1px solid var(--bs-light) !important;
    }
.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%);
}
.texthighlight-position{
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media(max-width:583px){
.chooseusbg-image{
    height: unset;
}
.responsive-search{
    display: flex;
    justify-content: center;
}
.text-topimage {
    top: -5px;
}
.mainmenu-color{
    background: unset !important;
    background-color: white !important;
}
.amenitiessection{
    height: unset;
}
.search-card::before{
    left: 32%;
    top: 55%;
}
    .border-start-lg {
        border-left: unset !important;
    }
.karuppan-herosectionbus {
    max-width: 100%;
    height: auto;
}
.logo-position::after {
    background: unset;
    box-shadow: unset;
    height: unset;
}
.herosectionbg-image{
    background-position: top;
}
.mainmenu-color:after {
    background: unset;
    border-left: unset;
}
.carousel-responsive{
    padding: 1px 16px 6px 4px
}
.busdown-card{
    gap: 12px;
}
.herosection-icon {
    height: 42px;
}
.footer-gap{
  gap: unset !important;
}
.icontext-alignment{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.karuppan-logo {
    height: 93px;
    padding: 8px 0px 8px;
}
.herosub-heading{
    text-align: start;
}

.first-letter {
    font-size: 14px;
}
.travels-name{
    font-size: 39px;
}
.homepage-subheading{
    font-size: 18px;
}
.text-bottomimage{
    margin-bottom: -8px;
}
.zigzag-alignment{
    margin-bottom: 106px;
}
.image-height{
    max-width: 80%;
    height: auto;
}
.slider {
    background-color: black;
    height: unset;
    width:100%;
}
.chooseus-topspace{
    padding: 22px;
}
.textheading-space {
    letter-spacing: 4px;
}
.herobus-sidespace {
    padding-top: 34px;
}
.textdownheading-space {
    letter-spacing: 5px;
    color: #F6F6F6;
}
.herosection-heading {
    font-size: 44px;
}
.style-font {
    font-size: 38px;
}
    .mobileview-menu {
        position: absolute;
        width: 100%;
        background-color: white;
        padding: 16px 23px;
        top: 90px;
        z-index: 1000;
        border-radius: 22px;
        left: 2px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
.searchbox-gap{
    gap: 15px;
}
.searchbox-width {
    width: 78%;
}
.name-text{
    font-size: 13px;
    right: 26px;
}
.first-letter{
    font-size: 14px;
} 
.heading {
    font-size: 27px;
}   
.sub-heading {
    font-size: 21px;
}
.textsub-heading {
    font-size: 18px;
}
.zigzag-alignment1{
    margin-bottom: 105px;
}
.content{
    float: unset;
}
.aboutus-sectionbgcolor {
     height: unset;
     position: unset;
}    
}
@media (min-width: 370px) and (max-width: 768px) {
    .searchbox-width {
        width: 67%;
    }
}
@media (min-width: 470px) and (max-width: 768px) {
.text-topimage {
    top: -5px;
}
.searchbox-gap{
    gap: 15px;
}
.icontext-alignment{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.name-text{
    font-size: 18px;
    right: 48px;
}
.first-letter{
    font-size: 21px;
}
    .searchbox-width {
        width: 60%;
    }
.zigzag-alignment1{
    margin-bottom: 112px;
} 
.zigzag-alignment{
    margin-bottom: 105px;
}
}
@media (min-width: 583px) and (max-width: 991px) {
.chooseusbg-image{
    height: unset;
}
.search-card {
    padding-top: 85px;
}
    .border-start-lg {
        border-left: unset !important;
    }
.mainmenu-color{
    background: unset !important;
    background-color: white !important;
}
.texthighlight-backgroungimage{
    padding-top: 48px !important;
}
.logo-position::after {
    background: unset;
    box-shadow: unset;
    height: unset;
}
.search-card::before{
    left: 31%;
    top: 62%;
}
.karuppan-logo {
    height: 93px;
    padding: 8px 0px 8px;
}
.content{
    float: unset;
}
    .mobileview-menu {
        position: absolute;
        width: 100%;
        background-color: white;
        padding: 16px 23px;
        top: 90px;
        z-index: 1000;
        border-radius: 22px;
        left: 2px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
.mainmenu-color:after {
    background: unset;
    border-left: unset;
}
.amenitiessection{
    height: unset;
} 
.aboutus-sectionbgcolor {
     height: unset;
     position: unset;
} 
.responsive-search{
    display: flex;
    justify-content: center;
}    
}
@media (min-width: 991px) and (max-width: 1107px) {
.chooseusbg-image{
    height: unset;
}
.aboutus-sectionbgcolor{
    position: unset;
}
.content{
    float: unset;
}
.aboutuskaruppanbusimg{
height: 400px;
}
.search-card {
    padding-top: 58px;
}
.responsive-search{
    display: flex;
    justify-content: center;
} 
.searchbox-width {
    width: 42%;
}
.search-card::before {
    left: 37%;
    top: 61%;
}
.amenitiessection{
    height: unset;
}
.aboutus-sectionbgcolor {
     height: unset;
}   
}
@media (max-height: 570px){
.zigzag-alignment1 {
    margin-top: -140px;
}
.zigzag-alignment2 {
    margin-top: -169px;
}
.herobus-sidespace {
    padding-top: 60px;
}
.karuppan-herosectionbus {
    height: 436px;
}
.herosection-heading {
    font-size: 53px;
}
.circle-rotate{
    width: 122px;
    height: 122px;
}
.amenities-imagebgimg {
    width: 102px;
    height: 102px;
}
.curveline-alignment2{
    top: -10px;
    left: 232px;
}
.amenitiessection{
    padding-top: 25px !important;
}
.text-responsive{
    display: flex;
    align-items: center;
    gap: 9px;
}
.style-font{
    font-size: 41px;
    margin-bottom: 0px;
}
.round-dot {
    width: 14px;
    height: 14px;
}
.amenities-card{
    height: 340px;
}
.circleblack-rotate{
    width: 122px;
    height: 122px;   
}
.amenities-imagebgimgblack{
    width: 102px;
    height: 102px;   
}
.round-dotblack{
    width: 14px;
    height: 14px;    
}
.amenities-image{
    height: 46px;
}
.image-height {
    height: 516px;
}
.icon-backgroundcolor {
    margin: 0px 65px;
}
.icontext-alignment{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.search-card::before{
    left: 13%;
}
}

