@import url(font-awesome.min.css);
@import url(../fonts/Oswald-Regular.css);
.mt5{margin-top: 5px;}.mb5{margin-bottom: 5px;}
.mt7{margin-top: 7px;}.mb7{margin-bottom: 7px;}
.mt8{margin-top: 8px;}.mb8{margin-bottom: 8px;}
.mt10{margin-top: 10px;}.mb10{margin-bottom: 10px;}
.mt12{margin-top: 12px;}.mb12{margin-bottom: 12px;}
.mt14{margin-top: 14px;}.mb14{margin-bottom: 14px;}
.mt15{margin-top: 15px;}.mb15{margin-bottom: 15px;}
.mt20{margin-top: 20px;}.mb20{margin-bottom: 20px;}
.mt25{margin-top: 25px;}.mb25{margin-bottom: 25px;}
.mt30{margin-top: 30px;}.mb30{margin-bottom: 30px;}
.mt40{margin-top: 40px;}.mb40{margin-bottom: 40px;}
.mt42{margin-top: 42px;}.mb42{margin-bottom: 42px;}
.mt43{margin-top: 43px;}.mb43{margin-bottom: 43px;}
.mt44{margin-top: 44px;}.mb44{margin-bottom: 44px;}
.mt45{margin-top: 45px;}.mb45{margin-bottom: 45px;}
.mt50{margin-top: 50px;}.mb50{margin-bottom: 50px;}
.mt70{margin-top: 70px;}.mb70{margin-bottom: 70px;}
.pt7{padding-top: 7px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pt25{padding-top: 25px;}
.pt30{padding-top: 30px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.l{box-shadow:inset 0 0 5px red;}
.error{color:red!important;}
html {position: relative;min-height: 100%;}
body{padding-bottom: 83px;font-family: 'Roboto', sans-serif;background-color: #e9e9e9!important;}
iframe body{padding-bottom: 0;font-family: 'Roboto', sans-serif;background-color: #e9e9e9!important;}
input[type="text"], input[type="email"], input[type="search"], input[type="date"],input[type="url"],
input[type="time"], input[type="file"], textarea,
input[type="password"], input[type="tel"], select{
  -webkit-appearance: none!important;
  -moz-appearance: none!important;
  appearance: none!important;
  box-shadow: none!important;
  border: 1px solid #ddd!important;
  box-shadow: none!important;
  background-color: #fff!important;
  padding-left: 10px!important;
  font-weight: normal!important;
  font-size: 14px!important;
}
.agenda_section img{margin: auto;}
.btn{box-shadow: none!important;}
.btn-primary {
  background-color: #427fed;
  box-shadow: none !important;
  color: #fff;
  height: 36px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 2px;
  font-weight: 700;
}
.wraper_container{width: 100%;max-width: 1680px;margin: auto;}
.topfooter .container-fluid,header .container-fluid,.footer_top_link .container-fluid,.web_category_parent .container-fluid{max-width: 1680px;}
.gray_background{padding-top: 30px;padding-bottom: 50px;background-color: #F3F3F3;}
.second_gray_background{padding-top: 30px;padding-bottom: 50px;background-color: #F9F9F9;}
.white_background_carousel{background-color: #ffffff;padding-top: 25px;padding-bottom: 25px;}
.white_bg_carousel{
  background-color: #ffffff;
  padding-top: 12px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.similar_event_carousel .event_listing_card.small_card .soldout img {width: 140px;}
.featured_h3{
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 100%;
  color: #484848;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  text-transform: none;
}
.h_h3_sub{
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.58);
  display: block;
  line-height: 100%;
  text-transform: none!important;
  margin-top: -5px;
  margin-bottom: 14px;
}
.h_h3_sub a{color: inherit;text-decoration: none!important;}
.whitebg{background-color: #fff;}
.graybg{background-color: #f5f5f5;}
.h_h3{
  padding: 0 100px 0 0;
  margin: 0 0 10px 0!important;
  color: #323232;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.h_h3 .r_view{
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none!important;
  position: absolute;
  right: 0;
  bottom: 0;
}
.carousel_box{max-height: 404px;overflow: hidden;}
.h_h3 .fa-heart{color: red; font-size: 20px;}
.carousel_box_event .h_h3,.gray_bg_carousel .h_h3{margin-top: 0;}
.gray_bg_carousel{background-color: #F3F3F3;padding-top: 12px;padding-bottom: 12px;}
@media(max-width: 1080px){
  .h_h3{padding: 0 0 0 0;}
  .h_h3_sub{font-size: 12px;}
}




/* ------------center line text------------ */
.centerline {
  color: rgba(0, 0, 0, 0.78);
  font-size: 16px;
  overflow: hidden;
  text-align: center;
}
.centerline span {display: inline-block;position: relative;}
.centerline span::before, .centerline span::after {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  content: "";
  position: absolute;
  top: 8px;
  width: 10000px;
}
.centerline span::before {margin-right: 10px;right: 100%;}
.centerline span::after {left: 100%;margin-left: 10px;}
.venue_section{height:49px;overflow:hidden;}
/* --end-- */




/* ---- Question box section ------- */
.ask-question-panel{
  margin: 0!important;
  padding: 8px 0!important;
  box-shadow: none!important;
  border-radius: 0!important;
  border-bottom: 1px solid #F2F2F2 !important;
}
.ask-question-panel a{
  display: block;
  padding-bottom: 2px;
  font-size: 15px!important;;
  color: #074E86!important;
  position: relative;
}
.ask-question-panel a:hover{text-decoration: none;}
.ask-question-panel i{
  position: absolute;
  right: 10px;
  transition:500ms;
  display: inline-block;
  font-size: 22px;
}
.ge i{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transition:500ms;
}
.panel.ask-question-panel{background-color: transparent;box-shadow: none;}
/* --End-- */




/* -----------Model box design------------ */
.modal{ 
  position: fixed; 
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0; 
  z-index: 1040; 
  overflow-y: auto; 
  background: rgba(0, 0, 0, 0.75); 
  -webkit-transition: opacity .15s linear; transition: opacity .15s linear; } 
.mycontainer{padding: 15px 15px 0 15px;}
.modelbox .modal-body {padding: 10px;position: relative;}
.modelbox .modal-content {
  background-clip: padding-box;
  background-color: #ffffff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0 none;
  position: relative;
}
.modelbox .modal-footer {border-top: none;padding: 3px 10px 10px 10px;text-align: right;}
.modelbox .modal-header {border-bottom: 1px solid #ddd;padding: 8px 10px;}
.modelbox .modal-header h4{margin: 0;padding: 0;font-size: 18px;font-weight: bold;}
.modelbox .modal-header .close{margin-top: -5px;}
.modelbox .modal-header .close:hover{color: red;}
.offer_modal .modal-header .close span{color: #ffffff;}
.modal .modal-dialog{background-color: #fff;margin-top: 97px;position: relative;} 
.modelbox .modal .large{max-width: 90%; margin: 5em auto 0em;} 
.modelbox .modal .largebig{width: 90%; margin: 5em auto 0em;}
.modal .medium{width: 50%; margin: 5em auto 0em;  } 
.modal .small{width: 32%; margin: 5em auto 0em;  }
.back_drop{position: fixed;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,0,0,0.2);}
.modal .modal-dialog .content{ padding: 10px; } 
.modal .modal-dialog .content .content-head{ margin-bottom: 10px; } 
.modal .modal-dialog .modelfooter{border-top: 1px solid #e5e5e5;padding: 13px 20px;margin-top: 20px;} 
.error{color:red;}
.modelbox .mycontainer{padding: 0 15px;}
.offer_modal .modal-header{background-color: #184E86;padding: 8px 10px;}
.offer_modal .modal-header h4{padding: 2px 0;margin: 0;color: #fff;font-size: 18px;}
.offer_modal .modal-content{border: none;border-radius: 1px;overflow: hidden;color: #444;}
.offer_modal .modal-body{padding-top: 10px;}
.offer_modal .modal-body h4{margin: 0;font-size: 16px;font-weight:500;padding-bottom: 3px;}
.modelbox .mycontainer .ticketid.mt10{margin-top: 0;}
.facebooklogin,.googlelogin{position: relative;}
.facebooklogin .btn-facebook{background-color:#3B5998;color: #fff;text-transform: capitalize;border-radius: 3px;}
.googlelogin .btn-google{background-color:#DD5044;color: #fff;text-transform: capitalize;border-radius: 3px}
.googlelogin .btn-google span, .facebooklogin .btn-facebook span{text-transform: lowercase!important;}
.googlelogin .btn-google:hover,.facebooklogin .btn-facebook:hover,.btn-login:hover{color: #fff;opacity: 0.9;}
.facebooklogin .Ficon,.googlelogin .Gicon{
  position: absolute;
  top: 5px;
  left: 5px;
  width: 32px;
  height: 32px;
  line-height: 34px;
  text-align: center;
  font-size: 30px;
  border-radius: 2px;
  background-color: #fff;
}
.facebooklogin .Ficon{color:#3B5998;}
.googlelogin .Gicon{color:#DD5044;}
.btn-login{
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  background-color: #4285F4;
  border-radius: 3px;
}
.loginpage{padding-top: 90px;}
.footerfix{position: fixed;bottom: 0;width: 100%;}
@media(max-width: 1080px){
  .loginpage{padding-top: 0;}
}
/* --end-- */




/* -----------top city block list----------- */
.topcity_top{
  text-align: center;
  font-weight: 400;
  margin-top: 12px;
  height: 52px;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.075);
  color: #ffffff;
}
.topcity_top a{
  display: block;
  padding-top: 6px;
  height: 100%;
  color: inherit;
  font-size: 11px;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
}
.topcity_top a span{
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}
.topcity_top a:hover{text-decoration: none;color: #fff;outline: none;}
.topcity_top a:link{text-decoration: none;color: inherit;outline: none;}
.bgbtn a{
  background-color: #fff;
  color:#074E86!important;
  padding: 0;
  font-size: 14px;
  line-height: 50px;
  border-radius: 3px;
}
.bgbtn a:hover{background-color: #074E86;color:#fff!important;}
.topcity_sec.mb10{background-color: #fafafa!important;padding-bottom: 15px!important;margin-bottom: 0!important;}
.topcitydiv.mb20{margin-top: 15px!important;margin-bottom: 3px!important;}
.topcity_sec .colp{padding-left: 6px!important;padding-right: 6px!important;}
.topcity_sec .row{    padding-left: 10px!important;padding-right: 10px!important;position: relative;}
.topcity_sec .col-sm-2:nth-child(1) .topcity_top{background-color: #006D93;}
.topcity_sec .col-sm-2:nth-child(2) .topcity_top{background-color: #4ED1F0;}
.topcity_sec .col-sm-2:nth-child(3) .topcity_top{background-color: #F12257;}
.topcity_sec .col-sm-2:nth-child(4) .topcity_top{background-color: #00B1D7;}
.topcity_sec .col-sm-2:nth-child(5) .topcity_top{background-color: #F7C100;}
.topcity_sec .col-sm-2:nth-child(6) .topcity_top{background-color: #6CD4C3;}
.topcity_sec .col-sm-2:nth-child(7) .topcity_top{background-color: #FE5106;}
.topcity_sec .col-sm-2:nth-child(8) .topcity_top{background-color: #4F5768;}
.topcity_sec .col-sm-2:nth-child(9) .topcity_top{background-color: #F7C100;}
.topcity_sec .col-sm-2:nth-child(10) .topcity_top{background-color: #006D93;}
.topcity_sec .col-sm-2:nth-child(11) .topcity_top{background-color: #F12257;}
@media(max-width: 768px){
  .topcity_top{margin-top: 10px;height: 44px;}
  .topcity_top a{padding-top: 6px;font-size: 10px;line-height: 16px;}
  .topcity_top a span{font-size: 14px;}
  .bgbtn a{padding: 0;font-size: 13px;box-shadow: inset 0 0 1px #c0c0c0;line-height: 44px;}
  .topcity_sec .row{padding-left: 4px!important;padding-right:4px!important;position: relative;}
}




/*---------------web categories---------------*/
.web_category_parent{border-bottom: 1px solid #E9E9E9;}
.web_category .dropdown .dropdown-menu li {float: none;}
ul.collect {
  position: absolute;
  right: 0; top: 0;
  overflow: visible;
  display:none;
}
ul.collect ul.dropdown-menu { right: 0; left: auto; }
ul.collect ul.dropdown-menu li{margin-right: 0!important;}
ul.collect ul.dropdown-menu li a{
  display: block;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  padding: 0 11px!important; 
}
/*--end--*/



/*----mobile categories------*/
.event_cat_mobile_list{
  padding: 5px 2px 2px 2px;
  margin: 0;
  list-style-type: none;
  overflow:hidden;
  white-space: nowrap;
  overflow-x: auto;
  background-color: #ffffff;
  margin-bottom: 8px;
}
.event_cat_mobile_list li{
  width: 64px;
  height: 64px;
  display: inline-block;
  margin-left: 4px!important;
  margin-right: 4px!important;
  position: relative;
}
.event_cat_mobile_list li a{display: block;}
.ripple{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(16, 55, 109, 0.75);
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.rippleEffect {animation: rippleDrop .4s linear;}
@keyframes rippleDrop {
  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}
.event_cat_mobile_list::-webkit-scrollbar {display: none;}
.event_cat_mobile_list li a img{width: 100%;height: 100%;}
.event_cat_mobile{display: none;}
@media(max-width: 1080px){
  .event_cat_web{display: none;}
  .event_cat_mobile{display: block;}
  .gray_background,.second_gray_background,body{background-color: #e9e9e9!important;}
}
/*--end--*/



/*-------offer strip with animation--------*/
.offer_window_top{
  width: 100%;
  height: 44px;
  background-color: #FFD007;
  box-shadow: 0 1px 3px 2px rgba(0,0,0,.15);
  z-index: 99999;
  left: 0;
  top: 0;
  position: fixed;
  color: #525252;
  overflow: hidden;
}
.offer_window_top_inner{
  position: relative;
  height: 44px;
  text-align: center;
}
.close_offer{
  position: absolute;
  top: 50%;
  right: 8px;
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  width: 34px;
  height: 34px;
  text-shadow: 2px 2px 5px rgba(0,0,0,.2);
  -webkit-transform: translateY(-50%) scaleX(1.2);
  transform: translateY(-50%) scaleX(1.2);
}
.offer_window_top_inner strong{color: #323232;}
.offer_text{
  position: absolute;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  font-size: 17px;
  height: 44px;
  line-height: 44px;
  -webkit-animation: rotateWord 32s linear infinite 0s;
  -ms-animation: rotateWord 32s linear infinite 0s;
  animation: rotateWord 32s linear infinite 0s;
}
.offer_text:nth-child(2) { 
    -webkit-animation-delay: 8s; 
  -ms-animation-delay: 8s; 
  animation-delay: 8s; 
}
.offer_text:nth-child(3) { 
    -webkit-animation-delay: 16s; 
  -ms-animation-delay: 16s; 
  animation-delay: 16s;  
}
.offer_text:nth-child(4) { 
    -webkit-animation-delay: 24s; 
  -ms-animation-delay: 24s; 
  animation-delay: 24s; 
}
@-webkit-keyframes rotateWord {
  0% { opacity: 0; }
  2% { opacity: 0; -webkit-transform: translateY(-20px); }
  5% { opacity: 1; -webkit-transform: translateY(0);}
  17% { opacity: 1; -webkit-transform: translateY(0); }
  20% { opacity: 0; -webkit-transform: translateY(20px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}
@keyframes rotateWord {
  0% { opacity: 0; }
  2% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); }
  5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0);}
  17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0); }
  20% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); }
  80% { opacity: 0; }
  100% { opacity: 0; }
}
body.showofferstrip header,body.showofferstrip .mobileheader_container{
  margin-top: 43px!important;
}
.after_offer_adding{margin-top: 133px!important;}
@media(max-width: 1080px){
.offer_text{font-size: 14px;}
}
/*-end offer strip with animation--*/




/*------performance overview------*/
.organizer_rev_revenue{
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.16);
  padding: 15px 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
}
.event_detail_rev{position: relative;min-height: 110px;}
.event_detail_rev .rev_event_image{
  width: 180px;
  height: 110px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size:100% 100%;
  background-position: left top;
  border-radius: 3px;
  background-color: #fafafa;
  position: absolute;
  left: 0;
  top: 0;
}
.rev_event_name{
  padding: 0;
  margin: 0;
  text-transform: none!important;
  font-size: 18px!important;
  line-height: 22px!important;
  font-weight: 500;
  color: #323232;
}
.rev_event_cal{
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background-color: #ffffff;
  overflow: hidden;
  border: solid 1px #dedede;
}
.rev_event_cal span{display: block; text-align: center;}
.rev_event_cal span.rev_event_cal_m{
  background-color: #f86810;
  height: 22px;
  box-sizing: border-box;
  line-height: 22px;
  font-size: 11px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
}
.rev_event_cal_d{
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #323232;
  font-size: 18px;
}
.rev_event_media{
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 194px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
} 
.rev_event_media .media{margin: 0;margin-top: 15px;}
.rev_event_media .media-body{padding-left: 4px;}
.rev_event_media .rev_event_cal_time{line-height: 17px;font-size: 12px;color: #323232;}
.revenue_counter ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: table;
  width: 100%;
  vertical-align: middle;
}
.revenue_counter ul li{display: table-cell;text-align: center;}
.revenue_counter ul li span{display: block;}
.revenue_counter ul li span:nth-child(1){
  font-size: 12px;
  color: #323232;
  font-weight: 500;
}
.revenue_counter ul li span:nth-child(2){
  font-size: 20px;
  color: #323232;
  font-weight: bold;
  line-height: 28px;
}
.promote_event_btn{
  height: 38px;
  display: inline-block;
  padding: 0 20px;
  line-height: 38px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  background-color: #f86810;
  box-shadow: none!important;
}
.promote_event_btn:hover{text-decoration: none;color: #ffffff;}
.rganizer_rev_table{width: 100%;}
.rganizer_rev_table tr td:first-child{width: 45%;}
.organizer_rev_revenue .carousel{padding-left: 45px;padding-right: 45px;}
#carousel_revenue .carousel-control{width: 32px;opacity: 1;box-shadow: none;background-image: none;}
#carousel_revenue .carousel-control .glyphicon,#carousel_revenue .carousel-control .glyphicon:hover{
  background-color: #ffffff;
  display: block;
  width: 24px;
  color: #7f7f7f;
  height: 24px;
  padding: 0!important;
  line-height: 24px;
  text-align: center;
  border-radius:50%;
  text-shadow: none;
  font-size: 12px;
  box-shadow: inset 0 0 0 1px #dddddd;
}
#carousel_revenue .carousel-control.disabled{opacity: 0.2;pointer-events:none;}
.w_hide{display: none;}
.organizer_rev_revenue_h{
  font-size: 15px;
  font-weight: bold;
  color: #f86810;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding-left: 44px;
}
.close_revenue{
  font-size: 18px;
  font-weight: 600;
  color: #8b8b8b;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url('https://www.goeventz.com/web/images/Cross.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 14px;
  text-align: center;
  line-height: 28px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.gotolink{font-size: 15px;font-weight: bold;color: #323232;}
.gotolink:hover{text-decoration: none;color: #F86810;}
@media(max-width: 1080px){
  .m_hide{display: none;}
  .w_hide{display: block;}
  .nullpadding{padding-left: 0!important;padding-right: 0!important;}
  .rev_event_name{font-size: 15px!important;line-height: 18px!important;margin-bottom: 5px!important;}
  .event_detail_rev .rev_event_image{width: 78px;height: 46px;}
  .rev_event_media{left: 82px;}
  .rev_event_media .media{margin: 0;margin-top: 0;}
  .event_detail_rev {position: relative;min-height: 46px;}
  .rev_event_media .rev_event_cal_time{font-size: 11px;line-height: 15px;}
  .rganizer_rev_table tr{display: block;width:100%;padding:0;clear:both;}
  .rganizer_rev_table tr td{width: 100%!important;display: block;padding: 0!important;}
  .revenue_counter{padding-top: 15px;padding-bottom: 20px;}
  .revenue_counter ul li span:nth-child(2){font-size: 18px;line-height: 100%;}
  .promote_event_btn{height: 38px;display: block;}
  .organizer_rev_revenue{padding: 10px 20px 15px 20px;margin-top: 10px;margin-bottom: 10px;}
  .organizer_rev_revenue .carousel{padding-left: 0;padding-right: 0;}
  #carousel_revenue .carousel-control{width: 26px;}
  #carousel_revenue .carousel-control .glyphicon,#carousel_revenue .carousel-control .glyphicon:hover{width: 22px;height: 22px;line-height: 22px;font-size: 12px;}
  #carousel_revenue .left.carousel-control{left: -18px;}
  #carousel_revenue .right.carousel-control{right: -18px;}
  #carousel_revenue{min-height: 198px;}
  .organizer_rev_revenue_h{padding-left: 0;}
}
.booking_overview{
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.16);
  padding: 15px 20px;
  padding-bottom: 60px!important;
  margin-bottom: 20px;
  position: relative;
  height: 332px;
  box-sizing: border-box;
}
.booking_overview_h{
  font-size: 14px;
  font-weight: bold;
  color: #f86810;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.booking_overview_h .bookingid{
  font-size: 13px;
  color: #323232;
  float: right;
  opacity: 0.8;
  font-weight: 500;
}
.booking_overview .event_venue{
  padding: 0;
  line-height: 18px;
  font-size: 13px;
  color: #323232;
  opacity: 0.6;
}
.booking_overview .event_venue span{
  display: inline-block;
  position: relative;
  padding-right: 16px;
}
.booking_overview .event_venue span:after{
  content: "|";
  position: absolute;
  right: 7px;
  top: 0;
  opacity: 0.5;
  font-size: 13px;
}
.booking_overview .promote_event_btn{
  width: 184px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -92px;
}
.booking_overview .card_e_name{margin: 10px 0 5px 0!important;background-color: transparent;padding: 0!important;}
.booking_overview .itinerarySummary,.booking_overview .details{margin-top: 15px;}
.booking_overview .itinerarySummary .placeTime{
  display: block;
  line-height: 100%;
  padding-bottom: 6px;
  font-size: 24px;
  font-weight: 400;
  color: #323232;
}
.booking_overview .smallcolor{
  display: block;
  line-height: 100%;
  white-space: nowrap;
  font-size: 14px;
  color: #323232;
  margin-top: 7px;
  margin-bottom: 10px;
  font-weight: 500;
}
.booking_overview .details i{
  font-size: 26px;
  color: #323232;
  opacity: 0.6;
}
.booking_overview .details small{
  display: block;
  line-height: 100%;
  font-size: 13px;
  color: #323232;
  margin-top: 7px;
  opacity: 0.6;
}
.booking_overview .terminal{
  display: block;
  line-height: 18px;
  font-size: 13px;
  color: #323232;
  opacity: 0.6;
  margin-bottom: 6px;
}
.booking_overview .itinerarySummary .media{
  margin: 8px 0;
  line-height: 18px;
  font-size: 13px;
  color: #7f7f7f;
}
.booking_overview .itinerarySummary .media .media-body{
  line-height: 16px!important;
  font-size: 13px;
  color: #323232;
  opacity: 0.6;
}
.booking_overview .itinerarySummary .media img{max-width: 22px;}
.booking_overview .selectedroom table{width: 100%;}
.booking_overview .selectedroom table tr td{padding: 0!important;}
.booking_overview .selectedroom table tr td:last-child{white-space: nowrap;}
.booking_overview .selectedroom .media_left_b h5{
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #323232;
  text-transform: capitalize;
  line-height: 100%;
}
.booking_overview .selectdatebox:first-child{position: relative;margin-right: 40px;}
.booking_overview .selectdatebox:first-child::after{
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: -40px;
  top: 15px;
  background-image: url('https://www.goeventz.com/web/images/small-icon/arrow_b.svg');
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center center;
  opacity: 0.8;
}
.booking_overview .paymentbox_right{display: none;}
.booking_overview .rooncapacity{
  height: 16px;
  line-height: 16px;
  margin-top: 4px;
}
.booking_overview .rooncapacity small{
  position: relative;
  padding-right: 8px;
  font-size: 12px;
  color: #323232;
  opacity: 0.7;
  font-weight: 400;
  text-transform: capitalize;
}
.booking_overview .rooncapacity small::after{
  content: '|';
  position: absolute;
  right: 0;
  top: -1px;
  opacity: 0.3;
}
.booking_overview .rooncapacity small:last-child::after{content: none;}
.booking_overview .selectdatebox{display: inline-block;width: 80px;text-align: center;}
.booking_overview .selectdatebox span,.booking_overview .selectdatebox strong,.booking_overview .selectdatebox small{
  display: block;
  line-height: 100%;
  color: #323232;
  white-space: nowrap;
}
.booking_overview .selectdatebox span{font-size: 13px;}
.booking_overview .selectdatebox small{font-size: 12px;opacity: 0.6;white-space: nowrap;}
.booking_overview .selectdatebox strong{font-size: 16px;margin-top: 8px;margin-bottom: 8px;font-weight: 500;}
.booking_overview .media_left_b{border-right: 1px solid #dddddd;}
.selectedroom_detail{
  position: relative;
  padding-left: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.booking_overview .selectedroom .hotel_image{
  width: 90px;
  height: 66px;
  background-color: #dddddd;
  border-radius: 3px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.booking_overview .h_rating{margin-top: 2px;}
.booking_overview .h_rating i{color: #f86810;font-size: 14px;margin-right: 1px!important;}
.yourbookings{
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin:0;
  font-weight: bold;
  color: #323232;
  margin-top: 15px;
  margin-bottom: 6px;
}
@media(max-width: 1080px){
.booking_overview .selectdatebox span{font-size: 11px;}
.booking_overview .selectdatebox small{font-size: 11px;opacity: 0.6;white-space: nowrap;}
.booking_overview .selectdatebox strong{font-size: 13px;margin-top: 5px;margin-bottom: 5px;font-weight: 500;}
.booking_overview .selectedroom .media_left_b h5{font-size: 13px;}
.booking_overview .rooncapacity small{font-size: 11px;}
.selectedroom table{margin-bottom: 20px;}
.booking_overview{padding: 10px 10px;}
.booking_overview .smallcolor{font-size: 12px;}
.booking_overview .details small{font-size: 12px;margin-top: 5px;}
.booking_overview .itinerarySummary .placeTime{font-size: 18px;}
.booking_overview .details i{font-size: 21px;}
.booking_overview .terminal,.booking_overview .flightname{font-size: 12px;line-height: 17px;}
.booking_overview .itinerarySummary .media img{max-width: 18px;}
}
@media(max-width: 768px){
  .booking_overview{padding: 10px 10px;height: auto;}
  .booking_overview {margin-bottom: 10px;}
}
/*--end performance overview--*/



/* -----top carousel and sponsored sec------ */
.home_carousel_box{
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden!important;
  background-color: #E5E5E5;
}
.image_carousel_bg{background-color: #ffffff;padding-top: 10px;padding-bottom: 24px;}
.sponsored{
  text-align: center;
  padding: 2px 0 10px 0;
  margin: 0;
  font-size: 14px;
  color: #616770;
}
.owl-carousel4.home_carousel .item{background-color: #dddddd;}
.owl-carousel4.home_carousel img{
  width: 100%!important;
  height: 100%!important;
  display: block!important;
  max-width: 100%!important;
  object-fit: fill!important;
  max-height: 330px!important;
}
.owl-carousel4 .owl-stage {right: -260px!important;}
.owl-carousel4 .owl-item,.owl-carousel4 .owl-item.active{opacity: 1;border-radius: 3px;overflow: hidden;}
.owl-carousel3.image_carousel img{width: 100%;max-width: 100%;}
@media(min-width: 768px) and (max-width: 1080px){
  .owl-carousel4 .owl-stage {right: -60px!important;} 
}
@media(max-width: 768px){
  .home_carousel_box{
    padding-top: 8px;
    padding-bottom: 8px;
    height: 148px;
    overflow: hidden!important;
    background-color: #E5E5E5;
  }
  .owl-carousel4.home_carousel .item{
    min-height: 132px;
    height: 132px;
    background-color: #dddddd;
  }
  .owl-carousel4 .owl-stage {right: -20px!important;}
  .white_background {padding-bottom: 8px;padding-top: 8px;}
  .white_background_carousel{padding-top: 13px;padding-bottom: 13px;}
}
/* --end top carousel and sponsored sec-- */




/*-----------featured event carousel---------------*/
.featured_carousel{overflow: hidden;height: 206px;}
.featured_card{border-radius: 2px;overflow: hidden;box-shadow: inset 0 0 1px #C0C0C0 !important}
.featured_card_img{height: 170px;overflow: hidden;background-color: #F5F5F5;}
.featured_card_img img{width: 100%!important;height: 100%!important;}
.featured_card .featured_e_n{
  padding: 0 10px;
  margin: 0;
  font-size: 15px!important;
  font-weight: 500;
  color: #323232!important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #f5f5f5;
  height: 36px;
  line-height: 36px;
}
.featured_card a{color: inherit;text-decoration: none!important;}
.featured_card_img.add_banner_f{height: 205px;}
@media(max-width: 768px){
  .featured_carousel{overflow: hidden;height: 180px;}
  .featured_card_img{height: 134px;overflow: hidden;}
  .featured_card_img.add_banner_f{height: 169px;}
  .owl-stage .owl-item .featured_card img{width: 100%!important;}
}
/*--end--*/

@media(max-width: 1080px){
  .white_background_carousel{padding-top: 13px;padding-bottom: 13px;}
  .featured_h3,.h_h3,.app_sec_disc h3,.topfooter h3,h3.e_name{font-size: 16px!important;}
}




/*------------event listing card full detail------------*/
.listing_card{
  background-color: #fff;
  padding: 6px 8px 8px 8px; 
  border-radius: 2px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.075);
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 18px;
}
.listing_card_org{
  position: relative;
  min-height: 34px;
  padding-left: 38px;
  margin-bottom: 7px;
}
.list_org_image{position: absolute;top: 0;left: 0;}
.list_org_image a{
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.listing_card_org_detail h4{
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #365899;
  line-height: 125%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing_card_org_detail h4 a{color: inherit;text-decoration: none;}
.listing_card_org_detail small{color: #7f7f7f;display: block;line-height: 120%;}
.extra_option_container{width: 24px;height: 24px;position: absolute;right: 0;top: -1px;}
.e_date .fa-calendar{font-size: 16px;margin-top: 5px;margin-left: 3px;}
.dotted_c{
  height: 23px;
  display: block;
  cursor: pointer;
  text-align: center;
  line-height: 100%;
  padding-top: 1px;
}
.dotted_c i{font-size: 5px;line-height: 100%;color: #7f7f7f;}
.extra_option_list{padding: 3px 0 5px 0;margin: 0;z-index: 400;}
.extra_option_list li{width: 100%!important;text-align: left!important;}
.extra_option_list a{
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 2px!important;
  font-weight: 400;
}
.extra_option_list a:hover{background-color: #f0f0f0;}
.extra_option_list a span{
  display: inline-block;
  width: 26px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.event_card_imge{
  height: 119px;
  overflow: hidden;
  position: relative;
  background-color:#F5F5F5;
}
.event_card_imge img{width: 100%;height: auto;}
.card_body{background-color:#F5F5F5;padding: 2px 6px 6px 6px;}
.card_e_name{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  padding: 8px 6px 5px 6px;
  background-color:#F5F5F5;
  font-size: 15px!important;
  font-weight: 500;
  color: #323232!important;   
}
.card_e_name a,.card_e_name a:hover,.card_e_name a:link,.card_img_name{color: inherit;text-decoration: none!important;   }
.n_event_vanue{
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 28px;
  line-height: 28px;
  padding-left: 30px;
  padding-right: 80px;
  margin-bottom: 1px;
}
.date_of_event{
  white-space: normal;
  display: block;
  font-size: 11px!important;
  font-weight: 500;
  color: #47BFB0;
  width: 24px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 120%;
  text-transform: capitalize;
  text-align: center!important;
  text-decoration: none!important;
}
.e_date .fa-calendar,.date_of_event .fa-calendar{font-size: 16px;margin-top: 6px;margin-left: 3px;}
.event_t_price{
  white-space: nowrap;
  font-size: 14px!important;
  font-weight: 500;
  color: #b12704 !important;
  text-transform: uppercase;
  position: absolute;
  right: 1px;
  top: 0;
}
.card_footer{border-top: 1px solid #f0f0f0;padding-top: 6px;}
.card_footer_list{padding: 0;margin: 0;}
.card_footer_list li{list-style-type: none;float: left;}
.card_footer_list li .card_btn{
  background-color: #F86810;
  border: 1px solid rgba(239, 104, 28, 0.1);
  border-radius: 1px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  line-height: 26px;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  width: 100px;
}
.card_footer_list li .card_btn:hover{text-decoration: none;background-color: #ef811d;}
.card_footer_list li:first-child{width: 55%;text-align: left;padding-right: 0;}
.card_footer_list li:last-child{width: 45%;text-align: right;}
.card_social_count{line-height: 26px;}
.card_social_count small{color: #90949c;padding-right: 5px;display: inline-block;font-weight: normal;}
.card_social_count small:last-child{padding-right: 1px;}
.event_share{padding: 3px 0 5px 0;margin: 0;z-index: 10;}
.event_share li{width: 100%!important;text-align: left!important;}
.event_share a{
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 2px!important;
  font-weight: 400;
}
.event_share a i{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.event_share a:hover{background-color: #f0f0f0;}
.card_event_like .fa-heart{
  color: red;
  animation-name: heartcolor;
  animation-duration: 800ms;
  transition: 500ms;
}
@keyframes heartcolor {
  from {
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  }
  to {
  font-size: inherit;
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  }
}
.card_event_like_share{
  display: inline-block;
  height: 26px;
  padding: 0 2px;
  border: 1px solid transparent;
  line-height: 24px;
  cursor: pointer;
  margin-top: 2px;
  margin-right: 10px;
  color: #616770;
}
.card_event_like_share i{margin-right: 4px;}
.more_event_btn{
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 20px;
  color: #f86810;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  height: 36px;
  line-height: 34px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  min-width: 180px;
  padding: 0 16px;
  word-spacing: 2px;
  margin-top: 10px;
}
.card_space{padding-left: 8px !important;padding-right: 8px !important;}
.f_card_space{padding-left: 1px !important;padding-right: 1px !important;}
.row.card_space_parent{padding-left: 8px!important;padding-right: 8px!important;}
.event_listing_card{
  background-color: #fff;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 8px;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  border-radius:3px;
}
.event_listing_card:hover{box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);}
.gray_bg_carousel .event_listing_card{background-color: #fafafa!important;}
.e_l_card_img{height: 119px;overflow: hidden;position:relative;}
.e_l_card_img img{width: 100%;height: auto;}
.e_l_card_inner {padding: 0 10px 10px 10px;position: relative;}
.e_l_card_media{
  padding: 0!important;
  margin: 0!important;
  line-height: 100%;
  margin-top: 5px!important;
}
.e_l_card_media .e_price{
  white-space: nowrap;
  margin-top: 8px;
  font-size: 14px!important;
  font-weight: 500;
  color: #b12704;
  text-transform: uppercase;
}
.e_name{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 10px 0 0;
  margin: 0;
  font-size: 15px!important;
  font-weight: 500!important;
  letter-spacing: 0;
  color: #444!important;
}
.e_name a,.e_name a:hover,.e_name a:link,.card_img_name{color: inherit;text-decoration: none!important;}
.e_vanue{
  padding-top: 4px;
  line-height: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  max-width: 300px;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #888;
  max-width: 200px!important;
  position: relative;
  height: 30px;
  padding: 0;
  padding-left: 30px;
  line-height: 30px;
}
.e_vanue a{color: inherit;}
.e_date{
  white-space: normal;
  display: block;
  font-size: 11px!important;
  font-weight: 500;
  color: #47BFB0;
  width: 24px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 120%;
  text-transform: capitalize;
  text-align: center!important;
  text-decoration: none!important;
}
.e_date .fa-calendar,.date_of_event .fa-calendar{font-size: 16px;margin-top: 6px;margin-left: 3px;}
.e_l_card_img.card_back_image{
  height: 118px;
  background-image: url(../images/Icons.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.e_l_card_img.card_back_image .imgup{
  font-size: 14px!important;
  text-align: center;
  display: block;
  color: #fff;
  height: 118px;
  line-height: 118px;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.1);
}
.soldout{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.soldout img{
  width: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
}
.ribbon-set {
  position: absolute;
  left: -6px;
  top: -1px;
  z-index: 1;
  overflow: hidden;
  width: 95px; height: 95px;
  text-align: right;
}
.ribbon-set span {
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 26px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 130px;
  padding-right: 3px;
  display: block;
  background-image: linear-gradient(to bottom,red, #C20000);
  text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 22px; left: -24px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.rec_view_sec,.rec_view_sec .event_listing_card{position: relative;}
.rec_view_sec .del_rec_view{
  position: absolute;
  right: 15px;
  top: -10px;
  color: #9f9f9f;
  font-weight: 400;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
}
.rec_view_sec .del_rec_view:hover,.del_rec_view_item:hover{color: #666;}
.del_rec_view_item{
  width: 20px;
  height: 20px;
  display: block;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  right: 5px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  top: 5px;
  font-weight: 600;
  cursor: pointer;
  z-index: 10;
  color: #9f9f9f;
}
.card_img_name .e_name{padding-left: 10px!important;}
@media(max-width: 768px){
  .card_space {padding-left: 5px !important;padding-right: 5px !important;}
  .listing_card{margin-bottom: 10px;}
  .carousel_card_space {padding-left: 5px !important;padding-right: 5px !important;}
}
/*--end--*/




/*--------------event detail-----------------*/
.accountmanager{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FD8E01;
  z-index: 2;
  color: #513824;
  line-height: 100%;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  padding: 5px 15px;
  text-align: center;
  border-radius: 0 0 8px 0;
  box-shadow: 1px 1px 1px #333;
}
.accountmanager small{
  display: block;
  margin-top: 3px;
  border-top: 1px solid #513824;
  font-size: 13px;
  padding: 2px 2px 0 2px;
}
.eventiddiv{
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  top: 1px;
  line-height: 100%;
  right: 0;
  padding: 10px 13px;
  border-radius: 1px;
  z-index: 2;
}
#backgroud_div .soldout{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#backgroud_div .soldout img{
  width: 100%;
  max-width: 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* ------------Ticket Section on Event Detail Page---------- */
.event_ticket{border-bottom: 1px solid #eee;padding: 8px 5px;}
.event_ticket_container{border: 1px solid #e5e5e5;margin-bottom: 20px;}
.event_ticket.ticketheader{
  background-color: #EEEEEE;
  font-size: 16px!important;
  color: #3f3f3f;
  padding: 5px!important;
  border-bottom: 1px solid #E5E5E5;
}
.event_ticket.ticketheader td:nth-child(2){font-size: 16px!important;color: #3f3f3f;}
.event_ticket.ticketheader td{padding: 0 5px!important;}
.event_ticket:last-child{border-bottom: none;}
.currancy_e input[type="number"]{
  background-color: #FEFEFE!important;
  display: inline-block;
  max-width: 70px;
  padding-left: 5px;
  margin-left: 5px;
  height: 26px;
  box-shadow: none!important;
  border: 1px solid #e5e5e5!important;
}
.event_ticket table{width: 100%;border-collapse: separate;}
.event_ticket table tr td{padding: 0 5px;font-weight: 500;color: #EF681C!important;}
.event_ticket table tr td:last-child{width: 120px;}
.event_ticket table tr td:nth-child(1) small{
  color: #555;
  display: inline-block;
  font-weight: 400!important;
  line-height: 14px!important;
}
.event_ticket table tr td:nth-child(2){width: 150px;font-size: 14px!important;}
h4.ticket_name{
  padding: 0;
  margin: 0;
  color: #282c35;
  font-size: 16px;
  font-weight: 400;
}
.currancy_e{
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
  color: #b12704;
  font-size: 15px;
  font-weight: 500;
}
.currancy_e_count{color: #666;text-transform: none;font-weight: 400;}
.currancy_sub_count{
  text-transform: uppercase;
  color: #444;
  font-weight: 500;
  line-height: 16px;
  font-size: 12px!important;
}
.selectarrow{position: relative;}
.selectarrow select{
  padding: 0 30px 0 8px;
  -moz-appearance: none!important;
  -webkit-appearance: none!important;
  background-image: none!important;
  width: 74px;
  color: #4F4F4F;
  height: 34px;
  background-color: #FEFEFE!important;
  line-height: 32px;
  border-radius: 1px!important;
  border-color: #ccc!important;
  box-shadow: inset 0 0 5px #ccc!important;
}
.booking_closed{text-transform: capitalize;color: #EF7F1A;}
.donationqt{color: #074e86;font-size: 16px;font-weight: 500;}
.other_option td small{color: #8f8f8f!important;line-height: 100%;}
.other_option td div small:last-child{display: inline-block;margin-top: 5px;}
.form-group-lg .selectarrow:hover:after,
.selectarrow:hover:after{border-color: #4F4F4F;}
.form-group-lg .selectarrow:after{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 1;
  top: 9px;
  right: 9px;
  border-left: 2px solid #888;
  border-bottom: 2px solid #888;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none;
  -webkit-transition:500ms;
  -moz-transition:500ms;
  transition:500ms;
}
.selectarrow:after{
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 1;
  top: 9px;
  right: 9px;
  border-left: 2px solid #888;
  border-bottom: 2px solid #888;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none;
  -webkit-transition:500ms;
  -moz-transition:500ms;
  transition:500ms;
}
.order_summary_inner{
  background-color: #fff;
  box-shadow: 0 2px 0 0 #D5D5D5;
  padding: 10px;
  border: 1px solid #E5E5E5;
  border-bottom: none;
  padding-top: 45px;
  padding-bottom: 15px;
  position: relative;
}
.order_sum_h{
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  color: #282c35;
  background-color: #EEEEEE;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 1px solid #E5E5E5;
  border-top: none;
  width: 100%;
  padding:0 10px!important;
}
.selected_total{width: 100%;color: #282c35;}
.selected_total tr.total_amount td{
  font-weight: 500!important;
  font-size: 14px!important;
  padding: 5px 0!important;
  padding-bottom: 0!important;
  color: #282c35;
}
.selected_total tr.total_amount td:last-child{width: 80px;white-space: nowrap;text-align: right;}
.selected_total tr.total_amount td:last-child span{
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
  color: #282c35!important;
  font-weight: 400!important;
  font-size: 12px!important;
}
.selected_total tr.total_amount td:nth-child(2){width: 20px;font-size: 12px!important;text-align: right;}
.convenience_fee{width: 100%;border-collapse: collapse;margin-bottom: 7px!important;}
.convenience_fee_detail{margin-top: 5px;width: 100%;}
.convenience_fee tr td{
  font-size: 12px;
  padding: 0 1px!important;
  line-height: 15px!important;
  color: #8f8f8f;
}
.convenience_fee tr td:last-child{text-align: right;}
.convenience_fee tr td:last-child i{
  color: #8f8f8f;
  width: 13px;
  height: 13px;
  padding: 0!important;
  text-align: center!important;
  line-height: 13px;
  margin-left: 4px;
  border-radius: 50%;
  font-size: 10px;
  border: 1px solid #8f8f8f;
  cursor: pointer;
}
.convenience_fee_hide{display: none;}
.amount_payable{width: 100%;border-collapse: collapse;border-top: 1px solid #eee;}
.amount_payable tr td{
  font-weight: 500;
  font-size: 15px;
  color: #282c35;
  padding: 2px!important;
}
.amount_payable tr td:last-child span{
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
  color: #282c35!important;
  font-weight: 400!important;
  font-size: 12px!important;
}
.amount_payable tr td:last-child span:nth-child(2){
  font-weight: 500!important;
  font-size: 15px!important;
  color: #282c35;
  margin-right: 0!important;
}
.payeedetails{margin-top: 5px;margin-bottom: 20px;}
.payeedetails input{
  border-top: none!important;
  height: 34px!important;
  font-size: 13px!important;
  font-weight: 400!important;
}
.payeedetails input:first-child{border-top: 1px solid #DDD!important;}
.buynow{
  background-color: #449d44;
  border-radius: 2px!important;
  color: #fff;
  display: inline-block;
  font-weight: bold!important;
  opacity: 0.9;
  font-size: 16px!important;
  padding: 5px 10px!important;
  text-transform: uppercase!important;
  transition: all 300ms ease 0s;
  box-shadow: none!important;
  border-radius: 1px!important;
  border: 1px solid rgba(239, 104, 28, 0.1);
  box-shadow: 0 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}
.buynow:hover,.buynow:link{color: #fff!important;opacity: 1;text-decoration: none;}
.pre_formate{
  max-width: 100%;
  width: auto;
  padding: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Roboto', sans-serif;
  line-height: 15px;
  margin: 0;
  min-height: 1px;
  overflow:hidden; 
  text-indent: 1px;
  white-space: pre-line;
  border-radius: 0;
  border: none;
  background-color: transparent;
  padding-bottom: 5px;
  font-weight: normal;
}
.show_hide,.show_hide:hover{
  font-weight: normal;
  text-decoration: none!important;
  color: #0a6ebd!important;
  font-size: 13px;
}
.wrapper_container.wrapper_space{padding: 30px;padding-top: 10px;margin-top: 10px;}
.ev_normal_heading {
  color: #074E86;
  font-size: 20px;
  overflow: hidden;
  margin-bottom: 5px;
  text-align: left !important;
}
@media(max-width: 1080px){
  .wrapper_container.wrapper_space{padding: 10px;}
  .ev_normal_heading{font-size: 18px;}
  .event_sort_detail{height: auto;border-bottom: 1px solid #E0E0E0;}
  .event_ticket table tr td:nth-child(1){width: 100%!important;display: block!important;padding: 3px 6px!important;}
  .event_ticket table tr{display: block;width:100%;padding:0;clear:both;}
  .event_ticket table tr td:nth-child(2){width: 49%!important;display: inline-block;padding: 4px 6px!important;}
  .event_ticket table tr td:last-child{width: 49%!important;display: inline-block;padding: 4px 0px!important;}
  .event_ticket table tr:nth-child(2) td{width: 100%!important;text-align: left!important;padding: 0px 0px!important;}
  .event_c_tab,.event_c_tab_fix{display: none!important;}
  .event_ticket.ticketheader table tr td:nth-child(1),
  .event_ticket.ticketheader table tr td:nth-child(2),
  .event_ticket.ticketheader table tr td:nth-child(3){
    width: 50%!important;
    display: inline-block;
    float: left;
    padding: 0px 2px!important;
    line-height: 28px;
    font-weight: 500;
    color: #EF681C;
  }
  .event_ticket.ticketheader table tr td:nth-child(2){display: none;}
}




/*----offer section on event detail------*/
.otrheroffermain{
  background-color: #EEEEEE;
  border: 1px solid #e5e5e5;
  padding: 0 10px 10px 10px;
  margin-top: 15px;
  border-radius: 2px;
}
.otrheroffer{
  background-color: #fff;
  min-height: 46px;
  padding: 8px 10px;
  padding-right: 24px;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
  margin-top: 10px;
}
.otrheroffer .fa-chevron-right,.otrheroffer .fa-info{
  position: absolute;
  top: 50%;
  right: 12px;
  color: #9f9f9f;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  border:1px solid #dddddd;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
}
.otherofferlogobox{position: relative;height: 28px;padding-left: 70px;}
.otrheroffer small{
  display: block;
  font-size: 11px;
  line-height: 18px!important;
  color: #8f8f8f;
  padding-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.otherofferlogobox span{
  font-size: 15px;
  font-weight: 500;
  color: #333;
  display: block;
  height: 28px;
  line-height: 28px;
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.otherofferlogo{
  width: 70px;
  height: 28px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  overflow: hidden;
}
.otherofferlogo img{width: 100%;height: 100%;}
.otrheroffermain .nyeoffer{height: 64px;margin-top: 10px;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);}
.otrheroffermain .nyeinner{width: 100px;height: 62px;}
.otrheroffermain .nyeinner span{font-size: 15px;padding:3px;}
.otrheroffermain .nyeinner strong{font-size: 25px;}
.otrheroffermain .nyeinner strong sub,
.otrheroffermain .nyeoffer.flatrupees strong sub{font-size: 15px;top: 14px;}
.otrheroffermain .codebox{
  display: inline-block;
  position: absolute;
  top: 16px;
  right:  17px;
  border: 1px dotted #c5c5c5;
  height: 30px;
  padding: 3px;
  line-height: 22px;
  text-align: center;
}
.otrheroffermain .nyeoffer.flatrupees span{font-size: 15px;}
.otrheroffermain .nyeoffer.flatrupees strong{font-size: 22px;margin-top: 3px;}
.otrheroffermain .nyeoffer.flatupto strong{font-size: 27px;margin-top: 8px;}
.nyeoffer a,.neyearlybird a{color: inherit;text-decoration: none!important;}
.tagshowlist{margin-top: 3px;margin-bottom: 6px;line-height: 20px;}
.tagshowlist i{margin-right: 6px;}
@media(max-width: 768px){
  .tagshowlist{font-size: 12px;}
}
/*--end--*/




/* ---------------------event_sort_detail----------- */
.event_sort_detail{min-height: 76px;border-bottom: 1px solid #E0E0E0;}
h3.event_name{
  color: #333!important;
  font-size: 22px!important;
  margin: 0!important;
  padding: 0!important;
  letter-spacing: 0;
}
.time_vanue{color: #999;display: block;padding-left: 2px;}
.time_vanue span.event_time{
  display: inline-block;
  color: red;
  padding-left: 16px;
  padding-right: 16px;
  color: #8f8f8f;
  position: relative;
  font-weight: 300;
}
.time_vanue span.event_time:before{
  position: absolute;
  content: '|';
  left: 7px;
  line-height: 10px;
  height: 10px;
  top: 5px;
  color: #d5d5d5;
}
.time_vanue span.event_time:after{
  content: '|';
  position: absolute;
  right: 7px;
  line-height: 10px;
  height: 10px;
  top: 5px;
  color: #d5d5d5;
}
.e_n_d_v{padding: 16px 15px 12px 15px;}
.e_q_l{padding: 12px 15px 8px 15px;}
.s_link_icon_list{margin: 0!important;padding: 0;text-align: right;}
.s_link_icon_list li{
  display: inline-block;
  list-style-type: none;
  text-align: center;
  margin-left: 5px;
}
.s_link_icon_list li small{
  display: block;
  font-size: 10px;
  white-space: nowrap;
  color: #6f6f6f;
  font-weight: 400;
}
.s_link_icon_list li span{
  display: inline-block;
  width: 40px;
  border: 1px solid #E0E0E0;
  background-color: #e5e5e5;
  height: 32px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 2px;
}
.s_link_icon_list li strong{color: #074E8C;font-size: 15px!important;font-weight: 500!important;}
.s_link_icon_list li:nth-child(2){margin-right: 15px;margin-left: 15px;}
.s_link_icon_list li a{color: #666666;}
.s_link_icon_list li a:hover{color: #505050;text-decoration: none;}
.all_calendar{position: relative;}
.all_calendar .all_calendar_link{
  padding: 8px 0;
  margin: 0;
  min-width: 160px;
  position: absolute;
  right: 16px;
  top: 39px;
  background-color: #fff;
  z-index: 10;
  border-radius: 2px 2px 0 0;
  border: 1px solid #efefef;
  text-align: left;
  display: none;
}
.all_calendar .all_calendar_link a{
  white-space: nowrap;
  display: block;
  font-size: 13px;
  padding: 2px 20px 2px 23px;
  margin-left: 15px;
}
.all_calendar_link a:nth-child(1){
  background-image: url('../images/envelope.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.all_calendar_link a:nth-child(2){
  background-image: url('../images/envelope.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.all_calendar_link a:nth-child(3){
  background-image: url('../images/envelope.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.all_calendar_link a:nth-child(4){
  background-image: url('../images/envelope.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.all_calendar_link a:nth-child(5){
  background-image: url('../images/envelope.png');
  background-repeat: no-repeat;
  background-position: left center;
}
.all_calendar:hover .all_calendar_link{display: block;}
.all_calendar .all_calendar_link a:hover{color:#3877E9;}
.all_calendar .triangle{position: absolute;top: -10px;right: 7px;}
.all_calendar .triangle-left{
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #efefef;
}
.all_calendar .inner-triangle{
  position: relative;
  bottom: -2px;
  left: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 11px solid #fff;
}
.all_share{position: relative;}
.all_share .all_share_link{
  padding: 10px 0;
  margin: 0;
  min-width: 160px;
  position: absolute;
  right: 0;
  top: 39px;
  background-color: #fff;
  z-index: 10;
  border-radius: 2px 2px 0 0;
  border: 1px solid #efefef;
  text-align: left;
  display: none;
}
.all_share .all_share_link a{
  white-space: nowrap;
  display: block;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}
.all_share:hover .all_share_link{display: block;}
.all_share .all_share_link a:hover{color:#3877E9;}
.all_share .all_share_link a i{width: 24px;font-size: 15px;text-align: center;}
.all_share .triangle{position: absolute;top: -10px;right: 7px;}
.all_share .triangle-left{
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #efefef;
}
.all_share .inner-triangle{
  position: relative;
  bottom: -2px;
  left: -10px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 11px solid #fff;
}
h1.event_name {
  color: #333 !important;
  font-size: 22px !important;
  margin: 0!important;
  padding: 0!important;
  letter-spacing: 0;
  font-weight: 400 !important;
}
#backgroud_div .BannerUpIcon{
  position: absolute;
  bottom: 56px;
  z-index: 10;
  width: 100%;
  text-align: center;
}
#backgroud_div .BannerUpIcon .list-inline{margin: 0;padding: 0;}
#backgroud_div .BannerUpIcon .list-inline li{padding-left: 0;padding-right: 1px;}
#backgroud_div .BannerUpIcon ul li a{
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  box-shadow: 0 0 1px #ccc;
  transition: all 0.7s ease 0s;
}
.imgwebsite{background-image: url(../images/icons/website.svg); background-size: cover;}
.imgwebsite:hover{background-image: url(../images/icons/Website-hover.svg);background-size: cover;}
.imgfacbook{background-image: url(../images/icons/Facebook.svg);background-size: cover;}
.imgfacbook:hover{background-image: url(../images/icons/Facbook-hover.svg);background-size: cover;}
.imgtwitter{background-image: url(../images/icons/Twitter.svg);background-size: cover;}
.imgtwitter:hover{background-image: url(../images/icons/Twitter-hover.svg);background-size: cover;}
.imghashtag{background-image: url(../images/icons/Hashtag.svg);background-size: cover;}
.imghashtag:hover{background-image: url(../images/icons/Hashtag-hover.svg);background-size: cover;}
.imggoogleplus{background-image: url(../images/icons/Google.svg);background-size: cover;}
.imggoogleplus:hover{background-image: url(../images/icons/Google-hover.svg);background-size: cover;}
.imglinkedin{background-image: url(../images/icons/Linkedin.svg);background-size: cover;}
.imglinkedin:hover{background-image: url(../images/icons/Linkedin-hover.svg);background-size: cover;}
.imgyoutube{background-image: url(../images/icons/Youtube.svg);background-size: cover;}
.imgyoutube:hover{background-image: url(../images/icons/Youtube-hover.svg);background-size: cover;}
.imgticket{background-image: url(../images/icons/Ticket.svg);background-size: cover;}
.imgticket:hover{background-image: url(../images/icons/Ticket-hover.svg);background-size: cover;}
@media(max-width: 1080px){
  h1.event_name {font-size: 18px !important;font-weight: 500 !important;letter-spacing: 0;padding: 14px 0 0 !important;}
  .e_q_l {padding: 3px 10px;}
  .e_n_d_v{padding: 5px 10px;}
  .s_link_icon_list li span {width: 32px;height: 28px;line-height: 28px !important;}
  .s_link_icon_list li small {font-size: 8px;}
  .event_time,.event_vanue_name{display: none!important;}
}
/*--end--*/



/*------Promote_on_detail-----*/
.Promote_on_detail{
  background-image: linear-gradient(275deg, #17b7b1, #10376d);
  height: 76px;
  border-radius:3px;
  margin-bottom: 15px;
  position: relative;
  padding: 16px;
}
.Promote_on_detail span{
  background-color: #F86810;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  text-transform: uppercase;
  text-align: center;
  -webkit-animation: glowing_d 5s infinite;
  -moz-animation: glowing_d 5s infinite;
  -o-animation: glowing_d 5s infinite;
  animation: glowing_d 5s infinite;
  text-decoration: none!important;
}
.Promote_on_detail span:hover{animation: none;}
@-webkit-keyframes glowing_d {
  0% {background-color:#F86810;font-size: 16px;}
  25% {background-color:#00BFD1;font-size: 15.5px;}
  50% {background-color:#F86810;font-size: 16px;}
  75% {background-color:#00BFD1;font-size: 15.5px;}
  100% {background-color:#F86810;font-size: 16px;}
}
@-moz-keyframes glowing_d {
 0% {background-color:#F86810;font-size: 16px;}
  25% {background-color:#00BFD1;font-size: 15.5px;}
  50% {background-color:#F86810;font-size: 16px;}
  75% {background-color:#00BFD1;font-size: 15.5px;}
  100% {background-color:#F86810;font-size: 16px;}
}
@keyframes glowing_d {
  0% {background-color:#F86810;font-size: 16px;}
  25% {background-color:#00BFD1;font-size: 15.5px;}
  50% {background-color:#F86810;font-size: 16px;}
  75% {background-color:#00BFD1;font-size: 15.5px;}
  100% {background-color:#F86810;font-size: 16px;}
}
.Promote_on_detail a,.Promote_on_detail a:hover{text-decoration: none!important;}
.Promote_on_detail.Promote_on_detail_gray{background-image: none;background-color: #f0f0f0;}
.Promote_on_detail.Promote_on_detail_gray span{background-color: #d5d5d5;animation: none;}
/*--endPromote_on_detail--*/




/*--------Corporate Booking section----------*/
.corporatebookingbox{
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  overflow-y: auto;
}
.corporatebookingbox .modal-body{padding: 0 15px;overflow: hidden;background-color: #ffffff;}
.corporatebookingbox .modal-header{padding: 0 0;overflow: hidden;background-color: transparent;}
.corporatebookingbox .modal-content{border:none;background-color: transparent;}
#corporatebooking .modal-dialog{background-color: transparent;margin: auto;margin-top: 30px;}
.corporatebooking_heading{
  font-size: 26px;
  padding: 20px 25px;
  padding-top: 35px;
  font-weight: normal;
  color: #323232;
  line-height: 100%;
}
.corporatebooking_heading.white_h{color: #ffffff;}
.corporatebooking_L,.corporatebooking_R{padding-left: 0!important;padding-right: 0!important;min-height: 570px;}
.corporatebooking_R{background-color: #10376d;}
.corporatebooking_heading{background-color: #f8f8f8;}
.corporatebooking_R .corporatebooking_heading{background-color: #10376d;padding-bottom: 10px;}
.corporatebooking_event_name{
  font-size: 14px;
  max-width: 450px;
  margin: auto;
  line-height: 17px;
  color: #d0d0d0;
  padding: 0 10px;
  text-align: center;
}
.corporatebooking_body{padding: 25px;}
.corporatebooking_body input,.corporatebooking_body select,.corporatebooking_body textarea{
  border-radius:4px!important;
  overflow: hidden!important;
  border: none!important;
  font-size: 16px!important;
  color: #323232!important;
  padding-left: 15px!important;
}
.corporatebooking_body textarea{padding-top: 12px;}
.corporatebooking_body .form-group{margin-bottom: 20px;}
.f_labelcolor{
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 100%;
  margin-top: -5px;
}
.formbuttion{
  height: 42px;
  text-transform: uppercase!important;
  border-radius: 24px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #f86810;
  width: 100%;
  max-width: 300px;
  border: none;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin: 30px auto;
}
.booking_benefits{padding-bottom: 20px;}
.booking_benefits h4{
  font-size: 22px;
  font-weight: 500;
  color: #10376d;
  padding: 0;
  margin: 0;
  padding-bottom: 6px;
}
.booking_benefits p{font-size: 16px;color: #323232;line-height: 22px;}
.corporatebookingbox .close{
  background-color: transparent!important;
  opacity: 1;
  padding: 8px 0!important;
  font-size: 19px;
  font-weight: 500;
  color: #ffffff!important;
}
.corporatebookingbtn{padding-top: 5px;padding-bottom: 20px;}
.corporatebookingbtn button{
  width: 100%;
  padding: 8px 25px 8px 0;
  background-color: #FAFAFA;
  border: 1px solid #7892ea;
  color: #3960e3;
  font-weight: 500;
  line-height: 100%;
  font-size: 20px;
  border-radius: 4px!important;
  background-image: url('../images/book_tickets.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: calc(100% - 10px) center;
  transition: 300ms;
}
.sucess_msg{
  margin: auto;
  padding: 50px;
  background-color: #ffffff;
  text-align: center;
  margin-top: 20px;
  border-radius:5px;
  overflow: hidden;
}
.sucess_msg h6{
  font-size: 20px;
  color: #56A656;
  padding: 0;
  margin: 0;
  font-weight: bold;
  padding-bottom: 10px;
}
.sucess_msg p{
  max-width: 320px;
  font-size: 14px;
  color: #323232;
  opacity: 0.85;
  line-height: 20px;
  margin: auto;
}
.corporatebooking_heading span{
  display: block;
  font-size: 16px;
  color: #323232;
  opacity: 0.82;
  line-height: 20px;
}
.corporatebookingbtn button span{font-size: 12px;display: block;line-height: 100%;margin-top: 4px;margin-bottom: 3px;}
.corporatebookingbtn button i{margin-right: 15px;}
.corporatebookingbtn button:hover{border-color: #56A656;color: #56A656;background-image: url('../images/book_tickets_green.png');transition: 300ms;}
.eventqrbox{border: 1px solid #e2e2e2;padding: 10px 10px 15px 10px;border-radius: 5px;margin-bottom: 20px;}
.eventqrbox .qrdownload{font-size: 18px;color: #323232;line-height: 100%;font-weight: 500;display: block; text-align: center;cursor: pointer;text-decoration: none!important;}
.eventqrbox .qrdownload img{width: 14px;}
.eventqrbox:hover .qrdownload{color: #3960e3;}
@media(max-width: 1080px){
.corporatebooking_L,.corporatebooking_R{min-height: auto;}
.corporatebookingbtn button{background-position: calc(100% - 5px) center;}
.corporatebooking_heading{padding: 20px 15px;font-size: 20px;line-height: 22px;font-weight: bold;}
.booking_benefits h4{font-size: 18px;}
.booking_benefits p{font-size: 14px;line-height: 18px;}
.corporatebooking_body{padding: 20px 15px;}
.booking_benefits{padding-bottom: 10px;}
#corporatebooking .modal-dialog{background-color: transparent;margin: auto;margin-top: 0;margin-bottom: 50px;}
.corporatebookingbox .modal-header{background-color: red;}
.corporatebooking_R{padding-top: 15px;}
.corporatebooking_R .corporatebooking_heading{padding-bottom: 5px;padding-top: 0;}
.formbuttion{margin: 15px auto;}
.corporatebookingbox .close{margin-right: 12px;}
.sucess_msg{padding: 10px;margin-top: 5px;}
}
/*end Corporate Booking section--*/





/*---------------Review and rating------------------------*/
.roundimage{width: 60px;border-radius: 50%;max-height: 100%;vertical-align: middle;}
.review_box .media-body,.user_rev_listing .media-body{padding: 3px 0 0 8px;}
.star_rating{
  height: 64px; border: 1px solid #e7e7e7;
  background-color: #F9FAFB;
  border-radius: 4px; 
  padding: 10px;
}
.reating_text{
  color: #89959B;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 8px;
  line-height: 100%;
}
.rating {unicode-bidi: bidi-override;direction: rtl;text-align: left;}
.rating i{
  display: inline-block;
  position: relative;
  font-size: 20px;
  color: #ccc;
  margin-top: 2px;
  margin-right: 2px;
  line-height: 100%;
}
.rating i.active,.rating i.coloractive{color: #FF7800;}
.rating > input {display: none;}
.rating > input:checked ~ label i, .rating > input:checked ~ label ~ label i{color: #FF7800;}
.rating > input:not(:checked) ~ label:hover i, .rating > input:not(:checked) ~ label:hover ~ label i{color: #FF7800;opacity: 0.75;}
.write_your_review{margin-top: 10px;min-height: 100px!important;}
.media_footer .buynow{
  text-transform: capitalize!important;
  font-weight: 400!important;
  border-radius: 3px!important;
  font-size: 14px!important;
}
.cancel_rev{
  float: right;
  font-size: 15px;
  color: #b12704;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  display: none;
}
.review_box{display: none;}
.user_rev_listing{margin-top: 20px;border-bottom: 1px dashed #e5e5e5;padding-bottom: 25px;}
.user_rev_listing:last-child{border-bottom: none;padding-bottom: 0;}
.user_rev_listing .media-body h4.user_name{
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.78)!important;
}
.date_rev{line-height: 20px;}
.user_rev_listing .rating > i{font-size: 16px;margin-right: 1px;line-height: 100%;}
.user_rev_listing .roundimage{max-width: 60px;}
.rev_text_box{
  max-width: 100%;
  width: auto;
  padding: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.87);
  font-family: 'Roboto', sans-serif;
  line-height: 17px;
  margin: 0;
  min-height: 1px;
  overflow:hidden; 
  text-indent: 1px;
  white-space: pre-line;
  border-radius: 0;
  border: none;
  background-color: transparent;
  padding-top: 3px;
  font-weight: normal;
  overflow-wrap: break-word;
}
.text_editablebox{
  padding: 10px;
  line-height: 18px;
  min-height: 40px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  outline: none;
}
.text_editablebox:focus{border-color: #cccccc;}
.write_comments{background-color: #f5f5f5;padding: 7px 5px 7px 7px;border-radius: 3px;margin-top: 10px;}
.write_comments .roundimage{max-width: 36px;min-width: 36px;margin-top: 3px;}
.rev_comments{padding-top: 10px;}
.rev_comments .roundimage{max-width: 36px;min-width: 36px;border-radius: 5px;}
.write_comments .media-body,.rev_comments .media-body{padding: 1px 0 0 5px;}
.commentfooter a{
  font-size: 13px;
  color: rgba(0, 0, 0, 0.35);
  display: inline-block;
  padding: 3px;
  line-height:100%;
  margin-bottom: 3px;
}
.commentfooter a:hover{color: rgba(0, 0, 0, 0.78);}
.user_reviews{padding-bottom: 5px;}
.rev_total{color: #b12704;}
.text_editablebox_p{position: relative;padding-right: 40px;}
.post_rev{
  width: 35px;
  height: 35px;
  background-color: #449d44;
  border: none;
  padding: 0!important;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 3px;
  border-radius: 50%;
  transition: 500ms;
  background-image: url('https://www.goeventz.com/web/images/send-button.png');
  background-repeat: no-repeat;
  background-position: left 11px center ;
  background-size: 18px;
}
.write_comments .media-right{padding: 0;position: relative;width: 36px;}
@media(max-width: 1080px){
  .user_rev_listing .roundimage,.roundimage{max-width: 36px;}
  .write_comments .media-body,.rev_comments .media-body{padding: 3px 0 0 0;}
  .review_box .media-body,.user_rev_listing .media-body{padding: 3px 0 0 2px;}
  .rev_comments .roundimage{max-width: 30px!important;min-width: 24px!important;}
}
/*--end--*/




/*---------------Multiple Date Event--------------*/
.new_event_detail{
  background-color: #FAFAFA!important;
  border-top: 1px solid #5F5F5F;
  margin-bottom: 20px!important;
}
.new_event_detail .multipledateselect{
  position: relative;
  height: 66px!important;
  padding-left:42px!important;
  padding-right:42px!important;
  background-color: #D0D0D0!important;
  overflow: hidden!important;
  border-top: none!important;
}
.new_event_detail .leftcalendar,.new_event_detail .rightcalendar{
  width: 36px!important;
  height: 100%;
  padding-top: 10px!important;
  text-align: center;
  position: absolute;
  background-color:#5F5F5F!important;
}
.new_event_detail .leftcalendar{left: 0;top: 0;}
.new_event_detail .rightcalendar{right: 0;top: 0;}
.new_event_detail .leftcalendar a,
.new_event_detail .rightcalendar a{
  width: auto!important;
  border: none!important;
  line-height: 100%!important;
  box-shadow: none!important;
  color: #FFFFFF;
  background-color: transparent!important;
  font-size: 18px!important;
}
.new_event_detail .leftcalendar a:hover,
.new_event_detail .rightcalendar a:hover{color: #FFFFFF;}
.new_event_detail .leftcalendar:hover,
.new_event_detail .rightcalendar:hover{background-color: #074E86;}
.new_event_detail .multipledateselect a{
  width: 46px;
  height: 52px;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
  display: block;
  text-decoration: none!important;
  margin: 7px 1px!important;
  box-sizing: border-box;
  background-color: #FFFFFF;
  font-weight: 500;
  border-radius: 1px 1px 3px 3px;
  overflow: hidden;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.new_event_detail .multipledateselect a:hover .dateview,
.new_event_detail .multipledateselect a:hover .borderT{color: #074E86;}
.new_event_detail .multipledateselect a:hover .borderB{background-color:#074E86;color: #FFFF;}
.eventdateslist.calenderlist a{background-color: #57A757!important;}
.new_event_detail .calenderlist a .dateview,
.new_event_detail .calenderlist a .borderT{
  color: #ffffff!important;
  line-height:100%;
  font-weight: bold;
}
.new_event_detail .calenderlist .borderB{background-color:#074E86!important;color: #FFFFFF!important;}
.new_event_detail .calenderlist{position: relative;}
.new_event_detail .multipledateselect .calenderlist:after{
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -9px!important;
  width: 0;
  height: 0;
  border-left: 10px solid transparent!important;
  border-right: 10px solid transparent!important;
  border-bottom: 8px solid #FAFAFA!important;
}
.new_event_detail .multipledateselect a .dateview{
  display: block;
  padding: 3px 0 2px 0;
  color:#6F6F6F;
  line-height: 12px;
}
.new_event_detail .multipledateselect a .borderT{
  color: #6F6F6F;
  display: block;
  line-height: 12px;
  text-transform: capitalize;
}
.new_event_detail .multipledateselect a .borderB{
  display: block;
  background-color:#5F5F5F;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 2px 0;
  font-weight: 500;
}
.new_event_detail .multipledateselect ul{padding: 0;}
.new_event_detail .multipledateselect .list-inline > li{
  display: inline-block;
  padding: 0 2px!important;
}
.new_event_detail .multipleshowselect{
  padding: 15px!important;
  border: 1px solid #EEEEEE!important;
  border-top: none!important;
  background: transparent;
}
.new_event_detail .showdetailbox input[type="radio"]{
  opacity:0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.new_event_detail .showdetailbox input:checked + label{color: #57A757!important;}
.new_event_detail .showdetailbox input:checked + label div:nth-child(1){
  background-color: #57A757;
  color: #FFFFFF;
}
.new_event_detail .showname{
  display: block!important;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border-radius: 1px 1px 3px 3px;
  overflow: hidden;
}
.new_event_detail .showname div:nth-child(1){
  background-color: #5F5F5F;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 12px!important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 3px 5px;
  margin-bottom: 2px;
}
.new_event_detail .showdetailtextbox{font-size: 11px;line-height: 20px;}
.date_select_heading{
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 4px;
  margin-top: -15px;
  color: #ef681c !important;
  text-transform: uppercase;
}
/*--end--*/



/*--------------multiple venue event--------------*/
.btnmy{
  background-color: #F86810;
  border: 1px solid rgba(239, 104, 28, 0.1);
  color: #ffffff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  padding: 6px 10px;
  border-radius: 3px;
}
.btnmy:hover{background-color: #ef811d;transition:300ms;color: #ffffff;}
.multiple_venue_box{
  background-color: #FAFAFA;
  padding: 10px;
  border-left: 3px solid #F86810;
  margin-bottom: 15px;
  box-shadow:inset 0 0 1px #ddd;
}
.multiple_venue_box table{width: 100%;}
.multiple_venue_box table tr td{padding: 0;}
.multiple_venue_box table tr td:last-child{width: 150px;padding-right: 15px;}
.multiple_venue_add{color: #444;margin-top: 3px;}
.multiple_venue_box ul{padding: 0;margin: 0;}
.multiple_venue_box ul li{display: inline-block;margin-top: 3px;color: rgba(0,0,0,0.78);margin-right: 20px;}
.multiple_venue_box ul li small{position: relative;display: inline-block;padding-left: 6px;color: rgba(0, 0, 0, 0.5);}
.multiple_venue_box ul li small:before{
  content: '|';
  position: absolute;
  left: 0;
  top: 4px;
  font-weight: 100!important;
  line-height: 100%;
  color: #d0d0d0;
}
@media(max-width: 768px){
  .multiple_venue_box table tr td{width: 100%!important;display: block!important;}
  .multiple_venue_box table tr td:last-child{width: 100%;display: block;padding: 15px 0 3px 0;}
  .multiple_venue_box ul li{display: block;margin-right: 0;font-size: 12px;}
}
/*--end--*/




/*------------------city page------------*/
.section_on_city{padding-top: 30px;padding-bottom: 40px;background-color:#E5E5E5;}
.paddingtop{padding-top: 50px;}
.paddingtop2{padding-top: 30px;}
.paddingbottom{padding-bottom: 50px;}
.paddingbottom2{padding-bottom: 30px;}
.selectcity{padding: 0;margin: 0;list-style-type: none;text-align: center;}
.city_link{
  width: 151px;
  display: inline-block;
  box-sizing: border-box;
  height: 68px;
  vertical-align: middle;
  position: relative;
  padding-bottom: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.city_link a{color: #C0C0C0;}
.city_link a:hover{text-decoration: none;}
.city_img_icon{width: 44px;height: 44px;border-radius: 50%;margin: auto;}
.city_img_icon img{width: 100%;height: 100%;}
.city_link .city_n_i{
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.section_on_city .h_h3{
  padding-top: 0!important;
  padding-bottom: 12px!important;
  font-size: 20px!important;
  font-weight: 600!important;
  color: #F0882B!important;
  text-transform: uppercase!important;
}
.city_link button{
  background-color: #449D44 !important;
  border-radius: 2px !important;
  height: 36px;
  line-height: 100%;
  margin-top: 15px;
  font-size: 14px;
  padding: 0 20px;
  color: #fff;
  opacity: 0.9;
}
.city_link button:hover{opacity: 1;color: #fff;}
.newyear-model .modal-dialog{width: 100%!important;max-width: 600px!important;}
.newyear-model .modal-header{background-color: #f5f5f5;text-align: center;padding: 10px;}
.newyear-model .modal-footer {text-align: center;font-size: 12px;color: #707687;background-color: #f5f5f5;}
.newyear-model .totat-city-count{color: red;font-size: 17px;font-weight: 400;}
.newyear-model .pick-city-count{font-size: 17px;font-weight: 400;color: #666;line-height: 18px;}
.newyear-model .city-textx{color: #999;line-height: 18px;}
.newyear-model .modal-body{padding: 10px!important;height: 400px;overflow: hidden;overflow-y: auto;}
.newyear-model .modal-footer{text-align: center;font-size: 12px;color: #707687;}
.newyear-model .new-heading{font-size: 16px;border-bottom: 1px solid #eee;}
.newyear-model .new-year-po{padding: 0;margin: 0;}
.newyear-model .new-year-po li{
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding-right: 15px;
  list-style-type: none;
}
.newyear-model .new-year-po li a{
  display: block;
  padding: 5px 10px;
  border-left: 3px solid transparent;
  margin-top: 5px;
  color: #707687;
}
.newyear-model .new-year-po li a:hover{border-left: 3px solid #EF7F1A;background-color: #F7F7F7;text-decoration: none;}
@media(max-width: 768px){
  .city_link{width: 24.2%;height: 51px;}
  .city_img_icon{width: 34px;height: 34px;}
  .city_img_icon img{width: 100%;height: 100%;}
  .city_link .city_n_i{font-size: 11px;line-height: 14px;}
  .city_link button{height: 30px;margin-top: 8px;padding: 0 10px; font-size: 12px;}
  .section_on_city .h_h3{margin-top: 3px!important;color: #444!important;}
}
/*--end--*/




/* ------organizer & need help section on event detail-------  */
.organizer_d_icons{padding: 0;margin: 10px 0 0 0;}
.organizer_d_icons li{display: inline-block;margin: 10px 5px;}
.organizer_d_icons li small{
  display: block;
  line-height: 14px;
  color: #074E86;
  font-size: 10px;
  font-weight: 500;
}
.organizer_d_icons li:hover small{color: #4f4f4f;}
.organizer_d_icons li a,.organizer_d_icons li a:hover{color: #074E86;text-decoration: none;}
.organizer_d_icons li a span.organizer_d_icons_l{
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.about_o_sort{margin-top: 20px;text-align: left;}
.book_btn{margin-top: 6px;margin-bottom: 10px;}
.organizer_d_logo{margin-top: 17px;}
.organizer_d_logo img{width: auto;max-width: 100px;}
.organizer_d_name a,.organizer_d_name a:hover{
  display: inline-block;
  color: #074E86;
  text-decoration: none;
}
.cont_help{border: 1px solid #E5E5E5;padding-bottom: 5px;}
.cont_help_person{
  color: #ef631d;
  font-size: 15px;
  font-weight: 500;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  background-color: #EEEEEE;
  border-bottom: 1px solid #EAEAEA;
  overflow: hidden;
}
.cont_help_person .support_cont{padding-right: 20px;position: relative;white-space: nowrap;}
.cont_help_person .support_cont::after{
  content: "|";
  position: absolute;
  right: 5px;
  top: -10px;
  color: #d0d0d0!important;
  font-weight: 300!important;
}
.cont_help_person .support_cont:last-child::after{content: none;}
.cont_help_h{color: #074E94;font-size: 15px;padding-left: 10px;}
.cont_help ul{padding: 0;margin: 0;padding-left: 25px;}
.cont_help ul li{list-style-type: square;}
/* --End-- */


.eventvideos{margin-bottom: 15px;}
.eventvideos iframe{width: 100%!important;height: 100%!important;}
.event_c_tab{height: 0;box-shadow: 0 1px 6px #888;background-color: #ffffff;}
.event_c_tab .row{padding: 3px 10px!important;}
.event_n_tab{font-size: 17px;color: #555;}
.event_c_tab ul{margin: 0;padding: 0;}
.event_c_tab ul li{display: inline-block;}
.event_c_tab ul li a,.event_c_tab ul li a:hover{
  display: block;
  color: #555;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: 500ms;
}
.event_c_tab ul li.active a{color: #4285f4;text-decoration: none;}
.event_c_tab ul li a.active{color: #4285f4;text-decoration: none;}
.moredata .carousel_box_event{background-color: #fafafa;margin-bottom: 40px;}
.carousel_box_event{
  background-color: #ffffff;
  padding: 11px;
  margin-bottom: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}





/* ---- Question box section ------- */
.event_Qt_Ans{border-top: 1px solid #FCFCFC;padding: 15px 30px;overflow: hidden;}
.QtAns pre{
  border: none!important;
  font-size: 13px!important;
  font-weight: 400;
  font-family: 'Roboto', sans-serif!important;
  padding: 0!important;
  margin: 0!important;
  background-color: transparent!important;
  color: #666!important;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: inherit!important;
  word-break: normal!important;
}
.ask-question-section{
  background-color: #fff;
  padding: 10px;
  padding-top: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  overflow: hidden;
}
.ask-question{
  border: 1px solid #e5e5e5;
  font-size: 24px;
  padding: 4px 10px;
  background-color: #eee;
  border-radius: 2px 2px 0 0;
  position: relative;
}
.Qt-heading{
  font-size: 20px;
  color: #4285F4;
  border-bottom: 1px solid  #4285F4;
  margin-bottom: 5px;
}
.ask-btn{
  background-color: #ef7f1a;
  color: #fff;
  width: 70px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  border-radius: 2px;
  font-size: 18px!important;
  position: absolute;
  right: 6px;
  top: 6px;
}
.ask-btn-back{
  color: #999!important;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  display: inline-block;
  border-radius: 2px;
  font-size: 16px!important;
  position: absolute;
  right: 6px;
  top: 6px;
  display: none;
}
.ask-btn-back:hover{color: #666!important;}
.ask-btn:hover,a.ask-btn:link{background-color: #EF611D;color: #fff;text-decoration: none;}
.ask-answer{border: 1px solid #e5e5e5;border-top: none;padding: 12px 2px;background-color: #f0f0f0;}
.ask-answer input,.ask-answer textarea{border-color: #eee!important;}
.submit-message{
  width: 100%;
  height: 230px;
  max-width: 725px;
  margin: 30px auto;
  margin-top: 40px;
  background-color: #f6f6f6;
  border: 1px solid #f0f0f0;
  position: relative; 
  animation: submitMessage 300ms linear;
}
.submit-message > p, .submit-message-1 > p{font-size: 16px;}
@keyframes submitMessage{
  0% { right: -1000px;transition:10ms; }
  100% { right: 0;transition:10ms; }
}
.ask-question-box{
  position: relative; 
  animation: qtslide 300ms linear;
  width: 100%;
  max-width: 725px;
  margin: 30px auto;
  margin-top: 40px;
}
@keyframes qtslide{
  0% { left: -1000px;transition:10ms; }
  100% { left: 0;transition:10ms; }
}
.text-thank{
  color: green;
  margin-top: 20px;
  font-size: 24px;
  line-height: 90px;
  text-align: center;
}
.close-thanks{
  width: 26px;
  height: 26px;
  display: block;
  line-height: 24px;
  border: 1px solid transparent;
  text-align: center;
  font-size: 16px;
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
  opacity: 0.6;
}
.close-thanks:hover{opacity: 1;}
.ask_btn_h{font-size: 20px;}
.ask_btn_h, .ask_btn_h:hover, .ask_btn_h:link{color: inherit;text-decoration: none;}
.panel.ask-question-panel{background-color: transparent!important;box-shadow: none!important;}
@media(max-width: 768px){
  .ask_btn_h{font-size: 15px!important;padding: 2px 0}
  .event_organizer_q .ask-btn, .ask-btn{font-size: 14px !important;height: 29px;line-height: 27px;width: 100px;}
  .event_organizer_q .ask-question-box,.event_organizer_q .submit-message{margin: -9px 0;}
  .event_organizer_q .ask-btn-back, .ask-btn-back{top: 0;}
}
/* --End-- */




/*----marketing panel event detail ------*/
.event_marketing_pannel{
  width: 100%;
  max-width: 560px;
  border-left: 3px solid #F97141;
  border-right: 2px solid #F97141;
  background-color: #F97141;
  background-color: #FFFFFF;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  margin-right: -561px;
  z-index: 999999;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.event_marketing_pannel_show{margin-right: 0;-webkit-transition: 400ms;transition: 400ms;}
.click_sms_text{
  width: 34px;
  padding: 5px 8px;
  height: 150px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -75px;
  z-index: 500;
  cursor: pointer;
  word-break: break-all;
  font-size: 18px;
  text-align: center;
  line-height: 110%;
  color: #fff;
  text-transform: uppercase;
  background-color: #F86810;
  border-radius: 2px 0 0 2px;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.hide_sms_text{right: -35px;-webkit-transition: 500ms;transition: 500ms;}
.e_m_p_header{
  position: relative;
  background-color: #F97141;
  height: 38px;
  line-height: 36px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}
.close_pannel{
  display: block;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  position: absolute;
  top: 4px;
  left: 1px;
  border-radius: 2px;
  background-color:#10376D; 
}
.close_pannel:hover{color: #ddd;}
.e_m_p_inner{
  position: relative;
  padding: 10px;
  height: calc(100vh - 38px);
  overflow: hidden;
  overflow-y: auto;
}
.p_sms_text{
  border: 1px solid #ddd;
  min-height: 100px;
  margin-bottom: 6px;
  line-height: 18px;
  font-size: 13px;
  padding: 5px;
  font-weight: normal;
  color: #7f7f7f;
}
.p_sms_mob{height: 34px;padding-right: 73px;position: relative;}
.p_sms_mob .p_sms_btn{
  padding: 0 15px;
  margin: 0;
  line-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  height: 100%;
  background-color: #489F48;
  color: #ffffff;
  border: none;
  border-radius: 1px;
  font-weight: 500;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.p_sms_mob input{
  box-shadow: none!important;
  height: 34px!important;
  font-size: 13px!important;
  padding: 0 10px!important;
  border: 1px solid #e5e5e5;
}
.e_m_p_heading{
  font-size: 18px;
  color: #444;
  padding: 0;
  margin: 0;
  padding-bottom: 8px;
  font-weight: 500;
}
.creative_image_upload{padding-bottom: 50px;}
.creative_image_upload input[type="text"]{
  box-shadow: none!important;
  height: 34px!important;
  font-size: 13px!important;
  padding: 0 10px!important;
  border: 1px solid #e5e5e5;
}
.creative_image_upload .p_sms_btn{
  display: inline-block;
  min-width: 100px;
  height: 34px;
  margin: 0;
  line-height: 100%;
  font-size: 15px;
  background-color: #489F48;
  color: #ffffff;
  border: none;
  border-radius: 1px;
  font-weight: 500;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px rgba(0, 0, 0, 0.1);
}
.creative_image_upload .form-group{margin-bottom: 8px!important;}
.feed_box_parent{
  display: table;
  width: 100%;
  clear: both;
  margin-bottom: 8px;
}
.feed_box{
  box-sizing: border-box;
  width: 50%;
  float: left;
  min-height: 264px;
  overflow: hidden;
}
.feed_box:nth-child(1){padding-right: 4px;}
.feed_box:nth-child(2){padding-left: 4px;}
.feed_carousel{
  border: 1px dashed #c0c0c0;
  height: 262px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
  border-radius: 2px;
}
.change_banner_sec .feed_carousel{
  height: 210px!important;
}
.change_banner_sec .carousel_img{
  height: 200px!important;
}
.carousel_img{
  height: 252px;
  width: 100%;
  margin-bottom: 0!important;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.carousel_img img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.carousel_img input[type="file"]{position: absolute;top: 0;left: 0;}
.seprator_line{border-top: 2px dashed #d0d0d0;line-height: 100%;margin: 20px 0;}
@media(max-width: 400px){
.feed_box{width: 100%;float: none;}
.feed_box:nth-child(1){padding-right: 0;margin-bottom: 10px;}
.feed_box:nth-child(2){padding-left: 0;}
}
/*--end--*/



/*----------spinner lodar---------*/
.spinner{
  height: 20px;
  width: 20px;
  animation: rotate 0.8s infinite linear;
  border: 3px solid #2399E5;
  border-right-color: transparent;
  border-radius: 50%;
  display:block;
}
@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}
.spinner_container{
  height: 36px;
  width: 36px;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.4);
}
.BusinessLogo .spinner_container,.eventimgbox .spinner_container{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 50;
}
.image_upload_loader_sec{padding-bottom: 10px;}
.image_uploading_loader{
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  color: #4FBE8A;
}
.carousel_img .spinner_container{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -18px;
  z-index: 2;
}
.carousel_img .change_banner_text{display:none;}
.carousel_img.change_banner .change_banner_text{
  display:block;
  width: 32px;
  height: 32px;
  background-color:rgba(50, 50, 50, 0.98);
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 2;
  line-height: 32px!important;
  color: #ffffff;
  border-radius: 3px;
  font-size: 15px;
}
/*--end spinner lodar--*/




/*----event review panel ------*/
.event_review_pannel{
  width: 200px;
  background-color: #FFFFFF;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999999;
  -webkit-transition: 400ms;
  transition: 400ms;
  border-left: 1px solid #e0e0e0;
}
.event_review_pannel_hide{margin-right: -200px;-webkit-transition: 400ms;transition: 400ms;}
.review_pannel_open{
  width: 36px;
  height: 36px;
  position: fixed;
  right: -40px;
  top: calc(50% - 160px);
  z-index: 100;
  cursor: pointer;
  font-size: 13px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  background-color: #323232;
  border-radius: 50%;
  padding: 0 8px;
  box-shadow: 0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);;
}
.event_review_pannel.event_review_pannel_hide .review_pannel_open{-webkit-transition: 500ms;transition: 500ms;right: -15px;}
.event_review_pannel_header{
  position: relative;
  background-color: #444444;
  height: 38px;
  line-height: 38px;
  color: #c9c9c9;
  font-size: 13px;
  font-weight: 400;
  padding-left: 40px;
}
.event_review_pannel_header .rev_close_pannel{
  display: block;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.78);
  box-shadow: inset 0 0 3px #121212;
  font-size: 16px;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  background-color:#fff; 
}
.rev_close_pannel:hover{background-color:#dddddd;}
.event_review_pannel_inner{
  position: relative;
  padding: 2px 5px 0 5px;
  height: calc(100vh - 174px);
  overflow: hidden;
  overflow-y: auto;
}
.f_btn_group{background-color:#ffffff;padding: 0 9px;}
.rev_lable_text{font-size: 11px;color: #454545;line-height: 16px;text-transform: capitalize;}
.rev_lable_text strong{font-weight: 600;color: #323232;}
.e_rev_btn{
  height: 38px;
  width: 38px;
  padding: 0;
  border: 3px solid transparent;
  border-radius: 50%;
  text-decoration: none!important;
  transition: 500ms;
  color: #ffffff;
  font-size: 12px;
  background-color: #ffffff;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
}
.e_rev_btn:hover{background-color: #E0E0E0;}
.rev_approve{border-color:#3fb87f;background-image:url('../images/checked_n.png');}
.rev_approve.active{background-color:#3fb87f;transition: 400ms;text-decoration: none;background-image:url('../images/checked_active.png');}
.rev_dontapprove{border-color: #FD8E01;background-image:url('../images/resend.png');}
.rev_dontapprove.active{background-color:#FD8E01;transition: 400ms;text-decoration: none;background-image:url('../images/resend_active.png');}
.rev_delete{border-color: #DB0000;background-image:url('../images/cross_remove_r.png');background-size: 17px;}
.rev_delete.active{background-color:#DB0000;transition: 400ms;text-decoration: none;background-image:url('../images/cross_remove_w.png');background-size: 17px;}
.np_arrow_box{background-color: #e0e0e0;padding: 8px 6px;margin-top: 5px;}
.np_arrow_box a{
  display: inline-block;
  text-decoration: none;
  height: 28px;
  color: #222;
  line-height: 28px;
  font-size: 15px;
  padding: 0 4px;
  font-weight: 500;
  border:1px solid transparent;
  border-radius: 2px;
}
.np_arrow_box a:hover{color: #2399E5;border:1px solid #ccc;}
.status_radiogroup{
  padding: 0;
  margin: 0;
  margin-left: 70px;
  list-style-type: none;
}
.status_radiogroup li{width: 40%;float: left;}
.status_radiogroup li:last-child{width: 20%;}
.rev_sec_e_d{position:relative;padding:3px 6px;border-bottom: 1px dashed #e0e0e0;}
.rev_sec_e_d:hover{background-color: #d0d0d0;}
.rev_sec_e_d:last-child{border-bottom: none;}
.rev_sec_e_d_h{
  font-size: 13px;
  color: #323232;
  font-weight: 500;
  position:absolute;
}
.rev_sec_e_d_parent{
  background-color:#F0F0F0;
  padding: 0;
  border:1px solid #eee;
  margin-bottom: 8px;
  border-radius: 2px;
}
.rev_sec_e_d_heading{
  font-size: 11px;
  color: #909090;
  font-weight: 400;
  padding:2px 0;
  margin: 0;
}
label.ge_radio_full input{opacity: 0;position: absolute;visibility: hidden;}
label.ge_radio_full{font-weight: normal;font-size: 13px;}
label.ge_radio_full span{
  position: relative;
  top: -1px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border: 2px solid transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition:100ms;
  -moz-transition:100ms;
  -ms-transition:100ms;
  -o-transition:100ms;
  transition:100ms;
  vertical-align: middle;
  background: #ffffff;
}
label.ge_radio_full.r_btn_g span{border-color: #3fb87f;}
label.ge_radio_full.r_btn_o span{border-color: #F86810;}
label.ge_radio_full.r_btn_r span{border-color: red;}
label.ge_radio_full:hover span{background-color:#dddddd;}
label.ge_radio_full input[type="radio"]:checked ~ span:after{
  content: '';
  position: absolute;
  display: block;
  top: -1px;
  left: -1px;
  width: 13px;
  height: 13px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-animation:radio 100ms linear;
  animation:radio 100ms linear;
}
label.ge_radio_full.r_btn_g input[type="radio"]:checked ~ span:after{background: #3fb87f;}
label.ge_radio_full.r_btn_o input[type="radio"]:checked ~ span:after{background: #F86810;}
label.ge_radio_full.r_btn_r input[type="radio"]:checked ~ span:after{background: red;}
@keyframes radio{
  from{transform: scale(0.5);}
  to{transform: scale(1);}
}
@-webkit-keyframes radio{
  from{-webkit-transform: scale(0.5);}
  to{-webkit-transform: scale(1);}
}
.stats_table{background-color: #fff;width: 100%;}
.stats_table thead{background-color: #f0f0f0}
.stats_table thead tr th,.stats_table tbody tr td{
  font-weight: 500;
  font-size: 11px;
  padding: 2px 4px;
  text-align: center;
  border: 1px solid #e5e5e5;
  color: #454545;
  line-height: 18px;
}
.stats_table tbody tr td{color: #666;}
.e_rev_action_btn{
  padding: 0 1px!important;
  height: 30px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid transparent;
  color: #ffffff;
  border-radius: 3px;
  opacity: 0.8;
  margin-top: 5px;
  margin-left: 6px;
  width: 40px;
  background-color: #888;
  border-color: #888;
  display: inline-block;
}
.add_extra_comment .e_rev_action_btn{margin-left: 0px!important;}
.add_extra_comment{position: relative;}
.comment_text_field{
  position:absolute;
  left: -2px;
  bottom: 30px;
  width: 190px;
  min-height: 150px;
  font-size: 11px;
  line-height: 18px;
  padding: 5px!important;
  display: none;
}
.stats_table thead tr th:nth-child(1),.stats_table tbody tr td:nth-child(1){color: green;}
.stats_table thead tr th:nth-child(2),.stats_table tbody tr td:nth-child(2){color: orange;}
.stats_table thead tr th:nth-child(3),.stats_table tbody tr td:nth-child(3){color: orange;}
.stats_table thead tr th:nth-child(4),.stats_table tbody tr td:nth-child(4){color: red;}
.e_rev_action_btn:hover{opacity: 1;}
.select_small{width: calc(50% - 3px);float:left;margin: 0 0 7px 0;}
.select_small select{
  height: 28px;
  line-height: 28px;
  padding: 0 2px!important;
  font-size: 11px!important;
  border-radius: 3px;
  color: #232323!important;
  border: 1px solid #d0d0d0!important;
}
.select_small:first-child{margin-right: 3px;}
.select_small:last-child{margin-left: 3px;}
.select_small label{
  display: block;
  font-size: 11px!important;
  color: #454545;
  font-weight: 400!important;
  margin: 0!important;
  line-height: 100%!important;
  margin-bottom: 3px!important
}
.event_review_pannel_header small{color: #fff;}
.acction_message{
  border-radius: 3px;
  display: table;
  width: 100%;
  padding: 5px 8px;
  font-size: 11px;
  line-height: 13px;
  color: #323232;
  margin-top: 7px;
  height: 40px;
  overflow:hidden;
  margin-left: 300px;
  transition:500ms;
}
.acction_message.active{margin-left: 0;transition:500ms;}
.acction_message_text{
  display: table-cell;
  vertical-align: middle;
  max-height: 40px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}
.msg_spproved{background-color: #3fb87f;}
.msg_silently_delete{background-color: #FF3232;}
.msg_blocked{background-color: #4D4D4D;}
.msg_spam{background-color: #9F9F9F;}
.msg_review{background-color: #FD8E01;}
.msg_delete{background-color: #DB0000;}
/*--end--*/



/* --------------contestbox ------------------ */
.contestbox{
  position: relative;
  padding-left: 34%;
  overflow: hidden;
  min-height: 420px;
}
.offer_img_detail{
  overflow: hidden;
  background-size: 100% 100%;
  width: 34%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contest_form{padding: 20px 30px;}
.contest_heding{
  padding: 0;
  margin: 0;
  font-size: 40px!important;
  margin-bottom: 12px!important;
}
.contest_form label{font-weight: 500!important;color: #121212;}
.contestqt{
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #121212; 
  margin-bottom: 5px;
}
.contestqt span{color: #9B4F57;}
.contestbtn{
  height: 40px;
  line-height: 40px;
  padding: 0!important;
  background-color: #9B4F57;
  text-transform: uppercase!important;
  font-size: 16px!important;
  font-weight: 500!important;
  color: #ffffff;
  border-radius: 2px 2px!important;
  margin-top: 18px;
  margin-bottom: 10px;
  opacity: 0.9;
}
.contestbtn:hover{opacity: 1;}
.share_contest{
  width: 100%;
  max-width: 500px;
  border: 2px dashed #e5e5e5;
  background-color: #FAFAFA;
  padding: 12px;
  border-radius: 3px;
  box-sizing: border-box;
  margin: auto;
  margin-bottom: 10px;
}
.share_contest h4{
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 6px;
}
.share_contest_btn{
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  border: 1px solid transparent;
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  margin: 7px;
  opacity: 0.9;
  text-decoration: none!important;
}
.share_contest_btn.facebook_c{
  background-color: #3776CC;
  box-shadow: inset 0 0 5px #3776CC;
  color: #ffffff;
  opacity: 1;
}
.share_contest_btn.twitter_c{
  background-color: #2BBCDE;
  box-shadow: inset 0 0 5px #2BBCDE;
  color: #ffffff;
  opacity: 1;
}
.share_contest_btn.link_c{
  background-color: #F86810;
  box-shadow: inset 0 0 5px #F86810;
  color: #ffffff;
  opacity: 1;
}
.thank_msg_c{padding: 35px 10px;}
.thank_msg_c img{width: 60px;}
.thank_msg{font-size: 22px;color: #77AF72;}
.thank_msg_c p{font-size: 26px;color: #454545;margin-bottom: 0;}
.contest_form_box{position: relative;}
.ge_counter{
  padding: 0 2px;
  margin: 0;
  display: inline-block;
  position: relative;
  height: 40px;
}
.ge_counter::after{
  content: '';
  width: 10px;
  height: 100%;
  background-image: url('https://www.goeventz.com/web/images/an.png');
  background-size: 100% 100%;
  position: absolute;
  right: -10px;
  top: -1px;
}
.ge_counter::before{
  content: '';
  width: 10px;
  height: 100%;
  background-image: url('https://www.goeventz.com/web/images/anl.png');
  background-size: 100% 100%;
  position: absolute;
  left: -9px;
  top: -1px;
}
.ge_counter_li{
  float: left;
  list-style-type: none;
  position: relative;
  text-align: center;
  width: 40px;
  box-sizing: border-box;
}
.ge_counter_li::after{
  content: ':';
  position: absolute;
  right: -4px;
  top: 0;
  font-size: 20px;
  line-height: 100%;
  font-weight: bold;
  color: #202020;
}
.ge_counter_li:last-child::after{content: none;}
.ge_counter_li .time_c{
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  height: 26px;
  line-height: 26px!important;
}
.day_c{
  line-height: 100%!important;
  font-size: 11px;
  text-transform: uppercase;
  color: #D20707;
  padding-left: 2px;
  text-align: center;
  display: block;
}
.contest_timer_b{
  width: 164px;
  position: absolute;
  right: 20px;
  top: 7px;
}
.timeout_p{padding: 0 4px;}
.timeout {
  color: #000000;
  font-size: 11px;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
  height: 17px;
}
.timeout span {display: inline-block;position: relative;}
.timeout span::before, .timeout span::after {
  border-color: #000000;
  border-style: solid;
  border-width: 1px 1px;
  content: "";
  position: absolute;
  top: 8px;
  width: 10000px;
}
.timeout span::before {margin-right: 3px;right: 100%;}
.timeout span::after {left: 100%;margin-left: 3px;}
.blinker_text {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1000ms;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  color: #D20707!important;
}
@-moz-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
@keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
@media(max-width: 1080px){
  .contestbox{position: relative;padding-left: 0;padding-top: 370px;}
  .offer_img_detail{width: 100%;height: 360px;position: absolute;top: 0;left: 0;}
  .contest_form{padding: 5px 10px;padding-top: 65px;}
  .contest_heding{margin-top: 15px!important;font-size: 22px!important;margin-bottom: 6px!important;text-align: center;}
  .thank_msg_c p{font-size: 16px;line-height: 22px;}
  .thank_msg_c{margin-top: 0;padding: 15px 10px;}
  .share_contest{margin-bottom: 5px!important;}
  .share_contest h4{font-size: 16px;}
  .contest_timer_b{right: 50%;margin-right: -82px;top: 10px;}
}
/* --end contestbox-- */

.event_book_stick{
  position: fixed;
  bottom: 0;
  z-index: 1050;
  width: 100%;
  height: 58px;
  padding: 5px;
  display: none;
  background-color: #fff;
  box-shadow: 0 0 3px #ddd;
}
.event_book_stick .btn_normal{
  height: 38px;
  display: block;
  padding: 0;
  background-color: #EF681C;
  line-height: 38px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 0 3px #ccc;
  color: #fff;
  font-weight: 500;
  position:relative;
  overflow:hidden;
  z-index:1;
  margin-top: 6px;
  border-radius:3px;
}
.event_book_stick .btn_normal:hover{color:#fff;text-decoration: none;}
.event_book_stick .btn_normal::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:-1;
  opacity:0;
  background:#4DA14D;
  -webkit-transform:scaleX(0);
  -ms-transform:scaleX(0);
  -o-transform:scaleX(0);
  -moz-transform:scaleX(0);
  -moz-transition:all 100ms ease-in-out;
  -ms-transition:all 100ms ease-in-out;
  -o-transition:all 100ms ease-in-out;
  -webkit-transition:all 100ms ease-in-out;
}
.event_book_stick .btn_normal:hover::before{
  -webkit-transform:scaleX(1);
  -moz-transform:scaleX(1);
  -ms-transform:scaleX(1);
  -o-transform:scaleX(1);
  transform:scaleX(1);
  opacity:1
}
.event_book_stick .event_book_amount{
  color: #555;
  line-height: 100%;
  padding-top: 8px;
  font-size: 11px;
}
.event_book_stick .amountpad{padding-right: 0!important;}
.event_book_stick .event_book_amount .amountdiv{line-height: 100%;padding-top: 4px;}
.event_book_stick .event_book_amount .amountdiv span{
  font-size: 15px;
  font-weight: 500;
  color: #333;
  padding-right: 3px;
  display: inline-block!important;
}
.event_book_stick .event_book_amount .amountdiv small{
  font-size: 8px!important;
  display: inline-block!important;
  white-space: nowrap;
  color: #999!important;
}
.event_book_stick .event_book_stick_disc small{
  font-size: 12px!important;
  display: block;
  font-weight: bold;
  line-height: 100%;
  padding-top: 2px;
  text-transform: uppercase;
}
.event_book_stick .divafter .pad{padding: 0!important;margin: 0;}
.event_book_stick .event_book_stick_disc .applycoupen{text-transform: uppercase!important;}
.event_book_stick .divafter .discount_input{padding: 0!important;padding-top: 6px!important;}
.event_book_stick .divafter .discount_input input{
  border: none!important;
  width: 100%!important;
  padding: 0!important;
  padding-right: 55px!important;
  height: 36px!important;
  line-height: 34px!important;
  font-weight: 400!important;
  border-radius: 0!important;
  border-bottom: 1px solid #3373E7!important;
  overflow: hidden;
  font-size: 14px!important;
  color: #2D6EE4;
}
.event_book_stick .divafter .discount_input input:focus{border-bottom: transparent!important;box-shadow: 0 1px 0 0 #3373E7!important;}
.event_book_stick .divafter{display: none;position: relative;}
.event_book_stick .discount_input{ margin-right: 40px;}
.event_book_stick .timesapp{
  background-color: red;
  height: 28px;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 12px;
  width: 28px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: inset 0 0 2px #eee;
}
.event_book_stick .divprev .discount_apply_n{
  color: green;
  display: inline-block;
  display: none;
  font-size: 11px!important;
  padding-top: 0!important;
  margin-bottom: -6px;
  font-weight: 500!important;
  line-height: 100%;
}
.coupontext {color: #4285F4;cursor: pointer;}
.discount_apply_n{
  color: green;
  display: inline-block;
  display: none;
  font-size: 13px!important;
  padding-top: 8px;
}
.discount_input{position: relative;padding-top: 8px;padding-bottom: 5px;}
.discount_input input{
  border: none!important;
  width: 100%!important;
  padding-left: 2px!important;
  padding-right: 55px!important;
  height: 26px!important;
  font-weight: 400!important;
  border-radius: 0!important;
  border-bottom: 1px solid #3373E7!important;
  overflow: hidden;
  font-size: 14px!important;
  color: #2D6EE4;
}
.discount_input input:focus{border-bottom: transparent!important;box-shadow: 0 2px 0 0 #3373E7!important;}
.discount_input button{
  color:#2D6EE4;
  border:none!important;
  box-shadow: none!important;
  padding: 0!important;
  line-height: 100%!important;
  border-radius: 1px;
  font-weight: 400!important;
  font-size: 14px!important;
  position: absolute;
  right: 0;
  bottom: 10px!important;
  background-color: transparent!important;
}
.discount_input input:focus button{color:red!important;}
.event_book_stick .clearcoupon{cursor: pointer;}
.topcitydiv .topcity_sec .container-fluid{padding-left: 9px !important;padding-right: 9px !important;}
/* ------------------live chat---------------- */
.ge_chat{
  width: 180px;
  height: 30px;
  background-color: #555555;
  position: fixed;
  bottom: 0;
  right: 5px;
  line-height: 30px;
  z-index: 99999;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.ge_chat a,.ge_chat a:hover{
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  position: relative;
  color: #FFFFFF;
  font-size: 14px;
  text-decoration: none;
}
.ge_chat a i{
  width: 40px;
  height: 30px;
  background-color: #494949;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  display: inline-block;
  border-radius:5px 0 0 0; 
}
@media(max-width: 768px){
  .event_book_stick{display: block;}
  .ge_chat {bottom: 58px;}
  .divprev .col-sm-6,
  .divprev .col-sm-12,
  .divafter .col-sm-6,
  .divafter .col-sm-12{padding-left: 2px!important;padding-right: 2px!important;}
}



/*------------exprinces card listing--------*/
.viator_list_card{margin-bottom: 20px;box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.075);}
.viator_list_card:hover{box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);}
.viator_list_img{height: 153px;overflow: hidden;}
.viator_list_img img{width: 100%;max-width: 100%;max-height: 100%;}
.viator_e_n{
  text-transform: inherit!important;
  margin: 0!important;
  color: #444 !important;
  background-color: #ffffff;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  word-wrap: break-word !important;
  overflow: hidden;
  letter-spacing: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 8px 10px 5px 10px;
}
.viator_e_n a{color: inherit;text-decoration: none!important;}
.via_city_country{
  font-size: 13px;
  line-height: 100%;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  padding: 5px 0;
}
.via_city_country span{
  font-weight: 700 !important;
  color: #b12704 !important;
  position: relative;
  padding-right: 16px;
  font-size: 14px;
  letter-spacing: 0;
}
.via_city_country span::after{
  content: "|";
  position: absolute;
  right: 7px;
  top: 2px;
  color: #d5d5d5;
}
.viator_ratings{
  color: #5f5f5f;
  line-height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}
.viator_ratings i{color: #999;}
.viator_ratings i.active{color: #F6682F;}
.viator_ratings span:last-child{padding-left: 5px;}
.viator_ratings a{color: inherit;text-decoration: none!important;}
.v_pad{padding-left: 8px!important;padding-right: 8px!important;}
.viator_list_card_inner{background-color: #fff;padding: 2px 10px 6px 10px;}
.tour_icon{
  background-image: url('../images/island-with-palm-trees.png');
  width: 16px;
  height: 16px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
.top_destination{background-color: #FFFFFF;padding-top: 22px;padding-bottom: 22px;}
.top_d_pad{padding-left: 4px!important;padding-right: 4px!important;}
.row.top_d_pad_parent{padding-left: 12px!important;padding-right: 12px!important;}
.d_parent{position: relative;height: 220px;overflow: hidden;margin-top: 7px;}
.w_attractions_img{
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 220px;
  transition: 600ms;
  width: 100%;
}
.d_parent_layer{
  position: absolute;
  display: table;
  top: 0;
  min-height: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 300ms;
}
.d_parent_layer h4{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: #fff;
  text-transform: capitalize;
}
.d_parent:hover .d_parent_layer{background-color: rgba(0, 0, 0, 0.4);transition: 300ms;}
.d_parent:hover .w_attractions_img{transform: scale(1.08);transition: 600ms;}
@media(max-width: 768px){
  .d_parent{height: 120px;}
}
/*--end--*/




/*-------------offer listing------------------*/
.offerimg{margin-bottom: 16px;}
.offerimg img{width: 100%;}
.newyearoffermain .h_h3{margin-bottom: -2px!important;}
.nyeoffer{
  background-color: #fff;
  height: 86px;
  position: relative;
  border: 1px solid #EC3C3E;
  padding: 4px;
  padding-left: 117px;
  border-radius: 2px;
  text-align: left;
  margin-bottom: 16px;
}
.nyeinner{
  width: 109px;
  height: 84px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #EC3C3E;
  text-align: center;
}
.nyeinner span{
  display: block;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 100%;
  padding:6px;
}
.nyeinner strong{
  font-size: 34px;
  line-height: 100%;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 1px rgba(0, 0, 0, 0.8);
}
.nyeinner strong sub{
  font-size: 16px;
  color: #eee;
  top: 15px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
.neyearlybird{border: 1px solid #01C3C2;background-color: #fff;overflow: hidden;border-radius: 2px;margin-bottom: 16px;}
.earlybirdh{
  background-color: #01C3C2;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  height: 28px;
  line-height: 27px;
  text-align: center;
}
.earlybirdeventL,
.earlybirdeventR{height: 56px;box-sizing: border-box;padding-top: 4px;}
.earlybirdeventL small,.earlybirdeventL strong,.earlybirdeventL span{text-transform: uppercase;text-align: center;display: block;line-height: 100%;}
.earlybirdeventL small{font-size: 11px;color: #888;}
.earlybirdeventL strong{font-size: 18px;font-weight: 600;line-height: 24px;color: #01C3C2;}
.earlybirdeventL span{font-size: 12px;font-weight: 500;color: #01C3C2;}
.earlybirdeventR span,.earlybirdeventR strong{
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.earlybirdeventR span{color: #EC3C3E;text-shadow: 0 1px rgba(0, 0, 0, 0.1);}
.earlybirdeventR strong{font-size: 18px;font-weight: 600;color: #513824;line-height: 22px;}
.earlybirdeventR strong sup{top: -1px;font-size: 12px!important;font-weight: 400;}
.borderr{border-right: 1px solid #eee;}
.nyeoffer.flatrupees{border: 1px solid #C6BFAE;}
.nyeoffer.flatrupees .nyeinner{background-color: #C6BFAE;}
.nyeoffer.flatrupees span{color: #513824;text-shadow: none;}
.nyeoffer.flatrupees strong{
  font-size: 27px;
  color: #513824;
  font-weight: 600;
  margin-top: 5px;
  display: block;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}
.nyeoffer.flatrupees strong sub{
  font-size: 16px;
  color: #444;
  top: 15px;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: 500;
}
.nyeoffer.flatupto{border: 1px solid #FFC04F;}
.nyeoffer.flatupto .nyeinner{background-color: #FFC04F;}
.nyeoffer.flatupto strong{
  font-size: 33px;
  color: #004A80;
  font-weight: 600;
  margin-top: 15px;
  display: block;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}
.nyeoffer.flatupto strong sup{
  font-size: 16px;
  color: #666;
  top: -10px;
  margin-left: 3px;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: 500;
}
.nyeoffer.flatupto small{text-transform: uppercase;font-size: 11px;}
.codebox{
  display: inline-block;
  position: absolute;
  bottom: 4px;
  right: 4px;
  border: 1px dotted #c5c5c5;
  height: 24px;
  padding: 2px;
  line-height: 18px;
  text-align: center;
}
.codebox small{
  color: #888;
  display: block;
  float: left;
  padding-left: 3px;
  padding-right: 5px;
  text-transform: capitalize;
  border-right:1px solid #e5e5e5;
}
.codebox span{
  font-weight: 500;
  text-align: center;
  font-size: 15px;
  padding-left: 5px;
  padding-right: 3px;
  text-transform: uppercase;
  float: right;
}
.nyeofferdec{font-size: 14px;font-weight: 400;line-height: 16px!important;}
.nyeofferdec a{color: #777;}
.nyeofferdec a:hover{color: #01BAF2;text-decoration: none;}
.nyeofferdec .nyeofferdecvenue{color: #9c9c9c!important;position: relative;padding-left: 12px;font-size: 13px;}
.nyeofferdec .nyeofferdecvenue::after{
  content: '|';
  position: absolute;
  left: 3px;
  top: 0;
  color: #ddd!important;
}
.offereventcity{
  position: absolute;
  bottom: 9px;
  left: 117px;
  line-height: 100%;
  font-size: 14px;
  display: inline-block;
  text-shadow: none;
}
.nyeoffer a,.neyearlybird a{color: inherit;text-decoration: none!important;}
.ancorcolor{color: rgba(0, 0, 0, 0.7)!important;text-decoration: none!important;}
/*--end--*/


/*------blog section--------*/
.blog_view_box{
  height: 240px;
  overflow: hidden;
  background-color: #f0f0f0;
  position: relative;
  margin: 1px 0;
  transition: 500ms linear;
}
.blog_view_box:after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(100, 100, 100, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.blog_view_box img{min-width: 400px;width: 100%;transition: all 0.5s ease 0s;}
.blog_view_box:hover img{
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.log_sort_dec{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  z-index: 5;
  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.8) 100%);
}
.log_sort_dec h2{
  font-size: 17px!important;
  font-weight: 400!important;
  text-transform: none!important;
  color: #ffffff;
  margin: 0!important;
  padding: 0!important;
  line-height: 130%!important;
}
.blog_author,.blog_date{
  font-size: 12px;
  font-weight: 600;
  color: #cccccc;
  line-height: 100%;
  margin-right: 20px;
  margin-top: 8px;
  margin-left: 2px;
  display:inline-block;
}
a.blog_view_box_link{
  text-decoration: none!important;
  color: inherit;
  display:block;
  width: 100%;
  height: 100%;
}
.blog_view_row{padding-left: 15px!important;padding-right: 15px!important;}
.blog_view{padding-left: 1px!important;padding-right: 1px!important;}
.blogsection{background-color: #ffffff;padding-top: 30px;padding-bottom: 30px;}
@media(max-width: 1080px){
.blog_view_row{padding-left: 5px!important;padding-right: 5px!important;}
}
/*--end blog section--*/




/*------app download section----------*/
.app_sec{background-color: #fff;padding-top: 10px;}
.app_sec_disc{
  height: 205px;
  background-image: url('https://www.goeventz.com/web/images/ge-mobile1.png');
  background-repeat: no-repeat;
  background-position: right 5px;
  background-size: 205px;
  padding-right: 270px;
}
.app_sec_disc h3{
  padding: 0;
  margin: 0;
  padding-top: 3px;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #444!important;
}
.app_sec_h{font-size: 15px !important;font-weight: 400 !important;color: #444444!important;padding-top: 5px;}
.app_sec_disc p{color: #7f7f7f;line-height: 20px;}
.app_logo a{display: inline-block;width: 145px;height: 40px;margin-top: 10px;}
.app_logo a img{width: 100%; height: 100%}
.app_logo a:first-child{margin-right: 20px;}
@media only screen and (min-width : 768px) and (max-width : 1024px){
  .app_sec_disc{height: auto;}
  .app_sec_disc h3{padding-top: 0;font-size:15px !important;line-height: 22px;}
  .app_sec_h{font-size: 13px !important;line-height: 20px;padding-top: 5px;}
  .app_logo a{margin-top: 0;margin-bottom: 15px;}
}
@media(max-width: 768px){
  .app_sec{padding-bottom: 20px;}
  .app_sec_disc{height: auto;padding-right: 0;background-image: none;}
  .app_sec_disc h3{padding-top: 0;font-size:20px !important;line-height: 22px;}
  .app_sec_h{font-size: 13px !important;line-height: 20px;padding-top: 5px;}
  .app_sec_disc p{display: none;}
  .app_logo a:first-child{margin-right: 10px;}
}
/*--end--*/




/*--------------organizer carousel and popular section----------*/
.new_org_hover .viewallbtnsm{display: inline-block;border-radius:2px;margin-top: 16px!important;}
.org_carousel .owl-item img {display: inline-block!important;width: auto!important;}
.new_org_logo{
  height: 135px;
  box-sizing: border-box;
  padding: 10px 10px;
  padding-bottom: 40px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
  border-radius:2px;
  text-align:center;
}
.new_org_logo img{width: auto;max-width: 96%;max-height: 100%;}
.new_org_logo:before {content: '';display: inline-block;height: 100%;vertical-align: middle;}
.new_org_logo{display: block;overflow: hidden;position: relative;}
.new_org_name{
  display: block;
  height: 30px;
  line-height: 29px;
  border-top: 1px solid #ddd;
  background-color: rgba(100, 100, 100, 0.17);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 6px;
}
.new_org_logo_link{display: block;color: #666;}
.new_org_logo_link:hover{text-decoration: none;}
.c_popular_box{background-color: #fff;border: 1px solid #e7e7e7;border-radius: 2px;padding: 6px;}
.c_popular_box ul{padding: 0;margin: 0;list-style-type: none;}
.c_popular_box ul li{width: 25%;float: left;}
.c_popular_box ul li a{display: inline-block;padding: 4px 5px;font-size: 14px!important;color: #444;}
.c_popular_box ul li a:hover{color: #EF7F1A;text-decoration: none;}
@media(max-width: 768px){
  .c_popular_box ul li{width: 100%;float: none;}
  .c_popular_box ul li a{padding: 4px 4px;}
  .gray_background{padding-top: 15px;padding-bottom: 20px;}
}
/*--end--*/



/*----all page breadcrumb-----*/
.breadcrumb_sec{background-color: #E5E5E5;padding-top: 5px;padding-bottom: 5px;}
.breadcrumb_sec .breadcrumb{background-color: transparent!important;margin: 0;}
.breadcrumb_sec .breadcrumb > li{position: relative;padding-right: 14px;color: #7f7f7f;}
.breadcrumb_sec .breadcrumb > li a{color: inherit;}
.breadcrumb_sec .breadcrumb > li a:hover{color: #F86810;}
.breadcrumb_sec .breadcrumb li:before{
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  transform: rotate(45deg);
  padding: 0 0;
  position: absolute;
  right: 5px;
  top: 10px;
}
.breadcrumb_sec .breadcrumb li:last-child:before{content: none;}
/*--end breadcrumb--*/



/*--------tagline section on category page--------*/
.taglinesection {
  height: 320px;
  background-color: #074E86;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.taglinesection.categorypage{
  height: 140px;
  background-color: #074E86;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.taglinesection img{width: 100%;height: 100%;}
#carousel-example-generic .carousel-indicators{bottom: 1px!important;}
#carousel-example-generic .carousel-control{width: 7%!important;}
.taglineposition{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
  width: 100%;
  max-width: 850px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
}
.taglinetext{
  font-size: 34px!important;
  margin: 0!important;
  padding: 0!important;
  color: #fff!important;
  font-weight: 600!important;
}
.subtaglinetext{
  font-size: 18px!important;
  margin: 0!important;
  padding-top: 15px!important;
  color: #e5e5e5!important;
  font-weight: 400!important;
  text-transform: none!important;
}
.abouttagline{
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 19px;
  color: #c0c0c0;
}
@media(max-width: 1080px){
.taglinetext{font-size: 18px!important;}
.subtaglinetext{font-size: 14px!important;}
}
/*--end--*/





/*-------Increase your Ticket Sales-------------*/
.increase_sale{
  width: 100%;
  max-width: 900px;
  margin:auto;
  padding: 30px;
  border-radius: 7px;
  background-image: linear-gradient(to bottom, #144e86, #144f87 43%, #17679b);
  text-align: center;
}
.increase_sale h2{
  padding: 0!important;
  margin:0px!important;
  margin-bottom: 6px!important;
  font-size: 30px!important;
  font-weight: 500!important;
  color: #ffffff!important;
  text-transform: none!important;
  line-height: 30px;
}
.increase_sale h3{
  padding: 0!important;
  margin:0px!important;
  font-size: 14px!important;
  font-weight: normal!important;
  color: #ffffff!important;
  margin-bottom: 40px!important;
  text-transform: none!important
}
.increase_sale input{
  height: 40px;
  border-radius: 4px!important;
  font-weight: 500!important;
  font-size: 16px!important;
  border:none!important;
}
.increase_sale textarea{
  border-radius: 4px!important;
  font-weight: 500!important;
  font-size: 16px!important;
  border:none!important;
  min-height: 80px;
  line-height: 18px;
  padding: 8px 10px!important;
}
.increase_sale .form-group{margin-bottom: 32px;}
.increase_sale .promote_event_btn{
  height: 48px;
  font-size: 18px;
  border: 1px solid transparent;
  min-width: 260px;
  box-shadow: none!important;
}
.increase_sale_sec{background-color:#e5e5e5;padding: 30px 0;}
.increase_sale .form_submit_section{
  padding:10px;
  border-radius:4px;
  background-color: rgba(255, 255, 255, 0.85);
  border: 2px solid green;
  margin-bottom: 20px;
  position: relative;
}
.form_submit_section h4{
  padding: 0;
  margin:0px;
  font-size: 22px;
  font-weight: bold;
  color: green;
  margin-bottom: 10px;
}
.form_submit_section p{
  padding:0px;
  margin:0px;
  font-size: 13px;
  color: #323232;
  line-height: 18px;
  opacity: 0.85;
}
.describe_city_sec_inner{
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  padding: 10px 15px;
  text-align: justify;
  line-height: 20px;
  color: #7a7a7a!important;
  font-weight: 400;
  margin-bottom: 20px;
}
@media(max-width: 1080px){
.increase_sale .form-group{margin-bottom: 15px;}
.increase_sale_sec{padding: 20px 0;}
.increase_sale{padding: 15px;padding-bottom: 24px;}
.increase_sale h2{font-size: 20px!important;}
.color_t{color: #F86810;}
.increase_sale h3{margin-bottom: 20px!important;}
.increase_sale .promote_event_btn{min-width: 100%;}
}
/*--end--*/





/*------Events Calendar---------*/
.dateselect_list{
  padding: 0;
  margin: 0;
  list-style-type:none;
  min-height: 46px;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.dateselect_list li{display: inline-block;margin-left: 2px; white-space: nowrap;}
.dateselect_list li .date_select_option{
  display: block;
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border:1px solid #dddddd;
  padding: 0 10px;
  text-align: center;
  background-color: #ffffff;
  color: #323232;
  font-size: 11px;
  font-weight: 500;
  border-radius: 18px;
  transition: 200ms ease-out;
  cursor: pointer;
}
.dateselect_list li .date_select_option:hover,
.dateselect_list li.active .date_select_option,
.dateselect_list li.active .date_select_option:hover{
  text-decoration: none;
  background-color: #F86810;
  border-color: #F86810;
  color: #ffffff;
  transition: 200ms ease-out;
}
.eventlist_view_box_footer{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 42px;
  background-color: #ffffff;
}
.eventlist_view_box_footer_inner{
  border-top: 1px solid #cccccc;
  height: 42px;
  padding-top: 13px;
  position: relative;
  display: block;
  text-align: center;
  color: #4285F4;
  background-color: #F0F0F0;
  text-decoration: none!important;
}
.eventlist_view_box_footer_inner i{
  width: 30px;
  height: 30px;
  border:2px solid #ffffff;
  background-color: #4285F4;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  margin-left: -15px;
  top: -15px;
}
*{box-sizing: border-box;}
.eventlist_view_section{
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 10px;
  background-color: #ffffff;
}
.eventlist_view_section .h_h3{color: #ffffff!important;}
.eventlist_view_section .h_h3_sub{color: #dddddd!important;padding-top: 2px!important;}
.eventlist_view_left,.eventlist_view_right{
  border: 2px solid #10376D;
  border-top: none;
  padding-top: 74px;
  padding-bottom: 50px;
  position: relative;
  height: 720px;
  overflow:hidden;
  box-sizing: border-box;
  border-radius: 2px;
}
.eventlist_view_right_inner{padding: 0 10px!important;}
.eventlist_view_box_head{
  background-color: #10376D;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.event_listing_table{width: 100%;background-color: #ffffff;}
.event_listing_table h2{
  padding: 0!important;
  margin: 0 0 2px 0!important;
  text-transform: none!important;
  font-size: 14px!important;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  color: #323232;
}
.event_listing_table h2 a{color: inherit;}
.event_listing_table tbody tr{border-top: 1px solid #eeeeee;}
.event_listing_table tbody tr td{padding: 12px 10px;vertical-align: top;}
.event_listing_table tbody tr td:nth-child(2){
  padding: 11px 10px;
  vertical-align: top;
  white-space: nowrap; 
  text-overflow:ellipsis; 
  overflow: hidden; 
  max-width:1px;
}
.event_listing_table tbody tr td.t_event_date{
  width: 70px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #323232;
  vertical-align: middle;
  line-height: 17px;
  text-transform: uppercase;
}
.event_listing_table tbody tr td.t_event_date span{display: block;font-size: 13px;font-weight: 400;}
.t_event_address{
  display: block;
  font-size: 12px;
  line-height: 18px!important;
  padding-top: 2px;
  padding-bottom: 1px;
}
.t_event_time{padding-right: 6px;color: #9c9c9c;}
.event_listing_table .t_event_price {
  display: block;
  white-space: nowrap;
  font-size: 14px!important;
  font-weight: 500;
  color: #b12704;
  text-transform: uppercase;
  }
.inline_price{
  white-space: nowrap;
  font-size: 14px!important;
  font-weight: 500;
  color: #b12704;
  text-transform: uppercase;
  line-height: 100%;;
  padding-right: 6px;
}
.l_ticket_type{
  border: 1px solid #eee;
  padding: 3px 2px 3px 5px;
  background-color: #F2F2F2;
  font-size: 12px;
  font-weight: 500;
  color: #7f7f7f;
  display: inline-block;
  line-height: 16px;
  margin-top: 6px;
  margin-right: 4px;
} 
.l_ticket_type .l_ticket_type_price{
  background-color: #c5c5c5;
  color: #ffffff;
  padding: 2px;
  border-radius: 1px 2px 2px 1px;
  position: relative;
  margin-left: 15px;
  white-space: nowrap;
  font-size: 12px!important;
}
.l_ticket_type .l_ticket_type_price::before{
  content: " ";
  position: absolute;
  top: 0;
  left: -9px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right:9px solid #c5c5c5;
}
.event_listing_table_full tr:hover h2 a{color: #1F6EB3;}
.t_event_month i.fa-calendar{
  color: #323232!important;
  font-size: 17px;
  margin-top: 4px;
  margin-bottom: 8px;
  opacity: 0.75;
}
.event_listing_table_full{width: 100%;background-color: #ffffff;}
.event_listing_table_full h2{
  padding: 0!important;
  margin: 0 0 2px 0!important;
  text-transform: none!important;
  font-size: 16px!important;
  font-weight: 500;
  color: #323232;
}
.event_listing_table_full tbody tr{border-top: 1px solid #e5e5e5;}
.event_listing_table_full tbody tr td{padding: 18px 7px;vertical-align: top;}
.event_listing_table_full h2 a{color: inherit;}
.event_listing_table_full tbody tr td.t_event_date{
  width: 70px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #323232;
  vertical-align: top;
  line-height: 16px;
  text-transform: uppercase;
}
.event_listing_table_full tbody tr td.t_event_date span.t_event_month{
  display: block;
  font-size: 13px;
  line-height: 100%;
  font-weight: 400;
}
td.t_event_image_col{width: 116px;}
.t_event_image {
  width: 116px;
  height: 70px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size:100% 100%;
  background-position: left top;
  border-radius: 3px;
}
.event_listing_table_full_parent{border: 1px solid #e5e5e5;}
.dateselect_list{background-color: #F2F2F2;padding-top: 8px;padding-left: 8px;}
.listing_event_like{font-size: 18px;margin-top: 15px;display: inline-block;}
.listing_event_like .fa-heart{
  color: red;
  animation-name: heartcolor;
  animation-duration: 800ms;
  transition: 500ms;
}
@keyframes heartcolor {
  from {
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  }
  to {
  font-size: inherit;
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  }
}
.topcontant_div{
  padding-bottom: 28px;
  padding-top: 20px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.topcontant_div_h{
  padding: 0 0 5px 0!important;
  margin: 0!important;
  font-size: 24px!important;
  font-weight: 500!important;
  color: #323232!important;
}
.topcontant_div_text{
  margin: 0;
  margin-top: 4px;
  line-height: 130%;
  color: #323232;
  opacity: 0.8;
}
.event_listing_table_full .t_event_time{display: none;}
@media(max-width: 1080px){
  td.t_event_image_col,.l_ticket_type{display: none;}
  .event_listing_table_full h2{font-size: 14px!important;}
  .event_listing_table_full .t_event_time{display: inline-block;}
  .eventlist_view_left,.eventlist_view_right{height: auto!important;}
  .topcontant_div{padding-top: 0;padding-bottom: 15px;}
  .topcontant_div_h{font-size: 16px!important;}
  .event_listing_table tbody tr td:nth-child(2){
    padding: 12px 10px!important;
    vertical-align: top;
    white-space: normal; 
    text-overflow:initial; 
    overflow: auto; 
    max-width: 100%;
  }
  .dateselect_list{padding-bottom: 8px;}
  .listing_event_like{margin-top: 10px;}
}
/*--end Events Calendar--*/




/* ----Browse page filter section-------- */
.filter_on_browse .list-inline{padding: 0!important;margin: 0!important;}
.filter_on_browse .list-inline li.filter_brow{padding: 0;}
.filter_on_browse .list-inline li.filter_brow a.common_li{padding: 5px 6px!important;line-height: 100%;color: #666;font-size: 14px;}
.filter_on_browse .list-inline li.filter_brow a.common_li i{padding-left: 3px;}
.filter_on_browse .list-inline li.filter_brow a.common_li:hover{
  background-color: #FAFAFA;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.filter_on_browse .list-inline li.filter_brow a.common_li:link{text-decoration: none;}
.filter_brow .dropdown-menu{background-color: #fafafa;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);top: 120%;}
.filter_on_browse .list-inline li.filter_brow.open a.common_li{
  background-color: #FAFAFA;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  padding: 5px 6px!important;
  -webkit-padding: 5px 6px!important;
}
.filter_browopen{
  background-color: #FAFAFA;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  padding: 5px 6px!important;
  -webkit-padding: 5px 6px!important;
}
.space_div_brow{padding-top: 4px;padding-bottom: 10px;}
h1.change_text{
  color: #666!important;
  font-size: 16px !important;
  font-weight: normal !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  padding: 0;
  padding-top: 4px;
}
h1.change_text sup{
  font-weight: normal!important;
  font-size: 12px!important;
  display: inline-block;
  top: -8px;
  padding-left: 3px;
}
h1.change_text input[type="text"]{
  min-height: 25px;
  display: none;
  max-width: 180px;
  padding-left: 5px!important;
  padding-right: 5px!important;
}
h1.change_text input[type=text]:focus{border-color: #4285F4!important;}
h1.change_text .state-city{color: #4285F4;cursor: pointer;}
.filter_category{position: relative;cursor: pointer;}
.filter_category_box{
  width: 360px;
  min-height: 100px;
  position: absolute;
  top: 115%;
  right: 0;
  z-index: 1000;
  background-color: #FAFAFA;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  text-align: left;
  padding: 10px;
  border-radius: 3px;
  display: none;
}
.filter_category_box ul{padding: 0;}
.filter_category_box ul li{list-style-type: none;width: 50%;float: left;padding: 4px 0;}
.filter_category_box ul li label{display: block;}
.filter_category_box_footer{margin-top: 15px;}
.filter_category_box_footer button{background-color: transparent;border: none;font-size: 16px!important;color: #333;}
.filter_category_box_footer button:nth-child(2){color: #4285F4;float: right;}
.filter_count_b{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #EF7F1A;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  margin-left: 3px;
}
.filter_select_on_browse ul{padding: 0!important;margin: 0!important;}
.filter_select_on_browse ul li{display: inline-block;padding-top: 0!important;margin-top: 0!important;margin-bottom: 0!important;}
.filter_select_on_browse ul li a{
  text-decoration: none!important;
  color: #666;
  font-size: 12px!important;
  display: block;
  height: 26px;
  line-height: 24px;
  padding: 0px 28px 0 10px!important;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: inset 0 0 10px #dddddd;
  position: relative;
}
.filter_select_on_browse ul li a span{
  font-weight: 500;
  position: absolute;
  right: 3px;
  top: 2px;
  display: block;
  background-color: #ccc;
  height: 20px;
  width: 20px;
  line-height: 18px;
  font-size: 15px;
  text-align:center;
  border-radius:50%;
}
.filter_select_on_browse ul li a:hover span{color:red;background-color: #ccc;}
@media(max-width: 768px){
  h1.featuredboxhead {
    color: #333 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
    padding: 3px 0;
    padding-left: 6px;
  }
  .filter_on_browse{float: none!important;text-align: left!important;margin-top: 6px;}
  .space_div_brow{background-color: #fff;margin-bottom: 10px;padding-top: 6px;padding-bottom: 6px;}
  .filter_select_on_browse{text-align: left!important;}
  .filter_category_box{
    width: 310px;
    min-height: 100px;
    position: absolute;
    top: 115%;
    right: 0;
    z-index: 1000;
    background-color: #FAFAFA;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    text-align: left;
    padding: 10px;
    border-radius: 3px;
    display: none;
  }
  .filter_category{
    position: relative;
    cursor: pointer;
    float: right;
  }
}
/*--end--*/



/* ----------------wrapper_container------------------ */
.wrapper_container{
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  background-color: #FFFFFF;
  border-radius: 2px;
  position: relative;
}
.wrapper_container_inner{padding: 30px;}
#backgroud_div{
  padding-bottom: 76px;
  padding-top: 2px;
  position: relative;
}
#image_source{max-width: 100%;}
.container_margin{
  position: relative;
  margin-top: -76px;
  margin-bottom: 10px;
}
.container_topimage{
  position: relative;
  margin-top: 15px!important;
  margin-bottom: 20px;
}
.order_main_box {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 10px;
  padding: 26px 10px 20px 10px;
}
.org_blur_sec{height: 160px;position: relative;background-color: #095086;}
.org_blur_sec .org_blur_sec_h{
  color: #fff;
  font-size: 34px!important;
  font-weight: 600!important;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
@media(max-width: 1080px){
  .wrapper_container_inner{padding: 20px 10px;}
}
/* --End-- */




/* ---------iframe css custom------ */
.body_iframe{width: 100%;min-height: 500px;position: relative;}
.body_iframe .iframepoweredby{position: absolute;right: 15px;bottom: -45px;}
.body_iframe .org_blur_sec_h{display: none;}
.body_iframe .org_blur_sec{height: 40px;position: relative;background-color: #095086;}
.body_iframe .buynow.btn-block{width: 50%!important;margin: 10px auto;}
.body_iframe .container_margin{position: relative;margin-top: -40px;margin-bottom: 10px;}
.body_iframe #backgroud_div {padding-bottom: 40px;position: relative;}
.iframeorderdetails .org_blur_sec_h{display: none;}
.iframeorderdetails .org_blur_sec{height: 40px;position: relative;background-color: #095086;}
.iframeorderdetails .buynow.btn-block{width: 50%!important;margin: 10px auto;}
.iframeorderdetails .container_margin{position: relative;margin-top: -40px;margin-bottom: 10px;}
.iframeorderdetails #backgroud_div {padding-bottom: 40px;position: relative;}
/* --end iframe-- */




/* ---------------Ge Privacy Policy And Terms of Use--------------- */
.ge_priv_main{padding-left: 0;}
.ge_priv_main .ge_priv_main_li{
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 15px;
  display: block;
}
.ge_priv_main{ counter-reset: item; }
.ge_priv_main .ge_priv_main_li::before { content: counters(item,"")"."; counter-increment: item }
.ge_priv_sub{ counter-reset: item; }
.ge_priv_sub{padding-left: 18px;}
.ge_priv_sub .ge_priv_sub_li{
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 15px;
  line-height: 23px;
  text-align: justify;
  display: block
}
.ge_priv_sub .ge_priv_sub_li::before { content: counters(item, ".") " "; counter-increment: item }
.ge_priv_sub .ge_priv_sub_li .li_div{padding-left: 28px;margin-top: -23px;}
.ge_priv_sub .ge_priv_sub_li .li_div.li_div_after_9{padding-left: 36px;}
.ge_priv_sub_sub li{list-style-type: lower-roman!important;margin-bottom: 5px;}
.li_p{padding-left: 25px;}
.ge_priv_sub_custom{list-style-type: none;padding-left: 38px;}
.ge_privacy_m_h{
  color: #fff;
  font-size: 50px!important;
  font-weight: 700!important;
  letter-spacing: 0;
  padding: 0;
  margin: 0!important;
}
.publication_date{
  color: #999;
  font-weight: 500!important;
  padding-top: 55px;
  display: block;
}
.p_t_sec{background-color: #115599;padding-top: 74px;padding-bottom: 150px;}
.ge_priv_main_box{
  background-color: #fff;
  padding: 30px 40px 20px 30px;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 30px;
}
.order_div{padding-bottom: 6px;}
.terms_new{list-style-type: lower-alpha!important;padding-left: 25px;}
.terms_new li{padding-bottom: 6px;}
.ge_priv_sub_li_6{position: relative;padding-left: 40px;padding-bottom: 6px;}
.ge_priv_sub_li_6 span{position: absolute;left: 0;}
.li_6_sub_inner{position: relative;padding-left: 26px;padding-top: 6px;}
.li_6_sub_inner span{position: absolute;left: 0;}
.ge_priv_sub_li_6_sub{
  font-size: 14px;
  font-weight: normal;
  margin-top: 6px;
  margin-bottom: 10px;
  line-height: 23px;
  text-align: justify;
  color: #555;
}
@media(max-width: 1080px){
  .ge_priv_main .ge_priv_main_li{font-size: 14px;}
  .ge_priv_main_box{padding: 12px;}
  .ge_priv_sub{padding-left: 0;}
  .ge_priv_sub .ge_priv_sub_li{font-size: 13px;line-height: 20px;}
  .ge_priv_sub .ge_priv_sub_li .li_div{padding-left: 22px;margin-top: -20px;}
  .ge_priv_sub .ge_priv_sub_li .li_div.li_div_after_9{padding-left: 32px;}
  .ge_priv_sub_custom{list-style-type: none;padding-left: 34px;}
  .p_t_sec{background-color: #115599;padding-top: 30px;padding-bottom: 110px;}
  .searchbox,.searchfix{display: none!important;}
  .ge_header{display: none!important;}
  .mobile_open_section,.mobile_tagline{display: block!important}
  .mobilemt50{margin-top: 50px!important;}
  .mobiletopspace{margin-top: 58px;}
  .org_blur_sec .org_blur_sec_h{font-size: 26px!important;top: 10px;left: 50%;white-space: nowrap;}
  .org_blur_sec{height: 85px;}
  .container_margin{position: relative;margin-top: -36px;}
  #backgroud_div {padding-bottom: 36px;}
  #backgroud_div .BannerUpIcon{bottom: 17px;}
}
/* --end-- */



/*------------new pricing page----------*/
.pricing_main_box {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 30px;
  padding: 22px 40px 20px 40px;
}
.currenciessec,.pricingdetail_sec,.get_in_tuch{background-color: #ffffff;padding-top: 80px;padding-bottom: 80px;}
.currencies_box{
  width: 100%;
  max-width: 1000px;
  margin: auto;
  margin-top: 50px;
}
.get_in_tuch .createlink{width: 200px;display:inline-block;}
.get_in_tuch .csmqueryform{background-color:#0F4163;}
.get_in_tuch .csmqueryform h4{margin-bottom: 16px;}
.mor_reach_sec{background-color: #E7EBEC;padding-top: 100px;padding-bottom: 100px;}
.mor_reach{
  width: 100%;
  max-width: 600px;
  margin: auto;
  font-size: 15px;
  text-align: center;
  font-weight: 300;
}
.mor_reach h1{
  padding: 0!important;
  margin: 0!important;
  margin-bottom: 10px!important;
  font-size: 30px!important;
  font-weight: 400!important;
  color: #111111!important;
}
.mor_reach a{
  font-weight: 300;
  color: #F86810;
  padding-left: 7px;
  white-space: nowrap;
  text-decoration: underline;
  font-size: 15px;
}
.more_currencies{
  color: #2f4f79;
  padding-left: 5px;
  font-weight: 500;
  text-align: right;
}
.currencies_box ul{
  padding-left: 5px;
  margin: 0;
  list-style-type: none;
  color: #323232;
  margin-top: 25px;
  opacity: 0.55;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}
.textdiv{line-height: 22px;margin-bottom: 25px;font-size: 15px;font-weight: 300;}
.pricingdetail_container{
  width: 100%;
  padding: 0;
  margin: 0;
  max-width: 1170px;
  margin: auto!important;
}
.pricingdetailbox{
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.10);
  background-color: #ffffff;
  border-radius:4px 4px 10px 10px;
  position: relative;
  overflow: hidden;
  padding: 53px 20px 20px 20px;
  min-height: 635px;
}
.dytpoints{padding: 0;margin: 0;list-style-type: none;}
.dytpoints li{
  padding: 9px 0 9px 26px;
  font-size: 13px;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: left 12px;
  background-size: 12px;
  text-decoration:line-through;
  color: #c5c5c5;
} 
.pricing_w_promotion .dytpoints li{
  background-image: url('../images/g-tick.svg');
  background-size: 14px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.75);
}
.dytpoints li:first-child{
  background-image: url('../images/g-tick.svg');
  background-size: 14px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.75);
}
.pricing_type{
  position: absolute;
  height: 50px;
  width: 100%;
  left: 0;
  top: 13px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.pricing_oneline{
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 22px;
  color: #657884;
}
.pricing_oneline span{display: block;max-width: 320px;margin: auto;}
.createlink{
  display: block;
  border-radius: 5px;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  background-color:#22a7f0;
  color: #ffffff;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none!important;
  text-align: center;
}
.createlink:hover{text-decoration: none;background-color:#2399E5;color: #ffffff;text-decoration: none!important;}
.pricing_w_promotion .createlink{background-color:#3fb87f;}
.pricing_w_promotion .createlink:hover{background-color:#329265;text-decoration: none!important;}
/*.price_calc{
  font-size: 22px!important;
  color: #2f4f79;
  opacity: 0.9;
  font-weight: normal;
  position: relative;
  line-height: 100%;
  font-family: 'oswald-regular';
  line-height: 24px;
  text-align: center;
  margin-top: 60px;
}
.price_calc span{display: inline-block;}
.price_calc small{font-size: 18px;}
.price_calc span sub{
  font-size: 11px;
  opacity: 0.85;
  padding-left: 5px;
  font-weight: 400;
  line-height: 11px!important;
  font-family: 'Roboto', sans-serif;
  width: 30px;
  display: inline-block;
  vertical-align: top;
  bottom: 0;
  text-align: left;
}*/



.price_calc{
  font-size: 16px!important;
  color: #2f4f79;
  opacity: 0.9;
  font-weight: normal;
  position: relative;
  line-height: 100%;
  font-family: 'oswald-regular';
  line-height: 24px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.event_types{font-size: 11px;color: #F86810;font-weight: 500;text-align: center;}
.price_calc small{font-size: 16px;}
.price_calc span sub{
  font-size: 9px;
  opacity: 0.85;
  padding-left: 5px;
  font-weight: 400;
  line-height: 11px!important;
  font-family: 'Roboto', sans-serif;
  width: 20px;
  display: inline-block;
  vertical-align: top;
  bottom: 0px;
  text-align: left;
}
.Shared_p{font-size: 15px!important;}
.price_calc .Shared_p small {font-size: 15px!important;}
.price_calc .Shared_p sub{font-size: 8px!important;line-height: 7px!important;bottom: -4px;}
.share_inline{display:block; white-space: nowrap;font-size: 9px!important;}
.small_text{font-size: 10px!important;}








.price_explanation {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.3);
    margin-top: 5px;
}
.event_types {
    font-size: 11px;
    color: #F86810;
    font-weight: 500;
    text-align: center;
}
.currencies_pricing tbody tr td:last-child{text-align: right;}
.pricing_qcueryform{padding: 25px;}
.pricing_qcueryform .btn-primary{
  width: 130px;
  border-radius: 4px!important;
  margin-top: 15px;
  background-color:#2399E5!important;
  height: 40px!important;
  min-height: 40px!important;
}
.ge_feature_heading i{
  color: #F86810;
  margin-right: 8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  box-shadow: inset 0 0 10px #F86810;
  box-sizing: border-box;
}
.Shared_p{font-size: 15px!important;}
/*.price_calc .Shared_p small {font-size: 15px!important;}
.price_calc .Shared_p sub{font-size: 8px!important;line-height: 7px!important;bottom: -4px;}
.share_inline{display:block; white-space: nowrap;font-size: 11px!important;}*/
.small_text{font-size: 10px!important;}
.mor_reach.need_help{max-width: 1100px;}
.mar_top{padding-top: 120px!important;}
.marketing_main_heading {font-size: 30px !important;padding-bottom: 10px !important;font-weight: 300!important;}
.currencies_pricing{padding: 1px!important;padding-top: 0!important;background-color: rgba(0, 0, 0, 0.15);}
.currencies_pricing table{width: 100%;background-color: #fff;}
.currencies_pricing table thead{background-color: rgba(0, 0, 0, 0.15);color:rgba(0, 0, 0, 0.75);}
.currencies_pricing table thead tr th{
  line-height: 100%;
  padding: 2px 15px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.currencies_pricing table thead tr th:last-child{border-right: none;}
.currencies_pricing table thead tr th:first-child{text-align: left;}
.currencies_pricing table tbody tr td:first-child{text-align: left;}
.currencies_pricing table thead tr th:first-child span{padding-left: 7px;}
.currencies_pricing table thead tr th span{
  display: block;
  font-size: 12px;
  color: #eee;
  line-height: 100%;
  margin-top: 4px;
}
.currencies_pricing table tbody tr td{
  padding: 5px 15px;
  font-weight: 400;
  color:#282c35;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5!important;
}
.currencies_pricing table tbody tr:last-child td{border-bottom: none!important;}
.currencies_pricing table tbody tr:nth-child(even) td{background-color: #fafafa;}
@media(max-width: 1080px){
  .pricing_main_box{padding: 10px;}
  .currenciessec,.pricingdetail_sec{padding-top: 20px;padding-bottom: 20px;}
  .pricingdetail_sec .container-fluid {padding-left: 0;padding-right:0px;}
  .pricingdetailbox:first-child{margin-bottom: 15px;}
  .pricingdetailbox{padding: 10px;padding-top: 45px;}
  .mor_reach h1 {margin-bottom: 0 !important;font-size: 24px !important;}
  .mor_reach_sec {padding-top: 50px;padding-bottom: 50px;}
  .more_currencies{font-size: 11px;}
  .currencies_box ul{margin-top: 5px;}
  .pricing_type{font-size: 16px;}
  .pricing_sectop{height: 110px;}
  .price_calc{margin-top: 30px; padding-right: 0!important;overflow: hidden;}
  .mar_top{padding-top: 0!important;}
  .currenciessec,.pricingdetail_sec,.get_in_tuch{padding-top: 40px;padding-bottom: 40px;}
}
/*--end--*/




/*------------marketing plan section--------------*/
.marketingtop_sec{
  height: 160px;
  background-image: linear-gradient(107deg, #0e3262, #0f4363);
  text-align: center;
  position: relative;
}
.marketingtop{
  width: 100%;
  max-width: 900px;
  padding-left: 10px;
  padding-right: 10px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%,  -50%);
}
.marketing_title_h{
  font-size: 30px!important;
  color: #ffffff;
  font-weight: 400!important;
  padding: 0;
  line-height: 34px;
  margin:0px;
  margin-top: 20px!important;
}
.marketing_main_heading{
  font-size: 28px!important;
  font-weight: 400!important;
  padding: 0!important;
  margin:0px!important;
  text-transform: none!important;
  position: relative;
  line-height: 100%!important;
  display: inline-block;
  color: #323232!important;
}
.blinckbtn{
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 300ms infinite;
  -moz-animation: glowing 300ms infinite;
  -o-animation: glowing 300ms infinite;
  animation: glowing 300ms infinite;
}
.blinckbtn:hover{animation:none;}
@-webkit-keyframes glowing {
  0% {transform: rotate(0deg);}
  50% {transform: rotate(3deg);}
  100% {transform: rotate(0deg);}
}
@-moz-keyframes glowing {
  0% {transform: rotate(0deg);}
  50% {transform: rotate(3deg);}
  100% {transform: rotate(0deg);}
}
@keyframes glowing {
  0% {transform: rotate(0deg);}
  50% {transform: rotate(3deg);}
  100% {transform: rotate(0deg);}
}
.loginforplan{
  height: 44px;
  border:2px solid #DE5F23;
  font-size: 16px;
  margin-top: 50px;
  width: 250px;
  text-transform: none!important;
}
.loginforplan i{
  font-size: 18px!important;
  font-weight: bold!important;
  padding-right: 12px;
}
.marketingtop .marketing_main_heading{margin-bottom: 20px!important;}
.marketing_sub_heading{
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #323232;
  margin: auto;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 30px;
  max-width: 800px;
}
.marketing_main_heading.h_w,.marketing_sub_heading.h_w{color: #eeeeee!important;}
.select_e_box{
  position: relative;
  max-width: 700px;
  margin: auto;
}
.select_e_name{
  position: absolute;
  left: 18px;
  top: 15px;
  line-height: 100%;
  font-size: 17px!important;
  font-weight: bold;
  color: #323232;
}
.select_e_box select{
  height: 48px!important;
  padding-left: 70px!important;
  padding-right: 40px!important;
  border-radius: 37px!important;
  color: #323232!important; 
  background-color: #ffffff!important;
  border:none!important;
  outline: none!important;
  font-size: 16px!important;
}
.select_e_box select, .select_e_box select.form-control {
  -webkit-background-size: 12px 12px;
  background-size: 26px;
  background-position: calc(100% - 12px) center;
}
.choose_plan_sec{padding: 30px 30px 50px 30px;background-color:#ffffff;}
.planbox{
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius:20px;
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  margin-top: 50px;
  transition: 200ms;
  min-height: 745px;
  border-top: 1px solid #e5e5e5;
}
.Customplanbox{padding-bottom: 140px;}
.planbox_inner{padding: 0 20px;}
.planbox_top{padding: 8px 20px 25px 20px;border-bottom: 1px solid #e5e5e5;text-align: center;}
.promotion_oneliner {
  max-width: 300px;
  margin: auto;
  line-height: 130%;
  color: #2f4f79;
  opacity: .8;
}
.plan_table{width: 100%;}
.plan_table tr td{
  padding: 8px;
  color: #657884;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
}
.plan_table tr td.td_price{width: 70px;font-weight: normal;}
.plan_table tr td.td_price i{margin-right: 4px;font-size: 14px;}
.palan_qt_select{text-align: center;}
.palan_qt_select select{
  width: 52px;
  height: 23px;
  padding: 0 5px!important;
  font-size: 13px;
  line-height: 23px;
  border-radius:4px;
  box-sizing:border-box;
  background-color:#f5f5f5;
  background-size: 15px;
  background-position: calc(100% - 4px) center;
}
.palan_qt_select select.disabled{opacity: 0.2;pointer-events:none;}
.plan_table tr td:first-child{width: 160px;}
.plan_table tr td label.checkdesign{font-weight: 500!important;font-size: 16px!important;}
.plan_table tr td label.checkdesign span.checkboxcheck{top: 3px!important;}
.planbox .promote_event_btn{
  width: 80%;
  height: 42px;
  line-height: 38px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: none!important;
  border:2px solid #F86810;
  display:block;
  margin: auto;
  color: #ffffff;
  background-color: rgba(248, 104,16,0.82);
  transition: 300ms;
}
.planbox .promote_event_btn:hover{background-color: rgba(248, 104,16,1);transition: 300ms;}
.plan_total_box{
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 25px;
  padding: 0 20px;
}
.plan_total_price{
  color: #2f4f79;
  opacity: 0.9;
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  padding: 4px 0;
  letter-spacing: 0;
  font-family: 'oswald-regular';
}
.plan_total_price sub{font-size: 16px;font-weight: 500;bottom: 1px;}
.plan_total_price i{margin-right: 4px;font-size: 32px;}
.plan_total_price.price_cut{text-decoration:line-through;opacity: 0.45;}
.plan_total_price.offer_price{font-size: 28px;font-weight: 500;}
.plan_total_price.offer_price sub{font-size: 18px;}
.plan_total_price.offer_price i{font-size: 24px;}
.save_price{font-size: 16px;color: green;padding-left: 5px;}
.save_price i{font-size: 14px!important;margin-right: 2px!important;}
.marketing_plan_tab_box{background-color:#F0EEE9;padding: 0 0!important;}
.marketing_plan_tab{box-sizing: border-box;padding: 0 40px;}
.marketing_plan_list{padding: 0;margin:0px;list-style-type: none;}
.marketing_plan_list li{float: left;}
.marketing_plan_list li a{
  font-size: 16px;
  font-weight: bold;
  color: #323232;
  display:block;
  padding: 0 12px;
  text-decoration: none!important;
  position: relative;
  height: 56px;
  line-height: 56px;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 3px solid transparent;
  box-sizing: border-box;
}
.marketing_plan_list li a.active,
.marketing_plan_list li.active a{color: #F86810;border-bottom-color: #F86810;}
.marketing_plan_section{padding: 50px 30px;margin-bottom: 20px; border-radius:2px;}
.plan_content_box{height: 260px;position: relative;}
.plan_text{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px 30px;
}
.content_box_img{background-repeat: no-repeat;background-size: 100% 100%;}
.marketing_plan_sec{padding: 50px 30px 20px 30px;background-color:#ffffff;}
.box1bgcolor{background-color: #e7ebec;}
.box2bgcolor{background-color: #eae8e1;}
.whitebackground{background-color:#ffffff;}
.plan_text_h{
  padding: 0 0 8px 0!important;
  margin: 0 0 15px 0!important;
  font-size: 30px!important;
  color: #0a192e!important;
  text-transform: none!important;
  position: relative;
}
.plan_text_h:after{
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background-color:#F86810;
  left: 2px;
  border-radius: 2px;
  bottom: 0;
}
.plan_text p{color: #323232;font-size: 16px;line-height: 20px;}
.plan_text ul{
  margin: 0;
  padding-left: 20px;
  color: #323232;
  font-size: 16px;
  line-height: 20px;
}
.plan_text ul li{margin-bottom: 8px;}
.wheelCarousel{
  width: 100%;
  max-width: 540px;
  height: 260px;
  position: relative;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wheelCarousel>div.wwkt>div:nth-child(2) {
  position: absolute;
  top: 0;
  width: 100%;
  height: inherit;
  display: table;
  background-color: #0a3b52;
  border-radius: 5px;
}
.wheelCarousel>div.wwkt>div:last-child {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
}
.wheelCarousel > div.wwkt > div:first-child {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.wheelCarousel .wwkt{
  display: inline-block;
  cursor: pointer;
  background: #f0f0f0;
  color: #666;
  width: 73%;
  border: 2px solid #ffffff;
  vertical-align: middle;
  overflow: hidden;
}
.wheelCarousel .wwkt img{
  max-width: 100%;
  vertical-align: middle;
  opacity: 0.35;
  min-height: 170px;
}
.wwkt.carousel-center img{
  width: 100%;
  height: 100%;
  vertical-align: middle;
  opacity: 1;
}
.wheelCarousel .wwkt.carousel-center{
  background: #ffffff;
  color: #fff;
  box-sizing: border-box;
  display: block;
  width: 75%;
}
.wheelCarouselBox .nav_button{
  display:block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius:50%;
  background-color:#ffffff;
  font-size: 25px;
  color: #c2c2c2;
  text-decoration: none!important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  position: absolute;
  z-index: 100;
}
.wheelCarouselBox .nav_button:hover{color: #666666;text-decoration: none!important;}
.wheelCarouselBox .nav_button.prev_button{left: 0;top: 50%;margin-top: -18px;}
.wheelCarouselBox .nav_button.next_button{right: 0;top: 50%;margin-top: -18px;}
.wheelCarouselBox{padding: 0 15px;position: relative;}
.bigwheelCarousel .plan_content_box,
.bigwheelCarousel .wheelCarousel,
.bigwheelCarousel .wheelCarousel .wwkt{
  height: 380px;
  max-height: 380px;
  position: relative;
}
.bigwheelCarousel .plan_content_box img{width: 100%;height: 100%!important;}
.plan_faq_sec{background-color: #FBFCFC;padding: 80px 30px;}
.plan_faq_sec .marketing_main_heading{padding-left: 0!important;}
.planqtbox{
  background-image: url(../images/marketing-plan/character.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 200px;
  padding-left: 250px;
  min-height: 280px;
}
.faqbox{border-bottom: 1px solid #eeeeee;padding: 15px 0 10px 0;}
.headingbox .marketing_main_heading{font-size: 38px!important;padding-bottom: 70px!important;}
.faqbox .userquestion{
  display:block;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: #323232;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
  padding-bottom: 7px;
}
.faqbox .userquestion.active{color: #4682EA;}
.faqbox .userquestion i{
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 20px;
  font-weight: bold;
  color: inherit;
  margin-top: -14px;
}
.ouranswer{
  color: #323232;
  font-size: 13px;
  line-height: 18px;
  opacity: 0.8;
}
.plan_total_price_top{
  font-size: 40px!important;
  color: #2f4f79;
  opacity: 0.9;
  font-weight: 400;
  position: relative;
  display:inline-block;
  line-height: 100%;
  padding-left: 17px;
  margin-top: 20px;
  margin-bottom: 4px;
}
.plan_total_price_top span{font-family: 'oswald-regular';}
.plan_total_price_top small{
  display:inline-block;
  font-size: 14px;
  width: 45px;
  flex-wrap: wrap;
  opacity: 0.7;
  padding-left: 5px;
  text-align: left;
  line-height: 100%;
}
.plan_total_price_top i{
  font-size: 24px;
  font-weight: 300;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 10px;
}
.planbtnbox_cart .promote_event_btn{position: relative;margin-top: 10px;}
.planbtnbox_cart .promote_event_btn span{
  display:block;
  width: 36px;
  height: 34px;
  line-height: 26px;
  padding: 4px;
  background-color: #2F3841;
  border-radius: 3px;
  overflow: hidden;
  position: absolute;
  left: 2px;
  top: 2px;
}
.planbtnbox_cart .promote_event_btn span img{width: 96%;}
.Includes{
  color: rgba(69,71,80,.35);
  font-size: 20px;
  font-weight: bold;
  display:block;
  padding: 5px 0 0 5px;
}
.planbox_heading{
  color: #6583ef;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 4px;
}
.planbox.ultimate{
  position: relative;
  margin-top: 20px;
  min-height: 775px;
}
.ultimateplan{
  background-color: #0F4063;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.speakperson{
  background-color: #00A63F;
  min-height: 90px;
  position: relative;
}
.speakperson h6{
  padding: 0;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  line-height: 90px;
  text-align: center;
}
.marketing_title_h ~ .marketing_sub_heading{
  color: #e2e2e2!important;
  font-size: 15px!important;
  line-height: 22px!important;
}
@media(max-width: 1080px){
  .planqtbox{background-image: none;padding-left: 0;min-height: auto;}
  .plan_faq_sec{padding: 30px 0;}
  .faqbox:last-child{border-bottom: none;}
  .marketing_title_h{font-size: 22px!important;line-height: 24px;margin-top: 0!important;font-weight: 500!important;}
  .marketing_title_h ~ .marketing_sub_heading{font-size: 14px!important;line-height: 20px!important;margin-bottom: 5px!important;}
  .plan_text p,.plan_text ul{font-size: 13px;line-height: 18px;}
  .bigwheelCarousel .plan_content_box.content_box_img,
  .bigwheelCarousel .wheelCarousel,
  .bigwheelCarousel .wheelCarousel .wwkt{height: 270px;max-height: 270px;}
  .bigwheelCarousel .plan_content_box{height: 180px;max-height: 180px;}
  .marketing_main_heading{font-size: 20px!important;}
  .promote_event_btn.loginforplan{margin: auto;margin-top: 40px;}
  .select_e_box select{height: 40px!important;padding-left: 60px!important;font-size: 13px!important;}
  .select_e_name {top: 12px;font-size: 14px !important;}
  .marketing_plan_sec{padding: 10px 0;}
  .marketing_plan_section {padding: 10px;margin-bottom: 15px;}
  .plan_content_box{height: auto;}
  .plan_content_box.content_box_img{height: 170px;}
  .plan_text{
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    padding: 10px;
  }
  .plan_text_h{font-size: 20px!important;margin-top: 10px!important;}
  .marketingtop_sec{height: 110px;}
  .choose_plan_sec{padding: 20px 0;}
  .planbox_inner{padding: 0 6px;}
  .planbox_top{padding: 0 0 20px 0;}
  .planbox_heading{padding-bottom: 0;padding-top: 5px;}
  .planbox{min-height: auto;margin-top: 15px;border-top: 1px solid #dddddd;}
  .plan_total_box{padding: 10px 0;}
  .plan_total_price_top{margin-top: 15px; margin-bottom: 3px;}
  .planbox.ultimate{min-height: auto;}
  .Includes {padding: 5px 0 0 10px;}
  .planbox{padding-bottom: 185px;}
  .plan_table tr td.td_price{white-space: nowrap;}
}
@media(max-width: 768px){
  .speakperson h6{font-size: 16px;line-height: 22px;padding: 15px 10px 0 10px;}
  .speakperson h6 span{display:block;font-size: 20px;padding-bottom: 6px;}
  .planbox{padding-bottom: 185px;}
}
/*--end--*/




/*------holi landing page----------*/
.interested_Buyers,.show_city,.holi_event_box,
.pricing_planing,.hl_promotion,
.hl_con_sec,.hl_partners_sec{padding: 65px 55px;}
.h_top_img{
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 80%, #ffffff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 80%, #ffffff);
}
.h_top_img_inner{width: 100%;height: 450px;position: relative;}
.images_pos{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
.images_pos img{width: 100%;max-width: 600px;min-width: 280px;}
.start_sell_box{
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-top: -50px;
  border-radius: 8px;
  box-shadow: 0 7px 26px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 24px;
  text-align: center;
}
.main_heading_tag{
  font-size: 28px!important;
  font-weight: bold!important;
  color: #641b53!important;
  padding: 0!important;
  margin: 0!important;
  text-transform: none!important;
}
.start_sell_box p,.contact_t_box{font-size: 14px;color: #848484;}
.start_sell_box p strong{font-weight: 500;color: #641b53;}
.strat_btn,.strat_btn:hover{
  width: 255px;
  display:block;
  padding: 0;
  height: 45px;
  line-height: 43px;
  font-size: 20px;
  color: #ffffff;
  padding: 0!important;
  text-transform: uppercase!important;
  margin: auto;
  margin-top:40px;
  margin-bottom: 10px;
  background-color: #ED4771;
  border: 1px solid transparent;
  border-radius: 2px;
  text-decoration: none!important;
}
.contact_t_box a,.contact_t_box a:hover{
  font-size: 14px;
  color: #641b53;
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
}
.bgcolor_hl{background-color:#fafafa;padding-bottom: 30px;}
.interested_Buyers{text-align: center;background-color:#fafafa;}
.hl_buyers_card{
  border-radius: 22px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #f7f5f5;
  background-color: #ffffff;
  padding: 20px;
  width: 100%;
  margin-top: 10px;
  min-height: 130px;
  position: relative;
}
.hl_buyers_card_t{
  position: absolute;
  min-width: 100%;
  padding: 0 24px;
  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%);
  line-height: 22px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.78);
  text-align: left;
}
.y_tag_imag{
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  border-radius: 50%;
  background-size: cover;
}
.hl_buyers_card_img .hl_buyers_card_t{padding-left: 130px;}
.show_city{background-color: #ffffff;text-align: center;}
.show_city img{width: 100%;max-width: 860px;margin-bottom: 10px;}
.text_color_p{font-size: 13px!important;line-height: 20px;color: rgba(0, 0, 0, 0.78)!important;}
.search_div{height: 450px;background-repeat: no-repeat;background-size: 100% 100%;position: relative;}
.div_heading_b{
  font-size: 28px;
  font-weight: bold;
  color: #4b4b4b;
  text-transform: none;
  max-width: 600px;
  background-color: #FAFAFA;
  padding: 13px 24px;
  height: 100px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -300px;
}
.main_heading_tag{
  font-size: 28px!important;
  font-weight: bold!important;
  color: #641b53!important;
  padding: 0!important;
  margin: 0!important;
  text-transform: none!important;
}
.hl_info_box_h {font-size: 24px;font-weight: bold;color: #383838;padding: 10px 0;margin: 0;}
.hl_info_box{min-height: 185px;margin-bottom: 10px;}
.hl_info_box p{line-height: 18px;}
.hl_info_box img{width:50px;}
.cont_space{margin-top: 15px;padding: 85px;}
.hl_info_sec{background-color: #FAFAFA;}
.hl_partners_sec{text-align: center;background-color: #ffffff;}
.event_card_L{
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.32);
  background-color: #ffffff;
  margin-top: 15px;
  text-align: left;
}
.event_card_L_img{width: 100%;height: 200px;}
.event_card_L_img img{width: 100%;height: 100%;}
.event_card_L_text{padding: 15px;}
.event_card_L_text h3{
  font-size: 18px!important;
  padding: 0!important;
  margin: 0 0 10px 0!important;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.78)!important;
}
.date_time_L,.text_color_p{
  font-size: 13px!important;
  color: rgba(0, 0, 0, 0.78)!important;
  line-height: 20px;
  margin-top: 3px;
}
.view_all_L{
  font-size: 15px;
  text-decoration: underline;
  display: inline-block;
  margin-top: 10px;
  color: #f87710;
}
.holi_event_box{text-align: center;background-color: #fffce6;}
.imag_bg_h{background-repeat: no-repeat;background-size: cover;}
.chang_c .main_heading_tag, .chang_c .text_color_p,.chang_c .view_all_L{color: #ffffff!important;text-shadow: 0 3px 6px rgba(0, 0, 0, 0.73);}
.pricing_planing,.hl_con_sec{background-color: #ffffff;}
.hl_promotion .planbox{min-height: 655px!important;margin-top: 10px!important;}
.hl_promotion{background-color: #FAFAFA;}
.cont_bg_hl{border-radius: 4px;border: solid 1px #e5e5e5;background-color: #fafafa;padding: 40px;}
.heading_with_one_l{padding-bottom: 20px;}
.inc_submit_form{
  width: 200px;
  height: 44px;
  border-radius: 4px;
  border:1px solid transparent;
  background-color:#F9833B;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: normal;
  margin-top: 15px;
}
.add_b{
  color: rgba(0, 0, 0, 0.5);
  margin-top: 8px;
  font-size: 13px;
  position: relative;
  line-height: 120%;
  padding-left: 28px;
}
.add_b img{position: absolute;left: 0;top: 2px;width: 18px;}
.Partners_logo{background: #fff;text-align:center;height: 80px;}
.Partners_logo img{
  width: auto;
  max-width: 96%;
  max-height: 100%;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.Partners_logo:before {content: '';display: inline-block;height: 100%;vertical-align: middle;}
.Partners_logo_listing{padding: 0;margin: 0;margin-top: 15px;list-style-type: none;}
.Partners_logo_listing li{float: left;width: 12.5%;box-sizing: border-box;padding: 5px;}
.city_img_b{padding-top: 50px;}
.city_img_b img{width: 100%;max-width: 900px;margin-bottom: 10px;}
.cont_form_landing{
  background-color: rgba(16, 55, 109, 0.78);
  max-width: 600px;
  margin: auto;
  padding: 24px;
  border-radius: 2px;
  box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.32);
}
.cont_form_landing h4{font-size: 22px;color: #ffffff;padding: 0;margin: 5px 0 25px 0;}
.cont_form_landing .csmqueryform_input{margin-bottom: 18px;}
.cont_form_landing .csmqueryform_input input{
  border-radius: 3px!important;
  border:none!important;
  box-shadow:none!important;
  height: 45px;
}
.cont_form_landing .csmqueryform_input textarea{border-radius: 3px!important;border:none!important;box-shadow:none!important;}
.submitbtn{
  width: 180px;
  height: 44px;
  background-color: #F86810;
  border-radius: 4px;
  border:1px solid #F86810;
  font-size: 16px;
  text-transform: uppercase!important;
  color: #ffffff;
  box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.32)!important;
}
.hl_con_sec{background-repeat: repeat-x;background-position: center center;}
@media(max-width: 768px){
  .h_top_img_inner,.search_div{height: 200px;}
  .main_heading_tag{font-size: 20px!important;margin-bottom: 5px!important;}
  .start_sell_box{padding: 15px 10px}
  .interested_Buyers,.show_city,.holi_event_box,.pricing_planing,.hl_promotion,.hl_con_sec,.hl_partners_sec{padding: 30px 0;}
  .heading_with_one_l{padding-bottom: 5px;}
  .cont_bg_hl{padding: 15px;}
  .cont_space{padding: 15px 15px;}
  .hl_info_box{min-height: auto;margin-top: 25px;}
  .div_heading_b {font-size: 20px;height: 80px;max-width: 340px;line-height: 24px;padding: 10px;margin-left: -170px;}
  .Partners_logo_listing li{width: 50%;margin-bottom: 15px; }
  .inc_submit_form{display:block;width: 100%;}
  .images_pos{-webkit-transform: translate(-50%, -82%);transform: translate(-50%, -82%);}
  .heading_with_one_l{text-align: center;padding-bottom: 15px;}
  .strat_btn,.strat_btn:hover{margin-top:25px;}
}
/*--end--*/




/*-----------------CSM landing Page--------------*/
.csm_top_sec{
  background:#666 url('../images/csm-top-bg.jpg');
  background-size: 100% ;
  position: relative;
}
.csm_top_layer{
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.csmqueryform{
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px;
  border-radius: 1px;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}
.csmqueryform h4{
  padding: 0;
  margin: 0;
  font-size: 17px!important;
  color: #f5f5f5;
  font-weight: 500;
  padding-bottom: 10px;
  text-align: center;
}
.csmqueryform_input{margin-bottom: 13px;position: relative;}
.csmqueryform_input span{
  position: absolute;
  left: 9px;
  top: 9px;
  color: #ccc;
  font-size: 16px;
  background-color: #ffffff;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.csmqueryform_input input[type="text"],
.csmqueryform_input input[type="email"],
.csmqueryform_input input[type="tel"]{
  padding-left: 36px!important;
}
.pmp_m_head{
  color: #ffffff;
  font-weight: 500!important;
  padding: 0;
  margin: 0;
  padding-top: 5px;
  font-size: 36px !important;
  text-shadow: 1px 1px 1px #666;
}
.pmp_m_head small{color: #EF7F1A;text-shadow: 0 0 1px #666;}
.pmplogo_sec{padding: 10px;}
.pmplogo img{max-width: 100%;max-width: 100%;}
.rating-star span{color: #fff;font-size: 15px;display: inline-block;margin-left: 7px;}
.rating-star i{color: #EF7F1A; font-size: 18px;}
.enrolled_students{color: #fff;font-size: 15px;}
.share_link_click{
  width: 100%;
  height: 36px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  line-height: 36px;
  color: #fff;
  font-size: 15px;
  padding-left: 6px;
  padding-right: 6px;
  cursor: default;
  box-shadow:  0 0 1px #353535;
  position: relative;
}
.share_link_click i{
  font-size: 16px;
  width: 20px;
  text-align: center;
  color:#EF7F1A;
}
.csm_share_link{
  padding: 4px 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.99);
  list-style-type: none;
  border-top: none;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 36px;
  width: 100%;
  z-index: 1050;
  display: none;
}
.csm_share_link li a{
  display: block;
  line-height: 32px!important;
  padding-left: 10px;
  padding-right: 10px;
  color: #9f9f9f;
  text-transform: capitalize;
}
.csm_share_link li a:hover{color: #EF7F1A;text-decoration: none;}
.csm_imp_point{
  list-style-type: square;
  padding-left: 0;
  margin-top: 60px!important;
  font-size: 14px;
  color: #F2F2F2;
}
.csm_imp_point li{margin-bottom: 4px;}
.csm_l_h{padding: 0;margin: 0;font-weight: 500;text-transform: uppercase;}
.csm_l_m_h{
  text-transform: uppercase;
  font-size: 20px!important;
  margin: 0!important;
  margin-bottom: 20px!important;
  padding-bottom: 7px!important;
  text-align: center;
  line-height: 100%;
  color: #074E86;
  position: relative;
  display: inline-block;
}
.csm_l_m_h::after{
  content: '';
  border: 1px solid #EF7F1A;
  position: absolute;
  left: 15%;
  bottom: -4px;
  width: 70%;
}
.csm_l_m_h small{font-size: 18px; color: #444;}
.csm_l_m_h.white{color: #fff;}
.small_h_l{
  padding: 0;
  padding-bottom: 5px;
  margin: 0;
  margin-top: 5px;
  font-size: 17px;
  color: #414141;
  font-weight: 500;
}
.sect_space{padding-top: 80px;padding-bottom: 80px;}
.sect_space.toppad{padding-top: 60px!important;    padding-bottom: 30px;}
.traning_location{background-color:#E7E7E7;border-bottom: 1px solid #E5E5E5;box-shadow: 0 -2px 2px #666;}
.all_traning_location{position: relative;}
.all_cities{
  padding: 7px;
  color: #fff;
  line-height: 100%;
  background-color: #427fed;
  font-size: 13px;
  border-radius: 1px;
  font-weight: 500;
  box-shadow: none;
  position: absolute;
  right: 15px;
  top: 10px;
}
.all_cities:hover{background-color:#2D6EE4;text-decoration: none;color: #fff;}
.traning_cities{
  padding: 0;
  margin: 0;
  height: 48px;
  margin-right: 65px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.traning_cities li{display: inline-block;list-style-type: none;position: relative;}
.traning_cities li::before {
  border: 0 none;
  color: #ccc;
  content: "|";
  float: left;
  left: -3px;
  position: absolute;
  top: 11px;
}
.traning_cities li a{
  display: inline-block;
  padding: 3px 10px;
  color: #444;
  font-size: 15px;
  margin: 7px 4px;
  text-transform: capitalize;
  font-weight: 500;
}
.traning_cities li a:hover,.traning_cities li.active a{color: #EF7320;text-decoration: none;}
.description_inner .nav-tabs li a{
  background-color: #fff!important;
  border-radius: 1px!important;
  line-height: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
  width: 174px;
  padding: 8px 10px!important;
  text-transform: capitalize;
  border: 1px solid #eee!important;
}
.description_inner .nav-tabs li:first-child a{width: 80px;}
.description_inner .nav-tabs li a i{
  color: #EF7F1A;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 700;
}
.description_inner .nav-tabs li a,.description_inner .nav-tabs li a:focus{
  font-weight: 500;
  font-size: 14px;
  box-shadow: none;
}
.description_inner .nav-tabs li a:hover,.description_inner .nav-tabs li.active a{
  border: medium none;
  box-shadow:none;
  color: #fff!important;
  background-color: #074E86!important;
  border: 1px solid  #074E86!important;
  box-shadow: none!important;
  margin-right: 10px;
}
.csm_tab_list{list-style-type: none;padding: 0;margin: 0;}
.csm_tab_list li{float: left;}
.csm_tab_list li a{
  background-color: #fff;
  border-radius: 1px!important;
  line-height: 100%;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 12px;
  text-transform: capitalize;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #eee;
}
.csm_tab_list li a i{
  color: #EF7F1A;
  margin-right: 7px;
  font-size: 16px;
  font-weight: 700;
}
.csm_tab_list li a:hover,
.csm_tab_list li.active a{
  color: #fff;
  background-color: #074E86;
  border-color: #074E86;
  text-decoration: none!important;
}
.csm_tab_list li a:link{text-decoration: none!important;outline: none!important;}
.schedule_main{background-color: #ffffff;}
.view-all{
  border: 1px solid #d5d5d5!important;
  background-color: #F5F5F5!important;
  line-height: 100%!important;
  padding: 6px 15px!important;
  margin-top: 10px!important;
  border-radius: 12px!important;
}
.view-all:hover{color: #333!important;background-color: #FaFaFa!important;}
.schedule_table{width: 100%;border-collapse: collapse;background-color: rgba(255, 255, 255, 0.9);}
.schedule_table thead tr th{
  background-color: #074E86;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.schedule_table tfoot tr td{
  padding: 4px 10px;
  background-color: #f5f5f5;
  border: 1px solid #E5E5E5;
  border-top: none;
  color: #074E86;
  font-size: 15px;
  cursor: pointer;
}
.sch_event_n a,.sch_event_n a:hover{color: inherit;text-decoration: none!important;}
.schedule_table thead tr th:last-child,.schedule_table tbody tr td:last-child{width: 120px;    text-align: right;}
.schedule_table thead tr th:first-child,.schedule_table tbody tr td:first-child{width: 110px;}
.schedule_table tbody tr td{padding: 8px 10px;}
.schedule_table tbody tr td .schedule_time{color: #888;}
.schedule_table tbody tr td .schedule_price{font-weight: 600;white-space: nowrap;}
.schedule_table tbody tr td del,.schedule_table tbody tr td em{
  color: #888;
  font-weight: 400;
  display: block;
  line-height: 100%;
  font-size: 12px;
}
.schedule_table tbody tr{border: 1px solid #E5E5E5;}
.part_logo_org{width: 70px;height: 50px;overflow: hidden;}
.part_logo_org img{max-width: 66px;max-height: 100%;}
.part_logo_org:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.sch_event_n{font-size: 15px;font-weight: 500;line-height: 18px;}
.sch_event_date_time{color: #666;    font-size: 11px;}
.schedule_det{line-height: 19px;}
.sch_event_city{
  font-size: 14px;
  font-weight: 500;
  color: #074E86;
  white-space: nowrap;
}
.schedule_register{
  background-color: #427fed;
  padding:8px 8px;
  color: #fff;
  border-radius: 1px;
  display: inline-block;
  line-height: 100%;
}
.schedule_register:hover{background-color:#2D6EE4;text-decoration: none;color: #fff;}
.csm_h_sort_dec{
  max-width: 768px;
  margin: 0 auto;
  line-height: 140%;
  margin-bottom: 15px;
  color: #ddd;
}
.traning_partner_logo .followbtn {margin-top: 1px!important;margin-bottom: 5px!important;}
.traning_partner_logo a{color: inherit;    text-decoration: none!important;}
.center_v_l{margin-top: 30px;min-height: 390px;position: relative;}
.csm_meta_heding{
  font-size: 13px!important;
  text-transform: none!important;
  padding: 0!important;
  margin: 0!important;
  line-height: 150%!important;
  margin-bottom: 20px!important;
}
.center_v_l:after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  left: 50%;
  background: -moz-linear-gradient(to bottom,  rgba(255,228,247,0) 0%,rgba(255,255,255,0.20) 24%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.20) 79%,rgba(255,228,247,0) 100%);
  background: -webkit-linear-gradient(to bottom,  rgba(255,228,247,0) 0%,rgba(255,255,255,0.20) 24%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.20) 79%,rgba(255,228,247,0) 100%);
  background: -o-linear-gradient(to bottom,  rgba(255,228,247,0) 0%,rgba(255,255,255,0.20) 24%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.20) 79%,rgba(255,228,247,0) 100%);
  background: -ms-linear-gradient(to bottom,  rgba(255,228,247,0) 0%,rgba(255,255,255,0.20) 24%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.20) 79%,rgba(255,228,247,0) 100%);
  background: linear-gradient(to bottom,  rgba(255,228,247,0) 0%,rgba(255,255,255,0.20) 24%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.20) 79%,rgba(255,228,247,0) 100%);
}
.bottom_query_form.csm_form{background-color: rgba(0, 0, 0, 0.1); padding: 20px;}
.csm_l_m_h.normaltext{text-transform: none!important;}
.stick_top{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1050;
  border-bottom: 1px solid #ddd;
}
.stick_top .parent_nav_tabs{display: block;}
.parent_nav_tabs{display: none;}
.parent_nav_tabs .nav-tabs li a,.parent_nav_tabs .nav-tabs li a:focus{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  box-shadow: none;
}
.parent_nav_tabs .nav-tabs li a:hover,.parent_nav_tabs .nav-tabs li.active a{
  border: medium none;
  box-shadow: 0 -2px 0 #2196f3 inset;
  color: #2196f3;
}
.traning_partner_section{background-color: #082D51;}
.traning_partner_logo{
  background: #fff;
  border: solid 1px #ccc;
  border-radius:3px;
  text-align:center;
  padding: 4px;
  margin-bottom:20px;
}
.partner_logo{height: 74px;}
.partner_logo img{
  width: auto;
  max-width: 96%;
  max-height: 100%;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
}
.partner_logo:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.traning_partner_logo:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.traning_partner_name{
  font-size: 15px;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: italic;
}
.traning_partner_logo:hover .traning_partner_name{color: #EF7F1A;cursor: default;}
.overviews_section{background-color: #fff;}
.agenda_section,
.certification_section{background-color: #E7E7E7;}
.sect_space p{color: #444;}
.agenda_point{
  list-style-type: square;
  padding-left: 20px;
  font-size: 13px;
  margin-bottom: 15px;
  color: #444;
}
.benefits_section{background-color: #fff;}
.reviews_section{background-color: #FFF;}
.person_rivew{padding: 15px;border-bottom: 1px dashed #666;}
.person_rivew_text{padding-left: 15px;}
.person_rivew_text p{color: #555;margin: 0;margin-bottom: 5px;}
.person_rivew_text p i{
  font-size: 14px;
  margin-left: 5px;
  font-weight: 300!important;
  margin-right: 5px;
}
.viwer_img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url('https://www.goeventz.com/web/images/no-images.png');
  background-size: cover;
}
.viwer_img img{width: 100%;height: 100%;}
.person_name{
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-left: 10px;
  color: #333;
}
.person_name:before{
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  transform: rotate(90deg);
}
.person_company{font-style: italic;line-height: 100%;}
.bottom_query_form .csmqueryform_input{margin-bottom: 18px;position: relative;}
.bottom_query_form .csmqueryform_input span{
  position: absolute;
  left: 9px;
  top: 9px;
  color: #ddd;
  font-size: 20px;
  background-color: #fff;
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.bottom_query_form .csmqueryform_input input[type="text"],
.bottom_query_form .csmqueryform_input input[type="email"],
.bottom_query_form .csmqueryform_input input[type="tel"]{
  padding-left: 40px!important;
}
.btn-contact{
  color: #fff;
  background-color: #427fed;
  padding: 5px 20px!important;
  transition:500ms;
  line-height: 100%;
  border-radius: 2px!important;
  margin-bottom: 5px!important;
  font-size: 16px!important;
  text-transform: uppercase!important;
}
.btn-contact:hover{color: #fff!important;background-color: #2D6EE4!important;transition:300ms;}
.bottom_query{background-color: #082D51;}
.faq_section,.why_goeventz_section{background-color: #fff;}
.price_or {
  height: 333px;
  line-height: 333px;
  font-size: 30px;
  text-align: center;
  color: #ddd;
  font-weight: 700;
}
@media(max-width: 1080px){
  .csm_top_sec{background-image: none;}
  .pmp_m_head{font-size: 18px!important;}
  .csm_imp_point{padding-left: 15px!important; margin-top: 5px!important;}
  .csmqueryform{margin-top: 15px!important; width: 100%!important;}
  .pmplogo_sec{padding: 5px;}
  .pmplogo img{max-width: 80px;}
  .csm_tab_list li a{margin-right: 8px;margin-bottom: 8px;padding: 6px 7px;}
  .description_inner .nav-tabs li{margin-right: 6px!important;}
  .schedule_table thead{display: none;}
  .schedule_table tbody tr td:nth-child(1){width: 34%;display: inline-block;}
  .schedule_table tbody tr td:nth-child(2){text-align: left;width: 64%;display: inline-block;}
  .schedule_table tbody tr td:nth-child(4){text-align: right;}
  .schedule_table tbody tr td,.schedule_table tbody tr td:last-child{width:49%; display:inline-block;}
  .sect_space{padding-top: 30px;padding-bottom: 30px;}
  .csm_mobile_hide{display: none;}
  .price_or{height: 80px;line-height: 80px;}
}
/*--end--*/




/*---------------Carrers Page-----------*/
.ge-carrers-heading h1{
  font-weight: bold;
  color: #10548A!important;
  padding-bottom: 5px;
  font-size: 24px!important;
  margin-bottom: 10px!important;
  border-bottom: 2px solid #EF7F1A;
}
.ge-positionbg {background-color: #dedede;}
.ge-carrers-heading span:nth-child(1){color: #074E86;font-weight: bold;}
.ge-carrers-heading span:nth-child(2){color: #EF7F1A;}
.ge-carrerbox{border: 1px solid #EF7F1A;margin-bottom: 20px;}
.ge-carrerbox h3{
  color: #074E86!important;
  background-color:#EF7F1A; 
  margin: 0;
  padding: 4px 5px 4px 10px; 
  font-weight: bold!important;
}
.ge-carrerbox-text{padding: 5px 10px;min-height: 180px;}
.ge-position-box h2{
  color: #074E86!important; 
  margin: 0;
  margin-bottom: 15px;
  padding-bottom: 6px; 
  text-transform: capitalize;
  font-weight: bold!important;
  border-bottom: 2px solid #074E86
}
.ge-position{
  border: 1px solid #ddd;
  min-height: 35px;
  line-height: 33px;
  position: relative;
  margin-bottom: 15px;
  padding-right: 80px;
  padding-left: 10px;
}
.ge-position span{font-size: 15px;}
.ge-position span:first-child{color: #074E86;}
.order_main_box.carrerspage{padding: 30px 50px!important;}
h2.Carrerspositions{
  color: #EF7F1A !important;
  font-weight: bold !important;
  margin: 0 0 15px;
  padding-bottom: 6px;
  text-transform: capitalize;
  font-size: 24px!important;
  font-weight: 700;
}
.ge-position small{
  display: inline-block;
  height: 100%;
  font-weight: bold;
  width: 80px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  background-color:#074E86; 
  text-decoration: none!important;
}
.ge-position a, .ge-position a:hover{display: block;color: #999;text-decoration: none!important;}
.ge-position:hover,.ge-positionbg{background-color:#dedede;}
.job-description-box{
  padding: 15px;
  border: 1px solid #ddd;
  border-top: none;
  margin-top: -15px;
  margin-bottom: 10px;
  background-color: #F9F9F9;
}
.job-description-box h3{margin: 0;}
.job-apply-form{
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #FFF;
  border-radius: 2px;
}
.job-apply-form .form-group{margin-bottom: 5px!important;}
.job-apply-form h3{font-weight: bold;color: #10548A!important;padding-bottom: 10px;}
.job-decription h3{font-weight: bold;color: #10548A!important;padding-bottom: 5px;font-size: 16px;}
.job-decription h4{
  font-weight: bold;
  color: #10548A!important;
  font-size: 16px;
  margin: 0;
  margin-top: 10px;
  padding-bottom: 5px;
}
.job-decription ul{margin: 0;padding-left: 20px;}
.attachcv{position: relative;overflow: hidden;height: 36px;}
.attachcv input[type="file"]{border: none!important;background-color: transparent!important;opacity: 0;}
.attachcv .inputfile + label{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}
.no-js .attachcv .inputfile + label{display: none;}
.attachcv .inputfile-6 + label{
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 0;
  height: 36px;
  color: #666;
}
.attachcv .inputfile-6:focus + label,
.attachcv .inputfile-6.has-focus + label,
.attachcv .inputfile-6 + label:hover{
  border-color: #074E86;
}
.attachcv .inputfile-6 + label span,
.attachcv .inputfile-6 + label strong{
  padding:10px 20px;
}
.attachcv .inputfile-6 + label span{
  width: 226px;
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
.attachcv .inputfile-6 + label strong{height: 100%;color: #f1e5e6;background-color: #999;display: inline-block;}
.attachcv .inputfile-6 + label strong{padding:5px!important;}
.attachcv .inputfile-6 + label span{
  width: 226px;
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
.attachcv .inputfile-6 + label strong{
  height: 100%;
  color: #f1e5e6;
  background-color: #999;
  display: inline-block;
}
.attachcv .inputfile-6:focus + label strong,
.attachcv .inputfile-6.has-focus + label strong,
.attachcv .inputfile-6 + label:hover strong {
  background-color: #074E86;
}
.job-apply-form h3 {
  color: #10548a !important;
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 18px !important;
  letter-spacing: .5px;
}
label.labeluppercase{text-transform: uppercase!important;font-size: 12px!important;}
@media(max-width: 1080px){
  .order_main_box.carrerspage{padding: 15px!important;}
  .job-decription h3{font-size: 16px;}
}
/*--end--*/




/* -------contact us---------- */
.contact_us_btn{
  width: 100%;
  max-width: 240px;
  height: 44px;
  line-height: 42px;
  font-size: 18px!important;
  background-color: #f86810;
  border: 2px solid rgba(239, 100, 28, 0.02);
  border-radius: 3px;
  color: #ffffff!important; 
  font-weight: bold;
  padding: 0!important;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase!important;
  opacity: 0.9;
}
.contact_us_btn:hover{background-color: #F84110;color: #ffffff!important; }
.btn_box_space{padding: 30px 0;}
.form_submit_btn {
  background-color: #449d44;
  border: 1px solid rgba(239, 104, 28, 0.1);
  border-radius: 1px !important;
  box-shadow: none !important;
  color: #ffffff!important;
  font-size: 15px !important;
  font-weight: 500 !important;
  opacity: 0.9;
  height: 40px!important;
  line-height:38px!important;
  padding: 0 30px !important;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase !important;
  transition: all 300ms ease 0s;
}
.form_submit_btn:hover{opacity: 1;}
.ge_contact_form .modal-header {
  border: none;
  min-height: 1px!important;
  padding: 0!important;
  background-color: #10376D;
  text-align: left!important;
}
.ge_contact_form .modal-content{border: none!important;}
.ge_contact_form .modal-title{
  text-transform: capitalize;
  color: #ffffff;
  padding-left: 15px;
  height: 40px!important;
  line-height: 40px!important;
  font-size: 20px!important;
}
.ge_contact_form .close {
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  opacity: 0.6;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #ffffff;
  padding-right: 10px!important;
  margin-right: 7px!important;
}
.ge_contact_form .close:hover{opacity: 1!important;}
.get_touch.ge_map_contact{padding-top: 15px;padding-bottom: 20px;}
.addressbox span{font-size: 15px;display: block;margin-top: 2px;}
.companyname{
  font-size: 16px!important;
  font-weight: bold;
  margin: 0;
  color: #666;
  text-transform: uppercase;
}
.textcap{text-transform: capitalize;color:#888;}
.contactformbox,.addressbox{
  border: 1px solid #eee;
  padding: 15px;
  background-color: #F9F9F9;
  margin-bottom: 20px;
  line-height: 23px!important;
}
.corporate-office{border-top: 1px solid #eee;margin-top: 20px;padding-top: 15px;}
@media(max-width: 768px){
 .get_touch.ge_map_contact{padding-top: 15px;padding-bottom: 0!important;}
}
/* --end -- */




/*--------------help center-------------*/
.top_h_bg{background-color:#EF7F1A;position: relative;}
.top_h_bg .container-fluid{max-width: 1680px;}
.ge_main_head{
  color:#fff;
  font-size: 20px;
  line-height: 44px;
  font-weight:normal;
  display:inline-block;
}
.ge_h_top_link a{
  font-size:14px;
  text-transform:uppercase;
  text-align:right;
  line-height: 44px;
  color:#ffffff;
  text-decoration:none!important;
}
.ge_h_top_link a:first-child{margin-right:30px;}
.ge_breadcrumbs{padding:0px;margin:0px;display:inline-block;}
.ge_breadcrumbs li{display:inline-block;font-size: 15px;}
.ge_breadcrumbs a,.ge_breadcrumbs a:hover{padding:5px 8px!important;color: #fff;text-decoration:none!important;}
.ge_breadcrumbs i{color:#eee;font-weight:bold!important;font-size: 16px;}
.ge_breadcrumbs li:last-child{padding:5px 8px!important;color:#e0e0e0;}
.ge_breadcrumbs li:first-child a{padding-left:0px!important;}
.ge_h_right{padding:0px 10px 15px 20px;margin-bottom:30px;background-color:transparent;color:#ffffff;}
.ge_h_right_list{padding: 0;margin: 0;list-style-type: none;}
.ge_h_right_list li a{
  display:block;
  padding:4px 10px;
  color:#E5E5E5;
  margin-bottom:2px;
  border-left:3px solid transparent;
  text-decoration:none!important;
}
.ge_h_right_list li a:hover{background-color:#EF7C1A;}
.ge_h_right_list li a.active{background-color:#EF7C00;border-left-color:#ffffff;}
h4.step_heading{
  margin-top:0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color:#fff;
}
.help_left_list{
  padding: 0;
  margin: 0;
  padding-left: 15px;
  list-style-type: square;
  min-height:200px;
  border:1px solid transparent;
}
h4.settings_sub_heading{
  margin:0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color:#444;
}
.text_h_box{
  min-height:500px;
  padding:25px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background-color:#ffffff;
  margin-bottom:30px!important;
}
.text_h_box img{max-width: 100%!important;display: block;height: auto!important;}
.c{ box-shadow:inset 0 0 3px green;}
.spacepre{display: inline-block;width:60px;}
.contant_container{position:relative;}
.contant_overlay{
  background-color: #EF7F1A;
  height: 398px;
  position: absolute;
  top: 0;
  width: 100%;
}
.help_right_img img{width:100%;margin-bottom:20px;}
.right_img_text{font-size: 13px!important;line-height: 20px!important;font-weight: normal!important;}
.right_img_text_small{
  font-size: 11px!important;
  line-height: 15px!important;
  font-weight: normal!important;
  color: #888!important;
  font-family: cursive!important;
}
.right_img_text_small strong{font-size: 12px!important;color: #666!important;}
.help_heahing_2{
  margin: 0!important;
  color: rgba(0,0,0,0.78)!important;
  font-size: 30px!important;
  padding-bottom: 25px !important;
  font-weight: 400;
}
.ge_breadcrumbs_box{padding-top:5px;padding-bottom:5px;margin-bottom:10px;}
.bold{color:#666666!important;font-weight:bold!important;}
@media(max-width: 1080px){
  .ge_h_right{padding: 0;}
  .help_heahing_2{font-size: 20px!important;font-weight: 500;}
}
/*--end--*/




/*------about us page-----*/
.ge_m_heading{
  padding: 0 0 7px 0!important;
  margin: 0!important;
  font-size: 30px!important;
  color: #0a192e!important;
  text-transform: none!important;
  position: relative;
  display:inline-block;
}
.ge_m_heading:after{
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color:#F86810;
  left: 50%;
  margin-left: -20px;
  border-radius: 2px;
  bottom: 0;
}
.about_top{background-color: #ffffff;text-align: center;padding: 80px 10px;}
.highlight_text{
  font-size: 23px!important;
  padding: 0!important;
  margin: 0!important;
  text-transform: none!important;
  color: #323232!important;
  font-weight: 500!important;
  margin-bottom: 10px!important;
}
.about_top p{font-size: 17px;line-height: 25px;color: #323232;}
.aboutcontact{font-size: 16px;color: #EF7F1A;text-decoration: none!important;}
.aboutcontact a{color: inherit;font-weight: bold;}
.margin_h{margin-bottom: 60px!important;}
.founder_sec,.builtwith{background-color:#FAFAFA;padding: 80px 10px;}
.ge_socilaLink a{
  font-size: 20px;
  display:inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin:4px 6px;
  opacity: 0.85;
}
.ge_socilaLink .fa-linkedin{color: #0177B5;}
.ge_socilaLink .fa-twitter{color: #2CAAE1;}
.ge_socilaLink a:hover{opacity: 1;}
.ge_f_box{
  border-radius:2px;
  width: 240px;
  text-align: center;
  display:inline-block;
  margin: 0 50px;
  padding-bottom: 5px;
}
.ge_f_pick{
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius:3px 3px 2px 2px;
  opacity: 0.85;
  background-color: #fafafa;
}
.ge_f_box h4{
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  padding-top: 14px;
  padding-bottom: 4px;
  color: #545357;
  text-transform: capitalize;
}
.ge_f_box h6{
  margin: 0;
  font-size: 16px;  
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: #79787d;
}
.col-sm-12.listofmembers{padding-left: 0!important;padding-right: 0!important;}
.listofmembers ul{padding: 0;margin: 0;}
.ge_f_box:hover .ge_f_pick{opacity: 1;border-radius:3px 3px 0 0;}
.ge_f_box:hover{background-color:#fafafa;}
.team_sec{background-color:#ffffff;padding: 80px 10px;}
.team_sec .ge_f_box{
  border-radius:2px;
  width: 200px;
  text-align: center;
  display:inline-block;
  margin: 0 13px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.team_sec .ge_f_pick{height: 210px;}
.team_sec .ge_f_box h4{
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 4px;
  color: #545357;
}
.grayicon .fa-linkedin,.grayicon .fa-twitter{
  color: #323232!important;
  opacity: 0.2;
  pointer-events:none!important;
  cursor: default!important;
}
.tech_logo{
  background: #fff;
  border: solid 1px #ccc;
  border-radius:3px;
  text-align:center;
  padding: 4px;
  margin-bottom:20px;
}
.tech_logo{height: 74px;}
.tech_logo img{
  width: auto;
  max-width: 96%;
  max-height: 100%;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.tech_logo:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.tech_logo:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media(max-width: 1080px){
.ge_f_box{border-radius:2px;width: 256px;text-align: center;display:inline-block;margin:25px 25px;}
.margin_h{margin-bottom: 35px!important;}
.team_sec,.founder_sec,.builtwith{padding: 40px 0;}
}
/*--end--*/




/* ----------Merathon Landing Page--------- */
.marathon_top{text-align: center;position: relative;}
.marathon_top img{max-width: 100%;}
.maran_top_posi{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.marathon_top h1{
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 34px !important;
  font-weight: 600 !important;
}
.marathon_top h3{
  margin: 0;
  padding: 0;
  padding-top: 15px;
  color: #fff!important;
  font-size: 18px !important;
  font-weight: normal !important;
}
.btn_getstart{
  background-color: #EF7F1A;
  color: #fff;
  width: 200px;
  display: inline-block;
  padding: 7px 0!important;
  margin-top: 60px;
  border-radius: 3px;
  font-weight: normal!important;
  font-size: 20px;
  border: 1px solid #EF7F1A;
}
.btn_getstart:hover{color: #fff;opacity: 1;text-decoration: none;}
.marathon_top_layer{
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
}
.sec_pad_t_b{padding-top: 80px;padding-bottom: 80px;}
.mar_h_sec{
  font-weight: 600;
  color: #0F2B40!important;
  margin: 0!important;
  margin-bottom: 10px!important;
  padding-bottom: 5px;
  font-size: 26px!important;
  position: relative;
  display: inline-block;
}
.mar_h_sec.b_line::after{border: none;}
.mar_h_sec::after{
  content: '';
  border: 1px solid #EF7F1A;
  border-top: 2px solid #EF7F1A;
  position: absolute;
  left: 15%;
  bottom: -4px;
  width: 70%;
}
.mar_globe{background-color: #fff;overflow: hidden;}
.marthon_list_point{
  padding: 0;
  margin: 0;
  text-align: left;
  color: #444;
  list-style-type: none;
  list-style-image: url(../images/list-arrow.png);
  list-style-position: outside;
  margin-left: 30px!important;
  font-size: 15px;
  line-height: 130%;
  animation: moveUL 2.2s;
  -webkit-animation: moveUL 2.2s;
}
.marthon_list_point li{margin-bottom: 6px;}
@keyframes moveUL {
  from{ opacity: 0; transform: translateY(400px);}
    to{ opacity: 1; transform: translateX(0px);}
}
@-webkit-keyframes moveUL {
  from{ opacity: 0;-webkit-transform: translateY(400px); }
    to{ opacity: 1;-webkit-transform: translateX(0px);}
}
.trusted_org_mart{background-color: #e7e7e7;overflow: hidden;}
.trusted_org_mart .traning_partner_logo{margin-bottom: 15px;}
.trusted_org_mart .traning_partner_name{font-style: normal;font-size: 11px;}
.trusted_org_mart .traning_partner_name a{color: inherit;}
.mar_grid{padding-left: 6px!important;padding-right: 6px!important;}
@media(min-width: 767px) and (max-width: 1080px){
  .mt50{margin-top: 0!important;}
  .marathon_top h1{font-size: 30px !important;}
  .marathon_top h3{font-size: 14px !important;}
  .btn_getstart{width: 160px; padding: 5px 0!important; margin-top: 40px!important;}
  .btn_getstart:hover{padding: 5px 0!important;}
}
@media(max-width: 768px){
  .mt50{margin-top: 0!important;}
  .marathon_top h1{font-size: 22px !important;}
  .marathon_top h3{font-size: 13px !important; padding-top: 5px!important;}
  .btn_getstart{width: 90px; padding: 2px 0!important;font-size: 14px!important;margin-top: 10px!important;}
  .btn_getstart:hover{padding: 2px 0!important;}
  .mar_h_sec {font-size: 20px !important;font-weight:600; margin:0!important;padding-bottom:15px!important;}
  .sec_pad_t_b{padding-top: 30px;padding-bottom: 30px;}
}
.marthon_query{
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  float: right;
  border: 1px solid #0F2B40;
  border-radius: 2px;
}
.marthon_query_inner{padding: 15px;}
.marthon_query h4{
  margin: 0;
  font-size: 17px!important;
  color: #f5f5f5;
  font-weight: 500;
  padding: 12px 5px;
  text-align: center;
  background-color: #0F2B40;
}
.marthon_query_input{margin-bottom: 15px;position: relative;}
.marthon_query_input span{
  position: absolute;
  left: 9px;
  top: 8px;
  color: #ccc;
  font-size: 16px;
  background-color: #ffffff;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.marthon_query_input input[type="text"],
.marthon_query_input input[type="email"],
.marthon_query_input input[type="tel"]{
  padding-left: 36px!important;
}
.marthon_query_input textarea{resize: none;}
.marsubmit{
  background-color: #449d44;
  width: 170px;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff!important;
  border-radius: 2px!important;
  opacity: 0.9;
}
.marsubmit:hover{opacity: 1;transition: 500ms;}
@media(max-width: 768px){
  .marthon_query{
    width: 100%;
    max-width: 100%!important;
    margin: 0 auto;
    margin-top: 15px;
    float: none;    
    border: 1px solid #0F2B40;
    border-radius: 2px;
  }
}
.marathon_evn_list{background-color: #fff;overflow: hidden;}
.mar_table{width: 100%;border-collapse: collapse;overflow: hidden;background-color: rgba(255, 255, 255, 0.9);}
.mar_table tbody tr td{padding: 6px 8px;}
.mar_table tbody tr td:first-child{width: 45%!important;}
.mar_table tbody tr td:last-child{width: 120px;    text-align: right;}
.mar_table tbody tr td:nth-child(2){text-align: center;width: 100px!important;}
.mar_table tbody tr td:nth-last-child(2){text-align: center;width: 200px!important;}
.mar_table tbody tr td .schedule_time{color: #888;}
.mar_table tbody tr td .mar_price{font-weight: 600;}
.mar_table tbody tr{border: 1px solid #E5E5E5;border-top: none;}
.mar_table tbody tr:first-child{border-top: 1px solid #E5E5E5;}
.mar_schedule_det{position: relative;padding-left: 152px;line-height: 19px;}
.mar_event_img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 145px;
  background-size: 100% 100%;
}
.mar_event_n{font-size: 15px;font-weight: 500;line-height: 18px;}
.mar_event_n a,.mar_event_n a:hover{color: inherit;text-decoration: none!important;}
.mar_date_time{color: #666;    font-size: 11px;}
.mar_org_logo{width: 100px;height: 56px;overflow: hidden;}
.mar_org_logo img{max-width: 94px;max-height: 100%;}
.mar_org_logo:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mar_city{
  font-size: 14px;
  font-weight: 500;
  color: #074E86;
  max-width: 200px;
}
.mar_registration{
  background-color: #449d44;
  color: #fff;
  padding:8px 10px;
  color: #fff;
  border-radius: 1px;
  display: inline-block;
  line-height: 100%;
  opacity: 0.9;
}
.mar_registration:hover{opacity: 1;text-decoration: none;color: #fff;}
.view-more{
  border: 1px solid #d5d5d5!important;
  background-color: #F5F5F5!important;
  line-height: 100%!important;
  padding: 11px 26px!important;
  display: inline-block;
  margin-top: 15px!important;
  border-radius: 26px!important;
}
.view-more:hover{color: #333!important;background-color: #FaFaFa!important;}
@media(max-width: 768px){
  .mar_table tbody tr{display: block}
  .mar_table tbody tr td:first-child{display: block!important;width: 100%;min-width: 100%;}
  .mar_table tbody tr td:nth-child(2),
  .mar_table tbody tr td:nth-child(3),
  .mar_table tbody tr td:nth-child(4),
  .mar_table tbody tr td:nth-child(5){display: inline-block!important;width: 49%!important;}
  .mar_table tbody tr td .mar_city{display: block;text-align: right;}
  .mar_table tbody tr td .mar_price{display: block;text-align: left!important;}
  .mar_org_logo{width: 50px;height: 50px;overflow: hidden;}
  .mar_org_logo img{max-width: 45px;max-height: 100%;}
  .mar_schedule_det{padding-left: 0;}
  .mar_event_img{display: none;}
  .mar_table tbody tr td{padding: 6px 4px!important;}
}
.bounce-up .divanimation {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0, 200px, 0);
  -webkit-transform: translate3d(0, 200px, 0);
  -o-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  transform: translate3d(0, 200px, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bounce-up.in-view .divanimation {
  opacity: 1;
  -moz-transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  transform: translate3d(0px, 0, 0);
}
.marathon_calendar_sec{background-color: #fff;}
.image_top_sec{
  background: rgba(0, 0, 0, 0) linear-gradient(rgba(255, 255, 255, 0.9) 0%, white 30%) repeat scroll 0 0;
  margin-top: -93px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 30px;
  padding-bottom: 50px;
}
.marathon_catg{padding: 0;margin: 0 auto;list-style-type: none;}
.marathon_catg li{display: inline-block;}
.marathon_catg li a{
  background-color: #fff;
  border-radius: 1px!important;
  line-height: 100%;
  display: block;
  margin-right: 10px;
  margin-top: 5px;
  padding: 9px 18px;
  text-transform: capitalize;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #eee;
  position: relative;
}
.marathon_catg li a:hover{text-decoration: none;color: #F6682F;}
.marathon_catg li.active a{border-color: #F6682F;color: #F6682F;}
.marathon_catg li.active a::after{
  content: " ";
  width: 100%;
  height: 3px;
  background-color: #F6682F;
  position: absolute;
  top: 0;
  left: 0;
}
.image_top_sec_h{
  padding: 0;
  margin: 0;
  color: #074e86!important;
  font-size: 34px !important;
  line-height: 100%;
  letter-spacing: 0;
  margin-top: 5px!important;
  margin-bottom: 20px!important;
  font-weight: 500 !important;
}
.image_top_sec_h small{color: #EF7F1A;font-weight: 600 !important;}
.mar_search_cal{
  max-width: 500px;
  position: relative;
  margin: 0 auto;
  margin-top: 22px;
  margin-bottom: 20px;
}
.mar_search_cal input{min-height: 40px!important;border-radius: 2px!important;}
.mar_search_cal .mar_search_button{
  width: 60px;
  height: 100%;
  text-align: center;
  background-color: #f6682f;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: none;
  border: 1px solid #f6682f;
  font-size: 20px;
  color: #fff;
  opacity: 0.9;
  transition: 300ms;
  border-radius: 0 3px 3px 0!important;
}
.mar_search_cal .mar_search_button:hover{opacity: 1;transition: 300ms;}
.mar_country_city{
  background-color: #FAFAFA;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 4px 4px;
  width: 100%;
  border-top: 1px solid #f8f8f8;
}
.mar_country_city_inner{position: relative;padding-right: 85px;}
.mar_all_cities{
  padding: 7px;
  color: #fff;
  line-height: 100%;
  background-color: #f6682f;
  font-size: 13px;
  border-radius: 1px;
  font-weight: 500;
  box-shadow: none;
  position: absolute;
  right: 5px;
  top: 6px;
  opacity: 0.9;
}
.mar_all_cities:hover{opacity:1;color: #fff!important;}
.mar_country_city ul{
  padding: 0;
  margin: 0;
  height: 40px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.mar_country_city ul li{
  display: inline-block;
  list-style-type: none;
  position: relative;
  line-height: 100%;
}
.mar_country_city ul li::before {
  border: 0 none;
  color: #e0e0e0;
  content: "|";
  right: -3px;
  position: absolute;
  top: 13px;
  font-weight: 300;
  line-height: 100%;
}
.mar_country_city ul li a{
  display: inline-block;
  padding: 0 10px;
  line-height: 40px;
  color: #7f7f7f;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
}
.mar_country_city ul li a:hover,.mar_country_city li.active a{color: #EF7320;text-decoration: none;}
.mar_cal_list_box{
  border: 1px solid #e5e5e5;
  padding: 0 13px;
  position: relative;
  margin-top: 33px!important;
}
.mar_cal_list_box .mar_cal_list_inner:last-child{border: none;}
.divspace{margin-bottom: 30px;}
.mar_cal_list_inner{
  position: relative;
  padding-left: 80px;
  border-bottom: 1px dotted #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 108px;
}
h1.mar_cal_list_event_n{
  font-size: 17px!important;
  font-weight: 500!important;
  line-height: 18px!important;
  color: #444!important;
  padding: 0!important;
  margin: 0!important;
  letter-spacing: 0!important;
}
h1.mar_cal_list_event_n a,h1.mar_cal_list_event_n a:hover{color: inherit;text-decoration: none!important;}
.mar_cal_date_time{color: #666;    font-size: 13px!important;padding-top: 3px;}
.mar_cal_date_time span{
  color: #EF7F1A;
  font-size: 14px!important;
  font-weight: 500;
  position: relative;
  padding-right: 18px;
  line-height: 100%;
  display: none;
}
.mar_cal_date_time span:after{
  color: #dfdfdf;
  content: "|";
  font-weight: 300 !important;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mar_cal_ticket span{
  background-color: #F2F2F2;
  display: inline-block;
  padding: 2px 6px;
  padding-right: 2px;
  border-radius: 2px;
  line-height: 20px;
  margin-top: 6px;
  margin-right: 4px;
  white-space: nowrap;
  border: 1px solid #F2F2F2;
  font-size: 12px;
}
.mar_cal_ticket span small{
  background-color: #c5c5c5;
  color: #fff;
  padding: 2px 4px;
  padding-left: 3px;
  border-radius: 1px 2px 2px 1px;
  position: relative;
  margin-left: 15px;
  white-space: nowrap;
  font-size: 12px!important;
}
.mar_cal_ticket span small::before{
  content: " ";
  position: absolute;
  top: 0;
  left: -9px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  -webkit-border-top: 9px solid transparent;
  -moz-border-top: 10px solid transparent;
  border-bottom: 9px solid transparent;
  border-right:9px solid #c5c5c5;
}
.date_month{
  position: absolute;
  left: 10px;
  top: -19px;
  display: inline-block;
  padding: 1px 3px;
  background-color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  color: #f6682f;
  font-family: oswald-regular;
}
.mar_cal_list_inner:hover h1.mar_cal_list_event_n a{color: #1F6EB3;}
.mar_cal_list_cal{
  position: absolute;
  left: 0;
  top: 18px;
  box-sizing: border-box;
  width: 68px;
  height: 72px;
  border-radius: 2px 2px 3px 3px;
  background-color: #f1f1f1;
  box-shadow: 0 1px 0 #ddd;
}
.mar_cal_list_cal span{display: block; text-align: center;}
.mar_cal_list_cal span:first-child{
  background-color: #D4644E;
  height: 28px;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 28px;
  font-size: 18px;
  color: #F9f9f9;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-bottom: 1px solid #D0500E;
  position: relative;
}
.mar_cal_list_cal span:first-child::before{
  content: " ";
  position: absolute;
  width: 5px;
  height: 10px;
  background-color: #f1f1f1;
  top: -5px;
  left: 8px;
  border-radius: 1px 1px 0 0;
  box-shadow: inset 0 -1px 2px #C8C8C8;
}
.mar_cal_list_cal span:first-child::after{
  content: " ";
  position: absolute;
  width: 5px;
  height: 10px;
  background-color: #f1f1f1;
  top: -5px;
  right: 8px;
  border-radius: 1px 1px 0 0;
  box-shadow: inset 0 -1px 2px #C8C8C8;
}
.mar_cal_list_cal span:last-child{
  height: 44px;
  box-sizing: border-box;
  text-transform: uppercase;
  line-height: 44px;
  font-size: 26px;
  font-weight: 900;
  color: #505050;
  text-shadow: 0 1px 1px #f0f0f0;
}
.mar_cal_list_cal span:last-child::after{
  content: " ";
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 14px solid transparent;
  border-top: 15px solid #DDDEDF;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media(max-width: 768px){
  .image_top_sec{margin-top: -60px;}
  .image_top_sec_h{font-size: 28px!important;margin-top: 5px!important;margin-bottom: 5px!important;}
  .mar_cal_list_inner{padding-left: 0;}
  .mar_cal_list_cal{display: none;}
  .mar_cal_date_time span{display: inline-block;}
  .mar_cal_list_box{padding: 0 5px;}
  .date_month {font-size: 18px;top: -16px;}
  .mar_cal_ticket span{padding: 2px 3px;font-size: 11px;}
  .mar_cal_ticket span small{font-size: 11px;margin-left: 11px;}
}
/*--end--*/




/*--- Radio Design ---*/
.radioesign label input,
label.radioesign input,
label.small-radio input{opacity: 0;position: absolute;visibility: hidden;}
.couponcombine.pad{padding-left: 0 !important;}
.tciketmodel .col-md-4,.tciketmodel .col-md-8{width: 100%!important;}
.couponcombine {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0!important;
  position: relative;
  display: none;
}
.radioesign label,
label.radioesign{
  position: relative;
  padding-left: 27px;
  font-size: 15px;
  font-weight: normal;
}
label.radioesign{padding-right: 14px;}
.radioesign label span,
label.radioesign span{
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #c9c9c9;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  -webkit-transition:500ms;
  -moz-transition:500ms;
  -ms-transition:500ms;
  -o-transition:500ms;
  transition:500ms;
}
label.small-radio{font-weight: normal;}
label.small-radio span{
  position: relative;
  top: -1px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border: 2px solid #7f7f7f;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition:100ms;
  -moz-transition:100ms;
  -ms-transition:100ms;
  -o-transition:100ms;
  transition:100ms;
  vertical-align: middle;
  background: #fff;
  margin-right: 4px;
}
label.small-radio:hover span,
.radioesign label:hover span,
label.radioesign:hover span{border-color: #f86810;}
.radioesign label input[type="radio"]:checked ~ span,
label.radioesign input[type="radio"]:checked ~ span,
label.small-radio input[type="radio"]:checked ~ span{
  display: inline-block;
  border-color: #f86810;
}
.radioesign label input[type="radio"]:checked ~ span,
label.radioesign input[type="radio"]:checked ~ span,
label.small-radio input[type="radio"]:checked ~ span:after{
  content: '';
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
  width: 7px;
  height: 7px;
  background: #f86810;
  border-radius: 50%;
  -webkit-animation:radi 100ms linear;
  animation:radi 100ms linear;
}
@keyframes radi{
  from{transform: scale(0.5);}
  to{transform: scale(1);}
}
@-webkit-keyframes radi{
  from{-webkit-transform: scale(0.5);}
  to{-webkit-transform: scale(1);}
}
/* end radio */


/*---Custom  Checkbox Design ---*/ 
label.checkdesign input[type="checkbox"]{
  opacity: 0!important;
  position: absolute!important; 
  visibility: hidden!important;
}
label.checkdesign{
  position: relative!important;
  padding-left: 24px!important;
  margin-bottom: 0px!important;
  font-weight: normal!important;
  min-height: 16px!important;
} 
label.checkdesign span.checkboxcheck{
  position: absolute;
  top:4px!important;
  left: 0px!important;
  width: 16px!important;
  height: 16px!important;
  border: 2px solid #c6c6c6!important;
  border-radius: 2px!important;
  display: inline-block!important;
  -webkit-transition:500ms;
  -moz-transition:500ms;
  -ms-transition:500ms;
  -o-transition:500ms;
  transition:500ms;
  background: #fff!important;
}
label.checkdesign:hover span.checkboxcheck{
  border-color: #f86810!important;
}
label.checkdesign input[type="checkbox"]:checked ~ span.checkboxcheck{
  display: inline-block!important;
  border-color: #f86810!important;
  background-color: #f86810!important;
}
label.checkdesign input[type="checkbox"]:checked ~ span.checkboxcheck::after{
  content: '';
  position: absolute!important;
  display: block!important;
  top: 3px!important;
  left: 1px!important;
  width: 10px!important;
  height: 5px!important;
  border-left: 2px solid #ffffff!important;
  border-bottom: 2px solid #ffffff!important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* --End checke box-- */




/*-----------booking detail------------*/
.ord_address{position: relative;padding-left: 80px;}
.ord_address span{position: relative;padding-right: 16px;}
.ord_address span::after{
  content: "|";
  position: absolute;
  right: 5px;
  top: -5px;
  color: #e0e0e0
}
.ord_address span:last-child::after{content: none;}
.ord_det_top_logo{
  height:42px;
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
.ord_det_top_logo img{max-width: 76px;max-height: 100%;}
.ord_det_top_logo:before{
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.ord_event_name{
  color: #333 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  margin: 0 !important;
  padding: 0 0 3px 0!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ord_ticket_summery{position: relative;}
.ord_ticket_summery .ord_ticket_click{cursor: pointer;position: relative;background-color: #fff;}
.ticket_summery_t{
  padding: 6px 10px;
  background-color: #FFFFFF;
  border-top: 1px solid #f5f5f5;
  position: absolute;
  top: 26px;
  right: 0;
  width: 100%;
  min-width: 300px;
  z-index: 10;
  border-radius: 2px 2px 3px 3px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.18);
  display: none;
}
table.tic_qt_table{width: 100%;}
table.tic_qt_table thead tr th{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.78);
  padding: 1px 0;
}
table.tic_qt_table thead tr th:last-child,
table.tic_qt_table tbody tr td:last-child{
  min-width: 25%;
  text-align: right;
}
table.tic_qt_table tbody tr td{
  color: #666!important;
  padding: 3px 0!important;
  line-height: 20px;
}
table.tic_qt_table thead tr th:nth-child(2),
table.tic_qt_table tbody tr td:nth-child(2){
  min-width: 20%;
  text-align: center;
}
.web_hide{display: none;font-size: 15px;line-height: 100%;font-weight: 500;color: rgba(0, 0, 0, 0.78);}
.ord_comp_time{
  margin: 15px 0 10px 0;
  border-radius: 2px;
  padding: 4px 0;
  border: 1px solid #f2f2f2;
  background-color: #fafafa;
}
.time_count{
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  padding: 0 10px;
  line-height: 100%;
  margin-top: 4px;
  color: #074E86;
  border-right: 1px solid #ddd;
}
.time_count_msg{padding: 4px 10px;line-height: 120%;}
.detailfield{margin-bottom: 10px;padding-bottom: 10px;}
.detailfield_h{font-size: 16px;color: #444;font-weight: 500;}
.detailfield .form-group:last-child{margin-bottom: 0;}
.detailfield.ttendee {margin-top: 20px;}
.detailfield.ttendee .form-group{margin-bottom: 7px!important;}
.order_main_payment_h.payment_h{
  padding: 8px 0 20px 0;
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  color: #042E6F;
  text-align: center;
}
.selectpaymentoption{margin-bottom: 16px;}
.main_vtab_radio{
  height: 39px;
  background-color: #F5F5F5;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  line-height: 39px;
  width: 100%;
  padding: 0 0 0 8px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.main_vtab_radio .small-radio{display: block;}
.main_vtab_radio:hover{border-color: #ff9800;background-color: #FaFaFa;;}
.payimg{max-width: 90%;max-height: 29px;margin-top: -2px;}
.selectpaymentoption .paymentoffertext{
  font-size: 11px;
  line-height: 16px;
  margin: 0;
  padding: 2px 2px;
  color: rgba(0, 0, 0, 0.65);
}
.order_payment_button button{
  height: 40px;
  margin-top: 15px;
  border-radius: 3px!important;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15)!important;
}
.mline_or{margin-top: 20px;height: 160px;padding: 5px 0;position: relative;}
.mline_or span{
  height: 100%;
  border: 1px solid #efefef;
  display: block;
  width: 2px;
  margin: 0 auto;
}
.mline_or small{
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 100%;
  padding: 7px 0 5px 0;
  transform: translate(-50%, -50%);
  font-family: "oswald-regular";
  font-size: 26px;
  background-color: #fff;
  color: #c9c9c9;
}
.request_otp{display: none;}
.request_otp h4{
  padding: 0;
  margin-right: 0;
  font-size: 20px;
  font-weight: 500;
  color: #042E6F;
}
.request_otp button{max-width: 160px;margin-top: 15px;}
.vtab{padding: 0;margin: 0;list-style-type: none;}
.vtab li a{
  font-size: 14px;
  text-transform: capitalize;
  color: #444;
  padding: 9px 10px 9px 44px;
  position: relative;
  display: block;
  background-color: #F6F6F6;
  border-bottom: 1px solid #dbdbdb;
  border-left: 3px solid transparent;
}
.vtab li a:hover,.vtab li a:link{text-decoration: none!important;}
.vtab li.active a{
  border-right: none;
  background-color: #fff;
  width: 100.5%;
  border-left-color:#EF7F1A;
  color: #EF7F1A;
}
.vtab li a i{
  font-size: 22px;
  color: #777;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -11px;
}
.vtabbox{border: 1px solid #dbdbdb;margin-top: 20px;display: none;}
.vtabbox .order_main_payment_h{
  background-color: #F1F1F1;
  padding: 8px 0 0 10px!important;
  margin: 0!important;
  color: #042E6F;
  font-weight: 500;
  font-size: 20px;
}
.card_opt_ge{border-bottom: 1px solid #eee;padding-bottom: 5px;min-height: 38px;font-size: 16px;}
.card_opt_ge span{padding-right: 2px;font-size: 14px;font-weight: 500;color: rgba(0, 0, 0, 0.78);}
.card_opt_ge img{width: 100%;max-width: 44px;max-height: 28px;margin: 0;}
.vtab_detaifield{padding: 10px 0;}
.vtab_detaifield .form-group{margin-bottom: 10px;}
.vtab_detaifield label{margin-bottom: 0;}
.vtabbox .tab-content{padding: 10px 15px 10px 0;min-height: 350px;}
.vtab{min-height: 351px;background-color: #fff;border-right: 1px solid #dbdbdb;}
.vtab_card_num select{max-width: 90px;float: left;}
.vtab_card_num select:first-child{margin-right: 24px;position: relative;}
.vtab_card_num{position: relative;}
.vtab_card_num::after{
  content: '/';
  position: absolute;
  left: 101px;
  top: 5px;
  color: #c9c9c9;
}
.vtab_cvv{position: relative;padding-right: 36px;}
.vtab_cvv .fa-question-circle{
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: 0;
  font-size: 20px;
  color: #9c9c9c;
}
.use_paytm_wallet{
  border-bottom: 1px solid #d7d7d7;
  background-color: #F1F1F1;
  position: relative;
  padding-bottom: 10px;
}
.use_paytm_wallet_list{
  width: 33.33%;
  float: left;
  padding: 12px;
  position: relative;
  min-height: 77px;
}
.use_paytm_wallet_list:nth-child(1)::after{
  content: '-';
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -12px;
  font-size: 25px;
  line-height: 100%;
  font-weight: 500;
}
.use_paytm_wallet_list:nth-child(2)::after{
  content: '=';
  position: absolute;
  right: -7px;
  top: 50%;
  margin-top: -12px;
  font-size: 25px;
  line-height: 100%;
  font-weight: 500;
}
.use_paytm_wallet_inner{
  border: 1px solid #d7d7d7;
  padding: 10px;
  background-color: #fff;
  border-radius: 2px;
  line-height: 100%;
}
.use_paytm_wallet_inner strong{display: block;padding-top: 5px;}
.use_paytm_wallet_remaining{
  text-align: center;
  font-size: 11px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 100%;
  color: green;
  font-weight: 500;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.savecardbox{border: 1px solid #ddd;border-radius: 2px;margin: 8px 0;}
.savecardboxinner{position: relative;padding: 12px 4px 4px 4px;}
.savecardboxinner small{display: inline-block;width: 30px;height: 20px;}
.savecardboxinner small img{width: 100%}
.savecardboxcvv{width: 40px;position: absolute;right: 4px;top: 3px;}
.savecardboxcvv input{max-width: 40px;height: 20px;text-align: center;padding: 0 3px!important;}
.savecardboxcvv label{display: block;line-height: 105%;font-size: 11px;margin: 0!important;}
.savecardheader{background-color: rgba(56, 119, 233, 0.09);padding: 1px 4px;margin-bottom: 2px;}
.savecardheader a{text-decoration: none!important;font-weight: normal;}
.request_otp .selectpaymentoption{margin-bottom: 10px;}
.request_otp .main_vtab_radio{height: 36px;line-height: 36px;}
.ord_priv_text{color: #c0c0c0;font-size: 12px;padding-top: 26px;text-align: center;}
.ord_priv_text a{color: inherit;}
.btn-warning.btn-warning_ord{margin-top: 20px;}
.select_payment_method{max-width: 650px;margin: auto;}
@media(max-width: 1080px){
  .web_hide{display: inline-block}
  .ord_address{padding: 0;min-height: 100%;padding-left: 0;line-height: 140%;}
  .ord_address span{padding-right: 16px;white-space: nowrap;}
  .ord_address span::after{content: none;}
  .ord_det_top_logo{height:auto;width: 100%;position: relative;margin-top: 0;margin-bottom: 10px;}
  .ord_det_top_logo img{max-width: 52px;max-height: 100%;}
  .order_main_payment_h.payment_h,.vtabbox .order_main_payment_h{font-size: 18px;}
  .detailfield_h{font-size: 13px;}
  .ord_event_name{font-size: 16px !important;}
  .ord_address span{font-size: 12px;}
  .mobile_hide{display: none;}
  .mline_or{margin-top: 35px;margin-bottom: 26px;height: 2px;padding: 0 0;position: relative;}
  .mline_or span{width: 100%;}
  .mline_or small{font-size: 20px;}
  .request_otp h4{font-size: 16px;}
  .vtab{min-height: auto;}
  .card_opt_ge img{max-width: 28px;}
  .vtabbox .tab-content{padding:10px 10px 10px 10px;}
}
/*--end--*/




/*---------Booking confirmation----------*/
.confirmation_main_box {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 10px;
  padding: 26px 40px;
}
.confirmation_t{padding-bottom: 10px;}
.conf_event_name{
  color: rgba(0, 0, 0, 0.78);
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 4px;
}
.conf_event_name.colorgreen{color: #4CAF50;}
.conf_event_name.colorgreen a{color: inherit ;}
.selected_total.conf_det_total{border: 1px solid #F0F0F0;background-color: #ffffff;border-radius: 3px;overflow: hidden;}
.ordconfirmation_tic{background-color: #FAFAFA;padding: 10px 15px 15px 15px;border: 1px solid #F0F0F0;border-radius:3px;}
table.tic_qt_table thead tr th{text-transform: uppercase;padding: 5px 12px 2px 12px;font-weight: 500;font-size: 12px;color: rgba(0, 0, 0, 0.78);}
table.tic_qt_table tbody tr td{padding: 6px 10px!important;line-height: 20px;color: rgba(0, 0, 0, 0.78);}
table.tic_qt_table thead tr th:last-child,
table.tic_qt_table tbody tr td:last-child{
  min-width: 25%;
  text-align: right;
}
.selected_total tr.total_amount td{
  color: #282c35;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding:  0 10px!important;
}
.selected_total .amount_payable tr td{padding: 2px 10px!important;}
.selected_total .convenience_fee tr td{padding: 0 10px!important;}
.selected_total .convenience_fee tr td .convenience_fee_detail tr td{padding: 0 1px!important;}
.settext{margin: 0;padding: 0 0 8px 0;font-size: 15px;font-weight: 500;color: #074E86;}
.refnumber{text-align: center;font-weight: 500;}
.add_cal_ord_suc{display: inline-block;cursor: pointer;margin-top: 15px;color: #616EC3;}
.add_cal_ord_suc i{font-size: 28px;display: block;padding-bottom: 4px;}
.download_app_img{margin-top: 15px;}
.download_app_img img{margin: -7px 15px 0 15px;}
.sharetextinline{font-size: 18px;padding-right: 5px;margin-top: 2px;}
.ord_sucess_share{padding: 0;margin: 15px 0 0 0;display: inline-block;}
.ord_sucess_share li{float: left;padding: 0 8px;text-align: center;list-style-type: none;}
.ord_sucess_share li a{color: #444;text-decoration: none!important;font-size: 12px;}
.ord_sucess_share li span{
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  border-radius: 50%;
  color: #ffffff;
}
.ord_sucess_share .facebook{background-color: #3B579D;border-color: #3B579D; color: #fff; opacity: 0.9;transition: 500ms;}
.ord_sucess_share .twitter{background-color: #2CAAE1;border-color: #2CAAE1; color: #fff; opacity: 0.9;transition: 500ms;}
.ord_sucess_share .comment{background-color: #F87F14;border-color: #F87F14; color: #fff; opacity: 0.9;transition: 500ms;}
.ord_sucess_share .linkedin{background-color:#0077B5;border-color: #0077B5; color: #fff; opacity: 0.9;transition: 500ms;}
.ord_sucess_share .whatsapp{background-color: #0DC143;border-color: #0DC143; color: #fff; opacity: 0.9;transition: 500ms;}
.ord_sucess_share .googleplus{background-color: #DE5145;border-color: #DE5145; color: #fff; opacity: 0.9;transition: 500ms;}
.ord_sucess_share li a:hover .facebook,
.ord_sucess_share li a:hover .twitter,
.ord_sucess_share li a:hover .comment,
.ord_sucess_share li a:hover .linkedin,
.ord_sucess_share li a:hover .whatsapp,
.ord_sucess_share li a:hover .googleplus{
  opacity: 1;
  transition: 500ms;
}
.starcount{
  font-size: 18px;
  padding-right: 2px;
  font-weight: 500;
  cursor: default;
  color: rgba(0, 0, 0, 0.78);
}
.starrating i{color: #E7711B;font-size: 18px; cursor: default;}
@media(max-width: 1080px){
.confirmation_main_box{padding: 10px;}
.conf_event_name{font-size: 16px !important;}
.ord_sucess_share li{padding-left: 4px;padding-right: 4px;}
.ord_sucess_share li a{font-size: 11px!important;}
.ord_sucess_share li span{width: 28px;height: 28px;line-height: 28px;font-size: 16px;}
.download_app_img{margin-top: 5px;}
.download_app_img img{margin: -2px 5px 0 5px;max-width: 90px;}
.ordconfirmation_tic{padding: 10px;}
}
/*--end--*/




/*---------country brows page---------*/
.country-city{
  margin-bottom: 12px;
  padding: 5px 7px;
  background-color: #fff;
  border-radius:3px;
  border: 1px solid #eeeeee;
}
.countrytext{color: #444;font-weight: bold;text-decoration: none!important;}
.countrytext img{margin-right: 5px;}
.mb30{margin-bottom: 30px!important;}
.div-min-height{min-height: 250px;padding-bottom: 10px!important;position: relative;}
.city-browse{margin-top: 10px;background-color:#F9F9F9;position: relative;}
h3.featur-heading{
  text-transform: uppercase;
  padding: 0 0 5px 0;
  margin: 40px 0 0 0;
  font-weight: 500!important;
  font-size: 22px!important;
  color: #333!important;
}
.featured .borderB{
  border-top: 2px solid #EF7F1A;
  width: 100px;
  display: block;
  margin: 0 auto;
}
.featured{margin-bottom: 30px;}
.follower-list ul li .img-organization{
  width: 130px;
  height: 100px;
  border: 1px solid #eee;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.organization-list ul.list-inline li{text-align: center;margin: 10px 4px 0 8px!important;}
.follower-list{background-color: #fff;padding: 3px;padding-left: 5px;margin-bottom: 50px;}
.like-heading{background-color: #F9F9F9;text-align: center;font-size: 16px;color: #074E86;}
.follower-list ul li{
  width: 212px;
  padding: 15px;
  padding-top: 10px;
  margin: 10px 5px 0 5px;
  background-color: #F5F5F5;
}
.follower-list ul li .img-follower{
  width: 100px;
  height: 100px;
  border: 1px solid #eee;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.follower-list ul li img{width: 100%;height: 100%;}
.follower-list ul li i{
  display: block;
  word-spacing: -1px;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 25px;
  margin-top: 10px;
  text-transform: capitalize;
}
.followbtn{
  box-shadow: none!important;
  background-color: transparent;
  border: 1px solid #009FE3!important;
  color: #009FE3;
  border-radius: 2px!important;
  margin-top: 10px;
}
.follower-list ul li i a{color: inherit;text-decoration: none!important;}
.orgLikes ul li{padding-top: 15px;}
/*--end--*/


/* -----------user login as fb-------- */
.userlogingsection{
  width: 100%;
  min-height: 120px;
  padding: 20px 0;
  box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 99999999!important;
  display: none;
}
.userlogingsection.fullpagelogin{
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: auto;
}
.goeventbtn,.goeventbtn:hover{
  height: 40px;
  padding: 0;
  line-height: 40px;
  border-radius: 3px;
  border: 1px solid transparent;
  width: 200px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none!important;
}
.smalllogin{
  width: 100%;
  max-width: 800px;
  margin: auto;
  text-align: center;
}
.userlogingsection.fullpagelogin .smalllogin{display: none;}
.smalllogin h4{
  font-size: 20px;
  font-weight: 500;
  color: #323232;
  padding: 0;
  margin: 0;
  line-height: 18px;
  margin-bottom: 18px;
}
.loginbtn_fb span{
  display: inline-block;
  width: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  opacity: 0.6;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
}
.goeventbtn.orange_bg{background-image: linear-gradient(101deg, #f87710, #f88d10);}
.goeventbtn.blue_bg{background-color: #10376d;}
.userlogin_parent{
  position: relative;
  width: 100%;
  height: calc(100vh - 40px);
  overflow: hidden;
  overflow-y: auto;
  display: none;
}
.userlogingsection.fullpagelogin .userlogin_parent{display: block;}
.userloginpopup{
  width: 100%;
  max-width: 720px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 3px;
  display: table;
  overflow: hidden;
  clear: both;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.innerfield{
  width: 50%;
  box-sizing: border-box;
  float: left;
  padding: 20px;
  min-height: 406px;
}
.facebooklogin,.googlelogin{position: relative;}
.facebooklogin{
  text-align: center;
  background-color:#3B5998;
  color: #fff;
  background-image: url('../images/small-icon/facebook-logo.png');
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 8px center;
  margin-top: 12px;
}
.googlelogin{
  border-color: #dddddd;
  text-align: center;
  color: #7f7f7f;
  background-image: url('../images/small-icon/google-logo.png');
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 10px center;
  margin-top: 12px;
}
.googlelogin:hover{border-color: #F87F10;color: #656565;}
.innerfield_R .goeventbtn{width: 100%;}
.innerfield_R{background-color: #f7f7f7;}
.innerfield_R h4{
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  margin-bottom: 15px;
}
.rememberpart{margin-top: 5px;margin-bottom: 15px;}
.innerfield_R input[type='email'],.innerfield_R input[type='password']{
  border-color: transparent!important;
  padding: 0!important;
  height: 30px!important;
  border-radius: 0!important;
  border-bottom-color: #dddddd!important;
  background-color: transparent!important;
}
.innerfieldimg{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  box-sizing: border-box;
  background-color: #ffffff;
  min-height: 363px;
}
.notnow_parent{padding-top: 15px;text-align: center;}
.notnow_parent .notnow{
  color: #166CA9;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
@media(max-width: 768px){
  .innerfield_L{display: none;}
  .innerfield{width: 100%;float: none;}
  .userloginpopup{width: 100%;max-width: 500px;margin: auto;text-align: center;}
  .loginbtn_fb .goeventbtn{width: 130px;}
  .smalllogin h4{font-size: 15px;}
}
/*--end--*/




/*-------------set reminder calander---------*/
.addtocalendar var{display: none;}
.addtocalendar {position: relative;display: inline-block;background: transparent!important;}
.atcb-link {display: block;outline: none!important;cursor: pointer;}
.atcb-link:focus~ul,.atcb-link:active~ul,.atcb-list:hover{visibility:visible;}
.atcb-list{
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  width: 170px;
  z-index: 900;
}
.atcb-list,.atcb-item{
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
.atcb-item{float: none;text-align: left;}
.atcb-item-link{text-decoration: none;outline: none;display: block;}
.atcb-item.hover, .atcb-item:hover{
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
.atc-style-button-icon .atcb-link,
.atc-style-button-icon .atcb-link:hover,
.atc-style-button-icon .atcb-link:active,
.atc-style-button-icon .atcb-link:focus{
  text-decoration: none;
  outline: none;
  padding: 2px 2px;
}
#atc_icon_calbw1_ical_link{
  background-image: url(../images/ical.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
  padding-left: 20px;
}
#atc_icon_calbw1_google_link{
  background-image: url(../images/googleicon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
  padding-left: 20px;
}
#atc_icon_calbw1_outlook_link{
  background-image: url(../images/msoutlook.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
  padding-left: 20px;
}
#atc_icon_calbw1_outlookonline_link{
  background-image: url(../images/Icon_Oulook_20x20.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
  padding-left: 20px;
}
#atc_icon_calbw1_yahoo_link{
  background-image: url(../images/yahoo-icon.gif);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
  padding-left: 20px;
}
.atcb-list a{
  text-decoration: none!important;
  font-weight: normal;
  font-size: 14px!important;
  white-space: nowrap;
}
.atcb-list{box-shadow: 0px 0px 2px #999;}
/*--end--*/




/*------------date picker on event detail-----------*/
.clear {clear: both;}
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #d9d6c4!important; background: #eceadf url(../images/ui-bg_fine-grain_10_eceadf_60x60.png) 50% 50% repeat!important; color: #1f1f1f!important; }
.ui-widget-content a { color: #1f1f1f; }
.ui-widget-header { border: 1px solid #d4d1bf; background: #ffffff url(../images/ui-bg_fine-grain_15_ffffff_60x60.png) 50% 50% repeat; color: #453821; font-weight: bold; }
.ui-widget-header a { color: #453821; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #a9a089; background: #f8f7f6 url(../images/ui-bg_fine-grain_10_f8f7f6_60x60.png) 50% 50% repeat; font-weight: bold; color: #654b24; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #654b24; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #654b24; background: #654b24 url(../images/ui-bg_fine-grain_65_654b24_60x60.png) 50% 50% repeat; font-weight: bold; color: #ffffff; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 1px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev { left:15px; margin: 0px!important;}
.ui-datepicker .ui-datepicker-next { right:13px; margin: 0px!important;}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
 display: block; 
 position: absolute; 
 left: 50%; 
 margin-left: -25px; 
 background-color: #427fed;
 padding: 1px 8px!important;
 color: #fff;
 font-weight: bold!important;
 cursor: pointer;
}
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  text-align: center;
  text-decoration: none; 
  width: 28px!important;
  height: 24px!important;
}
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }
.ui-datepicker-calendar td {border: 2px solid transparent;}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
  background: #4285F4 none;
  border-color: #4285F4!important;
  color: white;
}
/*--end--*/



/*------------Autocomplete Location search---------------*/
.searchinputinner{position: relative;}
.ui-helper-hidden{display: none;}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-autocomplete{
  width: 250px;
  list-style: none;
  padding: 0px;
  background-color: #fff!important;
  background-image: none!important;
  z-index: 1050;
  font-family: 'Roboto', sans-serif!important;
  border:1px solid red!important;
}
.ui-menu .ui-menu-item{
  background-image: none!important;
  background-color: #fff!important;
  width: 100%;
  display: block; 
  border-bottom: 1px solid #eee;
}
.ui-menu .ui-menu-item:last-child{border-bottom: none!important;}
.ui-menu .ui-menu-item a{
  margin: 0px!important;
  padding: 0px!important;
  width: 100%;
  display: block;
  padding: 3px 10px!important;
  font-family: 'Roboto', sans-serif!important;
  color: rgba(0, 0, 0, 0.78)!important;
  font-size: 13px!important;
}
.ui-corner-all{
  background-image: none!important;
  background-color: transparent!important;
  border: none!important;
  font-weight: normal!important;
  text-decoration: none!important;  
}
.ui-widget-content{border-radius: 0 0 3px 3px!important;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) !important;overflow: hidden;max-height: 300px;overflow: hidden;overflow-y: auto;}
.ui-menu .ui-menu-item a:hover{color: #fff!important;background-color: #4267B2!important;cursor: pointer;}
.input_v, .input_vmobile{display: none;}
.input_v,.input_vmobile{
  max-height:180px;
  overflow-y:auto;
  z-index: 1050;
  position:absolute;
  background-color:#FFF;
  box-shadow: 0px 0px 2px #999;
}
.input_v ul,.input_vmobile ul{z-index: 1050;}
.input_v ul li,.input_vmobile ul li{width: 100%;list-style-type:none;border-bottom: 1px solid #ddd;}
.input_v ul li a,.input_vmobile ul li a ,.input_v ul .makeeventurl{
  color: #444;
  display: block!important;
  padding:3px 10px;
  width: 100%;
}
.input_v ul li a small{color: #848484!important;}
.input_v ul li a i,.input_v ul li i{color: #EF811E;margin-right: 5px;}
.input_v ul li a:hover,.input_vmobile ul li a:hover,.input_v ul .makeeventurl:hover{text-decoration: none;color: #fff;cursor: pointer;}
.input_v ul li:hover,.input_vmobile ul li:hover{background-color: #4267B2;}
/*--end--*/





/* -----------------organizer page---------------------- */
.section_on_org{max-width: 1680px;margin: auto;}
.org-detailbox{background-color: #FFF;padding: 15px 15px 5px 15px; }
.section_on_org .padleftright{padding-left: 0!important;padding-right: 0!important;}
.org-bannerbox img{max-width: 100%;margin: auto;}
.orgLogo{
  width: 100px;
  height: 100px;
  border-radius: 3px;
  position: relative;
  background: #F0F0F0 url('../images/org.jpg');
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.org-detailbox .media-heading{font-size: 18px;padding: 0;margin: 0;}
.org-follower{padding: 5px 0;}
.org-follower strong{margin-right: 5px;}
.org-follower button{margin-left: 10px;}
.btndeltin{
  border:1px solid #ddd!important;
  font-size: 12px!important;
  background-color: #eeeeee!important;
  height:24px;
  line-height: 24px;
  color: #666666!important;
  padding: 0 10px!important;
}
.btndeltin:hover{border-color: #F86810!important;background-color: #F86810!important;color: #ffffff!important;}
.social-share{line-height: 16px;}
.post-social-name{display: block;font-size: 11px;}
.listlink,.social-share{float: left;}
.listlink{line-height: 16px;margin-right: 50px;}
.listlink .list-inline,.listlink .list-inline li{padding: 0;margin: 0!important;}
.listlink li a{
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  border-radius: 3px;
  margin-right: 2px;
  overflow: hidden;
}
.org-facebook{background-color:#3B5998; border-color:#3B5998;}
.org-twitter{background-color:#659FCB; border-color:#659FCB;}
.org-google-plus{background-color:#D73532; border-color:#D73532;}
.org-linkedin{background-color:#0177B5; border-color:#0177B5;}
.org-pinterest{background-color:#B72629; border-color:#B72629;}
.listlink li a:hover{opacity: 0.85;}
.iconcolor{background-color: #cccccc;color: #ffffff;}
.iconcolor:hover{color: #ffffff;background-color: #074E86;}
.contactlink{margin-left: 45px;}
ul.post-social-list {padding: 0px;margin: 0px;}
ul.post-social-list li {float: left;list-style: none;}
ul.post-social-list li a {
  color: #fff;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid transparent;
  box-sizing: border-box;
  overflow: hidden;
  background: #ccc;
}
ul.post-social-list li.post-social-fb a:hover{background: #3e64ad;}
ul.post-social-list li.post-social-twit a:hover{background: #58ccff;}
ul.post-social-list li.post-social-pin a:hover{background: #de010d;}
ul.post-social-list li.post-social-goog a:hover{background: #cd3627;}
span.social-count-num,span.social-count-text{font-size: 13px;display: inline-block;margin-left: 3px;margin-top: 2px;}
.org-detail-tablist{background-color: #ffffff;border-top: 1px solid #EEEEEE;margin-bottom: 10px;box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.075);}
.org-detail-tablist ul li, .org-detail-tablist ul{margin: 0!important;padding: 0px;}
.org-detail-tablist ul li a,.org-detail-tablist ul li.normallatter a{
  padding: 6px 10px;
  display: inline-block;
  font-size: 13px;
  color: #666;
  margin-left: 2px;
  text-transform: capitalize;
  text-decoration: none!important;
  border-bottom: 2px solid transparent;
}
.org-detail-tablist ul li a:hover,.org-detail-tablist ul li a.active{border-color: #2196F3;color: #2196F3;}
.my-image-gallery,.my-videos-gallery{
  background-color: #fff;
  padding: 15px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 40px;
}
.section_on_org.browsecard{margin-bottom: 40px;}
h1.event_n_tab{font-size: 17px;color: #555;padding: 4px 0!important;margin: 2px 0 0 0!important;}
.wrapper_container .my-image-gallery, .wrapper_container .my-videos-gallery{
  box-shadow: none!important;padding: 0px!important;margin-bottom: 0px!important;
}
@media(max-width: 1080px){
  .orgLogo{width: 40px;height: 40px;}
  .org-detailbox {background-color: #FFF;padding: 8px 8px 5px 8px;}
  .org-detailbox .media-heading{font-size: 14px;font-weight: 500;}
  .contactlink{margin-left: 0;}
  .org-detail-tablist ul li,.org-detail-tablist ul{white-space: nowrap;overflow: auto;max-height: 38px;font-weight: 500;}
  .h_h3 .r_view{display: none;}
  .event_Qt_Ans {padding: 10px 10px!important;}
  .ask-question-panel a{font-size: 13px!important;}
  .ask-question{padding: 0 10px!important;}
  .ask-btn{top: 8px;}
  .tabs0 img,.tabs1 img,.tabs2 img,.tabs3 img,.tabs4 img,.tabs5 img,.tabs6 img,.tabs7 img{max-width: 100%!important;max-height: 100%!important;}
  .tabs0 p,.tabs1 p,.tabs2 p,.tabs3 p,.tabs4 p,.tabs5 p,.tabs6 p,.tabs7 p,
  .tabs0 p span,.tabs1 p span,.tabs2 p span,.tabs3 p span,.tabs4 p span,.tabs5 p span,.tabs6 p span,.tabs7 p span{font-size: 13px!important;}
  .loginpage{padding-bottom: 150px!important;}
  .taglinesection img{width: auto!important;}
}
/* --end-- */




/* --------------loading dots----------- */
.loading_dots{
  color: #323232;
  padding-bottom: 20px;
  margin: auto;
  text-align: center;
  font-size: 15px;
  background-color: transparent;
  display: block;
}
.loading_dots::after {
  content: '.';
  animation: lodingdots 1s steps(5, end) infinite;
  font-size: 36px;
  line-height: 100%;
  color: #454545;
  font-weight: bold;
}
@keyframes lodingdots {
  0%, 20%{
    color: rgba(0,0,0,0);
  }
  40% {
    color: #454545;
    text-shadow: .25em 0 0 rgba(0,0,0,0),.5em 0 0 rgba(0,0,0,0);
  }
  60% {
    text-shadow: .25em 0 0 #454545,.5em 0 0 rgba(0,0,0,0);
  }
  80%, 100% {
    text-shadow: .25em 0 0 #454545,.5em 0 0 #454545;
  }
}
/* --end-- */





/*-----------footer section----------------*/
.footer_top_link{
  background-color: #444444;
  padding-top: 30px;
  padding-bottom: 50px;
  border-top: 4px solid #777777;
}
.footereventlikn,.citybox ul{padding: 0;margin: 0;list-style-type: none;}
.footereventlikn li{display: inline-block;position: relative;line-height: 18px;padding-right: 12px;}
.footereventlikn li::after{
  content: '|';
  position: absolute;
  right: 2px;
  top: -1px;
  opacity: 0.5;
}.footereventlikn li:last-child::after{content: none;}
.footereventlikn li a{color: #888888; font-size: 13px;}
.footereventlikn li a:hover{color: #ffffff;text-decoration: none;}
.footer_top_link ~ .topfooter{border-top: 1px solid #555555!important;padding-top: 50px!important;}
.footer_h2{
  color: #dddddd!important;
  text-transform: uppercase;
  font-size: 16px !important;
  margin: 0!important;
  padding: 0 0 6px 0!important;
  font-weight: 500;
}
.fullfooter i{font-size: 20px;transition:800ms;}
.gefooter i{transform: rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);transition:800ms;}
.fullfooter{
  display: none;
  color: #eeeeee;
  cursor: pointer;
  width: 32px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 29px;
  left: 0;
  z-index: 1;
  background-color: #333333;
  border: 1px solid #777777;
  transition:1000ms;
}
.topfooter{border-top: 4px solid #777;background-color: #444;padding-top:26px;padding-bottom: 10px;}
footer{
  background-color: #333333;
  color: #999!important;
  padding-top: 13px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  padding-bottom: 10px;
}
.topfooter h3{
  color: #eee!important;
  font-family: 'oswald-regular';
  text-transform: uppercase;
  font-size: 18px!important;
  margin: 0!important;
  padding: 0 0 5px 0!important;
}
.citybox_bottom{margin-top: 30px;}
.citybox ul li{float: left;}
.citybox ul li a{
  border: 1px solid #555;
  line-height: 100%;
  padding: 6px 12px;
  margin: 5px 10px 5px 0;
  display: inline-block;
  color: #999;
  text-decoration: none!important;
}
.citybox ul li a:hover{background-color: #333;border-color: #333;color: #fff;}
.citybox{z-index: 1;position: relative;}
.citybox::after {
  content: "";
  background-origin: content-box;
  background:url(../images/footermap.png);
  background-size: 100% 100%;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.subscribebox a{
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 19px;
  margin-right: 3px;
  border-radius: 50%;
  color: #eee;
  background-color: #636363;
  border: 1px solid #636363;
}
.subscribebox{position: relative;padding-bottom: 15px;}
.subscribebox:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-linear-gradient(to left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(to left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(to left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
  background-image: -o-linear-gradient(to left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
  background-image: linear-gradient(to left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
}
.square1{position: relative;font-size: 22px!important;}
.fabold1{position: absolute;top: 6px;left: 7px;font-size: 9px;}
.subscribebox .facebook:hover{background-color: #3B579D;border-color: #3B579D; color: #fff;}
.subscribebox .twitter:hover{background-color: #2CAAE1;border-color: #2CAAE1; color: #fff;}
.subscribebox .comment:hover{background-color: #F87F14;border-color: #F87F14; color: #fff;}
.subscribebox .linkedin:hover{background-color:#0077B5;border-color: #0077B5; color: #fff;}
.subscribebox .youtube:hover{background-color: #DB2726;border-color: #DB2726; color: #fff;}
.subscribebox .instagram:hover{background-color: #E23C60;border-color: #E23C60; color: #fff;}
.subscribebox span,.stay-updated span{display: block;color: #ccc;font-size: 14px;margin-top: 15px;}
.subscribespan span{display: block;color: #999;}
.subscribespan span i{
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 15px;
  margin-right: 5px;
  display: inline-block;
}
.subscribespan span a{color: #999!important;}
.footer.combinebox{position: relative;margin-bottom: 0!important;}
.footer.combinebox input[type="text"]{
  background-color: #3F3F3F!important;
  border-color: #666666!important;
  height: 30px;
  border-radius: 2px!important;
  overflow: hidden;
  color: #eeeeee!important;
  padding-right: 85px!important;
}
.footer.combinebox .footerbtn{
  background-color: #666666!important;
  color: #ffffff;
  font-size: 14px;
  border-radius: 0 2px 2px 0!important;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  line-height: 100%;
  border: none;
  text-transform: uppercase;
}
.footer.combinebox .footerbtn:hover{background-color: #3C7AEB!important;}
.FooterQuickLinks{text-align: center;margin-top: 20px;padding-top: 15px;position: relative;}
.FooterQuickLinks:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-linear-gradient(to left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(to left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(to left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
  background-image: -o-linear-gradient(to left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
  background-image: linear-gradient(to left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
}
.FooterQuickLinks a{
  color: #666666;
  display: inline-block;
  line-height: 100%;
  padding: 6px 6px;
  text-decoration: none;
  -webkit-transition:400ms;
  transition:400ms;
}
.FooterQuickLinks a:hover{color: #999999;}
.copy_wright_text{text-align: center;margin-top: 6px;}
.sort_ge_dec{padding-right: 25px;color: #888;font-size:13px!important;}
.sort_ge_dec img{display: block;max-width: 180px;margin-bottom: 10px;}
.sm_footer_link{height: 30px;line-height: 30px;text-align: center}
.sm_footer_link a{padding-right: 20px;font-size: 14px;color: #999;position: relative;}
.sm_footer_link a::after{
  content: '|';
  position: absolute;
  right: 6px;
  top: -6px;
  color: #444;
}
.sm_footer_link a:last-child::after{content: none;}
.ge_support{height: 30px;line-height: 30px;font-size: 14px;}
.fallow_text{height: 30px;line-height: 30px;font-size: 14px;padding-right: 5px;font-weight: 400;color: #999;}
.ge_copy{color: #555;height: 30px;line-height: 30px;}
body.for_sm_footer{padding-bottom: 0!important;}
.for_sm_footer .small_footer{display: none;}
.normal_page.order_detail_page{padding-bottom: 50px!important;}
.normal_page.order_detail_page .small_footer .col-md-offset-2.hide_home,
.normal_page.order_detail_page .small_footer .col-sm-5 .sm_footer_link,
.normal_page.order_detail_page .col-sm-5.hide_home .ge_support,.normal_page.order_detail_page .ge_qu_link.pull-right{display: none!important;}
.normal_page .footer_top_link, .normal_page .fullfooter, .normal_page .topfooter{display: none!important;}
@media(max-width: 1080px){
  .footer_top_link .footer_h2{margin-top: 30px!important;font-size: 14px!important;font-weight: 400;}
  .footer_top_link{padding-top: 0;padding-bottom: 30px;}
  .footer_top_link ~ .topfooter{padding-top: 30px!important;}
  .topfooter h3{margin-top: 40px!important;}
  .small_footer{display: block!important;}
  .sm_footer_link a{padding-right: 16px;font-size: 13px;}
  .sm_footer_link a::after{right: 4px;}
  body.normal_page{padding-bottom: 194px!important;}
  .for_sm_footer .hide_home{display: none!important;}
  .ge_support{height: 24px;line-height: 24px;font-size: 13px;}
  .fallow_text{height: 20px;line-height: 20px;font-size: 13px;padding-right: 5px;font-weight: 400;color: #999;}
  .ge_copy{height: 24px;line-height: 24px;}
  .sort_ge_dec{padding-right: 0;font-size: 12px;}
  .FooterQuickLinks a{padding: 6px 2px!important;font-size: 13px!important;}
  .citybox_bottom{margin-top: 0;}
  .citybox .clearfix{padding: 0!important;margin: 0!important;}
  body.for_sm_footer {padding-bottom: 48px!important;}
  footer{bottom: 0px!important;}
  footer.bottomspace{bottom: 58px!important;}
  .fullfooter{bottom: 29px;display: block;}
  .topfooter{display: none;} 
  .normal_page.order_detail_page{padding-bottom: 98px!important;}
  .order_main_box {padding: 16px 10px 12px 10px;}
}
/*--end footer--*/