/*!
Theme Name: Service Mestrene
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: servicemestrene
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Service Mestrene is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/Poppins-Bold.eot');
    src: url('assets/fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Poppins-Bold.woff2') format('woff2'),
        url('assets/fonts/Poppins-Bold.woff') format('woff'),
        url('assets/fonts/Poppins-Bold.ttf') format('truetype'),
        url('assets/fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/Poppins-Regular.eot');
    src: url('assets/fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Poppins-Regular.woff2') format('woff2'),
        url('assets/fonts/Poppins-Regular.woff') format('woff'),
        url('assets/fonts/Poppins-Regular.ttf') format('truetype'),
        url('assets/fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/Poppins-Medium.eot');
    src: url('assets/fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Poppins-Medium.woff2') format('woff2'),
        url('assets/fonts/Poppins-Medium.woff') format('woff'),
        url('assets/fonts/Poppins-Medium.ttf') format('truetype'),
        url('assets/fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/Poppins-SemiBold.eot');
    src: url('assets/fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Poppins-SemiBold.woff') format('woff'),
        url('assets/fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('assets/fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*main style*/
body,
* {
    font-family: 'Poppins';
    font-size: 20px;
    color: rgb(50, 50, 50);
    line-height: 1.6;
    box-sizing: border-box;
    text-align: left;
}

video {
    width: 100%;
    padding: 0;
    margin: 0;
}

.h1,
h1 {
    font-size: 50px;
    color: rgb(31, 45, 52);
    font-weight: 500;
    line-height: 0.96;
    text-align: left;
    margin-bottom: 15px;
}

.h2,
h2 {
    font-size: 36px;
    color: #323232;
    font-weight: 600;
    line-height: 44px;
    text-align: left;
}

.h3,
h3 {
    font-size: 23px;
    color: #323232;
    line-height: 1.4;
    font-weight: 600;
}

.h6,
h6 {
    font-size: 18px;
    color: rgb(238, 34, 100);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.889;
    margin-bottom: 10px;
}

p {
    font-size: 20px;
    color: rgb(31, 45, 52);
    font-weight: 500;
    line-height: 1.400;
    text-align: left;
}

button,
.btn,
.pink-btn {
    background-color: rgb(238, 34, 100);
    box-shadow: 0px 2px 35px 0px rgba(52, 52, 52, 0.35);
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.364;
    text-decoration: none !important;
    padding: 0 0;
    display: flex;
    text-align: center;
    width: 302px;
    height: 61px;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
}

button.menu-toggle {
    display: none;
}

dl,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #1f2d34;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    color: #ec1a65;
}

.container {
    width: 1240px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
}

/*
=============header==============
*************************/
header#masthead {
    display: flex;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    background: transparent;
}

.nav-menu {
    display: flex;
    align-items: center;
    margin: 0;
}

p.site-title {
    margin: 0;
}

p.site-title a,
p.site-title a span {
    font-size: 30px;
    font-family: "Poppins";
    color: #c72264;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.6;
    text-align: left;
    text-decoration: none;
    letter-spacing: 4.4px;
}

p.site-title a span {
    color: #342c74;
    margin-left: 5px;
}

.input-box {
    position: relative;
    width: 100%;
    max-width: 60px;
    height: 55px;
    margin: 0 0;
    background-color: transparent;
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
    z-index: 99;
}

.input-box.open {
    /* max-width: 350px; */
}

.input-box input {
    position: absolute;
    width: 400px;
    height: 61px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0 15px;
    border-radius: 6px;
    outline: none;
    transition: all 0.5s ease-in-out;
    top: 70px;
    border: 1px solid #e5e5e5;
    right: 0;
    opacity: 0;
    font-family: 'Poppins';
    display: none;
}

.input-box.open input {
    opacity: 1;
    display: block;
}

.input-box .search {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 6px;
    cursor: pointer;
}

.input-box.open .search {
    border-radius: 6px 0 0 6px;
}

.search .search-icon {
    font-size: 18px;
    color: #1f2d34;
}
#select_industries option {
    text-transform: capitalize;
  }
.input-box .close-icon {
    position: absolute;
    top: 100px;
    right: 10px;
    font-size: 21px;
    color: #a4a4a4;
    padding: 5px;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
}

.input-box.open .close-icon {
    transform: translateY(-50%) rotate(180deg);
    pointer-events: auto;
    opacity: 1;
}

.serach-output {
    width: 240px;
    display: flex;
}

.top-banner {
    padding-top: 110px;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
}

.small-pink-btn {
    font-size: 18px;
    height: 43px;
    color: #fff;
    background: #ee2264;
    display: flex;
    flex: 0 0 182px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.main-navigation ul li {
    margin: 0 25px;
}
/* .menu.nav-menu > li{
    position: relative; 
} */


ul.sub-menu {
    position: absolute;
    background: #fff;
    z-index: 99;
    width: 100%;
    left: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 21px 35px 0px rgba(52, 52, 52, 0.35);
    border-radius: 0px 0px 12px 12px;
    padding: 48px 60px;
    opacity: 0;
    top: -1000%;
    margin-top: 19px !important;
}


.review-top-bar {
    max-width: 353px;
    background: #ee2264;
    text-align: center;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    box-shadow: 0px 2px 35px 0px rgba(52, 52, 52, 0.35);
}

.review-top-bar span,
.review-top-bar i {
    color: #ffffff;
    font-size: 14px;
}

.full-col-container {
    flex: 0 0 100%;
    margin-bottom: 15px;
}

ul.sub-menu li {
    margin: 0;
}

ul.sub-menu li a {
    font-size: 16px;
    line-height: 36px;
    color: #323232;
}

.focus ul.sub-menu {
    /* opacity: 1;
    top: 127px; */
    opacity: 1;
    top: 108px;
}

.review-top-bar i {
    margin: 0 2px;
}

.review-top-bar span {
    margin-left: 5px;
}

.head-wrapper {
    position: fixed;
    width: 100%;
    z-index: 99;
    transition: all 0.3s;
    padding-bottom: 15px;
    top: 0;
    /* background: #ebf0f3; */
}

.scrolled .head-wrapper {
    background: #ebf0f3;
}

.main-navigation ul li.menu-item-object-custom.focus a::after {
    background: #ec1a65;
}
#primary-menu > li > a{
    padding: 29px 0;
    position: relative;
}
.main-navigation ul li.menu-item-object-custom a::after {
    width: 100%;
    background: transparent;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 20px;
    content: "";
    border-radius: 10px;
}

.main-navigation ul li.menu-item-object-custom a {
    position: relative;
}

ul.sub-menu li a::after {
    display: none;
}

/*
===============banner
==================*/
.service-mestrene-content {
/*    background-image: url(https://dev.servicemestrene.dk/wp-content/themes/servicemestrene/assets/images/main-banner-bg.svg);
    background-repeat: no-repeat;*/
    background-color: #ebf0f3;
/*    background-position: 0 -100px;*/
}

.top-banner .left-text-wrapper {
    width: 420px;
    padding-top: 100px;
}

.top-banner .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left-form-wrapper {
    width: 718px;
    /*    height: 848px;*/
    position: relative;
    z-index: 9;
    padding-bottom: 100px;
}

.pink-button {
    background-color: rgb(238, 34, 100);
    box-shadow: 0px 2px 35px 0px rgba(52, 52, 52, 0.35);
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    line-height: 1.364;
    text-decoration: none !important;
    display: flex;
    text-align: center;
    width: max-content;
    height: 61px;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    padding: 0 40px;
}
html body div.wpforms-container-full button{
    background-color: rgb(238, 34, 100) !important;
    box-shadow: 0px 2px 35px 0px rgba(52, 52, 52, 0.35) !important;
    color: rgb(255, 255, 255) !important;
    font-weight: 500 !important;
    line-height: 1.364 !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 70px !important;
    padding: 27px 40px !important;
    width: 100%;
    text-align: left !important;
    font-size: 18px !important;
    background-image: url(/wp-content/themes/servicemestrene/assets/images/envelope.svg);
    background-repeat: no-repeat;
    background-position: 92% 19px;
}
.ast-container {
    max-width: 100%;
}

