
  @media screen and (max-width: 767px) {
      .wpo-page-title .wpo-breadcumb-wrap {
          margin-top: 190px;
      }
      .wpo-site-header .header-right {
        right: 0px;
    }
    .wpo-site-header .header-right {
      
        justify-content: space-evenly;
      
    }  
    .header-right .new.col-lg-3.col-md-2.col-12 {
        padding-top: 10px;
    }
  } 
  @media screen and (max-width: 991px) {
    .wpo-site-header .navigation {
        padding: 0;
    }
} 



 /* @media screen and (min-width: 768px) {
    .navigation .navbar .navicon {
        flex: 0 0 auto;
        width: 100%;
    } 
    .col-lg-3.col-md-2.col-12.navicon {
        width: 100%;
        justify-content: space-between;
    }
    .wpo-site-header .header-right {
       
        justify-content: space-evenly;
       margin-top: 10px;
    }
}  */

 @media screen and(max-width: 991px) {
    .wpo-about-section.section-padding {
        padding: 0px 0;
    }
} 

 @media screen and(max-width: 1200px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 70px 6px;
        font-size: 25px;
    }
} 