.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-control-label::before {
     background-color: white;

}

.custom-checkbox {
     cursor: pointer;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.active-menu-item {
     font-weight: bold;
}

.active{
     color:#FF9A0D !important;
}

.blogimg{

     /*margin-top: 25px;*/
     width: 100%;
     height: 160px !important;
     object-fit: cover;
}

.bg-blogs{
     background:white;
     padding-bottom: 25px;
}

.pb-custom {
     padding-bottom: 8px;
}

.text-muted a {
     color: black;
}

.mt-n5 {
     margin-top: -1.25rem !important;
}
.mb-n5 {
     margin-bottom: -1.25rem !important;
}

.header-overlay {
     margin-top: -3rem;
}

.c2a-white-border {
     border: 1px solid #787878;
}

.border-dark { border-color: #787878; }

.errors {
     border: 1px solid red;
     padding: 10px;
     margin-bottom: 33px;
     width: 100%;
}

.cookie-notice {
     background-color: #121A29;
     position: fixed;
     bottom: 0;
     z-index: 99;
     color: white;
     font-size: 13px;
}

.cookie-notice .close-cookie-notice {
     position: absolute;
     right: 10px;
     top: 50%;
     font-size: 14px;
     cursor: pointer;
}

.cookie-modal-link {
     color: white;
     text-decoration: underline;
     text-decoration-color: rgba(255,255,255,.3);
}
.cookie-modal-link:hover {
     color: white;
     text-decoration-color: white;
}

.cookie-notice .btn-outline-secondary {
     border: 1px solid #DCDCDC !important;
     color: #DCDCDC !important;
}

.thank-you-page {
     height: 100vh;
     display: flex;
     align-items: center;
}

.thank-you-page #text-div {
     display: flex;
     justify-content: center;
}

.thank-you-page #text-div > div {
     max-width: 650px;
}

.form-check label {
     color: black;
     margin-left: 10px;
}

.contact-cards .card {
     border-right: 1px solid #e7e7e7;
}

.contact-cards .card:last-child {
     border-right: none;
}

@media only screen and (max-width: 667px) {
     .cookie-notice p {
          font-size: 10px;
     }

     .cookie-notice h4 { font-size: 18x; }

     .cookie-buttons button {
          width: 100%;
          height: 65px;
     }
     .cookie-notice .close-cookie-notice {
          top: -50px;
     }
}

.disabled {
     pointer-events: none;
}

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

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

/**** Reset CSS ****/
article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  main,  nav,  section,  summary {
     display: block;
     margin: 0;
     padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
     margin: 0;
     padding: 0;
}
table {
     border-collapse: collapse;
     border-spacing: 0;
}
fieldset, img {
     border: none;
     margin: 0;
     padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
     font-style: normal;
}
ol, ul {
     /*list-style: none;*/
}
caption, th {
     text-align: left;
}
h1, h2, h3, h4, h5, h6 {
     font-size: 100%;
     font-weight: normal;
}
q:before, q:after {
     content: '';
}
abbr, acronym {
     border: 0;
}

/*html,body { height: 100%; }*/
button:hover { cursor: pointer; }
img{
     max-width: 100% !important;
     height: auto !important;
}

