/*25-09-2023 */
/* CSS for the loading effect */
.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; /* Ensure it's on top of everything */
}

.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

/* Keyframe animation for spinning loader */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Hide the loader when content is loaded */
.loaded .loader-container {
  display: none;
}

feedSection {
}
.feedSection h3 {
  color: #000000;
  font-family: "Nunito", sans-serif;
  font-size: 21px;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

a.writeBtn {
  background: #e95920;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
  text-decoration: none;
  font-weight: 600;
}

.feedHolder {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}
.feed-img {
  height: 300px;
  overflow: hidden;
  object-fit: cover;
  display: flex;
}
.feed-img img {
  width: 100%;
  border-radius: 10px !important;
  margin-bottom: 30px;
  object-fit: cover;
}

.feed-content h2 {
  margin-bottom: 15px;
}
.feed-content h2 a {
  font-family: "Nunito", sans-serif;
  color: #3b3c3c;
  text-decoration: none;
  font-weight: 900;
  line-height: 34px;
  font-size: 34px;
  display: block;
}
.feed-content p {
  font-size: 14px;
}

a.terms-btn {
  background: transparent;
  color: #111111;
  border: 1px solid #b7b5b5;
  padding: 5px 14px;
  border-radius: 24px;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Nunito", Sans-serif;
  text-decoration: none;
  font-size: 14px;
}
a.terms-btn:hover {
  color: #111111;
}

.feedAuthor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.feed-info {
  margin: 0;
  padding: 0;
}
ul.feed-info li {
  display: flex;
}
ul.feed-info li span {
  margin-right: 10px;
  font-size: 14px;
  display: inline-block;
}
ul.feed-info li span.sm-logo img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
ul.feed-info li span > span {
  color: #777;
  margin: 0;
}
ul.feed-info li span:hover {
  color: #e95920;
}

.wishIc {
}
.wishIc a {
  text-decoration: none;
  display: inline-block;
  color: #999;
}
.wishIc a i {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}
.wishIc a i:hover {
  color: #e95920;
}

@media (max-width: 480px) {
  .feed-content h2 a {
    font-family: "Nunito", sans-serif;
    color: #3b3c3c;
    text-decoration: none;
    font-weight: 900;
    line-height: 34px;
    font-size: 28px;
  }
}

.lity-container {
  width: 40%;
}
/*25-09-2023 */

.g1-newsletter [type="email"],
.g1-newsletter [type="submit"],
.g1-newsletter [type="text"],
.g1-newsletter select {
  width: 100%;
  text-align: center;
}
[type="email"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"] {
  text-align: center;
  width: 100%;
}

[type="email"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="reset"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="url"]:focus {
  text-align: left;
}

#reply-title {
  padding-top: 40px;
  padding-left: 26px;
}

#respond {
  max-width: 758px;
  margin: 0 auto;
}

.comment-form #author,
.comment-form #email,
.comment-form #url {
  width: auto;
  min-width: 100%;
}

#secondary {
  display: none;
}

.page-title {
  text-align: center;
}

.g1-footer-text {
  padding-right: 0px;
  width: 100%;
  text-align: center;
}

.g1-hb-row-normal .g1-id {
  margin-top: 4px !important;
  margin-bottom: unset !important;
}

.archive-body > .g1-row-background {
  background-color: #f8f8f8 !important;
}

.entry-category {
  border-color: #fff !important;
  background-color: #e83535 !important;
  color: #fff !important;
}

body .embedly-card-hug {
  margin: 5px 25px !important;
}

#buddypress #basic-details-section,
#buddypress #blog-details-section,
#buddypress #profile-details-section {
  margin-bottom: 40px;
  width: 100% !important;
}
body.registration #secondary {
  display: none;
}

.donate-box-x {
  text-align: center;
  background: #ffffff;
  clear: both;
  display: block;
  padding: 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}
.donate-box-x p {
  margin-bottom: 20px;
}

.donate-box-x .d-button {
  background: #ff3b00;
  color: #fff;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  border-radius: 4px;
  transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
    color 375ms ease-in-out;
}
.donate-box-x .d-button:hover {
  color: #fff;
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.333);
  transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
    color 375ms ease-in-out;
}

#members-all span {
  display: none;
}

