html,
body{
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
}
.width-35{
  width: 35% !important;
}

a{
  text-decoration: none;
  color: #333;
}
a:hover{
  text-decoration: none;
  color: #333;
}

/* background */
.bg-fff8f8{
  background-color: #fff8f8 !important;
}
.active{
  font-weight: bold !important;
  color: #f04b5f !important;
}

.btn-success-ac-v1{
  padding:1px 2px;
  text-align:center;
  background-color:#2ecc71;
  border:2px solid #2ecc71;
  color:#fff;
  font-weight:bold;
  font-size:8px;
  margin:2px 5px 0px 5px;
  border-radius:4px;
  float: left;
}
.btn-ban-ac-v1{
  padding:1px 2px;
  text-align:center;
  background-color:#f04b5f;
  border:2px solid #f04b5f;
  color:#fff;
  font-weight:bold;
  font-size:8px;
  margin:2px 5px 0px 5px;
  border-radius:4px;
  float: left;
}
.btn-unban-ac-v1{
  padding:1px 2px;
  text-align:center;
  background-color:#2ecc71;
  border:2px solid #2ecc71;
  color:#fff;
  font-weight:bold;
  font-size:8px;
  margin:2px 5px 0px 5px;
  border-radius:4px;
  float: left;
}

.modal .close{
  background-color: transparent;
  border: none;
  color: #f04b5f;
  font-weight: bold;
  font-size: 26px;
}

.btn-unban-ac-v2{
  padding:1px 2px;
  text-align:center;
  background-color:#2ecc71;
  border:2px solid #2ecc71;
  color:#fff;
  font-weight:bold;
  font-size:8px;
  margin:2px 5px 0px 5px;
  border-radius:4px;
  float: left;
}

.btn-success-edit{
  padding:1px 2px;
  text-align:center;
  background-color:#ffcf17;
  border:2px solid #ffcf17;
  color:#fff;
  font-weight:bold;
  font-size:8px;
  margin:2px 5px 0px 5px;
  border-radius:4px;
  float: left;
}

.display-none{
  display: none;
}

.block-cont{
  width: 100%;
  height: 5px;
  clear: both;
  margin: 4px 0px;
}
.block-cont-0p{
  width: 100%;
  height: 1px;
  clear: both;
  margin: 1px 0px;
}
.block-cont-margin{
  width: 100%;
  height: 15px;
  clear: both;
  margin: 5px 0px;
}





/* site header */
#background-header{
  height: 250px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  clear: both;
  display: block;
  position: relative;
  background-image: url(../media/images/back-2.jpg);
  background-size: contain;
  background-attachment: fixed;
  background-position: center;}
  
  #background-header .background-header{
  height: 250px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  position: relative;
  clear: both;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);}
  #background-header .background-header h2{
      text-align: center;
      font-size: 36px;
      margin: 0px;
      padding: 120px 0px 0px 0px;
      color: #d17204;
  }
  #background-header .background-header h4{
      text-align: center;
      font-size: 18px;
      margin: 0px;
      padding: 5px 0px 0px 0px;
      color: #fff;
  }
  #background-header .background-header h4 a{
      text-decoration: none;
      color: #fff;
  }




/* column layut */
.view-col-full{width: 100%;padding: 5px 0px;clear: both;}
.view-col-half-left{width: 49.5%;float: left;padding: 3px 0.5% 3px 0%;}
.view-col-half-right{width: 49.5%;float: right;padding: 3px 0% 3px 0.5%;}
.view-col3-left{width: 32%;float: left;padding: 3px 0%;margin: 0px;}
.view-col3-mid{width: 32%;float: left;padding: 3px 0%;margin: 0px 2%;}
.view-col3-right{width: 32%;float: right;padding: 3px 0%;margin: 0px;}
.view-col4-left{width: 24%;float: left;padding: 3px 0%;margin: 0px;}
.view-col4-mid-a{width: 24%;float: left;padding: 3px 0%;margin: 0px 1%;}
.view-col4-mid-b{width: 24%;float: left;padding: 3px 0%;margin: 0px 1%;}
.view-col4-right{width: 24%;float: right;padding: 3px 0%;margin: 0px;}
.view-col4-left h5, .view-col4-mid-a h5, .view-col4-mid-b h5, .view-col4-right h5, .view-col-full h5, .view-col-half-left h5, .view-col-half-right h5, .view-col3-left h5, .view-col3-mid h5, .view-col3-right h5{margin: 6px 0px 0px 0px;padding: 5px 0px;font-size: 12px;font-weight: lighter;}
.view-col-full h3{font-size: 14px;margin: 6px 0px 0px 0px;padding: 5px 0px;}

#show-departure-details h5{
  font-size: 18px !important;
  font-weight: bold !important;
}

#show-departure-details p{
  font-size: 14px !important;
  text-transform: uppercase !important;
}
/* end column layout */

/* button */
.btn-custom-ai{
  background-color: #f04b5f !important;
  color: #fff !important;
  font-weight: bold !important;
}

.bg-force{
  background-color: #fff8f8 !important;
}

/* width container */
#container-width-40{
  width: 33%;
  margin: 30px auto 0px auto;
}

/* nav */
#header-site{
  width: 100%;
  height: 70px;
  background-color: #fff;
  margin: 0px 0px 0px 0px;
  padding: 0px 5%;
  clear: both;
  display: block;
  z-index: 2000;
  font-weight: bold;
}

#header-site .header-logo{
  width: 17%;
  text-align: left;
  height: 70px;
  line-height: 70px;
  font-size: 32px;
  float: left;
}

#header-site .header-logo img{
  width: 100%;
  height: 70px;
  object-fit:contain;
}

#header-site .header-contacts{
  width: 28%;
  height: 70px;
  line-height: 70px;
  font-size: 12px;
  float: left;
  color: #f04b5f;
  background-color: transparent;
  text-align: center;
}

#header-site .header-links{
  width: 55%;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  float: right;
  background-color: transparent;
}

#header-site .header-links ul{
  padding: 0px;
  margin: 0px;
  float: right;
}

#header-site .header-links ul a{
  text-decoration: none;
  color: #000;
}
#header-site .header-links ul li{
  padding: 0px 0%;
  margin: 0px 0px 0px 15px;
  float: right;
  list-style-type: none;
}

/* footer design */
#newslatter{
  width: 100%;
  padding: 40px 5%;
  margin: 0px;
  background-color: #f9fbff;
  clear: both;
  display: block;
  text-align: center;
  height: 320px;
}
#newslatter h3{
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  color:#f04b5f;
}
#newslatter h4{
  font-size: 32px;
  font-weight: bold;
  margin: 0px;
  padding: 12px 0px;
}

