* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

@charset "utf-8";
/* @import url("https://fonts.googleapis.com/css2?family=Monsieur+La+Doulaise&display=swap"); */
/* CSS Document */
/* @import url("https://fonts.googleapis.com/css2?family=Allura");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap"); */

/* @font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat/Montserrat-Regular.eot?#iefix")
  format("embedded-opentype"),
  url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"),
  url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"),
  url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype"),
  url("../fonts/Montserrat/Montserrat-Regular.svg#Montserrat-Regular")
  format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix")
  format("embedded-opentype"),
  url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"),
  url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"),
  url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype"),
  url("../fonts/Montserrat/Montserrat-SemiBold.svg#Montserrat-SemiBold")
  format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat/Montserrat-Bold.eot?#iefix")
  format("embedded-opentype"),
  url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"),
  url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff"),
  url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype"),
  url("../fonts/Montserrat/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Light.eot");
  src: url("../fonts/Montserrat/Montserrat-Light.eot?#iefix")
  format("embedded-opentype"),
  url("../fonts/Montserrat/Montserrat-Light.woff2") format("woff2"),
  url("../fonts/Montserrat/Montserrat-Light.woff") format("woff"),
  url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype"),
  url("../fonts/Montserrat/Montserrat-Light.svg#Montserrat-Light")
  format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.eot");
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.eot?#iefix")
  format("embedded-opentype"),
  url("../fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2"),
  url("../fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff"),
  url("../fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype"),
  url("../fonts/Montserrat/Montserrat-ExtraBold.svg#Montserrat-ExtraBold")
  format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat/Montserrat-Medium.eot?#iefix")
  format("embedded-opentype"),
  url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"),
  url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff"),
  url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype"),
  url("../fonts/Montserrat/Montserrat-Medium.svg#Montserrat-Medium")
  format("svg");
  font-weight: 500;
  font-style: normal;
} */

@font-face {
  font-family: "Montserrat-Reg";
  src: url("./fonts/Montserrat/Montserrat-Regular.otf");
  /* src: url("./fonts/Montserrat/Montserrat-Regular.otf"); */
  /* font-weight: 500;
  font-style: normal; */
}

@font-face {
  font-family: "Montserrat-Med";
  src: url("./fonts/Montserrat/Montserrat-Medium.otf") !important;
  /* src: url("../fonts/Montserrat/Montserrat-Medium.eot?#iefix")
  format("embedded-opentype"),
  url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"),
  url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff"),
  url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype"),
  url("../fonts/Montserrat/Montserrat-Medium.svg#Montserrat-Medium")
  format("svg");
  font-weight: 500;
  font-style: normal; */
}
/*Arabic Font*/

@font-face {
  font-family: "Arabic-Font";
  src: url("./fonts/Arabic/GESSTwoLight-Light.otf") !important;
  /* src: url("../fonts/Montserrat/Montserrat-Medium.eot?#iefix")
  format("embedded-opentype"),
  url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"),
  url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff"),
  url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype"),
  url("../fonts/Montserrat/Montserrat-Medium.svg#Montserrat-Medium")
  format("svg");
  font-weight: 500;*/
}

body {
  font-size: 20px;
  font-weight: 500;
  font-family: "Montserrat-Reg" !important;
  overflow: hidden;
}
:root {
  --bg-red: #cf1e2e;
}

.bg-red {
  background-color: var(--bg-red) !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px !important;
  font-family: "Montserrat-Reg" !important;
}
.potrait_wrapper {
  overflow: hidden;
}
/*Slider Section Start*/
.slider {
  width: 100%;
  margin: 0px auto;
}

.slick-slide {
  /* margin: 0px 20px; */
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 0.5;
}

