body .faq_section .col .toggles .toggle h3 a,
body .faq_section .col .toggles .toggle h3 a i,
.kontakta_text_col > .vc_column-inner > .wpb_wrapper > .iwithtext .iwt-text a{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#page-header-wrap .col.span_6 {
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    float: none;
}
#page-header-wrap .col.span_6 > .inner-wrap {
    padding: 178px 0 88px !important;
}
body #page-header-bg .inner-wrap h1 {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.02em;
    padding: 0;
    margin: 0;
}
body #page-header-bg {
    height: auto !important;
}
div#page-header-wrap {
    height: auto !important;
}
body #page-header-bg .span_6 {
	margin: 0;
}
body #page-header-bg {
	padding: 0 !important;
}
/************************************ FAQ PAGE START ************************************/
body .faq_section .col .toggles .toggle h3 a {
    color: #FFF;
    letter-spacing: inherit;
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    padding: 30px 30px 30px 0;
}
body .wpb_wrapper .faq_list.wpb_text_column ul {
    margin: 0 0 28px;
}
.faq_list.wpb_text_column ul li {
    list-style: none;
    position: relative;
    padding: 0 0 14px 21px;
    color: #98C0D4;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
.faq_list.wpb_text_column ul li:last-child {
    padding-bottom: 0;
}
.faq_list.wpb_text_column ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background-image: url(../images/Faq_list_block.png);
    width: 16px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
body .row .col h4.faq_sub_head {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: inherit;
    margin: 0 0 10px;
}
.faq_sub_content > .wpb_wrapper p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #98C0D4;
    padding-bottom: 10px;
}
.faq_sub_space > .wpb_wrapper {
    padding-bottom: 28px;
}
.faq_section .toggles.accordion .toggle {
    border-bottom: 1px solid #1466B4;
}
.faq_section .toggles.accordion .toggle .inner-toggle-wrap {
    padding: 0 0 30px;
}
.faq_section .toggles.accordion .toggle.open h3 a {
    padding: 30px 30px 20px 0;
}
body .faq_section .col .toggles .toggle h3 a i {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.3641 9L0 1.99969L1.81795 0L10 9L1.81795 18L0 16.0003L6.3641 9Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 10px;
    height: 18px;
    border: none;
    border-radius: inherit;
    margin: 0;
    transform: translateY(-50%) rotate(0deg);
}
body .faq_section .col .toggles .toggle h3 a i:before,
body .faq_section .col .toggles .toggle h3 a i:after {
    opacity: 0;
    visibility: hidden;
}
.faq_section .toggles .toggle.open h3 a i {
    transform: translateY(-50%) rotate(90deg);
}
.faq_section > .row-bg-wrap > .inner-wrap:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/Problemet-half-heart.png);
    width: 234px;
    height: 431px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.faq_sub_space > .wpb_wrapper > p > strong {
    font-weight: 500;
    color: #FFF;
}
/* Responsive */
@media screen and (max-width: 690px){
	body #page-header-bg .inner-wrap h1 {
		font-size: 22px;
		line-height: 32px;
	}
	#page-header-wrap .col.span_6 > .inner-wrap {
		padding: 100px 0 50px !important;
	}
	body .faq_section .col .toggles .toggle h3 a {
		font-size: 18px;
		line-height: 24px;
		padding: 15px 20px 15px 0;
	}
	body .faq_section .col .toggles .toggle h3 a i {
		width: 8px;
		height: 16px;
	}
	.faq_section .toggles.accordion .toggle.open h3 a {
		padding: 15px 20px 10px 0;
	}
	.faq_list.wpb_text_column ul li {
		padding: 0 0 10px 21px;
		font-size: 14px;
		line-height: 1.5;
	}
	.faq_list.wpb_text_column ul li br {
		display: none;
	}
	.faq_list.wpb_text_column ul li:before {
		top: 6px;
	}
	body .wpb_wrapper .faq_list.wpb_text_column ul {
		margin: 0 0 15px;
	}
	body .row .col h4.faq_sub_head {
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 5px;
	}
	.faq_sub_content > .wpb_wrapper p {
		font-size: 14px;
		line-height: 1.5;
	}
	.faq_sub_space > .wpb_wrapper {
		padding-bottom: 15px;
	}
}
@media (min-width: 691px) and (max-width: 999px){
	#page-header-wrap .col.span_6 > .inner-wrap {
		padding: 120px 0 60px !important;
	}
	body #page-header-bg .inner-wrap h1 {
		font-size: 24px;
		line-height: 34px;
	}
	body .faq_section .col .toggles .toggle h3 a {
		font-size: 20px;
		line-height: 30px;
		padding: 20px 20px 20px 0;
	}
	.faq_section .toggles.accordion .toggle.open h3 a {
		padding: 20px 20px 10px 0;
	}
	.faq_list.wpb_text_column ul li {
		padding: 0 0 10px 21px;
		font-size: 16px;
		line-height: 1.5;
	}
	.faq_list.wpb_text_column ul li:before {
		top: 7px;
	}
	body .wpb_wrapper .faq_list.wpb_text_column ul {
		margin: 0 0 20px;
	}
	body .row .col h4.faq_sub_head {
		font-size: 17px;
		margin: 0 0 5px;
	}
	.faq_sub_space > .wpb_wrapper {
		padding-bottom: 20px;
	}
	.faq_sub_content > .wpb_wrapper p {
		font-size: 16px;
		line-height: 1.5;
	}
	.faq_list.wpb_text_column ul li br {
		display: none;
	}
}
@media (min-width: 1000px) and (max-width: 1199px){
	#page-header-wrap .col.span_6 > .inner-wrap {
		padding: 130px 0 70px !important;
	}
	body #page-header-bg .inner-wrap h1 {
		font-size: 26px;
	}
	.faq_section {
		padding-top: 50px !important;
		padding-bottom: 70px !important;
	}
	.faq_section .toggles.accordion .toggle.open h3 a {
		padding: 22px 22px 12px 0;
	}
	body .faq_section .col .toggles .toggle h3 a {
		font-size: 22px;
		line-height: 32px;
		padding: 22px 20px 22px 0;
	}
	.faq_sub_space > .wpb_wrapper {
		padding-bottom: 22px;
	}
	body .wpb_wrapper .faq_list.wpb_text_column ul {
		margin: 0 0 22px;
	}
	.faq_list.wpb_text_column ul li br {
		display: none;
	}
}
@media (min-width: 1200px) and (max-width: 1599px){
	#page-header-wrap .col.span_6 > .inner-wrap {
		padding: 150px 0 80px !important;
	}
	.faq_section {
		padding-top: 60px !important;
		padding-bottom: 80px !important;
	}
	body .faq_section .col .toggles .toggle h3 a {
		font-size: 24px;
		line-height: 34px;
		padding: 25px 25px 25px 0;
	}
	.faq_section .toggles.accordion .toggle.open h3 a {
		padding: 25px 25px 20px 0;
	}
}
/************************************ FAQ PAGE END ************************************/

