* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.hidden-search-bar {
  display: none;
}


.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #333;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  display: block;
  text-decoration: none;
}

.dropdown:hover .dropdown-content {
  display: block;
}


h3{
  color: #000;
}
.mobileCol{
  margin-left: 1.8rem;
  max-width: 33.33% !important;
}
.form-control{
  z-index: 0 !important;
}
.sub{
  font-size: 13px;

}

.LessGap {
  margin-top: 2% !important;
  margin-left: 0.5% !important;
}

input[type="date"]{
  width: 162pt !important;
  /* margin-left: 4% !important; */
}
input[name="depart"]{
  /* width: 162pt !important; */
  margin-left: 4% !important;
}
.ct__left__part{
  width: 50%;
}

@media (max-width: 768px) {
.formRow{
  display: block !important;
}

  .open {
    display: block;
  }
  .mobileCol{
      margin-left: 0% !important;
      max-width: 100% !important;
    
  }
  
  .home_page_box1{
      margin-top: 0%;
      margin-bottom: 5%;
}
.mbMobile{
  margin-bottom: 52%;
}
.baanaar_link{
  padding-left: 1rem;
} 
} 
@media (min-width: 768px) {

  .dekstop-fix-hieght{
    height: 400pt !important;
  }

  .baanaar_link{
      display: flex;
  } 
  .baanaar_link h6{
      margin-left: 6rem;
  }
  .formRow{
      height: auto !important;
  }
  .mx-width-dekstop{
    max-width: 100% !important;
  }

}


.contact-info {
  display: flex;
  /* font-size: 2rem; */
}

.contact-item {
  margin-right: 20px;
  font-size: 1.5rem;
}

.rest {
  width: 30%;
}

.social-icons a {
  color: #fff;
  text-decoration: none;
  margin-left: 10px;
}

#s1:hover,#s3:hover,#s4:hover,#s5:hover,#s6:hover{
  padding: .5rem;
  border-radius: 50%;
  background-color: #ccc;
}

.section-banner {
  background-image:linear-gradient(rgba(0, 0, 0, 0.5),
  rgba(0, 0, 0, 0.5));
  background-size: cover;
  background-position: center;
  height: 280px !important;
  position: relative;
} 
#bannerImg{
  filter: brightness(40%)
}

 .section-banner {
          position: relative;
          text-align: center;
          color: white;

      }
      .section-banner img {
          width: 200px;
          height: 200px;
      }
      .banner_heading {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-size: 2.5rem;
          color: white;
          text-shadow: 2px 2px 4px #000000;
          white-space: nowrap;
      }

/* .section-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
} */

#content-body{
  position: relative;
}

.blog-article {
  margin: 0px 0;
}
.blog-article img {
  width: 100%;
  height: 300px;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  /* color: #fff; */
}

.banner-content h1 {
  font-size: 36px;
  margin-bottom: 20px;
  font-family: "Madimi One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.breadcrumb5 {
  background: transparent;
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumb-item {
  display: inline-block;
  margin-right: 5px;
}

.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #fff;
}

/* About Container */

.box p {
  font-size: .7rem;
  font-weight: bold;
  color: #8e8d8d;
}

.foooter {
  /* margin-left: 1rem; */
  /* margin-right: 1rem; */
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;

  /* width: 94%; */
  height: 20rem;
  background: rgb(99, 99, 177);
}

.foot_head {
  line-height: 0;
  color: whitesmoke;
}

.foot_inp {
  font-size: 1.5rem;
  font-weight: bold;
}

.foot_btn {
  margin: 0;
  padding: 1rem 2rem;
  font-size: 1rem;
  text-decoration: none;
  color: white;
  background: black;
  font-weight: bold;

}

.grid_2_heading {
  padding-top: 2rem;
}

/* 
---------------------------------------------
About Us Page
--------------------------------------------- 
*/

.subit{
  background: orangered !important;
}

.subit:hover{
  background-color: orange!important;
}


.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem;
}

.about .image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40rem;
  flex: 1 1 40rem;
}

.about .image img {
  width: 100%;
}

.about .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40rem;
  flex: 1 1 40rem;
}

.about .content .about-title {
  font-size: 3rem;
  text-transform: capitalize;
  color: #444;
}

.about .content p {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
  padding: 1rem 0;
}

