.home_page {
  background-image: url("../images/home_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  max-width: 1240px !important;
}

.filter_products .container {
  max-width: 1360px !important;
}

@media screen and (max-width: 1200px) {
  max-width: unset !important;
}

.top_navbar {
  background-image: url("../images/nav_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 3;
  box-shadow: 0 0 3px 0 #ccc;
  /* width         : 100%;
  */
}


.dropdown-container {
	position: relative;
	width: 200px;
}

#dropdownInput {
  width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.dropdown-content {
  display: none;
  border-radius: 6px;
	/* Initially hidden */
	position: absolute;
	background-color: #f9f9f9;
	min-width: 100%;
	border: 1px solid #ccc;
	z-index: 1;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}

.dropdown-content a {
	color: black;
	padding: 10px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}
.top_navbar header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_navbar .navbar-expand-lg .navbar-collapse {
  justify-content: end;
}

.top_navbar button.navbar-toggler {
  height: 38px;
}

.top_navbar button.navbar-toggler:focus-visible,
.top_navbar button.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.nav_dd_search {
  display: flex;
  border-radius: 6px;
  gap: 18px;
  width: 68%;
}

.nav_dd_search .dropdown.set_state_country {
  display: block;
}

.nav_dd_search .dropdown.unset_state_country {
  display: none;
}

.nav_dd_search .dropdown .dropdown-toggle {
  width: 200PX;
  font-size: 14px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #000;
  border: 1px solid #b7bbc0;
  font-weight: 400;
  padding: 0 6px;
  font-weight: 400;
  height: 40px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav_dd_search .dropdown .dropdown-menu {
  /*background-color: #fff54;*/
  /*width: 250px;*/
  padding: 0;
  list-style: none;
}

.nav_dd_search .dropdown .dropdown-menu .use_current_location {
  display: flex;
  justify-content: start;
  gap: 10px;
  align-items: center;
  padding: 16px;
}

.nav_dd_search .dropdown .dropdown-menu .use_current_location svg {
  color: #16a34a;
}

.nav_dd_search .dropdown .dropdown-menu .use_current_location h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #0f172a;
  margin: 0;
}

.nav_dd_search .dropdown .dropdown-menu .use_current_location p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #16a34a;
  margin: 0;
}

.nav_dd_search .dropdown .dropdown-menu .select_head {
  color: #94a3b8;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

.nav_dd_search .dropdown .dropdown-menu select {
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 6px;
  height: 38px;
  background-color: #fff;
  font-size: 14px;
  padding: 0 10px;
}

.nav_dd_search .dropdown .dropdown-menu li {
  padding: 0 20px;
}

.nav_dd_search .dropdown .dropdown-menu .apply_btn {
  color: #16a34a;
  text-align: center;
  border: none;
  background-color: transparent;
  width: 100%;
  margin-top: 20px;
}

.nav_dd_search .seacrh_btn {
  border: 1px solid #b7bbc0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #b7bbc0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.nav_dd_search .seacrh_btn input {
  height: 38px;
  font-weight: 400;
  padding: 0 10px;
  font-size: 14px;
  width: 100%;
}

.nav_dd_search .seacrh_btn button {
  background-color: #0f172a;
  color: #fff;
  width: 100px;
  height: 32px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 21.6px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border: none;
  margin-right: 3px;
}
.nav_dd_search .seacrh_btn #close_search_btn {
  width: 27px;
  padding-left: 9px;
}
.login_addpost {
  display: flex;
  align-items: center;
  justify-content: end;
  /* gap         : 24px;
  */
}

.login_addpost .nav_dd_search {
  display: none;
}

.login_addpost button {
  padding: 0;
}

.login_addpost .without_login {
  width: 84px;
  height: 40px;
}

.login_addpost .when_login {
  width: 54px;
  height: 54px;
  border-radius: 100px;
  padding: 0;
}

.login_addpost .when_login img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.login_addpost button {
  border: none;
  background-color: transparent;
}

.login_addpost button::after {
  display: none;
}

.login_addpost button img {
  width: 20px;
}

.login_addpost .dropdown_menu123.show {
  transform: translate3d(-80px, 35px, 0px) !important;
}

.login_addpost .app_post {
  background: linear-gradient(#6ce096, #448a68 150%);
  background-size: 100%;
  color: #fff;
  width: 110px;
  padding: 15px 23px;
  height: 43px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-size: 14px;
  margin-left: 22px;
}

select,
input {
  border: none;
  background-color: transparent;
  background: transparent;
  font-weight: 500;
}

.navbar.navbar_dd {
  justify-content: end;
  display: flex;
}





/* Login -- Start */
.login_page {
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.login_page .modal-dialog {
  max-width: 750px;
}

.login_page .modal-dialog .modal-content {
  overflow: hidden;
}

.login_page .modal-dialog .modal-content .tab-content {
  width: 80%;
}

.login_page .rht_sde {
  background-color: #f5dbc4;
}

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

.login_page .left_side h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
  margin-bottom: 20px;
}

.login_page .left_side .login_form.otp_form h3 {
  font-size: 35.3px;
  font-weight: 600;
  line-height: 44px;
  text-align: left;
  margin-bottom: 20px;
}

.login_page .left_side .login_form.profile_complete h3 {
  font-size: 35.3px;
  font-weight: 600;
  line-height: 44px;
  text-align: left;
  margin-bottom: 20px;
}

.login_page .left_side .otp,
.login_page .left_side .state,
.login_page .left_side .ph_no {
  margin-bottom: 30px;
  position: relative;
}

.login_page .left_side :where(.otp, .state, .ph_no) :where(select, input) {
  border: 1px solid #e0e0e9;
  width: 100%;
  height: 40px;
  border-radius: 6px;
  padding: 0 10px;
  color: #6c737f;
  box-shadow: 0px 10px 20px 0 #ebeffe;
  font-size: 12px;
}

.login_page .left_side :where(.otp, .state, .ph_no) :where(select, input)::-webkit-inner-spin-button {
  appearance: none;
}

.login_page .left_side :where(.otp, .state, .ph_no) .verify {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #6c737f;
  font-size: 13px;
}

.login_page .left_side .select_state {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.login_page .left_side .select_state .state {
  width: 48%;
}

.login_page .left_side button {
  background-color: #22c55e;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: center;
  width: 100%;
  height: 40px;
  border-radius: 7px;
  border: none;
}

.login_page .left_side .resend {
  margin-top: 50px;
  font-size: 12px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: center;
  color: #000;
}

.login_page .left_side .terms_condotion {
  padding: 20px;
}

.login_page .left_side .terms_condotion h4 {
  text-align: center;
  margin-bottom: 30px;
}

.login_page .left_side .terms_condotion button {
  width: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 30px;
}


.login_page .agree {
  margin: 0;
  font-size: 14px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.login_page .agree span {
  color: #02955f;
}

@media screen and (max-width: 992px) {
  .top_navbar {
    padding: 5px 0;
  }

  .top_navbar .login_addpost {
    justify-content: end;
    position: absolute;
    right: 30px;
    flex-wrap: wrap;
    top: 60px;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
  }

  .top_navbar .nav_dd_search .seacrh_btn button {
    width: fit-content;
    height: 28px;
  }

  .top_navbar .nav_dd_search .seacrh_btn button span {
    display: none;
  }

  .top_navbar .navbar_dd .navbar-toggler {
    border: none;
    padding: 0;
  }

  .login_addpost .nav_dd_search {
    display: block;
  }

  .login_addpost .app_post {
    margin-left: 0;
    margin: 10px 0;
    width: 100%;
    padding: 0;
  }

  .login_page .left_side {
    width: 100%;
    height: 100vh;
    background: url("../images/login.png") no-repeat;
    background-color: #f5dbc4;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .login_page .left_side .select_state .state {
    width: 100%;
  }

  .login_page .rht_sde {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .nav_dd_search .dropdown.set_state_country {
    display: none;
  }

  .nav_dd_search .dropdown.unset_state_country {
    display: block;
  }

  .login_addpost {
    display: block;
  }

  .login_addpost .dropdown_menu123.show {
    transform: translate3d(0px, 0px, 0px) !important;
  }


}