.container {position:relative;}

.accrodion-grp.faq-accrodion {
    width: 100%;
}
.faq-one .accrodion + .accrodion {
  margin-top: 30px;
}
.faq-one .accrodion.active .accrodion-title:before {
  content: '-';
  color: #fff;
}
.faq-one .accrodion.active .accrodion-title {
    background-color: #43606F;
    border-color: #43606F;
}
.faq-one .accrodion.active .accrodion-title h4 {
  color: #fff;
}
.faq-one .accrodion .accrodion-title {
  background-color: #E9EDF3;
  border: 1px solid #d5dde7;
  border-radius: 5px;
  padding: 25.5px 20px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.faq-one .accrodion .accrodion-title:before {
  content: '+';
  font-size: 36px;
  color: #c29032;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-one .accrodion .accrodion-title h4 {
  margin: 0;
  color: #2b3036;
  font-weight: bold;
  font-size: 18px;
}
.faq-one .accrodion .accrodion-content .inner {
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
}
.faq-one .accrodion .accrodion-content p {
  margin: 0;
  color: #45484a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 5px solid #E9EDF3;
  margin-bottom: 10px;
}
.faq-one .faq-accrodion-2 .accrodion.active .accrodion-title:before {
  color: #196cbf;
}
.faq-one .faq-accrodion-2 .accrodion.active .accrodion-title {
  background-color: #fff;
  border-color: #d5dde7;
}
.faq-one .faq-accrodion-2 .accrodion.active .accrodion-title h4 {
  color: #196cbf;
}
.faq-one .faq-accrodion-2 .accrodion-title {
  background-color: #fff !important;
}

.faq-two .accrodion {
    margin-bottom: 20px;
}

.faq-two .accrodion .accrodion-title {
    background: #ffffff;
    color: #234969;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
	position: relative;
	cursor: pointer;
}
.faq-two .accrodion .accrodion-title h4 {
    display: block;
    font-size: 18px;
    border: 0;
    text-decoration: none;
    line-height: 1.5;
    font-weight: 600;
    padding: 20px 30px;
    width: 88%;
}
.faq-two .accrodion-title:before {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 16px;
    color: #ffffff;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 5px;
    background-image: -moz-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
    background-image: -webkit-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
    background-image: -ms-linear-gradient(0deg, #428cd4 0%, #004e9a 100%);
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto;
}
.faq-two .accrodion.active .accrodion-title:before {
  content: '-';
}
.faq-two .accrodion .accrodion-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 0;
    border-bottom: 0;
    padding-bottom: 13px;
    border-top: 0;
    padding-top: 18px;
    padding-left: 30px;
    padding-right: 30px;
	box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.1);
    margin-top: -7px;
    background: #fff;
}
.faq-two .accrodion .accrodion-content p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #565872;
    margin-bottom: 15px;
}

.faq-there .accrodion {
    background-color: #fff;
    padding: 30.5px 0;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8ef;
    border-radius: 0px;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 5px;
    margin-bottom: 20px;
}
.faq-there .accrodion + .accrodion {
    margin-top: 20px;
}
.faq-there .accrodion.active {
    margin: 20px 1px 0;
}
.faq-there .accrodion .accrodion-title {
    padding: 0px 60px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    z-index: 1;
}
.faq-there .accrodion.active .accrodion-title {
    padding-bottom: 0;
}
.faq-there .accrodion .accrodion-title h4 {
    margin: 0;
    color: #252c4b;
    font-size: 20px;
    font-weight: 500;
	width: 88%;
}
.faq-there .accrodion.active .accrodion-title h4 {
    color: #003e94;
}
.faq-there .accrodion .accrodion-title:before {
    content: '+';
	font-weight: 900;
    font-size: 36px;
    color: #252c4b;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    overflow: hidden;
    height: 2.5px;
}
.faq-there .accrodion.active .accrodion-title::before {
    opacity: 1;
}
.faq-there .accrodion .accrodion-title::after {
    content: '+';
    font-weight: 900;
    font-size: 36px;
    color: #003e94;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.faq-there .accrodion.active .accrodion-title::after {
    opacity: 0;
}
.faq-there .accrodion .accrodion-content {
    padding: 0 60px;
    padding-right: 155px;
    padding-top: 35px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
}
.faq-there .accrodion:before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0px;
    right: 0px;
    border-radius: 0px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-image: -webkit-gradient(linear, left top, right top, from(#4550f8), to(#252c4b));
    background-image: linear-gradient(90deg, #4550f8 0%, #252c4b 100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    border-radius: 5px;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.faq-there .accrodion.active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.faq-there .accrodion:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 1px;
    right: 0px;
    background-color: #fff;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    border-radius: 5px;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 0;
    width: calc(100% - 2px);
    height: 100%;
}

@media (max-width: 991px) {
	h1 {
		top: -120px;
	}
}
@media (max-width: 500px) {
	h1 {
		position: relative;
		top: -40px;
	}
}

@media (max-width: 375px) {
  .faq-one .accrodion .accrodion-title h4 {
    line-height: 1.4em;
  }
  .blog-wrapper .container {
	  padding: 0;
  }
	.faq-one .accrodion .accrodion-title h4 {
		font-size: 14px;
	}
	.faq-one .accrodion .accrodion-content p {
		font-size: 14px;
	}
	.faq-one .accrodion .accrodion-title {
		padding: 15px 50px 15px 20px;
	}
	.faq-two .accrodion .accrodion-title h4 {
		font-size: 14px;
	}
	.faq-two .accrodion .accrodion-content p {
		font-size: 14px;
		line-height: 24px;
	}
	
	.faq-there .accrodion {
		padding: 21.5px 0;
	}
	.faq-there .accrodion .accrodion-title {
		padding: 0 15px;
	}
	.faq-there .accrodion.active .accrodion-title {
		padding-bottom: 10px;
	}
	.faq-there .accrodion .accrodion-title h4 {
		font-size: 14px;
	}
	.faq-there .accrodion .accrodion-title:before,
	.faq-there .accrodion .accrodion-title:after {
		right: 15px;
	}
	.faq-there .accrodion .accrodion-content {
		padding: 0 15px;
	}
}