/* General CSS */
body {
    font-family: 'Instrument Sans', sans-serif;
}

/* Top Bar Starts */
.top-bar{
    background-color: #5E3795;
    padding: 12px 0;
    color: #ffffff;
    font-size: 14px;
}
.top-bar p{
    margin-bottom: 0;
}
.top-bar p{
    font-weight: 400;
}
.top-bar a{
    color: #f9f7f0;
}
.top-bar .offer-text p{
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.top-bar .phone{
    text-decoration: none;
}
.top-bar .social-icons .icon-itself{
    margin: 0 8px;
}
.top-bar .phone:hover,
.top-bar .social-icons .icon-itself:hover{
    opacity: 0.75;
}
@media screen and (max-width:1400px) {
    .top-bar .offer-text p{
        font-size: 12px;
    }
}
@media screen and (max-width:1200px) {
    .top-bar .col-md-4{
        flex: 0 0 auto;
        width: 50%;
    }
    .top-bar .col-md-4.offer-text{
        display: none;
    }
}
@media screen and (max-width:767px) {
    .top-bar .col-md-4:nth-child(1){
        flex: 0 0 auto;
        width: 60%;
    }
    .top-bar .col-md-4:nth-child(3){
        flex: 0 0 auto;
        width: 40%;
    }
}
@media screen and (max-width:500px) {
    .top-bar .col-md-4:nth-child(1),
    .top-bar .col-md-4:nth-child(3){
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
    }
    .top-bar .social-icons.text-end{
        text-align: center !important;
        padding-top: 5px;
    }
}
/* Top Bar Ends */

/* Header Code Starts */
#siteHeader{
    background-color: #f9f7f0 !important;
    padding: 0;
    border-bottom: 1px solid #ececec;
}
#siteHeader .navbar-brand{
    font-weight: 600;
    font-size: 24px;
}
#siteHeader ul.navbar-nav li.nav-item {
    color: #000000;
    font-weight: 600;
}
#siteHeader ul.navbar-nav li.nav-item .nav-link{
    padding: 25px 10px;
    position: relative;
}
#siteHeader ul.navbar-nav li.nav-item .nav-link span:before {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #000000;
    transition: all .3s ease;
    transform: translateX(-50%);
}
#siteHeader ul.navbar-nav li.nav-item .nav-link.active,
#siteHeader ul.navbar-nav li.nav-item:hover > .nav-link{
    font-weight: 600;
}
#siteHeader li.nav-item.bbi:hover span:before,
#siteHeader ul.navbar-nav li.nav-item .nav-link:hover > span:before,
#siteHeader ul.navbar-nav li.nav-item .nav-link.active span:before {
    width: 15px !important;
    border-radius: 5px;
}
#siteHeader ul.navbar-nav li.nav-item.bbi svg {
    transition: transform 0.3s ease;
    font-size: 22px;
}
#siteHeader ul.navbar-nav li.nav-item.bbi:hover svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
#siteHeader ul.navbar-nav li.nav-item.bbi:hover .dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
}
#siteHeader .header-search .form-control{
    font-size: 15px;
    border: 1px solid #dee2e6;
    border-right: 0;
    padding: 10px 0 12px 10px;
    border-radius: 12px 0 0 12px;
    line-height: 1;
}
#siteHeader .header-search .form-control:focus {
    outline: none;
    border: 0;
    box-shadow: none;
    border: 1px solid #dee2e6;
    border-right: 0;
}
#siteHeader .header-search .btn{
    border: 1px solid #dee2e6;
    border-left: 0;
    background-color: #ffffff;
    color: #000000;
    font-size: 24px;
    border-radius: 0 12px 12px 0;
}
#siteHeader .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}
a.navbar-brand img{
    width: 180px;
}
a#boxByIndustryDropdown i {
    font-size: 12px;
}
#siteHeader .dropdown-menu {
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
#siteHeader .position-static .dropdown-menu {
    top: 100%;
    left: 0;
    right: 0;
}
#siteHeader .dropdown-toggle::after{
    display: none;
}
#siteHeader .dropdown-menu{
    padding: 30px 0;
    border-radius: 0;
    border: 0;
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.07);
}
#siteHeader .dropdown-menu h4{
    padding-left: 5px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}
