@keyframes circleGrow {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	100% {
		transform: scale(5);
		opacity: 0;
	}
}

html {
	font-size: 62.5%;
}


body {
    color: #2B2B2B;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.667;
    background: #ffffff;
    overflow-x: hidden;height:100%;margin-bottom:4rem;
}
/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #d6d6d6;
}

ul.list-group.list-group-flush.pl-3 {
	padding: 0px !important;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	color: #222325;
}

a:hover {
	text-decoration: none;
	color: #f14e4e !important;
}

/*.main-banner {*/
/*	background-image: url(../img/hero-img.jpg);*/
/*	background-position: center center;*/
/*	background-repeat: no-repeat;*/
/*	min-height: 70rem;*/
/*	width: 100%;*/
/*	background-position: 33% 22%;*/
/*	background-size: cover;*/
/*}*/

.main-banner {
  min-height: 57rem;
  width: 100%;
      background: linear-gradient(to right, #2a1145, #422145, #52153f);
  position: relative;
}

.main-banner img {
  height: 57rem;
  object-fit: cover;
  width: 100%;
  object-position: center;
}

.main-banner .carousel-caption {
  top: 12%;
}

.sv_home_subsec {
  margin-top: 23rem;
}

.desk-search-form {
  position: absolute;
  width: 100%;
  top: 12%;
  z-index: 2;
  left: 0;
  right: 0;
}

.main-banner #myTab {
  display: block;
}
.text-center {
  text-align: center !important;
}

.main-banner #myTab li {
  display: inline-block;
}

.main-banner #myTab .nav-link.active {
  border-bottom: 2px solid #fff;
}
.main-banner #myTab .nav-link {
  color: #fff;
  font-weight: 700;
}
#myTab .nav-link.active {
  border-bottom: 2px solid #000;
}



element {
}
.main-banner #myTab .nav-link.active {
  border-bottom: 2px solid #fff;

}
.main-banner #myTab .nav-link {
  color: #fff;

  font-weight: 700;

}
#myTab .nav-link.active {
  border-bottom: 2px solid #000;

}
#myTab .nav-link, #myTab .nav-link.active {
  border-top: 0;

  border-left: 0;

  border-right: 0;

}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

/*.tab-content > .active {*/
/*  display: block;*/
/*}*/
/*.tab-content > .tab-pane {*/
/*  display: none;*/
/*}*/
.fade {
  transition: opacity .15s linear;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.main_formbg {
  background: #fff;
  border-radius: 50px;
  width: 100%;
  padding: 1rem;
  box-shadow: rgb(0 0 0 / 15%) 0px 16px 32px, rgb(0 0 0 / 10%) 0px 3px 8px !important;
}
#front-search-form {
  margin: 0;
}


#front-search-form .form-control, #front-search-form1 .form-control, #front-search-form-home .form-control {
  font-size: 13px;
   border: 0; 
   height: 30px; 
  background: transparent;
   margin-top: -5px; 
}
 @media (min-width: 768px) {
  #front-search-form .form-control, #front-search-form-home .form-control {
    padding: 0 !important;
  }
} 
.form-control {
  display: block;
  width: 100%;
  padding: 0.480rem .81rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .31rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 44px;
}

.sv_guest_dropdown, .sv_guest_dropdown_single {
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}


.banner-title {
  font-size: 3rem;
  /*font-weight: 600;*/
  color: #fff;
  text-shadow: 3px 0px 0px #403e3e;
}



/* 
#front-search-form label, #front-search-form1 label, #front-search-form-home label {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0;
  color: #000;
} */

@media (max-width: 767px) {
  .mob-form-bg input, .mob-form-bg select {
    border: 1px solid #ced4da !important;
    height: 40px !important;
  }
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
@media (max-width: 767px) {
  .mob-form-bg .btn {
    width: auto !important;
    border-radius: 4px !important;
    margin-top: 12px;
    font-size: 14px;
  }
}
button.vbtn-default, .btn.vbtn-default {
  color: #fff !important;
  font-weight: 700;
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}
.front-search button {
  border-radius: 50%;
  height: 45px;
  width: 45px;
  float: right;
}


#front-search-form .col-md-4, #front-search-form .col-md-2, #front-search-form1 .col-md-4, #front-search-form1 .col-md-2, #front-search-form-home .col-md-4, #front-search-form-home .col-md-2 {
  border-right: 1px solid #ddd;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.480rem .81rem;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .31rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 44px;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

/* @media (min-width: 768px) {
  #front-search-form .form-control, #front-search-form-home .form-control {
    padding: 0 !important;
  }
} */
@media (max-width: 767px) {
  .mob-form-bg .col-md-4 {
    border-right: 0 !important;
  }
}

.navbar-collapse {
  flex-grow: initial;
}

.old_home .navbar .nav .nav-item .nav-link, .old_home .sv_user_login .globe, .old_home .sv_become_host {
  color: #fff;
}


/* global style start
============================================================================================ */
.vbg-default {
	background: #fbfbfb;
}

.vbg-default-hover:hover {
	background: #fbfbfb;
	color: #000;
}

.h6 a {
	list-style: none;
	text-decoration: none;
	color: #333;
}

.mt-m-15 {
	margin-top: -15px!important;
}
.minus-mt-20 {
	margin-top: -20px;
}

.mt-m-30{
	margin-top: -30px;
}

.minus-mt-6 {
	margin-top: -6px;
}

.mt-70 {
	margin-top: 7rem;
}


.mt-25 {
	margin-top: 25px;
}

/* padding */
.pt-70 {
	padding-top: 25px;
}

.pb-70 {
	padding-bottom: 70px!important;
}

.pl-25 {
	padding-left: 25px!important;
}

.filter-h {
	height: 100vh!important;
}

.min-w-250 {
	min-width:250px;
}

.min-w-320 {
	min-width: 320px;
}

.max-w-450 {
	max-width: 500px;
}

.w-188 {
	width: 188px;
}
.intl-tel-input {
	width:100%!important;
}
.pl-7,
.px-7 {
	padding-left: 4rem !important;
}

.border-ddd {
	border: 1px solid #ddd
}

/************* footer icon css **********************/
.currency:hover{
	background: #eeeeee8;
	border-radius: 6px;
}

.currency-active{
	background: #e6e1e10 !important;
	border-radius: 6px;
}


.social {
	position: relative;
}

.social ul {
	text-align: center;
	z-index: 99;
}

.social li {
	display: inline-block;
	margin: 5px;
}

.active-sidebar {
	font-size: 14px;
	border-left: 4px solid #e81010 !important;
	color: #e81010;
	font-weight: 700;
	background: #fbfbfb;
}

.active-sidebar:hover {
	color: #f14e4e;
}

/* z-index */
.z-index-high {
	z-index:100000000;
}

.z-index-medium {
	z-index:1000;
}

.z-index-low {
	z-index:100;
}

.text-8 {
	font-size: .8rem;
}

.text-9 {
	font-size: .9rem;
}

.text-10 {
	font-size: 1rem;
}

.text-11 {
	font-size: 1.1rem;
}

.text-12 {
	font-size: 1.2rem;
}

.text-13 {
	font-size: 1.3rem;
}

.text-14 {
	font-size: 1.4rem;
}

.text-15 {
	font-size: 1.5rem;
}

.text-16 {
	font-size: 1.6rem;
}

.text-17 {
	font-size: 1.7rem;
}

.text-18 {
	font-size: 1.8rem;
}

.text-19 {
	font-size: 1.9rem;
}

.text-20 {
	font-size: 2rem;
}

.text-21 {
	font-size: 2.1rem;
}

.text-22 {
	font-size: 2.2rem;
}

.text-23 {
	font-size: 2.3rem;
}

.text-24 {
	font-size: 2.4rem;
}

.text-25 {
	font-size: 2.5rem;
}

.text-26 {
	font-size: 2.6rem;
}

.text-27 {
	font-size: 2.7rem;
}

.text-28 {
	font-size: 2.8rem;
}

.text-29 {
	font-size: 2.9rem;
}

.text-30 {
	font-size: 3rem;
}

.text-31 {
	font-size: 3.1rem;
}

.text-32 {
	font-size: 3.2rem;
}

.text-33 {
	font-size: 3.3rem;
}

.text-34 {
	font-size: 3.4rem;
}

.text-35 {
	font-size: 3.5rem;
}

.text-36 {
	font-size: 3.6rem;
}

.text-52 {
	font-size: 3.6rem;
}

.text {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.line-height-1-1 {
	line-height: 1!important;
}
.line-height-1-4 {
	line-height: 1.4;
}

.line-height-1-5 {
	line-height: 1.5;
}

.font-weight-400 {
	font-weight: 400;
}

.font-weight-500 {
	font-weight: 500;
}

.font-weight-600 {
	font-weight: 600;
}

.font-weight-700 {
	font-weight: 700;
}

.font-weight-800 {
	font-weight: 800;
}

.font-weight-900 {
	font-weight: 900;
}

.text-color {
	color: #222325;
}

.secondary-text-color {
	color: #e81010;
}

.secondary-text-color-hover:hover {
	color: #fff!important;
}

.text-color-hover:hover {
	color: #f14e4e;
}

.primary-text {
	color: #007bff;
}

.primary-text-hover {
	color: #fff;
}

.warning-text {
	color: #ffc107;
}

.warning-text-hover:hover {
	color: #fff;
}

.success-text {
	color: #e81010;
}

.step-inactive {
	background: #dfdbd2;
}

.listingbg {
	margin-bottom: 15px;
	margin-top: 15px;
}

.printareabg p {
	margin: 0;
	font-size: 14px;
}

.printareabg a {
	font-size: 14px;
}

.success-text-hover {
	color: #fff;
}

.danger-text {
	color: #dc3545;
}

.danger-text-hover {
	color: #fff;
}

.dark-text {
	color: #333333;
}

.dark-text-hover {
	color: #fff;
}

.light-text {
	color: #F8F6F7;
}

.light-text-hover {
	color: #333333;
}

.gray-text {
	color: #707070;
}

.gray-text-hover {
	color: #C0C0C0;
}

.text-muted {
	color: #62646a !important;
}

.vbadge-success {
	background: #e81010;
	color: #FFF;
}

/* background color */
.secondary-bg {
	background:#fffefe;
	color: #1a1a1a;
}

.btn-outline-warning {
    border-color: #ff4007;
    color: #ff4007;
}

.btn-outline-warning:hover, .btn-outline-warning:active {
    color: white !important;
    background: #f14e4e !important;
}

.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 148 105);
}

.btn-photo {
	background:#e81010;
	color: #fff;
}

.btn-photo:hover {
	background: ##e81010;
	color: #fff;
}

/* status color */
.Pending {
	background: #62646a;
	color: #FFF;
}

.Expired {
	background: #f92525;
	color: #FFF;
}

.Accepted {
	background: #e81010;
	color: #FFF;
}

.vrent-button {
	cursor: pointer;
	border: 0;
	padding: .8rem;
	position: relative;
	overflow: hidden;
}
.ui-datepicker .ui-datepicker-next {
    right: 15px;
}
.ui-datepicker .ui-datepicker-left {
    left: 20px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 3px;
    width: 1.8em;
    height: 1.8em;
}
button:focus {
	border: 0;
	outline-color: transparent;
}

.vrent-button span {
	display: block;
	position: relative;
	z-index: 1;
}

.vrent-button span::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: calc(50% - 1.5rem);
	left: calc(50% - 1.5rem);
	background: rgba(255, 255, 255, 0.7);
	width: 3rem;
	height: 3rem;
	border-radius: 100%;
	transform: scale(0);
}

button.vbtn-default {
	background: #e81010;
	color: #fff;
	font-weight: 700;
}

button.vbtn-default:hover {
	background: #f14e4e;
	color: #fff;
}

button.vbtn-primary {
	background-color: #007bff;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
}

button.vbtn-primary:hover {
	background: #fff;
	color: #007bff;
	border: 2px solid #007bff;
	font-weight: 700;
}

