@import url('https://fonts.googleapis.com/css2?family=Anek+Malayalam:wght@100..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Sora:wght@100..800&display=swap');

*, ::after, ::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
a, abbr, acronym, address, applet, big, blockquote, body, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, ul, var {
	border: 0;
	margin: 0;
	outline: none !important;
	padding: 0;
	vertical-align: baseline;
  font-family: "Anek Malayalam", serif;
}

body {
	margin: 0;
	padding: 0;
	background: #0c0616;
	background-repeat: repeat-x;
	font-size:15px;
	color:#272320;

}
a{
	color:inherit;
	outline: none !important;
    text-decoration: none;
}
a:hover{
    color:inherit;
    text-decoration:none;
}

.dropdown-toggle::after{
    border: none !important;
    content: "\f107";
    font-family: "fontAwesome";
    top: 4px;
    right: 0;
    position: absolute;
}

.btn:focus{
	outline: none !important;
}
ol {
	padding-left: 0;
}

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

img {
	vertical-align: top;
	max-width:100%;
	border: none;
	outline: none;
}

.btn:focus,
.form-control:focus,
.resizeselect:focus{
	box-shadow: none;
	border: none;
	outline: 0;
}
:root{
    --lightcolor:#fd146e;
    --darkcolor:#17023e;
    --whitecolor:#ffffff;
    --text-color:#151824;
}



@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px;
}

}

header{
  padding-bottom: 2px;
  position: fixed;
  z-index: 5;
  left: 0;
  right: 0;
  background: #070012;
  backdrop-filter: blur(20px);
  padding: 8px 0;
}

.navbar .nav-item{
    margin: 0 7px;
}
.navbar-light .navbar-nav .nav-link{
    font-weight: 500;
    font-size: 18px;
    color: var(--whitecolor);
    padding-left: 11px;
    padding-right: 11px;
    font-family: "Anek Malayalam", serif;
    text-transform: uppercase;
  
}
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link:focus{
  color: #f6c500 !important;
}

.navbar-light .navbar-nav .nav-link i{
  font-size: 24px;
  color: var(--darkcolor);
  transition: all 0.5s;
}
.navbar-light .navbar-nav .nav-link i:hover{
  color: var(--lightcolor);
}

.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:hover{
  color: var(--lightcolor);
}
.btn-get-stred1{
  font-weight: 400;
  font-family: "Anek Malayalam", serif;
  text-transform: capitalize;
  font-size: 18px;
  color: var(--text-color);
}
.srcarch-div{
  background: #171024;
  border-radius: 50px;
  height: 45px;
  padding: 10px 25px;
  width: 331px;
  margin-right: 35px;
  border: solid 2px #261c38;
}
.srcarch-div .form-control{
  font-size: 16px;
  background: none !important;
  border: none !important;
}
.srcarch-div .form-control::first-letter{
  text-transform: uppercase;
}
.srcarch-div .form-control::placeholder{
  color: #a59db6;
}

.srcarch-div i{
  color: var(--whitecolor);
}
.rights-menus a{
  font-family: "Anek Malayalam", serif;
  text-transform: capitalize;
  color: var(--whitecolor);
}
.signuop0-btn{
  background: #f6c500;
  color: #151519 !important;
  font-size: 18px;
  letter-spacing: .03em;
  font-family: "Anek Malayalam", serif;
  font-weight: 600;
  padding: 10px 31px;
  border-radius: 30px;
  transition: all .5s;

}
.login-btn{
  font-family: "Anek Malayalam", serif;
  text-transform: capitalize;
  color: var(--whitecolor);
  font-weight: 400;
  font-family: "Anek Malayalam", serif;
  text-transform: capitalize;
  font-size: 18px;
}
.rights-menus{
  width:57%;
  display: flex;
  justify-content: end;
}
.video-sec {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 640px;
  overflow: hidden;
  width: 100%;
  margin: auto;
}
.video-sec video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.video-bg {
  background: #2a224c25 url(../images/video-bg.webp) center center repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: .8;
  width: 100%;
  margin: auto;
}
.banner-section .container{
  position: relative;
  z-index: 3;
  height: 640px;
  display: grid;
  align-content: center;
  padding-top: 70px;
}
.banner-section h2{
  font-family: "Anek Malayalam", serif;
  font-size: 70px;
  font-weight: 700;
  color: var(--whitecolor);
  line-height: 62px;
}
.banner-section p{
  font-family: "Anek Malayalam", serif;
  font-size: 22px;
  font-weight: 300;
  color: var(--whitecolor);
  line-height: 32px;
  width: 80%;
}
.como-text{
  border: solid 3px var(--whitecolor);
  padding: 8px 15px;
  display: inline-block;
  color: var(--whitecolor);
  text-transform: uppercase;
  font-family: "Anek Malayalam", serif;
}
.btn-booking{
  background: #f6c500;
  color: #151519 !important;
  font-size: 18px;
  letter-spacing: .03em;
  font-family: "Anek Malayalam", serif;
  font-weight: 600;
  padding: 10px 20px 10px 30px;
  border-radius: 0 30px 30px 0;
  transition: all .5s;
  height: 57px;
  line-height: 36px;
  text-transform: uppercase;
}

.btn-booking:hover{
  background: var(--text-color);
  color: var(--whitecolor) !important;
}
.crm-profiles div.dt-container div.dt-length select{
  border-radius: 0 !important;
  width: 57px;
  padding-left: 10px;
  height: 43px;
}
.crm-profiles .cm-forms-input .form-control, 
.crm-profiles .cm-forms-input .form-select{
  border-radius: 0 !important;
  width: 57px;
  padding-left: 10px;
}
.crm-profiles div.dt-container div.dt-search{
  text-align: right;
  display: flex !important;
  align-items: center !important;
  width: 400px;
}
.crm-profiles div.dt-container div.dt-search input{
  border-radius: 0 !important;
  height: 43px;
  width: 90%;
}
h2,
h3{
  font-family: "Anek Malayalam", serif;
  font-weight: 600;
}
.main-bodys{
  padding: 70px 0 70px 0;
}
.h2-main{
  position: relative;
  font-size: 45px;
}
.h2-main small{
  font-family: "Anek Malayalam", serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 15px;
}
.h2-main::after{
  position: absolute;
  left: 0;
  content: "";
  bottom: -10px;
  width: 73px;
  height: 3px;
  background: var(--whitecolor);
  display: inline-block;
}
.btn-alls{
  background: #f6c500;
  color: #151519 !important;
  font-size: 15px;
  letter-spacing: .03em;
  font-family: "Anek Malayalam", serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 25px;
  border-radius: 30px;
  transition: all .5s;
}
.btn-alls:hover{
  background: var(--whitecolor);

}
.items-filters {
  min-height: 400px;
  border-radius: 11px;
}
.items-filters figure {
  height: 400px;
  border-radius: 11px;
}
.items-filters img {
  border-radius: 11px;
  transform: scale(1);
  transition: all 0.5s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.items-filters:hover img{
  transform: scale(1.1);
}
.img-boxs {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 23px;
  min-height: 120px;
  border-radius: 11px;
  background: rgb(0, 0, 0);
  background: linear-gradient(179deg, rgba(0, 0, 0, 0.0984768907563025) 0%, rgba(0, 0, 0, 0.9304096638655462) 97%);
  width: 100%;
}
.img-boxs h6 {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--whitecolor);
  font-family: "Anek Malayalam", serif;
}
.img-boxs h5 {
  font-size: 30px;
  color: var(--whitecolor);
  font-family: "Anek Malayalam", serif;
  font-weight: 700;
}
.img-boxs p{
  font-size: 16px;
  color: var(--whitecolor);
  font-family: "Anek Malayalam", serif;
}
.img-boxs p i{
  color: #f6c500;
}
.whistis{
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  color: #fff;
  z-index: 3;
}
.whistis i{

}
.comon-ctas-01{
  background: #201730;
  /* border: solid 3px #302442; */
  min-height: 250px;
  width: 100%;
  border-radius: 10px;
}
.comon-ctas-01 h3{
  text-transform: uppercase;
}
.list-serach-acd .accordion-body .accordion-item {
  padding-left: 0;
}




