@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

body {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.container {
  max-width: 1500px;
}

.bg-dark {
  background-color: #000000 !important;
  border-bottom: 1px solid #ee8722;
}
body {
  color: #1e2327;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
.top {
  background-color: #bd003d;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.top a {
  text-decoration: none;
  font-weight: 800;
  color: #ffffff;
  font-size: 2.5rem;
}

.button_list {
  display: block;
  padding: 8px;
  background-color: #bd003d;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #000000;
  margin-bottom: 10px;
}

.search_form {
  padding: 0px 0px 10px 0px;
  background-color: #2d112c;
  color: #fff;
  margin-bottom: 10px;
}
.search_form p.title {
  font-size: 22px;
  margin-top: 20px;
}

.search_form .top_form {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 30px 10px 30px;
}
.search_form .top_form .submit_btn {
  width: 100%;
  border-radius: 10px;
}

.search_form .top_form .row > * {
  padding-right: 5px;
  padding-left: 5px;
}

.page_header {
  padding: 5px 0px 10px 0px;
  margin-bottom: 25px;
}
.page_header h1 {
}
.err_msg {
  font-size: 14px;
  color: #ff0000;
  text-align: center;
}
.navbar-inverse {
  background-color: #000;
  border-color: #000;
}
.navbar {
  border-radius: 0px;
  background-color: #ffffff;
  margin-bottom: 0px;
  border-bottom: 5px solid #ee8722;
}

.panel-inverse {
  margin-bottom: 20px;
  background-color: #343a40;
  border: 1px solid #080808;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  color: #fff;
}

.thumbnail .caption {
  padding: 0;
}
.caption h3 {
  background-color: #ee8722;
  color: #fff;
  margin: 0;
  padding: 10px 0px 10px 15px;
}
.thumbnail .caption .small {
  padding: 10px;
}
.thumbnail .caption ul {
  margin: 0;
  padding: 0;
}
.thumbnail .caption ul li {
  list-style: none;
  padding: 0px 0px 5px 10px;
}
.thumbnail .caption ul li a {
  color: #ee8722;
  font-weight: bold;
  text-decoration: none;
}

footer {
  background-color: #000000;
  color: white;
}

footer a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}
footer a:hover {
  color: #d86bb4;
}

footer .fnav {
  margin-bottom: 30px;
}

.disclaimer {
  padding-bottom: 30px;
}

.sign_in_area,
.post_ads_page {
}

.modal {
  color: #000;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
  font-weight: 900;
}
.navbar-inverse .navbar-brand span {
  color: #ee8722;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

.breadcrumb {
  padding: 5px;
  margin-bottom: 0px;
  list-style: none;
  background: none;
  border-radius: 0px;
}

.breadcrumb a {
  color: #000000;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding: 0 5px;
  color: #000000;
  content: "/\00a0";
}

.listing_title {
  color: #000000;
}
.listing_title:hover {
  color: #000000;
}

.form-control {
  border: 1px solid #ccc;
  border-radius: 10px;
}
.panel-inverse {
  margin-bottom: 30px;
  background-color: #343a40;
  border: none;
  border-bottom: 3px solid #080808;
  border-radius: 0px;
}
.light_grey {
  color: #767f88;
}

.btn {
  border-radius: 20px;
}
.submit_btn {
  color: #fff;
  background-color: #762e5e;
  border-color: #762e5e;
}
.submit_btn:hover {
  color: #fff;
  background-color: #762e5e;
  border-color: #762e5e;
}

.wp_btn {
  background-color: #4cba59;
  border-color: #4cba59;
}
.wp_btn:hover {
  background-color: #3ca048;
  border-color: #3ca048;
}
.btn-warning {
  color: #fff;
  background-color: #ee8722;
  border-color: #ee8722;
  text-transform: uppercase;
}

h1.title {
  margin-bottom: 40px;
}
.site_color_lnk {
  color: #ee8722;
  padding-top: 20px;
  display: block;
}
.site_color_lnk:hover {
  color: #ee8722;
}
.top_margin_0 {
  margin-top: 0px;
}
a.search_btn {
  position: absolute;
  display: none;
  color: #fff;
  padding: 15px;
  top: 1px;
  right: 60px;
}
a.search_btn:hover {
  color: #fff;
  text-decoration: none;
}

.img-responsive-cust {
  display: block;
  width: 100%;
}
.cuptcha {
  font-size: 44px;
  color: #000;
  font-style: italic;
  text-align: center;
  display: block;
  padding: 10px;
  width: 250px;
  background-color: #ffffff;
  border: 1px solid #000;
  margin: 10px auto;
  user-select: none;
}

.left_area {
  width: 15%;
  float: left;
}
.right_area {
  width: 80%;
  float: left;
  padding: 8px 8px 0 0;
}
.right_area h3 {
  margin-top: 0px;
}
.short_text {
  display: none;
}
.listing_page .panel-body {
  padding: 0px;
}

@media only screen and (max-width: 720px) {
  .left_area {
    width: 25%;
    float: left;
  }
  .right_area {
    width: 70%;
    float: left;
  }
}

@media only screen and (max-width: 540px) {
  .left_area {
    width: 35%;
    float: left;
  }
  .right_area {
    width: 60%;
    float: left;
  }
  .short_text {
    display: block;
  }
  .long_text {
    display: none;
  }
}

@media only screen and (max-width: 360px) {
  .left_area {
    width: 45%;
    float: left;
  }
  .right_area {
    width: 55%;
    float: left;
  }
  .right_area h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 766px) {
  a.search_btn {
    position: absolute;
    display: block;
    color: #fff;
    padding: 15px;
    top: 1px;
    right: 60px;
  }
  #search_form {
    /*  display: none; */
  }
}

/* .home_loc a {
  text-decoration: none;
  color: #000000;
}
.home_loc ul {
  margin: 0;
  padding: 0;
}
.home_loc ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 9px;
}

.home_loc h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
} */

.content_box {
  padding: 20px;
  background: #f1f1f1;
  border-radius: 12px;
  border: 2px solid #762e5e;
}

#listing_data .pro-card {
  position: relative;
  padding: 10px;
  margin: 16px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  border: 2px solid #762e5e;
}

