.navbar-toggler-icon {
    background-image: url(../images/menu.png);
    width: 2em !important;
    height: 2em !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler {
    padding: 0px !important;
    border-radius: 0;
    border: none;
}

@media screen and (max-width:1024px) {

    .navbar-toggler,
    #navbarSupportedContent {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .desktop-menu nav ul.navbar-nav li.last-menu {
        width: 163px;
    }
}

@media screen and (max-width: 600px) {
    .topbar {
        display: none;
    }

    .navbar-brand img {
        width: 165px;
    }

    .creative-fullpage--slider .slider-inner {
        height: 65vh;
    }

    .swiper-slide .slider-inner .swiper-content .title-area .title {
        font-size: 30px;
    }

    .creative-btn--wrap .creative-slide--btn {
        font-size: 12px;
    }

    .creative-fullpage--slider .swiper-container-h .swiper-button-next,
    .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
        top: 90%;
    }

    .heading h1 {
        font-size: 30px;
    }

    .about,
    .services,
    .testimonial,
    .blog,
    .contact {
        padding: 20px 15px;
    }

    .about .about-content {
        padding: 0 0 30px 0px;
    }

    .testimonial .testimony {
        padding: 0;
    }

    .footer-info-sec {
        margin-bottom: 20px;
    }

    .footer-before {
        padding: 20px 15px 0 15px;
    }

    .footer {
        padding: 135px 15px 0px 15px;
    }

    .popup-form form label {
    font-size: 12px;
}

.popup-form .form-head h3 {
    font-size: 18px;
}

.popup-form .form-head p {
    font-size: 10px;
}

.popup-form {
    right: 10px;
    padding: 20px;
    width: 300px;
}

.popup-form form button  {
    font-size: 12px;
    padding: 7px 20px !important;
}

}

@media screen and (max-width:375px) {
    .swiper-slide .slider-inner .swiper-content .title-area .title {
        font-size: 22px;
    }
}