body {
    padding: 0px; 
    margin: 0px;
    padding-top: 85px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

@media (min-width: 768px) {
    body {
        padding-top: 150px;
    }
}

@media (min-width: 1025px) {
    body {
        padding-top: 185px;
    }
}

@media (min-width: 1200px) {
    body {
        padding-top: 160px;
    }
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins', sans-serif;
    color: #18182E;
}
h1 {
    padding: 0px 0 10px; 
    margin: 0px;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
}

h2 {
    padding: 0px 0 10px; 
    margin: 0px;
    font-weight: 400;
    font-size: 30px;
	line-height:35px;
	text-transform: capitalize;
}

h3 {
    padding: 0px; 
    margin: 0px;
    font-weight: 400;
}

h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 0px; 
    margin: 0px; 
}

h5 {
    padding: 0px; 
    margin: 0px;
}

h6 {
    padding: 0px; 
    margin: 0px;
}

p {
    padding: 0px 0 10px; 
    margin: 0px;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    line-height: 24px;
}
@media (min-width: 1200px) {
    h1 {
        font-size: 55px;
        line-height: 57px;
    }

    h2 {
        font-size: 43px;
        line-height:54px;
    }
}
ul{ 
    list-style: none; 
    padding: 0px; 
    margin: 0px;
}

ul li { 
    padding: 0px; 
    margin: 0px;
}

a {
    padding: 0px; 
    margin: 0px; 
    outline: none;
    transition: all .3s;
    text-decoration: none;
    color: #666666;
}

a:hover { 
    outline: none !important; 
    text-decoration: none;
    transition: all .3s;
    color: #0F75BC;
}

:focus { 
    outline: none !important; 
    text-decoration: none;
}
img {
    max-width: 100%;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?sopko7');
  src:  url('../fonts/icomoon.eot?sopko7#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?sopko7') format('truetype'),
    url('../fonts/icomoon.woff?sopko7') format('woff'),
    url('../fonts/icomoon.svg?sopko7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-address:before {
  content: "\e900";
}
.icon-call:before {
  content: "\e901";
}
.icon-fb:before {
  content: "\e902";
}
.icon-friskvard:before {
  content: "\e903";
}
.icon-instagram:before {
  content: "\e904";
}
.icon-linkedin:before {
  content: "\e905";
}
.icon-locator:before {
  content: "\e906";
}
.icon-mail:before {
  content: "\e907";
}
.icon-personal:before {
  content: "\e908";
}
.icon-provtagning:before {
  content: "\e909";
}
.icon-rontgen:before {
  content: "\e90a";
}
.icon-specialist:before {
  content: "\e90b";
}
.icon-tandvard:before {
  content: "\e90c";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-left:before {
  content: "\ea44";
}

.btn {
    text-decoration: none;
    font-size: 15px;
    padding: 15px 40px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
}

.btn-primary {
    background-color: #0F75BC;
    color: #fff;
}

.btn-primary:hover {
    background-color: #42a2bb;
    color: #fff;
}

.btn-secondary {
    background-color: #42a2bb;
}

.btn-secondary:hover {
    background-color: #1c6e96;
    color: #fff;
}
.btn-tertiary {
    border: 1px solid #42a2bb;
    color: #1c6e96;
    padding: 15px;
    text-transform: uppercase;
    font-size: 15px;

}
.btn-tertiary:hover {
    border: 1px solid #1C6E96;
    color: #42a2bb;
}

input {
    border: 1px solid #C5C5C5;
    height: 60px;
    width: 100%;
    padding: 0 10px;
    font-weight: 400;
    font-size: 14px;
    color: #7A7A7A;
    margin-bottom: 20px;
}
input[type="submit"] {
    background-color: #28c0d4;
    border: 0;
    padding: 0;
    color: #fff;
    width: 100%;
    cursor: pointer;
    transition: all .3s;
    height: 45px;
}
input[type="submit"]:hover {
    background-color: #04a6bb;
    transition: all .3s;
}
.sub-menu-toggle{
	display:none;
}
button {
    background-color: #1C6E96;
    background-image: url(../img/button-arrow.png);
    background-repeat: no-repeat;
    background-position: right 18% center;
    color: #fff;
    border-radius: 40px;
    border: 0;
    padding: 20px 80px 20px 40px;
    font-size: 20px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
}
button:hover {
    background-color: #04a6bb;
    transition: all .3s;
}
textarea {
    border: 1px solid #C5C5C5;
    height: 175px;
    width: 100%;
    padding: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #7A7A7A;
    resize: none;
    margin-bottom: 20px;
}

/*---------- header and navigation End ------------*/
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 99999;
}
.header-menu {
    padding: 10px 0;
}
.sticky-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999999;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
}
.header_info {
    padding: 0;
    margin: 0;
    text-align: right;
}
.header_info li {
    display: inline-block;
    margin-left: 30px;
}
.header_info li a {
    font-size: 15px;
    color: #fff;
}
.header_info li a:hover {
    color: #0F75BC;
}
.header_info li i {
    vertical-align: middle;
    margin-right: 10px;
}
.header-social {
    padding: 0;
    margin: 0;
}
.header-social li {
    display: inline-block;
    font-size: 15px;
    color: #fff;
}
.header-social li a {
    font-size: 15px;
    color: #fff;
}
.header-social li a:hover {
    color: #0F75BC;
}
.header-social li i {
    vertical-align: middle;
    margin-left: 25px;
}
@media (min-width: 768px) {

}
.top-header {
    background-color: #387385;
    padding: 10px 0;
}
.header-social {
    float: left;
}
.header-social ul {
    padding: 0;
    margin: 0;
}
.header-social ul li {
    display: inline-block;
    margin-right: 30px;
}
.header-social ul li a {
    color: #fff;
}
.header-social ul li a:hover {
    color: #28c0d4;
}
.header-contact {
    float: right;
}
.header-contact ul {
    padding: 0;
    margin: 0;
}
.header-contact ul li {
    display: inline-block;
    padding: 0 30px;
    border-right: 1px solid #fff;
}
.header-contact ul li:last-child {
    padding-right: 0;
    border: none;
}
.header-contact ul li a {
    color: #fff;
}
.header-contact ul li a .fa {
    margin-right: 5px;
}
.header-contact ul li a:hover {
    color: #28c0d4;
}
.search_box {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 32px 2px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 0px 32px 2px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 0px 32px 2px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0px 0px 32px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 32px 2px rgb(0 0 0 / 6%);
    background-color: #ffffff;
    display: none;
    width: 75%;
    z-index: 1000;
}
.search-btn:hover {
    background-color: #387385;
    color: #fff;
}
@media (min-width: 768px) {
    .search_box {
        top: 111px;
        width: 325px;
    }
    .search_box input {
        width: 250px;
        margin-bottom: 0;
    }
    .search-btn {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: #28c0d4;
        color: #fff;
        float: right;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
}


.logo {
    float: left;
    transition: all .6s;
    width: 163px;
}
/*.sticky-header .logo {
    width: 80px;
    transition: all .6s;
}

.sticky-header .header-btn {
    margin-top: 8px;
    transition: all .6s;
}*/
.header-right {
    float: right;
}
.header-btn {
    float: right;
    margin-top: 30px;
    margin-right: 30px;
    transition: all .6s;
}
.header-btn .btn {
    margin-right: 20px;
}
.top-header {
    background-color: #084671;
    padding: 10px 0;
    display: none;
}
.mobile_primary {
    float:left;
    padding:0;
    transition:all .6s
}

.mobile_primary ul {
    margin:0;
    padding:0;
}

.mobile_primary li {
    cursor:pointer;
    display:inline-block;
    padding:0;
    position:relative;
    margin:0;
}
.mobile_primary li:last-child {
    border: 0;
}
.menu_fixed .sub-menu--button {
    top:25%
}

.mobile_primary li:last-child {
    margin-right: 0;
}

.mobile_primary li:last-child .sub-menu {
    right:0
}

.mobile_primary ul li a {
    color:#000;
    font-weight:700;
    padding:0;
    margin: 0 10px;
    font-size:15px;
    line-height:20px;
    display:block;
    position:relative;
    z-index:999999;
    text-decoration:none;
    text-align:center;
    text-transform:uppercase;
    transition:all .6s;
}
.mobile_primary ul li.call-us {
    display: none;
}
.mobile_primary ul li.call-us a {
    color: #1C6E96;
}
.menu_fixed .mobile_primary ul li a {
    padding:17px 15px;
    transition:all .6s
}

.mobile_primary ul li.current-menu-item a,
.mobile_primary ul li a:hover {
    color:#0F75BC
}
.sub-menu--button {
    position: absolute;
    top: -8%;
    right: 8px;
}
.sub-menu--button::after {
    content:"\f107";
    font-family:FontAwesome;
    font-weight:400;
    font-style:normal;
    font-size:14px;
    line-height:14px;
    color:#000;
    transition:all.5s ease-in-out
}

.mobile_primary ul li.current-menu-item .sub-menu--button::after,
.mobile_primary ul li:hover .sub-menu--button::after {
    color:#03a9f4
}
.mobile_primary ul li ul li .sub-menu--button {
    position: absolute;
    top: 20%;
    right: 10px;
}
.mobile_primary ul li ul li:hover .sub-menu--button {
    /*color: #fff;*/
    transform: rotate(-90deg);
    transition:all .6s
}
.mobile_primary .sub-menu {
    border-top: 1px solid #42A2BB;
    background: #fff none repeat scroll 0 0;
    text-align: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 158%;
    width: 235px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -ms-transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1);
    -webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    z-index: 999;
}

