@media screen and (max-width: 1200px) {
  .common_padding {
    padding: 0px 15px;
  }
  .common_title_thankyou {
    font-size: 50px;
  }
  .tick_sucess {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 992px) {
  .nav_links {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  .nav_links_active {
    width: 100%;
    visibility: visible;
    opacity: 1;
  }
  .nav_links ul {
    background-color: var(--color-black);
    flex-direction: column;
    height: 100%;
    width: 50%;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
  }
  .nav_links ul li {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px 10px;
    border-radius: 4px;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.5);
  }
  .nav_links ul li a {
    width: 100%;
  }
  .banner_hero {
    height: 300px;
  }
  .banner_title2 {
    font-size: 60px;
  }
  .menu_icon {
    height: 40px;
    width: 40px;
    background: linear-gradient(to bottom, #f9aa01, #bb8206, #966908);
    display: flex !important;
    border-radius: 5px;
  }
  .btns_container ul li a {
    border-radius: 5px;
  }
  .nav_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
  }
  .close_nav {
    gap: 3px;
  }
  .logo_he_nav img {
    height: 45px;
    width: auto;
  }
  .make_order_modal {
    width: 100%;
    margin: 0px 15px;
  }
}
@media screen and (max-width: 768px) {
  .btns_container ul li a {
    height: 37px;
    padding: 0px 20px;
  }
  .social_icons a {
    width: 40px;
    height: 40px;
  }
  .menu_icon {
    height: 37px;
  }
  .call_footer {
    display: none;
  }
  .close_icon {
    background-color: var(--color-yellow);
  }
  .tick_sucess {
    width: 70px;
    height: 70px;
  }
  .common_title_thankyou {
    font-size: 40px;
  }
}
@media screen and (max-width: 568px) {
  p,
  li,
  input,
  button {
    font-size: 14px;
  }
  .common_padding {
    padding: 0px 12px;
  }
  .banner_title2 {
    font-size: 35px;
    -webkit-text-stroke-width: 1px;
  }
  .banner_hero {
    height:auto;
    padding:20px 0px;
  }
  .banner_title1 {
    font-size: 20px;
  }
  .btns_container ul li a {
    font-size: 12px;
    height: 35px;
    padding: 0px 12px;
  }
  .nav_logo img {
    height: 38px;
  }
  /*.pre_img img {*/
  /*  height: 170px;*/
  /*}*/
  /*.off {*/
  /*  font-size: 16px;*/
  /*  padding: 4px 40px;*/
  /*}*/
  /*.up_1 {*/
  /*  font-size: 12px;*/
  /*}*/
  .pre_title {
    font-size: 16px;
    font-weight: 500;
  }
  .price_product p {
    font-size: 16px !important;
  }
  .arrow_up {
    width: 40px;
    height: 40px;
  }
  .arrow_up span {
    font-size: 20px;
  }

  .footer_ul {
    gap: 5px 10px;
  }
  .footer_ul li a {
    font-size: 16px;
  }
  .social_icons a {
    width: 30px;
    height: 30px;
  }
  .social_icons {
    gap: 10px;
  }
  .arrow_up {
    bottom: 10px;
    right: 10px;
  }
  .menu_icon {
    height: 35px;
    width: 35px;
    font-size: 20px !important;
  }
  .p_c {
    padding: 10px 0px;
  }
  #product_fetch {
    margin: 0px !important;
  }
  .nav_links ul {
    width: 70%;
  }
  .logo_he_nav img {
    height: 35px;
  }
  .nav_links ul {
    padding: 15px;
  }
  .close_nav span {
    font-size: 20px;
  }
  .order_title {
    font-size: 18px;
  }
  .close_icon {
    width: 35px;
    height: 35px;
  }
  .close_icon span {
    font-size: 20px;
  }
  .make_order_modal {
    height: 90%;
  }
  .form_control {
    font-size: 14px;
    padding: 6px 10px;
  }
  .form_label {
    font-size: 14px;
  }
  .semi_title {
    font-size: 20px;
  }
  .visit_btn {
    font-size: 16px;
  }
  .nav_header{
          padding-bottom: 10px;
  }
  .pre_container {
    padding: 0 4px;
}
.upto_content {
    top: 8px;
    left: 58%;
}
.off {
    font-size: 13px;

}
.font_13 {
    font-size: 13px;
    padding: 5px 0;
}
.common_btn {
    padding: 8px 28px;
    font-weight: 500;
    font-size: 14px;

}

}
