/**
  ** Created by: http://github.com/localnetwork/
  */

@media (min-width: 1181px) {
    .responsive-tabs .dropdown-arrow {
        display: none;
    }
}

@media screen and (max-width: 1180px) {
    .responsive-tabs {
        position: relative;
        border: 1px solid #ccc;
    }
    .responsive-tabs li {
        width: 100%;
        margin: 0 !important;
    }
    .responsive-tabs li > a {
        display: none;
        border: 0 !important;
        border-radius: 0 !important;
    }
    .responsive-tabs.open li > a, .responsive-tabs li > a.active {
        display: block;
    }
    .responsive-tabs .dropdown-arrow {
        position: absolute;
        top: 15px;
        right: 15px;
        border: solid black;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        vertical-align: middle;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: all ease .5s;
        cursor: pointer;
    }
    .responsive-tabs.open .dropdown-arrow {
        transform: rotate(-135deg);
        transition: all ease .5s;
    }
}

.nav-tabs a {
  color: #fff;
  font-family: 'Poppins';
  font-size: 14px;
}
