html {
	height: 100%;
	box-sizing: border-box;
  }
  body {
	background-color: #fff;
	color: #000000;
	counter-reset: section;
	font-size: 14px;
	font-family: "lato", sans-serif;
	margin: 0;
	min-height: 100%;
	position: relative;
	overflow-x: hidden;
  }
  .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
  ul,
  ol,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
	outline: none !important;
	margin: 0;
	padding: 0;
  }
  p + p {
	padding: 10px 0;
  }
  img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
  }
  iframe {
	max-width: 100%;
  }
  a:hover,
  a:focus {
	outline: none;
	text-decoration: none;
  }
  .mt30 {
	margin-top: 40px;
  }
  .mt20 {
	margin-top: 20px !important;
  }
  .clear {
	clear: both;
  }
  .bg-gray {
	background: #fdfdfd;
  }
  a.btn.btn-outline {
	/* border: 1px solid #555555c7; */
	background: #f4623a;
	color: #fff !important;
  }
  .btn img {
	width: 22px !important;
	display: inline-block;
  }
  /* HHHHHHHEEEEEEAAAAADDDDDEEEEERRR */
  /* [ MAIN HEADER STARTS FROM HERE]*/
  /* ------------------------------- */
  header {
  }
  
  /* [HEADER > TOP HEADER ]*/
  /* --------------------- */
  header .top-header {
	position: static;
	background: #000;
	padding: 8px 0;
  }
  
  header .top-header .social {
	padding: 0;
	margin: 0;
  }
  
  header .top-header .social li {
	display: inline-block;
  }
  header .top-header .social li i {
	color: #ffffff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 27px;
	border-radius: 50%;
	border: 2px solid #107310;
	font-size: 13px;
	padding: 0;
	margin: 0;
	background: #107310;
  }
  header .top-header-right ul {
	margin: 0;
	padding: 0;
  }
  
  header .top-header-right ul li {
	display: inline;
	color: #ffffff;
	margin-left: 19px;
	font-size: 14px;
	/* font-weight: 500; */
	vertical-align: middle;
  }
  
  header .top-header-right {
	text-align: right;
	margin-top: 3px;
  }
  header .top-header-right ul li img {
	max-width: 15px;
	margin-right: 5px;
	display: inline;
  }
  
  /* [HEADER > BOTTOM HEADER ]*/
  /* ----------------------- */
  header .bottom-header {
  }
  header .bottom-header .main-nav {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	background: #ffffff;
	padding: 0px 0;
	position: fixed;
	top: 0;
	box-shadow:0 5px 10px rgba(125, 125, 125, 0.15);
  }
  
  header .bottom-header .main-nav .navbar-right .active a {
	color: #02365e;
  }
  
  header .bottom-header .main-nav .navbar-collapse {
	flex-grow: 0;
  }
  
  header .bottom-header .main-nav .navbar-brand > img {
	width: 130px;
  }
  
  header .bottom-header .main-nav li {
	display: inline-block;
  }
  
  header .bottom-header .main-nav li a {
	color: #0a0a0a;
	font-size: 11px;
	padding: 20px 34px !important;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0;
	font-family: "oswald";
	letter-spacing: 2px;
  }
  
  header .bottom-header .main-nav .nav-link:focus,
  header .bottom-header .main-nav .nav-link:hover {
	text-decoration: none;
	color: #f4623a;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
  }
  header .bottom-header .main-nav .active .hvr-underline-from-center:before {
	left: 0;
	right: 0;
  }
  
  /* BANNER / SLIDER / CAROUSEL */
  /* --------------------------- */
  /* ===================== */
  /* BANNER */
  /* ===================== */
  
  #main-slider {
	max-height: 550px;
	overflow: hidden;
	width: 100%;
  }
  #main-slider .carousel-item {
	max-height: 550px;
	overflow: hidden;
	position: relative;
  }
  #main-slider .carousel-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(transparent, #000000);
  }
  #main-slider .carousel-item img {
	width: 100%;
  }
  #main-slider .carousel-caption {
	bottom: 60px;
  }
  #main-slider .carousel-caption h3 {
	font-family: "Playfair Display";
	font-weight: bold;
  }
  #main-slider .carousel-indicators {
	bottom: 30px;
	width: 100%;
	/* transform: rotate(90deg); */
	margin: 0;
	padding: 0;
	right: 0;
	/* display: block; */
	z-index: 1000;
  }
  #main-slider .carousel-indicators li {
	background: #f4623a;
	border: 2px solid #f4623a;
	width: 15px;
	height: 15px;
	border-radius: 50%;
  }
  #main-slider .carousel-indicators .active {
	background: #f4623a !important;
	border: 2px solid #f4623a;
	width: 15px;
	height: 15px;
	margin: 0 5px !important;
  }
  
  /*  */
  /* RIBBONS */
  .ribbon {
	font-size: 0.9375rem;
	color: #fff;
	position: absolute;
	top: 0.9375rem;
	left: 0;
	z-index: 100;
	background: #f4623a;
	font-weight: bold;
	display: block;
	-webkit-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
	}
  .ribbon:before {
	content: "";
	border-top: 0 solid transparent;
	border-bottom: 0.625rem solid transparent;
	border-right: 0.5rem solid #e7562f;
	display: none;
	position: absolute;
	bottom: -0.625rem;
	left: 0;
	}
  .box-style:hover .ribbon {
	left: -0.5rem;
  }
  .box-style:hover .ribbon:before {
	display: block;
  }
  
  .ribbon .ribbon-edge {
	position: relative;
	padding: 0.75rem 1.875rem;
	display: block;
	font-size: 14px;
	font-family: "oswald";
	font-weight: 400;
	}
  .ribbon .ribbon-edge:before,
  .ribbon .ribbon-edge:after {
	content: "";
	position: absolute;
	border-right: 1.5625rem solid transparent;
	border-left: 0 solid transparent;
	right: -1.5rem;
  }
  .ribbon .ribbon-edge:before {
	border-top: 1.5625rem solid #f4623a;
	top: 0;
	}
  .ribbon .ribbon-edge:after {
	bottom: 0;
	border-bottom: 1.5625rem solid #f4623a;
	}
  
  /*Activities Section Version Four Css*/
  .activities-sectionvfour {
	padding: 50px 0;
	background: #fafafa;
  }
  .activities-sectionvfour .row.no-gutters {
  }
  .activities-sectionvfour .row.no-gutters div[class*="col-"] {
	padding: 0 15px 15px 0;
  }
  .activities-sectionvfour .icon-box {
	background-color: #fff;
	text-align: center;
	padding: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	border-bottom: 8px solid whitesmoke;
  }
  .activities-sectionvfour .icon-box img {
	width: 37px;
	margin: 0 auto;
	/* filter: invert(1); */
	vertical-align: middle;
	margin-top: 8px;
  }
  .icon-image {
	background: #fff;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	padding-top: 10px;
	margin: auto;
	border: 1px solid #55555512;
  }
  .activities-sectionvfour .icon-box:hover .icon-image {
	background: #f4623a;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
  }
  .activities-sectionvfour .icon-box:hover .icon-image img {
	filter: invert(1);
  }
  .activities-sectionvfour .icon-box h3 {
	font-size: 14px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "oswald", sans-serif;
	letter-spacing: 1px;
  }
  .activities-sectionvfour .icon-box .overlay {
	background-color: #00a8c3;
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 30px;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	display: flex;
	color: #fff;
	opacity: 0;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
  }
  .activities-sectionvfour .overlay p {
	font-size: 16px;
	line-height: 24px;
	max-height: 105px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
  }
  .activities-sectionvfour .icon-box:hover .overlay {
	opacity: 1;
	top: 0;
  }
  
  /* DESTINATION SECTION */
  /*Tour Package v4 Package Css*/
  .tourPackageBox {
	padding: 70px 0;
  }
  .tourPackageBox .box-style {
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
  }
  .tourPackageBox .box-style .image-wrapper {
	position: relative;
	max-height: 230px;
	overflow: hidden;
  }
  .tourPackageBox .box-style:before {
	content: "";
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	display: block;
	position: absolute;
	z-index: 9;
	background: -moz-linear-gradient(
	  left,
	  rgba(0, 0, 0, 0.65) 0%,
	  rgba(0, 0, 0, 0) 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
	  left,
	  rgba(0, 0, 0, 0.65) 0%,
	  rgba(0, 0, 0, 0) 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
	  to bottom,
	  rgba(0, 0, 0, 0.2) 50%,
	  rgba(0, 0, 0, 0.63) 99%,
	  rgba(0, 0, 0, 0.5) 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1 ); /* IE6-9 */
  }
  .tourPackageBox .box-style .image-wrapper a {
	display: block;
	overflow: hidden;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: "oswald", sans-serif;
	}
  .tourPackageBox .box-style .image-wrapper a img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
  }
  .tourPackageBox .box-style:hover .image-wrapper a img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
  }
  .tourPackageBox .box-style .box-content {
	position: absolute;
	bottom: 10px;
	color: #ffffff;
	padding: 20px;
	z-index: 9;
	width: 100%;
  }
  .tourPackageBox .box-style .box-content h3 {
	text-align: center;
	display: block;
	font-weight: bold;
  }
  .tourPackageBox.box-style .box-content h3 a {
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	text-align: center;
  }
  .tourPackageBox .box-style .box-content p {
	max-height: 68px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: center;
	font-weight: 300;
  }
  .tourPackageBox .box-style .box-content a.btn-outline {
	border: 2px solid #0f315a;
	border-radius: 45px;
	color: #fff;
	margin-top: 15px;
	padding: 5px 19px;
	font-weight: 500;
	background: #0f315a;
  }
  
  /*Tour package box Responsive Css*/
  @media only screen and (max-width: 768px) {
  }
  
  @media only screen and (max-width: 580px) {
	.tourPackageBox .col-xs-6 {
	  width: 100%;
	}
  }
  
  /* SECTION TILTE */
  
  .sec-title {
	margin-bottom: 30px;
  }
  .sec-title h2 {
	font-weight: bold;
	color: #000;
	text-align: center;
	display: block;
	width: 100%;
	font-family: "Playfair Display";
	font-size: 30px;
  }
  
  /* SEPRATOR */
  .separator {
	display: block;
	width: 60px;
	height: 5px;
	margin: 15px auto 15px;
	background-color: #cccccc;
	position: relative;
	border: 1px solid #cccccc;
  }
  
  .separator:after {
	width: 30px;
	height: 5px;
	background: #f4623a;
	position: absolute;
	top: -1px;
	left: -1px;
	content: "";
  }
  
  /* ===================== */
  /* SCROLL BAR */
  /* ===================== */
  ::-webkit-scrollbar {
	width: 8px !important;
	height: 8px !important;
  }
  
  ::-webkit-scrollbar-track {
	box-shadow: none;
	border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb {
	background: #eeeeee;
	border-radius: 10px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
	background: #eeeeee;
  }
  
  /* INTRO */
  .homepage-intro,
  .image-text {
	padding: 70px 0;
	background: #fdfdfd;
	border-bottom: 1px solid #f8f8f8;
  }
  .homepage-intro .content,
  .image-text .content {
	padding: 30px 50px;
	background: #ffffff;
	box-shadow: 0 5px 10px rgba(125, 125, 125, 0.15);
	width: 100%;
  }
  .homepage-intro .content img,
  .image-text .content img {
	width: 100%;
	height: auto;
  }
  .homepage-intro .content h2,
  .image-text .content h2 {
	font-weight: bold;
	font-style: 2rem;
  }
  .homepage-intro .content h5,
  .image-text .content h5 {
	font-weight: bold;
	font-style: 1.25rem;
  }
  .homepage-intro .content h4,
  .image-text .content h4 {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 26px;
	font-family: "Playfair Display";
  }
  .homepage-intro .content p,
  .image-text .content p {
	font-size: 1rem;
	color: #888;
	line-height: 27px;
  }
  .homepage-intro .content .btn-default,
  .image-text .content .btn-default {
	background: #f4623a;
	padding: 10px 33px;
	color: #ffffff;
	font-size: 0.875rem;
	margin-top: 20px;
	font-weight: 500;
	border-radius: 300px;
	font-family: "oswald", sans-serif;
	letter-spacing: 1px;
  }
  
  /* FOOTER */
  /*Footer Version two Css*/
  footer.footer-v-2 {
	background-color: #fdfdfd;
	color: #333;
	padding: 60px 0 15px 0;
	}
  footer.footer-v-2 h4 {
	font-weight: bold;
	/*text-transform: uppercase;*/
	font-size: 16px;
	margin: 15px 0;
  }
  footer.footer-v-2 ul {
  }
  footer.footer-v-2 ul li {
	list-style: none;
	margin-bottom: 5px;
	font-size: 13px;
  }
  footer.footer-v-2 ul li a,
  footer a {
	color: #555;
  }
  footer.footer-v-2 ul li a:hover {
	color: #f05330;
  }
  footer.footer-v-2 ul.social-links li {
	display: inline-block;
	height: 30px;
	line-height: 30px;
  }
  footer.footer-v-2 ul.social-links li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #f1f1f1;
	text-align: center;
	display: block;
	margin: 0 1px;
	color: #333;
	border-radius: 4px;
	background: #fff;
	}
  footer.footer-v-2 ul.social-links li a:hover,
  .footer-v-2 .social-links li a:hover {
	background-color: #f05330;
	color: #fff;
	border: none;
  }
  .footer-v-2 .logo-footer {
	letter-spacing: 0.5px;
	font-size: 19px;
	margin-bottom: 12px;
	font-weight: bold;
	font-family: "playfair Display";
  }
  footer.footer-v-2 h4 {
	margin-top: 0;
	color: #333;
	margin-bottom: 15px;
	/*text-transform: uppercase;*/
	font-size: 14px;
	font-weight: bold;
	font-family: "Playfair Display";
  }
  footer.footer-v-2 p {
	color: #555;
	font-size: 13px;
	margin-bottom: 16px;
  }
  footer.footer-v-2 a.link {
	display: inline-block;
	margin: 0 0 16px 0;
	color: #f4623a;
	font-size: 13px;
  }
  footer.footer-v-2 .form-horizontal {
	margin-bottom: 38px;
  }
  footer.footer-v-2 .form-horizontal .input-group {
	width: 100%;
  }
  footer.footer-v-2 .form-horizontal .form-control {
	border-radius: 0;
	display: table-cell;
	font-size: 13px;
	width: 80%;
	min-height: 39px;
	border-color: #fff;
  }
  footer.footer-v-2 .form-horizontal .input-group .btn {
	display: table-cell;
	border-radius: 0;
	background-color: #ffd400;
  }
  footer.footer-v-2 .footer-top {
	border-bottom: none;
	padding-bottom: 40px;
  }
  footer.footer-v-2 .bottom-footer {
	border-top: 1px solid #4a48481f;
	padding-top: 15px;
  }
  .footer-content {
    padding: 0 15px;
}
.follow-us {
    margin-top: 30px;
}
  
  /* FOOTER */
  .call-to-action {
	display: none;
	background: currentColor;
	padding: 28px 0;
	position: relative;
  }
  .call-to-action h3 {
	color: #ffffff;
	font-weight: 800;
	font-size: 26px;
	margin-bottom: 0px;
  }
  .call-to-action h3 span {
	color: #ffffff;
	font-weight: 700;
  }
  .call-to-action p {
	font-size: 16px;
	color: #fff;
  }
  .call-to-action .btn-default {
	color: #fff;
	background: transparent;
	border-color: #ffffffcc;
	padding: 10px 30px;
	border-radius: 0;
	font-size: 16px;
	font-weight: 400;
	border-width: 1px;
	font-weight: bold;
	float: right;
  }
  
  /* GALLERY */
  section.gallery {
	padding: 70px 0;
  }
  
  .gallery-image {
	margin-bottom: 30px;
  }
  
  /*  */
  /* ===================== */
  /* ***** ABOUT INNER *****/
  /* ===================== */
  
  .box {
	padding: 100px 0;
	/*background-position: center center !important;*/
	background-attachment: fixed !important;
	margin: 58px 0 0 0;
  }
  .box-capiton {
	background: #ffffff;
	padding: 25px 0;
  }
  .box img {
	display: block;
	margin: auto;
  }
  .about-box {
	/*background: url("../img/hotel-room-bg.jpg") no-repeat;*/
	background: url("../img/ab.jpg")no-repeat;
  }
  .contact-box {
	/*background: url("../img/hotel-room-bg.jpg") no-repeat;*/
	background: url("../img/ab.jpg")no-repeat;
  }
  .near-destinations {
	/*background: url("../img/hotel-room-bg.jpg") no-repeat;*/
	background: url("../img/ab.jpg")no-repeat;
  }
  .our-rooms {
	/*background: url("../img/hotel-room-bg.jpg") no-repeat;*/
	background: url("../img/ab.jpg")no-repeat;
  }
  .our-gallery {
	/*background: url("../img/hotel-room-bg.jpg") no-repeat;*/
	background: url("../img/ab.jpg")no-repeat;
  }
 
  .box h2 {
	color: #000;
	text-align: center;
	font-family: "Playfair Display";
	font-weight: bold;
	font-size: 26px;
  }
  
  /* CONTACT */
  /* CONNECT */
  
  .connect {
	padding: 100px 0;
	background: #ffffff;
	background-size: cover;
	background-attachment: fixed;
  }
  .connect-form {
    background: #fdfdfd;
    padding: 20px;
    border: 1px solid #f9f9f9;
    border-radius: 4px;
}
  .connect input,
  .connect textarea,
  .connect select {
	box-shadow: none;
	min-height: 48px !important;
	border-radius: 0px !important;
	border-color: #fdfdfd;
	font-weight: 500;
	background: transparent;
	border: 1px solid #e9e9e9;
	}
  
  .connect form {
	margin-top: 40px;
  }
  
  .connect h2 {
	font-size: 20px;
	font-weight: 600;
	color: #585858;
	/* text-align: center; */
	margin-bottom: 20px;
  }
  
  .connect .main-address p, .connect .main-address p a {
	font-size: 15px;
	padding: 2px 0;
	color: #666;
  }
  
  .connect .address {
	margin-top: 10px;
	border: 1px solid #ececeb;
	padding: 22px;
	color: #fff;
  }
  .connect .main-address div span {
	display: inline-block;
	margin-right: 5px;
  }
  
  .connect .main-address div aside {
	display: inline-block;
  }
  
  .connect .main-address {
	margin-bottom: 10px;
	font-size: 15px;
  }
  ul.bottom-footer-social {
    margin-top: 20px;
}

