body footer {
    background-color: #111111;
    border-top: 0;
    padding: 64px 0 32px;
    margin-top: 0;
}

footer .list-unstyled li {
    margin-bottom: 7px;
}

footer #logo{
    width: 30%;
    margin-bottom: 41px;
}
.footer-logo img {
    max-width: 115px;
    height: auto;
}
footer .container .footer-logo a:before {
    display: none;
}
footer .footer-social {
    text-align: right;
    margin-top: 76px;
}

.footer-social ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-social ul li {
    display: inline-flex;
    margin-left: 16px;
}
.footer-social ul li a:before {
    display: none;
}
.footer-social ul li a {
    font-size: 0;
}
.footer-social ul li a svg * {
    transition: all 0.3s ease;
}
.footer-social ul li a:hover svg * {
    fill: #FFA400;
}
footer .footer-menu {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}

.footer-menu h5.footer-title-menu {
    display: none;
}

footer .list-unstyled li {
    display: inline-block;
}
footer .row .col-sm-3 {
    width: auto;
}

footer .footer-bottom {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 7px;
}

footer #logo img {
    max-width: 157px;
}
.footer-menu .col-left.col-information .list-unstyled li:not(:last-child) {
    margin-right: 28px;
}
.footer-menu .col-left.col-information .list-unstyled li a {
    font-size: 18px;
}
footer .contact ul li {
    list-style: none;
    margin-bottom: 19px;
}
footer .contact ul li a:before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../images/insta.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    transition: all 0.3s;
    margin-right: 16px;
}

footer .contact ul li a.mail:before {
    width: 18px;
    height: 13px;
    background-image: url(../images/mail.svg);

}
footer .container a {
    color: #FFFFFF;
    line-height: 140%;
    position: relative;
}
footer .container a:hover {
    color: inherit;
}
footer .contact ul{
    padding-left: 0;
}
footer .contact ul li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.38px;
    text-align: left;
    color: #fff;

}

footer .row .list-unstyled li a svg {
    margin-right: 8px;
}
footer .row .list-unstyled li a:hover svg * {
    fill: currentColor;
}
footer .row .col-right ul li {
    margin-left: 19px;
}
.footer-middle ul {
    margin-bottom: 0;
}
.footer-middle ul li {
    margin-left: 20px;
}
footer .footer-bottom p, 
footer .footer-bottom p a,
footer .footer-bottom .footer-middle .list-unstyled li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #888888;
    margin-bottom: 0;
    line-height: 140%;
    letter-spacing: 0.55px;
    font-weight: 400;
}
footer .container a:hover:before {
    transform: scaleX(1);
    transform-origin: left;
    color: #F79F00;
}
footer .container a:before {
    content: '';
    background: currentColor;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .75s cubic-bezier(.19,1,.22,1);
    color: #F79F00;
}
footer h5.footer-title-menu{
    font-size: 18px;
    font-weight: 400;
    line-height: 23.74px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
    color: #fff;
}
footer .container ul {
    margin-bottom: 0;
}
footer .row .list-unstyled li a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}

footer a::before{
    /* content: '';
    background: currentColor;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .75s cubic-bezier(.19,1,.22,1); */
}

footer a:hover::before, 
footer li.active a::before{
    /* transform: scaleX(1);
    transform-origin: left; */
}

footer .container h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.8px;
    text-align: left;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 21px;
}
footer .footer-bottom .col-left,
footer .row .col-left {
    width: 58%;
    padding: 0;
}
footer .footer-bottom .footer-middle,
footer .row .col-right {
    width: 42%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    justify-content: flex-end;
    text-align: right;
}


.newsletter-form .buttons {
    position: absolute;
    top: 17px;
    right: 0;
    background: transparent;
    transition: all 0.5s;
    cursor: pointer;
}

.newsletter-form .buttons:hover {
    right: -10px;
}

.newsletter-form .emailerror {
    font-size: 14px;
    text-align: left;
    margin-top: 8px;
}

.newsletter-form .emailerror .text-danger {
    color: #B23434;
}

.newsletter-form .buttons .btn, .newsletter-form .buttons .btn:hover {
    font-size: 0;
    padding: 0;
    width: 30px;
    height: 9px;
    background-image: url(../images/submit-arr.svg);
    background-size: auto 8px;
    background-repeat: no-repeat;
    background-position: center right;
    line-height: 0;
    background-color: transparent !important;
}

.newsletter-form #tmdnewsletterLayout .enquire form {
    position: relative;
}

