@media (min-width:1200px) {
  
    .home_slide figure{ margin-right: -70px !important;} 

}

@media (min-width:1400px) {

    
}


@media (min-width:1200px) and (max-width:1399px) { 
    
  

}

@media (max-width:991px) {
    .navbar-toggler {
        padding: 0px; display: inline-flex; align-items: center; justify-content: center;
        border: none; width: auto; height: auto;
        border-radius: 50px;
        outline: none;
        color: #1173a4;
        box-shadow: none;
        position: absolute;
        right: 0px;
        top: 8px;
        background: none;
    }

    .navbar-toggler:hover {
        color: #19475f;
        background: none;
    }

    .navbar-toggler:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }

    #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: absolute;
        right: 15px;
        top: 18px;
        background: none;
        color: #090D4D;
        width: auto;
        height: auto;
        padding: 0px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
    }

    .navbar-collapse .logo_menu {
        padding: 15px 20px !important;
        border-bottom: rgba(0, 0, 0, .3) 1px solid;
    }

   .logo_menu img{ width: 168px;}

    .navbar-nav>li>a {
        display: flex;
        align-items: center; font-size: 16px;
      
        border-radius: 0px !important;
        padding: 15px 25px !important;
     
        border-bottom: rgba(0, 0, 0, .3) 1px solid;
        text-align: left;
        justify-content: inherit;
    }

   

    .navbar-nav>li {
        width: 100%;
        margin: 0px 0px 1px;
        padding: 0px;
    }

    .navbar-nav>li>.dropdown-toggle::after {
        content: "\f078";
        display: inline-block !important;
        font-weight: normal;
        font-family: 'FontAwesome';
        bottom: 0px;
        margin-left: auto;
        border: none !important;
    }

    .navbar-nav>li>.dropdown-menu {
        background: #13131b;
        padding: 0px;
        border-radius: 0px;
        margin: 0px !important;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
    }

    .navbar-nav>li>.dropdown-menu li a {
        padding: 14px 10px !important;
        font-size: 14px; 
        
      
        text-align: left;
    }
    .navbar-nav > li:nth-child(3) > .dropdown-menu > li{ width: 100%;}
   

   .navbar-collapse .navbar-toggler img {
        height: 12px;
        filter: brightness(0) invert(1);
    }

    .navbar-collapse .navbar-toggler:hover {
        background: none;
        color: #5cbefb;
    }  

   .top_right .link_1{ display: block; margin-bottom: 15px; padding: 15px 25px; border-bottom: rgba(0, 0, 0, .3) 1px solid;}  


    

}

@media (min-width:992px) and (max-width:1199px) {
 
    .navbar-nav > li{ margin-right: 45px;}
 
}



@media (min-width:768px) and (max-width:991px) {  
 

    
    
}



@media (max-width:767px) {  
    .c-bx{ padding: 20px;} 
    h2 {
        font-size: 1.8rem;
      } 
      h3 {
        font-size: 1.125rem;
      }
      h5 {
        font-size: 1.05rem;
       
      } 
      .header{ padding: 10px 0px;} 
      .main-wrappar{ margin-top: 100px;} 
      .c-bg{ padding-bottom: 70px;}
            
}