button.vbtn-warning {
	background-color: #ffc107;
	color: #212529;
	font-weight: 700;
	border-radius: 5px;
}

button.vbtn-warning:hover {
	background: #fff;
	color: #212529;
	border: 2px solid #212529;
	font-weight: 700;
}

button.vbtn-success {
	background-color: #077628;
	color: #fff;
	border-radius: 5px;
	font-weight: 700;
}

button.vbtn-success:hover {
	background: #fff;
	color: #077628;
	border: 2px solid #077628;
	font-weight: 700;
}

button.vbtn-danger {
	background-color: #e81010;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;

}

button.vbtn-danger:hover {
	background: #fff;
	color: #e81010;
	border: 2px solid #e81010;
	font-weight: 700;
}

button.vbtn-dark {
	background-color: #333333;
	color: #fff;
}

button.vbtn-dark:hover {
	background-color: #fff;
	color:#333333;
	border: 2px solid #333333;
	font-weight: 700;
}

button.vbtn-light {
	background-color: #e0e0e0;
	color: #333333;
	font-weight: 700;
}

button.vbtn-light:hover {
	background-color: #333333;
	color: #fff;
	border: 2px solid #333333;
	font-weight: 700;
}

.button-default {
	border-radius: .5rem;
}

.button-reactangular {
	border-radius: 0rem;
}

.button-rounded {
	border-radius: 5rem;
}

.button-rounded-4 {
	border-radius: .4rem;
}

.vbtn-outline-success {
	color: #e81010;
	border-color: #e81010;
}

.vbtn-outline-success:hover {
	color: #ffffff;
	border-color: #e81010;
	background: #e81010;
}

a.vbtn-outline-success:hover {
	color: #ffffff !important;
	border-color: #e81010;
	background: #f14e4e;
}

.btn-outline-secondary:hover {
	color: #ffffff !important;
}
.single-border {
	border: 1px solid #a4a4a4!important;
}
.border-r-10 {
	border-radius: 10px;
}

.border-r-25{
	border-radius: 25px;
}
ul.customlisting {
	margin-top: 8px;
}

ul.customlisting li a {
	width: 100%;
}

ul.customlisting li {
	line-height: 54px;
}

.rounded-4 {
	border-radius: .4rem;
}

.rounded-3 {
	border-radius: .3rem !important;
}

.vrent-button:focus:not(:active) span::after {
	animation: circleGrow 0.3s linear;
}

.list-background {
	background: #fff;
}

.p-15 {
	padding: 5rem
}
.mt-80 {
	margin-top: 8rem;
}
.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel]{
	padding-left: 9.8rem!important;
}


@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
}
.carousel {
  position: relative;
}

/******************** Toggle Switch ****************/

.main-toggle-switch span {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px
}

/*  Toggle Switch  */

.toggleSwitch span span {
	display: none;
}

@media only screen {
	.toggleSwitch {
		display: inline-block;
		height: 18px;
		position: relative;
		overflow: visible;
		padding: 0;
		margin-left: 50px;
		cursor: pointer;
		width: 80px
	}

	.toggleSwitch * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.toggleSwitch label,
	.toggleSwitch>span {
		line-height: 20px;
		height: 20px;
		vertical-align: middle;
	}

	.toggleSwitch input:focus~a,
	.toggleSwitch input:focus+label {
		outline: none;
	}

	.toggleSwitch label {
		position: relative;
		z-index: 3;
		display: block;
		width: 100%;
	}

	.toggleSwitch input {
		position: absolute;
		opacity: 0;
		z-index: 5;
	}

	.toggleSwitch>span {
		position: absolute;
		left: -50px;
		width: 100%;
		margin: 0;
		padding-right: 50px;
		text-align: left;
		white-space: nowrap;
	}

	.toggleSwitch>span span {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
		display: block;
		width: 100%;
		margin-left: 50px;
		text-align: left;
		font-size: 0.9em;
		width: 100%;
		left: -55%;
		top: 1px;
		opacity: 0;
	}

	.toggleSwitch a {
		position: absolute;
		right: 50%;
		z-index: 4;
		display: block;
		height: 100%;
		padding: 0;
		top: 2px;
		left: -45px;
		width: 18px;
		background-color: #fff;
		border: 1px solid #CCC;
		border-radius: 100%;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	}

	.toggleSwitch>span span:first-of-type {
		color: #888888;
		opacity: 1;
		left: 45%;
	}

	.toggleSwitch>span:before {
		content: '';
		display: block;
		width: 120px;
		height: 35px;
		position: absolute;
		left: 0px;
		top: -2px;
		background-color: #efefef;
		border: 1px solid #efefef;
		border-radius: 30px;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	.toggleSwitch input:checked~a {
		border-color: #fff;
		left: 100%;
		margin-left: -8px;
	}

	.toggleSwitch input:checked~span:before {
		border-color: #e81010;
		box-shadow: inset 0 0 0 30px #e81010;
	}

	.toggleSwitch input:checked~span span:first-of-type {
		opacity: 0;
	}

	.toggleSwitch input:checked~span span:last-of-type {
		opacity: 1;
		color: #fff;
	}

	/* Switch Sizes */
	.toggleSwitch.large {
		width: 60px;
		height: 27px;
	}

	.toggleSwitch.large a {
		width: 27px;
	}

	.toggleSwitch.large>span {
		height: 29px;
		line-height: 28px;
	}

	.toggleSwitch.large input:checked~a {
		left: 47px;
		top: 2px;
	}

	.toggleSwitch.large>span span {
		font-size: 1.1em;
		font-weight: 600;
	}

	.toggleSwitch.large>span span:first-of-type {
		left: 0%;
	}

	.toggleSwitch.xlarge {
		width: 80px;
		height: 36px;
	}

	.toggleSwitch.xlarge a {
		width: 36px;
	}

	.toggleSwitch.xlarge>span {
		height: 38px;
		line-height: 37px;
	}

	.toggleSwitch.xlarge input:checked~a {
		left: 52px;
	}

	.toggleSwitch.xlarge>span span {
		font-size: 1.4em;
	}

	.toggleSwitch.xlarge>span span:first-of-type {
		left: 50%;
	}
}


/*  End Toggle Switch  */


/* global style end
============================================================================================ */
/* header style start
============================================================================================ */
.header_area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: background 0.4s, all 0.3s linear;
	/*background: #fff;*/
	z-index: 1000;
	/*box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.11);*/
}

/*.header_area {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  transition: background 0.4s, all 0.3s linear;*/
/*  z-index: 999999;*/
/*  background: #fff;*/
/*  border-bottom: 1px solid #ddd;*/
/*}*/


.header_area .navbar-right {
	min-width: 20rem;
	text-align: right;
}



.header_area .navbar-social {
	min-width: 9.5rem;
	float: right;
}

.header_area .navbar-social li {
	margin-right: 1.2rem;
}

.header_area .navbar-social li i,
.header_area .navbar-social li span {
	font-size: 1.3rem;
}

.header_area .navbar-social li:last-child {
	margin-right: 0;
}

.header_area .navbar-social li a:hover i,
.header_area .navbar-social li span {
	color: #f14e4e;
}

.header_area .menu_nav {
	width: 100%;
}

.header_area .navbar {
	background: transparent;
	border: 0px;
	border-radius: 0px;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
}

.header_area .navbar .nav-right {
	min-width: 20rem;
}

.header_area .navbar .nav .nav-item {
	margin-right: 3.5rem;
}



.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
	color: #e81010;
	opacity: 1;
}

.header_area .navbar .nav .nav-item.submenu {
	position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
	border: none;
	padding: 0px;
	border-radius: 0px;
	box-shadow: none;
	margin: 0px;
	background: #fff;
}

.header_area .navbar .nav .nav-item.submenu ul:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 1rem 0 1rem;
	border-color: #eeeeee transparent ;
	position: absolute;
	right: 2.4rem;
	top: 4.5rem;
	z-index: 3;
	opacity: 0;
	transition: all 400ms linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
	display: block;
	float: none;
	margin-right: 0px;
	border-bottom: .1rem solid #ededed;
	margin-left: 0px;
	transition: all 0.4s linear;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
	line-height: 4.5rem;
	color: #6059f6 !important;
	padding: 0px 3rem;
	transition: all 150ms linear;
	display: block;
	margin-right: 0px;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
	border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
	margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
	margin-right: 0px;
}

.header_area .navbar .search {
	font-size: 1.2rem;
	line-height: 6rem;
	display: inline-block;
	margin-left: 8rem;
}

.header_area .navbar .search i {
	font-weight: 600;
}

/*.header_area.navbar_fixed .main_menu {*/
/*	position: fixed;*/
/*	width: 100%;*/
/*	top: -7rem;*/
/*	left: 0;*/
/*	right: 0;*/
/*	z-index: 99;*/
/*	transform: translateY(7rem);*/
/*	transition: transform 500ms ease, background 500ms ease;*/
/*	-webkit-transition: transform 500ms ease, background 500ms ease;*/
/*	box-shadow: 0rem 0.3rem 1.6rem 0rem rgba(0, 0, 0, 0.1);*/
/*}*/


/* 
Older Working
.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -7rem;
  left: 0;
  right: 0;
  z-index: 99;
  transform: translateY(7rem);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  background: #fff;
  border-bottom: 1px solid #eee;
} */

.header_area.navbar_fixed .main_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transform: translateY(0);
  transition: transform 0.5s ease, background-color 0.5s ease;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.header_area.navbar_fixed .main_menu {
  /* z-index: 900; */
  transform: translateY(0); /* Only use transform if animating */
}

.header_area.navbar_fixed.navbar_hidden .main_menu {
  transform: translateY(-7rem);
}

.header_area.navbar_fixed .main_menu .navbar {
	background: #ffffff;
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
	line-height: 20px;
	color:rgba(0,0,0,.5) !important;
}


