/* class="wow slideInLeft" data-wow-duration="1s" data-wow-delay="1s" */
a,
a:hover,
a:focus,
.btn.focus,
.btn:focus .btn,
.btn:hover,
.btn:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
a,
a:hover {
  color: inherit;
}
.fz5 {
  font-size: 5px;
}
.fz6 {
  font-size: 6px;
}
.fz10 {
  font-size: 10px;
}
.fz11 {
  font-size: 11px;
}
.fz12 {
  font-size: 12px;
}
.fz13 {
  font-size: 13px;
}
.fz14 {
  font-size: 14px;
}
.fz15 {
  font-size: 15px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz22 {
  font-size: 22px;
}
.fz24 {
  font-size: 24px;
}
.fz26 {
  font-size: 26px;
}
.fz28 {
  font-size: 28px;
}
.fz30 {
  font-size: 30px;
}
.fz32 {
  font-size: 32px;
}
.fz34 {
  font-size: 34px;
}
.fz36 {
  font-size: 36px;
}
.fz38 {
  font-size: 38px;
}
.fz40 {
  font-size: 40px;
}
.fz50 {
  font-size: 50px;
}
.fz60 {
  font-size: 60px;
}
.fz70 {
  font-size: 70px;
}

.form-control:focus {
  box-shadow: none;
}
.input-rating:focus {
  height: 200px;
  
}

.poppinsmedium {
  font-family: "poppinsmedium";
}
.poppinsregular {
  font-family: "poppinsregular";
}
.poppinsbold {
  font-family: "poppinsbold";
}
.poppinssemibold {
  font-family: "poppinssemibold";
}

.Almarairegular {
  font-family: "Almarairegular";
}
.Almaraisemibold {
  font-family: "Almaraisemibold";
}
.Almaraibold {
  font-family: "Almaraibold";
}
.Almaraiextrabold {
  font-family: "Almaraiextrabold";
}
.base_color {
  color: #58be3f;
}

html {
  scroll-behavior: smooth;
}
/* 
body {
  font-family: "poppinsmedium";
} */

*[dir="rtl"] {
  font-family:"Almaraibold";
}
*[dir="ltr"] {
  font-family: "poppinsmedium";
}
header .navbar {
  padding: 35px 0;
}

header .navbar-nav li.active > a {
  color: #58be3f !important;
}

header .navbar-nav li > a {
  padding: 0 16px !important;
  color: #212121 !important;
}

header .navbar-nav li > a:hover {
  color: #58be3f !important;
}

.custom_btn {
  background-color: #58be3f;
  color: #fff;
  padding: 15px 54px;
  border-radius: 30px;
}

.home_banner h2 {
  font-size: 52px;
}

.home_banner img {
  margin-top: -130px;
}

.our_partners h2 {
  font-size: 35px;
}

.known_banner {
  background-image: url("../images/home-banner.png");
  background-repeat: no-repeat;
  height: 660px;
  background-position: center;
  background-size: cover;
}

.known_things {
  padding-left: 100px;
  margin-bottom: 42px;
}

.known_things > img {
  position: absolute;
  left: 0;
  top: 0;
}

.known_thingsRTL {
  padding-right: 100px;
  margin-bottom: 42px;
}

.known_thingsRTL > img {
  position: absolute;
  right: 0;
  top: 0;
}

footer {
  background-color: #58be3f;
  color: #fff;
  padding: 4px 0;
}
footer ul li {
  margin-right: 26px;
}

.footer_bottom {
  padding: 10px 0px;
  background-color: #58be3f;
  color: #fff;
  text-align: center;
}

.neighbours_section {
  margin-top: 90px;
  margin-bottom: 153px;
}

.neighbours_section h2 {
  font-size: 35px;
  margin-bottom: 90px;
}

.terms_condition_section {
  padding-top: 70px;
  padding-bottom: 139px;
  background-image: url("../images/privacy-bg-image.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.terms_condition_section h2 {
  font-size: 52px;
  margin-bottom: 73px;
}

.terms_condition_section h3 {
  color: #242f51;
}

.terms_condition_section p {
  color: #616368;
  font-size: 14px;
}
.terms_condition_section ul li,
.terms_condition_section ol li {
  color: #616368;
  font-size: 14px;
}



.about_banner {
  background-image: url("../images/about-banner.png");
  background-repeat: no-repeat;
  /*height: 650px;*/
  background-position: center;
  background-size: cover;
}

.about_banner h2 {
  font-size: 52px;
}

.about_banner .col-md-6 {
  min-height: 650px;
}

.about_page {
  background-image: initial;
}

.login_header {
  padding-bottom: 180px;
  background-image: url("../images/login-image.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.login_section h2 {
  font-size: 51px;
  margin-top: 50px;
}

.login_section .form-control {
  background-color: #f8f8f8;
  border-radius: 30px;
  height: 48px;
}

.top-bar {
  background-color: #fff;
  padding: 10px 15px;
  box-shadow: 0px 0px 20px rgba(60, 28, 120, 0.1);
  position: fixed;
  z-index: 9;
  /* width: calc(100% - 250px); */
  /* margin-left: 250px; */
  /* transition: all 0.3s; */
  width: 100%;
  top: 0;
}
#top-bar.active {
  margin-left: 0px;
  width: 100%;
}
.top-bar ul.logo-setting {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.top-bar ul.logo-setting li {
  list-style-type: none;
  display: inline-block;
}
.top-bar ul.logo-setting li:first-child {
  min-width: 240px;
}

.wrapper {
  display: flex;
  align-items: stretch;
  margin-top: 74px;
  min-height: calc(100vh - 74px);
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
}

#sidebar.active {
  margin-left: -250px;
}
#sidebar {
  min-width: 250px;
  max-width: 250px;
  min-height: 100vh;
}
#sidebar a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

#sidebar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 6px;
  vertical-align: 6px;
  content: "";
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-left: 6px solid transparent;
}

