﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    width: 100%;
    height: auto;
}

.navbar {
    background-color: #051650;
    padding: 10px;
    font-family: Arial, sans-serif;
    position: fixed;
    top: 0;
}

nav .logo {
    width: 15rem;
    height: auto;
    margin-right: 7rem;
    margin-left: 2rem;
}

.nav-list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -15rem;
}

    .nav-list li {
        position: relative;
        margin: 0 20px;
        margin-top: 10px;
    }

    .nav-list a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        /* padding: 10px; */
        display: block;
        transition: background-color 0.3s;
    }

        .nav-list a:hover {
            /* background-color: #051650; */
        }

/* Dropdown Menu Styles */
.dropdown:hover .dropdown-content {
    display: block;
}



.dropdown .dropdown-content {
    width: 40rem;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    min-width: 160px;
    list-style: none;
    padding: 10px 0;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

    .dropdown .dropdown-content li {
        margin: 0;
    }

    .dropdown .dropdown-content a {
        padding: 10px 20px;
        white-space: nowrap;
    }

    /* .dropdown .dropdown-content a:hover {
    background-color: #575757;
} */
    .dropdown .dropdown-content .li1 {
        width: 100%;
        height: auto;
        padding: 1.5rem 2rem;
    }

        .dropdown .dropdown-content .li1 h5 {
            width: 100%;
            border-bottom: 1px solid rgb(194, 193, 193);
            color: #000;
            padding-bottom: 5px;
        }

    .dropdown .dropdown-content .li2 {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 2.6rem;
    }

        .dropdown .dropdown-content .li2 .services-menu {
            display: flex;
            flex-direction: row;
        }

            .dropdown .dropdown-content .li2 .services-menu a {
                color: #000;
                margin-left: -0.6rem;
            }

                .dropdown .dropdown-content .li2 .services-menu a:hover {
                    background: none;
                }

            .dropdown .dropdown-content .li2 .services-menu i {
                width: 1.5rem;
                height: 1.5rem;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-right: 0.6rem;
                background-color: rgb(184, 225, 241);
                color: rgb(81, 198, 245);
                border-radius: 5px;
            }

            .dropdown .dropdown-content .li2 .services-menu img {
                width: 1.5rem;
                height: 1.5rem;
                /* margin-right: 0.6rem; */
                margin-top: 0.5rem;
            }

        .dropdown .dropdown-content .li2 h6 {
            font-weight: bold;
        }

        .dropdown .dropdown-content .li2 .services-menu p {
            font-size: 13px;
            letter-spacing: 1px;
            color: gray;
        }

nav .button-div {
    width: auto;
    height: auto;
    display: flex;
}

nav .btn1 {
    width: 6rem;
    height: 2.7rem;
    margin-right: 2rem;
    color: #000;
    font-size: 16px;
    background-color: #ff6e4f;
    border: none;
    border-radius: 5px;
    margin-top: 5px;
}

nav .btn2 {
    width: 9rem;
    height: 2.7rem;
    margin-right: 2rem;
    color: #000;
    font-size: 16px;
    background-color: #ff6e4f;
    border: none;
    border-radius: 5px;
    margin-top: 5px;
}

nav button a {
    color: #fff;
}

nav button img {
    width: 1rem;
    height: auto;
    color: #fff;
}

nav .icon {
    color: #fff;
    font-size: 22px;
    margin-top: 1rem;
    display: flex;
    padding-bottom: 14px;
    margin-right: 2rem;
}


.dropdown1:hover .dropdown-content {
    display: block;
}



.dropdown1 .dropdown-content {
    width: 10rem;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    min-width: 160px;
    list-style: none;
    padding: 10px 0;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

    .dropdown1 .dropdown-content li {
        margin: 0;
        color: black;
    }

    .dropdown1 .dropdown-content a {
        padding: 10px 20px;
        white-space: nowrap;
        color: black;
        font-size: 13px;
    }

        .dropdown1 .dropdown-content a i {
            margin-right: 1rem;
        }

        .dropdown1 .dropdown-content a:hover {
            background-color: #575757;
        }



/* Sidebar */
/*.sidebar {
    width: 25rem;
    height: 100vh;
    background-color: #ffff;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);*/
    /* Initially hide the sidebar */
    /*transition: transform 0.3s ease-in-out;*/
    /* border-left: 1px solid #ccc; */
/*}*/

    .sidebar .back {
        width: 100%;
        height: 3rem;
        background-color: #ffddd4;
        padding-left: 1rem;
        line-height: 50px;
        cursor: pointer;
    }

    .sidebar .property {
        width: 90%;
        background-color: #c6cddb;
        height: auto;
        display: flex;
        margin: 2rem 1rem 3rem 1rem;
        border-radius: 15px;
    }

        .sidebar .property img {
            width: 5.5rem;
            height: auto;
            border-top-left-radius: 15px;
            border-bottom-left-radius: 15px;
        }

        .sidebar .property .Explore {
            margin: 1.2rem 1.2rem 0 1.2rem;
        }

            .sidebar .property .Explore p {
                font-size: 13px;
            }

    .sidebar .menu {
        width: 100%;
        height: 82vh;
        overflow: hidden;
        overflow-y: scroll;
    }

.menu-btn {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

#check {
    display: none;
}

.sidebar ul {
    width: 100%;
    height: auto;
    margin-top: 0;
}

    .sidebar ul li {
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        list-style: none;
        padding: 15px 0;
    }

        .sidebar ul li a {
            width: 100%;
            display: flex;
            justify-content: space-between;
            font-size: 16px;
            color: #000;
            font-weight: 500;
            text-decoration: none;
        }

    .sidebar ul .nav-item ul li {
        border: none;
        padding: 7px 0;
    }

        .sidebar ul .nav-item ul li a {
            display: flex;
            justify-content: start;
            flex-direction: row;
            align-items: center;
            font-weight: normal;
            color: #182d61;
        }

            .sidebar ul .nav-item ul li a i {
                color: #000;
                margin-right: 1rem;
                font-size: 14px;
            }

.contact {
    width: 100%;
    height: 4.5rem;
    background-color: #f5f6f8;
    padding: 0.7rem 1.5rem;
}

    .contact span {
        font-size: 12px;
        margin-right: 10px;
    }

        .contact span a {
            text-decoration: none;
            margin-right: 15px;
        }

.services-div {
    width: 20rem;
    height: auto;
    margin-top: 4rem;
    /* position: absolute; */
}

.li div {
    display: none;
}

.li:hover .services-div {
    display: block;
}



/* section1 */

/* .section1 {
    width: 100%;
    height: 70vh;
    background-image: url('../img/home-page-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    place-content: center;
    place-items: center;
    
} */

      /* Background Swiper */
.section1-bg-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75vh;
  z-index: 1;
}

.section1-bg-swiper .swiper-slide {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* Foreground Content (overlay on top of slider) */
.section1-content {
    position: absolute; 
    top: 4.4rem;
    left: 0;
    width: 100%;
    height: 70vh;
    z-index: 1; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    background: rgba(0,0,0,0.5); 
}

.section1 .black {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    place-content: center;
    place-items: center;
   z-index:0;
}

.section1 .first-class {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section1 h2 {
    color: #fff;
    margin-bottom: 1.5rem;
}

.section1-div {
    width: 100%;
    height: auto;
    place-items: center;
}

.section1 .residential {
    width: 11.2rem;
    height: auto;
    /* display: flex; */
    /* justify-content: center; */
    align-items: center;
    text-align: center;
    padding: 0 0 0 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.section1 .first-class ul {
    /* display: flex !important; */
    justify-content: center;
    flex-direction: row;
    width: 12.2rem;
    height: auto;
    margin-left: 4rem;
    margin-top: 1rem;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: -1rem;
}

    .section1 .first-class ul li button {
        color: #051650;
    }

.nav-pills .nav-link.active {
    background-color: #051650 !important;
}

.section1 .residential a {
    color: #000;
    text-decoration: none;
    padding: 1rem 2.5rem;
}

.section1 .section1-div .residential a:hover {
    background-color: red;
    color: #fff;
}


.tab-content {
    border-radius: 10px;
}

.tab-pane {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    border-radius: 20px !important;
}

    .tab-pane .location {
        width: auto;
        height: auto;
        border: none;
        display: flex;
        justify-content: start;
        align-items: start;
        /* flex-direction: column; */
        margin: 2rem 0;
        border-right: 1px solid gray;
    }

    /* .tab-pane .location .city{
    width: 100%;
    color: gray;
    border: none;
    padding: 5px;
    margin-left: 5px;
} */
    .tab-pane .loc {
        height: 3.5rem;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin-right: 1rem !important;
        margin: 0 1rem;
        /* border-radius: 50px !important; */
    }

        .tab-pane .loc .location #city {
            width: 7rem;
            border: none;
            border-radius: 0px !important;
            margin: 5px 1.5rem 0 5px;
        }

        .tab-pane .loc .location #select-loc {
            width: 6rem;
            border: none;
            /* border-right: 1px solid gray; */
            border-radius: 0px !important;
        }

        .tab-pane .loc .location #search-loc {
            width: 24rem;
            border: none;
            /* border-right: 1px solid gray; */
            border-radius: 0px !important;
        }

    .tab-pane .search-icon {
        width: 12%;
        height: 4rem;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1rem 0;
    }

        .tab-pane .search-icon .blue {
            width: 8rem;
            height: 2.5rem;
            background-color: #051650;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            font-size: 15px;
            color: #fff;
            padding: 0 10px;
            border-radius: 20px;
            margin-left: 1rem;
        }

            .tab-pane .search-icon .blue:hover {
                background-color: #445884;
            }

            .tab-pane .search-icon .blue i {
                color: #fff;
                font-size: 13px;
                margin-right: 5px;
            }

.section1 .sec-search {
    width: 100%;
    height: auto;
    padding: 0 1rem;
    display: flex;
}



.tab-content {
    width: 70rem;
    height: auto;
    background-color: #fff;
    margin-left: -30rem;
    border-radius: 60px;
}

    .tab-content > .active {
        width: 70rem;
    }

.section1 .sec-search input {
    width: 100%;
    height: 3rem;
    border-radius: 25px;
}

.section1 .sec-search .blue {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #051650;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -3rem;
}


.search-prop {
    width: 100%;
}

    .search-prop i {
        float: right;
        translate: -50% -150%;
        font-size: 18px;
    }

.tab-pane #Price-Range {
    padding-right: 2rem;
}