.comon-ctas-01 figure {
  height: 400px;
  border-radius: 11px;
}
.comon-ctas-01 img {
  border-radius: 11px;
  transform: scale(1);
  transition: all 0.5s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.comon-ctas-01:hover img{
  transform: scale(1.1);
}
.comon-ctas-01 .img-boxs {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 23px;
  min-height: 120px;
  border-radius: 11px;
  background: rgb(0, 0, 0);
  background: linear-gradient(179deg, rgba(0, 0, 0, 0.0984768907563025) 0%, rgba(0, 0, 0, 0.9304096638655462) 97%);
  width: 100%;
}
.comon-ctas-01 .img-boxs h6 {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--whitecolor);
  font-family: "Anek Malayalam", serif;
}
.comon-ctas-01 .img-boxs h3 {
  font-size:28px;
  color: var(--whitecolor);
  font-family: "Anek Malayalam", serif;
  font-weight: 600;
}
.comon-ctas-01 .img-boxs p{
  font-size: 17px;
  color: var(--whitecolor);
  font-family: "Anek Malayalam", serif;
}
.monte {
  text-decoration: underline;
  margin-top: 10px;
  color: #f6c500;
}
.comon-ctas-01 .btn-btn-als{
  background: #f6c500;
  color: #151519 !important;
  font-size: 15px;
  letter-spacing: .03em;
  font-family: "Anek Malayalam", serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  border-radius: 50px;
  transition: all .5s;
  position: absolute;
  right: 25px;
  top: 0px;
  width: 50px;
  height: 50px;
  font-size: 28px;
  color: #fff;
  line-height: 48px;
}

.bhn-div-main .container{
  background: rgb(64,60,226);
  background: linear-gradient(56deg, rgba(64,60,226,1) 0%, rgba(120,26,194,1) 55%);
  height: 250px;
  display: grid;
  align-items: center;
  border-radius: 20px;
  padding: 40px;
}
.bhn-div-main .container h3{
  font-size: 45px;
}
.bhn-div-main figure{
  position: absolute;
  bottom: 0;
  right: 0;
}
.bhn-div-main{
  margin-top: 70px;
}
.com-tesr02{
  background: var(--whitecolor);
}
.com-tesr02 .blogs-post {
  width: 100%;
  height: 260px;

}
.comon-testi {
  border-radius: 10px;
  border: 2px solid #241240;
  padding: 25px;
}
.comon-testi p{
  font-size: 22px;
  color: var(--whitecolor);
}
.user-div figure {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}
.user-div h5 {
  font-weight: 700;
  color: var(--whitecolor);
  font-size: 18px;
}
.user-div figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.user-div h5 span {
  font-weight: 300;
  color: var(--whitecolor);
  font-size: 14px;
  margin-top: 4px;
}
.qoute-icou {
  font-size: 45px;
  color: var(--lightcolor);
}
.testimonials-reviews{
  padding-top: 80px;
}
.com-tesr02 .blogs-post img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.dta {
  background: var(--whitecolor);
  color: var(--darkcolor);
  position: absolute;
  top: 15px;
  left: 15px;
}
.blogs-texr05 ul {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.blogs-texr05 ul li {
  font-size: 17px;
  font-weight: 700;
  margin-left: 20px;
  color: var(--darkcolor);
}
.blogs-texr05 h5 {
  font-size: 22px;
  font-family: "Anek Malayalam", serif;
  font-weight: 700;
  color: var(--darkcolor);
}

footer {
  padding: 50px 0 20px 0;
  background: var(--darkcolor);
  margin-top: 0;
}
.comon-ft a {
  color: var(--whitecolor);
  line-height: 25px;
  font-weight: 300;
  font-size: 17px;
  font-family: "Anek Malayalam", serif;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  transition: all 0.5s;
}
.comon-ft h5 {
  font-size: 22px;
  font-family: "Anek Malayalam", sans-serif;
  font-weight: 600;
}
.socli a {
  color: var(--whitecolor) !important;
  font-size: 20px;
  margin-right: 5px;
  padding: 8px 14px;
  border-radius: 8px;
}
footer hr {
  background: #bbb;
}
.lefts-se i{
  color: var(--whitecolor);
}
.lefts-se {
  height: 57px;
  width: 60%;
  margin-right:0;
  border-radius: 50px 0 0 50px;
  padding-left: 15px;
}
.lefts-se .form-control{
  border: none;
  font-size: 19px;
}
.lefts-se  i{
  color: var(--text-color);
  font-size: 19px;
}
.tiop-listing-div{
  padding-top: 60px;
}

/* listing */

.list-serach-acd .accordion-button {
  padding-left: 0;
  position: relative;
  font-size: 24px;
  text-transform:capitalize;
  font-weight: 600;
  color: #000;
  border-bottom: solid 1px #f1f0f0 !important;
  background: none;
}
.list-serach-acd .form-check .form-check-input {
  margin-top: 0;
  position: relative;
  background: none !important;
  border: none !important;
  width: 20px;
  height: 20px;
}
.list-serach-acd .form-check .form-check-input::before {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f72457;
  content: "";
  left: -3px;
  top: 0;
  display: inline-block;
  border: solid 2px #4A6375;
  background: none;
  line-height: 16px;
}
.list-serach-acd .accordion-button:focus{
  box-shadow: none;
}
.list-serach-acd .accordion-item{
  background: none;
  border: none;
}
.list-serach-acd .form-check {
  margin-bottom: 12px;
  position: relative;
  /* display: flex;
  align-items: center; */
  margin-left: 0;
}
.load-more1{
  color: #f6c500 !important;
  font-weight: 700;
  text-decoration: underline !important;
  display: none;
}
.list-serach-acd label {
  font-size: 16px;
  color: #4A6375;
  font-weight: 300;
  margin-left: 10px;
}
.list-serach-acd .form-check .form-check-input:checked::before {
  background: var(--lightcolor);
  content: "\f00c";
  font-family: "fontAwesome";
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: solid 2px var(--lightcolor);
}

.radion-div .form-check-label {
  background: var(--whitecolor) !important;
  border: solid 1px #e3e3e3 !important;
  cursor: pointer;
  line-height: 45px !important;
  padding: 2px 13px !important;
  display: inline-block !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600;
}
.radion-div .form-check-input {
  position: absolute !important;
  margin-left: 0 !important;
  opacity: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer !important;
}
.radion-div .form-check {
  position: relative;
  padding-left: 0;
  margin: 8px 10px 8px 0;
}
.filter-divgb .accordion-body {
  padding-left: 0;
}
.vnu .form-check-label{
  background: none !important;
}
.radion-div .form-check-input:checked + .form-check-label {
  background: var(--lightcolor) !important;
}
.btn-venu {
  background: var(--whitecolor);
  border: solid 1px #ebebeb;
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 600;
  margin: 65px auto 0 auto;
  display: table;
}
/* .collist{
  display: none;
} */
.filter-divgb .accordion > div:nth-child(2) .accordion-body{
  overflow: auto;
  overflow-x: hidden;
  height: 300px;
  padding-left: 10px;
}
.filter-divgb .accordion > div:nth-child(2) .accordion-body::-webkit-scrollbar{
  width: 3px;
}
.filter-divgb .accordion > div:nth-child(2) .accordion-body::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: #F5F5F5;
}
.filter-divgb .accordion > div:nth-child(2) .accordion-body::-webkit-scrollbar-thumb{
	border-radius: 5px;
	background-color: #f6c500;
}
.filter-divgb .accordion > div:nth-child(2) .accordion-body{
  margin-bottom: 15px;
}
.btn-venu:hover {
  background: var(--lightcolor);
  color: var(--whitecolor) !important;

}
.bg-picou{
  height: 350px;
  left: 0;
  right: 0;
 

}
.accounts-divs{
  top:-100px;
}
.post-banners{
  margin-top: 70px;
  height: 470px;
}
.post-banners::before{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 120px;
  width: 100%;
  height: 300px;
  content: "";
  display: inline-block;
  background: rgb(12,6,22);
  background: linear-gradient(0deg, rgba(12,6,22,1) 0%, rgba(12,6,22,0) 100%);
}
.profiles-pic{
  height: 250px;
  width: 100%;
  border: solid 8px #fff;
  overflow: hidden;
}
.profiles-pic img{
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position:center;
}
.post-banners .cover-img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position:0 -70px;
  
}
.post-banners .container {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: flex-end;
  height: 360px;
}
.user-deatils h3{
  font-size: 56px;
}
.prices{
  font-size: 30px;
  font-weight: 300;
  color: var(--whitecolor);
}
.prices strong{
  font-weight: 700;
  font-size: 45px;
}
.ratils i{
  color: #f6c500;
  font-size: 20px;
}
.ratils span{
  font-size: 19px;
}
.spific{
  font-size: 22px;
}
.likes{
  color: var(--whitecolor);
  font-size: 32px;
}
.soclais a{
  color: var(--whitecolor);
  font-size: 20px;
}
.follow-us span{
  font-size: 18px;
  color: var(--whitecolor);
}
.howver-div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #030a13de;
  display: grid;
  align-content: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.5s;
}

