@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');

body {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  overflow-x: hidden !important;
  font-size: 13px;
  background: #F7F8FA;
}

a {
  text-decoration: none;
  color: #E3000B;
}

a:hover,
a:active {
  outline: none;
  text-decoration: none;
  color: #0E244B;
}

ul,
p {
  padding: 0;
  margin: 0;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  padding: 0;
  margin: 0;
  font-size: 25px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

header {
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
  z-index: 2;
  position: fixed;
}

.header_inner {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  height: 60px;
  align-items: center;
  justify-content: space-between;
}

.header_inner .left {
  float: left;
}

.header_inner .logo {
  display: flex;
  float: left;
  width: 160px;
}

.header_inner .logo img {
  float: left;
  width: 100%;
}

.header_inner .right {
  float: right;
  display: flex;
  align-items: center;
}

.alert_area {
  display: flex;
  padding: 6px 12px;
  border-radius: 50px;
  background: #ffe9c2;
  color: #FCB140;
  align-items: center;
  transition: all .5s;
  transition-timing-function: ease-out;
}

.alert_area p {
  margin-left: 5px;
  transition: all .5s;
  transition-timing-function: ease-out;

}

.alart_number {
  background: #FCB140;
  padding: 2px 6px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-left: 5px;
  transition: all .5s;
  transition-timing-function: ease-out;
}

.alert_area:hover {
  background: #FCB140;
}

.alert_area:hover p {
  color: #fff;
}

.alert_area:hover .alart_number {
  background: #ffd89d;
}

.alert_area i {
  transition: all .5s;
  transition-timing-function: ease-out;
}

.alert_area:hover i {
  color: #fff;
}

.header_notification {
  display: block;
  margin: 0 15px;
  position: relative;
  cursor: pointer;
}

.header_notification .fa-bell {
  font-size: 25px;
  color: #809FB8;
}

.notification_number {
  width: 20px;
  height: 20px;
  background: #E52636;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 19px;
  position: absolute;
  top: -7px;
  right: -7px;
  font-weight: 500;
}

.header_profile_img {
  display: block;
  margin-left: 5px;
  position: relative;
}

.header_profile_img img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}

.header_profile_img .profile_drop {
  position: absolute;
  top: 39px;
  right: 0;
  background: #fff;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
  padding: 10px 12px;
  border-radius: 10px;
  width: 150px;
  display: none;
}

.header_profile_img .profile_drop ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header_profile_img .profile_drop ul li {
  padding: 5px 0;
}

.header_profile_img .profile_drop ul li a {
  color: #898989;
  text-decoration: none;
}

.header_profile_img .profile_drop ul li a:hover {
  color: #E3000B;
}

.header_profile_img:hover .profile_drop {

  display: block;
}

.wrapper {
  display: flex;
  align-items: stretch;
  float: left;
  width: 100%;
  position: relative;
  height: calc(100% - 60px);
  margin-top: 60px;
  left: 0;
  z-index: 1;
  justify-content: flex-end;
}

.body_left {
  display: block;
  float: left;
  position: relative;
  min-width: 270px;
  max-width: 270px;
  background: #fff;
  z-index: 2;
  transition: all .3s;
  transition-timing-function: ease-out;
  position: fixed;
  height: 100vh;
  left: 0;
}

.body_left_push {
  position: absolute;
  display: flex;
  right: -26px;
  top: 34px;
  width: 26px;
  height: 65px;
  background: #ABC6DC;
  border-radius: 0px 8px 8px 0px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
}