/**** General/Global CSS ****/
* {
     margin: 0;
     padding: 0;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
*:focus {
     outline: 0;
     box-shadow: none !important;
}
body {
     color: #005450;
     font-size: 16px;
     font-weight: normal;
     background:#fff;
     font-family: "sofia-pro",sans-serif;
}
p, address{
     font-size: 16px;
     line-height: 1.6em;
     margin-bottom: 30px;
}
a{
     color: #FF9A0D;
     outline: none;
     border: none;
     text-decoration:none;
}
a:hover{
     color: #FF9A0D;
     text-decoration:none;
     outline: none !important;
}

a, img, button, i,
input[type="submit"] {
     transition: all 0.3s ease-in-out;
}

i, em {
     font-style: italic;
}

b, strong, cite {
     font-weight: bold;
}

small {
     font-size: 14px;
}
h1 {
     font-size: 48px;
     color: #005450;
     line-height: 1.15em;
     font-weight: normal;
     margin-bottom: 30px;
     text-transform: none;
     font-family: "Hatton",sans-serif;
}
h2 {
     font-size: 48px;
     color: #FF9A0D;
     line-height: 1.15em;
     font-weight: normal;
     margin-bottom: 30px;
     text-transform: none;
     font-family: "Hatton",sans-serif;
}
h3 {
     font-size: 40px;
     color: #FF9A0D;
     line-height: 1.1em;
     font-weight: normal;
     margin-bottom: 30px;
     text-transform: none;
     font-family: "Hatton",sans-serif;
}
h4 {
     font-size: 32px;
     color: #005450;
     line-height: 1.2em;
     font-weight: bold;
     margin-bottom: 30px;
     text-transform: none;
}
h5 {
     font-size: 18px;
     color: #005450;
     line-height: 1.5em;
     font-weight: bold;
     margin-bottom: 30px;
     text-transform: none;
}
h6 {
     font-size: 16px;
     color: #FF9A0D;
     line-height: 1.5em;
     font-weight: normal;
     margin-bottom: 30px;
     text-transform: none;
}
blockquote {
     border-left: 5px solid #00C26E;
     font-size: 20px;
     line-height: 1.6em;
     font-weight: normal;
     padding: 0 0 0 20px;
     margin: 30px 0;
     font-family: "sofia-pro",sans-serif;
}

blockquote p {
     font-size: 20px;
     line-height: 1.6em;
     font-weight: normal;
}
hr{
     border: none;
     border-bottom: 1px solid #ddd;
     margin-bottom: 30px;
}
iframe{
     max-width: 100% !important;
}
.wrapper {
     max-width: 100%;
     overflow-x: hidden;
     position: relative;
}
.clearfix{
     clear: both;
}
.padding-sec{
     padding: 80px 0;
}
.padding-lg-sec{
     padding: 100px 0;
}
.hidden{
     display: none;
}

.content ul{
     padding: 0 0 0 40px;
     margin: 20px 0;
}
.content ol{
     padding: 0 0 0 40px;
     margin: 20px 0;
}
.content ol ol{
     margin: 10px 0;
}
.content ul li,
.content ol li{
     font-size: 16px;
     line-height: 1.6em;
}
.content ul li h2, .content ul li h3, .content ul li h4, .content ul li h5, .content ul li h6,
.content ol li h2, .content ol li h3, .content ol li h4, .content ol li h5, .content ol li h6{
     line-height: 1.6em;
}

.txt-white,
.txt-white p, .txt-white a,
.txt-white h1, .txt-white h2,
.txt-white h3, .txt-white h4,
.txt-white h5, .txt-white h6{
     color: #fff !important;
}

/**** Form CSS ****/
select, input:not([type=checkbox]):not([type=radio]):not([type=submit]){
     font-size: 16px;
     color: #005450;
     display: block;
     width: 100%;
     height: 48px;
     line-height: 20px;
     padding: 13px 20px 15px;
     margin-bottom: 0px;
     background: #fff;
     border: 1px solid #005450;
     border-radius: 30px;
     font-family: "sofia-pro",sans-serif;
}
select{
     /*-webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     background: url(assets/images/arrow-down.svg) calc(100% - 15px) center no-repeat;*/
}
select option{
     color: #9899A7 !important;
}
textarea{
     font-size: 16px;
     color: #005450;
     display: block;
     width: 100%;
     height: 100px;
     line-height: 1em;
     padding: 20px;
     margin-bottom: 0px;
     background: transparent;
     border: 1px solid rgba(255,255,255,0.5);
     resize: none;
     border-radius: 23px;
     font-family: "sofia-pro",sans-serif;
}
/*input[type="submit"]{
    display: inline-block;
    width: auto;
    min-width: 170px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    height: 46px;
    line-height: 46px;
    padding: 0 30px !important;
    background-color: #1C5057;
    border: none;
    font-family: "sofia-pro",sans-serif;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    outline: none;
    cursor: pointer;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover{
    color: #fff;
    background-color: #272727;
}*/
input::placeholder,
textarea::placeholder{
     color: #96CAA4;
}

/**** Button CSS ****/
.btn{
     color: #fff;
     font-size: 16px;
     font-weight: bold;
     text-transform: none;
     height: 48px;
     line-height: 20px;
     padding: 12px 50px 16px;
     background-color: #005450;
     border: 1px solid #005450;
     border-radius: 30px;
     -moz-border-radius: 30px;
     -webkit-border-radius: 30px;
     outline: none;
     cursor: pointer;
     margin: 0;
     transition: all 0.3s ease-in-out;
}
button.btn{
     /*padding: 12px 50px 16px;*/
}
.btn-border{
     color: #005450;
     background-color: transparent;
     border-color: #005450;
}
.btn:hover{
     color: #fff;
     background-color: #FF9A0D;
     border-color: #FF9A0D;
}
.btn-border:hover{
     color: #fff;
     background-color: #005450;
     border-color: #005450;
}

/*.btn .fas,
.btn-border .fas{
    font-size: 16px;
    transition: none;
    margin-right: 10px;
}*/

/* Button Link */
.btn-link{
     display: inline-block;
     font-size: 16px;
     line-height: 20px;
     color: #FF9A0D;
     font-weight: bold;
     text-decoration: underline;
     position: relative;
     padding-right: 36px;
     margin: 0;
}
.txt-white .btn-link{
     color: #FF9A0D !important;
}
/* .btn-link:after{
     display: inline-block;
     content: "";
     width: 19px;
     height: 16px;
     background: url(../img/arrow-right2.png) 0 center no-repeat;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     position: absolute;
     top: 3px;
     right: 0;
}
.txt-white .btn-link:after{
     background: url(../img/arrow-right.png) 0 center no-repeat;
} */
.btn-link:hover{
     color: white;
}
.txt-white .btn-link:hover{
     color: #fff !important;
}
.btn-link:hover:after{
     background-position: -19px center;
}


/* Button Menu */
.btn-menu{
     width: 24px;
     /*height: 24px;*/
     display: none;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     cursor: pointer;
     /*background-color: #F8F8F8;*/
     margin: 0px;
     padding: 0;
     position: relative;
     z-index: 99;
}
.btn-menu span{
     width: 24px;
     height: 2px;
     background-color: #005450;
     position: relative;
     display: block;
     transition: all .2s ease-in-out;
     margin: 6px 0;
}
.hd-open .btn-menu span {
     opacity: 0;
}
.hd-open .btn-menu span:first-child {
     opacity: 1;
     -webkit-transform: rotate(-45deg) translate(-6px, 5px);
     transform: rotate(-45deg) translate(-6px, 5px);
}
.hd-open .btn-menu span:last-child {
     opacity: 1;
     -webkit-transform: rotate(45deg) translate(-6px, -6px);
     transform: rotate(45deg) translate(-6px, -6px);
}

/* Button Stikcy */
.btn-sticky {
     display: none;
     width: 180px;
     height: 48px;
     color: #fff;
     font-size: 16px;
     font-weight: bold;
     text-transform: none;
     line-height: 20px;
     padding: 12px 30px 16px;
     background-color: #005450;
     border: 1px solid #005450;
     border-radius: 0;
     border-top-left-radius: 24px;
     border-top-right-radius: 24px;
     outline: none;
     cursor: pointer;
     margin: 0;
     transition: all 0.3s ease-in-out;
     box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
     position: fixed;
     left: calc(50% - 90px);
     bottom: 0;
     z-index: 9;
}
.btn-sticky:hover{
     /*opacity: 0.9;*/
}

/**** Image Holder CSS ****/
.img-hldr-wrap {
     overflow: hidden;
     width: 50%;
     height: 100%;
     padding: 0px;
     top: 0px;
     position: absolute;
     z-index: 0;
}
.pull-left.img-hldr-wrap {
     left: 0;
}
.pull-right.img-hldr-wrap {
     right: 0;
}
.img-hldr {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0px;
     left: 0px;
     z-index: 0;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     /*background-attachment: fixed;*/
}
.img-hldr img{
     display: none;
}

/**** Header CSS ****/
#header{
     width: 100%;
     position: absolute;
     top: 0px;
     z-index: 99;
}
.header-wrap{
     width: 100%;
     height: 116px;
     padding: 0 30px;
     display: flex;
     display: -ms-flexbox;
     align-items: center;
     top: -72px;
}
#header.sticky .header-wrap{
     height: 64px;
     background-color: #EEF5EE;
     box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
     transition-property: top;
     transition-duration: 0.2s;
     transition-timing-function: linear;
     position: fixed;
     top: 0;
     z-index: 9;
}