#listing_data .pro-card img {
  width: 100%;
  height: auto;
}

#listing_data .title {
  color: #000;
  text-decoration: none;
}

#listing_data .title h2 {
  font-size: 1.3rem;
}

@media only screen and (max-width: 430px) {
}

#listing_data .pro-card a {
  color: #000;
  text-decoration: none;
}
#listing_data .pro-card a h3 {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
}
#listing_data .pro-card .card-description {
  padding-left: 15px;
}

#listing_data .pro-card .card-body {
  padding: 10px;
}

#listing_data .pro-card .card-text {
  margin-bottom: 20px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btn-whatsapp {
  color: white !important;
  background: green !important;
  border-radius: 10px;
}

.btn-call {
  color: white !important;
  background: #1050b0 !important;
  border-radius: 10px;
}

.square {
  aspect-ratio: 1 / 1;
  width: 100%;
  max-height: 100%;

  border-radius: 50%;
  overflow: hidden;
}

.square img {
  width: 100%;
  height: auto;
}

.services span {
  display: inline-block;
  padding: 5px 10px;
  background-color: #1050b0;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 5px;
}

.btn-cust {
  background-color: #2d112c;
  color: #fff;
  font-weight: bold;
  padding: 6px 25px;
}

.top .btn-cust {
  background-color: #fff;
  color: #000;
  font-weight: bold;
}

.cust_btn {
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  font-size: 16px;

  padding: 10px 24px;
  border-radius: 50px;
  background-image: linear-gradient(180deg, #762e5e, #5a2358);
  box-shadow: 0 4px 11px 0 rgb(37 44 97 / 15%),
    0 1px 3px 0 rgb(93 100 148 / 20%);
  transition: all 0.2s ease-out;
}
.cust_btn:hover {
  box-shadow: 0 8px 22px 0 rgb(37 44 97 / 15%),
    0 4px 6px 0 rgb(93 100 148 / 20%);
}

.blog_list {
}
.blog_list a {
  color: #762e5e;
  text-decoration: none;
}
.blog_list a:hover {
  color: #762e5e;
  text-decoration: underline;
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 1.8rem;
  }
}

.listing_page a.title_link {
  color: #000000;
  text-decoration: none;
}

.listing_page a.title_link h2 {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}
