
/*  product page css */

body {
    font-family: Arial, sans-serif;
  }
  
  #maintbl {
    width: 90%;
    /* Adjust the width as needed */
    border-collapse: collapse;
    margin-top: 0;
    padding-top: 0;
  
    margin-top: 20px;
  
    min-height: 100%;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    background: #ffffff;
    /* width:980px; */
  }
  
  th {
    /* background-color: #f2f2f2; */
   /*  background-color:rgb(100, 248, 248); */
   /*  background-color: #a5e2ff; */
    background-color: #5074C0;

    text-align: left;
    padding: 8px;
    font-weight: bold;
    color: #000
  }
  
  td {
    padding: 8px;
  }
  
  .cas {
    text-align: center;
  }
  
  .cas a {
    color: blue;
    text-decoration: none;
  }
  
  .cas a:hover {
    text-decoration: underline;
  }
  
  .msds a {
    color: green;
    text-decoration: none;
  }
  
  .msds a:hover {
    text-decoration: underline;
  }
  
  .inquiry a {
    color: red;
    text-decoration: none;
  }
  
  .inquiry a:hover {
    text-decoration: underline;
  }
  
  /* Bootstrap Animation Effect */
  /* .table-animate tbody tr:hover td {
    background-color: #f8f9fa;
    transform: scale(1.02);
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  
  } */
  
  /* Add border and shadow to the table data */
  .table-bordered tbody td {
    border: 1px solid #dee2e6;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  }
  
  
  @media only screen and (max-width: 600px) {
    table.table {
        width: 100%;
        border-collapse: collapse;
    }
  
    table.table thead,
    table.table tbody,
    table.table tr,
    table.table td {
        /* display: block; */
      

    }
  
    table.table thead {
       /*  display: none; */
       /* display: block; */
      
      
    }
  
    table.table tr {
        margin-bottom: 15px;
    }
  
    table.table td{
        text-align: left;
        padding: 5px;
        border: none;
    }
  
    table.table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        margin-right: 5px;
    }
  }
         


/* Contact Area CSS */
.form-top-strip{
/* 	background: #fff3cf; */
background:rgb(168, 168, 168)cf;
border-radius: 10px;
}
.form-top-strip ul li{
align-items: center;
display: flex;
}
.form-top-strip ul li a{
font-size: 20px;
color: #3A4586;
}
.form-top-strip ul li i{
font-size: 36px;
margin-top: 10px;
color: #000;
padding: 10px 10px;
}
.new-contact .contact-info {
margin-bottom: 30px;
}

.new-contact .contact-info .info-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
padding: 15px 16px;
margin-bottom: 20px;
background: url(img/home/address-bg.jpg) no-repeat center !important;
background-size: cover;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 1;
}

/* .new-contact .contact-info .info-item:first-child {
background: url(img/home/contact-address.jpg) no-repeat center;
background-size: cover;
height: 140px;
}

.new-contact .contact-info .info-item:last-child {
background: url(img/home/contact-address.jpg) no-repeat center;
background-size: cover;
} */

.new-contact .contact-info .info-item:first-child {
  background: url(img/home/address-bg.jpg) no-repeat center !important;
  background-size: cover !important;
  height: 140px !important;
}

.new-contact .contact-info .info-item:last-child {
  background: url(img/home/address-bg.jpg) no-repeat center !important;
  background-size: cover !important;
}


.new-contact .contact-info .info-item::after {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
/* background: rgba(0, 30, 76, 0.8); */
background: rgba(24, 24, 24, 0.5);
z-index: -1;
-webkit-transition: 0.5s;
transition: 0.5s;
}

.new-contact .contact-info .info-item i {
color: #ffffff;
text-align: center;
font-size: 40px;
display: inline-block;
margin-top: -2px;
}

.new-contact .contact-info .info-item .info-content {
position: relative;
/* padding-left: 20px; */
display: inline-block;
}

.new-contact .contact-info .info-item .info-content p {
text-transform: capitalize;
/* color: #ffbc13; */
color: #fff;
line-height: 1.4;
margin: 0;
font-size: 20px;
padding: 0 0 10px 0px;
}

.new-contact .contact-info .info-item .info-content a {
font-weight: 500;
color: #ffffff;
}

.new-contact .contact-info .info-item:hover::after {
/* background: rgba(255, 188, 19, 0.9); */
background: #e0e0e0;
}

.new-contact .contact-info .info-item:hover i {
color: #001e4c;

}

