@import url('https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
.regi-login .regi-login-form-inner .regi-login-form input[type="submit"],
.regi-login .regi-login-form-inner .regi-login-form input[type="submit"]:hover {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.regi-login .regi-login-form-inner .regi-login-form input[type="submit"]:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  color: #1d1d1d;
}

*:hover,
*:active,
*:focus {
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  /*margin: 0 0 20px 0;*/
  padding: 0;
}

.ccontainer {
  max-width: 1012px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
}

.flwh {
  width: 100%;
  float: left;
}

.form-control:focus {
  box-shadow: none;
  /*border: 0;*/
  border-color: none;
}

a {
  text-decoration: none;
  text-decoration-line: none !important;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.themegreen-bg:hover {
  background: #fff !important;
  color: #000000 !important;
  border-color: #000000 !important;
  border: 1px solid !important;
}

.white {
  color: #fff;
}

.d-purple {
  color: #000000 !important;
}

.btn-hover:hover {
  color: #fff;
  background: #000000;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

.topbar {
  padding: 5px 0;
  background: #FEFB53;
  font-size: 14px;
}

.topbar .contact-info {
  padding-top: 3px;
}

.topbar .contact-info i {
  color: #000000;
  padding: 4px;
}

.topbar .contact-info a {
  line-height: 1;
  color: #000000;
}


/*.topbar .contact-info .fa-envelope {
  padding-left: 20px;
  margin-left: 20px; }*/

.topbar .sign-in {
  background: #9b03c4;
  padding: 9px 19px;
  border-radius: 30px;
  text-transform: uppercase;
  line-height: 1;
}

.topbar .sign-in:hover {
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  transition: .5s all;
  background: #8DC26F;
}

.topbar .sign-in a {
  color: #fff;
  font-weight: 700;
}

.btn-sign-in ,.btn-book-ticket-mobile{
  color: #fff;
  background: #000000;
  padding: 9px 19px;
  border-radius: 30px;
  text-transform: uppercase;
  line-height: 1;
}

.btn-sign-in:hover,.btn-book-ticket-mobile:hover {
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  transition: .5s all;
  color: #000000;
  background: #ffffff;
  border-color: #000000;
}

.user-sign-in {
  cursor: pointer;
}

.user-img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  object-fit: cover;
}

.dropdown-toggle::after {
  display: none;
}

/*------ fixed header start ------*/
#header {
  position: absolute;
  width: 100%;
  top: 25px;
  z-index: 2;
}

.mdl-brand {
  position: absolute;
  width: 130px;
  left: 0;
  right: 0;
  margin-inline: auto;
}

.user-pf-li {
  margin-left: 0 !important;
}

.user-pf-link {
  padding: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50px;
}

.cm-drop-menu {
  width: 260px;
  border: 0;
  border-radius: 10px;
  background-color: #7979794D;
  padding: 30px;
  top: 78px;
  border: 1px solid #7979794d;
  right: -10px;
  backdrop-filter: blur(80px)
}

.cm-drop-menu:before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #7979794D;
  border-left: 16px solid transparent;
  position: absolute;
  bottom: 100%;
  right: 12px;
}

.cmd-item {
  position: relative; 
  padding: 0;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  transition: .3s;
}

.usm-icon {
  width: 22px;
  height: 22px;
}

.cmd-item + .cmd-item{
  padding-block: 14px;
  /* margin-top: 14px; */
}

.cmd-item + .cmd-item:before{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  margin-inline: auto;
  width: 100%;
  height: 1px;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5970763305322129) 50%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5970763305322129) 50%, rgba(255,255,255,0) 100%);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5970763305322129) 50%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.cmd-item:hover{
  background-color: transparent;
  color: #2A85FF;
}
.dropdown-menu-right .cmd-item:first-child{padding-block: 14px;}

/*------ fixed header end ------*/

/*--------------------------------------------------------------
# HEADER MENU
--------------------------------------------------------------*/

.navbar-custom {
  background: #fff;
  height: 70px;
}

.smooth {
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sticky-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 1px 6px #00000022;
  /*border-bottom: 2px solid #14c223;*/
  z-index: 1038;
}

.navbar-custom .brand-logo {
  max-width: 142px;
}

.navbar-custom .nav-li {
  margin-left: 20px;
  font-size: 15px;
  text-transform: uppercase;
}

.navbar-custom .nav-li .nav-a {
  color: #4c4c4c;
  padding: 10px 8px;
  position: relative;
}

.navbar-custom .nav-li .nav-a:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 2px;
  border-radius: 50px;
  background: #9b03c4;
  left: 8px;
  bottom: 0;
  transition: .4s;
}

.navbar-custom .nav-li:hover .nav-a:before {
  width: 30%;
}

.navbar-custom .nav-li:hover .nav-a {
  color: #9b03c4;
}

.navbar-custom .nav-li .nav-a.menu-active {
  color: #9b03c4;
}


/*-------------------
account header start
------------------*/

.ac-navbar {
  position: relative;
  height: 120px;
  background: transparent;
  z-index: 1035;
  transition: 1s;
  padding: 0;
}

.ac-navbar::before{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  margin-inline: auto;
  width: 90%;
  height: 1px;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5970763305322129) 50%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5970763305322129) 50%, rgba(255,255,255,0) 100%);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5970763305322129) 50%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.ac-navbar-sticky {
  position: fixed;
  width: 100%;
}

.ac-navbar .nav-li .nav-a {
  color: #000000;
  position: relative;
  transition: .4s;
}

.ac-navbar .nav-li .nav-a:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 2px;
  border-radius: 50px;
  background: #000000;
  left: 8px;
  bottom: 0;
  transition: .4s;
}

.ac-navbar .nav-li .nav-a:hover {
  color: #000000;
}

.ac-navbar .nav-li:hover .nav-a:before {
  width: 30%;
}

.ac-navbar .nav-li .nav-a.ac-menu-active {
  color: #ffed00;
}

.ac-navbar .nav-li .nav-a.ac-menu-active:before{
  width: 30%;
}