.top-banner .container {
    width: 1240px;
    max-width: 1240px;
    padding: 0;
    margin-top: 120px;
    display: flex;
    flex-wrap: wrap;
}

/*.left-form-wrapper::after {
    content: "";
    background-image: url(https://dev.servicemestrene.dk/wp-content/uploads/2023/11/form-bg.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    z-index: 3;
    top: -60px;
    background-position: top right;
}*/

.main-form-wrapper {
    background: #fff;
    max-width: 470px;
    height: 100%;
    position: relative;
    z-index: 4;
    border-radius: 16px;
    box-shadow: 0px 2px 27px 0px rgba(52, 52, 52, 0.35);
    margin: 0 auto;
    padding: 50px 45px;
}

.top-banner p {
    font-size: 21px;
    line-height: 1.6;
}

.pink-button:hover,
a.small-pink-btn:hover {
    color: #fff;
}

.left-video-wrapper {
    max-width: 713px;
}

.enkle-trin .left-text-wrapper {
    max-width: 526px;
    padding-left: 0;
}

.enkle-trin {
    margin-top: 40px;
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}

.enkle-trin.half-section.enkel-og-let {
    padding-bottom: 145px;
    padding-top: 100px;
}

.main-video-wrapper {
    height: 491px;
}

.main-video-wrapper video {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.indsend-detaljer {
    background: #ebd1de;
    padding-top: 100px;
    padding-bottom: 170px;
    
}

.enkle-trin::after {
    content: "";
    width: 100%;
    height: 39px;
    background: #ebd1de;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.indsend-detaljer ul {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    counter-reset: my-awesome-counter;
}

.indsend-detaljer ul li {
    flex: 0 0 calc(25% - 19px);
    background: #fff;
    box-shadow: 0px 2px 27px 0px rgba(52, 52, 52, 0.35);
    border-radius: 6px;
    padding: 36px 16px 30px 30px;
    max-width: calc(25% - 19px);
    counter-increment: my-awesome-counter;
    position: relative;
}

.indsend-detaljer ul li p {
    font-size: 16px;
    color: #323232;
    line-height: 1.6;
}

.indsend-detaljer ul li h3 {
    margin-bottom: 20px;
}

.indsend-detaljer ul li::after {
    content: counter(my-awesome-counter) " ";
    position: absolute;
    top: -37px;
    width: 64px;
    height: 64px;
    left: 24px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(41, 48, 126);
    box-shadow: 0px 2px 27px 0px rgba(52, 52, 52, 0.35);
    color: #fff;
    font-size: 23px;
    font-weight: lighter;
}

.indsend-detaljer ul li:nth-child(4) {
    top: 13px;
}

.indsend-detaljer ul li:nth-child(2) {
    top: 60px;
}

.indsend-detaljer ul li:nth-child(3) {
    top: 24px;
}

.indsend-detaljer ul li p:last-child {
    margin-bottom: 0;
}

.half-section .left-text-wrapper,
.half-section .left-video-wrapper {
    max-width: 50%;
    width: 100%;
}

.half-section p {
    font-size: 18px;
    font-weight: 400;
    color: #323232;
    margin-bottom: 28px;
    line-height: 30px;
}

.half-section::after {
    display: none;
}

.half-section .left-text-wrapper {
    padding-right: 55px;
}

.half-section p:last-child {
    margin-bottom: 0;
}

.enkel-og-let::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 131px;
    bottom: 0;
    background-image: url(https://dev.servicemestrene.dk/wp-content/themes/servicemestrene/assets/images/secound-banner-bg.jpg);
    background-repeat: no-repeat;
}

.blog-slider {
    background: #eadbe4;
    overflow: hidden;
}

.daekker-alle {
    padding-top: 140px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.daekker-alle::before {
    width: 50%;
    content: "";
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background: #eadbe4;
    z-index: -1;
}

.daekker-alle video {
    width: calc(100% - 30px);
    border-radius: 10px !important;
}

.daekker-alle h2 {
    margin-bottom: 40px;
}

.faq-wrapper h2 {
    text-align: center;
}

.faq-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}

.faq-blocks h4 {
    font-size: 26px;
    color: #323232;
    line-height: 1.3;
    margin: 0;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding-right: 50px;
}

.faq-blocks .faq-section {
    border-bottom: 2px solid rgb(0 0 0 / 7%);
    padding-bottom: 40px;
    margin-bottom: 40px;
    width: calc(50% - 40px);
}

.faq-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
}

.acordian-opner {
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
    margin-top: 25px;
}

.faq-wrapper input[type=checkbox]:checked+label h4 {
    font-weight: ;
}

.faq-wrapper input[type=checkbox]:checked+label h4 {
    color: #ee2264 !important;
}

.faq-wrapper input[type=checkbox]:checked+label+div {
    height: auto;
}

.cust-faq-block {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.faq-blocks .faq-section input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.acordian-opner p {
    margin: 0;
    padding: 40px 0 0 0;
}

.faq-blocks h4::after {
    content: "";
    background-image: url(https://dev.servicemestrene.dk/wp-content/themes/servicemestrene/assets/images/plus-icon.svg);
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s;
}

.faq-wrapper input[type=checkbox]:checked+label h4::after {
    transform: rotate(-45deg);
}

.view-all {
    margin-top: 40px;
}

.view-all a {
    font-size: 20px;
    font-weight: 400;
    color: #323232;
    position: relative;
}

.view-all a::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #000;
}

.Send-besked {
    padding: 50px 0;
    background-color: #ee2264;
    text-align: center;
}

.Send-besked * {
    text-align: center;
    color: #fff;
}

.Send-besked h4 {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}

.Send-besked h3 {
    font-size: 45px;
    margin: 20px 0 25px 0;
    font-weight: 600;
}

.white-outline-btn {
    border: 2px solid #fff;
    display: inline-block;
    padding: 22px 57px;
    border-radius: 60px;
    font-size: 18px;
    transition: all 0.5s;
}

.white-outline-btn:hover {
    color: #fff;
}

.white-outline-btn img {
    margin-right: 25px;
}

footer#colophon {
    background: #29307e;
    padding-top: 130px;
    padding-bottom: 140px;
}

footer h3 {
    color: #ebf0f3;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

footer ul li a,
footer ul li {
    color: #fff;
    font-size: 16px;
    line-height: 2.3;
}

.social-media a i {
    color: #5a609b;
}

.footer-info-1 ul {
    margin-bottom: 30px;
}

.social-media a {
    font-size: 20px;
    margin-right: 16px;
}

section#block-12 {
    margin-top: 80px;
    display: block;
}

.post-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.blog-slider .row {
    margin: 0;
}

/* .left-blog-wrapper .owl-stage-outer {
    width: 1920px;
    margin-left: auto;
} */

.blog-slider .owl-stage {
    padding-left: 0 !important;
}

.post-img {
    height: 500px;
    overflow: hidden;
    background: rgb(0 0 0 / 3%);
    border-radius: 8px;
}

/* .left-blog-wrapper {
    max-width: 1199px;
    margin: 25px auto 0 auto;
    padding: 0;
} */
.post-blog-brands{
    position: relative;
    margin-top: 30px;
}
.data-blog {
    /* position: absolute;
    top: 50%;
    right: 35px;
    width: 441px;
    background: #fff;
    box-shadow: 0px 2px 27px 0px rgba(52, 52, 52, 0.35);
    transform: translateY(-50%);
    padding: 60px 45px;
    border-radius: 8px; */
    position: absolute;
    border: 150px;
    right: 5%;
    width: 90%;
    background: #fff;
    box-shadow: 0px 2px 27px 0px rgba(52, 52, 52, 0.35);
    /* transform: translateY(-60%); */
    bottom: 20px;
    padding: 35px 25px;
    border-radius: 0;
    min-height: 270px;
}

.data-blog a.underline-btn {
    border-top: 1px solid #dfdfdf;
    width: 100%;
    display: block;
    padding-top: 10px;
    margin-top: 10px;
  }
  .data-blog a.underline-btn:hover{
    color: #ee2264;
  }
  .data-blog a.underline-btn:after {
    content: "";
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid #000;
    background: transparent;
    transform: translateX(145px);
    width: auto;
    top: 14px;
  }

