﻿@media only screen and (max-width: 767px) {

    .card-header img {
        width:20px;
    }



    .title {
        font-weight: 600;
        font-size: 15px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-bottom: 7px;
        border-bottom: solid #d6d6d6 1px;
    }

    .nodesk {
        display: none !important
    }

    .card-header h5 {
        text-align: left;
        font-size: 12px;
    }

    .whatsapp-ribbon {
       
    }
    .card-header label {
        font-size: 11px;
        font-weight: 600;
        cursor: pointer !important;
    }

    .card-body p {
        text-align: left;
        line-height: normal;
        font-size: 11px;
    }
    .btn {
        display: inline-block;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        line-height: 25px;
        text-transform: capitalize;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        overflow: hidden;
        border-radius: 5px;
        font-size: 13px !important ;
    }
}

@media only screen and (min-width: 991px) {
    .whatsapp-ribbon {
       
        z-index: 10;
    }

    
    .nomobil {
        display:none !important;
    }

    .card-header h5 {
        text-align: left;
        font-size: 20px;
    }
}
