#footer {
    position: relative;
    overflow: hidden;
    background: #eaeaea;
    color: #3f3f3f;
}
#footer>.container {
    background-color: transparent;
}
#footer .custom-footer {
    border-top: 0px;
}
#footer .footer-bottom {
    position: relative;
    border-top: 0px;
    font-size: 13px;
    background: #a4aeb2;
    padding-top: 25px;
    padding-bottom: 40px;
}
#footer .footer-bottom:before, #footer .footer-bottom:after {
    position: absolute;
    top: 0px;
    right: 100%;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: #a4aeb2;
}
#footer .footer-bottom:after {
    right: auto;
    left: 100%;
}

#footer .copyright img {
    max-width: 140px;
    margin-right: 15px;
    position: relative;
    top: -3px;
}
#footer .copyright strong {
    font-weight: 700;
    text-transform: none;
}
#footer .copyright .partner img {
    width: 45px;
    top: -2px;
    margin: 0px 0px 0px 3px;
}

#footer h4 {
    position: relative;
    font-size: 16px;
    color: #3f3f3f;
    margin-bottom: 9px;
    margin-top: 10px;
    font-weight: 500;
}
#footer h4:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: none;
    background: #db5551;
    color: white;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '';
    text-align: center;
    border-radius: 4px;
}

#footer h4:before {
    content: '\f0e0';
}
#footer .custom-footer>div:nth-of-type(2) h4:before {
    content: '\f129';
}


#footer .form-control {
    border-color: white;
    background: white;
    margin-right: 5px;
    border-radius: 60px;
}
#footer .btn.btn-default {
    color: white;
    border-color: #b9a099;
    background-color: #b9a099;
    border-radius: 60px;
    padding: 0px 0px 2px 0px;
    width: 36px;
    text-align: center;
}
#footer .btn.btn-default:hover {
    color: white;
    border-color: #a4aeb2;
    background-color: #a4aeb2;
}
#footer .btn.btn-arrow-right::before {
    font-family: 'icomoon';
    font-weight: 400;
    content: '\e90f';
    transform: rotate(90deg);
    font-size: 15px;
}

#footer a, #footer #signature a, #footer ul a, #footer ul, #footer .contact-box a {
    color: #3f3f3f;
}
#footer a:hover, #footer ul a:hover, #footer ul a:hover, #footer .contact-box a:hover {
    color: #b9a099;
}
#footer .footer-bottom a:hover, #footer #signature a:hover {
    color: white;
}

#footer form a {
    text-decoration: underline;
}
#footer form br {
    display: none;
}
#footer form label {
    font-size: 80%;
    margin: 7px 3px;
}
#footer .custom-footer ul {
    line-height: 1.7;
    margin-top: 0px;
}

#footer #signature a.title {
    order: -1;
}
#signature img.vam {
    width: 22px;
    height: auto;
    margin-right: 10px;
    margin-left: 7px;
    position: relative;
    top: -3px;
}
#signature img.dklab {
    width: 48px;
    height: auto;
    margin-right: 0px;
    margin-left: 10px;
    position: relative;
    top: -4px;
}
#signature a.dklabLink {
    margin-left: -5px;
}

#footer .cta {
    position: relative;
    display: block;
    border-radius: 6px;
    padding: 15px 20px 15px 105px;
    font-size: 110%;
    margin-bottom: 10px;
    line-height: 1.1;
    color: #db5551;
    overflow: hidden;
    background: white;
    background: linear-gradient(to right, #db5551 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 600ms ease;
}
#footer .cta:hover {
    color: white !important;
    background-position: left bottom;
}
#footer .cta span {
    font-size: 65%;
}
#footer .cta:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 79px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #db5551;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 30px;
    -moz-background-size: 30px;
    -o-background-size: 30px;
    background-size: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 140%;
    color: white;
}
#footer .cta.phone:before {
    content: '\f095';
}
#footer .cta.mail:before {
    content: '\f0e0';
}
#footer .cta:after {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 69px;
    width: 16px;
    height: 16px;
    background-color: #db5551;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
}


#footer ul li {
    position: relative;
    padding-left: 0px;
}
#footer ul li:before {
    position: absolute;
    display: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    top: 4px;
    left: 3px;
    content: '\f35a';
    font-size: 10px;
    color: #898989;
}