#siteHeader .dropdown-menu h5{
    margin: 20px 5px;
    font-weight: 600;
    text-transform: uppercase;
}
#siteHeader .dropdown-menu a.h6{
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
    margin:  0;
    padding: 0;
    /* background-color: #f9f7f0; */
    border-radius: 12px;
    font-size: 13px;
    transition: background-color 0.3s, color 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#siteHeader .dropdown-menu a.h6 img {
    width: 30px;
}
#siteHeader .dropdown-menu a.h6:hover img {
    filter: invert(1);
}
#siteHeader .dropdown-menu a.h6:hover{
    background-color: #5E3795;
    color: #ffffff;
}
#siteHeader .dropdown-menu ul{
    list-style: none;
    padding-left: 0px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}
#siteHeader .dropdown-menu li{
    margin: 10px 0;
}
#siteHeader .dropdown-menu li a{
    color: #000000;
    text-decoration: none;
}
#siteHeader .dropdown-menu li a:hover{
    font-weight: 500;
}
#siteHeader .dropdown-menu .col-md-6 img{
    border-radius: 20px;
}
#siteHeader li.nav-item.bbi.hovered .nav-link span{
    font-weight: 600 !important;
    color: #000000;
}
#siteHeader li.nav-item.bbi.hovered span:before {
    width: 15px !important;
}
#siteHeader li.nav-search-md,
#siteHeader li.nav-search-lg{
    display: none;
}
#siteHeader .product-box{
    color: #000000;
    text-decoration: none;
}
#siteHeader .product-box .img1{
    transition: transform 0.5s ease-in-out;
    transform: translateX(0%);
}
#siteHeader .product-box .img2{
    transition: transform 0.5s ease-in-out;
    transform: translateX(0%);
}
#siteHeader .product-box .img-hover:hover .img1,
#siteHeader .product-box .img-hover:hover .img2{
    transition: transform 0.5s ease-in-out;
    transform: translateX(-100%);
}
#siteHeader .product-box h6{
    font-size: 15px;
    margin-top: 5px;
    text-transform: capitalize;
    padding: 5px;
}
@media screen and (max-width:1200px){
    .header-search{
        display: none !important;
    }
    #siteHeader li.nav-search-lg{
        display: block;
    }
    #siteHeader li.nav-search a svg{
        font-size: 20px;
    }
    li.nav-item.nav-search a.nav-link {
        display: flex;
        align-items: center;
        background: #ffffff;
        padding: 10px;
        border-radius: 12px;
        border: 1px solid #dee2e6;
    }
}
@media screen and (max-width:992px){
    #siteHeader a.navbar-brand{
        order: 2;
    }
    #siteHeader li.nav-search-lg{
        display: none;
    }
    #siteHeader li.nav-search-md{
        display: block;
        order: 3;
    }
    #siteHeader button.navbar-toggler{
        padding: 0px !important;
        border: 0;
        color: #000000;
        font-size: 28px;
    }
    li.nav-item.nav-search-md a.nav-link{
        background-color: inherit;
        border: 0;
        padding: 0;
    }
    li.nav-item.nav-search-md a.nav-link svg{
        font-size: 24px !important;
    }
    #siteHeader button.navbar-toggler:focus{
        box-shadow: none;
    }
}
/* Header Code Ends */

/* Mobile Menu Starts */
.mobile-menu{
    display: none;
}
@media screen and (max-width:992px){
    .mobile-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        transition: left 0.3s ease;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .mobile-logo{
        font-size: 30px;
        margin: 5px 0;
    }
    .mobile-logo a{
        font-weight: 600 !important;
    }
    .mobile-menu.open {
        left: 0;
        overflow-y: scroll;
        z-index: 1;
    }
    .mobile-menu ul {
        list-style: none;
        padding: 0;
    }
    .mobile-menu ul li {
        padding: 8px 10px;
    }
    .mobile-menu ul li:not(:first-child) {
        border-bottom: 1px solid #dee2e6;
    }
    .mobile-menu ul li a,
    .mobile-menu ul li div.a{
        text-decoration: none;
        color: #5E3795;
        font-weight: 500;
    }
    .mobile-menu span {
        position: absolute;
        top: 0px;
        right: 5px;
        font-size: 25px;
    }
    .mobile-menu .cat-show{
        display: block;
    }
    .mobile-menu .cat-hide{
        display: none;
    }
    .mobile-menu .right-arrow{
        right: 0px;
        top: 0px;
    }
    .mobile-menu .left-arrow{
        margin-left: -6px;
    }
    .mobile-menu li.fw-bold{
        font-size: 22px;
    }
    .mobile-menu .menu-item{
        font-size: 20px;
    }
    .mobile-menu{
        display: block;
    }
}
/* Mobile Menu Ends */

