@media (min-width: 1600px) {
    .container {
        max-width: 1320px !important;
    }
}

        /* navbar element css start */

        @media (min-width: 767px) {
            .navbar .navbar-nav .nav-link:after {
                content: "";
                position: absolute;
                height: 3px;
                bottom: 0;
                background: none;
            }
            .navbar .navbar-nav .nav-link.active:after {
                left: 0%;
                right: 0%;
            }
        }

        .small-btn {
            padding: 8px 10px;

            font-size: 14px;
            margin-bottom: 0px;
            margin-right: 0px;
        }

        @media only screen and (min-width: 768px) and (max-width:1200px) {
        .bigheading{
                font-size: 52px;
            }
}

        @media only screen and (min-width: 576px) and (max-width: 768px) {
            .small-btn {
                width: 30% !important;
            }
            /* .nav-link {
                width: 30% !important;
            } */
            .doctronline{
                font-size: 41px;
            }
            .privaycss{
                font-size: 36px;
            }
            .totalhealth{
                font-size: 23px;
            }
        }
        @media only screen and (min-width: 280px) and (max-width: 576px) {
            .small-btn {
                width: 62% !important;
            }
            .nav-link {
                width: 62% !important;
            }
            .doctronline{
                font-size: 39px;
            }
            .privaycss{
                font-size: 34px;
            }
            .totalhealth{
                font-size: 20px;
                margin-top: 15px;
                margin-bottom: 15px;;
            }
        }


        /* navbar element css end */

        /* start banner text css */
        .doctronline {
            background-image: linear-gradient(120deg, #04a9f5 0%, #04a9f5 100%);
        }
        .doctronline:hover {
            background-image: linear-gradient(120deg, #04a9f5 0%, #04a9f5 100%);
            padding: 5px 0px 5px 0px;
            transition: 0.7s;
        }


        .card-customer i {
            width: 35px;
            height: 35px;
            justify-content: center;
            align-items: center;
            display: flex;
            border-radius: 50%;
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
        }
        .card .card-block,
        .card .card-body {
            padding: 10px 25px;
        }
        @media only screen and (max-width: 992px) {
            header,
            section {
                /* padding-top: 85px !important; */
                padding-bottom: 40px;
            }
        }

        /* End banner text css */

     /* card css start*/
     .card .card-header h5:after {

    background-color: #04a9f5;

}

a{
    color:#04a9f5;
}
     /* card css end*/
