/* Common CSS Start*/
body {
  padding-top: 0px;
}
#commonpages{
    padding: 0px 0 60px 0;
}
#commonpages-1{
    padding: 0px 0 60px 0;
}
.w-100per{
    width: 100%;
}
.fh-170{
    height: 170px !important;
}
h1.thank-font-style {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.home-thankyoubtn {
    background: #012d54;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
}

.home-thankyoubtn:hover {
    background: #012d54;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
}
.map-w-100per{
    width: 100%;
    height: auto;
    border: 2px solid #fff !important;
    padding: 5px;
}  
.pad-tb-10{
    padding: 10px 0px 10px 0px;
}
.pt-60{
    padding-top: 60px;
}
.pt-15{
    padding-top: 15px;
}
.p-0{
    padding: 0px;
}
.m-0{
    margin: 0px;
}
.pl-0{
     padding-left: 0px;   
}
.pb-15{
    padding-bottom: 15px;   
}
.pr-0{
     padding-right: 0px;   
}
.cus-h2{
    font-size: 36px;
    font-weight: 400;
    color: #055399;
}

.text-blue{
    color: #055399;
}
.mb-0{
    margin-bottom: 0px;
}
.mt-40{
    margin-top: 40px;
}
.pad-20{
    padding: 20px;
}
.p-tb-40{
    padding: 40px 20px;
}

.cus-hr{
   margin-bottom: 3rem;
}
.cus-hr-1{
   margin-top: 3rem; 
   margin-bottom: 3rem;
}
.fs-12{
    font-size: 12px;
}
.fs-16{
    font-size: 16px;
}
.intl-tel-input {
    position: relative;
    display: block !important;
}

.cus-d-image{
    border: 3px solid #055399;
}
.cus-table-bordered .cus-tr-th th {
    width: 230px;
    max-width: 250px;
    text-align: left;
}
.cus-table-bordered .cus-tr-th th:nth-child(1) {
    width: 80px !important;
    max-width: 250px;
    text-align: center;
    
}
.cus-table-bordered .cus-tr-th th:nth-child(3) {
    width: 100px !important;
    max-width: 250px; 
}

/* Common CSS End*/

/* Header CSS start */
/* Top Bar CSS */

#topbar .contact-info a span{
    font-size: 10px;
}
#topbar .contact-info a{
    font-size: 14px;
}
/* .cus-form-control{
padding: 4px !important;
border-radius: 0px !important;
font-size: 12px !important;
} */

.cus-srch-btn{
/* padding: 4px !important;
border-radius: 0px !important;
font-size: 12px !important; */
border-color: #055399 !important;
background-color: #fff !important;
border: 1px solid;
color: #055399 !important;
}
.cus-srch-btn:hover{
color: #fff !important; 
background-color: #055399 !important;
}
.cus-srch-box{
    border: 1px solid #055399;
    width: 240px;
}
#search-box {
    position: absolute;
    background-color: #fff;
    overflow-Y: scroll;
    z-index: 9;
    padding: 10px;
    width: 100%;
    margin-top: 5px;
    border: 1px solid #055399;
    display: none;
    max-height: 300px;
}
/* Top Bar CSS End*/

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #ffffff;
}
#mobile-nav ul .menu-item-active {
    color: #ffffff;
}
.nav-menu ul{
    padding: 0;
}
.nav-menu ul li {
    min-width: 200px;
}
/* .menu-has-children ul li{
    border-bottom: 1px solid #E7E8EB;
} */
.menu-has-children ul li a{
    padding: 10px 10px;
}
.menu-has-children ul li:hover{
    background-color: #dddddda8;
} 
.textile_btn{
	font-size: 15px;
	font-weight: 600;
    background-color: #055399;
	text-align: center;
}
.textile_btn:hover{
    background-color: #055399 !important;
} 
.textile_btn a{
	color: #fff !important;
	font-weight: 600;
}
/* .disabled {
    pointer-events: none;
    cursor: default;
} */
/* .disabled a:nth-child(1){
cursor: not-allowed;
} */

/* Header CSS End */


/* Breadcrumb Header */
.Headingandbreadcrumb{
    background: #055399;
    background-size: cover;
    padding: 0px;
}
.Headingandbreadcrumb h1 {
    color: #fff;
    margin-top: 7px;
    font-size: 28px;
}
.breadcrumb {
    background-color: transparent;
    float: left;
}
.breadcrumb .breadcrumb-item a{
    color: #055399;
    /* font-size: 12px; */
}
.breadcrumb-item.active {
    color: #055399;
}
.breadcrumb-item.active a {
    color: #055399;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #055399;
    content: "/";
}/* Breadcrumb Header End*/