/* Footer CSS Starts */
footer{
    background: radial-gradient(circle at center, #5E3795, #3b2560);
}
footer .social-links a{
    text-decoration: none;
}
footer .social-links a:hover svg{
    opacity: 0.6;
}
footer hr{
    width: 60px;
    background-color: #f9f7f0;
    height: 2px;
    opacity: 0.5;
    margin-top: 5px;
    margin-bottom: 15px;
}
footer .link-wrapper a{
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
footer .link-wrapper a svg{
    font-size: 14px;
}
footer .link-wrapper a:hover{
    opacity: 0.75;
}
footer .text-xs-start{
    margin-top: 30px;
    margin-bottom: 30px;
}
footer .footer-logo{
    max-width: 300px;
    min-width: 200px;
}
footer .footer-bottom{
    background-color: #000;
}
footer .social{
    background-color: #515151;
}
@media screen and (max-width:575px){
    footer .social-container{
        flex-direction: column;
        gap: 15px;
    }
    footer .text-xs-start{
        padding: 0 5px;
        text-align: left !important;
        margin-top: 10px;
    }
    nav#siteHeader > div.container.px-0 {
        padding: 0 10px !important;
    }
}
/* Footer CSS Ends */

/* Alert Cross  */
button.btn-close.btnClose {
    font-size: 14px;
}
.form-control:focus, .form-select:focus{
    box-shadow: none;
    border-color: #5E3795;
    outline: none;
}



/* Search Pop Code */
/* Popup Overlay */
.popup-overlay {
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}

/* Popup Body */
.popup-body {
    width: 60%;
    max-width: 60%;
    height: auto;
    background-color: #fff;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
    z-index: 10000;
    border-radius: 10px;
    box-shadow: 0 0 20px #000;
    text-align: center;
}

/* Close Button */
#close-popup {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #333;
}

/* Search Results */
#search-results {
    margin-top: 15px;
    height: 600px;
    overflow-y: scroll;
}
/* Scrollbar customization */
#search-results::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
}

#search-results::-webkit-scrollbar-thumb {
    background-color: #888; /* Scrollbar thumb color */
    border-radius: 4px; /* Rounded corners for the thumb */
}

#search-results::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Darker color when hovering */
}

#search-results::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Track (background) color */
    border-radius: 4px; /* Rounded corners for the track */
}
.popup-search{
    margin-top: 15px;
}
.productCard h5.card-title{
    font-size: 14px !important;
    text-align: center;
}
.cataBtn{
    text-decoration: none;
}
.productCard .card.cardizs {
    background: #b66b5c29;
}
a.cataBtn:hover .card.cardizs {
    background: #bb6d5c5c;
}
.cardizs{
    border-radius: 20px;
}
.cardizs img{
    border-radius: 20px;
}
@media screen and (max-width:1280px) {
    .colsm4{
        flex: 0 0 auto !important;
        width: 33.33% !important;
    }
}
@media screen and (max-width:992px) {
    .colsm4{
        flex: 0 0 auto !important;
        width: 50% !important;
        margin: 0 !important;
        margin-bottom: 10px !important;
        padding: 5px;
    }
    .popup-body {
        width: 80%;
        max-width: 80%;
        padding: 25px;
    }
    #search-results {
        margin-top: 15px;
        height: 600px;
        overflow-y: scroll;
        /* gap: 0px !important; */
        width: 100%;
        margin: 14px auto;
    }
}
@media screen and (max-width:575px) {
    .popup-body {
        width: 95%;
        max-width: 95%;
        padding: 25px 10px;
    }
}

.addOns .heading p {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}