.slick-current {
  opacity: 1;
}
.slick-list {
  padding-top: 0px !important;
}
.video_sec {
  object-fit: cover;
}
.img_main_section {
  width: 100%;
  height: 100vh;
}
.img_main_section img {
  height: 100vh;
}
/*Slider Section End*/
a {
  text-decoration: none;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

.c-pointer {
  cursor: pointer;
}

/* SIDEBAR */

aside {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99999;
  color: #fff;
  padding: 5% 8%;
  right: -100vw;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #252525;
  transition: 0.4s ease-in-out;
}

aside.active {
  right: 0;
  transition: 0.4s ease-in-out;
}

aside .sidebar-list,
aside .profileMenu-list {
  padding-left: 0;
  list-style: none;
}

aside .sidebar-list li a,
aside .profileMenu-list li a {
  color: #fff;
}

aside .profileMenu-list li a div svg {
  fill: #fff;
  margin-right: 8px;
}

aside .profileMenu-list li a:hover,
aside .profileMenu-list li a.active,
aside .profileMenu-list li a:hover svg,
aside .profileMenu-list li a.active svg {
  fill: #e70d01;
  color: #e70d01;
}

aside hr {
  background-color: #353535;
}

/* SIDE BAR ENDS */

/* USER PROFILE SECTION  */

/* LEFT NAV BAR */

.profileMenu-contanier {
  width: 230px;
  position: sticky;
  top: 90px;
  padding-top: 50px;
  /* height: calc(100vh - 87px); */
  height: 100vh;
  background-color: #edf2f5;
}

.profileMenu-list {
  padding-left: 30px;
  list-style: none;
}

aside .sidebar-list li,
.profileMenu-list li {
  padding: 10px 0;
  position: relative;
}

.profileMenu-list li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.profileMenu-list li a div {
  display: flex;
  margin: 5px 0;
  align-items: center;
}

.profileMenu-list li a div svg {
  fill: #2b2d42;
  margin-right: 8px;
}

.profileMenu-list li a:hover,
.profileMenu-list li a.active,
.profileMenu-list li a:hover svg,
.profileMenu-list li a.active svg {
  fill: #e70d01;
  color: #e70d01;
}

.profileMenu-list li a.active::after {
  top: 50%;
  width: 0;
  height: 0;
  content: "";
  right: -13px;
  position: absolute;
  transform: translateY(-50%);
  border-left: 15px solid #edf2f5;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

/* USER PROFLE SECTION ENDS */

svg:focus {
  outline: none;
}

/* font sizes */

.tpx {
  font-size: 10px;
}

.twlpx {
  font-size: 12px;
}

.fpx {
  font-size: 14px;
}

.gogo-text {
  color: #fa5402 !important;
}

.bg-light {
  background: #edf2f5 !important;
}

.gogo-dtxt {
  color: #2b2d42;
}

.c-pointer {
  cursor: pointer;
}

.cus-font-weight {
  font-weight: 600 !important;
}

.light-blue {
  color: #25aad4;
}

.txt14-light-blue {
  font-size: 14px;
  line-height: 22px;
  color: #25aad4;
  font-weight: bold;
}

/*SCROLL BAR*/

/* ::-webkit-scrollbar {
 }

::-webkit-scrollbar-track {
 }

::-webkit-scrollbar-thumb {
 }

::-webkit-scrollbar-thumb:hover {
 } */

/*--------------------*/

.disabled {
  color: #e5e5e5;
}

.hide .hCont {
  visibility: hidden;
}

.hide .vCont {
  color: #8d99af;
}

.promoCode-box.hide input {
  background-color: transparent;
  border: 1px solid #8d99af;
}

.promoCode-box.hide .promo-btn {
  background: #8d99af;
}

/* HOME PAGE SLIDER */

.slider-container {
  width: 89%;
  position: relative;
}

.slider-container .cus-img {
  width: 100%;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 35px;
  object-position: top;
  height: calc(100vh - 60vh);
}

.slider-container .filterBox {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 35px;
  background: linear-gradient(
    0.35deg,
    #070707 -127.43%,
    rgba(0, 0, 0, 0) 106.03%
  );
}

.slider-container .detailBox {
  bottom: 20px;
  position: absolute;
}

.drop-mob-max {
  width: 100%;
  max-width: 86px;
}

.drop-mob-max .dropdown {
  height: 50px;
  width: 100%;
  padding: 0 10px;
  max-width: 100px;
  font-size: 14px;
  color: #495057;
  border-radius: 10px;
  border: 1px solid #495057b8;
}

.mob-mx-w {
  max-width: 400px;
}

.movieDetails .mTitle {
  font-size: 30px;
  line-height: 34px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 5px;
}

.movieDetails .mInfo li {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin-right: 0px;
}

.movieDetails .mInfo li::after {
  content: "|";
  margin: 0 5px;
}

.movieDetails .mInfo li:last-child::after {
  content: "";
}

.back-txt a {
  font-size: 14px;
  color: #8d99af;
  font-weight: bold;
}

/* SLIDER INFO DETAILS */

.sliderDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sliderDetails .movieCat {
  font-size: 24px;
  line-height: 30px;
  color: #e70d00;
  font-weight: bold;
}

.sliderDetails .movieCat .txt-link a {
  font-size: 14px;
  line-height: 20px;
  color: #2b2d42;
  text-decoration-line: underline;
}

.sliderDetails .link {
  font-size: 16px;
  line-height: 22px;
  color: #25aad3;
  font-weight: bold;
}

/* MOVIE SLIDER */

.movieSlider-container {
  width: 95%;
  overflow: hidden;
}

.movieSlider-container-top {
  width: 88%;
  overflow: hidden;
}

.img-container {
  width: auto;
  display: table;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  border-radius: 12px;
  cursor: pointer;
  position: relative;
  border: 3px solid transparent;
}

.img-container:hover {
  border: 3px solid #e70d00;
}

.img-container.active {
  border: 3px solid #e70d00 !important;
}

@media (max-width: 767px) {
  .img-container:hover {
    border: none;
  }
}

.img-container .img-text {
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  background-color: #e70d01;
}

.img-container .img-logo {
  right: 10px;
  bottom: 10px;
  display: block;
  position: absolute;
}

.img-text p {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

.movieSlider-container .banner {
  transition: all 0.5s;
  transform: scale(1);
}

.movieSlider-container .banner:hover {
  transform: scale(1.06);
  transition: all 0.5s;
}

.movieSliderInfo .title {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  font-weight: bold;
}

.movieSliderInfo .mInfo {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #8d99ae;
}

/* HOME PAGE SLIDER END */

.gogo-container {
  position: relative;
}

.gogo-platform {
  top: 50%;
  left: 5%;
  display: block;
  position: absolute;
  transform: translateY(-50%);
}

.gogo-platform .title {
  font-size: 55px;
  line-height: 32px;
  color: #ffffff;
}

.gogo-platform .txt {
  font-size: 30px;
  line-height: 34px;
  color: #ffffff;
}

/* HOME PAGE */

/* HOME PAGE END */

/* MOVIE DETAILS BANNER */

.movieDetailBanner {
  width: 100%;
  /* height: 488px; */
  height: 420px;
  position: relative;
  background: linear-gradient(
      1.01deg,
      rgba(0, 0, 0, 0.71) 8.89%,
      rgba(0, 0, 0, 0) 97.25%
    ),
    linear-gradient(
      358.63deg,
      rgba(0, 0, 0, 0.71) 40.97%,
      rgba(0, 0, 0, 0) 97.07%
    );
  background-size: cover !important;
  background-position: 100% 20% !important;
  background-repeat: no-repeat !important;
}

.play-icon {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}

.movieDetailBanner .banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
}

.director-listing {
  border-right: 1.2px solid #fff;
}

.movieDetailBanner .director-listing img,
.movieDetailBanner .actor-listing img {
  height: auto;
  max-width: 60px;
  border-radius: 50%;
}

.movieDetailBanner .banner-content .imdb li {
  font-size: 24px;
  color: #25aad3;
}

.movieDetailBanner .banner-content .g-rating li {
  font-size: 24px;
  color: #e70d01;
}

/* MOVIE DETAILS BANNER END */

/* MOVIE DETAILS PAGE DATE AND TIME SLIDER */

.dtSlider-container {
  width: 98%;
}

.dt-box {
  height: 68px;
  width: 68px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 11px;
  cursor: pointer;
  justify-content: center;
  border: 1px solid #8d99af;
  background-color: #fff;
  margin: 0 auto;
}

.dt-box .month {
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #2b2d42;
  margin-bottom: 0px;
  font-weight: bold;
}

.dt-box .date {
  font-size: 36px;
  line-height: 32px;
  text-align: center;
  color: #2b2d42;
  margin-bottom: 0px;
  font-weight: bold;
}

.dt-box .day {
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #25aad3;
  margin-bottom: 0px;
  font-weight: bold;
}

.dt-box.active {
  background: linear-gradient(150.94deg, #e70d00 17.86%, #fa5402 126.35%);
}

.dt-box.active .month,
.dt-box.active .date,
.dt-box.active .day {
  color: #ffffff;
}

.dt-box:hover {
  background: linear-gradient(150.94deg, #e70d00 17.86%, #fa5402 126.35%);
}

.dt-box:hover .month,
.dt-box:hover .date,
.dt-box:hover .day {
  color: #ffffff;
}

/* MOVIE DETAILS PAGE DATE AND TIME SLIDER END */

/* MOVIE DETAILS PAGE DROPDOWN */

.movieDetails-drop .btn {
  height: 37px;
  border-radius: 7px;
  font-size: 14px;
  line-height: 14px;
  color: #8d99af;
  font-weight: bold;
  background: #ffffff;
  border: 1px solid #8d99af;
}

.movieDetails-drop .dropdown-toggle::after {
  color: #8d99af;
  width: 9px;
  height: 5px;
  vertical-align: middle !important;
  margin-left: 2.255em !important;
}

.movieDetails-drop .dropdown-menu {
  font-size: 14px;
}

.movieDetails-drop .dropdown-item:hover,
.movieDetails-drop .dropdown-item:focus {
  color: #ffffff;
  background: linear-gradient(150.94deg, #e70d00 17.86%, #fa5402 126.35%);
}

.theatre-img {
  max-width: 240px !important;
  height: auto;
}

/* MOVIE DETAILS PAGE DROPDOWN END */

/* TABS */

/* Please Choose A Preferred Cinema */

.grp-drop .dropdown {
  margin-top: 2px;
}

.mob-img-fluid {
  width: 100%;
  height: auto;
  margin-top: -40px;
}

/*----------- AKASH - CSS - END ----------*/

.theatre-img {
  border: 4px solid transparent;
  border-radius: 15px;
}

.theatre-img:hover,
.theatre-img.active {
  border: 4px solid red;
  border-radius: 15px;
}

.proceed-btn button {
  border-radius: 5px;
  font-size: 14px;
  height: 50px;
  text-align: center;
  color: #fff !important;
  border: 2px solid transparent;
  font-weight: bold;
  background: linear-gradient(179.89deg, #e70d01 0.72%, #fa5302 216.45%);
}

.proceed-btn button:hover {
  font-weight: bold;
  color: #e70d01 !important;
  border: 2px solid #e70d01 !important;
  background: #fff !important;
}

.theatre-detail p:first-child {
  line-height: 28px;
  font-size: 18px;
  letter-spacing: -0.5px;
  color: #2b2d42;
  font-weight: bold;
}

.theatre-detail p:last-child {
  font-size: 14px;
  color: #8d99ae;
}

.accordion-header a {
  color: #2b2d42;
  text-align: left;
  background: #edf2f5;
  border-color: transparent;
  box-shadow: none;
}

.accordion-header a.active {
  color: #fff;
  text-align: left;
  background: linear-gradient(178.47deg, #e70d00 17.86%, #fa5402 126.35%);
  border-color: transparent;
}

.accordion-header a:hover svg circle,
.accordion-header a:hover svg line {
  stroke: white;
}

.accordion-header a:focus {
  box-shadow: none;
}

.accordion-header.card-header {
  padding: 0;
  border-bottom: 0;
}

.cs-scr-ticket {
  background-color: #edf2f5;
}

/* .ticket-img{
  max-width: 155px;
  border-radius: 10px;
} */

.cs-scr-ticket p,
.cs-scr-ticket div p {
  font-size: 18px;
  color: #2b2d42;
  font-weight: bold;
}

.cs-scr-ticket small {
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}

.cs-scr-ticket small a,
.cs-scr-ticket div p a {
  font-size: 10px;
  font-style: italic;
  color: #25aad3;
  padding-left: 5px;
  font-weight: bold;
}

.cs-scr-ticket .rt-txt1 {
  font-size: 18px;
  color: #25aad3;
  font-weight: bold;
}

.cs-scr-ticket .rt-txt2 {
  font-size: 18px;
  color: #e70d01;
  font-weight: bold;
}

.cs-scr-ticket .rt-txt1 span,
.cs-scr-ticket .rt-txt2 span {
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}

.cs-scr-ticket .movie-tickDetails {
  line-height: 18px;
}

.cs-scr-ticket .movie-tickDetails li {
  font-size: 14px;
  color: #000000;
  /* font-weight: bold; */
  margin-right: 0;
  line-height: 14px;
}

.cs-scr-ticket .movie-tickDetails li::after {
  content: "|";
  margin-left: 5px;
}

.cs-scr-ticket .movie-tickDetails li:last-child::after,
.cs-scr-ticket .seatList li:last-child::after {
  content: "";
}

.cs-scr-ticket .dateTime li,
.cs-scr-ticket .seatList li {
  font-size: 18px;
  color: #2b2d42;
  font-weight: bold;
}

.cs-scr-ticket .seatList li {
  margin-right: 0;
}

.cs-scr-ticket .seatList li:after {
  content: ",";
  margin-right: 5px;
}

.promoCode-box input {
  background-color: #ffffff;
  border: 1px solid #8d99af;
  border-radius: 4px;
  height: 45px;
}

.promoCode-box input::-webkit-input-placeholder,
.promoCode-box input:-moz-placeholder,
.promoCode-box input:-ms-input-placeholder,
.promoCode-box input:-moz-placeholder,
.promoCode-box input::placeholder {
  font-size: 10px;
  color: #8d99af;
}

.promoCode-box .promo-btn {
  color: #fff;
  font-size: 10px;
  background-color: #2b2d42;
  border-radius: 0px 6px 6px 0px;
}

.amount-box {
  line-height: 14px;
}

.cs-scr-ticket .topLine {
  border-top: 1px solid #000000;
}

.cs-scr-ticket .bottomLine {
  border-top: 1px solid #8d99af;
}

.grp-drop {
  border: 1px solid #8d99af;
  box-sizing: border-box;
  border-radius: 15px;
  position: relative;
}

.grp-drop .searchListData {
  position: absolute;
  background-color: #fff;
  width: auto;
  top: 40px;
  width: auto;
  left: 10px;
  /* right: 0; */
  list-style: none;
  z-index: 9999;
  padding: 0;
  max-height: 500px;
  overflow-y: auto;
}

.grp-drop .searchListData li {
  padding: 10px 20px;
  color: #2b2d42;
  font-weight: bold;
  cursor: pointer;
}

.grp-drop .searchListData li:hover {
  background-color: #e70d00;
}

.grp-drop .searchListData li:hover a {
  color: #fff;
}

.grp-drop .searchListData li a {
  color: #2b2d42;
  font-weight: bold;
}

.grp-drop .form-control {
  color: #8d99af;
  border: 0;
  /* border-right: 1px solid #8D99AF; */
  box-shadow: none;
}

.grp-drop input::placeholder {
  font-size: 14px;
  color: #8d99af;
}

.grp-drop .btn {
  color: #8d99af;
  font-size: 16px;
  box-shadow: none;
}

.grp-drop .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0.25rem 1.2rem;
  color: #8d99af;
}

.grp-drop .dropdown-menu .dropdown-item:hover {
  background: linear-gradient(164.78deg, #e70d00 17.86%, #fa5402 126.35%);
  color: #fff;
}

/* DATE & TIME (TIME BOX) */

.m-format,
.m-format-new {
  display: table-cell;
  margin-right: 10px;
}

.m-format span {
  color: #8d99ae;
  padding: 6px 18px;
  font-size: 10px;
  border-radius: 19px;
  background-color: #edf2f4;
  margin-right: 30px;
  position: relative;
  text-transform: capitalize;
}

.m-format.redRightLine span::after {
  content: "";
  border-right: 1px solid #e70d00;
}

.m-format span::after {
  top: -7px;
  content: "";
  right: -12px;
  height: 37px;
  position: absolute;
  border-right: 1px solid #8d99af;
}

.m-format-new {
  color: #8d99ae;
  padding: 6px 18px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 19px;
  background-color: #edf2f4;
  margin-right: 30px;
  position: relative;
  text-transform: capitalize;
}

.bottomRedLine {
  width: 95%;
  border-top: 0;
  border-bottom: 1px solid #e70d00;
}

.bottomRedLine.grey {
  width: 95%;
  border-top: 0;
  border-bottom: 1px solid rgba(141, 153, 175, 0.43);
}

.timing-box {
  display: table-cell;
}

.timing-box .timing-box-list {
  text-decoration: none;
  list-style: none;
  display: inline;
  padding-left: 0px;
}

.timing-box .timing-box-list li,
.movie-info-table-2 .timing-box,
.movie-info-table .timing-box {
  color: #000000;
  font-size: 14px;
  cursor: pointer;
  padding: 9px 11px;
  border-radius: 7px;
  margin-right: 22px;
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid #8d99af;
}

.movie-info-table .timing-box {
  margin-right: 0;
  margin-bottom: 0;
}

.timing-box .timing-box-list li.active,
.movie-info-table .timing-box.active,
.movie-info-table .timing-box:hover,
.timing-box .timing-box-list li:hover {
  background: linear-gradient(164.78deg, #e70d00 17.86%, #fa5402 126.35%);
  color: #fff;
}

.timing-box .timing-box-list li.disable {
  color: #8d99af;
  background: #edf2f5;
  border: 1px solid #ffffff;
}

/* DATE & TIME (TIME BOX) END*/

/* MOVIE DETAILS THEATRE DETAILS */

.movieTheatreTitlel {
  font-size: 30px;
  line-height: 34px;
  color: #2b2d42;
  font-weight: bold;
}

.movieTheatreTitles {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #2b2d42;
}

.movieTheatreAdd {
  font-size: 14px;
  line-height: 20px;
  color: #8d99ae;
}

/* MOVIE DETAILS THEATRE DETAILS END*/

/* MOVIE DETAILS STORYLINE SECTION */

.storylineSection a {
  font-size: 16px;
  line-height: 22px;
  color: #25aad3;
  font-weight: bold;
}

.storylineSection .sTitle {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  font-weight: bold;
}

.storylineSection .sText {
  font-size: 18px;
  line-height: 28px;
  color: #252525;
}

.storylineSection .sList li {
  width: 100px;
  margin-right: 10px;
  margin-bottom: 5px;
  text-align: center;
  display: inline-table;
}

.storylineSection .sList li p {
  padding-top: 5px;
}

.storylineSection .sName {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}

/* MOVIE DETAILS STORYLINE SECTION END*/

/* SCREENING TYPE */

.screen-type .st-title {
  font-size: 18px;
  text-align: center;
  color: #252525;
  font-weight: bold;
  margin-bottom: 0;
}

.btn-white {
  background-color: #fff;
  color: #252525;
  font-size: 12px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0px, 1px rgba(0, 0, 0, 0.25);
}

.screen-type p {
  font-size: 12px;
  text-align: center;
  color: #8d99af;
  margin-bottom: 0;
}

.screen-type .tl-circle {
  position: absolute;
  top: -8px;
  left: -8px;
  display: block;
  background-color: #ffffff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}

.screen-type .tr-circle {
  position: absolute;
  top: -8px;
  right: -8px;
  display: block;
  background-color: #ffffff;
  height: 25px;
  box-shadow: none;
  width: 25px;
  border-radius: 50%;
}

.screen-type .bl-circle {
  position: absolute;
  bottom: -8px;
  left: -8px;
  display: block;
  background-color: #ffffff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}

.screen-type .br-circle {
  position: absolute;
  bottom: -8px;
  right: -8px;
  display: block;
  background-color: #ffffff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}

.screen-type .cs-screening .tl-circle {
  border-right: 2px solid #25aad3;
  border-bottom: 2px solid #25aad3;
}

.screen-type .cs-screening .tr-circle {
  border-left: 2px solid #25aad3;
  border-bottom: 2px solid #25aad3;
}

.screen-type .cs-screening .bl-circle {
  border-right: 2px solid #25aad3;
  border-top: 2px solid #25aad3;
}

.screen-type .cs-screening .br-circle {
  border-left: 2px solid #25aad3;
  border-top: 2px solid #25aad3;
}

.screen-type .confirm-screening .tl-circle {
  border-right: 2px solid #45bb4d;
  border-bottom: 2px solid #45bb4d;
}

.screen-type .confirm-screening .tr-circle {
  border-left: 2px solid #45bb4d;
  border-bottom: 2px solid #45bb4d;
}

.screen-type .confirm-screening .bl-circle {
  border-right: 2px solid #45bb4d;
  border-top: 2px solid #45bb4d;
}

.screen-type .confirm-screening .br-circle {
  border-left: 2px solid #45bb4d;
  border-top: 2px solid #45bb4d;
}

.screen-type .private-screening .tl-circle {
  border-right: 2px solid #f2c94c;
  border-bottom: 2px solid #f2c94c;
}

.screen-type .private-screening .tr-circle {
  border-left: 2px solid #f2c94c;
  border-bottom: 2px solid #f2c94c;
}

.screen-type .private-screening .bl-circle {
  border-right: 2px solid #f2c94c;
  border-top: 2px solid #f2c94c;
}

.screen-type .private-screening .br-circle {
  border-left: 2px solid #f2c94c;
  border-top: 2px solid #f2c94c;
}

.i-btn {
  position: absolute;
  top: 10px;
  right: 20px;
}

.navbar-toggler:focus {
  outline: none;
}

/* SCREENING TYPE END*/

/* SEAT LAYOUT */

.seat-table {
  position: relative;
}

.seat-formatTxt {
  font-weight: bold;
  color: #8d99ae;
}

.seat-table::after {
  content: "";
  position: absolute;
  bottom: -20;
  left: 0;
  right: 0;
  width: 100%;
  margin: 10px 0px;
  border-bottom: 2px solid #d8d8d8;
}

.seat-count p {
  display: table;
  font-size: 10px;
  margin: 0 auto;
  color: #8d99ae;
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
  border-radius: 10px;
  position: relative;
  background-color: #edf2f4;
}

.seat-count p::before {
  top: 11px;
  left: -60%;
  width: 60px;
  content: "";
  position: absolute;
  border-top: 1px solid #bfc6d0;
}

.seat-count p::after {
  content: "";
  top: 11px;
  right: -60%;
  width: 60px;
  position: absolute;
  border-top: 1px solid #bfc6d0;
}

.pick-seats li {
  height: 38px;
  width: 38px;
  font-size: 12px;
  cursor: pointer;
  color: #8d99af;
  font-weight: bold;
  align-items: center;
  border-radius: 12px;
  display: inline-flex;
  justify-content: center;
  border: 1px solid rgba(141, 153, 174, 0.5);
}

.pick-seats li:hover,
.pick-seats li.active {
  background-color: #e70d01;
  color: #fff;
}

.seat-layout.hide {
  opacity: 0.1;
  user-select: none;
}

.seat-layout .seat,
.seat-layout .wheel {
  width: 22px;
  height: 22px;
  cursor: pointer;
  margin: 5px 4px;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.seat-layout table::after {
  content: "";
}

.seat-info li {
  padding: 0px 15px;
  color: #2b2d42;
  font-size: 14px;
}

.at-text {
  font-size: 18px;
  color: #252525;
  text-align: center;
}

/* PAYMENT MODE */

.paymentMethod {
  background: #edf2f5;
  border: 2px solid #c4c4c4;
  box-sizing: border-box;
  border-radius: 7px;
}

.paymentMethod .payment-logo {
  width: 35px;
}

.paymentMethod p {
  font-size: 18px;
  margin-bottom: 0px;
  color: #2b2d42;
  line-height: 28px;
  font-weight: bold;
}

.header-box {
  position: relative;
}

.check-markIcon {
  top: 50%;
  right: 20px;
  position: absolute;
  transform: translateY(-50%);
}

.cus-checkbox {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 1px solid #8d99af;
}

.cus-checkbox img {
  display: none;
}

.cus-checkbox.active img {
  display: block;
}

/* CONFIRM SCREEN TICKET */

.red-line {
  background: linear-gradient(179.82deg, #e70d00 17.86%, #fa5402 126.35%);
}

.back-txt a {
  font-size: 14px;
  color: #8d99af;
  font-weight: bold;
}

.cus-spaceDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gogo-cus-btn {
  max-width: 230px;
  border-radius: 5px;
  color: #ffffff;
  height: 53px;
  font-size: 14px;
  background: linear-gradient(172.67deg, #e70d00 17.86%, #fa5402 126.35%);
}

.cus-size {
  display: table;
  margin: 0 auto;
  overflow: hidden;
}

.confirmScreenTicket .dot-line {
  position: relative;
}

.confirmScreenT {
  overflow: hidden;
}

.confirmScreenTicket {
  position: relative;
}

/*
.confirmScreenTicket::before {
    content: '';
    height: 50px;
    width: 35px;
    bottom: -56px;
    left: -15px;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    border: 3px solid #FA5402;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%) rotate(0deg);
    overflow: hidden;
    top: 50%;
    z-index: 99;
}

.confirmScreenTicket::after {
    content: '';
    height: 50px;
    width: 35px;
    bottom: -56px;
    right: -15px;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    border: 3px solid #FA5402;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%) rotate(0deg);
    overflow: hidden;
    top: 50%;
    z-index: 99;
} */

/* dotted line Desk */

.confirmScreenTicket .dot-line::after {
  content: "";
  top: 50%;
  right: 0;
  height: 90%;
  position: absolute;
  transform: translateY(-50%);
  border-left: 2.5px dotted #2b2d42;
}

.confirmScreenTicket {
  border: 3px solid #fa5402;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.confirmScreenT .tTitle {
  color: #2b2d42;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}

.confirmScreenT .ntext {
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  margin: 0 auto;
}

.confirmScreenT .ntext span {
  color: #fa5302;
}

.confirmScreenT .eTitle {
  color: #2b2d42;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
}

.confirmScreenTicket .firstBox {
  background-color: #edf2f5;
  position: relative;
  /* justify-content: space-evenly; */
}

/* left center Desk*/

.confirmScreenTicket .firstBox::before {
  content: "";
  height: 50px;
  width: 35px;
  bottom: -46px;
  left: -12px;
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
  border: 3px solid #fa5402;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* top circle Desk */

.confirmScreenTicket .secondBox::before {
  content: "";
  height: 50px;
  width: 35px;
  top: -35px;
  right: -15px;
  border-radius: 50%;
  position: absolute;
  border: 3px solid #fa5402;
  background-color: #fff;
}

/* bottom circle Desk */

.confirmScreenTicket .secondBox::after {
  content: "";
  height: 50px;
  width: 35px;
  bottom: -35px;
  right: -15px;
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
  border: 3px solid #fa5402;
}

.qrBox {
  position: relative;
}

/* right circle Desk */

.confirmScreenTicket .qrBox::before {
  content: "";
  top: 50%;
  right: 3px;
  width: 35px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
  transform: translateY(-50%);
  border: 3px solid #fa5402;
  -webkit-transform: translateY(-50%);
}

.confirmScreenTicket .firstBox .mTitle {
  font-size: 18px;
  line-height: 28px;
  color: #2b2d42;
  font-weight: bold;
  margin-bottom: 0px;
}

.confirmScreenTicket .firstBox .cusImg {
  height: auto;
  max-width: 90px;
}

.confirmScreenTicket .firstBox .mInfo {
  line-height: 1;
}

.confirmScreenTicket .firstBox .mInfo li {
  font-size: 14px;
  line-height: 14px;
  color: #252525;
  margin-right: 0px;
}

.confirmScreenTicket .firstBox .mInfo li::after {
  content: "|";
  margin-left: 5px;
}

.confirmScreenTicket .firstBox .mInfo li:last-child::after {
  content: "";
}

.confirmScreenTicket .firstBox .mTheatre {
  font-size: 14px;
  line-height: 20px;
  color: #2b2d42;
  font-weight: bold;
}

.confirmScreenTicket .firstBox .mTheatre span {
  font-size: 14px;
  line-height: 20px;
  color: #2b2d42;
  font-weight: normal;
}

.confirmScreenTicket .firstBox .mTimeDate li {
  font-size: 14px;
  line-height: 20px;
  color: #2b2d42;
  font-weight: bold;
}

.confirmScreenTicket .firstBox .mTimeDate li::after {
  content: "|";
  margin-left: 5px;
}

.confirmScreenTicket .firstBox .mTimeDate li:last-child::after {
  content: "";
}

.secondBox .confrm-txt {
  font-size: 10px;
  line-height: 18px;
  color: #2b2d42;
  font-weight: bold;
  margin-bottom: 0px;
}

.secondBox .confrm-status {
  font-size: 10px;
  line-height: 18px;
  color: #252525;
  font-weight: bold;
  margin-bottom: 0px;
}

.secondBox .tAmount,
.secondBox .seatList li {
  font-size: 14px;
  line-height: 18px;
  color: #2b2d42;
  margin-right: 0px;
}

.ticketAmt-box {
  width: 190px;
}

.secondBox .seatList li::after {
  content: ",";
  margin-left: 5px;
}

.secondBox .seatList li:last-child::after {
  content: "";
}

.lightGreyTxt {
  font-size: 12px;
  line-height: 14px;
  color: #8d99af;
  margin-bottom: 0px;
}

.secondBox .progress {
  height: 25px;
  border-radius: 8px;
  margin-bottom: 0px !important;
  background-color: #ffcdd2;
}

.reqText b {
  padding: 0px 5px;
}

.secondBox .progress-bar {
  background-color: #e70d01;
  border-radius: 8px;
}

.qrBox img {
  max-height: 160px;
  max-width: 160px;
}

.qrBox .tran-txt {
  font-size: 12px;
  line-height: 18px;
  color: #2b2d42;
  font-weight: bold;
}

.btn-send {
  background: #2b2d42;
  border-radius: 5px;
  color: #ffffff;
  width: 50%;
  margin: 0 auto;
  display: block;
}

.btn-send:hover {
  color: #ffffff !important;
}

.mTicketTxt p {
  font-size: 14px;
  line-height: 22px;
  color: #2b2d42;
  font-weight: bold;
}

.mTicketTxt .form-control {
  font-size: 14px;
  line-height: 20px;
  color: #8d99af;
  border-radius: 11px;
}

.mTicketTxt input::placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #8d99af;
}

/* cus slide */

.addSlide-container {
  width: auto;
  display: table;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  border-radius: 12px;
  cursor: pointer;
  position: relative;
}

.addSlide-container img {
  visibility: hidden;
}

.addSlide-container .addImg {
  visibility: visible;
}

.addSlide-container .addSlide {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer;
  position: absolute;
  align-items: center;
  border-radius: 12px;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: center;
  border: 2px dashed #8d99af;
}

.addSlide p {
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  color: #2b2d42;
}

.csCusSlider .slick-track {
  margin-left: 0;
}

/* CREATE SCREENING PAGE */

.createScreenBox {
  background: #edf2f5;
  border: 1px solid #8d99af;
  border-radius: 16px;
}

.ticket-mtitle {
  font-size: 15px;
}

.createBlankBox {
  background: #edf2f5;
  border: 1px solid #8d99af;
  border-radius: 16px;
  min-height: 259.2px;
  user-select: none;
}

.createScreenBox .dtText {
  font-size: 36px;
  line-height: 32px;
  color: #2b2d42;
  font-weight: bold;
}

.createScreenBox .dtText1 {
  font-size: 30px;
  line-height: 32px;
  color: #2b2d42;
  font-weight: bold;
}

.createScreenBox .mText {
  font-size: 14px;
  /* text-transform: uppercase; */
  color: #2b2d42;
  font-weight: bold;
}

.createScreenBox .dayText {
  font-size: 14px;
  color: #25aad4;
}

.createScreenBox .tfText {
  top: -1.3em;
  padding-left: 0.25rem;
  font-size: 14px;
  color: #2b2d42;
  text-transform: uppercase;
}

.createScreenBox .tName {
  font-size: 20px;
  line-height: 28px;
  color: #2b2d42;
  font-weight: bold;
}

.createScreenBox .tAdd {
  font-size: 14px;
  line-height: 20px;
  color: #8d99ae;
}

.createScreenBox .confText {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: auto;
  font-weight: bold;
}

.createScreenBox .soldStatus {
  font-size: 10px;
  line-height: 14px;
  color: #44bb4c;
  display: flex;
  align-items: center;
}

.createScreenBox .reqText {
  font-size: 12px;
  line-height: 1;
  color: #000;
  display: flex;
  /* margin: 0 auto; */
  text-align: center;
  justify-content: center;
  align-items: center;
}

.createScreenBox .reqText b {
  padding: 0px 5px;
}

.progressBarBox {
  background: #ffffff;
  border: 1px solid #8d99af;
  border-radius: 16px;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.proBar {
  height: 35px;
  border-radius: 26px;
  background-color: #ffcdca;
}

.proBar .progress-bar {
  background-color: #43bb4c;
  color: #000;
}

.proBar .progress-bar .succ-text {
  font-size: 14px;
  line-height: 1;
  color: #000;
  display: flex;
  /* font-weight: bold; */
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.proBar.red .progress-bar {
  background-color: #e70d00;
  color: #000;
}

/* CREATE SCREENING PAGE END*/

.fancybox-bg {
  background: rgb(29, 29, 26) !important;
}

/* Akash modal css */

.red-line {
  background: linear-gradient(179.82deg, #e70d00 17.86%, #fa5402 126.35%);
}

.back-txt a {
  font-size: 14px;
  color: #8d99af;
  font-weight: bold;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/*----------- Akash ----------*/

.nm-btn {
  height: 53px;
}

.gogo-text {
  color: linear-gradient(179.89deg, #e70d01 0.72%, #fa5302 216.45%);
}

.grey-text {
  color: #8d99ae;
}

.login-box-bor::after {
  content: "";
  top: 0;
  right: 20px;
  height: 100%;
  position: absolute;
  border-right: 1px solid #8d99ae;
}

.login-box input::placeholder {
  color: #8d99ae;
}

.login-box .pc-input {
  height: 56px;
  border-radius: 11px;
}

.pc-radio .custom-control-label {
  font-size: 12px;
  padding-top: 4px;
}

.gogo-btn {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  color: #fff !important;
  font-size: 14px;
  border: 2px solid transparent;
  font-weight: bold;
  background: linear-gradient(172.67deg, #e70d00 17.86%, #fa5402 126.35%);
}

.gogo-btn:hover {
  color: #e70d01 !important;
  border: 2px solid #e70d01;
  font-weight: bold;
  background: #fff !important;
}

.fb-btn {
  width: 100%;
  height: 48px;
  background: #507cc0;
  border: 1px solid #507cc0;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fb-btn:hover {
  background: #507cc0;
}

.fb-btn:not(:disabled):not(.disabled):active {
  background-color: #507cc0;
}

.g-btn {
  width: 100%;
  height: 48px;
  color: black;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.g-btn:hover {
  background: #ffffff;
  color: #000;
}

.g-btn:not(:disabled):not(.disabled):active {
  background-color: #ffffff;
  color: #000;
}

.otp-section form input {
  width: 80px;
  height: 65px;
  font-size: 24px;
  border-radius: 16px;
  font-weight: bold;
  color: #2b2d42;
}

.otp-section form .col {
  flex-grow: unset;
}

.otp-text {
  color: #fa5402 !important;
}

@media only screen and (max-width: 767px) {
  .otp-section .otp-mob {
    margin: 0 auto !important;
  }
}

/* Akash modal css */

/*------------- Welcome Back Modal ---------------*/

.welcome-b .modal {
  padding-right: 0px !important;
}

.welcome-b .modal-content {
  border-radius: 11px;
}

.welcome-b header {
  background: linear-gradient(179.82deg, #e70d00 17.86%, #fa5402 126.35%);
  border-radius: 11px;
}

.welcome-b .modal-title {
  font-weight: bold;
  margin-left: 8px;
  color: white;
}

.welcome-b .modal-header .close {
  margin: -0.8rem -0.4rem -0.8rem -0.4rem;
  color: white;
  opacity: unset;
  outline: none;
}

.welcome-b .modal-content .modal-body {
  padding: 0px;
  padding-top: 6px;
}

.welcome-b .modal-content .modal-body input::placeholder {
  color: #8d99ae;
}

.welcome-b .modal-content .modal-body .pc-input {
  height: 56px;
  border-radius: 11px;
}

.welcome-b .modal-footer {
  display: none;
}

.country-code-drop .dropdown-menu {
  max-height: 300px;
  overflow-y: scroll;
}

.country-code-drop .btn {
  padding: 0;
  outline: 0;
  box-shadow: none;
}

.country-code-drop .dropdown-item:hover,
.country-code-drop .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #e70d00;
}

@media (max-width: 767px) {
  .welcome-b .modal .modal-content .modal-body .loginmodal {
    border-right: none !important;
  }
}

/*------------ Welcome Back Modal End --------------*/

/*------------------- Hello stranger Modal ----------------*/

.hello-s .modal {
  padding-right: 0px !important;
}

.hello-s .modal-content {
  border-radius: 11px;
}

.hello-s header {
  background: linear-gradient(179.82deg, #e70d00 17.86%, #fa5402 126.35%);
  border-radius: 11px;
}

.hello-s .modal-title {
  font-weight: bold;
  margin-left: 8px;
  color: white;
}

.hello-s .modal-header .close {
  margin: -0.8rem -0.4rem -0.8rem -0.4rem;
  color: white;
  opacity: unset;
  outline: none;
}

.hello-s .modal-content .modal-body {
  padding: 0px;
  padding-top: 6px;
}

.hello-s .modal-content .modal-body input::placeholder {
  color: #8d99ae;
}

.hello-s .modal-content .modal-body .pc-input {
  height: 56px;
  border-radius: 11px;
}

.loginmodal .pc-input {
  height: 56px;
  border-radius: 11px;
}

.hello-s .modal-footer {
  display: none;
}

@media (max-width: 767px) {
  .hello-s .modal .modal-content .modal-body .loginmodal {
    border-right: none !important;
  }
}

/*------------------ Hello stranger Modal End ----------------*/

/*------------------ Verify Your Contact ------------------- */

.verify-c .modal {
  padding-right: 0px !important;
}

.verify-c .modal-content {
  border-radius: 11px;
}

.verify-c header {
  background: linear-gradient(179.82deg, #e70d00 17.86%, #fa5402 126.35%);
  border-radius: 11px;
}

.verify-c .modal-title {
  font-weight: bold;
  margin-left: 8px;
  color: white;
}

.verify-c .modal-header .close {
  margin: -0.8rem -0.4rem -0.8rem -0.4rem;
  color: white;
  opacity: unset;
  outline: none;
}

.verify-c .modal-content .modal-body {
  padding: 0px;
}

.verify-c .modal-footer {
  display: none;
}

/*------------------ Verify Your Contact End------------------- */

/*------------------ Verify OTP -----------------*/

.verify-otp .modal {
  padding-right: 0px !important;
}

.verify-otp .modal-content {
  border-radius: 11px;
}

.verify-otp header {
  background: linear-gradient(179.82deg, #e70d00 17.86%, #fa5402 126.35%);
  border-radius: 11px;
}

.verify-otp .modal-title {
  font-weight: bold;
  margin-left: 8px;
  color: white;
}

.verify-otp .modal-header .close {
  margin: -0.8rem -0.4rem -0.8rem -0.4rem;
  color: white;
  opacity: unset;
  outline: none;
}

.verify-otp .modal-content .modal-body {
  padding: 0px;
}

.verify-otp .modal-footer {
  display: none;
}

/*------------------ Verify OTP END -----------------*/

/* Akash modal css end */

/* Akash modal css end */

.accDrop .btn {
  border: 0;
  outline: 0;
  padding: 0;
  color: #fff;
  box-shadow: none;
  font-size: 18px;
  background-color: transparent;
}

.logout-text {
  font-size: 18px;
}

.cus-log-sign .tx {
  font-size: 18px;
}

.accDrop .dropdown-menu {
  position: relative;
  transform: translate3d(-140px, 50px, 0px) !important;
}

.accDrop .dropdown-menu::before {
  top: -10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 15px;
  right: 18px;
  margin: -16px 0 0 -15px;
}

.accDrop .profileMenu-list li {
  white-space: nowrap;
}

.accDrop .profileMenu-list li:hover {
  background-color: red;
  cursor: pointer;
}

.accDrop .profileMenu-list li a div svg {
  fill: #000;
  margin-right: 8px;
}

.accDrop .profileMenu-list li:hover a,
.accDrop .profileMenu-list li.active a,
.accDrop .profileMenu-list li:hover a svg,
.accDrop .profileMenu-list li.active a svg {
  fill: #fff;
  color: #fff;
}

.accDrop .profileMenu-list {
  padding: 0px;
}

.accDrop .profileMenu-list li a div {
  padding: 0 15px;
  margin: 3px 0;
}

.accDrop .dropdown-menu {
  padding: 0;
}

/* AKASH CSS */

/* PP */

.text-pp {
  font-size: 14px;
}

.title-pp {
  font-size: 30px;
}

/* AU */

.text-au {
  font-size: 18px;
}

.title-au {
  font-size: 30px;
}

/* .btn-gogo {
  width: 229px;
  height: 53px;
  background: linear-gradient(179.81deg, #E70D01 0.72%, #FA5302 216.45%);
  border-radius: 5px;
} */

.btn-gogo {
  width: 100%;
  height: 50px;
  border: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  max-width: 400px;
  border-radius: 5px;
  font-weight: bold;
  border: 2px solid transparent;
  text-align: center;
  background: linear-gradient(179.89deg, #e70d01 0.72%, #fa5302 216.45%);
}

.btn-gogo:hover {
  color: #e70d01 !important;
  border: 2px solid #e70d01;
  background: #fff;
  font-weight: bold;
}

/* TC */

.text-tc {
  font-size: 14px;
}

.title-tc {
  font-size: 30px;
}

/* AKASH CSS END*/

.edit-class {
  font-size: 10px;
  font-style: italic;
  color: #25aad3;
  /* padding-left: 5px; */
  cursor: pointer;
  font-weight: bold;
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.loader-container .loader {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  animation: rotate 2s ease infinite;
  border-left: 3px solid #e70d00;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
  }
}

.navbar-nav .hA {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popUp {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 999999;
  justify-content: center;
  bottom: 0;
  right: 0;
  transition: 0.3 ease;
  background-color: rgba(0, 0, 0, 0.6);
}

.searchListData a {
  display: block;
  width: 100%;
  height: 100%;
}

.section-space {
  height: 50px;
  display: block;
}

.popUp .content {
  animation: zoom 0.3s ease;
}

@keyframes zoom {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.vld-overlay .vld-background {
  background: rgba(0, 0, 0, 0.9) !important;
}

.invite-txt {
  font-size: 20px;
  line-height: 22px;
  color: #2b2d42;
  font-weight: bold;
}

.invite-section form input {
  width: 100%;
  height: 65px;
  font-size: 14px;
  border-radius: 16px;
  font-weight: bold;
  color: #2b2d42;
}

.fancybox-button {
  width: 55px;
  height: 55px;
}

.log-text {
  font-size: 16px;
  color: #2b2d42;
  font-weight: bold;
}

.timer-circle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
  color: #2b2d42;
  font-weight: bold;
}

.timer-circle span {
  width: 50px;
  text-align: center;
  color: #e70d01;
  font-weight: bold;
}

.tnc-class {
  color: #8d99ad;
  text-decoration: underline;
}

.tnc-class:hover,
.tnc-class:focus {
  color: #8d99ad;
  text-decoration: underline;
}

.slider-offer-text {
  height: auto;
  background-color: #43bb4c;
  width: auto;
  padding: 5px 10px;
  display: flex;
  /* max-width: 400px; */
  min-width: 350px;
  /* max-width: calc(100% - 100px); */
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

.slider-offer-text p {
  color: #fff;
  font-size: 16px;
}

/* gogo loader css */

.vld-icon svg {
  overflow: inherit;
}

.vld-icon svg circle {
  width: 100px;
  height: 100px;
}

.vld-icon svg g {
  stroke-width: 3;
}

/* SEARCH SECTION */

.search-section {
  top: 0;
  width: 100%;
  z-index: 1111;
  position: fixed;
  padding-top: 25px;
  overflow-x: hidden;
  height: 100%;
  transition: 0.3s ease-in-out;
  background: #e70d00;
}

.search-section .close {
  width: 50px;
}

.search-section .close:focus {
  outline: none;
}

.search-section img {
  width: 25px;
  height: auto;
}

.search-section ul {
  padding-left: 0;
  list-style: none;
}

@media (max-width: 767px) {
  /* .search-section {
      height: calc(100vh - 0px);
    } */
  .grp-drop .searchListData {
    left: 0;
  }

  .search-section input[type="text"] {
    height: 50px;
    font-size: 14px;
    width: 0px;
  }

  .search-section img {
    width: 20px;
    height: auto;
  }

  .search-section ul li a {
    font-size: 14px;
  }
}

.tooltip-inner {
  color: #000;
  max-width: 500px;
  width: 100%;
  text-align: left;
  border-radius: 12px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  right: 0;
  border-right-color: #fff;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.modal-body .close {
  top: -50px;
  opacity: 1;
  right: 20px;
  color: white;
  font-size: 35px;
  position: absolute;
}

@media (max-width: 350px) {
  .country-code-drop button {
    left: -2px;
    font-size: 12px;
    position: relative;
  }
}

.tooltip.fade {
  opacity: 1;
}

.faq-box .card-header a[aria-expanded="true"] .plus {
  display: none;
}

.faq-box .card-header a[aria-expanded="false"] .minus {
  display: none;
}

/* MY TRANSACTION */

.mt-border {
  border-left: 1px dashed #252525;
  position: relative;
}

.mt-border:before {
  top: -15px;
  left: -15px;
  width: 30px;
  content: "";
  z-index: 111;
  height: 25px;
  display: block;
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
}

.mt-border:after {
  bottom: -15px;
  left: -15px;
  width: 30px;
  content: "";
  z-index: 111;
  height: 25px;
  display: block;
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
}

.m-tick-mInfo li {
  font-size: 14px;
  line-height: 22px;
  color: #2b2d42;
  margin-right: 0px !important;
}

.m-tick-mInfo li::after {
  content: "|";
  margin: 0 5px;
}

.m-tick-mInfo li:last-child::after {
  content: "";
}

.mt-border-top {
  border-top: 1px solid #8d99af;
}

.mt-qr-section .info {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #252525;
  font-weight: bold;
}

.m-ticket-details .amt-text {
  color: #2b2d42;
}

.mt-seat-list li {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #2b2d42;
  font-weight: bold;
}

.mt-seat-list li::after {
  content: ",";
  margin-right: 5px;
}

.mt-seat-list li:last-child::after {
  content: "";
}

.m-ticket-web .cinema-name {
  font-size: 14px;
  line-height: 22px;
  color: #25aad4;
  font-weight: bold;
}

.ticket-proBar {
  height: 20px;
}

.lh-1 {
  line-height: 1;
}

.ticket-shadow {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.selected-date {
  font-size: 30px;
  font-weight: bold;
}

.ticket-amount {
  font-size: 16px;
}

.seat-list {
  font-size: 16px;
}

.selected-date,
.selected-time {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.tiny {
  font-size: 14px;
  line-height: 1;
}

/*topheader*/

.corner-circle-top {
  position: relative;
}

/* .corner-circle-top::before {
    top: -10px;
    left: -10px;
    width: 25px;
    content: "";
    z-index: 111;
    height: 25px;
    display: block;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
  } */

.corner-circle-top::before {
  top: 50%;
  left: -30px;
  width: 45px;
  content: "";
  z-index: 111;
  height: 100px;
  display: block;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-color: #fff;
}

/* .corner-circle-top::after {
    top: -10px;
    right: -10px;
    width: 25px;
    content: "";
    z-index: 111;
    height: 25px;
    display: block;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
  } */

.corner-circle-top::after {
  top: 50%;
  right: -30px;
  width: 45px;
  content: "";
  z-index: 111;
  height: 100px;
  display: block;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-color: #fff;
}

.corner-circle-bottom {
  position: relative;
}

/* .corner-circle-bottom:before {
    bottom: -10px;
    left: -10px;
    width: 25px;
    content: "";
    z-index: 111;
    height: 25px;
    display: block;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
  }

  .corner-circle-bottom:after {
    bottom: -10px;
    right: -10px;
    width: 25px;
    content: "";
    z-index: 111;
    height: 25px;
    display: block;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
  } */

.movie-imp-list {
  color: #252525;
  font-size: 30px;
  font-weight: bold;
}

.movie-imp-list li {
  color: #252525;
  font-size: 30px;
  font-weight: bold;
}

.tmw {
  min-width: 150px;
}

.qr-bdt {
  font-size: 10px;
  line-height: 10px;
}

.unconfirmed,
.cancelled {
  position: relative;
}

.tag {
  display: none;
}

.unconfirmed .tag,
.cancelled .tag {
  left: 50%;
  top: 50%;
  height: 25px;
  display: flex;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 0px 20px;
  min-width: 50%;
  justify-content: center;
  position: absolute;
  align-items: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%) rotate(-15deg);
}

.unconfirmed .tag {
  color: #2b2d42;
  background-color: #f2c94c;
}

.cancelled .tag {
  color: #fff;
  background-color: #e70d01;
}

.unconfirmed .qr-code,
.cancelled .qr-code {
  opacity: 0.1;
  user-select: none;
}

.new-mTicket {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.new-mTicket::before {
  content: "";
  height: 85px;
  width: 85px;
  position: absolute;
  top: -62px;
  left: 50%;
  display: block;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
}

.new-mTicket::after {
  content: "";
  height: 85px;
  width: 85px;
  position: absolute;
  bottom: -62px;
  left: 50%;
  display: block;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
}

.qr-section {
  position: relative;
  border-top: 1px dashed #000;
}

.qr-section::before {
  content: "";
  height: 35px;
  width: 35px;
  position: absolute;
  top: -18px;
  left: -20px;
  display: block;
  border-radius: 50%;
  background: #fff;
}

.qr-section::after {
  content: "";
  height: 35px;
  width: 35px;
  position: absolute;
  top: -18px;
  right: -20px;
  display: block;
  border-radius: 50%;
  background: #fff;
}

.qr-section .qr-note {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  color: #252525;
}

.new-progress-bar {
  height: 20px;
  background-color: #fde7e6;
  border-radius: 6px;
  position: relative;
}

.new-progress-bar.unconfirmed .progress {
  height: 20px;
  background-color: #e70d00;
  border-radius: 6px;
}

.new-progress-bar.confirmed .progress {
  height: 20px;
  background-color: #44bb4c;
  border-radius: 6px;
}

.new-progress-bar .proBar-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  color: #252525;
  text-align: center;
  width: inherit;
  transform: translateY(-50%);
}

.new-mTicket .movie-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: -0.833333px;
  color: #2b2d42;
}

.new-mTicket p {
  margin-bottom: 0px;
}

.new-mTicket .ticket-no {
  font-size: 10px;
  color: #252525;
}

.new-mTicket .light-txt {
  font-size: 12px;
  color: #8d99ae;
}

.new-mTicket .normal-txt {
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #252525;
}

.new-mTicket .dark-txt {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #252525;
}

.extra-movie-info {
  margin-bottom: 0px;
}

.extra-movie-info li {
  font-size: 12px;
  color: #252525;
  margin-right: 0px !important;
}

.extra-movie-info li::after {
  content: "|";
  margin-left: 5px;
  margin-right: 3px;
}

.extra-movie-info li:last-child::after {
  content: "";
}

.m-ticket-seats {
  margin-bottom: 0px;
}

.m-ticket-seats li {
  font-size: 12px;
  color: #252525;
  font-weight: bold;
  margin-right: 0px !important;
}

.m-ticket-seats li::after {
  content: ",";
  margin-right: 4px;
}

.m-ticket-seats li:last-child::after {
  content: "";
}

/* FILTER MODAL */

.filter-tabs p {
  color: #252525;
  font-size: 16px;
  font-weight: bold;
}

.filter-tabs ul li {
  background-color: #edf2f5;
  border-radius: 12px;
  padding: 3px 10px;
  font-size: 12px;
  color: #000;
  min-width: 70px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.filter-tabs ul li.active {
  background: linear-gradient(179.89deg, #e70d01 0.72%, #fa5302 216.45%);
  color: #fff;
}

.proceed-btn-filter button {
  border-radius: 5px;
  font-size: 14px;
  height: 40px;
  width: 100%;
  text-align: center;
  color: #000 !important;
  border: 2px solid transparent;
  font-weight: bold;
  border: 2px solid #edf2f5 !important;
  /* background: linear-gradient(179.89deg, #E70D01 0.72%, #FA5302 216.45%); */
  background: #fff;
}

.proceed-btn-filter .apply-filter {
  font-weight: bold;
  color: #fff !important;
  border: 2px solid #e70d01 !important;
  background: linear-gradient(179.89deg, #e70d01 0.72%, #fa5302 216.45%);
}

.filter-new-btn {
  color: #000;
  display: flex;
  height: 35px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 60px;
  border: 1px solid lightgray;
  font-weight: bold;
  width: 112px;
  padding: 10px 15px;
}

.btn-share p {
  display: table;
  margin: 0 auto;
  color: #fff;
  border-radius: 5px;
  padding: 2px 15px;
  font-size: 10px;
  background-color: #e70d00;
}

.tool-tip-cop .tooltip-inner {
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 5px 13px;
  opacity: 0.9;
  border-radius: 4px;
  font-size: 12px;
}

.category-btn {
  border: 1px solid lightgray;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  color: black;
  padding: 2px 12px;
  cursor: pointer;
}

.tab-showing .active {
  background-color: #e70d00 !important;
  color: #ffffff !important;
  outline: none;
  border: 1px solid #e70d01;
}

.nowshowing-w {
  width: 100px;
}

/*Template Css*/
.social-temp-icons {
  display: flex;
  gap: 10px;
}
.potrait_height {
  height: 100vh;
}
#video_end {
  margin: auto;
  width: 100%;
}
.video_wrapper {
  width: 100%;
  margin: auto;
}

.blank_wrapper {
  width: 100%;
  margin: auto;
}

.border-top-temp {
  border: 3px solid #fff;
}

.pg-img-potrait {
  height: 50px;
  width: 70px !important;
}

.header_temp {
  width: 100%;
  height: auto;
  margin: auto;
}
.back_black {
  background-color: #ce1f2e !important;
}
/* .custom_img_width_potrait {
  width: 30%;
  height: 100%;
} */

/* .custom_img_width_lanscape {
  width: 30%;
  height: 80px;
} */

.temp_wrapper {
  /* display: flex; */
  align-items: center;
  /* justify-content: space-between; */
  padding: 20px;
  /* background-color: #932414; */
  background-image: url("../img/Synage_img/red-big.jpg");
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: left;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
}

.movie-box {
  /* display: flex;
  justify-content: space-between; */
  align-items: center;
  padding: 20px;
  border: 1px solid #fff;
  color: #fff;
}

.time_wrapper {
  gap: 10px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.show_section_new {
  margin-top: 15px;
}

.show_section_new p,
span {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat-Reg" !important;
}

.show_btn {
  display: flex;
  justify-content: center;
  /* padding: 5px 15px; */
  width: 100px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background-color: transparent;
  align-items: center;
}

.show_btn_disable {
  display: flex;
  justify-content: center;
  /* padding: 5px 15px; */
  width: 100px;
  height: 35px;
  border: 1px solid var(--gray-dark);
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background-color: var(--gray-dark);
  align-items: center;
}

.movie-box span {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.temp_footer span {
  color: var(--gray-dark);
  font-weight: 700;
  font-size: 18px;
  text-transform: lowercase;
}

.arb_name {
  display: rtl;
  font-family: "Arabic-Font" !important;
}

.temp_footer {
  width: 100%;
  margin: auto;
  /* padding: 10px; */
}
.welcome_text {
  color: #fff;
  font-weight: 700;
  font-size: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.welcome_text_potrait {
  color: #fff;
  font-weight: 700;
  font-size: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.welcome_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.welcome_wrapper_potrait {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.animation {
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.black-theme-potrait {
  background-image: url("../img/Synage_img/black.png") !important;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: left;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
}
.black-theme {
  background-image: url("../img/Synage_img/black big.png") !important;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: left;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
}
.red-theme {
  background-image: url("../img/Synage_img/red-big.jpg") !important;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: left;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
}

.kiosk-welcome {
  width: 100%;
  display: flex;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100vh; /*calc(100vh - 220px)*/
  background-image: url("../img/Synage_img/main-logo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-round {
  width: 250px;
  padding: 5px;
  height: 250px;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  border-radius: 50%;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 5px 5px 10px 10px #0000002b;
}
.btn-round .btn-content {
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  line-height: 1.2;
  align-items: center;
  border-radius: inherit;
  justify-content: center;
  text-transform: uppercase;
  border: 3px dotted #d3d3d3;
}
.btn-content span {
  color: #000;
}
/*Template Css End*/

@media only screen and (max-width: 767px) {
  .filter-new-btn {
    height: 30px;
  }

  .footer-margin {
    margin-bottom: 15%;
  }

  .hr-line {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 80px;
    border-bottom: 1px solid lightgray;
  }

  .filter-list {
    overflow: auto;
    white-space: nowrap;
  }

  .filter-close {
    font-weight: 700;
    padding-left: 10px;
    font-size: 14px;
    color: #fff;
  }

  .filter-sticky-top {
    position: sticky;
    opacity: 0.9;
    top: 90px;
    z-index: 999;
    background-color: #ffffff;
  }

  .menu-text {
    font-size: 11px;
    margin-top: 4px;
  }

  .menu-tab .active {
    color: #e70d01;
  }

  .menu-bottom-fix {
    position: fixed;
    bottom: 0px;
    background: white;
    width: 100%;
    z-index: 999;
  }

  .ownScreen-color {
    color: #fff !important;
  }
}

.load-more {
  height: auto;
  width: 90px;
}

@media only screen and (max-width: 480px) {
  .filter-sticky-top {
    opacity: 0.9;
    position: sticky;
    z-index: 999;
    background-color: #ffffff;
  }
}

@media only screen and (max-width: 360px) {
  .filter-sticky-top {
    opacity: 0.9;
    position: sticky;
    z-index: 999;
    background-color: #ffffff;
  }

  /* .category-btn {
    font-size: 10px;
  } */
}

.countrySelectionDropdown button.btn {
  color: #fff !important;
  background-color: transparent !important;
  font-size: 14px;
  padding-right: 0.6rem;
}

header .btn-transparent {
  font-size: 16px;
  padding-left: 3px;
  color: #fff !important;
}

.countrySelectionDropdown a {
  padding: 8px 10px !important;
}

.countrySelectionDropdown ul::after {
  top: -10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 15px;
  right: 18px;
  margin: -16px 0 0 -15px;
}

.countrySelectionDropdown a:hover {
  color: #fff;
  background-color: #e70d00;
}

.dropdown-menu,
header .btn-transparent:focus {
  box-shadow: none !important;
  outline: none !important;
}

@media only screen and (max-width: 320px) {
  .filter-sticky-top {
    opacity: 0.9;
    position: sticky;
    z-index: 999;
    background-color: #ffffff;
  }

  /* .category-btn {
    font-size: 12px;
  } */
  .nowshowing-w {
    width: 90px;
  }

  .menu-text {
    font-size: 9px;
  }

  .cus-checkbox {
    height: 24px;
    width: 24px;
  }
}

.slick-track {
  margin-left: 0;
}

.movie-info-table {
  width: 100%;
  font-size: 14px;
}

.movie-info-table tr:not(:last-child) {
  border-bottom: 1px solid #d3d3d3;
}

.movie-info-table td {
  padding: 10px 2px;
}

.movie-info-table td:nth-child(1),
.movie-info-table td:nth-child(3),
.movie-info-table td:nth-child(4) {
  width: 20%;
}

.movie-info-table td:nth-child(2) {
  width: 40%;
}

@media (max-width: 576px) {
  .movie-info-table .timing-box {
    font-size: 11px;
    padding: 9px 8px;
  }

  .movie-info-table td:nth-child(1) {
    width: 25%;
  }

  .movie-info-table td:nth-child(2) {
    width: 40%;
  }

  .movie-info-table td:nth-child(3),
  .movie-info-table td:nth-child(4) {
    width: 20%;
  }

  .movie-info-table-2,
  .movie-info-table-2 .timing-box {
    font-size: 11px;
  }

  .movie-info-table-2 .timing-box {
    margin-top: 10px;
    padding: 9px 8px;
  }

  .font-small {
    font-size: 10px !important;
  }

  .movie-info-table-2 .price {
    font-size: 14px;
  }
}

.movie-info-table-2 {
  width: 100%;
}

.movie-info-table-2 td:nth-child(1) {
  width: 30%;
}

.movie-info-table-2 td:nth-child(2) {
  width: 40%;
}

/** Cinema Page Design  */

.download-app {
  padding: 1px 14px;
  margin-left: -15px;
  margin-right: -15px;
}

.movie-information {
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  position: relative;
}

.movie-information .background-blur {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  display: block;
  position: absolute;
  filter: blur(10px);
  top: 0;
  left: 0;
}

.movie-information > * {
  z-index: 11;
  position: relative;
}

.filters .btn {
  position: relative;
}

.filters .btn:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: -5px;
  top: calc(50% - 2.5px);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid darkgrey;
}

.show-time-listing {
  padding: 0 15px;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  min-width: 100vw;
  margin-bottom: 0;
  overflow: auto;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid #d3d3d3;
}

.show-time-listing > li {
  padding: 8px 5px;
  min-width: 100px;
  text-align: center;
  display: inline-block;
}

.show-time-listing > li.active::after {
  content: "";
  width: 100%;
  bottom: -8px;
  display: block;
  position: relative;
  border-bottom: 3px solid #e70c00;
}

.promo-line {
  font-size: 12px;
}

.movie-listing-mobile {
  padding-left: 0;
  list-style: none;
}

.movie-listing-mobile > li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.movie-listing-mobile > li:not(:last-child) {
  border-bottom: 1px solid #d3d3d3;
}

.organisation-name {
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 600;
}

.organisation-address {
  font-size: 12px;
  margin-bottom: 3px;
}

.membership-promo {
  font-size: 12px;
  margin: 3px 0;
}

.organisation-distance {
  font-size: 10px;
  text-align: center;
}

.organisation-features li {
  padding: 0 3px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  border: 2px solid #d3d3d3;
}

.organisation-features,
.orginistion-recent-scheduling {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
}

.orginistion-recent-scheduling > li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 3px;
}

.orginistion-recent-scheduling > li:not(:last-child):after {
  content: "|";
  top: -1px;
  right: -5px;
  color: grey;
  position: relative;
}

.orginistion-recent-scheduling > li:first-child:after {
  content: ":";
}

.scrollable-menu {
  height: auto;
  max-height: 250px;
  overflow-y: scroll;
}

.scr-drop li {
  font-size: 14px;
  color: #252525;
}

.sp_drop .dropdown.b-dropdown .b-dropdown-form {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.sp_drop .dropdown-menu {
  min-width: 14rem;
}

.sp_scroll_drop {
  overflow-x: scroll;
  z-index: 999;
  overflow-y: visible;
  white-space: nowrap;
}

.movie-listing-mobile li.active {
  border: 2px solid red;
}

.movie-listing-mobile li {
  padding: 5px;
  cursor: pointer;
}

/* ************ */

.mobileView .blacker {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.54);
}

/* Hide scrollbar for Chrome, Safari and Opera */

.nav-wrap.filter-nav-wrap.mobileView {
  position: fixed;
  top: 100px;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

.nav-wrap.filter-nav-wrap {
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #fff;
}

.tab_ul {
  background-color: #fff;
  overflow-x: auto;
  white-space: nowrap;
  z-index: 999;
  position: relative;
  display: inherit !important;
}

.nav-wrap.filter-nav-wrap .tab {
  display: flex;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  /* padding: 15px 10px; */
  height: 90px;
  background: rgb(0 123 255 / 0%) !important;

  background-repeat: no-repeat !important;
  background-size: cover !important;
  /* background: #fff; */
  /* border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); */
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
  SIDEBAR STYLE
----------------------------------------------------- */
.title-texxxt {
  font-weight: 800 !important;
}

.title-texxxt-val {
  font-weight: 500 !important;
}

.content-details {
  color: #2b3d4e;
  padding: 10px;
  letter-spacing: 2px;
  /* height: 100%; */
}

.custom_input_class {
  box-shadow: 0px 0px 6px 0px #8eee7c;
  background: #fff;
  /* border: 2px solid #1c2c39; */
  border-radius: 5px;
}

.title-input {
  color: #e94f67;
  font-size: 16px;
}

.form-control:focus {
  border: 2px solid #1c2c39;
  box-shadow: 0 0 0 0.2rem rgb(28 44 57/60%);
}

/* .custom_input_class .custom-file-label {
  border: 2px solid #1c2c39 !important;
  border-radius: 10px !important;
} */
.update_btn,
.save_btn {
  /* border: 10px solid;
  border-image-slice: 1;
  border-width: 5px; */
  letter-spacing: 2px;
  margin: auto;
  border: 2px solid transparent;
  font-weight: 900 !important;
  font-size: 18px;
  background-color: #1c2c39;
  transition: 0.5s;
  color: #cfccd1;
  border-radius: 10px;
  padding: 5px 8px !important;
}

.update_btn i {
  font-size: 20px;
  width: 10px !important;
  height: 10px !important;
}

.update_icon,
.save_icon {
  width: 20px !important;
  height: 20px !important;
}

.update_btn:hover,
.save_btn:hover {
  border: 2px solid #1c2c39;
  background-color: transparent;
  color: #1c2c39;
}

.update_btn:hover .update_icon,
.save_btn:hover .save_icon {
  transform: scaleY(1.5);
  transition: 0.5s;
}

.sub_container_profile {
  height: 100% !important;
}

.show_profile_class {
  /* background: linear-gradient(-75deg, #e93b81, #f5abc9, #ffe5e2, #b6c9f0) repeat;
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  background-repeat: repeat !important; */
  height: 100% !important;
}

.user_profile_info {
  /* background: url("../img/border_texture.jpg") !important; */
  background: linear-gradient(-75deg, #e93b81, #f5abc9, #ffe5e2) repeat;
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.family_header {
  background: -webkit-linear-gradient(
    120deg,
    #e94f67 50%,
    /* rgba(218, 218, 218, 1) 29% */ #ef7c8e 50%
  );
  font-weight: 900 !important;
  font-family: "Allura", cursive;
  /* font-family: "Monsieur La Doulaise", cursive; */
  font-size: 50px !important;
  /* letter-spacing: 10px !important; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.line_bg_gradient-1 {
}

.line_bg_gradient,
.line_bg_gradient-1 {
  background: -webkit-linear-gradient(
    317deg,
    #ef7c8e 50%,
    #d8a7b1 50% /* rgba(218, 218, 218, 1) 29% */
  );
  height: 3px;
  /* height: auto; */
}

.profile_text {
  /* background: -webkit-linear-gradient(
    317deg,
    rgba(153, 153, 153, 1) 33%,
    rgba(255, 255, 255, 1) 44%,
    rgba(218, 218, 218, 1) 29%
  ); */
  background: -webkit-linear-gradient(
    281deg,
    #ef7c8e 50%,
    #d8a7b1 50% /* rgba(218, 218, 218, 1) 29% */
  );
  font-weight: 900 !important;
  font-family: "Allura", cursive;
  /* font-family: "Monsieur La Doulaise", cursive; */
  font-size: 50px !important;
  /* letter-spacing: 10px !important; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-body {
  background: rgba(0, 0, 0, 0.166) !important;
}

.label_header,
.modal_font {
  /* background: -webkit-linear-gradient(
    250deg,
    rgba(28, 44, 57, 1) 8%,
    rgba(66, 98, 124, 1) 48%,
    rgba(45, 70, 91, 1) 83%
  ); */
  color: #ef7c8e !important;

  font-weight: 900 !important;
  font-family: "Allura", cursive;
  /* font-family: "Monsieur La Doulaise", cursive; */
  font-size: 30px !important;
  /* letter-spacing: 10px !important; */
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

.wrapper-1 {
  display: flex;
  width: 100%;
  /* height: 100%; */
  align-items: stretch;
  /* background: url("../img/texture_img.jpg"); */
  background: linear-gradient(-45deg, #85d8ce, #85d8ce, #23a6d5, #23d5ab) repeat;
  /* background: linear-gradient(-45deg, #f47c7c, #ef9f9f, #fad4d4, #fff2f2) repeat; */
  background-size: 400% 400%;
  animation: bg_gradient 15s ease infinite;
  position: relative;
}

.wrapper-2 {
  display: flex;
  width: 100%;
  /* height: 100%; */
  align-items: stretch;
  /* background: url("../img/texture_img.jpg"); */
  /* background: linear-gradient(-45deg, #85d8ce, #85d8ce, #23a6d5, #23d5ab) repeat; */
  background: linear-gradient(-45deg, #f47c7c, #ef9f9f, #fad4d4, #fff2f2) repeat;
  background-size: 400% 400%;
  animation: bg_gradient 15s ease infinite;
  position: relative;
}

.wrapper {
  display: flex;
  width: 100%;
  /* height: 100%; */
  align-items: stretch;
  /* background: url("../img/texture_img.jpg"); */
  /* background: linear-gradient(-45deg, #85d8ce, #85d8ce, #23a6d5, #23d5ab) repeat; */
  /* background: linear-gradient(-45deg, #ffed8f, #a7d46f, #5ecc96, #3c3352) repeat; */
  /* background: linear-gradient(-45deg, #ffcbcb, #e7fbbe, #fffdde, #d9d7f1) repeat; */
  /* background: linear-gradient(-45deg, #f6d7a7, #f6eabe, #c8e3d4, #87aaaa) repeat; */
  background: linear-gradient(-75deg, #ffaebc, #a0e7e5, #b4f8c8, #fbe7c6) repeat;
  /* background: linear-gradient(-75deg, #e93b81, #f5abc9, #ffe5e2) repeat; */
  background-size: 400% 400%;
  animation: bg_gradient 15s ease infinite;
  position: relative;
}

.background-blurr {
  z-index: 99;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  opacity: 0.8;
  transition: 0.8s;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  /* -ms-flex-order: 13; */
  order: 13;
}

.sidebar-header .close-header {
  position: absolute;
  top: 1%;
  right: 2%;
}

.close_icon_header {
  height: 15px;
  width: 15px;
}

.close_icon_header:hover {
  /* transform: rotate(90deg);
  transition: 0.8s; */
  animation: close_anime 0.8s;
}

#sidebar {
  position: absolute !important;
  right: -50% !important;
  top: 0 !important;
  transform: translate(0%, 0%) !important;
  height: 100%;
  min-width: 400px;
  max-width: 400px;
  background: #fff;
  color: #000;
  font-weight: bold;
  transition: 0.8s !important;
  /* background: url("../img/texture_img.jpg"); */
  background: linear-gradient(-75deg, #e93b81, #f5abc9, #ffe5e2) repeat;
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

#sidebar.active {
  margin-right: 0px;
  right: 0% !important;
  transition: right 0.8s !important;
  z-index: 999;
}

#sidebar .sidebar-header {
  padding: 15px;
  background: url("../img/border_texture.jpg") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  justify-content: space-between;
  padding: 11px;
}

#sidebar .sidebar-header h5 {
  background: -webkit-linear-gradient(
    317deg,
    rgba(153, 153, 153, 1) 33%,
    rgba(255, 255, 255, 1) 44%,
    rgba(218, 218, 218, 1) 29%
  );
  font-weight: 900 !important;
  /* font-family: "Allura", cursive; */
  /* font-family: "Monsieur La Doulaise", cursive; */
  font-size: 25px !important;
  /* letter-spacing: 10px !important; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a:hover {
  color: #7386d5;
  background: #fff;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  background: #6d7fcc;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #7386d5;
}

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}

/* ---------------------------------------------------
  CONTENT STYLE
----------------------------------------------------- */

#content {
  width: 100%;
  /* padding: 20px; */
  min-height: 100vh;
  transition: all 0.3s;
}

/* ---------------------------------------------------
  MEDIAQUERIES
----------------------------------------------------- */
#sidebar {
  margin-right: 400px;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

@media (max-width: 768px) {
  .family_header {
    font-size: 40px !important;
  }

  .sidebar_main_container {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
  }

  .line_bg_gradient {
    margin-bottom: 2px;
  }

  #sidebar {
    min-width: 100%;
    margin-right: -400px;
  }

  #sidebar.active {
    margin-right: 0;
  }

  #sidebarCollapse span {
    display: none;
  }
}

.Family-tree {
  background-size: 100% auto;
}

::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #2596be;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@keyframes bg_gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes close_anime {
  0% {
    transform: rotate(20deg);
  }
  40% {
    transform: rotate(90deg);
  }
  /* 100% {
    transform: rotate(90deg);
  } */
}
.custom_img_width_potrait {
  width: 15% !important;
  height: 100%;
}
.poster_land_responsive {
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100%;
  height: 100%;
  margin: auto;
}

.occupany_details {
  position: absolute;
  top: 0px;
  margin-top: 20px;
}
.arb_name {
  /* display: none !important; */
}
.back_ground_img_height_potrait {
  height: 90vh !important;
}
/*Tempalte Potrait Orientation Start*/
.overflow-custom {
  overflow-y: hidden;
}
@media (max-width: 1080px) {
  /* .custom_width_screen_name {
      width: 200px;
    } */
  .show_btn {
    font-size: 1.5em;
    width: 140px;
    height: 50px;
    /* padding: 10px 10px 15px 10px; */
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid white;
  }

  .poster_pot_responsive {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 40%;
    height: 40%;
    margin-bottom: 40px;
  }
  .temp_wrapper {
    /*  */
    background-image: url("../img/Synage_img/red.jpg");
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: left;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: auto;
  }

  /* .custom_img_width_potrait {
    width: 45% !important;
    height: 600px;
  } */
  .temp_wrapper-potrait {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
  }

  .temp_potrai_center {
    /* justify-content: center; */
    display: flex;
    margin-bottom: 90px;
  }
  .welcome_wrapper_potrait {
    transform: translate(-50%, -50%);
  }
  .movie-box span {
    font-size: 1.5em;
  }
  .back_ground_img_height_potrait {
    height: 93vh !important;
  }
  .back_ground_img_height_potrait_welcome {
    height: 90vh !important;
  }
  .show_section_new p {
    font-size: 1.4em;
    width: 150px;
  }
  .welcome_text {
    font-size: 6em;
  }
  .welcome_text_potrait {
    font-size: 4em;
  }
  .temp_footer span {
    font-size: 1.3em;
    /* padding-top: 20px; */
  }
  .soi_icons_insta {
    margin: 0 10px;
    width: 45px !important;
    height: 40px;
    max-height: 45px;
    /* padding-bottom: 50px; */
  }
  .soi_icons {
    /* width: auto;
    height: auto; */
    margin-left: 5px;
    width: 40px !important;
    height: 35px;
    max-height: 45px;
    /* padding-bottom: 50px; */
  }
  .custom_img_width_potrait {
    width: 95% !important;
    height: 100% !important;
  }
  .custom_img_width_potrait_logo {
    width: 65% !important;
    height: 100% !important;
  }
  .rating_img_potrait {
    width: 50% !important;
  }
  .custom_potrait_margin {
    margin-bottom: 100px;
  }
}

/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
	   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
