html, body {
    overflow-x: hidden;
    max-width: 100%;
}

@media (max-width: 1700px) {
    #sidebar_info {
        width: 25%;
    }
}

@media(max-width: 767px) {
    /* .section_wrapper,
    .section_wrapper > .container,
    .section_wrapper .container,
    .banner_wrapper,
    .banner_wrapper .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        width: 100%;
    } */

    .menu_row_gap {
        row-gap: 0px;
    }

    /* .kiosk-wrapper p {
        text-align: left !important;
    } */

    .row_gap {
        row-gap: 25px;
    }

    .row_gap_small {
        row-gap: 16px;
    }

    .mobile_container {
        padding: 0;
    }

    .mobile-order-3 {
        order: 3;
    }

    .middle_block {
        padding-top: 0px;
        text-align: center;
    }

    .space_horizontal_15 {
        padding: 0px 15px;
    }

    .hide-xs {
        display: none;
    }

    .visible-xs {
        display: block !important;
    }

    .top_bar {
        z-index: 111;
        padding: 30px 0px 0px;
    }

    .header {
        /* min-height: 60px;
transform: none; */
        top: 0px;
        padding: 14px 0px;
    }

    .header_sticky {
        /* transform: translateY(100%)!important; */
        /* top: -60px; */
        transform: none;
        transition: 300ms ease all;
    }

    /* .header_navbar{
height: 60px;
} */
    .header_menu {
        display: none;
    }

    .mobile_menu {
        display: block;
    }

    .right_side {
        display: none;
    }

    .mobile_menu_button {
        background-color: transparent;
        border-color: transparent;
        padding: 0.25rem;
    }

    .mobile_menu_button svg path {
        fill: #253A68;
    }

    .mobile_contact {
        padding-bottom: 50px;
    }

    .mobile_contact a {
        line-height: 38px;
        font-size: 24px;
        font-weight: 500;
    }

    .mobile_search a {
        font-size: 20px;
    }

    .web_link a img {
        width: 10px;
        margin-left: 7px;
    }

    /* .banner_wrapper {
        padding-top: 5rem;
    } */

    .banner_image {
        height: 150px !important;
        /* object-fit: contain; */
    }

    .main_wrapper {
        margin-top: 35px;
    }

    .section_wrapper {
        margin-bottom: 60px;
    }

    .section_space_top {
        margin-top: 40px;
    }

    .section_text_block {
        margin: 40px 0px 30px;
    }

    .text-space {
        margin-bottom: 35px;
    }

    .image_wrapper .image_box img {
        height: 170px;
    }

    .card_content h4 {
        font-size: 14px;
        height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 10px;
    }

    .card_content p {
        font-size: 14px;
    }

    .round_wrapper {
        margin-bottom: 20px;
    }

    .rounded_two {
        margin-top: -60px;
        margin-left: -15px;
    }

    .round_sm {
        width: 97px;
        height: 97px;
    }

    .round_sm h2 {
        font-size: 42px;
        line-height: 36px;
    }

    .round_sm p {
        font-size: 8px;
        line-height: 10px;
    }

    .round_md {
        width: 115px;
        height: 115px;
    }

    .round_md h2 {
        font-size: 28px;
        line-height: 28px;
    }

    .round_md p {
        font-size: 10px;
        line-height: 14px;
    }

    .round_lg {
        width: 144px;
        height: 144px;
        margin-top: 30px;
    }

    .round_lg h2 {
        font-size: 48px;
        line-height: 48px;
    }

    .round_lg p {
        font-size: 10px;
        line-height: 14px;
    }

    .content_block {
        margin-bottom: 0;
    }

    .breadcrumb_holder {
        top: 22%;
        transform: translate(-50%, -78%);
    }

    /* csssss for cards solutions */
    .solution_wrapper_mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        column-gap: 20px;
    }

    .solution_item_mobile {
        width: 100%;
        /* height: 60px; */
        position: relative;
    }

    .solution_item_card_wrapper_mobile {
        position: relative;
    }

    .solution_item_card_wrapper_mobile:hover {
        text-decoration: none;
    }

    .solution_item_image_wrapper_mobile {
        overflow: hidden;
        position: relative;
    }

    .solution_item_image_wrapper_mobile .solution_item_image_box_mobile .thumbnail_image_mobile {
        position: relative;
        display: block;
        transition: 300ms ease all;
        width: 100%;
        height: 60px;
        object-fit: cover;
    }

    .solution_item_card_wrapper_mobile .solution_item_image_wrapper_mobile .overlay_wrapper {
        position: absolute;
        content: "";
        display: block;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .solution_item_card_wrapper_mobile .solution_item_image_wrapper_mobile .overlay_wrapper:before {
        position: absolute;
        background: rgba(0, 0, 0, 0.7);
        content: "";
        display: block;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0.85;
        transition: 300ms ease opacity;
    }

    .solution_item_card_wrapper_mobile:hover .solution_item_image_wrapper_mobile .overlay_wrapper:before {
        opacity: 0;
    }

    .thumbnail_content_mobile {
        position: absolute;
        bottom: 18px;
        padding: 0px 30px;
        width: 100%;
    }

    .thumbnail_content_mobile h5 {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 0;
    }

    /* .thumbnail_content_mobile h5:before {
        display: inline-block;
        content: '';
        border-radius: 50%;
        height: 10px;
        width: 10px;
        margin-right: 1.5rem;
        background-color: #fff;
    } */

    .thumbnail_content_mobile {
        display: flex;
    }


    .simple_card_padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pro-slider {
        margin: 0;
    }

    .kiosk-wrapper {
        margin: 0;
    }

    .thumbnail_content_mobile_dot:before {
        display: inline-block;
        content: '';
        border-radius: 50%;
        height: 10px;
        width: 10px;
        margin-right: 1.5rem;
        background-color: #fff;
    }

    .solution_main_content_mobile {
        background: rgba(255, 255, 255, 0.9);
        position: absolute;
        bottom: 0;
        padding: 25px 25px 10px;
    }

    .solution_main_content_mobile h5 {
        color: #253A68;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .solution_main_content_mobile h5:before {
        display: inline-block;
        content: '';
        border-radius: 50%;
        height: 10px;
        width: 10px;
        margin-right: 1rem;
        background-color: #33BAD1;
    }

    .solution_main_content_mobile p {
        color: #4E4D4D;
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .solution_item_mobile .solution_item_image_box_mobile .main_image_mobile {
        display: none;
    }

    .solution_item_mobile.active {
        width: 100%;
        animation: fadeIn 1s;
    }

    .solution_item_mobile.active .solution_item_image_box_mobile .thumbnail_image_mobile {
        display: none;
    }

    .solution_item_mobile.active .solution_item_image_box_mobile .main_image_mobile {
        display: block;
        position: relative;
        transition: 300ms ease all;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .solution_item_mobile.active .solution_item_image_wrapper_mobile .overlay_wrapper {
        display: none;
    }

    .solution_item_mobile.active .solution_item_card_wrapper_mobile .thumbnail_content_mobile {
        display: none;
    }

    .solution_item_mobile .solution_item_card_wrapper_mobile .solution_main_content_mobile {
        display: none;
    }

    .solution_item_mobile.active .solution_item_card_wrapper_mobile .solution_main_content_mobile {
        display: block;
    }

    .solution_item_mobile.active .solution_item_card_wrapper_mobile .thumbnail_content {
        display: none;
    }

    .information_wrapper {
        padding: 0px 0 0px;
    }

    .image_block {
        border-radius: 0;
    }

    .bottom_block {
        margin-top: 0;
        padding: 10px;
    }

    /* csss for produits page */
    .banner_content .large {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }

    .left_shift {
        font-size: 18px !important;
        padding-top: 0px;
    }

    .listing_products_wrapper {
        margin-top: 30px;
    }

    .listing_product_image img {
        width: 63px;
        height: 112px;
        object-fit: cover;
    }

    .listing_product_info h4 {
        margin-bottom: 5px;
    }

    .listing_product_info p {
        margin-bottom: 5px;
    }

    .select-container {
        position: relative;
        width: 100%;
        margin-bottom: 60px;
    }

    .select-container .select {
        position: relative;
        border: 2px solid #B2B0B0;
        padding: 5px 15px;
        border-radius: 50px;
    }

    .select-container .select::after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        top: 40%;
        right: 15px;
        transform: translateY(-50%) rotate(45deg);
        border-bottom: 1px solid #B2B0B0;
        border-right: 1px solid #B2B0B0;
        cursor: pointer;
        transition: border-color 0.4s;
    }

    .select-container.active .select::after {
        border: none;
        border-left: 1px solid #B2B0B0;
        border-top: 1px solid #B2B0B0;
        top: 57%;
    }

    .select-container .select input {
        position: relative;
        width: 100%;
        height: 100%;
        background: none;
        outline: none;
        border: none;
        font-size: 18px;
        font-weight: 700;
        color: #B2B0B0;
        cursor: pointer;
    }

    .select-container .select input::placeholder {
        color: #B2B0B0;
    }

    .select-container .option-container {
        position: absolute;
        background: #F0F0F7;
        display: none;
        animation-duration: 0.3s;
        animation-name: fadeIn;
        animation-direction: normal;
        width: 100%;
        z-index: 1;
        border: 2px solid #B2B0B0;
        margin-top: 2px;
        border-radius: 15px;
    }

    .select-container.active .option-container {
        display: block;
    }

    .select-container .option-container .option {
        position: relative;
        padding: 5px 15px;
        border-bottom: 2px solid #B2B0B0;
        cursor: pointer;
        display: flex;
        align-items: center;
        transition: 0.2s;
    }

    .select-container .option-container .option:last-child {
        border: 0;
    }

    .select-container .option-container .option label {
        font-size: 16px;
        color: #B2B0B0;
        cursor: pointer;
        margin: 0;
        font-weight: 400;
    }

    /* cssss for services page */
    .custom_tab_content {
        margin-top: 40px;
    }

    .nav-pills-list {
        flex-direction: row;
    }

    .w-30 {
        width: 100%;
    }

    .width-50 {
        width: 100%;
    }

    .nav-pills-list {
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
        column-gap: 30px;
    }

    .nav-pills-list li .nav-link {
        padding: 0 0 0 22px;
    }

    .services_information_wrapper {
        padding: 0;
    }

    .order-1-mobile {
        order: 1;
    }

    .order-2-mobile {
        order: 2;
    }

    .services_bottom_block {
        margin-right: 0;
        margin-top: 40px;
    }

    .services_bottom_block img {
        display: none;
    }

    .services_bottom_content {
        padding: 25px 20px;
    }

    .services_btn {
        margin-top: 1.5rem;
    }

    .image_block img {
        height: 300px;
        object-fit: cover;
    }

    .image_block img {
        border-radius: 0px;
    }

    .tab_heading img {
        height: 230px !important;
    }

    .custom_tab_content .tab-pane {
        padding-left: 10px;
        padding-right: 10px;
    }

    .catalog_wrapper iframe {
        border-radius: 8px;
        border: 0;
    }

    .search-box {
        width: 90%;
    }

    .sicame_academy_services {
        margin-left: 0;
    }

    .sicame_academy_services img {
        display: none;
    }

    .sicame_academy_services {
        padding: 15px 10px;
    }

    .service_assistance {
        bottom: 7%;
    }

    .information_wrapper_right {
        padding: 0;
    }

    .contact_assistance {
        margin-bottom: 0.5rem;
    }

    /* media catalog page cssss */
    .catalog_btn {
        margin-top: 20px;
    }

    .banner_no_image {
        height: 200px;
    }

    .catalog_wrapper {
        margin-top: 30px;
    }

    .broucher_listing_container {
        margin-top: 30px;
    }

    .single_tabs {
        margin-bottom: 70px;
    }

    .counter_wrapper {
        padding: 20px 5px;
        margin: 0;
    }

    .counter_item h1 {
        font-size: 26px;
    }

    .activities_content {
        padding-left: 0;
    }

    .activities_content:before {
        top: 8px;
    }

    .activities_content h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .activities_content p {
        font-size: 14px;
    }

    .banner_no_image_content {
        height: 100px;
    }

    .breadcrumb_holder_no_content {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .produits-map-block {
        padding: 40px 0px;
    }

    .map_left_content p {
        text-align: center;
    }

    .map_left_content {
        border-right: 0;
        padding-right: 0;
        padding-bottom: 40px;
    }

    .map_left_content::after {
        content: "";
        background-color: #68C4D6;
        height: 4px;
        width: 50%;
        display: inline-block;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
        bottom: 0;
    }

    .mobile_banner_no_image {
        height: 310px;
    }

    .aprops-holder-para {
        bottom: -10%;
    }

    .container_image_block {
        margin-top: 80px;
    }

    .bottom_block_content {
        margin-top: 40px;
        padding: 20px 20px 5px;
    }

    .research_listing_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .research_listing {
        width: 47%;
    }

    .form_col {
        padding: 0px 50px;
    }

    .video_list {
        margin-top: 10px !important;
        padding-left: 20px;
    }

    .mobile_shop_item_price {
        margin-top: 40px;
    }

    .detail_heading_mobile {
        margin-top: 10px;
    }

    .detail_heading_mobile p {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        margin-bottom: 0;
        color: #4E4D4D;
    }

    .detail_heading h3 {
        margin-bottom: 0 !important;
    }

    .products_owl .owl-buttons {
        display: none;
    }

    .products_owl .owl-wrapper .owl-item {
        width: 90px !important;
    }

    .breadcrumb_list li a {
        font-size: 9px;
    }

    .top_bar_list {
        padding: 0;
    }

    .header_navbar {
        padding: 0;
    }


    .custom-btn {
        margin-top: 18px;
    }

    .custom-padding {
        padding-right: 15px;
        padding-left: 15px;
    }

    .brand_images {
        margin-bottom: 20px;
    }

    /* .mobile_produits {
flex-direction: column;
} */
}

@media(min-width: 768px) and (max-width: 1023px) {
    .header_menu {
        display: none;
    }

    .mobile_menu {
        display: block;
    }

    .mobile_menu_button {
        background-color: transparent;
        border-color: transparent;
        padding: 0.25rem;
    }

    .mobile_menu_button svg path {
        fill: #fff;
    }

    .right_side {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .position-md-static {
        position: static !important;
    }

    .solution-page {
        margin-top: 0rem;
    }

    .para-pad {
        width: 100%;
    }

    .btns-wrapper {
        overflow: auto;
        gap: 4px;
    }

    /* .btns-wrapper .btn-wrapper {
        border: 1px solid #707070;
        border-radius: 50px;
    } */

    /* .active.btn-wrapper {
        color: #fff;
        border: 1px solid #194a91;
        background-color: #194a91;
    } */

    .btns-wrapper .btn-wrapper .btn {
        padding: 5px 6px !important;
        color: #707070;
        font-size: 18px !important;
        line-height: 20px;
        font-weight: 400;
        white-space: nowrap;
    }
}

@media(max-width:767px) {

    .bottom_block p,
    .information_block p,
    .content_wrapper p {
        line-height: 20px;
    }

    .btn_theme_outline {
        margin-top: 20px;
    }

    .solution_item_mobile.active .solution_item_card_wrapper_mobile .solution_main_content_mobile {
        display: block;
        width: 100%;
    }

    .height-img {

        margin-top: 0px !important;
    }

    .downImg {
        width: 100%;
        margin-top: 0px !important;
    }

    .product-card-wrapper {
        margin-top: 1rem;
    }

    .power-row {
        margin-top: 0rem;
    }

    .main-img-wrapper {
        margin-top: 0rem;
    }

    p:empty {
        display: none;
    }

    /* 
    .kiosk-wrapper {
        margin-top: 2rem;
    } */
}

@media(max-width:1024px) {
    /* .kiosk-wrapper {
        margin-top: 4rem;
    } */

    .w100-img {
        width: 100%;
    }

    .thumbnail_content {

        left: -14px;
    }

    .main-img-wrapper {
        margin-top: 0rem;
    }

    .prod-info-wrapper {
        margin-top: 2rem;
    }

    .downImg {
        width: 100%;
        margin-top: 0px !important;
    }

    .power-row,
    .product-card-wrapper {
        margin-top: 1.5rem;
    }

    p:empty {
        display: none;
    }

    .trusted-slider-wrapper {
        margin-top: 3rem;
    }


    .footer_links ul li a {
        font-size: 10px !important;
        color: #253A68 !important;
        text-align: center;
    }

    .social_block ul {
        margin-top: 8px;
        margin-bottom: 0 !important;
    }

    .contact-img {
        height: 25px;
    }
}

@media(max-width:1024px) {

    /* https://pimcoredev.sicame.fr/Sicame-France/SICAME-FRANCE/Sicame-France-Transmission/Transmission/solution/Substation */
    .prod-info-wrapper .col-md-5 .md5-inner-wrapper,
    .md7-inner-wrapper .bot-md7,
    .md7-inner-wrapper .top-md7 {

        padding: 1rem !important;
    }

    /* https://pimcoredev.sicame.fr/Sicame-France/SICAME-FRANCE/Sicame-France-Transmission/Transmission/solution/Wildlife-protection */
    .banner_content .width-50 {
        width: 100%;
    }

    .breadcrumb_list li a {
        font-size: 12px;
    }

    /* https://pimcoredev.sicame.fr/Sicame-France/SICAME-FRANCE/Sicame-France-Transmission/Transmission/Services/Sicame-academy?web= */
    .sicame_academy_services {
        margin-left: 0;
    }

    /* https://pimcoredev.sicame.fr/Sicame-France/SICAME-FRANCE/Sicame-France-Transmission/Transmission/Services/IoT-solutions?web= */
    .iot-img,
    .vibration-img {
        height: auto !important;
    }

    /* https://pimcoredev.sicame.fr/Sicame-France/SICAME-FRANCE/Sicame-France-Transmission/Transmission/Services/Laboratories?web= */
    .section_wrapper {
        margin-bottom: 50px;
    }

    /* https://pimcoredev.sicame.fr/Sicame-France/SICAME-FRANCE/Sicame-France-Transmission/Transmission/about-us/About-Sicame-Group */
    .counter_item h1 {
        font-size: 34px;
    }

    .counter_wrapper {
        margin: 0px 10px 50px;
    }

    .counter_item p {
        font-size: 12px;
        line-height: 16px;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {
    .mobile_menu_button svg path {
        fill: #253A68;
    }
}


@media(max-width:767px) {
    /* .mobile_nav_list .dropdown_list_mobile {
        padding-bottom: 30px;
    } */

    .dropdown_nav_list a {
        font-size: 24 px;
        line-height: 28px;
        /* padding: 15px; */
    }

    .dropdown_nav_menu {
        display: none;
        margin-top: 0rem;
    }

    .service_list li {
        padding-bottom: 4px;
    }


    /* https://pimcoredev.sicame.fr/Sicame-France/SICAME-FRANCE/Sicame-France-Transmission/Transmission/Services/Laboratories?web= */
    .section_wrapper {
        margin-bottom: 30px;
    }

    /* https://pimcoredev.sicame.fr/Sicame-France/SICAME-FRANCE/Sicame-France-Transmission/Transmission/about-us/About-Sicame-Group */

    .counter_item h1 {

        font-size: 24px;

    }

    .counter_wrapper {

        padding: 20px 20px;

        margin: 0px 10px 50px !important;

    }

    .mob-view {
        padding: 0;
        margin: 0;
    }

    .btn-wrapper .btn {
        width: auto;
        display: flex;
        justify-content: flex-start;
    }

    .separator .menu-divider:before {
        content: "";
        display: block;
        width: 97px;
        height: 1.99px;
        margin-bottom: 15px;
    }

    .disc {
        margin: 0px auto !important;
    }

    /* https://pimcoredev.sicame.fr/Sicame-France/SICAME-FRANCE/Sicame-France-Transmission/Transmission/about-us/Our-brands-and-subsidiaries# */
    .scroll-container {
        width: 100%;
        margin: auto;
    }

    .url {
        width: 100% !important;

    }

    .brand_images img {
        height: auto !important;
        width: 100%;
    }

    .scroll-content {
        margin-top: 4px;
    }

    .heading-wrapper {
        padding-left: 0 !important;
        margin-bottom: 1rem;
    }

    .services_banner_content_holder {
        top: 57%;
        transform: translate(-50%, -45%);
        margin-top: 5px;
    }

    .breadcrumb_list {
        margin-left: 2px !important;
        margin-bottom: 30px;
    }

    .service_banner_woimage {
        width: 100%;
        height: 125px;
    }



}

@media(max-width:500px) {
    .services_banner_content_holder {
        top: 57%;
        transform: translate(-50%, -45%);
        margin-top: 5px;
    }

    .services_banner_content_holder_catalouge {
        top: 40%;
        transform: translate(-50%, -45%);
        margin-top: 5px;
    }

    .breadcrumb_list {
        margin-left: 2px !important;
        margin-bottom: 30px;
    }

    .service_banner_woimage {
        width: 100%;
        height: 200px;
    }

    .slide-product {
        padding: 1.5rem;
    }

    .section-mobile-padding {
        padding: 15px 15px 0;
    }

    .desktop-view-padding {
        margin-top: 0px;
    }

    .detail-custom-padding {
        padding-left: 15px;
    }

    .downImg1 {
        width: 100%;
    }

    .bet-space div {
        margin-top: 14px;
    }

    .text-imgWrapper {
        flex-direction: column;
    }

    .text-imgWrapper .texts,
    .img-wraper {
        width: 100% !important;
    }

    .prod-info-wrapper .row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .short-details-img {
        padding-bottom: 35px;
    }
}

@media(max-width:1000px) {
    .web_link a {
        margin-right: -11px;
    }
}


@media(max-width:767px) {
    .img-wraper img {
        width: 100%;
    }

    .solution-page {
        margin-top: 0;
    }

    .full_image_block {
        height: 200px !important;
    }
}


@media(max-width:767px) {
    .container_image_block .container {
        padding: 0px !important;
    }

    .container_image_block .container .container_image img {
        height: 500px !important;
    }
}


@media(max-width: 767px) {
    .map_left_content {
        border-right: none !important;
    }



    .map_img {
        margin-top: 40px;
    }

    .map_left_content .divider::after {
        content: "";
        position: absolute;
        top: 0;
        right: -18px;
        /* place it on the right edge */
        width: 5px;
        /* actual line thickness */
        height: 100%;
        /* match parent’s height */
        background-color: #68C4D6;
        display: none;
    }


    .graphtext .text-divider::before {
        content: "";
        position: absolute;
        top: 13px;
        left: 10px;
        width: 18px;
        height: 18px;
        background-color: #68C4D6;
        border-radius: 50%;
    }

    .graphtext {
        padding-left: 25px;
    }


    .author-animation {
        left: 90px;
    }

    .author-img {
        display: flex;
        justify-content: center;
    }

    .mail-back,
    .map-other,
    .name-author {
        display: flex;
        justify-content: center;
    }


    .mail-back {
        width: auto;
    }

    .mob-para span {
        font-size: 14px;
    }
}




@media(min-width: 1660px) {
    .submenu_list {
        padding: 20px 10px 10px 60px !important;
    }

    .submenu_list_small {
        padding: 20px 10px 0px !important;
    }
}

@media(max-width: 767px) {
    #sync2 .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
        column-gap: 10px;
    }

    #sync2 .owl-dots .owl-dot {
        border: 1px solid transparent;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        display: flex;
        animation-duration: 0.5s;
        animation-name: fadeIn;
        animation-direction: normal;
    }

    #sync2 .owl-dot span {
        background-color: transparent !important;
        border: 1px solid #B2B0B0;
        width: 14px !important;
        height: 14px !important;
        border-radius: 50% !important;
        display: inline-block !important;
        margin: auto !important;
    }

    #sync2 .owl-dot.active {
        border: 1px solid #B2B0B0 !important;
    }

    #sync2 .owl-dot.active span {
        background-color: #B2B0B0 !important;
        width: 12px !important;
        height: 12px !important;
    }

    /* Sanjay css for respo */
    .mob-img-respo {
        height: 300px !important;
        position: static !important;

    }

    .mob-img-respo img {

        object-fit: cover !important;
    }

    .content_slider .heading-wrapper {
        width: 100% !important;
        padding: 0 15px;
        /* text-align: justify; */
    }


    .banner_paragraph_holder_catalogue {
        bottom: 15%;
    }

    .media_frame {
        width: 90%;
        border-radius: 10px;
    }

}

