@media  screen and (max-width:768px) {
    .o_padding {
        padding: 37px 0 !important;
    }

    #site_slider_o .carousel-item{
        height: 100% !important;
    }
    #site_slider_o .carousel-caption h5 {
        font-size: 41px !important;
    }
    #site_slider_o .carousel-caption {
        top: 23%;
    }
    .about_content{
        margin-top: 54px !important;
        margin-left: 0 !important;
    }
    .event_thumbnail {
        margin-bottom: 26px;
    }
    .footer_1 .social_link {
        margin-bottom: 26px;
    }
    #site_header button.navbar-toggler {
        position: relative;
        border: 1px solid white;
        padding: 5px;
        background-color: #4a5561;
    }
    #site_slider_o {
        margin-top: 0 !important;
    }
    .navbar-toggler-icon {
        position: relative;
        border-top: 2px solid white;
        border-bottom: 2px solid white;
        height: 19px;
    }

    .navbar-toggler-icon:before {
        content: '';
        position: absolute;
        left: 0;
        top: 7px;
        height: 2px;
        width: 100%;
        background-color: white;
    }
    #site_header {
        background: #4a5561 !important;
    }
    #inner_page_header ul{
        text-align: center !important;
        margin-bottom: 25px !important;
    }
}
@media  screen and (max-width: 767px) {
    .o_padding {
        padding: 13px 0 !important;
    }
    .text_small_center {
        text-align: center !important;
    }
    .about_content {
        margin-top: 31px !important;
    }
    #service_cover {
        padding-top: 36px;
    }
    .testimonial_items:before{
        display: none;
    }
    .event_thumbnail {
        margin-bottom: 10px;
    }
    .o_buttom_padding {
        padding-bottom: 36px !important;
    }
    #site_slider_o .carousel-control-next-icon,
    #site_slider_o .carousel-control-prev-icon {
        width: 2rem !important;
        height: 2rem !important;
    }
    a.navbar-brand img {
        width: 130px;
    }
    .show_down i {
        font-size: 22px !important;
    }
    .carousel-control-next,
    .carousel-control-prev {
        width: 45px;
        height: 87px;
        top: 39px;
    }
    .show_down{
        bottom: 27px !important;
    }
    .footer_item {
        margin-top: 25px;
    }
    #site_footer_cover{
        padding-top: 8px !important;
    }
    .footer_1 .social_link {
        margin-bottom: 0;
    }
    .close_button_ns{
        left: -51px !important;
    }
    .cafe_content_wrapper {
        margin-top: 12px;
    }
    .nutrition_card {
        margin-bottom: 13px;
    }
}

@media only screen and (max-width: 320px) {
    body {
      background-color: lightblue;
    }
    .wa_widget-brand-info h4{
        font-size: 14px !important;
        font-weight: 500 !important;
    }
    .wa_widget-brand-image {
        width: 40px !important;
    }
  }
