@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@400;500;700&family=Poppins:wght@300;400;500&display=swap');

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: var(--sm-font); */
    /* overflow: hidden; */
    font-size: var(--sm-font);
}

.goog-te-combo {
    font-size: 20px !important;
    color: black !important;
    background: #ffffff !important;
    border: none !important;
    margin-top: 8px !important;
    width: 67%;
    margin-left: 10px !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important;
}

:root {
    --lg-font: 'Kaisei Tokumin', serif;
    --sm-font: 'Poppins', sans-serif;
}

.html {
    scroll-behavior: smooth;
}

.set {
    z-index: 9999;
}

.header {
    position: sticky;
    top: 0;
    z-index: 100;
}

.sub-header {
    background-color: #0e2a46;
}

.sub-header a {
    margin: 8px;
    font-size: 14px;
    font-weight: 500;
    font-family: sans-serif;
    color: white;
    text-decoration: none;
}

.www {
    background-color: white;
}

.sizze {
    font-size: large;
}

.feed {
    text-align: justify;
}

.sub-header a i {
    font-size: 15px;
    margin-right: 7px;
}

.set {
    background-color: #d9e8f2;
}

.bgcimg {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d6eaff;
}

.navbar .nav-link a {
    font-weight: 800;
}

.navbar.dropdown-item {
    color: red !important;
}

.dropdown-menu {
    border: none;
}

.set {
    background-color: white;
}

.set .dropdown-menu {
    background-color: white;
}

.set .dropdown-menu:hover {
    color: white;
}

.ser .dropdown-menu .nav-link {
    background-color: white;
}

.hoverr {
    border-radius: 10px;
}

.item img {
    transition: transform 0.3s ease-in-out;
}

.item img:hover {
    transform: scale(0.9);
}

.items {
    padding: 20px 15px;
    background-color: white;
    border-radius: 10px;
}

button.btn {
    margin-top: auto;
}

.ddd {
    font-size: 15px;
    margin-right: 135px;
}

.dropbtn {

    color: white;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffa500;
}

.dropdown-content a:hover {
    background-color: #102939;
    color: white;
}

