
@media only screen and (max-width:767px){

    .list-content h3 {
        font-size: 15px;
        line-height: 25px;
        margin-top: 10px;
    }

    .list-content a {
        font-weight: 600;
        font-size: 10px;
        line-height: 28px;
        text-decoration-line: underline;
        color: #FF9409;
    }
    .list-content p {
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
        color: #615854;
    }

    .details-outer {
        height: auto;
    }
 
    button.navbar-toggler svg path {
        stroke: #fff;
    }

    .banner-info h1 {
        font-size: 20px;
        line-height: 28px;
    }
    .banner-info p {
        font-size: 14px;
        line-height: 20px;
    }
    .banner-info {
        margin-top: 10px;
    }
    section.dottedBg, .indentity__section {
        min-height: 300px;
        padding-top: 50px;
    }

    .banner-search {
        margin-top: 10px !important;
    }

    .search-btn{
        font-size: 12px;
        display: flex;
    }

    .w-heading{
    font-weight: 700;
font-size: 24px;
line-height: 35px;
text-align: center;
color: #201007;
}
section#works {
    padding: 30px 0;
}

.p-disp {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    font-family: 'sofia_prolight';
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px;
}

div#navbarSupportedContent {
    position: absolute;
    width: 100%;
    background: rgb(0 0 0 / 91%);
    left: 0;
    top: 70px;
    z-index: 99;
    padding-left: 25px;
}


.navbar {
    position: unset;
}

.work-info h3{
    font-weight: 700;
font-size: 18px;
line-height: 35px;
}

.work-info p{
    font-weight: 300;
font-size: 13px;
line-height: 18px;
}
.pass-content {
    padding: 0 40px;
}

.product-detail-image img{max-width: 300px;}

a.navbar-brand img {
    max-width: 175px;
}
.row.grid-outer .col-lg-6 {
    width: 50%;
}
section.details-outer.main__banner {
    padding-top: 80px;
    padding-left: 28px;
}

.detail-titles {
    margin-top: 30px;
}

.aps-btn {
    padding: 10px 20px;
}
.col-lg-6.pass-content {
    position: relative;
    z-index: 99;
}
.map-pin {
    position: absolute;
    width: 120px;
    height: 33px;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
}

.mobile-hide{
    display: none;
}

.col-lg-6.grid-view {
    width: 100% !important;
}

.desk-hide{
    display:block !important;
}

.row.grid-outer img {
    width: 100%;
   min-height: 58vh;
}

}


@media only screen and (max-width:500px){

    .pass-content h2 {
        font-size: 18px;
        line-height: 35px;
    }

    .pass-btn {
        background: #FF9409;
        border-radius: 6px;
        width: 173px;
        font-size: 13px;
    }

    .pass-content p {
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
    }

    .date {
        font-size: 14px;
    }

    .search-btn {
        padding: 15px 20px;
    }

    .banner-search input {
        height: 54px;
        width: 200px;
        border-radius: 4px;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.22);
        padding: 0 10px;
    }

.row.grid-outer img {
    width: 100%;
   min-height: 40vh;
}

}


@media only screen and (max-width:1024px){

    .desk-hide{
        display: none;
    }

    div#navbarSupportedContent {
        position: absolute;
        width: 100%;
        background: rgb(0 0 0 / 91%);
        left: 0;
        top: 70px;
        z-index: 99;
        padding-left: 25px;
    }
    .navbar {
        position: unset;
    }

   section.details-outer.main__banner {
    padding-top: 80px;
    padding-left: 28px;
}

.detail-titles {
    margin-top: 30px;
}

.col-lg-6.pass-content {
    position: relative;
    z-index: 99;
}
}