@import url("https://use.fontawesome.com/releases/v5.8.2/css/all.css");
.my-border {
  border: 3px solid #bfb9a6;
}

.my-border {
  border: 3px solid #bfb9a6;
}

/*--============================= GLOBAL CLASSES --*/
.circle {
  border-radius: 50%;
}

.img-full {
  height: auto;
  width: 100%;
}

/*--=========== Clearfix --*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

/*--=========== Flex --*/
.svj-flex {
  align-items: center;
  display: flex;
}

.svj-flex-just, .svj-pagination li {
  align-items: center;
  display: flex;
  justify-content: center;
}

.svj-flex-top {
  align-items: flex-start;
  display: flex;
}

/*--========== Floats --*/
.float-left {
  float: left;
}

.float-right {
  float: right;
}

/*--========== Text Alignments --*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*--========== Positions --*/
.p-abs {
  position: absolute;
}

.p-fixed {
  position: fixed;
}

.p-rel {
  position: relative;
}

/*--======================================= COMPONENTS --*/
/*--============================= Buttons --*/
/*--=========== Button Type --*/
button:focus {
  outline: none;
}
button:hover {
  cursor: pointer;
}

.btn-block {
  background: #f36f21;
  border: 1px solid #f36f21;
  color: #ffffff;
  display: block;
  font-size: 16px;
  line-height: 1;
  padding: 14px;
  text-decoration: none;
  width: 100%;
}
.btn-block:hover {
  background: transparent;
  color: #f36f21;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.43s ease-in-out;
  -o-transition: 0.43s ease-in-out;
  transition: 0.43s ease-in-out;
}

.btn-circle {
  background: #f36f21;
  border: 1px solid #f36f21;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  align-items: center;
  display: flex;
  height: 66px;
  justify-content: center;
  width: 66px;
}
.btn-circle:hover {
  background: transparent;
  color: #f36f21;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.43s ease-in-out;
  -o-transition: 0.43s ease-in-out;
  transition: 0.43s ease-in-out;
}

