/* .footer-bg {
    background: black;

    padding: 75px 110px 0px 110px;
} */


.footer-bg {
    background: black;
    padding: 75px 148px 0px 148px;
}

.footer-p {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: white;
}


.footer-head {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
}


.trustpi-margin{
    margin-bottom: 216px;
}


.tp-margin{
    margin-top: 206px;
}

.service-padding {
    padding-left: 138px;
}



.service-col {
    color: #808080;
    margin-bottom: 30px;
   
}


.footer-li{
    color: white;
    margin-bottom: 18px;
}


.footer-ul{
    padding-left: 20px;
}


input.footer-input {
    width: 60%;
    height: 45px;
    background: transparent;
    padding: 15px 13px;
    color: white;
    border: 2px solid white;
}

input::placeholder{
    color: #808080;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;

}

.footer-sub-btn {
    padding: 8px  10px;
    border: 2px solid white;
    color: white;
    background: #C5313F;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: none;
}

.social-pad {
    margin-top: 30px;
}

.footer-line {
    height: 4px;
    color: white;
    margin-top: 60px;
    margin-bottom: 40px;
}


.footer-last-sec{
    padding: 40px 294px 0px 294px
}

.footer-endlink{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #808080;
    text-decoration: none;
}

@media(max-width: 991px){
    .footer-head {
        font-size: 18px;
    }

    img.socialicon {
        width: 35px;
    }


    input::placeholder{
        color: #808080;
        font-family: Inter;
        font-size: 14px;
     
    
    }
}