*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --text-black: #000000;
    --text-white: #ffffff;
    --text-gray: #5A5A5A;
    --primary-color: #5386e9;
}

@font-face {
    font-family: robot400;
    src: url(../assets/font-family/Roboto-Medium.ttf);
}

@font-face {
    font-family: robotextrabold;
    src: url(../assets/font-family/Roboto-Black.ttf);
}

@font-face {
    font-family: robo300;
    src: url(../assets/font-family/Roboto-Light.ttf);
}
i.fa-regular.fa-clock {
    font-family: 'robo300';
    margin-left: 28px;
}
body {
    font-size: 100%;
    color: #333333;
    font-family: robo300;

}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    list-style-type: none;
    color: var(--text-gray);
}

.spacing-y {
    padding: 30px 0 !important;
}

.spacing-top {
    padding-top: 30px !important;
}

.page-width {
    width: 100%;
    max-width: 1170px;
    padding: 1.5rem 2rem;
    margin: 0 auto;
}


.announcement-bar .page-width {
    padding: .5rem 20px;
}

header.header .page-width {
    padding: 8px 2rem;
}

a.header-mobile-call-btn {
    background: var(--primary-color);
    /* align-self: stretch; */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: none;
}

a.header-mobile-call-btn i {
    color: #fff;
    font-size: 20px;

}

span.hamburger-icon {
    cursor: pointer;
}


span.hamburger-icon i {
    color: black;
    font-size: 20px;
}

.hamburger-icon,
.cross-close {
    display: none;
}

.header-navigations {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    display: block;
    width: 200px;

}

.header-logo img {
    width: 85px;
}

nav.nav {
    flex: 1;
}

.header-button {
    width: 200px;
    display: flex;
    justify-content: flex-end;
}

nav.nav ul.nav-menus {
    display: flex;
    width: 100%;
}

nav.nav ul.nav-menus {
    display: flex;
    justify-content: center;
    gap: 60px;
}

ul.nav-menus a {
    font-size: .9rem;
    text-transform: capitalize;
    font-family: robot400;
}

a.top-button {
    display: inline-block;
    background: var(--primary-color);
    color: var(--text-white);
    padding: .8rem 2rem;
    border-radius: 150px;
    font-size: 15px;
}

/***************announcement**********************/
section.announcement-bar {
    background: var(--text-gray);
}

.announcement-bar-wrapper h4,
.top-dropdown-branches {
    color: var(--text-white)
}

.announcement-bar-wrapper {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    align-items: center;

}

.announcement-bar-wrapper h4 {
    text-align: center;
    font-weight: 400;
}

.top-dropdown-branches {
    padding: .8rem;
}

.top-dropdown-branches {
    display: flex;
    justify-content: flex-end;

}

/**************************************/
.hero-banner {
    background-image: url(../assets/images/m4.jpg);
    min-height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.hero-banner .overlay-bg {
    position: absolute;
    background: #070707;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .64;
}


.hero-banner-wrapper {
    position: relative;
    z-index: 999;
    min-height: 90vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.hero-banner-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-banner-wrapper h1 {
    color: var(--text-white);
    font-size: 2.5rem;
}

.hero-banner-wrapper h2 {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-white);
}

p.title-1,
p.get-ready-title,
p.customer-title {
    color: var(--text-white);
    line-height: 1.6;
}

ul.hero-banner-right-list li svg {
    width: 38px;
    height: 38px;

}

.hero-banner-right {
    display: flex;
    justify-content: flex-end;
}

.hero-banner-right-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

ul.hero-banner-right-list li {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: var(--text-white);
    padding: 8px;
    border-radius: 8px;
    box-shadow: 6px 3px 10px 0px rgba(0, 0, 0, .5);
    padding-right: 50px;
}

.star-wrapper .fa-star {
    color: gold;
    font-size: 22px;
}

.star-wrapper {
    margin-top: -20px;
    display: flex;
    gap: 5px;
}

/*************features******************/

.features-items-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 40px 0;
}

.features-item {
    text-align: center;
}

.features-item h4 {
    font-size: 28px;
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-family: robotextrabold;
}

.features-item p {
    font-size: 1rem;
}

