
/* footer */
footer {
    background: #000 url(https://phoenixcitadel.s3.ap-south-1.amazonaws.com/images/footer_bg.png) repeat-x;
    color: #C5C5C5;
}

.foot_head, .foote_head_2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
    position: relative;
}

.foot_head {
    text-transform: uppercase;
}

.foot_list li {
    margin-bottom: 15px;
}

.foot_list a {
    color: #C5C5C5;
}

    .foot_list a:hover {
        color: #E1C562;
    }


.popularSearch_box {
    background: #E1C562;
    position: relative;
}

.popularSearch_btn {
    display: table;
    margin: 0 auto;
    background: none;
    border: 0;
    color: #fff;
    font-size: 16px;
    padding: 12px 0;
}

.popularHidden_box {
    background: #d3d3d3;
    display: none;
    position: absolute;
    bottom: 48px;
    width: 100%;
}

    .popularHidden_box p {
        color: var(--black);
        padding-top: 15px;
    }

        .popularHidden_box p a {
            display: inline-block;
            vertical-align: top;
            border-right: 1px solid var(--gray);
            padding: 0px 5px;
            margin-bottom: 5px;
            color: var(--black);
        }

/***********************************************************/


.subscribe {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

    .subscribe input, .subscribe button {
        height: 35px;
    }

    .subscribe input {
        font-weight: 300;
        color: var(--white);
        width: 70%;
        background: none;
        border: none;
        border-bottom: 1px solid var(--white);
    }

        .subscribe input:focus {
            /* border: none; */
            outline: none;
        }

        .subscribe input::placeholder {
            color: var(--white);
        }

    .subscribe button {
        border: 1px solid #fff;
        width: 28%;
        background: none;
        color: var(--white);
        text-transform: uppercase;
        font-weight: 600;
        padding: 0px 10px;
    }

        .subscribe button:hover {
            background: var(--white);
            color: var(--black);
        }

.agreeContainer {
    font-weight: 300;
}

    .agreeContainer input[type="checkbox"] {
        background: none;
        border: 1px solid var(--white);
        margin-right: 5px;
        vertical-align: top;
    }

        .agreeContainer input[type="checkbox"]:focus {
            box-shadow: none;
        }

footer .social a {
    display: inline-block;
    vertical-align: top;
    color: var(--black);
    font-size: 1.1rem;
    background: var(--white);
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}

    footer .social a:hover {
        background: var(--gold);
    }

.contactUs {
    font-size: 1rem;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    padding: 10px 0px;
}

    .contactUs span {
        text-transform: uppercase;
        margin-right: 15px;
    }

    .contactUs a {
        display: inline-block;
        border: 1px solid var(--gold);
        padding: 5px 10px;
        color: var(--gold);
    }

        .contactUs a:hover {
            background: var(--gold);
            color: var(--black);
        }

        .contactUs a:first-child {
            margin-right: 10px;
        }
/************************************************************/

@media (max-width:768px) {
    .foot_head {
        margin: 0;
        padding: 15px 0;
        position: relative;
    }

    .foot_list {
        display: none;
    }

    .foot_box {
        border-bottom: 1px solid #ddd;
    }

        .foot_box .foot_head::before {
            content: "\f4fe";
            font-family: bootstrap-icons !important;
            position: absolute;
            right: 0;
            font-size: 18px;
        }

        .foot_box .foot_head.active::before {
            content: "\f2ea";
        }
}