.mobile_primary .sub-menu li {
    display:block;
    position:relative;
    padding:0;
    margin:0;
    border: 0;
}

.mobile_primary li ul.sub-menu li a {
    color:#2A2A2A;
    padding:10px;
    display:block;
    text-align:left;
    text-transform:uppercase;
    border-bottom: 1px solid #fff;
}
.mobile_primary li ul.sub-menu li ul.sub-menu a {
    border: 0;
}
.mobile_primary .sub-menu a:hover {
    color:#1C6E96;
    border-bottom: 1px solid #1C6E96;
}

.mobile_primary .sub-menu li a:after,
.mobile_primary .sub-menu li.current-menu-item>a:after,
.mobile_primary .sub-menu li.current-page-ancestor>a:after,
.mobile_primary .sub-menu li.menu-item-has-children:hover>a:after,
.mobile_primary .sub-menu li.menu-item-has-children>a:hover:after {
    content:none
}

.mobile_primary .sub-menu .sub-menu {
    left:100%;
    position:absolute;
    top:0;
    width: 290px;
    background-color: #F8F8F8;
}

.mobile_primary li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}
.mobile_primary li:hover>.sub-menu li:after,
.mobile_primary li:hover>.sub-menu li:before {
    display: none;
}

.mobile_primary li:hover>.sub-menu li:hover>.sub-menu {
    display:block;
    top:0
}

.menu-button,.menuClose {
    display:none
}