.cm-photos {
  height: 250px;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  border: solid 3px #241838;
}
.cm-photos img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.howver-div svg{
  color: var(--whitecolor);
}
.cm-photos:hover .howver-div {
  transform: scale(1);
}

.leave-sec-part .form-control, .conatct-form-div .form-control {
  border: none;
  background: #f1f1f1;
  height: 45px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.leave-sec-part .form-group {
  margin-top: 20px;
}
.leave-sec-part .form-group {
  margin-top: 20px;
}
.chart .rate-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  height: 30px;
  padding: 20px 0;
  padding: 10px;
}
.rate-box .progress-bar {
  border-width: 1px;
  position: relative;
  background-color: #cfd8dc91;
  height: 8px;
  width: 160px;
}
.global > span {
  font-size: 90px;
  font-weight: 500;
  color: var(--whitecolor);
}
.total-reviews {
  font-size: 18px !important;
  font-family: 'Montserrat', sans-serif;
  margin-top: 10px;
}
.rating-icons span {
  position: absolute;
  display: flex;
  font-size: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 5px;
  font-size: 21px;
}
#full-stars-example-two .rating-group {
  display: inline-flex;
}
#full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#full-stars-example-two .rating__input--none {
  display: none;
}
#full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}
#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}

#full-stars-example-two .rating__icon--star {
  color: orange;
}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
.rating-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 10%;
}
.chart .rate-box > * {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 300;
  color: #fff;
  font-size: 20px;
}
.review-item{
  background: #fff;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  box-shadow: #e9e9e9e0 1px 2px 20px;
}
.review-item i{
  color: #f6c500;
}
.global {
  height: 100%;
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.leave-sec-part textarea, .conatct-form-div textarea {
  height: 150px !important;
  resize: none;
}
.comon-com-div figure {
  width: 63px;
  height: 63px;
  overflow: hidden;
  border-radius: 50%;
}
.comon-com-div figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.comment-text {
  width: 91%;
}
.comment-text h5 {
  font-size: 22px;
  font-weight: 600;
  color: var(--whitecolor);
}
.comment-text p{
  font-size: 19px;
  color: var(--whitecolor);
}
.comment-text span {
  font-size: 13px;
  font-weight: 600;
  color: var(--lightcolor);
}
.comon-sec-blogs-inf-right {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .1);
  background: #fff;
  padding: 30px;
  display: grid;
  align-content: center;
  width: 100%;
  margin-bottom: 30px;
}
.comon-sec-blogs-inf-right h5 {
  font-size: 25px;
  color: var(--darkcolor);
  font-weight: 700;
}
.comon-sec-blogs-inf-right ul li {
  border-bottom: solid 1px #f3f3f3;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.comon-sec-blogs-inf-right .como-list .textry h5 {
  font-size: 16px;
  color: var(--darkcolor);
}
.comon-sec-blogs-inf-right .como-list figure {
  width: 80px;
  height: 70px;
}
.comon-sec-blogs-inf-right .como-list figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.comon-sec-blogs-inf-right .como-list .textry p {
  font-size: 14px;
  margin-top: 8px;
}
.blogs-info-div .comon-blogs-list-items {
  display: inline-block;
  height: 610px;
  overflow: hidden;
}
.blogs-info-div .comon-blogs-list-items .content-post h6 {
  color: var(--lightcolor);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
}
.blogs-info-div .comon-blogs-list-items .content-post h5 {
  color: var(--whitecolor);
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: capitalize;
}
.blogs-info-div .comon-blogs-list-items .content-post .admin-t {
  margin-right: 15px !important;
  font-size: 18px;
  color: var(--whitecolor);
}
.blogs-info-div .comon-blogs-list-items .content-post p {
  font-size: 16px;
  color: var(--whitecolor);
}
.blogs-info-div .comon-blogs-list-items figure {
  height: 350px;
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.blogs-info-div .comon-blogs-list-items figure img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.comon-sec-blogs-inf-right .como-list .textry {
  width: 90%;
  padding-left: 20px;
}
.sub-banners,
.sub-banners figure{
  height: 250px;
  overflow: hidden;
}
.sub-banners figure{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.sub-banners .container{
  height: 250px;
  position: relative;
  z-index: 3;
  justify-content: center;
  align-content: center;
}
.op{
  top: 0 !important;
  padding-top: 30px;
}
.blog-post ul li {
  margin: 0 10px;
  color: var(--whitecolor);
}
.sub-banners::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  content: "";
  display: inline-block;
  z-index: 1;
  background: rgb(12, 6, 22);
  background: linear-gradient(0deg, rgba(12, 6, 22, 1) 0%, rgba(12, 6, 22, 0) 100%);
}
.blog-post p {
  font-size: 16px;
  color: var(--whitecolor);
}
.news-details{
  height: 350px;
  overflow: hidden;
}
.news-details img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cm-drops01 .cionus{
  width: 52px;
  height: 52px;
  border-radius: 8px;
  display: table;
  text-align: center;
  color: var(--whitecolor);
  font-size: 32px;
  transform: scale(1);
  transition: all 0.5s;
}
.meny-texts{
  width: 70%;
  display: inline-block;
  padding-left: 20px;
}
.cm-drops01 .dropdown-menu{
  min-width: 422px !important;
}
.cm-drops01 .dropdown-item{
  padding:12px 0 15px 15px;
  border-bottom: solid 1px #ebebeb;
}
.cm-drops01 li:last-child .dropdown-item{
  border-bottom:none !important;
}
.cm-drops01 .dropdown-item:hover .cionus{
  transform: scale(1.1);
}
.cm-drops01 .dropdown-item:hover,
.cm-drops01 .dropdown-item:focus{
  background: none !important;
}
.dropdown-menu1 {
  top: 80px;
  opacity: 0;
  transition: top .8s ease;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  display: block;
}
.dropdown:hover>.dropdown-menu1 {
  top: 100%;
  height: inherit;
  opacity: inherit;
  opacity: 1;
  visibility: visible;
}

.comquestion .catitem{
  color: var(--lightcolor);
  font-size: 15px;
  text-transform: uppercase;
}
.comquestion h4{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.comquestion h4::first-letter{
  text-transform: uppercase;
}
.sub-banner-parts{
  background: url(../images/breadcrumb-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 346px;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding-top: 70px;
}
.sub-banner-parts h2 {
  font-size: 48px;
  margin-bottom: 0;
  font-weight: 700;
  color: #fff;
}
.sub-banner-parts .breadcrumb-item{
  font-size: 18px;
}
.filter-divgb{
 padding:20px 40px;
 padding-top: 35px;
 background: #fff;
 border-radius: 20px;
 border: 1px solid #ddd;
}
.filter-divgb h2{
  font-size: 27px;
  font-weight: 700;
}
.submit-btn,
.prolancer-rgb-btn{
  background: #f6c500;
  color: #151519 !important;
  font-size: 18px;
  letter-spacing: .03em;
  font-family: "Anek Malayalam", serif;
  font-weight: 600;
  padding: 10px 31px;
  border-radius: 30px;
  transition: all .5s;
  width: 100%;
}
.submit-btn:hover,
.prolancer-rgb-btn:hover{
  background: #151519;
  color:  #fff !important;
}

.listingst{
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 50px;
  box-shadow: #e9e9e9e0 1px 2px 20px;
}
.star-rating i{
  color: #f6c500 !important;
  font-size: 24px;
}
.amounts-prc{
  font-weight: 700;

}
.seller-content li{
  border: solid 1px #000;
  color: #fff !important;
  background: #000 !important;
  padding: 5px 15px;
    font-size: 14px;
    border-radius: 25px;
}
.cvm-pic{
  overflow: hidden;
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  height: 172px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #f6c500;
  display: inline-block;
  padding: 15px 25px;
  border-radius: 50px;
  margin: 0 5px;
  font-size: 16px;
  font-weight: 600;
}
.page-link{
  display: inline-block;
    padding: 15px 25px;
    border-radius: 50px;
    color: #f6c500;
    margin: 0 5px;
    background: rgb(246 197 0 / 10%);
    border: none;
    font-size: 16px;
    font-weight: 600;
}
.page-item:last-child .page-link {
  border-radius: 50px;
}


/* list price */

.range-slider {
  width: 100%;
  text-align: center;
  position: relative;
}
.range-slider .rangeValues {
  display: block;
  font-size: 18px;
  position: relative;
  top: -13px;
  font-family: "Anek Malayalam", serif;
  text-transform: capitalize;
}
.login-btn{
  font-family: "Anek Malayalam", serif;
  text-transform: capitalize;
  font-weight: 600;
}
.login-btn:focus,
.login-btn.active,
.login-btn:hover{
  color: #f6c500 !important;
}
input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  width: 100%;
  position: absolute;
  left: 0;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #f6c500;
  margin-top: -4px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

input[type=range]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
  z-index: -4;
}

input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

.top-details-divs{
  padding: 20px;
  border-radius: 20px;
}
.details-post h3{
  font-size: 28px;
  font-weight: 700;
}
.badges li img {
  width: 30px;
  box-shadow: none !important;
  border: none !important;
  margin-bottom: 0 !important;
}
.seller-profile .stats-list .stats:nth-child(1) {
  background: rgb(246 197 0 / 20%);
}
.seller-profile .stats:not(:last-child) {
  margin-right: 10px;
}
.seller-profile .stats {
  text-align: left;
  display: inline-block;
  padding-right: 10px;
  border-radius: 25px;
  overflow: hidden;
  padding-right:25px;
  margin-bottom: 6px;
}
.seller-profile .stats span {
  margin-right: 10px;
  display: inline-block;
  border-radius: 25px;
  width: 35px;
  height: 35px;
  color: #FFF;
  text-align: center;
  padding-top: 5px;
  line-height: 26px;
}

.seller-profile .stats-list .stats:nth-child(1) span {
  background: #F6C500;
}
.seller-profile .stats-list .stats:nth-child(2) {
  background: rgb(0 233 185 / 20%);
}
.seller-profile .stats-list .stats:nth-child(2) span {
  background: #00E9B9;
}
.seller-profile .stats-list .stats:nth-child(3) {
  background: rgb(255 187 0 / 20%);
}
.seller-profile .stats-list .stats:nth-child(3) span {
  background: #F6C500;
}
.stats-list {
  width: 110%;
  display: flex;
}
.rate-amounts{
  text-align: left;
}
.rate-amounts small{
  font-size: 17px;
}
.follow-button, .message-button {
  padding: 8px 15px;
  text-align: center;
  transition: all 0.5s;
  background: #fef9e5;
  display: block;
  border-radius: 20px;
  margin-bottom: 20px;
  color: #f6c500;
}
.follow-button:hover, .message-button:hover {
  background: #f6c500;
  color: #fff;
}
.white-padding {
  border-radius: 20px;
  background: #fff;
  padding: 30px;
}

.nav-tabs .nav-link{
  border: none;
}
.nav-tabs .nav-link.active {
  border-radius: 50px;
  color: #F6C500;
  background: rgb(246 197 0 / 10%);
}
.nav-tabs .nav-link {
  color: #4A6375;
  border: none;
  cursor: pointer;
  border-radius: 50px;
}
.nav-tabs {
  border: none;
}
.tab-pane h3{
  font-size: 30px;
}
.single-sellers .widget-area .widget h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}
.widget-area .widget {
  padding: 40px;
    padding-top: 40px;
  padding-top: 35px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
}
.single-sellers .widget-area .widget {
  background: none !important;
  border: none !important;
}
.widget .seller-detail i {
  margin-right: 20px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  font-size: 28px;
}
.widget .seller-detail:nth-child(2) i {
  background: rgb(246 197 0) !important;
}
.widget .seller-detail:nth-child(3) i {
  background: #00E9B9 !important;
}
.seller-detail h5, .seller-detail p {
  color: #fff !important;
  margin-bottom: 10px;
}

.prolancer-seller-item.style-1 {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 25px;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}
.prolancer-seller-item.style-1 img {
  width: 170px;
  border-radius: 50%;
  margin: 0 auto 30px;
}
.prolancer-seller-item.style-1 ul li{
  background: rgb(246 197 0 / 10%);
}
.prolancer-seller-item.style-1 h4 {
  font-size: 16px;
  font-weight: 400;
}
.ivisw {
  width: 100%;
  display: inline-block;
}
.ivisw iframe{
  width: 100%;
}

.logins-divus{
  background-color: transparent;
  background-image: linear-gradient(180deg, #334BA3 0%, #0C0616 100%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 100px 100px 100px;
  height: 100vh;
}

.logins-divus .elementor-background-overlay{
  background-image: url("https://ascinate.in/project/entertain/wp-content/uploads/2024/11/pexels-vafphotos-16118368.jpg");
  background-position: center center;
  opacity: 0.46;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  transform: rotate(180deg);
  bottom: -1px;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}
.elementor-shape-bottom svg {
  width: calc(160% + 1.3px);
  height: 269px;
}
.elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.elementor-shape-bottom:not([data-negative="true"]) svg {
  z-index: -1;
}
.elementor-shape .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}
.elementor-shape .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}
.elementor-shape {
  line-height: 0;
  direction: ltr;
}
.logins-divus .container{
  z-index: 10;
  position: relative;
}
.login-and-register {
  padding: 50px 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}
