/**** 
* AMP Framework Reset
*****/
body {
    font-family: sans-serif !important;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
}

ol,
ul {
    list-style-position: inside
}

p,
ol,
ul,
figure {
    margin: 0 0 1em;
    padding: 0;
    font-weight: 400;
    line-height: 1.8;
}

a,
a:active,
a:visited {
    color: #ed1c24;
    text-decoration: none
}

a:hover,
a:active,
a:focus {}

pre {
    white-space: pre-wrap;
}

.left {
    float: left
}

.right {
    float: right
}

.hidden {
    display: none
}

.clearfix {
    clear: both
}

blockquote {
    background: #f1f1f1;
    margin: 10px 0 20px 0;
    padding: 15px;
}

blockquote p:last-child {
    margin-bottom: 0;
}

.amp-wp-unknown-size img {
    object-fit: contain;
}

.amp-wp-enforced-sizes {
    max-width: 100%
}

/* Image Alignment */
.alignright {
    float: right;
}
.sidebar_menu{
    display: none;
}
.cntr.menu-btn .amp-post-title {
    text-align: center;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

amp-iframe {
    max-width: 100%;
    margin-bottom: 20px;
}

/* Captions */
.wp-caption {
    padding: 0;
}

.wp-caption-text {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0;
    padding: .66em 10px .75em;
    text-align: center;
}

/* AMP Media */
amp-iframe,
amp-youtube,
amp-instagram,
amp-vine {
    margin: 0 -16px 1.5em;
}

amp-carousel>amp-img>img {
    object-fit: contain;
}


/****
* Container
*****/
/*.container {
max-width: 600px;
margin: 0 auto;
padding: 0px 10px;
}*/


/****
* AMP Sidebar
*****/
amp-sidebar {
    width: 250px;
}

/* AMP Sidebar Toggle button */
.amp-sidebar-button {
    position: relative;
}

.amp-sidebar-toggle {}

.amp-sidebar-toggle span {
    display: block;
    height: 2px;
    margin-bottom: 5px;
    width: 22px;
    background: #000;
}

.amp-sidebar-toggle span:nth-child(2) {
    top: 7px;
}

.amp-sidebar-toggle span:nth-child(3) {
    top: 14px;
}

/* AMP Sidebar close button */
.amp-sidebar-close {
    background: #333;
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
}

/****
* AMP Navigation Menu with Dropdown Support
*****/
.toggle-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%
}

.toggle-navigation ul li {
    font-size: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    padding: 11px 0px;
    width: 25%;
    float: left;
    text-align: center;
    margin-top: 6px
}

.toggle-navigation ul ul {
    display: none
}

.toggle-navigation ul li a {
    color: #eee;
    padding: 15px;
}

.toggle-navigation {
    display: none;
    background: #444;
}


/**** 
* Header
*****/
/*.amp-logo {
width:190px;
height:36px;
}*/
.header h1 {
    font-size: 1.5em;
}

.header .right {
    margin: 16px 5px 0px 5px;
}

.amp-phone,
.amp-social,
.amp-sidebar-button {
    display: inline-flex
}

.amp-phone {
    top: 4px;
}

.header .amp-social {
    margin: 0px 19px;
}

.amp-sidebar-button {
    top: 6px;
}


/**** 
* Loop
*****/
.loop-post {
    display: inline-block;
    width: 100%;
    margin: 6px 0px;
}

.loop-post .loop-img {
    float: left;
    margin-right: 15px;
}

.loop-post h2 {
    font-size: 1.2em;
    margin: 0px 0px 8px 0px;
}

.loop-post p {
    font-size: 14px;
    color: #333;
    margin-bottom: 6px;
}

.loop-post ul {
    list-style-type: none;
    display: inline-flex;
    margin: 0px;
    font-size: 14px;
    color: #666;
}

.loop-post ul li {
    margin-right: 2px;
}

.loop-date {
    font-size: 12px;
}


/****
* Single
*****/
/** Related Posts **/
.amp-related-posts ul {
    list-style-type: none;
}

.amp-related-posts ul li {
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 5px;
}

.amp-related-posts amp-img {
    float: left;
    width: 100px;
    margin: 0px 10px 0px 0px;
}


/**** 
* Comments
*****/
.comments_list ul {
    margin: 0;
    padding: 0
}

.comments_list ul.children {
    padding-bottom: 10px;
    margin-left: 4%;
    width: 96%;
}