@media (min-width: 320px) and (max-width: 1024px) {
    .logo {
        width: 80px;
    }
    
    .main_menu {
        padding:0
    }

    .menu-button {
        position:relative;
        display:block;
        background-color:transparent;
        border:0;
        cursor:pointer;
        float:right;
        transition:all .3s ease;
        font-size:18px;
        line-height:29px;
        color:#fff;
        padding:0;
        margin-top:8px
    }
    .menu_fixed .menu-button {
        margin-top: 5px;
    }

    .menu-button .line{
      width: 35px;
      height: 3px;
      background-color: #000;
      display: block;
      margin: 8px auto;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }
    .menu-button.toggle .line:nth-child(2){
      opacity: 0;
    }

    .menu-button.toggle .line:nth-child(1){
      -webkit-transform: translateY(9px) rotate(45deg);
      -ms-transform: translateY(9px) rotate(45deg);
      -o-transform: translateY(9px) rotate(45deg);
      transform: translateY(9px) rotate(45deg);
    }

    .menu-button.toggle .line:nth-child(3){
      -webkit-transform: translateY(-13px) rotate(-45deg);
      -ms-transform: translateY(-13px) rotate(-45deg);
      -o-transform: translateY(-13px) rotate(-45deg);
      transform: translateY(-13px) rotate(-45deg);
    }
    
    .open:before {
        background-position:right center;
        width:25px;
        transition:all .3s ease
    }

    button:focus {
        outline:none;
        border:none
    }

    .mainmenu {
        float:none
    }

    .mobile_primary {
        width:100%;
        position:absolute;
        top:69px;
        left:-100%;
        background-color:#fff;
        transition:.5s;
        z-index:999999999;
        display:block!important;
        padding:0;
        border-radius:0;
        float:none;
        height: 600px;
        overflow: auto;
    }
    .menu_fixed .mobile_primary {
        top: 66px;
    }
    .mobile_primary.active {
        display:block!important;
        left:0
    }

    .mobileOverlay {
        display:none
    }

    .mobileOverlay.toggle {
        display:block
    }

    .menuClose {
        position:absolute;
        top:0;
        right:10px;
        font-size:36px;
        line-height:36px;
        margin-left:0;
        color:#010101;
        background:none;
        width:auto;
        height:auto;
        border-radius:0;
        font-weight:300;
        cursor:pointer;
        display:block
    }

    .mobile_primary ul {
        list-style:none;
        margin:0;
        padding:0
    }

    .mobile_primary li {
        border-bottom:1px solid #dbdcde;
        display:block;
        position:relative;
        padding:0;
        background:none;
        margin:0
    }

    .mobile_primary .sub-menu li {
        border:0
    }

    .mobile_primary ul li.current-menu-item a:after,.mobile_primary ul li a:hover:after {
        display:none
    }
    .mobile_primary ul li.current-menu-item a, .mobile_primary ul li a:hover {
        color: #000;
    }
    .mobile_primary ul li a,
    .mobile_primary li ul.sub-menu li a {
        padding:17px 8px;
        text-align: left;
        color: #000;
    }

    .mobile_primary li:first-child {
        border-top:none
    }

    .mobile_primary .sub-menu {
        display:none
    }

    .mobile_primary li ul.sub-menu li a:hover {
        color:#2d5ba9
    }

    .mobile_primary .sub-menu a:hover {
        background:none
    }
    
    .mobile_primary .sub-menu--button,
    .mobile_primary ul li ul li .sub-menu--button {
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 54px;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        z-index: 9999999999999;
        background: #42a2bb;
    }
    .mobile_primary ul li ul li:hover .sub-menu--button {
        transform: rotate(0);
        transition:all .6s
    }
    .mobile_primary ul li.current-menu-item .sub-menu--button::after, 
    .mobile_primary ul li:hover .sub-menu--button::after,
    .sub-menu--button::after {
        color:#fff;
        transform:rotate(-90deg)
    }
    .mobile_primary ul li.current-menu-item .sub-menu--button::after, 
    /*.mobile_primary ul li:hover .sub-menu--button::after,*/
    .sub-menu--button.open::after {
        color:#fff;
        transform:rotate(0deg)
    }

    .mobile_primary .sub-menu li {
        display:block
    }

    .mobile_primary li:hover .sub-menu {
        top:0;
        display:none
    }
    .page-header__primary {
        display:none
    }

    .mobile_primary .sub-menu .sub-menu {
        left:auto;
        position:relative;
        top:0;
        width: 100%;
    }

    .mobile_primary li ul.sub-menu li:hover ul.sub-menu {
        display:none;
        position:relative
    }

    .mobile_primary .sub-menu {
        position:relative;
        top:0;
        width:auto;
        background-color:#f3f3f3;
        box-shadow:none;
        text-align: left;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        visibility: inherit;
        opacity: inherit;
        border-radius: 0;
        border-bottom: 0;
        transform: inherit;
        transition: inherit;
        box-shadow: none;
        -webkit-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
    }
    .mobile_primary .sub-menu::after {
        display: none;
    }

    .mobile_primary li.dropdown a:after {
        background:none
    }

    .mobile_primary li:hover>.sub-menu li:hover>.sub-menu {
    display:none
    }
}

@media (min-width: 1025px) {
    .mobile_primary ul {
        float: left;
    }
}
@media (min-width: 767px) {
    .top-header {
        display: block;
    }
}
@media (min-width: 1200px) {
    .header-btn {
        display: block;
    }
    .header-btn .btn {
        margin-right: 0;
    }
    .mobile_primary {
        margin: 35px 0 0 0;
    }
    .mobile_primary ul li a {
        font-size: 15px;
        margin: 0 22px;
    }
    .header-btn {
        margin: -14px 0 0 0px;
    }
    /*.sticky-header .mobile_primary {
        margin: 20px 0 0 10px;
    }*/
}

