.feedback-hero-banner{
    background: url(../img/home-banner.jpg) no-repeat #333333;
    background-size: cover;
    background-position: center center;
    min-height: 530px;
    margin-top: 70px;
}
.feedback-hero-banner .feedback-banner-content-wrapper{
	align-items: center;
	min-height: 530px;
}
.feedback-hero-banner .feedback-banner-content .hero-banner-title{
	color: #ffffff;
    font-size: 42px;
    line-height: 62px;
    font-family: 'BentonSans-Light',Arial;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 400;
}
.feedback-hero-banner .feedback-banner-content .hero-banner-title .break{
	display: block;
}
.feedback-hero-banner .feedback-banner-content .hero-banner-content{
	color: #ffffff;
    font-size: 27px;
    line-height: 38px;
    font-family: 'BentonSans-Regular',Arial,sans-serif;
}
.flex-list{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.sub-title{
	font-size: 32px;
	line-height: 42px;
	font-family: 'BentonSans-Bold',Arial,sans-serif;
}
.banner-band{
	background: #222222;
	padding: 20px 0px;
}
.banner-band .banner-band-list{
	list-style: none;
	padding-left: 0px;
	color: #ffffff;
	text-align: center;
	grid-gap: 0px;
	justify-content: space-between;
	margin-top: 5px;
	flex-wrap: nowrap;

}
.banner-band .banner-band-list h4{
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	width: 80%;
	margin: 0 auto;
}
.banner-band .banner-band-list li{
	position: relative;
	padding: 15px 0px;
	text-align: center;
	min-width: 20%;
}
.banner-band .banner-band-list li:after{
	content: "";
	border-left: 2px solid #ffffff;
	width: 1px;
	height: 50px;
	position: absolute;
	right: 0px;
	top: 30%;
	bottom: 0px;
}
.banner-band .banner-band-list li:last-child:after{
	display: none;
}
.banner-band .banner-band-list .icon{
	min-height: 100px;
	display: flex;
	align-items: flex-end;
	margin-bottom: 20px;
	justify-content: center;
}
.banner-band .sub-title{
	text-align: center;
}
.form-box{
	padding: 20px 15px;
}
.form-box h5{
	margin-bottom: 10px;
	color: #000000;
	font-size: 18px;
	line-height: 24px;
}
.form-section-box{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
    border: 1px solid #cccccc;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
    margin: 20px 0px;
}
.feedback-banner-content.enquiry-page .form-section-box{
	padding: 10px 15px;
	background-color: #ffffff;
	 box-shadow: 1px 2px 15px 7px rgb(0 0 0 / 40%);
}

.button-block .btn-seconandary{
	margin-right: 0px;
}
.feedback-banner-content.enquiry-page .form-box {
    padding: 10px 10px;
}
.table.ticket-table tr{
	border-radius: 30px;

}
table.table.ticket-table {
   border-collapse: separate;
    border-spacing: 0 10px;
}

.table.ticket-table td {
	border-top: 1px solid #222222;
  border: solid 1px #222222;
  /*border-style: none solid solid none;*/
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
.table.ticket-table td:after{
	position: absolute;
	top: 5px;
	border-right: 1px solid #222222;
	content: " ";
	right: 0px;
	width: 1px;
	height: 80%;
}
.table.ticket-table td:last-child:after{
	display: none;
}
.table.ticket-table tr td:first-child{
	border-top-left-radius: 10px; 
	border-bottom-left-radius: 10px; 
}
.table.ticket-table tr td:last-child{
	border-top-right-radius: 10px; 
	border-bottom-right-radius: 10px; 
}
.table.ticket-table tr td{ border-right-style: none; }
.table.ticket-table tr td{ border-left-style: none; }
.table.ticket-table tr td:last-child{ border-right-style: solid; }
.table.ticket-table tr td:first-child{ border-left-style: solid; }
.form-box .form-control{
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #666666;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.form-box .form-control.error{
	border-color: #ff0000;
	color: #666666!important;
}
.form-box .form-control:disabled, .form-box .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.form-box  textarea.form-control {
    height: auto;
}
.input-with-btn .sap-btn{
	padding: 0.375rem 0.75rem;
}
.float_btn {
    display: none;
}
.input-with-btn.flex-list{
	flex-wrap: nowrap;
}
.resent{
	float: right;
	margin-top: 5px;
	color: #0096DB!important;
	cursor: pointer;
}
.resent:hover{
	text-decoration: underline!important;
}
.resent .count-down{
	color: #0096DB;
	font-size: 16px;
}
.resnt-btn{
	display: none;
}
.resnt-btn.show{
	display: block;
}
.new-resent.active{
	display: block;
}
.new-resent{
	display: none;
}

.resent_login{
	float: right;
	margin-top: 5px;
}
.resent_login .count-down_login{
	color: #0096DB;
	font-size: 16px;
}
.resnt-btn_login{
	display: none;
}
.resnt-btn_login.show{
	display: block;
}
.new-resent_login.active{
	display: none;
}
.new-resent_login{
	display: block;
}
.resnt-btn_login{
color: #0096DB!important;
cursor: pointer;
	/* text-decoration: underline; */
}
.resnt-btn_login:hover{
	text-decoration: underline!important;
}
.edit-email{
	display: none;
}
.edit-email_login{
	display: none;
}
.existing-enquiry.active{
	display: block;
}
.existing-enquiry{
	display: none;
}
.error{
	color:red !important
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	display: none;
    z-index: 9999;
    background: url(../img/loading.gif) center no-repeat #fff;
    background-size: 100px;
    opacity: 0.8;
}
/*LOGIN CONFIGURATION PAGE*/
.form-login {
	max-width: 330px;
	margin: 100px auto 0;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: 'BentonSans-Regular',Arial,sans-serif;
}

.form-login h2.form-login-heading {
	margin: 0;
	padding: 25px 20px;
	text-align: center;
	background: #f0ab00;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
}
.login-wrap {
	padding: 20px;
}
.login-wrap .registration {
	text-align: center;
}
.login-social-link {
	display: block;
	margin-top: 20px;
	margin-bottom: 15px;
}
.alert{
    font-size: 13px;
    line-height: 18px;
}
.login-wrap .alert.alert-danger{
    color: #d04512;
    background-color: rgba(0,0,0,0.04);
    border-color: #d04512;
}
.alert-danger {
    color: #d04512 !important;
    background-color: rgba(0,0,0,0.04);
    border-color: #d04512;
    font-size: 13px;
    line-height: 18px;
}

/*style for modal start*/
.portal-modal .modal-header{
	background: #f0ab00;
    color: #000000;
    position: relative;
}
.portal-modal .modal-header .close{
    z-index: 1051;
    right: 15px;
    top: 15px;
    opacity: 1;
}
.portal-modal .modal-header .close img{
	width: 40px;
    height: 40px;
}
.portal-modal .sub-title {
    font-size: 26px;
    line-height: 32px;
}
.portal-modal .form-control{
	font-size: 16px !important;
	line-height: 22px;
}
/*style for modal end*/
/*style for multiselction dropdown start*/
.dropdown .multiSelectBox, .dropdown .dropdown_text_box{
    margin:0px;
    padding:0px;
}
.dropdown ul {
    margin: -1px 0 0 0;
}
.dropdown .multiSelectBox {
    position:relative;
}
.dropdown p{
	font-size: 16px;
    line-height: 24px;
}
.dropdown a, 
.dropdown a:visited {
    color:#666666;
    text-decoration:none;
    outline:none;
    font-size: 16px;
    line-height: 24px;
}
.dropdown .dropdown_text_box a {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #666666;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 5px;
    position: relative;
}
.dropdown .dropdown_text_box a .fa{
	position: absolute;
	top: 0.5rem;
	right: 0.75rem;
	font-size: 22px;
}
.dropdown .dropdown_text_box a span, .multiSel span {
    cursor:pointer;
    display:inline-block;
    padding: 0 3px 2px 0;
}
.dropdown .multiSelectBox ul {
    background-color: #ffffff;
    border:0;
    color:#333333;
    display:none;
    left:0px;
    padding: 15px;
    position:absolute;
    top:2px;
    width:100%;
    list-style:none;
    max-height: 300px;
    overflow: auto;
    border: 1px solid #cccccc;
    border-radius: 5px;
    z-index: 1053;
}
.dropdown .multiSelectBox ul li{
	padding-bottom: 10px;
}
.dropdown .multiSelectBox ul li label{
	padding-left: 5px;
	margin: 0px;
}
/*style for multiselction dropdown end*/
/*style for thankyou modal start*/
.thankyou-modal p{
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
}
.thankyou-modal .modal-header{
	background-color: #ffffff;
	border: none;
	padding: 15px 15px 0px;
}
.thankyou-modal .modal-header .close{
	padding: 0px;
	position: absolute;
	right: 30px;
	top: 30px;

}
.thankyou-modal .modal-header .close img{
	width: 30px;
	height: 30px;
}
.thankyou-modal .modal-body{
	padding: 30px 30px 20px;
}




/*style for thankyou modal end*/
/*style for footer band start*/
.footer-band{
	background: url(../img/footer-banner.jpg) #666 no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 40px;
}
.footer-band .sub-title{
	text-align: left!important;
	font-size: 32px;
    line-height: 42px;
}
.footer-band .small-title{
	font-size: 22px;
	line-height: 32px;
	color: #ffffff;
	margin-bottom: 20px;
}
.footer-band .section-space{
	padding: 20px 15px;
}
/*style for footer band end*/
/*style for loader start*/
#load-spinner{
  width:60px;
  height:60px;
  border:4px solid #f0ab00;
  border-top:4px solid transparent;
  border-radius:50%;
}

#load-spinner{
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1.2s;
  -webkit-animation-name: rotate;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  
  -moz-transition-property: -moz-transform;
  -moz-animation-name: rotate; 
  -moz-animation-duration: 1.2s; 
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  
  transition-property: transform;
  animation-name: rotate; 
  animation-duration: 1.2s; 
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
/*style for loader end*/
@media only screen and (min-width:320px) and (max-width:767px) {
	.banner-band .banner-band-list{
		flex-direction: column;
	}
	.form-section-box{
		padding: 20px 15px;
	}
	
	/*.table.ticket-table tr td:nth-child(2){
		min-width: 170px;
	}*/
	.banner-band .banner-band-list li{
		width: 100%;
	}
	.banner-band .banner-band-list li:after{
		display: none;
	}
	.feedback-hero-banner .feedback-banner-content .hero-banner-title{
		font-size: 34px;
    	line-height: 44px;
	}
	.feedback-hero-banner .feedback-banner-content .hero-banner-content{
		font-size: 22px;
    	line-height: 28px;
	}
	.feedback-hero-banner .feedback-banner-content-wrapper, .feedback-hero-banner{
        min-height: 420px;
    }
    .feedback-hero-banner .feedback-banner-content{
    	margin: 40px 0px;
    }
    .float_btn {
	    position: fixed;
	    bottom: 0px;
	    right: 0;
	    display: flex;
	    z-index: 1;
	    left: 0px;
	    width: 100%;
	}
	.float_btn  .flex-list li{
		width: 100%;
		display: block;
		margin-bottom: 0px;
	}
	.enque-now-btn{
	    background-color: #b51b9f !important;
	}
	.float_btn  .flex-list{
		list-style: none;
		margin-bottom: 0px;
		padding-left: 0px;
		grid-gap: 0px;
		width: 100%;
		flex-wrap: nowrap;
	}
	.float_btn  .flex-list .btn-warning{
		margin: 0px;
		width: 100%;
		display: block;
		font-size: 15px !important;
	}
	.banner-band .banner-band-list{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.banner-band .banner-band-list li{
		padding: 10px 15px;
	}
	.banner-band .owl-carousel.banner-band-list{
		margin-top: 20px;
	}
	.banner-band .banner-band-list .icon{
		max-height: 400px;
	}
	.banner-band .banner-band-list .icon img{
		/*max-width: 100%;*/
		/*max-height: 100px;*/
	}
	.banner-band .owl-carousel.banner-band-list .owl-prev {
    	top: 30%;
    	left: 0px;
    	 position: absolute;
	}
	.banner-band .owl-carousel.banner-band-list .owl-next {
	    right: 0px;
	    top: 30%;
	    position: absolute;
	}
	.banner-band .owl-carousel.banner-band-list  .owl-nav svg .str0 {
    	stroke: #737373;
    	stroke-width: 0.735326;
    	fill: none;
	}
	.banner-band .owl-carousel.banner-band-list .owl-nav svg{
		width: 30px;
		height: 30px;
	}
	.banner-band .owl-carousel.banner-band-list .owl-item img{
		width: auto;
	}
	.mob-hidden{
		display: none;
	}
	.footer-band .sub-title{
		text-align: left!important;
		font-size: 26px;
    	line-height: 36px;
	}
}

/* multiselect css */
.multiselect-container.dropdown-menu.open, .multiselect-container.dropdown-menu.show {
    display: block;
    border: 0px;
    width: 100%;
    padding: 10px;
    top: 100% !important;
    max-width: 100%;
    right: 0px;
    left: unset !important;
    transform: unset !important;
    position: absolute !important;
    border: 1px solid #cccccc;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
    margin-top: 0px;
    max-height: 200px;
    overflow-y: auto;
}
.multiselect-option.dropdown-item .form-check-label{
	padding-left: 10px;
}
.multiselect-option.dropdown-item .form-check{
	padding:0px !important;
	
}
.sub-title {
    font-size: 26px;
    line-height: 32px;
}
@media only screen and (min-width:320px) and (max-width:575px) {
	.table.ticket-table tr td {
	    vertical-align: middle;
	    font-size: 14px;
	    line-height: 24px;
	    display: block;
	    margin-bottom: 0px;
	    padding-bottom: 0px;
	    border-bottom-style: none;
	    border-top-style: none;
	    border-right-style: solid;
	    border-left-style: solid;
	}
	.table.ticket-table td:after{
		display: none;
	}
	.table.ticket-table tr td:first-child {
    	border-left-style: solid;
    	border: 1px solid #222222;
    	border-bottom: none;
    	border-top-left-radius: 10px;
    	border-bottom-left-radius: 0px;
    	border-top-right-radius: 10px;
	}
	.table.ticket-table tr td:last-child {
	    border-right-style: solid;
	    border-bottom-style: solid;
	    padding-bottom: 10px;
	    border-top-right-radius: 0px;
    	border-bottom-right-radius: 10px;
    	border-bottom-left-radius: 10px;
	}
}
@media only screen and (min-width:768px) and (max-width:992px) {
	.ticket-table-wrapper{
		-ms-flex: 0 0 100%;
    		flex: 0 0 100%;
    		max-width: 100%;
	}
	.footer-band{
		background-position: right 20% center;
	}
}
@media only screen and (min-width: 320px) and (max-width:432px) {
	.button-block.flex-list{
		grid-gap: 10px;
	}
	.button-block.flex-list .sap-btn{
		margin-bottom: 0px;
		width: 100%;
	}
}