.g1-hb-row-b .g1-drop-toggle-badge,
.g1-hb-row-b .snax-button-create,
.g1-hb-row-b .snax-button-create:hover {
  border-color: #1da1f2 !important;
  background-color: #1da1f2 !important;
}

.comment-form.g1-card {
  padding-left: 50px;
}

@media only screen and (min-width: 1025px) {
}

@media screen and (max-width: 767px) {
  .g1-header .g1-row-outer .snax-button-create {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 767px) {
  #reply-title {
    padding-top: 40px;
    padding-left: 0px;
  }
  body .comment-form.g1-card {
    padding-left: 10px !important;
  }
}

.g1-menu-item-helper {
  display: none;
}

.g1-pagination-end {
  display: none !important;
}

.page-id-3170 #secondary {
  display: none;
}
.page-id-3170 .g1-column-2of3 {
  width: 100%;
}

.g1-header-smiley .g1-drop-the-cart {
  display: none !important;
}

.page-id-3170 .entry-content h1 {
  text-align: center;
  font-size: 40px;
  font-family: "Anton", sans-serif;
  letter-spacing: 2px;
}
.page-id-3170 .entry-content h2 {
  text-align: center;
  font-size: 30px;
  font-family: "Anton", sans-serif;
  letter-spacing: 2px;
}
.page-id-3170 .entry-content p.hashtag-desc {
  line-height: 40px;
  font-size: 18px;
}

.item-list-tabs li.feed {
  display: none;
}

@media only screen and (max-width: 1137px) and (min-width: 1025px) {
  .g1-primary-nav-menu > .menu-item > a {
    font-size: 10px;
  }
}

.white-popup .wp-social-login-connect-with {
  overflow: visible;
  width: auto;
  height: auto;
  position: inherit;
}
.white-popup .wp-social-login-connect-with h4 {
  margin-bottom: 0px;
}

/* WPK */
.entry-author a {
  position: relative;
}
.mycred-badge-image {
  display: none;
}
.entry-meta-s .entry-author .mycred-badge-image {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.entry-meta-m .entry-author .mycred-badge-image {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}

.g1-header > .g1-row-background {
  border-color: #ededed;
  background-color: #ffffff;
}

.snax-login-tab .g1-alpha {
  text-align: center;
}

.entry-content video {
  margin-bottom: 0 !important;
}

body,
input,
select,
textarea {
  color: #000;
  font-size: 16px;
}

.snax .snax-new-item-wrapper:before {
  opacity: 0 !important;
}
.g1-canvas-content .snax-button-create {
  border-color: #1da1f2;
  background-color: #1da1f2;
}

li.rcp_subscription_level .rcp_level_description {
  padding: 0px !important;
}

#rcp_card_wrap {
  max-width: 500px !important;
}

.rcp_form label {
  font-weight: 500;
  margin-bottom: 8px;
}

@media only screen and (min-width: 801px) {
  .g1-hb-row-normal .g1-id {
    margin-top: 4px;
    margin-bottom: unset;
  }
  #cookie-law-info-bar {
    font-size: 12px;
    margin: 0 auto;
    padding: 8px 5px;
  }
  .cli-plugin-button,
  .cli-plugin-button:visited {
    padding: 6px 14px 6px;
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 767px) {
  .snax .snax-wpsl .wp-social-login-provider {
    font-size: 0;
  }
  .snax .snax-wpsl .wp-social-login-provider:before {
    margin-right: 0;
  }
}

/*
.widget_bimber_widget_facebook_page {
    padding-left: 0px;
    padding-right: 0px;
    padding: 0px !important;
}
*/

/* image checkbox */

