@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  #nav-icon3 {
    top: 0rem;
  }
  .navbar-collapse {
    width: 50%;
  }

  .footer {
    padding: 5% 0 12%;
  }
  .copyright-box {
    padding: 1% 0 0;
  }
  .social-footer {
    margin: 0;
    text-align: left;
  }
  .tool-mobile--menu {
    width: 60%;
  }
  .social-header {
    margin: 0 6px;
    padding: 0 6px;
    border-right: 1px solid #262678;
    border-left: 1px solid #262678;
    height: 100%;
  }
  .social-header img {
    width: 30px;
  }
  .tools-header form {
    margin: 0;
    width: auto;
    padding: 0;
    border: none;
  }
  .tools-header .form-control {
    padding: 6px 15px;
  }
  .tools-header ul img {
    width: 22px;
    filter: brightness(0) invert(1);
  }
  .tools-header ul {
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    font-size: 0.9rem;
    margin: 0 6px 0 0;
    padding: 0 6px 0 0;
    border-right: 1px solid #262678;
  }
  .languages-box {
    width: 35px;
    height: 35px;
  }
  .languages-box .dropdown-menu {
    height: auto !important;
    min-height: inherit !important;
  }
  .contact-footer {
    margin: 0;
  }
  .content-box {
    padding: 5% 0;
  }
  .readmore-btn.news-ct,
  .textpro-detail a {
    width: 155px;
  }
  .title-promotions img {
    width: 80%;
  }
  .title-promotions {
    padding: 3rem 1.5rem 2rem;
    left: -10%;
  }
  .title-promotions .readmore-btn {
    margin: 1rem;
  }
  .service-box {
    padding: 2rem 0;
  }
  .title-box {
    background-position: center center;
  }
  .title-box-policy {
    background-position: center center !important;
  }
  .product-promotions {
    margin-bottom: 4rem;
  }
  .contentbanner {
    padding: 20% 0 15%;
  }

  .content-login {
    padding: 5% 0 20%;
  }
  .content-login.content-register {
    padding: 5% 0 18%;
  }

  .title-box.title-bglogin {
    background-position: left center;
    text-align: left;
    padding-left: 2rem;
  }
  .logo-footer {
    padding-left: 5rem;
    text-align: left;
  }
  .title-promotions {
    text-align: center;
  }
  .tabs-timeline .container {
    padding-top: 12%;
    padding-bottom: 2%;
  }
  .content-box.aboutuspage {
    padding: 10% 0 5%;
  }
  .img-about {
    margin: auto;
  }
  .content-box.policypage {
    padding: 5% 0;
  }
  .content-box.newsdetailpage {
    padding: 5% 0;
  }

  .title-cart ul {
    width: 100%;
    min-width: inherit;
  }
  .listcart {
    margin: 0;
  }
  .content-box.cartpage {
    padding: 5% 0;
  }
  .listcart {
    height: 100%;
  }
  .tabs-related {
    margin-top: 5rem;
  }
  .steppayment {
    padding: 5% 0;
  }

  .card-address,
  .contact-usbox {
    height: 100%;
    margin: 0;
  }
  .mapbox {
    aspect-ratio: 2/4;
  }

  .banner-otherpage.cartpage {
    padding: 5% 0;
    background-attachment: inherit !important;
  }

  .sendto-quatation {
    width: 243px;
  }
  #quatationlistModal .modal-dialog {
    max-width: 667px;
  }

  .addresscontainer {
    margin-top: -4rem;
  }

  .titlebox-aboutus {
    padding: 5% 0;
  }
  .table-quatation table {
    width: 100%;
  }
  .privacy-box {
    width: 420px;
    padding: 2rem 1rem;
  }
	.title-box-policy.policy-values{background-position: left 12rem center !important;}
}
@media (min-width: 992px) {
  .logo-footer {
    padding-left: 4rem;
  }
  .slim.navbar-expand-lg {
    top: -6.3rem;
  }
  .menu-main {
    background: #fff;
    transition: all 0.5s;
  }
  .hamburgers-box {
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-collapse {
    width: 100%;
    justify-content: center;
  }
  .navbar-expand-lg .navbar-nav {
    justify-content: center;
    width: 100%;
    margin: 0;
    position: relative;
  }
  .navbar-nav li {
    width: auto;
    margin: auto;
    padding: 0;
    text-align: center;
    position: static;
  }
  .navbar-nav li .dropdown-menu::-webkit-scrollbar {
    display: none;
  }
  .navbar-nav li .dropdown-menu {
    width: 100%;
    height: 0;
    min-width: inherit;
    border-radius: 0 0 20px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 7px 8px;
    transition: all 0.3s ease;
    left: 0;
    opacity: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1rem;
  }
  .dropdown:hover > .dropdown-menu {
    height: 335px;
    opacity: 1;
  }
  .navbar-nav li a {
    padding: 15px 20px;
    position: relative;
  }
  .navbar-nav li .dropdown-menu a {
    padding: 0;
  }
  .navbar-nav li img {
    width: 33px;
    margin-bottom: 0.5rem;
  }
  .category-menu:hover h1 {
    transform: scale(1.05);
  }
  .category-menu:hover img {
    transform: scale(1.1) !important;
  }
  .category-menu:hover .img-menu {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px;
  }

  #nav-icon3 {
    display: none;
  }
  .policy-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }

  .social-footer,
  .address-footer {
    margin-left: -15px;
  }
  .footer {
    padding: 5% 0 2%;
  }
  .footer h1 {
    font-size: 1.05rem;
  }
  .tool-mobile--menu {
    display: none;
  }

  .videoshowcase,
  .about-text.ab-center {
    margin-bottom: 4rem;
  }
  .promotion-box {
    margin: 0;
  }
  .textbanner-right h1 {
    font-size: 2.3rem;
  }
  .textbanner-right p {
    font-size: 1.5rem;
  }

  .title-promotions img {
    width: auto;
    max-width: 100%;
  }
  .title-promotions {
    padding: 3rem 1.5rem;
  }
  .title-promotions .readmore-btn {
    margin: 1rem auto 0;
  }
  .icon-textab img {
    width: 80px;
  }
  .icon-textab {
    margin-bottom: 2rem;
  }
  .service-box img {
    width: 65px;
  }

  .policy-box ul li:first-child {
    padding-right: 6%;
  }
  .content-login {
    height: auto;
  }
  .img-menu {
    padding: 2rem;
  }
  .text-about {
    padding-right: 3%;
  }

  .title-cart ul li {
    margin: 0 15px;
  }
  .address-boxcart .col-lg-2 {
    width: 20%;
  }
  .icon-step img {
    width: 65px;
    height: 65px;
  }

  .carttext-success img {
    width: 30%;
  }
  .tabs-timeline {
    overflow: inherit;
    padding: 12% 0 5%;
  }
  .tabs-timeline ul {
    min-width: inherit;
  }
  .tabs-timeline .container {
    padding-top: 0;
    padding-bottom: 0;
    overflow: inherit;
  }
  .textservice img {
    width: 65px;
    margin-bottom: 1rem;
  }
  .mapbox {
    aspect-ratio: 3/3;
  }
  .contact-usbox {
    padding: 2rem;
  }
  .card-address {
    padding: 2rem 1rem;
  }

  .dropdownproducts .col-lg-2 {
    width: 20%;
  }
  .img-menu {
    padding: 1.5rem;
  }
  .category-menu .img-menu img {
    object-fit: scale-down;
    aspect-ratio: 3/2;
  }
  .contentbanner {
    background-attachment: fixed !important;
    background-size: 100% !important;
    background-position: center bottom;
  }
  #thumbs .item {
    height: 120px;
  }
  .tabs-profile,
  .profile-boxcard {
    padding: 2rem;
  }

  #popupModal .modal-dialog {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #popupModal .modal-content {
    min-width: 768px;
    padding: 2rem;
    border-radius: 20px;
    margin: auto;
  }
 .title-box-policy.policy-values{background-position: left 20rem center !important;}
}
@media (min-width: 1200px) {
  html {
    font-size: 18px;
  }
  .navbar-nav li a {
    padding: 15px 25px;
  }
  .contact-footer {
    margin-left: -28px;
  }
  .tools-header ul {
    font-size: 1rem;
  }
  .tools-header form {
    width: 40%;
  }
  .social-header img {
    width: 33px;
  }

  .textpro-detail img {
    width: 25px !important;
  }
  .title-box h1,
  .title-box-policy h1,
  .about-text .row h1 {
    font-size: 1.45rem;
  }

  .addcart {
    width: 55px;
    height: 55px;
    padding: 13px;
  }
  .promotion-box .addcart img {
    margin: 0;
  }
  .readmore-btn,
  .readmore-btn.news-ct,
  .textpro-detail a {
    width: 230px;
    padding: 8px;
  }
  #accordionQandA .accordion-button[aria-expanded="true"]::after,
  #accordionQandA .accordion-button[aria-expanded="false"]::after {
    background-size: 22px;
  }

  .title-promotions {
    left: 1%;
    padding: 8rem 5rem;
    background-size: 100% !important;
    width: auto;
    margin: 0 -5rem;
  }
  .promotion-box {
    margin: 0;
  }
  .product-promotions {
    width: 90%;
    padding: 0rem 2rem;
  }
  .about-text h1 {
    font-size: 1.2rem;
  }
  .navbar-nav li .dropdown-menu .col-xl-2 {
    width: 20%;
  }
  .tabs-timeline a {
    width: 70px;
    height: 70px;
  }
  .tabs-timeline a.linetop::before {
    top: -65%;
  }
  .tabs-timeline a.linebottom::before {
    bottom: -65%;
  }

  .text-about {
    margin-top: 2rem;
    padding-right: 7%;
  }
  .content-box.newsdetailpage::before {
    height: 420px;
  }

  .title-cart img {
    width: 55px;
  }
  .listcart {
    padding: 0 1rem 1rem;
  }
  .contactsettop {
    margin-top: -7rem;
    margin-bottom: 2rem;
  }
  .dropdown:hover > .dropdown-menu {
    height: 500px;
  }
  #quatationlistModal .modal-dialog {
    max-width: 992px;
  }
  .addresscontainer {
    margin-left: -2rem;
  }
  #thumbs .item {
    height: 115px;
  }

  .closepopup {
    font-size: 24px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1336px;
  }
  .navbar-nav li {
    width: auto;
    margin: auto;
  }
  .navbar-nav li a {
    padding: 15px 30px;
  }
  .social-header {
    margin: 0 15px;
    padding: 0 15px;
  }
  .tools-header ul {
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
  }
  .policy-box ul li:first-child {
    padding-right: 10%;
  }

  .tablecart ul {
    width: 992px;
  }
  .card-address img {
    width: 50px;
  }
  .bannercart {
    max-height: 620px;
  }

  .tools-header .shopping-bag span {
    left: -0.75rem;
    top: -0.5rem;
    width: 25px;
    height: 25px;
  }
 .title-box-policy.policy-values{background-position: left 25rem center !important;}
}

