@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap');
* {
  font-family: 'Lato', sans-serif;
  outline: none;
  color: #281c49;
}
body {
  background: #ffffff;
  font-size: 15px;
  line-height: 24px;
  outline: none;
  border: none;
}
a {
  transition: .2s;
  color: #281c49;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #f6d400;
}
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.link {
  color: #281c49;
  border-bottom: 1px solid #f6d400;
  font-size: 16px;
  font-weight: 700;
}
.img {
  width: 100%;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.margin-center {
  margin: 0 auto;
}
.m0 {
  margin-top: 0 !important;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.p50 {
  padding: 50px;
}
.p30 {
  padding: 30px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt50 {
  padding-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.mt100 {
  margin-top: 100px;
}
.mb100 {
  margin-bottom: 100px;
}
/* Font size */
.font16 {
  font-size: 16px;
}
.font24 {
  font-size: 24px;
}
.font36 {
  font-size: 36px;
}
.font48 {
  font-size: 48px;
}
.font72 {
  font-size: 72px;
}
/* Text Colors */
.text-color {
  color: #281c49;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
.text-light {
  color: #a5a5a5;
}
/* Text Sizes */
.text-extrasmall {
  font-size: 16px;
}
.text-small {
  font-size: 18px;
}
.text-medium {
  font-size: 24px;
}
.text-medium-large {
  font-size: 30px;
}
.text-large {
  font-size: 36px;
}
.text-extralarge {
  font-size: 48px;
}
/* Text Style */
.font-regular {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
h2 {
  font-size: 30px;
  font-weight: 700;
}
h3 {
  font-size: 24px;
  font-weight: 500;
}
h4 {
  font-size: 18px;
  font-weight: 500;
}
h5 {
  font-size: 15px;
  font-weight: 400;
}
h6 {
  font-size: 13px;
  font-weight: 400;
}
.logo img {
  width: auto;
}
.home nav {
  background: #ffffff !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.home .navbar-nav li .navbar-brand {
  padding-right: 60px;
  padding-left: 60px;
  margin: 0;
}
.home .navbar-nav li {
  list-style: none;
  display: inline-block;
}
.page nav {
  background: #ffffff !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page .navbar-nav li .navbar-brand {
  padding-right: 60px;
  padding-left: 60px;
  margin: 0;
}
.page .navbar-nav li {
  list-style: none;
  display: inline-block;
}
.navbar-expand-lg .navbar-nav {
  margin: 0 auto;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 12px;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #281c49;
  display: flex;
  margin: 0;
  line-height: normal;
}
.mobile-login, .mobile-logo {
  display: none !important;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item.active, .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #f6d400;
}
.bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0); /* IE6-9 */
  display: block;
}
.carousel-caption {
  margin-bottom: 150px;
  color: #ffffff;
}
.carousel-caption h5 {
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
}
.carousel-caption p {
  margin-bottom: 30px;
  color: #ffffff;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #281c49;
  background: #f6d400;
}
.navbar-expand-lg .navbar-nav {
  margin: 0 auto;
  position: relative;
  display: inline;
  float: left;
}
.menu-open {
  background: url("../../images/menu-icon.png");
  width: 40px;
  height: 40px;
  display: inline;
  border: none;
  outline: none;
  cursor: pointer;
  float: right;
  position: absolute;
  right: 15px;
  display: none;
}
.menu-close {
  background: url(../../images/menu-close-icon.png) no-repeat;
  width: 40px;
  height: 40px;
  padding-bottom: 85px;
  top: 30px;
  display: none;
  cursor: pointer;
  float: right;
  position: absolute;
  right: 15px;
  z-index: 999;
}
.dropdown-menu a {
  background: #ffffff;
}
button {
  border: none;
}
button:focus {
  outline: none;
}
.menu-home {
  position: relative;
  clear: both;
  top: 4px;
}
.menu-home span {
  background: transparent url(../../images/menu-home.png);
  width: 22px;
  height: 20px;
  display: inline-block;
  float: left;
  top: 4px;
  vertical-align: bottom;
}
.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link span {
  background: transparent url(../../images/menu-home-active.png);
}
.menu-home .nav-link {
  max-height: 35px;
}
.dropdown-toggle::after {
  margin-top: 10px;
}
#PixoHomeSlider {
  width: 100%;
  z-index: 1;
}
section {
  padding: 50px 0;
}
.page header {
  box-shadow: 0 20px 0 #f4f4f4;
}
header nav ul.social-header {
  display: none !important;
}
header nav ul.social-header li{
  display: none !important;
}
ul.social-header {
  float: left;
  position: absolute;
  left: 30px;
}
ul.social-header li {
  float: left;
  margin-right: 20px;
}
ul.social-header li:last-child {
  margin: 0;
}
ul.social-header li a {
  width: 20px;
  height: 20px;
  float: left;
}
ul.social-header li a.social-facebook {
  background: url("../../images/facebook.png") no-repeat center;
}
ul.social-header li a.social-twitter {
  background: url("../../images/twitter.png") no-repeat center;
  height: 25px;
  width: 25px;
}
ul.social-header li a.social-instagram {
  background: url("../../images/instagram.png") no-repeat center;
  ;
}
ul.social-header li a.social-pinterest {
  background: url("../../images/pinterest.png") no-repeat center;
  ;
}
ul.social-header li a.social-youtube {
  background: url("../../images/youtube.png") no-repeat center;
  ;
}
.top-button {
  float: right;
  position: absolute;
  right: 15px;
}
.top-button li {
  float: left;
  display: inline;
  font-size: 16px;
  font-weight: 700;
  padding-right: 17px;
}
.top-button li:last-child {
  padding-right: 30px;
}
.top-button li a {
  display: inline-block;
}
.login-icon {
  background: url("../../images/login-icon.png");
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 10px;
}
.cart-icon {
  background: url("../../images/cart-icon.png");
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 10px;
}
.button {
  border-radius: 50px;
  padding: 10px 30px;
  color: #281c49;
  font-size: 16px;
  font-weight: 900;
}
.button-large {
  border-radius: 50px;
  padding: 15px 60px;
  font-size: 16px;
  font-weight: 900;
}
.button-medium {
  border-radius: 50px;
  padding: 7px 30px;
  font-size: 16px;
  font-weight: 900;
}
.button-small {
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 700;
}
.button.yellow {
  background: #f6d400;
  color: #281c49;
}
.button.yellow:hover {
  background: #281c49;
  color: #ffffff;
}
.button.blue {
  background: #281c49;
  color: #ffffff;
}
.button.blue:hover {
  background: #f6d400;
  color: #281c49;
}
.button.white {
  background: #fff;
  padding: 10px 0;
}
.button.red {
  background: #fd070d;
  color: #ffffff;
}
.button.red:hover {
  background: #281c49;
  color: #ffffff;
}
.button.remove {
  background: #fd070d;
  color: #ffffff;
  border-radius: 50%;
  padding: 5px 9px;
}
.button.remove:hover {
  background: #281c49;
  color: #ffffff;
}
.button.white {
  background: #fff;
  padding: 10px 0;
}
.button.white:hover .login-icon {
  background: url("../../images/login-icon-active.png");
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 10px;
}
.button.yellow:hover .cart-icon {
  background: url("../../images/cart-icon-active.png");
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 10px;
}
.shoot-type {
  color: #281c49;
  background: #f6d400;
  padding: 5px 0;
  text-align: center;
}
.shoot-type p {
  color: #281c49;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
}
.shoot-type p span ~ span {
  display: none;
}
#intro-tabs {
  padding: 100px 0;
}
.about-intro-tabs {
  padding: 50px 0;
}
.about-intro-tabs #intro-tabs {
  padding: 0px 15px;
}
#profile-tab {}
.zindex1 {
  z-index: 1;
}
.title {
  font-size: 30px;
  font-weight: 700;
  color: #281c49;
  z-index: 0;
  width: 100%;
}
.med-title {
  font-size: 16px;
  font-weight: 400;
  color: #281c49;
  z-index: 0;
  width: 100%;
}
.title:after {
  content: '';
  width: 50px;
  height: 5px;
  position: relative;
  background: #f6d400;
  top: 3px;
  display: inline-block;
  z-index: -1;
  right: 50px;
}
.med-title {
  font-size: 18px;
  font-weight: 400;
  color: #281c49;
  z-index: 0;
}
.nav-tabs {
  border: none;
}
.nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  padding: 30px;
  font-size: 24px;
  font-weight: 400;
  color: #a8a8a8;
  border-bottom: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #281c49;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border: none;
  background: #f4f4f4;
  padding: 30px;
  font-size: 24px;
  font-weight: 400;
}
.tab-content > .active {
  padding: 50px;
  font-size: 24px;
  font-weight: 400;
  color: #777777;
  line-height: 36px;
  background: #f4f4f4;
  text-align: justify;
  float: left;
  width: 100%;
}
.recommanded-set {
  padding: 0;
}
.recommanded-set .container-fluid {
  padding: 0;
  overflow: hidden;
}
.recommended-gallery {
  background: transprent;
  margin-top: 30px;
}
.recommended-gallery .flickity-slider {
  transform: translateX(0%);
}
.gallery-cell {
  margin-right: 0 !important;
  cursor: pointer;
}
.gallery-overlay:after {
  content: '';
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.gallery-cell:hover > .gallery-overlay:after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 1));
}
.gallery-cell .slide-item h5 {
  float: left;
  bottom: 60px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  z-index: 9;
  text-align: center;
  width: 100%;
  letter-spacing: 1px;
  -webkit-transition: bottom .5s; /* Safari prior 6.1 */
  transition: bottom .5s;
  padding: 0 10px;
  vertical-align: bottom;
  font-weight: bold;
  margin: 10px 0;
}
.gallery-cell .slide-item img {
  object-fit: cover;
  width: 100%;
}
.gallery-cell .slide-item .hover-content {
  display: block;
  position: absolute;
  bottom: 30px;
  z-index: 9;
  text-align: center;
  width: 100%;
}
.gallery-cell .slide-item .hover-content .button {
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
  bottom: 0;
  position: relative;
}
.gallery-cell:hover .hover-content {
  display: block;
}
.gallery-cell:hover .hover-content .button {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}
.gallery-cell:hover h5 {
  bottom: 90px;
}
.service-content {
  margin-top: 30px;
}
.service-content .item {
  padding-bottom: 50px;
}
.service-block {
  text-align: center;
  border: 1px solid #f4f4f4;
  padding: 30px;
  background: #fff;
  max-height: 391px;
}
.service-block:after {
  content: '';
  position: absolute;
  border: 1px solid #f4f4f4;
  left: 15px;
  top: 15px;
  width: 93%;
  height: 90%;
  background: transparent;
  z-index: -1;
}
.service-block img {
  margin: 0 auto !important;
  width: auto !important;
}
.service-block:hover:after {
  content: '';
  background: #f4f4f4;
}
.service-block h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}
.service-block p {
  color: #777777;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 4;*/
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.owl-carousel .owl-item .service-block img.service-hover-img {
  display: none;
}
.owl-carousel .owl-item .service-block:hover img {
  display: none;
}
.owl-carousel .owl-item .service-block:hover img.service-hover-img {
  display: block;
}

.pixocity-banner {
  background: url("../../images/offer.jpg");
  width: 100%;
  position: relative;
  padding: 100px 0;
  background-size: cover;
}
.pixocity-banner .overlay {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(23, 65, 79, .7), rgba(255, 255, 255, 0));
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  cursor: pointer;
  user-select: none;
}
.pixocity-banner .content-overlay {
  position: relative;
  float: left;
}
.pixocity-banner h4 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  z-index: 2;
}
.pixocity-banner h6 {
  font-size: 24px;
  color: #f6d400;
  font-weight: 400;
  z-index: 2;
  text-transform: uppercase;
}
.pixocity-banner p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  z-index: 2;
  color:#f5d329;
}
.pixocity-banner discount {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  z-index: 2;
  text-transform: uppercase;
  border: 1px dashed #ffffff;
  padding: 15px;
  float: left;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  border: 1px solid #281c49 !important;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 2px !important;
  margin: 5px 7px;
  background: #f6d400 !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.flickity-page-dots .dot {
  cursor: pointer;
  width: 10px;
  height: 2px !important;
  margin: 5px 7px;
  background: #f6d400 !important;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  display: inline-block;
  opacity: 1 !important;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
  border: 1px solid #281c49 !important;
}
.client-speak {}
.client-content {
  margin-top: 50px;
}
.clients-block .section {
  text-align: center;
}
.clsclient-speak .clients-block .section:nth-child(2) {
  left: 15px;
  top: 15px;
  width: 100%;
  height: 90%;
  background: #f4f4f4;
  z-index: -1;
  border-radius: 30px;
  padding: 30px;
  margin-top: -90px;
   max-height: 390px;
  min-height: 390px;
  overflow:none;
  padding-top: 90px;
}
.clients-block .section:first-child img {
  margin: 0 auto !important;
  width: 140px !important;
  height: 140px;
  border-radius: 15px;
}
.clients-block .section h3 {
  font-size: 24px;
  color: #281c49;
  margin-top: 30px;
  font-weight: 700;
}
.clients-block .section h5 {
  font-size: 16px;
  color: #281c49;
  margin-top: 5px;
}
.clients-block .section p {
  font-size: 16px;
  color: #777777;
  margin-top: 30px;
}
.clients-block:hover:after {
  content: '';
  background: #f4f4f4;
}
.client-content .owl-item {
  opacity: .5;
}
.client-content .owl-item.active.center {
  opacity: 1;
}
.insta-gallery {
  padding-top: 0;
}
.insta-gallery ul {
  margin-top: 50px;
  text-align:center;
}
.insta-gallery ul li {
  width: 33.33333%;
  float: left;
  display: inline-block;
  margin-bottom: 15px;
  padding-right: 15px;
}
.insta-gallery ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#footer {
  margin-top: 100px;
  padding-bottom: 0px;
}
#footer .first-row {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  z-index: 1;
}
#footer .first-row .logo {
  margin: 0 auto;
  z-index: 9;
  position: relative;
}
#footer .first-row:after {
  content: '';
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  width: 100%;
  display: inline-table;
  top: -60px;
  z-index: 2;
}
#footer .section .title {
  font-size: 24px;
  float: left;
  margin-bottom: 30px;
}
#footer .section ul {
  margin-top: 30px;
}
#footer .section li {
  width: 100%;
  float: left;
}
#footer .section li a {
  line-height: 36px;
  font-size: 16px;
  font-weight: 400;
  color: #777777;
}
#footer .section li a:hover {
  color: #281c49;
}