.about .content .icons-container {
  margin-top: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(16rem, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 2rem;
}

.about .content .icons-container .icons {
  text-align: center;
  border: 0.1rem solid #0eb582;
  background: #f0fdfa;
  padding: 3rem 2rem;
}

.about .content .icons-container .icons img {
  height: 5rem;
  margin-bottom: .5rem;
}

.about .content .icons-container .icons h3 {
  padding: .5rem 0;
  font-size: 3rem;
  text-transform: capitalize;
  color: #444;
}

.about .content .icons-container .icons span {
  font-size: 1.5rem;
  line-height: 2;
  color: #777;
}







/* yyyyyyyyyyyyyyyyyyyyyyyyyyyy */

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.hidden-search-bar {
  display: none;
}



.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #333;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  display: block;
  text-decoration: none;
}

.dropdown:hover .dropdown-content {
  display: block;
}  


@media (max-width: 768px) {


  .open {
    display: block;
  }


}



.contact-info {
  display: flex;
}

.contact-item {
  margin-right: 20px;
}

.social-icons a {
  color: #fff;
  text-decoration: none;
  margin-left: 10px;
}


.section-banner {
  background-size: cover;
  background-position: center;
  height: auto !important;
  position: relative;
}

/* .section-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
} */

.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.banner_heading h1{
  color: #fff;
  text-align: center;
  /* margin-top: 10%; */
}

.breadcrumb5 {
  background: transparent;
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumb-item {
  display: inline-block;
  margin-right: 5px;
}

.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #fff;
}

/* .container h2 {
  font-family: "Madimi One", sans-serif;
  font-weight: 400;
  font-style: normal;
} */

#container {
  background-color: #F1F1F1;
  padding: 10px;
}

.type {
  /* background-color: #333; */
  color: #fff;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.type-info {
  display: flex;
}

.type-item {
  margin-right: 20px;
}




#blog-content div .main-content img {
  border-radius: 5px;
}


/* My Css */

.img_png {
  width: 3rem;
  height: 3rem;
}

.foooter {
  /* margin-left: 1rem; */
  /* margin-right: 1rem; */
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;

  /* width: 94%; */
  height: 20rem;
  background: rgb(99, 99, 177);
}

.foot_head {
  line-height: 0;
  color: whitesmoke;
}

.foot_inp {
  font-size: 1.5rem;
  font-weight: bold;
}

.foot_btn {
  margin: 0;
  padding: 1rem 2rem;
  font-size: 1rem;
  text-decoration: none;
  color: white;
  background: black;
  font-weight: bold;

}

.grid_2_heading {
  padding-top: 2rem;
}


.logo-container {
  text-align: center;
}

.logo-container img {
  height: 10rem;
  pointer-events: none;
}

/* form css starts */

/** /Responsive **/

.connttxx {
  margin: 0;
  padding: 0;
}

/* form start */

/* Reset some default styles */
/* .form {
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.formm {
  max-width: 407px;
  margin-right: 2rem;
}

.form h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form .form-group {
  margin-bottom: 15px;
}

.form label {
  display: block;
  font-weight: bold;
  /* margin-bottom: 5px; */
  /* color: #333; */
/* } */



/* .form input[type="text"],
input[type="date"],
select {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 5px;
} */
/* 
.form button {
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
} */

/* .form button:hover {
  background-color: #0056b3;
} */


/* a:hover {
  background-color: #025898 !important;
  color: #fff !important;
} */

/* .formm .bxx-2 p:hover {
  background: #025898;
  color: #fff;
}

.form .inp-bg {
  background: #E5F4FF !important;
}

.form .form-group input {
  background: transparent !important;
}

.aaaa:hover,.bbb:hover,.ccc:hover,.ddd:hover,.eee:hover,.fff:hover{
  color: #fff !important;
} */


.boxx1 {
  width: 23rem;
  height: 28rem !important;
}

/* form css ends */
/* sidebar starts */

.side .content {
  flex: 2;
  background-color: #fff;
  padding: 20px;
  margin-right: 20px;
  border-radius: 5px;
}

.side .sidebar {
  flex: 1;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.side h2 {
  margin-bottom: 20px;
  color: #333;
}

.side ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.side li {
  margin-bottom: 10px;
}

.side a {
  text-decoration: none;
  color: #007bff;
}

.side a:hover {
  text-decoration: underline;
}

.side .sidebar-widget {
  margin-bottom: 20px;
}

.side .widget-title {
  margin-bottom: 10px;
  color: #333;
}

.side .widget-content {
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 5px;
}




#ptr:hover{
  color: red!important;
}




.bxx-2 {
  position: relative;
  /* margin: 270px auto 0; */
  /* width: 590px;
    height: 50px;
    background: #34495e;
    border-radius: 8px;
    font-size: 0;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1); */
  
}