/*.customer-service-phone {*/
/*    display: inline-block;*/
/*    position: fixed;*/
/*    right: 10px;*/
/*    top: 50px;*/
/*    text-align: center;*/
/*    z-index: 9999;*/
/*}*/
/*.customer-service-phone .phone-label {*/
/*    display: inline-block;*/
/*    font-weight: 550;*/
/*}*/
/*.customer-service-phone a {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    font-weight: 600;*/
/*    font-size: 17px;*/
/*    display: block;*/
/*    color: #5E3795;*/
/*    text-decoration: none;*/
/*    line-height: 1;*/
/*    margin-top: 5px;*/
/*}*/
/*span.support-label {*/
/*    font-size: 12px;*/
/*}*/

/* Home Slider CSS */
.home-slider {
    width: 100%;
}
.home-slider-bg{
    background-color: #f9f7f0;
    height: 435px;
}
.home-slider {
    height: 430px;
}
.image-container img {
    max-width: 600px;
}
.home-slider .slide {
    display: flex !important;
    align-items: center !important;
    justify-content: space-around !important;
}
.home-slider .content {
    padding: 10px;
}

.home-slider .slide img {
    width: 100%;
    object-fit: contain;
    padding: 20px;
}
.home-slider .slide img.animate {
    opacity: 1;
}
.home-slider .content span {
    font-size: 16px;
    margin-bottom: 24px;
    font-weight: 500;
    color: #5E3795;
    letter-spacing: 1px;
}
.home-slider .content h2 {
    font-size: 30px;
    font-weight: 600;
    color: #5E3795;
    margin-bottom: 15px;
}
.home-slider button,
.getQuote_r {
    background-color: #5E3795;
    color: #fff;
    border: none;
    padding: 12px 35px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
}
.home-slider button:hover {
    opacity: 0.75;
}
.home-slider button.slick-arrow.slick-next,
.home-slider button.slick-arrow.slick-prev{
    display: none !important;
}

.home-slider .slick-dots li,
.product-slider .slick-dots li{
    margin: 0 3px;
}
.home-slider .slick-dots li button:before,
.product-slider .slick-dots li button:before{
    font-size: 12px;
    border: 1px solid transparent;
}
.home-slider .slick-dots li.slick-active button:before,
.product-slider .slick-dots li.slick-active button:before{
    font-size: 12px;
    border: 1px solid #5E3795 !important;
    border-radius: 50%;
}
.home-slider .slick-dots li button:hover,
.product-slider .slick-dots li button:hover {
    border: 1px solid #5E3795 !important;
    border-radius: 50%;
    background-color: transparent;
}
.product-slider ul.slick-dots{
    bottom: -30px;
}
.home-slider ul.slick-dots {
    bottom: 10px;
}

@media screen and (max-width:767px) {
    .home-slider-bg{
        height: 680px;
    }
    .home-slider {
        height: 680px;
    }
    .home-slider .slide {
        flex-direction: column-reverse;
        padding-bottom: 60px;
    }
    .home-slider .slide img {
        height: 400px;
    }
}
@media screen and (max-width:575px) {
    .home-slider .content h2 {
        font-size: 35px;
    }
    .home-slider{
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .home-slider .content {
        padding: 10px 0;
    }
    .home-slider .slide img {
        height: 320px;
    }
}
/* Home Slider CSS Ends */

/* Home Product Grid */
.productgrid{
    padding: 50px 0;
}
/* .products_slick{
    display: none;
} */
.desktop_products_grid{
    display: flex;
}
.heading{
    text-align: center;
    font-weight: 600;
    font-size: 40px;
}
.para{
    text-align: center;
    width: 80%;
    margin: 0 auto 30px auto;
}
.productbox{
    color: #000000;
    text-decoration: none;
}
.productbox p {
    font-size: 14px;
}
.productbox img{
    border-radius: 20px;
    width: 100%;
}
.productbox .img1{
    animation: fadeIn 0.4s ease-in-out;
}
.productbox .img2{
    display: none;
    animation: fadeOut 0.4s ease-in-out;
}
/* .productbox .imghover:hover .img1{
    display: none;
    animation: fadeOut 0.4s ease-in-out;
}
.productbox .imghover:hover .img2{
    display: block;
    animation: fadeIn 0.4s ease-in-out;
} */
.products_slick .slick-list {
    width: 90%;
    margin: 0 auto;
}
.products_slick .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
}
.products_slick .slick-dots li{
    margin: 0px;
    width: 15px;
    height: 15px;
}
.products_slick .slick-dots li button{
    padding: 0px;
}

