@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* new.css */
* {
	margin: 0;
	padding: 0;
}

p {
	font-size: 16px;
	margin-bottom: 0;
	font-family: 'Lato', sans-serif;
	

}
ol,
ul,
li {
    margin: 0;
    padding: 0;
}
body {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-style: normal;
	overflow-x: hidden !important;
	background: #fff;
}

html {
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
}
/******* New CSS 	******/
#nav-bar {
    background: transparent !important;
    box-shadow: none;
    padding: 5px 50px;
}
.header {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 999;
    width: 100%;
}
#nav-bar {
    background: transparent !important;
    box-shadow: none;
}
#nav-bar .navbar-nav li a {
    padding: 10px 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}
#nav-bar .navbar-nav.navbar-right li a {
    padding: 0px 15px;
}
#nav-bar .tel_menus a {
    color: #244c5a !important;
}
#nav-bar .contact_menus a {
    color: #244c5a !important;
}
#nav-bar ul li .download-btn {
	background: #948685;
	letter-spacing: 1px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	font-size: 15px;
	font-weight: 500;
}
#nav-bar ul li .dropdown {
	position: relative;
	display: inline-block;
}
#nav-bar ul li .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}
#nav-bar ul li .dropdown:hover .dropdown-content a {
    padding: 10px 15px !important;
    display: block;
}
#nav-bar ul li .dropdown .dropdown-content a:hover {
    color: #fff !important;
    background: #244c5a !important;
}
#nav-bar ul li .dropdown a {
    font-size: 15px !important;
    /* border: 1px solid #fff; */
}
#nav-bar ul li .dropdown-content a:hover {
	background-color: #ddd;
}
#nav-bar ul li .dropdown:hover .dropdown-content {
	display: block;
}
.login_btn {
    background: #789a49;
    color: #fff !important;
    font-size: 15px !important;
    padding: 15px 25px !important;
}
.home_page_banner {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.home_page_banner .container-fluid {
    padding: 0px !important;
}
.home_page_banner .col-sm-5 {
    margin-top: 80px;
    padding: 0px !important;
}
.home_page_banner .header_content {
    padding: 165px 0px 200px 200px;
}
.home_page_banner_img {
    width: 70%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
.header_content h4 {
    color: #789a49;
    font-family: 'Lato', sans-serif !important;
    font-size: 20px;
    font-weight: 400;
}
.header_content h1 {
    font-size: 70px;
    color: #575756;
    line-height: 79px;
    margin-bottom: 10px;
    font-weight: 300 !important;
}
.header_content p {
    font-weight: 400;
    line-height: 26px;
}
.form_box {
    width: 41%;
    background: #fff;
    position: absolute;
    top: -233px;
    left: 16%;
    padding: 10px 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.form_box label {
    display: block;
    width: 100%;
    padding-bottom: 0px;
    font-size: 16px;
    font-family: 'Renner*';
    font-weight: normal;
}
.form_box select {
    border: none;
    font-size: 15px;
    height: 35px !important;
    width: 80% !important;
    padding-left: 30px;
}
.form_box select:focus, .form_box input:focus{
	 border: none !important;
	 box-shadow:none;
}
.form_box input {
    border: none;
    font-size: 15px;
    height: 35px !important;
    padding-left: 30px;
}
.form_box .form-group {
    width: 50%;
}
.home_page_banner button {
    background: #789a49;
    border-radius: 0px !important;
    padding: 10px 10px;
    text-transform: capitalize;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 70%;
    margin: 0 auto;
}
.see_all_events {
    color: #231f20;
    font-weight: 500;
    text-decoration: underline;
    transition: 0.5s;
    text-align: center;
    display: block;
    width: 100%;
}
.see_all_events:hover{
	 color: #231f20;
}
.popular_events_sec .event_slider a {
    display: block;
    max-height: 317px;
}
.popular_events_sec {
    padding: 60px 30px;
    background: linear-gradient(180deg, #fff 65%, #244c5a 35%);
}
.popular_events_sec h3 {
    padding-bottom: 60px;
    font-size: 70px;
    color: #575756;
}
.popular_events_sec .slick-dots {
    display: none !important;
}
.popular_events_sec .slick-next:before {
    content: url('../images/right_icon.png') !important;
}
.popular_events_sec .slick-prev:before {
    content: url('../images/left_icon.png') !important;
}
.popular_events_sec .slick-next {
    right: 30px;
    bottom: -30% !important;
    top: auto !important;
}
.popular_events_sec .slick-prev {
    left: auto;
    right: 100px;
    z-index: 1;
    bottom: -30% !important;
    top: auto !important;
}
.second-footer .black_footer {
    background: #244c5a;
    width: 100%;
    margin: 0 auto;
    padding: 26px 0px;
}
.black_footer .col {
    text-align: center;
	padding:0px !important;
}
.booking-group-para {
    padding-top: 10px;
    font-style: italic;
}
.booking-group-para a {
    color: #948685;
}
.booking-group-para a:hover{
    text-decoration: underline;
}
.black_footer .col .widget-title {
    color: #fff;
    font-size: 17px;
    padding: 10px 0px;
    margin-bottom: 0px !important;
}
.single_event_slider .slick-slide img {
    display: block;
    width: 100%;
    height: 255px;
    object-fit: cover;
}
.ft_logo img {
    width: 85%;
    padding-top: 30px;
}
.black_footer .col .widget-para {
    color: #fff;
}
.footer-social {
    list-style: none;
}
.footer-social li {
    display: inline;
    padding: 0px 5px;
}
.footer-social li a i {
    color: #fff;
    font-size: 20px;
}
.copyright-para {
    color: #fff;
    padding: 10px 0px;
    font-size: 16px;
	display:none;
}
.upcoming_events_sec {
    background: linear-gradient(180deg, #244c5a 65%, #fff 35%);
}
.upcoming_events_slide {
    margin-bottom: 120px;
}
.upcoming_events_sec h3 {
    font-size: 70px;
    color: #fff;
    padding-bottom: 70px;
}
.upcoming_events_sec .slick-prev:before {
    content: url(../images/left_icon_slider.png) !important;
}
.upcoming_events_sec .slick-next:before {
    content: url(../images/right_icon_slider.png) !important;
}
.upcoming_events_sec .slick-slide img {
    width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
    height: 380px;
    object-fit: fill;
}
.upcoming_events_sec .slick-prev {
    left: 46% !important;
    top: 84% !important;
    z-index: 1;
}
.upcoming_events_sec .slick-next {
    right: 47% !important;
    top: 84% !important;
}
.location_map {
    background: linear-gradient(180deg, #244c5a 65%, #e8e8e8 35%);
    padding-top: 70px;
    margin-bottom: 0px;
}
.location_map h3 {
    font-size: 70px;
    color: #fff;
    padding-bottom: 70px;
}
.second-footer {
    position: relative;
}
.event-category {
    padding: 100px 50px 80px 50px;
}
.event-category .container-fluid {
 /*    padding: 0px !important; */
}
.event-category .cover_image img {
    width: 100%;
    height: 500px;
    object-fit: fill;
}
.event-category .col-md-7 {
    padding-left: 0px !important;
    padding-right: 40px !important;
}
.event-category .cover-box {
    background: #fff;
    padding: 0px !important;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	text-align:center;
}
.event-category .cover-box .title {
    padding: 30px 30px;
}
.event-category .cover-box .title h1 {
    font-size: 70px;
    color: #575756;
    padding-bottom: 20px;
}
.list-box {
    overflow-y: auto;
    height: 880px;
}
.book.btn_button {
    padding-top: 20px;
}
.book.btn_button a {
    display: block;
    background: #789a49;
    padding: 8px 20px;
    color: #fff;
    width: 24%;
    margin: 0 auto;
}
.list-box .date-section {
    text-align: center;
    padding: 40px 0px;
}
.list-box .date-section p {
    font-size: 30px;
    color: #231f20;
}
.list-box .date-section p .select-date-link {
    background: #789a49;
    display: inline-block;
    font-size: 16px;
    padding: 10px 50px;
    color: #fff;
    position: relative;
    top: -3px;
}
.event-category .cover-box .title h3 {
    font-size: 20px;
    color: #789a49;
    font-weight: 400;
    padding-bottom: 10px;
    font-family: 'Lato' !important;
}
.event-category .cover-box .title p {
    line-height: 28px;
    font-weight: 300;
}
.list-box .date-section p .select-date-link  .date-icon {
    width: 30px;
    margin-right: 9px;
}
.date-lists ul {
    list-style: none;
}
.date-lists ul li {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.description h3 {
    font-size: 30px;
    color: #575756;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.description p {
    font-weight: 300;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.description .price, .description .date {
    width: 30%;
    display: inline-block;
    font-weight: 500;
}
.book-now-btn a {
    background: #789a49;
    color: #fff !important;
    text-transform: capitalize;
    padding: 7px 10px;
    font-size: 14px;
}
.pop_heading {
    font-size: 40px !important;
    padding: 20px 0px !important;
    font-weight: 300 !important;
    color: #575756;
}
.description {
    padding-right: 0px !important;
}
.date-select-lists input[type="radio"][id^="myCheckbox"] {
    display: none;
}
.date-select-lists label {
    display: block;
    position: relative;
    padding: 10px  0px;
    cursor: pointer;
    border-radius: 0px;
    text-align: center;
    color: #fff;
    background: #244c5a;
    margin-bottom: 0px !important;
}
.date-select-lists label:before {
    background-color: transparent;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(1);
}
.date-select-lists .days {
    display: block;
    color: #fff;
    margin-top: 0px;
    font-weight: 400;
    margin-bottom: -5px;
}
.date-select-lists  .date {
    font-size: 47px;
    line-height: 50px;
    display: block;
}
.date-select-lists input[type="radio"]:checked+label {
	border-color: #656565;
	color: #fff;
	background: #656565;
}

.date-select-lists input[type="radio"]:checked+label:before {
	content: "";
	background-color: transparent;
	transform: scale(1);
}
.date-select-lists .number p {
    font-size: 20px;
    font-family: 'Sabon';
    color: #fff;
}
.date-select-lists .month {
    color: #fff;
    font-size: 18px;
}
.date-select-lists .price {
    color: #fff;
    font-size: 20px;
}
.date-select-lists .col-lg-3 {
    padding: 8px 8px;
}
.date-lists ul li a {
    color: #231f20;
}
.single-page-banner {
    padding-top: 90px;
}
.single-page-banner {
    padding: 90px 54px;
}
.single-page-banner .container-fluid {
    padding: 0px !important;
}
.single-page-banner .container-fluid .row {
    margin: 0px !important;
}
.single-page-banner .single-banner img {
    width: 100%;
}
.single-banner_box {
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.single-page-banner .col-md-8 {
    padding-left: 0px !important;
}
.single-page-banner .title {
    padding: 30px 30px 0px 30px;
    text-align: center;
}
.single-page-banner .title h4 {
    color: #789a49;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Lato' !important;
    font-weight: 400;
}
.single-page-banner .title  h1 {
    font-size: 60px;
    color: #575756;
    line-height: 68px;
}
.single-page-banner .single-btn {
    text-align: center;
    margin-top: 20px;
}
.single-page-banner .single-btn a {
    background: #789a49;
    color: #fff !important;
    padding: 10px 30px;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 30px;
}
.tag-lines {
    width: 90%;
    margin: 30px auto;
}
.tag-lines ul {
    list-style: none;
}
.tag-lines ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 20px;
}
.events_icons .col-sm-3 {
    padding-right: 0px !important;
    text-align: center;
    padding-left: 0px !important;
}
.events_icons .col-sm-9 {
    padding-left: 0px !important;
}

.event-info {
    width: 85%;
    margin: 0px auto;
}
.event-info h3 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    padding-bottom: 15px;
    color: #575756;
}
.event-info p {
    font-weight: 300;
    color: #231f20;
    padding-bottom: 15px;
}
.event-info ul {
    padding-left: 24px;
}
.event-info ul li {
    font-weight: 300;
    padding-bottom: 10px;
}
.login_banner {
    background: url(../images/The-package-banner.jpg);
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0px;
}
.form_container_custom {
    margin: 50px auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-bottom: 50px;
    border-radius: 20px;
    background: #fff;
}
.main_profile_form form {
    width: 50%;
    margin: 0 auto;
}
.main_profile_form h2 {
    font-size: 70px;
    color: #575756;
    padding: 30px 0px;
    font-weight: 300;
}
.main_profile_form form p {
    padding-bottom: 10px;
}
.main_profile_form form input {
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    padding-left: 20px;
}
.logi_btn {
    text-align: center;
}
.logi_btn button {
    background: #789a49;
    border: none;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}
.register_btn_new {
    margin-top: 20px;
}
.register_btn_new p {
    padding-left: 14px;
    color: #484848;
    font-size: 18px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.register_btn_new a {
    color: #789a49;
    font-size: 18px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    text-decoration: underline;
}
.col-lg-4 .register_btn_new {
    text-align: right;
}
.forget_banner {
    background: url(../images/The-package-banner.jpg);
    min-height: 348px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0px;
}
.gfn_login {
    padding: 50px 0px;
}
.gfn_login h2 {
    font-weight: 300;
    font-size: 70px;
    text-align: center;
    padding-bottom: 20px;
    color: #575756;
}
.login_dtls {
    text-align: center;
}
.view-more-btn {
    display: block;
    color: #789a49;
    text-decoration: underline;
}
.view-more-btn:hover {
    color: #789a49 !important;
}
.des_sec {
    padding: 10px 0px 10px 0px;
    text-align: left;
	font-weight:400;
}
.table-des-sec {
    border-top: 1px solid #e9eaea;
}
.capacity-table tbody tr:first-child
{
	border-top: 0px solid #e9eaea !important;
}
.capacity-table tbody tr:last-child
{
	border-bottom: 1px solid #e9eaea !important;
}
.gfn_login label {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}
.gfn_login input[type="email"] {
    width: 80%;
    height: 40px;
    margin: 0 auto;
    display: block;
    border-radius: 0px !important;
    margin-bottom: 20px !important;
    color: #000;
    padding-left: 15px;
    border: 1px solid #000;
}
.login_dtls button {
    background: #789a49 !important;
    border: 1px solid #789a49 !important;
    color: #fff !important;
    padding: 10px 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px !important;
}
.login_dtls button:hover, .login_dtls button:active {
    background: #789a49 !important;
    border: 1px solid #789a49 !important;
    color: #fff !important;
	background-color: #789a49 !important;
}
.login_detail .forget_alert {
    width: 80%;
    margin: 30px auto;
}
.btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    background-color: #789a49 !important;
}
.food-menu {
    width: 85%;
    margin: 0px auto;
}
.food-menu h3 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    padding-bottom: 15px;
}
.food-menu .col-md-12 {
    padding: 0px !important;
}
.food-menu .col-md-4 {
    padding: 0px !important;
}
.food-menu .col-md-4 h3 {
    font-size: 24px;
    padding-bottom: 0px;
    line-height: 26px;
}
.single-page-banner .col-md-4 h3 {
    font-size: 16px;
    padding: 20px 0px 0px 0px;
    font-weight: 600;
    margin-bottom: 0px;
}
.food-menu .col-md-4 h3 {
    padding-top: 0px !important;
    font-size: 18px;
}
.popular_events_sec .event_slider .event_slide {
    padding: 0px 7px;
}
.table-section {
    padding: 30px 0px;
    background: #fff;
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 60px;
    box-shadow: 0px 0 32px 0px #0000001a;
}
.table-section h1 {
    background: #244c5a;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-top: 25px;
}
.table_content p a {
    color: #789a49;
}
.table_content p a:hover {
   text-decoration:underline;
}
.single-page-banner .slick-prev:before {
    content: url('../images/event_left_icon.png') !important;
}
.single-page-banner .slick-next:before {
    content: url('../images/event_right_icon.png') !important;
}
.single-page-banner .slick-prev, .single-page-banner .slick-next {
    top: auto;
    bottom: -22%;
}
.single-page-banner .slick-next {
    right: -3px !important;
}
.single-page-banner .slick-prev {
    left: auto;
    right: 26px;
}
.table-section form {
    width: 70%;
    margin: 0 auto;
}
.table_content p {
    width: 70%;
    margin: 0 auto;
	line-height: 26px;
}
.food-menu .col-md-4 p {
    padding: 0px 10px 10px 0px;
    font-size: 16px;
    font-weight: 300;
    width: 95%;
}
.booking_date_para {
    padding: 20px 0px;
}
.table-section form label {
    margin-top: 10px !important;
}
.table-section select {
    border-radius: 0px;
}
.table-section textarea {
    border-radius: 0px !important;
    height: 100px;
    margin-bottom: 10px;
}
.button-submit button {
    /* background: #948685 !important; */
    border: 1px solid #789a49 !important;
    color: #fff !important;
    padding: 10px 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px !important;
}
.nw-click {
    background-color: #789a49 !important;
    animation-direction: reverse !important;
}
/*.button-submit button {
    background: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
    border: 1px solid #948685 !important;
    color: #fff !important;
    padding: 10px 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px !important;
    background-color: #948685 !important;
    background-size: 1rem 1rem !IMPORTANT;
}*/
.button-submit button:hover, .button-submit button:active {
    background: #789a49 !important;
    border: 1px solid #789a49 !important;
    background-color: #789a49 !important;
    color: #fff !important;
}
/*.button-submit button.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite !important;
    animation: progress-bar-stripes 1s linear infinite !important;
}
.button-submit button.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
    background-size: 1rem 1rem !important;
}
@keyframes progress-bar-stripes {
  from { background-position: $progress-height 0; }
  to { background-position: 0 0; }
}*/
.summery_section {
    padding: 70px 55px;
    background: #fff;
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 60px;
    box-shadow: 0px 0 32px 0px #0000001a;
}
/* .summery_section h1 {
    padding-bottom: 20px;
} */
.summery_section .summary_booking h1 {
    background: #244c5a;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-top: 25px;
}
.summery_section .booking_date {
    padding: 10px 0px 20px 0px;
}
.payment_heading {
    padding: 10px 15px 0px 15px;
}
.summery_section h4 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.summery_section .button-submit {
    padding: 0px !important;
    padding-top: 20px !important;
}
.summery_section .button-submit a {
    margin: 0px;
    background-color: #789a49 !important;
    border: 1px solid #789a49 !important;
    color: #fff !important;
    padding: 10px 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px !important;
}
.summery_section .button-submit a:hover, .summery_section .button-submit a:active {
    background-color: #789a49 !important;
    border: 1px solid #789a49 !important;
    color: #fff !important;
}
.food-menu .col-md-4 p strong {
    display: block;
    font-family: 'Sabon';
}
/* .personal_details h1 {
    padding-bottom: 30px;
} */
.personal_details{
	padding: 24px 55px;
    background: #fff;
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 60px;
    box-shadow: 0px 0 32px 0px #0000001a;
}
.personal_details h1 {
    background: #244c5a;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-top: 25px;
}
.personal_details label {
    display: block;
    padding: 10px 0px;
    margin-bottom: 0px;
}
.personal_details input {
    width: 100%;
    height: 40px;
    padding-left: 20px;
}
.personal_details .note_para {
    padding: 20px 0px 10px 0px;
}
.personal_details form {
    width: 70%;
    margin: 0 auto;
}
.personal_details button {
    margin: 0px;
    background-color: #789a49 !important;
    border: 1px solid #789a49!important;
    color: #fff !important;
    padding: 10px 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px !important;
}
.personal_details button:hover, .personal_details button:active {
	background-color: #789a49 !important;
    border: 1px solid #789a49 !important;
    color: #fff !important;
}
.checkout_section {
    padding: 50px 50px;
    width: 70%;
    margin: 0 auto;
}
.checkout_section{
	padding: 24px 55px;
    background: #fff;
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 60px;
    box-shadow: 0px 0 32px 0px #0000001a;
}

.checkout_section h1 {
    background: #244c5a;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-top: 25px;
}
.checkout_section label {
    display: block;
    margin-bottom: 0px;
    padding: 10px 0px;
}
.epiry_details label{
	display:inline-block;
}
.epiry_details .form-control {
    display: inline-block !important;
    width: 47%;
    border-radius: 0px;
}
.epiry_details {
    padding-top: 0px;
}
.booking_text {
    padding-top: 20px;
}
.checkout_section input {
    border-radius: 0px;
}
.pay_full_amount_sec {
    padding: 10px 14px;
}
.pay_deposit_sec {
    padding: 0px 14px 10px 14px; 
}
.term_condition {
    padding-bottom: 10px;
    margin-left: 30px;
}
.term_condition a {
    color: #789a49;
    transition: 0.5s;
}
.term_condition a:hover {
    text-decoration:underline;
}
.pay_full_amount_sec  input, 
.pay_deposit_sec input {
    border-radius: 0px !important;
    background: #948685;
    border: none;
    margin-bottom: 30px;
    color: #fff;
    margin-left: 10px;
}
.pay_full_amount_sec .radio_bnt,
.pay_deposit_sec .radio_bnt {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: auto;
    width: 25px;
    height: 25px;
    z-index: 1111;
    top: auto;
}

.radio_bnt {
    position: absolute;
    opacity: 1;
    cursor: pointer;
    left: auto;
    width: 25px;
    height: 25px;
    z-index: 1111;
    top: auto;
}
.pay_full_amount_sec .checkmark, 
.pay_deposit_sec .checkmark {
    position: absolute;
    top: auto;
    height: 25px;
    width: 25px;
    background-color: #244c5a;
    border-radius: 50%;
    z-index: 111;
    right: auto;
    left: auto;
    margin-left: 10px;
}
.radio_bnt:checked~.checkmark:after {
    display: block;
}

.checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.term_condition .checkbox_input {
    left: 13px;
    top: -3px;
}

/* On mouse-over, add a grey background color */

.pay_full_amount_sec #payment_detail p:hover .radio_bnt~.checkmark ,
.pay_deposit_sec #payment_detail p:hover .radio_bnt~.checkmark {
	background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.pay_full_amount_sec #payment_detail p .radio_bnt:checked~.checkmark ,
.pay_deposit_sec #payment_detail p .radio_bnt:checked~.checkmark {
	background-color: #948685;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}


/* Show the indicator (dot/circle) when checked */

.radio_bnt:checked~.checkmark:after {
	display: block;
}

.checkout_section button {
    margin: 0px;
    margin-top: 15px !important;
    background-color: #948685 !important;
    border: 1px solid #948685 !important;
    color: #fff !important;
    padding: 10px 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px !important;
}
.checkout_section button:hover, .checkout_section button:active {
	background-color: #948685 !important;
    border: 1px solid #948685 !important;
    color: #fff !important;
}
.checkout_section h1 {
    padding-bottom: 30px;
}
.capacity-table {
    width: 90%;
    margin: 40px auto;
}
.capacity-table table{
	width:100%;
}
.capacity-table th {
    color: #000;
    font-size: 20px;
    width: 33%;
    text-align: left;
}
.capacity-table td {
    font-size: 16px;
    text-align: left;
    padding: 4px 0px;
    font-weight: 500;
}
.capacity-table td .btn.book_now_btn {
    background: #789a49;
    color: #fff !important;
    font-size: 15px !important;
    padding: 10px 10px !important;
    border-radius: 0px;
    width: 115px;
}
.order_section {
    padding: 50px 0px;
    text-align: center;
}
.order_section h2 {
    font-weight: 400;
    font-size: 50px;
    text-transform: uppercase;
}
.order_history_sec {
    text-align: center;
    width: 100%;
}
.menu_add_here h3 {
    font-size: 50px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    padding: 25px 0px 20px 0px;
}
.order_history_sec {
    text-align: center;
    width: 100%;
}
.order_history_sec a {
    background: #789a49;
    border: 1px solid #789a49;
    color: #ffffff;
    padding: 12px 30px;
    transition: 0.5s;
    text-transform: uppercase;
    font-size: 18px;
}
.order_history_sec a:hover {
    background: #789a49;
    border: 1px solid #789a49;
    color: #fff;
    text-decoration: none;
}

.menu_btn a {
    font-size: 16px !important;
}
.search_page {
    padding: 50px 50px;
}
.search_page h3 {
    text-align: center;
    padding-bottom: 60px;
    font-size: 40px;
}
.home-btn {
    text-align: center;
}
.home-btn a{
	 background: #789a49;
    border: 1px solid #789a49;
    color: #fff;
}
.home-btn a {
    background: #789a49;
    border: 1px solid #789a49;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 50px;
    text-transform: capitalize;
}
.redirect_form {
    padding: 50px 50px;
    text-align: center;
}
.redirect_form input[type="submit"] {
    background: #948685 !important;
    border: 1px solid #948685 !important;
    color: #fff !important;
    padding: 10px 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px !important;
    height: auto;
    width: auto;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    margin-bottom: 0px !important;
    cursor: pointer;
}
.thankyou_section {
    background: #fff;
    width: 85%;
    margin: 40px auto;
    box-shadow: 0px 0 32px 0px #0000001a;
    padding: 30px 0px 45px 0px;
}
.thankyou_section h1 {
    background: #244c5a;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-top: 25px;
}
.thankyou_section i {
    color: #244c5a !IMPORTANT;
    font-size: 100px;
    padding-bottom: 20px;
}
.thankyou_section p {
    padding-bottom: 20px;
}
.home_btn a {
    background: #789a49 !important;
    border: 1px solid #789a49 !important;
    color: #fff !important;
    padding: 15px 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px !important;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.home_btn {
    margin-top: 15px;
}
.failed_menu {
    padding-bottom: 20px;
    width: 66%;
    margin: 0 auto;
}
.failed_para {
    padding-bottom: 0px !important;
}
/*.popular_events_sec .event_slider .event_slide a img {
    max-height: 212px;
    height: 212px;
    object-fit: cover; 
    width: 100%;
}*/
.popular_events_sec .event_slider .event_slide a img {
    width: 438px;
    height: 220px;
    object-fit: cover;
}
.date-lists .image img {
    height: 130px;
    object-fit: cover;
    width: 100%;
}
.single-page-banner .single-banner img {
    width: 100%;
  /*   height: 500px;
    object-fit: cover; */
}
.order_summry_sec {
    padding: 30px 30px;
    background: #fff;
    width: 85%;
    margin: 0px auto;
    margin-top: 60px;
    margin-bottom: 60px;
    box-shadow: 0px 0 32px 0px #0000001a;
}
.order_summry_sec h2 {
    background: #244c5a;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-top: 25px;
}
.order_summry_sec .total_section {
    width: 100%;
}
.order-summary-head {
    padding: 0px !important;
}
.order_details_head {
    padding-top: 20px;
}
.payment_det_head {
    text-align: center;
    padding-bottom: 10px;
}
.order_section {
    padding: 50px 0px;
    text-align: center;
    padding: 30px 0px;
    background: #fff;
    width: 85%;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
    box-shadow: 0px 0 32px 0px #0000001a;
}
.order_section h2 {
    background: #244c5a;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-top: 25px;
}
.order_history {
    padding: 0px !important;
}
.account_content {
    padding: 30px 0px;
    background: #fff;
    width: 85%;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
    box-shadow: 0px 0 32px 0px #0000001a;
}
.account_content h2 {
    background: #244c5a;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-top: 25px;
}
.account_content form label {
    width: 100%;
}
.account_content form input[type="text"], 
.account_content form input[type="password"], 
.account_content form input[type="tel"] {
    width: 100%;
    height: 35px;
    padding-left: 15px;
    margin-bottom: 12px;
    line-height: 35px;
}
.change_pass {
    background: #244c5a;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-top: 25px;
    margin-top: 25px;
}
.my_acc_btn {
    margin-top: 30px;
}
.my_acc_btn input[type="submit"] {
    background: #789a49 !important;
    border: 1px solid #789a49 !important;
    background-color: #789a49 !important;
    color: #fff !important;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    padding: 10px 30px;
    font-size: 18px;
    text-transform: uppercase;
}
.submit_new_menu {
    width: 100%;
}
.submit_new_menu h2 {
    background: transparent;
    color: #000;
    padding-top: 0px;
    margin-bottom: 0px;
}
.order_history_sec.menu_btn {
    margin-bottom: 30px;
}
.pay_by label {
    display: inline-block;
    padding-top: 0px !important;
    position: relative;
    top: -7px;
}
.pay_by input[type="radio"] {
    display: inline;
    margin-left: 20px;
    width: 25px;
    height: 25px;
    margin-top: 8px;
}
.pay_by input[type="radio"]:focus {
    box-shadow:none !important;
}
#payment_bank {
    margin: 0px;
    margin-top: 15px !important;
    background: #789a49 !important;
    border: 1px solid #789a49 !important;
    color: #fff !important;
    padding: 10px 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px !important;
}
.search_page a img {
    width: 100%;
    height: 286px;
    object-fit: fill;
}
.left-tickets {
    font-size: 12px;
    display: inline-block;
    margin-top: 0px;
    padding-left: 10px;
}
/****** New CSS 16 Feb 2023 ******/
.pay-confirm-box {
    padding: 100px 50px;
    text-align: center;
}
.pay-confirm-box .pay-confirm-sec {
    padding-bottom: 20px;
}
.pay-confirm-box #submit {
    background: #948685;
    color: #fff;
    outline: none !important;
    padding: 10px 30px;
    border: none !important;
    cursor: pointer;
}
.total_btn_sec {
    background: #948685;
    border: none;
    color: #fff;
    padding: 4px 10px;
}
.submit_pending_pay_bank {
    color: #948685;
}
.submit_pending_pay_bank:hover{
    color: #948685;
	text-decoration:underline;
}
.search_page .col-md-4 {
    padding: 15px !important;
}
/****** New CSS End 16 Feb 2023 ******/
/****** Media querry  *******/
@media (min-width: 320px) and (max-width: 767px) {
.header {
    position: relative;
}
.pay-confirm-box {
    padding: 40px 10px;
}
.order_section .table th {
    white-space: nowrap;
}
.order_section .table tbody  td {
    white-space: nowrap;
}
.event-category .cover_image img {
    height: auto;
}
.search_page {
    padding: 50px 0px;
}
.search_page h3 {
    padding-bottom: 40px;
}
.date-lists .image img {
    height: auto;
}
.home_page_banner .header_content {
    padding: 30px 0px 15px 0px;
}
.home_page_banner_img {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
}
.failed_menu {
    width: 100%;
    margin: 0 auto;
}
.thankyou_section i {
    font-size: 60px;
}
.thankyou_section h1 {
    font-size: 30px;
}
.thankyou_section {
    width: 90%;
}
.order_section {
    width: 95%;
}
.account_content .container {
    padding: 0px !important;
}
.submit_new_menu h2 {
    font-size: 25px !important;
}
.account_content {
    width: 95%;
    margin: 15px auto;
}
.menu_add_here h3 {
    font-size: 30px;
}
#nav-bar {
    background: #E3E0D7!important;
    box-shadow: none;
    padding: 5px 10px;
}
#nav-bar .navbar-brand {
    width: 60%;
    margin-right: 0px !important;
}
#nav-bar .navbar-brand img {
    width: 100%;
}
#nav-bar .navbar-toggler {
    position: absolute;
    right: 0;
    top: 10px;
}
#nav-bar .navbar-nav li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 15px 30px;
}
#nav-bar .navbar-nav.navbar-right li a {
    padding: 15px 15px;
}
.navbar-right li a img {
    margin-right: 9px;
}
.header_content h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
}
.form_box {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 30px 30px;
}
.form_box .form-group {
    width: 100%;
}
.form_box select {
    width: 100% !important;
    padding-left: 0px;
}
.home_page_banner .col-sm-5 {
    margin-top: 10px;
}
.home_page_banner .col-sm-12 {
    padding: 0px !important;
}
.home_page_banner button {
    width: 100%;
}
.popular_events_sec h3 {
    padding-bottom: 30px;
    font-size: 40px;
}
.popular_events_sec {
    padding: 30px 0px 50px 0px;
}
.upcoming_events_sec .slick-slide img {
    width: 100%;
    object-fit: cover;
    height: 200px !important;
}
.upcoming_events_sec {
    background: linear-gradient(180deg, #244c5a 55%, #e8e8e8 35%);
}
.upcoming_events_sec h3 {
    font-size: 40px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.upcoming_events_sec .slick-prev {
    left: 30% !important;
}
.upcoming_events_sec .slick-next {
    right: 34% !important;
}
.location_map {
    padding-top: 40px;
}
.location_map h3 {
    font-size: 40px;
    padding-bottom: 40px;
}
.black_footer .col {
    flex-basis: auto !important;
    padding: 10px 0px !important;
}
.row {
    margin: 0px !important;
}
.ft_logo img {
    padding-top: 20px;
    padding-bottom: 20px;
}
.event-category {
    padding: 0px 0px 0px 0px;
}
.event-category .col-md-7 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.event-category .container-fluid {
    padding: 0px !important;
}
.event-category .cover-box .title h1 {
    font-size: 40px;
}
.event-category .cover-box .title {
    padding: 30px 15px;
}
.book.btn_button a {
    width: 50%;
}
.description h3 {
    text-align: center;
    padding: 15px 0px;
    margin-bottom: 0px;
}
.description p {
    margin-bottom: 10px;
    text-align: center;
}
.description .price, .description .date {
    text-align: center;
    padding-bottom: 10px;
}
.date-select-lists .col-lg-3 {
    padding: 8px 4px;
    width: 50%;
}
.list-box {
    height: 600px;
    padding: 0px 4px;
}
.list-box .date-section {
    padding: 40px 0px 30px 0px;
}
.single-page-banner {
    padding: 0px 0px;
}
.single-page-banner .col-md-8 {
    padding: 0px !important;
}
.single-page-banner .title  h1 {
    font-size: 30px;
    line-height: 40px;
}
.single-page-banner .title {
    padding: 30px 0px 0px 0px;
}
.capacity-table {
    width: 98%;
}
.capacity-table td .btn.book_now_btn {
    padding: 10px 10px !important;
    border-radius: 0px;
}
.tag-lines ul li {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.events_icons .col-sm-9 {
    padding: 8px 15px !important;
}
.single-page-banner .col-md-4 {
    padding: 0px 0px 70px 0px!important;
}
.single-page-banner .slick-prev {
    left: 30%;
}
.single-page-banner .slick-next {
    right: 30% !important;
}
.food-menu h3, .event-info h3 {
    text-align: center;
}
.table-section h1 {
    font-size: 22px !important;
    padding-bottom: 7px;
    padding-top: 7px;
}
.table_content p {
    width: 100%;
}
.booking_date_para {
    padding: 10px 0px;
}
.table-section form {
    width: 100%;
    margin: 0 auto;
}
.personal_details {
    padding: 24px 0px;
}
.personal_details h1 {
    font-size: 22px !important;
    margin-bottom: 0px !important;
}
.personal_details form {
    width: 100%;
}
.checkout_section {
    padding: 50px 0px;
    width: 100%;
}
.checkout_section h1 {
    font-size: 22px;
    padding: 7px 0px;
}
.pay_by {
    width: 50%;
}
.epiry_details .form-control {
    width: 24.2%;
}
.checkout_section .container {
    padding: 0px !important;
}
.date-lists ul li .image.col-md-5 {
    padding: 0px !important;
}
.description h3 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    
}
.description p {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.event-info h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 0px;
}
.tag-lines {
    width: 90%;
    margin: 0px auto;
}
.event-info {
    width: 90%;
}
.event-info p {
    text-align: center;
}
.food-menu p {
    text-align: center;
}
.single-page-banner.food-menu  .col-md-4 {
    padding: 0px 0px 20px 0px!important;
}
.summery_section {
    padding: 50px 0px;
    width: 94%;
}
.summery_section h1 {
    padding-bottom: 20px;
    font-size: 30px;
    margin-bottom: 0px !important;
}
.payment_heading {
    padding: 10px 4px 0px 4px;
}
.details_heading {
    padding: 0px 4px !important;
}
.summery_section .col-lg-6{
	padding: 0px 4px !important;
}
.total_section {
    width: 100%;
}
.summery_section .total-section .col-lg-5, 
.summery_section .total-section .col-lg-2, 
.summery_section .total-section .col-lg-3 {
    width: 25%;
    padding: 0px 4px !important;
}
.summery_section h4 {
    font-size: 15px;
    font-family: 'Renner*';
    font-weight: 400;
    padding-bottom: 0px;
}
.summery_section .total-section .col-lg-10 {
    width: 75%;
    float: left;
    padding: 0px 4px;
}
.summery_section .total-section:nth-child(4),
.summery_section .total-section:nth-child(5) {
    border: 1px solid #484848;
    background: #484848;
    margin: 10px 0px !important;
}
.summery_section .total-section:nth-child(4) p,
.summery_section .total-section:nth-child(5) p{
	color: #fff;
}
#nav-bar ul li .dropdown {
    display: block;
}
#nav-bar ul li .dropdown-content {
    position: relative;
    background-color: #948685 !important;
}
#nav-bar ul li .dropdown:hover .dropdown-content a {
    padding: 15px 15px !important;
}
.order_section h2 {
    font-size: 30px;
}
.order_section .container-fluid {
    padding: 0px !important;
}
.main_profile_form h2 {
    font-size: 40px;
    padding: 25px 0px;
}
.main_profile_form form {
    width: 100%; margin: 0 auto;
}
.gfn_login h2 {
    font-size: 35px;
    margin-bottom: 0px;
}
.gfn_login label {
    width: 100%;
}
.gfn_login input[type="email"] {
    width: 100%;
}
.login_dtls button {
   /* background: #948685 !important;
    border: 1px solid #948685 !important;
    color: #fff !important;*/
}
.total_section .col-lg-5 {
    width: 25%;
    padding: 0px 4px !important;
}
.total_section .col-lg-5 strong {
    font-size: 15px;
}
.total_section .col-lg-2 {
    width: 25%;
    padding: 0px 4px !important;
}
.total_section .col-lg-2 strong {
    font-size: 15px;
}
.total_section .col-lg-3 {
    width: 25%;
    padding: 0px 4px !important;
}
.total_section .col-lg-3 strong {
    font-size: 15px;
}
.sub_total_row {
    background: #484848;
    margin: 10px 0px !important;
}
.sub_total_row .col-lg-10 {
    width: 70%;
    padding: 10px 10px;
	color: #fff !important;
}
.sub_total_row .col-lg-2 {
    width: 30%;
    padding: 10px 10px !important;
    color: #fff !important;
}
.order_summry_sec {
    padding: 30px 10px;
}
.order_summry_sec .container {
    padding: 0px !important;
}
}   
@media (min-width: 320px) and (max-width: 370px) {
.epiry_details .form-control {
    width: 19.2%;
}
.gfn_login h2 {
    font-size: 30px;
}
.gfn_login {
    padding: 25px 0px;
}
.forget_banner {
    min-height: 190px;
}
}
@media (min-width: 740px) and (max-width: 767px) {
.form_box .form-group {
    width: 50%;
}
.form_box select {
    width: 80% !important;
}
.home_page_banner_img {
    height: 467px;
}
.popular_events_sec .event_slider .event_slide a img {
    width: 100%;
    height: 500px;
}
.popular_events_sec .event_slider .event_slide {
    height: 500px;
}
.popular_events_sec .slick-prev, .popular_events_sec .slick-next {
    bottom: -11% !important;
}
.upcoming_events_sec .slick-slide img {
    object-fit: cover;
    height: 330px;
}
.upcoming_events_sec .slick-prev {
    left: 37% !important;
}
.upcoming_events_sec .slick-next {
    right: 37% !important;
}
.upcoming_events_sec {
    background: linear-gradient(180deg, #231f20 50%, #e8e8e8 35%);
}
.black_footer .col {
    width: 50%;
}
.black_footer .col .widget-para a{
	color: #fff !important;
}
.date-lists ul li {
    width: 45%;
    float: left;
    margin: 15px;
}
.date-lists .image img {
    height: 230px;
}
.tag-lines ul li {
    width: 49%;
    text-align: left;
}
.single_event_slider .slick-slide img {
    height: 500px;
    object-fit: cover;
}
.single-page-banner .slick-next {
    right: 42% !important;
    bottom: -10%;
}
.single-page-banner .slick-prev {
    left: 30%;
    bottom: -10%;
}
.summery_section .col-lg-6 {
    padding: 0px 4px !important;
    width: 50%;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.header {
    position: relative;
}
.date-lists .image img {
    height: 100px;
}
.date-lists .image.col-md-5 {
    padding-left: 0px;
}
.book-now-btn a {
    width: 100%;
    display: block;
    text-align: center;
}
.popular_events_sec .event_slider .event_slide {
    height: 500px;
}
.popular_events_sec .event_slider .event_slide a img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
#nav-bar {
    padding: 0px 20px;
}
#nav-bar .navbar-brand {
    width: 60%;
    margin-right: 0px !important;
}
#nav-bar .navbar-brand img {
    width: 100%;
}
.home_page_banner_img {
    width: 70%;
    height: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}