.comments_list ul li p {
    margin: 0;
    font-size: 14px;
    clear: both;
    padding-top: 5px;
}

.comments_list ul li .says {
    margin-right: 4px;
}

.comments_list ul li .comment-body {
    padding: 10px 0px 15px 0px;
}

.comments_list li li {
    margin: 20px 20px 10px 20px;
    background: #f7f7f7;
    box-shadow: none;
    border: 1px solid #eee;
}

.comments_list li li li {
    margin: 20px 20px 10px 20px
}

.comment-author {
    float: left
}

.footer_image {
    display: none;
}

#map amp-iframe {
    margin: 0;
}

img[layout="fill"] {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    object-fit: cover;
}

@media screen and (max-width: 992px) {
    .footer_image {
        display: block;
        margin-bottom: 40px;
    }
}

/**** 
* Footer
*****/
.footer {
    padding: 30px 0px 20px 0px;
    font-size: 12px;
    text-align: center;
}


/****
* RTL Styles
*****/


/****
* Custom Styles
*****/
@media (min-width:1200px) {
    .container {
        max-width: 1350px
    }
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    color: #4182aa;
}

h1,
h2 {
    font-weight: 600;
}

h3,
h4,
h5,
h6 {
    font-weight: 400;
}

header {
    background-color: #3D557B;
}

.before-footer,
footer {
    background-color: #062A5E;
}

center.bread_come a {
    color: #000;
}

.bread_come_two {
    color: #fff;
}

.bread_come_two a {
    color: #fff;
}

body #wpadminbar~header {
    margin-top: 0;
}

#wpadminbar~.header-top {
    margin-top: 32px;
}

.header-top {
    padding: 10px 0;
    background-color: #030915;
}

.el-pcr p {
    margin-bottom: 0px !imporatnt;
}

.tpbr {
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
    margin: 5px 0;
}

.tbbrim {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
}

.tpbrpar {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 10px;
    line-height: 20px;
}

.tpbrpar strong {
    display: block;
    font-size: 17px;
    font-weight: 700;
}

.top_btn {
    color: #fff;
    font-weight: 400;
    text-align: right;
    margin: 4px 0;
}

.top_btn a {
    display: inline-block;
    color: #fff;
    background-color: #00060F;
    /*border-radius: 20px 20px 20px 20px;*/
    padding: 10px 25px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

.top_btn a:hover {
    color: #000;
    background-color: #fff;
}

body.amp-frontpage header#head {
    /*position: absolute;*/
    top: 73px;
    width: 100%;
    /*z-index: 9999;*/
    background: #3D557B;
}

.amp-logo {
    margin: 10px 0;
}

.top_menu ul {
    text-align: right;
    padding: 30px 0;
    margin: 0;
}

.top_menu ul li {
    text-transform: capitalize;
    font-size: 16px;
    margin: 0 10px;
}

.top_menu ul li a {
    color: #fff;
    font-weight: 400;
}

.top_menu ul li {
    list-style: none;
    display: inline-block;
}

.top_menu ul li.menu-contact a {
    background: #fff;
    color: #062a5e;
    padding: 10px 20px;
    border-radius: 0px;
}

.top_menu ul li.menu-contact a:hover {
    color: #000;
}

.post_date {
    margin: 0 0 2em 0;
    font-weight: 700;
    text-transform: uppercase;
}

.text-right {
    text-align: right;
}

div#text-4 {
    text-align: right;
}