/* footer */
#footer{
  width: 100%;
  height: 330px;
  padding: 40px 5%;
  clear: both;
  display: block;
  background-color: #100f0f;
  color: #fff;
}

#footer a{
  text-decoration: none;
  color: #fff;
}

#footer .footer-link-side-a{
  padding: 0px;
  margin: 0px;
  width: 17%;
  float: left;
  height: 250px;
  background-color: transparent;
} 
#footer .footer-link-side-b{
  padding: 0px;
  margin: 0px 2%;
  width: 17%;
  float: left;
  height: 250px;
  background-color: transparent;
} 
#footer .footer-link-side-c{
  padding: 0px;
  margin: 0px 2% 0px 0px;
  width: 17%;
  float: left;
  height: 250px;
  background-color: transparent;
} 
#footer .footer-link-side-d{
  padding: 0px;
  margin: 0px 2% 0px 0px;
  width: 17%;
  float: left;
  height: 250px;
  background-color: transparent;
} 
#footer .footer-link-side-e{
  padding: 0px;
  margin: 0px;
  width: 24%;
  float: right;
  height: 250px;
  background-color: transparent;
}

#footer section h2{
  font-weight: bold;
  margin: 0px;
  padding: 20px 0px;
  font-size: 24px;
}

#footer section ul{
  margin: 0px;
  padding: 0px 0px;
  font-size: 14px;
  list-style: none;
}
#footer section ul li{
  margin: 6px 0px;
  padding: 0px 0px;
  font-size: 14px;
  list-style: none;
}

/* main home or index page */
#container-home-main{
  width: 100%;
  height: 750px;
  background-image: url(../media/images/back-017.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  background-position: center;
  margin: 0px;
}

#container-home-main .container-home-main{
  width: 100%;
  height: 750px;
  background: rgba(0, 0, 0, 0.4);
  margin: 0px;
  padding: 0px;
}

#container-home-main .container-home-main #container-min-booking-container{
  width: 380px;
  height: 350px;
  margin: 180px 150px 0px 0px;
  padding: 22px 1% 10px 1%;
  border-radius: 6px;
  float: right;
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.94);
  border-radius: 12px;
  border: 1px solid rgba(209, 213, 219, 0.3);
}

#container-home-main .container-home-main #container-min-booking-container h2{
  padding: 16px 0px;
  margin: 0px 0px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#container-home-main .container-home-main #container-min-booking-container button{
  margin: 15px 0px 0px 0px;
  padding: 8px 2%;
  width: 100%;
  border: 1px solid #f04b5f;
  background-color: #f04b5f;
  color: #fff;
  border-radius:8px;
  font-weight: bold;
}
#container-home-main .container-home-main #container-min-booking-container .view-col-search{
  width: 100%;
  padding: 5px 0px;
  margin: 5px 0px;
  clear: both;
}

#container-home-main .container-home-main #container-min-welcome-container{
  width: 53%;
  margin: 120px 0px 0px 0px;
  padding: 50px 5%;
  float: left;
  text-align: left;
}
/*#f9fbff;  */
#container-home-main .container-home-main #container-min-welcome-container h1{
  font-size: 52px;
  color: #fff;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

#container-home-main .container-home-main #container-min-welcome-container h2{
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  color: #fff;
  padding: 35px 0px 55px 0px;
}

#container-home-main .container-home-main #container-min-welcome-container a{
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0px 0px 0px;
  color: #fff;
  padding: 12px 2.5%;
  background:  #f04b5f;
  border-radius: 6px;
}

#container-services-home-pg{
  width: 100%;
  padding: 40px 7%;
  clear: both;
  min-height: 500px;
  display: block;
  margin: 0px;
  background: #fff;

}

#container-services-home-pg h1{
  text-align: center;
  font-size: 46px;
  font-weight: bold;

}

#container-services-home-pg h2{
  text-align: center;
  font-size: 18px;
  font-weight: bold;

}

#container-services-home-pg .p{
  text-align: center;
  width: 60%;
  margin: 10px auto 35px auto;
  clear: both;
}

#container-services-home-pg article{
   float: left;
   width: 27.3%;
   height: 170px;
   padding: 0px;
   margin: 15px 3%;
}

#container-services-home-pg article p{
  text-align: left !important;
}


#container-about-us{
  width: 100%;
  padding: 50px 5%;
  margin: 0px;
  clear: both;
  display: block;
  background-color: #f2f3f4;
  min-height: 500px;
}

#container-about-us .about-us-office-main{
  float: left;
  width: 45%;
  margin: 10px 0px;
  padding: 0px;
  min-height: 500px;
}

#container-about-us .about-us-office-main img{
  object-fit: contain;
  width: 80%;
  float: right;
  height: 500px;
  border-radius: 8px;
}

#container-about-us .about-us-text-main{
  float: right;
  width: 55%;
  margin: 10px 0px;
  padding: 0px 0px 0px 5%;
  min-height: 500px;
}

#container-about-us .about-us-text-main h2{
  font-weight: bold;
  font-size: 32px;
  color: #f04b5f;
}

#container-about-us .about-us-text-main h3{
  font-weight: bold;
  font-size: 26px;
  margin: 40px 0px;
}

#container-about-us .content-about-list{
  width: 50%;
  float: left;
  height: 60px;
  margin: 10px 0px;
}

#container-about-us .content-about-list .content-icons-side-list{
  width: 60px;
  float: left;
  height: 60px;
  line-height: 60px;
  border-top-left-radius: 30px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 80px;
  text-align: center;
  background-color: #f04b5e4b;
  font-size: 26px;
  color: #333;
  margin: 0px 10px 0px 0px;
}


#container-about-us .content-about-list .content-phg-side-list{
  width: 70%;
  float: left;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 18px;
  padding: 0px 0px 0px 5px;
}

#blog-news-article{
  width: 100%;
  padding: 50px 4%;
  margin: 0px;
  clear: both;
  display: block;
  background-color: #fff;
  min-height: 650px;
}
#blog-news-article h1{
  text-align: center;
  font-size: 46px;
  font-weight: bold;

}

#blog-news-article h2{
  text-align: center;
  font-size: 18px;
  font-weight: bold;

}

#blog-news-article .news-p{
  text-align: center;
  width: 50%;
  margin: 10px auto 55px auto;
  clear: both;
}

#blog-news-article article{
  width: 22%;
  height: 320px;
  float: left;
  margin: 7px 1.5%;
}

