@media (min-width:768px) { 
 
    .navbar-nav > li:hover > .dropdown-menu{ display: block !important; }

}




@media (min-width:992px) and (max-width:1199px) {

.navbar-nav > li{ padding: 0px 10px;} 
.navbar-nav > li > a, .login-signup a{ font-size: 15px;}
    

}

@media (min-width:768px) and (max-width:991px) { 

}


@media (max-width:991px) {
.navbar-toggler {
        padding: 0px;
        border: none;
        outline: none;
        color: #000;
        box-shadow: none; position: relative; right: 0px; top: 0px;
      
    }

    .navbar-toggler:hover {
        color: #000;
    }

    .navbar-toggler:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }

    .navbar-toggler img{ width: 20px;}

    #navbarCollapse {
        position: fixed;
        background: #fff;
        width: 100%;
        z-index: 999;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        height: 100% !important;
        display: block !important;
        left: -100%;
        top: 0px; 
        overflow: auto;
    }

    #navbarCollapse.show {
        left: 0px;
    }

    .navbar-nav>li {
        margin: 0px 0px 15px;
        text-align: center;
    }

    .navbar-nav {
        margin-left: 0px !important;
    }

    /*================================12=07=2023======================================*/
    .navbar-collapse .navbar-toggler {
        position: relative;
        right: 0px;
        top: 0px;
        background: none;
        color: #fff;
        width: auto;
        height: auto;
        padding: 0px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
    }

    .navbar-collapse .logo_menu { padding-left: 20px; padding-right: 20px; border-bottom: 1px solid #121a48;
       
    }

    
   
    .navbar-nav>li>a {
        display: flex;
        align-items: center;
        border-radius: 0px !important; min-height: 58px;
        padding: 15px 15px !important; font-size: 15px;
      
        border-bottom: #121a48 1px solid;
        text-align: left;
        justify-content: inherit; 
    }

    .navbar-nav>li {
        width: 100%;
        margin: 0px;
        padding: 0px 0px !important;  min-width: initial !important;
    }

    
.navbar-nav > li > a.active::before, .navbar-nav > li > a:hover::before, .navbar-nav > li > a:focus::before, .navbar-nav > li:hover > a::before{ bottom: -1px;}

    .navbar-nav > li > .dropdown-toggle::after{ right: 20px; top:10px; font-size: 22px;}

    .navbar-nav>li>.dropdown-menu {
      
        padding: 20px;
        border-radius: 0px;
        margin:0px 0px 15px !important;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease; background: #f5f5f5;
    }

.login-signup{ margin: 0 15px 0px auto !important;}
}


@media (max-width:767px) {
  

   
 .font-56{ font-size: 36px;} 
 .serach-form .btn{ width: 50px;} 
 .serach-form .form-control, .iti__selected-dial-code{ font-size: 15px;} 
 h2{ font-size: 30px;} .font-20{ font-size: 18px;} 
 

  

}