/************************************ CONTACT PAGE START ************************************/

.kontakta_text_col > .vc_column-inner > .wpb_wrapper > .iwithtext {
    display: flex;
    align-items: center;
}
.kontakta_text_col > .vc_column-inner > .wpb_wrapper > .iwithtext .iwt-icon {
    width: 58px;
    height: 58px;
    background: #075197;
    border: 2px solid #FFFFFF;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.kontakta_text_col > .vc_column-inner > .wpb_wrapper > .iwithtext .iwt-icon img {
    width: auto;
    margin: 0;
}
.kontakta_text_col > .vc_column-inner > .wpb_wrapper > .iwithtext .iwt-text {
    padding-left: 26px;
}
.kontakta_text_col > .vc_column-inner > .wpb_wrapper > .iwithtext .iwt-text a,
.kontakta_text_col > .vc_column-inner > .wpb_wrapper > .iwithtext .iwt-text{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    font-weight: 500;
}
.kontakta_text_col > .vc_column-inner > .wpb_wrapper > .iwithtext .iwt-text a:hover{
	opacity: 0.8;
}
.kontakta_text_col > .vc_column-inner > .wpb_wrapper > .iwithtext {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
}
.kontakta_text_col > .vc_column-inner > .wpb_wrapper > .iwithtext:last-child {
    padding-bottom: 0;
}
.kontakta_image_col  .hover-wrap > .hover-wrap-inner {
    margin: 0 0 0 -140px;
}
/* RESPONSIVE */
@media screen and (max-width: 690px){
	.kontakta_image_col  .hover-wrap > .hover-wrap-inner {
		margin: 0;
	}
	.kontakta_text_col {
		order: 2;
		padding-top: 30px;
	}
	.kontakta_text_col > .vc_column-inner > .wpb_wrapper > .iwithtext .iwt-icon {
		width: 48px;
		height: 48px;
	}
	.kontakta_text_col > .vc_column-inner > .wpb_wrapper > .iwithtext .iwt-text {
		padding-left: 15px;
	}
	.kontakta_text_col > .vc_column-inner > .wpb_wrapper > .iwithtext {
		padding-bottom: 15px;
	}
	.kontakta_text_col > .vc_column-inner > .wpb_wrapper > .iwithtext .iwt-text a, .kontakta_text_col > .vc_column-inner > .wpb_wrapper > .iwithtext .iwt-text {
		font-size: 14px;
		line-height: 1.5;
	}
}
@media (min-width: 561px) and (max-width: 690px){
	.kontakta_text_col {
		padding-top: 0;
		padding-left: 20px !important;
		width: 50% !important;
	}
	.kontakta_image_col {
		width: 50% !important;
	}
	.faq_section > .row-bg-wrap > .inner-wrap:before {
		width: 124px;
		height: 231px;
	}
}
@media (min-width: 691px) and (max-width: 999px){
	.kontakta_text_col {
		width: 50% !important;
	}
	.kontakta_image_col {
		width: 50% !important;
	}
	.kontakta_image_col  .hover-wrap > .hover-wrap-inner {
		margin: 0;
	}
	.kontakta_text_col > .vc_column-inner > .wpb_wrapper > .iwithtext .iwt-text {
		padding-left: 15px;
	}
	.kontakta_text_col > .vc_column-inner > .wpb_wrapper > .iwithtext {
		padding-bottom: 15px;
	}
	.kontakta_text_col > .vc_column-inner > .wpb_wrapper > .iwithtext .iwt-icon {
		width: 48px;
		height: 48px;
	}
	.kontakta_text_col > .vc_column-inner > .wpb_wrapper > .iwithtext .iwt-text a, .kontakta_text_col > .vc_column-inner > .wpb_wrapper > .iwithtext .iwt-text {
		font-size: 16px;
		line-height: 26px;
	}
}
/************************************ CONTACT PAGE END ************************************/