#sidebar {
  background: #f0f2f5;
  color: #808080;
  transition: all 0.3s;
  position: fixed;
  top: 74px;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #6d7fcc;
}

#sidebar ul.components {
  padding: 20px 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 12px 10px;
  /* font-size: 15px; */
  /* display: block; */
  display: flex;
  align-items: center;
}
#sidebar ul li:last-child a {
  border-bottom: none;
}
#sidebar ul li a:hover {
  color: #58be3f;
  /*background-color: #828282;*/
  text-decoration: none;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #58be3f;
  /* background: #fff; */
}
#sidebar ul ul a {
  font-size: 14px !important;
  padding-left: 20px !important;
  background: #9c9a9acc;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 400 !important;
}

/* sidebar user */
.user_panel {
  padding: 0;
  /* position: relative; */
  /* top: 5px; */
  /* float: right; */
  /* margin-right: 5px; */
  display: flex;
}

.user_panel .user_img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 0px 0px 0px 0px; */
  /* float: left; */
}

.user_panel .user_img img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.user_details {
  text-align: right;
  float: left;
}

.user_name {
  position: relative;
  float: right;
  cursor: pointer;
}
.user_name h6 {
  color: #202020;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: bold;
}
.user_name h6 span i {
  color: #202020;
  font-size: 18px;
  top: 1px;
  left: 2px;
  position: relative;
}
.user_actions {
  position: absolute;
  top: 39px;
  /* right: 0; */
  width: 240px;
  background: #ffffff;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 15px #e3e3e3;
  /*padding: 15px 0;*/
  z-index: 9;
  display: none;
}
.user_actions_posRTL {
  left:0;
}
.user_actions_posLTR {
  right:0;
}
.user_name:hover .user_actions,
.user_name:focus .user_actions,
.user_name:active .user_actions {
  display: block;
}

.user_actions::before {
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -17px;
  right: 18px;
  color: #fff;
  font-size: 20px;
}

.user_actions ul li a {
  color: #585858;
  font-weight: 500;
  padding: 7px 10px 7px 35px;
  font-size: 15px;
  display: block;
}

.user_actions ul li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  color: #e5634d;
}

