*,
h5,
h6,
p {
    margin: 0
}

.bg-primary,
.owl-carousel .owl-nav button {
    background-color: var(--primary-color) !important
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700
}

* {
    padding: 0
}

body {
    font-family: Poppins;
    overflow-x: hidden
}

:root {
    --primary-color: #000C66;
    --primary-dark-color: #000951;
    --secondary-color: #D6F2FC;
    --taritary-color: #7EC8E3;
    --taritary-dark-color: #61b1cf;
    --dark-color: #222222;
    --primary-font: "Poppins";
    --secondary-font: "Source Serif 4", serif
}

a {
    text-decoration: none
}

.site-logo img {
    width: 160px
}

img {
    width: 100%
}

.text-primary {
    color: var(--primary-color) !important
}

.text-dark {
    color: var(--dark-color) !important
}

.bg-secondary {
    background-color: var(--secondary-color) !important
}

.bg-taritary {
    background-color: var(--taritary-color) !important
}

section h1 {
    font-size: 50px
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 28px
}

h5 {
    font-size: 21px
}

.btn,
h6 {
    font-weight: 600;
    font-size: 18px
}

p {
    font-size: 17px
}

.section-padding {
    padding: 70px 10px
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
    animation: 1s forwards slide-down;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 2px 4px 0 #2222222f
}

@keyframes slide-down {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

.section-radius {
    border-radius: 30px
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #000
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #0157ff
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: static
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    border-top: 2.5px solid #0d6efd;
    border-bottom: 2.5px solid #0d6efd;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 30px;
    top: 90px;
    background-color: #fdfdfd
}

.dropdown-menu ul,
.footer-menu {
    list-style: none;
    padding: 0
}

.dropdown-menu ul li {
    position: relative
}

.dropdown-menu ul ul {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 8px 0 #2222221a;
    padding: 10px;
    width: 901px;
    height: 460px;
    border-radius: 7px;
    display: none;
    z-index: 999;
    border: 2px solid #3b83ea
}

.florida li {
    width: 175px
}

.dropdown-menu ul>li:hover>ul {
    display: flex;
    flex-wrap: wrap
}

.border-left {
    border-left: .5px solid #95959569
}

.submenu li {
    padding: 6px 0
}

.search-bar {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px
}

.location-search {
    border: 0;
    background-color: transparent
}

.search-bar input {
    width: 100%;
    border: 0;
    outline: 0
}

.btn {
    padding: 12px 20px
}

.btn-primary {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color)
}

.btn-taritary,
.btn-taritary:hover {
    border: 2px solid var(--taritary-color)
}

.btn-taritary {
    background-color: var(--taritary-color)
}

.btn-taritary:hover {
    background-color: var(--taritary-dark-color)
}

.btn-primary:hover {
    background-color: var(--primary-dark-color);
    border-color: var(--primary-color)
}

.btn-outline-primary {
    border: 2px solid var(--primary-color);
    color: var(--primary-color)
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color)
}

.loan-calculator-image img {
    border-radius: 15px
}

.calculator-box {
    border-radius: 7px
}

.calculator-box a {
    display: inline-block;
    padding: 18px 15px
}

.cal-icon img {
    height: 50px;
    width: auto
}

.owl-carousel .owl-item .cal-icon img {
    width: auto
}

.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: -25px
}

.owl-carousel .owl-nav button {
    color: #fff !important;
    padding: 10px
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    padding: 9px 20px !important
}

.owl-carousel .owl-nav button.owl-next {
    border-left: 1px solid #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.owl-carousel .owl-nav button.owl-prev {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.custom-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    margin: 30px 0;
    z-index: 789
}

.custom-dots img {
    width: 124px;
    height: 80px;
    object-fit: cover;
    cursor: pointer
}

.owl-propertyImages img {
    border-radius: 20px;
    height: 500px;
    object-fit: contain
}

.card {
    background-color: #f7f7f7
}

.quick-calculator {
    border-radius: 10px;
    padding: 35px 22px
}

.input-group {
    background-color: #fff;
    border-radius: 9px
}