h5.date-auther {
    /* font-size: 14px; */
    font-size: 12px;
    color: #323232;
}

h3.home-bog-title {
    /* font-size: 28px; */
    font-size: 18px;
    font-weight: bold;
    /* margin-bottom: 30px; */
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}

p.home-bog-desciption {
    /* font-size: 18px; */
    font-size: 14px;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}

a.underline-btn {
    color: #323232;
    font-size: 16px;
    margin-top: 40px;
    line-height: 1;
    position: relative;
    font-weight: 500;
}

a.underline-btn::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #333;
}

/* .blog-slider .owl-nav {
    display: none;
} */
.blog-slider .owl-nav button {
    background: rgb(41, 48, 126) !important;
    width: 50px;
    height: 50px;
    color: #fff !important;
    position:absolute;
  }
  .blog-slider .owl-nav button span {
    font-size: 43px;
    color: #fff !important;
    line-height: 20px;
  }
  .blog-slider .owl-nav{
    top: 50%;
    position: absolute;
    width: 100%;
    margin-top: -25px;
}
.blog-slider .owl-nav .owl-prev{
    left: 0px;
    margin-left: -60px;
}
.blog-slider .owl-nav .owl-next{
    right: 0px;
    margin-right: -60px;
}
.blog-slider .owl-dots button.owl-dot {
    box-shadow: none;
    width: 50px;
    background: #ffffff;
    height: 4px;
    border-radius: 0;
}

.blog-slider .owl-dots {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: center;
}

.blog-slider button.owl-dot.active {
    background: #323232;
    border-radius: 5px;
}

.blog-slider button.owl-dot:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.blog-slider button.owl-dot:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.center-section-btn {
    text-align: center;
    margin-bottom: 70px;
}

.daekker-alle a.pink-button {
    font-weight: 500;
    font-size: 18px;
    margin-top: 40px;
}

.para-wrapper {
    max-width: 400px;
}

.Send-besked h3 a {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}

.top-banner .left-text-wrapper a.pink-button {
    margin-top: 50px;
}

/*inner page*/
.cust-tags a {
    border: 2px solid #a5a5a5;
    font-size: 16px;
    color: #323232;
    padding: 0 18px;
    border-radius: 12px;
    height: 65px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}
.cust-tags a:hover {
    background: #29307e;
    color: #fff;
    border-color: #29307e;
}
.cust-tags .container {
    display: flex;
    gap: 13px;
    margin-top: 50px;
    flex-wrap: wrap;
    padding: 0;
}

.advokat-inner .left-video-wrapper {
    width: 50%;
    position: absolute;
    right: 0;
    max-width: 50%;
}

.advokat-inner {
    overflow: hidden;
    padding-bottom: 100px !important;
    margin-top: 0;
    padding-top: 0;
}

.blue-list-section {
    max-width: 1236px;
    margin: 0 auto 100px auto;
    border-radius: 12px;
    background-color: rgb(41, 48, 126);
    box-shadow: 0px 2px 27px 0px rgba(52, 52, 52, 0.35);
    padding: 64px 180px;
    display: flex;
    flex-wrap: wrap;
}

.blue-list-section h2 {
    color: #fff;
}

.advokat-inner::before {
    display: none;
}

.list-wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    padding-left: 60px;
    width: 50%;
    margin-top: 50px;
    padding-right: 50px;
}

body .number-count {
    color: #6ca4da;
    font-size: 45px;
    font-weight: 200;
    width: 41px;
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    top: -10px;
}

.description {
    width: 100%;
    font-size: 16px;
}

.list-wrapper h3 {
    width: 100%;
    margin-bottom: 0;
    font-size: 22px;
}

.list-wrapper * {
    color: #fff;
}

.advokat-inner:nth-child(odd) .left-text-wrapper {
    margin-left: auto;
    padding-left: 55px;
    padding-right: 0;
}

.advokat-inner:nth-child(odd) .left-video-wrapper {
    right: auto;
    left: 0;
    padding-left: 0;
}

.advokat-inner h3 {
    color: #323232;
    font-size: 20px;
}

.advokat-inner a.pink-button {
    font-size: 18px;
}

.pink-bg {
    background: #ebd1de;
}

.white-bg {
    background: #ebf0f3;
}

.faq-blocks+.faq-blocks+.faq-blocks {
    display: none;
}

.daekker-hele {
    padding-top: 50px;
    padding-bottom: 100px;
}

.daekker-hele h2 {
    text-align: center;
    margin-bottom: 70px;
}

.daekker-hele a {
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
}

.daekker-hele .col-md-4 {
    padding: 0 30px;
}

.spacing-top {
    padding-top: 100px;
}

.spacing-bottom {
    padding-bottom: 100px;
}

.advokat-inner .left-video-wrapper img {
    width: 100%;
    height: auto;
}

/*inner-banner*/
.inner-banner {
    margin-top: 127px;
    background-position: left top;
    background-size: cover;
    padding: 120px 0;
}
.page-template-default .service-mestrene-content {
    margin-top: 127px;
}
.page-template-default .service-mestrene-content .top-banner {
    padding-top: 0 !important;
  }
/* .page-template-default .head-wrapper, .template-om-os .head-wrapper, .page-template-contact .head-wrapper, .archive .head-wrapper, .page-template-blog .head-wrapper, .post-template-default .head-wrapper */
.head-wrapper, .home.scrolled .head-wrapper{
    background: #ebf0f3 !important;
}
.home  .head-wrapper{ background: transparent !important;}


.inner-banner h1 {
    color: #fff;
}

.inner-banner h2 {
    color: #fff;
    font-weight: 500;
}

.catogery-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 70px 0;
}

.cat-box {
    width: calc(33.7% - 15px);
    /* width: calc(25% - 15px); */
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 27px 0px rgba(52, 52, 52, 0.35);
    padding: 40px 30px;
}

a.cat-tital {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 22px;
    line-height: 1.1;
    display: block;
}

.cat-box .description {
    font-size: 18px;
    color: #000;
}

.cat-box a.underline-btn {
    margin-top: 45px;
    display: inline-block;
}

.icon-img {
    margin-bottom: 25px;
}

.blog-box {
    width: calc(33.33% - 15px);
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 27px 0px rgba(52, 52, 52, 0.35);
    overflow: hidden;
}

.blog-listing .container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.blog-box .post-img {
height: 380px;
    border-radius: 0;
}

.post-text {
    padding: 15px 30px 40px 30px;
}

.blog-small-text *,
.blog-small-text {
    font-size: 12px;
}

.blog-small-text {
    display: flex;
    gap: 11px;
}

.post-text h2 {
    margin-bottom: 14px;
    margin-top: 12px;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.3;
}
.post-text {
    display: flex;
    flex-direction: column;
    height: calc(100% - 370px);
}

.post-text a.underline-btn::after {
    width: 35%;
}
.post-text a.underline-btn{
    margin-top: auto;
}


.post-text .description {
    font-size: 18px;
    margin-bottom: 20px;
}

.blog-listing {
    padding: 70px 0;
}

.filter {
    width: 100%;
    margin-bottom: 70px;
}

.filter form {
    display: flex;
    gap: 80px;
}

.filter form select {
    background: transparent;
    border: 0;
    width: 160px;
    border-bottom: 1px solid #333;
    outline: none;
    box-shadow: none;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 500;
}

.filter form label {
    font-weight: bold;
    margin-right: 12px;
}

.alphs-number {
    padding-top: 40px;
    padding-bottom: 70px;
}

.alphs-number ul.alphabet-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.alphs-number ul li a {
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    color: #323232;
    line-height: 20px;
}

h2.big-tital {
    font-size: 200px;
    position: absolute;
    left: -90px;
    z-index: -1;
    color: #cfd4d6;
    font-weight: bold;
    top: 30px;
    line-height: 1;
}

.alphabet-section {
    position: relative;
    padding-top: 115px;
    z-index: 1;
    padding-bottom: 100px;
    border-bottom: 1px solid #000;
}

