@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: normal;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(../fonts/Montserrat-Regular1.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Regular.otf) format('truetype'),
	   url(../fonts/montserrat-v12-latin-regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
.headtitle{font-family: Montserrat,sans-serif; color: #000000; line-height: 31px; font-size: 26px;}

.font-normal{
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
    font-style: normal;
}
.number_font { font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; }
.fl{
	float:left;
}

.fr{
	float:right;
}

.yellow-color{
	color:#e60640;
}

.mg-l-5{
	margin-left:5px;
}

.mg-l-10{
	margin-left:10px;
}

.mg-l-15{
	margin-left:15px;
}

.mg-l-25{
	margin-left:25px;
}

.mg-l-17{
	margin-left: 17px;
}


.mg-l-5-minus{
	margin-left:-5px;
}

.mg-t-10-minus{
	margin-top:-10px;
}

.mg-b-10{
	margin-bottom:10px;
}

.mg-b-25{
	margin-bottom:25px;
}

.padd0{
	padding:0px !important;
}

.pd-b-10{
	padding-bottom: 20px;
}

.pd-b-20{
	padding-bottom: 20px;
}

.pd-b-30{
	padding-bottom: 20px;
}

.pd-b-40{
	padding-bottom: 40px;
}

.pd-r-20{
	padding-right:20px;
}

.pd-l-10{
	padding-left:10px;
}

.pd-l-20{
	padding-left:20px;
}

.pd-t-15{
	padding-top:15px;
}

.pd-t-25{
	padding-top:25px;
}

.fweight-400{
	font-weight:400;
}

.mg-t-10{
	margin-top: 10px;
}

.mg-t-15{
	margin-top: 15px;
}

.mg-t-20{
	margin-top: 20px;
}

.mg-t-30{
	margin-top:30px;
}

.mg-t-40{
	margin-top:40px;
}

.mg-t-60{
	margin-top:60px;
}


.mg-t-100{
	margin-top:100px;
}

.mg-b-15{
	margin-bottom:15px;
}

.mg-b-20{
	margin-bottom:20px;
}

.padding-5{
	padding:5px;
}
.padding-10{
	padding:10px;
}

.padding20{
	padding:20px;
}


.button1{
	background: transparent;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 500;
    padding: 11px 40px;
    display: inline-block;
    border-radius: 25px;
    margin-right: 45px; 
}

.button1:hover{
 
    border: 2px solid #e60640;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 500;
    padding: 11px 40px;
    display: inline-block;
    border-radius: 25px;
    margin-right: 45px;
	background: linear-gradient(to right,#e60640,#f5548e);
}

.button2{
	padding: 0px 6px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 10px !important;
    color: #FFFFFF;
    background: linear-gradient(to right,#e70b44,#f34c78);
}

.button3{
	background: transparent;
    border: 1px solid #e70b44;
    color: #e70b44;
    text-transform: uppercase; 
    padding: 5px 21px;
    display: inline-block;
    border-radius: 5px;
	font-size: 13px;
	cursor:pointer;
}

.button3:hover{
	background: linear-gradient(to right,#e70b44,#f34c78);
    border: 1px solid #e70b44;
    color: #ffffff;
    text-transform: uppercase; 
    padding: 5px 21px;
    display: inline-block;
    border-radius: 5px;
	font-size: 13px;
	cursor:pointer;
}

.button4{
	background-color:#e60640;
    border: 2px solid #edba10;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    padding: 11px 40px;
    display: inline-block;
    border-radius: 25px;
    margin-right: 45px; 
}

.button4:hover{ 
    border: 2px solid #ebebeb;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    padding: 11px 40px;
    display: inline-block;
    border-radius: 25px;
    margin-right: 45px;
	background: linear-gradient(to right,#e60640,#f5548e);
}

.clear{
	clear:both;
}

.bg-grey{
	background: #f5f5f5;
    padding: 6px 0px;
    z-index: 10;
}

.heading1{
	font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.heading2{
	font-size: 14px;
    font-weight: 500;
    color: #404044;
    line-height: 26px;
    cursor: pointer;
}

.heading2:hover{
	
	font-size: 14px;
    font-weight: 500;
	color: #e60640;
    line-height: 26px;
    cursor: pointer;
}

.heading3{
	/*font-size: 45px !important;*/
    font-weight: normal;
    color: #FFFFFF;	 
}

.heading4{
	font-size: 18px !important;
    font-weight: normal;
    color: #e60640;	
	font-weight:600;
}

.heading5{
	font-size: 18px !important;
    font-weight: normal;
    color: #FFFFFF;	 
}

.heading6{
	color: #4a4a4a;
    padding: 27px 27px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #EAEAEA;
}

.heading7{
	font-size: 20px;
    color: #000000;	
}


.heading8{
	font-size: 28px;
    color: #000000;	
    line-height: 31px;
}

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

.noborder-right{
	border-right:0px !important;
}


.noborder{
	border:0px !important;
}

.subheading1{
	font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;	 
    text-transform: uppercase;
}
.subheading1 a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #fff; }
  
  .bordergreen{
      border: 1px solid #fdb7c9 !important;
  }
  
.bordergreen::placeholder { /* Firefox, Chrome, Opera */ 
    color: #8c8c8c !important; 
} 

.placeholderblack::placeholder { /* Firefox, Chrome, Opera */ 
    color: #8c8c8c !important; 
} 

.textbox1{
	display: block;
    width: 200px;
    padding: 13px 20px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #EAEAEA;
	color: #000;
    box-shadow: none;
    line-height: 1.7;
    height: 48px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    border-radius: 5px;
    outline: 0;
    text-transform: none;
}

.textbox2{
	display: block;
    width: 270px;
    padding: 13px 20px;
    font-size: 1rem;
    background-color: transparent;
    background-image: none;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    box-shadow: none;
    line-height: 1.7;
    height: 46px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    border-radius: 5px;
    outline: 0;
    text-transform: none;
}

.textbox2::placeholder {
  color: #FFFFFF; 
}

.textbox3{
	display: block;
    width: 185px;
    padding: 13px 20px;
    font-size: 1rem;
    background-color: #fff;
    background-image: none;
    border: 1px solid #EAEAEA;
    color: #666;
    box-shadow: none;
    line-height: 1.7;
    height: 48px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    border-radius: 5px;
    outline: 0;
    text-transform: none;
}

.textbox4{
	display: block;
    width: 100%;
    padding: 13px 20px;
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #EAEAEA;
    color: #666;
    box-shadow: none;
    line-height: 1.7;
    height: 40px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    border-radius: 5px;
    outline: 0;
    text-transform: none;
}

.defaut-text{
	display: block;
    width: 100%;
    padding: 13px 20px;
    font-size: 1rem;
    background-color: #fff;
    background-image: none;
    border: 1px solid #EAEAEA;
    color: #666;
    box-shadow: none;
    line-height: 1.7;
    height: 40px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    border-radius: 5px;
    outline: 0;
    text-transform: none;
}

.dropdown{
	display: block;
    width: 100%;
    padding: 13px 12px;
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #EAEAEA;
    color: #666;
    box-shadow: none;
    line-height: 1.7;
    height: 48px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    border-radius: 5px;
    outline: 0;
    text-transform: none;
}

.textarea1{
	display: block;
    width: 100%;
    padding: 13px 20px;
    font-size: 1rem;
    background-color: #fff;
    background-image: none;
    border: 1px solid #EAEAEA;
    color: #666;
    box-shadow: none;
    line-height: 1.7;
    height: 100px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    border-radius: 5px;
    outline: 0;
    text-transform: none;
	resize:none;
}


.search-btn{
    background: linear-gradient(to right,#e70b44,#f34c78);
    border: none;
    color: #FFFFFF;
    padding: 12px 20px 8px 20px;
    border-radius: 5px;
	outline:none;	
    cursor: pointer;
}


.search-btn:hover{ 
	background: linear-gradient(to right,#f34c78,#e70b44);
    border: none;
    color: #FFFFFF;
    padding: 12px 20px 8px 20px;
	outline:none;	
    cursor: pointer;
}

.submit-btn{
	background: linear-gradient(to right,#e70b44,#f34c78);
    border: none;
    color: #FFFFFF;
    padding: 10px 70px 8px 70px;
    border-radius: 5px;
	outline:none !important;
	cursor:pointer;
	
}

.submit-btn:hover{
	background: linear-gradient(to right,#f34c78,#e70b44);
    border: none;
    color: #FFFFFF;
    padding: 10px 70px 8px 70px;
    border-radius: 5px;
	outline:none !important;
	cursor:pointer;
	
}

.submit-btn1{
	border-color: #019976;
    background: #019976;
    border: none;
    color: #FFFFFF;
    padding: 5px 30px 5px 30px;
    border-radius: 5px;
	outline:none;
	cursor:pointer;
}

.submit-btn2{
	background: linear-gradient(to right,#e70b44,#f34c78);
    border: none;
    color: #FFFFFF;
    padding: 10px 30px 8px 30px;
    border-radius: 5px;
	outline:none;
	cursor:pointer;
}

.submit-btn2:hover{
	 background: linear-gradient(to right,#f34c78,#e70b44);
	 border-color: #019976;
}



.submit-btn3{
	background: linear-gradient(to right,#e70b44,#f34c78);
    border: none;
    color: #FFFFFF;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
	outline:none;
	cursor:pointer;
}

.submit-btn3:hover{
	 background: linear-gradient(to right,#f34c78,#e70b44); 
}



.submit-btn6{
	background:#019976;
    border: none;
    color: #FFFFFF;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
	outline:none;
	cursor:pointer;
}

.submit-btn6:hover{
	 background:#028667; 
}

.submit-btn5{
	background:#666;
    border: none;
    color: #FFFFFF;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
	outline:none;
	cursor:pointer;
}

.submit-btn5:hover{
	 background:#4d4d4d; 
}

.book-btn{
	background: linear-gradient(to right,#f5548e,#e60640);
    border: none;
    color: #FFFFFF;
    padding: 10px 36px 8px 36px;
    border-radius: 5px;
	outline:none;
	cursor:pointer;
}

.book-btn{
	
    background: linear-gradient(to right,#e60640,#f5548e);
    border: none;
    color: #FFFFFF;
    padding: 10px 36px 8px 36px;
    border-radius: 5px;
	outline:none;
	cursor:pointer;
}

.book-btn-disabled{
	border-color: #ebebeb;
    background: #ebebeb;
    border: none;
    color: #FFFFFF;
    padding: 10px 36px 8px 36px;
    border-radius: 5px;
	outline:none;
}

.display-none{
	display:none;
}
.mobblock { display: block !important; }

.width100-per{
	width:100%;
}

.font12{
	font-size:12px;
}

.font13{
	font-size:13px;
}

.font14{
	font-size:14px;
}

.font20{
	font-size:20px;
}

.font22{
	font-size:22px;
}

.font30{
	font-size:30px;
}

.font16px{
	font-size:16px;
}
.textcontclass{
	font-size:18px;
}


.icon1{
	font-size: 20px;
    color: #019976;
}

.lheight-25{
	line-height:2.5
}

.switch1{
	color:#FFFFFF !important;
}

.switch1:hover{
	color:#e60640 !important;
}
.switchfooter{
	color:#FFFFFF !important;
}

.switchfooter:hover{
	color:#0bb28b  !important;
}


.switch2{
	font-size:12px;
	color:#e60640;
	text-decoration:none;
}

.switch2:hover{
	font-size:12px;
	color:#000000;
	text-decoration:none;
}


.switch3{
	font-size:12px;
	color:#a9a0a0 !important;
	text-decoration:none;
}

.switch3:hover{
	font-size:12px;
	color:#e60640 !important;
	text-decoration:none;
}


.switch4{ 
	color:#000000 !important;
	text-decoration:none;
}

.switch4:hover{ 
	color:#e60640 !important;
	text-decoration:none;
}
.social-icon{
	background: linear-gradient(to right,#f5548e,#e60640);
    display: block;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 14px;
}

.social-icon:hover{
	background: linear-gradient(to right,#e60640,#f5548e);
    display: block;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #e60640;
    font-size: 14px;
}


.social-icon1{
	background: linear-gradient(to right,#f5548e,#e60640);
    padding: 11px 15px 10px 15px;
	border-radius: 50%;
    color: #FFFFFF;
    font-size: 14px;
}

.social-icon1:hover{
	background: linear-gradient(to right,#e60640,#f5548e);
    padding: 11px 15px 10px 15px;
	border-radius: 50%;
    color: #e60640;
    font-size: 14px;
}
 
.startdate-icon{
	font-size: 25px;
    line-height: 25px;
    padding-right: 25px;
    width: 60px;
	fill: #e60640;
}

.btmgrey-line{
	display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}

.btmgrey-line1{
	display: flex;
    align-items: flex-start; 
    border-bottom: 1px solid #eee; 
}

.copyright {
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.inline{
	display:inline;
}

.white-color{
	color:#FFFFFF !important;
}

.logo-color{
	color:#e60640;
}



.boxborder-1{
	border:1px solid #ebebeb;border-radius:5px 5px 0px 0px;
}

.img-responsive{
/*	border-radius:5px 5px 0px 0px;*/
	height:150px;
	width:100%;
}

.newsletter-bg{
	background: url(../images/newsletter-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 20px;
    background-attachment: fixed;
}

.header_bg1 {
    background-color: rgba(0, 0, 0, 0.54);
    position: absolute;
	z-index: 111111111;
    width: 100%;
    margin-left: 0px;
} 

.btm-yellow{
	color:#e60640;
}

.bg-white{
	background-color:red !important;
}

.eventinner-bg{
	background: url(../images/event1-inner.jpg) no-repeat center;
    background-size: cover;
    opacity: 0.9;
    padding: 20px;
	background-color:#000000;
}

.footer-bg{
	/*background: url(../images/footer-bg.jpg) no-repeat center;*/
	background-color:#3b3f3f;
    background-size: cover;
    padding: 20px 20px 0px 20px;
}

.whiteline{
	content: '';
    display: block;
    height: 1px;
    width: 121px;
    background: #EAEAEA;
}

.aligncenter{
	text-align:center;
}

.alignright{
	text-align:right;
}
 
.service-box i {
    width: 115px;
    height: 115px;
    line-height: 115px;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    border: 2px solid #e60640;
	color:#e60640;
    margin-bottom: 22px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    position: relative;
}

.service-box i:hover {
    width: 115px;
    height: 115px;
    line-height: 115px;
    border-radius: 50%;
    text-align: center;
    font-size: 35px;
    border: 2px solid #e60640;
	color:#FFFFFF;
    margin-bottom: 22px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    position: relative;
	background: linear-gradient(to right,#f5548e,#e60640);
}

.align-left{
	text-align:left;
}

.align-justify{
	text-align:justify;
}

.custom-tags{
	background-color: #FFF;
    display: block;
    color: #888888;
    text-transform: uppercase;
    padding: 0px 11px;
    font-size: 10px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #e6e3e3;
    border-radius: 5px;
}

.custom-tags:hover{
   background-color: #FFF;
    display: block;
    color: #888888;
    text-transform: uppercase;
    padding: 0px 11px;
    font-size: 10px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #e60640;
    border-radius: 5px;
}

.share-text{ 
    font-size: 14px;
    font-weight: 900;
	color:#000000;
    text-transform: uppercase;
}

.bradius-5{
	border-radius: 5px;
}

 .gt-event-section-tabs, .gt-page-content {
    width: 100%;
    border-radius: 5px;
    padding: 23px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
}

.gt-event-section-tabs .gt-event-tabs {
    list-style: none;
    text-align: center;
    display: flex;
    margin: -30px -23px 30px;
    padding: 0;
    font-weight: 600;
    font-size: 13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    background-color: #FFFFFF;
}


.gt-event-section-tabs .gt-event-tabs > li > a, .gt-event-section-tabs .gt-event-tabs > li > a:visited {
    color: #000000;
    padding:24px 37px;
    display: block;
    border-right: 1px solid #eee;
    position: relative;
    border-bottom: 1px solid #EAEAEA;
    width: 100%;
	/*-moz-padding-right: 24px;
    -webkit-padding-right: 24px;*/
} 

@-moz-document url-prefix() {
    .gt-event-section-tabs .gt-event-tabs > li > a, .gt-event-section-tabs .gt-event-tabs > li > a:visited {
		padding: 24px 40.5px;
		outline: none;
	} 
}

@supports (-ms-ime-align:auto) {
    .gt-event-section-tabs .gt-event-tabs > li > a, .gt-event-section-tabs .gt-event-tabs > li > a:visited {
		padding: 25px 22px;
	} 
}

.gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading a, .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading a:visited {
    padding: 23px 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #EAEAEA;
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #222222;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.gt-dropdown .gt-panel-group:last-child {
    margin-bottom: 0;
}
.gt-dropdown .gt-panel-group .gt-panel {
    margin-bottom: 15px;
    background-color: #FFFFFF;
}

.gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading {
    font-weight: 600;
}


.gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading a, .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading a:visited {
    padding: 12px 28px;
	text-decoration:none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #EAEAEA;
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #222222;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
	font-weight:normal;
}

.gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading a.collapsed, .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading a.collapsed:visited {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	text-decoration: none;
}


.gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading a:hover, .gt-dropdown .gt-panel-group .gt-panel > .gt-panel-heading a:focus {
    background-color: #FFFFFF;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.gt-dropdown .gt-panel-group .gt-panel-heading + .gt-panel-collapse > .gt-list-group, .gt-dropdown .gt-panel-group .gt-panel-heading + .gt-panel-collapse > .gt-panel-body {
    padding: 30px;
}

.gt-dropdown .gt-panel-group .gt-panel-collapse {
    border: 1px solid #EAEAEA;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.fontbold{
	font-weight:bold;
}
 
.borderradius-0{
	border-radius:0px;
}

.borderradius-5{
	border-radius:5px;
}



.counter-number {
    font-size: 25px;
    line-height: 19px;
    font-weight: 300;
    margin-top: 0px;
    padding-left: 6%;
    padding-right: 5%;
    padding-top: 2%;
    border-right: 1px solid #c4d8a8;
}

.mg-t-10minus{
    margin-top: -10px;
}

.mg-t-7minus{
    margin-top: -7px;
}

.mg-t-4minus{
    margin-top:-4px;
}

.black-color{
    color:#000000;    
}

.og-color{
    
    color:#e60640;
}


.counter-text{
	text-transform: uppercase;
    font-weight: 600;
    font-size: 10.5px;
    letter-spacing: 1px;
    opacity: 0.6;
	
}

.counter-bg{
	font-weight: normal;
    font-size: 21px;
    color: #FFFFFF;
    height: 50px;
    margin: 0px 0px;
    padding: 0px;
    text-align: left;
    justify-content: center;
    align-items: center;
    /*background-color: #daefbf;
    border-bottom: 1px solid #c4d8a8;*/
    background-color:#272727;
    font-family: "Muli", Arial, sans-serif !important;
} 

.header7-bg{
    background: linear-gradient(to right,#07a682,#04d8a7);
    color: #FFFFFF;
    font-size: 24px;
    border-radius: 5px 5px 0px 0px;
    /*border-bottom: 1px solid #a9c188;*/
}

.headerAccodinBg {
    background: linear-gradient(to right,#07a682,#04d8a7);
    color: #FFFFFF;
    font-size: 24px;
    border-radius: 5px; 
}

.headerAccodinopenBg{
    background: linear-gradient(to right,#07a682,#04d8a7);
    color: #FFFFFF;
    font-size: 24px;
    border-radius: 5px 5px 0px 0px;
}


.img-border{
	border: 1px solid #eee;
    border-radius: 5px;
    padding: 2px;
}

.border-right-orange{
	border-right:1px solid #ffd95b;
}

.border-bottom-grey{
	border-bottom:1px solid #ebebeb;
}

.border0{
	border:0px;
}

.error-msg{
border-radius: 2px;
width: 100%;
padding: 10px;
border: dashed 1px #bfb9b9;
color: #ff1900;
font-size: 14px;
text-align: center;
margin-bottom: 2%;
}
.error-msg-big{
	border-radius: 2px;
    width: 100%;
    padding: 10px;
    border: dashed 1px #bfb9b9;
    color: #bfb9b9;
    font-size: 36px;
    text-align: center;
    height: 350px;
    margin-top:5%;
    padding-top: 4%;
    background: #fff;
}
.info-msg{
	border-radius:5px;
	width:100%;
	padding:10px;
	border:1px solid #ffb400;
	color:#ffb400;
	font-size:14px;
}

.event-closed{
	padding: 13px;
	text-align:center;
}

.left-30minus{
	left: -30px !important;
}

/*-------------------View Event Page-------------------------*/	

/*
.gt-page-title-bar {
    background: #121219;
    position: relative;
    padding: 100px 0px; 
    margin-bottom: 90px;
}	
.gt-page-title-bar .gt-background {
    background-image: url(../images/breadcrumbs-bg.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    opacity: 0.40;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gt-page-title-bar .container {
    position: relative;
    z-index: 1;
}
.gt-page-title-bar h1 {
    margin: 0;
    color: #FFFFFF;
    font-size: 42px;
    font-weight: 600;
}
.gt-page-title-bar .gt-breadcrumb, .gt-page-title-bar .gt-breadcrumb nav > ol > li a, .gt-page-title-bar .gt-breadcrumb nav > ol > li a:visited {
    color: #FFFFFF;
}
.gt-page-title-bar .gt-breadcrumb {
    margin-top: 15px;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
.gt-page-title-bar .gt-breadcrumb nav > ol {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.gt-page-title-bar .gt-breadcrumb nav > ol > li {
    padding: 0 5px;
    display: flex;
    align-items: center;
}
a, a:visited {
    color: #222222;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    outline: 0;
}
.ui-datepicker:before, .gt-page-title-bar .gt-breadcrumb nav > ol > li.gt-item-current, .gt-page-title-bar .gt-breadcrumb nav > ol > li.current-item > span {
    border-bottom-color: #e60640;
}
.gt-page-title-bar .gt-breadcrumb nav > ol > li {
    padding: 0 5px;
    display: flex;
    align-items: center;
}
.gt-widget, .gt-section, .gt-event-section-tabs, .gt-page-content {
    width: 100%;
    border-radius: 5px;
    padding: 30px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
}
.gt-widget-title {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 20px;
    font-weight: 600;
    margin: -30px -30px 30px;
    border-bottom: 1px solid #EAEAEA;
    padding: 30px 30px 25px;
    position: relative;
}
.gt-event-search-widget .gt-form.container {
    padding: 0;
}
.gt-event-search-tool .gt-form {
   
    z-index: 20;
}
.gt-columns.gt-columns-center {
    align-items: center;
}
.gt-columns.gt-column-space-20 {
    margin: 0 -10px -20px;
}
.gt-columns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}
.gt-columns.gt-column-1 > .gt-col {
    width: 100%;
}
.gt-columns > .gt-col {
    width: 100%;
    position: relative;
}
.gt-columns.gt-column-space-20 > .gt-col > .gt-inner {
    padding: 0 10px 20px;
}
.gt-columns > .gt-col > .gt-inner {
    padding: 0 15px 30px;
}
.gt-event-search-tool .search-content input, .gt-event-search-tool .search-content select, .gt-event-search-tool .search-content .bootstrap-select.gt-select > button {
    height: 100%;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    max-width: 100%;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0;
}	
.bootstrap-select>select {
    position: absolute!important;
    bottom: 0;
    left: 50%;
    display: block!important;
    width: 100%!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: none;
}
.gt-event-search-tool .search-content button, .gt-event-search-tool .search-content input[type="submit"] {
    width: 100%;
}
li.gt-item-current{
    color: #e60640;
}
li.gt-item-home a:hover{
    color: #e60640;
}*/

/*-------------------View Event Page-------------------------*/	
.title-bar {
    background: #121219;
    position: relative;
    padding: 100px 0px;
    /* margin-top: -120px; */
    margin-bottom: 0px;
}	
.title-bar .title-bar-background {
    background-image: url(../images/breadcrumbs-bg.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    opacity: 0.40;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.title-bar .container {
    position: relative;
    z-index: 1;
}
.title-bar h1 {
    margin: 0;
    color: #FFFFFF;
    font-size: 42px;
    font-weight: 600;
}
.title-bar .event-breadcrumb, .title-bar .event-breadcrumb nav > ol > li a, .title-bar .event-breadcrumb nav > ol > li a:visited {
    color: #FFFFFF;
}
.title-bar .event-breadcrumb {
    margin-top: 0;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
.title-bar .event-breadcrumb nav > ol {
    list-style: none;
    padding: 0;
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.title-bar .event-breadcrumb nav > ol > li {
    padding: 0 5px;
    display: flex;
    align-items: center;
}

.ui-datepicker:before, .title-bar .event-breadcrumb nav > ol > li.item-current, .title-bar .event-breadcrumb nav > ol > li.current-item > span {
    border-bottom-color: #e60640;
}
.title-bar .event-breadcrumb nav > ol > li {
    padding: 0 5px;
    display: flex;
    align-items: center;
}
.search-widget, .gt-section, .gt-event-section-tabs, .page-content {
    width: 100%;
    border-radius: 5px;
    background-color: #FFFFFF;
    margin-bottom: 0px;
}
.padd23{ padding: 23px;}
.search-widget-title {
    font-size: 24px;
    color: #fff;
    border-bottom: 1px solid #EAEAEA;
    padding: 10px 30px 10px;
    position: relative;
	background: linear-gradient(to right,#f5548e,#e60640);
}
.event-search-widget .search-form.container {
    padding: 0;
}
.event-search-tool .search-form {
    /* position: relative; */
    z-index: 20;
}
.search-columns {
    align-items: center;
}
.search-columns {
    margin: 0 -10px -20px;
}
.search-columns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -7px;
    
}
.search-columns > .search-col {
    width: 100%;
}
.search-columns > .search-col {
    width: 100%;
    position: relative;
}
.search-columns > .search-col  {
    padding: 0 10px 20px;
}
.search-columns > .search-col  {
    padding: 0 15px 22px;
}
.event-search-tool .search-content input, .event-search-tool .search-content select, .event-search-tool .search-content .bootstrap-select.gt-select > button {
    /* height: 100%; */
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    max-width: 100%;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0;
}	
.bootstrap-select>select {
    position: absolute!important;
    bottom: 0;
    left: 50%;
    display: block!important;
    width: 100%!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: none;
}
.event-search-tool .search-content button, .event-search-tool .search-content input[type="submit"] {
    width: 100%;
}
li.item-current{
    color: #e60640;
}
li.item-home a:hover{
    color: #e60640 !important;
}
.alert-box {
    font-family: Arial;
    font-size: 14px;
    padding: 10px 35px;
    margin: 10px 0;
}
.error {
    background: #ffecec url(/source/images/error.png) no-repeat 10px 50%;
    border: 1px solid #f5aca6;
	margin: 0px 15px 10px;
    width: 100%;
}
.minhgt120px{min-height: 120px;}
.minhgt400px{min-height: 400px;}


/*-----------------------Pagination----------------------------*/
 #itemContainer li{
	display: block;
	float: left;
    width: 25%;
	list-style: none;
	}
  .holder1 {
    margin: 15px 0;
  }

  .holder1 a {
    padding: 7px 12px;
    border: 1px solid #ccc;
    background: #fff !important;
    font-size: 13px;
    color: #000 !important;
    cursor: pointer;
	    margin: 1px!important;
  }

  .holder1 a:hover {
    background-color: #222;
    color: #fff;
  } 

  .holder1 a.jp-current, a.jp-current:hover {
    color: #fff !important;
    background: #e60640 !important;
    font-size: 13px;
    cursor: pointer;
  }

  .holder1 a.jp-disabled, a.jp-disabled:hover {
    color: #bbb;
  }

  .holder1 a.jp-current, a.jp-current:hover,
  .holder1 a.jp-disabled, a.jp-disabled:hover {
    cursor: default;
    background: none;
  }

  .holder1 span { margin: 0 5px; }
  
  @media (max-width: 767.98px) {
  
  .button1 {
    margin-right: 0px !important;
	}
	.textbox1 {
    width: 238px;}
	.res-fl {
    float: none !important;
}
  
    .reservation {
      padding-bottom: 3em; } }
	  @media (max-width: 991.98px) {
		  .res-aligncenter{
			text-align:center !important;
			}
			.res-width100{width: 100% !important;}
			}

.margin0{
	margin:0px !important;
}

.bg-yellow{
	background:#e60640;
}

.field {
    border:2px solid #ededed;
    border-radius: 2px;
    padding: 8px 0 !important;
    width: 50px;
    color: #0aaf89;
    height: 45px;
    font-size: 24px;
    outline: none;
	margin-left: 10px;
}

.fieldgrey {
    border: 2px solid #019976;
    border-radius: 2px;
    padding: 9px 0;
    width: 50px;
    color: #0aaf89;
    height: 45px;
    font-size: 24px;
    outline: none;
    margin-left: 10px;
}

.add {
    border: 2px solid #0aaf89 !important;
    background-color: #fff; 
    font-weight: bold;
    text-align: center;
    width: 26px;
    text-indent: top;
    line-height: 0px;
    margin-top: -10px;
    height: 26px;
    margin-left: 10px;
    border-radius: 100%;
    color: #0aaf89;
    outline: none;
	cursor: pointer;
}

.sub {
    border: 2px solid #0aaf89 !important;
    background-color: #fff; 
    font-weight: bold;
    text-align: center;
    width: 26px;
    text-indent: top;
    line-height: 0px;
    margin-top: -10px;
    height: 26px;
    margin-left: 10px;
    border-radius: 100%;
    color: #0aaf89;
    outline: none;
	cursor: pointer;
}


 @media (max-width: 767.98px) {
  .res-mg-t-20{margin-top: 20px;}  
  .button1 {
    margin-right: 0px !important;
	}
	.textbox1 {
    width: 238px;}
	.res-fl {
    float: none !important;
	}
	
  
    .reservation {
      padding-bottom: 3em; } }
	  
	  @media (max-width: 320px){
	.res-mg-l-20{margin-left: 20px;}
	.res-mg-l-5 {
		margin-left: 0px !important;
	}
	.accordion-head2{
	    min-height: 50px !important;
	}
	.plusminus{
	    /*display:none !important;*/
	}
}
@media (min-width: 321px) and (max-width: 360px){
	.res-mg-l-20{margin-left: 40px;}
	.res-mg-l-5 {
		margin-left: 0px !important;
	}
	.res-mg-l-25 {
    margin-left: 60px;
	}
	.accordion-head2{
	    min-height: 50px !important;
	}
	.plusminus{
	    /*display:none !important;*/
	}
}
@media (min-width: 375px) and (max-width: 414px){
	.res-mg-l-20 {
		margin-left: 65px;
	}
	.res-mg-l-5 {
		margin-left: 0px !important;
	}
	.res-mg-l-25 {
    margin-left: 70px;
	}
	.accordion-head2{
	    min-height: 50px !important;
	}
	.plusminus{
	   /* display:none !important;*/
	}
}
.gt-event-section-tabs .gt-event-tabs > li  .show   {border-bottom: 2px solid #019976 !important;}
.brderright{border-right: none !important;}
.bordererror {
    border: 1px solid #ff0000!important;
}
.bordererror::-webkit-input-placeholder {
    color: #ff0000 !important;
}
.bordererror::-moz-placeholder {
    color: #ff0000 !important;
}
.bordererror::-webkit-input-placeholder,
.bordererror:-ms-input-placeholder,
.bordererror::-moz-placeholder {
    color: #ff0000!important;
}
/*.alert.alert-success {
    background-color: #edf6e5 !important;
    color: #7a9659 !important;
    border: 1px solid #9fc76f !important;
	border-radius: 4px;
    background: #ffecec url(/source/images/sucess.png) no-repeat 10px 50%;
    padding-left: 50px;
 }
*/

.alert.alert-success {
	background-color: #ffb45f !important;
    color: #fff !important;
    border: 1px solid #e60640 !important;
	border-radius: 4px;
    background: #ffecec url(/source/images/sucess.png) no-repeat 10px 50%;
    padding-left: 50px;
}

.gt-event-status {
    position: absolute;
    z-index: 1;
    margin-top: -30px !important;
    margin-left: 5px !important;
    font-size: 12px;
    text-transform: uppercase;
    list-style: none;
    margin: 0; 
    padding: 0px 6px;
    border-radius: 2px;
    font-weight: 500;
}

.closedbg{
	background: #FF0000;
	color:#FFFFFF;
}

.upcomingbg{
	background: #e60640;
	color:#FFFFFF;
}

.minheight-200{
	min-height:173px;
}


.outline-none{
	outline:none !important;
}

.eg-label.eg-style-4 {
    background-color: #FFFFFF;
    padding: 5px;
    font-weight: 500;
    -moz-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-45deg);
    left: -29px;
    top: 9px;
    width: 111px;
    height: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eg-label.eg-position-top-left {
    left: -17px;
}
.eg-label {
    z-index: 1;
    font-size: 12px;
    position: absolute;
}
 
.height400{
	height:398px;
}

.pos-relative{
	position:relative !important;
}

.align-right{
	text-align:right;
}
/*custom css*/

@media (min-width: 450px) and (max-width: 480px){
.res-mg-l-5 {
		margin-left: 0px !important;
	}
}
.mg-t-70{ margin-top:70px; }
.pd-10{padding: 0px 10px;}
.mg-15{margin: 0 15px; }
.pd-btm-10{ padding-bottom: 10px;}

@media screen and (-webkit-min-device-pixel-ratio:0){
::i-block-chrome, .textbox1{height: 34px;}
::i-block-chrome, .search-btn{background: -webkit-linear-gradient(right,#FA8B0C,#F5548E);padding: 3px 20px 3px 20px;}
::i-block-chrome, .search-btn:hover{background: -webkit-linear-gradient(right,#e60640,#f5548e);padding: 3px 20px 3px 20px;}
::i-block-chrome, .submit-btn {background: -webkit-linear-gradient(right,#F5548E,#FA8B0C);}
::i-block-chrome, .submit-btn:hover {background: -webkit-linear-gradient(right,#e60640,#f5548e);}
}


.orangecolor{color: #e60640;}

.minheight-168 {
    min-height: 168px;
}
@media (max-width: 1024px) {
.minheight-200 {min-height: 260px;}
.minheight-168 {min-height: 260px;}
}
@media (max-width: 960px) {
.minheight-200 {min-height: auto !important;}
.minheight-168 {min-height: auto !important;}
.mg-t-50{
	margin-top:15px;
}
.holder1 {
    margin: 0 0 25px 0 !important;
}
.holder { margin: 0 0 25px 0 !important; }
.mrgnt8{margin-top: 8px !important;}
}

@media (min-width: 900px) and (max-width: 980px) {
.textbox1 {
    width: 81px !important; }
}

@media (max-width: 768px) {
.inner-headerlogo { text-align: center !important; }
 
}

@media (max-width: 575px) {
    .gt-dropdown{
        
        margin-left:14px;
    }
    .sub{
        border: 2px solid #0aaf89 !important;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    width: 28px;
    text-indent: top;
    line-height: 1px;
    margin-top: -1px;
    padding-bottom: 6px;
    height: 28px;
    font-size: 28px;
    margin-left: 10px;
    border-radius: 100%;
    color: #0aaf89;
    outline: none;
    cursor: pointer;
    }
    
    .add {
       border: 2px solid #0aaf89 !important;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    width: 28px;
    text-indent: top;
    line-height: 0px;
    margin-top: -2px;
    padding-left: 5px;
    height: 28px;
    margin-left: 10px;
    border-radius: 100%;
    color: #0aaf89;
    outline: none;
    cursor: pointer;
    font-size: 24px;
}
#gatewayid-1 input{
    margin-left:5px!important;
}

.field {
    width: 36px!important;
    height: 36px!important; 
}
.namecat{ 
    line-height: 2!important;
    margin-top: -2px!important;
}    
.amountlbl{
        margin-top: -1px;
    font-weight: bold;
}
.multi-steps {  
    margin-left: 10px;
}    
.mcenter{text-align:center !important;}
.headtitleh3{
    line-height: 1.2!important; 
    font-size: 16px!important; 
    font-weight: bold;
}
.smicons {
    height: 30px;
    width: 30px;
    padding:1px 5px!important;
    margin: 0 4px;
}

.mrgnauto{ margin: 0 auto !important; }
.mrgntop0{margin-top:0px;}
.mpadd5px{padding: 5px 0px !important;}
.mrgnlftmns25{margin-left: 0px !important; }
.paddlft20{padding-left: 0px !important;}
.total-ticket-price { margin-left: 0px !important; }
.counter-bg { text-align: center;/*border-bottom: 1px solid #c4d8a8;*/ }
.phonesec75{float:none !important;width:100% !important;}
.phonesec24{float:none !important;width:100% !important;}
/*start date*/
.paddleft0{padding-left: 0px !important;}
.btmgrey-line { display: block !important; }
.startdate-icon {
    padding-right: 0px;
    width: 40px;
}
.mfloatnone{float: none !important;}
.mrgnlmns30{ margin-left: 0px !important; }
.mleft0{margin-left: 0px !important;}
.search-widget-title {
    margin: -20px 0px 25px !important;
    padding: 15px 30px 15px !important;
}
}
@media (min-width: 320px) and (max-width: 359px){
.mfont15{font-size: 12px;}
}
@media (min-width: 360px) and (max-width: 370px){
.mfont15{font-size: 15px;}
}
@media (max-width: 394px) and (min-width: 360px){
.counter-number { padding: 5% !important; }
}
@media (max-width: 480px) and (min-width: 395px){
.counter-number { padding: 6% !important; }
}

.search-qty{ margin-left: 41px;background: #019976;color: #FFFFFF; }
.total-ticket{margin-top: 10px;font-size: 14px;font-weight: 600;}

.mrgnlftmns25{margin-left: -25px; }
.total-ticket-price{ margin-right: 0px;margin-top:8px; font-size: 15px; color:#019976; font-weight: 400; margin-left:0px; }
.paddlft20{padding-left:17px;}

.mrgnlmns30{margin-left:-30px;}

#cmpanyImg{ line-height: 1 !important;}
.mg-t-5{
	margin-top: 5px;
}
.activetag{
		border-bottom: 1px solid #e60640;
		background: #e60640 !important;
		color: #fff !important;
		border-radius: 2px 2px 0px 0px;
		padding: 10px 10px 9px 10px;
	}
.search-btn{ padding: 2px 20px 2px 20px !important;}
.search-btn:hover{ padding: 2px 20px 2px 20px !important;}

.gt-dropdown .gt-panel-group .gt-panel:last-child {
    margin-bottom: 5px;
}
::placeholder {
  color: #969494 !important;
}

.pad5{
	padding:5px !important;
}

.event-innerbg{
	/*background: url(../images/header-image.jpg) no-repeat center;*/
	background-color: #eaeaea;
    height: 69px;
}

.subheading2{
	font-size: 14px;
    color: #000;	 
}
.boxsupport { background: linear-gradient(to right,#f5548e,#e60640); border: 1px solid #e60640; }
.boxsupport:hover { background: linear-gradient(to right,#f5548e,#e60640); border: 1px solid #e60640; }
.padd18{padding:15px 0px;}
.mrgnbtm10 { margin-bottom: 10px; }
.flotlft{float: left;}
.mrgntop2pt{margin-top: 2%;}
.mrgntop3pt{margin-top: 3%;}
.mrgntop3-4pt{margin-top: 3.8%;}
.mrgntop4 { margin-top: 4%; }
.mrgnbtm3 { margin-bottom: 3%; }
.mrgnbtm4 { margin-bottom: 4%; }
.heading10{
	font-size: 20px;
    color: #000;
}
/*plan & pricing*/
.ref-ecom-pricing-box { display: block !important; }
.pricing-columns {
    background-color: #f5f5f5;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 20px 1px rgba(0,0,0,.25);
    -moz-box-shadow: 0 2px 20px 1px rgba(0,0,0,.25);
    box-shadow: 0 2px 20px 1px rgba(0,0,0,.25);
    display: none;
	border: 1px solid #c3c3c3;
}
.pricing-box-header {
    font-size: 20px;
    background-color: #e2e2e2;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
}
.pricing-col-body {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}
.pricing-plan-price-container {
    height: 140px;
    background-color: white;
}
.pricing-columns-price-com-custom {
    line-height: 36px;
    font-size: 24px;
}
.pricing-plan-features {
    border-top: 1px solid #e2e2e2;
    padding-top: 15px;
	height: 460px;
}
.pricing-plan-features .head { margin-bottom: 10px; }
.pricing-col {
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
.pricing-columns .right { border-left: 1px solid #cdcdcd; }
.pricing-plan-features ul {
    list-style-type: none;
    padding: 0;
	margin-bottom: 0px;
}
.pricing-plan-features ul li {
    line-height: 30px;
    font-size: 14px;
    padding: 4px 0px;
    border-bottom: 1px solid #e2e2e2;
    width: 80%;
    margin: auto;
	color: #000;
}
.pricing-plan-features .last { border-bottom: 0px; }
.price-demobtn{
    font-size: 18px;
    padding: 12px;
    color: #fff;
    background: linear-gradient(to right,#f5548e,#e60640);
    width: 350px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
    outline: none;
}
.price-demobtn:hover{color: #222222;}
/*inner-header-title*/
.innerheadertxt {
    position: absolute;
    color: #fff;
    opacity: 1;
    width: 100%;
    z-index: 1;
    font-weight: bold;
	padding: 0px 87px;
}
.border-liner {
    background-color:#cecece;
    border-bottom: 7px solid;
    -moz-border-image: -moz-linear-gradient(left, rgba(92,7,52,1) 0%, rgba(134,29,84,1) 12%, rgba(255,93,177,1) 47%, rgba(83,0,30,1) 100%);
    -webkit-border-image: -webkit-gradient(left top, right top, color-stop(0%, rgba(92,7,52,1)), color-stop(12%, rgba(134,29,84,1)), color-stop(47%, rgba(255,93,177,1)), color-stop(100%, rgba(83,0,30,1)));
    -webkit-border-image: -webkit-linear-gradient(left, rgba(92,7,52,1) 0%, rgba(134,29,84,1) 12%, rgba(255,93,177,1) 47%, rgba(83,0,30,1) 100%);
    -o-border-image: -o-linear-gradient(left, rgba(92,7,52,1) 0%, rgba(134,29,84,1) 12%, rgba(255,93,177,1) 47%, rgba(83,0,30,1) 100%);
    border-image: linear-gradient(to right, rgba(92,7,52,1) 0%, rgba(134,29,84,1) 12%, rgba(255,93,177,1) 47%, rgba(83,0,30,1) 100%);
}
.txtrgt{ top: 14px; position: absolute; right: 87px; }
.mobonlydisplay{display:none}
@media only screen and (max-width:768px){
.mobhide{display:none !important;}
.mobonlydisplay{display:block}
.rsmg-b-20{
	margin-bottom:20px;
}
}
@media only screen and (max-width:414px){
.pricing-plan-features ul li { line-height: 25px !important; font-size: 12px !important; }
}
@media (min-width:287px) and (max-width:320px){
.pricing-plan-features ul li { line-height: 25px !important; font-size: 12px !important; }
.pricing-plan-features { height: 646px !important; }
}
@media (min-width:360px) and (max-width:370px){
.pricing-plan-features ul li { line-height: 22px !important; font-size: 11px !important; }
.pricing-plan-features { height: 500px !important; }
}
@media (min-width:371px) and (max-width:400px){
.pricing-plan-features { height: 550px !important; }
}
@media (min-width:401px) and (max-width:414px){
.pricing-plan-features { height: 497px !important; }
}
@media (min-width:450px) and (max-width:500px){
.pricing-plan-features ul li { line-height: 25px !important; font-size: 13px !important; }
.pricing-plan-features { height: 500px !important; }
}
@media (min-width:501px) and (max-width:568px){
.pricing-plan-features ul li { font-size: 12px !important; }
.pricing-plan-features { height: 510px !important; }
}
@media (min-width: 570px) and (max-width: 640px){
.pricing-plan-features ul li { font-size: 13px !important; }
.pricing-plan-features { height: 510px !important; }
.field { margin-left: 7px; }
}
@media (min-width:768px) and (max-width:880px){
.pricing-plan-features ul li { font-size: 12px !important; }
.innerheadertxt { padding: 0px 50px !important; }
.txtrgt{ right: 50px !important; }
.mrgntop3-4pt { margin-top: 2.8% !important; }
}
@media (min-width: 880px) and (max-width: 900px){
.pricing-plan-features ul li { line-height: 25px !important; font-size: 12px !important; }
.mrgntop3-4pt { margin-top: 3% !important; }
}
@media (min-width:901px) and (max-width:960px){
.pricing-plan-features { height: 425px !important;}
.pricing-plan-features ul li { line-height: 27px !important; }
.innerheadertxt { padding: 0px 125px !important; }
.txtrgt{ right: 125px !important; }
}
@media (min-width:1024px) and (max-width:1049px){
.innerheadertxt { padding: 0px 40px !important; }
.txtrgt{ right: 40px !important; }
}
@media (min-width:1050px) and (max-width:1080px){
.pricing-plan-features ul li { line-height: 28px !important; }
.innerheadertxt { padding: 0px 70px !important; }
.txtrgt{ right: 70px !important; }
}

.alert-box {
    color: #555;
    border-radius: 2px;
    font-size: 12px;
    padding: 6px 32px;
    /* margin: 10px; */
}

.success {
    background: #e9ffd9 url(../images/success.png) no-repeat 10px 50%;
    border: 1px solid #a6ca8a;
}

.ticketcost{
	float: right;
	border: 1px solid #019976;
	border-radius: 2px;
	padding: 3px 5px;
	line-height: 11px;
	color: #019976;
	font-size: 11px;
	margin-top:5px;
}

.fronttags{ 
    border: 0px 0px 0px 0px solid #ebebeb;
    border-radius: 0px 0px 3px 3px;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    padding: 5px 5px 5px 15px;
    margin-bottom: 25px;
	font-size: 13px;
	color: #404044;
}

.feature-fronttags{ 
    border: 0px 0px 0px 0px solid #ebebeb;
    border-radius: 0px 0px 3px 3px;
    border-top: 1px solid #ebebeb;
    padding: 5px 5px 5px 15px;
    margin-bottom: 25px;
	font-size: 13px;
	color: #404044;
}

.boxshadow-hover:hover{
	box-shadow: 3px 1px 4px 0px #cac7c7;
	border-radius: 5px 5px 0 0;
}

.headermrgn{margin: 15px 25px 0 25px;}
.paddtop0{padding-top: 0px;}
.paddbody{padding: 20px 25px 20px 25px !important;}
#gt-register-popup li {
    list-style-type: none;
    display: inline-block;
	padding: 6px 0;
}
.modal-header{padding: 0px !important;}
.disphide{display: none;}
.cursorpoint{cursor: pointer;padding: 0px 10px;}
.activetag{
		border-bottom: 2px solid #e60640;
		background: #e60640;
		color: #fff !important;
		border-radius: 2px 2px 0px 0px;
		padding: 10px 10px 9px 10px !important;
	}

@media (max-width: 767px) {
.event-innerbg {
    background: url(../images/header-image.jpg) no-repeat center;
    background-size: auto !important;
    height: auto !important;
    background-size: cover !important; }
.ticketprice {
    margin-right: 0px !important;
	padding-top: 0px !important;
}	
.paddtop13 {
    padding-top: 0px !important;
}	
.eventdsapce15{
	margin-top: 15px !important; 
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
}
}

@media (min-width: 768px) and (max-width: 991px){
	#event_name{ width: 108px !important; }
	#event_type{ width: 108px !important; } 
	#city{ width: 108px !important; }
	#sortby{ width: 108px !important; }
	#event_date{ width: 108px !important; }
}

#gt-register-popup li a{  transition: none !important;  }

.pd-btm-0{ padding-bottom: 0px !important;}

.grey-color{
	color:#969494;
}

@media (max-width: 575px) {
.ticketcost { float: none !important; }
}	

@media (min-width: 1000px) and (max-width: 1080px){
.textbox1 { width: 160px !important; }
.phonesec24{ display: inline-table;}
}

@media (min-width: 760px) and (max-width: 768px){
.gt-event-section-tabs .gt-event-tabs > li > a, .gt-event-section-tabs .gt-event-tabs > li > a:visited {
    padding: 25px 29px !important;  }
    .ehover13 img {
         width: 100% !important; 
    }
    
    
}	


/*----terms and condition----*/

.tcactive{
	color: #e60640;
    background: none;
    border: none;
    border-bottom: 4px solid #e60640;
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 0 10px 0;
	display: block;
}
.btnterms{
	color: #e60640;
    background: none;
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 0 10px 0;
	display: block;
}
#termscondition div a{ transition: none !important; }
ul.tcusers {
    margin-left: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    padding: 5px 0 10px 10px;
}
ul.tcusers li {
    list-style-type: decimal;
    width: auto;
    padding: 3px 0 10px 0;
    margin-left: 15px;
	color: #000;
	font-size: 14px;
}
.itemterms{ margin: 30px 0 0 0; }
.cpoint{cursor: pointer;}
#tc-block h4 {
    color: #252525;
    margin: 5px 0 10px 0;
    font-size: 22px;
    font-weight: 600;
}
#tc-block h5 {
    color: #252525;
    margin: 5px 0 10px 0;
    font-size: 18px;
    font-weight: 600;
}
#tc-block p {
    font-size: 14px;
    padding: 10px 20px 20px 30px;
	color: #000;
}
ul.tcusers li > ul {
    list-style-type: decimal;
    width: auto;
    padding: 3px 0 10px 0;
    margin: 10px 0 0px 40px;
}
ul.tcusers li > ul li {
    list-style-type: lower-alpha;
    width: auto;
    padding: 8px 0 5px 0;
}
.mrgntop1pt{margin-top: 1%;}
@media (max-width: 320px){
	.mobsmall{ padding: 10px 10px 15px 0px !important; font-size: 13px !important; }
}

.create-btns{
    background: linear-gradient(to right,#019976,#a1e449);
    border: none;
    color: #FFFFFF;
    padding: 9px 20px 9px 20px;
    border-radius: 5px;
	outline:none;	
    cursor: pointer;
}
.create-btns:hover{
	background: linear-gradient(to right,#019976,#a1e449);
    border: none;
    color: #FFFFFF;
    padding: 9px 20px 9px 20px;
	outline:none;	
    cursor: pointer;
}
.ticketcost { display: inline-block; }
.modal-content {
    background: #f5f5f5 !important;
}
#gt-register-popup li a{  
    padding: 10px 10px 11px 10px;
	background: #d6d6d6;
	color: #515151;
}

.pricealign{
	text-align: right !important;
    margin-right: 10px !important;
}

.form-control{
	font-size:14px !important;
	padding: 13px 12px !important;
}

/*new class*/

.paddtop13{padding-top:13px;}
.ticketprice{margin-right:0px;padding-top:13px;}

/*.selecticket{margin-left: -21px;width:103%;}*/
.mrgnlft10{margin-left:10px;}

@media (max-width: 320px){
#mheight375{min-height: 390px;}
}
@media (max-width: 475px){
/*.selecticket{margin-left: -17px;width:107%;}*/
}
@media (max-width: 767px){
.mrgmauto{ margin: 0 auto;}
.paddtop38{padding-top: 20px !important;}
}
@media (max-width: 575px){
.paddtop13{ padding-top:0px !important; }
.ticketprice{ padding-top:0px !important; padding-bottom: 15px; }
.mfloatnone{float: none !important;}
.mrgnlft10{margin-left:0px !important;}

}

@media (min-width: 360px) and (max-width: 400px){
#mheight375{min-height: 375px;}	
}

@media (max-width: 365px){
.multi-steps > li:after { left: 75% !important; }
}
@media (min-width: 390px) and (max-width: 414px){
.font18px{font-size: 14px !important;}
h1{font-size:22px !important;}
.mobtop10{margin-top:10px !important;}
}
@media (min-width: 365px) and (max-width: 375px){
.font18px{font-size: 13px !important;}
h1{font-size:22px !important;}
.mobtop10{margin-top:10px !important;}
}
@media (min-width: 320px) and (max-width: 360px){
.font18px{font-size: 12px !important;}
h1{font-size:22px !important;}
.mobtop10{margin-top:10px !important;}
 
}

@media (min-width: 366px) and (max-width: 414px){
.multi-steps > li:after { left: 74% !important; }
h1{font-size:22px !important;}
.mobtop10{margin-top:10px !important;}
}
@media (min-width: 480px) and (max-width: 535px){
.multi-steps > li:after {
    left: 67% !important; 
}
h1{font-size:22px !important;}
.mobtop10{margin-top:10px !important;}
}

.font18px{font-size: 18px;}
.paddtop38{padding-top: 6px;}

.bodrline{height: 1px;border-bottom: 7px; }

.height200{ height:200px !important; width: 100%; }
.font17{ font-size: 17px; }

@media (min-width: 950px) and (max-width: 960px){
textarea#ecomment { width: 100% !important; }
}

.mg-t-50{ margin-top:50px; }
.error-payment-failed{
	border-radius: 5px;
    width: 100%;
    padding: 10px;
    border: dashed 1px #ee2f76;
    color: #ee2f76;
    font-size: 36px;
    text-align: center;
    height: 350px;
    padding-top: 6%;
    background: #fff;
}
.error-payment-success{
	border-radius: 5px;
    width: 100%;
    padding: 10px;
    border: dashed 1px #019976;
    color: #019976;
    font-size: 36px;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
    background: #fff;
}
.font100 { font-size: 100px !important; margin-bottom: 15px; }
input#captchaf { outline: none; }

.phonesec75{float:left;width:75%;}
.phonesec24{float:left;width:24%;}
@media (min-width: 590px) and (max-width: 720px){
.add { margin-left: 5px !important; }
.field {
    width: 26px !important;
    height: 26px !important;
    font-size: 14px !important;
    margin-left: 5px !important;
}
.search-qty { margin-left: 16px !important; }
.total-ticket-price {
    margin-right: 0px !important;
    margin-top: 10px !important;
    font-size: 12px !important;
    margin-left: 0px !important;
}
.sponsorimg{width:33% !important;}
.wid100{width: 100%;}
.paddlft20 { padding-left: 10px !important; }
}
.descpadd17{padding: 0px 17px 0px 17px;}
@media (min-width: 730px) and (max-width: 790px){
.sponsorimg{width:25% !important;}
.wid100{width: 100%;}
}
@media (min-width: 791px) and (max-width: 991px){
.sponsorimg{width:25% !important;}
.wid100{width: 100%;}
}
.success1 {
    background: #e9ffd9 url(../images/success.png) no-repeat 28% 50%;
    border: 1px solid #a6ca8a;
	text-align: center;
}

/*Accrodian eventpage*/
.accordion-container{width:100%;}
.accordion-head2 {
	/*background-color:#F9F9F9;
	border: 1px solid #EAEAEA;
    color: #222222;
    cursor: pointer;
    font-size: 13px;
    padding: 12px 20px;
	font-weight: normal;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
    
    background-color: #F9F9F9;
    border: 1px solid #EAEAEA;
    color: #222222;
    cursor: pointer;
    min-height: 48px;
    height: auto;
    font-size: 13px;
    padding: 6px 20px;
    font-weight: normal;
    border-radius: 5px;
}
.accordion-body1 {
	background: #fff;
	border: 1px solid #EAEAEA;
	border-top: 0;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	padding: 12px 20px;	
}
.accordion-body1 p{
	margin: 10px 0px;
}

/*Accrodian book your ticket*/
.accordion-head1 {
	background-color:#F9F9F9;
	border: 1px solid #EAEAEA;
    color: #222222;
    cursor: pointer;
    font-size: 13px;
    padding: 12px 20px;
	font-weight: normal;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.accordion-body {
	background: #fff;
	border: 1px solid #EAEAEA;
	border-top: 0;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	padding: 12px 20px;	
}
.accordion-body p{
	padding: 15px 0px;
	margin: 0px;
}
.plusminus{
	float:right;
	font-size: 22px;
    font-weight: normal;
    margin-top:10px;
}
.accrodian-main{margin-bottom: 15px;margin-top: 15px;}
 .ticketnote{color:#e70b44;font-size:12px;line-height: 2.1;}

.soldout{ 
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #c3c2c2;
    margin-left: 19%;
}

.submit-btn4{
    background: linear-gradient(to right,#e70b44,#f34c78);
    border: none;
    color: #FFFFFF;
    padding: 10px 60px 10px 60px;
    border-radius: 5px;
    outline: none;
    font-size: 22px;
    cursor: pointer;
}

.submit-btn4:hover{
	 background: linear-gradient(to right,#f34c78,#e70b44); 
}


.displaynone {
    display: none;
}
.outlinenone {
    outline: none;
}
.width300 {
    width: 300px;
}
.dividline {
    height: 1px;
    background-color: #ebebeb;
    margin-top: 10px;
}
.couponmsgclass {
    font-weight: normal !important;
    margin-top: 10px;
    margin-bottom: -3px !important;
}
.payoptionpatch {
    background-color: #f9f9f9;
    padding-bottom: 7px;
    border-top: 1px solid #ebebeb;
}
.fontbold{
	font-weight:bold !important;
}
.fontnormal{
	font-weight:normal !important;
}
.padding-l7px{
	padding-left:7px;
}
.marg-l7px{
    margin-left:7px;
}
	.radioclass {
      width: 27px;
    float: left; 
   }
  .radioclass1 {
    width: 33px;
    float: left;
    padding-left: 7px!important;
   }
  .minheight230 {
    min-height: 230px;
  }
@media (min-width: 800px) {
    .mobileview {
        display: none;
    }
}
@media (max-width: 800px) {
    
#pay2show,#pay2hide{
    margin-bottom:10px;
}


    .desktopview {
        display: none;
    }
    .radioclass {
        width: 33px !important;
        padding-left: 7px !important;
    }
    .rsfont14px {
        font-size: 14px !important;
    }
    .payoptionpatch {
        padding-bottom: 20px !important;
    }
    .rsmar0 {
        margin: 0px !important;
    }
    .rspaddt0 {
        padding-top: 0px !important;
    }

    .rsmart10 {
        margin-top: 10px !important;
    }
    .rstextjust {
        text-align: justify !important;
    }
    .submit-btn6 {
        min-width: 105px;
    }
    .fb-radio-group,
    .fb-checkbox-group {
        text-align: left !important;
    }

    .rspadd0 {
        padding: 0px !important;
    }
    
    .rspadd5 {
        padding: 5px !important;
    }
    .card-body {
        padding: 20px 0;
    }
    .ticket-breakup-text {
        flex: 5 !important;
    }
    .sponsorimg img{
       width:100% !important;
       height: auto !important;
    }
    .sponsorimg { 
    padding: 0 2px !important;
    }
}

@media (min-width:900px) and (max-width:1100px){
.submit-btn4{
     padding: 10px !important;
    
} 
.smicons{
    display: inline-block;
    margin-top: 5px;
}
}
@media (min-width:900px) and (max-width:1000px){
.dispwebkitinline{
 display:-webkit-inline-box!important;   
}
}

@media (max-width: 991px) and (min-width: 576px){
.bodr2px{
    border: none!important;
}

.boxaddress:hover {
    background: none!important;
    border: none!important;
}
}


.lineheight1-2{
	line-height:1.2;
}
.linepatch{
        background: #eeeeee;
            padding-left: 5px;
}
 
 
@media (min-width:320px) and (max-width:750px){
.termsboxinput{ 
width: 6%;
float:left;
}
.termscont{ 
    float: left;
    margin-top: -4px; 
    width: 94%;
    line-height: 1.5;
}
}



@media (min-width:750px){
.termsboxinput{ 
width: 4%;
float:left;
}
.termscont{ 
    float: left;
    margin-top: -4px; 
    width: 96%;
    line-height: 1.5;
}
}


.mg-t-25{
 margin-top:25px;   
}

@media (max-width:750px){
.gt-event-section-tabs{
    padding: 10px!important; 
}
.accordiontabcontainer{
    padding: 10px;
    margin-top: -4px!important;
    border: 1px solid #ebebeb;
    margin-bottom: 5px;
}
.mobtop8{
margin-top:8px!important;
}
.accrodian-main {
    margin-bottom: 5px;
    margin-top: 0px;
}


}

.termspaddbg{
    padding: 18px 10px 0px 10px!important; 
}

 .tabinputbox,.tabinputbox:hover,.tabinputbox:active,.tabinputbox:focus {
    padding: 0px 6px;
    height: 38px;
    font-size: 18px;
    color: #565c68;  
    width: 100%;  
    border: 1px solid #EAEAEA;
    margin-bottom:10px;
    outline:none;
     background-color: #fff;
    background-image: none; 
	}
	