.project-tab {
  padding: 0;
  float: left;
  width: 100%;
  margin: 20px 0;
}
div#nav-tabContent {
  width: 100%;
  float: left;
  position: relative;
}
.project-tab nav {
    padding: 0;
    margin-top: 0;
    width: 91%;
    float: left;
    
    border: none;
    margin-bottom: 20px;
    border-radius: 4px;
    position: relative;
}
.nav-tabs {
    border-bottom: 0;
    width: 100%;
}
.project-tab #tabs {
  background: #007b5e;
  color: #eee;
}
.project-tab #tabs h6.section-title {
  color: #eee;
}

.project-tab #tabs .nav-tabs .nav-item.show.nav-link, .nav-tabs .nav-link.active {
    font-family: 'poppinssemibold';
    font-size: 16px;
    z-index: 999999;
    border: none;
    position: relative;
    float: left;
    padding: 8px 0;
    display: block;
    transition: all .4s ease;
    border-radius: 0;
    background-color: transparent;
    color: #555;
}

.project-tab .nav-link {
    color: #555;
    font-size: 18px;
    font-family: 'poppinssemibold';
    border: none;
    transition-duration: 0.6s;
    margin: 0;
        padding: 15px 0;
    border-radius: 0;
    height: 82px;
    background-color: #f4f4f4;
    position: relative;
    bottom: 12px;
    vertical-align: middle;

}
.project-tab .nav-link:last-child {border-right: 0;}
.project-tab thead {
  background: #f3f3f3;
  color: #333;
}
.project-tab a {
  text-decoration: none;
  color: #333;
}
.tabs .selector {
    height: 100px;
    display: inline-block;
    position: absolute;
    left: 0px;
    z-index: 1;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#8200f4',GradientType=1 );
    top: -21px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.11);
    max-width: 400px;
    min-width: 220px;
}
.project-tab .nav-link img {
    width: 32px;
}
#tabs .nav-tabs .active svg {
    width: 20px;
    margin-bottom: 8px;
}
#tabs .nav-tabs svg {
    width: 20px;
    margin-bottom: 8px;
    height: 20px;
}
#tabs .nav-tabs .active svg .st0{
	fill: #EB122C;
}
#tabs .nav-tabs svg .st0{
	fill: #bebebe;
}
#tabs .nav-tabs span {
    color: #555;
    font-size: 18px;
    font-family: 'poppinssemibold';
    display: block;
}
#tabs .nav-tabs .active .aw_dwn {
    width: 16px;
    margin-top: 5px;
	display: inline-block;
}
#tabs .nav-tabs .aw_dwn {
    width: 16px;
    margin-top: 5px;
	display: none;
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    .tabs .nav-tabs {
        border-bottom: 0;
        width: 70%;
        margin: 0 auto;
    }
    .tabs .selector {
        top: 0;
        z-index: 0;
        background-color: transparent;
        box-shadow: none;
        height: 89px;
    }
    .nav-tabs .nav-link.active, .project-tab #tabs .nav-tabs .nav-item.show .nav-link {
        padding: 17px 0 !important;
        background-color: #e31837 !important;
        color: #fff !important;
    }
    .project-tab .nav-link {
        width: 100%;
        bottom: -7px;
        border-bottom: 1px solid #dedede !important;
    }
    .project-tab #tabs .nav-tabs .nav-item.show.nav-link, .nav-tabs .nav-link.active {
        background-color: transparent !important;
        border: none !important;
        width: 100%;
        padding: 10px 0 !important;
    }

}
    /* Small devices (phones, 600px and down) */
    @media only screen and (max-width: 576px) {
        #tabs .nav-tabs span {
            font-size: 16px;
        }

        .project-tab #tabs .nav-tabs .nav-item.show.nav-link, .nav-tabs .nav-link.active {
            background-color: transparent !important;
            border: none !important;
            width: 100%;
            padding: 10px 0 !important;
        }

        .project-tab .nav-link {
            width: 100%;
            bottom: -7px;
        }

        .tabs .selector {
            top: 0;
            z-index: 0;
            background-color: transparent;
            box-shadow: none;
            height: 89px;
        }
    }