.btn-core {
  background: none;
  border: none;
  color: #f36f21;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}

.btn-icon-info {
  background: #f36f21;
  border: 1px solid #f36f21;
  color: #ffffff;
  display: inline-block;
  padding: 8px 38px;
  text-decoration: none;
}
.btn-icon-info i {
  margin-right: 6px;
}
.btn-icon-info:hover {
  background: transparent;
  color: #f36f21;
  text-decoration: none;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.46s ease-in-out;
  -o-transition: 0.46s ease-in-out;
  transition: 0.46s ease-in-out;
}

.btn-lng {
  background: #f36f21;
  border: 1px solid #f36f21;
  color: #ffffff;
  display: inline-block;
  padding: 8px 56px;
  text-decoration: none;
}
.btn-lng:hover {
  background: transparent;
  color: #f36f21;
  text-decoration: none;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.46s ease-in-out;
  -o-transition: 0.46s ease-in-out;
  transition: 0.46s ease-in-out;
}

.btn-sqr {
  background: #f36f21;
  border: 1px solid #f36f21;
  color: #ffffff;
  text-decoration: none;
  align-items: center;
  display: flex;
  height: 66px;
  justify-content: center;
  width: 66px;
}
.btn-sqr:hover {
  background: transparent;
  color: #f36f21;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.43s ease-in-out;
  -o-transition: 0.43s ease-in-out;
  transition: 0.43s ease-in-out;
}

/*--=========== Button Color --*/
.btn-prime {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  display: inline-block;
  padding: 8px 38px;
  text-decoration: none;
}
.btn-prime:hover {
  background: transparent;
  color: #000000;
  text-decoration: none;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.46s ease-in-out;
  -o-transition: 0.46s ease-in-out;
  transition: 0.46s ease-in-out;
}

.btn-sec {
  background: #777777;
  border: 1px solid #777777;
  color: #ffffff;
  display: inline-block;
  padding: 8px 38px;
  text-decoration: none;
}
.btn-sec:hover {
  background: transparent;
  color: #777777;
  text-decoration: none;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.46s ease-in-out;
  -o-transition: 0.46s ease-in-out;
  transition: 0.46s ease-in-out;
}

.btn-theme {
  background: #f36f21;
  border: 1px solid #f36f21;
  color: #ffffff;
  display: inline-block;
  padding: 8px 38px;
  text-decoration: none;
}
.btn-theme:hover {
  background: transparent;
  color: #f36f21;
  text-decoration: none;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.46s ease-in-out;
  -o-transition: 0.46s ease-in-out;
  transition: 0.46s ease-in-out;
}

.btn-success {
  background-color: #1e7e34;
  border-color: #1e7430;
  color: #fff;
}
.btn-success:hover {
  background: transparent;
  color: #1e7e34;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.43s ease-in-out;
  -o-transition: 0.43s ease-in-out;
  transition: 0.43s ease-in-out;
}

.btn-danger {
  background-color: #bd2130;
  border-color: #bd2130;
  color: #fff;
}
.btn-danger:hover {
  background: transparent;
  color: #bd2130;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.43s ease-in-out;
  -o-transition: 0.43s ease-in-out;
  transition: 0.43s ease-in-out;
}

.btn-warning {
  background-color: #d39e00;
  border-color: #d39e00;
  color: #fff;
}
.btn-warning:hover {
  background: transparent;
  color: #d39e00;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.43s ease-in-out;
  -o-transition: 0.43s ease-in-out;
  transition: 0.43s ease-in-out;
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info:hover {
  background: transparent;
  color: #17a2b8;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.43s ease-in-out;
  -o-transition: 0.43s ease-in-out;
  transition: 0.43s ease-in-out;
}

/*--=========== Button Feature --*/
.btn-o {
  background: transparent;
  border: 1px solid #f36f21;
  color: #f36f21;
  text-decoration: none;
}
.btn-o:hover {
  background: #f36f21;
  color: #ffffff;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.43s ease-in-out;
  -o-transition: 0.43s ease-in-out;
  transition: 0.43s ease-in-out;
}

.btn-rnd {
  border-radius: 28px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  /* Rounded sliders */
}
.switch input {
  display: none;
}
.switch .slider {
  background-color: #ccc;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.43s ease-in-out;
  -o-transition: 0.43s ease-in-out;
  transition: 0.43s ease-in-out;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.43s ease-in-out;
  -o-transition: 0.43s ease-in-out;
  transition: 0.43s ease-in-out;
}
.switch input:checked + .slider {
  background-color: #2196F3;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

/*--============================= Accordion --*/
.svj-accordion .accordion-title {
  background: #f1f1f1;
  padding: 16px 15px;
}
.svj-accordion .accordion-content {
  background: #f9f9f9;
  display: none;
  padding: 20px 15px;
}

/*--============================= Forms --*/
.svj-form {
  width: 100%;
}
.svj-form label, .svj-form .input-inline-title {
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}
.svj-form .error-form {
  color: #bd2130;
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  margin-top: 6px;
}
.svj-form .input-grp {
  margin-bottom: 30px;
}
.svj-form .input-inline {
  display: inline-block;
  margin-right: 12px;
}
.svj-form .input-inline input {
  margin: 0 4px 0 0;
  vertical-align: text-top;
}
.svj-form .input-inline label {
  display: inline-block;
  margin: 0;
  text-decoration: none;
}
.svj-form input[type=email], .svj-form input[type=date], .svj-form input[type=number], .svj-form input[type=password], .svj-form input[type=text], .svj-form input[type=tel], .svj-form input[type=url], .svj-form select {
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #777777;
  height: 38px;
  -moz-appearance: none;
  padding: 0 12px;
  width: 100%;
}
.svj-form select::-ms-expand {
  background: transparent;
  border: 0;
}
.svj-form textarea {
  border: 1px solid #ddd;
  box-sizing: border-box;
  height: 140px;
  padding: 6px 12px;
  width: 100%;
}
.svj-form input[type=checkbox] {
  cursor: pointer;
  display: inline-block;
  left: 0 !important;
  position: relative;
}
.svj-form input[type=checkbox] + label {
  color: rgba(0, 0, 0, 0.45);
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-left: 0;
  padding: 0 0 0 6px;
  position: relative;
  transition: all 0.5s ease;
  vertical-align: top;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.svj-form input[type=checkbox]:checked + label:before {
  content: "\f046";
  font-family: "fontAwesome";
  position: absolute;
  font-weight: 300;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #5b53ef;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/*--============================= Information List --*/
.info-list {
  border-collapse: collapse;
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.info-list li {
  display: table-row;
}
.info-list li .cell, .info-list li div {
  display: table-cell;
}
.info-list li .cell:first-child, .info-list li div:first-child {
  color: #000000;
}
.info-list li .cell:last-child, .info-list li div:last-child {
  color: #bfb9a6;
}

@media screen and (max-width: 768px) {
  .info-list {
    display: block;
  }
  .info-list li {
    display: block;
  }
  .info-list li .cell {
    display: block;
  }
}
/*--============================= List Table --*/
.table-list .table-header {
  align-items: center;
  background: #f2f2f2;
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
}
.table-list .table-header .check-grp input[type=checkbox] {
  border: 1px solid #f36f21;
}
.table-list .table-header .check-grp label {
  margin-bottom: 0;
}
.table-list .table-header .date-grp {
  align-items: center;
  display: flex;
  flex: 0 0 300px;
}
.table-list .table-header .date-grp label {
  color: #bfb9a6;
  flex: 0 0 74px;
  font-size: 12px;
  margin: 0 12px 0 0;
}
.table-list .table-header .date-grp .input-grp {
  align-items: center;
  background: #efefef;
  border: 1px solid #dfdfdf;
  border-radius: 28px;
  display: flex;
}
.table-list .table-header .date-grp .input-grp input {
  background: transparent;
  border: 0;
  font-size: 12px;
  height: 30px;
}
.table-list .table-header .date-grp .input-grp input:after {
  content: "|";
}
.table-list .table-header .date-grp .input-grp input:last-child:after {
  content: "";
}
.table-list .table-header .search {
  flex: 0 0 175px;
  height: 30px;
}
.table-list .table-header .search input {
  font-size: 12px;
  height: 30px;
}
.table-list .table-body {
  display: table;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  width: 100%;
}
.table-list .table-body li {
  display: table-row;
}
.table-list .table-body li .cell {
  display: table-cell;
  padding: 6px 15px;
}
.table-list .table-body li .cell .index {
  display: none;
}
.table-list .table-body .table-title {
  background: #f36f21;
}
.table-list .table-body .table-title .cell {
  color: #ffffff;
  font-weight: 500;
  padding: 10px 15px;
}
.table-list .table-body .table-title-sm {
  background: #f36f21;
  display: none;
}
.table-list .table-body .table-title-sm .cell {
  color: #ffffff;
  font-weight: 500;
  padding: 10px 15px;
}

@media screen and (max-width: 768px) {
  .table-list .table-header {
    display: block;
  }
  .table-list .table-header .check-grp input[type=checkbox] {
    border: 1px solid #f36f21;
  }
  .table-list .table-header .check-grp label {
    margin-bottom: 0;
  }
  .table-list .table-header .date-grp {
    align-items: center;
    display: flex;
    flex: 0 0 300px;
  }
  .table-list .table-header .date-grp label {
    color: #bfb9a6;
    flex: 0 0 74px;
    font-size: 12px;
    margin: 0 12px 0 0;
  }
  .table-list .table-header .date-grp .input-grp {
    align-items: center;
    background: #efefef;
    border: 1px solid #dfdfdf;
    border-radius: 28px;
    display: flex;
  }
  .table-list .table-header .date-grp .input-grp input {
    background: transparent;
    border: 0;
    font-size: 12px;
    height: 30px;
  }
  .table-list .table-header .date-grp .input-grp input:after {
    content: "|";
  }
  .table-list .table-header .date-grp .input-grp input:last-child:after {
    content: "";
  }
  .table-list .table-header .search {
    flex: 0 0 175px;
    height: 30px;
  }
  .table-list .table-header .search input {
    font-size: 12px;
    height: 30px;
  }
  .table-list .table-body {
    display: block;
  }
  .table-list .table-body li {
    display: block;
  }
  .table-list .table-body li .cell {
    display: block;
  }
  .table-list .table-body li .cell .index {
    display: block;
  }
  .table-list .table-body .table-title {
    display: none;
  }
  .table-list .table-body .table-title-sm {
    display: block;
  }
  .table-list .table-body .table-title-sm .cell {
    padding: 0;
  }
}
/*--============================= Modal --*/
.svj-modal {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  display: none;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
}
.svj-modal .content {
  background: #ffffff;
  border-radius: 6px;
  min-width: 300px;
  position: fixed;
}
.svj-modal .content .modal-head {
  background: #f36f21;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #ffffff;
  padding: 15px;
  position: relative;
}
.svj-modal .content .modal-head .btn-skel {
  color: #ffffff;
  position: absolute;
  right: 15px;
  top: 15px;
}
.svj-modal .content .modal-body {
  padding: 15px;
}
.svj-modal .content .modal-foot {
  background: #bfb9a6;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #ffffff;
  padding: 15px;
}
.svj-modal .content-center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.svj-modal .content-left {
  width: 50%;
  left: 0;
}
.svj-modal .content-right {
  right: 0;
  width: 50%;
}

/*--============================= Pagination --*/
.svj-pagination {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.svj-pagination li {
  border: 1px solid #ccc;
  border-right: 0;
  display: flex;
  height: 32px;
  width: 32px;
}
.svj-pagination li:last-child {
  border-right: 1px solid #ccc;
}
.svj-pagination li a {
  color: #000000;
}
.svj-pagination .active {
  background: #f36f21;
  border-color: #f36f21;
  color: #ffffff;
}

/*--============================= Panel --*/
.svj-panel {
  border: 1px solid #eeeeee;
}
.svj-panel .panel-head {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  padding: 12px 15px;
}
.svj-panel .panel-body {
  background: #ffffff;
  padding: 15px;
}
.svj-panel .panel-foot {
  background: #dddddd;
  padding: 10px 15px;
}

/*--============================= Position Box --*/
.content-box {
  position: relative;
}
.content-box .content {
  position: absolute;
}
.content-box .content-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.content-box .content-center {
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.content-box .content-left {
  left: 0;
  transform: translate(0, -50%);
  top: 50%;
}
.content-box .content-right {
  right: 0;
  transform: translate(0, -50%);
  top: 50%;
}
.content-box .content-top {
  left: 0;
  right: 0;
  top: 0;
}

/*--============================= Search --*/
.svj-search {
  align-items: center;
  border: 1px solid #eeeeee;
  background: #dddddd;
  display: flex;
  height: 40px;
  width: 280px;
}
.svj-search input {
  border: 0;
  padding: 10px;
  width: 100%;
}
.svj-search input:focus {
  outline: none;
}
.svj-search button {
  background: none;
  border: 0;
  color: #777777;
  flex: 0 0 40px;
}
.svj-search button:focus {
  outline: none;
}

.svj-subscription {
  align-items: center;
  display: grid;
  grid-template-columns: auto 40px;
  width: 212px;
}
.svj-subscription input {
  background: #ffffff;
  border: 0;
  height: 40px;
  padding: 0 15px;
  width: 100%;
}
.svj-subscription input:focus {
  outline: none;
}
.svj-subscription button {
  background: #f36f21;
  border: 0;
  color: #ffffff;
  height: 40px;
}
/*--============================= Tab --*/
.svj-tab-h {
  background: #ffffff;
  box-sizing: border-box;
  margin-bottom: 32px;
  width: 100%;
}
.svj-tab-h .tabs {
  border-bottom: 1px solid #eeeeee;
  padding-left: 0;
}
.svj-tab-h .tabs li {
  border-bottom: 2px solid transparent;
  color: #777777;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  list-style-type: none;
  margin-right: 32px;
  padding: 16px 0;
  text-transform: none;
}
.svj-tab-h .tabs .active {
  background: none;
  border-bottom: 2px solid #f36f21;
  color: #f36f21;
}
.svj-tab-h .panel {
  display: none;
  margin-bottom: 30px;
}
.svj-tab-h .active {
  display: block;
}

.svj-tab-v {
  background: #ffffff;
  box-sizing: border-box;
  margin-bottom: 32px;
  width: 100%;
}
.svj-tab-v .tabs {
  border-bottom: 1px solid #eeeeee;
  padding-left: 0;
}
.svj-tab-v .tabs li {
  border-bottom: 2px solid transparent;
  color: #777777;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  list-style-type: none;
  margin-right: 32px;
  padding: 16px 0;
  text-transform: none;
}
.svj-tab-v .tabs .active {
  background: none;
  border-bottom: 2px solid #f36f21;
  color: #f36f21;
}
.svj-tab-v .panel {
  display: none;
  margin-bottom: 30px;
}
.svj-tab-v .active {
  display: block;
}

/*--============================= Table --*/
.svj-table {
  width: 100%;
}

/*--============================= Ticket, Message, Chat --*/
.svj-chat-box .header {
  border-bottom: 1px solid #eeeeee;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 30px;
}
.svj-chat-box .content {
  height: 340px;
  overflow-y: scroll;
  margin: 30px;
}
.svj-chat-box .content .item {
  display: grid;
  grid-gap: 15px;
  margin-bottom: 12px;
}
.svj-chat-box .content .item:last-child {
  margin-bottom: 0;
}
.svj-chat-box .content .item .profile img {
  border-radius: 50%;
  height: 60px;
  object-fit: cover;
  object-position: center;
  width: 60px;
}
.svj-chat-box .content .item .text {
  border-radius: 12px;
  padding: 12px;
}
.svj-chat-box .content .item .text h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 4px;
}
.svj-chat-box .content .item .text h5 {
  color: #dddddd;
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 8px;
}
.svj-chat-box .content .item .text p {
  margin: 0;
}
.svj-chat-box .content .item .text .time-stamp {
  color: #cccccc;
  font-size: 10px;
  font-weight: 300;
  margin-top: 12px;
}
.svj-chat-box .content .item-prime {
  grid-template-columns: auto 60px;
}
.svj-chat-box .content .item-prime .profile {
  order: 2;
}
.svj-chat-box .content .item-prime .text {
  background: #f36f21;
  margin-left: 75px;
  order: 1;
}
.svj-chat-box .content .item-prime .text p {
  color: #ffffff;
}
.svj-chat-box .content .item-sec {
  grid-template-columns: 60px auto;
}
.svj-chat-box .content .item-sec .text {
  background: #eeeeee;
  margin-right: 75px;
}
.svj-chat-box .content .item-sec .text p {
  color: #000000;
}
.svj-chat-box .typebox {
  align-items: center;
  background: #f2f2f2;
  border-top: 1px solid #eeeeee;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto 180px;
  padding: 30px;
}
.svj-chat-box .typebox textarea {
  background: #d6e1e7;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  min-height: 44px;
  height: 44px;
  max-width: 100%;
  padding: 15px;
}
.svj-chat-box .typebox button {
  background: #f36f21;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .svj-message-box .header {
    padding: 15px;
  }
  .svj-message-box .content {
    height: 340px;
    margin: 15px;
  }
  .svj-message-box .content .item .profile img {
    height: 30px;
    object-fit: cover;
    object-position: center;
    width: 30px;
  }
  .svj-message-box .content .item-prime {
    grid-template-columns: auto 30px;
  }
  .svj-message-box .content .item-prime .text {
    background: #f36f21;
    margin-left: 45px;
    order: 1;
  }
  .svj-message-box .content .item-prime .text p {
    color: #ffffff;
  }
  .svj-message-box .content .item-sec {
    grid-template-columns: 30px auto;
  }
  .svj-message-box .content .item-sec .text {
    background: #eeeeee;
    margin-right: 45px;
  }
  .svj-message-box .content .item-sec .text p {
    color: #000000;
  }
  .svj-message-box .typebox {
    grid-template-columns: auto 44px;
    padding: 15px;
  }
  .svj-message-box .typebox textarea {
    background: #d6e1e7;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    min-height: 44px;
    height: 44px;
    max-width: 100%;
    padding: 15px;
  }
}
/*--============================= GLOBAL CLASSES --*/
.circle {
  border-radius: 50%;
}

.input-button {
  align-items: center;
  display: flex;
  width: 100%;
}
.input-button button {
  flex: 0 0 120px;
  height: 40px;
  padding: 12px;
}
.input-button input {
  flex: 0 1 auto;
  height: 40px;
  margin-right: 8px;
}

.img-full {
  height: auto;
  width: 100%;
}

.svj-dropdown {
  position: relative;
  width: 30px;
}
.svj-dropdown .btn-dropdown {
  color: #f36f21;
  padding: 0 15px;
}
.svj-dropdown .dropdown-menu {
  background: #ffffff;
  border-radius: 6px;
  display: none;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 30px;
  width: 180px;
  -webkit-box-shadow: 0 0 60px 0 rgb(168, 168, 168);
  -moz-box-shadow: 0 0 60px 0 rgb(168, 168, 168);
  box-shadow: 0 0 60px 0 rgb(168, 168, 168);
}
.svj-dropdown .dropdown-menu li button {
  color: #bfb9a6;
  font-size: 16px;
  line-height: 32px;
}
.svj-dropdown .dropdown-menu li button i {
  margin-right: 12px;
  text-align: center;
  width: 20px;
}

@media screen and (max-width: 768px) {
  /*--============================= GLOBAL CLASSES --*/
  .input-button {
    display: block;
  }
  .input-button button {
    margin-top: 6px;
    width: 100%;
  }
}
/*================== Theme Fonts ============*/
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-Regular.woff2") format("woff2"), url("../fonts/Akrobat-Regular.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-Bold.woff2") format("woff2"), url("../fonts/Akrobat-Bold.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-ExtraBold.woff2") format("woff2"), url("../fonts/Akrobat-ExtraBold.woff") format("woff");
  font-weight: 500;
}
body {
  font-family: "Akrobat", sans-serif;
  background: url("../images/body-bg-lg.jpg") no-repeat top fixed;
  background-size: cover;
  position: relative;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
}

/*--========================= BASE STYLES --*/
a {
  text-decoration: none;
}

p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

.sfHeaders .sfFlex {
  display: flex;
  align-items: center;
}

/* Footer */
.social-media ul {
  margin: 0;
}
.social-media ul li {
  display: inline-block;
  margin-right: 5px;
}
.social-media ul li a {
  width: 35px;
  height: 35px;
  background: #000;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 20px;
  font-size: 15px;
  transition: all 0.5s ease-in-out;
}
.social-media ul li a:hover {
  background: #666666;
  transition: all 0.5s ease-in-out;
}
.social-media ul li a i {
  line-height: 2.2;
  text-align: center;
  padding-left: 4px;
}

/* Membership card */
.membership-card {
  position: relative;
  width: 100%;
  height: 253px;
  margin: 50px 0px;
}

.card-info {
  position: absolute;
  top: 0;
  right: 100px;
  bottom: 0;
  width: 415px;
  height: 140px;
  text-align: center;
  margin: auto;
  display: block;
}

.card-info h4 {
  color: #fff;
}

.card-info ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.card-info ul li {
  display: inline-block;
}

.card-info ul li a {
  color: #fff;
}

/* End */
/* Login Form */
.pstrength-minchar {
  display: none;
}

.sfCaptcha {
  margin-top: 5px;
}
.sfCaptcha img {
  float: left;
  margin-bottom: 8px;
}
.sfCaptcha input {
  width: 118px;
  float: left;
  padding: 11px 7px;
}

.pstrength-bar {
  border: none !important;
  height: 2px !important;
}

.sfError {
  color: red;
}

.formCheckList {
  color: #eeeeee;
  font-size: 16px;
}
.formCheckList [type=checkbox] + span:not(.lever) {
  height: auto;
}
.formCheckList input[type=checkbox] {
  height: 20px;
  pointer-events: all;
  width: 20px;
  z-index: 3;
}

.login-form, .signup {
  background: #0a4a9b;
  max-width: 600px;
  margin: 0 auto 0;
  padding: 15px;
  transition: -webkit-box-shadow 0.25s;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.form-tab .tab ul.tab-ul, .signup .tab ul.tab-ul {
  list-style-type: none;
  display: flex;
}
.form-tab .tab ul.tab-ul li.tab-item, .signup .tab ul.tab-ul li.tab-item {
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  margin-right: 30px;
  color: #eee;
  padding: 0 10px;
}
.form-tab .tab ul.tab-ul li.tab-item.active, .signup .tab ul.tab-ul li.tab-item.active {
  color: #FFF;
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
}
.form-tab .tab .para .hide, .signup .tab .para .hide {
  display: none;
}
.form-tab .tab .para .hide.active, .signup .tab .para .hide.active {
  display: block !important;
}
.form-tab .para .hide.active, .signup .para .hide.active {
  padding: 15px 0px;
}
.form-tab .sfFormGroup .sfInputbox, .signup .sfFormGroup .sfInputbox {
  background: #ffffff;
  border-bottom: 0;
  box-sizing: border-box;
  color: #000000;
  font-size: 22px;
  padding: 0 15px;
}

#lytA_ctl11_LoginwithFB {
  display: none;
}

.form-img {
  order: 1;
}
.form-img img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-img h4 {
  display: none;
  position: absolute;
  top: 28%;
  left: 30px;
  color: #ddd;
  z-index: 1;
  margin: auto;
  width: 236px;
  line-height: 1.3;
  font-size: 25px;
  font-weight: bold;
}
.form-img .overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(6, 13, 33, 0.4588235294);
  padding: 30px;
}

.login-btn, .signup-btn {
  display: block !important;
}
.login-btn .sfBtn, .signup-btn .sfBtn {
  background: #ffffff;
  border-radius: 10px;
  color: #f36f21;
  font-weight: 400;
  font-size: 26px;
  padding: 8px 60px;
  text-transform: uppercase;
}

.login-btn, .forgot-btn {
  border: none;
}

.frgot-psw {
  display: block;
  padding-left: 28%;
  padding-top: 10px;
}
.frgot-psw h5 {
  color: white;
  padding-bottom: 10px;
  padding-left: 37px;
}
.frgot-psw a {
  color: #ffffff;
  font-weight: 400;
  font-size: 22px;
}

.social-login .social-login-icons i {
  width: 45px;
  height: 45px;
  background: #ddd;
  border-radius: 45px;
  color: #060d21;
  text-align: center;
  line-height: 2.1;
  font-size: 21px;
  margin: 0px 10px 4px 0px;
}
.social-login .social-login-icons i:hover {
  transform: rotate(360deg);
  transition: all 0.5s ease-in-out;
  transform-origin: center;
}
.social-login p {
  color: #ddd;
}

.sfInnerPage {
  margin: 5% 0%;
}

/* End */
ul.seat-status {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

p.run-time {
  color: #8b8b8b;
  font-size: 0.9rem !important;
}

.now-showing-info > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  color: #fff;
  padding: 10px 20px;
  background: #4caf50;
}

.now-showing-info > a:hover {
  text-decoration: none;
  opacity: 0.8;
}

a.ticket-sold {
  background: #e11e26;
}

a.ticket-available {
  background: #4caf50;
}

a.ticket-booked {
  background: #ffc107;
}

.sfNowShowingWrapper {
  position: relative;
}

.sfNowShowingWrapper:before {
  position: absolute;
  content: "";
  top: 0;
  background: url("../../../Templates/OneCinemas/images/One Cinema PatternTop.svg");
  width: 100%;
  height: 500px;
  z-index: -1;
  background-size: cover;
  opacity: 0.7;
  background-repeat: no-repeat;
  background-position: bottom;
}

.no-movie {
  background: #fff;
  color: #e11e26;
  padding: 20px;
  width: 100%;
  border-left: 5px solid red;
  font-weight: bolder;
  font-size: 17px;
}

.select-nowshowing ul > li.active a {
  border: 2px solid #000000;
  color: #000000;
  font-weight: 700;
}

.select-nowshowing ul > li a {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.seat-status-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.seat-status-info > * {
  margin: 10px 0;
}
.seat-status-info .selectShowDays {
  max-width: 100%;
  overflow: auto;
}
.seat-status-info h3.title-txt {
  color: #000000;
  font-weight: 400;
  font-size: 36px;
  margin: 0;
  text-transform: uppercase;
}
.seat-status-info ul {
  display: none;
  align-items: center;
  margin: 0;
}
.seat-status-info ul li {
  color: #000;
  display: flex;
  align-items: center;
  margin: 0;
}
.seat-status-info ul li span.sold {
  background: #e11e26;
}
.seat-status-info ul li span.booked {
  background: #ffc107;
}
.seat-status-info ul li .available {
  background: #4caf50;
}
.seat-status-info ul li span {
  margin: 0px 15px 0px 5px;
  width: 27px;
  height: 5px;
  display: inline-block;
}

.select-nowshowing ul > li a {
  border: 2px solid #ffffff;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}

.sfNowShowingWrapper ul li {
  margin: 0;
}

/* Sider-pannel */
.food-summary {
  width: 400px;
  padding: 20px;
  transition: all 0.5s ease-in-out;
  clear: both;
  display: table;
  border: 1px solid #e11e26;
  box-sizing: border-box;
}

.list-items {
  list-style-type: none;
  padding-top: 15px;
  margin: 0px;
}

td.menuName {
  line-height: 1.3;
  vertical-align: middle;
}

.booking-title:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 24px;
  background: #e11e26;
  left: -20px;
}

.list-items li {
  line-height: 1.8;
}

.list-items li label, .food-summary table tr td:first-child, .sfSummaryDetails label {
  color: #e11e26;
  font-weight: 600;
  font-size: 15px;
}

.list-items li span {
  color: #221e1f;
}

.food-summary:hover {
  box-shadow: 0px 0px 5px 1px #e11e26;
  transition: all 0.5s ease-in-out;
}

.list-items li small, .sfSummaryDetails ul li {
  background: #162a64;
  color: #fff;
  display: inline-block;
  border-radius: 24px;
  padding: 3px 10px;
  margin: 0px 5px 5px 0px;
  font-size: 12px;
}

.summary-pannel table tr, .ticket-summary table tr, .food-summary table tr, .booking-cart table tr {
  line-height: 1.8;
}

.sfGrandTotal label, .sfGrandTotal span {
  font-weight: 600;
  color: #e11e26;
  font-size: 20px !important;
}

h6.sfSeatIdentificatoin, h6.timeName.sfTimeInterval {
  font-size: 14px;
  font-weight: 600 !important;
  color: #364cc5 !important;
}

h6.timeName.sfTimeInterval span {
  color: #162a64;
  font-weight: 100;
}

h6.sfSeatIdentificatoin span {
  color: #ffffff;
  background: #162a64;
  border-radius: 20px;
  padding: 3px 10px;
  margin-left: 10px;
  font-weight: 100;
}

/* BTN */
.buy-actions .btnReserveTicket {
  background: #f36f21 !important;
  border-color: #f36f21;
  border-radius: 64px !important;
  transition: all 0.5s ease-in-out;
}

.btnReserveTicket {
  background: #009688 !important;
  border-color: #009688;
  border-radius: 64px !important;
  transition: all 0.5s ease-in-out;
}

.btnReserveTicket:hover {
  box-shadow: 0px 0px 4px 2px #009688 !important;
}

.food-reserve {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
  background-color: #e11e26;
}

/* Payment */
.booking-summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  width: 1200px;
  margin: auto;
  grid-gap: 2em;
}

.food-summary {
  grid-column: 2/3;
  grid-row: 3/4;
  margin-top: 30px;
  color: #000;
}

img.vip-card {
  width: 50px !important;
}

/* Close-btn */
.close-btn {
  background: #bd0303;
  color: #FFFFFF;
  cursor: pointer;
  margin: 8px 0px;
  padding: 8px 0px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  border: 1px solid #bd0303;
  height: 20px;
  display: inline-block;
  line-height: 0.4;
}

.close-btn:hover {
  background: none repeat scroll 0 0 #710404;
}

.reservingSummary {
  width: 400px;
  padding: 20px;
  transition: all 0.5s ease-in-out;
  clear: both;
  display: table;
  border: 1px solid #e11e26;
  box-sizing: border-box;
  margin-top: 15px;
}

.reservingSummary:hover {
  box-shadow: 0px 0px 5px 1px #e11e26;
  transition: all 0.5s ease-in-out;
}

.sfBtn.smlbtn-primary, .sfBtn.smlbtn-cancel {
  float: right;
}

.sfBtn.smlbtn-cancel {
  margin-right: 15px;
}

.sfBtn.smlbtn-primary i, .sfBtn.smlbtn-cancel i {
  margin-right: 5px;
}

.warning {
  background: #e11e26;
}

.error {
  background: #9a0000;
}

.sucess {
  background: #559f00;
}

/* End */
/* Img Hover Effect */
.now-showing-wrapper.clearfix {
  margin: 30px 0px -18px;
}

.movie-title h3 {
  color: #fff;
  text-align: center;
  margin: 15px auto 3px;
  font-size: 18px;
}

.movie-title p {
  text-align: center;
  color: #e11e26;
}

/* End */
/* ContactForm */
.sfContactInner {
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
}

.sfMaps iframe {
  width: 100%;
}

/* End */
/*--===================== Movie Tab --*/
.movie-tab > ul {
  align-items: center;
  background: #686868;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 auto 40px;
  width: 300px;
  height: 55px;
  position: relative;
  z-index: 4;
}
.movie-tab > ul li {
  text-decoration: none;
  line-height: 3;
  font-size: 16px;
  text-align: center;
  z-index: 1;
  padding: 5px;
  height: 55px;
  width: 50%;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
}
.movie-tab > ul li.active {
  padding: 5px;
  color: #ffffff;
  height: 55px;
  width: 50%;
  border-radius: 40px;
  transition: color 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  z-index: 1;
}

.movie-tab-content .hide.active {
  display: block !important;
}

.movie-tab-content .hide {
  display: none;
}

.coming-soon-title {
  position: absolute;
  background: #e11e26;
  top: 0;
  right: 0;
  color: #fff;
  padding: 8px;
}

.coming-soon-title p {
  color: #fff;
  margin: 0;
}

li.effect {
  position: absolute;
  transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.movie-tab ul li.movie-item.active:nth-child(1) ~ .effect {
  background: #f36f21;
  left: 0;
  z-index: 0;
}

.movie-tab ul li.movie-item.active:nth-child(2) ~ .effect {
  background: #0a4a9b;
  z-index: 0;
  left: 50%;
}

/* Pop-up model */
.popup_container {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.popup_content {
  padding: 20px;
}

.popup_message {
  margin-bottom: 20px;
}

.popup_title {
  padding: 15px 20px;
  font-size: 18px;
  background: #09428b;
  margin: 0;
}

/* Payment Ticket */
.divPrintBill > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  margin: 40px 0px;
}

.sfForgotPasswordPageLeft {
  background: #fff;
}

/* Movie */
.sfInnerPage .selectShowDays ul > li.active a, .sfInnerPage .selectShowDays ul > li a:hover {
  color: #4caf50;
  border-color: #4caf50;
}

.sfInnerPage .seat-status-info {
  padding: 0;
}

.sfInnerPage .now-showing {
  margin-bottom: 80px;
}

.sfInnerPage .next-change-movies {
  min-height: 500px;
}

.sfInnerPage .select-nowshowing ul > li a {
  color: #838383;
  border-color: #838383;
}

/*food section*/
.sfFoodSearchBar p input {
  color: #000;
}

.food-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  transition: all 0.5s ease-in-out;
}

.food-card:hover {
  background: rgba(240, 240, 240, 0.9215686275);
  transition: all 0.5s ease-in-out;
}

.food-section {
  margin: auto;
}

.food-item {
  border-bottom: 1px solid #9e9e9e;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  padding: 0;
}

.food-detail i {
  font-size: 20px;
  text-align: center;
  margin: auto;
  display: block;
  transition: all 0.5s ease-in-out;
  color: #c5c5c5;
}

.food-item.collapse .food-detail i {
  color: #e11e26;
}

.food-detail i:hover {
  color: #d6690a;
  transition: all 0.5s ease-in-out;
}

.food-title h3 {
  margin: 0px;
  font-size: 17px;
}

.food-title p {
  color: #5d5d5d;
}

.food-card-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
  align-items: center;
}

.food-item-type img {
  width: 90px;
  height: 90px;
  border-radius: 5px;
}

.item-info {
  width: calc(100% - 130px);
  grid-column: 2/3;
  grid-row: 1/2;
}

.item-info h4 {
  margin: 8px 0px;
  font-size: 15px;
  line-height: 17px;
  min-height: 40px;
}

input.sfFoodQty {
  background: #fff !important;
  padding: 0px 7px !important;
}

.food-item-type {
  width: 350px;
  position: relative;
  display: grid;
  grid-template-columns: 115px auto;
  border-bottom: 1px solid #a7a7a7;
}

h4.sfFoodName {
  font-size: 14px;
  grid-column: 1/3;
  grid-row: 2/3;
}

.food-img {
  width: 90px;
  margin-right: 25px;
  grid-column: 1/2;
  grid-row: 1/2;
}

.food-time {
  margin: 10px 0px;
}

.food-content.collapse {
  display: block;
}

.food-content.expand {
  display: none;
}

.food-item.collapse .food-content {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  padding: 20px 0px;
  overflow: hidden;
}

.food-item.show .food-content {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  position: relative;
  height: 0;
  overflow: hidden;
}

span.sfFoodPrice {
  position: absolute;
  background: #e11e26;
  right: 0px;
  top: 73px;
  border-radius: 40px;
  text-align: center;
  color: #ffffff;
  line-height: 1.4;
  margin: 5px;
  padding: 2px 7px;
  cursor: default;
}

.food-item.collapse .fa-plus-circle:before {
  content: "\f056";
}

.seat label, .food-time label, .food-qty label {
  color: #000;
}

.sfFoodSearchBar input {
  background: #e11e26;
  border: none;
  padding: 5px 20px;
  border-radius: 37px;
  transition: all 0.5s ease-in-out;
  color: #fff;
  font-size: 15px;
  margin-left: 30px;
}

.item-info .seat, .item-info .food-time, .item-info .food-qty {
  display: grid;
  grid-template-columns: 70px 90px;
  align-items: center;
}

.seat select, .food-time select, .food-qty input {
  font-size: 12px !important;
  height: 27px !important;
}

span.btn.sfBtnAddFood {
  float: right;
  margin-right: 8px;
  position: absolute;
  top: 0;
  font-size: 45px;
  line-height: 1.4;
  right: 0px;
  height: 65px;
  padding: 0px 7px;
}

input.sfFoodQty {
  width: 40px !important;
}

.food-qty input {
  color: #060d21;
}

/*--========================================= MAIN STYLES --*/
/*--========================= Theme Classes --*/
.d-none {
  display: none !important;
}

.inline-group {
  display: flex;
  flex-wrap: wrap;
}
.inline-group input-inline {
  margin-right: 40px;
}

/*--========================= Theme Objects --*/
.content-empty {
  align-items: center;
  display: flex;
  height: 320px;
  justify-content: center;
}
.content-empty p {
  color: #000000;
  font-size: 26px;
}

.padding-block {
  padding: 20px 0;
}
.padding-block:first-child {
  padding-top: 0;
}
.padding-block:last-child {
  padding-bottom: 0;
}

.padding-section {
  padding: 50px 0;
}

.sfPagination .current {
  background: #f36f21 !important;
  color: #ffffff;
}

.title-block {
  background: #f36f21;
  border-radius: 17px 17px 0 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 22px;
  padding: 15px 20px;
  text-transform: capitalize;
}
.title-block i {
  font-size: 16px;
}

.title-page {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.title-page h2 {
  color: #f36f21;
  font-size: 60px;
  font-weight: 400;
  line-height: 38px;
  padding: 0 3px;
  position: relative;
  text-transform: uppercase;
}
.title-page img {
  height: 72px;
  padding: 0 3px;
  width: auto;
}

.title-section {
  margin-bottom: 20px;
}
.title-section h3 {
  color: #000000;
  font-weight: 400;
  font-size: 36px;
  text-transform: uppercase;
}

/*--========================= Theme Modules --*/
.section-header {
  padding: 15px 0 0;
}
.section-header .navbar {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.section-header .navbar:after {
  background: linear-gradient(to right, transparent, #f36f21, transparent);
  content: "";
  display: block;
  flex: 0 0 100%;
  height: 3px;
  margin-top: 22px;
  max-width: 100%;
}
.section-header .group-brand {
  flex: 0 0 20%;
  max-width: 20%;
}
.section-header .group-brand img {
  max-height: 70px;
  max-width: 90%;
  width: auto;
}
.section-header .group-menu {
  background: #e6dec6;
  display: flex;
  flex: 0 0 80%;
  justify-content: space-between;
  max-width: 80%;
}
.section-header .group-menu .sf-menu {
  float: left;
}
.section-header .group-menu .sf-menu li {
  padding: 0;
  transition: all 0.3s;
}
.section-header .group-menu .sf-menu li:hover {
  background: #fff;
}
.section-header .group-menu .sf-menu li.sfActive {
  background: #f36f21;
}
.section-header .group-menu .sf-menu li.sfActive:hover {
  background: #d5570c;
}
.section-header .group-menu .sf-menu li:first-child {
  margin-left: 0;
}
.section-header .group-menu .sf-menu li:last-child {
  margin-right: 0;
}
.section-header .group-menu .sf-menu li a {
  align-items: center;
  border: 0;
  display: flex;
  padding: 0 8px;
}
.section-header .group-menu .sf-menu li a .sfPageicon {
  display: inline-block;
  height: 24px;
  margin: 0;
}
.section-header .group-menu .sf-menu li a .sfPageicon img {
  height: inherit;
  width: auto;
}
.section-header .group-menu .sf-menu li a .sfPagename {
  color: #000000;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  padding: 0 8px;
  text-transform: uppercase;
  line-height: 38px;
  margin: 0;
}
.section-header .group-menu .sf-menu li.sfActive a .sfPagename {
  color: #ffffff;
}
.section-header .group-menu .toplinks {
  background: #f36f21;
  justify-content: space-around;
  float: none;
  margin: 0;
}
.section-header .group-menu .toplinks li a {
  background: transparent;
  color: #ffffff !important;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 38px;
  padding: 0 18px;
  text-transform: uppercase;
}
.section-header .group-menu .toplinks li:first-child a {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  white-space: nowrap;
}

.media-header {
  position: absolute;
  z-index: -1;
}
.media-header .bg-header {
  background: url("../images/media-top.png") no-repeat right;
  background-size: contain;
  height: 380px;
  left: 0;
  right: 0;
  top: 0;
  z-index: -99;
}

.section-footer {
  z-index: 1;
}
.section-footer .content-wrapper:after {
  background: linear-gradient(to right, transparent, #f36f21, transparent);
  content: "";
  display: block;
  height: 3px;
  margin-top: 40px;
}
.section-footer .item h4 {
  color: #f36f21;
  font-weight: 400;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.section-footer .item a img {
  height: 80px;
  width: auto;
}
.section-footer .item .footer-links li a {
  color: #000000;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 14px;
  text-transform: capitalize;
}
.section-footer .item .footer-links li a:hover {
  color: #0a4a9b;
}
.section-footer .footer-base {
  padding: 20px 0;
  text-align: center;
}
.section-footer .footer-base h5 {
  color: #000000;
  font-weight: 400;
}

/*-- Now Showing Movie Item, Coming Soon Movie Item --*/
.movies-img .media, .movies-img .now-showing-img, .movies-item .media, .movies-item .now-showing-img {
  background: rgba(0, 0, 0, 0.3);
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  overflow: hidden;
  position: relative;
}
.movies-img .media img, .movies-img .now-showing-img img, .movies-item .media img, .movies-item .now-showing-img img {
  height: auto;
  object-fit: cover;
  width: 100%;
}
.movies-img .media .imageWrapper.show, .movies-img .now-showing-img .imageWrapper.show, .movies-item .media .imageWrapper.show, .movies-item .now-showing-img .imageWrapper.show {
  position: relative;
}
.movies-img .media .imageWrapper.show .movGrade, .movies-img .now-showing-img .imageWrapper.show .movGrade, .movies-item .media .imageWrapper.show .movGrade, .movies-item .now-showing-img .imageWrapper.show .movGrade {
  background: #f36f21;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  height: 32px;
  line-height: 32px;
  position: absolute;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  width: 32px;
}
.movies-img .media .imageWrapper.no-show .movGrade, .movies-img .now-showing-img .imageWrapper.no-show .movGrade, .movies-item .media .imageWrapper.no-show .movGrade, .movies-item .now-showing-img .imageWrapper.no-show .movGrade {
  display: none;
}
.movies-img .media .overlay, .movies-img .now-showing-img .overlay, .movies-item .media .overlay, .movies-item .now-showing-img .overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  bottom: 200px;
  display: flex;
  justify-content: center;
  left: 200px;
  opacity: 0;
  position: absolute;
  right: 200px;
  top: 200px;
  -webkit-transition: all 0.55s linear;
  -moz-transition: all 0.55s linear;
  -o-transition: all 0.55s linear;
  transition: all 0.55s linear;
}
.movies-img .media .overlay ul, .movies-img .now-showing-img .overlay ul, .movies-item .media .overlay ul, .movies-item .now-showing-img .overlay ul {
  display: block;
  float: none;
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.movies-img .media .overlay ul li, .movies-img .now-showing-img .overlay ul li, .movies-item .media .overlay ul li, .movies-item .now-showing-img .overlay ul li {
  display: block;
  list-style-type: none;
  width: 100%;
}
.movies-img .media .overlay ul li a, .movies-img .now-showing-img .overlay ul li a, .movies-item .media .overlay ul li a, .movies-item .now-showing-img .overlay ul li a {
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50px;
  width: 150px;
  text-align: center;
  margin: 13px auto;
  opacity: 0;
  padding: 10px;
  display: block;
}
.movies-img .media .overlay ul li a:hover, .movies-img .now-showing-img .overlay ul li a:hover, .movies-item .media .overlay ul li a:hover, .movies-item .now-showing-img .overlay ul li a:hover {
  background: #f6931c;
  color: #fff;
  border: 2px solid #f6931c;
}
.movies-img .media .overlay ul li:nth-child(1) a, .movies-img .now-showing-img .overlay ul li:nth-child(1) a, .movies-item .media .overlay ul li:nth-child(1) a, .movies-item .now-showing-img .overlay ul li:nth-child(1) a {
  margin-left: -167px;
}
.movies-img .media .overlay ul li:nth-child(2) a, .movies-img .now-showing-img .overlay ul li:nth-child(2) a, .movies-item .media .overlay ul li:nth-child(2) a, .movies-item .now-showing-img .overlay ul li:nth-child(2) a {
  margin-right: -167px;
}
.movies-img .media:hover .overlay, .movies-img .now-showing-img:hover .overlay, .movies-item .media:hover .overlay, .movies-item .now-showing-img:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.movies-img .media:hover .overlay ul li a, .movies-img .now-showing-img:hover .overlay ul li a, .movies-item .media:hover .overlay ul li a, .movies-item .now-showing-img:hover .overlay ul li a {
  display: block;
  opacity: 1;
}
.movies-img .media:hover .overlay ul li:nth-child(1) a, .movies-img .now-showing-img:hover .overlay ul li:nth-child(1) a, .movies-item .media:hover .overlay ul li:nth-child(1) a, .movies-item .now-showing-img:hover .overlay ul li:nth-child(1) a {
  margin-left: 0;
  transition: all 0.5s ease-in-out;
}
.movies-img .media:hover .overlay ul li:nth-child(2) a, .movies-img .now-showing-img:hover .overlay ul li:nth-child(2) a, .movies-item .media:hover .overlay ul li:nth-child(2) a, .movies-item .now-showing-img:hover .overlay ul li:nth-child(2) a {
  margin-right: 0;
  transition: all 0.5s ease-in-out;
}
.movies-img .movie-description, .movies-img .now-showing-info, .movies-item .movie-description, .movies-item .now-showing-info {
  margin-top: 14px;
}
.movies-img .movie-description h4, .movies-img .movie-description p, .movies-img .now-showing-info h4, .movies-img .now-showing-info p, .movies-item .movie-description h4, .movies-item .movie-description p, .movies-item .now-showing-info h4, .movies-item .now-showing-info p {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 0;
  padding: 0;
  text-transform: uppercase;
}

.movies-img .movie-description p {
  color: #8b8b8b;
  font-size: 0.9rem !important;
}

.section-promotion {
  background: #e6dec6;
  display: none;
  position: relative;
}
.section-promotion .bg-promotion {
  background: url("../images/promotion-bg.png") no-repeat right;
  background-size: contain;
  height: 490px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.section-promotion .content-wrapper {
  position: relative;
  z-index: 2;
}
.section-promotion .content-wrapper:before, .section-promotion .content-wrapper:after {
  background: linear-gradient(to right, transparent, #f36f21, transparent);
  content: "";
  display: block;
  height: 3px;
}
.section-promotion .content-wrapper:before {
  margin-bottom: 40px;
}
.section-promotion .content-wrapper:after {
  margin-top: 40px;
}
.section-promotion .content-wrapper .item-promotion img {
  height: 230px;
  object-fit: cover;
  width: 100%;
}

/*--======================================= HOME PAGE --*/
.section-landing {
  padding: 16px 0 0;
}
.section-landing .content-wrapper {
  position: relative;
}
.section-landing .content-wrapper .fg-slider {
  bottom: 0;
  left: -40px;
  position: absolute;
  z-index: 4;
}
.section-landing .content-wrapper .fg-slider img {
  height: 138px;
}

.sfMovieShowcase {
  background: transparent;
  border-radius: 20px;
}
.sfMovieShowcase .bx-viewport {
  padding-bottom: 20px;
}
.sfMovieShowcase .now-showing-movies:after {
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.4878326331) 0%, rgba(255, 255, 255, 0) 70%);
  content: "";
  display: block;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  height: 20px;
}
.sfMovieShowcase .now-showing-movies .item {
  position: relative;
}
.sfMovieShowcase .now-showing-movies .item .movie-content {
  display: none;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 1;
  padding: 40px;
  position: absolute;
}
.sfMovieShowcase .now-showing-movies .item .movie-link {
  bottom: 30px;
  left: 30px;
  position: absolute;
}
.sfMovieShowcase .now-showing-movies .item .movie-link a {
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 14px;
  color: #ffffff;
  display: flex;
  padding: 14px 18px;
  font-size: 20px;
  text-transform: uppercase;
}
.sfMovieShowcase .now-showing-movies .item .movie-link a i {
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  height: 48px;
  line-height: 40px;
  margin-right: 8px;
  width: 48px;
  text-align: center;
}
.sfMovieShowcase .now-showing-movies .item .movie-link a:hover i {
  background: #f36f21;
  color: #ffffff;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.36s ease-in-out;
  -o-transition: 0.36s ease-in-out;
  transition: 0.36s ease-in-out;
}

.movie-poster {
  width: 100% !important;
  position: relative;
}
.movie-poster img {
  border-radius: 20px;
  height: auto;
  object-fit: cover;
  width: 100% !important;
}
.movie-poster .overlay {
  background: rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
}

.movie-content h3 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 600;
}
.movie-content .movie-genre p {
  color: #f6931c;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
}
.movie-content .movie-genre p:before {
  position: absolute;
  content: "";
  background: #f6931c;
  width: 25px;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.movie-content .movie-info {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.movie-content .screen-name {
  margin-top: 15px;
}
.movie-content .watch-trailer {
  display: flex;
  align-items: center;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
  color: #f6931c;
  font-weight: bold;
}
.movie-content .watch-trailer i {
  font-size: 23px;
}
.movie-content .watch-trailer:hover {
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: url(/Templates/OneCinemas/images/slidernav-icon.png);
}

.bx-wrapper .bx-pager {
  background: none;
  border: none;
  bottom: 0;
  padding: 0;
  right: 0;
  text-align: right;
}
.bx-wrapper .bx-pager .bx-pager-item {
  margin-left: 4px;
}
.bx-wrapper .bx-pager .bx-pager-item a {
  background: transparent;
  border: 1px solid #f36f21;
  border-radius: 50%;
  color: transparent;
  height: 22px;
  width: 22px;
}
.bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #f36f21;
  color: #f36f21;
}

.section-movies {
  position: relative;
}
.section-movies .bg-movies {
  background: url("../images/bg-movies.png") no-repeat left;
  background-size: contain;
  bottom: -90px;
  height: 580px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 3;
}

.now-showing {
  margin-bottom: 80px;
}
.now-showing .now-showing-list .movies-showing {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  position: relative;
  list-style: none;
  z-index: 10;
}
.now-showing .now-showing-list .movies-showing .movies-item {
  flex: 0 0 25%;
  margin: 0 0 40px;
  max-width: 25%;
  padding: 0 20px;
}
.now-showing .now-showing-list .movies-showing .movies-item:last-child, .now-showing .now-showing-list .movies-showing .movies-item:nth-last-child(2), .now-showing .now-showing-list .movies-showing .movies-item:nth-last-child(3), .now-showing .now-showing-list .movies-showing .movies-item:nth-last-child(4) {
  margin-bottom: 0;
}
.now-showing .now-showing-list .movies-showing ul.show-timing {
  display: none;
}

.upcoming-header {
  margin-bottom: 20px;
}
.upcoming-header h4 {
  color: #444444;
  font-weight: 400;
  font-size: 36px;
  margin: 0;
  text-transform: uppercase;
}

.coming-soon-movies, .next-change-movies {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 80px;
  position: relative;
  list-style: none;
  z-index: 10;
}
.coming-soon-movies li, .next-change-movies li {
  flex: 0 0 25%;
  margin: 0 0 30px;
  max-width: 25%;
  padding: 0 20px;
}

/*--====================================== INNER PAGES --*/
.master-holder .holder-micro {
  margin: auto;
  width: 80%;
}

/*--================ Page Movie Details --*/
h2.inner-header {
  color: #444444;
  font-size: 36px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.show-detail {
  background: #e6dec6;
}
.show-detail .movies-details {
  display: flex;
  margin: 0 -15px;
  padding: 17px;
  flex-wrap: wrap;
}
.show-detail .movies-details .movie-trailer, .show-detail .movies-details .media {
  max-width: 260px;
  overflow: hidden;
  padding: 0 15px;
}
.show-detail .movies-details .movie-trailer iframe, .show-detail .movies-details .movie-trailer img, .show-detail .movies-details .media iframe, .show-detail .movies-details .media img {
  border-radius: 20px;
  box-sizing: content-box;
  height: auto;
  width: 100%;
}
.show-detail .movies-details .movies-info {
  flex: 1;
  color: #000000;
  padding: 0 15px;
}
.show-detail .movies-details .movies-info h2 {
  background: #f1671f;
  color: #231f20;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 10px 18px 10px 10px;
  text-transform: uppercase;
  display: inline-block;
}
.show-detail .movies-details .movies-info h4 {
  font-weight: bold;
  margin: 8px 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1rem;
  letter-spacing: 2px;
}
.show-detail .movies-details .movies-info p {
  margin: 20px 0;
  color: #444444;
}
.show-detail .movies-details .movies-info ul.movie-cast {
  margin: 0 -5px;
  margin-bottom: 0;
}
.show-detail .movies-details .movies-info ul.movie-cast li {
  display: table-row;
  color: #000000;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.show-detail .movies-details .movies-info ul.movie-cast li span {
  font-weight: 400;
  flex: 0 0 140px;
  max-width: 140px;
}
.show-detail .movies-details .movies-info ul.movie-cast li, .show-detail .movies-details .movies-info ul.movie-cast li span {
  color: #000000;
  margin-bottom: 0;
}

.view-time {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0 20px 20px;
  background: #e6dec6;
  margin-top: 20px;
}
.view-time:before {
  background: linear-gradient(to right, transparent, #f36f21, transparent);
  content: "";
  display: block;
  flex: 0 0 100%;
  height: 3px;
  margin-bottom: 50px;
  max-width: 100%;
}
.view-time .nowshowing-detail h2.inner-header {
  display: none;
  border-left: 3px solid;
  padding-left: 10px;
}

.selectShowDays ul {
  list-style: outside none none;
  display: inline-flex;
  justify-content: center;
}
.selectShowDays ul li {
  margin: 0 4px;
}
.selectShowDays ul li a {
  align-items: center;
  border: 2px solid #888888;
  border-radius: 50%;
  color: #888888;
  display: flex;
  font-weight: 400;
  height: 58px;
  justify-content: center;
  line-height: 1.1;
  text-align: center;
  padding: 5px 0;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  width: 58px;
}
.selectShowDays ul li.active a, .selectShowDays ul li a:hover {
  border: 2px solid #f36f21;
  color: #f36f21;
  transition: all 0.5s ease-in-out;
}

.audi-time {
  display: flex;
}
.audi-time .audi-info {
  background: #f1671f;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 160px;
}
.audi-time .audi-info p {
  color: #fff;
}
.audi-time .audi-info p span {
  font-size: 20px;
  width: 100%;
  display: block;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.4px;
}
.audi-time .show-time-info {
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
  flex: 1;
  padding: 10px;
  flex-wrap: wrap;
  list-style: none;
}
.audi-time .show-time-info li {
  padding: 5px 10px;
}
.audi-time .show-time-info li a {
  background: #f36f21;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  border-radius: 10px;
}
.audi-time .show-time-info li a.available {
  background: #4caf50;
}
.audi-time .show-time-info li a.sold {
  background: #e11e26;
}
.audi-time .show-time-info li a.fast-filling {
  background: #f36f21;
}
.audi-time .show-time-info li a.no-available {
  background: rgb(238, 238, 238);
  background: linear-gradient(0deg, rgb(238, 238, 238) 0%, rgb(174, 176, 179) 50%, rgb(238, 238, 238) 100%);
  cursor: not-allowed;
}

.audi-info-desc p {
  line-height: 1.25;
  margin-bottom: 5px;
}
.audi-info-desc p:last-child span {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.25;
}

.view-show-time .audi-time {
  margin-bottom: 4px;
  background: rgba(34, 30, 31, 0.0392156863);
  border-radius: 10px;
  overflow: hidden;
  margin: 10px 0;
}
.view-show-time .audi-time:last-child {
  margin-bottom: 0;
}

/*--================ Page Booking --*/ /*
.section-movie-banner {
  .book-movie-image {
    text-align: center;
    img {
      border-radius: 20px;
      height: auto;
      max-height: 525px;
      object-fit: cover;
      width: 100%;
    }
  }
}*/
.section-booking {
  display: flex;
  margin: 0 -20px;
}
.section-booking .selection {
  flex: 0 0 35%;
  max-width: 35%;
  padding: 0 20px;
}

.sfAccordianStyleAHeader {
  background: #e6dec6;
  border-radius: 20px;
  width: 100%;
}
.sfAccordianStyleAHeader h4 {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.sfAccordianStyleAHeader .fa-chevron-up:before {
  content: "\f078";
}

.sfAccordianStyleAHeader.active .fa-chevron-up:before {
  content: "\f077";
}

.sfMovieShowtime.showTime li {
  display: inline-block;
  margin: 0 10px 15px 0px;
  cursor: pointer;
}
.sfMovieShowtime.showTime li span {
  background: #f36f21;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 10px;
}
.sfMovieShowtime.showTime li span:hover {
  box-shadow: 0 0 10px 1px #f36f21;
  transition: all 0.5s ease-in-out;
}
.sfMovieShowtime.showTime li span.inactive {
  background: #797878;
  border: 2px solid #797878;
  color: #bfb9a6;
  border-radius: 20px;
  padding: 8px 10px;
  cursor: not-allowed;
}

.item.noShow {
  width: 300px;
  height: 424px;
}

.booking {
  display: flex;
  padding: 15px;
}
.booking > div {
  padding: 0 15px;
}
.booking .book-movie-image {
  flex: 1;
}
.booking .book-movie-image .imageWrapper {
  position: relative;
  margin-bottom: 15px;
}
.booking .book-movie-image .imageWrapper .movGrade {
  position: absolute;
  right: 8px;
  top: 8px;
  background: black;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: white;
}
.booking .booking-info {
  flex: 2;
}
.booking .book-movie-image img {
  border-radius: 10px;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.booking .booking-info .booking-form h4.booking-info-header {
  background: transparent;
  color: #000000;
  margin: 0 0 10px;
  padding: 0;
  text-transform: capitalize;
}
.booking .booking-info .booking-form h4.booking-info-header span {
  margin: 0;
}

.booking.clearfix::before {
  content: normal;
}

.wrap.booking-form div {
  align-items: center;
  border-radius: 10px;
  display: flex;
  margin-bottom: 15px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
}
.wrap.booking-form div:hover {
  background: white;
}
.wrap.booking-form div:last-child {
  margin-bottom: 0;
  background: none;
}
.wrap.booking-form div label {
  background: #f36f21;
  border-radius: 6px 0 0 6px;
  color: #ffffff;
  font-size: 15px;
  flex: 0 0 25%;
  line-height: 1;
  margin: 0;
  padding: 10px 15px;
  line-height: 1.25;
}
.wrap.booking-form div .sfCustomSelect {
  margin: 0;
}
.wrap.booking-form div .sfCustomSelect select {
  background: transparent;
  border: 0;
  line-height: 1;
  font-weight: 600;
}
.wrap.booking-form div:last-child {
  border: 0;
  border-radius: 0;
  display: block;
  flex: 1;
  margin-right: 10px;
}
.wrap.booking-form div:last-child label {
  background: transparent;
  border-radius: 0;
  color: #444444;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 0;
  text-transform: capitalize;
}

.summary-pannel {
  border-radius: 20px;
  background-color: #e6dec6;
}
.summary-pannel .sfSummaryDetails {
  display: table;
  padding: 10px 24px 0;
  width: 100%;
}
.summary-pannel .sfSummaryDetails:last-child {
  padding-top: 0;
  padding-bottom: 30px;
}
.summary-pannel .sfSummaryDetails:last-child ul {
  border-bottom: 0;
}
.summary-pannel .sfSummaryDetails li, .summary-pannel .sfSummaryDetails div {
  display: table-row;
  font-weight: 400;
}
.summary-pannel .sfSummaryDetails li label, .summary-pannel .sfSummaryDetails div label {
  color: #000000;
  display: table-cell;
  float: none;
  padding: 4px 20px 4px 0;
  width: 25%;
}
.summary-pannel .sfSummaryDetails li span, .summary-pannel .sfSummaryDetails li ul, .summary-pannel .sfSummaryDetails div span, .summary-pannel .sfSummaryDetails div ul {
  color: #000000;
  border-bottom: 3px solid #bfb9a6;
  display: table-cell;
  padding: 4px 20px 4px 0;
}
.summary-pannel .sfSummaryDetails li ul#ulBookedSeats, .summary-pannel .sfSummaryDetails div ul#ulBookedSeats {
  display: table-cell;
  padding: 0;
  width: 75%;
}
.summary-pannel .sfSummaryDetails li ul#ulBookedSeats li, .summary-pannel .sfSummaryDetails div ul#ulBookedSeats li {
  display: inline-block;
  font-weight: 400;
  background: green;
  padding: 10px;
  border-radius: 5px;
  color: white;
  font-size: 15px;
  height: 40px;
  line-height: 22px;
  width: 40px;
  margin: 5px;
  text-align: center;
}

/*--================ Page Booking Conformation --*/
.section-booking-confirmation table.total-cart {
  display: none;
}
.section-booking-confirmation .selection .sfUserSummary .summary-cart {
  border-radius: 20px;
}
.section-booking-confirmation .ticket-summary .booking-title {
  display: none;
}

.sfCalculationTable tr {
  border-bottom: 0;
}
.sfCalculationTable tr td {
  border-bottom: 3px solid #bfb9a6;
  color: #000000;
  font-weight: 400;
}
.sfCalculationTable tr td:first-child {
  border-bottom: 0;
  width: 25%;
}
.sfCalculationTable tr td:last-child {
  text-align: right;
}
.sfCalculationTable tr td.sfTotal {
  color: #f36f21;
}

.booking-cart {
  /*background: #e6dec6;
  border-radius: 20px;
  box-shadow: 0 0px 3px rgba(0,0,0,0.2);*/
}
.booking-cart .btn {
  border-radius: 30px;
  color: #ffffff;
  font-size: 20px;
  height: auto;
  margin: 12px;
  padding: 7px 24px;
}
.booking-cart .btn-sec {
  background: #777777;
  border-radius: 30px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 20px;
  height: auto;
  margin-right: 12px;
  outline: none;
  padding: 7px 24px;
}
.booking-cart .btn-sec:hover {
  background: #aaa;
  outline: none;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.36s ease-in-out;
  -o-transition: 0.36s ease-in-out;
  transition: 0.36s ease-in-out;
}
.booking-cart .btn-grp {
  align-items: center;
  display: flex;
  padding: 15px;
}
.booking-cart h3.booking-title:before {
  display: none;
}
.booking-cart .booking-cart-table {
  align-items: center;
}
.booking-cart .booking-cart-table .ticket-wrapper {
  width: 100%;
  padding: 0 20px;
}
.booking-cart .booking-cart-table .ticket-wrapper table {
  margin: 0;
}
.booking-cart .booking-cart-table .ticket-wrapper .ticket-charge tr {
  border-bottom: 3px solid #bfb9a6;
}
.booking-cart .booking-cart-table .ticket-wrapper .ticket-charge tr:last-child {
  border-bottom: 0;
}
.booking-cart .booking-cart-table .ticket-wrapper .ticket-charge tr td {
  color: #000000;
  font-weight: 400;
  padding: 14px 0px;
}
.booking-cart .booking-cart-table .ticket-wrapper .ticket-charge tr .sfTotal {
  color: #f36f21;
  text-transform: uppercase;
}
.booking-cart .booking-cart-table .coupon-wrapper {
  display: none;
  border: 2px dashed #bfb9a6;
  border-radius: 10px;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 50px;
}
.booking-cart .booking-cart-table .coupon-wrapper .coupon {
  margin-bottom: 60px;
}
.booking-cart .booking-cart-table .coupon-wrapper .coupon:last-child {
  margin-bottom: 0;
}
.booking-cart .booking-cart-table .coupon-wrapper .coupon li {
  color: #000000;
  font-weight: 400;
  font-size: 26px;
  text-transform: capitalize;
}
.booking-cart .booking-cart-table .coupon-wrapper .coupon li small {
  display: block;
  font-size: 26px;
}
.booking-cart .booking-cart-table .coupon-wrapper .coupon input {
  background: transparent;
  border-bottom: 3px solid #bfb9a6;
  color: #000000;
  padding: 0;
  text-transform: none;
}
.booking-cart .booking-cart-table .coupon-wrapper .coupon .btn {
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  margin-top: 20px;
  padding: 4px 13px;
  background-color: #777777;
}

ul.booking-summary-payment {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
  padding: 0;
  margin: 5px -10px;
}
ul.booking-summary-payment li {
  display: inline-block;
  margin: 10px;
}
ul.booking-summary-payment li .lnkPayment {
  border: 2px solid #f36f21;
  border-radius: 12px;
  cursor: pointer;
  display: block;
  padding: 8px 15px;
}
ul.booking-summary-payment li .lnkPayment:hover {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.36s ease-in-out;
  -o-transition: 0.36s ease-in-out;
  transition: 0.36s ease-in-out;
}
ul.booking-summary-payment li .lnkPayment img {
  height: 50px;
  width: auto;
}

/*--================ Page My Ticket --*/
.my-ticket {
  border: 3px solid #b4b6b6;
  border-radius: 5px;
}

.ticket-profile {
  text-align: center;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
.ticket-profile img {
  border: 2px solid #f36f21;
  border-radius: 50%;
  display: inline-block;
  height: 160px;
  width: 160px;
}
.ticket-profile .btn-camera {
  background: #f36f21;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  left: calc(50% + 55px);
  position: absolute;
  top: 144px;
  transform: translate(-50%, 0);
  width: 36px;
}
.ticket-profile .btn-camera i {
  line-height: 32px;
}
.ticket-profile h4 {
  color: #000000;
  margin: 15px auto;
}
.ticket-profile ul li {
  font-size: 18px;
}
.ticket-profile ul li span {
  font-weight: 400;
  margin: 0;
}
.ticket-profile ul li label {
  font-size: 18px !important;
}

input#fileUploader {
  display: none;
}

#bind-purchasehistory ul.purchased {
  display: grid;
  align-items: center;
  grid-template-columns: 250px auto auto auto auto 90px;
}

div#bind-bookingdetail ul.purchased {
  display: grid;
  align-items: center;
  grid-template-columns: 250px 110px 110px 85px 100px 105px auto;
}

p.no-ticket {
  font-size: 17px;
  font-weight: 700;
  padding: 10px 0px;
}

.card {
  background: transparent;
  box-shadow: none;
  margin: 0;
}
.card .card-header h2 {
  color: #000000;
  margin: 0;
  padding: 30px 32px;
  text-transform: uppercase;
}
.card .card-header h2 i {
  background: #f36f21;
  border-radius: 6px;
  color: #ffffff;
  float: none;
  font-size: 25px;
  padding: 3px 8px;
}
.card .card-header:after {
  background: linear-gradient(to right, #f36f21, transparent);
  content: "";
  display: block;
  flex: 0 0 100%;
  height: 3px;
  max-width: 100%;
}
.card .cards-body {
  background: #e6dec6;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 32px;
}
.card .cards-body .purchased tr th {
  color: #f36f21;
}
.card .cards-body .purchased tr td {
  color: #000000;
}
.card .cards-body .purchased tr th, .card .cards-body .purchased tr td {
  font-size: 18px;
}

.card-body.collapse {
  padding: 0;
}

.card-body.collapse .fa-chevron-up:before {
  content: "\f078";
}

/*--================ Page My Loyalty --*/
.RewardPoints {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.RewardPoints .ticket-profile {
  flex: 0 0 320px;
  margin-right: 30px;
  position: sticky;
  top: 30px;
}
.RewardPoints .loyalty-table {
  flex: 0 0 calc(100% - 30px - 320px);
}

/*--================ Page Ticket Rate --*/
.ticketRate {
  border: 3px solid #bfb9a6;
  border-radius: 20px;
  padding: 30px;
}
.ticketRate table {
  width: 100%;
}
.ticketRate table:last-child {
  border-bottom: 0;
}
.ticketRate table tr {
  border: none;
}
.ticketRate table tr:last-child {
  border-bottom: 0;
}
.ticketRate table tr th, .ticketRate table tr td {
  color: #000000;
  font-weight: 400;
  padding: 16px 12px;
  text-align: left;
}
.ticketRate table tr th {
  background: #f36f21;
  color: #ffffff;
}
.ticketRate h4 {
  color: #f36f21;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
}

/*--================ Page User Profile --*/
/*--===== Tab Reward Points --*/
.sfHorizontalMenuA {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 0;
}
.sfHorizontalMenuA li {
  background: #eee;
  color: #000000;
  font-weight: 400;
  font-size: 26px;
  padding: 20px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.sfHorizontalMenuA li i {
  padding-right: 7px;
}
.sfHorizontalMenuA li.active, .sfHorizontalMenuA li:hover {
  background: #0a4a9b;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.sfAccountContent.box-bg {
  background: #e6dec6;
  margin: 0;
  padding: 30px 20px;
}

.sfGridwrapper table {
  background: transparent !important;
}
.sfGridwrapper table tr {
  background: transparent !important;
}
.sfGridwrapper table tr:hover {
  background: #eee;
}
.sfGridwrapper table tr th, .sfGridwrapper table tr td {
  font-size: 22px;
  padding: 12px 15px;
}
.sfGridwrapper table tr th {
  background: #f36f21;
  border-bottom: 0;
  border-right: 1px solid #fff;
  border-radius: 0;
  color: #ffffff;
  font-weight: 400;
}
.sfGridwrapper table tr th:last-child {
  border-right: 0;
}
.sfGridwrapper table tr td {
  background: transparent !important;
}

.sfAccordianStyleAHeader:hover h4 span, .sfAccordianStyleAHeader:hover h4.sfFoodName {
  color: #000;
}

/*--===== Tab Change Password --*/
.sfFormStyleA label {
  color: #000000 !important;
}
.sfFormStyleA input {
  background: #ffffff !important;
  border: 0 !important;
  padding: 0 15px !important;
}
.sfFormStyleA table {
  width: calc(100% - 200px) !important;
}

/*--===== Tab Edit Profile --*/
/*--================ Page Contact --*/
.cinema-list .cinema-item {
  background: #e6dec6;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 18px;
  text-align: center;
}
.cinema-list .cinema-item h3 {
  color: #000000;
  font-weight: 400;
  font-size: 26px;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.cinema-list .cinema-item p {
  color: #777777;
  font-size: 18px;
}
.cinema-list .cinema-item p i {
  color: #000000;
  margin-right: 12px;
}
.cinema-list .cinema-item p span {
  color: #777777;
}

.section-map {
  border-radius: 20px;
  margin-top: 40px;
  overflow: hidden;
}
.section-map iframe {
  height: 320px;
  width: 100%;
}

/*--=============== Page GENERAL CONTENT --*/
.content-general a {
  color: royalblue;
  text-decoration: none;
}
.content-general p {
  color: #777777;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 10px 0;
}
.content-general h1, .content-general h2, .content-general h3, .content-general h4, .content-general h5, .content-general h6 {
  color: #000000;
  font-weight: 600;
}
.content-general h1 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 14px;
}
.content-general h2 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 12px;
}
.content-general h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.content-general h4 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.content-general h5 {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 6px;
}
.content-general h6 {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 4px;
}
.content-general ol {
  list-style: decimal-leading-zero;
  padding-left: 26px;
}
.content-general ol li {
  color: #777777;
  font-size: 16px;
  line-height: 1.8;
  list-style: inherit;
}
.content-general ul {
  padding-left: 18px;
  list-style: disc;
}
.content-general ul li {
  color: #777777;
  font-size: 16px;
  line-height: 1.8;
  list-style: inherit;
}
.content-general .item-desc {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /*--========================= Theme Objects --*/
  .content-empty {
    align-items: center;
    display: flex;
    height: 320px;
    justify-content: center;
  }
  .content-empty p {
    color: #000000;
    font-size: 26px;
  }
  .padding-block {
    padding: 20px 0;
  }
  .padding-block:first-child {
    padding-top: 0;
  }
  .padding-block:last-child {
    padding-bottom: 0;
  }
  .padding-section {
    padding: 36px 0;
  }
  .title-page {
    margin-bottom: 50px;
  }
  .title-page h2 {
    font-size: 48px;
    line-height: 32px;
    padding: 0 2px;
  }
  .title-page img {
    height: 60px;
    padding: 0 2px;
  }
  .title-section {
    margin-bottom: 20px;
  }
  .title-section h3 {
    color: #000000;
    font-weight: 400;
    font-size: 36px;
    text-transform: uppercase;
  }
  /*--========================= Theme Modules --*/
  .section-header {
    padding: 20px 0 0;
  }
  .section-header .group-brand img {
    height: 80px;
  }
  .section-header .group-menu {
    flex: 0 0 80%;
    justify-content: space-between;
    max-width: 80%;
  }
  .section-header .group-menu .sf-menu li {
    padding: 0;
  }
  .section-header .group-menu .sf-menu li a .sfPageicon {
    display: none;
    margin: 0 4px 0 0;
  }
  .section-header .group-menu .sf-menu li a .sfPageicon img {
    height: 46px;
    margin-top: -10px;
  }
  .section-header .group-menu .sf-menu li a .sfPagename {
    font-size: 18px;
    line-height: 38px;
  }
  .section-header .group-menu .sf-menu li.sfActive a .sfPagename {
    background: #f36f21;
    color: #ffffff;
    padding: 0 8px;
  }
  .section-header .group-menu .toplinks li a {
    font-size: 18px;
    line-height: 38px;
    padding: 0 12px;
  }
  .media-header .bg-header {
    height: 210px;
  }
  .section-footer .content-wrapper:after {
    background: linear-gradient(to right, transparent, #f36f21, transparent);
    content: "";
    display: block;
    height: 3px;
    margin-top: 40px;
  }
  .section-footer .item h4 {
    color: #f36f21;
    font-weight: 400;
    margin-bottom: 14px;
    text-transform: uppercase;
  }
  .section-footer .item a img {
    height: 112px;
    width: auto;
  }
  .section-footer .item .footer-links li a {
    color: #000000;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 14px;
    text-transform: capitalize;
  }
  .section-footer .item .footer-links li a:hover {
    color: #0a4a9b;
  }
  .section-footer .footer-base {
    padding: 20px 0;
    text-align: center;
  }
  .section-footer .footer-base h5 {
    color: #000000;
    font-weight: 400;
  }
  /*-- Now Showing Movie Item --*/
  .movies-item .now-showing-info {
    margin-top: 14px;
  }
  .movies-item .now-showing-info h4, .movies-item .now-showing-info p {
    font-size: 20px;
    line-height: 26px;
  }
  .movies-item ul.show-timing, .movies-item ul.timing {
    display: none;
  }
  /*-- Coming Soon Movie Item --*/
  .movies-img .movie-description {
    margin-top: 14px;
  }
  .movies-img .movie-description h4, .movies-img .movie-description p {
    font-size: 20px;
    line-height: 26px;
  }
  .section-promotion .bg-promotion {
    background: url("../images/promotion-bg.png") no-repeat right;
    background-size: contain;
    height: 490px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .section-promotion .content-wrapper {
    position: relative;
    z-index: 2;
  }
  .section-promotion .content-wrapper:before, .section-promotion .content-wrapper:after {
    background: linear-gradient(to right, transparent, #f36f21, transparent);
    content: "";
    display: block;
    height: 3px;
  }
  .section-promotion .content-wrapper:before {
    margin-bottom: 40px;
  }
  .section-promotion .content-wrapper:after {
    margin-top: 40px;
  }
  .section-promotion .content-wrapper .item-promotion img {
    height: 230px;
    object-fit: cover;
    width: 100%;
  }
  /*--======================================= HOME PAGE --*/
  .section-landing {
    padding: 16px 0 0px;
  }
  .section-landing .content-wrapper .fg-slider {
    bottom: -56px;
    left: -22px;
  }
  .section-landing .content-wrapper .fg-slider img {
    height: 90px;
  }
  .section-movies .bg-movies {
    bottom: -70px;
    height: 290px;
  }
  .now-showing {
    margin-bottom: 60px;
  }
  .now-showing .now-showing-list .movies-showing .movies-item {
    flex: 0 0 33.3333333333%;
    margin: 0 0 36px;
    max-width: 33.3333333333%;
    padding: 0 15px;
  }
  .now-showing .now-showing-list .movies-showing .movies-item:nth-last-child(3), .now-showing .now-showing-list .movies-showing .movies-item:nth-last-child(4) {
    margin-bottom: 36px;
  }
  .now-showing .now-showing-list .movies-showing .movies-item:last-child, .now-showing .now-showing-list .movies-showing .movies-item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .movies-showing {
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .coming-soon-movies, .next-change-movies {
    margin: 0 -15px;
  }
  .coming-soon-movies li, .next-change-movies li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .coming-soon-movies li:last-child, .coming-soon-movies li:nth-last-child(2), .next-change-movies li:last-child, .next-change-movies li:nth-last-child(2) {
    margin-bottom: 0;
  }
  /*--====================================== INNER PAGES --*/
  .master-holder .holder-micro {
    width: 100%;
  }
  /*--================ Page Movie Details --*/
  h2.inner-header {
    font-size: 30px;
    margin: 0 0 20px;
  }
  .show-detail .movies-details .movie-trailer iframe {
    height: 400px;
  }
  .view-time {
    padding: 0 20px 30px;
  }
  .selectShowDays ul li {
    margin: 0 3px;
  }
  .selectShowDays ul li a {
    font-size: 16px;
    height: 65px;
    width: 65px;
  }
  .audi-time .audi-info p {
    font-size: 32px;
  }
  .audi-time .show-time-info li a {
    font-size: 20px;
    font-weight: 400;
    margin-right: 18px;
  }
  /*--================ Page Seat Plat --*/
  /*--================ Page Booking --*/
  .section-movie-banner {
    margin-bottom: 60px;
  }
  .section-movie-banner .book-movie-image img {
    height: 380px;
    width: 100%;
  }
  .sfAccordianStyleAHeader {
    background: #e6dec6;
    border-radius: 20px;
  }
  .sfAccordianStyleAHeader h4 {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .sfAccordianStyleAHeader .fa-chevron-up:before {
    content: "\f078";
  }
  .sfAccordianStyleAHeader.active .fa-chevron-up:before {
    content: "\f077";
  }
  .item.noShow {
    width: 300px;
    height: 424px;
  }
  /*--================ Page Booking Conformation --*/
  .section-booking-confirmation .selection .sfUserSummary .summary-cart {
    border-radius: 20px;
  }
  .section-booking-confirmation .ticket-summary .booking-title {
    display: none;
  }
  .sfCalculationTable tr {
    border-bottom: 0;
  }
  .sfCalculationTable tr td:first-child {
    width: 30%;
  }
  .sfCalculationTable tr td.sfTotal {
    color: #f36f21;
  }
  .booking-cart-wrapper {
    margin-bottom: 50px;
  }
  .booking-cart .booking-cart-table {
    align-items: inherit;
    flex-direction: column;
  }
  .booking-cart .booking-cart-table .ticket-wrapper {
    flex: 0 0 100%;
    margin-bottom: 20px;
    max-width: 100%;
    padding-right: 0;
  }
  .booking-cart .booking-cart-table .ticket-wrapper .ticket-charge tr td {
    color: #000000;
    font-size: 20px;
  }
  .booking-cart .booking-cart-table .ticket-wrapper .ticket-charge tr .sfTotal {
    font-size: 20px;
  }
  .booking-cart .booking-cart-table .coupon-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px;
  }
  .booking-cart .booking-cart-table .coupon-wrapper .coupon {
    margin-bottom: 40px;
  }
  .booking-cart .booking-cart-table .coupon-wrapper .coupon li {
    font-size: 20px;
  }
  .booking-cart .booking-cart-table .coupon-wrapper .coupon li small {
    font-size: 20px;
  }
  .booking-cart .booking-cart-table .coupon-wrapper .coupon .btn {
    font-size: 20px;
  }
  /*--================ Page My Ticket --*/
  .ticket-profile {
    padding: 20px;
  }
  .ticket-profile img {
    width: 180px;
    height: 180px;
  }
  .ticket-profile .btn-camera {
    left: calc(50% + 50px);
    top: 164px;
  }
  .ticket-profile h4 {
    font-size: 28px;
    margin: 8px auto;
  }
  .ticket-profile ul li {
    font-size: 17px;
  }
  .ticket-profile ul li label {
    font-size: 17px !important;
  }
  .card {
    background: transparent;
    box-shadow: none;
    margin: 0;
  }
  .card .card-header h2 {
    font-size: 30px;
    padding: 20px 30px;
  }
  .card .card-header h2 i {
    font-size: 20px;
    padding: 5px 8px;
  }
  .card .card-header:after {
    background: linear-gradient(to right, #f36f21, transparent);
    content: "";
    display: block;
    flex: 0 0 100%;
    height: 3px;
    max-width: 100%;
  }
  .card .cards-body {
    padding: 15px;
  }
  .card .cards-body .purchased tr th, .card .cards-body .purchased tr td {
    font-size: 16px;
  }
  p.no-ticket {
    font-size: 16px;
    padding: 8px 0;
  }
  /*--================ Page My Loyalty --*/
  .RewardPoints .ticket-profile {
    flex: 0 0 300px;
  }
  .RewardPoints .loyalty-table {
    flex: 0 0 calc(100% - 30px - 300px);
  }
  /*--================ Page Ticket Rate --*/
  .ticketRate {
    padding: 20px;
  }
  .ticketRate table {
    margin-bottom: 60px;
  }
  .ticketRate table tr th, .ticketRate table tr td {
    font-size: 20px;
    padding: 12px 8px;
  }
  .ticketRate h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  /*--========================= Theme Objects --*/
  .content-empty {
    align-items: center;
    display: flex;
    height: 320px;
    justify-content: center;
  }
  .content-empty p {
    color: #000000;
    font-size: 26px;
  }
  .padding-block {
    padding: 20px 0;
  }
  .padding-block:first-child {
    padding-top: 0;
  }
  .padding-block:last-child {
    padding-bottom: 0;
  }
  .padding-section {
    padding: 40px 0;
  }
  .title-page {
    margin-bottom: 50px;
  }
  .title-page h2 {
    font-size: 48px;
    line-height: 32px;
    padding: 0 2px;
  }
  .title-page img {
    height: 60px;
    padding: 0 2px;
  }
  .title-section {
    margin-bottom: 20px;
  }
  .title-section h3 {
    color: #000000;
    font-weight: 400;
    font-size: 36px;
    text-transform: uppercase;
  }
  /*--========================= Theme Modules --*/
  .section-header {
    padding: 15px 0 0;
  }
  .section-header .navbar {
    flex-wrap: wrap;
  }
  .section-header .navbar:after {
    margin-top: 22px;
  }
  .section-header .navbar .group-brand {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .section-header .navbar .group-menu {
    background: transparent;
    flex: 0 0 70%;
    flex-direction: column;
    flex-wrap: wrap;
    height: 90px;
    max-width: 70%;
  }
  .section-header .navbar .group-menu .sf-menu {
    width: 88vw;
  }
  .section-header .navbar .group-menu .sf-menu li {
    margin: 0;
  }
  .section-header .navbar .group-menu .sf-menu li a .sfPagename {
    color: #000000;
    font-size: 16px;
    padding: 0 15px;
    flex: 1;
  }
  .section-header .navbar .group-menu .sf-menu li.sfActive {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .section-header .navbar .group-menu .sf-menu li.sfActive a {
    background: #f36f21;
  }
  .section-header .navbar .group-menu .sf-menu li.sfActive a .sfPagename {
    background: transparent;
    box-shadow: none;
    color: #ffffff;
  }
  .section-header .navbar .group-menu .toplinks {
    float: right;
  }
  .section-header .navbar .group-menu .toplinks li a {
    font-size: 16px;
    line-height: 36px;
    padding: 0 16px;
    text-transform: uppercase;
  }
  .media-header .bg-header {
    height: 210px;
  }
  .section-footer .content-wrapper:after {
    background: linear-gradient(to right, transparent, #f36f21, transparent);
    content: "";
    display: block;
    height: 3px;
    margin-top: 40px;
  }
  .section-footer .item h4 {
    margin-bottom: 14px;
    line-height: 20px;
  }
  .section-footer .item a img {
    height: 60px;
  }
  .section-footer .item .footer-links li a {
    line-height: 24px;
    margin-bottom: 14px;
  }
  .section-footer .footer-base {
    padding: 18px 0;
  }
  /*-- Now Showing Movie Item --*/
  .movies-item .now-showing-img {
    height: auto;
  }
  .movies-item .now-showing-img img {
    height: auto;
  }
  .movies-item .now-showing-info {
    margin-top: 14px;
  }
  .movies-item ul.show-timing, .movies-item ul.timing {
    display: none;
  }
  /*-- Coming Soon Movie Item --*/
  .movies-img .media {
    height: auto;
  }
  .movies-img .media img {
    height: auto;
  }
  .movies-img .movie-description {
    margin-top: 14px;
  }
  .movies-img .movie-description h4, .movies-img .movie-description p {
    font-size: 20px;
    line-height: 26px;
  }
  .section-promotion {
    background: #e6dec6;
    position: relative;
  }
  .section-promotion .bg-promotion {
    background: url("../images/promotion-bg.png") no-repeat right;
    background-size: contain;
    height: 490px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .section-promotion .content-wrapper {
    position: relative;
    z-index: 2;
  }
  .section-promotion .content-wrapper:before, .section-promotion .content-wrapper:after {
    background: linear-gradient(to right, transparent, #f36f21, transparent);
    content: "";
    display: block;
    height: 3px;
  }
  .section-promotion .content-wrapper:before {
    margin-bottom: 40px;
  }
  .section-promotion .content-wrapper:after {
    margin-top: 40px;
  }
  .section-promotion .content-wrapper .item-promotion img {
    height: 230px;
    object-fit: cover;
    width: 100%;
  }
  /*--======================================= HOME PAGE --*/
  .section-landing {
    padding: 16px 0 0;
  }
  .section-landing .content-wrapper .fg-slider {
    bottom: 50px;
    left: -22px;
  }
  .section-landing .content-wrapper .fg-slider img {
    height: 90px;
  }
  .sfMovieShowcase {
    background: transparent;
    border-radius: 20px;
    overflow: hidden;
  }
  .movie-poster img {
    min-height: 280px;
  }
  .now-showing-movies .item .movie-link {
    bottom: 26px;
    left: 26px;
  }
  .section-movies .bg-movies {
    bottom: -70px;
    height: 290px;
  }
  .now-showing {
    margin-bottom: 60px;
  }
  .now-showing .now-showing-list .movies-showing .movies-item {
    flex: 0 0 50%;
    margin: 0 0 36px;
    max-width: 50%;
    padding: 0 15px;
  }
  .now-showing .now-showing-list .movies-showing .movies-item:nth-last-child(3), .now-showing .now-showing-list .movies-showing .movies-item:nth-last-child(4) {
    margin-bottom: 36px;
  }
  .now-showing .now-showing-list .movies-showing .movies-item:last-child, .now-showing .now-showing-list .movies-showing .movies-item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .now-showing .seat-status-info .title-txt {
    font-size: 32px;
  }
  .movies-showing {
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .coming-soon-movies, .next-change-movies {
    margin: 0 -15px;
  }
  .coming-soon-movies li, .next-change-movies li {
    flex: 0 0 50%;
    margin-bottom: 40px;
    max-width: 50%;
    padding: 0 15px;
  }
  .coming-soon-movies li:last-child, .coming-soon-movies li:nth-last-child(2), .next-change-movies li:last-child, .next-change-movies li:nth-last-child(2) {
    margin-bottom: 0;
  }
  /*--====================================== INNER PAGES --*/
  .master-holder .holder-micro {
    width: 100%;
  }
  /*--================ Page Movie Details --*/
  h2.inner-header {
    font-size: 30px;
    margin: 0 0 20px;
  }
  .view-time {
    padding: 0 20px 30px;
  }
  .audi-time .audi-info p {
    font-size: 32px;
  }
  .audi-time .audi-info p span {
    font-size: 16px;
  }
  /*--================ Page Seat Plat --*/
  /*--================ Page Booking --*/
  .section-movie-banner {
    margin-bottom: 40px;
  }
  .section-movie-banner .book-movie-image img {
    height: 350px;
  }
  .section-booking {
    align-items: inherit;
    flex-direction: column;
    margin: 0;
  }
  .section-booking .sfBookingContent {
    flex: 0 0 100%;
    margin-bottom: 40px;
    max-width: 100%;
    padding: 0;
  }
  .section-booking .selection {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .sfAccordianStyleAHeader {
    background: #e6dec6;
    border-radius: 20px;
  }
  .sfAccordianStyleAHeader h4 {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .sfAccordianStyleAHeader .fa-chevron-up:before {
    content: "\f078";
  }
  .sfAccordianStyleAHeader.active .fa-chevron-up:before {
    content: "\f077";
  }
  .item.noShow {
    width: 300px;
    height: 424px;
  }
  /*--================ Page Booking Conformation --*/
  .section-booking-confirmation .selection .sfUserSummary {
    grid-gap: 0;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }
  .section-booking-confirmation .selection .sfUserSummary .summary-cart {
    border: 3px solid #bfb9a6;
    border-radius: 20px;
  }
  .section-booking-confirmation .ticket-summary .booking-title {
    display: none;
  }
  .sfCalculationTable tr {
    border-bottom: 0;
  }
  .sfCalculationTable tr td:first-child {
    width: 30%;
  }
  .sfCalculationTable tr td.sfTotal {
    color: #f36f21;
  }
  .booking-cart .booking-cart-table {
    align-items: inherit;
    flex-direction: column;
  }
  .booking-cart .booking-cart-table .ticket-wrapper {
    flex: 0 0 100%;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .booking-cart .booking-cart-table .ticket-wrapper .ticket-charge tr td {
    color: #000000;
    font-size: 20px;
  }
  .booking-cart .booking-cart-table .ticket-wrapper .ticket-charge tr .sfTotal {
    font-size: 20px;
  }
  .booking-cart .booking-cart-table .coupon-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px;
  }
  .booking-cart .booking-cart-table .coupon-wrapper .coupon {
    margin-bottom: 40px;
  }
  .booking-cart .booking-cart-table .coupon-wrapper .coupon li {
    font-size: 20px;
  }
  .booking-cart .booking-cart-table .coupon-wrapper .coupon li small {
    font-size: 20px;
  }
  .booking-cart .booking-cart-table .coupon-wrapper .coupon .btn {
    font-size: 20px;
  }
  /*--================ Page My Ticket --*/
  .ticket-profile {
    padding: 20px;
  }
  .ticket-profile img {
    width: 160px;
    height: 160px;
  }
  .ticket-profile .btn-camera {
    left: calc(50% + 40px);
    top: 144px;
  }
  .ticket-profile h4 {
    font-size: 26px;
    margin: 8px auto;
  }
  .ticket-profile ul li {
    font-size: 16px;
  }
  .ticket-profile ul li label {
    font-size: 16px !important;
  }
  .card {
    background: transparent;
    box-shadow: none;
    margin: 0;
  }
  .card .card-header h2 {
    padding: 20px 30px;
  }
  .card .card-header h2 i {
    font-size: 20px;
    padding: 5px 8px;
  }
  .card .card-header:after {
    background: linear-gradient(to right, #f36f21, transparent);
    content: "";
    display: block;
    flex: 0 0 100%;
    height: 3px;
    max-width: 100%;
  }
  .card .cards-body {
    padding: 15px;
  }
  .card .cards-body .purchased tr th, .card .cards-body .purchased tr td {
    font-size: 16px;
  }
  p.no-ticket {
    font-size: 16px;
    padding: 8px 0;
  }
  /*--================ Page My Loyalty --*/
  .RewardPoints .ticket-profile {
    flex: 0 0 100%;
    margin: 0 0 30px;
  }
  .RewardPoints .loyalty-table {
    flex: 0 0 100%;
  }
  /*--================ Page Ticket Rate --*/
  .ticketRate {
    padding: 20px;
  }
  .ticketRate table {
    margin-bottom: 60px;
  }
  .ticketRate table tr th, .ticketRate table tr td {
    font-size: 20px;
    padding: 12px 8px;
  }
  .ticketRate h4 {
    font-size: 20px;
  }
  /*--================ Page Contact --*/
  .cinema-list .cinema-item {
    margin-bottom: 26px;
    padding: 18px;
    text-align: center;
  }
  .cinema-list .cinema-item h3 {
    font-size: 20px;
  }
  .cinema-list .cinema-item p {
    font-size: 16px;
  }
  .cinema-list .cinema-item p i {
    display: block;
    margin: 0 0 8px;
  }
  .section-map {
    border-radius: 17px;
    margin-top: 30px;
  }
  .section-map iframe {
    height: 240px;
  }
  /*--================ Page What's New Blog --*/
  .article-item a {
    height: 250px;
  }
  .article-item a img {
    height: 250px;
  }
  .article-item .sfArticleInfo {
    padding: 18px;
  }
  .article-item .sfArticleInfo ul {
    margin-bottom: 6px;
  }
  .article-item .sfArticleInfo ul li {
    font-size: 14px;
    margin-right: 8px;
  }
  .article-item .sfArticleInfo h3 {
    margin-bottom: 10px;
  }
  .article-item .sfArticleInfo h3 a {
    font-size: 20px;
    line-height: 28px;
  }
  .article-list .sfNewArticle {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /*--================ Page User --*/
  /*--===== Tab Reward Points --*/
  .sfHorizontalMenuA li {
    padding: 15px 20px;
  }
  .sfHorizontalMenuA li i {
    padding-right: 6px;
  }
  .sfFormStyleA .sfNormalContentHolder1 {
    margin: 0;
  }
  .sfFormStyleA .sfNormalContentHolder1 .input-group {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 812px) and (orientation: landscape) {
  .ticket-profile {
    padding: 15px;
  }
  .ticket-profile img {
    width: 130px;
    height: 130px;
  }
  .ticket-profile .btn-camera {
    left: calc(50% + 36px);
    top: 114px;
  }
  .ticket-profile h4 {
    font-size: 24px;
    margin: 8px auto;
  }
  .ticket-profile ul li {
    font-size: 16px;
  }
  .ticket-profile ul li label {
    font-size: 16px !important;
  }
  /*--================ Page My Loyalty --*/
  .RewardPoints .ticket-profile {
    flex: 0 0 100%;
    margin: 0 0 30px;
  }
  .RewardPoints .loyalty-table {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 576px) {
  /*--========================================= MAIN STYLES --*/
  /*--========================= Theme Classes --*/
  .d-none {
    display: none !important;
  }
  /*--========================= Theme Objects --*/
  .content-empty {
    align-items: center;
    display: flex;
    height: 320px;
    justify-content: center;
  }
  .content-empty p {
    color: #000000;
    font-size: 26px;
  }
  .padding-block {
    padding: 20px 0;
  }
  .padding-block:first-child {
    padding-top: 0;
  }
  .padding-block:last-child {
    padding-bottom: 0;
  }
  .padding-section {
    padding: 40px 0;
  }
  .title-page {
    margin-bottom: 40px;
  }
  .title-page h2 {
    font-size: 32px;
    line-height: 26px;
    padding: 0 2px;
  }
  .title-page img {
    height: 40px;
    padding: 0 2px;
  }
  .title-section {
    margin-bottom: 20px;
  }
  .title-section h3 {
    color: #000000;
    font-weight: 400;
    font-size: 36px;
    text-transform: uppercase;
  }
  /*--========================= Theme Modules --*/
  .section-header {
    padding: 15px 0 0;
  }
  .section-header .navbar:after {
    margin-top: 22px;
  }
  .section-header .navbar .group-brand {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .section-header .navbar .group-brand img {
    max-height: 60px;
  }
  .section-header .navbar .group-menu {
    background: transparent;
    flex: 0 0 70%;
    flex-direction: column;
    flex-wrap: wrap;
    height: 70px;
    max-width: 70%;
  }
  .section-header .navbar .group-menu .sf-menu {
    width: 90vw;
  }
  .section-header .navbar .group-menu .sf-menu li {
    margin: 0;
  }
  .section-header .navbar .group-menu .sf-menu li a .sfPagename {
    color: #000000;
    font-size: 16px;
    padding: 0 15px;
    flex: 1;
  }
  .section-header .navbar .group-menu .sf-menu li.sfActive {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .section-header .navbar .group-menu .sf-menu li.sfActive a {
    background: #f36f21;
  }
  .section-header .navbar .group-menu .sf-menu li.sfActive a .sfPagename {
    background: transparent;
    box-shadow: none;
    color: #ffffff;
  }
  .section-header .navbar .group-menu .toplinks {
    display: block;
    float: right;
  }
  .section-header .navbar .group-menu .toplinks li a {
    font-size: 14px;
    line-height: 34px;
    padding: 0 8px;
  }
  .section-header .navbar .group-menu .toplinks li:first-child a {
    max-width: 120px;
  }
  .media-header .bg-header {
    height: 120px;
  }
  .section-footer .content-wrapper:after {
    background: linear-gradient(to right, transparent, #f36f21, transparent);
    content: "";
    display: block;
    height: 3px;
    margin-top: 40px;
  }
  .section-footer .item h4 {
    margin-bottom: 14px;
    line-height: 20px;
  }
  .section-footer .item a {
    display: inline-block;
    margin-bottom: 22px;
  }
  .section-footer .item a img {
    height: 50px;
  }
  .section-footer .item .footer-links li a {
    line-height: 24px;
    margin-bottom: 14px;
  }
  .section-footer .footer-base {
    padding: 18px 0;
  }
  .section-footer .footer-base h5 {
    line-height: 20px;
  }
  .social-login .social-login-icons i {
    width: 32px;
    height: 32px;
    line-height: 2.1;
    font-size: 15px;
  }
  /*-- Now Showing Movie Item --*/
  .movies-item .now-showing-img .overlay {
    bottom: 200px;
    left: 200px;
    right: 200px;
    top: 200px;
  }
  .movies-item .now-showing-img .overlay ul li {
    margin: 0 0 10px;
  }
  .movies-item .now-showing-img .overlay ul li a {
    width: 100px;
    margin: 10px auto;
    padding: 4px 4px;
  }
  .movies-item .now-showing-info {
    margin-top: 14px;
  }
  .movies-item .now-showing-info h4, .movies-item .now-showing-info p {
    font-size: 18px;
    line-height: 24px;
  }
  .movies-item ul.show-timing, .movies-item ul.timing {
    border-top: 1px solid #eeeeee;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin: 15px 0 0;
    text-align: center;
  }
  .movies-item ul.show-timing a, .movies-item ul.timing a {
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 30px;
  }
  .movies-item ul.show-timing a.no-available, .movies-item ul.timing a.no-available {
    background: #9b9b9b;
    cursor: not-allowed;
  }
  .movies-item ul.show-timing a.sold, .movies-item ul.show-timing li.sold, .movies-item ul.timing a.sold, .movies-item ul.timing li.sold {
    background: #e11e26;
  }
  .movies-item ul.show-timing a.available, .movies-item ul.show-timing li.available, .movies-item ul.timing a.available, .movies-item ul.timing li.available {
    background: #4caf50;
  }
  .movies-item ul.show-timing a.fast-filling, .movies-item ul.show-timing li.booked, .movies-item ul.timing a.fast-filling, .movies-item ul.timing li.booked {
    background: #ffc107;
  }
  /*-- Coming Soon Movie Item --*/
  .movies-img .media {
    background: rgba(0, 0, 0, 0.3);
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    overflow: hidden;
    position: relative;
  }
  .movies-img .media .overlay {
    bottom: 200px;
    left: 200px;
    right: 200px;
    top: 200px;
  }
  .movies-img .media .overlay ul li {
    margin: 0 0 10px;
  }
  .movies-img .media .overlay ul li a {
    width: 100px;
    margin: 10px auto;
    padding: 4px 4px;
  }
  .movies-img .movie-description {
    margin-top: 14px;
  }
  .movies-img .movie-description h4, .movies-img .movie-description p {
    font-size: 16px;
    line-height: 24px;
  }
  .section-promotion {
    background: #e6dec6;
    position: relative;
  }
  .section-promotion .bg-promotion {
    background: url("../images/promotion-bg.png") no-repeat right;
    background-size: contain;
    height: 490px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .section-promotion .content-wrapper {
    position: relative;
    z-index: 2;
  }
  .section-promotion .content-wrapper:before, .section-promotion .content-wrapper:after {
    background: linear-gradient(to right, transparent, #f36f21, transparent);
    content: "";
    display: block;
    height: 3px;
  }
  .section-promotion .content-wrapper:before {
    margin-bottom: 40px;
  }
  .section-promotion .content-wrapper:after {
    margin-top: 40px;
  }
  .section-promotion .content-wrapper .item-promotion img {
    height: 230px;
    object-fit: cover;
    width: 100%;
  }
  .login-form, .signup-corm .signup {
    margin: 0 auto 0;
    padding: 15px;
    transition: -webkit-box-shadow 0.25s;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .form-tab {
    padding: 0 !important;
  }
  .form-tab .sfFormGroup .sfInputbox, .signup .sfFormGroup .sfInputbox {
    font-size: 18px;
    height: 2.4rem;
    padding: 0 15px;
  }
  .login-btn .sfBtn, .signup-btn .sfBtn {
    font-size: 18px;
    padding: 6px 30px;
  }
  /*--======================================= HOME PAGE --*/
  .section-landing {
    padding: 15px 0 0;
  }
  .section-landing .content-wrapper .fg-slider {
    bottom: 60px;
    left: -15px;
  }
  .section-landing .content-wrapper .fg-slider img {
    height: 76px;
  }
  .sfMovieShowcase {
    background: transparent;
    border-radius: 20px;
    overflow: hidden;
  }
  .sfMovieShowcase .bx-viewport {
    padding-bottom: 20px;
  }
  .sfMovieShowcase .now-showing-movies .item .movie-link {
    bottom: 12px;
    left: 12px;
  }
  .sfMovieShowcase .now-showing-movies .item .movie-link a {
    font-size: 16px;
    padding: 8px 16px;
  }
  .sfMovieShowcase .now-showing-movies .item .movie-link a i {
    font-size: 18px;
    height: 42px;
    margin-right: 6px;
    width: 42px;
  }
  .movie-poster {
    width: 100% !important;
    position: relative;
  }
  .movie-poster img {
    min-height: 150px;
    max-height: 220px;
  }
  .section-movies .bg-movies {
    bottom: -30px;
    height: 210px;
  }
  .now-showing {
    margin-bottom: 50px;
  }
  .now-showing .seat-status-info .title-txt {
    font-size: 28px;
  }
  .now-showing .now-showing-list .movies-showing {
    margin: 0 -15px 0;
  }
  .now-showing .now-showing-list .movies-showing .movies-item {
    flex: 0 0 50%;
    margin: 0 0 30px;
    max-width: 50%;
    padding: 0 15px;
  }
  .now-showing .now-showing-list .movies-showing .movies-item:nth-last-child(3), .now-showing .now-showing-list .movies-showing .movies-item:nth-last-child(4) {
    margin-bottom: 30px;
  }
  .now-showing .now-showing-list .movies-showing .movies-item:last-child, .now-showing .now-showing-list .movies-showing .movies-item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .movies-showing {
    margin: 0;
  }
  .movies-showing ul.show-timing {
    display: none;
  }
  .coming-soon-movies, .next-change-movies {
    margin: 0 -15px 30px;
  }
  .coming-soon-movies li, .next-change-movies li {
    flex: 0 0 50%;
    margin: 0 0 30px;
    max-width: 50%;
    padding: 0 15px;
  }
  .coming-soon-movies li:last-child, .next-change-movies li:last-child {
    margin-bottom: 0;
  }
  /*--======= Movie Tab --*/
  .movie-tab > ul {
    max-width: 100%;
    margin: 0 auto 30px;
    height: 45px;
  }
  .movie-tab > ul li {
    padding: 5px;
    height: 45px;
    line-height: 35px;
  }
  .movie-tab > ul li.active {
    height: 45px;
  }
  /*--====================================== INNER PAGES --*/
  .master-holder .holder-micro {
    width: 100%;
  }
  /*--================ Page Movie Details --*/
  h2.inner-header {
    font-size: 26px;
    margin: 0 0 18px;
  }
  .show-detail .movies-details {
    flex-wrap: wrap;
  }
  .show-detail .movies-details .movie-trailer, .show-detail .movies-details .media {
    border-radius: 16px;
    box-sizing: border-box;
    flex: 0 0 100%;
    margin: 0 0 20px;
    max-width: 100%;
  }
  .show-detail .movies-details .movie-trailer iframe, .show-detail .movies-details .media iframe {
    height: 220px;
  }
  .show-detail .movies-details .movies-info {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .view-time {
    padding: 0 20px 24px;
  }
  .selectShowDays {
    margin-top: 15px;
  }
  .selectShowDays ul li a {
    font-size: 14px;
    height: 54px;
    width: 54px;
  }
  .audi-time {
    flex-direction: column;
  }
  .audi-time .audi-info {
    flex: auto;
  }
  .audi-time .audi-info p {
    font-size: 32px;
  }
  .audi-time .show-time-info {
    justify-content: center;
  }
  .audi-time .show-time-info li {
    margin: 0 0 15px 0;
  }
  .audi-time .show-time-info li:last-child, .audi-time .show-time-info li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .audi-time .show-time-info li a {
    font-size: 16px;
    padding: 10px 30px;
  }
  /*--================ Page Seat Plan --*/
  .seat-status ul li {
    margin-right: 12px;
  }
  /*--================ Page Booking --*/
  .section-movie-banner {
    margin-bottom: 30px;
  }
  .section-movie-banner .book-movie-image img {
    height: 220px;
  }
  .section-booking {
    align-items: inherit;
    flex-direction: column;
    margin: 0;
  }
  .section-booking .sfBookingContent {
    flex: 0 0 100%;
    margin-bottom: 20px;
    max-width: 100%;
    padding: 0;
  }
  .section-booking .selection {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .item.noShow {
    width: 300px;
    height: 424px;
  }
  /*--================ Page Booking Conformation --*/
  .section-booking-confirmation .selection .sfUserSummary {
    grid-gap: 0;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
  .section-booking-confirmation .ticket-summary .booking-title {
    display: none;
  }
  .sfCalculationTable tr {
    border-bottom: 0;
  }
  .sfCalculationTable tr td {
    padding: 4px 8px 4px 0;
  }
  .sfCalculationTable tr td:first-child {
    width: 30%;
  }
  .sfCalculationTable tr td.sfTotal {
    color: #f36f21;
  }
  .booking-cart .booking-cart-table {
    align-items: inherit;
    flex-direction: column;
  }
  .booking-cart .booking-cart-table .ticket-wrapper {
    flex: 0 0 100%;
    margin-bottom: 20px;
    max-width: 100%;
    padding-right: 0;
  }
  .booking-cart .booking-cart-table .ticket-wrapper .ticket-charge tr td {
    font-size: 18px;
  }
  .booking-cart .booking-cart-table .ticket-wrapper .ticket-charge tr td:first-child {
    width: 40%;
  }
  .booking-cart .booking-cart-table .ticket-wrapper .ticket-charge tr .sfTotal {
    font-size: 20px;
  }
  .booking-cart .booking-cart-table .coupon-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px;
  }
  .booking-cart .booking-cart-table .coupon-wrapper .coupon {
    margin-bottom: 30px;
  }
  .booking-cart .booking-cart-table .coupon-wrapper .coupon li {
    font-size: 18px;
  }
  .booking-cart .booking-cart-table .coupon-wrapper .coupon li small {
    font-size: 18px;
  }
  .booking-cart .booking-cart-table .coupon-wrapper .coupon .btn {
    font-size: 18px;
  }
  /*--================ Page My Ticket --*/
  .my-ticket {
    padding: 15px;
  }
  .ticket-profile {
    padding: 15px;
  }
  .ticket-profile img {
    width: 130px;
    height: 130px;
  }
  .ticket-profile .btn-camera {
    left: calc(50% + 36px);
    top: 114px;
  }
  .ticket-profile h4 {
    font-size: 24px;
    margin: 8px auto;
  }
  .ticket-profile ul li {
    font-size: 16px;
  }
  .ticket-profile ul li label {
    font-size: 16px !important;
  }
  .card .card-header h2 {
    font-size: 26px;
    padding: 20px 10px;
  }
  .card .card-header h2 i {
    font-size: 14px;
    padding: 5px 8px;
  }
  .card .card-header:after {
    background: linear-gradient(to right, #f36f21, transparent);
    content: "";
    display: block;
    flex: 0 0 100%;
    height: 3px;
    max-width: 100%;
  }
  .card .cards-body {
    overflow-x: scroll;
    padding: 15px;
  }
  .card .cards-body .purchased tr th, .card .cards-body .purchased tr td {
    font-size: 16px;
  }
  p.no-ticket {
    font-size: 16px;
    padding: 8px 0;
  }
  /*--================ Page My Loyalty --*/
  .RewardPoints .ticket-profile {
    flex: 0 0 100%;
    margin: 0 0 10px;
  }
  .RewardPoints .loyalty-table {
    flex: 0 0 100%;
  }
  /*--================ Page Ticket Rate --*/
  .ticketRate {
    padding: 15px;
  }
  .ticketRate table {
    margin-bottom: 40px;
  }
  .ticketRate table tr th, .ticketRate table tr td {
    font-size: 18px;
    padding: 10px 8px;
  }
  .ticketRate h4 {
    font-size: 18px;
  }
  /*--================ Page Contact --*/
  .cinema-list .cinema-item {
    margin-bottom: 20px;
    padding: 20px 18px;
    text-align: center;
  }
  .cinema-list .cinema-item h3 {
    font-size: 20px;
  }
  .cinema-list .cinema-item p {
    font-size: 16px;
  }
  .cinema-list .cinema-item p i {
    display: block;
    margin: 0 0 8px;
  }
  .section-map {
    border-radius: 17px;
    margin-top: 20px;
  }
  .section-map iframe {
    height: 240px;
  }
  /*--================ Page What's New Blog --*/
  .article-item a {
    height: 220px;
  }
  .article-item a img {
    height: 220px;
  }
  .article-item .sfArticleInfo {
    padding: 15px;
  }
  .article-item .sfArticleInfo ul {
    margin-bottom: 6px;
  }
  .article-item .sfArticleInfo ul li {
    font-size: 14px;
    margin-right: 8px;
  }
  .article-item .sfArticleInfo h3 {
    margin-bottom: 6px;
  }
  .article-item .sfArticleInfo h3 a {
    font-size: 18px;
    line-height: 26px;
  }
  .article-list .sfNewArticle {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /*--================ Page User --*/
  /*--===== Tab Reward Points --*/
  .sfHorizontalMenuA li {
    font-size: 16px;
    padding: 12px 15px;
  }
  .sfHorizontalMenuA li i {
    padding-right: 4px;
  }
  .sfFormStyleA .sfNormalContentHolder1 {
    margin: 0;
  }
  .sfFormStyleA .sfNormalContentHolder1 .input-group {
    flex: 0 0 100%;
    margin-bottom: 12px;
    max-width: 100%;
    padding: 0;
  }
  .input-group label {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .input-group input, .input-group textarea {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .master-holder .holder-micro {
    width: auto;
  }
  .sf-container {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .nowshowing-detail {
    flex-direction: column;
  }
  .sf-container {
    max-width: 100%;
  }
}
.nowshowing-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.ticket-status-index {
  display: flex;
  margin: 0 -5px 10px;
}
.ticket-status-index li {
  margin: 0 5px;
  display: flex;
  align-items: center;
}

.legend {
  border: 2px solid;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  margin-left: 6px;
  width: 16px;
  margin-right: 8px;
}
.legend.sold {
  border-color: #e11e26;
}
.legend.booked {
  border-color: #ffc107;
}
.legend.available {
  border-color: #4caf50;
}

.bookingContentWrapper {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.bookingContentWrapper > div {
  flex: 1;
  padding: 0 15px;
}

.sfUserSummary > div {
  margin-bottom: 30px;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
  background-color: #e6dec6;
}

.sfBuyNow {
  padding: 0 20px 20px;
  margin-top: 10px;
}

.movie-tab {
  padding-top: 32px;
}

.alert-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.alert-a {
  background: #f1671f;
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 5px;
  position: relative;
  font-family: sans-serif;
  max-width: 600px;
}

.alert-a-close {
  position: absolute;
  right: 10px;
  color: white;
  top: 10px;
  text-decoration: none;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  font-family: monospace;
  border-radius: 50%;
  font-size: 1.25rem;
  transition: all 0.3s;
}

.alert-a-close:hover {
  background: rgba(255, 255, 255, 0.5);
}

.alert-a img {
  margin: 0 15px 0 0;
  width: 48px;
  padding: 8px;
  border-radius: 5px;
}

.alert-a h2 {
  line-height: 1;
  margin: 0 0 5px 0;
  color: white;
}

.alert-a .desc {
  flex: 1;
}

.alert-a p {
  line-height: 1.5;
  color: white;
}

.alert-btn {
  background: white;
  text-decoration: none;
  float: right;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

.dn {
  display: none !important;
}

#btnLoadMore {
  font-size: 18px;
  background: #f36f21;
  border: 0;
}

.shoppingCart {
  margin-bottom: 30px;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
  background-color: #e6dec6;
  border-radius: 20px;
  padding-bottom: 10px;
}

/*# sourceMappingURL=custom.css.map */
