@font-face {
    font-family: 'Aller_regular';
    src: url(fonts/Aller_Rg.ttf) format('opentype');
    
    font-family: 'Montserrat';
    src: url(fonts/Montserrat-Regular.otf) format('opentype');
}

html,
body {
    border:none;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
  /*  font-family: 'Aller_regular'; */
    font-family: 'Montserrat';
}

p {
   /* font-family: 'Aller_regular'; */
    font-family: 'Montserrat';
}

.card {
   /* font-family: 'Aller_regular'; */
   font-family: 'Montserrat';
    font-size: 17px;
}

.navbar {
    background: none ; /* #e31c23;  #d71a21; */
    background-image: linear-gradient( to  right,#e31c23,#ff8300);
}

/* .nav-link, */
.navbar-brand {
    color: #fff;
    cursor: pointer;
}

.nav-link {
    color: #f0e2e2;
    margin-right: 1em !important;
}

.nav-link:hover {
    color: #fff;
}
.nav-link:focus{
    color: #fff;
}
.navbar-collapse {
    justify-content: flex-end;
}

.header {
    /* background-image: url('images/bus-travel.jpg');  */
    background-image: url('images/pexels-bus-main-1.jpg');
    background-repeat:no-repeat;
    background-attachment:scroll; 
    /* background-color: red; */
    /* opacity: 0.2; */
    background-size: cover;
    background-position: top ;
    position: relative;
    /* border: 2px solid rgb(209, 182, 26); */
    height: 70%;
}

.overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(226, 11, 11, 0.6);
}

.description {
    border-radius:9px 9px;
    left: 50%;
    position: absolute;
    top: 45%;
    transform: translate(-50%, -55%);
    /* border: 1px solid #0000ff; */
    height: 70px;
    padding:1%;
    background:#f6f2ef ;
  
}

.description h1 {
    color: #6ab446;
}

.description p {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
}

.logo-size {
    width: 200px;
}
.logo-size1 {
    width: 135px;
}

.my-search-lenght {
    
    width: 170px !important;
}

.search-space {
    padding: 5px;
}

.input-group-addon {
    color: #ff0000;
    background-color: #ffffff;
}

.search-icon {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.input-group-prepend {
    /* width: 100% !important; */
    /* border: 1px solid red; */
    height: 60% !important;
    /* display: inline-flex !important; */
    /* height: 100%; */
}

.search-row {
   /* border:1px solid #ff0000; */
    margin-right: 0 !important;
    margin-left: 0 !important;
    background:#fff;
    width:100%;
}

.search-col {
  /*  border:1px solid #000; */
    padding-right: 0px !important;
    padding-left: 0px !important;
    height: 100%;
    box-sizing: content-box !important;
}

.search-btn {
    
   /* width: 20%; */
    height: 100%;
}

.btn {
    /* border: 1px dotted yellowgreen; */
    border-radius: 3px !important;
    /* width: 20%; */
    height: auto !important;
    /* font-weight: lighter; */
    /* font-size: 15px; */
    /* background-color: #ff6600 !important; */
    /* color: #fff !important; */
    padding-left:  15px;
    padding-right: 15px;
}

.btn-orange {
    position: relative;
    background-color: #ff8300;
    color: #FFF;
    font-weight:bold;
    width: 100%;
    margin-left: 3px;
}

.count-no {
    color: #ff0000;
}

.icon-city {
    background-color: #fff !important;
}


.form-control {
    /* border:1px solid #000; */
    border-radius: 0px !important;
}



.input-group-text {
    border-radius: 0px !important;
}

.form-size {
    border:2px dotted #000;
    width: 300px;
}

/*
    DEMO STYLE
*/

/* @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; */
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    /* background: #fff; */
    border: none;
    border-radius: 0;
    /* margin-bottom: 40px; */
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: auto;
    max-width: 250px;
    background: #dacbbe;  /* #ff9800; */
    color: #000;
    transition: all 0.3s;
}


#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    /* border-bottom: 1px solid #47748b; */
}

#sidebar ul p {
    color: #000;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #000;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #ff7300;
}

/* #sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #ff0000;
} */

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    /* display: block; */
    /* position: absolute; */
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
  /*  background: #fa9c0e; */
    background:#dacbbe;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

.p-left {
   /* border:1px dashed #000; */
    width: 70%;
    height: 110%;
    float: left;
    position: relative;
    margin-bottom:1%;
    margin-top:5%;
    padding:1%;
}
.p-right {
  /*  border:1px dashed #000; */
    width: 30%;
    height: 110%;
    float: right;
    position: relative;
    margin-bottom:1%;
    margin-top: 5%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}