.bottom-footer-social li {
    display: inline;
    list-style: none;
}

.bottom-footer-social li a {
}

.bottom-footer-social li a i {
    color: #5b5b5b;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    margin-right: 3px;
    background: #ffffff;
}

.btn-connect {
    padding: 0 35px;
    height: auto;
    border-radius: 4px !important;
	font-weight: 600 !important;
	background: #f4623a !important;
	color:#fff;
}
.sidebar-information{
	background: #fdfdfd;
	padding: 20px;
	border: 1px solid #f9f9f9;
	border-radius: 4px;
	margin-bottom: 25px;
}


/* MODAL */
/* MODAL */
.modal-backdrop.show {
    opacity: .5;
    z-index: 0;
}
.cart-modal {
    background: #00000014;
}
/* --===== modal css --====== */

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 18px;
    /* letter-spacing: 2px; */
    font-weight: bold;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 410px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    background: #f0f0ef;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 25px 80px;
    background: #fff;
}

/*Left*/

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/

.custom-modal.fade .modal-dialog {
    right: 0;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */

.custom-modal .modal-content {
    border-radius: 0;
    border: none;
}

.custom-modal .modal-header {
    border-bottom-color: #fdfdfd;
    background-color: #f4623a;
    border-radius: 0;
    color: #ffffff;
}

/* ----- v CAN BE DELETED v ----- */

.demo {
    padding-top: 60px;
    padding-bottom: 110px;
}

.btn-demo {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #FFFFFF;
}

.btn-demo:focus {
    outline: 0;
}

.demo-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #212121;
    text-align: center;
}