.btn-common {
  border: 0;
  width: 220px;
  height: 50px;
  background-color: #2A85FF;
  padding: 0;
  line-height: 50px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.btn-git {
  margin-top: 10px;
}

/*--------------------------
user profile dropdown start
-------------------------*/

.user-profile-content {
  width: 100%;
  position: relative;
}

.dash-user {
  cursor: pointer;
}

.dash-user .down-arw {
  color: #000000;
  transition: .3s;
}

.dash-user:hover .down-arw {
  color: #000000;
}

.dash-dropdown-menu {
  position: fixed;
  top: 70px;
  right: -325px;
  /*right: 0;*/
  width: 324px;
  text-transform: none;
  z-index: 1036;
  background: #fff;
  border: 1px solid #d7d7d7;
  transition: .8s;
  overflow: auto;
}

.dash-dropdown-menu.dash-dropdown-menu-show {
  right: 0;
}


/*.dash-dropdown-menu{
  top: 115%;
  left: -122% !important;
  width: 324px;
  border-radius: 0;
  text-transform: none;
  padding: 0;
}*/

.user-img-inner {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.user-dash-profile {
  width: 50px;
}

.user-dash-name {
  width: calc(100% - 50px);
}

.user-dash-name p:first-child {
  font-size: 15px;
  text-transform: uppercase;
}

.user-dash-name p:last-child {
  font-size: 15px;
}

.dash-drop-item {
  font-size: 15px;
  padding-top: .75rem;
  padding-bottom: .75rem;
  transition: .1s;
}

.dash-drop-item:hover {
  color: #FEFB53;
  background: #000000;
}

.new-dash-badge {
  color: #000000;
  background: #FEFB53;
  padding: .25rem .8rem;
}

.dash-drop-item:hover .new-dash-badge {
  background: #fff;
  color: #3d2f90;
}


/*--------------------------
user profile dropdown over
-------------------------*/


/*------------------
account header over
-----------------*/


/*------------------------
Custom radio button start
-----------------------*/

.lb-radio {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Hide the browser's default radio button */

.lb-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #797979;
  border-radius: 50%;
}


/* When the radio button is checked, add a blue background */

.lb-radio input:checked~.checkmark {
  background: #fff;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


/* Show the indicator (dot/circle) when checked */

.lb-radio input:checked~.checkmark:after {
  display: block;
}


/* Style the indicator (dot/circle) */

.lb-radio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #797979;
}


/*------------------------
Custom radio button over
-----------------------*/


/*------------------------
Custom check button start
-----------------------*/

.lb-chk {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Hide the browser's default checkbox */

.lb-chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


/* Create a custom checkbox */

.chk-mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #dfdfdf;
}


/* On mouse-over, add a grey background color */

.lb-chk:hover input~.chk-mark {
  background-color: #fff;
}


/* When the checkbox is checked, add a blue background */

.lb-chk input:checked~.chk-mark {
  background: #3d2f90;
}


/* Create the checkmark/indicator (hidden when not checked) */

.chk-mark:after {
  content: "";
  position: absolute;
  display: none;
}


/* Show the checkmark when checked */

.lb-chk input:checked~.chk-mark:after {
  display: block;
}


/* Style the checkmark/indicator */

.lb-chk .chk-mark:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*------------------------
Custom check button over
-----------------------*/


/*--------------
scrollbar start
-------------*/

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #2e3192;
}

.mCSB_inside>.mCSB_container {
  margin-right: 0;
}

.mCSB_scrollTools {
  width: 3px;
  opacity: 0;
}


/*-------------
scrollbar over
------------*/


/*--------------------
account sidebar start
-------------------*/

.sidebar {
  width: 270px;
  height: 100%;
  background: #f9f9f9;
  left: 0;
  position: absolute;
  padding: 1rem 0;
  z-index: 1034;
  transition: .4s;
  overflow: hidden;
  padding-top: 0;
}

.sidebar-toggle {
  left: 0 !important;
}

.sub-drop-menu {
  display: none;
}


/*.s-inner-menu{
  padding: 0 1rem;
}*/


/*.sidebar .s-nav-li{
  padding: .5rem 0;
}*/

.prl {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.ptb {
  padding-top: .80rem;
  padding-bottom: .80rem;
}

.pl-70 {
  padding-left: 70px;
}

.side-nav-img {
  margin-top: -3px;
}

.side-nav-img-fill{
  display: none;
}

.side-nav-link {
  color: #1d1d1d !important;
  font-size: 14px !important;
  padding-top: .75rem !important;
  padding-bottom: .75rem !important;
  transition: .3s;
  cursor: pointer;
}

.side-active {
  color: #fff !important;
  /* background: #3d2f90 !important; */
  background: #000000 !important;
}

.side-nav-link:hover {
  color: #fff !important;
  /* background: #3d2f90 !important; */
  background: #000000 !important;
}

.side-nav-link.side-active .chk-img-fill{
  display: inline-block;
}

.side-nav-link.side-active .chk-img{
  display: none;
}

.dropdown-menu-sidebar .dropdown-item {
  padding: .75rem 1.5rem;
  transition: .3s;
}

.dropdown-menu-sidebar .dropdown-item:hover {
  color: #fff;
  background: #3d2f90;
}

.chk-img-fill {
  display: none;
}

a.dropdown-item:hover .chk-img {
  display: none;
}

a.dropdown-item:hover .chk-img-fill {
  display: inline-block;
}

.side-nav-link:hover .side-nav-img{
  display: none;
}

.side-nav-link:hover .side-nav-img-fill{
  display: inline-block;
}

.side-nav-link.side-active .side-nav-img{
  display: none;
}

.side-nav-link.side-active .side-nav-img-fill{
  display: inline-block;
}


/*-------------------
account sidebar over
-----------------*/


/*----------------
new sign in start
--------------*/

.sign-bg {
  background-image: url('../images/sign-up-O.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}


/*---------------
new sign in over
--------------*/


/*-----------
FOOTER SIGN IN START
----------*/

.f-signin {
  background: #000000;
  padding: 1rem 0;
}

.f-copyright {
  color: #fff;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  text-align: center;
  margin: 0;
}


/*-----------
FOOTER SIGN IN OVER
----------*/


/*--------------------------------------------------------------
#   FOOTER
--------------------------------------------------------------*/

#footer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/footer-bg.png");
  color: #fff;
  padding: 5rem 0;
}

#footer .footer-logo img {
  max-width: 247px;
  margin-left: -12px;
}

#footer .footer-cnt {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

.f-detail {
  width: 360px;
}

.f-block {
  padding-left: 5px;
}

.f-desc {
  font-size: 15px;
}

.f-menu {
  width: 200px;
}

.f-item {
  position: relative;
  padding-left: 16px;
}

.f-item:before {
  position: absolute;
  content: ">>";
  left: -5px;
  font-size: 10px;
  top: 5px;
  bottom: 0;
  color: #14c223;
  letter-spacing: 1px;
}

.f-item .f-link {
  color: #fff;
  font-size: 15px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.f-item:hover .f-link {
  color: #14c223;
}

.f-menu-child {
  width: 150px;
}

.subscribe-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.f-subscribe {
  width: 270px;
}

.f-subscribe .parsley-errors-list.filled{
  position: absolute;
    left: 30px;
    bottom: 0;
}

.subscribe-control {
  border-radius: 50px 0 0 50px;
  border: 0;
}

.btn-subscribe {
  border: 0;
  border-radius: 0 50px 50px 0;
  background: #14c223;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .2px;
}

.social-bg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  margin-right: .2rem;
}

.social-icon {
  color: #5b0e7e;
  font-size: 25px;
}

.cpy-right {
  background: #9b03c4;
  padding: 1rem 0;
  text-align: center;
}

.cpy-right p {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #fff;
}


/*--------------------------------------------------------------
# Sign Up
--------------------------------------------------------------*/

.regi-login {
  background-color: #ffffff;
  min-height: 100vh;
}

.regi-login .regi-login-form-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  min-height: 100vh;
  align-items: center;
}

.regi-login .regi-login-form-inner .regi-login-form .form-control {
  height: 56px;
  border-radius: 2px;
}

.regi-login .regi-login-form-inner .regi-login-form .form-control:focus {
  box-shadow: none;
  border-color: transparent;
}

.regi-login .regi-login-form-inner .regi-login-form .form-froup {
  margin-bottom: 24px;
}

.regi-login .regi-login-form-inner .regi-login-form h3 {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
}

.regi-login .regi-login-form-inner .regi-login-form input[type="submit"] {
  font-size: 18px;
  /*color: #fff;*/
  color: #000;
  /*background: #000000;*/
  background: #fefb53;
  outline: none;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  padding: 0.6em;
  -webkit-appearance: none;
  width: 100%;
  margin: 1em 0;
  letter-spacing: 2px;
  /*font-weight: 600;*/
}

.regi-login .regi-login-form-inner .regi-login-form .sign-text {
  font-size: 14px;
  letter-spacing: 1px;
}


/*# sourceMappingURL=main.css.map */


/*-------------
Sign In Start
-------------*/

.sign-in-text {
  color: #fff;
  font-size: 15px;
  letter-spacing: .5px;
}

.or-text {
  font-size: 16px;
}

.fb-signin {
  background: #3b5999 !important;
  font-size: 18px;
  color: #fff;
  background: #3d2f90;
  outline: none;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  padding: 0.6em;
  -webkit-appearance: none;
  width: 100%;
  margin: 1em 0;
  letter-spacing: 2px;
}

.fb-icon {
  position: absolute;
  left: 32px;
  color: #fff;
  top: 32px;
  bottom: 0;
  font-size: 22px;
  margin: auto 0;
}


/*.fb-signin:hover{
  background: #fff !important;
  color: #3b5999 !important;
}*/

.h-block:hover .fb-signin {
  background: #fff !important;
  color: #3b5999 !important;
}

.h-block:hover .fb-icon {
  color: #3b5999 !important;
}

.sign-text a:hover {
  color: #000000;
}


/*-------------
Sign In Over
-------------*/


/*--------
Home Page Start
--------*/

.header-bg {
  /*background-image: url(../images/home-bg.jpg);*/
  background-image: url(../images/home-banner.jpg);
  /* background-image: url(../images/home_banner-01.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  padding: 93px 0 93px;
  height: 90vh;
  display: flex;
  align-items: center;
  border-radius: 40px;
  position: relative;
  z-index: 0;
  margin-top: 0px;
  position: relative;
  z-index: 0;
  width: calc(100% - 40px);
  margin-inline: auto;
}

.header-title {
  margin-bottom: 0;
  font-size: 72px;
  color: #fff;
  font-weight: bold;
}

.h-title-child {
  text-transform: uppercase;
  letter-spacing: 10px;
}

.search-input {
  width: 215px !important;
  /* background: #6d1197c7 !important; */
  background-color: #fefb53 !important;
  border-radius: 50px 0 0 50px;
  font-size: 15px;
  /* color: #fff !important; */
  color: #000;
  padding: .75rem 1rem;
  height: 50px;
  line-height: 50px;
  border: 0;
  /* border-right: 1px solid #ffffff8f; */
  border-right: 1px solid #000000;
}

.search-input::-webkit-input-placeholder {
  /* Edge */
  /* color: #fff; */
  color: #000;

}

.search-input:-ms-input-placeholder {
  /* Internet Explorer */
  color: #000;
  /* color: #fff; */
}

.search-input::placeholder {
  /* color: #fff; */
  color: #000;
}

.select-input {
  width: 215px !important;
  background: #fefb53 !important;
  /* background: #6d1197c7 !important; */
  border: 0;
  border-radius: 0;
  font-size: 15px;
  color: #000 !important;
  /* color: #fff !important; */
  height: 50px !important;
  line-height: 50px;
}

.select-input .select-selected {
  background: none;
  border: 0;
  /* color: #fff; */
  color: #000 !important;

  text-align: left;
}

.select-input::-webkit-input-placeholder {
  /* Edge */
  /* color: #fff; */
  color: #000;
}

.select-input:-ms-input-placeholder {
  /* Internet Explorer */
  /* color: #fff; */
  color: #000;

}

.select-input::placeholder {
 /* color: #fff; */
 color: #000;

}

.select-input .select-selected {
  background: none;
  border: 0;
  /* color: #fff; */
  color: #000;
  text-align: left;
}

.select-input .select-items div {
  height: 45px;
  line-height: 2;
}

.select-input .select-selected:after {
  content: url(../images/down-arrow-white.png);filter: invert(1);
}

.c-input-group {
  width: 215px !important;
}

.date-input {
  width: 215px !important;
  background: #fefb53 !important;
  /* background: #6d1197c7 !important; */
  border-radius: 0;
  font-size: 15px;
  /* color: #fff !important; */
  color: #000 !important;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-right: 1px solid #000000;
  padding: .75rem 1rem;
  position: relative;
  text-align: left;
}

.date-input::-webkit-input-placeholder { /* Edge */
  color: #000;
  /* color: #fff; */
}

.date-input:-ms-input-placeholder { /* Internet Explorer */
  /* color: #fff; */
  color: #000;
}

.date-input::placeholder {
  color: #000;
  /* color: #fff;*/
}

.c-group{
  width: 215px;
  position: relative;
}

.c-group:before {
  position: absolute;
  content: url(../images/ic_date.png);
  top: 12px;
  bottom: 0;
  right: 12px;
  z-index: 99;
  filter: invert(1);
}

.date-img {
  position: absolute;
  bottom: 0;
  top: 12px;
  right: 12px;
}

.btn-date {
  /* background: #6d1197c7 !important; */
  background-color: #fefb53 !important;
  border-radius: 0;
  /* border-top: 1px solid #ffffff8f; */
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  /* border-bottom: 1px solid #ffffff8f; */
  font-size: 15px;
  color: #000;
  /* color: #fff; */
  padding: .75rem 1rem;
  border-left: 0;
}

.btn-search {
  width: 110px;
  background: #fefb53 !important;
  /* background: #6d1197c7 !important; */
  border: 0;
  border-radius: 0 50px 50px 0;
  font-size: 20px;
  color: #000;
  /* color: #fff; */
  height: 50px;
  border: 0;
  /*border: 1px solid #ffffff8f;*/
}

.btn-search:hover {
  /* color: #fff; */
  color: #000;
}

.c-title {
  padding: 70px 0 50px 0;
}

.main-title {
  color: #4c4c4c;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.title-detail {
  color: #1d1d1d;
  font-size: 14px;
  margin-bottom: 0;
}

.events-nav {
  background: #f8f8f8;
  border-radius: 100px;
  height: 65px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 50px;
}

.events-brand {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: bold;
}

.events-link {
  color: #4c4c4c;
  font-size: 14px;
  margin-left: .85rem;
  /*position: relative;*/
}

.events-link:hover {
  color: #9b03c4;
}

.events-nav .dropdown-item {
  color: #1d1d1d;
  font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #000000 !important;
  color: #FEFB53 !important;
}

.any-cat-drop {
  height: 200px;
  overflow: auto;
}


/* width */

.any-cat-drop::-webkit-scrollbar {
  height: 5px;
  width: 8px;
}


/* Track */

.any-cat-drop::-webkit-scrollbar-track {
  background: none;
}


/* Handle */

.any-cat-drop::-webkit-scrollbar-thumb {
  background: #e4e4e4;
  border-radius: 50px;
}


/* Handle on hover */

.any-cat-drop::-webkit-scrollbar-thumb:hover {
  background: #e4e4e4;
}


/*.events-link:before{
  position: absolute;
  content: url("../images/down-arrow.png");
  top: 6px;
  right: 0;
}*/

.c-card {
  box-shadow: 1px 3px 6px #3131312b;
  margin-bottom: 4rem;
}

.events-img {
  position: relative;
}

.events-img img {
  height: 212px;
  max-height: 212px;
  min-height: 212px;
  object-fit: cover;
}

.events-subscribe {
  position: absolute;
  /*width: 60px;*/
  top: 10px;
  right: 10px;
  background: #FEFB53;
  padding: 0rem .8rem;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
}

.events-premium {
  background: #14c223;
}

.events-card-body {
  padding: 1.25rem 1.25rem 2.5rem 1.25rem;
  position: relative;
}

.events-img-title {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: .2rem;
}

.events-time {
  color: #ff0000;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

.events-location {
  color: #4c4c4c;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

.share-like {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.bws-share {
  background: #fff;
  border-radius: 50px;
  border: 1px solid #ececec;
  margin-top: 0px;
}

.bws-share img {
  margin-top: -5px;
  margin-left: -1px;
}

.bws-like {
  background: #fff !important;
  border-radius: 50px;
  border: 1px solid #ececec;
}


/*.share-item{
  text-align: center;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  border: .66px solid #ebebeb;
  background: #fff;
  cursor: pointer;
}*/

.share-link {
  padding: 0;
  line-height: 45px;
}

.events-load {
  padding: 10px 0 50px 0;
}

.btn-more {
  background: #000000;
  /* background: #3d2f90; */
  color: #fff;
  border-radius: 50px;
  padding: .375rem 2rem;
  transition: .4s;
  border: 2px solid #000000;
  /* border: 2px solid #3d2f90; */
}

.btn-more:hover {
  background: #fff;
  color: #000000;
  /* color: #3d2f90; */
}


/*.like-link{
  background-image: url(../images/ic_like.png);
    width: 22px;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 22px;
    vertical-align: middle;
    cursor: pointer;
}

.c-like-link{
  background-position: 0 -22px;
}*/

.event-cat {
  background: #f9f8f8;
}

.events-carousel {
  padding: 70px 0;
}

.slider-item {
  position: relative;
  background: #fff;
  width: 185px;
  height: 285px;
  border: 0;
  border-radius: 16px;
  box-shadow: 4px 4px 4px 0px #3131311c;
}

.custom-carousel {
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.events-slider-img {
  position: absolute;
  width: 140px !important;
  border-radius: 12px !important;
  right: 0;
  top: -40px;
  height: 238px;
  object-fit: cover;
  box-shadow: 0px 0px 8px 1px #31313138;
}

.events-slider-name {
  font-size: 20px;
  color: #5b0e7e;
  position: absolute;
  bottom: 25px;
  left: 4px;
  right: 4px;
  text-align: center;
  font-weight: 500;
}

.custom-carousel .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 35%;
  width: 100%;
}

.custom-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 0px;
  top: 0;
  left: -25px;
  font-size: 50px;
  color: #1d1d1d;
  margin: auto 0;
}

.custom-carousel .owl-nav button.owl-next {
  position: absolute;
  width: 20px;
  top: 0;
  right: 12px;
  font-size: 50px;
  color: #1d1d1d;
  margin: auto 0;
}

.custom-carousel .owl-theme .owl-nav button:hover {
  background: none !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  color: #1d1d1d;
  background: none !important;
}


/*--------
Home Page Over
--------*/


/*-----------
about us page start
-----------*/

.about-bg {
  background-image: url(../images/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0;
}

.about-h-title {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: .5px;
}

.event-abt {
  height: 290px;
  max-height: 290px;
  margin: 1rem 0;
  text-align: center;
}

.event-abt-detail {
  color: #5b0e7e;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 0 2rem;
}

.event-img img {
  padding-top: 50px;
  padding-bottom: 16px;
}

.event-abt-bg {
  background: #5b0e7e;
  padding: 70px 0;
}

.c-abt-detail {
  padding: 0 70px;
}

.abt-detail {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: .5px;
}

.card-team {
  text-align: center;
  text-align: -webkit-center;
  padding-bottom: 4rem;
}

.team-member {
  width: 195px;
  max-width: 195px;
  height: 195px;
  max-height: 195px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}

.team-member .team-img {
  border-radius: 50%;
  object-fit: cover;
}

.team-detail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: #000000c7;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.abt-member {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.team-member:hover .team-detail {
  opacity: 1;
}

.team-member:hover .abt-member {
  top: 50%;
}

.m-name {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: .2rem;
}

.m-profile {
  color: #4c4c4c;
  font-size: 14px;
  margin-bottom: 0;
}

.story-bg {
  background: #f7f7f7;
  padding: 52px 0;
}

.story-title {
  color: #4c4c4c;
  font-size: 24px;
  font-weight: bold;
}

.story-detail {
  color: #4c4c4c;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 0;
  letter-spacing: .5px;
  line-height: 1.8;
}

.abt-more-event {
  padding-bottom: 5rem;
}

.abt-more-card {
  border: 0;
  box-shadow: 0 0px 6px 1px #3131315c;
}

.abt-more-img {
  height: 200px;
  max-height: 200px;
  object-fit: cover;
}

.abt-more-title {
  color: #7615a2;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.abt-more-detail {
  color: #4c4c4c;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 0;
}


/*----------------
about us page over
----------------*/


/*------------
Blog page start
------------*/

.blog-bg {
  background-image: url(../images/blog-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.blog-title {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.b-search {
  border-radius: 50px 0 0 50px;
  color: #fff !important;
  background: #9705c2 !important;
  border: 0;
  padding: .75rem;
  padding-left: 2rem;
  height: 50px;
}

.b-search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.b-search::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.b-search:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.b-search:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.btn-blog-search {
  font-size: 26px;
  border-radius: 0 50px 50px 0;
  background: #9705c2;
  color: #fff;
  border: 0;
  height: 50px;
  padding: .375rem 2rem;
}

.btn-blog-search:hover {
  color: #fff;
}

.blog {
  padding: 45px 0;
}

.b-card {
  border: 0;
  box-shadow: 3px 3px 8px 0px #d4d4d4c7;
  margin-bottom: 3rem;
}

.blog-post-img {
  height: 270px;
  max-height: 270px;
  object-fit: contain;
}

.b-card-body {
  padding-left: 50px;
  padding-right: 50px;
}

.blog-badge {
  background: #14c223;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  padding: .30rem 1rem;
}

.blog-post-title {
  color: #4c4c4c;
  font-size: 30px;
  text-align: center;
  margin-bottom: 16px;
}

.blog-post-owner {
  color: #4c4c4c;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

.blog-post-owner span {
  color: #7913b2;
}

.blog-desc {
  color: #4c4c4c;
  font-size: 14px;
}

.b-footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-top: 1px solid #f5f5f5;
}

.b-share {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.b-comment {
  color: #4c4c4c;
  font-size: 13px;
  font-style: italic;
  padding: 0 .5rem;
}

.b-comment span {
  color: #c6c6c6;
}

.rc-body {
  height: 400px;
  overflow: hidden;
}

.rb-title {
  color: #4c4c4c;
  font-size: 20px;
  padding-bottom: .5rem;
  position: relative;
  margin: 1.5rem 0 .75rem 0;
}

.rb-title:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 50px;
  height: 1px;
  background: #7913b2;
}

.rb-search {
  border-radius: 50px 0 0 50px;
  color: #1d1d1d !important;
  background: #e8e8e8 !important;
  border: 0;
  padding: .50rem;
  padding-left: 2rem;
}

.btn-blog-rb-search {
  font-size: 16px;
  border-radius: 0 50px 50px 0;
  background: #e8e8e8;
  color: #7913b2;
  border: 0;
  padding: .375rem 2rem;
}

.lm-blog {
  color: #1d1d1d;
}

.rb-post-img {
  height: 140px;
  max-height: 140px;
  object-fit: cover;
  margin-bottom: .75rem;
}

.rb-post-title {
  color: #4c4c4c;
  font-size: 14px;
}

.rb-post-date {
  color: #4c4c4c;
  font-style: italic;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
}

.rb-post {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.rb-post-block {
  width: 33.33%;
  margin: 0 11px;
}

.cmt-title {
  font-size: 14px;
  color: #4c4c4c;
  font-weight: 600;
}

.cmt-input {
  border: 1px solid #eeeeee;
  border-radius: 1px;
}

.btn-cmt {
  color: #fff;
  border: 0;
  border-radius: 50px;
  background: #3d2f90;
  font-size: 16px;
  padding: .75rem 1.5rem;
  border: 2px solid #3d2f90;
  transition: .4s;
}

.btn-cmt:hover {
  color: #3d2f90;
  background: #fff;
}

.lb-card {
  margin-bottom: 1rem;
}

.lb-img {
  width: 84px;
  max-width: 84px;
}

.lb-title {
  color: #000;
  font-size: 16px;
}

.lb-date {
  color: #4c4c4c;
  font-size: 12px;
}

.tag-list {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
  text-align: -webkit-center;
}

.btn-tag {
  border-radius: 50px;
  width: 75px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  font-size: 15px;
  background: #fff;
  margin: .1rem 0;
}

.btn-tag.active {
  background: #7913b2;
  color: #fff;
}

.btn-tag-active {
  background: #7913b2;
  color: #fff;
}


/*------------
Blog page over
------------*/


/*------------
Browse event start
--------------*/

.h-browse-event {
  /* background-image: url(../images/home_banner-01.jpg); */
  background-image: url(../images/home-banner.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: contain;
  /*padding: 108px 0;*/
  /* padding: 244px 0; */
  padding: 93px 0 93px;
  height: 90vh;

  display: flex;
  align-items: center;
  border-radius: 40px;
  z-index: 0;
  /* margin-top: -40px; */
  position: relative;
  z-index: 0;
  width: calc(100% - 40px);
  margin-inline: auto;
}

.h-browse-title {
  color: #fff;
  font-size: 48px;
  text-align: center;
  font-weight: bold;
}

.h-browse-title2 {
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.e-form {
  padding: 55px 0;
}

.event-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.e-form-group {
  width: 255px;
  padding: 0 8px;
  margin-bottom: 30px;
}

.c-control {
  border-radius: 50px;
  font-size: 15px;
  height: 50px;
  line-height: 2.4 !important;
  color: #4c4c4c;
  padding: .375rem .75rem;
}


/*select.c-select:not([size]):not([multiple]) {
    height: calc(2.92rem + 2px) !important;
}*/

.e-date-group {
  width: 155px;
}

.date-block {
  position: relative;
}

.date-block:before {
  position: absolute;
  content: url(../images/down-arrow.png);
  top: 16px;
  bottom: 0;
  right: 18px;
}

.e-form-btn {
  width: 150px;
  height: 50px;
  color: #fff;
  font-size: 15px;
  border-radius: 50px;
  background: #000000;
  margin-left: 8px;
  border: 2px solid #000000;
  transition: .4s;
}

.e-form-btn:hover {
  color: #000000;
  background: #fff;
}


/*Custom Dropdown start*/

.custom-select-modal {
  position: relative;
}

.custom-select-modal select {
  display: none !important;
  /*hide original SELECT element:*/
}

.select-selected {
  width: 100%;
  height: 50px;
  line-height: 2.5;
  font-size: 15px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 50px;
  padding: .375rem .75rem;
  color: #4c4c4c;
}

.select-selected:after {
  position: absolute;
  content: url(../images/down-arrow.png);
  top: 6px;
  bottom: 0;
  right: 30px;
}

.select-items div {
  width: 100%;
  height: 45px;
  font-size: 13px;
  font-weight: 500;
  background-color: #fff;
  padding: 10px 20px;
  color: #262626;
  text-align: unset;
}


/*style items (options):*/

.select-items {
  position: absolute;
  height: 185px;
  background-color: #fff;
  border: 1px solid #eaf0f7;
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.2);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  overflow: hidden;
  overflow-y: scroll;
}


/* width */

.select-items::-webkit-scrollbar {
  height: 5px;
  width: 8px;
}


/* Track */

.select-items::-webkit-scrollbar-track {
  background: none;
}


/* Handle */

.select-items::-webkit-scrollbar-thumb {
  background: #e4e4e4;
  border-radius: 50px;
}


/* Handle on hover */

.select-items::-webkit-scrollbar-thumb:hover {
  background: #e4e4e4;
}


/*hide the items when the select box is closed:*/

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #f8f9fa;
}

span.drop-title {
  position: absolute;
  color: #686868;
  padding: .2rem .6rem;
  font-size: 11px;
  z-index: 100;
}


/*custom drop down css over*/


/*.e-all-block{
  box-shadow: 1px 3px 6px #3131312b;
  border-radius: 5px;
  margin: 30px 0;
  overflow: hidden;
  position: relative;
}*/

.e-all-title {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: bold;
}

.events-img .e-img {
  width: 240px;
  max-width: 240px;
  /*height: 146px;
  max-height: 146px;*/
  height: 170px;
  min-height: 170px;
  max-height: 170px;
  object-fit: cover;
}

.e-all-block .events-img-title {
  text-align: left;
}

.e-all-block .events-time {
  text-align: left;
}

.e-all-block .events-location {
  text-align: left;
}

.e-all-block .events-location {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.e-map {
  border-radius: 6px;
  overflow: hidden;
  margin: 30px 0;
  height: 320px;
  min-height: 320px;
  position: relative;
}

.btn-map {
  width: 160px;
  height: 40px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 34px;
  padding: 0;
  color: #3d2f90;
  font-size: 14px;
  background: #ffffffd9;
  border-radius: 0;
  border: 1.5px solid #4c4c4c99;
  transition: .4s;
  z-index: 1034;
}

.e-slider {
  background: #9b03c4;
  padding: 0 15px;
  border-radius: 6px;
  overflow: hidden;
}

.e-item {
  text-align: center;
  text-align: -webkit-center;
}

.e-slider .owl-carousel.owl-drag .owl-item {
  margin-right: 15px !important;
}

.e-slider .owl-carousel.owl-drag .owl-item:hover {
  background: #3d2f90;
}

.e-slider-img {
  width: 35px !important;
}

.e-slider .owl-theme .owl-nav {
  margin-top: 0;
}

.e-slider .owl-theme .owl-nav .owl-prev {
  position: absolute;
  width: 20px;
  top: -1px;
  left: -15px;
  font-size: 24px;
  color: #fff;
  margin: auto 0;
  background: #9b03c4;
}

.e-slider .owl-theme .owl-nav .owl-next {
  position: absolute;
  width: 20px;
  top: -1px;
  right: -15px;
  font-size: 24px;
  color: #fff;
  margin: auto 0;
  background: #9b03c4;
}


/*------------
Browse event over
--------------*/


/*------------------
event detail start
-----------------*/

.e-mb {
  margin-bottom: 50px;
}

.e-preview-img {
  border-radius: 8px;
}

.ed-title {
  color: #4c4c4c;
  font-size: 30px;
  margin-bottom: 16px;
}

.o-detail {
  color: #1d1d1d;
  font-size: 14px;
  letter-spacing: .5px;
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 0;
}

.star-img {
  border-radius: 50%;
  margin-bottom: 1rem;
}

.cast-name {
  color: #1d1d1d;
  font-size: 16px;
  padding: 0 .5rem;
}

.sponsor-img {
  border: 1px solid #e5e5e5;
  width: 130px;
  max-width: 130px;
  min-width: 60px;
}

.venue-landmark {
  color: #1d1d1d;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.venue-address {
  color: #1d1d1d;
  font-size: 14px;
  margin-bottom: 16px;
}

.e-venue-map {
  border-radius: 8px;
  overflow: hidden;
  margin: 30px 0;
  height: 300px;
  min-height: 300px;
}

.e-card {
  background: #fff;
  box-shadow: 2px 2px 8px #e1e1e1b8;
  border-radius: 8px;
  padding: 35px 16px;
  margin-bottom: 30px;
}

.e-movie-name {
  color: #4c4c4c;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.e-date-img {
  height: 24px;
}

.m-30 {
  margin-bottom: 30px;
}

.e-date {
  color: #1d1d1d;
  font-size: 14px;
  margin-bottom: 0;
}

.e-money {
  font-size: 20px;
  font-weight: bold;
}

.btn-book-ticket {
  color: #fff;
  background: #000000;
  font-size: 18px;
  border-radius: 50px;
  padding: .375rem 1.2rem;
  border: 2px solid #000000;
}

.btn-book-ticket:hover {
  color: #000000;
  background: #fff;
}

.ticket-book {
  display: flex;
  flex-wrap: wrap;
}

.e-card-social {
  padding: 20px 16px;
}

.social-title {
  color: #1d1d1d;
  font-size: 24px;
}

.e-social-bg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #FEFB53;
  border-radius: 50px;
  border: 2px solid #FEFB53;
  transition: .4s;
}

.e-social-icon {
  color: #000000;
  font-size: 23px;
}

.e-social-bg:hover {
  background: #fff;
}

.e-social-bg:hover .e-social-icon {
  color: #000000;
}


/*------------------
event detail over
-----------------*/


/*-------------
Faq page start
-------------*/

.faq-bg {
  background-image: url(../images/faq-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 108px 0;
}

.c-accordion-tab {
  border: 0;
  box-shadow: 0 4px 15px rgb(42 133 255 / 6%);
  margin: 2rem 0;
}

.c-accordion-header {
  padding: 0;
  background: transparent;
}

.c-tab-btn {
  font-family: "Figtree", serif !important;
  width: 100%;
  color: #242424;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding: .85rem 3.5rem;
  text-decoration: none !important;
  text-decoration-line: none !important;
  white-space: normal;
  word-break: break-all;
  position: relative;
  background-color: #fff;
  padding: 30px 50px 30px 30px;
}

.c-tab-btn:hover {
  color: #2a85ff;
}

/* .c-tab-btn:before {
  position: absolute;
  content: url('../images/ic_faq.png');
  left: 12px;
  top: 13px;
} */

.c-tab-btn:hover {
  text-decoration: none;
}

.c-tab-btn:after {
  /* content: url('../images/ic_down.png'); */
  position: absolute;
  content: "+";
  right: 20px;
  top: 30px;
  font-size: 32px;
  font-weight: 100;
  color: #242424;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.c-tab-btn[aria-expanded="true"]:after {
  /* content: url('../images/ic_up.png'); */
  content: "-";
  color: #2a85ff;
}

.c-accordion-body {
  padding: 0 30px 30px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #85867e;
}

.faq-sec{
  padding: 60px 0;
}

.c-accordion-tab{
  border: 1px solid #f5f5f5 !important;
  border-radius: 20px !important;
}


/*-------------
Faq page over
-------------*/


/*-------------
like page start
-------------*/

.like-p {
  padding: 60px 0 50px 0;
}

.e-like-title {
  color: #1d1d1d;
  font-size: 30px;
  font-weight: bold;
}

.e-like-detail {
  color: #1d1d1d;
  font-size: 14px;
}


/*.like-block{
  position: relative;
}*/

.e-all-block {
  display: flex;
  flex-wrap: nowrap;
  box-shadow: 1px 3px 6px #3131312b;
  border-radius: 5px;
  margin: 30px 0;
  overflow: hidden;
  position: relative;
}

.like-block p {
  text-align: left;
}

.like-share {
  position: absolute;
  top: 2px;
  right: 12px;
}

.share-list {
  display: flex;
  align-items: center;
  align-self: center;
}

.c-share {
  width: 45px;
  height: 45px;
  color: #4c4c4c;
  text-align: center;
  text-align: -webkit-center;
  cursor: pointer;
}

.c-like {
  width: 45px;
  height: 45px;
  padding-top: 1px;
  font-size: 22px;
  color: #818181;
  background: none;
  text-align: center;
  text-align: -webkit-center;
  cursor: pointer;
  transition: .4s;
}

.c-like:hover {
  color: red;
}

.c-like-fill {
  color: red;
}

.btn-lode {
  color: #fff;
  /* background: #3d2f90; */
  background: #000000;
  border-radius: 50px;
  font-size: 18px;
  padding: .375rem 1.5rem;
}


/*------------
like page over
------------*/


/*-----------------
interest page start
-----------------*/

.step-block {
  padding-top: 50px;
  /*padding-right: 50px;*/
}

.interest-title {
  color: #4c4c4c;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 30px;
}

.interest-detail {
  color: #4c4c4c;
  font-size: 14px;
  letter-spacing: .5px;
}

.c-progress {
  border-radius: 50px;
  height: 8px;
}

.c-progress-bar {
  background: #3659e3;
  border-radius: 50px;
}

.step-text {
  color: #1d1d1d;
  font-size: 14px;
}

.i-select-block {
  background: #f8f8f8;
  padding: 60px 30px;
  margin-left: 20px;
}

.i-select-card {
  padding: 22px;
  border: 0;
  box-shadow: 0 0 8px #e1e1e142;
  margin-bottom: 30px;
}

.i-card-title {
  color: #000000;
  /* color: #5b0e7e; */
  font-size: 24px;
  margin-bottom: .85rem;
}

.btn-interest {
  color: #1d1d1d;
  font-size: 14px;
  background: #f5f4f7;
  border-radius: 50px;
  padding: .25rem .95rem;
  margin-bottom: 10px;
  transition: .3s;
}

.btn-interest:hover {
  color: #fff;
  /* background: #3d2f90; */
  background: #000;
  
}

.btn-interest.active {
  color: #fff;
  background: #000000;
  /* background: #3d2f90; */
}

.btn-interest-select {
  color: #fff;
  background: #000000;
  /* background: #3d2f90; */
}

.btn-i-manage {
  width: 90px;
  height: 40px;
  color: #000000;
  /* color: #3d2f90; */
  background: #fff;
  /* border: 1px solid #3d2f90; */
  border: 1px solid #000000;
  border-radius: 50px;
  transition: .4s;
}

.btn-i-manage:hover {
  background: #000000;
  /* background: #3d2f90; */
  color: #fff;
}


/*-----------------
interest page over
-----------------*/


/*-----------------
location page start
------------------*/

.location-title {
  color: #6f6f6f;
  font-size: 14px;
}

.location-input {
  border: 0;
  border-bottom: 1px solid #6c6c6c;
  border-radius: 0;
  padding: 0;
  color: #3d2f90 !important;
  font-size: 24px;
}

.location-input:focus {
  border-color: #6c6c6c;
}


/*-----------------
location page over
------------------*/


/*-------------------
Contact us page start
-------------------*/

.contact-detail {
  margin-bottom: 30px;
}

.contact-bg {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 108px 0;
}

.contact-info-li {
  color: #777777;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: .75rem 0;
  padding-left: 3.5rem;
  margin-bottom: 30px;
  position: relative;
}

.contact-call:before {
  position: absolute;
  content: url('../images/ic_call.png');
  top: 0;
  left: 0;
}

.contact-mail:before {
  position: absolute;
  content: url('../images/ic_mail.png');
  top: 0;
  left: 0;
}

.contact-add:before {
  position: absolute;
  content: url('../images/ic_pin.png');
  top: 0;
  left: 0;
}

.contact-form {
  margin-left: 20px;
  margin-bottom: 60px;
}

.c-form-group {
  margin-bottom: 1.5rem;
}

.contact-input {
  border: .5px solid #acacac;
  border-radius: 0;
  font-size: 14px;
  padding: .80rem;
  height: 50px;
}

.btn-submit {
  width: 120px;
  height: 45px;
  color: #fff;
  background: #3d2f90;
  border-radius: 50px;
  border-color: 2px solid #3d2f90;
  transition: .4s;
}

.btn-submit:hover {
  color: #3d2f90;
  background: #fff;
}

.contact-form .form-row>[class*=col-] {
  padding-right: 12px;
  padding-left: 12px;
}


/*-------------------
Contact us page over
-------------------*/


/*---------------
How we work start
--------------*/

.work-bg {
  background-image: url(../images/work_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 310px 0;
}

.timeline {
  position: relative;
  padding: 0 0 170px 0;
  margin-top: 22px;
  list-style: none;
}

.timeline>li:nth-child(even) {
  position: relative;
  margin-bottom: 50px;
  height: 160px;
  /*right:-100px;*/
}

.timeline>li:nth-child(odd) {
  position: relative;
  margin-bottom: 50px;
  height: 160px;
  /*left:-100px;*/
}


/*.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}*/

.f-timeline:before {
  position: absolute;
  content: "Payment Processing";
  right: -198px;
  color: #fff;
  text-align: -webkit-auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  top: 0;
  padding-left: 25px;
  bottom: 0;
  margin: auto 0;
  width: 136%;
  height: 105px;
  z-index: -1;
  border-radius: 0 40px 40px 0;
  background: #5b0e7d;
}

.f-timeline-last:before {
  position: absolute;
  content: "An website designed for organisers";
}

.f-timeline-child:before {
  position: absolute;
  content: "Free tickets are always free";
  left: -198px;
  color: #fff;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  top: 0;
  padding-right: 25px;
  padding-left: 25px;
  bottom: 0;
  margin: auto 0;
  width: 136%;
  height: 105px;
  z-index: -1;
  border-radius: 40px 0 0 40px;
  background: #5b0e7d;
}

.timeline>li:after {
  clear: both;
  min-height: 170px;
}

.timeline>li .timeline-panel {
  position: relative;
  float: left;
  width: 40%;
  padding: 50px 20px 20px 30px;
  text-align: right;
  font-size: 15px;
}

.timeline>li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline>li .timeline-image {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  /*border: 7px solid #3b5998;*/
  border-radius: 100%;
  background-color: #5b0e7d;
  width: 160px;
  height: 160px;
  /*margin-left: -100px;*/
  text-align: -webkit-center;
}

.timeline>li .timeline-image img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 12px solid #5b0e7d;
}

.timeline>li .timeline-image h4 {
  margin-top: 12px;
  font-size: 10px;
  line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
  padding: 50px 30px 20px 20px;
  text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline>li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 22px;
  margin-bottom: 4px;
  padding: 0;
  color: #b3b3b3;
}

.timeline .timeline-heading h4.subheading {
  margin: 0;
  padding: 0;
  text-transform: none;
  font-size: 18px;
  color: #333333;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
  margin-bottom: 0;
  color: #808080;
}


/*Style for even div.line*/

.timeline>li:nth-child(odd) .line:before {
  content: "";
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15px;
  height: 125px;
  border-radius: 50px;
  background-color: #5b0e7d;
}


/*Style for odd div.line*/

.timeline>li:nth-child(even) .line:before {
  content: "";
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 15px;
  height: 160px;
  background-color: #5b0e7d;
}

.brand-bg {
  background: #f8f8f8;
  padding: 100px 0;
}

.brand-title {
  color: #4c4c4c;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
}

.brand-detail {
  color: #1d1d1d;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .5px;
}

.brand-social {
  padding: 100px 0;
}

.social-circal {
  position: relative;
}

.social-fb {
  position: absolute;
  margin: 0 auto;
  top: -8px;
  left: 0;
  right: 65px;
  cursor: pointer;
}

.social-insta {
  position: absolute;
  top: 20%;
  margin: 0 auto;
  left: 0;
  right: -132px;
  cursor: pointer;
}

.social-twt {
  position: absolute;
  bottom: 28%;
  margin: 0 auto;
  left: 0;
  right: -160px;
  cursor: pointer;
}

.social-gp {
  position: absolute;
  bottom: 8px;
  margin: 0 auto;
  left: 0;
  right: 25px;
  cursor: pointer;
}

.ew-slider {
  padding: 70px 0;
  background: #9506c1;
}

.ew-slider-title {
  color: #fff;
  font-size: 48px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.ew-slider-detail {
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: .5px;
}


/*3d slider start*/

.w-slider-block {
  padding: 80px 0;
}

.carousel {
  margin: 0 auto;
  width: 800px;
  height: 300px;
  display: relative;
}

.carousel img {
  display: hidden;
  /* hide images until carousel prepares them */
  cursor: pointer;
  /* not needed if you wrap carousel items in links */
}

.w-slider-block .carousel-control-next {
  right: -100px;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50px;
  background: rgba(253, 113, 44, 1);
  background: -moz-linear-gradient(left, rgba(253, 113, 44, 1) 0%, rgba(242, 23, 128, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(253, 113, 44, 1)), color-stop(100%, rgba(242, 23, 128, 1)));
  background: -webkit-linear-gradient(left, rgba(253, 113, 44, 1) 0%, rgba(242, 23, 128, 1) 100%);
  background: -o-linear-gradient(left, rgba(253, 113, 44, 1) 0%, rgba(242, 23, 128, 1) 100%);
  background: -ms-linear-gradient(left, rgba(253, 113, 44, 1) 0%, rgba(242, 23, 128, 1) 100%);
  background: linear-gradient(to right, rgba(253, 113, 44, 1) 0%, rgba(242, 23, 128, 1) 100%);
}

.w-slider-block .carousel-control-prev {
  left: -100px;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50px;
  background: rgba(253, 113, 44, 1);
  background: -moz-linear-gradient(left, rgba(253, 113, 44, 1) 0%, rgba(242, 23, 128, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(253, 113, 44, 1)), color-stop(100%, rgba(242, 23, 128, 1)));
  background: -webkit-linear-gradient(left, rgba(253, 113, 44, 1) 0%, rgba(242, 23, 128, 1) 100%);
  background: -o-linear-gradient(left, rgba(253, 113, 44, 1) 0%, rgba(242, 23, 128, 1) 100%);
  background: -ms-linear-gradient(left, rgba(253, 113, 44, 1) 0%, rgba(242, 23, 128, 1) 100%);
  background: linear-gradient(to right, rgba(253, 113, 44, 1) 0%, rgba(242, 23, 128, 1) 100%);
}


/*3d slider over*/

.pricing-card {
  box-shadow: 0 0px 8px 0px #e1e1e1b5;
  border-radius: 6px;
  border: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.pricing-odd {
  padding-bottom: 2rem;
}

.pricing-even {
  padding-bottom: 5rem;
}

.pricing-img {
  position: relative;
}

.pricing-title {
  position: absolute;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pricing-body {
  padding: .75rem;
}

.pricing-item {
  font-size: 13px;
  color: #1d1d1d;
  padding: .50rem 0;
  padding-left: 1.75rem;
  position: relative;
}

.pricing-item:before {
  position: absolute;
  content: url("../images/ic_tick.png");
  left: 0;
  top: 10px;
}


/*---------------
How we work over
--------------*/


/*----------------
Account page start
----------------*/

.main-content {
  position: relative;
  overflow: hidden;
}

.main-box {
  margin-left: 300px;
  transition: .2s;
}

.ac-info-title {
  color: #4c4c4c;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 1px solid #959595;
}

.input-label {
  color: #1d1d1d;
  font-size: 14px;
}

.chnage-email {
  color: #3d2f90;
  font-size: 16px;
  text-decoration-line: underline;
}

.user-pic-bg {
  padding-bottom: 2rem;
  border-bottom: 1px solid #959595;
  margin-bottom: 30px;
}

.profile-title {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: bold;
}

.profile-upload {
  overflow: hidden;
  padding: 2rem;
  background: #f9f9f9;
  cursor: pointer;
}

#user-pic {
  width: 90px;
  height: 90px;
  max-width: 90px;
  max-height: 90px;
  border-radius: 50px;
  object-fit: cover;
  position: relative;
  cursor: pointer;
}

.add-btn {
  position: absolute;
  width: 30px;
  right: 0;
  bottom: 0;
}

.user-input {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  opacity: 0;
  cursor: pointer;
}

.ac-info .form-row>[class*=col-] {
  padding-right: 10px;
  padding-left: 5px;
}

.ac-info .contact-input {
  height: 50px;
  border: .5px solid #e1e1e1;
}

.c-form-group .select-selected {
  font-size: 14px;
  border-radius: 0;
  border: .5px solid #e1e1e1;
}

.c-form-group .select-selected:after {
  top: 8px;
}

.hr-ac {
  background: #959595;
  height: .1px;
}

.btn-save {
  width: 120px;
  height: 40px;
  color: #fff;
  background: #000000;
  /* background: #3d2f90; */
  border-radius: 50px;
  transition: .4s;
}

.btn-save:hover{
  color: #000000;
  /* color: #3d2f90; */
  background: #fff;
}


/*----------------
Account page over
----------------*/


/*------------------
Account debit start
-----------------*/

.sidebar-btn {
  display: none;
}

.ac-debit {
  padding-bottom: 200px;
}

.c-tbl-head {
  background: #f9f9f9;
}

.ac-debit .table thead th {
  color: #1d1d1d;
  border-bottom: 1px solid #dee2e6;
}

.ac-tbl-tr {
  border-bottom: 1px solid #dee2e6;
}

.ac-tbl-td {
  color: #1d1d1d;
  font-size: 14px;
  vertical-align: middle !important;
}


/*.ac-tbl-img{

}*/


/*------------------
Account debit over
-----------------*/


/*---------------
Dashboard Start
---------------*/

.ticket-img {
  padding-bottom: 20px;
}

.ticket-title {
  color: #1d1d1d;
  font-size: 30px;
  margin-bottom: 20px;
}

.btn-ticket {
  width: 220px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  border: 1px solid #3d2f90;
  background: #3d2f90;
  border-radius: 50px;
  transition: .3s;
}

.btn-ticket:hover {
  color: #3d2f90;
  background: #fff;
}
.ma-sidebar{
  width: 350px;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1034;
  transition: .4s;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 6px #00000029;
}

.ma-sidebar-toggle{
  right: -350px;
}

.m-height{
  min-height: 500px;
}

.ticket-box{
  border-left: .5px solid #dbdbdb;
  border-bottom: .5px solid #dbdbdb;
  box-shadow: 0 2px 8px #e1e1e1;
  position: relative;
}

.ui-datepicker{
  z-index: 1002 !important;
}

.crt-box{
  /*height: calc(100% - 160px);*/
  height: 428px;
  min-height: 428px;
  overflow-y: auto;
  margin-top: 85px;
}

.ct-btn-block{
  height: 77px;
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-left: .5px solid #dbdbdb;
  border-top: .5px solid #dbdbdb;
  z-index: 1001;
}

.t-tile-block{
  height: 85px;
  position: absolute;
  background: #fff;
  width: 100%;
  top: 0;
}

.t-tile {
  color: #5b0e7e;
  font-size: 24px;
  padding: 40px 16px 16px;
  border-bottom: .5px solid #dbdbdb;
  border-left: .5px solid #dbdbdb;
}

.t-type-btn {
  color: #3d2f90;
  font-size: 13px;
  background: none;
  border-radius: 50px;
  border: .5px solid #b7b7b7;
  padding: .55rem 1.5rem;
  margin-right: .3rem;
}

.t-type-btn.active {
  background: #f0eef8;
  border-color: #3d2f90;
}

.t-type-btn:hover {
  background: #f0eef8;
  border-color: #3d2f90;
}

.t-form-group {
  position: relative;
  letter-spacing: .5px;
}

.t-label {
  font-size: 12px;
  position: absolute;
  left: 13px;
  top: 6px;
  margin-bottom: 0;
  z-index: 1;
}

.t-input {
  color: #1d1d1d;
  border: .5px solid #acacacb8;
  border-radius: 0;
  font-size: 14px;
  padding-top: 1.4rem;
  height: 50px;
}

.t-after-text {
  color: #1d1d1d;
  font-size: 12px;
}

.ac-select .select-selected {
  padding-top: 1rem;
}

.t-input-dollar {
  position: absolute;
  color: #1d1d1d;
  top: 15px;
  right: 12px;
  font-size: 14px;
}

.t-date-block {
  position: relative;
}

.t-date-block:before {
  position: absolute;
  content: url("../images/calander.png");
  top: 12px;
  right: 8px;
}

.t-time {
  padding: .85rem;
  text-align: right;
}

.t-submit-btn {
  width: 150px;
  height: 45px;
  color: #484545;
  font-size: 16px;
  border-radius: 50px;
  transition: .3s;
}

.t-submit-btn.active {
  color: #fff;
  background: #3d2f90;
}

.t-submit-btn:hover {
  color: #fff;
  background: #3d2f90;
}


/*---------------
Dashboard Start
---------------*/


/*---------------------------
Dashboard Create event start
---------------------------*/

.create-event-title {
  color: #4c4c4c;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}


.btn-event {
  width: 140px;
  height: 40px;
  font-size: 14px;
  background: no-repeat;
  border-radius: 0;
  border: .5px solid #e1e1e1;
  margin-right: 1rem;
}

.btn-event.active {
  background: #2e3192;
  color: #fff;
}

.btn-event:hover {
  background: #2e3192;
  color: #fff;
}

.tab-btn-block {
  /*height: 40px;
  line-height: 40px;*/
  border: .5px solid #e1e1e1;
  padding: .75rem 1.5rem;
}

.hr-line {
  height: 1px;
  margin-top: 0;
}

.tab-btn {
  color: #1d1d1d;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 .75rem;
}

.tab-btn.active {
  color: #3d2f90;
}

.saprator {
  color: #d7d7d7;
}

.m-title {
  color: #000000;
  /* color: #3d2f90; */
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: .75rem 1.8rem;
  position: relative;
}

.m-title:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #000000;
  /* background: #3d2f90; */
  left: 27px;
  bottom: 0;
}

.tips-title {
  color: #3d2f90;
  font-size: 15px;
  margin-bottom: 0;
  padding: .75rem 1.8rem;
}

.main-form {
  padding-left: 1.8rem;
}

.mb-20 {
  margin-bottom: 20px;
}

.e-input {
  color: #1d1d1d;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  font-size: 14px;
  padding: .95rem;
  height: 50px;
}

.form-label {
  color: #1d1d1d;
  font-size: 14px;
  margin-bottom: .50rem;
}

.faq-sec .t-label{
  display: none;
}

.t-form-group .select-selected {
  position: relative;
  border-radius: 20px;
  /* border: 1px solid #e1e1e1; */
  border: 1px solid #f5f5f5;
  font-size: 14px;
  overflow: hidden;
  height: 60px;
  padding: 10px 30px;
  box-shadow: 0 4px 15px rgb(42 133 255 / 6%);
}

.location-info {
  font-size: 12px;
  color: #3d2f90;
  cursor: pointer;
}

.btn-chk{
  background-image: url('../images/ic_chkbox.png');
  width: 12px;
  height: 12px;
  display: inline-block;
  line-height: 12px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
  margin-top: -2px;
}

.c-chkbox {
  background-position: 0 -12px;
}

.map-box {
  width: 100%;
  height: 400px;
  border: 1px solid #e1e1e1;
  margin-top: 30px;
  position: relative;
}

.map-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ed-input {
  color: #3d2f90;
  text-transform: uppercase;
  padding-right: 100px;
}

.l-more {
  position: absolute;
  top: 46px;
  right: 22px;
  margin: auto 0;
  color: #3d2f90;
  font-size: 12px;
  cursor: pointer;
}

.btn-e-manage {
  width: 130px;
  height: 50px;
  padding: 0;
  font-size: 14px;
  background: none;
  border-radius: 0;
  border: .5px solid #3d2f90;
  margin-right: 5px;
}

.btn-e-manage.active {
  color: #fff;
  background: #3d2f90;
}

.btn-e-manage:hover {
  color: #fff;
  background: #3d2f90;
}


/*image upload start*/

.file-upload {
  background-color: #f7f7f7;
  padding: 20px;
  max-width: 500px;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  border: 2px dashed #cccccc;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background: #fff;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824b;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #3d2f90;
  background: #fff;
  border: none;
  padding: 10px;
  border: 1px solid #3d2f90;
  border-radius: 4px;
  transition: all 0.2s ease;
  outline: none;
  font-weight: 700;
}

.remove-image:hover {
  background: #3d2f90;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all 0.2s ease;
}

.u-img {
  padding: 2rem 0;
}

.u-title {
  font-size: 12px;
  color: #3d2f90;
}

.u-sub-title {
  font-size: 12px;
  color: #333;
  padding: 0 4rem;
}

.u-img-info {
  color: #1d1d1d;
  font-size: 12px;
  letter-spacing: .5px;
  padding-right: 1rem;
}

.ul-more {
  color: #3d2f90;
}


/*image upload over*/

.editor-text {
  color: #3d2f90;
}

.img-info {
  width: 18px;
}

.organiser-item {
  color: #3d2f90;
  font-size: 12px;
}

span.purple {
  color: #3d2f90;
}

.social-chk {
  font-size: 12px;
  color: #3d2f90;
}

.th-event {
  width: 50px;
  font-weight: bold;
}

.th-e-detail {
  width: calc(100% - 175px);
}

.th-e-time {
  font-size: 16px;
  font-weight: 600;
}

.th-e-desc {
  font-size: 14px;
}

.th-toggler {
  width: 125px;
  text-align: right;
}

.a-toggler {
  width: 30px;
  height: 30px;
  line-height: 32px;
  color: #3d2f90;
  background: #f8f8f8;
  text-align: center;
  padding: 0;
  border-radius: 50px;
  transition: .3s;
}

.a-toggler:hover {
  color: #fff !important;
  background: #3d2f90 !important;
}


/*select days custom start*/
.SumoSelect .select-all{
  padding: 8px 0 30px 35px !important;
}
/*select days custom start*/

/*----------Crate ticket table start-----------*/

.border-table {
  border: .5px solid #dee2e6;
}

th.th-title {
  font-size: 14px;
  color: #1d1d1d;
  font-weight: normal;
  border-bottom: 0 !important;
}

.va-m {
  vertical-align: middle !important;
}

.w-300 {
  width: 300px;
}

.w-200 {
  width: 200px;
}

.w-250 {
  width: 250px;
}

.td-inner {
  font-size: 14px;
  color: #1d1d1d;
}

.t-setting-li {
  height: 63px;
  line-height: 63px;
  border: .5px solid #fff;
  border-bottom: .5px solid #dee2e6;
  transition: .1s;
  margin-bottom: -1px;
}

.t-setting-li:hover {
  background: #f8f7fa;
  border-color: #e1e1e1;
  border-bottom-color: #f8f7fa;
}

.ticket-manage-icon {
  color: #3d2f90;
  font-size: 20px;
  padding: 0 1rem;
}


/*accordion table start*/

.accordion-bg {
  background: #f8f7fa;
}

.st-title {
  color: #3d2f90;
  font-size: 18px;
  text-transform: uppercase;
  padding: .75rem 1rem;
}

.add-group-img {
  width: 15px;
}


/*accordion table over*/

.ticket-input {
  position: relative;
}

.currency {
  position: absolute;
  left: 15px;
  top: 15px;
}

.buy-ticket {
  position: absolute;
  font-size: 14px;
  left: 15px;
  letter-spacing: .5px;
}

.buy-ticket .img-info {
  width: 14px;
  margin-top: -3px;
}

.btn-add-ticket {
  width: 150px;
  height: 50px;
  padding: 0;
  color: #3d2f90;
  font-size: 14px;
  background: none;
  border-radius: 0;
  border: .5px solid #3d2f90;
  margin: 0 1rem;
  transition: .4s;
}

.btn-add-ticket:hover {
  color: #fff;
  background: #3d2f90;
}

.add-img-fill {
  display: none;
}

.btn-add-ticket:hover .add-img {
  display: none;
}

.btn-add-ticket:hover .add-img-fill {
  display: inline-block;
}

.total-capacity {
  color: #1d1d1d;
  font-size: 14px;
  letter-spacing: .5px;
}


/*----------Crate ticket table over-----------*/

.selection-block {
  border: .5px solid #dee2e6;
  padding: .80rem 1.8rem;
}


/*custom radio btn start*/

.btn-radio {
  background-image: url(../images/radio.png);
  width: 18px;
  height: 18px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer;
  margin-top: -1px;
}

.c-radio {
  background-position: 0 -18px;
}


/*custom radio btn over*/

.purple {
  color: #2e3192;
}


/*.refund-day-list{
  color: #1d1d1d;
  font-size: 14px;
  margin-bottom: 1rem;
  display: flex;
}
*/

.small-txt {
  font-size: 12px;
}

.ticket-footer {
  padding: 80px 0;
}

.done-title {
  color: #3d2f90;
  font-size: 30px;
  margin-bottom: 30px;
}

.btn-done {
  width: 130px;
  height: 50px;
  padding: 0;
  color: #3d2f90;
  font-size: 14px;
  background: none;
  border-radius: 0;
  border: .5px solid #3d2f90;
  margin-right: 5px;
  margin: 0 .75rem;
  transition: .4s;
}

.btn-done.active {
  color: #fff;
  background: #3d2f90;
}

.btn-done:hover {
  color: #fff;
  background: #3d2f90;
}

.btn-live {
  width: 200px;
}


/*switch start*/

.material-switch>input[type="checkbox"] {
  display: none;
}

.material-switch>label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
  margin-bottom: 3px;
}

.material-switch>label::before {
  background: #c1cac9;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 8px;
  left: 0;
  margin-top: -4px;
  position: absolute;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

.material-switch>label::after {
  background: #c7c7c7;
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 20px;
  left: -4px;
  margin-top: -6px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 20px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
  background: inherit;
}

.material-switch>input[type="checkbox"]:checked+label::after {
  background: #3d2f90;
  left: 20px;
}


/*switch over*/


/*map pin box start*/

.map-pin-box {
  background: #fff;
  border-radius: 4px;
  width: 360px;
  height: 220px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 8px #11111147;
}

.pin-card {
  margin: .30rem 0;
  padding: .30rem 0;
}

.pin-card+.pin-card {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.pin-e-img {
  width: 85px;
  margin-right: 10px;
}

.pin-event-img {
  width: 85px;
  max-width: 85px;
  border-radius: 4px;
}

.pin-e-desc {
  width: calc(100% - 95px);
}

.pin-e-title {
  font-size: 16px;
  font-weight: 600;
}

.pin-e-time {
  font-size: 13px;
}

.pin-e-locaion {
  font-size: 13px;
}

.pin-like {
  color: #313131;
}

.pin-like:hover {
  color: red;
}


/*map pin box over*/


/*---------------------------
Dashboard Create event over
---------------------------*/


/*--------------------
Event dashboar start
--------------------*/

.edash-title-sm {
  text-transform: uppercase;
}

.edash-title {
  font-size: 24px;
  font-weight: bold;
}

.link-inline {
  color: #1d1d1d;
}

.link-inline:hover {
  color: #3d2f90;
}

.edash-inner-title {
  font-size: 30px;
  font-weight: bold;
  color: #1d1d1d;
  margin-bottom: 0;
  letter-spacing: .2px;
}


/*.c-item{
  width: 50%;
  height: 100px;
  display: inline-block;
  margin: -1px;
}

.complete-section{
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: .75rem;
  margin: .75rem;
  border: 1px solid #e1e1e1;
}

.c-img{
  width: 70px;
}*/

.c-section {
  display: flex;
  height: 100px;
  align-items: center;
  border: 1px solid #e1e1e1;
}

.c-img {
  width: 85px;
  text-align: -webkit-center;
}

.progress-block {
  width: 60%;
}

.e-progress {
  background: #3d2f90;
}

.net-sale {
  padding: .75rem;
  padding-left: 1.5rem;
  overflow: hidden;
  margin: 1rem 0 0;
  border: 1px solid #e1e1e1;
}

.sale-data {
  display: flex;
  height: calc(100% - 21px);
  align-items: center;
  justify-content: center;
}

.sale-data-info {
  font-size: 12px;
}

.sale-price {
  font-size: 18px;
}

.c-border {
  border: 1px solid #e1e1e1;
}

.sale-position {
  margin-bottom: .15rem;
}

.sale-saprator {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}

.gross-title {
  font-size: 12px;
}

.gross-title a {
  text-decoration: underline !important;
}

.advance-payment-block {
  padding: 45px 15px;
}

.advance-payment {
  font-size: 16px;
}

.advance-payment-text {
  font-size: 14px;
}

.payment-owner {
  font-size: 12px;
}

.payment-process {
  font-size: 16px;
}

.th-bg {
  background: #ebebeb;
}

td.vat-total {
  padding-right: 127px;
  font-size: 12px;
}

.w-150 {
  width: 150px;
}

.report-collaps {
  position: absolute;
  font-size: 25px;
  top: 10px;
  right: 16px;
  margin: auto 0;
  transition: .3s;
  cursor: pointer;
}

.report-collaps:hover {
  transform: rotate(90deg);
}


/*--------------------
Event dashboar over
--------------------*/


/*------------------------
Event type Language start
-----------------------*/

.btn-view {
  width: 130px;
  height: 50px;
  padding: 0;
  font-size: 14px;
  background: none;
  border-radius: 0;
  border: 1px solid #e1e1e1;
}

.btn-dash-save {
  width: 150px;
  height: 50px;
  padding: 0;
  color: #fff;
  font-size: 14px;
  background: #2e3192;
  border-radius: 0;
  border: 1px solid #2e3192;
  margin-top: 1rem;
}

.btn-dash-save:hover {
  color: #2e3192;
  background: #fff;
}


/*------------------------
Event type Language over
-----------------------*/


/*---------------------
manage attendees start
--------------------*/

.h-70 {
  height: 70px;
}

.guest {
  background: #2e3192;
  color: #fff;
  padding: .5rem;
  border-radius: 50px;
}

.t-dash-input {
  padding: 1rem;
}

.counter-slide {
  cursor: pointer;
}

.t-accordion {
  color: #da09b4;
  position: relative;
}

.t-accordion:before {
  position: absolute;
  content: "\f107";
  font-family: 'FontAwesome';
  right: 12px;
  top: 0;
  font-size: 18px;
  transform: rotate(180deg);
  transition: .5s;
}

.t-accordion-click:before {
  transform: rotate(0deg);
}

.count-txt {
  font-size: 12px;
  width: calc(100% - 100px);
}

.counter-dash {
  width: 100px;
}


/*counter start*/

.qty .countt {
  color: #5b0e7e;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 2px;
  min-width: 35px;
  text-align: center;
}

.qty .plus {
  cursor: pointer;
  vertical-align: middle;
}

.qty .minus {
  cursor: pointer;
  vertical-align: middle;
}

.qty {
  text-align: center;
}


/*Prevent text selection*/

span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  color: #000000;
}

.countt {
  border: 0;
  width: 2%;
}

nput::-webkit-outer-spin-button,
.countt::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.countt:disabled {
  background-color: white;
}


/*counter over*/

.arrival-block {
  margin-bottom: .8rem;
  padding-bottom: .5rem;
}

.arrival-slider {
  width: 50px;
}

.arrival-content {
  width: calc(100% - 50px);
  font-size: 12px;
}

.t-dash-submit {
  width: 140px;
  height: 45px;
  color: #484545;
  background: none;
  border: .5px solid #e1e1e1;
  border-radius: 0;
  font-size: 14px;
}


/*---------------------
manage attendees over
--------------------*/


/*--------------------------
manage attendees List start
-------------------------*/

.chk-block {
  width: 30px;
}

.chk-content {
  width: calc(100% - 30px);
}

.btn-pdf {
  width: 180px;
  height: 45px;
  padding: 0;
  color: #fff;
  font-size: 14px;
  background: #2e3192;
  border-radius: 0;
  border: .5px solid #2e3192;
  margin: 0 0 .50rem 0;
  transition: .4s;
}

.btn-pdf:hover{
  color: #3d2f90;
  background: #fff;
}

.attendee-report {
  font-size: 12px;
  text-decoration: underline !important;
}


/*--------------------------
manage attendees List over
-------------------------*/


/*----------------------------
Manage attendees checkin start
----------------------------*/

.Check-in-progress {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.Check-in-progress .c-progress {
  width: 400px;
}

.progress-step {
  width: calc(100% - 400px);
}

.search-chk {
  position: absolute;
  top: 12px;
  left: 14px;
}

.chk-detail .custom-select-modal {
  width: 100px;
}

.chk-detail .select-selected {
  border-radius: 0;
  height: 40px;
  line-height: 2;
  font-size: 14px;
}

.chk-detail .select-items {
  height: auto;
}

.pagination-chk a {
  font-size: 24px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  padding: 0;
  margin: 0;
}

.pagination-chk a.active {
  background: #e1e1e1;
}

.pagination-chk a:hover {
  color: #3d2f90;
  background: #e1e1e1;
  text-decoration: underline !important;
}

.pagination-chk a:focus {
  box-shadow: none;
  border: 0;
}


/*----------------------------
Manage attendees checkin over
----------------------------*/


/*--------------------------------
Manage attendees guest list start
-------------------------------*/

.btn-guest {
  width: 140px;
  height: 45px;
  color: #fff;
  background: #2e3192;
  border-radius: 0;
  font-size: 14px;
  border: 2px solid #2e3192;
}

.btn-guest:hover {
  color: #2e3192;
  background: #fff;
}

.wc-50 {
  width: 50px;
}


/*--------------------------------
Manage attendees guest list over
-------------------------------*/


/*----------------------
create list modal start
---------------------*/

.create_list-title {
  font-size: 19px;
  font-weight: bold;
}

.border-bottom-purple {
  border-bottom: 1px solid #9108be;
}

.border-top-purple {
  border-top: 1px solid #9108be4a;
}

.btn-list {
  width: 140px;
  height: 45px;
  color: #1d1d1d;
  background: #fff;
  border: .5px solid #e1e1e1;
  border-radius: 0;
  font-size: 14px;
}

.btn-list:hover {
  background: #f7f7f7;
}


/*----------------------
create list modal over
---------------------*/


/*------------------
Add Attendees start
------------------*/

.total-input {
  background: #f7f7f7;
  border: 0;
  height: 45px;
  padding-left: 30px;
}

.btn-continue {
  width: 120px;
  height: 45px;
  padding: 0;
  color: #fff;
  font-size: 14px;
  background: #3d2f90;
  border-radius: 0;
  border: .5px solid #3d2f90;
  transition: .4s;
}

.w-400 {
  width: 400px;
}

.w-80 {
  width: 80px;
}

.wc-100 {
  width: 100px;
}


/*------------------
Add Attendees over
------------------*/


/*------------------
New Attendees start
------------------*/

.nav-pills .email-tab {
  color: #1d1d1d;
  border: .5px solid #e1e1e1;
  border-radius: 0;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 2.3;
  margin-right: 1rem;
}

.nav-pills .email-tab:hover {
  color: #3d2f90;
}

.nav-pills .email-tab.active {
  color: #fff;
  /* background: #3d2f90; */
  background: #000000;
  text-decoration: underline !important;
}

.btn-test {
  color: #3d2f90;
  border: .5px solid #3d2f90;
  background: none;
  border-radius: 0;
  width: 180px;
  height: 50px;
  text-align: center;
  line-height: 2.3;
  margin-right: 1rem;
}

.f-inline {
  width: 25px;
}

.f-inline-inp {
  width: 150px;
}

.time-group {
  display: flex;
  align-items: center;
}

.f-inline-time {
  display: flex;
  align-items: center;
}

.f-inline-time span {
  width: 40px;
  text-align: center;
}

.f-inline-time .custom-select-modal {
  width: 85px;
}

.f-inline-time .select-selected {
  height: 30px;
  line-height: unset;
  font-size: 13px;
  padding: .275rem .65rem;
}

.f-inline-time .select-selected:after {
  right: 12px;
}

.f-inline-time .days {
  width: 55px;
}

.btn-newattendee {
  color: #3d2f90;
  background: #fff;
  border: 1px solid #3d2f90;
  border-radius: 0;
  height: 45px;
  padding: .375rem 2.5rem;
  font-size: 14px;
}


/* width */

.table-responsive::-webkit-scrollbar {
  width: auto;
  height: 8px;
}


/* Track */

.table-responsive::-webkit-scrollbar-track {
  background: transparent;
}


/* Handle */

.table-responsive::-webkit-scrollbar-thumb {
  background: #e4e4e4;
  border-radius: 50px;
}


/* Handle on hover */

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


/*------------------
New Attendees over
------------------*/


/*-----------------------
order issue refund start
----------------------*/

.recipe-title {
  float: left;
  width: 50%;
  word-break: break-all;
  margin-bottom: 1rem;
}

.recipe-detail {
  float: left;
  width: 50%;
  word-break: break-all;
  text-align: right;
  margin-bottom: 1rem;
}

.rc-detail .custom-select-modal {
  width: 100px;
}

.rc-detail .select-selected {
  border-radius: 0;
  font-size: 14px;
}

.rc-detail .select-items {
  height: auto;
}

.btn-order {
  width: 120px;
  height: 45px;
  color: #484545;
  background: none;
  border: .5px solid #3d2f90;
  border-radius: 0;
  font-size: 14px;
}

.btn-order.active {
  background: #3d2f90;
  color: #fff;
}


/*-----------------------
order issue refund over
----------------------*/


/*-----------------
manage order start
----------------*/

.btn-mng-order {
  width: 160px;
  height: 45px;
  color: #484545;
  background: none;
  border: .5px solid #e1e1e1;
  border-radius: 0;
  font-size: 14px;
}

.btn-mng-order.active {
  background: #3d2f90;
  color: #fff;
}

.gray {
  color: #4c4c4c;
}

.order-block {
  background: #f8f7fa;
  border: 1px solid #e1e1e1;
  padding: 1.2rem 1.2rem 0 1.2rem;
  margin-bottom: 1.2rem;
}

.order-inner-block {
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 1.2rem;
}

.order-no {
  color: #3d2f90;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.order-action {
  width: 150px;
}

.order-action .select-selected {
  border-radius: 0;
}

.w-90 {
  width: 90px;
}

.th-order-bg {
  background: #f3f2f4;
}


/*----------------
manage order over
---------------*/


/*-----------------
Manage event start
---------------*/

.mng-event-drop .select-selected {
  border-radius: 0;
  border: 1px solid #e1e1e1;
  font-size: 14px;
}

.search-event {
  position: absolute;
  top: 14px;
  right: 14px;
}

.nav-pills .event-link {
  color: #1d1d1d;
  position: relative;
}

.nav-pills .event-link.active {
  background: transparent;
  color: #3d2f90;
}

.nav-pills .event-link.active:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  background: #3d2ee4;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.live-user-name {
  color: #3d2f90;
}

.event-upcoming {
  color: #a8a8a8;
}

.event-mng-btn {
  color: #1d1d1d;
  padding-right: 8px;
}

.em-img {
  margin-top: -3px;
}


/*-----------------
Manage event over
---------------*/


/*-----------------------
order confirmation start
----------------------*/

.info-fill-img {
  margin-top: -6px;
}

.textarea {
  color: #1d1d1d;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  font-size: 12px;
  padding: .95rem;
}

.c-chk {
  width: 25px;
}

.c-chk-detail {
  width: calc(100% - 25px);
}

.btn-order-confirm {
  width: 150px;
  height: 45px;
  padding: 0;
  color: #3d2f90;
  font-size: 14px;
  background: none;
  border-radius: 0;
  border: .5px solid #3d2f90;
  margin: 2rem 0 0 0;
  transition: .4s;
}

.btn-order-confirm.active {
  color: #fff;
  background: #3d2f90;
}

/*.q-type .select-selected {
  border: 0;
}*/


/*-----------------------
order confirmation over
----------------------*/


/*----------------
order form start
---------------*/

.btn-add-option {
  width: 250px;
  height: 50px;
  padding: 0;
  color: #717171;
  font-size: 16px;
  background: none;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  margin-right: 5px;
  margin: 0 .75rem;
  transition: .4s;
}

.order-form-chk .btn-chk {
  margin-top: -5px;
}

.q-add-link a {
  text-decoration: underline !important;
}

.btn-add-group {
  width: 270px;
  height: 50px;
  padding: 0;
  color: #717171;
  font-size: 14px;
  background: none;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  transition: .4s;
}


/*----------------
order form over
---------------*/


/*-------------------
payment option start
------------------*/

.info-sm {
  width: 16px;
}

.po-label {
  opacity: .75;
}

.pm-method {
  text-decoration: underline !important;
}

.offline-payment-block {
  background: #f7f7f7;
  padding: 30px;
}


/*-------------------
payment option over
------------------*/


/*------------------
payment modal start
-----------------*/

.border-bottom-d-purple {
  border-bottom: 1px solid #3d2f90;
}

.w-610 {
  width: 610px;
}


/*------------------
payment modal over
-----------------*/


/*---------------
View event start
--------------*/

.ev-date {
  font-size: 18px;
  font-weight: bold;
}

.ev-name {
  font-size: 24px;
  font-weight: bold;
}

.btn-follow {
  color: #fff;
  background: #3d2f90;
  border-radius: 50px;
  font-size: 14px;
  height: 30px;
  width: 95px;
  line-height: 1;
  padding: 0;
}

.btn-detail {
  color: #3d2f90;
  background: none;
  border-radius: 0px;
  border: 1px solid #3d2f90;
  font-size: 14px;
  height: 35px;
  width: 160px;
  line-height: 1;
  padding: 0;
}

.ev-detail {
  letter-spacing: .1px;
  line-height: 2;
  margin-bottom: 20px;
}

.ev-dt {
  font-size: 18px;
}

.add-calendar {
  text-decoration: underline !important;
}

.pl-c {
  padding-left: 2rem;
}

.btn-ev-tag {
  color: #3d2f90;
  font-size: 14px;
  background: #fff;
  border: 1px solid #3d2f90;
  border-radius: 50px;
  padding: .25rem 1.5rem;
  margin-bottom: 10px;
  margin-right: .4rem;
  transition: .3s;
}

.btn-ev-tag:hover {
  background: #3d2f90;
  color: #fff;
}

.ev-social-bg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #5b0e7e;
  border: 2px solid #5b0e7e;
  border-radius: 50px;
  margin-right: .2rem !important;
  transition: .3s;
}

.ev-social-icon {
  color: #fff;
  font-size: 22px;
}

.ev-social-bg:hover {
  background: #fff;
  color: #5b0e7e;
}

.ev-social-bg:hover .ev-social-icon {
  color: #5b0e7e;
}


/*---------------
View event over
--------------*/


/*---------------------
waitlist setting start
--------------------*/

.wt-input {
  padding-right: 70px;
}

.t-responde {
  position: absolute;
  color: #1d1d1d;
  top: 15px;
  right: 22px;
  margin: auto 0;
  font-size: 14px;
  cursor: pointer;
}


/*---------------------
waitlist setting over
--------------------*/


/*-----------------------
Event detail modal start
---------------------*/

.detail-modal {
  position: relative;
  overflow: hidden;
}

.detail-modal:before {
  position: absolute;
  content: url('../images/circle-1.png');
  top: 0;
  left: 0;
}

.detail-modal:after {
  position: absolute;
  content: url('../images/circle-2.png');
  bottom: -8px;
  left: 0;
}

.edm-body {
  position: relative;
}

.edm-body:before {
  position: absolute;
  content: url('../images/circle-3.png');
  bottom: -8px;
  right: 0;
}

.edm-body .close {
  font-weight: 500;
  color: #000;
  opacity: 1;
}

.edm-img {
  width: 60%;
  padding: 50px 0;
}

.edm-title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

.edm-detail {
  font-size: 18px;
  letter-spacing: .5px;
}

.btn-edm-continue {
  width: 130px;
  height: 40px;
  color: #3d2f90;
  font-size: 14px;
  background: #fff;
  border: 1.2px solid #3d2f90;
  border-radius: 50px;
}

.btn-edm-continue.active {
  background: #3d2f90;
  color: #fff;
}

.border-right-purple {
  border-right: 1px solid #3d2f90;
}


/*-----------------------
Event detail modal over
---------------------*/


/*----------------
Detail page start
---------------*/

.edp-title {
  position: relative;
}

.edp-title:before {
  position: absolute;
  content: url("../images/detail-user.png");
  left: 0;
}

.edp-location:before {
  content: url("../images/detail-location.png");
}

.edp-location:before {
  content: url("../images/detail-time.png");
}

.pl-70 {
  padding-left: 70px;
}

.c-textarea {
  height: auto;
  border: 1px solid #e1e1e1;
}

.ed-map {
  overflow: hidden;
  height: 182px;
  min-height: 182px;
  position: relative;
}

.ed-map-btn {
  width: 32px;
  height: 32px;
  line-height: 30px;
  border-radius: 50px;
  color: #3d2f90;
  background: #fff;
  font-size: 15px;
  border: 1px solid #3d2f90;
  text-align: center;
  transition: .4s;
}

.ed-map-btn:hover {
  background: #3d2f90;
  color: #fff;
}

.ed-map-location {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 105px);
}

.ed-map-edit {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 100px;
}

.rs-title {
  font-size: 18px;
  font-weight: bold;
  width: 180px;
  margin-bottom: 16px;
}

.edc-switch {
  width: calc(100% - 180px);
}


/*custom switch start*/

.ed-switch input {
  display: none;
}

.ed-switch {
  display: inline-block;
  width: 50px;
  height: 25px;
  transform: translateY(50%);
  position: relative;
  margin-bottom: 0;
  margin-top: -10px;
}

.ed-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  background: #dcdcdc;
  cursor: pointer;
  border: 4px solid transparent;
  overflow: hidden;
  transition: .4s;
}

.ed-slider:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 30px;
  transform: translateX(-26px);
  transition: .4s;
}

input:checked+.ed-slider:before {
  transform: translateX(26px);
  background: #3d2f90;
}


/*custom switch over*/

.btn-sc {
  width: 160px;
  height: 40px;
  color: #1d1d1d;
  background: #f4f4f4;
  border-radius: 50px;
}

.btn-sc.active {
  color: #fff;
  /* background: #3d2f90; */
  background: #000000;
}


/*----------------
Detail page over
---------------*/


/*---------------------
organise profile start
--------------------*/

.org-profile {
  padding: 2.7rem;
}

.org-prif-pic {
  width: 120px !important;
  height: 120px !important;
  max-width: 120px !important;
  max-height: 120px !important;
  border-radius: 50% !important;
}

.org-name {
  font-weight: bold;
}

.btn-connect {
  width: 160px;
  height: 40px;
  color: #fff;
  background: #3d2f90;
  border-radius: 50px;
  transition: .4s;
}

.btn-connect:hover{
  color: #3d2f90;
  background: #fff;
}

.profile-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 205px;
  opacity: 0;
  cursor: pointer;
}

.btn-choose {
  width: 205px;
  height: 50px;
  padding: 0;
  background: #f9f9f9;
  border: 1px solid #e1e1e1;
}


/*---------------------
organise profile over
--------------------*/


/*--------------------
All event view start
-------------------*/

.view-e-img {
  width: 100%;
  max-height: 150px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.av-banner{
  max-width: 250px;
  height: 150px;
  object-fit: cover;
}

.view-e-title{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .2px;
}

.view-e-link{
  font-size: 16px;
}

.view-e-slogan{
  font-size: 16px;
}

.follow-social{
  width: 32px;
  height: 32px;
  color: #3d2f90;
  text-align: center;
  line-height: 32px;
  border: 1px solid #3d2f90;
  border-radius: 50px;
  margin: .5rem 0;
}

.follow-social:hover{
  color: #fff;
  background: #3d2f90;
}

.btn-follow{
  width: 130px;
  height: 50px;
  padding: 0;
  color: #1d1d1d;
  font-size: 14px;
  background: none;
  border-radius: 0;
  border: 1px solid #e1e1e1;
}


/*--------------------
All event view over
-------------------*/


/*------------------
my collection start
----------------*/

.collection-header {
  /*background-image: url(../images/collection.jpg);
  background-repeat: no-repeat;
  background-size: cover;*/
  background: rgba(72, 0, 179, 1);
  background: -moz-linear-gradient(-45deg, rgba(72, 0, 179, 1) 0%, rgba(183, 0, 255, 1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(72, 0, 179, 1)), color-stop(100%, rgba(183, 0, 255, 1)));
  background: -webkit-linear-gradient(-45deg, rgba(72, 0, 179, 1) 0%, rgba(183, 0, 255, 1) 100%);
  background: -o-linear-gradient(-45deg, rgba(72, 0, 179, 1) 0%, rgba(183, 0, 255, 1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(72, 0, 179, 1) 0%, rgba(183, 0, 255, 1) 100%);
  background: linear-gradient(135deg, rgba(72, 0, 179, 1) 0%, rgba(183, 0, 255, 1) 100%);
  padding: 50px 0;
}

.collection-box {
  background: #fff;
  border-radius: 4px;
  padding: 1rem;
}

.collection-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: .5px;
  color: #3d2f90;
  margin-bottom: 20px;
  padding-bottom: 5px;
  position: relative;
}

.collection-title:before {
  position: absolute;
  content: "";
  width: 20%;
  height: 3px;
  border-radius: 50px;
  background: #3d2f90;
  bottom: 0;
  left: 0;
}

.collection-user {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #3d2f90;
  margin-bottom: .75rem;
}

.collection-u-name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .5px;
}

.collection-desc {
  font-size: 18px;
}

.btn-collection {
  width: 100px;
  height: 40px;
  color: #1d1d1d;
  border: 1px solid #e1e1e1;
  background: none;
  border-radius: 50px;
}

.collectoin-textarea {
  height: auto;
  border: .5px solid #acacac;
}

.collection-e-img {
  position: relative;
}

.edit-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-edit {
  width: 45px;
  height: 45px;
  background: #ffffffcf;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  border: 2px solid #3d2f90;
  font-size: 20px;
  color: #3e2e90;
}

.c-edit:hover {
  background: #3d2f90;
  color: #fff;
  border-color: #fff;
}


/*------------------
my collection over
----------------*/


/*----------------------
book ticket modal start
---------------------*/

.cm-body {
  position: relative;
}

.o-close {
  position: absolute;
  color: #3d2f90;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  top: 1%;
  right: 1%;
  background: #e1e1e1 !important;
  transition: .4s;
  z-index: 1075;
  opacity: 1;
}

.o-close:hover {
  color: #fff !important;
  background: #3d2f90 !important;
}

.o-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.o-date-type {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.book-event-list {
  height: 370px;
  overflow: hidden;
  overflow-y: auto;
}

.o-elist {
  display: flex;
  align-items: center;
}

.book-date-list {
  width: 80px;
  display: inline-block;
  vertical-align: middle;
}

.o-date-time {
  width: calc(100% - 200px);
  display: inline-block;
  vertical-align: middle;
}

.o-ticket {
  width: 120px;
  display: inline-block;
  vertical-align: middle;
}

.o-month {
  font-size: 14px;
  font-weight: 600;
}

.o-date {
  font-size: 18px;
  font-weight: 600;
}

.o-event-time {
  font-size: 18px;
  font-weight: 600;
}

.o-list-name {
  font-size: 12px;
}

.o-list-location {
  font-size: 12px;
}

.btn-o-ticket {
  color: #3d2f90;
  font-size: 14px;
  border: 1px solid #3d2f90;
  background: #fff;
  border-radius: 0px;
  transition: .3s;
  padding: .400rem 1.3rem;
}

.c-selector {
  border: 0;
}

.o-summery {
  font-size: 16px;
  font-weight: 600;
}

.o-tbl {
  display: flex;
  align-items: center;
}

.code-list {
  width: 50%;
}

.o-price {
  width: 50%;
  text-align: right;
}

.o-cart-list+.o-cart-list {
  padding-top: 16px;
}


/*second tab start*/

.m-event-name {
  position: relative;
}

.back-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  top: 50%;
  left: 3%;
  transform: translate(-3%, -50%);
  background: #e1e1e1;
  transform: .4s;
}

.back-btn a {
  color: #3d2f90;
}

.back-btn:hover {
  background: #3d2f90;
}

.back-btn:hover a {
  color: #fff;
}

.ticket-type {
  border-top: 1px solid #dee2e6;
}

.show-name {
  width: calc(100% - 150px);
}

.member-block {
  width: 150px;
}

.show-name {
  font-weight: 600;
  font-size: 18px;
}

.show-price {
  font-size: 16px;
}

.more-detail {
  font-size: 14px;
  cursor: pointer;
}

.more-desc {
  font-size: 14px;
  opacity: .8;
}

.show-selector {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  font-size: 14px;
  height: 50px;
}

.btn-chkout {
  height: 45px;
  color: #3d2f90;
  font-size: 14px;
  background: #fff;
  border-radius: 0;
  padding: .375rem 1.5rem;
  border: .5px solid #3d2f90;
  transition: .4s;
}


/*second tab over*/


/*third tab start*/

.payment-title {
  font-size: 18px;
  font-weight: bold;
}

.pay-method-ic {
  font-size: 20px;
}

.py-method {
  font-size: 14px;
}

.ticket-title {
  font-size: 22px;
  font-weight: 600;
}

.o-terms-condition {
  font-size: 12px;
}


/*third tab over*/


/*----------------------
book ticket modal over
---------------------*/


/*---------------------
following proile start
-------------------*/

.follow-profilei-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #3d2f90;
}

.user-name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .5px;
}

.following-tab {
  background: #fff;
  /* border: 1px solid #3d2f90; */
  border: 1px solid #000000;
  padding: .375rem .50rem;
  transition: .4s;
  cursor: pointer;
}

.profile-bar {
  /* color: #3d2f90; */
  color: #000;
  font-weight: 500;
  letter-spacing: .5px;
}

.following-tab:hover {
  /* background: #3d2f90; */
  background: #000000;
}

.following-tab:hover .profile-bar {
  color: #fff;
}

.ticket-block {
  background: #3d2f900d;
  border-radius: 8px;
  transition: .4s;
}

.ticket-block:hover {
  background: #fff;
  box-shadow: 0 0 16px #3d2f9029;
}

.ticket-date {
  width: 40px;
}

.ticket-img{
  width: 150px;
  position: relative;
}

.following-abs{
  position: absolute;
  top: 4px;
  right: 4px;
  background: #ffffff;
  padding: 0rem .8rem;
  vertical-align: middle;
  font-size: 12px;
  color: #3d2f90;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
}

.ticket-detail {
  width: calc(100% - 240px);
}

.ft-month,
.ft-date {
  line-height: 1.5;
  color: #3d2f90;
  font-size: 14px;
}

.ft-date {
  font-weight: 600;
  font-size: 16px;
}

.tc-list {
  background: #fffda6;
  /* background: #3d2f900d; */
  border-radius: 8px;
  transition: .4s;
}

.tc-list a {
  color: #000000;
  /* color: #3d2f90; */
  font-size: 16px;
  font-weight: 500;
}

.tc-list a:hover {
  color: #1d1d1d;
}

.tc-list a i{
  transition: .4s;
}

.tc-list:hover.tc-list a i{
  margin-left: 1rem !important;
}

.following-block p {
  /* color: #3d2f90; */
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.following-box {
  width: 50%;
}

.following-user {
  width: 30px;
}

.following-name {
  width: calc(90% - 90px);
}

.following-btn {
  width: 60px;
}

.following-name a {
  font-size: 16px;
  color: #1d1d1d;
}

.following-btn button {
  border: 1px solid #000000;
  /* border: 1px solid #3d2f90; */
  background: #fff;
  border-radius: 0;
}


/*---------------------
following proile over
-------------------*/


/*------------------
discount code start
----------------*/
.btn-code{
  width: 120px;
  height: 45px;
  padding: 0;
  font-size: 14px;
  background: #fff;
  border-radius: 0;
  border: .5px solid #3d2f90;
  margin-right: 5px;
}

.search-code-title{
  font-size: 24px;
  font-weight: 600;
}

.code-setting{
  color: #3d2f90;
  font-size: 16px;
  transition: .4s;
}

.configure-drop{
  position: relative;
  text-align: center;
  transition: .4s;
}

.code-dropdown{
  position: absolute;
  right: 0;
  text-align: left;
  background-color: #fff;
  border: 1px solid #eaf0f7;
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.2);
  padding: .75rem;
  width: 170px;
  display: none;
  transition: .4s;
  z-index: 1;
}

.configure-drop:hover .code-dropdown{
  display: block;
  transition: .4s;
}


.code-link{
  color: #1d1d1d;
  transition: .4s;
}

.code-link:hover{
  color: #3d2f90;
}

/*------------------
discount code over
----------------*/

/*-------------------
discount modal start
------------------*/

.back{
  background: none;
  border: 0;
  font-size: 22px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.offer-modal-title{
  font-size: 28px;
  font-weight: 500;
}

.dm-box{
  background: #3d2f9012;
  padding: 8px;
  border-radius: 8px;
  position: relative;
  transition: .4s;
}

.dm-title{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #1E0A3C;
  display: block;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}

.dm-arrow{
  position: absolute;
  color: #1d1d1d;
  font-size: 20px;
  right: 3%;
  top: 50%;
  transform: translate(-20%, -50%);
  transition: .4s;
}

.dm-desc{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #1E0A3C;
  display: block;
  padding: 0;
  font-size: 14px;
}

.dm-box:hover{
  background: #3d2f9024;
}

.dm-box:hover .dm-arrow{
  right: 25px;
}

.dm-form-title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .5px;
}

.per{
  position: absolute;
  right: 15px;
  top: 15px;
}

.dm-setting{
  font-size: 25px;
  color: #3d2f90;
}

.dm-td:first-child {
    min-width: 8rem;
    max-width: 40rem;
}

.dm-td:last-child:not(:first-child) {
    text-align: right;
}

.dm-name{
  font-size: 16px;
  font-weight: 500;
}
.dm-date{
  font-size: 14px;
}
.dm-chk-mark{
  right: 0;
  left: auto;
  border: 1px solid #3d2f90;
}

.tab-selected-title{
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .5px;
}

.close-tab{
  font-size: 22px;
  color: #3d2f90;
}

.dm-tab-link{
  width: 120px !important;
  height: 45px !important;
  text-align: center !important;
  padding: 0 !important;
  line-height: 45px !important;
  color: #3d2f90 !important;
  border-radius: 0 !important;
}

.dm-tab-link.active{
  color: #fff !important;
  background-color: #3d2f90 !important;
}

/*-------------------
discount modal over
------------------*/


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

.back {
  background: none;
  border: 0;
  font-size: 22px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.offer-modal-title {
  font-size: 28px;
  font-weight: 500;
}

.dm-box {
  background: #FEFB53;
  padding: 8px;
  border-radius: 8px;
  position: relative;
  transition: .4s;
}

.dm-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #1E0A3C;
  display: block;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}

.dm-arrow {
  position: absolute;
  color: #1d1d1d;
  font-size: 20px;
  right: 3%;
  top: 50%;
  transform: translate(-20%, -50%);
  transition: .4s;
}

.dm-desc {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #1E0A3C;
  display: block;
  padding: 0;
  font-size: 14px;
}

.dm-box:hover {
  background: #FEFB53;
}

.dm-box:hover .dm-arrow {
  right: 25px;
}

.dm-form-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .5px;
}

.per {
  position: absolute;
  right: 15px;
  top: 15px;
}

.dm-setting {
  font-size: 25px;
  color: #3d2f90;
}

.dm-td:first-child {
  min-width: 8rem;
  max-width: 40rem;
}

.dm-td:last-child:not(:first-child) {
  text-align: right;
}

.dm-name {
  font-size: 16px;
  font-weight: 500;
}

.dm-date {
  font-size: 14px;
}

.dm-chk-mark {
  right: 0;
  left: auto;
  border: 1px solid #3d2f90;
}

.tab-selected-title {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .5px;
}

.close-tab {
  font-size: 22px;
  color: #3d2f90;
}

.dm-tab-link {
  width: 120px !important;
  height: 45px !important;
  text-align: center !important;
  padding: 0 !important;
  line-height: 45px !important;
  color: #3d2f90 !important;
  border-radius: 0 !important;
}

.dm-tab-link.active {
  color: #fff !important;
  background-color: #3d2f90 !important;
}


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


/*---------------
code modal start
-------------*/
.code-title{
  font-size: 15px;
}

.code-info{
  position: relative;
}

.code-info:before{
  position: absolute;
  content: url('../images/ic_info.png');
  width: 100%;
  height: 100%;
  left: 14px;
  top: 18px;
}

/*---------------
code modal start
-------------*/


/*-----------------
summary page start
---------------*/

.summary-title {
  font-size: 26px;
  line-height: 28px;
  font-weight: bold;
}

.summary-img{
  max-width: 250px;
}

.sm-link,
.sm-detail {
  font-size: 17px;
  font-weight: 300;
}

.smo-title {
  font-size: 20px;
  font-weight: bold;
}

.reg-time {
  font-weight: 600;
  font-size: 25px;
}

.sm-info-title {
  font-size: 20px;
}

.required-rest {
  color: #ff0000;
  font-size: 15px;
}

.login-info {
  cursor: pointer;
}

.btn-reg {
  width: 180px;
  height: 50px;
  padding: 0;
  font-size: 14px;
  background: none;
  border-radius: 0;
  border: .5px solid #3d2f90;
  margin-right: 5px;
}

.btn-contact {
  position: relative;
  color: #000000;
  border: 1px solid #000000;
}

.btn-contact:before {
  position: absolute;
  content: "\f003";
  width: 25px;
  height: 25px;
  top: 6px;
  left: 10px;
  font-family: 'FontAwesome';
}


/*-----------------
summary page over
---------------*/


/*------------------
create ticket start
-----------------*/

.cra-title:before {
  content: url(../images/i-holiday.png);
  left: 14px;
  top: 4px;
}

.desc-title:before {
  content: url(../images/ic_text.png);
  left: 14px;
  top: 4px;
}


/*------------------
create ticket over
-----------------*/


/*new ticket*/

.create-ticket-block{
  width: 350px;
  height: 100%;
  top: 70px;
  right: 0;
  /*position: absolute;*/
  transition: .4s;
  overflow: hidden;
  background: #fff;
  position: fixed;
  height: calc(100vh - 70px);
  z-index: 12999;
}

.create-ticket-block-toggle{
  right: -350px;
}

.create-ticket-block .crt-box{
  height: 100%;
  min-height: 100%;
  margin-top: 0;
  overflow-y: hidden;
  padding-bottom: 200px !important;
}

.create-ticket-block .t-tile-block{
  position: relative;
}

.create-ticket-block .ticket-box{
  position: relative;
  height: calc(100vh - 234px);
  overflow: hidden;
}

.create-ticket-block .ct-btn-block{
  position: relative;
}

.crt-title{
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 1rem;
  padding-top: 1rem;
  margin-bottom: 0;
}

.crt-link{
  color: #3d2f90;
}

.nav-pills .crt-link.active{
  background-color: #3d2f90;
  border-radius: 0;
}

.crt-name{
  width: calc(100% - 230px);
  display: inline-block;
  vertical-align: middle;
}

.crt-total-block{
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
}

.crt-price-block{
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
}

.crt-more-block{
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
  text-align: center;
}

.crt-ename{
  font-size: 16px;
  font-weight: 600;
}

.crt-status{
  padding-left: 12px;
  position: relative;
  letter-spacing: .5px;
}

.crt-status:before{
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: #16a85a;
  top: 8px;
  left: 0;
}

.crt-time{
  letter-spacing: .5px;
}

.crt-m-img{
  width: 18px;
}

.crt-more-block .dropdown-item{
  font-size: 14px;
}

.crt-head-block{
  width: calc(100% - 200px);
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
  text-align: right;
}

.crt-price-head{
  width: 150px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
  text-align: center;
}

.unit-price-block-sm{
  display: none;
}

.crt-lbl{
  font-size: 18px;
  font-weight: bold;
}

.crt-detail{
  font-size: 14px;
}
/*new ticket over*/
.btn-cancle {
  background: none;
}

.btn-cancle:hover {
  background: #3d2f90;
}

.pagination-chk a {
  font-size: 24px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  padding: 0;
  margin: 0;
}

.pagination-chk a.active {
  background: #e1e1e1;
}

.pagination-chk a:hover {
  color: #3d2f90;
  background: #e1e1e1;
  text-decoration: underline !important;
}

/*-------------------
publish modal start
------------------*/

.fb-post-img{
  max-width: 220px;
}

.fb-modal-btn-close{
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #e1e1e1;
  border-radius: 50px;
  text-align: center;
  opacity: 1;
  right: 0;
  top: 0;
  z-index: 1052;
}

/*-------------------
publish modal over
------------------*/

/*------------------------------
ticket confirmation modal strat
-----------------------------*/

.tcm-box{
  height: 420px;
  min-height: 420px;
  overflow: hidden;
  overflow-y: auto;
}

.tc-header{
  font-weight: 600;
  letter-spacing: .5px;
}

.tc-h-title{
  font-size: 28px;
  font-weight: 600;
  letter-spacing: .5px;
}

.tc-count, .tc-email{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .5px;
}

.tc-loc-title{
  font-weight: 600;
  letter-spacing: .5px;
}
.tc-location{
  letter-spacing: .5px;
}

.tc-share-ticket{
  font-size: 16px;
  color: #3d2f90;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50px;
  background: #f5f4f7;
  padding: 0;
  transition: .4s;
  margin:.1rem;
}

.tc-share-ticket:hover{
  color: #fff;
  background: #3d2f90;
}

.tc-order{
  height: 100%;
  background: #f5f4f7;
  padding-top: 50%;
  padding-bottom: 50%;
  border-radius: 8px;
}

.tc-confirm{
  color: #009688;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #3d2f9021;
  border-radius: 50px;
  font-weight: 300;
}

.tc-thanks{
  font-size: 25px;
  font-weight: 600;
}

.tc-close{
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background: #dddbea !important;
  opacity: 1;
  z-index: 1;
}

/*------------------------------
ticket confirmation modal over
-----------------------------*/


/*--------------
ul block start
-------------*/
.dm-li{
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
  margin: 0 -1px;
  padding: .75rem;
}

.dm-li-chk{
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  margin: 0 -1px;
  padding: .75rem;
}

.dm-li .lb-chk{
  margin-top: -5px;
}
/*--------------
ul block over
-------------*/

/*-----------------------
Calculate section start
----------------------*/
.tc-calc{
  background: #f5f4f7;
  padding: 2rem;
  border-radius: 8px;
}

.calc-title{
  font-size: 28px;
  font-weight: 600;
}

.tc-estimate{
  font-size: 20px;
  font-weight: 600;
}

.tc-estimate-price{
  font-size: 30px;
  font-weight: 800;
  color: #673AB7;
}

.tc-attendees, .tc-unit{
  font-size: 16px;
  font-weight: 600;
}

.payout-block{
  background: #3d2f90;
}

.payout-text{
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.payout-text a{
  color: #fff;
  text-decoration: underline !important;
}


/*pricing table start*/
.va-t{
  vertical-align: top !important;
}
.tc-th-bg{
  background: #f8f7fa;
}
.tc-th{
  font-size: 26px;
}

.tc-th-sub{
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 500;
}

.pricing-cat-h{
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .5px;
}

.pricing-cat-sub{
  font-size: 14px;
  font-weight: normal;
}

.btn-pricing{
  height: 45px;
  font-size: 14px;
  border-radius: 0;
  border: .5px solid #3d2f90;
}

/*pricing table over*/

.pricing-compare{
  background: #f8f7fa;
}

.compare-text{
  font-size: 26px;
  font-weight: 600;
}

.faq-title{
  font-size: 28px;
  font-weight: 600;
}

.faq-block{
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 16px;
    width: 50%;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin: 0 -1px;
}

.faq-block-title{
  color: #3d2f90;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.25rem;
  padding-top: 8px;
}

.faq-block-detail{
  line-height: 24px;
  padding-top: 4px;
}

/*-----------------------
Calculate section over
----------------------*/


/*----------------
Email popup strat
----------------*/
.email-m-body{
  background: #3d2f9012;
}
.email-brand{
  display: inline-block;
  vertical-align: middle;
  width: 360px;
}

.email-brand img{
  width: 110px;
  max-width: 110px;
}

.email-h-link{
 display: inline-block;
 vertical-align: middle;
 width: calc(100% - 360px);
 margin: 0 -2px;
}

.e-nav-link{
  font-size: 13px;
  color: #3d2f90;
  background: #ffffff7a;
  border-radius: 50px;
}

.gray{
  color: #4c4c4c;
}

.email-body{
  background: #fff;
  border-radius: 6px;
}

.l-space{
  letter-spacing: .5px;
}

.em-e-deatil{
  font-size: 16px;
  line-height: 1.8;
}

.email-e-name{
  font-size: 22px;
  color: #3d2f90;
  font-weight: 600;
}

.event-tl{
  font-size: 15px;
  position: relative;
}

.ev-a{
  color: #4c4c4c;
  text-decoration: underline;
}

.etl-ic{
  position: absolute;
  left: 10px;
  top: 3px;
  font-size: 20px;
}

.event-location-img{
  width: 310px;
  max-width: 310px;
  height: 180px;
  max-height: 180px;
  border-radius: 6px;
  object-fit: contain;
}

.btn-e-download{
  height: 45px;
  border-radius: 0;
  background: #3d2f90;
  color: #fff;
  border: 1.5px solid #3d2f90;
  transition: .4s;
}

.btn-e-download:hover{
  color: #3d2f90;
  background: #fff;
}

/*----------------
Email popup over
----------------*/

/*---------------
order page start
--------------*/

.order-name{
  font-size: 26px;
  font-weight: 600;
}

.order-desc{
  font-size: 16px;
}

.btn-order-page{
  width: 200px;
  height: 45px;
  padding: 0;
  color: #fff;
  font-size: 14px;
  background: #2e3192;
  border-radius: 0;
  border: 1.5px solid #2e3192;
  transition: .4s;
}

.btn-order-page:hover{
  background: #fff;
  color: #2e3192;
}

.order-ptitle{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .5px;
}
/*---------------
order page over
--------------*/

/*------------------
schedul modal start
----------------*/

.schedule-bg{
  background: #3d2f9012;
  height: 100%;
  text-align: center;
}

.schedule-title{
  font-size: 24px;
    font-weight: 600;
}

.schedule-desc{
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 1.8;
}

.btn-sch{
  width: 140px;
  height: 40px;
  color: #1d1d1d;
  font-size: 14px;
  background: #f4f4f4;
  border-radius: 50px;
}

.btn-sch.active{
  color: #fff;
  background: #3d2f90;
}

/*------------------
schedul modal over
----------------*/

/*---------------
tips modal strat
---------------*/

.tips-modal-title{
  font-size: 24px;
  font-weight: 600;
}

.tp-title{
  font-size: 15px;
  letter-spacing: .5px;
  font-weight: 600;
}

.tp-list{
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .5px;
  list-style: disc;
}

.txt-underline{
  text-decoration: underline !important;
}

/*--------------
tips modal over
--------------*/

.top-29 {
  top: 29px;
}

.alert-custom{
  position: relative;
}

.alert-custom:before{
  position: absolute;
  content: "\f058";
  font-size: 18px;
  top: -3px;
  left: -3px;
  font-family: 'FontAwesome';
}

/* .promo-code-msg {
  background-color: #0D8547;
  padding: 5px;
}

.promo-code-msg > i{
  font-size: large;
  float: left;
  margin: 7px;
  color: white;
}

.promo-code-msg > p {
  color: white;
  margin: 5px;
}

.promo-code-msg > p > a {
  color: white;
  text-decoration-line: underline !important;
} */

[disabled="disabled"] {
  cursor: not-allowed;
}

[disabled] {
  cursor: not-allowed;
}

/*----------------
view modal strat
---------------*/
.view-m-img{
  background: #3d2f9012;
  height: 100%;
  text-align: center;
}

.vm-title{
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.vm-price{
  width: calc(100% - 50%);
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px;
}

.btn-vdone{
  width: 100px;
  height: 40px;
  color: #1d1d1d;
  background: #f4f4f4;
  border-radius: 50px;
  line-height: 40px;
  font-size: 14px;
  padding: 0;
}

/*----------------
view modal over
---------------*/

/*---------------
Tax Option start
---------------*/

.currency-tax{
  position: absolute;
  right: 15px;
  top: 15px;
}

.tax-m-box{
  background: #f7f7f7;
  padding: 16px 30px 16px 90px;
  position: relative;
  transition: .4s;
}

.tax-m-box:before{
  position: absolute;
  content: url(../images/ic_info.png);
  top: 50%;
  left: 5%;
  transform: translate(-5%, -50%);
  text-align: center;
}

/*---------------
Tax Option over
---------------*/
/*-------------css------------*/

/*------------------
Blog section start
-----------------*/
.block-box {
    width: 50%;
    text-align: center;
    margin: 0 -1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px;
    display: inline-block;
    transition: .4s;
}

.blog-img {
    position: relative;
    overflow: hidden;
}

.blog-img a {
    height: 14vw;
    width: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.blog-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blog-sm-box{
  text-align: left;
  margin-top: .5rem;
}

.blog-m-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .3px;
}

.blog-sm-desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

.b-item{
  padding: 5px;
}

.btn-read{
  font-size: 13px;
  border-radius: 50px;
  border: 1.4px solid #3d2f90;
}

/*------------------
Blog section over
-----------------*/

/*
loader css
*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff87;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url("../../img/status.gif");
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
.sticky-sm-btn.sticky-btn{
  position: fixed;
  z-index: 1111;
  top: 0;
  right: 0;
  left: 0;
  /* padding: 10px; */
}
.bg-gray {
  background-color: #aaa;
  color: black;
  font-size: 18px;
  border-radius: 50px;
  padding: .375rem 1.2rem;
  border: 2px solid #aaa;
}
/*FARHAN*/
.logo-width {
 max-width: 142px;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
#event_holder{display: flex;flex-wrap: wrap;gap: 25px;}
#event_holder .e-all-block{width: 48%;margin-block: 0;}
.header-title{font-size: 38px;}
.h-title-child{letter-spacing: 0;}
.new-event-img{border-radius: 10px;height: 150px;object-fit: cover;}
.new-event-section{margin: 25px;}
.bank-name{color: #536b75;margin-bottom: 0;font-size: 15px;margin-top: 5px;}
.event-name-city{font-size: 16px;color: #031419;line-height: 1.5rem;margin-bottom: 0;font-weight: 700;}
.rating-review{font-size: 18px;color:#031419;margin-bottom: 0;font-weight: 700;margin-right: 5px;}
.rating-star-section span{color: #df7b00;font-size: 18px;}
.rating-review-count{font-size: 18px;margin-bottom: 0;font-weight: 400;margin-left: 5px;}
.event-date{margin-bottom: 0;color: #536b75;font-size: 14px;font-weight: 100;}
.event-price{margin-bottom: 0;color: #031419;font-size: 14px;font-weight: 300;}
.event-price b{font-weight: 800;}


.o-detail,
.e-overview .ed-title,
.e-overview .o-detail,
.e-movie-name,
.e-card p,
.e-date,
.new-dash-badge,
.e-money,
.e-card,
.book_ticket,
.social-title,
.smo-title,
.dm-box h6,
.btn-contact,
.header-title,
.h-browse-title2,
.pac-target-input,
.main-title,
.bank-name,
.event-name-city,
.event-date,
.event-price,
.list-inline-item,
.btn-sign-in,
.f-copyright,
.o-name,
.o-date-type,
.promo-code-lbl,
.show-name,
.show-price,
.small-txt,
.o-company,
.btn-chkout,
.o-summery,
.code-list p,
.o-price p,
.summary-title,
.sm-link,
.sm-detail,
.th-title,
.dm-td,
.reg-time,
.dm-box p,
.sm-info-title,
.required-rest,
.t-form-group,
#order_register_form span,
.events h1,
.events h5,
.events h6,
.regi-login .regi-login-form-inner .regi-login-form h3,
.sign-in-text,
.themegreen-bg,
.sign-text,
.h-browse-title,
.h-browse-title2,
.e-form-btn,
.e-all-title,
.events-img-title,
.events-time,
.events-subscribe,
#loadMoreEventButton,
#popular_event_holder,
.e-like-title,
.e-like-detail,
.org-name,
.edash-inner-title,
.btn-sc,
#area_search_close span,
.c-control,
.date_search_text,
#area_label,
.select-selected,
#event_holder,
#organizer_modal .modal-title,
#organizer_modal .form-label,
#organizer_modal .e-input,
#organizer_modal .btn-sch,
.edm-title,
.edm-detail,
.btn-edm-continue,
.e-like-title,
.e-like-detail,
.t-label,
.user-name,
.profile-bar,
.m-title,
#live_tickets_holder,
.list-unstyled li a,
#show_past_tickets_btn,
.ac-navbar .nav-li .nav-a,
.dash-drop-item,
.interest-title,
.interest-detail,
.step-text,
.i-card-title,
.btn-interest,
.btn-i-manage,
.email-tab,
.view-e-img h1,
.btn-follow,
.events-location,
.collection-title,
.collection-u-name,
.btn-book-ticket,
.following-block,
.following-block p a,
.following-name a,
.following-btn button,
body{
  /* font-family: "Montserrat", sans-serif; */
  font-family: "Figtree", serif !important;
}

.new-event-img{min-width: 100%;}


#mange-event .modal-body .col-lg-4,
.scroll-btn,
.back-btn,
.back-ticket.second-tab,
.show-selector,
.btn-chkout,
#organizer_modal .active.btn-sch,
.collection-box{background-color: #fefb53 !important;}
.m-event-name,
.second-tab{background-color: #000000;}
.collection-header#view_section,
.collection-title:before{background: #000000;}

.o-name,
.o-date-type,
.promo-code-lbl,
.show-name,
.show-price,
.back-ticket,
.ticket-list,
.btn-book-ticket{color: #fefb53 !important;}

.scroll-btn,
.show-selector,
.btn-chkout,
#organizer_modal .active.btn-sch,
.collection-title,
.back-ticket.second-tab,
.header-title,
.h-browse-title2{color: #000000 !important;}

.show-selector,
.btn-chkout{border-color: #000000;}


.header-title,
.h-browse-title2{
    color: #ffffff !important;text-shadow: 1px 1px #000000;
}
#event_holder .bank-name{display: none !important;}



@media(max-width: 576px){
    .new-event-img{height: auto;}
    
    .header-title{font-size: 25px !important;color: #ffffff !important;text-align: center;text-shadow: 1px 1px #000000;}
    .h-browse-title2{font-size: 18px; color: #ffffff !important;text-align: center;text-shadow: 1px 1px #000000;}
    .header-bg .ccontainer .row .row .col-md-12.mt-5{margin-top: 0 !important;}
} 


.e-img-section{
  background-color: #fefb53;
  padding: 10px;
  width: 44px;
  border-radius: 100%;
}
.o-detail p{
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    margin-bottom: 15px;
}


/* 20-01-2025 Css Start */

/* .topbar,
.f-signin{display: none !important;} */
.sign-up{background-image:  url("https://sellout-tickets.com/assets/user/images/image.jpg");height: 100vh;width: 100%;background-repeat: no-repeat;background-size: cover;display: flex;align-items: flex-end;position: sticky;top: 0;}
.regi-login-form{box-shadow: 0px 4px 15px 0px #2A85FF0F;padding: 50px 70px;border: 1px solid #F5F5F5;border-radius: 40px;width: 600px;}
.sign-in-title{color: #242424 !important;font-size: 35px !important;text-transform: none !important;margin-bottom: 30px !important;font-family: "Figtree", serif !important;}
.sign-in-logo{margin-bottom: 30px;}
.sign-up-input-section{position: relative;}
.sign-up-form .sign-up-btn{position: absolute;left: 0;width: 50px;height: 50px;border-radius: 40px 0 0 40px;border: none;border: 1px solid #E5E5E5;border-right: none;background-color: #F5F5F5;color: #AFAFAF;line-height: 50px;}
.sign-up-input-section .form-control,
.sign-up-input-section .form-control:focus{height: 50px !important;border-radius: 40px !important;padding-left: 50px;background-color: #F5F5F5;border: 1px solid #E5E5E5 !important;font-family: "Figtree", serif !important;}
.sign-up-form .form-label{color: #242424;font-size: 18px;font-weight: 500;text-align: left !important;display: block;font-family: "Figtree", serif !important;}
.sign-up-input-section.error-parent .sign-up-btn,
.error-parent .form-control{background-color: #F2DEDE !important;color: #B94A48 !important;}
.sign-up-input-section.success-parent .sign-up-btn,
.success-parent .form-control{background-color: #DFF0D8 !important;color: #468847 !important;}
.parsley-required,
.parsley-type{padding-top: 15px;text-align: left;}
.forgot-password-link{text-align: right !important;font-weight: 600 !important;display: block;margin-top: 10px;font-family: "Figtree", serif !important;font-size: 16px;}
.login-btn{background: #2A85FF;padding: 13px;display: block;width: 100%;color: #FFFFFF;font-size: 18px;border: none;border-radius: 40px;margin-top: 75px;font-family: "Figtree", serif !important;}
/* 20-01-2025 Css End */

/* 21-01-2025 Css Start */
.or-text{position: relative;font-size: 14px;font-weight: 400;text-align: center;font-family: "Figtree", serif;margin-block: 25px;color: #AFAFAF;width: 70%;margin-inline: auto;}
.or-text span{background-color: #ffffff;position: relative;padding-inline: 15px;z-index: 1;}
.or-text:after{position: absolute;content: '';left: 0;border-bottom: 1px solid #D1D1D166;width: 100%;top: 50%;transform: translateY(-50%);}
.regi-login-form .social-btn-group{display: flex;grid-gap: 15px;justify-content: center;margin-bottom: 25px;}
.social-btn{background-color: #DBEBFF;border: none;border-radius: 35px;padding: 13px 25px;color: #2A85FF;font-family: "Figtree", serif !important;}
.social-btn img{margin-right: 10px}
.sign-up-link{font-size: 16px;font-weight: 600;text-align: center;font-family: "Figtree", serif !important;color: #AFAFAF;margin-bottom: 0;}
.sign-up-link a{color: #2A85FF;border-bottom: 1px solid #2A85FF;}
.sign-up-review-card{border-radius: 20px;background: #C9C9C933;color: #ffffff;backdrop-filter: blur(5px);}
.sign-up-review-card-item{padding: 0 40px 40px 40px;}
.sign-up-review-description{font-family: "Figtree", serif !important;font-size: 19px;font-weight: 400;text-align: left;font-style: italic;}
.sign-up-review-description img{width: 20px !important;display: inline-block !important;}
.sign-up-review-name{font-family: "Figtree", serif !important;font-size: 16px;font-weight: 500;line-height: 19.2px;text-align: left;color: #E7E5E4;margin-bottom: 6px;}
.sign-up-review-post{font-family: "Figtree", serif !important;font-size: 14px;font-weight: 400;line-height: 16.8px;text-align: left;color: #BBB4B3;margin-bottom: 0;}
.review-star-section{display: flex;align-items: center;gap: 6px;}
.review-star-section i{color: #FFFFFF;font-size: 16px;}
.reset-password-description{font-family: "Figtree", serif !important;font-size: 16px;font-weight: 400;line-height: 19.2px;text-align: center;}
.cancel-btn{border: 1px solid #2A85FF !important;background-color: #ffffff;padding: 13px;display: block;width: 100%;color: #2A85FF;font-size: 18px;border: none;border-radius: 40px;margin-top: 15px;font-family: "Figtree", serif !important;}
.forgot-password-btn{margin-top: 160px !important;}
/* .header-section{position: absolute;width: 100%;padding: 50px 0;} */
.header-section{z-index: 1;position: relative;top: 30px;}
.categories-link{color: #ffffff;text-decoration: none;font-family: "Figtree", serif !important;font-size: 18px;font-weight: 600;font-family: "Figtree", serif !important;transition: 0.4s;}
/* 21-01-2025 Css End */


/* 22-01-2025 Css Start */
.header-right-ul{display: flex;justify-content: end;align-items: center;gap: 30px;}
.header-right-links span{color: #ffffff;transform: 0.4s;font-family: "Figtree", serif !important;font-size: 18px;font-weight: 500;    display: inline-block;
  vertical-align: middle;}
.header-right-links:hover span,
.categories-link:hover{color: #ffffff;opacity: 0.7;}
.btn-sign-in{background: #2A85FF;border: 1px solid #FFFFFF;border-radius: 50px;padding: 13px 30px;font-family: "Figtree", serif !important;font-size: 20px;font-weight: 600;text-transform: none;}
/* 22-01-2025 Css End */


/* 24-01-2025 Css Start */
.header-title{font-family: "Figtree", serif !important;font-size: 65px;font-weight: 700;line-height: 84px;text-align: left;color: #ffffff;}
.h-browse-title2{font-family: "Figtree", serif !important;font-size: 24px;font-weight: 400;line-height: 28.8px;text-align: left;color: #ffffff;margin-bottom: 50px !important;}
/* 24-01-2025 Css End */

/* 25-01-2025 Css Start */
.search-icon{background-color: #F6F6F0;color: #242424;border-radius: 40px 0 0 40px;height: 50px;width: 50px;line-height: 50px;text-align: center;margin-bottom: 0;font-size: 19px;border: 1px solid #DDDED3;border-right: none;padding-left: 15px;}
#browse_page_form .form-control,
#browse_page_form  .select-input,
#browse_page_form input{background: #F6F6F0 !important;color: #242424;text-align: left;height: 50px;border: 1px solid #DDDED3;border-right: none;border-left: none;font-family: "DM Sans", serif !important;}
.close-icon{background: #F6F6F0 !important;color: #242424;border-radius: 0 40px 40px 0;text-align: center;margin-bottom: 0;height: 50px;width: 50px;line-height: 50px;font-size: 15px;border: 1px solid #DDDED3;border-left: none;padding-right: 15px;}
.close-icon i{border: 3px solid #242424;border-radius: 100%;padding: 2.5px 3.5px;}
.close-icon:hover{cursor: pointer;}
#browse_page_form .form-group{justify-content: flex-start;}
.event-box{border: 1px solid #F5F5F5;box-shadow: 0px 4px 15px 0px #2A85FF0F;padding: 25px;border-radius: 20px;margin-bottom: 20px;}
.events .main-title{font-family: "Figtree", serif !important;font-size: 45px;font-weight: 700;line-height: 50px;text-align: left;color: #242424;margin-bottom: 0;text-transform: none;}
.event-box-title{font-family: "Figtree", serif !important;font-size: 24px;font-weight: 600;line-height: 28.8px;text-align: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #242424;margin-bottom: 20px;}
.event-top-image{padding-block: 0 !important;position: relative;width: 80% !important;left: 0;}
.event-bottom-image{padding-block: 0 !important;width: 80% !important;left: 20%;position: relative;margin-top: -60%;}
.event-slider-section{left: 120px;position: relative;}
.events{overflow: hidden;}
.event-slider.owl-carousel .owl-nav.disabled,
.show-slider.owl-carousel .owl-nav.disabled,
.show-slider-1.owl-carousel .owl-nav.disabled,
.show-slider-2.owl-carousel .owl-nav.disabled,
.similar-event.owl-carousel .owl-nav.disabled,
.similar-event-1.owl-carousel .owl-nav.disabled,
.multiple-event .owl-carousel .owl-nav.disabled,
.multiple-event .owl-carousel .owl-nav{display: block;position: absolute;top: -100px;left: calc(100% - 350px);}
.owl-carousel .owl-nav button span{position: relative;background: #F5F5F5;padding: 10px 15px;border-radius: 100%;transition: 0.4s;}
.owl-carousel .owl-nav button.owl-next span:after{content: '';background: url(../images/black-right.png), #F5F5F5;position: absolute;width: 20px;height: 20px;background-size: contain;left: 50%;top: 50%;background-position: center;background-repeat: no-repeat;transform: translate(-50%, -50%);transition: 0.4s;}
.owl-carousel .owl-nav button.owl-prev span:after{content: '';background: url(../images/black-left.png), #F5F5F5;position: absolute;width: 20px;height: 20px;background-size: contain;left: 50%;top: 50%;background-position: center;background-repeat: no-repeat;transform: translate(-50%, -50%);transition: 0.4s;}
.owl-carousel .owl-nav button:hover span{background: #2A85FF;}
.owl-carousel .owl-nav button.owl-next:hover span:after{content: '';background: url(../images/white-right.png), #2A85FF;position: absolute;background-size: contain;background-position: center;background-repeat: no-repeat;transform: translate(-50%, -50%);}
.owl-carousel .owl-nav button.owl-prev:hover span:after{content: '';background: url(../images/white-left.png), #2A85FF;position: absolute;background-size: contain;background-position: center;background-repeat: no-repeat;transform: translate(-50%, -50%);}
.owl-carousel .owl-nav button.owl-next span{left: 5px;}
.owl-carousel .owl-nav button.owl-prev span{left: -5px;}
.allevent-btn-section{padding-bottom: 70px;}
.common-btn{background-color: #2A85FF;color: #ffffff;border-radius: 50px;margin-block: 30px;font-family: "Figtree", serif !important;font-size: 20px;font-weight: 600;line-height: 24px;padding: 15px 30px;border: 1px solid #2A85FF;transition: 0.4s;}
.common-btn:hover{background-color: transparent;color: #000000;}
.footer{border-top: 1px solid #C8C7C7;background-color: #F5F5F5;padding-top: 90px;}
.footer-logo img{width: 192px;}
.footer-links-title{font-family: "Figtree", serif !important;font-size: 22px;font-weight: 700;line-height: 26.4px;text-align: left;margin-bottom: 25px;color: #242424;}
.footer-links-ul{list-style: none;}
.footer-links-li{margin-bottom: 15px;}
.footer-links{font-family:"Figtree", serif !important;font-size: 18px;font-weight: 500;line-height: 21.6px;text-align: left;color: #242424;}
.footer-social-icon-ul{display: flex;gap: 15px;}
.footer-social-icon-li{background-color: #2A85FF;border-radius: 100%;width: 40px;height: 40px;display: flex;align-items: center;justify-items: center;transition: 0.4s;border: 1px solid #2A85FF;}
.footer-social-icon-li .white-logo{display: inline-block;opacity: 1;}
.footer-social-icon-li .black-logo{display: none;opacity: 0;}
a.footer-social-icon{width: 100%;text-align: center;}
.footer-social-icon-li:hover .black-logo{display: inline-block;opacity: 1;}
.footer-social-icon-li:hover .white-logo{display: none;opacity: 0;}
.footer-social-icon-li:hover{background-color: transparent;border-color: #000000;}
.bottom-footer{border-top: 1px solid #C8C7C7;padding-block: 20px;}
.footer-bottom-text{font-family: "Figtree", serif !important;font-size: 16px;font-weight: 500;line-height: 19.2px;text-align: center;margin-bottom: 0;color: #85867E;}
.footer-top{padding-bottom: 50px;}
.bottom-footer .footer-social-icon-ul{display: none;}
.h-browse-event .h-browse-title{font-family: "Figtree", serif !important;font-size: 65px;font-weight: 700;line-height: 65px;margin-bottom: 25px;}
.h-browse-event .h-browse-title2{text-align: center !important;}
.event-list-category .h-browse-title2{margin-bottom: 0 !important;}
.event-detail-page{background-image: url(../images/event-detail-banner.jpg) !important;}
.min-h-570{min-height: 570px;}
.min-h-470{min-height: 470px;}
.dropdown-title-header{font-family: "Figtree", serif !important;font-size: 20px;font-weight: 700;line-height: 24px;text-align: left;color: #FFFFFF;text-transform: none;}
.c-dropdown-categories{left: calc(50% - 20px);max-width: 100%;width: calc(100% - 220px);top: 90%;transform: translateX(-50%);backdrop-filter: blur(10px);}
.c-dropdown-categories:before{right: calc(100% - 120px);}
.dropdown-header-ul{display: grid;grid-template-columns: repeat(5, 1fr);gap: 15px;}
.dropdown-header-links{display: flex;align-items: center;}
.dropdown-header-links p{font-family: "Figtree", serif !important;font-size: 16px;font-weight: 500;line-height: 19.2px;margin-bottom: 0;margin-left: 10px;color: #FFFFFF;text-transform: none;}
.event-list .events .main-title{color: #202020;text-transform: none;}
.event-list .event-box-title{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.header-bg.event-detail-page{background-image: url(../images/home-banner.jpg) !important;}
.min-h-774{min-height: 774px;}
.show-event-box{border: 1px solid #F5F5F5;box-shadow: 0px 4px 15px 0px #2A85FF0F;border-radius: 20px;margin-bottom: 20px;}
.show-event-title-section{display: flex;align-items: flex-end;}
.show-event-title{font-family: "Figtree", serif !important;font-size: 22px;font-weight: 600;line-height: 28px;text-align: left;color: #242424;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;width: calc(100% - 120px);}
.show-event-title-section{position: relative;}
.show-event-date-section{position: absolute;right: 0px;top: -3.5rem;border-radius: 5px 5px 0 0;border: 3px solid #ffffff;background-color: #ffffff;}
.show-event-month{margin-bottom: 0;font-family: "Figtree", serif !important;font-size: 16px;font-weight: 700;line-height: 19.2px;text-align: center;color: #FFFFFF;background-color: #2A85FF;padding: 7px 15px;border-radius: 5px 5px 0 0;}
.show-event-date{font-family: "Figtree", serif !important;font-size: 24px;font-weight: 700;line-height: 28.8px;text-align: center;color: #2A85FF;border-radius:  0 0 5px 5px;background-color: #E2F0FF;margin-bottom: 0;padding: 2.5px 7px;}
.location-icon{width: 18px !important;height: 18px;}
.location-name img{margin-right: 5px;}
.location-name{font-family: "Figtree", serif !important;font-size: 16px;font-weight: 500;line-height: 19.2px;text-align: left;display: flex;align-items: center;color: #242424;margin-bottom: 0;width: calc(100% - 180px);}
.from-price{font-family: "Figtree", serif !important;color: #85867E;font-size: 16px;font-weight: 400;line-height: 19.2px;text-align: right;margin-bottom: 0;}
.from-price span{font-family: "Figtree", serif !important;color: #242424;font-size: 20px;font-weight: 700;line-height: 19.2px;text-align: right;}
.location-section{display: flex;align-items: center;justify-content: space-between;}
.event-list .allevent-btn-section{padding-bottom: 50px;}
.event-list .c-title{padding-top: 50px;}
.star-btn{position: absolute;top: 20px;right: 20px;background: #79797966;border-radius: 15px;border: none;padding: 5px 10px;color: #ffffff;}
.star-btn i{color: #DEAF0A;margin-right: 5px;}
.categories-card{background-color: #EAF3FF;border-radius: 25px;padding: 25px 50px ;margin-bottom: 100px;}
.categories-card-title{color: #202020;font-family: "Figtree", serif !important;font-size: 45px;font-weight: 700;line-height: 60px;text-align: left;margin-bottom: 30px;}
.categories-btn-group{gap: 15px;display: flex;flex-wrap: wrap;}
.categories-btn{font-family: "Figtree", serif !important;font-size: 20px;font-weight: 500;line-height: 24px;text-align: left;color: #85867E;padding: 10px 20px;border-color: transparent;border-radius: 25px;background-color: #ffffff;}
.categories-box{background:url(../images/bg-img-2.png);background-size: cover;background-repeat: no-repeat;width: 100%;padding: 35px;text-align: center;background-position: 0 60%;border-radius: 25px;height: 100%;}
.categories-box-section{margin-bottom: 100px;}
.categories-box-description{font-family: "Figtree", serif !important;font-size: 18px;font-weight: 500;line-height: 30px;text-align: center;margin-bottom: 0;color: #85867E;}
.event-tab-section{padding-block: 60px;}
.event-tab-section .nav-link{color: #85867E;font-family: "Figtree", serif !important;font-size: 20px;font-weight: 400;line-height: 24px;text-align: left;background-color: transparent;transition: 0.4s;border-bottom: 1px solid #dee2e6;border-radius: 0;}
.event-tab-section .nav-tabs .nav-link:focus,
.event-tab-section .nav-link.active,
.event-tab-section .nav-link:hover{border: none;color: #2A85FF;border-bottom:1px solid #2A85FF;font-weight: 700;}
.event-tab-section .event-tab-title{font-family: "Figtree", serif !important;font-size: 32px;font-weight: 700;line-height: 38.4px;text-align: left;color: #242424;margin-bottom: 0;}
.event-tab-title-section,
.event-tab-select-section{padding-block: 40px 20px;}
.event-tab-select select{border: 1px solid #C8C7C7;background: #F5F5F5;padding: 10px 40px 10px 20px;border-radius: 40px;appearance: none;-webkit-appearance: none;-moz-appearance: none;position: relative;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.event-tab-select:after{background: url(../images/arrow-down.png);background-position: 100% 50%;background-repeat: no-repeat;content: '';position: absolute;width: 16px;z-index: 999;height: 16px;right: 10px;top: 50%;transform: translateY(-50%);background-size: cover;transition: 0.4s;}
.event-tab-select {position: relative;display: inline-block;}
.event-tab-select.open:after {transform: translateY(-50%) rotate(180deg);}
.pagination-section {padding-block: 50px 40px;}
.pagination-section .pagination{justify-content: center;}

.pagination-section .pagination-btn:hover .page-link,
.pagination-section .pagination-btn.active .page-link{background-color: #2A85FF;color: #ffffff;}
.pagination-section .next-btn .page-link:after{content: '';background: url(../images/black-right.png);position: absolute;width: 20px;height: 20px;background-size: contain;left: 50%;top: 50%;background-position: center;background-repeat: no-repeat;transform: translate(-50%, -50%);transition: 0.4s;}
.pagination-section .prev-btn .page-link:after{content: '';background: url(../images/black-left.png);position: absolute;width: 20px;height: 20px;background-size: contain;left: 50%;top: 50%;background-position: center;background-repeat: no-repeat;transform: translate(-50%, -50%);transition: 0.4s;}
.pagination-section .page-item .page-link{height: 40px;width: 40px;line-height: 40px;border-radius: 100%;padding: 0;text-align: center;background-color: #f5f5f5;color: #242424;}
.pagination-section .pagination-btn.prev-btn .page-link,
.pagination-section .page-item:hover .page-link{height: 40px;width: 40px;line-height: 40px;border-radius: 100%;padding: 0;text-align: center;background-color: #2A85FF;}
.pagination-section .pagination-btn.next-btn .page-link,
.pagination-section .pagination-btn.prev-btn .page-link{position: relative;display: block;height: 50px;width:50px;background-color: #F5F5F5;border-radius: 100%;transition: 0.4s;padding: 0;text-align: center;line-height: 50px;}
.pagination-section .pagination{align-items: center;gap: 15px;}
.pagination-section .next-btn:hover .page-link:after{content: '';background: url(../images/white-right.png);background-size: contain;background-repeat: no-repeat;left: 50%;top: 60%;width: 20px;height: 20px;position: absolute;}
.pagination-section .prev-btn:hover .page-link:after{content: '';background: url(../images/white-left.png);background-size: contain;background-repeat: no-repeat;left: 50%;top: 60%;width: 20px;height: 20px;position: absolute;}
.pagination-section .pagination-btn.prev-btn:hover .page-link,
.pagination-section .pagination-btn.next-btn:hover .page-link{background-color: #2A85FF;cursor: pointer;}
.before-login-header .ac-navbar:before{position: relative;background: transparent;}
.before-login-header .c-container{margin-inline: auto;position: absolute;left: 50%;transform: translateX(-50%);}
.event-list-category .breadcrumb-section,
.show-event-detail-section .breadcrumb-section{position: absolute;left: 50%;transform: translateX(-50%);width: 90%;top: 150px;z-index: 1;}
.event-list-category .breadcrumb-section .breadcrumb,
.show-event-detail-section .breadcrumb-section .breadcrumb{background-color: transparent;}
.event-list-category .breadcrumb-section .breadcrumb-item+.breadcrumb-item::before,
.show-event-detail-section .breadcrumb-section .breadcrumb{content: '\f054';color: #85867E;font-size: 18px;font-family: 'FontAwesome';}
.event-list-category .breadcrumb-section .breadcrumb-item a,
.show-event-detail-section .breadcrumb-section .breadcrumb-item a{color: #85867E;font-family: "Figtree", serif !important;font-size: 18px;font-weight: 500;line-height: 21.6px;text-align: left;}
.event-list-category .breadcrumb-section .breadcrumb-item,
.show-event-detail-section .breadcrumb-section .breadcrumb-item{color: #ffffff;font-family: "Figtree", serif !important;font-size: 18px;font-weight: 500;line-height: 21.6px;text-align: left;}
.breadcrumb-mobile-section{display: none;}
.breadcrumb-mobile-section .back-btn{padding: 7px 12px 7px 12px;font-family: "Figtree", serif !important;font-size: 12px;font-weight: 500;line-height: 14.4px;text-align: left;position: absolute;z-index: 1;top: 100px;width: auto;border: 1px solid #ffffff;color:#ffffff;background-color: transparent !important;line-height: 14.4px;}
.show-event-detail-section .event-detail-page{background-image: url(../images/bg-image-1.jpg) !important;position: relative;}
.show-event-detail-section .event-detail-page:after{position: absolute;width: 100%;left: 0;top: 0;content: '';backdrop-filter: blur(10px);background: #000000c7;height: 100%;border-radius: 20px;}
/* .show-event-content-section{margin-top: -220px;} */
.e-detail-header-section{display: flex;align-items:flex-start;margin-bottom: 40px;}
.e-detail-img-section{width: 36%;}
.e-detail-heading-section{padding-left: 50px;width: 64%;}
.e-detail-heading{font-family: "Figtree", serif !important;font-size: 40px;font-weight: 600;line-height: 45px;text-align: left;color: #FFFFFF;}
.show-event-detail-page .e-detail-heading{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;  overflow: hidden;}
.review-star{color: #DEAF0A;font-size: 20px;}
.rating-counting{font-family: "Figtree", serif !important;font-size: 18px;font-weight: 600;line-height: 21.6px;text-align: left;color: #FFFFFF;margin-right: 10px;}
.review-people-counting{color: #85867E;font-family: "Figtree", serif !important;font-size: 18px;font-weight: 500;line-height: 21.6px;text-align: left;margin-left: 10px;}
.star-review-section{display: flex;align-items: center;}
.e-detail-btn-section{display: flex;gap: 20px;}
.e-detail-btn{font-family: "Figtree", serif !important;font-size: 18px;font-weight: 600;line-height: 21.6px;padding: 11px 22px;border-radius: 40px;border: 1px solid #2A85FF;}
.bg-blue{background-color: #2A85FF;color: #FFFFFF;}
.light-blue{background-color: #ffffff;color: #2A85FF;}
.show-event-detail-page .show-event-content-section .e-overview .ed-title{font-family: "Figtree", serif !important;font-weight: 700;line-height: 36px;text-align: left;color: #242424;margin-bottom: 25px;}
.show-event-detail-page .show-event-content-section .e-overview .o-detail h1,
.show-event-detail-page .show-event-content-section .e-overview .o-detail h2,
.show-event-detail-page .show-event-content-section .e-overview .o-detail h3,
.show-event-detail-page .show-event-content-section .e-overview .o-detail h4,
.show-event-detail-page .show-event-content-section .e-overview .o-detail h5,
.show-event-detail-page .show-event-content-section .e-overview .o-detail h6{font-family: "Figtree", serif !important;font-weight: 700;text-align: left;color: #242424;margin-bottom: 25px;}
.show-event-detail-page .show-event-content-section .e-overview .o-detail p,
.show-event-detail-page .show-event-content-section .e-overview .o-detail{font-family: "Figtree", serif !important;font-size: 20px;font-weight: 400;line-height: 25px;text-align: left;color: #85867E;}
.show-event-detail-page .show-event-content-section .e-overview .o-detail{margin-bottom: 50px;}
.show-event-detail-page .show-event-content-section .e-overview .o-detail a{color: #2A85FF;}
.show-event-detail-page .show-event-content-section .e-overview{margin-bottom: 90px;}
.show-event-detail-page .show-event-content-section .e-overview .o-detail ul{padding-left: 30px;}
.show-event-detail-page .show-event-content-section .e-overview .o-detail ul li{margin-bottom: 15px;position: relative;}
.show-event-detail-page .show-event-content-section .e-overview .o-detail ul li:after{position: absolute;content:'';top: 50%; left: -15px;height: 5px;width: 5px;background-color: #85867E;transform: translateY(-50%);border-radius: 100%;}
.show-event-detail-page .user-photo-gallery-section .main-title,
.user-review-section .main-title{color: #242424;font-family: "Figtree", serif !important;font-size: 45px;font-weight: 700;line-height: 60px;text-align: left;margin-bottom: 0;}
.show-event-detail-page .user-photo-gallery-section .c-title{padding-top: 0;}
.show-event-detail-page .user-photo-gallery-section .event-image{padding-block: 0;border-radius: 20px;aspect-ratio: 16 / 10;object-fit: cover; object-position: center;}
.show-event-detail-page .user-photo-gallery-section .event-box{padding: 0;}
.show-event-detail-page .user-photo-gallery-section .event-slider-section,
.user-review-section .event-slider-section{left: 0;}
.photo-gallery-slider .owl-nav.disabled,
.user-review-slider .owl-nav.disabled,
.similar-event .owl-nav.disabled{display: block;position: absolute;top: -115px;right: 0;}
.photo-gallery-slider .owl-nav.disabled button.owl-next span:before,
.user-review-slider .owl-nav.disabled button.owl-next span:before,
.similar-event .owl-nav.disabled button.owl-next span:before{content: '';background: url(../images/black-right.png);position: absolute;width: 20px;height: 20px;background-size: contain;left: 50%;top: 50%;background-position: center;background-repeat: no-repeat;transform: translate(-50%, -50%);transition: 0.4s;}
.photo-gallery-slider .owl-nav.disabled button.owl-prev span:before,
.user-review-slider .owl-nav.disabled button.owl-prev span:before,
.similar-event .owl-nav.disabled button.owl-prev span:before{content: '';background: url(../images/black-left.png);position: absolute;width: 20px;height: 20px;background-size: contain;left: 50%;top: 50%;background-position: center;background-repeat: no-repeat;transform: translate(-50%, -50%);transition: 0.4s;}
.photo-gallery-slider .owl-nav.disabled button span,
.user-review-slider .owl-nav.disabled button span,
.similar-event .owl-nav.disabled button span{height: 40px;width: 40px;line-height: 40px;border-radius: 100%;padding: 0;text-align: center;background-color: #f5f5f5;display: block;}
.photo-gallery-slider .owl-nav.disabled button:hover span,
.user-review-slider .owl-nav.disabled button:hover span,
.similar-event .owl-nav.disabled button:hover span{height: 40px;width: 40px;line-height: 40px;border-radius: 100%;padding: 0;text-align: center;background-color: #2A85FF;}
.support-icon-image{margin-bottom: 25px;}
.support-card{border: 1px solid #F5F5F5;box-shadow: 0px 4px 15px 0px #2A85FF0F;padding: 25px;border-radius: 20px;background-color: #ffffff;}
.support-title{font-family: "Figtree", serif !important;font-size: 26px;font-weight: 600;line-height: 31.2px;text-align: left;margin-bottom: 10px;}
.support-description{font-family: "Figtree", serif !important;font-size: 18px;font-weight: 500;line-height: 21.6px;text-align: left;color: #85867E;}
.support-description a{color: #2A85FF;}
.support-girl-image{width: 100%;}
.user-review-card{border: 1px solid #F5F5F5;box-shadow: 0px 4px 15px 0px #2A85FF0F;padding: 30px;background-color: #fff;border-radius: 20px;}
.user-review-section{margin-bottom: 25px;}
.user-review{font-family: "Figtree", serif !important;font-size: 20px;font-style: italic;font-weight: 500;line-height: 28px;text-align: left;color: #85867E;}
.user-profile-card-footer-section{display: flex;align-items: center;justify-content: space-between;}
.profile-image{border-radius: 100%;width: 50px;height: 50px;}
.user-name{font-family: "Figtree", serif !important;font-size: 20px;font-weight: 600;line-height: 24px;text-align: left;margin-bottom: 0;color: #242424;}
.user-date{font-family: "Figtree", serif !important;font-size: 16px;font-weight: 500;line-height: 19.2px;text-align: left;margin-bottom: 0;color: #85867E;}
.user-name-section{padding-left: 15px;}
.user-star-section span{font-size: 20px;color: #DEAF0A;}
.similar-event .owl-nav.disabled{right: 200px;}
.support-girl-image{width: 100%;}
.support-icon-image{width: 35px;}
.e-detail-img-section img{width: 100%;border-radius: 20px;aspect-ratio: 16 / 9;}
.m-event-name, .second-tab{background-color: #ffffff;}
.o-name,
.o-date-type,
.promo-code-lbl,
.show-name,
.show-price, .back-ticket, .ticket-list, .btn-book-ticket{color: #242424 !important;}
#mange-event .modal-body .col-lg-4, .scroll-btn, .back-btn, .back-ticket.second-tab, .show-selector, .btn-chkout, #organizer_modal .active.btn-sch, .collection-box{background-color: #2a85ff !important;}
.o-summery,
.ticket-price-detail .gray,
.o-price,
.code-list p,
.scroll-btn,
.btn-chkout,
.back-btn .second-tab,
.ticket_qty,
.code-list{color: #ffffff !important;}

.checkout-event-header{margin-top: -128px;}
.checkout-event-image{width: 100%;border-radius: 20px;}
.checkout-event-name{font-family: "Figtree", serif !important;font-size: 44px;font-weight: 600;line-height: 52.8px;text-align: left;color: #FFFFFF;}
.min-h-330{min-height: 330px;}
.checkout-page .e-detail-heading-section{padding-left: 0;}
.checkout-page .checkout-title{font-family: "Figtree", serif !important;font-size: 24px;font-weight: 600 !important;line-height: 28.8px;text-align: left;color: #242424;}
.checkout-page .dm-box{background: #2A85FF;}
.checkout-page .login-info{color: #ffffff;}
.checkout-page .login-info .login-info-out{color: #000000;}
.checkout-page .card-box{box-shadow: 0px 4px 15px 0px #2A85FF0F;border: 1px solid #F5F5F5;border-radius: 20px;margin-top: 40px;padding: 30px;}
.checkout-page .form-label{font-size: 18px;color: #242424;font-family: "Figtree", serif !important;font-size: 18px;font-weight: 500;line-height: 21.6px;text-align: left;}
.checkout-page .card-box .form-control{background: #F5F5F5;border: 1px solid #E5E5E5;border-radius: 40px;}
.voucher-btn{width: 100%;border: none;background-color: #ffffff;text-align: left;}
.voucher-btn i{float: right;font-size: 26px;transform: rotate(180deg);transition: 0.4s;}
.voucher-btn.collapsed i{float: right;font-size: 26px;transform: rotate(0deg);}
.viewoffer-title{font-family: "Figtree", serif !important;font-size: 18px;font-weight: 500;line-height: 21.6px;text-align: left;margin-block: 25px 12px;}
.voucher-input,
.payment-detail-input{border: 1px solid #E5E5E5;background: #F5F5F5;display: block;width: 100%;padding: 15px 20px;border-radius: 40px;color: #85867E;font-size: 18px;height: 50px;}
.voucher-input::placeholder{color: #85867E;}
.apply-offer-btn{background: #2A85FF;margin-top: 25px;padding: 15px 30px;border-radius: 40px;color: #ffffff;border: none;font-family: "Figtree", serif !important;font-size: 20px;font-weight: 600;line-height: 24px;text-align: center;width: 100%;}
.available-voucher-card{background-color: #EAF3FF;padding: 20px;border-radius: 12px;}
.available-voucher-title{font-family: "Figtree", serif !important;font-size: 18px;font-weight: 500;line-height: 21.6px;text-align: left;margin-bottom: 12px;color: #242424;}
.available-voucher-title img{margin-right: 10px;}
.available-voucher-description{font-family: "Figtree", serif !important;font-size: 18px;font-weight: 400;line-height: 21.6px;text-align: left;color: #A0A0A0;margin-bottom: 0;}
.payment-box-title{font-family: "Figtree", serif !important;font-size: 24px;font-weight: 600;line-height: 28.8px;text-align: left;color: #242424;margin-bottom: 25px;}
.payment-option-input{height: 22px;width: 22px;}
.payment-option-label{font-family: "Figtree", serif !important;font-size: 20px;font-weight: 500;line-height: 24px;text-align: left;margin-bottom: 0;color: #242424;margin-left: 15px;}
.payment-option{display: flex;align-items: center;margin-bottom: 20px;}
.payment-image-option{display: flex;margin-left: 15px;gap: 12px;}
.payment-image-option img{border-radius: 3.75px;}
.payment-detail-form .pl-40{padding-left: 40px;}
.security-option .payment-option-label{margin-left: 0;}
.security-option .payment-option-label img{margin-right: 15px;}
.payment-option.active .payment-image-option{margin-left: 30px;}
.payment-box-section .form-footer{border-top: 1px solid #E2E2E2;padding-top: 23px;width: calc(100% - 20px);}
.form-footer{padding-top: 23px;}
.form-footer-description-section{display: flex;}
.form-footer-input{height: 22px;min-width: 22px;border-radius: 4px;border: 1px solid #85867E;margin-top: 4px}
.form-footer-description{font-family: "Figtree", serif !important;font-size: 16px;font-weight: 400;line-height: 21px;text-align: left;margin-left: 15px;color: #85867E;margin-bottom: 20px;}
.form-footer-description:hover{cursor: pointer;}
.form-footer-description a{color: #2A85FF;text-decoration: none;}
.footer-form-link{color: #85867E;font-family: "Figtree", serif !important;font-size: 16px;font-weight: 400;line-height: 19.2px;text-align: left;}
.footer-form-link-ul{display: flex;align-items: center;gap: 30px;}
.footer-form-link img{margin-left: 12px;}
.form-submit-btn{background-color: #2A85FF;color: #FFFFFF;font-family: "Figtree", serif !important;font-size: 20px;font-weight: 600;line-height: 24px;padding: 15px 30px;border: none;border-radius: 40px;width: 320px;text-align: center;margin-top: 30px;}
.order-summary-heading{font-family:  "Figtree", serif !important;font-size: 18px;font-weight: 400;line-height: 21.6px;text-align: left;color: #85867E;border: none !important;padding-left: 0 !important;padding-block: 9px !important;display: flex;}
.order-summary-heading img,
.ticket-icon{margin-right: 12px;height: 24px;width: 24px !important;}
.order-summary-description{color:#242424;font-family: "Figtree", serif !important;font-size: 20px;font-weight: 600;line-height: 24px;text-align: right;border: none !important;padding-right: 0 !important;padding-block: 9px !important;width: 50%;}
.summary-table{margin-bottom: 30px;}
.ticket-detail-left-section{display: flex;border: none !important;padding-left: 0 !important;}
.ticket-detail-title{font-family: "Figtree", serif !important;font-size: 18px;font-weight: 500;line-height: 21.6px;text-align: left;color: #242424;margin-bottom: 8px;}
.ticket-detail-description{font-family: "Figtree", serif !important;font-size: 18px;font-weight: 500;line-height: 21.6px;text-align: left;color: #85867E;position: relative;margin-bottom: 0;padding-left: 30px;}
.ticket-detail-description::after{position: absolute;content: '';height: 7px;width: 7px;background-color: #85867E;top: 50%;border-radius: 100%;left: 7px;transform: translateY(-50%);}
.ticket-detail-right-section{vertical-align: middle !important;border: none !important;padding-right: 0 !important;}
.ticket-detail-price{font-family: "Figtree", serif !important;font-size: 20px;font-weight: 600;line-height: 24px;text-align: right;margin-bottom: 0;color: #242424;}
.total-section,
.ticket-booking-total p{padding-left: 0 !important;font-family: "Figtree", serif !important;font-size: 20px;font-weight: 600;line-height: 24px;text-align: left;color: #242424;border-top: 1px solid #E2E2E2;}
.ticket-booking-total p{border-top: none;}
.ticket-booking-total{padding-left: 0 !important;}
.ticket-booking-total-amount{padding-right: 0 !important;}
.total-amount-section,
.ticket-booking-total-amount p{padding-right: 0 !important;font-family: "Figtree", serif !important;font-size: 24px;font-weight: 700;line-height: 28.8px;text-align: right;}
.payment-detail-form .form-row{padding-right: 30px;}
.event-slider .event-img img{width: 100% !important;padding-block: 0 !important;border-radius: 16px;}
.show-event-box img.show-event-image,
.show-slider .card-image{border-radius: 15px 15px 0 0;height: 100%;object-fit: cover;object-position: center;}
.city-list-page .min-h-570{min-height: 570px !important;height: 570px !important;}
.city-list-section{padding-block: 100px;}
.city-event-box img{width: 100%;padding-block: 0;border-radius: 16px;aspect-ratio: 16 / 10;}
.city-event-box{box-shadow: 0px 4px 15px 0px #2A85FF0F;border: 1px solid #F5F5F5;padding: 25px;background-color: #ffffff;border-radius: 20px;font-family: "DM Sans", serif;}
.mb-30{margin-bottom: 30px;}
.city-page-title{font-family: "Figtree", serif !important;font-size: 45px;font-weight: 700;line-height: 60px;text-align: left;margin-bottom: 50px;}
.city-search-btn{margin-bottom: 50px;}
.city-search-btn .search-icon{display: flex;padding-left: 0;align-items: center;justify-content: center;}
.city-search-btn input{border-radius: 0 40px 40px 0;border: 1px solid #DDDED3 !important;border-left: none !important;padding-left: 0;}
.ticket-booking-page .box-image-bg{background-image: url(../images/ticket-bg-img.jpg) !important;border-radius: 30px;height: 500px;}
.ticket-booking-page .show-event-detail-section .event-detail-page:after{background-color: #000000b8;backdrop-filter: blur(10px);}
.show-event-box img.show-event-image,
.show-slider .show-event-image,
.show-slider .card-image{height: 100%;width: 100%;}
.event-slider .event-top-image{height: 100%;aspect-ratio: 16 / 9;}
.show-event-box img.show-event-image{aspect-ratio: 16 / 9;}
.event_page .show-event-box img.show-event-image{aspect-ratio: 16 / 7;}
.ticket-heading-section{margin-top: 50px;z-index: 1;}
.ticket-heading{font-family: "Figtree", serif !important;font-size: 40px;font-weight: 600;line-height: 48px;text-align: center;z-index: 1;color: #ffffff;left: 50%;transform: translateX(-50%);width: 100%;bottom: 50px;position: absolute;} 
.ticket-booking-section{padding-block: 60px 100px;}
.ticket-booking-card{box-shadow: 0px 4px 15px 0px #2A85FF0F;border: 1px solid #F5F5F5;padding: 30px;border-radius: 20px;}
.ticket-card-header-left-section img{border-radius: 15px;}
.ticket-card-header-right-section{padding-left: 20px;}
.ticket-booking-card-header-section{display: flex;align-items: flex-start;}
.ticket-card-heading{font-family: "Figtree", serif !important;font-size: 34px;font-weight: 600;line-height: 40.8px;text-align: left;color: #242424;margin-bottom: 15px;}
.ticket-card-description{font-family: "Figtree", serif !important;font-size: 16px;font-weight: 500;line-height: 19.2px;text-align: left;color: #85867E;margin-bottom: 0;}
.ticket-voucher-section{margin-top: 20px;width: 75%;display: flex;align-items: center;flex-wrap: wrap;margin-bottom: 25px;}
.ticket-voucher-title{font-family: "Figtree", serif !important;font-size: 18px;font-weight: 500;line-height: 21.6px;text-align: left;color: #242424;margin-bottom: 12px;width: 100%;}
.ticket-voucher-input{border: 1px solid #E5E5E5;background-color: #F5F5F5;border-radius: 40px;width: 70%;padding: 15px 16px;font-family: "Figtree", serif !important;}
.ticket-apply-btn{color: #2A85FF;border: 1px solid #2A85FF;background-color: #ffffff;border-radius: 40px;width: 25%;margin-left: 20px;padding-block: 15px;font-family: "Figtree", serif !important;}
.ticket-event-card{background-color: #EAF3FF;border: 1.5px solid #2A85FF40;margin-bottom: 20px;padding: 20px;border-radius: 12px;}
.ticket-card-heading{font-family: "Figtree", serif !important;font-size: 18px;font-weight: 700;line-height: 21.6px;text-align: left;margin-bottom: 12px;color: #242424;}
.ticket-card-price{font-family: "Figtree", serif !important;font-size: 22px;font-weight: 700;line-height: 26.4px;text-align: right;margin-bottom: 0;}
.ticket-event-card-row{flex-wrap: wrap;display: flex;align-items: center;justify-content: space-between;}
.ticket-card-left-section{display: flex;align-items: center;justify-content: space-between;width: 80%}
.ticket-card-right-section{width: 20%;display: flex;flex-wrap: wrap;justify-content: end;}
.ticket-qty-btn{background-color: #ffffff;color: #2A85FF;border-radius: 100%;border-radius: 100%;padding: 10px 15px;border: none;}
.qty-input{padding-inline: 5px;width: 50px;text-align: center;border: none;background-color: #EAF3FF;}
.ticket-event-card-section{max-height: 440px;overflow-y: auto;padding-right: 11px;}
.ticket-event-card-section::-webkit-scrollbar {width: 10px;}
.ticket-event-card-section::-webkit-scrollbar-track {background: #EAF3FF;border-radius: 10px;}
.ticket-event-card-section::-webkit-scrollbar-thumb {background: #2A85FF;border-radius: 10px;}
.ticket-event-btn-section{border-top: 1px solid #EBEBEB;margin-top: 25px;padding-top: 30px;}
.ticket-event-card-section::-webkit-scrollbar-thumb:hover {background: #555; }
.ticket-event-btn-section{display: flex;justify-content: center;gap: 25px;}
.ticket-back-btn{color: #2A85FF;border: 1px solid #2A85FF;border-radius: 40px;font-family: "Figtree", serif !important;font-size: 20px;font-weight: 600;line-height: 24px;padding: 10px 30px;}
.ticket-chekcout-btn{font-family: "Figtree", serif !important;font-size: 20px;font-weight: 600;line-height: 24px;padding: 10px 30px;color: #ffffff;background-color:#2A85FF;border-radius: 40px;border: none;}
.login-card .t-form-group{position: relative;}
.login-card .t-form-group input{display: block;width: 100%;padding: 15px 20px;border-radius: 40px;color: #85867E;font-size: 18px;height: 50px;}
#register_form .sign-up-input-section,
#login-card .sign-up-input-section{position: relative;}
#register_form .sign-up-input-section .sign-up-btn,
#login-card .sign-up-input-section .sign-up-btn{position: absolute;width: 50px;height: 50px;line-height: 50px;text-align: center;background: #F5F5F5;border-radius: 40px 0 0 40px;border: 1px solid #E5E5E5;border-right: none;}
#register_form .sign-up-input-section input,
#login-card .sign-up-input-section input{padding-left: 50px;}
#register_form .sign-up-input-section{position: relative;}
.phone-number-div{position: absolute;height: 100%;}
.phone-number-div .form-select{position: absolute;top: 50%;width: 100px;transform: translateY(-50%);left: 0px;height: 50px;z-index: 0;padding-left: 32px;border-radius: 40px 0 0 40px;background-color: #f5f5f5;border-right: none;border-color: #E5E5E5;}
.phone-number-div img{z-index: 1;position: relative;top: 50%;transform: translateY(-50%);left: 10px;}
.phone-number-section .form-control.c-input{padding-left: 110px !important;}
.total-section,
.total-amount-section{border-top: none !important;}
.checkout_page tfoot,
.ticket-booking-page tfoot{border-top: 1px solid #EBEBEB;}
.total-section{color: #85867E;font-size: 18px;line-height: 21.6px;padding-block: 10px !important;}
.total-amount-section{color: #242424;font-size: 20px;line-height: 24px;padding-block: 10px !important;}
.tfoot-amount-section,
.tfoot-section{padding-inline: 0 !important;}
.tfoot-section p{border-top: 1px solid #EBEBEB !important;margin-top: 15px;padding-top: 20px;font-size: 20px;line-height: 24px;color: #242424;}
.tfoot-amount-section p{border-top: 1px solid #EBEBEB !important;font-size: 24px;padding-top: 20px;margin-top: 15px;line-height: 28.8px;}

.wishlist-page .show-event-detail-section .event-detail-page.box-image-bg{min-height: 430px;border-radius: 30px;}
.wishlist-page .show-event-detail-section .event-detail-page:after{position: relative;}
.wishlist-page .ticket-heading{bottom: 0;left: 0;transform: translateX(0);}
.wishlist-page .box-image-bg .ticket-heading-section{position: absolute;left: 50%;width: 50%;transform: translateX(-50%);}
.wishlist-page .wishlist-section{padding-block: 60px 100px;}
.wishlist-page .show-event-title{width: calc(100% - 80px);}
.wishlist-page .location-left-top{display: flex;align-items: center;margin-block: 12px;width: 100%;}
.wishlist-page .time-section{font-family: "Figtree", serif !important;font-size: 16px;font-weight: 500;line-height: 19.2px;text-align: left;margin-bottom: 0;color: #242424;width: 100%;}
.wishlist-page .time-section img{margin-right: 5px;}
.wishlist-page .from-price{text-align: left;}
.wishlist-page .location-left-section{width: 75%;}
.wishlist-page .location-right-section{width: 25%;}
.wishlist-page .book-now-btn{width: 100%;padding-block: 11px;border-radius: 40px;border-color: transparent;background-color: #2A85FF;color: #ffffff;}
.wishlist-page .show-event-title-section{flex-wrap: wrap;}
.wishlist-page .show-event-box{margin-bottom: 40px;margin-inline: 5px;}
.ticket-card-header-left-section img{width: 100%;}
.ticket-card-header-left-section{width: 30%;}
.wishlist-page .pagination-section{padding-block: 0;}
.active-menu .breadcrumb-mobile-section .back-btn{z-index: 0;}
#header .row{margin-inline: auto;}
.my-tickets-page .show-event-detail-section .event-detail-page:after{background-color: transparent;border-radius: 30px;}
.my-tickets-page .show-event-detail-section .event-detail-page{height: 400px;border-radius: 20px;}
.my-tickets-page .ticket-heading-section{width: 100%;}
.my-tickets-page .ticket-heading{position: relative;bottom: 0;}
.my-tickets-page .ticket-event-section{padding-block: 60px;}
.my-tickets-page .my-ticket-card{box-shadow: 2px 4px 15px 0px #2A85FF0F;padding: 15px 15px 17px 15px;border-radius: 20px;position: relative;overflow: hidden;border: 1px solid #F5F5F5;margin-bottom: 40px;margin-inline: 5px;}
.my-tickets-page .my-ticket-card:before{clip-path: circle(40%);position: absolute;content: '';height: 30px;width: 30px;top: 258px;background: #ffffff;left: -15px;border-top-right-radius: 50%; border-bottom-right-radius: 50%;border: 5px solid #d9d9d9;}
.my-tickets-page .my-ticket-card:after{clip-path: circle(40%);position: absolute;content: '';height: 30px;width: 30px;top: 258px;background: #ffffff;right: -15px;border-bottom-left-radius: 50%; border-top-left-radius: 50%;border: 5px solid #d9d9d9;} 
.my-tickets-page .my-ticket-img{width: 100%;border-radius: 20px;object-fit: cover;height: 100%;}
.ticket-image-cont{height: 260px;border-bottom: 2px dashed #d9d9d9;padding-bottom: 30px;}
.ticket-desciption-section{padding-top: 30px;}
.ticket-title{font-family: "Figtree", serif !important;font-weight: 600;font-size: 22px;line-height: 26.4px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;margin-bottom: 18px;}
.my-tickets-page .location-name{width: 100%;color: #85867E;font-size: 18px;}
.my-tickets-page .location-left-top{margin-bottom: 16px;}
.my-tickets-page .calender-section img,
.my-tickets-page .time-section img{margin-right: 5px;}
.my-tickets-page .time-section{color: #85867E;margin-bottom: 0;font-size: 18px;}
.my-tickets-page .calender-section{margin-right: 40px;margin-bottom: 0;}
.my-tickets-page .my-ticket-card{position: relative;}
.my-tickets-page .calender-section{color: #85867E;font-size: 18px;}
.my-tickets-page .upcoming-btn{position: absolute;top: 25px;right: 25px;padding: 8px 18px;border: none;background: #FEA800;font-family: "Figtree", serif !important;color: #ffffff;border-radius: 40px;}
.my-tickets-page .success-btn{position: absolute;top: 25px;right: 25px;padding: 8px 18px;border: none;background: #03C439;font-family: "Figtree", serif !important;color: #ffffff;border-radius: 40px;}
.my-tickets-page .failed-btn{position: absolute;top: 25px;right: 25px;padding: 8px 18px;border: none;background: #E70047;font-family: "Figtree", serif !important;color: #ffffff;border-radius: 40px;}
.my-tickets-page .ticket-name{font-family: "Figtree", serif !important;font-weight: 500;font-size: 18px;line-height: 21.6px;color:#85867E;margin-block: 16px 0;}
.my-tickets-page .ticket-name .ticket-name-heading{color:#242424;font-size: 18px;font-family: "Figtree", serif !important;font-weight: 500;font-size: 18px;line-height: 21.6px;}
.my-tickets-page .pagination-section{padding-top:0;}
.about-des-section{padding-block: 60px;}
.about-title{font-size: 25px;color: #242424;font-family: "Figtree", serif !important;font-weight: 700;line-height: 29px;margin-bottom: 25px;}
.about-des{font-family: "Figtree", serif !important;font-size: 20px;color: #242424;line-height: 24.4px;margin-bottom: 15px;}
.thankyou-page .ticket-heading-section{position: relative;z-index: 1;margin-top: 0;}
.thankyou-page .event-name-section{padding-block: 60px;}
.thankyou-page .event-box{width: 100%;border: 1px solid #F5F5F5;box-shadow: 0px 4px 15px 0px #2A85FF0F;}
.thankyou-page .ticket-card-heading{font-family: "Figtree", serif !important;font-weight: 600;font-size: 34px;line-height: 40.8px;margin-bottom: 25px;}
.thankyou-page .ticket-booking-card-header-section{align-items: center;}
.thankyou-page .ticket-card-description-section{display: flex;align-items: center;margin-top: 18px;}
.thankyou-page .location-name,
.thankyou-page .date-section,
.thankyou-page .time-section{color: #85867E;font-family: "Figtree", serif !important;font-weight: 500;font-size: 20px;line-height: 24px;margin-bottom: 0;display: flex;align-items: center;}
.thankyou-page .date-section img,
.thankyou-page .time-section img{margin-right: 5px;}
.thankyou-page .date-section{margin-right: 40px;display: flex;align-items: center;}
.thankyou-page .conformation-table{border-top: 1px solid #E2E2E2;margin-top: 25px;padding-top: 28px;}
.thankyou-page .conformation-table tbody:first-child tr td{padding-top: 0;}
.thankyou-page .conformation-table tbody td{border-bottom: none;}
.thankyou-page .conformation-table tfoot{border-top: none !important;}
.thankyou-page .conformation-table .tfoot-amount-section p,
.thankyou-page .conformation-table .tfoot-section p{margin-top: 0;}
.thankyou-page .conformation-table tbody:last-child tr td{padding-bottom: 25px !important;}
.conformation-table table,
.thankyou-page .tfoot-section p,
.tfoot-amount-section p{margin-bottom: 0;}
.event_page .e-detail-btn{width: 75%;}
.min-h-125{min-height: 125px;}
.error-event{padding-block: 50px;}
.checkout-five-section .card-box{padding: 0;padding-bottom: 50px;overflow: hidden;position: relative;}
.checkout-five-section .card-box img{width: 100%;}
.card-box-body{position: relative;width: 75%;text-align: center;margin-inline: auto;}
.timing-btn{background: #2A85FF;padding: 8px;width: 30%;border: none;border-radius: 5px;color: #ffffff;margin-bottom: 20px;}
.timing-note{color: #242424;font-family: "Figtree", serif !important;font-weight: 500;font-size: 18px;line-height: 24px;text-align: center;margin-bottom: 0;}
.checkout-page{padding-bottom: 60px;}
.checkout-five-section .card-box,
.new-error .card-box{background-image: url(../images/error-bg-img.png);width: 100%;border-radius: 20px;background-size: cover;background-repeat: no-repeat;}
.new-error .card-box{padding-block: 65px;}
.cm-drop-menu.dark-drop-down{background-color:#797979;border-color: #797979;}
.new-error .error-title{text-align: center;font-family: "Figtree", serif !important;font-weight: 700;font-size: 45px;line-height: 60px;color: #202020;margin-bottom: 20px;}
.new-error .error-des{font-family:"Figtree", serif !important;font-weight: 500;font-size: 20px;line-height: 24px;text-align: center;color: #85867e;}
.back-login-btn{background-color: transparent;border: 1px solid #2a85ff;color: #2a85ff;border-radius: 40px;width: 300px;display: block;margin-inline: auto;padding-block: 15px;font-family: "Figtree", serif !important;font-weight: 600;font-size: 20px;line-height: 24px;margin-top: 30px;}
.checkout-four-section .ticket-event-btn-section{border: none;padding-top: 0;margin-top: 0;}
.congratulations-section .modal{left: 50%;top: 50%;transform: translate(-50%, -50%);display: block;}
.congratulations-section  .modal-header{border-bottom: none;}
.congratulations-section  .modal-body{text-align: center;padding-bottom: 45px;}
.congratulations-section  .modal-body h3{font-family: "Figtree", serif !important;font-weight: 700;font-size: 24px;line-height: 28.8px;margin-block: 20px 15px;color: #242424;}
.congratulations-section  .modal-body p{font-family: "Figtree", serif !important;font-weight: 400;font-size: 20px;line-height: 24px;color: #85867E;margin-bottom:30px;}
.congratulations-section  .modal-body button{background-color: #2A85FF;font-family: "Figtree", serif !important;font-weight: 600;font-size: 20px;line-height: 24px;border-radius: 40px;padding: 15px 50px;width: 50%;}
.congratulations-section  .modal-content{border-radius: 25px;}
.congratulations-section .modal-dialog-centered::before{opacity: 0.4;height: 100vh;}
.custom-field .custom-select-option{position: absolute;width: calc(100% - 310px);}
.custom-field .custom-select-option select{border-left: none;background-color: #f5f5f5;border-color: transparent;height: 56px;padding-left: 50px;border-top-left-radius: 40px !important;border-bottom-left-radius: 40px !important;}
.custom-field .sign-up-btn{height: 56px;border: 1px solid #e5e5e5 !important;border-right: none !important;line-height: 56px;z-index: 2;}
.custom-field input,
.custom-field input:focus{background-color: #f5f5f5;border-radius: 40px !important;padding-left: 160px !important;border: 1px solid #E5E5E5 !important;}
.otp-page .sign-in-title{margin-bottom: 15px !important;}
.sign-reset-des{font-family: "Figtree", serif !important;font-weight: 400;font-size: 16px;line-height: 19.2px;color: #242424;margin-bottom: 12px;}
.sign-otp-link{color: #2A85FF;font-family: "Figtree", serif !important;font-weight: 500;font-size: 16px;line-height: 19.2px;}
.round-inner-box-section{display: flex;justify-content: center;gap: 20px;margin-top: 30px;}

.input-round-box{height: 50px;width: 50px;border-radius: 100%;outline: none;background-color: #F5F5F5;border: 1px solid #E5E5E5;padding: 0 19px;font-family: "Figtree", serif !important;font-weight: 600;font-size: 16px;line-height: 50px;color: #2A85FF;}
.otp-page .button-section{margin-top: 200px;}
.verify-btn{background: #2A85FF;color: #ffffff;padding: 14px;width: 100%;border: none;border-radius: 40px;font-family: "Figtree", serif !important;font-weight: 700;font-size: 18px;line-height: 21.6px;}
.otp-cancel-btn{border: 1px solid #2A85FF;color: #2A85FF;font-family: "Figtree", serif !important;font-weight: 700;font-size: 18px;line-height: 21.6px;width: 100%;margin-top: 15px;padding: 11px;border-radius: 40px;}
.resetpassword .sign-reset-des{margin-bottom: 30px;}
.resetpassword .form-control{background-color: #F5F5F5;border: 1px solid #E5E5E5;border-radius: 40px !important;margin-bottom: 20px;height: 50px;line-height: 50px;}
select.form-control.c-form-control,
select.form-control.c-input{position: relative;z-index: 1;} 
.e-detail-description{color: #ffffff;font-size: 20px;line-height: 27px;margin-bottom: 0;}
.user-header.dark{position: relative !important;margin-bottom: 30px;background-color: #242424;top: 0 !important;}
.user-header.dark .cm-drop-menu{background-color: #242424;}
.sign-up-btn{z-index: 2;}
.phone-number-div div{width: 20px;height: auto;top: 70%;position: relative;transform: translateY(-50%);z-index: 2;left: 50%;}
.phone-number-div img{width: 100%;position: unset;}

.event-booking-detail-page .e-detail-heading{font-size: 40px;}
.event-booking-detail-page .review-section{display: flex;align-items: center;gap: 10px;}
.event-booking-detail-page .star-section{display: flex;gap: 3px;}
.event-booking-detail-page .first-section .count-star{color:#ffffff;font-family: "Figtree", serif !important;font-weight: 600;font-size: 18px;line-height: 21.6px;margin-bottom: 0;}
.event-booking-detail-page .star-section span{color: #DEAF0A;}
.event-booking-detail-page .review-person{font-family: "Figtree", serif !important;font-weight: 500;font-size: 18px;line-height: 21.6px;color: #85867E;margin-bottom: 0;}
.event-booking-detail-page .second-section{padding-top: 150px;}
.event-booking-detail-page .card-box{border: 1px solid #F5F5F5;box-shadow: 0px 4px 15px 0px #2A85FF0F;background-color: #ffffff;padding: 30px;border-radius: 20px;margin-bottom: 50px;}
.event-booking-detail-page .solid-btn{background-color: #2A85FF;width: 100%;text-align: center;padding: 15px;border-radius: 40px;border: 1px solid #2A85FF;color: #ffffff;font-family: "Figtree", serif !important;font-weight: 600;font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.event-booking-detail-page .outline-btn{background-color: #ffffff;width: 100%;text-align: center;padding: 15px;border-radius: 40px;border: 1px solid #2A85FF;color: #2A85FF;font-family: "Figtree", serif !important;font-weight: 600;font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.event-booking-detail-page .event-title{font-family: "Figtree", serif !important;font-weight: 600;font-size: 25px;line-height: 32px;color: #242424;margin-bottom: 20px;}
.event-booking-detail-page .fourth-section .event-title{border-bottom: 1px solid #EBEBEB;padding-bottom: 25px;}
.event-booking-detail-page .cmo-title{border-bottom: none;font-family: "Figtree", serif !important;font-weight: 600;font-size: 24px;line-height: 28.8px;color: #242424;}
.event-booking-detail-page .contact-table td{border: none;}
.event-booking-detail-page .cmo-left-td{font-family:  "Figtree", serif !important;font-weight: 400;font-size: 18px;line-height: 21.6px;color: #85867E;padding-left: 0;}
.event-booking-detail-page .cmo-right-td{font-family:  "Figtree", serif !important;font-weight: 600;font-size: 20px;line-height: 24px;text-align: right;padding-right: 0;}
.event-booking-detail-page .e-detail-header-section{margin-bottom: 50px;}
.event-booking-detail-page .first-section .event-title{font-family:  "Figtree", serif !important;font-weight: 600;font-size: 36px;line-height: 43.2px;color: #242424;padding-bottom: 25px;margin-bottom: 25px;border-bottom: 1px solid #EBEBEB;}
.event-booking-detail-page .event-sub-title{font-family:  "Figtree", serif !important;font-weight: 600;font-size: 20px;line-height: 24px;color: #242424;margin-bottom: 10px;}
.event-booking-detail-page .event-des{font-family:  "Figtree", serif !important;font-weight: 500;font-size: 18px;line-height: 21.6px;color: #85867E;margin-bottom: 0px;}
.event-sub-section{margin-bottom: 20px;}
.event-booking-detail-page .third-section .card-box{padding-bottom: 154px;}
.event-booking-detail-page .third-section .card-box .event-sub-section:last-child{margin-bottom: 0;}
.event-booking-detail-page .third-section{margin-top: -44px;}
.event-booking-detail-page .third-section .event-title{font-size: 36px;}
#filter_date{padding-left: 53px;}
#filter_date + .cal-ico{position: absolute;top: 50%;transform: translateY(-50%);left: 32px;}
.custom-search-dropdown{max-width: 310px;position: relative;}
.custom-search-dropdown .dropdown.icon{height: 100%;line-height: 48px !important;padding-block: 0 !important;}
.custom-search-dropdown .search{height: 100%;line-height: 48px !important;padding-block: 0 !important;border-left: none !important;padding-left: 50px !important;}
/* .custom-search-dropdown .js-dropdown.dropdown.active.visible + .search-icon{border-radius: 0 !important;} */
.custom-search-dropdown .search:focus{border-radius: 0 40px 40px 0 !important;}
.custom-search-dropdown .js-dropdown.dropdown{width: 100%;border-radius: 40px !important;line-height: 48px;height: 50px;padding-block: 0;background-color: #f6f6f0 !important;order: 2;z-index: 1;}
.custom-search-dropdown .search-icon{position: absolute;top: 0;z-index: 11;}
.custom-search-dropdown .js-dropdown.dropdown.active.visible,
.custom-search-dropdown .js-dropdown.dropdown.active{border-radius: 40px !important;box-shadow: none !important;}
.cell-phone-section .sign-up-input-section{display: flex;align-items: center;}
.cell-phone-section .sign-up-input-left-section{width: 140px;}
.cell-phone-section .sign-up-input-left-section select,
.cell-phone-section .sign-up-input-left-section select:focus{border-top-right-radius: 0 !important;border-bottom-right-radius: 0 !important;}
.cell-phone-section .sign-up-input-right-section input,
.cell-phone-section .sign-up-input-right-section input:focus{border-top-left-radius: 0 !important;border-bottom-left-radius: 0 !important;border-left: none !important;padding-inline: 25px !important;}
.cell-phone-section .sign-up-input-right-section{width: calc(100% - 140px);}
.footer-description{font-size: 18px;color: #242424;font-family: "Figtree", serif !important;}
.sign-up-input-section .iti--allow-dropdown,
#register_form .iti--allow-dropdown{width: 100%;}
.sign-up-input-section .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
#register_form .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{border-top-left-radius: 40px !important;border-bottom-left-radius: 40px;}
.custom-search-dropdown .ui.active.selection.dropdown{border-radius: 40px !important;}
.custom-search-dropdown .ui.search.dropdown .menu{border-radius: 5px;margin-top: 5px;}
.new-event-header-section{position: relative;z-index: 1;top: 150px;}
.new-event-header-section .e-detail-header-section{margin-bottom: 0;}
.new-event-header-section .e-detail-img-section{width: 27%;}
.show-event-content-section{margin-top: 104px;}
.new-show-event-content-section .right-section-event-detail{transform: translateY(-18vh);position: relative;z-index: 1;}
.new-event-header-section .e-detail-heading-section{width: 73%;}
.iti__country-list{z-index: 3 !important;}
/* 25-01-2025 Css End */
 

@media(min-width: 768px){
  .destop-frame{display: block;}
  .mobile-frame{display: none;}
}
@media(min-width: 992px){
  .desktop-logo{display: block;margin-inline: auto;}
  .mobile-logo{display: none;}
  .sticky-option{ position: sticky;top: 0;padding: 20px;height: 100vh;overflow: auto;}
  .sticky-option-2{ position: sticky;top: 0;height: 100vh;overflow:unset;}
}
@media(min-width: 1500px){
  .c-container{max-width: 90%;}
  .col-xxl-8.checkout-third-section,
  .c-col-xxl-8{max-width: 66.66% !important;}
  .col-xxl-4.checkout-third-section,
  .c-col-xxl-4{max-width: 44.66% !important;}
  .px-xxl-0{padding-inline: 0;}
  .custom-col-xl-4{max-width: 36%;}
} 
@media(min-width: 1590px){
  .e-detail-img-section{width: 46%;}
  .event-booking-detail-page .second-section{padding-top: 110px;}
  .event-booking-detail-page .show-event-content-section{margin-top: -180px;}
  .event-booking-detail-page .e-detail-heading{font-size: 35px;}
  .event-booking-detail-page .third-section{margin-top: -89px;}
  .event-booking-detail-page .third-section .card-box{padding-bottom: 199px;}
  /* .show-event-detail-page .right-section-event-detail{transform: translateY(-8.9%);} */
  .sticky-option{top: 36% !important;}
}
@media(min-width: 1700px){
  .c-col-xxl-3{max-width: 25%;}  
  /* .show-event-detail-page .right-section-event-detail{transform: translateY(-9.5%);} */

}
@media(min-width: 1900px){
  .c-dropdown-categories{top: 90px;width: calc(100% - 230px);}
  .before-login-header .c-dropdown-categories{top: 90px;width: calc(100% - 70px);}
  .event-booking-detail-page .third-section .card-box{padding-bottom: 154px;}
  .event-booking-detail-page .third-section{margin-top: -44px;}
  /* .show-event-detail-page .right-section-event-detail{transform: translateY(-12%);} */
  .sticky-option{top: 28%;}

}
@media(min-width: 2000px){
  .event-booking-detail-page .second-section{padding-top: 100px;}
  .event-booking-detail-page .third-section .card-box{padding-bottom: 110px;}
  .event-booking-detail-page .third-section{margin-top: 0px;}
  /* .show-event-detail-page .right-section-event-detail{transform: translateY(-13%);} */
  .new-show-event-content-section .right-section-event-detail{transform: translateY(-16vh);}
}
@media(min-width: 2100px){
  .event-booking-detail-page .third-section .card-box{padding-bottom: 80px;}
  /* .show-event-detail-page .right-section-event-detail{transform: translateY(-15%);} */
  .new-show-event-content-section .right-section-event-detail{transform: translateY(-13vh);}
  .sticky-option{top: 26% !important;}

}


@media(max-width: 1760px){
  .event-booking-detail-page .third-section{margin-top: -69px;}
  .event-booking-detail-page .third-section .card-box{padding-bottom: 179px;}
  .e-detail-img-section{width: 46%;}
  .event-slider-section{left: 100px;}
  .c-dropdown-categories{width: calc(100% - 200px);top: 100px;}
  .before-login-header .c-dropdown-categories{top: 90px;width: calc(100% - 70px);}
  .ticket-card-left-section{width: 80%;;}
  .ticket-card-right-section{width: 20%;;}
  .wishlist-page .location-name{width: 100%;}
  .wishlist-page .time-section{width: 170px;}
  .e-detail-description{font-size: 17px;}
  .e-detail-heading{font-size: 35px;}
  /* .show-event-detail-page .right-section-event-detail{transform: translateY(-10%);} */
  .new-event-header-section{top: 120px;}
  .new-show-event-content-section .right-section-event-detail{transform: translateY(-22vh);}
}
@media(max-width: 1741px){
  .new-show-event-content-section .right-section-event-detail{transform: translateY(-18vh);}
}
@media(max-width: 1700px){
  .sticky-option{top: 27%;}
  .new-event-header-section .e-detail-img-section{width: 37%;}
  .new-show-event-content-section .right-section-event-detail{transform: translateY(-19vh);}
}
@media(max-width: 1650px){
  .new-event-header-section .e-detail-img-section{width: 37%;}
  .new-show-event-content-section .right-section-event-detail{transform: translateY(-23vh);}
}
@media(max-width: 1600px){
  .ticket-card-right-section{width: 25%;}
  .ticket-card-left-section{width: 75%;}
  .checkout-event-name{font-size: 34px;}

}
@media(max-width: 1500px){
  .order-summary-description{font-size: 19px;}
  .c-dropdown-categories{width: calc(100% - 160px);top: 100px;}
  .before-login-header .c-dropdown-categories{top: 70px;width: calc(100% - 50px);}
  .event-booking-detail-page .e-detail-heading{font-size: 28px;}  
  /* .show-event-detail-page .show-event-content-section{margin-top: -180px;} */
  .event-booking-detail-page .cmo-right-td{font-size: 19px;}
  .event-booking-detail-page .cmo-left-td{font-size: 17px;}
  .event-booking-detail-page .second-section{padding-top: 130px;}
  .event-booking-detail-page .e-detail-heading{font-size: 25px;}
  .event-booking-detail-page .event-title{font-size: 23px;}
  .event-booking-detail-page .third-section .event-title{font-size: 25px;}
  .event-booking-detail-page .third-section .card-box{padding-bottom: 211px;}
  .ticket-card-left-section{width: 75%;}
  .ticket-card-right-section{width: 23%;}
}
@media(max-width: 1450px){
  .sticky-option{top: 48%;}
  /* .show-event-detail-page .right-section-event-detail{transform: translateY(-13%);} */
  .e-detail-img-section{width: 55%}
  .e-detail-heading-section{width: 45%;}
  .regi-login-form{width: auto;padding: 30px;}
  .sign-in-logo{margin-bottom: 10px;width: 120px;}
  .sign-in-title{font-size: 30px !important;margin-bottom: 10px;}
  .login-btn{margin-top: 10px;}
  .or-text{margin-block: 10px;}
  .social-btn-group{margin-bottom: 10px;}
  .sign-up-btn,
  .sign-up-form .sign-up-btn{width: 40px !important;height: 40px !important;line-height: 36px !important;}
  .checkout-page .form-control{font-size: 15px !important;}
  .sign-up-input-section .form-control, .sign-up-input-section .form-control:focus{height: 40px !important;padding-left: 40px;}
  .sign-up-btn img{width: 15px;}
  .login-btn{font-size: 16px;}
  .sign-up-review-description,
  .sign-up-form .form-label{font-size: 16px;}
  .header-title{font-size: 50px;}
  .h-browse-title2{font-size: 20px;}
  .events .main-title{font-size: 35px;}
  .c-container{max-width: 90%;}
  .event-box-title{font-size: 22px;}
  .event-slider-section{left: 90px;}
  .event-slider.owl-carousel .owl-nav.disabled,
  .show-slider.owl-carousel .owl-nav.disabled,
  .show-slider-1.owl-carousel .owl-nav.disabled{left: calc(100% - 290px);}
  .e-detail-btn{font-size: 14px;padding: 10px;}
  .show-event-detail-page .user-photo-gallery-section .main-title, .user-review-section .main-title{font-size: 35px;}
  .support-title{font-size: 22px;}
  .support-description{font-size: 16px;}
  .o-detail p,
  .o-detail{font-size: 16px !important;}
  .payment-detail-form .form-row{margin-right: -30px;}
  .custom-field .custom-select-option{width: calc(100% - 290px);}
  .custom-field .custom-select-option select,
  .custom-field input{height: 40px !important;line-height: 40px !important;}
  .custom-field .custom-select-option select{padding-left: 40px;width: 60px !important;margin-left: 26px !important;box-shadow: none;outline: none !important;border-left: none;border-right: none;}
  .regi-login .regi-login-form-inner .regi-login-form select.form-control{margin-left: 36px;border-radius: 0 40px 40px 0 !important;width: calc(100% - 40px);padding-left: 10px;border-left: none;}
  .custom-field input:focus,
  .custom-field input{padding-left: 140px !important;}
  .e-detail-heading{font-size: 30px;line-height: 35px;}
}
@media(max-width: 1400px){

  /* .show-event-detail-page .right-section-event-detail{transform: translateY(-12%);} */
  .event-booking-detail-page .outline-btn,
  .event-booking-detail-page .solid-btn{font-size: 18px;line-height: 20px;}
  .event-booking-detail-page .third-section .card-box{padding-bottom: 177px;}
  .event-booking-detail-page .cmo-left-td{font-size: 15px;}
  .event-booking-detail-page .cmo-right-td{font-size: 17px;}
  .event-booking-detail-page .cmo-title,
  .event-booking-detail-page .fourth-section .event-title{font-size: 21px;}
  .event-booking-detail-page .event-sub-title{font-size: 18px;margin-bottom: 5px;line-height: 18px;}
  .event-booking-detail-page .event-des{font-size: 16px;line-height: 18px;}
  .event-sub-section{margin-bottom: 15px;}
  .event-booking-detail-page .contact-table td{padding-block: 5px;}
  .custom-col-xl-4{max-width: 33%;}
  .event-slider-section{left: 70px;}
  .categories-card-title,
  .e-detail-heading{font-size: 35px;line-height: 35px;}
  .e-detail-heading-section{padding-left: 30px;}
  .ticket-card-right-section{width: 25%;}
  .ticket-card-left-section{width: 75%;}
  .total-section,
  .ticket-booking-total p{font-size: 16px;}
  .total-amount-section,
  .ticket-booking-total-amount p{font-size: 20px;}
  .wishlist-page .location-right-section{width: 40%;}
  .e-detail-heading{font-size: 30px;line-height: 35px;}
  .e-detail-description{font-size: 16px;}
  .sticky-option{top: 45% !important;}
  .new-show-event-content-section .right-section-event-detail{transform: translateY(-27vh);}
}
@media(max-width: 1300px){
  .new-show-event-content-section .right-section-event-detail{transform: translateY(-17vh);}
  /* .show-event-detail-page .right-section-event-detail{transform: translateY(-9.5%);} */
  .ticket-card-left-section{width: 70%;}
  .ticket-card-right-section{width: 30%;}
  .event-slider.owl-carousel .owl-nav.disabled{left: calc(100% - 290px);}
  .event-slider-section{left: 70px;}
  .events .main-title{font-size: 30px;}
  .common-btn,
  .event-box-title{font-size: 18px;}
  .city-list-section .event-box-title{font-size: 25px;}
  .show-event-box .card-body{padding: 15px;}
  .show-event-date-section{top: -3.2rem;}
  .location-name{font-size: 14px;}
  .show-event-title{font-size: 18px;}
  .from-price span{font-size: 15px;}
  .from-price{font-size: 14px;}
  .event-tab-section .event-tab-title{font-size: 25px;}
  .show-event-detail-page .e-detail-heading{font-size: 35px;width: 100%;}
  .e-detail-btn{font-size: 15px;}
  .show-event-detail-page .show-event-content-section .e-overview .o-detail p,
  .show-event-detail-page .show-event-content-section .e-overview .o-detail{font-size: 18px;}
  .e-detail-img-section,
  .e-detail-heading-section{width: 50%;}
  /* .show-event-content-section{margin-top: -170px;} */
  .ticket-detail-price,
  .order-summary-description{font-size: 17px;}
  .ticket-detail-description{font-size: 16px;}
  .ticket-booking.show-event-detail-page .e-detail-heading{font-size: 25px;}
  .ticket-booking.show-event-detail-page .show-event-content-section{margin-top: -160px;}
  .event-booking-detail-page .second-section{padding-top: 100px;}
  .event-booking-detail-page .third-section{margin-top: -81px;}
  .event-booking-detail-page .cmo-right-td{font-size: 16px;}
  .event-booking-detail-page .third-section .card-box{padding-bottom: 221px;}
}
@media(max-width: 1199.98px){
  .regi-login .regi-login-form-inner .regi-login-form .custom-select-option select.form-control{width: 90px !important;}
  .new-event-header-section .e-detail-img-section{width: 55%;}
  .new-show-event-content-section .show-event-content-section{margin-top: 60px;}
  .new-show-event-content-section .right-section-event-detail{transform: translatey(0);}
  .sticky-option{height: 100%;}
  /* .show-event-detail-page .right-section-event-detail{transform: translateY(0%);} */
  .checkout-page .sign-up-btn,
  .checkout-page .sign-up-form .sign-up-btn{height: 40px !important;width: 40px !important;line-height: 40px !important;}
  .phone-number-div .form-select{height: 40px !important;line-height: 40px !important;}
  .event-tab-section .nav-tabs{flex-wrap: nowrap;overflow-x: auto;overflow-y: hidden;}
  .event-tab-section .nav-link{text-wrap: nowrap;}
  .event-list .allevent-btn-section{padding-bottom: 30px;}
  .shows-events .common-btn{margin-bottom: 0;}
  .categories-card-title{font-size: 30px;}
  .categories-btn{font-size: 18px;}
  .payment-detail-form .pl-40{padding-left: 0;}
  .ticket-detail-price,
  .order-summary-description{font-size: 16px;}
  .ticket-detail-description{font-size: 15px;}
  .ticket-card-left-section,
  .ticket-card-right-section,
  .ticket-voucher-section{width: 100%;}
  .ticket-card-right-section{margin-top: 15px;}
  .my-tickets-page .calender-section,
  .my-tickets-page .time-section,
  .my-tickets-page .ticket-name,
  .my-tickets-page .location-name{font-size: 16px;}
  .my-tickets-page .calender-section{margin-right: 20px;}
  .event-booking-detail-page .second-section{padding-top: 0;}
  .event-booking-detail-page .third-section{margin-top: 0;}
  .event-booking-detail-page .third-section .card-box{padding-bottom: 100px;}
}
@media(max-width: 991.98px){
  .new-show-event-content-section.show-event-content-section{margin-top: -150px;}
  .mobile-footer-description.footer-description{display: block;margin-bottom: 0;font-size: 12px;color: #85867e;font-weight: 500;font-family: "Figtree", serif !important;}
  .footer-description{display: none;}
  .ticket-booking.event-booking-detail-page  .e-detail-img-section{width: 75% !important;}
  .event-booking-detail-page .first-section .count-star{color: #242424;}
  .rating-counting{color: #242424;}
  .e-detail-description{color: #242424;}
  .otp-page .sign-up-form{padding-block: 50px;}
  .custom-field .custom-select-option{width: auto;}
  .custom-select-option select{width: calc(100% - 90px);}
  .min-h-125{min-height: 100px;border-radius: 0;}
  .event_page .e-detail-btn{width: 100%;margin-bottom: 0;}
  .desktop-logo{display: none;}
  .mobile-logo{display: block;}
  .sign-up{align-items: center;justify-content: space-between;flex-direction: column;height: 50vh;}
  .mobile-logo{margin-top: 15px}
  .sign-up-review-section{order: 1;}
  .sign-up-form-section{order: 2;}
  .regi-login .regi-login-form-inner,
  .regi-login{min-height: 100%;}
  .regi-login-form{border: none;width: 100% !important;box-shadow: none;}
  .c-container{max-width: 90%;}
  .header-bg{border-radius: 0;width: 100%;margin-top: -60px;height: 65vh;}
  .header-title{font-size: 40px;line-height: 40px;margin-bottom: 15px;}
  .h-browse-title2{margin-bottom: 25px !important;}
  .event-slider-section{max-width: 100%;margin-inline: auto;left: 50px;}
  .event-slider.owl-carousel .owl-nav.disabled,
  .show-slider.owl-carousel .owl-nav.disabled{display: none;}
  .events .c-title{padding-block: 30px;}
  .allevent-btn-section{padding-bottom: 30px;}
  .show-event-title{display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;  overflow: hidden;white-space: wrap;font-size: 14px;line-height: 16.8px;width: calc(100% - 80px);}
  .location-name{font-size: 13px;}
  .show-event-box .card-body{padding: 15px;}
  .from-price{font-size: 13px;}
  .from-price span{font-size: 16px;}
  .show-event-month,
  .show-event-date{font-size: 14px;line-height: 14.4px;}
  .show-event-date-section{top: -2.9rem;}
  .user-header#header{top: 45px;}
  .user-header#header .mdl-brand{margin-left: 60px;}
  .user-header#header .header-right-ul{width: 100% !important;}
  .user-header#header .ac-navbar::before{bottom: -30px;}
  .event-tab-section .nav-link{font-size: 14px;}  
  .event-list-category .breadcrumb-section{top: 120px;}
  .header-section.before-login-header .mdl-brand{margin-left: 0;}
  .header-section.before-login-header .header-right-ul{width: 100%;}
  #header.before-login-header{top: 70px;}
  .show-event-detail-page .e-detail-header-section{display: block;}
  .show-event-detail-page .e-detail-heading{font-size: 35px;line-height: 24px;color: #242424;width: 100%;}
  .e-detail-heading-section{padding-left: 0;padding-top: 50px;}
  .e-detail-img-section img{width: 100%;}
  .e-detail-heading-section{padding-top: 25px;}
  .star-review-section{margin-bottom: 25px;}
  .show-event-detail-page .show-event-content-section .e-overview,
  .show-event-detail-page .user-photo-gallery-section{margin-bottom: 50px;}
  .support-card.card{margin-bottom: 50px;}
  .e-detail-btn{font-size: 15px;}
  .show-event-detail-page .e-detail-heading{line-height: 35px;}
  .payment-detail-form .form-row{margin-left: -15px;}
  .checkout-page .e-detail-heading-section{padding-top: 0;}
  .checkout-first-section{order: 1;}
  .checkout-second-section{order: 2;}
  .checkout-four-section{order: 3;}
  .checkout-third-section{order: 4;}
  .checkout-five-section{order: 5;}
  .close-logo,
  .togggle-icon{transition: 0.4s;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
  .togggle-icon{border-radius: 100%;}
  .togggle-icon{display: inline-block;opacity: 1;}
  .close-logo{display: inline-block;opacity: 0;}
  .close-menu .close-logo{display: inline-block;opacity: 1;}
  .close-menu .togggle-icon{display: inline-block;opacity: 0;}
  .mobile-menu{position: fixed;width: 300px;right: -300px;height: 100vh;top: 105px;background-color: #ffffff;transition: 0.4s;overflow-y: scroll;}
  .mobile-menu.show{right: 0;}
  .owl-carousel{z-index: 0;}
  body.active-menu{overflow-y: hidden;}
  .mobile-top-header{padding: 15px;border-bottom: 1px solid #E2E2E2;}
  .mobile-top-link{font-family: "Figtree", serif !important;font-size: 16px;font-weight: 500;line-height: 19.2px;text-align: left;color: #242424;}
  .mobile-top-link img{margin-right: 6px;}
  .mobile-category{padding: 15px;text-align: center;}
  .mobile-category-title{font-family: "Figtree", serif !important;font-size: 18px;font-weight: 700;line-height: 21.6px;text-align: left;}
  .dropdown-header-links p{color: #242424;font-size: 16px;font-family: "Figtree", serif !important;;}
  .dropdown-header-links img{width: 40px;}
  .mobile-category .list-category-section{margin-bottom: 15px;max-height: 150px;overflow: hidden;transition: 0.4s;}
  .list-category-btn{background-color: #2A85FF;border: none;padding: 8.5px 20px;color: #ffffff;border-radius: 40px;margin-bottom: 20px;}
  .mobile-category .list-category-section.active-cat{max-height: 260px; overflow-y: scroll;}
  .mobile-bottom-header{padding-inline: 15px;}
  .bottom-header-links{font-family: "Figtree", serif !important;font-size: 18px;font-weight: 700;line-height: 21.6px;text-align: left;color: #242424;}
  .bottom-header-links i{float: right;font-size: 15px;}
  .mobile-bottom-header li{margin-bottom: 20px;}
  .mobile-bottom-header{margin-bottom: 0;}
  .bottom-header-mail{color: #85867E;font-family: "Figtree", serif !important;font-size: 16px;font-weight: 400;line-height: 19.2px;text-align: left;text-decoration-line: underline;}
  .header-right-ul{position: relative;}
  .user-header#header{top: 75px;}
  .header-logout-modal{position: fixed;bottom: -100%;background: #ffffff;width: 300px;border-radius: 20px 20px 0 0;transition: 0.4s;}
  .c-modal-backdrop::after{z-index: 1040;;background-color: #09060B99 !important;position: absolute;content: '';z-index: 2;height: 100%;width: 100%;top: 0;}
  .header-logout-modal.active-modal{bottom: 0;z-index: 3;}
  .logout-modal-header{padding: 20px 22px;display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #E2E2E2;}
  .logout-modal-title{color: #242424;font-family: "Figtree", serif !important;font-size: 18px;font-weight: 700;line-height: 21.6px;text-align: left;margin-bottom: 0;}
  .logout-modal-icon{margin-bottom: 0;font-size: 20px;}
  .logout-modal-body{padding: 20px 22px;text-align: center;}
  .logout-des{font-family: "Figtree", serif !important;font-size: 16px;font-weight: 500;line-height: 19.2px;text-align: center;color: #242424;margin-block: 20px 34px;}
  .button-group{display: flex;align-items: center;}
  .modal-button{color: #FFFFFF;background-color: #2A85FF;border-radius: 40px;border: transparent;width: 48%;text-align: center;padding-block: 8.5px;}
  .light-button{background-color: #FFFFFF;color: #2A85FF;border: 1px solid #2A85FF;margin-left: 11px;}
  .ticket-booking-page .checkout-third-section{order: 3;margin-bottom: 20px;}
  .ticket-booking-page .checkout-four-section{order: 4;}
  .breadcrumb-section{display: none;}
  .cell-phone-section .sign-up-input-left-section{width: 130px;}
  .cell-phone-section .sign-up-input-right-section{width: calc(100% - 130px);}
}
@media(max-width: 767.98px){
  .footer-description{text-align: center;}
  .ticket-qty-btn{padding-inline: 15px;}
  .user-header.dark{width: 100% !important;padding-block: 10px;}
  .e-detail-description{font-size: 16px;line-height: 16px;margin-bottom: 10px;}
  .event_page .before-login-header + .show-event-detail-page .breadcrumb-mobile-section .back-btn{left: 30px;}
  #browse_page_form .form-control{border-radius: 0 ;}
  .header-bg{height: 60vh !important;}
  .bottom-footer .footer-social-icon-ul{display: flex;justify-content: center;padding-bottom: 15px;}
  .footer-top .footer-social-icon-ul{display: none;}
  .footer-links,
  .footer-bottom-text{font-size: 12px;line-height: 16px;}
  .footer-links-li{margin-bottom: 8px;}
  .footer-links-title{font-size: 18px;margin-bottom: 15px;}
  .show-event-title{font-size: 16px;line-height: 16.8px;width: calc(100% - 80px);-webkit-line-clamp: 2;}
  .event-slider-section{left: 20px;}
  .location-name{font-size: 12px;line-height: 14.4px;}
  .show-event-box .card-body{padding: 12px;}
  .from-price,
  .show-event-month,
  .show-event-date{font-size: 12px;line-height: 14.4px;}
  .from-price span{font-size: 16px;}
  .show-event-date-section{top: -2.7rem;}
  .min-h-570{min-height: 370px;}
  .h-browse-title{font-size: 24px;}
  .event-list .allevent-btn-section{padding-bottom: 20px;}
  .event-list .shows-events .c-title{padding-top: 20px;}
  .common-btn{font-size: 16px;padding: 10px 25px;}
  .event-list .events .common-btn{margin-top: 0;}
  .event-tab-section .nav-link{text-wrap: nowrap;font-size: 12px;}
  .event-tab-section .event-tab-title{font-size: 18px;line-height: 18px;}
  .event-tab-select-section {display: flex;align-items: center;}
  .event-tab-select select{padding-right: 20px;}
  .pagination-section{display: none;}
  .city-list-page .pagination-btn{display: none;}
  .city-list-page .pagination-section,
  .city-list-page .pagination-btn.next-btn,
  .city-list-page .pagination-btn.prev-btn{display: block;}
  .city-list-page .pagination-section{padding-top: 0;}
  .user-header#header .mdl-brand{margin-left: 0;}
  .user-header#header .header-right-ul{width: calc(100% - 120px ) !important;}
  .user-header#header{top: 15px;}
  .user-header#header .ac-navbar::before{bottom: -10px;}
  .categories-section,
  .categories-box-section{display: none;}
  .events .c-title{padding-top: 30px;}
  .event-list-category .breadcrumb-section,
  .checkout-page .breadcrumb-section{display: none;}
  .breadcrumb-mobile-section{display: block;}
  .e-detail-heading-section{padding-top: 25px;}
  .header-section.before-login-header .header-right-ul{width: 60%;}
  .before-login-header + .show-event-detail-page .breadcrumb-mobile-section .back-btn{top: 150px !important;}
  .before-login-header + .show-event-detail-page .breadcrumb-section{display: none;}
  .before-login-header + .show-event-detail-page .breadcrumb-mobile-section{display: block;}
  .show-event-content-section{margin-top: -100px;}
  .show-event-detail-page .show-event-content-section .e-overview .o-detail p,
  .show-event-detail-page .show-event-content-section .e-overview .o-detail{font-size: 16px;}
  .similar-event .owl-nav.disabled,
  .photo-gallery-slider .owl-nav.disabled,
  .similar-event .owl-nav,
  .user-review-slider .owl-nav.disabled{display: none !important;}
  .show-event-detail-page .user-photo-gallery-section .main-title, .user-review-section .main-title{font-size: 26px;line-height: 26px;}
  .user-profile-card-footer-section{display: block;}
  .user-star-section{display: flex;justify-content: end;}
  .user-review-section .c-title,
  .show-event-detail-page .user-photo-gallery-section .c-title{padding-bottom:0;padding-top: 0;}
  .user-review-section .c-title,
  .show-event-detail-page .user-photo-gallery-section .c-title .main-title{margin-bottom: 25px;}
  .show-event-detail-page .show-event-content-section .e-overview .o-detail{margin-bottom: 25px;}
  .user-photo-gallery-section{margin-bottom: 25px !important;}
  .e-detail-img-section, .e-detail-heading-section{width: 100%;}
  .show-event-detail-section .event-detail-page{min-height: 350px;}
  .show-event-content-section{margin-top: -150px;}
  .e-detail-btn{width: 100%;}
  .show-event-detail-page .e-detail-heading{font-size: 20px;line-height: 20px;margin-bottom: 10px;}
  .review-people-counting,
  .review-star,
  .rating-counting{font-size: 12px;}
  .star-review-section{margin-bottom: 15px;}
  .e-detail-heading-section{padding-top: 15px;}
  .show-event-detail-page .e-detail-header-section{margin-bottom: 25px;}
  .show-event-detail-page .show-event-content-section .e-overview .o-detail h1{font-size: 26px;line-height: 30px;}
  .show-event-detail-page .show-event-content-section .e-overview .o-detail h2{font-size: 25px;line-height: 28px;}
  .show-event-detail-page .show-event-content-section .e-overview .o-detail h3{font-size: 24px;line-height: 26px;}
  .show-event-detail-page .show-event-content-section .e-overview .o-detail h4{font-size: 23px;line-height: 24px;}
  .show-event-detail-page .show-event-content-section .e-overview .o-detail h5{font-size: 18px;line-height: 20px;}
  .show-event-detail-page .show-event-content-section .e-overview .o-detail h6{font-size: 16px;line-height: 20px;}
  .o-detail{line-height: 16px !important;}
  .user-date,
  .user-review{font-size: 14px;line-height: 14px;}
  .user-name{font-size: 16px;line-height: 16px;}
  .user-profile-card-footer-section .d-flex{align-items: center;}
  .user-review-card{padding-inline: 15px;padding-top: 35px;}
  .user-star-section{position: absolute;top: 15px;}
  .user-star-section span{font-size: 12px;}
  .user-date, .user-review{margin-top: 10px;}
  .photo-gallery-slider .owl-dots.disabled,
  .user-review-slider .owl-dots{display: block;}
  .photo-gallery-slider .owl-dot span,
  .user-review-slider .owl-dot span{width: 15px !important;height: 15px !important;background-color: #EAF3FF !important;margin-inline: 3px;margin-bottom: 0;}
  .photo-gallery-slider .owl-dot.active span,
  .user-review-slider .owl-dot.active span{background-color: #2A85FF !important;width: 35px !important;}
  .photo-gallery-slider .owl-dots,
  .user-review-slider .owl-dot span{margin-top:0 !important;}
  .support-description{font-size: 14px;line-height: 14px;}
  .support-title{font-size: 18px;line-height: 18px;}
  .similor-event-slider.events .main-title{font-size: 20px;}
  .support-card.card{margin-bottom: 25px;}
  .similor-event-slider.events .c-title{padding-top: 0;padding-bottom: 20px;}
  .similor-event-slider.events .common-btn{display: none;}
  .similor-event-slider .show-event-title{font-size: 14px;}
  .show-event-date{font-size: 20px;padding-block: 10px;}
  .checkout-event-name{color: #242424;font-size: 20px;line-height: 24px;margin-top: 15px;}
  .rating-counting{color: #242424;}
  .voucher-btn{font-size: 16px;}
  .checkout-page .card-box{padding: 15px;margin-bottom: 15px;margin-top: 0;}
  .viewoffer-title{font-size: 14px;margin-block: 12px 6px;}
  .voucher-input{height: 35px;padding: 11px 12px;font-size: 12px;}
  .apply-offer-section{order: 3;}
  .apply-offer-btn{padding-block:8.5px;width: 100%;font-size: 16px;margin-top: 15px;}
  .available-voucher-card{padding: 12px;}
  .available-voucher-title{font-size: 14px;line-height: 16.8px;margin-bottom: 8px;}
  .available-voucher-title img{margin-right: 5px;}
  #viewoffer .row{margin-inline: 0;padding-inline: 0;}
  .available-voucher-description{font-size: 12px;line-height: 14.4px;}
  .payment-box-title{font-size: 18px;line-height: 21.6px;}
  .payment-option-label{font-size: 16px;width: 100px;}
  .payment-box-form-section .c-col-xxl-8{padding-inline: 0;}
  .payment-option.active .payment-image-option img{width: 25px;}
  .payment-option.active .payment-image-option{width: calc(100% - 130px);justify-content: end;gap: 8px;margin-left: 0;}
  .payment-box-form-section .payment-detail-form .form-row .pl-40,
  .payment-box-form-section .payment-detail-form .form-row{margin-inline: 0;padding-inline: 0;}
  .payment-box-title{margin-bottom: 15px;}
  .payment-option{margin-bottom: 15px;}
  .payment-option.active{margin-bottom: 12px;}
  .checkout-page .form-label{font-size: 14px;line-height: 16.8px;margin-bottom: 5px;}
  .payment-detail-input{padding: 11px 12px;font-size: 12px;height: 35px;}
  .payment-detail-form .t-form-group{margin-bottom: 12px ;}
  .security-option .payment-option-label{width: 100%;font-size: 12px;}
  .form-footer-description{font-size: 12px;line-height: 16px;}
  .payment-box-section .form-footer{padding-top: 15px;}
  .footer-form-link-ul{display: block;}
  .footer-form-link-ul .footer-form-link{font-size: 14px;line-height: 16.8px;margin-bottom: 10px;}
  .form-submit-btn{width: 100%;padding-block: 8.5px 12px;font-size: 16px;line-height: 19.2px;margin-top: 15px;}
  .card-box.payment-box-section{margin-bottom: 60px;}
  .checkout-four-section .smo-title{font-size: 18px;margin-bottom: 5px !important;}
  .order-summary-heading{display: none;}
  .order-summary-description{width: 100%;}
  .order-summary-description{display: flex;align-items: center;justify-content: flex-start;padding-inline: 0 !important;gap: 8px;font-size: 14px;line-height: 16.8px;}
  .summary-border{border-bottom: 1px solid #E2E2E2;padding-bottom: 16px;margin-bottom: 14px;}
  .order-summary-description.c-mb-0{margin-bottom: 0;padding-bottom: 0 !important;}
  .ticket-detail-left-section{padding: 9px 0 !important;}
  .ticket-detail-title{font-size: 14px;margin-bottom: 8px;line-height: 16.8px;}
  .ticket-detail-description{padding-left: 0;font-size: 12px;line-height: 14.4px;}
  .ticket-detail-description::after{left: -25px;width: 4px;height: 4px;}
  .ticket-detail-right-section{padding: 9px 0 !important;}
  .total-amount-section,
  .total-section{font-size: 18px;line-height: 21.5px;margin-top: 15px;padding-top:15px !important;padding-bottom: 0px !important;}
  .ticket-detail-left-section.pb-15,
  .ticket-detail-right-section.pb-15{padding-bottom: 15px !important;}
  .checkout-page .breadcrumb-mobile-section .back-btn{top: 130px;}
  .header-bg.event-detail-page{min-height: 0;background-image: url(../images/mobile-banner.jpg) !important;}
  .city-search-btn .form-control{border-radius: 0 40px 40px 0 !important;border: 1px solid #DDDED3 !important;border-left: none !important;padding-left: 0;}
  .city-page-title{margin-bottom: 15px;font-size: 20px;line-height: 24px;}
  .event-box-title{margin-bottom: 12px;}
  .city-list-section .event-box-title{font-size: 18px;margin-bottom: 12px;}
  .shows-events .owl-nav{display: none;}
  .show-event-detail-section .event-detail-page:after{border-radius: 0;}
  .home_page #header.before-login-header,
  .city_page #header.before-login-header,
  .checkout_page #header.before-login-header,
  .event_page #header.before-login-header{top: 40px;}
  .event_page .before-login-header + .show-event-detail-page .breadcrumb-mobile-section .back-btn,
  .checkout-page .breadcrumb-mobile-section .back-btn{top: 110px !important;}
  .wishlist-page .breadcrumb-mobile-section .back-btn{left: 30px;}
  .city-list-section{padding-block: 40px;}
  .city-search-btn{margin-bottom: 0;}
  #browse_page_form .form-group{margin-bottom: 20px;}
  .show-slider-1.owl-carousel .owl-nav.disabled{display: none;}
  .total-amount-section{font-size: 16px;padding-top: 6px !important;}
  .total-section{font-size: 14px;padding-top: 6px !important;}
  .tfoot-amount-section p{font-size: 18px;line-height: 21.6px;}
  .mobile-menu{width: 100%;right: -100%;top: 75px;height: calc(100vh - 75px);}
  .mobile-menu.show{right: 0;}
  .mobile-footer-title{color: #242424;font-family: "Aleo", serif;font-size: 26px;font-weight: 400;line-height: 31.2px;text-align: center;margin-block: 30px 20px ;}
  .ticket-booking-section{padding-block: 30px 50px;}
  .ticket-booking-card-header-section{display: block;}
  .ticket-heading{font-size: 24px;line-height: 28.8px;margin-bottom: 0;}
  .ticket-booking-page .box-image-bg{height: 300px;border-radius: 0;}
  .ticket-booking-card{padding: 15px;}
  .ticket-card-header-left-section img{width: 100%;margin-bottom: 15px;}
  .ticket-card-header-right-section{padding-left: 0;}
  .ticket-card-description{font-size: 12px;line-height: 14.4px;}
  .ticket-card-header-right-section{border-bottom: 1px solid #E2E2E2;padding-bottom: 12px;}
  .ticket-voucher-section{margin-block: 15px 12px;}
  .ticket-voucher-title{font-size: 14px;line-height: 16.8px;margin-bottom: 6px;}
  .ticket-voucher-input{height: 35px;padding-block: 10px;width: 100%;margin-bottom: 12px;}
  .ticket-apply-btn{margin-left: 0;width: 100%;padding-block: 0px;line-height: 35px;}
  .ticket-card-left-section{flex-wrap: wrap;}
  .ticket-card-heading-section{width: 100%;}
  .ticket-card-heading{font-size: 16px;line-height: 19.2px;margin-bottom: 8px;}
  .ticket-event-card-row .ticket-card-description{margin-bottom: 12px;}
  .ticket-event-card-row{position: relative;}
  .ticket-card-right-section{position: absolute;right: 0;bottom: 0;}
  /* .ticket-event-card-section{height: auto;overflow: hidden;padding-right: 0;} */
  .ticket-chekcout-btn,
  .ticket-back-btn{padding: 10px 0;width: 50%;font-size: 16px;line-height: 19.2px;}
  .total-amount-section,
  .total-section{border-top: none !important;}
  .header-logout-modal{width: 100%;bottom: -100%;right: 0;}
  .header-logout-modal.active-modal{bottom: 0;}
  .ticket-booking-page .checkout-four-section tfoot
  .ticket-booking-total-amount p,
  .ticket-booking-total p{border-top: 1px solid #dee2e6 !important;padding-top: 15px;margin-top: 15px;font-size: 18px;color: #242424;}
  .ticket-booking-total,
  .ticket-booking-total-amount{padding: 0 !important;border-top: none !important;}
  .total-section{font-size: 14px;line-height: 16.8px;padding-inline:0 ;}
  .total-amount-section{font-size: 16px;}
  tfoot{border-top: 1px solid #dee2e6 !important;}
  .ticket-heading-section img{width: 100%;}
  .ticket-card-header-left-section{width: 100%;}
  .wishlist-page .show-event-detail-section .event-detail-page.box-image-bg{border-radius: 0;min-height: 270px;}
  .wishlist-page .show-event-box{margin-bottom: 20px;margin-inline: 0;}
  .my-tickets-page .show-event-detail-section .event-detail-page{min-height: 250px;height: 250px;border-radius: 0;}
  .my-tickets-page.breadcrumb-mobile-section .back-btn{left: 30px;}
  .about-title{font-size: 20px;line-height: 24px;}
  .about-des{font-size: 16px;line-height: 20.4px;}
  .thankyou-page .ticket-card-heading{font-size: 20px;line-height: 24px;margin-bottom: 15px;}
  .thankyou-page .location-name, .thankyou-page .date-section, .thankyou-page .time-section{font-size: 16px;line-height: 18px;margin-bottom: 10px;}
  .thankyou-page .ticket-card-description-section{display: block;margin-top: 0;}
  .thankyou-page .date-section{margin-right: 0;margin-bottom: 0;}
  .thankyou-page .time-section{display: none;}
  .thankyou-page .ticket-card-header-right-section{border-bottom: none;padding-bottom: 0;}
  .thankyou-page .conformation-table{margin-top: 20px;padding-top: 15px;}
  .thankyou-page .conformation-table .tfoot-amount-section p, .thankyou-page .conformation-table .tfoot-section p{margin-bottom: 0;}
  .thankyou-page .tfoot-section p,
  .tfoot-amount-section p{margin-top: 15px;padding-top: 15px;}
  .thankyou-page .conformation-table tfoot td p{padding-top: 15px !important;margin-top: 0 !important;}
  .thankyou-page .conformation-table tbody:first-child tr td{padding-top: 0 !important;}
  .thankyou-page .conformation-table tfoot{border-top: none !important;}
  .thankyou-page .conformation-table tfoot td p{border-top: 1px solid #E2E2E2 !important;}
  .thankyou-page .conformation-table tfoot td{padding-top: 12px !important;}
  .thankyou-page .breadcrumb-mobile-section .back-btn{left: 30px;}
  .checkout-page .t-form-group input::placeholder,
  .checkout-page .t-form-group input{font-size: 16px;}
  .min-h-125{min-height: 70px !important;border-radius: 0;}
  .checkout-five-section .card-box-body{width: 100%;}
  .timing-btn{width: 75%;}
  .timing-note{font-size: 15px;}
  .destop-frame{display: none;}
  .mobile-frame{display: block;}
  .new-error .error-title{font-size: 35px;line-height: 35px;}
  .back-login-btn{width: 75%;}
  .new-error .error-des{font-size: 18px;}
  .card-box{padding-inline: 15px;}
  .checkout-four-section .ticket-price-detail{padding-inline: 0 !important;}
  .congratulations-section .modal-body p{font-size: 17px;line-height: 20px;}
  .congratulations-section .modal-body button{padding: 10px 60px;font-size: 16px;}
  .sign-up-input-section.d-flex select{padding-left: 20px !important;}
  .otp-page .sign-in-title{font-size: 22px;line-height: 26.4px;}
  .otp-page .sign-otp-link,
  .otp-page .sign-reset-des{font-size: 12px;line-height: 14.4px;}
  .verify-btn,
  .otp-cancel-btn{font-size: 16px;line-height: 19.2px;}
  .ticket-heading-section{margin-top: 60px;}
  .city-list .c-form-control,
  .city-list .c-form-control:focus{width: calc(100% - 40px);margin-left: auto;border-radius:  0 40px 40px 0 !important;padding-left: 0;}
  .phone-number select{width: 60px !important;margin-left: 40px;border-left: none;border-right: none;border-radius: 0 !important;color: #85867E;padding-left: 0 !important;}
  .ticket-booking.show-event-detail-page .e-detail-heading{font-size: 20px;line-height: 24px;}
  .show-event-detail-page .event-booking-detail-page .card-box{padding: 15px;}
  .show-event-detail-page .event-booking-detail-page .solid-btn{margin-bottom: 10px;}
  .show-event-detail-page .event-booking-detail-page .cmo-title, 
  .show-event-detail-page .event-booking-detail-page .fourth-section .event-title,
  .show-event-detail-page .event-booking-detail-page .third-section .event-title{font-size: 18px;line-height: 21.6px;}
  .show-event-detail-page .event-booking-detail-page .event-sub-title{font-size: 16px;;}
  .show-event-detail-page .event-booking-detail-page .third-section .card-box{padding-bottom: 15px;}
  .show-event-detail-page .event-booking-detail-page .fourth-section .event-title{padding-bottom: 12px;margin-bottom: 12px;}
  .show-event-detail-page .event-booking-detail-page .cmo-left-td{line-height: 16.8px;font-size: 14px;}
  .show-event-detail-page .first-section .e-detail-header-section,
  .show-event-detail-page .event-booking-detail-page .second-section .card-box,
  .show-event-detail-page .event-booking-detail-page .third-section .card-box{margin-bottom: 20px;}
  .show-event-detail-page .event-booking-detail-page .fourth-section .card-box{margin-bottom: 60px;}
  /* .custom-search-dropdown .js-dropdown.dropdown.active.visible,
  .custom-search-dropdown .js-dropdown.dropdown.active{border-radius: 0 !important;} */
  .cell-phone-section .sign-up-input-left-section{width: 105px;}
  .cell-phone-section .sign-up-input-right-section{width: calc(100% - 105px);}
  .footer-description{font-size: 16px;}
  .footer-bottom-text{width: 100%;margin-inline: auto !important;}
}
@media(max-width: 576px){
  .ticket-booking-page .c-container{max-width: calc(100% - 40px);}
  .ticket-booking-page .checkout-third-section,
  .ticket-booking-page .checkout-four-section{padding-inline: 0;}
  .sign-in-logo{margin-block: 15px 50px;}
  .sign-up{height: 100%}
  .social-btn img{margin-right: 0;}
  .social-btn{padding: 15px;}
  .sign-up-review-description,
  .sign-up-review-description,
  .forgot-password-link,
  .sign-up-form .form-label{font-size: 14px;}
  .sign-in-title{font-size: 22px;}
  .forgot-password-btn{margin-top: 15px !important;}
  .header-bg{background-image: url(../images/mobile-banner.jpg);padding: 70px 20px 0 20px !important;}
  #browse_page_form .form-group{display: flex;align-items: center;justify-content: center;}
  .header-title{text-align: center;font-size: 30px;line-height: 40px;}
  .h-browse-title2{text-align: center;font-size: 16px;margin-bottom: 20px !important;line-height: 19.2px;}
  .header-bg .c-container,
  .header-bg .row{height: 100%;}
  .header-bg .row{align-items: center;} 
  .events .main-title{line-height: 30px;}
  .close-icon,
  .search-icon{padding-inline: 10px;}
  .bottom-footer .footer-social-icon-ul{gap: 10px;}
  .footer-logo img{width: 100px;}
  .event-box{padding: 10px;}
  .event-top-image{width: 90%;}
  .event-bottom-image{width: 90%;}
  .sign-up-form .sign-up-btn{line-height: 40px;}
  .event-list .events .common-btn{margin-bottom: 0;}
  .event-list-category .event-detail-page{align-items: flex-end;}
  .show-event-box img.show-event-image,
  .event-slider .event-top-image,
  .show-slider .show-event-image,
  .show-slider .card-image{height: 100%;}
  .location-name{width: calc(100% - 100px);}
  .city-list-page .min-h-570{min-height: 300px !important;height: 300px !important;}
  .city-list-page + #header.before-login-header{top: 10px;}
  .my-tickets-page .calender-section, .my-tickets-page .time-section, .my-tickets-page .ticket-name, .my-tickets-page .location-name{font-size: 14px;}
  .my-tickets-page .ticket-event-section{padding-top: 30px;}
  .my-tickets-page .my-ticket-card{margin-bottom: 15px;margin-inline: 0;}
  .custom-select-option select,
  .custom-field input,
  .sign-up-input-section .form-control,
  .sign-up-input-section .form-control::placeholder{font-size: 12px !important;}
  .custom-select-option select{width: 97px;padding-right: 0;}
  .custom-field input:focus, .custom-field input{padding-left: 100px !important;}
  .sign-up-btn, .sign-up-form .sign-up-btn{z-index: 2;}
  .terms-section{display: flex;align-items: flex-start;}
  .terms-section input{margin-top: 4px;margin-right: 5px;}
  .header-section .btn-sign-in{z-index: 2;position: relative;}
  .breadcrumb-mobile-section .back-btn{z-index: 10;}
  .event-slider.owl-carousel .owl-nav.disabled, .show-slider.owl-carousel .owl-nav.disabled, .show-slider-1.owl-carousel .owl-nav.disabled, .show-slider-2.owl-carousel .owl-nav.disabled, .similar-event-1.owl-carousel .owl-nav.disabled, .multiple-event .owl-carousel .owl-nav.disabled, .multiple-event .owl-carousel .owl-nav{display: none;}
 
}
@media(max-width: 450px){
  .header-bg{padding-inline: 0px !important;}
  .btn-sign-in{font-size: 16px;}
  .header-logo{width: 100px;}
  .event-tab-select-section{max-width: 100% !important;padding-top: 0px;text-align: center;min-width: 100% !important;}
  .event-tab-title-section{padding-left: 0;text-align: center;max-width: 100%;min-width: 100%;}
  .event-tab-title-section .event-tab-title{text-align: center;}
  .event-tab-select select{padding-right: 30px;width: 100%;}
  .event-tab-select{width: 49%;}
  .qty-input{width: 30px;}
  .new-error .error-title{font-size: 30px;line-height: 30px;}
  
}
@media(max-width: 377px){
  .e-detail-btn-section{display: block;}
  .e-detail-btn{margin-bottom: 10px;}
}
@media(max-width: 370px){
  .header-section.before-login-header .header-right-ul{width: 50%;}
  .wishlist-page .location-right-section{width: 60%;}
  .wishlist-page .book-now-btn{padding-block: 6px;}
}
@media(max-height: 800px){
  .otp-page .button-section{margin-top: 150px;}
}
@media(max-height: 700px){
  .otp-page .button-section{margin-top: 100px;}
}

#card-element{border: 1px solid #000000;margin-bottom: 15px;padding: 20px;}
.book-ticket-loader{z-index: 999;width: 100%;position: absolute;top: 0;bottom: 0;background-color: transparent;display: none;}