@font-face {
  font-family: 'Proxima Nova Bold';
  src: url('Proxima Nova Bold - Proxima_Nova_Bold.ttf');
  src: local('KailaStokes Bold'), local('KailaStokes-Bold'), 
      url('../../../fonts/Proxima_Nova/Proxima_Nova_Bold.eot') format('embedded-opentype'),
      url('../../../fonts/Proxima_Nova/Proxima_Nova_Bold.ttf') format('ttf'), 
      url('../../../fonts/Proxima_Nova/Proxima_Nova_Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Reg';
  src: url('Proxima Nova Reg - Proxima_Nova_Reg.ttf');
  src: local('KailaStokes Bold'), local('KailaStokes-Bold'), url('../../../fonts/Proxima_Nova/Proxima_Nova_Reg.eot') format('embedded-opentype'), url('../../../fonts/Proxima_Nova/Proxima_Nova_Reg.ttf') format('ttf'), url('../../../fonts/Proxima_Nova/Proxima_Nova_Reg.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}



body {
  background: #fff !important;
  font-family: 'Proxima Nova Reg' !important;
  font-size: 14px;
}

b, strong {
  font-weight: bolder;
  font-family: 'Proxima Nova Bold' !important;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: 'Proxima Nova Bold' !important;
  /* letter-spacing: -.1rem !important;*/
}
.transperent-layout .wrapper {
  margin: 0;
  margin-top: 80px !important;
}

.transperent-layout .bg-black {
  background-color: #fff !important;
}

.bg-black {
  background-color: #fff !important;
}

.dispaly-none {
  display: none !important;
}


/************************************* search bar ******************************/

input.search {
  width: 100% !important;
  border-radius: 15px;
  height: 35px;
  border: 0;
  padding: 15px 30px 15px 15px !important;
  /* line-height: 3; */
  margin-left: -14px;
}

.search-box button {
  margin-top: -11px !important;
  color: #000;
}

.transperent-layout .search-box button {
  color: #000 !important;
}

.search-form {
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  /* background-color: #fff; */
  border-radius: 25px;
  margin-right: 40px;
}

.search-form input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: #fff;
  box-shadow: none;
  display: block;
  color: #fff;
  font-family: 'KailaStokes', sans-serif;
  /* border: 1px solid #ccc; */
}
.search-form:hover input.form-control {
  /* border: 1px solid #ccc; */
  background:rgb(188 188 188 / 100%);
  height: 34px;
}

.search-form input.form-control::-webkit-input-placeholder {
  display: none;
}

.search-form input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}

.search-form input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}

.search-form input.form-control:-ms-input-placeholder {
  display: none;
}

.search-form:hover,
.search-form.hover {
  width: 20% !important;
  border-radius: 25px;
  /* border: 1px solid #E5E5E5;
  background: #E5E5E5;
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset; */
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

.search-form span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #000 !important;
  left: initial;
  font-size: 14px;
}


/************************************* btn-signin ******************************/

a.header-button {
  background-image: transparent !important;
  color: #000 !important;
  padding: 0px 0px;
  font-size: 14px;
  font-weight: 600;
  background: transparent !important;
 /* font-family: 'KailaStokes', sans-serif !important;*/
  text-transform: uppercase;
}

.btn-signin {
  width: 130px;
  height: 40px;
  border: 1px solid #B4B4B4;
  font-size: 18px;
  cursor: pointer;
  background: transparent !important;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  transition: 1s;
}

.btn-signin::before,
.btn-signin::after {
  position: absolute;
  background: #fff !important;
  z-index: -1;
  transition: 1s;
  content: "";
}

.btn-signin::before {
  height: 50px;
  width: 100px;
}

