.ldr{
	z-index: 999999;
	top: 0;
}
.nav-holder.main-menu{
	height: 100%;
	width: 100%;
}
.nav-holder nav{
	width: 76%;
	float: none;
	display: flex;
	justify-content: end;
	align-items: center;
	height: 100%;
}
.show-reg-form.avatar-img a{
	color: #ffffff;
}
.main-header{
	box-shadow: none!important;
}
section.hero-section .bg{
	height: 100%!important;
	top: 0!important;
}
section.hero-section{
	height: 100vh;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.intro-item h1{
	color: #0080FF;
}
.accordion a.toggle{
	padding: 10px 50px 10px 10px;
	margin-bottom: 0;
}
.accordion a.toggle.act-accordion{
	background: transparent;
	color: #000000;
	font-weight: normal;
}
.main-search-input-item{
	height: 43px;
	float: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.main-search-input-wrap .main-search-input{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:11px;
	/*background-image: linear-gradient(153deg, #122c46, #0080ff);*/
}

.chat-wrapper {
	padding: 50px 30px;
	border: 1px solid #ccc;
}

table.dataTable thead th,
table.dataTable thead td {
	border-bottom: 1px solid #ddd;
	text-transform: capitalize;
	color: #0080FF;
}

.main-search-input-wrap .main-search-input i{
	color: #0080FF!important;
}
.main-search-input-item label{
	top:12px;
}
.main-search-input-item span.iconn-dec{
	bottom: 12px;
}
.main-search-input-wrap .main-search-button i{
	color: #ffffff!important;
}
.accordion a.toggle span{
	background: transparent;
}
.accordion a.toggle span:before{
	/*background: #000000!important;*/
	font-family: "Font Awesome 5 Pro";
	content: "\f007";
	width: auto;
	height: auto;
	margin-top: 0;
	top: 16px;
	font-weight: normal;
	margin-left: 0;
	color: #0080FF;
	/*color: transparent!important;*/
}
.main-search-button{
	background: #0080FF;
	display: flex;
	justify-content: center;
	align-items:center ;
}
.accordion a.toggle.act-accordion{
	background: #ffffff;
	z-index: 2;
	position: relative;
}
.accordion-inner.visible h3{
	color: #0080FF;
	font-weight: bold;
}
.accordion-inner.visible small{
	font-size: 12px;
}
.testi-link{
	background: #0080FF!important;
}
.testimonilas-avatar h3{
	color: #0080FF;
}
.show-reg-form i{
	color: #ffffff;
}
.flx-lgn{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 10px 0 20px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 10px;
}
.flx-lgn .btn{
	background: #0080FF!important;
}
.flx-lgn .btn i{
	color: #ffffff;
}
.main-register-holder .tabs-menu li, .filter-sidebar-header .tabs-menu li{
	border-bottom: 3px solid #0080FF !important;
}
.login-column{
	display: flex;
	float: none;
	flex-direction: column;
}
.header-search_btn.show-search-button{
	display: none;
}
.listsearch-input-wrap_contrl{
	padding: 0!important;
}
#filteredContainer{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	justify-content: space-between;
	column-gap: 20px;
}
.color-bg{
	background: #0080FF;
}
.listing-item{
	min-height: 100%!important;
	width: 100%!important;
	float: none!important;
	margin: 0!important;
	padding: 0;
}
.listing-item:nth-child(even){
	padding: 0;
}
.main-search-input:before{
	display: none;
}
.prc{
	color: #0080FF;
}
.geodir-category-content h3 a{
	color: #0080FF;
}
.purp-bg, .map-popup-location-category.event-cat{
	background: #0080FF!important;
}
.facilities-list li i{
	color: #0080FF;
}

.myaccordData{
	opacity: 0;
	visibility: hidden;
	width: 100%;
border-radius: 4px;
padding: 10px;
background-color: var(--lightBg);
	border-top-left-radius: 0px!important;
	border-top-right-radius: 0px!important;
}
.removeBorder{
	border-bottom-left-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
}
.showAccord{
	opacity: 1;
	visibility: visible;
	animation-name: tbBot;
animation-duration: 0.2s;
animation-timing-function: linear;
animation-iteration-count: 1;
display: block!important;
	
}
@keyframes tbBot {
from {
transform: translateY(30px);
}
to {transform: translateY(0px);}
}
.accord_link{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 7px 15px;
    background-color: var(--primaryCol);
    color:white!important;
    border-radius: 4px;
    color:var(--headTxt);
}
.myaccordData .do h3{
    font-size: 13px;
}
.myaccordData .do small{
    font-size: 12px;
}
.myaccordData .do input[type="number"]{
    width: 30px!important;
    height: 30px!important;
    border-radius: 100px;
    display: flex;
    padding:0px!important;
    justify-content: center;
    align-items: center;
    font-size: 12px!important;
    color:black;
}
.myaccordData .do .plus,.myaccordData .do .minus{
    width: 25px;
    height: 25px;
    border:1px solid var(--headTxt);
    /* color:black; */
    background: white;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    cursor: pointer;
}
.myaccordData .do input[type="text"]{
    width: 25px;
    height: 25px;
    margin:0px 10px;
    border:1px solid var(--headTxt);
    background-color: var(--primaryCol);
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center!important;
    padding:0;
    border-radius: 100%;
}
.do.last_pets .f1 a{
    font-weight: 800!important;
    text-decoration: underline!important;
    color:black;
    font-size: 11px!important;
}
.do .bottomText p{
    font-size: 11px;
    text-align: left;
    padding:10px 0px;
}
.close_btn a{
    color:white!important;
    font-size: 12px!important;
    display: block;
    text-align: end;
	background: var(--primaryCol);
    padding: 3px 10px;
    border-radius: 4px;
    width: fit-content;
    float: right;
} 



/* Button Style CSS */
.btn{
	background-color:#0080FF!important;
	transition: 0.2 all linear;
	padding:7px 25px;
	display: inline-block;
	cursor: pointer;
}
/* .btn:hover{
	background-color: #707c7c!important;
} */


/* Header CSS Start */
.nheader{
	/* box-shadow: 0px 10px 13px -16px rgba(0,0,0,0.5); */
	padding:10px 0px;
	background-color: #f1f1f1;
	position:fixed!important;
	top:0px;
	width: 100%;
    top: 0;
    left: 0;
	z-index: 100;
	/* border:1px solid #e7e7e7; */
}
.nheader nav li ul{
	margin: 30px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 150px!important;
	top: 25px;
    left: 10px;
    z-index: 1;
    padding: 10px 0;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #eee;
    transition: all .2s ease-in-out;
    list-style: none;
}


.nheader  nav li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
.nheader .ltBtn a{
	padding-bottom: 8px;
    background-color: #0080FF!important;
	margin-left: 20px;
	padding:7px 25px!important;
	color:white!important;
	border-radius: 4px;
    /* color: #fff; */
    font-weight: 600;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    transition: all 200ms linear;
}
/* #main:before{
	background: url('../images/dost.png');
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	content: '';
	z-index: 1;
	opacity: 0.1;
} */
.nheader .logo-holder img{
	height: 80%;
}
.headContent{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nheader .n_menuList nav ul li{
	display: flex;
	align-items: center;
	padding-left: 5px;
	position: relative;
	
}
.nheader .n_menuList nav ul li ul li{
	margin-bottom: 12px;
}

.nheader .n_menuList nav ul li ul li:last-child{
	margin-bottom: 0px!important;
}
.nheader .n_menuList nav ul li a{
	margin:0px 10px;
	position: relative;
	font-size: 13px!important;
}
.nheader .n_menuList nav ul li a:before{
	position: absolute;
	content:'';
	bottom: -3px;
	left: 0;
	width: 0%;
	height: 2px;
	background-color: var(--primaryCol);
	transition: 0.3s all linear;
}
.nheader .n_menuList nav ul li a:hover:before{
	width: 100%;
}
.nheader .n_menuList nav ul li .btn{
	padding:7px 25px!important;
	width: fit-content!important;
	height: fit-content!important;
}

.nheader .mprofile .pro_igm{
	width: 25px;
	height: 25px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 100%;
}
.nheader .mprofile{
	width: fit-content;
	cursor: pointer;
	margin-left:16px;
}
.nheader .mprofile .ctr{
	display: flex!important;
    align-items: center!important;
    width: fit-content;
    background: transparent;
    padding: 2px 5px 2px 12px;
    border: 1px solid #DDDDDD;
    border-radius: 100px;
	position: relative;
	
}
.nheader .mprofile .ctr i{
	padding-right:10px;
	font-size: 12px;
	font-weight: 400;
}
.nheader .n_menuList{
	display: flex;
	align-items: center;
}
#wrapper{
	padding-top: 0px!important;
	z-index: 4!important;
	margin-top: 81px;
}
.nheader .mprofile .dropdown{
	background: #FFFFFF;
    border-radius:10px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.12);
    margin-top: 34px;
    padding: 5px 0;
	min-width: 150px;
	margin-top: 0px!important;
	position: absolute;
	top: 56px;
	right: 0;
	overflow: hidden;
	z-index: 26!important;
	
}
.nheader .mprofile .dropdown ul{
	list-style: none;
	padding-left: 0px;
}
.nheader .mprofile .dropdown ul li{
	text-align: left;
}
.nheader .mprofile .dropdown ul li a{
	padding:10px 10px;
	width: 100%;
	display: flex;
	align-items: center;
	transition: 0.2s all linear;
}
.nheader .mprofile .dropdown ul li a:hover{
	background-color: #eeeeee;
}