.nopad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*image gallery*/
.image-checkbox {
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0;
  outline: 0;
  height: 200px;
  width: 100%;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  border-radius: 12px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
.image-checkbox::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

  background: -moz-linear-gradient(
    top,
    rgba(217, 217, 217, 0) 0%,
    rgba(138, 138, 138, 0.55) 55%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(217, 217, 217, 0) 0%,
    rgba(138, 138, 138, 0.55) 55%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(217, 217, 217, 0) 0%,
    rgba(138, 138, 138, 0.55) 55%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d9d9d9', endColorstr='#000000',GradientType=0 );
}
.arCityName {
  width: 100%;
  flex: 1 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  z-index: 2;
}
.image-checkbox input[type="checkbox"] {
  display: none;
}

.image-checkbox-checked {
  border-color: #4783b0;
}
.image-checkbox .fa {
  color: #fff;
  background: transparent;
  padding: 10px;
  top: 0;
  right: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  z-index: 1;
  mix-blend-mode: luminosity;
  opacity: 0;
  transition: all ease-in-out 300ms;
  padding: 9px;
}
.image-checkbox:hover .fa {
  opacity: 1;
}
.image-checkbox.image-checkbox-checked .fa {
  opacity: 1;
  color: #4a79a3;
  background-color: #fff;
}

.selectLocationWrp {
  padding: 100px 0;
}
.selectLocationWrp h1 {
  font-weight: normal;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.selectLocationWrp .select2-container {
  max-width: 800px;
  margin: 0 auto;
  display: block;
  font-size: 14px;
}
.selectLocationWrp .select2-container .select2-selection--multiple {
  min-height: 60px;
  display: flex;
  align-items: center;
}
.selectLocationWrp .select2-container .select2-selection--multiple::before{
  position: absolute;
  content: "\f002 ";
  font: normal normal normal 14px / 1 FontAwesome;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: #00000080;
  font-size: 18px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  margin-bottom: 0;
}
#step2 .select2-container .select2-search--inline .select2-search__field ,
#step1 .select2-container .select2-search--inline .select2-search__field {
  text-align: left;
  margin-left: 40px;
  margin-top: 0;
  font-size: 18px;
  color: #00000080;
}
#step1 .select2-container .select2-search--inline .select2-search__field::placeholder,
#step2 .select2-container .select2-search--inline .select2-search__field::placeholder{
  font-size: 18px;
  color: #00000080 !important;
  opacity: 1 !important;
}
#step2 .select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder,
#step1 .select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #00000080 !important;
  font-size: 18px;
  opacity: 1 !important;
  }
  #step2 .select2-container .select2-search--inline .select2-search__field::-moz-placeholder,
  #step1 .select2-container .select2-search--inline .select2-search__field::-moz-placeholder { /* Firefox 18- */
    color: #00000080 !important;
    font-size: 18px;
    opacity: 1 !important;
  }
  #step2 .select2-container .select2-search--inline .select2-search__field::-moz-placeholder,
  #step1 .select2-container .select2-search--inline .select2-search__field::-moz-placeholder {  /* Firefox 19+ */
    color: #00000080 !important;
    font-size: 18px;
    opacity: 1 !important;
  }
  #step2 .select2-container .select2-search--inline .select2-search__field::-ms-input-placeholder ,
  #step1 .select2-container .select2-search--inline .select2-search__field::-ms-input-placeholder {
    color: #00000080 !important;
    font-size: 18px;
    opacity: 1 !important;
  }

  /* =================explore search=================== */
  .explore_search  input#elementor-search-form-c35e4e1::placeholder{
    color: #00000080 !important;
    opacity: 1 !important;
  }
  .explore_search  input#elementor-search-form-c35e4e1::-webkit-input-placeholder{
    color: #00000080 !important;
    opacity: 1 !important;
  }
  .explore_search  input#elementor-search-form-c35e4e1::-moz-placeholder{
    color: #00000080 !important;
    opacity: 1 !important;
  }
  .explore_search  input#elementor-search-form-c35e4e1::-ms-input-placeholder{
    color: #00000080 !important;
    opacity: 1 !important;
  }
  .explore_search 
  .elementor-26860 .explore_search .fa-search:before{
    color: #00000080 !important;
  }












  /* =================explore search=================== */
.btn.load_more_city,
.btn.load_more_category {
  border: 1px solid #000;
  padding: 20px 40px;
  line-height: 1;
}
.step3LeFtImgWrp h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 0;
  padding: 40px 20px;
  color: #fff;
  font-size: 28px;
  text-align: center;
}
.step3LeFtImgWrp .shadow {
  height: 100vh;
  object-fit: cover;
  display: block;
}
.sigin_up_methods h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 80px;
}

.step {
  display: none;
}

#step1 {
  display: block;
}
.form-step .row {
  --bs-gutter-x: 38px;
  --bs-gutter-y: 30px;
}

