
@import url('responsive.css');
@media only screen and (max-width: 1700px) {
    /*Dashboard*/
    .innerfeature-grid {
        /*margin: 0 15px;*/
        padding: 9px 0px 9px 14px;
    }

    .iconfeature {
        margin-right: 17px;
    }

    .secoundfeaturerow .featurecontent > p {
        font-size: 23px;
    }

    .navbar {
        max-height: 48px;
        padding: 10px 1.5rem !important;
    }

    nav.navbar ul > li a.nav-link {
        font-size: 14px;
    }

    .navbar-brand > img {
        height: 45px;
    }

    .iconfeature img {
        height: 80px;
        margin-right: 10px;
    }

    .sectiontitle a img {
        height: 40px;
    }

    .logocontainer > img {
        margin: 0 auto;
        width: 300px;
    }

    .logocontainer > p {
        font-size: 16px;
    }

    /*Dashbaord*/
    .dashbaord-wrapper {
        zoom: 0.8;
    }
}

@media only screen and (max-width: 1400px) {

    .navbar {
        max-height: 48px;
        padding: 10px 1.5rem !important;
    }

    nav.navbar ul > li a.nav-link {
        font-size: 14px;
    }

    .navbar-brand > img {
        height: 45px;
    }

    .iconfeature img {
        height: 80px;
        margin-right: 10px;
    }

    .sectiontitle a img {
        height: 40px;
    }

    .logocontainer > img {
        margin: 0 auto;
        width: 300px;
    }

    .logocontainer > p {
        font-size: 16px;
    }

    /*Dashbaord*/
    .dashbaord-wrapper {
        zoom: 0.8;
    }
}