/* Home Page Css Start*/
#section-1 {
    padding: 20px 0 60px 0;
}
/* Slider CSS Start */
.banner-img{
    width: 100%;
    height: auto;
    max-height: 720px;
    overflow: hidden;
}
.Slider-cap{
    position: absolute;
    left: 40%;
    top: 57%;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 0;
    padding-bottom: 0;
}
.Slider-cap h3{
    font-weight: 700;
    font-size: 1.75rem;
}
.carousel-item .Slider-cap h3 {
    color: #fff;
    background-color: #06396eab;
    padding: 30px 10px;
}    
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgb(5, 83, 153);
    border-radius: 50%;
}
/* Slider CSS Start */

/* custom media object Start*/
.cus-media {
    border: 1px solid #055399;
    box-shadow: 0px 4px 1px #ccc;
}
.cus-media-body {
    color: #055399;
}
.cus-media-body h5 {
    font-size: 16px;
}
/* custom media object End */

/* owl-carousel CSS Start */

#clients .cus-owl .owl-nav {
    margin-top: 20px;
    text-align: right;
}

#clients .cus-owl .owl-nav .owl-prev span {
    padding: 0px 15px;
    border: 1px solid #000;
}
#clients .cus-owl .owl-nav .owl-next span {
    padding: 0px 15px;
    border: 1px solid #000;
}
#clients .cus-owl .owl-item img {
    display: block;
    width: 100%;
    border: 1px solid #000;
    opacity: 1;
}
#clients img {
    max-width: 100%;
    opacity: 1;
    transition: 0.3s;
    padding: 15px 0;
    border: 1px solid #055399;
    margin-bottom: 5px;
}
/* owl-carousel CSS End */

/* Events Section Start */
#Events .cus-tab-content{
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
#Events .cus-tab-content ul{
    padding: 50px;
}
#Events .cus-tab-content ul li{
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 5px;
    border: 1px solid #ccc;
}
#Events .cus-tab-content ul li a{
    color: #055399;
}

#Events .cus-nav-link {
    border-radius: 0px;
    background-color: #055399;
    margin-right: 15px;
    color: #fff;
    border: 1px solid #055399;
}
#Events .cus-nav-link:hover , #Events .cus-nav-link:focus  {
    background-color: #fff;
    color: #055399;
    border: 1px solid #055399;
}


/* Events Section End */


/* Iso Section Start */
.cus-iso p{
    padding: 15px;
    /* border: 1px solid #055399; */
    color: #fff;
}
.blue{
    background: #055399;
}
.pink {
    background: #e26450;
}
.yellow {
    background: #f89406;
}
.green {
    background: #26c281;
}
/* Iso Section End */




/* Home Page Css End*/



/* About Us Page CSS Start */
#about .content h2{
    font-weight: 400;
    font-size: 30px;
}
.section-header h2 {
    font-weight: 400;
    font-size: 36px;
}
.section-header h2::before {
    height: 2px;
    background: #055399;
}
#team .member .details {
    background: #055399;
}
#team .member h4 {
    font-weight: 400;
}
#about .content p{
    font-size: 14px;
    line-height: 20px;
}/* About Us Page CSS End */



/* Category Page CSS Start*/
.li-active{
    background-color: #055399 !important;
    color: #fff !important;
} 
#Category {
    padding: 0px 0 60px 0;
}
#Category .cus-ul{
    padding-left: 0px; 
}
#Category .cus-ul li {
    list-style-type: none;
    padding: 15px 10px 15px 10px;
    background-color: #f5f5f5;
    margin-bottom: 5px;
    text-align: center;
    border-right: 3px solid #c2c2c2;
}
#Category .cus-ul li:hover,#Category .cus-ul li:active {
    background-color: #055399;
    transition: all 2s ease; 
}
#Category .cus-ul li:hover a, #Category .cus-ul .li-active a {
    color: #fff;
}
#Category .cus-ul li a{
    color: #055399;
}
.c-text{
    color: #000;
    margin-bottom: 35px;
}
.c-text ul li {
    font-size: 14px;
}

