* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    -webkit-text-size-adjust: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:focus {
    -moz-outline-style: none;
    outline: none
}
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}
input[type="file"] {
    cursor: pointer;
}
html body {
    padding: 0;
}
*::-moz-selection {
    color: #fff;
    background: #574747;
}
*::selection {
    color: #fff;
    background: #574747;
}
*::-moz-selection {
    color: #fff;
    background: #574747;
}
*::-webkit-selection {
    color: #fff;
    background: #574747;
}
*::-ms-selection {
    color: #fff;
    background: #574747;
}
*::after,
*::before,
* {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body a {
    outline: none !important;
    transition: 0.5s all;
}
body a:focus {
    outline: none !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul:after,
li:after,
.container:after {
    clear: both;
    display: block;
    content: "";
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}
* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    /* -tap-highlight-color: transparent; */
}
img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    outline: none !important;
}
form label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
}
iframe {
    display: block;
    width: 100%;
    height: 100%;
}
body ul,
body li,
body ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
    position: relative;
}
ul {
    margin: 0;
    padding: 0;
}
a,
span,
b,
i {
    display: inline-block;
    vertical-align: top;
}
/*element css*/
#neve_body input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]), #neve_body textarea, #neve_body select {
    height: 50px;
    width: 100%;
    margin: 0;
    border-radius: 10px;
    border-color: #EEEEEE;
    padding: 0 18px;
}
/*contact form 7 error msg class and css*/
.wpcf7-not-valid-tip {
    font-size: 15px;
    color: red;
    line-height: 120%;
    margin-top: 1px;
}
.wpcf7-form input:not([type="submit"]).wpcf7-not-valid,
.wpcf7-form .wpcf7-not-valid {
    border-color: red;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
body .success {
    color: red;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    padding: 7px 15px;
    border: 1px solid red;
    margin: 15px 0 0 0;
}
body .wpcf7 form.sent .wpcf7-response-output,
body .success {
    color: green;
    border-color: green;
}
body textarea {
    resize: none;
    overflow: auto;
    height: 148px !important;
    padding-top: 15px !important;
}
body textarea:focus {
    box-shadow: none;
}
.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
/*contact form 7 error msg class and css*/
body .to-top {
    height: 50px;
    width: 50px;
    position: fixed;
    top: auto;
    right: 15px;
    left: auto;
    bottom: 75px;
    border-radius: 7px;
    font-family: fontawesome;
    line-height: 48px;
    text-align: center;
    color: #fff;
    z-index: 111;
    box-shadow: 0 0 15px 2px #0006;
    text-decoration: none;
    transition: .5s all;
    scroll-behavior: smooth;
    padding: 0;
    font-size: 0;
    background: #39b54c;
    font-weight: normal;
}
.to-top::before {
    content: "\f106";
    font-size: 28px;
    color: #fff;
    padding-left: 1px;
}
.to-top:hover {
    cursor: pointer;
    /* opacity: 0.6; */
    color: #fff;
    background: #000000;
}

/***/
span.phone-text-wrap a {
    color: #ffffff;
    font-size: 22px;
    font-family: 'Times New Roman';
    font-weight: 400;
}
.about-section .welcome-title h2:after,
.creamations-container .cremations-title h2:after {
    content: "";
    background-image: url(../images/arrow_image.png);
    position: absolute;
    top: auto;
    left: 0;
    height: 11px;
    width: 240px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    bottom: 0;
}
.creamations-container .cremations-title h2:after {
    margin: 0 auto;
    right: 0;
}
.about-section .about-us-title h2,
.creamations-container .cremations-title_wrap h2 {
    opacity: 5%;
}
.cremations-cpt .cremation {
    display: grid;
    grid-template-columns: repeat(3,2fr);
    grid-column-gap: 25px;
}
.cremation-content-wrap .cremation-name , .upgrade-content-wrap .upgrade-title {
    color: #574646;
    font-size: 26px;
    font-family: 'Times New Roman';
    font-weight: 400;
    padding: 30px 0 0 0;
}
.cremation-content-wrap .cremation-details p, .upgrade-content-wrap .upgrade-size {
    color: #777777;
    font-size: 16px;
    line-height: 29px;
    font-family: 'Poppins';
    font-weight: 400;
    padding: 0px 40px 16px 40px;
    margin-bottom: 0;
}
/* .cremation .cremation-content-wrap {
    text-align: center;
    box-shadow: 0 0 12px #40404040;
    border-radius: 10px;
} */
.cremation .cremation-content-wrap {
    text-align: center;
    box-shadow: 0px 0px 30px 0 rgb(0,0,0,0.05);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.cremation-content-wrap .read-more a button#read-more-btn {
    color: #574747;
    font-size: 18px;
    font-family: 'Times New Roman';
    font-weight: 400;
    background-color: transparent;
    padding: 0 25px 0 0;
    margin-bottom: 50px;
    position: relative;
}
.about-section .welcome-title span {
    color: #574646;
}
.topheader_wrap .header_title_wrap h5:before {
    content: "";
    background-image: url(../images/header_icon-1.png);
    position: absolute;
    top: 5px;
    left: 0;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    bottom: 0;
}
.header_no_wrap span.phone-text-wrap:before {
    content: "";
    background-image: url(../images/header_icon-2.png);
    position: absolute;
    top: 5px;
    left: -50px;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    bottom: 0;
}
/*.ehf-header #masthead {
    position: fixed!important;
    left: 0;
    right: 0;
    top: 0;
    background: #FFF;
}*/
p.post-office-label-wrap,
p.phone-label,
p.email-label {
    color: #333333;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
}
.addres span.post-office-title-wrap, 
.phone span.phone-text-wrap a,
.email span.email-text-wrap a{
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}
.copyright-section a {
    color: #ffffff;
}
.footer-contact {
    margin: 50px 0 50px 0;
}
p.post-office-label-wrap,
p.phone-label,
p.email-label{
	margin-bottom: 0;
}
/* li#menu-item-715 a.hfe-menu-item.elementor-button {
    margin-top: -15px;
} */
li#menu-item-715 a.hfe-menu-item.elementor-button {
    margin-top: -15px;
    padding-left: 40px;
    padding-right: 58px;
}
.footer-contact .footer-desc:before {
    background-image: url(../images/sprit_image_new.png);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0px;
    content: "";
    background-repeat: no-repeat;
    background-position: 25px 19px;
    bottom: 0px;
    text-align: center;
    pointer-events: none;
    z-index: 33;
    width: 72px;
    height: 72px;
    border: 1px solid #574747;
    border-radius: 50%;
}
.footer-contact .phone.footer-desc::before {
    background-position: -54px 19px;
}
.footer-contact .email.footer-desc::before {
    background-position: -134px 19px;
}

 .social-media .media a:before {
    background-image: url(../images/footer_sprit_image.png);
    position: absolute;
    display: block;
    top: 7px;
    left: 9px;
    right: 0px;
    content: "";
    background-repeat: no-repeat;
    background-position: 3px 0px;
    bottom: 0px;
    text-align: center;
    pointer-events: none;
    z-index: 33;
} 