.user-der h6 {
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  padding-left: 10px;
  margin-bottom: 0px;
}
.user-der p {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
  margin-bottom: 10px;
}
.user_actions ul li:nth-child(2) a::before {
  content: "";
  background-image: url(../img/lock-inactive.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  width: 14px;
  height: 20px;
  margin-top: 1px;
}
.user_actions ul li:hover:nth-child(2) a::before {
  content: "";
  background-image: url(../img/lock-active.png);
}
.user_actions ul li:nth-child(3) a::before {
  content: "";
  background-image: url(../img/logout-inactive.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  width: 18px;
  height: 20px;
  margin-top: 4px;
}
.user_actions ul li:hover:nth-child(3) a::before {
  content: "";
  background-image: url(../img/logout-active.png);
}
ul.view-title {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.view-title li {
  list-style-type: none;
  display: inline-block;
}
ul.view-title li a {
  color: #202020;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding-left: 35px;
  position: relative;
  display: inline-block;
}
ul.view-title li a:hover {
  color: #202020;
  text-decoration: none;
}
#content {
  width: calc(100% - 250px);
  padding: 20px;
  /* margin-left: 250px; */
  /* transition: all 0.3s; */
  background: #f0f2f5;
}

.rtl-content-padding {
  margin-right: 250px;
}
.ltr-content-padding {
  margin-left: 250px;
}
.home_search_section {
  padding: 20px 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(60, 28, 120, 0.1);
}
.custom_input {
  background-color: #f5f5f5;
  min-height: 38px;
}

.fa-search {
  color: #797979;
  position: absolute;
  bottom: 12px;
  
}

.fa-search-rtl {
  left: 20px;
}
.fa-search-ltr {
  right: 20px;
}

.post {
  display: flex;
  background-color: #fff;
  padding: 20px 30px;
  box-shadow: 0px 1px 0px rgba(60, 28, 120, 0.1);
  border: 1px solid #e3e4e5;
  border-radius: 9px;
}

.slider_section .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
  background-color: #fff;
}

.slider_section .carousel-indicators .active {
  background-color: #58be3f;
}

.post_li_rtl {
  margin-left: 33px ;
}
.post_li_ltr {
  margin-right: 33px ;
}

.post_li_i_rtl {
  margin-left: 20px;
  font-size: 16px;
}
.post_li_i_ltr {
  margin-right: 20px;
  font-size: 16px;
}

/* .post .post_list li {
  margin-right: 33px;
} */
.post .post_list li a {
  display: inline-block;
  font-family: "poppinsregular";
  font-size: 14px;
}
/* .post .post_list li i {
  margin-right: 20px;
  font-size: 16px;
} */

.custom_modal .form-control {
  border: 0;
  box-shadow: 0px 5px 11px rgba(60, 28, 120, 0.1);
  font-size: 12px;
  height: 51px;
}
.notification {
  padding: 8px 46px 32px;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0px 5px 11px rgba(60, 28, 120, 0.1);
}

.messages {
  padding: 8px 46px 32px;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0px 5px 11px rgba(60, 28, 120, 0.1);
}

.message_user_icon {
  position: absolute;
  line-height: 0;
  top: 0;
}
.message_user_icon_posRTL {
  right: 0;
}
.message_user_icon_posLTR {
  left: 0;
}

.message_user_icon i {
  padding: 5px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 30px;
  border-radius: 50%;
}
/* .messages p {
  padding-left: 64px;
} */

.messages_padding_RTL {
  padding-right: 64px;
}
.messages_padding_LTR {
  padding-left: 64px;
}

.furniture_section .furniture_btns .btn {
  background-color: #fff;
  border-radius: 30px;
  font-size: 12px;
  padding: 8px 19px;
  box-shadow: 0px 5px 11px rgba(60, 28, 120, 0.1);
}

.furniture_section .furniture_btns i {
  color: #58be3f;
}

.furniture_section .furniture_btns .btn.active {
  background-color: #58be3f;
  color: #fff;
}
.furniture_section .furniture_btns .btn.active i {
  color: #fff;
}

.furniture_card {
  box-shadow: 0px 5px 11px rgba(60, 28, 120, 0.1);
  background: #fff;
  border-radius: 10px;
  margin-bottom: 18px;
}

.footer_section {
  width: calc(100% - 250px);
  margin-left: 250px;
  transition: all 0.3s;
}

.chat {
  padding: 8px 46px 32px;
  background-color: #fff;
  border-radius: 7px;
  max-width: 650px;
  box-shadow: 0px 5px 11px rgba(60, 28, 120, 0.1);
}

.modal_close_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: bold;
  font-size: 20px;
}

.toggle_class .top-bar {
  width: 100%;
  margin-left: 0;
}

.toggle_class #content {
  width: 100%;
  margin-left: 0;
}

.toggle_class #sidebar {
  width: 0;
  min-width: 0;
  max-width: 0;
  position: initial;
}

.toggle_class .footer_section {
  width: 100%;
  margin-left: 0;
}

.slider_down_arrow:hover .user_actions {
  display: block;
}
.furniture_card > img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-height: 156px;
  min-height: 156px;
  object-fit: cover;
}