/* .dropdown, .dropleft, .dropright, .dropup{
	 position: inherit !important; 
} */
/* a{
    color: #ffffff !important;
} */
.nav-span {
    margin-bottom: 20px
}

.content-spacing {
    padding: 30px;
}

.row-spacing {
    margin-bottom: 15px;
}

.alert.alert-sucess {
    background-color: #ff9800;
}


#sidebar {
    width: 20%;
    /* padding: 10px; */
    margin: 0;
    float: left;
}

#products {
    width: 80%;
    padding: 10px;
    margin: 0;
    float: right;
}

ul {
    list-style: none;
    padding: 5px;
}

li a {
    color: darkgray;
    text-decoration: none;
}

li a:hover {
    text-decoration: none;
    color: darksalmon;
}

.fa-circle {
    font-size: 20px;
}

#red {
    color: #e94545d7;
}

#teal {
    color: rgb(69, 129, 129);
}

#blue {
    color: #0000ff;
}

.card {
    width: 250px;
    display: inline-block;
    height: 300px;
}

.card-img-top {
    width: 250px;
    height: 210px;
}

.card-body p {
    margin: 2px;
}

.card-body {
    padding: 0;
    padding-left: 2px;
}

.filter {
    display: none;
    padding: 0;
    margin: 0;
}

@media(min-width:991px) {
    .navbar-nav {
        margin-left: 35%;
    }

    /* .nav-item {
        padding-left: 20px;
    } */

    .card {
        width: 190px;
        display: inline-block;
        height: 300px;
    }

    .card-img-top {
        width: 188px;
        height: 210px;
    }

    #mobile-filter {
        display: none;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .navbar-nav {
        margin-left: 20%;
    }

    .nav-item {
        padding-left: 10px;
    }

    .card {
        width: 230px;
        display: inline-block;
        height: 300px;
        margin-bottom: 10px;
    }

    .card-img-top {
        width: 230px;
        height: 210px;
    }

    #mobile-filter {
        display: none;
    }
}

@media(min-width:568px) and (max-width:767px) {
    .navbar-nav {
        margin-left: 20%;
    }

    .nav-item {
        padding-left: 10px;
    }

    .card {
        width: 205px;
        display: inline-block;
        height: 300px;
        margin-bottom: 10px;
    }

    .card-img-top {
        width: 203px;
        height: 210px;
    }

    .fa-circle {
        font-size: 15px;
    }

    #mobile-filter {
        display: none;
    }
}

@media(max-width:567px) {
    .navbar-nav {
        margin-left: 0%;
    }

    .nav-item {
        padding-left: 10px;
    }

    #sidebar {
        width: 100%;
        padding: 10px;
        margin: 0;
        float: left;
    }

    #products {
        width: 100%;
        padding: 5px;
        margin: 0;
        float: right;
    }

    .card {
        width: 230px;
        display: inline-block;
        height: 300px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .card-img-top {
        width: 230px;
        height: 210px;
    }

    .list-group-item {
        padding: 3px;
    }

    .offset-1 {
        margin-left: 8%;
    }

    .filter {
        display: block;
        margin-left: 70%;
        margin-top: 2%;
    }

    #sidebar {
        display: none;
    }

    #mobile-filter {
        padding: 10px;
    }
}

/* .card-no-boarder{
    border: none !important
} */
.card {
    height: 200px !important;
    border: none !important;
    width: 149px;
    background-color: transparent !important;
}

.card-bottom {
    height: auto !important;
    border: none !important;
    background-color: transparent !important;

}

/* .schedule-header{
    font-size:15px;
     font-weight:bold;
     color: #000;
} */
.duration {
    font-size: 15px;
}

#bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.detail-schedule {
    border: 1px solid #ddd; 
  /*  border:2px dashed #000; */
  /*  padding: 15px; */
    margin-bottom:7px; 
    padding-top: 5px;
    margin-right: 6px !important;
    margin-left: 0px !important;
    background: #faf7fc; /*  #f6f2ef; */
    
    
}

.detail-schedule:hover {
    box-shadow: 0 7px 7px 1px rgba(0, 0, 0, .1);
    transition: 1s;
}

.header-row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#myVid {
  /*  opacity: 0.8; */

}

.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color:#000; 
    opacity: 0.5;
 /* background-image: url("assets/images/pexels-bus-main.jpg"); */
   
}

