@media (max-width: 1120px) {
}

@media (max-width: 992px) {
  .sale_section .sale_container .box {
    flex-basis: 48%;
    margin: 1%;
  }

  .user_info {
    margin-left: 0%;
  }

  .navbar-brand {
    margin-top: -5px;
  }

  .navbar-nav {
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  .hero_area {
    background: none;
    background-color: #e9eefc;
    height: auto;
  }

  .sub_page .custom_menu-btn button span {
    background-color: #ffffff;
  }

  .slider_section {
    text-align: center;
  }

  .slider_section img {
    height: auto;
    max-height: 400px;
  }

  .slider_section .detail-box {
    margin-bottom: 45px;
  }

  .about_section {
    padding-top: 0;
  }

  .sub_page .about_section {
    padding-top: 30px;
  }

  .layout_padding-bottom {
    padding: 0px;
  }

  .about_section .detail-box {
    margin-top: 35px;
  }

  .deal_section .img-box {
    width: 100%;
    margin-top: 45px;
  }

  .info_section .row>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 15px 0;
  }

  .contact_section .row {
    flex-direction: column-reverse;
  }

  .contact_section .map_container {
    padding: 0;
    height: 350px;
  }

  .contact_section .form_container {
    padding: 45px 0;
  }

  .client_section .client_container {
    width: 95%;
  }

  .client_section .client_container .box {
    padding-bottom: 45px;
  }

  .client_section .client_container .carousel-control-prev,
  .client_section .client_container .carousel-control-next {
    top: calc(100% - 45px);
  }

  .client_section .client_container .carousel-control-prev {
    left: calc(50% - 50px);
  }

  .client_section .client_container .carousel-control-next {
    right: calc(50% - 50px);
  }

  .info_contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .info_section .info_contact .img-box {
    margin-top: 5px;
  }

  .info_section .info_contact > div {
    align-items: flex-start;
  }

  .info_section .info_form h5 {
    text-align: center;
  }

  .info_section .info_form .social_box {
    justify-content: center;
  }

  .info_section .info_form .social_box a {
    margin: 0 15px;
  }

  .footer_section p {
    width: 85%;
  }

  .cardbox {
    padding: 40px 0px;
  }

  .cards {
    width: 250px;
    height: 165px;
  }

  .front,
  .back {
    width: 160px;
  }

  .n1 {
    height: 55px;
    padding: 5px;
  }

  .foot-img {
    margin: auto;
  }

  .gaze {
    display: none;
  }

  .look {
    display: block;
  }

  /* Broader mobile menu */
  .menu_width {
    width: 80% !important;
  }

  .navbar-brand img {
    width: 140px;
  }
}

@media (max-width: 576px) {
  .slider_section .detail-box h1 {
    font-size: 2.5rem;
  }

  .client_section .client_container div#carouselExampleControls {
    padding: 0 5%;
  }

  .client_section .client_container .box {
    flex-direction: column;
    align-items: center;
  }

  .client_section .client_container .box .detail-box {
    margin-top: 25px;
    text-align: center;
  }

  .client_section .client_container div#carouselExampleControls::before {
    display: none;
  }

  .user_info {
    display: none;
  }

  .cards {
    width: initial;
    height: initial;
  }

  .footer_section p {
    width: 100%;
  }

  .large-12 {
    width: 100% !important;
  }

  .myrow {
    max-width: 100% !important;
    margin: 0 !important;
  }

  .n1 img {
    width: 15%;
  }

  .subheader {
    display: none;
  }

  .sale_section .sale_container .box {
    flex-basis: 98%;
  }

  .navbar-brand img {
    width: 120px;
  }
}

@media (max-width: 480px) {
  .menu_width {
    width: 90% !important;
  }
}

@media (max-width: 320px) {
  .myrow {
    max-width: 100% !important;
  }

  .overlay-content {
    top: 5%;
  }

  .menu_width {
    width: 100% !important;
  }

  .navbar-brand img {
    width: 100px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}