*{
  padding: 0;
  box-sizing: 0;
  margin: 0;
}

/* 
@font-face{
    font-family: "Anek Devanagari", sans-serif;
    font-weight: 300;
    font-style: normal;
  src:url(https://iquota1996file.s3.ap-south-1.amazonaws.com/Font2/AnekTelugu-Regular.ttf)
}

@font-face{
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
  src:url(https://iquota1996file.s3.ap-south-1.amazonaws.com/Font2/AnekTelugu-Medium.ttf)

}

@font-face{
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 600;
      font-style: normal;
  src:url(https://iquota1996file.s3.ap-south-1.amazonaws.com/Font2/AnekTelugu-Bold.ttf)


}  */
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
}
.form-group input {
    width: 100%;
    border: 1px solid #d6d6d6;
    padding: 10px;
    border-radius: 10px;
    box-sizing: border-box;
}
.form-group select {
  width: 100%;
  border: 1px solid #d6d6d6;
    padding: 10px;
    border-radius: 10px;
    box-sizing: border-box;
}
.form-group button {
  padding: 10px 15px;
  border: 2px solid #ff4b5c;
  background: none;
  color: #4b4b4b;
  cursor: pointer;
  width: 100%;
  border-radius: 8px;
}


.form-group button:hover {
  background-color: #FF8069;
}
.result {
  margin-top: 20px;
  font-size: 18px;
  color: #ff8d7c;
}
.installmentMark{
  padding: 6px;
  background-color: #40e0d0;
  border-radius: 10px;
  color: #fff;
  max-width: 140px;
  font-size: 13px;
}
#otherSelectorContainer{
  display: none;
}

.installmentMarkCard{
  left: 10px;
  top: 5px;
  position: absolute;
  padding: 6px;
  background-color: #40e0d08f;
  border-radius: 10px;
  color: #fff;
  max-width: 140px;
  font-size: 13px;
}


.margin-t5{
  margin-top: 20px;
}

body{
  font-family: "Anek Devanagari", sans-serif;
  color: #333333;
  overflow: auto;
  background-color:#ffffff;
}


.mySwiper2 [class^="swiper-button-"]{
  scale: 0.8;
}

h1{
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 600;
      font-style: normal;
  color: #58585b;
  font-size: 1.5rem;
}


h2{
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 600;
      font-style: normal;
  color: #58585b;
  font-size: 1.3rem;
}

h3{
    font-family: "Anek Devanagari", sans-serif;
    font-weight: 300;
    font-style: normal;
  color: #333333;
  font-size: 1.2rem;
}

h4{
  font-family: "Anek Devanagari", sans-serif;
  font-weight: 300;
  font-style: normal;
color: #333333;
font-size: 1.1rem;
}


.cards-container{
  background-color: #fff;
}



.swiper-button-next, .swiper-rtl .swiper-button-prev{
  font-size: 9px !important;
  width: 20px;
}


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

button{
    font-family: "Anek Devanagari", sans-serif;
    font-weight: 300;
    font-style: normal;
}

input{
    font-family: "Anek Devanagari", sans-serif;
    font-weight: 300;
    font-style: normal;
}

select{
    font-family: "Anek Devanagari", sans-serif;
    font-weight: 300;
    font-style: normal;
}

#userid{
  display: none;
}