.btn-signin::after {
  width: 135px;
  height: 15px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-signin:hover::before {
  width: 0px;
  background: #fff;
}

.btn-signin:hover::after {
  height: 0px;
  background: #fff;
}

.btn-signin:hover {
  background: #fff;
}


/************************************* authentication ******************************/

.form-validation {
  font-size: 12px;
  color: #000000 !important;
  padding-top: 10px;
/*  font-family: 'KailaStokes', sans-serif;*/
}

.sign-in-form-wrapper .overlay-pop-up {
  padding: 0px 15px;
  background-color: #191D18;
}

.light-bg.gradiant-bg {
  background: #fff !important;
  width: 100%;
  height: 570px;
  background-image: url(/../assets/images/act/RTC_Login.jpg) !important;
  background-size: 100% 100% !important;
}

.title-bar a {
  color: #3C8A2E;
  font-family: 'Proxima Nova Bold';
  letter-spacing: -.1rem;
}

.align-center.padding-null-pop-up {
  display: flex;
  justify-content: center;
  align-items: center;
}

.half-width {
  width: 45%;
  float: left;
}

img.auth-logo {
  padding: 50px 0px;
  width: 80%;
  max-width: 450px;
}

.light-bg.gradiant-bg .title-bar:before {
  width: 60%;
  left: 40%;
  border-top: none;
  background: #fff;
}

.all-forms {
  background: #e6e6e6;
  padding: 40px 20px;
  box-shadow: 0px 3px 6px #00000042;
}

.all-forms .title-bar {
  justify-content: center;
}

.forgot-pass-text a h5 {
  padding-right: 0px;
  font-size: 12px;
  float: left;
  text-align: right;
 /* font: italic normal 300 12px/44px Helvetica Neue;*/
  letter-spacing: 0px;
  color: #000000;
}

.social-icon-list {
  float: right;
}

.social-icon-list li a {
  color: #000;
  margin-right: 30px;
  font-size: 20px;
}

.all-forms .btn.btn-lg.btn-primary {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 22px;
  background: #000000;;
  padding: 5px 36px;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1.54px;
  color: #fff;
  border: 0px;
  opacity: 1 !important;
}

.sign-up-input,
.input-text,
.input-text {
  width: 100%;
  border-radius: 0;
  /* padding: 15px 7px !important; */
  padding: 15px 35px 15px 5px !important;
  border: none;
  background: transparent;
  border-bottom: 1px solid #ccc;
  height: 45px;
  margin-bottom: 15px;
  color: #000;
}
.search::placeholder {
  color: #000000 !important;
  font-weight:600 ;
  /* Firefox */
}
::placeholder {
  color: #000000 !important;
  opacity: 1;
  /* Firefox */
}

#signup .submit-wrapper {
  display: block;
}

#signup .social-icon-list {
  float: none;
}

.title-bar h2.auth-class.active {
  opacity: 1 !important;
  /*font: normal normal normal 18px/19px 'KailaStokes',sans-serif !important;*/
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}

.light-bg.gradiant-bg .title-bar h2.auth-class {
  background-color: transparent !important;
  opacity: 0.5;
  font-size: 14px;
}


/************************************ home *****************************/

.show-carousel .owl-carousel .owl-item .item img {
  height: auto !important;
}

.hidden {
  display: none !important;
}

.homeSlider .overlay-slider {
  display: none;
}

.home-pageCategory-wrapper section.slider {
  height: auto !important;
}

#sync2 {
  width: 40%;
  position: absolute;
  bottom: 15%;
  right: 5%;
  display: none !important;
}

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

.navbar .profile-box:after {
  content: "\f107";
  display: none;
}

.wrapper-hover p {
  font-size: 12px;
  color: #FFFFFF !important;
}

.first-pageCategory section .title-bar::before {
  border-top: 1px solid #000 !important;
}

.first-pageCategory section h2 {
  background-color: #000 !important;
}


/* .title-bar:before {
  border-top: 1px solid #000 !important;
} */

.title-bar:before {
  display: none;
}

.light-bg hr {
  display: none;
}

.title-bar h2 {
  z-index: 1;
  background-color: transparent !important;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}

section.light-bg .title-bar ul {
  background-color: transparent !important;
}


/* .list-categories li a {
  color: #000 !important;
  font-size: 14px;
} */

.view-more a {
  color: #000;
  padding-top: 15px;
}

.first-pageCategory section h2 {
  background-color: transparent !important;
}

.donet {
  text-align: center;
  /*font: normal normal normal 14px/58px 'KailaStokes',sans-serif;*/
  letter-spacing: 0.98px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  background: #F0601F 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 19px;
  position: fixed;
  z-index: 99999999;
  right: 3%;
  bottom: 3%;
  width: 120px;
  height: 38px;
  align-items: center;
  display: flex;
  justify-content: center;
}