.nheader .mprofile .dropdown ul li a i{
	padding-right: 5px;
	font-size: 12px!important;
	color:#4e4e4e;
}
.nheader .mprofile .dropdown ul li a span{
	font-size: 12px;	
}
.nheader .mprofile .dropdown ul li:last-child{
	border-top:1px solid #dadada;
}
.childDrp{
	opacity: 0;
	display: none;
	visibility: hidden;
}
.childDrp.showChildDrp{
	opacity: 1;
	display: block;
	visibility: visible;
	animation-name: showDropDown;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    }
    @keyframes showDropDown{
  	from {
    transform: translateY(30px);
  	}
  	to {transform: translateY(0px);}
}


/* Index Hero Section Start */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@1&display=swap');
.nhero_section{
	background-color: #f1f1f1;
	padding: 50px 0px 200px 0px;
}
.nhero_section .container > div{
	text-align: left;
}
.nhero_section .container .side_content h2{
	font-family: 'DM Serif Display', serif;
	font-size: 60px;
}
.nhero_section .container .side_content h2 span{
	color:var(--primaryCol);
}
.nhero_section .container .side_content p{
	color:#8C8C8C;
	font-size: 14px;
}
.nhero_section .container .side_content .form_search .fl-wrap{
	position: absolute;
	top:175px;
	left:6px;
	width: 700px;
	z-index: 1;
	padding:0px;
	box-shadow: none;
	box-shadow: 0px 2px 5px -4px black;
}
.nhero_section .container .side_content .form_search .fl-wrap .main-search-button{
	width: 60px!important;
}
.nhero_section .container .side_content .form_search .fl-wrap .main-search-input-item {
	justify-content: center;
    align-items: center;
	border:none!important;
	border-right: 1px solid #e3e3e3!important;
	height: 60px;
}
.nhero_section .container .side_content .form_search .fl-wrap .main-search-input-item input{
	width: fit-content!important;
	text-align: left;
	padding-left: 10px;
}

