.HardwareBG {
    background-color: #ebebeb;
}

/* Speedy Gigabit performance built for SMBs */

.performance-built-text {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
}

.performance-built-tab {
    overflow: hidden;
    padding-left: 0px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.performance-built-tab button {
    background-color: #fff;
    border: 1px solid #fff;
    outline: none;
    cursor: pointer;
    padding: 5px 16px;
    transition: 0.3s;
    font-size: 16px;
    width: 15%;
    font-size: 20px;
    margin-left: 5px;
}


.performance-built-tab button:first-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.performance-built-tab button:last-child {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.performance-built-tab button.active {
    border: 1px solid #64bd00;
    background-color: #64bd00;
    color: #fff;
}

.performance-built-tab button.active:first-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    /* margin-right: 20px; */
}

.performance-built-tab button.active:last-child {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.tab {
    overflow: hidden;
    padding-left: 0px;
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

.tab button {
    background-color: #fff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 16px;
    transition: 0.3s;
    font-size: 17px;
    border-bottom: 2px solid #dadada;
    width: 25%;
    font-size: 20px;
}

.tab button:hover {}

.tab button.active {
    border-bottom: 2px solid #ff8901;
}

.tabcontent {
    display: none;
    border-top: none;
}


@media screen and (max-width: 1025px) {
    .tab {
        width: 90%;
    }

    .performance-built-tab button {
        width: 18%;
    }
}


@media screen and (max-width: 991px) {
    .tab button {
        width: 25%;
    }

    .performance-built-tab button {
        width: 50%;
        margin-top: 5px;
    }
    .performance-built-tab button:first-child{ 
        border-top-right-radius: 25px;
        border-bottom-left-radius: 0 !important;
    }
    .performance-built-tab button:last-child {
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 25px;
    }


}

@media screen and (max-width: 450px) {
    .tab {
        width: 90%;
    }

    .tab button {
        width: 50%;
    }

    .performance-built-text {
        width: 90%;
    }

    .performance-built-tab button {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 350px) {
    .tab {
        width: 100%;
    }

    .tab button {
        width: 60%;
        float: none;
    }
}



#products {
    overflow: hidden;
}

.filterDiv {
    display: none;
}

.show {
    display: block;
}

.filterDesc {
    padding: 0px 0px 20px 0px;
}

#products {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 0px;
}

.product-inner h6 {
    width: 70%;
    margin: 0 auto;
}

#product-selection {
    padding-bottom: 30px;
}

#product-selection a {
    width: 150px;
}

#product-selection .btn {
    border: 1px solid #64be00;
    border-radius: 35px;
    color: #64be00;
    background: transparent;
}

#product-selection .btn.active,
#product-selection .btn.active:focus {
    background: #fff;
    border-color: #64be00;
    color: #64be00;
    outline: none;
    border-radius: 35px;
    font-weight: bold;
}

.deck-wrapper .photo-item .photo-box {
    /* background: linear-gradient(to bottom, transparent 25%, #fff 25%); */
	background: #fff;
    /* padding-top: 0px; */
}

#product-selection ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#product-selection ul li {
    display: inline-block;
    margin: 0 auto;
    padding-right: 15px;
}

#product-selection ul li:last-child {
    padding-right: 0;
}

.ap-products-nebulaflex {
    display: block;
}

.switch-products-nebulaflex {
    display: block;
}

.firewall-products-usgflexH {
    display: block;
}

.router-products-SCR {
	display: block;
}

.mobilerouter-products-NR {
    display: block;
}

.btn.active,
.btn:active {
    box-shadow: none;
}

.deck-wrapper .btn {
    transition: all .2s;
}

.btn-group-lg>.btn,
.btn-lg {
    font-size: 18px;
    border-radius: 6px;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 9px 16px;
    margin: 5px 0 5px 0;
}

.photo-box .description {
	padding: 10px 25px;
    font-size: 15px;
}


.product_image {
    position: relative;
    height: 60%;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    /* 	transition: .8s cubic-bezier(0.4, 0, 1, 1); */
    background: rgba(100, 189, 0, 0.7);
}

.overlay .btn {
    margin: 35% auto 0;
    text-align: center;
    display: block;
    width: 80%;
    border-color: #fff;
}

.overlay .btn a {
    color: #fff !important;
}

.product_image:hover .overlay {
    opacity: 1;
}

.deck-wrapper .photo-item .photo-box {
    height: 420px;
    padding-top: 0px;
}


@media screen and (max-width: 991px) {
    .deck-wrapper .photo-item .photo-box {
        height: auto;
    }
}

#cloud-networking .btn,
.SeeNebula .btn {
    background-color: transparent !important;
}

.SeeNebula .btn {
    color: #64be00 !important;
    height: auto !important;
}

#cloud-networking h3 a {
    color: black !important;
}

#products {
    max-width: 1170px;
    margin: auto;
}

.routeroneproduct{
	width: 25%;
	margin: 0 auto;	
}

@media screen and (max-width: 991px) {
.routeroneproduct{
	width: 40%;
}
}

@media screen and (max-width: 450px) {
.routeroneproduct{
	width: 80%;
}
}


