.header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 40px;
  border-bottom: 1px solid rgba(73, 96, 115, 0.15);
}

.logo-container {
  margin: 0;
}

.logo-container img {
  object-fit: contain;
  object-position: center;
}

.search-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0px 4px 14px 0px #00000026;
  border-radius: 4px 0px 0px 4px;
  flex-shrink: 0;
}

.name-search {
  width: 290px;
}
.search-input {
  border: none;
  outline: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  height: 20px;
  margin: 12px 20px 12px 20px;
}
.zip-search {
  width: 130px;
  border-left: 2px solid rgba(138, 134, 129, 0.25);
  padding-left: 15px;
}

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

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

.search-btn {
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #101e43;
  border: none;
  outline: none;
  border-radius: 0px 4px 4px 0px;
  cursor: pointer;
}

.links-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}

.header-link {
  font-family: "Quantico", sans-serif;
  font-weight: 700;
  outline: none;
  text-decoration: none;
  color: #101e43;
  font-size: 14px;
  line-height: 20.02px;
  text-transform: uppercase;
  margin-right: 30px;
}

.outline-btn {
  border: 1px solid #496073;
  border-radius: 4px;
  padding: 12px 20px 12px 20px;
  background-color: transparent;
  color: #101e43;
  font-size: 14px;
  line-height: 20.02px;
  text-transform: uppercase;
  font-family: "Quantico", sans-serif;
  font-weight: 700;
  outline: none;
  margin-right: 20px;
}

.blue-btn {
  border-radius: 4px;
  padding: 12px 20px 12px 20px;
  background-color: #101e43;
  color: #fff !important;
  font-size: 14px;
  line-height: 20.02px;
  text-transform: uppercase;
  font-family: "Quantico", sans-serif;
  font-weight: 700;
  outline: none;
  border: none;
}

.blue-btn:hover {
  color: #fff !important;
}

.breadcrumbs-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px 70px;
}
.breadcrumbs-link {
  color: #101e43;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 16.8px;
  font-size: 14px;
  opacity: 50%;
  outline: none;
  text-decoration: none;
  margin-right: 15px;
}

.chevron-right {
  margin-right: 10px;
  width: 10px;
  height: 10px;
}
.active {
  opacity: unset;
  cursor: auto;
}

.black-box-container {
  background: linear-gradient(180deg, rgba(73, 96, 115, 0.15) 0%, #ffffff 100%);
  margin-top: 5rem;
  padding: 2px 70px;
}
.black-banner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: #0f121c;
  width: 100%;
  min-height: 560px;
  border-radius: 8px;
  margin-top: -4.5rem;
  padding: 40px;
  position: relative;
}

.info-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.dealer-logo {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  margin-right: 30px;
}
.title-section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
}
.dealer-name {
  font-family: "Quantico", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
}
.verified-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 6px 4px 6px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  margin-right: 2rem;
}

.verified-tag span {
  font-size: 12px;
  line-height: 17.16px;
  font-family: "Quantico", sans-serif;
  font-weight: 400;
  color: #fff;
  margin-left: 10px;
}

.location-text {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400;
  color: #fff;
  margin-left: 10px;
}
.dealer-outline-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #496073;
  color: #ffffff !important;
}

.dealer-outline-btn:hover {
  color: #ffffff !important;
}

.gray-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #496073;
  border: 1px solid #496073;
  outline: none;
  border-radius: 4px;
  color: #ffffff !important;
  text-transform: uppercase;
  padding: 12px 20px 12px 15px;
  font-size: 14px;
  line-height: 20.02px;
  font-family: "Quantico", sans-serif;
  font-weight: 400;
}

.gray-btn:hover {
  color: #ffffff !important;
}
.dealer-map {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border-radius: 4px;
}
.img-gallery img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: none;
  object-position: center;
}
.about-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 3rem;
  padding: 0px 70px;
}

.about-title {
  font-size: 30px;
  line-height: 42.9px;
  font-family: "Quantico", sans-serif;
  font-weight: 700;
  color: #101e43;
  text-transform: uppercase;
}
.about-text {
  font-size: 18px;
  line-height: 27px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #496073 !important;
}

.thumb_up_text {
  font-size: 14px;
  line-height: 16.8px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #496073;
  margin-top: 2px;
  margin-left: 10px;
}
.about-title-sm {
  font-size: 20px;
  line-height: 28.6px;
  font-family: "Quantico", sans-serif;
  font-weight: 700;
  color: #101e43;
  text-transform: uppercase;
}
.offer-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #49607326;
  margin-right: 15px;
}
.offer-text {
  font-size: 14px;
  line-height: 20.02px;
  font-family: "Quantico", sans-serif;
  font-weight: 700;
  color: #101e43;
  text-transform: uppercase;
  margin-left: 10px;
}