#blog-news-article article .article-img-cont{
  width: 100%;
  height: 180px;
  border-radius: 8px;
  clear: both;
}

#blog-news-article article .article-img-cont img{
  width: 100%;
  height: 180px;
  border-radius: 8px;
  object-fit: cover;
}

#blog-news-article article .article-text-cont{
  width: 100%;
  height: 140px;
  clear: both;
  padding: 10px 0px;
}

#blog-news-article article .article-text-cont h3{
  font-weight: bold;
  font-size: 14px;
  padding: 8px 0px;
}

#blog-news-article article .article-text-cont p{
  font-weight: bold;
  font-size: 20px;
}

#blog-news-article article .article-text-cont h4{
  font-weight: lighter;
  font-size: 12px;
  color: #f04b5f;
}

#blog-news-article article .article-text-cont h4 .article-date{
  float: left;
  width: 50%;
}
#blog-news-article article .article-text-cont h4 .article-comment{
  float: right;
  width: 50%;
  text-align: right;
}





#article-testimonial{
  width: 100%;
  padding: 50px 5%;
  margin: 0px;
  clear: both;
  display: block;
  background-color: #fff8F8;
  min-height: 600px;
}
#article-testimonial .article-testimonial-contents{
  width: 60%;
  float: left;
  height: auto;
  margin: 0px 5% 0px 0px;
}
#article-testimonial .article-testimonial-contents section{
  padding: 30px 5%;
  font-size: 18px;
}
#article-testimonial .article-testimonial-contents section h3{
  font-weight: bold;
}
#article-testimonial .article-testimonial-contents section h4{
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  color: #f04b5f;
}
#article-testimonial .article-testimonial-contents .small-left-cont-testimonial{
  width: 40%;
  height: 250px;
  float: left;
  margin: 100px 3% 20px 0px;
  background-color: #fff;
  border-radius: 8px;
}

#article-testimonial .article-testimonial-contents .small-right-cont-testimonial{
  width: 47%;
  height: 300px;
  float: right;
  margin: 50px 10% 20px 0px;
  background-color: #fff;
  border-radius: 8px;
}

#article-testimonial .article-testimonial-contents .small-left-b-cont-testimonial{
  width: 40%;
  height: 350px;
  float: left;
  margin: 0px 3% 20px 10%;
  background-color: #fff;
  border-radius: 8px;
}

#article-testimonial .article-testimonial-contents .small-right-b-cont-testimonial{
  width: 47%;
  height: 300px;
  float: right;
  margin: 0px 0% 20px 0px;
  background-color: #fff;
  border-radius: 8px;
}

#article-testimonial .article-testimonial-title{
  width: 35%;
  float: right;
  height: auto;
}
#article-testimonial .article-testimonial-title h3{
  text-align: left;
  font-size: 46px;
  font-weight: bold;
  margin: 30px 0px;
}

#article-testimonial .article-testimonial-title h2{
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin: 60px 0px 0px 0px;
  color: #100f0f;
}

#article-testimonial .article-testimonial-title p{
  text-align: left;
}








/* buses search pages */
#container-main-search-buses{
  width: 100%;
  clear: both;
  min-height: 600px;
  margin: 0px;
  padding: 30px 5%;
  display: block;
  background: #fff8F8;
}
#container-main-search-buses #container-main-simple-search{
  width: 100%;
  padding: 18px 2%;
  background: #fff;
  margin: 0px 0px 25px 0px;
  display: block;
  clear: both;
  border-radius: 6px;
}
#container-main-search-buses .container-main-search-buses-left-side{
  float: left;
  width: 30%;
  background: #fff;
  margin: 0px 2% 0px 0px;
  min-height: 500px;
  border-radius: 8px;
}

.container-main-search-buses-left-side h2{
  padding: 20px 3%;
  margin: 0px 0px;
  font-weight: bold;
  font-size: 20px;
}
.container-main-search-buses-left-side h2 a{
  float: right;
  margin: 0px 0px;
  font-weight: normal;
  font-size: 14px;
}

.container-main-search-buses-left-side .bus-type{
  border-bottom: 2px solid #fff8f8;
  border-top: 2px solid #fff8f8;
  min-height: 200px;
  padding: 10px 3%;
  width: 100%;
  clear: both;
}
.container-main-search-buses-left-side .bus-type-mid{
  border-bottom: 2px solid #fff8f8;
  min-height: 200px;
  padding: 10px 3%;
  width: 100%;
  clear: both;
}
.container-main-search-buses-left-side .bus-type-last{
  min-height: 200px;
  padding: 10px 3%;
  width: 100%;
  clear: both;
}

#container-main-search-buses .container-main-search-buses-right-side{
  float: right;
  width: 68%;
  min-height: 500px;
  background: transparent;
}

.container-main-search-buses-left-side article h3{
  padding: 10px 0%;
  margin: 0px 0px;
  font-weight: bold;
  font-size: 16px;
}

#container-main-search-buses .container-main-search-buses-right-side .list-search-buses-res{
  width: 100%;
  padding: 0px;
  min-height: 100px;
  background: #fff;
  margin: 0px 0px 18px 0px;
  border-radius: 6px;
}

.view-col-search-min{
  float: left;
  width: 27.5%;
  margin: 0px 1.5% 0px 0px;
}
.view-col-search-min-btn{
  float: left;
  width: 13%;
  margin: 0px;
}

.view-col-search-min-btn button{
  padding: 6px 2%;
  width: 100%;
  border: 1px solid #f04b5f;
  background-color: #f04b5f;
  color: #fff;
  border-radius:6px;
  font-weight: bold;
}

#container-main-search-buses .container-main-search-buses-right-side .list-search-buses-res .min-view-bus-info{
  padding: 12px 2%;
  width: 100%;
  margin: 0px;
  clear: both;
}
#container-main-search-buses .container-main-search-buses-right-side .list-search-buses-res .bus-info-route{
  float: left;
  width: 25%;
  padding: 0px 2% 0px 0px;
}

#container-main-search-buses .container-main-search-buses-right-side .list-search-buses-res .bus-info-route h2{
  font-weight: bold;
  font-size:16px;
  padding: 0px;margin: 2px 0px;
  color: #333;
}
#container-main-search-buses .container-main-search-buses-right-side .list-search-buses-res .bus-info-route h3{
  font-weight: bold;
  font-size:12px;
  padding: 3px 0% 0px 0px;margin: 2px 0px;
  color: #333;
}
#container-main-search-buses .container-main-search-buses-right-side .list-search-buses-res .bus-info-route p{
  font-size:11px;
  padding: 0px 0% 0px 0px;margin: 1px 0px;
  color: #333;
}

