/***************************Banner section***********************************/
.banner_sec {
  background-color: #002e81;
  width: 100%;
  height: auto;
}
.banner_content {
  text-align: center;
  padding: 70px 0 70px 0;
}
.banner_content--padding{ 
   padding: 100px 0 100px 0 !important;
   text-align: center;
}
.banner_heading {
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 42px;
  line-height: 52px;
  font-family: museo-sans-700;
  font-weight: 700;
  margin-bottom: 44px;
}
.FreezerHeading {
  text-align: center;
  letter-spacing: 0px;
  color: #262626;
  font-size: 42px;
  line-height: 52px;
  font-family: museo-sans-700;
  font-weight: 700;
  margin-top: 44px;
}

.video_view {
  width: 811px;
  height: 434px;
}
.banner_img {
  /* width: 811px;
    height: 434px; */
  /* border: 1px solid #707070;
    border-radius: 4px; */
  /* background-color: #FFFFFF; */
  margin: 0 auto 0 auto;
}

.b5second {
  margin-top: 70px;
}
.technical_spec {
  text-align: center;
  padding: 120px 0 120px 0;
}
.technical_spec_head {
  color: #262626;
  font-size: 42px;
  font-family: museo-sans-700;
  font-weight: 700;
  margin-bottom: 65px;
}
.detail_img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;

  /* height: 786px; */
}

.auto_img {
  /* margin-bottom: 120px; */
  width: 100%;
  /* height: 1696px; */
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.image_gallery {
  text-align: center;
  padding: 120px 0 0px 0;
}
.image_gallery--mod {
  text-align: center;
  padding: 90px 0 0px 0;
}

.image_gallery h2 {
  color: #262626;
  font-size: 42px;
  font-family: museo-sans-700;
  font-weight: 700;
  margin-bottom: 65px;
}
.gallery_img2 {
  width: 99%;
  /* height: 436px; */
  margin-bottom: 32px;
  cursor: pointer;
}
/********************* media query********************/

@media only screen and (max-width: 768px) {
  .banner_heading3 {
    width: 300px !important;
  }
  /* .image_gallery--mod {
    text-align: center;
    padding: 56px 0 0px 0;
  } */

  .banner_heading {
    display: block !important;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    /* width: 246px; */
  }
  .banner_content--padding{ 
    padding: 70px 0 70px 0 !important;
    margin-bottom: 40px;
 }

  .video_view {
    width: 353px;
    height: 250px;
  }
  .b5second {
    margin-top: 30px;
  }
  .image_gallery {
    text-align: center;
    padding: 56px 0 0px 0;
  }
  .FreezerHeading {
    text-align: center;
    letter-spacing: 0px;
    color: #262626;
    font-size: 32px;
    line-height: 40px;
    font-family: museo-sans-700;
    font-weight: 700;
    margin-top: 20px;
  }
  .image_gallery {
    padding: 22px 0 0 0;
}
  .image_gallery h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .banner_content {
    padding: 30px 0 30px 0 !important;
  }
  .detail_img {
    width: 365px;
    /* height: 240px; */
    margin-bottom: 56px;
  }

  .auto_img {
    margin-bottom: 120px;
    width: 365px;
    height: 517px;
  }

  .technical_spec_head {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .technical_spec {
    padding: 56px 0 0px 0;
  }
  .auto_img {
    margin-bottom: 56px;
  }

  .carousel-indicators {
    bottom: -18px !important;
  }
}
@media screen and (max-width:374px){
/* .auto_img {
    width: auto;
  }
  .detail_img {
    width: auto;
  } */
}


@media only screen and (max-width:400px)
{
  .video_view{
    width: 285px;
  }
  .auto_img{
    width: 100%;
  }
  .detail_img{
  width: 100%;
  }
  /* .gallery_img{
    width: 285px;
    height: 235px;
  } */
  .navdiv{
flex-wrap: initial !important;
}
}


/* 
@media only screen and (max-width:321px)
{
    .containerdivision{

        padding-left: 15px !important;
    }} */


    .gallery111{
      height: 436px !important;
    }