@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800');


body,p,a,h1,h2,h3,h4,h5
{
    font-family: sans-serif, 'Open Sans';
}

body
{
    background: #f7f7f5;
}
a
{
    color:#f21d22;
}

.card
{
   
}

a:hover
{
    color:#D01A1E;
    text-decoration: none;
}

.red
{
    color: #D01A1E;
    color: #f21d22;
}

h5,h4{
color: #343a40;
}

h5.tel-head
{
    color: #f7f7f5;
    color: rgba(255,255,255,.8);
    font-size: 1em;
    margin-top: 20px;
}

.busImage img {
    position: relative;
    margin: -50% auto;/* virtualy height needed turn don to zero */
    width: 100%;/* height will follow within image ratio */
    height:auto;/* to overrride attribute height set in tag */
    vertical-align:middle;/* finalise vertical centering on baseline*/
}
.busImage {
    display:block;
    max-height:400px;/*set an height */
    line-height:400px;/* set the baseline at 100px from top*/
    overflow:hidden;/* crops/cut off */
    border-radius: 4px;
    border: solid 1px rgba(0,0,0,.125);
    background: rgba(0,0,0,.125);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

@media(min-width:768px)
{
    .busImage {
        max-height:300px;/*set an height */
        line-height:300px;/* set the baseline at 100px from top*/
    }

    .navbar-expand-md {
    height: 50px;
    }

    .mobile-hide
    {
        display: block;
    }
    .mobile-show
    {
        display: none;
    }

    
}

@media(max-width:767px)
{
    label
    {
        display: block;
    }
    .mobile-hide
    {
        display: none;
    }
    .mobile-show
    {
        display: block;
    }
    a.nav-link
    {
        font-size: 1.4rem;
    }
    .nav-link
    {
        padding: 1rem;
    }
}

@media(max-width:400px)
{
    h5.tel-head
    {
        font-size: 0.8em;
    }
}

.VueCarousel-dot-container {
    top: -75px;
    position: relative;
}

.bg-dark {
    background-color: #313c54 !important;
}

/* Slider */
.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
    background: #3498db;
    border-radius: 50%;
    border: none;
}
.ui-slider-horizontal {
    height: .3em;
    background: #fff;
    
}

:focus {
    outline: none !important;
}

#contents ul{
display: block;
list-style-type: disc;
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 0;
}

.minus
{
    top: -12px;
    position: relative;
    left: -10px;
    color: #3498db;
}

.plus
{
    top: -12px;
    position: relative;
    right: -10px;
    color: #3498db;
}

.trackbar
{
    margin-top: -15px;
    width: 100%;
    justify-content: space-between;
    padding-left: 34px;
    padding-right: 16px;
}
.tracksection
{
    height: 0.5rem;
    width: 0.1rem;
    background: #3498db;
}

.fa-search
{
    font-weight: 300;
}

/* Pagination */

[v-cloak] { display: none; }

#page-navigation {
    display: flex;
    margin-top: 5px;
  }
  
  #page-navigation p {
    margin-left: 5px;
    margin-right: 5px;
  }
  
  #page-navigation button {
    background-color: #27a0d4;
    border-color: #29b3ed;
    color:#fff;
  }
  #page-navigation button:hover
  {
      background-color:#228ebd;
      border-color: #228ebd;
  }


/* match height */
.matchheight
{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}



.matchcontainer
{
    overflow: hidden;
}

.logo
{
    max-width: 250px;
    margin: 0 auto;
    width: 100%;
}

.mx-center
{
    margin: 0 auto;
}

footer.page-footer .footer-copyright {
    overflow: hidden;
    color: rgba(255,255,255,0.6);
    background-color: rgba(0,0,0,0.2);
}

footer
{
    color: rgba(255,255,255,0.6);
}

footer h6
{
    color: rgba(255,255,255,1);
}

footer a
{
    color: rgba(255,255,255,.8);
}

footer a:hover
{
    color: rgba(255,255,255,.6);
}

a.contacttellink, a.contacttellink:hover 
{
    color: #212529;
    text-decoration: none;
}
/* Bootstrap Override */
.fade:not(.show) {
    opacity: unset;
    background: rgba(0,0,0,.3);
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    /* transition: transform .3s ease-out; */
    /* transition: transform .3s ease-out,-webkit-transform .3s ease-out; */
    -webkit-transform: translate(0,0); 
    transform: translate(0,0);
}

/* Hide bus details on form input */
#details{
/*height:0; width: 0; opacity: 0;*/
display: none;
}

.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  
  .error {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }

  .page-title:after
  {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 60px; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
      border-bottom: 7px solid #D01A1E;
  }

  .feature-img
  {
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  #contact-form2
  {
  background: #f5f5f7;
    padding: 25px;
    border-radius: 3px;
  }

  .busVideo
  {
      display: contents;
      float: left;
  }

  .busVideo button:first-child
  {
      padding-left: 0;
  }