@media (max-width:1500px) {
    .bg-blue.section-1 {
        padding: 53px 80px 0 70px;
    }
}

@media (max-width:1335px) {
    .bg-blue.section-1 {
        padding: 53px 80px 0 0;
    }
}
@media (max-width:1100px) {
    .bg-blue.section-1 {
        padding: 13px 20px 0 0;
    }
    .banner figure{
        height: 100%;
    }
    .arrows-center .owl-nav{
        display: none;
    }
    .about-product img{
        max-width: 150px;
        max-height: 180px;
    }
    .filters .bottom{
        max-width: calc(100% - 6px);
    }
}
@media (max-width:993px) {
    .bg-blue.section-title{
        padding: 53px 16px 0;
    }
    .main-header .navbar-nav{
        align-items: flex-start;
    }
    .bg-blue.section-1 {
        padding: 13px 20px 0 20px;
    }
    .brands{
        margin-top: 54px;
    }
    .footer .subscription{
        margin-inline-start: 0px;
    }
    .footer .menu{
        padding-inline-start: 0px;
    }
    .footer .subscription form {
        width: 50%;
        margin-bottom: 12px;
    }
    .footer .social-media{
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
    }
    .tabs{
        padding-inline-start: 0;
    }
    .content-alert{
        font-size: 13px;
    }
    .alert-ad{
        padding-left: 0;
        padding-right: 0;
    }
    .filters .bottom {
        display: none;
    }
    .filters .top .show {
        display: inline;
    }
    .filters .top .hide {
        display: none;
    }
  
   
}
@media (max-width:760px) {
    .banner figure{
        height: 300px;
    }
    .main-img{
        height: 100%;
    }
    .album-card figure img{
        width: 100%;
        height: auto;

    }
}
@media (max-width:550px){
    .custom-pagination .page-link{
        width: 34px;
        height: 34px;
        line-height: 22px;
    }
    .top .btn-group{
        margin-top: 10px;
    }
    .link-to{
        margin-inline-start: 0;
        margin-inline-end: 0;
        margin-top: 10px;
    }
    .about-product{
        height: auto;
    }
    .alert-ad button{
        height: 28px;
        font-size: 22px;
        margin-top: 0;
        width: max-content;
        padding: 10px 8px;
        padding-top: 12px;
    }
    .parent-tabs{
        overflow-x: scroll;
    }
    .tabs{
        width: 530px;
    }

    .unknown img{
        height: 170px;

    }
    .footer .subscription form{
        width: 100%;
    }
    .footer-title{
        margin-top: 15px;
    }
    .banner figure{
        height: 240px;
    }
  .albums-page  .main-title h2{
        font-size: 18px;
    }
    .contact-info .roles-jobs p span{
        font-size: 12px;
    }
    .contact-info .roles-jobs h3{
        font-size: 20px;

    }
    .bg-blue.section-title{
        padding: 33px 20px 0 20px;
    }
	.roles-jobs i{
		border:none;
	}
   
}