.input-group .input-group-text {
    font-weight: 700;
    color: var(--primary-color);
    background-color: #fff;
    border-right: 1.5px solid var(--dark-color)
}

.blog-box a,
.blog-box h4,
.feature-blog .blog-name h4 {
    font-weight: 600
}

.input-group .input-group-text,
.input-group input,
.input-group select {
    padding: 16px;
    font-size: 25px
}

.property-box {
    background-color: var(--secondary-color);
    padding: 12px;
    border-radius: 8px
}

.property-box img {
    border-radius: 8px;
    height: 260px;
    width: 100%;
    object-fit: cover
}

.property-label {
    background-color: #222222b7;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 15px;
    border-radius: 4px
}

.property-label p {
    font-size: 14px
}

.property-name {
    top: auto;
    bottom: 15px
}

.heart-icon {
    position: absolute;
    top: 15px;
    right: 15px
}

.favorite-button input[type=submit] {
    width: 38px;
    height: 38px;
    cursor: pointer;
    border: none;
    margin: 4px;
    transition: background .3s ease-in-out
}

.favorite-button .heart-border {
    background: url('data:image/svg+xml;utf8,<svg fill="%23ffffff" height="38" viewBox="0 0 24 24" width="38" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M16.5 3c-1.74 0-3.41.81-4.5 2.09C10.91 3.81 9.24 3 7.5 3 4.42 3 2 5.42 2 8.5c0 3.78 3.4 6.86 8.55 11.54L12 21.35l1.45-1.32C18.6 15.36 22 12.28 22 8.5 22 5.42 19.58 3 16.5 3zm-4.4 15.55l-.1.1-.1-.1C7.14 14.24 4 11.39 4 8.5 4 6.5 5.5 5 7.5 5c1.54 0 3.04.99 3.57 2.36h1.87C13.46 5.99 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5 0 2.89-3.14 5.74-7.9 10.05z"/></svg>')
}

.heart-icon img,
.socail-links img {
    width: 30px
}

.property-location {
    font-weight: 500;
    color: #000
}

.property-cat {
    color: #696969
}

.property-box .btn {
    padding: 11px;
    font-size: 15px;
    display: flex;
    justify-content: space-between
}

.why-icon img {
    width: 50px
}

.why-point-box {
    box-shadow: 0 0 8px 0 #2222221a;
    padding: 20px 10px;
    position: relative;
    border-radius: 8px;
    overflow: hidden
}

.why-point-box::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 150px;
    background-color: var(--primary-color);
    top: 0;
    left: -16%;
    border-radius: 50%;
    z-index: -1
}

.why-point-box h5 {
    font-size: 20px
}

.blog-name {
    position: absolute;
    padding: 10px;
    left: 20px;
    bottom: 40px
}

.feature-blog {
    border-radius: 15px;
    background: linear-gradient(#22222275, #22222275), url('../images/zip-codes.webp') center/cover no-repeat
}

.blog-box img {
    width: 175px;
    border-radius: 10px
}

.blog-box h4 {
    font-size: 26px
}

.blog-box a {
    color: var(--primary-color);
    font-size: 19px;
    padding: 2px 0;
    border-bottom: 2px solid var(--primary-color)
}

.unlock-goals {
    max-width: 900px;
    margin: auto
}

.unlock-goals p {
    font-size: 22px
}

.footer-logo img {
    width: auto;
    height: 80px
}

.footer-menu li {
    padding-bottom: 8px
}

.footer-menu li a {
    font-size: 16px;
    color: var(--dark-color)
}

.footer-text p {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 13px
}

footer .line-divider {
    height: 2px;
    background-color: #c8c8c8
}

.modal-dialog {
    max-width: 1140px
}

.modal-content {
    background-color: var(--secondary-color)
}

.modal-header {
    border-bottom: 0
}

.calculator-data {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px
}

.calculator-data table {
    width: 100%;
    text-align: center
}

.calculator-data table tr td,
.calculator-data table tr th {
    padding: 6px 0;
    font-size: 17px
}

.footer-brands-logo img {
    height: 40px;
    width: auto
}

#property-detail .input-group .input-group-text,
#property-detail .input-group input,
#property-detail .input-group select {
    padding: 16px;
    font-size: 17px
}

