@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 18px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	margin: 0;
}
a {
	text-decoration: none;
}
.clear {
	clear: both;
}
p, ul, ol {
	margin: 0;
	padding: 0;
}
.tabs-section {
	position: relative;
}
.accordionButton {
	border-bottom: 1px solid #e6e6e9;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/icon-down.png);
}
/*.accordionButton.on{
	background-image:url(../images/icon-down.png);
}*/
.accordionButton.on {
	border-bottom: 0;
}
.accordionButton h2 {
	padding: 15px 0;
	color: #117093;
	font-size: 14px;
}
.tabs {
	margin-bottom: 10px;
	border-bottom: 2px solid #d9d8d8;
}
.accordionContent {
	padding-bottom: 15px;
	border-bottom: 1px solid #d9d8d8;
}
.accordionContent h4 {
	font-size: 13px;
	line-height: 18px;
	color: #4bc2d4;
	margin-bottom: 2px;
}
.accordionContent p, .accordionContent ul, .accordionContent ol {
	padding-bottom: 15px;
}
.accordionContent li {
	margin-left: 12px;
	padding: 4px 0;
}
.accordionContent ul[type="circle"] li {
	margin-left: 16px;
}
.contact-info {
	padding: 14px 0;
	border-top: solid 1px #d9d8d8;
}
.contact-info:first-child {
	border-top: 0;
	padding-top: 0;
}
.contact-info .title {
	color: #117093;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 12px;
}
.contact-info span, .contact-info a {
	color: #666;
	font-size: 13px;
}
.contact-info .call {
	float: left;
}
.contact-info .call span {
	padding-left: 10px;
	position: relative;
	top: -5px;
}
.contact-info .email {
	float: right;
}
.contact-info .email span {
	padding-right: 10px;
	position: relative;
	top: -2px;
}
.faq, .contact {
	float: left;
	font-size: 15px;
	font-weight: 600;
	color: #555;
	padding-bottom: 14px;
	cursor: pointer;
}
.contact {
	float: right;
}
.contact img {
	display: none;
}
.tabs .active {
	color: #117093;
	position: relative;
}
.tabs .active::before {
	content: '';
	background: #117093;
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.myplan-title {
	font-size: 18px;
	font-weight: 600;
	color: #0f375b;
	padding-bottom: 14px;
	width: 100%;
	display: block;
}
.plans li {
	list-style: none;
	border-bottom: 1px solid #d9d8d8;
}
.plans li a {
	display: block;
	padding: 15px 0;
	position: relative;
	margin-right: 25px;
}
.plans li img {
	position: absolute;
	right: -25px;
	top: 15px;
}
.plans h4 {
	color: #117093;
	font-size: 14px;
	font-weight: 600;
}
.p-b-0 {
	padding-bottom: 0 !important;
}
.mobile-version {
	display: none;
}

@media (min-width:768px) {
.tabs {
	border-bottom: 0;
}
#accordions {
	display: block !important;
}
.faq {
	float: left;
	font-size: 18px;
	font-weight: 600;
	color: #0f375b;
	margin-top: 10px;
	display: inline-block;
	cursor: text;
	padding: 0;
}
.contact {
	float: right;
	width: 165px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	background: #072b4f;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	color: #FFF;
	padding: 0 20px;
	font-size: 17px;
	text-align: center;
}
.contact img {
	display: inline-block;
	padding-right: 10px;
	position: relative;
	top: 5px
}
#contactInfo {
	position: absolute;
	right: 0;
	top: -6px;
	width: 320px;
	padding: 25px;
	padding-bottom: 10px;
	border: solid 1px #d9d8d8;
	background-color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.contact-info .call a {
	display: none;
}
}

@media (max-width:767px) {
body {
	padding: 10px;
}
.mobile-version {
	display: block;
}
.web-version {
	display: none;
}
.contact-info .call span, .contact-info .call img, .contact-info .email span {
	display: none;
}
.contact-info .call a img {
	display: inline-block;
}
.contact-info .title {
	float: left;
	margin: 0;
}
.contact-info .call {
	float: right;
	margin-left: 30px;
}
.contact-info, .contact-info:first-child {
	padding: 14px 0 12px 0;
}
.myplan-title {
	font-size: 15px;
	color: #666;
	padding-bottom: 14px;
	margin-bottom: 10px;
	border-bottom: 2px solid #d9d8d8;
}
}

@media (max-width:345px) {
.faq, .contact, .myplan-title, .plans h4, .contact-info .title, .accordionButton h2 {
	font-size: 13px;
}
}
.page-terms {
	font-size: 14px;
	line-height: 24px;
	color: #555;
}
.page-terms p {
	padding-bottom: 14px;
}
.page-terms .no-space {
	padding-bottom: 0;
}
.page-terms ul, .page-terms ol {
	margin-left: 30px;
	margin-bottom: 14px;
}
.page-terms li {
	padding-bottom: 8px;
	list-style: disc;
}
.page-terms h2, .page-terms h3 {
	color: #117093;
	font-weight: 600;
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 2px;
}
.text-center {
	text-align: center;
}

@media (max-width:767px) {
.page-terms {
	font-size: 13px;
	line-height: 22px;
}
.page-terms p {
	padding-bottom: 10px;
}
.page-terms .no-space {
	padding-bottom: 0;
}
.page-terms h2, .page-terms h3 {
	font-size: 16px;
}
}