@media screen and (max-width: 1440px) {
     #header .header-wrap{
          height: 64px;
          background-color: #EEF5EE;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          transition-property: top;
          transition-duration: 0.2s;
          transition-timing-function: linear;
          position: fixed;
          top: 0;
          z-index: 9;
     }


     #header .hd-right .link {
          color: #005450;
     }

}

/*.header-wrap .container{
    height: 116px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
.sticky .header-wrap .container{
    height: 80px;
}*/
#logo a{
     /*display: inline-block;*/
}
#logo a img{
     display: block;
     width: 130px;
}
#header.sticky #logo a img{
     /*height: 60px !important;*/
}

.hd-left{
     display: flex;
     display: -ms-flexbox;
     align-items: center;
}
.hd-right{
     margin-left: auto;
     display: flex;
     align-items: center;
}
.hd-right .link{
     color: white;
     padding-bottom: 5px;
     margin-right: 50px;
}

.sticky .hd-right .link {
     color: #005450;
}

.hd-right .link:hover{
     color: #FF9A0D;
}
/**** Main Menu CSS ****/
#main-menu > ul{
     width: 100%;
     height: 24px;
     display: flex;
     align-items: center;
     list-style: none;
     border-left: 1px solid #96CAA4;
     margin: 0 0 0 60px;
}
#main-menu > ul > li{
     color: #005450;
     font-size: 16px;
     font-weight: normal;
     text-transform: none;
     margin-left: 30px;
}
#main-menu > ul > li:first-child{
     /*margin-left: 0px;*/
}
#main-menu > ul > li > a{
     display: inline-block;
     color: #005450;
     font-size: 16px;
     line-height: 20px;
     /*padding-bottom: 6px;*/
}
#main-menu ul li a:hover{
     color: #FF9A0D;
}

