/* Mobile devices */
@media screen and (max-width: 480px) {
    .auth-card {
        padding: 30px 20px !important;
    }

    .preloader-wrap img {
        height: 82px;
    }

    .panel-header img {
        height: 35px;
    }

    .s-detail-con {
        padding: 15px;
        padding-left: 15px;
        padding-top: 68px;
    }

    .desk-nav {
        display: none !important;
    }

    .mobile-nav {
        display: block !important;
    }

    .sidebar-css {
        width: 100%;
        box-shadow: none;
        border: none;
    }

    .sidebar-css::before {
        background-color: transparent;
        background-image: none;
    } 

    .device-1 {
        display: none;
    }

    .desk-header-nav {
        display: none;
    }

    .front-logo h2 {
        font-size: 23px;
    }

    .mobile-header-nav {
        display: block;
    }

    .banner-section {
        background-image: none;
        height: auto;
        padding: 33px 0px;
    }

    .banner-section p {
        font-size: 14px;
    }

    .banner-section h1 {
        font-size: 37px;
    }

    .features-section {
        padding: 35px 7px;
    }

    .section-title {
        font-size: 24px;
    }

    .section-desc {
        font-size: 13px !important;
    }

    .feature-card {
        display: block;
    }

    .feature-card img {
        width: 100%;
        height: 125px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0px;
        object-fit: contain;
    }

    .features-detail h4 {
        font-size: 16px;
    }

    .feature-card .features-detail .desc {
        font-size: 12px;
    }

    .feature-card .features-detail .feature-action {
        position: relative !important;
        font-size: 14px;
        margin-top: 7px;
        left: 0 !important;
        bottom: 0 !important;
    }

    .pricing-section {
        padding: 35px 7px;
    }

    .price-card {
        height: 300px;
        margin-bottom: 25px;
    }

    .price-card .price-header-area h2 {
        font-size: 21px;
    }

    .price-card .price-header-area p {
        -webkit-line-clamp: 2;
        font-size: 11px;
    }

    .price-header-area h1 {
        font-size: 27px !important;
    }
    .price-card .price-header-area h1 span {
        font-size: 15px !important;
    }

    .price-card .price-details {
        padding: 15px 11px;
    }

    .price-card .price-details i {
        font-size: 13px !important;
    }

    .price-card .price-details p {
        font-size: 12px;
    }

    .price-card .price-details p span {
        font-size: 15px;
    }

    .price-card .recommended-badge {
        font-size: 8px;
        width: 106px;
    }

    .price-card .my-price-btn {
        padding: 9px;
        bottom: -19px;
        width: 139px;
        font-size: 12px;
    }

    .auth-section {
        padding: 30px 15px;
    }

    .auth-section-bg-card .welcome-block {
        padding: 30px;
    }

    .auth-block {
        padding: 30px;
    }

    .block-text {
        font-size: 14px;
        animation: none;
    }

    .auth-section-bg-card .welcome-block h1 {
        animation: none;
        font-size: 28px;
    }

    .auth-section-bg-card .welcome-block-desc {
        font-size: 12px;
        animation: none;
    }

    .admin-search {
        display: none;
    }

    .search_on_mobile {
        display: block !important;
    }

    .dash-card {
        padding: 13px;
    }

    .dash-card p {
        font-size: 12px;
    }

    .dash-parent-card {
        padding: 24px;
    }

    .dash-parent-card2 {
        padding: 24px;
    }

    .dash-card2 {
        padding: 13px;
    }

    .dash-card2 p {
        font-size: 12px;
    }

    .beta-label {
        top: -2px;
        left: 0px;
        right: 0;
        margin: auto;
        transform: none !important;
        width: 80px;
        font-size: 12px;
        border-bottom-left-radius: 13px;
        border-bottom-right-radius: 15px;
    }

    .footer-inner {
        padding: 30px;
    }

    .p-footer-desc {
        font-size: 1rem;
    }

    .panel-footer {
        padding: 30px 0px;
    }

    .active-plan-card {
        width: 100%;
    }

    .footer-inner ul {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-inner ul li {
        margin-bottom: 17px;
    }

    .footer-inner .footer-logo {
        height: 37px;
    }

    .server-stack-mobile {
        display: flex;
    }

    .panel-links {
        display: none !important;
    }

    .header-user-name {
        display: none !important;
    }

    .menu-btn {
        display: block !important;
        margin-left: 12px;
    }

    .header-actions a {
        display: none !important;
    }
    
}

/*  iPads, Tablets (Portrait)*/
@media (min-width: 481px) and (max-width: 768px) {

    .auth-card {
        padding: 30px 20px !important;
    }
    
    .preloader-wrap img {
        height: 100px;
    }

    .panel-header img {
        height: 35px !important;
    }

    .panel-links > button {
        display: block !important;
        margin-right: 12px;
    }

    .panel-links {
        justify-content: flex-end !important;
    }

    .panel-links ul {
        display: none;
    } 

    .front-header {
        padding: 10px 10px;
    }

    .front-header-ul li a {
        font-size: 12px;
    }

    .front-logo h2 {
        font-size: 23px;
    }

    .banner-section {
        height: 371px !important;
        background-attachment: scroll;
    }

    .banner-section h1 {
        font-size: 24px;
    }

    .banner-section p {
        font-size: 13px;
    }

    .features-section {
        padding: 40px 10px;
    }

    .feature-card img {
        height: 140px;
        width: 124px;
        object-fit: contain;
    }

    .features-detail h4 {
        font-size: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .feature-card .features-detail {
        padding: 15px;
    }

    .feature-card .features-detail .desc {
        -webkit-line-clamp: 2;
        font-size: 12px;
    }

    .feature-card .features-detail .feature-action {
        position: relative !important;
        font-size: 13px;
        margin-top: 7px;
        left: 0 !important;
        bottom: 0 !important;
    }

    .section-title {
        font-size: 28px;
    }

    .section-desc {
        font-size: 15px !important;
    }

    .pricing-section {
        padding: 40px 10px;
        background-size: contain;
    }

    .price-card {
        height: 300px;
        margin-bottom: 25px;
    }

    .price-card .price-header-area h2 {
        font-size: 21px;
    }

    .price-card .price-header-area p {
        -webkit-line-clamp: 2;
        font-size: 11px;
    }

    .price-header-area h1 {
        font-size: 27px !important;
    }
    .price-card .price-header-area h1 span {
        font-size: 15px !important;
    }

    .price-card .price-details {
        padding: 15px 11px;
    }

    .price-card .price-details i {
        font-size: 13px !important;
    }

    .price-card .price-details p {
        font-size: 12px;
    }

    .price-card .price-details p span {
        font-size: 15px;
    }

    .price-card .recommended-badge {
        font-size: 8px;
        width: 106px;
    }

    .price-card .my-price-btn {
        padding: 9px;
        bottom: -19px;
        width: 139px;
        font-size: 12px;
    }

    .contact-section img {
        height: 241px;
    }

    .footer-section-con {
        padding: 21px 27px !important;
    }

    .footer-section ul li a {
        font-size: 13px;
    }

    .auth-section {
        padding: 30px 15px;
    }

    .auth-section-bg-card .welcome-block {
        padding: 30px;
    }

    .auth-block {
        padding: 30px;
    }

    .block-text {
        font-size: 14px;
        animation: none;
    }

    .auth-section-bg-card .welcome-block h1 {
        animation: none;
        font-size: 28px;
    }

    .auth-section-bg-card .welcome-block-desc {
        font-size: 12px;
        animation: none;
    }

    .dash-card {
        padding: 13px;
    }

    .dash-card p {
        font-size: 12px;
    }

    .dash-parent-card {
        padding: 24px;
    }

    .dash-parent-card2 {
        padding: 24px;
    }

    .dash-card2 {
        padding: 13px;
    }

    .dash-card2 p {
        font-size: 12px;
    }

    .admin-search {
        animation: none;
    }

    .footer-inner {
        padding: 30px;
    }

    .p-footer-desc {
        font-size: 1rem;
    }

    .panel-footer {
        padding: 30px 0px;
    }

    .active-plan-card {
        width: 100%;
    }

    .footer-inner ul {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-inner ul li {
        margin-bottom: 17px;
    }

    .beta-label {
        width: 186px;
        padding: 1px;
        left: -69px;
    }

    .panel-links {
        display: none !important;
    }

    .header-user-name {
        display: none !important;
    }

    .menu-btn {
        display: block !important;
        margin-left: 12px;
    }
}

/* Small screens, laptops or ipad (Landscape) */
@media (min-width: 769px) and (max-width: 1024px) {
    .preloader-wrap img {
        height: 100px;
    }

    .front-header {
        padding: 10px 10px;
    }

    .front-header-ul li a {
        font-size: 14px;
    }

    .front-logo h2 {
        font-size: 23px;
    }

    .banner-section {
        height: 483px !important;
        background-attachment: scroll;
    }

    .banner-section h1 {
        font-size: 34px;
    }

    .banner-section p {
        font-size: 14px;
    }

    .features-section {
        padding: 40px 10px;
    }

    .feature-card img {
        height: 140px;
        width: 124px;
        object-fit: contain;
    }

    .features-detail h4 {
        font-size: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .feature-card .features-detail {
        padding: 15px;
    }

    .feature-card .features-detail .desc {
        -webkit-line-clamp: 2;
        font-size: 12px;
    }

    .feature-card .features-detail .feature-action {
        position: relative !important;
        font-size: 13px;
        margin-top: 7px;
        left: 0 !important;
        bottom: 0 !important;
    }

    .section-title {
        font-size: 28px;
    }

    .section-desc {
        font-size: 15px !important;
    }

    .pricing-section {
        padding: 40px 10px;
        background-size: contain;
    }

    .price-card {
        height: 300px;
        margin-bottom: 25px;
    }

    .price-card .price-header-area h2 {
        font-size: 21px;
    }

    .price-card .price-header-area p {
        -webkit-line-clamp: 2;
        font-size: 11px;
    }

    .price-header-area h1 {
        font-size: 27px !important;
    }
    .price-card .price-header-area h1 span {
        font-size: 15px !important;
    }

    .price-card .price-details {
        padding: 15px 11px;
    }

    .price-card .price-details i {
        font-size: 13px !important;
    }

    .price-card .price-details p {
        font-size: 12px;
    }

    .price-card .price-details p span {
        font-size: 15px;
    }

    .price-card .recommended-badge {
        font-size: 8px;
        width: 106px;
    }

    .price-card .my-price-btn {
        padding: 9px;
        bottom: -19px;
        width: 139px;
        font-size: 12px;
    }

    .footer-section-con {
        padding: 21px 27px !important;
    }

    .footer-section ul li a {
        font-size: 13px;
    }

    .panel-links ul li a {
        font-size: 13px;
        padding: 28px 13px;
    }

    .header-user-name .v-btn__content .name-span {
        display: none;
    }

    .panel-header img {
        height: 31px;
    }

    .beta-label {
        width: 186px;
        padding: 1px;
        left: -69px;
    }

    .menu-btn {
        display: block !important;
        margin-left: 12px;
    }

    .panel-links {
        display: none !important;
    }
}

/* Small screens, laptops or ipad (Landscape) */
@media (min-width: 1025px) and (max-width: 1300px) {
}

/* Extra large screens, TV */
@media (min-width: 1301px) {
}