.header_area.white_menu .navbar .nav .nav-item .nav-link {
	color: #fff;
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img {
	display: inline-block;
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img+img {
	display: none;
}

.header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
	line-height: 7rem;
}

.top_menu {
	background: #ec9d5f;
}

.top_menu .float-left a {
	line-height: 4rem;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2rem;
	margin-right: 5rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.top_menu .float-left a:last-child {
	margin-right: 0px;
}

.top_menu .float-right .pur_btn {
	color: #fff;
	line-height: 4rem;
	display: block;
	padding: 0px 4rem;
	font-weight: 500;
	font-size: 1.2rem;
}

/* Image size */
    .list-photo {
		width: 100%;
		max-height: 180px;
    }

    .user-photo {
		width: 60px;
		height: 60px;
	}

	.img-40x40 {
		width: 40px;
		height:40px;
	}

	.img-130x32 {
		width: 130px;
		height: 32px;
	}

	.img-60x60 {
		width: 60px;
		height: 60px;
	}

	.border-radius-50p {
		border-radius: 50%;
	}

	.img-70x70 {
		width: 70px;
		height: 70px;
	}

	.img-90x90 {
		width: 90px;
		height: 90px;
	}

	.img-100x100 {
		width: 100px;
		height:100px;
	}

	.img-tpl {
		max-height:150px;
		width:100%
	}

    .w-450{
		width: 450px;
    }

    .min-h-300 {
		min-height: 300px;
	}

	.v-h-100 {
		height: 100vh;
	}

/* header style end*/
@media (max-width: 1619px) {

/* Main Menu Area css */
	.header_area .navbar .search {
		margin-left: 4rem;
	}

/* End Main Menu Area css*/
}

	@media (max-width: 1199px) {

	/* Main Menu Area css*/
	.header_area .navbar .nav .nav-item {
		margin-right: 2.8rem;
	}

	/* End Main Menu Area css */
	/* Home Banner Area css*/
	.home_banner_area .banner_inner {
		padding: 10rem 0rem;
	}

	/* End Home Banner Area css */
	.header_area .navbar .tickets_btn {
		margin-left: 4rem;
	}

	.home_banner_area .banner_inner .banner_content h2 br {
		display: none;
		font-size: 3.6rem;
	}

	.home_banner_area .banner_inner .banner_content h2 {
		font-size: 3.6rem;
		line-height: 4.5rem;
	}
}

	@media (max-width: 991px) {
	    
	/* Main Menu Area css */
	.navbar-toggler {
		border: none;
		border-radius: 0px;
		padding: 0px;
		cursor: pointer;
		margin-top: 2.7rem;
		margin-bottom: 2.3rem;
	}

	.header_area .navbar {
		/*background: #f5f5f5;*/
	}

	.header_area .navbar .nav-item.active .nav-link {
		color: #6059f6 !important;
	}

	.navbar-toggler[aria-expanded="false"] span:nth-child(2) {
		opacity: 1;
	}

	.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}

	.navbar-toggler[aria-expanded="true"] span:first-child {
		transform: rotate(-45deg);
		position: relative;
		top: .75rem;
	}

	.navbar-toggler[aria-expanded="true"] span:last-child {
		transform: rotate(45deg);
		bottom: .6rem;
		position: relative;
	}

	.navbar-toggler span {
		display: block;
		width: 2.5rem;
		height: .3rem;
		background: #e3dada;
		margin: auto;
		margin-bottom: .4rem;
		transition: all 400ms linear;
		cursor: pointer;
	}

	.navbar .container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.nav {
		padding: 0px 0px;
	}

	.header_top .nav {
		padding: 0px;
	}

	.header_area .navbar .nav .nav-item .nav-link {
		padding: 1.2rem 0;
		margin-right: 0px;
		display: block;
		border-bottom: .1rem solid #ededed33;
		border-radius: 0px;
	}

	.header_area .navbar .search {
		margin-left: 0px;
	}

	.header_area .navbar-collapse {
		max-height: 34rem;
		overflow-y: scroll;
	}

	.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
		padding: 0px 1.5rem;
	}

	.header_area .navbar .nav .nav-item {
		margin-right: 0px;
	}

	.home_banner_area .banner_inner .banner_content .banner_map_img {
		display: none;
	}

	.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
		line-height: 4rem;
	}

	.header_area.white_menu.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
		line-height: 4rem;
	}

	.header_area.white_menu .navbar .nav .nav-item .nav-link {
		color: #2B2B2B;
	}

	/* End Main Menu Area css */
	/* Blog page Area css */
	.categories_post img {
		width: 100%;
	}

	.categories_post {
		max-width: 36rem;
		margin: 0 auto;
	}

	.blog_categorie_area .col-lg-4 {
		margin-top: 3rem;
	}

	.blog_area {
		padding-bottom: 8rem;
	}

	.single-post-area .blog_right_sidebar {
		margin-top: 3rem;
	}

	/* End Blog page Area css */
	/* Contact Page Area css */
	.contact_info {
		margin-bottom: 5rem;
	}

	/* End Contact page Area css*/
	.home_banner_area .donation_inner {
		margin-bottom: -3rem;
	}

	.home_banner_area .dontation_item {
		max-width: 35rem;
		margin: auto;
	}

	.home_banner_area .banner_inner .home_left_img {
		display: none;
	}

	.header_area .navbar .tickets_btn {
		display: none;
	}

	.home_banner_area .banner_inner {
		padding: 7rem 0rem 10rem 0rem;
	}

	.left_side_text {
		margin-bottom: 5rem;
	}

	.price_item {
		max-width: 36rem;
		margin: 0rem auto 3rem;
	}

	.price_inner {
		margin-bottom: -3rem;
	}
}

@media (max-width: 767px) {
	.home_banner_area {
		min-height: 50rem;
	}

	.home_banner_area .banner_inner {
		min-height: 50rem;
	}

	.home_banner_area .banner_inner .banner_content {
		margin-top: 0rem;
	}

	/* Blog Page Area css*/
	.blog_banner .banner_inner .blog_b_text h2 {
		font-size: 4rem;
		line-height: 5rem;
	}

	.blog_info.text-right {
		text-align: left !important;
		margin-bottom: 1rem;
	}

	/* End Blog Page Area css*/
	.home_banner_area .banner_inner .banner_content h3 {
		font-size: 3rem;
	}

	.home_banner_area .banner_inner .banner_content p br {
		display: none;
	}

	.home_banner_area .banner_inner .banner_content h3 span {
		line-height: 4.5rem;
		padding-bottom: 0rem;
		padding-top: 0rem;
	}

	.made_life_inner .nav.nav-tabs li {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 1.5rem;
	}

	.made_life_inner .nav.nav-tabs {
		margin-bottom: -1.5rem;
	}

	.made_life_area.made_white .left_side_text {
		margin-bottom: 0rem;
		margin-top: 3rem;
	}
}

@media (max-width: 575px) {
	.top_menu {
		display: none;
	}

	/* Home Banner Area css */
	.home_banner_area .banner_inner .banner_content h2 {
		font-size: 2.8rem;
		line-height: 3.8rem;
	}

	.home_banner_area {
		min-height: 45rem;
	}

	.home_banner_area .banner_inner {
		min-height: 45rem;
	}

	.blog_banner .banner_inner .blog_b_text {
		margin-top: 0rem;
	}

	.home_banner_area .banner_inner .banner_content img {
		display: none;
	}

	.home_banner_area .banner_inner .banner_content h5 {
		margin-top: 0rem;
	}

	/* End Home Banner Area css*/
	.p_120 {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}

	.main_title h2 {
		font-size: 2.5rem;
	}

	/* Elements Area css */
	.sample-text-area {
		padding: 7rem 0 7rem 0;
	}

	.generic-blockquote {
		padding: 3rem 1.5rem 3rem 3rem;
	}

	/* End Elements Area css*/
	/* Blog Page Area css */
	.blog_details h2 {
		font-size: 2rem;
		line-height: 3rem;
	}

	.blog_banner .banner_inner .blog_b_text h2 {
		font-size: 2.8rem;
		line-height: 3.8rem;
	}

	/* End Blog Page Area css */

	.pad_top {
		padding-top: 7rem;
	}

	.pad_btm {
		padding-bottom: 7rem;
	}
}

@media (max-width: 480px) {

	/* Main Menu Area css
	============================================================================================ */
	.header_area .navbar-collapse {
		max-height: 25rem;
	}

	/* End Main Menu Area css
	============================================================================================ */
	/* Home Banner Area css
	============================================================================================ */
	.home_banner_area .banner_inner .banner_content {
		padding: 3rem 1.5rem;
		margin-top: 0px;
	}

	.banner_content .white_btn {
		display: block;
	}

	.home_banner_area .banner_inner .banner_content h3 {
		font-size: 2.4rem;
	}

	/* End Home Banner Area css
	============================================================================================ */
	.banner_area .banner_inner .banner_content h2 {
		font-size: 3.2rem;
	}

	/* Blog Page Area css
	============================================================================================ */
	.comments-area .thumb {
		margin-right: 1rem;
	}

	/* End Blog Page Area css
	============================================================================================ */
	.testi_item .media .d-flex {
		padding-right: 0rem;
	}

	.testi_item .media .d-flex img {
		width: auto;
		margin-bottom: 1.5rem;
	}

	.testi_item .media {
		display: block;
	}

	.banner_btn {
		margin-bottom: 2rem;
	}
}

/* banner section start
============================================================================================ */
.hero-banner {
	/*padding-top: 6.7rem;*/
}


.hero-banner h1 {
	color: #2B2B2B;
	margin-bottom: 3rem;
	font-size: 2.3rem;
	font-weight: 700;
	padding: 0 15px 0 15px;
}

@media (max-width: 1200px) {
	.hero-banner h1 {
		font-size: 2.8rem;
	}
}

@media (max-width: 991px) {
	.hero-banner h1 {
		font-size: 2.8rem;
	}
}

.hero-banner-sm {
	/*background: url(../img/banner/banner.png) left center no-repeat;*/
	background-size: cover;
	padding-top: 14rem;
	padding-bottom: 9rem;
}

@media (min-width: 992px) {
	.hero-banner-sm {
		padding-top: 24rem;
		padding-bottom: 14rem;
	}
}

.hero-banner-sm h1 {
	text-transform: uppercase;
	color: #6059f6;
}

@media (max-width: 991px) {
	.hero-banner-sm h1 {
		font-size: 3.8rem;
	}
}

@media (max-width: 768px) {
	.hero-banner-sm h1 {
		font-size: 2.8rem;
	}
}

.hero-banner-sm p {
	margin-bottom: 0;
}

.hero-banner-sm-content {
	max-width: 40rem;
}

.bg-shape {
	position: relative;
}

@media (max-width: 620px) {
	.bg-shape::before {
		display: none;
	}
}

@media (max-width: 620px) {
	.bg-shape::after {
		display: none;
	}
}

/* banner section end
============================================================================================ */
/* breadcrumb section start
============================================================================================ */
.banner-breadcrumb {
	display: inline-block;
}

.banner-breadcrumb .breadcrumb {
	background: transparent;
	padding: 0;
}

.banner-breadcrumb .breadcrumb-item {
	padding: .1rem;
}

.banner-breadcrumb .breadcrumb-item a {
	text-transform: capitalize;
	color: #fff;
}

.banner-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
	padding-left: .2rem;
	padding-right: .4rem;
}

.banner-breadcrumb .breadcrumb-item.active {
	color: #fff;
}

/*=================== custom button rule start ====================*/
.button {
	display: inline-block;
	background-color: #e81010;
	color: #fff;
	/*border-radius: 30px;*/
	padding: .8rem 2.5rem;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 3px;
}


.button:hover {
	background-color: #f14e4e;
	color: #fff;
}

.button-hero {
	font-weight: 500;
}

.button-contactForm {
	border-radius: .5rem;
}

.button-shadow {
	box-shadow: 0rem 1rem 2rem 0rem rgba(181, 176, 255, 0.2);
}

button.button {
	border: 0;
}

/*********************** Image Hover CSS *****************/
.content {
	margin: 0 auto;
	max-width: 100rem;
}

.content>h2 {
	clear: both;
	margin: 0;
	padding: 4em 1% 0;
	color: #484B54;
	font-weight: 700;
	font-size: 1.5em;
}

.content>h2:first-child {
	padding-top: 0em;
}

/* Header */
.codrops-header {
	margin: 0 auto;
	padding: 4em 1em;
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 700;
	font-size: 4em;
	line-height: 1.3;
}

.codrops-header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	color: #74777b;
	font-weight: 300;
	font-size: 45%;
}

/* Demo links */
/* To Navigation Style */
/* Related demos */
@media screen and (max-width: 25em) {
	.codrops-header {
		font-size: 75%;
	}

	.codrops-icon span {
		display: none;
	}
}

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	/* padding: 1em 0 4em; */
	max-width: 100rem;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	height: auto;
	text-align: center;
	cursor: pointer;
	border-radius: .3rem;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 700;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	font-size: 20px;
	font-weight: 700;
}

.position-center {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.section-intro {
	max-width: 64rem;
	margin-right: auto;
	/*margin-left: auto;*/
}

.section-intro.text-center.pb-90px h2 {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 3rem;
}

.section-padding {
	padding: 30px 0;
}

/*---------------*/
/***** Ming *****/
/*---------------*/
figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}


figure.effect-ming p a {
	color: #fff;
}

figure.effect-ming p a:hover {
	color: #e81010;
}

figure.effect-ming:hover h2 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	display: none;
}


figure.effect-ming figcaption {
	background-color: rgba(0, 0, 0, 0.5);
}

figure.effect-ming figcaption {
	background-color: rgb(0 0 0 / 0%);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}

/************************ Form HTML ********************/
/*.main_formbg {*/
/*	background: #fff;*/
/*	border-radius: .3rem;*/
/*	width: 100%;*/
/*	padding: 2rem;*/
/*	margin-top: 6rem;*/
/*	box-shadow: 0rem 0.5rem 2rem rgba(0, 0, 0, 0.16);*/
/*}*/