.video-container video {
    /* Make video to at least 100% wide and tall */
    min-width: 101%;
    min-height: 100%;

    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;

    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container-fluid {
    padding-left: 0px !important;
}

.icon-size {
   /* height: 23px; */
    width:23px;
}


/* .no-result{
    background-image: url('images/NoResult.png');
    background-size: cover;
    background-position: center;
    position: relative;
  } */
.try-again {
    position: absolute;
    /* left: 1%; */
    right: 1%;
    bottom: 0;
}

.no-found {
    background-color: #f0f0f0 !important;
    width: 100% !important;
}

.present{
   /* border: 1px solid #000; */
    width: 99%;
    height:400px;
    font-size: 19px;
    margin-left: 1%;
    padding-left: 5px;
}

img.pic{
    position: relative;
 /*   border:1px dotted #000;  */
    width:270px;
    height:auto;
    float: left;
    top: 0px;
    right: 0px;

}

/* .toggle{
    color: white;
    margin-left: 80px;
    margin-top: 13px;
 } */
.bys {
    border: 1px #000;
    border-radius: 4px 4px 4px 4px;
    padding-top: 1px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 1px;
    color: #FFF;
    font-weight: bold;
    background-color: #ff0000;
    font-size: 13px
}

#ticket-size {
    width: 50px;
    height: auto;
}

.ticket {
    display: none;
}

.ticket-row {
    /* border: 1px solid #000; */
    height: 85px;
}

.depart_arrive_size {
    font-size: 32px;
    font-weight: bold;
    color: #8c8c8c;
}

/* .right-arrow-size{
    width: 35%;
 } */
.star {
    background-color: #ff0000;
    color: #FFF;
    border-radius: 2px 2px 2px 2px;
    padding: 3px;
    font-size: 18px;
}

.company-bold {
    font-weight: bold;

}

.company-size {
    font-size: 19px;
}

.schedule-top {
    padding-top: 20px;
}

/* .icon-pad{
    padding-top: 8px;
 } */
.icon-middle {
    margin: auto;
    width: 60%;
}

.seat-space {
    margin: 6px;
    /* border: 1px solid #000; */
}

.title-space {
    margin: 6px;
}


.seat-inner {
    width: 45px;
    height: auto;
    text-align: center;
    border: 1px solid #000;
    /* background-image: url('icons/seat-64.png'); */
    /* background-color:#FFF; */
    /* padding: 5px; */
}

.driver-steer {
    width: 30px;
}

.schedule-dialog {
    max-width: 800px !important;
}

.seats {
    /* background-color:#8c8c8c; */
    padding-left: 8px;
}

/* .middle-k {
    width: 45px;
    height: auto;
    border: 1px solid #000;
    background-image: url('icons/seat-64.png');
    background-size: cover;
    padding-top: 7px;
} */

.seat-img {
    width: 40px;
    height: auto;
}

.k-text {
    text-align: center;
    font-size: 15px;
}

.seat-booking {
    margin: 50px;
    background-color: #f1f1f1;
    height: auto;
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.19), 0 3px 1px -2px rgba(0, 0, 0, 0.29), 0 1px 5px 0 rgba(0, 0, 0, 0.24); */
}

.inside-seat-booking {
    padding: 20px;
    /* border: 1px solid #000; */
}

.inside-seat-booking-amount {
    padding-top: 0px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.inside-seat-booking-header {
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
}

.hr-space {
    padding-top: 12px;
}

.actual-amount {
    color: #ff6600;
    font-weight: bold;
    font-size: 20px;
}

.show-details {
    float: right;
    font-size: 13px;
    padding-bottom: 2px;
}

.p-seats {
    border-top: 1px solid #ffcc99;
    border-bottom: 1px solid #ffcc99;
    background-color: #ffe6cc;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dashboard-full {
    width: inherit;
    background-color: #f4f5f9;
}

.dashboard-card {
    /* border:1px solid #000;  */
    height: 100px;
    border-radius: 10px;
    background-color: #ffffff;
}

.dashboard-inner {
    padding-top: 20px;
    padding-left: 30px;
    /* text-align: center; */

}

#circle {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0 0 2px #888;
    padding: 0.7em 0.8em;
}

.circle-white {
    background-color: #f3ecfd;
}

.circle-light-blue {
    background-color: #effaff;
}

.circle-light-yellow {
    background-color: #fff4ef;
}

.circle-light-red {
    background-color: #ffeef2;
}

