@media (max-width:1200px) {
    .menubar .container:before {
        z-index: -1;
        top: -1px;

    }

    .menubar .container:after {
        top: -1px;


    }

    .navigation .menu ul li a {
        padding: 21px 8px;
        display: block;
        color: #333;
        transition: all 0.3s ease;
        font-size: 14px;
        background: transparent;
        font-weight: 500;
    }
}

@media (min-width:1023px) {

    .welbar .top-right {
        display: none;
    }


    .navigation .menu ul li.megaMenu {
        position: static;
    }


    .navigation .menu ul li ul.cs-dropdown.megaUl {
        width: 100%;
        max-width: 1200px;
        height: auto;
        max-height: 280px;
        overflow: hidden;
        overflow-y: auto;
        background-image: url(../images/bg/ul-bg.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
        padding: 25px 35px;
        left: 50%;
        transform: translateX(-50%);
        /* display: block;
        opacity: 1;
        pointer-events: all; */
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
        overflow: hidden;
        overflow-y: auto;
    }

    .navigation .menu ul li ul.cs-dropdown.megaUl::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.4);
    }



    .navigation .menu ul li ul.cs-dropdown li.megaLi {
        display: inline-block;
        border: 0;
        font-family: var(--main-font);
        font-weight: 700;
        width: 100%;
    }

    .navigation .menu ul li ul.cs-dropdown li.megaLi ul.megaSub {
        display: block;
        position: relative;
        left: unset;
        margin: 0;
        width: 100%;
        box-shadow: none;
        padding: 5px 0;
        top: 0;
        opacity: 1;
        background-color: transparent;
    }

    .navigation .menu ul li ul.cs-dropdown li.megaLi ul.megaSub li a {
        color: #333;
        font-size: 14px;
        padding: 5px 0px;
        background: transparent;
    }

    .navigation .menu ul li ul.cs-dropdown li.megaLi ul.megaSub li a:hover {
        color: var(--light-pink);
        background: transparent;
        padding-left: 3px;
    }

    .navigation .menu ul li ul.cs-dropdown li.megaLi ul.megaSub li {
        border: none;
    }

    .navigation .menu ul li ul.cs-dropdown li.megaLi ul.megaSub li a::before {
        display: inline-block;
        margin-right: 0px;
        content: none;
    }

    .navigation .menu ul li ul.cs-dropdown li.megaLi a {
        font-family: var(--main-font);
        font-weight: 700;
        color: var(--text-color);
        font-size: 17px;
        background: transparent;
        padding: 10px 0px 10px;

    }

    .navigation .menu ul li ul.cs-dropdown li.megaLi a::before {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 1px;
        border-bottom: 2px solid var(--light-pink);
        width: 30px;
    }



    .navigation .menu ul li ul.cs-dropdown li.megaLi button {
        display: none;
    }

    .navigation .menu ul li .all-categories {
        color: white !important;
        padding-left: 25px;
        padding-right: 17px;
        background-color: var(--light-pink) !important;
        border-radius: 4px 4px 0 0;
        margin-right: 10px;
    }

    .navigation .menu ul li .all-categories button svg {
        margin-left: 22px;
        margin-top: 0;
        color: white;
    }

    .menu ul li .all-categories svg {
        margin-right: 8px;
        margin-top: -2px;
        height: 20px;
        width: 20px;
        color: white !important;
    }
    
  

}