#container-main-search-buses .container-main-search-buses-right-side .list-search-buses-res .bus-info-dep{
  float: left;
  width: 22%;
  padding: 0px 2% 0px 0px;
}
#container-main-search-buses .container-main-search-buses-right-side .list-search-buses-res .bus-info-dep h3{
  font-weight: bold;
  font-size:12px;
  padding: 5px 2% 0px 0px;margin: 4px 0px;
}
#container-main-search-buses .container-main-search-buses-right-side .list-search-buses-res .bus-info-dep h2{
  font-weight: bold;
  font-size:20px;
  padding: 0px 2% 0px 0px;margin: 4px 0px;
  color: #333;
}
#container-main-search-buses .container-main-search-buses-right-side .list-search-buses-res .bus-info-dep h4{
  font-weight: bold;
  font-size:12px;
  padding: 0px 2% 0px 0px;
  margin: 4px 0px;
  color: #333;
}

#container-main-search-buses .container-main-search-buses-right-side .list-search-buses-res .bus-info-price{
  float: left;
  width: 23%;
  padding: 0px 0% 0px 3%;
  text-align: left;
}

#container-main-search-buses .container-main-search-buses-right-side .list-search-buses-res .bus-info-price h3{
  font-weight: bold;
  font-size:16px;
  padding: 10px 2% 0px 0px;margin: 4px 0px;
}
#container-main-search-buses .container-main-search-buses-right-side .list-search-buses-res .bus-info-price h2{
  font-weight: bold;
  font-size:16px;
  padding: 0px 2% 0px 0px;margin: 4px 0px;
  color: #f04b5f;
}

#container-main-search-buses .container-main-search-buses-right-side .list-search-buses-res .bus-info-btn{
  float: left;width: 20%;padding: 0px 0% 0px 0px;text-align: right;
}
#container-main-search-buses .container-main-search-buses-right-side .list-search-buses-res .bus-info-btn h6{
  margin: 10px 0px 0px 0px;padding: 0px 2% 0px 0px;font-weight: normal;font-size: 11px;
}
#container-main-search-buses .container-main-search-buses-right-side .list-search-buses-res .bus-info-btn button{
  margin: 4px 0px;padding: 3px 6%;background-color: #f04b5f;border: 1px solid #f04b5f;color: #fff;font-weight: bold;border-radius: 4px;font-size: 12px;
}

#container-main-search-buses .container-main-search-buses-right-side .list-search-buses-res .bus-info-dep-via{
  float: left;width: 10%;padding: 10px 0% 0px 0px;text-align: left;font-size: 12px;font-weight: bold;
}





/* privacy policy */
#container-full-page-word{
  padding: 0px;
  margin: 0px;
  background-color: #fff8f8;
  min-height: 800px;
  width: 100%;
  clear: both;
  display: block;
}

#container-full-page-word .left-side-word-menu{
  float: left;
  width: 22%;
  margin: 0px;
  min-height: 800px;
  padding: 20px 2% 20px 5%;
  background: rgba(0, 0, 0, 0.02);
}

#container-full-page-word .left-side-word-menu ul{
  padding: 0px 0px 0px 3%;
  margin: 0px;
  list-style: none;
}

#container-full-page-word .left-side-word-menu ul li{
  padding: 10px 0%;
  margin: 2px 0px;
  color: #333;
  font-weight: 800;
  font-size: 14px;
  list-style: square;
  cursor: pointer;
}

#container-full-page-word .right-side-word-contents{
  float: right;
  width: 78%;
  margin: 0px;
  min-height: 800px;
  padding: 20px 4% 40px 4%;
  background-color: #fff8f8;
}

.how-to-pay{
  padding: 20px 2%;
  background-color: #fff8f8;
  border-radius: 5px;
  width: 100%;
  clear: both;
  text-align: center;
  font-weight: bold;
  margin-left: -30px;
}

.how-to-pay-info-cont h3{
  font-weight: bold;
  padding: 20px 0px;
}

.back-exp-quote{
  background-color: rgb(247, 234, 234);
  padding: 20px 5%;
  height: auto;
  width: 100%;
  clear: both;
  border-radius: 8px;
}

.back-exp-quote ul{
  padding: 0px;
  margin: 0px;
}

.back-exp-quote ul li{
  padding: 8px 0px;
  margin: 0px;
  list-style-type: square;
}

.active-side-link{
  font-weight: bold !important;
  color: #f04b5f !important;
}









     
/* contact us style */
#map-container{
  height: 450px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  clear: both;
  background-color: #fff;
}

#map-container iframe{
  height: 450px;
  width: 100%;
}
#get-in-touch{
  float: left;
  min-height: 540px;
  background-color: #fff;
  width: 50%;
  padding: 40px 2% 20px 3%;
  margin: 0px;
  color: #333;
}

#get-in-touch h2{
  padding: 0px 0px 20px 0px;
  margin: 0px;
  font-size: 28px;
}

#get-in-touch h3{
  padding: 25px 0px 8px 0px;
  margin: 0px;
  font-size: 16px;
}

#get-in-touch a{
  padding: 5px 0px;
  margin: 0px;
  font-size: 14px;
  display: block;
}
#get-in-touch p{
  padding: 10px 0px;
  margin: 0px;
  font-size: 13px;
}

#get-in-touch-form{
  float: left;
  min-height: 540px;
  background-color: #fff;
  width: 50%;
  padding: 40px 3% 20px 3%;
  margin: 0px;
  color: #333;
}
/* end here contact us style */


/*  form */

.half-input-left{
  width: 49%;
  float: left;
  height: auto;
  margin: 0px;
  padding: 5px 1% 5px 0px;
}

.half-input-right{
  width: 49%;
  float: left;
  height: auto;
  margin: 0px;
  padding: 5px 0% 5px 1%;
}

.input-3-left{
  width: 32%;
  float: left;
  height: auto;
  margin: 0px;
  padding: 5px 0px;
}
.input-3-midd{
  width: 32%;
  float: left;
  height: auto;
  margin: 0px;
  padding: 5px 2%;
}
.input-3-right{
  width: 32%;
  float: left;
  height: auto;
  margin: 0px;
  padding: 5px 0px;
}