/* Dropdown For Mobile Start*/
.cus-dropdown-btn{
    width: 100%;
    margin-bottom: 50px;
    border-radius: 0px;
    background-color: #055399;
    text-align: left;
}
.cus-dropdown-btn:hover, .cus-dropdown-btn:focus{
    background-color: #fff;
    color: #055399;
    transition: all 0.3s ease;
    /* border:2px solid #055399; */
} 
.btn-secondary:not(:disabled):not(.disabled).active, 
.btn-secondary:not(:disabled):not(.disabled):active, 
.show>.btn-secondary.dropdown-toggle{
    color: #055399 !important;
    background-color: #fff !important;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, 
.btn-secondary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #06396eab;
}
.dropdown-toggle::after{
    position: absolute;
    right: 15px;
    top: 18px;
}
.cus-dropdown-menu .dropdown-item:focus, .cus-dropdown-menu .dropdown-item:hover{
    background-color: #0553993b;
}
.cus-dropdown-menu{
    width: 100%;
    
    border-radius: 0px;
    border: 1px solid #055399;
    box-shadow: 0 0 0 0.2rem #06396eab;
}
.cus-dropdown-menu .dropdown-item{
    padding: 10px 15px;
}
/* Dropdown For Mobile End*/
/* Card CSS Start*/
.cus-card{
    border: 1px solid #055399;
    border-radius: 0px;
    margin: 0px 0px 40px 0px;
    box-shadow: 0px 4px 1px #ccc;
}
.cus-card:hover .cus-card-body {
    background-color: #055399;
    transition: all 1s ease; 
}
.cus-card-body{
    padding: 10px;
}
.cus-card-title {
    margin-bottom: 0px;
    font-size: 16px;
    min-height: 85px;
    color: #055399
}
.cus-card-title-1{
    color: #055399
}
.cus-card:hover .cus-card-title,
.cus-card:hover .cus-card-title-1{
    color: #fff;
    transition: all 1s ease;
}
.cus-card-img-top {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0; 
}
.stellar_products_img_crop{
	object-fit: cover;
    height: 160px;
}
.cus-card1 .cus-card-body{
    background-color: #055399;
    color: #fff;
    /* margin-bottom: 1px; */
}
.cus-card1:hover .cus-card-body{
    background-color: #fff;
    color: #055399;
    /* margin-bottom: 1px; */
}
/* Card CSS End*/
/* Table Css Start */
.cus-tr-th{
    background-color: #055399;
    color: #fff;
}
.cus-tr-td{
    background-color: #05539926;
}
.cus-table-bordered td, .cus-table-bordered th{
    border: 1px solid #a2a2a2;
}
.cus-table-bordered th {
    border: 1px solid #a2a2a2;
    text-align: center;
}
/* .cus-tr-th th {
    width: 230px;
    max-width: 250px;
} */
.cus-table-bordered tr td p {
    margin-bottom: 0px;
}

/* Table Css End */ 
/* Category Page CSS End*/


/* Product Page CSS Start*/
#Product-sec {
    padding: 0px 0 60px 0;
}

#Product-sec .img-fixed{
    width: 100%;
    height: auto;
    max-height: 400px;
    overflow: hidden;
}
#Product-sec h2{
    font-size: 30px;
    color: #055399;
}
/*#Product-sec ul li{
   list-style-type: none; 
}*/

/*#Product-sec ul li.tick:before {
    content: "\2713";
    color: #055399;
    margin-right: 15px;
}*/
.inquire-btn{
    padding: 15px 40px;
    background-color: #055399;
    color: #fff !important;
    border-radius: 4px;
    border-width: 0px;
    border: 1px solid #055399;
    cursor: pointer;
}
.inquire-btn:hover {
    padding: 15px 40px;
    background-color: #fff;
    color: #055399 !important;
    border-radius: 4px;
    border: 1px solid #055399;
    cursor: pointer;
}
.download-btn{
    position: absolute;
    right: 0;
    bottom: 30px;
}
.cus-border{
    border: 1px solid #ccc;
    padding: 15px;
}


/* owl-carousel CSS Start */
#relatedproduct{
    padding: 60px 0 60px 0;
}
#relatedproduct .cus-owl .owl-nav {
    margin-top: 20px;
    text-align: right;
}
#relatedproduct .cus-owl .owl-nav .owl-prev span {
    padding: 0px 15px;
    border: 1px solid #000;
}
#relatedproduct .cus-owl .owl-nav .owl-next span {
    padding: 0px 15px;
    border: 1px solid #000;
}
#relatedproduct .cus-owl .owl-item img {
    display: block;
    width: 100%;
    /* border: 1px solid #000; */
    opacity: 1;
}

/* owl-carousel CSS End */
/* Product Page CSS End*/


