@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

*
{
  margin: 0;
  padding: 0;
}
body {
  color: #2E2E2E;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 400;
	overflow-x: hidden !important;
  font-size: 14px;
}

a
{
  text-decoration: none;
  color: #E3000B;
}

a:hover, a:active {
  	outline: none;
  	text-decoration: none;
	  color: #000000;
}

ul, p {
  padding: 0;
	margin:0;
	font-size:14px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  padding: 0;
	margin:0;
  font-size: 25px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
section
{
	display:block;
	float:left;
	width:100%;
  position: relative;
}
header
{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  border-bottom: 5px solid #ccced0;
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
header .inside
{
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.header_logo_area
{
  display: block;
  float: left;
  width: 170px;
}
.header_logo_area img
{
  float: left;
  width: 100%;
  max-width: 170px;
}
.header_right_area
{
  display: flex;
  float: left;
  width: auto;
  align-items: center;
}
.search_icon
{
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #E6E6E6;
  justify-content: center;
  align-items: center;
  transition: all .5s ;
	transition-timing-function:ease-out;
  cursor: pointer;
  position: relative;
}
.search_icon i
{
  font-size: 14px;
  color: #656565;
}
.search_icon:hover
{
  background: #E3000B;
  color: #fff !important;
}
.search_icon:hover i
{
  color: #fff !important;
}
.location_area
{
  display: block;
  float: right;
  width: auto;
  margin-right: 15px;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
  min-height: 26px;
}
.location_area i
{
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 18px;
  color: #E3000B;
}
.location_area h3
{
  font-size: 14px;
  margin-top: 3px;
}
.location_area p
{
  font-size: 14px;
  line-height: 14px;
  color: #545454;
}


.login_register_but
{
  display: inline-block;
  width: auto;
  padding: 10px 14px;
  background: #E3000B;
  border-radius: 8px;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.login_register_but i
{
  font-size: 18px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
.login_register_but:hover
{
  background: #2E2E2E;
  color: #fff;
}
.top_profile_area
{
  display: inline-block;
  width: auto;
  cursor: pointer;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.profile_image_after_login
{
  width: 36px;
  height: 36px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 11%);
}

header .inside .navbar-expand-lg .navbar-nav .nav-link
{
  padding: 5px 15px;
  position: relative;
  padding-bottom: 10px;
}
header .inside .navbar-light .navbar-nav .nav-link
{
  color: #000;
}
header .inside .navbar-light .navbar-nav .nav-link:hover::after
{
  position: absolute;
  content: '';
  width: 60px;
  height: 4px;
  background: #E3000B;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

header .inside .navbar-light .navbar-nav .nav-link.active::after
{
  position: absolute;
  content: '';
  width: 60px;
  height: 4px;
  background: #E3000B;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
footer
{
  display: block;
  float: left;
  width: 100%;
  border-top: 1px solid #E3E3E3;
}
footer .top_section
{
  display: block;
  float: left;
  width: 100%;
  padding: 25px 0;
}
.footer_box1
{
  display: block;
  float: left;
  width: 100%;
  margin: 15px 0;
}
.footer_box1 img
{
  width: 100%;
  max-width: 200px;
  margin-bottom: 25px;
}
.footer_box1 p
{
  color: #3D3D3D;
  margin-top: 5px;
}
.footer_box1 p a
{
  color: #3D3D3D; 
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.footer_box1 p a:hover
{
  color: #E3000B;
}

.footer_box2
{
  display: block;
  float: left;
  width: 100%;
  margin: 15px 0;
}
.footer_box2 h2
{
  font-size: 18px;
  font-weight: 600 !important;
  margin-bottom: 20px;
}

.footer_box2 ul
{
  color: #3D3D3D;
  margin-top: 5px;
  list-style-type: none;
}
.footer_box2 ul li
{
  margin-bottom: 14px;
}
.footer_box2 ul li a
{
  color: #3D3D3D; 
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.footer_box2 ul li a:hover
{
  color: #E3000B;
}
.footer_box2 p i
{
  font-size: 19px;
  margin-right: 18px;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.footer_box2 p i:hover
{
  color: #6b6b6b;
}



footer .bootm_section
{
  display: block;
  float: left;
  width: 100%;
  padding: 15px 0;
  background: #E3E3E3;
}
footer .bootm_section p
{
  color: #6b6b6b;
  margin: 0;
}
.body_section {
  display: block;
  float: left;
  padding: 60px 0;
}

.login_section {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.login_section .img_area {
  display: block;
  float: left;
  width: 53%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
}
.login_section .img_area img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}
.login_section .right_area {
  display: block;
  float: right;
  width: 52%;
  margin: 30px 0 50px 0;
}
.login_section .right_area .inner
{
  display: block;
  float: left;
  width: 100%;
  padding: 35px 35px 0 35px;
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.login_section .right_area .top_text {
  display: block;
  float: left;
  width: 100%;
}
.login_section .right_area .top_text h2
{
  font-size: 25px;
  font-weight: 600 !important;
  margin: 0 0 5px 0;
}
.login_section .right_area .top_text p
{
  margin: 0;
  color:  #847F7F !important;
}

.login_form
{
  display: block;
  float: left;
  width: 100%;
}
.login_form input
{
  background: #E9EEF1;
  border: none;
  border-radius: 8px;
}
.login_form textarea
{
  background: #E9EEF1;
  border: none;
  border-radius: 8px;
}
.login_form input:focus ,.login_form textarea:focus
{
  background: #E9EEF1;
}
.login_form input:-webkit-autofill,
.login_form input:-webkit-autofill:hover, 
.login_form input:-webkit-autofill:focus,
.login_form textarea:-webkit-autofill,
.login_form textarea:-webkit-autofill:hover,
.login_form textarea:-webkit-autofill:focus,
.login_form select:-webkit-autofill,
.login_form select:-webkit-autofill:hover,
.login_form select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #E9EEF1 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.form-floating>label {
  padding: 15px 20px;
}
.form-floating>.form-control ,.form-select {
  padding: 15px 20px;
}
.form-floating>.form-control, .form-floating>.form-select {
  height: 54px;
}
.forgot_password
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: right;
  margin-top: 5px;
}
.forgot_password a
{
  text-decoration: none;
  color: #E52636;
  font-weight: 600;
  font-size: 14px;
}
.forgot_password a:hover
{
  color: #000000;
}
.login_form .but_area
{
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}
.red_but3
{
  display: inline-block;
  vertical-align: top;
  padding: 8px 25px;
  min-width: 130px;
  background: linear-gradient(90deg, #E52636 0%, #E52636 100%);
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  transition: all .5s ;
	transition-timing-function:ease-out;
  margin-bottom: -22px;
}
.red_but3:hover
{
  background: #000000;
  color: #fff;
}
.login_form_bottom_section
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 40px;
  text-align: right;
}
.login_form_bottom_section p
{
  font-size: 14px;
}
.login_form_bottom_section p a
{
  text-decoration: none;
  color: #E52636;
  font-weight: 600;
  font-size: 14px; 
}
.login_form_bottom_section p a:hover
{
  color: #000000;
}
.subpage_banner
{
  display: block;
  float: left;
  width: 100%;
  background: #000;
  position: relative;
  margin-top: 50px;
}
.subpage_banner .img_area
{
  display: block;
  float: left;
  width: 100%;
  opacity: .4;
  position: relative;
  z-index: 1;
}
.subpage_banner .img_area img
{
  float: left;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
.subpage_banner .text_area
{
  display: block;
  float: left;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 45%;
  transform: translateY(-50%);
  text-align: center;
}
.subpage_banner .text_area h2
{
  font-size: 30px;
  color: #fff;
  padding: 0 15px;
}

.subpage_banner::after
{
  content: '';
  position: absolute;
  float: left;
  z-index: 3;
  width: 100%;
  height: 130px;
  left: 0;
  bottom: -5px;
  background: url(../images/header_wave_bg.png) center center no-repeat;
  background-size: 100% 130px;
}

.signup_tab_area
{
  display: inline-block;
  vertical-align: top;
  width: 100%;

}
.signup_tab_area .nav-link
{
  border: 1px solid #D7D7D7;
  border-radius: 8px 8px 0 0;
  margin-right: 10px;
  color: #000;
  padding: 10px 30px;
  margin-bottom: 5px;
}
.signup_tab_area .nav-pills .nav-link.active, .signup_tab_area .nav-pills .show>.nav-link {
  color: #fff;
  background: linear-gradient(90deg, #E52636 0%, #E52636 100%);
  border: 1px solid #E52636;

}

.sub_admin_body
{
  display: block;
  float: left;
  width: 100%;
  background: url(../images/sub_admin_bg.jpg) repeat;
  padding: 120px 0 50px 0;
  min-height: 100vh;
}

.sub_admin_body .main_heading
{
  display: block;
  float: left;
  width: 100%;
}
.sub_admin_body .main_heading h2
{
  font-size: 25px;
  font-weight: 600 !important;
}
.sub_admin_body .card
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.17);
  border-radius: 8px;
  overflow: hidden;
}
.sub_admin_body .card .heading
{
  display: block;
  float: left;
  width: 100%;
  background: #F4F4F4;
  padding: 12px 20px; 
}
.sub_admin_body .card .heading h2
{
  font-size: 18px;
}
.sub_admin_body .card .body
{
  display: block;
  float: left;
  width: 100%;
  padding: 25px 20px; 
}
.sub_admin_body .profile_area
{
  display: block;
  float: left;
  width: 100%;
}
.password_change
{
  color: #E3000B;
  text-align: right;
  font-weight: 600;

}
.profile_but_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.business_logo h4
{
  font-size: 14px;
  font-weight: 600 !important;
}


/*************image upload******************/
.add_form_section .file_upload1
{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 250px;
  height: 180px;
  margin: 15px 10px 0 0;
}
.add_form_section  .upload_img
{
  position: absolute;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  left: 0 !important;
  top: 0 !important;
}
.add_form_section  .input--file
{
  position: absolute;
  z-index: 4;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
.add_form_section  .input--file input
{
  opacity: 0 !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  cursor: pointer !important;
  z-index: 4;
}
.add_form_section  .input--file span
{
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 34px;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  border: 2px solid #8D8D8D;
}


.add_form_section .file_upload2
{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  margin: 0 10px 0 0;
}
.add_form_section  .upload_img2
{
  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_form_section  .input--file2
{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 250px;
  height: 170px;
  margin: 15px 10px 0 0;
  border: 2px solid #0666A9;
  text-align: center;
  line-height: 170px;
}
.add_form_section  .input--file2 input
{
  opacity: 0 !important;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  cursor: pointer !important;
  z-index: 4;
}
.add_form_section  .input--file2 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_form_section  .input--file2 span i
{
  width: 50px;
  height: 50px;
  vertical-align: middle;
  display: flex;
  background: #919191;
  border-radius: 100%;
  text-align: center;
  z-index: 2;
  font-size: 18px;
  line-height: 40px;
  padding: 12px;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.add_form_section  .input--file2 span p
{
  width: 100%;
  margin-top: 10px !important;
}
.add_form_section .ng-hide
{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 244px;
  height: 170px;
  margin: 15px 10px 15px 0;
  border: 2px solid #0666A9;
}
.add_form_section .close
{
  position: absolute;
  z-index: 2;
  right: 5px;
  top: 5px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 23px;
  font-weight: bold;
  opacity: 1 !important;
  cursor: pointer;
  transition: all .5s ;
	transition-timing-function:ease-out;

}
.add_form_section .close:hover
{
  background: #E3000B;
  color: #fff;
}
/*************end upload******************/

.sub_admin_dashboard_graph_area
{
  display: block;
  float: left;
  width: 100%;
}
.ub_admin_dashboard_graph
{
  width: 100%;
}
.sub_admin_dashboard_total_boxes
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.sub_admin_dashboard_count_box1
{
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 20px;
  margin-top: 30px;
}
.sub_admin_dashboard_count_box1 .top
{
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.sub_admin_dashboard_count_box1 .top .icon_area
{
  display: flex;
  flex: 64px 0 0;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: #FFEDEE;
  justify-content: center;
  align-items: center;
}
.sub_admin_dashboard_count_box1 .top .icon_area img
{
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  object-position: center;
}
.sub_admin_dashboard_count_box1 .top h2
{
  font-size: 30px;
  font-weight: 600 !important;
}
.sub_admin_dashboard_count_box1 .bottom
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 5px;
}
.sub_admin_dashboard_count_box1 .bottom p
{
  color: #8D8D8D;
  font-size: 17px;
}

.sub_admin_dashboard_filter_area
{
  display: flex;
  flex-wrap: nowrap;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 20px;
  margin-top: 45px;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 140px;
}

.sub_admin_dashboard_filter_area .date_box
{
  display: block;
  float: left;
  width: 100%;
  margin: 0 10px;
}
.apply_but
{
  display: inline-block;
  vertical-align: top;
  padding: 14px 30px;
  min-width: 130px;
  background: linear-gradient(90deg, #E52636 0%, #E52636 100%);
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  transition: all .5s ;
	transition-timing-function:ease-out;
  margin-left: 10px;
}
.apply_but:hover
{
  background: #000000;
  color: #fff;
}


.income_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 45px;
}
.sub_admin_dashboard_income_boxes
{
  display: block;
  float: left;
  width: 100%;
}

.otp_boxes {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 30px 0;
  text-align: center;
  font-size: 18px;
}
.otp_boxes .form-control {
  padding: 14px 15px;
  text-align: center;
}
.nav-pills .nav-item
{
  cursor: pointer;
}
.sub_admin_header_profile
{
  display: block;
  float: left;
  position: relative;
  width: 40px;
  height: 40px;
}
.sub_admin_header_profile .drop_menu
{
  position: absolute;
  width: 225px;
  right: -10px;
  top: 42px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 10px 15px;
  z-index: 2;
  display: none;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.sub_admin_header_profile:hover .drop_menu
{
  display: block;
}
.sub_admin_header_profile .drop_menu ul
{
  list-style-type: none;
}
.sub_admin_header_profile .drop_menu ul li a
{
  display: inline-block;
  width: 100%;
  color: #000;
  padding: 10px 0;
  border-bottom: 1px solid #E4E4E4;
}
.sub_admin_header_profile .drop_menu ul li:last-child a
{
  border-bottom: none;
  cursor: pointer;
}
.sub_admin_header_profile .drop_menu ul li a:hover
{
  color: #E3000B;
}

.sub_admin_header_profile .img_area
{
  display: block;
  float: left;
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  filter: drop-shadow(0px 3.63359px 3.63359px rgba(0, 0, 0, 0.25));
}
.sub_admin_header_profile .img_area img
{
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sub_admin_header_notofication
{
  display: block;
  float: left;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #E3000B;
  margin-left: 15px;
  filter: drop-shadow(0px 3.63359px 3.63359px rgba(0, 0, 0, 0.25));
  text-align: center;
  line-height: 46px;
}
.sub_admin_header_notofication i
{
  color: #fff;
  font-size: 24px;
}

.terms_body
{
  display: block;
  float: left;
  width: 100%;
}

.terms_body h2
{
  font-size: 19px;
  margin: 35px 0 15px 0;
}

.terms_body p
{
  margin-top: 15px;
}

.terms_body ul
{
  margin: 15px 0 0 15px;
}
.terms_body ul li
{
  margin-top: 15px;
}
.about_main_area
{
  display: block;
  float: left;
  width: 100%;
}
.about_main_area .img_area
{
  display: block;
  float: left;
  width: 100%;
}
.about_main_area .img_area img
{
  max-width: 100%;
}

.about_main_area .text_area
{
  display: block;
  float: left;
  width: 100%;
}

.about_main_area .text_area h2
{
  font-size: 30px;
  font-weight: 600 !important;
}

.about_main_area .text_area h4
{
  font-size: 14px;
  font-weight: 600 !important;
  margin-top: 15px;
}

.about_main_area .text_area p
{
  color: #8D8D8D;
  font-size: 14px;
  margin-top: 15px;
}
.about_section2
{
  padding:55px 0;
  background: #F0F0F0 url(../images/pattern.png) repeat;
}
.about_section2 .heading
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.about_section2 .heading h2
{
  font-size: 30px;
  font-weight: 600 !important;
}
.about_section2 .boxes
{
  display: block;
  float: left;
  width: 100%;
}
.about_section2 .box1
{
  display: flex;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 15px;
  margin-top: 30px;
  align-items: center;
}
.about_section2 .box1 .icon_area
{
  display: flex;
  flex-wrap: nowrap;
  float: left;
  width: 50px;
  height: 50px;
  background: #FFF2F2;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  flex: 50px 0 0;
}
.about_section2 .box1 .icon_area img
{
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  object-position: center;
}
.about_section2 .box1 .text_area
{
  display: block;
  float: left;
  width: 100%;
  padding-left: 20px;
}
.about_section2 .box1 .text_area h2
{
  font-size: 24px;
  font-weight: 600 !important;
}
.about_section2 .box1 .text_area p
{
  font-size: 14px;
}

.contact_left_area
{
  display: block;
  float: left;
  width: 100%;
}
.contact_left_area .heading
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.contact_left_area .heading h2
{
  font-size: 25px;
}
.contact_left_area .form_area
{
  display: block;
  float: left;
  width: 100%;
}

.contact_right_area
{
  display: block;
  float: left;
  width: 100%;
}
.contact_right_area .heading
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

.contact_right_area .heading h2
{
  font-size: 25px;
}
.contact_right_area .contact_box1
{
  display: flex;
  float: left;
  width: 100%;
  margin: 30px 0 10px 0;
}
.contact_right_area .contact_box1 .image_area
{
  display: block;
  flex: 40px 0 0;
  width: 40px;
  margin-right: 15px;
}
.contact_right_area .contact_box1 .text_area h3
{
  font-size: 14px;
}
.contact_right_area .contact_box1 .text_area p
{
  color: #8D8D8D;
  margin-top: 3px;
}
.home_banner_section
{
  display: block;
  float: left;
  width: 100%;
  background: #000;
  position: relative;
  padding: 125px 0 120px 0;
}
.home_banner_section .img_area {
  display: block;
  float: left;
  width: 100%;
  opacity: .4;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
}
.home_banner_section .img_area img
{
  float: left;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home_banner_section::after {
  content: '';
  position: absolute;
  float: left;
  z-index: 3;
  width: 100%;
  height: 130px;
  left: 0;
  bottom: -5px;
  background: url(../images/header_wave_bg.png) center center no-repeat;
  background-size: 100% 130px;
}
.home_banner_section .text_area
{
  display: flex;
  float: left;
  width: 100%;
  position: relative;
  z-index: 4;
  min-height: 440px;
  align-items: center;
}
.home_banner_section .text_area .left_area
{
  display: block;
  float: left;
  width: 100%; 
  color: #fff;
}
.home_banner_section .text_area .left_area h2
{
  font-size: 45px;
  font-weight: 100;
}
.home_banner_section .text_area .left_area h3
{
  font-size: 45px;
}
.home_banner_section .text_area .right_form_area
{
  display: block;
  float: left;
  width: 100%; 
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}
.right_form_area .form-floating>.form-control, .form-select
{
  border: navajowhite;
  border-bottom: 1px solid #C6C6C6;
  border-radius: 0;
  padding-left: 30px;
  position: relative;
}
.right_form_area .form-floating>label {
  padding: 15px 20px 15px 30px;
  color: #8D8D8D !important;
}

.right_form_area input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
}

.right_form_area input::-webkit-datetime-edit {
  position: relative;
  left: 0px;
}

.right_form_area input::-webkit-datetime-edit-fields-wrapper {
  position: relative;
  left: 0px;
}
.right_form_area .from_img
{
  position: absolute;
  left: 0;
  top: 20px;
}
.right_form_area  input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.right_form_area .nav-link
{
  color: #000;
  font-weight: 600 !important;
}
.right_form_area .nav-pills .nav-link.active, .right_form_area .nav-pills .show>.nav-link {
  border-radius: 40px;
  background: #E3000B;
  color: #fff;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #E3000B;
}
.right_form_area .tab_section
{
  display: block;
  float: left;
  width: calc(100% + 40px);
  background: #F4F4F4;
  padding: 5px 20px;
  margin-left: -20px;
  margin-bottom: 12px;
}
.right_form_area .tab_section .nav {

}
.btn-check:focus+.btn, .btn:focus {
  box-shadow: none;
}
.right_form_area .tab_section .nav-link
{
  min-width: 95px;
  border-radius: 40px;
}

.right_form_area .tab_section::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #8D8D8D;
}

.right_form_area .tab_section::-webkit-scrollbar
{
	background-color: #8D8D8D;
  height: 6px;
  border-radius: 8px;
}

.right_form_area .tab_section::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #8D8D8D;
}


.home_section1
{
  display: block;
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #fff;
}
.offer_slider_area
{
  display: block;
  float: left;
  width: 100%;  
  background: #000;
  border-radius: 8px;
  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: 18px;
}
.offer_slider_area h2
{
  font-size: 30px; 
}

.offer_slider_area p
{
  font-size: 17px; 
  margin-top: 10px;
}
.offer_slider_area h3
{
  font-size: 35px;
  font-weight: 700;
}

.popular_attractions_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 40px;
}
.popular_attractions_area .heading
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.popular_attractions_area .heading h2
{
  font-size: 25px;
  text-transform: uppercase;
}
.popular_attractions_area .heading p
{
  color: #8D8D8D;
}
.popular_slider_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 25px; 
}
.attractions_box1
{
  display: block;
  float: left;
  width: 100%;
}
.attractions_box1 .img_area
{
  display: block;
  float: left;
  width: 100%;
}
.attractions_box1 .img_area img
{
  display: block;
  float: left;
  width: 100%;
  height: 180px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}
.attractions_box1 .text_area
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 12px;
}
.attractions_box1 .text_area p
{
  color: #000;
}

.popular_slider_area .owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  position: relative;
  background: linear-gradient(46.03deg, #E3000B 16.23%, #FA493B 85.83%);
  
}
.popular_slider_area .owl-prev::after
{
  font-family: "FontAwesome";
  position: absolute;
  content: "\f104";
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popular_slider_area .owl-next::after
{
  font-family: "FontAwesome";
  position: absolute;
  content: "\f105";
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.explore_listing_section
{
  display: block;
  float: left;
  width: 100%;
}
.explore_listing_section .heading_section
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
  z-index: 2;
  background: #E3000B url(../images/pattern.png) repeat;
  text-align: center;
}
.explore_listing_section .heading_section h2
{
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600 !important;
}
.explore_listing_section .heading_section::after
{
  position: absolute;
  content: '';
  background: url(../images/explore_listing_heading_arrow.png) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 80px;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
}
.explore_listing_section .body_section
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0 60px 0;
  z-index: 1;
  background: #F8F8F8 url(../images/pattern.png) repeat;
}
.item_card
{
  display: flex;
  flex-direction: column;
  float: left;
  width: 100%;box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  margin-top: 30px;
  overflow: hidden;
  background: #fff;
  cursor: pointer !important;
}
.item_card .img_area
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.item_card .img_area img
{
  float: left;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.bookmark_tag
{
  display: flex;
  float: right;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 76%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 50% 76%, 0 100%, 0 0);
  width: 25px;
  height: 36px;
  background: linear-gradient(46.03deg, #E3000B 16.23%, #FA493B 85.83%);
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 0;
  justify-content: center;
  cursor: pointer;
}
.bookmark_tag p
{
  font-weight: 600 !important;
  color: #fff;
  font-size: 15px;
}

.bookmark_tag span
{
  font-weight: 600 !important;
  color: #fff;
  font-size: 15px;
}

.bookmark_tag2
{
  display: flex;
  float: right;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 76%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 50% 76%, 0 100%, 0 0);
  width: 25px;
  height: 36px;
  background: linear-gradient(46.03deg, #E3000B 16.23%, #FA493B 85.83%);
  position: absolute;
  z-index: 2;
  right: 12px;
  top: 0;
  justify-content: center;
  cursor: pointer;
  color: #fff;
}
.bookmark_tag2 p
{
  font-weight: 600 !important;
  color: #fff;
  font-size: 18px;
}

.bookmark_tag2 span
{
  font-weight: 600 !important;
  color: #fff;
  font-size: 18px;
}

.item_card .text_area
{
  display: flex !important;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  padding: 15px;
  background: #fff;
  align-items: center;
  flex: 1 1 auto;
  position: relative;
}
.item_card .text_area .top_area {
  display: block;
  float: left;
  width: 100%;
}
.item_card .text_area .top_area h2 {
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item_card .text_area .left_area
{
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: wrap;
  float: left;
  width: calc(100% - 70px); 
  justify-content: space-between;
}
.item_card .text_area .left_area .top
{
  display: block;
  float: left;
  width: 100%;
}
.item_name
{
  font-size: 17px;
  font-weight: 600 !important;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
.item_address
{
  font-size: 14px;
  color: #8D8D8D;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
.item_distance
{
  font-size: 14px;
  color: #000;
  position: relative;
  padding-left: 16px;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
.item_distance i
{
  position: absolute;
  left: 0;
  top: 2px;
  color: #E3000B;
  font-size: 17px;
}
.rating span
{
  font-size: 14px;
  font-weight: 600 !important;
  margin-left: 5px;
  color: #000;
}
.rating i
{
  color: #FFBD00 !important;
  margin: 0px;
}
.item_card .text_area .left_area .bottom
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 5px;
}
.item_price
{
  font-size: 14px !important;
  font-weight: 100;
  margin-top: 10px;
}
.item_price strong
{
  color: #E3000B;
  font-size: 19px;
  font-weight: 600;
}
.item_category
{
  font-size: 14px;
  font-weight: 100;
}
.item_price_line_through
{
  text-decoration: line-through;
  color: #8D8D8D;
  margin: 0 3px 0 0;
}
.item_price_discount
{
  color: green;
  margin: 0 3px;
  font-weight: bold;
}

.item_pay_description
{
  color: #8D8D8D;
  font-size: 13px;
}
.destance
{
  font-size: 14px;
  font-weight: 100;
}
.destance i
{
  color: #E3000B;
  margin-right: 1px; 
}

.item_card .text_area .right_area
{
  display: flex;
  float: left;
  width: 70px; 
  margin-top: 20px;
  flex: 0 0 70px;
}
.item_card .text_area .right_area .avalable_teg
{
  display: block;
  float: left;
  width: 70px;
  height: 66px;
  background:url(../images/available_tag.svg) no-repeat;
  background-size: 100%;
  margin-top: 20px;
}
.item_card .text_area .right_area .avalable_teg h2
{
  font-size: 14px;
  font-weight: 600 !important;
  color: #fff;
  text-align: center;
  margin-top: 25px;
}

.item_card .text_area .right_area .sold_out_teg
{
  display: block;
  float: left;
  width: 70px;
  height: 61px;
  background:url(../images/sold_out_tag.svg) no-repeat;
  background-size: 100%;
}
.sold_out_teg
{
  display: block;
  float: left;
  width: 70px;
  height: 61px;
  background:url(../images/sold_out_tag.svg) no-repeat;
  background-size: 100%;
}

.home_offer_section
{
  
  padding: 60px 0;
}
.home_offer_section .heading
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.home_offer_section .heading h2
{
  font-size: 25px;
  text-transform: uppercase;
}
.home_offer_slider_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.home_offer_slider_area .owl-carousel .owl-item
{
  max-width: calc(100% / 3 - 30px);
}
.home_offer_box1
{
  display: block;
  float: left;
  width: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.home_offer_box1_img_area
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.home_offer_box1_img_area img
{
  display: block;
  float: left;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;  
}
.home_offer_box1_img_area::after
{
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.12) 100%);
}
.home_offer_box1_text_area
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  position: absolute;
  z-index: 3;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  color: #fff;
  align-content: space-around
}
.home_offer_box1_text_area p
{
  font-size: 17px;
  width: 100%;
}
.home_offer_box1_text_area h2
{
  font-size: 22px;
  font-weight: 600;
  width: 100%;
}
.book_but
{
    display: inline-block;
    vertical-align: top;
    padding: 8px 30px;
    min-width: 130px;
    background: linear-gradient(90deg, #E52636 0%, #E52636 100%);
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
    transition: all .5s;
    transition-timing-function: ease-out;
}
.book_but:hover
{
  background: #000000;
  color: #fff;
}
.home_offer_slider_area .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 27px;
}
.home_offer_slider_area .owl-theme .owl-dots .owl-dot.active span, .home_offer_slider_area  .owl-theme .owl-dots .owl-dot:hover span {
  background: #E3000B;
}

.testimonial_section
{
  padding: 60px 0;
  background: #E3000B url(../images/testimonial_bg.svg) no-repeat;
  background-size: cover;
}
.testimonial_section .heading
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.testimonial_section .heading h2
{
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
}
.testimonial_slider
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 25px;
}
.testimonial_box1
{
  display: block;
  float: left;
  width: 100%;
  border: 2px solid #fff;
  padding: 20px;
  border-radius: 8px;
}
.testimonial_box1 .top
{
  display: flex;
  float: left;
  width: 100%;
}
.testimonial_box1 .top .img_area
{
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  flex: 50px 0 0;
}
.testimonial_box1 .top .img_area img
{
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

}
.testimonial_box1 .top .text_area
{
  display: block;
  float: left;
  width: 100%;
  padding-left: 15px;
  color: #fff;
}
.testimonial_box1 .top .text_area p
{
  font-size: 14px;
}
.testimonial_box1 .top .text_area h2
{
  font-weight: 600 !important;
  font-size: 18px;
}

.testimonial_box1 .bottom
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.testimonial_box1 .bottom p
{
  color: #fff;
  font-size: 14px;
}
.testimonial_slider .owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  position: relative;
  border: 2px solid #fff;
  background: none;
}
.testimonial_slider .owl-prev::after
{
  font-family: "FontAwesome";
  position: absolute;
  content: "\f104";
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial_slider .owl-next::after
{
  font-family: "FontAwesome";
  position: absolute;
  content: "\f105";
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-content
{
  border-radius: 8px;
}
.modal-title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 100%;
  color: #000;
  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;
}
.web_profile_area
{
  display: block;
  float: left;
  width: 100%;
  background: #F9F9F9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
}
.web_profile_area .top_pannel
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  background: #c3c3c3;
  padding: 15px 20px;
  justify-content: space-between;
  align-items: center;
}

.web_profile_area .top_pannel .left_area
{
  display: flex;
  float: left;
  align-items: center;
}
.profile_img
{
  width: 90px !important;
  height: 90px !important;
  margin: 0 !important;
  flex: 90px 0 0;
}
.profile_img img
{
  border-radius: 100% !important;
}
.profile_img .input--file span
{
  top: 2px !important;
  right: -6px !important;
}
.profile_name
{
  display: block;
}
.profile_name p
{
  font-size: 18px;
  color: #fff;
  margin-left: 17px;
}
.profile_name p span
{
  font-size: 24px;
  color: #fff;
  font-weight: 600;
} 
.login_but
{
  background: #fff;
  color: #000;
  padding: 8px 20px;
  margin: 10px 0;
}
.login_but:hover
{
  background: #000;
  color: #fff;
}
.web_profile_area .bottom_pannel 
{
  display: block;
  float: left;
  width: 100%;
}
.web_profile_area .bottom_pannel .nav-tabs {
  padding: 6px 15px 0 15px;
  border-bottom: none !important;
}
.web_profile_area .bottom_pannel .nav-tabs .nav-link
{
  color: #000;
  margin: 10px 5px 0 0;
  border-radius: 8px !important;
}
.web_profile_area .bottom_pannel .nav-tabs .nav-link.active
{
  color: #fff;
  background: #E3000B;
  border: none;
}
.web_profile_area .bottom_pannel .tab-content
{
  padding: 25px 15px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.profile_name_img
{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.my_profile_area
{
  display: block;
  float: left;
  width: 100%;
}
.my_profile_area .form-select {
  border: navajowhite;
  border: 1px solid #C6C6C6;
  border-radius: 0;
  padding-left: 20px;
  border-radius: 8px;
}
.my_profile_area .form-control
{
  border-radius: 8px; 
}
.booking_main_area
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.booking_main_area .nav-tabs
{
  background: none !important;
  border: none !important;
  padding: none !important; 
  border-bottom: none !important;
}
.booking_main_area .nav-tabs .nav-link
{
  background: #FFFFFF !important;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.13) !important;
  border-radius: 5px !important;
  color: #000 !important;
}

.booking_main_area .nav-tabs .nav-link.active {
  color: #fff !important;
  background: #E3000B !important;
}
.booking_ongoing_box1
{
  display: block;
  float: left;
  width: 100%;
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  margin-bottom: 30px;
  background: #fff;
}
.booking_ongoing_box1 .top_area
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  padding: 15px 20px;
  border-bottom: 2px dashed #DEDEDE;
  align-items: center;
  justify-content: space-between;
}
.booking_ongoing_box1 .item_area
{
  float: left;
  display: flex;
}
.booking_ongoing_box1 .item_area .img_area
{
  display: block;
  float: left;
  width: 120px;
  height: 105px;
  border-radius: 8px;
  overflow: hidden;
}
.booking_ongoing_box1 .item_area .img_area img
{
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.booking_ongoing_box1 .item_area .text_area
{
  display: block;
  float: left;
  margin-left: 10px;
}
.booking_ongoing_box1 .item_area .text_area h2
{
  font-size: 17px;
  font-weight: 600;
}
.booking_ongoing_box1 .item_area .text_area p
{
  font-size: 14px;
  color: #8D8D8D;
}
.booking_ongoing_box1 .item_area .text_area p i
{
  color: #E3000B;
}
.paid
{
  font-weight: 600;
  color: #21AA47 !important;
}

.booking_ongoing_box1 .bookinkg_area
{
  float: left;
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.booking_ongoing_box1 .bookinkg_area h2
{
  color: #E3000B;
  font-size: 18px;
  margin-right: 10px;

}
.booking_ongoing_box1 .bookinkg_area p
{
  color: #000;
  font-size: 14px;
  padding: 6px 15px;
  border: 1px dashed #000;
  border-radius: 8px;
}

.booking_ongoing_box1 .bottom_area
{
  display: block;
  float: left;
  width: 100%;
  padding: 15px 20px;
}
.booking_ongoing_box1 .bottom_area .information
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}
.booking_ongoing_box1 .bottom_area .information_box1
{
  display: block;
  float: left;
  width: 25%;
  padding-right: 10px;
  margin: 5px 0;
}
.booking_ongoing_box1 .bottom_area .information_box1 h2
{
  font-weight: 600;
  color: #9D9D9D;
  font-size: 14px;
}
.booking_ongoing_box1 .bottom_area .information_box1 p
{
  font-weight: 600;
  color: #000;
  font-size: 14px;
}
.booking_ongoing_box1 .cancel_pannel
{
  display: block;
  float: left;
  width: 100%;
}
.cancle_heading
{
  font-size: 18px;
  margin-bottom: 10px;
}
.cancle_booking_but_area
{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  justify-content: space-between;
}
.booking_ongoing_box1 .processing_area
{
  display: block;
  float: left;
  width: 100%;
  padding: 15px 20px;
}
.booking_ongoing_box1 .processing_area p
{
  font-size: 17px;
  font-weight: 600;
}
.booking_ongoing_box1 .processing_area .information
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-top: 15px;
}

.red_but2
{
  display: block;
  float: left;
  width: 48%;
  padding: 12px 30px;
  min-width: 130px;
  background: linear-gradient(90deg, #E52636 0%, #E52636 100%);
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.red_but2:hover
{
  background: #000000;
  color: #fff;
}

.cancel_but2
{
  display: block;
  float: left;
  width: 48%;
  padding: 12px 30px;
  min-width: 130px;
  border: 1px solid #E3000B;
  border-radius: 8px;
  color: #E3000B;
  font-weight: 600;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.cancel_but2:hover
{
  background: #000000;
  color: #fff;
}

.booking_ongoing_box1 .completed_pannel
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
}
.booking_ongoing_box1 .completed_pannel p
{
  color: #21AA47;
  font-size: 14px;
  font-weight: 600;
}
.booking_ongoing_box1 .completed_pannel p i
{
  font-size: 19px;
}

.booking_ongoing_box1 .cancel
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
}
.booking_ongoing_box1 .cancel p
{
  color: #E3000B;
  font-size: 14px;
  font-weight: 600;
}
.booking_ongoing_box1 .cancel p i
{
  font-size: 18px;
}
.review_box
{
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.review_box .top_area
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  padding: 15px 20px;
  border-bottom: 2px dashed #DEDEDE;
  align-items: center;
  justify-content: space-between;
}
.review_box .item_area
{
  float: left;
  display: flex;
}
.review_box .item_area .img_area
{
  display: block;
  float: left;
  width: 120px;
  height: 105px;
  border-radius: 8px;
  overflow: hidden;
}
.review_box .item_area .img_area img
{
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.review_box .item_area .text_area
{
  display: block;
  float: left;
  margin-left: 10px;
}
.review_box .item_area .text_area h2
{
  font-size: 17px;
  font-weight: 600;
}
.review_box .item_area .text_area p
{
  font-size: 14px;
  color: #8D8D8D;
}
.review_box .item_area .text_area p i
{
  color: #E3000B;
}
.paid
{
  font-weight: 600;
  color: #21AA47 !important;
}

.review_box .bookinkg_area
{
  float: left;
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.review_box .bookinkg_area h2
{
  color: #E3000B;
  font-size: 18px;
  margin-right: 10px;

}
.review_box .bookinkg_area p
{
  color: #000;
  font-size: 14px;
  padding: 6px 15px;
  border: 1px dashed #000;
  border-radius: 8px;
}

.review_box .bottom_area
{
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
}
.review_name_and_text_area
{
  display: block;
  float: left;
  width: 100%;
}
.review_name_and_text_area h2
{
  font-size: 17px;
}
.review_name_and_text_area p
{
  margin-top: 5px;
}
.review_name_and_text_area p i
{
  color: #8D8D8D;
  font-size: 18px;
  margin-right: 2px;
}
.review_name_and_text_area p i:hover
{
  color: #FFBD00;
}
.review_name_and_text_area textarea 
{
  margin-top: 15px;
  background: #F4F4F4 !important;
  border: none;
}
.review_upload_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.review_upload_area h2
{
  font-size: 14px;

}
.review_upload_area p
{
  margin-top: 20px;
}
.review_upload_area p a
{
  text-decoration: underline;
}
.review_upload_area p a:hover
{
  text-decoration: none;
}
.logo_img
{
  border-radius: 100%;
  width: 150px !important;
  height: 150px !important;
}
.logo_img .upload_img
{
  border-radius: 100%;
  width: 150px !important;
  height: 150px !important;
}
.location_modal_zone_box1
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 15px 0;
}
.location_modal_zone_box1 h2
{
  font-size: 17px;
}
.location_modal_zone_box1 ul
{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}
.location_modal_zone_box1 ul li
{
  width: 25%;
  list-style-type: none;
}
.location_modal_zone_box1 ul li a
{
  color: #8D8D8D;
}
.location_modal_zone_box1 ul li a:hover
{
  color: #E3000B;
}
.search_result_heading
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
}
.search_result_heading h2
{
  font-size: 24px;
}
.search_result_heading .right
{
  display: block;
  float: left;
  width: 100%;
  text-align: right;
}
.short_but
{
  display: inline-block;
  position: relative;
  padding: 10px 15px;
  background: #F3F3F3;
  border-radius: 8px;
  color: #8D8D8D;
  cursor: pointer;
  margin-right: 10px;
}
.short_but i
{
  margin-left: 12px;
}

.filter_but
{
  display: inline-block;
  position: relative;
  padding: 10px 15px;
  background: #F3F3F3;
  border-radius: 8px;
  color: #8D8D8D;
  cursor: pointer;
}
.filter_but i
{
  margin-left: 12px;
}
.search_boxes_area
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.short_box
{
  position: absolute;
  width: 200px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.14);
  right: 0;
  top: 44px;
  text-align: left;
  display: none;
}
.short_box h2
{
  font-size: 17px;
}
.short_box ul
{
  list-style-type: none;
  margin-top: 5px;
}
.short_box ul li a
{
  color: #8D8D8D;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  padding: 5px 0;
  border-bottom: 1px solid #DEDEDE;
}
.short_box ul li:last-child a
{
  border: none;
}
.short_box ul li a:hover
{
  color: #E3000B;
}
.short_but:hover .short_box
{
  display: block;
}

.popular_attractions_section
{
  display: block;
  padding: 60px 0;
  background: #8D8D8D url(../images/pattern.png) repeat;
}
.popular_attractions_section .heading {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.popular_attractions_section .heading h2 {
  font-size: 24px;
  text-transform: uppercase;
}
.popular_attractions_section .heading p {
  font-size: 14px;
  color: #8D8D8D;
}
.filter_pop_main_area
{
  display: block;
  float: left;
  width: 100%;
}
.filter_pop_main_area .raange_slider_area
{
  display: block;
  float: left;
  width: 100%;
  margin: 8px 0;
}
.filter_pop_main_area .raange_slider_area h2
{
  font-size: 17px;
  margin-bottom: 2px;
}
.raange_slider_area .ngx-slider .ngx-slider-pointer {
  width: 20px;
  height: 20px;
  top: -8px;
  background-color: #E3000B;
}
.raange_slider_area .ngx-slider .ngx-slider-pointer:after
{
  display: none;
}
.raange_slider_area .ngx-slider .ngx-slider-selection {
  background: #E3000B;
}

.filter_pop_main_area .search_type_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.filter_pop_main_area .search_type_area h2
{
  font-size: 17px;
  margin-bottom: 2px;
}
.filter_pop_main_area .search_type_box1
{
  display: flex;
  float: left;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
  padding: 6px 0;
  align-items: center;
  justify-content: space-between;
}
.filter_pop_main_area .search_type_box1 .form-check-input:checked {
  background-color: #E3000B;
  border-color: #E3000B;
  cursor: pointer;
}
.filter_pop_main_area .form-check-input:focus
{
  box-shadow: 0 0 0 0.25rem rgb(214 39 24 / 25%);
}
.filter_pop_main_area .rating_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.filter_pop_main_area .rating_area h2
{
  font-size: 17px;
  margin-bottom: 5px;
}
.filter_rating
{
  border:1px solid #8D8D8D;
  color: #4E4E4E;
  border-radius: 50px;
  margin: 18px 10px 0 0;
  font-size: 11px;
}
.filter_rating i
{
  font-size: 12px;
  margin-right: 2px;
  color: #FFBD00;
}
.filter_pop_main_area .btn-check:checked+.btn-outline-primary
{
  background-color: #E3000B;
  box-shadow: 0 0 0 0.25rem rgb(214 39 24 / 25%);
  border:1px solid #E3000B;
}
.filter_pop_main_area .btn-check:checked+.btn-outline-primary i
{
  color: #fff;
}

.filter_pop_main_area .btn-check:checked+.btn-outline-primary
{
  background-color: #E3000B;
  box-shadow: 0 0 0 0.25rem rgb(214 39 24 / 25%);
  border:1px solid #E3000B;
}
.filter_pop_main_area .btn-outline-primary:hover {
  color: #fff;
  background-color: #E3000B;
  border-color: #E3000B;
}
.filter_pop_main_area .btn-outline-primary:hover i {
  color: #fff;
}
.filter_pop_main_area .facilities i
{

  color: #4E4E4E;
}

.add_restaurant_body
{
  display: block;
  float: left;
  width: 100%;
}
.heading_and_publish_section
{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  float: left;
  justify-content: space-between;
  align-items: center;
}
.heading_and_publish_section h2
{
  font-size: 25px;
  font-weight: 600;
}
.add_item_tabs
{
  margin-top: 20px;
  display: block;
  float: left;
  width: 100%;
}

.heading_and_publish_section_edit_mode
{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  float: left;
  justify-content: space-between;
  align-items: center;
}
.heading_and_publish_section_edit_mode .left
{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.heading_and_publish_section_edit_mode .left h2
{
  font-size: 25px; 
  margin-right: 12px;
}
.heading_and_publish_section_edit_mode .left p
{
  color: #8D8D8D;
}
.heading_and_publish_section_edit_mode .left p a
{
  color: #8D8D8D;
  text-decoration: underline;

  cursor: pointer;
}
.heading_and_publish_section_edit_mode .left p a:hover
{
  text-decoration: none;
}
.heading_and_publish_section_edit_mode .left p i
{
  color: #FF8A00;
}

.heading_and_publish_section h2
{
  font-size: 25px;
  font-weight: 600;
}
.add_item_tabs
{
  margin-top: 20px;
  display: block;
  float: left;
  width: 100%;
}


.add_item_tabs .nav-pills .nav-link
{
  color: #000;
}
.add_item_tabs .nav-pills .nav-link.active {
  color: #fff;
  background-color: #FA3139;
}

.add_item_tabs .card {
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 17%);
  border-radius: 8px;
  overflow: hidden;
}
.add_item_tabs .card .heading {
  display: block;
  float: left;
  width: 100%;
  background: #F4F4F4;
  padding: 12px 20px;
}
.add_item_tabs .card .heading h2 {
  font-size: 18px;
}
.add_item_tabs .card .body {
  display: block;
  float: left;
  width: 100%;
  padding: 25px 20px;
}
.add_item_name_address_body
{
  display: block;
  float: left;
  width: 100%;
}

.add_item_banner_image_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.add_item_banner_image_area h2
{
  font-size: 19px;
  font-weight: 600;
}
.add_item_banner_image_area h3
{
  font-size: 14px;
  color: #04B704;
}
.add_item_banner_image_area p
{
  font-size: 14px;
  color: #E3000B;
  margin-top: 12px;
}

.add_item_description_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.add_item_description_area .heading
{
  display: block;
  float: left;
  width: 100%; 
}
.add_item_description_area .heading h2
{
  font-size: 19px;
  font-weight: 600; 
}
.add_item_description_text_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}

.add_item_ficility_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.add_item_ficility_area .heading
{
  display: block;
  float: left;
  width: 100%; 
}
.add_item_ficility_area .heading h2
{
  font-size: 19px;
  font-weight: 600; 
}
.add_item_ficility_area .card
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  background: #fff;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 17%);
  border-radius: 8px;
  overflow: hidden;
  padding: 15px;
  overflow: visible !important;
}
.add_item_ficility_area .card .inner
{
  display: block;
  float: left;
  width: 100%;
  background: #F8F8F8;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
.add_item_ficility_area .inner .top_area
{
  display: block;
  float: left;
  width: 100%;
  min-height: 120px;
  padding: 15px;
}
.ficility_top_box1
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: auto;
  margin: 0 12px 10px 0;
  align-items: center;
}
.ficility_top_box1 span
{
  margin: 2px;
}
.ficility_top_box1 i
{
  color: #dddddd;
  cursor: pointer;
  margin: 0 2px;
}
.ficility_top_box1 i:hover
{
  color: #E3000B;
}
.active_color
{
  color: #E3000B !important;  
}
.inactive_color
{
  color: #dcd1d0 !important;  
}
.ficility_top_box1 p
{
  color: #fff;
  background: #212529;
  font-size: 14px;
  padding: 5px 12px 6px 12px;
  border-radius: 50px;
  margin-left: 2px;
}
.ficility_top_box1 p i {
  color: #8D8D8D;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0 10px;
}

.add_item_ficility_area .inner .bottom_area
{
  display: block;
  float: left;
  width: 100%;
  border-top: 1px solid #E1E1E1;
  padding: 10px 0;
}
.add_item_ficility_area .search_area
{
  display: flex;
  float: left;
  width: 100%;
  max-width: 400px;
  padding: 0 15px;
  align-items: center;
  position: relative;
}
.search_area .search_drop
{
  position: absolute;
  background: #fff;
  left: 0;
  padding: 15px;
  width: 250px;
  top: 36px;
  float: left;
  z-index: 2;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 17%);
  border-radius: 0 0 10px 10px;
}
.search_area .search_drop p
{
  padding: 5px 0;
  cursor: pointer;
}
.search_area .search_drop p:hover
{
  color: #E3000B;
}
.ficility_input
{
  background: none;
  border: none;
  width: 100%;
}
.ficility_input:focus-visible
{
  border: none;
  box-shadow: none;
  outline-style: none;
}
.add_item_ficility_area .search_area i
{
  cursor: pointer;
  font-size: 18px;
}
.add_item_policies_check_in_out_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.add_item_policies_check_in_out_area h6
{
  font-size: 14px;
  margin-bottom: 15px;
}
.policies_card_top_input
{
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px; 
}
.policies_card_top_input .form-floating>.form-control, .policies_card_top_input .form-floating>.form-select
{
  background: #F8F8F8;
  border: 1px solid #E2E2E2;
}
.add_new_cagory
{
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  color: #E3000B;
  font-weight: 600;
  cursor: pointer;
}
.add_table_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.add_table_section h2
{
  font-size: 19px;
  font-weight: 600;
}

.add_table_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.add_menu_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px; 
}
.add_menu_area h2
{
  font-size: 19px;
  font-weight: 600;
}

.add_menu_area .card {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  background: #fff;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 17%);
  border-radius: 8px;
  overflow: hidden;
}
.add_menu_area .card .heading {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  background: #F4F4F4;
  padding: 12px 20px;
  justify-content: space-between;
    align-items: center;
}
.add_menu_area .card .heading h2 {
  font-size: 18px;
}
.add_menu_area .card .body {
  display: block;
  float: left;
  width: 100%;
  padding: 25px 20px;
}
.menu_del_card_but
{
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #FA3139 0%, #E52636 100%);
}
.menu_del_card_but:hover
{
  background: #000000;
  color: #fff;
}
.add_menu_area .main_dish_area
{
  display: block;
  float: left;
  width: 100%;
}
.main_dish_area .form-floating>.form-control, .main_dish_area .form-floating>.form-select {
  background: #F8F8F8;
  border: 1px solid #E2E2E2;
}
.add_menu_area .menu_box1
{
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 15px;
  border: 1px solid #D2D2D2;
  border-radius: 8px;
  padding: 6px 8px;
  padding-right: 46px;
}
.menu_name_area
{
  display: block;
  float: left;
  width: 30%;
}
.menu_description_area
{
  display: block;
  float: left;
  width: 40%;
  margin: 0 15px;
}
.add_menu_area .menu_box1 .form-floating>.form-control, .add_menu_area .menu_box1 .form-floating>.form-select {
  background: #F8F8F8;
  border: 1px solid #E2E2E2;
}
.add_menu_area .menu_box1 .del_but
{
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 100%;
  background: #000;
  border-radius: 0 8px 8px 0;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}
.add_menu_area .menu_box1 .del_but:hover
{
  background: #FA3139;
  color: #fff;
}
.add_review_heading
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-top:10px;
  align-items: center;
  justify-content: space-between;
}
.add_review_heading .left
{
  display: block;
  float: left;
}
.add_review_heading .right
{
  display: flex;
  flex-wrap: nowrap;
  float: right;
}
.add_review_heading h2
{
  font-size: 18px;
}
.add_review_heading .form-select {
  border: none;
  border-bottom: none;
  border-radius: 6px;
  width: 141px;
  padding: 10px 12px;
  background-color: #F3F3F3;
  margin-left: 15px;
}
.add_review_box1
{
  display: block;
  float: left;
  width: 100%;
  background: #F6F6F6;
  margin-top: 20px;
  border-radius: 8px;
  padding: 12px 20px;
  min-height: 115px;
  position: relative;
}
.add_review_box1 .name_and_date_area
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  justify-content: space-between;
}
.add_review_box1 .count
{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin: -1px 0 0 3px;
  color: #000;
}
.add_review_box1 .name_and_date_area .left h2
{
  font-size: 14px;
  color: #392A27;
}
.add_review_box1 .name_and_date_area .left p
{
  font-size: 12px;
  color: #FF8A00;
}
.srat_gray
{
  color: #C9BCAD;
}
.add_review_box1 .name_and_date_area .right h2
{
  font-size: 14px;
  color: #8D8D8D;
}
.add_review_box1 .textarea
{
  display: block;
  float: left;
  width: 100%;
}
.add_review_box1 .textarea p
{
  font-size: 14px;
  color: #392A27;
  margin-top: 10px;
}
.add_review_box1 .img_area
{
  display: block;
  float: left;
  width: 100%;
}
.add_review_box1 .img_area .img_box1
{
  display: block;
  float: left;
  width: 114px;
  height: 80px;
  margin: 10px 10px 0 0;
}
.add_review_box1 .img_area .img_box1 img
{
  float: left;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 8px;
}
.add_statistics_area
{
  display: block;
  float: left;
  width: 100%;
}
.add_statistics_area .card {
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  background: #fff;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 17%);
  border-radius: 8px;
  overflow: hidden;
}
.add_statistics_area .card .heading {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  background: #F4F4F4;
  padding: 12px 20px;
  justify-content: space-between;
    align-items: center;
}
.add_statistics_area .card .heading h2 {
  font-size: 18px;
}
.add_statistics_area .card .body {
  display: block;
  float: left;
  width: 100%;
  padding: 25px 20px;
}

.add_statistics_filter_area
{
  display: flex;
  flex-wrap: nowrap;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 140px;
}

.add_statistics_filter_area .date_box
{
  display: block;
  float: left;
  width: 100%;
  margin: 0 10px;
}
.add_statistics_graph_area
{
  display: block;
  float: left;
  width: 100%;
}

.add_statistics_graph_area .box1
{
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  margin-top: 30px;
  padding: 15px;
}
.add_statistics_graph_area .box1 h2
{
  font-size: 18px;
}
.add_statistics_graph_area .box1 .img_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px; 
}
.add_statistics_graph_area .box1 .img_area img
{
  float: left;
  width: 100%;
}
.add_statistics_boxes
{
  display: block;
  float: left;
  width: 100%;
}
 
.add_statistics_box1
{
  display: flex;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 20px;
  margin-top: 30px;
  align-items: center;
}
.add_statistics_box1 .icon_area
{
  display: flex;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: #FFEDEE;
  justify-content: center;
  align-items: center;
  flex: 64px 0 0;
}
.add_statistics_box1 .icon_area img
{
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
  object-position: center;
}
.add_statistics_box1 .text_area
{
  display: block;
  float: left;
  width: 100%;
  padding-left: 15px;
}
.add_statistics_box1 .text_area p
{
  font-size: 17px;
}
.add_statistics_box1 .text_area h2
{
  font-size: 18px;
}
.add_statistics_box1 .text_area .bottom_area
{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  float: left;
}
.add_statistics_box1 .text_area .bottom_area .left
{
  margin-right: 15px;
}
.add_statistics_box1 .text_area .bottom_area h4
{
  color: #A7A7A7;
  font-size: 14px;
  font-weight: 100;
}
.add_statistics_box1 .text_area .bottom_area h3
{
  font-size: 14px;
}
.add_room_area {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.add_room_area .card {
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 17%);
  border-radius: 8px;
  overflow: hidden;
}
.add_room_area .card .heading {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  background: #F4F4F4;
  padding: 12px 20px;
  justify-content: space-between;
  align-items: center;
}
.add_room_area .card .heading h2 {
  font-size: 18px;
}
.add_room_area .card .body {
  display: block;
  float: left;
  width: 100%;
  padding: 25px 20px;
}
.form-floating>.form-control, .form-floating>.form-select {
  height: 54px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding-left: 20px;
}
.room_image_area
{
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.room_image_area h2 {
  font-size: 17px;
  font-weight: 600;
}
.room_image_area h3 {
  font-size: 14px;
  color: #04B704;
}

.my_business_heading
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.my_business_heading h2
{
  font-size: 24px;
  font-weight: 600;
}
.my_business_body
{
  display: block;
  float: left;
  width: 100%;
}
.my_business_body .no_data_section
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.my_business_body .no_data_section img
{
  max-width: 70%;
}
.choose_business_popup_body
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.choose_business_popup_body .form-select {
  height: 54px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding-left: 20px;
}
.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;
  width: 100%;
  padding-right: 50px;
  position: relative;
}
.hotel_details_heading .left_area h2
{
  font-size: 25px;
}
.hotel_details_heading .left_area h4
{
  font-size: 14px;
  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: #E3000B;
}
.hotel_details_heading .left_area p
{
  font-size: 14px;
  color: #606060;
  margin-top: 5px;
}
.hotel_details_heading .left_area p i
{
  color: #E3000B;
  margin-right: 5px;
}
.hotel_details_heading .right_area {
  display: flex;
  float: left;
  width: 90px;
  flex: 0 0 90px;
}
.hotel_details_heading .right_area .avalable_teg {
  display: block;
  float: left;
  width: 90px;
  height: 90px;
  background: url(../images/available_tag.svg) no-repeat;
  background-size: 100%;
}
.hotel_details_heading .right_area .avalable_teg h2 {
  font-size: 17px;
  font-weight: 600 !important;
  color: #fff;
  text-align: center;
  margin-top: 32px;
}
.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: 18px;
}
.hotel_details_description_area p
{
  font-size: 14px;
  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: 18px;
}
.hotel_details_amenities_area .category_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.hotel_details_amenities_area .category_section h3
{
  color: #E3000B;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 20px;
}
.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: 17px;
}
.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: 14px;
  color: #484848;
  font-weight: 600;
  margin-top: 15px;
}
.amenities_view_all:hover
{
  color: #E3000B;
}
.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: 18px;
}
.room_box1
{
  display: block;
  float: left;
  width: 100%;
  background: #F6F6F6;
  border-radius: 8px;
  margin-top: 30px;
  padding: 15px;
  position: relative;
}
.room_box1::after
{
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 30px;
  background: #E3000B;
  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;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
.room_box1 .left_text .middle
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 12px;
}
.room_box1 .left_text .middle h2
{
  font-size: 19px;
}
.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: 14px;
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.select_but:hover
{
  background: #21AA47;
  color: #E9FFEF;
}
.select_but .fa-circle-check
{
  display: none;
}
.select_but:hover .fa-circle-check
{
  display: inline-block;
}
.select
{
  background: #21AA47;
  color: #E9FFEF;
}
.select .fa-circle-check
{
  display: inline-block; 
}
.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
{
  font-size: 14px;
}
.details_review_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D8D8D8; 
}
.details_review_section .heading
{
  display: block;
  float: left;
  width: 100%;
}
.details_review_section .heading h2
{
  font-size: 18px;
}