/********************************************/

section.model-we-repair {
    padding: 50px 0;
}

.heading-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.model-we-repair-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 50px 0 0 0;
    justify-content: space-between;
}

.upgraded-mac-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 50px 0 0 0;
    justify-content: center;
}

a.model-we-repair-item {
    flex-basis: 45%;
    text-align: center;
    padding: 28px 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .16);
}

.upgraded-mac-item {
    flex-basis: 42%;
    text-align: center;
    padding: 28px 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .16);
}

a.model-we-repair-item:hover {
    background: #F3F6F8
}

.heading-section h2 {
    font-size: 32px;
    color: #050505;
}

.model-we-repair-inner {
    margin-top: 50px;
}

.model-we-repair-inner {
    padding: 0 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.model-we-repair-inner .card-items img {
    width: 100%;
}

.model-we-repair-inner .card-items {
    text-align: center;
}

.model-we-repair-inner .card-items {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.model-we-repair-inner .card-items img {
    width: 75%;
    margin: 0 auto;
    display: block;
    min-height: 277px;
}

.card-items h3 {

    font-size: 25px;
}

.card-items p {
    font-size: 15px;
}

/********************************/
.heading-section.text-left {
    align-items: flex-start;
}

/********************************/
section.services {
    padding: 40px 0;
    background: #F3F6F8;
}

.servcies-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    padding: 40px 0;
}

a.services-item {
    width: 23%;
    text-align: center;
    background: #ffff;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

a.services-item h5 {
    font-size: 15px;
    margin-top: 10px;

}

a.services-item p {
    font-size: 12px;
    line-height: 1.5;
}

a.services-item i {
    font-size: 3.5rem;
    color: #000;
}

.heading-section p {
    text-align: center;
    margin-top: 20px;
}

/**********************image-with-text***********************/
.image-with-text-bg,
.full-list {
    background: #F3F6F8;
}


.image-width-text-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;

    max-width: 1170px;
    margin: 0 auto;
    padding: 25px 2rem;
}

.image-with-text-image img {
    width: 100%;
}

.image-with-text-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.image-with-text-content h4 {
    font-size: 20px;
    color: var(--text-black);
}

.image-with-text-content h5 {
    font-size: 20px;
    color: var(--primary-color);
}

.image-with-text-content p {
    font-family: robo300;
    line-height: 1.4;
}

/***********list**********/
ul.full-unorderlist li {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

ul.full-unorderlist h4 {
    font-size: 20px;
    color: var(--text-black);
    font-family: 'robot400';
}

ul.full-unorderlist p {
    font-family: robo300;
}

ul.full-unorderlist {
    margin-top: 40px;
}

section.full-list h3 {
    font-size: 16px;
    color: var(--text-black);
}

.full-list {
    padding: 45px 0;
}

/**********************************/
.where-you-can-reach-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 40px 0;
}

ul.where-you-can-reach-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

ul.where-you-can-reach-list li {
    display: flex;
    align-items: center;
    gap: 10px;

}

ul.where-you-can-reach-list li i {
    color: var(--text-black);
}

/*******************************/
.image-width-text-wrapper1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.out-of-warranty-bottom-text {
    font-family: robo300;
    line-height: 1.4;
}

/*************footer*****************/

.footer-item-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.footer-items img {
    width: 36%;
}

.footer-items p {
    font-size: 15px;
    line-height: 1.5;
}

.footer-items-footer {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    margin-top: 20px;
    align-items: center;
}


h4.footer-title {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}

.footer-items ul li a {
    font-size: 15px !important;
}

.footer-items ul li {
    gap: 15px !important;
}

.footer-items ul li i {
    margin-right: 5px !important;
}

a.social-fb.social-ico {
    background: #3b5998;
    color: white;
}

a.social-insta.social-ico {
    color: white;
    background: #c32aa3;
}

a.social-ut.social-ico {
    color: white;
    background-color: #ff0000;
}

.social-ico {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.bottom-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 1.5rem;
}


ul.footer-bottom-list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer .page-width {
    padding-bottom: 0 !important;
}

ul.dropdown-level-1 {
    position: absolute;
    background: #fff;
    /* max-width: 200px; */
    width: 220px;
    z-index: 9999;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
    top: 100%;
    left: 0;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out;
}

li.nav-item.dropdown-parent:hover ul.dropdown-level-1 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

li.dropdown-level-1-items {
    padding: 10px 15px;
}

li.nav-item.dropdown-parent span {
    font-size: .9rem;
    text-transform: capitalize;
    font-family: robot400;
}

li.dropdown-level-1-items {
    padding: 13px 30px;
    border-bottom: 1px solid gray;
}

li.nav-item.dropdown-parent,
li.nav-item {
    padding: 15px;
    position: relative;
}

.top-dropdown-branches {
    position: relative;
}

.top-dropdown-branches:hover ul.dropdown-level-1 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

footer.footer {
    background-color: #F3F6F8;
}

/*************services pages*******************/
.footer-item-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

section.badges {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

.badges-items-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.badges-item {
    padding: 10px 12px;
    display: flex;
    border-radius: 8px;
    gap: 10px;
}

a.badges-item img {
    width: 55px;
}

a.badges-item p {
    font-size: 14px;
}

.badges-item:hover {
    box-shadow: 0px -2px 4px 0px rgba(60.000000000000014, 134.00000000000009, 255, .36);
}

.service-we-repair-inner {
    padding: 40px 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.service-we-repair-inner .card-items {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.service-we-repair-inner .card-items h5 {
    font-size: 15px;
    color: var(--text-black)
}

.full-unorderlist-service h3 {
    font-size: 20px !important;
    color: var(--text-black);
}

.full-unorderlist-service h4 {
    font-size: 16px !important;

}

.full-unorderlist-service h2 {
    font-family: robotextrabold !important;
    color: var(--text-black);
}


.singleImage-wrapper {
    display: grid;
    place-content: center;
}

.singleImage-wrapper img {
    width: 100%;
}

.full-unorderlist-service-small {
    margin-top: 20px;
}

.full-unorderlist-service-small li {
    margin-top: 10px;
}

span.list-bold-text {
    font-family: 'robotextrabold';
    color: black;
}

p.fix-call-btn {
    background: var(--primary-color);
    display: inline-block;
    min-width: 75px;
    max-width: 75px;
    margin: 0 auto;
    padding: 5px 8px;
    border-radius: 10px;
    font-size: 14px !important;
    color: #fff;
    font-weight: 600;
}

section.contact-address {
    padding: 40px 0;
}

.contact-address-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.contact-address-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.contact-address-left h4,
.contact-address-right h4 {
    font-size: 28px;
    font-family: robotextrabold;
    margin-bottom: 10px;
    color: var(--text-black);
}

span.address {
    display: block;
    margin-bottom: 10px;
    color: var(--text-black);
}

.cont-adress-text {
    font-size: 24px;
    color: var(--text-black);
    font-family: robotextrabold;
}

span.list-thin-text {
    line-height: 1.5;
}

/*************About us Page*****************/

.about-hero-banner {
    display: flex;
    background-image: url('../assets/images/m3.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 400px;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 99;
}

.about-hero-banner::before {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.about-hero-banner-inner {
    margin-bottom: 50px;
}

.about-hero-banner h1 {
    color: var(--text-white);
    font-size: 40px;
    font-family: robotextrabold;
}

.about-hero-banner p {
    margin-top: 10px;
    color: var(--text-white);
    line-height: 1.5;
    font-size: 16px;
}

.weather-box-wrapper {
    display: grid;
    grid-template-columns: 1fr 100px 1fr;
    gap: 40px;
    align-items: center;
}

section.weather-section {
    background-color: #3F7AC5;
}

.svg-wrapper svg {
    fill: #E6B86C;
    color: #E6B86C;
}

.weather-box-wrapper h2 {
    display: flex;
    justify-content: center;
    font-size: 15px;
    flex-direction: column;
    align-items: flex-end;
    text-align: center;
    font-family: robotextrabold;
    color: var(--text-white);
}


.weather-box-wrapper h2 span {
    font-family: robo300;
}

.currentConditon-degree {
    font-size: 22px;
    color: white;
    font-family: robot400;
}

.currentConditon-text {
    color: #fff;
    font-size: 14px;
}

section.weather-section {
    background-color: #3F7AC5;
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-richtext-text p {
    text-align: center;
    line-height: 1.5;
}

.about-richtext-text p a {
    color: var(--text-black);
    font-family: robot400;
}

section.about-richtext {
    padding: 30px 0;
}

.about-text-list {
    background: #F3F6F8;

}

.about-text-list h2 {
    font-size: 32px;
    font-family: robotextrabold;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.about-text-list p {
    color: var(--text-black);
    margin-bottom: 8px;
    line-height: 1.5;
}

/*************contact us page****************/
.contact-form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.contact-form-text h1,
.contact-form-form h2 {
    font-size: 32px;
    font-family: robotextrabold;
    margin-bottom: 15px;
}

.contact-form-text p {
    line-height: 1.5;
    margin-bottom: 20px;
}

ul.contact-list-icon-text li {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}

.contact-list-icon {
    display: grid;
    width: 80px;
    height: 80px;
    background: var(--primary-color);
    border-radius: 50%;
    place-items: center;
}

.contact-list-icon i {
    font-size: 22px;
    color: var(--text-white);
}

.contact-list-content h3 {
    font-size: 22px;
    font-family: robotextrabold;
    margin-bottom: 8px;
}

.contact-list-content p {
    margin: 0;
}

form#contact-form-submit input,
form#contact-form-submit textarea {
    display: block;
    width: 100%;
    padding: 16px;
    margin-bottom: 15px;
    font-family: robo300;
    font-size: 14px;
    border: 0;
    border-radius: 5px;
    background: #F3F6F8
}

form#contact-form-submit input:focus,
form#contact-form-submit textarea:focus {
    border: 2px solid var(--primary-color)
}

.contact-badges-heading {
    display: grid;
    place-items: center;
}

.contact-badges-heading h2 {
    font-size: 28px;
    font-family: robotextrabold;
    color: var(--text-black)
}

.contact-badges-heading p {
    margin-top: 15px;
}

.contact-badge-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 50px;
}

span.social-media-text {
    font-size: 20px;
    font-family: 'robotextrabold';
}

.contact-badge-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.contact-badge-icon i {
    font-size: 45px;
    color: var(--primary-color);
}

.contact-badge-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

input.button-form-submit {
    background: var(--primary-color) !important;
    color: white;
    font-size: 18px !important;
    font-family: 'robotextrabold' !important;
    border-radius: 150px !important;
    cursor: pointer;
}

@media (max-width:1070px) {
    ul.dropdown-level-1.top-dropdown-parent {
        left: -25px;
    }
}

@media (max-width:992px) {
    .hero-banner-wrapper {
        gap: 10px;
    }

    .footer-item-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .badges-items-wrapper {
        grid-template-columns: 1fr 1fr 1fr;

    }

    .contact-list-icon {

        width: 50px;
        height: 50px;

    }

}

@media (max-width:922px) {
    .heading-section {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
  .openDrop {
                display: block !important;
                /* or any other styles you need to apply */
            }
    .announcement-bar {
        display: none;
    }

    nav.nav ul.nav-menus {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
        width: 60%;
        background: #fff;
        height: 100%;
        justify-content: flex-start;
    }

    nav.nav {
        height: 100vh;
        position: fixed;
        background: rgba(0, 0, 0, .6);
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        transform: translateX(-200%);
        transition: transform .5s ease-in-out;
    }

    nav.nav.transformNav {
        transform: translateX(0%);
    }

    a.top-button.header-desk-call-btn {
        display: none;
    }

    a.header-mobile-call-btn {
        display: flex;
    }

    .features-items-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    a.services-item {
        width: 45%;

    }

    span.hamburger-icon {
        display: block;
    }

    .cross-close {
        display: flex;
        justify-content: flex-end;
    }

    li.cross-close i {
        font-size: 22px;
    }

    .header-button {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    ul.dropdown-level-1 {
        position: static;
        top: auto;
        left: auto;
        transform: translateY(0px);
        display: none;
        visibility: visible;
        box-shadow: none;
        opacity: 1;
        width: 100%;
    }

    ul.dropdown-level-1.openDrop {
        display: block;
        margin-top: 10px;
    }

    li.dropdown-level-1-items {
        padding: 12px 30px;
        border-bottom: 0;
    }

    .service-we-repair-inner {
        grid-template-columns: 1fr 1fr;
    }

    .contact-form-wrapper {
        grid-template-columns: 1fr;
    }

    .contact-badge-wrapper {

        grid-template-columns: 1fr 1fr;
        row-gap: 30px;
    }
}

@media (max-width:768px) {
    .hero-banner-wrapper {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .model-we-repair-inner {
        margin-top: 25px;
    }

    .hero-banner-right-list {
        width: 100%;
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        margin-top: 25px;
    }

    ul.hero-banner-right-list li {
        flex-direction: column;
        align-items: flex-start !important;

    }

    .features-items-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .page-width {
        padding: 2.5rem 1rem !important;
    }

    .heading-section {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    header.header .page-width {
        padding: 8px 2rem !important;
    }

    .model-we-repair-tabs {
        justify-content: center;
    }

    a.model-we-repair-item:nth-child(1),
    a.model-we-repair-item:nth-child(2) {
        flex-basis: 48%;
    }

    a.model-we-repair-item:nth-child(3) {
        flex-basis: 50%;
    }

    a.model-we-repair-item:nth-child(4),
    a.model-we-repair-item:nth-child(5) {
        flex-basis: 48%;
    }

    a.model-we-repair-item:nth-child(6) {
        flex-basis: 50%;
    }

    .model-we-repair-inner {
        grid-template-columns: 1fr;
    }

    .image-width-text-wrapper1 {
        grid-template-columns: 1fr;
    }

    .image-width-text-wrapper {
        grid-template-columns: 1fr;
    }

    .image-with-text-image {
        order: -1;
    }

    .where-you-can-reach-wrapper {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;

    }

    .footer-item-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .bottom-footer {

        grid-template-columns: 1fr;
        align-items: center;
        gap: 25px;
    }

    .copywrite-issue {
        text-align: center;
    }

    .features-items-wrapper,
    section.model-we-repair,
    section.services,
    .spacing-top,
    .full-list {
        padding: 0 !important;
    }

    .image-width-text-wrapper,
    .image-width-text-wrapper {
        padding: 25px 1rem !important;
    }

    .services .page-width {
        padding: 1rem !important;
    }

    .full-list .page-width {
        padding: 0 1rem !important;
    }

    .heading-section.spacing-y {
        padding: 0 !important;
    }

    .services .page-width .heading-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    section.services h2 {
        text-align: center;
    }

    section.badges .page-width {
        padding: 1rem !important;
    }

    .about-richtext .page-width {
        padding: 0 1rem !important;
    }

    section.about-richtext {
        padding: 15px 0;
    }
}

@media (max-width:689px) {

    a.model-we-repair-item:nth-child(1),
    a.model-we-repair-item:nth-child(2) {
        flex-basis: 43%;
    }

    a.model-we-repair-item:nth-child(3) {
        flex-basis: 45%;
    }

    a.model-we-repair-item:nth-child(4),
    a.model-we-repair-item:nth-child(5) {
        flex-basis: 43%;
    }

    a.model-we-repair-item:nth-child(6) {
        flex-basis: 45%;
    }
}

@media (max-width:600px) {
    a.services-item {
        width: 100%;
    }

    .footer-item-wrapper {
        grid-template-columns: 1fr;
    }

    .badges-items-wrapper {
        grid-template-columns: 1fr 1fr;

    }

    .contact-address-wrapper {
        grid-template-columns: 1fr;
    }

    .contact-address-right {
        order: -1;
    }

    .service-we-repair-inner {
        grid-template-columns: 1fr;
    }

    section.contact-address {
        padding: 0;
    }

    .badges-item {
        padding: 6px 10px;
        gap: 10px;
    }

    .contact-badge-wrapper {

        grid-template-columns: 1fr;
    }
}
@media (max-width:576px){
    li.dropdown-level-1-items {
    padding: 12px 5px;
0;
}
}