/* SDS Page CSS Start*/
#SDS{
    padding: 60px 0 60px 0;
}
.search-btn{
    padding: 15px 40px;
    background-color: #055399;
    color: #fff;
    border-radius: 4px;
    border-width: 0px;
    border: 1px solid #055399;
}
.search-btn:hover, .search-btn:focus{
    padding: 15px 40px;
    background-color: #fff;
    color: #055399;
    border-radius: 4px;
    
    border: 1px solid #055399;
}
/* SDS Page CSS End*/

/* Research articles Page CSS Start */
#researcharticles{
    padding: 0px 0px 60px 0px;
}
#researcharticles a .cus-card{
    display:none;
}
.loadmore-btn{
    padding: 15px 40px;
    background-color: #055399;
    color: #fff;
    border-radius: 4px;
    border-width: 0px;
    border: 1px solid #055399;
}
.loadmore-btn:hover, .loadmore-btn:focus {
    padding: 15px 40px;
    background-color: #fff;
    color: #055399;
    border-radius: 4px;
    border: 1px solid #055399;
}
.research-articles {
    margin: 50px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
#researcharticles .research-articles img{
    margin: 0 auto;
	border: 3px solid #055399;
}
/* Research articles Page CSS End */

/* Our Facilities Page CSS Start */
#ourfacilities{
    padding: 0px 0px 60px 0px;
}

/* Our Facilities Page CSS End */


/* Saraquest Page CSS Start */
#saraquest{
    padding: 0px 0px 60px 0px;
}

#saraquest .nav-pills .nav-link{
    border-radius: 0px;
}
#saraquest .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    border-radius: 0px;
    background-color: #fff !important;
    color: #055399 !important;
} 
#saraquest ul li {
    list-style-type: none;
    float: left;
    /* margin-left: 5px; */
    background: #055399;
    /* padding: 8px 30px; */
    font-size: 15px;
    border: 1px solid #055399;
    font-weight: bolder;
}
#saraquest ul li a{
    color: #fff;   
    display: block;
    padding: 8px 30px;
}
#saraquest ul li:hover, #saraquest ul li:focus {
    list-style-type: none;
    float: left;
    /* margin-left: 5px; */
    background: #fff;
    /* padding: 8px 30px; */
    font-size: 15px;
    border: 1px solid #055399;
    font-weight: bolder;
}
#saraquest ul li:hover  a{
    color: #055399; 
}
.m-li-active{
    list-style-type: none;
    float: left;
    /* margin-left: 5px; */
    background: #fff !important;
    /* padding: 8px 30px; */
    font-size: 15px;
    /* border: 1px solid #055399; */
    font-weight: bolder;
    border-radius: 0px !important;
    color: #055399 !important; 
}
/* .m-li-active a{
    color: #055399 !important;
} */
.m-view-btn{
    padding: 5px 15px;
    background-color: #055399;
    color: #fff;
    border-radius: 4px;
    border-width: 0px;
    border: 1px solid #055399;
}
.m-view-btn:hover, .m-view-btn:focus{
    padding: 5px 15px;
    background-color: #fff;
    color:  #055399;
    border-radius: 4px;
    border-width: 0px;
    border: 1px solid #055399;
}
/*.m-download-btn{
    padding: 5px 15px;
    background-color: #055399;
    color: #fff;
    border-radius: 4px;
    border-width: 0px;
    border: 1px solid #055399;
}
.m-download-btn:hover, .m-download-btn:focus{
    padding: 5px 15px;
    background-color: #fff;
    color:  #055399;
    border-radius: 4px;
    border-width: 0px;
    border: 1px solid #055399;
}*/
/* Saraquest Page CSS End */

/* Manuals and Brochures page Start */
#manuals-and-brochures{
    padding: 0px 0px 60px 0px;
}
#manuals-and-brochures ul .cus-nav-item {
    width: 33.333333%;
    text-align: center;
    border: 1px solid #055399;
}
#manuals-and-brochures ul .cus-nav-item .nav-link.active {
    color: #fff;
    background-color: #055399;
    border-radius: 0px;
}
.overlay-container {
    position: relative;
    cursor: pointer;
}
.overlay-image {
  opacity: 1;
  /*display: block;*/
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.overlay-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.overlay-container:hover .overlay-image {
  opacity: 0.3;
}

.overlay-container:hover .overlay-middle {
  opacity: 1;
}
.overlay-text {
  /*background-color: #4CAF50;*/
  color: #055399;
  font-size: 30px;
  font-weight: bolder;
  padding: 16px 32px;
}
/* Manuals and Brochures page End */

/* Book Published page Start */
.book-slider{
    margin: 50px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
} 
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #055399;
    background: #055399;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 11px;
    position: absolute;
    top: 15px;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
    opacity: 1;
    color: #055399;
    border: 2px solid;
    border-radius: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -50px;
}
.slick-next {
    right: -50px;
}
.slick-prev:before {
    content: '‹';
}
.slick-next:before {
    content: '›';
}
.slick-prev:before, .slick-next:before {
    /* font-family: 'slick'; */
    font-size: 50px;
    line-height: 1;
    opacity: 1;
    color: #055399;
}
#commonpages .book-slider img{
    margin:0 auto;
	border: 3px solid #055399;
 }