@media(max-width:2560px) {

    .pstprt {
        background: #bbd9e9;
        padding: 9px 14px;
        border-radius: 3px;
        color: #102939 !important;
    }



    .houses {
        margin: 30px 20px 0px 20px;
    }

    .insgt {
        padding: 9px 4px;
    }

    .insgt:hover {
        border-bottom: 1px solid white;
    }

    .xbtr {
        padding-left: 146px;
    }



    .navcalla {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: end;

    }

    .srch .fas {
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .srch {
        float: inline-end;
        margin-right: 10px;
        margin-top: 5px;
        width: 50px;
        height: 50px;
    }

    .filter-search .container {

        max-width: 820px;

    }

    .frtb {
        border-bottom: 1px solid #f6f6f6;
    }

    #prrr .owl-dots {
        display: none !important;
    }

    #prrr .owl-next {
        position: absolute !important;
        width: 46px !important;
        background: #ffffff !important;
        color: white !important;
        margin-top: -254px !important;
        margin-left: 799px !important;
        font-size: 36px !important;
        border-radius: 50% !important;
        box-shadow: 0px 3px 6px 0px gray;
    }

    #prrr .owl-prev {
        position: absolute !important;
        width: 46px !important;
        background: #ffffff !important;
        color: white !important;
        margin-top: -239px !important;
        margin-left: -846px !important;
        font-size: 36px !important;
        border-radius: 50% !important;
        box-shadow: 0px 3px 6px 0px gray;
    }


    .owl-prev {
        position: absolute !important;
        width: 46px !important;
        background: #ffffff !important;
        color: white !important;
        margin-top: -233px !important;
        margin-left: -678px !important;
        font-size: 36px !important;
        border-radius: 50% !important;
        box-shadow: 0px 3px 6px 0px gray;
    }

    .owl-next {
        position: absolute !important;
        width: 46px !important;
        background: #ffffff !important;
        color: white !important;
        margin-top: -223px !important;
        margin-left: 632px !important;
        font-size: 36px !important;
        border-radius: 50% !important;
        box-shadow: 0px 3px 6px 0px gray;
    }


    .table-responsive::-webkit-scrollbar {
        height: 3px;
    }

    /* Track */
    .table-responsive::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px transparent;
        border-radius: 10px;
    }

    /* Handle */
    .table-responsive::-webkit-scrollbar-thumb {
        background: gray;
        border-radius: 10px;
    }

    /* Handle on hover */
    .table-responsive::-webkit-scrollbar-thumb:hover {
        background: rgb(184, 184, 184);
    }


    .mbsch {
        display: none;
    }

    /* .srch{
        display: block;
    } */



    .frtb {
        background: transparent;
        color: white;
        border: none;
        padding: 0px 33px 0px 20px;

    }



    .frtb1 {
        background-color: #000000b5;
        border-radius: 16px;
        padding: 12px 33px 40px 20px;
    }

    .frtb2 .container {
        max-width: 796px;
    }

    .frtb2 {
        position: absolute;
        width: 100%;
        z-index: 99;
        margin-top: -453px;
    }

    .pstp {
        color: #102939;
        background: #bbd9e9;
        padding: 9px 30px;
        border-radius: 2px;
        font-size: 17px;
        text-wrap: nowrap;
        cursor: pointer;
    }

    .pstp:hover {
        color: white;
    }

    .section3 .container-fluid {
        width: 86% !important;
    }

    .srch {
        background: #102939;
        padding: 13px;
        border-radius: 50%;
        border: 1px solid #102939;
        transition: .8s ease;
    }

    .srch .fas {
        color: white;
    }

    .srch:hover {
        background: white;


    }

    .srch:hover .fas {
        color: #102939;
    }






    .cirspan {
        width: 20px;
        height: 20px;
        background: #e7f2f6;
        border-radius: 50%;
        position: relative;
        right: 25px;
        top: 11px;
    }

    .cirspan1 {
        width: 20px;
        height: 20px;
        background: #e7f2f6;
        border-radius: 50%;
        position: relative;
        left: 96%;
        top: 11px;
    }

    .nlppp {
        background-color: #e7f2f6;
        padding: 30px 0px 0px 0px;
    }

    .dtag {
        color: #0078db !important;
        font-size: 28px;
    }

    .taggg {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nlp21 {
        margin-top: 10px;
        margin-bottom: 3px;
        font-size: 18px;
    }

    .nlp22 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .vnbtn1 {
        background: #0078db;
        color: white;
        padding: 11px;
        font-size: 20px;
        font-weight: 600;
        border-radius: 8px;
    }

    .frmrgn {
        /* margin-left: 120px; */
    }

    .footer .container-fluid {
        width: 94% !important;
    }



    .vnbtn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* .nlp{
        padding-left: 21px;
    } */

    .narr {
        font-weight: 500;
        /* position: relative; */
        right: 24px;
        margin-top: 20px;
        margin-left: -27px;
        padding: 20px 0px;
    }

    .nlpdt {
        border-bottom: 1px dotted gray;
    }

    .nnllpp {
        background: white;
        margin: 15px 22px 35px 22px;
        border-radius: 10px;
        padding: 0px 25px;
        /* padding: 0px; */
    }

    .nlpimg {
        border-radius: 50%;
        width: 100%;
        height: 100%;
    }

    .mol {
        margin: 0px;
        font-weight: 600;
        font-size: 18px;
    }

    .mol1 {
        margin-bottom: 3px;
        font-weight: 600;
        font-size: 16px;
    }

    .nav-item .nav-link b {
        color: #eeeeee;
    }

    /* .brndnme{
        overflow-x: auto;
    } */

    .scrollable-section {
        display: flex;
        width: 100%;
        /* Set the desired width of the section */
        overflow-x: auto;
        /* Enable horizontal scrolling */

        /* Prevent text wrapping */
    }

    .content-item {
        flex: 0 0 auto;
        /* Prevent items from shrinking */
        padding: 10px;
        /* Add some padding for spacing */
        margin-right: 10px;
        /* Add margin between items */
        white-space: normal;
        /* Allow text to wrap within each item */
    }

    .orprt1 {
        display: flex;
        justify-content: center;
        align-items: center;
        /* width: 20% !important; */
        /* border-left: 1px solid #a0a0a0; */
        border-right: 1px solid #a0a0a0;
        background-color: #0e2a46;
        transition: .6s ease-out;
    }

    .orprt1:hover {
        background-color: #bbd9e9;

    }

    .orprt2 {

        height: 218px;
    }

    .prtpadd {
        justify-content: center;
        display: flex;
    }









    .frbtnmrg {
        margin-top: 34px;
    }

    .plstr {
        font-weight: 700;
        font-size: 45px;
    }

    .frplbtn {
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        /* align-items: center; */
        justify-content: center;
        height: 100%;
    }

    .frplbtn h4 {
        font-weight: 500;
        font-size: 25px;
    }

    .tpcty {
        background-color: #ffffff;
        padding: 40px 0px;
    }

    .frctimg {
        padding: 0px;
        overflow: hidden;
        border-radius: 10px 0px 0px 10px;
    }












    .image-container {
        position: relative;
        overflow: hidden;
        /* width: 300px;
        height: 200px; */
        cursor: pointer;
        border-radius: 50%;
    }

    .image-container img {
        width: 100%;
        height: 100%;
        transition: filter 0.5s ease;
    }

    .image-container:hover img {
        filter: brightness(50%);
    }

    .image-container .foreground {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        color: white;
        font-size: 18px;
        font-weight: bold;
        opacity: 0;
        transition: opacity 0.5s ease, background-color 0.5s ease;
    }

    .image-container:hover .foreground {
        opacity: 1;
        background-color: #213744a4;
        /* 50% transparent blue background on hover */
    }





    .skiptranslate {
        color: white !important;
    }




























    .city1 {
        margin: 25px 15px 25px 0px;
        cursor: pointer;
    }

    .frmb {
        margin-bottom: 58px;
    }

    .frflx {
        display: flex;
        justify-content: left;
        align-items: center;
        padding: 14px;
        border: 1px solid #d1d1d1;
        box-shadow: 0px 0px 10px -2px lightblue;
        border-radius: 0px 10px 10px 0px;
        background: #f2f2fc;
    }

    .srbtno {
        border: none;
        position: absolute;
        background: white;
        display: contents;
    }

    .tpc {
        border-radius: 10px 0px 0px 10px;
        transition: .6s ease;

    }

    .tpc:hover {
        transform: scale(1.1);
    }

    .ws_images {
        margin: 0px 82px;
    }

    .navcall1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navcall {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .navcall p {
        font-size: 13px;
        margin: 0px;
        color: white;

    }

    .m1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .frht {
        height: 78px;
    }

    .lctns p {
        width: 100%;
        font-size: 12.5px;
        line-height: 28px;
        letter-spacing: 0.5px;
        margin: 0px;
    }

    .lctns {
        padding: 0px;
    }

    .bknw {
        background: #102939;
        padding: 7px;
        border-radius: 10px;
        color: white;
        border: none;
        margin-bottom: 20px;
        cursor: pointer;
        transition: .6s all ease;
    }

    .bknw:hover {
        background-color: #dfeefc;
        color: #102939;
        border: 1px solid;
    }

    /* .blck {
        display: none;
    } */

    .sdimg {
        width: 54%;
        margin-left: 14px;
        margin-top: 21px;

    }

    .srbd {
        color: black;
        font-size: 20px;
    }

    .sdbr {
        color: black;
        font-size: 20px;
        margin: 13px 0px;
    }

    .w3-teal,
    .w3-hover-teal:hover {
        color: #102939 !important;
        background-color: #dfeefc !important;
    }




    .w3-btn,
    .w3-button {
        border: none;
        display: inline-block;
        padding: 1px 16px !important;
        vertical-align: middle;
        overflow: hidden;
        text-decoration: none;
        color: inherit;
        background-color: inherit;
        text-align: center;
        cursor: pointer;
        white-space: nowrap;
    }

    .sspt {
        padding: 9px 0px;
        background-color: #53bcff2e;
    }













    .ied {
        color: black;
        font-size: 18px;
        font-weight: 600;
        margin-left: 35px;
    }

    .urb {
        border: 1px solid #d7d7d7;
        border-radius: 10px;
        padding: 10px;
    }

    .owl-stage-outer {
        padding: 0px 0px !important;
    }

    .rvss {
        font-weight: 700;
        color: #102939;
    }

    .trstcom {
        font-size: 18px;
    }

    .itms {
        padding: 20px 15px;
        background-color: #f5f3f3ed;
        border-radius: 10px;
        border: 1px solid #dddddd;
    }

    .w3-button .w3-teal .w3-xlarge .w3-right {
        position: absolute !important;
        margin-left: 1283px !important;
        margin-top: 11px !important;
    }

    .fa-star {
        color: #ffc200;
    }



    .cmt1 p {
        padding: 8px;
        background: #0000008a;
        color: white;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cmt1 p span {
        margin: 0px 9px;
    }




    .section0 {
        position: absolute;
        width: 100%;
        z-index: 99;
        margin-top: -423px;
    }

    .nigga {
        height: 100%;
        border-radius: 10px 0px 0px 10px;
    }

    .fntrem {
        margin-top: 2px;
        font-size: 18px;
        color: black;
        line-height: 30px;
        margin-bottom: -1px;
    }

    .jiex {
        margin-top: 47px;
        font-size: 34px;
        color: black;
        font-weight: 500;
        line-height: 35px;
    }

    .phi {
        font-size: 26px;
        color: black;
        font-weight: 400;
    }

    .trog {
        padding: 32px 0px;
    }

    .adjst {
        padding: 30px !important;
    }

    .trog .container-fluid {
        width: 94%;
    }



    .udj {
        margin-bottom: 15px;
    }

    .skies {
        font-weight: 700;
    }

    .kdis {
        border-radius: 10px;
    }

    .corrn {
        background: linear-gradient(188deg, #00608f59, #89b6ed);
        border-radius: 10px;
    }

    .yt1 {
        margin-top: 42px;
        font-weight: 600;
    }

    .yt2 {
        margin-top: 37px;
    }

    .yt2 {
        margin-top: 30px;
    }

    .kie {
        margin-bottom: 49px;
    }

    .asd .jds {
        color: white !important;
        font-size: 25px;
        border: 1px solid black;
        padding: 10px 55px;
        border-radius: 10px;
        background: #102939;
        cursor: pointer;
    }


    .ddd {
        font-size: 15px;
        margin-right: 135px !important;
    }

    .section1 {
        padding: 80px 0px;
    }

    .boxes {
        background-color: rgb(224, 223, 223);
        transition: box-shadow .3s;
    }

    .boxes h4 {
        padding: 15px 0px;
    }

    .boxes p {
        padding: 0px 38px 38px 38px;
    }

    .sectionp {
        padding-bottom: 45px;
    }

    .boxes:hover {
        box-shadow: 0 2px 12px 4px rgb(53, 53, 53);
        transform: none;
        transition: .6s;

        background-image: -webkit-linear-gradient(0deg, rgb(244, 15, 104) 0%, rgb(251, 205, 8) 100%);
    }

    .section2 {
        background: url(images/img1.png)fixed;
        overflow: hidden;
        background-size: cover;
        padding: 150px 0px;
        color: white;
    }

    .side2 {
        padding-left: 50px;
    }

    .fnt {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fnt i {
        font-weight: 900;
        height: 60px;
        width: 60px;
        background: #30caa0;
        border-radius: 50%;
        text-align: center;
        padding-top: 18px;
        color: #fff;
        font-size: 24px;
        float: left;
    }

    .section3 {
        padding: 46px 0px;
    }

    .housenames {
        padding-top: 20px;
        font-size: 23px;
        letter-spacing: 1px;
    }

    .prop {
        letter-spacing: 2px;
    }

    .buttn {
        background-color: #102939 !important;
        color: white !important;
        margin-top: 24px;
    }

    .btn:hover {
        background-color: rgb(93, 146, 214) !important;
        color: #102939 !important;
    }

    .section4 {
        padding: 100px 0px;
    }

    .secimg4 {
        padding-top: 159px;
    }

    .sech3 {
        font-weight: 700;
        color: #102939;
    }

    .secp3 {
        padding-bottom: 30px;
    }

    .section5 {
        padding: 60px 0px;
    }

    .house1 {
        border: 1px solid #cfcdcd;
    }

    .desc1 {
        padding-top: 20px;
    }

    .income {
        text-align: left;
        padding-left: 20px;
    }

    .incomee {
        text-align: left;
        padding-left: 2px;
    }

    .section0 {
        padding: 20px 0px;
    }

    .filter-search {
        position: relative;
        z-index: 2;
    }

    .filter-form {
        padding: 0px;
        background: #ffffff;
        border-radius: 50px;
        box-shadow: 0px 0px 18px -1px black;
    }

    .filter-form input {
        background: #fff;
        height: 62px;
        border: none;
        border-radius: 2px;
        /* width: calc(43% - 20px); */
        margin-right: 0px;
        padding: 0px 0px;
        font-size: 14px;
        margin-left: 37px;
        padding-right: 60px;
    }

    .filter-form select {
        background: #fff;
        height: 46px;
        border: none;
        border-radius: 2px;
        width: calc(20% - 20px);
        margin-right: 12px;
        padding-left: 20px;
        font-size: 14px;
    }

    .filter-form select {
        background: #fff;
        height: 46px;
        border: none;
        border-radius: 2px;
        width: calc(20% - 20px);
        margin-right: 12px;
        padding-left: 20px;
        font-size: 14px;
    }

    .filter-form .fs-submit {
        background: #102939;
        width: 16%;
        border-radius: 10px;
    }

    .site-btn {
        position: relative;
        display: inline-block;
        padding: 15px 30px;
        font-size: 16px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: 2px;
        border-radius: 3px;
        min-width: 170px;
        text-align: center;
        background: #30caa0;
        cursor: pointer;
        border: none;
        color: #fff;
    }

    .section6 {
        padding: 40px 0px;
        background: url(images/mal.png)fixed;
        /* background-color: #0e2a46; */
    }

    .newslatter-text img {
        margin-bottom: 25px;
    }

    img {
        max-width: 100%;
    }

    .newslatter-text h4 {
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 35px;
    }

    .newslatter-text input {
        width: 385px;
        height: 51px;
        border: none;
        display: inline-block;
        padding: 18px 10px 18px 20px;
        font-size: 14px;
        color: #6f6f8a;
        font-weight: 300;
        border-radius: 4px;
        margin-right: 20px;
    }

    .newslatter-text .site-btn.news-btn {
        padding: 16px 38px;
        border: none;
        border: 1px solid white;
        background: #0e2a46;
        color: #fff;
        cursor: pointer;
    }

    .buyyy {
        padding: 100px 0px;
        color: #fff;
    }

    .buyyy button {
        width: 20%;
    }

    .buy1 {
        font-size: 18px;
    }

    .inn {
        font-weight: 900;
        color: #102939;
    }

    .maill {
        width: 6%;
    }

    .navbar-nav .nav-item {
        font-size: 14px;
        font-weight: 500;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
        color: white !important;
        text-wrap: nowrap;
    }

    /* .navbar-expand-lg .navbar-nav .nav-link:hover {
        border-bottom: 1px solid white;
    } */

    .navimgg {
        /* margin-left: 100px; */
        width: 48%;
    }

    .noov {
        /* margin-right: 484px; */
    }

    /* .navbarr {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    } */

    .qqq {
        padding: 35px 0px;
    }


    /*--------------------------- CONTACT -----------------------------------*/

    .contact_title {
        font-size: 24px;
        font-weight: 700;
        color: #0e1d41;
        text-transform: uppercase;
    }

    .estate_contact_form_container {
        margin-top: 38px;
    }

    .estate_input_field {
        width: 100%;
        background: #e2e6f1;
        border: solid 2px transparent;
        margin-bottom: 9px;
        height: 38px;
        padding-left: 17px;
        color: #fd784f;
    }

    .estate_text_field {
        width: 100%;
        height: 117px;
        background: #e2e6f1;
        border: solid 2px transparent;
        padding-left: 17px;
        color: #fd784f;
        padding-top: 10px;
    }

    .estate_contact_send_btn {
        width: 86px;
        height: 32px;
        background: #102939;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        color: #FFFFFF;
        cursor: pointer;
        border: none;
        margin-top: 39px;
    }

    .estate_contact {
        margin-top: 38px !important;
    }

    .contact_info_item {
        margin-bottom: 22px;
    }

    .contact_info_icon {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .estate_contact .contact_info_text,
    .estate_contact .contact_info_text a {
        color: #000000;
    }

    .contact_info_item {
        margin-bottom: 22px;
    }

    .estate_social {
        margin-top: 28px;
    }

    .estate_social_item {
        display: inline-block;
        width: 31px;
        height: 31px;
        border: solid 2px #102939;
        border-radius: 50%;
        text-align: center;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        margin-right: 9px;
    }

    .estate_social_item i {
        color: #102939;
    }

    .estate_about_text {
        margin-top: 30px;
    }

    .estate_about_text p {
        line-height: 2.29;
        margin-bottom: 32px;
    }

    .estate_about_text p:last-of-type {
        margin-bottom: 0px;
    }


    /*--------------------------- CONTACT END -----------------------------------*/



    /*------------------------------ testimonial ------------------------------*/

    @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');

    ul {
        list-style-type: none;
    }

    a,
    a:hover {
        text-decoration: none;
    }

    body {
        font-family: 'Montserrat', sans-serif;
    }

    body .testimonial {
        padding: 100px 0;
    }

    body .testimonial .row .tabs {
        all: unset;
        margin-right: 50px;
        display: flex;
        flex-direction: column;
    }

    body .testimonial .row .tabs li {
        all: unset;
        display: block;
        position: relative;
    }

    body .testimonial .row .tabs li.active::before {
        position: absolute;
        content: "";
        width: 50px;
        height: 50px;
        background-color: #71b85f;
        border-radius: 50%;
    }

    body .testimonial .row .tabs li.active::after {
        position: absolute;
        content: "";
        width: 30px;
        height: 30px;
        background-color: #71b85f;
        border-radius: 50%;
    }

    body .testimonial .row .tabs li:nth-child(1) {
        align-self: flex-end;
    }

    body .testimonial .row .tabs li:nth-child(1)::before {
        left: 64%;
        bottom: -50px;
    }

    body .testimonial .row .tabs li:nth-child(1)::after {
        left: 97%;
        bottom: -81px;
    }

    body .testimonial .row .tabs li:nth-child(1) figure img {
        margin-left: auto;
    }

    body .testimonial .row .tabs li:nth-child(2) {
        align-self: flex-start;
    }

    body .testimonial .row .tabs li:nth-child(2)::before {
        right: -65px;
        top: 50%;
    }

    body .testimonial .row .tabs li:nth-child(2)::after {
        bottom: 101px;
        border-radius: 50%;
        right: -120px;
    }

    body .testimonial .row .tabs li:nth-child(2) figure img {
        margin-right: auto;
        max-width: 300px;
        width: 100%;
        margin-top: -50px;
    }

    body .testimonial .row .tabs li:nth-child(3) {
        align-self: flex-end;
    }

    body .testimonial .row .tabs li:nth-child(3)::before {
        right: -10px;
        top: -66%;
    }

    body .testimonial .row .tabs li:nth-child(3)::after {
        top: -130px;
        border-radius: 50%;
        right: -46px;
    }

    body .testimonial .row .tabs li:nth-child(3) figure img {
        margin-left: auto;
        margin-top: -50px;
    }

    body .testimonial .row .tabs li:nth-child(3):focus {
        border: 10px solid red;
    }

    body .testimonial .row .tabs li figure {
        position: relative;
    }

    body .testimonial .row .tabs li figure img {
        display: block;
    }

    body .testimonial .row .tabs li figure::after {
        content: "";
        position: absolute;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        border: 4px solid #dff9d9;
        border-radius: 50%;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    body .testimonial .row .tabs li figure:hover::after {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    body .testimonial .row .tabs.carousel-indicators li.active figure::after {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    body .testimonial .row .carousel>h3 {
        font-size: 20px;
        line-height: 1.45;
        color: rgba(0, 0, 0, .5);
        font-weight: 600;
        margin-bottom: 0;
    }

    body .testimonial .row .carousel h1 {
        font-size: 40px;
        line-height: 1.225;
        margin-top: 23px;
        font-weight: 700;
        margin-bottom: 0;
    }

    body .testimonial .row .carousel .carousel-indicators {
        all: unset;
        padding-top: 43px;
        display: flex;
        list-style: none;
    }

    body .testimonial .row .carousel .carousel-indicators li {
        background: #000;
        background-clip: padding-box;
        height: 2px;
    }

    body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
        margin-top: 42px;
    }

    body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
        font-size: 18px;
        line-height: 1.72222;
        font-weight: 500;
        color: rgba(0, 0, 0, .7);
    }

    body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
        color: #000;
        font-weight: 700;
        margin-top: 37px;
        font-size: 20px;
        line-height: 1.45;
        text-transform: uppercase;
    }

    @media only screen and (max-width: 1200px) {

        body .testimonial .row .tabs {
            margin-right: 25px;
        }
    }





    /* Login Page */

    .login-container {
        background: #102939;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        width: 460px;
        text-align: center;
        margin: 150px 0px;
    }

    .login-container h2 {
        margin-bottom: 20px;
        color: #fff;
    }

    .login-container input {
        width: calc(100% - 20px);
        padding: 10px;
        margin: 10px 0;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .login-container button {
        background: #4A90E2;
        color: white;
        border: none;
        padding: 10px;
        border-radius: 5px;
        cursor: pointer;
        transition: background 0.3s, transform 0.3s;
        width: 41%;
    }

    .login-container button:hover {
        background: #357ABD;
        transform: scale(1.05);
    }

    .login-container button:active {
        background: #2C6BB5;
    }

    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: white !important;
        border: 1px solid white;
        border-radius: .25rem;
    }

    .register-container {
        background: #102939;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        width: 460px;
        text-align: center;
        margin: 150px 0px;
    }

    .register-container h2 {
        margin-bottom: 20px;
        color: #fff;
    }

    .register-container input {
        width: calc(100% - 20px);
        padding: 10px;
        margin: 10px 0;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .register-container button {
        background: #4A90E2;
        color: white;
        border: none;
        padding: 10px;
        border-radius: 5px;
        cursor: pointer;
        transition: background 0.3s, transform 0.3s;
        width: 45%;
    }

    .register-container button:hover {
        background: #357ABD;
        transform: scale(1.05);
    }

    .register-container button:active {
        background: #2C6BB5;
    }

    .fntts {
        padding: 20px 0px;
    }

    .amenities {
        padding: 90px 0px;
    }

    .emehr {
        display: none;
    }

    .staf {
        border: 1px solid #c9edff;
        margin: 30px;
        background-color: #c9edff;
        transition: background-color 0.8s ease;
    }

    .staf:hover {
        border: 1px solid gray;
        background-color: #fff;
    }

    .staf h6 {
        font-size: 18px;
        font-weight: 600;
        margin: 14px;
        letter-spacing: 2px;
    }

    .staf h4 {
        font-size: 27px;
        margin: 13px;
        font-weight: 700;
        color: #102939;
    }

    .staf p {
        margin: 14px;
        text-align: justify;
    }

    .stafimg {
        overflow: hidden;
    }

    .stafimg img {
        width: 100%;
        transition: transform 0.8s ease;
    }

    .staf img {
        overflow: hidden;
    }

    .staf:hover img {
        transform: scale(1.1);
    }

    .stafimg img:hover {
        transform: scale(1.1);
    }

    .cntct {
        padding-top: 90px;
        padding-bottom: 50px;
    }

}


@media(max-width:1920px) {

    .cmtn .container {
        max-width: 805px;
    }

    .frtb2 {
        position: absolute;
        width: 100%;
        z-index: 99;
        margin-top: -409px;
        /* margin-top: -466px; */
    }

    .frtb2 .container {
        max-width: 793px;
    }

    .frtb {
        background: transparent;
        color: white;
        border: none;

    }

    .frtb1 {
        background-color: #000000b5;
        border-radius: 16px;
        padding: 12px 33px 40px 20px;
    }

    .yt3 {
        font-size: 30px;
        margin-top: 33px;
    }

    .yt1 {
        margin-top: 42px;
        font-weight: 600;
        font-size: 30px;
    }

    .yt2 {
        margin-top: 30px;
        font-size: 30px;
    }

    .cmtn {
        position: absolute;
        width: 100%;
        margin-top: -268px;
        z-index: 99;
    }

    .navimgg {
        width: 40%;
    }

    .section0 {
        position: absolute;
        width: 100%;
        z-index: 99;
        margin-top: -374px;
    }

    .phi {
        font-size: 15px;
        color: black;
        font-weight: 400;
    }

    .jiex {
        margin-top: 13px;
        font-size: 23px;
        color: black;
        font-weight: 500;
        line-height: 35px;
        margin-bottom: 7px;
    }
}

@media (max-width: 1670px) {
    #prrr .owl-next {
        position: absolute !important;
        width: 46px !important;
        background: #cacaca !important;
        color: white !important;
        margin-top: -227px !important;
        margin-left: 718px !important;
        font-size: 36px !important;
        border-radius: 50% !important;
    }

    #prrr .owl-prev {
        position: absolute !important;
        width: 46px !important;
        background: #cacaca !important;
        color: white !important;
        margin-top: -227px !important;
        margin-left: -761px !important;
        font-size: 36px !important;
        border-radius: 50% !important;
    }
}

@media (max-width: 1552px) {
    #prrr .owl-next {
        position: absolute !important;
        width: 46px !important;
        background: #cacaca !important;
        color: white !important;
        margin-top: -227px !important;
        margin-left: 670px !important;
        font-size: 36px !important;
        border-radius: 50% !important;
    }

    #prrr .owl-prev {
        position: absolute !important;
        width: 46px !important;
        background: #cacaca !important;
        color: white !important;
        margin-top: -227px !important;
        margin-left: -718px !important;
        font-size: 36px !important;
        border-radius: 50% !important;
    }
}


@media(max-width:1440px) {

    #prrr .owl-next {
        position: absolute !important;
        width: 46px !important;
        background: #cacaca !important;
        color: white !important;
        margin-top: -227px !important;
        margin-left: 611px !important;
        font-size: 36px !important;
        border-radius: 50% !important;
    }

    #prrr .owl-prev {
        position: absolute !important;
        width: 46px !important;
        background: #cacaca !important;
        color: white !important;
        margin-top: -227px !important;
        margin-left: -661px !important;
        font-size: 36px !important;
        border-radius: 50% !important;
    }


    .xbtr {
        padding-left: 41px;
    }

    .ws_images {
        margin: 0px 40px;
    }

    .srch .fas {
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .srch {
        float: inline-end;
        margin-right: 10px;
        margin-top: 5px;
        width: 50px;
        height: 50px;
    }

    .frtb2 .container {
        max-width: 802px;
    }

    .frtb2 {
        position: absolute;
        width: 100%;
        z-index: 99;
        margin-top: -314px;
    }

    .housenames {
        padding-top: 20px;
        font-size: 21px;
        letter-spacing: 1px;
    }

    .filter-search .container {
        max-width: 833px;
    }

    .cmtn .container {
        max-width: 814px;
    }

    .navbar-nav .nav-item {
        font-size: 13px;
        font-weight: 500;
    }

    .yt1 {
        margin-top: 42px;
        font-weight: 600;
        font-size: 28px;
    }

    .yt2 {
        margin-top: 30px;
        font-size: 26px;
    }

    .yt3 {
        font-size: 28px;
        margin-top: 31px;
    }

    .cmtn {
        position: absolute;
        width: 100%;
        margin-top: -191px;
        z-index: 99;
    }

    .bnn {
        padding: 0px !important;
    }

    .navimgg {
        width: 57%;
    }

    .section0 {
        position: absolute;
        width: 100%;
        z-index: 99;
        margin-top: -288px;
    }

    .phi {
        font-size: 16px;
        color: black;
        font-weight: 400;
    }

    .jiex {
        margin-top: 8px;
        font-size: 18px;
        color: black;
        font-weight: 500;

    }

    .ddd {
        font-size: 15px;
        margin-right: 135px !important;
    }

    .noov {
        /* margin-right: 383px; */
    }
}

@media (max-width: 1384px) {
    .owl-prev {
        position: absolute !important;
        width: 46px !important;
        background: #cacaca !important;
        color: white !important;
        margin-top: -223px !important;
        margin-left: -614px !important;
        font-size: 36px !important;
        border-radius: 50% !important;
    }

    .owl-next {
        position: absolute !important;
        width: 46px !important;
        background: #cacaca !important;
        color: white !important;
        margin-top: -223px !important;
        margin-left: 568px !important;
        font-size: 36px !important;
        border-radius: 50% !important;
    }
}

@media (max-width: 1367px) {

    #prrr .owl-next {
        position: absolute !important;
        width: 46px !important;
        background: #ffffff !important;
        color: white !important;
        margin-top: -213px !important;
        margin-left: 582px !important;
        font-size: 36px !important;
        border-radius: 50% !important;
        box-shadow: 0px 3px 6px 0px gray;
    }

    #prrr .owl-prev {
        position: absolute !important;
        width: 46px !important;
        background: #ffffff !important;
        color: white !important;
        margin-top: -213px !important;
        margin-left: -624px !important;
        font-size: 36px !important;
        border-radius: 50% !important;
        box-shadow: 0px 3px 6px 0px gray;
    }

    .owl-prev {
        position: absolute !important;
        width: 46px !important;
        background: #cacaca !important;
        color: white !important;
        margin-top: -238px !important;
        margin-left: -605px !important;
        font-size: 36px !important;
        border-radius: 50% !important;
    }

    .owl-next {
        position: absolute !important;
        width: 46px !important;
        background: #cacaca !important;
        color: white !important;
        margin-top: -238px !important;
        margin-left: 555px !important;
        font-size: 36px !important;
        border-radius: 50% !important;
    }

    .phi {
        font-size: 13px;
        color: black;
        font-weight: 400;
    }

    .phi {
        font-size: 13px;
        color: black;
        font-weight: 400;
        margin-bottom: 6px;
    }

    .jiex {
        margin-top: 8px;
        font-size: 18px;
        color: black;
        font-weight: 500;
        line-height: 25px;
    }

    .fntrem {
        margin-top: 2px;
        font-size: 18px;
        color: black;
        line-height: 24px;
        margin-bottom: -1px;
    }

    .plstr {
        font-weight: 700;
        font-size: 39px;
    }
}

