@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


body{
    margin: 0;
    padding: 0;
    font-size: 16px; 
    color:rgba(0, 0, 0, 0.87);
    font-family: Roboto,Helvetica Neue,sans-serif;
}
html{
    scroll-behavior: smooth;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/*comman-area*/
ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
a{	color: #F44336;
   transition: all 0.5s ease;
}
a:focus, a:hover, a:active{
    outline: none;
    color: #F44336;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    font-weight: normal;
    font-family: Roboto,Helvetica Neue,sans-serif;
}
h2{
    font-size: 50px;
    font-weight: bold;
}
p{
    margin: 0;
    line-height: 24px;	
}

img{
    max-width: 100%;
}
button:focus{
    outline: none;
    box-shadow: none;
}
.btn:hover,.btn:focus{
    background-color: #F44336;
    color: #fff!important;
}


/* navber */
.header-position{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11111111111;
}

.navbar-brand{
    width: 150px;
    margin: 0;
    padding: 0;
}

.navbar-toggler-icon{
    color: #fff;
    margin-top: 8px;
}

.navbar{
    width: 100%;
    min-height:70px;
    padding: 0 5px;
}

.navbar-expand-lg .navbar-nav{
    margin: 0 0 0 auto;
}

.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 0px 0 0;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child{
    margin: 0;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 5px 15px;
    color: #fff;
    font-size: 15px;
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link:hover{
    text-decoration: underline;
} 


.search-parent{
    display: flex;
    align-items: center;
}
.search-bar{
    width: 650px;
    position: relative;
    margin: 0 30px;
}
.search-btn{
    position: absolute;
    top: 0;
    right: 5px;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
.search-btn img{
    width: 20px;
}
.form-search{
    width: 100%;
    background-color: rgba(67,81,80,.6)!important;
    padding: 15px;
    color: hsla(0,0%,100%,.7);
    font-size: 14px;
    border: none;
    outline: none;
}
.form-search::placeholder{
    color: hsla(0,0%,100%,.7);
    font-size: 14px;
}


.logindata{
    margin: 0 0 0 auto;
    display: table;
}
.signup{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0 16px;
}
.login-btn{
    background: #fff;
    color: rgba(0,0,0,.87);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    font-size: 14px;
    font-weight: 500;
    padding: 0 16px;
    line-height: 36px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}
.dropdown-toggle::after{
    width: 7px;
    height: 6px;
    background-image: url('../images/dw-arow.png');
    background-size: cover;
    border: none;
    margin: 0 0 -2px 0;
}

.mobile{
    display: none;
}

ul.dropdown-menu li > ul.dropdown-menu{
    left: 100%;
    top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
    display: block
}
.dropdown-menu{
    background-color: #fff;
    border-radius: 0;
    border: none;
}
.dropdown-item{
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}

img.alignleft {
    float: left;
    margin: 15px 13px 15px 0;
}

img.alignright {
    float: right;
    margin: 15px 0 15px 15px;
}

img.aligncenter {
    float: none;
    margin: 15px auto ;
}





/* banner */
.banner-image{
    background-size: cover;
    position: relative;
    padding: 70px 0 0 0;
}
.banner-image::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    left: 0;
}

.banner-img-1{
    background-image: url('../images/banner-4.jpg');
}
.banner-img-2{
    background-image: url('../images/banner-2.jpg');
}
.banner-img-3{
    background-image: url('../images/banner-3.jpg');
}
.banner-img-4{
    background-image: url('../images/banner-1.jpg');
}
.banner-img-5{
    background-image: url('../images/banner-5.jpg');
}

.banner-wrape{
    display: flex;
    align-items: center;
    min-height: 530px;
}
.banner-text{
    z-index: 11;
    position: relative;
    padding-bottom: 70px;
}
.banner-text h2{
    font-size: 50px;
    font-weight: 500;
    color: #fff;
    line-height: 1.42857143;
}
.banner-text h2 a{
    color: #fff;
    text-decoration: none;
}
.banner-text h6{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1.42857143;
}
.banner-text h6 i{
    color: #ffc000;
    margin-right: 10px;
}
.banner-text p{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 10px 0;
    line-height: 1.42857143;
}
.banner-text ul {
    list-style: none;
    margin: 0 0 40px 0;
}
.banner-text li{
    display: inline-block;
    margin: 0 0 0 0;
}
.banner-text li a{
    font-size: 18px;
    color: #ffc000;
}

.play-btn{
    width: 185px;
    height: 50px;
    background-color: #F44336;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    display: block;
    border-radius: 100px;
}
.play-btn i{
    margin: 0 10px 0 0;
}
.play-btn:hover,.play-btn:focus{
    background-color: #9F231A;
    color: #fff;
    text-decoration: none;
}


.banner-slider{
    position: relative;
}
.banner-slider .owl-dots{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.owl-carousel button.owl-dot{
    background-color: #fff;
    width: 25px;
    height:4px;
    display: inline-block;
    margin: 0 10px 0 0;
    border-radius: 100px;
}
.owl-carousel button.owl-dot:last-child{
    margin: 0;
}
.owl-carousel button.active{
    background-color: #F44336;
}




.main-section{
    padding: 30px 0;
    margin: 30px 0;
}
.title {
    margin: 0 0 25px 0;
}
.title h1,.title h2{
    font-weight: 500;
    font-size: 30px;
}
.title p{
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.movie-boxparent{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.movie-box{
    width: 20%;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 20px;
}
.movie-box img{
    border-radius: 5px;
}
.movie-box h4{
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 0 0;
}
.movie-box h4 a{
    color: rgba(0, 0, 0, 0.87);
}
.movie-box h4 a:hover{
    color: #F44336;
}
.movie-box h6{
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
    margin-top: 5px;
}
.movie-box h6 a{
    color: rgba(0, 0, 0, 0.87);
}


.bg-section{
    background-color: rgb(250, 250, 250);
    padding: 30px 0;
    margin: 30px 0;
}


.footer{
    padding: 50px 0 0 0;
    background-color: rgb(250, 250, 250);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.foot-text h4{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}
.foot-text p{
    font-size: 14px;
}
.foot-text ul{
    list-style: none;
    margin: 0;
}
.foot-text ul li{
    display: block;
}
.foot-text ul li a{
    line-height: 30px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
}
.foot-data{
    max-width: 300px;
}
.foot-link{
    padding: 0 0 0 150px;
}


.copyright{
    padding: 13px 50px;
    margin-top: 60px;
    background-color: #F44336;
}
.copyright p{
    color: #fff;
    font-size: 14px;
    margin: 0 0 0 auto;
    display: table;
}



/* jungle-cruise*/
.inner-image{
    position: relative;
    background-image: url('../images/jungle-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 450px;
}
.inner-image::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
}



.detail-section{
    padding: 30px 0 0 0;
}

.detail-title{
    display: flex;
    align-items: center;
    margin: 0 0 0 0;
    justify-content: space-between;
}
.detail-title h1{
    line-height: 48px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 45px;
}
.detail-title h1 a{
    color: rgba(0, 0, 0, 0.87);
}
.detail-title h1 a:hover{
    color: #F44336;
}
.detail-title h1 span{
    font-size: 16px;
    font-weight: 500;
}
.detail-title ul{
    list-style: none;
    margin: 0 0 0 0;
}
.detail-title ul li{
    margin: 0 8px 0 0;
    display: inline-block;
}
.detail-title ul li:last-child{
    margin: 0;
}
.detail-title ul li a{
    width: 31px;
    height: 31px;
    line-height: 31px;
    border-radius: 4px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 16px;
}
.facebook{
    background-color: #3b5998;
}
.twitter{
    background-color: #1da1f2;
}
.envelope{
    background-color: #d54b3d;
}
.link{
    background-color: #1e88e5;
}



.movie-info h6,.movie-info h6 a{
    font-size: 17px;
    color: rgba(0, 0, 0, 0.87);
}

.movie-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 5px;
}
.time-parent{
    display: flex;
    align-items: center;
}
.time-data h4{
    font-size: 13px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 700;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}
.time-data h5{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
}
.sideicon{
    width: 18px;
    display: block;
    margin: 0 20px;
}



.moviedetail-main{
    padding: 20px 0 40px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.moviedetail-text{
    padding: 0 30px 0 0;
}
.moviedetail-text h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
.moviedetail-text h6,.moviedetail-text p{
    font-size: 14px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.87);
}
.moviedetail-text h6 a{
    color: rgba(0, 0, 0, 0.87);		
}
.moviedetail-text h6 a:hover{
    text-decoration: underline;
}
.hr-line{
    margin: 0 0 15px 0;
    padding: 0;
    border: none;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.12);
}

.comman-btn{
    width: 200px;
    height: 40px;
    line-height: 30px;
    background-color: #F44336;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
}


.add-btn{
    height: 45px;
    line-height: 0;
    margin-bottom: 15px;
    width: 100%;
    box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);
}
.add-btn img{
    display: inline-block;
    margin: 0 10px 0 0;
    width: 20px;
}
.video-image img{
    width: 100%;
}
.video-icondata{
    position: relative;
}
.video-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    transition: all 0.5s ease;
}
.video-icon img{
    transition: all 0.5s ease;
}
.video-icon:hover img{
    transform: scale(1.2);
}


.video-section{
    padding: 25px 0 0 0;
}
.video-section h2{
    font-size: 25px;
    line-height: 1.42857143;
    margin: 0 0 10px 0;
    font-weight: 500;
}
.video-main{
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
}
.video-box{
    border-radius: 4px;
    min-height: 300px;
    background-color: #fff;
    width: 20%;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    flex: 0 0 25%;
}
.video-box iframe{
    width: 100%;
    height: 215px;
    margin: 0 0 0 0;
    border-radius: 4px 4px 0px 0px;
}

.video-box h3{
    font-size: 15px;
    text-transform: capitalize;
    margin: 0 0 0 0;
    padding: 8px;

}

.hand-btn{
    background-color: transparent;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    padding: 8px ;
    cursor: pointer;
    display: inline-block;
}
.hand-btn i{
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 4px 0 0;
}
.green-btn{
    color: #43a047;
}
.red-btn{
    color: #f44336;
}
.red-btn i{
    margin: 0 0 0 4px;
}



.tab-section{
    padding: 50px 0;
}
.nav-tabs{
    margin: 0 0 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.nav-tabs .nav-item{
    margin: 0;
}
.nav-tabs .nav-link{
    border-radius: 0;
    border: none;
    height: 48px;
    padding: 0 24px;
    cursor: pointer;
    font-size: 14px;
    opacity: .6;
    font-weight: 500;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.87);
    min-width: 160px;
    line-height: 48px;
    text-align: center;
    position: relative;
}
.nav-tabs .nav-link::before{
    content: "";
    width: 100%;
    height: 3px;
    background-color: #F44336;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    opacity: 1;
}
.nav-tabs .nav-item.show .nav-link::before, .nav-tabs .nav-link.active::before{
    opacity: 1;
}


.cast-box{
    display: flex;
    align-items: center;
    min-height: 70px;
    padding: 5px 0;
}
.cast-box img{
    width: 40px;
    margin: 0 20px 0 0;
}
.name,.namedata{
    max-width: 250px;
    width: 100%;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
}
.name:hover{
    text-decoration: underline;
}
.star{
    margin: 0 40px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
}
.cast-box:nth-child(odd){
    background-color: rgb(250, 250, 250);
}

.see-btn{
    margin: 0 0 0 0;
    padding: 0;
    display: block;
    width: 100%;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    color: #F44336;
}


.review-btn{
    height: 36px;
    width: 125px;
    line-height: 27px;
    margin-bottom: 45px;
}
.review-text{
    text-align: center;
    margin-bottom: 45px;
}
.review-text img{
    margin: 0 auto;
}
.review-text h3{
    margin: 25px 0 5px 0;
    font-size: 18px;
}
.review-text p{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.54);
}

.gallery-image{
    margin-bottom: 25px;
}

.myth-box{
    background-color: rgb(250, 250, 250);
    padding: 25px 0;
    text-align: center;
}
.myth-box h4{
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
}


.modal{
    padding: 0!important;
    z-index: 111111111111;
}
.modal-body{
    position: relative;
}
.close{
    position: absolute;
    top: -15px;
    right: -15px;
    float: none;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: #333;
    text-shadow: none;
    opacity: 1;
    background-color: #fff!important;
    padding: 0px!important;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    line-height: 30px;
    text-align: center;
}

.modal-dialog{
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}

.video-data iframe{
    margin: 0 0 -7px 0;
    width: 100%;
    height: 550px;
}


/* booking  */
.booking-section{
    padding: 50px 0;
}
.plane {
    margin: 20px auto;
}




.fuselage {
    /*border-right: 1px solid rgba(0, 0, 0, 0.87);
    border-left: 1px solid rgba(0, 0, 0, 0.87);*/
}


.cabin .row {
    margin: 0;
}

.seats {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    padding: 0 10px;
}

.seat {
    flex: 0 0 3.5%;
    padding: 0 1px;
    position: relative;
    list-style: none;
}

.seat input[type=checkbox] {
    position: absolute;
    opacity: 0;
}
.seat input[type=checkbox]:checked + label {
    background: #91db9e;
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
    animation-duration: 300ms;
    animation-fill-mode: both;
}
.seat input[type=checkbox]:disabled + label {
    background: #ef6262;
    text-indent: -9999px;
    overflow: hidden;
}
.seat input[type=checkbox]:disabled + label:after {
    content: "X";
    text-indent: 0;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.seat input[type=checkbox]:disabled + label:hover {
    box-shadow: none;
    cursor: not-allowed;
}
.seat label {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    /*font-size: 14px;*/
    font-size: 11px;
    font-weight: bold;
    line-height: 1.5rem;
    padding: 11px 0 2px 0;
    background: #f1cdab;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.4);
    animation-duration: 300ms;
    animation-fill-mode: both;
    margin: 0;
    color: rgba(0, 0, 0, 0.87);
}
.seat label:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: transparent;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.4);
}
.seat label:hover {
    cursor: pointer;
    box-shadow: none;
}


