.desktop-view {
        display:block;
    }
    .mobile-view {
        display:none;
    }
@media only screen and (max-width: 600px) {
    .mobile-view {
        display:block;
    }
    .desktop-view {
        display:none;
    }
.hero-section {
        height: auto;
    padding-top: 80px;
}
.hero-section-left h4 {
    font-size: 32px;
    line-height: 40px;
}
.hero-section-left h1 {
    font-size: 62px;
    line-height: 70px;
}
.hero-section-left p {
    width: 100%;
}
.hero-section-right {
    margin-top: 70px;
}
.left-img {
    top: 17vh;
    left: -435px;
    max-width: 180px;
    display:none;
}
.right-img {
    top: 17vh;
    right: -490px;
    max-width: 175px;
    display:none;
}
.center-img-1 {
    left: 35%;
    bottom: -440px;
    width: 160px;
    display:none;
}
.button {
    margin-top:10px !important;
}
.center-img-2 {
    left: 0;
    bottom: -384px;
    width: 100%;
}
.about-section-center-text {
    margin-top: -20px !important;
            padding-right: 8px;
}
.about-section-center-text h4 {
    font-size: 12px;
}
.about-section {
    height: 55vh;
}
.masonry-section {
    margin: 80px 0px 0px;
}
#services-section {
    height: 200vh;
    margin-top: 100px;
}
.services-section-after-img {
    display: none;
}
.services-section-before-img {
    display: none;
}
.services-section-right-before-img {
    display: none;
}
.content-section {
    margin-top: 50px;
}
.contect-section-right-before-img {
    display: none;
}
#contect-bottom-section {
    height: 72vh;
}
.contect-section-before-img {
    top: 45px;
    right: -60px;
    width: 150px;
    height: 200px;
}
.contect-section-after-img {
    right: -80px;
    width: 200px;
    height: 380px;
    top: 55px;
}
section.designs-section.section {
    padding: 0px 0;
}
.designs-section-left {
    text-align: center;
}
.designs-section-left img {
    max-width: 200px;
}
.designs-section-right {
    text-align: left;
    margin-top: 35px;
}
.designs-section-right h4 {
    font-size: 28px;
}
.designs-section-right-p {
    font-size: 18px !important;
    width: 100%;
}
.designs-section-right-box {
    margin-top: 70px;
}
.designs-section-right-box-style img {
    width: 40px;
    margin-bottom: 15px;
}
.designs-section-right-box-style p {
    font-size: 12px;
}
.title h2 {
    font-size: 32px;
}
.masonry-grid img {
    max-width: 55px;
}
.footer {
    margin-top: 100px;
}
.footer-style h4 {
    font-size: 28px;
}
.footer-style h2 {
    font-size: 58px;
}
.footer-style p {
    font-size: 16px;
    text-align: center;
}
.navbar-collapse {
    background: #96ff00;
    margin-top: 17px;
    border-radius: 0 0 20px 20px;
}
.nav-item:first-child .nav-link {
    padding-left: 20px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link {
    color: #000000;
}
.navbar-toggler {
    background: #96ff00;
}
.filter-buttons button {
        margin: 5px 10px !important;
        padding: 5px 20px !important;
}
.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contact-page-style .content-section {
    margin-top: -10px !important;
}
.contact-page-style .contect-section-after-img {
    display: none;
}
.contact-page-style .contect-section-before-img {
    display: none;
}
}