.details_attractions_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D8D8D8;   
}
.details_attractions_section .heading
{
  display: block;
  float: left;
  width: 100%;
}
.details_attractions_section .heading h2
{
  font-size: 18px;
}
.details_attractions_slider_area
{
  display: block;
  float: left;
  width: 100%;
}
.details_attractions_slider_area .owl-dots 
{
  display: block !important;
}
.details_attractions_slider_area .owl-carousel.owl-drag .owl-item
{
  padding: 10px;
}
.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: 18px;
}
.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: 14px;
}
.details_policy_section .checkin_out .box1 p
{
  color: #E3000B;
  font-size: 14px;
  font-weight: 600;
}
.details_policy_section .category_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.details_policy_section .category_section h2
{
  font-size: 14px;
  display: block;
  color: #232323;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.details_policy_section .category_section ul
{
  display: block;
  float: left;
  width: 100%;
}
.details_policy_section .category_section ul li
{
  list-style-type: none;
  position: relative;
  margin-top: 10px;
  color: #3A544F;
  font-size: 14px;
  padding-left: 17px;
}
.details_policy_section .category_section ul li img
{
  position: absolute;
  left: 0;
  top: 3px;
}
.details_right_area
{
  display: block;
  float: right;
  width: 320px;
}
.hotel_details_right_box
{
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  padding: 15px;
  position: sticky;
  top: 90px;
}
.hotel_details_right_box .top_price
{
  display: block;
  float: left;
  width: 100%;
}
.hotel_details_right_box .top_price h2
{
  font-size: 18px;
}
.hotel_details_right_box .top_price h2 span
{
  margin: 0 10px;
  font-size: 14px;
  text-decoration:line-through ;

}
.hotel_details_right_box .top_price h2 strong
{
  font-size: 14px;
}
.hotel_details_right_box .top_price p
{
  font-size: 14px;
  color: #9B9B9B;
}
.hotel_details_right_box .date_and_guest_area
{
  display: block;
  float: left;
  width: 100%;
  background: #6F6F6F;
  border-radius: 6px;
  align-items: center;
  cursor: pointer;
}
.hotel_details_right_box .date_and_guest_area .date
{
  display: block;
  float: left;
  width: 100%;
  background: #515151;
  padding: 10px 15px;
  border-radius: 6px 6px 0 0;
  font-weight: 500;
}
.hotel_details_right_box .date_and_guest_area .date i
{
  font-size: 17px;
  margin-right: 5px;
}
.hotel_details_right_box .date_and_guest_area .date p
{
  color: #fff;
  font-size: 14px;
}
.hotel_details_right_box .date_and_guest_area .room
{
  display: block;
  float: left;
  width: 100%;
  padding: 10px 15px;
}
.hotel_details_right_box .date_and_guest_area .room p
{
  color: #fff;
  font-size: 14px;
  padding-bottom: 10px;
}
.hotel_details_right_box .date_and_guest_area .room span
{
  float: left;
  width: 100%;
  height: 1px;
  background: #878787;
}
.hotel_details_right_box .date_and_guest_area .guste
{
  display: block;
  float: left;
  padding:  10px 15px;
}
.hotel_details_right_box .date_and_guest_area .guste p
{
  color: #fff;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin: 5px 0;
  border-right: 1px solid #878787;
}
.hotel_details_right_box .date_and_guest_area .guste p:last-child
{
  border-right: none;
}
.hotel_details_right_box .date_and_guest_area .guste p:first-child
{
  padding-left: 0;
}
.hotel_details_right_box .room1
{
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding: 12px;
  margin-top: 15px;
}
.hotel_details_right_box .room1 .top
{
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
}
.hotel_details_right_box .room1 .top h2
{
  font-size: 14px;
}
.hotel_details_right_box .room1 .top h2 i
{
  color: #E3000B;
  margin-right: 2px;
}

/****** ticket booking*******/
.hotel_details_right_box .room1 .top .qty .count {
  color: #000;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 2px;
  width: 35px;
  text-align: center;
  appearance: none;
}
.hotel_details_right_box .room1 .top .qty .plus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 20px;
  height: 20px;
  font: 20px/1 Arial,sans-serif;
  text-align: center;
  border-radius: 3px;
  background: #E3000B !important;
  }
  .hotel_details_right_box .room1 .top .qty .plusdiabled {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 20px;
    height: 20px;
    font: 20px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 3px;
    background: #e3000b39 !important;
    }

  .hotel_details_right_box .room1 .top .qty .minus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 20px;
  height: 20px;
  font: 20px/1 Arial,sans-serif;
  text-align: center;
  border-radius: 3px;
  background-clip: padding-box;
  background: #E3000B !important;
}
.hotel_details_right_box .room1 .top div {
  text-align: right;
  flex: 0 0 75px;
}
.hotel_details_right_box .room1 .top .minus:hover{
  background-color: #717fe0 !important;
}
.hotel_details_right_box .room1 .top .plus:hover{
  background-color: #717fe0 !important;
}



