@media all and (min-width: 1200px) {

    /* ----------- LandingSection starts -----------  */

    #LandingSection .landingInnerComp {
        padding: 5% 10% 3% 10%;



    }

    #LandingSection .contentLandComp {
        /*background-color: rgba(131, 57, 232, 0.2);*/
        text-align: center;
        padding: 4% 0% 3% 0%;
    }

    #LandingSection .categoryType {
        display: flex;
        padding: 0% 18% 1.5% 18%;
        justify-content: space-between;
    }

    #LandingSection .categoryType span {
        padding: 10px 25px;
    }

    .contentLandComp h2 {
        font-size: 2em;
        line-height: 35px;
        padding-bottom: 25px;
    }

    #LandingSection .formSearchComp {
        padding: 0% 15%;
    }

    #LandingSection .formSearchComp .well {
        border-radius: 15px;
        background-color: white;
        padding: 15px 15px 0px 15px;
    }

    #LandingSection .formSearchComp .well input {
        border: 1px solid rgba(131, 57, 232, 1.0);
        border-radius: 5px;
        margin: 0px;
        padding: 20px 15px;
    }

    #LandingSection .categoryType span {
        background-color: white;
        border-radius: 10px;
        padding: 10px 10px;
        color: var(--themeColor);
        text-align: center;
        transition: 0.4s ease-in;
    }

    #LandingSection .contentLandComp .BtnBookAppoint {
        margin-top: 0px;
        padding: 11px 15px;
    }

    .contentLandComp {
        opacity: 0;
        transform: translateY(-100%);
        animation: swipeSlideUpIn 3s ease forwards;
    }

    @keyframes swipeSlideUpIn {
        0% {
            opacity: 0;
            transform: translateY(-100%);
        }

        50% {
            opacity: 0.5;
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* ------------- LandingSection ENDS ----------------*/

    /* ----------------- inHowToSell Starts -------------- */

    #inHowToSell .container-fluid {

        padding: 5% 15% 5% 15%;
    }


    #inHowToSell .sellProperty .well {
        background-color: var(--themeColor);
        border-radius: 10px;
        padding: 25px;
        color: white;
    }

    #inHowToSell .sellProperty .well h3 {
        font-weight: bold;
        font-size: 1.5em;
        line-height: 30px;
        margin: 0px;
    }

    #inHowToSell .sellProperty .well h4 {
        font-size: 1.1em;
        line-height: 25px;
    }

    /* ----------------- inHowToSell Ends -------------- */

    /* ----------------- inProperties Starts -------------- */


    #inProperties .container-fluid {
        background-color: var(--bgColor);
        padding: 2% 10% 2% 10%;
    }

    #inProperties .SlidertopPicks .swiper {
        width: 100%;
        padding: 15px 15px 45px 15px;
    }

    #inProperties .SliderHighDemand .swiper {
        width: 100%;
        padding: 15px 15px 45px 15px;
    }

    #inProperties .SliderHighDemand {
        padding: 5% 0%;
    }

    #inProperties .SliderHighDemand .CardContHighDemand {

        height: 170px;
        box-shadow: none;
    }

    #inProperties .CardContHighDemand .nonHighDemandText {
        padding: 5px 0px 0px 0px;
    }

    #inProperties .CardContHighDemand .buttonComp .BtnServices {
        text-align: center;
        background-color: transparent;
        padding: 7px 0px;
        border-radius: 45px;
        color: var(--secondaryColor);
        background-repeat: no-repeat;
        margin-top: 0px;
        font-size: 1em;
        position: absolute;
        left: 15px;
        margin-bottom: 5px;
        width: 50%;
        letter-spacing: 1px;
        border: 1px solid var(--secondaryColor);
    }

    #inProperties .CardContHighDemand .nonHighDemandText h2 {
        font-size: 1.1em;
        text-align: left;
        font-weight: bold;
        margin: 0px;
        letter-spacing: 0px;
        padding: 10px 10px 0px 0px;
        color: var(--primaryTextColor);
    }

    #inProperties .CardContHighDemand .nonHighDemandText h3 {
        font-size: 1em;
        text-align: left;
        font-weight: bold;
        margin: 0px;
        letter-spacing: 0px;
        padding: 5px 0px 5px 0px;
        color: var(--primaryTextColor);
    }

    #inProperties .CardContHighDemand .nonHighDemandText h4 {
        font-size: 0.8em;
        margin: 0px;
        padding: 5px 0px 10px 0px;
        text-align: left;
        color: var(--secondaryTextColor);
    }

    #ProjectsTab .detail-wrapper .propertyDetails h2 {
        font-weight: bold;
        margin: 0px;
        font-size: 1.5em;
        line-height: 25px;
        padding: 20px 0px 0px 0px;
        color: var(--primaryTextColor);
    }

    #ProjectsTab .detail-wrapper .propertyDetails h3 {
        font-weight: bold;
        margin: 0px;
        line-height: 35px;
        padding: 25px 0px 0px 0px;
        color: var(--secondaryTextColor);
    }

    #ProjectsTab .detail-wrapper .propertyDetails h4 {
        font-size: 1em;
    }

    #ProjectsTab .detail-wrapper .propertyDetails h5 {
        font-size: 1.1em;
        line-height: 22px;
    }

    #ProjectsTab .sidebar {
        width: 200px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    #ProjectsTab .detail-wrapper {
        position: relative;
        width: 100%;
        overflow: hidden;
        min-height: 100%;
    }

    #ProjectsTab .detail-wrapper {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 400px;
    }

    #ProjectsTab .SlidertopPicks .swiper-slide {

        box-shadow: none;
    }

    #ProjectsTab .SlidertopPicks {
        padding: 1% 4%;
    }

    .inProperties .topPicksCard .buttonComp .BtnServices {
        text-align: center;
        background-color: white;
        padding: 10px 0px;
        border-radius: 45px;
        color: var(--secondaryColor);
        background-repeat: no-repeat;
        margin-top: 10px;
        font-size: 1em;
        margin-bottom: 15px;
        width: 100%;
        letter-spacing: 1px;
        border: 1px solid var(--secondaryColor);
    }

    #ProjectsTab .SliderNewAdded .swiper {
        width: 100%;
        height: 100%;
        padding: 5px 25px;
        margin-left: auto;
        margin-right: auto;
    }

    /* ----------------- inProperties Ends -------------- */



    /* ----------------- inOurServices Starts -------------- */
    #inOurServices .container-fluid {
        background-color: white;
        padding: 2% 10% 2% 10%;
    }

    #inOurServices .outerServeComp .well {
        padding: 5px 5px 15px 5px;
    }

    #inOurServices .innerImgComp {
        height: 300px;
        padding: 25px;
    }

    #inOurServices .typesOfServices {
        margin-top: -95px;
        padding: 0px 45px 0px 45px;
    }

    #inOurServices .outerServeComp .well {
        border-radius: 15px;
        box-shadow: var(--box-shadow50);
        background-color: white;
    }

    #inOurServices .ServiceTypeInner {
        background-color: white;
        padding: 10px;
        border-radius: 10px;
        border: 1px solid rgba(131, 57, 232, 0.3);
    }

    /* ----------------- inOurServices Ends -------------- */


    /* ----------------- inSellers Starts -------------- */

    #inSellers .container-fluid {
        background-color: white;
        padding: 2% 10% 2% 10%;
    }

    #inSellers .sellerCards {
        border-radius: 10px;
        padding: 10px;
        width: 300px;
        margin-bottom: 15px;
        border: 1px solid rgba(131, 57, 232, 0.5);
    }

    /* ----------------- inSellers Ends -------------- */


    /* ----------------- inFooterComp Starts -------------- */

    #inFooterComp .container-fluid {
        padding: 0% 9.5% 2% 9.5%;

    }

    .footerHead h4 {
        color: white;
        padding-bottom: 15px;
        font-weight: bold;
    }

    .copyrightComp h5 {
        margin: 0px;
        font-size: 0.8em;
        color: #CDCED0;
        padding: 25px 0px 0px 0px;
    }

    #inFooterComp #sideBtnComp {
        position: fixed;
        right: -175px;
        /* hidden off-screen */
        padding: 10px 10px;
        background-color: transparent;
        color: white;
        width: 150px;
        overflow: hidden;
        border-radius: 10px;
        transition: right 0.5s ease;
        z-index: 1;
    }

    .sliderUpIcon {
        height: 35px;
        aspect-ratio: 1;
        color: white;
        position: absolute;
        right: 10px;
        top: 0px;
        font-size: 1.2em;
        padding-top: 5px;
        padding-left: 11px;
        background-color: var(--themeColor);
        border-radius: 50%;
    }

    #inFooterComp #sideBtnComp.show {
        right: 35px;
        /* slide in */
    }

    #inFooterComp .whatsappChat {
        width: 110px;
        top: 93%;
        left: 91%;
        height: 30px;
        color: white;
        position: fixed;
        font-size: 1.5em;
        padding-top: 0px;
        padding-left: 12px;
        background-color: #25D366;
        border-radius: 40px;
    }

    #inFooterComp .whatsappChat .chatText {
        font-size: 0.5em;
        position: absolute;
        top: 0px;
        left: 35px;
    }

