/* MAIN NAVIGATION -- START */
.dcl-nav-01 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222f7e;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .dcl-nav-02 {
    position: relative;
    max-width: 1200px;
    min-height: 50px;
  
  }
  .header-dcl-logo {
    position: relative;
    max-width: 150px;
    /* max-height: 40px; */
    top: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .navbar-brand {
    padding-left: 10%;
  }
  /* .navbar-collapse ul li a {
    color: #ffffff !important;
  } */
  
  .dropdown {
    /* padding: 0px 10% 0px 10%; */
    text-indent: 10%;
    /* outline: 1px solid red; */
    /* padding-top: 5px;
    padding-bottom: 7px; */
  }
  
  .dropdown:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .dropdown-menu {
    position: relative;
    width: 100%;
    /* background-color: #222f7e; */
    background-color: rgb(24, 33, 88);
    border: 0px;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px !important;
    /* outline: 1px solid red; */
  }
  .dropdown-item {
    position: relative;
    /* top: -10px; */
    width: auto;
    white-space: wrap;
    font-size: 16px;
    line-height: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10%;
    padding-right: 10%;
    text-indent: 0%;
  }
  .dropdown-item:hover {
    color: #ffffff;
    background-color: blueviolet;
  }
  .dropdown-toggle {
    position: relative;
    top: 0px;
    height: 40px;
    color: #ffffff;
    font-weight: 700;
    padding-top: 7px;
    padding-bottom: 17px;
    /* outline: 1px solid red; */
  }
  .dropdown-toggle:hover, .dars-nav-item:hover  {
    background-color: rgb(81, 38, 157);
    color: #ffffff;
  }
  .dropdown-toggle:focus, .dars-nav-item:focus  {
    background-color: rgb(81, 38, 157);
  }
  .dropdown-toggle:active {
    background-color: rgb(81, 38, 157);
  }
  
  .dropdown-toggle::after {
    position: relative;
    float: right;
    margin-top: 11px;
    margin-right: calc(10% + 10px);
  }
  .dars-nav-item {
    position: relative;
    top: 0px;
    height: 40px;
    font-weight: 700;
    white-space: nowrap;
    padding-top: 0px;
    padding-bottom: 11px;
    padding-left: 10%;
  }
  .dars-nav-item a {
    color: #ffffff;
  }
  .dars-nav-item a:hover {
    color: #ffffff;
  }
  .dars-nav-item a:active {
    color: #ffffff;
  }
  .navbar-toggler {
    border: 0px solid white;
    /* padding-right: 10%; */
    margin-right: calc(10% - 12px);
    z-index: 1;
  }
  .navbar-toggler:focus {
    display: none;
    border: 0px;
  }
  .navbar-toggler-icon {
    color: rgb(255, 255, 255);
    /* outline: 1px solid red; */
  }
  .dcl-website-header-container {
    display: none; 
  }
  
  
  .google-search-02 {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .gsc-control-cse {
    border: 0px !important;
    background-color: transparent !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .gsc-input-box {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    border-radius: 5px;
    max-height: 30px;
  }
  .gsc-input {
    position: relative;
    top: -1px;
    background-color: transparent !important;
    color: white;
  }
  .gsc-search-button-v2 {
    height: 30px;
    background-color: #222f7e !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
  }
  
  
  @media screen and (min-width: 768px) {
  .dcl-website-header-container {
    display: block;
    position: relative;
    padding: 0px 10% 0px 10%;
  }
  .dcl-website-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 1200px;
    /* height: 120px; */
    max-height: 120px;
    margin: 0px auto 0px auto; 
  }
  .header-dcl-logo-main {
    position: relative;
    width: max-content;
    padding-top: 3%;
    padding-bottom: 3%;
    margin-right: 50px;
  }
  .header-dcl-logo-logo {
    position: relative;
    max-width: 100%;
  }
  
  
  .google-search-02 {
    display: none;
  }
  .google-search-01 {
    width: 350px;
    max-width: 350px;
  }
  .gsc-input-box {
    background-color: initial !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px;
    height: 30px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .gsc-input {
    position: relative;
    top: 1px;
    background-color: transparent !important;
    color: black;
  }
  .gsc-search-button-v2 {
    height: 25px;
  }
  .gsib_a {
    background: rgba(255, 255, 255, 0);
    height: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    /* outline: 1px solid red; */
  }
  .gsc-input {
    height: 20px;
    background-color: transparent;
    margin-top: -5px;
  }
  
  
  .navbar {
    height: 50px;
  }
  .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    /* outline: 1px solid red; */
  }
  .bootstrap-search {
    display: none;
    /* outline: 1px solid red; */
  }
  .bootstrap-search input {
    display: none;
  }
  .bootstrap-search button {
    display: none;
  }
  .navbar-brand {
    display: none;
  }
  .header-dcl-logo {
    display: none;
  }
  .dropdown {
    height: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    /* padding-top: 5px; */
    /* outline: 1px solid red; */
  }
  .dropdown-menu {
    position: relative;
    width: max-content;
    background-color: #222f7e;
    margin-top: 0px !important;
    padding-top: 0px;
    /* padding-bottom: 0px; */
    /* outline: 1px solid red; */
  }
  .dropdown-item {
    position: relative;
    top: 0px;
    width: auto;
    white-space: nowrap;
    font-size: 16px;
    line-height: 22px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
    text-indent: 0%;
  }
  .dropdown-toggle {
    position: relative;
    top: 0px;
    height: 100%;
    font-weight: 700;
    padding-top: 16px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    line-height: 18px;
    text-indent: 0px;
  }
  .dropdown-toggle:hover, .dars-nav-item:hover  {
    background-color: rgb(81, 38, 157);
    /* background-color:hsl(293, 58%, 31%); */
  
  }
  .dropdown-toggle:focus, .dars-nav-item:focus  {
    background-color: rgb(81, 38, 157);
    /* background-color:hsl(293, 58%, 31%); */
  
  }
  .dropdown-toggle::after {
    position: relative;
    float: none;
    margin-top: 0px;
    margin-right: 0px;
  }
  
  .dars-nav-item {
    position: relative;
    top: 0px;
    height: 100%;
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
  }
  }
  /* MAIN NAVIGATION -- END */