/****** ticket booking*******/
.hotel_details_right_box .room1 .top .qty .count2 {
  color: #000;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 2px;
  width: 35px;
  text-align: center;
  appearance: none;
}
.hotel_details_right_box .room1 .top .qty .plus2 {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 20px;
  height: 20px;
  font: 20px/1 Arial,sans-serif;
  text-align: center;
  border-radius: 3px;
  background: #E3000B !important;
  }
  .hotel_details_right_box .room1 .top .qty .minus2 {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 20px;
  height: 20px;
  font: 20px/1 Arial,sans-serif;
  text-align: center;
  border-radius: 3px;
  background-clip: padding-box;
  background: #E3000B !important;
}
.hotel_details_right_box .room1 .top div {
  text-align: right;
}
.hotel_details_right_box .room1 .top .minus2:hover{
  background-color: #717fe0 !important;
}
.hotel_details_right_box .room1 .top .plus2:hover{
  background-color: #717fe0 !important;
}
.hotel_details_right_box .room1 .top input {
  border: 0;
  width: 2%;
}

/*Prevent text selection*/
.hotel_details_right_box .room1 .top span{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.hotel_details_right_box .room1 .top input{  
  border: 0;
  width: 2%;
}
.hotel_details_right_box .room1 .top input::-webkit-outer-spin-button,
.hotel_details_right_box .room1 .top input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hotel_details_right_box .room1 .top input:disabled{
  background-color:white;
}
.hotel_details_right_box .room1 .top input::-webkit-outer-spin-button,
.hotel_details_right_box .room1 .top input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.hotel_details_right_box .room1 .top input[type=number] {
  -moz-appearance: textfield;
}

.hotel_details_right_box .room1 .bottom
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 5px;
}
.hotel_details_right_box .room1 .bottom p
{
  color: #8B8B8B;
  font-size: 13px;
}
.hotel_details_right_box .bottom_price
{
  display: flex;
  float: left;
  width: 100%;
  margin-top: 20px;
  justify-content: space-between;
  align-items: center;
}
.hotel_details_right_box .bottom_price p
{
  color: #676767;
  font-size: 14px;
}
.hotel_details_right_box .bottom_price h2
{
  color: #000;
  font-size: 17px;
}
.details_main_area
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  justify-content: space-between;
}