.sigin_up_methods .lead {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  max-width: 388px;
  text-align: center;
  margin-bottom: 20px;
}
.sigin_up_methods .lead span {
  color: #e95920;
}
.discoverCreators {
  max-width: 388px;
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 14px;
  margin-bottom: 16px;
}
.termsOfConditions {
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 20px;
}
.termsOfConditions a {
  color: #000;
  text-decoration: underline;
}

.lead {
  color: var(--black, #000);
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.display-4 {
  color: var(--primary, #e95920);
  text-align: center;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.nextStepWrapper {
  border-top: 1px solid #ddd;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  margin-top: 50px;
}
.nextStepWrapper .next-step {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #e95920;
  border-color: #e95920;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-transform: unset;
}

.nextStepWrapper .next-step2 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #e95920;
  border-color: #e95920;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-transform: unset;
}

.nextStepWrapper .prev-step {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #ffffff;
  border-color: #ffffff;
  padding: 16px 40px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  text-transform: unset;
}
.nextStepCounter {
  text-align: center;
}
.nextStepCounter p {
  margin: 0 0 0;
  font-size: 18px;
  color: #000000;
}
.nextStepCounter p:last-child {
  margin-top: 10px;
}

.step_3right_wrp {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding-top: 100px;
}
.logo_right_inner {
  flex: 1 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-id-27236 .elementor-location-header {
  display: none;
}
.alradyaMember {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  text-align: right;
}
.alradyaMember a {
  color: #000;
  font-weight: 700;
}
.loginHeader {
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.step3LeFtImgWrp {
  position: relative;
}
.arMoreSignUpMethods {
  padding-left: 0;
  margin-bottom: 34px;
}
.arMoreSignUpMethods li {
  list-style: none;
}
.arMoreSignUpMethods li a {
  padding: 14px 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #000;
  border-radius: 3px;
}
.arMoreSignUpMethods li + li {
  margin-top: 12px;
}
.arMoreSignUpMethods li a img {
  margin-right: 10px;
}
#side-menu {
  display: none;
}

#side-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999999;
  --width: 500px;
  padding: 0;
  height: 100vh;
  overflow-y: auto;
}
#side-menu > .elementor-element {
  height: 100%;
  padding: 80px 60px;
}
#menu-toggle {
  padding: 0;
  background: transparent;
  border: none;
  margin-left: 16px;
}
#menu-toggle img {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  align-items: center;
  display: flex;
}
.elementor-nav-menu {
  align-items: center !important;
}
.menu-item-26735 {
  border: 2px solid #fff !important;
}

/*========== Account Page  =============*/