.custom_prev {
  width: 24px;
  height: 24px;
  background: #58be3f;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.custom_next {
  width: 24px;
  height: 24px;
  background: #58be3f;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

p.rating-spacing{
  word-spacing:10px;
}
i.icon-spacing-LTR {
  margin-right: 10px;
}
i.icon-spacing-RTL {
  margin-left: 10px;
}

.submit-LTR {
  right: "18px";
  top: "10px";
}
.submit-RTL {
  left: "18px";
  top: "10px";
}


.furniture_section .furniture_btns .btn {
  margin: 10px;
  box-shadow: 0px 5px 6px rgb(60 28 120 / 26%);
}
.post-img {
  height: 500px;
  max-height:800px;
}

#loader {
  position: absolute;
  width: 100%;
  height: 100vh;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00000096;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  z-index: 9999;
}
.p12-40 {
  padding: 12px 40px;
}
.member_pages_section {
  padding: 0;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(60, 28, 120, 0.1);
}
.member_banner_section {
  position: relative;
}
.member-banner {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0px;
  bottom: 0px;
  border: 0px;
}
.member-banner-details {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
}
.member_back_btn {
  position: absolute;
  left: 15px;
  top: 15px;
  background: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.member_back_btn:focus {
  outline: none;
}
.member_back_btn:hover {
  background-color: #58be3f;
}
.member-banner .custom_btn {
  padding: 8px 40px;
}
.members {
  padding: 10px 20px 0 0;
  box-shadow: none;
  border-radius: 0;
}
.cursor-pointer {
  cursor: pointer;
}

.post_feed {
  padding: 20px 0;
  display: block;
  width: 500px;
  max-width: 500px;
  margin: 0 auto;
}

.post_feed .feed_img {
  object-fit: cover;
}

.post_feed .post-img {
  height: auto;
  object-fit: cover;
}

/* .update_message {
  max-width: 500px;
  margin: 0 auto;
} */

.w-80 {
  width: 80% !important;
}
.w-90 {
  width: 90% !important;
}
.object_fit {
  object-fit: cover;
}

/* .top_logo {
  width: 280px;
} */

.salelist_slick .slick-prev.slick-disabled:before,
.salelist_slick .slick-next.slick-disabled:before,
.salelist_slick .slick-prev:before,
.salelist_slick .slick-next:before {
  color: #58be3f;
  opacity: 1;
}
.notification_action {
  width: 360px;
  /* display: block; */
  word-break: break-all;
  max-height: calc(100vh - 75px);
  overflow: auto;
  box-shadow: 1px 12px 20px 1px #56565661;
}
.notification_action .notification_separate:hover {
  background-color: #f0f0f0;
  border-radius: 7px;
}
.notification_action .user_image {
  width: 20%;
  align-self: flex-start;
}
.notification_action .user_image .user_comment {
  bottom: -5px;
  right: -5px;
  background-image: linear-gradient(#73e089, #22b947);
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification_action .user_image .user_bell {
  bottom: -5px;
  right: -5px;
  background-image: linear-gradient(#63686e, #4a4e52);
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification_action .user_image .user_like {
  bottom: -5px;
  right: -5px;
  background-image: linear-gradient(#18acfd, #0272de);
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification_action .notification_data {
  width: 75%;
}
.notification_action .unread_circle {
  width: 5%;
}

.top_icon {
  background: #e4e6eb;
  color: #050505;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang_icon {
  background: #e4e6eb;
  color: #050505;
  width: 108px;
  height: 54px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.active-category {
  background-color: #58be3f;
  padding: 3px 8px;
  border-radius: 10px;
  color: white;
}

.term-contition-wrapper ol,
.term-contition-wrapper ul {
  padding-left: 20px;
}

.listing-wrapper li {
  color: #616368;
  font-size: 14px;
  margin-bottom: 10px;
}

.listing-wrapper ol {
  margin-top: 5px;
}

.modal-body {
  max-height: calc(100vh - 50px);
  overflow: auto;
  position: initial;
}
.fa-sort-desc:before {
  height: 23px;
}
.badge {
  position: absolute;
  top: -10px;
  right: -8px;
  border-radius: 50%;
  background: red;
  color: white;
  width: 24px;
  height: 24px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.min_height {
  min-height: 38px;
}

.group_detail_top {
  border: 1px solid #e3e4e5;
  border-radius: 9px;
  overflow: hidden;
}

.profile_pencil {
  top: 0px;
  right: 0px;
}

.profile_camera {
  bottom: 15px;
  right: 8px;
  font-size: 24px;
  color: darkslategray;
  cursor: pointer;
}

#frame {
  width: 95%;
  min-width: 360px;
  max-width: 1000px;
  height: 92vh;
  min-height: 300px;
  max-height: 720px;
  background: #fff;
}
@media screen and (max-width: 360px) {
  #frame {
    width: 100%;
    height: 100vh;
  }
}

#frame .content {
  float: right;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 735px) {
  #frame .content {
    width: 100%;
    /*min-width: 300px !important;*/
  }
}
@media screen and (min-width: 900px) {
  #frame .content {
    width: 100%;
  }
}
#frame .content .contact-profile {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
#frame .content .contact-profile img {
  width: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}
#frame .content .contact-profile p {
  float: left;
}
#frame .content .contact-profile .social-media {
  float: right;
}
#frame .content .contact-profile .social-media i {
  margin-left: 14px;
  cursor: pointer;
}
#frame .content .contact-profile .social-media i:nth-last-child(1) {
  margin-right: 20px;
}
#frame .content .contact-profile .social-media i:hover {
  color: #435f7a;
}
#frame .content .custom_messages {
  height: auto;
  min-height: calc(100% - 100px);
  max-height: calc(100% - 100px);
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}
@media screen and (max-width: 735px) {
  #frame .content .custom_messages {
    max-height: calc(100% - 105px);
  }
}
#frame .content .custom_messages::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
#frame .content .custom_messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
#frame .content .custom_messages ul li {
  display: inline-block;
  clear: both;
  margin: 15px 15px 5px 15px;
  width: calc(100% - 25px);
  font-size: 0.9em;
}
#frame .content .custom_messages ul li:nth-last-child(1) {
  margin-bottom: 20px;
}
#frame .content .custom_messages ul li.sent img {
  margin: 6px 8px 0 0;
}
#frame .content .custom_messages ul li.sent p {
  background: #f8f8f8;
  color: #787993;
  font-size: 14px;
  font-family: "poppinsregular";
  border-bottom-left-radius: 0;
}
#frame .content .custom_messages ul li.replies img {
  float: right;
  margin: 6px 0 0 8px;
}
#frame .content .custom_messages ul li.replies p {
  background: #58be3f;
  float: right;
  color: #fff;
  font-size: 14px;
  font-family: "poppinsregular";
  padding: 18px 20px;
  border-bottom-right-radius: 0;
}
#frame .content .custom_messages ul li img {
  width: 22px;
  border-radius: 50%;
  float: left;
}
#frame .content .custom_messages ul li p {
  display: inline-block;
  padding: 18px 40px 18px 20px;
  border-radius: 20px;
  max-width: 205px;
  line-height: 130%;
}
@media screen and (min-width: 735px) {
  #frame .content .custom_messages ul li p {
    max-width: 300px;
  }
}
#frame .content .message-input {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
#frame .content .message-input .wrap {
  position: relative;
}
#frame .content .message-input .wrap input {
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
  float: left;
  border: none;
  width: calc(100% - 90px);
  padding: 11px 32px 10px 8px;
  font-size: 0.8em;
  color: #32465a;
  background-color: #f5f5f5;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap input {
    padding: 15px 32px 16px 8px;
  }
}
#frame .content .message-input .wrap input:focus {
  outline: none;
}
#frame .content .message-input .wrap .attachment {
  position: absolute;
  right: 60px;
  z-index: 4;
  margin-top: 10px;
  font-size: 1.1em;
  color: #435f7a;
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap .attachment {
    margin-top: 17px;
    right: 65px;
  }
}
#frame .content .message-input .wrap .attachment:hover {
  opacity: 1;
}
#frame .content .message-input .wrap button {
  float: right;
  border: none;
  padding: 6px 16px;
  cursor: pointer;
  background: #58be3f;
  color: #f5f5f5;
  border-radius: 30px;
}
@media screen and (max-width: 735px) {
  #frame .content .message-input .wrap button {
    padding: 10px 20px;
  }
}
#frame .content .message-input .wrap button:hover {
  background: #435f7a;
}
#frame .content .message-input .wrap button:focus {
  outline: none;
}

.home_search {
  width: 350px;
}

.top_search_part {
  width: 500px;
  max-width: 500px;
  margin: 0 auto;
}
.setting_shadow {
  box-shadow: 0px 0px 20px #adadadbf;
}
.post_message a{
  color: #58be3f;
}
.br-9{
  border-radius: 9px;
}
.exclamation{
  border: 1px solid #58be3f;
  border-radius: 50%;
  padding: 1px 4px;
}
.pencil {
  background-color: #58be3f;
  color: white;
  width: 38px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}
.w-70 {
  width: 69%;
}

.slick-slide { 
  float: left !important; 
}

.map {
  width: 100%;
  height: 400px;
  box-shadow: 0px 1px 0px rgba(60, 28, 120, 0.1);
  border: 1px solid #e3e4e5;
  text-align: right;
  overflow:hidden;
}