/* Book Published page End */


/* Photography page Start */
#commonpages .cus-nav .cus-nav-link {
    border-radius: 0px;
    border: 1px solid #055399;
    margin-bottom: 5px;
    color: #055399;
}
#commonpages .cus-nav .cus-nav-link:hover{
    color: #fff !important;
    background-color: #055399;
}
#commonpages .cus-nav .cus-nav-link.active{
    color: #fff !important;
    background-color: #055399;
}
.cus-p-img{
    padding: 5px;
    border: 5px solid #ccc;
    margin-bottom: 15px;
}
    
/* Photography page End */


/* certification CSS Start*/
#certifications{
    padding: 0px 0px 60px 0px;
}

/* certification CSS End*/

/* Contact Us CSS Start */
#contactus{
    padding: 0px 0px 60px 0px;
}
.cus-form-control{
    border: 1px solid #055399;
    border-radius: 0;
}
/* Contact Us CSS End */

/* Register Page CSS Start */
#register{
    padding: 60px 0px 60px 0px;
}    
/* Register Page CSS End */

/* Search Page CSS Start */
#search{
padding: 60px 0px 60px 0px;
}
/* Search Page CSS End */


/* Sitemap Page CSS Start */
.sitemap_main-ul{
    padding-left: 0;    
}
.sitemap_main-ul > li{
    list-style: none;
    /*background: #ddd;*/
    padding: 10px 15px;
    cursor: pointer;
    margin-bottom: 5px;
    border: 1px solid #055399;
}
.sitemap_main-ul > li, .sitemap_main-ul > li > a{
    color: #000;
    font-weight: 600;
}
.sitemap_main-ul > li > a:hover{
    color: #055398;
}
.sitemap_inner-ul > li{
    color: #000;
    list-style: square;   
    font-size: 14px;
    font-weight: 400;
}
.sitemap_inner-ul > li > a{
    color: #000;
    list-style: none;   
    font-size: 14px;
    font-weight: 400;
}
.sitemap_inner-ul > li > a:hover{
    color: #055398;
}
/* Sitemap Page CSS end */

/* News sec css start */
.news_section{
    padding: 30px 0;
}
.news_card {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    box-shadow: 0 1px 2px 1px rgba(234,234,234,0.8196078431372549);
    margin: 0 4px 15px;
    background: #fff;
    min-height: 200px;
}
.news_title {
    font-size: 15px;
    font-weight: 600;
    color: #1f3b5e;
    margin-bottom: 5px;
}
.news_content > p {
    font-size: 14px;
    color: #3c3c3c;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}
.news_content .more p {
    font-size: 14px;
    color: #3c3c3c;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}
.news_content ul li {
    font-size: 13px;
    color: #3c3c3c;
}
.news_date {
    font-size: 13px;
    color: #a0a0a0;
    margin-bottom: 0;
}
.news_date-format {
    font-size: 13px;
    color: #000;
    margin-left: 5px;
}
.news_readmore {
    font-size: 13px;
    font-weight: 600;
    color: #39bcdd;
    text-decoration: underline;
    display: block;
    cursor: pointer;
}
.news_card .more, 
.news_card.show .dots {
  display: none;
}

.news_card.show .more {
  display: inline;
}
/* News sec css end */

/* ---------- Triazine card css ---------- */
.triazine_product_card {
    box-shadow: 0px 0px 4px 2px #00000012;
}
.triazine_product_name {
    font-size: 20px;
    font-weight: 600;
    color: #055399;
}
.triazine_product_casno {
    font-size: 20px;
    font-weight: 600;
    color: #055399;
}
/* ---------- Triazine card css End ---------- */

/* Footer CSS Start*/
#footer {
    background: #012d54;
    padding: 0 0 0 0;
    font-size: 14px;
}
#footer .container .row-pad-40{
    padding-top: 40px;
    padding-bottom: 40px;
}
#footer .contact-info ul{
    padding-left: 0px;
    /* padding: 15px 0; */
}
#footer .contact-info ul li{
    list-style-type: none;
    padding: 0px 0px 5px 0px;
}
#footer .contact-info ul li a{
    color: #fff;
}
#footer .contact-info ul li a:hover{
    color: #fff;
    text-decoration: underline;
}
#footer h3{
    color: #fff;
    margin-bottom: 0px;
    font-size: 20px;
}
#footer .Product-list ul{
    padding-left: 0px;
    padding: 15px 0;
}
#footer .Product-list ul li{
    list-style-type: none;
    padding: 0px 0px 5px 0px;
}
#footer .Product-list ul li a{
    color: #fff;
}
#footer .Product-list ul li a:hover{
    color: #fff;
    text-decoration: underline;
}
#footer .address p{
    padding: 15px 0;
    color: #fff;
}
.f-divider {
    border: 1px solid;
    width: 50px;
    color: #fff;
    margin: 10px 0px 10px 0px;
}
.sub-footer{
    background-color: #000;
    text-align: center;
    padding: 10px 0px 10px 0px;
    color: #fff;
    font-size: 13px;
}
.sub-footer a{
    color: #fff;
}
.call-desktop {
    position: fixed;
    top: 280px;
    right: 0;
    padding: 5px 13px;
    background-color: #fff;
    border: 10px solid #055399;
    z-index: 99;
    cursor: pointer;
    background: url("/fine/storage/app/media/phone.png") #fff;
    background-repeat: no-repeat;
    background-position: center;
}