div.elem-group {
	margin: 1rem 0;
	font-size: 1.4rem;
}

div.elem-group.inlined {
	width: 49%;
	display: inline-block;
	float: left;
	margin-left: 1%;
}

.selectbg {
	width: 49%;
	display: inline-block;
	float: left;
	margin-left: 1%;
}

.selectbg label {
	margin: 0rem 0 .4rem 0 !important;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.4rem;
	color: #2B2B2B;
}

.elem-group.inlined label {
	margin: 0 0 .5rem 0 !important;
	font-size: 1.4rem;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	color: #2B2B2B;
}

.elem-group label {
	margin: 0 0 .5rem 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #2B2B2B;
}

input,
select,
textarea {
	border: 1px solid #ddd;
	box-sizing: border-box;
	font-size: 1.3rem;
	padding: 1rem 1rem 1rem 1rem;
}

.selectdrop {
	background: #eee;
	padding: 15px 0 15px 15px;
	border-radius: 3px;
	margin: 15px 0 15px 0;
}

input.checkinout {
	padding: 12px !important;
	height: 40px;
}

input:focus,
select:focus,
textarea:focus {
	outline: 1px solid #e81010;
}

div.elem-group.inlined input {
	width: 100%;
	display: inline-block;
}

	.booking button {
		background: #e81010;
		border: none;
		color: white;
		font-size: 1.5rem;
		cursor: pointer;
		margin-top: 3rem;
		padding: 1rem;
		width: 100%;
		border-radius: .3rem;
		text-transform: uppercase;
		font-weight: 700;
	}

	.booking button:hover {
		background: #f14e4e;
	}

	/******************** Reccommended *******************/
	.imagebg {
		overflow: hidden;
		margin-bottom: 2rem;
	}

	.imagebg ul {
		margin: 0;
		padding: 0;
	}

	ul.bottom_text li {
		font-size: 1.4rem;
		list-style: none;
		display: inline;
		color: #2B2B2B;
		padding: 0 1rem 0 0;
	}

	.search_amini {
		background: #dadada;
		padding-left: 20px;
		padding-right: 20px;
	}

	.imagebg ul li {
		list-style: none;
		display: inline;
	}

	.imagebg ul li span {
		font-size: 1.4rem;
		text-transform: uppercase;
		color: #2B2B2B;
		font-weight: 700;
	}

	.imagebg ul li span div.price {
		font-size: 1.3rem;
		color: #777;
		font-weight: 700;
	}

	.imagebg img {
		width: 100%;
	}

	.imagebg2 {
		background-color: #000;
		margin-bottom: .5rem;
	}

	.imagebg2 img {
		transition: 300ms;
	}

	.imagebg2:hover img {
		opacity: 0.4;
	}

	.buttonbg button {
		background: #e81010;
		border: none;
		color: #fff;
		padding: .4rem 1rem .4rem 1rem;
		margin-top: .7rem;
		float: left;
		font-size: 1.2rem;
		text-transform: uppercase;
		font-weight: 700;
	}

	.buttonbg button:hover {
		background: #f14e4e;
	}

	.recommandedbg {
		background: #dddddd52;
	}

	.pint_table {
		overflow: hidden;
		width: 100%;
		margin-top: .5rem;
	}

	.left_point {
		float: left;
		width: 48%;
	}

	.right_point {
		float: right;
		width: 48%;
	}

	.right_point h2 {
		font-size: 1.9rem;
		text-align: right;
		margin-top: .3rem;
	}

	.right_point h2 strong {
		color: #e81010;
	}

	.right_point h2 span {
		font-size: 1.5rem;
	}

	.left_point ul li {
		list-style: none;
		display: inline;
		font-size: 1.3rem;
	}

	.left_point ul li i:hover {
		color: #e81010;
	}

	/*---------------*/
	/***** Milo *****/
	/*---------------*/
	figure.effect-milo {
		background: #2e5d5a;
	}

	figure.effect-milo img {
		max-width: none;
		width: -webkit-calc(100% + 6rem);
		width: calc(100% + 6rem);
		opacity: 1;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(-3rem, 0, 0) scale(1.12);
		transform: translate3d(-3rem, 0, 0) scale(1.12);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	figure.effect-milo:hover img {
		opacity: 0.5;
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1);
	}

	figure.effect-milo h2 {
		position: absolute;
		right: 0;
		bottom: 0;
		padding: 1em 1.2em;
	}

	figure.effect-milo p {
		padding: 0 1rem 0 0;
		width: 50%;
		border-right: 1rem solid #fff;
		text-align: right;
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(-4rem, 0, 0);
		transform: translate3d(-4rem, 0, 0);
	}

	figure.effect-milo:hover p {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.full_title {
		float: left;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.price {
		padding: 0 0 0 .1rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-bottom: .5rem;
	}

	.full_title h2 {
		font-size: 1.8rem;
		font-weight: 700;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	ul.bottom_text {
		background: #dadada;
		overflow: hidden;
		width: 100%;
		padding: .3rem 0 .3rem 1.2rem;
		border-radius: .3rem;
	}

	.profile-img img {
		border-radius: 50%;
		width: 7rem;
		height: 7rem;
		object-fit: contain;

	}

	/*************************** Testimonial CSS **********************************/
	.testimonials {
		padding-bottom: 2.2em;
		text-align: center;
		color: #666;
	}

	.testimonials h1 {
		color: #2B2B2B;
		font-size: 1.3em;
	}

	.testimonials .test-body {
		padding: 1em;
	}

	.testimonials .item {
		background: #fff;
		padding: 5rem 3rem 5rem 3rem;
		border-radius: .4rem;
		box-shadow: 0rem 0.5rem 2rem rgba(0, 0, 0, 0.11);
		margin-bottom: 1.5rem;
	}

	.testimonials img {
		width: 10rem;
		height: 10rem;
		border-radius: 50%;
	}

	.testimonials .name {
		color: #2B2B2B;
		font-size: 1.8rem;
		text-transform: capitalize;
		font-weight: 700;
		padding: 1.8rem 0 0 0;
	}

	.testimonials .desig {
		font-size: 1.6rem;
		margin: 0 0 3.9rem 0;
		font-weight: 500;
		color: #2B2B2B;
	}

	.testimonials .share {
		margin: 0 auto;
		width: 5em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.testimonials i {
		padding: 0.5em 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		cursor: pointer;
	}

	.testimonials h2 {
		margin-bottom: 30px;
	}

	.testimonials i:hover {
		color: #777;
	}

	.testimonialbg {
		margin: -.5rem 0 -.5rem 0;
		background: url(../img/testimonial_bg.png) fixed center center;
		background-size: cover;
	}

	.item ul {
		margin: 0;
		padding: 0;
	}

	.item ul li {
		list-style: none;
		display: inline;
	}

	/*=================== custom button rule end ====================*/
	.main-panel {
		position: relative;
		display: -ms-flexbox;
		-ms-flex-direction: column;
		word-wrap: break-word;
		    margin-top: 10px;
	}

	.m-l-b-fff {
		background: #fff;
	}

	.m-l-b-p {
		padding: 15px 0 15px 0;
	}

	.m-l-b-m {
		margin: 15px;
	}

	.card-default {
		/* box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important; */
	}

	.card-2 {
		background: rgb(241, 78, 78);
		color:#fff;
		width: 90px;
		height:90px;
		margin-bottom: 10px;
	}

	.card-1{
		border-radius:1rem;
	}
		.card-1:hover {
			box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
		}

		.card-raised {
			box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12) !important;
		}

		.card-shadow {
			/*box-shadow: 0 0 5px 1px #eaeaea;*/
			border: none;
		}

		.view-group {
			display: -ms-flexbox;
			display: flex;
			-ms-flex-direction: row;
			flex-direction: row;
			padding-left: 0;
			margin-bottom: 0;
		}

		.thumbnail {
			margin-bottom: 30px;
			padding: 0px;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;
		}

		.item.list-group-item {
			float: none;
			width: 100%;
			background-color: #fff;
			margin-bottom: 30px;
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
			padding: 0 1rem;
			border: 0;
		}

		.item.list-group-item .img-event {
			float: left;
			width: 30%;
		}

		.item.list-group-item .list-group-image {
			margin-right: 10px;
		}

		.item.list-group-item .thumbnail {
			margin-bottom: 0px;
			display: inline-block;
			width: 100%;
		}

		.item.list-group-item .caption {
			float: left;
			width: 70%;
			margin: 0;
		}

		.item.list-group-item:before,
		.item.list-group-item:after {
			display: table;
			content: " ";
		}

		.item.list-group-item:after {
			clear: both;
		}

		.avatar {
			vertical-align: middle;
			width: 13rem;
			height: 13rem;
			border-radius: 50%;
		}

		.head_avatar {
			vertical-align: middle;
			width: 5rem;
			height: 5rem;
			border-radius: 50%;
			padding: .7rem;
			margin-top: .6rem;
		}

ul.tophd li {
	list-style: none;
	display: inline;
	float: left;
	padding: 0 16px 0px 0;
}

.sidebar {
	top: 0;
	bottom: 0;
	position: absolute;

}

/**************** Icon Css ***************************/
.i-vertical-align {
	vertical-align: middle;
}

/**************** End Icon Css ***************************/

.main-section {
	margin-left: 250px !important;
	width: 100%;
}

@media (max-width: 767px) {
	.sidebar {
		width: 0px;
	}

	.main-section {
		margin-left: 0px !important;
	}
}

/*.form-control {*/
/*	display: block;*/
/*	width: 100%;*/
/*	padding: 0.480rem .81rem;*/
/*	font-size: 1.6rem;*/
/*	line-height: 1.5;*/
/*	color: #495057;*/
/*	background-color: #fff;*/
/*	background-clip: padding-box;*/
/*	border: 1px solid #ced4da;*/
/*	border-radius: .31rem;*/
/*	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;*/
/*	height: 44px;*/
/*}*/

.form-control:focus {
	outline: 1px solid #e81010;
	border: 1px solid #e81010;
}



.form-control:focus,
textarea:focus,
select.form-control:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
	outline: 1px solid #e81010;
}


.dropdown-toggle::after {
	color: #e81010 !important;
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 2rem);
}

.profilebd {
	padding: 15px 15px 15px 15px;
	margin: 20px 0 30px 0;
}

.main-panelbg {
	background: #eee;
}

.main-panel.border.main-panelbg p {
	margin: 0;
	padding: 10px 15px 10px 15px !important;
}

li.edit-verifications-list-item p {
	font-size: 14px;
}

.error-tag {
    color: #fa3b3b;
    font-size: 14px;
}

	label.error {
		color: red !important;
		font-size: 1.3rem;
	}

	.margin-top-85 {
		margin-top: 8.5rem;
	}

	.active-nav {
		border-bottom: .3rem solid #e81010;
		font-weight: 700;
	}


	.side-item {
		position: relative;
		display: block;
		padding: .75rem 1.25rem;
		border: 1px solid rgba(0, 0, 0, .125);
		background: #c0c0c0c0;
		border-radius: 15px;
		margin-top: 15px;
		text-align: center;
		font-size: 1.6rem;
	}


	.active-side {
		background: #e81010;
		color: #fff;
		text-align: center;
		font-size: 1.6rem;
		border-radius: 15px;
		border: 0px;
	}

	.active-side a {
		color: #fff;
		font-weight: 700;
	}

	.room-image-container200 {
		width: 100%;
		height: 200px;
		background-color: #f5f5f5;
		background-size: cover;
		background-position: center;
		position: relative;
		object-fit: cover;
        box-shadow: 1px 1px 10px rgb(3 174 116 / 25%);
	}

	.display-off {
		display: none;
	}


	/*calender*/
	.calendar-month {
		width: 100%;
		padding: 20px;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none
	}


	.calendar-month .current-month-selection {
		display: inline-block;
		position: relative;
		cursor: pointer
	}

	.calendar-month .current-month-selection h2 {
		padding-top: 4px
	}

	.calendar-month .current-month-selection select {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		-ms-filter: "alpha(opacity=0)";
		filter: alpha(opacity=0)
	}

	.calendar-month .current-month-selection .current-month-arrow {
		font-size: 24px;
		position: relative;
		top: -3px;
		text-rendering: optimizeLegibility
	}

	.calendar-month .month-nav {
		color: #565a5c;
		border: 1px solid #ddd;
		width: 46px;
		height: 42px;
		display: inline-block
	}

	.calendar-month .month-nav.disabled {
		color: #d7d7d7;
		border-color: #e6e6e6;
		cursor: default
	}

	.calendar-month .month-nav.disabled:hover {
		color: #d7d7d7
	}

	.calendar-month .month-nav .icon {
		width: 46px;
		height: 42px;
		line-height: 42px
	}

	.calendar-month .month-nav:hover {
		color: #9ca299;
		text-decoration: none
	}

	.calendar-month .month-nav-next {
		margin-right: 15px;
		margin-left: -1px;
		padding-top: 10px;
	}

	.calendar-month .month-nav-previous {
		margin-right: 15px;
		margin-left: -1px;
		padding-top: 10px;
	}

	.calendar-month .spinner-next-to-month-nav {
		position: absolute;
		top: 18px;
		left: 100%;
		width: 35px;
		margin-left: 13px;
		font-size: 0;
		color: transparent
	}

	.calendar-month.calendar-placeholder {
		min-height: 456px
	}

	.host-calendar-container {
		position: relative;
	}

	/*calender end*/
	.col-md-02 {
		position: relative;
		min-height: 1px;
		padding-right: 0;
		padding-left: 0;
		margin-left: -1px;
	}

	.col-md-02 {
		float: left;
	}

	.col-md-02 {
		width: 14.333%;
	}

	.wkText {
		font-size: 1.6rem;
		color: #414141;
		margin-left: 2px;
	}

	.calender_box {
		border: 1px solid #d4d4d4;
		padding: 2px 5px;
		height: 110px;
		border-bottom: 0;
	}

	.dTfont {
		position: absolute;
		bottom: 0;
	}

	.dt-not-available {
		background-color: #dce0e0;
		cursor: not-allowed;
		pointer-events: none;
	}

	.dt-today .final_day {
		font-weight: bold;
	}

	.dt-available-with-events {
		background-color: #EEAE9C;
	}
	.margin-top30 {
		margin-top: 30px;
	}

	.tile{
		width: 100%;
		background: #fff;
		border-radius: 5px;
		float: left;
		transform-style: preserve-3d;
	}

	.header{
		border-bottom:1px solid #ebeff2;
		padding:19px 0;
		text-align:center;
		color:#59687f;
		font-size:600;
		font-size:19px;
		position:relative;
	}

	.banner-img {
		padding: 5px 5px 0;
	}

	.banner-img img {
		width: 100%;
		border-radius: 5px;
	}

	.dates{
		border: 1px solid #e6e6e6;
		border-radius: 5px;
		padding: 10px 0px;
		margin: 0px 15px;
		font-size: 16px;
		color: #5aadef;
		font-weight: 600;
		overflow: auto;
		background: #eeeeee54;
	}
	.dates div{
		float: left;
		width: 100%;
		text-align: center;
		position: relative;
		font-weight: normal;
		color: #000;
	}
	.dates strong,
	.stats strong{
		display: block;
		color: rgb(241, 78, 78);
		font-size: 18px;
		font-weight: 700;
	}

.stats{
	border-top:1px solid #ebeff2;
	background:#f7f8fa;
	overflow:auto;
	padding:15px 0;
	font-size:16px;
	color:#59687f;
	font-weight:600;
	border-radius: 0 0 5px 5px;
}
.stats div{
	border-right:1px solid #ebeff2;
	width: 33.33333%;
	float:left;
	text-align:center
}

.stats div:nth-of-type(3){border:none;}

div.footer {
	text-align: right;
	position: relative;
	margin: 20px 5px;
}

div.footer a.Cbtn{
	padding: 10px 25px;
	background-color: #DADADA;
	color: #666;
	margin: 10px 2px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
}

div.footer a.Cbtn-primary{
	background-color: #5AADF2;
	color: #FFF;
}

div.footer a.Cbtn-primary:hover{
	background-color: #7dbef5;
}

div.footer a.Cbtn-danger{
	background-color: #fc5a5a;
	color: #FFF;
}

div.footer a.Cbtn-danger:hover{
	background-color: #fd7676;
}

.daterangepicker{
	max-width: none;
	z-index: 10000;
	box-shadow: 0 14px 36px 2px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 14px 36px 2px rgba(0,0,0,.15);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	min-width: 34px;
	width: 45px!important;
	height: 45px!important;
	line-height: 24px!important;
	font-size: 15px!important;
	border-radius: 4px;
	border: 1px solid transparent;
	white-space: nowrap;
	cursor: pointer;
}
.daterangepicker td.start-date {
	border-radius: 4px 0 0 4px !important;
}

.daterangepicker td.end-date {
	border-radius: 0px 4px 4px 0px !important;
}
.daterangepicker td.in-range {
	background-color: #eec2c2!important;
	border-color: transparent;
	color: #000;
	border-radius: 0;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: rgb(241, 78, 78)!important;
	border-color: transparent;
	color: #fff;
}
td.off.available {
	visibility: hidden;
}

.daterangepicker .drp-calendar {
	max-width: 350px!important;
}

.daterangepicker .ranges ul {
    margin-top: 15px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
    position: absolute!important;
    top: 8px!important;
    right: 8px;
    display: block!important;
    font-family: 'Font Awesome 5 Free'!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: rgb(241, 78, 78)!important;
	color: #fff!important;
	border-color: transparent;
}


@media only screen and (max-width: 992px) {
	.calender_box {
		height: 80px;
	}
}

@media only screen and (max-width: 767px) {}


@media only screen and (max-width: 480px) {

}

.calenBox {
	margin-top: 30px;
}

@media only screen and (max-width: 479px) {
	.calenBox {
		width: 100%;
		height: 300px;
		overflow: scroll;
		overflow-x: scroll;
	}

	.dTfont {
		position: absolute;
	}
}

@media only screen and (max-width: 414px) {
	.vrent-button.pl-4.pr-4 {
		margin: 0px !important;
	}

	.pick-btn {
		width: 100% !important;
	}
	ul.tophd li {
		padding: 0 !important;
	}
}

@media only screen and (max-width: 375px) {

	select.form-control:not([size]):not([multiple]) {
		height: calc(2.25rem + 2rem) !important;
	}

	.vrent-button.pl-4.pr-4 {
		margin: 0px !important;
		padding: 7px 5px 10px 5px !important;
	}


	.pick-btn {
		width: 100% !important;
	}
	ul.tophd li {
		padding: 0 !important;
	}

}

@media only screen and (max-width: 360px) {
	.wkText {
		font-size: 12px;
		color: #414141;
		margin-left: 2px;
	}

}

.StripeElement {
	width: 100% !important;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

@media only screen and (max-width: 320px) {



	select.form-control:not([size]):not([multiple]) {
		height: calc(2.25rem + 2rem) !important;
	}

	.vrent-button.pl-4.pr-4 {
		margin: 0px !important;
		padding: 7px 5px 10px 5px !important;
	}

	.pick-btn {
		width: 100% !important;
	}
	ul.tophd li {
		padding: 0 !important;
	}

}

@media (max-width: 767px) {

	.col,
	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-auto,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-auto,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-auto,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-auto,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-auto {
		position: relative;
	}
}

.price-pro {
	background: #018055;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	top: -20px;
	position: absolute;
	font-size: -31px;
	left: 5px;
	color: #fff;
}


input[type=checkbox] {
	display: inline-block !important;
	height: 24px !important;
	width: 24px !important;
	text-align: center !important;
	vertical-align: top !important;
	border-width: 1px !important;
	border-style: solid !important;
	border-color: rgb(176, 176, 176) !important;
	background: rgb(255, 255, 255) !important;
	overflow: hidden !important;
	border-radius: 4px !important;
	margin-right: 5px;
}

.ml-25 {
	margin-left: 25px !important;
}


.hidden-pod {
	height: 600px;
	overflow-y: scroll;
	overflow-x: hidden;
}

[data-toggle="collapse"] .fa:before {
	content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
	content: "\f13a";
}

[data-toggle="collapse"] .review-arrow:before {
	content: "\f107";
}

[data-toggle="collapse"].collapsed .review-arrow:before {
	content: "\f105";
}



/******* Padding Section *************/


/* List Grid view */
.inactive-list {
	color: #a2a2a2;
}

.list-bacground {
	background: #efefef;
}

.badge-pill {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 10px 9px;
	min-width: 45px;
	position: relative;
	overflow: hidden;
	background: #ffb400;
	background: -webkit-linear-gradient(310deg, #ffc333 55%, #ffb400 55%, #ffb400 100%);
	background: -moz-linear-gradient(310deg, #ffc333 55%, #ffb400 55%, #ffb400 100%);
	background: -o-linear-gradient(310deg, #ffc333 55%, #ffb400 55%, #ffb400 100%);
	background: linear-gradient(140deg, #ffc333 55%, #ffb400 55%, #ffb400 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffc333', endColorstr='#ffffb400', GradientType=0);
}

.icon-beach {
	color: #e81010;
}

.rating_active {
	color: #e81010;
}

.rating {
	color: #2B2B2B;
}

/*star rating*/
.stars {
	min-height: 10px;
	width: 125px;
}

.star-rating-alt {
	background: url("../img/alt_star.png") repeat-x scroll left top rgba(0, 0, 0, 0);
	height: 25px;
	list-style: outside none none;
	padding: 0;
	position: relative;
	width: 125px;
}

.star-rating-alt li.current-rating {
	background: url("../img/alt_star.png") repeat scroll left center rgba(0, 0, 0, 0);
	display: block;
	height: 25px;
	position: absolute;
	text-indent: -9000px;
	z-index: 1;
}

@media screen and (min-width: 992px) {
	.custom_class_booking_type {
		text-align: center;
	}
}


.slider-image-container {
	width: 100%;
	height: 500px;
	background-color: #f5f5f5;
	background-size: cover;
	background-position: center;
	position: relative;
}

/*add*/
.blue-color {
	color: #367ea6;
}

.tip {
	width: 0px;
	height: 0px;
	position: absolute;
	background: transparent;
	border: 10px solid #ccc;
}

.tip-left {
	top: 10px;
	left: -21px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
}

.tip-right {
	top: 10px;
	right: -21px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.dialogbox .body {
	position: relative;
	height: auto;
	margin: 0 0 15px 0;
	padding: 5px 10px;
	background-color: #f4f4f4;
	border-radius: 2px;
	border: 1px solid #ccc;
}

.body .message {
	min-height: 30px;
	border-radius: 3px;
	font-family: Arial;
	font-size: 14px;
	line-height: 1.5;
	color: #797979;
}

.media-photo-badgeSMS {
	border-radius: 50% !important;
	height: 90px !important;
	width: 90px !important;
}

.profile_photo img {
	border-radius: 50% !important;
	width: 120px;
	height: 120px;
}

@media only screen and (max-width: 479px) {
	.media-photo-badgeSMS {
		border-radius: 50% !important;
		height: 70px !important;
		width: 70px !important;
		margin-top: 20px;
	}
}

.media-photo-badge img {
	width: 80px;
	height: 80px;
	border-radius: 50% !important;
	border-radius:solid 3px #b01919;
}



#booking-banner.stick {
	margin-top: 70px !important;
	position: fixed !important;
	width: 25%;
	top: 0;
	z-index: 10;
	border-radius: 0 0 0.5em 0.5em;
}

#booking-price.stick {
    position: fixed !important;
    width: 22.5%;
	top: 85px;
	right: 5%;
    z-index: 10;
    border: 1px solid rgba(0,0,0,.125);
    padding: 15px;
}




.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #e81010;
	border-color: #e81010;
	box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
}


.page-link {
	position: relative;
    display: block;
    margin: 6px;
    color: #e81010;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.page-link:hover {
	z-index: 3;
	color: #fff !important;
	background-color: #e81010;
	border-color: #e81010;

	box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
	-webkit-transform: translateY(-0.25em);
	transform: translateY(-0.25em);
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #e81010!important;
	color: #fff!important;
	background-color: #e81010!important;
	border: 1px solid #dee2e6!important;
}

.paginate_button.previous.disabled:hover {
	background: #fff!important;
}

.paginate_button.next.disabled:hover {
	background: #fff!important;
}



.dataTables_wrapper .dataTables_paginate .paginate_button {
	display: inline-block;

	padding: 0.3rem 1em!important;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	cursor: hand;

	color: #e81010 !important;
	border: 1px solid #dee2e6!important;
	margin: .5rem;
}

.current {
	background: #e81010 !important;
    color: #fff!important;
}

.dataTables_wrapper  {
	margin-top: 2.2rem!important;
}

.dataTables_paginate paging_simple_numbers{
	padding: 1.5rem;
}
/*********************** Page Not Found Css *******************************/
#notfound {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 999;
}

.notfound {
	width: 100%;
	line-height: 1.4;
	text-align: center;
}

#notfound .notfound {
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.notfound .notfound-404 {
	position: relative;
	height: 240px;
}

.notfound .notfound-404 h3 {
	font-family: 'Cabin', sans-serif;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	margin: 0px;
	letter-spacing: 3px;
	padding-left: 6px;
}

.notfound .notfound-404 h1 {
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 170px;
	font-weight: 900;
	margin: 0px;
	color: #e81010;
	text-transform: uppercase;
	margin-left: 0;
}

.notfound .notfound-404 h1>span {
	text-shadow: -8px 0px 0px #000;
}

.notfound h2 {
	font-family: 'Cabin', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	margin-top: 0px;
	margin-bottom: 25px;
}


.mobile-side a {
	display: block;
	/* height: 100%; */
	width: 100%;
	padding: 10px;
	color: #585656;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	border-top: 1px solid rgba(255, 255, 255, .1);
	transition: .4s;
}

.mobile-side a i {
	margin-right: 16px
}

.drop-width {
	width: 150px;
}


.ranges-time li {
	font-size: 13px !important;
	border: 1px solid #fff !important;
	color: #222325 !important;
	padding: 3px 12px !important;
	margin-bottom: 8px !important;
	cursor: pointer !important;
}


.ranges li {
	font-size: 13px !important;
	border: 1px solid #fff !important;
	color: #222325 !important;
	padding: 3px 12px !important;
	margin-bottom: 8px !important;
	cursor: pointer !important;
}
.ranges-time li:hover {
	background: #e81010 !important;
	color: #fff !important;
}

.ranges li:hover {
	background: #e81010 !important;
	color: #fff !important;
}

.ranges li.active {
	background: #e81010 !important;
	border: 1px solid #e81010 !important;
	color: #fff !important;
}

.ranges-time li.active {
	background: #e81010 !important;
	border: 1px solid #e81010 !important;
	color: #fff !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #357ebd;
	border-color: transparent;
	color: #fff;
}

.nav-item>.active {
	color: #e81010;
	font-weight: 700;
}

.footer-bg {
	background: #080808 !important;
    color: #fbfbfb;
}

.footer-bg a {
	color: #fbfbfb !important;
}


/* Inbox */

.container-inbox {
	display: flex;
	height: calc(100vh - 17rem);

}

.right-inbox{
	height: calc(100vh - 17rem);
}

sidebar {
	width: 33%;
	min-width:33%;
	display: flex;
	background: #fff;
	flex-direction: column;
	transition: 500ms all;
	max-height: 100vh;
	z-index: 100;
}

sidebar .logo {
	display: flex;
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 3em;
	letter-spacing: 7px;
	border-bottom: 1px solid #ccc;
}

sidebar .list-wrap {
	width: 100%;
    overflow: auto;
    border: 1px solid #ddd;
    border-radius: 3px;
}

sidebar .list-wrap .list {
	border-bottom: 1px dashed #ddd;
	background: #fff;
	display: flex;
	padding: 5px;
	cursor: pointer;
}

sidebar .list-wrap .list:hover,
sidebar .list-wrap .list.active {
	background: #f4f7f9;
}

sidebar .list-wrap .list img {
	border-radius: 50%;
	width: 4rem;
	height: 4rem;
	object-fit: cover;
	margin-right: 1rem;
	box-shadow: .1rem .2rem .3rem rgba(0, 0, 0, 0.5);
}

sidebar .list-wrap .list .info {
	flex: 1;
}

sidebar .list-wrap .list .count {
	font-size: 0.75em;
	background: #bde2f7;
	box-shadow: 0 .5rem 1.5rem -.5rem rgba(0, 0, 0, 0.7);
	padding: .3rem;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	text-align: center;
	color: #000;
}

.content-inbox {
	flex: 1;
	display: flex;
	flex-direction: column;
    border: 1px solid #ddd;
}

.content-inbox header {
	height: 7rem;
    background: #f7f7f7;
    display: flex;
    padding: 1rem;
    border-top: 1px solid #ddd;
}

.content-inbox header img {
	border-radius: 50%;
	width: 4rem;
	height: 4rem;
	object-fit: cover;
	margin-right: 10px;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

.content-inbox header .info {
	flex: 1;
}

.content-inbox header .info .user {
	font-weight: 700;
}

.content-inbox header .info .time {
	display: flex;
	margin-top: 3px;
	font-size: 0.85em;
}

.content-inbox header .open {
	display: none;
}

.content-inbox header .open a {
	color: #000;
	letter-spacing: 3px;
}

.message-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 15px;
	overflow: auto;
	height: calc(100vh - 30rem);
}

.message-wrap::before {
	content: "";
	margin-bottom: auto;
}

.message-wrap .message-list {
	align-self: flex-start;
	max-width: 70%;
}

.message-wrap .message-list.me {
	align-self: flex-end;
}

.message-wrap .message-list.me .msg {
	background: #bde2f7;
	color: #111;
}

.message-wrap .message-list .msg {
	background: #dee2e6;
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
	padding: 10px 5px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.message-wrap .message-list .time {
	text-align: right;
	color: #999;
	font-size: 0.75em;
}

.message-footer {
	border-top: 1px solid #ddd;
	background: #eee;
	padding: 10px;
	display: flex;
	height: 60px;
}

.message-footer input {
	flex: 1;
	padding: 0 20px;
	border-radius: 5px;
}

.container-fluid-90{
	width: 90%!important;
}
@media only screen and (max-width: 480px),
only screen and (max-width: 767px) {
	sidebar {
		position: fixed;
		width: 100%;
		min-width: 100%;
		height: 0vh;
		bottom: 0;
		box-shadow: 0 5px 25px -5px black;
		bottom: 0;
		left: 0;

	}

	sidebar.opened {
		height: calc(100vh - 25rem) !important;
	}

	sidebar .logo {
		display: none;
	}

	sidebar .list-wrap .list .count {
		font-size: 0.75em;
	}

	header .open {
		display: block !important;
	}

	.container-fluid-90{
		width: 100%!important;
	}
}
.drop-down-menu-left{
	left: -40px;
}


.vtooltip {
	position: relative;
	display: inline-block;
}

.vtooltip .vtooltiptext {
	visibility: hidden;
	width: 110px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 2px 0;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	margin-left: -60px;
}

.vtooltip .vtooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}

.vtooltip:hover .vtooltiptext {
	visibility: visible;
}

.map-view-location{
	width:100%;
	height:250px;
}

.map-close {
	background: #FFF;
	border: 0px;
	padding: 0px;
	position: absolute;
	cursor: pointer;
	user-select: none;
	border-radius: 8px;
	height: 45PX;
	width: 45px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	top: 10px;
	left: 15px;
	color: #2B2B2B;
	z-index: 100;
}

.price-btn {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

.show-map {
	background: #FFF;
	border: 0px;
	padding: 0px;
	cursor: pointer;
	user-select: none;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	color: #2B2B2B;
	z-index: 100;
}
.dropdown-menu-location {
	width: 45rem!important;
	border-radius: 15px!important;
	top: 5px!important;
	box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12) !important;
}

.dropdown-menu-room-type {
	width: 25rem!important;
	border-radius: 15px!important;
	top: 5px!important;
	box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12) !important;
}

.dropdown-menu-price{

	border-radius: 15px!important;
	top: 5px!important;
	box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12) !important;
}

.opacity-1{
	opacity:1!important;
}

.pick_date-width {
	width: 230px;
	padding: 0 10px 0 15px;
}

@media only screen and (max-width: 900px) {
	#booking-banner.stick{
		width: 32%!important;
	}
	#booking-price.stick{
		width: 32%!important;
	}

	.dropdown-menu-location {
		width: 30rem!important;
	}

	.ex-image-container, .slider-image-container {
		height:250px;
	}
}