@media (max-width:1023px) {
    .header {
        position: relative;
    }

    .inner_breadcrumb2 {
        display: none;
    }

    .webpulse_home_clients .vogi-title::after,
    .webpulse_home_clients .vogi-title:before {
        width: 30%;
    }

    .all-categories-li {
        display: none !important;
    }


    .wel-tx {
        display: none;
    }

    .welbar .top-right {
        padding-right: 10px;
    }

    .menubar .container:before {
        left: 0;
        content: none;
    }


    .mb-phn a {
        display: inline-block;
        color: white !important;
    }

    .menubar .container:after {
        right: 0;
        content: none;
    }


    .navigation {
        float: left;
        width: 100%;
        position: relative;
    }

    .navigation .navbar {
        display: block;
        float: left;
        width: 100%;
        padding: 10px 0;
    }

    .navbar .phone_call {
        margin: 10px 0 0;
    }

    .navigation .menu {
        display: none;
        width: 100%;
        overflow: hidden;
        overflow-y: visible;
        position: relative;
        z-index: 9999;
        max-height: 480px;
        overflow-y: auto;
        position: absolute;
        top: 100%;
        background: white;
        left: 0;
        right: 0;
        text-align: left;
    }

    .navigation .menu::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }

    ::-webkit-scrollbar-track {
        width: 0px;
        background: transparent;
    }

    .navigation .menu ul:before,
    .navigation .menu ul:after {
        height: 0;
    }

    .navigation .menu ul li {
        padding: 0;
        float: left;
        width: 100%;
        display: block
    }

    .navigation .menu ul li a {
        padding: 7px 15px;
        text-align: left;
        font-size: 14px;
        border-right: 1px dashed transparent;
        color: var(--light-pink);
        border-bottom: 1px solid #eee;
        display: block;
    }

    .navigation .menu ul li ul.cs-dropdown {
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
        top: auto !important;
        left: auto !important;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        width: 100%;
        display: none;
        transition: none !important
    }

    .navigation .menu ul li ul.cs-dropdown,
    .navigation .menu ul li ul.cs-dropdown li .cs-dropdown {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
        display: none;
        transition: none;
        padding-right: 0;
        width: 100%;
        background: #666;
        display: none;
    }

    .navigation .menu ul .cs-submenu a {
        position: relative
    }

    .navigation .menu ul li.cs-submenu a button {
        display: block;
        position: absolute;
        top: 0px;
        right: 15px;
        background: transparent;
        border: 0;
        color: var(--light-pink);
        font-size: 16px;
        height: 30px;
        outline: none;
        width: 30px;
        padding: 0;
        text-align: center;
        line-height: 18px
    }

    .navigation ul li.cs-submenu a button svg {
        width: 14px;
        height: 14px;
    }

    .navigation ul li.cs-submenu a button.rotated svg {
        transform: rotateZ(180deg);
    }

    .navigation ul li.cs-submenu:hover svg {
        transform: rotateZ(0deg);
    }



    .navigation .menu ul li ul.cs-dropdown,
    .navigation .menu ul li ul.cs-dropdown li .cs-dropdown li .cs-dropdown {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
        display: none;
        transition: none;
        padding-right: 0;
        float: left;
        width: 100% !important;
        background: #444
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
        left: 100%;
        margin-top: 0
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
        left: -100%;
        margin-top: 0
    }

    .navigation .menu ul li ul.cs-dropdown li {
        border-bottom: 0
    }

    .navigation .menu ul li ul.cs-dropdown li a {
        color: #fff;
        display: block;
        font-size: 14px;
        padding: 7px 15px;
        line-height: normal;
        border-bottom: 1px solid #eee;
        background: var(--light-pink);
    }

    .navigation .menu ul li ul.cs-dropdown li a:hover {
        background: var(--dark-pink);
    }

    .navigation .menu ul li ul.cs-dropdown li:hover a {
        background: var(--dark-pink);
    }


    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li a {
        background: white;
        border-bottom: 1px solid #eee;
    }

    .navigation .menu ul li.cs-submenu:first-child ul.cs-dropdown {
        width: 100%;
    }

    .navigation .menu ul li.cs-submenu:first-child ul.cs-dropdown li {
        width: 100%;
        float: left;
        position: relative;
    }

    .navigation .menu ul li.cs-submenu:first-child ul.cs-dropdown li:nth-child(even) {
        border-left: 0px solid #eee;
    }

    .navigation ul li.cs-submenu ul.cs-dropdown li a button {
        color: #fff;
    }

    .mobile_hide {
        display: none !important;
    }

    .navigation .menu ul li.active a,
    .navigation .menu ul li:hover a {
        color: var(--light-pink);
        background: transparent;
    }

    .navigation .menu ul li:hover ul.cs-dropdown {
        display: none;
    }


    .navigation .menu ul>li:nth-child(4) ul.cs-dropdown {
        width: 100%;
    }

    .navigation .menu ul>li:nth-child(4) ul.cs-dropdown li {
        width: 100%;
    }

    .navigation .menu ul>li:nth-child(4) ul.cs-dropdown li:nth-child(even) {
        border-left: 0;
    }

    .why-choose-us:before {
        width: 100%;
    }


    .hidden_xs {
        display: none;
    }

    .right-content {
        padding: 0 15px;
    }

    .service_content {
        height: auto;
    }

    .service_content .center_box {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }

    .why-choose-us .image-column .image::before {
        position: absolute;
        top: 0;
        right: -0;
        width: 0;
        height: 0;
    }

    .webpulse_home_featured {
        background-size: cover;
    }

    .web-pulse-india .moreBtn {
        margin-bottom: 20px;
    }

    .text-right {
        text-align: left;
    }

    .wps_copy {
        line-height: 24px;
        padding: 10px 0;
    }


    .serviceBlock {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .homeFactsheet {
        margin: 20px 0 0;
    }
      .summary table {
    display: none!important;
}
    
    .mobile_view {
    display: block!important;
}
    .cart_item {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
    .cart_item .cart-img {
    margin-right: 15px;
    margin-left: 15px;
}
    .cart_item .cart-content {
    width: 75%;
}
    .cart_item .cart-content h4 {
    color: #222;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -3px;
}
    .cart_item .cart-content h4 a {
    color: #333;
}
    ul.option_2 {
    margin: 5px 0;
    padding: 0;
    width: 100%;
    float: left;
}
    ul.option_2 li {
    list-style: none;
    display: inline-block;
    background: #eee;
    padding: 5px 10px;
    font-size: 13px;
    line-height: normal;
}
    .cart_item .cart-content .price {
    margin-top: 2px;
}
    .divider {
    float: left;
    height: 10px;
    width: 100%;
    margin: 15px 0;
    background-color: #EDEFF4;
}
}

@media (max-width:980px) {
    .home_about-web-pulse .features-image {
        width: 100%;
    }

    .web-pulse-india .copyright {
        margin-bottom: 10px;
    }

    .news-letter .letter-bx {
        margin-bottom: 20px;
    }

    .home_about-web-pulse .web-pulse-features-area {
        width: 100%;
    }

    #featuredProducts .owl-nav .owl-prev {
        left: 0px;
    }

    #featuredProducts .owl-nav .owl-next {
        right: 0px;
    }

    .blog-item {
        margin-bottom: 20px;
    }

    .home_right_sec {
        padding: 20px 0;
    }

}


