*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

/* banner */

.banner_main {
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_top {
  color: #fff;
  text-align: center;
}

.banner_top h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.3;
  margin: 5rem 0;
}

.btn_orange {
  padding: 1rem 2rem;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 8px;
  background-color: #fda75c;
}

.btn_orange:hover,
.btn_cm_sign:hover {
  color: #fff;

  background-color: #d18643;
}

.nice_s_main {
  background-color: #fff;
  border-radius: 12px;
  padding: 1rem 2rem;
  margin: 4rem 0 1.5rem 0;
}

.nice_s_main .nice-select,
.nice_s_main .nice-select ul,
.list_prprty_modal .nice-select,
.list_prprty_modal .nice-select ul {
  width: 100% !important;
}

.nice_s_main .nice-select {
  border: 1px solid #c0c0c0;
}

.nice_s_main .nice-select span.current,
.list_prprty_modal .nice-select span.current {
  color: #bebebe;
}

.nice_s_main .col-md-3 {
  position: relative;
}

.nice_s_main .col-md-3 span.span_label,
.list_prprty_modal .col-md-6 span.span_label,
.list_prprty_modal .col-md-12 span.span_label,
.cmn_sign_bg .span_label {
  position: absolute;
  top: -10px;
  left: 20px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 8px;
}

.mrkr_out .nice-select:after {
  visibility: hidden;
}

.map_icon {
  position: absolute;
  top: 10px;
  right: 20px;
}

.cmrcial_prprtes {
  background-color: #efefef;
  padding: 5rem 0;
}

.tabs_main h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.nav-tabs {
  justify-content: center;
  border: none;
  margin-bottom: 1rem;
}

.tabs .nav-tabs .nav-link {
  border-radius: 8px;
  margin: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.tabs .nav-tabs .nav-item:nth-child(1) .nav-link {
  border: 2px solid #00509d;
}

.tabs .nav-tabs .nav-item:nth-child(1) .nav-link.active {
  border: 2px solid #00509d;
  background-color: #00509d;
  color: #fff;
}

.tabs .nav-tabs .nav-item:nth-child(2) .nav-link {
  border: 2px solid #009d83;
  color: #009d83;
}

.tabs .nav-tabs .nav-item:nth-child(2) .nav-link.active {
  border: 2px solid #009d83;
  background-color: #009d83;
  color: #fff;
}

.tabs .nav-tabs .nav-item:nth-child(3) .nav-link {
  border: 2px solid #db7c29;
  color: #db7c29;
}

.tabs .nav-tabs .nav-item:nth-child(3) .nav-link.active {
  border: 2px solid #db7c29;
  background-color: #db7c29;
  color: #fff;
}

.tabs_img_main {
  background-color: #fff;
  padding: 8px 8px 24px 8px;
  border-radius: 12px;
  overflow-x: hidden;
}

.tabs_img span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  padding-right: 3rem;
}

.tabs_img {
  position: relative;
}

.img_label {
  color: #009d83;
  background-color: #fff;
  position: absolute;
  left: -50px;
  transform: rotate(-44deg);
  width: 216px;
  text-align: center;
  padding: 8px;
  top: 1rem;
}

.img_label_rent {
  color: #db7c29;
  background-color: #fff;
  position: absolute;
  left: -50px;
  transform: rotate(-44deg);
  width: 216px;
  text-align: center;
  padding: 8px;
  top: 1rem;
}

.tabs_img_mid,
.list_added {
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
}

.tabs_img_mid>p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.tabs_aprtmnts {
  margin-bottom: 1rem;
}

.tabs_aprtmnts p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 8px;
}

.tabs_aprtmnts span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.room_specifications span,
.room_specifications span img {
  padding-right: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.list_added span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  /* color: #3C3C3C; */
}

.contact_icons {
  display: flex;
  gap: 8px;
}

.contact_icons>div {
  border-radius: 8px;
}

