.theme-footer{
    background: #43464b;
    padding: 10px 0;
    text-align: left;
}
 .theme-footer .row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.theme-footer .col-sm-12{
  display: flex;
  justify-content: center;
}

.mainlinks ul {
    padding-top: 30px;
    display: flex;
    list-style: none;
}

.mainlinks ul li a{
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
}

.theme-footer a{
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'helvetica';
} 

.socialIcon {
    display: flex;
    gap: 20px;
}

.socialIcon a{
    text-decoration: none;
}

.socialIcon i{
    font-size:30px;
    background: #fff;
    border-radius: 50px;
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-wrap{
    font-size: 2.5rem;
} 

footer.theme-footer {
    padding: 20px 0px !important;
}.main-footer a {
    font-size: 18px !important;
    color: #fff;
    text-decoration: none;
}
.main-footer li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 15px;
    color: #ffff;
}.main-footer ul {
    padding: 0px;
    text-align: center;
    margin-bottom: 22px !important;
}
.socialIcon i {

    font-size: 25px !important;
    width: 40px !important;
    height: 40px !important;

}

.theme-footer .col-sm-12 {
    display: flex;
    justify-content: center;
    align-content: center !important;
    flex-wrap: wrap !important;
}

.ad-box {
    border: 1px solid #c7c8c9;
    margin-bottom: 25px;
    padding: 10px;
}
p.add-title {
    text-align: center;
    margin: 0px;
    padding: 10px 0px;
    font-weight: 600;
}
