@media screen and (max-width: 991px) {
  .modal_desk .modal-body {
    flex-direction: column;
  }

  .product_range .owl-carousel .owl-nav button.owl-prev:hover,
  .product_range .owl-carousel .owl-nav button.owl-next:hover,
  .project_details .owl-carousel .owl-nav button.owl-prev:hover,
  .project_details .owl-carousel .owl-nav button.owl-next:hover {
    padding: 0 !important;
  }

  .product_body {
    flex-direction: column;
  }

  .pr_bottom {
    margin-top: 20px;
  }

  .award_img {
    text-align: center;
  }

  .award_con .col-order {
    order: 1;
  }

  .product_left {
    padding: 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .guide_box {
    margin-top: 50px;
  }

  .thnk_b_inr h3 {
    font-size: 28px;
  }

  .thnk_b_inr {
    padding: 25px;
  }

  .thnk_b_inr p {
    font-size: 21px;
    margin-top: 10px;
  }

  .sec_c {
    padding: 0;
  }

  .crash_box {
    margin-bottom: 30px;
  }

  .about_text {
    margin-top: 30px;
  }

  .award_con .heading,
  .utkarsh_crash .heading {
    text-align: center;
  }

  .head_contacts {
    text-align: end;
  }

  .head_contacts a {
    display: block;
    margin: 10px 0;
  }

  .banner_left {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .banner_left ul li {
    border-radius: 0;
  }

  .product_heading {
    text-align: center;
  }

  .guidline_specs .guide_box {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    padding: 12px;
  }
}

@media screen and (max-width: 575px) {
  .product_range .owl-carousel .owl-nav button.owl-next,
  .product_range .owl-carousel .owl-nav button.owl-prev,
  .project_details .owl-carousel .owl-nav button.owl-next,
  .project_details .owl-carousel .owl-nav button.owl-prev {
    position: static;
  }

  .product_range .owl-carousel .owl-nav button.owl-prev:hover,
  .product_range .owl-carousel .owl-nav button.owl-next:hover,
  .project_details .owl-carousel .owl-nav button.owl-prev:hover,
  .project_details .owl-carousel .owl-nav button.owl-next:hover {
    background-color: transparent !important;
    color: #000;
  }

  /* .guide_box {
  } */
  .header {
    padding: 0;
  }

  .navbar-nav .nav-item {
    margin-right: 0px;
  }

  .logo img {
    width: 110px;
  }

  .enquirenow-btn-wrapper {
    position: fixed;
    z-index: 9999;
    background: #fff;
    height: 75px;
    width: 100%;
    bottom: 0%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
  }
  .modal-dialog {
    top: 10px;
    left: 50%;
    transform: translateX(-53%) !important;
  }

  .enquire-now {
    display: none;
  }

  .enquire-now-mobile {
    /* font-size: 13px; */
    background: #3f75a4;
    /* position: fixed;
    top: unset;
    bottom: 1%;
    right: 5%;
    z-index: 9; */
    transform-origin: 100px 60px;
    transform: rotate(360deg);
    /* padding: 15px 19px; */
    border-radius: 10px;
    /* text-transform: uppercase; */
    color: #fff;
    letter-spacing: 1px;
    width: 32%;
    /* text-align: center; */
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .call-now-mobile {
    /* position: fixed;
    top: unset;
    bottom: 1%;
    right: 5%;
    z-index: 9; */
    transform-origin: 100px 60px;
    transform: rotate(360deg);
    /* padding: 15px 19px; */
    border-radius: 10px;
    /* text-transform: uppercase; */
    color: #fff;
    letter-spacing: 1px;
    width: 32%;
    /* text-align: center; */
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #3f75a4;
    border: 1px solid;
  }

  .whatsapp_mobile {
    background: #47a93a;
    /* position: fixed;
    top: unset;
    bottom: 1%;
    right: 66%;
    z-index: 9; */
    transform-origin: 100px 60px;
    transform: rotate(360deg);
    /* padding: 15px 19px; */
    border-radius: 10px;
    /* text-transform: uppercase; */
    color: #fff;
    letter-spacing: 1px;
    width: 32%;
    /* text-align: center; */
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .enquire-now-mobile i,
  .call-now-mobile i,
  .whatsapp_mobile i {
    font-size: 18px;
    /* margin-right: 8px; */
  }

  #enquire_now_btn {
    scroll-margin-top: 31px;
  }

  #w_beam_barriers,
  #thrie_beam_barriers,
  #crash_barriers,
  #pedestrian_barriers {
    scroll-margin-top: 20px;
  }

  .more-text {
    display: none;
  }

  .read-more {
    color: #007bff;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
  }

  .price_margin {
    margin: 20px 0 !important;
    font-weight: 600;
  }
}

@media screen and (max-width: 480px) {
  .banner_left h1 {
    font-size: 35px;
  }

  .guide_left,
  .guide_right {
    padding: 40px 30px;
  }

  .product_left,
  .product_right {
    padding: 0 20px;
  }

  .product_heading {
    padding: 20px;
  }

  .product_heading h3 {
    font-size: 25px;
  }

  .owl-theme .owl-nav {
    margin-top: 20px;
  }

  .enquire-now {
    background: #1c8878;
    position: fixed;
    top: unset;
    bottom: 0;
    right: 0;
    z-index: 9;
    transform-origin: 100px 60px;
    transform: rotate(360deg);
    padding: 10px 24px;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
  }

  .copyright {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 420px) {
  .thnk_b_inr {
    padding: 20px;
  }

  .thnk_b_inr h3 {
    font-size: 23px;
  }

  .thnk_b_inr p {
    font-size: 17px;
    margin-top: 10px;
  }

  .header {
    padding: 0;
  }

  .head_contacts a {
    min-width: 140px;
    font-size: 12px;
    padding: 6px 26px;
  }

  .head_contacts a i {
    width: 35px;
    height: 35px;
  }

  .banner {
    padding: 20px 0;
  }

  .banner_left h1 {
    font-size: 26px;
    text-align: center;
  }

  .banner_left ul li {
    font-size: 13px;
    padding: 5px 10px;
  }

  .banner_left ul li::before {
    width: 5px !important;
  }

  .banner_form {
    padding: 15px;
  }

  .contact_con input::placeholder,
  .banner_form input::placeholder,
  .contact_con select,
  .banner_form select {
    font-size: 14px;
  }

  .guidline_specs,
  .product_range,
  .client_sec,
  .feature_con,
  .award_con,
  .utkarsh_crash,
  .project_details,
  .about_con,
  .contact_con {
    padding: 25px 0;
  }

  .guide_left,
  .guide_right {
    padding: 30px 20px;
    padding-top: 0;
  }

  .guide_left h4,
  .guide_right h4 {
    font-size: 16px;
  }

  .contact_con form .submit,
  .banner_form form .submit {
    font-size: 14px;
  }

  .guide_right {
    gap: 7px;
  }

  .heading_product h2,
  .heading h1 {
    font-size: 24px;
  }

  .heading_product {
    padding-bottom: 20px;
  }

  .product_heading h3 {
    font-size: 17px;
  }

  .product_heading {
    padding: 10px;
  }

  .product_left,
  .product_right {
    padding: 0 10px;
  }

  .pr_text ul li {
    font-size: 13px;
  }

  .prbutton a {
    padding: 9px 0;
    font-size: 13px;
  }

  .modal-body {
    font-size: 13px;
  }

  #wbeam_specs table tr th,
  #wbeam_specs tr td,
  #wbeam_tech table tr th,
  #wbeam_tech tr td,
  #thrie_specs table tr th,
  #thrie_specs tr td,
  #thrie_tech table tr th,
  #thrie_tech tr td {
    padding: 5px;
  }

  .heading,
  .feature_con .heading,
  .award_con .heading,
  .utkarsh_crash .heading {
    margin-bottom: 30px;
  }

  .feature_round,
  .guide_box {
    margin-bottom: 30px;
  }

  .guide_box {
    margin-top: unset;
  }

  .feature_text4 {
    font-size: 14px;
  }

  .guide_box h4 {
    font-size: 19px;
  }

  .award_con ul li {
    font-size: 14px;
    padding-bottom: 9px;
  }

  .award_text {
    margin-top: 20px;
  }

  .crash_text ul li {
    font-size: 13px;
  }

  .crash_text ul li::before {
    top: 15px;
  }

  .crash_text {
    padding-bottom: 20px;
  }

  .crash_box h5 {
    font-size: 17px;
  }

  .project_details table th {
    font-size: 14px;
    padding: 10px 0;
  }

  .project_details table td {
    padding: 7px;
    font-size: 14px;
  }

  .about_text {
    margin-top: 20px;
  }

  .project_details table tbody > tr:first-child > td:first-child {
    font-size: 17px;
  }

  .about_text p {
    font-size: 14px;
  }

  .copyright {
    padding: 15px;
    font-size: 13px;
  }
}

@media screen and (max-width: 575px) {
  .w_app_sticky {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .enquirenow-btn-wrapper {
    display: none;
  }
}
