 /* mobile */
 @media screen and (max-width: 600px) {
    .hidden-mobile
{
	display: none!important;
}
.category-section .col-sm-6
{
  width: 50%!important;
}
.logo
{
  max-width: 180px!important;
}
}
/* desktop */
 @media screen and (min-width: 600px) {
.hidden-desktop
{
    display: none;
}
.popular-locations .location-content a
{
  font-size: 13px!important;
}
.details-description {
  padding: 30px 0px 0px 0px!important;
}
.details-description .about-headings {
  width: 70%!important;
}
.details-description .rate-details {
  width: 30%!important;
}
.category-section a h5 {
  font-size: 14px!important;
}

}

.cta-img
{
  /* background-image: url(../img/testi-bg.png); */
  background-color: #0d233e;
  padding: 24px;
  color:white!important;
  border-radius: 22px;
}
.cta-img h4{
  color: #ffffff;
}
#formModal
{
  z-index: 9999;
}
.modal-header
{
  border-bottom:none;
}
.modal-content{
  background-color: #0d233e;
  color: #ffffff;
}
.modal-content h5{
  color:#ffffff;
}
.modal-header .btn-close
{
  background-color: #ffffff52;
}

.footer-top a {
  color: #ffffff;
}
.logo
{
  max-width: 234px;
}
.footerlogo
{
  max-width: 234px;
}
.footer-top
{
  margin-bottom: 12px;
}
.profile-form input[type="checkbox"]:focus
{
  min-height: auto!important;
}
.profile-form input[type="text"]:focus
{
  min-height: 46px!important;
}
.details-description .authordetails p
{
  color: #c10037!important;
}
.rate-details span
{
  color: #1b25a3 !important;
}
/* #overall_table td
{
  background-color: rgb(243 243 243);
} */

#overall_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#overall_table td {
  padding: 16px 20px;
  vertical-align: top;
  border: 1px solid #e0e0e0;
  background-color: #fafafa;
  transition: background-color 0.3s ease;
}

#overall_table tr:nth-child(even) td {
  background-color: #f5f5f5;
}

#overall_table tr:hover td {
  background-color: #f0f8ff;
}

#overall_table p {
  margin: 0 0 4px;
}

#overall_table p:last-child {
  margin-bottom: 0;
}

#overall_table b {
  color: #333;
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}

.table-responsive {
  margin-top: 20px;
  border-radius: 8px;
  overflow-x: auto;
}

#product_sections h6 {
  font-weight: 700;
  color: #0d233e;
  margin: 20px 0 15px;
  line-height: 20px;
}

.header .header-navbar-rht .nav-item .add-listing
{
  padding: 8px 9px!important;
}
.req_investment{
  color: black;
}

.select2-container {
  width: 100% !important;
}

#slider-range{
  margin: 0px 10px 0px 10px;
}
.terms-content p
 {
    margin: 0 0 8px!important;
}
.terms-info{
  margin-top: 30px;
  margin-bottom: 30px;
}
.terms-content .page-title h5 {
    margin: 30px 0px 30px!important;
}
.terms-info ul{
  list-style: disc!important;
  margin-left: 40px;
}
.howitworks
{
  text-align: left!important;
}
.howitworks ul{
  list-style: disc!important;
  margin-left: 40px;
}
.price-body ul .active:before {
  background-image: url(../img/pricingli-bg.svg)!important;
}
.price-body ul .inactive:before {
  background-image: url(../img/pricingli-bg-clear-red-cross.svg)!important;
}
.price-card:hover .price-body ul .active:before {
  background-image: url(../img/pricinglihover-bg.svg)!important;
}
.price-body:hover ul .inactive:before {
  background-image: url(../img/pricingli-bg-clear-red-cross.svg)!important;
}