.similar_section
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
  padding: 50px 0;
  z-index: 1;
  background: #F8F8F8 url(../images/pattern.png) repeat;
}
.similar_heading
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.similar_heading h2
{
  font-size: 24px;
  text-transform: uppercase;
}
.similar_boxes_area
{
  display: block;
  float: left;
  width: 100%;
}
.similar_boxes_area .owl-theme .owl-nav [class*=owl-] 
{
  color: #FFF;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  position: relative;
  background: linear-gradient(46.03deg, #E3000B 16.23%, #FA493B 85.83%);
}
.similar_boxes_area .owl-prev::after
{
  font-family: "FontAwesome";
  position: absolute;
  content: "\f104";
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.similar_boxes_area .owl-next::after
{
  font-family: "FontAwesome";
  position: absolute;
  content: "\f105";
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.similar_boxes_area .item_card .text_area 
{
  min-height: 180px;
  align-items: flex-start;
}
.similar_boxes_area .item_card .text_area .right_area .avalable_teg
{
  margin-top: 6px;
}
.similar_boxes_area .owl-item {
  padding: 10px 5px !important;
}

.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: 18px;
}
.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: #E3000B;
  font-size: 14px;
}
.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: 8px;
  padding: 15px;
  position: sticky;
  top: 20px;
}
.restaurant_details_right_box h2
{
  font-size: 18px;
  margin-bottom: 20px;
}
.restaurant_details_right_box input
{
  background: #E9EEF1;
  height: 54px;
}
.restaurant_book input
{
  background: #E9EEF1;
}
.restaurant_book textarea
{
  background: #E9EEF1;
}
.restaurant_book .form-floating>label
{
  left: auto !important;
}
.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: #E3000B;
  font-size: 19px;
  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: 17px;
}
.menu_box1 .left p
{
  font-size: 12px;
  color: #878787;
}
.menu_box1 .right p
{
  font-size: 17px;
  color: #E3000B;
  font-weight: 600;
}
.review_page_heading
{
  padding-bottom: 20px;
  border-bottom: 1px solid #D8D8D8;
}
.my_review .textarea 
{
  padding-right: 50px;
}
.my_review .edit_but
{
  position: absolute;
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  bottom: 12px;
  right: 15px;
  background: #E3000B;
  justify-content: center;
    align-items: center;
    transition: all .5s ;
    transition-timing-function:ease-out;
}

.my_review .edit_but i
{
  color: #fff;
  font-size: 14px;
}

.my_review .edit_but:hover
{
  background: #000000;
}

.edit_review_upload_img
{
  width: 150px !important;
  height: 100px !important;
}
.edit_review_upload_img .input--file span 
{
  width: 30px !important;
  height: 30px !important;
  line-height: 25px;
}
.edit_review_upload_img .input--file span i
{
  font-size: 15px !important;
}