/************************************ about u *****************************/

.aboutus_text .footerdesc h1 {
  color: #fff !important;
 /* font-family: 'KailaStokes', sans-serif !important;*/
}

.aboutus_text .footerdesc p,
.aboutus_text .footerdesc p *,
.aboutus_text .footerdesc ul li {
  color: #fff !important;
}


/************************************ footer *****************************/

footer {
  background: #f3f3f3;
  padding: 50px 0px 0px;
  
}
.footer-copy-right h5 {
  color: #000;
  text-transform: uppercase !important;
  /*font-family: 'KailaStokes',sans-serif !important;*/
}
footer h4 {
color :#000 !important;
}
.footer-support-list li a {
  color: #000;
  font-size: 16px;
  text-transform: uppercase !important;
  /* font: normal normal 300 14px/44px 'KailaStokes',sans-serif;*/
}

.footer-support-list h4 {
  color: #000;
  text-transform: uppercase !important;
  /*font: normal normal bold 18px/26px 'KailaStokes',sans-serif;*/
}

.footer-support-list li {
  margin-top: 0px !important;
}

.social-icon-footer ul {
  display: flex;
  margin: auto;
  list-style: none;
  color: #000;
  justify-content: flex-start;
}

.social-icon-footer ul li {
  margin-left: 0px;
  font-size: 13px;
}

.social-icon-footer ul a {
  padding-left: 0 !important;
  padding: 0 10px;
}

.social-icon-footer i {
  margin: 0px 7px;
  font-size: 17px;
  vertical-align: baseline;
  opacity: 0.7;
}

.copy-right-section {
  background: transparent;
  padding: 23px 0px;
  text-align: center;
/*  font: normal normal normal 12px/15px 'KailaStokes',sans-serif;*/
  letter-spacing: 0px;
  color: #4B4B4B;
}

footer hr {
  margin-top: 45px;
  margin-bottom: 45px;
  border: 0;
  opacity: 0.5;
  border-top: 1px solid #FFFFFF;
}

#scroll {
  width: 40px;
  height: 40px;
  background: #a9a9a9 0% 0% no-repeat padding-box;
  border-radius: 5px;
  position: absolute;
  right: 30px;
  margin-top: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.footer-channel-categories .row {
  justify-content: center;
}


/************************************ sidebar *****************************/

#sidebar {
  color: #000;
  background: #fff 0% 0% no-repeat padding-box !important;
  padding: 0px !important;
}

#sidebar .menu-close {
  stroke: #000;
}

#sidebar ul li {
  padding-top: 15px !important;
}

#dismiss {
  padding: 15px;
  cursor: pointer;
  float: right !important;
}

.sidenav-profile {
  background: #fff 0% 0% no-repeat padding-box;
  padding: 45px 0 10px;
  margin: 0;
  width: 100%;
  text-align: center;
}

.sidenav-profile img {
  margin-bottom: 15px;
}

.sidenav-profile h6 {
  text-align: center;
  /*font: normal normal 600 18px/26px 'KailaStokes',sans-serif;*/
  letter-spacing: 0px;
  color: #000000;
}

.sidenav-profile p {
  text-align: center;
  /*font: normal normal normal 14px/17px 'KailaStokes',sans-serif;*/
  letter-spacing: 0px;
  color: #000000;
}

#sidebar ul.components {
  padding: 20px;
}

#sidebar ul li a {
  padding: 0 0.7em;
  color: #000 !important;
  position: relative;
  text-decoration: none;
  display: inline-block;
  font-size: 17px !important;
  font-weight: 400;
  -webkit-transition: font-size 0.5s ease;
  -moz-transition: font-size 0.5s ease;
  -o-transition: font-size 0.5s ease;
  transition: font-size 0.5s ease;
  /*font: normal normal 300 20px/30px 'KailaStokes',sans-serif;*/
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

#sidebar ul li a:before {
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  left: 15%;
  right: 15%;
  top: 0;
  bottom: 0;
  border-left: 3px solid #fff;
}
#sidebar ul li a:after {
  display: none;
}

#sidebar ul li a:hover,
#sidebar ul li .current a {
  color: #000;
  font-size: 22px !important;
}

