/*
Header Area Style for MSK Nutraceuticals
Based on Aava template
*/

/* Top Header Styles */
.top-header {
    background-color: #E7EEDE; /* #f8fdf5*/
    padding-top: 15px;
    padding-bottom: 15px;
}

.top-header .header-left-content .contact-info {
    line-height: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-right: 30px;
}

.top-header .header-left-content .contact-info li {
    display: inline-block;
    margin-right: 30px;
    color: #1b1b1b;
    position: relative;
    padding-left: 30px;
}

.top-header .header-left-content .contact-info li i {
    color: #62bd5e;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    font-size: 1.25rem;
    top: -1px;
    left: 0;
}

.top-header .header-left-content .contact-info li:last-child {
    margin-right: 0;
}

.top-header .header-left-content .contact-info li a {
    font-size: 15px;
    color: #1b1b1b;
}

.top-header .header-left-content .contact-info li a:hover {
    color: #62bd5e;
}

/* Header Right Content Styles */
.top-header .header-right-content {
    line-height: 1;
    text-align: right;
}

.top-header .header-right-content .my-account {
    line-height: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.top-header .header-right-content .my-account li {
    display: inline-block;
    margin-left: 15px;
    color: #1b1b1b;
    position: relative;
    padding-left: 30px;
}

.top-header .header-right-content .my-account li i {
    color: #62bd5e;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    font-size: 1.25rem;
    top: -1px;
    left: 0;
}

.top-header .header-right-content .my-account li:first-child {
    margin-left: 0;
}

.top-header .header-right-content .my-account li a {
    font-size: .90rem;
    color: #1b1b1b;
}

.top-header .header-right-content .my-account li a:hover {
    color: #62bd5e;
}

.top-header .header-right-content .my-account li a span {
    background: #62bd5e;
    color: #fff;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
    line-height: 1;
}

.top-header .header-left-content .social-icon {
    line-height: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    top: 2px;
}

.top-header .header-left-content .social-icon li {
    display: inline-block;
    margin-right: 10px;
}

.top-header .header-left-content .social-icon li a i {
    font-size: 18px;
    transition: all ease 0.5s;
}

.top-header .header-left-content .social-icon li a:hover i {
    color: #62bd5e;
}

.top-header .header-left-content .social-icon li:last-child {
    margin-right: 0;
}
/* 
.top-header .header-right-content .my-account li {
    display: inline-block;
    margin-right: 25px;
    position: relative;
}

.top-header .header-right-content .my-account li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.top-header .header-right-content .my-account li a {
    font-size: 15px;
    color: #333333;
    position: relative;
    z-index: 1;
}

.top-header .header-right-content .my-account li i {
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-size: 1.15rem;
    color: #62bd5e;
}

.top-header .header-right-content .my-account li a span {
    position: absolute;
    top: -5px;
    left: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
}

.top-header .header-right-content .my-account li a:hover {
    color: #62bd5e;
} */


/* Navigation Area Styles */
.navbar-area {
    background-color: #ffffff;
}

.navbar-area .desktop-nav {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-area .desktop-nav .navbar {
    position: inherit;
    padding: 0;
}

.navbar-area .desktop-nav .navbar .navbar-brand {
    font-size: inherit;
    line-height: 1;
    padding: 0;
    margin-right: 0;
}

.navbar .navbar-brand img {
    max-height: 65px;
    width: auto;
}

.navbar-area .desktop-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    line-height: 1;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 15px;
    font-weight: 600;
    color: #3d3998;
    transition: all ease 0.5s;
    margin-left: 0;
    margin-right: 0;
    padding: 35px 0;
    position: relative;
    margin: 0 15px;
    text-transform: uppercase;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a i {
    font-size: 22px;
    line-height: 0;
    position: relative;
    top: 4px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a:hover {
    color: #62bd5e;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item a.active {
    color: #62bd5e;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    position: absolute;
    top: 130%;
    left: 15px;
    opacity: 0;
    min-width: 300px;
    width: 100%;
    visibility: hidden;
    z-index: 99;
    display: block;
    padding: 0;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-top: 2px solid #62bd5e;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    color: #1b1b1b;
    position: relative;
    padding: 15px 15px;
    border-bottom: 1px dashed #eeeeee;
    margin-left: 0;
    margin-right: 0;
    text-transform: capitalize;
    display: block;
    font-weight: 600;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    float: right;
    top: 7px;
    transition: all ease 0.5s;
    font-size: 20px;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #62bd5e;
    background-color: #e8fedb;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #62bd5e;
    background-color: #e8fedb;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
}

.navbar-area .desktop-nav .navbar .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 98%;
}

/* Mobile Navigation Styles */
.mobile-responsive-nav {
    display: none;
}

@media only screen and (max-width: 991px) {
    .desktop-nav {
        display: none !important;
    }
    
    .mobile-responsive-nav {
        display: block;
    }
    
    .mobile-responsive-menu {
        position: relative;
        padding: 10px 0;
    }
    
    .mobile-responsive-menu .logo {
        text-align: left;
    }
    
    .mean-container .mean-bar {
        background-color: white;
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        padding: 0;
        min-height: auto;
        position: absolute;
        z-index: 999;
        right: 0;
        width: 100%;
    }
    
    .mean-container a.meanmenu-reveal {
        color: #1b1b1b;
        padding: 15px;
    }
    
    .mean-container .mean-nav {
        background-color: #ffffff;
        margin-top: 55px;
    }
    
    .mean-container .mean-nav ul li a {
        color: #1b1b1b;
        font-size: 15px;
        text-transform: capitalize;
        font-weight: 600;
        padding: 10px 0;
        width: 90%;
        padding-left: 20px;
    }
    
    .mean-container .mean-nav ul li a.mean-expand {
        height: 25px;
        padding: 10px !important;
        background-color: transparent;
    }
    
    .mean-container .mean-nav ul li a.active {
        color: #62bd5e;
    }
    
    .top-header .header-left-content {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .top-header .header-right-content {
        text-align: center;
        top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .top-header .header-left-content .contact-info {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .top-header .header-left-content .contact-info li {
        margin-right: 15px;
        margin-bottom: 10px;
    }
    
    .top-header .header-right-content .my-account li {
        margin-right: 15px;
    }
}

/* Search Button Styles */
.search-overlay {
    display: none;
}

.search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    background: #ffffff;
    z-index: 2;
    padding: 20px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-top: 18px;
}

.search-overlay.search-popup .search-form {
    position: relative;
}

.search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eeeeee;
    color: #1b1b1b;
    outline: 0;
    transition: all ease 0.5s;
    font-size: 15px;
    padding-top: 4px;
    padding-left: 15px;
}

.search-overlay.search-popup .search-form .search-input:focus {
    border-color: #62bd5e;
}

.search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: #62bd5e;
    border: none;
    width: 50px;
    outline: 0;
    color: #ffffff;
    transition: all ease 0.5s;
    padding: 0;
}

.search-overlay.search-popup .search-form .search-button:hover {
    background-color: #1b1b1b;
}

.search-btn {
    cursor: pointer;
    transition: all ease 0.5s;
    color: #ffffff;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #62bd5e;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
}

.search-btn:hover {
    background-color: #62bd5e;
}

.close-btn {
    cursor: pointer;
    transition: all ease 0.5s;
    color: #ffffff;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #62bd5e;
    text-align: center;
    border-radius: 50%;
    display: none;
    font-size: 20px;
}

.close-btn:hover {
    background-color: #62bd5e;
}

.close-btn.active {
    display: block;
}

/* Sticky Header */
.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    padding-top: 5px;
    padding-bottom: 5px;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}


/* Nav Menu
 
.navbar-expand-lg ul.navbar-nav li.nav-item {
  display: inline-block;
  padding: .1em 0;
  position: relative;
}


.navbar-expand-lg ul.dropdown-menu li a.dropdown-item {
  padding: 10px 25px 10px;
  letter-spacing: 0.04100rem;
}
 
.navbar-expand-lg ul.navbar-nav li .dropdown-menu li {
    margin: 0;
    display: block;
    padding: 0;
    position: relative;
    color: #111;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    border-bottom: 1px dotted #0072bc;
    font-size: 15px;
    box-shadow: none!important;
    border-radius: 0;
}

.navbar-expand-lg ul.navbar-nav li .dropdown-menu ul li ul.dropdown-menu.depth_1:before {
    content: url('http://saravananr/bytesbrothers2018/wp-content/themes/bsquare2016/assets/images/nav-arrow.png');
    position: absolute;
    top: -18px;
    left: 5%;
    margin-left: -15px;
    width: 0px;
    height: 0px;
    margin: 0px auto;
}

.navbar-expand-lg ul.navbar-nav li .dropdown-menu a.dropdown-item:last-child {
  border-bottom: none;
}
.navbar-expand-lg ul.dropdown-menu li:last-child a.dropdown-item:hover {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom: none;
}

.navbar-toggler {
  margin-top: 0px;
  padding: 5px 5px;
    background: #199b8d;
    border: solid 1px #0d8377;
}
.dropdown-toggle::after {
  margin-left: 8px;
}

.dropdown-menu a.dropdown-toggle::after {
    transform: rotate(-90deg);
    position: absolute;
    top: 1rem;
    right: .75rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAFMN540AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzRGOEMwRUQ4ODA0MTFFQjk3MEFEQjQ4Qzk5MkE3RTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzRGOEMwRUU4ODA0MTFFQjk3MEFEQjQ4Qzk5MkE3RTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNEY4QzBFQjg4MDQxMUVCOTcwQURCNDhDOTkyQTdFMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNEY4QzBFQzg4MDQxMUVCOTcwQURCNDhDOTkyQTdFMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrKxwrgAAACBSURBVHjaYvz//z8DMmBiQAOEBQACiJEKZgAEEIYZBHVQXwFAAOF1AxPZRg86SYAAIhjW+AALEptUUxiRNTOO2kwYAAQQRVHFxEABoEgzC7mBhayZcdTPo34efH4GCDCKsuSAuXpIWsyCxqd1uDPisphxNI5H43g0jkfjeDSOcQEAKuQehIR81fYAAAAASUVORK5CYII=");
}

.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #f49221;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #f5c900 !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    background: #fff;
    padding: 0px;
    margin-top: 0px;
    border: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    transition: opacity 0.15s ease-in-out;
    box-shadow: 0 1px 2px 2px rgba(74, 85, 104, 0.2), 0 -1px 5px -1px rgba(74, 85, 104, 0.2) !important;
    min-width: 250px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.dropdown-submenu.show {
    display:inline-block;
}

.navbar .dropdown-item {
  padding: 10px 25px 10px;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #1e6d6f;
  color: #fff;
}

.navbar .dropdown-item:hover {
  color: #fff;
  background: #f8ca04;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

*/