.call-desktop span{
    display: block;
    width: 0px;
    overflow: hidden;
    white-space: nowrap;
    color: #055399;
    font-size: 12px;
    font-weight: 700;
    background: #fff;
}
.call-desktop:hover span{
    width: 130px;
    transition: all .50s ease;
}
/* .call:hover {
    margin-right: 100px;
    transition: all .50s ease;
} */
.call{
    position: fixed;
    top: 280px;
    right: 0;
    padding: 3px 5px;
    background-color: #fff;
    border: 10px solid #055399;
    z-index: 99;
    cursor: pointer;
}
.form-popup {
    position: fixed;
    top: 225px;
    right: -50px;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    background-color: #055399;
    z-index: 99;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    transform: rotate(-90deg);
    text-transform: uppercase;
}

/* Back To Top Start */
.back-to-top {
    background: none;
    -webkit-animation: bounce 3s infinite; /* Safari 4.0 - 8.0 */
    animation: bounce 3s infinite;
}
.back-to-top:hover {
    background: none;
}
.sticky-whatsapp-icon{
	position: fixed;
    right: 5%;
    border-radius: 11px;
    bottom: 18%;
    background: #25D366;
    padding: 2px 6px;
    z-index: 999999;
}
@media (min-width: 1024px) {
	.sticky-whatsapp-icon{
		right: 2.1%;
	}
}
@media (max-width: 1023px) {
	.sticky-whatsapp-icon{
		right: 4%;
    	bottom: 18%;
	}
}
@media (max-width: 525px) {
	.sticky-whatsapp-icon{
		right: 6%;
    	bottom: 18%;
	}
}
@media (max-width: 350px) {
	.sticky-whatsapp-icon{
		right: 8%;
    	bottom: 18%;
	}
}
@keyframes (bounce) {
	0%, 20%, 50%, 80%, 100% {
    @include transform(translateY(0));
    }
	40% {
    @include transform(translateY(30px));
    }
	60% {
    @include transform(translateY(15px));
    }
}
/* Back To Top End */

/* Modal CSS Start*/
.cus-modal-dialog {
    position: absolute;
    right: 5%;
    top: 5%;
}
.login-btn {
    padding: 5px 25px;
    background-color: #055399;
    color: #fff !important;
    border-radius: 4px;
    border-width: 0px;
    border: 1px solid #055399;
}
.cus-modal-content .cus-nav-item .nav-link.active{
    color: #fff;
    background-color: #055399;
    border-radius: 0px;
}
.cus-modal-content .cus-nav-item{
    border: 1px solid #055399;
}
.modal-content .close{
    position: absolute;
    right: 10px;
    top: 10px;
}
#footer .modal .close{
    position: absolute;
    right: 10px;
    top: 10px;
}
/* Modal CSS End*/