ul.dictionary-list {
    display: flex;
    flex-wrap: wrap;
}

ul.dictionary-list li {
    width: 25%;
}

.alphs-number .container {
    padding: 0 0;
}

.alphs-number ul.alphabet-list li a {
    font-size: 20px;
}

.banner-text {
    max-width: 470px;
    padding-left: 0;
}

.banner-form {
    max-width: 471px;
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 27px 0px rgba(52, 52, 52, 0.35);
    padding: 60px 40px 60px 40px;
    height: 100%;
}
.banner-form input, .banner-form textarea {
  text-transform: initial !important;
}
.inner-banner-larg .row {
    justify-content: space-between;
}

.inner-banner-larg h2 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 400;
}

.pink-button img {
    margin-left: 30px;
}

.inner-banner-larg .banner-text a.pink-button {
    margin-top: 40px;
    margin-bottom: 100px;
}

.information-office * {
    color: #fff;
}

.information-office h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.information-office address {
    max-width: 50%;
    font-size: 22px;
    margin-bottom: 0;
}

.information-office ul li a {
    font-size: 22px;
}

.information-office ul {
    margin-bottom: 36px;
}

.banner-text .social-media a i {
    font-size: 24px;
    color: #ec1a65;
}

.inner-banner a.pink-button {
    margin-top: 40px;
}

.team {
    background: #ebf0f3;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    top: -80px;
    padding: 80px 60px 0 60px;
}

.team-head h2 {
    color: #1f2d34;
    margin-bottom: 60px;
}

.team-head {
    padding: 0;
}

.team-list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.team-box {
    width: calc(33.33% - 20px);
    display: flex;
    align-items: flex-start;
    background: #fff;
    border-radius: 12px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.35);
    padding: 20px;
    margin-bottom: 50px;
}

.team-lead img {
    width: 100%;
    height: auto;
}

.team-lead {
    max-width: 130px;
    height: 130px;
    margin-top: -50px;
    margin-right: 20px;
}

.team-text h3 {
    font-size: 22px;
    line-height: 26px;
    min-height: 52px;
}

.team-text h5 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: normal;
}

.large-bottom-space {
    padding-bottom: 220px;
}

.right-image-all-user .left-video-wrapper {
    padding: 0;
}

.right-image-all-user::before {
    display: none;
}

.right-image-all-user {
    margin: 0;
}

.enkle-trin.half-section.enkel-og-let a.pink-button {
    margin-top: 50px;
}

.none-before::after {
    display: none;
}

.video-description {
    max-width: 420px;
}

.enkle-trin .left-text-wrapper h6 {
    margin-bottom: 3px;
}

.enkle-trin .left-text-wrapper h2 {
    margin-bottom: 15px;
}

.blog-details {
    margin-top: 127px;
}

.blog-intro-img {
    height: 731px;
}

.blog-intro-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.left-contant-blog {
    max-width: 67%;
    background: #ebf0f3;
    border-radius: 12px;
    padding: 45px 56px 0 56px;
    margin-top: -375px;
    z-index: 1;
    position: relative;
    width: 100%;
    margin-bottom: 100px;
}

.left-contant-blog h1 {
    margin-bottom: 35px;
    line-height: 1.2;
}

.left-contant-blog h3 {
    margin-bottom: 7px;
    margin-top: 30px;
    font-size: 20px;
}

.left-contant-blog h2 {
    margin-bottom: 35px;
    margin-top: 55px;
}

.left-contant-blog h4 {
    font-size: 20px;
    line-height: 32px;
}

.left-contant-blog h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.left-contant-blog p {
    font-size: 18px;
    line-height: 32px;
}

.left-contant-blog ul li,
.left-contant-blog ol li {
    padding-bottom: 5px;
}

.left-contant-blog ul,
.left-contant-blog ol {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 25px;
}

.left-contant-blog img,
.left-contant-blog video,
.left-contant-blog iframe {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.left-contant-blog ul li a,
.left-contant-blog p a,
.left-contant-blog ol li a {
    text-decoration: underline;
}

.right-contant-blog {
    width: 30%;
    height: 100%;
    position: sticky;
    top: 121px;
}

.details-info .container {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.side-bar {
    background: #29307e;
    border-radius: 12px;
    padding: 30px 30px 20px 30px;
    /* 50px 40px 30px 40px */
    margin-bottom: 10px;
    /* margin-bottom: 80px; */
    margin-top: 10px;
}

.side-bar h3 {
    color: #fff;
    margin-bottom: 0;
}

.side-bar p {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

.side-bar a.pink-button {
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
    padding: 11px 30px;
    justify-content: space-between;
}

.side-bar a.pink-button img {
    width: 15px;
}

.faq-section.hidden-faq {
    display: none;
}
.recent-post .owl-dots {
    display: none;
}

.recent-post button {
    width: 25px;
    height: 30px;
    box-shadow: none;
    flex: 0 0 25px;
}

.recent-post .owl-nav {
    position: absolute;
    top: -57px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 4px;
}

.recent-post {
    margin-top: 10px;
    padding-top: 10px;
}

.recent-post .owl-nav * {
    font-size: 0;
}

.recent-post button::after {
    content: " ";
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    cursor: pointer;
    display: block;
}

.recent-post button.owl-next::after {
    transform: rotate(226deg);
}
.recent-post .item img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.recent-post .item h3.home-bog-title {
    font-size: 22px;
    margin-top: 27px;
}

.recent-post h3 {
    font-size: 26px;
    margin-bottom: 25px;
}
.search-mob-wrapper {
    display: none;
}
img.custom-logo {
    width: 100%;
    max-width: 314px;
    height: auto;
}
 
.faq-blocks .faq-section label {
    width: 100%;
}
.main-form-wrapper input, div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea{
border: 0 !important;
    font-size: 16px !important;
    padding-bottom: 20px !important;
    width: 100%;
    color: #a3a3a3 !important;
    font-weight: 500;
    outline: none;
    box-shadow: none !important;
    text-align: left;
    border-bottom: 2px solid #cccccc !important;
    max-width: 100%;
    padding-left: 0 !important;
        text-transform: capitalize;
}
input[type="email"] {
    text-transform: none;
}
div.wpforms-container-full input[type=tel] {
    max-width: 100%;
    border: 0 !important;
    border-bottom: 2px solid #cccccc !important;
    border-radius: 0 !important;
}

.main-form-wrapper select * {
    text-align: left !important;
}
.main-form-wrapper label {
    display: none;
}

span.frm_error {
    width: 100%;
    display: block;
    color: red;
    font-size: 12px;
    margin-top: 9px; 
}

.main-form-wrapper form div {
    margin-bottom: 15px;
}

.main-form-wrapper select {
    width: 100%;
    border: 0;
    background: #ebf0f3;
    font-size: 16px;
    padding: 15px 15px;
    border-radius: 8px;
    appearance: none;
    font-weight: 500;
    color: #323232;
    outline: none;
    box-shadow: none;
}
.main-form-wrapper input[type="button"]{
    background: #ee2264;
    border: 0 !important;
    text-align: center;
    height: auto;
    padding: 15px 15px;
    color: #fff !important;
    border-radius: 30px;
    max-width: 250px;
    margin: 0 auto;
    display: block;
}

div#search_city {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    flex-wrap: wrap;
}

div#search_city input {
    width: 15px;
    margin-right: 7px;
    border: 0;
    position: relative;
    height: 15px;
    cursor: pointer;
    left: 0;
    visibility: hidden;
    top: 3px;
}

div#search_city input::after {
    content: "";
    width: 15px;
    height: 15px;
    background: #ebf0f3;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 1 !important;
    visibility: visible;
}

div#search_city input:checked::after {
    background: #ee2264;
    content: "";
    color: #fff;
    text-align: center;
    font-size: 12px;
    background-image: url(/wp-content/themes/servicemestrene/assets/images/tick.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}

div#search_city input::before {
    width: 135px;
    content: "";
    height: 20px;
    position: absolute;
    left: 0;
    z-index: 999;
    background: transparent;
    top: 0;
    visibility: visible;
}


