@media (min-width: 992px)
.modal-lg, .modal-xl {
    max-width: 900px;
}

.img-fluid {
	width: 100%;
}
.box-maps {
    text-align: center;
    font-size: 11px !important;
    color: #fff !important;
    font-weight: 500;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    background: #475897;
    box-shadow: 0px 0px 0px 4px rgb(255 255 255 / 50%);
}

.no-padding{
	padding: 0px !important;
}

.fl-wrap {
	float:left;
	width:100%;
	position:relative;
}

.fw-map {
    /*height: 600px;*/
    height: calc(100vh - 70px);
}
.map-container {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.map-container #map-main {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}

.full-height {
    height: 100%;
}

.map-container.column-map {
	width:60%;
	position:fixed;
	-webkit-transform: translate3d(0,0,0);
	overflow: hidden;
}
.map-container.column-map.right-pos-map {
	right:0;
}
.map-container.column-map.left-pos-map {
	left:0;
}
.map-container #map-main{
    position: absolute;
	top:0;
	left:0;
    height: 100%;
	width:100%;
    z-index: 10;
	overflow:hidden;
}
.scrollContorl {
	position:absolute;
	z-index:1000;
	bottom:100px;
	right:20px;
	cursor:pointer;
	width:36px;
	height:36px;
	line-height:36px;
    background: #2F3B59;
	border-radius:4px;
	box-shadow:0px 0px 0px 5px rgba(255,255,255,0.4);
}
.scrollContorl.enabledsroll i:before {
    content: "\f09c";
}
#singleMap {
	width:100%;
	position:relative;
	height:300px;
	float:left;
	margin-bottom:30px;
}
.box-widget #singleMap {
	margin-bottom:10px;
}
.mapzoom-in  , .mapzoom-out{
	position:fixed;
	z-index:100;
	top:50%;
	cursor:pointer;
	width:40px;
	height:40px;
	border-radius:100%;
	color:#fff;
	line-height:40px;
	margin-top:-20px;
	box-shadow:0px 0px 0px 5px rgba(255,255,255,0.4);
	-webkit-transform: translate3d(0,0,0);
}
#singleMap  .mapzoom-in , #singleMap .mapzoom-out , .home-map .mapzoom-in , .home-map .mapzoom-out , .fw-map .mapzoom-in  ,  .fw-map .mapzoom-out {
	position:absolute;
	right:20px;
}
.map-container.column-map.right-pos-map  .mapzoom-in  , .map-container.column-map.right-pos-map  .mapzoom-out {
	right:30px;
}
.map-container.column-map.left-pos-map  .mapzoom-in  , .map-container.column-map.left-pos-map .mapzoom-out{
	left:30px;
}

.mapzoom-in:before  , .mapzoom-out:before{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content: "\f068";
}
.mapzoom-in:before{
	content: "\f067";
}
.mapzoom-in {
	margin-top:-80px;
}
.mapnavigation {
	position:absolute;
	bottom:50px;
	right:7px;
	z-index:30;
	width:170px;
}
.mapnavigation a {
	width:70px;
	padding:8px 0;
	border-radius:4px;
	color:#fff;
	float:left;
	margin-left:10px;
	box-shadow:0px 0px 0px 4px rgba(255,255,255,0.4);
}
.mapnavigation a , .mapzoom-in:hover  , .mapzoom-out:hover{
	background: #2F3B59;
}

.header-sec-link {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:20;
	text-align: center;
}
.header-sec-link a {
	display:inline-table;
	padding:15px 40px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	background:#4DB7FE;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.2);
}

.cluster img{
	display:none
}
.cluster{
	width:40px!important;
	height:40px!important;
}
.cluster div{
	text-align:center;
	font-size:15px!important;
	color:#fff!important;
	font-weight:600;
	border-radius:100%;
	width:40px!important;
	height:40px!important;
	line-height:38px!important;
	box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.1);
	border:2px solid  #fff;
	-webkit-transition: all 300ms linear;
    transition: all 100ms 3inear;
	animation:cluster-animation 1.5s infinite;
}
.cluster div:hover {
	background:#5d6275;
}


.right-list {
	float:right;
}

.col-list-wrap {
	position:relative;
	width:40%;
	background:#f9f9f9;
	min-height: 100vh;
	z-index:10;
}