#footer .section ul.social-footer {
  float: left;
  margin: 25px 0 20px;
}
#footer .section ul.social-footer li {
  float: left;
  width: auto;
  margin-right: 20px;
}
#footer .section ul.social-footer li:last-child {
  margin: 0;
}
#footer .section ul.social-footer li a {
  width: 20px;
  height: 20px;
  float: left;
}
#footer .section ul.social-footer li a.social-facebook {
  background: url("../../images/facebook.png") no-repeat center;
}
#footer .section ul.social-footer li a.social-twitter {
  background: url("../../images/twitter.png") no-repeat center;
  height: 25px;
  width: 25px;
}
#footer .section ul.social-footer li a.social-instagram {
  background: url("../../images/instagram.png") no-repeat center;
}
#footer .section ul.social-footer li a.social-pinterest {
  background: url("../../images/pinterest.png") no-repeat center;
}
#footer .section ul.social-footer li a.social-youtube {
  background: url("../../images/youtube.png") no-repeat center;
}
#footer .section ul.footer-contact li {
  margin-bottom: 30px;
}
#footer .section ul.footer-contact span {
  width: 50px;
  height: 30px;
  margin-right: 15px;
  float: left;
  display: block;
}
#footer .second-row {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #f4f4f4;
}
#footer .section ul.footer-contact span.ic-address {
  background: url(../../images/ic-address.png) no-repeat 50%;
}
#footer .section ul.footer-contact span.ic-phone {
  background: url(../../images/ic-phone.png) no-repeat 50%;
}
#footer .section ul.footer-contact span.ic-email {
  background: url(../../images/ic-email.png) no-repeat 50%;
}
#footer .section li p {
  width: calc(100% - 50px - 15px);
  font-size: 16px;
  color: #777777;
  font-weight: 400;
  text-align: left;
  display: inline;
  line-height: 24px;
  float: right;
}
#footer .third-row {
  width: 100%;
  margin-bottom: 30px;
}
#footer .third-row ul {
  margin: 0 auto;
  padding: 0;
}
#footer .third-row li {
  float: left;
  display: inline-block;
  padding: 0 15px;
}
/* Page Style */
.page {
  background: #f4f4f4;
}
#page-title {
  background: #f4f4f4;
  text-align: center;
}
#page-title ul {
  margin: 0;
  padding: 0;
}
.page-title {
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  float: left;
}
.page-title li {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
}
.page-title h2 {
  font-size: 48px;
  font-weight: 700;
}
.page-title h2:after {
  border-bottom: 5px solid #f6d400;
  width: 50px;
  position: absolute;
  content: '';
  display: inline-flex;
  margin-left: -50px;
  margin: auto;
  left: 0;
  right: 0;
  margin-top: 70px;
}
.page-title li:last-child {
  text-align: center;
  margin-bottom: 0px;
  padding-top: 0px;
}
.page-title li a {
  font-size: 16px;
  padding-right: 15px;
  color: #281c49;
}
.page-title li a:hover {
  font-size: 16px;
  padding-right: 15px;
  color: #777777;
}
.page-title li span {
  padding-left: 5px;
  padding-right: 15px;
}
.page-title li span.active {
  color: #a8a8a8;
  font-size: 16px;
}
.page-title li span:last-child {
  padding-left: 5px;
  padding-right: 0;
}
.page-title li a:after {
  content: '/';
  position: absolute;
  width: auto;
  height: 40px;
  padding-left: 7px;
}
.page-title li span:after {
  content: '/';
  position: absolute;
  width: auto;
  height: 40px;
  padding-left: 7px;
}
.page-title li span:last-child:after {
  content: '';
  position: absolute;
  width: auto;
  height: 0;
  padding-left: 7px;
}
.page .content-area .content-setup {
  background: #fff;
  width: 100%;
  float: left;
}
.page .content-area .content-setup .section {
  padding: 30px;
}
.page-content .section {
  padding-top: 0 !important;
}
.page-content {
  padding-top: 30px;
  font-size: 18px;
  color: #777777;
  line-height: 30px;
  width: 100%;
}
.page-content .text {
  font-size: 18px;
  color: #777777;
  line-height: 30px;
}
.page-content .para-text {
  padding-top: 30px;
  font-size: 20px;
  color: #777777;
  line-height: 30px;
}
.text-highlight {
  padding: 0;
  color: #000000;
  font-size: 24px;
  border-bottom: 3px solid #f6d400;
  line-height: 48px;
  margin: 0;
}
.fluid-row {
  width: 100%;
}
.page #footer {
  padding-top: 100px;
  background: #fff;
  margin-top: 100px;
  padding-bottom: 50px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.page .recommanded-set .col {
  padding: 0;
}
.recommended-gallery-page {
  background: transprent;
  margin-top: 30px;
}
.recommended-gallery-page .flickity-slider {
  transform: translateX(0%);
}
.recommended-gallery-page .gallery-cell {
  margin-right: 30px;
  cursor: pointer;
}
.recommended-gallery-page .gallery-cell:last-child {
  cursor: pointer;
}
.recommended-gallery-page .gallery-overlay:after {
  content: '';
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.modal-dialog {
  max-width: 500px;
  margin: 40px auto;
}
.textbox {
  padding: 5px 0;
  border: none;
  font-size: 14px;
  margin: 0 auto;
  line-height: 30px;
  text-align: left;
  margin: 0;
  margin-left: 30px;
  display: flex;
  margin-top: -27px;
}
.input-group {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 20px;
  width: 100%;
  float: left;
  display: grid;
}
.input-group .button {
  width: auto;
  display: inherit;
}
.input-group .button span {
  color: #ffffff;
}
.input-group .input-group-addon {
  float: left;
  display: inline;
  width: 50px;
  flex: 1;
  display: flex;
}
.input-group .form-control {
  padding: 5px 0;
  border: none;
  font-size: 14px;
  margin: 0 auto;
  line-height: 30px;
  text-align: left;
  margin: 0;
  margin-left: 30px;
  display: flex;
  margin-top: -27px;
  background: transparent;
}
.form-control:focus {
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
/* Popup */
.popup-area {
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 570px;
  margin: auto;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 0;
  position: fixed;
}
.popup-area:after {
  content: '';
  position: absolute;
  top: 0;
  width: 30%;
  height: 20px;
  border-top: 20px solid #f6d400;
  left: 0;
  top: 30px;
  margin: auto;
  display: inline-block;
  right: 0;
}
.popup-area h4 {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}
.popup-area .close {
  position: absolute;
  /* top: -15px; */
  /* right: -10px; */
  background: transparent;
  border-radius: 50px;
  text-align: center;
  line-height: normal;
  opacity: 1;
  z-index: 99;
  margin: 0 auto;
  top: -30px;
  right: 0;
  color: #fff;
  font-size: 24px;
  padding: 0;
  display: inline-table;
}
.popup-content {
  padding: 90px;
}
.popup-area .close:after {
  content: '';
  background: url(../../images/popup-close.png);
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: -15px;
}
#bookingSet.popup-area {
  max-width: 70%;
  top: 5%;
}
#bookingSet .modal-dialog {
  max-width: 100%;
  margin: 40px auto 0  auto;
}
#bookingSet .popup-content {
  padding: 50px;
}
#RegisterLoginTabs fieldset {
  margin-bottom: 10px;
  padding: 0;
}
#RegisterLoginTabs fieldset:last-child {
  margin: 0;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0;
  outline: 0;
}
.modal-content .row {
  width: 100%;
}
#register-popup, #forgotPassword-popup {
  display: none;
}
#forgotPassword-popup p {
  float: left;
  margin-bottom: 30px;
}
#RegisterLoginTabs {
  padding: 90px;
}
#RegisterLoginTabs .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#RegisterLoginTabs .container input {
  opacity: 0;
}
.popupcontent .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popupcontent .container input {
  opacity: 0;
}
.add-popup .input-group .form-control {
  margin: 0;
}
#quickContact {
  max-width: 870px;
}
#quickContact .modal-dialog {
  max-width: 870px;
  margin: 40px auto;
}
.quickContact {
  float: right;
}
#video-player {
  min-height: 370px;
}
#video-player .modal-dialog .modal-content {
  background: transparent;
}
.video-popup-area {
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 570px;
  margin: auto;
  top: 15%;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 0;
  position: fixed;
}
.video-popup-area:after {
  content: '';
  position: absolute;
  top: 0;
  width: 30%;
  height: 20px;
  border-top: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  right: 0;
}
.video-popup-area h4 {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}
.video-popup-area .close {
  position: absolute;
  /* top: -15px; */
  /* right: -10px; */
  background: transparent;
  border-radius: 50px;
  text-align: center;
  line-height: normal;
  opacity: 1;
  z-index: 99;
  margin: 0 auto;
  top: -30px;
  right: 0;
  color: #fff;
  font-size: 24px;
  padding: 0;
  display: inline-table;
}
.video-popup-content {
  padding: 90px;
}
.video-popup-area .close:after {
  content: '';
  background: url(../../images/popup-close.png);
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: -15px;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 25px;
  border: none;
  left: 0;
  right: 0;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #f6d400;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #281c49;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-backdrop.show {
  opacity: .9;
}
.form-area {
  padding: 50px 0 100px 0;
  width: 70%;
  margin: 0 auto;
}
.form-area h4 {
  font-size: 30px;
  font-weight: 700;
  color: #281c49;
  margin-bottom: 30px;
}
.form-area p {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 30px;
}
.get-in-touch img {
  width: 100%;
}
.filter-area {
  margin-bottom: 50px;
  float: left;
  width: 100%;
  display: inline-block;
}
.filter-area button {
  padding: 30px;
  width: 33.3333333%;
  background: transparent;
}
.filter-area button.active {
  padding: 30px;
  width: 33.3333333%;
  background: #f4f4f4;
}
.filter-area.gallery-filter button {
  padding: 30px;
  width: auto;
  min-width: 50px;
  background: transparent;
}
.filter-area.gallery-filter button.active {
  width: auto;
  min-width: 50px;
  background: #f4f4f4;
}
.sets-card {
  position: relative;
  float: left;
  cursor: pointer;
  width: 33.3333333%;
  max-width: 33.3333333%;
  padding: 0;
  margin-bottom: 30px;
  min-height: 270px;
  display: flex;
}
.sets-card .card {
  width: 100%;
  height: 100%;
  padding: 15px;
}
.sets-card img {
  width: 100%;
  height: auto;
  min-height: 270px;
  object-fit: cover;
  position: relative;
  border: 10px solid #fff;
  border-bottom: none;
  border-top: none;
  max-height: 270px;
}
.sets-card .hover-area {
  z-index: 1;
  width: 80%;
  padding: 15px;
  float: left;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  transition: all .1s;
  transition-delay: .1s;
  visibility: hidden;
  bottom: -100px;
  height: auto;
  position: absolute;
}
.videogallery-page .sets-card .hover-area {
  background: rgb(255 255 255 / 50%);
  border: none;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}