.media .facebook a, .media .instagram a {
    position: relative;
    height: 35px;
    width: 35px;
    border: 1px solid #685A5A;
    border-radius: 50%;
    background: #685A5A;
    /* opacity: 0.2; */
    font-size: 0;
}
/* .media {
    display: flex;
} */
footer .media {
    display: flex;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0 11px;
}
/* #colophon .contact-us a.hfe-menu-item.elementor-button::before,
header#masthead .contact-us a.hfe-menu-item.elementor-button::before {
    content: "";
    background-image: url(../images/button_arrow.png);
    position: absolute;
    display: block;
    top: 6px;
    right: 13px!important;
    bottom: 0;
    content: "";
    background-repeat: no-repeat;
    background-position: 2px 0px;
    right: 0;
    text-align: center;
    z-index: 33;
    width: 20px;
    height: 19px;
    opacity: 1;
    background-color: transparent;
} */
#colophon .contact-us a.hfe-menu-item.elementor-button::before, header#masthead .contact-us a.hfe-menu-item.elementor-button::before {
    content: "";
    background-image: url(../images/button_arrow.png);
    position: absolute;
    display: block;
    top: 6px;
    right: 32px!important;
    bottom: 0;
    content: "";
    background-repeat: no-repeat;
    background-position: 2px 0px;
    right: 0;
    text-align: center;
    z-index: 33;
    width: 20px;
    height: 19px;
    opacity: 1;
    background-color: transparent;
}
/*********************************************************26-04-2023*****************************************************************************/
.cremations-cpt .cremation.owl-carousel {
    display: block;
}
.owl-stage-outer {
    overflow: hidden;
}
.owl-item {
    float: left;
}
.cremation-content-wrap .read-more a button#read-more-btn:before {
    position: absolute;
    /* content: "\f061"; */
    /* font-family: 'FontAwesome'; */
    width: 17px;
    height: 23px;
    right: 0;
    content: "";
    background: url(../images/side-arrwo-sprit-img.fw.png) no-repeat;
    bottom: 0;
}
/* 27-04-2023 */
.compassionate-inr-banner strong {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 20px;
}
.social-media .instagram a::before {
    background-position: -43px 1px;
}
.media .facebook a:hover, .media .instagram a:hover {
    background: black;
    border: 1px solid #574747;
}
.header-sticky .topheader_wrap {
    display: none;
}

