@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1;0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,1;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 14px;
}

/* header styles start here */
.header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    border-top: 7px solid #1962a0;
    height: 110px;
    z-index: 99;
}
.header.fixed-header {
    /* background-color: #d2dde5; */
    box-shadow: 0px 0px 4px 2px #ccc;
}
.header-top {
    display: flex;
    align-items: center;
    background-color: #1962a0;
    width: max-content;
    margin-left: auto;
    border-bottom-left-radius: 49px;
    padding: 2px 25px 5px 25px;
}

.navbar .nav-container {
    align-items: flex-end;
}

.logo img {
    height: 50px;
    width: auto;
    /* position: relative;
    top: -15px; */
}

.header-top-contact {
    display: flex;
    /* align-items: center; */
    margin-right: 40px;
}

.header-top .header-top-contact p {
    color: #fff;
    margin: 0;
    font-size: 13px;
}

.header-top .header-top-contact i {
    color: #3fa4ef;
    font-size: 18px;
    margin-right: 10px;
}

.header-top .header-top-contact i.icon-envelope-o {
    transform: rotate(340deg);
}

.header-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0px 50px 10px 50px;
}

.header-social-media ul {
    display: flex;
    list-style-type: none;
    padding: 2px 0;
    margin: 0;
}

/* .header .header-content ul.navbar-nav {
    padding-left: 70px;
} */
.header .header-content .navbar {
    padding: 0;
}

.header ul .nav-item .nav-link {
    text-transform: uppercase;
    color: #505255;
    font-size: 18px;
    border-bottom: 3px solid transparent;
    padding: 0 0 2px;
    margin: 0 15px;
    font-weight: 500;
}

.header ul .nav-item.active .nav-link,
.header ul .nav-item .nav-link:hover {
    color: #1963a0;
    border-bottom: 3px solid #1962a0;
}

.header-social-media ul li a {
    color: #29A6DD;
    margin: 0 10px;
    font-size: 16px;
    text-decoration: none;
}
.header-social-media ul li a:hover {
    color: #1962a0;
}

.header-search i {
    color: #3f4244;
    font-size: 20px;
    margin-left: 5px;
}

/* header styles end here */

main {
    padding-top: 110px;
}

/* footer styles start here */
.footer-div {
    background-color: #18629f;
    padding: 35px 0;
    color: #fff;
}

.footer-div h4 {
    font-size: 20px;
    font-weight: 700;
}
.footer-div h4 a{
    color: #fff;
    text-decoration: none;
}

.footer .logo {
    margin-bottom: 15px;
    display: block;
}

.footer-div p {
    font-size: 14px;
    margin-bottom: 30px;
}

.footer-right-content {
    max-width: 80%;
}

.footer-div i {
    font-size: 20px;
    color: #28a6dd;
}
.footer-social-media a {
 text-decoration: none;
}
.footer-social-media i {
    color: #28a6dd;
    margin-left: 5px;
}
.footer-social-media i:hover {
    color: #1962a0;
}
.footer-right .form-control {
    width: 98%;
    border-radius: 0;
    margin-right: 5px;
}

.footer-right .form-control::placeholder {
    font-size: 14px;
}

.footer-right .btn-primary {
    color: #fff;
    background-color: #28a6dd;
    border-color: #28a6dd;
    border-radius: 0;
    font-weight: 600;
    /* font-size: 18px; */
}
.footer-right .btn-primary:hover {
    background-color: #1891c5;
    border-color: #1891c5;
}

.footer-right-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
}

.footer-left {
    padding-right: 30px;
}

.footer-social-media {
    margin-top: 15px;
}

.footer-right-bottom p {
    font-weight: 500;
    margin: 0 !important;
}

.footer-nav ul {
    display: flex;
    list-style-type: none;
    padding-right: 85px;
    margin: 0;
}

.footer-nav ul .nav-link {
    font-size: 14px;
    padding: 0;
    margin-right: 15px;
    color: #43c0f7;
}
.footer-nav ul .nav-link:hover {
    color: #28a6dd;
}
.footer-map {
    filter: grayscale(1);
}

/* footer styles end here */


/* home page styles start here */
.home-slider-block .slider-img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

/* .slider-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
  
    } */
.slick-dots li {
    width: 35px;
}

.slick-dots li button:before {
    font-size: 28px;
    background-color: #fff;
    line-height: 20px;
    border-radius: 15px;
    content: '';
    opacity: 1;
    height: 5px;
    width: 30px;
}

.slick-dots li.slick-active button:before {
    background-color: #2b6596;
}

.slick-dots {
    bottom: 20%;
}

/* news and events styles */
/* .news-events-block{
      padding-bottom: 30px;
      margin-top: -30px;
  } */

.news-events-block{
margin-top: -70px;
  }
.news-events-block .heading {
    color: #1963a1;
    font-size: 28px;
    margin: 30px 0 0px;
    font-family: 'Sofia Sans', sans-serif;
}
.news-events-row {
    display: flex;
    /* width: 70%; */
    /* margin-right: auto; */
    margin-top: 20px;
    align-items: flex-start;
}
.news-left-block {
    display: flex;
    align-items: center;
    padding-right: 40px;
    width: 50%;
}

.news-events-content h4 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}

.news-events-content p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 17px;
}
.news-events-content p a {
    word-break: break-all;
}
.cental-forensic-img {
    height: 60px;
    width: 60px;
    min-width: 60px;
    margin-right: 15px;
}

.cental-forensic-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* .home-banner-section {
    position: relative;
} */
.home-slider-block.slick-slider {
    margin-bottom: 0;
}

.news-right-block{
    /* position: absolute;
    bottom: 0%;
    right: 50px; */
    opacity: 0.9;
    width: 30%;
    margin: -105px 50px 0 auto;
  }
.news-right-block .card{
    position: relative;
    background-color: #175890;
    padding: 20px 25px;
    border-radius: 0;
  }
/* .news-right-block .card {
    background-color: #175890;
    padding: 18px 25px;
    border-radius: 0;
    position: absolute;
    top: -120px;
    opacity: 0.8;
} */

.card-content h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
}

.card-content p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.about-chemic-block {
    padding: 65px 0;
    position: relative;
}

.about-left-img {
    height: 450px;
    margin-left: 50px;
}

.about-left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-right-block {
    padding-left: 50px;
}

.about-right-block h1 {
    font-size: 42px;
    color: #1963a0;
    font-family: 'Sofia Sans', sans-serif;
    line-height: 40px;
}

/* .about-right-block .link, */
.about-right-block h5 {
    color: #29a6dd;
    font-family: 'Sofia Sans', sans-serif;
    font-size: 19px;
}

.about-left-block {
    position: relative;
}