.contact-box ul li>span {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 0px;
}
.contact-box ul li>span::before {
  position: absolute;
  left: 0px;
  top: -1px;
  width: 26px;
  font-size: 14px;
  text-align: center;
  background: transparent;
  height: 26px;
  color: #b9a099;
  line-height: 27px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
.contact-box ul li>span.home::before {
  content: '\e91f';
}

.contact-box ul li>span.tel::before {
    font-family: 'icomoon';
    content: '\e907';
    font-size: 17px;
}
.contact-box ul li>span.mail::before {
    font-family: 'icomoon';
    content: '\e908';
    font-size: 16px;
}



#footer .socialBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 110%;
    color: white;
}
#footer .socialBox a.soc:before {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
    font-size: 180%;
    margin-left: 14px;
}
#footer .socialBox a.soc.fb:before {
    content: '\f082';
}
#footer .socialBox a.soc.yt:before {
    content: '\f167';
}
#footer .socialBox a.soc.ig:before {
    content: '\f16d';
}
#footer .socialBox a.soc:hover {
    color: white;
}
#footer .socialBox a.soc:hover {
    color: #ffcedb;
}

#footer .suklBox {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 100%;
}
#footer .suklBox img {
    max-height: 26px;
}



#footer .banner p {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 90%;
}


#footer .switchBox .reset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
}
#footer .switchBox span.short {
    font-weight: 700;
}
#footer .switchBox span.sep {
    padding: 0px 5px;
}


#footer .banner, #footer .banner-wrapper {
    color: black;
}

#footer .eet-message.container.footer-bottom {
    margin-bottom: 0px;
    padding-bottom: 10px;
    border: 0px;
    font-size: 90%;
    color: #f2799a;
}

@media (min-width: 768px) {
  .eet-message-inner {
      text-align: center;
      padding-right: 0px;
  }
}
@media (min-width: 992px) {
  #footer #signature {
      justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  .eet-message-inner {
      max-width: none;
  }
  #footer .site-name {
      display: none;
  }
  #footer .custom-footer {
      padding-left: 0px;
      padding-top: 25px;
      padding-bottom: 20px;
  }
}

@media (max-width: 1439px) {
  .custom-footer>div:nth-of-type(1) {
      width: 33.3%;
  }
  .custom-footer>div {
      width: 25%;
  }
  .custom-footer>div.extended {
      width: 41.7%;
  }
  #footer .switchBox .reset {
      font-size: 80%;
  }
}

@media (max-width: 1199px) {
  .custom-footer>div:nth-of-type(1) {
      width: 50%;
  }
  .custom-footer>div {
      width: 50%;
  }
  .custom-footer>div.extended {
      width: 100%;
  }
  #footer .switchBox .reset {
      margin-top: 40px;
  }
  #footer .switchBox .reset {
      font-size: 90%;
  }
}

@media (max-width: 991px) {
  #footer .footer-bottom {
      flex-wrap: wrap;
      flex-direction: column-reverse;
  }
  #footer .copyright {
      text-align: center;
  }
  #footer .copyright img {
      margin-right: 0px;
      top: 0px;
      display: block;
      margin: 0px auto 10px auto;
  }
  #signature {
      flex: 0;
      width: auto;
  }
  #footer .partner {
      display: block;
      text-align: center;
      margin-top: 9px;
  }
  #footer .copyright .partner img {
      display: inline-block;
      margin: 0px 0px 0px 3px;
  }
}

@media (max-width: 767px) {
  .custom-footer {
      padding-top: 2px;
  }
  .custom-footer>div:nth-of-type(1) {
      width: 100%;
  }
  .custom-footer>div {
      width: 100%;
  } 
  #footer .banner {
      min-height: 0px;
      margin-bottom: 0px;
  }
  #footer h4 {
      margin-top: 25px;
  }
  #footer ul {
      margin-bottom: 0px;
  }
  #footer .switchBox .reset li {
      width: 50%;
      text-align: center;
  }
  #footer .switchBox .reset {
      margin-top: 30px;
      margin-bottom: 20px;
  }
  #footer .footer-bottom {
      display: flex;
  }
}
  