.products_slick button.slick-arrow.slick-next,
.products_slick button.slick-arrow.slick-prev{
    display: none !important;
}
.shop_packaging_slider button.slick-arrow.slick-next,
.shop_packaging_slider button.slick-arrow.slick-prev{
    display: none !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@media screen and (max-width:575px){
    .productgrid{
        padding: 30px 0 50px 0;
    }
    .heading{
        width: 80%;
        margin: 0 auto 10px auto;
        font-size: 30px;
    }
    /* .products_slick{
        display: block;
    } */
    .desktop_products_grid{
        margin: 5px;
    }
}
/* Home Product Grid Ends */

/* Shop Packaging Code Starts */
.shop_packaging_slider button.slick-arrow.slick-next,
.shop_packaging_slider button.slick-arrow.slick-prev{
    display: none !important;
}
.shop_packaging_slider .slick-track{
    display: flex;
}
.shop_packaging_slider .slick-list .slick-slide {
    margin: 0 10px;
}
.shop_packaging_slider .slick-dots li{
    margin: 0 3px;
}
.shop_packaging_slider .slick-dots li button:before {
    font-size: 12px;
    border: 1px solid transparent;
}
.shop_packaging_slider .slick-dots li.slick-active button:before{
    font-size: 12px;
    border: 1px solid #5E3795 !important;
    border-radius: 50%;
}
.shop_packaging_slider .slick-dots li button:hover {
    border: 1px solid #5E3795 !important;
    border-radius: 50%;
    background-color: transparent;
}
.shop_packaging_slider ul.slick-dots {
    bottom: -35px;
}
.shopPackaging{
    background-color: #f9f7f0;
    padding: 80px 0;
}
.shopHeading{
    font-size: 40px;
    margin-bottom: 8px;
    line-height: 1.2;
    font-weight: 600;
}
.shop_packaging_slider{
    margin: 20px 0;
}
.product_card_thumbnail_link{
    color: #000000;
}
.slider_image{
    border-radius: 15px;
}
.product_card_title a{
    color: #000000;
    text-decoration: none;
    text-transform: capitalize;
}
@media screen and (max-width:575px){
    .shopHeading{
        font-size: 30px;
    }
    .shopPackaging{
        padding: 50px 0 70px 0;
    }
}
/* Shop Packaging Code Ends */

/* Banner section code starts */
.homeBannerFourthSection{
    padding: 80px 0;
    background-color: #5E3795;
}
.bannerLeftContent h2{
    color: #ffffff;
    font-weight: 600;
    font-size: 40px;
}
.bannerLeftContent a{
    background-color: #ffffff;
    color: #5E3795 !important;
    padding: 15px 30px;
    border-radius: 12px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.bannerLeftContent a:hover{
    opacity: 0.75;
}
.bannerLeftContent p{
    color: #ffffff;
}
.rightBannerImage{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.rightBannerImage img{
    width: 90%;
}
@media screen and (max-width:767px){
    .rightBannerImage{
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media screen and (max-width:575px){
    .homeBannerFourthSection{
        padding: 80px 5px;
    }
    .bannerLeftContent h2{
        font-size: 30px;
    }
}
/* Banner section code ends */

/* Products Grid CSS Starts */
.productsGrid{
    padding: 80px 0;
    overflow-x: hidden;
}
.productsGrid h2{
    font-size: 40px;
    font-weight: 700;
}
.productsGrid .productBox.yellowish{
    background-color: #fff8e0;
}
.productsGrid .productBox.blackish{
    background-color: #ededed;
}
.productsGrid .productBox{
    position: relative;
    border-radius: 18px;
    transition: box-shadow 0.3s ease;
    overflow: hidden;
}
.productsGrid .productBox:hover{
    box-shadow: 0 4px 14px 4px #36363633;
}
.productsGrid .productBox a{
    text-decoration: none;
    color: #5E3795;
    font-weight: 600;
    line-height: 1.4;
}
.productsGrid .productBox .itemtop{
    position: absolute;
    z-index: 999;
}
.productsGrid .productBox .itemtop .title{
    font-size: 26px;
    padding: 15px 20px;
}
.productsGrid .productBox .productpic{
    text-align: right;
}
.productsGrid .productBox .productpic img {
    transition: transform 0.8s ease;
    z-index: 1;
}
.productsGrid .productBox:hover .productpic img {
    animation: zoomInOut 0.8s infinite alternate;
}
@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
.productsGrid .productBox .iconArrow{
    font-size: 28px;
    margin-top: 15px;
    margin-left: 20px;
    opacity: 0.6;
    transition: font-size 0.3s ease, opacity 0.3s ease;
}
.productsGrid .productBox:hover .iconArrow{
    opacity: 1;
    font-size: 40px;
}
.desktopProducts{
    display: flex;
}
.mobileProducts{
    display: none;
}
@media screen and (max-width:1200px){
    .productsGrid .col50 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media screen and (max-width:767px){
    .desktopProducts{
        display: none;
    }
    .mobileProducts{
        display: flex;
    }
    .paginationBtn{
        background-color: #5E3795;
        color: #ffffff;
        border: none;
        padding: 10px 30px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 10px;
    }
}
@media screen and (max-width:575px){
    .productsGrid .productBox .itemtop .title{
        font-size: 20px;
        line-height: 1.4;
    }
    .productsGrid{
        padding: 70px 20px;
    }
    .productsGrid .productBox .productpic img{
        width: 150px;
        height: 180px;
    }
    .pxsm3{
        padding: 0 20px;
    }
    .productsGrid h2{
        font-size: 30px;
    }
}

@media screen and (max-width:480px){
    .productsGrid .productBox .itemtop .title{
        font-size: 18px;
    }
    .productsGrid .productBox{
        width: 100%;
        height: 150px;
        position: relative;
    }
    .productsGrid .productBox .productpic img{
        width: 110px;
        height: 130px;
        position: absolute;
        bottom: 2px;
        right: 2px;
    }
    .productsGrid .col50 {
        padding: 5px;
    }
}
/* Products Grid css ends */

/* Home Addons css starts */
.addOns .heading{
    padding: 30px 60px 20px 60px;
    background-color: #5E3795;
    border-top-left-radius: 100px;
    border-top-right-radius: 30px;
    text-align: left;
}
.addOns .heading h2{
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
}
.addOns .heading img{
    position: absolute;
    bottom: 0;
    right: 4px;
}
.addOnsBg{
    background-color: #ededed;
    padding: 20px;
    margin: 0px;
}
.addOnsBg .a{
    text-decoration: none;
    color: #5E3795;
    text-align: center;
    background: #ffffff;
    display: block;
    border-radius: 15px
}
.addOnsBg .a:hover{
    background-color: #f9f7f0;
    box-shadow: 0 2px 5px 2px #36363611;
}
.addOnsBg .a img{
    border-radius: 15px;
}
.addOnsBg .a .content{
    padding: 10px;
}
.addOnsBg .a .content h4{
    font-weight: 700;
    margin-bottom: 0;
    font-size: 22px;
}
.paddb5{
    padding-bottom: 3rem;
}
@media screen and (max-width:992px) {
    .addOns .heading img{
        display: none;
    }
    .addOnsBg .col50{
        width: 50%;
    }
}
@media screen and (max-width:575px) {
    .addOns .heading {
        padding: 30px 40px 20px 40px;
        text-align: center;
    }
    .addOnsBg{
        padding: 0px;
    }
    .addOns .heading{
        width: 100%;
    }
    .addOns .heading h2{
        font-size: 30px;
    }
    .addOnsBg .a .content h4{
        font-size: 18px;
    }
    .addOnsBg .a .content p{
        font-size: 14px;
    }
}
@media screen and (max-width:480px) {
    .addOnsBg .a .content h4{
        font-size: 16px;
    }
    .addOnsBg .a .content p{
        font-size: 14px;
    }
}
/* Home Addons css ends */

/* Home Tabs CSS Starts */
#getAQuoteCont {
    padding: 70px 0;
}
.homeTabs {
    justify-content: center;
    gap: 5px;
    border: 0;
}
.homeTabs li button{
    color: #5E3795;
    border-radius: 25px;
    padding: 10px 20px;
    border: 1px solid #dee2e6 !important;
}
.homeTabs li button:hover{
    background: #5E3795 !important;
    color: #ffffff !important;
}
.getAQuoteForm{
    margin: 30px 0;
    padding: 0 20px;
}
.btnQuote{
    position: relative;
    padding: 15px 20px;
}
.btnQuote:after{
    position: absolute;
    background-color: #00000021;
    content: "";
    top: 0px;
    left: 0px;
    width: 54px;
    height: 54px;
    border-radius: 25% !important;
    position: absolute;
    z-index: -1;
    border-radius: inherit;
    transition: 0.4s;
}
.btnQuote:active,
.btnQuote:focus{
    outline: 0 !important;
    box-shadow: none;
    border: 0;
}
.btnQuote:hover::after{
    width: 100%;
    height: 100%;
    border-radius: 15px !important;
}
#homeTabs .nav-link.active{
    background: #5E3795 !important;
    color: #ffffff !important;
}
#homeFaqs{
    padding: 0 60px;
}
#homeFaqs .accordion-button:not(.collapsed){
    background-color: #5E3795;
    color: #ffffff;
    box-shadow: none;
}
#homeFaqs .accordion-button:not(.collapsed)::after{
    filter: invert(1);
}
#homeFaqs .accordion-button{
    box-shadow: none;
}
#description-tab-pane h4{
    font-weight: 600;
}
#getAQuoteCont{
    padding: 40px 0;
}
.btn:disabled{
    border: 0 !important;
}
.form-control:focus, .form-select:focus{
    box-shadow: none;
    border-color: #5E3795;
    outline: none;
}
@media screen and (max-width:767px) {
    .getAQuoteForm{
        padding: 0px;
    }
    .col100{
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin: 5px 0;
    }
    .col50{
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        margin: 5px 0;
    }
    .getAQuoteForm .rowmymob{
        margin: 5px 0 !important;
    }
    .my2{
        margin: 5px 0;
    }
}
/* Home Tabs CSS Ends */

