@media (min-width: 992px) {
    .main-header .navbar .navbar-nav .dropdown-menu {
        position: absolute;
        display: block;
        opacity: 0;
        transition: all 0.5s;
        transform: scale(1, 0);
        transform-origin: top;
    }
    .main-header .navbar .navbar-nav .dropdown:hover .dropdown-menu {
        position: absolute;
        display: block;
        opacity: 1;
        transition: all 0.5s;
        transform: scale(1, 1);
        width: 200px;
    }
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}

@media (max-width: 991px) {
    .hero-banner {
        padding: 80px 0 60px;
    }
    .our-services {
        padding: 60px 0 40px;
    }
    .product-slider.owl-carousel .owl-nav button {
        line-height: 64px;
        width: 40px;
        height: 40px;
        background: var( --wblr-base)!important;
        color: #fff!important;
    }
    .col-lg-8.order-item-2 {
        order: 2;
    }
    body .prodct-item .product-content {
        position: unset;
        width: 100%;
        left: 0;
        bottom: 0;
    }
    .product-content h5 {
        text-align: center;
    }
    .product_laravel {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .fm-more {
        margin-top: 10px!important;
        background-color: #16243d;
        display: block;
        margin: 0 auto;
    }
    body .prodct-item .product-content .content-center {
        display: block;
    }
    body .prodct-item {
        margin: 21px 15px 26px;
    }
    .our-plugin,
    .our-theme,
    .theme_items {
        padding: 60px 15px;
    }
    .sidbr-post .overlay a {
        font-size: 16px;
        padding: 20px;
    }
    .copyright p,
    .copyright ul li a {
        font-size: 14px;
    }
    .footer .widget {
        position: relative;
        margin: 30px 0 30px;
    }
    body .page-title h1 {
        font-size: 44px;
    }
    body .page-title {
        padding: 70px 0 50px;
    }
    nav.navbar {
        background-color: #fff;
        position: relative;
    }
    header .navbar-dark .navbar-toggler {
        background-color: #2172d0;
        padding: 0 6px;
    }
    .float-bob-y,
    .float-bob-x {
        display: none;
    }
    section h2.banner__title {
        font-size: 28px;
    }
    .ab-content {
        margin-top: 60px;
    }
    .section-heading .sec-title {
        font-size: 28px;
    }
    p.sec-desc.text-white {
        font-size: 16px;
        line-height: 1.3;
    }
    section .ts-author {
        position: initial;
        padding: 15px;
        margin: auto;
        background: #F0F4F9;
        width: 100%;
    }
    section .ts-item {
        margin: 15px;
    }
    section .testimonail-videos-inner iframe {
        width: 90%!important;
        margin: 22px 28px -45px 11px;
    }
    section .testimonial-slider.owl-carousel .owl-nav {
        top: -10px;
        right: 15px;
    }
    section .testimonial-slider.owl-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        background-color: #fff;
        /* background: var( --wblr-base); */
    }
    body a.wb-btn_thb {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .weblizar-map {
        margin-top: 60px;
    }
    .ab2 {
        display: none;
    }
    .portfolio-row .prodct-item .product-content {
        margin: 15px;
    }
    .product-content p {
        margin-bottom: 0;
    }
    .our-portfolio .portfolio-row .prodct-item .product-content .content-center {
        display: flex;
        text-align: left;
        justify-content: space-between;
        grid-gap: 15px;
    }
    .our-portfolio .portfolio-row .prodct-item .product-content .content-center p {
        margin-bottom: 0;
    }
    .our-portfolio .product-content h5 {
        text-align: left;
        margin-bottom: 6px;
    }
    .our-portfolio .fm-more {
        width: 40px;
        height: 38px;
        font-size: 16px;
        line-height: 38px;
    }
    .our-portfolio .col-left {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .navbar-dark .navbar-toggler-icon {
        background-size: 61%;
    }
    body .py-80 {
        padding: 60px 0;
    }
    body a.wb-btn_thb {
        width: 31px;
        height: 31px;
        font-size: 17px;
    }
    .offcanvas {
        max-width: 93%;
    }
    .callout-bundle-row {
        display: block;
    }
    .callout_left {
        margin-bottom: 20px;
    }
    a.navbar-brand {
        max-width: 80px;
    }
    nav.navbar {
        min-height: 70px;
    }
    .offcanvas-header .navbar-brand {
        max-width: 74px;
    }
    .wb-lognin-signup a {
        padding: 8px 15px;
        font-size: 14px;
    }
    .theme-overlay {
        padding-bottom: 20px;
    }
}

@media (max-width: 460px) {
    .wb-bundles-price-section.container,
    .wb-bundles-price-section .col-md-6 {
        padding: 0;
    }
    .offcanvas-header {
        padding: 11px;
    }
    .portfolio-row .theme-overlay {
        padding-bottom: 2px;
    }
}