/* ---------------------------------------------------
Fonts
--------------------------------------------------- */
/* latin-ext */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
	unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
	font-family: 'Caveat';
	font-style: normal;
	font-weight: 400;
	src: local('Caveat Regular'), local('Caveat-Regular'), url(https://fonts.gstatic.com/s/caveat/v4/Wnz6HAc5bAfYB2Q7YjYYmg8.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
	font-family: 'Caveat';
	font-style: normal;
	font-weight: 400;
	src: local('Caveat Regular'), local('Caveat-Regular'), url(https://fonts.gstatic.com/s/caveat/v4/Wnz6HAc5bAfYB2Q7aDYYmg8.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Caveat';
	font-style: normal;
	font-weight: 400;
	src: local('Caveat Regular'), local('Caveat-Regular'), url(https://fonts.gstatic.com/s/caveat/v4/Wnz6HAc5bAfYB2Q7ZjYY.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* ---------------------------------------------------
Spaces
--------------------------------------------------- */
.pt-55{
	padding-top: 55px;
}
.py-95{
	padding-top: 95px;
	padding-bottom: 95px;
}
.py-50{
	padding-top: 50px;
	padding-bottom: 50px;
}
.pb-95{
	padding-bottom: 95px;
}
.pb-50{
	padding-bottom: 50px;
}
.pb-20{
	padding-bottom: 20px;
}
.py-20{
	padding-top: 20px;
	padding-bottom: 20px;
}
.py-100{
	padding-top: 100px;
	padding-bottom: 100px;
}
.pt-100{
	padding-top: 100px;
}
.pt-130{
	padding-top: 130px;
}
.mb-30{
	margin-bottom: 30px;
}
/* ---------------------------------------------------
Background color and text color
--------------------------------------------------- */
.bg-light-blue{
	background-color: #d1d3fa;
}
.bg-gray{
	background-color: #eff3f6;
}
.text-red{
	color: #ff4444;
}
.text-black{
	color: #000;
}
.text-green{
    color: #069b06;
}
.bg-red{
	background-color: #ff4444;
}
.bg-rgba{
	background: rgba(209, 211, 250, 0.8);
}
/* ---------------------------------------------------
CSS
--------------------------------------------------- */
body, html {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #707070;
	padding-right:0 !important;
	overflow-x:hidden;
}
body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #ffffff;
}
body::-webkit-scrollbar{
	width: 4px;
	background-color: #ffffff;
}
body::-webkit-scrollbar-thumb{
	background-color: #000000;
}
a {
	color: #797979;
	text-decoration: none;
}
a:hover, a:focus {
	color: #707070;
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins', sans-serif;
	line-height: 1.1;
	font-weight:400;
	color: #03051e;
	margin:0;
	padding:0;
	position: relative;
}
h2{
	font-size: 32px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 16px;
}
.form-control:focus{
	box-shadow: none;
	border: 1px solid #ced4da;
}
.navbar-brand > img {
    display: block;
    height: 65px;
    padding-top: 15px;
    padding-bottom: 10px;
}
ul.navbar-nav {
	float: right;
	min-height: 40px;
}
.navbar { margin-bottom: 0; }
.navbar-default {
	z-index: 999998;
	border-radius: 0;
}
.navbar-default > .container {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #303030;
	background: none;
}
.navbar-default .navbar-nav > li > a{
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	text-align: center;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #ff4444;
}
.navbar-default {
	background: #03051e;
	border-bottom: 2px solid #ff4444;
}
.navbar-nav > li {
	margin: 0;
	position: relative;
	line-height: 90px;
}
.navbar-nav > li .nav-link.active {
	background: #ff4444;
	color: #fff !important;
	position: relative;
}
.navbar-nav .nav-link{
	padding: 0 22px !important;
}
.navbar-nav > li > a {
	padding: 0;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	outline: none !important;
	overflow: hidden;
	cursor: pointer;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #fff; }
.navbar-default .container { position: relative; }
.navbar-default .navbar-toggle {
	color: #fff;
	border-color: #fff;
	top: -2px;
	right: 10px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background: none; }
.navbar-default ul.dropdown-menu {
	background: #2bb7ff;
	min-width: 140px;
	top: 100%;
	padding: 0;
	border-radius: 0;
	opacity: 0.95;
}
.navbar-default ul.dropdown-menu li a {
	color: #fff;
	padding: 10px 16px;
	outline: none;
	border-bottom: 1px solid #339bd7;
}
.dropdown i {
	padding-left: 2px;
	font-size: 12px;
}
.navbar-default .navbar-brand {
	line-height: 40px;
	padding: 0;
}
.navbar > .container .navbar-brand {
	margin-left: 0;
	line-height: 90px;
	float: none;
	display:block;
}
.navbar-default .navbar-brand:hover { color: #2d3538; }
a.navbar-brand img { padding-right: 15px; }
.navbar-nav > li:hover ul.dropdown-menu { display: block; }
.banner-bg{
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/banner/main_slider_bg_img.jpg) no-repeat center center;
  	background-size:cover;
	padding: 170px 0 90px;
}
.carousel-control-prev-icon {
    background-image: url(../images/icons/left.png);
}
.carousel-control-next-icon {
    background-image: url(../images/icons/right.png);
}
.carousel-control-prev {
    left: -10%;
}
.carousel-control-next {
    right: -10%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 2.5rem;
    height: 2.5rem;
}
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.carousel-indicators .active {
	height: 10px;
	width: 10px;
	border: 4px solid #020412;
    box-shadow: 0px 0px 2px 1px #fff;
    opacity: 1;
	margin-top: 8px;
}
.carousel-indicators {
    bottom: -75px;
}
.navbar-toggler-icon {
    background-image: url(../images/icons/menu.png);
}
.title-line::before{
	content: "";
	width: 30px;
	position: absolute;
	bottom: -21px;
	left: 0px;
	right: 0px;
	z-index: 1;
	border-width: 2px;
	border-style: solid;
	border-color: rgb(255, 68, 68);
	border-image: initial;
	margin: 0px auto;
}
.title-line::after {
    content: "";
    width: 170px;
    position: absolute;
    bottom: -20px;
    left: 0px;
    right: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    margin: 0px auto;
}
.card-item{
	position: relative;
	box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%);
	border-radius: 8px;
	background-color: #fff;
}
.card-item img{
	border-radius: 8px 8px 0 0;
}
.card-item-desc{
	display: flex;
	justify-content: space-between;
	padding: 25px 15px;
	align-items: center;
}
.card-item-desc img{
	height: 35px;
	width: auto !important;
}
.card-item-desc p{
	font-size: 14px;
}
.bg-img{
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bg/bg-img.jpg) no-repeat center center;
	background-size: cover;
}
.service-bg-img{
	position: relative;
	background:url(../images/bg/service-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 300px;
	padding-bottom: 300px;
}
.service-bg-img a{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
	height: 90px;
	width: 90px;
	color: rgb(255, 255, 255);
	border: 8px solid rgba(255, 255, 255, 0.29);
}
.service-bg-img a:before {
	content: "";
    position: absolute;
    width: 125px;
    height: 125px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate 2s;
    animation: pulsate 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .5);
    top: -34%;
    left: -32%;
    background: rgba(198, 16, 0, 0);
}
.play-btn{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
	height: 70px;
	width: 70px;
	color: rgb(255, 255, 255);
	border: 8px solid rgba(255, 255, 255, 0.29);
}
.play-btn:before {
	content: "";
    position: absolute;
    width: 105px;
    height: 105px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate 2s;
    animation: pulsate 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .5);
    top: -48%;
    left: -45%;
    background: rgba(198, 16, 0, 0);
}
@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 1;
		box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
		box-shadow: none;
	}
}
@keyframes pulsate {
	0% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 1;
		box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1);
		opacity: 0;
		box-shadow: none;
	}
}
.cursor-pointer{
	cursor: pointer;
}
.videopopup, .loginmodal{
	z-index: 999999;
}
.videopopup .modal-content, .loginmodal .modal-content{
	background: transparent;
	border: 0;
}
.videopopup .modal-header, .loginmodal .modal-header{
	border: 0;
}
.videopopup .modal-body{
	padding: 0;
}
.videopopup .btn-close{
	opacity: 1;
	background-color: #d1d3fa;
}
.loginmodal .modal-header{
	background-color: #d0d3fa;
}
.loginmodal .modal-body{
	background-color: #eff3f6;
	padding: 15px;
	border-bottom-left-radius: calc(0.3rem - 1px);
    border-bottom-right-radius: calc(0.3rem - 1px);
}
.loginmodal .btn-close{
	background: transparent;
    height: auto;
    width: auto;
    opacity: 1;
    font-size: 20px;
	color: #000;
}
.btn-close:focus, .btn:focus{
	box-shadow: none;
}
/*--------------------------------------------------------------------
Owl dots and arrows
--------------------------------------------------------------------*/
.nav-arrows .owl-nav{
	position: absolute;
	width: 100%;
	top: 48%;
	transform: translateY(-50%);
}
.nav-arrows .owl-nav .owl-prev img, .nav-arrows .owl-nav .owl-next img{
	height: 35px;
}
.nav-arrows .owl-nav .owl-prev{
	position: absolute;
	left: -50px;
}
.nav-arrows .owl-nav .owl-next{
	position: absolute;
	right: -50px;
}
/* Dots */
.nav-arrows .owl-dots {
    margin-top: 30px;
    display: inline-block;
}
.nav-arrows .owl-dots {
    position: relative;
    width: 100%;
    display: inline-block;
    text-indent: inherit;
    text-align: center;
    cursor: pointer;
}
.nav-arrows .owl-dots .owl-dot span {
    background: #333333;
    display: inline-block;
    border-radius: 30px;
    margin: 0px 3px;
    height: 10px;
    width: 10px;
    border: 1px solid #333333;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.nav-arrows .owl-dots .owl-dot:hover span {
    background: #ff4444;
    border: 1px solid #ff4444;
}
.nav-arrows .owl-dots .owl-dot.active span {
    background: #ff4444;
    border: 1px solid #ff4444;
}
footer .footer-top{
	background-color: #05072e;
	padding: 60px 0;
}
.title-left-line::before{
	content: "";
    width: 30px;
    position: absolute;
    bottom: -21px;
    left: 0px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 68, 68);
    border-image: initial;
}
.title-left-line::after{
	content: "";
    width: 90px;
    position: absolute;
    bottom: -20px;
    left: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.28);
    border-image: initial;
}
.gallery-sec .slick-slide img{
	padding: 5px;
	border-radius: 5px;
}
.gallery-sec .slick-dots{
	display: none !important;
}
.gallery-sec .gallery-nav{
	margin-bottom: 0;
}
.footer-p{
	font-size: 16px;
    color: rgba(255, 255, 255, 0.57);
	margin-bottom: 15px;
}
.fs-18{
	font-size: 18px;
}
.map .ratio-21x9 {
	--bs-aspect-ratio: 20.857143%;
}
footer .footer-bottom{
	background-color: #03051e;
	padding: 30px 0;
}
.footer-social-icon{
	padding-left: 0;
	list-style: none;
	display: flex;
	justify-content: end;
	margin-bottom: 0;
}
.footer-social-icon li{
	border: 1px solid rgba(255, 255, 255, 0.37);
	border-radius: 4px;
    height: 30px;
    width: 30px;
	margin-right: 8px;
	text-align: center;
}
.footer-social-icon li a {
	position: relative;
	top: 2px;
	color: #c0c0c6;
}
.footer-social-icon li:hover{
	background-color: #ff4444;
	border: 1px solid #ff4444;
}
.footer-social-icon li:hover a{
	color: #fff;
}
/*------------------------------------------------------------------
Show timing
------------------------------------------------------------------*/
.banner-show-time-bg{
    padding: 130px 0 60px;
	background:linear-gradient(0deg, rgba(209, 211, 250, 0.85), rgba(209, 211, 250, 0.85)), url(../images/banner/screen-banner.png) no-repeat center center;
	background-size: cover;
}
.movie-detail-ul li {
    color: #03051e;    
    margin-right: 24px;
}
.movie-detail-ul li::before {
    content: "\2022";
    color: #ff4444;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}
.showDate {
    padding: 60px 0px;
}
.showDate .nav-pills .nav-link {
	color: #fff;
    padding: 2px 35px;
    font-weight: normal;
    border: 1px solid #ff4444;
    background-color: #ff4444;
    margin: 2px 5px;
}
.showDate .nav-pills .nav-link:hover {
    color: #fff;
    background: #03051e;
    border: 1px solid #03051e;
}
.showDate .nav-pills .nav-link.active {
    color: #fff;
    background: #03051e;
    border: 1px solid #03051e;
}
.showDet .table th,
.showDet .table td {
    padding: 20px 14px;
}
.showDet .sTiming p{
	margin-bottom: 0px;
}
.sTiming{
	padding: 2px 12px;
    border: 1px solid #999;
    border-radius: 4px;
    font-size: 14px;
	color: #198754 !important;
    text-decoration: none;
	margin: 4px 2px !important;
}
.tooltip-inner {
    max-width: 100% !important;
	background-color: #03051e;	
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: #03051e;
}
.flex-wrap{
	flex-wrap: wrap;
}
.width-fit-content{
	width: fit-content;
}
/*------------------------------------------------------------------
Online Booking
------------------------------------------------------------------*/
.show_details {
    color: #fff;
    font-weight: bold;
    padding: 20px;
}
.show_time {
    color: #fff;
    padding: 10px 20px;
}
.seat_premium label, .seat_premium .btn{
	padding: 5px;
    margin: 3px 3px;
    font-size: 10px;
    width: 25px;
	height: 25px;
}
.seat-btn {
	border: 1px solid #1ea83c;
	color: #1ea83c !important;
}
.selected-btn {
	background-color: #1ea83c;
	color: #fff !important;
}
.taken-btn {
	background-color: #eeeeee;
	color: #fff !important;
	cursor: auto;
}
.available-sheets{
	border: 1px solid #1ea83c;
	padding: 0 10px;
	border-radius: 2px;
}
.selected-sheets{
	border: 1px solid #1ea83c;
	background-color: #1ea83c;
	padding: 0 10px;
	border-radius: 2px;
}
.sold-sheets{
	border: 1px solid #eee;
	background-color: #eee;
	padding: 0 10px;
	border-radius: 2px;
}
.seatrow {
    width: 50px;
    padding: 0px 30px;
}
.screen {
    padding: 10px;
    border: 1px solid #ebedeb;
    border-bottom: none;
}
.sidenav {
    height: auto;
    position: fixed;
    z-index: 1;
    background-color: #d1d3fa;
    overflow-x: hidden;
    transition: 0.5s;
    color: #03051e;
    bottom: -53%;
    right: auto;
    left: auto;
    top: auto;
    width: 100% !important;
    height: auto;
    padding: 15px 0 !important;
}
.t_detail small {
    margin-bottom: 10px;
}
.selected-seat {
    margin: 5px 0px;
    padding: 0px;
    overflow: hidden;
}
.selected-seat li {
    width: 40px;
    padding: 2px 2px 3px 2px;
    border: 1px solid #198754;
    color: #198754;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
	font-size: 14px;
}
.sidenav label,
.sidenav p {
    color: #707070;
}
.sidenav p {
    color: #03051e;
}
.btn-book {
    padding: 6px 14px;
    text-align: center;
    background: #ff4444;
    border: none;
    color: #fff;
    border-radius: 4px;
}
.btn-book:hover {
    color: #fff;
}
.btn-book:focus {
    color: #fff;
}
.tic{
	margin: 16px;
    padding: 15px;
	border: 1px solid #ff4444;
}
.theatre{
	background: #ff4444;
    color: #fff;
    padding: 5px;
	position: relative;
    bottom: 29px;
}
.btn-main{
	background: #ff4444;
    color: #fff !important;
    padding: 6px 25px;
    font-size: 16px !important;
}
.jazz-arsh-screen{
	background: #eff3f6;
    height: 30px;
    width: 70%;
    margin: 15px 0;
    clip-path: polygon(50% -200%, 0% 100%, 100% 100%);
	margin-left: auto;
    margin-right: auto;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .selected-seat ul li {
        padding: 6px;
        width: 12%;
    }
}
@media screen and (min-width: 768px) {
	#thankModal label, #thankModal h6{
		margin-bottom: 5px !important;
	}
}
/*------------------------------------------------------------------
Checkout and Wizard Css
------------------------------------------------------------------*/
.checkout .table{
	margin: 25px 0px;
}
.checkout form{
	margin: 15px 0px;
}
.food-card {
    position: relative;
    background: #fff;
    border: 0 none;
    border-radius: 5px;
    width: 100%;
	margin: 0px;
	padding: 20px;
}
.checkout .card{
	border: 1px solid #e8e9fc;
	height: 100%;
}
.food-card .card p{
	text-transform: capitalize;
	font-size: 14px;
}
.food-card .card-body{
	padding: 10px;
	background-color: #d1d3fa;
}
.food-card .card-body .card-title{
	color: #03051e;
	font-weight: bold;	
	margin-bottom: 0px;
	font-size: 14px;
}
.food-card .card-footer{
	padding: 10px;
	background: #d1d3fa;
}
.food-card .card-footer p{
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 600;
}
.food-qty .qty{
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
	width: 30px !important;
    text-align: center;
	background: transparent;
}
.food-qty .btn{
	border-radius: 4px !important;
    color: #fff;
    background: #03051e;
    border-color: #03051e;
    height: 30px;
    width: 30px;
    align-self: center;
}
.card-detail .card{
	height: auto;
	border: 0;
	margin-bottom: 10px;
}
.card-detail .card-header{
	background-color: #616161;
	border: 0;
}
.card-detail .card-header p{
	font-size: 15px;
	margin-bottom: 2px;
	text-transform: uppercase;
	color: #fff;
}
.card-detail .card-header small{
	color: #fff;
}
.card-detail .card-body p{
	font-size: 15px;
}
.hr-line{
	background: #d1d3fa;
    height: 1px;
    margin-top: 7px;
    margin-bottom: 9px;
}
.fs-14{
	font-size: 14px !important;
}
.bg-sub-banner{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/bg/sub-banner.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 160px;
	padding-bottom: 70px;
}
.showDate .nav-pills .nav-item button p{
	font-size: 13px;
}
.showDate .nav-pills .nav-item button p:nth-child(2){
	font-size: 18px;
	font-weight: 600;
}
.login-bg{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bg/login.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 10px;
}
.border-right-top-bottom-radius{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.border-left-top-bottom-radius{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.y-center{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.h-35{
	height: 35px;
	width: auto;
}
.top-1{
	position: relative;
	top: -1px;
}
.profile-dropdown .dropdown-toggle::after{
	display: none;
}
.profile-dropdown ul.dropdown-menu{
	background: #fff;
    opacity: 1;
    border: 0;
    border-radius: 5px;
}
.profile-dropdown ul.dropdown-menu li{
	line-height: 18px;
}
.profile-dropdown ul.dropdown-menu li a {
    color: #000;
    padding: 10px 16px;
    outline: none;
    border-bottom: 1px solid #eee;
	font-size: 14px;
}
.profile-dropdown ul.dropdown-menu li:last-child a{
	border-bottom: 0;
}
.purchase-history-card .card{
	border: 0;
	box-shadow: 5px 10px 29px 0 rgb(68 88 144 / 20%);
}
/*------------------------------------------------------------------
Responsive Css
------------------------------------------------------------------*/
@media(max-width: 576px){
	.carousel-control-prev {
		left: 0;
	}
	.carousel-control-next {
		right: 0;
	}
	.sTiming {
		padding: 4px 5px;
		font-size: 12px;
	}
	.showDate .nav-pills .nav-link {
		padding: 2px 14px;
		font-size: 14px;
		margin: 2px;
	}
	.theatre-screen{
		width: 100%;
	}
}
@media(max-width: 767px){
	.banner-bg{
		padding: 105px 0 90px;
	}
	.sm-mb-30{
		margin-bottom: 30px;
	}
	.sm-mb-20{
		margin-bottom: 20px;
	}
	.sm-mb-15{
		margin-bottom: 15px;
	}
	.py-95 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.pt-100 {
		padding-top: 55px;
	}
	.pb-95 {
		padding-bottom: 35px;
	}
	.py-100 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sm-py-30{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	footer .footer-top {
		padding: 45px 0 30px;
	}
	footer .footer-bottom {
		padding: 20px 0;
	}
	.footer-social-icon{
		justify-content: center;
	}
	.sm-text-center{
		text-align: center;
	}
	h2{
		font-size: 20px;
	}
	h5{
		font-size: 18px;
	}
	.pt-130 {
		padding-top: 90px;
	}
	.pb-50 {
		padding-bottom: 35px;
	}
	.pb-20 {
		padding-bottom: 10px;
	}
	.py-20 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.bg-sub-banner{
		padding-top: 110px;
		padding-bottom: 40px;
	}
	.py-50 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media(max-width: 991px){
	.navbar-default .container {
		padding: 8px 0;
	}
	ul.navbar-nav {
		float: initial !important;
		margin-top: 15px;
	}
	.navbar-brand > img {
		height: 50px;
		padding-left: 10px;
	}
	.navbar-nav > li {
		line-height: 25px;
	}
	.navbar-nav .nav-link {
		padding: 10px 22px !important;
	}
	.md-mb-10{
		margin-bottom: 10px;
	}
	.navbar-collapse{
		height: 300px;
    	overflow-y: scroll;	
	}
	.profile-dropdown ul.dropdown-menu li a {
		color: #fff;
		border-bottom: 0;
		font-size: 16px;
		text-align: center;
	}
	.profile-dropdown ul.dropdown-menu {
		background: transparent;
	}
}
@media(min-width: 576px){
	.sm-text-end{
		text-align: end;
	}
}
@media(min-width: 992px) and (max-width: 1100px){
	.profile-dropdown ul.dropdown-menu {
		left: -40px;
	}
}