@media (min-width: 1600px) {
  html {
    font-size: 18px;
  }
  .title-promotions {
    left: -6%;
    padding: 8.5rem 5rem;
    margin: 0 -3.5rem;
  }
  .navbar-brand img {
    width: 7em;
  }
  .slim.navbar-expand-lg {
    top: -7.3rem;
  }
  .about-text.textleft-ab {
    padding-right: 15%;
  }
  .title-box,
  .title-box-policy {
    margin-bottom: 4rem;
  }

  .contact-footer {
    margin-left: -10px;
  }

  .content-box.newsdetailpage::before {
    height: 440px;
  }

  .languages-box {
    width: 45px;
    height: 45px;
  }
  .addresscontainer {
    margin-left: -1rem;
    margin-top: -6rem;
  }
  .text-about {
    margin-top: 2rem;
    padding-right: 10%;
  }

  .tablecart ul {
    min-width: inherit;
    width: 100%;
  }
}
@media (min-width: 1800px) {
  .title-promotions {
    left: -8%;
    padding: 9rem 0;
    margin: 0 -3rem;
  }
  .textbanner-right h1 {
    font-size: 3rem;
  }
  .textbanner-right p {
    font-size: 2rem;
  }
  #accordionQandA .accordion-button {
    padding: 0.75rem 1.5rem;
  }

  .social-header img {
    width: 35px;
  }
  .slide-products .owl-carousel .owl-item {
    padding: 1rem;
  }
  #accordionQandA .accordion-collapse {
    padding: 2rem;
  }

  .tabs-timeline {
    padding: 8% 0 5%;
  }
  .content-box.aboutuspage {
    padding: 7% 0 5%;
  }
  .contactsettop {
    margin-top: -10rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 2000px) {
}
