.discover_left > h3 {
  color: #fff;
  padding-right: 6%;
}

.discover_left > h2
{
  font-size: 30px !important;
}

#priceTableModal .client-txt h2, h3, p {
    padding: 4px 15px;
}
ol,ul.list {
  font-size: 16px;
}
.navigation-main ul li a {
	font-size: 16px;
}
.dropdown span {
	font-size: 16px;
}
.hr-line {
	width: 40px;
	height: 3px;
	display: block;
	background: #000000;
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}
.sub-heading
{

	padding: 0px;
	margin-bottom: 1.5rem !important;
}
.subheading-button{
	border: 1px solid #1c1c1c;
    border-radius: 5px;
    padding: 5px 12px;
    background:#1c1c1c;
    color:#fff;
    transition: all ease-in-out 200ms
}
.subheading-button:hover{
	background:#fff;
    color:#1c1c1c;
}
.subheading-button2{
	margin-left: 15px !important;
}
.dropdown-content
{
	padding: .25rem 1.5rem !important;
	z-index: 1000 !important;
}
.footer1 img{
	width: 182px;
	margin-top: 20px;
	padding: 4px 15px;
}
.dropdown-content a
{
	border-bottom: none !important;
	padding: .25rem 1.5rem !important;
}