/**************************** Dashboard Css *********************************/

.widget ul {
	margin: 0px;
	padding: 0;
	overflow: hidden;
}
.widget ul li {
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
}
.sidebar-thumb{
	float: left;
	overflow: hidden;
	margin-right: 15px;
}
.sidebar-thumb img{
	background: #fff;
	border: 1px dashed #e0e0e0;
	padding: 6px;
	height: 75px;
	width: 75px;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.sidebar-content h5{
	font-size: 16px;
	cursor: pointer;
	line-height: 18px;
}
.sidebar-content h5 a:hover{
	color: #2996bd;
}

.sidebar-content h5 a{
	color: #202020;
	outline: 0 none;
	text-decoration: none;
	font-weight: bold
}
.sidebar-meta span{
	color: #2e2e2e;
}
.sidebar-meta span.time{
	margin-right: 10px;
}
/**************************** End Dashboard Css *********************************/

.review-0 ul li {
	list-style: none;
	display: inline;
	width: 50%;
}
a.send-btn {
	z-index: 11;
	position: relative;
	float: right;
	margin: 0px 0 0 -50px;
	width: 50px;
	border-radius: 0 4px 4px 0;
}

.single-load {
	min-height:200px;
	width:100%;
	text-align:center;
	opacity:0.9;
	padding-top: 110px;
}
.loader-img {
	min-height:200px;
	width:100%;
	text-align:center;
	opacity:0.9;
	padding-top: 70px;
}


.not-found {
	width: 100px;
}

.light-box-img {
	height:400px;
	width:100%;
	background-size: cover;
	background-position: 50% 50%;
}

.light-box-view {
	text-align: center;
	padding-top: 40px;
	margin-top:0px;
	color:white;
	height:130px;
	width:100%;
	background-color: #8E8F90;
	cursor: pointer;
}

.single-map-w {
	width:100%;
	height:400px;
}

.map-view {
	width:100%;
	height:100vh;
}

.cursor-pointer{
	cursor: pointer;
}

.map-property-img {
	height:150px;
	width:250px;
	object-fit: cover;
}
.media-cover {
	width:250px;
}

.map-property-name {
	max-height:150px;
	max-width:250px;
}

.dataTables_paginate {
	margin-top:25px!important;
}

.js-calendar-sync:hover {
	color:#fff!important;
}

.shareButton {
	background-color: #476bb8;
	color: white;
	padding: 3px 10px;
	display: inline-block;
	font-size: 13px;
	cursor: pointer;
	border-radius: 4px;
	margin-bottom: 5px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	}

	.shareButton:hover {
	background-color: #3b5998;
	color: white!important;
}

.view-all {
	background-color: rgb(24, 23, 23);
	color:#fff;
	font-weight: 700;
}
.view-all img {
	opacity: 0.5;
}

.h-110px {
	height: 110px;
	object-fit: cover;
}

.gal-img {
	width: 200px;
}

.price-table-scroll {
	max-height: 500px;
}

/* Media query */
@media(min-height:0px) and (max-height:480px)
{
	.min-height{
		min-height: 480px;
	}
}

@media(min-height:481px) and (max-height:720px)
{
	.min-height{
			min-height: 600px;
		}
}

@media(min-height:721px) and (max-height:850px)
{
	.min-height{
			min-height: 790px;
		}
}

@media(min-height:851px) and (max-height:1440px)
{
	.min-height{
			min-height: 927px;
		}
}

@media (max-width: 1200px) {
	#booking-price.stick {
		width: 30.5%;
	}
}