.sets-card h4 {
  font-size: 20px;
  color: #281c49;
  font-weight: 700;
  background: #fff;
  width: 90%;
  position: absolute;
  z-index: 1;
  width: 80%;
  bottom: 15px;
  margin: 0;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
.sets-card h5 {
  font-size: 16px;
  color: #281c49;
  font-weight: 700;
  background: #fff;
  width: 90%;
  position: absolute;
  z-index: 1;
  width: 80%;
  bottom: 15px;
  margin: 0;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
.videogallery-page .sets-card {
  overflow: hidden;
}
.sets-card .hover-area a {
  font-size: 20px;
  color: #281c49;
  font-weight: 700;
  position: relative;
  top: -50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  transition: all .1s;
  transition-delay: .1s;
}
.videogallery-page .sets-card .hover-area a{
  margin-top: -20px;
  display: inline-block;
  background: #fff;
  padding: 10px 20px 0 10px;
  border-radius: 20%;
}
.sets-card .hover-area a {
  font-size: 14px;
  color: #281c49;
  text-decoration: underline;
  transition-delay: .1s;
}
.sets-card .hover-area button {
  position: relative;
  top: -50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  transition: all .1s;
}
.sets-card-overlay:after {
  content: '';
  background: transparent;
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
  margin: 0 auto;
  right: 0;
  display: flex;
  border: 10px solid #fff;
  visibility: hidden;
  border-top: 0;
  border-bottom: 0;
}
.sets-card:hover .sets-card-overlay:after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
  visibility: visible;
  z-index: 1;
}
.sets-card:hover .hover-area {
  visibility: visible;
  bottom: 0;
}
.videogallery-page .sets-card:hover .hover-area {
  visibility: visible;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.sets-card:hover a {
  visibility: visible;
  bottom: 0;
  opacity: 1;
  top: 0;
  transition: all .4s ease;
}
.videogallery-page .sets-card:hover a {
  top: 50%;
}
.sets-card:hover button {
  visibility: visible;
  bottom: 0;
  opacity: 1;
  top: 0;
  transition: all .6s ease;
}
.photo-link {
  background: url(../../images/photo-gallery.png);
  width: 30px;
  height: 30px;
  background-size: cover;
  display: inline-block;
  margin-right: 15px;
}
.photo-link:hover {
  background: url("../../images/photo-gallery-hover.png");
  width: 30px;
  height: 30px;
  background-size: cover;
  display: inline-block;
}
.video-link {
  background: url(../../images/video-gallery.png);
  width: 30px;
  height: 30px;
  background-size: cover;
  display: inline-block;
  margin-left: 15px;
}
.video-link:hover {
  background: url(../../images/video-gallery-hover.png);
  width: 30px;
  height: 30px;
  background-size: cover;
  display: inline-block;
  margin-left: 15px;
}
.play-link {
  background: url(../../images/play.png);
  width: 30px;
  height: 30px;
  background-size: cover;
  display: inline-block;
  margin-left: 15px;
}
.play-link:hover {
  background: url(../../images/play-hover.png);
  width: 30px;
  height: 30px;
  background-size: cover;
  display: inline-block;
  margin-left: 15px;
}
.spotlight img {
  cursor: pointer;
}
#spotlight .header div {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: 30px;
  height: 50px;
  padding-right: 50px;
  opacity: .5;
}
#spotlight .page {
  background: transparent;
}
.spotlight-group a {
  float: left;
  margin-bottom: 30px;
}
.spotlight-group a img {
  width: 100%;
  height: auto;
  min-height: 270px;
  object-fit: cover;
}
.spotlight-group a .zoom-ic {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../../images/zoom-in.png);
  width: 30px;
  height: 30px;
  background-size: cover;
  z-index: 2;
  top: 0;
  bottom: 30px;
}
.spotlight-group a:hover > .zoom-ic {
  visibility: visible;
}
.spotlight-group a:hover:after {
  content: '';
  position: absolute;
  z-index: 1;
  background: #000000;
  /*background-image: radial-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
		radial-gradient(rgb(0 ,0 0, .5) , black 0%, white 10%);*/
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  display: table-caption;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .5
}
.booking-card {
  border: 1px solid #f4f4f4;
  padding: 15px 0;
  width: 50%;
  float: left;
  display: inline-block;
}
.booking-card h3 {
  font-weight: 700;
}
.booking-card img {
  float: left;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}