.menu_open i {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.body_left.active {
  margin-left: -270px;
}

.body_right.active2 {
  width: 100%;
}


.body_left>.inside {
  display: block;
  float: left;
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100%;
  overflow-y: auto;
  left: 0;
  top: 0;
  padding-bottom: 68px;
}

.push_menu {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}

.body_right {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  z-index: 1;
  right: 0;
  transition: all .5s;
  transition-timing-function: ease-out;
  width: calc(100% - 268px);
  height: 100vh;
}

.body_right>.inside {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  ;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.push_menu .nav-link {
  color: #646566;
  font-size: 15px;
  padding: 15px;
  margin-top: 1px;
}

.push_menu .nav-item img {
  width: 21px;
  height: 21px;
  object-fit: contain;
  object-position: center;
  margin-right: 10px;
  filter: invert(0.6) sepia(1) hue-rotate(180deg);
  transition: all .5s;
  transition-timing-function: ease-out;
}

.push_menu .nav-link span {
  float: right;
  background: #646566;
  padding: 2px 5px;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}

.push_menu .nav-item .active {
  color: #E3000B;
}

.push_menu .nav-item .active img {
  filter: none;
}

.push_menu .nav-link:hover {
  color: #E3000B;
}

.push_menu .nav-item:hover img {
  filter: none;
}

/* .body_left .inside::-webkit-scrollbar-track
 {
	 -webkit-box-shadow: inset 0 0 6px #ececec;
	 background-color: #bfbfbf;
 }
 
 .body_left .inside::-webkit-scrollbar
 {
	 width: 5px;
	 background-color: #bfbfbf;
 }
 
.body_left .inside::-webkit-scrollbar-thumb
 {
	 background-color: #bfbfbf;
 } */
.subnav {
  padding-left: 25px;
}


.right_body_section {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 20px 20px 35px;
}

.dashboard_top_section {
  display: block;
  float: left;
  width: 100%;
}

.dashboard_top_section .box1 {
  display: flex;
  float: left;
  width: 100%;
  padding: 30px 15px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.06);
  margin: 15px 0 0 0;
  align-items: center;
  height: calc(100% - 30px);
}

.dashboard_top_section .box1 .icon_area {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  flex: 60px 0 0;
}

.dashboard_top_section .box1 .text_area {
  width: 100%;
  padding-left: 12px;
}

.dashboard_top_section .box1 .text_area p {
  color: #809FB8;
  font-size: 16px;
}

.dashboard_top_section .box1 .text_area h4 {
  font-size: 25px;
}

.dashboard_top_bg1 {
  background: rgba(254, 107, 186, 0.2);
}

.dashboard_top_bg2 {
  background: rgba(58, 54, 219, 0.2);
}

.dashboard_top_bg3 {
  background: rgba(249, 185, 89, 0.2);
}

.dashboard_top_bg4 {
  background: rgba(0, 144, 255, 0.2);
}

.card {
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
  padding: 20px;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  border: none !important;
}

.card .heading {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.card .heading h3 {
  font-size: 20px;
  font-weight: 500;
}

.dashboard_income_graph_area {
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}

.dashboard_income_graph_area img {
  float: left;
  width: 100%;
}

.card_search_pannel {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
  justify-content: space-between;
  align-items: center;
}

.card_filter {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
  justify-content: flex-end;
  align-items: center;
}

.search_area {
  display: block;
  float: left;
  width: 100%;
  max-width: 500px;
  min-width: 220px;
  margin: 5px 0;
}

.ms-n5 {
  margin-left: -41px;
}

.search_area .search {
  height: 44px;
  border: 1px solid #DADADA !important;
  border-radius: 6px !important;
  color: #809FB8;
}

.search_area .input-group .btn {
  height: 42px;
  margin-top: 1px;
  border: none !important;
  box-shadow: none !important;
  border-radius: 6px !important;
}

.search_area .input-group .btn:hover {
  color: #BF3778 !important;
}

.search_area .form-floating>.form-control,
.search_area .form-floating>.form-select {
  height: 44px;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ffe6f2 !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #ffe6f2;
}


.user_table_area {
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}

.user_table_area .table_header {
  display: flex;
  flex-wrap: nowrap;
  float: left;
  width: 100%;
  border-radius: 10px;
  color: #809FB8;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
  padding: 0 10px;
}

.user_table_area .table_body {
  display: flex;
  flex-wrap: nowrap;
  float: left;
  width: 100%;
  padding: 8px 10px;
  background: #fff;
  color: #707070;
  font-size: 16px;
  align-items: center;
  transition: all .5s;
  transition-timing-function: ease-out;
  text-align: center;
  min-height: 68px;
  border-bottom: 1px solid #e1e1e1;
}
.user_table_area .table_body:last-child
{
  border-bottom: none;  
}

.user_table_area .table_body:hover {
  background: #F0F6FC;
}

.user_table_area .table_body .mobile_heading {
  display: none;
  color: #809FB8;
  margin-right: 10px;
  font-weight: 700;
  position: relative;
}

.user_table_area .table_body .mobile_heading::after {
  content: ":";
  font-family: 'Blinker-SemiBold';
  margin-left: 5px;
}

.user_table_area .table_body p {
  margin: 0;
}

.user_table_area .table_body .profile_img {
  display: inline-block;
  width: 50px !important;
  height: 50px;
  border-radius: 100%;
  position: relative;
}

.user_table_area .table_body .profile_img img {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}

.user_table_area .table_body .profile_img_name {
  display: inline-block;
  width: 50px !important;
  height: 50px;
  border-radius: 100%;
  background: #1C74BA;
  justify-content: center;
  align-items: center;
  position: relative
}

.user_table_area .table_body .profile_img_name h4 {
  font-size: 22px;
  color: #fff;
  font-family: 'Blinker-Regular' !important;
  margin: 0;
  line-height: 50px;
}

.user_table_area .table_body .id {
  font-size: 12px;
  font-family: 'Blinker-Regular' !important;
  margin: 0;
  color: #BF3778;
}

.user_table_area .table_body .form-check {
  display: inline-block;
}

.user_table_area .table_body .form-check-input {
  background-color: #E3000B;
  border-color: #E3000B;
}

.user_table_area .table_body .form-check-input:checked {
  background-color: #27D79E;
  border-color: #27D79E;
}

.form-switch .form-check-input {
  background-position: left center;
  background: url(../images/switch_redio.svg) no-repeat;
}

.form-switch .form-check-input:focus {
  background-image: url(../images/switch_redio.svg) no-repeat !important;
}

.form-check-input:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
  ;
}

.sl_no {
  display: inline-block;
  background: rgba(33, 126, 253, 0.298039);
  color: #217EFD;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}

.details {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  background: #ffe9c2;
  color: #FFB536;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  transition: all .5s;
  transition-timing-function: ease-out;
}

.details:hover {
  background: #FFB536;
  color: #fff;
}

.del {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  background: #FFEBEC;
  color: #E3000B;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  transition: all .5s;
  transition-timing-function: ease-out;
}

.del:hover {
  background: #E3000B;
  color: #fff;
}

.edit {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  background: #bbf3e1;
  color: #1AD598;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  transition: all .5s;
  transition-timing-function: ease-out;
}

.edit:hover {
  background: #1AD598;
  color: #fff;
}

.user_details_body_section {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.red_but {
  display: inline-block;
  vertical-align: top;
  padding: 8px 20px;
  color: #fff;
  background: #E3000B;
  border-radius: 10px;
  margin: 5px 0;
  font-size: 16px;
  border: none !important;
}

.red_but:hover {
  background: #ABC6DC;
  color: #fff;
}

.green_but {
  display: inline-block;
  vertical-align: top;
  padding: 8px 20px;
  color: #fff;
  background: #1cad3e;
  border-radius: 10px;
  margin: 5px 0;
  font-size: 16px;
  border: none !important;
}

.green_but:hover {
  background: #ABC6DC;
  color: #fff;
}

.user_details_main_section {
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.11);
  border-radius: 20px;
  padding: 0 15px 20px 15px;
  margin: 70px 0;
  text-align: center;
}

.user_details_main_section img {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  border: 5px solid #C0DAFF;
  margin-top: -60px;
  margin-bottom: 12px;
}

.user_details_main_section p {
  text-align: left;
  padding: 12px 12px;
  position: relative;
  padding-left: 100px;
}

.user_details_main_section p:nth-child(odd) {
  background: rgba(171, 198, 220, 0.2);
}

.user_details_main_section p strong {
  position: absolute;
  left: 12px;
  top: 12px;
}

.user_table_area .table_body .place_image {
  display: inline-block;
  width: 80px !important;
  height: 50px;
  position: relative;
}

.user_table_area .table_body .place_image img {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

.user_table_area .table_body .fa-map-marker-alt {
  color: #D62718;
}


.user_table_area::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.user_table_area::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.user_table_area::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #d1d1d1;
}

.alert_box1 {
  display: block;
  float: left;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.alert_box1 .top_pannel {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  align-items: center;
}

.alert_box1 .top_pannel .number {
  display: inline-block;
  background: #fee4bb;
  color: #FCB140;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 20px;
}

.alert_box1 .top_pannel .top_img_name_area {
  display: flex;
  float: left;
  align-items: center;
  margin: 5px 50px 5px 0;
}

.alert_box1 .top_pannel .top_img_name_area .img {
  display: inline-block;
  width: 50px !important;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin-right: 5px;
}

.alert_box1 .top_pannel .top_img_name_area .img img {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}

.alert_box1 .top_pannel .top_img_name_area .name {
  display: inline-block;
}

.alert_box1 .top_pannel .top_img_name_area .name p {
  font-size: 15px;
  font-weight: 500;
}

.alert_box1 .top_pannel .email {
  display: block;
  float: left;
  margin: 5px 50px 5px 0;
}

.alert_box1 .top_pannel .email p {
  font-size: 15px;
  font-weight: 500;
}

.alert_box1 .top_pannel .email p i {
  color: #E3000B;
  margin-right: 5px;
}

.alert_box1 .top_pannel .phone {
  display: block;
  float: left;
}

.alert_box1 .top_pannel .phone p {
  font-size: 15px;
  font-weight: 500;
}

.alert_box1 .top_pannel .phone p i {
  color: #E3000B;
  margin-right: 5px;
}

.alert_box1 .bottom_pannel {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  padding-left: 50px;
}

.alert_box1 .bottom_pannel p {
  color: #525252;
  font-size: 14px;
}

.alert_box_unread {
  background: #fff9ef;
}

.cms_page_geading {
  display: block;
  float: left;
  width: 100%;
}

.cms_page_geading h2 {
  font-size: 20px;
  font-weight: 500;
}

.support_sub_heading_filter {
  display: flex;
  flex-wrap: wrap;
  float: left;
  margin-top: 15px;
  justify-content: space-between;
  align-items: center;
}

.support_sub_heading_filter p {
  font-size: 18px;
  margin: 5px 0;
  font-weight: 500;
}

.support_sub_heading_filter .form-select {
  width: 100%;
  max-width: 150px;
}

.support_box1 {
  display: block;
  float: left;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #e1e1e1;
  transition: all .5s;
  transition-timing-function: ease-out;
}

.support_box1:hover {
  background: #F0F6FC;
}

.support_box1 .top_pannel {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.support_box1 .top_pannel .left {
  display: flex;
  flex-wrap: wrap;
  float: left;
  align-items: center;
}

.support_box1 .top_pannel .right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.support_box1 .top_pannel .right p {
  color: #A4A4A4;
  margin-left: 12px;
}


.support_box1 .top_pannel .number {
  display: inline-block;
  background: rgba(33, 126, 253, 0.298039);
  color: #217EFD;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 20px;
}

.support_box1 .top_pannel .top_img_name_area {
  display: flex;
  float: left;
  align-items: center;
  margin: 5px 50px 5px 0;
}

.support_box1 .top_pannel .top_img_name_area .img {
  display: inline-block;
  width: 50px !important;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin-right: 5px;
}

.support_box1 .top_pannel .top_img_name_area .img img {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}

.support_box1 .top_pannel .top_img_name_area .name {
  display: inline-block;
}

.support_box1 .top_pannel .top_img_name_area .name p {
  font-size: 16px;
}

.support_box1 .top_pannel .email {
  display: block;
  float: left;
  margin: 5px 50px 5px 0;
}

.support_box1 .top_pannel .email p {
  font-size: 16px;
  color: #809FB8;
}

.support_box1 .top_pannel .email p i {
  color: #E3000B;
  margin-right: 10px;
}

.support_box1 .top_pannel .phone {
  display: block;
  float: left;
}

.support_box1 .top_pannel .phone p {
  font-size: 16px;
  color: #809FB8;
}

.support_box1 .top_pannel .phone p i {
  color: #E3000B;
  margin-right: 10px;
}

.support_box1 .bottom_pannel {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  padding-left: 50px;
}

.support_box1 .bottom_pannel h4 {
  font-size: 16px;
  font-weight: 500;
}

.support_box1 .bottom_pannel p {
  color: #525252;
  font-size: 14px;
}

.profile_main_section {
  display: block;
  float: left;
  width: 100%;
}

.profile_main_section .left_area {
  display: block;
  float: left;
  width: 200px;
  margin-top: 25px;
}

.profile_main_section .left_area .img_area {
  display: block;
  float: left;
  width: 180px;
  height: 180px;
  border: 4px solid #BBF3E1;
  position: relative;
  border-radius: 100%;
}

.profile_main_section .left_area .img_area img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}

.profile_main_section .left_area .upload_setion {
  position: absolute;
  right: 0px;
  bottom: 10px;
  cursor: pointer !important;
}

.profile_main_section .left_area .upload_setion .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.profile_main_section .left_area .upload_setion .btn {
  border: none;
  color: #fff;
  background-color: #27D79E;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.profile_main_section .left_area .upload_setion .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 40px !important;
  height: 40px !important;
  cursor: pointer !important;
}

.profile_main_section .right_area {
  display: block;
  float: left;
  width: calc(100% - 200px);
  padding-left: 35px;
  margin-top: 25px;
}

.profile_right_area {
  display: block;
  float: left;
  width: 100%;
}

.profile_right_area label {
  color: #809FB8;
  font-weight: 700;
}

.profile_right_area .form-control,
.profile_right_area select {
  height: 46px;
  font-size: 14px;
}

.password {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
}


.add_place_upload_img_area {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.add_place_upload_img_area h2 {
  font-size: 16px;
  font-weight: 500;
}

.add_place_upload_img_area h3 {
  font-size: 15px;
  color: #04B704;
  font-weight: 500;
  margin-top: 5px;
}


.add_place_upload_img_area .file_upload1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  margin: 0 10px 0 0;
}

.add_place_upload_img_area .upload_img1 {
  position: absolute;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
  left: 0 !important;
  top: 0 !important;
}

.add_place_upload_img_area .input--file1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 250px;
  height: 170px;
  background: #717171;
  text-align: center;
  line-height: 170px;
  border-radius: 10px;
  z-index: 1;
}

.add_place_upload_img_area .input--file1 input {
  opacity: 0 !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  cursor: pointer !important;
  z-index: 4;
}
.edit_resources_upload
{
  position: absolute;
  width: 34px !important;
  height:34px !important;
  border-radius: 100% !important;
  background: #000;
  opacity: 1 !important;
  top: 5px !important;
  right: 10px !important;
  left: inherit !important;
  overflow: hidden;
  cursor: pointer;
  line-height: 34px;
}
.edit_resources_upload::before
{
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  z-index: 5 !important;
  content: '\f093';
  font-family: 'FontAwesome';
  width: 34px !important;
  height:34px !important;
}
.edit_resources_upload input
{
  opacity: 0 !important;
  z-index: 6 !important;
}
.resources_cross
{
  position: absolute;
  width: 34px !important;
  height:34px !important;
  border-radius: 100% !important;
  background: #000;
  opacity: 1 !important;
  top: 5px !important;
  right: 10px !important;
  left: inherit !important;
  overflow: hidden;
  cursor: pointer;
  line-height: 34px;
  text-align: center;
  z-index: 5;
}
.resources_cross i
{
  color: #fff;
}

.add_place_upload_img_area .input--file1 span {
  display: flex;
  cursor: pointer;
  font-weight: bold;
  color: #919191;
  line-height: normal;
  justify-content: center;
  align-items: center;
  height: 170px;
  flex-wrap: wrap;
  align-content: center;
}

.add_place_upload_img_area .input--file1 span i {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  display: inline-block;
  background: #919191;
  border-radius: 100%;
  text-align: center;
  z-index: 2;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}

.add_place_upload_img_area .input--file1 span p {
  width: 100%;
  margin-top: 10px !important;
  color: #fff;
}

.add_place_upload_img_area .ng-hide {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  height: 170px;
  z-index: 2;
  position: relative;
  margin: 0 15px 15px 0;
}

.add_place_upload_img_area .close {
  position: absolute;
  z-index: 2;
  right: 5px;
  top: 5px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  opacity: 1 !important;
  cursor: pointer;
  transition: all .5s;
  transition-timing-function: ease-out;

}

.add_place_upload_img_area .close:hover {
  background: #D62718;
  color: #fff;
}

/*************end upload******************/
.add_place_form_section {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.add_place_form_section .form-control,
.add_place_form_section select {
  height: 46px;
  font-size: 14px;
}

.add_place_form_section textarea {
  height: 120px !important;
}


.add_place_tag_section {
  display: block;
  float: left;
  width: 100%;
  margin-top: 25px;
}

.add_place_tag_section h2 {
  font-size: 16px;
  font-weight: 500;
}

.add_tag_area {
  display: block;
  float: left;
  width: 100%;
  background: #ffffff;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  margin-top: 20px;
}

.add_tag_area .top_area {
  display: block;
  float: left;
  width: 100%;
  min-height: 120px;
  padding: 15px;
}

.add_tag_area .bottom_area {
  display: block;
  float: left;
  width: 100%;
  border-top: 1px solid #E1E1E1;
  padding: 10px 0;
}

.add_tag_area .bottom_area .search_area {
  display: flex;
  float: left;
  width: 100%;
  max-width: 400px;
  padding: 0 15px;
  align-items: center;
  position: relative;
}

.add_tag_input {
  background: none;
  border: none;
  width: 100%;
  outline-style: none;
}

.add_tag_area .search_area i {
  cursor: pointer;
  font-size: 20px;
}

.add_tag_box1 {
  display: flex;
  float: left;
  width: auto;
  margin: 0 12px 10px 0;
  align-items: center;
}

.add_tag_box1 p {
  color: #fff;
  background: #212529;
  font-size: 14px;
  padding: 5px 12px 6px 12px;
  border-radius: 50px;
  margin-left: 2px;
}

.add_tag_box1 i {
  color: #dddddd;
  cursor: pointer;
  margin: 0 2px;
}

.adertisement_main_section {
  display: block;
  float: left;
  width: 100%;
}

.adertisement_box1 {
  display: block;
  float: left;
  width: 100%;
  height: 220px;
  background: #000000;
  border-radius: 15px;
  margin: 15px 0;
  position: relative;
}

.adertisement_box1 img {
  opacity: .5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}

.adertisement_box1 .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  left: 40px;
  right: 40px;
  bottom: auto;
  color: #fff;
}

.adertisement_box1 .carousel-caption p {
  font-size: 18px;
}

.adertisement_box1 .carousel-caption h2 {
  font-size: 25px;
  font-weight: 700;
}

.adertisement_box1 .carousel-caption h3 {
  font-size: 18px;
  font-weight: 100;
  margin-top: 15px;
}

.adertisement_box1 .carousel-caption h4 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
}

.adertisement_box1 .right {
  display: block;
  float: left;
  width: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.right_details_but {
  display: flex;
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #FA3139;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

.adertisement_box1 .right .dwop {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 12px;
  width: 210px;
}

.adertisement_box1 .switch {
  display: flex;
  align-items: center;
}

.adertisement_box1 .right .dwop p {
  margin: 5px 0;
  font-size: 15px !important;
}

.adertisement_box1 .switch p {
  margin-right: 10px !important;
}

.adertisement_box1 .right .dwop p {
  margin: 5px 0;
  font-size: 14px !important;
}

.adertisement_box1 .right .dwop p a {
  color: #000 !important;
}

.adertisement_box1 .right .dwop p a:hover {
  color: #FA493B !important;
}

.adertisement_box1 .right:hover .dwop {
  display: block;
}

.adertisement_box1 .form-check-input {
  background-color: #E3000B;
  border-color: #E3000B;
}

.adertisement_box1 .form-check-input:checked {
  background-color: #27D79E;
  border-color: #27D79E;
}

.adertisement_popup_body {
  display: block;
  float: left;
  width: 100%;
}

.adertisement_popup_body h5 {
  font-size: 16px;
}

.adertisement_popup_body p {
  font-size: 14px;
  color: #747474;
  margin-top: 10px;
}

.modal-content {
  border-radius: 15px;
}

.modal-title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 100%;
  font-weight: 100;
}

.modal-header .btn-close {
  background: #E3000B url(../images/modal_close_but.svg) no-repeat;
  background-size: cover;
  border-radius: 100%;
  opacity: 1;
}

.adertisement_add_text_pannel {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.adertisement_add_text_box1_main {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  align-items: center;
}

.adertisement_add_text_box1_main p {
  font-weight: bold;
}

.adertisement_add_text_box1 {
  display: flex;
  float: left;
  width: 100%;
  margin-top: 5px;
  align-items: center;
}

.adertisement_add_text_box1 .offer_text {
  height: 44px;
  border-radius: 8px;
}

.adertisement_add_text_box1 .on_off_area {
  display: flex;
  float: right;
  margin-left: 15px;
  width: 120px;
  justify-content: space-between;
}

.adertisement_add_text_box1 .form-check-input:checked {
  background-color: #04B704;
  border-color: #04B704;
}

.adertisement_add_text_box1 .form-check-input {
  background-color: #E3000B;
  border-color: #E3000B;
}

.adertisement_instrucation_section {
  display: block;
  float: left;
  width: 100%;
  margin-top: 40px;
}

.adertisement_instrucation_section h2 {
  font-size: 22px;
}

.adertisement_instrucation_section img {
  max-width: 100%;
  margin-top: 15px;
}

.setting_main_section {
  display: block;
  float: left;
  width: 100%;
  margin: 30px 0 30px 0;
}

.setting_main_section .inside {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.11);
  text-align: center;
}

.setting_main_section .inside h2 {
  font-size: 20px;
  font-weight: 500;
}

.setting_main_section .inside .form-control {
  height: 46px;
  font-size: 14px;
}

.form-control {
  position: relative;
}

.setting_after_submit {
  display: block;
  float: left;
  width: 100%;
  margin: 15px 0;
}

.setting_after_submit h2 {
  color: #06CD8C;
  font-size: 50px !important;
  font-weight: 700 !important;
}

.setting_after_submit p a {
  text-decoration: underline;
  font-size: 18px;
}

.setting_after_submit p a:hover {
  color: #000;
}

.revenue_search_area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  float: left;
  align-items: center;
}

.revenue_search_area .form-floating {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin-right: 15px;
}

.revenue_search_but {
  margin: 0;
  margin-bottom: 1rem;
  padding: 16px 20px;
}

.owner_details_main_section {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}

.owner_details_main_section .nav-link {
  color: #000;
  font-weight: 500;
  position: relative;

}
.owner_details_main_section .nav-item
{
  position: relative;  
}

.owner_details_main_section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #E3000B;
  background: rgba(227, 0, 11, 0.14);
  position: relative;
}

