/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*
.slider {
  width: 50%;
    margin: 100px auto;
}
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
    width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-slide {
  transition: all ease-in-out .3s;
    opacity: .2;
}
.slick-active {
    opacity: .5;
}
.slick-current {
    opacity: 1;
}
*/
.slick-prev, .slick-next {
    width: 30px !important;
    height: 30px !important;
}
.slick-prev:before, .slick-next:before {
    font-size: 26px !important;
    opacity: 1 !important;
    color: #c43a8a !important;
}
.slick-prev {
    left: -40px !important;
}
.slick-next {
    right: -40px !important;
}
.wedding-package-box {
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: -webkit-center;
}
.desktop_ads_banner{
	display:block;
}
.mobile_ads_banner{
	display:none;
}
@media (max-width:767px){
  .slick-prev {
        left: -10px !important;
        z-index: 99999;
    }
  .slick-next {
    right: -10px !important;
  }
	.desktop_ads_banner{
		display:none;
	}
	.mobile_ads_banner{
		display:block;
	}
}
.fairmount-jaipur-event-space-text {
    display: none;
}
.venue-list-box{
    border-radius: 10px;
    overflow: hidden;
    background-color: #FFFFFF;
    border: solid 1px #D4D4D4;
  position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.venue-list-box figure{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px !important;
}
.venue-list-box figure img{
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    width: 100%;
    height: 257px;
    object-fit: cover;
    object-position: center;
}
.venue-list-box:hover figure img{    
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  transform: scale(1.2);
}
.hotel-category {
    background-color: #4e27b1;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    letter-spacing: .34px;
    padding: 4px 8px;
    position: absolute;
    top: 20px;
}
.content-body {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    padding: 0 20px 30px;
}
.venue-list-box h3{
    font-size: 24px;
    color: #000000;
    margin-bottom: 20px;
}
.venue-list-box h3 span{color: #707070; font-size: 18px; display: block; margin-top: 5px;}
.venue-list-box .place-info{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
    padding: 0;
}
.venue-list-box .place-info li{
    padding: 0 14px;
    border-right: solid 1px rgba(112, 112, 112, 0.5);
    flex: 1;
    font-size: 16px;
  color: #404040;
  list-style: none;
}
.venue-list-box .place-info li:first-child{
    padding-left: 0;
}
.venue-list-box .place-info li:last-child{
    padding-right: 0;
    border-right: 0;
}
.venue-list-box .place-info strong{
    display: block;
    font-size: 24px;
}

.place-rating{
    margin-bottom: 25px;
    padding: 0;
}
.place-rating-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.place-rating-wrap span {
    color: #404040;
    font-size: 18px;
    padding-right: 10px;
    width: 90px;
}
.place-rating-wrap .progress {
    flex: 1 1;
    height: 12px;
}
.progress-bar {
    background-color: var(--bs-progress-bar-bg);
    color: var(--bs-progress-bar-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    transition: var(--bs-progress-bar-transition);
    white-space: nowrap;
}
.place-rating-wrap .progress .progress-bar {
    background-color: rgba(196, 58, 138, .5);
}
.place-rating-wrap .rating {
    color: #404040;
    font-size: 18px;
    padding-left: 10px;
}
.bottombtn {
    align-items: center;
    display: flex;
    gap: 10px;.place-rating
    justify-content: space-between;
    margin-top: auto;
}
.bottombtn .btn {
    background-color: #4e27b1;
    border: 0;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
    padding: 14px 20px;
    position: relative;
    transition: all .6s ease-in-out;
    z-index: 1;
}
.bottombtn .btn:before {
    background-color: #c43a8a !important;
    border-radius: 50px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
}
.bottombtn .btn:hover:before {
    width: 100%;
}
.bottombtn .btn:before, .bottombtn .btn:hover:before {
    transition: all .4s ease-in-out;
}
.content-body .btn {
    background-color: initial;
    border: 1px solid #4e27b1;
    color: #4e27b1;
    margin-top: auto;
    width: 100%;
}
.content-body .btn:hover {
    border-color: #c43a8a;
    color: #fff;
}

.wedding-venue-heading {
    border-bottom: 1px solid hsla(0, 0%, 44%, .3);
    padding-top: 20px;
    padding-bottom: 20px;
}
.wedding-venue-heading .heading-left {
    flex: 0 0 auto;
    width: 46%;
}
.wedding-venue-heading h2 {
    font-size: 30px;
    margin-bottom: 5px;
}
.wedding-venue-heading p {
    font-size: 20px;
    margin-bottom: 0;
}
.wedding-venue-heading .filter-right {
    flex: 0 0 auto;
    width: 54%;
}
.search-venue-section {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 15px;
    box-shadow: 0 0 4px #3630341c;
    margin-top: -74px;
    padding: 18px 27px;
    position: relative;
    z-index: 1;
}
.wedding-venue-heading .filter-right .venue-select-field {
    width: 100%;
    padding: 0;
    margin: 0;
}
.wedding-venue-heading .filter-right ul.venue-select-field li {
    list-style: none;
}
.wedding-venue-heading .filter-right .venue-select-field li {
    border-right: 1px solid hsla(0, 0%, 76%, .5);
    padding-left: 55px;
    padding-right: 55px;
    width: 50%;
    ist-style: none;
}
.wedding-venue-heading .filter-right .venue-select-field li:first-child {
    padding-left: 0;
}
.field-box .img-box {
    flex: 1 1;
    padding-right: 15px;
    text-align: center;
    width: 26px;
}
.field-box .right-col {
    width: calc(100% - 41px);
}
.field-box .right-col label {
    color: #000;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 6px;
    font-weight: 500;
}
.field-box .right-col select#destination-input2 {
    border: 0;
    padding: .375rem 2.25rem .375rem 0;
    color: #808080;
    font-weight: 500;
}
.wedding-venue-heading .filter-right .venue-select-field li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-right: 0;
    padding-right: 0;
}
@media (max-width:1199px){
    .venuesCity-list .venuesCity-column{
        width: 50%;
    }
   .wedding-venue-heading h2{
        font-size: 24px;
    }
    .wedding-venue-heading p{
        font-size: 18px;
    }
}
@media (max-width:991px){
    .venue-list-box h3, .venue-list-box .place-info strong{
        font-size: 20px;
    }
    .venue-list-box .place-info li, .place-rating-wrap span, .place-rating-wrap .rating{
        font-size: 15px;
    }
    .place-rating-wrap span{
        width: 80px;
    }
  .wedding-venue-heading .heading-left {
  width: 100%;
  padding-right: 0;
  padding-bottom: 30px;
}
  .wedding-venue-heading .filter-right {
  width: 100%;
}
}
@media (max-width:767px){
  .venuesCity-list .venuesCity-column{
        width: 100%;
    }
    .venuesCity-list{
        margin: 0 0 20px;
    }
	.venue-list-box .place-info li {
		padding: 0 10px;
		font-size: 14px;
		flex: 2 1 0;
	}
	.venue-list-box .place-info li:first-child {
		flex: 1 1 0;
	}
	.venue-list-box .place-info li:last-child {
		flex: 1 1 0;
	}
	
    .venuesCity-list .venuesCity-column{
        padding: 0 0 15px 0;
    }
  .wedding-venue-heading .filter-right .venue-select-field li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-right: 0;    
  }
  .venue-select-field li{
    border-bottom: solid 1px rgba(193,193,193,0.5);
      padding-bottom: 15px;
      margin-bottom: 15px;
  }
  .venue-select-field li:last-child {
    border-bottom: 0;
  }
  .field-box .right-col label {
    font-size: 16px;
  }
}
.services-sidebar {
    background-color: #4E27B1;
    padding: 20px 0px 20px 15px;
    border-radius: 10px;
}
.services-sidebar .nav-link .elementor-item {
    color: #fff;
    font-size: 16px;
    border-radius: 5px 0px 0px 5px;
    position: relative;
    padding: 5px;
    display: flex;
    line-height: 26px;
    font-weight: 500;
}
.services-sidebar .nav-link .elementor-item.elementor-item-active {
    background-color: #c43a8a;
    border-color: #c43a8a;
}
.services-sidebar .nav-link .elementor-item:hover, .services-sidebar .nav-link .elementor-item:focus {
    border-color: #f0f8ff00;
}
.services-sidebar .nav-link .elementor-item.elementor-item-active:after {
    content: "";
    position: absolute;
    background-color: #c43a8a;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 19px 0px 20px 25px;
    border-color: #ffffff #ffffff #ffffff #c43a8a;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    right: -26px;
}
.services-sidebar .nav-link .elementor-item img.serviceImage {
    margin-right: 10px;
    width: 25px;
}
.services-sidebar .nav-tabs .nav-item .nav-link {
    color: #fff;
    font-size: 16px;
    border-radius: 5px 0px 0px 5px;
    position: relative;
    padding: 5px;
    display: flex;
    line-height: 26px;
    font-weight: 500;
}
.services-sidebar .nav-tabs .nav-item .nav-link.active {
    background-color: #c43a8a;
    border-color: #c43a8a;
}
.services-sidebar .nav-tabs .nav-item .nav-link:hover, .services-sidebar .nav-tabs .nav-item .nav-link:focus {
    border-color: #f0f8ff00;
}
.services-sidebar .nav-tabs .nav-item .nav-link.active:after {
    content: "";
    position: absolute;
    background-color: #c43a8a;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 19px 0px 20px 25px;
    border-color: #ffffff #ffffff #ffffff #c43a8a;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    right: -26px;
}
.services-sidebar .nav-tabs .nav-item .nav-link img.serviceImage {
    margin-right: 10px;
    width: 25px;
}
.services-sidebar .nav-tabs li.nav-item {
    margin-bottom: 10px;
}
.services-sidebar ul {
    border-bottom: 0;
}
.services-content {
    padding: 10px 25px;
}
.services-content h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.services-content p {
    color: #404040;
    font-size: 18px;
    letter-spacing: .43px;
    line-height: 30px;
}
.services-content ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0;
    max-width: 600px;
  padding:0;
}
.services-content ul li {
    color: #404040;
    font-size: 18px;
    letter-spacing: .43px;
    line-height: 30px;
    padding: 0 5px 5px 25px;
    position: relative;
    width: 50%;
  list-style: none;
}
.services-content ul li:after {
    background: url(https://vedicweddings.com/wp-content/uploads/2024/05/check-symbol.svg) no-repeat 50%;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 16px;
}

/* Search Modal CSS */

.searchModal .modal-body {
    padding: 30px 30px 30px;
}
.searchModal .btn-close {
    background-color: #d5d5d5;
    background-size: 12px;
    border-radius: 50%;
    height: 30px;
    opacity: 1;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
}
.searchModal h5 {
    font-size: 24px !important;
    margin-bottom: 20px;
    text-align: center;
}
.searchModal .form-control {
    border: 2px solid #d5d5d5ba;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    padding: 1rem 1.75rem !important;
}
.form-floating label {
    font-size: 18px;
    padding: 18px 30px !important;
}
.searchModal .modal-footer {
    border: 0;
    justify-content: center;
    padding: 0 0 20px 0;
}
.searchModal .modal-footer .btn {
    background-color: #4e27b1;
    border: 0;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
    padding: 14px 20px;
    position: relative;
    transition: all .6s ease-in-out;
    z-index: 1;
}
.searchModal .modal-footer .btn:before {
    background-color: #c43a8a !important;
    border-radius: 50px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
}
.searchModal .modal-footer .btn:hover:before {
    width: 100%;
}
.searchModal .modal-footer .btn:before, .searchModal .modal-footer .btn:hover:before {
    transition: all .4s ease-in-out;
}

/* Hotal Page CSS */

.hotel_logo, .hotel_name {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.hotel_name {
    justify-content: space-between;
    padding: 30px 0 35px;
}
.hotel_logo {
    flex: 1 1;
}
.hotel_logo figure {
    align-items: center;
    border: 1px solid #70707080;
    border-radius: 12px;
    display: flex;
    height: 146px;
    justify-content: center;
    padding: 10px;
    width: 146px;
}
.hotel_palace_name {
    flex: 1 1;
    padding: 0 15px 0 35px;
}
.hotel_palace_name h1 {
    color: #c59f39;
    font-size: 48px;
    line-height: 51px;
    margin-bottom: 6px;
}
.hotel_palace_name span {
    font-size: 19px;
}
.hotel_contact_detail {
    border-left: 1px solid #70707080;
    padding: 0 0 0 30px;
}
.hotel_contact_detail strong {
    display: block;
    font-size: 18px;
    font-weight: 400;
    max-width: 400px;
}
.hotel_contact_detail a {
    display: block;
    font-size: 19px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}
.hotel_contact_detail a.call {
    padding: 11px 0;
}
.hotel_contact_detail a img {
    margin: -6px 10px 0 0;
}
@media(max-width:991px){
    .hotel_logo {
        flex: 0 0 auto;
        padding-right: 0;
        width: 100%;
    }
    .hotel_logo figure {
        height: 100px;
        width: 100px;
    }
    .hotel_palace_name {
        line-height: 1.1;
        padding-right: 0;
    }
    .hotel_palace_name h1 {
        font-size: 30px;
        line-height: 1.1;
    }
    .hotel_contact_detail {
        border-left: 0;
        border-top: 1px solid #70707080;
        flex: 0 0 auto;
        margin-top: 15px;
        padding: 15px 0 0;
        width: 100%;
    }
    
}
@media(max-width:767px){
    .hotel_inform_section>div{max-width: 100%;overflow: auto;display: flex;}
    .hotel_inform_section>div .nav-pills{margin: 0 auto; padding-left: 0;}
    .hotel_inform_section .nav-pills .nav-item .nav-link{white-space: nowrap;}
    .wedding_event_left{width: 100%;}
    .wedding_event_right{width: 100%;}
    .hotel_overview p{font-size: 18px;}
    .wedding_event_right{padding: 15px;}
    .hotel_dining .wedding_event_right{padding: 15px;}
    .activities_section ul li{width: 100%;}
    .hotel_palace_name h1{font-size: 20px;}
    .hotel_logo figure { height: 75px;width: 75px;}
    .hotel_palace_name span{font-size: 14px;}
    .hotel_contact_detail strong, .hotel_contact_detail a{font-size: 16px;}
}

.venue-list-box{
    border-radius: 10px;
    overflow: hidden;
    background-color: #FFFFFF;
    border: solid 1px #D4D4D4;
  position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.venue-list-box figure{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px !important;
}
.venue-list-box figure img{
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    width: 100%;
    height: 257px;
    object-fit: cover;
    object-position: center;
}
.venue-list-box:hover figure img{    
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  transform: scale(1.2);
}
.hotel-category {
    background-color: #4e27b1;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    letter-spacing: .34px;
    padding: 4px 8px;
    position: absolute;
    top: 20px;
}
.content-body {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    padding: 0 20px 30px;
}
.venue-list-box h3{
    font-size: 24px;
    color: #000000;
    margin-bottom: 20px;
}
.venue-list-box h3 span{color: #707070; font-size: 18px; display: block; margin-top: 5px;}
.venue-list-box .place-info{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
    padding: 0;
}
.venue-list-box .place-info li{
    padding: 0 14px;
    border-right: solid 1px rgba(112, 112, 112, 0.5);
    flex: 1;
    font-size: 16px;
  color: #404040;
  list-style: none;
}
.venue-list-box .place-info li:first-child{
    padding-left: 0;
}
.venue-list-box .place-info li:last-child{
    padding-right: 0;
    border-right: 0;
}
.venue-list-box .place-info strong{
    display: block;
    font-size: 24px;
}

.place-rating{
    margin-bottom: 25px;
    padding: 0;
}
.place-rating li {
    padding-bottom: 15px;
    list-style: none;
}
.place-rating-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.place-rating-wrap span {
    color: #404040;
    font-size: 18px;
    padding-right: 10px;
    width: 90px;
}
.place-rating-wrap .progress {
    flex: 1 1;
    height: 12px;
}
.progress-bar {
    background-color: var(--bs-progress-bar-bg);
    color: var(--bs-progress-bar-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    transition: var(--bs-progress-bar-transition);
    white-space: nowrap;
}
.place-rating-wrap .progress .progress-bar {
    background-color: rgba(196, 58, 138, .5);
}
.place-rating-wrap .rating {
    color: #404040;
    font-size: 18px;
    padding-left: 10px;
    min-width: 35px;
    text-align: right;
}
.bottombtn {
    align-items: center;
    display: flex;
    gap: 10px;.place-rating
    justify-content: space-between;
    margin-top: auto;
}
.bottombtn .btn {
    background-color: #4e27b1;
    border: 0;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
    padding: 14px 20px;
    position: relative;
    transition: all .6s ease-in-out;
    z-index: 1;
}
.bottombtn .btn:before {
    background-color: #c43a8a !important;
    border-radius: 50px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
}
.bottombtn .btn:hover:before {
    width: 100%;
}
.bottombtn .btn:before, .bottombtn .btn:hover:before {
    transition: all .4s ease-in-out;
}
.content-body .btn {
    background-color: initial;
    border: 1px solid #4e27b1;
    color: #4e27b1;
    margin-top: auto;
    width: 100%;
}
.content-body .btn:hover {
    border-color: #c43a8a;
    color: #fff;
}


.search-venue-section {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 15px;
    box-shadow: 0 0 4px #3630341c;
    margin-top: -74px;
    padding: 18px 27px;
    position: relative;
    z-index: 1;
}

.field-box .img-box {
    flex: 1 1;
    padding-right: 15px;
    text-align: center;
    width: 26px;
}
.field-box .right-col {
    width: calc(100% - 41px);
}
.field-box .right-col label {
    color: #000;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 6px;
    font-weight: 500;
}
.field-box .right-col select#destination-input2 {
    border: 0;
    padding: .375rem 2.25rem .375rem 0;
    color: #808080;
    font-weight: 500;
}

@media (max-width:1199px){
    .venuesCity-list .venuesCity-column{
        width: 50%;
    }
}
@media (max-width:991px){
    .venue-list-box h3, .venue-list-box .place-info strong{
        font-size: 20px;
    }
    .venue-list-box .place-info li, .place-rating-wrap span, .place-rating-wrap .rating{
        font-size: 15px;
    }
    .place-rating-wrap span{
        width: 80px;
    }
}
@media (max-width:767px){
  .venuesCity-list .venuesCity-column{
        width: 100%;
    }
    .venuesCity-list{
        margin: 0 0 20px;
    }
  .venue-list-box .place-info li {
    padding: 0 10px;
    font-size: 14px;
	  flex: 2 1 0;
  }
    .venuesCity-list .venuesCity-column{
        padding: 0 0 15px 0;
    }
  
  .venue-select-field li{
    border-bottom: solid 1px rgba(193,193,193,0.5);
      padding-bottom: 15px;
      margin-bottom: 15px;
  }
  .venue-select-field li:last-child {
    border-bottom: 0;
  }
  .field-box .right-col label {
    font-size: 16px;
  }
	.place-rating li {
		padding-bottom: 5px;
	}
}

.search-venue-section {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 15px;
    box-shadow: 0 0 4px #3630341c;
    margin-top: -74px;
    padding: 18px 27px;
    position: relative;
    z-index: 1;
}
.search-venue-section h2 {
    color: #000;
    font-size: 20px;
    margin-bottom: 25px;
}
.search-venueDetails-section .venue-list-search .venue-select-field {
    width: calc(100% - 55px);
    padding: 0;
}
.venue-select-field {
    position: relative;
    width: calc(100% - 54px);
    z-index: 2;
}
.search-venueDetails-section .venue-select-field li {
    padding-right: 55px;
    width: 33.33%;
    list-style: none;
}
.search-venueDetails-section .venue-select-field li .inner-wrap {
    border-right: 1px solid hsla(0, 0%, 76%, .5);
    padding-right: 40px;
}
.search-venueDetails-section .field-box .img-box {
    flex: 1 1;
    padding-right: 15px;
    text-align: center;
    width: 26px;
}
.search-venueDetails-section .field-box .right-col {
    width: calc(100% - 41px);
}
.search-venueDetails-section .field-box .right-col label {
    color: #000;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 6px;
    display: block;
}
.react-datepicker-wrapper {
    border: 0;
    padding: 0;
}
.react-datepicker__input-container {
    display: inline-block;
    position: relative;
    width: 100%;
}
.search-venueDetails-section .field-box .right-col input {
    border: 0;
    color: hsla(0, 0%, 44%, .6);
    font-size: 15px;
    height: 38px;
    padding: 0;
    padding: 2px !important;
    width: 100%;
}
.search-venueDetails-section .venue-select-field .field-box .right-col input {
    border-radius: 0;
}
.error {
    color: #fb6340 !important;
}
.btn.venue-search {
    background-color: #4e27b1;
    border: 0;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
    padding: 14px 20px;
    position: relative;
    transition: all .6s ease-in-out;
    z-index: 1;
}
.btn.venue-search:before {
    background-color: #c43a8a !important;
    border-radius: 50px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
}
.btn.venue-search:hover:before {
    width: 100%;
}
.search-venue-section.search-venueDetails-section .venue-search span {
    color: #fff;
    font-weight: 500;
    display: none;
}
.btn.venue-search:before, .btn.venue-search:hover:before {
    transition: all .4s ease-in-out;
}
.search-venue-section.search-venueDetails-section .venue-search {
    border-radius: 10px;
    height: 55px;
    min-width: auto;
    padding: 12px;
    width: 55px;
}
.search-venue-section.search-venueDetails-section .venue-search:before {
    border-radius: 10px;
}


.btn.room-availability-btn {
    background-color: #4e27b1;
    border: 0;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
    padding: 14px 20px;
    position: relative;
    transition: all .6s ease-in-out;
    z-index: 1;
}
.btn.room-availability-btn:hover {
    color: #fff;
}
.btn.room-availability-btn:before {
    background-color: #c43a8a !important;
    border-radius: 50px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
}
.btn.room-availability-btn:hover:before {
    width: 100%;
}
.btn.room-availability-btn:before, .btn.room-availability-btn:hover:before {
    transition: all .4s ease-in-out;
}
.search-venue-section.search-venueDetails-section .room-availability-btn {
    border-radius: 10px;
    height: 55px;
    min-width: auto;
    padding: 12px;
    width: 155px;
}
.search-venue-section.search-venueDetails-section .room-availability-btn:before {
    border-radius: 10px;
}
.venue-select-field li:last-child .inner-wrap {
    border-right: 0;
}




@media(max-width:991px){
  .search-venue-section h2 {
    font-size: 18px;
    font-weight: 600;
  }
    .search-venue-section {
        margin-top: -40px;
        padding: 18px 20px;
    }
    .search-venueDetails-section  .venue-select-field li, .search-venueDetails-section .venue-select-field li .inner-wrap {
        padding-right: 10px;
    }
    .search-venueDetails-section .venue-list-search{
        flex-wrap: wrap;
    }
    .search-venueDetails-section  .venue-list-search .venue-select-field {
        width: 100%;
    }
   
    .search-venueDetails-section .venue-select-field li, .search-venueDetails-section .venue-select-field li .inner-wrap {
        padding-right: 0;
        border: 0;
    }
    .search-venueDetails-section .venue-select-field li {
        width: 100%;
        border-bottom: solid 1px rgba(193, 193, 193, 0.5);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .search-venueDetails-section .venue-select-field li:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .search-venueDetails-section .venue-list-search .venue-search {
        width: 100%;
    }
    .search-venue-section.search-venueDetails-section .venue-search span {
        display: block;
    }
    .search-venue-section.search-venueDetails-section .venue-search img {
        display: none;
    }
}
.destinations-list-box {
    border-radius: 10px;
    overflow: hidden;
    background-color: #FFFFFF;
    border: solid 1px #D4D4D4;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 515px;
}
.destinations-list-box figure {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px !important;
}
.destinations-list-box figure img {
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.destinations-list-box .content-body {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    padding: 0 20px 20px;
}
.destinations-list-box .content-body h3 {
    margin-bottom: 10px;
    line-height: 28px;
}
.destinations-list-box .content-body h3 a {
    color: #000000;
    font-family: "Marcellus";
    font-size: 24px;
    font-weight: 600;
}
.destinations-list-box .content-body h3 span {
    color: #4e27b1;
    font-size: 18px;
    display: block;
    margin-top: 5px;
    text-decoration: underline;
}

.destinations-list-box .content-body p {
    color: #404040;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}
.destinations-list-box .content-body a.destinations_details_btn {
    border: 1px solid #c43a8a;
    align-self: flex-start;
    padding: 3px 15px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
}

.destinations-list-box .content-body ul.destinations-hotels {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
}
.destinations-list-box .content-body ul.destinations-hotels li {
    /* padding: 0 14px; */
    /* border-right: solid 1px rgba(112, 112, 112, 0.5); */
    font-size: 16px;
    color: #404040;
    list-style: none;
    display: flex;
    margin: 0 5px 5px 0;
}

.destinations-list-box .content-body ul.destinations-hotels li a.hotel_btn {
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    fill: #707070;
    color: #707070;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #CFCFCF;
    border-radius: 6px 6px 6px 6px;
    padding: 4px 6px 4px 6px;
    transition: all .3s;
}
.destinations-list-box .content-body ul.destinations-hotels li a.hotel_btn:hover, .destinations-list-box .content-body ul.destinations-hotels li a.hotel_btn:focus {
    color: #FFFFFF;
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}
@media(max-width:767px){
  .destinations-list-box {
    min-height: auto;
  }  
}
.stickyNav {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 9;
}
.hotel_inform_section {
    background-color: #f9f8fd;
    border-radius: 4px;
    margin: 40px 0 20px;
}
.hotel_inform_section .nav-pills .nav-item {
    padding: 0 30px;
    position: relative;
    list-style: none;
}
.hotel_inform_section .nav-pills .nav-item .nav-link {
    border-radius: 0;
    color: #000;
    font-size: 22px;
    padding: 13px 7px 10px;
  font-weight: 600;
}
.hotel_inform_section .nav-pills .nav-item .nav-link.active {
    background-color: initial;
    border-bottom: 4px solid #c43a8a;
    color: #c43a8a;
}
.hotel_inform_section .nav-pills .nav-item:after {
    background-color: #000;
    bottom: auto;
    content: "";
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
}
.hotel_inform_section .nav-pills .nav-item:last-child:after{ display: none;}
.hotel_overview p {
    text-align: justify;
}
@media(max-width:991px){
    .hotel_inform_section .nav-pills .nav-item {
        padding: 0 15px;
    }
}
@media(max-width:767px){
    .hotel_inform_section .nav-pills .nav-item {
        padding: 0 15px;
    }
    .hotel_inform_section .nav-pills .nav-item .nav-link {
        font-size: 16px;
    white-space: nowrap;
    }
  .search-venue-section.search-venueDetails-section .room-availability-btn {
    width: 100%;
  }
  .stickyNav {
      top: 70px;
  }
}
.blog-list {
    border: 1px solid #d4d4d4;
    border-radius: 12px;
    overflow: hidden;
    flex: 1 1;
}
.blog-list figure {
    margin-bottom: 20px;
}
.blog-list figure img {
    width: 100%;
}
.guest_rooms_detail {
    padding: 0 20px 7px;
}
.guest_rooms_detail h3 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    display: -webkit-box;
    font-size: 18px;
    line-height: 25px;
    margin: 10px 0 13px;
    overflow: hidden;
}
.guest_rooms_detail p {
    color: #707070;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
}
.guest_rooms_detail ul {
    padding: 0;
}
.guest_rooms_detail ul li {
    padding: 5px 0;
    list-style: none;
}
.guest_rooms_detail ul span {
    align-items: center;
    color: #404040;
    display: flex;
    font-size: 15px;
}
.guest_rooms_detail ul span img {
    margin: -2px 14px 0 0;
}
.wedding_event_venue {
    border: 1px solid #ddd;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
}
.wedding_event_left {
    display: flex;
    width: 40%;
}
.wedding_event_left figure {
    border-right: 1px solid #ddd;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-right: 6px;
    overflow: hidden;
}
.wedding_event_left figure img {
    object-fit: cover;
    width: 100%;
    display: block;
}
.wedding_event_right {
    padding: 32px 30px 20px 35px;
    width: 60%;
}
.wedding_event_right h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.wedding_event_right span {
    color: #404040;
    font-size: 15px;
}
.wedding_event_right p {
    line-height: 26px;
}
.Dimension_detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}
.Dimension_detail li {
    padding: 2px 15px;
    position: relative;
    list-style: none;
    font-weight: 400;
    color: #545454;
}
.Dimension_detail li:after {
    background-color: #404040;
    content: "";
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
}
.Dimension_detail li:last-child::after {display: none;}
.Dimension_detail li img {
    width: 30px;
    margin-right: 10px;
}
.wedding_event_right span {
    color: #404040;
    font-size: 15px;
    font-weight: 500;
}
.seating_style {
    padding: 18px 0 15px;
}
.wedding_event_right .seating_style h3 {
    font-size: 17px;
}
.seating_style ul {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -8px;
    padding: 0;
}
.seating_style ul li {
    padding: 10px;
    width: 25%;
    list-style: none;
}
.wedding_event_right .seating_style ul span {
    align-items: center;
    display: flex;
    color: #404040;
    font-size: 15px;
    font-weight: 500;
}
.wedding_event_right .seating_style ul span img {
    margin-right: 8px;
    width: 32px;
}
@media(max-width:991px){
    .seating_style ul li {width: 50%;}
}
@media(max-width:767px){
    .wedding_event_left, .wedding_event_right {
        width: 100%;
    }
    .wedding_event_right p {
        
    }
    .Dimension_detail {
        margin-bottom: 20px;
    }
    .hotel_dining .wedding_event_right{padding: 15px;}
    .hotel_dining .wedding_event_right, .wedding_event_right {
        padding: 20px;
    }
    .wedding_event_right h3 {
        font-size: 20px;
    }
    .wedding_event_right span {
        font-size: 14px;
    }
}
.guest_rooms .guest_rooms_section h4 {
    margin-bottom: 20px;
}

.form-section {
    background-color: #c43a8a;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 38px 50px 19px;
}
.form-section .left-box {
    padding-right: 85px;
    position: relative;
    text-align: center;
    width: 55%;
    z-index: 1;
}
.form-section .left-box:before {
    background-image: url(https://vedicweddings.com/wp-content/uploads/2024/05/form-section-bg-img.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: -19px;
    content: "";
    height: 100%;
    left: -50px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.form-section .left-box h2 {
    color: #fff;
    font-size: 44px;
    margin-bottom: 25px;
  font-weight:400;
}
.form-section .right-box {
    width: 45%;
}
.form-section .right-box h3 {
    color: #fff;
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 38px;
}
.form-section .right-box .form-floating {
    margin-bottom: 30px;
}
.form-section .right-box .form-floating input {
    border-radius: 50px;
    background: transparent;
    border: 2px solid #ffffffba;
    color: #fff;
}
.form-section .right-box .form-floating textarea {
    border-radius: 20px;
    background: transparent;
    border: 2px solid #ffffffba;
    color: #fff;
    height: 100px;
}
.form-control,
.react-datepicker-wrapper input {
    border: 2px solid #FFFFFFBA;
    background-color: transparent;
    border-radius: 50px;
    color: #fff;
    padding: 0px 30px !important;
    padding-top: 20px !important;
    font-size: 18px;
    height: 60px;
}
.form-control:focus,
.react-datepicker-wrapper input:focus {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
    outline: none;
    border-color: #fff;
}
.form-section .right-box .form-floating label {
    color: #fff !important;
}
.form-section .right-box .form-floating label:after {
    background-color: transparent !important;
}
.form-section .right-box .btn {
    background-color: #4e27b1;
    border: 0;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
    padding: 18px 30px;
    position: relative;
    transition: all .6s ease-in-out;
    z-index: 1;
}
@media(max-width:767px){
  .form-section {
        padding: 38px 20px 19px;
    }
  .form-section .left-box {
        margin-bottom: 40px;
        padding-right: 0;
        width: 100%;
    }
  .form-section .left-box:before {
        bottom: 0;
        left: -20px;
    }
  .form-section .left-box h2 {
        font-size: 24px;
    }
  .form-section .right-box {
        width: 100%;
    }
  .form-section .right-box h3 {
        font-size: 22px;
        line-height: 1.2;
        text-align: center;
    }
  
}
.destination_hotel_banner img {
    border-radius: 10px;
}

.hotel_event_venues_box .hotel_event_venues_left img {
    border-radius: 10px;
}
.hotel_event_venues_box .hotel_event_venues_right {
    width: 95%;
    margin: auto;
    padding: 30px;
    margin-top: -40px;
    background-color: #fff8fc;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px;
}
.hotel_event_venues_box .hotel_event_venues_right h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hotel_event_venues_box .hotel_event_venues_right p {
    line-height: 30px;
    margin-bottom: 0;
}
.hotel_event_venues_box .hotel_event_venues_right p strong {
    margin-bottom: 10px !important;
    display: block;
}
@media(max-width:767px){
  .hotel_event_venues_box .hotel_event_venues_right {
    padding: 25px;
    margin-top: -30px;
  }
  .hotel_event_venues_box .hotel_event_venues_right h3 {
    font-size: 22px;
  }
}
/* Page Banner */
.page-banner{
    position: relative;
}
.page-banner-content{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 60px 30px;
    text-align: center;
    z-index: 1;
}
.page-banner-content h1{
    font-size: 50px;
    color: #fff;
}
.page-banner-content p{
    font-size: 20px;
    color: #fff;
    font-family: 'SuisseIntl-Regular';
}
.page-banner-content::after{
    background: rgb(250,250,250);
    background: linear-gradient(180deg, rgba(250,250,250,0) 0%, rgba(0,0,0,0.6) 86%);
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}
@media(max-width:991px){
 .page-banner-content h1{
        font-size: 30px;
    }
    .page-banner-content p{
        font-size: 16px;
    }
    .page-banner-content{
        padding: 20px;
    }
}
@media(max-width:767px){
.page-banner-content{
        position: initial;
        background-color: #000;
      padding: 10px;
    }
  .page-banner-content h1 {font-size: 26px; margin: 0;}
    .wedding-list-row .wedding-list-column{
        width: 50%;
    }
}

.about-city {
    padding: 50px 0;
    text-align: center;
}
.about-city h2.heading {
    margin-bottom: 20px;
}
h2.heading {
    color: #000;
    font-size: 38px;
    position: relative;
    text-align: center;
    font-weight: 600;
  margin-bottom: 30px;
}
/*
h2.heading:before {
    background-color: #c43a8a;
    border-radius: 40px;
    content: "";
    height: 6px;
    left: 50%;
    margin: 0 auto;
    max-width: 50px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}
*/
.about-city p {
    color: #404040;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 1220px;
}
@media(max-width:767px){
	.about-city {
		padding: 20px 0;
	}
	.about-city p {
		font-size: 16px;
		line-height: 1.5;
	}
}

.why-choose-city {
    background-color: #f9f8fd;
    padding: 40px 0 40px;
}
.why-choose-city .heading {
    margin-bottom: 40px;
}
.why-choose-city ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding: 0;
}
.why-choose-city ul li {
    display: flex;
    flex: 0 0 auto;
    padding: 0 8px 15px;
    width: 50%;
}
.why-choose-city ul li .why-choose-box {
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px #0000000d;
    color: #000;
    display: flex;
    flex: 1 1;
    flex-wrap: wrap;
    font-size: 20px;
    padding: 15px 10px;
    position: relative;
}
.why-choose-city ul li .why-choose-box span {
    align-items: center;
    background-color: #c43a8a0a;
    border-radius: 50%;
    display: flex;
    height: 54px;
    justify-content: center;
    width: 54px;
}
.why-choose-city ul li .why-choose-box>div {
    flex: 1 1;
    line-height: 1.5;
    padding-left: 10px;
}
.venues-in-city {
    padding: 40px 0;
}
.how-to-reach-city {
    padding: 40px 0 0;
}
@media(max-width:767px){
	.why-choose-city {
		padding: 20px 0 20px;
	}
	.why-choose-city .heading {
		margin-bottom: 20px;
	}
	.why-choose-city ul li .why-choose-box {
		align-items: flex-start;
		font-size: 16px;
	}
	.venues-in-city {
		padding: 20px 0 0;
	}
	.why-choose-city ul li .why-choose-box span {
		height: 40px;
		width: 40px;
	}
	
}
.how-to-reach-city .heading {
    margin-bottom: 30px;
}

/* service-section */
.service-section{
    background-color: #F9F8FD;
    padding: 65px 0 80px;
  }
  .service-list{
    display: flex;
    flex-wrap: wrap;
    margin: 40px -8px 0;
  }
  .service-list li{
    width: 33.33%;
    padding: 0 8px;
    margin-bottom: 17px;
    display: flex;
  }
  .service-list li .list-start{
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 5px;
    position: relative;
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 0px 10px #0000000D;
    flex: 1;
  }
  .service-list li .list-start:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .service-list li .list-start::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #C43A8A;
    content: "";
    border-radius: 5px;
    transition: transform 0.4s ease-in-out;
    transform-origin: right bottom;
    transform: scale(0);
  }
  .service-list li .list-start:hover::before{
    transform-origin: left bottom;
    transform: scale(1);
  }
  .service-list li .list-start::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #C43A8A;
    content: "";
    border-radius: 5px;
    transition: transform 0.4s ease-in-out;
    transform-origin: bottom right;
    transform: scale(0);
  }
  .service-list li .list-start:hover::after{
    transform-origin: bottom left ;
    transform: scale(1);
  }
  .service-list li .list-start figure{
    margin-bottom: 22px !important;
    height: 71px;
    display: flex;
    align-items: center;
  }
  .service-list li .list-start figure img{
    max-width: 100%;
    max-height: 100%;
  }
  .service-list li .list-start h3{
    font-size: 22px;
    color: #000000;
    margin-bottom: 10px;
  }
  .service-list li .list-start p {
    font-size: 16px;
    color: #707070;
    margin-bottom: 0px;
  }
  .service-list li .list-start a{
    color: #4E27B1;
    font-size: 17px;
  }
  .service-list li .list-start a img{
    margin-left: 5px;
  } 
  .service-section .call-us{
    margin-top: 32px;
  }
  .service-section .call-us .btn{
    padding: 16px 38px;
    font-size: 18px;
    line-height: 20px;
  }

  @media(max-width:1199px){
    .service-list li{
        width: 33.33%;
    }
  }
  @media (max-width:991px){
    .service-list li .list-start figure{
        max-width: 50px;
        margin-bottom: 17px;
    }
    .service-list li .list-start h3{
        font-size: 19px;
    }
    .service-list li .list-start p{
        font-size: 16px;
    }
  }
  @media (max-width:767px){
    .service-section .call-us, .service-list {
        margin-top: 15px;
        padding: 0;
    }
    .service-section{
        padding: 50px 0;
    }
    .service-list li{
        width: 50%;
    }
  .why-choose-city ul li {
    width: 100%;
  }
  }
  @media (max-width:576px){
    .service-list li{
        width: 100%;
        }
  }

.wedding-dates-box {
    background: #7bdae9;
    background: linear-gradient(180deg, #7bdae9 14%, #003480);
    border-radius: 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7bdae9",endColorstr="#003480",GradientType=0);
    margin-top: 0px;
    overflow: hidden;
    padding: 50px 30px 150px;
    position: relative;
    text-align: center;
}
.wedding-dates-box::before{
    background-image: url(https://vedicweddings.com/wp-content/uploads/2024/05/cta-dates-shapes-2.svg);
    background-size: cover;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}
.wedding-dates-box::after{
    background-image: url(https://vedicweddings.com/wp-content/uploads/2024/05/cta-dates-shapes-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    position: relative;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    bottom: 0;
}
.wedding-dates-box h2 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px;
    text-align: center;
}
.wedding-dates-box h2 span {
    display: block;
}

.wedding-dates-box .btn {
    background-color: #4e27b1;
    border: 0;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    overflow: hidden;
    padding: 14px 20px;
    position: relative;
    transition: all .6s ease-in-out;
    z-index: 1;
}
.wedding-dates-box .btn:hover {
    color: #fff;
}
.wedding-dates-box .btn:before {
    background-color: #c43a8a !important;
    border-radius: 50px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
}
.wedding-dates-box .btn:hover:before {
    width: 100%;
}
.wedding-dates-box .btn:before, .wedding-dates-box .btn:hover:before {
    transition: all .4s ease-in-out;
}

.city-slider-box {
    margin: 0 14px 0px;
    position: relative;
}
.city-slider-box figure {
    border: 1px solid #f5f5f5;
    display: flex;
    height: 381px;
    justify-content: center;
    text-align: center;
}
.city-slider-box figure img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.city-slider-box .content-box {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 10px #0000000d;
    margin: -30px 5px 0;
    padding: 15px;
    position: relative;
    text-align: center;
}
.city-slider-box .content-box h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 0;
}
.city-slider-box .content-box p {
    color: #707070;
    font-size: 16px;
	margin-bottom: 0;
}

.item {
    position: relative;
    z-index: 1;
    padding: 0 5px 0px;
}
.item>figure {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.item>figure img {
    width: 100%;
    object-fit: cover;
}
.item>figure:after {
    background: #fafafa;
    background: linear-gradient(180deg, hsla(0, 0%, 98%, 0), rgba(0, 0, 0, .5) 86%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
.item .slider-content {
    align-items: center;
    bottom: 0;
    color: #fff;
    display: flex;
    left: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.item .slider-content figure {
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex: 0 0 auto;
    height: 96px;
    justify-content: center;
    margin-right: 20px !important;
    padding: 10px;
    width: 96px;
}
.item .slider-content figure img {
    width: auto;
    height: auto;
}
.item .slider-content>div {
    flex: 1 1;
}
.item .slider-content h3 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 700;
    margin-top: 0;
}
.item .slider-content span {
    color: #fff;
    font-size: 16px;
}
.item .slider-content p {
    color: #fff;
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 22px;
}
.faqs-section {
    padding: 0 0 40px 0;
}
.faq-wrap {
    /* background-color: #c43a8a; */
    /* border-radius: 5px; */
    /* height: 278px; */
    padding: 40px;
}
.faq-accordion, .faq-section h2:before {
    background-color: #fff;
}
.faq-accordion {
    border-radius: 7px;
    box-shadow: 0 0 10px #00000014;
    margin: 0 auto 0;
    max-width: 870px;
    padding: 25px 35px 50px;
  border: 2px solid #c43a8a;
}
.faq-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid hsla(0, 0%, 44%, .3);
    border-left: 0;
    border-radius: 0;
}
.faq-accordion .accordion-item h2.accordion-header {
    
   
}
.faq-accordion .accordion-button {
    background-color: initial !important;
    box-shadow: none !important;
    color: #000 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    padding: 20px 0;
    font-weight: 600;
    text-wrap: wrap;
    line-height: 28px;
}
.faq-accordion .accordion-button.collapsed {color: #000;}
.faq-accordion .accordion-button:focus {box-shadow: none;}
.faq-accordion .accordion-button:not(.collapsed){color:#c43a8a !important;}

.faq-accordion .accordion-body {padding: 0 0 20px;}
.faq-accordion .accordion-body p {color: #707070;font-size: 16px;line-height: 26px;}
.faq-accordion .section-center-btn .btn {margin: 35px auto 0;width: 240px;background-color: #4e27b1;border: 0;border-radius: 50px;color: #fff;font-size: 18px;line-height: 20px;overflow: hidden;padding: 14px 20px;position: relative;transition: all .6s ease-in-out;z-index: 1;}
.faq-accordion .section-center-btn .btn:before {background-color: #c43a8a !important;border-radius: 50px;content: "";height: 100%;left: 0;position: absolute;top: 0;width: 0;z-index: -1;}
.faq-accordion .section-center-btn .btn:before, .faq-accordion .section-center-btn .btn:hover:before {transition: all .4s ease-in-out;}
.CTA_box h4 {font-size: 28px;margin-bottom: 20px;font-weight: 600;line-height: 38px;}
.CTA_box .btn.room-availability-btn {background-color: #4e27b1;border: 0;border-radius: 50px;color: #fff;font-size: 24px;line-height: 20px;overflow: hidden;padding: 15px 30px;position: relative;transition: all .6s ease-in-out;z-index: 1;font-weight: 500;}
@media (max-width:767px){
  h2.heading {font-size: 26px;}
  .wedding-dates-box {padding: 30px 20px 70px;}
  .wedding-dates-box h2 {font-size: 28px;}
  .faqs-section {padding: 0 0 30px 0;}
  .faq-wrap {padding: 20px;}
  .faq-accordion {padding: 5px 15px 25px;}
  .faq-accordion .accordion-button {font-size: 16px;padding: 15px 0;text-wrap: wrap;line-height: 25px;}
  .item .slider-content figure {height: 70px;margin-right: 10px !important;padding: 10px;width: 70px;}
  .item .slider-content h3 {font-size: 20px;}
  .item .slider-content p {font-size: 18px;}
}
.hotel_palace_name ul {display: flex;flex-wrap: wrap;margin: 10px -8px;padding: 0;}
.hotel_palace_name ul li {list-style: none;margin-right: 15px;}
.hotel_palace_name ul img {margin-right: 8px;width: 30px;}
.hotel_palace_name ul span {color: #404040;font-size: 16px;font-weight: 500;}

@media(max-width:991px){.hotel_palace_name ul li {width: auto;}}
hr {padding-bottom: 40px;}
.wedding-dates-block:not(:last-child) {margin-bottom: 40px;}
.wedding-dates-block h3 {color: #000;margin-bottom: 15px;font-weight: bold;}
.wedding-dates-block figure {border-radius: 10px;margin-bottom: 30px;overflow: hidden;}
.wedding-dates-text {margin-bottom: 15px;}
.wedding-dates-block p {font-size: 20px;letter-spacing: .48px;line-height: 1.5;padding-bottom: 15px;}
.wedding-dates-sidebar {background-color: #f9f8fd;border-radius: 6px;padding: 30px;}
.wedding-dates-sidebar h2 {color: #000;font-weight: 600;margin-bottom: 20px;pointer-events: none;}
.wedding-dates-year:not(:last-child) {
    /* border-bottom: 1px solid hsla(240, 4%, 46%, .3); */
    /* margin-bottom: 19px; */
    /* padding-bottom: 24px; */
}
.wedding-dates-sidebar h3 {color: #4e27b1;letter-spacing: .53px;margin-bottom: 10px;font-weight: 600;}
.wedding-dates-year ul {padding: 0;}
.wedding-dates-sidebar ul li {color: #000;font-size: 18px;letter-spacing: .43px;padding-bottom: 10px;padding-left: 20px;position: relative;list-style: none;}
.wedding-dates-sidebar ul li:last-child {padding-bottom: 0;}
.wedding-dates-sidebar ul li:before {background-color: #4e27b1;border-radius: 2px;content: "";height: 11px;left: 0;position: absolute;top: 7px;width: 11px;}
.wedding-dates-sidebar ul li a {color: #000;}

#roomAvailabilityHomeSearch .venue-select-field li {width: 25%;}
@media(max-width:991px){
	#roomAvailabilityHomeSearch .venue-select-field li {width: 100%;}
}
@media(max-width:1199px){
	.search-venueDetails-section .venue-select-field li {padding-right: 20px;}
	.search-venueDetails-section .venue-select-field li .inner-wrap {padding-right: 20px;}
	.sm-col-100 {width: 95% !important;}
}