.booking-card .content {
  padding-top: 30px;
  float: left;
  text-align: center;
  width: 100%;
}
.booking-card .content a {
  margin-top: 30px;
  display: inline-block;
  margin-bottom: 15px;
}
.booking-card-set {
  border: 1px solid #f4f4f4;
  padding: 15px 0;
  width: 100%;
  float: left;
  display: inline-block;
}
.booking-card-set h3 {
  font-weight: 700;
}
.booking-card-set img {
  float: left;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}
.booking-card-set .content {
  padding-top: 30px;
  float: left;
  text-align: center;
  width: 30%;
  float: right;
  right: 50px;
  position: relative;
  text-align: right;
  font-size: 14px;
}
.booking-card-set .content ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.booking-card-set .content a {
  /*margin-top: 30px;
  display: inline-block;
  margin-bottom: 15px;*/
  text-align: center;
}
.booking-card-set .content li {
  margin-bottom: 15px;
  float: right;
  text-align: right;
}
.booking-card-set .content .input-group {
  width: 100%;
  border: 1px solid #f4f4f4;
  float: left;
  padding: 10px;
  line-height: 35px;
  margin: 0;
}
.booking-card-set .content .input-group .form-control {
  margin: 0;
  width: 100%;
}
.tab-content .input-group {
  border-bottom: 1px solid #777777;
}
.tab-content .input-group .form-control {
  padding: 5px 0;
  border: none;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  margin: 0;
  margin-left: 30px;
  display: flex;
  margin-top: -27px;
  width: 90%;
  background: transparent;
}
#mybooking .panel-group .panel-booking {
  margin-bottom: 30px;
}
#mybooking .panel-group .panel-booking:last-child {
  margin-bottom: 0px;
}
#mybooking .panel-title {
  background: #ffffff;
  padding: 15px 30px;
  display: inline-block;
  width: 100%;
  margin: 0;
}
#mybooking .panel-title a span {
  color: #291c4a;
}
#mybooking .panel-title a span:first-child {
  color: #281c49;
}
#mybooking .panel-title a span:last-child {
  text-align: right;
  float: right;
}
#mybooking .panel-body {
  background: #fff;
}
#mybooking .panel-body .heading {
  font-size: 16px;
  font-weight: 700;
  padding: 5px;
  background: #281c49;
}
#mybooking .panel-body .heading p {
  color: #ffffff;
}
#mybooking .panel-body .heading div.price-total p, #mybooking .panel-body .heading div.price p {
  text-align: right;
}
#mybooking .panel-body .content {
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
  padding-bottom: 0;
  border-bottom: 1px solid #f4f4f4;
}
#mybooking .panel-body .content div {
  line-height: normal;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding-bottom: 15px;
}
#mybooking .panel-body .content div.price-total p, #mybooking .panel-body .content div.price p {
  text-align: right;
}
#mybooking .panel-body .content label {
  display: none;
}
#mybooking .panel-body .content .product-name a {
  font-weight: 700;
}
#mybooking .panel-body .content .product-detail span {
  width: 100%;
  float: left;
}
#mybooking .panel-body .paymentdetail {
  float: right;
}
#mybooking .panel-body .paymentdetail .amount {
  float: right;
  width: 100%;
  display: block;
  text-align: right;
  font-size: 18px;
}
#mybooking .panel-body .paymentdetail .amount .row {
  float: right;
  width: 30%;
  padding-bottom: 0;
  border-bottom: 1px solid #f4f4f4;
  text-align: right;
}
#mybooking .panel-body .paymentdetail label {
  width: auto;
  float: left;
  text-align: left;
  display: table-header-group;
}
#mybooking .panel-body .paymentdetail .amount p {
  text-align: right;
  padding-left: 15px;
  float: right;
}
.cart-card {
  background: #fff;
  width: 100%;
}
.cart-card .heading {
  font-size: 16px;
  font-weight: 700;
  padding: 5px;
  background: #281c49;
}
.cart-card .heading p {
  color: #ffffff;
}
.cart-card .heading div.price-total p, .cart-card .heading div.price p {
  text-align: right;
}
.cart-card .content {
  font-size: 16px;
  font-weight: 700;
  padding: 15px 0;
  padding-bottom: 0;
  border-bottom: 1px solid #f4f4f4;
}
.cart-card .content div {
  line-height: normal;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding-bottom: 15px;
}
.cart-card .content div.price p {
  text-align: right;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
}
.cart-card .content div.price p:last-child {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  width: 100%;
}
.cart-card .content div.price-total p {
  text-align: right;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}