.acoount-section {
  padding: 0;
}
.leftContentArea {
  padding-top: 60px;
}
.leftContentArea h3 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 0px;
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.social-sharing a {
  display: none;
}
.acoount-section .copyToClipboard {
  margin-bottom: 20px;
}
.swiper-container.locationSlider {
  width: 100%;
  height: 100%;
  margin: 20px 0;
}
.swiper-container.locationSlider .swiper-slide {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.locationDiv {
  width: 100%;
}
.locationHeading {
  display: inline-block;
  width: 100%;
}
.locationHeading h4 {
  font-size: 16px;
  float: left;
  text-align: left;
  font-weight: 600;
}
.locationHeading h4 span {
  display: block;
  opacity: 0.5;
}
.locationHeading h5 {
  font-size: 16px;
  text-align: right;
  font-weight: 600;
}
.locationHeading h5 img {
  vertical-align: middle;
}
.listDesc p {
  font-weight: 600;
  font-size: 14px;
}

.locatinImage img {
  width: 100%;
  border-radius: 4px;
}

.leftContentArea h6 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  opacity: 0.5;
  display: flex;
  gap: 10px;
  align-items: center;
}
.leftContentArea h6.listTitle {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  opacity: 1;
  font-size: 20px;
}
.leftContentArea h6.listTitle i {
  color: #e3431b;
  cursor: pointer;
}
.popupForm .show_hide_content h4 {
  border: none;
}
.savedSlider {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.remove_form_list {
  margin-left: 10px;
}
.savedDiv {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.savedImage img {
  width: 100%;
  border-radius: 8px;
}
.savedDiv h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}
.savedDiv h6 {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: normal;
  opacity: 1;
  color: #666;
  margin-bottom: 0;
}
.savedDiv h6 span {
  opacity: 1 !important;
  font-weight: 500;
  color: #000;
}
.savedDiv p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

hr {
  background: #ddd;
  opacity: 0.25;
}

.RightSideBar {
  background: #fafbfc;
  padding: 60px 20px 20px;
  margin-left: 40px;
  position: relative;
  height: 100%;
}
.RightSideBar h4 {
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.RightSideBar h4 i {
  color: #000;
  font-family: FontAwesome;
  font-size: 18px;
  margin-right: 15px;
  margin-top: 3px;
}
.RightSideBar h3 {
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.RightSideBar a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0.8;
}

.RightSideBar a i {
  color: #000;
  font-family: FontAwesome;
  font-size: 18px;
  font-style: normal;
}

.RightSideBar a.linkDiv {
  display: flex;
  padding: 10px 0px;
  position: relative;
  z-index: 99;
}

.RightSideBar a.linkDiv.active {
  background-color: #fff;
}

/*===== Show Hide Div =====*/

.contentBox {
  display: none;
  position: absolute;
  top: 60px;
  height: 100%;
  background: #fafbfc;
  width: 100%;

  z-index: 99;
}
.contentBox h4 {
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.contentBox h4 i {
  color: #000;
  font-family: FontAwesome;
  font-size: 18px;
  margin-right: 15px;
  margin-top: 3px;
}

.contentBoxInner {
  display: none;
  position: absolute;
  top: 0px;
  height: 100%;
  background: #fafbfc;
  width: 100%;
  z-index: 99;
}
.contentBoxInner h4 {
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.contentBoxInner h4 i {
  color: #000;
  font-family: FontAwesome;
  font-size: 18px;
  margin-right: 15px;
  margin-top: 3px;
}

.contentBoxInner input {
  border: none;
  text-align: left;
  padding: 5px 10px;
  border-bottom: 2px solid #eee;
  background: transparent;
  font-size: 14px;
  font-weight: 600;

  margin-bottom: 30px;
  color: #111;
}

.contentBoxInner .submitBtn {
  font-weight: 700;
  opacity: 0.5;
  text-align: center;
  width: 100%;
  background: #eee;
  padding: 7px 10px;
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

/* password */

.password-container {
  position: relative;
  display: flex;
  align-items: center;
}

#password {
  padding-right: 30px; /* Add space for the eye icon */
  width: 100%;
}

.toggle-password {
  position: absolute;
  right: 10px;
  cursor: pointer;
  user-select: none;
}

/*=========== Price Table Css  ===========*/

.price-table-sec {
  padding: 60px 0;
}
.price-table-sec h2 {
  font-size: 36px;
  font-weight: 900;
  text-transform: capitalize;
  font-family: Roboto;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #bbbbbb;
}
.price-table-sec .table-wrapper {
  width: 74%;
  margin: 0 auto;
}
.price-table-sec .table-wrapper p {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.priceTable {
  width: 100%;
}

.priceTable th {
  text-align: center;
  border: 0;
}
.priceTable th.org-bg {
  background: #e95920;
  color: #fff;
  margin: 0 30px;
  padding: 20px;
  display: block;
  border-radius: 10px 10px 0 0;
}

.priceTable th.heading-2 .heading {
  font-size: 24px;
  font-weight: 700;
  font-family: Roboto;
  text-transform: capitalize;
  line-height: 26px;
  padding: 20px 0;
}

.priceTable th.heading-2 .info .amount {
  font-size: 36px;
  font-weight: 900;
  font-family: Roboto;
  line-height: 40px;
  padding: 30px 0;
  height: 140px;
}

.priceTable th.heading-2 .info .amount span {
  display: block;
  text-transform: lowercase;
}

.priceTable th.heading-2 .info .billing-msg {
  margin: 20px 0 10px;
}

.priceTable thead tr th {
  width: 280px;
}
.priceTable tbody tr td {
  width: 280px;
}

.priceTable tbody tr,
.priceTable tbody tr td {
  border: 0;
}

.priceTable tbody tr td {
  text-align: center;
  font-size: 18px;
  padding: 20px 10px;
  margin: 0 30px;
  position: relative;
  vertical-align: middle;
  min-width: 280px;
}

.priceTable tbody tr td::after {
  content: "";
  position: absolute;
  background-color: transparent;
  width: 40%;
  height: 3px;
  bottom: 0;
  border-top: 1px solid #bbb;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.priceTable tbody tr td.org-bg {
  background: #e95920;
  color: #fff;
  margin: 0 30px;
  padding: 40px 20px;
  display: block;
}
.priceTable tbody tr:last-child td.org-bg::after {
  border: 0 !important;
}
.priceTable tbody tr:last-child td::after {
  border: 0;
}
.priceTable tbody tr:last-child td.org-bg {
  border-radius: 0 0 10px 10px;
}
.priceTable tbody tr td i,
.priceTable tbody tr td.org-bg i {
  font-size: 30px !important;
}

.priceTable tbody tr td.org-bg::after {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.priceTable tbody tr td.org-bg button {
  background: #763268;
  font-size: 16px;
  width: 188px;
  padding: 15px 10px;
  border-radius: 8px;
  border-color: #763268;
  color: #fff;
}

.priceTable th.heading-3 .heading {
  font-size: 24px;
  font-weight: 700;
  font-family: Roboto;
  text-transform: capitalize;
  line-height: 26px;
  padding: 20px 0;
}
.priceTable th.heading-3 .info .amount {
  font-size: 36px;
  font-weight: 900;
  font-family: Roboto;
  line-height: 40px;
  height: 140px;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.priceTable th.heading-3 .info .billing-msg {
  margin: 20px 0 10px;
}
.priceTable tbody tr td button {
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 16px;
  width: 188px;
  padding: 15px 10px;
  border-radius: 8px;
  border-color: rgba(0, 0, 0, 0);
}

.priceTable th.heading-3 {
  outline: 1px solid #763268;
  outline-bottom: 0;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.priceTable th.heading-3::after {
  content: "";
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 1px;
  bottom: -1px;
  border-top: 1px solid #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.priceTable tbody tr td.borderline {
  border-left: 1px solid #763268;
  border-right: 1px solid #763268;
}

.priceTable tbody tr:last-child td.borderline {
  border: 0;
}

.priceTable tbody tr:last-child td.borderline .inner-border {
  border: 1px solid #763268;
  height: 100%;
  position: absolute;
  width: 100%;
  left: -1px;
  top: 0;
  border-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 10px 10px;
  min-width: 281px;
}

.lity .lity-container #inline {
  border-radius: 10px;
}
.lity .lity-container {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.lity .lity-container button.lity-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  padding: 5px;
  font-size: 25px;
  color: #000;
  line-height: 22px;
}

.lity .lity-container button.lity-close:hover {
  background: #e3431b;
  color: #fff;
  padding: 5px;
}

#fav-form {
  padding: 30px;
}
#fav-form .popup_wrapper select {
  margin-bottom: 15px;
}

.leftContentArea h3 span {
  cursor: pointer;
  font-size: 20px;
  align-self: center;
}
/* .leftContentArea h3 span:hover {color:#e3431b;} */

#myModal .modal-dialog .modal-content {
  padding: 10px;
  border-radius: 10px;
}

.elementor-23632
  .elementor-element.elementor-element-7a2f8b9
  .elementor-form-fields-wrapper
  label {
  font-size: 16px !important;
}
.elementor-field-textual.elementor-size-lg {
  font-size: 16px !important;
  min-height: 40px !important;
}

.elementor-23632
  .elementor-element.elementor-element-7a2f8b9
  .elementor-field-group {
  margin-bottom: 0 !important;
}
#custom-form2 .toggle-password {
  top: 6px;
}

/* ======================wishlist by Anirban(31.10.2023)==================== */
.wishlist_main {
  padding: 90px 0;
}
.wishlist_main .wishlist_wrap {
  max-width: 700px;
  margin: 0 auto;
}
.wishlist_main .wishlist_wrap .wishlist_cancel i {
  font-size: 20px;
}
.wishlist_main .wishlist_wrap .wishlist_cancel {
  margin-bottom: 30px;
}
.wishlist_main .wishlist_wrap .wishlist_top {
  display: flex;
  justify-content: space-between;
}
.wishlist_main .wishlist_wrap .wishlist_top .wishlist_heading h3 {
  font-size: 40px;
  margin-bottom: 15px;
}
.wishlist_main .wishlist_wrap .wishlist_top .wishlist_heading p {
  font-size: 14px;
  margin-bottom: 0;
}
.wishlist_main .wishlist_wrap .wishlist_top .wishlist_btn .cta {
  background: #e95920;
  padding: 12px 32px;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
  overflow: hidden;
}
.wishlist_main .wishlist_wrap .wishlist_top .wishlist_btn .cta::after {
  display: block;
  height: 100%;
  width: 0%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #763268;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.wishlist_main .wishlist_wrap .wishlist_top .wishlist_btn .cta:hover::after {
  width: 100%;
}
.wishlist_bottom .wishlist_showing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.wishlist_bottom .wishlist_showing span {
  font-size: 16px;
}
.wishlist_bottom .wishlist_showing .prev_next_btn button {
  background: transparent;
  border: none;
}
.wishlist_bottom .wishlist_showing .prev_next_btn button:hover {
  box-shadow: none;
}
.wishlist_bottom .wishlist_showing .prev_next_btn button i {
  color: #e95920;
}
.wishlist_slider .wishlistSwiper .each-slide {
  display: flex;
  align-items: center;
  gap: 20px;
}
.wishlist_slider {
  overflow: hidden;
}
.wishlist_slider .wishlistSwiper .each-slide .wishlist_content p {
  font-size: 16px;
  color: #e95920;
  margin-bottom: 15px;
}
.wishlist_slider .wishlistSwiper .each-slide .wishlist_content h4 a {
  color: #000;
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
  font-size: 20px;
}
.wishlist_slider .wishlistSwiper .each-slide .wishlist_content h4 a:hover {
  color: #e95920;
}
.popupWrap {
  /*  min-width: 300px;*/
  margin: 0 auto;
}
#mySelect {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e95920;
}
#mySubmit i {
  margin-left: 10px;
}
.popupForm {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 20px;
}
.popupForm h4 {
  border-bottom: 1px solid #e3431b;
  padding-bottom: 10px;
}
#mySubmit {
  margin-left: 10px;
}
#response-message {
  font-size: 14px;
  color: #e3431b;
  font-weight: 600;
  position: relative;
  margin-top: 10px;
}
#response-message::before {
  position: absolute;
  content: "\f046 ";
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  color: #e3431b;
  font-size: 14px;
}
.popupForm .form-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.form_list_title label {
  display: block;
  font-size: 16px;
}
.form_list_title span {
  display: block;
}
.popupForm .form-check .form-check-input {
  float: none;
  margin-left: 0;
}
.popupForm .form-check-input:checked {
  background-color: #e95920;
  border-color: #e95920;
}
.popupForm .form-check-input:focus {
  box-shadow: none;
  outline: none;
}