img.desktop-logo {
    max-width: 340px;
    height: auto;
}
.main-form-wrapper input#btn-frm-home::after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    left: 0;
    top: 0;
    background: white;
}
.service_select_section::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 17px;
    top: 20px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(135deg);
}

.service_select_section {
    position: relative;
}
/*slider-mobile*/
.mobile-testimonials {
    background: #29307e;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 146px;
    padding-left: 100px;
    padding-right: 100px;
    display: none;
}

.mobile-testimonials h4 {
    color: #d6e1ec;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

.review-text {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
}

.ratting-star i {
    color: #d5574b;
    font-size: 16px;
}

.wrapper-testi .author {
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}
.testimonials-slider .owl-dots {
    display: flex !important;
    margin-top: 80px;
}

.testimonials-slider .owl-dots button {
    width: 50px;
    box-shadow: none;
    color: #fff;
    background: #494f91 !important;
    height: 4px;
    border: 0;
    border-radius: 0;
} 
.testimonials-slider .owl-nav {
    display: none;
}

.testimonials-slider .owl-dots button.active {
    background: #fff !important;
    border-radius: 3px;
}
.ratting-star .deselect-star {
    color: #fff;
    opacity: 0.3;
}
.enkle-trin.half-section{
    max-width: 2100px;
    margin: 0 auto;
}
.mobile-video video, .mobile-video ifame {
display: none;
}
img.mobile-logo {
    display: none;
}
.schema-faq-wrapper {
    background: #ffdce8;
    width: calc(100% + 112px);
    margin: 0 -56px;
    padding: 10px 50px;
    display: inline-block;
}
.item-post {
    height: 230px;
}
.main-form-wrapper  .ind_checkbox_div {
    font-size: 14px;
    margin-bottom: 6px;
    display: flex;
    align-items: flex-start;
    margin-right: 10px;
    width: 47%;
}
.wpforms-container, div.wpforms-container-full {
    margin-bottom: 0 !important;
}

.banner-form h2 {
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}
.banner-text .para p {
    color: #fff;
    font-size: 28px;
}
div.wpforms-container-full .wpforms-form label.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error {
    font-size: 12px;
    letter-spacing: 0.5px;
}
.change-background .indsend-detaljer {
    background: #ebf0f3;
}
.img-right-wrapper .advokat-inner .left-video-wrapper {
    left: auto;
    right: 0;
}

.img-right-wrapper .advokat-inner .left-text-wrapper {
    margin-left: 0;
    margin-right: auto;
    padding-right: 55px;
    padding-left: 0;
}
.advokat-wrapper.img-right-wrapper {
    background: #ebf0f3;
}
.advokat-wrapper.img-right-wrapper .enkle-trin {
    padding-top: 0;
}
span.frm_success {
    font-size: 12px;
    color: green;
}
.form-image {
    position: absolute;
    right: 0;
    top: -70px;
}
.form-image img {
    width: 418px;
}
.form-image.mobile-form-image {
    display: none;
}
.half-section .left-text-wrapper h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.half-section .left-text-wrapper ul li {
    font-size: 16px;
    margin: 0;
    position: relative;
    padding: 3px 28px;
    font-weight: 300;
}

.half-section .left-text-wrapper ul li::before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(/wp-content/themes/servicemestrene/assets/images/round-tick.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
    top: 5px;
}
.normal-menu.focus a {
    color: #ee2264;
}

.normal-menu.focus ul.sub-menu li a {
    color: #1f2d34;
}
/*error page*/
.blog-details-page .container {
    max-width: 950px;
    margin-top: -60px;
    background: #fff;
    padding: 50px;
}
.error-wrapper-page .page-content {
    padding: 30px;
    border-radius: 15px;
    background-color: #ebf0f3;
    box-shadow: 0 8px 16px 0 rgba(123, 123, 123, .12);
    margin-top: 100px;
}

.error-wrapper-page .container {
    max-width: 1170px;
    box-shadow: none
}

.error-wrapper-page .container h1 {
    color: #333;
    margin: 0 0 15px;
    font-size: 34px;
    font-weight: 600;
}

.error-wrapper-page .page-content select {
    border: 1px solid #3333;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: 16px
}

.error-wrapper-page .page-content h2 {
    font-size: 22px;
    line-height: 1.6;
    color: #000;
    font-weight: 600;
    text-align: left
}

.error-wrapper-page .page-content ul li,
.error-wrapper-page .page-content ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400
}

form.search-form label input {
border: 1px solid silver;
    padding: 11px 10px;
    border-radius: 18px;
    width: 100%;
    height: 52px;
    font-size: 14px;
    outline: none;
    text-align: center;
    box-shadow: none;
}

input.search-submit {
    background: #ee2264 !important;
    border: 0 !important;
    border-radius: 100px !important;
    font-size: 18px !important;
    color: #fff !important;
    width: 100%;
    height: 52px;
    outline: 0;
    text-align: center;
    font-weight: 500;
}

form.search-form label {
    width: 100%;
    margin-bottom: 14px
}

.page-content .widget,
.widget.widget_recent_entries {
    margin: 15px 0;
    padding: 15px 0;
    border-bottom: 1px solid #3333
}

.error-wrapper-page .page-content ul li {
    width: 100%;
    display: flex;
    flex: 0 0 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 9px
}

.error-wrapper-page .page-content ul ul {
    flex: 0 0 100%;
    padding: 4px 7px 3px 10px;
    background: #f2f2f2;
    margin-top: 7px;
    max-width: calc(100% - 10px);
    margin-left: 10px
}

.error-wrapper-page .page-content ul ul li,
.error-wrapper-page .page-content ul ul li a {
    font-size: 11px !important;
    margin: 0
}

.error-wrapper-page {
    padding-top: 100px
}

.error-wrapper-page .container h1 span {
    display: block;
    text-align: center;
color: #ee2264;
}

.primary-pages h1,
.primary-pages h2,
.primary-pages h3,
.primary-pages h4,
.primary-pages h5,
.primary-pages h6 {
    color: #333
}

.primary-pages {
    padding: 80px 0
}

.primary-pages ul li {
    list-style: decimal-leading-zero;
    padding-left: 9px
}

.primary-pages ul {
    padding-left: 15px
}

.error-wrapper-page .container h1 i {
    margin-bottom: 10px;
    font-size: 46px;
}
.post-thumbnail img {
    width: 100%;
    height: auto;
    margin: 15px 0 15px 0;
}

