/* MOBILE start */
@media (max-width: 767px) {
    body{
        overflow-x:hidden !important;
    }
    section.partner-logos.container {
    display: none;
}
    span.tagline{
        font-size:14px;
    }
    .heroimage {
    margin-top: 25px;
}
section.second-wrap{
    padding:70px 0;
}
section.partner-logos.container img {width: 25%;}

section.partner-logos.container {
    padding: 30px;
}
.timeline {
    display: none;
}

.row.g-4 {
    gap: 20px;
}
.portfolio-tabs-wrapper{
    height:unset;
}
.top-bar {
    display: none;
}
.navbar-light .navbar-toggler {
    border-color: #7a0202;
    color: #7a0202;
    background-color: #7a0202;
}
.navbar-collapse {
    position: absolute;
    width: 100%;
    background: #7a0202;
    z-index: 999;
    top: 100%; /* Ensures it appears below the navbar */
    left: 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius:5px;
}
.formbox.services-form {
    margin-top: 40px;
}

.formbox.services-form h3.head-h3.light {
    padding: 0 20px;
}
span.number{
    font-size:40px;
}
.counterinner:after{
    display:none;
}
h1.homebannerh1 {
    font-size: 30px;
}

h2.head-h2 {
    font-size: 27px;
}

.countersbox {
    margin-bottom: 25px;
}

img.fl-img {
    margin: 20px 0;
}

section.fifth-wrap.sectionpadding .container {
    padding: 20px;
}
section.fifth-wrap.sectionpadding {
    padding: 0 10px 70px;
}

section.fifth-wrap.sectionpadding a.btn.livechat {
    margin-right: 10px;
}
section.steps-section.sectionpadding, section.third-wrap.sectionpadding, section.forth-wrap.sectionpadding, section.sixth-wrap.sectionpadding, section.discount.light {
    padding: 70px 0;
}
section.herobanner {
    padding: 180px 0 50px;
}
.footer-bottom {
    font-size: 12px;
}

footer.footer {
    padding-bottom: 20px;
}
}


/* IPAD start */
@media (min-width: 768px) and (max-width: 1024px) {

}