/*For Mobile Devices*/
@media (min-width: 320px) and (max-width: 480px) {
    .ih-wlt-c-mur-modal .carousel{
        display: none;
    }
    .navbar-brand img {
        width: 145px;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-toggler:focus>i{
        color: var(--primary-color);
    }
    .ih-wlt-c-mur-header .navbar-nav .nav-item.active .nav-link{
        border-bottom: 0.1875rem solid transparent;
    }
    .ih-wlt-c-mur-bd-title-layer h1::before{
        left: 55px;
    }
    .ih-wlt-c-mur-bd-title-layer h1::after{
        right: 0;
    }
    .ih-wlt-c-mur-sidebar-img {
        width: 18%;
    }
    .ih-wlt-c-mur-sidebar-content {
        width: 80%;
    }
    .wlt-c-mur-memorial .ih-wlt-c-mur-sidebar-img img{
        width: 4rem;
        height: 4rem;
    }
    .ih-wlt-c-mur-social{
        align-items: center;
        margin-bottom: 15px;
    }
    .ih-wlt-c-mur-footer li:first-child{
        padding-left: 10px;
    }
    .ih-wlt-c-mur-footer li{
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .ih-wlt-c-mur-footer p{
        text-align: center;
    }
    .ih-wlt-c-mur-footer ul{
        text-align: center;
    }
    .ih-wlt-c-mur-footer{
        padding: 10px 0;
    }
    .ih-wlt-c-mur-search{
        width: 90% !important;
    }
    
    .ih-wlt-c-mur-search .has-icon .form-control, .ih-wlt-c-mur-classified-search .ih-wlt-c-mur-search .has-icon .form-control{
        margin-bottom: 10px;
    }
    .ih-wlt-c-mur-sort{
        float: left;
        padding: 0px 0 10px;
        margin-left: 0px;
    }
    .ih-wlt-c-mur-short-desc blockquote:after {
        content: '”';
        right: -0.7rem;
        bottom: -2rem;
    }
    .ih-wlt-c-mur-my-business-img{
        width: 100%;
    }
    .ih-wlt-c-mur-my-business-detail{
        flex-direction: column;
        width: 100%;
    }
    .ih-wlt-c-mur-my-business-info{
        width: 100%;
    }
    .ih-wlt-c-mur-business-social, 
    .ih-wlt-c-mur-business-direction{
        width: 100%;
        text-align: center;
    }
    .ih-wlt-c-mur-business-direction{
        margin: 10px 0 0;
    }
    .ih-wlt-c-mur-business-social ul li:first-child{
        margin-left: 0;
    }
    .ih-wlt-c-mur-business-category ul li{
        width: 100%;
    }
    .ih-wlt-c-mur-business-services ul li{
        width: 100%;
    }
    .ih-wlt-c-mur-my-classified-detail {
        width: 100%;
    }

}
/*For Tablet Devices*/
@media (min-width: 480px) and (max-width: 820px) {
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-toggler:focus>i{
        color: var(--primary-color);
    }
    .ih-wlt-c-mur-bd-title-layer h1::after{
        right: 0;
        display: none;
    }  
    .ih-wlt-c-mur-bd-title-layer h1::before{
        left: 55px;
        display: none;
    }
    .ih-wlt-c-mur-footer{
        padding: 10px 0;
    }
    .ih-wlt-c-mur-social{
        align-items: center;
        margin-bottom: 15px;
    }
    .ih-wlt-c-mur-footer li:first-child{
        padding-left: 10px;
    }
    
    .ih-wlt-c-mur-footer li{
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .ih-wlt-c-mur-footer p{
        text-align: center;
    }
    .ih-wlt-c-mur-footer ul{
        /* display: flex;
        align-items: center;
        justify-content: center; */
        text-align: center;
    }
    .ih-wlt-c-mur-sidebar .ih-wlt-c-mur-card-sidebar.recent-event{
        width: 50%;
    float: left;
    }
    .ih-wlt-c-mur-short-desc blockquote:after {
        content: '”';
        right: -0.7rem;
        bottom: -2rem;
    }
    .ih-wlt-c-mur-search{
        width: 90% !important;
    }
    
    .ih-wlt-c-mur-search .has-icon .form-control, .ih-wlt-c-mur-classified-search .ih-wlt-c-mur-search .has-icon .form-control{
        margin-bottom: 10px;
    }
    .ih-wlt-c-mur-sort{
        float: left;
        padding: 0px 0 10px;
        margin-left: 0px;
    }
    .ih-wlt-c-mur-short-desc blockquote:after {
        content: '”';
        right: -0.7rem;
        bottom: -2rem;
    }
}