.cart-card .content div.price span {
  text-align: right;
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  float: left;
  margin-top: 5px;
  font-style: italic;
}
.cart-card .content div.price span > strong {
  color: #17b775;
  padding-left: 5px;
}
.cart-card .content label {
  display: none;
}
.cart-card .content .product-name h4 {
  font-weight: 700;
}
.cart-card .content .product-name h5 {
  font-weight: 700;
  margin-top: 30px;
}
.cart-card .content .product-name span {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.cart-card .content p {
  float: left; /* margin-right: 15px; */
}
.cart-card .content .input-group {
  border: 1px solid #f4f4f4;
  padding: 10px;
  float: left;
  width: 100%;
}
.cart-card .content .input-group .form-control {
  float: left;
  margin: 0;
  width: 75%;
  padding: 5px;
}
.cart-card .content .input-group .button {
  float: right;
  margin: 0;
  width: 25%;
  text-align: center;
  margin-top: 4px;
}
.cart-card .content p .button {
  float: left;
  margin-right: 15px;
  margin-top: 15px;
}
.cart-card .paymentdetail {
  float: right;
}
.cart-card .paymentdetail .amount {
  float: right;
  width: 100%;
  display: block;
  text-align: right;
  font-size: 18px;
  padding: 5px 15px;
}
.cart-card .paymentdetail .amount.grand-total .row {
  font-weight: 700;
}
.cart-card .paymentdetail .amount .row {
  float: right;
  width: 30%;
  padding-bottom: 0;
  border-bottom: 1px solid #f4f4f4;
  text-align: right;
}
.cart-card .paymentdetail label {
  width: auto;
  float: left;
  text-align: left;
  display: table-header-group;
}
.cart-card .paymentdetail .amount p {
  text-align: right;
  padding-left: 15px;
  float: right;
}
.cart-card .paymentdetail .proceed-checkout {
  float: right;
  width: 100%;
  text-align: right;
  font-size: 18px;
  padding: 0 15px;
}
.cart-card .paymentdetail .proceed-checkout a {
  margin-top: 15px;
  float: left;
  width: 100%;
}
#mobileFooterMenu {
  background: #fff;
  min-height: 60px;
  position: fixed;
  bottom: 0;
  width: 90%;
  left: 0;
  box-shadow: none;
  height: auto;
  padding: 0;
  margin: 0;
  max-height: 60px;
  z-index: 10;
  display: none;
  margin: auto;
  bottom: 20px;
  right: 0;
  border: 1px solid #f4f4f4;
  border-radius: 50px;
}
#mobileFooterMenu ul {
  margin: 0;
  padding: 0;
  z-index: 99999;
  position: absolute;
  width: 100%;
  margin-top: 8px;
}
#mobileFooterMenu ul li {
  display: inline-block;
  float: left;
  width: 25%;
  text-align: center;
  line-height: normal;
  border-right: 1px solid #f4f4f4;
  min-height: 50px;
}
/*
#mobileFooterMenu ul li:last-child {
  border-right: none;
}*/

