@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Poppins', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* font-family: "Inter", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Raleway", sans-serif; */
.btn-style-6 {
  color: #fff;
  border: 0px;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
  background-color: #9D261E;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-style-6:hover {
  background-color: #2f2556;
  color: #fff;
  text-decoration: none;
}
.btn-style-7 {
  color: #fff;
  border: 0px;
  border-radius: 6px;
  padding: 8px 20px;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
  background-color: #A56460;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-style-7:hover {
  background-color: #2f2556;
  color: #fff;
  text-decoration: none;
}
.btn-style-8 {
  color: #fff;
  border: 0px;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
  background-color: #505050;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-style-8:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.login-main-div {
  position: relative;
  padding: 100px 0;
  z-index: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-main-div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1
}
.login-main-bg {
  background-image: url("../images/login-main-bg.webp");
}
.login-form-main {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
}
.login-form-main .title {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 10px;
}
.login-form-main input[type=text], .login-form-main input[type=password] {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 14px;
  height: 50px;
}
.login-form-main input[type=text]::placeholder {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 14px;
}
.login-form-main .input-div {
  position: relative;
}
.login-form-main .input-div i {
  position: absolute;
  right: 15px;
  top: 18px;
  color: #fff;
  font-size: 14px;
}
.login-form-main .text {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.login-form-main .text a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.login-btn {
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 22px;
  height: 50px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  display: inline-block;
  background-color: #a56460;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
}
.login-btn:hover {
  background-color: #c87c77;
  color: #fff;
  text-decoration: none
}
.login-btn:focus {
  background-color: #c87c77;
  color: #fff;
  text-decoration: none
}
.login-with-google-btn {
  color: #000;
  border: 0;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 22px;
  height: 50px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  display: inline-block;
  background-color: #fff;
}
.dashboard-main {
  background-color: #f8f9fb;
}
.dashboard-left-sidebar {
  background-color: #a56460;
  /*height: 100vh;*/
}
.dashboard-sidebar-links {
  padding: 15px 15px 15px 0px;
}
.dashboard-sidebar-links a.sidebar-link {
  width: 100%;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-weight: 600;
  padding: 8px 10px;
  font-size: 14px;
}
.dashboard-sidebar-links a.sidebar-link.active {
  background-color: #fff;
  color: #A56460;
  border-radius: 6px;
}
.dashboard-sidebar-links a.sidebar-link:hover {
  color: #000;
}
.dashboard-sidebar-links .icon {
  margin-right: 6px;
}
.dashboard-sidebar-sub-links .card-body {
  padding: 10px;
  border: 0px;
}
.dashboard-sidebar-sub-links a {
  width: 100%;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-weight: 600;
  padding: 0px 0 4px 0;
  font-size: 13px;
}
.dashboard-sidebar-sub-links a i {
  margin-right: 6px;
}
.dashboard-sidebar-sub-links a:last-child {
  padding: 0px 0 0px 0;
}
.dashboard-sidebar-sub-link-text {
  position: relative;
  z-index: 0;
}
.dashboard-sidebar-sub-link-text[aria-expanded="false"]:after {
  position: absolute;
  content: "\f078";
  top: 8px;
  right: 0px;
  z-index: -1;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}
.dashboard-sidebar-sub-link-text[aria-expanded="true"]:after {
  position: absolute;
  content: "\f077";
  top: 8px;
  right: 0px;
  z-index: -1;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}
.dashboard-right-div {
  padding: 30px;
}
.dashboard-content-div {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
}
.dashboard-content-div-title {
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  background-color: #A56460;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 28px;
}
.dashboard-content-div-title2 {
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  background-color: #9D261E;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
.dashboard-content-div-title3 {
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  background-color: #A56460;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
.report-filter-select {
  width: 300px;
}
.performance-reports-div {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 30px;
}
.eventguru-stats-title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 18px;
}
.profile-completed-sidebarmain {
  background-color: #fff;
  border-radius: 6px;
}
.profile-completed-sidebarmain h3 {
  font-size: 16px;
  color: #9D261E;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
  padding-top: 16px;
  margin-bottom: 10px;
}
.profile-completed-sidebar {
  text-align: center;
}
.profile-completed-sidebar-body {
  padding: 15px;
}
.profile-completed-sidebar .circle-chart__percent {
  fill: #1a5cbe;
  font-weight: 600;
  font-size: 9px;
  background-color: #000;
}
.profile-completed-sidebar .success-stroke {
  stroke: #f2c94c;
  stroke-linecap: round;
}
.profile-completed-sidebar .circle-chart__background {
  stroke: #e4f2ff;
  stroke-width: 1;
  fill: #f5f5f5;
}
.profile-completed-sidebar .circle-chart {
  fill: #f5f5f5;
}
.sidebar-profile-link {
  padding: 10px 40px 10px 40px;
}
.sidebar-profile-link li {
  margin: 0px;
  padding-bottom: 8px;
}
.sidebar-profile-link li:last-child {
  padding-bottom: 0px;
}
.sidebar-profile-link li a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.sidebar-profile-link li a i {
  color: #c1c1c1;
  margin-right: 6px;
}
.sidebar-profile-link li.complete a i {
  color: #07a603;
}
.sidebar-features {
  background-color: #A56460;
  border: 1px solid #F59F9F;
}
.sidebar-features .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 10px 0px;
  margin-bottom: 0px;
}
.sidebar-features ul {
  margin: 10px 15px;
}
.sidebar-features ul li {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  margin: 0px 0px 10px 0px;
  position: relative;
  padding-left: 16px;
}
.sidebar-features ul li:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: 0px;
  top: 9px;
  z-index: 0;
  background-color: #fff;
}
.sidebar-map-box iframe {
  width: 100%;
  height: 180px;
  border: 0px;
}
.venue-detail-main-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 32px;
  color: #A56460;
}
.venue-detail-main-title small {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 20px;
}
.request-quote-btn {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #A56460;
  border-radius: 6px;
  padding: 10px 15px;
}
.request-quote-btn:hover {
  color: #fff;
  background-color: #8E524E;
}
.venue-detail-gallery-img {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.venue-detail-gallery-img img {
  border-radius: 6px;
}
.reting-star-main-div {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  background-color: #143894;
  border-radius: 6px;
  border: 1px solid #DBDBDB;
  padding: 6px 10px;
}
.reting-star-main-div .reting-star-des {
  display: flex;
  align-items: center;
}
.reting-star-main-div .reting-star-des .text {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 20px;
  margin-right: 15px;
}
.reting-star-main-div .reting-star-des .reting-number {
  background-color: #FFF500;
  padding: 4px 6px;
  color: #000;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 6px;
}
.reting-star-main-div .reting-star-div .fas.fa-star {
  font-size: 20px;
  color: #FFF500;
}
.reting-star-main-div .reting-star-div {
  margin-top: 6px;
  width: 100%;
  text-align: center;
}
.reting-star-main-div .reting-star-div .far.fa-star {
  font-size: 20px;
  color: #fff;
}
.view-more-photos {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  left: 0px;
  top: 0px;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.venue-detail-hr {
  background-color: #F59F9F;
  opacity: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}
.venue-detail-content-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #A56460;
  margin-bottom: 20px;
}
.attractions-box {
  display: flex;
  text-align: center;
  background-color: #F59F9F;
  border-radius: 6px;
  padding: 25px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 24px;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.venue-detail-content p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 28px;
}
.list-style-1 {
  margin: 0;
}
.list-style-1 li {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  margin: 0px 0px 10px 0px;
  position: relative;
  padding-left: 16px;
}
.list-style-1 li:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: 0px;
  top: 9px;
  z-index: 0;
  background-color: #000;
}
.list-style-2 {
  margin: 0;
}
.list-style-2 li {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  margin: 0px 0px 10px 0px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-style-3 {
  margin: 0;
}
.list-style-3 li {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
  margin: 0px 0px 10px 0px;
  position: relative;
  padding-left: 16px;
}
.list-style-3 li span {
  color: #843F3B;
}
.list-style-3 li:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: 0px;
  top: 9px;
  z-index: 0;
  background-color: #000;
}
.venue-detail-accordion .accordion-item {
  margin-bottom: 10px;
  border: 0;
}
.venue-detail-accordion .accordion-item .accordion-body {
  background-color: #D9D9D9;
  border-radius: 10px;
}
.venue-detail-accordion .accordion-item .accordion-header {
  margin-bottom: 10px;
}
.venue-detail-accordion .accordion-item .accordion-header .accordion-button {
  background-color: #843F3B;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  line-height: 22px;
  border-radius: 10px;
}
.venue-detail-accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: #A56460;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  line-height: 22px;
  border-radius: 10px;
}
.venue-detail-accordion .accordion-item .accordion-header .accordion-button:after {
  color: #fff;
  filter: brightness(0) invert(1);
}
.meeting-room-main-table .table {
  border-color: #843F3B;
}
.meeting-room-main-table .table img {
  width: auto;
  border-radius: 0;
}
.meeting-room-main-table .table .image {
  margin-top: 6px;
  display: inline-block;
  width: 100%;
}
.meeting-room-main-table tr th {
  text-align: center;
  line-height: 20px;
  vertical-align: top;
  border: 1px solid #843F3B;
  background-color: #f6a4a4;
  color: #000;
  font-size: 12px;
  font-weight: 500;
}
.meeting-room-main-table tr th.col-head {
  font-size: 10px;
  line-height: 14px;
}
.meeting-room-main-table tr td {
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  border: 1px solid #843F3B;
  background-color: #fff4f4;
}
.meeting-btn {
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
.meeting-btn[aria-expanded="false"] .fa-plus-square {}
.meeting-btn[aria-expanded="false"] .fa-minus-square {
  display: none;
}
.meeting-btn[aria-expanded="true"] .fa-plus-square {
  display: none;
}
.presidents-ballroom-content .card-body {
  text-align: left;
  border: 0px;
  padding: 10px 15px 15px 8px;
}
.presidents-ballroom-content .card-body .title {
  color: #A56460;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 24px;
}
.presidents-ballroom-content .card-body table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: left;
}
.presidents-ballroom-content .card-body table td {
  text-align: left;
}
.mobile-title {
  display: none;
}
.meeting-spaces-content td {
  padding: 0px;
}
.amenities-title {
  margin-bottom: 10px;
  line-height: 24px;
  background-color: #843F3B;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  padding: 6px 6px 6px 12px;
  display: inline-block;
  width: auto;
}
/* profile tabs main */
.new-profile-tabs-main .nav-tabs {
  border-bottom: 0px;
}
.new-profile-tabs-main .nav-tabs .nav-item .nav-link {
  text-align: center;
  color: #000;
  font-size: 16px;
  padding: 15px 20px;
  font-weight: 500;
  margin-right: 0px;
  display: flex;
  border-bottom: 2px solid #C7C7C7;
}
.new-profile-tabs-main .nav-tabs .nav-item .nav-link:before {
  height: 4px;
  bottom: -3px !important;
  top: auto;
  background-color: #661510;
}
.new-profile-tabs-main .nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0px;
}
.new-profile-tabs-main .nav-tabs .nav-item .nav-link.active, .new-profile-tabs-main .nav-tabs .nav-item .nav-link.active .icon {
  color: #A56460;
}
.new-profile-tabs-main .nav-tabs .nav-item .nav-link:hover {
  background-color: #e5e5e5;
  color: #A56460;
}
.new-profile-tabs-main .nav-tabs .nav-item .nav-link .icon {
  color: #505050;
  font-size: 14px;
  margin-right: 10px;
}
.new-profile-tabs-main .tab-content {
  border: 1px solid #FFD7D7;
  border-radius: 4px;
  padding: 15px;
  background-color: #FDFBFB;
}
.new-profile-tabs-sub .nav-tabs .nav-item .nav-link {
  border: 0px;
  background-color: #fff;
  border-radius: 0px;
  padding: 8px 16px;
  font-weight: 500;
  margin-right: 2px;
  font-size: 16px;
  color: #000;
}
.new-profile-tabs-sub .tab-content {
  border: 0px;
  padding: 0px;
}
.new-profile-tabs-sub .nav-tabs .nav-item .nav-link.active, .new-profile-tabs-sub .nav-tabs .nav-item .nav-link:hover {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a56460+0,9d261e+100 */
  background: linear-gradient(to bottom, rgba(165, 100, 96, 1) 0%, rgba(157, 38, 30, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 6px;
}
.new-profile-tabs-sub .nav-tabs .nav-item .nav-link:before {
  display: none;
}
.profile-photo-main {
  background-image: url("../images/profile-photo-main-bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 6px;
  padding: 15px;
}
.profile-photo-box {
  display: flex;
  align-items: center;
}
.profile-photo-box .image {
  position: relative;
  margin-bottom: 20px;
}
.profile-photo-box .image img {
  border-radius: 100%;
  border: 3px solid #fff;
  margin-right: 15px;
}
.profile-photo-box .title {
  margin-bottom: 0px;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.profile-photo-box .small-title {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
}
.upload-icon {
  position: absolute;
  right: 35px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  background-color: #1A5CBE;
  border-radius: 100%;
  border: 2px solid #fff;
}
.upload-icon:hover {
  color: #fff;
}
.profile-contact-div li {
  margin: 0px;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  line-height: 21px;
  padding-bottom: 12px;
}
.profile-contact-div li:last-child {
  padding-bottom: 0px;
}
.profile-contact-div li i {
  width: 26px;
}
.new-profile-tabs-sub .nav-tabs {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.new-edit-profile-form .new-form-label {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #000;
}
.new-edit-profile-form .form-control {
  border-radius: 6px;
}
.new-edit-profile-form .form-select {
  height: 50px;
  border-radius: 6px;
}
.dashboard-box-head-style1 {
  border-radius: 6px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.dashboard-box-head-style1 .icon {
  position: absolute;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  border-radius: 6px;
  left: 15px;
  top: -15px;
  color: #fff;
  font-size: 20px;
}
.dashboard-box-head-style1 hr {
  margin: 6px 0px;
  background-color: rgba(0, 0, 0, 0.2);
}
.dashboard-box-head-style1 .dashboard-box-head-title-main {
  text-align: right;
  padding-right: 15px;
  padding-top: 12px;
}
.dashboard-box-head-style1 .dashboard-box-head-title-main .title {
  font-size: 14px;
  font-weight: 700;
  color: #28282A;
  line-height: 19px;
  margin-bottom: 2px;
}
.dashboard-box-head-style1 .dashboard-box-head-title-main .title-number {
  font-size: 24px;
  font-weight: 700;
  color: #344767;
  line-height: 32px;
  margin-bottom: 2px;
}
.dashboard-box-head-style1 .dashboard-box-head-text {
  font-size: 16px;
  font-weight: 300;
  color: #344767;
  line-height: 22px;
  padding: 8px 0px 14px 14px;
}
.dashboard-box-head-style1 .dashboard-box-head-text span {
  color: #4CAF50;
  font-size: 16px;
  font-weight: 700;
}
.gradient-style1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3e3d45+0,202020+100 */
  background: linear-gradient(to bottom, rgba(62, 61, 69, 1) 0%, rgba(32, 32, 32, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.gradient-style2 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e93b77+0,da1f63+100 */
  background: linear-gradient(to bottom, rgba(233, 59, 119, 1) 0%, rgba(218, 31, 99, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.gradient-style3 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#63b967+0,4ba64f+100 */
  background: linear-gradient(to bottom, rgba(99, 185, 103, 1) 0%, rgba(75, 166, 79, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.gradient-style4 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#439dee+0,1e78e9+100 */
  background: linear-gradient(to bottom, rgba(67, 157, 238, 1) 0%, rgba(30, 120, 233, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.dashboard-box-head-style2 {
  border-radius: 6px;
  padding-top: 150px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.dashboard-box-head-style2 .chart-div {
  position: absolute;
  width: 92%;
  height: 160px;
  text-align: center;
  line-height: 64px;
  border-radius: 6px;
  left: 0px;
  top: -15px;
  color: #fff;
  right: 0px;
  margin: auto;
  font-size: 20px;
  padding: 6px;
}
.dashboard-box-head-style2 hr {
  margin: 6px 0px;
  background-color: rgba(0, 0, 0, 0.2);
}
.dashboard-box-head-style2 .dashboard-box-head-title-main {
  padding-left: 15px;
  padding-top: 12px;
}
.dashboard-box-head-style2 .dashboard-box-head-title-main .title {
  font-size: 16px;
  font-weight: 700;
  color: #344767;
  line-height: 19px;
  margin-bottom: 2px;
}
.dashboard-box-head-style2 .dashboard-box-head-title-main .title-number {
  font-size: 14px;
  font-weight: 400;
  color: #7B809A;
  line-height: 20px;
  margin-bottom: 2px;
}
.dashboard-box-head-style2 .dashboard-box-head-text {
  font-size: 14px;
  font-weight: 400;
  color: #7B809A;
  line-height: 20px;
  padding: 8px 0px 14px 14px;
}
.dashboard-box-head-style3 {
  border-radius: 6px;
  padding: 15px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.dashboard-box-head-style3-title {
  font-size: 16px;
  font-weight: 700;
  color: #344767;
  line-height: 22px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.billing-box {
  background-color: #F8F9FA;
  padding: 15px;
  border-radius: 6px;
}
.billing-box .billing-box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.billing-box .billing-box-title .title-text {
  font-size: 14px;
  font-weight: 700;
  color: #344767;
  line-height: 22px;
}
.billing-box .billing-box-title .title-btn-div .delete-btn {
  color: #F44334;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}
.billing-box .billing-box-title .title-btn-div .edit-btn {
  color: #344767;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}
.sidebar-my-event-box {
  margin-bottom: 20px;
}
.sidebar-my-event-box:last-child {
  margin-bottom: 0px;
}
.sidebar-my-event-box .sidebar-my-event-box-info {
  display: flex;
  align-items: center;
}
.sidebar-my-event-box .image {
  margin-right: 10px;
}
.sidebar-my-event-box .image img {
  border-radius: 8px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}
.sidebar-my-event-box .sidebar-my-event-box-title {
  font-size: 14px;
  font-weight: 700;
  color: #344767;
  line-height: 20px;
}
.sidebar-my-event-box .sidebar-my-event-box-small-title {
  font-size: 12px;
  font-weight: 400;
  color: #7B809A;
  line-height: 18px;
}
.view-btn {
  font-size: 16px;
  font-weight: 700;
  color: #E91F63;
  line-height: 18px;
}
.sidebar-invoice-box {
  margin-bottom: 20px;
}
.sidebar-invoice-box:last-child {
  margin-bottom: 0px;
}
.sidebar-invoice-box .sidebar-invoice-box-title {
  font-size: 14px;
  font-weight: 700;
  color: #344767;
  line-height: 20px;
}
.sidebar-invoice-box .sidebar-invoice-box-title a {
  color: #344767;
}
.sidebar-invoice-box .sidebar-invoice-box-small-title {
  font-size: 12px;
  font-weight: 400;
  color: #7B809A;
  line-height: 18px;
}
.sidebar-invoice-box .sidebar-invoice-box-small-title a {
  color: #7B809A;
}
.sidebar-invoice-box .sidebar-invoice-box-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sidebar-invoice-box .sidebar-invoice-box-right .sidebar-invoice-price {
  font-size: 14px;
  font-weight: 400;
  color: #7B809A;
  line-height: 20px;
}
.sidebar-invoice-box .sidebar-invoice-box-right .sidebar-pdf-link-div {
  margin-left: 10px;
}
.sidebar-invoice-box .sidebar-invoice-box-right .pdf-link {
  font-size: 14px;
  font-weight: 700;
  color: #344767;
  line-height: 20px;
}
.sidebar-view-all-btn {
  font-size: 12px;
  font-weight: 700;
  color: #E91F63;
  line-height: 18px;
  display: inline-block;
  border: 1px solid #E91F63;
  border-radius: 8px;
  padding: 6px 10px;
}
.maximum-file-size {
  position: absolute;
  color: #fff;
  font-size: 11px;
  bottom: -26px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.team-members-list-table table tr td, .team-members-list-table table tr th {
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 18px;
}
.team-members-list-table table tr th {
  font-size: 14px;
  text-align: center;
  background-color: #A56460;
  color: #fff !important;
}
.team-members-list-table table tr td {
  font-size: 14px;
  font-weight: 500;
}
.team-members-list-table table tr td.team-About {
  font-weight: 400;
}
.team-members-list-table table tr td .table-member-image {
  width: 26px;
  height: 26px;
  overflow: hidden;
  border-radius: 100%;
}
.team-members-list-table table tr td.table-member-btn .fa-edit {
  color: #1A5CBE;
  font-size: 16px;
  display: inline-block;
}
.team-members-list-table table tr td.table-member-btn .fa-trash-alt {
  color: #E81A1A;
  font-size: 16px;
  margin-left: 10px;
  display: inline-block;
}
.team-members-list-table table tr td .mobile-title {
  display: none;
}
.pagination-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pagination-main .form-control {
  width: 100px;
  margin: 0px 10px;
  border: 1px solid #9D261E;
  height: 40px;
  font-weight: 700;
  color: #000;
}
.pagination-main .pagination-text {
  font-size: 17px;
  font-weight: 500;
  color: #9D261E;
}
.event-spaces-tabs-main {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.event-spaces-tabs-main .tab-content {
  margin-top: 0px;
  padding: 15px;
}
.event-spaces-tabs-main .nav-tabs {
  background-color: #fff;
  border-radius: 0px;
  border: 0px;
  padding: 0px;
}
.event-spaces-tabs-main .nav-tabs .nav-link {
  justify-content: center;
}
.event-spaces-tabs-main .nav-tabs .nav-item .nav-link.active {
  background-color: #744543;
  background-image: none;
  color: #fff;
}
.event-spaces-tabs-main .nav-tabs .nav-item .nav-link {
  background-color: #FFE5E4;
}
.event-spaces-tabs-main .nav-tabs .nav-item .nav-link:hover {
  background-color: #744543;
  background-image: none;
}
.event-space-amenities .form-check {
  line-height: 20px;
}
.event-space-amenities .form-check .form-check-label {
  margin-bottom: 0px;
}
.event-space-amenities .form-check .form-check-input {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  margin-top: 0px;
  background-color: #D9D9D9;
}
.event-space-amenities .form-check .form-check-input:checked {
  background-color: #A56460;
  border-color: #A56460;
}
.profile-gallery-box {
  border: 0px;
}
.profile-gallery-box img {
  border-radius: 6px;
  width: 100%;
}
.my-profile-gallery-main {
  position: relative;
}
.my-profile-gallery-main .add-more-gallery-img {
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 5;
  display: inline-block;
}
.my-profile-gallery-main .add-more-gallery-img .text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  background-color: #9D261E;
  padding: 8px 10px;
  border-radius: 6px;
  margin-right: 12px;
  position: relative;
}
.my-profile-gallery-main .add-more-gallery-img .text:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #9D261E;
  transform: rotate(45deg) translateY(-50%);
  right: -1px;
  top: 50%;
}
.my-profile-gallery-main .add-more-gallery-img .icon {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #9D261E;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
}
.my-current-plan-main-div {
  background-color: #FFF4F4;
  border-radius: 10px;
  padding: 15px;
}
.my-current-plan-text {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 28px;
}
.change-plan-btn {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  background-color: #9D261E;
  padding: 6px 12px;
  border-radius: 6px;
}
.my-subscription-plan-box {
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 15px;
  height: 100%;
  flex-direction: column !important;
  display: flex;
  position: relative;
}
.my-subscription-plan-box .subscription-most-popular {
  background-color: #FF2869;
  padding: 6px 12px 14px 12px;
  border-radius: 10px 10px 0px 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  position: absolute;
  left: 0;
  top: -39px;
  z-index: -1;
  text-align: center;
}
.my-subscription-plan-box .my-subscription-plan-header {
  margin-bottom: 20px;
}
.my-subscription-plan-box .my-subscription-plan-price-div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.my-subscription-plan-box .my-subscription-plan-price-div .price {
  font-size: 30px;
  color: #18181B;
  font-weight: 700;
  line-height: 36px;
}
.my-subscription-plan-box .my-subscription-plan-price-div .small-price {
  font-size: 12px;
  color: #18181B;
  font-weight: 40;
  line-height: 20px;
  margin-left: 6px;
}
.my-subscription-plan-box .my-subscription-plan-header .title {
  font-size: 20px;
  color: #18181B;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 20px;
}
.my-subscription-plan-box .my-subscription-plan-header .small-title {
  font-size: 14px;
  color: #18181B;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 20px;
}
.my-subscription-plan-box .my-subscription-plan-des .title {
  font-size: 16px;
  color: #18181B;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 20px;
}
.my-subscription-plan-box .my-subscription-plan-des ul li {
  margin: 0px 0px 14px 0px;
  font-size: 13px;
  color: #18181B;
  line-height: 20px;
  font-weight: 500;
}
.my-subscription-plan-box .my-subscription-plan-des ul li i {
  margin-right: 6px;
}
.my-subscription-plan-box .get-started-div {
  text-align: center;
  margin-top: auto;
}
.my-subscription-plan-box .get-started-div .get-started-btn {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  background-color: #9D261E;
  padding: 8px 12px;
  border-radius: 6px;
}
.my-subscription-plan-box.active {
  background-color: #A33838;
}
.my-subscription-plan-box.active .my-subscription-plan-header .title, .my-subscription-plan-box.active .my-subscription-plan-header .small-title, .my-subscription-plan-box.active .my-subscription-plan-price-div .price, .my-subscription-plan-box.active .my-subscription-plan-price-div .small-price, .my-subscription-plan-box.active .my-subscription-plan-des .title, .my-subscription-plan-box.active .my-subscription-plan-des ul li {
  color: #fff;
}
.my-subscription-plan-box.active .get-started-div .get-started-btn {
  background-color: #FFFFFF;
  color: #000;
}
.my-subscription-plan-box .get-started-div .subscription-active-btn {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  background-color: #FAFF00;
  padding: 8px 25px;
  border-radius: 15px;
}
.subscription-cycles-table table tr td, .team-members-list-table table tr th {
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 18px;
}
.subscription-cycles-table table tr th {
  font-size: 16px;
  text-align: center;
  background-color: #A56460;
  color: #fff !important;
}
.subscription-cycles-table table tr td {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.subscription-cycles-table table tr td .mobile-title {
  display: none;
}
.subscription-cycles-active {
  display: inline-block;
  background-color: #07A603;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  border: 0px;
}
.subscription-cycles-cancelled {
  display: inline-block;
  background-color: #E94035;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  border: 0px;
}
.wallet-balance-searchdiv {
  position: relative;
}
.wallet-balance-searchdiv input.form-control {
  border: 1px solid #9D261E;
  height: 40px;
}
.wallet-balance-searchdiv button {
  position: absolute;
  top: 50%;
  right: 8px;
  border: 0px;
  background-color: transparent;
  color: #9D261E;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  transform: translateY(-50%);
}
.pending-inquirie-box {
  border: 1px solid #FFE5E4;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.pending-inquirie-box .pending-inquirie-box-header {
  background-color: #9D261E;
  padding: 20px 15px;
  border-radius: 10px 10px 0px 0px;
}
.pending-inquirie-box .pending-inquirie-box-header .pending-inquirie-image-thumb img {
  border: 2px solid #fff;
  border-radius: 100%;
}
.pending-inquirie-box .pending-inquirie-box-header .pending-inquirie-box-header-des .title {
  font-size: 18px;
  margin: 0px 0px 6px 0px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
}
.pending-inquirie-box .pending-inquirie-box-header .pending-inquirie-box-header-des .pending-inquirie-box-header-des-active-div {
  font-size: 12px;
  margin: 0px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  display: inline-block;
  background-color: #000;
  border-radius: 20px;
  padding: 6px 12px;
}
.pending-inquirie-box .pending-inquirie-box-header .pending-inquirie-box-header-des .pending-inquirie-box-header-des-active-div i {
  font-size: 8px;
  margin-right: 4px;
}
.pending-inquirie-box .cost-date-div {
  background-color: #FFD7D7;
  padding: 6px 10px;
  display: flex;
}
.pending-inquirie-box .cost-date-div span {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  color: #9D261E;
  text-align: center;
  font-weight: 500;
  position: relative;
}
.pending-inquirie-box .cost-date-div span:last-child:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #9D261E;
}
.pending-inquirie-box .pending-inquirie-box-des {
  padding: 15px;
}
.pending-inquirie-box .pending-inquirie-box-des .pending-inquirie-box-des-div {
  display: flex;
}
.pending-inquirie-box .pending-inquirie-box-des .pending-inquirie-box-des-div .pending-inquirie-box-des-div-left {
  width: 175px;
}
.pending-inquirie-box .pending-inquirie-box-des .pending-inquirie-box-des-div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.pending-inquirie-box .pending-inquirie-box-des .pending-inquirie-box-des-div:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.pending-inquirie-box .pending-inquirie-box-des .pending-inquirie-box-des-div .title {
  font-size: 15px;
  margin: 0px 0px 2px 0px;
  font-weight: 500;
  color: #9D261E;
  line-height: 22px;
}
.pending-inquirie-box .pending-inquirie-box-des .pending-inquirie-box-des-div .small-title {
  font-size: 14px;
  margin: 0px 0px 0px 0px;
  font-weight: 400;
  color: #000;
  line-height: 18px;
}
.pending-inquirie-box .pending-inquirie-box-footer-div {
  padding: 0px 15px 15px 15px;
  text-align: center;
}
.pending-inquirie-box .pending-inquirie-box-footer-div .accept {
  font-size: 15px;
  margin: 0px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  display: inline-block;
  background-color: #07A603;
  border-radius: 6px;
  padding: 8px 18px;
}
.pending-inquirie-box .pending-inquirie-box-footer-div .reject {
  font-size: 15px;
  margin: 0px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  display: inline-block;
  background-color: #E81A1A;
  border-radius: 6px;
  padding: 8px 18px;
}
.notifications-card-main .text-des {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.notifications-card-main .card-header {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.notifications-card-main ul li {
  margin-top: 0px;
  padding: 15px 15px 6px 15px;
}
.notifications-card-main ul li:nth-of-type(even) {
  background-color: #FFE5E4;
}
.notifications-card-main ul li:nth-of-type(odd) {
  background-color: #fff;
}
.my-event-box {
  border: 1px solid #FFE5E4;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.my-event-box .my-event-box-header {
  background-color: #9D261E;
  padding: 20px 15px;
  border-radius: 10px 10px 0px 0px;
}
.my-event-box .my-event-box-header .my-event-box-image-thumb img {
  border: 2px solid #fff;
  border-radius: 100%;
}
.my-event-box .my-event-box-header .my-event-box-header-des .title {
  font-size: 18px;
  margin: 0px 0px 6px 0px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
}
.my-event-box .my-event-box-header .my-event-box-header-des .my-event-box-header-des-location-div {
  font-size: 12px;
  margin: 0px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  display: inline-block;
}
.my-event-box .cost-date-div {
  background-color: #FFD7D7;
  padding: 6px 10px;
  width: 100%;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  color: #9D261E;
  text-align: center;
  font-weight: 500;
  position: relative;
}
.my-event-box .my-event-box-des {
  padding: 15px;
}
.my-event-box .my-event-box-des .my-event-box-des-div {
  display: flex;
}
.my-event-box .my-event-box-des .my-event-box-des-div .my-event-box-des-div-left {
  width: 175px;
}
.my-event-box .my-event-box-des .my-event-box-des-div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.my-event-box .my-event-box-des .my-event-box-des-div:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.my-event-box .my-event-box-des .my-event-box-des-div .title {
  font-size: 15px;
  margin: 0px 0px 2px 0px;
  font-weight: 500;
  color: #9D261E;
  line-height: 22px;
}
.my-event-box .my-event-box-des .my-event-box-des-div .small-title {
  font-size: 14px;
  margin: 0px 0px 0px 0px;
  font-weight: 400;
  color: #000;
  line-height: 18px;
}
.my-event-box .my-event-box-footer-div {
  padding: 0px 15px 15px 15px;
  text-align: center;
}
.my-event-box .my-event-box-footer-div .edit {
  font-size: 15px;
  margin: 0px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  display: inline-block;
  background-color: #1A5CBE;
  border-radius: 6px;
  padding: 8px 18px;
}
.my-event-box .my-event-box-footer-div .delete {
  font-size: 15px;
  margin: 0px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  display: inline-block;
  background-color: #000;
  border-radius: 6px;
  padding: 8px 18px;
}
.my-event-main-box {
  position: relative;
}
.my-event-main-box .add-more-event-img {
  position: absolute;
  bottom: -20px;
  right: 10px;
  z-index: 5;
  display: inline-block;
}
.my-event-main-box .add-more-event-img .text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  background-color: #9D261E;
  padding: 8px 10px;
  border-radius: 6px;
  margin-right: 12px;
  position: relative;
}
.my-event-main-box .add-more-event-img .text:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #9D261E;
  transform: rotate(45deg) translateY(-50%);
  right: -1px;
  top: 50%;
}
.my-event-main-box .add-more-event-img .icon {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #9D261E;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  display: inline-block;
}
.my-event-review-box {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #9D261E;
  padding: 15px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}
.my-event-review-box .my-event-review-box-header .my-event-review-box-image-thumb img {
  border-radius: 100%;
}
.my-event-review-box .my-event-review-box-header .my-event-review-box-des .title {
  font-size: 22px;
  margin: 0px 0px 6px 0px;
  font-weight: 500;
  color: #9D261E;
  line-height: 28px;
}
.my-event-review-box .my-event-review-box-header .my-event-review-box-des .my-event-review-box-small-title {
  font-size: 18px;
  margin: 0px 0px 6px 0px;
  font-weight: 500;
  color: #000;
  line-height: 22px;
}
.my-event-review-box .my-event-review-box-header .my-event-review-box-header-right {
  text-align: right;
}
.my-event-review-box .my-event-review-box-header .my-event-review-box-header-right .my-event-review-box-header-star-main {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  margin-bottom: 2px;
}
.my-event-review-box .my-event-review-box-header .my-event-review-box-header-right .my-event-review-box-header-star-div .fas.fa-star {
  color: #FFE500;
}
.my-event-review-box .my-event-review-box-header .my-event-review-box-header-right .my-event-review-box-header-star-div .far.fa-star {
  color: #D9D9D9;
}
.my-event-review-box .my-event-review-box-header .my-event-review-box-header-right .my-event-review-box-header-smail-div {
  color: #0F974E;
  font-size: 14px;
  margin-left: 6px;
}
.my-event-review-box .my-event-review-box-header .my-event-review-box-header-right .my-event-review-box-header-hours {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  margin-bottom: 6px;
}
.my-event-review-box .my-event-review-box-header .my-event-review-box-header-right .my-event-review-box-header-hours i {
  color: #9D261E;
}
.my-event-review-box .my-event-review-box-header .my-event-review-box-header-right .my-event-review-box-header-addcomments a {
  display: inline-block;
  background-color: #A56460;
  font-size: 10px;
  line-height: 16px;
  padding: 4px 10px;
  border-radius: 15px;
  color: #fff;
}
.my-event-review-box hr {
  margin: 16px 0px 12px 0px;
  border-color: rgba(0, 0, 0, 0.4);
}
.my-event-review-box .my-event-review-box-des {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
}
.my-pending-inquirie-accept-modal .modal-title {
  color: #9D261E;
  font-size: 30px;
  text-align: center;
  width: 100%;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.my-pending-inquirie-accept-modal .modal-body {
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 600;
}
.my-pending-inquirie-accept-modal .modal-body .price {
  color: #9D261E;
}
.journey-with-eVentGuru-main {
  border: 1px solid #A56460;
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  background-color: rgba(165, 100, 96, 0.2);
}
.journeytitle-1 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.journeytitle-2 {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 32px;
  font-weight: 900;
  color: #9D261E;
  margin-bottom: 10px;
  text-decoration: underline;
}
.journeytitle-3 {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
}
.invitation-dashboard-welcome-text {
  background-color: #FFCBC8;
  padding: 15px;
  font-size: 18px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.invitation-dashboard-welcome-text span {
  font-weight: 600;
  color: #9D261E;
}
.recently-added-cards-co-text {
  font-weight: 400;
  color: #9D261E;
  font-size: 16px;
}
.recently-added-card-box .title {
  background-color: #9D261E;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.recently-added-card-box .title a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.my-coin-balance-tabs .nav-tabs {
  border: 1px solid #DCDCDC;
  padding: 10px;
  border-radius: 6px;
}
.my-coin-balance-tabs .nav-tabs .nav-link {
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 16px;
  color: #000;
}
.my-coin-balance-tabs .nav-tabs .nav-link.active {
  color: #fff;
  border-bottom: 0px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a56460+0,9d261e+100 */
  background: linear-gradient(to bottom, rgba(165, 100, 96, 1) 0%, rgba(157, 38, 30, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.my-coin-balance-tabs .nav-tabs .nav-link.active:before {
  display: none;
}
.coin-balance-div {
  background-color: #9D261E;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  padding: 15px;
  border-radius: 6px;
}
.purchase-coin-div {
  background-color: #A56460;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  padding: 15px;
  border-radius: 6px;
}
.purchase-history-table {
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #DCDCDC;
  margin-bottom: 15px;
}
.purchase-history-table table {
  margin-bottom: 0px;
}
.purchase-history-table table tr th {
  background-color: #A56460;
  color: #fff;
  border-top: 0px;
  line-height: 22px;
}
.purchase-mobile-title {
  display: none;
}
.my-draft-box {
  background-color: #FFF1EE;
  border: 1px solid #A56460;
  border-radius: 6px;
  padding: 15px;
  position: relative;
}
.my-draft-box .my-draft-image img {
  border: 1px solid #A56460;
  border-radius: 6px;
}
.my-draft-box .my-draft-box-des .my-draft-box-title {
  font-size: 24px;
  font-weight: 600;
  color: #9D261E;
  line-height: 30px;
  margin-bottom: 4px;
}
.my-draft-box .my-draft-box-des .modified-date {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  line-height: 18px;
}
.my-draft-box .my-draft-box-des .my-draft-box-des-text {
  border-top: 1px solid #9D261E;
  border-bottom: 1px solid #9D261E;
  margin: 10px 0px;
  width: 100%;
  display: inline-block;
}
.my-draft-box .my-draft-box-des .my-draft-box-des-text .my-draft-box-des-text-box {
  width: 49%;
  display: inline-block;
}
.my-draft-box .my-draft-box-des .my-draft-box-des-text .my-draft-box-des-text-box span {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  line-height: 18px;
}
.my-draft-box .my-draft-box-des .used-coin {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  line-height: 18px;
}
.my-draft-box .manage {
  display: inline-block;
  background-color: #A56460;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 6px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.my-draft-box .manage:hover {
  background-color: #7B3E3A;
  color: #fff;
}
.invitation-my-event-text .invitation-my-event-text-title {
  font-size: 60px;
  color: #000;
  line-height: 60px;
  font-weight: 600;
}
.invitation-my-event-text p {
  font-size: 32px;
  color: #000;
  line-height: 40px;
  font-weight: 400;
}
.trending-ideas-main-div {
  position: relative;
}
.trending-ideas-main-div-center {
  position: relative;
  z-index: 2;
}
.trending-idea-flower-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.trending-idea-flower-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}
.trending-ideas-main-bg {
  background-image: url("../images/trending-ideas-main-bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.search-ideas-sidebar-title {
  font-family: trajan pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 6px;
  line-height: 28px;
}
.trending-idea-sidebar-search .form-control {
  border-color: #CCCCCC;
}
.trending-idea-sidebar-search button {
  border-color: #A56460;
  background-color: #A56460;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
.popular-categories-sidebar {
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  padding: 15px;
  background-color: #fff;
}
.popular-categorie-title {
  font-family: trajan pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
  background-color: #A56460;
  border-radius: 6px;
  padding: 10px 15px 8px 15px;
}
.popular-categories-sidebar ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 8px;
}
.popular-categories-sidebar ul li a:hover, .popular-categories-sidebar ul li.active a {
  color: #A56460;
}
.popular-categories-sidebar ul li:last-child a {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.popular-categories-sidebar ul li a i {
  color: #AAAAAA;
}
.search-ideas-title {
  font-family: trajan pro, sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  line-height: 40px;
}
.trending-idea-box {
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
}
.trending-idea-box:hover {
  border: 1px solid #A56460;
}
.trending-idea-box-btn {
  background-color: transparent;
  border: 0px;
  padding-top: 0
}
.trending-idea-box .trending-idea-box-image img {
  width: 100%;
}
.trending-idea-box .trending-idea-box-des {
  padding: 15px 15px 10px 15px;
}
.trending-idea-box .trending-idea-box-title {
  font-family: trajan pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 24px;
}
.trending-idea-read-more-btn {
  color: #fff;
  border: 0px;
  border-radius: 6px;
  padding: 8px 20px;
  font-size: 14px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  background-color: #A56460;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.trending-idea-read-more-btn:hover {
  background-color: #2f2556;
  color: #fff;
  text-decoration: none;
}
.search-ideas-detail-title {
  font-family: trajan pro, sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #A56460;
  margin-bottom: 2px;
  text-align: center;
  line-height: 38px;
}
.trending-idea-gallery img {
  width: 100%;
}
.claim-business-main-div {
  background-color: #f5f5f7;
  padding: 40px 0px 30px 0px;
}
.claim-business-sidebar-box {
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
}
.claim-business-sidebar-box .claim-business-sidebar-img {
  width: 80px;
  height: 80px;
  margin: auto;
  border: 2px solid #A56460;
  border-radius: 100%;
  padding: 2px;
  margin-bottom: 10px;
}
.claim-business-sidebar-box .claim-business-sidebar-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
  position: relative;
}
.claim-business-sidebar-box .claim-business-sidebar-name span {
  position: relative;
  padding: 0px 10px;
}
.claim-business-sidebar-box .claim-business-sidebar-name span:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #A56460;
  border-radius: 100%;
}
.claim-business-sidebar-box .claim-business-sidebar-name span:last-child:after {
  display: none;
}
.claim-business-sidebar-box .claim-business-sidebar-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
  padding: 6px 0;
}
.claim-business-sidebar-box .claim-business-sidebar-location {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}
.claim-business-form {
  padding: 25px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
}
.claim-business-form-title {
  font-size: 32px;
  font-weight: 600;
  font-family: trajan pro, sans-serif;
  line-height: 40px;
  color: #000;
  margin-bottom: 15px;
}
.claim-business-form .form-label {
  font-family: 'Montserrat', sans-serif;
}
.claim-business-form .form-label {
  font-family: 'Montserrat', sans-serif;
}
.claim-business-form input[type=file] {
  line-height: 32px;
}
.claim-business-form input[type=file]::file-selector-button {
  background-color: #DDDDDD;
  border-radius: 6px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.request-claim-btn {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  padding: 8px 20px;
  background-color: #148B27;
  font-family: 'Montserrat', sans-serif;
  border: 0px;
}
.request-claim-btn:hover {
  background-color: #0D731E;
}
.decline-claim-btn {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  font-family: 'Montserrat', sans-serif;
}
.thankyou-popup-claim-business-modal .modal-dialog .modal-content {
  padding: 20px;
  text-align: center;
  background-color: #FDEDDB;
}
.thankyou-popup-claim-business-modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
.thankyou-popup-claim-business-modal .modal-dialog .modal-content .thankyou-popup-claim-business-logo {
  margin-bottom: 15px;
}
.thankyou-popup-claim-business-modal .modal-dialog .modal-content .thankyou-popup-claim-business-title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  line-height: 34px;
  margin-bottom: 8px;
  font-family: 'Montserrat', sans-serif;
}
.thankyou-popup-claim-business-modal .modal-dialog .modal-content .thankyou-popup-claim-business-text {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  line-height: 30px;
}
.continue-btn {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  padding: 8px 30px;
  background-color: #A56460;
  font-family: 'Montserrat', sans-serif;
  border: 0px;
}
.continue-btn:hover {
  background-color: #864A47;
}
.event-space-availability-main-div {
  background-color: #f5f5f7;
  padding: 40px 0px 30px 0px;
}
.event-space-availability-shadow-box {
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.27);
}
.event-space-availability-head-title-div {
  padding: 20px;
  margin-bottom: 20px;
}
.event-space-availability-head-title-div .head-title {
  font-family: trajan pro, sans-serif;
  font-size: 27px;
  font-weight: 700;
  color: #A56460;
  line-height: 34px;
}
.event-space-availability-head-title-div .head-title-des {
  font-size: 14px;
  color: #000;
  line-height: 20px;
}
.event-space-availability-box-main {
  padding: 20px;
}
.event-space-availability-box-main-heading {
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.event-space-availability-box-main-heading .event-space-availability-box-slot-available-right {
  display: flex;
  align-items: center;
}
.event-space-availability-box-main-heading .event-space-availability-box-slot-available-right .slot-available-div, .event-space-availability-box-main-heading .event-space-availability-box-slot-available-right .slot-unavailable-div {
  position: relative;
  font-size: 14px;
  color: #000;
  line-height: 20px;
}
.event-space-availability-box-main-heading .event-space-availability-box-slot-available-right .slot-available-div {
  margin-right: 10px;
  padding-left: 22px;
}
.event-space-availability-box-main-heading .event-space-availability-box-slot-available-right .slot-unavailable-div {
  padding-left: 22px;
}
.event-space-availability-box-main-heading .event-space-availability-box-slot-available-right .slot-available-div:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 2px;
  width: 15px;
  height: 15px;
  background-color: #B9E5C1;
  border: 1px solid #CCCCCC;
  border-radius: 100%;
}
.event-space-availability-box-main-heading .event-space-availability-box-slot-available-right .slot-unavailable-div:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 2px;
  width: 15px;
  height: 15px;
  background-color: #E5E5E5;
  border: 1px solid #CCCCCC;
  border-radius: 100%;
}
.event-space-availability-box-main-heading .event-space-availability-box-main-heading-title {
  font-family: trajan pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 32px;
}
.event-space-availability-box-main-heading .event-space-availability-box-main-heading-title {
  font-family: trajan pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 32px;
}
.event-space-availability-main-content-box {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.event-space-availability-main-content-box:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.event-space-availability-main-content-box .event-space-availability-main-content-box-des .event-space-availability-main-content-box-des-title {
  font-family: trajan pro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #A56460;
  line-height: 32px;
  margin-bottom: 6px;
}
.event-space-availability-main-content-box .event-space-availability-main-content-box-des .event-space-availability-main-content-box-des-ul li {
  line-height: 20px;
  padding: 0px 0px 6px 0px;
  margin: 0px;
  font-size: 14px;
}
.event-space-availability-main-content-box .event-space-availability-main-content-box-des .event-space-availability-main-content-box-des-ul li:last-child {
  padding: 0px 0px 0px 0px;
}
.event-space-availability-calendar-main {
  position: relative;
}
.event-space-availability-calendar-main .availability-next-arrow {
  position: absolute;
  right: 0;
  top: 10px;
  width: 10px;
  height: 14px;
  line-height: 14px;
}
.event-space-availability-calendar-main .availability-previous-arrow {
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 14px;
  line-height: 14px;
}
.availability-calendar-box-main {
  text-align: center;
}
.availability-calendar-box-main .availability-calendar-box-day-and-date {
  margin-bottom: 8px;
}
.availability-calendar-box-main .availability-calendar-box-day-and-date .availability-calendar-box-day {
  font-size: 14px;
  color: #000;
  line-height: 20px;
}
.availability-calendar-box-main .availability-calendar-box-day-and-date .availability-calendar-box-date {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  line-height: 20px;
}
.availability-calendar-time-link-box {}
.availability-calendar-time-link {
  background-color: #fff;
  border: 1px solid #CCCCCC;
  display: inline-block;
  width: 100%;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  margin-bottom: 6px;
}
.availability-calendar-time-link:hover {
  color: #000;
}
.availability-calendar-time-link.availability-calendar-time-disabled {
  background-color: #E5E5E5;
  pointer-events: none;
}
.availability-calendar-time-link.availability-calendar-time-available {
  background-color: #B9E5C1;
}
.event-space-availability-pagination .page-item .page-link {
  padding: 10px 20px;
  margin-right: 4px;
}
.event-space-availability-pagination .page-item:last-child .page-link {
  margin-right: 0px;
}
.event-space-availability-pagination .page-item.active .page-link {
  background-color: #212529;
}
.event-calendar-full .fc-scrollgrid-section-header .fc-scroller-harness table.fc-col-header {
  margin-bottom: 0 !important;
}
.event-calendar-full table .fc-scrollgrid-section td .fc-scroller-harness .fc-scroller .fc-h-event {
  background-color: #5867C3;
  border: 0px;
}
.event-calendar-full table .fc-scrollgrid-section td .fc-scroller-harness .fc-scroller {
  overflow: inherit !important;
}
.side-bar-calendar .fc-scrollgrid-section-header .fc-scroller-harness table.fc-col-header {
  margin-bottom: 0px;
}
.side-bar-calendar .fc-scrollgrid-section-header .fc-scroller-harness .fc-scroller {
  overflow: inherit !important;
}
.side-bar-calendar .fc-header-toolbar .fc-toolbar-chunk .fc-today-button {
  display: none !important;
}
.sidebar-booked-events-details-box {
  background-color: #5867C3;
  padding: 8px 12px;
  color: #fff;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-pending-approvals-box {
  background-color: #E94035;
  padding: 8px 12px;
  color: #fff;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-pending-approvals-box:hover, .sidebar-booked-events-details-box:hover {
  color: #fff;
}
.calendar-add-event-btn {
  background-color: #9D261E;
  padding: 6px 14px;
  display: inline-block;
  color: #fff;
  line-height: 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.calendar-add-event-btn:hover {
  background-color: #2f2556;
  color: #fff;
}
.add-event-calendar-modal .modal-header {
  background-color: #A56460;
  padding: 10px 14px;
}
.add-event-calendar-modal .modal-header .modal-title {
  color: #fff;
  font-size: 18px;
}
.add-event-calendar-modal .modal-header .btn-close {
  background-image: none;
  width: 15px;
  height: 15px;
  line-height: 15px;
  color: #fff;
  opacity: 1;
}
.add-event-calendar-modal .modal-body {
  padding: 20px;
}
.add-event-input-box {
  position: relative;
}
.add-event-input-box i {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 12px;
  color: #C0C0C0;
  transform: translateY(-50%);
}
.add-event-calendar-form-add-more {
  font-size: 14px;
  color: #1A5CBE;
  font-weight: 500;
}
.add-event-calendar-form .form-label {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.add-event-calendar-form input {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #000;
}
.back-btn {
  background-color: #A56460;
  padding: 6px 14px;
  display: inline-block;
  color: #fff;
  line-height: 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.back-btn:hover {
  background-color: #2f2556;
  color: #fff;
}
.accept-btn {
  background-color: #07A603;
  padding: 6px 14px;
  display: inline-block;
  color: #fff;
  line-height: 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accept-btn:hover {
  background-color: #058802;
  color: #fff;
}
.reject-btn {
  background-color: #E81A1A;
  padding: 6px 14px;
  display: inline-block;
  color: #fff;
  line-height: 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.reject-btn:hover {
  background-color: #D50D0D;
  color: #fff;
}
.event-has-been-booked-modal .modal-content {
  position: relative;
}
.event-has-been-booked-modal .modal-content .btn-close {
  background-image: none;
  position: absolute;
  top: 0px;
  right: 5px;
  z-index: 15;
  font-size: 16px;
  color: red;
  opacity: 1;
}
.event-has-been-booked-modal .modal-body {
  text-align: center;
  padding: 20px;
}
.event-has-been-booked-icon {
  margin-bottom: 10px;
}
.event-has-been-title1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #000;
  margin-bottom: 10px;
}
.event-has-been-booked-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #07A603;
}
.event-has-been-declined-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #E81A1A;
}
.main-background {
  background-image: url("../images/main-background.webp");
  background-position: center top;
}
/* Wishlist */
.vender-venue-wishlist-btn-div {
  display: flex;
  justify-content: flex-end;
}
.vender-venue-wishlist-btn-div .btn-group {
  border-radius: 6px;
  overflow: hidden;
}
.vender-venue-wishlist-btn {
  background-color: #ecdedd;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #222222;
  font-size: 13px;
  font-weight: 500;
  border: 0px;
  padding: 10px 20px;
}
.vender-venue-wishlist-btn.active {
  background-color: #A56460;
  color: #ffffff;
}
.dashboard-wishlist-box {
  border: 1px solid #D7D7D7;
  position: relative;
  margin-bottom: 20px;
}
.dashboard-wishlist-box-des-div {
  padding: 10px;
}
.dashboard-wishlist-box-title {
  font-family: trajan pro, sans-serif;
  font-size: 27px;
  font-weight: 400;
  color: #000;
  line-height: 32px;
  margin-bottom: 6px;
  padding-right: 30px;
}
.dashboard-wishlist-box-title a {
  color: #000;
  text-decoration: none;
}
.dashboard-wishlist-box-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 22px;
}
.dashboard-wishlist-box-btn-div {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.wishlist-view-details-btn {
  background-color: #A56460;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  border: 0px;
  border-radius: 6px;
  padding: 8px 20px;
  display: inline-block;
  margin: 0px 2px;
}
.wishlist-view-details-btn:hover, .wishlist-view-details-btn:focus {
  background-color: #b36b67;
  color: #ffffff;
}
.wishlist-delete-btn {
  background-color: #DC3545;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  border: 0px;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.wishlist-deleteModal-div .modal-body {
  padding: 15px;
  text-align: center;
}
.wishlist-deleteModal-icon {
  color: #facea9;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 10px;
}
.wishlist-deleteModal-title {
  font-family: trajan pro, sans-serif;
  font-size: 27px;
  font-weight: 400;
  color: #595959;
  line-height: 28px;
  margin-bottom: 6px;
}
.wishlist-deleteModal-small-title {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #595959;
  line-height: 22px;
}
.wishlist-deleteModal-btn-div {
  margin-top: 15px;
}
.wishlist-yes-delete-btn {
  background-color: #ff7014;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border: 0px;
  border-radius: 4px;
  padding: 12px 30px;
  display: inline-block;
  margin: 0px 2px;
}
.wishlist-yes-delete-btn:hover, .wishlist-yes-delete-btn:focus {
  background-color: #ff7014;
  color: #ffffff;
}
.wishlist-cancel-btn {
  background-color: #aaaaaa;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border: 0px;
  border-radius: 4px;
  padding: 12px 30px;
  display: inline-block;
  margin: 0px 2px;
}
.wishlist-cancel-btn:hover, .wishlist-cancel-btn:focus {
  background-color: #959595;
  color: #ffffff;
}
.wishlist-pagination {
  margin-top: 0px;
}
.wishlist-pagination .page-item .page-link {
  font-size: 14px;
  color: #5C5C63;
  width: 35px;
  height: 35px;
  padding: 0px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  border: 0px;
}
.wishlist-pagination .page-item.active .page-link {
  background-color: #000;
  color: #A56460;
}
/* Wishlist end */
/* why-choose-us */
.why-choose-us-area {
  padding: 50px 0;
  position: relative;
  background-color: #fff;
  z-index: 0;
}
.why-choose-us-area:after {
  position: absolute;
  content: "";
  background-color: #fff7f4;
  width: 70%;
  left: 0px;
  top: 50%;
  height: 94%;
  z-index: -1;
  transform: translateY(-50%);
  border-radius: 0px 24px 24px 0px;
}
.title-style-1 {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  color: #000;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.why-choose-us-right-img {
  border: 2px solid #EECFC1;
  border-radius: 24px;
  padding: 10px;
}
.why-choose-us-right-img img {
  border-radius: 24px;
  width: 100%;
}
.why-choose-us-box {
  text-align: center;
  background-color: #EECFC1;
  border-radius: 19px;
  padding: 10px;
  margin-bottom: 20px;
}
.why-choose-us-box-img img {
  border-radius: 19px;
  margin-bottom: 10px;
  width: 100%;
}
.why-choose-us-box-title {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  color: #000;
  line-height: 24px;
  font-weight: 500;
}
/* why-choose-us end */
/* home-introduction-area */
.home-introduction-area {
  position: relative;
  padding: 30px 0;
  background-color: #A56460;
}
.home-introduction-text-box-title {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  color: #fff;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 20px;
}
.home-introduction-text-box-text {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
}
.home-introduction-video-box {
  border: 1px solid #FFFFFF;
  border-radius: 11px;
  padding: 10px;
}
.home-introduction-video-box iframe {
  border: 0px;
  width: 100%;
  height: 345px;
}
/* home-introduction-area end */
/* home blog */
.home-blog-area {
  padding: 30px 0;
  background-color: #fff;
}
.home-blog-area-center {
  position: relative;
}
.home-blog-area-title {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  color: #000;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.home-blog-post-date {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  background-color: #A56460;
  border-radius: 5px;
  padding: 6px 10px;
  display: inline-block;
  margin-bottom: 6px;
}
.home-blog {
  background-color: #fff;
  padding: 0px;
  margin-bottom: 20px;
}
.home-blog .home-blog-thumbnail {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px
}
.home-blog .home-blog-thumbnail img {
  border-radius: 8px;
  transition: .3s;
  width: 100%;
}
.home-blog .home-blog-thumbnail img:hover {
  transform: scale(1.1)
}
.home-blog .home-blog-author {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1
}
.home-blog .home-blog-author img {
  width: 35px;
  border-radius: 50%;
  margin-right: 15px
}
.home-blog .home-blog-author .home-blog-author-body {
  flex: 1
}
.home-blog .home-blog-body .home-blog-text {
  font-family: "Inter", sans-serif;
  ont-size: 16px;
  color: #6E6E6E;
  line-height: 22px;
  font-weight: 400;
}
.home-blog .home-blog-author .home-blog-author-body p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 4px
}
.home-blog .home-blog-author .home-blog-author-body p a, .home-blog .home-blog-title a {
  color: #222
}
.home-blog .home-blog-author .home-blog-author-body p a:hover, .home-blog .home-blog-title a:hover {
  color: #c87c77
}
.home-blog .home-blog-author .home-blog-author-body span {
  font-size: 13px;
  color: #848486
}
.home-blog .home-blog-title {
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.home-blog .home-blog-controls {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.home-blog .home-blog-controls .home-blog-comment-authors-img, .home-blog .home-blog-controls .home-blog-comment-authors {
  display: flex;
  align-items: center
}
.home-blog .home-blog-controls .home-blog-comment-authors span {
  color: #848486;
  font-size: 13px
}
.home-blog .home-blog-controls .home-blog-comment-authors-img {
  margin-left: 20px
}
.home-blog .home-blog-controls .home-blog-comment-authors-img a {
  display: inline-block;
  margin-left: -10px
}
.home-blog .home-blog-controls .home-blog-comment-authors-img a img {
  width: 25px;
  border-radius: 50%
}
.home-blog .home-blog-controls .home-blog-comment-authors-img a:last-child {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f9fc;
  border-radius: 50%;
  font-size: 12px;
  color: #222;
  font-weight: 600
}
.home-blog-btn {
  background-color: #A56460;
  padding: 10px 20px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
}
.home-blog-btn:hover {
  color: #fff;
}
.home-blog.home-blog-list {
  display: flex
}
.home-blog.home-blog-list .home-blog-thumbnail {
  margin-right: 15px;
  margin-bottom: 0
}
.home-blog.home-blog-list p {
  margin: 0
}
.home-blog.home-blog-list .home-blog-body {
  width: 1150px;
}
.home-blog.home-blog-list .home-blog-title {
  font-size: 16px;
  line-height: 20px;
}
.see-more-article-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #A56460;
  padding: 10px 20px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
}
.see-more-article-btn:hover {
  color: #fff;
}
.create-event-btn-div {
  text-align: center;
  margin-top: 20px;
}
.create-event-btn {
  padding: 15px 50px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  display: inline-block;
  background: linear-gradient(90deg, #CA9257 0%, #FFEFE0 51.44%, #CA9257 100%);
  border: 1px solid #D28B15;
  border-radius: 7.93103px;
}
.create-event-btn:hover {
  color: #000;
}
/* home blog end */
/* your-checklist */
.your-checklist-page-main-div {
  padding: 40px 0;
  background-image: url("../images/your-checklist/your-checklist-page-bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
}
.your-checklist-center-main-div {
  background-color: rgba(255, 255, 255, 0.88);
  box-shadow: 0px 6.42876px 24.1079px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  padding: 15px;
}
.your-checklist-center2-main-div {
  padding: 15px;
  border: 2px solid #A56460;
  border-radius: 12px;
}
.your-checklist-page-title {
  text-align: center;
  font-family: "Inter", sans-serif;
  color: #A56460;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 20px;
}
.your-checklist-accordion .accordion-item {
  margin-bottom: 10px;
  border: 1px solid #867F7F;
  border-radius: 4px;
  overflow: hidden;
}
.your-checklist-accordion .accordion-item:last-child {
  margin-bottom: 0px;
}
.your-checklist-accordion .accordion-button {
  padding: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #A56460;
  background-color: #fff;
}
.your-checklist-accordion .accordion-button:after {
  padding: 14px;
  border-radius: 100%;
  background: #A56460 url("../images/your-checklist/accordion-button-arrow.webp") no-repeat 7px 11px;
}
.your-checklist-accordion-button-icon {
  margin-right: 8px;
}
.your-checklist-form-list .form-check-label {
  font-family: "Raleway", sans-serif;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #000;
  margin-bottom: 0;
}
.your-checklist-form-list .form-check-input {
  width: 30px;
  height: 30px;
  background-color: #C7C7C7;
  border-color: #C7C7C7;
  margin-top: 0px;
  margin-right: 10px;
}
.your-checklist-form-list .form-check-input:checked {
  background-color: #A56460;
  border-color: #A56460;
}
.your-checklist-form-list .form-check {
  display: flex;
  align-items: center;
}
.your-checklist-form-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #949494;
  padding-bottom: 8px;
}
.your-checklist-delete-btn {
  background-color: transparent;
  padding: 0px;
  border: 0px;
  color: #6B6B6B;
  font-size: 18px;
}
.your-checklist-add-list-btn {
  background-color: transparent;
  padding: 0px;
  border: 0px;
  color: #A56460;
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
}
.add-list-modal-div .modal-title {
  font-size: 26px;
  font-family: "Inter", sans-serif;
  color: #000;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.your-checklist-add-list-form .form-label {
  color: #676767;
  line-height: 18px;
  font-size: 16px !important;
}
.your-checklist-add-list-form textarea {
  height: auto;
}
.your-checklist-add-list-btn-modal {
  background-color: #A56460;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  border: 0px;
  border-radius: 6px;
  padding: 8px 20px;
  display: inline-block;
  margin: 0px 2px;
}
.your-checklist-add-list-cancel-btn {
  background-color: #fff;
  font-family: "Inter", sans-serif;
  color: #A56460;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #A56460;
  border-radius: 6px;
  padding: 8px 20px;
  display: inline-block;
  margin: 0px 2px;
}
.tooltip-inner {
  background-color: #D9D9D9;
  color: #000;
  max-width: 300px !important;
  filter: drop-shadow(-1px 2px 1px rgba(0, 0, 0, 0.25));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #D9D9D9;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #D9D9D9;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: #D9D9D9;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: #D9D9D9;
}
.delete-confirmation-modal-Delete-text {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
}
/* your-checklist end */
.gallery-detail-main-title {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  color: #A56460;
}
.gallery-detail-sub-title {
  margin-top: 8px;
}
.gallery-specialities-div {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #A56460;
  background-color: #f6edee;
  border: 1px solid #A56460;
  padding: 6px 10px;
  border-radius: 5px;
  display: inline-block;
}
.gallery-location-div {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  margin-left: 6px;
}
.detail-gallery-box-main2 {
  position: relative;
}
.detail-gallery-img {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  border: 0px;
  border-radius: 0px;
}
.detail-gallery-img img {
  width: 100%;
}
.detail-gallery-box-view-more-photos-div {
  text-align: center;
}
.detail-gallery-box-view-more-photos {
  background-color: #A56460;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 8px 16px;
  font-family: 'Poppins', sans-serif;
}
.detail-gallery-box-view-more-photos:hover {
  color: #fff;
}
.detail-page-sidebar-features-area {
  border: 1px solid #A56460;
  padding: 15px;
  background-color: #f6edee;
  border-radius: 10px;
  margin-bottom: 20px;
}
.detail-page-sidebar-features-area-title {
  font-family: trajan pro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #222222;
  line-height: 24px;
  margin-bottom: 6px;
}
.detail-page-sidebar-features-info {
  margin-left: 15px;
  margin-bottom: 0px;
}
.detail-page-sidebar-features-info li {
  margin-top: 0px;
  list-style: disc;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 20px;
  padding-bottom: 6px;
}
.detail-page-sidebar-features-info li:last-child {
  padding-bottom: 0px;
}
.detail-page-sidebar-you-may-also-like-area {
  border: 1px solid #A56460;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}
.detail-page-sidebar-you-may-also-like-area-title {
  font-family: trajan pro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #222222;
  line-height: 24px;
  margin-bottom: 6px;
}
.sidebar-you-may-also-like-box {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-bottom: 15px;
}
.sidebar-you-may-also-like-box-img img {
  border-radius: 10px;
}
.sidebar-you-may-also-like-box-des {
  padding: 10px;
}
.sidebar-you-may-also-like-box-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #9B5C5C;
  line-height: 20px;
  margin-bottom: 4px;
}
.sidebar-you-may-also-like-box-des p {
  color: #6E6E6E;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 6px;
}
.sidebar-you-may-also-like-box-read-more {
  color: #9B5C5C;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  display: inline-block
}
.sidebar-view-more-btn {
  background-color: #A56460;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 16px;
  font-family: 'Poppins', sans-serif;
}
.sidebar-view-more-btn:hover {
  background-color: #8E524E;
  color: #fff;
}
@media (max-width:1400px) {
  .new-profile-tabs-main .nav-tabs .nav-item .nav-link {
    padding: 15px 16px;
    font-size: 14px;
  }
  .new-profile-tabs-sub .nav-tabs .nav-item .nav-link {
    padding: 6px 12px;
    font-size: 13px;
  }
  .new-edit-profile-form .new-form-label {
    font-size: 14px !important;
  }
  .change-plan-btn {
    font-size: 11px;
  }
  .subscription-cycles-table table tr th {
    font-size: 12px;
  }
  .subscription-cycles-table table tr td {
    font-size: 12px;
  }
  .subscription-cycles-active, .subscription-cycles-cancelled {
    font-size: 14px;
    padding: 4px 10px;
  }
  .dashboard-sidebar-links a.sidebar-link {
    font-size: 12px;
  }
  .dashboard-box-head-style1 .dashboard-box-head-title-main .title {
    font-size: 11px;
  }
}
@media (max-width:1399px) {
  /* Wishlist */
  .dashboard-wishlist-box-title {
    font-size: 17px;
    line-height: 18px;
  }
  .dashboard-wishlist-box-btn-div {
    margin-top: 6px;
  }
  /* Wishlist end */
  /* home-introduction-area */
  .home-introduction-video-box iframe {
    height: 292px;
  }
  /* home-introduction-area end */
}
@media (max-width:1200px) {
  .new-profile-tabs-sub .nav-tabs .nav-item .nav-link {
    padding: 3px 8px;
    font-size: 11px;
  }
  .sidebar-profile-link {
    padding: 10px 10px 10px 10px;
  }
  .new-profile-tabs-main .nav-tabs .nav-item .nav-link {
    padding: 8px 10px;
  }
  .profile-contact-div {
    margin-top: 15px;
  }
  .recently-added-card-box .title {
    font-size: 16px;
  }
  .availability-calendar-box-main .availability-calendar-box-day-and-date .availability-calendar-box-date {
    font-size: 12px;
  }
  .side-bar-calendar .fc-col-header-cell-cushion {
    font-size: 11px;
  }
  .event-calendar-full .fc-col-header-cell-cushion {
    font-size: 11px;
  }
}
@media (max-width:1199px) {
  /* Wishlist */
  .dashboard-wishlist-box-title {
    font-size: 27px;
    line-height: 32px;
  }
  .dashboard-wishlist-box-btn-div {
    margin-top: 12px;
  }
  /* Wishlist end */
  /* home-introduction-area */
  .home-introduction-video-box iframe {
    height: 244px;
  }
  /* home-introduction-area end */
}
@media (max-width:992px) {
  .new-profile-tabs-main .nav-tabs .nav-item .nav-link {
    padding: 2px 8px;
    font-size: 11px;
    background-color: #f5f5f5;
    margin-bottom: 4px;
    border-radius: 6px;
  }
  .subscription-cycles-table table tr th {
    font-size: 10px;
    line-height: 15px;
  }
}
@media (max-width:1199px) {
  /* Wishlist */
  .dashboard-wishlist-box-title {
    font-size: 17px;
    line-height: 18px;
  }
  .dashboard-wishlist-box-btn-div {
    margin-top: 6px;
  }
  /* Wishlist end */
}
@media (max-width:991px) {
  .profile-photo-box .image {
    margin-bottom: 36px;
  }
  .my-current-plan-main-div {
    text-align: center;
  }
  .my-current-plan-text {
    margin-bottom: 15px;
  }
  .my-subscription-plan-box .subscription-most-popular {
    padding: 6px 12px 6px 12px;
    position: relative;
    left: 0;
    top: 0px;
    z-index: 0;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 15px;
  }
  .my-draft-box .my-draft-image {
    margin-bottom: 10px;
  }
  /* home-introduction-area */
  .home-introduction-video-box iframe {
    height: 378px;
  }
  /* home-introduction-area end */
}
@media (max-width:767px) {
  .dashboard-left-sidebar {
    height: 100%;
  }
  .my-event-main-box .add-more-event-img {
    position: relative;
    bottom: 0px;
    right: 0px;
    margin-bottom: 15px;
  }
  .my-draft-box .my-draft-image img {
    width: 100%;
  }
  .invitation-my-event-text {
    text-align: center;
  }
  .invitation-my-event-text .invitation-my-event-text-title {
    font-size: 35px;
    line-height: 40px;
  }
  .invitation-my-event-text p {
    font-size: 25px;
    line-height: 30px;
  }
  .event-space-availability-box-main-heading {
    display: block;
  }
  /* home-introduction-area */
  .home-introduction-video-box iframe {
    height: 278px;
  }
  /* home-introduction-area end */
}
@media (max-width:575px) {
  .dashboard-right-div {
    padding: 10px 0px;
  }
  .dashboard-content-div-title {
    font-size: 18px;
  }
  .meeting-room-main-table tr th {
    display: none;
  }
  .meeting-room-main-table tr td {
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-title {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  .presidents-ballroom-content .card-body table tr th {
    display: inline-block;
    width: 100%;
  }
  .new-profile-tabs-main .nav-tabs .nav-item, .new-profile-tabs-main .nav-tabs .nav-item .nav-link {
    width: 100%;
  }
  .profile-photo-box {
    margin-bottom: 15px;
  }
  .profile-photo-box .image {
    width: 100%;
    margin-right: 0px;
  }
  .profile-photo-box .title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 26px;
  }
  .profile-contact-div li {
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
  }
  .profile-photo-box {
    display: block;
  }
  .upload-icon {
    left: 12px;
  }
  .maximum-file-size {
    text-align: left;
  }
  .team-members-list-table table tr th {
    display: none;
  }
  .team-members-list-table table tr td {
    display: flex;
    flex-wrap: wrap;
  }
  .team-members-list-table table tr td .mobile-title {
    display: inline-block;
    width: 100%;
    color: #A56460;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .subscription-cycles-table table tr th {
    display: none;
  }
  .subscription-cycles-table table tr td {
    display: flex;
    flex-wrap: wrap;
  }
  .subscription-cycles-table table tr td .mobile-title {
    display: inline-block;
    width: 100%;
    color: #A56460;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .wallet-balance-btndiv a {
    margin-bottom: 8px;
  }
  .pagination-main {
    justify-content: start;
  }
  .pending-inquirie-box .pending-inquirie-box-header {
    text-align: center;
  }
  .pending-inquirie-box .pending-inquirie-box-header .pending-inquirie-image-thumb {
    margin-bottom: 10px;
  }
  .my-coin-balance-tabs .nav-tabs {
    width: 100%;
    display: inline-block;
  }
  .purchase-history-table table tr th {
    display: none;
  }
  .purchase-history-table table tr td {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .purchase-history-table table tr td .purchase-mobile-title {
    display: inline-block;
    width: 100%;
    color: #A56460;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .trending-idea-flower-1, .trending-idea-flower-2 {
    opacity: 0.4;
  }
  .claim-business-form .request-claim-btn {
    font-size: 12px;
    padding: 6px 10px;
  }
  .claim-business-main-div {
    padding: 20px 0px 20px 0px;
  }
  .thankyou-popup-claim-business-modal .modal-dialog .modal-content .thankyou-popup-claim-business-logo img {
    max-width: 40%;
  }
  .thankyou-popup-claim-business-modal .modal-dialog .modal-content .thankyou-popup-claim-business-title {
    font-size: 20px;
    line-height: 26px;
  }
  .thankyou-popup-claim-business-modal .modal-dialog .modal-content .thankyou-popup-claim-business-text {
    font-size: 16px;
    line-height: 24px;
  }
  .event-space-availability-head-title-div .head-title {
    font-size: 25px;
    line-height: 32px;
  }
  .event-space-availability-box-main-heading .event-space-availability-box-main-heading-title {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .availability-calendar-box-main .availability-calendar-box-day-and-date .availability-calendar-box-date span {
    width: 100%;
    display: inline-block;
  }
  .availability-calendar-box-main .availability-calendar-box-day-and-date .availability-calendar-box-day {
    font-size: 12px;
  }
  .availability-calendar-box-main .availability-calendar-box-day-and-date .availability-calendar-box-date {
    line-height: 16px;
  }
  .availability-calendar-time-link {
    font-size: 11px;
    padding: 4px 4px;
  }
  .event-space-availability-box-main, .event-space-availability-head-title-div {
    padding: 15px;
  }
  .event-space-availability-calendar-main .availability-previous-arrow, .event-space-availability-calendar-main .availability-next-arrow {
    width: 8px;
    height: 12px;
    top: 18px;
    line-height: 12px;
  }
  .event-space-availability-main-content-box .event-space-availability-main-content-box-des .event-space-availability-main-content-box-des-title {
    line-height: 26px;
    margin-bottom: 4px;
  }
  .event-space-availability-main-content-box .event-space-availability-main-content-box-des .event-space-availability-main-content-box-des-ul {
    margin-bottom: 10px;
  }
  .event-space-availability-main-content-box .event-space-availability-main-content-box-des .event-space-availability-main-content-box-des-ul li {
    line-height: 18px;
    padding: 0px 0px 2px 0px;
  }
  .event-space-availability-main-div {
    padding: 20px 0px 20px 0px;
  }
  .event-space-availability-pagination .page-item .page-link {
    padding: 4px 14px;
    margin-right: 4px;
    font-size: 11px;
  }
  .event-calendar-full .fc-button {
    padding: 4px !important;
    font-size: 10px;
  }
  .event-calendar-full .fc-toolbar-title {
    font-size: 13px;
  }
  .event-calendar-full .fc-daygrid-day-bottom {
    margin-top: 22px !important;
  }
  .event-calendar-full .fc-daygrid-day-bottom .fc-daygrid-more-link {
    font-size: 10px !important;
  }
  /* Wishlist */
  .dashboard-wishlist-box-img img {
    width: 100%;
  }
  .dashboard-wishlist-box-btn-div {
    justify-content: flex-start;
  }
  .vender-venue-wishlist-btn-div {
    justify-content: center;
  }
  /* Wishlist end */
  /* why-choose-us */
  .why-choose-us-right-img {
    display: none;
  }
  .why-choose-us-area:after {
    width: 100%;
    border-radius: 0px;
  }
  .why-choose-us-box-title {
    font-size: 12px;
    line-height: 16px;
  }
  /* why-choose-us end */
  /* home-introduction-area */
  .home-introduction-video-box iframe {
    height: 180px;
  }
  .home-introduction-text-box-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .home-introduction-text-box-text, .home-introduction-text-box-title {
    text-align: center;
  }
  /* home-introduction-area end */
  /* home blog */
  .home-blog-post-date {
    font-size: 10px;
    line-height: 16px;
    padding: 4px 8px;
  }
  .home-blog.home-blog-list .home-blog-title {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 18px;
  }
  .home-blog.home-blog-list .home-blog-text {
    display: none;
  }
  .see-more-article-btn {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  /* home blog end */
  /* your-checklist */
  .your-checklist-page-title {
    font-size: 30px;
    line-height: 30px;
  }
  .your-checklist-accordion .accordion-button {
    font-size: 14px;
  }
  .your-checklist-accordion-button-icon img {
    max-width: 30px;
  }
  .your-checklist-accordion .accordion-button::after {
    padding: 12px;
    background: #A56460 url("../images/your-checklist/accordion-button-arrow.webp") no-repeat 5px 9px;
  }
  .your-checklist-form-list .form-check-input {
    width: 15px;
    height: 15px;
  }
  .your-checklist-form-list .form-check-label {
    font-size: 14px !important;
  }
  .your-checklist-delete-btn {
    font-size: 14px;
  }
  .your-checklist-add-list-btn {
    font-size: 16px;
  }
  /* your-checklist end */
}