@media (max-width:767px) {

    .home_slider .title_1 {
        font-size: 26px;
    }

    .webpulse_home_clients .vogi-title::after,
    .webpulse_home_clients .vogi-title:before {
        width: 20%;
    }

    .shophome2 .shop-sec {
        margin-top: 40px;
    }

    .shophome2 {
        padding: 0px 0 40px;
    }

    .testimonials_section .testimonials_column {
        padding: 20px;
    }

    .testimonials_section .testimonials_column .testimonials_bx {
        padding: 30px;
    }

    .mb-phn {
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        color: white !important;
        font-size: 16px;
        font-weight: 700;
        z-index: 1;
    }

    .header .logo {
        max-width: 96px;
    }

    .home_slider p {
        font-size: 18px;
    }

    .inner-box {
        margin: 0;
    }

    .inner-box .image-box .image {
        height: auto;
    }

    .inner-box .image-box .image img {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .web-pulse-india .read_more_btn {
        margin-bottom: 30px;
    }

    .home_about-web-pulse .features-image {
        width: 100%;
    }

    .home_about-web-pulse .web-pulse-features-area {
        width: 100%;
    }


    .feture_box {
        margin-bottom: 10px;
    }

    .image04 {
        height: auto;
    }

    .image04 img {
        position: relative;
        top: 0%;
        left: 0%;
        transform: none;
    }

    .red-sec-heading {
        padding: 0px 0 70px;
    }

    .footer-links {
        margin: 0 0 25px;
    }

    .footer-links a:hover {
        background: #ffc812;
        border-color: #ffc812;
        color: #fff;
    }

    .product_listing .product {
        padding: 15px 0px 0 0;
        border-right: 0px solid #ccc;
    }

    .heading_banner {
        padding: 50px 0;
    }

    .product_right_image .detail_image {
        height: 350px;
    }

    .heading_banner .cat_title {
        font-size: 28px;
        padding: 10px 0px 0;
        margin-bottom: 0px;
    }

    .heading_banner .cat_title2 {
        display: none
    }

    .product_right_image {
        float: right;
        width: 100%;
        margin: 0 0 15px 0px;
        text-align: center;
    }

    .path_type_1 {
        height: 50px;
    }

    .wprt-icon-text {
        margin-bottom: 20px;
    }

    .service_content .center_box {
        padding: 15px;
    }

    .home_about_content {
        max-width: 100%;
    }

    .home_about-web-pulse {
        background-size: cover;
        background-position: center center;
    }

    .home_testimonials_webpulse {
        background-size: cover;
        background-position: center center;
    }

    .path_type_2.home-left,
    .path_type_2.home-right path {
        height: 50px;
    }

    .path_type_2.home-right {
        height: 50px;
    }

    .web-pulse-choose {
        background-size: cover;
        background-position: center center;
    }

    .heading_banner {
        background-size: cover;
    }

    .blog_details_img {
        height: auto;
    }

    .market-list li {
        width: 50% !important;
        display: block !important;
    }

    .product_popup {
        margin-bottom: 20px
    }

    .more_info {
        max-height: inherit;
    }

    .right-content {
        padding-bottom: 15px;
    }

    .read_more_btn_2.callback {
        margin-top: 15px;
    }

    .video-section .video-inner {
        width: 100%;
        padding: 56px 0px;
        max-height: inherit;
        margin: 0 auto;
    }
    .profile-bx {
        display: flex;
        flex-direction: column;
    }
    .profile-bx .profile-icon {
        margin-right: 0px;
    }
    .profile-bx .profile-des {
        text-align: center;
        margin-top: 10px;
    }

    .edit-profile{
        margin: 0 auto;
        margin-top: 5px;
        display: block;
        max-width: 160px;
    }

    .upload-btn{
        margin-top: 10px;
    }

    .dashboard_page .dashboard-bx{
        margin-top: 20px;
    }

}

@media (max-width:650px) {
    .news-letter .letter-bx {
        padding-left: 52px;
    }

    .topbar .content-search select {
        max-width: 80px;
    }

    .news-letter .letter-bx .title {
        font-size: 26px;
    }



    .title-bx .title {
        font-size: 19px;
    }

    .webpulse_home_clients .vogi-title span {
        font-size: 27px;

    }

    .testimonials_section .testimonials_column .testimonials_bx::before {
        left: 10px;
        top: -10px;
    }

    .title-bx .sub-title {
        font-size: 25px;
    }

    .title-bx .des {
        font-size: 14px;
    }

    .homeFeture .productContent .title {
        font-size: 16px;
    }

    .homeFeture .productContent p {
        font-size: 14px;
    }

    .moreBtn {
        height: 35px;
        line-height: 15px;
    }

    .shopHome .pro-bx .pro-des .title,
    .shophome2 .pro-bx .pro-des .title {
        font-size: 14px;
    }

    .shopHome .pro-bx .pro-des .price del,
    .shophome2 .pro-bx .pro-des .price del {
        font-size: 13px;
    }

    .shopHome .pro-bx .pro-des .price,
    .shophome2 .pro-bx .pro-des .price {
        font-size: 14px;
    }

    .shopHome .pro-bx .pro-img span,
    .shophome2 .pro-bx .pro-img span {
        top: 8px;
        right: 8px;
        height: 28px;
        width: 28px;
    }

    .shopHome .pro-bx .pro-img .off_label,
    .shophome2 .pro-bx .pro-img .off_label,
    .homeFeture .productImg .off_label {
        font-size: 10px;
        padding: 3px 7px;
    }

    .shopHome .pro-bx .pro-img span svg,
    .shophome2 .pro-bx .pro-img span svg {
        height: 14px;
        width: 14px;
    }

    .discount-bar {
        background: url(../images/bg/bg3.jpg) no-repeat;
        padding: 50px 20px;
    }
}


@media (max-width:480px) {

    .webpulse_home_clients .vogi-title::after,
    .webpulse_home_clients .vogi-title:before {
        width: 17%;
        top: 16px;
    }

    .login-form {
        padding: 10px 0px 0px;
        margin: 0 auto;
        width: 350px;
    }
    .login-form .shift{
            padding: 0px 20px;
    }
    .login-form form{
        padding: 0px 20px;
    }

    .login-form .submit {
        width: 44px;
        height: 40px;
        right: -22px;
    }
  
    .login-form .submit i{
        font-size: 18px;
    }

    .webpulse_home_clients .vogi-title {
        margin-bottom: 25px;
    }

    .webpulse_home_clients {
        padding: 0px 0 20px;
    }
    .payment_option form .radio{
        display: block
    }

}

@media (max-width:320px) {}

@media (min-width: 768px){
    .dl-horizontal dd {
        margin-left: 180px;
    }

    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

