/*
* ----------------------------------------------------------------------------------------
* 14. START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-footer-area {
  position: relative;
  background: #D4E6CA;
}
.atf-footer-top {
  padding-bottom: 55px;
}
/* Footer coloum */
.atf-footer-boottom {
  padding: 35px 0;
  background: rgba(0, 0, 0, 0.4);
}
.atf-footer-box p {
  color: var(--thm-white);
  margin-bottom: 20px;
}
.atf-footer-box strong {
  font-weight: 700;
}

.atf-footer-area .atf-footer-social-icon li a {
  font-size: 14px;
  margin-right: 10px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid;
  transition: all 0.3s ease 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  padding: 10px 13px;
  color: #757575;
}
.atf-footer-area .atf-footer-social-icon li a:hover {
  border: 2px solid rgba(1,165,70);
}

.atf-single-footer ul {
  padding: 0;
  margin: 0;
}

.atf-single-footer a {
  color: inherit;
}
.atf-single-footer a:hover {
  color: rgba(1,165,70);
}

.atf-footer-area .atf-single-footer .atf-footer-social-icon li {
  display: inline-block;
  margin-bottom: 10px;
}
.atf-footer-area .atf-single-footer {
  position: relative;
}
.atf-footer-area .atf-single-footer::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 40px;
  background: var(--thm-white);
  width: 65px;
  height: 3px;
  border-radius: 10px;
}
.atf-single-footer h4 {
  margin-bottom: 35px;
  color: var(--thm-white);
  font-size: 24px;
}
.atf-single-footer .atf-list-menu li a {
  color: var(--thm-white);
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.atf-single-footer .atf-list-menu li a:hover {
  color: #01a546;
}
.atf-single-footer .atf-list-menu li a span {
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  font-weight: 500;
  font-family: var(--thm-font);
}
.atf-single-footer p {
  color: var(--thm-white);
  font-size: 15px;
}
.atf-footer-boottom p {
  color: var(--thm-white);
}
.atf-footer-boottom a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.atf-footer-boottom a:hover {
  color: var(--thm-white);
  text-decoration: none;
}
.atf-payment-link img {
  margin-right: 6px;
}
.form-message {
  margin-top: 20px;
  margin-left: 15px;
}
/*
* ----------------------------------------------------------------------------------------
* 14.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* SECTION PADDING
* ----------------------------------------------------------------------------------------
*/
.atf-section-padding {
  padding: 90px 0;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

@media only screen and (max-width: 991px) {
  .atf-footer-boottom p {
    text-align: center;
  }
  .atf-footer-area .atf-banner-social {
    text-align: center;
    padding-top: 30px;
  }
  .atf-post-img img {
    width: 100%;
  }
  #atf-map-area {
    margin-top: 25px;
  }
  .atf-footer-area .atf-single-footer {
    margin: 15px 0;
  }
}


.atf-newsletter  .crmFormVali-error {
    position: initial;
}



/*cookie-policy*/
.cookie-policy {
    background: #fff;
    color: #666;
    bottom: 0;
    box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, .16);
    left: 0;
    padding: 32px 24px 16px;
    position: fixed;
    right: 0;
    z-index: 9999999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie-policy__title {
    color: rgb(34, 34, 34);
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-top: 24px;
}

.cookie-policy__desc {
    font-size: 12px;
    line-height: 18px;
}

.cookie-policy__close-icon {
    height: 16px;
    position: absolute;
    right: 20px;
    top: 12px;
    width: 16px;
    cursor: pointer;
}

.cookie-policy__buttons {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    margin-left: 40px;
    /* padding-bottom: 24px; */
}

@media screen and (min-width: 768px) {

    .cookie-policy__personalize-button,
    .cookie-policy__accept-button {
        min-width: 137px !important;
    }
}

@media (min-width: 768px) {
    .cookie-policy__personalize-button:hover {
        background: #fff;
        border-color: var(--color-primary, #333);
        color: var(--color-primary, #333);
    }
    .cookie-policy__accept-button:hover {
        background: var(--color-primary, #333);
    }
}

.cookie-policy__personalize-button {
    background: #fff;
    border: 1px solid var(--color-primary, #333);
    color: var(--color-primary, #333);
}

.cookie-policy__personalize-button,
.cookie-policy__accept-button {
    border-radius: 0;
    font-weight: 400;
    /* height: 36px; */
    white-space: nowrap;
    /* width: 137px; */
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    padding: 4px 12px;
}

.cookie-policy__personalize-button {
    margin-right: 16px;
}

.cookie-policy__accept-button {
    border-width: 0;
    color: #fff;
    padding-bottom: 4px;
    padding-top: 4px;
    background: var(--color-primary, #333);
}


.cookie-policy__modal-mask, .cookie-policy__modal-wrap {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}
.cookie-policy__modal-mask {
    background-color: rgba(0,0,0,.55);
    height: 100%;
    pointer-events: none;
    user-select: none;
}
.cookie-policy__modal-wrap {
    align-items: center;
    display: flex;
    outline: 0;
}
.cookie-policy__modal {
    font-feature-settings: "tnum";
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px 0 rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05);
    box-sizing: border-box;
    color: #222;
    display: flex;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    margin: 0 auto;
    max-height: calc(100vh - 64px);
    max-width: calc(100vw - 64px);
    padding: 0;
    position: relative;
}
.cookie-policy__modal-close {
    text-rendering: auto;
    background: transparent;
    border: 0;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 50px;
    line-height: 1;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    top: 0;
    transition: color .3s;
    width: 50px;
    z-index: 10;
}
.cookie-policy__modal-close-icon {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    display: inline-block;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
}
.cookie-policy__modal-close:hover {
    color: #222;
    text-decoration: none;
}
.cookie-policy__modal-content {
    border-radius: 12px;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    line-height: 1.5;
}
.cookie-policy__modal-body {
    word-wrap: break-word;
    flex-grow: 1;
    font-size: 14px;
    overflow: auto;
    padding: 0 16px;
}
.cookie-policy__settings-title {
    font-size: 24px;
    line-height: 24px;
    padding-top: 16px;
    text-align: center;
}
.cookie-policy__setting-item-top {
    align-items: center;
    display: flex;
}
.cookie-policy__setting-subtitle {
    flex: 1;
    font-size: 14px;
    margin: 16px 0;
}
.cookie-policy__setting-detail {
    color: #666;
    line-height: 18px;
}
.cookie-policy__setting-swith-btn {
    font-feature-settings: "tnum";
    background-color: #ccc;
    border: none;
    border-radius: 16px;
    box-sizing: border-box;
    color: #222;
    cursor: pointer;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all .25s;
    height: 22px;
    width: 40px;
}
.cookie-policy__setting-swith-handle {
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.12), 0 3px 3px 0 rgba(0,0,0,.24);
    height: 16px;
    left: 3px;
    position: relative;
    width: 16px;
    border-radius: 50%;
    transition: all .25s;
}
.cookie-policy__modal-footer {
    display: flex;
    flex-direction: row-reverse;
    flex-shrink: 0;
    padding: 16px;
}
.cookie-policy__modal-save-btn {
    min-width: unset;
    flex: 1;
    border-radius: 0;
    width: 180px;
    height: auto;
    white-space: normal;
    background: var(--color-primary, #333);
    border-width: 0;
    color: #fff;
    padding-bottom: 4px;
    padding-top: 4px;
    line-height: 24px;
    outline: 0;
    padding: 3px 12px;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
}
.cookie-policy__modal-save-btn:hover {
    background: var(--color-primary, #333);
}
.cookie-policy__modal-save-btn span {
    display: inline-block;
    font-size: 14px;
}
.cookie-policy__setting-swith-btn.setting-swith-checked {
    background-color: #ff472e;
}
.cookie-policy__setting-swith-btn.setting-swith-checked .cookie-policy__setting-swith-handle {
    left: 21px;
}

@media screen and (max-width: 768px)  {
    .cookie-policy {
        /* padding: 0 5%; */
        /* border-radius: 15px; */
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        display: block;
        padding-top: 24px;
    }
    .cookie-policy__title {
        text-align: center;
    }
    .cookie-policy__desc {
        font-size: 14px;
    }
    .cookie-policy__buttons {
        justify-content: space-evenly;
        font-size: 14px;
        margin-top: 12px;
        margin-left: 0;
    }
    .cookie-policy__buttons button {
        width: 100%;
    }
}