.categoryofclassified{
  width: 1190px;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section-class{
  padding: 30px 0px;
  margin: auto;
  max-width: 1250px;
}


.classified-title{
  padding: 10px 0px;
}
.classified-title h1{
  font-size: 26px;
}
.categoryThacard{
  width: 140px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  border: 1px solid;
  background-color: #fff;
  margin: 7px;
  cursor: pointer;
}

.categoryThacard img{
  height: 50px;
}

.categoryThacard h1{
  font-size: 12px;
  font-family: "Abel";
}

.button_post{
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}


.page-contant{
  margin: auto;
}

.agentCard{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.swiper-slide .agentCard h3{
  font-size: 17px;
}

.swiper-button-next{
  background-color: rgba(0, 0, 0, 0.246) !important;
  font-size: 17px !important;
  padding: 10px;
}

.swiper-button-prev{
  background-color: rgba(0, 0, 0, 0.246) !important;
  font-size: 17px !important;
  padding: 10px;
}

.swiper-pagination-bullet-active{
  background: #ff4b5c !important;
}


a{
  text-decoration: none;
}
/*     background-color: #ff4b5c; */
/* the navbar */

.main-section{
  position: relative;
  margin: auto;
  max-width: 1250px;
}

.header{
  z-index: 1000;
  position: relative;
  margin: auto;
}

.navbar-contant{
  background-color: #ffffff;
}

.morecards{
  position: absolute;
  right: 30px;
  bottom: 150px;
  background-color: #fff;
  border-radius: 3px;
  height: 50px;
  width: 40px;
  box-shadow: 2px 2px 10px #00000024;
  display: flex;
  align-items: center;
  justify-content: center;
}


.carsoolCard{
  width: 180px;
  height: 130px;
  border-radius: 10px;
  overflow: hidden;
}
.carsoolSideCards{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.carsoolCard img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.normal-navbar{
  margin: auto;
  display: flex;
  height: 40px;
  max-width: 1250px;
  align-items: center;
  padding: 10px;
  justify-content: space-between;
}

.nav-element{
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav-element li{
  list-style: none;
  position: relative;
}
.nav-element a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  font-size: 11px;
  font-weight: 500;
  color: #3a3e44;
  margin-bottom: 5px;
    font-family: "Anek Devanagari", sans-serif;
    font-weight: 300;
    font-style: normal;
  cursor: pointer;
  transition: 0.4s;
}


.nav-element i{
  color: #3a3e44;
  font-size: 13px;
  font-weight: lighter;
}


.nav-element img{
  height: 20px;
}

.right-nav{
  display: flex;
  align-items: center;
}

.Logo img{
  height: 30px;
}

.post-userprofile{
  margin-top: 5px;
}

.center-nav{
  justify-content: space-between;
  display: flex;
  gap: 20px;
}

.left-nav{
  display: flex;
  gap: 20px;
}

.loginorsign ul{
  list-style: none;
  display: flex;
  gap: 5px;
  align-items: center;
  height: 100%;
}

/* button */

.btn-black{
  border: none;
  background-color: #ffffff;
  color: #ff4b5c;
  padding: 10px;
  transition: 0.2s;
}

.btn-yellow{
  border: none;
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #ff4b5c;
  border-radius: 8px;
  cursor: pointer;
  color: #ffffff;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 600;
      font-style: normal;
  padding: 10px;
  transition: 0.2s;
  font-weight: 600;
  font-size: 12px;
  animation-name: addnow;
  animation-duration: 7s;
  transition: 0.3s;
}


@keyframes addnow{
  0%{
    scale: 1.1;
}
10%{
  scale: 1;
}
20%{
  scale: 1.1;
}
40%{
  scale: 1;
}
50%{
  scale: 1.1;
}
}


.edit-btn{
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 150px;
  border-radius: 3px;
  height: 40px;
  color: #8f8f8f;
  background: none;
  padding: 10px;
  transition: 0.2;
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
}

.edit-btn i{
  font-size: 19px;
  transition: 0.5s;
}
.edit-btn i:hover{
  font-size: 22px;
}


.card-detials-2 .card-btn-yellow{
  border: none;
  width:170px;
  height:40px;
  border-radius: 3px;
  display: flex;
  color: #fff;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
  transition: 0.2;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  background-color: #FF8069;
}

.card-detials-2 .card-btn-red{
  border: none;
  width: 150px;
  height: 40px;
  border-radius: 3px;
  display: flex;
  color: #ff4b5c;
  font-weight: 500;
  transition: 0.2;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  border: 2px solid #ff4b5c;
}

.card-btn-yellow{
  border: none;
  width: 225px;
  height: 45px;
  border-radius: 3px;
  display: flex;
  background-color: #ff4b5c;
  color: #ffffff;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
  transition: 0.2;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
.card-btn-red{
  border: none;
  width: 225px;
  height: 35px;
  border: 2px solid #ff4b5c;
  color: #ff4b5c;
  background: none;
  padding: 10px;
  transition: 0.2;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}


.btn-yellow i{
  font-size: 19px;
}

.cat-yellow{
  font-size: 13px;
  width: 70px;
  height: 100%;
  border: 0;
  background-color: #ff4b5c;
  color: #ffffff;
  padding: 7px;
}

/* btn hover */

.btn-yellow:hover{
  background-color: #FF8069;
}

.card-btn-red:hover{
  color: #ffffff;
  background-color: #ff4b5c;
}

.btn-black:hover{
  background-color: #333333da;
}

.card-btn-yellow:hover{
  background-color: #FF8069;
}



/* Sign with  */





.sign{
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background-color: #33333363;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
}

.sign::after{
  content: "";
  filter: blur(10px);
}


.center-section{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.Iagree p{
  margin-top: 5px;
  color: #aaa;
  font-size: 11px;
  font-weight: 300;
}
.create-one a{
  font-size: 13px;
}
.sign-text h2{
  font-size: 18px;
  color: #8f8f8f;
      font-family: "PT Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
}
.sign-text img{
  height: 60px;
}


.sign-with{
  display: none;
  position: absolute;
}
.sign-with.active{
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
}

.sign-with-container{
  position: relative;
  margin: auto;
  width: 450px;
  display: flex;
  padding: 20px;
  border-radius: 4px;
}

.sign .close{
  position: absolute;
  right: 0;
  padding: 0 20px;
}


.sign-with-contant{
  width: 100%;
  gap: 10px;
  text-align: center;
  top: 500px;
  background-color: rgba(255, 255, 255, 0.891);
  padding: 30px;
  border-radius: 4px;
}

.sign-with-contant #back{
  position: absolute;
  left: 50px;
  font-size: 20px;
  top: 70px;
}

@media (max-width:600px) {
  .sign-with-contant{
    padding: 20px 5px;
  }
}

.with-cont{
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: left;
  width: 300px;
  height: 40px;
  padding: 8px;
  text-align: left;
  border: 1px solid #00000030;
  border-radius: 7px;
  overflow: hidden;
}

.with-cont_input{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: left;
  width: 100%;
  height: 35px;
  text-align: left;
  border: none;
  border: 2px solid #00000020;
  overflow: hidden;
  border-radius: 13px;
}


.err{
  font-size: 13px;
  color: #ff4b5c;
}

.with-cont_input img{
  width: 35px;
}
.with-cont_input input{
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 10px;
  font-size: 17px;
  outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s;
}


.new-notifiction{
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #ff4b5c;
  border-radius: 50%;
  color: #ffffff;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-message{
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #ff4b5c;
  border-radius: 50%;
  color: #ffffff;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.t-center{
  font-size: 18px;
  color: #717171;
  font-weight: bold;
  text-align: center;
}

.with-cont img{
  width: 25px;
}
.with-cont input{
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 7px;
  padding-left: 10px;
}
.with-cont a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #333333;
}

.with-cont p{
  font-size: 13px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
  color: #58585b;
}

.create-one a{
  margin: 10px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 600;
      font-style: normal;
  color: #8f8f8f;
}

.create-one a span{
  color: blue;
}
.sign-logo img{
  width: 90px;
}
.Iagree{
  width: 300px;
}

.continues-with{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

#nav-not{
  color: #8f8f8f;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
  font-size: 15px;
  cursor: pointer;
}



/* slideshow  */
.carsool{
  height:auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -2;
  width: 100%;
  border-radius: 4px;
  max-height: 500px;
  gap: 10px;
  background-color: #fff;
  padding: 5px;
  margin-top: 10px;
}
.slideshow{
  height: 290px;
  width: 100%;
  border-radius: 3px;
  position: relative;
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

.dots-container {
  text-align: center;
  position: absolute;
  bottom: -40px;
}

.urop{
  background-color: #ff8d7c;
  background: linear-gradient(#ff8d7c , #f27663);
  padding: 20px;
  border-radius: 20px;
}
.uropcontent{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 150px;
}
.uropcontent h2{
  color: #fff;
  font-size: 25px;
}

.uropcontent button{
  width: 150px;
  height: 45px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  border: none;
}
.dot {
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #FF8069;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot.active {
  background-color: #ff4b5c;
}

.carsoolComp{
  display: flex;
  align-items: center;
  gap: 10px;
  width: 235px;
  padding: 14px 0px;
  position: relative;
}

.carsoolTitle{
  border-bottom: 1px solid #00000016;
}

.carsoolTitle h2{
  padding-bottom:10px;
  font-size: 17px;
}

.carsoolComp img{
  height: 18px;
}

.carsoolComp h3{
  font-size: 17px;
}



.carsoolComp i:dir(ltr){
  font-size: 12px;
  position: absolute;
  right: 0;
  scale: 80%;
}

.carsoolComp i:dir(rtl){
  font-size: 12px;
  position: absolute;
  left: 0;
  scale: 80%;
  transform: rotate(180deg);
}

.black-cover{
  position: absolute;
  width: 100%;
  height: 100%;
}

.animate-fading{
  animation: fading 10s infinite;
}



.slideshow-cover{
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  width: 960px;
  height: 320px;
}


.mySlides img{
  width: 100%;
}

.Note{
  padding: 20px;
  text-align: center;
  font-size: 20px;
  margin: auto;
}
.Note h2{
  font-size: 24px;
  color: #ffffff;
}

.Note span{
  font-weight: 900;
  color: #ff4b5c;
}


.selector{
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.selector select{
  width: 150px;
  height: 40px;
}

.selector h3{
  font-size: 13px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
}

/* filter */
.filter-contant{
  margin: auto;
  max-width: 500px;
  position: relative;
  padding: 5px;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 10px;
  gap: 20px;
  height: 50px;
}
.our-partner-container{
  max-width: 100%;
  background-color: #ffffff;
  margin-top: 30px;
  padding: 20px;
  display: flex;
}

.filter-inside{
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}

.filter-inside2{
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}
.filter-sel{
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
.filter-sel select{
  width: 100%;
  height: 40px;
}
.filter-sel select::part(listbox){
  padding: 19px;
  background-color: #ffffff;
  width: 100%;
  height: 40px;
}


.filter-contant input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

.filter-inputs-search{
  margin: 0 10px;
  height: 40px;
  width: 345px;
  overflow: hidden;
  display: flex;
  border-radius: 10px;
  border: 2px solid #ff4b5c;
}

.filter-inputs{
  margin: 0 5px;
  height: 50px;
  border-radius: 3px;
  width: 245px;
  overflow: hidden;
  display: flex;

}


/*  */

.filter-inputs input{
  width: 100%;
  padding-left: 5px;
}


.filter-holder{
  cursor: pointer;
  width: 100%;
  display: flex;
  font-size: 16px;
  color: #8f8f8f;
  gap: 10px;
  background-color: #ffffff;
  align-items: center;
  position: relative;
}
.filter-holder i:dir(rtl) {
  margin-left: 10px; /* Adjust the margin for RTL */
  color: #aaa;
  position: absolute;
  font-size: 15px;
  left: 0; /* Adjust positioning for RTL */
}

/* Style for LTR (Left-to-Right) */
.filter-holder i:dir(ltr) {
  margin-right: 10px;
  color: #aaa;
  position: absolute;
  font-size: 15px;
  right: 0;
}

.filter-holder input{
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #727272;
}

.filter-holder input:focus{
  background-color: #f9f9f9;
}

.filter-holder span{
  font-size: 12px;
  font-weight: 500;
  padding: 5px;
}


.dropmenu{
  z-index: 1;
  background-color: #ffffff;
  overflow: scroll;
  border-radius: 10px;
  box-shadow:rgb(0 0 0 / 15%) -1px 20px 18px 0px;
  margin-top: 55px;
  overflow: hidden;
  position: absolute;
  max-height: 230px;
  overflow-y: scroll;
  cursor: pointer;
  display: none;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


.dropmenu::-webkit-scrollbar {
  display: none;
}

.morefilterAdress{
  padding: 0px 20px;
  margin-top: 10px;
}

.dropmenu input{
  border: 1.5px solid #33333394;
  width: 80px;
  height: 35px;
  border-radius: 5px;
}

.dropmenu.show{
  animation: height 0.1s ;
  display: block;
  animation-delay: 0.1;
  transition: 0.1s;
}

.profile-drop{
  top: 60px;
  position: absolute;
  align-items: center;
  justify-content: center;
  transition: 0.1s;
  display: none;
}

.profile-drop.active{
  transition: 0.1s;
  display: flex;
}


.profile-drop-details{
  padding: 0px 10px;
  top: 0;
  display: flex;
  flex-direction: column;
  z-index: 1500;
  border-radius: 5px;
  position: absolute;
  left: 2px;
  width: 120px;
  background-color: #ffffff;
  box-shadow: -1px 20px 20px 0px #00000029;
  overflow: hidden;
}

.profile-drop-details img{
  border: 1px solid;
  padding: 5px;
  border-radius: 50%;
  width: 30px;
}

.drop-profile-content a{
  padding: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.drop-pro-details h3{
  color: #333333;
  font-size: 14px;
}
.drop-pro-details p{
  font-size: 14px;
}

.profile-drop-details ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  list-style: none;
}
.profile-drop-details li{
  display: flex;
  text-align: left;
  align-items: center;
  gap: 2px;
  justify-content: center;
  padding: 5px;
  width: 100%;
  font-size: 11px;
  height: 20px;
}
.profile-drop-details li a{
  width: 100%;
  height: 100%;
}
.profile-drop-details li:hover{
  background-color: #71717118;
}

.dropdownprice{
  padding: 5px;
  display: flex;
  gap: 20px;
  white-space:normal;
}



.dropdownprice span{
  font-size: 11px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
}

.dropmenu li{
  list-style: none;
}

.dropmenu li a img{
  height: 25px;
}
.dropmenu li a{
  justify-content: flex-start;
  align-items: center;
  display: flex;
  height: 30px;
  width: 180px;
  gap: 7px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
  padding: 6px 12px;
  font-size: 11px;
  color: #333333;
  border-bottom: 1px solid #f3f3f3;
  list-style: none;
}

.dropmenu li a:hover{
  background-color: #33333311;
}

/* cards categorys */
.home-center-contant{
  z-index: 2;
  position: absolute;
  top: 130px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 100px;
  display: flex;
}
.category-cards i{
  color: #ff4b5c;
}

.category-card p{
  color: #5a5a5a;
}

.category-cards-contants{
  margin: auto;
  border-radius: 10px;
  max-width: 1200px;
}

.category-img{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 50px;
  transition: 0.4s;
}

.category-img img{
  height: 20px;
  transition: 0.2s;
}

.side_cate_link{
  position: absolute;
}

.category-top{
  position: relative;
  z-index: 800;
  display: flex;
  justify-content: center;
  background: #fff;
  margin: auto;
}

.side-category{
  display: none;
  width: 400px;
  max-height: 400px;
  box-shadow: 5px 5px 10px #33333323;
  background-color: #ffffff;
  position: absolute;
  left: 200px;
  top: 0;
  cursor: pointer;
  flex-wrap: wrap;
  animation: width 0.1s ;
  transition: 0.3s ease-in-out;
  transition-delay: 0.1s;
  overflow: hidden;
}


.edit_title select{
  height: 40px;
}

.moregrid{
  display: none;
}

.sidegrid{
  max-width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  overflow: scroll;
  flex-wrap: nowrap;
  gap: 5px;
}

.sidegrid .item2{
  display: flex;
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 8px;
  gap: 5px;
}


.gridShow{
  max-width: 1250px;
  background-color: #fff;
  display: flex;
  gap: 5px;
  max-height: 500px;
  margin: auto;
  padding: 5px;
  overflow: hidden;
  border-radius: 10px;
}

.main_grid_img{
  width: 80%;
  border-radius: 8px;
  overflow: hidden;
}


.gridShow .main_grid_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.gridShow a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.gallery-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

/* Style for each image */
.gallery-item {
  width: 200px;
  margin-bottom: 10px;
}

/* Style for the "Show More" button */
#show-more-btn {
  margin-top: 10px;
  cursor: pointer;
  background-color: #007bff;
  color: #fff;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
}



.side-category-2{
  border-radius: 5px;
  display: none;
  min-width: 220px;
  align-self: center;
  box-shadow: 1px 5px 5px #33333315;
  background-color: #ffffff;
  position: absolute;
  top: 50px;
  cursor: pointer;
  flex-wrap: wrap;
  max-height: 400px;
  animation: height 0.1s ;
  transition-delay: 0.1s;
  overflow: scroll;
}
.checked {
  color: orange;
}  
@keyframes height{
  0%{
      max-height: 0%;
  }
  10%{
      max-height: 10%;
  }
  20%{
      max-height: 20%;
  }
  40%{
      max-height: 40%;
  }
  50%{
    max-height: 50%;
  }
  70%{
    max-height: 70%;
}
  80%{
      max-height: 80%;
  }
  100%{
      max-height: 100%;
  }
}

@keyframes width{
  0%{
      width: 0px;
  }
}

.cover-of-category{
  height:200px;
  display: flex;
  max-width: 1250px;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 8px;
}
.cover-of-category-text{
  position: absolute;
  margin: auto;
}
.cover-of-category-text h2{
  color: #ffffff;
  font-size: 40px;
}

.cover-of-category-img{
  width: 100%;
  object-fit: cover;
  height: 250px;
  overflow: hidden;
}

.cover-of-category-img img{
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.list-cat{
  height: auto;
  padding: 20px;
}

.list-cat li{
  padding: 10px 0px;
  font-size: 14px;
  list-style: none;
}


.side-category{
}

.cards-row{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.cards-row-2{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.category-address{
  background-color: #ffffff;
  padding: 10px;
  width: 180px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.272)
}
.inside-cat{
  z-index: 1000;
}
.category-card{
  width: 180px;
  height: 35px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.046);
  display: flex;
  align-items: center;
  padding: 11px;
  gap: 10px;
  transition: ease-in-out 0.2s;
  z-index: 800;
}
.category-card:hover{
  box-shadow: 10px 10px 10px #33333364;
}
.category-card-top{
  position: relative;
  cursor: pointer;
  min-width: 180px;
  height: 45px;
  background-color: #ffffff;
  flex-direction: column;
  border-radius: 3px;
  display: flex;
  margin: 2px;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transition: ease-in-out 0.2s;
  z-index: 1100;
}

.category-card-top a{
  width: 100%;
  display: flex;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 600;
      font-style: normal;
  flex-direction: column;
}

.category-card-top li a{
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
}

.category-card-top::before{
  content: "";
  position: relative;
  cursor: pointer;
  width: 100%;
  position: absolute;
  height: 45px;
  width: 0;
  opacity: 0;
  border-bottom:3px solid #333333;
  display: flex;
  margin: 4px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: ease-in-out 0.2s;
}

.category-card-top:hover::before{
  opacity: 1;
  width: 50px;
}

.category-card-top p{
  font-size: 14px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
  color: #58585b;
}



.category-card:hover{
  transform: translateY(-0.12%);
}
.category-card i{
  font-size: 20px;
}

/* main container */

.main-container{
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);

}

.main-container-col{
  border-radius: 5px;
  margin: 20px 0px;
  background-color: #fff;
  padding: 5px 15px;
}

.side-address{
  margin: 5px 0px;
}

.side-address h2{
  font-size: 20px;
}

.llss_title h2{
  font-size: 23px;
}

/* select fillter */


/* card styling */

.Thecard{
  overflow: hidden;
  border-radius: 9px;
  width: 235px;
  height: 200px;
  transition: 0.2s;
  box-shadow: rgba(0, 0, 0, 0.053) 0px 0px 20px;
  position: relative;
  margin: 5px;
}

.Thecard .price h1{
  font-size: 15px;
}

.Thecard .price span{
  font-size: 13px;
}

.Thecard .features span{
  font-size: 11px;
}

.Thecard .card-title p{
  font-size: 11px;
}

.thecard-profile{
  border-radius: 9px;
  display: flex;
  width: 720px;
  padding: 10px;
  transition: 0.2s;
  box-shadow: rgba(0, 0, 0, 0.078) 0px 0px 20px;
  position: relative;
  margin: 5px;
}

.pri_loction{
}

.card-profile{
  overflow: hidden;
  object-fit: cover;
  height: 130px;
  width: 200px;
  border-radius: 9px;
  background-position-y:center;
  background-image: url(https://static.vecteezy.com/system/resources/thumbnails/004/141/669/small/no-photo-or-blank-image-icon-loading-images-or-missing-image-mark-image-not-available-or-image-coming-soon-sign-simple-nature-silhouette-in-frame-isolated-illustration-vector.jpg);
}
.card-profile img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.Thecard a{
  position: absolute;
  width: 100%;
  height: 100%;
}
.thecard-2{
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  width: 390px;
  height: 325px;
  transition: 0.2s;
  margin: 8px;
  transition: 0.5s cubic-bezier(0.98, 0.09, 0, 1);
  box-shadow: 0px 2px 20px #00000012;
  transition: 0.3s;
  cursor: pointer;
}
.thecard-2:hover{
  box-shadow: 3px 3px 50px #0000001b;
}
.Thecard-2 a{
  position: absolute;
  width: 100%;
  height: 100%;
}

.Thecard:hover{
  box-shadow: 2px 2px 50px #33333331;
}

.card-img{
  display: flex; 
  align-items: center;
  justify-content: center;
  overflow: hidden;
  object-fit: cover;
  height: 130px;
  width: 100%;
}

/* .Post-content-slide img{
  height: 100%;
} */

.main-gallary-img{
  height: 100%;
  animation: myAnim2 0.8s ease-in 0s 1 normal none;
}

.main-gallary-img.active{
  animation: myAnim 0.8s ease-in 0s 1 normal none;
}


.postslide{
  width: 500px;
}

.card-img img{
  width: 240px;
}
.card-img-2{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: 170px;
}



.card-desc p{
  color: #8f8f8f;
  font-size: 14px;
}

.card-desc p img{
  height: 10px;
}

.card-desc {
  padding:1px 10px;
}


.color_selector .color{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #0000007b;
}

.transmtion{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.morefiltersection{
  width: 250px;
  margin: 10px 3px;
}

.morefiltersection h3{
  font-size: 14px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
}

.data-check label{
  font-size: 11px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
}

.card-img-2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* share */

.share_name{
  padding: 15px;
}

.share_name p{
  font-size: 13px;
}

.share_name h3{
      font-family: "PT Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
  font-size: 18px;
}


.shareit{
  display: none;
  z-index: 3000;
  position: fixed;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  background-color: #000000a3;
  backdrop-filter: blur(5px);
}
.shareit.active{
  display: flex;
  animation: fadeIn 0.5s ease-in-out;
}

.shareit_details{
  width: 400px;
  height: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 10px;
}

.share_input input{
  width: 250px;
  height: 40px;
  border: none;
  border-radius: 9px;
  background: #0000000d;
}

.social_share{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.socail_share_icon button{
  border: none;
  background: none;
}

.socail_share_icon{
  margin: 10px;
}

.socail_share_icon img{
  height: 24px;
}

.share_input button{
  height: 40px;
  width: 60px;
  border-radius: 8px;
  border: none;
  background-color: #ff4b5c;
  color: white;
}



  /* share */


.data-check input[type="radio" i]{
  width: 20px;
}

.card-detials{
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  max-width: 300px;
  padding: 5px;
}

.filter-section{
  position: relative;
  z-index: 700;
  max-width: 1250px;
  background: #fff;
  margin: auto;
  border: 1px solid #00000026;
  border-radius: 10px;
}

.main-container-col.allData{
  display: flex;
  flex-direction: row;
}
.card-detials-2{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0px 5px;
}

.price_loction{
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.color_selector li.active{
  background-color: #FF80697f;
}


.price_loction-2{
  bottom: 175px;
  border-radius: 3px;
  padding: 3px 5px;
  align-items: center;
  flex-direction: column;
}

.price{
  display: flex;
  align-items: center;
  padding: 0px 5px;
}
/* .card-location{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff4b5c;
  border-radius: 50%;
  height: 30px;
  width: 30px;
} */

.card-location i{
  margin: 0px 5px;
  font-size: 13px;
  color: #ff4b5c;
}

.price h1{
  font-size: 22px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
  color: #58585b;
}


.price span{
  font-size: 18px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
  margin: 2px;
}


.thecard-2 .features{
  position: absolute;
  bottom: 100px;
}

.features{
  max-width: 330px;
  gap: 4px;
  right: 10px;
  font-size: 12px;
  display: flex;
  padding-left: 5px;
}

.features .area{
  padding: 5px;
  background-color:rgb(247, 247, 248);
  border: 1px solid rgb(238, 238, 239);
  border-radius: 4px;
}
.features .area h3{
  font-size: 12px;
}

.features .area span{
  font-size: 12px;
}


.features .bath{
  padding: 5px;
  background-color: rgb(247, 247, 248);
  border: 1px solid rgb(238, 238, 239);
  border-radius: 4px;
}
.features .bath h3{
  font-size: 12px;
}

.features .bath span{
  font-size: 13px;
}


.features .bed img{
  height: 15px;
  margin: 3px;
}
.features .bed{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-family: "Anek Devanagari", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FF8069;
  background-color: rgb(255 255 255);
  border: 1px solid rgb(238, 238, 239);
  border-radius: 4px;
  box-shadow: 0px 0px 6px 0px #3a3e4429;
  padding: 1px;
}
.features .bed h3{
  font-size: 14px;
}

.features .bed span{
  font-size: 10px;
}

.features span{
  color: #8f8f8f;
  font-size: 12px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
  margin-right: 3px;
}
.features i{
  font-size: 13px;
  margin: 0px 4px;
  color: #2f2f2f;
}


.card-detials-2 .cards-button{
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  justify-content: space-around;
}


.search-btn .card-btn-yellow{
  width: 100px;
}

.cards-button{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  justify-content: space-around;
}
.whatsapp-button button{
  display: flex;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;

}



.cards-button img{
  width: 20px;
}

.line{
  bottom: 70px;
  position: absolute;
  align-self: center;
  width: 400px;
  background-color: #33333324;
}

/* card grid show */


.cards-grid-show{
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.cards-grid-showPf{
  align-items: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 800px;
  overflow: scroll;
  justify-content: center;
}

.cards-grid-showHome{
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: center;
}




/* our partner */

.Our_Partner{
  text-align: center;
  margin: auto;
  max-width: 1250px;
}


.center-address {
  margin: 30px;
}
.center-address span{
  font-size: 20px;
  color: #ff4b5c;
}

.center-address h1{
  font-size: 20px;
}
/* cards */
.our-partner-grid{
  gap: 15px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.our-partner-card{
  border-radius: 11px;
  border: 1px solid #33333309;
  width: 170px;
  height: 170px;
  overflow: hidden;
}

.partner-card-img{
  object-fit: cover;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.partner-card-img img{
  width: 100%;
}

.copyRight{
  margin: auto;
  margin-top: 30px;
  max-width: 1250px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.copyRight p{
  font-size: 11px;
  color: white;
}

.copyRight img{
  height: 50px;
}

.partner-card-title{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
}



.card-title h1{
  font-size: 16px;
}


.card-title p{
  font-size: 16px;
    font-family: "Anek Devanagari", sans-serif;
    font-weight: 300;
    font-style: normal;
  color: #8f8f8f;
}

.card-title{
  padding: 0px 5px;
}

.card-detials-2 .card-title p{
  font-size: 13px;
    font-family: "Anek Devanagari", sans-serif;
    font-weight: 300;
    font-style: normal;
  color: #8f8f8f;
}

.thecard-2 .card-title p{
  font-size: 14px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
}

.adstype p{
  font-size: 11px;
    font-family: "Anek Devanagari", sans-serif;
    font-weight: 300;
    font-style: normal;
  color: #8f8f8f;
}


/* services circle */
.our-services{
  margin: auto;
  text-align: center;
  max-width: 1000px;
}
.our-services-contant{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-services-row{
  align-items: center;
  justify-content: center;
  gap: 50px;
  display: flex;
  z-index: 2;
}

.services-circle{
  width: 90px;
  height: 90px;
  background-color: #ff4b5c;
  color: rgb(60, 59, 55);
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.services-circle img{
  width: 50px;
}
.services-circle i{
  font-size: 40px;
}

.services-line{
  z-index: -1;
  position: absolute;
  height: 3px;
  background-color: #33333342;
}


/* footer */
footer{
  background-color: #fbfbfb;
  overflow: hidden;
  max-height: 38rem;
  padding: 30px;
}

.footer-contant{
  padding: 10px 0px;
  width: 100%;
  gap: 40px;
}

.footer-center{
  margin: auto;
  max-width: 1130px;
  justify-content: space-between;
  display: flex;
}

.footer-center li{
  list-style: none;
  margin: 10px 0px;
}

.footer-center li a{
  font-size: 11px;
  color: #717171;
}

.footer-center h3{
  font-size: 16px;
      font-family: "PT Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
  color: #414141;
}

.footer-center p{
  font-weight:bold;
}


.card_loading {
  width: 290px;
  margin: 5px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.card__content {
  padding: 20px;
}

.card__image{
background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
border-radius: 5px;
background-size: 200% 100%;
animation: 1s shine linear infinite;
}


.card__image {
height: 200px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.card__content {
padding: 20px;
}
.card_loading h2 {
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1s shine linear infinite;
height: 30px;
}
.card_loading p {
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1s shine linear infinite;
  margin-top: 5px;
height: 70px;
width: 80%;
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}





.llss_col{
  width: 135px;
  height: 70px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2px;
  margin: 4px;
  transition: 0.2s;
  gap: 5px;
}
.searchBarCenter{
  display: none;
  position: absolute;
  align-self: center;
  width: 100%;
  height: 100%;
  z-index: 2000;
  top: 50;
  background: rgb(255, 252, 252);
  border-radius: 10px;
}

.llss_col img{
  height: 25px;
  transition: 0.7s;
}



.llss_col:hover img{
  transform: rotateY( 180deg ) ;
}
.llss_col h3{
  font-size: 13px;
  font-weight: 400;
}
.llss_title{
  max-width: 400px;
  background-color: #f3f5f7;
  padding: 10px 0px;
}
.llss_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}

.allcategory{
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.left_cat img{
  height: 140px;
}

.left_cat img{
  animation-name: come;
  animation-duration: 20s;
}

@keyframes come {
  from {
    transform: translateX(200px);
  }
  to {
    transform: translateX(0px);
  }
}

.left_cat{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}


.allcategory_llss.now{
  background-color: #00000007;
  border-radius: 3px;
  padding: 20px;
}

.left_cat_btn button{
  width: 240px;
  height: 50px;
  color: #fff;
  background-color: #ff4b5c;
  border: none;
  font-size: 20px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 600;
      font-style: normal;
  border-radius: 3px;
  transition: 0.2s;
}

.left_cat_btn button:hover{
  border: 4px solid #ff4b5c;
}

.right_cat_btn button{
  width: 240px;
  height: 50px;
  color: rgb(255, 255, 255);
  background-color: #109D94;
  border: none;
  font-size: 20px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 600;
      font-style: normal;
  border-radius: 3px;
}

.shapescircle{
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #3a3e44;
  position: absolute;
  right: -200px;
}

.left_cat_title{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.left_cat_title h3{
  font-size: 35px;
  width: 22ch;
  animation: typing 4s steps(22), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
}

@keyframes typing {
  from {
    width: 0
  }
}
    
@keyframes blink {
  50% {
    border-color: transparent
  }
}

.buttons_of_banner{
  display: flex;
  gap: 5px;
}


.left_cat_title h3 span{
  background-color: #3a3e44;
  padding: 10px;
  color: #ff4b5c;
  font-size: 25px;
  border-radius: 10px;
}
.left_cat_btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}


/* Home Page end */




/* Details Page */

.post-left-card{
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position:"relative";
}

.fullviewimgs .post-left-card{
  height: 100%;
}

.mySwiper2 .swiper-slide img{
  margin: auto;
}



.gallary img{
  width: 200px;
}

.gallary{
  min-width: 100%;
  width: max-content;
  background-color: #333333;
  display: flex;
}

.postgallary{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  margin: 3px;
  height: 100px;
  cursor: pointer;
}
.gallary-scroll{
  -ms-overflow-style: none;  
  scrollbar-width: none;  
  position: relative;
  overflow: scroll;
  width: 100%;
  border-radius: 10px;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */

}

.gallary-scroll::-webkit-scrollbar{
  display: none;
}
.col-leftside{
  width: 100%;
  border-radius: 9px;
  overflow: hidden;
}

.Post-content-slide{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px;
  background-color: #2f2f2f;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
  transform: scale(1.1);
  object-fit: cover;
  background-position-y:center;
  background-position-x:center;
  background-image: url(https://static.vecteezy.com/system/resources/thumbnails/004/141/669/small/no-photo-or-blank-image-icon-loading-images-or-missing-image-mark-image-not-available-or-image-coming-soon-sign-simple-nature-silhouette-in-frame-isolated-illustration-vector.jpg);
}

.post-row{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: auto;
}

.postLeft{
  width: 70%;
}

.postTitle{
  padding: 8px 0px;
}

.postTitle h2{
  font-size: 19px;
  line-height: 39px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
  color: #58585b;
}


.address-Amenities{
  padding: 15px 0px;
}

.address-Amenities ul{
  margin-top: 10px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
  gap: 30px;
}

.address-Amenities ul li{
  display: flex;
  margin: 20px 0px;
  color: #8f8f8f;
  font-size: 13px;
  background: #ff806930;
  padding: 5px;
  border: 2px solid #58585b70;
  gap: 8px;
  border-radius: 7px;
  align-items: center;
}

.address-Amenities ul li::before{
  content: "✔";
}


.transtion-btn{
  justify-content: center;
  width: 98%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 500;
}

.transtion-btn i{
  cursor: pointer;
  color: #ffffff;
  transition: 0.3s;
}

.transtion-btn i:dir(rtl){
  cursor: pointer;
  color: #ffffff;
  transition: 0.3s;
  transform: rotate(180deg);
}

.transtion-btn i:hover{
  font-size: 19px;
}

.time-view{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  font-size: 13px;
}

.post-category{
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
}

.category-type{
  display: flex;
  gap: 30px;
}
.category-type a{
  color: #333333;
}
.category-type a{
  width: 90px;
  border: 2px solid #ff4b5c;
  height: 30px;
  color: #333333;
  text-align: center;
  border-radius: 20px;
}
.category-type a:nth-last-child(1){
  border: 2px solid #ff4b5c;
}
.category-type a:nth-last-child(2){
  border: 2px solid #333333;
}

.post-information{
  margin-top: 5px;
}

.post-cost{
  max-width: 100%;
  padding: 5px 30px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 20px;
}

.footer-socailMedia img{
  width: 40px;
}
.footer-socailMedia li{
  margin: 0px 5px;
}

.support{
  margin-top: 20px;
}

.support-m{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.support-text{
  text-align: center;
  font-size: 19px;
  margin: 50px;
}

.circle-of-sup{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 2px solid #8f8f8f;
  border-radius: 50%;
}
.circle-text p{
  color:#727272;
  font-size: 12px;
}

.circle-of-sup i{
  font-size: 17px;
  color: #8f8f8f;
}

.support-m h3{
  font-size: 13px;
  color: #8f8f8f;
}

.support-content{
  margin: auto;
  justify-content: space-between;
  width: 70rem;
  display: flex;
}


.post-cost h2{
  font-size: 25px;
  color: #5a5a5a;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
}
.post-cost span{
  margin-right: 10px;
  font-size: 25px;
  color: #5a5a5a;
}

.postRight{
  width: 30%;
  display: flex;
  flex-direction: column;
}

.post-profile-row{
  padding: 20px;
  background-color: #ffffff;
  position: relative;
  border-radius: 5px;
  box-shadow: 1px 0px 10px #0000001b;
  border-radius: 10px;
}

.member-since h3{
  font-size: 18px;
      font-family: "PT Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
}

.member-since p{
  font-size: 12px;
  color: #8f8f8f;
}

.post-profile-location span{
  color: #8f8f8f;
  font-size: 14px;
}

.post-profile-location i{
  color: #33333389;
}

.userTips{
  background-color: #ffffff;
  margin-top: 20px;
  padding: 30px;
}

.googleMap{
  background-color: #ffffff;
  margin-top: 20px;
  overflow: hidden;
}

#map {
  height: 400px; /* The height is 400 pixels */
  width: 100%; /* The width is the width of the web page */
}

.loationAdress{
  padding: 20px;
}

.navbar_mob{
  background-color: #ffffff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-sum{
  width: 100%;
  background-color: #ffffff;
  position: fixed;
}
.nav-language{
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
}

.searchFromHome{
  width: 450px;
  height: 27px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: -1px 0px 10px #0000001f;
}

.searchFromHome button{
  width: 12%;
  height: 100%;
  border: none;
  color: white;
  background-color: #ff4b5c;
  position: absolute;
  top: 0;
  font-size: 12px;
}


.magnfig{
  top: 7px;
  position: absolute;
  opacity: 0.8;
}

.magnfig:dir(ltr){
  right:10px;
}

.magnfig:dir(rtl){
  left:10px;
}

.searchFromHome input{
  width: 85%;
  height: 100%;
  border: none;
  outline: none;
  margin-left: 20px;
}

.nav-language a{
  display: contents;
  color: #3a3e44;
}

.postform-address{
  padding: 20px;
  text-align: center;
  background-color: #ffffff;
}

.login-user-profile{
  position: static;
  display: flex;
  cursor: pointer;
  gap: 5px;
  border-radius: 25px;
  align-items: center;
  height: 40px;
  padding: 0px 10px;
}

.login-user-profile .userimg{
  width: 30px;
  height: 30px;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  color: #333333;

}
.login-user-profile h3{
  color: #333333;
  font-size: 15px;

}

.login-user-profile .userimg img{
  width: 100%;
  object-fit: cover;
  height: 100%;

}

.nav-language img{
  width: 25px;
  color: #333333;
}
.userTips ul{
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.userTips ul a{
  font-size: 10px;
  color: #333333;
}

.profile-img{
  object-fit: contain;
  overflow: hidden;
  width: 70px;
  height: 70px;
  justify-content: center;
  border-radius: 50%;
}
.Notfound{
  padding: 30px;
  color: #8f8f8f;
}

.Notfound img{
  width: 200px;
}

.profile-img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.userprofile{
  display: flex;
  margin-top: 10px;
}

.userprofilename{
  justify-content: center;
  align-items: center;
  display: flex;
}

.userprofilename img{
  width: 20px;
}

.profile-info-row{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
}

.location-address img{
  left: 0;
  width: 20px;
}

.location-address a{
  font-size: 13px;
}

.rateing{
  margin-top: 5px;
  display: flex;
  gap: 4px;
}

.location-address{
  width: 100%;
}

.location-address .loc-add{
  font-weight: bold;
  font-size: 14px;
  width: 150px;
  gap: 2px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: start;
}

.location-address li{
  opacity: 0.8;
}

.phone-number-check{
  width: 100%;
  height: 50px;
}

.post-profile-contact{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  height: 80px;
}

.check-profile{
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.check-profile a{
  color: #333333;
  font-size: 17px;
}

.phone-row{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #8f8f8f;
}
.phone-row i{
  font-size: 13px;
  transition: 0.5s;
}

.phone-row h3{
}

.post-props{
  padding: 0px 30px ;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

.post-props h2{
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
  font-size: 18px;
}

.address-side h2{
  margin: 10px 0px;
}

.address-side{
  min-width: 370px;
}

.address-side ul{
  padding: 3px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: left;
}
.address-side li{
  display:flex;
  max-width: 80%;
  align-items: center;
  justify-content: space-between;
  list-style:none;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
  color: #5a5a5a;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  padding: 15px 0px;
  gap: 5px;
  border-bottom: 1px solid #0000000d;
}


.post-description{
  margin-top: 20px;
  padding: 30px;
  background-color: #ffffff;
}




.likeshare{
  position: relative;
}

.likeshare{
  position: relative;
  width: 100%;
}
.views{
  width: 100%;
  display: flex;
  gap: 10px;
  position: absolute;
  align-items: center;
  justify-content: end;
  top: 20px;

}

.post-details{
  margin-top: 20px;
  margin: auto;
  max-width: 1350px;
}
.view-like{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  top: 5px;
  color: #ff4b5c;
  z-index: 1000;
}
.view-like.active{
  color: #ff4b5c;
}
.view-like:hover{
  font-size: 23px;
}

.view-like-card{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  right: 5px;
  top: 5px;
  position: absolute;
  z-index: 1000;
  transition: 0.3s;
}
.view-like-card i{
  color: white;
  font-size: 23px;
  transition: 0.2s;
}

.btn-slide-left{
  z-index: 800;
  border-radius: 10px;
  padding: 12px;
  opacity: 0.7;
  background-color: #000000d6;
}

.btn-slide-right{
  border-radius: 10px;
  z-index: 800;
  padding: 12px;
  opacity: 0.7;
  background-color: #000000d6;
}

.transtion-btn i{
  cursor: pointer;
  color: #ffffff;
  transition: 0.3s;
}


.view-like-card.active{
  color: #ff4b5c;
}
.get_detail{
  position: absolute;
  width: 100%;
  height: 200px;
  z-index: 500;
}

.mylocation{
  display: flex;
  align-items: center;
  gap: 4px;
}

.mylocation p{
  margin-top: 10px;
  color: #37a7f8;
  font-size: 15px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
}

.postTitle h1{
  font-size: 23px;
}

.propsDetials{
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.userTips li a{
  font-size: 13px;
}
.userTips li{
  font-size: 13px;
}

.address-side li span{
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
  font-size: 12px;
  color: rgb(61, 61, 61);
}
.view-like-share{
  display: flex;
  padding: 30px 20px;
  justify-content: space-between;
}

.view-like-share .view{
  width: 40px;
  height: 40px;
  border-radius:50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333333;
  color: #333333;
  transition: 0.3s;
  font-size: 13px;
}

.view:hover{
  font-size: 17px;
}

.dis-col1{
  padding: 15px 0px;
  font-size: 13px;
  color: #8f8f8f;
}

.youtube-frame{
  margin-top: 7px;
}


.postform{
  max-width: 500px;
  margin: 20px 0px;
  padding: 10px;
  border-radius: 20px;
  border: 2px solid #0000001f;
  background-color: #ffffff;
}

.form{
  padding: 20px;
}


.mobile_app{
  overflow: hidden;
  margin: auto;
  max-width: 500px;
}

.post-ads-btn{
  width: 100%;
  background-color: #ff4b5c;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  height: 30px;
}

.search-category{
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 2000;
  top: 0;
  background-color: #ffffff;
}
/* profile information */

.userprofile-details{
  width: 100%;
  display: flex;
  gap: 10px;
  margin: auto;
}

.userprofile-col{
  width: 320px;
  padding: 20px;
  flex-direction: column;
  height: fit-content;
  display: flex;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 1px 2px 30px #00000011;
}

.userprofile-col h3{
  font-size: 18px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
}

.userprofile-cover{
  width: 100%;
  height: 180px;
  object-fit: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}


.userprofile-cover img{
  width: 100%;
}

.thefinds{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.thefinds input{
  width: 200px;
  height: 30px;
  padding: 5px;
  margin-left: 10px;
}

.userprofile-img{
  width: 100%;
  padding: 5px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  gap: 5px;
}

.profileinfo-row{
  display: flex;
  justify-content: end;
}

.userprofile-self-info{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  text-align: center;
}
.userprofile-self-info h2{
  font-size: 17px;
  color: #333333;
  text-transform: uppercase;
  margin: 7px 0px;
}

.yourfollower h3{
  color: #ff4b5c;
}

.yourfollower span{
  color: #333333;
}

.userprofile-img-cover{
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  width:105px;
  height:105px;
  border: 2px solid #FF8069;
  background-color: #333333;
  background-size: cover;
}



.btn-phone{
  width: 200px;
  margin: 3px;
  height: 50px;
  border-radius: 4px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
  border: none;
  background:#FF8069 ;
  color: white;
}

.share{
  position: absolute;
  z-index: 2000;
  top: 20px;
  font-size: 19px;
  right: 20px;
}

.btn-email{
  width: 200px;
  margin: 3px;
  height: 50px;
  border-radius: 4px;
  color: #3a3e44;
  border: none;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 600;
      font-style: normal;
  background:#54545423 ;
}


.userprofile-img-cover img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}



.profile-edit-follow{
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.profile-user-info{
  gap: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.userinfo_dash{
  width: 100%;
}

.dashinfo h3{
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 600;
      font-style: normal;
  font-size: 17px;
  color: #58585b;

}

.dashinfo p{
  color: #8f8f8f;
  font-size: 18px;

}




.profile-user-info li{
  text-align: left;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 5px 0px;
}

.profile-user-info li a{
  color: #8f8f8f;
}
.data_profile{
  display: flex;
  gap: 5px;
}
.profile-list{
  padding: 0;
  font-size: 13px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.profile-list a{
  width: 100%;
  height: 30px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
  color: #4b4b4b;
}

.profile-list a i{
  font-size: 20px;
}
.profile-list a:hover{
  background: #00000007;
}

/* .profile-line{
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
} */

.yourfollower{
  font-size: 17px;
  color: #ff4b5c;
}

.pf-ads{
  color: #727272;
  cursor: pointer;
  transition: 0.3s;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 600;
      font-style: normal;
}


.profile-list a.active{
  background-color: #00000012;
}

.ads-contant{
  background-color: #ffffff;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  min-height: 20rem;
  margin-top: 5px;
  transition: 0.3s;
  display: none;
  overflow: scroll;
}

.ads-contant.active{
  display: flex;
}

.profile-contant{
  background-color: #fff;
  width: 890px;
  box-shadow: 1px 2px 30px #00000011;
}


.search-btn{
  height: 100%;
  display: flex;
  align-items: center;
}

.filter-inputs select{
  border: none;
}

.fil-cont{
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  z-index: 100;
  white-space: nowrap;
}
.fil-cont h3{
  font-size: 15px;
  color: #6a6a6a;
  margin: 5px 0px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 400;
      font-style: normal;
}

.fil-cont .filter-inputs{
  top: 0;
  width: 120px;
  height: 35px;
  border: 1px solid #dfdfdf;
}
.data-check{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

.fullviewimgs{
  top: 0;
  z-index: 3000;
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.84);
}

.alldata{
  padding: 0px 20px;
  overflow: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.alldata::-webkit-scrollbar {
  display: none;
}

.alldata input{
  width: 100px;
}

.alldata select{
  width: 350px;
  border: 1px solid #333333;
}

.dropbtn{
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  padding: 20px;
}

.dropbtn button{
  height: 30px;
  background-color: #ff4b5c;
  border: none;
  color: #ffffff;
  width: 90px;
  margin: 5px;
}

.a-1 input{
  margin-right: 5px;
  width: 100%;
  color: #ff4b5c;
  height: 20px;
  position: absolute;
  opacity: 0;
}


.pagination {
  display: inline-block;
}

.allPagnations{
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination button {
  color: black;
  float: left;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #f9f9f9;
  border: 1px solid #00000007;
  border-radius: 4px;
  margin: 5px;
}

.pagination button.active {
  background-color: #ff4b5c;
  color: white;
}

.a-1{
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 5px;
  padding: 5px;
  border: 1px solid #0000001f;
  border-radius: 7px;
  position: relative;
}

.a-1.activeInput {
  border: 1px solid #FF8069;
}

.color_selector{
  display: flex;
  flex-wrap: wrap;
}

.transmtion{

}


.color_span{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  box-shadow: 3px 3px 9px #00000011;
}

.more_filter{
  width: 350px;
}

.filter_block h3{
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 600;
      font-style: normal;
  font-size: 13px;
}

.filter_block{
  border-bottom: 1px solid #0000002b;
  margin: 20px 0px;
}

.filter_block input{
  border-radius: 6px;
  border: 1px solid #00000052;
}

.filter_block_select{
  display: flex;
  align-items: center;
  gap: 5px;
}

.color_selector li{
  border: 1px solid #0000001a;
  width: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 3px;
  border-radius: 10px;
}

.color_selector li a{
  width: 100px;
}

.color_selector li.active{
  background-color: #FF8069e1;
}

.color_selector input{
  width: 100%;
  opacity: 0;
  position: absolute;
}

.fil-cont li{
  text-align: center;
  list-style: none;
}

.fil-cont select{
  width: 200px;
  height: 30px;
}

.fil-cont select option{
  position: absolute;
}






.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 220px;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #c0392b;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:hover {
  background-color: #b83729;
}
.select-styled:active, .select-styled.active {
  background-color: #ab3326;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ab3326;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #962d22;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover, .select-options li.is-selected {
  color: #c0392b;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}

.next-pre{
  margin-top: 10px;
  background: #ffffff;
  display: none;
  padding: 20px;
}

.next-pre-contant{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.page-num{
  display: flex;
  gap: 10px;

}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 50px;
}

.circle {
  stroke: #109D94
;
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.post-quality{
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 11px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 600;
      font-style: normal;
  text-align: center;
}

.price-pro h2{
  font-size: 14px;
  color: #ff4b5c;
}
.price-pro span{
  margin: 0px 5px;
  color: #58585b;
}




.postcircle{
  right: 0;
  position: absolute;
  top: 4px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quailty-post{
  display: flex;
  width: 100%;
  padding: 10px;
}

.post-quality span{
  position: absolute;
}

.post-quality h2{
  font-size: 15px;
}


.profilecard-details{
  display: flex;
}




.postprofile-edit{
  position: absolute;
  margin-top: 10px;
  bottom: 20px;
  display: flex;
  width: 40%;
  justify-content: space-between;
  gap: 5px;
}

.postprofile-edit:dir(rtl){
  left: 20px;
}

.postprofile-edit:dir(ltr){
  right: 20px;
}

.pf-toggle i{
  cursor: pointer;
  font-size: 18px;
  color: #4b4b4b;
}

.pf-toggle{
  height: 30px;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pf-toggle:hover + .pf-sidecard-toggle{
  display: block;
}

.pf-sidecard-toggle:hover{
  display: block;
}

.pf-sidecard-toggle ul li img{
  height: 15px;
}

.pf-sidecard-toggle ul li:hover{
  background-color: #4833330f;
}

.pf-sidecard-toggle{
  display: none;
  padding: 5px;
  border-radius: 5px;
  width: 150px;
  min-height: 146px;
  box-shadow: 2px 2px 20px #0000001f;
  position: absolute;
  top: 25px;
  background-color: white;
}

.pf-sidecard-toggle:dir(rtl){
  left: 3px;
}
.pf-sidecard-toggle:dir(ltr){
  right: 3px;
}


.pf-sidecard-toggle ul{
  list-style: none;
}

.pf-sidecard-toggle ul li{
  border-bottom: 1px solid #0000000d;
  padding: 8px;
}

.pf-sidecard-toggle ul li a{
  display: flex;
  font-size: 13px;
  padding: 5px;
  width: 100%;
}

.postprofile-edit img{
  width: 16px;
}


.pf-cont h2{
  font-size: 17px;
  font-family: "Abel";
  color: #3a3e44;
  margin: 0px;
}

.pf-cont p{
  font-size: 12px;
  margin: 5px;
}

.userprofile-contact-info{
  display: flex;
  flex-direction: column;
}

.userprofile-contact-info p{
  color: #414141;
}


.disc{
  margin: 10px 0px;
  color: #727272;
  font-size: 13px;
  text-align: justify;
}

.disc p{
  font-size: 13px;
}



.btn-pending{
  width: 80px;
  height: 30px;
  font-size: 10px;
  border: 2px solid #ff4b5c;
  background: none;
}

.btn-alert{
  width: 80px;
  height: 30px;
  font-size: 10px;
  border: 2px solid #ff4b5c;
  background: none;
  transition: 0.5s;
}

.btn-alert:hover{
  color: white;
  background-color: #ff4b5c;
}

.btn-live{
  width: 80px;
  height: 30px;
  font-size: 10px;
  border: 2px solid #109D94
;
  background: none;
  transition: 0.5s;
}
.btn-live:hover{
  color: white;
  background-color: #109D94
;
}

.bottom-profile-edit{
  display: flex;
  font-size: 14px;
  opacity: 0.7;
  gap: 5px;
  align-items: center;
  cursor: pointer;
}

.bottom-profile-edit span{
  font-size: 12px;
}



.theuser-img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #333333;
}


.theuser-img img{
  width: 100%;
}


.dropmenu-user ul{
  width: 100%;
}
.dropmenu-user li img{
  width: 20px;
  list-style: none;
}
.dropmenu-user ul li{
  border-bottom: 1px solid #333333;
}






.chat-section{
  width: 400px;
  display: flex;
  flex-direction: column;
}

.chat-section-content{
  min-height: 200px;
}

.userstatus img{
  width: 50px;
  border-radius: 50%;
}


/* package */
.package_container{
  height: 100%;
  margin: auto;
  background-color: white;
}
.row_package{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}


.pack_card{
  position: relative;
  border-radius: 5px;
  text-align: center;
  width: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  min-height: 435px;
  box-shadow: -2px -1px 30px #0000001f;
  color: #6a6a6a;
}

.pack_card.active{
  border: 5px solid #ff4b5c;
}

.pack_details ul{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  gap: 10px;
}

.pack_details ul li{
  display: flex;
  gap: 5px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 600;
      font-style: normal;
  font-size: 12px;
}

.pack_details{
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.pack_details h2{
  font-size: 30px;
}

.pack_details li img{
  width: 20px;
}

.pack_title {
  top: -7px;
  position: absolute;
  height: 50px;
  width: 170px;
  display: flex;
  border-radius: 8px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.pack_title h2{
  font-size: 30px;
}

.pack_title.gold{
  background-color: #ff4b5c;
}

.pack_title.silver{
  background: rgb(131,227,107);
  background: linear-gradient(0deg, rgba(131,227,107,1) 0%, rgba(190,255,139,1) 100%);
}

.package-title{
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: white;
}


.pack_title.basic{
  color: white;
  background: rgb(80,80,80);
background: linear-gradient(0deg, rgba(80,80,80,1) 0%, rgba(106,106,106,1) 100%);
}

.pack_title.basic h3{
  color: white;
}

.package-title img{
  width: 160px;
}

.pack_title.free{
  color: white;
  background: rgb(227,179,107);
  background: linear-gradient(0deg, rgba(227,179,107,1) 0%, rgba(255,215,73,1) 100%);
}

.pack_title.free h3{
  color: #3a3e44;
}




.subscribe_btn h2{
  color: #3a3e44;
  font-size: 30px;
}


.subscribe_btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
}




.subscribe_btn button{
  width: 150px;
  height: 40px;
  padding: 10px;
  border-radius: 3px;
  background: rgb(227,179,107);
  background: linear-gradient(0deg, rgba(227,179,107,1) 0%, rgba(255,215,73,1) 100%);
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 600;
      font-style: normal;
  border: none;
  font-size: 15px;
}

.pack_card h3{
  font-size: 18px;
}

.pack_card p{
  font-size: 15px;
}


/* edit profile */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.startpflogin button{
  border: none;
  background: none;
}

.activeLight{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}


.activeLight span{
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #40e0d0;
}

.inactiveLight{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.inactiveLight span{
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e04040;
}

.inactiveLight h3{
  font-size: 14px;
}



.activeLight h3{
  font-size: 15px;
}


.edit-profile-section{
  top: 0;
  z-index: 2000;
  position: fixed;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100vh;
  transition: 1s ease-in;
  opacity: 0;
  background-color: rgba(38, 38, 38, 0.538);
}
.edit-profile-section.active-pro{
  top: 0;
  z-index: 4000;
  transition: 0.8s;
  position: fixed;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100vh;
  opacity: 1;
  background-color: #3a3e44a9;
  backdrop-filter: blur(5px);
  animation: fadeIn 0.5s ease-in-out;
}

.profile_edit{
  z-index: 1000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.profile_edit::before{
  position: absolute;
  content:'edit';
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  height: 80px;
  width: 80px;
  background-color: #00000046;
  border-radius: 50%;
}

.profile_edit img{
  width: 100px;
  
}

.edit_profile_col{
  color: #727272;
  margin-top: 50px;
  padding: 30px;
  background-color: #ffffff;
  min-height: 500px;
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 25px;
}
.edit_title select{
  width: 100%;
  border: none;
  border-bottom: 1px solid #0707072b;
}

.edit_profile_col form{
  width: 100%;
}

.edit_profile_col input{
  outline: none;
  border: none;
  border-bottom: 1px solid #0707072b;
  height: 30px;
  font-size: 17px;
  width: 100%;
}

.edit_title{
  padding: 10px;
}

.edit_title label{
  width: 200px;
  font-size: 15px
}

.subscribe_add{
  gap: 7px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.subscribe_add button{
  width: 90px;
  height: 40px;
  border: none;
  width: 100%;
}


.profile_user_details {
  font-size: 13px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.update_profile{
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  border-bottom: none;
}



/* notiffication section */

.notiffication-drop{
  position: fixed;
  margin: auto;
  width: 100%;
  z-index: 3001;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #3a3e44bc;
  backdrop-filter: blur(7px);
  transition: 0.1s;
  display: none;
}

.notiffication-drop.active{
  transition: 0.1s;
  display: flex;
  animation: fadeIn 0.5s ease-in-out;
}


.notiffication-drop-details{
  padding: 40px;
  display: flex;
  flex-direction: column;
  z-index: 1500;
  box-shadow: 0 0 30px #00000019;
  max-width: 520px;
  background-color: #ffffff;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
}

.drop-notiffication-content .sign-text{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.drop-notiffication-content .sign-text img{
  height: 100px;
}

.drop-notiffication-content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

/* .notiffication-drop-details img{
  border: 1px solid;
  padding: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.drop-notiffication-content a{
  padding: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.drop-not-details h3{
  color: #333333;
  font-size: 16px;
}
.drop-not-details p{
  font-size: 13px;
}

.notiffication-drop-details ul{
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  list-style: none;
  height: 300px;
  overflow: scroll;
}
.notiffication-drop-details li{
  display: flex;
  text-align: right;
  align-items: center;
  gap: 2px;
  justify-content: center;
  padding: 5px;
  width: 100%;
  font-size: 14px;
  height: 40px;
  border-bottom: 1px solid #00000032;
}
.notiffication-drop-details a{
  display: flex;
  text-align: right;
  align-items: center;
  gap: 5px;
  height: 30px;
  justify-content: center;
  padding: 5px;
  width: 100%;
  font-size: 12px;
      font-family: "Anek Devanagari", sans-serif;
      font-weight: 600;
      font-style: normal;
}
.notiffication-drop-details a i{
  color: #ff4b5c;
  font-size: 13px;

}
.notiffication-drop-details li:hover{
  background-color: #71717118;
} */

/* more_option */


.more_option{
  position: absolute;
  display: flex;
  font-size: 13px;
  right: 10px;
  top: 10px;
  color: #ffffff;
  display: flex;
}

.report{
  display: block;
}

.more_option a{
  color: #ffffff;
}


/* backforword */

.backforword{
  position: absolute;
  color: #ffffff;
  font-size: 13px;
}


/* loading */

.lds-ring {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

p{
  font-size: 14px;
  font-weight: 400;
}












/* about-us */


.about-us{
  border-top: 1px solid #00000030;
  margin: auto;
  min-height: 100vh;
  width: 1250px;
  background-color: #ffffff;
}

.about-us-content{
  padding: 0px 50px;
}

.about-us .title{
  margin: 30px 0px;
}

.about-us .title h2{
  margin: 30px 0px;
  font-size: 40px;
}
.about-us .title{
  margin: 20px 0px;
}


/* payment methods */

.payment{
  margin: auto;
  width: 60rem;
  background-color: #ffffff;
  max-height: 100vh;
}

.payment-section{
  margin-top: 10px;
  padding: 30px;
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.req-index{
  gap: 5px;
  display: flex;
}


.type-of-package{
  width: 350px;
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 5px 5px 10px #0000001f;
  border-radius: 7px;
}

.pack-content{
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 20px 0px;
}

.pack-content img{
  width: 30px;
}

.payment h3{
  font-size: 13px;
}


.pack-price{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.methods{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.payment-method{
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 20px;
}



.methods-card{
  padding: 20px;
  width: 70px;
  height: 60px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 10px #0000001f;
}

.methods-card img{
  width: 80px;
}

.help-box a{
  color: #ff4b5c;
}




.dashprofile{
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.dashtotal{
  gap: 9px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.thedash-user{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.dashprofile{
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}
.dashprofile img{
  height: 100px;
}
.dash_section{
  padding: 20px;
  background-color: white;
}

.activepack-info{
  width: 200px;
  min-height: 150px;
  background-color: white;
  display: flex;
  align-items: center;
  box-shadow: 1px 3px 5px #00000011;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}

.dashtotal-con{
  width: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 90px;
  border-radius: 3px;
  box-shadow: 1px 2px 30px #00000011;
  background-color: white;
  padding: 10px;
}

.dashtotal-con img{
  width: 50px;
}



.addrate{
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}






.cross{
position: absolute;
top: 5px;
left: 5px;
width: 20px;
height: 20px;
border: none;
background: none;
color: white;
font-size: 30px;
z-index: 3;
}


.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: rgb(48, 48, 48); */
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;

}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.swiper {
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  align-items: center;
  justify-content: center;
  display: flex;
}

.swiper-slide h3{
  font-size: 15px;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}










@keyframes myAnim {
  0% {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: translateX(-48px);
  }

  24% {
    opacity: 1;
  }

  40% {
    animation-timing-function: ease-in;
    transform: translateX(-26px);
  }

  65% {
    animation-timing-function: ease-in;
    transform: translateX(-13px);
  }

  82% {
    animation-timing-function: ease-in;
    transform: translateX(-6.5px);
  }

  93% {
    animation-timing-function: ease-in;
    transform: translateX(-4px);
  }


  100% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes myAnim2 {
  0% {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: translateX(-48px);
  }

  24% {
    opacity: 1;
  }

  40% {
    animation-timing-function: ease-in;
    transform: translateX(-26px);
  }

  65% {
    animation-timing-function: ease-in;
    transform: translateX(-13px);
  }

  82% {
    animation-timing-function: ease-in;
    transform: translateX(-6.5px);
  }

  93% {
    animation-timing-function: ease-in;
    transform: translateX(-4px);
  }


  100% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateX(0px);
  }
}







.containerClient {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  padding: 20px;
}


.client{
  background: #fff;
  overflow: hidden;
  position: relative;
}


.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  color: #ff4b5c;
  background: none;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  color: #ff4b5c;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  background: none;
}



.client .swiper-container {
  padding: 40px 50px;
}



.client__box{
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #F0E9B0;
}
.client__box img {
  display: block;
  margin: 0 auto;
}

.suberAgentMark{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 45px;
}

.suberAgentMark img{
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 767px) {
  .client .swiper-container {
    padding: 0 0 40px;
  }
  .client__box {
    padding: 0;
    text-align: center;
  }
  .client .swiper-button-prev,
  .client .swiper-button-next {
    display: none;
  }
}








.pf-sec1{
  max-width: 1340px;
  position: relative;
  margin: auto;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
}


.pf-cov1{
  max-width: 1340px;
  height: 170px;
  background: #ff4b5c;
  z-index: -1;
}

.pf-sideInfo{
  position: absolute;
  right: 25px;
  top: 30px;
  text-align: right;
}

.pf-userCards{
  max-width: 1250px;
  position: relative;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  min-height: 300px;
  margin-top: 10px;
  padding: 20px;
}

.pf-details h1{
  font-size: 23px;
}

.pf-socailDetails{

}

.pf-details{
  margin-top: 60px;
  max-width: 400px;
}

.pf-details h3{
  font-size: 15px;
  font-weight: 400;
}

.pf-buttons button.btn-call{
  width: 100px;
  height: 35px;
  border: 1px solid #109D94;
  border-radius: 8px;
  background: none;
  color: #109D94;
}

.pf-buttons button.btn-mail{
  width: 100px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 8px;
  background: #109D94;
  color: white;
}

.pf-details p{
  font-size: 14px;
  font-weight: 300;
}

.pf-sideInfo i {
  font-size: 19px;
  color: #8e8e8e;
}

.pf-cov1{
  top: 0;
}

.pf-int1{
  padding: 30px;
  position: relative;
  display: flex;

  flex-direction: column;
}


.pf-userCardsData{
  display: flex;
  flex-wrap: wrap;
}

.pf-photo{
  position: absolute;
  top: -70px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
}

.pf-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}














.Ag-gridContainer{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
  max-width: 1180px;
}

.AgCard{
  padding: 10px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.069);
  border-radius: 10px;
  display: flex;
  align-items: center;
  min-width: 355px;
  margin: 5px;
}

.Ag-title{
  padding: 0px 20px;
}
.Ag-title h1{
  font-size: 18px;
}

.Agcard-img{
  width: 150px;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
}

.Agcard-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Agcard-details{
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 5px;
}

.Ag-total{
  display: flex;
  max-width: 80px;
  padding: 3px;
  background: #ff82548c;
  color: white;
  border-radius: 5px;
}

.Ag-total span{
  font-size: 13px;
  color: white;
}

.Agcard-details h1{
  font-size: 19px;
  color: #3f3f3f;
}
.Agcard-details h3{
  color: #5D5D5D;
  font-weight: 300;
  font-size: 13px;
}
.Agcard-details h4{
  color: #5D5D5D;
  font-weight: 300;
  font-size: 13px;
}


.Ag-selector{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.Ag-selector h2{
  font-size: 15px;
}

.Ag-selector select{
  width: 200px;
  height: 40px;
}

.Mobilebanner {
  background-color: #f8f8f8;
  text-align: center;
  padding: 20px;
  font-family: 'Arial', sans-serif;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.Mobilebanner h2 {
  margin: 0 0 20px;
  font-size: 24px;
  color: #333;
}
.app-buttons {
  display: inline-flex;
  gap: 10px;
  justify-content: center;
}
.app-buttons a {
  text-decoration: none;
}
.app-button {
  display: flex;
  align-items: center;
  color: #333;
  border-radius: 5px;
  transition: transform 0.3s ease;
}
.app-button:hover {
  transform: translateY(-3px);
}
.app-button img {
  width: 120px;
}

.Logo{
  display: flex;
}

.mobiles_sample img{
  width: 200px;
}

.mobilebannerLogo img{
  width: 60px;
}