@media (min-width: 1366px) {
    .mobile_primary ul li a {
        margin: 0 25px;
    }
}


.text-center {
    text-align: center;
    padding-bottom: 30px;
}
.text-center span {
    color: #0F75BC;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    padding-bottom: 15px;
}
.text-center h1 {
    color: #18182E;
    font-weight: 700;
    font-size: 25px;
}
@media (min-width: 1200px) {
    .text-center span {
        font-size: 17px;
        padding-bottom: 15px;
    }
    .text-center h1 {
        font-size: 42px;
    }
}
.banner {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 320px;
    background-position: center 100%;
    background-image: url(../img/banner.jpg);
    background-color: none;
    padding: 50px 0;
}

.banner h6 {
    font-size: 15px;
    text-transform: uppercase;
    color: #18182E;
    font-weight: 400;
    padding: 0 0 15px;
}
.banner h1 {
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    color: #0F75BC;
    font-weight: 400;
    padding-bottom: 10px;
}
.banner h1 span {
    color: #0F75BC;
    font-weight: 700;
}
.banner h2 {
    font-size: 28px;
    text-transform: uppercase;
    color: #0F75BC;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    padding-left: 20px;
}
.banner h2:after {
    position: absolute;
    left: 0;
    top: 6px;
    width: 5px;
    height: 25px;
    background-color: #0F75BC;
    content: '';
}
.banner h2 span {
    color: #0F75BC;
    font-weight: 700;
}