/* Animation */

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@media (print), (prefers-reduced-motion: reduce) {
	.animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
	}
}


.swal-footer {
	text-align: center;
}




  progress {
	border: none;
	height: 5px;
	width: 100px;
	margin-bottom: 3px;
	background: rgb(196, 194, 194);
  }

  progress {
	color: rgb(180, 180, 184);
  }

   progress::-webkit-progress-value {
	background: #222222;
  }

  progress::-moz-progress-bar {
	background:  rgb(180, 180, 184);
  }

  progress::-webkit-progress-value {
	background: #222222;
  }

  progress::-webkit-progress-bar {
	background: rgb(180, 180, 184);
  }


@media screen and (max-width: 1100px) and (min-width: 992px) {
	progress {
		width: 55px;
	}
}


@media screen and (max-width: 1150px) and (min-width: 1100px) {
	progress {
		width: 80px;
	}
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #e81010!important;
    background: #e81010!important;
    font-weight: normal;
    color: #fff;
}

.ui-state-active:hover {
	color: #fff!important;
}

.line-height-2-4 {
	line-height: 2.4;
}

.overflow-hidden-x{
	overflow-x: hidden;
}

@media (max-width: 576px) {
	.gal-img {
		width: 100%!important;
	}

	.h-110px {
		height: auto!important;
	}
 }
 
 
 


    .customer-logos .mob-overlay{display:none;}
  .footer-fixed-nav a .icon-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.header_area.navbar_fixed .sv_become_host {
  color: #000 !important;
}
.sv_user_login button:focus {
  outline: none;
}