.btn-login{
     display: none;
     color: #fff;
     font-size: 16px;
     font-weight: bold;
     text-transform: none;
     height: 48px;
     line-height: 20px;
     padding: 12px 50px 16px;
     background-color: #005450;
     border: 1px solid #005450;
     border-radius: 30px;
     -moz-border-radius: 30px;
     -webkit-border-radius: 30px;
     outline: none;
     cursor: pointer;
     margin: 0;
     transition: all 0.3s ease-in-out;
}

.btn-login a{
     color: #fff !important;
}


@media only screen and (max-width: 600px) {
     .btn-login{
          padding: 12px 30px 16px;
     }
   }

/**** Main Banner CSS ****/
.main-banner{
     background-color: #EEF5EE;
     padding: 180px 0 90px;
     position: relative;
}
.main-banner .img-hldr-wrap{
     width: calc(50% - 83px);
     right: 0;
     border-bottom-left-radius: 100px;
}
.main-banner form{
     margin-top: 10px;
}
.main-banner .col-12{
     position: static;
}
/* Checkmarks */
.checkmark-wrap {
     display: block;
     position: relative;
     padding-left: 40px;
     margin-bottom: 30px;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
.checkmark-wrap input {
     position: absolute;
     opacity: 0;
     cursor: pointer;
     height: 0;
     width: 0;
}
.checkmark {
     position: absolute;
     top: 0;
     left: 0;
     height: 24px;
     width: 24px;
     background-color: #fff;
     border: 1px solid #005450;
}
.checkmark-wrap:hover input ~ .checkmark {
     /*background-color: #ccc;*/
}
.checkmark-wrap input:checked ~ .checkmark {
     /*background-color: #2196F3;*/
}
.checkmark:after {
     content: "";
     position: absolute;
     display: none;
}
.checkmark-wrap input:checked ~ .checkmark:after {
     display: block;
}
.checkmark-wrap .checkmark:after {
     left: 7px;
     top: 2px;
     width: 8px;
     height: 15px;
     border: solid #005450;
     border-width: 0 3px 3px 0;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
}
.main-banner form .btn{
     min-width: 310px;
     margin-top: 15px;
}
/**** Page Banner CSS ****/
.page-banner{
     width: 100%;
     height: 280px;
     padding: 68px 0 0;
     background-color: #EEF5EE;
     display: flex;
     align-items: center;
     text-align: center;
}
.page-banner h1{
     margin-bottom: 0;
}


/**** Info Section CSS ****/
.info-sec,
.whatwedo-sec,
.features-sec{
     text-align: center;
}
.info-sec p{
     text-align: left;
}

.info-sec p:first-child,
.method-sec p:first-child,
.features-sec p:first-child{
     text-align: center;
     margin-bottom: 40px;
}
.features-sec img {
     height: 80px !important;
     width: auto !important;
}
.info-sec .btn{
     min-width: 300px;
     padding: 12px 30px 16px;
}
/**** What We Do CSS ****/
.whatwedo-sec{
     background-color: #EEF5EE;
}
.whatwedo-sec p:last-of-type,
.method-sec .row  p:last-of-type{
     margin-bottom: 10px;
}
/**** What We Do CSS ****/
.container-sm{
     max-width: 980px !important;
}
.method-sec .hd-sec{
     text-align: center;
     margin-bottom: 40px;
}
.method-sec .hd-sec h5{
     font-size: 20px;
     font-weight: normal;
}
.method-sec h5{
     margin-bottom: 10px;
}
.method-sec h6{
     margin-bottom: 12px;
}
/**** Private Homes CSS ****/
.privatehome-sec{
     background-color: #005450;
     position: relative;
}
.privatehome-sec h2{
     color: #FF9A0D !important;
}
.privatehome-sec .img-hldr-wrap{
     width: calc(50% - 15px);
     border-bottom-right-radius: 100px;
}
.privatehome-sec p{
     color: #fff;
}
/* Private Homes 2 */
.privatehome2-sec{
     background-color: #EEF5EE;
     position: relative;
}
.privatehome2-sec h2{
     color: #FF9A0D;
}
.privatehome2-sec .img-hldr-wrap{
     width: calc(50% - 15px);
     right: 0;
     border-bottom-left-radius: 100px;
}
.privatehome2-sec p{
     /*color: #fff;*/
}
/* Our Method */
.ourmethod-sec{
     /*background-color: #EEF5EE;*/
     position: relative;
}
.ourmethod-sec .img-hldr-wrap{
     width: calc(50% - 65px);
     left: 50px;
     border-bottom-right-radius: 100px;
}
.method-block{
     margin-bottom: 50px;
}
.method-block h5{
     margin-bottom: 10px;
}
.method-block h6{
     margin-bottom: 20px;
}

/**** Features CSS ****/
.features-sec .count{
     color: #96CAA4;
     font-size: 27px;
     font-weight: bold;
     font-family: "Hatton",sans-serif;
}

/**** Features CSS ****/
.rates-sec{
     background-color: #005450;
}
.rates-sec .hd-sec{
     margin-bottom: 60px;
}
.rates-sec h3{
     color: #FF9A0D !important;
}
.rates-sec h4 {
     font-size: 16px;
     font-weight: bold;
     font-family: "sofia-pro",sans-serif;
}
.rates-sec .row > div:nth-child(2) h4, .sub2 h4 {
     color: #FF9A0D !important;
}
.rates-sec .row > div:nth-child(3) h4, .sub3 h4{
     color: #96CAA4 !important;
}
.rates-table .fa-check {
     color: #FBB45A !important;
}
.rates-table tbody tr td {
     border-bottom: 1px solid white;
     padding: 10px 10px;
}
.rates-table tbody tr td:not(:first-child) {
     text-align: center;
}
.rates-sec h5{
     font-size: 64px;
     line-height: 1.2em;
     font-family: "Hatton",sans-serif;
     position: relative;
     padding-left: 30px;
     margin-bottom: 20px;
}
.rates-sec h5:before{
     content: "€";
     font-size: 24px;
     line-height: 24px;
     font-weight: normal;
     font-family: "sofia-pro",sans-serif;
     position: absolute;
     left: 0;
     top: 0;
}
.rates-sec h5 sub{
     font-size: 16px;
     line-height: 20px;
     font-weight: normal;
     font-family: "sofia-pro",sans-serif;
     position: relative;
     top: -1px;
}
.rates-sec ul{
     list-style: none;
     padding: 0;
     margin: 0;
}
.rates-sec ul li{
     font-size: 16px;
     border-top: 1px solid #fff;
     padding: 13px 0 15px;
}
.rates-sec ul li:last-child{
     padding-bottom: 0;
}
.rates-sec ul li i{
     color: #FF9A0D !important;
     display: inline-block;
     width: 60px;
}
.rates-sec ul li i.fa-times{
     color: #fff !important;
     font-size: 20px;
     position: relative;
     top: 2px;
}
/**** Seniors Staff CSS ****/
.seniorsstaff-sec{
     padding-bottom: 100px;
}
.seniorsstaff-sec img {
     border-radius: 50%;
     /*border: 2px solid #005450;*/
}
.seniorsstaff-sec .person {
     /*border: 2px solid #005450;*/
     width:250px;
     height:250px !important;
     object-fit: cover;
}
.seniorsstaff-sec h5{
     margin-bottom: 10px;
}
.seniorsstaff-sec h6{
     margin-bottom: 12px;
}
/**** Footer CSS ****/
#footer{
     background-color: #005450;
     padding-bottom: 40px;
}

