/* CSS Document */

.form-menu {
	/* left: 35px;

    top: 10px;
    width: 180px;
*/
}

.form ul,
.form li {
	margin: 0;
	padding: 0;
}

.form li {
	list-style: none;
}

.form-menu ul {
	border-top: solid 1px #e0eaf5;
	border-right: solid 1px #e0eaf5;
}

.form-menu li {
	color: #369;
	background: #f2f7fc;
	border-bottom: solid 1px #e0eaf5;
	cursor: pointer;
}

.form-menu li span {
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 10px;
}

.form-menu li.on span {
	display: block;
	background: #00000036;
}

.form-menu li.active_on span {
	display: block;
	background: #00000036 url(../images/arrow.png) right 11px no-repeat!important;
}

/* 
.form-menu li.active {
	background: #cedeef url(../images/arrow.png) right 11px no-repeat;
	font-weight: bold;
	font-size: 14px;
} */

.form-menu li.error {
	background-color: red !important;
}

/*
.form-menu .btns{
	padding:20px 0;
}
.form-menu .btns p, .form-action p{
	display:block;
	width:150px;
	margin:0 auto 5px auto;
	cursor:pointer;
	background:url("../images/btns.png") no-repeat scroll left 0 transparent;
	padding-left:5px;
}
.form-menu .btns span, .form-action p span{
	display:block;
	width:145px;
	background:url("../images/btns.png") no-repeat scroll right 0 #fff;
	color:#fff;
	text-align:center;
	height:21px;
	line-height:21px;
	padding-right:5px;
}
.form-action p{
    float: left;
    margin-right: 15px;
    width: 145px;
}
.form-action p span{
    width: 140px;
}
.form-container{
	margin-left:200px;
	width:600px;
	color:#333;
}
.form-container .form {
	background: #edf4ff;
	position: relative;
	padding-bottom: 1px;
	_zoom: 1;
}
*/
/* .form .close {
	background: url(../images/close.png);
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: -3px;
	right: 0;
	cursor: pointer;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/wp-content/plugins/visa-form/images/close.png", sizingMethod="crop");
} */

/* .form-container .form h3{
	background:#2A5B92;
	color:#fff;
	margin:0;
	padding:3px 5px;
}
.form-container li{
	padding:5px 10px;
}
.form-container li.line{
	height:1px;
	font-size:0;
	overflow:hidden;
	background:#61a6cf;
	padding:0;
	margin:5px;
}
.form-container li.head{
	padding:0;
	margin:0;
}
.form-container li label, .form-container li span.label{
    display: block;
    float: left;
    line-height: 18px;
    width: 170px;
	font-size:12px;
	color:#000;
	position:relative;
}
.form-container li label span{
	color:#790000;
	margin-left:4px;
}
.form-container ol li{
    list-style: disc inside none;
    margin: 0 0 0 10px;
    padding: 0 15px;
} */
.another_name {
	display: none;
}

.working .another_name {
	display: block;
}

/*
.form-action{
    background: none repeat scroll 0 0 #EDF4FF;
    height: 21px;
    margin-left: 200px;
    padding: 20px 50px;
    width: 500px;
}
.form-action input{
	cursor:pointer;
	margin-right:20px;
}*/
.clear {
	clear: both;
}

.warning {
	color: red;
	display: none;
}

.warning2 {
	color: red;
	display: none;
}

.warning3 {
	color: red;
	display: none;
}

.another_name a,
.other_btn a {
	float: right;
	padding: 0 5px;
}

.addtions,
.addtion,
.employed,
.selfe,
.retirement,
.student,
.unemployment,
.other,
.addtion_family,
.funds {
	display: none;
}

.purpose {
	display: none;
}

