body {
    background: #efefef;
    color: #303030;
}

header {
    background: #fff;
}

.header-top {
    background: #283883;
    padding: 15px 0;
    color: #fff;
}

img {
    max-width: 100%;
}

.header-nav {
    background: #ecf0f1;
}

a {
    color: inherit;
    text-decoration: none !important;
}

b, strong {
    font-weight: 700 !important;
}

.main-navbar {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fixed {
    position: fixed;
    width: 100%;
    z-index: 9999 !important;
    -webkit-transition: all 5s ease-out;
    -moz-transition: all 5s ease-out;
    -o-transition: all 5s ease-out;
    transition: all 5s ease-out;
    transition: all 5s ease-out;
}

.searchresult {
    z-index: 68;
}

.search-list {
    top: calc(1.5em + .75rem + 11px);
    position: absolute;
    background: #ffffff;
    z-index: 9;
    transition: 2s ease;
    width: 100%;
    list-style: none;
    text-align: left;
    padding-left: 0 !important;
    padding-top: 25px;
    border: none;
    font-size: 14px;
    position: absolute;
    top: 16px;
    z-index: 16;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.searchinput {
    /*height: calc(1.5em + .75rem + 11px);*/
    border-radius: 2.25rem;
    z-index: 999999;
    position: relative;
    border: none;
}

.search-list li {
    color: #05c5b6;
    background: #ffffff;
    text-decoration: none;
    list-style: none;
    transition: 0.5s ease;
    padding: 9px 11px;
    border: none;
}
.search-list li:last-child{
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.search-list li a {
    color: #05c5b6;
    /*background: #f9f9f9;*/
    text-decoration: none;
    transition: 0.5s ease;
}

.search-form .form-control:focus {
    box-shadow: none !important;
}

.search-list li:hover {
    color: #f9f9f9;
    background: #05c5b6;
}

.search-list li:hover a {
    color: #f9f9f9;
    background: #05c5b6;
}

#my_content p {
    line-height: 40px !important;
}
#my_content a {
    color:#0ac5b6;
}
#my_content a:hover {
   color:#283883;
}
.product-card {
    border: 2px solid #05c5b6 !important;
}

.main-navbar {
    display: flex;
    justify-content: center;
    margin-top: -15px;
    margin-bottom: -15px;
}

.main-navbar li {
    padding: 36px 15px;
    text-transform: uppercase;
    position: relative;
    font-size: 13px;
    font-weight: 700;
}

.main-navbar li:last-child {
    margin-right: 0;
}

.product-desc p {
    line-height: 45px !important;
    font-size: 17px !important;
    letter-spacing: 0px !important;
}

.product-desc ul {
    line-height: 45px !important;
    font-size: 17px !important;
    letter-spacing: 0px !important;
}

.product-desc ol {
    line-height: 45px !important;
    font-size: 17px !important;
    letter-spacing: 0px !important;
}

.product-desc a {
    color: #05c5b6;
    font-weight: 600;

}
.product-desc a:hover{
    color:#283883;
}

table {
    width: 100%;
}

table th, table td {
    padding: 10px;
    border: 1px solid black;
}

.main-navbar li a {
    color: inherit;
}

.main-navbar li:hover>a {
    color: #05c5b6;
}

.main-navbar li ul {
    position: absolute;
    z-index: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 80%;
    background: #05c5b6;
    transform: rotateX(-90deg);
    transform-origin: 0 0;
    transition: all ease 300ms;
}

#home_content a {
    color: #05c5b6;
}

#home_content a:hover {
    color: #283883;
}

.main-navbar li:hover>ul {
    transform: rotateX(0deg);
}

.main-navbar li ul li {
    padding: 0;
    white-space: nowrap;
}

.main-navbar li ul li a {
    display: block;
    padding: 5px 15px;
    color: #fff;
}

.main-navbar li ul li:hover>a {
    color: #05c5b6;
    background: #f9f9f9;
    text-decoration: none;
}

#home-slider {
    width: 100%;
    object-fit: cover;
}

#home-slider img {
    width: 100%;
}

#home_content {
    background: #fff;
}

#home_content .card {
    border: none;
}

#home_content .card-body {
    line-height: 30px;
}

.card-body h1 {
    font-size: 24px;
    border-bottom: 1px solid #fafafa;
    padding-bottom: 10px;
}

.card-body h2 {
    font-size: 24px;
    
    /*padding-bottom: 10px;*/
}

.card-body h3 {
    font-size: 24px;
    
    /*padding-bottom: 10px;*/
}

.city_handle {
    font-size: 13px;
    color: #fff;
}
.city_handle a:hover{
  color:#05c5b6;
}

.home-section .owl-nav {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    font-size: 48px;
    width: 100%;
}

.home-section .owl-prev {
    position: absolute;
    margin-top: -30px;
    left: 10px;
}

.home-section .owl-next {
    position: absolute;
    margin-top: -30px;
    right: 10px;
}



