:root {
    --primary-color: #005192;
    --secondary-color: #e41c24;
    --font-primary-color: #161616;
    --font-secondary-color: #5F5F5F;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.custom-container{
    max-width: 1700px;
    margin: auto;
}
.container-gap{
    margin-top: 40px;
}
.com-padding{
    padding: 0 52px;
}
.com-padding-pro{
    padding: 0 40px;
}
@media only screen and (max-width: 1052px) {
    .com-padding-pro{
        padding: 0 10px;
    }
}
/* .enq-btn{
    text-decoration: none;
    background: var(--secondary-color);
    padding: 10px 45px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-family: 'poppins';
    font-size: 1.2rem;
    display: block;
    width: max-content;
    position: fixed;
    right: 0;
    top: 250px;
    transform: rotate(270deg);
}
.enqu-btn-sec{
    max-width: 1700px;
    position: relative;
} */
@media only screen and (max-width: 991px) {
    .enqu-btn-sec{
        display: none;
    }
}
/* ###################### Home Page ###################### */
.banner-section{
    position: relative;
    /* z-index: -1; */
    margin-top: 10px;
}
.banner_img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    -o-object-fit: cover;
}
.banner_content{
    position: absolute;
    top: 170px;
    left: 60px;
}
.banner-main-tag{
    font-family: 'poppins';
    font-weight: 600;
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 0;
    text-transform: capitalize;
}
.banner-sub-tag{
    font-family: 'dosis';
    font-weight: 400;
    color: #fff;
    font-size: 1.6rem;
    margin-top: -5px;
    text-transform: capitalize;
}
@media only screen and (max-width: 567px) {
    .banner_content{
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .banner-main-tag, .banner-sub-tag{
        text-align: center;
    }
}
.banner-btm-icon-container{
    background: #F3F3F3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    margin-top: 10px;
    border-radius: 20px;
}
.icons-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 50px;
    color: var(--font-primary-color);
    font-weight: 500;
    white-space: nowrap;
}
.banner-btn-icons{
    width: 60px;
    display: block;
    margin-bottom: 10px;
}
.title-container{
    text-align: center;
    margin-bottom: 45px;
}
.main-head{
    text-transform: capitalize;
    font-size: 1.9rem;
    font-family: 'roboto';
    font-weight: 900;
    letter-spacing: 0.8px;
    background: rgb(234,31,37);
    background: linear-gradient(231deg, rgba(234,31,37,1) 1%, rgba(67,130,197,1) 100%);  
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
}
.sub-tag{
    color: var(--font-secondary-color);
    font-family: 'poppins';
    font-weight: 400;
    font-size: 0.9rem
}
.products-hm-container{
    text-align: center;
    position: relative;
}
.products-hm-container img{
    width: 250px;
    height: 250px;
    object-fit: cover;
    -o-object-fit: cover;
    filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
}
.hm-pro-name{
    color: var(--secondary-color);
    text-transform: capitalize;
    font-family: 'poppins';
    font-weight: 500;
    font-size: 1.1rem;
    margin-top: 25px;
}
.hm-pro-size{
    text-transform: capitalize;
    color: var(--font-secondary-color);
    font-family: 'poppins';
    font-weight: 400;
    margin-top: 5px;
}
.hm-pro-size span{
    text-transform: lowercase;
}
.pro-view-btn{
   text-decoration: none;
   text-transform: capitalize;
   color: #fff;
   text-align: center;
   background-color: var(--primary-color);
   box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
   border-radius: 3px;
   padding: 6px 20px;
   font-family: 'poppins';
   font-weight: 500;
}
.pro-view-btn:hover{
    color: #fff;
}
.hm-pro-img-container{
    position: relative;
}
.pro-overlay{
    display: none;
}
.hm-pro-img-container:hover .pro-overlay{
    display: block;
}
.overlay-content{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.overlaybg{
    background-color: #000;
    height: 93%;
    width: 93%;
    border-radius: 10px;
    opacity: 0.6;
    position: absolute;
    top: 10px;
    left: 10px; 
}
.overlay-pro-name{
    font-family: 'poppins';
    font-weight: 500;
    color: #fff;
    z-index: 10;
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.overlay-pro-btn{
    text-decoration: none;
   text-transform: capitalize;
   color: #fff;
   text-align: center;
   background-color: var(--primary-color);
   box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
   border-radius: 3px;
   padding: 6px 20px;
   font-family: 'poppins';
   font-weight: 500;
}
.overlay-pro-btn:hover{
    color: #fff;
}
.requcallback{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}
.requcallback-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.req-head{
    color: #fff;
    text-transform: capitalize;
    font-family: 'poppins';
    font-weight: 600;
    font-size: 1.8rem;
    margin-right: 20px;
    margin-bottom: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.requcallback-container input{
    padding: 8px;
    text-indent: 10px;
    border: 1px solid var(--secondary-color);
    border-radius: 8px;
    margin-right: 20px;
    margin-bottom: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    outline: none;
}
.requcallback-container button{
    padding: 8px 20px;
    font-weight: 500;
    border: none;
    background-color: var(--secondary-color);
    color: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 567px) {
    .requcallback-container input{
        width: 100%;
    }
    .req-head{
        text-align: center;
    }
    .requcallback-container button{
        margin-top: 20px;
        padding: 8px 40px;
    }
}
.about-hm-container{
    text-align: center;
    width: 60%;
    margin: auto;
    color: var(--font-secondary-color);
    font-family: 'poppins';
    font-weight: 400;
    font-size: 1rem;
}
.about-hm-containerBullet{
    text-align: start;
    width: 60%;
    margin: auto;
    color: var(--font-secondary-color);
    font-family: 'poppins';
    font-weight: 400;
    font-size: 1rem;
}
@media only screen and (max-width: 991px) {
    .about-hm-container{
        width: 90%;
    }
}
@media only screen and (max-width: 567px) {
    .about-hm-container{
        width: 100%;
    }
}
/* ###################### About Us Page ###################### */
.stonenames-list{
    list-style: none;
    padding: 0;
}
.stonenames-list li{
    display: inline;
}
.stonenames-list li:after {
    content: ",";
}
.stonenames-list li:last-child:after {
    content: "";
}
.license-imgs .gallery img {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* ###################### Product Page ###################### */
.product-card{
    background: #F3F3F3;
    box-shadow: 0px 2px 17px 3px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 2px 17px 3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 17px 3px rgba(0, 0, 0, 0.16);
    border-radius: 9px;
    padding: 10px;
    margin:10px;
    text-align: center;
}
.product-card-img{
    overflow: hidden;
}
.product-card-img img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    -o-object-fit: cover;
    filter: drop-shadow(0px 0px 11px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.product-card-img img:hover {
    transform: scale(1.2);
    overflow: hidden;
}
@media screen and (max-width: 1250px) and (min-width: 991px) {
    .product-card-img img{
        height: 170px;
    }
}
.list-pro-name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
            line-clamp: 1; 
    -webkit-box-orient: vertical;
}
/* ###################### Contact us ###################### */
.form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../images/contact-form-bg.svg) no-repeat top center;
    background-size: contain;
    min-height: 430px;
}
.form-container .input {
    margin-bottom: 20px;
}
.form-container .submit {
    text-align: right;
    display: block;
}
.form-container .contact-form {
    width: 60%;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.address-section {
    position: relative;
} 
.address-section p {
    font-family: 'poppins';
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 40px;
    color: var(--font-secondary-color);
}
.detail-address fieldset {
    margin: 0 0 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--font-secondary-color);
    font-family: 'poppins';
    font-weight: 400;
    font-size: 1rem;
} 
.detail-address fieldset figure {
    width: 7%;
}
.detail-address fieldset span {
    display: block;
    margin-bottom: 3px;
}
.button-blue {
    background-color: var(--secondary-color);
    font-size: 16px;
    color: #fff;
    padding: 5px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 400;
}
.button-blue:hover {
    color: #fff;
}
.contact-section-gap{
    padding: 0 15px;
}
@media (max-width: 992px) {
    .form-container {
      background: #dceeff;
      border-radius: 10px;
    }
    .form-container .contact-form {
      width: 80%;
    }
    .form-container .contact-form::after {
      top: -100px;
      right: 0;
      left: inherit;
    }
} 
  @media (max-width: 576px) {
    .contact-form::after {
      display: none;
    }
    figure.icon-left {
      margin-right: 10px !important;
    }
}
  
:root {
    --size-bezel: .5rem;
    --size-radius: 8px;
} 
.input {
    position: relative;
    width: 100%;
} 
.input__label {
    position: absolute;
    left: 0;
    top: 0;
    padding: calc(var(--size-bezel) * 0.6) calc(var(--size-bezel) * .5);
    margin: calc(var(--size-bezel) * 0.6 + 3px) calc(var(--size-bezel) * .5);
    background-color: #dceeff;
    color: var(--primary-color);
    white-space: nowrap;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: -webkit-transform 120ms ease-in;
    transition: -webkit-transform 120ms ease-in;
    transition: transform 120ms ease-in;
    transition: transform 120ms ease-in, -webkit-transform 120ms ease-in;
    font-weight: 400;
}  
.input__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: 1px solid var(--primary-color);
    padding: calc(var(--size-bezel) * 1.5) var(--size-bezel);
    color: var(--primary-color);
    background: transparent;
    border-radius: var(--size-radius);
}
.input__field:focus, .input__field:not(:placeholder-shown) {
    outline: none;
}
.input__field:focus + .input__label, .input__field:not(:placeholder-shown) + .input__label {
    -webkit-transform: translate(0.25rem, -65%) scale(0.8);
    transform: translate(0.25rem, -65%) scale(0.8);
}
/* ###################### Gallery ###################### */
.photo-video-container{
    display: flex;
    justify-content: center;
}
.photo-video-container .nav-pills .nav-link.active, .photo-video-container .nav-pills .show>.nav-link{
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    background-color: var(--secondary-color);
    color: #fff;
}
.photo-video-container .nav-pills .nav-link{
    font-family: 'poppins';
    font-weight: 500;
    background-color: #dceeff;
    color: var(--secondary-color);
    margin-right: 10px;
    padding: 6px 30px;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 25px;
}
.gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.gallery video{
    width: 100%;
    height: 250px;
    object-fit: contain;
    border-radius: 10px;
    background-color: #f6fafd;
}
/* ###################### Product Details ###################### */
.product__carousel {
    display: block;
    max-width: 700px;
    
}
  .product__carousel a {
    display: block;
    margin-bottom: 15px;
}
  
.product__carousel .gallery-top {
    box-shadow: 0px 2px 17px 3px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 2px 17px 3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 17px 3px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    margin-bottom: 5px;
    height: 450px !important;
}
.product__carousel .gallery-top .swiper-slide {
    position: relative;
    overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
    min-width: 100%;
    min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
    color: var(--secondary-color);
}
.product__carousel .gallery-thumbs .swiper-slide {
    position: relative;
    transition: border .15s linear;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    cursor: pointer;
    overflow: hidden;
    height: 125px;
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #000;
}
.product__carousel .gallery-thumbs .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px !important;
    font-weight: 800 !important;
}
.product-details-right-section{
    padding: 0 20px;
}
.pro-det-head{
    font-family: 'poppins';
    font-weight: 600;
    color: var(--secondary-color);
    text-transform: capitalize;
    font-size: 1.3rem;
}
.pro-det-code{
    color: var(--font-secondary-color);
    font-size: 0.8rem;
}
.pro-det-stock-status{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.pro-det-stock-status-ava{
    width: 20px;
    height: 20px;
    background-color: green;
    margin-right: 8px;
}
.pro-det-stock-status-noava{
    width: 20px;
    height: 20px;
    background-color: red;
    margin-right: 8px;
}
.pro-sep-container{
    margin: 20px 0;
    border-top: 1px dashed #c2c2c2;
    border-bottom: 1px dashed #c2c2c2;
    padding: 30px 0;
}
.pro-spec{
    border-collapse: collapse;
}
.pro-spec tr td{
    padding: 10px 0;
}
.tbl-main-head{
    font-weight: 500;
    color: var(--font-secondary-color);
    text-transform: capitalize;
}
.tbl-sub-head{
    color: var(--font-secondary-color);
}
.pro-det-des{
    font-weight: 500;
    color: var(--font-secondary-color);
    text-transform: capitalize;
    margin-bottom: 8px;
}
.pro-det-des-para{
    color: var(--font-secondary-color);
}
@media only screen and (max-width: 767px) {
    .product-details-right-section{
        padding: 0;
        margin-top: 20px;
    }
    .product__carousel .gallery-top {
        height: 300px !important;
    }
}

.carousel-item img{
    height: 55vh;
    object-fit: cover;
}
.carousel-inner{
    border-radius: 20px;
}