/*Companion Seat*/
.companion-seat {
    flex: 0 0 3.5%;
    padding: 0 1px;
    position: relative;
    list-style: none;
}

.companion-seat input[type=checkbox] {
    position: absolute;
    opacity: 0;
}
.companion-seat input[type=checkbox]:checked + label {
    background: #91db9e;
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
    animation-duration: 300ms;
    animation-fill-mode: both;
}
.companion-seat input[type=checkbox]:disabled + label {
    background: #ef6262;
    text-indent: -9999px;
    overflow: hidden;
}
.companion-seat input[type=checkbox]:disabled + label:after {
    content: "X";
    text-indent: 0;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.companion-seat input[type=checkbox]:disabled + label:hover {
    box-shadow: none;
    cursor: not-allowed;
}
.companion-seat label {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    /*font-size: 14px;*/
    font-size: 11px;
    font-weight: bold;
    line-height: 1.5rem;
    padding: 11px 0 2px 0;
    background: #f1ff15;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.4);
    animation-duration: 300ms;
    animation-fill-mode: both;
    margin: 0;
    color: rgba(0, 0, 0, 0.87);
}
.companion-seat label:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: transparent;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.4);
}
.companion-seat label:hover {
    cursor: pointer;
    box-shadow: none;
}

/*End Companion Seat*/

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}