.owner_details_box1 {
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.11);
  border-radius: 20px;
  margin: 10px 0 15px 0;
}

.owner_details_box1_heading {
  display: block;
  float: left;
  width: 100%;
  background: rgba(26, 213, 152, 0.3);
  border-radius: 20px 20px 0px 0px;
  padding: 15px 20px;
}

.owner_details_box1_heading h3 {
  color: #1AD598;
  font-size: 18px;
  font-weight: 500;
}

.owner_details_box1_body {
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
}

.owner_details_box1_body .top_pannel {
  display: flex;
  flex-wrap: wrap;
  float: left;
  align-items: center;
  width: 100%;
}

.owner_details_box1_body .top_pannel img {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  border: 4px solid #BBF3E1;
  margin-right: 12px;
  flex: 70px 0 0;
}

.owner_details_box1_body .top_pannel h2 {
  font-size: 18px;
  font-weight: 500;
}

.owner_details_box1_body .bottom_pannel {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.business_box .owner_details_box1_heading {
  background: rgba(0, 144, 255, 0.3);
}

.business_box .owner_details_box1_heading h3 {
  color: #0090FF;
}

.business_box .top_pannel img {
  border: 4px solid #B3DEFF;
}

.owner_details_list_pannel {
  display: block;
  float: left;
  width: 100%;
}

.owner_details_list_pannel h2 {
  font-size: 20px;
  font-weight: 500;
}

.owner_details_hotel_box1 {
  display: flex;
  float: left;
  width: 100%;
  margin-top: 15px;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  padding: 15px;
}

.owner_details_hotel_box1 .hotel_img {
  display: block;
  float: left;
  width: 200px;
}

.owner_details_hotel_box1 .hotel_img img {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}

.owner_details_hotel_box1 .hotel_right_text {
  display: block;
  float: left;
  width: calc(100% - 200px);
  padding-left: 25px;
}

.hotel_right_text .top_pannel {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  float: left;
  justify-content: space-between;
}
.owner_details_hotel_box1 .hotel_right_text .heading 
{
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.owner_details_hotel_box1 .hotel_right_text .heading  h2
{
  font-size: 18px;
  color: #E3000B;
}
.plan_section h2
{
  font-size: 18px;
  color: #E3000B; 
  margin-bottom: 10px;
}


.hotel_right_text .top_pannel h2 {
  font-size: 17px;
}

.hotel_right_text .top_pannel .on_off_area {
  display: flex;
  float: right;
  justify-content: space-between;
}

.hotel_right_text .top_pannel .on_off_area p {
  margin-right: 10px;
  font-weight: 500;
  color: #809FB8;
}

.hotel_right_text .top_pannel .form-check-input {
  background-color: #E3000B;
  border-color: #E3000B;
}

.hotel_right_text .top_pannel .form-check-input:checked {
  background-color: #04B704;
  border-color: #04B704;
}

.hotel_right_text_address {
  display: block;
  float: left;
  width: 100%;
}

.hotel_right_text_address p {
  color: #606060;
  position: relative;
  padding-left: 18px;
}

.hotel_right_text_address p i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #D62718;
}

.hotel_right_text_room_pannel {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}

.hotel_right_text_room_pannel h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.hotel_right_text_room_pannel p {
  color: #646464;
  font-size: 15px;
}


.hotel_right_text_contact_pannel {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}

.hotel_right_text_contact_pannel h3 {
  color: #E3000B;
  font-size: 18px;
  margin-bottom: 5px;
}

.hotel_right_text_contact_pannel p {
  color: #646464;
  font-size: 15px;
  position: relative;
  padding-left: 26px;
}

.hotel_right_text_contact_pannel p i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #E3000B;
}