.dashboard-image-size {
    width: 40px;
    height: 40px;
}

.home-size {
    width: 100%;
    height: 70%;
    border: 1px solid #ccc;
}

.home-title-space {
    margin-bottom: 20px;
}

.home-main-title {
    margin-bottom: 50px;
    padding-bottom: 10px;
}

.checkout-button{
    position:relative;
    border:none;
    border-radius: 3px 3px;
    width:17%;
    height:40px;
    margin-top: 2%;
    font-weight:bold;
    background: #FF8300;
    color:#FFF;
    
}

.home-welcome {
    border-radius: 3px 3px;
    background-color: #d71a21;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF;
}
.home-wel {
   position:relative;
  /*  border-bottom:2px solid #ff8300; */
    width:100%;
    height:50%;
    padding-left: 10px;
    margin-top:5%;
    margin-bottom:2%;
}

h5.tit{
    margin-top:2%; 
    font-weight:bold;
    color: #ff6600;
    width:auto;
}

p.well{
    position:relative;
    float:left;
    width:75%;
    font-weight:lighter;
    font-size:1.1em; 
    color:#404040;
    word-spacing: 2px;
    padding-top: 20px;
    padding-left: 5px;
    padding-right:5px; 
    text-align:justify;
    
}

.mt-2{
    position:relative;
/*    border:1px dashed #333333; */
    height:100%;
    width:auto;
    
}



img.home-pub{
    
   /* border:2px dotted #000; 
    position:relative;
    top:0%;
    right:0%; */
    width:200px;
    height:auto;
    margin-left:5%;
}
.main-c{
  /*  border:2px solid #000; */
    position: relative;
    width:100%;
    height:700px;
    margin-top:15%;
    padding:1%;
}

