   *{
       font-family: "Manrope", sans-serif; 
   }
   
   li ul ol p {
       font-size: 16px;
    line-height: 1.5;
    font-optical-sizing: auto;
    font-style: normal;
   
    
   }
   
   
    .projDetail .ProjectListing h3 {
    font-size: 20px;
    line-height: 0px;
    padding-bottom: 0px;
    }

    .projDetail .ProjectListing p {
  margin-bottom: 17px;
    text-align: justify;
    }

    .projDetail .ProjectListing h4 {
    font-size: 18px;
    line-height: 15px;
    padding-bottom: 0px;

    }

    .projDetail .ProjectListing ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background: #262323;
    }

    .projDetail .ProjectListing ul li {
    padding-left: 14px;
    position: relative;
    margin-bottom: 7px;

    }
    
    
    a, a[href] {
    /*text-decoration: none;*/
    /*color: #ff0000d9 !important;*/
    /*font-weight: 300;*/
    
    }
    
    i{
        color: #ff0000d9;
    font-style: normal;
    font-weight: 500;
    }
   
   
    
    .banner-ProjDet .premlink ul li a, .banner-ProjDet .premlink ul li span {
    color: #fff !important;
    }
    
    
    
    
    
    @media (max-width: 991px) {
    .projDetail .ProjectListing .gallery-section .gallery-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }
    
    .projDetail .ProjectListing h3 {
    font-size: 20px;
    line-height: 30px !important;

}



.listSideBar .quckEnqForm {
    background: #fff;
     border-radius: 1px !important; 
     border: none !important; 
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    
}



b{
font-weight: 800 !important;
    }
    
    .projDetail .ProjectListing p, .projDetail .ProjectListing li {
    color: #000000c7;
    line-height: 1.5;
    
    }
    
    
    
