/* Desktop hover */
@media (min-width: 768px) {
    .custom-dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* Mobile open */
@media (max-width: 767px) {
    .custom-dropdown.open .dropdown-menu {
        display: block;
        position: static;
        box-shadow: none;
    }

    .dropdown-icon {
        cursor: pointer;
    }

    .Custome_navbar .heder_logo {
        width: 170px;
    }

    .topbar .contact_detail {
        flex-wrap: wrap;
    }
    .topbar .contact_detail ul {
        gap: 6px;
    }
    .topbar .contact_detail .social_icon{
        display: none;
    }
    .section_title h2 ,
    .main_banner .container-fluid .banner_header .section_title h2, .main_banner .container-fluid .banner_header .section_title h1 {
        font-size: 30px;
    }
    .main_banner .container-fluid .banner_header {
        margin-right: 0px;
    }
    .main_banner .container-fluid {
        width: 100% !important;
    }
    .main_banner .sedo_box {
        position: absolute;
        width: 800px;
        height: 100%;
        right: -25%;
        top: 56%;
        opacity: 0.9;
    }
    .section_title p,
    .main_banner .container-fluid .banner_header .section_title p {
        font-size: 16px;
    }
    .main_banner .container-fluid .right_part img {
        margin-top: 30px;
    }
    .main_banner {
        padding: 50px 0px;
    }
    .slider_dot {
        padding-top: 50px;
        bottom: 2%;
        left: 50%;
    }
    .Our_Numbers_sec,
    .Welcome_sec{
        padding: 50px 0px;
    }
    .Our_Numbers_sec .section_title_row .section_title p {
        margin-left: 0px;
    }
    .Welcome_sec .right_part {
        height: 400px;
    }
    .Welcome_sec .right_part .img_1 {
        width: 70%;
        border-radius: 30px;
        right: 0%;
        top: 5%;
    }
    
    .Welcome_sec .right_part .img_2 {
        width: 67%;
        border-radius: 30px;
        left: 0%;
        bottom: 26%;
        border: 5px solid #FFF;
    }
    .Welcome_sec .right_part .years_box {
        bottom: 3%;
        right: 8%;
        border-radius: 30px;
        padding: 20px;
        border: 5px solid #FFF;
    }
    .Welcome_sec .right_part .years_box h3 {
        font-size: 40px;
    }
    .Welcome_sec .right_part .years_box p {
        font-size: 16px;
    }
    .Our_Products .Product_card .contain_box h3 {
        font-size: 18px;
    }
    .Our_Numbers_sec .Counter_card h2 {
        font-size: 40px;
        margin-bottom: 0px;
    }
    .Our_Numbers_sec .Counter_card {
        gap: 10px;
        margin-bottom: 30px;
    }
    .Our_Numbers_sec .Counter_card::before {
        display: none;
    }
    .Featured_Application .section_title {
        margin-bottom: 0px;
    }
    .Featured_Application .section_title p{
        margin-left: 0px;
        margin-bottom: 40px;
    }
    .Why_Choose_Us .right_part{
        margin-left: 0px;
    }
    .Why_Choose_Us .right_part .custome_step_card .image_box {
        height: 70px;
        width: 70px;
        padding: 10px;
    }
    .Why_Choose_Us .right_part .custome_step_card {
        padding: 15px 0px;
        gap: 9px;
    }
    .Why_Choose_Us .right_part .custome_step_card .contain_box h3 {
        font-size: 18px;
    }
    .Why_Choose_Us .right_part .custome_step_card .contain_box p {
        font-size: 14px;
    }
    footer.main-footer .footer-contact .footer-contact-box .footer-contact-info p {
        font-size: 14px;
    }
    footer.main-footer .footer-contact .footer-contact-box .contact-icon-box {
        width: 50px;
        height: 50px;
        margin-right: 7px;
    }
    footer.main-footer .footer-contact {
        margin-bottom: 50px;
        padding: 70px 0 30px;
    }
    footer.main-footer .footer-contact .footer-contact-box .footer-contact-info h3 {
        font-size: 20px;
        line-height: 100%;
    }
    footer.main-footer .footer-contact .footer-contact-box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 15px 0px;
    }
    footer.main-footer .mega-footer .footer-about figure {
        width: 200px;
    }
    footer.main-footer .mega-footer .footer-social-links ul {
        margin-bottom: 26px;
    }
    .Welcome_sec .left_part ul {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 15px;
    }
    .footer-social-links {
        gap: 5px;
        margin-top: 20px;
        flex-direction: column;
    }
    .footer-logo{
        text-align: center;
    }
    .main-footer .footer-logo img {
        width: 200px;
    }
    .footer_top_image{
        display: none;
    }
    .submenu .sub-menu {
        min-width: 280px;
        padding: 10px 0;
        border-radius: 5px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        margin-top: 5px;
    }
    .custom-dropdown .dropdown-menu li a {
        font-size: 14px;
    }
    .Custome_navbar .navbar-nav .nav-item .nav-link {
        font-size: 16px;
    }
}