@media (max-width: 1188px) {
    .owl-prev {
        position: absolute !important;
        width: 46px !important;
        background: #cacaca !important;
        color: white !important;
        margin-top: -293px !important;
        margin-left: -518px !important;
        font-size: 36px !important;
        border-radius: 50% !important;
    }

    .owl-next {
        position: absolute !important;
        width: 46px !important;
        background: #cacaca !important;
        color: white !important;
        margin-top: -293px !important;
        margin-left: 471px !important;
        font-size: 36px !important;
        border-radius: 50% !important;
    }
}

@media (max-width: 1024px) {

    .frmrgn {
        margin-left: -163px;
    }

    #prrr .owl-next {
        display: none;
    }

    #prrr .owl-prev {
        display: none;
    }

    .srch {
        float: inline-end;
        margin-right: 10px;
        margin-top: 0px;
        width: 45px;
        height: 45px;
    }

    .owl-prev {
        position: absolute !important;
        width: 46px !important;
        background: #cacaca !important;
        color: white !important;
        margin-top: -248px !important;
        margin-left: -499px !important;
        font-size: 36px !important;
        border-radius: 50% !important;
    }

    .owl-next {
        position: absolute !important;
        width: 46px !important;
        background: #cacaca !important;
        color: white !important;
        margin-top: -248px !important;
        margin-left: 453px !important;
        font-size: 36px !important;
        border-radius: 50% !important;
    }

    .frtb1 {
        background-color: #000000b5;
        border-radius: 16px;
        padding: 5px 33px 19px 20px;
    }

    .frtb2 .container {
        max-width: 598px;
    }

    .frtb {
        background: transparent;
        color: white;
        border: none;
        font-size: 9px;
    }

    .frtb2 {
        position: absolute;
        width: 100%;
        z-index: 99;
        margin-top: -214px;
    }

    .plstr {
        font-weight: 700;
        font-size: 33px;
    }

    .nlp21 {
        margin-top: 10px;
        margin-bottom: 3px;
        font-size: 12px;
    }

    .nlp22 {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .vnbtn1 {
        background: #0078db;
        color: white;
        padding: 11px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 8px;
    }

    .filter-form {
        padding: 5px;
        background: #ffffff;
        border-radius: 51px;
        margin-top: 93px;
    }

    .filter-form input {
        background: #fff;
        height: 32px;
        border: none;
        border-radius: 117px;
        /* width: calc(43% - 20px); */
        margin-right: 0px;
        padding: 0px 0px;
        font-size: 14px;
        margin-left: 0px;
    }

    .filter-search .container {
        max-width: 627px;
    }

    /* .filter-form {
        padding: 10px;
        background: #dfeefc;
        border-radius: 10px;
        margin-top: 51px;
    } */

    .cmtn .container {
        max-width: 626px;
        margin-top: 38px;
    }

    .navcall p {
        display: none;
    }

    .navcall span {
        display: none;
    }



    /* .filter-form {
        padding: 16px;
        background: #dfeefc;
        border-radius: 10px;
    } */

    .filter-form .fs-submit {
        background: #102939;
        width: 16%;
        border-radius: 10px;
        margin: 10px 0px;
    }

    .ied {
        color: black;
        font-size: 18px;
        font-weight: 600;
        margin-left: 2px;
    }

    .phi {
        font-size: 15px;
        color: black;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .adjst {
        padding: 16px !important;
    }

    .jiex {
        margin-top: 3px;
        font-size: 14px;
        color: black;
        font-weight: 500;
        margin-bottom: 0px;
        line-height: 24px;
    }



    .cmtn {
        position: absolute;
        width: 100%;
        margin-top: -146px;
        z-index: 99;
    }

    .noov {
        margin-right: -7px;
    }

    .navimgg {
        margin-left: 9px;
        width: 175px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem !important;
        padding-left: 1.5rem !important;
        color: white !important;
    }

    .yt1 {
        margin-top: 28px;
        font-weight: 600;
        font-size: 22px;
    }

    .yt2 {
        margin-top: 23px;
        font-size: 22px;
    }

    .yt3 {
        font-size: 23px;
        margin-top: 23px;
    }

}

@media (max-width:991px) {

    .blck {
        display: block;
    }

    .sxvf {
        display: none !important;
    }
}


@media (max-width:768px) {

    .navcall a {
        display: none;
    }

    .cmtn {
        position: absolute;
        width: 100%;
        margin-top: -103px;
        z-index: 99;
    }

    .sxvf {
        display: none !important;
    }

    .jiex {
        margin-top: 40px;
        font-size: 26px;
        color: black;
        font-weight: 500;
        margin-bottom: 12px;
        line-height: 47px;
    }

    .phi {
        font-size: 18px;
        color: black;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .filter-form {
        padding: 8px;
        background: #dfeefc;
        border-radius: 10px;
    }

    .section0 {
        position: absolute;
        width: 100%;
        z-index: 99;
        margin-top: -254px;
    }


    .wave-effect {
        /* width: 300px; */
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #1e2d43;
        transition: background-color 1s;
        position: relative;
        overflow: hidden;
    }

    .certi {
        margin-left: -24px !important;
        font-size: 35px;
    }

    .rect1 {
        padding: 1px 15px !important;
    }

    .bimg {
        padding: 161px 5px !important;
    }

    .nnt {
        font-size: 6rem;
    }

    .npn {
        padding-top: 36%;
    }

    .llll {
        padding-left: 18px;
    }

    .uuu {
        width: 40%;
    }

    .taggg {
        padding: 30px 15px;
    }
}

@media (max-width:576px) {

    .login-container {
        background: #102939;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        width: 300px;
        text-align: center;
        margin: 150px 0px;
    }

    .register-container {
        background: #102939;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        width: 300px;
        text-align: center;
        margin: 150px 0px;
    }

    .mmm3 {
        display: none !important;
    }

    .navcalla {
        display: none;
    }

    .srch {
        float: inline-end;
        margin-right: 10px;
        margin-top: 0px;
        width: 38px;
        height: 38px;
    }

    .mbsch {
        display: none;
    }

    .srch {
        display: block;
    }

    .frtb2 {
        position: absolute;
        width: 100%;
        z-index: 99;
        margin-top: 1px;
    }

    .frtb2 .container {
        max-width: 546px;
    }

    .frtb1 {
        background-color: #000000b5;
        border-radius: 16px;
        padding: 5px 13px 19px 8px;
    }

    .vnbtn1 {
        background: #0078db;
        color: white;
        padding: 11px;
        font-size: 13px;
        font-weight: 600;
        border-radius: 8px;
    }

    .filter-form select {
        background: #fff;
        height: 31px;
        border: none;
        border-radius: 2px;
        width: calc(20% - 20px);
        margin-right: 4px;
        padding-left: 3px;
        font-size: 14px;
    }

    .filter-form {
        padding: 10px;
        background: #ffffff;
        border-radius: 49px;
    }

    .w3-teal {
        padding: 9px !important;
    }

    .section3 {
        padding: 52px 0px;
    }

    .filter-form {
        margin-top: 16px;
    }

    .ws_images {
        margin: 0px 0px;
    }

    .navcall {
        display: none;
    }

    .navcall1 {
        display: none;
    }

    .housenames {
        padding-top: 1px;
        font-size: 18px;
        padding-bottom: 20px;
    }

    .jiex {
        margin-top: 5px;
        font-size: 22px;
        color: black;
        font-weight: 500;
        margin-bottom: 3px;
        line-height: 29px;
    }

    .phi {
        font-size: 15px;
        color: black;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .city1 {
        margin: 5px 7px;
        cursor: pointer;
    }

    .frflx {
        display: flex;
        justify-content: left;
        align-items: center;
        padding: 5px;
    }

    .itms {
        padding: 20px 15px;
        background-color: #f5f3f3ed;
        border-radius: 10px;
        border: 1px solid #dddddd;
        margin: 8px 0px;
    }

    .frmbpl {
        width: 32%;
    }



    .goog-te-combo {
        font-size: 20px !important;
        color: black !important;
        background: #ffffff !important;
        border: none !important;
        margin-top: 8px !important;
        width: 67%;
        margin-left: 10px !important;
        width: 178px;
    }

    .blck {
        display: block;
    }

    .kdis {
        border-radius: 10px;
        margin: 30px 0px;
    }

    .bnn {
        padding: 0px !important;
        display: none !important;
    }

    .navimgg {
        margin-left: 9px;
        width: 159px;
    }

    .site-btn {
        position: relative;
        display: inline-block;
        padding: 15px 30px;
        font-size: 16px;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: 2px;
        border-radius: 3px;
        min-width: 170px;
        text-align: center;
        background: #30caa0;
        cursor: pointer;
        border: none;
        color: #fff;
        margin-top: 10px;
    }


    .cmtn {
        position: static;
        width: 100%;
        margin-top: 0px;
        z-index: 99;
    }

    .section0 {

        position: relative;
        margin-top: 0px;

    }

    .navbar-brand {
        width: 30%;
    }
}

@media (max-width: 426px) {

    .mbsch {
        display: block;

    }

    .srch {
        display: block;
        margin-top: -39px;
        position: relative;
    }

    .frdps {
        display: flex;
        justify-content: center;
    }

    .corrn {
        width: 94%;
    }

    .hosa {
        margin-bottom: 4px;
    }

    .narr {
        font-weight: 500;
        /* position: relative; */
        right: 24px;
        margin-top: 6px;
        margin-left: -27px;
        padding: 12px 0px;
    }

    .mol {
        margin: 0px;
        font-weight: 600;
        font-size: 15px;
    }

    .mol1 {
        margin-bottom: 1px;
        font-weight: 600;
        font-size: 13px;
    }

    .taggg {
        padding: 2px 3px;
    }

    .vnbtn1 {
        background: #0078db;
        color: white;
        padding: 6px;
        font-size: 10px;
        font-weight: 600;
        border-radius: 8px;
    }

    .ctdtils h4 b {
        font-size: 16px;
    }

    .srch {
        display: block;
    }

    .mbsch {
        background-color: lightblue;
        padding: 9px 60px;
        border-radius: 5px;
    }

    .frtb2 .container {
        max-width: 403px;
    }

    .frtb {
        background: transparent;
        color: white;
        border: none;
        font-size: 9px;
        padding: 0px 10px 0px 11px;
    }

    .filter-form {
        padding: 10px;
        background: #ffffff;
        border-radius: 9px;
    }

    .urb {
        border: 1px solid #d7d7d7;
        border-radius: 10px;
        padding: 9px;
        margin: 10px;
    }

    .jiex {
        margin-top: 4px;
        font-size: 19px;
        color: black;
        font-weight: 500;
        margin-bottom: 12px;
        line-height: 47px;
    }

    .cntct {
        padding-top: 25px;
        padding-bottom: 50px;
    }

    .estate_contact_send_btn {
        width: 86px;
        height: 33px;
        background: #102939;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        color: #FFFFFF;
        cursor: pointer;
        border: none;
        margin-top: 12px;
        margin-bottom: 28px;
    }

    .estate_contact_form_container {
        margin-top: 12px;
    }

    .contact_col ul {
        padding-left: 0rem !important;
    }

    .contact_title {
        padding-top: 18px;
    }

    .estate_about_text {
        margin-top: 15px;
    }

    .filter-form .fs-submit {
        margin-top: 10px;
    }

    .emehr {
        display: block;
    }

    .cont {
        padding: 15px 8px;
    }

    .amenities {
        padding: 30px 0px;
    }

    .bnn {
        display: none !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem !important;
        padding-left: 0rem !important;
        color: white !important;
    }

    .navimgg {
        margin-left: 0px;
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 36px !important;
    }

    .navimgg {
        width: 148px;
    }

    .fooot {
        padding-left: 18px;
    }

    .maill {
        width: 30%;
    }

    .newslatter-text .site-btn.news-btn {
        padding: 17px 38px;
        border: none;
        border: 1px solid white;
        background: #0e2a46;
        color: #fff;
        cursor: pointer;
        margin: 9px;
    }

    .newslatter-text h4 {
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 11px;
    }

    .section4 {
        padding: 45px 0px;
    }

    .secimg4 {
        padding-top: 29px;
    }

    .buyyy button {
        width: 47%;
    }

    .house1 {
        margin: 17px;
    }

    .filter-form input {
        background: #fff;
        height: 46px;
        border: none;
        border-radius: 2px;
        width: calc(43% - 20px);
        margin-right: 12px;
        padding: 5px 20px;
        font-size: 14px;
        width: 100%;
    }

    .filter-form select {
        background: #fff;
        height: 46px;
        border: none;
        border-radius: 2px;
        width: calc(20% - 20px);
        margin-right: 12px;
        padding-left: 20px;
        font-size: 14px;
        width: 100%;
    }

    .serv {
        padding-top: 32px;
    }

    .section2 {
        padding: 60px 0px;
    }

    .sectionp {
        padding-bottom: 6px;
    }

    .side2 {
        padding-left: 3px;
    }

    .section1 {
        padding: 30px 0px;
    }

    .qaz {
        padding-top: 29px;
        padding-left: 25px;
        padding-right: 26px;
    }

    .newslatter-text input {
        width: 396px;
    }


    .sub-header {
        padding: 0px;
    }

    .cardd {
        display: none;
    }

    .aa1 {
        margin: 14px;
        border-radius: 10px;
    }


    .hero-single {
        background: url(images/hism1.png );
        height: 100vh;
    }

    .wdth {
        width: 100%;
    }

    .login-form {
        width: 86%;
    }


    .items {
        height: 376px;
    }

    .testimonialOverlay p {
        padding: 0 60px !important;
    }

    .item {
        padding-top: 2px !important;
        padding-bottom: 5px !important;
    }

    .navvv {
        padding-left: 1px;
    }

    .navv {
        margin: 0px 0px 0px 10px !important;
    }

    .btn1 {
        height: 100% !important;
    }

    .ttt {
        padding-top: 30px !important;
    }

    .rrr {
        padding-top: 30px !important;
    }

    .certi {
        font-size: 25px;
        padding: 14px 14px 14px 35px !important;
    }

    .bimg {
        padding: 0px !important;
    }

    /* .taggg {
        padding: 16px 36px;
    } */

    .navv {
        margin: 0px 0px 0px 10px !important;
    }

    .txtt {
        padding-top: 8px !important;
    }

    .sub-header {
        padding: 6px;
    }

}

@media (max-width:375px) {
    .newslatter-text input {
        width: 346px;
    }
}

@media (max-width:320px) {
    .newslatter-text input {
        width: 290px;
    }
}



/* @keyframes zoom {
    0% {
        transform: scale(1);
    }

    50% {

        transform: scale(1.03);
    }

    100% {

        transform: scale(1);
    }
} */


.zoom-effect {
    /* overflow: hidden; */
    transition: 1s ease;
}

.zoom-effect:hover {
    transform: scale(1.1);
}