.listsearch-options {
    padding: 20px 10px;
    background: #fff;
    z-index: 20;
}
.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}


/*filter*/
.tab {
    width: 100%;
    float: left;
}
.listsearch-input-wrap {
	background:#fff;
	border-bottom:1px solid #eee;
	z-index:10;
}
.listsearch-input-wrap.inline-lsiw {
	margin-bottom:20px;
	border:none;
	background:none;
	z-index:50;
}
.listsearch-input-wrap.inline-lsiw  .listsearch-input-wrap_contrl{
	padding-top:0;
	margin-bottom:0;
    border-bottom: 1px solid #e5e7f2;
}
.listsearch-input-wrap.inline-lsiw .tabs-container {
	padding:35px 30px 0;
	border-radius:0 0 6px 6px;
	background:#fff;
    border: 1px solid #e5e7f2;
	border-top:none;
}
.listsearch-input-wrap_contrl {
	padding-top:25px;
	margin-bottom:35px;
    background: #F5F6FA;
  	overflow:hidden;
	border-bottom:1px solid #eee;
}
.inline-lsiw .listsearch-input-wrap_contrl  {
	overflow:inherit;
}
.listsearch-input-wrap_contrl li{
	float:left;
	width:50%;
}
.inline-lsiw  .listsearch-input-wrap_contrl li {
	width:calc(50% - 10px);
	margin-bottom:10px;
}
.inline-lsiw  .listsearch-input-wrap_contrl li:last-child {
	float:right;
}
.listsearch-input-wrap_contrl li a {
	display:block;
	position:relative;
	padding:18px 0;
	border:1px solid  transparent;
	border-bottom:none;
	font-size:13px;
    color: #888DA0;
	background:rgba(255,255,255,0.1);
	font-weight:700;
	border-radius:6px 6px 0 0;
}
.inline-lsiw  .listsearch-input-wrap_contrl li a {
	padding:16px 0;
	border-radius:4px;
	background:#fff;
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
	border: 1px solid #e5e7f2;
	font-weight:400;
}
.listsearch-input-wrap_contrl li.current a {
    background: #fff;
	border-color:#eee;
	color: #566985;
    box-shadow: 0 0px 30px 0px rgba(0, 0, 0, 0.04);
}
.inline-lsiw   .listsearch-input-wrap_contrl li.current a {
	color:#fff;
}
.listsearch-input-wrap .tab-content {
	padding-bottom:25px;
}
.listsearch-input-wrap .tab-content.first-tab {
	padding-bottom:55px;
}
.listsearch-input-wrap-header  {
	text-align:left;
	font-size:14px;
	color: #566985;
	font-weight:500;
	margin-bottom:20px;
}
.listsearch-input-wrap-header i , .listsearch-input-wrap_contrl li a i   {
	margin-right:10px;
}
.list-main-wrap-title {
	float:left;
	position:relative;
}
.list-main-wrap-opt {
	float:right;
	position:relative;
}
.grid-opt  , .price-opt{
	float:left;
}
.price-opt-title {
	float:left;
	padding-right:14px;
	position:relative;
	top:14px;
	font-size:12px;
	color:#999;
	font-weight:900
}
.price-opt .listsearch-input-item{
	width:180px;
	float:left;
	margin-bottom:0;
}