.tips {
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.tips img {
	/*position:absolute;
	z-index:10;*/
}

.tips .tipbox {
	background: none repeat scroll 0 0 #fcfdce;
	border: 1px solid #e5e5e5;
	left: 20px;
	padding: 5px;
	position: absolute;
	width: 200px;
	z-index: 999;
}

.listtb th {
	padding: 5px 3px;
	text-align: left;
}

.listtb td {
	padding: 5px 3px;
}

.row1 td {
	background: #ddd;
}

@media(max-width: 991px) {
	.form-menu {
		position: static;
		left: 0;
		top: 0;
		width: auto;
	}

	.form-container {
		margin-left: 0;
		width: 100%;
	}

	.form-container li label,
	.form-container li span.label {
		float: none;
		width: auto;
	}

	.form-action {
		margin-left: 0;
		margin-top: 20px;
		padding: 10px;
		width: 100%;
		box-sizing: border-box;
		height: auto;
	}

	.form-action p {
		float: none;
		width: 100%;
	}

	/*.form-menu p.btnadd,.form-action p.btnadd
	{
		display: none;
	}*/
	.form-menu .btns p,
	.form-action p {
		margin: 10px 0;
		width: 145px;
	}
}
#frm_create_trackcode
{
	background:#F2F5F8;
}
#frm_create_trackcode .email-intro
{
	background: none;
}


.question:first-child:before {
    content: '';
}

.js-Accordion {
    margin: 0 auto;
    width: 100%;
    background: #fafafb;
    border-radius: 12px
}

@media only screen and (max-width: 780px) {
    .js-Accordion {
        padding:0;
        box-shadow: none
    }
}

.js-Accordion ul {
    padding: 0;
    margin: 6px;
    list-style-type: none
}

.js-Accordion ul li {
    display: block;
    text-transform: none;
    font-weight: 500;
    font-size: 17px;
    padding: 4px 12px;
    border-radius: 12px
}

.js-Accordion ul li:nth-child(odd) {
    background: #fff
}

.js-Accordion ul li a:hover {
    color: #f06833
}

.js-Accordion-title {
    background: 0 0;
    color: #162841;
    font-family: Poppins,sans-serif;
    position: relative;
    font-size: 16px;
    letter-spacing: .05px;
    margin: 6px 0;
    font-weight: 600;
    text-decoration: none;
    outline: 0;
    border: 0;
    border-top: 0;
    border-bottom: 0 solid #e0e0e0;
    cursor: pointer;
    display: block;
    padding: 6px;
    width: 100%;
    text-align: left
}

.arrow-bottom,.arrow-left,.arrow-right,.arrow-up {
    display: inline-block;
    margin: 0 2px;
    padding: 4px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000
}

.arrow-right {
    transform: rotate(135deg)
}

.arrow-left {
    transform: rotate(-45deg)
}

.arrow-bottom {
    transform: rotate(-135deg);
    margin: 2px 2px
}

.arrow-up {
    transform: rotate(45deg)
}

.faq-content span.arrow-bottom {
    position: absolute;
    right: 6px;
    top: 6px;
    border-color: #f06833
}

.faq-content button {
    position: relative;
    text-transform: none
}

.faq-content button i {
    position: absolute;
    right: 12px;
    top: 12px
}

.open.js-Accordion-title span.arrow-bottom {
    transform: rotate(45deg);
    top: 8px;
}

.js-Accordion-title:last-of-type {
    border-bottom: 0
}

.js-Accordion-title:first-child {
    border-top: 0
}

.accordion-content{
	overflow: hidden;
	height: 0;
}

.js-Accordion-content {
    border: 0;
    border-top: 0;
    height: 0;
    line-height: 1.5;
    overflow: hidden;
    transition: all .25s linear
}

.open.js-Accordion-title:after {
    transform: rotate(180deg)
}


.accordion-inside .table-container {
    padding: 0;
    margin: 0;
    margin-top: -4px;
    box-shadow: none
}



.faq-content {
    border-radius: 12px;
    padding: 24px 32px;
    background: #fff;
    max-width: 1280px;
    margin: auto;
    box-shadow: 0 6px 20px rgba(200,220,227,.4)
}

@media only screen and (max-width: 780px) {
    .faq-content {
        padding:6px 24px
    }
}

.faq-content h2 {
    color: #162841;
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    margin-top: -6px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

@media only screen and (max-width: 780px) {
    .faq-content h2 {
        margin-top:6px
    }
}

.faq-content button {
    position: relative;
    text-transform: none
}

.faq-content button i {
    position: absolute;
    right: 12px;
    top: 12px
}

.faq-content .js-Accordion {
    margin: 0 auto;
    width: 100%;
    background: #fff
}

.faq-content .accordion-inside {
    height: initial;
    padding: 12px 32px 24px 32px
}

@media only screen and (max-width: 780px) {
    .faq-content .accordion-inside {
        padding:6px
    }
}

.faq-content .accordion-inside p {
    margin: 0;
    font-size: 16px;
    line-height: 21px
}

.faq-content .accordion-inside p a {
    text-decoration: underline;
    text-decoration-color: #f06833
}

.trustpilot-desktop{
	padding: 20px 0;
}
.trustpilot-mobile{
	display: none;
}

@media only screen and (max-width: 780px) {
    .trustpilot-sidebar{
		display: none;
	}
	.trustpilot-mobile{
		display: block;
	}
}


