.footer-top {
    background: #fff;
    padding-bottom: 60px;
}
.footer-main {
    background: #fecc00;
    padding-top: 35px;
    position: relative;
}
.footer-bottom {
    background: #fecc00;
    padding-top: 30px;
    padding-bottom: 25px;
    position: relative;
}
.widget_josera_list_widget {
    display: flex;
    flex-direction: column;
}
.service-title {
    color: #2b2b2b;
    font-size: 39px;
    font-weight: 100;
    line-height: 1;
    margin: 0 0 20px;   
}
.service-col {
    float: left;
    padding-bottom: 0;
    width: calc(100%/3);    
}
.service-list {
    padding-bottom: 15px;
    min-height: 180px;
}
.service-list li {
    margin-bottom: 15px;
    padding-bottom: 0;
    padding-left: 34px;
    position: relative;
    font-size: 17px;
    line-height: 20px;
    color: #2b2b2b;
    font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 300;
}
.service-footer p {
    position: relative;
    font-size: 17px;
    line-height: 20px;
    color: #2b2b2b;
    font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 300;
    margin-bottom: 12px;    
}
.service-list li:before{
    content: '\f00c';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    color: #fbb900;
    font-size: 25px;
    left: 0;
    position: absolute;
    top: 0;
}
.service-footer {
    padding-top: 20px;
}
.payment-delivery-logos {
    font-size: 17px;
    line-height: 20px;
    color: #2b2b2b;
    font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 300;
}
.payment-delivery-logos img {
    height: 50px;
    display: inline-block;
    width: auto;
    max-width: 100%;
}
.payment-delivery-logos:not(:first-child) img {
    margin-left: 20px;
}
#josera_list_widget-5 .payment-delivery-logos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;    
}
#josera_list_widget-5 .service-footer {
    padding-top: 0;
}
.service-more {
    padding-top: 25px;
}
.service-more a {
    color: #2b2b2b;
    font-size: 17px;
    text-decoration: underline;
}
.service-more a:hover {
    text-decoration: none;
}

.footer-main .footer-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-widget-col {
    width: 25%;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.footer-service > section {
    width: calc(100%/3);
    padding-left: 10px;
    padding-right: 10px;
    position: relative;    
}
@media screen and (max-width: 1024px) {
    .footer-widget-col, .footer-service > section {
        width: 50%;
    }
}
@media screen and (max-width: 640px) {
    .footer-widget-col {
        width: 100%;
    }
     .footer-service > section {
        width: 100%;
        border-bottom: 1px solid #fbb900;
        margin: 0 0 35px;        
        padding: 0 0 35px;        
    }
    .footer-service > section:nth-last-child(1) {
        border-bottom: 0;
    }
}
.footer-widget-col .widgettitle {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 100;
    color: #2b2b2b;
    line-height: 1;
    margin: 0 0 15px;
}
.footer-widget-col ul {
    padding-right: 50px;
}
.footer-widget-col ul li {
    color: #2b2b2b;
    text-decoration: none;
    font-weight: 300;
    text-align: left;
    margin-bottom: 5px;
    line-height: 25px;
}
.footer-logo {
    display: block;
    width: 160px;   
    margin-bottom: 30px;
}
.widget-area-2 ul {
    margin-bottom: 30px;
}
.contact-list {
    display: flex;
    flex-direction: column;
}
.contact-element {
    margin-bottom: 20px !important;
    padding-left: 40px;
    position: relative;
}
.contact-element img {
    height: 31px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 29px;
}
.contact-element:nth-child(1) a{
    font-weight: 500;
    font-size: 19px;
}
.contact-element a {
    font-family: Inter,sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.contact-element__additional {
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
    display: inline-block;
}
.footer-bottom ul {
    display: flex;
    flex-direction: row;
}
.footer-bottom ul li {
    font-size: 14px;
    color: #2b2b2b;
    text-decoration: none;
    font-weight: 300;
    line-height: 20px;
}
.footer-bottom ul li+li:before {
    color: #2b2b2b;
    content: '  ';
    display: inline-block;
    text-align: center;
    width: 17px;    
}
.footer-bottom ul li:hover{
    text-decoration: underline;
}
.footer-service {
    display: flex;
    flex-wrap: wrap;
}