.banner ul {
    padding: 0;
    margin: 15px 0 0 0;
}
.banner ul li {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.banner ul li:before {
  content: "\ea42";
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 16px;
  font-family: 'icomoon';
  color: #0F75BC;
}

@media (min-width: 1200px) {
    .banner {
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 890px;
        background-position: center 100%;
        padding: 0;
    }
    .banner-content {
        margin-top: 160px;
    }
    .banner-content {
        max-width: 720px;
        margin-left: 0;
    }
    .banner h6 {
        font-size: 18px;
        padding: 0 0 15px;
    }
    .banner h1 {
        font-size: 60px;
        padding-bottom: 15px;
        line-height: 60px;
    }
    .banner h2 {
        font-size: 60px;
        line-height: 60px;
        padding-bottom: 15px;
        padding-left: 20px;
    }
    .banner h2:after {
        position: absolute;
        left: 0;
        top: 6px;
        width: 5px;
        height: 44px;
        background-color: #0F75BC;
        content: '';
    }
    
}

.inner-banner {
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.inner-banner-content {
    text-align: center;
    margin: 30px auto;
    max-width: 600px;
}
.inner-banner-content.kunskapsbank-banner-content {
    margin: 30px auto;
}
.inner-banner h1 {
    font-size: 30px;
    padding-bottom: 15px;
    line-height: 35px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.inner-banner h6 {
    font-size: 15px;
    padding-bottom: 15px;
    line-height: 17px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.inner-banner-form {
    position: relative;
}
.inner-banner input {
    border:0;
    height: 45px;
    width: 100%;
    padding: 0 75px 0 35px;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #6D6C6C;
    margin: 0;
    border-radius: 6px;
}
.inner-banner input[type="submit"] {
    background-color: #0F75BC;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    padding: 0;
    color: #fff;
    width: 62px;
    cursor: pointer;
    transition: all .3s;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.four-animals {
    background-color: rgba(255,255,255,.79);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    max-width: 90%;
    height: 150px;
    margin: 0 auto;
}
.four-animals .col-md-3 {
    width: 25%;
    float: left;
}
.animal-box {
    text-align: center;
    padding-top: 30px;
}
.animal-box img {
    display: inline-block;
    margin-bottom: 10px;
}
.animal-box a {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 17px;
    line-height: 19px;
    font-weight: 700;
    display: block;
}
@media (min-width: 1200px) {
    .inner-banner {
        min-height: 585px;
    }
    .inner-banner h1 {
        font-size: 56px;
        line-height: 60px;
        padding-bottom: 40px;
    }
    .four-animals {
        width: 950px;
        position: absolute;
        bottom: 0;
        height: 160px;
        margin-left: -475px;
        left: 50%;
    }
    .inner-banner-content {
        margin: 250px auto 0;
    }
    .inner-banner-content.kunskapsbank-banner-content {
        margin: 170px auto 0;
    }
    /*.four-animals .col-md-3 {
        width: inherit;
        float: inherit;
    }*/
}

.about-section {
    padding: 0 0 50px;
}
.top-about {
    margin-top: 0;
    padding-top: 30px;
}
.top-about .container {
    max-width: 1144px;
}

.about-box {
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    padding: 25px;
    background-color: #fff;
    text-align: center;
    /*min-height: 291px;*/
    height: 100%;
    margin-bottom: 30px;
}
.about-box a {
    color: #000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 19px;
    padding: 15px 0;
    display: block;
}
.about-box a:hover {
    color: #0F75BC;
}
.about-content {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 25px;
}
.about-content .btn {
    margin-top: 15px;
}
.bottom-about {
    padding-top: 0;
}

.about-content h6 {
    color: #0F75BC;
    font-weight: 700;
    font-size: 17px;
    line-height: 19px;
    padding-bottom: 15px;
}
.about-content h1 {
    color: #18182E;
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    padding-bottom: 25px;
}
@media (min-width: 1200px) {
    .top-about {
        margin-top: -80px;
        padding-top: 0;
    }
    .eqWrap {
        display: flex;
    }
    .about-box {
        margin: 0;
    }
    .bottom-about {
        padding-top: 110px;
    }
    .about-content {
        max-width: 625px;
        padding-bottom: 0;
    }
    .about-content h6 {
        font-size: 17px;
        line-height: 19px;
        padding-bottom: 15px;
    }
    .about-content h1 {
        color: #18182E;
        font-weight: 700;
        font-size: 42px;
        line-height: 44px;
        padding-bottom: 25px;
    }
}
.malmo-section {
    background-color: #F5F5F5;
    padding: 30px 0;
}
.malmo-section h3 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 0;
}
.mal-box {
    text-align: center;
    margin-bottom: 30px;
	padding: 20px;
	background: #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,0.07);
	border-bottom: 3px solid #0f75bc;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

@media (min-width: 1200px) {
	.malmo-section .row [class*="col-"] {
		margin-bottom: 30px;
	}
	
    .mal-box {
		background: transparent;
		box-shadow: unset;
		border-color: transparent;
		height: 100%;
		margin-bottom: 0;
    }
	
	.mal-box:hover {
		background: #ffffff;
		box-shadow: 0 0 20px rgba(0,0,0,0.07);
		border-color: #0f75bc;
    }
	
    .malmo-section {
        padding: 80px 0;
    }
	
	
}



.referenser-section {
    padding: 30px 0;
}

.referenser-section .slick-prev:before, .referenser-section .slick-next:before {
    font-family: 'icomoon';
    font-size: 28px;
    line-height: 1;
    opacity: 1;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.referenser-section .slick-prev, 
.referenser-section .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: inherit;
    bottom: -80px;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.referenser-section .slick-prev {
    left: 50%;
    bottom: 0;
    margin-left: -32px;
	z-index: 999;
}
.referenser-section .slick-prev::before {
    content: "\ea44";
    color: #000;
}
.referenser-section .slick-prev:hover::before {
    color: #0F75BC;
}
.referenser-section .slick-next {
    right: 50%;
    bottom: 0;
    margin-right: -32px;
	z-index: 999;
}
.referenser-section .slick-next::before {
    content: "\ea42";
    color: #000;
}
.referenser-section .slick-next:hover::before {
    color: #0F75BC;
}
.referenser-box {
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    padding: 25px 65px;
    margin: 15px 0;
    text-align: center;
    background: #ffffff;
}
.referenser-box span {
    color: #0F75BC;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    display: block;
    padding-bottom: 15px;
}
.referenser-box p {
    font-size: 17px;
}
.referenser-slider .slick-slide img {
    display: inline-block;
}
.referenser-slider .slick-dots li button::before {
    font-size: 28px;
}
@media (min-width: 1200px) {
    .referenser-section {
        padding: 80px 0 80px;
    }
}
.nyheter-section {
    padding: 30px 0;
}
.blog-left {
    margin: 0 0 30px;
}
.blog-img img {
    width: 100%;
    display: block;
}
.blog-left a {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 15px;
}
.blog-left a:hover {
    color: #0F75BC;
}
.blog-left .btn {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}
.blog-left .blog-details {
    padding-top: 20px;
}
.blog-left .blog-details span {
    color: #0F75BC;
    font-size: 15px;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
}
.blog-left .blog-details p {
    font-size: 17px;
    padding-right: 40px;
    padding-bottom: 15px;
}
.right-blog .blog-img {
    height: 168px;
}
.right-blog .blog-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: block;
}

.right-blog a {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
}
.right-blog a:hover {
    color: #0F75BC;
}
.right-blog .blog-details {
    padding-top: 10px;
}
.right-blog .blog-details span {
    color: #0F75BC;
    font-size: 13px;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
}
.right-blog .blog-details p {
    font-size: 15px;
}
.blog-row {
    margin-bottom: 15px;
}
@media (min-width: 1200px) {
    .nyheter-section {
        padding: 80px 0;
    }
    .blog-left {
        margin: 0 ;
    }
}
.footer-section {
    background-color: #041C2D;
}

.footer-top {
    padding: 30px 0;
    
}
.footer-section h1 {
    font-size: 19px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
}
.footer-top p {
    color: #fff;
    font-size: 14px;
}
.footer-top p span {
    float: right;
}
.footer-logo-details {
    width: 100%;
    float: none;
    margin:0 0 20px;
}
.footer-social {
    padding: 0;
    margin: 0;
}
.footer-social li {
    display: inline-block;
    font-size: 15px;
    color: #fff;
}
.footer-social li a {
    font-size: 15px;
    color: #fff;
}
.footer-social li a:hover {
    color: #0F75BC;
}
.footer-social li i {
    vertical-align: middle;
    margin-left: 25px;
}
.footer-address {
    width: 100%;
    float: none;
    margin:0;
}
.footer-address ul {
    padding: 0;
    margin: 0;
}
.footer-address ul li {
    
    padding: 0 0 15px;
}
.footer-address ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.footer-address ul li a:hover {
    color: #0F75BC;
}
.footer-address ul li i {
    margin: 6px 10px 15px 0;
    float: left;
}
.footer-timing {
    width: 100%;
    float: none;
    margin:0;
}
.footer-tid {
    width: 100%;
    float: none;
    margin:0;
}
.footer-tid img {
    margin-right: 10px;
}
.footer-oss {
    width: 100%;
    float: none;
    margin:0;
}
.footer-address,
.footer-timing,
.footer-tid,
.footer-oss {
    padding-top: 20px;
}
.copyright {
    border-top: 1px solid #0E3149;
    padding: 15px 0;
}
.copyright p {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .footer-top {
        padding: 80px 0;        
    }
    .footer-logo-details {
        width: 256px;
        float: left;
        margin:0 35px 0 0;
        text-align: center;
    }
    .footer-address {
        width: 269px;
        float: left;
        margin-right: 35px;
    }
    .footer-timing {
        width: 141px;
        float: left;
        margin-right: 35px;
    }
    .footer-tid {
        width: 278px;
        float: left;
        margin-right: 35px;
    }
    .footer-oss {
        width: 183px;
        float: left;
    }
    .footer-address,
    .footer-timing,
    .footer-tid,
    .footer-oss {
        padding-top: 60px;
        text-align: inherit;
    }

}

.kunskapsbank-area {
    padding: 50px 0;
}


.kunskapsbank-box {
    margin-bottom: 35px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.kunskapsbank-img img {
    display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kunskapsbank-details {
    padding: 15px;
}
.kunskapsbank-details a {
    color: #18182E;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 0px;
    display: block;
}
.kunskapsbank-details a img {
    vertical-align: middle;
    margin-right: 15px;
}
.kunskapsbank-details a:hover {
    color: #0F75BC;
}
.kunskapsbank-details ul {
    padding: 0;
    margin: 0;
}
.kunskapsbank-details ul li {
    padding: 0 0 15px 30px;
    margin: 25px 0 0 25px;
    color: #18182E;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid #EFEFEF;
    background: url(../img/small.png) no-repeat 0 3px;
}
.kunskapsbank-details ul li:last-child {
    border: 0;
}

@media (min-width: 1200px) {
    .kunskapsbank-area {
        padding: 100px 0;
    }
    .kunskapsbank-img {
        height: 215px;
    }
    .kunskapsbank-details {
        padding: 25px;
    }
    .kunskapsbank-details a {
        font-size: 17px;
    }
}
.personal-area {
    padding: 50px 0;
}
.personal-row {
    padding: 0;
    margin: 0 0 60px;
    position: relative;
    display: none;
}
.personal-img-area {
    width: 225px;
    height: 225px;
    margin: 0 auto 25px;
}
.personal-img {
    width: 225px;
    height: 225px;
    border-radius: 50%;
    overflow: hidden;
	border: 1px solid #ccc;
}
.personal-img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
    object-position: top;
}
.personal-details {
    padding: 15px;
    -moz-box-shadow: 1px 2px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.2);
    box-shadow: 1px 2px 2px rgba(0,0,0,.2);
    position: relative;
}
.personal-details h2 {
    font-size: 17px;
    line-height: 19px;
    color: #18182E;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 5px;
}
.personal-details h3 {
    font-size: 15px;
    line-height: 19px;
    color: #18182E;
    font-weight: 600;
    padding: 0 0 10px;
}
.loading {
    text-align: center;
}
.loading a {
    color: #0F75BC;
    font-size: 15px;
    font-weight: 800;
}
.loading img {
    vertical-align: middle;
}
@media (min-width: 1200px) {
    .personal-area {
        padding: 100px 0;
    }
    .personal-img-area {
        width: 225px;
        height: 225px;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        background-color: #fff;
    }
    .personal-details {
        padding: 0 15px 15px 240px;
        float: right;
        width: 1140px;
        -moz-box-shadow: 1px 2px 2px rgba(0,0,0,.2);
        -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.2);
        box-shadow: 1px 2px 2px rgba(0,0,0,.2);
        position: relative;
		min-height: 225px;
		display: flex;
		flex-direction: column;
		justify-content: center;
    }
}
@media (min-width: 1366px) {
    .personal-details {
        width: 1165px;
		padding-left: 140px
    }

}


.priser-area {
    padding: 50px 0;
}
.priser-box {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    margin: 0 0 30px;
}
.priser-details {
    padding: 20px;  
}
.priser-area h3 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.priser-area h4 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.priser-area p {
    font-size: 16px;
}
.priser-area a {
    font-size: 16px;
    color: #0F75BC;
    font-weight: 600;
    text-decoration: underline;
}
.priser-area ul {
    padding: 0;
    margin: 0;
}
.priser-area ul li {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    background:url(../img/small.png) no-repeat 0 3px;
    padding: 0 0 15px 30px;
}
.top-priser {
    padding-top: 50px;
}
.priser-box table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}
.priser-box th {
    background-color: #0F75BC;
    padding: 15px 10px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.priser-box td {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding: 10px;
}
.priser-box td:nth-child(2) {
    font-weight: 600;
}
@media (min-width: 1200px) {
    .priser-area {
        padding: 100px 0;
    }
    .priser-details {
        padding: 20px 40px 40px;
        min-height: 320px;    
    }
    .priser-box td {
        padding: 10px 0 10px 40px;
    }
    .priser-box th {
        padding: 15px 40px;
    }
}

.boka-area {
    padding: 50px 0;
}
.boka-area h3 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.boka-area ul {
    padding: 0;
    margin: 0;
}
.boka-area ul li {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    background:url(../img/small.png) no-repeat 0 3px;
    padding: 0 0 15px 30px;
}
.boka-area p {
    font-size: 16px;
}
.boka-area p span {
    color: #D21212;
    padding: 0 0 15px;
    display: block;
}
.boka-area h5 {
    padding: 0 0 15px;
}
.calender-img {
    text-align: center;
    padding: 50px 0 0;
}
@media (min-width: 1200px) {
    .boka-area {
        padding: 100px 0;
    }
}

.tjanster-tab-area {
    padding: 50px 0;
}
.tjanster-tab-area .container {
    max-width: 1035px;
}
.tjanster-tab-wrapper ul.tabs {
    margin: 0 -10px 30px;
    padding: 0px;
    list-style: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.tjanster-tab-wrapper ul.tabs li{
    color: #565656;
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    width: 25%;
}

.tjanster-tab-wrapper ul.tabs li .tab-title-kmm {
    padding: 20px 30px;
}

.tjanster-tab-wrapper ul.tabs li img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.tjanster-tab-wrapper ul.tabs li.current .tab-list-items{
    color: #0F75BC;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 4px;
}

.tjanster-tab-wrapper ul.tabs li .tab-list-items {
    position: relative;
    overflow: hidden;
    padding: 3px;
}

.tab-content {
    display: none;
}

.tab-content.current {
    display: inherit;
}
.tjanster-tab-wrapper h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    padding-bottom: 15px;
    padding-top: 10px;
}
.tjanster-tab-wrapper p {
    font-size: 15px;
    color: #4F4F4F;
    font-weight: 600;
}
.tab-box {
    padding: 0 40px 35px 0;
    border-bottom: 1px solid #EFEFEF;
    margin: 0 0 30px;
}
.tab-box.border-none {
    border: none;
    margin-bottom: 0;
}
.graph-area .container {
    max-width: 800px;
}

.graph-area .bar {
    width:61px;
    height:300px;
    list-style-type:none;
    position:relative;
}
.graph-area .bar p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
.graph-area .one p {
  background-color:#0F75BC;
}
.graph-area .two p {
  background-color: #084671;
}
.graph-area .three p {
  background-color: #3A5897;
}
.graph-area .bar span {
    padding: 0px 0px 0;
    display: block;
    position: relative;
    z-index: 99;
}
.graph-area #graphcontent {
    width: 230px;
    float: left;
}
.graph-area #graphcontent ul {
    list-style-type:none;
}
.graph-area #graphcontent ul li {
    float:left;
    padding:0 20px 0 0;
	position: relative;
}

.graph-area #graphcontent ul li > p {
    padding: 10px 0 0;
    color: #0f75bc;
    font-weight: bold;
    font-size: 15px;
	text-align: center;
}

