@font-face {
  font-family: 'Helvetica Neue';
  src: url('/assets/fonts/HelveticaNeue.woff2') format('woff2'),
       url('/assets/fonts/HelveticaNeue.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('/assets/fonts/HelveticaNeue-Bold.woff2') format('woff2'),
       url('/assets/fonts/HelveticaNeue-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('/assets/fonts/HelveticaNeue-Medium.woff2') format('woff2'),
       url('/assets/fonts/HelveticaNeue-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

:root {
    --color-dark-gray: #444444;
    --color-light-gray: #DFDFDF;
    --color-gray-1: #F4F7F5;
    --color-gray-2: #4E4E4E;
    --color-gray-3: #767676;
    --color-black-1: #0B2111;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    display: flex;
    flex-direction: column;
    font-family:'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    overflow-x: hidden;
}

textarea {
    resize: none;
}

.mapboxgl-map {
    font: unset !important;
}

.main-content {
    flex: 1;
    padding: 10px;
}

.font-size-large {
    font-size: 40px !important;
}


.font-color-black {
    color: #000 !important;
}

.font-color-dgray {
    color: #444 !important;
}

.font-color-gray {
    color: #4E4E4E;
}

.text-10 {
    font-size: 10px !important;
}

.text-muted {
    color: #333 !important;
}

.top-20 {
    top: 20px;
}

.top-80 {
    top: 80px;
}

.top-1 {
    top: 1px;
}

.top-0 {
    top:0px;
}

.mt-225 {
    margin-top: 2.25rem;
}

.bg-white {
    background-color: #fff;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}



/* */
.captcha-container {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.g-recaptcha {
  transform: scale(0.9);
  transform-origin: center center;
}

@media (max-width: 400px) {
  .g-recaptcha {
    transform: scale(0.8);
  }
}

/* footer */

footer {
    color: white;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

footer .separator {
    height:1px ;
    width: 100%;
}

footer .copyright a{
    text-decoration: underline;
    text-underline-offset: 5px;
}

footer .services a {
    text-decoration: none;
}

footer .services .title {
    font-weight: 500;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}

footer .join {
    width: 100%;
    justify-content: center;
}


footer .join input {
    border:0;
    width: 100%;
    height: 45px;
    padding: 5px;
    outline: none;
}

footer .join button {
    outline: none;
    border: 0;
    height: 45px;
    width: 100%;
}

@media (min-width: 768px) {
    .join input {
        width: calc(100% - 120px) !important;
    }
    .join button {
        width: 120px !important;
        margin-top: 0;
    }
    footer .join {
        width: 100% !important;
        justify-content: flex-start;
    }
}

footer .services > div {
    flex: 1;
}

.navbar {
   border-bottom: 1px solid #E9E9E9;
}

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

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

.font-size-12 {
    font-size: 12px;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-20 {
    font-size: 20px !important;
}

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

.border-bottom {
    border-bottom: 1px solid #DFDFDF !important;
}

.border-lg-left {
    border-left: 1px solid #DFDFDF;
}

@media (max-width: 768px) {
    .border-lg-left {
        border-left: unset;
    }

    .navbar {
        background: white;
        z-index: 1059;
    }

    .navbar.is-scrolled {
        z-index: 1059 !important;
    }

    .font-size-large {
        font-size: 28px !important;
    }

    .navbar-brand img.logo {
        height: 66px;
    }
}


.letter-spacing-1 {
    letter-spacing: 0.5px;
}

.vspace-2 {
    height: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

.font-normal {
    font-weight: 400;
}

.truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* @media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1140px !important;
    }
} */

.card-body .card-title {
    color: #0b3974;
    font-size: 1rem;
}

.card-body .card-desc {
    font-size: 1rem;
}

.card-body .card-text {
    font-size: 1rem;
}




/* nav bar */

.navbar.is-scrolled {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff !important;
    border-bottom: 1px solid var(--color-light-gray) !important;
}

nav .d-flex > a {
    text-align: center;
}

nav .d-flex {
    gap: 2rem;
}

.navbar-toggler {
    outline: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.nav-item {
   border-bottom: 1px solid rgba(0,0,0,0.05);
}

.dropdown-menu {
    border-radius: 0 0 4px 4px;
    box-shadow: 25px 25px 25px -25px rgba(0, 0, 0, 0.1), 25px 25px 25px -25px rgba(0, 0, 0, 0.1), -25px 25px 25px -25px rgba(0, 0, 0, 0.1);
    border: none
}

.dropdown-menu  li {
    padding: 5px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa !important;
}

@media (max-width: 991.98px) {
    .navbar .dropdown-menu {
        border-radius: 6px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
      display: block;
      opacity: 0;
      visibility: visible;
      transform: translateY(5px);
      transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .navbar .dropdown:hover .dropdown-menu.show,
    .navbar .dropdown:hover .dropdown-menu {
      opacity: 1;
      transform: translateY(0);
      padding-top: 30px;
      margin-left: -20px;

    }
}

/* breadcrumb */

.breadcrumb nav{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.breadcrumb a {
    text-decoration: none;
    position: relative;
    padding-right: 10px;
    font-size: 16px;
}

.breadcrumb nav a::after {
    content: '';
    background-image: url(/assets/img/arrow_forward.png);
    padding-left: 15px;
    color: #555;
    width: 24px;
    background-position: 50% 70%;
    background-size: 15px 15px;
    margin-left: 10px;
    background-repeat: no-repeat;
}

.breadcrumb nav a:last-child::after {
    content: "";
    background: none;
}

/* ad details */

.ad-details .title {
    font-weight: 500;
    font-size: 28px;
}

.ad-photos-container {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    max-height: 450px;
    height: 100%;
}

.ad-photos-container img.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: pointer;
}

.main-photo {
    flex: 1;
    min-width: 250px;
    position: relative;
}

.main-photo img {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.small-photos {
    flex: 1;
    min-width: 150px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    position: relative;
}

.small-photos .photo-thumb:nth-child(2) img {
    border-top-right-radius: 6px;
}

.small-photos .photo-thumb:nth-child(4) img {
    border-bottom-right-radius: 6px;
}

.photo-thumb {
    overflow: hidden;
}

.see-more-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #fff;
    color: var(--primary-color);
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    height: 40px;
    width: 175px;
}


@media (max-width: 768px) {
    .ad-photos-container {
        flex-direction: column;
        max-height: none;
    }

    .small-photos {
       display: none;
    }

    .main-photo img {
        border-radius: 0;
    }

    .ad-photos-container img.gallery-img {
        max-height: 250px;
    }
}


.circle-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.fav-btn {
    right: 10px;
    position: absolute;
    top: 10px;
}

.ad-details .fav-btn {
    right: 60px;
}

.share-btn {
    right: 60px;
    position: absolute;
    top: 10px;
}

.ad-details .share-btn {
    right: 10px;
}

.hr-1{
    background-color: #eee;
    height: 1px;
}

.hr-2{
    background-color: #DFDFDF;
    height: 1px;
}

@media (max-width: 768px) {
    .small-photos {
        display: none !important;
    }
}

.mls-info {
    color: var(--color-gray-2);
    font-size: 12px;
    font-weight: 400;
}

.ad-section .label {
    font-weight: 400;
    font-size: 16px;
    color: var(--color-gray-2);
}

.ad-section .value {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}

@media (min-width: 768px) {
    .ad-section .price-address {
      flex: 3;
      min-width: 200px;
    }
}

@media (max-width: 768px) {
    .ad-section .value {
        font-size: 16px;
        font-weight: 700;
    }
}

.stat-card .label{
    font-weight: 400;
    font-size: 16px;
    color: var(--color-gray-2);
}

.stat-card .value {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.section-title {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.more-details {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}
.more-details.open {
    display: flex !important;
    opacity: 1;
}


.agent-data {
    font-size: 12px;
    font-weight: 400;
}

.agent-data .name {
    font-size: 20px;
    font-weight: 500;
}

.agent-data .desc {
    font-weight: 500;
}

/* Home Autocomplete */

#search_input:focus {
    outline: none;
    box-shadow: none;
    border-color: #ccc;
}

.ui-autocomplete {
    z-index: 1051 !important;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

.ui-menu-item-wrapper {
    display: flex;
    flex-direction: column;
    white-space: normal;
    padding: .5rem .75rem;
}

.autocomplete-title {
    font-weight: 500;
}

.autocomplete-sub {
    font-size: 0.85rem;
    color: #6c757d;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: 5px 10px;
    cursor: default !important;
    pointer-events: none;
    padding-left: 5px;
    color: #4E4E4E;
    font-size: 16px;
}

.ui-menu-item-wrapper {
    padding: 5px 10px;
}

mark {
    background: #ffea8a;
    padding: 0;
}

.ui-autocomplete .ui-state-active {
    background-color: #f0f0f0 !important;
    border-color: #f0f0f0 !important;
}

.ui-autocomplete .ui-menu-item-wrapper a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
}

.ui-autocomplete .ui-menu-item-wrapper a:hover {
    background-color: #f0f0f0;
}

.input-with-spinner {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-with-spinner input {
    width: 100%;
    padding-right: 30px; /* space for spinner */
}

.input-with-spinner .spinner {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    0% { transform: translateY(-50%) rotate(0deg); }
    100% { transform: translateY(-50%) rotate(360deg); }
}

/* Home */

/* */


h2.title {
    font-size: 32px;
    font-weight: 500;
}

h3.title {
    font-size: 24px;
    font-weight: 500;
}

.home-content .sec-1 .card-img-top,
.home-content .sec-top .card-img-top{
    width: 100%;
    height: 100%;
}

.home-content .sec-1 .card-title,
.home-content .sec-top .card-title{
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.home-content .sec-1 .card-text,
.home-content .sec-top .card-text {
    font-weight: 400;
    font-size: 16px;
    min-height: 100px;
}

.home-content .sec-1 .card-link,
.home-content .sec-top .card-link {
    text-decoration: none ;
    font-weight: 500;
    font-size: 16px;
}


@media (max-width: 768px) {

    .mh-header {
        height: unset;
        padding-top: 10px !important;
    }

    .mh-header .container-fluid {
        padding-left: 0 !important;
    }

    .mh-banner .title {
        font-size: 30px;
        padding-top: 25%;
    }

    .mh-banner .input-container input {
        width: 100%
    }

    .home-content .title {
        font-size: 24px !important;
        text-align: left;;
    }

    .search-on-map {
        display: none;
    }

    .mh-banner {
        height: 45vh;
        background-size: cover;
    }

    .home-content .sec-1 .card-title,
    .home-content .sec-top .card-title {
        font-size: 20px !important;
    }

    .home-content .sec-1 .card-text,
    .home-content .sec-top .card-text {
        min-height: unset !important;
    }
}

.showcase>.row {
    background-color: #F4F7F5;
}

.showcase p {
    font-size: 32px;
    font-weight: 500;
    line-height: 140%;
}

.showcase button,
.showcase a {
    color: white;
    font-size: 16px;
    font-weight: 500;
    border:none;
    outline: none;
    height: 55px;
    width: 230px;
}

/* */
.lead b ,
.lead strong {
    font-weight: 500;
}

/* */

#newmap svg{
  width: 792px;
  left: 100px !important;
}

@media (max-width: 991px) {
    #newmap svg {
      width: 634px;
      left: 50px !important;
    }
}

.modal-open {
    padding-right: 0px !important;
}


/* Agent list */

.a-intro {
    font-size: 16px;
    font-weight: normal;
}

.a-intro .title {
    font-weight: 500;
    font-size: 28px;
}

.a-intro .intro-right {
    font-weight: 400;
    font-size: 16px;
    color: var(--color-dark-gray);
}

.a-intro .intro-link {
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
}

.agent-list .dropdown>button {
    font-weight: 500;
    font-size: 16px;
}

.agent-list .dropdown>button:focus,
.agent-list .dropdown>button:hover {
    background: #fff !important
}

.agent-footer {
    background: var(--color-gray-1);
}

.agent-footer h4 {
    font-weight: 500;
    color: var(--color-black-1);
    font-size: 28px;
}

.agent-footer h5 {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-black-1);
}

.agent-footer p {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-gray-2);
}

.agent-card {
    border:1px solid var(--color-light-gray);
    border-radius: 6px;
}

.agent-card .title {
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid var(--color-light-gray);
}

.agent-card .name {
    font-weight: 500;
    font-size: 20px;
    color: #000;
}

.agent-card .company {
    font-weight: 500;
    font-size: 12px;
    color: var(--color-dark-gray);
}

.agent-card .desc {
    font-weight: 400;
    font-size: 12px;
    color: var(--color-gray-3);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.agent-card button,
.agent-card .btn-row a {
    background: #fff;
    outline: none;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
}

.agent-card .btn-row a {
    padding-top: 6px;
}

.agent-card button:focus
.agent-card .btn-row :focus {
    background: #fff;
    outline: none;
}

.agent-card .btn-row {
    position: absolute;
    bottom: 0px;
    left: 15px;
}

.agent-card .img-wrapper {
    /* width:120px;
    height: 160px;
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    overflow: hidden; */
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    width: fit-content;
    height: fit-content;
    align-items: center;
}

.agent-card .img-wrapper img {
    /* width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; */
    max-width: 120px;
    max-height: 160px;
    object-fit: contain;
    object-position: center;
}

.agent-card a {
    text-decoration: none;
}

.agent-profile .img-profile img{
    width: 222px;
    height: 278px;
    flex-shrink: 0;
    object-fit: contain;
    object-position: center;
    display: block;
    border-radius: 6px;

}

.agent-profile .img-wrapper{
    height: 350px;
    overflow: hidden;
}

.agent-profile img.lazyload{
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
}

.agent-profile .img-profile {
    position: absolute;
    left: 0;
    bottom: 25px;
    overflow: hidden;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden;
    width: fit-content;
    height: fit-content;
    display: flex;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    /* background-color: rgba(220, 220, 220, 0.5); */
    background-color: #FFF;
}

.agent-profile .a-intro {
    padding-top: 20px;
}

.agent-profile .a-intro.a-img {
    padding-left: 250px;
}

.agent-profile .a-intro h5 {
    font-weight: 500 !important;
    font-size: 32px;
    color: #000000;
}

.agent-profile .a-intro h6 {
    font-weight: 500 !important;
    font-size: 20px;
    color: var(--color-gray-2);
}

.agent-profile .a-intro .sm {
    font-weight: 400;
    font-size: 14px;
    color: var(--color-gray-2);
}

.agent-profile .border-bottom {
    border-bottom: 1px solid #E9E9E9 !important;;
}

.agent-profile .desc {
    font-weight: 400;
    font-size: 16px;
    color: var(--color-gray-2);
}

.agent-profile .count-header {
    font-weight: 500;
    font-size: 32px;
}

.custom-input {
  border: none;
  border-bottom: 1px solid #DFDFDF;
  border-radius: 0;
  box-shadow: none;
}

.custom-input:focus {
  box-shadow: none;
  outline: 0;
}

.custom-input::placeholder {
  color: #44444480;
  opacity: 1;
}

.custom-input:-ms-input-placeholder {
  color: #44444480;
}
.custom-input::-ms-input-placeholder {
  color: #44444480;
}

.agent-profile .contact-form {
    position: sticky;
    top: 50px;
}

.agent-profile .contact-form button,
.visit-website-btn{
    height: 48px;
    width: 100%;
    background:none;
    font-weight: 500;
    font-size: 16px;
    border:none;
}

.visit-website-btn {
    padding-top: 10px;
}


@media (max-width: 768px) { 
    .agent-profile .col-12 {
        width: 100% !important;
    }

    .agent-profile .img-profile {
        bottom: 100px;
    }

    .agent-profile .img-profile img{
        width: 140px; 
        height: 160px;
        flex: 1 0 0;
        aspect-ratio: 22 / 27;

    }
}

.agent-profile .col-md-8 {
    width: 70% ;
}

.agent-profile .col-md-4 {
    width: 30% ;
}


.agent-list.sticky {
    position: sticky;
    top: 81px;
    z-index: 999;
    background: #fff;
}


/* */


.favorite-btn {
    z-index: 1;
    background: none;
    border: none;
    color: white;
    font-weight: 700;
    top: -5px !important;
    right: 10px !important;
}

/* advertise */

/* .campaign h5 {
    font-size: 28px;
    font-weight: 500;
    color: #0B2111;
}

.campaign h6 {
    font-size: 16px;
    font-weight: 400;
    color: #4E4E4E;
} */

/* .campaign a {
    font-size: 16px;
    font-weight: 500;
    width: 260px;
    height: 55px;
    padding-top: 13px;
} */

/* contact us */

.contact-us h5 {
    font-size: 40px;
    font-weight: 500;
}

.contact-us p {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.contact-us h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
}

.contact-us form input[type='text'],
.contact-us form input[type='email'],
.contact-us form select{
    height: 48px;
}

.contact-us .contact-form .col-md-6{
    width: 48% !important;
}

.contact-us .contact-form label {
    color: #000 !important;
}

.contact-us .contact-form button {
    height: 55px;
    outline:none;
    border:none;
}

@media (max-width: 768px) {
    .contact-us .contact-form .col-md-6{
        width: 100% !important;
    }
}

/* dhn home page */
.dhn .hero-section {
    overflow: hidden;
    background-image: url('/assets/img/hero.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height:480px;
}

.dhn .hero-section h1 {
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.dhn .hero-section a {
    display: inline-block;
    background: #fff;
    color: #000;
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 10px;
    font-weight: 500;
    text-decoration: none;
}

.dhn .hero-section .lead {
    font-size: 40px;
    font-weight: 500;
}

.dhn .hero-section h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 44.8px;
    color: #fff;
}

.dhn .hero-section .p-small {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.7
}

.dhn .hero-section .border-right {
    border-right: 1px solid rgba(223, 223, 223, 0.20);
    padding-right: 3rem;
}

.dhn .about-us img {
    height: 428px;
    width: 624px;
}

.dhn .about-us h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 44.8px;
    color: #000;
}

.dhn .about-us p {
    color: #4E4E4E;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}

.dhn .bfh-logo {
    height: 60.97px;
    flex-shrink: 0;
    vertical-align: top;
    position: absolute;
    top: -15px;
}

.dhn .text-right {
    text-align: right;
}

.dhn .hr-1 {
    height: 1px;
    background: #DFDFDF;
}

.dhn .brands h2 {
    font-size: 32px;
    font-weight: 500;
    line-height:  44.8px;
    color: #000;
}

.dhn .brands p {
    color: #444;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
}

.dhn .link-arrow {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: 100% 6px;
    width: fit-content;
    padding-right: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_215_132377)"><path d="M11.3333 4.66663L4.66667 11.3333" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.33333 4.66663H11.3333V10.6666" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_215_132377"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>');
}

.dhn .brand-card img.logo {
    width: 140px;
    height: 32.29px;
    aspect-ratio: 140.00/32.29;
}

.dhn .brand-card img.bfh {
    position: absolute;
    bottom: 1px;
    height: 60px;
}

.dhn .brand-card .card p {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    min-height: 135px;
}

.dhn .brand-card h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}

.dhn .brand-card h3.lh {
    color:  #164322;
}

.dhn .brand-card h3.bh {
    color: #005E83
}

.dhn .brand-card h3.gh {
    color: #2C6C02;
}

.dhn .brand-card h3.mh {
    color: #772B06;
}

.dhn .brand-card h3.bfh {
    color: #14338A;
}

.dhn .brand-card h3.hrh {
    color: #005E83;
}

.dhn .brand-card .card-img-top {
    height: 300px;
}

.dhn .top-choice h3,
.dhn .contact-us h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 44.8px;
    color: #000;
}

.dhn .top-choice p {
    color: #444;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.dhn .contact-us p {
    color: #444;
    font-size: 16px;
    font-weight: 400;
}

.dhn footer {
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.dhn footer a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.dhn .contact-us .form-label {
    color: #000;
    font-size: 16px;
    font-weight:500;
}

.dhn .contact-us button {
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight:500;
    outline: none;
    border: none;
}

.dhn .contact-us button:hover,
.dhn .contact-us button:focus,
.dhn .contact-us button:active {
    background-color: #000 !important;
    color: #fff;
    outline: none; 
    border: none;
}


@media (max-width: 768px) {
    .dhn .hero-section {
        background-size: 100% 65vh;
        height:65vh;
    }

    .dhn .hero-section .lead {
        font-size: 28px;
    }

    .dhn .hero-section h2 {
        font-size: 24px;
        margin-bottom: 0 !important;
    }

    .dhn .hero-section .border-right {
        padding-right: 0;
        border-right: unset;
    }

    .dhn .m-separator {
        background: rgba(223, 223, 223, 0.20);
        height:1px;
        margin-bottom: 12px;
    }

    .dhn .about-us img {
        height: 216px;
        width: 100%;
    }

    .dhn .bfh-logo {
        left: 15px;
    }

    .dhn .logos .col-6 {
        text-align: center;
    }

    .dhn .brand-card {
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 1rem;
        padding-right: 1rem;
    }

    .dhn .brand-card .col-12 {
        flex: 0 0 85%;
        scroll-snap-align: start;
    }

    .dhn .brand-card .card p {
        min-height: 190px;
    }

    .dhn .brand-card .card-img-top {
        height: 186px;
    }

    .dhn footer .sec-bottom {
        width: 100%;
        justify-content: space-between!important; 
    }

    .dhn footer p{
        width: 100%;
        text-align:left;
        line-height: 22px;
    }
}