.l-heading{
  color: #FFFFFF;
  font-family: "Anek Malayalam", Sans-serif;
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 63px;
}

.logings h5{
  color: #FFFFFF;
  font-family: "Anek Malayalam", Sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 33px;

}

.login-and-register #login-form input,
#register input{
  width: 100%;
  border: 1px solid #dfdfdf;
  height: 60px;
  border-radius: 50px;
  padding: 0 15px;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  margin-bottom: 15px;
}

.prolancer-btn {
  display: inline-block;
  padding: 18px 50px;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  background: #F6C500;
  border: none !important;
}
.prolancer-btn:hover{
  background: var(--text-color);
  color: var(--whitecolor) !important;
}
.login-and-register .lost-password {
  border-top: 1px solid #f1f1f1;
  color: inherit;
  display: inline-block;
}

/* account */
.accounts-divs-prolfie{
  background: #F8FAFB;
  padding:30px 10px;
  display: inline-block;
  padding-top: 90px;
}
.profile-sections{
  border-radius: 5px;
  padding: 50px 30px;
  background: #fff;
  margin-bottom: 30px;
}
.user-profiles{
  height: 250px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgb(0 0 0 / 5%);
  border-radius: 20px;
  margin-bottom: 20px;
}
.cover-img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.btn-all-profile{
  padding: 10px 25px;
  border-radius: 50px;
  border: 2px solid;
  margin-top: 10px;
  display: inline-block;
  color: #fff;
  background: #F6C500;
  font-weight: 500;
  font-size: 17px;
}

