/* CSS reset style starts */
*{
	margin:0px;
	padding:0px;
	box-sizing: border-box;
}
body,h1,h2,h3,h3,h4,h5,h6,p,span,ul,ul li,ol,ol li,dl,dt,dd,figure { margin:0; padding:0; font-family: 'Ciutadella',Helvetica,Arial,sans-serif;-webkit-text-size-adjust:none; }article,aside,details,figcaption,figure,footer,header,hgroup,nav,section { display:block; }img { border:0; outline:none; }a { text-decoration:none; }a,a:hover,a:active,a:focus,a:link,a:visited { outline:none; border:none; }a:hover { outline:none; border:none; text-decoration:underline; }ul { list-style-type:none; }
h1,h2,h3,h3,h4,h5,h6{font-weight:normal;}
/* CSS reset style ends */


/* Global style starts */
button,hr,input {
	overflow:visible
}
progress,sub,sup {
	vertical-align:baseline
}
[type=checkbox],[type=radio],legend {
	box-sizing:border-box;
	padding:0
}

@font-face {
	font-family:'Ciutadella';
	src:url("../fonts/315CA1_3_0.eot?#iefix") format("embedded-opentype"),url("../fonts/315CA1_3_0.woff2") format("woff2"),url("../fonts/315CA1_3_0.woff") format("woff"),url("../fonts/315CA1_3_0.ttf") format("truetype");
	font-weight:normal;
	font-style:normal
}
@font-face {
	font-family:'Ciutadella';
	src:url("../fonts/315CA1_1_0.eot?#iefix") format("embedded-opentype"),url("../fonts/315CA1_1_0.woff2") format("woff2"),url("../fonts/315CA1_1_0.woff") format("woff"),url("../fonts/315CA1_1_0.ttf") format("truetype");
	font-weight:bold;
	font-style:normal
}
@font-face {
	font-family:'Ciutadella-Md';
	src:url("../fonts/QaCi1000-Md.eot?#iefix") format("embedded-opentype"),url("../fonts/QaCi1000-Md.woff2") format("woff2"),url("../fonts/QaCi1000-Md.woff") format("woff"),url("../fonts/QaCi1000-Md.ttf") format("truetype");
	font-weight:normal;
	font-style:normal
}
@font-face {
	font-family:'Ciutadella-Rg';
	src:url("../fonts/QaCi1000-Rg.eot?#iefix") format("embedded-opentype"),url("../fonts/QaCi1000-Rg.woff2") format("woff2"),url("../fonts/QaCi1000-Rg.woff") format("woff"),url("../fonts/QaCi1000-Rg.ttf") format("truetype");
	font-weight:normal;
	font-style:normal
}


html {
	line-height:1.15;
	-webkit-text-size-adjust:100%
}
body {
	margin:0;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-family:'Ciutadella',Helvetica,Arial,sans-serif;
}


img{
	/* Responsive images (ensure images don't scale beyond their parents) */
		max-width:100%;
	/* Part 1: Set a maxium relative to the parent */
		width:auto\9;
	/* IE7-8 need help adjusting responsive images */
		height:auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */
		vertical-align:middle;
		border:0;
		-ms-interpolation-mode:bicubic;
}

a, a:hover {
	text-decoration: none;
}

.cf:before,.cf:after{
	content: '';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.cf:after {clear: both;}
.cf {zoom: 1;}


.container {
	width: 1200px;	
	margin: auto;
	padding: 0 36px;
}

.boq-section-padding {
	padding: 65px 0px 0px 0px;
}

.boq-title-txt h2 {
	color: #323232;
	font-family: 'Ciutadella',Helvetica,Arial,sans-serif;
	font-size: 48px;
	font-weight: normal;
	position: relative;
}

.white h2 {
	color: #ffffff;
}

.center-text {
	text-align: center;
}

.center-text h2::after {
	margin: auto;
	left: 0px;
	right: 0px;
}

/* Header */
.boq-top-bar {
	background: #1A242D;
	padding: 8px 0px;
}

.boq-top-bar-list {
	float: right;
}

.boq-top-bar-list ul li {
	float: left;
	margin-left: 25px;
	font-size: 13px;
	color: #ffffff;
}

.logo {
	padding: 25px 0px;	
}

.logo img{
	width: 186px;
}

/* Header */

/* Banner */
.boq-banner {
	height: 220px;
	position: relative;
	background: #e40000;
	display: flex;
	align-items: center;
	justify-content: center;
}

h1 {
	color: #FFFFFF;
	font-family: 'Ciutadella',Helvetica,Arial,sans-serif;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

/* Banner */

.boq-Membership-cards-list-padding-adj {
	padding: 0px 0px 30px;
}

/* Faq */

.collapse-view.show-expand, .collapse-view{
	background:url("../images/open1.png") no-repeat scroll 99%;
}
.collapse-view.hide-collapse {
	background:url("../images/close1.png") no-repeat scroll 99%;
}
.collapse-view{
	border-top: 1px solid #e6e6e6;
	color: #323232;
	cursor: pointer;
	font-size: 22px;
	line-height: 26px;
	padding: 15px 0px;
	vertical-align: top;
	font-family: 'Ciutadella',Helvetica,Arial,sans-serif;
	font-weight: bold;
}
.collapse-view-2{
	color:#323232;
	font-size: 18px;
	line-height: 22px;
	padding:10px 0;
	cursor: pointer;
	font-family: 'Ciutadella',Helvetica,Arial,sans-serif;
	font-weight: bold;
}

.expand-view{
	background: #fff;
	clear: both;
	overflow: hidden;
	padding: 0 15px 15px 15px;
	display:none;
}
#frstExpand.expand-view {
	display:block;
}
.redtick{
	padding-right:25px;
	position:relative;
	top:-2px;
}
.section_hldr p{
	line-height: 27px;
	padding-bottom:10px;
	font-size:16px;
	color: #323232;
}
.ansTxt{
	float:left;
	width: 20px;
    position: relative;
    top: -4px;
}
.section_hldr{
	float:left;
	width:95%;
}
.expand-collapse-2 li{
	float:left;
	width:100%;
}
p.frstCont{
	margin-top:-6px;
}

.bulletSec{
	padding-left:35px;
}
.bulletSec li{
	list-style:disc;
	padding-bottom:10px;
	line-height:25px;
}
.expand-view-2{
	padding: 15px;
	float:left;
	width: 95%;
}

.list-style-disc {
    list-style-type: disc;
    margin: 0px 0px 20px 20px;
}

.list-style-disc li {
    line-height: 27px;
    padding-bottom: 10px;
    font-size: 16px;
}

.section_hldr img {
	padding: 30px 0;
}

.section_hldr p a {
	color: #E01A22;
	text-decoration: underline;
	font-family: 'Ciutadella',Helvetica,Arial,sans-serif;
}
.exp-all{
	display:flex;
	align-items:center;
	justify-content: space-between;
}
.exp-all div{
	cursor:pointer;
}

/* Faq */

/* Footer */

footer {
	background: #FFFFFF;
}

.copyright-footer-links, .copyright-col{
	float: right;
}

.copyright-footer-links ul li {
	float: left;
	margin: 0px 7px;
	display: block;
	
}
.copyright-footer-links ul li:first-child li:last-child{
	margin-left: 0px;
}

.copyright-footer-links ul li a, .copyright-col p{
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	font-family: 'Ciutadella',Helvetica,Arial,sans-serif;
}

.separator{
	border-top: 1px solid #e6e6e6;
	overflow:hidden;
}
.padding-footer{
	padding-top: 40px; padding-bottom:40px;
	overflow:hidden;
}


/* Footer */