*{
    font-family: sans-serif;
}
.faq-main ol {
	margin-bottom: 10px
}

.faq-main input {
	width: 0;
	height: 0;
	display: none
}
.main_section{
    max-width: 1000px;
    margin: auto;
}
.faq_section-header h1{
    text-align: center;
}
.faq-main a {
	color: #00aaff
}

.faq-main h4 {
	margin: 0 0 10px 0;
	text-transform: unset;
	letter-spacing: unset;
	font-size: 14px;
	font-weight: 500
}

.faq-main label {
	cursor: pointer;
	margin: 0;
	text-transform: unset
}

.faq-main p {
	margin: 5px 0;
}

.faq-main .fw600 {
	font-weight: 600
}

.faq-main .question-answer {
	display: none;
	overflow: hidden
}

.faq-main input:checked ~ .question-answer {
	display: block
}

.tracking-router-image {
	display: flex;
	margin-top: 5px
}

.tracking-router-image img {
	width: 50%
}

.faq-main .question-type {
	display: inline-flex;
	width: 100%;
	justify-content: space-between;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	white-space: nowrap;
}

.faq-main .question-type:after {
	content: '';
	height: 25px;
	line-height: 25px;
	display: inline-block;
	align-self: flex-start;
	border-bottom: 1px dotted #000;
	flex: 1 1 auto;
	margin-left: 50px
}

.faq-main .question-container {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0
}

.faq-main .question-container > li {
	padding-bottom: 20px
}

.faq-main .question-title {
	font-size: 16px;
	margin: 0;
	font-weight: 500;
}

.faq-main .question-title label {
	text-transform: unset;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-right: 30px;
	box-sizing: border-box;
	position: relative;
}

.faq-main .question-title label span {
	display: block;
	width: 100%;
	line-height: 20px;
	white-space: unset;
}

.faq-main .question-title label::after {
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: 2px solid;
	border-right: 2px solid;
	transform: rotate(-45deg);
	align-self: center;
	margin-right: 5px;
	transition: all ease .1s;
	position: absolute;
	top: 4px;
	right: 0;
}

.faq-main input:checked ~ .question-title label::after {
	transform: rotate(45deg)
}

.faq-main .question-answer {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 14px;
	font-weight: 400
}

.faq-main .question-answer ul {
	list-style: inside;
	margin: 0;
	padding: 0;
}

.faq-main .question-answer ul li {
	margin-bottom: 5px
}
.faq-main .localCarrierContainer label {
	display: inline-block;
	font-weight: 600;
	text-transform: unset;
}
.faq-main .localCarrierContainer select {
	display: inline-block;
	width: auto;
	border-radius: 1px;
	text-decoration: none;
	box-shadow: none;
	background: #fff;
	border: 1px solid #ccc;
	height: 28px;
	line-height: 28px;
	white-space: nowrap;
	padding: 0 10px;
	margin-right: 10px;
	margin-top: 5px;
}
.faq-main .localCarrierContainer p {
	margin: 0;
	padding: 4px 0;
}

.faq-main .localCarrierContainer table{
	border-spacing: 1px;
	border: 0 none;
	background: #e8e8e1;
	margin: 20px 0;
}

.faq-main .localCarrierContainer table th{
	font-weight: bold;
	text-align: center;
}

.faq-main .localCarrierContainer table th,
.faq-main .localCarrierContainer table td{
	font-size: 14px;
	padding: 5px 8px;
	border: 0;
	background: #FFFFFF;
}
@media screen and (max-width: 768px){
	.faq-main .localCarrierContainer label,
	.faq-main .localCarrierContainer select {
		font-size: 12px !important;
		height: 24px;
		line-height: 24px;
	}
	.faq-main .localCarrierContainer table th,
	.faq-main .localCarrierContainer table td{
		font-size: 12px;
	}
}