.call_icon {
  background-color: #00509d;
  width: 55%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.call_icon img {
  width: 20px;
}

.whtsap_icon {
  border: 2px solid #00509d;
  padding: 14px 22px;
}

.load_more_btn {
  background-color: #00509d;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  padding: 16px 18px;
  margin: 3rem 0;
  width: 538px;
  border-radius: 8px;
}

.prprty_val_service {
  margin: 3rem 0;
}

.prprty_val_service h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  padding: 2rem 13rem;
}

.p_service_card_cmn {
  background-color: #ebf8fc;
  padding: 24px;
  border-radius: 12px;
  text-align: center;
  height: 100%;
}

.p_service_card_cmn h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.p_service_card_cmn p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.custom-bg_height {
  height: 80px;
  background-color: #f5f5f5;
}

.cmn_touch_sec_card {
  background-color: #ebf8fc;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
}

.cmn_touch_sec_card .t_crd_img {
  display: flex;
  gap: 1rem;
  text-align: left;
  margin-bottom: 2rem;
  align-items: flex-start;
}

.t_crd_img h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.t_crd_img p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.btn-custom_wtsap {
  border-radius: 8px;
  background-color: #00509d;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  width: 100%;
}

.btn-custom_wtsap:hover {
  color: #fff;
  background-color: #013d75;
}

.btn-custom_wtsap_cmn {
  border-radius: 8px;
  background-color: #48cae4;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  width: 100%;
}

.btn-custom_wtsap_cmn:hover {
  color: #fff;
  background-color: #3599ad;
}

/* Media Queries */

@media (max-width: 1024px) {
  .banner-slider .slider.slider-for {
    max-width: 360px !important;
    padding-right: 10px !important;
  }

  .listing_bults .nav-link {
    padding: 18px 24px !important;
  }

  .listing_bults {
    padding: 1rem;
  }

  .banner_top h1 {
    font-size: 52px;
    margin: 3rem 0;
  }

  .prprty_val_service h1 {
    padding: 2rem 8rem;
  }

  .cmn_touch_sec_card {
    padding: 1rem;
  }

  .t_crd_img p {
    font-size: 14px;
  }

  .room_specifications {
    margin: 1.5rem 0;
  }

  .room_specifications span {
    display: block;
    margin-top: 8px;
  }
}

@media (max-width: 768px) {
  .dropdown2 ul.dropdown-menu.show {
    overflow-y: auto;
    height: 300px;
  }

  .dropdown2 .cmn_popup_tabs_main,
  .cstm_mod2 .cmn_popup_tabs_main {
    flex-wrap: wrap;
  }

  .thumbImg img {
    height: 75px !important;
    width: 100px !important;
    border-radius: 8px;
    margin-top: 8px;
    margin: 0 auto !important;
    margin-left: 0px !important;
  }

  .listing_bults .nav-tabs {
    justify-content: flex-start;
  }

  .listing_bults .nav-link {
    font-size: 12px;
  }

  .listing_bults {
    flex-direction: column;
    gap: 1rem !important;
  }

  .cmn_sign_bg {
    padding: 22px !important;
  }

  .cmn_sign_bg .cmn_input_sign,
  .btn_cm_sign {
    margin: 1rem 0 !important;
  }

  .sign_in_up_main .row:first-child {
    padding-top: 2rem !important;
  }

  .banner_top h1 {
    font-size: 38px;
    margin: 1.5rem 0;
  }

  .prprty_val_service h1 {
    font-size: 36px;
    padding: 2rem;
  }

  .min_max_sar .col-md-6 {
    margin: 0;
  }

  .sign_in_main .cmn_sign_bg {
    margin-top: 5rem;
  }
}