.entry-summary * {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

footer.entry-footer span {
    display: block;
    width: 100%;
}
.footer-mobile-info {
    display: none;
}

/* PAGINATION */
.w-100{
    width: 100%;
}
.pagination {
    padding: 14px 15px;
    background: transparent;
    max-width: 100%;
    margin: 40px auto 0px auto;
    justify-content: center;
}

.pagination .page-numbers {
    background: #d8e1e6;
    margin: 0 5px;
    color: #7d7d7d;
    text-decoration: none;
    padding: 0 10px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.pagination a.next.page-numbers,
.pagination a.prev.page-numbers {
    background: #ee2264;
    color: #fff;
    font-size: 0;
    position: relative;
}

.pagination span.page-numbers.current {
    background: #ee2264;
    color: #fff;
}

.pagination a.next.page-numbers::after,
.pagination a.prev.page-numbers::after {
    display: block;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    transform: rotate(136deg);
    position: absolute;
    top: 14px;
    left: 12px;
}

.pagination a.prev.page-numbers::after {
    transform: rotate(-44deg);
    left: 16px;
}

.catogery-wrapper .cat-box .cat-tital {
    font-size: 25px;
  }

/* FOOTER SECTION DESIGN */
.about-us > .row {
    gap: 30px;
}
.about-us > .row > div {
    width: auto;
    min-width: 30%;
}
.about-us > .row .col-md-4 {
    min-width: 200px;
}
.about-us > .row > div .row {
    row-gap: 10px;
  }

.footer_right {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 50px;
}
.footer_right > div {
    min-width: auto;
}
.Services-mestrene .social-media {
    margin-bottom: 30px;
}


.indsend-detaljer, .faq-wrapper.pink-bg{
    position: relative;
    z-index: 0;
}
.faq-wrapper.pink-bg:before, .indsend-detaljer::before {
    content: "";
    background: #ebd1de;
    width: 100%;
    height: 46px;
    top: -46px;
    z-index: 1;
    position: absolute;
    left: 0;
    
}
.indsend-detaljer::before, .enkle-trin::after{
    display: none;
}
/*media*/ 

@media only screen and (min-width: 861px) {
.mega_menu::after, .normal-menu.current-menu-parent::after, .normal-menu.menu-item-has-children::after{
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    transform: rotate(135deg);
    margin-top: 9px;
    margin-left: 10px;
}
.main-navigation ul li:hover:after{
    border-color: #ee2264;
}
.mega_menu::after, 
.normal-menu.current-menu-parent::after, 
.normal-menu.menu-item-has-children::after {
    width: 7px;
    height: 7px;
    position: relative;
    left: unset;
    margin: unset;
    right: unset;
    display: inline-block; margin-top:-30px !important;
    margin-left: 8px;
    transform: rotate(135deg);
    top: -4px;
}
/* .main-navigation ul li:nth-child(2):after {
    margin-top: -19px;
    margin-left: 58px;
} */
.normal-menu.focus ul.sub-menu {
    width: auto;
    margin: 0 auto;
    left: auto;
}

.normal-menu ul.sub-menu {
    padding: 20px 30px;
}
}
@media only screen and (max-width: 1366px) {
.team.container {
    top: 0;
    padding-top: 50px;
}

.team-list {
    justify-content: center;
}

.team-head h2 {
    text-align: center;
}
.blog-slider .owl-nav .owl-prev{
    margin-left: -30px;
}
.blog-slider .owl-nav .owl-next{
    margin-right: -26px;
}



}
@media only screen and (max-width: 1199px) {
    ul.sub-menu{
        margin-top: -7px !important;
    }
    .mega_menu::after, .normal-menu.current-menu-parent::after, .normal-menu.menu-item-has-children::after{margin-top: 10px;
        margin-left: 4px;}

    .left-video-wrapper,
    .enkle-trin .left-text-wrapper {
        max-width: 50%;
    }

    .container,
    .top-banner .container {
        width: 100%;
        padding: 0 30px;
    }

    .main-navigation ul li {
        margin: 0 10px;
    }

    header#masthead {
        max-width: 100%;
        padding: 0 15px;
    }

    .left-form-wrapper {
        width: 50%;
    }

    .top-banner .left-text-wrapper {
        width: 50%;
        padding-top: 0;
    }

    .main-form-wrapper {
        max-width: 100%;
        margin-left: 0;
    }

/*    .left-form-wrapper::after {
        left: 0;
    }*/

    p.site-title a,
    p.site-title a span {
        font-size: 21px;
    }
     

.full-col-container {
    margin-bottom: 0;
}

.review-top-bar {
    height: 32px;
    max-width: 275px;
}

.review-top-bar span {
    font-size: 12px;
}
.left-blog-wrapper {
    padding-left: 45px;
}
.indsend-detaljer ul li {max-width: 330px;width: 100%;flex: 0 0 330px;height: auto;}

.indsend-detaljer ul {
    flex-wrap: nowrap;
    overflow-y: scroll;
    align-items: self-start;
    overflow-x: auto;
    padding-top: 80px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
    /* margin: 0 0 100px 0; */
}
.indsend-detaljer {
    padding-bottom: 50px;
    padding-top: 50px;
}
.indsend-detaljer .container {
    padding-right: 0;
}
.indsend-detaljer ul li {
    top: 0 !important;
}
.serach-output {
    width: 200px;
}
.blue-list-section {
    padding: 60px;
    max-width: calc(100% - 30px);
}
.cust-tags .container {
    padding: 0 15px;
}
.blog-intro-img {
    height: 500px;
}
.left-contant-blog p {
    font-size: 16px;
    line-height: 28px;
}

body, * {
    font-size: 16px;
} 
.page-template-default .service-mestrene-content{
    margin-top: 92px;
}
.inner-banner {
    margin-top: 92px;
    padding-left: 15px;
    padding-right: 15px;
}

.banner-text .para p {
    font-size: 18px;
    max-width: 80%;
}

.inner-banner-larg .banner-text a.pink-button {
    margin-top: 30px;
    margin-bottom: 50px;
}
.large-bottom-space {
    padding: 90px 0;
}
.blog-box {
    width: calc(50% - 15px);
}

.filter {
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 1024px) {
.team-box {
    width: calc(50% - 20px);
}

.team-list {
    justify-content: flex-start;
}
}
@media only screen and (max-width: 991px) {
.mega_menu::after, .normal-menu.current-menu-parent::after, .normal-menu.menu-item-has-children::after {
        margin-top: 7px;
        margin-left: 4px;
      }
img.desktop-logo {
    display: none;
}
img.mobile-logo {
    display: block;
    max-width: 140px;
    height: auto;
}
.blog-details {
    margin-top: 92px;
}
.left-contant-blog {
    max-width: 100%;
    margin-bottom: 0;
}
.right-contant-blog {
    width: 100%;
}
.side-bar a.pink-button {
    max-width: 250px;
}
.item-post {
    height: 330px;
}
.schema-faq-wrapper h2 {
    max-width: 100%;
}
.left-contant-blog h2 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.left-contant-blog {
    padding: 30px 30px 0 30px;
}

.schema-faq-wrapper {
    width: auto;
    margin: 30px -30px 0 -30px;
    padding: 25px 25px;
}
.banner-text {
    width: calc(100% - 400px);
}

.banner-form {
    width: 400px;
}
.blog-listing .post-img {
    width: 100%;
}
.main-navigation ul li  a {
    font-size: 16px;
}

.main-navigation ul li {
    margin: 0 21px;
} 
ul.sub-menu {
    left: 27px;
    width: calc(100% - 30px);
}

.focus ul.sub-menu {
    top: 87px;
}
}
@media only screen and (max-width: 860px) {
    .mega_menu::after, .normal-menu.current-menu-parent::after, .normal-menu.menu-item-has-children::after {
        margin-top: 0px;
        margin-left: 4px;
        }
button.menu-toggle {
    display: block;
    font-size: 0;
    border: 0;
    width: 30px;
    height: 22px;
    background: transparent;
    border-radius: 0;
    box-shadow: 0px -1px 0 #3a444b;
    position: absolute;
    left: 15px;
    top: 52px;
}
.mob-menu-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    left: -100%;
    top: 0;
    transition: all 0.5s;
    padding: 30px 30px;
    max-width: 450px;
    z-index: 999;
}

.menu-open .mob-menu-wrapper {
    left: 0;
}
.search-mob-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
button.menu-toggle::after, button.menu-toggle::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #3a444b;
    position: absolute;
    left: 0;
    top: 10px;
}

button.menu-toggle::before {
    top: auto;
    bottom: 0;
}
.serach-output {
    display: block;
    margin-top: 10px;
}
.site-branding {
    padding-left: 53px;
    height: 43px;
    display: flex;
    margin-top: 8px;
    align-items: center;
}
.input-box {
    display: none;
}
.search-mob-wrapper button {
    border: 0;
    width: 50px;
    background: transparent;
    box-shadow: none;
    height: auto;
    align-items: center;
}

.search-mob-wrapper input {
    width: 100%;
    background: #d6e1ec;
    border-radius: 50px;
    border: 0;
    font-size: 16px;
    height: 50px;
    color: #323232;
    padding: 10px 30px;
    outline: none;
    box-shadow: none;
}
.search-mob-wrapper button img {
    width: 30px;
    position: relative;
    margin-left: 15px;
}
.menu-open {
    position: fixed;
    left: 0;
    width: 100%;
}

.menu-open .main-navigation::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 50%);
    height: 100vh;
    z-index: 1;
}

.main-navigation::after {
    transition: all 0.5s;
    content: "";
}
.main-navigation ul li {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
    position: relative;
    /* height: 46px; */
    padding-top: 10px;
    overflow: hidden;
}