.cal-lg-4{
   /* border:1px dashed #000; */
    border-radius: 4%;
    background-image: linear-gradient( to bottom right,#fdf4f5,#ecf5fe );
    margin-left:3%;
    width: 29%;
    height:80%;
    float:left;
    margin-top:2%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.cal-bloc{
  /*  border:1px dotted #000; */
    position: relative;
    width:100%;
    height:40%;
    float:top;
    
}
.md-1{
   /* border:2px dotted #000; */
   /* background: #ff8300; */
  /*  background-image: url('/assets/images/bus-travel1.jpg');
    background-repeat: no-repeat;
    background-size: cover; */
}
.md-2{
  /*  border: 2px solid #ff0000; */
    border-radius:6.5% 6.5% 0% 0%;
    display: inline-flexbox;
    background-image: url('/assets/images/bus-6.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;  
}

.md-4{
  /*  border: 2px solid #ff0000; */
    border-radius:6.5% 6.5% 0% 0%;
    display: inline-flexbox;
    background-image: url('/assets/images/seat-6.png');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
  
}

.md-3{
  /*  border: 2px solid #000; */
    display:inline-flexbox;
    
}

.md-5{
  /*  border: 2px solid #ff0000; */
    border-radius:6.5% 6.5% 0% 0%;
    display: inline-flexbox;
    background-image: url('/assets/images/traveller-2.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-conta{
  /*  border:2px dotted blue; */
    margin-top:5%;
    height:350px;
    padding:2%;
    background:url('/assets/images/pexels-city-main.jpg');
    background-size: cover ;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;

}

div.row-x{
    border:2px dotted #000;
}

.row-1{
   /* border:2px dashed #000; */
    position: relative;
    width:75%;
    height:55%;
    top:20%;
    left:15%;
    text-align:center;
    color: #dacbbe ;
    font-weight:bolder;
    text-shadow: 1px 1px #000;
}
.row-2{
   /* border:2px dotted green; */
}

.row-3{
   /* border:2px dashed red; */
}
.col4{
   /* border:2px solid green; */
    position:relative;
    float: left;
    width:33.3%;
    height:35%;
    top:5%;
}

.mb-3{
  /*  border:1px dashed #000;
    background: #f6f2ef; */
}

#iconus{
    width:70px;   
}

.drop{
    font-size: 1.1em;
    color:#333333 #000;   /* #a6a6a6; */
    font-weight: lighter;
}




.leader{
  /* border:1px dashed #000;  */
    margin-left: 20%;
}

.container-1{
  /*  border:3px dashed #000; */
    height:70%;
    padding-top:2%;
    padding-left:2%;
    text-align:center;
}


.prog{
  /*  border:1px dotted #000; */
    margin-top:1%;
    margin-bottom:1%;
}



.text-center-1{
   /* border:1px dotted #000; */
    background:#ff8300;   /*#d71a21; */
    color:#FFF;
    font-size:21px;
    font-weight:bold;
    padding-left:2%;
    text-align:center;
}
.des{
    margin-left: 2%;
    margin-right:2%;
    font-size:17.5px;
    text-align: justify;
    color:#262626;
    
}
.mes{
    color: #000;
    font-weight: bold;
    font-size:18px;

}


.bus{
    width:10%;
    height:auto;
    margin-left: 2%;
    margin-right:1%;
}

.seat{
  /*  border:1px dotted #000; */
    height:30px;
    width:auto;
    margin-left: 2%;
    margin-right:1%;
}





#img-fluid-1{
    
    width:100%;
    height:100%;
}


nav.ban {
    /* border:1px solid #ff6600;  */
    width: 60%;
    height: 110px;
    left: 20%;
    position: relative;
    margin-top: 2%;
    margin-bottom: 2%;
    background-image: url('/assets/images/bg/banner1.png');
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
}

section.mob-ile {
    /* border:2px dashed #000; */
    width: 100%;
    height: 383px;
    margin-top: .3%;
    background-image: url('/assets/images/bg/bgstyle10.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    /* background-attachment: fixed; */

}

aside.lft {
    /* border: 2px dotted #000; */
    width: 27%;
    height: 400px;
    float: left;
    /* margin:.3%; */
    padding: 0%;
    background-image: url('/assets/images/bg/man-smile1.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    /* margin-top: 4.2%; */

}


aside.mdl {
    /* border: 2px dotted #000; */
    width: 36%;
    height: 370px;
    float: left;
    text-align: start;
    font-family: 'Montserrat' !important;
   /* font-family: 'Aller_regular' !important;
     margin: .3%; */
    /*  background-image: url('bg/man-smile.png');
    background-repeat: no-repeat;
    background-size: contain; */
    /* padding: .5%; */

}


aside.rgt {
    /* border: 2px dotted #000; */
    width: 34%;
    height: 400px;
    float: left;
    /* margin: .3%; */
    background-image: url('/assets/images/bg/pic-app.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    /* margin-top: 1%; */
}



h4 {
    color: #ff0000;
    font-weight: bolder;
    font-size: 31px;

}

p.show {
    font-size: 19px;
   /* font-family: 'Aller_regular' !important; */
    font-family:'Montserrat' !important;
    font-weight: lighter;
    text-align: start;
    color: #333333;

}


img#apps {
    position: relative;
    width: 55%;
    height: auto;
    margin-top: 3%;
}


/* PUB SECTION , CSS BACKGROUND ANIMATION  */

.pub {

   /* background: linear-gradient(-90deg, #ffcc00, #ff6600, #ff1100, #fc153b); */
    background: linear-gradient(-90deg, #ff8300, #ff751a, #ff1100, #fc1d42, #ff6666);
    background-size: 400% 400%;
    animation: gradient 11s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* END OF CSS GRADIENT BACKGROUND ANIMATION FOR PUB CLASS SECTION */


.my-5{
  /*  border:5px dotted #fff; */


}
img#bl{
  /*  border:1px dotted #fff; */
}

.leader{
  /*  border:2px dotted #fff;  */
    position:relative;
    height: 95%;
    width:60%;
    margin-left:2px;
   
}

.thead-mat{
    background-color:#b5977d;
}

a.all{
   /* border:1px solid #dacbbe;*/
    border-radius: 2px 2px; 
    color: #2eb82e;
    padding: 5px;
    padding-left:3px;
    padding-right:3px;
}
a.all:hover{  
  background-color: #00cc00;
  color: #fff;  
    
}


.bg-mcontain{
 /*   border:2px dotted #f0f0f0; */
   /* height:110%; */
   /* border:3px dashed #000; */
    height: 770px;
    display:block;
    background-image:url('/assets/images/city-bg.jpg');
    background-size:auto ;
    background-position:top right;
    background-repeat: no-repeat;
   /* margin-top:3%; */  
}

h3.prov{
    font-size:2em;
    font-weight:bolder;
    color:#80002a;               /* #660033; */
    text-align:left;
}
img#ix{
   /* border:1px dotted #000;  */
    width:75px;
    height:auto;  
    margin-bottom:7%;
    margin-right:2%;
}

img#xi{
  /*  border:1px dotted #000; */
    height:80px;
    width:auto;
    margin-bottom:7%;
    margin-left:2%;
    margin-right:2%;
    
}
span.xo{
  /*  border:1px dotted #fff;  */
    font-size: 1.6em;
    color:#f6f2ef;
    font-weight:lighter;
}
aside.adL {
    /*  border:2px dotted #fff; */
    width: 40%;
    height: 80%;
    float: left;
    margin-top: 5%;
    margin-left: 10%;

}

aside.adR {
    /*  border:2px dotted #fff; */
    width: 45%;
    height: 455px;
    float: right;
    margin-top: 6%;
    background-image: url('/assets/images/bg/iphon1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}

h4.tt {
    margin-top: 3%;
    font-size: 35px;
    color: #fff;
    font-weight: bolder;
    font-family: 'Aller_regular';
}

img#pymt_image {
    width: 60px;

}

p.dsc {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 21px;
    font-weight: lighter;
    text-align: start;
    letter-spacing: 1.3px;
}

table.mble {
    /*  border:1px solid #fff; */
    width: 80%;
    height: 10%;
    margin-left: 5%;
    /*margin-top: .5%; */
    padding-left: 2%;
}


/* table.mble:hover{
    background-color:#fffccc;
 }
 */


img#visa {
    width: 65px;

}

img#mtn {
    width: 75px;

}

img#voda {
    width: 90px;
}

img#airtel {
    width: 90px;
}

