/*================================= comoon css =================================*/

body {
	font-family: 'Roboto', sans-serif !important;
	background-color: #fff;
	touch-action: manipulation;  
}
body,
a,
p,
button {
	font-family: 'Roboto', sans-serif !important;
}
/* bootstrap model open body moving */
/* .modal-open {
	padding-right: 0 !important;
}
html {
	overflow-y: scroll !important;
} */
/* bootstrap model open body moving */
/*================================= 3  Inputs ( #input ) =================================*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
::-webkit-input-placeholder {
	color: #343434;
	font-style: normal;
}
:-moz-placeholder {
	color: #343434;
	font-style: normal;
}
::-moz-placeholder {
	color: #343434;
	font-style: normal;
}
:-ms-input-placeholder {
	color: #343434;
	font-style: normal;
}
button::-moz-focus-inner {
	border: 0
}
:focus {
	outline: none;
}
::-moz-focus-inner {
    border: 0;
}
.text-light, .tab-icon i:before, .table-icon i:before{
    color:#767676 !important;
}
input[type=number] {
	-moz-appearance: textfield
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}
input[type=submit] {
	padding: 12px 20px;
	background: red;
	font-weight: normal;
	color: #fff;
	display: block;
	margin: 0 auto
}
input[type=submit],
input[type=button] {
	cursor: pointer;
	border: 0
}
input:focus {
	outline: none;
}
textarea {
    border: none !important;
    border-bottom: 1px solid #e1e1e1 !important;
    border-radius: 0 !important;
	height: 70px !important;
	font-style:normal !important;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="email"],
input[type="number"],
textarea {
	background: #fff;
	font-size: 15px;
	border: 0;
	border-bottom: 1px solid #e1e1e1;
	border-radius: 0;
	width: 100%;
	box-shadow: none;
	-webkit-appearance: none;
	color: #000;
	padding: 0px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
	background: transparent
}
.home-globle-error .alert {
    position: fixed;
    left: 50%;
    top: 3%;
    transform: translate(-50%, -0%);
    z-index: 999;
    width: fit-content;
    width: -moz-fit-content;
}

.home-globle-error .alert-success button.close,
.home-globle-error .alert-danger button.close,
.home-globle-error .alert-warning button.close,
.home-globle-error .alert-info button.close {
    position: absolute;
    top: -2px;
	right: 5px;
	font-size: 20px;
}
form label {
	color: #006db7;
	font-size: 16px;
	display: block;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase
}
input:required {
	box-shadow: none
}
.user-select-none {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
}
.error{
	font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
}
button:focus {
	outline: none;
}
a,
a:hover, button, button:hover {
	transition: all 0.5s ease 0s !important;
}
input.form-control::-webkit-credentials-auto-fill-button,
input::-webkit-contacts-auto-fill-button {
	visibility: hidden !important;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
}
/* .custom-radio-btn > input[type="radio"]{
	background: red;
} */

/*================================= 4 Global Styles (#glob) =================================*/

h2,
h3,
h5,
h4,
h6,
p , pre{
	font-family: 'Roboto', sans-serif !important;
}
p, pre,
span, .dataTables_empty {
	font-weight: 300;
	color: #767676;
    font-size: 15px;
    line-height: 30px;
}
h1 {
	font-size: 45px;
	font-family: 'Century Gothic' !important;
}
.count-digit{
	font-size: 45px;
}
.header-title {
	font-family: 'Century Gothic' !important;
	font-family: 'Century Gothic' !important;
	letter-spacing: 2.6px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 20px;
}
h4, .faq-block-content a.nav-link i:before{
	font-size:28px !important;
}
h5{
	font-size:25px;
}
h6, .text-btn, .text-btn i:before, .blog-block-content span, span.count, .buy-now, a.btn-attachment,
 .account-list-section a.nav-link, .text-icon i:before, thead, table.dataTable .multiselect.btn-light span, .swal2-title{
	font-size:18px;
}
.page-content pre{
	border: none;
	padding: 0;
}
.swal2-content {
    font-size: 15px;
}
button {
    cursor: pointer;
}
.text-medium, .btn-dash i:before{
	font-size:15px !important;
}
.font-small, .control-btn i:before, .normal-content-icon i:before a.btn-attachment i:before{
	font-size:14px !important;
}
.w-fit-content{
	width: -moz-fit-content;
	width:fit-content;
}
.content-i p:after {
    content: "\f131";
    font-family: Flaticon;
    font-size: 18px !important;
    color: #f7b715;
    left: 0;
	position: absolute;
	top: 0;
}
.content-i p {
    padding: 0px 25px;
    margin: 0;
}
.content-i {
    position: relative;
}
.content-i p b {
    font-weight: 300;
}
.text-right .content-i p:after{
  left: auto;
  right: 0;
}
/*================================= comoon css end =================================*/

/*================================= custom css start =================================*/
.after-content {
    position: relative;
}
.justify-flex-end{
	justify-content: flex-end;
}
.after-content:before {
	content: ":";
    color: #000;
    position: absolute;
    right: 16%;
    font-weight: 400;
    font-size: 18px;
}
.white-space-pre{
	white-space: pre-line;
}
.text-yellow, .icon-i:before, ul.fileList li i:before, 
.modal .close_btn i:hover:before, .text-btn i:before, .btn-filter i:before, .veg-text:hover p, .card-group-control .card-title>a:before,
 .faq-card a.text-default:focus, .plan-tabs .nav-link.active, .plan-icon-text i:before, .article.show .moreless-button i:before {
	color: #f7b715 !important;
}
.text-marun{
	color:#dc0024 !important;
}
.text-green{
	color:#00923f !important;
}
.bg-marun{
	background-color:#dc0024 !important	;
}
.text-light, .prev-btn i:before {
	color: #767676;	
}
.text-light-black {
	color: #413232;
}
.font-m-black, .faq-block-content .card-group-control .card-title>a.collapsed:before, i.flaticon-nut:before, table.dataTable .multiselect.btn-light span, .chat-normal-content a{
	color:#000 !important;
}
.bg-yellow, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
	background-color: #f7b715 !important;
}
.bg-light-yellow{
	background-color:#fdf1d0;
}
.btn-light-grey{
	background:#e5e5e5;
}
.bg-dark-grey{
	background-color:#cacaca;
}
.bg-btn-grey {
    border: 1px solid #e1e1e1 !important;
}
.detail-btn{
    border-color: #e1e1e1 !important;
}
.btn-grey, .btn-grey:hover {
	padding: 4px 30px;
    border: 1px solid #e1e1e1 !important;
    font-size: 15px;
}
.btn-grey:hover{
	background-color:transparent;
}
.box-shadow{
	-webkit-box-shadow: 1px 1px 16px 0px rgba(225,225,225,1);
    -moz-box-shadow: 1px 1px 16px 0px rgba(225,225,225,1);
    box-shadow: 1px 1px 16px 0px rgba(225,225,225,1);
}
.bg-light-white {
	background-color: #f7f7f7;
}
.bg-dark-white {
	background-color: #f2f2f2;
}
.bg-grey, .social-icon.blog a:hover {
	background-color: #cccccc !important	;
}
.font-light {
	font-weight: 300;
}
.font-regular, table.dataTable .multiselect.btn-light span {
	font-weight: 400 !important;
}
.font-medium {
	font-weight: 500 !important;
}
.font-semi-bold {
	font-weight: 600 !important;
}
.border-normal-radius {
	border-radius: 30px !important;
}

