body{
    overflow-x: hidden;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
a:hover{
    color: black;
}

.fixed-chat {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 6;
}
.whatapp i {
    background: green;
    margin: 5px;
    height: 40px;
    color: white;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 28px;
}
.phone i {
    background: #000000;
    margin: 5px;
    height: 40px;
    color: white;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 23px;
}
.header-mainsection{
    position: sticky;
top: 0px;
z-index: 2;
background: #ffffffe8;
}
.header-mainsection .box-header{
    height: 70px; 
display: flex;
align-items: center;
width: 100%;
}
.header-mainsection .box-header .div-flexrow{
    display: flex;
align-items: center;
justify-content: space-between;
padding: 0px 20px;
width: 100%;
} 
.header-mainsection .box-header .div-flexrow .div-header-logo{
    width: 25%;
    text-align: center;
}
.header-mainsection .box-header .div-flexrow .headenavlink{
    width: 50%;
}
.header-mainsection .box-header .div-flexrow .more-extrabtn{
    width: 25%;
}
.header-mainsection .box-header .div-flexrow .div-header-logo img{
    width: 200px;
height: 50px;
} 
.header-mainsection .box-header .div-flexrow .headenavlink .linknavbar{
    display: flex;
align-items: center;
gap: 30px;
justify-content: center;
} 
.header-mainsection .box-header .div-flexrow .headenavlink .linknavbar .listnav p{
    color: black;
font-size: 16px;
margin-bottom: 0px;
font-weight: 600;
cursor: pointer;
}
.header-mainsection .box-header .div-flexrow .headenavlink .linknavbar .activelink p{
    color: #000000 !important;
   
}
.header-mainsection .box-header .div-flexrow .headenavlink .linknavbar .listnav p:hover{
    color: #ffae02;
   
}
 
.header-mainsection .box-header .div-flexrow  .activelink p{
    border: 1px solid black;
padding: 2px 10px;
border-radius: 4px;
cursor: pointer;
color: black;
margin-bottom: 0px;
} 
.header-mainsection .box-header .div-flexrow  .activelink p:hover{
    background: #ffae02;
    color: black;
}
.header-mainsection .box-header .div-flexrow .more-extrabtn .for-callaction .div-both .callbtn{
    display: flex;
align-items: center;
gap: 10px;
cursor: pointer;
}
.header-mainsection .box-header .div-flexrow .more-extrabtn .for-callaction .div-both{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}
.header-mainsection .box-header .div-flexrow .more-extrabtn .for-callaction .div-both .callbtn i{
    height: 35px;
width: 35px;
background: #181e76;
display: flex;
align-items: center;
justify-content: center;
border-radius: 20px;
color: white;
}
.header-mainsection .box-header .div-flexrow .more-extrabtn .for-callaction .div-both .callbtn p{
    margin-bottom: 0px;
font-size: 18px;
}
.class-section {
    scroll-margin-top: 75px;
}
.menu0bar{
    display: none; 

}
.menu0bar i{ 
    width: 30px;
    height: 30px;
    background: #181e76;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
























.slider-banner-home .carousel-item img{
    height: 500px;
    object-fit: cover;
}

.informationalsectionone{
    margin-top: -100px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.informationalsectionone .div-boxlist{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    padding: 20px 0px;
    justify-content: center;
    /* max-width: 1000px;
    margin: auto; */
}

.informationalsectionone .boxlist{
    /* text-align: center; */
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 10px 2px 20px #0000001c;
    transition: 4s;
    cursor: pointer;  
}
.informationalsectionone .boxlist:hover{
    transform: translateY(-20px); 
    box-shadow: 8px 10px 0px #181e76;
}
.informationalsectionone .boxlist .image{
    background-color: #181e76;
    width: 50px;
    height: 50px;
    /* margin: auto; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 12px;
}
.informationalsectionone .boxlist .image img{
    vertical-align: middle;
    display: inline-block;
} 
.informationalsectionone .boxlist .div-listconten h4{
    font-size: 20px;
    font-weight: 700;
}
.informationalsectionone .boxlist .div-listconten p{
    font-size: 16px;
}
.informationalsectionone .boxlist .div-listconten .div-more{
    color: #181e76;
    cursor: pointer;
}
.informationalsectionone .boxlist .div-listconten .div-more p{
    font-size: 13px;
    color: #181e76;
    margin-bottom: 0px;
    
} 
.informationalsectionone .boxlist .div-listconten .div-more p i{
    margin-left: 5px;
    color: #181e76;
}
/* aboutusscetion */
.about-ussection{
    padding: 30px 0px;
}
.about-ussection .box-aboutus{
    display: flex;
}
.about-ussection .box-aboutus .div-about-detail{
    width: 50%;
} 
.about-ussection .box-aboutus .div-about-detail .image-r img{
    width: 100%;
    height: 400px;
}
.about-ussection .box-aboutus .div-about-detail .aboutheadingtittle{
    font-size: 12px;
    margin-bottom: 5px;
}
.about-ussection .box-aboutus .div-about-detail .about-heading-tittle{
    font-size: 45px;
    font-weight: 700;
} 
.about-ussection .box-aboutus .div-about-detail .elementor-divider-separator{
    width: 150px;
    height: 2px;
    background: black;
    margin: 10px 0px;
}
.about-ussection .box-aboutus .div-about-detail .about-morebus .des{
    font-size: 15px;
} 
.about-ussection .box-aboutus .div-about-detail .about-morebus .ul-checkmark .limark{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.about-ussection .box-aboutus .div-about-detail .about-morebus .ul-checkmark .limark i{
    font-size: 15px;
    width: 25px;
    height: 25px;
    background: #ffae02;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: white;
}
.about-ussection .box-aboutus .div-about-detail .about-morebus .ul-checkmark .limark p{
    margin-bottom: 0px;
    font-size: 15px;
} 
.about-ussection .box-aboutus .div-about-detail .about-morebus .div-aboutdismore button{
    background: #ffae02;
    border: none;
    color: white;
    padding: 6px 20px;
    margin: 20px 0px 10px 0px;
} 
/* specialsection-adver */
.specialsection-adver{
    position: relative;
    /* margin: 30px 0px; */
}
.specialsection-adver .div-boxset .elementor-background-overlay{
    background-color: #181e76;
    opacity: 0.5; 
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.specialsection-adver .div-boxset{
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(img/touristic-buses.jpg);
    background-position: center center;
    padding:7em 1em 7em 1em;

    /* background-color: #1346a8;
    background-image: url(img/linebg-ourbus.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4em 1em 4em 1em; */
}

.specialsection-adver .div-boxset .div-contentsd{
    text-align: center;
    position: relative;
}
.specialsection-adver .div-boxset .div-contentsd .bus-brandname{
    color:#ffae02;
    font-weight: 600;
    font-size: 20px;
    margin-bottom:10px;
}
.specialsection-adver .div-boxset .div-contentsd .slogan-tittle{
    font-size: 40px;
    color: white;
    font-weight: 800;
    text-shadow: 3px 4px 5px black;
    margin-bottom: 50px;
} 
.specialsection-adver .div-boxset .div-contentsd .list-branpart .ullistimg{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.specialsection-adver .div-boxset .div-contentsd .list-branpart .ullistimg .image{
    background: white;
    width: 100px;
    border-radius: 10px;
    padding: 10px 0px;
    cursor: pointer;
    transition: .6s;
}
.specialsection-adver .div-boxset .div-contentsd .list-branpart .ullistimg .image:hover{
    transform: scale(0.8);
}
.specialsection-adver .div-boxset .div-contentsd .list-branpart .ullistimg .image img{
    width: 55px;
    height: 55px;
    object-fit: contain;
}
/*  */



 .howitworksection{
    padding: 50px 0px 30px 0px;
 }
  .main-tittle{
    text-align: center;
    padding-bottom: 20px;
 }
   .main-tittle .tittle{
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
 } 
  .main-tittle .heading-tittle{
    margin-bottom: 4px;
    font-size: 28px;
    font-weight: 600;
 }
 .howitworksection .div-keypoint{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    padding: 20px 0px;
 }
 .howitworksection .div-keypoint .boxpoint{
    padding: 25px 25px 25px 25px;
    background-color: transparent;
    /* background-image: linear-gradient(150deg, #181e76 0%, #ae02ff 100%); */
    background: #181e76;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    box-shadow: 8px 10px 0px #ffae02;
    transition: .6s;
    cursor: pointer;
 }
 .howitworksection .div-keypoint .boxpoint:hover{
    box-shadow: 2px 2px 0px #ffae02;
    
 }
 .howitworksection .div-keypoint .boxpoint .svgimg{
    padding-bottom: 10px;
 }
 .howitworksection .div-keypoint .boxpoint .svgimg svg{
    color: #ffae02;
    fill: #ffae02;
    font-size: 50px;
 } 
 .howitworksection .div-keypoint .boxpoint .icon-box-content h4{
    font-size: 24px;
    margin: 10px 0px;
    color: white;
 }
 .howitworksection .div-keypoint .boxpoint .icon-box-content p{
    margin-bottom: 0px;
    font-size: 15px;
    color: white;
 }





/* bookbusany-whersection */
.bookbusany-whersection{
    margin: 50px 0px 30px 0px;
} 
.bookbusany-whersection .div-locationpointi .div-underlink{
    max-width: 1100px;
    margin: auto;
    padding: 20px 0px;
    overflow-x: hidden;
}
.bookbusany-whersection .div-locationpointi .div-underlink .locationpin{
    height: 200px;
    box-shadow: rgb(119 119 119 / 23%) 2px 6px 25px;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    border: 1px solid rgb(255, 255, 255);
    padding: 0px 10px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;   
    overflow: hidden;
    background: white;
    margin: auto;
}
.bookbusany-whersection .div-locationpointi .div-underlink .locationpin:hover{
    border: 2px solid #181e76;
}
 
.bookbusany-whersection .div-locationpointi .div-underlink .locationpin .image img{
    border-radius: 10px;
    height: 100px;
    width: 100px;
    object-fit: contain;
}
 .bg-checks{
    background: rgb(247, 242, 255);
 }
/* bookbusany-whersection */

/* review-sliders */
.review-rattingsection{
    padding: 50px 0px 30px 0px;
}
.review-rattingsection .contain-review{
    padding: 20px 0px;
} 
.review-sliders .box-revie{
    margin:0px 10px;
    padding: 10px 10px;
    border: 1px solid black;
    background-color: #fff;
    box-shadow: 0 4px 34px rgba(98, 98, 98, .04) !important;
    border-radius: 20px;
} 
.review-sliders .box-revie:hover{
    border: none;
}
.review-sliders .box-revie .image img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.review-sliders .box-revie .nameby-avtar{
    font-weight: 700;
    font-size: 15px; 
    margin-top: 10px;
    margin-bottom: 5px;
    color: #434343;
}
.review-sliders .box-revie .locationavtar{
    font-weight: 400;
    font-size: 13px;  
    color: #434343;
    margin-bottom: 5px;
}
.review-sliders .box-revie .hisreview{ 
    font-size: 11px;
    line-height: 17px;
    margin-top: 12px;
    color: #434343;
}
.swiper-button-next {
    background: rgb(0, 0, 0);
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    display: none;
}
.swiper-button-prev {
    background: rgb(0, 0, 0);
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    display: none;
}
.swiper-button-next:after{
    display: none;
}
.swiper-button-prev:after{
    display: none;
}
.swiper-button-next i{
    font-size: 20px;
    color: white;
}
.swiper-button-prev i{
    font-size: 20px;
    color: white;
}
/* review-sliders */


/* faq */

.faqsection{
    padding: 50px 0px 30px 0px;
    background: #ffffff;
    border-radius: 30px 30px 0px 0px;
}
  .faqsection .link-section{
    list-style: none;
    padding-left: 20px;
    padding-bottom: 30px;
    max-width: 1030px;
    margin: auto;
    padding-right: 20px;
}
  /* .faqsection .link-section .accordion-flush .accordion-item{
    padding: 0px 20px;
} */
  .faqsection .link-section .li-drop{
    margin-bottom: 20px;
box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
border: 1px solid #d6d6d6;
}
  .faqsection .link-section .accordion-button:not(.collapsed) {
color: #000000;
background-color: #ffffff;
box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
  .faqsection .link-section .accordion-body{
background: #ffffff;
}
  .faqsection .link-section  .accordion-flush .accordion-item .accordion-button{
padding: 15px 20px; 
background: white;
}
  .faqsection .link-section  .accordion-flush .accordion-item .accordion-button::after{
    /* display: none; */
    /* position: absolute; */
    background-image: url(img/down-arrow-89-32.png);
}
  
  .faqsection .link-section  .accordion-flush .accordion-item .accordion-button h3{
font-size: 17px;
margin-bottom: 0px;
}
  .faqsection .link-section  .accordion-flush .accordion-item .accordion-button .accomdationset-head{
    display: flex;
    align-items: center;
    gap: 40px; 
}
/* faq */




/* contactus */
.contact-ussection{
    padding: 30px 0px;
}
.contact-form-in{
    padding: 20px;
border-radius: 20px;
box-shadow: 0 0 20px 0 rgb(13 38 60 / 20%);
}
.contact-form-in .col-re {
position: relative;
margin-bottom: 40px;
}
.contact-form-in .text-he{
font-size: 25px;
margin-bottom: 30px;
font-weight: 600;
}
.contact-form-in .col-re label {
position: absolute;
top: -13px;
background: white;
font-size: 15px;
left: 18px;
line-height: 5px;
padding: 10px 10px;
color: rgb(0, 0, 0);
}
.contact-form-in .col-re input {
height: 50px;
box-shadow: 0px 5px 10px #ededed;
border: 1px solid black;
border-radius: 0px;
outline: none;
width: 100%;
}
.contact-form-in .col-re textarea { 
box-shadow: 0px 5px 10px #ededed;
border: 1px solid black;
border-radius: 0px;
outline: none;
width: 100%;
padding: 20px 0px 0px 20px;
}
.contact-form-in .form-control:focus {
color: #212529;
background-color: #fff;
border-color: #b0b2b4;
outline: 0;
box-shadow: 0 0 0 .25rem rgb(247, 242, 255);
}
.submit-btn-form button{
color: black;
width: 100%;
height: 50px;
border: 1px solid #181e76;
background: #181e76;
font-size: 18px;
font-weight: 500;
color: white;
transition: .6s;
}
.submit-btn-form button:hover{
background: transparent;
color: black;
} 
.contact-ussection .left-contavinfo{
padding: 40px 0px 0px 0px;
} 
.contact-ussection .left-contavinfo .contact-sd .contactme{
font-size: 16px;
font-weight: 700;
color: #181e76;
margin-bottom: 0px;
}
.contact-ussection .left-contavinfo .contact-sd .intouct{
font-size: 40px;
line-height: 40px;
font-weight: 800;
}
/* contactus */



/* footer */
.footer-section {
    width: 100%;
    background: #181e76;
    padding: 60px 0px 0px 0px;
}
.footer-section .copyright{
    text-align: center;
    padding: 10px 0px;
    background: black;
}
.footer-section .copyright p{
    margin-bottom: 0px;
    color: white;
}

.footer-section .left-slidefooter .image {
    text-align: center;
}

.footer-section .left-slidefooter .image .tex {
    font-size: 13px;
    color: white;
}

.footer-section .left-slidefooter .image img {
    width: 250px;
    margin-bottom: 20px;
    /* height: 25px; */
    background: white;
    padding: 10px;
    border-radius: 4px;
}

.footer-section .left-slidefooter {
    margin-bottom: 20px;
}

.footer-section .center-list .div-list {
    margin-top: 20px;
}

.footer-section .center-list .div-list a p {
    margin-bottom: 8px;
    font-size: 15px;
    color: rgb(255, 255, 255);
    /* color: #2d2d2d; */
   
    cursor: pointer;
    font-weight: 500;
}

.footer-section .center-list .div-list a p:hover {
    color: rgb(255 174 2);
    border-bottom: 1px solid rgb(255 174 2);
    width: fit-content;
}

.footer-tittle p {
    font-size: 22px;
    font-weight: 700;
    color: white;
}

.footer-section .center-list {
    margin-bottom: 20px;
}

.footer-section .center-list .div-list-social {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-section .center-list .div-list-social i {
    font-size: 25px;
    color: white;
}


/* footer */


















@media only screen and (max-width: 1030px) {
    .header-mainsection .box-header .div-flexrow .headenavlink .linknavbar .listnav p { 
        font-size: 15px;
    }
    .header-mainsection .box-header .div-flexrow .headenavlink .linknavbar{
        gap: 15px;
    }
}
@media only screen and (max-width: 993px) {
    .menu0bar {
        display: block; 
    }
    .header-mainsection .box-header .div-flexrow .headenavlink{
        display: none;
    }
    .header-mainsection .box-header .div-flexrow .more-extrabtn .for-callaction .div-both .callbtn{
        justify-content: end;
    }
    .header-mainsection .box-header .div-flexrow .div-header-logo{
        width: 30%;
    }
    .header-mainsection .box-header .div-flexrow .more-extrabtn {
        width: 70%;
    }
    .bookbusany-whersection .div-locationpointi .div-underlink {
        max-width: 100%;
    }
    .informationalsectionone .div-boxlist { 
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .howitworksection .div-keypoint{ 
        grid-template-columns: repeat(2, minmax(0, 1fr)); 
     }
     .howitworksection .div-keypoint .boxpoint{
        text-align: start;
     }
    .about-ussection .box-aboutus .div-about-detail .image-r img {
        width: 100%;
        height: 330px;
    }
    .about-ussection .box-aboutus .div-about-detail .aboutheadingtittle {
        font-size: 12px;
    }
    .about-ussection .box-aboutus .div-about-detail .about-heading-tittle {
        font-size: 25px;
    }
    .about-ussection .box-aboutus .div-about-detail .about-morebus .des {
        font-size: 11px;
    }
    .about-ussection .box-aboutus .div-about-detail .about-morebus .ul-checkmark .limark i {
        font-size: 10px;
        width: 20px;
        height: 20px;
    }
    .about-ussection .box-aboutus .div-about-detail .about-morebus .ul-checkmark .limark p { 
        font-size: 12px;
    }
    .about-ussection .box-aboutus .div-about-detail .about-morebus .div-aboutdismore button {
        
        padding: 3px 12px;
        margin: 15px 0px 10px 0px;
    }
    .informationalsectionone .boxlist{
        padding: 20px 10px;
    }
    .informationalsectionone .boxlist .div-listconten h4 {
        font-size: 16px;
    }
    .informationalsectionone .boxlist .div-listconten p {
        font-size: 12px;
    }
    .informationalsectionone .boxlist .div-listconten .div-more p {
        font-size: 12px;
    }
    .bookbusany-whersection .div-locationpointi .div-underlink .locationpin{

        margin-bottom: 25px;
    }
    .faqsection .link-section .accordion-flush .accordion-item .accordion-button h3 {
        font-size: 12px;
    }
    .faqsection {
        padding: 30px 0px 20px 0px;
    }
    .footer-tittle p {
        font-size: 20px;
        font-weight: 700;
        color: white;
    }
  }
  @media only screen and (max-width: 768px) {
   
    .about-ussection .box-aboutus .div-about-detail .image-r img { 
        height: 300px;
    }
    .informationalsectionone .div-boxlist {  
        max-width: 100%;
        gap: 15px 10px;
    }
    .bookbusany-whersection .div-locationpointi .div-underlink .locationpin{
        height: 170px;
        width: 170px;

    }
    
    .contact-ussection .left-contavinfo .contact-sd{
        margin-bottom: 30px;
    }
    .contact-ussection .left-contavinfo .contact-sd .intouct {
        font-size: 27px !important;
    }
    .about-ussection .box-aboutus .div-about-detail .elementor-divider-separator{
        width: 80px;
    }
    .about-ussection .box-aboutus .div-about-detail {
        width: 100%;
    }
    .about-ussection .box-aboutus { 
        flex-wrap: wrap;
    }
    .about-ussection .box-aboutus .div-about-detail .image-r {
        padding: 20px 0px;
    }
    .specialsection-adver .div-boxset .div-contentsd .list-branpart .ullistimg{
        flex-wrap: wrap;
    }
    .specialsection-adver .div-boxset .div-contentsd .slogan-tittle {
        font-size: 25px;
    }
    .specialsection-adver .div-boxset{
        padding: 4em 1em 4em 1em;
    }
    .main-tittle .tittle{
        margin-bottom: 4px;
    }
      .main-tittle .heading-tittle {
        margin-bottom: 4px;
        font-size: 20px;
    }
    .howitworksection .div-keypoint {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .header-mainsection .box-header .div-flexrow .more-extrabtn .for-callaction .div-both .callbtn p{
        display: none;
    }
    .header-mainsection .box-header .div-flexrow .more-extrabtn {
        width: 50%;
    }
    .header-mainsection .box-header .div-flexrow .div-header-logo {
        width: 50%;
    }
    .header-mainsection .box-header .div-flexrow .div-header-logo img {
        width: 100%;
        height: auto;
    }
    .routesectinbus{
        padding:10px 0px 20px 0px !important ;
    }
    .routesectinbus .div-flex-top {
        padding: 0px 0px !important;
    }
    .div-section-tableroute .divtite .travecom {
        font-size: 16px !important;
    }
    .routesectinbus .div-flex-top .div-flexongoin .namedes{
        font-size: 25px !important;
    }
    .routesectinbus .div-flex-top .div-flexongoin .time {
        font-size: 15px;
    }
    .routesectinbus .mb-set {
        margin-bottom: 40px !important;
    }
}
@media only screen and (max-width: 450px) {
    .howitworksection .div-keypoint {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 350px) {
    .bookbusany-whersection .div-locationpointi .div-underlink .locationpin{
        height: 140px;
        width: 140px;
    }
}