.about-left-img:before {
    background-color: #1962a0;
    height: 85%;
    width: 50px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
.about-content-left-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

/* home page styles end here */

/* products page styles start here */
.products-banner {
    background-image: url(../images/products-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.products-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0187C8;
    opacity: 0.6;
    z-index: -1;
}

.products-banner-title {
    margin: 0;
    padding: 65px 0;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}

.custom-title {
    font-size: 22px;
    /* color: #1963a0; */
    font-weight: 600;
    /* text-transform: uppercase; */
    margin-bottom: 0px;
    line-height: 24px;
}
.position-sticky-title{

    background-color: #fff;
    padding: 10px 0 10px 0;
    margin: 0px 0 5px 0;
}
.sticky-title .position-sticky-title{
background-color: #1963A0;
color: #fff;
position: sticky;
top: 171px;
/* margin-bottom: 10px; */
}
/* .sticky-title p{
    margin-top: 10px;
} */
.position-sticky-title.sticky-background{
    background-color: #cae2f5;   
}
/* .products-catagory-list .custom-title {

} */

.products-list-section {
    padding-top: 10px;
}

.products-list-block {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
    margin: 0 -5px;
}

.products-list-item {
    border: 1px solid #d3d3d3;
    margin: 7px;
    /* padding: 8px; */
    width: calc(25% - 16px);
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}
.products-list-item:hover {
    background-color: #f7f7f7;
}
.products-list-item a {
    color: #000;
    text-decoration: none;
}
.products-list-content {
    padding: 10px 8px;
}
.products-list-item .text-right {
    margin-top: auto;
}

.product-list-img img {
    /* height: 180px; */
    height: auto;
    width: 100%;
    object-fit: cover;
}

.product-list-img {
    background-color: #eaeaea;
    text-align: center;
    /* padding: 10px; */
    /* margin-bottom: 10px; */
}

.products-list-item h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 0px;
    color: #1962a0;
}
.products-list-item h5 {
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0;
}

.products-list-item p {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}

.products-list-item span {
    font-size: 18px;
    font-weight: 500;
}

.products-list-item .btn-light {
    background-color: #e4ebf7;
    border-color: #e4ebf7;
    color: #29a6dd;
    border-radius: 0;
    font-size: 12px;
    margin-top: 15px;
}

/* products page styles end here */
/* product details page styles start here */
.product-details-block .product-details-left {
    /* background-color: #e0edf5; */
    /* background-color: #e9ecef; */
    padding-top: 25px;
}

.product-details-left .product-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    /* color: #1963a0; */
    /* padding: 5px 10px; */
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 5px;
    /* min-height: 60px;*/
}

.product-details-left .product-search a {
    text-decoration: none;
    color: #65b6f3;
    font-size: 14px;
    /* margin-right: 5px; */
}

.product-details-left .product-search h3 {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    /* white-space: nowrap; */
}

.product-details-left .product-search .btn {
    padding: 0;
    margin-left: auto;
    font-size: 20px;
}

.product-details-left .product-search .btn:focus {
    outline: none;
    box-shadow: none;
}

.search-input-div{
    display: none;
    position: relative;
    margin-left: 15px;
}

.product-details-left .product-search input {
    padding-right: 25px; 
}
.product-details-left .product-search input::placeholder{
    font-size: 13px;
}
.search-input-div i {
    position: absolute;
    top: 14px;
    right: 10px;
    font-size: 10px;
    cursor: pointer;
}
/* .product-detail-list{
    border-bottom: none;
}
.product-detail-list .nav-link {
    border-radius: 0;
    padding: 12px 15px;
    border-bottom: 2px solid #fff;
    position: relative;
    color: #000;
    display: flex;
    align-items: center;
    cursor: pointer;
} */

/* .product-detail-list .nav-link:hover {
    background-color: #b0d1e5;
} */

/* .product-detail-list .nav-link.active {
    background-color: #fff;
    color: #000;
    box-shadow: 0px 0px 10px 0px #ccc;
    width: calc(100% + 12px);
} */

/* .product-detail-list .nav-link.active::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: calc(100% + 2px);
    width: 5px;
    background-color: #29a6dd;
}

.product-detail-list .nav-link img {
    height: 65px;
    width: 65px;
    min-width: 65px;
    object-fit: cover;
    margin-right: 15px;
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 6px;
} */

/* .product-detail-list .nav-link h3 {
    margin: 0;
    font-size: 16px;
}

.product-detail-list .nav-link p {
    margin: 0;
    font-size: 13px;
} */

/* .product-details-block .tab-content {
    margin-left: 15px;
} */
.product-details-block {
    padding-top: 40px;
}
.product-details-right {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}
.chem-properties-data {
    flex-grow: 1;
}
.product-details-block .box-card {
    /* padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 5px; */
    margin-right: 70px;
}

.product-details-right .product-intro {
    /* display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc; */
    margin-bottom: 15px;
    padding: 15px;
    box-shadow: 0px 0px 6px 2px #dcdcdc;
    border-radius: 7px;
}

.product-details-right .product-intro img {
    width: 340px;
    /* height: 300px; */
    min-width: 120px;
    /* object-fit: cover; */
    /* margin-right: 15px;
    border-radius: 6px; */
}

/* .product-details-right .product-intro .product-title  */
.product-title {
    font-size: 20px;
    /* color: #1963a0; */
    font-weight: 600;
    margin: 0 0 2px;
}
.product-description {
    color: #949494;
    margin: 0 0 10px;
}
.product-intro h4 {
    font-size: 16px;
    margin: 10px 0 4px;
    font-weight: 600;
}
.product-details-right .product-intro .product-description {
    font-weight: 600;
    margin: 0 0 4px;
    font-size: 14px;
}

.row-data {
    display: flex;
    /* font-weight: 600;
    margin-bottom: 4px; */
    font-size: 14px;
    color: #949494;
}

.row-data label {
    color: #949494;
    margin: 0;
    font-size: 14px;
}

.row-data span {
    margin: 0;
    padding-left: 5px;
}

.detail-subtitle {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    position: relative;
}
.related-products-block .detail-subtitle:before,
.related-products-block .detail-subtitle::after {
    border-bottom: 1px solid #d8d8d8;
    content: "";
    position: absolute;
    top: 13px;
    width: 41%;
    /* z-index: -1;   */
}
.related-products-block .detail-subtitle:before {
    left: 0;
}
.related-products-block .detail-subtitle::after {
    right: 0;
}

.chem-properties {
    margin: 24px 0px 15px;
    padding: 0;
}

.chem-properties .row-data {
    /* margin-bottom: 10px; */
        border-bottom: 1px solid #cccccc;
        color: #000 !important;
        padding: 6px 0;
}
.chem-properties .row-data:last-child {
    border-bottom: none;
}
.chem-properties .row-data label {
    min-width: 45%;
    /* text-align: right; */
    padding-right: 15px;
}

.related-product {
    color: #949494;
    font-weight: 600;
    font-size: 16px;
}

.related-product a {
    color: #1963a0;
}

.details-btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.details-btns .btn {
    border-radius: 10px !important;
    display: flex;
    /* margin: 4px; */
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 15px !important;
}

.details-btns .btn span {
    padding-right: 5px;
}

.details-btns .btn-primary {
    background-color: #29a6dd !important;
    border-color: #29a6dd !important;
}

.details-btns .btn-primary:hover {
    background-color: #268ebb !important;
    border-color: #268ebb !important;
}

.details-btns .btn-secondary {
    background-color: #1963a0 !important;
    border-color: #1963a0 !important;
}

.details-btns .btn-secondary:hover {
    background-color: #1b5686 !important;
    border-color: #1b5686 !important;
}

/* product details page styles end here */
/* request demo modal styles start here */
.float-label-form .form-group {
    position: relative;
    margin-bottom: 1.9rem;
}