.offer-text-disabled {
  color: #4960734d;
}

.great-deal {
  border-radius: 4px;
  padding: 4px 6px 4px 6px;
  background: #75926b1f;
  color: #75926b;
  font-size: 12px;
  line-height: 17.16px;
  font-family: "Quantico", sans-serif;
  font-weight: 400;
  letter-spacing: 5%;
  text-transform: uppercase;
  margin-left: 10px;
}

.advertise-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 106px;
  border-radius: 4;
  background: #c8cfd533;
  margin-top: 4rem;
}

.advertise-text {
  font-size: 14px;
  line-height: 20.02px;
  font-family: "Quantico", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #c8cfd5;
}

.custom-divider {
  width: 100%;
  border-top: 1px solid #49607326;
}

.rating-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  border: 1px solid #49607326;
  border-radius: 8px;
  padding: 30px;
}

.rating-number {
  font-size: 64px;
  line-height: 72px;
  font-family: "Quantico", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #101e43;
  margin: 0;
}

.review-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.review-text {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 16.8px;
  color: #101e43;
  margin: 0;
}

.review-divider {
  border-bottom: 1px solid #49607326;
  margin: 30px 0;
}

.working-hours-text {
  font-size: 14px;
  font-family: "Quantico", sans-serif;
  font-weight: 700;
  line-height: 20.02px;
  color: #000000 !important;
  text-transform: uppercase;
  padding: 30px !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.working-hours-text.working-hours-text-closed {
  color: #a94848 !important;
}

.working-hours-text.working-hours-text-open {
  color: #75926b !important;
}

.accordion-body {
  padding: 30px !important;
  padding-top: 0 !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
}

button:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}
.radius-8 {
  border-radius: 8px !important;
  border-color: #49607326 !important;
}
.accordion-header {
  border-radius: 8px !important;
}
.contact-section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 1px solid #49607326;
  border-radius: 8px;
  padding: 30px;
  margin-top: 1rem;
}
.contact-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.social-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1rem;
  justify-content: space-between;
}

.link-box {
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 11.25px;
  border: 1px solid #49607326 !important;
  border-radius: 8px;
}

.golden-link {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 16.8px;
  color: #b29e79;
  outline: none;
  text-decoration: none;
}

.space-sm {
  margin: 15px 0 !important;
}

.error-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #49607326;
  background: #4960730d;
  margin-top: 1rem;
  border-radius: 8px;
  padding: 30px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 18.34px;
  color: #496073;
}

.red-text {
  color: #a94848 !important;
}
.opacity-30 {
  opacity: 0.3;
}

#website-link .about-text {
  word-break: break-all;
}
.contact-section .contact-row {
  gap: 16px;
}
.licence-type.contact-row {
  gap: 0px !important;
}

.s-mt-12 {
  margin-top: 12px !important;
}
.s-card-contact-img {
  margin-right: 18px;
}

.s-contact-text {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #496073;
}

.location-number-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 6px 4px 6px;
  gap: 10px;
  border-radius: 4px;
  background: #d85040;
  flex-shrink: 0;
  margin-left: 10px;
  gap: 4px;
}

.s-card-number {
  color: #fff;
  font-family: "Quantico", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: left;
}
.location-number-wrapper > img {
  width: 14px;
  height: 14px;
}
.tag-wrapper {
  justify-content: flex-end;
}
.w-55 {
  width: 55%;
}
.w-45 {
  width: 45%;
}
.claimed-tag {
  display: flex;
  padding: 4px 6px;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #b29e79;
}
.claimed-tag > span {
  color: #101e43;
  font-family: "Quantico", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.s-card-premium {
  border: 1px solid #b29e79 !important;
}
.s-premium-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 4px;
  background: rgba(178, 158, 121, 0.25);
  flex-shrink: 0;
  padding: 4px 6px;
  margin-right: 10px;
}
.s-premium-wrapper > span {
  color: #b29e79;
  font-family: "Quantico", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-left: 10px;
}

.s-commercial-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #75926b;
  flex-shrink: 0;
  padding: 4px 6px;
}
.s-commercial-wrapper > span {
  color: #75926b;
  font-family: "Quantico", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-left: 5px;
}

.s-residential-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #496073;
  flex-shrink: 0;
  padding: 4px 6px;
  border: 1px solid #496073;
}