.sectionAboutHead .well h1 {
    font-size: 3em;
    letter-spacing: 2px;
    color: white;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
}

.sectionAboutHead .well h3 {
    font-size: 1.5em;
    letter-spacing: 0px;
    color: white;
    text-align: center;
    line-height: 50px;
}

.sectionAboutHead .well h5 {
    font-size: 1.5em;
    letter-spacing: 0px;
    color: white;
    text-align: center;
    line-height: 50px;
}
.founderDesk .founderDeskHeading h3 {
    font-size: 2em;
    line-height: 50px;
    font-weight: bold;
    text-align: left;
    color: var(--themeColor);
}
.callUsDoubt .well h2 {
    font-weight: bold;
    font-size: 2em;
}
    /* ----------------- inFooterComp Ends -------------- */
    .ourMissonVision .missionComp {
        background-color: white;
        border-radius: 15px;
        padding: 15px;
        transition: 0.5s ease-in;
        border: 1px solid rgba(0, 46, 105, 0.4);
        box-shadow: var(--box-shadow50);
    }

    .ourMissonVision h3 {
        font-weight: bold;
        margin: 0px;
        transition: 0.5s ease-in;
    }

    .ourMissonVision h4 {
        line-height: 25px;
        font-size: 1em;
        transition: 0.5s ease-in;
    }

    .sectionWrapper .commonSection .container-fluid {
        padding: 1.2% 10% 2% 10%;
    }

    .paggignationHeader .container-fluid {
        padding: 0% 10% 2% 10%;
    }

    .hidden_section {
        height: 70px;
    }

    .sectionWrapper .aboutProfile h2 {
        font-size: 2em;
        padding-top: 15%;
        text-align: left;
    }

    .sectionWrapper .aboutProfile h4 {
        font-size: 1.2em;
        line-height: 35px;
    }

    .loginCardStud {
        padding-top: 10%;
    }

    .sectionWrapper .loginContainer {
        padding-top: 0%;
    }

    .sectionWrapper .registerInst {
        padding-top: 0%;
    }

    .parentCompName h6 {
        text-align: center;
        color: white;
        position: absolute;
        bottom: 5px;
        line-height: 20px;
        width: 100%;
    }

    /*SELLER DASHBOARD STARTS*/
    .sectionWrapper .main-content .propResults h3{
        font-size: 0.9em;
    }
    .sectionWrapper .main-content {
        flex: 1;
        padding: 0px;
        margin: 0px 0px 0px 15px;
        transition: margin-left 0.3s ease;
    }

    .innerContainer .CardImgNewAddedComp {
        height: 220px;
        overflow: hidden;
    }

    .innerContainer .nonNewAddedText .propHeadingText h2 {
        font-size: 1.2em;
        margin: 0px;
        font-weight: bold;
        padding-top: 10px;
        padding-left: 0px;
    }

    .innerContainer .nonNewAddedText .propHeadingText h4 {
        font-size: 1em;
        padding-right: 15px;
        margin: 0px;
        padding-left: 0px;

        line-height: 20px;
        padding-top: 5px;
        font-style: italic;
        color: var(--secondaryTextColor);
    }

    .innerContainer .nonNewAddedText .propPriceText h5 {
        font-size: 0.9em;
        margin: 0px;
        color: var(--secondaryTextColor);
        padding-top: 10px;
        line-height: 20px;
        height: 68px;
        overflow: hidden;
        padding-right: 15px;
        background-color: white;
    }

    .propPriceText h5 {
        font-size: 0.9em;
        margin: 0px;
        color: var(--secondaryTextColor);
        padding-top: 10px;
        line-height: 20px;
        height: 68px;
        overflow: hidden;
        padding-right: 15px;
        background-color: white;
    }

    .innerContainer .propPriceText {
        padding-top: 15px;
        padding-left: 0px;
    }

    .innerContainer .CardContNewAdded .actionButtonIcons {
        background-color: var(--themeColor);
        color: white;
        position: relative;
        right: 5px;
        top: 1px;
        border-radius: 5px 12px 5px 5px;
        font-size: 0.8em;
        float: right;
        padding: 5px 15px;
    }

    .innerContainer .widgetPropDetailComp .well {
        box-shadow: var(--box-shadow40);
        background-color: white;
        padding: 0px 20px;
        border-radius: 10px;
    }

    .innerContainer .form-group {
        padding: 0px 0px;
    }

    /*SELLER DASHBOARD ENDS*/
    /* ABOUT US PAGE STARTS */

