

.showLeft{
  color:#fff !important;
  padding:10px;
}

.icons li {
  background: none repeat scroll 0 0 #fff;
  height: 7px;
  width: 7px;
  line-height: 0;
  list-style: none outside none;
  margin-right: 15px;
  margin-top: 3px;
  vertical-align: top;
  border-radius:50%;
  pointer-events: none;
}

.btn-left {
  left: 0.4em;
}

.btn-right {
  right: 0.4em;
}

.btn-left, .btn-right {
  position: absolute;
  top: 0.24em;
}

.dropbtn {
  
  position: fixed;
  
  cursor: pointer;
}



.dropdown1 {
  position: absolute;
  display:none;
  right: 0.4em;
  margin-top: 129px;
}

.dropdown-content2 {
  border-radius: 12px;
  display: none;
  position: relative;
  margin-top: 217px;
  background-color: #f9f9f9;
  min-width: 212px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content2 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown1 a:hover {background-color:black;color: #dbdbdb;}

.show {display:block;}





.logo img{
    width:100px;
}
.container{
    max-width: 1152px;
    position: relative;
}



.navbar-wrapper {
  width: 100%;
  height: 4.6rem;
  position: fixed;
  /* top: 0; */
  left: 0;
  z-index: 20;
  transition: all 0.4s;
}
/* .navbar>.container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
} */

.navbar-menu {
  flex-grow: 1;
  flex-shrink: 0;
}
.navbar-wrapper .navbar-brand {
  align-items: center;
}
.navbar-dropdown {
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 2px solid #dbdbdb;
  box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
  /* display: none;  */
  font-size: 0.875rem;
  left: 0;
  min-width: 100%;
  position: absolute;
  top: 100%;
  z-index: 20;
}
  .navbar-start {
  justify-content: flex-start;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 23px;
  
}
.navbar-item.has-dropdown {
  padding: 0;
  padding: 0.5rem 0.75rem;
  position: relative
}
.navbar-end {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
.navbar-menu{
  align-items: center;

  display: flex;

}
.navbar-wrapper .navbar-item.is-mega {
  position: static;
}
.navbar-itam{
  align-items: center;
}
.is-megamenu {
  padding: 0 !important;
}
.is-megamenu .mega-inner {
  position: relative;
  padding: 0.5rem 0;
}


.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: .75rem;
}

.title.is-6 {
  font-size: 1rem;
}
.navbar-wrapper .navbar-item.is-mega .is-mega-menu-title {
  margin-bottom: 0;
  padding: .375rem 1rem;
}
.is-megamenu .mega-inner .navbar-item.is-flex div {
  margin: 0 22px;
}
.navbar-wrapper .navbar-dropdown .navbar-item {
  color: #444F60;
  padding: 9px;
}
.navbar-item {
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.button.button-cta {
  padding: 13px 40px !important;
}
.button.roundedd {
  border-radius: 500px;
}

.column a{
  text-decoration: none;
}
small {
  font-size: .875em;
}
 .navbar-content p{
  margin: 0;
  padding: 0;
 }
.is-flex{
  display: flex !important;
}

.font-icon{
  font-size: 2.2rem;
  font-weight: 500;
  color: #cecece;
  transition: all .3s;
}
.item.is-mega .is-mega-menu-title {
  margin-bottom: 0;
  padding: .375rem 1rem;
}
.is-megamenu p.is-cta {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

.is-megamenu p.is-cta {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.button.btn-align {
  padding: 3px 13px 6px 13px;
}
@media (max-width: 765px) {
  .navbar-menu {
   display: none !important;
  }
}
.navbar-divider {
  background-color: #f5f5f5;
  height: 1px;
  margin: 0.5rem 0;
}
.is-megamenu .is-footer {
  padding: 0.375rem 1rem;
  position: relative;
  z-index: 2;
}
.level.is-mobile {
  display: -ms-flexbox;
  display: flex;
}
.level {
  
  align-items: center;
  
  justify-content: space-between;
}
.is-megamenu .level-left .level-item {
  text-transform: uppercase;
}
.level.is-mobile .level-right {

  display: flex;
}
.is-megamenu .menu-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 220px;
}
.is-megamenu .menu-image img {
  height: 220px;
  max-height: none !important;
}
.header{
  border: 1px solid;
  padding: 9px 23px !important;
  background: linear-gradient(45deg, #0f5ef7, #0f5ef7) !important;
  border-radius: 500px;
}