/* Text Widget */
.txt-widget{
     text-align: center;
     margin-bottom: 30px;
}
.txt-widget h2{
     margin-bottom: 60px;
}
.txt-widget .btn,
.ft-widgets-wrap .btn,
#cookie-notice .btn {
     padding-left: 40px;
     padding-right: 40px;
     background-color: #FF9A0D;
     border-color: #FF9A0D;
}

#cookie-notice .btn_minimal {
     border-color: rgba(255,255,255,0.5);
     background-color: rgba(255,255,255,0);;
     color: rgba(255,255,255,0.5);
     text-decoration: underline;
     font-weight: normal;
}

.txt-widget .btn:hover,
.ft-widgets-wrap .btn:hover,
#cookie-notice .btn:hover {
     color: #005450 !important;
     background-color: #fff;
     border-color: #fff;
}

/* Footer Widgets */
.ft-widgets-wrap{
     padding-bottom: 80px;
}
.ft-widget-1 p{
     margin-bottom: 40px;
}
.ft-widgets-wrap .widget-title{
     color: #96CAA4 !important;
     font-size: 18px;
}
.ft-widgets-wrap ul{
     list-style: none;
     margin: 0;
     padding: 0;
}
.ft-widgets-wrap ul li{
     margin-bottom: 20px;
}
.ft-widgets-wrap ul li a:hover{
     color: #FF9A0D !important;
}
.ft-widgets-wrap .field{
     margin-bottom: 30px;
}

