 
@media (min-width: 1024px){
.product-details .inner-box .lower-content h3 a, .product-details .inner-box .lower-content h4 a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
}
}
@media (min-width: 1200px){
.container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
}
}
@media (max-width:1200px) {
.navigation .menu ul li a {padding: 10px 13px;}
.features .feature-panel-holder .feature-panel {padding: 20px 5px;}
.features .feature-panel-holder .feature-panel .feature-content .titleFact {  font-size: 16px;}
.welcomeAbout .single-work-services .title {
    font-size: 16px;}
    .features .feature-panel-holder .feature-panel.feature-panel-dark { 
        height: 180px;
    }
}

@media (max-width:1023px) {
    .navigation {
        float: left;
        width: 100%;
        position: static;
    }
    p.text-center.w-75.mx-auto {
        width: 100% !important;
    }
    .top_right { 
        margin: 2px 0;
    }
    .features .feature-panel-holder .feature-panel.feature-panel-dark {
        height: auto;
    }
    p.text-center.w-75.mx-auto.text-white.mt-3.fs-18 {
        width: 100% !important;
    }
    .accordion-button { 
        font-size: 16px; 
    }
    .btc_blog_indx_box_wrapper {  width: 96%; 
        margin: 5px 2% 5px;
    }
    .footer_area .footer_widget .widget_title { 
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .footer_area .footer_widget .question_bx {
        align-items: center;
    }
    .welcomeAbout .single-work-services { 
        padding: 10px 10px 10px;}
    .navigation .navbar {
        display: block;
        float: left;
        width: 100%;
        padding: 2px 0;
    }
    .column.image-column.col-xl-4.col-lg-4.col-md-12.col-sm-12.hidden-md.wow.fadeInUp.animated.animated {
        display: none;
    }
    .features-section-two .column .inner { 
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .featured-block-three { 
        width: 49%;
    }
    .featured-block-four { 
        width: 49%;
    }
    .footer_area .col-xxl-2.col-xl-2.col-lg-2.col-md-6 {
        width: 50%;
    }
    .footer_area .col-xxl-4.col-xl-4.col-lg-4.col-md-12.px-lg-0 {
        width: 100%;
    }
    .banner-content .title4 { 
        text-align: center; 
        width: 100%;
    }
    .banner-contact {
        float: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .heading_banner .cat_title {
        margin: 0 0 0px; 
        font-size: 25px;}
        .features .features-holder {
            display: flex; justify-content: center;margin-bottom: 20px;
            flex-wrap: wrap;
        }
        .features .feature-panel-holder .feature-panel { 
            margin: 0px 0px;
        }
        .features .features-card { 
            display: block;}
        .features .feature-panel-holder {
            padding-top: 20px; 
            width: 30%;
        }
        .features .features-card .card-panel { 
            margin: 10px 0px;
        }
        .whatapp_btn { 
            left: 5px;}
            .send_enquiry { 
                left: 5px;}
                .modal-body .col-xxl-7.col-xl-7.col-lg-7.col-md-7.col-sm-7.col-12 {
                    width: 100%;
                }
                .modal-body .col-xxl-5.col-xl-5.col-lg-5.col-md-5.col-sm-5.col-12 {
                    width: 100%;
                }
                .more_info {
                    padding-right: 0px; 
                    height: auto; 
                }
    .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:var(--blue-light);
        left: 0;
        right: 0;
        text-align: left;
    }
    .market-list li { 
        width: 33%; 
    }

    .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(--white);
        border-bottom: 1px solid var(--gray);
        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: var(--gray)
    }

    .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(--white);
        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: 16px;
        height: 16px;    color: var(--white);
    }

    .navigation ul li.cs-submenu a button.rotated svg {
        transform: rotateZ(180deg);
    }

    .navigation ul li.cs-submenu:hover svg {
        transform: rotateZ(0deg);
    }
    .navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
        transform: rotateZ(0deg);
        color: var(--white);
      }
      .navigation ul li.cs-submenu ul.cs-dropdown li a button.rotated svg {
        transform: rotateZ(180deg);
    }

    .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: var(--gray)
    }

    .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 ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg {
        color: var(--white);
    }
    .navigation .menu ul li ul.cs-dropdown li a {
        color: var(--white);
        display: block;
        font-size: 14px;
        padding: 7px 15px;
        line-height: normal;
        border-bottom: 1px solid var(--white)3b;
        background:var(--blue-light);
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li a {
        background:var(--blue-light);
    }

    .mobile_hide {
        display: none !important;
    }

    .navigation .menu ul li.active a,
    .navigation .menu ul li:hover a {
        border-color: var(--light-gray);
    }

    .navigation .menu ul li:hover ul.cs-dropdown {
        display: none;
    }

   
    /*.navigation .menu ul > li:nth-child(3) ul.cs-dropdown {
        width: 100%;
    }

    .navigation .menu ul > li:nth-child(3) ul.cs-dropdown li {
        width: 100%;
    }
    .navigation .menu ul > li:nth-child(3) ul.cs-dropdown li:nth-child(even){border-left: 0;}*/
    
    .team_info{padding:0 15px;}
.right-content {padding:0 15px;}
    .read_more{text-transform: inherit;}
    .navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown{display: none;}
}