.menus-slidebar{
  border-radius: 5px;
  padding: 50px 30px;
  background: #fff;
  margin-bottom: 30px;
}

.menus-slidebar .navbar{
  padding: 30px 0;
  border-radius: 20px;
  overflow: hidden;
  background: #F8FAFB;
}

.menus-slidebar .navbar-light .navbar-nav .nav-link{
  color: #4A6375;
  font-weight: 700;
  cursor: pointer;
  line-height: 52px;
  font-size: 18px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  position: relative;
  /* left: -15px; */
}
.menus-slidebar .navbar-light .navbar-nav .nav-link i{
  font-weight: 400;
  color: #4A6375;
  margin-right: 15px;
}
.menus-slidebar .navbar-expand .navbar-nav .dropdown-menu{
  position: relative;
  border: none;
}
.menus-slidebar .dropdown-item{
  color: #4A6375;
  font-weight: 700;
  cursor: pointer;
  line-height: 30px;
  font-size: 18px;
  padding: 5px 15px;
}
.menus-slidebar .dropdown-menu{
  min-width: 13rem;
  left: 10px;
}
.tops-headings{
  border-radius: 20px;
    background: #fff;
    padding: 30px;
}
.tops-headings h2{
  font-weight: 700;
}

.bg-colors{
  display: block;
  text-align: center;
  background: #fff;
  padding: 30px 15px 45px 15px;
  border-radius: 20px;
}
.bg-colors h2{
  font-size: 45px;
  font-weight: 700;
}
.bg-colors h2 small{
  font-size: 22px;
}
.pinks{
  background: rgb(246 197 0 / 10%);
}
.pinks-new{
  background: rgb(255 0 122 / 20%);
}
.yellows-div{
  background: rgb(255 187 0 / 20%);
}
.comon-charts{
  border-radius: 20px;
  background: #fff;
  padding: 30px;
}
.comon-charts h2{
  font-weight: 700;
}
.crm-profiles{
  border-radius: 20px;
  background: #fff;
  padding: 30px;
}
.cm-forms-input .form-control,
.cm-forms-input .form-select{
  width: 100%;
  border: 1px solid #dfdfdf;
  height: 60px;
  border-radius: 50px;
  padding: 0 15px;
}
.cm-forms-input .form-control::placeholder,
.cm-forms-input .form-select{
  font-weight: 700;
  color: #151519;
  font-size: 17px;
}
.desiri{
  height: 100px !important;
  resize: none;
  border-radius: 20px !important;
}
.cm-forms-input .form-label{
  font-weight: 700;
  color: #151519;
  font-size: 17px;
}

/* img upload */

.avatar-upload {
  position: relative;
  max-width: 100%;
  margin: 0;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f030";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 100%;
  height: 200px;
  position: relative;
  border-radius:20px;
  border: 3px dashed #dfdfdf;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.user-profiles .avatar-upload .avatar-preview {
  border: none;
  height: 250px;
}
.tbn-all{
  display: inline-block;
  padding: 18px 50px;
  color: #fff !important;
  border-radius: 50px;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  background: #F6C500;
  font-weight: 600;
  font-size: 17px;
}
.tbn-all:hover{
  background: #070012;
}
.cm-mesg {
  background-color: #e6f9f7;
  border-color: #00bfb3;
  padding: 12px;
  font-size: 18px;
  margin-bottom: 25px;
}
.cm-mesg i{
  font-size: 20px;
}
.crm-profiles table .btn{
  padding: 0;
}
.crm-profiles table th{
  font-size: 20px;
}
.crm-profiles table td{
  font-size: 19px;
}
.crm-profiles table.dataTable th, 
.crm-profiles table.dataTable td {
  box-sizing: border-box;
  padding: 20px;
}
.derty2{
  height: 150px !important;
}
.menus-slidebar .dropdown-item:focus, 
.menus-slidebar .dropdown-item:hover{
  background: none !important;
  color: var(--lightcolor);
}
.menus-slidebar .navbar-light .navbar-nav .nav-link.active,
.menus-slidebar .navbar-light .navbar-nav .nav-link.active i{
  color: #f6c500;
}
.dt-length .form-select{
  border-radius: 20px;
}

