@media (max-width:1200px) {
    .menubar .container:before {
        z-index: -1;
        top: -1px;
    }

    .menubar .container:after {
        top: -1px;
    }

    .navigation .menu ul li a {
        padding: 14px 8px;
        display: block;
        color: #333;
        transition: all 0.3s ease;
        font-size: 14px;
        background: transparent;
        font-weight: 500;
    }

    .process-line-l {
        top: 58px;
        right: -135px;
    }

    .process-line-r {
        top: 58px;
        left: -135px;
    }

    .process-point-right {
        bottom: 40px;
        left: -50px;
    }

    .process-point-left {
        bottom: 40px;
        right: -50px;
    }

}

@media (min-width:1023px) {
    .navigation .menu ul li.mg-li {
        position: static;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown.megaMenu {
        width: 95%;
        height: auto;
        max-height: 400px;
        overflow: hidden;
        overflow-y: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown.megaMenu::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f5f5f5;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown.megaMenu::-webkit-scrollbar {
        width: 7px;
        background-color: #f5f5f5;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown.megaMenu::-webkit-scrollbar-thumb {
        background-color: var(--light-pink);
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection ul.megaSectionUl {
        width: 100%;
        height: auto;
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
        padding-right: 5px;
        text-align: left;
        padding: 10px;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection ul.megaSectionUl li {
        display: block;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown li:hover a {
        color: #fff;
        background: transparent;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown li a {
        padding: 7px 9px;
        float: left;
        width: 100%;
        display: block;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown li a span {
        font-weight: 600;
        color: var(--light-pink);
        font-size: 16px;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown li a button {
        display: none;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown li ul.cs-dropdown {
        position: relative;
        display: block;
        width: 100%;
        left: 0;
        top: 100%;
        margin: 0 0 5px;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        max-height: 100%;
        overflow: visible;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection ul.megaSectionUl li {
        display: block;
        border: 0;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown li ul.cs-dropdown li a {
        font-size: 14px;
        padding: 5px 10px;
        display: flex;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown li ul.cs-dropdown li a:hover {
        background: transparent;
        color: var(--light-pink);
    }

    .desk-nav-hide {
        display: none !important;
    }

    .navigation .menu ul li.menu-scroll ul.cs-dropdown {
        max-height: 350px;
        overflow-y: auto;
    }

    .navigation .menu ul li.menu-scroll ul.cs-dropdown::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f5f5f5;
    }

    .navigation .menu ul li.menu-scroll ul.cs-dropdown::-webkit-scrollbar {
        width: 7px;
        background-color: #f5f5f5;
    }

    .navigation .menu ul li.menu-scroll ul.cs-dropdown::-webkit-scrollbar-thumb {
        background-color: var(--light-pink);
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    }

    .navigation .menu ul li.menu-scroll ul.cs-dropdown::-webkit-scrollbar-thumb:hover {
        background-color: var(--dark-blue);
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
        max-height: 280px;
        overflow-y: auto;
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f5f5f5;
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown::-webkit-scrollbar {
        width: 7px;
        background-color: #f5f5f5;
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown::-webkit-scrollbar-thumb {
        background-color: var(--light-pink);
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown::-webkit-scrollbar-thumb:hover {
        background-color: var(--dark-blue);
    }

    .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) {

    .welbar .top-right {
        display: none;
    }

    .welbar .container {
        justify-content: center;
    }

    .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;
    }

    .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;
    }

    .menubar {
        border-bottom: 1px solid #eee;
    }

    .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;
        color: #222;
    }

    .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;
    }
}

@media (max-width:980px) {

    .why-us-bx {
        border: none;
        padding: 10px 0;
    }

    .ceo-bx .tx-bx {
        min-height: auto;
    }

    .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: 150px;
    }

    .production-sec .prod-card-row .prod-card {
        width: calc(100% / 4);
    }

    .left-bar {
        min-height: 490px;
        overflow: visible;
    }

    .abt_con .left-bar::before {
        width: 100%;
    }

    .abt_con .left-bar .img-bx {
        width: 100%;
    }

    .abt_con .tx-bx {
        padding: 40px 15px;
    }

    .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;
    }

    .mammothSec h4 {
        font-size: 45px;
        line-height: 1.1;
        padding: 10px 20px;
    }

    .mammothSlider {
        padding: 0;
    }

    .mammothSlider .boxStyle {
        flex-direction: column;
    }

    .mammothSlider .boxStyle .leftSide,
    .mammothSlider .boxStyle .rightSide {
        width: 100%;
    }

    .mammothSlider .boxStyle .rightSide {
        padding: 20px;
    }

    .mammothSlider .boxStyle .rightSide h3 {
        font-size: 43px;
        margin-bottom: 12px;
    }

    .wealth-creation-text,
    .crtifict-box {
        width: 100%;
    }

    .wealth-creation-text {
        padding: 0;
    }

    .wealth-creation-text h4 {
        font-size: 40px;
    }

    .RILhistory h5 {
        margin-bottom: 17px;
    }

    .year2005 {
        border: 10px solid var(--dark-pink);
    }

    .historyYear {
        font-size: 90px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .hisBgImg {
        display: none;
    }



    .factory-text {
        padding: 30px;
    }

    #yr2004.year2004 {
        padding-bottom: 40px;
    }

    .year2004#yr2004 .yearLeftSide {
        padding-top: 20px;
    }

    .bothYear h4 {
        font-size: 45px;
        line-height: 1.1;
        padding: 10px 20px;
    }

    .year2002 .globalBox,
    .year2020-22 .globalBox {
        flex-wrap: wrap;
    }

    .year2002 .historyYear {
        margin-bottom: 40px;
        margin-top: 20px;
    }



    .year2002 .globalBox .box,
    .year2020-22 .globalBox .box {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .year2002 .globalBox .box img,
    .year2020-22 .globalBox .box img {
        width: 100%;
    }

    .year2002 .globalBox .detail,
    .year2020-22 .globalBox .detail {
        margin-top: 20px;
        padding: 0;
    }

    .year2016-bg {
        padding-bottom: 50px;
    }



    .year2002 .globalBox .detail h5,
    .year2020-22 .globalBox .detail h5 {
        margin-bottom: 12px;
    }

    .year2006 .historyYear {
        margin: 10px 0 15px 0;
    }

    .yaerRightSideImg .blankDiv {
        display: none;
    }

    .yaerRightSideImg {
        position: static;
    }

    .year2006 .yearLeftSide {
        padding-top: 50px;
    }

    .RILhistory .year2004#yr2006 .yearLeftSide h6 {
        line-height: 1.2;
        padding: 15px;
        font-size: 25px;
    }

    .year2004 {
        padding-bottom: 40px;
    }

    .journey2020.bothYear .factory-text h6 {
        margin-bottom: 18px;
    }

    .journey2020 .aboutch__block {
        padding: 0;
        text-align: center;
    }
}

@media (max-width:767px) {

    .year2002 .globalBox {
        margin-top: 0;
        flex-direction: column;
    }

    .forty-five h2 {
        font-size: 60px;
        line-height: 1.4;
    }

    .forty-five h2 span {
        display: block;
        font-size: 153px;
    }

    .founder__chairman,
    .founder__image {
        text-align: center;
    }



    .view_btn {
        display: none;
    }

    .production-sec .prod-card-row .prod-card {
        width: calc(100% / 2);
    }

    .why-us {
        padding: 30px 0 20px;
    }

    .welbar {
        text-align: center;
        font-size: 14px;
    }

    .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;
    }

    .header .logo {
        max-width: 150px;
    }

    .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: 35px 0;
    }

    .product_right_image .detail_image {
        height: 350px;
    }

    .heading_banner .cat_title {
        font-size: 20px;
        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) {
    .factory {
        grid-template-columns: repeat(1, 1fr);
    }

    .left-bar {
        min-height: 290px;
        overflow: visible;
    }

    .product_popup_image {
        height: 330px;
    }

    .news-letter .letter-bx {
        padding-left: 52px;
    }

    .topbar .content-search select {
        max-width: 80px;
    }

    .news-letter .letter-bx .title {
        font-size: 26px;
    }

    .shophome2 .pro-bx .pro-des {
        min-height: 85px;
    }

    .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: 23px;
    }

    .title-bx .des {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .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;
    }

    .qty-sec {
        padding: 50px 15px 20px;
    }

    .qty-sec .qty-con {
        transform: rotate(0deg);
        margin: 0 auto 20px;
        height: auto;
        width: auto;
        padding: 20px;
    }

    .qty-sec .qty-con .qty-bx {
        transform: rotate(0deg);
        padding: 0;
    }

    .production-sec {
        padding: 35px 15px;
    }

    .production-sec .circle-bx {
        margin: 0;
        transform: scale(0.6);
    }

    .title-bx {
        margin-bottom: 15px;
    }

    .abt_con .left-bar .img-bx {
        width: 100%;
    }

    .abt_con .left-bar::before {
        width: 100%;
    }

    .abt_con #thumbs {
        position: inherit;
        flex-direction: row;
        max-width: 360px;
        width: 105%;
        left: 50%;
        padding: 7px;
        gap: 6px;
        overflow: auto;
        top: 102%;
        transform: translateX(-50%);
    }

    .abt_con #thumbs img {
        width: 64px;
    }

    .abt_con .tx-bx {
        padding-top: 40px;
    }

    .process-box {
        margin-bottom: 50px;
    }

    .work-process {
        width: 100%;
        position: relative;
        margin-top: 50px;
    }

    .process-left:after,
    .process-right:after {
        content: none;
    }

    .process-line-l,
    .process-line-r,
    .process-point-right,
    .process-point-left {
        width: 0;
        height: 0;
        border: 0
    }

    .process-point-right:before,
    .process-point-left:before {
        content: none;
    }

    .process-step {
        left: 0;
    }


    .process-step:after,
    .process-step:before {
        content: "";
        border-top: 0;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
    }

}

@media (max-width:480px) {
    .video-conference {
        padding: 50px 0;
    }

    .video-conference .tt {
        margin-bottom: 25px;
        font-size: 34px;
    }

    .pro-des .e-btn,
    .pro-des .w-btn {
        padding: 10px 15px;
    }

    .carousel-indicators {
        margin-bottom: 0;
    }

    .achive-sec .vd-play-icon svg {
        width: 50px;
        height: 50px;
    }

    .achive-sec .vd-play-icon {
        right: 49%;
    }

    .team-bx .img-bx {
        margin-bottom: 15px;
    }

    .blog_page {
        padding: 35px 0;
    }

    .webpulse-home_blog {
        padding-top: 30px;
    }

    .homeFeture {
        padding: 30px 0 40px;
    }

    .video_gallery {
        padding: 30px 0;
    }

    .video_gallery .vd_bx {
        margin-bottom: 25px;
    }

    .homeFeture .productContent {
        min-height: 78px;
    }

    .send_enquiry {
        bottom: 20px;
        min-width: 40px;
        height: 40px;
    }

    .whatapp_btn,
    .call_now {
        bottom: 65px;
        width: 40px;
        height: 40px;
    }

    .whatapp_btn.videoCall-btn {
        bottom: 110px;
    }

    .call_now {
        bottom: 20px;
    }

    .send_enquiry svg,
    .whatapp_btn svg {
        width: 18px;
        height: 18px;
    }

    #web-pulse-scroll-up {
        bottom: 80px;
        width: 28px;
        height: 28px;
    }

    #web-pulse-scroll-up::after {
        width: 40px;
        height: 40px;
    }

    #web-pulse-scroll-up:hover {
        bottom: 85px;
    }

    .webpulse_home_clients .vogi-title::after,
    .webpulse_home_clients .vogi-title:before {
        width: 17%;
        top: 16px;
    }

    .login-form {
        padding: 30px;
        margin: 0 15px;
    }

    .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;
    }
}

@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;
    }

}