/*
* author: Ants Creation (Pvt) Ltd
* email: info@ants.lk
* web: www.ants.lk
* description: footer styles
*/

/* footer */


.footer .subscribe form{
    display: flex;
}

.footer .subscribe p{
    font-size: 16px !important;
    font-family: 'Outfit-Medium';
}

.footer .subscribe .email{
    border-radius: 0;
    border: none;
    vertical-align: middle;
    display: inline;
    height: auto;
    font-size: 15px;
    background-color: var(--bg_card_list_hover);
    border-radius: 45px;
}

/* .footer .subscribe .subscribe-btn{
    background-color: var(--theme1);
    color: var(--theme9);
    text-transform: uppercase;
    padding: 8px;
    font-size: 12px;
} */
.footer .footer-top-box{
    background-color: var(--theme_blue);
    color: var(--white);
    padding: 100px 0 100px 0;
}

.footer .footer-top-box h4{
    font-family: 'Outfit-Medium';
    font-size: 32px;
}

.footer .footer-top-box p{
    font-family: 'Outfit-Regular';
    font-size: 18px;
}

.footer .footer-top-box a{
    color: var(--white);
}

.footer .footer-bottom-box{
    background-color: var(--white);
    padding: 70px 0 30px 0;
}
.footer .footer-bottom-box .footer-logo p{
    color: var(--theme9);
    font-size: 15px;
}
.footer .footer-bottom-box .footer-logo img{
    width: 230px;
}
.footer .footer-bottom-box .footer-text{
    color: var(--theme9);
}
.footer .footer-bottom-box h4{
    font-family: 'Outfit-medium';
    color: var(--theme9);
    font-size: 17px;
}

.footer .footer-bottom-box p{
    color: var(--theme9);
    font-size: 14px;
}

.footer .footer-bottom-box ul{
    padding-left: 0;
    list-style: none;
}
.footer .footer-bottom-box ul li{
    margin-bottom: 8px;
}
.footer .footer-bottom-box ul.colunm2{
    column-count:
    2;
}
.footer .footer-bottom-box ul li.inline{
    display: flex;
}
.footer .footer-bottom-box ul li span{
    color: var(--theme2);
}
.footer .footer-bottom-box ul li a{
    color: var(--theme9);
    font-size: 15px;
    padding: 2px 0;
    display: block;
}

.footer .footer-bottom-box .call-nav{
    margin-left: 0;
}
.footer .footer-bottom-box .call-nav .call-out{
    display: flex;
    align-items: center;
}
.footer .footer-bottom-box .call-nav .call-out i{
    font-size: 2.6em;
    margin-right: 0.2em;
    color: var(--theme1);
}
.footer .footer-bottom-box .call-nav .call-out .call-text h6{
    font-size: 12px;
    margin-bottom: 0;
    color: var(--theme9);
}
.footer .footer-bottom-box .call-nav .call-out .call-text a{
    color: var(--theme9);
    font-size: 20px;
    font-family: 'Roboto-Black';
}


.footer .footer-bottom-box .social h6 {
    color: var(--theme9);
    font-size: 14px;
}

.footer .footer-bottom-box .social ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer .footer-bottom-box .social ul li {
    padding: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    color: var(--theme9);
}

.footer .footer-bottom-box .social ul li a {
    color: var(--black);
    font-size: 24px;
}

.footer .footer-bottom-box .social ul li a i {
    width: 40px;
    height: 40px;
    background-color: var(--bg_gray_white);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    transition: all 0.2s;
    border-radius: 50%; /* Makes icons circular */
}

.footer .footer-bottom-box .social ul li a:hover i {
    background-color: var(--primary);
    color: var(--white);
}


.footer .footer-bottom-box .footer-email{
    color: var(--theme9);
    margin-top: 10px;
    font-size: 16px;
    display: block;
}

.footer .footer-bottom-box .subscribe-form{
    background-color: var(--bg_card_list_hover);
    border-radius: 45px;
}

/* .footer .footer-bottom-box .shipping-methods ul{
    margin-bottom: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.footer .footer-bottom-box .shipping-methods .shipping-method{
    color: var(--theme9);
}

.footer .footer-bottom-box .shipping-methods .shipping-method img{
    margin-right: 5px;
} */

.footer-copyright{
    background-color: var(--white);
}
.footer-copyright .copyrights-bar{
    display: flex;
    padding: 10px 0;
}
.footer-copyright .copyrights-bar .copyright{
    color: var(--theme9);
    margin-left: 0;
    margin-right: auto;
}
.footer-copyright .copyrights-bar .copyright span a{
    color: var(--theme9);
}

.footer-copyright .copyrights-bar .payment{
    margin-right: 0;
    margin-left: auto;
}

@media only screen and (max-width: 1199px) {
    .footer .footer-top .subscribe-note{
        padding: 15px 0 15px 0;
    }
    .footer .footer-top .subscribe{
        padding: 15px 0 15px 0;
    }
    .footer-copyright{
        padding-bottom: 61px;
    }
    .footer .footer-top {
        margin-bottom: -50px;
    }
}
@media only screen and (max-width: 1130px) {
    .footer .footer-top .subscribe .email{
        width: 300px;
    }
}
@media only screen and (max-width: 991px) {
    .footer .footer-top .subscribe .email{
        width: 200px;
    }
    .footer .footer-bottom-box .social ul{
        margin-bottom: 1rem;
    }

    .footer .footer-bottom-box .row .col-12:first-child,
    .footer .footer-bottom-box .row .col-12:nth-child(2),
    .footer .footer-bottom-box .row .col-12:nth-child(3),
    .footer .footer-bottom-box .row .col-12:nth-child(4)
    {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .footer .footer-top .subscribe-note{
        padding: 15px 0 0 0;
    }
    .footer .footer-top .subscribe .email{
        width: 400px;
    }
}
@media only screen and (max-width: 575px) {
    .footer .footer-top .subscribe .email{
        width: 250px;
    }
    .home-tips-row .tips-col .quick-tip-inner {
        border-right-color: transparent;
    }

    .footer-copyright .copyrights-bar{
        display: block;
        text-align: center;
    }

    .footer-copyright .copyrights-bar .copyright{
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 450px) {
    .footer .footer-top .subscribe .email{
        width: 200px;
    }
    .footer .footer-top .subscribe button{
        padding: 0.6rem 0.4rem;
    }
}