/* Default styles for buttons */
.section1 .section1-div .residential a {
    color: #000;
    text-decoration: none;
    padding: 1rem 2.5rem;
    transition: background-color 0.3s ease;
}

    /* Button hover effect */
    .section1 .section1-div .residential a:hover {
        background-color: red;
        color: #fff;
    }

    /* Active button styles */
    .section1 .section1-div .residential a.active {
        background-color: red;
        color: #fff;
    }

    
    @media (max-width:768px) {
        .section1-content {
            padding:0 1.5rem;
        }
    }

/* section2 */

.section2 {
    width: 100%;
    height: auto;
    padding: 4rem 0 3rem 5rem;
    text-align: center;
}

    .section2 p {
        font-size: 18px;
        color: rgb(61, 60, 60);
    }

    .section2 h2 {
        color: #051650;
    }

    .section2 .city {
        width: 100%;
        height: auto;
        display: flex;
        margin-top: 2.5rem;
    }

        .section2 .city .city1 {
            width: 14.5rem;
            height: auto;
            margin-right: 1rem;
            text-align: left;
        }

            .section2 .city .city1 .img1 {
                width: 100%;
                height: 17rem;
                background-image: url(/assets/img/gurugram.jpg);
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
                border-radius: 10px;
                display: flex;
                justify-content: end;
                flex-direction: column;
            }

                .section2 .city .city1 .img1 p {
                    margin: 0;
                    margin-bottom: 1rem;
                    color: #fff;
                    padding: 0 0 0 1rem;
                    font-size: 12px;
                }

                .section2 .city .city1 .img1 h5 {
                    margin: 0;
                    color: #fff;
                    padding: 0 0 0 1rem;
                }

            .section2 .city .city1 .img2 {
                width: 100%;
                height: 17rem;
                background-image: url(/assets/img/delhi.png);
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
                border-radius: 10px;
                display: flex;
                justify-content: end;
                flex-direction: column;
            }

                .section2 .city .city1 .img2 p {
                    margin: 0;
                    margin-bottom: 1rem;
                    color: #fff;
                    padding: 0 0 0 1rem;
                    font-size: 12px;
                }

                .section2 .city .city1 .img2 h5 {
                    margin: 0;
                    color: #fff;
                    padding: 0 0 0 1rem;
                }

            .section2 .city .city1 .img3 {
                width: 100%;
                height: 17rem;
                background-image: url(/assets/img/lucknow.jpg);
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
                border-radius: 10px;
                display: flex;
                justify-content: end;
                flex-direction: column;
            }

                .section2 .city .city1 .img3 p {
                    margin: 0;
                    margin-bottom: 1rem;
                    color: #fff;
                    padding: 0 0 0 1rem;
                    font-size: 12px;
                }

                .section2 .city .city1 .img3 h5 {
                    margin: 0;
                    color: #fff;
                    padding: 0 0 0 1rem;
                }

            .section2 .city .city1 .img4 {
                width: 100%;
                height: 17rem;
                background-image: url(/assets/img/faridabad.png);
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
                border-radius: 10px;
                display: flex;
                justify-content: end;
                flex-direction: column;
            }

                .section2 .city .city1 .img4 p {
                    margin: 0;
                    margin-bottom: 1rem;
                    color: #fff;
                    padding: 0 0 0 1rem;
                    font-size: 12px;
                }

                .section2 .city .city1 .img4 h5 {
                    margin: 0;
                    color: #fff;
                    padding: 0 0 0 1rem;
                }

            .section2 .city .city1 .img5 {
                width: 100%;
                height: 17rem;
                background-image: url(/assets/img/kolkata.png);
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
                border-radius: 10px;
                display: flex;
                justify-content: end;
                flex-direction: column;
            }

                .section2 .city .city1 .img5 p {
                    margin: 0;
                    margin-bottom: 1rem;
                    color: #fff;
                    padding: 0 0 0 1rem;
                    font-size: 12px;
                }

                .section2 .city .city1 .img5 h5 {
                    margin: 0;
                    color: #fff;
                    padding: 0 0 0 1rem;
                }


