.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}


.header-toggle {
    position: relative;
    background: #1896B6;
}

header .navbar  {
    text-transform: uppercase;
}

.accordion-button {
    background: #1896B6;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -32px;
    z-index: 9;
}

.header-toggle button {
    
    outline: 0;
    font-size: 0;
    line-height: 1;
   width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    color: #fefefe;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
}
/* Accordian css Start */
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}


.accordion-button:not(.collapsed) {
   box-shadow: none;
   background: #1896B6;
}

.accordion-button {
    transition: none;   
    padding-left:0px;
  }

.accordion-button.collapsed {
  border-bottom-width: 0;
}

.accordion-button:not(.collapsed)::after {   
    width: 10px;
    height: 2px;
    background: #000;   
    right:10px  
}
.accordion-button::after { 
    position: absolute;
    left: 50%;
    top: 50%;  
    content: "";
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;   
    transform: translate(-50%, -50%);
    filter:invert(1)
}

.header-toggle .accordion-item {
    position: relative;
}

.header-toggle .accordion-body {
    background-color: #1896B6;
    color: #fff;
}

.header-toggle .accordion-body ul{
    display: inline-block;
   }

.inner-header-title {
    background: #252525;
    position: relative;
    margin: 0;
    padding: 0;
    color: #fefefe;
}



.inner-header-title{   
    height: 100px;
}


.inner-header-title h1 {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: lighter;
}

.breadcrumb ul {
    margin: 0;
    padding: 0;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb li {
    font-size: 13px;
    color: #ddd;
    padding-left: 5px;
}


footer {
    background-color:#111;
    padding: 50px 0 0 0;
    color: #bbb;
}

footer h5 {
    margin-bottom: 2rem;
}

footer a{
   
    color: #bbb;
    text-decoration: none;
}

footer p {
    color: #919191;
}

address strong {
    color: #fff;
}

.social-network {
    display: flex;
}

.social-network a {   
    width: 30px;
    height: 30px;
    background-color: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-network a:hover {
    color: #fff;
}

footer ul li a {
    color: #919191;
}

.copyright {
    background: #0a0a0a;
    text-shadow: none;
    color: #5d5d5d;
    padding: 0;
    padding: 30px 0;
   
}


.product-list .card{
    height: 100%;
  
}

.product-list .card:hover {
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
}


.product-list h3 {    
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000000;
}

.product-list h3 a {
    color: #000;
}

.product-list .card-body {
    padding-bottom: 0;
}
.product-list .products {
    margin-bottom: 20px;
}

.product-list .products a{
   color: #777;
}

.product-list .products a:hover{
    color: #000;
 }

.product-list .view-more {
    font-weight: bold;
    color: #068076;
    margin: 0;
}

.product-list .view-more:hover {    
    color: #777;
}

.inner-page h2 {
    font-size: 35px;
    color: #2e3192;
    margin-bottom: 1rem;
}

#exzoom {
    width: 500px;
    /*height: 400px;*/
   
}

.exzoom_img_ul {
    background: #fff;
}
.hidden { display: none; }

.product-description table>tbody>tr>td:first-child {
    color: #848484;
   
}

.product-description h3 {
    font-size: 25px;
    margin-bottom: 1rem;
    text-transform: none;
    font-weight: 600;
}

.btn-primary {
    background: rgb(3,108,110);
    background: linear-gradient(0deg, rgba(3,108,110,1) 0%, rgba(34,193,195,1) 100%);
}

.btn-primary:hover {
    background:#09a3a6;
    
}


.btn-primary {
    background-color:#1996B9;
}

/* Read More */
.readall-hide:after {
    background: linear-gradient(to bottom, rgba(34,34,34, 0.1), #222 75%);
}

.readall {
    position: relative;
    text-align: left;
    box-sizing: border-box;
}

.readall-wrapper {
  
}
.readall-button {
    display: inline-block;
   border: 0;
    padding: 10px 0;
    cursor: pointer;
    background-color: transparent;
    background: none;
    color: #068076;
}

.readall-button:hover {
    text-decoration: underline;
 
}

.readall-hide:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), white 75%);
}

.exzoom {
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.exzoom ul{
    background-color: #fff;
}

.exzoom ul li{
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.product-detail ul {
  padding-left: 18px;
}

.product-detail ul li {
   list-style: disc;
}

.product-description .btn {
    border-radius: 6px;
}

b, strong {
    font-weight: bold;
}
button.mobile-nav-toggle .collapsed {
    background-color: #000;
}


button {
    outline: none;
    border: 0;
}
@media (min-width: 992px) {
.navbar .nav-item:hover .dropdown-menu {
    display: block;
}
}

@media only screen and (max-width: 991px) {
    .product-description h3 {
        font-size: 20px;
        margin-bottom: 1rem;
    }

    .mobile-nav-toggle {
        position: absolute;
        font-size: 32px;
        top:8px;
        right: 15px;
        margin-right: 0;
        z-index: 9999;  
        background-color: #ffffff;     
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: #000;
        position: absolute;
        font-size: 32px;
        top: 27px;
        right: 15px;
        margin-right: 0;
        z-index: 9999;
    }

    .exzoom ul li {
        min-height: auto;       
        padding:2rem;
    }
}


@media only screen and (max-width: 767px) {
    .inner-header-title {
        height: 65px;
    }
    .inner-header-title h1 {       
        font-size: 16px;       
    }

    .product-description {
        padding-top: 1rem;
    }

    .product-description h3 {
        font-size: 16px;      
    }
  }


.btn-theme {
    border: 1px solid #1896B6 !important;
    background: #1896B6 !important;
    color: #ffffff !important
}

.custom-topbar
{
    background-color: #1896b6;
    padding: 10px 0;
}
.custom-topbar .text-section p
{
    margin-bottom: 0;
    color: #ffffff;
    font-size: 13px;
}
.custom-topbar .call-top-text
{
    text-align: right;
}
.dropdown-menu li a
{
        padding: 5px 15px 5px 15px;
}
.fancybox-title.fancybox-title-inside-wrap p
{
    display: none;
}
.navbar.navbar-light
{
    margin-top: 0 !important;
}
#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

@media (max-width: 1024px) {
    .custom-topbar .text-section {
        display: none;
    }
    .custom-topbar .text-section.text-right.call-top-text {
        display: block;
        text-align: center !important;
    }
    .custom-topbar .text-section p
    {
        font-size: 14px;
    }
    .inner-header-title .d-flex.justify-content-between.align-items-center
    {
        display: block !important;
    }
}
@media (max-width: 1199px) 
{
    nav.navbar.navbar-light.navbar-expand-xl.mt-4
    {
        margin-top: 0 !important;
    }
}