
@media(min-width:992px) and (max-width:1169px) {
   
}

@media(min-width:76px) and (max-width:991px) {
   
}

@media(max-width:768px) {
  
}

@media only screen and (min-width:480px) and (max-width:767px) {

}

@media(max-width:768px) {
     .bgb2 {
    /*background: #d64951;
    padding: 4px !important;
    height: 100px;*/
}
    .section-title p {
    font-size: 14px;
}
     section > .container, section > .container-fluid {
    padding-top: 20px;
    padding-bottom: 60px;
}
}

@media(max-width:480px) {
     .bgb2 {
    /*background: #d64951;
    padding: 4px !important;
    height: 100px;*/
}
    .section-title p {
    font-size: 11px; padding-top: 5px;
}
    #sticky-wrapper{
        height:0px !important;
    }
    .pt-50 {
    padding-top: 0px !important;
}
    section > .container, section > .container-fluid {
    padding-top: 20px;
    padding-bottom: 60px;
}
    .pb-40 {
    padding-bottom: 0px !important;
}
    
    
    /*.header-nav {
    position: relative;
    top: -80px;
    left: 28px;
}*/
}

@media(max-width:425px) {
   
}

@media(max-width:375px) {
    
}

@media(max-width:320px) {
     .bgb2 {
    /*background: #d64951;
    padding: 4px !important;
    height: 100px;*/
}
    .section-title p {
    font-size: 11px;
    line-height: 11px;
    margin-top: 9px; padding-top: 5px;
}
    
}




/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 