.radius-normal, .faq-block-content a.nav-link{
	border-radius: 5px;
}
.border-full {
	border-radius: 50% !important;
}
.section-spacer {
	padding: 60px 0px;
}
.property-hover-content a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #f6b714;
    border-radius: 100%;
}
.property-hover-content a:before {
    font-size: 17px;
    color: #fff;
}
.property-hover-content a:hover {
    background: #000;
}
.after-none:after, .property-header li:last-child a:after, .navbar-inverse li a:after, .moretext, .dataTables_length, div.dataTables_wrapper div.dataTables_info {
	display: none ;
}
.icon-margin-none:before, .notification-drop i:before, .navbar-inverse :before, .field-icon:before .btn-attachment i:before{
    margin-left:0px !important;
}
#global_seach_keyword {
	text-decoration: none;
	border-bottom: none;	
  	outline: none;
}
.generate-random-password{
	font-size: 15px;
    padding-top: 10px;
    width: fit-content;
    float: right;
    width: -moz-fit-content;
}
.icon-font-normal:before{
	font-size: 15px !important;
}
.btn-login, .btn-yellow {
	padding: 4px 30px;
	border: 1px solid #f7b715 !important;
	font-size: 15px;
}
.btn-demo{
	padding: 10px 35px;
}
.btn-dash {
    padding: 4px 25px;
}
.btn-login:hover, .btn-yellow:hover, .bg-btn-grey:hover {
	border: 1px solid #f7b715;
	background-color: transparent;
}
.btn-yellow:hover{
	border: 1px solid #f7b715 !important;
	background-color: transparent !important;
	color: #f7b715 !important;
}
.model-footer .btn-custom-forms:hover {
    font-size: 14px !important;
}
.btn-yellow:hover i:before {
	transition: all 0.3s ease;
    color: #f7b715 !important;
}
.btn-custom-forms {
    padding: 10px 50px !important;
	border-radius: 50px !important;
	width: 140px;
	font-size:14px !important;
}
/*================= Swich slider ================*/
.switch {
	position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;;
  }
  .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
  }
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  .slider:before {
	position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 7px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .switch input:checked + .slider {
	background-color: #f7b715;
  }
  .switch input:focus + .switch .slider {
	box-shadow: 0 0 1px #f7b715;
  }
  .switch input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
  }
  .slider.round {
	border-radius: 34px;
  }
  .slider.round:before {
	border-radius: 50%;
  }
  /* .custom-table .normal-content{
	-webkit-box-shadow: 1px 1px 8px 0px rgba(225, 225, 225, 0);
    -moz-box-shadow: 1px 1px 8px 0px rgba(225, 225, 225, 0);
    box-shadow: 1px 1px 8px 0px rgba(225, 225, 225, 0);
  } */
  .custom-table  .normal-content:hover, .table tr:hover,  .faq-block-content a.nav-link, .table-block.show, .help-content:hover{
    -webkit-box-shadow: 1px 1px 8px 0px rgba(225,225,225,1);
    -moz-box-shadow: 1px 1px 8px 0px rgba(225,225,225,1);
    box-shadow: 1px 1px 8px 0px rgba(225,225,225,1);
    border-bottom: 1px solid #fff;
}
.table tr{
    -webkit-box-shadow: 1px 1px 8px 0px rgba(225,225,225,1);
    -moz-box-shadow: 1px 1px 8px 0px rgba(225,225,225,1);
    box-shadow: 1px 1px 8px 0px rgba(225, 225, 225, 0);
    border-bottom: 1px solid transparent;
}
.type-switch input:checked + .slider {
    background-color: #00923f !important;
}
.dataTable .select2-selection--single .select2-selection__placeholder{
	font-weight: 400;
	color: #000 !important;
	font-size: 18px;
}
#customize-modal .modal-content{
	min-height: 100vh;
}
/* #SubUserDatatable .select2-selection--single .select2-selection__arrow:after{
	right: 140px;
}
#MenuItemDatatable .select2-selection--single .select2-selection__arrow:after{
	right: 70px;
}
#SubUserRoleDatatable .select2-selection--single .select2-selection__arrow:after{
	left: 70px !important;
} */
/*================= Swich slider ================*/
.search_items_close{
	z-index: 999;
	cursor: pointer;
}
.select2-container{
	top: 3px;
}
/* .select2-container--open{
	z-index: 1051;
}
#reject-order-form .select2-container--open{
	z-index: 1051;
} */
.multiselect.btn-light, 
.btn-group.show .multiselect.btn-light, .multiselect.btn-light:focus, .multiselect.btn-light:hover, 
.multiselect.btn-light:not([disabled]):not(.disabled):active, .multiselect-item.dropdown-item.form-check.active{
	background-color: transparent;
}
.multiselect-item.active:not(.disabled) input[type=checkbox]~.form-check-control-indicator{
	background: #f7b715;
}
.multiselect.btn-light span {
    color: #000;
    font-weight: 500;
}
.multiselect{
	border:none;
}
.dropdown-item.form-check .form-check-label{
	padding-left: 3.25rem;
    color: #888888;
    font-size: 15px;
	font-weight: 300;
	white-space: pre-line;
}
.multiselect-item input[type=checkbox]~.form-check-control-indicator, .multiselect-item input[type=radio]~.form-check-control-indicator{
	border: 1px solid #ccc;
}
.multiselect-item.active:not(.disabled) input[type=checkbox]~.form-check-control-indicator {
    border-color: #e1e1e1;
    color: #000;
}
.navbar-brand img {
	width: 50%;
    position: relative;
    z-index: 999;
}
.property-header li a {
	font-size: 15px;
	color: #767676;
	font-weight: 300;
}
.property-header li a:hover, .property-header li a:hover i:before, .table-icon i:hover:before {
	color: #f7b715 !important;
	background-color: transparent !important;
}
.property-header li a:after {
	content: "";
	position: absolute;
	width: 60%;
	height: 2px;
	background: #f7b715;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
	opacity: 0;
}
.property-header li a:hover:after {
	opacity: 1;
}
.btn-login:after {
	display: none;
}
.property-header {
    background: #fff;
}
.select2-dropdown{
	z-index: 99;
}
.contact-info i:before {
	color: #f5b71a;
	font-size: 15px !important;
	margin-left: 0px !important;
}
.social-icon a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.social-icon a i:before {
	margin-left: 0px !important;
	font-size: 14px !important;
}
.social-icon a i.flaticon-logo-1 {
	top: 3px;
	left: 1px;
}
.social-icon a:hover {
	background-color: #f7b715 !important;
}
.footer-menu li, ul.category-list li, .group-check li {
	list-style: none;
	position: relative;
}
.footer-menu li:after {
	content: "";
	background: #fff;
	width: 1px;
	height: 10px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.footer-copyright {
	border-top: 1px solid #e1e1e129;
}
.footer-copyright ul.footer-menu li a:hover {
	color: #f7b715 !important;
}
button.navbar-toggler i:before {
	margin-left: 0px !important;
}
button.navbar-toggler i {
	background: #f5b71a;
	border-radius: 6px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
button.navbar-toggler i.flaticon-close-2:before {
	font-size: 12px !important;
}
.sticky {
	position: fixed;
	width: 100%;
	top: 0;
	/* do not change this z-index otherwise all the dropdown overlap on header */
	z-index: 999;
	/* do not change this z-index otherwise all the dropdown overlap on header */
	-webkit-box-shadow: -1px 3px 5px 1px rgba(20, 14, 20, 0.11);
	-moz-box-shadow: -1px 3px 5px 1px rgba(20, 14, 20, 0.11);
    box-shadow: -1px 3px 5px 1px rgba(20, 14, 20, 0.11);
    background-color:#fff;
}
.payment-content-header {
    -webkit-box-shadow: -1px 3px 5px 1px rgba(20, 14, 20, 0.11);
    -moz-box-shadow: -1px 3px 5px 1px rgba(20, 14, 20, 0.11);
    box-shadow: -1px 3px 5px 1px rgba(20, 14, 20, 0.11);
}
.slide-items img {
	width: auto !important;
}
.owl-carousel .owl-item,
.owl-carousel .owl-stage {
	display: flex;
	justify-content: center;
	align-items: center;
}
.slide-items img {
	width: 60% !important;
	margin: 0 auto;
}
.home-slider .owl-prev,
.owl-next {
	position: absolute;
    top: 50%;
    left: -26px;
    transform: translateY(-50%);
}
.home-slider .owl-next {
	right: -11px;
	left: auto;
}
.trial-form input {
	border: 1px solid #e1e1e1;
}
.trial-form .bg-yellow, .upgrade-btn {
	padding: 9px 22px;
	font-size: 14px;
	width: max-content;
}
.section-heading h2:after, .section-heading h3:after {
    content: "";
    width: 55px;
    height: 3px;
    background: #f7b715;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.section-heading.section-border-left h2:after, .section-heading h3:after {
   left: 0;
    transform: unset;
}
.text-right.section-heading.section-border-left h2:after, .text-right.section-heading.section-border-left h3:after, .text-right .our.mission .section-heading.section-border-left h2:after {
	right: 0;
	 transform: unset;
 }
.icon-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
#restaurants-slider .slide-items {
    width: 100%;
    height: 125px;
}

#restaurants-slider .slide-items img {
    height: 100%;
    object-fit: contain;
    object-position: center;
    width: 75% !important;
}
.icon-img i:before {
    font-size: 50px !important;
}
.property-owner-payments i:before{
	font-size: 14px !important;
}
.sticky-floating-content{
	position: fixed;
    bottom: 0;
    z-index: 999;
    width: 95%;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    margin: 0 auto;
    text-align: end;
    /* display: flex; */
    /* justify-content: center; */
    transform: translate(-50%, -50%);
    left: 50%;
}
.sticky-floating-content .btn-yellow:hover { background-color: #fff !important; }
.cart-items.text-black.font-medium.round-item-text {
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 50%;
}
.cart-page-footer{
	z-index: 99999;
}
.icon-img i.flaticon-hotel-1:before, .icon-img i.flaticon-food-delivery:before {
    position: relative;
    left: -7px;
}
.normal-content .icon-text i, .plan-icon-text i {
    position: relative;
    top: 6px;
}
/* video section */
.video-wrapper {
	position: relative;
	top: -34px;
}

.video-wrapper > video {
    width: 100%;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    position: absolute;
    width: 4%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* ------------------------------ JAY CSS START ------------------------------ */

/* SELECT DROPDOWN */
.form-control-select2{
    height: auto !important;
    border: none;
    border-radius: 0px;
    padding: 4px 0px;
    border-bottom: 1px solid #e1e1e1;
}
.select2-selection--single{border-radius: 0;}
.select2-container--open .select2-selection--single, .select2-selection--single:focus, .select2-selection--single:hover {
    box-shadow: none;
}

/* -- FLOATING LABEL CSS START -- */
input:focus~.floating-label,
input:not(:focus):valid~.floating-label,
.form-control-select2:focus ~ .floating-label , 
.form-control-select2:not([value=""]):valid ~ .floating-label {
    top: -20px;
    left: 0px;
    font-size: 13px;
    opacity: 1;
    padding: 0px 3px;
    color: #f5b71a;
}

.form-control-select2:focus ~ .floating-label , 
.form-control-select2:not([value=""]):valid ~ .floating-label{
    top:-50%;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 0;
    transition: 0.2s ease all;
    color: #767676;
    /* font-family: 'Montserrat', sans-serif !important; */
    font-size: 15px;
}
/* -- FLOATING LABEL CSS END -- */

/* -- SIGN UP PAGE CSS START -- */

.signup-form {
    max-width: 600px;
    width: 100%;
    z-index: 1;
    position: relative;
}
.signin-form-content {
    max-width: 500px;
}
.signup-form .form-group, .form-group{position: relative;}

.signup-form .form-control, .signin-form .form-control, .custom-forms .form-control, .file-upload, .floating-form .form-control {
    background-color: transparent;
    padding: 7px 0px !important;
}

.signup-form .select2-selection--single .select2-selection__rendered{padding-bottom: 5px;}

.signup-container .row .col-lg-6:last-child {
    position: static !important;
}

.signup-img-content {
    background-image: url(../images/property/login_banner_1.png);
    position: absolute;
    height: 100%;
    width: 53%;
    right: 0;
    top: 0px;
    background-position: right top;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: left -40px;
}
.text-right .signup-img-content{
		transform: scaleX(-1);
		left:0;
		right:auto;
}
.signup-form .btn-yellow, .signin-form .btn-yellow{
	box-shadow: none;
	cursor: pointer;
}
/* -- SIGN UP PAGE CSS END -- */

/* -- SIGN IN PAGE CSS START -- */
.password-icon{
	position: absolute;
    right: 15px;
	top: 12px;
    transition: 0.2s ease all;
    color: #767676;
	font-size: 15px;
	z-index: 200;
	cursor: pointer;
	display: block;
}
.password-icon i.password-toggle{
	position: relative !important;
    display: block;
    height: 18px;
    width: 18px;
}
.password-toggle.icon-margin-none.flaticon-eye:before{
	top: 2px;
    left: 0;
    position: absolute;
}
.signin-form-content input.form-control{
	padding-right: 5% !important;
}
.modal input.form-control{
	padding: 7px 0px !important;
}
 .modal .close_btn i{
    position: relative;
    /* bottom: 5px;
    left: 1px;
	top: auto; */
    display: block;
    height: 11px;
    width: 11px;
    top: 0;
    bottom: 0;
    right: 0
} 
 .modal .close_btn i.flaticon-close:before{
	font-size: 11px !important;
	color: #000 !important;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} 
.reset-model-body .close_btn i.flaticon-close:before,
.forgot-model-body .close_btn i.flaticon-close:before{
	color: #fff !important;
}
.forgot-model-body .btn-yellow{
	padding: 5px 45px;
}
.modal .close_btn{
	position: absolute;
    top: -2%;
    right: -2%;
    background: #f5b71a;
    padding: 5px;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	display: flex;
    justify-content: center;
    align-items: center;
}

/* .modal{z-index: 10000;}
.modal-backdrop{z-index: 9999;} */
/* -- SIGN IN PAGE CSS END -- */

.add-stamp-model .modal-content{border-radius: 0;}
.text-right .add-stamp-model .close_btn.form-model-btn{right: auto; left:5%;}

/* ------------------------------ JAY CSS END ------------------------------ */

.video-overlay-play-button:hover {
    opacity: 1;
}
.video-overlay-play-button.is-hidden {
    display: none;
}
.mainGallery .card-img-actions-overlay{
	background-color: rgba(88, 162, 216, 0.75);
}
.videoWrapper {
	position: relative;
	width: 100%;
	height: 0;
	background-color: #000;
  }
  .videoWrapper43 {
	padding-top: 75%;
  }
  .videoWrapper169 {
    padding-top: 45%;
  }
  
  .videoIframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
  }
  
  .videoPoster {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0;
	outline: none;
	background-position: 50% 50%;
	background-size: 100% 100%;
	background-size: cover;
	text-indent: -999em;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 800ms, height 0s;
	-moz-transition: opacity 800ms, height 0s;
	transition: opacity 800ms, height 0s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
  }
  .videoPoster:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url(../images/property/home/video-icon.png);
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .videoWrapperActive .videoPoster {
	opacity: 0;
	height: 0;
	-webkit-transition-delay: 0s, 800ms;
	-moz-transition-delay: 0s, 800ms;
	transition-delay: 0s, 800ms;
  }
  .custom-check-m {
		font-size: 15px;
		text-transform: unset;
		width: fit-content;
		width: -moz-fit-content;
	}
	label.custom-check-m .checkmark{
		top: 5px;
	}
	.inner-content.form-drop .w-50 {
		width: 70%!important;
	}
	.block-updates.section-spacer img, .block-business.section-spacer img{
		-webkit-box-shadow: 0 3px 15px #e1e1e1b8, 0 0px 0px #e1e1e1;
		-moz-box-shadow: 0 3px 15px #e1e1e1b8, 0 0px 0px #e1e1e1;
    	box-shadow: 0 3px 15px #e1e1e1b8, 0 0px 0px #e1e1e1;
	}
/*================================= second-header css start =================================*/
.navbar-inverse .navbar-nav-link, .navbar-inverse .navbar-nav-link i:before, .before-white:before, .text-white, .blog-icon:before{
	color:#fff !important;
}
span.profile-icon-menu img {
border-radius: 50%;
    height: 40px;
    width: 40px;
    object-fit: cover;
    object-position: top;
    border: 2px solid #f7b715;
    position: relative;
    background: #f7b715;
    top: -2.9px;
    left: -0.9px;
}
.profile-dropdown .dropdown-toggle::after, .select2-results__option[aria-selected=true], .pagination a.active, li.paginate_button.active a{
	color: #fff !important;
}
.profile-dropdown a.dropdown-item, .select2-results__option, .multiselect-item.dropdown-item {
    font-size: 14px;
    color: #888888 !important;
	font-weight: 300;
	border-left: 3px solid transparent;
}
.profile-dropdown a.dropdown-item:hover, .select2-results__option:hover, .multiselect-item.dropdown-item:hover{
	border-left: 3px solid #f7b715;
	color:#000;
}
.navbar-inverse li.nav-item{
	text-align: center;
    height: 100%;
    transition: all ease-in-out .2s;
    border-bottom: 5px solid transparent;
}
.navbar-inverse li.nav-item:hover{
	border-bottom: 5px solid #f5b71a;
}
.notification-drop .dropdown-menu.dropdown-menu-right.jb_company_dm_lang.show {
	width: 380px;
	padding: 0;
	border:0;
}
.navbar-inverse .badge{
	top: 7px;
	right: 20px;
}
.custom-datepicker i {
	top: 3px;
    right: 5px;
}
.icon-detail {
    width: 60px;
    height: 60px;
}
.icon-detail i:before{
	font-size:25px !important;
}
.detail-section{
	border: 2px solid transparent;
}
.detail-section:hover, .buy-now {
    border: 2px solid #f7b715;
}
.bottom-box{
	border-bottom: 5px solid transparent;
}
.bottom-box:hover{
	border-bottom: 5px solid #f7b715;
}
.property-status {
    bottom: 0;
    right: 0;
    padding: 2px 15px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.item-available {
    top: 0;
    left: 0;
    padding: 2px 15px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.property-box:hover .property-hover-holder{opacity: 1;z-index: 1;}
.property-hover-holder{opacity: 0; transition: all 0.3s ease; top:0; left: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.5);}
.property-hover-content{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.property-hover-content a:hover{color: #f7b715 !important;}
.dashboard-count-select ~ .select2 .select2-selection__placeholder,
.dashboard-count-select ~ .select2 .select2-selection__rendered
{color: #000 !important; font-weight: 500; background-color: #f2f2f2;}
.active-background {
	background-color: #fff9bd;
}
.notification-body {
    padding-top: 10px;
    max-height: 250px;
    overflow-y: scroll;
    overflow: auto;
}
.icon-image{
	position: relative;
}
.icon-image img {
    width: 130px;
	height: 120px;
	object-fit: scale-down;
}
.icon-image .deactive-img-overlay{
	position: absolute;
    width: 130px;
    height: 120px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.property-detail .heading-detail .icon-image img{
	width: 122px;
	height: 113px;
}
.add-update-text{
	font-size: 18px;;
}
.print-content .hotel-logo{
	max-width: 200px;
	max-height: 200px;
}
/*================================= second-header css end =================================*/
/*================================= custom end =================================*/

/*================================= arabic view css =================================*/
.action-tooltip:first-child{
	padding-left: 0;
}
.action-tooltip:last-child{
	padding-right: 0;
}
.action-tooltip {
    padding: 0px 7px;
}
.text-right .footer-menu li:after{
	right: auto;
    left: -10px;
}
/*.text-right .navbar-nav-link{
	padding: .875rem 10px;
}*/
.text-right .close_btn.form-model-btn{
	   left: 35px;
    	right: auto;
}
.text-right .payment.block-content .after-content:before{
	right: auto;
	left: 12px;
}
.text-right .footer-menu li:first-child a{
	margin: 0px !important;
}
.text-right .navbar-brand{
	margin-right: 0;
}
.text-right .floating-label{
	left: auto;
	right:0px;
}
.text-right .password-icon, .text-right .card-group-control .card-title>a:before, .text-right .moreless-button{
	left: 0;
	right:auto;
}
.text-right .navbar-inverse .badge{
	left: 21px;
}
.text-right .profile-dropdown .dropdown-toggle::after{
	margin: 0px .46875rem 0px 0px;
}
.text-right .custom-datepicker i{
	left: 5px;
	right:auto;
}
.text-right .profile-dropdown a.dropdown-item, .text-right .profile-dropdown a.dropdown-item:hover, .text-right .select2-results__option{
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}
.text-right .profile-dropdown a.dropdown-item:hover, .text-right .select2-results__option:hover{
	border-right: 3px solid #f7b715;
}
.text-right .dropdown-menu-right, .text-right .select2-selection--single .select2-selection__arrow:after,.text-right a.removeFile, 
.text-right button.btn.remove-btn, .text-right .modal .close_btn i, .text-right .order-filter.d-flex{
	right: auto !important;
    left: 0;
}
.text-right .item-available, .text-right .not-available{
	border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.text-right .order-block-detail .tab-block-content ul.nav.nav-tabs .nav-item{
	padding-right: 0;
    padding-left: 35px;
}
.text-right .select2-container{
	text-align: right;
}
.text-right .select2-selection--single .select2-selection__rendered{
	padding-left: 2.375rem;
	padding-right:0px;
}
.text-right .tab-block-content ul.nav.nav-tabs .nav-item{
	padding-left: 2vw;
    padding-right: 0;
}
.text-right .after-content:before{
	right: auto;
    left: 16%;
}
.text-right ul.group-check li{
	padding-right: 0;
	padding-left:50px;
}
.text-right .table-dropdown {
	padding-right: 0px;
	padding-left:70px;
}
.text-right .form-model-tilte h6{
	text-align: right;
}
.text-right .search-blog .select2-selection--single .select2-selection__arrow:after{
	right: auto !important;
    left: 10px;
}
.text-right .account-list li a.nav-link{
	border: none; 
	border-right: 2px solid #d1d1d1; 
	color: #000; 
}
.text-right .account-list li a.nav-link:hover{
	border: none; 
	border-right: 2px solid #d1d1d1; 
	color: #f7b715;
}
.text-right .account-list li a.nav-link.active,
.text-right .account-list li a.nav-link.active:hover{
	border: none; 
	border-right: 2px solid #f7b715; 
	color: #f7b715;
}
.text-right .account-img-content button{
	left: 10%;
	right: auto;
}
.text-right .account-content .ar-radio-tab{
	border-top-left-radius: 15px; 
	border-bottom-left-radius: 15px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.text-right .account-content .en-radio-tab{
	border-top-left-radius: 0px; 
	border-bottom-left-radius: 0px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.text-right  .signin-form-content input.form-control{
	padding-left: 5% !important; 
	padding-right: 0 !important;
}
.text-right .custom-picker span.input-group-addon:before{right: auto; left: 0;}
.text-right .paginate_button.previous.disabled, .text-right .paginate_button.next, .dataTables_paginate .paginate_button{
	position: relative;
}
/* .text-left .paginate_button.next:after {
	
} */
.text-right .paginate_button.next:after {
    position: absolute;
    top: -2px;
}
.text-right  .paginate_button.previous.disabled:before{
	top: 0px;
	right: -19px;
}
.text-right .paginate_button.previous:before{
	position: absolute;
    right: -23px;
	top: -0px;
	content: "\f152";
	font-family: Flaticon;
}
.paginate_button.previous.disabled:before {
	top: -6px;
	right: -30px;
}
.paginate_button.previous.disabled a, .paginate_button.previous.disabled:before, .paginate_button.next.disabled a, .paginate_button.next.disabled:before{
	color:#838282;
}

.custom-forms label.custom-check-m .checkmark{
	height: 18px;
    width: 18px;
}
.custom-forms .custom-check-m .checkmark:after{
	left: 6px;
    top: 2px;
    width: 5px;
    height: 9px;
}
/*======================= custom radio button =======================*/
.custom-radio-btn {
    display: flex;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #010101 !important;
    font-weight: 300;
    align-items: center;
    width: max-content;
    padding: 18px 50px;
  }
  .custom-radio-btn input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  .custom-radio-btn .checkmark,
  input[type="radio"] + label.custom-radio-btn .checkmark {
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    top: 50%;
    left: 0;
    transform: translate(100%, -50%);
  }
  .custom-radio-btn input:checked ~ .checkmark,
  input[type="radio"]:checked + label.custom-radio-btn .checkmark{
	background-color: #f7b715;
  }
  .custom-radio-btn .checkmark:after,
  input[type="radio"] + label.custom-radio-btn .checkmark::after{
	content: "";
	position: absolute;
	display: none;
  }
  .custom-radio-btn input:checked ~ .checkmark:after,
  input[type="radio"]:checked + label.custom-radio-btn .checkmark::after {
	display: block;
  }
  .custom-radio-btn .checkmark:after,
  input[type="radio"] + label.custom-radio-btn .checkmark::after {
    content: "\f10f";
    font-family: Flaticon;
    color: #000;
    font-size: 10px !important;
    top: 54%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
  }
input[type="radio"]:checked + label.custom-radio-btn {
	border: 1px solid #f7b715;
}
.last-fix-width{
	width: 180px;
}
/*======================= custom radio button =======================*/
/*======== custom form file upload btn ========*/
.btn-file {
    position: relative;
    overflow: hidden;
}
ul.fileList li {
    list-style: none;
}
.file-upload .btn-default{
	padding: 2px 30px;
}
.file-upload a.removeFile:after {
    font-family: Flaticon;
    content: "\f10e";
    color: #fff;
    position: absolute;
    font-size: 9px;
    left: 6px;
    top: 3px;
}
a.removeFile {
	color: transparent;
    position: absolute;
	right: -4px;
    top: 18px;
    background: #f7b715;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    border-radius: 50%;
	justify-content: center;
	/* left: 50%;
    color: transparent;
    position: absolute;
    right: 100px;
    top: 70%;
    background: #f7b715;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center; */
}
ul.fileList.pl-1.m-0 li strong {
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	width: 240px;	
	display: block;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* pagination */
.pagination a.active, li.paginate_button.active {
    background-color: #f7b715;
	color: white !important;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
li.paginate_button.active:hover{
	background-color: #f7b715;
	color: white !important;
}
.dataTables_paginate .paginate_button{
	/* padding: 0; */
	min-width: unset;
	margin: 0px 35px;
}
.pagination i:before{
	font-weight:600;
}
#myfatoorah_paymentgateways .myfatoorah-heading{
	margin: 10px 0;
    border-bottom: 1px solid #f5b71a;
}
.payment-box .uniform-choice span{
	border-color: #f5b71a;
}
#myfatoorah_paymentgateways .myfatoorah-pay-btn {
	padding: 12px 65px;
}
/*============= property detail start =============*/
.tab-block-content ul.nav.nav-tabs .nav-item .nav-link {
	border:0;
	border-bottom: 4px solid transparent;
	font-size:16px;	
}
.tab-block-content ul.nav.nav-tabs .nav-item .nav-link.active{
	border-bottom: 4px solid #f7b715;
	color:#f7b715 !important;
}
.tab-block-content ul.nav.nav-tabs .nav-item .nav-link.active span{
	color:#f7b715 !important;
}

.tab-block-content ul.nav.nav-tabs .nav-item {
	/* padding-right: 90px; */
	padding-right: 3vw;
}
ul.nav.nav-tabs li:last-child {
    padding: 0px !important;
}
.tab-block-content ul.nav.nav-tabs{
	overflow: auto;
    white-space: nowrap !important;
	overflow-y: hidden;
	border:transparent;
	-webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
ul.nav.nav-tabs::-webkit-scrollbar, .chat-box::-webkit-scrollbar	 {
    width: 3px;
    height: 3px;
}
ul.nav.nav-tabs::-webkit-scrollbar-track, .chat-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px #e1e1e1;
    border-radius: 10px;
}
ul.nav.nav-tabs::-webkit-scrollbar-thumb, .chat-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #e1e1e1;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.scroll-buttons button{position: relative; height: 30px; width: 30px; border-radius: 50%;}
.scroll-buttons i{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.scroll-buttons i:before{margin: 0 !important;}
.tab-search {
    width: 330px;
}
.tooltip-inner{
	border-radius: 5px;
	max-width: 240px;
    padding: 4px 21px;
}
.tooltip-inner .inner-tooltip-text{
	color: #fff;
	margin: 0;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before{
	border-width: 6px 8px 0;	
}
.print-btn i:before{
	color:#000 !important;
	font-size: 15px !important;
}
.print-ticket{
	background: url(../images/property/propery-main/print-image.png) repeat 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.ticket-img{
	width: 170px;
}
.close_btn.form-model-btn{
    right: 0;
    top: 0;
    transform: translate(-50%, 50%);
}
.close:focus, .close:hover
{
	outline: unset;
    opacity: unset;
}
.close {
    float: right;
    font-size: 0;
    font-weight: 400;
    line-height: unset;
    color: #333;
    text-shadow: none;
    opacity: 1;
}
.menu-filter-list, .menu-customizable-filter-list, .menu-status-filter-list{
	list-style: none;
}
.menu-customizable-filter-list , .menu-status-filter-list{
	margin: 0 !important;
}
ul.menu-customizable-filter-list li {
    margin-bottom: 0px !important;
}
.menu-filter-list li i:before, .menu-customizable-filter-list li i:before, .menu-status-filter-list li i:before{
	font-size:8px !important;
}
ul.menu-filter-list li , .menu-customizable-filter-list li, .menu-status-filter-list li{
	padding: 5px 30px 6px 15px;
	line-height: 18.5px;
	margin-bottom: 5px !important;
}
.dashboard-other-detail .dashboard-top-section p{
	line-height: 22px;
    min-height: 50px;
}
ul.menu-filter-list li i, .menu-customizable-filter-list li i, .menu-status-filter-list li i{
	position: absolute;
    top: 39%;
    right: 3px;
    transform: translate(0, -50%);
}
ul.group-check li {
    padding-right: 50px;
}
.btn-custom-forms:hover{
	font-size: 14px !important;
}
.round-i{
	width: 23px;
    height: 23px;
}
.round-i:before, .moreless-button i:before, .mobile-more-icon i:before{
	font-size:12px !important;
}
ul.group-check label.custom-check-m {
    padding-left: 30px;
}
button.btn.btn-danger.remove {
    color: #58a2d8;
    background-color: transparent;
    border-color: transparent;
    font-weight: 500;
    top: 30px;
    right: 0;
    z-index: 998;
}
.text-right button.btn.remove-btn, .text-left .remove-customize-option-btn {
    top: 0;
    right: 0;
}
.text-right button.btn.remove-btn, .text-right .remove-customize-option-btn{
	top: 0;
    left: 0;
}
.table-dropdown .multiselect.btn-light {
    padding: 0;
}
.table-dropdown .multiselect-filter, span.fa.fa-clock-o{
	display: none;
}
.table-dropdown .multiselect:after{
	font-weight: 800;
	color: #000;
	right: 0;
}
.table-dropdown {
	margin-left: 5px;
}
.monyoo-swal-popup .swal2-radio.form-check-styled {
    flex-wrap: wrap;
    justify-content: flex-start !important;
    /* padding-left: 25%; */
}
.swal2-radio label+label {
    margin-left: 0px;
}
.sub-user-image {
    width: 45px;
    height: 45px;
    object-fit: cover;
    object-position: top;
}
.field-icon {
	position: absolute;
    top: 10px;
    right: 0;
    color: #000;
    font-size: 15px;
}
.fa-eye-slash:before {
    content: "\f070";
    font-size: 18px;
}
.round-user-icon img, .item-image img{
	width: 100px;
    height: 100px;
    object-fit: cover;
}
.item-image img{
	object-position: center;
}
.upload-icon {
	height: 25px;
    width: 25px;
    border: 1px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}
.upload-icon i:before {
	font-size: 13px !important;
    color: #000;
    position: relative;
    left: 5%;
    top: -1px;
}
.f-add-sub-user button.upload-icon i:before {color: #000;}
.table-list li {
    padding: 7px 20px !important;
}
.add-user-role .modal-dialog{
	max-width: 655px;
}
.blog-block-content .blog_tag, .detail-content .blog_tag{
    padding: 15px 0px;
    border-top: 1px solid #ddd;
}

.blog-block-content .blog_tag .badge , .detail-content .blog_tag .badge{
	border: 1px solid #e1e1e1;
    padding: 7px 10px;
    background: #f7f7f7;
    color: #767676;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    display: inline-block;
    max-width: inherit;
    border-radius: 3px;
}
/* .custom-picker span.text-yellow {
    left: 27%;
    position: absolute;
} */
.custom-picker span.input-group-addon:before{
	font-family: Flaticon;
    content: "\f130";
    position: absolute;
    right: 0;
    font-size: 13px;
    color: #000;
    top: 6px;
}
.custom-datepicker .flaticon-time:before {
    content: "\f12f";
}
.order-block-detail .tab-block-content ul.nav.nav-tabs .nav-item {
    padding-right: 35px;
}
.order-filter.d-flex {
    position: absolute;
    right: 0;
}
.order-block-detail .nav-link{
	padding: 20px 1.25rem;
}
.order-filter .select2-selection--single .select2-selection__placeholder, .order-filter .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
    font-weight: 300;
}
.order-filter .custom-datepicker input {
    padding: 6px;
}
.order-block-detail .order-filter-section{
	-webkit-box-shadow: -1px 3px 5px 1px rgba(20, 14, 20, 0.11);
    -moz-box-shadow: -1px 3px 5px 1px rgba(20, 14, 20, 0.11);
	box-shadow: -1px 3px 5px 1px rgba(20, 14, 20, 0.11);
	display: none;
}
.action-btn{
	padding: 7px 30px;
	white-space: nowrap;
}
.dataTables_wrapper .action-btn, .dataTables_wrapper .action-btn:hover{
	padding: 2px 30px;
	white-space: nowrap;
}
.moreless-button i, .mobile-more-icon i{
	border: 2px solid #000;
    width: 25px;
    height: 25px;
}
table.dataTable.nowrap th, table.dataTable.nowrap td{
	white-space: inherit !important;
}
.o-orders .moreless-button.active i, .faq-block .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color:#f7b715;
}
.o-orders .moreless-button.active i:before {
	transform: rotate(179deg) translatey(2px);
	color: #f7b715;
}
.veg-text i:before {
    color: #00923f;
    position: relative;
    top: 2px;
}
.p-detail-tag-title{
	word-break: break-word;
}
#updatePaymentDetails .use_old_payment{
	position: absolute;
}
.search-blog span.select2-selection.select2-selection--single {
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 5px 15px;
}
.search-blog .select2-selection--single .select2-selection__rendered{
	padding:0px;
}
.search-blog .select2-selection--single .select2-selection__arrow:after{
	top: 45%;
	right: 10px;
}
.blog-image{
	height:380px;
}
.breadcrumbs.blog-detail:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
}
.breadcrumbs.blog-detail .breadcrumbs-content{
	z-index:999;
}
.breadcrumbs.blog-detail{
	height: 516px;
}
.faq-content ul.nav.nav-tabs {
	overflow: inherit;
}
.faq-block-content a.nav-link {
    padding: 10px;
    font-size: 16px;
}
.faq.tab-heading ul li a i:before {
    font-size: 20px !important;
}
.faq-block-content .card-group-control .card-title>a.collapsed:before{
    font-family: Flaticon;
	content: "\f11c";
	border: 2px solid #000;
    width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items:center;
	border-radius: 50%;
}
.card-group-control .card-title>a:before {
    font-family: Flaticon;
    position: absolute;
    content: "\f11b";
    top: 50%;
    margin-top: -.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
	border-radius: 50%;
    border: 2px solid #f7b715;
}
.card:focus-within, .plan-band  {
	-webkit-box-shadow: 1px 1px 8px 0px rgba(225,225,225,1);
    -moz-box-shadow: 1px 1px 8px 0px rgba(225,225,225,1);
	box-shadow: 1px 1px 8px 0px rgba(225,225,225,1);
	border:none
}
.plan-tabs .nav-link.active {
	background: #000;
	border-color: #000;
}
.plan-tabs{
	border: 1px solid #e1e1e1 !important;
}
.plan-tabs .nav-link {
	padding: 9px 38px;
}
.plan-content li.nav-item {
    width: 50%;
}
.buy-now{
	padding: 8px 55px;
	position: absolute;
	width: fit-content;
	width: -ms-fit-content;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 220px;
	box-shadow: none;
	background: transparent;
}
/* .subscription-button{
padding: 8px 55px;
position: absolute;
width: fit-content;
width: -ms-fit-content;
bottom: 10%;
left: 50%;
transform: translate(-50%, -50%);
width: 220px;
box-shadow: none;
background: transparent;
} */
.plan-band:hover{
	transform: scale(1.1);
}
.row.dynamic-subscription-html form {
    height: 100%;
}
.plan-band {
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
	transform: scale(1);
}
.moreless-button{
    position: absolute;
    right: 0;
}
.move-btn, .move-btn:hover {
    background: #009c19;
    color: #fff;
    padding: 7px 27px;
    font-size: 15px;
}
.btn-green {
	padding: 5px 20px;
    border: 1px solid #00923f;
}
.contact-f-content{
	top: -44px;
}

.notification-label {
    padding: 2px;
}
a.btn-attachment {
    padding: 2px 20px;
    display: inline-block;
    border: 1px solid #bcbcbc;
    width: max-content;
    font-size: 14px;
    background: #e5e5e5 !important;
}
.chat-footer {
    position: sticky;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 999;
}
.chat-normal-content div {
    padding: 6px 0px;
}
/*============= property detail end =============*/
/* updated css 31 Jan start */
.account-list ul{border-bottom-color: transparent !important}
.account-list li a.nav-link{border: none; border-left: 2px solid #d1d1d1; color: #000; }
.account-list li a.nav-link:hover{border: none; border-left: 2px solid #d1d1d1; color: #f7b715;}
.account-list li a.nav-link.active, .account-list li a.nav-link.active:hover{border: none; border-left: 2px solid #f7b715; color: #f7b715;}
.account-img{height: 120px; width: 120px; object-fit: cover; object-position: center; border-radius: 50%; border: 1px solid #fff;}
.account-img-content div.position-relative{max-width: 120px;}
.account-img-content button{display: flex; justify-content: center; align-items: center; height: 30px; width: 30px; position: absolute; bottom: 0; top: auto; right: 10%; left: auto; border: 1px solid #fff !important;}
.account-img-content button i:before{margin: 0 !important;}
.account-content-section .payment-form{max-width: 750px;}
input:placeholder-shown ~ .form-control-placeholder, 
textarea:placeholder-shown ~ .form-control-placeholder{
    top: 5px;
     color: #838282;
     font-size: 15px;
     font-weight: 300;
     margin-bottom: 0;
}
 input ~ .form-control-placeholder, 
 .form-control:focus ~ .form-control-placeholder, 
 textarea ~ .form-control-placeholder, 
 textarea.form-control:focus ~ .form-control-placeholder {
    position: absolute;
     transition: all 0.2s linear;
     -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
     -o-transition: all 0.2s linear;
     top:-15px;
     font-size: 13px;
     margin-left: 0;
     color: #f7b715;
	 font-weight: 300;
	 text-transform: capitalize;
}
.select2-selection--single .select2-selection__placeholder{color: #838282; font-size: 15px;font-weight: 300;}
textarea ~ .form-control-placeholder, 
textarea.form-control:focus ~ .form-control-placeholder {
    top: -22px;
 }
.form-control-placeholder span.text-yellow {
	position: relative;
	top: -5px;
}
 .account-content-section .password-content{max-width: 900px;}
 .account-content .lang-round{
 	/*dy changes*/
	border: 2px solid #f7b715;
    width: 200px;
    margin: 0;
	float: right;
	height: 40px;
    /*dy changes*/
}
.text-left .monyoo-swal-popup .swal2-content .swal2-radio label{
	padding-left:10px;
}
.text-right .monyoo-swal-popup .swal2-content .swal2-radio .uniform-choice{
	padding-left: 27px;
}
.text-right .monyoo-swal-popup .swal2-actions .swal2-cancel{
	margin-right: 15px;
}
.text-right .account-content .lang-round{
	float: left;
}
.text-right .custom-datepicker .list-unstyled{
	padding: 0;
}
.property-owner-payments .custom-datepicker i{
	top: 10px;
}
 .account-content .lang-content input[type="radio"]:checked + label{
	background-color: #f7b715;
    color: #000;
    position: relative;
	left: 1%;
	height: 40px;
	top: -2px;
 }
 body#body.text-left label.left-radio-tab {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    left: -1px !important;
}
body#body.text-left label.right-radio-tab {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
body#body.text-right label.left-radio-tab {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
        right: -2px;
}
body#body.text-right label.right-radio-tab {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
       left: -1px !important;
}

/* .account-content .en-radio-tab{
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.account-content .ar-radio-tab{
	border-top-left-radius: 0px; 
	border-bottom-left-radius: 0px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}*/
 
/* -- My-Account Page Css End -- */

.custom-code-table .table-heading.bg-dark-white{border-radius: 5px 5px 0px 0px;}
.property-detail .tab-search {width: 250px;}
.detail-container i.certificate-icon::before{color: #f7b715;}
.not-active-property img:before{content: ''; position: absolute; height: 100%; width: 100%; border-radius: 5px; background-color: rgba(0,0,0,0.3);}

/* updated css 31 Jan end */
.chat-box{
	height: 500px;
	overflow-y: scroll;
    overflow-x: hidden;
}
.chat-btn, .chat-btn:hover {
	padding: 8px 20px !important;
    font-size: 16px !important;
	width: auto;
	/* height:100%; */
}
.chat-btn {
	padding: 8px 20px !important;
	font-size: 16px !important;
}
 .chat-btn i:before {
	font-size: 16px !important;	
}
  .form-inline{
	display: block;
  }
  table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{
	top: 33px !important;
  }
  .table th {
    padding: 10px 1.25rem;
}
ul.pagination li a {
    color: #000;
	font-weight: 400;
	text-transform: uppercase;
}
.pagination{
	padding: 30px 0px;
}
.paginate_button.previous.disabled, .paginate_button.next{
	margin: 0px 50px;
}
.text-left .paginate_button.previous.disabled:before, .text-left .paginate_button.next:after, .text-left .paginate_button.previous:before{
    font-family: Flaticon;
    content: "\f152";
    font-weight: bold;
    padding: 8px;
}
.text-left .paginate_button.next:after {
	content: "\f11d";
	color: #838282;
}
.text-right .paginate_button.previous.disabled:before, .text-right .paginate_button.previous:before{
	content: "\f11d";
    color: #838282;
    font-family: Flaticon;
    font-weight: bold;
    padding: 8px 0px;
}
.text-right .paginate_button.next.disabled:after, .text-right .paginate_button.next:after{
	font-family: Flaticon;
    content: "\f152";
    font-weight: bold;
    padding: 8px;
}
.total-body {
    height: 350px;
    overflow: scroll;
}
div#datatable_wrapper .col-sm-7 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    justify-content: center;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{
	justify-content: center;
	align-items: center;
}
.chat-normal-content:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #f7b715;
    background: #f7b715;
    position: absolute;
    right: -4px;
    top: 6px;
    transform: rotate(50deg);
}
img.user-icon-img {
    width: 48px;
    height: 48px;
    object-fit: cover;
}
.chat-normal-content.after-left:before {
    left: -5px;
	background: #f2f2f2;
	border-color:#f2f2f2;
}
.chat-normal-content.right-content {
    max-width: 370px;
}
.chat-normal-content.left-content {
    max-width: 370px;
}
.payment.block-content .after-content:before {
    right: 12px;
}
.form-inline label{
	display: block;
}
span.dtr-title h6 {
    font-size: 13px;
    color: #767676 !important;
    font-weight: 600;
}
.group-icon .social-icon a i.flaticon-logo-1 {
    top: 2px;
}
.bootstrap-datetimepicker-widget.dropdown-menu{
	width:100%;
}
.select2-selection--single .select2-selection__placeholder .select2-selection--single .select2-selection__rendered, .select2-selection--single .select2-selection__placeholder {
    color: #838282 !important;
}
.upload-video a.removeFile {
    top: 65%;
}
.plan-band.activated-plan {
    -webkit-box-shadow: 1px 1px 8px 0px rgb(246, 183, 20);
    -moz-box-shadow: 1px 1px 8px 0px rgb(246, 183, 20);
	box-shadow: 1px 1px 8px 0px rgb(246, 183, 20);
	/* transform: scale(1.1); */
}
.loadmoredata{
	display: inline-block;
	cursor: pointer;
}
i.icon-reload-alt.loadmore {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.g-recaptcha {
    transform: unset !important;
}
.text-right .contact-block-content .form-group{
	float:right;
}
.dashboard-content .col-md-4.mb-3.mb-md-0.mb-lg-0 {
    height: 100%;
}
.text-right .property-status{
  left: 0;
  right:auto;
}
.blockUI.blockMsg.blockElement{
	z-index: 1051 !important;
}
/*======== custom form file upload btn ========*/
/*dy updated changes*/
button.navbar-toggler.collapsed.jb_front_nav_close {
    position: absolute;
    right: 28px;
    top: 1px;
}
a.dashboard-btn, .profile-dropdown {
    margin: 0rem 10px;
}
.homeclass .profile-dropdown .dropdown-toggle::after, .select2-results__option[aria-selected=true]{
	    color: #000 !important;
}
.btn-caps{
	text-transform:uppercase;
}
.sub-user-role .uniform-checker span, .uniform-choice span{
	border: 1px solid rgba(0, 0, 0, 0.21);
}
.sub-user-role .uniform-checker span:after{
	top: 1px;
    left: 1px;
	color: #000;
}
.sub-user-role .uniform-checker span.checked {
    background: #f5b71a;
    border-color: #f5b71a;
}
.sub-user-role .card:focus-within{
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, .125);
}
.sub-user-role.custom-forms .card-body.permission.p-0.d-block.d-md-flex.d-lg-flex{
	flex-wrap: wrap;
}
.dataTables_wrapper .col-sm-7 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
}
.table-dropdown span.select2-selection.select2-selection--single {
	background: transparent;
    border: none;
}
.table-dropdown .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-weight: 400;
}
.dataTables_wrapper tbody td, .dataTables_wrapper span.text-black {
    font-weight: 300;
    color: #767676;
    font-size: 15px;
    line-height: 30px;
}
/* .dataTables_wrapper th {
    text-align: left !important;
} */
.select2-dropdown, .multiselect-container.dropdown-menu.show{
	z-index: 9;
}
.modal-open .select2-dropdown, .modal-open .multiselect-container.dropdown-menu.show {
    z-index: 999999999;
}
.multiselect-item input[type=checkbox]~.form-check-control-indicator:after{
	top: 2px;
    left: 1px;
}
.text-right .contact-info {
    float: right;
}
.footer-band .footer-center-content{
	position: relative;
    left: 30px;
}
.footer-band .footer-center-span{
	position: relative;
    left: 25px;
}
.text-right .footer-band .footer-center-span{
	right: 70px;;
}
.text-right  .footer-band .col-md-3.col-lg-2 .block-content h4 {
    text-align: right;
}
button.swal2-close {
    color: #000;
    font-weight: 400;
    font-size: 25px !important;
    width: auto;
    height: auto;
    position: absolute;
    top: 2px;
    right: 5px;
    opacity: 1;
}
.uniform-choice span:after{
	top: 4px;
    left: 4px;
}
.select2-selection--single .select2-selection__arrow:after{
	right: 0px !important;
}
.text-right .back-btn i:before {
    content: "\f11f";
}
.payment-box .uniform-checker, .payment-box .uniform-checker input, .payment-box .uniform-checker span, .payment-box .uniform-choice, .payment-box .uniform-choice input, .payment-box .uniform-choice span {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border-color: #e1e1e12e;
}
.payment-box .uniform-choice span:after {
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    border-radius: 0;
    border-width: 1px;
    border-color: #f7b715;
}
.payment-box .form-check {
    padding: 0;
    display: flex;
    justify-content: center;
	align-items: center;
	height: 100%;
}
.payment-box .col-12.col-md-4.col-lg-3 {
    margin-bottom: 20px;
}
.payment-box {
    margin-top: 20px;
}
.pulse {
	animation: 1.6s playShadow ease-out infinite;
  }
@keyframes playShadow {
	0% {
	  box-shadow: 0 0 0 0px rgba(247, 183, 21, 0.7), 0 0 0 0px rgba(247, 183, 21, 0.7);
	  transform: scale(1);
	}
	18% {
	  box-shadow: 0 0 0 0px rgba(247, 183, 21, 0.7), 0 0 0 0px rgba(247, 183, 21, 0.7);
	}
	35% {
	  transform: scale(1.08);
	}
	76% {
	  transform: scale(0.96);
	}
	100% {
	  box-shadow: 0 0 0 16px rgba(247, 183, 21, 0), 0 0 0 27px rgba(247, 183, 21, 0);
	  transform: scale(1);
	}
  }
.btn-resend {
	padding: 7px 35px;
}
.search-blog .select2-selection--single .select2-selection__arrow:after {
	right: 15px !important;
}
.blog-l {
    text-align: right;
}
.blog-l .blog-label{
    float: left !important;
}
body.text-right .blog-l .blog-label{
    float: right !important;
}
.blog-r {
    text-align: left;
}
body.text-right .blog-l {
    text-align: left;
}
body.text-right .blog-r {
    text-align: right;
}
.signup-form .section-heading.section-border-left h2:after {
    left: 0 !important;
}
.after-left:after{
	left:0px;
}
.chat-footer {
    position: sticky;
    width: 100%;
    left: 0;
    bottom: 0;
	background: #fff;
	z-index: 999;
}	
.chat-normal-content div {
    padding: 6px 0px;
}		
div#book-demo {
	background: rgb(0 0 0 / 0.5);
}
.plan-content.box-shadow.text-center.h-100.mt-0.mt-md-0.mt-lg-0.mb-0.mb-md-0.mb-lg-0 {
    height: unset !important;
}
.dashboard-other-detail .icon-detail i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body.text-right .order-header i:before {
    content: "\f11f";
}
.call-direct-payment{
	display: none !important;
}
.copy-link i:before{
	font-size: 16px !important;
}
/*dy updated changes*/
/*=================================== media query css ===================================*/

@media only screen and (min-width: 300px) and (max-width: 575px) {
	.multiselect-container.dropdown-menu {
    	left: -100px !important;
	}
	.btn-group .close {
		float: none;
	}
	.modal-open .modal, .monyoo-swal-popup .swal2-radio.form-check-styled{
		padding: 0px !important;
	}
	.text-right .footer-band .col-md-4.col-lg-5 h4{
		position: unset;;
	}
	.text-right .contact-info{
		float: none;
	}
	.modal .close_btn{
		top: -4px;
		right: -1%;
	}
	.footer-band .col-md-3.col-lg-2 .block-content h4 {
		text-align: center;
	}
	.reset-model-body .close_btn i.flaticon-close:before, .forgot-model-body .close_btn i.flaticon-close:before{
		font-size: 10px !important;
	}
	.modal .close_btn i{
		top: -1px;
	}
	.page-content{
		display: block;
	}
	.text-right button.navbar-toggler.collapsed.jb_front_nav_close {
		right: auto;
    	left: 24px;
	}
	p, span, a,
	a:hover, button, button:hover, .buy-now{
		font-size: 13px;
	}
	.file-upload .btn-default, .signin-form-content{
		width: 100%;
	}
	.videoPoster:before{
		width: 40px;
		height: 40px;
	}
	.chat-normal-content.right-content {
		width: 190px;
	}
	.custom-radio-btn{
		padding: 10px 50px;
	}
	h1 {
		font-size: 30px;
		line-height: 38px;
    }
    h2 {
        font-size: 25px;
	}
	h3, .add-more:hover {
		font-size: 18px;
	}
	h4{
		font-size: 20px !important;
	}
    .section-spacer {
        padding: 30px 0px;
	}
	.btn-login, .btn-yellow{
		font-size: 13px !important;
	}
	/* menu-css */
	.navbar-brand {
		padding: 10px 0px;
	}
	.navbar-light .navbar-nav-link, .mobile-text {
		font-size: 15px;
	}
	.navbar-light .navbar-nav-link {
		margin: 0 2px;
	}
	#navbar-navigation {
		position: fixed;
		top: 0;
		left: 0px;
		z-index: 999;
		/*width: 100%;*/
		width: auto;
		height: 100%;
		background-color: #ffffff;
		/* overflow: hidden; */
		right: 0px;
		overflow: scroll;
		padding-bottom: 30px;
	}
	ul.nav.navbar-nav {
		align-items: baseline !important;
	}
	.property-header li a:after, .after-content:before {
		display: none;
	}
	.btn-login {
		margin: .875rem 20px !important;
    }
    .home-slider .owl-prev, .owl-next{
        left: 0;
    }
    .home-slider .owl-next{
        right: 0;
    }
    .home-slider i:before {
        margin-left: 0px !important;
    }
	.signup-form{margin: 0 auto;}
	.navbar-inverse .navbar-nav-link, .navbar-inverse .navbar-nav-link i:before{
		padding: 14px 5px;
		color: #000 !important;
	}
	.navbar-inverse .badge{
		left: 16px;
		right:auto;
	}
	.dashboard-content h2 {
		font-size: 25px;
	}
	.icon-detail {
		width: 50px;
		height: 50px;
	}
	.text-right .navbar-expand-lg .navbar-nav-link.dropdown-toggle:not(.caret-0){
		padding-right: 0;
	}
	.text-right .navbar-inverse .badge{
		right: 10px;
	}
	.notification-drop .dropdown-menu.dropdown-menu-right.jb_company_dm_lang.show {
		width: 300px;
		padding: 0;
		border: 0;
		margin: 0px 10px 10px;
		border-top: 1px solid #e1e1e1;
	}
	.trial-form .bg-yellow, .upgrade-btn{
		padding: 9px 22px;
	}
	.icon-image img{
		width: 100px;
		height: 100px;
	}
	.icon-image .deactive-img-overlay{
		width: 100%;
		height: 100px;
	}
	ul.fileList li{
		margin-top:15px;
	}
	ul.fileList.pl-1.m-0 li strong, .tab-search{
		width: 150px;
	}
	/* .tab-block-content ul.nav.nav-tabs .nav-item{
		padding-right: 45px;
	} */
	.pagination a.active {
		height: 20px;
		width: 20px;
	}
	.pagination a, .text-default:before {
		font-size: 12px !important;
	}
	.custom-swich-slider {
		margin-top: 5px;
	}
	textarea{
		height: 50px !important;
	}
	.table-dropdown {
		padding-right: 0;
		margin:0;
	}
	.btn-custom-forms{
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.order-filter {
		position: unset !important;
	}
	.order-filter .tab-search {
		width: 330px;
	}
	.blog-image{
		height: 250px;
	}
	.breadcrumbs.blog-detail{
		height: 350px;
	}
	.text-default:before {
		width: 25px !important;
		height: 25px !important;
	}
	ul.nav.nav-tabs{
		white-space: inherit !important;
	}
	.faq-block-content a.nav-link{
		padding: 20px 23px;
		text-align: center;
	}
	.plan-band:hover{
		transform:unset;
	}
	.moreless-button{
		position:unset;
	}
	.chat-btn{
		padding: 8px 15px;
		font-size: 11px !important;
	}
	.account-content .lang-round{
		max-width: 150px;
	}
	.account-content .lang-content label{
		font-size: 14px;
	}
	.account-list-section a.nav-link{font-size: 14px;}
	.account-img-content div.position-relative{
		margin: 0 auto;
	}
	.account-img-content .account-img{height: 80px; width: 80px;}
	.account-content-section .section-title h3{font-size: 16px !important;}
	div.dataTables_wrapper div.dataTables_paginate ul.pagination{
		justify-content: center;
	}
	.paginate_button.previous.disabled, .paginate_button.next {
		margin: 0;
	}
	.dataTables_paginate .paginate_button{
		margin: 0px 10px;
	}
	.chat-normal-content.left-content {
		width: 85%;
	}
	.total-body h6 {
		font-size: 14px;
	}
	.bootstrap-datetimepicker-widget .list-unstyled i:before, .img-flag, .lang-btn-header{
		margin-left: 0px !important;
	}
	.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th{
		padding: 7px;
	}
	.upload-video a.removeFile {
		top: 65%;
	}
	a.removeFile{
		top: 65%;
		right: 10px;
		/* left: 50%;
		top: 60%; */
	}
	.order-filter .tab-search {
		background: #fff;
	}
	.footer-band .footer-center-content{
		position: relative;
		left: 0px;
	}
	.footer-band .footer-center-span{
		position: relative;
		left: 0px;
	}
	.text-right .footer-band .footer-center-span{
		right: 0px;;
	}
	.text-right .footer-band .col-md-3.col-lg-2 .block-content h4{
		text-align:center;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.modal-open .modal{
		padding: 0px !important;
	}
	.btn-group .close {
		float: none;
	}
	.text-right  .footer-band .col-md-3.col-lg-2 .block-content h4 {
		text-align: center;
	}
	.text-right .footer-band .col-md-4.col-lg-5 h4{
		position: unset;;
	}
	.text-right .contact-info{
		float: none;
	}
	.page-content{
		display: block;
	}
	.text-right button.navbar-toggler.collapsed.jb_front_nav_close {
		right: auto;
    	left: 24px;
	}
    h2 {
        font-size: 30px;
	}
	.custom-radio-btn{
		padding: 10px 50px;
	}
	.upload-video a.removeFile {
		top: 65%;
	}	
    .section-spacer {
        padding: 30px 0px;
    }
	/* menu-css */
	.navbar-brand {
		padding: 10px 0px;
	}
	.navbar-light .navbar-nav-link {
		font-size: 15px;
	}
	.navbar-light .navbar-nav-link {
		margin: 0 2px;
	}
	#navbar-navigation {
		position: fixed;
		top: 0;
		left: 0px;
		z-index: 99;
		width: 100%;
		height: 100vh;
		background-color: #ffffff;
		overflow: scroll;
		right: 0px;
	}
	ul.nav.navbar-nav {
		align-items: baseline !important;
	}
	.property-header li a:after, .after-content:before {
		display: none;
	}
	.btn-login {
		margin: .875rem 20px !important;
    }
	.signup-form{margin: 0 auto;}
	.text-right button.navbar-toggler.collapsed.jb_front_nav_close{
		left: 8px;
	}
	.navbar-inverse .navbar-nav-link, .navbar-inverse .navbar-nav-link i:before{
		padding: 5px 5px;
		color: #000 !important;
	}
	.navbar-inverse .badge{
		left: 16px;
		right:auto;
	}
	.text-right .navbar-expand-lg .navbar-nav-link.dropdown-toggle:not(.caret-0){
		padding-right: 0;
	}
	.text-right .navbar-inverse .badge{
		right: 10px;
	}
	.notification-drop .dropdown-menu.dropdown-menu-right.jb_company_dm_lang.show {
		width: 380px;
		padding: 0;
		border: 0;
		margin: 0px 10px 10px;
		border-top: 1px solid #e1e1e1;
	}
	ul.fileList li{
		margin-top:15px;
	}
	/* .tab-block-content ul.nav.nav-tabs .nav-item{
		padding-right: 45px;
	} */
	.custom-swich-slider {
		margin-top: 5px;
	}
	.table-dropdown {
		padding-right: 0;
		margin:0px;
	}
	.btn-custom-forms{
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.order-filter {
		position: unset !important;
	}
	.order-filter .tab-search {
		width: 330px;
	}
	.faq-block-content a.nav-link{
		padding: 20px 23px;
		text-align: center;
	}
	.moreless-button{
		position:unset;
	}
	.account-content-section .section-title h3{font-size: 16px !important;}
	.account-list-section a.nav-link{font-size: 14px;}
	.account-img-content div.position-relative{
		margin: 0 auto;
	}
	.paginate_button.previous.disabled, .paginate_button.next {
		margin: 0;
	}
	.dataTables_paginate .paginate_button{
		margin: 0px 10px;
	}
	.chat-normal-content.left-content, .file-upload .btn-default {
		width: 100%;
	}
	table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
		top: 33px !important;
	}
	a.removeFile{
		top: 65%;
		right: 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-expand-lg.navbar-light .navbar-collapse {
    border-top: 1px solid #ddd;
    position: fixed;
    max-width: 100%;
    top: 0;
    left: 0px;
    z-index: 999;
    /* width: 100%; */
    width: auto;
    height: 100%;
    background-color: #ffffff;
    /* overflow: hidden; */
    right: 0px;
    overflow: scroll;
    padding-bottom: 30px;
    justify-content: center;
    margin: 0 auto;
}
    h2 {
        font-size: 30px;
	}
	.upload-video a.removeFile {
		top: 65%;
	}	
	.top-banner .row {
		align-items: center;
	}
	.property-header li a:after {
		display: none;
	}
	.btn-login {
		margin: .875rem 20px !important;
	}
	button.navbar-toggler.collapsed.jb_front_nav_close {
		right: 24px;
		top: 11px;
	}
	.text-right button.navbar-toggler.collapsed.jb_front_nav_close {
		right: auto;
    	left: 24px;
	}
	.navbar-light .navbar-nav-link {
		margin: 0 2px;
    }
	.signup-form{margin: 0 auto;}
	.navbar-inverse .navbar-nav-link, .navbar-inverse .navbar-nav-link i:before{
		padding: 14px 5px;
		color: #000 !important;
	}
	.navbar-inverse .badge{
		left: 16px;
		right:auto;
	}
	.text-right .navbar-expand-lg .navbar-nav-link.dropdown-toggle:not(.caret-0){
		padding-right: 0;
	}
	.text-right .navbar-inverse .badge{
		right: 10px;
	}
	.notification-drop .dropdown-menu.dropdown-menu-right.jb_company_dm_lang.show {
		width: 380px;
		padding: 0;
		border: 0;
		margin: 0px 10px 10px;
		border-top: 1px solid #e1e1e1;
	}
	.custom-check-m {
		margin-right: 30px;
	}
	ul.fileList li {
		margin-top: 15px;
	}
	/* .tab-block-content ul.nav.nav-tabs .nav-item{
		padding-right: 45px;
	} */
	.tab-search {
		width: 280px;
	}
	.custom-swich-slider {
		margin-top: 5px;
	}
	.justify-flex-end {
		justify-content: flex-start;
	}
	.table-dropdown {
		padding-right: 0;
		margin:0;
	}
	.order-filter {
		position: unset !important;
	}
	.order-filter .tab-search {
		width: 330px;
	}
	.faq-block-content a.nav-link{
		padding: 20px 30px;
		font-size: 15px;
	}
	.moreless-button{
		position:unset;
	}
	.account-list-section a.nav-link{font-size: 15px;}
	.password-content .lang-content label{
		padding: 7px 10px;
	}
	.chat-image.d-flex.align-items-center.justify-flex-end {
		justify-content: flex-end;
	}
	table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
		top: 50px !important;
	}
	.bootstrap-datetimepicker-widget.dropdown-menu {
		width: auto;
		left: -60% !important;
	}
	a.removeFile{
		top: 65%;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
	/*dy changes*/
	.navbar-nav-link{
		padding: .875rem 10px;
	}
	/*dy changes*/
	.property-header li a:after {
		display: none;
	}
	/*menu changes*/
		.navbar-nav-link{
		padding: .875rem 8px;
	}
	.property-header li a, a.dashboard-btn{
		    font-size: 12px !important;
	}
	.btn-dash {
    padding: 4px 15px !important;
}
span.profile-icon-menu img{
	height: 30px;
    width: 30px;
}
	a.dashboard-btn, .profile-dropdown{
		margin: .875rem 8px;
	}
	/*menu changes*/
	.navbar-inverse .navbar-nav-link {
    padding: 27px 8px !important;
	}
	.upload-video a.removeFile {
		top: 65%;
	}	
	p, span{
		font-size: 13px;
	}
	.signup-img-content{
		width: 65%;
	}
	.file-upload {
		display: block !important;
	}
	.tab-block-content ul.nav.nav-tabs .nav-item{
		padding-right: 45px;
	}
	.table-icon i:before{
		margin: 0px !important;
	}
	.tab-search {
		width: 280px;
	}
	.order-filter {
		position: unset !important;
	}
	.order-filter .tab-search {
		width: 330px;
	}
	.blog-image{
		height: 430px;
	}
	.moreless-button{
		position: unset;
	}
	.account-list-section a.nav-link{font-size: 16px;}

	a.mobile-more-icon.d-block.d-md-block.d-lg-none.mt-3.float-left {
		display: block !important;
	}
	.moreless-button i{
		display: none !important;
	}
	table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
		top: 50px !important;
	}
	.navbar-inverse .navbar-nav-link{
		padding: 27px 1rem;
	}
	.navbar-inverse .badge{
		right: 20px;
	}
	.bootstrap-datetimepicker-widget.dropdown-menu {
		width: auto;
		left: -60% !important;
	}
	a.removeFile{
		top: 65%;
	}
	.property-block-detail .col-lg-10 {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
	h6, .text-btn, .text-btn i:before, .blog-block-content span, span.count, .buy-now, a.btn-attachment, .account-list-section a.nav-link, .text-icon i:before, thead {
		font-size: 15px;
	}
	.f-add-item .col-lg-3 {
		-ms-flex: 33.33%;
		flex: 33.33%;
		max-width: 33.33%;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	/*dy changes*/
	.navbar-nav-link{
		padding: .875rem 10px;
	}
	/*dy changes*/
	.moreless-button{
		position: unset;
	}
	.navbar-inverse .navbar-nav-link {
    	padding: 27px 20px;
	}
	p, span{
		font-size: 13px;
	}
	.action-content .col-xl-6 {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
	.custom-table h6{
		font-size:15px;
	}
	.order-filter-section .form-group {
		padding-right: 0px !important;
	}
	a.mobile-more-icon.d-block.d-md-block.d-lg-none.mt-3.float-left {
		display: block !important;
	}
	.moreless-button i{
		display: none !important;
	}
	table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
		top: 50px !important;
	}
	.navbar-inverse .navbar-nav-link{
		padding: 27px 8px;
	}
	.navbar-inverse .badge{
		right: 20px;
	}
	.bootstrap-datetimepicker-widget.dropdown-menu {
		width: auto;
		left: -60% !important;
	}
	.property-block-detail .col-lg-10 {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
	/*dy changes*/
	.navbar-nav-link{
		padding: .875rem 12px;
	}
	/*dy changes*/
	.signup-img-content{
		width: 65%;
	}
	.tab-block-content ul.nav.nav-tabs .nav-item{
		/* padding-right: 56px; */
		padding-right: 3vw;
	}
	.table-icon i:before {
		margin: 0px !important;
	}
	.order-filter {
		position: unset !important;
	}
	.order-filter .tab-search {
		width: 330px;
	}
	.moreless-button i{
		width: 25px;
		height: 25px;
	}
	.action-btn{
		padding: 7px 20px;
	}
	.order-filter{
		position:unset;
	}
	.text-right .bootstrap-datetimepicker-widget.dropdown-menu {
		left: auto;
		right: 0% !important;
	}
	.text-right .bootstrap-datetimepicker-widget .list-unstyled {
		margin: 0;
		padding: 0px;
		width: 100%;
	}
	.text-left .bootstrap-datetimepicker-widget.dropdown-menu {
		width: auto;
		left: -0% !important;
	}
	.file-upload .btn-default {
		padding: 2px 20px;
	}
	/* ul.fileList.pl-1.m-0 li strong{
		width: 140px;
	} */
	.property-block-detail .col-lg-10 {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
}
@media only screen and (min-width: 1366px) and (max-width: 1400px){
	.order-block-detail .tab-block-content ul.nav.nav-tabs .nav-item{
		padding-right: 0;
	}
	.order-filter{
		position:unset;
	}
	ul.fileList.pl-1.m-0 li strong{
		width: 100px;
	}
}
@media (max-width: 1499px){
	.dataTables_wrapper .action-btn{
		padding: 2px 5px;
		font-size: 13px;
	}
	.text-right .moreless-button{
		left: -15px;
	}
	.order-block-detail .tab-block-content ul.nav.nav-tabs .nav-item{
		padding-right: 20px;
	}
	.dataTables_wrapper .action-btn, .dataTables_wrapper .action-btn:hover{
		padding: 2px 15px;
	}
}
@media (min-width: 1500px) {
	.container {
		max-width: 1440px !important;
	}
	.moreless-button{
		position: absolute;
		right: 5px;
	}
	.text-right .moreless-button{
		right: auto;
		left: 5px;
	}
}
.customer-line-height{
	line-height: 26px;
}
@media (max-width: 1199px){
	.text-right .mobile-more-icon{
		position: absolute;
		left: -15px;
		top: -59px;
	}
}