@media only screen and (max-width: 991px) {
    a.btn.btn-custom {
        padding: 0 20px 0 0;
        font-size: 12px;
    }

        a.btn.btn-custom > img {
            margin-right: 10px;
        }

    button.btn.btn-custom {
        font-size: 12px;
        padding-left: 20px;
    }

    button.btn.btn-custom-border, a.btn.btn-custom-border {
        font-size: 12px;
        padding-left: 20px;
    }

    .detailitem {
        width: 25%;
    }

    button.btn.btn-custom > img {
        margin-left: 5px;
    }

    button.btn.btn-custom-border > img {
        margin-left: 15px;
    }

    .buttonwrapper {
        display: flex;
        }

    .login-wrapper .container-fluid .col-lg-6.col-sm-0 {
        display: none;
    }

    .login-wrapper > .container-fluid > .row {
        height: 100vh;
    }

    .createproject {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .NavbarIcon {
        height: 40px;
        width: 40px;
    }

        .NavbarIcon .iconImage {
            width: 25px;
            height: 25px;
        }

    .NavbarText p {
        font-size: 12px;
    }

    .iconbar-item + .iconbar-item::after {
        top: 19px;
    }
    /*Mobile navigation*/
    header nav ul.navigationbar > li > a {
        line-height: 2 !important;
    }

    header nav ul.navigationbar > li {
        width: 100%;
        margin: 3px 0;
    }

    .addnewperson {
        position: unset;
    }
}

@media only screen and (max-width: 568px) {
    .login-wrapper .col-lg-6 > form {
        max-width: 90%;
    }

    .iconbar {
        display: none;
    }
}

@media only screen and (max-width: 520px) {
    .footerinformation > ul > li {
        margin: 0;
    }

    .footerinformation > ul {
        display: block;
        line-height: 2;
        padding: 0;
    }

    .iconbar {
        display: none;
    }
}



/*-----------------------------------kaif momin css------------------------------*/



@media only screen and (max-width:1440px) {
    .center .custom-col2 {
        max-width: 100%;
    }

    .buildingHeader {
        justify-content: space-between;
    }
}

@media only screen and (max-width:1300px) {
    .projectcard-wrap .cardwrap-class {
        overflow-wrap: break-word;
    }
}



@media only screen and (max-width:1240px) {
    .project-card-header .responsive-title {
        font-size: 16px;
    }

    .project-card-header .btn-custom2 {
        height: 26px !important;
        padding-left: 16px !important;
        font-size: 10px !important;
    }
}

@media only screen and (max-width:1214px) {
    .labelborder-Stirrup:before {
        top: 55px !important;
    }
}

@media only screen and (max-width:1150px) {
    .custom-grid {
        flex-direction: column;
        gap: 10px;
    }

        .custom-grid .custom-col {
            display: flex;
            flex-wrap: nowrap;
            justify-content: center;
            max-width: 100%;
        }

            .custom-grid .custom-col .iconbar {
                width: 800px;
                margin: 20px;
            }

        .custom-grid .custom-col2 {
            display: flex;
            flex-wrap: nowrap;
            align-content: flex-start;
            align-items: center;
            justify-content: flex-end;
            margin-bottom: 12px;
            column-gap: 12px;
            max-width: 100%
        }

    .FloorDesign .breadcrumb-wrapper .lelftcolumn .breadcrumn > ul {
        width: max-content;
    }

    .BuildingDesign .breadcrumb-wrapper .lelftcolumn .breadcrumn > ul {
        width: max-content;
    }

    .FootingDesign .breadcrumb-wrapper .lelftcolumn .breadcrumn > ul {
        width: max-content;
    }

    .ColumnDesign .breadcrumb-wrapper .lelftcolumn .breadcrumn > ul {
        width: max-content;
    }
}

@media only screen and (max-width:1050px) {

    a.btn.btn-custom > img {
        padding-right: 0px !important;
    }
}


@media only screen and (max-width:1024px) {
    .project-card-header .responsive-title {
        font-size: 14px;
    }

    .project-card-header .btn-custom2 {
        height: 26px !important;
        padding-left: 16px !important;
        font-size: 10px !important;
    }

    .createproject .custom-btn {
        font-size: 11px !important;
        padding-right: 10px !important;
    }
}

@media only screen and (max-width: 991px) {
    .createproject .custom-btn {
        font-size: 13px !important;
        padding-right: 10px !important;
        margin-top: 10px
    }

    .iconbar {
        margin: 12px
    }

    .custom-col2 {
        flex: 0 0 35%;
        max-width: 100%
    }


    .floor-list .custom-col2 {
        flex: 0 0 28%;
        max-width: 24%
    }
}




@media only screen and (max-width: 900px) {
    .overflow-wrap {
        overflow-wrap: break-word;
    }
}

@media only screen and (max-width: 860px) {
    .buildingHeader .custom-font {
        font-size: 12px !important;
    }

        .buildingHeader .custom-font a {
            font-size: 12px !important;
        }

    .buildingHeader .custom-font2 a {
        font-size: 15px !important;
    }
}



/* === Up to 800px === */
@media only screen and (max-width: 800px) {
    .project-card-header .responsive-title {
        font-size: 16px;
    }

    .project-card-header .btn-custom2 {
        height: 26px !important;
        padding-left: 16px !important;
        font-size: 10px !important;
    }
}




/* === Up to 768px === */
@media only screen and (max-width: 768px) {

    .navbar {
        padding: 0 1.5rem !important;
    }

    footer .row > .col-lg-6 {
        flex: 0 0 100%;
        text-align: center;
    }

    .copyright {
        margin-bottom: 10px;
    }

    .footerinformation > ul {
        justify-content: center;
    }

    .iconbar {
        display: none;
    }

    .offcanvas1 {
        width: 100%;
    }

    .detailitem {
        width: 33%;
    }


    .buildingHeader .custom-font {
        font-size: 11px !important;
    }

        .buildingHeader .custom-font a {
            font-size: 11px !important;
        }

    .custom-row {
        justify-content: center;
    }

    .custom-navbar-collapse {
        background-color: #e0e3e5eb !important;
    }

    ul.navbar-nav.navigationbar {
        align-items: normal !important;
    }

    .light-head-desc span {
        font-size: 10px;
    }
}

@media only screen and (max-width: 589px) {
    .form-group button.btn.btn-custom {
        margin-bottom: 4px
    }
}

@media only screen and (max-width: 550px) {
    .buildingHeader {
        flex-direction: column;
        gap: 12px;
    }

    .floor-list .custom-col2 {
        flex: 0 0 28%;
        max-width: 100%
    }

    .BeamDesign .custom-col2 {
        flex: 0 0 28% !important;
        max-width: 100%
    }
}

@media only screen and (max-width: 576px) {
    .buildingHeader .custom-font {
        font-size: 10px !important;
    }

        .buildingHeader .custom-font a {
            font-size: 10px !important;
        }

    .buildingHeader .custom-font2 a {
        font-size: 14px !important;
    }

    .custom-modal-footer .btn-custom3 {
        width:150px;
    }

    .custom-modal-footer .cancelbtn {
        width: 150px;
    }
}



@media only screen and (max-width: 550px) {
    .custom-font3 h3 {
        font-size: 12px
    }

    .custom-buttonwrapper {
        flex-wrap: wrap;
    }


    .buildingHeader .custom-font {
        font-size: 14px !important;
    }

        .buildingHeader .custom-font a {
            font-size: 14px !important;
        }

    .buildingHeader .custom-font2 a {
        font-size: 16px !important;
    }

    .custom-font3 h3 {
        font-size: 10px
    }
}

@media only screen and (max-width: 536px) {
    .custom-modal-footer .cancelbtn {
        width: 90px;
    }
}

@media only screen and (max-width: 476px) {
    .custom-modal-footer .btn-custom3 {
        width: 130px;
    }
}

    @media only screen and (max-width: 450px) {
        .sectiontitle a img {
            height: 30px !important;
        }

        .custom-modal-footer .cancelbtn {
            width: 90px;
        }
    }


    @media only screen and (max-width: 436px) {
        .custom-modal-footer {
            row-gap: 7px;
        }
    }

    @media only screen and (max-width: 410px) {

        .breadcrumn-title ul {
            flex-wrap: wrap;
        }

        .ColumnDesign .breadcrumb-wrapper .lelftcolumn .breadcrumn > ul {
            width: 90%;
        }
    }


    /* === Up to 400px === */
    @media only screen and (max-width: 400px) {
        .project-card-header .responsive-title {
            font-size: 14px;
        }

        .project-card-header {
            align-items: center;
        }

            .project-card-header .btn-custom2 {
                height: 26px !important;
                padding-left: 16px !important;
                font-size: 10px !important;
            }


        .custom-grid .custom-btn2 {
            padding-right: 10px !important;
        }

        .a.btn.btn-custom > img {
            padding-right: 0px
        }
    }

    @media only screen and (max-width: 375px) {

        .custom-create-btn {
            height: 31px !important;
        }

            .custom-create-btn p {
                font-size: 10px;
            }

            .custom-create-btn .custom-icon {
                width: 30px;
                height: 30px;
            }
    }

    @media only screen and (max-width: 370px) {
        .project-card-header .responsive-title {
            max-width: 60px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
        }

        .createproject.btn-custom2 {
            font-size: 8px;
            height: 28px;
        }

        .offcanvasfooter {
            gap: 10px 0;
        }

        .buttonwrapper .custom-btn {
            padding-left: 10px;
        }

        .custom-font3 {
            font-size: 13px !important;
        }
    }




    @media only screen and (max-width: 345px) {
        .custom-breadcrumn .breadcrumn ul > li {
            font-size: 9px !important;
        }

        .custom-breadcrumn .breadcrumb-item a {
            font-size: 13px !important;
        }

        .custom-font3 {
            font-size: 11px !important;
        }
    }


    @media only screen and (max-width: 335px) {

        .buttonwrapper .btn-custom,
        .buttonwrapper .btn-custom-border {
            font-size: 8px !important;
            padding-left: 10px !important;
            height: 26px !important;
        }
    }

    /* === Up to 320px === */
    @media only screen and (max-width: 320px) {
        .project-card-header .responsive-title {
            font-size: 12px;
            max-width: 50px !important;
            display: inline-block;
        }

        .project-card-header {
            align-items: center;
        }

            .project-card-header .btn-custom2 {
                height: 24px !important;
                padding-left: 14px !important;
                font-size: 10px !important;
            }


        .custom-col {
            flex: 0 0 100%;
        }

        .project-card-header .pl-2 {
            padding-left: 0 !important;
        }

        .form-group a.btn.btn-custom-border {
            margin-top: 4px;
        }
    }