.before-footer {
    padding: 50px 0 0;
    color: #fff;
    background-image: url(/wp-content/uploads/2020/08/footer-img.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 35%;
}

.before-footer a {
    color: #fff;
}

.before-footer a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.before-footer amp-iframe {
    margin: 0
}


.menu-footer-menu-container ul li {
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.menu-footer-menu-container ul {
    display: table;
    margin: 0;
    padding: 0 0 15px;
    margin: auto;
}

.menu-footer-menu-container ul li a {
    color: #bfd5de;
}

.menu-footer-menu-container ul li a:hover {
    color: rgba(191, 213, 222, .5);
}

footer {
    color: #fff;
}

.widget-title {
    margin-top: 0;
}

.before-footer .widget-title {
    font-size: 30px;
    color: #FFF;
    font-weight: 600;
    line-height: 1;
}

.before-footer .widget p {
    font-size: 14px;
}

.before-footer amp-iframe {
    filter: grayscale(100%);
}

body.ed .content-wrapper.container {
    max-width: 100%;
    padding: 0;
}

body:not(.ed) {
    background-image: url(/wp-content/uploads/2020/06/AdobeStock_166419530-scaled.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

body:not(.ed) .content-wrapper.container {
    margin-top: 5%;
    margin-bottom: 5%;
}

.copyright {
    font-size: 16px;
    font-weight: 400;
}

.mobile_bottm_fixed {
    position: fixed;
    bottom: 0px;
    background: #dae7ed;
    width: 100%;
    z-index: 999999;
    display: flex;
    text-align: center;
    justify-content: center;
    left: 0;
    border-top: 2px solid #7d7d7d;
}

.mobile_bottm_fixed>* {
    flex-basis: 100%;
    font-size: 11px;
    padding: 4px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_link .amp-sidebar-button {
    font-size: 28px;
    color: #062a5e;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    display: inline-block;
    top: 0;
    outline: none;
}

.footer_link a {
    font-size: 28px;
    color: #062a5e;
}

.mobile_bottm_fixed>div span {
    display: block;
    font-size: 8px;
    color: #062a5e;
    margin-top: 2px;
    max-width: 40px;
    line-height: 1.2;
    font-weight: 400;
}

.footer_call_btn a .fas {
    background: #062a5e;
    color: #FFFFFF;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 100%;
    margin-right: 8px;
    font-size: 30px;
}

.amp-sidebar-close {
    float: right;
    z-index: 9999;
    position: relative;
    outline: none;
}

amp-sidebar .a-m>li a {
    color: #222;
}

.s_so {
    display: none;
}

.amp-post-title {
    color: #113655;
    font-family: "Raleway", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

body:not(.ed) .content-wrapper h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

body:not(.ed) .content-wrapper p {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}

.top_menu ul li {
    position: relative;
}

.top_menu ul li ul {
    display: none;
}

.top_menu ul li:hover>ul {
    display: block;
    width: 280px;
    position: absolute;
    top: 100%;
    background: #14162B;
    z-index: 9999;
    text-align: left;
}

.top_menu ul li:hover>ul li {
    display: block;
}

.top_menu ul li label:after {
    display: none;
}

.top_menu li.menu-item-has-children:hover>ul {
    display: block;
}

.top_menu li>ul>li.menu-item-has-children:hover>ul {
    left: 100%;
    top: 0;
}

.footer-soc a {
    display: inline-block;
    box-shadow: none;
    margin-right: 16px;
    border: none;
}

.footer-soc a i {
    border-radius: 100px;
    border: 1px solid #a49855;
    color: #fff;
    position: relative;
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding: 10px;
    text-align: center;
}

.schedule_css a {
    margin-top: 25px;
    padding: 16px 35px !important;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    color: #000;
    box-shadow: none;
    border: 1px solid #fff;
    display: inline-block;
    margin-right: 35px;
    background: #fff;
}

.schedule_css a:hover {
    border: 1px solid #fff;
    background: 0 0;
    color: #fff;
}

div#custom_html-8 h4 {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: 900;
    font-size: 19px;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.single_header.post_page {
    background: #000;
    display: flow-root;
    padding: 60px 0;
}

.single_header.post_page h1 {
    padding: 0;
    margin: 0;
    color: #fff;
    text-transform: capitalize;
    font-size: 30px;
    text-align: center;
}

.single_header.post_page .post_date {
    margin: 10px 0 0 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 991px) {
    .mobile_bottm_fixed{
        display: none !important;
    }
    .top_menu li.menu-item-has-children:after {
        content: ">";
        position: absolute;
        top: 50%;
        right: -12px;
        transform: translateY(-50%) rotate(90deg);
        font-weight: 600;
        font-family: monospace;
        font-size: 12px;
        color: #fff;
    }

    .top_menu li>ul>li.menu-item-has-children:after {
        transform: translateY(-50%) rotate(0deg);
        right: 2px;
    }

    .top_menu>ul>li.menu-item-has-children:hover:after {
        transform: translateY(-50%) rotate(270deg);
    }

    .top_menu li>ul>li.menu-item-has-children:hover:after {
        transform: translateY(-50%) rotate(180deg);
    }
}

amp-sidebar .a-m .toggle:after {
    color: #222;
}

.d-container-fluid {
    display: flex;
    width: 100%;
}

.d-container-fluid>div {
    flex-basis: 100%;
}

.service_box {
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
    position: relative;
    padding: 19% 0;
    margin: 0;
    min-height: 400px;
}

.sb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 3;
    transition: .3s;
}

.sb_box_text {
    position: absolute;
    z-index: 9;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 60%;
    text-align: center;
    color: #fff;
    transition: .3s;
    max-width: 300px;
    width: 100%;
    padding: 0 20px;
}

.sb_box_text a.btn.btn_alt {
    display: inline-block;
    color: #fff;
    background-color: #062a5e;
    border-radius: 0px;
    padding: 10px 25px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

.sb_box_text h3 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
    text-shadow: 0 1px 1px #000;
}

.service_box:hover .sb_overlay {
    background: transparent;
}

.service_box:hover .sb_box_text {
    /*top: 40%;*/
}

.sideNav {
    position: relative;
    z-index: 1001;
    background: #fff;
    border: 2px solid #103859;
}

.sideNav h3 {
    padding: 20px;
    margin: 0;
    font-weight: 300;
    font-size: 19px;
    letter-spacing: .25px;
    background: #103859;
    color: #fff;
}

.el-pcr .sideNav h3 {
    font-size: 19px;
    font-weight: 300;
    text-transform: uppercase;
}

.sideNav ul,
.sideNav li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.parentLinks>li {
    border-bottom: 1px solid #103859;
    transition: 400ms background cubic-bezier(.1, .7, 1, .1);
}

.parentLinks>li>a {
    font-size: 19px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: .5px;
    line-height: 1.25;
    border-top: none;
    padding: 20px;
    display: block;
}

.parentLinks>li>a {
    color: #103859;
}

.parentLinks .childLinks {
    font-size: 17px;
    letter-spacing: .5px;
    transition: 400ms max-height cubic-bezier(.785, .135, .15, .86) 400ms, 400ms visibility cubic-bezier(.785, .135, .15, .86) 400ms, 400ms opacity cubic-bezier(.785, .135, .15, .86) 400ms, 400ms padding cubic-bezier(.785, .135, .15, .86) 400ms;
    max-height: 0px;
    visibility: hidden;
    opacity: 0;
    padding: 0px;
}

.parentLinks>li:hover {
    background: #b8d1dc;
}

.parentLinks>li:hover>a {
    color: #fff;
}

.parentLinks li:hover>.childLinks {
    visibility: visible;
    opacity: 1;
    max-height: 1200px;
    padding: 0px;
}

.parentLinks li:hover>.childLinks li {
    background: #FFF;
}

.parentLinks>li>a:after {
    content: '\27A4';
    margin-top: 2px;
    display: inline-block;
    opacity: .5;
    float: right;
    transition: 400ms transform cubic-bezier(.785, .135, .15, .86) 400ms;
}

.hoverTest a:after {
    transform: rotate(90deg);
    opacity: 1;
}

.parentLinks>li>a:after {
    font-size: 16px;
    position: relative;
    top: 0px;
}

.hoverTest>a {
    color: #1c2630 !important;
}

.hoverTest>.childLinks {
    visibility: visible;
    opacity: 1;
    max-height: 1200px;
    padding: 0px;
}

.parentLinks .childLinks li {
    padding: 1em 0 0 1em;
}

.parentLinks .childLinks li:last-of-type {
    padding: 1em 0 1em 1em;
}

.hoverTest>.childLinks li {
    background: transparent;
}

.childLinks a {
    color: #1c2630 !important;
    font-weight: 500;
    left: 52px;
    border: none;
    position: relative;
    display: block;
}

.childLinks a:before {
    height: 4px;
    width: 28px;
    border-radius: 4px;
    top: 10px;
    left: -48px;
    position: absolute;
    background: #dae7ed;
    display: inline-block;
    content: '';
}

.lightbox {
    top: 100vh;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

amp-lightbox:not([hidden]) .lightbox {
    top: 0;
}

.d-container {
    display: flex;
    width: 100%;
}

.d-container>div {
    flex-basis: 100%;
}

.serconthov {
    display: none;
}

.sercol .service_box:hover .sercont {
    display: none;
}

.sercol .service_box:hover .serconthov {
    display: block;
}

.sercontpar {
    display: none;
}

.sercol .service_box:hover .sercontpar {
    display: block;
}

aside#recent-posts-2 {
    width: 100%;
}

aside#recent-posts-2 ul li {
    list-style-type: none;
    margin: 10px 0;
}

aside#recent-posts-2 ul li a {
    color: #000;
    font-weight: 400;
}

amp-sidebar .a-m li.menu-item-has-children:hover>ul {
    display: block;
}

nav.sidebar-nav ul {
    list-style: none;
}
.sidebar-nav>ul>li {
    border-bottom: 1px solid #ccc;
    position: relative;
}
.sidebar-nav>ul>li.menu-item-has-children:after{
    content: '+';
    width: 50px;
    height: 50px;
    position: absolute;
    top:0;
    right:0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidebar-nav>ul>li>a,
.sidebar-nav .sub-menu a {
    padding: 10px;
    display: block;
    color: #000;
}
nav.sidebar-nav .sub-menu {
    padding: 10px;
    margin: 0;
    display: none;
}

@media screen and (max-width:1450px) {
    .before-footer {
        background-size: 32%;
    }
}

@media screen and (max-width: 992px) {

    .bread_come_two {
        text-align: center;
    }

    .before-footer {
        background-image: none;
        padding-bottom: 70px;
    }

    .a-m li>ul>li.menu-item-has-children:hover>ul {
        left: 0;
    }

    #wpadminbar~.header-top {
        margin-top: 46px;
    }

    .tpbr {
        text-align: center;
    }

    .top_btn {
        margin-top: 20px;
        text-align: center;
    }

    body.amp-frontpage header#head {
        position: relative;
        background: #3D557B;
        top: 0;
    }

    .top_menu {
        display: none;
    }

    .amp-logo {
        width: 100%;
        height: auto;
    }

    .amp-logo a {
        display: block;
    }

    .amp-logo amp-img {
        margin: 20px auto;
        width: 100%;
    }

    .before-footer div#text-4,
    .before-footer div#text-5 {
        text-align: center;
        margin-bottom: 20px;
    }

    .before-footer div#text-5 {
        margin-top: 50px;
    }

    .before-footer .widget-title {
        line-height: 1.5;
    }

    .footer {
        padding-bottom: 80px;
    }

    .ee.ec.ecol-25,
    .ee.ec.ecol-50,
    .ee.ec.ecol-33 {
        width: 100%;
    }

    amp-iframe {
        margin: 0 auto;
    }

    .d-container-fluid {
        flex-direction: column;
    }

    .d-container {
        flex-direction: column;
    }

    .service_box {
        padding: 220px 0;
        margin: 4px 8px;
    }
    .sidebar_menu {
        display: block;
        position: fixed;
        z-index: 999;
        background: #fff;
        width: 100%;
        height: 100%;
        top: 0;
        padding: 30px 30px 100px;
        overflow: auto;
        transform: translateX(-120%);
        transition: .3s;
    }
    .sidebar_menu.sidebar_active{
        transform: translateX(0%);
    }
}