.float-label {
    position: absolute;
    pointer-events: none;
    left: 25px;
    top: 12px;
    transition: 0.2s ease all;
    color: #808080;
    font-size: 14px;
    padding: 0 3px;
}

/* .float-label-form .form-group .form-control:focus+label {
    top: -12px;
    background-color: #fff;
} */

.float-label-form input:focus~.float-label, 
.float-label-form input:not(:focus):valid~.float-label,
.float-label-form input[type="email"]:not(:placeholder-shown)~.float-label,
.float-label-form select:focus~.float-label,
.float-label-form select:not(:focus):valid~.float-label,
.float-label-form textarea:focus~.float-label,
.float-label-form textarea:not(:focus):valid~.float-label{
    top: -12px;
    background-color: #fff;
}
/* .join-now-right input:focus~.floating-label, 
.join-now-right input:not(:focus):valid~.floating-label, 
.join-now-right select:focus~.floating-label, 
.join-now-right select:not(:focus):valid~.floating-label, 
.join-now-right textarea:focus~.floating-label {
    top: -10px;
    bottom: 10px;
    left: 0px;
    font-size: 12px;
    opacity: 1;
} */

.float-label-form .form-group .form-control:focus {
    box-shadow: none;
    border: 1px solid #e1e1e1;
}

.float-label-form .form-control {
    height: calc(2em + 0.75rem + 2px);
    border: 1px solid #e1e1e1;
    border-radius: 0.5rem;
}

.float-label-form {
    margin-top: 30px;
}
.float-label-form select:required:invalid {
    color: #808080;
    font-size: 14px;
}
.float-label-form select{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden !important;
    display: block;
}

.float-label-form .dropdown-menu {
    max-height: 100px;
    overflow-y: auto;
}
.modal-body {
    padding: 30px;
}

.modal-header .close {
    position: absolute;
    right: 18px;
    top: 13px;
    z-index: 1;
}

.modal-header {
    background-color: #F6F6F6;
    padding: 30px;
    justify-content: flex-start;
}

.modal-header img {
    height: 100px;
    width: 120px;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 5px;
}

.modal-header p,
.modal-header span {
    font-weight: 600;
    margin: 0 0 0px;
    font-size: 14px;
}

.modal-header label {
    color: #A7A7A7;
    font-weight: 600;
    /* font-size: 15px;
    margin: 0; */
}


/* request demo modal styles end here */
/* gallery image styles */
.gallery-card {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 0px 1px 1px #efefef;
}

.gallery-card h2 {
    color: #1963a1;
    font-size: 28px;
    font-family: 'Sofia Sans';
}

.gallery-card p {
    margin-bottom: 5px;
    font-size: 14px;
}