.nhero_section .container .side_content .main-search-input-item input{
	height: initial;

}
.nhero_section .container .side_image .simg{
	background-size: cover!important;
	width: 320px;
	height: initial;
	background-position: center center!important;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.3 all linear;
}
.nhero_section .container .side_image .simg:before{
	position: absolute;
	content:'';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgb(0 0 0 / 25%) 0%, rgb(255 255 255 / 0%) 100%);
	transition: 0.3s all linear;
}
.img-fluid{
	max-width: 100%;
}
.nhero_section .side_image{
	/* background-color: red; */
	display: flex;
	/* grid-template-columns: 1fr 1fr!important; */
	/* column-gap: 100px; */
	justify-content: end;
}
.nhero_section .side_image .fimg2{
	position: relative;
	top:40px;
	margin-left: 20px;
}


.nhero_section .side_image .fimg1{
	animation-name: bottomTotop;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

/* nhero Section CSS Start */
/* nhero Section CSS End */

@keyframes bottomTotop {
	from{
		transform:translateY(-10px)
	}
	to{
		transform:translateY(30px)
	}
}


.nhero_section .side_image .fimg2{
	animation-name: topToBottom;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
@keyframes topToBottom {
	from{
		transform:translateY(30px)
	}
	to{
		transform:translateY(-10px)
	}
}


/* Index Hero Section End */


/* Index nCategories Section SASS Start */
.nCategories .all_cat_items .item .category_item .img{
	background-size: cover;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}
/* Index nCategories Section SASS End */



/* Index Footer CSS Start */
.nfooter{
	background-color: black;
	/* padding: 100px ; */
	/* margin-top: 400px!important; */
	position: relative;
}
.nfooter .fbg{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    opacity: 1;
    background: url(../images/map.png) center no-repeat;
    right: 0;
}
.nfooter .container{
	padding: 50px 0px;
}
.nfooter img{
	height: 45px;
	margin-bottom: 15px;	
}
.nfooter .fsec{
	text-align: left;
}
.nfooter p,.nfooter h2,.nfooter a,.nfooter li{
	color:white;
	text-align: left;
	font-size: 12px;
}
.nfooter ul{
	list-style: none;
	padding-left: 0px;
}
.nfooter ul li{
	margin-bottom: 8px;
}
.nfooter ul li a i{
	padding-right: 5px;
}
.nfooter .social_links ul{
	display: flex;
}
.nfooter .social_links ul li a{
	height: 25px;
	width: 25px;
	background-color: var(--primaryCol);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	margin-right: 10px;
	transition: 0.3s all linear;
}
.nfooter .social_links ul li a:hover{
	background-color: #707c7c!important;
	color:white!important;
}
.nfooter  ul li{
	transition: 0.3 all linear;
}
.nfooter  ul li a:hover{
	color: #707c7c!important;
}
.nfooter .social_links ul li a i{
	padding-right: 0px;
}
.nfooter .link_title h2{
	font-size: 16px;
}
.nfooter .link_title {
	padding-bottom: 10px;
}

.nfooter a{
	font-size: 12px;
}
.bottomFooter{
	background-color: black;
	border-top: 1px solid rgb(90, 90, 90);
	text-align: center;
	padding: 15px 0px;
	/* margin-top:100px ; */
}
.bottomFooter p {
	color:rgb(199, 199, 199);
}
/* Index Footer CSS End */


/* Login Page CSS Start */
#loginMain{
	width: 100%;
	height: 100%;
	background-color: #152733;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	padding: 50px 0px;
}
#loginMain .login_pg{
	max-width: 340px;
	text-align: center;
}
#loginMain .bottom a{
	/* border-top: 1px solid #4a4a4a; */
	width: 100%;
	color:white;
	padding-top: 10px;
}

