/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) {
    .MyDiary-Carousel-Nav {
        padding-left: 5px;
    }

        .MyDiary-Carousel-Nav .owl-stage-outer {
            margin-left: 0;
        }

        .MyDiary-Carousel-Nav a.hushlink-btn {
            margin: 10px auto;
        }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}
/* iPad 3 (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio : 2), only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (min-resolution: 192dpi) {
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
}
/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
}
/* Retina displays ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 2), only screen and (min-resolution: 192dpi) {
}

@media only screen and (max-device-width : 370px) {
    /* Smartphones (portrait and landscape) ----------- */
    .Menubar-bottom ul > li a {
        padding: 5px;
        width: 52px;
        height: 52px;
    }

    .Menubar-bottom ul > li.menubtnbtm a {
        width: 75px;
        height: 75px;
        padding: 10px;
    }

    .Menubar-bottom ul > li a .mb-icon i.mmain-menu {
        width: 45px;
        height: 45px;
        background-size: 18.8rem 45.4rem;
        /*background-size: 450px 650px;*/
    }

    .mmain-menu {
        background-position: -85px -258px;
    }

    .Menubar-bottom ul > li a:hover .mmain-menu, .Menubar-bottom ul > li.active a .mmain-menu {
        background-position: -85px -258px;
    }

    .dashcatlisting ul li {
        padding: 0 7px 20px;
    }

        .dashcatlisting ul li .cat-box .cat-ico {
            width: 100%;
            height: auto;
        }

            .dashcatlisting ul li .cat-box .cat-ico img {
                height: 35px;
                width: auto;
                top: 0px;
            }

        .dashcatlisting ul li .cat-box h5 {
            text-overflow: ellipsis;
            overflow: hidden;
            word-wrap: break-word;
            white-space: pre-wrap;
            font-size: 13px
        }

        .dashcatlisting ul li .cat-box .cat-ico .dnoti, .dashcatlisting ul li .cat-box .cat-ico .dnotib, .dashcatlisting ul li .cat-box .cat-ico .dnotia {
            min-width: 20px;
            line-height: 14px;
        }

    .menu-container {
        padding: 45px 20px 130px 0px;
    }

    .Page-Content-Section {
        padding: 50px 10px;
    }
   
    #TabsContent-container .tab-slider-trigger {
        padding: 15px 6px;
        font-size: 15px;
    }
   
    .modal .modal-title {
        margin: 0;
        font-size: 24px;
       /* font-weight:700;*/
        /* font-size: 28px;*/
    }

    div#googleMap {
        height: 200px !important;
    }
    .QuestionairListing-section .page-content-head {
        padding: 5px 20px 35px 30px !important;
    }
    .page-content .page-content-head {
        padding: 10px 20px 20px;
        margin: -50px -20px 0px;
    }
    .QuestionairListing-Slider .owl-nav {
        top: -98px;
    }
    .QuestionairListing-Slider.owl-theme .owl-dots {
        top: -65px;
    }
        .CalendarPickerBox .calDay .cal-li .day-contain {
        display: inline-block;
        overflow: hidden;
        padding: 4px;
    }

    .CalendarPickerBox .calDay .day-contain .dayNumber {
        padding: 4px !important;
        height: 40px !important;
    }

    .CalendarPickerBox .calDay .cal-li .day-contain {
        padding: 4px !important;
    }

    .CalendarPickerBox .calDay {
        position: relative;
        left: -2px;
    }

    .MyPlans-Listing ul li .planimg {
        width: 125px;
        height: inherit;
    }

        .MyPlans-Listing ul li .planimg img {
            min-height: inherit;
        }

    .modal .modal-header .close {
        right: 0px;
        top: -30px;
    }

    .modal .modal-header {
        padding: 0 0 15px;
    }

    .model-content-container .table td {
        padding: 5px;
    }
    .model-content-container .table th {
        padding: 5px 2px;
        font-size: 14px;
    }
    .modal .modal-content {
        padding: 40px 10px 30px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2.0), only screen and (min--moz-device-pixel-ratio: 2.0), only screen and (-o-min-device-pixel-ratio: 200/100), only screen and (min-device-pixel-ratio: 2.0) {
    .sprite2023 {
        background-image: url(../img/v1/sprites-2023@2.png);
        background-size: auto 900px;
    }
}
.ck-widget table {
    margin-left: auto !important;
}
.image-inline img{
    max-width:100% !important;
}
.ck-blurred p {
    width: auto !important;
}