/* =========================Full CSS FOR HeaderSOUREEN============== */
.proPicImgHeader {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #fff;
}
.navbar-options li {
  font-size: 1.1rem;
  margin: 0 0.5rem;
  color: #fff;
  font-weight: 500;
  opacity: 1 !important;
}
.navbar-options li:active {
  color: #fff;
  opacity: 1 !important;
}
.navbar-options a {
  font-size: 1.1rem;
  margin: 0 0.5rem;
  color: #fff;
  font-weight: 500;
  opacity: 1 !important;
}
.navbar-options a:active {
  color: #fff;
  opacity: 1 !important;
}
.navbar-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-options {
  display: flex;
  font-weight: 1rem;
  align-items: center;
  justify-content: center;
  position: relative;
  justify-content: space-evenly;
  width: 54%;
}
.search-btn {
  width: 80px;
  border: none;
  cursor: pointer;
  background-color: #f3f3f3;
  outline: none;
  margin-right: 0px;
  font-size: 16px;
}
.outerHeader {
  height: 3.9rem;
  background-color: #2e3f6e;
  display: flex;
  width: 100%;
  justify-content: space-between; /* padding: 0 1%; */
  align-items: center;
}
.headerLogo {
  position: relative;
  width: 15%;
  cursor: pointer;
  margin-right: 6%;
}
.headerLogoImg {
  position: relative;
  width: 100%;
  object-fit: contain;
  margin: 0px 20px;
}
.outerTextBox {
  margin-left: 16px;
  border: 1px solid #2e3f6e;
  height: 3rem;
  position: relative;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  overflow: hidden;
}
.header-form-search {
  width: 100%;
}
.leftSection {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  margin-right: 4%;
}
.searchBtn {
  width: 40px;
  background: none;
  border: none;
  outline: none;
  margin-left: 8px;
}
.searchBtnIcon {
  height: 24px;
  width: 24px;
}
.headerSearchBar {
  flex: 1;
  border: none;
  outline: none;
  padding: 0px 8px;
  font-size: 16px;
}
.headerSearchBar:focus {
  outline: none;
  border: none;
}
.filterBtn {
  display: block;
}
.navBarOuter {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin-right: 8px;
  margin-bottom: 0px;
}
.navBarOuter li {
  cursor: pointer;
}
.signInSignUpBtn {
  position: relative;
  display: flex;
  width: 49%;
  padding-right: 27%;
}
.loginBtn {
  margin-right: 18px;
  color: #fff;
  margin-right: 8px;
  position: relative;
  background-color: #4db7fe;
  padding: 5% 9%;
  font-size: 1.1rem;
  font-weight: 600;
  border: 7px solid #42558e;
  border-radius: 9px;
  cursor: pointer;
}
.signUpBtn {
  margin-right: 12px;
  background-color: #4db7fe;
  color: #fff;
  font-weight: 600;
  position: relative;
  padding: 5% 12%;
  font-size: 1.1rem;
  border-radius: 9px;
  border: 7px solid #42558e;
  cursor: pointer;
} /* ---------------------------------------------------HeaderGoesHere----------------------------------------------------- */
 /*----------------------Desktop ----------------*/