/* admin css */
.admin-ds-part-new1 {
  background: #f1f1f1;
  min-height: 100vh;
}

.admin-ds-part .listing-subheader,
.admin-ds-part .admins-slider{
 
   background: #23282d;
   position: fixed;
}
.admin-ds-part .admins-slider{
  min-height: 100vh;
}
.admin-ds-part .listing-subheader{
  left: 0;
  right: 0;
  width: 100%;
  z-index: 335;
  height: 47px;
}
.admin-ds-part .admins-slider{

  width: 160px;
}
.admin-ds-part .logo-admins {
  margin-left: 0;
  color: var(--whitecolor);
  font-size: 13px;
}
.admin-ds-part .navbar-brand{
  color: var(--whitecolor);
  font-size: 13px;
}
.lg-outs{
  color: var(--whitecolor);
}
.lg-outs:hover{
  color: #ebebeb;
}
.admin-ds-part .admins-slider{
 padding-top: 8px;
}


.menus-al .navbar,
.menus-al .navbar-collapse {
  flex-direction: column;
}
.menus-al .navbar-expand .navbar-nav {
  flex-direction: column;
}
.menus-al .navbar .nav-link{
  font-size: 14px;
  color: #eee;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all 0.5s;

}
.admin-ds-part .menus-al .navbar .nav-link{
  padding-left: 13px;
}
.menus-al .navbar .nav-link:hover{
   color: #00a0ed;
}
.menus-al .navbar .nav-link:hover i{
  color: #00a0ed;
}
.menus-al .navbar .nav-link i{
  font-size: 16px;
  color: #aaaaaa;
  margin-right: 5px;

}
.menus-al .navbar .nav-link span{
  display: inline-block;
  width: 25px;
}
.menus-al .navbar .nav-link.active-menu{
  background: #0073aa;
  color: var(--whitecolor);
  position: relative;
}
.menus-al .navbar .nav-link.active-menu::after{
  position: absolute;
  content: "";
  right: 0;
  top:8px;
  border: solid 14px transparent !important;
  border-right: solid 14px #f1f1f1 !important;
}
.menus-al .navbar .nav-link.active-menu i{
  color: var(--whitecolor);
}
.active-menu .dropdown-toggle{
  background-color: #0073aa;
  color: var(--whitecolor);
  position: relative;
}
.active-menu .dropdown-toggle::before{
  position: absolute;
  content: "";
  right: 0;
  top:8px;
  border: solid 14px transparent !important;
  border-right: solid 14px #f1f1f1 !important;
}
.active-menu .dropdown-toggle i{
  color: var(--whitecolor) !important;
}
.active-menu .dropdown-item.active{
  color: var(--whitecolor) !important;
  background: none !important;
}
.admin-ds-part .dropdown-toggle::after{
  top:inherit !important;
}
.admin-ds-part .menus-al{
  padding-top: 30px;
}
.admin-ds-part .right-bd-admin{
  width: calc(100% - 150px);
}
.admin-ds-part .features-body{
  padding-left: 0;
  padding-top: 45px;
  padding-right: 0;
}
.admin-ds-part{
  background: #f1f1f1;
}
.admin-ds-part .headings-setps{
  padding: 0 30px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  height: 60px;
}
.spo-apce{
  padding: 0 30px;
}
.admin-ds-part .headings-setps h3{
  color: #111;
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
}
.btn-suc{
  background: #007cba;
  font-size: 14px;
  color: var(--whitecolor);
}

.spo-apce .accordion-button:not(.collapsed){
  background: #fff;
}
.spo-apce .accordion-button:focus{
  box-shadow: none;
}
.spo-apce .accordion-button{
  font-weight: 700;
  color: var(--darkcolor);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125) !important;
}
.spo-apce .accordion-button:not(.collapsed)::after{
  content: "\f0de";
  font-family: "FontAwesome";
  background-image: none !important;
}
.spo-apce .accordion-button::after{
  content: "\f0d8";
  font-family: "FontAwesome";
  background-image: none !important;
}
.accordion-body small i{
  font-size: 10px;
}
.accordion-body p,
.accordion-body li,
.accordion-body a{
  font-size: 15px;
}
.accordion-body a{
  color: var(--lightcolor);
}
.crm-tables td{
  font-size: 14px;
  
}
.crm-tables-new td{
  vertical-align: middle;
}

.crm-tables th{
  font-size: 15px;
}
.crm-tables{
  box-shadow: #eeecf9 1px 20px 25px;
  border-radius: 5px;
  padding: 19px 25px;
  border: solid 2px #bbbbbb29;
  background: #fff;
}
.comoni-parts h6{
  width: 200px;
  display: inline-block;
}
.ms-sub{
  font-size: 20px;
}
.btn-amds{
  border: solid 2px #bbbbbb29;
  background: #fff;
}
.btn-amds2{
  border: solid 2px #bbbbbb29;
  background: #007cba;
  color: var(--whitecolor) !important;
}
.cmh-img{
  border: solid 2px #bbbbbb29;
  padding: 5px;
  background: #fff;
  width: 100px;
  height: 70px;
  display: inline-block;
}
.rightys-div .form-check{
  margin-bottom: 10px;
}
.rightys-div {
  width: 75%;
}
.btns-aved{
  background: #007cba;
  color: var(--whitecolor);
}

.menus-al .dropdown-menu{
  background: #343434;
  border-radius: 0;
}
.menus-al .dropdown-item{
  font-size: 13px;
  color: #b6b6b6;
}
.menus-al .dropdown-item:hover{
  font-size: 13px;
  color: var(--whitecolor);
  background: none;
}
.menus-al .dropdown-menu.show {
  display: block;
  position: relative !important;
}
/* @media (min-width:1366px){
  .dropdown:hover>.dropdown-menu1{
    top:100%;height:inherit;opacity:inherit; opacity: 1; visibility: visible; display: block;
  }
  } */