.faq-question{
    margin-bottom: 0px;
    font-size: 14px;  
    font-weight: 600;
}
.faq-answer{
    margin-bottom: 10px;
    font-size: 12px;
}


/* Footer CSS End*/


/* ---------- 7 product popup css ---------- */

.product_card{
    
}
.product_card-body{
    padding: 10px;    
}
.product_card-title {
    min-height: 50px; 
    line-height: 15px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}
.popup_product_card-title {
    line-height: 15px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    min-height: 50px;
}
.product_card-title a{
    color: #444;
}
.popup_product_card-title a{
	color: #444;
	text-transform: uppercase;
}
.product_card-text{
    font-size: 10px;  
    margin-bottom: 5px;
    min-height: 30px;
}
.product_card-text p{
    margin-bottom: 5px;
}
.product_card-formula{
    font-size: 12px; 
    font-weight: 600;
    margin-bottom: 5px; 
    min-height: 95px;
}
.product_card-casno {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}
.product_card-btn {
    font-size: 10px;
    background: #055399;
    color: #fff;
    padding: 5px 10px;
}
.product_card-btn:hover, .product_card-btn:focus{
    color: #fff;    
}
.language_btn a{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 27px;
    text-align: center;
    border: 1px solid #055399;
    margin: auto;
    font-size: 12px;
    color: #055399;
}
.card_download_btn {
    font-size: 12px;
}
/* ---------- 7 product popup css end ---------- */



.uv_absorbers-cta {
    background: #012d54;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
}
.uv_absorbers-cta:hover {
    color: #fff;
}



