@media (max-width: 1300px) {
  .footer_container {
    border-radius: 250px 0 0 0;
  }
}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    height: auto;
  }
  .contact_section .heading_container{
      margin-top:30px;
  }
  .header_section {
    padding: 0px 0;
    background: url(../images/header-mobile.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.why-choose-us .desc-row.row-hidden{
    display:block;
}
.why-choose-us .desc-row.row-show{
  display:none;
}
  .quote_btn-container {
    display: none;
  }

  .custom_nav-container .navbar-nav {
    margin: 0;
    margin-left: auto;
    align-items: center;
    background: #fff;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
  }


  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }

  .slider_section {
    padding: 20px;
  }

  .contact_section .img-box {
    margin-top: 45px;
  }

  .info_section .row>div:nth-child(1) {
    margin-bottom: 25px;
  }

  .info_section .row>div:nth-child(2) {
    margin-bottom: 25px;
  }
  .blog .row-desk{
    display:none;
}
.blog .row-mob{
    display:block;
}
}

@media (max-width: 768px) {
  .hero_area {
    border-radius: 0 0 100px 0;
    background-position: center center;
    background-size: cover;
  }

  .navbar-brand span{
    font-weight: bold;
    font-size: 11px;
    background: -webkit-linear-gradient(45deg,#fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .navbar-brand span img {
    height: 100px;
  }

  .partners .section-title h2 {
    color: #e67551;
    font-weight: 700;
    font-size: 25px;
  }

  .slider_section .detail-box {
    margin-top: 0px;
  }

  .about_section {
    border-radius: 150px 0 150px 0;
  }

  .about_section .img-box {
    margin-top: 45px;
  }
  .about_section .row-desk{
    display: none;
  }
  .about_section .row-mob{
    display: block;
  }
  .service_section .row-desk{
    display: none;
  }
  .service_section .row-mob{
    display: block;
  }
  .service_section .box .detail-box p {
    font-size: 11px;
    color: #fff;
}
  .contact_section .row {
    flex-direction: column-reverse;
  }
  .contact_section .row-desk{
    display: none;
  }
  .contact_section .row-mob{
    display: block;
  }
  .contact_section .map_container {
    margin-left: 0;
    margin-bottom: 45px;
    height: 375px;
  }
  
.why-choose-us .desc-row.row-hidden{
    display:none;
}
.why-choose-us .desc-row.row-show{
  display:block;
}
.info_section {padding-bottom: 30px;}
.info_link_box{
  margin-top:20px;
}
  .info_section .row>div:nth-child(3) {
    margin-bottom: 35px;
  }

  .info_section .row>div {
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: left;
    padding-left: 40px;

  }

  .info_section .info_links {
    align-items: left;
  }

  .info_section form input {
    text-align: center;
  }
}

@media (max-width: 576px) {}

@media (max-width: 480px) {}

@media (max-width: 420px) {}

@media (max-width: 376px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}