#special {
    height: 40vh !important;
    overflow-y: scroll !important;
    width: 30vh !important;
    left: -10 !important
}

@media screen and (max-width:1280px) {
    .florida li {
        width: 146px
    }

    .padding-vertical {
    padding-left: 48px !important;
    padding-right: 48px !important;
}

    .dropdown-menu ul ul {
        width: 611px;
        height: 55vh;
        overflow: auto
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px
    }

    .property-box .btn {
        padding: 10px 9px;
        font-size: 13px
    }

    .footer-brands-logo img {
        height: 30px
    }

    .hero {
        background-position-y: -85px
    }
}

@media screen and (min-width:1440px) {
    .modal-dialog {
        max-width: 1320px
    }

    .hero {
        background-position-y: -270px
    }
}

@media screen and (min-width:1600px) {
    .hero {
        background-position-y: -310px
    }
}

@media screen and (min-width:1800px) {
    .hero {
        height: 729px
    }
}

@media screen and (max-width:992px) {
    #mobile-dropdown {
        height: 70vh;
        overflow-y: scroll
    }

    .florida {
        font-size: 12px !important;
        height: 50vh !important;
        overflow: scroll !important
    }

    .dropdown-menu ul>li.open>ul {
        height: 50vh !important;
        left: -100px
    }

    .dropdown-menu ul ul {
        height: 533px
    }

    section h1 {
        font-size: 40px
    }

    h2 {
        font-size: 36px
    }

    h3 {
        font-size: 26px
    }

    h4 {
        font-size: 26px
    }

    h5 {
        font-size: 20px
    }

    h6 {
        font-size: 17px
    }

    p {
        font-size: 16px
    }

    .blog-box h4 {
        font-weight: 600;
        font-size: 22px
    }

    .blog-box img {
        width: 120px
    }

    .navbar-nav {
        align-items: flex-start !important
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        width: 100%
    }

    .sub-menu-heading {
        padding-top: 15px
    }
}

@media screen and (max-width:767px) {
    .dropdown-menu ul>li.open>ul {
        display: block;
        left: 0;
        height: auto;
        width: 280px
    }

    .navbar-collapse {
        max-height: 90vh;
        overflow: scroll
    }

    .mobile-logo {
        width: 120px
    }

    section h1 {
        font-size: 38px
    }

    h2 {
        font-size: 30px
    }

    h3 {
        font-size: 20px
    }

    h4 {
        font-size: 24px
    }

    h5 {
        font-size: 19px
    }

    h6 {
        font-size: 17px
    }

    .footer-menu li a,
    p {
        font-size: 14px
    }

    .blog-box h4 {
        font-weight: 600;
        font-size: 18px
    }

    .btn {
        padding: 10px 6px;
        font-size: 13px
    }

    .section-padding {
        padding: 50px 10px
    }

    .input-group .input-group-text,
    .input-group input,
    .input-group select {
        padding: 14px;
        font-size: 16px
    }

    .hero {
        height: 450px;
        background-position-y: 0px
    }

    .footer-text p {
        font-size: 12px
    }

    .calculator-data table tr td,
    .calculator-data table tr th {
        padding: 6px 0;
        font-size: 14px
    }

    .border-left {
        border-left: 0
    }

    .property-box .btn {
        padding: 11px 5px;
        font-size: 12px
    }

    .feature-blog {
        min-height: 230px
    }

    .owl-propertyImages img {
        height: 250px
    }
}

.loader {
    width: 50px;
    margin: auto;
    --b: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 1px;
    background: conic-gradient(#0000 10%, var(--primary-color)) content-box;
    -webkit-mask: repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg), radial-gradient(farthest-side, #0000 calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: 1s steps(10) infinite l4
}

@keyframes l4 {
    to {
        transform: rotate(1turn)
    }
}

.modal-loader {
    width: 100%;
    height: 100vh;
    justify-content: center;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 678;
    background: var(--secondary-color)
}

.nav-tabs .nav-link {
    color: #000;
    font-weight: 600
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: var(--primary-color);
    color: #fff
}

.nav-tabs {
    border-bottom-color: #2222225f
}