.new-contact .contact-info .info-item:hover .info-content p {
/* color: #ffffff; */
color: black;
}

.new-contact .contact-info .info-item:hover .info-content a {
color: #001e4c;
}

.new-contact .contact-info:last-child {
margin-bottom: 0;
}

.new-contact .contact-form {
/* background: #fff3cf; */
background: #e0e0e0;
padding: 40px;
margin-bottom: 30px;

}

.new-contact .contact-form .content {
/* margin-bottom: 30px; */
text-align: left;
}

.new-contact .contact-form .content h3 {
font-size: 30px;
margin-top: -7px;
margin-bottom: 0;
color: #001e4c;
}

.new-contact .contact-form .form-group {
/* 	margin-bottom: 25px; */
}

.new-contact .contact-form .form-control {
width: 100%;
background: #ffffff;
border: none;
}

.new-contact .contact-form .cta-btn {
margin-top: 25px;
}

.new-contact .contact-map {
overflow: hidden;
padding-bottom: 50%;
position: relative;
height: 0;
border: none;
/* margin: 30px 0; */
}

.new-contact .contact-map iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
border: 0;
}

/* Contact Area Css END */

.glass{

/* From https://css.glass */

background-color: rgba(255, 255, 255, .1) !important;

border-radius: 16px;

box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);

color: #000 !important;

backdrop-filter: blur(10.4px);

-webkit-backdrop-filter: blur(10.4px);

border: 1px solid rgba(255, 255, 255, 0.31);

}
.notification-box-success {
margin-bottom: 1.8rem;
display: flex;
flex-direction: column;
justify-content: center;
/* align-items: center; */
height: 100%;
}
.notification-box-success p{
font-size: 20px;
padding: 30px;
}

.home-form .notification-box-success p{
color: white !important;
}
.success-animation { margin:20px auto;}

.checkmark {
width: 100px;
height: 100px;
border-radius: 50%;
display: block;
stroke-width: 2;
stroke: #198754;
stroke-miterlimit: 10;
box-shadow: inset 0px 0px 0px #198754;
animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
position:relative;
top: 5px;
right: 5px;
margin: 0 auto;
}
.checkmark__circle {
stroke-dasharray: 166;
stroke-dashoffset: 166;
stroke-width: 2;
stroke-miterlimit: 10;
stroke: #198754;
fill: #fff;
animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;

}

.checkmark__check {
transform-origin: 50% 50%;
stroke-dasharray: 48;
stroke-dashoffset: 48;
animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
100% {
stroke-dashoffset: 0;
}
}

@keyframes scale {
0%, 100% {
transform: none;
}

50% {
transform: scale3d(1.1, 1.1, 1);
}
}

@keyframes fill {
100% {
box-shadow: inset 0px 0px 0px 30px #4bb71b;
}
}

/**/
.heading{
color: #3A4586!important;
}
.pb-1-20{
margin-bottom: 20px!important;
}
.img-team{
width: 100%!important;
height: auto!important;
}
.mt-18{
margin-top: 15px!important;
}
.mt-60{
margin-top: 60px!important;
}
.mt-17{
margin-top: -10px!important;
}


.contact-form input:hover,
.contact-form textarea:hover {
/* Add your hover styles here */
border-color: #000;
/* Example: change border color to black on hover */
}

.contact-form button:hover {
/* Add your hover styles here */
/* background-color: #000; */
background: #FFBC13;
color: #fff;
/* Example: change background color to black and text color to white on hover */
}
.contact-form .ss-btn{
  border: 2px solid black;
}




body{
    background-color: #eee;
 }
 
.fill-button{
position:absolute;
left:50%;
top:150%;
transform: translate(-50%,-50%);
}

.btn {
border: none;
font-family: inherit;
font-size: inherit;
color: inherit;
background: none;
cursor: pointer;
padding: 10px 35px;
/*  display: inline-block; */
/*  margin: 15px 30px; */
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
outline: none;
position: relative;
-webkit-transition: all 1s;
-moz-transition: all 1s;
transition: all 1s;
}
.btn {
/* border: 3px solid red;
color: red; */
border: 3px solid black;
color: black;
}
.btn:hover {
color: #fff;
}
.btn::after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 1s;
-moz-transition: all 1s;
transition: all 1s;
}
.btn:after {
width: 0%;
height: 100%;
top: 0;
left: 0;
/* background: red; */
/* background: black; */
background: #FFBC13;
}
.btn:hover:after, .btn:active:after {
width: 100%;
}

#container-new{
  overflow-x: scroll;
}