.swal2-popup {
  width: 30em !important;
  border-radius: 25px !important;
}

.swal2-title {
  font-size: 20px !important;
}

.swal2-html-container {
  font-size: 15px !important;
}

.swal2-styled.swal2-confirm {
  background: linear-gradient(90deg, #d11225 0%, #f60d0d 100%) !important;
  box-shadow: none !important;
}

.swal2-icon {
  width: 3em !important;
  height: 3em !important;
}

.swal2-icon .swal2-icon-content {
  font-size: 2.75em !important;
  margin-top: 15px !important;
}

.swal2-icon.swal2-warning {
  border-color: #0D87D2 !important;
  color: #0D87D2 !important;
}


.details_banner_section {
  display: block;
  float: left;
  width: 100%;
}

.details_banner_section .carousel-item img {
  float: left;
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}

.details_banner_section .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 100%;
}

.details_banner_section .carousel-indicators .active {
  opacity: 1;
}

.details_body {
  display: block;
  float: left;
  width: 100%;
  margin: 40px 0;
}

.details_left_area {
  display: block;
  float: left;
  width: calc(100% - 350px);
}

.hotel_details_heading {
  display: flex;
  float: left;
  width: 100%;
  background: #fff;
  align-items: center;
  justify-content: space-between;
}

.hotel_details_heading .left_area {
  display: block;
  float: left;
}