/* Copyrights */
.copyrights{
     display: flex;
     justify-content: space-between;
}
.copyrights p{
     color: #96CAA4 !important;
     margin-bottom: 0;
}
.copyrights a{
     color: #96CAA4 !important;
     margin-left: 40px;
}
.copyrights a:first-child{
     margin-left: 0;
}
.copyrights a:hover{
     color: #FF9A0D !important;
}
@media screen and (min-width: 1330px){
     .hd-middle-mobile{
          display: none;
     }
}

/**** Responsive CSS ****/
@media screen and (max-width: 1330px) {
     /* Main menu css */
     .hd-right .link{
          display: none !important;
     }
     .btn-menu,
     .btn-login{
          display: block !important;
     }
     .hd-middle-mobile{
          margin-left: auto;
          align-items: center;
          display: flex;
     }

     .hd-middle-mobile .link{
          color: #005450;
     }
     .hd-middle-mobile .link:hover{
          color: #FF9A0D;
     }

     /**** Header CSS ****/
     .header-wrap{
          height: 108px;
     }
     #logo{
          position: relative;
          z-index: 999;
     }
     .hd-right .btn{
          margin-left: 30px;
          padding: 12px 40px 16px;
     }

     /**** Mobile Menu CSS ****/
     #main-menu{
          height: 100%;
          /*padding-top: 100px;*/
          opacity: 0;
          position: absolute;
          top: -6vh;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          overflow: auto;
          background-color: #EEF5EE;

          -webkit-transition-property: top, background-color, opacity;
          -webkit-transition-duration: 0.3s;
          -webkit-transition-timing-function: linear;
          -moz-transition-property: top, background-color, opacity;
          -moz-transition-duration: 0.3s;
          -moz-transition-timing-function: linear;
          -ms-transition-property: top, background-color, opacity;
          -ms-transition-duration: 0.3s;
          -ms-transition-timing-function: linear;
          -o-transition-property: top, background-color, opacity;
          -o-transition-duration: 0.3s;
          -o-transition-timing-function: linear;
          transition-property: top, background-color, opacity;
          transition-duration: 0.3s;
          transition-timing-function: linear;
     }
     .hd-open,
     .scroll-lock{
          overflow: hidden;
     }
     .bd-open #main-menu{
          position: fixed;
          z-index: 5;
     }
     .hd-open #main-menu{
          display: block;
          top: 0;
          opacity: 1;
          position: fixed;
          z-index: 99;
     }
     #main-menu ul{
          height: auto;
          margin: 0;
          padding: 140px 50px 50px;
          border: none;
          flex-direction: column;
     }
     #main-menu ul li{
          font-size: 18px;
          margin: 0 0 30px;
     }
     #main-menu ul li:last-child{
          margin-bottom: 0px;
     }
     #main-menu ul li a{
          font-size: 18px;
     }
     #main-menu ul li a:hover{
          /*font-weight: bold;*/
     }
}