/************************************ TIPS & ADVICE INFO PAGE START ************************************/
.comments-section, .blog_next_prev_buttons.wpb_row {
    display: none;
}
html body.single-advice .container-wrap {
    padding-top: 0;
}
html body.single-advice .container-wrap .row {
    padding-bottom: 0;
}
.tip_banner_col h2.vc_custom_heading.tips_heading {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.02em;
}
body.single-advice  div#header-space {
    height: auto !important;
}
.underline_text_kan > .wpb_wrapper > p {
    text-underline-offset: 4px;
    text-decoration: underline;
    color: #FFF;
    padding: 13px 0 0;
}
body .problemet_block.problemet_block_02 > .col .vc_col-sm-6.problemet_text_col.wpb_column.du_kan_textcol {
    padding: 0 14px 0 0;
}
body .problemet_block.problemet_block_01 > .col .vc_col-sm-6.problemet_text_col.wpb_column.vad_textcol {
    padding: 0;
    width: 58%;
}
body .problemet_block > .col .vc_col-sm-6.problemet_image_col.wpb_column.vad_imagecol {
    width: 41%;
}
body .problemet_block.problemet_block_01 > .col .vc_col-sm-6.problemet_text_col.wpb_column.vad_textcol {
    padding: 0;
    width: 59%;
}
body .problemet_block.problemet_block_02 > .col .vc_col-sm-6.problemet_text_col.wpb_column.varfor_textcol {
    padding: 0;
}
.about_varfor > .wpb_wrapper > p > strong {
    font-weight: 400;
    color: #FFF;
}
body .problemet_block.problemet_block_02 > .col .vc_col-sm-6.problemet_text_col.wpb_column.varfor_textcol {
    padding: 0 18px 0 0;
}
html body .container-wrap .ersattning_section > .col > .ersattning_image_col.wpb_column {
    width: 37%;
}
html body .container-wrap .ersattning_section > .col > .ersattning_text_col.wpb_column {
    width: 63%;
    padding-left: 40px;
}
.list_about_ersattning > .wpb_wrapper {
    padding: 20px 0 16px;
}
.list_about_ersattning > .wpb_wrapper ul {
    margin: 0;
}
.list_about_ersattning > .wpb_wrapper ul li {
    list-style: none;
    position: relative;
    padding: 0 0 16px 21px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #98C0D4;
}
.list_about_ersattning > .wpb_wrapper ul li:last-child {
    padding-bottom: 0;
}
.list_about_ersattning > .wpb_wrapper ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background-image: url(../images/Ersattning-aknearr-Vad.png);
    width: 16px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.list_about_ersattning > .wpb_wrapper ul li strong {
    color: #FFFFFF;
    font-weight: 500;
    padding-right: 10px;
}
.about_ersattning  p strong,
.about_bestammer p strong,
.about_sub_hed p strong{
    color: #FFFF;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.about_bestammer > .wpb_wrapper {
    padding-top: 20px;
}
html body .container-wrap .ersattning_inner_col > .col > .ersattning_text_col.wpb_column {
    width: 64%;
    padding-right: 55px;
}
html body .container-wrap .ersattning_inner_col  > .col > .ersattning_image_col.wpb_column {
    width: 36%;
}
.about_ersattning > .wpb_wrapper {
    padding: 20px 0 12px;
}
body h4.vc_custom_heading.ersattning_sub_hed {
    margin: 0;
    padding: 20px 0 10px;
}
body h4.vc_custom_heading.ersattning_sub_hed:first-child {
    padding-top: 0;
}
.du_section > .row-bg-wrap:before {
    bottom: 30%;
}
.ersattning_section > .row-bg-wrap:before {
    bottom: 120px;
}
/* RESPONSIVE */
@media screen and (max-width: 690px){
	.tip_banner_col h2.vc_custom_heading.tips_heading {
		font-size: 22px !important;
		line-height: 32px !important;
	}
	body .problemet_block.problemet_block_02 > .col .vc_col-sm-6.problemet_text_col.wpb_column.du_kan_textcol {
		padding: 20px 0 0;
	}
	.underline_text_kan > .wpb_wrapper > p {
		padding: 10px 0 0;
	}
	body .problemet_block.problemet_block_01 > .col .vc_col-sm-6.problemet_text_col.wpb_column.vad_textcol {
		padding: 20px 0 0;
		width: 100%;
	}
	body .problemet_block > .col .vc_col-sm-6.problemet_image_col.wpb_column.vad_imagecol {
		width: 100%;
	}
	body .problemet_block.problemet_block_02 > .col .vc_col-sm-6.problemet_text_col.wpb_column.varfor_textcol {
		padding: 20px 0 0;
	}
	html body .container-wrap .ersattning_section > .col > .ersattning_image_col.wpb_column {
		width: 100%;
	}
	html body .container-wrap .ersattning_section > .col > .ersattning_text_col.wpb_column {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
	.list_about_ersattning > .wpb_wrapper {
		padding: 10px 0 10px;
	}
	.list_about_ersattning > .wpb_wrapper ul li {
		padding: 0 0 10px 21px;
		font-size: 14px;
		line-height: 1.5;
	}
	.about_ersattning > .wpb_wrapper {
		padding: 0;
	}
	.about_bestammer > .wpb_wrapper {
		padding-top: 10px;
	}
	html body .container-wrap .ersattning_inner_col > .col > .ersattning_text_col.wpb_column {
		width: 100%;
		padding-right: 0;
		order: 2;
		padding-top: 20px;
	}
	html body .container-wrap .ersattning_inner_col  > .col > .ersattning_image_col.wpb_column {
		width: 100%;
	}
	body h4.vc_custom_heading.ersattning_sub_hed {
		padding: 10px 0 10px;
	}	
}
@media (min-width: 691px) and (max-width: 999px){
	.tip_banner_col h2.vc_custom_heading.tips_heading {
		font-size: 24px !important;
		line-height: 34px !important;
	}
	.underline_text_kan > .wpb_wrapper > p {
		padding: 5px 0 0;
	}
	body .problemet_block.problemet_block_02 > .col .vc_col-sm-6.problemet_text_col.wpb_column.varfor_textcol {
		padding: 0 14px 0 0;
	}
	body .problemet_block.problemet_block_01 > .col .vc_col-sm-6.problemet_text_col.wpb_column.vad_textcol {
		padding: 0 0 0 14px;
		width: 59%;
	}
	html body .container-wrap .ersattning_section > .col > .ersattning_image_col.wpb_column {
		width: 100%;
	}
	html body .container-wrap .ersattning_section > .col > .ersattning_text_col.wpb_column {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}
	.list_about_ersattning > .wpb_wrapper ul li {
		padding: 0 0 10px 21px;
		font-size: 16px;
		line-height: 26px;
	}
	.list_about_ersattning > .wpb_wrapper {
		padding: 20px 0 0;
	}
	.about_ersattning > .wpb_wrapper {
		padding: 15px 0 10px;
	}
	.about_bestammer > .wpb_wrapper {
		padding-top: 10px;
	}
	body h4.vc_custom_heading.ersattning_sub_hed {
		padding: 15px 0 10px;
	}
	html body .container-wrap .ersattning_inner_col > .col > .ersattning_text_col.wpb_column {
		padding-right: 10px;
	}
	html body .container-wrap .ersattning_section > .col > .ersattning_image_col.wpb_column .hover-wrap-inner img {
		margin: 0 auto;
	}
}
@media (min-width: 1000px) and (max-width: 1199px){
	.problemet_block {
		padding: 70px 0 30px !important;
	}
	body .problemet_block.problemet_block_01 > .col .vc_col-sm-6.problemet_text_col.wpb_column.vad_textcol {
		padding: 0 0 0 14px;
	}
	body .problemet_block.problemet_block_02 > .col .vc_col-sm-6.problemet_text_col.wpb_column.varfor_textcol {
		padding: 0 14px 0 0;
	}
	.ersattning_section {
		padding: 70px 0 !important;
	}
	html body .container-wrap .ersattning_section > .col > .ersattning_text_col.wpb_column {
		padding-left: 20px;
	}
	.bestammer_inner_col.bestammer_inner_col2 {
		padding: 40px 0 !important;
	}
	.about_bestammer > .wpb_wrapper {
		padding-top: 15px;
	}
	html body .container-wrap .ersattning_inner_col > .col > .ersattning_text_col.wpb_column {
		padding-right: 15px;
	}
}
@media (min-width: 1200px) and (max-width: 1599px){
	.ersattning_section {
		padding: 80px 0 !important;
	}
	.du_section .problemet_block.problemet_block_02 {
		padding: 0 !important;
	}
	.problemet_block {
		padding: 80px 0 80px !important;
	}
}


body a {
    color: #fff;
}