#mobileFooterMenu ul li span {
  width: 100%;
  float: left;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
  padding-bottom: 0px;
  line-height: 20px;
}
#mobileFooterMenu ul li span:first-child {
  margin-top: 15px;
}
#mobileFooterMenu ul li span:last-child {
  margin-bottom: 0;
  color: #000;
}
#mobileFooterMenu ul li a.footer-home {
  background: #e8e8e8;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: relative;
  clear: both;
  display: inline-block;
  margin-top: -15px;
}
#mobileFooterMenu ul li a.active.footer-home {
  background: #C2282B;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: relative;
  clear: both;
  display: inline-block;
  margin-top: -15px;
}
#mobileFooterMenu ul li a.footer-search {
  background: #f4f4f4;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: relative;
  clear: both;
  display: inline-block;
  margin-top: -15px;
}
#mobileFooterMenu ul li a.active.footer-search {
  background: #C2282B;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: relative;
  clear: both;
  display: inline-block;
  margin-top: -15px;
}
#mobileFooterMenu ul li a span.footer-menu {
  height: 20px;
  margin: 0 auto;
  text-align: center;
  margin-top: 5px;
}
#mobileFooterMenu ul li span.ic-offer {
  background: url("../../images/gift.svg") center no-repeat;
}
#mobileFooterMenu ul li span.ic-search {
  background: url("../../images/yolo-search.svg") center no-repeat;
  filter: invert(255%) sepia(0%) saturate(0%) hue-rotate(346deg) brightness(104%) contrast(97%);
}
#mobileFooterMenu ul li span.ic-home {
  background: url("../../images/home.svg") center no-repeat;
}
#mobileFooterMenu ul li span.ic-user {
  background: url("../../images/user.svg") center no-repeat;
}
#mobileFooterMenu ul li span.ic-help {
  background: url("../../images/customer-service.svg") center no-repeat;
}
#mobileFooterMenu ul li span.ic-booking {
  background: url("../../images/booking.svg") center no-repeat;
}
#mobileFooterMenu ul li a:hover > span.footer-menu, #mobileFooterMenu ul li a:hover > span {
  filter: invert(0.5)
}
#mobileFooterMenu ul li a.active > span.footer-menu, #mobileFooterMenu ul li a.active > span {
  filter: invert(0.5)
}
#MobHelpMenu.popup {
  display: none;
  margin: 0;
  bottom: 65px;
  position: fixed;
  z-index: 1;
  width: 50%;
  right: 0;
  padding: 10px;
  border: none;
  top: 0;
  height: calc(100% - 62px);
  left: 0;
  width: 100%;
  z-index: 3;
}
#MobHelpMenu.popup .bg-overlay {
  opacity: .8 !important;
  background: #000;
  position: fixed;
  z-index: 2;
}
#MobHelpMenu li {
  float: right;
  line-height: 15px;
  margin-bottom: 0;
  border: none;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
