  
.social-t {
    width: auto;
    text-align: center;
    display: inline-block;
    float: none;
    margin-top: 10px;
}
    .social-t li {
        float: left;
    }
        .social-t li:first-child a {
            margin-left: 0px !important;
        }

        .social-t li a {
            float: left;
            width: 40px;
            height: 40px;
            box-shadow: 0px 5px 19.53px 1.47px rgb(85 80 98 / 19%);
            display: inline-block;
            margin-left: 16px;
            border-radius: 50%;
            line-height: 40px;
            color: #fff !important;
        }
.facebook-change-co {
    background: #23a1cf;
    color: #fff;
}

.twitter-change-co {
    background: #88d9f7;
    color: #fff;
}

.pinterest-change-co {
    background: #f5235d;
    color: #fff;
}

.linkedin-change-co {
    background: #1893da;
    color: #fff;
}

.footer {
}
.news-l {
    background-color: #FF194A;
    display: block;
}
.sub-t h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
}
.sub-t h3 {
    font-size: 22px;
    color: #fff;
}
.copy-t {
    background-color: #15363A;
}

.min-cont h3 {
    color: #FFFFFF;
    font-family: "Jost", Sans-serif;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 20px;
}

.min-cont ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 39px;
    color: #c5c5c5;
    display: block;
}

    .min-cont ul li a:hover {
        color: #fff;
    }
.info-t li{ margin-bottom:20px;}
.info-t li {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.info-t li a span {
    font-size: 14px;
    color: #fff;
}
.info-t li a {
    line-height: 25px !IMPORTANT;
    display: inline-block;
    float: left;
    width: 100%;
}
 

.co-t p {
    font-weight: normal;
    margin: 0px;
    text-align: center;
    color: #fff;
}
.cont-l {
    padding: 30px 0;
    background: #15363a;
    border-top: 1px solid #999;
}
.form-group-po input {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 8px;
}
.form-group-po {
    position: relative;
}
.sub-b {
    position: absolute;
    right: 0;
    border: none;
    background: #15363a;
    padding: 12px 20px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    border-radius: 0px 8px 8px 0px;
}