.hotel_details_heading .left_area h2 {
  font-size: 28px;
}

.hotel_details_heading .left_area h4 {
  font-size: 16px;
  color: #606060;
  font-weight: 100;
}

.hotel_details_heading .left_area h4 a {
  color: #606060;
}

.hotel_details_heading .left_area h4 i {
  color: #FF8A00;
}

.hotel_details_heading .left_area h4 a:hover {
  color: #D62718;
}

.hotel_details_heading .left_area p {
  font-size: 16px;
  color: #606060;
  margin-top: 5px;
}

.hotel_details_heading .left_area p i {
  color: #D62718;
}

.hotel_details_heading .right_area {
  display: flex;
  float: left;
  width: 70px;
  flex: 0 0 70px;
}

.hotel_details_heading .right_area .avalable_teg {
  display: block;
  float: left;
  width: 70px;
  height: 66px;
  background: url(../images/available_tag.svg) no-repeat;
  background-size: 100%;
}

.hotel_details_heading .right_area .avalable_teg h2 {
  font-size: 20px;
  font-weight: 700 !important;
  color: #fff;
  text-align: center;
  margin-top: 21px;
}

.hotel_details_description_area {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D8D8D8;
}

.hotel_details_description_area h2 {
  font-size: 20px;
}

.hotel_details_description_area p {
  font-size: 15px;
  color: #969696;
  margin-top: 5px;
}

.hotel_details_amenities_area {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D8D8D8;
}

.hotel_details_amenities_area .heading {
  display: block;
  float: left;
  width: 100%;
}

.hotel_details_amenities_area .heading h2 {
  font-size: 20px;
}

.hotel_details_amenities_area .category_section {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}

.hotel_details_amenities_area .category_section h3 {
  color: #D62718;
  font-size: 16px;
}

.hotel_details_amenities_area .category_section ul {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}

.hotel_details_amenities_area .category_section ul li {
  list-style-type: none;
  position: relative;
  margin-top: 10px;
  width: calc(100% / 3);
  color: #3A544F;
  font-size: 14px;
  padding-left: 25px;
}

.hotel_details_amenities_area .category_section ul li::before {
  /* content: url(../images/tick.svg); */
  position: absolute;
  left: 0;
  top: 3px;
}

.amenities_view_all {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #484848;
  font-weight: 700;
  margin-top: 15px;
}

.amenities_view_all:hover {
  color: #D62718;
}

.hotel_details_room_section {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D8D8D8;
}

.hotel_details_room_section .heading {
  display: block;
  float: left;
  width: 100%;
}

.hotel_details_room_section .heading h2 {
  font-size: 20px;
}

.room_box1 {
  display: block;
  float: left;
  width: 100%;
  background: #ededed;
  border-radius: 10px;
  margin-top: 30px;
  padding: 15px;
  position: relative;
}