/* section3 */

/*.section3 {
    width: 100%;
    height: auto;
    padding: 3rem 5rem 3rem 5rem;
    background-color: #F0F9FF;
}

    .section3 h4 {
        color: #051650;
    }

    .section3 p {
        font-size: 17px;
        margin-bottom: 2rem;
    }

html,
body {*/
    /* position: relative; */
    /*height: 100%;
}



.swiper {
    width: 100%;
    height: 100%;
}

.section3 .mySwiper1 .swiper-wrapper .swiper-slide {*/
    /* width: 4rem; */
    /*height: auto;
    border-radius: 7px;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;*/
    /* margin-left: 10px; */
    /*position: relative;
    overflow: hidden;
}

    .section3 .mySwiper1 .swiper-wrapper .swiper-slide img {
        width: 7rem;
    }



.section3 .swiper .swiper-slide #up {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 22, 80, 0.3);
    z-index: 1;
    transition: top 0.5s ease-in-out;
}

.section3 .swiper .swiper-slide:hover #up {
    top: 0;
}

.swiper .slide1 {*/
    /* background-image: url(../img/img1.jpeg); */
    /*background-position: center;
    background-size: cover;
    background-repeat: no-repeat;*/
    /* background-color: #ffddd4; */
    /*display: flex;
    flex-direction: column;
}

.swiper .slide2 {*/
    /* background-image: url(../img/img2.jpg); */
    /*background-position: center;
    background-size: cover;
    background-repeat: no-repeat;*/
    /* background-color: #ffddd4; */
    /*display: flex;
    flex-direction: column;
}

.swiper .slide3 {*/
    /* background-image: url(../img/img3.jpg); */
    /*background-position: center;
    background-size: cover;
    background-repeat: no-repeat;*/
    /* background-color: #ffddd4; */
    /*display: flex;
    align-items: center;
    justify-content: center;
    place-content: center;
    flex-direction: column;
}

.swiper .slide4 {*/
    /* background-image: url(../img/img1.jpeg); */
    /*background-position: center;
    background-size: cover;
    background-repeat: no-repeat;*/
    /* background-color: #ffddd4; */
    /*display: flex;
    flex-direction: column;
}

.swiper .slide5 {*/
    /* background-image: url(../img/commercial-malls.png); */
    /*background-position: center;
    background-size: cover;
    background-repeat: no-repeat;*/
    /* background-color: #ffddd4; */
    /*display: flex;
    flex-direction: column;
}

.swiper-slide img {
    display: block;
    width: 10rem;
    height: auto;
    object-fit: contain;
}

.swiper .swiper-wrapper .swiper-slide .swiper-img1 {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    place-content: center !important;
    justify-content: center;
    color: #051650;
    align-items: center;
    flex-direction: column;*/
    /* padding: 0 1rem 0 1.2rem; */
    /*color: #fff;
}

    .swiper .swiper-wrapper .swiper-slide .swiper-img1 p {
        margin: 0;
        color: #000;
    }

    .swiper .swiper-wrapper .swiper-slide .swiper-img1 h5 {
        margin: 0;
        color: #000;
    }

.swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 10.5rem;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.section3 .mySwiper .prev-icon .swiper-button-prev {*/
    /* color: #000; */
    /*font-size: small;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section3 .mySwiper .next-icon .swiper-button-next {*/
    /* color: #000; */
    /*font-size: small;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section3 .mySwiper1 .prev-icon .swiper-button-prev {*/
    /* color: #000; */
    /*font-size: small;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-prev:after {
    font-size: 25px !important;
}

.section3 .mySwiper1 .next-icon .swiper-button-next {*/
    /* color: #000; */
    /*font-size: small;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next:after {
    font-size: 25px !important;
}*/