/* -----------Media Query pattern Start----------- */
/*------------------------------------------------------------------
[Table of contents]
1. Styles for devices(>1200px)
2. Styles for devices(>=992px and <=1199px)
3. Styles for devices(>=992px)
4. Styles for devices(>=768px and <=992px)
5. Styles for devices(>=481px and <=767px)
6. Styles for devices(<=480px)
7. Styles for devices(<=320px)
-------------------------------------------------------------------*/
/*----------------
[1. Styles for devices(>1200px)]
*/
@media (min-width: 1201px){
.menu-has-children ul li{
    border-bottom: 1px solid #E7E8EB;
}
.menu-has-children ul li:hover {
    background-color: #dddddda8;
}
.cus-table-bordered .cus-tr-th th {
    width: 230px;
    max-width: 250px;
}
.nav-menu ul ul {
    top: 0;
    left: 100%;
    max-height: 480px;
    overflow-y: scroll;
}
}
/*----------------
[2. Styles for devices(>=992px and <=1199px)]
*/
@media (min-width: 992px) and (max-width: 1199px){
.menu-has-children ul li{
    border-bottom: 1px solid #E7E8EB;
}
.menu-has-children ul li:hover {
    background-color: #dddddda8;
}
.cus-table-bordered .cus-tr-th th {
    width: 230px;
    max-width: 250px;
}
.cus-card-title-1 p {
    min-height: 30px;
}
.nav-menu > li {
    margin-left: 0px;
}
#ourfacilities .cus-card-body .cus-card-title {
    margin-bottom: 0px;
    font-size: 16px;
    min-height: 58px;
}
.nav-menu ul ul {
    top: 0;
    left: 100%;
    height: 480px;
    overflow-y: scroll;
}
.nav-menu a {
  font-size: 12px;
}
.cus-card-title {
    font-size: 14px;
}
}
/*----------------
[3. Styles for devices(>=992px)]
*/
@media (min-width: 992px){
.ml-90{
    margin-left:90px;
}
}
/*--------------------
[4. Styles for devices(>=768px and <=992px)]
*/
@media (min-width: 768px) and (max-width: 992px) {
.breadcrumb {
    float: left;
    padding-left: 0px;
}
#mobile-nav {
    background: #06396e9e;
}
#mobile-nav-toggle  .fa-times{
    color: #fff;
}
#mobile-body-overly {
    background: #06396e9e;
}
#mobile-nav ul li a {
    font-size: 14px;
    padding: 15px 22px 15px 15px;
}
#mobile-nav {
    width: 320px;
    left: -320px;	
}
.cus-card-title-1 p{
	min-height: 30px;
}
.cus-iso p {
    padding: 15px;
    /* border: 1px solid #055399; */
    color: #fff;
    font-size: 12px;
}
#ourfacilities .cus-card-body .cus-card-title {
    margin-bottom: 0px;
    font-size: 16px;
    min-height: 58px;
}
.Slider-cap h3 {
    font-weight: 700;
    font-size: 17px;
}
.cus-card-title {
    margin-bottom: 0px;
    font-size: 14px;
    min-height: 58px;
}
}
/*--------------------
[5. Styles for devices(>=481px and <=767px)]
*/
@media (min-width: 481px) and (max-width: 767px) { 
.breadcrumb {
    float: left;
    padding-left: 0px;
}
.cus-col-reverse{
    display: flex;
    flex-direction: column-reverse;
}
.Slider-cap h3 {
    font-size: 16px;
}
.Slider-cap {
    position: absolute;
    left: 40%;
    top: 53%;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 0;
    padding-bottom: 0;
}
#mobile-nav {
    background: #06396e9e;
}
#mobile-nav-toggle  .fa-times{
    color: #fff;
}
#mobile-body-overly {
    background: #06396e9e;
}
#mobile-nav ul li a {
    font-size: 14px;
    padding: 15px 22px 15px 15px;
}
#mobile-nav {
    width: 320px;
    left: -320px;	
}
.cus-card-title-1 p{
	min-height: 32px;
}
.cus-media-body h5 {
    font-size: 14px;
}
}
/*--------------------
[6. Styles for devices(<=480px)]
*/
@media (max-width: 480px) {
.breadcrumb {
    float: left;
    padding-left: 15px;
}
.cus-col-reverse{
    display: flex;
    flex-direction: column-reverse;
}
.Slider-cap h3 {
    font-size: 13px;
    padding: 20px 10px !important;
}
.Slider-cap {
    position: absolute;
    left: 41%;
    top: 45%;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 0;
    padding-bottom: 0;
}
#saraquest ul li {
    list-style-type: none;
    float: left;
    margin-left: 5px;
    background-color: #055399;
    /* padding: 8px 30px; */
    font-size: 15px;
    border: 1px solid #055399;
    font-weight: bolder;
    margin-bottom: 5px;
}
#saraquest ul li:hover, #saraquest ul li:focus #saraquest ul li:active{
    list-style-type: none;
    float: left;
    margin-left: 5px;
    background-color: #fff !important;
    /* padding: 8px 30px; */
    font-size: 15px;
    border: 1px solid #055399;
    font-weight: bolder;
    margin-bottom: 5px;
}
#mobile-nav {
    background: #06396e9e;
}
#mobile-nav-toggle  .fa-times{
    color: #fff;
}
#mobile-body-overly {
    background: #06396e9e;
}
#mobile-nav ul li a {
    font-size: 14px;
    padding: 15px 22px 15px 15px;
}
#mobile-nav {
    width: 320px;
    left: -320px;	
}
.cus-card-title-1 p {
    min-height: 30px;
}
#ourfacilities .cus-card-body .cus-card-title {
    margin-bottom: 0px;
    font-size: 16px;
    min-height: 58px;
}
.cus-media-body h5 {
    font-size: 10px;
}
.cus-card-title {
    margin-bottom: 0px;
    font-size: 12px;
    min-height: 58px;
}
.cus-card-title-1 {
    font-size: 14px;
}
}
/*--------------------
[7. Styles for devices(<=380px)]
*/
@media (max-width: 380px) {
.cus-card-title-1 p {
    min-height: 44px;
}
.cus-media-body h5 {
    font-size: 10px;
}
}
/*--------------------
[. Styles for devices(<=320px)]
*/
@media (max-width: 320px) {
#mobile-nav {
    background: #06396e9e;
}
#mobile-nav-toggle  .fa-times{
    color: #fff;
}
#mobile-body-overly {
    background: #06396e9e;
}
#mobile-nav ul li a {
    font-size: 14px;
    padding: 15px 22px 15px 15px;
}
.cus-media-body h5 {
    font-size: 8px;
}
}
/* -----------Media Query pattern End----------- */
.p-structure-img{
    width: 50%;
}
.search_list_product{
	cursor: pointer;
}

nav .badges:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50px;
    background-color: #65ed65;
    margin-left: 2px;
}

@media (min-width: 992px){
	.contact-info .badges:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50px;
    background-color: #65ed65;
    margin-right: 10px;
	}
    .p-structure-img{
        width: 25%;
    }
}
.download-modal-heading{
	font-size: 18px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

.seo_content table{
    border: 1px solid #dee2e6;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.seo_content table td, .seo_content table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.seo_content table td, .seo_content table th {
    border: 1px solid #dee2e6;
}
.seo_content table img{
    width: 100px;
}

div#loading {
    top: 0;
    right: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 9999;
	opacity: 0.3;
	color: #ffffffff;
}