.room_box1::after {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 30px;
  background: #D62718;
  border-radius: 0px 5px 5px 0px;
}

.room_box1 .room_name {
  display: block;
  float: left;
  width: 100%;
}

.room_box1 .room_name h2 {
  font-size: 17px;
  font-weight: bold;
}

.room_box1 .room_main_img_and_left_text {
  display: flex;
  float: left;
  width: 100%;
  margin-top: 12px;
}

.room_box1 .room_main_img {
  display: block;
  float: left;
  width: 200px;
  flex: 200px 0 0;
}

.room_box1 .room_main_img img {
  float: left;
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: center;
}

.room_box1 .left_text {
  display: block;
  float: left;
  width: 100%;
  padding: 0 0 0 20px;
}

.room_box1 .left_text .top {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}

.room_box1 .left_text .top p {
  margin-right: 15px;
}

.room_box1 .left_text .top p img {
  margin-right: 5px;
}

.room_box1 .left_text .middle {
  display: block;
  float: left;
  width: 100%;
  margin-top: 12px;
}

.room_box1 .left_text .middle h2 {
  font-size: 22px;
}

.room_box1 .left_text .bottom {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-top: 12px;
  align-items: center;
  justify-content: space-between;
}

.room_box1 .left_text .bottom p i {
  color: #04B704;
}

.select_but {
  background: #9F9F9F;
  color: #F3F3F3;
  width: 100px;
  height: 40px;
  font-size: 15px;
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
}

.details_policy_section {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D8D8D8;
}

.details_policy_section .heading {
  display: block;
  float: left;
  width: 100%;
}

.details_policy_section .heading h2 {
  font-size: 20px;
}

.details_policy_section .checkin_out {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.details_policy_section .checkin_out .box1 {
  display: block;
  float: left;
  margin-right: 25px;
}

.details_policy_section .checkin_out .box1 h4 {
  color: #8D8D8D;
  font-size: 15px;
}

.details_policy_section .checkin_out .box1 p {
  color: #D62718;
  font-size: 16px;
  font-weight: 700;
}

.details_policy_section .category_section {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}

.details_policy_section .category_section h2 {
  font-size: 16px;
  color: #232323;
}

.details_policy_section .category_section ul {
  display: block;
}

.details_policy_section .category_section ul li {
  list-style-type: none;
  position: relative;
  margin-top: 10px;
  color: #3A544F;
  font-size: 14px;
  padding-left: 25px;
}

.details_policy_section .category_section ul li img {
  position: absolute;
  left: 0;
  top: 3px;
}

.details_right_area {
  display: block;
  float: right;
  width: 320px;
}

.rating span {
  font-size: 14px;
  font-weight: 700 !important;
  margin-left: 5px;
  color: #000;
}

.rating i {
  color: #FFBD00 !important;
  margin: 0 1px;
}

.room_box1 .bottom_slider_area {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}

.room_slider_box1 {
  display: block;
  float: left;
  width: 100%;
}

.room_slider_box1 img {
  float: left;
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
}

.room_box1 .bottom_text {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}

.room_box1 .bottom_text p {
  color: #3A544F;
  font-size: 16px;
}

.restaurant_details_contact_area {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D8D8D8;
}

.restaurant_details_contact_area .heading {
  display: block;
  float: left;
  width: 100%;
}

.restaurant_details_contact_area .heading h2 {
  font-size: 20px;
}

.restaurant_details_contact_area .details2 {
  display: block;
  float: left;
  width: 100%;
  margin-top: 12px;
}

.restaurant_details_contact_area .details2 p {
  color: #606060;
  font-size: 14px;
  margin-top: 10px;
  position: relative;
  padding-left: 25px;
}

.restaurant_details_contact_area .details2 p i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #D62718;
  font-size: 16px;
}

.restaurant_details_right_box {
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.11);
  border-radius: 12px;
  padding: 15px;
  position: sticky;
  top: 20px;
}

.restaurant_details_right_box h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.restaurant_details_right_box input {
  background: #E9EEF1;
  height: 54px;
}

.menu_main_heading {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.menu_main_heading h2 {
  display: inline-block;
  position: relative;
  color: #D62718;
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 58px;
}

.menu_main_heading h2::before {
  content: url(../images/menu_heading_left_line.svg);
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
}

.menu_main_heading h2::after {
  content: url(../images/menu_heading_right_line.svg);
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
}

.menu_box1 {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
  justify-content: space-between;
}

.menu_box1 .left h2 {
  font-size: 18px;
}

.menu_box1 .left p {
  font-size: 12px;
  color: #878787;
}

.menu_box1 .right p {
  font-size: 18px;
  color: #D62718;
  font-weight: 700;
}

.alert_area .fa-arrows-rotate {
  margin-left: 10px;
  font-size: 18px;
}

.login_body {
  display: block;
  float: left;
  width: 100%;
  background: linear-gradient(114.84deg, #1C74BA -1.45%, #555FA3 27.92%, #BF3778 98.36%);
  position: fixed;
  overflow-y: auto;
  height: 100%;
}

.login_bg {
  background: url(../images/login_bg.jpg) center no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
}

.admin_details_section .details_banner_section .carousel-item img {
  height: 350px;
}

.admin_details_section .details_left_area {
  width: 100% !important;
}

.admin_details_section .hotel_details_heading {
  background: none;
}

.timepicker__header {
  position: relative !important;
  background: #E3000B !important;
}

.timepicker-dial__control {
  outline-style: none !important;
  border: none !important;
  box-shadow: none !important;
}

.clock-face__number>span.active {
  background-color: #E3000B !important;
}

.clock-face__clock-hand {
  background-color: #E3000B !important;
}

.timepicker-button {
  color: #E3000B !important;
}

.clock-face__clock-hand_minute:before {
  border: 4px solid #E3000B !important;
}

.nav-item .fa-angle-down {
  float: right;
}

.cancle_booking_but_area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  justify-content: space-between;
}

.cancle_booking_but_area2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  justify-content: center;
}