#MobHelpMenu ul {
  position: absolute;
  width: 50%;
  text-align: right;
  bottom: 0px;
  float: right;
  z-index: 3;
  margin: 0;
  right: 100px;
  bottom: 15px;
}
#MobHelpMenu ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
}
#MobHelpMenu ul li:nth-child(1) {
  right: 70px;
}
#MobHelpMenu ul li:nth-child(2) {
  right: 30px;
}
#MobHelpMenu ul li a span {
  color: #fff;
  text-align: left;
  margin-top: 6px !important;
  position: relative;
  display: inline-block;
}
#MobHelpMenu ul li a .ic-call-in {
  background: transparent url("../../images/incoming-call.svg") 50% no-repeat;
  width: 60px;
  height: 30px;
  margin: 0;
  padding: 0;
  float: right;
}
#MobHelpMenu ul li a .ic-whats-app {
  background: transparent url("../../images/whatsapp.svg") 50% no-repeat;
  width: 60px;
  height: 30px;
  margin: 0 auto;
  float: right;
}
#MobHelpMenu ul li a .ic-cancel {
  background: transparent url("../../images/cancel.svg") 50% no-repeat;
  width: 60px;
  height: 30px;
  margin: 0 auto;
  float: right;
  position: relative;
}
#MobHelpMenu li li a {
  background: transparent;
  border-radius: 0;
  height: auto;
  position: relative;
  margin-top: -15px;
  position: relative;
  display: flex;
  width: 100%;
  margin: auto;
  border-right: none;
  text-align: right;
}
/* date picker */
.ui-datepicker-calendar tr, .ui-datepicker-calendar tr:nth-child(even) {
  background: transparent;
}
.ui-datepicker-calendar tr td {
  border: 1px solid #efefef;
}
.ui-datepicker-calendar tr td.ui-datepicker-other-month {
  border: none;
}
#billing-address, #order-summary {
  margin-top: 30px
}
#billing-address .input-group {
  margin-bottom: 15px;
}
#billing-address .input-group .form-control {
  padding: 5px 0;
  border: none;
  font-size: 14px;
  margin: 0 auto;
  line-height: 30px;
  text-align: left;
  margin: 0;
  margin-left: 0;
  display: flex;
  /* margin-top: -27px; */
  background: transparent;
}
#billing-address .input-group textarea.form-control {
  border-bottom: 1px solid #f4f4f4;
}
.payment-wizard ul {
  margin: 0;
  pad0: 0;
}
.payment-wizard li {
  float: left;
  width: 100%;
  line-height: normal;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 30px;
  text-align: left;
}
.payment-wizard li span {
  font-size: 16px;
  font-weight: normal;
}
.payment-wizard li.completed {
  background: #44ca7f;
}
.payment-wizard li.active {
  background: #f6d400;
  color: #fff;
  font-weight: 700;
}
.payment-wizard li.completed span {
  font-weight: 700;
  color: #fff;
  margin-right: 30px;
  left: 30px;
  position: relative;
}
.payment-wizard li.completed:before {
  content: '';
  background: url("../../images/tick.png") no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  padding-right: 20px;
  object-fit: cover;
  margin-top: 5px
}
.payment-wizard li.active span {
  font-weight: 700;
  left: 30px;
  position: relative;
}
.payment-wizard li.active:before {
  content: '';
  background: url("../../images/active.png") no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  padding-right: 20px;
  object-fit: cover;
  margin-top: 5px
}
.payment-wizard div.p-status {
  float: left;
  width: 100%;
  line-height: normal;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 0px;
  text-align: left;
  display: none;
}
.payment-wizard div.p-status span {
  font-size: 16px;
  font-weight: normal;
}
.payment-wizard div.p-status.completed {
  background: #44ca7f;
}
.payment-wizard div.p-status.active {
  background: #f6d400;
  color: #fff;
  font-weight: 700;
}
.payment-wizard div.p-status.completed span {
  font-weight: 700;
  color: #fff;
  margin-right: 30px;
  left: 30px;
  position: relative;
}
.payment-wizard div.p-status.completed:before {
  content: '';
  background: url("../../images/tick.png") no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  padding-right: 20px;
  object-fit: cover;
  margin-top: 5px
}
.payment-wizard div.p-status.active span {
  font-weight: 700;
  left: 30px;
  position: relative;
}
.payment-wizard div.p-status.active:before {
  content: '';
  background: url("../../images/active.png") no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  padding-right: 20px;
  object-fit: cover;
  margin-top: 5px
}
.address-card {
  border-radius: 10px;
  background: #f4f4f4;
  padding: 30px;
  margin-top: 30px;
  float: left;
}
.address-card .row {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.address-card .row p {
  width: 100%;
  padding: 0;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 15px;
}
.address-card .row .button {
  margin-right: 15px;
  padding: 0px 10px;
  margin-top: 15px;
}
#billing-address .card, #order-summary .card {
  border: none;
}
#billing-address .card h3, #order-summary .card h3 {
  margin-bottom: 15px;
}
.otp-send-msg
{
	font-size:11px;
}
.mt-20
{
	margin-top: 20px;
}
