@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
font-family: 'Raleway', sans-serif;
light 		300
regular 	400
Medium 		500
Semi-bold 	600
Bold 		700
Extra-bold 	800
Black 		900
*/
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500&display=swap');
/*
font-family: 'Ubuntu', sans-serif;
light 		300
regular 	400
Medium 		500
Bold 		700
*/
@font-face {
    font-family: 'alycidoncondensed';
    src: url('../fonts/alycidon-condensed-webfont.woff2') format('woff2'),
         url('../fonts/alycidon-condensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'andesregular';
    src: url('../fonts/andes-webfont.woff2') format('woff2'),
         url('../fonts/andes-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	background: #000;
}
*{
	outline: none !important;
}
.font_alycidoncondensed{
	font-family: 'alycidoncondensed';
}
.font_andesregular{
	font-family: 'andesregular';
}
.font_ubuntu{
	font-family: 'Ubuntu', sans-serif;
}
a{
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
}
a:hover{
	text-decoration: none;
}
.sec_padd{
	padding: 80px 0px;
}
img{
	max-width: 100%;
	height: auto;
}
p{
	line-height: 26px;
}
/***** header css start ******/
.header_sec{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}
.header_sec .navbar-expand-lg.navbar-dark{
	padding: 0px 50px;
	background: rgba(0,0,0,.5);
}
.header_sec .navbar-dark .navbar-nav .nav-link{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px 15px;
}
.header_sec .navbar-dark .navbar-nav .nav-item{
	margin-left: 5px;
}
.header_sec .navbar-dark .navbar-nav .nav-item.leader_login a, .border_botton {
    border: 2px solid #dbae5d;
    border-radius: 2px;
    padding: 8px 15px;
    font-weight: 600;
    margin-left: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}
.header_sec .navbar-dark .navbar-nav .nav-item.leader_login a:hover,
.border_botton:hover{
	background: #dbae5d;
	color: #000;
}
.header_sec .navbar-dark .navbar-nav .nav-link:hover{
	color: #dbae5d;
}
.header_sec .navbar-dark .navbar-brand{
	padding: 0;
}
/***** header css end ******/

/****** content css Start ******/
.banner_sec{
	height: 100vh;
	background-size: cover;
	background-position: center;
	position: relative;
}
.banner_cap {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    text-align: center;
    width: 100%;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 60px;
}
.banner_head{
	font-size: 120px;
	margin-bottom: 30px;
	letter-spacing: 2px;
}
.banner_head small{
	font-size: 60%;
}
.banner_cap p {
    font-size: 22px;
    text-transform: uppercase;
}
.bnrvideo_btn a{
	display: inline-block;
	padding: 12px 20px;
	background: #dbae5d;
	color: #000;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	border-radius: 4px;
}
.bnrvideo_btn a svg{
	margin-right: 5px;
	font-size: 18px;
	margin-bottom: -2px;
}
.bnrvideo_btn a:hover{
	background: #ffe1aa;
}
.banner_sec .bnrvideo_btn{
	padding-top: 100px;
}
button.close {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 26px;
    width: 26px;
    background: transparent;
    text-align: center;
    line-height: 24px;
    border-radius: 4px;
    z-index: 2;
    display: block;
    opacity: 1;
    text-shadow: none;
    color: #000;
    border: 2px solid #333;
}
button.close img {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-top: -4px;
}
button.close:hover{
	background: #ffe1aa;
	opacity: 1;
}
.banner_bottom_strip{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align:  center;
	padding: 15px 0;
	font-weight: 600;
	color: #000;
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(219,175,93,1) 15%, rgba(219,175,93,1) 51%, rgba(219,175,93,1) 85%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(15%, rgba(219,175,93,1)), color-stop(51%, rgba(219,175,93,1)), color-stop(85%, rgba(219,175,93,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(219,175,93,1) 15%, rgba(219,175,93,1) 51%, rgba(219,175,93,1) 85%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(219,175,93,1) 15%, rgba(219,175,93,1) 51%, rgba(219,175,93,1) 85%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(219,175,93,1) 15%, rgba(219,175,93,1) 51%, rgba(219,175,93,1) 85%, rgba(0,0,0,1) 100%);
}
.banner_bottom_strip img{
	margin: 0 5px;
}
.head_common {
    color: #dbaf5d;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.btn_common{
	background: #dbae5d;
	color:#fff;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 25px;
	border-radius: 2px;
	border: 2px solid #dbae5d;
	text-transform: uppercase;
	display: inline-block;
	min-width: 120px;
	letter-spacing: 1px;
}
.btn_common.btn_black{
	background: #000;
	border: 2px solid #000;
}
.btn_common:hover{
	background: transparent;
	color: #dbae5d;
}
.btn_common.btn_black:hover{
	color: #000;
}

.btn_common.btn_small{
	font-size: 13px;
	padding: 7px 10px;
	font-weight: 700;
}
.venue_item{
	background: #fff;
	color: #000;
	margin-bottom: 20px;
}
.venue_item:last-child{
	margin-bottom: 0;
}
.venue_item figure{
	margin-bottom: 0;
}
.venue_content {
    padding-right: 15px;
}
.venue_content h4 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
        display: inline-block;
}
.venue_content h4 span{
	font-weight: 700;
}
.testimonial_sec{
	background-size: cover;
	background-position: center;
}
.slick-dots{
	padding: 0;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
}
.slick-dots li{
	display: inline-block;
	vertical-align: top;
}
.slick-dots li button{
	height: 6px;
	width: 6px;
	background: #000;
	opacity: 0.5;
	padding: 0;
	border: none;
	font-size: 0;
	border-radius: 50%;
	margin: 0 4px;
}
.pagi_white .slick-dots li button{
	background: #fff;
}
.slick-dots li.slick-active button{
	opacity: 1;
}
.testimonial_main {
    text-align: center;
    background: #fff;
    color: #000;
    width: 90%;
    margin: 0 auto;
    padding: 80px;
    border-radius: 6px;
    font-size: 16px;
}
.testimonial_main:not(.slick-initialized) .testimonial_item + .testimonial_item{
	display: none;
}
.testimonial_item h4{
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-top: 20px;
}
.testimonial_item h5{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0px;
}
.imggallery_item {
    float: left;
    position: relative;
    line-height: 1;
    width: 16%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 0.8%;
}
.imggallery_item:nth-child(6n){
	margin-right: 0;
}
.imggallery_item img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    cursor: zoom-in;
}
.imggallery_item:after {
    content: "";
    position: absolute;
    left: -200px;
    top: 0;
    width: 200px;
    height: 100%;
    background: rgba(255,255,255,.1);
    z-index: 1;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}
.imggallery_item:hover:after{
    left: 100%;
}
.gallery_sec{
	padding: 20px 0px;
}
.lg-icon{
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
}

.lg-actions .lg-prev{
    background-image: url(../images/left-arrows.svg);
}
.lg-actions .lg-next{
    background-image: url(../images/right-arrows.svg);
}
.lg-thumb-outer .lg-toogle-thumb{
	background-image: url(../images/icon_interface.svg);	
}
.lg-toolbar .lg-download{
    display: none;
}
.lg-toolbar .lg-close{
    background-image: url(../images/close.svg);
}
.lg-actions .lg-prev:after,
.lg-toolbar .lg-close:after,
.lg-actions .lg-next:before{
	display: none;
}
.bookin_2minute{
	background: #dbae5d;
	color: #000;
	text-align: center;
}
.bookin_2minute .head_common{
	color: #000;
	font-size: 40px;
	font-weight: 800;
	text-transform: none;
}
.book_list{
	margin: 0;
	padding: 30px 0;
}
.book_item{
	display: inline-block;
	vertical-align: top;
	width: 24%;
	font-family: 'Ubuntu', sans-serif;
}
.book_item figure{
	height: 80px;
	line-height: 80px;
}
.book_item figure img{
	max-height: 80px;
}
.meji_media_sec {
    background-size: cover;
    background-position: center;
}
.meji_wrap{
	background: rgba(255,255,255,.9);
	padding: 40px;
	color: #000;
	/*width: 700px;*/
	width: 50%;
	max-width: 100%;
	margin: 60px 0;
}
.color_black{
	color: #000;
}
.container-fluid{
	padding: 0 50px;
}
.article_item{
	background:#fff;
	border-radius: 10px;
	overflow: hidden;
	color: #000;
	/*margin-bottom: 20px;*/
	height: 100%;
}
.article_slider .col-lg-6.col-xl-3{
	margin-bottom: 20px;
}
.art_item_content{
	padding: 40px;
}
.article_item figure{
	margin-bottom: 0;
}
.art_item_content h4{
	font-weight: 700;
	font-size: 20px;
}
.article_item figure{
	height: 270px;
	background: #ccc;
}
.article_item figure img{
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}
.subscribe_form form{
	width: 650px;
	max-width: 100%;
	margin: 0 auto;
}
.subs_header h4{
	font-size: 18px;
	font-weight: 700;
}
.subscribe_form .form-control{
	border-radius: 0;
	border: none;
	font-size: 14px;
	padding: 10px;
	height: 42px;
}
.subscribe_form .btn_common{
	padding:7px 10px;
	display: block;
	width: 100%;
	height: 42px;
	font-size: 13px;
	border-radius: 0;
}
.mobile_gallery{
	display: none;
}
.lg-actions .lg-next, .lg-actions .lg-prev{
	background-color: transparent;
}
.modal_header{
	color: #000;
	padding: 30px 2rem 0;
}
#video_popup .modal-header{
	border: none;
}
.popup_head {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
}
.popup_head small{
	display: block;
	font-weight: 800;
	font-size: 18px;
	margin-bottom: 5px;
}
.popup_head span{
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 0 20px;
}
.popup_head:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	height: 2px;
	width: 100%;
	background: #dbae5d;
}
.modal-body{
	padding: 1rem 2rem;
	color: #000;
}
.form_common .form-control{
	border-radius: 0;
	height: 42px;
	font-size: 13px;
	font-weight: 500;
	padding: 5px 8px;
}
/****** content css End ******/