.s-residential-wrapper > span {
  color: #496073;
  font-family: "Quantico", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-left: 5px;
}

.s-card-wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.s-card-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-left: 100px;
}

#dealer-photo-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}

#dealer-photo-wrapper img {
  object-fit: cover;
  object-position: top;
  height: auto; /* Let height adjust automatically */
  border-radius: 4px;
  cursor: pointer;
}

/* Full width image */
.full-width {
  width: calc(100% - 20px); /* Adjust width to account for gap */
}
.full-width {
  width: calc(100% - 20px); /* Adjust width to account for gap */
}
.one {
  width: 100%;
}

/* Two images, each taking 50% */
.half-width {
  width: calc(50% - 10px); /* Adjust width to account for gap */
}

/* Three images, first two are 50%, third is 100% */
.third-width {
  width: calc(33.33% - 13.33px); /* Adjust width to account for gap */
}

/* Two images in the first row, each taking 50% */
.row-2 {
  width: calc(50% - 10px); /* Adjust width to account for gap */
}
#photo-popup #popup-overlay {
  display: none;
}

#photo-popup {
  display: none;
  width: 914px;
  max-height: 90vh;
  overflow: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  border: 1px solid rgba(73, 96, 115, 0.15);
  background: #fff;
  z-index: 11111;
}
.photo-form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 60px 40px 40px 40px;
}
.photo-popup-header {
  width: 470px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
}
.photo-modal-title {
  color: #101e43;
  font-family: "Quantico", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
.photo-modal-text {
  color: #496073;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 0;
}
.photo-container {
  width: 84%;
  height: 457px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  background-color: rgba(200, 207, 213, 0.2);
  margin-top: 48px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.photo-container .dealer-image {
  width: 100%;
  object-fit: contain;
  object-position: center;
  height: 100%;
  border-radius: 4px;
}
.slider-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.img-next-prev-btn {
  display: flex;
  width: 44px;
  height: 44px;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.25) !important;
  cursor: pointer;
  border: none;
  outline: none !important;
}
.img-next-prev-btn:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.25) !important;
}
.img-next-prev-btn:disabled {
  background-color: #eaeaea;
}
.slider-imgs-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: 100%;
  overflow: auto;
}
.slider-img {
  width: 260px;
  height: 155px;
  object-fit: cover;
  object-position: top;
  border-radius: 4px;
  cursor: pointer;
  border-radius: 4px;
  opacity: 0.7;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}
.slider-img-active {
  border: 3px solid #101e43;
  opacity: 1;
}
.modal-divider {
  width: 100%;
  height: 1px;
  background: rgba(73, 96, 115, 0.15);
  margin-top: 60px;
  margin-bottom: 60px;
}
.p-modal-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.modal-close-btn {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #101e43;
  outline: none;
  border: none;
  color: #fff;
  font-family: "Quantico", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.modal-close-btn:hover {
  color: #fff !important;
  outline: none;
}
.modal-close-btn:focus {
  color: #fff !important;
  outline: none;
}
.close-btn {
  display: flex;
  width: 44px;
  height: 44px;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.25) !important;
  cursor: pointer;
  border: none;
  outline: none !important;
  position: absolute;
  right: 0;
}
.close-btn:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.25) !important;
}

/* Style the entire scrollbar */
::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
  height: 12px; /* Height of the scrollbar (for horizontal scrollbars) */
}

/* Style the scrollbar track */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background color of the scrollbar track */
  border-radius: 10px; /* Optional: add rounded corners to the track */
}

/* Style the scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
  background-color: #888; /* Color of the scrollbar thumb */
  border-radius: 10px; /* Optional: add rounded corners to the thumb */
  border: 2px solid #f1f1f1; /* Optional: add a border around the thumb */
}

/* Style the scrollbar thumb on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Darker color when hovering */
}

/* Optional: Style the scrollbar corner (where two scrollbars meet) */
::-webkit-scrollbar-corner {
  background-color: #f1f1f1; /* Corner color */
}


.claim-this-profile-btn {
  display: flex;
  padding: 4px 6px;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #b29e79;
  color: #101e43;
  font-family: "Quantico", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border: none !important;
  outline: none !important;
}
.claim-this-profile-btn:hover {
  background: #c3b499;
}
.golden-border {
  border-radius: 4px;
  border: 1px solid #b29e79 !important;
}
.verification-info {
  color: #496073;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

/* The switch container */
.switch {
  position: relative;
  display: inline-block;
  width: 32.941px;
  height: 20px;
  margin: 0 15px;
}

/* Hide the default checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(135, 142, 161, 0.2);
  transition: 0.4s;
  border-radius: 34px;
}

/* Circle inside the slider */
.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 3px;
  background-color: #878ea1;
  transition: 0.4s;
  border-radius: 50%;
}

