@import url('https://cdn3.ticketnew.com/partners/css/font-awesome-4.7.0.min.css');
@import url('https://cdn3.ticketnew.com/partners/css/bootstrap.min.v4.0.0.css');
header
{
	background: #000;     /*margin-bottom: 15px;*/
}
img.logo
{
	    max-width: 100px;
	margin-right: 20px;
}
.social_icons {
  background-color: #000;
}

.social_icons a {
  color: #333;
}
h1
{
	color: #fabc08;
}
h2
{
	 color: #c39b2d;margin: 30px 0;text-align: center;
}
a
{
	color: #c39b2d;
}
a:hover {
    color: #deb70f;
    text-decoration: underline;
}
p
{
	text-align: justify;
}
table a
{
	color: #000;
}
.social_icons .social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.social_icons .social {
/*  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;*/
	    color: #fff;
}
/*
    Multicoloured Hover Variations
*/

.social_icons #social-fb:hover {
  /*color: #3B5998;*/
}

.social_icons #social-tw:hover {
 /* color: #4099FF;*/
}

.full_width
{
	width: 100%;
}
.navbar 
{
	padding-left: 0;
}
/*.menu
{
	    border-top: 1px solid #c39b2d;
    border-bottom: 1px solid #c39b2d;
}*/
div#menu {
    margin-top: 18px;
}
.menu ul
{
	padding: 0;    margin: 0;    text-align: right;
}
.menu ul li
{
	display: inline-block;
}
.menu ul li a
{
	    color: #fff;
   /* font-weight: 500;*/
    font-size: 18px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;    padding: .5rem 1.4rem;
}
.menu ul li a:hover
{
	    color: #e8d583;
	/*-webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);*/
}

.nowshowing ul li a.active
{
	    background: #e9e9e9;
}
.nowshowing .nav li a
{
border: 1px solid #c4c4c4;
    padding: 10px 20px;
    margin-right: 10px;
    color: #000;
    text-decoration: none;    border-radius: 6px;
}
a.nav-link.active {
   color: #e8d583;    font-weight: 500;
}
.nowshowing .nav{
	    margin: 15px 0;
}
.collapse-icon,.closebtn
{
	display: none !important;
}
.fa-bars 
{
	cursor: pointer;color: #c39b2d;
}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}
.mySlides  img
{
	width: 100%;
}
/* Next & previous buttons */
.prev, .next {
cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fff !important;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background: #575757;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgb(175, 137, 32);
}

/* Caption text */
.text {
color: #f2f2f2;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 100px solid #575757;
    border-left: 100px solid transparent;
    right: 0;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;    cursor: pointer;
}

.slider_controller .active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;opacity: inherit;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.about
{
	margin-top: 30px;
}
.about h3
{
	font-size: 16px;margin: 20px 0;
}
.skill-home p
{
	text-align: center;
}
.icons
{
	padding-top: 20px;
    width: 90px;
    height:90px;
    color: #fff;
    font-size: 35px;
    text-align: center;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 0;
    display: inline-table;
    border: 2px solid #c39b2d;
    color: #c39b2d;
    background: transparent;
    border-radius: 50%;
    background: #ffffff;
}
.box-area {
    padding: 15px;
    background: #ffffff;
    margin-top: -21px;
}
.skill-home {
    margin-bottom: 50px;
        background: #ebebeb;
    padding: 30px;
    border-radius: 6px;
}
.milestone
{
	    background: #ebebeb;
    border-radius: 6px;
}
.milestone h3
{
	    font-style: italic;
    color: #c39b2d;
    font-size: 18px;
    text-align: center;
    background: #fff;
    padding: 7px 0;
    margin: 15px 10px;position: relative;
}
.milestone h3:after
{
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: 0;
    top: 35px;
    left: 50%;
}
.withArrow li
{
	list-style: none;color: #fff;
}
.withArrow p
{
	    display: inline-block;
    width: 88%;    color: #000;
}
.fa-angle-right
{
    margin-right: 10px;
    font-weight: 700;
    color: #c39b2d;
    border: 1px solid;
    padding: 4px 8px;
    font-size: 11px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    vertical-align: top;
    margin-top: 3px;
}
#more
{
	display: none;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 0;
    display: none;
    text-indent: -9999px;
    background: url('https://cdn3.ticketnew.com/partners/img/Vishnu_Cinemas/down.png') no-repeat center;
    background-color: #000;
}