#sidebar ul li a:hover:before,
#sidebar ul li .current a:before {
  opacity: 1;
  left: 0;
  font-size: 20px;
  right: 0;
}

.sidenav-bottom {
  position: fixed;
  bottom: 15px;
  text-align: center;
  width: 400px;
}

.sidenav-bottom ul {
  display: flex !important;
  justify-content: space-around !important;
}

.sidenav-bottom ul li {
  /*font: normal normal normal 13px/16px 'KailaStokes',sans-serif;*/
  letter-spacing: 0px;
  color: #000000;
}

.sidenav-bottom a {
 /* font: normal normal normal 13px/16px 'KailaStokes',sans-serif;*/
  letter-spacing: 0px;
  color: #000000;
}


/************************************ aseet details *****************************/

.title-section h1 {
  color: #3C8A2E;
  font-size: 30px;
}

.title-section span {
  color: #fff;
}

.wapper-title {
  color: #000;
  display: block;
  vertical-align: middle;
  margin-bottom: 10px;
}

/*h3,
h4 {
  color: #E0E0E0 !important;
}*/

.vid-description {
  color: #000 !important;
  padding-top: 5px;
}

.watermark:before {
  display: none !important;
}

.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-playbackposition-marker,
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-playbackposition-marker {
  background-color: #FA0563 !important;
  border: .1875em solid #FA0563 !important;
}

.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-bufferlevel,
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-bufferlevel {
  background-color: #191A1A !important;
}

.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-playbackposition,
.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-playbackposition {
  background-color: #FA0563 !important;
}

ul.video-shows {
  display: flex;
  align-items: center;
}

.title-section .video-shows li {
  color: #000;
  margin-top: 0 !important;
  /*font: normal normal 300 12px/20px 'KailaStokes',sans-serif;*/
  letter-spacing: 2.4px;
  text-transform: uppercase;
  opacity: 1;
  margin: 10px 0;
}

.title-section .video-shows li:after {
  content: "";
  border-left: 1px solid #000;
  margin: 10px;
}

.title-section .video-shows li:last-child:after {
  content: "";
  border-left: none;
}

.vid-description p {
  background-color: transparent !important;
  opacity: 1;
  /*font: normal normal normal 12px/20px 'KailaStokes',sans-serif;*/
  letter-spacing: 0px;
  color: #4B4B4B !important;
}

ul.below-title {
  display: flex;
  align-items: center;
}

.title-section .below-title li {
  margin-top: 0 !important;
  margin: 10px;
}

.below-title .v-live {
  width: 38px;
  height: 21px;
  background: #FF0100 0% 0% no-repeat padding-box !important;
  letter-spacing: 0.84px;
  color: #FFFFFF !important;
  text-align: center;
  opacity: 1;
}

p.Premium-holder {
  /*font: normal normal normal 14px/21px 'KailaStokes',sans-serif;*/
  letter-spacing: 0px;
  color: #EB730F !important;
  text-transform: uppercase;
  opacity: 1;
  background: #000 0% 0% no-repeat padding-box !important;
  width: 100px;
  height: 23px;
  justify-content: center;
  align-items: center;
  display: flex;
}

p.Premium-holder img {
  padding-right: 5px;
}


/************************************ profile page *****************************/

.bg-grey {
  /* background: #F4F4F4; */
  padding-top: 0;
  margin-top: 30px;
}

.profile-bg .my-profile {
  letter-spacing: 2.4px;
  text-transform: uppercase;
  opacity: 1;
  padding-bottom: 15px;
  font-family: 'Proxima Nova Bold';
}

.profile-bg {
  background: #fff;
}

p.pass-holder {
  /* font: normal normal normal 14px/21px 'KailaStokes',sans-serif;*/
  letter-spacing: 0px;
  color: #FFFFFF !important;
  text-transform: uppercase;
  opacity: 1;
  background: #3C8A2E 0% 0% no-repeat padding-box !important;
  width: 152px;
  height: 23px;
  justify-content: center;
  align-items: center;
  display: flex;
}

p.pass-holder i.fa.fa-star {
  padding-right: 5px;
}

.profile-box span {
  color: #000;
  margin-left: 27px;
  /* font: normal normal 600 22px/32px 'DIN 2014'; */
}