.half-input{
  width: 50%;
  float: left;
  height: auto;
}
.full-input{
  width: 100%;
  float: left;
  height: auto;
  margin: 0px;
  padding: 5px 0px;
}
.full-inputs{
  width: 95% !important;
  clear:both;
  height: auto;
  margin: 0px;
  padding: 5px 0px;
}
.input-text{
  width: 96%;
  margin: 8px 0px;
  padding: 14px 2%;
  border-radius: 5px;
  border: 1px solid #E5E7E9;
  font-size: 11px;
}
.input-other{
  width: 96%;
  margin: 8px 0px;
  padding: 14px 2%;
  height: 120px;
  border-radius: 5px;
  border: 1px solid #E5E7E9;
  font-size: 11px;
}

.input-select{
  width: 100%;
  margin: 8px 0px;
  padding: 14px 2%;
  border-radius: 5px;
  border: 1px solid #E5E7E9;
  font-size: 11px;
}


.seat-instraction .seat-details-before{
  float:left;
  width: 25%;
  padding:4px 2%;
  text-align: center;
  height: 60px;
  font-size: 10px;
}

.seat-instraction section img{
  width: 20px;
  text-align: center;
  height: 20px; 
}


#seat-and-confirm{
  width: 100%;
  min-height: 300px;
  clear: both;
  padding: 20px 2%;
  border-top: 2px solid #ccc;
  margin: 4px 0px 10px 0px;
  display: none;
}

.seat-plan-side{
  width: 30%;
  min-height: 200px;
  float: left;
}

.seat-instraction{
  width: 100%;
  min-height: 100px;
  clear: both;
  border: 2.5px solid #f2f3f4;
  padding: 20px 2% 0px 2%;
  border-radius: 10px;
}

.full-seat-plan{
  width: 100%;
  padding: 10px 0px 5px 0px;
  border-top: 2px solid #f2f3f4;
}

.full-seat-plan .seat-number{
  width: 20%;
  float: left;
  padding: 0px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  margin: 2px 0px;
  font-size: 12px;
  transition: 1.5s;
}

.full-seat-plan .seat-number:hover{
  background-color: #fff8f8;
  border-radius: 5px;
  cursor: pointer;
  transition: 1.5s;
}


.boarding-plan{
  width: 30%;
  min-height: 300px;
  float: left;
  margin: 0px 3% 10px 3%;
  background-color: #f2f3f4;
  padding: 15px 3%;
  border-radius: 6px;
}

.boarding-plan section{
  padding: 7px 0px;
}

.boarding-plan h3{
  padding: 10px 0px;
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}



.trip-summary{
  width: 34%;
  min-height: 300px;
  float: left;
  margin: 0px;
  padding: 0px 0%;
}

.trip-summary h3{
  padding: 5px 0px 15px 0px;
  margin: 0px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}
.trip-summary table{
  width: 100%;
  border-collapse: collapse;
}
.trip-summary table .title-bold{
  font-weight: bold;
}




.seat-selected-info{
  width: 100%;
  min-height: 100px;
  margin: 0px 0px 20px 0px;
  background-color: #f2f3f4;
  padding: 15px 3%;
  border-radius: 6px;
}

.seat-selected-info section{
  padding: 15px 0px;
  border-bottom: 1px solid #fff;
}

.seat-selected-info section img{
  height: 32px;
  width: 32px;
  object-fit: contain;
}

.seat-selected-info h3{
  padding: 10px 0px;
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}






/*  customer details  */
#container-main-customer{
  width: 100%;
  clear: both;
  min-height: 600px;
  margin: 0px;
  padding: 30px 5%;
  display: block;
  background: #fff8F8;
}
.container-main-customer-left-side{
  float: left;
  width: 64%;
  min-height: 500px;
  background: #fff;
  margin: 10px 1% 20px 1%;
  border-radius: 5px;
  padding: 25px 2%;
}

.container-main-customer-right-side{
  float: left;
  width: 32%;
  min-height: 500px;
  background: #fff;
  margin: 10px 0% 20px 2%;
  border-radius: 5px;
  padding: 20px 2%;
}

.payment-details-fill{
  padding: 30px 0px;
  margin: 50px 0px 0px 0px;
  border-top: 5px solid #fff8f8;
  clear: both;
  min-height: 50px;
  width: 100%;

}

.payment-details-fill-b{
  padding: 2px 0px;
  margin: 20px 0px 0px 0px;
  border-top: 5px solid #fff8f8;
  clear: both;
  min-height: 50px;
  width: 100%;

}

.container-main-customer-right-side h3{
  font-weight: bold;
  font-size: 18px;
  padding: 15px 0px;
}

.container-main-customer-right-side hr{
  background-color: #fff8f8;
  height:10px;
  margin: 40px 0px 25px 0px;
}

.container-main-customer-right-side table{
  width: 100%;
  clear: both;
  border-collapse: collapse;
}
.container-main-customer-right-side table .title-bold{
  font-weight: bold;
}

.simple-table{
  width: 100%;
  clear: both;
  border-collapse: collapse;
}
.simple-table .title-bold{
  font-weight: bold;
}

.border-cont{
  padding: 10px 2%;
  border: 2px solid #fff8f8;
  border-radius: 4px;
  margin: 10px 0px;
  transition: 1s;
  background-color: transparent;
}

.border-cont:hover{
  transition: 1s;
  background-color: #fff8f8;
}





/* dashboar themes */
#dashboard-theme{
  width: 100%;
  margin: 0px;
  padding: 0px;
  clear: both;
  display: block;
  min-height: 100%;
  background-color: #f9f1f1;
}

#dashboard-theme #dashboard-theme-menu{
  width: 20%;
  min-height: 100vh;
  float: left;
  position: fixed;
  top: 0px;
  background-color: #f9f1f1;
  overflow-y: auto;
}

#dashboard-theme #dashboard-theme-menu .company-logo{
  width: 130px;
  height: 130px;
  background-color: #fff;
  margin: 20px auto 10px auto;
  line-height:130px;
  text-align: center;
  border-radius: 50%;
}

#dashboard-theme #dashboard-theme-menu .company-logo img{
  object-fit: contain;
  height: 80px;
  width: 80%;
}

#dashboard-theme #dashboard-theme-menu .menu-theme-side{
  width: 100%;
  min-height: 300px;
  clear: both;
  padding: 5px 1% 10px 13%;
}

#dashboard-theme #dashboard-theme-menu .menu-theme-side h3{
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0px 10px 0px;
  color:  #bbb3b3;
}

#dashboard-theme #dashboard-theme-menu .menu-theme-side ul{
  padding: 0px;
  margin: 5px 0px;
  list-style: none;
}
#dashboard-theme #dashboard-theme-menu .menu-theme-side ul a li{
  padding: 10px 0px;
  margin: 2px 0px;
  color:  #595656;
}