/******* footee css start *******/
.footer_sec{
	background: #191718;
}
.footer_sec{
	padding: 40px 0;
}
.ftr_right{
	text-align: right;
}
.ftr_block a{
	color: #fff;
	display: inline-block;
}
.ftr_block a:hover{
	color: #dbae5d;
}
.ftr_phone{
	color: #fff;
	font-size: 30px;
	font-weight: 700;
}
.ftr_mail{
	font-size: 14px;
	color: #fff;
	margin-bottom: 15px;
}
.ftr_menu{
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	line-height: 1;
}
.menu_label {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 18px;
    padding-right: 15px;
    line-height: 1;
}
.ftr_menu li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #fff;
    line-height: 1;
    padding-right: 10px;
    margin-right: 6px;
}
.ftr_menu li:last-child{
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.ftr_links{
	text-align: center;
}
.footer_menu_main{
	padding-top:  15px;
}
.ftr_links .footer_menu_main:last-child{
	padding-top: 100px;
}
.ftr_right .border_botton:hover{
	color: #000;
}
/******* footee css start *******/


/****** Birmingham page css start *******/
.inner_banner .banner_cap p{
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.vide_btn_trans a{
	background: transparent;
	color: #fff;
}
.vide_btn_trans a svg{
	color: #dbae5d;
}
.vide_btn_trans a:hover,
.vide_btn_trans a:hover svg{
	color: #000;
}

.inner_banner .bnrvideo_btn{
	padding-top: 20px;
}
.inner_banner .banner_head{
	margin-bottom: 0px;
}
.head_normal {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 50px;
    letter-spacing: 2px;
}
.view_dates a:not(.btn_common){
	display: inline-block;
	color: #dbae5d;
	text-decoration: underline;
	font-weight: 600;
	margin-top: 20px;
}
.see_how_btn{
	position: relative;
	padding-left: 50px;
	color: #000;
	font-weight: 600;
	line-height: 20px;
}
.icon_play {
    height: 40px;
    width: 40px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
.see_how_btn:hover{
	color: #dbae5d;
}
.listcommen{
	list-style: none;
}
.listcommen li{
	padding-right: 10px;
	padding: 5px 0px;
	position: relative;
	padding-left: 18px;
}
.listcommen li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	height: 8px;
	width: 8px;
	background: #dbae5d;
	border-radius: 50%;
}
.listgrid_3 li{
	display: inline-block;
	vertical-align: top;
	width: 32%;
}
.lineup_wrap{
	width: 1020px;
	max-width: 100%;
	margin: 0 auto;
}
.itinerary_list {
    display: inline-block;
    padding: 0;
    text-align: left;
    list-style: none;
}
.itinerary_list  li > span {
    display: inline-block;
    vertical-align: middle;
}
.itinerary_list  li{
	margin-bottom: 10px;
}
.iti_time{
	font-weight: 600;
	min-width: 50px;
}
.iti_devider {
    height: 2px;
    width: 30px;
    background: #dbae5d;
    margin: 0 10px;
}
.iti_desc {
    font-size: 13px;
    font-weight: 500;
}
.itenerary_sec .meji_wrap{
	width: 500px;
}
.foodmenu_sec {
    color: #000;
    background-size: cover;
    background-position: center center;
}
.foodmenu_list > h5{
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
.foodmenu_items{
	list-style: none;
	padding: 0;
}
.fooditem_left, .fooditem_right{
	display: inline-block;
	vertical-align: middle;
	width: 60%;
}
.fooditem_right{
	width: 38%;
}
.foodmenu_items p{
	line-height: 20px;
}
.foodmenu_wrap{
	width: 680px;
	max-width: 100%;
}
.foodmenu_wrap .nav-tabs{
	border-bottom: none;
	text-align: center;
	justify-content: center;
	margin-bottom: 40px;
}
.foodmenu_wrap .nav-tabs .nav-item{
	margin: 0;
	text-align: left;
}
.foodmenu_wrap .nav-tabs .nav-link{
	height: 100%
}
.foodmenu_wrap .nav-tabs .nav-link {
    height: 100%;
    border: none;
    padding: 0 20px;
    border-right: 2px solid #777;
    border-radius: 0;
    background: transparent;
}
.foodmenu_wrap .nav-tabs .nav-item:last-child .nav-link{
	border-right: none;
}
.foodmenu_wrap .nav-tabs .nav-link > img,
.foodmenu_wrap .nav-tabs .nav-link > span{
	display: inline-block;
	vertical-align: middle;
}
.foodmenu_wrap .nav-tabs .nav-link > span{
	font-weight: 700;
	color: #000;
	line-height: 1.4;
	margin-left: 15px;
}
.foodmenu_wrap .nav-tabs .nav-link > span{
	border-bottom: 2px solid transparent; 
}
.foodmenu_wrap .nav-tabs .nav-link.active > span{
	border-color:#dbaf5d; 
}
.price_list .col-lg-4{
	margin-bottom: 40px;
	padding-top: 30px;
}
.price_block{
	background: #dbae5d;
	text-align: center;
	color: #000;
	padding: 10px 0;
	height: 100%;
	position: relative;
}
.price_block h4{
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}
.price_block h5 {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}
.priceblock_inner {
    position: relative;
    padding: 15px 30px 40px;
    z-index: 2;
    font-size: 13px;
    font-weight: 500;
    height: calc(100% - 60px);
}
.priceblock_inner:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: -1;
	transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
}
.priceblock_inner ul{
	text-align: left;
}
.priceblock_inner price{
	font-family: 'Ubuntu', sans-serif;
	font-size:  44px;
}
.priceblock_inner p {
    font-weight: 700;
    line-height: 16px;
}
.priceblock_inner p.small{
	font-weight: normal;
	line-height: 1.4;
	font-size: 12px;
}
.price_wrap{
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}
.priceblock_inner .listcommen li{
	padding-top: 0;
	padding-bottom: 0;
}

.check_list .form-check{ 
	float: left;
	width: 49%;
	margin-right: 2%;
	padding-left: 0;
	position: relative;
}
.check_list .form-check:nth-child(2n){
	margin-right: 0;
}
.check_list .form-check label{
	border: 1px solid #fff;
    padding: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding-left: 50px;
}
.check_list .form-check input{
	display: none;
}
.check_bg{
	position: absolute;
    left: 0;
    top: 0;
    height: 43px;
    width: 43px;
    background: transparent;
    text-align: center;
    line-height: 43px;
    color: #000;
    font-size: 11px;
    z-index: 2;
}
.check_bg svg{
	opacity: 0;
}
.check_list .check_bg:before{
	content: "";
	height: 16px;
	width: 16px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 14px;
	top: 12px;
	z-index: -1;
}
.check_list .form-check input:checked + label + .check_bg{
	background: #dbae5d;
}
.check_list .form-check input:checked + label + .check_bg svg{
	opacity: 1;
}
.enquire_now_sec{
	border-top: 2px solid #dbae5d;
	border-bottom: 2px solid #dbae5d;
	padding-top: 60px;
	padding-bottom: 30px;
}
.enquire_form_main{
	background: #dbae5d;
	padding: 80px 60px;
	position: relative;
}
.enquire_form_main .form-control{
	font-size: 13px;
	border: 1px solid #000;
	border-radius: 0;
	padding:8px 10px;
}
.enquire_form_main:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);
}
.enquire_form_main form{
	position: relative;
	z-index: 2;
}
.map_img{
	padding-right: 40px;
}
.venue_video_mobile a{
	background: #3a7cca;
	margin-bottom: 10px;
	border-radius: 10px;
	height: 200px;
	text-align: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
}
.venue_video_mobile a img {
    margin: 0 auto;
}
.check_list > h4{
	margin-bottom: 30px;
	text-transform: uppercase;
}
.most_pop_choice {
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 2;
    background: #b57cff;
    width: 100%;
    padding: 6px 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}
