@media only screen and (min-width:320px) and (max-width:575px){
    .call-btn span {
    display: none;
}
.header-right {
    gap: 20px;
}
.call-btn {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 38px;
    background: var(--gradient);
    text-align: center;
    border-radius: 50%;
}
.call-btn img {
    margin-right: 0;
    filter: brightness(0) invert(1);
    width: 14px;
}
.banner-btn {
    justify-content: center;
    flex-flow: wrap;
    gap: 30px;
}
.heading {
    font-size: 35px;
}
.ab-content {
    margin-top: 40px;
}
.services-sec {
    padding-top: 0;
}
#fst-srv {
    padding-right: calc(var(--bs-gutter-x) * .5);
}
#snd-srv {
    padding-right: calc(var(--bs-gutter-x) * .5);
}
#trd-srv {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}
#fiv-srv {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}
#snd-srv .service-area {
    border-bottom-left-radius: 0;
}
#trd-srv .service-area {
    border-left-color: var(--bd-color);
    border-top: 0;
}
#fiv-srv .service-area {
    border-bottom-left-radius: 15px;
    border-left-color: var(--bd-color);
    border-top: 0;
}
.service-btn {
    justify-content: center;
    margin-top: 20px;
}
.scelss-area {
    grid-template-columns: repeat(1, 1fr);
}
.custom-nav {
    justify-content: start;
    margin-bottom: 40px;
}
.cel-1 {
    display: none;
}
.cel-2 {
    display: none;
}
.cel-4 {
    display: none;
}
.cel-5 {
    display: none;
}
.img-vector {
    display: none;
}
.sels-icon {
    height: auto !important;
}
.blog-item {
    flex-direction: column;
    padding: 15px;
    border: 1px solid var(--bd-color);
    border-radius: 20px;
}
.blog-img img {
    width: 100% !important;
}
.contact-list {
    gap: 30px;
}
.contact-img {
    margin-top: 40px;
    width: 100%;
}
.contact-form-area {
    margin-top: 60px;
}
.footer-list {
    margin: 40px 0;
    align-items: start; 
    gap: 20px;
    flex-flow: wrap;
}
.footer-logo {
    text-align: center;
    display: block;
}
.social-list {
    justify-content: center;
}
.footer-bottom {
    flex-direction: column-reverse;
}
.quick-links {
    gap: 30px;
    flex-flow: wrap;
    justify-content: center;
}
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
}
.copyright {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}
.address-menu-area {
    display: none;
}
.contact-box {
    margin-bottom: 40px;
}
.case-logo-area img {
    width: 50px;
}
.case-logo {
    margin-top: -48px;
}
.case-logo-area {
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.case-logo-area div {
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.case-details-sec.secton-padding {
    padding-top: 50px;
}
.case-sm-heading {
    width: 100%;
    line-height: 30px;
}
.case-heading p {
    width: 100%;
}
.case-slide-content {
    padding-left: 0;
    padding-top: 30px;
}
.case-slide-content ul {
    display: flex;
    flex-flow: wrap;
    column-gap: 30px;
    row-gap: 10px;
}
.testi-item {
    gap: 25px;
    flex-direction: column;
}
.test-pera {
    width: auto;
    text-align: center;
}
.test-pera::before {
    display: none;
}
.test-pera::after {
    display: none;
}
.testimonial-area {
    padding: 70px 40px 40px;
}
.quote {
    left: 40px;
}
}



@media (max-width:600px){
    html,body{
        overflow-x: hidden;
    }
    .mob-view{
        display: block;
    }
    .dask-view{
        display: none;
    }
    .normal-slider img {
    width: 237px !important;
    display: block;
    border-radius: 10px;
    height: 200px;
}
}