.demo-footer>a {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.food-order-item.row {
    background: #fafafa;
}

.custom-modal h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.custom-modalt p {
    font-weight: lighter;
    font-family: arial;
}

.custom-modal p {
    font-size: 14px;
    margin: 0 0 8px 0px;
    color: #888;
}

.modal.right .price {
    font-size: 15px;
    font-family: arial;
    font-weight: bold;
    color: #70bd48;
    margin-top: 10px;
}

.food-order-item {
    font-family: arial;
    background: #fff;
    padding: 0px 25px 16px;
    margin-bottom: 10px;
}
.product-row {
    background: #fff;
    padding: 15px 0;
    margin-bottom: 10px;
    /* box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05); */
    border-bottom: 1px solid #fafafa;
}
.cart-modal .product-price h4 {
    font-size: 17px;
}
.cart-modal .product-price .remove {
    color: #c5c5c5;
    font-size: 19px;
}
.cart-modal .control-btn .value-button {
    display: table-cell;
    width: 35px;
    background: transparent;
    text-align: center;
    color: #000;
    font-weight: bold;
    border: 1px solid #eee;
    cursor: pointer;
}

.cart-modal .control-btn input {
    display: inline;
    width: 70px;
    text-align: center;
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
}

.cart-modal .control-btn form {
    display: table;
}
.modal-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.modal-footer button {
    display: block;
    width: 100%;
    padding: 14px 0;
    background: #faf174;
    border-color: #faf174;
    color: #222;
    font-size: 18px;
    font-weight: bold;
}
.modal-footer .btn-cart {
    background: #00a63f;
    border-color: #00a63f;
    color: #fff;
    padding: 12px 50px;
    border-radius: 5px !important;
}

.modal-footer .btn-checkout {
    background: #384f93;
    color: #fff;
    border-color: #384f93;
    padding: 12px 50px;
}
.cart-modal .close {
    opacity: 1;
    box-shadow: none;
    text-shadow: none;
    margin-right: 3px;
    color: #ffffff;
    font-size: 31px;
    font-weight: lighter;
}
.booking-form .form-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}
.booking-form .btn {
    color: #fff !important;
    padding: 10px 35px;
}

/* PRICING */
.pricing {
    background: #fafafa;
    padding: 10px;
    display: block;
    width: 100%;
    margin-top: 15px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.pricing p {
    font-weight: 600;
    font-size: 16px;
    margin: 0 !important;
}

.pricing h3 {
    margin: 5px 0;
    font-weight: bold;
    color: #f4623a;
    font-size: 26px;
}
.pricing h3 small.per {
    color: #a9a9a9;
    font-size: 60%;
}