#loginMain .flogo img{
	height: 65px;
	margin-bottom: 20px;
}
#loginMain .login_pg .logo h2{
	color:white;
	padding-top: 10px;
	font-weight: 900;
	font-size: 24px;
}
#loginMain .login_pg .logo p{
	color:white;
	font-size: 16px;
	padding:10px 0px 0px 0px;
	font-weight: 100!important;
}
#loginMain .form-control{
	width: 100%;
	border-radius: 4px;
	border:none;
	background-color: #fff;
    color: #8D8D8D;
	padding:9px 20px 9px 30px;
	margin-bottom: 10px;
}
#loginMain form{
	margin-top: 10px;
}
#loginMain form h2{
	font-size: 16px;
	color:white;
	margin-bottom: 20px;
	font-weight: 400;
	/* font-style: italic; */
	position: relative;
	display: inline-block;
}
/* #loginMain form h2:before{
	position: absolute;
	content:'';
	bottom:0;
	left:0;
	width: 100%;
	height: 1px;
	background-color: white;
} */

#loginMain .loginBtn{
	background: #0080FF!important;
	border:none!important;
	cursor: pointer;
}
#loginMain .loginBtn:hover{
	background: #707c7c!important;
}
#loginMain .forgetPass{
	color:white;
	padding-left: 15px;
}

#loginMain .form-group.bot_btn{
	margin: 10px 0px!important;
}

#loginMain .bottom a span{
	color:gray;
	padding-right:20px;
}

/* Single Listing CSS Start */
.filter_section{
	margin: 20px 0px;
}
.filter_section .listsearch-input-item{
	margin-bottom: 15px!important;
}
.single_listing .list-main-wrap-header {
    padding: 0px 0px 60px 0px !important;
}
.single_listing .more-filter-option-btn.act-hiddenpanel{
	border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.nhero_section.search_detail  .container .side_content .form_search .fl-wrap{
	position: static!important;
	width:100%!important;
}
.nhero_section.search_detail{
	border-radius: 4px!important;
	padding:20px!important;
	margin:15px 0px 0px 0px;
}
.nhero_section.search_detail .container{
	width: 100%;
}
.nhero_section.search_detail  .container .side_content .form_search .fl-wrap .main-search-button {
    width: 60px!important;
    /* right: -18px; */
}
.nhero_section.search_detail .filter_section{
	margin:0px!important;
}
.nhero_section.search_detail .single_listing .list-main-wrap-header{
	padding:0px!important;
}
.nhero_section.search_detail .more-filter-option-wrap{
	position: static;
	margin-top: 15px;
}
.single_listing .filter_btn{
	height: 40px!important;
    border: none!important;
	margin-left: 10px;
	padding: 0px 15px!important;
}
.single_listing .filter_btn i{
	position: static!important;
	color:white;
	margin:0px!important;
}
.single_listing .filter_mSection{
	display: none;
}
.showFilter{
	display: block!important;
}
.give_margin_top{
	margin-top: 80px!important;
}

/* Single Listing CSS End */

.getNotifySp{
	position: relative;
	margin-right: 20px!important;
	width:fit-content!important;
}
.setNotify{
	position: absolute;
	top: 2px;
    right: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background-color: red;
    color: white;
    font-size: 10px;
}
.card-tbl {
	min-height: 300px;
	position: relative;
}
.card-tbl .not_recr{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.tbl-sec#wrapper{
	padding-bottom:0px!important;
}
