.logo-area-start img {
    width: 175px;
}
.mobile-menu-1.rts-social-style-one ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
.mobile-menu-1.rts-social-style-one ul li {
    list-style: none;
    margin: 0;
}
.footer-wrapper-style-between .single-wized .body {
    padding-top: 0;
}
.footer-wrapper-style-between .single-wized .body a
 {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    transition: 0.3s;
    font-weight: 400;
}
.subscribe-area-start img {
    width: 160px;
}
.footer-wrapper-style-between{
    border: none;
    padding-top: 0;
}
.header-wrapper-1 .logo {
    padding: 10px 0;
}
.footer-wrapper-style-between .single-wized:nth-child(3) {
    flex-basis: 278px;
}
.footer-wrapper-style-between .single-wized:nth-child(2) {
    flex-basis: 275px;
}
.single-testimonials-style{
    min-height: 414px;
}
/* For devices up to 767px (mobiles) */
@media only screen and (max-width: 767px) {
  /* Your mobile-specific CSS here */

    .header-wrapper-1 {
    justify-content: center;
}
.sticky .logo-area-start img {
    width: 125px;
}
}