.inner_banner .banner_cap p.exlusive_hire{
	font-weight: 500;
	text-transform: none;
	color: #dbae5d;
	font-size: 32px;
}
.book_item p{
	line-height: 20px;
}
/****** Birmingham page css end *******/



/** book step form css start **/
.no_banner .header_sec{
	position: relative;
}
.step_form_main{
	background: #f5f1ef;
	color: #000;
	padding: 40px 80px 50px;
	border-radius: 4px;
	overflow: hidden;
}
.step_form_main .head_common{
	font-size: 24px;
}
#stepTab{
	border:none;
	margin-bottom: 40px;
}
#stepTab .nav-item {
    margin: 0;
    min-width: 160px;
    text-align: center;
    position: relative;
}
#stepTab .nav-item .nav-link{
	border: none;
    border-radius: 0;
    margin: 0;
    color: #555;
    font-weight: 500;
}
.step_nmbr{
	height: 50px;
	width: 50px;
	line-height: 44px;
	background: #dbaf5d;
	border-radius: 50%;
	text-align: center;
	font-weight: 600;
	display: block;
	margin: 0 auto 10px;
	position: relative;
	z-index: 2;
	font-size: 0;
	color: #fff;
}
#stepTab .nav-item .nav-link.active{
	font-weight: 700;
	background: transparent;
}
#stepTab .nav-item .nav-link.active .step_nmbr{
	color: #fff;
	background: #dbaf5d;
}
#stepTab .nav-item:before{
	content: "";
	position: absolute;
	right: 50%;
	top: 30px;
	height: 7px;
	width: 100%;
	background: #dbaf5d;
	z-index: 1;
}
#stepTab .nav-item:first-child:before{
	display: none;
}
#stepTab .nav-item.active ~ .nav-item:before{
	background: #e3e3e3;
}
.step_nmbr:after{
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    z-index: 3
}
#stepTab .nav-item.active ~ .nav-item .step_nmbr:after{
	display: none;
}
#stepTab .nav-item.active ~ .nav-item .step_nmbr{
	font-size: 24px;
	background: #e3e3e3;
	color: #555;
}
.form_right ol{
	padding-left: 20px;
}
.form_right ol li {
    padding-left: 5px;
    margin-bottom: 10px;
}
.form_right h4{
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 15px;
	text-align: center;
}
.payment_img{
	margin-bottom: 20px;
}
.field_inline .form-control{
	float: left;
	width: 49%;
	margin-right: 2%;
}
.field_inline .form-control:last-child{
	margin-right: 0;
}
.form_common textarea.form-control{
	min-height: 100px;
}
.form_common .form-control{
	background: #fff;
	border-color: #666;
}
.step_form_main .popup_head span{
	background: #f5f1ef;
}
.checkbox_custom{
	padding-left: 0px;
}
.checkbox_custom input[type="checkbox"]{
	display: none;
}
.checkbox_custom label{
	padding-left: 35px;
	position: relative;
}
.checkbox_custom label:after{
	content: "\f00c";
	position: absolute;
	left: 0;
	top: -1px;
	height: 24px;
	width: 24px;
	border:1px solid #666;
	background: #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
	line-height: 22px;
	color: #fff;
}
.checkbox_custom input[type="checkbox"]:checked ~ label:after{
	color: #000;
}
.form_common select.form-control:not([size]):not([multiple]){
	height: 42px;
}
.step_table th{
	text-align: center;
}
.step_table table{
	background: #fff;
}
.step_table th, .step_table td:first-child{
	background: #d6d6d6;
}
.step_table th, .step_table td{
	border-color: #999;
}
.booking_confirmation h4{
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 20px;
}