@media screen and (max-width: 1279px) and (min-width: 670px) {
     /**** Main Menu CSS ****/
     #main-menu > ul{
          margin-left: 40px;
     }
     #main-menu > ul > li{
          margin-left: 26px;
     }
     .hd-right .link{
          margin-right: 40px;
     }
}
@media screen and (max-width: 991px) {
     .blogimg {
          height: auto !important;
     }

     .contact-cards .card {
          border-right: none;
     }

     /*#main-menu,*/
     .img-hldr-wrap .img-hldr img {
          display: block !important;
     }
     /**** General CSS ****/
     .container{
          max-width: 100% !important;
          padding: 0 30px !important;
     }

     .padding-sec,
     .padding-lg-sec{
          padding: 60px 0;
     }
     .seniorsstaff-sec{
          padding-bottom: 60px;
     }

     /**** Main Banner CSS ****/
     .main-banner{
          padding: 140px 0 60px;
     }
     .main-banner .img-hldr-wrap{
          width: auto;
          position: static;
          margin: 0 -30px;
          padding-top: 30px;
          border-radius: 0;
     }
     .main-banner .img-hldr-wrap .img-hldr{
          position: static;
          background: none !important;
     }
     .main-banner .img-hldr-wrap .img-hldr img{
          border-bottom-left-radius: 100px;
     }
     .main-banner form{
          margin-top: 54px;
     }

     /**** Info Section CSS ****/
     .info-sec .row > div:first-child{
          margin-bottom: 60px;
     }

     /**** Info Section CSS ****/
     .method-sec .row > div,
     .rates-sec .row > div,
     .seniorsstaff-sec .row > div{
          margin-bottom: 60px;
     }
     .method-sec .row > div:last-child,
     .rates-sec .row > div:last-child,
     .seniorsstaff-sec .row > div:last-child{
          margin-bottom: 0;
     }

     /**** Private Homes CSS ****/
     .privatehome-sec,
     .privatehome2-sec,
     .ourmethod-sec{
          padding-top: 0;
     }
     .privatehome-sec .img-hldr-wrap,
     .privatehome2-sec .img-hldr-wrap,
     .ourmethod-sec .img-hldr-wrap{
          width: auto;
          position: static;
          margin-bottom: 60px;
          border-radius: 0;
     }
     .privatehome-sec .img-hldr-wrap .img-hldr,
     .privatehome2-sec .img-hldr-wrap .img-hldr,
     .ourmethod-sec .img-hldr-wrap .img-hldr{
          position: static;
          background: none !important;
     }
     .privatehome-sec .img-hldr-wrap .img-hldr img,
     .ourmethod-sec .img-hldr-wrap .img-hldr img{
          border-bottom-right-radius: 100px;
     }
     .privatehome2-sec .img-hldr-wrap .img-hldr img{
          border-bottom-left-radius: 100px;
     }

     /**** Features Section CSS ****/
     .features-sec{
          padding-top: 40px;
     }
     .features-sec .row > div:nth-child(1),
     .features-sec .row > div:nth-child(2){
          margin-bottom: 30px;
     }

     /**** Seniors Section CSS ****/
     .seniors-sec  p:last-of-type,
     .seniorsstaff-sec .row > div p:last-of-type{
          margin-bottom: 0;
     }

     /**** Seniors Section CSS ****/
     .ft-widgets-wrap{
          padding-bottom: 60px;
     }
     .txt-widget{
          margin-bottom: 100px;
     }
     .ft-widget-2,
     .ft-widget-3{
          margin-bottom: 60px;
     }
}
@media screen and (max-width: 767px) {
     .hd-right .btn{
          display: none !important;
     }
     .btn-sticky{
          display: block !important;
     }

     /**** General CSS ****/


     /**** Footer CSS ****/
     #footer{
          padding-bottom: 60px;
     }

     /**** Copyrights CSS ****/
     .copyrights{
          flex-direction: column;
     }
     .copyrights p{
          margin-bottom: 20px;
     }
     /*.copyrights p:last-of-type{
         margin-bottom: 0;
     }*/
     .copyrights a{
          margin-left: 30px;
     }
     .copyrights a:first-child{
          margin-left: 0;
     }
}
@media screen and (max-width: 567px) {
     h1{
          font-size: 32px;
          line-height: 1.25em;
     }
     h2{
          font-size: 32px;
          line-height: 1.25em;
     }
     h3{
          font-size: 28px
     }
     h4{
          font-size: 24px;
     }
     .page-banner{
          height: 240px;
          padding-top: 64px;
     }
     .main-banner .col-6,
     .features-sec .col-6{
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
     }

}
@media screen and (max-width: 479px) {
     #main-menu ul{
          padding-top: 120px;
     }

     .txt-widget{
          margin-bottom: 80px;
     }
     .ft-widgets-wrap .col-6{
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
     }
     .ft-widgets-wrap .row > div{
          margin-bottom: 40px;
     }
     .ft-widgets-wrap .row > div:last-child{
          margin-bottom: 0;
     }
     .ft-widget-1 p{
          margin-bottom: 20px;
     }
}
@media screen and (max-width: 320px) {

}

