/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .menuzord-menu > li > a {
    /* color: #404040; */
    color: #fffbff;
    font-size: 12px;
}
.switchable-logo {
    width: 13% !important;
    /* width: 21% !important; */
    /* margin-top: 13px; */
}
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	.logo-default {
    width: 30%!important;
}
.switchable-logo {
    width: 21%;
}
.menuzord-menu > li > a {
    color:#404040;
    font-size: 10px;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .switchable-logo {
    width: 47%;
    margin-top: 0px;
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {

    .social-icon ul li:nth-child(1) {
        display: none;
    }
    .social-icon ul li:nth-child(2) {
        display: none;
    }
    .header-top .widget {
    line-height: 2.5rem;
   }
   .header-top .widget {
    margin-bottom: 0;
    font-size: 13px
    }
    .switchable-logo {
    width: 75%;
    margin-top: 6px;
    }
    .header.header-floating.header-floating-text-dark .sticky-wrapper:not(.is-sticky) .header-nav.navbar-sticky .menuzord-menu > li:not(.active):not(:hover) > a {
    color: #000;
}
.pt-150 {
    padding-top: 35px !important;
}
.mt-130 {
    margin-top: 1px !important;
}
.option-feat{
    text-align: center;
}
.optional-chain-img P {
   
    width: 100%;
    }

    }

/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {
    .header-top .widget {
    line-height: 2.5rem;
    margin-bottom: 0;
    font-size: 13px;
}
  .social-icon ul li:nth-child(1) {
        display: none;
    }
    .social-icon ul li:nth-child(2) {
        display: none;
    }
    .switchable-logo {
    width: 72%;
    margin-top: 4px;
}
}


@media only screen and (min-width: 992px){
.menuzord-menu ul.dropdown {
  display: none; 
  min-width: 600px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  background: #fff;
}
.menuzord-menu ul.dropdown li {
  width: 33.33%; 
  list-style: none;
  margin-bottom: 10px;
}

.menuzord-menu ul.dropdown li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
}

@media only screen and (max-width: 991px){
    .menuzord-responsive .menuzord-menu ul.dropdown,.menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown{
        display: flex;
        flex-direction: column;
    }
}