/* When the checkbox is checked */
input:checked + .slider {
  background-color: rgba(178, 158, 121, 0.2);
}

/* Move the circle when checked */
input:checked + .slider:before {
  transform: translateX(10px);
  background-color: #b29e79;
}

/* Optional: Rounded slider */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.switch-container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.premium-text {
  color: #b29e79;
  font-family: "Quantico", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.membership-details-link {
  color: #496073;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .dealer-info {
    padding-right: 30px !important;
  }
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1400px) {
  .dealer-info {
    padding-right: 30px !important;
  }
  .rating-number {
    font-size: 51px;
  }
  .blue-btn {
    padding: 10px 8px 10px 8px;
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  #website-link .about-text {
    word-break: break-all;
  }
  .contact-section .contact-row {
    gap: 16px;
  }
  .hfe-copyright-wrapper span {
    white-space: nowrap;
  }
  .breadcrumbs-container {
    padding: 30px 30px;
  }
  .black-box-container {
    background: none;
    padding: 0px 28px;
  }
  .s-card-title-row {
    flex-direction: column-reverse !important;
    align-items: flex-start !important;
  }
  .s-dealer-name {
    margin-top: 5px !important;
  }
  .tag-wrapper {
    justify-content: flex-start !important;
  }
  .w-55 {
    width: 100%;
  }
  .w-45 {
    width: 100%;
  }
}
@media (max-width: 930px) {
  #photo-popup {
    width: 80vw;
  }
}
@media (max-width: 820px) {
  .breadcrumbs-container {
    padding: 25px 25px;
  }
  .black-box-container {
    background: none;
    margin-top: 0rem;
    padding: 0px 25px;
  }
  .black-banner {
    margin-top: 0rem;
    padding: 22px;
  }
  .about-container {
    padding: 0px 25px;
  }
  #website-link .about-text {
    word-break: break-all;
  }
  .contact-section .contact-row {
    gap: 16px;
  }
  .licence-type.contact-row {
    gap: 0px !important;
  }
  .dealer-logo {
    background: #fff;
    padding: 4px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-container {
    display: none;
  }
  .black-box-container {
    padding: 0px 6px;
    margin-top: 20px;
  }
  .black-banner {
    padding: 12px;
    min-height: auto;
  }
  .dealer-logo {
    width: 71px !important;
    height: 71px !important;
    margin-right: 20px;
    background: #fff;
    padding: 4px;
  }
  .dealer-name {
    font-family: "Quantico", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
  }
  .dealer-map {
    height: 230px;
  }
  .about-container {
    padding: 0px 14px;
  }
  #website-link .about-text {
    word-break: break-all;
  }
  .offers-main-box {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .offers-main-box .offer-box {
    padding: 20px 32px 20px 16px;
  }

  .contact-section .contact-row {
    gap: 16px;
  }
  .contact-section .contact-row .about-text {
    font-size: 16px;
    line-height: 23px;
  }
  .rating-number {
    font-size: 48px;
    line-height: 45px;
  }
  #state-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  /* 	for location page */
  .state-logo {
    width: 52.5px !important;
  }
  .state-name {
    font-size: 15.5pt !important;
    line-height: 20pt;
  }
  #city-data {
    padding: 14px !important;
  }
  .one-elementor-entry-content .state-wrapper {
    padding-left: 32px;
    padding-right: 12px;
  }
  .blue-btn {
    padding: 12px 12px 12px 12px;
    font-size: 13px;
  }
  #mob-hide-link {
    display: none;
  }
  .rating-container {
    margin-top: 10px;
    padding: 20px;
  }
  .rating-container {
    margin-top: 10px;
    padding: 20px;
  }
  .s-commercial-wrapper > span {
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
  }
  .s-residential-wrapper > span {
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
  }

  .s-card-number {
    font-size: 9.333px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.467px;
  }
  .s-card-footer-wrapper {
    margin-left: 0 !important;
  }
}

@media (max-width: 670px) {
  #photo-popup {
    width: 70vw;
  }
  .photo-popup-header {
    width: 100%;
  }
  .photo-form-wrapper {
    padding: 30px;
  }
  .modal-divider {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .photo-container {
    height: 300px;
    margin-top: 30px;
  }
}