.header-sticky .head-menu {
     position: fixed;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    z-index: 999;
	box-shadow: 4px 7px 15px -1px #574747;
}
.current_page_item a {
    font-family: 'Times New Roman', sans-serif;
    font-weight: 700;
    color: #574747;
    font-size: 20px;
}
.hfe-nav-menu .menu-item-has-children .sub-menu {
    left: 0!important;
}
.header-menu ul.hfe-nav-menu li.current-menu-item a, footer#colophon ul.hfe-nav-menu li.current-menu-item a {
    font-weight: 600!important;
}
.error-404 .banner-section .wp-block-heading {
    font-size: 90px;
    line-height: 90px;
    color: #fff;
    font-family: 'Times New Roman', sans-serif;
    font-weight: 400;
}
.error-404 figure.wp-block-image.size-large img {
    width: 100%;
    /* position: relative; */
    height: 550px;
}
.error-404 .banner-section span a, .error-404 .banner-section span {
    color: #fff;
    font-size: 20px;
    line-height: 36px;
}
.error-404 .banner-section span {
    /* font-family: "Times New Roman" ,sans-serif; */
    font-weight: 400;
}
.container-error404-wrapper {
    text-align: center;
}
.container-error404-wrapper .return-to-home-btn {
    text-align: center;
}
.container-error404-wrapper .title-error h2 {
    font-size: 120px;
    color: #000;
    font-family: "Times New Roman" ,sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 20px;
}
.container-error404-wrapper .title-header-error h2 {
    font-size: 120px;
    opacity: 5%;
    font-family: "GreatVibes-Regular", Sans-serif;
    font-weight: 400;
    color: #07213F;
    margin-bottom: 0;
}
.container-error404-wrapper .title-error strong {
    font-family: "Times New Roman", sans-serif;
    font-weight: 400;
    color: #574646;
}
.container-error404-wrapper .title-msg {
    margin-top: 32px;
}
.container-error404-wrapper .title-msg h6 {
    font-size: 26px;
    font-family: "Times New Roman" ,sans-serif;
    font-weight: 400;
    margin-bottom: 9px;
    line-height: 36px;
    color:#574646;
}
.container-error404-wrapper .page-content p {
    color: #545454;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 29px;
}
.container-error404-wrapper .return-to-home-btn a {
    background: #574747;
    padding: 10px 70px 10px 40px;
    border-radius: 25px;
    color: #fff;
    font-family: "Times New Roman" ,sans-serif;
    font-weight: 400;
    position: relative;
}
.container-error404-wrapper .return-to-home-btn a:hover {
    background: #000;
}
.container-error404-wrapper .title-error h2::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 13px;
    background: url(../images/arrow_image.png) no-repeat;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.container-error404-wrapper .return-to-home-btn a:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 13px;
    background: url(../images/button_arrow.png) no-repeat;
    left: auto;
    right: 36px;
    top: 17px;
    bottom: 0;
    margin: 0 auto;
}
.error-404 .bannner-section .widget_media_image {
    position: relative;
    /* height: 550px; */
}
.error-404 figure.wp-block-image.size-large {
    height: 550px;
}
.error-404 .banner-section #block-7, .error-404 .banner-section #block-9 {
    position: absolute;
    top: 34%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 15px;
    max-width: 1470px;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: auto;
}
.error-404 .banner-section #block-9 {
    top: 40%;
}
.container-error404-wrapper .title-error {
    margin-top: -4%;
}
.cremation-page-section .cremation-item:last-child {
    border: 0;
}
.cremation-page-section .cremation-item {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0 120px;
    border-bottom: 1px solid #EEEEEE;
    padding: 38px 0 37px 0;
}
.cremation-page-section .cremation .cremation-image {
    height: 580px;
}