@media screen and (max-width: 767px) {
    .top_btn {
        display: none;
    }
}

.header_consent {
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
    width: 100%;
    padding: 4px 0;
    text-align: center;
    background: #7DC1C6;
    color: #ffffff;
    display: none;
    box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.header_consent.show {
    display: block;
}

.header_consent p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}

.header_consent p a,
.header_consent p a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.header_consent .close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 25px;
    cursor: pointer;
    font-weight: 400;
}

.header_consent.show+.header-top {
    margin-top: 38px;
}

#wpadminbar~.header-top {
    margin-top: 32px;
}

#wpadminbar~.header_consent.show+.header-top {
    margin-top: 38px;
}


#footer_chat {
    position: fixed;
    bottom: -55px;
    right: 0;
    height: 500px;
    width: 400px;
    z-index: 999999;
}

div#custom_html-6 {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    #footer_chat {
        width: 100%;
        bottom: 132px;
        height: 380px;
    }
}

@media screen and (max-width: 992px) {
    #wpadminbar~.header_consent.show+.header-top {
        margin-top: 0;
    }

    .header_consent {
        position: relative;
        padding: 4px 40px;
    }

    .header_consent.show+.header-top {
        margin-top: 0;
    }

    .header_consent p {
        font-size: 13px;
    }
    span.site-logo-img {
        display: table;
        margin: auto;
        max-width: 120px;
    }
}