div.lastF {
    /* border: 2px dashed green; */
    width: 99.7%;
    height: 530px;
    background-color: #fff;
    font-family: Aller Light;
    position: relative;
    float: left;
    padding-left: .5%;
    text-align: center;
}


section.last_L {
    /* border: 1px dashed #ff0000; */
    width: 33.2%;
    height: 370px;
    float: left;
    padding: .5%;
    /* margin-left:1.5%; */
}

section.cty_L ,.cty_M,.cty_R{
  /*  border:2px dotted #000; */
    margin-top:15%;
    position:relative;
    display:inline-block;
    width:100%;
    height:15%;
    background-image: url('/assets/images/city-footer-bg-2.png');
    background-size: contain;
    background-position:bottom left;
    background-repeat: repeat-x;
    margin-bottom: -3px;
}

.footr{
  
    font-size: 0.6em;
}

.texto{
  /*  border:2px dotted #000;  */
    font-weight:lighter;
    font-size:0.7em;
    color: #808080;
}

.texto-1{
   /* border:2px dotted #FF0000; */
    font-weight:lighter;
    font-size:0.7em;
    color: #808080;
    margin-left:58%;
}

img#secu{
  /*  border:1px dotted #000; */
    width:100px;
    height:auto;
}


.list-group{
  /*  border: 1px dotted #FF0000; */
    position:relative;
    width:100%;
    display:inline-block;
    right:90%; 
    font-size:0.9em;
    
}

li.list-inline-item{
    float: left;
}

section.last_M {
    /* border: 1px dashed #ff0000; */
    width: 33.2%;
    height: 370px;
    float: left;
    padding: .5%;
    /* margin-left:.5%; */
}

section.last_R {
    /* border: 1px dashed #ff0000; */
    width: 33.2%;
    height: 370px;
    float: left;
    padding: .5%;
    /* margin-left:.5%; */
}

h2.mr {
    /*  border:1px solid #000;  */
   /* color: #404040; */
    color: #ea341b;
    font-weight: bolder;
    font-size: 4em;
    font-family: 'Montserrat';
    margin: 2%;
    padding: 1%;
    text-align: center;
}


div#mg {
    /* border:1px dotted grey; */
    width: 95%;
    height: 80px;
    /* background-color:#000; */
    text-align: center;
}

img#b1,
#c1 {
  /*  border:2px solid #000;  */
    width: 130px;
    height: auto;
    /*width: 31%; */
}

img#s1{
  /*  border:2px dotted #000;  */
    width: 130px;
  /*  width: 25%; */
    height: auto;
}

h5 {
    /* padding: 1%; */
    color: #000000;
    font-weight: bolder;
    /* border: 1px dotted #000; */
    /* margin-top: 5%; */
    /* margin-bottom: 5%; */
    /* padding-top: 1%; */
    /* padding-bottom: 1%; */
    font-family: 'Montserrat ';
}

p.asc {
    font-family: 'Montserrat';
    font-size: 19px;
    font-weight: lighter;
    color: #404040;
    text-align: start;
    margin-top: 5%;
   /* letter-spacing: 0.1px; */
   word-spacing: 1px;
    padding: 5px;
}
h5.text-center,.mb-4{
    font-family:'Montserrat';
}