.nav-item:hover  {
     -webkit-user-select: none; /* Chrome/Safari */
     -moz-user-select: none; /* Firefox */
     -ms-user-select: none; /* IE10+ */

     /* Rules below not implemented in browsers yet */
     -o-user-select: none;
     user-select: none;
     cursor: pointer;
}


.bg-light {
     background-color: #EEF5EE;
}

.werkwijze-steps img {
     width: 133px;

}

.werkwijze-steps h2 {
     font-size: 32px;
}

@media screen and (max-width: 479px) {
     .werkwijze-steps h2 {
          font-size: 28px;
     }
}

@media screen and (min-width: 768px) {
     .scnd-button {
          margin-top: 26px;
     }
}

.seniorsstaff-sec .stars {
     border: none;
     border-radius: 0;
     height: 20px !important;
     margin-bottom: 20px;
     margin-top: 10px;
}


.icon-holder {
     height: 150px;

}

.icon-holder img {
     height: 120px !important;
}

.cat-list ul {
       list-style-type: none;
}

.cat-list ul li {
     font-weight: normal;
     font-size: 20px;
     background-image: url('../assets/icons/check-list.png');
     background-position: left center;
     background-repeat: no-repeat;
     background-size: 25px 25px;
     padding: 6px 0 6px 35px;

}

.btn-outline {
     background-color: transparent !important;
}
.btn-outline:hover {
     background-color: #FF9A0D !important;
}

.homecat {
     font-size: 29px;
    margin-bottom: -29px;
}

h4.caret-down {
     font-size: 20px;
}


.tarief-cat div {
     border-bottom: 1px solid white;
     margin-bottom: 1px;
     font-weight: bold;
}


.aanmelden .btn-sticky {
     display: none !important;
}

.word-break {
     word-break: break-word;
}

.margin-none {
     margin: 0 !important;
}

.header-btn {
     margin: 20px 0 50px;
     text-align: left !important;
}

.header-btn .btn {
     padding-left: 40px;
     padding-right: 40px;
     background-color: #FF9A0D;
     border-color: #FF9A0D;
}

.header-btn .btn:hover {
     background-color: #005450 !important;
     border-color: #005450 !important;
     color: #fff !important;
}

input.radio-btn {
     visibility: hidden;
}

label.radio-btn {
     position: relative;
     padding-left: 15px;
     color: #515151;
}

label.radio-btn::before {
     content: "";
     width: 20px;
     height: 20px;
     background: #fff;
     border: 1px solid #c9c9c9;
     border-radius: 50%;
     display: inline-block;
     margin-right: 6px;
     position: absolute;
     left: -18px;
     top: 3px;
     box-sizing: border-box;
}

input[name="maatje_type"]:checked + label.radio-btn::before {
     border: 1px solid #005450;
}

input[name="maatje_type"]:checked + label.radio-btn::after {
     content: "";
     background: #005450;;
     border-radius: 50%;
     width: 12px;
     height: 12px;
     position: absolute;
     left: -14px;
     top: 7px;
     display: block;
     box-sizing: border-box;
}

.block-link{
     width: 3em;
     height: 3em;
     background-size: contain;
     display: inline-block
}
.block-link+a{
     position: relative;
     left: .5em;
     bottom: 1em
}
.block-link.spotify{
     background-image: url("../assets/icons/Spotify_icon.png")
}