.profile-box span a {
  font-size: 14px;
  /*font: normal normal normal 14px/17px 'KailaStokes',sans-serif;*/
  letter-spacing: 0px;
  color: #000;
}

ul.profile-list li a {
  /*font-family: 'KailaStokes bold' !important;*/
  letter-spacing: 0px;
  background-color: #3C8A2E;
  color: #fff;
  text-transform: uppercase;
}

.tablist {
  padding-top: 20px !important;
}

.tablist ul li a {
  padding-bottom: 15px;
  display: inline-block;
  /*font: normal normal normal 12px/15px 'KailaStokes',sans-serif;*/
  letter-spacing: 0px;
  color: #000000;
}

.tablist ul li.active {
  border-bottom: 2px solid #000 !important;
}

.tablist ul li.active a {
  color: #000 !important;
}
.My-Events h2, .my-profile {
  color: #3C8A2E !important;
}
.table thead th {
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
}

.table thead th {
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  color: #000;
}

.sign-up-form {
  height: 100%;
  padding: 65px 40px;
  background:#000 0% 0% no-repeat padding-box !important;    box-shadow: 0px 0px 8px 2px #333;
  border-radius: 4px;
}

button.btn.sign-up.login.btn-lg.btn-primary.signoutButton:hover {
  background: #000000;
  border-color: #fff;
  color: #fff;
}

ul.profile-list li a:hover {
  background-color: #3C8A2E;
  /* border: 1px solid #000;*/
}

ul.profile-list li:hover a {
  color: #fff;
}

.tabing section.light-bg {
  background: #fff 0% 0% no-repeat padding-box !important;
}

.billbox span {
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
}

.billbox h5 {
  text-align: left;
  /*font: normal normal bold 18px/22px 'KailaStokes',sans-serif;*/
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  padding-top: 5px;
}

.billDetails a {
  display: block;
  vertical-align: middle;
  padding: 5px 12px;
  width: 164px;
  text-align: center;
  border: 1px solid;
  border-radius: 5px;
  margin-top: 35px;
  color: #000;
}

.billDetails a:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}


/************************************ profile edit *****************************/


/* section.light-bg .title-bar h2 {
  background-color: #000 !important;
  color: #fff !important;
} */

.EditProfileContainer .profile-box .pro-username {
  font-size: 22px;
}

.EditProfileContainer .profile-box .pro-email {
  font-size: 14px;
}

.editProfile .btn.btn-lg.btn-primary {
  background: #3C8A2E !important;
  color: #fff;
  border: 1px solid #000;
  opacity: 1 !important;
}

  .editProfile .btn.btn-lg.btn-primary:hover,
  .btn.btn-lg.btn-primary:focus {
      border: 1px solid #508a40;
      background-color: #508a40 !important;
      color: #fff;
      opacity: 1 !important;
  }


/************************************ change pass *****************************/

#changePass .allform-container {
  background: #d3d3d3;
}

#changePass .sign-up-text {
  color: #000 !important;
}

#changePass .sign-up-input,
.input-text,
.input-text {
  border-bottom: 1px solid #ddd !important;
  color: #000 !important;
  margin-left: -5px;
}

#changePass .sign-up-input::placeholder {
  color: #000000 !important;
  opacity: 1;
  /* Firefox */
}

#changePass .btn.btn-lg.btn-primary {
  background: #000000 !important;
  color: #fff;
  border: 1px solid #FFFFFF;
}

#signout-confirm .sign-up-form p {
  color: #ffffff !important;
}

.sign-up-text:after {
  border-bottom: 1px solid #000;
}


/************************************ otp form *****************************/

.otp-form {
  background: #d3d3d3;
}

#otp p {
  text-align: center;
  color: #000;
}

.otp-form .sign-up-text {
  color: #000 !important;
  text-align: center;
  /*font: normal normal normal 24px/30px 'KailaStokes',sans-serif;*/
  text-transform: uppercase;
}

.otp-form .btn.btn-lg.btn-primary {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  /*font: normal normal normal 16px/16px 'KailaStokes',sans-serif;*/
}

.otp-form .btn.btn-lg.btn-primary:hover,
.btn.btn-lg.btn-primary:focus {
  border: 1px solid #000;
  background-color: #000 !important;
  color: #fff;
}