.red_but2 {
  display: block;
  float: left;
  width: 48%;
  padding: 12px 30px;
  min-width: 130px;
  background: linear-gradient(90deg, #E52636 0%, #E52636 100%);
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  transition: all .5s;
  transition-timing-function: ease-out;
}

.red_but2:hover {
  background: #0E244B;
  color: #fff;
}

.cancel_but2 {
  display: block;
  float: left;
  width: 48%;
  padding: 12px 30px;
  min-width: 130px;
  border: 1px solid #D62718;
  border-radius: 10px;
  color: #D62718;
  font-weight: 700;
  transition: all .5s;
  transition-timing-function: ease-out;
}

.cancel_but2:hover {
  background: #0E244B;
  color: #fff;
}

.no_date {
  max-width: 100%;
}

.upload_img2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.password_eye {
  display: block;
  float: right;
  position: absolute;
  right: 12px;
  top: 25px;
  cursor: pointer;
}

.form-group {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

.error {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #FA3139;
  font-size: 14px;
  margin-top: 5px;
  text-align: left;
}

.owner_details_new_listing {
  display: flex;
  float: left;
  width: 100%;
  margin-top: 15px;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  padding: 15px;
  align-items: center;
}

.owner_details_new_listing .hotel_img {
  display: block;
  float: left;
  width: 200px;
  flex: 200px 0 0;
}

.owner_details_new_listing .hotel_img img {
  float: left;
  width: 100%;
  height: 120px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}

.owner_details_new_listing .text_area {
  display: block;
  float: left;
  width: 100%;
  margin: 10px 15px;
}

.owner_details_new_listing .text_area h2 {
  font-size: 20px;
}

.owner_details_new_listing .text_area p {
  font-size: 14px;
  color: #646464;
}

.owner_details_new_listing .but_area_area {
  display: flex;
  float: left;
  width: 270px;
  margin: 10px 0;
  flex: 0 0 270px;
}

.approved_but {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 25px;
  background: #03D103;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  margin: 5px;
}

.approved_but:hover {
  background: #000 !important;
  color: #fff;
}

.declined_but {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 25px;
  background: #E3000B;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  margin: 5px;
}

.declined_but:hover {
  background: #000 !important;
  color: #fff;
}

.settings_page_heading {
  display: block;
  float: left;
  width: 100%;
}

.settings_page_heading h2 {
  font-size: 20px;
  font-weight: 500;
}

.setting_subscription_boxes {
  display: block;
  float: left;
  width: 100%;
}

.setting_subscription_box1 {
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  margin: 15px 0 15px 0;
  overflow: hidden;
  height: calc(100% - 30px);
}

.setting_subscription_box1 .heading {
  display: block;
  float: left;
  width: 100%;
  background: #E3000B;
  padding: 10px 100px 10px 15px;
  position: relative;
}

.setting_subscription_box1 .heading h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.setting_subscription_box1 .heading p {
  color: #fff;
}

.setting_subscription_box1 .body {
  display: block;
  float: left;
  width: 100%;
}

.setting_subscription_box1 .body .top {
  display: flex;
  float: left;
  width: 100%;
  padding: 15px 15px;
  justify-content: space-between;
  align-items: center;
}

.setting_subscription_box1 .body .left {
  display: block;
  float: left;
  width: 100%;
}

.setting_subscription_box1 .body .left h2 {
  font-size: 18px;
}
.setting_subscription_box1 .body .left h2 span
{
  font-size: 16px; 
}

.setting_subscription_box1 .body .left p {
  font-size: 16px;
}
.setting_subscription_box1 .body .left h4 {
  color: #E3000B;
  font-size: 18px;
}

.setting_subscription_box1 .body .right {
  display: block;
  float: left;
  width: 40px;
  flex: 0 0 40px;
}

.setting_subscription_box1 .body .bottom {
  display: flex;
  float: left;
  width: 100%;
  padding: 0 15px 15px 15px;
}

.plan_edit {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: #E3000B;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  margin: 2px;
}

.plan_edit:hover {
  background: #000;
  color: #fff;
}

.plan_del {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: #E3000B;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  margin: 2px;
}

.plan_del:hover {
  background: #000;
  color: #fff;
}

.setting_subscription_box1 .form-check {
  display: inline-block;
}

.setting_subscription_box1 .form-check-input {
  background-color: #E3000B;
  border-color: #E3000B;
}

.setting_subscription_box1 .form-check-input:checked {
  background-color: #27D79E;
  border-color: #27D79E;
}

.offer_slider_area {
  display: block;
  float: left;
  width: 100%;
  background: #000;
  border-radius: 15px;
  overflow: hidden;
}

.offer_slider_area img {
  opacity: .5;
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
}

.offer_slider_area .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  left: 40px;
  right: 40px;
  bottom: auto;
}

.offer_slider_area .carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: none !important;
  opacity: 1;
}

.offer_slider_area .carousel-indicators .active {
  background: #E52636;
}

.offer_slider_area h5 {
  font-size: 20px;
}

.offer_slider_area h2 {
  font-size: 30px;
}

.offer_slider_area p {
  font-size: 18px;
  margin-top: 10px;
}

.offer_slider_area h3 {
  font-size: 35px;
}

.transaction_number {
  font-size: 12px;
  color: #E52636;
}

.declined {
  font-size: 10px;
  background: #E52636;
  color: #fff;
  padding: 3px 8px;
  border-radius: 15px;
}

.accepted {
  font-size: 10px;
  background: #04B704;
  color: #fff;
  padding: 3px 8px;
  border-radius: 15px;
}
.business_type_drop_section
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 15px;
}
.business_type_drop_section h3
{
  font-size: 16px;
}
.business_type_drop_section .form-select
{
  height: 46px;
}

.progress {
  font-size: 10px;
  background: rgb(188, 164, 11);
  color: #fff;
  padding: 3px 8px;
  border-radius: 15px;
}
.progress2 {
  font-size: 10px;
  background: rgb(188, 164, 11);
  color: #fff;
  padding: 3px 8px;
  border-radius: 15px;
}

.requested {
  font-size: 10px;
  background: rgb(190, 184, 5);
  color: #fff;
  padding: 3px 8px;
  border-radius: 15px;
}

.manual_pay_heading {
  font-size: 20px;
}

.manual_pay_text {
  font-size: 18px;
  font-weight: 700;
}

.manual_pay_text span {
  color: #00a200;
  font-size: 30px;
  font-weight: 700;
}

.toggle-options-box {

  align-self: center;
  padding: 15px;
  border-radius: 10px;
  margin-top: 10px;
  /* Add margin to separate heading and options */
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 10px 0;
  background: #eaeaea;
  border-radius: 10px;
  padding: 10px 18px;
}

/* CSS styles for the toggle buttons */
.toggle-button-container {
  display: flex;
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(223, 223, 223, .3);
  padding: 12px 0;
  justify-content: space-between;
}

.toggle-button {
  width: 50px;
  /* Adjust the width of the toggle button */
  height: 20px;
  /* Adjust the height of the toggle button */
  background-color: #ccc;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  /* Adjust the horizontal spacing between options */
}

.toggle-button .circle {
  width: 20px;
  /* Adjust the width of the circle */
  height: 20px;
  /* Adjust the height of the circle */
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.2s;
}

.toggle-button.active .circle {
  transform: translateX(30px);
  /* Adjust the toggle distance */
}

.toggle-options-box .form-check-input:checked {
  background-color: #06ac00;
  border-color: #06ac00;
}

.toggle-options-box .form-check-input {
  background-color: #E3000B;
  background-image: url(../images/switch_redio.svg) !important;
}

.toggle-options-box .switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab_section {
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}

.settings_manage_business_but_area {
  display: block;
  float: left;
  width: 100%;
  padding: 0 15px;
}

.settings_manage_business_but_area .form-select {
  height: 46px;
}