#dashboard-theme #dashboard-theme-menu .menu-theme-side ul .active-link, #dashboard-theme #dashboard-theme-menu .menu-theme-side ul li:hover{
  font-weight: bold;
  color: #f04b5f !important;
  cursor: pointer;
}

#dashboard-theme #dashboard-theme-menu .bottom-footer-theme{
  background-color: #f04b5f;
  border-radius: 6px;
  min-height: 200px;
  width: 60%;
  padding: 4px 2%;
  margin: 10px auto;
  bottom: 30px;
  position: absolute;
  left: 20%;
  color: #fff;
  display: none;
}

#dashboard-theme #dashboard-theme-body{
  width: 80%;
  min-height: 100vh;
  background:  #fff8f8;
  float: right;
}
#dashboard-theme #dashboard-theme-body .top-menu{
  width: 100%;
  height: 75px;
  line-height: 75px;
  padding: 0px 4%;
  clear: both;
}
#dashboard-theme #dashboard-theme-body .top-menu .page-title-theme{
  float: left;
  width: 40%;
  font-weight: 700;
  font-size: 24px;
}
#dashboard-theme #dashboard-theme-body .top-menu .link-theme{
  float: right;
  width: 60%;
  text-align: right;
  color: #393737;
}
#dashboard-theme #dashboard-theme-body .top-menu .link-theme a{
  margin: 0px 0px 0px 30px;
  padding: 0px 0px 0px 0px;
  color: #393737;
}
#dashboard-theme #dashboard-theme-body .top-menu .link-theme a:hover{
  color: #f04b5f;
}
#dashboard-theme #dashboard-theme-body #container-main-body{
  width: 100%;
  padding: 5px 4%;
  margin: 0px 0px;
  clear: both;
  min-height: 450px;
}

#dashboard-theme #dashboard-theme-body #container-main-body .dashboard-min-stats{
  float: left;
  width: 32%;
  height: 120px;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 2%;
}
#dashboard-theme #dashboard-theme-body #container-main-body .dashboard-min-stats-midd{
  float: left;
  width: 32%;
  height: 120px;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 2%;
  margin: 0px 2%;
}

#dashboard-theme #dashboard-theme-body #chat-dashboard-side-left{
  width: 100%;
  margin: 3px 0% 10px 0px;
  min-height: 400px;
  float: left;
}


article .icon-left-sides{
  line-height:120px;
  float:left;
  text-align:center;
  font-weight:bold;
  font-size: 32px;
  width:15%;
  color:#f04b5f;
}
article .title-mid-sides{
  line-height:120px;
  float:left;
  text-align:center;
  font-weight:bold;
  font-size: 22px;
  width:50%;
}
article .stats-right-sides{
  line-height:120px;
  float:left;
  text-align:right;
  font-weight:bold;
  font-size: 18px;
  width:35%;
}


#chat-dashboard-side-left .chat-one-dashboard{
  width: 100%;
  min-height: 400px;
  border-radius: 8px;
  background-color: #fff;
  margin: 10px 0px;
  padding: 10px 2%;
}

#chat-dashboard-side-left .chat-two-dashboard{
  width: 100%;
  min-height: 400px;
  border-radius: 8px;
  background-color: #fff;
  margin: 20px 0px;
  padding: 10px 2%;
}

#chat-dashboard-side-left .chat-one-dashboard h2, #chat-dashboard-side-left .chat-two-dashboard h2{
  font-size: 18px;font-weight: bold;
  padding: 10px 0px;
}
#dashboard-theme #dashboard-theme-body #chat-dashboard-side-right{
  width: 32%;
  margin: 3px 0px;
  min-height: 400px;
  float: right;
}

#chat-dashboard-side-right .stats-one-dashboard{
  width: 100%;
  min-height: 400px;
  border-radius: 8px;
  background-color: #fff;
  margin: 10px 0px;
  padding: 10px 2%;
}

#chat-dashboard-side-right .stats-two-dashboard{
  width: 100%;
  min-height: 400px;
  border-radius: 8px;
  background-color: #fff;
  margin: 20px 0px;
  padding: 10px 2%;
}


/* general style on dashboard */
#dashboard-container-view{
  width: 100%;
  padding: 5px 2% 15px 2%;
  clear: both;
  margin: 0px 0px 50px 0px;
  background-color: #fff;
  border-radius: 8px;
  min-height: 200px;
}
#dashboard-container-view h2{
  font-weight: bold;
  padding: 12px 0px;
  border-bottom: 3px solid #fff8f8;
}

#dashboard-container-view h2 span{
  font-size: 18px;
}

#dashboard-container-view h2 .btn-h2{
  float: right;
  border: 1px solid transparent;
  background-color: #FFF8F8;
  padding: 6px 1%;
  margin: 0px 0px 0px 15px;
  font-size: 15px;
  border-radius: 4px;
  color: #5a5656;
  text-align: left;
  cursor: pointer;
  transition: 1.5s;
}
#dashboard-container-view h2 .btn-h2-active, #dashboard-container-view h2 .btn-h2:hover{
  background-color: #6eb68d !important;
  color: #fff !important;
  transition: 1.5s;
}

/* table style */
#table-second thead{ font-size: 13px !important; }
#table-second thead th{ white-space:nowrap; background-color: #fff8F8 !important;color: #000;}
#table-second tbody{ font-size: 13px !important; }
#table-second tbody td{ border-bottom: 2px solid #fff8f8 !important; padding: 10px 1% !important;}
#table-second tbody tr:hover{background-color: #fbfcfc !important;color: #000;}

#table-first thead{ font-size: 13px !important; }
#table-first thead th{padding:12px 1%;white-space:nowrap; background-color: #fff8F8 !important;color: #000;}
#table-first tbody{ font-size: 13px !important; }
#table-first tbody td{ border-bottom: 2px solid #fff8f8 !important; padding: 10px 1% !important;}
#table-first tbody tr:hover{background-color: #fbfcfc !important;color: #000;}

table tbody .status-active{
  background-color: #6eb68d;
  color: #fff !important;
  font-size: 10px !important;
  border-radius: 20px !important;
  padding: 2px 3%;
  width: 68px !important;
  display: block;
  text-align: center !important;
}
table tbody .status-unactive{
  background-color: #ffcf17;
  color: #333 !important;
  font-size: 10px !important;
  border-radius: 20px !important;
  padding: 2px 3%;
  width: 75px !important;
  display: block;
  text-align: center !important;
}