.fomas-div {
    width: 450px;
}
.right-edit{

}
.login-divs{
  display: block;
  margin: 20px auto 20px auto;
  width: 100%;
  max-width: 100%;
  background: #fff;
  background-color: #fff;
  padding: 30px;
  border: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
}
.content:not(.active) {
  display: none;
}
.content > div{
  border:solid 1px #ebebeb;
}
.btn-svad{
  background: #007cba;
  color: var(--whitecolor);
  line-height: 30px;
  font-weight: 700;
}
.btn-svad:hover{
  background: #0271a8;
  color: var(--whitecolor);
}
.btn-fogets{
  color: #007cba;
}
.news-details-post .form-control:focus{
   border: solid 1px var(--lightcolor) !important;
}
.froms-inputs .form-control:focus{
  border: solid 1px var(--lightcolor);
}
.bodre-tops{
}
.img-thumb {
  max-height: 75px;
  border: 2px solid none;
   border-radius:3px;
  padding: 1px;
  cursor: pointer;
}
.img-thumb-wrapper {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.remove {
  display: block;
  background: #444;
  border: 1px solid none;
  color: white;
  text-align: center;
  cursor: pointer;
}
.remove:hover {
  background: white;
  color: black;
}
.list-cates-menu .accordion-header{
  box-shadow: none !important;
  border: 1px solid rgba(0,0,0,.125);
}
.list-cates-menu .accordion-header .btn{
  font-size: 13px;
}
.list-cates-menu .accordion-button::after{
  float: left;
  position: absolute;
  margin-right: auto;
  margin-left: inherit;
  left: 0;
  font-size: 22px;
  top: 0;
  border-right: solid 1px #e3e3e3;
  height: auto;
  line-height: 36px;
  padding: 6px 13px;
  padding-right: 26px;
}
.list-cates-menu .accordion-button{
  font-weight: 400;
  font-size: 13px;
  padding-left: 53px;
  width: auto;
  box-shadow:none !important;
  background:none !important;
  border:none !important;
}
.list-cates-menu .accordion-item{
  border:none !important;
}
.newradio input.form-check-input{
  width: 17px !important;
  height: 17px !important;
  padding: 0 !important;
  position: relative !important;
}

.cm-forms-input table{
  border: solid 1px #e7e7e7 !important;
}
.cm-forms-input tbody, 
.cm-forms-input td, 
.cm-forms-input tfoot, 
.cm-forms-input th, 
.cm-forms-input thead, 
.cm-forms-input tr{
  border-width: 1px !important;
}
.cm-forms-input .btn{
  font-size: 25px;
}
.cm-forms-input .btn:focus,
.cm-forms-input .btn:active{
  box-sizing: none !important;
}
.cm-forms-input thead{
  background: var(--text-color);
}
.cm-forms-input thead th{
  color: #fff !important;
}
.cm-forms-input table{
  margin-top: 20px;
}
.crm-divs {
  width: 300px;
  height: 200px;
  background: #fff;
  padding: 11px;
  border: solid 1px #e9e9e9;
}
.cm-forms-input td{
  font-size: 20px;
  font-weight: 700;
}

.ivisw{
  border: solid 1px #e3e3e3;
  border-radius: 10px;
  padding: 15px;
  overflow: hidden;
  display: inline-block;
  background: #fff;
  box-shadow: #00000026 1px 2px 13px;
  position: relative;
}
.ivisw::before{
  position: absolute;
  content: "+";
  width: 100%;
  height: 100%;
  background: #000000d4;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 45px;
  display: grid;
  align-content: center;
  justify-content: center;
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s;
  appearance: none;
  pointer-events: none;
}
.ivisw:hover::before{
transform: scale(1);
opacity: 1;
}
.ivisw a{
  width: 100%;
  height: 250px;
  overflow: hidden;
  display: inline-block;
}
.ivisw a img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ivisw iframe {
  width: 100%;
  height: 290px;
  pointer-events: none;
}
.user-uiy .user-profiles{
  width:45px !important;
  height:45px;
  margin-bottom: 0 !important;
  border: solid 2px #bbbbbb5c;
  border-radius: 50%;
  }
  .user-uiy .user-profiles img{
    object-position: top;
  }

  .user-uiy.dropdown-toggle::after {
    border: none !important;
    content: "\f107";
    font-family: "fontAwesome";
    top: inherit !important;
    right: 0;
    position: absolute;
  }

  .userli .dropdown-item{
    color: #000 !important;
  }

  .users_name{
    margin-left: 10px;
    font-family: "Anek Malayalam", serif;
    font-weight: 600;
    font-size: 17px;
  }
  .users_name:hover,
  .users_name:active{
    color: #f6c500 !important;
  }
  .menus-drps{
    min-width: 12rem !important;
  }
  .nav-item > form button.nav-link {
    padding: 5px 15px 5px 20px !important;
  }
  .menus-drps  .dropdown-item{
    font-family: "Anek Malayalam", serif;
    font-weight: 600;
    font-size: 17px;
    padding: 10px 20px;
    border-bottom: dashed 1px #e9e9e9;
  }
  .menus-drps  li:last-child a.dropdown-item{
    border-bottom:none !important;
  }
  .menus-drps .dropdown-item:focus, 
  .menus-drps .dropdown-item:hover{
    background: #f6c500 !important;
    color: #000 !important;
  }

  .admin-ds-part .navbar{
    padding-top: 0;
  }
  .admin-ds-part .admins-slider {
    width: 221px;
}
.admin-ds-part .right-bd-admin {
  width: calc(100% - 221px);
}
.admin-ds-part  .navbar .nav-item {
  margin: 0 0 0 0;
}
.admin-ds-part .admins-slider {
  padding-top: 17px;
}
.admin-ds-part .dropdown-toggle::after{
  right: 9px;
}

.fancybox-content iframe{
  width: 100%;
  min-height: 60px;
  background: none !important;
  background-color: transparent !important;
}
.fancybox-content video:-webkit-full-page-media{
  min-width: 37% !important;
}

/* add deatils */

.ads-details{
  padding: 70px 0;
}
.ads-details p{
  font-size: 18px;
}
.ads-pic01s{
  border: solid 1px #e7e7e7;
  background: #fff;
  padding:20px;
  border-radius: 8px;
  height: 450px;
  display: inline-block;
  width: 100%;
  box-shadow: #efefef 1px 2px 20px;
}
.sub-txy{
  position: relative;
  display: inline-block;
}
.profile-sections h2{
  text-transform: capitalize;
}
.sub-txy::before{
  position: absolute;
  left: 0;
  content: "";
  width: 150px;
  height: 2px;
  background: #3e3e3e;
  bottom: 0;
  width: 100%;
}
.btn-buy{

}
.btn-buy:hover{
  background: var(--text-color);
  color: #fff !important;
}
.price-tags{
  font-weight: 700;
}


/* forms */

.error-message {
  color: red;
  font-size: 80%;
  display: none;
  margin-top: 5px;
}

/* Verberg alle stappen behalve de eerste bij het laden van de pagina */
.no-js .multi-step-form fieldset button,
.no-js .multi-step-form h2, .multi-step-form.edit-form fieldset button,
.multi-step-form.edit-form h2 {
  display: none !important;
}
.no-js .multi-step-form fieldset, .multi-step-form.edit-form fieldset {
  display: block !important;
}
.no-js .multi-step-form [type=submit],
.no-js .multi-step-form [type=reset], .multi-step-form.edit-form [type=submit],
.multi-step-form.edit-form [type=reset] {
  display: inline-block !important;
}
.no-js .multi-step-form .steps, .multi-step-form.edit-form .steps {
  display: none;
}
.multi-step-form fieldset {
  display: none;
}
.multi-step-form fieldset:first-of-type {
  display: block;
}
.multi-step-form fieldset.hidden {
  display: none;
}
.multi-step-form fieldset.visible {
  display: block;
}
.multi-step-form .steps button {
  border: 0;
}
.multi-step-form .steps [disabled] {
  background: none;
}
.multi-step-form .steps .active {
  background: none;
}
.error-text{
  color: red;
}
.chekcs-i span.error-text {
  position: absolute;
  left: 0;
  position: absolute;
  bottom: -30px;
}

.inside-forms-sctions{
  border: solid 1px #e7e7e7;
  background: #fff;
  padding: 38px;
  border-radius: 8px;
  box-shadow: #e7e7e7 1px 2px 20px;
  
}
.inside-forms-sctions .signuop0-btn{
  margin: auto;
  width: auto;
  font-size: 18px;
  display: table;
  margin: auto;
}

.adds-from-po .form-control{
 
}
.adds-from-po .form-control:focus::-webkit-input-placeholder,
.adds-from-po.cm-forms-input .form-control:focus::placeholder{
  color: #fff !important;
}

.locations i{
  color: #fff;
  font-size: 18px;
}
.locations li{
  font-size: 18px;
  margin-right: 10px;
  position: relative;
}
.maps-icons {
  display: inline-block;
  border-radius: 25px;
  width: 35px;
  height: 35px;
  background: #f6c500;
  text-align: center;
  color: #fff;
  line-height: 37px;
}
.locations li::after {
  position: absolute;
  content: ",";
  font-size: 18px;
  right: -7px;
  bottom: 0;
}
.locations li:last-child::after{
  display: none;
}

body:-webkit-full-page-media {
  background-color: transparent !important;
}
.fancybox-iframe body{
  background-color: transparent !important;
  background: transparent !important;
}
.fancybox-iframe video{
  top: -40px;
}
.fancybox-container video {
  position: absolute;
  top: -61px !important;
}
.related-profiles .prolancer-seller-item .seller-item-images a{
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
}
.related-profiles .prolancer-seller-item .seller-item-images a img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
.related-profiles .prolancer-seller-item .seller-content h2{
 font-size: 27px;
 margin-top: 12px;
}
.list-inline-item span{
  margin-left: 2px;
}

.videos01-div{
  display: inline-block;
  width: 100%;
}
.videos01-div iframe{
  pointer-events: none !important;
  appearance: none;
}
.inside-forms-sctions .form-control{
  width: 100%;
  border: 1px solid #dfdfdf;
  height: 60px;
  border-radius: 50px;
  padding: 0 15px;
  font-size: 18px;
}
.inside-forms-sctions .form-group{
  margin-bottom: 20px;
}
.inside-forms-sctions .form-label{
  font-size: 18px;
  font-weight: 700;
}
.inside-forms-sctions .avatar-upload{
  margin-bottom: 20px;
}

.my-iframe{
min-height: 120px !important;
top: -60px !important;
}
.my-iframe body{
  background: none !important;
}
.com-tesr02-vents {
  background: var(--whitecolor);
  box-shadow: #ebebeb 1px 2px 19px;
  border-radius: 16px;
  min-height: 400px;
  overflow: hidden;
}

.com-tesr02-vents .dates{
  color: #f6c500;
  font-weight: 700;
}
.navbar-toggler{
  font-size: 25px;
}
.navbar-toggler:focus,
.navbar-toggler:active{
  box-shadow: none;
}

.contactme .form-control{
  height: 42px;
  margin-bottom: 15px;
}
.contactme textarea.form-control{
  height: 200px;
  overflow: hidden;
  resize: none;
}
.contactme .btn{
  text-transform: uppercase;
  background: rgb(246 197 0);
  font-size: 16px;
  font-weight: 700;
  color: #000;
  border-color: rgb(246 197 0) !important;
  padding: 10px 30px;
}
.contactme .btn:hover{
  background: #000;
  color: #fff;
}
.follow-button{
  cursor: pointer;
}

/* mobile menu */
.mobile-menu-div .offcanvas-body{
  padding: 9px !important;
  padding-bottom: 20px !important;
}
.head-contact{
  margin-top: 25px;
}
.close-menu {
  border: none;
  color: #323657;
  background: none !important;
  position: absolute;
  right: 21px;
  top: 10px;
}
.mobile-menu-sec li a, .mobile-menu-sec li .dropdown .btn {
  text-decoration: none;
  color: #212529;
  padding: 10px 5px 10px 10px;
  display: block;
  background: #f7f7f7;
  margin-bottom: 8px;
  width: 100%;
  text-align: left;
}
.tops-setions{
  padding-top: 25px;
}
@media(min-width:1600px){
  .admin-ds-part .admins-slider{
    width: 242px;
  }
  .admin-ds-part .right-bd-admin {
    width: calc(100% - 242px);
   }
}
@media(max-width:1180px){
.bhn-div-main figure {
  width: 62%;
}
.submit-btn, .prolancer-rgb-btn{
  font-size: 14px;
  padding: 12px;
}
.star-rating i {
  font-size: 16px;
}
.filter-divgb h2 {
  font-size: 20px;
}
.filter-divgb {
  padding: 20px;
}
.list-serach-acd .accordion-button {
  font-size: 20px;
}
.seller-content li {
  padding: 5px 13px;
  font-size: 12px;
}
.seller-hourly-rate{
  margin-top: 20px;
}
.user-deatils h3 {
  font-size: 30px;
}
}
@media(max-width:768px){
  .bhn-div-main figure{
    display: none;
  }
  .bhn-div-main .btn-booking{
    border-radius: 50px;
    height: 48px;
    line-height: 30px;
  }
  .crm-profiles div.dt-container div.dt-search input{
    width: auto !important;
  }
  table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: inherit !important;
   }
   .crm-profiles table.dataTable th, .crm-profiles table.dataTable td {
    box-sizing: border-box;
    padding: 20px 0 !important;
   }
   .crm-profiles{
    padding: 10px !important;
   }
   .crm-profiles div.dt-container div.dt-search{
    width: auto !important;
   }
}
@media(max-width:668px){
  .banner-section h2{
    font-size: 38px;
    line-height: 42px;
  }
  .banner-section p{
    font-size: 16px;
    line-height: 24px;
  }
  .banner-set{
    text-align: center;
  }
  .banner-section p{
    width: 100%;
  }
  .btn-booking{
    padding: 10px 16px 10px 15px;
    font-size: 15px;
  }
  .lefts-se .form-control{
    font-size: 15px;
  }
  .h2-main {
    position: relative;
    font-size: 26px;
  }
  .bhn-div-main .container h3 {
    font-size: 29px;
  }
  
  .bhn-div-main .container {
    height: 240px;
    display: block;
    padding: 32px;
    width: 97%;
    margin: auto;
    }
    .logins-divus{
      padding: 0;
    }
    .l-heading{
      font-size: 30px;
    }
    .logings h5{
      font-size: 15px;
      line-height: 27px;
    }
    .login-and-register{
      padding: 20px;
      margin-top: 20px;
    }
    .elementor-shape{
      display: none;
    }
    .seller-content{
      text-align: center;
    }
    
}
@media(max-width:480px){
  .banner-section .container{
    height: 500px;
  }
  .video-sec{
    height: 500px;
  }
  .h2-main {
    position: relative;
    font-size: 28px;
  }
  .bhn-div-main .container h3 {
    font-size: 26px;
  }
}

.hide{
  display:none !important;
}

.amounts-prc bdi {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-left: -10px;
    font-size: 20px;
  }