.footer-middle ul li {
    margin-bottom: 0;
    line-height: 0;
}


.newsletter-form #tmdnewsletterLayout .newsletter_heading {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.8px;
    text-align: left;
    background: transparent;
    color: #fff;
    padding: 0 0 0;
}

.newsletter-form #tmdnewsletterLayout .enquire {
    border: 0;
    padding: 0;
}

.newsletter-form #tmdnewsletterLayout .enquire .col-sm-12 {
    padding: 0;
}

.newsletter-form #tmdnewsletterLayout .enquire input {
    border-color: #CACACA;
    color: #CACACA;
    padding: 15px 0;
}

.newsletter-form  input:-webkit-autofill,
.newsletter-form  input:-webkit-autofill:hover, 
.newsletter-form  input:-webkit-autofill:focus{
    -webkit-text-fill-color: #CACACA;
    -webkit-box-shadow: 0 0 0px 1000px #000F2D inset;
    transition: background-color 5000s ease-in-out 0s;
}

.newsletter-form #tmdnewsletterLayout .enquire .form-control::placeholder {
    color: #CACACA;
}



.newsletter-form {
    padding-top: 16px;
    max-width: 300px;
}
footer .footer-bottom p br {
    display: none;
}
footer .footer-menu, footer .footer-bottom {
    margin-left: auto;
}


@media screen and (max-width: 1330px) {
    footer .row .col-right ul li {
        margin-left: 10px;
    }
    .footer-menu .col-left.col-information .list-unstyled li:not(:last-child) {
        margin-right: 5px;
    }
    .footer-middle ul li {
        margin-left: 5px;
    }
}

@media screen and (max-width: 1023.98px) {
    footer .container {
        display: block;
    }
    footer .row .col-sm-3 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding: 0;
    }

    body footer {
        text-align: center;
    }
    
    footer .row .col-left {
        width: 100%;
    }
    
    footer .row .col-right {
        width: 100%;
        margin-top: 29px;
    }
    footer .footer-bottom .footer-middle, footer .row .col-right {
        justify-content: center;
        text-align: center;
    }
    footer  .footer-title-menu:after {
        content: '';
        position: static;
        top: 8px;
        right: 0;
        width: 10px;
        height: 4px;
        display: inline-block;
        background-image: url(../../images/icon-select-white.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: inherit;
        transition: all .5s;
        margin-left: 41px;
        margin-top: 9px;
        vertical-align: top;
    }
     footer  .footer-title-menu.active:after {
         transform:rotate(180deg);
    }
    footer .container h5 {
        margin-bottom: 20px;
        letter-spacing: 0;
        cursor: pointer;
    }
        
    footer .footer-bottom .col-left {
        order: 2;
        width: 100%;
    }
    footer .footer-bottom .col-right {
        order: 3;
        width: 100%;
        text-align: left;
    }

    footer #logo img {
        max-width: 123px;
    }
    footer .footer-social {
        text-align: center;
        margin-top: 25px;
    }
    
    .footer-social ul li {
        margin: 0 8px;
    }
    
    footer .footer-menu {
        margin-top: 56px;
    }
    
    .footer-menu .col-left.col-information .list-unstyled li:not(:last-child),
    .footer-menu .col-left.col-information .list-unstyled li {
        margin: 0 13.5px 26px;
    }
    
    footer ul.list-unstyled {
        margin: 0 -13.5px;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    
    .footer-menu .col-information ul li:nth-child(2) {
        order: 2;
    }
    
    .footer-menu .col-information ul li {
        order: 0;
        margin-bottom: 10px;
    }
    
    .footer-menu .col-information ul li:nth-child(3) {
        order: 4;
    }
    
    .footer-menu .col-information ul li:nth-child(4) {
        order: 1;
    }
    
    .footer-menu .col-information ul li:nth-child(5) {
        order: 2;
    }
    
    .footer-menu .col-information ul li:nth-child(6) {
        order: 5;
    }
    
    footer .row .col-right ul li {
        margin: 0 13.5px 12px;
    }

    footer .footer-bottom .footer-middle {
        width: 100%;
        margin-bottom: 41px;
    }

    footer .footer-bottom {
        margin-top: 41px;
    }

    .footer-middle ul li {
        margin: 0 13.5px 16px;
    }
    footer .footer-bottom p br {
        display: block;
    }
}

@media screen and (max-width: 767.98px) {
    body footer {
        padding: 71px 0 92px;
        text-align: center;
    }
}