.home-section .owl-prev span, .home-section .owl-next span {
    line-height: 100%;
}

.home-section .owl-prev:focus, .home-section .owl-next:focus {
    outline: none;
}

#product-section {
    margin: 40px 0;
}

#product-section h3 {
    margin-bottom: 15px;
}

.product-block {
    margin-bottom: 30px;
}

.product-block .card-title {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-block .main-image {
    width: 100%;
    /*height: 230px;*/
    border-bottom: 1px solid #ddd;
    /*padding: 15px 0;*/
    /* border-radius: 3px; */
    object-fit: contain;
}

.product-block .product-price {
    font-size: 18px;
    line-height: 100%;
}

.product-qty {
    display: inline-flex;
    border-radius: 5px;
    border: 1px solid #ccc;
    overflow: hidden;
    padding: 5px;
}

.enquiry_btn {
    font-size: 17px;
    white-space: nowrap;
    height: 38px;
}

.product-qty input {
    width: 100%;
    border: 0;
    height: 27px;
}

.product-qty .qty-action button {
    display: block;
    padding: 0;
    font-size: 5px;
    font-weight: 100;
    color: #888;
    height: 12px;
    width: 20px;
    border-radius: 0;
    line-height: 12px;
    background: #05c5b6;
    color: #fff;
    border: 0;
}

.product-qty .qty-action button:last-child {
    margin-top: 1px;
}

.card-title a {
    color: inherit;
}

.bcrumb {
    /* background: #fff; */
    background: none;
    background-color: none !important;
}

.bcrumb a {
    color: #05c5b6;
}

.prod-spec {
    max-height: 490px;
    overflow: auto;
}

.xzoom-container .carousel-inner {
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}

.xzoom-container .xzoom-thumbs {
    margin: 0;
    margin-bottom: 30px;
}

.xzoom-container .xzoom-thumbs .owl-item .item {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    overflow: hidden;
    cursor: pointer;
}

.xzoom-container .xzoom-thumbs .owl-item .active {
    border-color: #05c5b6;
}

.btn-primary {
    background: #05c5b6;
    border-color: #05c5b6;
}

.owl-carousel.owl-drag .owl-item .category-title a {
    text-align: center;
    font-size: 18px;
}

#home_content {
    margin-top: 43px;
}
.all_heading{
        padding: 10px 0px 10px 0px;
        font-size: 24px;
        margin-top: 10px;
        font-weight: 500;
}
.error_msgIcon {
    color: #ff0000;
}

.category-section {
    background-color: #fafafa;
    padding: 20px 0;
}

.category-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}

.category-title a {
    color: #283883;
    text-decoration: none;
}

.product-desc h1 {
    font-size: 1.5rem !important;
    padding: 11px 0px !important;
    font-weight: 600 !important;
}

.product-desc h2 {
    font-size: 1.4rem !important;
    padding: 11px 0px !important;
    font-weight: 600 !important;
}

.product-desc h3 {
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    padding: 11px 0px !important;
}

.product-desc h4 {
    font-size: 1.2rem !important;
    padding: 11px 0px !important;
    font-weight: 600 !important;
}

.enquiry-card h6 {
    text-transform: lowercase;
}

.enquiry-card h6:first-letter {
    text-transform: uppercase !important;
}

#home-slider .lazy-load {
    display: block;
    background: #fff url('../imgs/ajax-loader.gif') center center no-repeat;
    text-align: center;
    width: 100%;
}

/* .lazy-load {
    display: block;
    background: #fff url('../imgs/ajax-loader.gif') center center no-repeat;
    text-align: center;
    width: 100%;
} */

.footer-content {
    color: #fff;
}

.footer-list {
    margin: 11px 0 0 0;
    color: #fff;
}

.footer-list h1 {
    font-weight: 500;
    letter-spacing: 2px;
}

.footer-list ul li {
    padding: 2px 0;
    font-size: 16px;
    transition: 0.5s ease;
}

.footer-list a i {
    padding: 5px;
    font-size: 11px;
    border: 2px solid;
    border-radius: 50%;
}

.footer-list ul li:hover {
    color: #05c5b6;
    padding: 2px 12px;
}

.city_handle i {
    font-size: 17px;
}

.footer-list ul li:hover a {
    color: #05c5b6;
    border-bottom: none;
}

.bg-dark {
    background-color: #283883 !important;
}

.foot-c {
    background-color: #fff;
    color: #303030;
}

.foot-c .btn {
    border: 1px solid #303030;
}

.foot-c li a:hover {
    color: #283883;
}