.price-opt .listsearch-input-item .nice-select{
	height:41px;
	line-height:41px;
}
.fw-col-list-wrap  .list-main-wrap-opt  .list-main-wrap-title {
	padding:0 0 10px 0;
	margin-top:0;
	margin-bottom:10px;
}
.list-main-wrap-title h2 {
	text-align:left;
	font-weight: 500;
    font-size: 16px;
	float:left;
	color: #566985;
	position:relative;
	top:12px;
}
.filter-tags-btn {
	text-align:left;
    height: 41px;
    line-height: 41px;
	border-radius:4px;
}
.filter-tags-btn i {
	margin-right:12px;
}
.listsearch-input-item {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:20px;
}
.listsearch-input-item span.iconn-dec , .main-search-input-item span.iconn-dec{
	position:absolute;
	left:20px;
	bottom:15px;
}
.main-search-input-item span.iconn-dec {
	bottom:16px;
}
.listsearch-input-item .header-search-button{
	width:100%;
	height:41px;
	line-height:41px;
	font-weight: 400;
    font-size: 13px;
	border-radius:30px;
	position:relative;
}
.listsearch-input-item .header-search-button span {
	position:relative;
	padding-left:12px;
}
.listsearch-input-item .header-search-button span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 10px;
    margin-top: -5px;
    width: 1px;
    background: rgba(255,255,255,0.3);
}
.more-filter-option-wrap {
	position:absolute;
	left:0;
	bottom:-55px;
}
.more-filter-option-btn {
	float:left;
	height:40px;
	line-height:40px;
	color: #566985;
	border-radius:4px 4px 0 0;
	background: #fff;
    border: 1px solid #e5e7f2;
	border-bottom:none;
	padding:0 30px;
	font-size:11px;
	font-weight:500;
	cursor:pointer;
    transition: all .2s ease-in-out
}
.more-filter-option-btn i , .clear-filter-btn i   {
	margin-right:10px;
}
.hidden-listing-filter {
	margin-top:12px;
	display:none;
	border-top:1px solid #eee;
	padding-top:20px;
}
.mar-btoom {
	margin-bottom:12px;
}
.clear-singleinput {
	position:absolute;
	right:14px;
	bottom:14px;
	z-index:3;
	cursor:pointer;
}
.clear-filter-btn {
	float:left;
	color: #566985;
	font-size:11px;
	height:40px;
	line-height:40px;
	padding:0 30px;
	font-size:12px;
	font-weight:500;
	cursor:pointer;
}
.filter-tags li {
	float:left;
	margin:0 10px 10px 0;
}
.filter-sidebar .filter-tags  li {
	width:50%;
	margin:0 0 10px 0;
}
.toggle-filter-btn {
    border: 1px solid #e5e7f2;
	border-radius:4px;
	cursor:pointer;
	outline:none;
	height:48px;
	line-height:48px;
	float:left;
	width:100%;
	background: #f7f9fb;
	color: #566985;
    transition: all .2s ease-in-out;
	position:relative;
	overflow:hidden;
}
.toggle-filter-btn.tsb_act , .more-filter-option-btn.active-hidden-opt-btn , .inline-lsiw .more-filter-option-btn {
	background: #425998;
	color:#fff;
}
.toggle-filter-btn:after {
	content:'';
	position:absolute;
	right:-30px;
	top:-20px;
	width:80px;
	height:80px;
	border-radius:100%;
	background:#fff;
	opacity:0;
}
.more-filter-option-btn.active-hidden-opt-btn {
	border-color:transparent;
}
.more-filter-option-btn.active-hidden-opt-btn i:before {
	content: "\f00d";
}
.toggle-filter-btn.tsb_act:before {
	font-family: Font Awesome\ 5 Pro;
	content: "\f00c";
	position:absolute;
	bottom:-1px;
	font-size:12px;
	right:12px;
	color:#fff;
}
.toggle-filter-btn.tsb_act:after {
	opacity:0.2;
}
.toggle-filter-btn i {
	margin-right:5px;
}
.price-rage-wrap  {
	padding-left:80px;
}
.price-rage-item  {
 	top:-6px;
}
.price-rage-wrap-title {
	position:absolute;
	left:0;
	top:12px;
	text-align: left;
    font-size: 13px;
    color: #888DA0;
    font-weight: 400;
}
.price-rage-wrap-title i {
	margin-right:4px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.category-carousel-wrap , .single-carousel-wrap {
	height:190px;
	overflow: hidden;
	background:#fff;
}
.category-carousel .swiper-slide img , .single-carousel-wrap  .swiper-slide img {
    position: relative;
    z-index: 1;
}
.category-carousel .swiper-slide , .single-carousel-wrap  .swiper-slide , .category-carousel .swiper-slide img , .single-carousel-wrap  .swiper-slide img  {
    width: auto!important;
    height: 190px !important;
}
.category-carousel .swiper-slide , .single-carousel-wrap  .swiper-slide {
    display: inherit !important;
}
.category-carousel-item  , .single-carousel-wrap  .swiper-slide .box-item{
	overflow:hidden;
	border-radius:10px;
}
.sc-btn , .ss-slider-cont {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    line-height:36px;
    margin-top: -18px;
    z-index: 100;
    cursor: pointer;
	border-radius:100%;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.4);
}
.sc-btn.sc-next   , .ss-slider-cont-next{
	right: 10px;
}
.sc-btn.sc-prev , .ss-slider-cont-prev {
	left: 10px;
}
.filter-sidebar .category-carousel-item  img {
	width:100%;
	height:auto;
}
.filter-sidebar .category-carousel-item  {
	margin-bottom:10px;
}
.checket-cat:after {
	font-family: Font Awesome\ 5 Pro;
	content: "\f00c";
	position:absolute;
	color:#fff;
	top:50%;
	font-size:13px;
	right:50%;
	width:36px;
	height:36px;
	line-height:36px;
	margin:-38px -18px 0 0;
	border-radius:100%;
	z-index:20;
	color:#fff;
	box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.4);
}
.category-carousel-item:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top:5%;
	background: linear-gradient(to bottom, rgba(6,27,65,0) 0%,rgba(6,27,65,0.95) 100%);
    z-index: 2;
	transition: all .2s ease-in-out;
	border-radius:10px;
}
.category-carousel-item-icon {
	position:absolute;
	left:19px;
	bottom:19px;
	color:#fff;
	font-size:17px;
	z-index:20;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:100%;
	font-weight:100;
    box-shadow: 0 9px 26px rgba(58, 87, 135, 0.25);
}
.category-carousel-item-container {
	position:absolute;
	bottom:12px;
	right:12px;
	left:12px;
	background:#fff;
	padding:8px 0;
	z-index:3;
	border-radius:40px;
}
.category-carousel-item-title , .category-carousel-item-counter {
	color: #566985;
	z-index:20;
	font-size:13px;
	font-weight:600;
}
.category-carousel-item-counter {
	padding-top:3px;
	font-size:12px;
	font-weight:400;
	color: #7d93b2;
}
.catcar-scrollbar {
	height:5px;
	position:relative;
	z-index:20;
	margin-top:25px;
}
.hs_init {
	position:absolute;
	left:0;
	right:90px;
	height:5px;
	top:0;
}
.catcar-scrollbar .swiper-scrollbar-drag  {
    background: #4E65A3;
}
.hs_init:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	height:1px;
	background:#e5e7f2;
	top:50%;
	margin-top:-1px;
}
.cc-contorl {
	position:absolute;
	right:0;
	top:-10px;
	width:80px;
	height:26px;
	line-height:26px;
}
.cc-contrl-item {
	float:left;
	width:40px;
	cursor:pointer;
    color: #9ea6ba;
	font-size:14px;
}
.cc-contrl-item:hover{
	background: #f7f9fb;
}

