    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {
        
    .slider-banner {
    height: 530px;
    }
    
    .slider-banner .item{
    height: 530px;
    }
    
    }
    
    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {
    .title-m {
    font-size: 1.25rem !important;
    }
    
    p {
    font-size: 16px !important;
    }
    
    .title-m img {
    width: 24px;
    height: 24px;
    }
    
    .new-f {
    position: relative;
    width: 85%;
    margin: 0 auto;
    }
    
    div#offcanvasNavbar {
    width: 80%;
    }
    
    .navbar-scroll {
    /*height: 80px !important;*/
    background: #fff !important;
    }
    
    .set-slider-text {
    left: 50px;
    translate: 0 -50%;
    }
    
    .slider-banner {
    height: 630px;
    }
    
    .slider-banner .item{
    height: 630px;
    }
    
    .btn-sm {
    padding: 5px 15px;
    border-radius: 6px;
    }
    .sub-page-banner {
    background: #ababab;
    padding: 30px 20px;
    padding-top: 80px;
    }
    
    footer.bg-light figure {
    text-align: center;
    }
        
    }
    
    
    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
        
    .set-slider-text {
    padding: 0 15px;
    }
        footer.bg-light figure img {
    text-align: center;
        padding-top: 15px;
    margin-bottom: 10px !important;
    }
    .set-log {
    width: auto;
    height: 50px;
    margin: 0 auto;
    background: #fff;
    padding: 0px;
    border-radius: 4%;
    top: 8px;
    position: relative;
    }
    
    .navbar-brand-logo {
    top: 0px;
    }
    
    }
    
    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
    
    div#inquire .modal-dialog,
    div#requestMagazine .modal-dialog {
    width: 25%;
    }
    
    .set-slider-text {
    transform: translate(100px, -135px);
    }
    
    .w-md-75 {
    width: 75% !important;
    }
    
    }
    
    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {}