body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  }
  ul,
  li,
  ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  margin: 0px;
  padding: 0px;
  }
  b,
  br,
  p,
  header,
  form,
  footer,
  span,
  nav,
  section,
  strong {
  margin: 0px;
  padding: 0px;
  }
  * {
  box-sizing: border-box;
  }
  a {
  text-decoration: none;
  }
  img {
  max-width: 100%;
  }
  .container {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1140px;
  }

  /* <!-- header-top css start here  --> */
  .header-top {
  background-color: #373435;
  padding: 6px 0px;
  }
  .header-top-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  }
  .header-top-menu ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
  }
  .header-top-menu i {
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 900;
  }
  .header-top-menu ul li a {
  font-size: 14px;
  line-height: 20px;
  font-family: "Montserrat";
  color: #fff;
  }
  .header-top-menu ul li a:hover {
  color: #e3a21c;
  }
  .header-top-menu-icon ul {
  display: flex;
  align-items: center;
  column-gap: 10px;
  }
  .header-top-menu-icon i {
  color: #373435;
  background-color: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  }
  .header-top-menu-icon i:hover {
  background-color: #e3a21c;
  color: #fff;
  }
  /* <!-- header-top css end here  --> */
  /* header-bottom css start  */
  .header-bottom {
  background: #fff;
  padding: 10px 0px;
  }
  .header-bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
  .logo img {
  width: 215px;
  height: 62px;
  }
  .header-bottom .main_menu i {
  padding-left: 5px;
  font-size: 18px;
  font-weight: 900;
  border: none;
  }
  .header-flex {
  display: flex;
  align-items: center;
  column-gap: 50px;
  }
  .header-btn {
  font-family: "Roboto Condensed";
  padding: 15px 30px !important;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: all;
  background-color: #e3a21c;
  color: #373435 !important;
  }
  .header-btn:hover {
  background-color: #373435;
  color: #fff !important;
  }
  /* normal menu css */
  .header-bottom .main_menu>ul>li {
  display: inline-block;
  position: relative;
  }
  .sub_menu {
  display: none;
  }
  .project-menu:hover .sub_menu {
  display: block !important;
  }
  .menu-h {
  display: none
  }
  .fgzfd:hover .menu-h {
  display: block !important;
  }
  .industery-c {
  width: 140px !important;
  }
  .header-bottom .main_menu ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #080808;
  font-weight: 400;
  padding: 22px 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0px;
  }
  .header-bottom .main_menu ul li a:hover {
  color: #e3a21c;
  }
  .header-bottom .main_menu .active {
  color: #e3a21c !important;
  }
  .header-bottom-h h6 {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff80;
  margin: 0;
  font-weight: 400;
  padding-bottom: 5px;
  }
  .header-bottom-h h5 {
  font-size: 16px;
  line-height: 20px;
  color: #26d48c;
  margin: 0;
  font-weight: 400;
  }
  .header-flex i {
  font-size: 30px !important;
  color: #fff;
  }
  /* .header-bottom .main_menu {
  display: contents;
  } */
  /* Normal Dropdown menu */
  .header-bottom .main_menu ul li ul {
  width: 309px;
  background: #fff;
  transition: 5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
  padding: 10px 0px;
  border-radius: 5px;
  color: #000 !important;
  }
  .header-bottom .main_menu ul li ul a {
  padding: 6px 0px;
  padding-left: 17px;
  width: 100%;
  display: block;
  }
  .header-bottom .main_menu ul li ul a:hover {
  background-color: #000 !important;
  color: #fff !important;
  width: 100%;
  max-width: 309px;
  }
  .header-bottom .sub_menu li {
  padding-bottom: 10px;
  }
  .header-bottom .sub_menu li:last-child {
  margin-bottom: 0px;
  }
  .fgzfd {
  width: 412px;
  }
  .menu-h {
  position: absolute;
  top: -41px;
  left: 310px;
  }
  .hamburger {
  display: none;
  cursor: pointer;
  }
  .hamburger .line {
  width: 30px;
  height: 4px;
  background-color: #000;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  }
  /* ONE */
  #hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
  }
  #hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
  }
  #hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-6px) rotate(-48deg);
  }
  .d-none {
  display: block !important;
  }
  /* responsive css */
  @media (min-width: 200px) {
  .header-bottom .main_menu ul li ul {
  position: absolute;
  top: 41px;
  z-index: 99;
  }
  .header-bottom .main_menu ul li:hover>ul {
  /* visibility: visible; */
  margin-top: 0px;
  z-index: 999;
  }
  .header-bottom .main_menu ul li:hover>.mega_menu {
  /* visibility: visible; */
  margin-top: 0;
  z-index: 9;
  }
  }
  @media only screen and (max-width:1100px) {
  .header-bottom .hamburger {
  display: block;
  border: solid 2px;
  padding: 4px 10px;
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
  }
  .header-flex {
  column-gap: 20px;
  margin-left: 23px;
  }
  .main_menu {
  display: block;
  }
  .header-bottom .main_menu ul li {
  width: 100%;
  padding: 10px 13px;
  }
  .header-bottom .header-bottom-btn {
  background-color: #348E38;
  padding: 14px 10px !important;
  color: #fff !important;
  }
  .header-bottom .main_menu ul li>a {
  padding: 1px 10px;
  }
  .main_menu {
  position: absolute;
  left: -100%;
  width: 300px;
  height: 100vh;
  top: 119px;
  background: #fff;
  transition: all 0.5s;
  z-index: 1111;
  }
  .open-menu {
  left: 0px;
  }
  .slide-header {
  display: none;
  }
  }
  /* header-bottom css end  */
  /* banner-section css start here  */
  .banner-section {
  background-image: url(../images/banner-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
  width: 100%;
  z-index: 11;
  }
  .banner-box {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  }
  .banner-img-box img {
  width: 100%;
  max-width: 95%;
  }
  .slide-h img {
  width: 100%;
  max-width: 600px;
  position: relative;
  }
  .banner-box-heading {
  position: absolute;
  top: 12%;
  left: 59%;
  }
  .banner-box h5 {
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: #404040;
  padding-bottom: 10px;
  font-weight: 600;
  font-family: 'Roboto Condensed';
  }
  .banner-box h1 {
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
  font-size: 45px;
  line-height: 50px;
  color: #e3a21c;
  padding-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0px;
  }
  .banner-box p {
  font-family: 'Montserrat';
  font-size: 20px;
  line-height: 25px;
  color: #404040;
  margin-bottom: 20px;
  }
  .banner-btn {
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  padding: 12px 40px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 0px;
  background-color: #e3a21c;
  color: #373435 !important;
  background-image: -webkit-linear-gradient(30deg, #e3a21c 50%, transparent 50%);
  background-image: linear-gradient(30deg, #e3a21c 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  margin-top: 10px;
  }
  .banner-btn:hover {
  background-color: #373435;
  color: #fff !important;
  background-position: 100%;
  color: #c266d3;
  }
  .banner-section .carousel-indicators [data-bs-target] {
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e3a21c;
  }
  .banner-section .carousel-indicators {
  bottom: -50px;
  }
  .banner-box-heading h5 {
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: #404040;
  padding-bottom: 10px;
  font-weight: 600;
  font-family: 'Roboto Condensed';
  }
  .banner-box-heading h1 {
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
  font-size: 38px;
  line-height: 50px;
  color: #e3a21c;
  padding-bottom: 5px;
  font-weight: 700;
  }
  .banner-box-heading p {
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 23px;
  color: #404040;
  margin-bottom: 5px;
  }
  /* banner-section css end here  */
  /* team-section css start here  */
  .team-section {
  padding: 40px 0px;
  text-align: center;
  background-color: #f6f6f6;
  }
  .banner-box-1 p {
  font-family: 'Montserrat';
  font-size: 17px;
  line-height: 23px;
  color: #373435;
  }
  /* team-section css end here  */
  /* <!-- inner-section css start here  --> */
  .inner-section {
  background-color: #fff;
  padding: 60px 0px;
  }
  .inner-flex {
  display: flex;
  column-gap: 20px;
  padding: 20px;
  transition: all 0.5s;
  box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
  border-radius: 15px;
  height: 100%;
  }
  .inner-flex:hover{
  background-color:#005f92;
  }
  .inner-flex img {
  width: 200px;
  height: 60px;
  }
  .inner-heading h2 {
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
  color: #e3a21c;
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 10px;
  font-weight: 700;
  }
  .inner-heading h2:hover{
  color: #fff;
  }
  .inner-flex:hover .inner-heading h2{
  color: #fff;
  }
  .inner-heading p {
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 23px;
  color: #373435;
  }
  .inner-heading p:hover{
  color: #fff;
  }
  .inner-flex:hover .inner-heading p{
  color: #fff;
  }
  /* <!-- inner-section css end here  --> */
  /* industery_exposure_section css start here  */
  .industery_exposure_section {
  background-color: #f9f9f9;
  padding: 60px 0px;
  overflow-x: hidden;
  }
  .industery-a {
  align-items: center;
  }
  .heading-h5 {
  font-family: 'Roboto Condensed';
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #404040;
  padding-bottom: 10px;
  }
  .heading-h2 {
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 18px;
  font-weight: 700;
  color: #404040;
  }
  .heading-p {
  font-family: 'Montserrat';
  font-size: 17px;
  line-height: 23px;
  color: #373435;
  margin-bottom: 30px;
  }
  .industery_exposure_img img {
  width: 100%;
  }
  /* industery_exposure_section css end here */
  /* <!-- products_section css  start here  --> */
  .products_section {
  background-color: #fff;
  padding: 60px 0px;
  text-align: center;
  }
  .products-heading h2 {
  margin-bottom: 0px;
  }
  .products-heading p {
  margin-bottom: 60px;
  }
  .products_section .banner-btn {
  margin-top: 40px;
  }
  .products_section .gallery_sec img {
  width: 100%;
  margin-bottom: 20px;
  height: 250px;
  position: relative;
  }
  .products_section .gallery_sec img::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: red !important;
  display: block;
  top: 0px;
  left: 0px;
  z-index: 11;
  }
  .products_section .gallery_sec a {
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  }
  .products_section .gallery_sec a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  }
  .products_section .gallery_sec img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  }
  .products_section .gallery_sec a:hover img {
  position: relative;
  width: 100%;
  }
  .products_section .gallery_sec a:hover img {
  opacity: 0.3;
  }
  .products_section .gallery_sec a:hover::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/plus-1);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
  }
  /* <!-- products_section css  end here  --> */
  /* <!-- products-section-main css start here  --> */
  .products-section-main {
  background-image: url(../images/products-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
  text-align: center;
  position: relative;
  z-index: -1;
  }
  .products-section-main-chemical .heading-h2 {
  text-align: center;
  }
  .products-section-main::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0009;
  z-index: -1;
  }
  .products-section-main .heading-h2 {
  margin-bottom: 0px;
  color: #fff;
  }
  .products-section-main-chemical .heading-h2 {
  margin-bottom: 0px;
  color: #fff;
  }
  .products-section-main-chemical {
  background-image: url(../images/industrial-ice-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
  position: relative;
  z-index: -1;
  }
  .products-section-main-chemical::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0009;
  z-index: -1;
  }
  /* <!-- products-section-main css end here  --> */
  /* <!-- insulated-boxes-main css start here  --> */
  .insulated-section {
  background-color: #f6f6f6;
  padding: 60px 0px;
  }
  .insulated-heading .heading-h2 {
  text-align: center;
  }
  .insulated-heading .heading-p {
  margin-bottom: 20px;
  }
  .insulated-img img {
  height: 400px !important;
  }
  .insulated-section .gallery_sec img {
  width: 100%;
  margin-bottom: 20px;
  height: 220px;
  position: relative;
  }
  .insulated-section .gallery_sec img::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: red !important;
  display: block;
  top: 0px;
  left: 0px;
  z-index: 11;
  }
  .insulated-section .gallery_sec a {
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  }
  .insulated-section .gallery_sec a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  }
  .insulated-section .gallery_sec img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  }
  .insulated-section .gallery_sec a:hover img {
  position: relative;
  width: 100%;
  }
  .insulated-section .gallery_sec a:hover img {
  opacity: 0.3;
  }
  .insulated-section .gallery_sec a:hover::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/plus-1);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
  }
  .products-section-main-box .heading-h2 {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
  }
  .products-section-main-box {
  background-image: url(../images/Insulated-box-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
  position: relative;
  z-index: -1;
  }
  .products-section-main-box::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0009;
  z-index: -1;
  }
  /* <!-- insulated-boxes-main css end here  --> */
  /* <!-- fisheries-section css start here  --> */
  .fisheries-section {
  background-color: #ffffff;
  padding: 60px 0px;
  }
  .products-section-main-courier .heading-h2 {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
  }
  .products-section-main-courier {
  background-image: url(../images/covid-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0px;
  position: relative;
  z-index: -1;
  }
  .products-section-main-courier::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0009;
  z-index: -1;
  }
  .fisheries-section .heading-p {
  margin-bottom: 10px;
  }
  .fisheries-section .heading-h2 {
  text-align: center;
  }
  .fisheries-heading {
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(http://petpharmtech.com/wp-content/uploads/2022/01/Fisheries.jpg);
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
  background-position: right;
  }
  .fish-img {
  overflow: hidden;
  }
  .fish-img img {
  width: 100%;
  transform: scale(1.1);
  transition: all 0.5s;
  }
  .fish-img img:hover {
  transform: scale(1.2);
  }
  /* <!-- fisheries-section css end here  --> */
  /* <!-- courier-shippers-section css end here  --> */
  .courier-shippers-section {
  background-color: #ededed;
  padding: 60px 0px;
  }
  .courier-shippers-section-heading .heading-h2 {
  text-align: center;
  }
  .courier-shippers-section-heading .heading-p {
  margin-bottom: 20px;
  }
  .fish-img {
  margin-bottom: 20px;
  }
  .fish-img img {
  width: 100%;
  height: 200px;
  }
  /* <!-- courier-shippers-section css end here  --> */
  /* <!-- pcm-gel-packs-section css  start here  --> */
  .pcm-gel-packs-section {
  background-color: #fff;
  padding: 60px 0px;
  }
  .pcm-gel-packs-heading .heading-h2 {
  text-align: center;
  margin-bottom: 10px;
  }
  .pcm-gel-packs-section .gallery_sec {
  width: 100%;
  }
  .pcm-gel-packs-section .gallery_sec img {
  width: 100%;
  margin-bottom: 30px;
  height: 150px;
  }
  .pcm-gel-packs-section .gallery_sec a {
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  }
  .pcm-gel-packs-section .gallery_sec a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  }
  .pcm-gel-packs-section .gallery_sec img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  }
  .pcm-gel-packs-section .gallery_sec a:hover img {
  position: relative;
  width: 100%;
  }
  .pcm-gel-packs-section .gallery_sec a:hover img {
  opacity: 0.2;
  }
  .pcm-gel-packs-section .gallery_sec a:hover::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/plus-1);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
  top: 0;
  }
  .products-section-main-pcm .heading-h2 {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
  }
  .products-section-main-pcm {
  background-image: url(../images/pcm-img-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
  position: relative;
  z-index: -1;
  }
  .products-section-main-pcm::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0009;
  z-index: -1;
  }
  /* <!-- pcm-gel-packs-section css end here  --> */
  /* <!-- temperature-data-loggers-section css start here  --> */
  .temperature-data-loggers-section {
  background-color: #f6f6f6;
  padding: 60px 0px;
  }
  .temperature-data-loggers-section .gallery_sec {
  width: 100%;
  }
  .temperature-data-loggers-section .gallery_sec img {
  width: 100%;
  margin-bottom: 30px;
  height: 250px;
  box-shadow: 0px 5px 15px 0px #52525217;
  }
  .temperature-data-loggers-section .gallery_sec a {
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  }
  .temperature-data-loggers-section .gallery_sec a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  }
  .temperature-data-loggers-section .gallery_sec img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  }
  .temperature-data-loggers-section .gallery_sec a:hover img {
  position: relative;
  width: 100%;
  }
  .temperature-data-loggers-section .gallery_sec a:hover img {
  opacity: 0.2;
  border: solid 2px #e3a21c;
  box-shadow: 0px 5px 15px 0px #f7b600bf;
  }
  .temperature-data-loggers-section .gallery_sec a:hover::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/plus-1);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
  top: 0;
  }
  .products-section-main-temperature .heading-h2 {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
  }
  .products-section-main-temperature {
  background-image: url(../images/data-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0px;
  position: relative;
  z-index: -1;
  }
  /* <!-- temperature-data-loggers-section css end here  --> */
  /* <!-- chemical-storage-spiral-tanks-section css start here  --> */
  .chemical-storage-spiral-tanks-section {
  background-color: #ffffff;
  padding: 50px 0px;
  }
  .chemical-storage-spiral-tanks-section .heading-p {
  margin-bottom: 15px;
  }
  .chemical-storage-spiral-tanks-section .gallery_sec {
  width: 100%;
  padding: 20px 0;
  }
  .chemical-storage-spiral-tanks-section .gallery_sec img {
  width: 100%;
  margin-bottom: 15px;
  height: 250px;
  }
  .chemical-storage-spiral-tanks-section .gallery_sec a {
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  }
  .chemical-storage-spiral-tanks-section .gallery_sec a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  }
  .chemical-storage-spiral-tanks-section .gallery_sec img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  }
  .chemical-storage-spiral-tanks-section .gallery_sec a:hover img {
  position: relative;
  width: 100%;
  }
  .chemical-storage-spiral-tanks-section .gallery_sec a:hover img {
  opacity: 0.2;
  }
  .chemical-storage-spiral-tanks-section .gallery_sec a:hover::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/plus-1);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
  }
  /* <!-- chemical-storage-spiral-tanks-section css end here  --> */
  /* <!-- our-clients_section css  start here  --> */
  .our-clients_section {
  background-color: #f6f6f6;
  padding: 60px 0px;
  text-align: center;
  }
  .slick-slide img {
  max-width: 180px;
  transition: all 0.5s;
  transform: scale(1.1);
  }
  .slick-slide img:hover{
  transform: scale(1.3);
  }
  .our-clients_section .heading-h2 {
  margin-bottom: 0px;
  }
  .our-clients_section .my-slider {
  padding: 0 70px;
  }
  .our-clients_section .slick-initialized .slick-slide {
  background-color: transparent;
  color: #FFF;
  height: 130px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .our-clients_section .slick-next,
  .slick-prev {
  z-index: 5;
  }
  .our-clients_section .slick-next {
  right: 15px;
  }
  .our-clients_section .slick-prev {
  left: 15px;
  }
  .our-clients_section .slick-next:before,
  .slick-prev:before {
  color: #000;
  font-size: 26px;
  }
  .our-clients_section .arrow-btn {
  position: absolute;
  top: 40%;
  right: 0px;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c5c5c5;
  border: none;
  }
  .our-clients_section .arrow-btn:hover {
  background-color: #e3a21c;
  color: #f6f6f6;
  }
  .our-clients_section .arrow-btn-2:hover {
  background-color: #e3a21c;
  color: #f6f6f6;
  }
  .our-clients_section .arrow-btn-2 {
  position: absolute;
  top: 40%;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c5c5c5;
  border: none;
  border-radius: 50%;
  padding: 10px;
  }
  /* <!-- our-clients_section css  end here  --> */
  /* <!-- /* chain_solutions_section css  start here  */
     .chain_solutions_section {
       background-color: #e3a21c;
       padding: 30px 0px;
     }
     .chain-flex {
       display: flex;
       align-items: center;
       justify-content: space-between;
     }
     
     .chain_solutions_heading .heading-h2 {
       color: #fff;
       margin-bottom: 0px;
     }
     
     .chain_solutions_section .banner-btn:hover {
       background-color: #fff;
       color: #373435 !important;
     }
     
     .chain_solutions_section .banner-btn {
       background-color: #fff;
       color: #fff !important;
       background-image: -webkit-linear-gradient(30deg, #373435 50%, transparent 50%);
       background-image: linear-gradient(30deg, #373435 50%, transparent 50%);
       margin-top: 0px;
     }
     
     /* <!-- /* chain_solutions_section css  end here  */
     /* for-ice-e-commerce-section start */
     .products-section-main-e-commerce .heading-h2 {
       margin-bottom: 0px;
       color: #fff;
       text-align: center;
     }
     
     .products-section-main-e-commerce {
       background-image: url(../images/for-e-ice-bg.jpg);
       background-position: center;
       background-size: cover;
       background-repeat: no-repeat;
       padding: 100px 0px;
       position: relative;
       z-index: -1;
     }
     
     .products-section-main-e-commerce::after {
       position: absolute;
       content: '';
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background-color: #0009;
       z-index: -1;
     }
     
     .products-section-main-for-ice .heading-h2 {
       margin-bottom: 0px;
       color: #fff;
       text-align: center;
     }
     
     .products-section-main-for-ice {
       background-image: url(../images/Ice-creme-img-bg.jpg);
       background-position: center;
       background-size: cover;
       background-repeat: no-repeat;
       padding: 100px 0px;
       position: relative;
       z-index: -1;
     }
     
     .products-section-main-for-ice::after {
       position: absolute;
       content: '';
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background-color: #0009;
       z-index: -1;
     }
     
     .products-section-main-fisheries .heading-h2 {
       margin-bottom: 0px;
       color: #fff;
       text-align: center;
     }
     
     .products-section-main-fisheries {
       background-image: url(../images/Fisheries-bg.jpg);
       background-position: center;
       background-size: cover;
       background-repeat: no-repeat;
       padding: 100px 0px;
       position: relative;
       z-index: -1;
     }
     
     .products-section-main-fisheries::after {
       position: absolute;
       content: '';
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background-color: #0009;
       z-index: -1;
     }
     
     /* for-ice-e-commerce-section end */
     
     /* contact-section css start  */
     .products-section-main-contact .heading-h2 {
       margin-bottom: 0px;
       color: #fff;
       text-align: center;
     }
     
     .products-section-main-contact {
       background-image: url(../images/contact-bg.jpg);
       background-position: center;
       background-size: cover;
       background-repeat: no-repeat;
       padding: 100px 0px;
       position: relative;
       z-index: -1;
     }
     
     .products-section-main-contact::after {
       position: absolute;
       content: '';
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background-color: #0009;
       z-index: -1;
     }
     
     .contact-section {
       background-color: #ffffff;
       padding: 30px 0px;
       overflow-x: hidden;
     }
     
     .contact-heading i {
       font-size: 20px;
       color: #404040;
       padding-right: 5px;
     }
     
     .contact-heading i:hover {
       color: #e3a21c;
     }
     
     .contact-heading .heading-p {
       margin-bottom: 10px;
     }
     
     .contact-heading .heading-p:hover {
       color: #e3a21c;
     }
     
     .contact-heading ul li {
       margin-bottom: 15px;
     }
     
     .contact-heading ul li a {
       font-family: 'Montserrat';
       font-size: 16px;
       line-height: 20px;
       color: #373435;
       font-weight: 400;
     }
     .contact-heading ul li a:hover {
       color: #e3a21c;
     }
     
     .contact-heading:hover .contact-heading i {
       color: #e3a21c;
     }
     
     .contact-img img {
       width: 100%;
       height: 500px;
       max-width: 400px;
     }
     
     /* contact-section css end  */
     .get-sec{
       padding: 60px 0px;
       background-color: #fff;
     }
     .get-sec input {
       overflow: hidden;
     }
     .get-sec .contact-sec .contact-ul li, .contact-ul b {
       font-family: 'Montserrat';
       font-size: 17px;
       line-height: 23px;
       color: #373435;
       margin-bottom: 15px;
     }
     
     .get-sec .contact-sec .contact-ul i {
       font-size: 18px;
       padding: 10px;
     }
     
     .get-sec .contact-detail a {
       color: #000;
       text-decoration: none;
       font-size: 16px;
       line-height: 20px;
     }
     
     .get-sec .contact-sec .contact-ul li b:hover {
       color: #f93;
     }
     
     .get-sec .contact-sec .contact-ul li .fa-location-dot {
       color: #f44337;
     }
     
     .get-sec .contact-sec .contact-ul li .fa-phone {
       color: #00b055;
     }
     
     .get-sec .contact-sec .contact-ul li .fa-envelope {
       color: #ff6347;
     }
     
     .get-sec .contact-ul i {
       color: #00b055;
     }
     
     .get-sec .contact-detail span {
       width: 400px;
       display: flex;
       justify-content: center;
     }
     
     .get-sec .contact-detail span a {
       font-size: 20px;
       padding: 6px 12px;
       color: #000;
       border-radius: 50%;
       margin: 0px 5px;
     }
     
     .get-sec .contact-h h6 {
       color: #f8596a;
       font-size: 12px;
       font-weight: 700;
       letter-spacing: 1px;
       line-height: 1.2;
       text-transform: uppercase;
       margin-bottom: 4p
     }
     
     .get-sec .contact-h {
       text-align: center;
     }
     
     .get-sec .contact-h .heading-h2 {
       font-size: 30px;
       line-height: 40px;
     }
     .get-sec .contact-form__label{
       line-height:20px;
       font-size: 16px;
       font-weight: 500;
       color: #000;
       margin-bottom:8px;
     }
     .get-sec .contact-lebal{
       color: red;
     }
     .get-sec .contact-a{
       align-items: center;
     } 
     .get-sec .inptFld {
       width: 100%;
       height: 50px;
       border: 0;
       margin: 0 0 10px;
       border-radius: 8px;
       padding: 0 20px;
       font-size: 16px;
       color: #000;
     }
     
     .get-sec .inptFld:focus {
       outline-offset: -4px;
       outline: 1px solid #f93;
     }
     
     .get-sec .contFrm textarea {
       height: 140px;
       padding-top: 5px;
     }
     .get-sec .contFrm {
       background-color: #0dcaf063;
       padding: 30px;
       border-radius: 15px;
     }
     .get-sec .contact-form-head{
       text-align: center;
       margin-bottom: 20px;
     }
     .get-sec .contact-form-head i{
       font-size: 30px;
     }
     .get-sec .contact-form-head .heading-h5{
       color: #050505;
       font-weight: 700;
     }
     .get-sec .inptBtn {
       height: 40px;
       background: #084298a1;
       font-size: 14px;
       color: #fff;
       margin: auto;
       cursor: pointer;
       width: 100%;
       max-width: 110px;
       display: block;
       border: none;
       border-radius: 8px;
       transition: all 0. 5s;
     }
     .get-sec .inptBtn:hover{
       color: #fff;
       background-color: #000;
     }
     .get-sec .elem-group select{
       width: 100%;
       height: 50px;
       border: 0;
       margin: 0 0 10px;
       border-radius: 8px;
       padding: 0 20px;
       font-size: 16px;
       color: #797775;
       background:#fff;
     }
     .get-sec .elem-group label{
       line-height:20px;
       font-size: 16px;
       font-weight: 500;
       color: #000;
       margin-bottom:8px;
     }
       .get-sec .contact-detail span a {
         font-size: 18px;
         padding: 5px 10px;
         color: #000;
         border-radius: 50%;
         margin: 0px 5px 20px;
       }
     
     /* <!-- footer_section css end here  --> */
  .footer_section {
  background-color: #f6f6f6;
  padding: 0px 0px;
  padding-top: 40px;
  }
  .footer-heading img {
  width: 300px;
  padding-bottom: 15px;
  }
  .footer-heading .heading-p {
  margin-bottom: 20px;
  font-weight: 500;
  }
  .footer_section .header-top-menu-icon i:hover {
  background-color: #e3a21c;
  color: #fff;
  }
  .footer_section .header-top-menu-icon i {
  color: #fff;
  background-color: #373435;
  padding-right: 0px !important;
  }
  .footer-heading h3 {
  font-family: 'Roboto Condensed';
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 15px;
  text-transform: uppercase;
  }
  .footer-border {
  width: 55px;
  height: 3px;
  background-color: #e3a21c;
  display: inline-block;
  position: absolute;
  margin: -13px 0px;
  border-radius: 15px;
  }
  .footer-heading ul li {
  margin-bottom: 10px;
  }
  .footer-heading ul li a {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #373435;
  }
  .footer-heading ul li a:hover {
  color: #e3a21c;
  }.footer-h i:hover{
  color: #e3a21c;
  }
  .footer-h {
  display: flex;
  column-gap: 2px;
  align-items: baseline;
  }
  .footer-heading i {
  padding-right: 5px;
  }
  .copy-right {
  background-color:#e9ecef;
  padding: 15px 0;
  margin-top: 30px;
  }
  /* <!-- footer_section css end here  --> */
  @media only screen and (max-width:1200px) {
  .inner-section {
  padding: 40px 0px;
  }
  .industery_exposure_section {
  padding: 40px 0px;
  }
  .products_section {
  padding: 40px 0px;
  }
  .our-clients_section {
  padding: 40px 0px;
  }
  .heading-h2 {
  font-size: 30px;
  line-height: 40px;
  }
  .products-section-main {
  padding: 50px 0px;
  }
  .insulated-section {
  padding: 30px 0px;
  padding-bottom: 20px;
  }
  .fisheries-section {
  padding: 30px 0px;
  }
  .pcm-gel-packs-section {
  padding: 30px 0px;
  }
  .temperature-data-loggers-section {
  padding: 30px 0px;
  }
  .chemical-storage-spiral-tanks-section {
  padding: 30px 0px;
  padding-bottom: 0px;
  }
  .courier-shippers-section {
  padding: 30px 0px;
  }
  }
  @media only screen and (max-width:1024px) {
  .chemical-storage-spiral-tanks-section {
  padding: 30px 0px;
  padding-bottom: 0px;
  }
  .insulated-section .gallery_sec img {
  width: 100%;
  margin-bottom: 20px;
  height: 190px;
  }
  .products-section-main-courier {
  padding: 110px 0px;
  }
  .get-sec {
  padding: 30px 0px;
  background-color: #5cbde466;
  }
  }
  @media only screen and (max-width:991px) {
  .banner-box-heading h1 {
  font-size: 25px;
  line-height: 31px;
  }
  .banner-box h1 {
  font-size: 30px;
  line-height: 40px;
  }
  .inner-heading h2 {
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 6px;
  }
  .heading-h2 {
  font-size: 20px;
  line-height: 30px;
  }
  .chain_solutions_section {
  padding: 30px 0px;
  }
  .products-section-main-courier {
  padding: 114px 0px;
  }
  .insulated-heading .heading-h2 {
  text-align: center;
  margin-bottom: 5px;
  }
  .products-section-main-courier {
  padding: 80px 0px;
  }
  .products-section-main-pcm {
  padding: 80px 0px;
  }
  .products-section-main-temperature {
  padding: 80px 0px;
  }
  .products-section-main-chemical {
  padding: 80px 0px;
  }
  .products-section-main-for-ice {
  padding: 80px 0px;
  }
  .products-section-main-fisheries {
  padding: 80px 0px;
  }
  .products-section-main-box {
  padding: 80px 0px;
  }
  .products-section-main-e-commerce {
  padding: 80px 0px;
  }
  .products-section-main-for-ice {
  padding: 80px 0px;
  }
  .inner-m{
    margin-bottom: 20px;
  }
  }
  @media only screen and (max-width:767px) {
  .header-bottom .main_menu ul li ul {
  width: 284px;
  }
  .header-bottom .main_menu ul li ul a {
  padding: 0px 0px;
  padding-left: 0px;
  width: 100%;
  display: block;
  }
  .menu-h {
  position: absolute;
  top: 5px;
  left: 0;
  }
  .header-top-menu i {
  margin-right: 5px;
  font-size: 12px;
  }
  .header-top-menu ul li a {
  font-size: 14px;
  line-height: 15px;
  }
  .header-top-menu ul {
  column-gap: 8px;
  }
  .slide-h img {
  width: 100%;
  max-width: 500px;
  position: relative;
  margin: 0 auto;
  }
  .banner-box-heading {
  position: static;
  top: 4%;
  left: 59%;
  text-align: center;
  }
  .heading-h2 {
  margin-bottom: 8px;
  }
  .banner-box-heading p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  }
  .banner-box-heading h1 {
  font-size: 18px;
  line-height: 23px;
  }
  .banner-btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  margin-top: 10px;
  }
  .inner-heading p {
    font-size: 14px;
    line-height: 20px;
}
  .inner-flex {
  display: flex;
  column-gap: 10px;
  padding: 10px;
  }
  .inner-section {
  padding: 30px 0px;
  }
  .insulated-section .gallery_sec img {
  height: 160px;
  position: relative;
  }
  .industery_exposure_heading .heading-p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
  }
  .industery_exposure_img img {
  height: 400px;
  width: 100%;
  max-width: 350px;
  }
  .banner-box h5 {
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 5px;
  }
  .footer-heading img {
  width: 250px;
  padding-bottom: 15px;
  }
  .banner-box h1 {
  font-size: 25px;
  line-height: 30px;
  }
  .banner-box p {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 15px;
  }
  .banner-box-heading h5 {
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 5px;
  }
  .courier-shippers-section-heading .heading-p {
  margin-bottom: 10px;
  }
  .heading-p {
  font-size: 14px;
  line-height: 20px;
  }
  .pcm-gel-packs-heading .heading-p{
  margin-bottom: 10px;
  }
  .products-section-main-contact {
  padding: 80px 0px;
  }
  }
  @media only screen and (max-width:575px) {
  .header-top-flex {
  display: block;
  }
  .main_menu {
  top: 146px;
  }
  .header-top-menu ul {
  margin-bottom: 5px;
  display: block;
  text-align: center;
  }
  .header-top-menu-icon ul {
  justify-content: center;
  }
  .logo img {
  width: 150px;
  height: 40px;
  }
  .gallery-img-width{
  width: 50%;
  }
  .banner-box-heading h5 {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
  }
  .banner-box-heading p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
  }
  .banner-box-heading p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  }
  .pcm-gel-packs-section {
  padding: 30px 0px;
  padding-bottom: 5px;
  }
  .banner-box h1 {
  font-size: 20px;
  line-height: 25px;
  }
  .banner-box-1 p {
  font-size: 14px;
  line-height: 20px;
  }
  .team-section {
  padding: 30px 0px;
  }
  .inner-flex img {
  width: 100px;
  height: 35px;
  }
  .heading-h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding-bottom: 6px;
  }
  .heading-h2 {
  font-size: 20px;
  line-height: 25px;
  }
  .contact-h .heading-h2 {
  font-size: 20px;
  line-height: 30px;
  }
  .slick-slide img {
  max-width: 170px;
  }
  .chemical-storage-spiral-tanks-section .heading-p {
  margin-bottom: 5px;
  font-size: 15px ;
  line-height: 20px;
  }
  .footer-heading .heading-p {
  margin-bottom: 20px;
  font-weight: 500;
  }
  .heading-p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 30px;
  }
  .footer-heading ul li a {
  line-height: 20px;
  font-size: 15px;
  }
  .our-clients_section .arrow-btn {
  display: none !important;
  }
  .our-clients_section .arrow-btn-2 {
  display: none !important;
  }
  .chain-flex {
  display: block;
  text-align: center;
  }
  .get-sec .contact-detail a {
  font-size: 14px;
  line-height: 20px;
  }
  .get-sec .contact-h .heading-h2 {
  font-size: 20px;
  line-height: 30px;
  }
  .chain_solutions_heading .heading-h2 {
  margin-bottom: 10px;
  }
  .products_section .gallery_sec img {
  width: 100%;
  height: 200px;
  }
  .footer-heading h3 {
  margin-top: 20px;
  }
  .footer-heading .header-top-menu-icon ul {
  justify-content: flex-start;
  }
  .insulated-heading .heading-p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  }
  .products-section-main-fisheries {
  padding: 50px 0px;
  }
  }
  @media only screen and (max-width:450px){
  .gallery-img-width{
  width: 100%;
  }
  .products_section .gallery_sec img {
  width: 100%;
  height: 200px;
  }
  .heading-p {
  margin-bottom: 10px;
  }
  .footer-heading h3 {
  margin-top: 10px;
  }
  .footer-heading img {
  width: 180px;
  padding-bottom: 15px;
  }
  .pcm-gel-packs-section .gallery_sec img {
  width: 100%;
  margin-bottom: 15px;
  }
  .heading-h2 {
  font-size: 16px;
  line-height: 20px;
  }
  }
  @media only screen and (max-width:375px) {
  .banner-box h5 {
  font-size: 18px;
  line-height: 23px;
  padding-bottom: 5px;
  }
  .banner-box h1 {
  font-size: 16px;
  line-height: 20px;
  }
  .banner-box p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  }
  .banner-box-heading h1 {
  font-size: 14px;
  line-height: 20px;
  }
  .inner-flex {
  column-gap: 15px;
  }
  .inner-flex img {
  width: 60px;
  height: 30px;
  }
  .inner-heading h2 {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
  }
  .footer-h {
  display: flex;
  column-gap: 3px;
  align-items: baseline;
  }
  .inner-heading p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
  }
  .chemical-storage-spiral-tanks-section .heading-p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  }
  .heading-h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding-bottom: 5px;
  }
  .heading-h2 {
  font-size: 16px;
  line-height: 21px;
  }
  .industery_exposure_heading .heading-p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  }
  .heading-p {
  font-size: 14px;
  line-height: 20px;
  }
  .chemical-storage-spiral-tanks-section .heading-p {
  margin-bottom: 5px;
  }
  .products-heading p {
  margin-bottom: 20px;
  }
  .our-clients_section .slick-initialized .slick-slide {
  height: 90px;
  }
  .footer-heading img {
  width: 180px;
  padding-bottom: 15px;
  }
  .footer-heading h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  }
  .footer-heading ul li a {
  line-height: 20px;
  font-size: 14px;
  margin-top: 10px;
  }
  }

  #button {
    display: inline-block;
    background-color: #FF9800;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  #button::after {
    content: "";
    background-image: ur;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  
  /* Styles for the content section */
  
  .content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
  }
  @media (min-width: 500px) {
    .content {
      width: 43%;
    }
    #button {
      margin: 8px;
    }
  }
  .btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    display: none;
}



#socialBar {
    width: 56px;
    height: 56px;
    overflow: hidden;
    margin: 0 auto;
    position: fixed;
    background-color: #009846;
    border-radius: 50px;
    box-shadow: 0px 0px 15px 4px rgba(63, 81, 181, 0.3), 0px 4px 17px 10px rgba(63, 81, 181, 0.1);
    transition: 0.225s ease-out;
    display: flex;
    z-index: 1111;
    bottom: 100px;
    float: right;
    right: 30px;
    transform: rotate(-90deg);
}

.desk_none {
    display: block;
}

#socialBar .fa {
    color: #fff;
    padding: 14px 13px;
    font-size: 28px;
}
#shareBtn {
    transform: rotate(90deg);
}

.mob_none{
display: none;
}
.desk_none{
  display: block;
}
@media (max-width:767px){
.desk_none{
  display: none;
}
.mob_none{
display: block;
}
}