/* Blogs CSS Starts */
.maincont{
    background-color: #515151;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 78px;
    padding-bottom: 250px;
    gap: 24px;
}
.maincont h1{
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}
.maincont .para{
    color: #fff;
    text-align: justify;
    font-size: 20px;
}
.firstArticle{
    margin: -250px 0 0;
    background-color: #fff;
    padding: 12px;
    border-radius: 12px;
    text-decoration: none;
    display: flex;
    border: 2px solid #5E3795;
}
.metadata{
    padding: 21px 40px;
    display: flex;
    flex-direction: column;
    width: 40%;
}
.imageContainer{
    overflow: hidden;
    width: 60%;
}
.categories{
    margin-top: auto;
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}
.title{
    color: #5E3795;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
}
.subtitle{
    margin: 5px 0;
    color: #5E3795;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
}
.author{
    margin-top: auto;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #605d5d;
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}
.catLabel{
    background-color: #5E3795;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.categoriesGrid{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    z-index: 2;
}
.badge{
    cursor: pointer;
    border-radius: 52px;
    padding: 8px 16px;
    border: 1px solid #5E3795;
    color: #5E3795;
}
.badge.activebtn,
button.activebtn{
    background-color: #5E3795;
    color: #fff;
}
.articlesGridList{
    padding-bottom: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.articleCard{
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #e8e8ea;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-decoration: none;
    overflow: hidden;
}
.articleCardImageContainer{
    border-radius: 6px;
    overflow: hidden;
}
.articleCardImageContainer img{
    transition: all .5s;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}
.articleCardMetadata{
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 1;
}
.articleCardCategories{
    display: flex;
    gap: 8px;
}
.categoryBadge{
    background-color: #5E3795;
    color: #fff;
    padding: 4px 10px;
    gap: 4px;
    border-radius: 6px;
}
.articleCardTitle{
    color: #5E3795;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
}
.articleCard .author{
    margin-top: auto;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #5E3795;
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}
.articleCard .authorName{
    font-weight: 500;
}
.articleCard .authorDate{
    color: #767676;
    font-weight: 400;
    margin-left: 8px;
}
.customPagination{
    padding-bottom: 80px;
}
.customPagination button{
    margin-right: 10px;
    width: 30px;
    border-radius: 6px;
    border: 2px solid #5E3795;
}
.blog__link{
    text-decoration: none;
}
.blog__title{
    color: #5E3795;
    margin-bottom: 0;
    font-size: 20px;
    padding: 0 10px;
}
.blog__date{
    margin: 0;
    color: #5E3795;
    padding: 0 10px;
}
.articleCardIndex{
    padding: 0;
    border: 1px solid #dbdada;
    box-shadow: 12px 32px 35px 0px rgba(0, 0, 0, 0.1);
}
.blog__link:hover .articleCardIndex{
    -webkit-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.25);
}
.marginIndex{
    margin-bottom: 100px;
}
.latestBlogsHeading{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.see__all_blogs{
    background-color: #5E3795;
    color: #fff;
    border: none;
    padding: 12px 35px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
}
.see__all_blogs:hover{
    opacity: 0.75;
}
@media screen and (max-width: 1044px) {
    .firstArticle{
        flex-direction: column;
    }
    .metadata{
        width:100%;
    }
    .imageContainer {
        width:100%;
        height: 350px;
        text-align: center;
    }
    .articlesGridList{
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width:767px) {
    .articleCardIndex{
        margin-bottom: 20px;
    }
    .maincont{
        padding: 30px 15px;
    }
    .firstArticle{
        margin: 0;
    }
    .title{
        font-size: 26px;
        margin-bottom: 0;
    }
    .metadata{
        padding: 21px 20px;
    }
}
@media screen and (max-width:575px) {
    .maincont h1{
        font-size: 35px;
        font-weight: 600;
    }
    .maincont .para{
        font-size: 18px;
    }
    .maincont{
        margin-bottom: 15px !important;
    }
    .articlesGridList{
        grid-template-columns: 1fr;
    }
    .articleCardTitle{
        font-size: 20px;
    }
}
/* Blogs CSS Ends */
.menu-cat{
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    color: inherit;
}

.box-by-style-product{
    font-size: 20px !important;
    padding: 15px 15px !important;
    word-wrap: break-word !important;
    width: 60%;
}
.description{
    background: radial-gradient(circle at center, #5E3795, #3b2560);
    color: #fff !important;
    height: 500px;
    overflow-x: hidden !important ;
    overflow-y:scroll;
    padding: 30px 30px;
    border-radius: 12px;
}

.blog-image{
    height: 300px;
    object-fit: cover;
}


p#breadcrumbs {
    padding: 0;
    color: #fff;
    opacity: .7;
}
p#breadcrumbs>span {
    margin: 0;
    background: #001e2f;
    border-radius: 6px;
    overflow: hidden;
    display: inline-block;
}
p#breadcrumbs>span>span {
    display: inline-block;
    padding: 7px 15px;
    float: left;
    color: #fff;
    position: relative;
    font-size: 10px;
}
p#breadcrumbs>span>span a{
   text-decoration: none;
    color: #fff;
}