.bread-crumb a, .bread-crumb span, .upgrade-breadcrumb span, .upgrade-breadcrumb a, .bread-crumb-urns a, .bread-crumb-urns span {
    color: #ffffff;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    text-shadow: 0px 0px 100px #000000;
}
.upgrade-breadcrumb, .bread-crumb-urns {
    background: #574747;
    padding: 10px 15px 10px 15px;
}
.bread-crumb-urns span:nth-child(2), .upgrade-breadcrumb span:nth-child(2) {
    pointer-events: none;
}
.bread-crumb a:hover, .upgrade-breadcrumb a:hover, .bread-crumb-urns a:hover {
    color: #000;
}
/* 01-05-2023 */
.about-section .about-welcom-title span {
    color: #574646;
}
.cremation-page-section .cremation-page-title {
    color: #574646;
    font-size: 30px;
    line-height: 42px;
    position: relative;
    padding-bottom: 32px;
}
.cremation-page-section .cremation-page-title:before {
    content: "";
    position: absolute;
    width: 240px;
    height: 11px;
    background: url(../images/arrow_image.png) no-repeat;
    top: auto;
    bottom: 0;
}
.read-more-cremation button.read-more-btn-cremation {
    line-height: 1;
}
.cremation-page-section .cremation-page-details p {
    padding: 20px 0 0 0;
}
.cremation-page-section .cremation-page-img {
    height: 578px;
}
.cremation-page-section .cremation-page-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.cremation-details-extra {
    padding-top: 20px;
}
.cremation-read-details ul.cremation-list > li {
    margin-top: 10px;
}
.cremation-page-section .cremation-content-wrap {
    padding-top: 50px;
}
.contact-form-section .contact-sec-one .contact-content {
    padding-left: 57px;
}
.contact-form-section .contact-sec-one .contact-content p {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
}
.contact-form-section .contact-sec-one .contact-content a:hover {
    color: #000;
}
.contact-form-section .contact-sec-one .contact-content a, .contact-form-section .contact-sec-one .contact-content span {
    color: #fff;
    font-size: 16px;
    line-height: 29px;
}
.contact-form-section .contact-sec-one .phone-text-wrap a{
    font-size: 20px;
    line-height: 36px;
}
.contact-form-section .contact-sec-one .contact-content {
    position: relative;
    padding-top: 28px;
}
.contact-form-section .contact-sec-one .contact-content:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    left: 0;
    background: url(../images/contact-form-icon-sprit-img.png) no-repeat;
    background-position: 11px -68px;
}
.contact-form-section .contact-sec-one .email-address:before {
    background-position: 11px -165px;
}
.contact-form-section .contact-sec-one .postal-address:before {
    background-position: 13px 11px;
}
.contact-form-table-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12.5px;
}
.contact-form-section .contact-sec-two .fist-name-field, .contact-form-section .contact-sec-two .email-field {
    width: 49.3%;
}
.contact-form-section .contact-sec-two .last-name-field, .contact-form-section .contact-sec-two .phone-field {
    width: 50.7%;
}
.contact-form-section .contact-sec-two .message-field {
    width: 100%;
}
.contact-form-section .contact-sec-two .recaptcha {
    margin: 5px 13px 0 0;
}
.contact-form-section .contact-sec-two .smart-btn {
	padding-top: 30px;
	position: relative;
	max-width: 210px;
}
.contact-form-section .contact-us_form {
    box-shadow: 0 0 30px 0 rgb(0,0,0,0.05);
}
.contact-form-section .contact-sec-one .post-office-title br {
    display: none;
}
.contact-form-section .contact-sec-two .smart-btn input {
    padding: 10px 75px 10px 41px;
    font-family: "Times New Roman";
    font-weight: 400;
    font-size: 18px;
}
.contact-form-section .contact-sec-two .message-field textarea{
    height: 110px !important;
}
.contact-form-section .contact-sec-two .full-filled {
    position: relative;
    padding: 0 12.5px;
    margin-bottom: 21px;
}
.contact-form-section .contact-sec-two .full-filled label {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 31px;
    color: #535353;
    font-size: 16px;
    line-height: 29px;
    right: auto;
    bottom: auto;
    font-family: 'Poppins';
    font-weight: 400;
    transition: 0.5s all;
    pointer-events: none;
}
.contact-form-section .contact-sec-two .input_focus label, .contact-form-section .contact-sec-two .value_focus label {
    top: -10px;
    font-size: 12px;
    color: #535353;
    background: #FFF;
    padding: 3px 5px 3px;
    border-radius: 5px;
    line-height: 1;
    z-index: 9;
    border: 1px solid #574747;
}
#neve_body input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]).wpcf7-not-valid, #neve_body textarea .wpcf7-not-valid, #neve_body select.wpcf7-not-valid, #neve_body textarea.message.wpcf7-not-valid,span.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha.recaptcha.wpcf7-not-valid {
    border-color: red;
}
span.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha.recaptcha.wpcf7-not-valid{
    border-width: 1px;
    border-style: solid;
}