.graph-area #graphcontent ul li:first-child > p {
	color: #0f75bc;
}

.graph-area #graphcontent ul li:nth-child(2) > p {
	color: #084671;
}

.graph-area #graphcontent ul li:nth-child(3) > p {
	color: #3a5897;
}

.graph-area #graphcontent ul li:first-child .bar::after {
	content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: calc(100% + 20px);
    height: 8px;
    background: #0F75BC;
}
.graph-area #graphcontent ul li:nth-child(2) .bar::after {
	content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: calc(100% + 20px);
    height: 8px;
    background: #084671;
}
.graph-area #graphcontent ul li:nth-child(3) .bar::after {
	content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 8px;
    background: #3A5897;
}
.graph-area #graphcontent ul li:last-child  {
    padding-right: 0;
}
.graph-field-name {
    float: right;
    max-width: 515px;
    padding-top: 40px;
}

.graph-field-name span {
    color: #0F75BC;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    padding-bottom: 15px;
}
.graph-field-name h1 {
    color: #18182E;
    font-weight: 700;
    font-size: 25px;
}

@media (min-width: 1200px) {
    .tjanster-tab-area {
        padding: 50px 0 0;
    }
    .graph-area  {
        padding-top: 80px;
    }
    .graph-field-name h1 {
        font-size: 42px;
    }
    .graph-field-name {
        padding-top: 120px;
    }
}

