@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
html,
body {
  margin: 0;
  padding: 0;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #18182c;
}

* {
  margin: 0;
  padding: 0; }
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #813BC5;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #813BC5;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #813BC5;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #813BC5;
  }

a {
  color: #000; }
a:hover {
  color: #701DB8;
}

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

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
select:focus,
.btn-close:focus {
  /* border-color:#000; */
  /*box-shadow: 0 0px 0px transparent inset, 0 0 0px rgba(126, 239, 104, 0);*/
  /*outline: none;*/
}

.form-control:focus {
  /* border-color:transparent;   */
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px transparent, 0 0 0px rgba(102, 175, 233, 0);
  box-shadow: inset 0 0px 0px transparent, 0 0 0px rgba(102, 175, 233, 0); }

select {
  cursor: pointer; }

.form-control::-webkit-input-placeholder {
  color: #000; }

.form-control:-moz-placeholder {
  color: #000; }

.form-control::-moz-placeholder {
  color: #000; }

.form-control:-ms-input-placeholder {
  color: #000; }

a:hover, a:focus{
  text-decoration: none;
}
.btn.focus, .btn:focus{
  outline: 0;
  box-shadow: none;
}



.smooth{
  -webkit-transition: .3s;
     -moz-transition: .3s;
      -ms-transition: .3s;
       -o-transition: .3s;
          transition: .3s;
}

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

.content-wrapper{
  margin-left: 0;
  -webkit-transition: .3s;
     -moz-transition: .3s;
      -ms-transition: .3s;
       -o-transition: .3s;
          transition: .3s;
}

.white{
  color: #fff !important;
}

.turquoise{
  color: #32e9f7;
}

.bg-common{
  background: #813BC5;
}

/*======================================================================
                            header start
======================================================================*/

.header-section {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
    background: #fff;
    border-bottom: 1px solid #eee;
    /*background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);*/
    height: 65px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sticky-nav{
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 1px 26px 0px #813BC542;
  z-index: 992;
  animation: np-anime 1s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

@keyframes np-anime {
  0% {
    transform: translateY(-25%);
  }
  100%{
    transform: translateY(0%);
  }
}

@-webkit-keyframes np-anime {
  0% {
    -webkit-transform: translateY(-2%);
    opacity: 0;
  }
  100%{
    -webkit-transform: translateY(0%);
    opacity: 1;
  }
}

.h-brand, .h-select-block{
  display: inline-block;
  vertical-align: middle;
}

.brand img{
  max-width: 160px;
}

.top-city-select {
  padding: 0;
  padding-left: 10px;
  font-size: 16px;
  /* color: #fff; */
  font-weight: 300;
  position: relative;
  cursor: pointer;
  text-transform: capitalize;
}
.top-city-select i{color: #18182c;}
.s-m-ico{width: 28px;margin-top: -5px;}
.act-con .dropdown-item {
  line-height: 25px;
  text-align: center;
  color: #fff;
}
.l-s-text{
  text-transform: uppercase;
  color: #701DB8;
}
.l-s-text:hover{
  color: #18182c;
}
.h-c-b{
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 0;
}
.act-con .dropdown-menu {
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #701DB8;
  border: none;
  border-radius: 0;
}
.act-con .dropdown-item:focus, .act-con .dropdown-item:hover {
  color: #701DB8;
}
.act-con .dropdown-divider {
  border-top: 1px solid #701DB8;
}
.act-con .dropdown-toggle i{color: #2fdfff;}
.act-con .dropdown-menu {margin: .75rem 0 0;}
.pro-i{
  width: 30px;
  height: 30px;
  border-radius: 4px;
  object-fit: cover;
  border: 1px solid #ccc;
}

.top-city-select:hover{
  color: #701DB8;
  opacity: .8;
}

.top-city-select:after{
  position: absolute;
  content: none;
  width: 1px;
  height: 25px;
  background: #40404042;
  top: 0;
  right: -10px;
}

.select-box{
  position: relative;
}

.h-select-block select{
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align-last: center;
  background-image: none;*/
  height: 35px;
  border: 0;
  font-size: 15px;
  color: #18182c;
  border-right: .2px solid #40404042;
  border-radius: 0;
  padding-right: 10px;
}

/*.select-box:after {
    content: 'f078';
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    color: #000;
    right: 6px;
    top: 0;
    height: 35px;
    line-height: 35px;
    position: absolute;
    pointer-events: none;
}*/

.nav-menu{
  text-align: right;
}

.nav-menu li{
  position: relative;
  vertical-align: middle;
}

.nav-menu .nav-link{
  color: #701DB8;
  font-size: 15px;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
}
.f-w-col{color: #701DB8!important;font-size: 24px!important;}

/*.nav-menu li:first-child a:before{
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 26px;
  right: -10px;
  bottom: 0;
  height: 25px;
  background: #40404042;
}*/

.nav-menu .list-inline-item:not(:last-child) {
  margin-right: 10px;
}

.nav-menu .nav-link.log-in-link{
  padding-right: 10px;
  position: relative;
}

.log-in-link:after{
  position: absolute;
  content: "|";
  color: #701DB894;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.nav-menu .dropdown-toggle::after{
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: 0;
  vertical-align: middle;
  margin-top: -4px;
}

.acc-dropdown {
  width: 100%;
  margin-top: -2px;
  padding: 0;
  border-color: #ddd;
  border-radius: 4px;
}

.acc-dropdown:before{
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  top: -9px;
  right: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  z-index: -1;
}

.acc-dropdown .dropdown-item{
  line-height: 1.5;
  padding: 8px 10px;
  font-weight: 500;
}

.acc-dropdown .dropdown-item + .dropdown-item{
  border-top: 1px solid #ddd;
}

.acc-dropdown .dropdown-item.active,
.acc-dropdown .dropdown-item:active {
  background: #813BC5;
}


.btn-header{
  color: #fff;
  background: #813BC5;
  border: 1.5px solid #813BC5;
  font-weight: 600;
}

.btn-header.cy-b {
  background: #701DB8;
  border: 1.5px solid #701DB8;
  border-radius: 0;
  text-transform: uppercase;
}
.evt-i{
    padding: 3px 15px;
    margin-right: 15px;
    border-right: 1px solid #eee;
}
.evt-i a{
    color: #701DB8;
}

.btn-header:hover{
  background: transparent;
  color: #701DB8;
}

.btn-filter{
  color: #813BC5;
  background: #fff;
  border: 1.5px solid #813BC5;
}

.btn-filter:hover{
  color: #fff;
  background: #813BC5;
}

.btn-header-book{ display: none; }

/*--------search bar start--------*/

.search-bar{
 /* width: calc(100% - 215px);*/
  width: 330px;
  padding-left: 15px;
  display: inline-block;
}

.search-group{
  position: relative;
}

.search-inp{
  padding-right: 30px;
  height: 40px;
  border-radius: 0;
  border-color: #dddddd;
}

.search-inp:focus{
  outline: none;
  box-shadow: none;
  border-color: #ced4da;
}

.search-icon{
  position: absolute;
  top: 13px;
  right: 10px;
  color: #757575;
}

.search-list-group {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  max-height: 312px;
  overflow: hidden;
  overflow-y: auto;
  z-index: 1195;
  display: none;
  min-width: 230px;
}

.search-li{
  padding: 10px;
}

.search-li + .search-li{
  border-top: 1px solid #ccc;
}

.search-link{
  display: flex;
  flex-flow: row wrap;
  color: #000;
}

.search-link:hover{
  color: #813BC5;
}

.search-event-img{
  width: 70px;
  height: 70px;
  border-radius: 6px;
  overflow: hidden;
}

.search-event-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-event-desc,
.search-top-li{
  display: grid !important;
  flex-wrap: wrap;
  grid-gap: 5px;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  /* width: calc(100% - 70px);
  padding: 0 0 0 10px; */
}

.search-top-li{
  padding: 10px;
  width: 100%;
}

.more-result-txt{
  color: #813BC5;
}

.search-e-title{
  grid-column: 1 / span 2;
  font-size: 14px;
  font-weight: 600;
}

.search-city-price{
  font-weight: 500;
  text-align: right;
}


/* width */
.search-list-group::-webkit-scrollbar{
  width: 8px;
}

/* Track */
.search-list-group::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 50px;
}

/* Handle */
.search-list-group::-webkit-scrollbar-thumb {
  background: #ebebf9;
  border-radius: 50px;
}

/* Handle on hover */
.search-list-group::-webkit-scrollbar-thumb:hover {
  background: #813BC5;
}

/*--------search bar end--------*/

/*======================================================================
                            header end
======================================================================*/

/*======================================================================
                            Footer start
======================================================================*/

.footer{
  background: #fff;
}

.py-50{
  padding: 50px 0;
}

.ft-tile {
    color: #18182c;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-desc{
  color: #18182c;
  margin-bottom: 0;
}
.f-social li.nav-item {
  margin-right: 15px;
}

.f-menu-title{
  color: #18182c;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
}

.f-li + .f-li{
  margin-top: 10px;
}

.f-link{
  color: #18182c;
}

.f-link:hover{
  color: #32e9f7;
}

.brder-top{
  border-top: 1px solid #e7e7e9;
}

.f-social .nav-link{
  color: #18182c;
  font-size: 24px;
  padding: 10px;
}

.f-social .nav-link:hover{
  color: #32e9f7;
}

.copy-right{
  color: #18182c;
}

/*======================================================================
                            Footer end
======================================================================*/

/*======================================================================
                          Login form start
======================================================================*/

.subscribe-block{
  background: #813BC5;
  padding: 100px 0;
}
.form-block{
  width: 40%;
}
.form-title{
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.form-block .form-group{
  margin-bottom: 20px;
}

.c-form-control{
  height: 50px;
  font-size: 16px;
  border: 0;
}

/*-----checkbox start------*/
.chk-lbl {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chk-lbl input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 0;
  border-radius: 3px;
  background: #fff;
}

/* On mouse-over, add a grey background color */
.chk-lbl:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.chk-lbl input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chk-lbl input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chk-lbl .checkmark:after {
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #813BC5;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*-----checkbox end------*/

.forgot-txt{
  color: #32e9f7;
  font-size: 16px;
}
.forgot-txt:hover{
  color: #fff;
}

.btn-subscribe{
  width: 100%;
  background: #32e9f7;
  color: #813BC5;
  border: 1.5px solid #32e9f7;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  height: 50px;
}

.btn-subscribe:hover{
  background: transparent;
  color: #32e9f7;
}

.reg-txt{
  font-size: 16px;
  margin: 30px 0;
}

.reg-txt a{
  color: #32e9f7;
}
.reg-txt a:hover{
  color: #fff;
}

.divider-txt{
  position: relative;
  height: 40px;
  line-height: 40px;
  z-index: 1189;
}
.divider-txt:before{
  position: absolute;
  content: "";
  width: 100%;
  height: .5px;
  background: #ffffff52;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-0, -50%);
     -moz-transform: translate(-0, -50%);
      -ms-transform: translate(-0, -50%);
       -o-transform: translate(-0, -50%);
          transform: translate(-0, -50%);
  z-index: -1;
}
.divider-txt span{
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50px;
  border: 1px solid #fff;
  background: #813BC5;
  display: block;
  margin: 0 auto;
}

.btn-social{
  font-size: 18px;
  color: #813BC5;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  background: #fff;
  border: 1.5px solid #fff;
}

.btn-social + .btn-social{
  margin-left: 10px;
}

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

.pl-100{
  padding-left: 110px;
}

.pl-110{
  padding-left: 100px;
}

.code-select {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: 100px;
}

/*======================================================================
                          Login form end
======================================================================*/

/*======================================================================
                          Home page start
======================================================================*/

.header-text{
  color: #fff;
  margin-bottom: 0;
  background: #701DB8;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  padding: 10px 0;
  height: 45px;
}

.sec-padding{
  padding: 70px 0;
}

.header-bg{
  /*background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 600px;*/
  position: relative;
    z-index:1;
}

#hidden-video {
  object-fit: cover;
  width: 100vw;
  height: calc(100vh - 125px);
  margin-bottom: -6px;
}

.hvi-search-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.banner-title{
  color: #fff;
  font-size: 16px;
  line-height: 33px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: px;
}

.hm-tp-badge{
  background-color: #fff;
  border-radius: 100px;
  font-size: 14px;
  padding: 6px 14px;
  margin: 5px !important;
}

.btn-city-more {
  color: #fff;
  font-size: 14px;
  padding: 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.c-select-group, .select-city{
  position: relative;
}
.c-select, .select-city{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*text-align-last: center;*/
  background-image: none;
  height: 50px;
  font-size: 18px;
  border: 0;
  cursor: pointer;
}

.c-select-group:after,
.select-city:after{
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #701DB8;
  color: #ffffff;
  font-size: 18px;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  pointer-events: none;
}
.brand-back{background-color: #813BC5;}
.brand-back .main-title {color: #ffffff;}

.select-city .c-input{
  border: 0;
  cursor: pointer;
  pointer-events: none;
  font-size: 18px;
}

.c-input:disabled, .c-input[readonly]{
  background: #fff;
}

.main-title{
  font-size: 30px;
  font-weight: 600;
  color: #18182c;
  text-align: center;
  margin-bottom: 30px;
}

.top-cities{
  position: relative;
}
.hr-line{
  position: absolute;
  max-width: 80%;
  width: 100%;
  height: 1px;
  background: #ddd;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.top-city-block {
  width: 75%;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  margin: auto;
  box-shadow: 18px 16px 0px #31e9f7;
  border: 4px solid #fff;
  margin-bottom: 3rem;
}
.s-all{color: #fff;font-size: 1.8rem;}
.s-all i{font-size: 1.6rem;color: #31e9f7;}
.s-all:hover{color: #31e9f7;}

.top-city-block:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  right:0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: #813BC5b0;
  -webkit-transition: .3s;
     -moz-transition: .3s;
      -ms-transition: .3s;
       -o-transition: .3s;
          transition: .3s;
}

.top-city-block:hover:before{
  opacity: 1;
}

.top-city-name{
  position: absolute;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
}

.mt-30{
  margin-top: 30px;
}

.btn-gallery{
  font-size: 16px;
  color: #813BC5;
  font-weight: 700;
  margin-top: 30px;
  display: block;
}

.exp-img-block{
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 15px;
	max-height: 250px;
	min-height: 250px;
}

.exp-img-block img {
	object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    max-height: 250px;
    min-height: 250px;
}

.exp-title{
  font-size: 16px;
  font-weight: 800;
  color: #18182c;
  margin-bottom: 5px;
}

.exp-detail{
  font-size: 16px;
  color: #18182c;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

.count-section{
  background: #813BC5;
}

.count-icon{
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  background: #813BC5;
  color: #ffffff;
  border-radius: 50px;
  box-shadow: 6px 6px 0px 0px #32e9f7;
  margin: 0 auto;
  margin-bottom: 20px;
}

.count-num{
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
  color: #813BC5;
}

.count-title{
  font-size: 16px;
  margin-bottom: 0;
}

.download-title{
  font-size: 30px;
  font-weight: 800;
  color: #18182c;
}

.download-desc{
  font-size: 16px;
  color: #18182c;
}

.store-img img{
  max-width: 180px;
}

.store-img  a + a{
  margin-left: 15px;
}

.work-block{
  background: #fff;
  box-shadow: 0 0 26px 1px #813BC51a;
}

.wb-img{
  position: relative;
}

.wb-img .count-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 50px;
  background: #813BC5;
  color: #fff;
  border-radius: 50px;
  box-shadow: 6px 6px 0px 0px #32e9f7;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wb-desc-block{
  padding: 30px 25px;
  text-align: center;
}
.wb-title{
  font-size: 20px;
  font-weight: 800;
  color: #18182c;
  margin-bottom:5px;
}
.wb-desc{
  font-size: 14px;
  color: #18182c;
  margin-bottom: 25px;
}
.btn-coin{
  text-transform: uppercase;
  padding: .50rem 1.5rem;
  font-size: 14px;
  font-weight: 600;
  color: #813BC5;
  border: 1.5px solid #813BC5;
}
.btn-coin:hover{
  background: #813BC5;
  color: #fff;
}

/*-----------select city modal start-----------*/
.select-city-modal{
  position: relative;
}
.btn-close{
  position: absolute;
  top: 6px;
  right: 12px;
  color: #fff;
  opacity: 1;
  font-weight: 300;
  font-size: 30px;
}

.btn-close:hover{
  color: #fff;
}

.select-city-modal .modal-content {
  border: 0;
  border-right: 4px;
  overflow: hidden;
}

.md-title{
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 500;
  background: #813BC5;
  color: #fff;
  padding: 32px 0 42px 30px;
  text-align: left;
}
.city-search-bar{
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: -30px;
}
.city-search-bar .input-group{
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 20px #813BC552;
}
.city-search-bar .c-input{
  border: 0;
  height: 60px;
}
.city-search-bar .btn-search{
  background: #fff;
  color: #813BC5;
  font-size: 18px;
}

.city-search-bar .c-input::placeholder {
  color: #8785a0;
  opacity: 1; /* Firefox */
}

.city-search-bar .c-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #8785a0;
}

.city-search-bar .c-input::-ms-input-placeholder { /* Microsoft Edge */
 color: #8785a0;
}

.city-block{
  height: 400px;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.city-list{
  padding: 10px 25px;
}
.city-title{
  color: #8785a0;
  font-size: 16px;
  font-weight: 700;
  padding: 5px;
}

.city-li{
  color: #8785a0;
  font-weight: normal;
  margin-top: 5px;
  padding:5px;
  cursor: pointer;
    text-align: left;
}
.city-title + .city-title{
  margin-top: 10px;
}
.city-li:hover{
    background-color: #e7e7e9;
    border-radius: 0;
    color: #18182c;
    font-weight: 600;
}
.h-search-con{
    display: none;
    position: absolute;
    background-color: #fff;
    top: 63px;
    left: 0;
    width: 350px;
    height: 360px;
    z-index: 1;
    overflow-y: auto;
    box-shadow: 0 0 20px rgb(68 68 68 / 24%);
}
.h-search-con-home{
    display: none;
    position: absolute;
    background-color: #fff;
    top: 49px;
    left: 0;
    width: 100%;
    height: 360px;
    z-index: 1;
    overflow-y: auto;
    box-shadow: 0 0 20px rgb(68 68 68 / 24%);
}
.h-search-con .city-search-bar, .h-search-con-home .city-search-bar{
    margin-top: 15px;
}
.h-search-con .city-block, .h-search-con-home .city-block {
    height: 100%;
}
.h-search-con .city-search-bar .c-input, .h-search-con-home .city-search-bar .c-input{
    height: 43px;
    color: #757575;
    padding-left: 20px!important;
}
.h-search-con .city-search-bar .input-group, .h-search-con-home .city-search-bar .input-group{
    border: 1px solid #ddd;
    border-radius: 50px;
    box-shadow: none;
}
.h-search-con .cat-cit-ttit, .h-search-con-home .cat-cit-ttit{
    background-color: #e7e7e9;
    padding: 10px;
    color: #18182c;
    text-align: left;
}
.h-search-con .city-list, .h-search-con-home .city-list{
    padding: 10px 0px;
}

/* width */
.city-block::-webkit-scrollbar,
.evt-body::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.city-block::-webkit-scrollbar-track,
.evt-body::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 50px;
}

/* Handle */
.city-block::-webkit-scrollbar-thumb,
.evt-body::-webkit-scrollbar-thumb {
  background: #ebebf9;
  border-radius: 50px;
}

/* Handle on hover */
.city-block::-webkit-scrollbar-thumb:hover,
.evt-body::-webkit-scrollbar-thumb:hover {
  background: #813BC5;
}

/*-----------select city modal end-----------*/

/*--------------
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
------------*/

/*======================================================================
                          Home page end
======================================================================*/

/*======================================================================
                        Single category start
======================================================================*/

.single-cat{
  background: #18182c;
}

.single-cat .main-title{
  color: #fff;
}

.single-cat-block{
  background: #2a293f;
  border-radius: 8px;
  overflow: hidden;
}

.sc-desc-block{
  padding: 15px;
}

.sc-img{
  max-height: 140px;
  min-height: 140px;
  overflow: hidden;
}

.sc-img img{
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  max-height: 140px;
  min-height: 140px;
}

.sc-title{
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

.sc-li{
  position: relative;
  font-size: 16px;
  color: #ffffff72;
  padding-left: 20px;
}
.sc-li:before{
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight:900;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #fff;
}

.sc-li:first-child:before{
  content: "\f3c5";
}

.sc-li:nth-child(2):before,
.sc-li:last-child:before{
  content: "\f073";
}

.sc-price{
  font-size: 15px;
  font-weight: 700;
  color: #32e9f7;
  margin-bottom: 0;
  margin-top: 12px;
}

.city-event-rating{
  margin-top: 10px;
  color: #813BC5;
}

.city-event-rating span{
  color: #ffb100;
}

/*======================================================================
                        Single category end
======================================================================*/

/*======================================================================
                        event detail start
======================================================================*/

.book-section{
  background: #701DB8;
}


.event-carousel-block{
  margin: 50px 0;
}

/*---carousel start---*/
#sync1 .item{
  background: #0c83e7;
  color: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  overflow: hidden;
  height: 380px;
}

#sync1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#sync1{
  margin-bottom: 0px;
}

#sync1 .owl-nav .owl-prev, #sync1 .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #701DB8;
    border-radius: 0px;
}

#sync1 .owl-nav .owl-prev{
  left: 25%;
}
#sync1 .owl-nav .owl-next {
  right: 25%;
}

#sync2 .item{
  background: #C9C9C9;
  color: #FFF;
  margin: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
#sync2 .item h1{
  font-size: 18px;
}
#sync2 .synced .item{
  border: 2px solid #fff;
}

#sync2 img.img-fluid.be-img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  object-position: center;
}

.navigation-thumbs .owl-nav{
  top: 45%;
  transform: translate(0, -45%);
}

.navigation-thumbs .owl-nav .owl-prev{
  left: -25px;
}
.navigation-thumbs .owl-nav .owl-next{
  right: -25px;
}

.slider-nav .owl-nav{
  display: block !important;
  position: absolute;
  background: #fff;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.slider-nav .owl-nav .owl-prev:focus,
.slider-nav .owl-nav .owl-next:focus{
  outline: 0;
}

.slider-nav .owl-nav .owl-prev{
  font-size: 25px;
  position: absolute;
  left: -14px;
  width: 20px;
  height: 20px;
  background: transparent;
  line-height: 20px;
  opacity: 1;
  margin: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.slider-nav .owl-nav .owl-next{
  font-size: 25px;
  position: absolute;
  right: -14px;
  width: 20px;
  height: 20px;
  background: transparent;
  line-height: 25px;
  opacity: 1;
  margin: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.slider-nav .owl-nav .owl-prev span,
.slider-nav .owl-nav .owl-next span{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.slider-nav .owl-nav .owl-prev span:focus,
.slider-nav .owl-nav .owl-next span:focus{
  outline: 0;
}

.slider-nav .owl-nav .owl-prev span:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content:"\f053";
  color: #fff;
  font-size: 20px;
  top: -8px;
  left: 0;
  width: 100%;
  height: 10%;
}

.slider-nav .owl-nav .owl-next span:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content:"\f054";
  color: #fff;
  font-size: 20px;
  top: -8px;
  right: 0;
  width: 100%;
  height: 10%;
}

.slider-nav .owl-nav [class*='owl-']:hover{
  background: transparent !important;
  outline: none;
}
/*---carousel end---*/

/*sticky bar start*/
.sticky-book-block.sticky{
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 12px #813BC559;
  /*transition: .4s;*/
  /*bottom: 30px !important;*/
  z-index: 991;
}

.sticky-book-block.sticky .ed-sticky-block{
  position: relative;
  max-height: 420px;
  overflow: hidden;
  overflow-y: auto;
}

.sticky-book-block.sticky .bd-title,
.sticky-book-block.sticky .bd-price{
  font-size: 20px;
}

.sticky-book-block.sticky .bd-sm-txt{
  font-size: 14px;
}

.sticky-book-block.sticky .sc-li,
.sticky-book-block.sticky .sc-li:before,
.sticky-book-block.sticky .cmd-desc,
.sticky-book-block.sticky .stock-ticket{
  font-size: 14px;
}

.sticky-book-block.sticky .sesstion-li{
  height: 80px;
}

.sticky-book-block.sticky .btn-common{
  font-size: 16px;
}

.sticky-book-block.sticky .btn-evt-like{
  width: 50px;
  height: 50px;
  line-height: 50px;
}

/* width */
.sticky-book-block.sticky .ed-sticky-block::-webkit-scrollbar{
  width: 8px;
}

/* Track */
.sticky-book-block.sticky .ed-sticky-block::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 50px;
}

/* Handle */
.sticky-book-block.sticky .ed-sticky-block::-webkit-scrollbar-thumb {
  background: #ebebf9;
  border-radius: 50px;
}

/* Handle on hover */
.sticky-book-block.sticky .ed-sticky-block::-webkit-scrollbar-thumb:hover {
  background: #813BC5;
}

/*sticky bar end*/

.bd-li{
  background: #fff;
  border-radius: 0;
  padding: 20px;
  box-shadow: 0px 0px 12px 2px rgb(0 0 0 / 12%);
}
.book-section-c {
    background: #701DB8;
}
.bd-li + .bd-li{
  margin-top: 30px;
}

.bd-sm-txt,
.ed-sticky-block p {
  color: #813BC5;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 15px;
}

.event-booking-date .sc-li{
    color: #18182c;
    font-size: 14px;
}
.event-booking-date .sc-li:before{
  color: #813BC5;
}

.event-booking-date .sc-li:first-child:before{
  content: "\f3c5";
}

.event-booking-date .sc-li:last-child:before{
  content: "\f073";
}

.event-booking-date .sc-li:not(:last-child){
  margin-right: 30px;
}
.bd-title{
  font-size: 25px;
  color: #18182c;
  font-weight: 600;
}
.bd-price{
  font-size: 25px;
  font-weight: 800;
  color: #813BC5;
  margin: 10px 0;
}

/*counter start*/
.btn-qty{
  background: #18182c;
  color: #fff;
  font-size: 30px;
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 0;
}
.btn-qty:hover{
  color: #fff;
}
.qty-input-block{
  display: inline-block;
  vertical-align: middle;
  border: 1.5px solid #18182c;
  margin: 0 -5px;
}
.qty .countt {
  color: #18182c;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 42px;
  padding: 0;
  height: 42px;
  text-align: center;
}
.qty .plus {
    cursor: pointer;
    vertical-align: middle;
    }
.qty .minus {
    cursor: pointer;
    vertical-align: middle;
}

.qty span{
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  min-width: 60px;
}

/*Prevent text selection*/
span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.countt{
    border: 0;
    width: 50px;
}
.qty input::-webkit-outer-spin-button,
.countt::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.countt:disabled{
    background-color:transparent;
}
/*counter over*/

.btn-common{
  background: #813BC5;
  background-color: rgb(59, 63, 197);
  background-color: rgba(59, 63, 197, 1);
  border: 1.5px solid #813BC5;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 38px;
  margin-top: 20px;
}
/*.btn-common:hover{*/
/*  background: #fff;*/
/*  color: #813BC5;*/
/*}*/

.bd-li .btn-evt-like{
  width: 44px;
  height: 44px;
  line-height: 46px;
  text-align: center;
  border-radius: 50px;
  font-size: 19px;
  color: #813BC5;
  padding: 0;
  margin: 0 0 0 20px;
  background: #fff;
  border: 1.5px solid #813BC5;
}

.like-fill{
  display: none;
}

.bd-li .btn-evt-like.active{
  background: #813BC5;
  color: #fff !important;
}

.bd-li .btn-evt-like.active .like-line{
  display: none;
}

.bd-li .btn-evt-like.active .like-fill{
  display: block;
}
.bd-social-tital {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.bd-social-tital-s {
    font-size: 16px;
    font-weight: 400;
}
.social-nav a{
  width: 36px;
  height: 36px;
  line-height: 35px;
  padding: 0;
  text-align: center;
    border: 1px solid #701DB8;
    border-radius: 50px;
    color: #701DB8;
    background-color: #ffffff;
}

/*.social-nav a:hover{
  background: #813BC5;
  color: #fff;
  border-color: #813BC5;
}*/

.social-nav li + li{
  margin-left: 3px;
}
.bd-sm-txt a{
  color: #813BC5;
  font-weight: 700;
}

.abt-event-title{
  color: #18182c;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}

.abt-event-sub-title{
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.w-txt{color: #fff;}
.w-txt p a{color: #fff;}
.w-txt p a:hover{color: #2fdfff;}

.common-txt{
  font-size: 16px;
}
.abt-des p{
    margin-bottom: 0;
}
.bd-sm-txt .abt-des{margin-top: 0;}
.review-detail .common-txt {
   color: #18182c;
}
.similar-event{
  background: #701DB8;
}

.similar-block{
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  /*height: 100%;*/
}

.similar-block img{
  width: 100%;
  max-height: 140px;
  min-height: 140px;
  object-fit: cover;
  object-position: center;
}

.sme-desc{
  padding: 15px;
}

.sme-name{
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 48px;
}

.sme-name, .sme-price{
  font-size: 16px;
  font-weight: 700;
  color: #18182c;
  margin-bottom: 5px;
}

.sme-price span{
  color: #813BC5;
  display: block;
  font-size: 14px;
}

.btn-similar{
  padding: .375rem .75rem;
  font-size: 14px;
  margin-top: 5px;
}

.similar-carousel .owl-nav button.owl-prev, .similar-carousel .owl-nav button.owl-next{
  color: #fff !important;
  font-size: 50px !important;
  width: 50px;
  height: 50px;
  line-height: 50px !important;
}

.similar-carousel .owl-nav button.owl-prev:hover, .similar-carousel .owl-nav button.owl-next:hover,
.similar-carousel .owl-nav button.owl-prev:focus, .similar-carousel .owl-nav button.owl-next:focus{
  background: transparent;
  outline: 0;
  box-shadow: none;
}

.evd-row {
  display: flex;
  flex-wrap: wrap;
}

.evd-row .btn-evt-like {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50px;
  font-size: 19px;
  color: #813BC5;
  padding: 0;
  margin: 0;
  background: #fff;
  border: 1.5px solid #813BC5;
}

.evd-row .btn-evt-like.active{
  background: #813BC5;
  color: #fff !important;
}

.evd-row .btn-evt-like.active .like-line{
  display: none;
}

.evd-row .btn-evt-like.active .like-fill{
  display: block;
}

.evd-row .bd-li{
  width: 100%;
}

.evd-img {
  max-width: 35%;
}

.evd-img{
  width: 100%;
}

.evd-star{
  color: #2e3192;
}

.evd-info{
  margin-bottom: 0;
}

.evd-info + .evd-info{
  margin-top: 5px;
}

.evd-info a{
  color: #2e3192;
}

.evd-book-btn{
  justify-content: flex-end;
}

.evd-social{
  width: 40%;
  justify-content: flex-end;
}

.evd-sub-detail{
  background: transparent;
  box-shadow: none;
  padding: 0;
}

/*======================================================================
                        event detail end
======================================================================*/

/*======================================================================
                  Review and payment section start
======================================================================*/

.review-section .main-title{
  margin-bottom: 15px;
}

.btn-go-back{
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}

.btn-go-back i{
  -webkit-transition: .3s;
     -moz-transition: .3s;
      -ms-transition: .3s;
       -o-transition: .3s;
          transition: .3s;
}

.btn-go-back:hover i{
  margin-left: -10px;
}

.btn-go-back:hover{
  color: #fff;
}

.review-img{
  border-radius: 8px;
  overflow: hidden;
}

.review-img img{
  max-height: 490px;
  width: 100%;
  object-fit: cover;
}

.review-detail + .review-detail{
  margin-top: 30px;
}

.review-section .bd-title{
  font-size: 25px;
}

.review-sm-title{
  font-size: 18px;
  font-weight: 700;
  color: #18182c;
}

.review-final-price{
  font-size: 30px;
  font-weight: 700;
  color: #813BC5;
}

.payment-form{
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}

.payment-form + .payment-form{
  padding-top: 30px;
}

.common-select-group,
.date-pic-group{
  position: relative;
}

.common-select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align-last: left;
  background-image: none;
  height: 50px;
  font-size: 16px;
  border: 1px solid #18182c;
}

.common-select-group:after{
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #18182c;
  font-size: 16px;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  pointer-events: none;
}

.common-select:focus,
.c-input:focus{
  border-color: #813BC5;
}

.c-input{
  height: 50px;
  font-size: 16px;
  border: 1px solid #18182c;
  padding: .375rem .75rem !important;
}

.date-pic-group{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align-last: left;
  background-image: none;
  height: 50px;
  font-size: 16px;
  cursor: pointer;
}

.date-pic-group:after{
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 0;
  right: 15px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #18182c;
  font-size: 16px;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  pointer-events: none;
}

.btn-payment{
  height: 50px;
  padding: 0;
  margin-top: 0;
}

/* The container */
.c-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 800;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.c-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.c-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid #18182c;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
/*.c-radio:hover input ~ .checkmark {
  background-color: #ccc;
}*/

/* When the radio button is checked, add a blue background */
.c-radio input:checked ~ .checkmark {
  background-color: #ffffff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.c-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.c-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.c-radio .checkmark:after {
  top: 6px;
  left: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #18182c;
}
.payment-info-txt{
  font-size: 16px;
}

.payment-terms{
  color: #813BC5;
  font-weight: 500;
}

/*======================================================================
                  Review and payment section end
======================================================================*/

/*======================================================================
                          My profile start
======================================================================*/
/*------my profile tab start-----*/

/*-- new style start --*/
.my-profile {
  background: #813BC5;
  padding: 80px 0;
}

/*-- new style end --*/


.profile-title{
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.profile-tab{
  border: 0;
  border-radius: 0;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
}

.profile-tab .nav-link{
  padding: .3rem 1rem;
  background: #fff;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #813BC5;
  white-space: nowrap;
}

.profile-tab .nav-link + .nav-link{
  margin-left: 10px;
}

.profile-tab .nav-link:hover{
  background: #f5f5f5;
}

.profile-tab.nav-pills .nav-link.active,
.profile-tab.nav-pills .show>.nav-link {
  background-color: #31e9f7;
  color: #813BC5;
}

.profile-tab-content {
  margin-top: 40px;
}

.c-col-3{
  width: 180px;
  display: inline-block;
  vertical-align: top;
}

.c-col-9{
  width: calc(100% - 190px);
  padding-left: 0px;
  display: inline-block;
  vertical-align: top;
}

/*-------profile upload start-------*/
.profile-upload{
  width: 110px;
  height: 110px;
  background: #ddd;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
}

.profile-inner-block{
  width: 100%;
  height: 100%;
  text-align: center;
}

.my-acc-inner-sm-title{
  color: #31e9f7;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}

#user-pic{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 100%;
  object-fit: cover;
  position: relative;
  cursor: pointer;
  border: 4px solid #31e9f7;
}

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

.p-30{
  padding: 30px;
}
.avatar-upload:before{
  position: absolute;
  /*content: "Upload";*/
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-shadow: 0 0 16px #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1289;
}
/*-------profile upload end-------*/
.user-name{
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}

.edit-txt{
  color: #fff;
  font-size: 16px;
  margin-top: 2px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.edit-txt:hover{
  color: #31e9f7;
}

.t-form{
  /*max-width: 40%;*/
  width: 100%;
  margin: 0 auto;
}

#change-password-form .parsley-errors-list.filled{
  color: #31e9f7 !important;
}

/*------my profile tab end-----*/
/*------wishlist tab start-----*/

.wishlist-block{
  box-shadow: 0 0 26px 1px #813BC522;
}
.wish-box{
  position: relative;
}
.wish-box img{
  width: 100%;
}
.like-icon{
  position: absolute;
  top: 8px;
  right: 8px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  font-size: 16px;
  color: #813BC5;
}

.c-pagination .page-item + .page-item {
    margin-left: 10px;
}

.c-pagination .page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 16px;
    color: #8c8c8c;
    border-color: #ddd;
    border-radius: 4px;
    text-align: center;
}

.c-pagination .page-item.active .page-link{
  background: #813BC5;
}
/*------wishlist tab end-----*/

/*------My ticket tab start-----*/

.ticket-tabs .nav-link{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.ticket-tabs .nav-link.active,
.ticket-tabs .show>.nav-link{
  color: #31e9f7;
  background: transparent;
}
.ticket-date:after{
  content: "\f073";
}

.ticket-date .c-input{
  cursor: pointer;
  border-color: #ddd;
}
.uc-ticket-li{
   padding: 0 0 25px;
}

.uc-ticket-li + .uc-ticket-li{
  border-top: 1px solid #ddd;
}

.uc-ticket-block{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uc-ticket-block:not(:first-child){
  padding-top: 25px;
}


.myt-block{
  width: 25%;
  text-align: center;
}

.myt-view{
  color: #fff;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}

.myt-view:hover{
  color: #31e9f7;
}

.uct-img {
  border-radius: 4px;
  overflow: hidden;
  /*width: 22%;*/
}
.uct-img img {
    width: 100%;
}
.uct-detail {
    width: 75%;
    padding: 0 0 0 30px;
}
.uct-control {
    width: 18%;
    text-align: right;
}

.uct-title {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.uct-location .sc-li,
.uct-location .sc-li:before,
.uct-summery{
  color: #18182c;
  font-size: 16px;
}

.uct-control a{
  color: #813BC5;
  padding: 0 5px;
}

.tic-location:before{
  content: "\f3c5" !important;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  color: #813BC5 !important;
}
.tic-location {
  vertical-align: middle;
  padding-left: 35px;
  padding: 4px 5px 4px 35px;
  color: #fff !important;
}

.uct-summery span{
  display: block;
  color: #fff;
}

.uct-summery span + spanP{
  margin-top: 5px;
}

/*------My ticket tab end-----*/

form#change-password-form{
  max-width: 40%;
  text-align: center;
  margin: 0 auto;
}

.notificaton-swh-txt{
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.notify-switch>label {
  margin-bottom: 5px;
}

.notify-switch>label::before{
  box-shadow:inset 0px 0px 10px rgb(49 233 247);
}

.delte-txt{
  font-size: 16px;
  color: #fff;
}

#org_holder [class^="col-"],
#org_holder [class*=" col-"]{
  margin-bottom: 30px;
}

/*======================================================================
                           My profile end
======================================================================*/

/*======================================================================
                        Thank you page start
=====================================================================*/

.thank-you-section{
  background: #813BC5;
  height: calc(100vh - 80px);
}

.thank-you-block{
  text-align: center;
}

.thank-you-block .count-icon{
  background: #fff;
  box-shadow: 6px 6px 0px 0px #32e9f7;
}

.thank-you-block .count-icon{
  font-size: 35px;
}

.thak-txt{
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-done{
  border-color: #fff;
  width: unset;
  height: unset;
  border-radius: 6px;
}

/*======================================================================
                        Thank you page end
=====================================================================*/

/*======================================================================
                        City event page start
=====================================================================*/

.h-left-txt{
  padding-left: 20px;
  padding-right: 20px;
}

.city-event-section{
  background: #813BC5;
  border-top: 1px solid #dddddd3d;
  padding-top: 15px;
}

.city-carousel-list + .city-carousel-list {
  margin-top: 50px;
}

.city-carousel .owl-stage,
.similar-carousel .owl-stage{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.city-carousel .owl-item,
.similar-carousel .owl-item{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}

.city-carousel .owl-nav, .city-carousel .owl-dots.disabled{
  /*display: block;*/
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.city-carousel .owl-nav{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.city-carousel .owl-nav button.owl-prev{
  position: absolute;
  left: 0;
  top: 0;
  margin:0;
  background: #813BC582;
  border-radius: 50px;
  overflow: hidden;
}

.city-carousel .owl-nav button.owl-next{
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  background: #813BC582;
  border-radius: 50px;
  overflow: hidden;
}

.city-carousel .owl-nav button.owl-prev:hover,
.city-carousel .owl-nav button.owl-next:hover,
.city-carousel .owl-nav button.owl-prev:focus,
.city-carousel .owl-nav button.owl-next:focus{
  background: #813BC5f0 !important;
}

.city-carousel .owl-nav button.owl-prev span,
.city-carousel .owl-nav button.owl-next span{
  height: 100%;
  display: block;
  width: 100%;
  margin-top: -6px;
  text-align: center;
  font-size: 42px;
}

.city-event-title{
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
}
.city-event-view-more,
.city-event-view-more:hover
{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline!important;
}

.city-carousel .owl-stage-outer{
  /*overflow: visible;*/
}

.city-carousel .item{
  width: 100%;
  -webkit-transition: .4s;
     -moz-transition: .4s;
      -ms-transition: .4s;
       -o-transition: .4s;
          transition: .4s;
}

.city-event-block {
  background: #fff;
  height: 100%;
}

.city-event-desc-block .sc-title{
  color: #18182c;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 48px;
  margin-bottom: 10px;
}

.city-event-desc-block ul{
  min-height: 60px;
}

.city-event-desc-block .sc-li{
  color: #18182cad;
  font-size: 14px;
  padding-left: 0;
  width: 100%;
}

.city-event-desc-block .sc-li:before{
  color: #813BC5;
  font-size: 14px;
  display: none;
}

.icon-color{
  color: #813BC5;
  font-size: 14px;
}

.city-event-desc-block .sc-price{
  color: #813BC5;
}

.city-evt-btn{
  display:flex;
  justify-content: space-between;
  margin-top: 12px;
}

.city-event-desc-block .btn-common{
  color: #fff;
  padding: 0;
  width: 118px;
  height: 40px;
  line-height: 39px;
  margin-top: 0;
}

.city-event-desc-block .btn-common:hover{
  color: #813BC5;
}

.city-event-desc-block .btn-evt-like{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  font-size: 18px;
  color: #813BC5;
  padding: 0;
  background: #fff;
  border: 1.5px solid #813BC5;
}

.like-fill{
  display: none;
}

.btn-evt-like.active{
  background: #813BC5;
  color: #fff !important;
}

.btn-evt-like.active .like-line{
  display: none;
}

.btn-evt-like.active .like-fill{
  display: block;
}

.city-view-item{
  width: 100%;
}

.city-view-all-block{
  display: table;
  width: 100%;
  min-width: 100%;
  text-align: center;
}

.city-view-inner-block{
  display: table-cell;
  vertical-align: middle;
}

.city-view-inner-block ul{
  min-height: unset;
}

.city-view-btn-li{
  margin: 0;
  text-align: center;
}

.city-view-btn-li .btn-common {
  width: 100%;
}

/*======================================================================
                        City event page end
=====================================================================*/

/*======================================================================
                        Condition page start
=====================================================================*/

.condition-txt{
  font-size: 16px;
  margin-bottom: 0;
}
.condition-txt + .condition-txt{
  margin-top: 15px;
}
.pl-28{
  padding-left: 28px;
}
.condition-link{
  color: #813BC5;
  text-decoration: underline;
}

/*======================================================================
                        Condition page end
=====================================================================*/

/*======================================================================
                      Create event modal start
=====================================================================*/

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

.modal-content{
  border-radius: 8px;
}

.evt-header{
  background: #813BC5;
}

.evt-header .modal-title{
  color: #fff;
  font-size: 25px;
  padding: 10px 0;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto;
}

/*.evt-header .close{
  color: #fff;
  opacity: 1;
  font-weight: 300;
  font-size: 30px;
}*/

.evt-header .close:focus{
  outline: none;
  box-shadow: none;
}

.evt-lbl{
  font-weight: 500;
}

.cm-input{
  height: 45px;
}

.cm-input:focus, .cm-textarea:focus{
  box-shadow: none;
  border-color: #813BC5;
}

.evt-body .form-radio{
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.evt-body .form-radio + .form-radio {
    margin-top: 15px;
}

.evt-body .form-radio .checkmark{
  height: 20px;
  width: 20px;
}

.evt-body .form-radio .checkmark:after{
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
}

.btn-event-submit {
  width: 120px;
  height: 40px;
  line-height: 38px;
  padding: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 15px 0;
}

/*======================================================================
                      Create event modal end
=====================================================================*/


/*======================================================================
                    select date and sesstion start
=====================================================================*/

.date-selection-block{
  margin: 15px 0;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #d7d7e2;
}

.date-selection-block ul{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.date-sesstion-li{
  min-width: 100px;
  width: 100px;
  height: 90px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.sesstion-li{
  min-width: 180px;
  width: 180px;
  height: 90px;
  vertical-align: middle;
  margin-bottom: 5px;
}

.select-radio{
  position: relative;
  display: block;
  padding-left: 0;
  padding: 0 5px;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #d7d7e292;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-radio.active{
  border: 1px solid #701DB8;
}

.cmd-block{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.cmd-block p{
  width: 100%;
}

.cmd-desc{
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #18182c;
}

/* Hide the browser's default radio button */
.select-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.select-radio .checkmark{
  width: 80px;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
  top: -20px;
  right: -30px;
  left: auto;
  transform: rotate(45deg);
}

.select-radio .checkmark:after{
  position: absolute;
  width: 80px;
  height: 36px;
  background: #813BC5;
  border-radius: 100%;
  top: 6px;
  transform: rotate(5deg);
}

.tick{
  display: none;
  position: absolute;
  color: #fff;
  font-size: 14px;
  top: 24px;
  bottom: 0;
  right: 25px;
  transform: rotate(-45deg);
  z-index: 1126;
}

/* When the radio button is checked, add a blue background */
.select-radio input:checked ~ .checkmark {
  background-color: #ffffff;
}

.select-radio input:checked ~ .checkmark .tick{
  display: block;
}

.select-radio input:checked ~ .checkmark:before,
.select-radio input:checked ~ .checkmark:after{
  display: block;
}

.dragscroll{
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: auto;
  cursor : -webkit-grab;
  cursor : -moz-grab;
  cursor : -o-grab;
  cursor : grab;
}
.dragscroll:active {
  cursor : -webkit-grabbing;
  cursor : -moz-grabbing;
  cursor : -o-grabbing;
  cursor : grabbing;
}

/* width */
.date-selection-block ul::-webkit-scrollbar {
  height: 6px;
  border-radius: 50px;
}

/* Track */
.date-selection-block ul::-webkit-scrollbar-track {
  background: #813BC51f;
  border-radius: 50px;
}

/* Handle */
.date-selection-block ul::-webkit-scrollbar-thumb {
  background: #813BC5;
  border-radius: 50px;
  width: 50px;
}

/* Handle on hover */
.date-selection-block ul::-webkit-scrollbar-thumb:hover {
  background: #813BC5bf;
}

.stock-ticket{
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

/*======================================================================
                    select date and sesstion end
=====================================================================*/

/*======================================================================
                         Back to top start
=====================================================================*/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #813BC5;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 20px;
    top: 14px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/*======================================================================
                         Back to top end
=====================================================================*/

/*======================================================================
                            Rating start
=====================================================================*/

/*.rating-nav .rate-link:hover,*/
/*.rating-nav .rate-link.active{
  color: #ffc800;
  background: #813BC5;
  border-color: #813BC5;
}

.half-active{
  background: rgba(59,63,197,1);
background: -moz-linear-gradient(left, rgba(59,63,197,1) 0%, rgba(59,63,197,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(59,63,197,1)), color-stop(50%, rgba(59,63,197,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(59,63,197,1) 0%, rgba(59,63,197,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(59,63,197,1) 0%, rgba(59,63,197,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(59,63,197,1) 0%, rgba(59,63,197,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(59,63,197,1) 0%, rgba(59,63,197,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#813BC5', endColorstr='#ffffff', GradientType=1 );
}

.half-active i{
  background: rgba(255,200,0,1);
background: -moz-linear-gradient(left, rgba(255,200,0,1) 0%, rgba(255,200,0,1) 50%, rgba(59,63,197,1) 50%, rgba(59,63,197,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,200,0,1)), color-stop(50%, rgba(255,200,0,1)), color-stop(50%, rgba(59,63,197,1)), color-stop(100%, rgba(59,63,197,1)));
background: -webkit-linear-gradient(left, rgba(255,200,0,1) 0%, rgba(255,200,0,1) 50%, rgba(59,63,197,1) 50%, rgba(59,63,197,1) 100%);
background: -o-linear-gradient(left, rgba(255,200,0,1) 0%, rgba(255,200,0,1) 50%, rgba(59,63,197,1) 50%, rgba(59,63,197,1) 100%);
background: -ms-linear-gradient(left, rgba(255,200,0,1) 0%, rgba(255,200,0,1) 50%, rgba(59,63,197,1) 50%, rgba(59,63,197,1) 100%);
background: linear-gradient(to right, rgba(255,200,0,1) 0%, rgba(255,200,0,1) 50%, rgba(59,63,197,1) 50%, rgba(59,63,197,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#813BC5', GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/

/*======================================================================
                            Rating end
=====================================================================*/

.user-email {
    margin-bottom: 0;
    color: #fff;
}

.user-email i{
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  color: #813BC5;
}

.user-email + .user-email{
  margin-top: 10px;
}


/*======================================================================
                          New Rating start
=====================================================================*/

.c-rate-block{
  display: inline-block !important;
  vertical-align: middle;
}

.c-counter-text{
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  height: 32px;
  color: #f39c12;
  font-weight: 400;
}

.count-total{
  display: inline-block;
  vertical-align: middle;
  color: #813BC5;
  font-weight: 400;
  line-height: 34px;
  height: 32px;
}

/*======================================================================
                          New Rating end
=====================================================================*/
.error-msg-section{
  background: none;
}
.error-msg-section .err-txt{
  color: #dc3545;
  font-size: 25px;
}

.error-msg-section .count-icon{
  color: #dc3545;
}
img.subimage {
  width: 100%;
  border-radius: 50%;
}
.s-con h1{
    width:60%;
    color: #701DB8;
}
.btn-common-c {
    background: #2edefe;
    background-color: rgb(46 222 254);
    background-color: rgb(46 222 254);
    border: 1.5px solid #2edefe;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 5px 15px;
    margin-top: 20px;
    border-radius: 5px;
}
.btn-common-c:hover {
  background: #701DB8;
  background-color: #701DB8;
  border: 1.5px solid #701DB8;
  color: #fff;
}
.evt-desc{display: flex;justify-content: space-between;margin-top: 10px;margin-bottom: 6px;}
.evt-desc h3 a{
  color: #fff;
  font-size: 19px;
  width: 65%;
}
.hrt-c button{color: #fff;font-size: 18px;background-color: transparent;border: none;}
.sc-con{height: 950px;overflow-y: auto;}
.dt-h{
    font-weight: 800;
    font-size: 16px;
    text-transform: capitalize;
}
.bd-price-r {
  font-size: 16px;
  font-weight: 800;
  color: #813BC5;
  margin-bottom: 20px;
  margin-top: 10px;
}
.f-26{font-size: 26px;}
.f-22{font-size: 22px}
.offer-cont{
  padding: 20px 0;
  background-color: #701DB8;
}
.vip-c{font-size: 1.8rem;color: #fff;font-weight: bold;margin-bottom: 0;}
.tc-c{color: #fff;font-size: 1rem;font-weight: bold;margin-bottom: 0;width: 80%;}
.btn-ofr-wht{background-color: #fff;font-size: 1.1rem;color: #701DB8;font-weight: bold;border-radius: 0;padding: 8px 0;}
.btn-ofr-wht:hover{background-color: #701DB8;color: #fff;}
.ofr-inpt{padding: 5px 0.9rem;font-size: 1.2rem;height: 43px;border-radius: 0;}
.detl-cont{
  min-height: 750px;
  position: relative;
}
.dtl-box{position: absolute;bottom: 13%;left: 8%;width: 30%;}
.evt-date{display: flex;align-items: center;margin-bottom: 15px;}
.evt-tit{    color: #fff;
  font-weight: bold;
  font-size: 2.1rem;
  margin-block: 14px;text-shadow: 0 2px 2px rgb(0 0 0 / 92%);}
.cal-i{width: 28px;}
.evt-dt{font-size: 1.8rem;color: #fff;margin-left: 10px;margin-bottom: 0px;font-weight: bold;text-shadow: 0 2px 2px rgb(0 0 0 / 92%);}
.evt-ds{color: #fff;font-weight: bold;font-size: 1.2rem;text-shadow: 0 2px 2px rgb(0 0 0 / 92%);}
.wht-e-btn{padding: 5px 18px; background-color: #fff; color: #813BC5; font-size: 1.8rem; border-radius: 4px; font-weight: bold; margin-right: 13px;}
.blu-e-btn{padding: 5px 18px; background-color: rgb(59 63 198 / 70%); color: #fff; font-size: 1.8rem; border-radius: 4px; font-weight: bold; margin-right: 13px;}
.wht-e-btn:hover{background-color: #813BC5; color: #fff; }
.blu-e-btn:hover{ background-color: #fff; color:  rgb(59 63 198 / 100%);}
.evt-tag{color: #813BC5; background-color: #fff; padding: 2px 14px; border-radius: 4px; margin-bottom: 10px; display: inline-block; font-weight: bold; font-size: 14px;}
.date-t{color: #2edfff; font-size: 16px; font-weight: bold;}
.evt-c{line-height: 38px;height: 32px;}
.evt-c i{font-size: 24px;}
.evt-i-c{
  min-height: 258px;
  max-height: 258px;
  object-fit: cover;
}
#calendar{background-color: #f4f4ff;padding: 10px;}
#calendar.fc .fc-bg-event .fc-event-title {padding-right: 15px;}
.cal-ico{
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.ln-c{width: 100%;margin: 0.8rem 15px;border-top: 1px solid #C8D7E9;}
ul.tp-blc > li{display: inline-block;position: relative;}
.tp-blc ul.sub-drop-menu {
    position: absolute;
    width: 100%;
    min-width: 200px;
    padding: 8px;
    background-color: #fff;
    z-index: 11;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.tp-blc .side-nav-link {
    white-space: normal;
    color: #8894BD!important;
    font-family: 'Poppins', sans-serif;
}
.tp-blc .side-nav-link:hover {
    color: #fff !important;
}
.dropdown-item {padding: .25rem 0.5rem;}
.top-n-b{flex-direction: row;justify-content: space-around;box-shadow: 0px 6px 5px rgb(0 0 0 / 11%);}
.pl-5px{padding-left: 5px;}
.d-l-purple{color: #701DB8;}
.table.table-striped td, .table.table-striped th {
  border-top: transparent;
}
.table.table-striped td {
  color: #38446f;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F9FBFF;
}
.form-control.e-input:disabled, .form-control.e-input[readonly] {
  background-color: #fff;
}
.btm-brd-lt{border-bottom: 1px solid #E1E6ED;margin: 0 15px 20px;}
.mult-opt .SumoSelect>.CaptionCont {
  border: 1px solid #E1E6ED;
  height: 50px;
  line-height: 37px;
}
.mult-opt .SumoSelect {
    width: 100%;
}
.sm-cio{right: 15px;}
.wat-con{background-color: #fff;padding-right: 10px;right: 5px;}
.bt-h.btn-header:hover {
  background: #fff;
  color: #813BC5;
}
.tbl-opt .t-input{height: 32px;}
.table.c-order-tbl td, .table.c-order-tbl th {
    border-top: none;
}
.th-title.border-bottom {
    border-bottom: 1px solid #dee2e6!important;
}
.i-bx-cont{
  background-color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 15px rgb(41 41 41 / 12%);
  transform: scale(1);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.img-con{
  width: 100%;
  height: 150px;
}
.img-con img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.i-bx-cont:hover{
  transform: scale(1.02);
}
.e-name{
  color: #18182c;
  font-size: 1.3rem;
  text-transform: capitalize;
}
.d-det{
  color: #18182c;
  font-weight: 300;
  text-transform: capitalize;
}
.price-ctn{
  color: #813BC5;
  font-weight: 300;
  text-transform: uppercase;
}
.brd-color{color: #813BC5;}
.n-hedng{font-size: 1.5rem;text-transform: capitalize;font-weight: 600;}
.v-al-c{color: #813BC5;text-transform: capitalize;font-weight: 700;font-size: 1rem;}
.v-al-c:hover{color: #2edeff;}
.justify-center{justify-content: center;}
.cat-nam{
  font-size: 1rem;
  text-align: center;
  margin: 15px 0;
  color: #18182c;
  font-weight: 700;
}
.cat-i{
    min-height: 190px;
    /* max-height: 260px; */
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.ie-cont{
  position: relative;
}
.ie-cont img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-height: 500px;
    min-height: 500px;
}
.con-text-w{
  position: absolute;
  top: 50%;
  left: 50%;
    width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.con-text-w .h-hedng{text-shadow: 0px 0px 10px rgb(0 0 0 / 88%);}
.con-text-w .btn-header:hover {
  background: #2fdfff;
  color: #fff;
}
.h-hedng {
  font-size: 2.5rem;
  text-transform: capitalize;
  font-weight: 600;
}
.top-br-carousel.owl-carousel button.owl-prev, .top-br-carousel.owl-carousel button.owl-next{
  position: absolute;
  top: 50%;
  background-color: #813BC5;
  padding: 1px 18px!important;
  line-height: 43px;
  font-size: 45px;
  color: #fff;
}
.top-br-carousel .owl-next{
  right: 16.5%;
}
.top-br-carousel .owl-prev{
  left: 16.5%;
}
.top-br-carousel .owl-next span, .top-br-carousel .owl-prev span{
  display: block;
  margin-top: -3px;
}


/* Horizontal line */
.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
    transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
    transform: rotate(180deg);
}


@media(min-width: 992px){
    .ofr-inpt{width: 100%!important;}
 
}
@media(max-width: 767.98px){
    .vip-c {font-size: 1.8rem;}
    .tc-c {width: 100%;}
    .offer-cont .form-inline{margin-top: 1.5rem;}
  .dtl-box {bottom: 10%;left: 3%;width: 95%;}
  .detl-cont {min-height: 425px;}
  .evt-tit {font-size: 1.7rem;}
  .evt-dt {font-size: 1.6rem;}
  .cal-i {width: 25px;}
  .evt-ds {font-size: 1rem;}
  .wht-e-btn, .blu-e-btn {font-size: 1.4rem;}
}
.prc-c {
    color: #813BC5;
    font-weight: 700;
    font-size: 16px;
}
.btn-cont-shn {
    position: relative;
    color: #701DB8;
    border: 1px solid #701DB8;
    background-color: #31e9f7;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
}
.btn-cont-shn:hover {
    background-color: #fff;
}
.booknow-padding {
  padding: 6px 2.5rem;
}
.t-form-group .lb-chk {
  color: #fff;
}
.abt-c p{margin-bottom: 15px;}
.img-c-pro{
    width: 85px;
    height: 110px;
    display: block;
    margin: auto;
}
.img-c-pro img{
  width: 100%;
    height: 100%;
  object-fit: cover;
}
.you-know .owl-prev, .you-know .owl-next{
    position: absolute;
    background-color: #701DB8!important;
    top: 50%;
    font-size: 36px!important;
    line-height: 36px!important;
    transform: translateY(-108%);
    width: 36px;
    height: 36px;
}
.you-know .owl-prev{
    left: 0;
}
.you-know .owl-next{
    right: 0;
}
.you-know .owl-nav span{ color: #fff}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #31e6f6!important;
}
ul.rew-d-t-c{
    color: #888888;
    font-weight: 500;
}
.s-cont-i{display: block;margin: 10px 0px;}
.s-cont-i span{
    background-color: #199810;
    padding: 2px 8px;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-style: italic;
}
.d-i-b{
    display: inline-block;
}
.u-nm{font-size: 1.1rem;color: #848484;}
.bx-c{background-color: #fbfbfb;padding: 15px;box-shadow: 0 0 10px rgb(0 0 0 / 7%);}
.u-icon{
  font-size: 22px;
  color: #000;  
  padding: 3px;
  border-radius: 3px;
}
.padding-create-ticket {
  position: relative;
  margin-left: 20px;
}
.top-custom {
  top: 78px;
}
.country-code-class {
  top: 40%;
  left: 17px;
}
.top-t-input-dollar {
  top: 40px;
}
.override-ticket-qty-wait {
  margin-top: 12rem;
  text-align: center;
  overflow: hidden;
}
.override-ticket-btn {
  width: 170px;
}

.cm-col{
  display: inline-block;
}

.cm-col + .cm-col{
  margin-left: 15px;
}

.prm-input {
  height: 36px;
}

.ticketBulkEditCheckbox {
  position: absolute;
  left: 0;
  margin-top: 40px;
}

.ticket-list-bg-red {
  background: #A52A2A;
}

.testing-farhan {
  background-color: turquoise;
}

.un-subscribe-view {
  border: 2px solid #701DB8;
  text-align: center;
  padding: 20px;
  color: #701DB8;
}

.buy-gift-card-button {
  position: absolute;
  right: 0;
  bottom: 25px;
}
.gift-card-btn {
  border: 1px solid #3D2F90;
  padding: 10px;
}

.gift-card-code-profile {
  -webkit-user-select: unset !important;
}

.gift-card-amount-over {
  color: red !important;
}
.addon-img {
  width: 150px;
  float: left;
}
.addon-text {
  margin-left: 160px;
  word-break: break-all;
}
.divider {
  border-bottom: 1px solid #c7c7c7;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.bootstrap-select>.dropdown-toggle {
  padding: 12px !important;
  border: 1px solid #e1e1e1 !important;
}
/* .dropdown.bootstrap-select.form-control.t-input.dropup.show {
  margin-top: 400px !important;
} */
.bootstrap-select .dropdown-menu.show{
  width:100%;
}

.loader-div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
  text-align: center;
  background-color: rgba(212, 212, 212, 0.4);
}
.loader-img-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.loader-img {
  height: 50px;
  width: 50px;
}

.tde-close{
  position: absolute;
  padding: 0 !important;
  right: 25px;
  top: 25px;
  width: 30px;
  height: 30px;
  background: #e1e1e1 !important;
  border-radius: 100px;
  opacity: 1;
  text-shadow: none;
}

.tp-modal-body .i-bx-cont{
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.tp-modal-body .i-bx-cont:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top:0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00000072;
}

.tp-modal-body .cat-nam{
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 22px;
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
.transfer-ticket-checkbox {
  width: 20px;
  display: inline-block;
}

/* Email attendees css */
.radio-style .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 0;
  border-radius: 3px;
  background: #c1c1c1;
  border-radius: 50px;
  border: 2px solid #c1c1c1;
}
.radio-style input:checked~.checkmark:after {
  display: block;
  background: #4a4a4a;
}
.radio-style input:checked~.checkmark{
  border-color: #4a4a4a;
}
/* Email attendees css */
.referral-link {
  display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
}
.referral-link-text {
  width: calc(100% - 140px);
    margin-right: 15px;
}
.referral-link-text p{
  word-wrap: break-word;
  border: 1px solid #fff;
  padding: 0.62rem 0.75rem;
  font-size: 14px;
}
.p-1 {
  padding: 10px !important;
}
.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter-option-inner-inner {
  color: #000 !important;
}
.addonsum::before {
  top: 59%;
  right: 20px;
  transform: translateY(-50%);
}


.banner-image-for-event{display:none !important;}
.category-index-ul{display: grid;grid-template-columns: repeat(4, 1fr);gap:25px;}
.cat-i{min-height: 100%;max-height: 100%;}
.cat-nam{display: none;}
@media(max-width: 780px){
    .little-ravers-presents-aussie-bro-squad-live-1560794 .banner-image-for-event{display:block !important;width: 100%;}
    .little-ravers-presents-aussie-bro-squad-live-1560794 .venue-detail{margin-bottom: 15px;}
    .little-ravers-presents-aussie-bro-squad-live-1560794 .event-inner-banner-section{/*background-image: url(https://little-tix.com/newassets/img/event-bg-image.jpg) !important;*/background-image: none !important;background-size: cover;background-repeat: no-repeat;background-color:#701db8;}
    .little-ravers-presents-aussie-bro-squad-live-1560794 .event-inner-card{padding-block: 0 !important;}
}
@media(max-width: 767px){
    .category-index-ul{grid-template-columns: repeat(2, 1fr);}
}