.headerStyle {
  /*padding:0 2%;  */
  margin-bottom: 0px;
  height: 60px;
  background-color: #2e3f6e;
}
.boxForMobileTab {
  display: none;
} /* IPAD View -----------*/
@media only screen and (max-width: 1024px) {
  .navbar-options {
    width: 25%;
    margin-right: 2%;
  }
  .navBarOuter {
    display: none;
  }
  .signInSignUpBtn {
    width: 41%;
    padding-right: 4%;
  }
  .navbar-options {
    justify-content: flex-start;
  }
  .leftSection {
    width: 96%;
    margin-right: 2%;
  }
  .outerTextBox {
    width: 100%;
  }
} /*after login*/
@media only screen and (max-width: 1064px) {
  .header-user-menu {
    top: -10%;
  }
  .header-user-menu {
    margin-right: 48px;
  }
} /*after login*/ /* mobile ---------------------------*/
@media only screen and (max-width: 728px) {
  .desktopView {
    display: none;
  }
  .headerStyle {
    height: 48px;
  }
  .boxForMobileTab {
    height: 48px;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 0 2%;
  }
  .firstSubBox {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    height: 94%;
    background-color: #ffffff;
    border-radius: 100px;
  }
  .head-mob-but {
    background-color: transparent;
    border: none;
  }
  .form-mob-head {
    display: flex;
    justify-content: space-between;
    width: 83%;
  }
  .profile {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding: 3px;
    margin-right: 8px;
    -webkit-tap-highlight-color: transparent;
  }
  .profileImage {
    -webkit-tap-highlight-color: transparent;
  }
  .textAreaBox {
    position: relative;
    display: flex;
    background-color: transparent;
    width: 72%; /*width70% for location & filter icon*/
  }
  .secondSubBox {
    display: none; /*removing the icons filter & location */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 25%;
  }
  .filterIcon,
  .locationIcon {
    position: relative;
    padding: 0 7%;
    -webkit-tap-highlight-color: transparent;
  }
  .searchIcon {
    position: relative;
    display: flex; /*margin-right: 10px;*/
  }
  .textContent {
    display: flex;
    flex: 1;
    border: none;
    outline: none;
    padding: 0px 8px;
    font-size: 16px;
    fill: none;
    background: transparent;
  }
  .mobileViewTextBox {
    -webkit-appearance: none;
    display: flex;
    flex: 1;
    border: none;
    text-decoration: none;
    outline: none;
    font-size: 19px;
    fill: none;
    background: transparent;
  }
  .mobileViewTextBox:focus {
    border: none;
    outline: none;
  }
} /* ---------------------------------------------------HeaderEndsHere----------------------------------------------------- */ /* =========================Header CSS Soureen Ends Here============== */ /* =========================Bottom Nav CSS Soureen START Here============== */
.outerNavbar {
  display: none;
}
@media screen and (max-width: 1024px) {
  .outerNavbar {
    position: absolute;
    bottom: 0;
    z-index: 0;
    display: flex;
    width: 100%;
    font-family: "Roboto", sans-serif;
  }
  .navbar {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-self: flex-end;
    align-items: center;
    justify-items: center;
    padding: 0.1rem 0.7rem;
    padding-bottom: 1rem;
    background-color: #2e3f6e;
  }
  .nav-items {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-direction: row;
    margin: 2% 1%;
  }
  .liWala {
    position: relative;
    display: flex;
    justify-items: center;
    justify-content: space-around;
    align-items: center;
    color: #ffffff;
    width: 20%;
    margin: 1% 0;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
  }
  .navicon {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
  }
  .textOfIcons {
    font-size: 9px;
  }
  .image-size {
    height: 25px;
    width: 25px;
  }
  #circle {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 4.3rem;
    height: 4.3rem;
    background: linear-gradient(#4db7fe, #033aff, #4db7fe);
    border-radius: 50%;
    border: 5px solid #ffffff;
    bottom: 48%;
    transform: scale(1.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.001s ease-in-out;
    font-display: hide;
  }
  #circle {
    font-size: 22px;
  }
  #circle {
    animation: 0.5s moveup linear forwards;
  }
  @keyframes moveup {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  .hiddenIcon {
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  #circle {
    font-size: 3rem;
    width: 9rem;
    height: 9rem;
    bottom: 45%;
    border: 10px solid #ffffff;
  }
  .image-size {
    height: 40px;
    width: 40px;
  }
  .textOfIcons {
    font-size: 1.3rem;
  }
} /* =========================Bottom Nav CSS Soureen Ends Here============== */ /* ===============HELP SECTION START FROM HERE ============== */
.helpSection {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  width: 100%;
  background-color: #f9f9f9;
  font-family: Roboto;
}
.shadowBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 40%;
  box-shadow: 0 2px 4px 0 #e6e6e6, 0 4px 16px 0 #e6e6e6;
  border-radius: 10px;
  min-height: 83vh;
  background: #fff;
}
.infoText {
  position: relative;
  display: flex;
  width: 100%;
  top: 0;
  flex-direction: column;
  height: 6rem;
  justify-self: flex-start;
  justify-content: center;
  font-size: 1.6rem;
}
.needHelp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #2e3f6e;
  height: 6rem;
  color: white;
  font-weight: 600;
}
.helpInfo {
  color: #7d93b2;
  font-size: 0.9rem;
  margin: 2% 0;
}
.anim {
  position: relative;
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
}
.selectMenu {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 4%;
  padding: 0 7%;
  justify-content: center;
  align-items: flex-start;
}
.selectMenu label,
.selectMenu input {
  cursor: pointer;
}
.dataEntrySection {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.custCareData {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.textBox {
  position: relative;
  font-size: 1.5rem;
  background-color: #4db7fe;
  width: 85%;
  border-radius: 5px;
  padding: 2% 3%;
  color: white;
  font-weight: 600;
}
.numSubHead {
  color: #7d93b2;
  font-size: 0.8rem;
  margin: 6% 0;
}
.whatsappHelp,
.helpForm {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.userDataForm {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.userInfo {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.name,
.wnumber,
.number,
.problem {
  position: relative;
  display: flex;
  width: 96%;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 6%;
}
.problem {
  margin: 0.75rem;
}
#name,
#wnumber,
#number,
#problem {
  position: relative;
  float: left;
  border: 1px solid #e5e7f2;
  background: #f9f9f9;
  width: 100%;
  padding: 4% 3%;
  border-radius: 4px;
  color: #7d93b2;
  font-size: 12px;
}
.name,
.number,
.wnumber,
.selectLang {
  margin: 0.75rem;
}
#fullName,
#wno,
#prob,
#phNo {
  color: #878c9f;
  font-size: 0.9rem;
}
.selectLang {
  position: relative;
  float: left;
  border: 1px solid #e5e7f2;
  background: #f9f9f9;
  width: 84%;
  padding: 3% 3%;
  border-radius: 4px;
  color: #7d93b2;
  font-size: 12px;
  margin: 19px 8.5%;
}
.selectLang:focus {
  box-shadow: 0 2px 4px 0 #e6e6e6, 0 4px 16px 0 #e6e6e6;
}
.selectLang * {
  font-size: 1.2rem;
} /* .problem {  width: 45%;  height: 8rem;  } */
#problem {
  width: 100%;
  height: 6rem;
  padding: 2% 3%;
  resize: none;
  border: 1px solid rgb(229, 231, 242);
  background: rgb(249, 249, 249);
  border-radius: 5px;
}
.subBtn {
  position: relative;
  width: 100%;
}
.submitBtn {
  position: relative;
  width: 30%;
  height: 2.5rem;
  background: #2e3f6e;
  border-radius: 4px;
  color: white;
  font-weight: 600;
  cursor: pointer;
}
label {
  font-size: 1.3rem;
}
.custCare,
.wcall,
.callback {
  padding: 2% 0;
  color: #878c9f;
}
input[type="radio"] {
  height: 18px;
  width: 18px;
}
@media screen and (max-width: 768px) {
  .helpSection {
    margin-top: 95px;
  }
  .shadowBox {
    width: 92%;
  }
  .infoText {
    margin-bottom: 7%;
  }
  label {
    font-size: 1.1rem;
  }
  .userDataForm {
    width: 100%;
    flex-direction: column;
  }
  .userInfo {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .problem {
    margin: 0.75rem;
    width: 100%;
    padding: 0 2%;
    align-items: flex-start;
    flex-direction: column;
    height: max-content;
  }
  .name,
  .wnumber,
  .number {
    width: 90%;
    padding: 0 1%;
  }
  .selectLang {
    align-self: flex-start;
    width: 75%;
  }
  #name,
  #number,
  #wnumber {
    width: 80%;
  }
  #problem {
    width: 90%;
    resize: none;
  }
  .submitBtn {
    position: relative;
    width: 50%;
    margin: 2%;
    height: 2.5rem;
  }
  #name,
  #wnumber,
  #number,
  #problem {
    position: relative;
    width: 80%;
    float: left;
    border: 1px solid #e5e7f2;
    background: #f9f9f9;
    width: 100%;
    padding: 4% 3%;
    border-radius: 4px;
    color: #7d93b2;
    font-size: 12px;
  }
  #problem {
    width: 92%;
  }
  .selectLang {
    position: relative;
    float: left;
    border: 1px solid #e5e7f2;
    background: #f9f9f9;
    width: 89%;
    padding: 4% 3%;
    border-radius: 4px;
    margin: 16px 5%;
    color: #7d93b2;
    font-size: 12px;
  }
}
.hide {
  display: none;
}
input {
  border-radius: 5px;
  padding: 2% 3%;
  border: gray; /* box-shadow: 0 2px 4px 0 #e6e6e6, 0 4px 16px 0 #e6e6e6; */
}
input:focus {
  outline: 1px solid #ccc;
  box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
  background-color: #f9f9f9;
}
#problem:focus {
  outline: 1px solid #ccc;
  box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
  background-color: #f9f9f9;
} /* ===============HELP SECTION ENDED HERE ============== */ /* ===============FAQ SECTION START FROM HERE ============== */
.faq-nav li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.faq-nav li a {
  display: block;
  position: relative;
  padding: 20px 20px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.faq-nav li a.act-scrlink:before {
  font-family: Font Awesome\5 Pro;
  content: "\f105";
  position: absolute;
  top: 50%;
  font-size: 16px;
  right: 16px;
  color: #ccc;
  z-index: 2;
  height: 16px;
  line-height: 16px;
  margin-top: -8px;
}
.faq-nav li a.act-scrlink {
  box-shadow: 0 9px 26px rgba(58, 87, 135, 0.15);
}
.faq-nav li span {
  display: block;
  font-weight: 600;
  color: #7d93b2;
  font-size: 13px;
  padding-top: 10px;
}
.faq-nav li a i {
  font-size: 24px;
  color: #ccc;
}
.faq-title {
  margin: 20px 0;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
  text-align: left;
  font-weight: 600;
  color: #7d93b2;
  font-size: 15px;
  display: block;
}
.faq-links {
  margin-top: 40px;
}
.faq-title.faq-title_first {
  margin-top: 0;
}
.faq-links-title {
  display: block;
  color: #566985;
  font-size: 24px;
  font-weight: 700;
} /* ===============FAQ SECTION ENDED HERE ============== */ /* ===============  CATEGROY SECTION START FROM HERE ============== */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");
.categoriesBox {
  display: none;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 768px) {
  .categoriesBox {
    position: relative;
    display: flex;
    width: 100%;
    font-family: "Inter", sans-serif;
  }
  .leftSection {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 25%;
  }
  .rightSection {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 75%;
    padding-left: 2%;
  }
  .cateBtn {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 23% 15%;
    background-color: #f2f8ff;
    align-items: center;
    justify-content: center;
  }
  .cateImg {
    position: relative;
    border-radius: 50%;
    width: 75%;
  }
  .cateImage {
    position: relative;
    width: 100%;
    border-radius: 50%;
  }
  .cateName {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .cateSubSection {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .subSectionHeading {
    position: relative;
    display: flex;
    margin: 3% 2%;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  .subSecHead {
    align-self: flex-start;
    padding-left: 7%;
    padding-bottom: 3%;
    font-weight: 600;
  }
  .itemsBox {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
  }
  .subSecItem {
    position: relative;
    display: flex;
    width: 45%;
    margin-bottom: 4%;
    flex-direction: column;
    align-items: center;
  }
  .cateItemImg {
    position: relative;
    width: 85%;
  }
  .itemImage {
    position: relative;
    width: 100%;
    border-radius: 5px;
  }
  .cateItemName {
    font-size: 0.7rem;
    font-weight: 600;
  }
  .hide {
    display: none;
  }
  .selected {
    background-color: white;
  }
} /*============================LOCATION ON CLICK STARTS ===========================*/ /* =============== LOCATION CSS START FROM HERE ============== */
.hide {
  display: none;
}
.show {
  display: flex;
}
.locationSection {
  position: absolute;
  font-family: "Poppins", sans-serif;
  width: 100%;
  z-index: 999;
}
.locationTrans {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.3);
}
.locationOpaque {
  position: relative;
  display: flex;
  width: 25%;
  z-index: 999;
  min-height: 100vh; /* padding: 1% 1%; */
  align-self: flex-end;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.locationBorderBox {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  background-color: #e5e5e5;
  flex-direction: column;
  border: 3px solid #d8d8d8;
}
.locationHead {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30%;
  height: 7rem;
}
.profilePic {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  margin-right: 7px;
  height: 40px;
  width: 40px;
}
.picDiv {
  position: relative;
  display: flex;
  width: 30%;
  border-radius: 50%;
}
.proPic {
  position: relative;
  width: 100%;
}
.currLoc {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.locHead {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 2%;
}
.locData,
.locCode {
  font-size: 1.1rem;
}
.locationMap {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.mapArea {
  position: relative;
  width: 80%;
}
.mapImg {
  position: relative;
  width: 100%;
}
.locationSettings {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.showProps {
  position: relative;
  display: flex;
  width: 90%;
  justify-content: space-evenly;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 2% 0;
}
.locDropDown {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
#loc {
  width: 90%;
  font: 1rem;
  padding: 3% 3%;
  margin: 4% 0;
  border-radius: 5px;
  outline: 1px solid #fff;
}
.manualLoc {
  position: relative;
  display: flex;
  width: 100%;
  font-size: 1rem;
  flex-direction: column;
}
.locUpper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
.locMan,
.locCon,
.locPin {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
  position: relative;
  align-self: flex-start;
}
.locMan {
  padding-left: 15px;
}
.locCon,
.locPin {
  padding-left: 4px;
}
#locMan {
  color: #a2a2a2;
  width: 90%;
  padding: 3% 3%;
  border-radius: 5px;
  outline: 1px solid #fff;
  font-size: 1.1rem;
}
.locLower {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.locCountry {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3% 0;
  width: 45%;
}
.locPincode {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3% 0;
  width: 40%;
}
#locCon,
#locPin {
  color: #a2a2a2;
  width: 95%;
  padding: 5% 3%;
  border-radius: 5px;
  outline: 1px solid #fff;
  font-size: 1.1rem;
}
.locSubmit {
  position: relative;
  margin-top: 1.6rem;
  width: 100%;
}
.locSubmitBtn {
  position: relative;
  width: 30%;
  height: 2rem;
  background: #2e3f6e;
  border-color: #2e3f6e;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}
.closeBtnLoc {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.closeBtnSmall {
  position: relative;
  margin: 0.2rem 1rem;
  font-size: 1.1rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .locationOpaque {
    width: 80%;
  }
  .locationHead {
    margin-bottom: 20%;
  }
  .locMan,
  .locCon,
  .locPin {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 1920px) and (max-width: 21000px) {
  .navbar-options {
    width: 37%;
  }
  .header-form-search {
    width: 79%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .subBox {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 0;
  }
  .searchIcon {
    margin-right: 10px;
  }
  .form-mob-head {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .subBox {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 0;
  }
  .searchIcon {
    margin-right: 10px;
  }
  .form-mob-head {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media only screen and (min-width: 220px) and (max-width: 479px) {
  .subBox {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 0;
  }
  .searchIcon {
    margin-right: 10px;
  }
  .form-mob-head {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
} /*mobile sidebar-1 css*/ /*mobile sidebar-1 css*/ /* ==============LOCATION CSS ENDED HERE ============== */ /*============================LOCATION ON CLICK ENDS ===========================*/ /* =============OWNER PANEL CSS& sidebar ENDED HERE ============== */ /* =============CATEGORY SECTION ENDED HERE ============== */ /* =============CATEGORY SECTION ENDED HERE ============== */ /* ===============  PAYMENT SECTION START FROM HERE ============== */ /* ==============PAYMENT SECTION ENDED HERE ============== */ /* ===============  FILTER SECTION START FROM HERE ============== */ /* ==============FILTER SECTION ENDED HERE ============== */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --header-color: #031f42;
  --btn-color: #373c9e;
  --search-result-bg-color: #fdfdfd;
  --search-result-hover-color: #f6f6f6;
  --search-bar-bg-color: #f6f6f6;
  --search-bar-border-color: #969dd7;
}
body {
  position: relative;
} /* some resets */ /* li {  list-style: none;}  */
.navlink-n {
  list-style: none;
} /* Main classes */ /* Navbar start */
.header-menu-nav {
  display: flex; /* width: 100vw; */
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0.5rem;
  position: sticky;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px #b5b5b5;
  background-color: #ffffff;
}
.nav-links-n {
  width: 25%;
  min-width: fit-content;
  gap: 1rem;
  display: flex;
  justify-content: space-evenly;
  text-transform: uppercase;
  font-weight: 300;
  color: black;
  font-size: 14px;
}
.logo-n {
  position: relative;
  display: flex;
  width: 8%;
  max-width: 15%;
  height: 50%;
  object-fit: contain;
  margin-left: 20px;
}
.logo-n img {
  width: 100%;
  height: 100%;
}
.text-blue {
  color: #5353ea;
}
.search-bar-n input:focus {
  box-shadow: none !important;
}
.search-bar-n {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  min-width: 30%;
  height: 3.5rem;
  border-radius: 5px;
  padding: 0rem 1rem;
  flex-direction: row-reverse;
  background-color: var(--search-bar-bg-color);
  position: relative;
  border: 1px solid #efefef;
}
.search-bar-n input {
  border: 0 none;
  padding: 0.5rem;
  width: 100%;
  border-radius: 5px;
  background-color: transparent;
  font-size: 18px;
}
.search-bar-n input:-moz-placeholder {
  color: rgb(29, 25, 25);
  font-weight: 500;
}
.search-bar-n input:active {
  border: none;
  outline: none;
}
.search-bar-n input:focus {
  border: none;
  outline: none;
  color: rgba(29, 25, 25, 0.752);
  font-weight: 400;
}
.search-bar-n:focus-within {
  border: 1px solid var(--search-bar-border-color);
  background-color: #fff;
}
.sign-up-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  padding: 0 0.5rem;
}
.btn {
  padding: 0.5rem 1rem;
  border: 0 none;
  border-radius: 1rem;
  background-color: var(--btn-color);
  color: #fff;
  -webkit-tap-highlight-color: transparent;
}
.user {
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 0.2rem;
}
.none {
  display: none;
}
@media screen and (min-width: 1560px) {
  .nav-links-n {
    font-size: 20px;
  }
  .btn {
    font-size: 20px;
    padding: 1rem 1.5rem;
    border-radius: 1.5rem;
  }
  .search-bar-n {
    height: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .header-menu-nav {
    width: 100vw;
    padding: 0px 0;
    padding-right: 2rem;
    font-family: "Poppins", sans-serif;
  }
}
.fixed-after-scroll {
  position: fixed;
} /* navbar end */ /* Header starts */
.h-4-point-0 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--header-color);
  color: white;
  height: 3rem;
  padding: 0 2rem;
}
.contact-details-n {
  display: flex;
  gap: 1rem;
}
.line-n {
  border-right: 1px solid #fff;
  height: 100%;
  width: 1px;
  height: 1rem;
  display: flex;
}
.social-media {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.fa-brands {
  width: 1.5rem;
}
.social-media :nth-child(n):hover {
  color: #ffd43b;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.scroller-n {
  height: 200vh;
}
.title-n {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .nav-links-n {
    display: none;
  }
  .logo-n {
    margin-left: 15px;
  }
  .search-bar-n {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    min-width: 25%;
    height: 3.5rem;
    border-radius: 5px;
    padding: 0rem 1rem;
    flex-direction: row-reverse;
    background-color: #f2f2f2;
  }
}
@media screen and (max-width: 640px) {
  .h-4-point-0 {
    display: none;
  }
  .upper-container-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95vw;
    margin-inline: auto;
    margin-top: 1rem;
  }
  .upper-container-mobile .sign-up-container {
    padding: 0;
  }
  .search-bar-n {
    display: flex;
    width: 95vw;
    margin-inline: auto;
    flex-direction: row;
    margin-block: 0.625rem;
  }
  .search-container {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .search-container-border {
    position: fixed;
    top: 0;
    background-color: #fff;
  }
  .search-container-border {
    box-shadow: 0 2px 12px rgb(0 0 0 / 10%);
  }
  .search-container hr {
    display: none;
    width: 100vw;
    height: 0;
    border: 1px solid #e5e7f2;
  }
  .header-menu-nav {
    display: none;
  }
  .sm-inline {
    display: inline;
  }
  .lg-none {
    display: none;
  }
}
.search-result-n {
  display: none;
  align-items: center;
  padding: 0.5rem 1rem;
  position: absolute;
  width: 100%;
  bottom: -2%;
  left: 0;
  transform: translateY(100%);
  background-color: var(--search-result-bg-color);
  border-radius: 5px;
  border: 1px solid #e5e7f2;
  border-top: none;
}
.search-result-n ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.search-result-n li {
  padding: 0.5rem 1rem;
  width: 100%;
  border-radius: 5px;
}
.search-result-n li:hover {
  background-color: var(--search-result-hover-color);
  cursor: pointer;
}
.search-bar-n:focus-within .search-result-n {
  display: flex;
}
@media only screen and (min-width: 220px) and (max-width: 767px) {
  .h-4-point-0 {
    display: none !important;
  }
  .main-header {
    background: #fff;
  }
  .search-bar-n:focus-within .search-result-n {
    display: none !important;
  }
}

.sidebar-open {
  overflow: hidden;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.sidebar-open .overlay {
  opacity: 1;
  visibility: visible;
}
/* .header {
    padding: 30px 0;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
*/
.logo {
  color: #000;
  font-size: larger;
  font-weight: 100;
}
.container {
  padding: 0 15px;
}
.row-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
/* @media (max-width: 767px) {
    .header {
        padding: 10px 0;
   }
}
*/
/* body{
    background-color: #EBEBF3;
}
*/
.sticky-footer {
  height: 58px;
  background: white;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
  display: flex;
  justify-content: center;
  border-top: 1px solid #eee;
  padding-top: 7px;
  padding-bottom: 11px;
  align-items: center;
  box-shadow: 0 1px 12px rgb(0 0 0 / 10%);
}
.one-fourth {
  width: 25%;
  float: left;
  color: black;
  text-align: center;
  height: 58px;
  cursor: pointer;
}
.one-fourth img {
  width: 28px;
  height: 28px;
  margin: auto;
  margin-top: 11px;
}
.one-fourth p {
  font-size: 10px;
  margin-top: 3px;
}
.dis-d-none {
  display: none;
}
@media only screen and (max-width: 767px) {
  .container.panelLowerSec {
    padding: 0;
  }
}
@media only screen and (max-width: 520px) {
  .dis-d-none {
    display: block;
  }
}
.headch {
  color: #5353ea;
  font-weight: 600;
}
.signup {
  padding: 7px 15px;
  background-color: #5353ea;
  color: white;
  border: none;
  border-radius: 10px;
}
.one-fourth svg:active {
  fill: #5353ea;
}
#search-bar {
  position: relative;
}
#search-input {
  line-height: 2rem;
  border-radius: 10px;
  padding: 0.2rem 2rem;
  font-size: 1.2rem;
}
#search-icon {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0.8rem;
  padding: 0px 0.5rem;
}
.inner {
  fill: white;
}
.outer.changed {
  fill: #5353ea;
  padding: 4px;
}
.inner.changed {
  fill: #ffffff;
}
#mic-icon {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0.8rem;
  padding: 0px 0.5rem;
}
.signupbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
body {
  font-family: "Montserrat", sans-serif;
  background-color: #ebebf3;
}
.one-fourth {
  width: 25%;
  float: left;
  color: #000;
  text-align: center;
  height: 58px;
  cursor: pointer;
  color: black;
  transition: all 0.3s ease-out;
  /* Smooth transition */
}
.one-fourth:hover svg,
.one-fourth:focus svg,
.one-fourth.active svg {
  fill: #5353ea;
  /* Red color on hover, focus, and active */
  stroke: "#5353EA";
}
.active-svg {
  fill: #5353ea;
  /* Red color on active state */
  transform: scale(1.2);
  padding: 4px;
  stroke: "#5353EA";
}
#higher path:active {
  fill: red;
}
#svginner:hover,
#svginner:hover,
#svginner:hover {
  fill: #fff !important;
}
.one-fourth path:hover,
.one-fourth:focus,
.one-fourth:active {
  transform: scale(1.1);
  padding: 4px;
}
.one-fourth p:hover,
.one-fourth p:focus,
.one-fourth p:active {
  color: #5353ea;
}

.user-profile-menu-wrap {
  padding: 0;
  padding-bottom: 12px;
}
.gray-bg {
  background-color: #f9f8f8;
}
.user-profile-menu h3 {
  padding: 12px 20px;
  background-color: #0f3a7f;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
}
.heading_form_text {
  color: #0f3a7f !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  font-family: "Roboto", sans-serif !important;
  background: #efefef;
  padding: 10px;
  border-radius: 5px;
  text-align: left;
  margin-bottom: 25px;
}
.user-profile-menu-wrap .user-profile-menu li a {
  font-weight: 500;
  color: #555;
  position: relative;
  display: block;
  padding: 14px 20px;
  font-size: 14px;
}
.menuOverlayLeft .user-profile-menu li a {
  font-weight: 500;
  color: #555;
  position: relative;
  display: block;
  padding: 14px 20px;
  font-size: 14px;
  text-align: left;
}
.menuOverlayLeft .user-profile-menu li a {
  font-weight: 500;
  color: #555;
  position: relative;
  display: block;
  padding: 8px 20px !important;
  font-size: 12px;
  margin: 4px 0;
  box-shadow: 0 0 4px rgb(56 79 149 / 64%);
  border-radius: 5px;
}
.user-profile-menu li a i {
  margin-right: 14px;
  position: relative;
  top: 2px;
  width: 12px;
  text-align: center;
  float: left;
  color: #2c6ec2 !important;
}

.user-profile-menu .accordion {
  max-width: 100vw;
  margin: 0 auto;
}
.user-profile-menu .accordion-item {
  /* border-top: 1px solid #ddd;
    */
  color: #333;
  background-color: #fff;
  border-radius: 0px;
  margin: 0px;
  box-shadow: 0 0 4px #384f95;
}
.user-profile-menu {
  background-color: #fff;
}
.user-profile-menu .accordion-item h2 {
  padding: 1em;
  margin: 0;
  cursor: pointer;
}
.user-profile-menu .accordion-content {
  max-height: 0;
  /* Set a default max-height, but don't display it */
  overflow: hidden;
  /* Hide the content */
  transition: max-height 0.4s ease-out;
  /* Add a transition effect when sliding down (and up) the content */
  padding: 0 0em;
}
.user-profile-menu .sidebarProfile {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0.7rem 0.8rem;
  justify-content: flex-start;
  align-items: center;
  position: sticky;
  background-color: #fff;
  z-index: 9;
  height: 70px;
  top: 0;
  box-shadow: 0 0 4px #384f95;
}
.sidebarName,
.sidebarEmail {
  padding-left: 15px;
}
.menuShadowBoxLeft .user-profile-menu {
  top: auto;
}
.user-profile-menu .accordion-content a {
  color: #555 !important;
}
/* Add this class to .accordion-content when the accordion item is active/open */
.user-profile-menu .accordion-content.active {
  max-height: auto;
  /* Adjust as needed */
}
/*adding the + and - signs*/
.user-profile-menu .accordion-item h2 {
  position: relative;
  font-size: 14px;
  text-align: left;
  color: #3d528b;
  padding-right: 30px;
  /* Adjust as needed */
}
.user-profile-menu .accordion-item h2::before {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 15px;
  /* Adjust as needed */
  color: #4db7fe;
}
.user-profile-menu .accordion-item h2 i {
  margin-right: 5px;
  color: #4db7fe;
}
.user-profile-menu .accordion-item.active h2::before {
  content: "\f106";
  font-family: "Font Awesome 6 Free";
  color: #4db7fe;
}
.user-profile-menu .accordion .subOptions {
  position: relative;
  display: flex;
  width: 100%;
  align-self: flex-end;
  justify-content: center;
}
.user-profile-menu .verticalLine {
  height: 13.8rem;
  border: 2px solid #00000038;
}
.user-profile-menu .subList {
  margin: 0 !important;
  border-left: 0px solid #00000038;
  background: #fff;
  padding: 0px 0;
  width: 100%;
  list-style: none;
}
.user-profile-menu .subList li:last-child {
  border: 0 !important;
}
.user-profile-menu .subList li:last-child a {
  margin-bottom: 0 !important;
}
/* For mobile screens */
@media (max-width: 767px) {
  .user-profile-menu .accordion {
    max-width: 100vw;
    margin: 0px auto;
    padding-top: 0px;
  }
}
.menuOverlayLeft .user-profile-menu li {
  border: 0 !important;
}
.user-profile-menu .accordion .subOptions {
  margin: 3px;
  width: auto;
}
.user-profile-menu .accordion-item.active {
  margin: 5px 3px 5px 4px;
  border-radius: 5px;
}
.user-profile-menu .subList .active {
  background: #2e3f6e;
  color: #fff !important;
}
.logout_btn {
  float: left;
  position: relative;
  padding: 10px 30px;
  border: none;
  margin: 10px 0 0 20px;
  color: #fff;
  border-radius: 4px;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 1064px) {
  .menuOverlayLeft {
    position: fixed;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    top: 0;
    height: 100vh;
    z-index: 999;
    background-color: #000000bd;
  }
}

/* profile menu */

.profile,
.profilenew {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  text-align: end;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.profile .user {
  width: 40px;
  height: 40px;
  line-height: 40px;
  line-height: 34px;
  text-align: center;
  background-color: #031f42;
  color: #fff;
  font-weight: 600;
  border: 1px solid #031f42;
}

/* menu (the right one) */

.menu,
.menunew {
  position: absolute;
  top: calc(100% + 13px);
  right: 1.5rem;
  width: 200px;
  min-height: 100px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: 300ms;
}

.menu::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
}

.menu.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* menu links */

.menu ul {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 10;
  background: #fff;
}

.menu ul li {
  list-style: none;
}

.menu ul li:hover {
  background: #eee;
}

.menu ul li a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  gap: 6px;
}

.menu ul li a i {
  font-size: 1.2em;
}
.btn-profile {
  width: 30px;
  height: 30px;
  background-color: #373c9e;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  line-height: 29px;
  font-size: 14px;
  border: 1px solid #373c9e;
}


.radio-button-group {
  display: flex;
}
.radio-button-group .item {
  width: 100%;
}
.radio-button-group .radio-button {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.radio-button-group .radio-button + label {
    padding: 16px 10px;
    cursor: pointer;
    border: 1px solid #CCC;
    margin-right: -2px;
    color: #555;
    background-color: #ffffff;
    display: block;
    text-align: center;
}
.radio-button-group .item:first-of-type .radio-button + label{
  border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.radio-button-group .item:last-of-type .radio-button + label {
  border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.radio-button-group .radio-button:checked + label {
    background-color: #1ba0ff;
    color: #FFF;
}



/*Togal switch */
.onoffswitch {
  position: relative; 
  width: 70px;
  -webkit-user-select:none; 
  -moz-user-select:none; 
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block; 
  overflow: hidden; 
  cursor: pointer;
  height: 31px; 
  padding: 0; 
  line-height: 31px;
  border-radius: 30px;
  background: linear-gradient(180deg, #5A4CFF 0%, #3FA1E3 100%);
  transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
  content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 0px;
    background: #fff;
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 42px;
    border-radius: 30px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #fff;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, 
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
 border-color: #fff;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 7px; 
}
.accTrav{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.accTrav li {
  display: inline-block;
  padding:5px;
  font-family: "Agbalumo", system-ui;
  font-size: 20px;
}
.center{
  text-align:center;
}

.expand-transition {
  transition: all .3s ease;
  height: 80px;
  padding: 10px;
  overflow: hidden;
}

.expand-enter, .expand-leave {
  height: 0;
  padding: 0 10px;
  opacity: 0;
}
.sidebar_rel_fix{
  padding-top: 80px;
}
.scroll-btn{
  padding: 7px 10px;
  box-shadow: 0px 0px 6px 0px #00000040;
  background-color: #fff;
  /* display: grid;
  grid-auto-flow: column;
  scroll-behavior: auto;
  gap: 10px;
  overflow-y: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overflow-x: scroll ; */
  display: flex;
  flex-direction: row;
  flex-flow: nowrap;
  overflow-x: scroll;
}

.liv-btn{
  border-radius: 20px;
  padding: 7px 16px;
  border: 1px solid #2E3F6E;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  display: flex;
  white-space: nowrap;
  margin-right: 10px;
}
.liv-btn:hover, 
.liv-btn.active{
  color: #fff;
  background: linear-gradient(180deg, #5A4CFF 0%, #3FA1E3 100%);
}

.property-card{
  padding: 10px;
}