.contact-form-section .contact-sec-two .wpcf7-spinner {
    top: 42px;
    position: absolute;
}
.contact-form-section .contact-sec-two .smart-btn:before {
    content: "";
    position: absolute;
    width: 19px;
    height: 13px;
    right: 45px;
    left: auto;
    margin: 0 auto;
    top: 49px;
    background: url(../images/button_arrow.png) no-repeat;
}
.contact-us-section .contact-us-content  strong {
    font-family: 'Poppins';
    font-weight: 600;
}
.cremation-page-section .cremation-mobile-title {
    display: none;
}
/* 03-05-2023 */
.phone span.phone-text-wrap a:hover, .email span.email-text-wrap a:hover, span.phone-text-wrap a:hover, footer .copyright a:hover {
    color: #000;
    opacity: 1;
}
.creamations-container .cremation-mobile-title {
    display: none;
}
.home-cremations .cremation-page-img img {
    border-radius: 10px 10px 0 0;
}
/*************************************************************************************************************************************************************/
ul.cremation-list li::before {
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 13px;
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
}
ul.cremation-list li {
    padding-left: 23px;
    position: relative;
}
ul.cremation-list li {
	color: #777777;
	font-size: 16px;
	line-height: 29px;
	font-family: 'Poppins';
	font-weight: 400;
	margin-bottom: 0;
	text-align: left;
}
.traditional-service, .traditional-instruction {
    color: #777777;
    font-size: 16px;
    line-height: 29px;
    font-family: 'Poppins';
    font-weight: 400;
}
button#read-more-btn-cancel, button#upgrade-btn {
    font-family: "Times New Roman", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 55px;
    margin-top: 20px;
    color: #FFFFFF;
    background-color: #574747;
    border-radius: 50px;
    padding: 0 46px;
}
.upgrade-product-page {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

.upgrade-wrap {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    border-radius: 10px;
}
.upgrade-img {
    height: 318px;
    width: 100%;
} 
.upgrade-content-wrap {
    padding: 0px 40px 30px;
    text-align: center;
}
.upgrade-content-wrap .upgrade-price {
    font-size: 30px;
    font-weight: bold;
    color: #111;
    font-family: 'Times New Roman';
    text-transform: capitalize;
    padding: 0 0 7px 0px;
    line-height: 140%;
}
 .upgrade-content-wrap .upgrade-size {
    font-size: 18px;

} 
.bread-crumb span span + span {
    pointer-events: none;
}
.about-us-banner .banner-title-wrap {
	background-size: 40% 100%!important;
}
.header-menu-section div nav ul li .sub-menu:after {
    content: "";
    height: 15px;
    width: 15px;
    display: block;
    position: absolute;
    top: -8px;
    left: 24px;
    border-top: 1px solid #111;
    transform: rotate(45deg);
    margin-bottom: 0px;
    border-left: 1px solid #111;
    background: #fff;
}
.header-menu-section {
	align-items: flex-end;
}
html.no-scroll {
	overflow: hidden;
}
/**********************************************************************************************/