.otp-form .sign-up-text:after {
  content: '';
  display: none;
  border-bottom: 1px solid #fff;
  position: absolute;
  width: 60%;
  top: 50%;
  right: 0;
  margin: 0px 8px;
}


/************************************ forgot-pass *****************************/

.black-bg.gradiant-bg .forgot-pass .title-bar h2,
.black-bg p {
  background-color: transparent !important;
  opacity: 1;
 /* color: #fff !important;*/
  font-size: 1.1875rem;
  line-height: 1.6em;
}
.light-bg.gradiant-bg .forgot-pass .title-bar h2,
p {
  background-color: transparent !important;
  opacity: 1;
  color: #000 !important;
  font-size: 1.1875rem;
  line-height: 1.6em;
}

.black-bg.gradiant-bg .forgot-pass .title-bar h2,
.black p {
  background-color: transparent !important;
  opacity: 1;
  font-size: 1.1875rem;
  line-height: 1.6em;
}

.saveBtn-editProfile .btn.btn-lg.btn-primary {
  display: flex;
  justify-content: center;
  width: 35%;
}

section.light-bg .title-bar .new-pass h2 {
  background-color: transparent !important;
  opacity: 1;
  color: #000 !important;
}

.black {
  color: #000 !important;
}
/* .small-boxes-container-horizontal .item.mall-boxes.shadow-layer-box {
  min-height: 175px !important;
} */

/************************************ Asset Details *****************************/

.watch-now .btn-signin {
  background: transparent;
  color: #B4B4B4;
}


/************************************ Pay now *****************************/

.image-date-title {
  transition: top .5s ease;
  transition: .5s ease;
  padding: 60px 0px 0px 15px;
  overflow: none !important;
}

.item:hover .image-date-title {
  bottom: 12px;
}

.item .image-date-title .text {
  bottom: -91px;
  left: 50%;
  text-align: center;
  position: absolute;
  background: #3C8A2E;
  color: #fff;
  padding: 6px 15px;
  /* width: 90px; */
  text-transform: uppercase;
  font-size: 16px;
  transition: .5s ease;
  transform: translate(-50%, -50%);
}

.item:hover .image-date-title .text {
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.item:hover .text {
  bottom: 100% !important;
}
.My-Events .item:hover .text {
  bottom: 50% !important;
}

/* 
.item:hover .text {
  bottom: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
} */

/* .small-boxes-container-horizontal .item.mall-boxes.shadow-layer-box {
  max-height: 335px ​!important;
} */

.aboutus_text .footerdesc h1:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-top: none !important;
  width: 84%;
  z-index: 0;
  left: 16%;
}

.bitmovinplayer-ad-container video,
.bitmovinplayer-container video {
  object-fit: contain !important;
  object-position: center;
}
/*.icon-input i {
  color: #fff;
}*/
.fg-white {
  color: #000;
}
.video-title {
  font-size: 16px;
}

.btn.btn-lg.btn-primary {
  background-color: transparent;
  border-color: #fff;
}
.max-content {
  height: auto;
}
.col-12.col-sm-12.col-md-12.col-xs-3.col-lg-3.padding-null.ng-star-inserted {
  display: none;
}
.item.mall-boxes.shadow-layer-box {
  min-height: auto !important;
  height: auto !important;
}
/* .small-boxes-container-horizontal .item.mall-boxes.shadow-layer-box {
  min-height: 175px !important;
} */
.small-boxes-container-horizontal .item.mall-boxes.shadow-layer-box .hover {
  margin-bottom: -35px;
}
/* .white-bg .small-boxes-container-horizontal .item.mall-boxes.shadow-layer-box {
  height: 285px;
} */
/************************************ Mobile media Query *****************************/