@media (min-width: 1500px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1800px;
    }
}

.col5{
   /* border:2px solid blue; */
    position:relative;
    width:99.9%;
    height:25%;
    background-image: url('/assets/images/footer-bg.png');
    background-repeat: repeat-x;
    background-size: contain;
}

.page-footer {
    /* position:relative;
   border:2px dashed #000; */
    background-color:  #dacbbe ; /* #f6f2ef; /* #ccc; */
    background-attachment:  fixed;
    height:275px;
    color: #404040;
   /* background-attachment: fixed; */
}

/*
.footer-nav{
    border:1px dotted #000; 
    width:100%;
    height:90px;
    padding-left:1%;
    text-align:center;
}  */

.list{
    display:inline-flexbox;
    text-align:center;
    margin-left:41%;
    font-size: 0.9em;
    color:#404040;
}
.item{
    /*display: inline-flexbox; */
    float:left;
    margin-left:1%; 
    color:#404040;

}

.footer-copyright {
   /* border:2px dotted #000; */
    color: #404040;
   /* padding: 40px 0; */
}


.grey-text {
    color: #404040;
}

.checkout-nav {
    background-color: #F3F0B9 !important;
}

.checkout-image {
    width: 50%;
}

.modal-footer {
    display: block;
    text-align: center;
}

.ccicon {
    height: 30px;
    position: absolute;
    right: 15px;
    top: calc(50% - 10px);
    width: 60px;
}

[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
[type=radio]+img {
    cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked+img {
    outline: 2px solid rgb(109, 230, 73);
    outline-offset: 5px;
    border-radius: 1px;
}

/* #regForm {
    background-color: #ffffff;
    margin: 100px auto;
    font-family: Raleway;
    padding: 40px;
    width: 70%;
    min-width: 300px;
  } */

/* h1 {
    text-align: center;  
  } */

/* input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
  } */

/* Mark input boxes that gets an error on validation: */
/* input.invalid {
    background-color: #ffdddd;
  } */

/* Hide all steps by default: */
.tab {
    display: none;
}

/* button {
    background-color: #04AA6D;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
  } */

/* button:hover {
    opacity: 0.8;
  }
   */
/* #prevBtn {
    background-color: #bbbbbb;
  }
  
  /* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

*/

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #04AA6D;
}

.ammenites {
    padding-bottom: 20px;
}

.seat-desc {
    font-size: 8px;
    text-align: center;
}

.seat-control {
    height: 45px;
}


/**-------------------------------
    @Custom Bootstrap Spacing */
/* Custom padding 6------------------------------------ */
.pt-6,
.py-6 {
    padding-top: 5rem !important;
}

.pr-6,
.px-6 {
    padding-right: 5rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 5rem !important;
}

.pl-6,
.px-6 {
    padding-left: 5rem !important;
}

/**Larger Screen ----------------------*/
@media (min-width: 768px) {

    .pt-md-6,
    .py-md-6 {
        padding-top: 5rem !important;
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 5rem !important;
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 5rem !important;
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 5rem !important;
    }
}

/* Custom Margin 6----------------------------------------- */
.mt-6,
.my-6 {
    margin-top: 5rem !important;
}

.pr-6,
.mx-6 {
    margin-right: 5rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 5rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 5rem !important;
}

/* Larger Screen --------------------------------------------------*/
@media (min-width: 768px) {

    .mt-md-6,
    .my-md-6 {
        margin-top: 5rem !important;
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 5rem !important;
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 5rem !important;
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 5rem !important;
    }
}


/* Custom padding 7-------------------------------- */
.pt-7,
.py-7 {
    padding-top: 10rem !important;
}

.pr-7,
.px-7 {
    padding-right: 10rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 10rem !important;
}

.pl-7,
.px-7 {
    padding-left: 10rem !important;
}
/**Larger Screen ----------------------*/
@media (min-width: 768px) {

    .pt-md-7,
    .py-md-7 {
        padding-top: 10rem !important;
    }

    .pr-md-7,
    .px-md-7 {
        padding-right: 10rem !important;
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 10rem !important;
    }

    .pl-md-7,
    .px-md-7 {
        padding-left: 10rem !important;
    }
}
/* Custom Margin 7----------------------------------------- */
.mt-7,
.my-7 {
    margin-top: 10rem !important;
}

.pr-7,
.mx-7 {
    margin-right: 10rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 10rem !important;
}

.ml-7,
.mx-7 {
    margin-left: 10rem !important;
}

/* Larger Screen --------------------------------------------------*/
@media (min-width: 768px) {

    .mt-md-7,
    .my-md-7 {
        margin-top: 10rem !important;
    }

    .mr-md-7,
    .mx-md-7 {
        margin-right: 10rem !important;
    }

    .mb-md-7,
    .my-md-7 {
        margin-bottom: 10rem !important;
    }

    .ml-md-7,
    .mx-md-7 {
        margin-left:105rem !important;
    }
}





/* Custom Bootstrap Spacing End */

.bg-one {
    position:relative;
    border:2px solid #f8f2de; 
  /*  border:1px solid #ffe9ad; */
  /*  border:1px solid #ffe9ad; */
   /* background: url('/assets/images/bg/bgstyle10.png'); 
    background: url('/assets/images/bg/main-bg1.png'); */
  /*  background: #ffe9ad ; /*#e5dacc ; */
    background:#F8F2DE;
    height:760px;
  /*  background-size: contain;
    background-position: center center; */
}

.banner {
    width: 100%;
}

@media (min-width: 768px) {
    .banner {
        width: auto;
    }
}

.home-text-one {
    font-size: 20px;
}

.man {
   /* border:1px dotted #000; */
    position:relative;
    height:11%;
    margin-bottom:0;
}

.col-md-4{
   /* border:1px dashed blue; */

}
.col4{
    position: relative;
  /*  border:1px dashed green; */
    width:55%;
    Height:100%;
}

#tr-man{
   /* position:relative; 
    border:2px dotted #000;  */
   /* display:inline-block; */
    width:auto;
    height:482px;
}