.old_home {
  background: transparent;
  border-bottom: 0;
}

.old_home2 {
	background: transparent;
	border-bottom: 0;
	background-color: #fff;
	border-bottom: 1px solid #eee;
  }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


.sv_become_host {
  background: transparent !important;
  border: 0 !important;
}
.font-weight-600 {
  font-weight: 600;
}
.mt-2, .my-2 {
  margin-top: .5rem !important;
}

.header_area .menu_nav {
  width: 100%;
}

.header_area .navbar .nav .nav-item {
  margin-right: 2.5rem;
}

.sv_user_login {
  padding: 2rem 0 10px;
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}


.tbx{
    padding: 3rem 0;
    display: inline-block;
    font-size: 1.5rem;
}
.svmobsearch{top:25%;}
    .mob-search {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }

.sv_start_your_search, .mob-search {
  border: 1px solid #ddd;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 8%), 0px 4px 12px rgb(0 0 0 / 5%) !important;
  border-radius: 50px;
  line-height: 35px;
  color: #000;
  text-align: left;
}

   .desk-search-form {
    /*position: relative !important; */
}
    .homenav .navbar{background:transparent;}
    .map-view {
    height:100vh;
}
   .sv_filter_txt, .sv_all_photos {
    display: none;
}
    .sv_search_icon .text-right {
    text-align: center !important;
    margin-bottom:10px;
}
    .sv_close_butt{float:left;}
    .owl-carousel .owl-stage-outer {
    border-bottom: 1px solid #eee;
}
    .sub_header #front-search-form, .sub_header #front-search-form-home {
    width: 100% !important;
    left: 0 !important;
}
    .sub_header {
    margin: -60px auto;
    font-size: 13px;
}
    .sv_minheight {
    height: 100%;
    background: #fff;
    z-index: 99999;
}









 .sv_home_subsec {
    margin-top: 23rem;
}
 .sv_home_subsec button {
    box-shadow: 0px 6px 16px rgb(0 0 0 / 12%) !important;
    border: 0;
    background: #fff;
    padding: 15px 40px;
    border-radius: 50px;
}
.sv_home_subsec button a {
    color: #6f019c;
    font-weight: 600;
} 
.svcity {
    margin-bottom: 5rem;
} 

 .hero-banner h1:after, .sv_header_text:after {
    content: '';
    display: block;
    width: 25px;
    height: 13px;
    border-bottom: 2px solid #fff;
    margin: auto;
}
.recommandedbg .card img {
    border-radius: 10px;
} 
.recommandedbg .card { box-shadow: none; } 

.header_area.navbar_fixed {
    /* z-index: 9999; */
} 
 .svred {
    color: red;
}
.sv_brown {
    color: #b43618;
} 
.margin-bottom-zero{margin-bottom:0;} 
.sv_user_login button { background: #fff;border:0;border-radius:50px;padding: 3px 10px;border:1px solid #ddd;}
 .sv_user_login button img {
    margin: 0;
    padding: 0;
    width: 33px;
    height: 33px; margin-left: 7px;
}
.sv_user_login button:after { display: none; }
.sv_user_login i {
    margin-left: 7px;
    vertical-align: middle;
}

.sv_user_login .dropdown-menu {
    border-radius: 10px;
    left: -100px;
    margin: 0;
    min-width: 20rem;
}
 .sv_user_login .dropdown-menu a { font-size: 14px; }
.sv_user_login .dropdown-menu li {
    padding: 7px 10px;
}
 .sv_user_login button:focus {
    outline: none;
}

#loginmodel, #registermodel { z-index: 999999; }

.migrateshop_othernav {
    border-bottom: 1px solid #eee;
}
  /*.migrateshop_othernav .mob-back-btn{*/
  /*      display:block !important;*/
  /*  }*/
       .migrateshop_othernav .mob-logo{
        display:none;
    }
    
.migrateshop_othernav:before{display:none;} 


.migrateshop_othernav .sv_header_text { display: none; }

.sv_third_col { margin-top:5px; }

.sv_fourth_col{margin-top:1.5rem;} 

.sv_fourth_col_img div {  height: 170px; }
 .sv_fifth_col { width: 25%; }
 .sv_fifth_col img {
    width: 100%;
    height: 195px;
}
.sv_large_size{ width:50%; } 
.sv_large_size img{height:400px;width:100%;} 
.sv_fifth_row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 395px;
    margin-top:2rem;
} 
.hide{display:none;} 

.card img { border-radius: 10px; } 
 
#booking-price .single-border{
    border:1px solid #b5b3b3;
}

.sv_single_prop .fixed {
    position: fixed;
    top: 85px;
    height: 48px;
    z-index: 10;
    background: #fff;width:100%;
    border-bottom: 1px solid rgb(221, 221, 221);
}
.sv_single_prop .fixed li {
    float: left;
    padding:10px;
}
.sv_single_prop .fixed li a{color:#000;font-size:14px;}
.sv_single_prop .fixed li a:hover {
    color: #000 !important;
}
.prop-nav li:hover{
    border-bottom:3px solid #000;
}
.ul-price-fixed li{
    font-weight:700;
}
#reviews {
    padding: 10% 0 0;
}
.sv_search_page {
    margin-top: 8.4rem;
}
.sv_list li button{
    font-size:14px;/*border:1px solid rgb(176, 176, 176)*/;
}
#properties_show .carousel-indicators li {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.img-event img {
    max-height: 180px;
    min-height: 180px;border-radius:12px;
}
.svleft, .svright {
    position: absolute;
    top: 50%;z-index: 12;background: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50px;line-height:23px;
}
.svleft { left: 30px; }
.svright{right:30px;}
.svleft i, .svright i{font-size:12px;}
.sv_property_title::after {
    content: "";
    border-bottom: 1.5px solid #dddddd;
    width: 35px;
    height: 10px;
    display: block;
}
.sv_search_page #front-search-form .form-control {
    border: 1px solid #eee;
    margin: 0;
    padding: 5px !important;
    height: auto;
}
    .mob-search button{width:30px;height:30px;}
     .svmedia img {
    width: 100%;
    height: 100%;
}

  #front-search-form1 .form-control, .mob-search .form-control{
        width:30%;
        font-size:12px !important;margin-top:0 !important;
    }
    
     .mob-search{
        top:10px;
    }
    
    
.sv_start_your_search, .mob-search {
    border: 1px solid #ddd;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 8%), 0px 4px 12px rgb(0 0 0 / 5%) !important;
    border-radius:50px;line-height:35px;color:#000;text-align:left;
}
.header_area .sv_head_search, .mob-search{
    border: 1px solid rgb(221, 221, 221);
    border-radius: 50px;
}
.sv_start_your_search button, .mob-search button {
    border-radius: 50%;
    width: 35px;
    height: 35px;float:right;
}
.single_sticky {
    z-index: 9 !important;
}
.margin-top-90{
    margin-top: 9rem;
}
.margin-top-120{
    margin-top: 12rem;
}
.margin-top-100{
    margin-top: 10rem;
}
.yellow_color{color:#ffc107;}
 .fb_btn {
    background: #007bff;
    color: #fff;
}
.fb_btn:hover {
    color: #007bff;
    border-color: #007bff;
    background: transparent;
} 
.google_btn {
    background: #dc3545;
    color: #fff;
}
.google_btn:hover {
    color: #dc3545;
    border-color: #dc3545;
    background: transparent;
} 
.underline{text-decoration:underline;}
#front-search-form1 .form-control{width:100px;border-right:1px solid #ddd;}
.svlogin_bg {
    /*background: url('../img/login-bg.jpg');*/
    background-position:100% 100%;
}
.tryhosting {
    /*background: url(../img/try-hosting.jpg);*/
    color: #fff;
    padding: 10rem 5rem;
    border-radius: 15px;
    background-size: cover;
    background-color: #1c1c1c;
    background-repeat: no-repeat;
    background-position: right;
}
.tryhosting h2 {
    font-size: 4rem;
    letter-spacing: 1px;
}
.tryhosting p {
    line-height: 25px;
}
.price_fixed {
    position: fixed;
    top: 8.3rem;
    right: 24.6rem;
    background: #c73f22;
    z-index: 10;
    width: 255px;
    border: 0 !important;
    border-radius: 0 !important;
}
.ul-price-fixed{
    width:32%;
}
.price_fixed .secondary-bg {
    border-radius: 0 !important;
}
.price_fixed .p-3 {
    padding: 10px !important;
}
#per_night, #per_month{
    float:right;
}
.ul-price-fixed #per_night, #per_month{
    float:left;
    color:grey !important;
    line-height:2
}
.ul-price-fixed li{
    padding:7px 5px !important;
}
.wishicon i{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: hsla(0,0%,100%,.8);
    color: #000;
    color: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px
}

.wishicon i {
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    right: 20px;
    color: #b6b4b4;
	cursor: pointer;
}
.pull-right{float:right;}
.mob-banner{
    display:none
}
.br-50{
    border-radius:50px;
}
.navbar_fixed .btn{
    /*background-color:var(--primary-color) ;*/
    color:#fff;
}
.theme-font-color{
    color:var(--primary-color);
}
#listMargin p{
    width:100%;
}

.mob-banner{
    display:none;
}
.not-found{
    display:none;
}

/*New css*/
@media(max-width:767px){
    
    
    .slick-slider{direction:ltr;}
    .wkText, .dTfont{font-size:12px;}
    #cancellation {
    padding-right: 30px;
}}
  .svmobsearch .nav { display: inline-flex; }   
    .new_home.homenav .desk-search-form .main_formbg {
    border: 0;
}
    .homenav .desk-search-form .main_formbg {
    border: 1px solid #ddd;
    border-radius: 0;
}
 

.slidx{
        opacity: 0.3;
}

.globe{
    color:#fff;
}