.sectionAboutHead .well h1 {
    font-size: 4em;
    letter-spacing: 2px;
    color: white;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
}
.sectionAboutHead .well h3 {
    font-size: 2.5em;
    letter-spacing: 0px;
    color: white;
    text-align: center;
    line-height: 50px;
}
.sectionAboutBody .container-fluid {
    padding: 2% 10.5% 2% 9%;
}
.founderDesk {
    padding: 4% 10%;
    background-color: var(--bgColor);
}

.ourMissonVision {
    padding: 2% 10% 0% 10%;
    height: 400px;
    background-color: var(--bgColor);
}
.ourMissonVision .missionComp {
    background-color: white;
    border-radius: 15px;
    padding: 25px;
    transition: 0.5s ease-in;
    border: 1px solid rgba(0, 46, 105, 0.4);
    box-shadow: var(--box-shadow50);
}
.callUsDoubt {
    padding: 5% 20% 0% 20%;
    margin-top: 8%;
    margin-bottom: 3%;
}

.sectionAboutHead .well h5 {
    font-size: 1.5em;
    letter-spacing: 0px;
    color: white;
    text-align: center;
    line-height: 50px;
}
.sectionAboutBody .brandLogo h3 {
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    color: var(--themeColor);
}
.boxComp {
    background-color: var(--themeColor);
    border-radius: 15px;
    position: absolute;
    padding: 10px 15px;
    width: 350px;
}
.aboutFetureImg {
    display: flex;
    justify-content: center;
}
.AboutBox1 {
    top: 75px;
    left: 170px;
    transition: 0.5s ease-in;
}

.AboutBox2 {
    top: 275px;
    left: 190px;
    transition: 0.5s ease-in;
}

.AboutBox3 {
    top: 35px;
    right: 170px;
    transition: 0.5s ease-in;
}

.AboutBox4 {
    top: 275px;
    right: 150px;
    transition: 0.5s ease-in;
}
/* ABOUT US PAGE ENDS */
}