/** gallery slider css start **/
.gall_full_slider:not(.slick-initialized) .gall_full_slide + .gall_full_slide,
.gall_thumb_slider:not(.slick-initialized) .gall_thumb_slide + .gall_thumb_slide{
	display: none;
}
.gall_full_slide img{
	width: 100%;
}
.gall_thumb_slider .slick-arrow{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	z-index: 2;
	font-size: 0;
	border:none;
	height: 20px;
	width: 20px;
	text-align: center;
	background: transparent;
	line-height: 20px;
}
.gall_thumb_slider .slick-arrow:after{
	content: "\f0d9";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
}
.gall_thumb_slider .slick-arrow.slick-next:after{
	content: "\f0da";
}
.gall_thumb_slider .slick-arrow.slick-next{
	left: auto;
	right: 0;
}
.gall_thumb_slider{
	margin-top: 20px;
	padding: 0 22px;
}
.gall_thumb_slider .gall_thumb_slide{
	padding: 0 5px;
}
/** gallery slider css end **/
.subnav a {
    color: #fff;
    margin-right: 10px;
}
.galleries.gallery_sec .imggallery_item img,
.galleries.gallery_sec .imagegallery_list .imggallery_item + .imggallery_item{
	display: block;
}

.overlay_text{
    position: relative;
    top: -180px;
    text-align: center;
    color: #fff;
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
.page_container{
	padding-top: 40px;
	padding-bottom: 40px;
}
.page_container .card{
	background: transparent;
}
.pagination{
	padding-top: 20px;
	padding-bottom: 20px;
}
.pagination li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 5px;
}
.pagination li a {
    height: 30px;
    width: 30px;
    background: #fff;
    display: block;
    text-align: center;
    line-height: 28px;
    border-radius: 4px;
    color: #000;
}
.pagination li a:hover,
.pagination li.active a{
	background: #dbae5d;
	color: #fff;
}