.nav-menu {
    flex-wrap: wrap;
    padding-top: 50px;
    position: relative;
}

.main-navigation ul li a {
    font-size: 22px;
    display: block;
}

ul.sub-menu {
    position: static;
    padding: 0;
    width: 100%;
    height:0;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
}

.focus ul.sub-menu {
    height:auto;
}

ul.sub-menu li {
    margin: 0;
    background: #f2f2f2;
    padding: 4px 15px;
}

ul.sub-menu li:last-child {
    border: 0;
}

li.focus.menu-item-has-children::before, li.focus.mega_menu::before {
    transform: none;
}
ul.sub-menu .col-md-4 {
    width: 100%;
    padding: 0;
}

ul.sub-menu.row {
    margin-left: 0;
    margin-right: 0;
}
.main-navigation ul li.menu-item-object-custom a::after{
    display: none;
}
.nav-menu::after {
    content: "menu";
    position: absolute;
    left: 10px;
    top: 26px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #6ca4da;
}
.main-navigation ul li.menu-item-object-custom a{
    color: #333
}
.service-mestrene-content {
    background-image: url(assets/images/main-banner-mobile-bg.webp);
    background-repeat: no-repeat;
    background-size: 100%;
} 
.h1, h1 {
    font-size: 32px;
}
 
.top-banner p {
    font-size: 16px;
    line-height: 1.5;
}

.mobile-video {
    margin-bottom: 30px;
}

 
img.custom-logo { 
    max-width: 140px; 
}
.left-video-wrapper, .enkle-trin .left-text-wrapper {
    max-width: 100%;
}
.enkle-trin .row {
    flex-wrap: wrap;
}
.pink-button {
    font-size: 18px !important;
}

.small-pink-btn {
    font-size: 16px;
}
.half-section .left-text-wrapper, .half-section .left-video-wrapper {
    max-width: 100%;
}

.half-section .left-video-wrapper {
    margin-top: 50px;
}
.enkle-trin.half-section.enkel-og-let .left-video-wrapper {
    margin-bottom: 30px;
}
.faq-blocks .faq-section {
    width: 100%;
}
.para-wrapper {max-width: 100%;}
.daekker-alle::before {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
}
.daekker-alle .main-video-wrapper {
    margin-bottom: 30px;
}
.top-banner .left-text-wrapper, .left-form-wrapper {
    width: 100%;
    text-align: center;
}

.top-banner  * {
    text-align: center;
}
.top-banner .container{
    margin-top: 80px;
}

img.mobile-logo {
    display: block;
    width: 130px;
    height: auto;
}
.advokat-inner .left-video-wrapper {
    position: static;
    width: 100%;
    order: 1;
    margin-top: 0;
    margin-bottom: 30px;
}

.half-section .left-text-wrapper {
    padding-right: 0;
    order: 2;
    padding-left: 0 !important;
}
.top-banner .left-text-wrapper a.pink-button{
    margin-left: auto;
    margin-right: auto;
    padding: 12px 10px;
    height: auto;
    width: calc(100% - 50px);
    margin-top: 30px;
    max-width: 400px;
}
.top-banner .left-text-wrapper {
    padding-top: 0;
    margin-bottom: 60px;
}
.faq-blocks h4 {
    font-size: 16px;
}

.faq-blocks .faq-section {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.faq-wrapper h2 {
    text-align: left;
    margin-bottom: 0;
}

.cust-faq-block {
    margin-top: 20px !important;
    padding: 0 !important;
}

.faq-wrapper .col-md-6 {
    padding: 0;
    width: 100%;
}

.faq-wrapper {
    padding: 60px 50px;
}

.acordian-opner p {
    padding-top: 15px;
    font-size: 14px;
}

.view-all {
    text-align: left !important;
    margin-left: -15px;
    margin-top: 0;
}

.view-all a {
    font-size: 14px;
}
.faq-blocks h4::after {
    width: 16px;
    height: 16px;
    top: 4px;
}
.advokat-inner .left-video-wrapper img{
    border-radius: 10px;
}
.mobile-video video, .mobile-video ifame {
    border-radius: 8px;
    width: 100%;
    height: auto;
    display: block;
}
.cust-tags {
    display: none;
}
.advokat-wrapper {
    padding-top: 50px;
}
.blog-slider h6 + h2 {
    margin-bottom: 5px;
}
.daekker-alle.half-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.daekker-hele .container {
    padding: 0;
}

.daekker-hele h2 {
    max-width: 70%;
    text-align: left;
}

.daekker-hele .col-md-4, .daekker-hele .row, .daekker-hele .row div  {
    padding: 0;
    margin: 0;
}
.daekker-hele.white-bg {
    padding: 50px 30px;
}
.catogery-section {
    padding: 0 15px;
}
.mobile-view-text-video {
    padding: 50px 15px 0 15px;
}

.mobile-view-text-video .mobile-video {
    margin-bottom: 0;
}

.mobile-view-text-video .mobile-testimonials {
    background: transparent;
}

.mobile-view-text-video .mobile-testimonials * {color: #333 !important;}
.mobile-view-text-video .mobile-testimonials .ratting-star i {
    color: #d5574b !important;
}
.mobile-view-text-video .testimonials-slider .owl-dots button.active {
    background: #333 !important;
    border-radius: 3px;
}
.mobile-view-text-video .testimonials-slider .owl-dots button {
    background: #ffffff !important;
}
.mobile-view-text-video .mobile-testimonials {
    padding-bottom: 40px;
}
.daekker-alle.half-section h2 {
    margin-bottom: 30px;
}

.main-video-wrapper {
    height: auto;
}

.daekker-alle::before {
    display: none;
}
.daekker-alle.half-section .col-md-5 {
    padding-left: 30px;
} 
.serach-output {
    width: auto;
}

.serach-output a {
    font-size: 14px;
    padding: 6px 17px;
    height: auto;
}

.review-top-bar i {
    font-size: 12px;
}

.review-top-bar {
    height: 26px;
    max-width: 250px;
}

img.custom-logo {
    max-width: 120px;
}

button.menu-toggle {
    top: 44px;
}
.top-banner .container {
    margin-top: 0;
    padding: 0 15px;
}
.top-banner p {
    font-size: 18px; 
}
.top-banner h6 {
    margin-bottom: 3px;
}

.top-banner h1 {
    margin-bottom: 30px;
}

.left-form-wrapper {
margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
}
.h2, h2, .daekker-alle h2 {
    margin-bottom: 15px;
    font-size: 28px;
    max-width: 90%;
    line-height: 1.2;
}
.enkle-trin {
    margin-top: 50px;
}
.enkle-trin .left-text-wrapper p {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
}
.h6, h6 {
    font-size: 14px;
}
.indsend-detaljer::after {
    content: "";
    width: 130px;
    left: 0;
    top: 0;
    position: absolute;
    background: #ebf0f3;
    height: 100%;
    z-index: -1;
}

.indsend-detaljer {
    position: relative;
    z-index: 1;
    padding: 0;
    padding-top: 0;
} 

.enkle-trin::after {
    height: 50%;
    width: calc(100% - 130px);
    left: auto;
    right: 0;
}
.faq-wrapper.pink-bg:before, .indsend-detaljer::before {
    height: 46px;
    width: calc(100% - 130px);
    left: auto;
    right: 0;
    display: none;
}
.indsend-detaljer ul li::after {
    width: 36px;
    height: 36px;
    font-size: 14px;
    left: -15px;
    top: -15px;
}
.enkle-trin .left-text-wrapper {
    padding: 0 30px !important;
}
.enkel-og-let::before{display: none;}
.enkle-trin.half-section.enkel-og-let {
    padding-bottom: 50px !important;
    padding-top: 0;
}
.blog-slider {
    padding-top: 50px;
}
.blog-slider .left-text-wrapper {
    padding: 0;
}

.left-blog-wrapper,.advokat-inner:nth-child(odd) .left-video-wrapper {
    padding-left: 15px;
}
/* .post-img {
    width: 60%;
    margin-left: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 530px;
}

.data-blog {
    right: auto;
    left: 5px;
    width: 60%;
    box-shadow: 0px 1px 14px 0px rgba(52, 52, 52, 0.35);
} */
h3.home-bog-title {
    font-size: 18px;
    margin-bottom: 15px;
}

p.home-bog-desciption {
    font-size: 14px;
}
.center-section-btn {
    margin: -30px 0 40px 0;
    text-align: left;
    padding-left: 30px;
}

.blog-slider .owl-dots {
    justify-content: center;
    padding-left: 15px;
}
.daekker-alle video {
    width: 100%;
}

body .Send-besked h4 {
    line-height: 1.3;
}

.Send-besked h3, .Send-besked h4, .Send-besked h3 a {
    text-align: left;
    font-size: 22px;
    line-height: 1;
    max-width: 60%;
    margin-top: 7px;
}

.white-outline-btn {
    font-size: 14px;
    width: 220px;
    padding: 14px 10px;
    margin-left: 0;
    margin-right: auto;
    float: left;
    border-width:1px ;
}
.white-outline-btn img {
    margin-right: 9px;
}
footer#colophon .col-5, footer#colophon .col-7 {
    width: 100%;
}

footer#colophon .col-5 .pt-5 {
    padding: 30px 0 !important;
}