@media (max-width:980px) {
	.feature_height {
    display: block;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    height: 140px;
}
.logo img {
    height: auto;
    width: 170px;
    max-width: 170px;
}
#slider .owl-next, #slider1 .owl-next {
    right: 5px;
}
#slider .owl-prev, #slider1 .owl-prev {
    left: 5px;
}
.menubar.stricky-fixed {
    position: relative;}
    .title_2 { 
        font-size: 25px;}
        p.text {
            height: auto;}
.title_3 { 
    font-size: 25px;}
#slider .owl-prev, #slider .owl-next, #slider1 .owl-prev, #slider1 .owl-next { 
    width: 35px;
    height: 35px;}
.feature_item .feature_image {
    position: relative;
    text-align: center;
    min-height: 260px;
    overflow: hidden;
    border-bottom: 3px solid var(--light-yellow);
}
.feature_item .feature_image .image {
    position: relative;
    padding: 0px;
    text-align: center;
    min-height: 260px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.feature_item_1 .feature_image {
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 210px;
    overflow: hidden;
    border-bottom: 3px solid var(--light-yellow);
}
.feature_item_1 .feature_image .image {
    position: relative;
    padding: 0px;
    text-align: center;
    min-height: 210px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.search {
    max-width: 250px;
    width: 100%;
    margin: 0 0px;
    padding: 0;
    position: relative;
}
}

@media (max-width:767px) {
    .home_right{margin: 0 0 15px 0;}
	.feature_item_1 .feature_image {
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 220px;
    overflow: hidden;
    border-bottom: 3px solid var(--light-yellow);
}
.menubar .logo {
    padding: 1px 0;
    padding-right: 0px;
    border-right: 0px solid var(--light-gray);
}
.home_right img.h-auto {
    width: 100%;
}
.featured-block-three .inner-box { 
    text-align: center;height: auto;
    padding: 0px;
}
.featured-block-four .inner-box { 
    display: block;
    padding-left: 0px;
    min-height: auto;
    text-align: center;
}
.featured-block-four .icon-box {
    position: relative;
    margin: 10px auto;}
    .clients-img.position-relative img {
        width: 100%;
        margin-bottom: 20px;
    }
    .banner-contact { 
        text-align: center;
    }
    .heading_banner { 
        padding: 35px 0; 
    }
    .product_right_image { 
        max-width: 100%;
        width: 100%;
        margin: 0px 0px 20px; 
    }
    .product_right_image img.rounded-3 {
        width: 100%;
    }
    p.text-center.w-75.mx-auto.text-white.mt-3.fs-18 {
        width: 100% !important;
    }
    .features .feature-panel-holder { 
        width: 47%;
    }
    .col-lg-4.col-md-12.col-sm-12.contact .youtube_video.shadow.p-3.rounded.py-2.bg-white {
        display: none;
    }
.featured-block-three .icon-box {
    position: relative; 
    margin: 10px auto;}
.home_right {
    float: left;
    width: 100%;
    max-width: 100%;}

.feature_item_1 .feature_image .image {
    position: relative;
    padding: 0px;
    text-align: center;
    min-height: auto;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
ul.link.links2 li { 
    width: 100%;
}
.feature_item_1 .feature_image .image img{position: relative; top: 0; left: 0; transform: none;}
    .top_right{margin: 5px 0;}
    .offers .item{display: block;}
.offers{text-align: center;}
.work-content{margin-bottom: 20px;}
.offerhead{font-size: 18px; line-height: normal; text-align: center; margin-bottom: 15px;}
.viewbt{float: none; display: inline-block;}
#featuredProducts .owl-nav .owl-prev{left: 0px;}
#featuredProducts .owl-nav .owl-next{right: 0px;}
#ourProducts .owl-nav .owl-prev{left: -10px;}
#ourProducts .owl-nav .owl-next{right: -10px;}
.ctpbox{margin-bottom: 30px;}
.h_blog .item .blog_b{margin: 0;}
.home_testimonials_webpulse{background-size: cover;}
.footer_widget {margin-bottom: 20px;}
.text-right{text-align: left;}
    .navbar .phone_call {
  margin: 7px 0 0;
}
    .market-list li{width: 50%;}
    .webpulse_home_clients .clients{margin: 0;}
    .heading_banner{background-size: cover; background-position: center;}
    .banner-contact{display: block;}
    .banner-contact a{float: none; margin-right: 10px;}
    .banner-btn{margin-top: 15px;}
    .product-details .inner-box { 
        width: 98%;}
        .welcomeAbout .single-work-services { 
            text-align: center;    height: auto;
        }
        .d-flex.align-items-center.justify-content-between .read_more_btn_2 {
            padding: 8px 6px;}
            .youtube_video.shadow.p-2.rounded.bg-white.w-100.float-start {
                margin-top: 10px;
            }
            .inner_breadcrumb .breadcrumb li { 
                line-height: 35px;
            }
            .inner_breadcrumb .breadcrumb li + li:before { 
                padding: 10px 10px; 
            }
            .ulines-dps-para .ukine img {  height: auto;}
}



@media (max-width:650px) {
.phone_call{margin: 0; font-size: 17px;}
.title_2 {
    font-size: 22px;
}
.features-section-two .column .inner {
    display: block;}
    .featured-block-three, .featured-block-four{
        width: 100%;
    }
    .wps_featured .owl-next {
        right: 0px;
    }
    .btc_blog_indx_box_wrapper { 
        width: 98%;}
        .title_3 {
            font-size: 22px;
        }
        div#clients .owl-dots {
            display: none;
        }
        div#clients {
            width: 100% !important;
            padding: 0px !important;
        }
        .testimonials_four, .webpulse_home_product { 
            background:var(--blue-light);
        }
        .footer_area .copyright p { 
            text-align: center;
        }
        .col-xxl-8.col-xl-8.col-lg-8.col-md-8.text-right {
            text-align: center;
        }
        .heading_banner .cat_title2 { 
            display: none;
        }
        .heading_banner .cat_title { 
            font-size: 20px;
        }
        .left_image { 
            width: 100%; 
        }
        .features .feature-panel-holder {
            width: 97%;
        }
        .right_image1 { 
            width: 100%;
            margin: 0px 0px 15px; 
        }
        .features .features-card .card-panel {
            margin: 10px 0px;
            padding: 20px;
            display: block;
            text-align: center;
        }
        .features .features-card .card-panel.reversed .panel-icon { 
            justify-content: center;
            margin: 0px;
        }
        .blog_details_img {
            height: auto;}
            .product_right_image .detail_image { 
                height: 300px;}
                .product_popup_image { 
                    height: 250px;
                }
                .product_listing .product .small .item { 
                    margin-right: 2px;
                    width: 55px; 
                }
                .may_btn { 
                    padding: 8px 5px;
                    width: auto; 
                    display: flex; 
                    letter-spacing: 0px;
                    font-size: 14px;
                }
                .right-content {
                    padding: 0 10px;
                }
                .d-flex.align-items-center.justify-content-between .read_more_btn_2 {
                    padding: 8px 10px;
                }
                .right-content .d-flex.justify-content-start.align-items-center { 
                    display: block !important;
                    text-align: center;
                }
                .may_btn { 
                    justify-content: center;
                    width: 100%;
                    margin: 0px 0px 10px;
                }
                .market-list li {
                    width: 100%;
                }
                #web-pulse-scroll-up { 
                    right: 10px;}
        .wps_right h2 {
            font-size: 20px;}
        .about_page { 
            padding: 40px 0;}
        .owl-dots button.owl-dot{width:15px;height:15px;border: 1px solid var(--light-blue); margin:5px;}
        .owl-dots{display: flex;justify-content: center;align-items: center;}
        .owl-dots button.owl-dot.active {
            background: var(--light-blue);
        }
}



@media (max-width:480px) {
    
}

@media (max-width:320px) {
    
}