.table-view-details{
  width: 100%;
  border-collapse: collapse !important;
}
.table-view-details tr{
  border-bottom: 3px solid #fff8f8;
}
.table-view-details tr td,.table-view-details tr:last-child{
  border: none !important;
}
.table-view-details tr td h2{
  padding: 5px 0px;
  border: none !important;
  margin: 0px;
  font-weight: bold;
  font-size: 16px;
}
.table-view-details tr td{
  padding: 10px 0px 25px 0px;
  font-size: 14px;
}

.tablebtn{
  font-size: 11px;
  border-radius: 4px;
  padding: 0px;
  margin: 0px 5px;
  text-align: center;
  float: left;
  height: 22px;
  line-height: 22px;
  width: 22px;
}

.btnbanactive{
  border: 1px solid #6eb68d;
  background-color: #6eb68d;
  color: #fff !important;
}
.btnbanunactive{
  border: 1px solid #ffcf17;
  background-color: #ffcf17;
  color: #333 !important;
}
.btntrash{
  border: 1px solid #f04b5f;
  background-color: #f04b5f;
  color: #fff !important;
}
.btnexpand{
  border: 1px solid #DE7300;
  background-color: #DE7300;
  color: #fff !important;
}
.btnedit{
  border: 1px solid #3498db;
  background-color: #3498db ;
  color: #fff !important;
}






/* my ticket */
.min-view-bus-info{
  padding: 12px 2%;
  width: 100%;
  margin: 0px 0px 20px 0px;
  border-radius: 6px;
  clear: both;
  background-color: #fff;
  cursor: pointer;
}
.min-view-bus-info .bus-info-route{
  float: left;
  width: 25%;
  padding: 0px 2% 0px 0px;
}

.min-view-bus-info .bus-info-route h2{
  font-weight: bold;
  font-size:16px;
  padding: 0px !important;
  margin: 2px 0px !important;
  color: #333;
  border: none !important;
}
.min-view-bus-info .bus-info-route h3{
  font-weight: bold;
  font-size:12px;
  padding: 3px 0% 0px 0px;margin: 2px 0px;
  color: #333;
}
.min-view-bus-info .bus-info-route p{
  font-size:11px;
  padding: 0px 0% 0px 0px;margin: 1px 0px;
  color: #333;
}

.min-view-bus-info .bus-info-dep{
  float: left;
  width: 22%;
  padding: 0px 2% 0px 0px;
}
.min-view-bus-info .bus-info-dep h3{
  font-weight: bold;
  font-size:12px;
  padding: 5px 2% 0px 0px;margin: 4px 0px;
}
.min-view-bus-info .bus-info-dep h2{
  font-weight: bold;
  font-size:20px;
  padding: 0px 2% 0px 0px;
  margin: 4px 0px;
  color: #333;
  border: none !important;
}
.min-view-bus-info .bus-info-dep h4{
  font-weight: bold;
  font-size:12px;
  padding: 0px 2% 0px 0px;
  margin: 4px 0px;
  color: #333;
}

.min-view-bus-info .bus-info-price{
  float: left;
  width: 23%;
  padding: 0px 0% 0px 3%;
  text-align: left;
}

.min-view-bus-info .bus-info-price h3{
  font-weight: bold;
  font-size:16px;
  padding: 10px 2% 0px 0px;margin: 4px 0px;
}
.min-view-bus-info .bus-info-price h2{
  font-weight: bold;
  font-size:16px;
  padding: 0px 2% 0px 0px;margin: 4px 0px;
  color: #f04b5f;
  border: none !important;
}

.min-view-bus-info .bus-info-btn{
  float: left;width: 20%;padding: 0px 0% 0px 0px;text-align: right;
}
.min-view-bus-info .bus-info-btn h6{
  margin: 10px 0px 0px 0px;padding: 0px 2% 0px 0px;font-weight:bold;font-size: 11px;
}
.min-view-bus-info .bus-info-btn button{
  margin: 4px 0px;padding: 3px 6%;background-color: #f04b5f;border: 1px solid #f04b5f;color: #fff;font-weight: bold;border-radius: 4px;font-size: 12px;
}

.min-view-bus-info .bus-info-dep-via{
  float: left;width: 10%;padding: 10px 0% 0px 0px;text-align: left;font-size: 12px;font-weight: bold;
}






/* dashboard */

/* settings style */  
#personal-details{
  width: 49%;
  margin: 0px 2% 0px 0%;
  min-height: 500px;
  background-color: transparent;
  float: left;
  display: block;
}
#personal-details .container-personal-d1{
  width: 100%;
  padding: 10px 1% 15px 1%;
  margin: 0px 0px 10px 0px;
  clear: both;
  display: block;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
  position: relative;
}

#container-personal-changes{
  text-align: left !important;
}

.edit-profile-img{
  position: absolute;
  background-color: rgba(225, 225, 248, 0.8);
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  color: #f04437;
  font-size: 18px;
  font-weight: bold;
  display: block;
  top: 70px;
  right: 40%;
  cursor: pointer;
}

#personal-details .container-personal-d1 img{
  width: 96px;
  height: 96px;
  margin: 5px 0px;
  border-radius: 50%;
  object-position: center;
  object-fit: cover;
}
#personal-details .container-personal-d1 section{
  font-size: 14px;
  font-weight: bold;
}

#personal-details .container-personal-d2{
  width: 100%;
  padding: 3px 2% 7px 2%;
  margin: 0px 0px 10px 0px;
  clear: both;
  display: block;
  border-radius: 3px;
  background-color: #fff;
  text-align: left;
}
#personal-details .container-personal-d2 h2{
  padding: 10px 0px;
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #fbfcfc;
}

#personal-details .container-personal-d2 h2 a{
  float: right;
  margin: 0px 0px 0px 8px;
  padding: 3px 5px;
  text-decoration: none;
}

#personal-details .container-personal-d2 p{
  padding: 10px 0px;
  margin: 0px;
  font-size: 14px;
  font-weight: normal;
}


#settings-container-changes{
  width: 48%;
  margin: 0px 0% 0px 1%;
  min-height: 500px;
  background-color: transparent;
  float: right;
  display: block;
}
#settings-container-changes .change-personal-details{
  width: 100%;
  padding: 10px 4%;
  min-height: 140px;
  margin: 0px 0px 25px 0px;
  clear: both;
  display: block;
  background-color: #fff;
  border-radius: 4px;
}
#settings-container-changes .change-personal-details h2{
  padding: 10px 0px;
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
}

