footer {
  padding: 70px 0 10px;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  footer {
    padding-top: 50px;
    background-image: url("../../assets/images/footer-logo-mob.svg");
  }
}
footer .footsubscribe {
  max-width: 456px;
  margin-left: auto;
}
.footer-logo{
    max-width:170px;
    background:#fff;
}
@media screen and (max-width: 767.98px) {
  footer .footsubscribe {
    margin-left: 0;
  }
}
footer a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  footer a:hover {
    color: rgba(255, 255, 255, 0.7) !important;
  }
}
footer .subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .subscribe-form .input {
  position: relative;
  width: 100%;
}
footer .subscribe-form .input:after {
  content: "";
  position: absolute;
  top: 19px;
  left: 18px;
  width: 16px;
  height: 12px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.067' height='13.5' viewBox='0 0 18.067 13.5'%3E%3Cg id='message-black-24' transform='translate(1.033 0.75)' opacity='0.562'%3E%3Cpath id='Path_80725' data-name='Path 80725' d='M19.2,6H4.8a.774.774,0,0,0-.791.75L4,17.25a.782.782,0,0,0,.8.75H19.2a.782.782,0,0,0,.8-.75V6.75A.782.782,0,0,0,19.2,6Z' transform='translate(-4 -6)' fill='none' stroke='%23040917' stroke-width='1.5' fill-rule='evenodd'/%3E%3Cpath id='Path_80726' data-name='Path 80726' d='M4,7l8,5,8-5' transform='translate(-4 -6)' fill='none' stroke='%23040917' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}
footer .subscribe-form .btn {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 500;
  min-width: 170px;
  color: #fff;
}
@media screen and (max-width: 1199.98px) {
  footer .subscribe-form .btn {
    padding: 7px 18px;
    min-width: 130px;
    font-size:14px;
    
  }
}
@media screen and (min-width: 1200px) {
  footer .subscribe-form .btn:active {
  color: #000;
  background-color: #fff !important;
  border-color: #fff !important;
}
footer .subscribe-form .btn:hover {
  color: #000 !important;
  background-color: #fff;
  border-color: #fff;
}
}
footer .subscribe-form .btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
}

footer .footer-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  footer .footer-menu-link {
    display: block;
  }
}
footer .footer-menu-link .box_link {
  width: 31%;
}
@media screen and (max-width: 767.98px) {
  footer .footer-menu-link .box_link {
    width: 100%;
  }
}
footer .footer-menu-link ul {
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  footer .footer-menu-link ul {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
    margin: 0;
  }
}
footer .footer-menu-link .show-list ul {
  max-height: 1000px;
  pointer-events: unset;
}
footer .footer-menu-link .show-list h6:after {
  -webkit-transform: none;
          transform: none;
}
footer .footer-menu-link h6 {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 0;
  text-transform: uppercase;
  position: relative;
  color:#fff;
}
@media screen and (max-width: 767.98px) {
  footer .footer-menu-link h6::before {
    position: absolute;
    content: "";
    top: 27px;
    right: 0;
    background-color: white;
    width: 14px;
    height: 2px;
  }
  footer .footer-menu-link h6::after {
    position: absolute;
    content: "";
    top: 27px;
    right: 0;
    background-color: white;
    width: 14px;
    height: 2px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
}
@media screen and (max-width: 767.98px) {
  footer .footer-menu-link h6 {
    display: block;
    margin-bottom: 0;
  }
}
footer .footer-menu-link li {
  margin-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
  footer .footer-menu-link li {
    margin-bottom: 15px;
    margin-top: 5px;
  }
}
footer .footer-menu-link li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
footer .footaddress {
  max-width: 456px;
  margin-left: auto;
}
@media screen and (max-width: 991.98px) {
  footer .footaddress {
    margin-left: 0;
    padding-top: 20px;
  }
}
footer .footaddress h6 {
  font-size: 18px;
  color:#fff;
}
footer .footsubscribe h3{
    color:#fff;
}
@media screen and (max-width: 1199.98px) {
  footer .footaddress h6 {
    font-size: 16px;
  }
}
footer .footaddress p {
  font-size: 16px;
  font-family: "Sora", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1199.98px) {
  footer .footaddress p {
    font-size: 14px;
  }
}
footer .footaddress a {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 1199.98px) {
  footer .footaddress a {
    font-size: 14px;
  }
}
footer .footaddress .social-links path {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
footer .footaddress .social-links a {
  margin-right: 45px;
}
footer .footaddress .social-links a:hover path {
  fill: rgba(255, 255, 255, 0.7);
}
footer .footer-strip p {
  font-weight: 300;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  footer .footer-strip p {
    font-size: 13px;
  }
  footer .footer-strip p span {
    display: block;
  }
}