.booking_message
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  border: 1px solid #E3000B;
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 25px;
  align-items: center;
}
.booking_message img
{
  width: 80px;
  flex: 80px 0 0;
}
.booking_message .right_text
{
  padding-left: 15px;
}
.booking_message .right_text h4
{
  font-size: 19px;
}
.booking_message .right_text p
{
  font-size: 25px;
  color: #797979;
  font-size: 14px;
}
.hotel_booking_details_top_section
{
  display: block;
  float: left;
  width: 100%;
}
.hotel_booking_details_top_section .img_area
{
  display: block;
  float: left;
  width: 100%;
}
.hotel_booking_details_top_section .img_area img
{
  float: left;
  width: 100%;
  border-radius: 8px;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
.hotel_booking_details_top_section .text_area
{
  display: block;
  float: left;
  width: 100%;
}
.hotel_booking_details_top_section .top_hotel_details
{
  display: block;
  float: left;
  width: 100%; 
}
.hotel_booking_details_top_section .top_hotel_details h2
{
  font-size: 30px;
}
.hotel_booking_details_top_section .top_hotel_details h3
{
  font-size: 14px;
  color: #606060;
  font-weight: 100;
  margin-top: 5px;

}
.hotel_booking_details_top_section .top_hotel_details h3 i
{
  color: #FFBD00;
}

.hotel_booking_details_top_section .top_hotel_details p
{
  font-size: 14px;
  color: #606060;
  font-weight: 100;
  margin-top: 5px;

}
.hotel_booking_details_top_section .top_hotel_details p i
{
  color: #E3000B;
  margin-right: 5px;
}
.hotel_booking_details_top_section .booking_date
{
  display: block;
  float: left;
  width: 100%; 
}
.hotel_booking_details_top_section .booking_date p
{
  font-size: 14px;
  color: #606060;
  margin-top: 12px;
}
.hotel_booking_details_top_section .booking_date p strong
{
  color: #000;
}
.hotel_booking_details_top_section .booking_date h4
{
  display: inline-block;
  background: #E3000B;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 8px;
  margin: 12px 0 0 0;
}
.hotel_booking_details_room_type
{
  display: block;
  float: left;
  width: 100%; 
  margin-top: 20px;
}
.hotel_booking_details_room_type .heading
{
  display: block;
  float: left;
  width: 100%; 
}
.hotel_booking_details_room_type .heading h2
{
  font-size: 17px;
}
.hotel_booking_details_room_type .room_boxes
{
  display: block;
  float: left;
  width: 100%; 
}
.hotel_booking_details_room_type .room1
{
  display: block;
  float: left;
  width: 100%; 
  background: #FFF6F5;
  border-radius: 8px;
  padding: 15px;
  margin-top: 20px;  
}
.hotel_booking_details_room_type .room1 .room_name
{
  font-size: 14px;
}
.hotel_booking_details_room_type .room
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%; 
  margin-top: 10px;
}
.hotel_booking_details_room_type .room h2
{
  font-size: 14px;
}
.hotel_booking_details_room_type .room p
{
  font-size: 13px;
  margin-left: 12px;
}
.hotel_booking_details_room_type .room p i
{
  margin: 0 1px;
  color: #E3000B;
}
.hotel_booking_details_room_type .room p .adult
{
  font-size: 14px;
}
.hotel_booking_cancellation_section
{
  display: flex;
  float: left;
  width: 100%;
  background: #F8F8F8;
  padding: 12px 15px;
  border-radius: 5px;
  margin-top: 25px;
}
.hotel_booking_cancellation_section img
{
  float: left;
  width: 40px;
  flex: 40px 0 0 0;
}
.hotel_booking_cancellation_section .text_area
{
  display: block;
  float: left;
  width: 100%;
  padding: 6px 15px;
}
.hotel_booking_cancellation_section .text_area h4
{
  font-size: 14px;
  color: #039900;
}
.hotel_booking_cancellation_section .text_area p
{
  font-size: 14px;
}
.hotel_booking_rules_and_policies_area
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.hotel_booking_rules_and_policies_area h2
{
  font-size: 19px;
}
.hotel_booking_rules_and_policies_area ul li
{
  list-style-type: none;
  position: relative;
  margin-top: 10px;
  color: #3A544F;
  font-size: 14px;
  padding-left: 25px;
}
.hotel_booking_rules_and_policies_area ul li img {
  position: absolute;
  left: 0;
  top: 3px;
}
.hotel_booking_pricing_area
{
  display: block;
  float: left;
  width: 100%;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  margin-top: 30px;
  padding: 20px 0;
}
.hotel_booking_pricing_area h2
{
  font-size: 19px;
}
.hotel_booking_pricing_area h3
{
  font-size: 17px;
  color: #E3000B;
  margin-top: 10px;
}
.hotel_booking_pricing_area h3 span
{
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.hotel_booking_pricing_area p
{
  font-size: 14px;
  color: #999999;
  margin-top: 5px;
}
.hotel_booking_traveller_details
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.hotel_booking_traveller_details h2
{
  font-size: 19px;
}
.hotel_booking_traveller_details input {
  background: #E9EEF1;
}
.hotel_booking_traveller_details textarea {
  background: #E9EEF1;
}

.payment_left_box
{
  display: block;
  float: left;
  background: #FFFFFF;
  box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  width: calc(100% - 340px);
}
.payment_left_box_heading
{
  display: block;
  float: left;
  width: 100%;
  padding: 14px 20px;
  background: #555555;
  border-radius: 15px 15px 0 0;
}
.payment_left_box_heading h2
{
  font-size: 19px;
  color: #fff;
}
.payment_left_box .body
{
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
}
.payment_method_box1
{
  float: left;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  color: #000;
}
.payment_method_box1 .img_text_area
{
  display: flex;
  float: left;
  align-items: center;
}
.payment_method_box1 .img_text_area .img_area
{
  margin-right: 10px;
  height: 40px;
  display: flex;
  align-items: center;
}
.payment_method_box1 .img_text_area .text_area h2
{
  font-size: 17px;
}
.payment_method_box1 .link_but
{
  background: #E3000B;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 15px;
  border-radius: 4px;
  cursor: pointer;
}
.payment_method_box1 .link_but:hover
{
  background: #000000;
}

.payment_right_box
{
  display: block;
  float: left;
  width: 100%;
}
.payment_tab_active
{
  border: 1px solid #E2E2E2;
  box-shadow: 0px 0px 5px #FA3139;
}
.card_payment_from
{
  display: block;
  float: left;
  width: 100%;
}
.card_payment_from input
{
  background: #E9EEF1;
}
.successful_submit_review_area
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.successful_submit_review_area h2
{
  margin-top: 15px;
  font-size: 18px;
}
.successful_submit_review_area p
{
  margin-top: 15px;
  font-size: 14px;
}
.place_top_section
{
  display: block;
  float: left;
  width: 100%;
}
.place_top_section .left img
{
  width: 100%;
  mx-height: 340px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
} 
.place_top_section .top
{
  display: block;
  float: left;
  width: 100%;
}
.place_top_section .top h2
{
  font-size: 25px;
}

.place_top_section .top p
{
  font-size: 14px;
}
.place_top_section .top p i
{
  color: #E3000B;
}
.place_top_section .timing
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.place_top_section .timing h2
{
  font-size: 17px;
  color: #E3000B;
}
.place_top_section .timing p
{
  font-size: 14px;
}

.place_details_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 25px;
}

.place_details_section h2
{
  font-size: 19px;
}
.place_details_section p
{
  font-size: 14px;
  color: #5F5F5F;
  margin-top: 10px;
}

.place_slider_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 25px;
}
.place_slider_section h2
{
  font-size: 19px;
}
.place_slider
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;

}
.place_slider_box1
{
  display: block;
  float: left;
  width: 100%;
}
.place_slider_box1 img
{
  float: left;
  width: 100%;
  height: 200px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}
.my_business_box_full
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.my_business_box_full_top
{
  display: flex;
  float: left;
  vertical-align: top;
  background: #ECECEC;
  color: #fff;
  border-radius: 12px 12px 0 0;
  width: 100%;
}
.my_business_box_full_duration_date
{
  display: inline-block;
  vertical-align: top;
  padding: 8px 20px;
  background: linear-gradient(90.02deg, #00A600 -0.5%, #05BA05 99.99%);
  color: #fff;
  border-radius: 12px 12px 0 0;
  font-size: 14px;
  white-space: nowrap;
}
.inactive
{
  background: #6D6D6D;
  color: #fff !important;
}
.expired
{
  background: linear-gradient(90.02deg, #E3000B -0.5%, #FA3139 99.99%) !important;
  color: #fff !important;
}
.pending
{
  background: linear-gradient(90.02deg, #f16310 -0.5%, #f16310 99.99%) !important;
  color: #fff !important;
}
.instllment
{
  background: linear-gradient(90.02deg, #ffa500 -0.5%, #ffa500 99.99%) !important;
  color: #fff !important;
}
.my_business_box_full_duration_date a
{
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
.my_business_box_full_duration_marque
{
  display: inline-block;
  vertical-align: top;
  padding: 8px 20px;
  color: #fff;
  border-radius: 12px 12px 0 0;
  font-size: 14px;
  width: 100%;
}
.my_business_box_full_duration_marque p
{
  color: #FA3039;
  font-weight: bold;
}
.my_business_box1
{
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  position: relative;
  padding-left: 34px;
  min-height: 290px;
}
.my_business_box1 .left_heading
{
  display: flex;
  float: left;
  width: 34px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #E3E3E3;
  border-radius: 6px 0 0 6px;
}
.my_business_box1 .left_heading h2
{
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 600;
  transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
  position: absolute;
  left: 16px;
  top: 50%;
  text-transform: uppercase;
  text-align: center;
  min-width: 260px;
}
.my_business_box1 .my_business_text_pannel
{
  display: block;
  float: left;
  width: 100%;
}
.my_business_text_pannel .top_pannel
{
  display: flex;
  float: left;
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #EEEEEE;
  align-items: center;
  justify-content: space-between;
}
.my_business_text_pannel .top_pannel .left
{
  display: block;
  float: left;
  width: 100%;
}
.my_business_text_pannel .top_pannel .left h2
{
  font-size: 18px;
  font-weight: 600;
}
.my_business_text_pannel .top_pannel .left p
{
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}
.my_business_text_pannel .top_pannel .left p i
{
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 17px;
  color: #E3000B;
}
.my_business_text_pannel .top_pannel .right
{
  display: block;
  float: left;
  width: 30px;
  flex: 0 0 30px;
  position: relative;
}
.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;
}
.my_business_text_pannel .top_pannel .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 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  width: 210px;
}
.my_business_text_pannel .top_pannel .right .dwop p
{
  margin: 5px 0;
}
.my_business_text_pannel .top_pannel .right .dwop p a
{
  color: #000;
}
.my_business_text_pannel .top_pannel .right .dwop p a:hover
{
  color: #FA493B;
}
.my_business_text_pannel .switch
{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my_business_text_pannel .switch p
{
  margin-right: 10px !important;
}
.my_business_text_pannel .form-check-input:checked {
  background-color: #E52636 ;
  border-color: #E52636 ;
}

.my_business_text_pannel .form-check-input:focus {
  border-color: #ffd6d9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #ffd6d9;
}
.my_business_text_pannel .top_pannel .right:hover .dwop
{
  display: block;
}
.my_business_text_pannel .mid_pannel
{
  display: flex;
  flex-wrap: nowrap;
  float: left;
  width: 100%;
  padding: 20px 15px;
}
.my_business_text_pannel .mid_pannel .img_area
{
  display: block;
  float: left;
  flex: 250px 0 0 ;
}
.my_business_text_pannel .mid_pannel .img_area img
{
  float: left;
  width: 100%;
  height: 180px;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}
.my_business_text_pannel .mid_pannel .right_area
{
  display: block;
  float: left;
  width: 100%;
  padding-left: 20px;
}
.my_business_text_pannel .mid_pannel .hotel_room_pannel
{
  display: block;
  float: left;
  width: 100%;
}
.my_business_text_pannel .mid_pannel .hotel_room_pannel h2
{
  font-size: 14px;
  font-weight: 600;
  color: #E3000B;
}
.my_business_text_pannel .mid_pannel .hotel_room_pannel p
{
  margin-top: 5px;
}
.my_business_text_pannel .mid_pannel .hotel_room_pannel p span
{
  font-weight: 600;
}

.my_business_text_pannel .mid_pannel .hotel_room_avalable_pannel
{
  display: block;
  float: left;
  width: 100%;
}
.my_business_text_pannel .mid_pannel .hotel_room_avalable_pannel h2
{
  font-size: 14px;
  font-weight: 600;
  color: #04B704;
}
.my_business_text_pannel .mid_pannel .hotel_room_avalable_pannel p
{
  margin-top: 3px;
}
.my_business_text_pannel .mid_pannel .hotel_room_avalable_pannel p span
{
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: #04B704;
  text-align: center;
  line-height: 38px;
  color: #fff;
  position: relative;
  font-size: 14px;
}

.my_business_text_pannel .mid_pannel .resturant_table_pannel
{
  display: block;
  float: left;
  width: 100%;
}
.my_business_text_pannel .mid_pannel .resturant_table_pannel h2
{
  font-size: 14px;
}


.my_business_text_pannel .mid_pannel .resturant_contact_pannel
{
  display: block;
  float: left;
  width: 100%;
}
.my_business_text_pannel .mid_pannel .resturant_contact_pannel h2
{
  font-size: 14px;
  font-weight: 600;
  color: #E3000B;
}
.my_business_text_pannel .mid_pannel .resturant_contact_pannel p
{
  margin-top: 5px;
  word-break: break-all;
  position: relative;
  padding-left: 20px;
}
.my_business_text_pannel .mid_pannel .resturant_contact_pannel p i
{
  color: #E3000B;
  position: absolute;
  left: 0;
  top: 4px;
}
.table_no
{
  color: #E3000B;
}
.table_avalable
{
  color: #039900;
}
.calculator_section
{
  display: block;
  float: left;
  width: 100%;
  padding: 15px 0;
  background: #F7F7FC;
  border: 1px solid #EFF0F7;
  border-radius: 20px 0px 0px 20px;
  padding: 15px 20px;
  border-radius: 20px;
  filter: drop-shadow(0px 2px 12px rgba(20, 20, 43, 0.08));
}
.calculator_section .main_heading
{
  display: block;
  float: left;
  width: 100%;
}
.calculator_section .main_heading h2
{
  font-size: 19px;
}
.calculator_section .main_heading p
{
  font-size: 14px;
}
.calculator_section .mid_area
{
  display: flex;
  flex-wrap: nowrap;
  float: left;
  width: 100%;
  margin-top: 10px;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 140px;
}
.calculator_section .mid_area .date_box
{
  display: block;
  float: left;
  width: 100%;
  margin: 0 10px 0 0;
}
.calculator_section .bottom_area
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-top: 10px;
  align-items: center;
}
.calculator_section .bottom_area p
{
  font-size: 25px;
  margin-right: 15px;
}
.calculator_section .bottom_area p strong
{
  color: #E3000B;
}
.calculator_section .bottom_area h2
{
  font-size: 17px;
}
.calculator_section .bottom_area h2 a
{
  text-decoration: underline;
}
.calculator_section .bottom_area h2 a:hover
{
  text-decoration: none;
}
.offer_slider_area_offer_page
{
  position: relative;
}


.offer_slider_area_offer_page .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;
}
.offer_slider_area_offer_page .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 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  width: 210px;
}
.offer_slider_area_offer_page .right .dwop p
{
  margin: 5px 0;
  font-size: 15px !important;
}
.offer_slider_area_offer_page .right .dwop p a
{
  color: #000;
}
.offer_slider_area_offer_page .right .dwop p a:hover
{
  color: #FA493B;
}
.offer_slider_area_offer_page .switch
{
  display: flex;
  align-items: center;
}
.offer_slider_area_offer_page .switch p
{
  margin-right: 10px !important;
}
.offer_slider_area_offer_page .form-check-input:checked {
  background-color: #E52636 ;
  border-color: #E52636 ;
}

.offer_slider_area_offer_page .form-check-input:focus {
  border-color: #ffd6d9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #ffd6d9;
}
.offer_slider_area_offer_page .right:hover .dwop
{
  display: block;
}
.offer_active_section
{
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.offer_active_section .top_pannel
{
  display: block;
  float: left;
  width: 100%;
  background: #F7F7FC;
  border-radius: 20px 20px 0px 0px;
  padding: 10px 20px;
}
.offer_active_section .top_area
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.offer_active_section .top_area .left
{
  width: 33.3%;
}
.offer_active_section .top_area .center
{
  width: 33.3%;
  text-align: center;
}
.offer_active_section .top_area .right
{
  width: 33.3%;
  text-align: right;
}
.offer_active_section .bottom_area .left
{
  width: 33.3%;
}
.offer_active_section .bottom_area .center
{
  width: 33.3%;
  text-align: center;
}
.offer_active_section .bottom_area .right
{
  width: 33.3%;
  text-align: right;
}

.offer_active_section .top_area h2
{
  font-size: 18px;
}
.offer_active_section .top_area p
{
  font-size: 25px;
  font-weight: 600;
  color: #E3000B;
}
.offer_active_section .top_area h4
{
  font-size: 15px !important;
  font-weight: 100;
  color: #E3000B;
}
.offer_upload_banner_section
{
  display: flex;
  float: left;
  width: 100%;
  height: 280px;
  background: #4E4E4E;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}
.offer_upload_banner_section i
{
  color: #C4C4C4;
  font-size: 100px;
}

.offer_active_section .bottom_area
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  margin-top: 5px;
}
.offer_active_section .bottom_area p
{
  font-size: 14px;
}
.offer_active_section .bottom_area p span
{
  margin-left: 15px;
}

.offer_active_section .bottom_pannel
{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 20px 20px;
}

.offer_upload_section
{
  display: block;
  float: left;
  width: 100%;
}
.offer_upload_section .add_form_section  .input--file2
{
  border: none;
  background: #717171;
}

.offer_upload_section  .add_item_banner_image_area p {
  color: #fff;
}
.offer_add_text_pannel
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.offer_add_text_box1
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-top: 15px;
  align-items: center;
}
.offer_add_text_box1 .line_number
{
  display: block;
  float: left;
  width: 100%;
  font-weight: 600;
}
.offer_input_and_switch
{
  display: flex;
  float: left;
  width: 100%;
  margin-top: 5px;
  align-items: center;
}
.offer_add_text_box1 .offer_text
{
  height: 44px;
  border-radius: 8px;
}
.offer_add_text_box1 .on_off_area {
  display: flex;
  float: right;
  margin-left: 15px;
  width: 120px;
  justify-content: space-between;
}
.offer_add_text_box1 .form-check-input:checked {
  background-color: #04B704;
  border-color: #04B704;
}
.offer_instrucation_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 40px;
}
.offer_instrucation_section h2
{
  font-size: 19px;
}
.offer_instrucation_section img
{
  float: left;
  width: 100%;
  margin-top: 15px;
}
.offer_bottom_button_pannel
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-top: 22px;
  justify-content: space-between;
}
.preview_modal
{
  background: #000;
  text-align: center;
  padding: 0px 15px;
}

