.section-title h2 {
    padding-top: 33px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    /* margin-bottom: 20px; */
    padding-bottom: 7px;
    position: relative;
    color: #11256e;
  }
  
  .page_heading b a {
    color: #11256e;
    font-size: 18px;
  }
  
  .page_heading b {
    color: #11256e;
    font-size: 18px;
  }
  
  /* .prorod{
      margin-top:100px;
      min-height:400px;
  } */
  #coprod {
    height: 80vh;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  
  .topheaderimg {
    height: 300px;
    width: 100%;
    background: url('assets/img/bcc.png');
    background-size: 100%;
    background-repeat: no-repeat;
  }
  
  .productimg4G {
    /* border:3px solid red;   */
    border-radius: 18px;
    box-shadow: 15px -10px 3px 4px inset #898989;
  }
  
  .readmorebtn {
    background: #fff;
    border-radius: 20px;
    color: navy;
  }
  
  .readmorebtn:hover {
    border: none;
    color: #fff;
    border-radius: 20px;
    transform-origin: 0 50%;
  }
  
  .rbtn:hover {
    color: #fff;
  }
  
  .hovereffect1 a {
    text-decoration: none;
  }
  
  /* #coprod:hover{
  transition:transform .6s;
  transform:scale(.8);
  transition-duration:.8s;
  } */
  /* .earthrod{
     background:#0080c0; 
     border-radius:15px;
    border:3px solid gray; 
  }  */
  
  @media only screen and (max-width: 600px) {
    .page_heading h1 {
      padding-top: 0px;
    }
  }

  /* =============================== */
  .show {
  width: 400px;
  height: 400px;
  }
  
  .small-img {
  width: 350px;
  height: 86px;
  margin-top: 60px !important;
  position: relative;
  left: 25px;
  }
  
  .small-img .icon-left, .small-img .icon-right {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  }
  
  /*.small-img .icon-left { transform: rotate(180deg) }*/
  
  .small-img .icon-right { right: 0; }
  
  .small-img .icon-left:hover, .small-img .icon-right:hover { opacity: .7; }
  
  .small-container {
  width: 310px;
  height: 80px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  }
  
  .small-container div {
  width: 800%;
  position: relative;
  }
  
  .small-container .show-small-img {
  width: 30px;
  height: 70px;
  margin-right: 50px;
  cursor: pointer;
  float: left;
  }
  
  .small-container .show-small-img:last-of-type { margin-right: 0; }
  
  .mainimg{
	  height:58vh !important;
	  width:6vw !important;
	  margin-left:-20px !important;
  }
  
  @media(max-width:600px) {
     .mainimg{
	  height:28vh !important;
	  width:11vw !important;
  }
   .small-img {
  width: 350px;
  height: 86px;
  margin-top: -133px !important;
  position: relative;
  left: -9px;
  }
   .small-img .icon-right { right: 23 !important; }
     .small-container .show-small-img {
  width: 29px;
  height: 78px;
  margin-right: 50px;
  cursor: pointer;
  float: left;
  }
  }