img {
  max-width: 100%;
} 

/* #Tablet (Landscape)
================================================== */

@media only screen and (max-width: 1386px) {

.offcanvas-menu.border-menu .logo-image {
    display: none !important;
}
nav.d-flex {
    display: flex !important;
    justify-content: flex-end;
    height: 140px;
}
a#offcanvas-toggler {
    display: flex !important;
    float: none !important;
    margin: 0 !important;
}
.sp-megamenu-parent {
display: none !important;
}
#offcanvas-toggler {
display: inline-block;
}
.layout-boxed .body-innerwrapper {
    max-width: 1240px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    margin-bottom: 0px;
}
.sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 75px;
    right: 30px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #333;
    border-radius: 3px;
    z-index: 1000;
}
#offcanvas-toggler.offcanvas-toggler-right {
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: -10px;
}
}
/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */
    
    
@media only screen and (max-width: 959px) {


}


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

@media only screen and (max-width: 767px) {


}

/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

@media only screen and (max-width: 440px) {
.page-content {
    padding: 5px;
    background-color: #fff !important;
}
}