.seat-line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 39px;
}

.seat-line p{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.parent-line{
    padding-bottom: 12px;
    /*border-top:  1px solid rgba(0, 0, 0, 0.87);*/
}

.g-line{
    padding-bottom: 30px;
}

.handicap-seat  label{
    background-color: #c0c0c0;
}
.handicap-seat p{
    text-align: center;
    font-size: 14px;
    line-height: 13px;
}
.handicap-seat i{
    /*font-size: 18px;*/
    font-size: 13px;
}

.handicap-seat{
    border-radius: 10px;
}
.handicap-line .seat:nth-child(8),.handicap-line .seat:nth-child(10),
.handicap-line .seat:nth-child(14),.handicap-line .seat:nth-child(16){
    margin: 0 19px 0 0;
}
.handicap-line .seat:nth-child(17){
    margin-right: 38px;
}


/* .handicap-seat label::before{
        height: 88%;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        border-radius: 10px;
} */

.pd-large{
    padding-bottom: 45px;
}
.pd-bottom-none{
    padding: 0;
}

/*Booking */
.cst-price{
    position: absolute;
    margin: 6px;
    color: #F44336;
}

.area-height{
    height: 124px;
}
.txt-right{
    text-align: right;
}

.input-number{
    margin: 0px 8px;
}

.txt.center{
    text-align: center;
}

.txt-success{
    text-align: center;
    color: #2dcc70;
}
.txt-danger{
    text-align: center;
    color: #e84c3d;
}

/*Payment Gateway ui*/
.panel-title {
    display: inline;
    font-weight: bold;
}

.display-tr {
    display: table-row;
}

/*seats color*/
.available i{
    color: #f1cdab;
}
.booked i{
    color: #ef6262;
}
.available-companion i{
    color: #f1ff15;
}
.wheel-chair i{
    color: #c0c0c0;
}

.over-hidden{
    overflow: hidden;
}

@media only screen and (max-width: 600px) {
  .logo-slogan {
    display:none;
  }
  .mrg-btn{
      margin: 5px auto !important;
  }
  .over-hidden{
      overflow: scroll;
  }
}