@media only screen and (max-width: 600px) {

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding:0;
}
 
h1, h2, h3, h4, h5, h6{ 
    display: inline-block;
    text-align: center;
    font-size: 24px !important; 
    font-family: Montserrat-Bold;
    color: #0d0e25;
    padding: 5px;
    text-transform: uppercase;
}

header {
    padding-top: 20px;
    height: 120px;
    background: url(img/Maintenance-Services.jpg);
    background-size: cover;
    height: auto;
    padding-bottom: 40px;
}

.logo {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    padding-top: 0px;
}

.logo-text {
    width: 80%;
    font-family: Montserrat-Light;
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    padding-top: 20px;
}

.header-menu {
    width: 100%;
    padding-right: 0px;
}

.header-menu .header-menu-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-left: 0rem;
}

.phone {
    margin: 0 auto;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 1.5em;
    background: transparent;
    border: 2px solid #8e53ec;
    border-bottom-color: #7d4dca;
    border-radius: 2.4em;
    height: 2.6em;
    line-height: 2.4em;
    transition: all .4s;
    outline: none;
    cursor: pointer;
    box-shadow: 0.872px 9.962px 27px 0 rgb(110 90 96 / 47%);
    font-family: Montserrat-Bold;
}

.banner-text {
    font-size: 22px;
    font-family: Montserrat-Bold;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    padding-top: 20px;
}

.banner-ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 0rem;
}

.banner-li {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Montserrat-Light;
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    list-style: none;
    font-size: 15px;
    margin: 0 auto;
    background: url(img/repairing-service.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top 15px left;
    padding-left: 28px;
    padding-top: 10px;
}

.phone-banner {
    width: 90%;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 1.5em;
    background: transparent;
    border: 2px solid #8e53ec;
    border-bottom-color: #7d4dca;
    border-radius: 2.4em;
    height: 2.6em;
    line-height: 2.4em;
    transition: all .4s;
    outline: none;
    cursor: pointer;
    box-shadow: 0.872px 9.962px 27px 0 rgb(110 90 96 / 47%);
    font-family: Montserrat-Bold;
}

.whatsapp-banner {
    width: 90%;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 1.5em;
    background: transparent;
    border: 2px solid #8e53ec;
    border-bottom-color: #7d4dca;
    border-radius: 2.4em;
    height: 2.6em;
    line-height: 2.4em;
    transition: all .4s;
    outline: none;
    cursor: pointer;
    box-shadow: 0.872px 9.962px 27px 0 rgb(110 90 96 / 47%);
    font-family: Montserrat-Bold;
    margin-left: 0px;
    margin-top: 20px;
}

.massage-item {
    width: 100%;
    height: 250px;
    position: relative;
    border-radius: 4px;
    margin-top: 30px;
}

.partner_item {
    width: 45%;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-bottom: 30px;
}

.offer p {
    padding-top: 20px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 0 auto;
    font-family: Montserrat-Bold;
}

.phone-banner {
    width: 100%;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 1.5em;
    background: transparent;
    border: 2px solid #8e53ec;
    border-bottom-color: #7d4dca;
    border-radius: 2.4em;
    height: 2.6em;
    line-height: 2.4em;
    transition: all .4s;
    outline: none;
    cursor: pointer;
    box-shadow: 0.872px 9.962px 27px 0 rgb(110 90 96 / 47%);
    font-family: Montserrat-Bold;
}

.whatsapp-banner {
    width: 100%;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 1.5em;
    background: transparent;
    border: 2px solid #8e53ec;
    border-bottom-color: #7d4dca;
    border-radius: 2.4em;
    height: 2.6em;
    line-height: 2.4em;
    transition: all .4s;
    outline: none;
    cursor: pointer;
    box-shadow: 0.872px 9.962px 27px 0 rgb(110 90 96 / 47%);
    font-family: Montserrat-Bold;
    margin-left: 0px;
    margin-top: 20px;
}

.offer {
    width: 100%;
    height: auto;
    background: url(img/maxresdefault.jpg);
    background-size: cover;
    padding-bottom: 30px;
}

}