.booking_management_toggle_section
{
  display: block;
  float: left;
  width: 100%;
}
.booking_management_toggle_section .accordion-item
{
  margin-top: 30px;
  background: #FFFFFF;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  border-radius: 6px !important;
  border: none;
  overflow: hidden;
}
.booking_management_toggle_section .top_hotel_details
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.booking_management_toggle_section .top_hotel_details h2
{
  font-size: 18px;
  color: #000;
}
.booking_management_toggle_section .top_hotel_details p
{
  font-size: 14px;
  color: #606060;
  position: relative;
  padding-left: 20px;
  margin-top: 5px;
}
.booking_management_toggle_section .top_hotel_details p i
{
  position: absolute;
  left: 0;
  top: 0;
  color: #E3000B;
}
.booking_management_toggle_section .accordion-button:not(.collapsed)
{
  background: #fff;
}

.booking_management_toggle_section .accordion-button:focus {
  z-index: 3;
  border-bottom: 1px solid #EEEEEE !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #fff;
}
.web_privew .preview_modal
{
  background: #fff !important;
}
.offer_search_filter_section
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-top: 30px;
  justify-content: space-between;
}
.offer_search_filter_section .input-group
{
  width: 100%;
  max-width: 300px;
  height: 50px;
  border: 1px solid #ced4da;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin: 5px 0;
}
.offer_search_filter_section .input-group .search_field
{
  border: none;
}
.offer_search_filter_section .input-group .btn {
  height: 50px;
}
.offer_search_filter_section .offer_filter
{
  width: 100%;
  max-width: 200px;
  height: 50px;
  margin: 5px 0;
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 0 15px;
}
.offer_active_section .top_area .status .ongoing
{
  display: inline-block;
  font-size: 14px;
  background: rgba(87, 230, 110, 0.3);
  border-radius: 50px;
  padding: 5px 15px;
  color: #099D21;
  margin: 5px;
}

.offer_active_section .top_area .status .pending
{
  display: inline-block;
  font-size: 14px;
  background: rgba(255, 181, 54, 0.3);
  border-radius: 50px;
  padding: 5px 15px;
  color: #C68E2E;
  margin: 5px;
}


.offer_active_section .top_area .status .expire
{
  display: inline-block;
  font-size: 14px;
  background: rgba(248, 138, 143, 0.3);
  border-radius: 50px;
  padding: 5px 15px;
  color: #E3000B;
  margin: 5px;
}
.offer_upload_section .add_form_section .ng-hide
{
  width: 100%;
  margin: 15px 0 15px 0;
}
.profile_my_booking_short
{
  display: block;
  float: left;
  width: 100%;
  text-align: right;
}
.table_main_area {
  display: block;
  float: left;
  width: 100%;
  padding: 0 0 10px 0;
}

.table_main_area::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.table_main_area::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.table_main_area::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #d1d1d1;
}

.timepicker-overlay {
  z-index: 10000000 !important;
}

.timepicker-backdrop-overlay {
  z-index: 10000000 !important;
}

.booking_management_booking_box1
{
  background: #F8F8F8;
  border: 1px solid #DBDBDB;
  border-radius: 6px;
} 

.today_booking_heading
{
  display: flex;
  float: left;
  width: 100%;
  margin: 12px 0 20px 0;
  align-items: center;
  justify-content: space-between;
}
.today_booking_heading h2
{
  font-size: 17px;
}

.booking_table_height
{
  max-height: 400px;
  overflow-y: auto;
}
.select_style1
{
  display: block;
  float: left;
  width: 150px;
  height: 40px;
  padding: 5px 15px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.checkin_but
{
  width: 44px;
  height: 44px;
  border: none;
  background: #E3000B;
  color: #fff;
  border-radius: 100%;
  float: right;
}
.booking_management_top_search_area
{
  display: flex;
  flex-wrap: nowrap;
  float: left;
  width: 100%;
  align-items: center;
    justify-content: space-between;
}
.booking_management_top_search_area .box1
{
  width: 100%;
  margin: 10px 5px;
}
.booking_management_calender_but
{
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border: none;
  background: #E3000B;
  color: #fff;
  border-radius: 100%;
  float: right;
}
.booking_management_id_upload
{
  margin: 0;
}

.booking_management_id_upload h5
{
  font-size: 17px;
}
.booking_management_height
{
  width: 220px !important;
  height: 170px !important;
}
.booking_management_bottom_pannel {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  border-top: 1px solid #DBDBDB;
  margin-top: 11px;
  padding-top: 15px;
  align-items: center;
  justify-content: space-between;
}

.booking_management_bottom_pannel p
{
  font-weight: bold ;
}
.calender_hotel_details
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.calender_hotel_details h2 {
  font-size: 18px;
  font-weight: 600;
}
.calender_hotel_details p {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}
.calender_hotel_details p i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 17px;
  color: #E3000B;
}
.calender_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.main_calender
{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
  padding:30px;
  
}
.calender_but .btn
{
  margin: 0 2px !important;
}

.cal-month-view .cal-day-cell {
  min-height: 78px !important;
}
.cal-month-view .cal-events {
  justify-content: center !important;
}
.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  width: 100%;
  text-align: center;
  opacity: 0.5;
  margin-top: 0 !important;
  margin-right: 0 !important;
  float: right;
  margin-bottom: 0 !important;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cal-month-view .cal-day-badge
{
  position: absolute;
  display: none !important;
  margin-top: 10px !important;
  margin-left: 10px !important;
}
.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  position: relative !important;
}
.cal-month-view .cal-events {
  flex: 1;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  bottom: 6px;
}
.cal-month-view .cal-day-badge {
  background-color: #E3000B !important;
}
.cal-month-view .cal-event
{
  background-color: #E3000B !important; 
}
.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: #E3000B !important; 
}
.cal-month-view .cal-day-number {
  color: #000;
  opacity: 1 !important;
}
.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1 !important;
}
.cal-month-view .cal-header .cal-cell {
  padding: 20px 0 !important;
}
.cal-month-view .cal-day-cell.cal-today {
  background-color: #FFD0D2 !important;
}

.calender_bottom_hints
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.calender_bottom_hints p
{
  color: #606060;
  font-size: 17px;
}
.calender_bottom_hints p i
{
  color: #E3000B;
  margin-right: 5px;
}
.calender_bottom_hints h2
{
  font-weight: 100;
  font-size: 18px;
}

.calender_avalable_room_section
{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
}
.calender_avalable_room_section .top_heading
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  background: #E3000B;
  border-radius: 15px 15px 0 0;
}
.calender_avalable_room_section .top_heading h2
{
  color: #fff;
  font-size: 18px;
}
.calender_avalable_room_section .body
{
  display: block;
  float: left;
  width: 100%;
  padding: 10px 15px;
}
.calender_avalable_room_section .body .avalable_room_box1
{
  display: flex;
  float: left;
  width: 100%;
  padding: 10px 0;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
}
.calender_avalable_room_section .body .avalable_room_box1:last-child
{
  border-bottom: none;
}
.calender_avalable_room_section .body .avalable_room_box1 h2
{
  font-size: 17px;
}

.all_place_section 
{
  display: flex;
  float: left;
  width: 100%;
  border-radius: 8px;
  padding: 20px;
  background: #E3000B url(../images/testimonial_bg.svg) no-repeat;
  background-size: cover;
  margin-top: 40px;
  justify-content: center;
}
.all_place_section p
{
  font-size: 25px;
  color: #fff;
  margin: 10px;
}
.all_place_but
{
  display: inline-block;
  vertical-align: middle;
  padding: 8px 30px;
  border: 1px solid #fff;
  background: none;
  color: #FFFFFF;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  margin: 10px;
  transition: all .5s ;
	transition-timing-function:ease-out;
}
.all_place_but:hover
{
  background: #fff;
  color: #000;
}
.app_privew_box
{
  display: flex;
  float: left;
  width: 100%;
  justify-content: center;
}
.app_privew_inside
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  max-width: 320px;
}
.app_privew_inside .top
{
  display: block;
  float: left;
  width: 100%;
  filter: blur(3px);
  -webkit-filter: blur(3px);
}
.app_privew_inside .top img
{
  float: left;
  width: 100%;
}
.app_privew_inside .bottom
{
  display: block;
  float: left;
  width: 100%;
  filter: blur(3px);
  -webkit-filter: blur(3px);
}
.app_privew_inside .bottom img
{
  float: left;
  width: 100%;
}
.app_privew_inside .add_area
{
  float: left;
  width: 100%; 
}
.app_privew_box .offer_slider_area 
{
  border-radius: 0 !important;
}
.app_privew_box .offer_slider_area h5 {
  font-size: 14px;
  font-weight: 100;
}
.app_privew_box .offer_slider_area h2 {
  font-size: 21px;
  font-weight: 100;
}
.app_privew_box .offer_slider_area h3 {
  font-size: 26px;
}
.app_privew_box .offer_slider_area img {
  height: 220px;
}
.app_privew_box .home_section1 {
  padding: 0;
}

.recomended_section2
{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px 0;
  position: absolute;
  z-index: 2;
  top: 54px;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  max-height: 400px;
  overflow-y: auto;
}

.recomended_section2::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.recomended_section2::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.recomended_section2::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.recomended_section2::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.recomended_section2 h3
{
  font-size: 17px;
}