@media (max-width: 767px) and (min-width: 320px) {
  .transperent-layout .wrapper {
      margin: 0;
      margin-top: 45px !important;
  }
  .sidenav-bottom {
      position: fixed;
      bottom: 15px;
      text-align: center;
      width: 300px;
  }
  .sidenav-bottom .col-sm-4 {
      padding-left: 0px !important;
  }
  .logo img {
      /* width: 74px; */
      height: 60px;
      padding-right: 170px;
  }
  /* .btn-signin {
      width: 90px;
      border: none;
  } */
  .btn-signin::before {
      height: 80px !important;
      width: 80px !important;
  }
  .btn-signin::before,
  .btn-signin::after {
      background: transparent;
  }
  .mobile-search {
      background-image: none !important;
      color: #000 !important;
  }
  .search-box-mobile {
      position: absolute;
      left: 0px;
      width: 100%;
      margin-top: 10px !important;
      text-align: center;
      background-image: none !important;
      padding: 10px;
      background-color: #000 !important;
  }
  .search-box-mobile input {
      background: #fff !important;
  }
  .profile-bg .my-profile {
      text-align: center;
  }
  .page-margin-top .profile-bg .profile-box span {
      display: block;
      flex-wrap: wrap;
      justify-content: center;
  }
  p.pass-holder {
      width: 100%;
  }
  ul.profile-list li {
      display: flex;
      width: 100%;
      justify-content: center;
  }
  .social-icon-footer ul li a span {
      display: block !important;
  }
  .social-icon-footer ul {
      display: flex;
      width: 40% !important;
      float: left !important;
      height: 50px;
      justify-content: space-between;
  }
  .forgot-pass .all-forms .title-bar {
      display: grid;
  }
  .all-forms .btn.btn-lg.btn-primary {
      padding: 5px 10px;
  }
  .photo-uplod .btn.sign-up.btn-lg.btn-primary {
      margin: 10px !important;
  }
  .photo-uplod .btn.btn-lg.btn-primary {
      padding: 9px 15px !important;
  }
  .sign-up-form.photo-uplod {
      padding: 30px 10px !important;
  }
  .table {
      display: inline-table !important;
  }
  .horizon-image-cross img {
      max-height: 100% !important;
  }
  /* .small-boxes-container-horizontal .item.mall-boxes.shadow-layer-box {
      min-height: auto !important;
      height: 160px !important;
  } */
  .item:hover .text {
      bottom: 75% !important;
  }
  .item .image-date-title .text {
      font-size: 12px !important;
      width: 100px !important;
  }
  .footer-support-list li {
      margin-top: 10px !important;
  }
}


/************************************ Tab media Query *****************************/

@media (max-width: 1024px) and (min-width: 768px) {
  ul.profile-list li a {
      width: 140px;
      font-size: 13px;
  }
  .half-width {
      width: 100%;
      float: left;
  }
  .half-width:nth-child(2) {
      margin-left: 0px !important;
  }
  .horizon-image-cross img {
      max-height: 100% !important;
  }
  /* .small-boxes-container-horizontal .item.mall-boxes.shadow-layer-box {
      min-height: auto !important;
      height: 210px !important;
  } */
  .item:hover .text {
      bottom: 75% !important;
  }
  .image-date-title {
      padding: 25px 0px 0px 15px;
  }
  .search-box.search-form {
      width: 30% !important;
      background-color: #d3d3d3;
      display: flex;
      align-items: center;
  }
  .footer-support-list li {
      margin-top: 10px !important;
  }
}
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: portrait){
  /* .small-boxes-container-horizontal .item.mall-boxes.shadow-layer-box {
      min-height: auto !important;
      height: 155px !important;
  } */
}
@media only screen 
and (min-device-width: 1024px) 
and (max-device-width: 1366px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: portrait){
  /* .small-boxes-container-horizontal .item.mall-boxes.shadow-layer-box {
      min-height: auto !important;
      height: 213px !important;
  } */
}
@media only screen 
and (min-device-width: 1536px) 
and (max-device-width: 2048px) 
and (-webkit-min-device-pixel-ratio: 1) { 
  /* .item.mall-boxes.shadow-layer-box {
      min-height: auto !important;
      height: 415px !important;
  } */
}
@media screen and (width: 1600px) {
  .small-boxes-container-horizontal .item.mall-boxes.shadow-layer-box {
      height: 332px !important;
  }
  .small-boxes img, .small-boxes-container-horizontal img {
      width: 100%;
      object-fit: cover;
      object-position: 50% 50%;
      height: 21vw;
  }
}
/*footer {
  padding: 10px 0px 0px !important;
}*/