.business-subpage {
    background-color: #f1f6fd;
}
ul.left-menu {
    list-style: none;
    margin: 0;
    padding: 25px 0;
}
ul.left-menu li {
    display: inline-block;
    width: 100%;
}
ul.left-menu li a {
    text-decoration: none;
    color: #122999;
    display: inline-block;
    width: 100%;
    padding: 10px 15px 4px 15px;
    margin: 0 0 5px 0;
}
ul.left-menu li a:hover, ul.left-menu li.active a {
    color: #fff;
    background-color: #1b74dc;
}
.right-panel {
    background-color: #fff;
}
.right-panel.business-owner .heading {
    border-bottom: 4px solid #1b74dc;
    width: 90%;
}
.get-quote {
    border: 7px solid #fff;
    box-shadow: 0 0 15px #ccc;
    background-color: #122999;
    color: #fff;
}
.get-quote a.quote {
    background-color: #ab1f1e;
    padding: 10px 30px 2px 30px;
    border: 1px solid #fff;
}
.get-quote a.quote:hover {
    background-color: #292929;
}




@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
	.right-panel .z-t-20.z-pl-40 {
	  padding-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.z-3of4.right-panel.business-owner.z-p-30.z-mb-10 {
	  padding: 20px;
	}
	.get-quote {
		text-align: center;
	}
	.get-quote .text {
		text-align: center;
		float: none;
	}
	.get-quote a.quote {
	  float: none;
	  margin: 10px auto;
	}
}
@media screen and (max-width: 479px) {
}