.custom-form textarea, .custom-form input[type="text"], .custom-form input[type=email], .custom-form input[type=password], .custom-form input[type=button], .listsearch-input-item input[type="text"] {
    float: left;
    border: 1px solid #e5e7f2;
    background: #f9f9f9;
    width: 100%;
    padding: 15px 20px 15px 45px;
    border-radius: 4px;
    color: #7d93b2;
    font-size: 12px;
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    z-index: 1;
}

.custom-form  textarea::-webkit-input-placeholder , .custom-form  input[type="text"]::-webkit-input-placeholder  , .listsearch-input-item input[type="text"]::-webkit-input-placeholder  {
	color: #7d93b2;
	font-weight: 500;
	font-size: 12px;
 	font-family: 'Roboto' ;
}
.custom-form  textarea:focus , .custom-form input[type="text"]:focus  , .custom-form  input[type=email]:focus  , .custom-form  input[type=password]:focus , .listsearch-input-item input[type="text"]:focus  {
	background:#fff;
	box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
}
.custom-form .nice-select input {
	padding-left:20px;
}
.custom-form  textarea{
	height: 200px;
    resize: none;
    padding: 25px 20px;
	-webkit-appearance: none;
}
.custom-form  input  {
	margin-bottom:20px;
}
.filter-tags input , .custom-form  .filter-tags input {
	float:left;
	position:relative;
	border: 1px solid #ccc;
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
    position: relative;
	border-radius:2px;
	color:#fff;
	background:#fff;
	-webkit-appearance: none;
}
.custom-form.dark-form  .filter-tags input {
	border-color:transparent;
	background:rgba(255,255,255,0.21);
}
.filter-tags input:checked:after , .custom-form  .filter-tags input:checked:after  {
	font-family: Font Awesome\ 5 Pro;
	content: "\f00c";
	font-size: 12px;
	position: absolute;
	top:2px;
	left: 3px;
	z-index:20;
}
.filter-tags label , .custom-form  .filter-tags label  {
	float:left;
	padding:0 10px;
	position:relative;
	top:4px;
	color:#888DA0;
	font-weight:600;
	width:auto;
	font-size:11px;
}
.custom-form.dark-form  .filter-tags label {
	color:#fff;
}
.custom-form label {
	float:left;
	position:relative;
	width:100%;
	text-align:left;
	font-weight:500;
	color:#666;
    color: #878C9F;
    font-size: 13px;
    font-weight: 500;
}
.main-register .custom-form label {
	padding-bottom:12px;
}
.custom-form.dark-form  label {
	color:rgba(255,255,255,0.71);
}
.custom-form label i {
	padding-right:12px;
	font-size:14px;
	position:absolute;
	top:16px;
	left:16px;
}
.vis-label {
	margin-bottom:10px;
	font-size: 12px;
}
.custom-form label.vis-label i {
	top:44px;
}
.custom-form button {
	outline:none;
	border:none;
	cursor:pointer;
	-webkit-appearance: none;
	margin-top:20px;
}
.custom-form  input[type=number]::-webkit-inner-spin-button, .custom-form input[type=number]::-webkit-outer-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
.custom-form  input[type=number]{
  -moz-appearance: textfield;
}
.custom-form .quantity span {
	float:left;
	position:relative;
	top:16px;
	padding-left:14px;
    color: #7d93b2;
}
.custom-form .quantity span i {
	padding-right:10px;
	font-size:14px;
}
.custom-form .quantity input.minus , .custom-form .quantity input.plus , .custom-form .quantity input.qty {
	width:50px;
	height:50px;
	border-radius:0;
	text-align:center;
	padding:0;
	cursor:pointer;
	-webkit-appearance: none;
}
.custom-form .quantity input.plus {
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
}
.custom-form .quantity input.minus {
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
}
.quantity-item{
	float:right;
}
.custom-form .quantity input.qty {
	color:#fff;
	width:50px;
	border-right:none;
	border-left:none;
	cursor:default;
	-webkit-appearance: none;
    background: #4E65A3;
}
.custom-form.no-icons input , .custom-form.no-icons textarea {
	padding-left:10px;
}
.custom-form.no-icons label {
	margin-bottom:20px;
}
.pass-input-wrap span {
    position: absolute;
    right: 20px;
    cursor: pointer;
    bottom: 36px;
    z-index: 10;
	font-size:12px;
}
.pass-input-wrap input {
	padding-left:10px !important;
}
.radio{
	color:#999;
	font-size:13px;
	position:relative;
	top:-2px;
}
.radio span{
	position:relative;
	padding-left:30px;
	top:1px;
}
.radio span:after{
	content:'';
	width:20px;
	height:20px;
	border:2px solid #ccc;
	position:absolute;
	left:0;
	top:-3px;
	box-sizing:border-box;
}
.radio input[type="radio"]{
	cursor: pointer;
	position:absolute;
	width:100%;
	height:100%;
	z-index: 1;
	opacity: 0;
}
.radio input[type="radio"]:checked + span{
	color:#666;
}
.radio input[type="radio"]:checked + span:before{
	font-family: Font Awesome\ 5 Pro;
	content: "\f00c";
	font-size: 13px;
	position: absolute;
	top:0;
	left: 4px;
	z-index:20;
}
.book-form .quantity-item label {
	width:auto;
	position:relative;
	top:16px;
	padding-right:10px;
    color: #878C9F;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.book-form .quantity-item label i {
	position:relative;
	float:left;
	top:0;
	left:0;
	padding-right:8px;
}
.book-form .quantity  {
	float:right;
}
.book-form .quantity-item {
	margin-bottom:20px;
	float:left;
	width:50%;
}
.book-form  .quantity-item.fcit {
	padding-left:20px;
}
.book-form .btnaplly {
	color:#fff;
	width:100%;
	background:#F8BB11;
	padding:15px 0;
	border-radius:4px;
}
.book-form .btnaplly i {
	padding-left:10px;
}
.total-coast {
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	margin-bottom:20px;
}
.total-coast strong {
    color: #878C9F;
    font-size: 12px;
    font-weight: 600;
	position: absolute;
	left:0;
	top:21px;
}
.total-coast span {
	float:right;
	text-align:right;
	font-size:19px;
	font-weight:400;
	position:relative;
	top:3px;
}
.custom-form .total-coast  input {
	width: inherit !important;
	float:left;
	border:none;
	background:none;
	height:auto;
	padding:0;
	color: #888DA0;
	font-size:24px;
	text-align:right;
	margin-bottom:0;
	top:-3px;
	position:relative;
	right:10px;
}
.hid-input {
	display:none;
}
.onoffswitch {
    position: relative; width: 83px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 21px;
    background-color: #4DB7FE; color: #fff;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 21px;
    background-color: #4DB7FE; color: #fff;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 21px; margin: 4.5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 49px;
    border: 2px solid #FFFFFF; border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
.main-register .custom-form input[type="text"] , .main-register .custom-form  input[type=email] ,
.main-register .custom-form  input[type=password]{
	padding-left:20px;
}
.circle-wrap {
	position:absolute;
    transition: all 300ms linear;
}
.circle_bg-bal{
	display:block;
    background: radial-gradient(circle at 10px 10px, rgba(255,255,255,0.31), rgba(255,255,255,0.11));
    border-radius: 100%;
}
.circle_bg-bal_small {
  	height: 100px;
  	width: 100px;
    animation: bubble-anim 2s ease-out infinite;
}
.circle_bg-bal_middle {
  	height: 150px;
  	width: 150px;
    animation: bubble-anim 8s ease-out infinite;
}
.circle_bg-bal_versmall {
  	height: 40px;
  	width: 40px;
}
.circle_bg-bal_big {
  	height: 200px;
  	width: 200px;
    animation: bubble-anim 4s ease-out infinite;
}
@keyframes bubble-anim {
  0% {
    transform: scale(1); }

  20% {
    transform: scaleY(0.95) scaleX(1.05); }

  48% {
    transform: scaleY(1.1) scaleX(0.9); }

  68% {
    transform: scaleY(0.98) scaleX(1.02); }

  80% {
    transform: scaleY(1.02) scaleX(0.98); }

  97%, 100% {
    transform: scale(1); }
}
.gradient-bg-figure {
	position:absolute;
	width:550px;
	height:200px;
	border-radius:200px;
	background:rgba(255,255,255,0.07);
	transform: rotate(35deg);
    box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.03);
}