@media (max-width: 600px) {
    .tjanster-tab-wrapper ul.tabs li {
        width: 50%;
        margin-bottom: 15px;
    }
}

.kunskapsbank-details h3{
	font-size: 24px;
    line-height: 13px;
    font-weight: 700;
    color: #000;
    padding-bottom: 15px;
    padding-top: 10px;
}

.kunskapsbank-details img{
	vertical-align: middle;
	margin-right: 10px;
}

@media (min-width: 1025px) {
    .kunskapsbank-area .row {
        display: flex;
        flex-wrap: wrap;   
    }
}

.wysiwyg-editor {
    padding: 40px 0;
}

.wysiwyg-content h2 {
    color: #18182E;
    font-weight: 600;
    font-size: 20px;
    padding: 0 0 16px;
    text-transform: uppercase;
}

.wysiwyg-content h3 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    padding-bottom: 14px;
}

.wysiwyg-content p {
    padding-bottom: 16px;
}

.wysiwyg-content p span {
    font-weight: bold;
    font-style: italic;
}

.wysiwyg-content ul {
    margin: 0 0 0;
    padding: 0 0 18px 10px;
}

.wysiwyg-content li {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.wysiwyg-content li::before {
    content: "\ea42";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 15px;
    font-family: 'icomoon';
    color: #0F75BC;
}

.wysiwyg-left-panel {
    padding-bottom: 18px;
}

.wysiwyg-white-link {
    width: 100%;
    box-shadow: 0 1px 2px rgb(0,0,0,0.20);
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
}

.wysiwyg-white-link h3 {
    color: #000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    padding: 0 0 15px;
}

.wysiwyg-content p a {
    color: #0f75bc;
    font-weight: 500;
}

.wysiwyg-content p a:hover {
    color: #0f75bc;
    text-decoration: underline;
}

.wysiwyg-white-link ul {
    padding: 0;
    margin: 0;
}

.wysiwyg-white-link li {
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
}

.wysiwyg-white-link li:last-child {
    padding-bottom: 0;
}

.wysiwyg-content-wrapper {
    box-shadow: 0 1px 2px rgb(0,0,0,0.20);
    border-radius: 10px;
}

.wysiwyg-content-wrapper + .wysiwyg-content-wrapper {
    margin-top: 24px;
}

.wysiwyg-content h3.wysiwyg-accordion-title {
    position: relative;
    padding: 15px 60px 15px 26px;
    cursor: pointer;
}

.wysiwyg-content h3.wysiwyg-accordion-title::before {
    content: "\ea42";
    position: absolute;
    right: 22px;
    top: 50%;
    font-size: 16px;
    font-family: 'icomoon';
    color: #000;
    margin-top: -8px;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

.wysiwyg-content .open h3.wysiwyg-accordion-title::before {
    transform: rotate(-90deg);
}

.wysiwyg-accordion-content {
    display: none;
    padding: 0 56px 30px 22px;
}

.wysiwyg-accordion-content p:last-child {
    padding-bottom: 0;
}

.wysiwyg-right-panel-image img {
    border-radius: 10px;
    box-shadow: 0 1px 2px rgb(0,0,0,0.20);
}

.wysiwyg-right-panel-image img + img {
    margin-top: 10px;
}

@media (min-width: 768px) {
   .wysiwyg-editor {
        padding: 60px 0;
    } 
}

@media (min-width: 1025px) {
    .wysiwyg-left-panel {
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
   .wysiwyg-editor {
        padding: 100px 0;
    } 

    .wysiwyg-content h2 {
        font-size: 32px;
    }

    .wysiwyg-content p {
        padding-bottom: 20px;
    }
}

.uppsoka_section .btn {
    margin-top: 20px;
}

.contact-map-left,
.contact-map-left iframe {
    width: 100%;
    height: 100%;
}

.contact-map-left iframe {
    min-height: 300px;
}

.contact-form-right {
    padding-top: 42px;
}

.contact-form-map {
    background: #F5F5F5;
    padding: 60px 0;
}

.contact-form-right-info h3 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}

.contact-form-right-info input[type="submit"] {
    background: #0F75BC;
    text-transform: uppercase;
    font-weight: bold;
    width: auto;
    padding: 18px 18px;
    height: auto;
    border-radius: 5px;
    margin: 0 0 0 auto;
    display: table;
}

.contact-form-right-info input[type="submit"]:hover {
    background: #42a2bb;
    color: #fff;
}

.about-img {
    margin-bottom: 20px;
}

.about-img img {
    width: 100%;
    box-shadow: 0 1px 2px rgb(0,0,0,0.20);
    border-radius: 10px;
}

@media (max-width: 1024px) {
    .header-btn {
        float: none;
        margin-top: 30px;
        margin-right: 0;
        padding: 0 16px 20px;
    }

    .header-btn .btn {
        margin-right: 0;
        width: auto;
        text-align: center;
    }

    .header-btn .btn + .btn {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .header-btn .btn {
        width: 100%;
    }
}

.header-btn .btn {
    border: 1px solid transparent;
    text-transform: uppercase;
}

.header-btn .btn + .btn:hover {
    color: #0F75BC;
    border-color: #0F75BC;
    background: #ffffff;
}

.header-btn .btn.modal-toggle {
    background: #ffffff;
    border-color: #0F75BC;
    color: #0F75BC;
}

.header-btn .btn.modal-toggle:hover {
    background: #0F75BC;
    color: #ffffff; 
}

.banner-content .btn {
	margin-top: 14px;
}

@media (min-width: 768px) {
	.banner-content .btn + .btn {
		margin-left: 14px;
	}
	
	.referenser-slider .slick-list {
		padding: 0 0 52px;
	}
	
	.referenser-box {
		padding: 25px 16px;
	}
}

@media (min-width: 1025px) {
	.banner-content .btn {
		margin-top: 20px;
	}
	
	.contact-form-map .row {
		display: flex;
		flex-wrap: wrap;
	}
	
	.referenser-slider .slick-list {
		padding: 0 0 82px;
	}
	
	.referenser-box {
		padding: 25px 65px;
	}
}

.tjanster-tab-wrapper a {
    color: #0f75bc;
    font-weight: 500;
}

.tjanster-tab-wrapper a:hover {
    color: #0f75bc;
    text-decoration: underline;
}

@media (min-width: 1025px) {
.malmo-section .row {
display: flex;
flex-wrap: wrap;
justify-content:center;
}
}

.tjanster-tab-wrapper a.btn-border {
    background: #ffffff;
    border: 1px solid #0F75BC;
    color: #0F75BC;
    text-decoration: none;
	margin-top: 10px;
}

.tjanster-tab-wrapper a.btn-border:hover {
	background: #0F75BC;
	color: #ffffff;
	text-decoration: none;
}

.uppsoka_section h2 {
    text-transform: inherit;
}

.malmo-section.white-background {
    background: #ffffff;
}

.referenser-section.gray-background {
    background: #F5F5F5;
}

@media (max-width: 767px) {
    .tjanster-tab-wrapper ul.tabs li .tab-title-kmm {
        padding: 16px 8px;
    }

    .tjanster-tab-wrapper ul.tabs li {
        font-size: 13px;
    }
}

.inner-banner-single {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.inner-banner-single .inner-banner-single-content {
    max-width: unset;
    text-align: center;
}

.inner-banner-single .inner-banner-single-content h1 {
    color: #ffffff;
    line-height: 1.3em;
}

.inner-banner-overlay {
    width: 100%;
    background: rgba(0,0,0,0.68);
    padding: 100px 0;
}

@media (max-width: 1024px) {
    .inner-banner-overlay {
        padding: 75px 0;
    }
}

@media (max-width: 1024px) {
    .inner-banner-overlay {
        padding: 45px 0;
    }

    .inner-banner-single .inner-banner-single-content h1 {
        font-size: 26px;
    }
}

 .modal-right-wrapper.showing .wpcf7 form.wpcf7-form.invalid .wpcf7-response-output,
.modal-right-wrapper.showing .wpcf7 form .wpcf7-response-output{
    display: block!important;
    margin: -34px 0 18px;
    border:none!important;
    color: #ffffff;
    text-align: center;
}

.modal-left-wrapper h2{
	text-transform: none;
}