.globe, .globe:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.header_area .navbar .nav .nav-item .nav-link {
  padding: 3rem 0;
  display: inline-block;
  font-size: 1.5rem;
}


.recommandedbg .card img {
  border-radius: 10px;
}
.card img {
  border-radius: 10px;
}
/* .room-image-container200 {
  width: 100%;
  height: 200px;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center;
  position: relative;
  object-fit: cover;
} */
/* img {
  vertical-align: middle;
  border-style: none;
} */


  
.old_home.homenav #front-search-form1 {
  display: none;
}

@media (min-width: 768px) {
  .old_home.homenav.navbar_fixed #front-search-form1 {
    display: block !important;
  }
}

.img-130x32 {
  width: 130px;
  height: 32px;
}

.migrateshop_othernav .navbar .nav .nav-item .nav-link, .old_home.migrateshop_othernav .navbar .nav .nav-item .nav-link, .old_home.migrateshop_othernav .sv_become_host {
  color: #000;
}

.homenav .mob-back-btn{
    display:none !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .mob-back-btn {
    position: absolute;
    left: 10px;
    width: 39px;
    height: 39px;
    box-shadow: rgb(0 0 0 / 8%) 0px 6px 20px !important;
    background: #fff;
    border-radius: 50%;
    padding: 7px 12px;
    margin-top: -5px;
  }
}

.header_area .navbar-brand {
  margin-right: 3rem;
  padding: 0;
}

@media (max-width: 767px) {
  .light_logo {
    display: none !important;
  }
}


.sv_all_photos {
  position: absolute;
  background: #fff;
  right: 20px;
  border-radius: 10px;
  border: 1px solid #000;
  cursor: pointer;
  bottom: 50px;
}

#photos {
  height: 400px;
}

.sv_photo_div {
  position: relative;
}


.property-title .svwishlist, .share-option {
  padding: 5px 15px;
  cursor: pointer;
}

.fade:not(.show) {
  opacity: 0;
}
.fade {
  transition: opacity .15s linear;
}

.prop-image2 div, .prop-image3 div, .sv_third_col div {
  height: 340px;
  object-fit: cover;
}

.slider-image-container {
  width: 100%;
  height: 400px;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center;
  position: relative;
}
.ex-image-container {
  width: 100%;
  height: 500px;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 2rem;
}
.sv_third_col {
  margin-top: 5px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}



/* .book-price-txt {
  font-size: 2.2rem;
  font-weight: 600;
} */

#listMargin p {
  width: 100%;
}

#ninja-slider {
  width: 100%;
  background: #191919;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

#ninja-slider-pager {
  display: none;
}

.property-t{
        margin-top: 11rem;
}

.img-60x60 {
  width: 60px;
  height: 60px;
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
img {
  vertical-align: middle;
  border-style: none;
}

.svborder {
	border: 1px solid #999;
	  border-bottom-width: 1px;
	  border-bottom-style: solid;
	  border-bottom-color: rgb(153, 153, 153);
	border-radius: 12px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
  }
  #booking-price #daterange-btn {
	border-radius: 12px;
	  border-bottom-right-radius: 12px;
	  border-bottom-left-radius: 12px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 0;
  }

  #booking-price #daterange-btn input {
	border: 0;
	cursor: pointer;
	height: 25px;
  }
  #booking-price #number_of_guests select {
	border: 0 !important;
	cursor: pointer;
	height: 25px;
  }

  #booking-price {
	/* box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px; */
	border: 1px solid rgb(221, 221, 221);
	border-radius: 12px;
	overflow: hidden;
	padding: 14px;
	background-color: #fff;
  }
  @media (min-width: 1025px) {
	.price-card {
	  position: absolute;
	  right: 0;
	  /*background-color: #FFF;*/
	}
  }

  .book-price-txt {
	font-size: 2.2rem;
	font-weight: 600;
  }

  #booking-price #daterange-btn {
	border-radius: 12px;
	  border-bottom-right-radius: 12px;
	  border-bottom-left-radius: 12px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 0;
  }
  
  
  #booking-price label, #booking_table td {
	font-size: 14px;
	border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
  }
  #booking-price #daterange-btn input {
	border: 0;
	cursor: pointer;
	height: 25px;
  }
  #booking-price #daterange-btn {
	border-radius: 12px;
	  border-bottom-right-radius: 12px;
	  border-bottom-left-radius: 12px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 0;
  }
  .border-left-chk {
	border-left: 1px solid #b5b3b3;
  }


   .detail-bg{
	background-color: #fff;
	border: 1px solid rgb(221, 221, 221);
    border-radius: 10px !important;
   }

   .authbox{
	background-color: #ffffff;
    border-radius: 10px;
	    margin-top: 10px;
   }

   @media (min-width: 768px) {
	.bdc {
	  border-radius:2rem 0rem 0rem 2rem;
	}
  }

  @media (max-width: 768px) {
	.bdc {
	  border-radius:2rem;
	}
  }

  .sv_all_photos {
	position: absolute;
	background: #fff;
	right: 20px;
	border-radius: 10px;
	border: 1px solid #000;
	cursor: pointer;
	bottom: 50px;
  }

  .sv-photos{
	border: 1px solid #fff;
	color: #ffffff;
    padding: 2px 10px 2px 10px;
    border-radius: 7px;
	cursor: pointer;
  }

  @media (min-width: 768px) {
	.tcfs{
		display: none;
	}
  }

  .stickypl {
    position: sticky;
    top: 100px;
}

.tnb{
border: 0px !important;
}


@media (max-width: 767px) {
    .main-toggle-switch {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        border-top: 1px solid #ddd;
        flex-direction: column;
        align-items: center;
    }
}

.bookactive
	{
    background-color: #d5f4e9;
    padding: 5px;
    border-radius: 15px;
}

.kyctxt
{
	color: #1c1c1d;
}

.terms_condition_checkbox {
								display: inline-block;
								width: 20px;
								height: 20px;
								border: 1px solid #ccc;
								margin-right: 10px;
							}
							.terms_condition_checkbox:checked {
								background-color: #f82105 !important;
							}
							.terms_condition_link {
								color: #f82105;
							}



.modal {
    z-index: 1050 !important; /* Ensure modal appears above other elements */
    margin-top: 2rem; /* Adjust margin to avoid being hidden by fixed header */
}

.mpl{
	background-color: #fff;
}



.vbtn-outline-danger {
	color: #f82105;
	border-color: #f82105;
}

.vbtn-outline-danger:hover {
	color: #fff;
	background-color: #f82105;
	border-color: #f82105;
}

.btndan{
	color: #fff;
	background-color: #f82105;
	border-color: #f82105;
	border-radius: 8px;
	padding: 10px 20px;
}
.btndan:hover {
	color: #f82105;
	background-color: #fff;
	border-color: #f82105;
	border-radius: 8px;
	padding: 10px 20px;
}

.topnav{
        background-color: #fff;
    border-radius: 25px !important;
}

.walletx{
    background-color: #c21111;
    padding: 1rem;
    border-radius: 25px;
    color: #FFF;
    /* margin-top: 1rem; */
}





    /* ==========================
   Floating Action Button
   ========================== */
   .modal {
    /* z-index: 1050 !important; */
    /* margin-top: 2rem; */
}
.modal {
    /* z-index: 1050 !important; */
     margin-top: 0rem !important; 
}

.mobile-fab {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #007bff;
  color: white;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-size: 22px;
  z-index: 1050;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.mobile-fab:hover {
  background-color: #0056b3;
  transform: scale(1.1);
}

@media (min-width: 768px) {
  .mobile-fab {
    display: none !important;
  }
}

/* ==========================
   Modal Styling (Left Side)
   ========================== */
.modal.left {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal.left.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.modal.left .modal-dialog {
  position: fixed;
  margin: 0;
  height: 100%;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
  width: 80%;
}

.modal.left.show .modal-dialog {
  transform: translateX(0);
}

.modal.left .modal-content {
  height: 100%;
  border: none;
  border-radius: 0;
  overflow-y: auto;
}

/* ==========================
   Menu List Styling
   ========================== */
.mobile-side {
  padding: 0;
  margin: 0;
  background: #fff;
}

.mobile-side li {
  border-bottom: 1px solid #eee;
}

.mobile-side li:last-child {
  border-bottom: none;
}

.mobile-side li a {
  display: flex;
  align-items: center;
  padding: 14px 18px;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.mobile-side li a i {
  margin-right: 14px;
  color: #ec2c2c;
  font-size: 17px;
  width: 20px;
  text-align: center;
}

.mobile-side li a:hover {
  background: #f1f5ff;
  color: #fff;
}

.mobile-side .badge {
  font-size: 12px;
  padding: 4px 7px;
  border-radius: 12px;
}

.submenu ul li a {
  padding: 10px 18px;
  font-size: 14px;
  color: #555;
}

.submenu ul li a:hover {
  color: #ec2c2c;
}

/* ==========================
   Avatar Styling
   ========================== */
.head_avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

/* ==========================
   Custom Alert Styling
   ========================== */
.custom-alert {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    opacity: 0;
    transition: all 0.6s ease-in-out;
    max-width: 90%;
    text-align: left;
}

/* Success & Error backgrounds */
.custom-alert.success {
    background-color: #27ae60;
}
.custom-alert.error {
    background-color: #e74c3c;
}

/* Animation position */
.custom-alert.show {
    opacity: 1;
    top: 70px;
    transform: translate(-50%, 0);
}

/* Icon container */
.custom-alert .icon-wrap {
    background: transparent;
    color: inherit !important;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Icon inside the circle */
.custom-alert .icon-wrap i {
    font-size: 15px;
    color: inherit;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .custom-alert {
        font-size: 13px;
        padding: 8px 12px;
        border-radius: 8px;
        top: 10px;
        gap: 8px;
        width:80%;
    }

    .custom-alert.show {
        top: 60px;
    }

    .custom-alert .icon-wrap {
        width: 24px;
        height: 24px;
    }

    .custom-alert .icon-wrap i {
        font-size: 13px;
    }
}


	/* ==========================
   Kyc styling
   Start KYC Camera Capture CSS
   ========================== */
	.kyc-container { max-width: 600px; margin: 0 auto; }

    #startCamera { background: #f62f47; color: white; width: 100%; }
    #uploadId { background: #444; color: white; width: 100%; }
    #submitKyc { background: #28a745; color: white; width: 100%; }

    /* Modal popup */
    #cameraModal {
      display: none; 
      position: fixed; top: 0; left: 0; width: 100%; height: 100%;
      background: rgba(0,0,0,0.8); 
      justify-content: center; align-items: center;
      z-index: 1000;
    }
    /* .modal-content {
      background: #fff;
      padding: 30px; border-radius: 12px; 
      text-align: center; max-width: 500px; width: 90%; position: relative;
    } */
    .close {
      position: absolute; top: 1px; right: 15px; 
      font-size: 35px; color: #ef4747; cursor: pointer;
    }

    /* Camera area */
    .camera-container { position: relative; width: 100%; overflow: hidden; }
    video { width: 100%; border-radius: 12px; }
    .oval-mask {
      position: absolute; top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      width: 330px; height: 400px;
      border: 3px solid #fff;
      border-radius: 50% / 60%;
      box-shadow: 0 0 0 9999px rgba(0,0,0,0.6);
      pointer-events: none;
    }
    /* img { max-width: 100%; margin-top: 10px; display: block; } */

    /* Shutter button */
    #snap {
      width: 70px; height: 70px;
      border-radius: 50%; border: 5px solid #555;
      background: white; margin: 15px auto; display: block;
      cursor: pointer; position: relative;
    }
    #snap::after {
      content: ""; position: absolute;
      top: 50%; left: 50%; transform: translate(-50%, -50%);
      width: 40px; height: 40px;
      border-radius: 50%; background: #ddd;
    }
    #snap:hover::after { background: #ccc; }

    #retake { background: #999; color: white; display:none; }
    #upload { background: #f62f47; color: white; }

	