@media (max-width: 767px) {
    .top_breadcrumb {
        right: 0 !important;
        top: -20px !important;
    }

    section.page-header .breadcrumb {
        padding-left: 3px !important;
    }
}

@media (max-width: 767px) {
    .imgFad {
        top: -35px !important;
    }

    .imgFad {
        height: 300px !important;
    }


    .about-number {
        font-size: 20px;
        color: #33BAD1;
        font-weight: 700;
        white-space: nowrap;
        line-height: 1;
    }

    .about-para {
        color: #b3b1b1;
        font-size: 16px;
        font-weight: 500;
        padding: 0;
        margin-top: 15px;
    }

    .search {
        width: 100%;
    }

    .mobile_search span {
        padding: 3px;
        gap: 14px;
    }

    .bottom-contact {
        width: 60%;
    }

    .map-dropdown,
    .bottom-contact span {
        font-size: 12px !important;
    }

    .contact-select select {
        font-size: 12px !important;
    }

    .catalouge-heading {
        font-size: 20px;
        color: #253A68;
        margin-top: 15px;
    }

    .submenu_box a h6 {
        font-size: 16px !important;
    }

    h1 {
        line-height: 50px;
    }

    .img-sliding.owl .owl-item {
        filter: brightness(1);
        transition: filter 0.3s ease;
    }

    .subtitle {
        margin-top: 0px !important;
    }

    .pro-detail-title-container {
        margin-top: 5px;
    }

    .banner_heading {
        top: 42%;
    }

    .bread-content::before {
        left: 19px;
    }
}


@media (max-width: 1245px) {
    .header_menu {
        column-gap: 20px !important;
    }
}

@media (max-width: 1145px) {
    .header_menu {
        column-gap: 10px !important;
    }

    .header_navbar {
        padding: 0 0px !important;
    }

    .header_actions {
        margin-left: 12px !important;
        column-gap: 10px;
    }
}