.bxx-2 p {
  /* font-size: 15px; */
  /* text-transform: uppercase; */
  color: white !important;
  text-decoration: none;
  /* line-height: 50px; */
  position: relative;
  z-index: 1;
  /* display: inline-block; */
  /* text-align: center; */
}

.bxx-2 .animation {
  position: absolute;
  height: 100%;
  /* height: 5px;  */
  top: 0;
  bottom: 0;
  z-index: 0;
  background: #025898;
  border-radius: 8px;
  /* transition: all .5s ease 0s; */
}

.bxx-2 p:nth-child(1) {
  width: 170px;
}

.bxx-2 .start-home,
p:nth-child(1):hover~.animation {
  width: 190px;
  /* left: 0; */
}

.bxx-2 p:nth-child(2) {
  width: 150px;
}

.bxx-2 p:nth-child(2):hover~.animation {
  width: 150px;
  left: 200px;
}


/* 05/03/2024 */
.banner__btn {
  display: flex;
  column-gap: 20px;
  padding-top: 20px;
  padding-left: 20px;
}

.banner__btn button {
  border: none;
  background: none;
  border-radius: 5px;
}
.banner__btn button:first-child{
  background:red;
  color:#fff;
  padding:5px 10px;
}
.banner__btn button:last-child{
  background:#0808ff;
  color:#fff;
  padding:5px 10px;
}
/* ======================================================== */
.comment__wrapper {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
 }
.comment__part{
  column-gap: 20px;
}
.ct__left__part img {
  width: 80px;
  height: 80px;
}
.ct__right__part .callender img  {
  width: 30px;
  height: 30px;
}
.ct__right__part .arrow img{
  width: 15px;
  height: 15px;
}
.form__wrapper{
  background: rgb(230, 230, 230);
}
textarea , input {
  padding: 5px 10px;
}
.checkbox__part input{
  width: 20px;
  height: 20px;
}
.checkbox__part label{
  font-weight: 400 !important;
}
.missing__wrapper {
  background: rgb(1, 1, 147);
  padding: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 20px 20px 0px 0px;
}

.missing__wrapper .main__heading h2 {
  font-size: 40px;
  color: #fff;
}

.missing__wrapper .main__heading {
  text-align: center;
  color: #fff;
}

.travelClass{
  width: 128px !important;
}
/* .home_page_box1 {
  top:67px !important
} */

@media  (min-width: 767px) {
  .home_page_box1{
        margin-top: -10%;
  }
#multiSearch{
  display: block;
}
#searchBtn{
  display:none;
}
  .swap{
        position: relative;
        height: 40px;
        width:41px;
        background-color: #F9B545;
        z-index: 1;
        /* margin-bottom: 22%; */
        margin-top:-3%;
        margin-right: 33%;
        margin-left:150px;
        border-radius: 100%;

  }
  .swapClone{
        position: absolute;
        height: 40px;
        width:41px;
        background-color: #F9B545;
        z-index: 10;
        margin-bottom: 22%;
        border-radius: 100%;

  }
  .swapIcon{
        /* font-size: 100px; */
        transform: rotate(90deg);
        /* margin-bottom:10%; */
        z-index:15;
        margin-left: -10px;
        margin-top:10px;
        position:absolute;
  }
  
  .formDrop{
        height: 53px;
  }
  .pdVideo{
        margin-top: 10%;
  }
  .btn-search{
        width:100%;
  }
  .tDetails{
        display:none;
  }
  input[type="date"]{
        width: 162pt;
        min-height: 2.5em;
        display:flex;
       }
  input[type='date']::before{
        content:attr(placeholder);
        /* font-size:9px; */
  }
  
       
.h1,
h1 {
font-size: 40px;
}
.h2,
h2 {
font-size: 28px;
line-height: 1.3;
}
.h3,
h3 {
font-size: 26px;
}
.h4,
h4 {
font-size: 22px;
}
.h5,
h5 {
font-size: 18px;
}
.h6,
h6 {
font-size: 16px;
}

}
/* Extra small devices */
@media (min-width: 575px) {
  .getAboutUs{
        margin-top:40%
  }
  .formDrop{
        height: 53px;
        width:40px;
  }
  /* .swap{
        /* margin-bottom:25%; */
  /* }  */
  .up{
        margin-bottom:35% ;
  }
  .sideFilter{
        display:none;
        /* visibility: hidden; */
  }
  .Filter2{
        margin:1px;
  }
  .briefText{
        margin:2px;
        font-size:12px;
  }
  
  .FromTo{
       font-size: 13px;
  }
  /* .FilterBar{
        text-align: center;
  } */
  .stopFromTo{
        font-size: 8px;
  }
  .StoptimeAndDate{
        display: inline-block;
  }
  .arrivalTime{
        margin-right: 30%;
        font-size:8px;
  }
  input[type="date"]{
        width: 162pt;
       }

   .formRadio{
        text-align: left;
  }
  #oneway{
        margin-left:9px;
       }
