/* Responsiveness */
@media(max-width: 991px){
    .ec-right-section a{
        top: 5%;
        height: 17%;
        line-height: 1;
    }
    .ec-header .shape{
        width: 45%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 35% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 35% 100%);
    }
}


@media(max-width: 767px){
    body{
        font-size: 12px;
    }
    .side-menu ul{
        -webkit-margin-start: -15px;
        margin-bottom: 5px;
    }
    .side-menu .card-header {
        padding: .75rem .5rem;
        text-align: center;
    }
    .ec-right-section a {
        line-height: 0.6;
        height: 15%;
    }
    .ec-right-section a.btn {
        font-size: inherit;
    }
    .ec-banner {
        height: 35px;
        text-align: center;
    }
    .dropdown:hover>.dropdown-menu {
        text-align: center;
        border-color: #28a745;
    }

    /* Slider */
    .carousel-indicators {
        left: 10px;
    }

    .carousel-indicators li {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 550px) {
    .row {
        margin-right: -8px;
        margin-left: -8px;
    }
    .ec-right-section a {
        line-height: 0.4;
    }
    body .main-content{
        font-size: 14px;
    }
    .main-content .card-body .nav-link {
        padding: 0.25em 0.5rem;
    }
    .pr-0,
    .pl-0{
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .col-6{
        padding: 0 5px !important;
    }

}

@media (max-width: 475px) {
    .ec-right-section a {
        height: 20%;
        top: 3px;
        margin-top: 3px !important;
    }
    .ec-header .shape {
        width: 55%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
    }
}