#ic{
    position:relative;
   /* border:1px dotted #000; */
    width:85px;
}




.mt-3 {
    position:relative;
   /* border:2px solid #FF6600; */
   /* height:30%; */
}


.col-mt-e{
   /* border:1px dotted #000; */
    position:relative;
    top:0px;
    margin-left:20%;
    width:500px;
    height:480px;
   
    
}





@media (min-width:768px) {
    .man {
        display: block;
    }

}
@media (min-width:768px) {
    .leader{
        width: 50%;
    }
    
}

@media (max-width:767px) {
    .col4{
      /*  width: 50%; */
      border:2px dotted #000;
      display: block;
      color:#fff;
      background-color:#000;
    }
    #tr-man{
        display:none;
    }
    
      .bg-mcontain{
        position:relative;
      /*  border:2px dotted #000; */
        width: 100%;
        height:60%;
        font-size: 11px;
        color:#fff;
        background-size: contain;
        background-position: center center;
        display:block;
    }
    .prov{
      /*  border:2px dashed #FF3300; */
        font-size: 1em;
         color:#fff;
         width:55%;
         height:75%;
    }
    .xo{
       display:none;
        
    }
    #xi,#ix{
      display:none;
    }
    #ic{
      /*  border:2px dotted #000; */
        width:70px;
        height:auto;
    }
    h1.count-no{ 
        font-size:x-large;  
    }
    
    .leader{
        position:relative;
      /*  border:2px dotted #000; */
        width: 100%;
        height:100%;
        font-size: 13px;
        background-size: cover;
        display:block;
    }

    .form{
       /* border:2px dotted #000; */
        width:100%;
        height:100%;
        background:none;
    }
    #home-search{
    width:270px;
    text-align:center;
    display:block;

    }
    div.description{
       /* border:2px dashed #000; */
        width:70%;
        height:35%;

    }



    
}



.full-height{
    height: 100vh;
}
.roles-size{
    font-size: 5px;
}

/**Wizard Form  */

/*Background color*/

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

.company-logo{
    width: 36px;
}
.branch_code{
    border: none !important;
}
.branch_code:focus{
    border: none !important;
}

.btn-login{
    border:1px solid #f2f4f7 ;
    border-radius:5px 5px;
    position: relative;
    width:100%;
    height:35px;
    background:#ff8300;
    color:#fff;
    font-weight:bold;
}

.btn-login:hover{
    color:#000;
    background:#FF9900;
}
.form-size{
    border:1px solid #f2f4f7;
    border-radius: 2% 2%;
    padding:1%;
    padding-bottom:2%;
    width:23%;
    background:#f2f4f7;
    box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.connect{
    color:#7b756b;
}

.user,.pass{
    width:100%;
    height:40px;
    border:1px solid #dfe4ec;
    border-radius: 4px 4px;
    
   
}