.recomended_section .heading_section
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.recomended_section .heading_section h2
{
  color: #000;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600 !important;
}
.recomended_slider_area
{
  display: block;
  float: left;
  width: 100%;
}
.recomended_slider_area .owl-item
{
  padding: 10px 5px !important;
}
.recomended_slider_area .owl-stage {
  display: flex;
}
.recomended_section .body_section
{
  display: block;
  float: left;
  width: 100%; 
  padding: 30px 0 0 0;
}
.recomended_box1
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  height: 100%;
}
.recomended_box1 .img_area
{
  display: flex;
  float: left;
  width: 100%;
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.recomended_box1 .img_area img
{
  float: left;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.recomended_box1 .img_area .left_section
{
  display: block;
  float: left;
  width: 65%;
  position: relative;
  z-index: 1;
}
.recomended_box1 .img_area .left_section img
{
  float: left;
  width: 100%;
  height: 244px;
  object-fit: cover;
  object-position: center;
}

.recomended_box1 .img_area .left_sectionone
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.recomended_box1 .img_area .left_sectionone img
{
  float: left;
  width: 100%;
  height: 244px;
  object-fit: cover;
  object-position: center;
}
.recomended_box1 .img_area .right_section
{
  display: block;
  float: left;
  width: 35%;
  margin-left: 4px;
}
.recomended_box1 .img_area .right_section .top
{
  float: left;
  width: 100%;
  height: 120px;
}
.recomended_box1 .img_area .right_section .top img
{
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.recomended_box1 .img_area .right_section .topone
{
  float: left;
  width: 100%;
  height: 244px;
}
.recomended_box1 .img_area .right_section .topone img
{
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.recomended_box1 .img_area .right_section .bottom
{
  float: left;
  width: 100%;
  height: 120px;
  margin-top: 4px;
}
.recomended_box1 .img_area .right_section .bottom img
{
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.recomended_star_tag
{
  display: flex;
  z-index: 2;
}
.recomended_star_tag p i
{
  font-weight: 600 !important;
  color: #FFBD00;
  font-size: 14px;
}
.recomended_star_tag p
{
  font-weight: 600 !important;
  color: #000;
  font-size: 14px;
  margin: 3px 0 0 0 !important;
}
.recomended_star_tag2
{
  display: flex;
  z-index: 2;
  flex: 0 0 80px;
  justify-content: flex-end;
}
.recomended_star_tag2 p i
{
  font-weight: 600 !important;
  color: #FFBD00;
  font-size: 14px;
}
.recomended_star_tag2 p
{
  font-weight: 600 !important;
  color: #000;
  font-size: 14px;
  margin: 3px 0 0 0 !important;
}
.recomended_star_new_tag
{
  display: flex;
  float: left;
  width: 100%;
  margin-top: 2px;
  align-items: center;
}
.recomended_star_new_tag span {
  display: inline-block;
  vertical-align: top;
  padding: 2px 6px;
  color: #fff;
  border-radius: 4px;
  background: #039900;
  font-size: 10px;
}
.recomended_star_new_tag span i
{
  font-size: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.recomended_star_new_tag p
{
  color: #8D8D8D;
  font-weight: 500;
  margin-left: 5px;
  font-size: 13px;
}

.recomended_star_new_tag2
{
  display: flex;
  float: left;
  width: 100%;
  margin: 5px 0;
  align-items: center;
}
.recomended_star_new_tag2 span {
  display: inline-block;
  vertical-align: top;
  padding: 2px 6px;
  color: #fff;
  border-radius: 4px;
  background: #039900;
  font-size: 10px;
}
.recomended_star_new_tag2 span i
{
  font-size: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.recomended_star_new_tag2 p
{
  color: #8D8D8D;
  font-weight: 500;
  margin: 0 0 0 5px !important;
  font-size: 13px !important;
}

.recomended_box1 .text_area
{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  position: relative;
  padding-top: 10px;
  padding: 12px 15px;
  background: #fff;
}
.recomended_box1 .text_area .top
{
  display: block;
  float: left;
  width: 100%;
}
.recomended_box1 .text_area .top h2
{
  font-size: 17px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recomended_box1 .text_area .left
{
  display: block;
  float: left;
  width: calc(100% - 70px);
}
.recomended_box1 .text_area .left h2
{
  font-size: 17px;
}
.recomended_box1 .text_area .left p
{
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}
.recomended_box1 .text_area .left p span
{
  margin-left: 5px;
  float: left;
  width: 100%;
  margin: 2px 5px 0 0 !important;
}
.recomended_box1 .text_area .left p span i
{
  color: #E3000B;
  font-size: 17px;
  margin-right: 4px;
}

.recomended_box1 .text_area .right
{
  display: block;
  float: left;
  width: 100%;
  text-align: right;
  flex: 0 0 70px;
  margin-top: 38px;
  width: 70px;
}
.recomended_box1 .text_area .right h2
{
  color: #E3000B;
  font-size: 19px;
}
.recomended_box1 .text_area .right p
{
  color: #000; 
}

.recomended_slider_area .owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  position: relative;
  background: linear-gradient(46.03deg, #E3000B 16.23%, #FA493B 85.83%);
}
.recomended_slider_area .owl-prev::after
{
  font-family: "FontAwesome";
  position: absolute;
  content: "\f104";
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recomended_slider_area .owl-next::after
{
  font-family: "FontAwesome";
  position: absolute;
  content: "\f105";
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.no_date
{
  width: 100%;
  max-width: 300px;
  margin: 25px 0;
}
.search_filter_short {
  border: none;
  border-bottom: none;
  border-radius: 8px;
  width: 215px;
  padding: 12px 12px;
  background: #F3F3F3 url(../images/down_arrow.png) no-repeat;
  background-position: calc(100% - 15px) 15px;
  background-size: 14px;
  margin-right: 10px;
  appearance: none;
}
.ngx-slider .ngx-slider-tick.ngx-slider-selected {
  background: #E3000B !important;
}
.offcanvas-body
{
  padding: 0 0 1rem 0;
}
.offcanvas-header {
  padding: 1rem 1rem 5px 1rem;
}
.mobile_nav
{
  display: none;
  padding: 9px 15px;
  color: #fff;
  background: #E3000B;
  border: none;
  border-radius: 5px;
}
.mobile_menu
{
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  padding: 0 1rem;
}
.mobile_menu .navbar-light .navbar-nav .nav-link.active, .mobile_menu  .navbar-light .navbar-nav .show>.nav-link {
  color: #E3000B;
}
.offcanvas-header img
{
  width: 180px;
}
.mobile_login_section
{
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 8px 1rem;
  background: #efefef;
}
.mobile_login_but
{
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.mobile_login_but i
{
  font-size: 36px;
  color: #8D8D8D;
}
.mobile_login_but span
{
  background: #E3000B;
  padding: 5px 12px;
  border-radius: 4px;
  color: #fff;
}
.mobile_location_and_search_area
{
  display: flex;
  float: left;
  width: 100%;
  padding: 10px 1rem;
  justify-content: space-between;
}
.mobile_login_section .top_profile_area
{
  margin: 0 !important;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.mobile_login_section .login_but
{
  margin: 0 !important;
  background: #E3000B;
  padding: 5px 12px;
  border-radius: 4px;
  color: #fff;
}
.modal-backdrop.show {
  opacity: 0.7;
}

/* .modal-open .subpage_banner, .modal-open .web_header , .modal-open .body_section , .modal-open .home_banner_section, .modal-open, .modal-open .recomended_section , .modal-open .explore_listing_section , .modal-open .home_offer_section , .modal-open .testimonial_section , .modal-open .top_section , .modal-open .bootm_section
{
  filter: blur(2px);
  -webkit-filter: blur(2px);
} */
.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;
}
.notification_box1
{
  display: flex;
  flex-wrap: nowrap;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  padding: 12px 15px;
  margin: 15px 0;
  position: relative;
  align-items: center;
}
.notification_box1 img
{
  flex: 80px 0 0;
}
.notification_box1 .text_area
{
  display: block;
  float: left;
  width: 100%;
  padding-left: 15px;
}
.notification_box1 .text_area h3
{
  font-size: 14px;
}
.notification_box1 .text_area p
{
  font-size: 14px;
  color: #8D8D8D;
  margin-top: 8px;
}
.top_profile_area_left
{
  display: flex;
  float: left;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  opacity: 0.35;
}
.notification_count {
  position: absolute;
  top: -7px;
  right: -9px;
  width: 24px;
  height: 24px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 11px;
}
.offer_district
{
  font-size: 18px !important;
}
.form-floating>.form-select {
  padding-top: 1.4rem;
}
.eye_section
{
  display: flex;
  flex: 0 0 30px;
  float: right;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #FA3139;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  margin-right: 5px;
}
.dashboard_alart
{
  display: inline-block;
  vertical-align: top;
  background: #FDEEA3;
  color: #473C00;
  padding: 15px 25px;
  border-radius: 8px;
}

.subscription_alart_method
{
  
  display: flex;
  float: center;
  vertical-align: top;
  background: #FDEEA3;
  color: #473C00;
  padding: 15px 25px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
}

.dashboard_alart_decline
{
  display: inline-block;
  vertical-align: top;
  background: #FDEEA3;
  color: #E3000B;
  padding: 15px 25px;
  border-radius: 8px;
}

.publised
{
  display: inline-block;
  background: #E1FEE1;
  color: #039900;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 14px;
  margin: 5px 5px 5px 0;
}
.publised_pending
{
  display: inline-block;
  background: #FFE4E5;
  color: #E3000B;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 14px;
  margin: 5px 5px 5px 0;
  flex: 0 0 135px;
}
.angular-editor-textarea
{
  background: #fff !important;
  min-height: 200px !important;
  outline-style: none !important;
}
.business_list_edit
{
  margin-top: 3px !important;
}
.login_form .password
{
  position: relative;
}
.password_eye
{
  display: block;
  float: right;
  position: absolute;
  right: 12px;
  top: 15px;
  cursor: pointer;
}
.more
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #FA3139;
  margin-top: 10px;
  font-weight: 600;
}
.more:hover
{
  color: #000;
}
.item_pay_description
{
  color: #8D8D8D;
}
.item_pay_description i
{
  color: #E3000B;
}

.green
{
  color: #039900 !important;  
}
.sold_out_teg h2
{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  background: #E3000B;
  color: #fff;
  padding: 10px 10px;
  border-radius: 7px;
  text-align: center;
}
.pay_at_check_in_rond
{
  display: inline-block;
  vertical-align: middle;
  width: 10px !important;
  height: 10px;
  border-radius: 100%;
  margin: -3px 2px 0 0 !important;
  background: #039900;
}
.recomended_box1 .text_area .left p .pay_at_check_in_rond
{
  margin: 4px 5px 0 0 !important;  
}
.booking_in_out
{
  display: block;
  float: left;
}
.booking_in_out p
{
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-right: 25px;
}
.booking_in_out .date
{
  color: #E3000B;
}
.booking_in_out span
{
  color: #E3000B;
}
.id_proof_alatr
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #ff301e16;
}
.review_image_body
{
  display: block;
  float: left;
  width: 100%;
}
.review_image_body img
{
  width: 100%;
}

.my_business_box1 .booking_management_calender_but
{
  width: 30px;
  height: 30px;
  border: none;
  background: #FA3139;
  color: #fff;
  border-radius: 100%;
  float: right;
  margin: 2px 5px;
}
.sub_admin_top_profile_area
{
  display: flex;
  float: left;
  width: 100%;
  cursor: pointer;
  transition: all .5s ;
	transition-timing-function:ease-out;
  justify-content: space-between;
    align-items: center;
}

.subscription_method_section
{
  display: block;
  float: left;
  width: 100%;
}
.subscription_method_section h2
{
  font-size: 17px;
}
.subscription_method_section .boxes
{
  display: block;
  float: left;
  width: 100%;
}
.pay_method_box1
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  border: 1px solid #E2E2E2;
  padding:0;
  border-radius: 8px;
  cursor: pointer;
  background: #fff;
  position: relative;
}
.pay_method_box1 img
{
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 36px;
  object-fit: contain;
  object-position: center;
  margin-right: 15px;
}
.pay_method_box1 p
{
  font-size: 16px !important;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
.pay_method_box1 .link_but
{
  background: #E3000B;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 15px;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}
.pay_method_box1 .link_but:hover
{
  background: #000000;
}
.pay_method_box1 .form-select
{
  border-radius: 8px;
  border-bottom: none;
  padding-left: 15px;
}
.calculator_payment_method
{
  display: block;
  float: left;
  width: 100%;
}
.pay_method_box1 .fa-circle-arrow-right {
  float: right;
  color: #707070;
  margin-top: 9px;
  font-size: 17px;
}


.subscription_plan_section
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 40px;
}
.subscription_plan_section h2
{
  font-size: 17px;
}
.subscription_plan_section .boxes
{
  display: block;
  float: left;
  width: 100%; 
}
.subscription_plan_section .boxes .subscription_plan_box1
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 15px;
  background: #FFFFFF;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.subscription_plan_box1_heading
{
  display: block;
  float: left;
  width: 100%;
  background: #E3000B;
  padding: 8px 15px;
}
.subscription_plan_box1_heading h2
{
  font-size: 17px;
  font-weight: 600;
  color: #fff; 
}
.subscription_plan_box1_body
{
  display: block;
  float: left;
  width: 100%;
  padding: 15px;
  position: relative;
}
.subscription_plan_box1_body h3
{
  font-size: 32px;
}
.subscription_plan_box1_body p
{
  font-size: 17px;
}
.subscription_plan_box1 > .select_plan
{
  position: absolute;
  top: 65px;
  right: 15px;
}
.manual_pay_heading
{
  font-size: 17px;
}
.search_drop
{
  display: flex;
  width: 100%;
  float: left;
  padding: 5px 15px;
  cursor: pointer;
}
.search_drop:hover
{
  background: #F1F1F1;
}
.search_drop .left
{
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  flex: 50px 0 0;
}
.search_drop .left img
{
  float: left;
  width: 100%;
  height: 100%;
}
.search_drop .right
{
  float: left;
  width: 100%;
  padding-left: 15px;
}
.search_drop .right h3
{
  font-size: 14px;
}
.search_drop .right p
{
  font-size: 14px;
  color: #797979;
}
.recomended_section
{
  display: block;
  float: left;
  width: 100%;
  padding:50px 0; 
  background: #F4F4F4;
}
.ng-otp-input-wrapper
{
  display: flex;
  justify-content: center;
}
.ng-otp-input-wrapper .otp-input
{
  margin: 0 15px;
}
.heading2
{
  font-size: 18px;
}
.payment_details_popup_body
{
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.payment_details_but_area
{
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.payment_details_popup_body h5
{
  font-size: 25px;
}
.payment_details_popup_body p
{
  font-size: 17px;
  margin-top: 7px;
}


.my_business_box_full .table_header
{
    display: flex;
    flex-wrap: nowrap;
    float: left;
    width: 100%;
    border-radius: 8px;
    color: #809FB8;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
    padding: 0 10px;
}

.my_business_box_full .table_body
{
    display: flex;
    flex-wrap: nowrap;
    float: left;
    width: 100%;
    padding: 8px 10px;
    background: #fff;
    color: #707070;
    font-size: 14px;
    align-items: center;
    transition: all .5s ;
	  transition-timing-function:ease-out;
    text-align: center;
    min-height: 68px;
    border-bottom: 1px solid #e1e1e1;
}
.my_business_box_full .table_body:hover
{
    background: #F0F6FC;
}

.my_business_box_full .table_body .mobile_heading
{
    display: none;
    color: #809FB8 ;
    margin-right: 10px;
    font-weight: 600;
    position: relative;
}
.my_business_box_full .table_body .mobile_heading::after
{
    content: ":";
    font-family: 'Blinker-SemiBold';
    margin-left: 5px;
}
.my_business_box_full .table_body p
{
    margin: 0;
}
.my_business_box_full .table_body .profile_img
{
    display: inline-block;
    width: 50px !important;
    height: 5px;
    border-radius: 100%;
    position: relative;
}
.my_business_box_full .table_body .profile_img img
{
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}

.my_business_box_full .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
}
.my_business_box_full .table_body .profile_img_name h4
{
    font-size: 19px;
    color: #fff;
    font-family: 'Blinker-Regular' !important;
    margin: 0;
    line-height: 50px;
}
.my_business_box_full .table_body .id
{
    font-size: 12px;
    font-family: 'Blinker-Regular' !important;
    margin: 0;
    color: #BF3778;
}
.my_business_box_full .table_body .form-check
{
  display: inline-block;
}
.my_business_box_full .table_body  .form-check-input {
  background-color: #E52636;
  border-color: #E52636;
}

.my_business_box_full .table_body  .form-check-input:checked {
  background-color: #039900 !important;
  border-color: #039900 !important;
}
.form-check-input
{
  background:#E52636 url(../images/switch_redio.svg) no-repeat !important;
  background-position: left center !important;
  border-color: #E52636;
}
.form-check-input:checked
{
  background:#039900 url(../images/switch_redio.svg) no-repeat !important;
  background-position: right center !important;  
  border-color: #039900 !important;
}

/* .form-switch .form-check-input {
  background-position: left center;
  background: #00A600 url(../images/switch_redio.svg) no-repeat !important;
}
.form-switch .form-check-input:focus {
  background-image: url(../images/switch_redio.svg) no-repeat !important;
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background: #27D79E 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: 14px;
  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: 14px;
  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: 14px;
  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: 8px;
  margin: 5px 0;
  font-size: 14px;
  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: 8px;
  margin: 5px 0;
  font-size: 14px;
  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;
}

.profile_main_section
{
  display: block;
  float: left;
  width: 100%;
}

.profile_main_section .left_area
{
  display: block;
  float: left;
  width: 200px;
  margin-top: 30px;
}
.profile_main_section .left_area .img_area
{
  display: block;
  float: left;
  width: 160px;
  height: 160px;
  border: 4px solid;
  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: #E3000B;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 18px;
  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: 30px;
}

.profile_right_area
{
  display: block;
  float: left;
  width: 100%;
}
.profile_right_area label
{
  color: black;
  font-weight: 500;
}


.toggle-options-box {
  
  align-self: center;
  padding: 15px;
  border-radius: 8px;
  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: 8px;
  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: 8px;
  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;
}
.employee_profile_img img
{
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}

.blog_left_area
{
    display: block;
    float: left;
    width: calc(100% - 370px);
}
.blog_right_area
{
    display: block;
    float: right;
    width: 350px;
}

.blog_box1
{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
	  height:calc(100% - 30px);
}
.blog_box1 .img_area
{
    display: block;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.blog_box1 .img_area img
{
    float: left;
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
    border-radius: 8px;
}
.blog_box1 .img_area .video
{
  float: left;
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
  border-radius: 8px;  
}
.blog_box1 .text_area
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.blog_box1 .text_area h3
{
    font-size:13px;
    font-weight: 300 !important;
}
.blog_box1 .text_area h3 span
{
  margin-left: 15px;
}
.blog_box1 .text_area h2
{
    font-size: 19px;
    font-weight: 500;
    margin-top: 10px;
}
.blog_box1 .text_area p
{
  margin-top: 10px;
  color: #8D8D8D; 
}
.blog_box1 .text_area a
{
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.blog_box1 .text_area a:hover
{
    color: #E3000B;
}
.blog_box1 .text_area a i
{
    margin-left: 12px;
}


.blog_right_search
{
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.09);
    padding: 15px 20px;
}
.blog_right_search h3
{
    font-size: 18px;
}
.blog_right_search_pannel form
{
	width:100%;
	display:flex;
	float:left;
	width:100%;
}
.blog_right_search_pannel input
{
    border: none;
    background: #F0F0F0;
	font-family: 'Kumbh Sans', sans-serif;
	font-size:15px;
}
.blog_right_search_pannel button
{
    border: none;
    box-shadow: none;
    background: #E3000B;
    color: #fff;
}
.blog_right_category
{
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.09);
    padding: 15px 20px;
    margin-top: 20px;
}
.blog_right_category h3
{
    font-size: 18px;
}
.blog_right_category ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.blog_right_category ul li a
{
    display: inline-block;
    vertical-align: top;
    color: #000;
    position: relative;
    padding: 7px 0 7px 20px;
}
.blog_right_category ul li a::before
{
    content: url(../images/tick2.svg);
    position: absolute;
    left: 0;
    top: 8px;
}
.blog_right_category ul li a:hover
{
    color: #E3000B;
}

.blog_right_recent_news
{
    display: block;
    float: left;
    width: 100%;
    box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.09);
    padding: 15px 20px;
    margin-top: 20px;
}
.blog_right_recent_news h3
{
    font-size: 18px;   
}
.blog_right_recent_news_box1
{
    display: flex;
    float: left;
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #E7E7E7;
}
.blog_right_recent_news_box1 .img_area
{
    display: block;
    float: left;
    width: 80px;
    height: 70px;
    flex: 80px 0 0;
}
.blog_right_recent_news_box1 .img_area img
{
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.blog_right_recent_news_box1 .img_area .video
{
    float: left;
    width: 80px;
    height: 70px;
    object-fit: cover;
    object-position: center;
}
.blog_right_recent_news_box1 .text_area
{
    display: block;
    float: left;
    width: 100%;
    padding-left: 15px;
}
.blog_right_recent_news_box1 .text_area p
{
    color: #8A8A8A;
    font-size: 14px;
}
.blog_right_recent_news_box1 .text_area h5
{
    font-size: 14px;
    margin-top: 5px;
}
.blog_share_section
{
  display: flex;
  float: left;
  width: 100%;
  margin-top: 25px;
  align-items: center;
}
.blog_share_section span
{
  margin-left: 10px;
}
.blog_share_section span a
{
  margin-left: 5px;
}

.recent_blog_section
{
  display: block;
  padding: 50px 0;
  background: #F4F4F4;
}
.recent_blog_header
{
  display: block;
  float: left;
  width: 100%;
}
.recent_blog_header h2
{
  font-size: 25px;
}
.recent_blog_boxes
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.deal_box
{
  position: absolute;
  right: 15px;
  top: 26px;
}
.deal_box img
{
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.deal_box2
{
  position: absolute;
  right: 15px;
  top: 30px;
}
.deal_box2 img
{
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.deal_filter
{
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}
.deal_filter p
{
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
}
.deal_filter .form-select
{
  padding: 10px 10px !important;
  width: 150px;
  border: 1px solid #C6C6C6;
  border-radius: 6px;
}
.pending_tag
{
  border-radius: 8px;
  background: rgba(249, 185, 89, 0.20);
  padding: 5px 10px;
  color: #F9B959;
}
.pending_tag
{
  border-radius: 8px;
  background: rgba(249, 185, 89, 0.20);
  padding: 5px 10px;
  color: #F9B959;
}
.approved_tag
{
  border-radius: 8px;
  background: rgba(25, 168, 64, 0.20);
  padding: 5px 10px;
  color: #19A840;
}
.cancel_tag
{
  border-radius: 8px;
  background: rgba(254, 107, 186, 0.20);
  padding: 5px 10px;
  color: #FE6BBA;  
}
.precess_to_pay_but_section
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.pay_modal_body
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
.pay_modal_body h4
{
  margin: 30px 0 20px 0;
  font-size: 14px;
  font-weight: 100;
}
.pay_modal_body h4 strong
{
  color: #E3000B;
  font-size: 23px !important;
  font-weight: bold;
}
.pay_modal_body h3
{
  font-size: 14px;
  color: #E3000B;
  margin-top: 15px;
  text-align: left;
}
.pay_modal_body ul
{
  list-style-type: none;
  margin-top: 15px;
  text-align: left;
}
.pay_modal_body ul li
{
  margin: 10px 0;
  position: relative;
  padding-left: 80px;
}
.pay_modal_body ul li span
{
  display: inline-block;
  padding: 4px 15px;
  background: #21AA47;
  color: #fff;
  border-radius: 8px;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
}
.pay_modal_body ul li strong
{
  font-weight: bold;
  color: #E3000B;
  font-size: 18px;
}
.modal_center_but
{
  justify-content: center !important;
}
.plan_select_box
{
  position: absolute;
  top: 65px;
  right: 15px;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: 2px solid #DADADA;
}
.pay_modal-header .left
{
  position: relative;
  padding-left: 45px;
}
.pay_modal-header .left img
{
  position: absolute;
  left: 0;
  top: 4px;
  width: 38px;
}
.pay_modal-header  {
  align-items: flex-start;
}
.new_plan_box
{
  display: block;
  float: left;
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 3.209px 10.429px 0px rgba(0, 0, 0, 0.25);
  margin-top: 30px;
  overflow: hidden;
  height: calc(100% - 30px);
}
.new_plan_box .top_section
{
  float: left;
  width: 100%;
  background: #E3000B;
  padding: 10px 100px 10px 15px;
  position: relative;
  color: #fff;
}
.new_plan_box .top_section .left h2
{
  font-size: 17px;
}
.new_plan_box .top_section .left p
{
  font-size: 14px;
}
.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%);
}
.new_plan_body
{
  display: block;
  float: left;
  width: 100%;
  padding: 12px 15px;
  position: relative;
}
.new_plan_price
{
  display: flex;
  flex-wrap: wrap;
  vertical-align: top;
  width: 100%;
  align-items: center;
}
.new_plan_price h2
{
  font-size: 17px;
  width: 100%;
  margin: 5px 5px 5px 0;
}
.new_plan_price h2 span
{
  font-size: 17px;
}
.new_plan_price p
{
  font-size: 14px;
  align-items: center;
}
.new_plan_duration
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 5px;
}
.new_plan_duration p
{
  font-size: 14px;
}
.new_plan_duration p strong
{
  font-size: 14px;
}
.new_plan_point
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 5px;
}
.new_plan_point ul
{
  list-style-type: none;
}
.new_plan_point ul li
{
  position: relative;
  padding-left: 15px;
}
.new_plan_point ul li::before
{
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #E3000B;
  border-radius: 100%;
}
.plan_check
{
  position: absolute;
  right: 15px;
  top: 15px;
}
.plan_check .form-check-input
{
  background: none !important;
  border: 2px solid #000000;
  width: 24px;
  height: 24px;
}
.plan_check .form-check-input:checked {
  background: #039900 url(../images/tick3.svg) center no-repeat !important;
  border-color: #039900 !important;
}
.calculator_step_box1
{
  display: block;
  float: left;
  width: 100%;
}
.calculator_step_box1 .step
{
  margin: 15px 0 10px 0;
}

.step_box
{
  background: #9F9F9F;
  color: #F3F3F3;
  width: 100px;
  height: 40px;
  font-size: 14px;
  border-radius: 8px;
  text-align: center;
  line-height: 40px;
}
.step_box .fa-circle-check
{
  display: none;
}
.select
{
  background: #21AA47;
  color: #E9FFEF;
}
.select .fa-circle-check
{
  display: inline-block; 
}
.get_plan
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 18px;
  margin-top: 30px;
}
.get_plan a
{
  text-decoration: underline;
}
.get_plan a:hover
{
  text-decoration: none;
}

.index_notification_box1
{
  display: block;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  padding: 12px 15px;
  margin: 15px 0;
  position: relative;
}
.index_notification_box1 .top
{
  display: flex;
  flex-wrap: nowrap;
  float: left;
  width: 100%;
  align-items: center;
}
.index_notification_box1 .bottom
{
  display: flex;
  flex-wrap: nowrap;
  float: left;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.index_notification_box1 .bottom p
{
  margin-left: 10px;
  font-size: 13px;
  color: #bfbfbf;
}
.index_notification_box1 img
{
  flex: 80px 0 0;
}
.index_notification_box1 .text_area
{
  display: block;
  float: left;
  width: 100%;
  padding-left: 15px;
}
.index_notification_box1 .text_area h3
{
  font-size: 14px;
}
.index_notification_box1 .text_area p
{
  font-size: 14px;
  color: #8D8D8D;
  margin-top: 8px;
}
.unread
{
  border: 3px solid #E3000B;
}
.recommended
{
  color: #E3000B;
}
.recommended_step_box1
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-bottom: 1px solid #B4B4B4;
  padding: 15px 0;
}
.recommended_step
{
  display: inline-block;
  vertical-align: top;
  padding: 4px 15px;
  background: #3F9A58;
  color: #fff;
  border-radius: 6px;
}
.recommended_step_box1 a
{
  font-weight: bold;
}
.recommended_step_box1 p
{
  margin-top: 10px;
}
.recommended_step_img
{
  max-width: 100%;
  margin-top: 15px;
}

.recommended_fillup_section
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 15px 0 0 0; 
  margin-top: 15px;
}
.recommended_fillup_section p
{
  font-weight: bold;
}

.details_attractions_slider_area .owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  position: relative;
  background: linear-gradient(46.03deg, #E3000B 16.23%, #FA493B 85.83%);
}

.details_attractions_slider_area .owl-next::after {
  font-family: "FontAwesome";
  position: absolute;
  content: "\f105";
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.details_attractions_slider_area .owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  position: relative;
  background: linear-gradient(46.03deg, #E3000B 16.23%, #FA493B 85.83%);
}
.details_attractions_slider_area .owl-prev::after {
  font-family: "FontAwesome";
  position: absolute;
  content: "\f104";
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search_boxes_area .count {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin: 0px 0 0 3px;
  color: #000;
}
.popular_slider_area .owl-carousel .owl-item
{
  max-width: calc(100% / 4 - 30px);
}
.recomended_slider_area .owl-carousel .owl-item
{
  max-width: calc(100% / 4 - 30px);
}
.similar_boxes_area .owl-carousel .owl-item
{
  max-width: calc(100% / 4 - 30px);
}
.place_slider_section  .owl-carousel .owl-item
{
  max-width: calc(100% / 4 - 30px);
}


.clear_text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding: 8px 14px;
  color: #E3000B;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.clear_text:hover {
  text-decoration: none;
  color: #E3000B;
}
.modal-body
{
  padding: 20px;
}

.details_banner_section_new
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 80px;
}
.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;
}
.dropdown-menu {
  border-radius: 7px;
}
.off_price
{
  display: flex;
}
.off_price span
{
  width: auto !important;
}


.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;  
}
.chat_section
{
  display: block;
}
.review_image_body .img_area
{
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-around;
}
.review_image_body .img_area img
{
  width: 31%;
  height: 220px;
  border: 1px solid #F4F4F4;
  object-fit: contain;
  object-position: center;
  padding: 10px;
}


.new_item_card
{
  display: block;
  float: left;
  width: 100%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  margin-top: 30px;
  overflow: hidden;
  background: #fff;
  cursor: pointer !important;
}
.new_item_card .img_area {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
.new_item_card .img_area img {
  float: left;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.new_item_card .text_area {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  padding: 12px 15px;
  background: #fff;
}
.new_item_card .main_heading
{
  display: block;
  float: left;
  width: 100%;
}
.new_item_card .main_heading h2 {
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new_item_card .reting_and_address
{
  display: flex;
  float: left;
  width: 100%;
}
.new_item_card .reting_and_address .left
{
  display: block;
  float: left;
  width: calc(100% - 40px);
  padding-right: 10px;
}
.item_address_new
{
  float: left;
  width: 100%;
  font-size: 14px;
  color: #8D8D8D;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
.new_item_card .reting_and_address .right
{
  display: block;
  float: left;
  width: 40px;
  flex: 0 0 40px;
}
.new_item_card .reting_and_address .right img
{
  float: left;
  width: 100%;
}
.new_item_card .item_distance_area
{
  display: block;
  float: left;
  width: 100%;
}

.item_distance_area
{
  font-size: 14px;
  color: #000;
  position: relative;
  padding-left: 16px;
}
.item_distance_area p
{
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
.item_distance_area i
{
  position: absolute;
  left: 0;
  top: 2px;
  color: #E3000B;
  font-size: 17px;
}

.new_item_card .price_and_avalable_teg
{
  display: flex;
  float: left;
  width: 100%;
}


.new_item_card .price_and_avalable_teg  .left_area {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: wrap;
  float: left;
  width: calc(100% - 70px);
  justify-content: space-between;
}
.new_item_card .price_and_avalable_teg .right_area {
  display: flex;
  float: left;
  width: 70px;
  flex: 0 0 70px;
}
.new_item_card .price_and_avalable_teg .right_area .avalable_teg {
  display: block;
  float: left;
  width: 70px;
  height: 66px;
  background: url(../images/available_tag.svg) no-repeat;
  background-size: 100%;
}
.new_item_card .price_and_avalable_teg .right_area .avalable_teg h2 {
  font-size: 14px;
  font-weight: 600 !important;
  color: #fff;
  text-align: center;
  margin-top: 25px;
}
.floting_chat_section
{
  display: block;
  position: fixed;
  z-index: 20;
  bottom: 12px;
  right: 12px;
  width: calc(100% - 24px);
  max-width: 520px;
}
.floting_chat_section .chat_count
{
  display: flex;
  float: left;
  width: 20px;
  height: 20px;
  background: #000;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 2;
}
.floting_chat_section .chat_count p
{
  font-size: 10px;
}
.floting_chat_section .icon_area
{
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.floting_chat_section .icon_area img
{
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.floting_chat_section .chat_box
{
  display: block;
  float: left;
  width: 100%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  margin-top: 30px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 58px;
}
.floting_chat_box_heading
{
  display: flex;
  float: left;
  width: 100%;
  background: #F0F0F0;
  border-bottom: 1px solid #C1C1C1;
  padding: 6px 12px;
  align-items: center;
  justify-content: space-between;
}
.floting_chat_box_heading img
{
  cursor: pointer;
}
.floting_chat_box_heading h3
{
  font-size: 15px;
}
.floting_chat_box_bottom
{
  display: block;
  float: left;
  width: 100%;
  background: #F0F0F0;
  border-top: 1px solid #C1C1C1;
  padding: 8px 12px;
}

.floting_chat_box_bottom .top
{
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.floting_chat_input_style
{
  display: block;
  float: left;
  width: 100%;
  height: 38px;
  border: none;
  width: calc(100% - 40px);
  border-radius: 5px;
  padding: 0 12px;
} 
.floting_chat_input_style:focus-visible
{
  border: none;
  box-shadow: none;
  outline: none;
}
.chat_send_icon
{
  cursor: pointer;
}
.floting_chat_body
{
  display: block;
  float: left;
  width: 100%;
  padding: 6px 12px;
  background: #fff;
  min-height: 360px;
  max-height: 360px;
  overflow-y: auto;
}
.floting_chat_body::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #8D8D8D;
}

.floting_chat_body::-webkit-scrollbar
{
	background-color: #000;
  width: 6px;
  border-radius: 8px;
}

.floting_chat_body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #000;
}
.floting_chat_date
{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin: 5px 0;
}
.floting_chat_date p
{
  font-size: 13px;
  color: #737373;
}
.floting_chat_send
{
  display: flex;
  float: right;
  width: 100%;
  justify-content: flex-end;
  margin: 10px 5px;
  align-items: flex-end;
}
.floting_chat_send .text_area
{
  display: block;
  float: right;
  width: auto;
  max-width: 75%;
  background: #D62718;
  padding: 12px 15px;
  border-radius: 6px 6px 0 6px;
  line-break: anywhere;
}
.floting_chat_send .text_area .chat_text
{
  color: #fff;
  text-align: left;

}
.floting_chat_send .text_area .chat_time
{
  color: #fff;
  text-align: right; 
}

.floting_chat_send .img_area
{
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  margin-left: 10px;
  flex: 0 0 40px;
}
.floting_chat_send .img_area img
{
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}



.floting_chat_received
{
  display: flex;
  float: right;
  width: 100%;
  justify-content: flex-start;
  margin: 10px 5px;
  align-items: flex-end;
}
.floting_chat_received .text_area
{
  display: block;
  float: right;
  width: auto;
  max-width: 75%;
  background: #EDEDED;
  padding: 12px 15px;
  border-radius: 6px 6px 0 6px;
  line-break: anywhere;
  
}
.floting_chat_received .text_area .chat_text
{
  color: #6C6C6C;
  text-align: left;
}
.floting_chat_received .text_area .chat_time
{
  color: #6C6C6C;
  text-align: right; 
}

.floting_chat_received .img_area
{
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
  flex: 40px 0 0;
}
.floting_chat_received .img_area img
{
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.amenities_body
{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 150px;
  overflow-y: auto;
}
.amenities_body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #d3d3d3;
  background-color: #d3d3d3;
}

.amenities_body::-webkit-scrollbar {
  width: 5px;
  background-color: #677069;
}

agm-map {
  height: 300px;
}
.add_and_edit_body
{
  display: block;
  float: left;
  width: 100%;
}

.add_and_edit_padding_top
{
  padding-top: 75px;
}
.add_and_edit_stepper_section
{
  display: block;
  float: left;
  width: 100%;
  background: #F4F4F4;
  padding: 30px 0;
  margin-bottom: 20px;
}
.add_and_edit_stepper_section .inside
{
  display: flex;
  float: left;
  width: 100%;
  align-items: center;
}
.add_and_edit_stepper_section .left
{
  display: block;
  float: left;
  width: 100%;
}
.heading_and_publish_section_des
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.heading_and_publish_section_des p
{
  font-size: 16px;
}
.heading_and_publish_section_steps
{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-top: 5px;
}
.heading_and_publish_section_steps p
{
  font-weight: 700;
  font-size: 17px;
}
.heading_and_publish_section_steps p img
{
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 3px;
}
.heading_and_publish_section_steps span
{
  margin: 0 10px;
}
.heading_and_publish_section_alart
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px; 
}
.heading_and_publish_section_alart p
{
  display: inline-block;
  position: relative;
  padding: 10px 18px 10px 45px;
  background: #FFF4D4;
  color: #4F3B00;
  font-weight: 600;
  border-radius: 6px;
}
.heading_and_publish_section_alart p i
{
  position: absolute;
  color: #BB8B00;
  left: 15px;
  top: 10px;
  font-size: 18px;
}

.add_and_edit_stepper_section .right
{
  display: block;
  float: left;
  width: 150px;
  flex: 0 0 150px;
}


.heading_and_publish_section_bottom_alart
{
  display: block;
  float: left;
  width: 100%;
  margin-top: 25px;
  background: #FFF4D4;
  padding: 5px 20px;
  text-align: center; 
  border-radius: 8px;
}
.heading_and_publish_section_bottom_alart p
{
  display: inline-block;
  position: relative;
  padding: 10px 18px 10px 45px;
  background: #FFF4D4;
  color: #4F3B00;
  font-weight: 600;
  border-radius: 6px;
}
.heading_and_publish_section_bottom_alart p i
{
  position: absolute;
  color: #BB8B00;
  left: 15px;
  top: 10px;
  font-size: 18px;
}

.heading_and_publish_section_edit_mode_new
{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  float: left;
  align-items: center;
}
.heading_and_publish_section_edit_mode_new h2
{
  font-size: 25px; 
  margin-right: 12px;
}
.heading_and_publish_section_edit_mode_new p
{
  color: #8D8D8D;
}
.heading_and_publish_section_edit_mode_new p a
{
  color: #8D8D8D;
  text-decoration: underline;

  cursor: pointer;
}
.heading_and_publish_section_edit_mode_new p a:hover
{
  text-decoration: none;
}
.heading_and_publish_section_edit_mode_new p i
{
  color: #FF8A00;
}
.new_plan_box .bg-success
{
  font-size: 12px !important;
  background: #21AA47 !important;
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;

}
.new_plan_box .bg-danger
{
  font-size: 12px !important;
  background: #dc3545 !important;
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;

}
.new_plan_box .bg-info
{
  font-size: 12px !important;
  background: #FF7F50 !important;
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;

}