.h1,
h1 {
font-size: 34px;
line-height: 1.35;
}
}




/* comment css */


.comments-container{
  width: 50%;
  margin-top: 20px;
  /* margin-top: 1150px !important; */
}
/* @media screen and (max-width: 768px) {
  .comments-container{
    margin-top: 1150px !important;
  }
} */

@media (max-width: 576px) {
  .comments-container {
    margin-top: 1130px !important;/* Set margin-top for small devices */
  }
}
.comment-box {
  /* border: 1px solid #ddd; */
  border-radius: 8px;
  padding: 15px;
  margin-top: 15px;
  /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
  position: relative;
}

.comment-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

#sortArrow {
  font-size: 1rem;
  transition: transform 0.3s ease; /* Smooth arrow animation */
}


.comment-button {
  background-color: #F9B545; 
  color: #ffffff; 
  border: none; 
  padding: 10px 20px; 
  font-size: 1rem; 
  font-weight: 600; 
  border-radius: 8px; 
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
  cursor: pointer; 
  transition: all 0.3s ease; 
}

.comment-button:hover {
  background-color: #252525; 
  color: #ffffff; 
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2); 
  transform: scale(1.05); 
}

.comment-footer {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.like-btn, .reply-btn {
  color: #F9B545;
  cursor: pointer;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 5px;
}

.like-btn:hover, .reply-btn:hover {
  text-decoration: underline;
}

.comment-footer .like-btn i, .comment-footer .reply-btn i {
  font-size: 1rem;
}


.unverified-comment {
  background-color: #fff8e6; 
  border: 1px solid #ffc107; 
  padding: 15px;
  border-radius: 10px; 
  margin-bottom: 15px;
  position: relative; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

.unverified-comment::before {
  content: "Unverified Comment";
  position: absolute;
  top: -12px;
  left: 15px;
  font-size: 0.8rem;
  font-weight: 600;
  background-color: #ffc107; 
  color: #212529; 
  padding: 4px 8px;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); 
}


#snackbar, #snackbarERR {
  visibility: hidden; /* Hidden by default */
  min-width: 250px;
  margin-left: -125px; /* Center the snackbar */
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 16px;
  opacity: 0; /* Fully transparent */
  transition: opacity 0.3s, visibility 0.3s; /* Smooth transition */
}

#snackbar.show, #snackbarERR.show {
  visibility: visible; /* Make it visible */
  opacity: 1; /* Fully opaque */
}

@media (max-width: 576px) {
  .comment-box {
    padding: 1rem;
  }
  .comment-footer {
    font-size: 0.85rem;
  }
}

.sidebar {
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: 10px /* Default margin for larger devices */
}

/* Media query for small devices */
@media (max-width: 576px) {
  .sidebar {
      margin-top: 370px; /* Set margin-top for small devices */
  }
}

.wrp {
  display: flex;
  align-items: center;
}

.bxx {
  flex-grow: 1; /* Allow this div to take up remaining space */
  margin-left: 10px; /* Space between image and text */
}

@media (max-width: 576px) {
  .sidebar {
      padding: 10px; /* Adjust padding for small devices */
  }

  .widget-title {
      font-size: 1.2rem; /* Smaller title font size for small devices */
  }

  .bxx {
      margin-left: 5px; /* Less space on small devices */
  }
}

@media (max-width: 768px) {
  input[name="depart"] {
    width: 100% !important; 
    margin-left: 0% !important;
  }
  .connttxx{
    padding-top: 140%;
  }
}

    .comments-container {
      padding: 0px;
      background-color: #f8f9fa; 
      border-radius: 5px; 
  }
  
  @media (max-width: 576px) {
  .comments-container {
      margin-top: 800px; 
  }
}

  .comment-box {
      /* background-color: #ffffff;  */
      /* border: 1px solid #dee2e6;  */
      border-radius: 5px; 
      /* padding: 10px;  */
  }

  .comment-actions {
      display: flex;
      justify-content: flex-end; /* Align button to the right */
  }

  @media (max-width: 576px) {
      .comment-box {
          margin-bottom: 15px; /* Space between comments on small screens */
      }
  }