.catogery-wrapper .cat-box {
    width: calc(50% - 7.5px);
    padding: 30px 15px;
}


.icon-img img {
    width: 29px;
}

.icon-img {
    margin-bottom: 14px;
}

a.cat-tital {
    font-size: 18px;
    margin-bottom: 10px;
}

.cat-box .description {
    font-size: 14px;
    line-height: 1.5;
}

.cat-box a.underline-btn {
    margin-top: 25px;
    font-size: 14px;
}

.catogery-wrapper {
    padding-top: 29px;
}
.mobile-testimonials {
    margin-top: 0;
    background: #29307e;
    margin-left: 0;
    margin-right: 0;
    display: block;
}
.pink-button {
    height: auto;
    padding: 15px 30px;
    font-size: 16px !important;
}
.enkle-trin .pink-button {
    height: auto;
    padding: 11px 30px 11px 50px;
    font-size: 16px !important;
    justify-content: center;
    position: relative;
}
.enkle-trin .pink-button::after, .enkle-trin .pink-button::before {
    content: "";
    width: 11px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 30px;
}

.enkle-trin .pink-button::before {
    transform: rotate(90deg);
}

.half-section p {
    font-size: 16px;
    line-height: 25px;
}
.container, .top-banner .container {
    padding: 0 15px;
}
.blue-list-section{
    display: none;
}
.white-bg.catogery-section::after {
    content: "";
    width: calc(100% - 140px);
    height: calc(75% - 120px);
    background: #eadbe4;
    position: absolute;
    right: 0;
    top: 120px;
    z-index: -1;
}

.white-bg.catogery-section {
    position: relative;
    z-index: 1;
}
.Send-besked {
    padding-left:15px; 
    padding-right:15px; 
}
footer#colophon .container {
    padding: 0 30px;
}
.menu-item-has-children::after, .menu-item-has-children::before,
.mega_menu::after, .mega_menu::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 1px;
    background: #7aacdd;
    right: 0;
    top: 30px;
}

.menu-item-has-children::before, .mega_menu::before {
    transform: rotate(90deg);
}
.main-navigation ul li {
    margin: 0 11px;
}
.enkle-trin {
    margin-top: 0;
}
.form-image {
    display: none;
}

.form-image.mobile-form-image {
    display: block;
    top: -30px;
    right: -15px;
}
.form-image.mobile-form-image img {
    width: 90px;
}
.main-navigation ul li ul.sub-menu li {
    margin: 0;
}

.main-navigation ul li ul.sub-menu li a {
    font-size: 16px;
}
}
@media only screen and (max-width: 767px) {
    
    .home .service-mestrene-content .top-banner {
        background-image: none !important;
      }
.banner-text, .banner-form {
    width: 100%;
    max-width: 100%;
}

.banner-form {
    margin-top: 50px;
}

.inner-banner-larg.inner-banner {
    padding-top: 50px;
    padding-bottom: 50px;
}
.banner-text {
    padding-left: 30px;
}
.team-box {
    width: 100%;
    margin-bottom: 40px;
}

.team-list {
    gap: 0;
    padding: 0 16px;
}
.team-text h3 {
    min-height: auto;
}
.inner-banner * {
    text-align: center;
}

.inner-banner h2 {
    max-width: 100%;
    font-size: 22px;
}

.inner-banner a.pink-button {
    margin-left: auto;
    margin-right: auto;
}

.inner-banner {
    padding: 80px 0 !important;
} 
.team-lead {
    max-width: 80px;
    height: 80px;
    margin-top: -43px;
    margin-right: 10px;
}

.team-text h3 {
font-size: 15px;
    margin-bottom: 0;
    line-height: 1.3;
}

.team-text h5 {
    font-size: 14px;
}

.team-text a img {
    width: 16px;
    height: auto;
}
.team-head h2 {
    margin-left: auto;
    margin-right: auto;
}
.blog-box {
    width: 100%;
}
.main-wrapper-title {
    padding: 0 !important;
}
.blog-details-page .container {
    padding: 50px 15px 0 15px;
}

.blog-details-page .container h1 {
    font-size: 28px;
    line-height: 1.2; 
}
.information-office address {max-width: 100%;}
.banner-text .para p {
    margin-left: auto;
    margin-right: auto;
}
.banner-form {
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
}
.footer-mobile-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    background: #fff;
    padding-top: 60px;
    margin-top: 80px;
    padding-bottom: 30px;
}

.contact-info a {
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 60px;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 20px 0px rgba(52, 52, 52, 0.35);
}

.contact-info a img {
    width: 22px;
    height: auto;
}

.footer-mobile-info .pink-button {
    font-size: 12px !important;
    height: auto;
    padding: 11px 15px 11px 36px;
    justify-content: center;
    position: relative;
}

.footer-mobile-info .pink-button::after, .footer-mobile-info .pink-button::before {
    content: "";
    width: 11px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 16px;
}

.footer-mobile-info .pink-button::before {
    transform: rotate(90deg);
}
.contact-info {
    display: flex;
    gap: 10px;
}
footer#colophon {
    padding-bottom: 0;
}
.footer-mobile-info {
    display: flex;
}
}

@media only screen and (max-width: 640px) {
.faq-wrapper .container {
    padding: 0 15px;
}
.white-bg.catogery-section::after {
    top: 160px;
}
.banner-form {
    padding: 40px 25px;
}
img.mobile-logo {
    max-width: 110px;
}

.serach-output a {
    font-size: 12px;
}

.site-branding {
    padding-left: 43px;
}

.head-wrapper {
    padding-bottom: 10px;
}
}
@media only screen and (max-width: 639px) {
    .data-blog{
        min-height: auto;
    }

}
@media only screen and (max-width: 540px) {
    .catogery-wrapper .cat-box {
        width: 100%;
    }
}
@media only screen and (max-width: 475px) {
   
.data-blog {
    padding: 30px;
}
.post-img {
    height: 400px;
} 
.faq-wrapper .container {
    padding: 0 0;
}
}
@media only screen and (max-width: 374px) {

.h2, h2, .daekker-alle h2 {
    font-size: 24px;
}
img.mobile-logo {
    width: 110px;
}
.site-branding {
    padding-left: 40px;
}

button.menu-toggle {
    width: 24px;
    height: 17px;
    top: 48px;
}

button.menu-toggle::after {
    top: 8px;
}
img.mobile-logo {
    width: 100px;
}

.serach-output a {
    padding: 6px 16px;
    font-size: 12px;
}
.banner-text {
    padding-left: 0;
}

.information-office h3 {
    font-size: 24px;
}

.information-office address, .information-office ul li a {
    max-width: 100%;
    font-size: 18px;
}

.banner-form {
    padding: 20px 15px;
}
.mobile-testimonials {
    padding-left: 30px;
    padding-right: 30px;
}
.main-form-wrapper {
    padding: 30px;
}
.banner-text .para p {
    max-width: 100%;
}
}