.plus_synbol {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 0.2px;
  position: relative;
  z-index: 0;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  zoom: 1;
  cursor: pointer;
  font: 700 14px/22px serif;
  font-family: Poppins, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  border-radius: 4px;
  transition: border-color 175ms ease-in-out, background-color 175ms ease-in-out,
    color 175ms ease-in-out, padding 175ms ease-in-out;
  border-color: #e3431b;
  background-color: #e3431b;
  color: #ffffff;
  padding: 7px;
}


/*new css added by Arindam */
.elementor-element-6d3017e3 {
	display: none !important;
}

/*=======================Responsive============================*/

@media (max-width: 991px) {
}
@media (max-width: 767px) {
  .elementor-23632
    .elementor-element.elementor-element-aae49af
    > .elementor-widget-container {
    margin: 100px 0px 18px 0px;
  }
}
@media (max-width: 575px) {
  #main_menu_profile {
    display: none;
  }
  .price-table-sec .table-wrapper p {
    font-size: 14px;
  }
  .price-table-sec{
    padding: 0 0  30px;
  }
  .price-table-sec h2 {
    font-size: 26px;
    margin-bottom: 10px;
}
}
@media (max-width: 480px) {
  .price-table-sec .table-wrapper {
    width: 100%;
    overflow-x: scroll;
  }
  .priceTable tbody tr td,
  .priceTable tbody tr th {
    min-width: 280px;
  }
  .priceTable tbody tr:last-child td.borderline .inner-border {
    min-width: 281px;
  }

  .form-step .selectLocationWrp h1 {
    font-size: 31px;
    line-height: 36px;
  }

  .form-step .selectLocationWrp {
    padding: 150px 0 30px;
  }

  .form-step
    .selectLocationWrp
    .select2-container
    .select2-selection--multiple {
    min-height: 44px;
    padding-left: 10px;
    padding-top: 10px !important;
    line-height: 20px;
    padding-right: 10px;
    overflow: hidden;
  }
  .form-step .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }
  .btn.load_more_city,
  .btn.load_more_category {
    border: 2px solid #000;
    padding: 20px 40px;
    line-height: 1;
    font-weight: bold;
  }
  .nextStepWrapper {
    display: inline-block;
    width: 100%;
  }
  .nextStepCounter {
    text-align: left;
  }
  .nextStepCounter p {
    font-size: 14px;
  }
  .nextStepCounter p:last-child {
    margin-top: 0;
  }
  .nextStepWrapper .next-step,
  .nextStepWrapper .next-step2 {
    padding: 10px 40px;
  }
  .step3LeFtImgWrp {
    display: none;
  }
  .step_3right_wrp {
    padding: 150px 15px 50px;
  }
  .step_3right_wrp .nextStepCounter {
    text-align: center;
  }

  .sigin_up_methods .termsOfConditions {
    font-size: 14px;
  }
  body.page-template-page_tpl_signup #myModal .modal-content {
    width: 98%;
  }
  .acoount-section .leftContentArea {
    padding-top: 40px;
  }
  .locationSlider .locatinImage {
    height: 80px;
    display: flex;
  }
  .locationSlider .locatinImage img {
    object-fit: cover;
  }
  .locationSlider .locationHeading h4,
  .locationSlider .locationHeading h5 {
    font-size: 12px;
    font-weight: normal;
  }
  .locationSlider .locationHeading h5 img {
    height: 10px;
  }

  .RightSideBar {
    margin-left: 0;
    background: #fff;
    padding: 0 0px;
  }
  .RightSideBar > h3 {
    position: relative;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
  }
  .RightSideBar > h3::before,
  .RightSideBar > h3::after {
    content: "";
    position: absolute;
    top: 5px;
    width: 2px;
    height: 12px;
    transition: all 0.5s;
  }
  .RightSideBar > h3::before {
    right: 19px;
    transform: rotate(45deg);
    background-color: #394a6d;
  }
  .RightSideBar > h3::after {
    right: 27px;
    transform: rotate(-45deg);
    background-color: #394a6d;
  }
  .RightSideBar a {
    padding: 10px 0px;
    font-weight: normal;
  }
  .acoount-section .leftContentArea h3,
  .acoount-section .leftContentArea h3 span i {
    font-size: 26px;
  }
  .acoount-section .leftContentArea h3 {
    font-size: 26px;
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
  .acoount-section .leftContentArea h3:not(:first-child) {
    border-bottom: 1px solid #ddd;
  }
  .acoount-section .leftContentArea h6 {
    font-size: 12px;
    margin-top: 10px;
  }
  .savedSlider .savedDiv h3,
  .savedSlider .savedDiv h3 a {
    font-size: 12px;
    margin-bottom: 5px;
    color: #000;
  }
  .savedSlider .savedDiv p {
    line-height: 14px;
  }
  .savedSlider .savedDiv h6 {
    font-size: 11px;
  }
  .savedSlider .savedDiv {
    padding: 8px;
  }
  .savedSlider .savedDiv .savedImage {
    height: 80px;
    display: flex;
  }
  .savedSlider .savedDiv .savedImage a {
    display: block;
  }
  .savedSlider .savedDiv .savedImage a img {
    height: 100%;
    object-fit: cover;
  }
  .savedSlider {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .contentBox {
    width: 100%;
  }

  .RightSideBar a.linkDiv {
    padding: 10px 0px;
    font-size: 16px;
    font-weight: normal;
  }
  .contentBoxInner #custom-form2 .submitBtn {
    opacity: 1;
  }
}