.tbl tr th.center {
    text-align: center;
}
.tbl tr td.center {
    text-align: center;
}
.table-bordered td, .table-bordered th {
    font-size: 13px;padding: 8px
}
.quality h3
{
	font-size: 18px;
}
section
{
	    background: #fff;    padding: 10px 0;padding-top: 0;
}
.slider {
    /*padding-bottom: 10px;*/position: relative;
}
.rating {
    position: absolute;
    right: 15px;
    bottom: 15px;
    transform: rotate(-45deg);
    font-size: 20px;    color: #fff;
}
.slider_controller
{
	    position: absolute;
    bottom: 5px;
    text-align: center;  
    width: 100%;
}
.ad{
	width: 100%;
}
.active
{
	background-color: transparent;
}
.panel-thumbnail img
{
	width: 100%;
}
.text-info {
    color: #c39b2d!important;
}
.input-group-text
{
	    border-radius: inherit;background: #fff;
}
.form-control
{
	border-radius: inherit;
}
.btn-info
{
	
}
.carousel-control-next, .carousel-control-prev
{
	width: 5%;    bottom: 200px;
}
.movie-title
{
	background: #e8e8e8;
    color: #000;
    padding: 10px;text-align: center;
text-overflow: ellipsis;overflow: hidden;white-space: nowrap;
}
.synopsis p
{
	background: #fff;
    color: #000;
    text-decoration: none;
    padding: 10px;
    height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;    margin: 0;    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;    font-size: 15px;
}
.quick_book button
{
	border: none;width: 100%;    padding: 10px;cursor: pointer;
}
.book_tickets button
{
	    background: #fff;
    color: #000;
    outline: none;
    border: 1px solid #ccc;
}
.book_tickets button:hover{
	background-color: #ccc;
}
/*.book_tickets button:after
{
    content: '';
    border-bottom: 57px solid #FFC107;
    border-left: 64px solid transparent;
    position: absolute;
    right: 10px;
    bottom: 44px;
}*/
.watch_trailer button
{
	background: #c39b2d;color: #fff
}
.panel-thumbnail a
{
	text-decoration: none;
}
.book_tickets .fa
{
    right: 60px;
    /*position: absolute;*/
    z-index: 99999;
}
.carousel-item
{
	padding-left: 5px;
	padding-right: 10px;
}
footer
{
    border-top: 3px solid #c39b2d;
    margin-top: 26px;
    line-height: 45px;
    background: #333;
}
footer p
{
    line-height: 24px;
    color: #fff;
    margin: 0;
    margin-top: 15px;
    padding-bottom: 15px;    font-size: 13px;
}
.modal-header .close
{
	outline: none;
}

.padding {
    padding: 0 !important;
}
/*thumbnail slider*/
@media screen and (max-width:1227px)
{
	.menu ul li a {
    padding: 10px 8px;
}
}
@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }
    
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

 /* Bootstrap Lightbox using Modal */

#profile-grid { overflow: auto; white-space: normal; } 
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}
/* On smaller screens, decrease text size */
	.btn-select {
    position: relative;
    padding: 0;
   /* min-width: 236px;*/
    width: 100%;
    border-radius: 0;
   /* margin-bottom: 20px;*/
}

.btn-select .btn-select-value {
    padding: 4px 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.btn-select .btn-select-arrow {
float: right;
        line-height: 23px;
    padding: 4px 12px;
    top: 0;
    color: #fff;
}

.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}

.btn-select ul li {
    padding: 3px 6px;
    text-align: left;
}

.btn-select ul li:hover {
    background-color: #f4f4f4;
}

