@media only screen and (max-width:767px){
  .banner-caption-wrapper{width:100%;}
  #header-menu .dropleft .dropdown-toggle::before{position:absolute;top:15px;right:10px;border-left: .3em solid;border-right:none;}
  }
  @media only screen and (max-width:991px){
   
  }
 
  @media only screen and  (min-width:768px){
    #header-menu .nav-item .nav-link{padding-left:1.5rem;padding-right:1.5rem;}
    
  }
  @media only screen and  (min-width:768px) and (max-width:991px){
    .banner-caption-wrapper{width:70%;}
    .navbar-dark .navbar-toggler{display:block;}
    #header-menu .navbar-nav{-ms-flex-direction: column !important;      flex-direction: column !important;width:100%;}
    #header-menu .collapse:not(.show) {        display: none !important;    }
    #header-menu{justify-content: space-between;flex-wrap: wrap;}
    #header-menu.navbar-expand-md .navbar-collapse{flex-basis:100%;flex-grow:1;}
    #header-menu.navbar-expand-md .navbar-nav .dropdown-menu{position:static;}
    #header-menu .dropleft .dropdown-toggle::before{position:absolute;top:15px;right:10px;border-left: .3em solid;border-right:none;}
    
  }
  @media only screen and  (min-width:992px) and (max-width:1199px){
    
    .banner-caption-wrapper{width:70%;}
    #header-menu .nav-item .nav-link{padding-left:.5rem;padding-right:.5rem;}
    .membeship-section {
    margin-top: 65px;
}
  }
  @media only screen and  (min-width:992px){
    .dropdown-menu.contact-us{left:-99px;}
  }
@media only screen and  (min-width:1200px){
 
}

@media only screen and  (min-width:1201px) and (max-width:1299px){
  .membeship-section {
    margin-top: 65px;
}
 
  }



