@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    height: auto;
  }

  .navbar-nav {
    align-items: center;
  }

  .custom_nav-container .navbar-toggler {
    margin-bottom: 15px;
  }

  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 15px 25px;
    margin: 5px 0;
  }

  .custom_nav-container.navbar-expand-lg .form-inline {
    justify-content: center;
  }

  .hero_area .top_nav {
    /* display: none; */
    /* height: 10vh; */

  }
  .top_nav .contact_link1{
    /* display: none; */
  }


  .custom_nav-container.navbar-expand-lg {
    padding-top: 10px;
    align-items: center;
  }

  /* .slider_section {
    padding: 45px 0 150px 0;
  } */

  .sub_page .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding-bottom: 15px;
  }
}

@media (max-width: 768px) {

  .slider_section ol.carousel-indicators {
    justify-content: center;
  }

  .slider_section {
    text-align: center;
  }

  .slider_section .img-box {
    margin-top: 35px;
  }

  .slider_section .detail-box .btn-box {
    justify-content: center;
    flex-wrap: wrap;
  }

  .about_section .heading_container {
    margin-bottom: 0;
  }

  .about_section .row {
    flex-direction: column-reverse;
  }

  .service_section .service_container {
    flex-wrap: wrap;
  }

  .service_section .service_container .box.b1,
  .service_section .service_container .box.b2,
  .service_section .service_container .box.b3 {
    transform: none;
    margin-top: 45px;
    flex-basis: 100%;
  }

  .service_section {
    margin-bottom: 0;
    padding-bottom: 75px;
  }

  .metal_section {
    padding: 0;
  }

  .metal_section .detail-box {
    text-align: center;
  }

  .contact_section .img-box {
    margin-top: 30px;
  }

  .info_section .row .col-md-3 {

    display: flex;
    justify-content: center;
    text-align: center;

  }

  .info_section .info_logo {
    align-items: center;
  }

  .info_section .info_form .social_box {
    justify-content: center;
  }

  .info_section .info_form .social_box a {
    margin: 0 5px;
  }
}

@media (max-width: 576px) {
  .top_nav .contact_link3{
    display: none!important;
  }
  .hero_area .top_nav .contact_link-container {
    /* display: -webkit-box;
    display: -ms-flexbox; */
    display: block;
    /* -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end; */
  }
  .hero_area .top_nav .contact_link-container a{
    border-right: none;
    /* font-size: 0.7rem; */
  }
  .slider_section .detail-box h1 {
    font-size: 2rem;
    /* line-height: 55px; */
  }
}

@media (max-width: 480px) {}

@media (max-width: 420px) {}

@media (max-width: 376px) {
  .top_nav .contact_link3{
    display: none!important;
  }
  .hero_area .top_nav .contact_link-container a{
    border-right: none;
    font-size: 12px;
  }
  .slider_section .detail-box h1 {
    font-size: 3rem;
    line-height: 45px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 299px) {
  .hero_area .top_nav .contact_link-container a{
    border-right: none;
    font-size: 12px;
  }
}


@media (max-width: 399px) {
  .hero_area {
    height: auto;
  }

  .top_nav .contact_link3{
    display: none!important;
  }
  .hero_area .top_nav .contact_link-container a{
    border-right: none;
    font-size: 13px;
  }
  .slider_section .detail-box h1 {
    font-size: 2rem;
    /* line-height: 45px; */
  }
  .second-bord{
    /* background-color: aqua; */
  
  }
  .second-bord ul{
    text-align: justify;
  }
  .info_info{
    text-align: justify;
  }
}
@media (max-width: 480px) {
  .hero_area {
    height: auto;
  }
  /* .first-bord {
margin-top: 0px;
padding-top: 0px;
  } */
  .top_nav .contact_link3{
    display: none!important;
  }
  .hero_area .top_nav .contact_link-container a{
    border-right: none;
    /* font-size: 12px; */
  }
  /* .top_nav .contact_link2 a{
    border-right: none;
  } */
  .slider_section {
    /* margin-top: 25px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* height: calc(100% - 115px); */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .slider_section .detail-box h1 {
    font-size: 2rem;
    color: #313091;
    /* line-height: 60px; */
    font-weight: 600;
  }
  
  .slider_section .detail-box h1 span {
    color: #ef1923;
  }
  
  .slider_section .detail-box p {
    font-size:17px;
    margin-top: 10px;
  }

  .about_section .detail-box {
    padding: 5px 15px;
  }
  .heading_container h2 {
    margin-bottom: 15px;
    font-size: 28px;
  }

  .smal-one{
    padding-top: 0px;
    margin-top: 0px;
  
  }
  .smal-two{
    padding-top: 0px;
    margin-top: -20px;
  }
  .smal-two img{
    width: 200px;
    height: 160px;
  }
  .service_section {
    margin-bottom: 10px;
  }
  .layout_padding {
    padding: 10px 0;
    /* margin-top: 20px; */
  }
  /* .second-bordrow{
    margin-top: 20px;
  } */
  .second-bord{
    margin-top: 10px;
  }
  .second-bord ul{
    text-align: justify;
  }
  .info_info{
    text-align: justify;
  }
  .img-box1{
    padding: 0px auto;
  }

  .about_section .img_container .img-box .img-box1{

    position: static !important;
    margin-bottom: 10px;
  }
  .about_section .img_container .img-box .img-box2{
  
    position: static !important;
    
    border: 8px solid white;
  }
  .about_section .img_container{
    display: none!important;
  }
}

@media (max-width: 600px) {
  .hero_area {
    height: auto;
  }
  .top_nav .contact_link3{
    display: none!important;
  }
  .hero_area .top_nav .contact_link-container a{
    border-right: none;
  }
  .smal-one{
    padding-top: 0px;
    margin-top: 0px;
    
  }
  .service_section {
    margin-bottom: 10px;
  }
  .layout_padding {
    padding: 5px 0;
    margin-top: 0px;
  }
  .about_section .heading_container {
    margin-bottom: 10px;
  }
  .second-bord ul{
    text-align: justify;
  }
  .info_info{
    text-align: justify;
  }
}

@media (max-width: 900px) {
  .hero_area {
    height: auto;
  }
  .top_nav .contact_link3{
    display: none!important;
  
  }
  .hero_area .top_nav .contact_link-container a{
    border-right: none;
  }
  .service_section {
    margin-bottom: 10px;
  }
  .layout_padding {
    padding: 5px 0;
    margin-top: 0px;
  }
  .about_section .heading_container {
    margin-bottom: 0px;
    margin-top: 30px;
  }
  .second-bord ul{
    text-align: justify;
  }
  .info_info{
    text-align: justify;
  }
}
