.brand-logo img{
    height: 7rem !important;
    width: 11rem;
}
   

@media only screen and (max-width: 600px) {
    .brand-logo img{
        height: 7rem !important;
        width: 11rem;
        padding-top: 17px;
    }
  }
   
  #lo   input::placeholder{
      color:red;
  }
  
  
  .bi-header-social a i{
      color:#fff !important;
  }
  
  
  .bi-footer-cta-social ul li i{
            color:#fff !important;
  }
  
  .split-line{
      color:#fff !important;
  }
  
  
 @media (max-width: 650px) {
 
  p {
    position: relative;
    margin: 0px !important;
    padding: 0px !important;
    background: rgba(white, 0.8);
  
  }
}

 .headline-title{
     color:#000;
 }


.pera-content p {
    color:#000 !important;
}

.add-text p{
    color:#fff !important ;
}

.add-widget-area .add-icon i{
    color:#fff !important ;
   
}

.add-widget-area .add-icon {
    border: 5px solid #fff !important;
}


@media only screen and (max-width: 600px) {
    .contentmn h5{
        margin-top: 1rem !important;
    }
    
    .contentmn {
        padding-bottom: 1rem !important;
    }
  }