.foot-c .btn:hover {
    color: #283883;
    border: 1px solid #283883;
}

    .sticky-container {
        /*background-color: #333;*/
        padding: 0px;
        margin: 0px;
        position: fixed;
        right: -124px;
        top: 230px;
        width: 200px;
        z-index: 99999;
    }
    /* style p when hover li */
    .sticky-first li:hover p {
        float: right;
    }
    .sticky li {
        list-style-type: none;
        background-color: #333;
        color: #efefef;
        height: 43px;
        padding: 0px;
        margin: 0px 0px 1px 0px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        cursor: pointer;
        padding: 0px 7px;
    }
    .sticky li a {
        color: #fff;
    }
    .sticky li:hover {
        margin-left: -115px;
        /*-webkit-transform: translateX(-115px);
    -moz-transform: translateX(-115px);
    -o-transform: translateX(-115px);
    -ms-transform: translateX(-115px);
    transform:translateX(-115px);*/
        /*background-color: #8e44ad;*/
    }
    .sticky li img {
        float: left;
        margin: 5px 5px;
        margin-right: 10px;
    }
    .sticky li p {
        padding: 0px;
        margin: 0px;
        text-transform: uppercase;
        line-height: 43px;
    }
    .sticky li i {
        font-size: 24px;
        margin-top: 8px;
        display: inline-block;
    }
    
@media screen and (min-width: 992px) {
    .header-top a {
        color: #fff;
        transition: all .5s;
        font-weight: bold;
    }
    .header-top a i {
        color: #05c5b6;
    }
    .header-top a:hover {
        text-decoration: none;
        color: #05c5b6;
    }
    .header-top {
        background: #283883;
        padding: 0px 0 !important;
        color: #fff;
    }
}

@media screen and (max-width: 992px) {
    .nav-icon, .nav-icon:hover, .nav-icon:focus, .nav-icon:active {
        display: inline-block;
        background: #05c5b6;
        color: #fff;
        text-decoration: none;
        padding: 3px 5px;
        font-size: 20px;
        border-radius: 3px;
        margin: 22px 0;
    }
    .main-navbar {
        margin: 0;
        position: fixed;
        left: -70%;
        top: 0;
        bottom: 0;
        background: #05c5b6;
        width: 70%;
        z-index: 999;
        display: block;
        transition: all ease 300ms;
        overflow: auto;
    }
    .main-navbar.active {
        left: 0;
    }
    .main-navbar li {
        margin: 0;
        padding: 0;
        border-bottom: 1px dotted #fff;
        display: block;
    }
    .main-navbar>li>a {
        width: 80%;
        float: left;
    }
    .main-navbar>li>span {
        width: 20%;
        border-left: 1px dotted #fff;
        float: right;
        display: block;
        text-align: center;
        color: #fff;
        padding: 9px 0;
        cursor: pointer;
    }
    .main-navbar>li:hover a {
        color: #fff;
    }
    .main-navbar li span::after {
        content: "";
        display: block;
        clear: both;
    }
    .main-navbar li ul, .main-navbar>li:hover>ul {
        position: static;
        background: #303030;
        transform: none;
        display: none;
        transition: inherit;
    }
    .main-navbar>li:after {
        content: "";
        clear: both;
        display: block;
    }
    .main-navbar li a {
        color: #fff;
        padding: 5px 15px;
        display: block;
    }
}

@media screen and (max-width: 768px) {
    /* body {
        padding-bottom: 30px;
    } */
    #product-section {
        margin-top: 15px;
    }
    #product-section .col-6:nth-child(odd) {
        padding-right: 7.5px;
    }
    #product-section .col-6:nth-child(even) {
        padding-left: 7.5px;
    }
    .header-top {
        font-size: 12px;
        text-align: center;
    }
    /* #home-slider {
        display: none;
    } */
    #cart-icon {
        display: block;
        position: fixed;
        right: 15px;
        bottom: 15px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        line-height: 40px;
        background: #05c5b6;
        z-index: 999;
    }
    #cart-icon i {
        line-height: inherit;
    }
    .your_basket {
        position: fixed;
        top: 0px;
        left: 100%;
        right: -100%;
        bottom: 0px;
        max-height: 100%;
        overflow: auto;
        z-index: 99;
        transition: all ease 500ms;
    }
    .your_basket.active {
        left: 0px;
        right: 0px;
    }
    #product-section h3 {
        text-align: center;
    }
  
    #home-slider {
        width: 100%;
        /* max-height: 300px !important; */
    }
    #home-slider img {
        width: 100%;
        text-align: center;
    }
    .card-body .product-name {
        font-size: 16px;
    }
    .xzoom-container .xzoom-thumbs {
        margin: 0;
        margin-bottom: 16px;
    }
    .bcrumb {
        font-size: 14px;
        flex-wrap: nowrap !important;
        background-color: none !important;
    }
    li.bcrumb-i {
        overflow: hidden;
        min-width: 5ch;
        max-width: 45ch;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .enquiry_btn {
        font-size: 14px;
    }
}

@media screen and (max-width: 576px) {
    .product-block {
        margin-bottom: 15px;
    }
    .product-block .prod-desc-card {
        background: none !important;
        border: none !important;
    }
    .product-block .card-body {
        padding: 5px;
    }
    .product-block h5.card-title {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product-block .main-image {
        height: 150px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .prod-spec {
        max-height: 290px;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .prod-spec {
        max-height: 180px;
    }
}