* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@keyframes moveInTop {
    0% {
        opacity: 0;
        transform: translateY(-10rem);
    }

    80% {
        transform: translateY(1rem);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(3rem);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}




.home-header,
.header-type-two {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 20px 100px;
    box-shadow:
        0 10px 27px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    z-index: 12;
    height: 68px;
    position: fixed;
    top: 0;
}


.header-type-two.scrolled {
    background-color: #fff !important;
    border-radius: 0px 0px 16px 16px !important;
    width: 90% !important;
    margin-right: 5% !important;
    margin-left: 5% !important;
    padding: 20px 50px;
    transition: 0.5s;
}

.first-main {
    width: 100%;
    height: 95vh;
    padding: 50px 100px;
    background-image: linear-gradient(331deg, rgb(73, 12, 42) 0%, rgba(165, 32, 101, 0.767) 100%), url(../img/house-1477041.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.main-p {
    text-align: center;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    width: 60%;
    margin-bottom: 30px;
}

.main-p1 {
    text-align: center;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 20px;
    margin-bottom: 50px;
}

.buttons {
    display: flex;
    flex-direction: row;
}

.btn,
.btn:link,
.btn:visited {
    text-transform: capitalize;
    text-decoration: none;
    padding: 1rem 1.2rem;
    display: inline-block;
    border-radius: 10rem;
    transition: all .2s;
    position: relative;
    font-size: 1.2rem;
    width: 18rem;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #9c1d5e;
    border: none;
    cursor: pointer;
    margin-left: 20px;

}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}


.btn-wealth:hover {
    transform: translateY(-3px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.btn-wealth:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn-calculator:hover {
    transform: translateY(-3px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.btn-calculator:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}


.btn:active,
.btn:focus {
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.hamburger {
    display: none;
}

.navbar {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    width: 74%;
}

.nav-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    top: 0;
    left: 0;
    background: none;
    width: 100%;
    height: 68px;
    position: unset;
    box-shadow: unset;
    transition: unset;
    margin-bottom: 0 !important;
    padding-top: 10px;
}

.sign-up {
    padding-top: 10px;
}

.nav-item {
    margin: 2rem;
    margin-left: 25px;
    margin-right: 0;
}

.nav-item:first-child {
    margin-top: 2rem;
}

.nav-item.active {
    background: none;
    padding: 0px;
    border-radius: 0px;
}

.nav-item.active {
    color: #9c1d5e;
    font-weight: bold;
}

.nav-item a {
    color: black !important;
    text-decoration: none !important;
}

.sign-up a {
    color: black;
}

.logo {
    z-index: 2;
}

.logo img {
    width: 100%;
    height: 100%;
}

.suburb {
    width: 100%;
    padding: 30px 100px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.comparison-type1 {
    width: 100%;
    padding: 30px 100px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.calculator {
    width: 100%;
    padding: 30px 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.text-suburb {
    flex: 50%;
}

.text-suburb p {
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 20px;
}

.text-suburb-co {
    flex: 50%;
    text-align: right;
}

.text-suburb-co p {
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 20px;
    text-align: left;
}

.btn-suburb {
    text-transform: capitalize;
    width: 12rem;
    background: linear-gradient(90deg, rgba(156, 29, 94, 1) 35%, rgba(156, 29, 94, 0.7840606004763873) 100%);
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 20px;
    padding: 13px 10px;
    border: none;
    outline: none;
    border-radius: 10rem;
    margin-top: 70px;
    cursor: pointer;
}

.btn-calculator {
    text-transform: capitalize;
    width: 16rem;
    background: linear-gradient(90deg, rgba(156, 29, 94, 1) 35%, rgba(156, 29, 94, 0.7840606004763873) 100%);
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 20px;
    padding: 13px 10px;
    border: none;
    outline: none;
    border-radius: 10rem;
    margin-top: 70px;
    cursor: pointer;
}

.btn-suburb:hover {
    transform: translateY(-3px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.btn-suburb:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.anim-suburb {
    flex: 50%;
}


.wealth {
    width: 100%;
    height: 60vh;
    background-image: linear-gradient(331deg, rgb(73, 12, 42) 0%, rgba(165, 32, 101, 0.767) 100%), url(../img/house-1836070.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 50px;
    position: relative;
    margin-top: 40px;
}

.wealth-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.wealth p {
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 20px;
}

.btn,
.btn:link,
.btn:visited {
    text-transform: capitalize;
    text-decoration: none;
    padding: 1rem 1rem;
    display: inline-block;
    border-radius: 10rem;
    transition: all .2s;
    position: relative;
    font-size: 1.2rem;
    background-color: #fff;
    width: 18rem;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #9c1d5e;
    border: none;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 40px;
}

.btn-wealth {
    text-transform: capitalize;
    text-decoration: none;
    padding: 1rem 1rem;
    display: inline-block;
    border-radius: 10rem;
    transition: all .2s;
    position: relative;
    font-size: 1.2rem;
    background-color: #fff;
    width: 18rem;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #9c1d5e;
    border: none;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 40px;
}

.text-calculator {
    flex: 50%;
}

.text-calculator p {
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 20px;
}

.anim-calculator {
    flex: 50%;
    display: flex;
    justify-content: flex-end;
}

footer {
    width: 100%;
    height: auto;
    background: linear-gradient(90deg, rgba(156, 29, 94, 1) 35%, rgba(156, 29, 94, 0.7840606004763873) 100%);
    padding: 50px 50px;
    padding-top: 80px;
    margin-top: 130px;
    position: relative;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-type2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.contact {
    width: 80%;
    height: 180px;
    border: 8px solid #9c1d5fd3;
    padding: 15px 60px;
    background-color: #fff;
    border-radius: 16px;
    position: absolute;
    top: -60px;
    left: 10%;
    text-align: center;
}

.contact p {
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 20px;
    text-align: center;
}

.contact-btn {
    text-transform: capitalize;
    width: 16rem;
    background: linear-gradient(90deg, rgba(156, 29, 94, 1) 35%, rgba(156, 29, 94, 0.7840606004763873) 100%);
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 20px;
    padding: 13px 10px;
    border: none;
    outline: none;
    border-radius: 10rem;
    margin-top: 30px;
    cursor: pointer;
}

footer ul li {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

footer ul li img {
    width: 38px;
}

.talk {
    width: 100%;
    height: 75vh;
    background-image: linear-gradient(331deg, rgb(73, 12, 42) 0%, rgba(165, 32, 101, 0.767) 100%), url(../img/house-1836070.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 50px;
    position: relative;
    margin-top: 40px;
}

.talk-box {
    width: 60%;
    height: 65vh;
    border: 8px solid #9c1d5fd3;
    padding: 60px 60px;
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.talk-box h2 {
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    color: #5f133a;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 35px;
}

.talk-box p {
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 18px;
    text-align: center;
}

.talk-button {
    width: 16rem;
    background: linear-gradient(-45deg, rgb(92, 16, 55) 0%, rgba(156, 29, 94, 1) 35%, rgba(156, 29, 94, 0.7840606004763873) 100%);
    background-size: 400% 400%;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 18px;
    padding: 13px 10px;
    border: none;
    outline: none;
    border-radius: 10rem;
    margin-top: 40px;
    cursor: pointer;
    animation: gradiant 3s ease infinite;
    position: relative;
}

.footer-logo {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer-logo img {
    width: 168px;
}

@keyframes gradiant {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.talk-button:link,
.talk-button:visited {
    text-transform: uppercase;
    transition: all .2s;
    position: relative;
    cursor: pointer;
}

.talk-button::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 10rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
    background-color: #9c1d5e;
}

.talk-button:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.talk-button:active,
.talk-button:focus {
    outline: none;
    transform: translateY(-1px);
    box-shadow: 0 .5rem 1rem rgba(1, 61, 117, .2);
}

.talk-button:hover::after {
    transform: scale(1.2);
    opacity: 0;
}

.info {
    width: 100%;
    height: auto;
    padding: 100px 80px;
    position: relative;
    bottom: 0;
    background: linear-gradient(-331deg, rgba(73, 12, 42, 0.952) 0%, rgb(165, 32, 101) 100%);
}

.info p {
    line-height: 2;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.dropbtn {
    color: #9c1d5e;
    font-weight: bold;
    font-size: 15px;
    border: none !important;
    outline: none !important;
    cursor: pointer;
    background: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffff;
    border-radius: 10px;
    width: 300px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 14px;
    padding: 20px;
}


.dropdown-content p,
.dropdown-content1 p {
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 25px;
    text-align: left;
    margin-bottom: 25px;
}

.drop-box {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 10px 10px;
    justify-items: stretch;
}

.drop-box a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: inline-block;
    text-align: left;
}

.drop-box a:hover {
    color: #5f133a;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.dropbtn1,
.dropbtn2,
.dropbtn3 {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    border: none !important;
    outline: none !important;
    cursor: pointer;
    background: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 8px 0;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content1,
.dropdown-content2,
.dropdown-content3 {
    display: none;
    background-color: #ffff;
    border-radius: 10px;
    width: 280px;
    overflow: auto;
    position: relative;
    left: -20px;
    z-index: 1;
    padding: 5px 12px;
}


.dropdown-content1 p,
.dropdown-content2 p,
.dropdown-content3 p,
.dropdown-content4 p{
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 200;
    text-align: left;
    margin-bottom: 25px;
}

.drop-box1,
.drop-box2,
.drop-box3 {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 10px 10px;
    justify-items: stretch;
}

.drop-box1 a,
.drop-box2 a,
.drop-box3 a {
    color: #000;
    padding: 5px 16px;
    text-decoration: none;
    display: inline-block;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
}

.drop-box a:hover,
.drop-box1 a:hover,
.drop-box2 a:hover,
.drop-box3 a:hover {
    background-color: #dadada;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show1,
.show2,
.show3 {
    display: block;
}

.lottie-ani {
    width: 350px;
    height: 350px;
}

.lottie-ani-co {
    width: 450px;
    height: 350px;
}

.lottie-cal {
    width: 350px;
    height: 350px;
}

.main-type-two {
    width: 100%;
    height: 650px;
    background-image: url(../img/Simple\ Shiny.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 50px;
}

.text-video-main {
    width: 50%;
    margin-right: 30px;
}

.video-main {
    width: 50%;
}

#my-video {
    width: 100%;
    height: 350px;
    outline: none;
    border: none;
}

.video-js .vjs-big-play-button {
    width: 2.5em !important;
    height: 2.5em !important;
    border-radius: 50% !important;
    border: none !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    background-color: #9c1d5fea !important;
}

.vjs-icon-play,
.video-js .vjs-play-control .vjs-icon-placeholder,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    top: 20% !important;
}

.main-p1-type2 {
    text-align: center;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    width: 90%;
    margin-bottom: 30px;
}

.main-p2-type2 {
    text-align: center;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 18px;
    margin-bottom: 50px;
}

.buttons-type-two {
    display: flex;
    flex-direction: row;
}

.btn-type-two,
.btn-type-two:link,
.btn-type-two:visited {
    text-transform: capitalize;
    text-decoration: none;
    padding: 0.8rem 1rem;
    display: inline-block;
    border-radius: 5px;
    transition: all .2s;
    position: relative;
    font-size: 1.2rem;
    width: 16rem;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #9c1d5e;
    border: none;
    cursor: pointer;
    margin-left: 20px;

}

.btn-type-two:hover {
    box-shadow: 0px 5px 10px #9c1d5e;
    transform: translateY(-3px);
}

.map-section {
    width: 100%;
    padding: 70px 70px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: row;
}

.map-section-type2 {
    width: 100%;
    padding: 70px 70px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: row;
}

.comparison {
    width: 100%;
    padding: 70px 70px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: row;
}

.map-left-div {
    width: 100%;
}

.map-left-div img {
    width: 100%;
}

.map-right-div {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    padding-bottom: 0;
}

.map-right-div p {
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #691340;
    text-align: center;
    font-size: 20px;
}

.btn-suburb-type2 {
    text-transform: capitalize;
    width: 12rem;
    background: rgba(156, 29, 94, 1);
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 20px;
    padding: 13px 10px;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-top: 50px;
    cursor: pointer;
}

.btn-suburb-type2:hover {
    box-shadow: 0px 5px 10px #919191;
    transform: translateY(-3px);
}

.btn-loan-type2 {
    text-transform: capitalize;
    width: 15rem;
    background: rgba(156, 29, 94, 1);
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 20px;
    padding: 13px 10px;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-top: 50px;
    cursor: pointer;
}

.talk-to {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.talk-type2 {
    width: 90%;
    height: 350px;
    background: linear-gradient(45deg, rgb(58, 10, 35) 0%, rgb(112, 21, 68) 35%, rgb(156, 29, 95) 100%);
    background-size: 400% 400%;
    background-repeat: no-repeat;
    animation: gradiant 20s ease infinite;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.talk-type2 h2 {
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 35px;
}

.titr-blog {
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: bold;
    font-size: 40px;
    margin-left: 10px;
}

.all-titr-blog {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;

}

.row-titr-blog {
    width: 500px;
    margin: 10px;
    padding: 10px;
    border-bottom: 1px solid #9c1d5e;
    line-height: 1.5;
    margin-top: 20px;
    padding-bottom: 15px;
}

.row-titr-blog a{
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.talk-type2 p {
    width: 70%;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.talk-button-type2 {
    width: 16rem;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    color: #691340;
    font-weight: bold;
    font-size: 18px;
    padding: 13px 10px;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-top: 40px;
    cursor: pointer;
    position: relative;
}

.talk-button-type2:hover {
    width: 18rem;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    transition: 0.5s ease-in-out;
}

.first-main form {
    width: 100%;
    position: relative;
}

.first-main-tag {
    position: absolute;
    top: 55px;
    left: 5px;
}

.first-main-tag:hover {
    color: #5f133a;
}

.first-main-formbtn {
    width: 50px !important;
    height: 49px;
    font-size: 23px;
    background-color: #fff !important;
    color: #9c1d5e !important;
    border-radius: 0 8px 8px 0 !important;
    cursor: pointer;
    margin: 0 !important;
    margin-left: 3px !important;
}

.blog {
    width: 100%;
    height: auto;
    padding: 5% 10%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post-box {
    width: 313px;
    height: 435px;
    padding: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    position: relative;
    margin: 15px;
    cursor: pointer;
}

.post-box-img {
    width: 100%;
    height: 170px;
    background-color: #9c1d5e;
    margin-bottom: 10px;
}


@supports (-webkit-line-clamp: 2) {
    .post-box h4 {
        font-family: 'Roboto', sans-serif;
        color: #000;
        font-size: 18px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .post-box h4:after {
        display: none;
    }
}

.post-box-date {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.post-box-date a,
.writer a {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 14px;
    margin: 0 5px;
}

.post-date-line {
    height: 20px;
    border-right: 1px solid #919191;
}

@supports (-webkit-line-clamp: 3) {
    .post-box p {
        font-family: 'Roboto', sans-serif;
        color: #000;
        font-size: 16px;
        margin: 30px 0;
        line-height: 1.4;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .post-box p:after {
        display: none;
    }
}

.post-tag {
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-family: 'Roboto', sans-serif;
    color: rgb(102, 94, 94);
    font-size: 14px;
    margin-bottom: 0;
}

.post-tag a {
    font-family: 'Roboto', sans-serif;
    margin-left: 5px;
    color: #567b95;
    font-size: 15px;
}

.dashboard {
    width: 100%;
    padding: 10% 12%;
}

#filter {
    width: 30%;
    height: 30px;
    outline: none;
    background-color: #fff;
}

.box-style {
    position: relative;
}

.profile-box {
    width: 100%;
    height: 261px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    padding-bottom: 50px;
    position: relative;
    margin: 20px 0;
}

.profile {
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}



.pr-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #9c1d5e;
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
}

.pr-logo {
    padding: 10%;
}

.pr-name {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-top: 25px;
    margin-bottom: 5px;
}

.pr-pencil {
    color: #567b95;
    margin-right: 5px;
}

.pr-des {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #5a6166;
}

.pr-boxs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px 10px;
}

.box-type1 {
    width: 180px;
    border-right: 1px solid #a6afb6;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

.box-type2 {
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

.box-type1 h2,
.box-type2 h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #000;
}

.box-type1 h2 span {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #555a5e;
}

.box-type1 h6,
.box-type2 h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #535b61;
    margin-top: 30px;
    margin-bottom: 5px;
}

.box-type1 p,
.box-type2 p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #535b61;
}

.pr-buttons {
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pr-btn {
    width: 100%;
    height: 40px;
    background-color: #9c1d5e;
    color: #fff;
    margin: 10px 0;
    outline: none;
    border: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.more-less-btn,
.more-less-btn1 {
    position: absolute;
    top: 231px;
    left: 20px;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    color: #9c1d5e;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.more-box,
.more-box1 {
    display: none;
    width: 100%;
    min-height: 200px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    margin-top: 40px;
    position: relative;
    padding: 30px 100px;
    opacity: 0;
    animation: fadeIn 1s ease-in both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #9c1d5e;
    position: absolute;
    left: 10px;
    top: -15px;
}

.info-box {
    width: 100%;
    margin: 20px 0;
    position: relative;
}

.info-box h3 {
    width: auto;
    color: #9c1d5e;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}

.info-box p {
    width: auto;
    color: #000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 40px;
}

.row-search {
    width: 100%;
    height: 50px;
    position: relative;
    display: flex;
    flex-direction: row;
}

.footer-column {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

.footer-column h3 {
    color: #fff;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
}

.column-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 30px 0;
}

.column {
    display: flex;
    flex-direction: column;
}

.column h6 {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin-top: 15px;
}

.footer-column-line {
    width: 255px;
    border: 1px solid #fff;
    margin: 15px 0;
    margin-right: 10px;
}

.column a {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.work-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    padding: 100px 0;
    padding-bottom: 0;
}

.img-work {
    width: 45%;
}

.img-work img {
    width: 100%;
}

.text-work {
    width: 50%;
    margin-left: 30px;
    margin-bottom: 30px;
}

.text-work h3 {
    color: #000;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
}

.row-work {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 25px;
}

.row-work img {
    width: 90px;
}

.text-row-work h4 {
    color: #000;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.text-row-work p {
    color: #000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.work-btn {
    padding: 10px 20px;
    background-color: #9c1d5e;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    border-radius: 20px;
    margin-left: 40px;
}

.login-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.buyer-btn {
    padding: 10px 18px;
    background-color: #9c1d5e;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border-radius: 20px;
    display: inline-block;
    margin: 5px;
    margin-right: 10px;
}

.buyer-main {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(331deg, rgb(73, 12, 42) 0%, rgba(165, 32, 101, 0.767) 100%),url(../img/pexels-alexandr-podvalny-7599735.jpg);
    background-size: cover;
    background-position: center;
}

.background {
    width: 100%;
    height: 100%;
    padding: 5% 10%;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.buyer-main h1 {
    font-family: 'Roboto', sans-serif;
    z-index: 1;
    margin-bottom: 30px;
    font-size: 30px;
}

.buyer-main h2 {
    z-index: 1;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
}

.buyer-main h3 {
    z-index: 1;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 45px;
    margin: 20px 0;

}

.building-img {
    width: 600px;
    position: absolute;
    left: 50px;
    top: 80px;
    z-index: -1;
    opacity: .5;
}

.section-one {
    width: 100%;
    height: 50vh;
    background-color: #9c1d5e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.oneimg {
    width: 600px;
    position: absolute;
    top: 1px;
    left: 1px;
    opacity: .4;
}

.section-one h3 {
    z-index: 1;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    color: #fff;
    margin-bottom: 40px;
    margin-left: 30px;
}

.onebtn {
    width: 250px;
    height: 50px;
    background-color: #fff;
    color: #9c1d5e;
    border: 1px solid #9c1d5e;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 20px;
    outline: none;
    border-radius: 15px;
    cursor: pointer;
    margin-top: 20px;
}

small {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-left: 35px;
}

small a {
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.section-two {
    width: 100%;
    padding: 5% 10%;
    padding-top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
}

.text-two {
    width: 50%;
    padding-top: 10%;
}

.text-two h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    margin: 20px 0;

}

.lottie-two {
    width: 50%;
}

.two-section-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px;
}

.two-section-row img {
    width: 55px;
}

.two-section-row p {
    font-family: 'Roboto', sans-serif;
    margin: 20px 0;
}

.dashboard-comment {
    width: 95%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.row-more {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row-more p {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.row-more1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.row-more1 p {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.comment-p p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-top: 8px;
}

.filter-btn {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.125);
    outline: none;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    color: #535b61;
    font-size: 20px;
}

.card-filter {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px !important;
    margin-bottom: 20px;
}

.filter-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.filter-row1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.filter-row2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.filter-row h3 {
    font-family: 'Roboto', sans-serif;
}

.filter-all-btn {
    width: 150px;
    height: 40px;
    border-radius: 5px;
    background: #9c1d5e;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    outline: none;
    border: none;
    margin-top: 25px;
}

.clear-btn {
    background: none;
    border: none;
    outline: none;
    font-family: 'Roboto', sans-serif;
    color: #9c1d5e;
    font-weight: 600;
}

.labl {
    width: 100px;
    height: 35px;
}
.labl > input{ 
    visibility: hidden; 
    position: absolute;
}
.labl > input + div{ 
    height: 35px;
    cursor:pointer;
    border:2px solid #e9e9e9;
    padding: 5px 10px;
}
.labl > input:checked + div{ 
    background-color: #9c1d5f0c;
    border: 2px solid #9c1d5e;
}

.checkbox {
    width: 190px;
    height: 40px;
}
.checkbox > input{ 
    visibility: hidden; 
    position: absolute;
}
.checkbox > input + div{ 
    height: 40px;
    cursor:pointer;
    border:2px solid #e9e9e9;
    padding: 5px 10px;
}
.checkbox > input:checked + div{ 
    background-color: #9c1d5f0c;
    border: 2px solid #9c1d5e;
}

.filter-row-bow {
    width: 48%;
}

.checkbox-group {
    border: solid 1px #ccc;
    width: 100%;
    text-align: left;
    padding: 10px;
  }

  .filter-select {
    width: 100%;
    text-align: left;
    background: #fff;
  }

  .check-show {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 400;
  }

  .checkbox-items {
    display: none;
  }

  .act {
    display: block;
  }

  .checkbox-level {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
  }
  
  .checkbox-level label input {
    margin-right: 10px;
  }
  
  .checkbox-level label {
    cursor: pointer;
  }

  .comment-new {
      width: 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
  }

  .newstyle {
      flex: 40%;
  }
@media (min-width: 501px) and (max-width: 1024px) {
    .dropdown-content, .dropdown-content1, .dropdown-content2, .dropdown-content3, .dropdown-content4 {
        position: relative !important;
        box-shadow: none;
        width: 100%;
    }

    .more-less-btn,
    .more-less-btn1 {
        position: absolute;
        top: 219px;
        left: 20px;
    }

    .dashboard {
        padding: 10% 4%;
    }

    .pr-img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #9c1d5e;
        position: absolute;
        left: 90px;
    }

    .pr-img {
        padding: 5%;
    }

    .pr-boxs {
        flex-wrap: nowrap;
        flex-direction: row;
        position: absolute;
        right: 10px;
        top: 63px;
    }

    .pr-buttons {
        width: 167px;
        position: absolute;
        bottom: 35px;
        left: 48px;
    }

    .agent-text {
        position: absolute;
        top: 85px;
        left: 67px;
    }

    .agent-text h6 {
        font-size: 14px;
        margin-bottom: 3px !important;
    }

    .pr-btn {
        width: 100%;
        height: 34px;
        margin: 3px 0;
    }

    .box-type1 h6,
    .box-type2 h6 {
        margin-top: 0px;
        font-size: 16px;
    }


    .box-type1 p,
    .box-type2 p {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        color: #535b61;
    }

    .box-type1 h2 span {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        color: #555a5e;
    }

    .box-type1 {
        width: 140px;
        padding-bottom: 10px;
        border-right: 1px solid #a6afb6;
        margin: 0;
    }

    .box-type2 {
        width: 140px;
        padding-bottom: 10px;
        border-right: none;
        margin: 0;
    }

    .box-type1 h2,
    .box-type2 h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
        color: #000;
        margin-bottom: 10px;
    }

    .more-box,
    .more-box1 {
        padding: 30px 30px;
        height: 250px;
        overflow-y: scroll;
    }

    .profile-box {
        justify-content: center;
        height: 250px !important;
        padding: 15px;
    }

    .img-work {
        width: 100%;
    }

    .text-work {
        width: 100%;
    }

    .navbar {
        width: 50%;
    }

    .logo {
        z-index: 2;
    }

    .column-row {
        justify-content: flex-start;
    }

    .dropdown .dropbtn {
        display: none;
    }

    .dropdown {
        float: none;
    }


    .dropdown-content {
        position: relative;
        box-shadow: none;
        width: 100%;
    }

    .drop-box {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto;
        gap: 10px 10px;
        justify-items: stretch;
    }


    .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }



    .logo img {
        width: 100%;
    }

    .lottie-ani {
        width: 250px;
        height: 250px;
    }

    .lottie-cal {
        width: 250px;
        height: 250px;
    }

    .nav-item {
        margin-top: 0.8rem;
    }


    .bar {
        display: block;
        width: 20px;
        height: 2px;
        margin: 6px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #9c1d5e;
        border-radius: 25px;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 0;
        flex-direction: column;
        align-items: flex-start;
        background-color: #fff;
        width: 35%;
        height: 100%;
        overflow-y: scroll;
        transition: 0.3s;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .nav-menu.active {
        left: 0;
    }



    .nav-item:first-child {
        margin-top: 5rem;
    }



    .hamburger {
        display: block;
        cursor: pointer;
        z-index: 2;
    }


    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .home-header,
    .header-type-two {
        padding: 10px 20px;
        align-items: center;
    }

    .first-main {
        padding: 20px;
        height: 50vh;
    }

    .main-p {
        width: 75%;
        margin-top: 50px;
    }

    .buttons {
        flex-direction: column;
    }

    .btn {
        margin-top: 20px;
        margin-left: 0;
    }

    .suburb {
        flex-direction: column-reverse;
        padding: 10px 30px;
        justify-content: center;
        align-items: center;
    }

    .comparison-type1 {
        flex-direction: column-reverse;
        padding: 10px 30px;
        justify-content: center;
        align-items: center;
    }

    .calculator {
        flex-direction: column-reverse;
        padding: 10px 30px;
        justify-content: center;
        align-items: center;
    }

    .text-suburb {
        text-align: center;
    }

    .text-suburb-co {
        text-align: center;
    }

    .btn-suburb {
        margin-top: 12px;
    }

    .calculator {
        padding: 50px 30px;
    }

    .btn-calculator {
        margin-top: 19px;
        margin-bottom: 32px;
    }

    footer {
        flex-direction: column;
        padding-top: 100px;
    }

    .footer-type2 {
        justify-content: flex-start;
    }


    footer ul li {
        margin-right: 100px;
    }

    .contact {
        height: 240px;
        padding: 20px 10px;
    }

    .talk {
        padding: 20px 20px;
        height: 35vh;
    }

    .talk-box {
        width: 100%;
        height: 30vh;
        padding: 20px 20px;
    }

    .info {
        padding: 60px 50px;
    }

    .main-type-two {
        width: 100%;
        height: 750px;
        flex-direction: column;
        padding: 55px 20px;
    }

    .text-video-main,
    .video-main {
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #my-video {
        width: 600px;
        height: 320px;
        outline: none;
        border: none;
    }

    .buttons-type-two {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main-p1-type2 {
        width: 70%;
    }

    .btn-type-two,
    .btn-type-two:link,
    .btn-type-two:visited {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .map-section {
        width: 100%;
        padding: 20px 20px;
        padding-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .map-section-type2 {
        width: 100%;
        padding: 20px 20px;
        padding-bottom: 0px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .comparison {
        width: 100%;
        padding: 20px 20px;
        padding-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .map-right-div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 30px 0px;
        padding-bottom: 0;
    }

    .talk-type2 {
        width: 100%;
        height: 500px;
        margin-top: 150px;
        margin-bottom: 80px;
    }


    .wealth {
        height: 23vh;
    }

    .text-calculator {
        flex: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }



}

@media (min-width: 501px) and (max-width: 700px) {
    .dropdown-content, .dropdown-content1, .dropdown-content2, .dropdown-content3, .dropdown-content4 {
        position: relative !important;
        box-shadow: none;
        width: 100%;
    }

    .dashboard {
        padding: 21% 4%;
    }

    .pr-img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #9c1d5e;
        position: absolute;
        left: 66px;
    }

    .pr-logo {
        padding: 3%;
    }

    .pr-boxs {
        flex-wrap: nowrap;
        flex-direction: column;
        position: absolute;
        right: 50px;
        top: 0;
    }

    .pr-buttons {
        width: 133px;
        position: absolute;
        bottom: 46px;
        left: 44px;
    }

    .agent-text {
    position: absolute;
    left: 52px;
    top: 90px;
    }

    .agent-text h6 {
        font-size: 14px;
        margin-bottom: 3px !important;
    }

    .pr-btn {
        width: 100%;
        height: 34px;
        margin: 3px 0;
    }

    .box-type1 h6,
    .box-type2 h6 {
        margin-top: 0px;
        font-size: 12px;
    }

    .box-type1 p,
    .box-type2 p {
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        color: #535b61;
    }

    .box-type1 h2 span {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        color: #555a5e;
    }

    .box-type1 {
        width: 140px;
        padding-bottom: 10px;
        border-bottom: 1px solid #a6afb6;
        border-right: none;
        margin: 0;
    }

    .box-type2 {
        width: 140px;
        padding-bottom: 10px;
        border-right: none;
        margin: 0;
    }

    .box-type1 h2,
    .box-type2 h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 25px;
        color: #000;
    }

    .profile-box {
        justify-content: center;
        height: 262px !important;
        padding: 15px;
    }
}


@media (max-width: 500px) {
    .agent-text {
        position: absolute;
        top: 87px;
        left: 30px;
    }

    .agent-text h6 {
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
    }
    
    .onebtn {
        width: 222px;
    }

    .background {
        align-items: center;
    }

    small {
        margin-left: 23px;
    }

    .section-two {
        width: 100%;
        padding: 5% 10%;
        padding-top: 0;
        display: flex;
        flex-direction: column;
    }

    .text-two {
        width: 100%;
        padding-top: 10%;
    }

    .lottie-two {
        width: 100%;
    }

    .buyer-btn {
        padding: 5px 5px;
        background-color: #9c1d5e;
        color: #fff;
        font-size: 12px;
    }

    .dashboard {
        padding: 21% 4%;
    }

    .pr-img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #9c1d5e;
        position: absolute;
        left: 35px;
    }

    .pr-logo {
        padding: 3%;
    }

    .pr-boxs {
        flex-wrap: nowrap;
        flex-direction: column;
        position: absolute;
        right: 10px;
        top: 0;
    }

    .pr-buttons {
        width: 133px;
        position: absolute;
        bottom: 50px;
        left: 10px;
    }

    .pr-btn {
        width: 100%;
        height: 34px;
        margin: 3px 0;
    }

    .box-type1 h6,
    .box-type2 h6 {
        margin-top: 0px;
        font-size: 12px;
    }

    .box-type1 p,
    .box-type2 p {
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        color: #535b61;
    }

    .box-type1 h2 span {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        color: #555a5e;
    }

    .img-work {
        width: 100%;
    }

    .text-work {
        width: 100%;
    }

    .navbar {
        width: 50%;
    }

    .logo {
        z-index: 2;
    }

    .box-type1 {
        width: 140px;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #a6afb6;
        border-right: none;
        margin: 0;
    }

    .box-type2 {
        width: 140px;
        padding-bottom: 10px;
        padding-top: 10px;
        border-right: none;
        margin: 0;
    }

    .box-type1 h2,
    .box-type2 h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 25px;
        color: #000;
    }

    .more-box,
    .more-box1 {
        padding: 30px 15px;
        height: 250px;
        overflow-y: scroll;
        width: 100%;
        overflow-x: hidden;
    }

    .dashboard-comment {
        width: 100%;
    }

    .profile-box {
        justify-content: center;
        height: 270px !important;
        padding: 15px;
    }

    .more-less-btn,
    .more-less-btn1 {
        position: absolute;
        top: 236px;
        left: 20px;
        background: none;
        outline: none;
        border: none;
        cursor: pointer;
        color: #9c1d5e;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
    }

    .blog {
        width: 100%;
        height: auto;
        padding: 5%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .post-box {
        min-height: 480px;
        background: #fff;
    }


    .dropdown .dropbtn {
        display: none;
    }

    .dropdown {
        float: none;
    }


    .dropdown-content, .dropdown-content1, .dropdown-content2,.dropdown-content3,.dropdown-content4 {
        position: relative !important;
        box-shadow: none;
        width: 100%;
    }

    .drop-box {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto;
        gap: 10px 10px;
        justify-items: stretch;
    }


    .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }



    .logo img {
        width: 100%;
    }

    .lottie-ani {
        width: 250px;
        height: 250px;
    }

    .lottie-ani-co {
        width: 350px;
        height: 250px;
    }

    .lottie-cal {
        width: 250px;
        height: 250px;
    }

    .nav-item {
        margin-top: 0.8rem;
    }


    .bar {
        display: block;
        width: 20px;
        height: 2px;
        margin: 6px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #9c1d5e;
        border-radius: 25px;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 0;
        flex-direction: column;
        align-items: flex-start;
        background-color: #fff;
        width: 80%;
        height: 100%;
        overflow-y: scroll;
        transition: 0.3s;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .nav-menu.active {
        left: 0;
    }



    .nav-item:first-child {
        margin-top: 5rem;
    }



    .hamburger {
        display: block;
        cursor: pointer;
        z-index: 2;
    }


    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .home-header,
    .header-type-two {
        padding: 10px 20px;
        align-items: center;
    }

    .first-main {
        padding: 20px;
    }

    .main-p {
        width: 100%;
        margin-top: 50px;
    }

    .buttons {
        flex-direction: column;
    }

    .btn {
        margin-top: 20px;
        margin-left: 0;
    }

    .suburb {
        flex-direction: column-reverse;
        padding: 10px 30px;
        justify-content: center;
        align-items: center;
    }

    .comparison-type1 {
        flex-direction: column-reverse;
        padding: 10px 30px;
        justify-content: center;
        align-items: center;
    }

    .calculator {
        flex-direction: column-reverse;
        padding: 10px 30px;
        justify-content: center;
        align-items: center;
    }

    .text-suburb {
        text-align: center;
    }

    .text-suburb-co {
        text-align: center;
    }

    .btn-suburb {
        margin-top: 12px;
    }

    .calculator {
        padding: 50px 30px;
    }

    .btn-calculator {
        margin-top: 19px;
        margin-bottom: 32px;
    }

    footer {
        flex-direction: column;
        padding-top: 100px;
        padding: 50px 25px;
    }

    .site-row {
        width: 100%;
        height: auto;
        padding: 5% 4%;
    }

    .img-box {
        width: 100%;
        height: 168px;
    }

    .footer-type2 {
        flex-direction: column;
    }

    footer ul li {
        margin-right: 50px;
    }

    .contact {
        height: 240px;
        padding: 20px 10px;
    }

    .talk {
        padding: 20px 20px;
    }

    .talk-box {
        width: 100%;
        height: 60vh;
        padding: 20px 20px;
    }

    .info {
        padding: 60px 50px;
    }

    .main-type-two {
        width: 100%;
        height: 750px;
        flex-direction: column;
        padding: 55px 20px;
    }

    .text-video-main,
    .video-main {
        width: 100%;
        margin-right: 0;
    }

    #my-video {
        width: 100%;
        height: 250px;
        outline: none;
        border: none;
    }

    .buttons-type-two {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main-p1-type2 {
        width: 100%;
    }

    .btn-type-two,
    .btn-type-two:link,
    .btn-type-two:visited {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .map-section {
        width: 100%;
        padding: 20px 20px;
        padding-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .map-section-type2 {
        width: 100%;
        padding: 20px 20px;
        padding-bottom: 0px;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .comparison {
        width: 100%;
        padding: 20px 20px;
        padding-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .map-right-div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 30px 0px;
        padding-bottom: 0;
    }

    .talk-type2 {
        width: 100%;
        height: 500px;
        margin-top: 150px;
        margin-bottom: 80px;
    }

    .header-type-two.scrolled {
        padding: 20px 15px;
    }

    .text-calculator {
        flex: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

}


@media (max-width: 320px) {

    .dropdown-content, .dropdown-content1, .dropdown-content2, .dropdown-content3, .dropdown-content4 {
        position: relative !important;
        box-shadow: none;
        width: 100%;
    }
    
    .box-type1 {
        width: 100px;
        padding-bottom: 10px;
        border-bottom: 1px solid #a6afb6;
        border-right: none;
        margin: 0;
    }

    .box-type2 {
        width: 100px;
        padding-bottom: 10px;
        margin: 0;
    }

    .pr-boxs {
        flex-wrap: nowrap;
        flex-direction: column;
        position: absolute;
        right: -3px;
        top: 0;
    }
}

@media (max-width:1024px) {
    .filter-row {
        flex-direction: column;
    }

    .filter-row-bow {
        width: 100%;
    }

    .card-filter {
        padding: 13px !important;
    }

    .checkbox > input + div {
        padding: 5px 7px;
    }
}
