/*============================================
pricing page banner
===============================================*/
.banner
{
	background: url("../img/about.png") no-repeat;
	background-size: cover;
	    padding: 160px 0px;

}

/*.pricing .nav
{
	justify-content: center;
}*/
.pricing .square {

    margin-top: 30px;
}
.pricing .filteredDiv 
{
    background: #fff;
}
.pricing .nav-pills .nav-link.active,
.pricing .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #313131;
    border-radius: 0px;
}
.pricing .nav-link:hover
 {
    color: #f04145;
    text-decoration: none;
}
.pricing #myInput
{
height: 40px;
    border-radius: 0px;
    background: #ffffff;
    border: 0px;
    border-bottom: 1px solid #e3e3e3;
    color: #313131;
}
.pricing #myInput:focus {

    background-color: #fff !important;
    border-bottom: 1px solid rgb(240, 65, 69);
    box-shadow: none;
}
.pricing #nothingFound
{
    position: absolute;
    z-index: -1;
    text-align: center;
    font-size: 50px;
    margin-top: 25px;
    color: #f04145;
    width: 100%;
}
.pricing .tab-content #All .row
{
    background: #fff;
}
@media only screen and (max-width: 575px)
{
	.pricing .nav-pills .nav-link {

    padding: 10px 13px;
}
}