.owner_exclamation {
  font-size: 20px;
  color: red;
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 23px;
  position: absolute;
  top: -8px;
  right: -2px;
  border-radius: 100px;
}
.approve_modal_text
{
  text-align: center;
}
.approve_modal_text h4
{
  font-size: 16px;
  text-align: center;
}
.approve_modal_text p
{
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.angular-editor-wrapper img 
{ 
  width: 100%;
  max-width: 250px;
  margin: 15px 0;
  height: 150px;
  object-fit: contain;
  object-position: center;
}


.user_table_area .table_body .video_img {
  display: inline-block;
  width: 180px !important;
  height: 100px;
  border-radius: 5px;
  position: relative;
}
.border_none
{
  border: none !important;
}
.file_upload2
{
  position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 15px 10px 0 0;
}
.file_upload1
{
  position: relative;
    display: inline-block;
    vertical-align: top;
    width: 250px !important;
    height: 170px !important;
}
.new_plan_header_tag {
  padding: 4px 15px;
  background: #FFE500;
  color: #000;
  border-radius: 20px 0 0 20px;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.plan_section
{
  display: block;
  float: left;
  width: 100%;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  margin: 10px 0;
  padding: 10px 0;
}
.resources_category
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.resources_category .drop_box
{
  display: block;
  float: left;
  width: 100%;
  position: absolute;
  top: 40px;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  left: 0;
  z-index: 1;
  background: #fff;
}
.resources_category .drop_box .top_section
{
  display: block;
  float: left;
  width: 100%;
  padding: 12px;
  max-height: 200px;
  overflow-y: auto;
}
.drop_box .top_section .category1
{
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
}
.drop_box .top_section .category1 span i
{
  margin: 0 5px;
}

.resources_category .drop_box .top_section::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #d3d3d3;
  background-color: #d3d3d3;
}

.resources_category .drop_box .top_section::-webkit-scrollbar {
  width: 5px;
  background-color: #a5a5a5;
}

.resources_category .drop_box .top_section::-webkit-scrollbar-thumb {
  background-color: #a5a5a5;
}

.resources_category .drop_box .bottom_section
{
  display: flex;
  float: left;
  width: 100%;
  padding: 12px;
  border-top: 1px solid #dadada;
  align-items: center;
  justify-content: space-between;
}
.add_category
{
  margin-left: 15px;
  font-size: 25px;
}
.resources_category .form-control
{
  height: 34px;
}
.description
{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table_dropdown_div
{
    display: flex;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.table_dropdown_div .dropdown:hover ul.dropdown-menu{ display: block; }

.table_dropdown_div .dropdown-toggle::after {
    display: none ;
}
.table_dropdown_div .dropdown-menu {
    width: 100%;
    min-width: 600px;
}
.table_dropdown_div .dropdown-menu
{
    padding: 0;
}
.table_dropdown_div .dropdown-menu li
{
    padding: 8px 12px;
    font-size: 13px;
}
.table_dropdown_div i
{
  color: #809FB8;
}
.dropdown-menu-bussiness-count
{
  min-width: 200px !important;
  max-height: 150px;
  overflow-y: auto;
}
.dropdown-menu-bussiness-count a
{
  color: #707070;
}
.table_dropdown_div .dropdown-menu li:nth-child(odd)
{
  background: #F0F6FC;
}
.dropdown-menu-bussiness-count a:hover
{
  color: #E3000B;
}
.about_numbers_heading
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.about_numbers_heading h2
{
  font-size: 17px;
}
.about_numbers_form
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.about_numbers_heading .form-check-input:checked {
  background-color: #27D79E;
  border-color: #27D79E;
}
.about_numbers_heading .form-check-input {
  background-color: #E3000B;
  border-color: #E3000B;
}
.profile_style1
{
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
.profile_style1 .fa-comment
{
  font-size: 18px;
  margin-left: 10px;
}
.chat_icon
{
  object-fit: contain !important;
  width: 21px !important;
  height: auto !important;
   border-radius: 0 !important;
   margin-left: 10px;
}
.profile_style1 img
{
  width: 36px;
  height: 36px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  margin-right: 5px;
}
.total_registration
{
  color: #ABC6DC !important;
}

.active_account
{
  color: #248F13 !important;
}


.inactive_account
{
  color: #DA0606 !important;
}


.incomplete_account
{
  color: #B78900 !important;
}
.pointer
{
  cursor: pointer;
}

.support_sub_heading_filter2 {
  display: flex;
  float: left;
  margin-top: 15px;
  justify-content: space-between;
  align-items: center;
}
.support_sub_heading_filter2 select
{
  font-size: 14px;
  min-width: 120px;
}



.details_banner_section_new
{
  display: block;
  float: left;
  width: 100%;
}
.details_banner_img1
{
  display: block;
  float: left;
  width: 100%;
}
.details_banner_img1 img
{
  width: 100%;
  height: 504px;
  object-fit: cover;
  object-position: center;
}

.details_banner_img2
{
  display: block;
  float: left;
  width: 100%;
}
.details_banner_img2 img
{
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}


.details_banner_img3
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.details_banner_img3 img
{
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}
.more_images
{
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2) ;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.more_images p
{
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  padding: 20px;
}
.active_plan p
{
  color: #D62718;
    font-size: 16px;
    font-weight: bold;
}
.active_plan h3
{
  font-size: 16px;
  font-weight: 600;
  color: #04B704;
}
.conversation-area
{
  position: relative;
}
.conversation-area .search_area
{
  position: sticky;
  top: 5px;
  left: 0;
  z-index: 5;
  padding: 10px 15px;
  background: #fff;
}

.image_light_box_heading strong
{
  font-size: 14px;
}
.image_light_box_heading span
{
  display: inline-block;
  vertical-align: top;
  padding: 2px 6px;
  color: #fff;
  border-radius: 4px;
  background: #039900;
  font-size: 10px;
  margin: 0 5px 0 12px;
}
.image_light_box_heading
{
  display: flex;
  align-items: center;
}

.modal_image_gallery_top
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 60px;
  position: relative;
}
.modal_image_gallery_top img
{
  width: 100%;
  height: 400px;
  object-fit: contain;
  object-position: center;
}
.image_gallery_left_arrow
{
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
}
.image_gallery_right_arrow
{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
}
.modal_image_gallery_count
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  margin: 15px 0;
}
.modal_image_gallery_count p
{
  font-size: 15px;
  font-weight: 500;
}

.modal_image_gallery_bottom
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 30px;
  position: relative;
}
.image_gallery_left_arrow2
{
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.image_gallery_right_arrow2
{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.modal_image_gallery_bottom .img_area
{
  display: flex;
  float: left;
  width: 100%;
  overflow-y: auto;
  justify-content: center;
}
.modal_image_gallery_bottom .img_area img
{
  width: 150px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  margin: 5px;
  opacity: .3;
  cursor: pointer;
}
.image_gallery_bottom_active img
{
  opacity: 1 !important;  
}
.bg-success
{
  background: #21AA47 !important;
}
.plan_section .bg-success
{
  background: #21AA47 !important;
}
.plan_section .bg-danger
{
  background: #dc3545 !important;
}
.plan_section .bg-info
{
  background: #FF7F50 !important;
}