#settings-container-changes .change-personal-details h3{
  padding: 15px 0px 3px 0px;
  margin: 0px;
  font-size: 13px;
  font-weight: bold;
}

#settings-container-changes .change-personal-details h5{
  padding: 2px 0px 10px 0px;
  margin: 0px;
  font-size: 25px;
  font-weight: bold;
}
#settings-container-changes .change-personal-details .section-min-rate{
  padding: 4px 0%;
  margin: 0px 0px 5px 0px;
  color: #A20F3090;
  border-radius: 5px;
  font-size: 12px;
  display: block;
  font-weight: bold;
}
#settings-container-changes .change-personal-details h4{
  padding: 10px 0px 6px 0px;
  margin: 0px;
  font-size: 12px;
  font-weight: bold;
}

#settings-container-changes .change-personal-details h6{
  padding: 4px 0px;
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
}


/*  login container */
#container-main-login{
  width: 100%;
  min-height: 100vh;
  background-color: rgb(33, 47, 60);
  clear: both;
  padding: 170px 5% 10px 5%;
  margin: 0px;
}

#container-main-login .login-container{
  width: 380px;
  min-height: 340px;
  background-color: #333;
  border-radius: 6px;
  margin: 0px auto;
  padding: 30px 1.5%;
  color: #fff;
}

#container-main-login .login-container cont{
  float: right;
}
.login-lg-img{
  width: 86px;
  height: 86px;
  text-align: center;
  line-height:86px;
  background-color: #FFF;
  padding: 3px;
  border-radius: 50%;
  margin: 0px auto 20px auto;
}
.login-lg-img img{
  width: 82px;
  height: 82px;
  object-fit: contain;
}


/* chat system style */
#chat-list-user::-webkit-scrollbar {
  display: none;
}
#chat-list-user{
  background-color: transparent;
  width: 36%;
  max-height: 90vh;
  margin:0px 0px 30px 0px;
  overflow-y: auto;
  padding: 0px;
  float: left;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  display: block;}

  #chat-list-user article{
      width: 100%;
      padding: 0px 1%;
      height: 100px;
      background-color: #fff;
      margin: 13px 0px;
      border-radius: 4px;
      display: block;
      overflow: hidden;
      cursor: pointer;
  }

  #chat-list-user .readed{
    background-color: #f4f8f8 !important;
  }

  #chat-list-user article .user-img-avatar{
      float: left;
      width: 25%;
      height: 100px;
      padding: 0px;
      text-align: center;
  }

  #chat-list-user article .user-img-avatar img{
      object-fit: cover;
      border-radius: 50%;
      height: 56px;
      width: 56px;
      margin: 22px 0px;
  }

  #chat-list-user article .user-name-log{
      float: left;
      width: 73.5%;
      display: block;
      height: 100px;
      padding: 0px 1.5% 0px 0px;
      position: relative;
  }

  #chat-list-user article .user-name-log h2{
      font-size: 14px;
      font-weight: bold;
      padding: 15px 0px 0px 0px;
  }

  #chat-list-user article .user-name-log p{
      padding: 1px 0px 0px 0px;
      margin: 0px;
      width:85%;
  }

  #chat-list-user article .user-name-log .conv-time{
      font-size: 8px;
      font-weight: lighter;
      position: absolute;
      top:25px;
      right: 10px;
     
  }

  #chat-list-user article .user-name-log .unread{
      position: absolute;
      top:40px;
      padding:1px 3px;
      background: #A20F30;
      border-radius: 50%;
      font-size:12px;
      color:#fff;
      right: 20px;
      
  }

  #default-chat-container{
      background-color: #fff;
      width: 62%;
      min-height: 90vh;
      overflow-y: auto;
      padding: 0px;
      border-radius: 5px;
      margin: 0px 0px 30px 2%;
      float: right;
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
      display: block;
  }

  #default-chat-container .default-chat-container{
      height: 100%;
      text-align: center;
      background-color: transparent;
      width: 100%;
  }

  #default-chat-container .default-chat-container img{
      height: 100px;
      width: 100px;
      object-fit: cover;
      border-radius: 50%;
      margin-top: 30vh;
  }
  #default-chat-container .default-chat-container h2{
      font-weight: bold;
      font-size: 18px;
  }
  #default-chat-container .default-chat-container h4{
      font-size: 16px;
  }

  .default-chat-container-msg .user-bar{
    width: 100%;
    height: 120px;
    border-bottom: 3px solid #fff8f8;
    display: block;
    clear: both;
    padding: 10px 2%;
  }
  .default-chat-container-msg .avatar{
    float: left;
    width: 20%;
    height: 120px;
    text-align: center;
  }
  .default-chat-container-msg .avatar img{
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 20px 0px;

  }
 .default-chat-container-msg .user-chat-details{
    float: left;
    width: 65%;
    padding: 0px 2%;
    height: 100px;
  }
  .default-chat-container-msg .user-chat-details h2{
    padding: 5px 0px 0px 0px;
    font-weight: bold;
    margin: 0px;
    font-size: 18px;
  }
  .default-chat-container-msg .user-chat-details h3{
    padding: 5px 0px 0px 0px;
    font-weight: lighter;
    margin: 0px;
    font-size: 12px;
  }
  .default-chat-container-msg .user-chat-details h4{
    padding: 5px 0px 0px 0px;
    font-weight: bold;
    margin: 0px;
    font-size: 10px;
  }
  .default-chat-container-msg .user-chat-details-mean{
    float: left;
    width: 15%;
    height: 100px;
  }

  .default-chat-container-msg .user-chat-details-mean h3{
    padding: 5px 0px 0px 0px;
    font-weight: bold;
    margin: 0px;
    font-size: 18px;
  }

  .default-chat-container-msg .user-chat-details-mean h4{
    padding: 5px 0px 0px 0px;
    font-weight: lighter;
    margin: 0px;
    font-size: 14px;
  }

  .conversation-container{
    display: block;
    clear: both;
    padding: 25px 5%;
    width: 100%;
    min-height: 200px;
  }
  .search-bus-description{
    padding: 25px 3%;
  }
  .search-bus-description strong{
    padding: 10px 0%;
    margin: 10px 0px 0px;
    font-size: 18px;
    clear: both;
  }
  .search-bus-description article{
    float: left;
    width: 50%;
    height: 170px;
    padding: 0px 5% 0px 0px;
    margin: 15px 0%;
 }
 
 .search-bus-description article p{
   text-align: left !important;
 }
 


