.foot-body-one {
    background: radial-gradient(circle, rgba(14, 21, 54, 1) 0%, rgba(12, 16, 35, 1) 71%) !important;
}

.foot-body {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(30px);
}

@media (max-width:540px) {
    .foot-cont {
        padding-left: 10px !important;
        padding-top: 30px !important;
    }

    .foot-copy {
        padding-bottom: 0px !important;
        text-align: center !important;
    }

    .input-group-text {
        font-size: 12px !important;
    }
}

.foot-cont {
    padding: 4% 0 1% 0;
}

#site-footer ul {
    padding-left: 10px !important;
    list-style-type: none !important;
}

.foot-head-a {
    text-decoration: none;
    position: relative;
    bottom: 12px !important;
}

.foot-head {
    color: #fff;
    font-weight: 500;
}

.footer-link-head {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 20px;
}
.footer-link-head-new {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.foot-para {
    padding-top: 20px;
    color: #fff;
    font-size: 13px;
    text-align: left;
    line-height: 15px;
    font-weight: 300;
}

.footer-links {
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    text-align: left;
    list-style-type: none;
    font-weight: 300;
}

.footer-link-space {
    padding-bottom: 15px;
}

.input-group-text {
    width: 30%;
    background-color: #1945ba !important;
    border: none !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    color: #fff !important;
}

#site-footer .form-control {
    height: 45px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border: none !important;
    background-color: #1c222b !important;
    color: #fff !important;
    font-size: 12px !important;
}

#site-footer .form-control:focus {
    box-shadow: none !important;
}

.foot-txt-space {
    margin-top: 20px;
}

hr.new1 {
    border-top: 2px solid #48565e;
}

.foot-copy {
    font-size: 12px !important;
    color: #8f96a8;
    font-weight: 300;
}

.foot-bottom-links a {
    font-size: 11px;
    color: #fff;
    text-decoration: none;
}

.foot-bottom-links a:hover {
    /* color: #1945ba; */
    cursor: pointer;
    /* visibility: visible; */
}

@media (min-width: 992px) {
    .input-group-text {
        font-size: 12px !important;
    }
}

@media (max-width: 540px) {
    .footer-border-top {
        border-top: 1.5px solid #fff !important;
        padding-bottom: 10px;
    }

    .footer-border-bottom {
        border-top: 1.5px solid #fff !important;
        padding-top: 10px;
    }
}