p#breadcrumbs>span>span a:after {
    width: 1px;
    content: "";
    background-color: #90A3AD;
    position: absolute;
    right: 0;
    top: -3px;
    bottom: -3px;
    transform: rotate(27deg);
    -webkit-transform: rotate(27deg);
    -moz-transform: rotate(27deg);
    -ms-transform: rotate(27deg);
    -o-transform: rotate(27deg);
}

.breadcrumbImage{
    width: 30%;
    height: 30%;
    margin:auto;
}

.background-primary{
    background: radial-gradient(circle at center, #5E3795, #3b2560);
    color: #fff;
}
.product-thumbnail-carousel img {
    border: 2px solid transparent;
    cursor: pointer;
}

.product-thumbnail-carousel .slick-current img {
    border-color: #007bff;
}
.requestBtn{
    width: 100%;
    margin-top: 20px;
}

.qouteForm-Border{
    border:1px solid;
}

.product-main-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-main-carousel img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    margin: auto;
}

.product-thumbnail-carousel {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.product-thumbnail-carousel img {
    height: 100px;
    width: auto;
    object-fit: contain;
    border: 2px solid transparent;
    cursor: pointer;
}
.custom-tab-nav {
    background-color: #f6f7f9;
    border-radius: 10px;
    padding: 6px;
    display: flex;
    gap: 10px;
    justify-content: start;
    margin-bottom: 20px;
}

.custom-tab-nav .nav-link {
    border: none;
    border-radius: 8px;
    background-color: transparent;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 16px;
}

.custom-tab-nav .nav-link.active {
    background-color: #5E3795;
    color: white;
}


.accordion-button {
    background-color: #5E3795 !important;
    color: white !important;
}
.border-r-50{
    border-radius: 50px !important;
}