/* section3 */

.section3 {
    width: 100%;
    height: auto;
    padding: 3rem 5rem 3rem 5rem;
    background-color: #F0F9FF;
}

    .section3 h4 {
        color: #051650;
    }

    .section3 p {
        font-size: 17px;
        margin-bottom: 2rem;
    }

html,
body {
    /* position: relative; */
    height: 100%;
}



.swiper {
    width: 100%;
    height: 100%;
}



.section3 .swiper-wrapper1 .swiper-slide {
    width: auto;
    padding: 1rem;
    border-radius: 10px;
    margin: 0 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .section3 .swiper-wrapper1 .swiper-slide h5 {
        margin-top: 10px;
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
    }

    .section3 .swiper-wrapper1 .swiper-slide img {
        width: 7rem;
        place-items: center;
    }

@media (max-width:568px) {
    .section3 .swiper-wrapper1 .swiper-slide {
        width: 100%;
    }
}

/*  .section3 .mySwiper1 .swiper-wrapper .swiper-slide {
    height: auto ;
    border-radius: 7px;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    
}

.section3 .mySwiper1 .swiper-wrapper .swiper-slide img{
    width: 7rem;
}



.section3 .swiper .swiper-slide #up {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 22, 80, 0.3);
    z-index: 1;
    transition: top 0.5s ease-in-out;
}

.section3 .swiper .swiper-slide:hover #up {
    top: 0;
} */

.swiper .slide1 {
    /* background-image: url(../img/img1.jpeg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #ffddd4; */
    display: flex;
    flex-direction: column;
}

.swiper .slide2 {
    /* background-image: url(../img/img2.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #ffddd4; */
    display: flex;
    flex-direction: column;
}

.swiper .slide3 {
    /* background-image: url(../img/img3.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #ffddd4; */
    display: flex;
    align-items: center;
    justify-content: center;
    place-content: center;
    flex-direction: column;
}

.swiper .slide4 {
    /* background-image: url(../img/img1.jpeg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #ffddd4; */
    display: flex;
    flex-direction: column;
}

.swiper .slide5 {
    /* background-image: url(../img/commercial-malls.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #ffddd4; */
    display: flex;
    flex-direction: column;
}

.swiper-slide img {
    display: block;
    width: 10rem;
    height: auto;
    object-fit: contain;
}

.swiper .swiper-wrapper .swiper-slide .swiper-img1 {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    place-content: center !important;
    justify-content: center;
    color: #051650;
    align-items: center;
    flex-direction: column;
    /* padding: 0 1rem 0 1.2rem; */
    color: #fff;
}

    .swiper .swiper-wrapper .swiper-slide .swiper-img1 p {
        margin: 0;
        color: #000;
    }

    .swiper .swiper-wrapper .swiper-slide .swiper-img1 h5 {
        margin: 0;
        color: #000;
    }

.swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 10.5rem;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.section3 .mySwiper .prev-icon .swiper-button-prev {
    /* color: #000; */
    font-size: small;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section3 .mySwiper .next-icon .swiper-button-next {
    /* color: #000; */
    font-size: small;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section3 .mySwiper1 .prev-icon .swiper-button-prev {
    /* color: #000; */
    font-size: small;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-prev:after {
    font-size: 25px !important;
}

.section3 .mySwiper1 .next-icon .swiper-button-next {
    /* color: #000; */
    font-size: small;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next:after {
    font-size: 25px !important;
}
















/* section4 */

.section4 {
    width: 100%;
    height: auto;
    padding: 2rem 2.5rem 3rem 2.5rem;
}

    .section4 h2 {
        color: #051650;
        padding-left: 2rem;
    }

    .section4 p {
        font-size: 17px;
        padding-left: 2rem;
        padding-bottom: 1rem;
    }

    .section4 .card-container {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        /*padding: 0 2rem;*/
        margin-left: 0.2rem;
    }

        .section4 .card-container .card {
            width: 17rem;
            border-radius: 10px;
            border: none;
            overflow: hidden;
            margin-bottom: 7px;
        }

            .section4 .card-container .card img {
                width: 100%;
                height: 14rem;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }

            .section4 .card-container .card .card-body {
                border: none;
                padding:0;
                height: auto;
            }

.section4 .card-container .img-div {
    width: 100%;
    height: 14rem;
    background-size: cover;
    background-position: center;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* Attractive diagonal ribbon */
    .section4 .ribbon {
        position: absolute;
        top: 20px;
        left: -40px;
        width: 150px;
        background: linear-gradient(135deg, #6a11cb, #2575fc);
        color: #fff;
        text-align: center;
        line-height: 25px;
        font-size: 14px;
        font-weight: 600;
        transform: rotate(-45deg);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        text-transform: uppercase;
        padding: 4px 0;
    }

/* Featured label */
    .section4 .featured-label {
        position: absolute;
        bottom: 10px;
        left: 10px;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        font-size: 13px;
        padding: 3px 10px;
        border-radius: 3px;

    }

/* Heart icon */
    .section4 .heart-icon {
        position: absolute;
        bottom: 10px;
        right: 10px;
        background: #5a2ec9;
        color: #fff;
        padding: 6px 7px;
        border-radius: 50%;
        font-size: 14px;
        cursor: pointer;
        transition: 0.3s ease;
        width: 2rem;
        height: 2rem;
        display: flex;
        
        justify-content: center;
        align-items: center;
    }

        .section4 .heart-icon:hover {
            background: #e63946;
        }



                .section4 .card-container .card .card-body p {
                    padding: 0;
                    font-size: 15px;
                    margin-bottom:0;
                }

                .section4 .card-container .card .card-body h5 {
                    color: #000;
                    font-size: 17px;
                }

                .section4 .card-container .card .card-body div {
                    width: 100%;
                    height: auto;
                    font-size: 20px;
                    color: #051650;
                }

                .section4 .card-container .card .card-body .location {
                    margin-top: 0.4rem;
                    color: #555;
                    font-size: 0.85rem;
                }

                    .section4 .card-container .card .card-body .location i {
                        color: #e53935;
                        margin-right: 4px;
                    }

                .section4 .card-container .card .card-body .price {
                    font-size: 1rem;
                    font-weight: bold;
                    color: #d32f2f;
                }
/* section 5 */


.section5 {
    width: 100%;
    height: auto;
    padding: 2rem 2.5rem 2rem 2.5rem;
    background-color: #F0F9FF;
}

    .section5 h2 {
        color: #051650;
        padding-left: 2rem;
    }

    .section5 p {
        font-size: 17px;
        padding-left: 2rem;
    }

    .section5 .card-container {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        /*padding: 0 2rem;*/
    }
        
        .section5 .card-container .card {
            width: 16.5rem;
            border-radius: 10px;
            border: none;
            padding: none;
        }

            .section5 .card-container .card img {
                width: 100%;
                height: 12rem;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }

            .section5 .card-container .card .card-body {
                border: none;
                width: 14rem;
                height: auto;
            }

                .section5 .card-container .card .card-body p {
                    padding: 0;
                    font-size: 15px;
                }

                .section5 .card-container .card .card-body h5 {
                    color: #000;
                    font-size: 17px;
                }

                .section5 .card-container .card .card-body div {
                    width: 100%;
                    height: auto;
                    font-size: 20px;
                    color: #051650;
                }

/* section6  */

.section6 {
    width: 100%;
    height: auto;
    padding: 0 4rem 4rem 4rem;
}

    .section6 #developer {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }

    .section6 h2 {
        width: 21rem;
        height: auto;
        padding: 7px 5px 0 5px;
        color: #fff;
        text-align: center;
        margin-bottom: -3.2rem;
        /* margin-top: -3rem; */
        z-index: 10000;
        font-size: 25px;
        position: relative;
        border-radius: 40px;
        background-color: #182d61;
    }

@media (max-width:576px) {
    .section6 h2 {
        width: 15rem;
        height: auto;
        padding: 14px 5px 0 5px;
        margin-bottom: -3.2rem;
        font-size: 18px;
        position: relative;
    }
}

.section6 .mySwiper {
    margin-top: 2rem;
    background-color: #e2e6ed;
    padding: 2rem 0;
    border-radius: 20px;
}

    .section6 .mySwiper .swiper-wrapper .swiper-slide .slide-img {
        width: 10.5rem;
        height: 10.5rem;
        border-radius: 50%;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section6 .mySwiper .swiper-wrapper .swiper-slide .swiper-img {
        width: 7rem;
        height: 7rem;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }


    .section6 .mySwiper .swiper-wrapper .swiper-slide {
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin-bottom: 2rem;
        height: auto;
        /* border: 1px solid rgb(196, 191, 191); */
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        padding: 10px;
        border-radius: 10px;
    }

        .section6 .mySwiper .swiper-wrapper .swiper-slide .line {
            width: 100%;
            font-size: 15px;
        }



    .section6 .mySwiper .prev-icon .swiper-button-prev {
        /* color: #000; */
        font-size: small;
        width: 3rem;
        height: 3rem;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.swiper-button-prev:after {
    font-size: 25px !important;
}

.section6 .mySwiper .next-icon .swiper-button-next {
    /* color: #000; */
    font-size: small;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next:after {
    font-size: 25px !important;
}










/* footer  */


footer {
    width: 100%;
    height: auto;
    background-color: #051650;
    padding: 2rem 2rem 0 2rem;
}

    footer .foot-div1 {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        color: #fff;
        align-items: baseline;
        padding: 2rem 0 0 0;
        border-bottom: 1px solid #fff;
    }

        footer .foot-div1 p {
            color: #ebe9e9;
        }

    footer hr {
        border-bottom: 2px solid #fff;
    }

    /* footer .foot-div2 {
    width: 100%;
    height: auto;
    padding: 4rem 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
} */

    footer .foot-div1 .box1 img {
        width: 7rem;
        height: auto;
        margin-bottom: 1.5rem;
        margin-left: 0;
    }

    footer .foot-div1 .box1 {
        width: 18rem;
        color: #fff;
    }



    footer .foot-div1 .box2 {
        width: auto;
        color: #fff;
    }

        footer .foot-div1 .box2 h5 {
            margin-bottom: 1.1rem;
        }


        footer .foot-div1 .box2 .link i {
            font-size: 20px;
            margin-right: 1rem;
        }



    footer .copyright {
        width: 100%;
        height: 4rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        footer .copyright h5 {
            font-size: 14px;
            color: #fff;
            font-weight: normal;
        }

    footer .footer-box1 {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }











/* homeloan */


.homeloan {
    width: 100%;
    height: auto;
    padding: 3rem 6rem;
}

    .homeloan .home {
        width: 100%;
        height: auto;
        background-color: #f6fafe;
        border-radius: 25px;
        padding: 2rem 4rem;
        display: flex;
        /* flex-direction: row; */
        justify-content: space-between;
        align-items: center;
    }

        .homeloan .home .box1 {
            width: 50%;
            height: auto;
        }

            .homeloan .home .box1 h3 {
                color: #000;
                margin-bottom: 1.5rem;
            }

            .homeloan .home .box1 .paragraph {
                width: 100%;
                height: auto;
            }

                .homeloan .home .box1 .paragraph p {
                    margin: 0;
                    line-height: 35px;
                    font-size: 15px;
                }

        .homeloan .home .form{
            width: 45%;
            height: auto;
            background-color: #fff;
            padding: 1rem;
        }

            .homeloan .home .form h5 {
                color: #000000;
                margin: 1rem 0;
            }

            .homeloan .home .form input {
                width: 100%;
                margin-bottom: 1.5rem;
                font-size: 14px;
            }

        .homeloan .home .swiper-slide {
            height:8.2rem;
        }

        .homeloan .home .swiper-pagination{
            margin-top:2rem;
        }




        @media (max-width:768px) {
            .homeloan .home .swiper-slide {
                height: auto;
            }

            .homeloan .home .form{
                width:100%;
            }
        }
        /* CRM STYLE  */
        .crm {
            width: 100%;
            height: auto;
        }

    .crm .box1 {
        width: 100%;
        height: 120vh;
        background-size: cover;
        /* background-position: center; */
        background-repeat: no-repeat;
        font-size: 25px;
    }

        .crm .box1 .form-box {
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .crm .box1 .black {
            width: 100%;
            height: auto;
            background-color: rgba(0, 0, 0, 0.5);
        }

        .crm .box1 span {
            color: #000;
        }

        .crm .box1 p {
            color: #0A2DA5;
            margin-left: 10px;
        }

        .crm .box1 .div {
            margin: 5rem 0 0 5rem;
        }

        .crm .box1 form {
            width: 35rem;
            margin-top: 1rem;
            height: 35rem;
            border-radius: 10px;
            background-color: #fff;
            z-index: 100000;
            /* margin: 3.5rem -17rem 0 0; */
            /* padding: 1rem 2rem 2rem 2rem; */
        }

            .crm .box1 form img {
                width: 9rem;
                height: auto;
                /* margin: 1rem 0; */
                place-self: center;
            }

            .crm .box1 form .form-div {
                width: 100%;
                height: auto;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .crm .box1 form p {
                font-size: 16px;
                margin-bottom: 0;
                margin-left: 0;
                color: #000000;
            }

            .crm .box1 form label {
                font-size: 15px;
                font-weight: bold;
                margin-top: 2rem;
            }

            .crm .box1 form button {
                width: 100%;
                height: 2rem;
                border-radius: 7px;
                font-size: 15px;
                background-color: #051650;
                color: #fff;
                border: none;
                outline: none;
                margin-top: 2rem;
            }
    /* ***** crm row**** */
    .crm .row {
        background-color: #051650;
        color: white;
        margin: 0rem;
        height: 3.5rem;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }

        .crm .row h4 {
            line-height: 3rem;
        }

@media (max-width:768px) {
    /* .crm .row{
        width:auto;
        height: 100%;
} */
    .crm .box1 form {
        width: 90% !important;
        height: auto !important;
        margin-right: 0 !important;
    }
}











@media (max-width:1115px) {
    nav .logo {
        margin-right: 2rem;
    }

    .nav-list {
        display: none;
    }

    .status {
        margin-left: 10%;
    }

    .tab-content {
        width: 60rem;
        margin-left: -25rem;
    }

        .tab-content > .active {
            width: 60rem;
        }
}



@media (max-width:1200px) {

    /* section4 */
    .section4 .card-container .card {
        margin-top: 2rem;
    }

    /* section 5 */
    .section5 .card-container .card {
        margin-top: 2rem;
    }

    .section2 .city .city1 {
        margin-top: 2rem;
    }
}




@media (max-width:1050px) {
    .section1 {
        width: 100%;
        background-size: cover;
        background-position: center;
    }

    .section3 {
        padding: 2rem 2rem 5rem 2rem;
    }

    /* section4 */
    .section4 .card-container .card {
        width: 16rem;
    }

    /* section5 */
    .section5 .card-container .card {
        width: 16rem;
    }

    .section2 .city .city1 {
        width: 18rem;
    }
}

@media (max-width:1030px) {

    /* section2 */
    .section2 .city .city1 {
        width: 23rem;
    }

    .status {
        margin-left: 2%;
    }
}

@media (max-width:875px) {

    /* section2 */
    .section2 .city .city1 {
        width: 100%;
        height: auto;
    }

    .tab-content {
        width: 50rem;
        margin-left: -20rem;
    }

        .tab-content > .active {
            width: 50rem;
        }

    .tab-pane .loc .location #city {
        margin: 5px 0 0 5px !important;
    }

    .tab-pane .loc .location #search-loc {
        width: 20rem;
    }

    .tab-pane .loc .location #select-loc {
        width: 4rem;
    }

    .tab-pane #Price-Range {
        padding-right: 0;
    }
}

@media (max-width:950px) {
    .section1 {
        width: 100%;
        background-size: cover;
        background-position: center;
    }

    .black {
        padding: 0 1rem;
    }

    .section1-div {
        width: 100%;
    }

    .section1 .section1-div .residential {
        width: 60%;
    }

    .search {
        width: 100%;
    }

        .search .location {
            width: 25%;
        }

        .search .keyword {
            width: 45%;
        }

        .search .search-icon .blue {
            width: 100%;
            height: 100%;
        }
}

@media (max-width:768px) {


    .tab-content {
        display: none;
        padding: 0 2rem;
    }

        .tab-content > .active {
            display: none;
            padding: 0 2rem;
        }

    .tabb {
        display: none;
    }




    /* sidebar */

    .sidebar {
        width: 100%;
        height: 100vh;
    }

    .section6 {
        width: 100%;
        height: auto;
        padding: 0 1rem 4rem 1rem;
    }

    footer {
        width: 100%;
        height: auto;
        padding: 2rem 2rem 0 2rem;
    }

        footer .foot-div1 {
            width: 100%;
            height: auto;
            display: block;
        }

        footer .footer-box1 {
            width: 100%;
            display: block;
            margin-top: 2rem;
        }


            footer .footer-box1 .brows {
                margin-right: 5.5rem;
            }

        footer .foot-div2 {
            display: block;
        }

            footer .foot-div2 .box1 {
                width: 100%;
            }

            footer .foot-div2 .box2 {
                width: 100%;
                margin-top: 2rem;
                padding-left: 0;
            }

        footer .footer-box1 .foot-con {
            margin-top: 4rem;
        }

        @media (max-width: 578px) {
            footer .foot-div1 .box1{
                width: auto;
            }
        }
    /* .crm .box1{
        width: 100%;
        height: auto;
        display: block;
    } */

    /* homeloan  */

    .homeloan {
        width: 100%;
        height: auto;
        padding: 3rem 1rem;
    }

        .homeloan .home {
            padding: 2rem 1rem;
            display: block;
        }

            .homeloan .home .box1 {
                width: 100%;
                height: auto;
                margin-bottom: 2rem;
            }

            .homeloan .home form {
                width: 100%;
            }

    .status {
        left: -80rem;
    }


    .tab-content {
        width: 30rem;
        margin-left: -50%;
    }
}

@media (max-width:640px) {

    /* section4 */
    .section4 .card-container .card {
        width: 100%;
    }

        .section4 .card-container .card img {
            width: 100%;
            height: auto;
        }


    /* section5 */
    .section5 .card-container .card {
        width: 100%;
    }

        .section5 .card-container .card img {
            width: 100%;
            height: auto;
        }


    .crm .box1 .div {
        margin-left: 1rem;
    }

    .crm .box1 img {
        margin-left: 0;
    }

    .crm .box1 form {
        width: 50rem;
        margin-right: -5rem;
    }

    .section1 .residential {
        width: 9rem;
        height: auto;
        display: flex;
        justify-content: space-around;
    }

    .section1 .first-class ul {
        width: auto;
        height: 7.5rem;
        margin-left: 0;
        margin-right: 3rem !important;
    }

    .tab-pane .location {
        width: 100%;
        margin: 0;
    }

        .tab-pane .location i {
            display: none;
        }

    .tab-content {
        left: 10%;
    }

    .tab-content {
        width: 9rem;
    }

    .tab-pane {
        width: 100%;
    }

        .tab-pane .loc {
            width: 100%;
            height: auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 10px;
        }

            .tab-pane .loc select {
                width: 100%;
                margin-bottom: 0.5rem;
            }

            .tab-pane .loc input {
                width: 100%;
                margin-bottom: 0.5rem;
            }

        .tab-pane .search-icon {
            height: auto;
            margin: 0;
        }

            .tab-pane .search-icon .blue {
                width: auto;
                height: auto;
                background-color: #051650;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0.7rem;
                /* border-radius: 50%; */
            }

                .tab-pane .search-icon .blue i {
                    font-size: 18px;
                }

    .tabb {
        width: auto;
    }

    .section1 .first-class ul li button {
        width: 100%;
    }
}

@media (max-width:578px) {
    nav .btn2 {
        width: 7rem;
        height: 2.2rem;
        font-size: 14px;
        margin-right: 0.5rem;
    }

    nav .btn1 {
        width: 5rem;
        height: 2.2rem;
        font-size: 14px;
        margin-right: 0.5rem;
    }

    nav .logo {
        width: 8rem;
        height: auto;
        margin-right: 0.7rem;
    }

    nav .button-div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* .section1 .black{
        display: none;
    } */
    /* .section1 .residential{
        display: none;
    }  */
    .search-div input {
        width: 100%;
    }



    .section1 .black {
        width: 100%;
        height: 25rem;
    }
}

@media (max-width:500px) {
    /* section4 */

    .section4 {
        width: 100%;
        height: auto;
        padding: 2rem 1rem 5rem 1rem;
    }

        .section4 .card-container{
            padding: 0 1rem;
        }
        /* section5 */
        .section5 {
            width: 100%;
            height: auto;
            padding: 2rem 1rem 5rem 1rem;
        }

            
}

@media (max-width:700px) {
    .search .search-icon .blue {
        width: 100%;
        height: 3rem;
    }

    .section1 h2 {
        font-size: 22px;
        text-align: center;
    }

    .section3 {
        padding: 3rem 1rem 5rem 1rem;
    }
}

@media (max-width:576px) {
    .section1 {
        width: 100%;
        /* height: auto; */
        height: 70vh;
        background-size: cover;
        background-position: center;
    }

    .tab-pane .loc {
        height: 16rem;
    }

    .tab-pane .search-icon {
        margin: 5px 0;
    }

    .section1 .black {
        width: 100%;
        height: 70vh;
    }

    /* section2 */
    .section2 {
        padding: 4rem 0 6rem 1rem;
    }

    footer .footer-box1 {
        display: block;
    }
}




/* section6 */

.section7 {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 3rem 9rem 3rem 9rem;
}

    .section7 p {
        padding: 1rem 7rem 0 7rem;
        color: rgb(99, 98, 98);
    }

    .section7 .box {
        width: 100%;
        height: auto;
        /* border: 1px solid black; */
        margin-top: 0;
    }

        .section7 .box .card {
            width: auto;
            height: auto;
            padding: 0.4rem 1rem;
            text-align: left;
            border: 1px solid rgb(173, 172, 172);
            margin-right: 1rem;
            border-radius: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            background-color: #f8f7f7;
            /* box-shadow: 0px 5px rgba(5,22,80, 0.2); */
        }

            .section7 .box .card p {
                padding: 0;
            }

        .section7 .box .card4 i {
            width: 2.5rem;
            height: 2.5rem;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 23px;
            color: #000;
            border-radius: 10px;
            margin: 1rem 0;
        }

        .section7 .box .card:hover {
            box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.2);
            background-color: #ffff;
            border: 1px solid rgb(139, 139, 139);
        }

        .section7 .box .card img {
            width: 5rem;
            height: 5rem;
            margin: 1rem 0;
        }

    /* .section7 .box .card p {
    font-size: 16px;
    color: rgb(105, 104, 104);
    line-height: 20px;
}

.section7 .box .card .view {
    display: flex;
    align-items: baseline;
}

.section7 .box .card .view p {
    color: #051650;
    margin-right: 5px;
    font-weight:600;
}

.section7 .box .card .view i {
    color: rgb(49, 49, 49);
    font-size: 17px;
} */


    .section7 .mySwiper3 .prev-icon .swiper-button-prev {
        /* color: #000; */
        font-size: small;
        width: 3rem;
        height: 3rem;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.swiper-button-prev:after {
    font-size: 25px !important;
}

.section7 .mySwiper3 .next-icon .swiper-button-next {
    /* color: #000; */
    font-size: small;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next:after {
    font-size: 25px !important;
}



@media (max-width:768px) {

    /* .section7{
        padding: 2rem;
    } */
    .section7 {
        padding: 5rem 4rem 5rem 4rem;
    }

        .section7 .box {
            width: 100% !important;
        }

        .section7 p {
            padding: 0;
        }

        .section7 .box .card {
            width: 100%;
            height: auto;
            margin-bottom: 2rem;
            margin-top: 2rem;
        }
}

@media (max-width:576px) {
    .section7 {
        padding: 4rem 2rem;
    }

    .section5 .card-container {
        margin: 0;
    }
}






/* contact us  */


.contact-img {
    width: 100%;
    height: 21rem;
    background-image: url(../img/contact2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .contact-img .contact-div {
        width: 100%;
        height: 100%;
        background-color: rgba(5,22,80, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .contact-img .contact-div p {
            font-size: 30px;
            color: #fff;
            font-weight: 500;
        }

        .contact-img .contact-div span {
            display: flex;
            color: #fff;
            margin-top: 0.5rem;
        }

            .contact-img .contact-div span p {
                font-size: 17px;
                margin-left: 5px;
            }

            .contact-img .contact-div span a {
                font-size: 17px;
                margin-right: 5px;
                text-decoration: none;
                color: #fff;
            }

.contact1 {
    width: 100%;
    height: auto;
    background-color: #fff;
}

    .contact1 .contact-box {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        padding: 4rem;
        place-items: center;
    }

        .contact1 .contact-box .phone {
            width: 100%;
            border: 1px solid rgb(235, 234, 234);
            padding: 1.5rem 0;
            margin-right: 1.5rem;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 15px;
        }

            .contact1 .contact-box .phone:hover {
                margin-top: -1rem;
                transition: all 0.5s;
            }

            .contact1 .contact-box .phone .icon-div {
                width: 3rem;
                height: 3rem;
                border-radius: 50%;
                background-color: rgb(255, 207, 193);
                display: flex;
                justify-content: center;
                align-items: end;
                color: #f73601;
                margin-bottom: 1rem;
            }

            .contact1 .contact-box .phone p {
                color: #f73601;
                font-size: 16px;
                margin-bottom: 0;
            }

            .contact1 .contact-box .phone span {
                color: #051650;
                font-size: 16px;
                margin-bottom: 0;
            }

            .contact1 .contact-box .phone .icon-div i {
                font-size: 20px;
                margin-bottom: 1rem;
            }

    .contact1 .contact-form {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .contact1 .contact-form .form {
            width: 35rem;
            border: 1px solid #cfcfcf;
            margin: 2rem 0 4rem 0;
            border-radius: 12px;
        }

            .contact1 .contact-form .form h4 {
                width: 100%;
                height: auto;
                padding: 1rem;
                color: #fff;
                background-color: #051650;
                font-weight: bold;
                border-top-right-radius: 12px;
                border-top-left-radius: 12px;
            }

        .contact1 .contact-form h2 {
            color: #051650;
            margin-top: 1rem;
        }

        .contact1 .contact-form p {
            color: gray;
            font-size: 16px;
        }

        .contact1 .contact-form .form form {
            padding: 1.5rem;
        }

            .contact1 .contact-form .form form div {
                display: flex;
                flex-direction: column;
                margin-bottom: 1rem;
            }

                .contact1 .contact-form .form form div textarea {
                    width: 100%;
                    height: 5rem;
                }




@media (max-width:768px) {
    .contact1 .contact-box {
        width: 100%;
        height: auto;
        display: block;
    }

        .contact1 .contact-box .phone {
            margin-bottom: 3rem;
        }

    .contact1 .contact-form {
        width: 100%;
        height: auto;
        padding: 0 1rem 4rem 1rem !important;
    }


        .contact1 .contact-form .form {
            width: 100%;
            height: auto;
        }
}


@media (max-width:578px) {
    .contact1 .contact-box {
        padding: 4rem 0;
    }
}

/* ************calender******** */
.container-cal {
    font-family: Arial, sans-serif;
    padding: 20px;
    border-radius: 2rem solid black;
}

h2 {
    margin-bottom: 10px;
}

.calendar-header {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.view-buttons button {
    margin-left: 5px;
}

button {
    padding: 5px 10px;
}

    button.active {
        background-color: #2cc8a7;
        color: white;
    }

table.calendar {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

    table.calendar th,
    table.calendar td {
        border: 1px solid #ccc;
        width: 14.28%;
        height: 80px;
        text-align: right;
        padding: 5px;
    }

th.sun {
    background-color: red;
    color: white;
}

th.mon {
    background-color: #2cc8a7;
    color: white;
}

th.tue {
    background-color: green;
    color: white;
}

th.wed {
    background-color: #c6921c;
    color: white;
}

th.thu {
    background-color: maroon;
    color: white;
}

th.fri {
    background-color: orange;
    color: white;
}

th.sat {
    background-color: blue;
    color: white;
}

td.sun {
    background-color: #ffe5e5;
}

td.mon {
    background-color: #e0f7f4;
}

td.tue {
    background-color: #e6ffe6;
}

td.wed {
    background-color: #fff7e6;
}

td.thu {
    background-color: #ffe6e6;
}

td.fri {
    background-color: #fff0cc;
}

td.sat {
    background-color: #e0e0ff;
}