.btn-select ul li.selected {
    color: white;
}
.btn-select.btn-primary:hover, .btn-select.btn-primary:active, .btn-select.btn-primary.active {
    border-color: #286090;
}

.btn-select.btn-primary ul li.selected {
       color: #c39b2d;
}

.btn-select.btn-primary ul {
    border: #929292 1px solid;
}

.btn-select.btn-primary .btn-select-value {
       /*background-color: #ffffff;*/
  /*  border: #2e6da4 1px solid;*/
    color: #000;
}

.btn-select.btn-primary:hover, .btn-select.btn-primary.active {
    background-color: transparent;
}
.booking
{
	    margin: 0;        background: #fff;
    border: 1px solid #e6e6e6;
}
.booking h3
{
	    color: #000;
    margin: 28px 0 20px 0;
    text-align: center;
}
.booking .padding
{
	    margin-bottom: 10px;    
}
.contact p
{
	margin: 0;
}
.section1 {
    margin-top: 20px;
}
.btn-info {
       color: #000;
    background-color: transparent;
    border-color: transparent;
    border: 1px solid #ced4da;
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-info.focus, .btn-info:focus {
    box-shadow: none;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
  color: #000;
    background-color: transparent;
    border-color: transparent;
    border: 1px solid #ced4da;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle
{
	background-color: transparent;
}
.btn-info:hover {
       color: #000;
    background-color: transparent;
    border-color: #c39b2d;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #c39b2d;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(229, 81, 38, 0.1);
}
.btn
{
	/*padding: inherit !important;*/
	border-radius: 0 !important;
}
.btn-primary {
    color: #000 !important;
    background-color: transparent;
    border-color: #929292 !important;
    border-radius: 6px !important;    height: 35px;
}
.booking button
{
       width: 100%;
    background: #fff;
    line-height: 30px;
    border: 1px solid #929292 !important;
    border-radius: 6px !important;
}
.booking button a
{
	color: #000;text-decoration: none;font-weight: bold;
}
.nowshowing h2 {
    margin: 15px 0;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-down:before {
    content: "";
	border: solid #000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
	 transform: rotate(45deg);
    -webkit-transform: rotate(45deg);color: #fff;
}
.slide_booking
{
	   /* padding: 0 15px;*/
}
/* gallery */
.demo-gallery
{
	    margin-top: 20px;
}
.demo-gallery > ul {
  margin-bottom: 0;
}
.lg-autoplay-button,.lg-fullscreen,#lg-zoom-in,#lg-zoom-out,#lg-actual-size,#lg-share,#lg-download
{
	display: none;
}
.demo-gallery > ul > li {
 /*   float: left;
    margin-bottom: 15px;
    margin-right: 20px;
    width: 200px;*/    margin-bottom: 20px;
}
.demo-gallery > ul > li a { 
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;    border: 1px solid #e6e5e5;
}
.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.home .demo-gallery {
  padding-bottom: 80px; 
}
.list-unstyled h6
{
	    text-align: center;
    margin: 10px 0;
}
.list-unstyled a
{
	text-decoration: none;
}
.list-unstyled a:hover
{
	color: #000;
}
.item img
{
	width: 100%;
}
/*.btn:not(:disabled):not(.disabled) {
    border: none;
}*/
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
button.btn.btn-primary.leftLst1, button.btn.btn-primary.rightLst1
{
	    color: #e4e4e4;
    background-color: transparent;
    border-color: transparent !important;
    /* font-size: 2rem; */
    padding: 0;outline: none;    top: 40%;
}
button.btn.btn-primary.leftLst1 img, button.btn.btn-primary.rightLst1 img
{
    background: #000;
    padding: 6px;    width: 27px;}
/*button.btn.btn-primary.leftLst1
{
	left: 1%;
}
button.btn.btn-primary.rightLst1
{
	right: 1%;
}*/
.btn-primary:hover {
    background-color: transparent;
    border-color: transparent;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.MultiCarousel_new {
	/*float: left;*/
	overflow: hidden;
	/*width: 90% !important;*/
	position: relative;
	margin: 0 auto;
}
.MultiCarousel_new .MultiCarousel-inner_new {
	transition: 1s ease all;
	float: left;
}
.MultiCarousel_new .MultiCarousel-inner_new .item {
	float: left;
}
.MultiCarousel_new .MultiCarousel-inner_new .item > div {
    text-align: center;
    padding: 1px;
    margin: 15px 20px 15px 15px;
    color: #666;
}
.MultiCarousel_new .leftLst1, .MultiCarousel_new .rightLst1 {
	position: absolute;
	border-radius: 50%;
	top: calc(50% - 20px);
}
.MultiCarousel_new .leftLst1 {
	left: -0.5%;
}
.MultiCarousel_new .rightLst1 {
	right: -0.5%;
}
.MultiCarousel_new .leftLst1.over, .MultiCarousel_new .rightLst1.over {
	pointer-events: none;
	background: #ccc;
}
.MultiCarousel {
	float: left;
	overflow: hidden;
	width: 71%;
	position: relative;
	margin: 0 auto;
}
.MultiCarousel2 {
	float: left;
	overflow: hidden;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.MultiCarousel .MultiCarousel-inner {
	transition: 1s ease all;
	float: left;
}
.MultiCarousel .MultiCarousel-inner .item {
	float: left;
}
.MultiCarousel .MultiCarousel-inner .item > div {
	text-align: center;
	padding: 1px;
	margin: 15px; /*background:#f1f1f1;*/
	color: #666;
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst {
	position: absolute;
	border-radius: 50%;
	top: calc(50% - 20px);
}
/*.MultiCarousel .leftLst {
	left: 2%;
}
.MultiCarousel .rightLst {
	right: 2%;
}*/
.MultiCarousel .leftLst {
	left: -1%;
}
.MultiCarousel .rightLst {
	right: -1%;
}
.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
	pointer-events: none;
	background: #ccc;
}
button.btn.btn-primary.rightLst.over, button.btn.btn-primary.leftLst.over {
	display: none;
}
button.btn.btn-primary.rightLst1.over, button.btn.btn-primary.leftLst1.over {
	display: none;
}
#MultiCarousel2 img {
	opacity: 0.6;
}

@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
@media screen and (max-width:991px)
{
	.menu ul li a
	{
		color: #fff;
	}
	.menu ul li a:hover
	{
		color: #ccc;
	}
	.slide_booking
	{
		padding: 0;
	}
	.slide_booking .row,.about_container .row
	{
		    margin-right: 0px;
    margin-left: 0px;
	}
	.booking h3 {
    margin: 10px 0 10px 0;
}
	section
	{
		padding: 0;
	}
	.container
	{
		padding: 0;margin: 0;    max-width: 100%;
	}
	.collapse-icon,.closebtn
	{
		display: inherit !important;
	}
	/*.menu ul
	{
		display: none;
	}*/
	#sub_menu
{
	 height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
        background-color: rgba(17, 17, 17, 0.87);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;text-align: left;
}
#sub_menu .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;    color: #fff;
}
	.menu ul li {
    display: block;
}
.navbar-brand {
    width: 85%;
    float: left;
}
	.menu {
    border-top: inherit;
    border-bottom: inherit;
    width: 7%;
    float: right;    margin-top: 34px;
}
}
@media screen and (max-width:767px)
{
	.withArrow
	{
		padding: 0;
	}
	.section1
	{
		margin-top: 20px;
	}
	.social_icons
	{
		display: none;
	}
}
@media screen and (max-width:576px)
{
	.slider_controller
	{
		display: none;
	}
	img.logo
	{
		display: block;
	}
	
}
@media (min-width: 576px)
{
.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}}
@media screen and (max-width:390px)
{
	.withArrow p {
    width: 85%;
}
}
@media screen and (min-width:991px)
{
	input.btn.btn-info.btn-block.rounded-0.py-2 {
    width: 25%;
}
}