body{
    font-family: "Rubik", serif !important;
}
a{
    text-decoration: none !important;
}
.header-bg-gray{
    background-color: #EEEEEE;
}
header .home-header-number{
    color: #015692;
    font-size: 18px;
    font-weight: 400;
}
.home-logo{
    height: 65px;
}
.home-header-menu{
    display: flex;
    width: 100%;
    gap: 30px;
}
.home-header-menu .categoties-sect{
    width: 30%;
    background-color: #015692;
    color: #fff;
    padding: 22px 36px;
}
.home-header-menu .categoties-sect a{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.home-header-menu .home-menus{
    width: 58%;
    background-color: #015692;
    color: #fff;
    padding: 22px 36px;
}
.home-header-menu .cart-sec{
    width: 12%;
    background-color: #015692;
    color: #fff;
    padding: 22px 36px;
}
.home-menus ul{
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    gap: 18px;
}
.home-menus ul li a{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.home-menus .navbar {
    padding: 0 !important;
    background-color: #015692;
}
.home-menus .navbar .nav-item a{
    padding: 0;
}
.home-menus .navbar .nav-item a:hover{
    color: #D2AC67;
    transition: 0.2s;
}
.home-menus .navbar-toggler{
    border-color: #fff !important;
}
.home-menus .navbar-toggler-icon{
    background-image: url(../images/icon/menu.png);
}
.navbar-toggler:focus{
    box-shadow: none;
}

.cate-respo-head{
    display: none;
    font-size: 20px;
    color: #015692;
    font-weight: 500;
    margin-bottom: 0;
}
.home-header-menu .cart-sec a{
    color: #fff;
    font-size: 16px;
}
.home-banner{
    display: flex;
    margin-top: 30px;
    gap: 30px;
}
.home-banner .categotie-tabs{
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    gap: 15px;
    display: flex;
    flex-direction: column;
    width: 29%;
}
.home-banner .categotie-tabs li{
    background-color: #EEEEEE;
    padding: 15px 30px;
}
.home-banner .categotie-tabs li a{
    font-size: 16px;
    font-weight: 400;
    color: #015692;
}
.banner-dd{
    position: relative;
    width: 69%;
}

.banner-dd img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-dd .banner-content{
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.banner-dd .banner-content h2{
    font-size: 48px;
    font-weight: 400;
    color: #fff;
}
.banner-dd .banner-content p{
    font-size: 32px;
    font-weight: 400;
    color: #fff;
}
.a-btnf{
    display: block;
    padding: 18px 16px;
    background-color: #fff;
    font-size: 26px;
    font-weight: 500;
    color: #015692;
    border: 0;
    border-radius: 5px;
    border: 1px solid #fff;
    transition: 0.2s linear;
}
.a-btn-a-tag{
    color: #015692;
    font-size: 26px;
    transition: 0.2s linear;
    font-weight: 500;
}
.a-btnf:hover{
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: 0.2s linear;
}
.a-btnf:hover .a-btn-a-tag{
    color: #fff;
    transition: 0.2s linear;
}
.main-head{
    font-size: 36px;
    color: #015692;
    font-weight: 500;
    margin-bottom: 0;
}
.main-paragraph{
    font-size: 1rem;
    font-weight: 400;
    color: #707070;
    margin-bottom: 0;
}
.product-list-card{
    background-color: #fff;
    border: 2px solid #EEEEEE;
    display: block;
}
.product-list-card .product-rate{
    font-size: 18px;
    color: #015692;
    font-weight: 700;
    margin: 0;
}
.product-list-card .product-pargph{
    font-size: 16px;
    color: #303030;
    font-weight: 400;
    margin: 0;
    margin-top: 5px;
}
.card-product-image{
    width: 100%;
    height: 100%;
    aspect-ratio: 1.1;
    object-fit: contain;
    padding-left: 20px;
    padding-right: 20px;
}
.Products-card{
    padding: 0 20px;
    padding-bottom: 20px;
}
.product-select-btn{
    background-color: #015692;
    font-weight: 500;
    width: 100%;
    border: 2px solid #015692;
    transition: 0.2s linear;
}
.product-select-btn .product-select-atag{
    font-size: 18px;
    color: #fff;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: 0.2s linear;
    display: block;
}
.product-select-btn:hover{
    transition: 0.2s linear;
    background-color: #fff;
}
.product-select-btn:hover .product-select-atag{
    transition: 0.2s linear;
    color: #015692;
}
.product-sbanner-ddff{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.product-sbanner-ddff .sbanner-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scaleY(1);
    transition: 0.2s linear;
    cursor: pointer;
}
.product-sbanner-ddff .sbanner-image:hover{
    transform: scaleY(1.03);
    transition: 0.1s linear;
}
.rowgap-1_5{
    row-gap: 1.5rem;
}
.product-full-space-banner{
    position: relative;
    overflow: hidden;
    height: 300px;
    max-height: 300px;
}
.sh-btn{
    background-color: #015692; 
    border: 0;
    padding: 12px 42px;
    border: 2px solid #015692;
    transition: 0.2s linear;
}
.sh-btn .sh-btn-atag{
    color: #ffff;
    font-size: 22px;
    font-weight: 400;
    display: block;
}
.sh-btn:hover{
    transition: 0.2s linear;
    background-color: #FFF; 
}
.sh-btn:hover .sh-btn-atag{
    color: #015692;

}
.fbanner-content{
    font-size: 42px;
    font-weight: 500;
    color: #015692;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.fbanner-content h3{
    font-size: 42px;
    color: #015692;
    font-weight: 500;
    margin: 0;
}
.fbanner-content p{
    color: #27241F;
    opacity: 0.5;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}
.product-full-space-banner .img-full-space{
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: 0.2s linear;
}
.certification-section{
    background-image: url(../images/comon_bg.png);
    background-position: center;
    background-size: cover;
}
.certification_slider .item img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.certification_slider.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 40px;
    padding-bottom: 3rem;
}
.certification_slider.owl-theme .owl-dots .owl-dot span{
    background: rgba(1, 86, 146, 0.3);
}
.certification_slider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #015692;
}
.latest_card{
    overflow: hidden;
}
.latst-image{
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.latest_card .latest-card-content{
    background-color: #fff;
    margin-top: 20px;
}
.latest-card-content .latest-date{
    font-size: 12px;
    color: #D2AC67;
    font-weight: 400;
    margin-bottom: 5px;
}
.latest-card-content .latest-card-head{
    margin: 0;
    font-size: 26px;
    color: #015692;
    font-weight: 500;
}
footer{
    background-color: #015692;
    color: #fff;
    padding: 30px 0;
}
footer .footer-logo{
    height: 65px;
    object-fit: contain;
}
footer .logo-detail{
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
footer .footer-address{
    margin-top: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 200;
}
footer .footer-address span{
    display: block;
    font-size: 14px;
    font-weight: 700;
}
.footer-company-tab p{
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 12px;
}
.footer-company-tab ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-company-tab ul li a{
    color: #fff;
    text-transform: capitalize;
    transition: 0.2s linear;
}
.footer-company-tab ul li a:hover{
    color: #D2AC67;
    transition: 0.2s linear;
}
.footer-social-icon p{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.footer-social-icon ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: max-content;
}
.footer-social-icon ul li a{
    width: 30px;
    height: 30px;
    display: block;
}
.footer-social-icon ul li a img{
    object-fit: contain;
    width: 100%;
}
.footer-company-tab{
    width: max-content;
    margin-left: auto;
}
.footer-social-icon{
    width: max-content;
    margin-left: auto;
}
.sticky-header{
    position: sticky;
    left: 0;
    top: -1px;
    z-index: 999999;
}
.scrolled {
    background-color: #015692;
    transition: 0.2s all linear;
}
.scroller-logo{
    display: none;
    height: 68px;
}
.scroller-logo img{
    height: 100%;
}
.scroll-remove{
    display: block;
}
.sticky-header.scrolled .home-header-menu .scroll-remove{
    display: none;
}
.sticky-header.scrolled .home-header-menu .scroller-logo{
    display: block;
    transition: 0.3s linear;
}
.sticky-header.scrolled .home-header-menu .categoties-sect{
    padding: 0;
}
.nav-log{
    height: 50px;
    padding: 0;
}
.nav-log img{
    height: 100%;
}
.my-navbar-custom .nav-item .nav-link{
    color: #303030;
}
.my-navbar-custom .nav-item .nav-link:hover{
    color: #015692;
}
.com-header.scrolled .navbar{
    background-color: #015692 !important;
    transition: 0.3s;
}
.com-header.scrolled .navbar .my-navbar-custom .nav-item .nav-link{
    color: #fff;
}
.nav-log img:last-child{
    display: none;
}
.nav-log img:first-child{
    display: block;
}
.com-header.scrolled .nav-log img:last-child{
    display: block;
}
.com-header.scrolled .nav-log img:first-child{
    display: none;
}
.com-header.scrolled .navbar-toggler{
    border-color: #FFF;
}
.com-header.scrolled .navbar-toggler .navbar-toggler-icon{
    background-image: url(../images/icon/menu.png);;
}
.product-detail-container{
    max-width: 1050px;
    width: 1050px;
    margin: 0 auto;
    padding: 60px 0;
}

/* product details */

.product-imgs img {
  width: 100%;
  display: block;
}
.img-display {
  overflow: hidden;
}
.img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}
.img-showcase img {
  min-width: 100%;
  object-fit: contain;
  
}
.img-select {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.img-item {
  margin: 7.5px;
  width: 76px;
  height: 76px;
  aspect-ratio: 1.1;
  object-fit: contain;
  display: flex;
      justify-content: center;
      align-items: center;
}
.img-item a{
    cursor: pointer;
}
.img-item{
    border: 1px solid #D0D0D0;
}

.img-item:hover {
  opacity: 0.8;
}


.product-detail-bg{
    background-image: url(../images/comon_bg.png);
    background-position: center;
    background-size: cover;
}
.product-detail-card-right{
    background-color: #fff;
    padding: 36px;
    height: min-content;
}
.product-detail-card-right .product-page-tabmenu{
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.product-detail-card-right .product-page-tabmenu span{
    cursor: pointer;
}
.product-enquiry-container .in_stock{
    color: #009705;
}
.product-enquiry-container .out_stock{
    color: #EE0F13;
}
.product-detail-card-right h6{
    color: #015692;
    font-size: 35px;
    font-weight: normal;
    padding: 20px 0;
    margin: 0;
}
.product-detail-card-right .price{
    color: #494949;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}
.product-detail-card-right .alert-price{
    color: #EE0F13;
    text-decoration: line-through;
    padding-right: 15px;
}
.product-enquery-container{
    margin-top: 36px;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: center;
}
.product-enquery-container .out_stock{
    color: #EE0F13;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.product-enquery-container .in_stock{
    color: #009705;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.enquiry-btn{
    background-color: #015692;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    transition: 0.2s linear;
    border: none;
}
.enquiry-btn:hover{
    background-color: #D2AC67;
    transition: 0.2s linear;
}
.enquiry-btn a img{
    height: 19px;
    height: 19px;
    object-fit: contain;
    padding-right: 8px;
}
.enquiry-btn a{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}



