ol li {
    margin-left: 3em;
}
ul.styled li {
    margin-left: 3em;
}
body {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
}
section {
    margin: 30px 0 20px;
}
a {
    color: #2fc54f;
    text-decoration: none;
}
a:hover {
    color: #2fc54f;
}
.ruby-list-heading a {
    color: black;
}

.btn-primary {
    color: #fff;
    background-color: #2fc74c;
    border-color: #2fc74c;
    border-radius: 40px;
    height: 32px;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.city-block svg, .lang svg {
    fill: #2ec84a;
    margin-right: 5px;
}
.city {
    color: #000000;
    font-weight: 500;
    cursor: pointer;
}
.city:hover {
    color: #2ec84a;

}
.navbar-brand {
    margin-right: 2rem;
}
.text-ref {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #333333;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    font-weight: 600;
}
button.accordion-button.collapsed {
    font-weight: 600;
}
.header-bottom {
    background: #333340;
    height: 46px;
    display: flex;
    align-items: center;
}
ul#menu-primary {
    display: flex;
    list-style: none;
    margin-top: 1rem;
}
ul#menu-primary li a {
    color: #78d624;
    padding-right: 20px;
    text-decoration: none;
    font-size: 13px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}
.home-slider-base img {
    border-radius: 12px;
}
.home-slider-base {
    margin-bottom: 25px;
    position: relative;
}
.home-slider {
    margin-bottom: 10px;
}
div#page-navigation {
    display: flex;
    align-items: center;
}
.btn-menu svg {
    fill: #ffffff;
}
.ms-n5 {
    margin-left: -40px;
    background-color: #2fc74c;
    color: white;
}
.lang {
    margin-left: 15px;
    z-index: 9999999;
}
.card-image img {
    width: 80px;
    padding-top: 20px;
}
.footer-col p {
    color: white;
}
.banner-info {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: #3e3e3ec9;
    width: 100%;
    padding: 15px;
    color: white;
}
.banner-heading {
    font-size: calc(1em + 0.4vw);
    font-weight: 600;
}
.banner-adress svg {
    fill: #78d627;
}
.banner-adress {
    font-size: calc(0.5em + 0.4vw);
}
.banner-discount {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    background: #ffc107;
    padding: 10px 25px;
    border-radius: 12px;
    color: #333333;
    font-size: calc(1em + 1vw);
    font-weight: 600;
    padding: 5px 15px;
    box-shadow: 0px 10px 15px #ffc10747;
}
.owl-carousel .owl-stage-outer {
    border-radius: 12px;
}
.banner-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-item {
    border: 1px solid #d1d1d1;
    border-radius: 12px;
    margin-bottom: 15px;
    position: relative;
}
.service-item img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.service-heading {
    padding: 10px;
    font-weight: 600;
    min-height: 65px;
}
.service-button {
    padding: 10px;
    display: flex;
    justify-content: flex-end;
}
.service-button span {
    background: #ffc107;
    color: black;
    padding: 5px 15px;
    border-radius: 12px;
    font-weight: 700;
    position: absolute;
    top: 5px;
    left: 5px;
}
.service-item .banner-adress {
    padding: 0 10px;
    color: #828282;
    font-size: 12px;
}
.servise-h2 {
    display: flex;
    margin-bottom: 15px;
}
.servise-h2 a {
    margin-left: 20px;
    margin-top: 5px;
}
.btn-primary-back {
    background: none;
    color: #25a73f;
    border: 1px solid #2fc74c;
    font-size: 12px;
    padding: 10px 25px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #27a73f;
    border-color: #27a73f;
}
button.owl-prev {
    position: absolute;
    z-index: 2;
    top: 40%;
    background: #0000008a;
    border: none;
    padding: 0px 15px;
    font-size: 30px;
    left: 0px;
    border-radius: 27px;
    color: #ffffffb3;
}
button.owl-next {
    position: absolute;
    z-index: 2;
    top: 40%;
    background: #0000008a;
    border: none;
    padding: 0px 15px;
    font-size: 30px;
    right: 0;
    border-radius: 27px;
    color: #ffffffb3;
}



div.ruby-menu-demo-header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    z-index: 99999;
    background: #333333;
}
.city-block {
    display: flex;
    align-items: center;
    z-index: 9999999;
}
.login img {
    width: 25px;
}
.login, .glc {
    margin: 15px;
    color: #333333;
    text-decoration: none;
    font-weight: 500;
}
.glc img {
    width: 25px;
}
ul.ruby-menu > li > a > img {
    margin-right: 10px;
    vertical-align: sub;
}
.dropdown-item.active {
    background: #2ec84a;
}
.footer-widget ul li {
    font-size: 14px;
    padding: 5px 0;
}
.res-1-bttm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.footer-widget h5 {
    margin-bottom: 20px;
}
.card-body a {
    color: black;
}
.card-body a:hover {
    color: #2ec84a;
}
span.header-minibanner {
    /* width: 70%; */
    position: absolute;
    color: white;
    font-size: 24px;
    padding: 20px;
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
}
ul.category-nav .img-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
ul.category-nav li {
    display: flex;
    padding: 5px 0;
}
@media(max-width: 767px) {
.login, .glc {
    margin: 15px 0;

}
.service-button .btn {
    font-size: 13px;
    min-width: 20px;
    width: 100%;
}
.card .card-body h4 {
    font-size: 14px;
    color: #05803f;
    font-weight: 400;
    color: #000;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}
.servise-h2 a {
    margin-left: 20px;
    margin-top: 0px;
}
.navbar-brand {
    margin-right: 0rem;
}
.card-image img {

    padding-top: 10px;
}
.res-1-bttm img {
    width: 50%;
    margin-bottom: 30px;
}
.footer-col {
    text-align: center;
}
.copyright {

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
}
.secur {
    margin: 20px 0;
}
.footer-widget h5 {
    color: #2fc74c !important;
}
.service-heading {
    padding: 10px;
    font-weight: 600;
    min-height: 68px;
    line-height: 16px;
}
.home-slider-base {
    margin-bottom: 0;
    position: relative;
    margin: 2px;
}
.ruby-menu-right {
    float: right;
}
.ruby-menu-right a {
    color: white;
}
.lang {
    margin-left: 0px;
    z-index: 9999999;
}
.service-button span {

    position: absolute;
    top: 5px;
    left: 5px;
}
}