body {
  background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}
.socialIcons a {
	display: inline-block;
}
.btn-back a {
	color: #fff;
	text-decoration: none;
}
#submitButton {
	width: 100px;
}
.ownset {
	width: 100%;
	text-align: center;
}
    .ownset a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
#summary_details label {
	font-family: "Montserrat" !important;
}
.table th {
	font-family: "Montserrat";
}
h3 {
	font-family: "Montserrat";
}
/*/navigation bar*/
/*nav {
	margin: 50px 0;
	background-color: #E64A19;
}
*/
nav ul {
	padding: 0;
  margin: 0;
	list-style: none;
	position: relative;
	}
	
nav ul li {
	display:inline-block;
	}

nav a {
	display:block;
	padding:0 10px;	
	color:#FFF;
	font-size:20px;
	line-height: 35px;
	text-decoration:none;
}

/*nav a:hover { 
	background-color: #000000; 
}*/

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	/*top: 60px;*/ /* the height of the main nav */
}
li ul {
	background: #fff;
	width: 200px;
	text-align: center;
	border: 1px solid #f3f3f3 !important;
}	
li ul li a {
	color: #717171 !important;
	font-size: 14px;
	font-weight: normal;
	padding: 16px 16px;
	line-height: 1;
}
#wsite-menus .wsite-menu li a {
    border: none !important;
    background: #ffffff !important;
    padding: 10px 15px !important;
    text-align: center;
}
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	/*width:170px;*/
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:170px;
}
nav .active {
	color: #9f031e !important;
}
li ul li a:hover {
	color: #9a021d !important;
}	
/* Change this in order to change the Dropdown symbol
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; } */