@media(width>=992px){
   /* footer start  */
   .phone-no{
      margin-top: 36px;
      }
   /* footer end  */
}

@media(width<=768px){
    .header-body{
        position: fixed;
        top: 0;
     }
     #header{
        position: relative !important;
        z-index: 1030;
     }
}

.breadcrumb > li + li:before {
   color: #999292 !important;
}
.breadcrumb-home{
   color:#000; 
   font-size:14px; 
   font-weight:500 !important; 
   text-transform: capitalize;
}
.breadcrum-item{
   color: #f05223 !important;
   font-size:14px !important; 
   font-weight:500 !important; 
   text-transform: capitalize !important;
}

.breadcrumb-home:hover{
   color:#f05223;
}
.readmore:hover{
   border-bottom:1px solid #f05222 ;
}