.show-hidden-sb {
    float: right;
    /* background: #425998; */
    color: #4db7fe;
    position: relative;
    height: 36px;
    line-height: 36px;
    border-radius: 2px;
    padding: 0 10px;
    margin-left: 10px;
    font-size: 12px;
    cursor: pointer;
    top: 10px;
    border: 1px solid #4db7fe;
}

.filter-map-btn {
background: #4db7fe;
    border: none;
    float: left;
    padding: 0 20px;
    height: 36px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    top: 10px;
    box-shadow: 0px 0px 0px 6px rgb(255 255 255 / 10%);
}

.more-filter-option span {
    float: right;
    width: 24px;
    height: 24px;
    position: relative;
    border-radius: 100%;
    margin-left: 10px;
    background: #4DB7FE;
    top: 5px;
}

.more-filter-option span:before , .more-filter-option span:after {
	content:'';
	position:absolute;
	background:#fff;
	border-radius:4px;
	-webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
.more-filter-option span:before {
	top:50%;
	left:6px;
	width:12px;
	height:2px;
	margin-top:-1px;
}
.more-filter-option span:after  {
	top:6px;
	left:50%;
	width:2px;
	height:12px;
	margin-left:-1px;
}
.more-filter-option span.mfilopact:after{
	height:0px;
}

.filter-tags h4 {
    float: left;
    position: relative;
    text-align: left;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
}

.list-main-wrap {
    padding: 50px 0;
}

.table th {
    vertical-align: middle;
    font-weight: 600;
}

.total-data {
	background: #f3f6f9;
	font-weight: 600;
}