@media (max-width: 480px) {
  .listing_bults .nav-tabs {
    flex-wrap: nowrap;
    max-width: 450px;
    overflow: scroll;
    width: 100%;
  }

  .tab-pane .row {
    flex-direction: column-reverse;
  }

  .listing_bults {
    align-items: start !important;
    padding: 1rem !important;
  }

  .listing_bults .nav-link {
    white-space: nowrap;
  }

  .sign_up_main .row:first-child {
    padding: 2rem 0 !important;
  }

  .sign_up_main {
    height: unset !important;
  }

  .cmn_sign_bg .form-check {
    flex-direction: column;
    text-align: left;
    gap: 8px;
  }

  .cmn_sign_bg .form-check a {
    text-align: left;
  }

  .cmn_popup_tabs_main {
    flex-wrap: wrap;
  }

  .tab_btn_cmn_main .tab_btn_cmn,
  .tab_btn_cmn_main_bds .btn {
    width: 100% !important;
    margin-bottom: 8px;
  }

  .fle_upld,
  .tab_btn_cmn_main,
  .tab_btn_cmn_main_bds {
    flex-direction: column;
  }

  .main_artcl_wrpr {
    padding: 0 !important;
  }

  .sgn_in_up_main_btn {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .sgn_in_up_main_btn button,
  .mdl_sbmt {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .nice_s_main {
    margin: 1.5rem 0;
  }

  .load_more_btn {
    width: 100%;
  }

  .prprty_val_service h1 {
    padding: 0;
    font-size: 27px;
    margin-bottom: 1rem;
  }

  .t_crd_img h3 {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .t_crd_img {
    margin-bottom: 8px;
  }

  .tabs_aprtmnts p {
    font-size: 16px;
  }

  .tabs_img_mid>p {
    font-size: 20px;
  }

  .tabs_main h1 {
    font-size: 22px;
  }

  .custom-bg_height {
    height: 30px;
  }

  .cmrcial_prprtes {
    padding: 1.5rem 0;
  }
}

@media (max-width: 360px) {
  .prprty_val_service h1 {
    font-size: 18px;
  }

  .banner_top h1 {
    font-size: 28px;
  }
}

/* modal */
.list_prprty_modal .modal-header {
  border-bottom: none;
}

.list_prprty_modal .modal-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}

.sel_rent {
  margin-right: 8px;
}

article {
  display: none;
}

article.on {
  display: block;
}

.main_artcl_wrpr {
  padding: 1rem;
}

.list_prprty_modal .col-md-6,
.list_prprty_modal .col-md-12 {
  position: relative;
  margin-bottom: 1rem;
}

.modal_tabs {
  margin-bottom: 1rem;
}

.main_artcl_wrpr .nice-select {
  height: 56px;
  padding-top: 6px;
}

.main_artcl_wrpr input,
.sign_in_up_main .cmn_input_sign input {
  height: 56px;
  padding: 1rem;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
}

.main_artcl_wrpr input:focus {
  outline: 0;
}

.main_artcl_wrpr textarea {
  padding: 1rem;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
}

.main_artcl_wrpr textarea::placeholder,
.main_artcl_wrpr input,
.sign_in_up_main input {
  color: #bebebe;
  font-size: 14px;
  font-weight: 400;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* overlay */
/* Image container styles */
.image-wrapper {
  position: relative;
  display: inline-block;
  margin: 10px;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

/* Image styles */
.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay styles */
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 70, 143, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.image-wrapper:hover .image-overlay {
  opacity: 1;
}

/* Cross icon styles */
.image-overlay span {
  color: white;
  font-size: 16px;
}

.upld_txt {
  color: red;
}

.mdl_sbmt {
  border-radius: 8px;
  padding: 16px 32px;
  background-color: #00509d;
  color: #fff;
}

.mdl_sbmt:hover {
  color: #fff;
  background-color: #003567;
}

.main_artcl_wrpr input[type="file"] {
  padding: 0;
  height: 36px;
}

input[type="file"]::file-selector-button {
  height: 100%;
  border: 0;
  border-radius: 8px 0 0 8px;
}

.fle_upld {
  display: flex;
  gap: 1.5rem;
}

.tabs_popup ul li {
  width: 50%;
  text-align: center;
  border: none !important;
  /* border-bottom: 2px solid ; */
}

.tabs_popup .nav-tabs .nav-link {
  color: #1e1e1e;
  border: none;
}

.tabs_popup .nav-tabs .nav-link.active {
  color: #00509d;
  border-bottom: #00509d !important;
}

.cmn_popup_tabs {
  text-align: center;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  padding: 10px 8px;
  color: #bebebe;
}

.tabs_popup .col-md-6:first-child .cmn_popup_tabs,
.tabs_popup .col-md-4:first-child .cmn_popup_tabs {
  color: #00509d;
  border: 1px solid #00509d;
  background-color: #4cc9f01a;
}

.tab_btn_cmn_main {
  display: flex;
  justify-content: space-between;
}

.tab_btn_rst {
  background-color: #fff;
  color: #00509d;
}

.tab_btn_dn {
  background-color: #00509d;
  color: #fff;
}

.tab_btn_dn:hover {
  color: #fff;
  background-color: #002f5b;
}

.tab_btn_cmn {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  padding: 14px 13px;
  border: 2px solid #00509d;
  width: 45%;
  border-radius: 8px;
}

.list_prprty_modal .cstm_mod,
.list_prprty_modal .cstm_mod2 {
  padding-bottom: 2rem;
}

.cstm_mod .cmn_popup_tabs_main,
.cstm_mod2 .cmn_popup_tabs_main {
  display: flex;
  gap: 1rem;
}

.cstm_mod .cmn_popup_tabs_main .cmn_popup_tabs,
.cstm_mod2 .cmn_popup_tabs_main .cmn_popup_tabs {
  width: 56px;
}

.cmn_popup_tabs_top {
  width: 90px !important;
  color: #00509d;
  border: 1px solid #00509d;
  background-color: #4cc9f01a;
}

.popup_tabs_baths_main,
.list_prprty_modal .cstm_mod h2 {
  margin: 2rem 0;
}

.list_prprty_modal .cstm_mod2 h2,
.list_prprty_modal .cstm_mod h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.tab_btn_cmn_main_bds {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.tab_btn_cmn_main_bds .btn:last-child {
  background-color: #00509d;
  color: #fff;
}

.tab_btn_cmn_main_bds .btn:last-child:hover {
  color: #fff;
  background-color: #002f5b;
}

.tab_btn_cmn_main_bds .btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  padding: 14px 13px;
  border-radius: 8px;
  width: 124px;
  border: 2px solid #00509d;
}

.tab_btn_cmn_main_bds .btn:focus {
  box-shadow: none;
  outline: 0;
}

.list_prprty_modal ul {
  padding-left: 0;
  list-style: none;
}

.list_prprty_modal ul li {
  border-bottom: 1px solid #bebebe;
  color: #bebebe;
  padding: 1rem 0 1rem 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.list_prprty_modal ul li:last-child {
  border: none;
}

.cstm_pop_bdy {
  padding: 0;
}

.cstm_pop_bdy h2 {
  padding-left: 1rem;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.cstm_pop_bdy_main .modal-content {
  border-radius: 8px;
}

.min_max_sar h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #a5a5a5;
}

.min_max_sar .btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  padding: 14px 13px;
  border: 2px solid #00509d;

  border-radius: 8px;
}

.min_max_sar input {
  font-weight: 400;
  line-height: 1.3;
  color: #a5a5a5;
  padding: 14px 8px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  width: 100%;
}

.min_max_sar .d_btn {
  color: #fff;
  background-color: #00509d;
}

.min_max_sar .d_btn:hover {
  background-color: #003b72;
  color: #fff;
}

.sgn_in_up_main {
  text-align: center;
}

.sgn_in_up_main h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin: 1.5rem 0;
}

.sgn_in_up_main_btn .btn {
  width: 142px;
}

.sgn_in_up_main_btn .btn:first-child {
  margin-right: 1.5rem;
}

/* Sign_in_up Page */

.sign_in_up_main {
  background-image: url(../img/sign_in_up_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

/* .cstm_bg_full_h {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  height: 100vh;
  width: 100%;
  object-fit: cover;
 } */
.cmn_sign_bg {
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 12px;
  padding: 40px 32px;
}

.cmn_sign_bg h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.sign_in_up_main .row:first-child {
  padding-top: 6rem;
  justify-content: center;
  align-items: center;
}

.cmn_sign_bg .cmn_input_sign {
  position: relative;
  margin: 2rem 0;
}

.cmn_sign_bg .form-check {
  display: flex;
  justify-content: space-between;
}

.cmn_sign_bg .form-check a {
  color: #00509d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.cmn_sign_bg .form-check label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
}

.cmn_sign_bg p {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.cmn_sign_bg p a {
  text-decoration: none;
  color: #00509d;
}

.cmn_sign_bg .form-check-input[type="checkbox"] {
  margin-top: 4px;
  font-size: 16px;
}

.cmn_sign_bg .form-check-input[type="checkbox"]:focus {
  box-shadow: none;
  outline: none;
}

.btn_cm_sign {
  background-color: #00509d;
  border-radius: 8px;
  padding: 18px 16px;
  width: 100%;
  margin: 2rem 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

/* Listing Details Page */

.listing_bults {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 2rem;
}

.listing_bults>span {
  white-space: nowrap;
}

.listing_bults .nav-tabs {
  border: 1px solid #c0c0c0;
  border-radius: 8px;
  padding: 8px;
}

.listing_bults .nav-link {
  padding: 20px 32px;
  color: #b1b1b1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.listing_bults .nav-tabs .nav-item.show .nav-link,
.listing_bults .nav-tabs .nav-link.active {
  background-color: #00509d;
  color: #fff;
  border-radius: 8px;
}

.listing_bults .nav-tabs .nav-link:focus,
.listing_bults .nav-tabs .nav-link:focus-visible,
.nav-tabs .nav-link:hover {
  border: 1px solid transparent;
  outline: 0;
}

.list_three_para p:first-child {
  margin: 1.5rem 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.list_three_para p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.listing_contact_main .contact_icons {
  width: 376px;
  margin: 0 auto;
  z-index: 11;
  position: relative;
  background: #fff;
  padding: 0.5rem;
  border-radius: 8px;
  box-shadow: 0px 2px 12px 0px #00000029;
}

.slide-up {
  animation: slideUp 1s ease-in-out forwards;
}

@keyframes slideUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.slide-down {
  animation: slideDown 1s ease-in-out forwards;
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.vehicle-detail-banner .car-slider-desc {
  max-width: 180px;
  margin: 0 auto;
}

section.banner-section {
  margin-top: 150px;
}

.thumbImg img {
  height: 88px;
  width: 100%;
  border-radius: 8px;
  margin-top: 8px;
}

.banner-slider .slider.slider-for {
  max-width: 513px;
  padding-right: 50px;
  margin-left: 20px;
  width: 100%;
  height: 488px;
  overflow: hidden;
  border-bottom: 8px;
}

.slick-slide .slider-banner-image img {
  display: block;
  border-radius: 8px;
  height: 488px;
  object-fit: cover;
}

.banner-slider .slider.slider-nav {
  max-width: 15%;
}

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
  width: 100%;
  float: left;
}

.banner-slider .slider.slider-nav {
  height: 488px;
  overflow: hidden;
}

.slider-banner-image {
  height: 488px;
}

.banner-slider .slider.slider-nav {
  padding: 0px 0 0;
}

.slider-nav .slick-slide.thumbnail-image .thumbImg {
  max-width: 178px;
  height: 110px;
  margin: 0 auto;
  border: 1px solid #ebebeb;
}

.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
  border: 0;
  outline: 0;
}

.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
  border: 2px solid #196db6;
}

.slider-nav .slick-slide.slick-current span {
  color: #196db6;
}

.slider-nav .slick-slide {
  text-align: center;
}

.slider-nav .slick-slide span {
  font-size: 14px;
  display: block;
  padding: 5px 0 15px;
}

.slick-arrow {
  width: 100%;
  background-color: transparent;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}

.slick-prev {
  top: 0;
}

.slick-next {
  bottom: 0;
  background-color: #fff;
}

.slick-prev.slick-arrow {
  background-image: url(../images/black-up-arrow.png);
}

.slick-next.slick-arrow {
  background-image: url(../images/black-down-arrow.png);
}

/*End USE CSS for Slider*/

@media screen and (max-width: 991px) {

  .banner-slider .slider.slider-for,
  .banner-slider .slider.slider-nav {
    max-width: 100%;
    float: none;
  }

  .banner-slider .slider.slider-for {
    padding-right: 0;
  }

  .banner-slider .slider.slider-nav {
    height: auto;
  }

  .slider-banner-image {
    height: 500px;
  }

  .slider.slider-nav.thumb-image {
    padding: 10px 30px 0;
  }

  .slider-nav .slick-slide span {
    padding: 5px 0;
  }

  .slick-arrow {
    padding: 0;
    width: 30px;
    height: 30px;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }

  .slick-prev {
    left: 0;
    right: unset;
  }

  .slick-next {
    left: unset;
    right: 0;
    background-color: transparent;
  }

  .vehicle-detail-banner .car-slider-desc {
    max-width: 340px;
  }

  .bid-tag {
    padding: 10px 0 15px;
  }

  .slider.slider-nav.thumb-image {
    white-space: nowrap;
  }

  .thumbnail-image.slick-slide {
    padding: 0px 5px;
    min-width: 75px;
    display: inline-block;
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .slider-banner-image {
    height: 400px;
  }

  .slider.slider-nav.thumb-image {
    padding: 0px 20px 0;
    margin: 10px 0px 0;
  }

  .slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 140px;
    height: 80px;
  }

  .slick-prev.slick-arrow {
    background-position: center 10px;
  }

  .slick-next.slick-arrow {
    background-position: center 10px, center;
  }

  .slider-nav .slick-slide span {
    font-size: 12px;
    white-space: normal;
  }
}

@media screen and (max-width: 580px) {
  .slider-banner-image {
    height: 340px;
  }
}

@media screen and (max-width: 480px) {
  .banner-slider {
    display: flex;
    flex-direction: column-reverse;
  }

  .slick-slide .slider-banner-image img {
    height: 300px;
  }

  .slick-slide.slick-active {
    width: 123px;
  }

  .banner-slider .slider.slider-for {
    height: 300px;
  }

  .listing_contact_main .contact_icons {
    width: 376px;
    z-index: 11;
    position: relative;
    background: #fff;
    padding: 0.5rem;
    border-radius: 8px;
    box-shadow: 0px 2px 12px 0px #00000029;
    margin: 0 auto;
    margin-top: 20px;
  }

  .slider-banner-image {
    height: 280px;
  }
}

.listing_main_wrapper {
  background-color: #f5f5f5;
}

.Listing_tabs {
  background-color: #fff;
  border-radius: 12px;
}

.rcmnd_sec {
  padding: 5rem 0;
}

.rcmnd_sec h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1.5rem;

}

.vehicle-detail-banner {
  padding-left: 8px;
}

.cstm_p {
  height: 54px;
  color: #bebebe;
  border: 1px solid #e8e8e8;
  padding-left: 16px;
  font-size: 14px;
  width: 100%;
  padding-top: 1rem;
  text-align: left;
  justify-content: space-between;
  display: flex;
}

.cstm_p .dropdown-toggle::after {
  position: relative;
  top: 12px;
}

.cstm_p .list_prprty_modal .dropdown-menu {
  padding-top: 0 !important;
}

.list_prprty_modal ul li {
  padding: 0px !important;
}

.cstm_mdl .modal-body {
  padding-top: 0px !important;
}

.listing_bults .nav-tabs .nav-link:focus,
.listing_bults .nav-tabs .nav-link:focus-visible,
.nav-tabs .nav-link:hover {
  outline: 0;
  border: 0px solid transparent !important;
  border-bottom: 1px solid #00509d !important;
}

.cstm_mdl h2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  margin: 1rem 0;

}

.cstm_mdl .tabs_popup .nav-tabs .nav-link.active,
.cstm_mdl .tabs_popup .nav-tabs .nav-link:hover {
  outline: 0;
  box-shadow: 0;
}

.dropdown2 ul.dropdown-menu.show {
  width: 100%;
}

.required::after {
  content: " *";
  color: var(--bs-danger);
}