@media (min-width: 1025px) {
  select option{
    font-size: 18px;
  }
}

@media only screen and (max-width:1024px){
  .about-right{
      padding-left:0px !important;
  }
  footer>div{
    padding-left:15px;
  }
}
@media only screen and (min-width:992px) and (max-width:1200px){
  .about-left::before{
    left:-25px;
  }
  .about-left::after{
    right:-15px;
  }
}
@media only screen and (min-width:440px) and (max-width:992px){
  .about-img{
    width:90vw;
    margin:auto;
  }

}
@media only screen and (max-width:439px){
  .about-img{
    width:86vw !important;
    margin:auto;
  }
  
}
@media only screen and (max-width:768px){
  .header-top-contact ul{
    flex-direction: column;
    gap:0px;
  }
  .breakingNewsArea--info .braking-inner .bracking-left{
    margin:auto;
    justify-content: center;
  }
  .hero-section{
    margin-top:56px;
  }
  .hero-single .hero-content .hero-title{
    font-size:32px;
  }
    
}