.gallery-img {
    height: 180px;
    margin: 0 auto 10px;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-us-banner {
    background-image: url(../images/products-bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.contact-us-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1962a0;
    opacity: 0.6;
    z-index: -1;
}
.contact-content-group {
    padding: 70px 0;
}

.contact-content-group {
    align-items: center;
    color: #fff;
    justify-content: space-between;
}

.contact-content-group p {
    font-size: 18px;
    margin:0;
}

.contact-content-group h1 {
    /* padding-top: 70px; */
    margin-bottom: 10px;
    font-size: 45px;
    font-family: 'Sofia Sans', sans-serif;
}

.contact-content-group .contact-right .btn-light {
    background-color: #fff;
    padding: 7px 15px;
    color: #1963a1;
    font-size: 26px;
    font-family: 'Sofia Sans', sans-serif;
    border-radius: 0;
}
.contact-content-group .contact-right .btn-light:hover {
    background-color: #174269;
    border-color: #174269;
    color: #fff;
}

.container-fluid {
    width: 80%;
}
.gallery-block {
    padding: 30px 0;
}

/* about page styles start here  */
.about-banner {
    height: 320px;
    background-image: url(../images/about-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}
.about-banner h4 {
    font-size: 40px;
    color: #fff;
}
.about-banner p {
    color: #fff;
    max-width: 50%;
    margin: 0 auto;
    font-size: 16px;
}
.about-content-block h4,
.about-content-block h5 {
    color: #000;
    font-size: 20px;
}
.about-content-block h3 {
    font-size: 25px;
    text-align: center;
}
.about-content-block .about-us-para {
    font-size: 15px;
    text-align: center;
    max-width: 91%;
    margin: 0 auto;
    padding-bottom: 30px;
}
/* .about-content-block .about-chemic-block .about-left-block, 
.about-content-block .about-chemic-block .about-right-block {
    padding-bottom: 60px;
} */
.about-content-row{
    padding-bottom: 50px;
}
.about-content-block .about-chemic-block {
    padding-bottom: 0;
}
.about-content-block .about-right-block {
    padding-left: 0px;
}
.about-content-block .p-left{
    padding-left: 30px;
}
.about-content-block .p-right{
    padding-right: 30px;
}
/* .about-content-block .about-content-left-img {
    height: 280px;
} */
.about-content-block .about-content-left-img img {
    height: auto;
    width: 100%;
    box-shadow: 0px 0px 15px 2px #DADADA;
}

/* about page styles end here  */

.products-view-list {
    padding: 0;
    /* display: flex; */
    margin: 0 -10px;
    flex-wrap: wrap;
}
.products-view-list li {
    padding: 15px;
    /* border: 1px solid #ccc; */
    width: calc(20% - 20px);
    margin: 10px;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 2px #dcdcdc;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    /* float: initial; */
    height: auto;
}
.products-view-list li a{
    color: #000;
    text-decoration: none;
}
.products-view-list li img{
    width: 100%;
}
.products-view-list li h3 {
    font-size: 17px;
    margin: 0 0 2px;
    font-weight: 600;
}
.products-view-list li p {
    font-size: 13px;
    margin: 0 0 10px;
    line-height: 15px;
}
/* .related-product-content{
    padding: 10px 5px;
} */
.product-detail-list{
    display: flex;
}
.product-detail-list li h3 {
    font-size: 15px;
}
.product-detail-list li p {
    font-size: 12px;
}
.related-products-slider .slick-track{
    display: flex;
    justify-content: flex-start;
}
.related-products-slider .slick-prev {
    left: -35px;
}
.related-products-slider .slick-next {
    right: -35px;
}
.related-products-slider .slick-prev, 
.related-products-slider .slick-next {
    min-width: 30px;
    background-color: #e6e6e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 30px;
}
.related-products-slider .slick-prev:before, 
.related-products-slider .slick-next:before {
    font-size: 28px;
    font-family: 'tssfont' !important;
}
.related-products-slider .slick-prev:before {
    content: '\e1d5';
}
.related-products-slider .slick-next:before {
    content: '\e1d6';
}
.required,
.valid {
    color: #ff0000;
    font-size: 13px;
    display: none;
    position: absolute;
}
.no-records-found {
    text-align: center;
    display: none;
}
.product-close{
    display: none;
}
.products-details-main .container {
    max-width: 70%;
}
.related-products-block {
    padding: 25px 0;
}
/* .products-pdf-block {
  visibility: hidden;
  height: 0;
} */

/* products pdf styles start here */
.products-pdf-block .product-details-right .product-intro {
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: none;
    margin-bottom: 0;
    padding: 10px;
}
.products-pdf-block .row-data {
    /* display: flex; */
    display: table-row;
    /* font-size: 16px; */
    color: #949494;
    /* border-bottom: none; */
}
/* .products-pdf-block .row-data label {
    color: #949494;
    margin: 0;
    font-size: 17px;
} */
/* .products-pdf-block .product-description {
    color: #949494;
    margin: 0 0 10px;
    font-size: 16px;
} */
/* products pdf styles end here */



.selected-product-qty {
    padding-left: 0;
    list-style-type: none;
    position: relative;
    top: -9px;
    display: none;
}
.selected-product-qty thead th {
    border-bottom-width: 1px;
    background-color: #f6f6f6;
    padding: 6px 10px;
}
.selected-product-qty td {
    padding: 6px 10px;
}
.selected-product-qty .btn{
    padding: 0;
}
.selected-product-qty li {
    margin: 5px 0;
}


.products-catagory-buttons {
    display: flex;
    justify-content: center;
    list-style-type: none;
    position: sticky;
    top: 110px;
    z-index: 1;
    background-color: #fff;
    padding: 10px 35px;
    margin: 0;
    min-height: 55px;
    /* height: 100%; */
    flex-wrap: wrap;
}
.products-catagory-buttons a {
    background-color: #E1E1E1;
    text-decoration: none;
    padding: 7px 15px;
    border-radius: 30px;
    margin: 3px;
    color: #818181;
    font-weight: 500;
    display: block;
    white-space: nowrap;
}
.products-catagory-buttons a.active,
.products-catagory-buttons a:hover {
    background-color: #1963A0;
    color: #fff;
}
.products-catagory-buttons li.active a,
.products-catagory-buttons li:hover a{
    background-color: #1963A0;
    color: #fff;
}
/* .products-catagory-buttons a:hover {
    background-color: #1963a0;
    color: #fff;
} */

/* contact page styles start here */
.contact-us-block{
    padding: 50px 0;
}
.contact-card {
    box-shadow: 0px 0px 8px 0px #DFDFDF;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.contact-left-card {
    display: flex;
    align-items: center;
}
.contact-left-card i {
    background-color: #1963A0;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    margin-right: 25px;
}
.contact-left-card p {
    font-size: 17px;
    color: #505255;
    margin: 0;
}
.contact-left-card h5 {
    color: #949494;
    font-size: 18px;
}
.contact-left-card h3 {
    color: #29A6DD;
    font-size: 25px;
    font-weight: 600;
}
.contact-card .btn-primary {
    background-color: #29A6DD;
    border-radius: 0;
    border-color: #29A6DD;
}
.contact-us-form h3 {
    font-weight: 700;
    font-size: 24px;
    color: #505255;
    margin: 0 0 25px;
}
input::placeholder{
    color: #C2C2C2;
}
.contact-us-form .form-group {
    margin-bottom: 25px;
}

/* contact page styles end here */
/* .products-pdf-block{
    position: fixed;
} */
.products-pdf-block .box-card{
    /* width: fit-content; */
    width: 35%;
    margin-right: 30px !important;
}

.products-pdf-block .product-intro{
    width: auto;
}
.products-pdf-block .product-title {
    font-size: 15px;
}
.products-pdf-block .product-description {
    /* color: #949494; */
    margin: 0px 0 5px;
    font-size: 12px;
}
.products-pdf-block{
    font-size: 12px;
    padding: 30px 40px 30px 30px;
}
.products-pdf-block .detail-subtitle {
    font-size: 15px;
    margin: 0 0 5px;
}
.products-pdf-block .row-data label,
.products-pdf-block .row-data {
    font-size: 11px;
}
.products-pdf-block .product-intro h4 {
    font-size: 14px;
}


/* .products-pdf-block .product-details-right {
   display: block;
} */
.products-pdf-block .chem-properties {
    margin: 0px 0px 15px;
    /* width: max-content; */
    display: table;
    border-collapse: collapse;
}
/* .products-pdf-block .chem-properties-data {
    margin-top: 30px;
} */
/* .products-pdf-block .logo{
    text-align: center;
} */
.products-pdf-block .logo img {
    height: 40px;
}
.pdf-address {
    color: #2F5496;
    /* max-width: 300px; */
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 15px;
}
.products-pdf-block .chem-properties .row-data label {
    /* min-width: 42%; */
    display: table-cell;
    /* border-bottom: 1px solid #cccccc; */
    padding: 4px 20px 4px 0;
}
.products-pdf-block .chem-properties .row-data span {
    display: table-cell;
    /* border-bottom: 1px solid #cccccc; */
}
.products-pdf-block .product-details-right .product-intro img {
    /* width: 430px;
    height: auto; */
    width: 100%;
    height: auto;
}
.related-products-table h4{
    font-size: 15px;
    color: #2F5496;
    margin-bottom: 10px;
}
.related-products-table {
    margin-top: 20px;
   
}
.related-products-table thead th {
    border-bottom-width: 1px;
    background-color: #f6f6f6;
    padding: 6px 10px;
}
.related-products-table td {
    padding: 6px 10px;
    font-size: 11px;
}
.related-products-table tr {
    page-break-inside: avoid;
}
.related-products-table td p{
    margin-bottom: 0;
}


/* .contact-page-body .footer-map{
    display: none;
} */


/* events page styles start here */
.events-banner{
    background-image: url(../images/events-banner-bg.png);
    position: relative;
    z-index: 1;
}
.events-banner:before {
    content: "";
    position: absolute;
    background-color: #64a1cc;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    z-index: -1;
}
.events-banner p {
    max-width: 65%;
}
.our-events-block {
    padding: 50px 0;
}
.our-events-block h4 {
    font-size: 21px;
    color: #1963a0;
    font-weight: 600;
    margin: 0 0 20px;
}

.our-events-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.our-events-list li{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    color: #000;
    text-decoration: none;
}
.our-events-list li>a{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    color: #000;
    text-decoration: none;
}
.our-events-list li img {
    width: 300px;
    /* margin-right: 35px; */
    border-radius: 7px;
    height: 180px;
    object-fit: cover;
}
/* .our-events-left video {
    width: 300px;  
    position: relative;
} */
.our-events-left{
    margin-right: 35px;
}
.popup-video{
    position: relative;
}
.popup-video:after{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    /* margin-left: -45px;
    margin-top: -11px; */
    font-family: 'tssfont' !important;
    content: '\e351';
    background-color: rgb(0 0 0 / 62%);
    border-radius: 10px;
    padding: 6px 17px 6px 20px;
    transform: translate(-50%, -40%);
}
.our-events-right h5 {
    font-size: 18px;
    color: #1963a0;
    font-weight: 600;
    margin: 0 0 3px;
}
.our-events-right h6 {
    font-size: 14px;
    color: #1963a0;
    font-weight: 600;
    max-width: 65%;
    text-align: right;
}
.our-events-right p {
    font-size: 13px;
    margin: 0 0 10px;
}
.our-events-info {
    display: flex;
    color: #4d4d4d;
    font-size: 13px;
}
.our-events-info i {
    margin-right: 10px;
    font-size: 10px;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 3px;
}
.our-events-info span {
    margin-right: 50px;
}
.up-coming-events-block {
    background-color: #f4f4f4;
    padding: 50px 0;
    text-align: center;
}
.up-coming-events-block h4 {
    color: #1963a0;
    font-size: 24px;
}
.up-coming-events-block p {
    font-size: 14px;
    max-width: 64%;
    margin: 0 auto;
}
.up-coming-events-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.up-coming-events-img {
    width: 33.33%;
    padding: 20px;
}
.up-coming-events-img img {
    width: 100%;
    border: 1px solid #000;
    height: 100%;
    object-fit: cover;
}
/* events page styles end here */

/* events details page styles start here */
.events-details-banner{
    background-image: url(../images/gallary-bg.png);
}
.events-details-block {
    padding: 50px 0;
}
.events-details-block .event-name {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 50px;
    text-align: center;
}
.events-details-list-item{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.events-details-list-item .events-details-left {
    margin-right: 40px;
}
.events-details-list img {
    width: 300px;
}

.events-details-list-item h5 {
    font-size: 17px;
    font-weight: 600;
}
/* events details page styles end here */

/* downloads page styles start here */
.downloads-header {
    border-bottom: 3px solid #18629f;
}
.downloads-block {
    padding: 40px 0;
}
.downloads-block h4 {
    font-weight: 600;
    color: #1963a0;
    font-size: 24px;
    margin: 0 0 15px;
}
.downloads-list-item-div {
    margin: 0 10px;
}
.downloads-list-item {
    box-shadow: 0px 0px 4px 3px #e9e9e9;
    border-radius: 10px;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.downloads-list-item h5 {
    color: #0071bc;
    font-size: 16px;
    font-weight: 500;
}
.downloads-list-item p {
    margin: 0;
    color: #666666;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.downloads-list-item p i {
    margin-right: 7px;
}

.downloads-list-item label {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin: 0;
}
.downloads-list-item .btn-success {
    background-color: #39b549;
    border-radius: 7px;
    padding: 3px 25px;
    font-weight: 600;
    font-size: 17px;
}
/* downloads page styles end here */

.products-catagory-buttons .dropdown:hover .dropdown-menu {
    display: block;
    margin: 0;
}
.products-catagory-buttons .dropdown .dropdown-menu .dropdown-item {
    background-color: transparent;
    color: #818181;
    font-size: 14px;
}
.ink-catalyst-instructions {
    border: 1px solid #1962a0;
    padding: 15px;
    display: none;
}
.ink-catalyst-instructions h5 {
    /* color: #ff0000; */
    color: #1962a0;
    font-size: 16px;
    font-weight: 500;
}
.ink-catalyst-instructions ul {
    list-style-type: none;
    padding-left: 35px;
    margin: 0;
}
.ink-catalyst-instructions li {
    position: relative;
    font-size: 14px;
    line-height: 17px;
    margin: 7px 0;
}
.ink-catalyst-instructions li:before {
    content: "*";
    position: absolute;
    left: -19px;
    top: 0;
    font-size: 18px;
    /* color: #f00; */
    color: #1962a0;
}
.quote-success-block {
    height: calc(100vh - 340px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px 40px;
}
.quote-success-content h4 {
    text-align: center;
    color: #1962a0;
    margin: 0;
    font-size: 29px;
    font-weight: 700;
}
.quote-success-content i {
    font-size: 65px;
    color: #1aa019;
}
.quote-success-content{
    padding: 92px 0;
}
#quoteForm .btn-primary:disabled{
    color: #fff;
    background-color: #505050;
    border-color: #505050;
    cursor: default;
}
.footer-right .btn-primary:disabled{
  opacity:1;
 color: #fff;
    background-color: #909090;
    border-color: #909090;
    cursor: default;
    min-width: 145.77px;

}
/* media queries start here */
@media(min-width:1750px){
.products-details-main .container {
    max-width: 65%;
}
}
@media(min-width:1600px){
    .footer-div p {
        font-size: 16px;
    }
    .footer-nav ul .nav-link {
        font-size: 16px;
    }
    .products-view-list li p {
        font-size: 15px;
    }
    .products-view-list li h3 {
        font-size: 18px;
    }
    .modal-header p, .modal-header span {
        font-size: 16px;
    }
    .row-data label {
        font-size: 16px;
    }
    /* .product-detail-list .nav-link p {
        font-size: 16px;
    }
    .product-detail-list .nav-link h3 {
        font-size: 20px;
    } */
    .product-details-right .product-intro .product-description {
        font-size: 16px;
    }
    .row-data {
        font-size: 16px;
    }
    .product-details-left .product-search h3 {
        font-size: 20px;
    }
    .product-details-right .product-intro img {
        width: 400px;
        height: 350px;
    }
    .product-details-block .box-card {
        margin-right: 100px;
    }
    .products-view-list li {
        width: calc(20% - 30px);
        margin: 15px;
    }
    .products-view-list {
        margin: 0 -15px;
    }
    .product-description {
        font-size: 16px;
    }
    /* .products-pdf-block .row-data {
        font-size: 22px;
    }  
    .products-pdf-block .product-description {
        font-size: 21px;
    } 
    .products-pdf-block .product-title {
        font-size: 24px;
    }
    .product-intro h4 {
        font-size: 22px;
    }
    .products-pdf-block .row-data label {
        font-size: 22px;
    }
    .products-pdf-block .detail-subtitle {
        font-size: 24px;
    } */
    
    
    
    
    
    
}
@media(min-width:1400px){
    .news-events-block {
        margin-top: -30px;
    }    
}
@media(max-width:1440px){
    .about-right-block {
        padding-left: 30px;
    }
    .ink-catalyst-instructions {
        padding: 10px;
    }
    .ink-catalyst-instructions h5 {
        font-size: 14px;
        margin: 0 0 5px;
    }
    .ink-catalyst-instructions li {
        font-size: 12px;
        line-height: 15px;
        margin: 5px 0;
    }
    .ink-catalyst-instructions li:before {
        top: 4px;
    }
}
@media(max-width:1280px) {
    .header-content {
        padding: 0px 30px 10px 30px;
    }

    .header ul .nav-item .nav-link {
        font-size: 15px;
        margin: 0 10px;
    }
    .about-content-block p {
        font-size: 13px;
    }
    .about-right-block {
        padding-left: 40px;
    }
    .about-right-block h1 {
        font-size: 35px;
    }
    .about-chemic-block {
        padding: 30px 0;
    }
    /* .chem-properties .row-data label {
        min-width: 230px;
    } */
    
    
}
@media(max-width:1260px){
    .products-view-list li {
        width: calc(25% - 20px);
    }
    .products-details-main .container {
        max-width: 80%;
    }    
    .product-details-block .box-card {
        margin-right: 40px;
    }
}
@media(max-width:1199px) {
    .products-banner-title {
        font-size: 32px;
    }

    .custom-title {
        font-size: 24px;
    }

    /* .chem-properties .row-data label {
        min-width: 275px;
    } */
    .news-right-block {
        width: 37%;
        margin: -105px 25px 0 auto;
    }
    /* .news-events-block {
        margin-top: -30px;
    }     */
    /* .news-events-row {
        width: 100%;
    } */
    .news-right-block .card {
        padding: 15px 15px;
    }
    .card-content h3 {
        font-size: 22px;
    }
    .about-right-block h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .about-right-block {
        padding-left: 20px;
    }
    .contact-content-group{
        padding: 50px 0;
    }
    .contact-content-group h1 {
        font-size: 35px;
        margin-bottom: 5px;
    }  
    .contact-content-group p {
        font-size: 16px;
    }
    .gallery-card h2 {
        font-size: 24px;
    }
    .news-events-block .heading {
        font-size: 24px;
    }
    .product-details-right .product-intro img {
        width: 300px;
        height: 250px;
    }
    .contact-card {
        padding: 15px;
    }
    .contact-left-card p {
        font-size: 14px;
    }
    .contact-left-card i {
        height: 40px;
        width: 40px;
        font-size: 18px;
        margin-right: 15px;
    } 
    .contact-left-card h3 {
        font-size: 19px;
    }
    
}

@media(max-width:991px) {
    /* .chem-properties .row-data label {
        min-width: 225px;
    } */

    .navbar-collapse {
        position: fixed;
        width: 100%;
        background-color: #fff;
        left: 0;
        top: 100px;
        padding: 10px;
    }

    .header-content {
        padding: 0px 15px 10px 15px;
    }

    .navbar-toggler {
        padding: 10px 10px 2px 0px;
    }
    .navbar-toggler:focus {
        outline: none;
    }


    .logo img {
        height: 45px;
    }

    .header {
        height: 100px;
    }

    .header ul .nav-item .nav-link {
        margin: 7px 10px;
        padding: 0;
        display: inline-block;
    }

    .footer-div h4 {
        font-size: 16px;
    }

    .footer-left {
        padding-right: 15px;
        /* padding: 0 15px 0 0; */
    }

    .footer-right-bottom {
        display: block;
    }

    .footer-nav ul {
        padding: 8px 0 0;
    }

    main {
        padding-top: 100px;
    }

    .custom-title {
        font-size: 22px;
    }

    .products-list-item {
        width: calc(33.33% - 16px);
    }

    .products-list-item h4 {
        font-size: 16px;
    }

    .products-list-item p {
        font-size: 12px;
    }

    .products-list-item span {
        font-size: 15px;
    }

    /* .products-list-section {
        padding: 45px 0;
    } */
/* 
    .news-events-content {
        padding-left: 20px;
    } */

    .contact-content-group p {
        font-size: 15px;
    }

    /* .contact-content-group h1 {
        padding-top: 40px;
    } */

    /* .contact-right {
        margin-bottom: 30px;
    } */

    .contact-content-group .contact-right h2 {
        font-size: 20px;
    }
    .about-content-block p {
        font-size: 12px;
    }
    .about-chemic-block {
        padding: 30px 0;
    }
    .about-content-block .p-right {
        padding-right: 0;
    }
    .about-banner p {
        max-width: 80%;
        font-size: 14px;
    }
    .about-banner {
        height: 250px;
    }
    /* .about-content-block .about-chemic-block .about-left-block, 
    .about-content-block .about-chemic-block .about-right-block {
        padding-bottom: 30px;
    } */
    .detail-subtitle {
        font-size: 17px;
    }   
    .row-data label {
        font-size: 13px;
    } 
    .row-data {
        font-size: 13px;
    }
    .product-details-right .product-intro img {
        width: 250px;
        height: 200px;
    }
    /* .row-data label {
        min-width: 180px;
    } */
    .product-details-block .box-card {
        margin-right: 25px;
    }
    .product-details-right .product-intro {
        padding: 10px;
    }
    .products-catagory-buttons {
        top: 100px;
    }
    /* .position-sticky-title {
        top: 155px;
    } */
    .sticky-title .position-sticky-title {
        top: 155px;
        /* margin-bottom: 10px; */
    } 
    .news-events-row {
        display: block;
    }
    .news-left-block {
        padding-right: 0;
        width: 100%;
        margin: 15px 0;
    }
}

@media(max-width:767px) {
    .header-top {
        padding: 0px 5px 2px 25px;
    }

    .header-top .header-top-contact i {
        font-size: 14px;
    }

    .header-top .header-top-contact p {
        font-size: 11px;
    }

    .logo img {
        height: 40px;
    }

    .header {
        height: 70px;
    }

    .header-content {
        padding: 0px 15px 5px 15px;
    }

    .navbar-brand {
        padding: 0;
    }

    .header-social-media ul {
        padding: 0;
    }

    .navbar-collapse {
        top: 70px;
    }

    .footer-right {
        padding-top: 15px;
    }

    .footer-div p {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .footer-right-bottom {
        padding-top: 15px;
    }

    .footer-right .btn-primary {
        font-size: 13px;
    }
.footer-right .btn-primary:disabled {
        min-width: 123.19px;
    }


    .footer-right-content {
        max-width: 100%;
    }

    .footer-right .form-control::placeholder {
        font-size: 12px;
    }

    main {
        padding-top: 70px;
    }

    body {
        font-size: 13px;
    }

    .products-banner-title {
        font-size: 25px;
    }

    .products-list-section {
        padding: 0px 0;
    }

    .custom-title {
        font-size: 19px;
        margin-bottom: 5px;
    }

    .products-list-block {
        margin: 0 -4px;
    }

    .products-list-item {
        width: calc(33.33% - 8px);
        margin: 4px;
        padding: 5px;
    }

    /* .product-list-img img {
        height: 135px;
    } */

    .products-list-item h4 {
        font-size: 15px;
    }

    .products-list-item p {
        font-size: 12px;
        line-height: 15px;
        margin: 2px 0;
    }

    .products-list-item span {
        font-size: 14px;
    }

    .products-list-item .btn-light {
        margin-top: 15px;
    }
/* 
    .news-right-block .card {
        position: unset;
        top: 0;
    } */

    .news-events-content h4 {
        font-size: 16px;
    }

    .news-events-content p {
        font-size: 12px;
    }

    .about-right-block {
        padding-left: 0;
        padding-top: 20px;
    }

    /* .news-events-content {
        padding-left: 14px;
    } */

    .about-chemic-block {
        padding: 15px 0;
    }

    .news-events-block .heading {
        font-size: 24px;
    }

    .card-content h3 {
        font-size: 24px;
    }

    .about-right-block h1 {
        font-size: 28px;
        line-height: 26px;
    }

    .about-right-block h5 {
        font-size: 16px;
    }

    .about-left-block:before {
        height: 85%;
        bottom: 0;
    }

    .contact-content-group h1 {
        font-size: 30px;
    }

    .gallery-card h2 {
        font-size: 20px;
    }

    .product-details-left {
        max-width: 100%;
        flex: 0 0 100%;
    }

    /* .product-detail-list .nav-link.active {
        width: 100%;
    } */
    /* .product-details-right .product-intro .product-title */
.product-title {
        font-size: 16px;
    }
    .product-details-right .product-intro .product-description {
        font-size: 14px;
    }
    /* .chem-properties .row-data {
        font-size: 14px;
    } */
    .detail-subtitle {
        font-size: 18px;
    }
    /* .chem-properties .row-data label {
        font-size: 14px;
    } */
    .details-btns .btn {
        font-size: 14px;
    }
    .related-product {
        font-size: 15px;
    }
    .products-list-block {
        padding-bottom: 20px;
    }
    .about-content-block .about-content-left-img {
        height: 100%;
    }
    .about-banner h4 {
        font-size: 32px;
    }
    .about-banner p {
        max-width: 100%;
        font-size: 13px;
    }      
    .about-content-block .about-content-row:first-child {
        flex-direction: column-reverse;
    } 
    .about-content-row {
        padding-bottom: 40px;
    } 
    .about-content-block h3 {
        font-size: 19px;
    }
    .about-content-block .about-us-para {
        font-size: 13px;
        max-width: 100%;
    }
    .about-content-block .p-left {
        padding: 0;
    }
    .about-content-block h4, .about-content-block h5 {
        font-size: 18px;
    }   
    .news-right-block{
        width: 70%;
        margin: 15px auto 0 auto;
    } 
    .home-slider-block .slider-img {
        height: 250px;
    }
    .slick-dots{
        bottom: 40%;
        /* text-align: left;
        left: 20px;
        width: auto; */
    }
    .news-events-block {
        margin-top: 20px;
    }
    /* .news-left-block {
        padding-right: 15px;
    } */
    .cental-forensic-img {
        height: 50px;
        width: 50px;
        min-width: 50px;
        margin-right: 10px;
    }
    /* .news-events-row {
        margin-bottom: 10px;
    } */
    .contact-content-group {
        padding: 30px 0 37px 0;
    }
    .contact-content-group .contact-right .btn-light {
        font-size: 18px;
        margin-top: 10px;
    }
    
    .gallery-card {
        margin-bottom: 15px;
    }
    .products-view-list li {
        width: calc(33.33% - 10px);
        margin: 5px;
        box-shadow: 0px 0px 6px 1px #dcdcdc;
        padding: 10px;
    }
    .products-view-list {
        margin: 0 -5px;
    }
    .products-view-list li h3 {
        font-size: 14px;
    }
    /* .product-details-block .box-card {
        padding: 12px;
    } */
    .chem-properties {
        margin: 5px 0 15px;
    }
    .float-label-form {
        margin-top: 10px;
    }
    .modal-body {
        padding: 15px;
    }
    .modal-header {
        padding: 15px;
    } 
    .modal-header img {
        height: 80px;
        width: 100px;
        margin-right: 12px;
    } 
    .products-catagory-list .custom-title {
        top: 70px;
    }
    /* .position-sticky-title {
        top: 70px;
    } */
    .related-products-block .detail-subtitle:before, 
    .related-products-block .detail-subtitle::after {
        top: 12px;
        width: 36%;
    } 
    .product-details-right {
        display: block;
    }
    .product-details-right .product-intro {
        display: flex;
    }
    .product-details-right .product-intro img {
        width: 130px;
        height: 100px;
        margin-right: 10px;
    }
    .product-details-block {
        padding-top: 25px;
    } 
    .product-details-block .box-card {
        margin-right: 0;
    }    
    .product-intro h4 {
        margin: 0px 0 4px;
    }
    .contact-us-block {
        padding: 30px 0 15px 0;
    }
    .contact-us-form h3 {
        font-size: 22px;
        margin: 0px 0 15px;
    }
    .contact-left-card h5 {
        font-size: 16px;
    }
    .products-catagory-buttons {
        top: 70px;
    }
    /* .position-sticky-title {
        top: 123px;
    } */
    .sticky-title .position-sticky-title {
        top: 125px;
        /* margin-bottom: 10px; */
    }
    .about-banner h4 {
        font-size: 30px;
    }
    .our-events-block {
        padding: 30px 0;
    }
    .our-events-list li a {
        display: block;
    }
    .our-events-left {
        float: left;
        margin-right: 20px;
    }      
    .our-events-list li img {
        width: 200px;
        /* margin-right: 20px; */
    }   
    .our-events-list li {
        display: block;
    }
    .our-events-right h6 {
        max-width: 100%;
        text-align: left;
    }
     
    .our-events-right h5 {
        font-size: 16px;
    }
    .our-events-right p {
        font-size: 12px;
        margin: 0 0 5px;
    }
    .our-events-info span {
        margin-right: 15px;
    }
    .up-coming-events-block h4 {
        font-size: 20px;
    }
    .up-coming-events-img {
        padding: 5px;
    }
    .up-coming-events-block p {
        font-size: 13px;
        max-width: 100%;
    }
    .events-details-list-item {
        display: block;
    }
    .events-details-list-item .events-details-left {
        margin-right: 20px;
        float: left;
    }
    .events-details-block {
        padding: 25px 0;
    }
    .events-details-block .event-name {
        font-size: 18px;
        margin: 0 0 20px;
    }
    .events-details-list-item p {
        font-size: 13px;
    }
    .events-details-list img {
        width: 250px;
    }
    .downloads-list-item {
        flex-wrap: wrap;
        padding: 5px;
        margin-bottom: 20px;
    }
    .downloads-block h4 {
        font-size: 20px;
    }
    .downloads-block {
        padding: 25px 0;
    }
    .downloads-list-item label {
        font-size: 14px;
    }
    .downloads-list-item-div {
        margin: 10px;
    }
    .downloads-list-item .btn-success {
        padding: 2px 15px;
        font-size: 14px;
    }
    
    
    .products-pdf-block .product-details-right .product-intro {
        margin-bottom: 25px;
    }
    .products-pdf-block .product-details-right .product-intro img {
        width: 130px;
        height: auto;
    }
    .products-pdf-block .box-card {
        width: fit-content;
        margin-right: 0px !important;
    }
    .products-pdf-block .chem-properties {
        width: 100%;
    }

    
       
}
@media(max-width:640px){
    /* .news-events-row {
        display: block;
        margin-bottom: 0;
    } */
    /* .news-left-block {
        padding: 0 0 20px 0;
    } */
    .slick-dots {
        bottom: 45%;
    }
   .products-catagory-buttons a {
    padding: 7px 15px;
    margin: 3px 3px;
    font-size: 12px;
} 
.products-catagory-buttons {
    padding: 5px 15px;
    flex-wrap: wrap;
}
/* .position-sticky-title {
    top: 118px;
} */


   
    
}

@media(max-width:575px) {
    .products-banner-title {
        padding: 45px 0;
    }

    .products-list-item {
        width: calc(50% - 8px);
    }

    /* .home-slider-block .slider-img {
        height: 300px;
    } */

    .container-fluid {
        width: 100%;
    }
    .product-details-right .product-intro img {
        width: 100px;
        height: 90px;
        min-width: 100px;
    }
    .gallery-block .col-12 {
        max-width: 50%;
        padding: 0 10px;
    }
    /* .chem-properties .row-data label {
        min-width: 175px;
        width: 175px;
    } */
    /* .chem-properties {
        margin: 12px 0 40px;
    } */
    .related-product {
        font-size: 14px;
    }
    /* .products-view-list li {
        width: calc(33.33% - 6px);
    } */
    .products-details-main .container {
        max-width: 100%;
    }
    .related-products-block .container {
        max-width: 85%;
    }
    .products-view-list li p {
        font-size: 12px;
        margin: 0 0 5px;
    }
    .related-products-slider .slick-prev, .related-products-slider .slick-next {
        min-width: 25px;
        height: 25px;
    }
    .related-products-slider .slick-prev:before, .related-products-slider .slick-next:before {
        font-size: 23px;
    }
    .related-products-block .detail-subtitle:before, .related-products-block .detail-subtitle::after {
        width: 29%;
    }
}
@media(max-width:558px) {
    .sticky-title .position-sticky-title {
        top: 156px;
        /* margin-bottom: 10px; */
    }
}
@media(max-width:480px) {
    /* .header {
        height: 75px;
    } */

    .logo img {
        height: 35px;
    }

    .header-content {
        padding: 7px 15px 5px 15px;
    }

    .header-content {
        padding: 3px 10px 5px 10px;
    }

    .header-top-contact {
        margin-right: 20px;
    }

    .footer-div h4 {
        font-size: 15px;
    }

    /* .footer-right .form-control {
        width: 55%;
    }

    .products-list-section {
        padding: 20px 0;
    } */

    .about-right-block h5 {
        font-size: 17px;
    }

    .about-right-block h1 {
        font-size: 24px;
    }

    .gallery-card h2 {
        font-size: 18px;
    }

    .contact-content-group h1 {
        font-size: 23px;
    }

    .contact-content-group p {
        font-size: 13px;
    }

    .news-events-block .heading {
        font-size: 22px;
    }

    .card-content h3 {
        font-size: 22px;
    }

    .about-left-img {
        height: 310px;
    }
    .product-details-right .product-intro {
        /* flex-direction: column;
        align-items: center; */
        /* padding-bottom: 10px; */
    }
    /* .product-details-right .product-intro img {
        margin-right: 0;
        margin-bottom: 15px;
    } */
    .chem-properties .row-data {
        display: block;
    }
    .chem-properties .row-data label {
        min-width: auto;
    }
    .chem-properties .row-data span {
        padding-left: 0;
    }
    .about-banner h4 {
        font-size: 28px;
    }
    .about-banner {
        height: 180px;
    }
    .about-content-row {
        padding-bottom: 25px;
    }
    .about-right-block {
        padding-top: 10px;
    }
    .about-content-block h3 {
        font-size: 17px;
    }
    .contact-content-group .contact-right .btn-light {
        font-size: 14px;
        padding: 5px 10px;
    }
    
    .news-right-block{
        width: 100%;
        padding: 0 15px;
    }
    /* .product-details-block .box-card {
        padding: 10px;
    } */
    /* .products-view-list li p {
        font-size: 11px;
    } */
    /* .products-view-list li h3 {
        font-size: 13px;
    } */
    .product-title {
        font-size: 16px;
        margin: 0 0 4px;
    } 
    .product-details-right .product-intro .product-description {
        font-size: 12px;
        margin: 0 0 0px;
    }
    .row-data {
        font-size: 12px;
        margin-bottom: 0px;
    }
    .row-data label {
        font-size: 12px;
    }
    .detail-subtitle {
        font-size: 16px;
    }
    .chem-properties .row-data label {
        font-size: 13px;
    }
    .chem-properties .row-data {
        font-size: 13px;
        /* margin-bottom: 5px; */
    }
    .product-details-right .product-intro img {
        width: 85px;
        height: 75px;
        min-width: 85px;
        margin-right: 9px;
    }
    .custom-title {
        font-size: 16px;
    }
    .modal-header {
        padding: 10px;
    }
    .modal-header img {
        height: 65px;
        width: 80px;
        margin-right: 10px;
    }
    .modal-header .close {
        right: 10px;
        top: 5px;
    }
    
    .modal-header p, .modal-header span {
        font-size: 12px;
    } 
    .required ,
    .valid{
        font-size: 12px;
    }
    .product-details-left .product-search h3 {
        font-size: 18px;
    } 
    .related-products-slider .slick-prev {
        left: -26px;
    }
    .related-products-slider .slick-next {
        right: -26px;
    }  
    .chem-properties .row-data span {
        font-weight: 600;
    }
    .chem-properties .row-data label {
        color: #999;
    }
    .contact-card {
        padding: 10px;
    }
    .contact-left-card p {
        font-size: 13px;
    }
    .contact-left-card i {
        height: 35px;
        width: 35px;
        font-size: 16px;
    }
    .our-events-block h4 {
        font-size: 17px;
    } 
    .our-events-list li img {
        width: 100%;
        margin-right: 0;
    }
    .our-events-list li a {
        margin-bottom: 10px;
    }
    .up-coming-events-img {
        width: 50%;
    }
    .up-coming-events-block {
        padding: 30px 0;
    }
    .events-details-list-item .events-details-left {
        margin: 0 0 10px;
        float: none;
        text-align: center;
    }
    .events-details-block .event-name {
        font-size: 16px;
    }
    .events-details-list-item h5 {
        font-size: 15px;
    }
    .events-details-list-item p {
        font-size: 12px;
    }
    .downloads-block h4 {
        font-size: 18px;
    }
    .downloads-block {
        padding: 20px 0;
    }
    .downloads-list-item .btn-success {
        padding: 2px 13px;
        font-size: 12px;
    }
    .downloads-list-item-div:first-child {
        width: 100%;
    }
    .downloads-list-item {
        margin-bottom: 15px;
    }
    .downloads-list-item-div {
        margin: 5px 5px;
    }
    .downloads-list-item h5 {
        margin: 0 0 5px;
    }
    .downloads-list-item label {
        font-size: 12px;
    }
    .downloads-list-item span {
        font-size: 12px;
    }
    .products-pdf-block .row-data {
        display: table-row;
    }
    .products-pdf-block .chem-properties .row-data span {
        font-weight: 400;
    }
    .our-events-left {
        float: inherit;
    }
    
}
@media(max-width:450px){
    .products-view-list li {
        width: calc(50% - 10px);
    }
    .our-events-info {
        display: block;
        font-size: 12px;
    }
    .our-events-info span {
        margin-bottom: 5px;
        display: inline-block;
    }
}
@media(max-width:425px){
    .gallery-block .col-12 {
        max-width: 100%;
        padding: 0;
    }
    .modal-header {
        flex-direction: column;
    }
    .modal-header img {
        margin-bottom: 10px;
    }
    .our-events-left {
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }
}

@media(max-width:375px) {
    .navbar-toggler {
        padding: 10px 5px 2px 0px;
    }

    .header-social-media ul li a {
        margin: 0 8px;
        font-size: 15px;
    }


    .products-list-item h4 {
        font-size: 14px;
    }

    .products-list-item p {
        font-size: 11px;
    }

    /* .product-list-img img {
        height: 115px;
    } */

    .products-list-item {
        width: calc(50% - 6px);
        margin: 3px;
    }
    .gallery-card h2 {
        font-size: 16px;
    }
    .news-right-block .card{
        padding: 10px;
    }   
    /* .product-details-right .product-intro {
        flex-direction: column;
        align-items: flex-start;
    } */
    .product-details-right .product-intro img {
        margin-bottom: 10px;
    }
    .products-catagory-buttons a {
        padding: 6px 10px;
    }
}

@media(max-width:350px) {
    .products-list-item {
        width: calc(100% - 0px);
        margin: 3px 0;
    }
    /* .product-list-img img {
        height: 165px;
    } */
    .products-catagory-buttons {
        display: block;
    }
    .products-catagory-buttons a {
        text-align: center;
    }
    .sticky-title .position-sticky-title {
        top: 182px;
    }
}