.home_page_banner .header_content {
    padding: 30px 0px 125px 20px;
}
.header_content h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 10px;
}
.home_page_banner {
    padding-top: 15px;
}
.form_box {
    width: 90%;
    top: -124px;
    left: 5%;
    padding: 10px 10px;
}
#nav-bar .navbar-nav li a {
    padding: 10px 20px !important;
    font-size: 14px !important;
}
.popular_events_sec h3 {
    padding-bottom: 30px;
    font-size: 40px;
    padding-top: 90px;
}
.popular_events_sec .slick-slide img {
    width: 100%;
}
.popular_events_sec {
    padding: 60px 30px 0px 30px;
}
.popular_events_sec .slick-prev {
    bottom: -13% !important;
}
.popular_events_sec .slick-next {
    bottom: -13% !important;
}
.upcoming_events_sec {
    padding-top: 60px;
}
.upcoming_events_sec h3 {
    font-size: 40px;
}
.upcoming_events_sec .slick-slide img {
    width: 100%;
    height: 415px;
}
.upcoming_events_sec .slick-next {
    right: 45% !important;
    top: auto !important;
    bottom: 8% !important;
}
.upcoming_events_sec .slick-prev {
    left: 42% !important;
    top: auto !important;
    z-index: 1;
    bottom: 8% !important;
}
.location_map h3 {
    font-size: 40px;
    padding-bottom: 40px;
}
.location_map {
    padding-top: 40px;
}
.row {
    margin: 0px !important;
}
.second-footer .row .col:nth-child(1),
.second-footer .row .col:nth-child(2) {
    width: 50% !important;
    max-width: 50% !important;
    flex-basis: auto !important;
}
.second-footer .row .col:nth-child(3) {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: auto !important;
}
.second-footer .row .col:nth-child(4),
.second-footer .row .col:nth-child(5) {
    width: 50% !important;
    max-width: 50% !important;
    flex-basis: auto !important;
}
.ft_logo img {
    width: 100%;
    padding-top: 0px;
    margin: 30px auto;
}
.event-category {
    padding: 20px 0px 80px 0px;
}
.event-category .col-md-7 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.list-box .date-section {
    padding: 20px 0px;
}
.list-box .date-section p {
    font-size: 20px;
}
.list-box .date-section p .select-date-link {
    padding: 10px 30px;
}
.description h3 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 3px;
}
.date-lists ul li a .image.col-md-5 {
    padding-left: 0px;
}
.description p {
    margin-bottom: 0px;
    font-size: 15px;
    padding-top: 5px;
}
.description .price, .description .date {
    font-size: 14px;
}
.list-box {
    padding-right: 0px;
    height: 708px;
}
.event-category .cover-box .title h1 {
    font-size: 30px;
    margin-bottom: 0px;
}
.book.btn_button a {
    width: 50%;
}
.date-lists ul li {
    margin-bottom: 20px;
}
.date-select-lists .col-lg-3 {
    padding: 8px 4px;
    width: 50%;
}
.single-page-banner .title  h1 {
    font-size: 40px;
    line-height: 50px;
}
.single-page-banner {
    padding: 15px 15px;
}
.capacity-table td .btn.book_now_btn {
    font-size: 14px !important;
    padding: 10px 15px !important;
}
.single-page-banner .col-md-4 {
    padding: 0px !important;
}
.single-page-banner .col-md-4 h3 {
    font-size: 30px;
}
.events_icons .col-sm-9 {
    padding-left: 15px !important;
    padding-right: 0px !important;
}
.table-section form {
    width: 100%;
}
.personal_details {
    padding: 24px 0px;
}
.personal_details form {
    width: 100%;
}
.checkout_section {
    padding: 50px 0px;
    width: 100%;
}
.checkout_section .col-lg-6 {
    width: 50%;
}
.checkout_section .container {
    width: 100%;
    padding: 0px 0px !important;
}
.epiry_details .form-control {
    width: 23.2%;
}
.payment_heading {
    padding: 10px 4px 0px 4px;
}
.details_heading {
    padding: 0px 4px !important;
}
.summery_section .col-lg-6{
	padding: 0px 4px !important;
}
.total_section {
    width: 100%;
}
.summery_section {
    padding: 40px 15px;
}
.summery_section .total-section .col-lg-5, 
.summery_section .total-section .col-lg-2, 
.summery_section .total-section .col-lg-3 {
    width: 25%;
    padding: 0px 4px !important;
}
.summery_section h4 {
    font-size: 15px;
    font-family: 'Renner*';
    font-weight: 400;
    padding-bottom: 0px;
}
.summery_section .total-section .col-lg-10 {
    width: 75%;
    float: left;
    padding: 0px 4px;
}
.summery_section .total-section:nth-child(4),
.summery_section .total-section:nth-child(5) {
    border: 1px solid #484848;
    background: #484848;
    margin: 10px 0px !important;
}
.summery_section .total-section:nth-child(4) p,
.summery_section .total-section:nth-child(5) p{
	color: #fff;
}
.main_profile_form h2 {
    font-size: 40px;
    padding: 20px 0px;
}
.gfn_login h2 {
    font-size: 40px;
}
.gfn_login {
    padding: 30px 0px;
}
.login_dtls button {
    background: #948685 !important;
    border: 1px solid #948685 !important;
    color: #fff !important;
}
.order_section h2 {
    font-size: 40px;
}
.order_section {
    padding: 35px 0px;
}
#nav-bar ul li .dropdown {
    display: block;
}
#nav-bar ul li .dropdown:hover .dropdown-content a {
    padding: 15px 15px !important;
}
#nav-bar .navbar-right li {
    display: inline-flex;
}
}
@media (min-width: 1200px) and (max-width: 1300px) {
.single_event_slider .slick-slide img {
    height: 220px;
    object-fit: cover;
}
.event-category .cover_image img {
    height: 450px;
}
}
@media (min-width: 1500px) and (max-width: 1600px) {
.single_event_slider .slick-slide img {
    height: 285px;
}
.date-lists .image img {
    height: 150px;
}
.search_page a img {
    height: 350px;
}
.event-category .cover_image img {
    height: 530px;
}
.popular_events_sec .event_slider .event_slide a img {
    height: 250px;
    object-fit: cover;
}
}
@media (min-width: 1900px) and (max-width: 2000px) {
.home_page_banner .header_content {
    padding: 300px 0px 97px 200px;
}
.search_page a img {
    height: 400px;
}
.home_page_banner_img {
    width: 67%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
.single_event_slider .slick-slide img {
    height: 375px;
    object-fit: fill;
}
.header_content p {
    width: 80%;
}
.form_box select {
    width: 60% !important;
}
.form_box {
    width: 37%;
    background: #fff;
    position: absolute;
    top: -347px;
    left: 11%;
    padding: 10px 30px;
}
#nav-bar .container {
    max-width: 1500px;
}
/* #nav-bar .navbar-nav.navbar-right li a {
    padding: 10px 80px;
} */
#nav-bar .navbar-nav.navbar-right li a {
    padding: 15px 23px;
    display: inline-block;
}
.description h3 {
    font-size: 30px;
    color: #231f20;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-box {
    overflow-y: auto;
    height: 1076px;
}
.popular_events_sec .event_slider .event_slide a img {
    height: 320px;
	object-fit: fill;
}
.event-category .cover_image img {
    height: 730px;
    object-fit: fill;
}
.single-page-banner .single-banner img {
    /* height: 730px;
    object-fit: cover; */
}
.date-lists .image img {
    height: 210px;
    object-fit: fill;
}
}
