@media (min-width: 320px) and (max-width: 375px) {
  .text-container h1 {
    font-size: 20px !important;
  }
  .form input {
    width: 278px !important;
  }
  .usa-based-text {
    font-size: 20px;
    color: red !important;
  }
  .logo-container img {
    margin-top: 16px !important;
  }
  .text-container {
    top: 15% !important;
  }
  .card {
    width: auto;
  }
  #btn-back-to-top {
    bottom: 90px;
    right: 10px;
  }
}

@media only screen and (max-width: 600px) {
	.banner-image {
    width: 100%;
    height: 260px;
}
  .arrows {
    right: 20px;
    bottom: 40px;
  }

  .white-left-container p {
    padding: 15px;
    margin-top: 0;
  }
 
  .logo-container img {
    margin-top: 18px;
  }

  .logo {
    width: 187px;
    margin-left: 18px;
    margin-top: -89px;
  }

  .hamburger-menu {
    display: block;
  }
  .carousel {
    margin-top: 74px;
  }
  .white-left-container {
    width: 100%;
    max-width: max-content;
    height: 100px;
    padding: 0;
    margin-bottom: 20px;
  }
  .white-text::before {
    height: 100px;
  }
  .white-left-container p {
    font-size: 20px;
  }
  .blue-container p {
    padding-left: 0;
    text-align: center;
  }
  .navbar-brand img {
    width: 190px;
    margin-left: -11px;
  }
  .navbar-nav {
    display: none;
  }
  .navbar-toggler {
    display: none;
  }
  .quote-btn {
    width: 173px;
    height: 47px;
  }

  .blog-text {
    padding-right: 0;
  }
  .manufacturer-section {
    margin-top: 0;
    padding-top: 0;
  }

  .contact-header {
    flex-direction: column;
  }
  .nav-container span {
    font-size: 16px;
  }
  .contact-header div {
    margin-bottom: 15px;
  }
  .navbar-light .navbar-toggler-icon {
    background-color: white;
    padding: 13px;
  }

  .seal {
    padding-left: 33px;
  }
  .seal-container {
    width: 100%;
  }
  .seal-types-description h2 {
    font-size: 20px;
  }
  .custom-breadcrumb {
    font-size: 13px;
  }
  .breadcrumb-item a {
    font-size: 13px;
  }
  .white-text::before {
    width: 0;
  }

  .text-container {
    top: 16%;
    left: 5%;
  }
  .text-container h1 {
    font-size: 20px !important;
  }
  .seal-products {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .vertical-text {
    font-size: 5px;
  }
  .blog-item h4 {
    font-size: 17px;
  }
  .blog-details {
    padding-left: 0;
  }
  .news-container {
    padding: 0;
  }

  .quote-container {
    margin-top: 0;
  }
  .quote-container ul li {
    font-size: 15px;
  }
  .usa-based-text {
    font-size: 28px;
    color: var(--primary-color) !important;
  }
  .latest-news-container::before {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .flex-container {
    margin-left: 4px;
  }
  .latest-news-container h4 {
    margin-left: 10px;
  }
  .product-details {
    margin-bottom: 15px;
  }

  .row.offer-container {
    padding-left: 12px;
  }

  .bottom-strip {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--primary-color);
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
      rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
      rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  .bottom-strip img {
    width: 30px;
  }
  .bottom-strip .email {
    width: 50px;
  }

  .navbar-toggler-icon {
    display: none;
  }
  #menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    left: 0 !important;
  }
  .menu__btn {
    position: fixed;
    top: 43px;
    right: 23px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    transition-duration: 0.25s;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
  }
  .menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: var(--primary-color);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
  }

  .menu__item {
    display: block;
    padding: 8px 24px;
    color: var(--white);
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
  }
  .menu__item:hover {
    background-color: #cfd8dc;
  }
  .navbar-nav {
    display: none;
  }
  .contact-header {
    display: none !important;
  }
  .navbar-light .navbar-toggler-icon {
    display: none !important;
  }
  .seal-types-section {
    margin-top: 70px;
  }
  .mobile-logo {
    width: 250px;
    padding-left: 20px;
    margin-top: -77px;
  }

  .hamburger-menu {
    display: block;
  }

  .navbar-brand img {
    width: 190px;
    margin-left: -11px;
  }

  .contact-header {
    flex-direction: column;
  }
  .nav-container span {
    font-size: 16px;
  }
  .contact-header div {
    margin-bottom: 15px;
  }

  .text-container {
    top: 12%;
    left: 5%;
  }
  .text-container h1 {
    font-size: 20px !important;
  }

  .vertical-text {
    font-size: 5px;
  }
  .lip-profile-section {
    padding: 0;
  }
  .material-row h3 {
    font-size: 16px;
  }
  .card {
    margin-bottom: 20px;
  }
  .lip-profile-section h3 {
    font-size: 20px;
  }
  .blog-item h4 {
    font-size: 17px;
  }
  .blog-details {
    padding-left: 0;
  }
  .news-container {
    padding: 0;
  }
  .latest-news-container::before {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .flex-container {
    margin-left: 4px;
  }
  .latest-news-container h4 {
    margin-left: 10px;
  }
  .product-details {
    margin-bottom: 15px;
  }

  footer {
    padding: 20px 10px;
  }
  .navbar-toggler-icon {
    display: none;
  }
  /* --Materials section */
  .material-row {
    margin: 0;
  }
  .materials-section h4 {
    margin-top: 26px;
  }
  .material-row h3 {
    margin-top: 20px;
  }
  .material-btn {
    margin-bottom: 20px;
  }
  .mild-steel-text {
    margin-top: -100px;
  }

  .materials-section {
    margin: 0;
  }
  .material-row h3 {
    font-size: 20px;
  }
  .metal-case-text h4 {
    font-size: 18px;
  }
  /* --Warranty Page-- */
  .warranty-text {
    padding: 0;
  }
  .warranty-img {
    margin-bottom: 20px;
  }
  .warranty-info2 {
    margin: 0;
  }
  .warranty-text h4 {
    font-size: 19px;
  }
  /* --Contact Page-- */
  .address-text p {
    font-size: 18px;
  }
  .timer-image {
    margin: 10px 0;
  }
  .location-container iframe {
    margin: 20px 0;
  }
  .contact-form p {
    font-size: 18px;
  }
  .address-card {
    display: none;
  }
  .form input {
    width: 400px;
  }
  .mail-data a {
    font-size: 12px;
  }
	.primary-product {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 20px;
}
}

@media (min-width: 600px) and (max-width: 767px) {
	.primary-product {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
}
  .logo-container img {
    margin-top: 0;
  }
  .navbar-light .navbar-toggler-icon {
    background-color: white;
  }
  .carousel-inner {
    height: 100%;
  }
  .contact-header {
    width: 95%;
    margin: auto;
    display: none !important;
  }

  .text-container h1 {
    font-size: 30px;
  }
  .vertical-text {
    font-size: 17px;
  }
  .arrows {
    right: 83px;
    bottom: 25px;
  }
  .white-text::before {
    height: 100px;
  }
  .white-left-container {
    height: 100px;
  }
  .seal-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .latest-news-container::before {
    width: 100%;
  }
  .product-container {
    height: auto;
  }
  .product-details {
    margin-bottom: 10px;
  }
  .manufacturer-section {
    margin-top: 0;
  }
  .white-left-container p {
    margin-top: 0;
  }
  /* --SEAL TYPE PAGE-- */
  .seal-types-container {
    top: 15%;
    left: auto;
  }
  .seal-types-container h1 {
    font-size: 35px !important;
  }
  .form input {
    width: 565px;
  }
  /* --Material Type page-- */
  .material-type-heading {
    top: 9% !important;
    left: auto;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .nav-container span {
    font-size: 17px;
  }

  .mobile-logo {
    width: 300px;
    margin-top: 17px;
  }
  .contact-header a {
    font-size: 19px;
  }
  header {
    padding: 5px 0;
    z-index: 100;
    height: 130px;
  }
  .logo-container img {
    width: 250px;
    margin-top: 10px;
  }

  .arrows {
    right: 70px;
    bottom: 35px;
  }
  .white-left-container {
    height: 70px;
    padding: 10px;
    text-align: center;
    height: auto !important;
    max-width: unset;
    margin-bottom: 20px;
  }
  .home-text-container {
    top: 40%;
    left: 6%;
  }
  .form input {
    width: 240px;
  }

  .material-type-heading {
    position: absolute;
    top: 12%;
    left: 8%;
  }
  .seal-types-container {
    position: absolute;
    top: 12%;
    left: 6%;
  }

  .text-container h1 {
    font-size: 33px !important;
  }

  .vertical-text {
    font-size: 18px;
  }
  .seal-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .product-header {
    text-align: center;
  }
  .product-details {
    margin-bottom: 15px;
  }
  .navbar-light .navbar-toggler-icon {
    background-color: white;
    padding: 20px;
  }
  .navbar-nav {
    display: none;
  }
  .navbar-toggler {
    display: none;
  }
  .carousel-inner {
    height: 100%;
  }
  .white-text::before {
    width: 0;
  }
  .offer-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .offer-container img {
    width: 60px;
  }

  .seal-text {
    font-size: 15px;
  }

  .carousel-item.active {
    border: 0;
  }
  .navbar-toggler-icon {
    display: none;
  }
  .manufacturer-section {
    margin-top: 0;
  }
  .latest-news-container::before {
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 121px;
  }
  .news-container {
    padding: 0;
  }
  .quote-container {
    margin: 15px 0;
  }
  #menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    left: 0 !important;
  }
  .menu__btn {
    position: fixed;
    top: 90px;
    right: 50px;
    width: 30px;
    height: 40px;
    cursor: pointer;
    z-index: 1;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    transition-duration: 0.25s;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
  }
  .menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: var(--primary-color);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
  }
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: var(--white);
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
    margin-top: 25px;
  }
  .menu__item:hover {
    background-color: #cfd8dc;
  }
  .navbar-nav {
    display: none !important;
  }
  .hamburger-menu {
    display: block;
  }

  .quote-btn {
    font-size: 17px;
  }
  .bottom-strip {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--primary-color);
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
      rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
      rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }
  .bottom-strip img {
    width: 30px;
  }
  .bottom-strip .email {
    width: 50px;
  }
  .white-left-container p {
    margin-top: 0;
  }
  .material-text {
    padding: 5px 7px;
  }
  .flex-container {
    margin-left: 0;
  }
  .latest-news-container h4 {
    margin-left: 5px;
  }
  .blog-details {
    padding-left: 5px;
  }
  .navbar-light .navbar-toggler-icon {
    display: none;
  }

  .logo-container img {
    width: 200px;
    margin-top: 0;
  }

  .arrows {
    right: 70px;
    bottom: 35px;
  }

  .product-header {
    text-align: center;
  }
  .product-details {
    margin-bottom: 15px;
  }
  .navbar-light .navbar-toggler-icon {
    background-color: white;
    padding: 20px;
  }
  .lip-profile-section {
    padding: 0;
  }
  .material-row h3 {
    font-size: 20px;
  }
  .metal-case-text h4 {
    font-size: 18px;
  }
  .navbar-toggler-icon {
    display: none;
  }
  .manufacturer-section {
    margin-top: 0;
  }

  .white-left-container p {
    margin-top: 0;
  }
  .white-text::before {
    content: none;
  }

  .flex-container {
    margin-left: 0;
  }
  .latest-news-container h4 {
    margin-left: 5px;
  }
  .news-container {
    margin-bottom: 20px;
  }
  .blog-details {
    padding-left: 5px;
  }
  .map-container {
    padding: 0;
  }
  /* --Materials section */
  .material-row h3 {
    margin-top: 20px;
  }
  .material-btn {
    margin-bottom: 20px;
  }

  .materials-section h4 {
    margin-top: 28px;
  }
  .mild-steel-text {
    margin-top: -100px;
  }
  .usa-based-text {
    color: var(--primary-color);
  }
  .materials-section {
    margin: 0;
  }
  .manufacturer-section {
    padding: 0;
  }
  /* --Contact Page-- */
  .timer-image {
    margin: 20px 0;
  }
  .location-container iframe {
    margin: 30px 0;
  }
  .address-card {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .logo-container img {
    width: 180px;
    margin-top: -5px;
  }
  .arrows {
    right: 47px;
    bottom: 106px;
  }
  .home-text-container {
    top: 40%;
    left: 3%;
  }
  .white-text::before {
    min-width: 15%;
  }
  .white-left-container {
    padding: 7px;
  }
  .seal-types-container {
    top: 11%;
    left: 5%;
  }
  .seal-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .material-type-heading {
    top: 10%;
    left: auto;
  }

  .text-container h1 {
    font-size: 45px;
  }
  .nav-link {
    font-size: 16px !important;
  }
  .quote-container {
    padding: 25px 20px;
  }
  .map-container {
    display: flex;
    align-items: center;
  }
  .quote-btn-footer {
    font-size: 16px;
    width: 130px;
    height: 35px;
  }
  .card img {
    width: 70px;
  }
  .card {
    width: auto;
  }
  .card button {
    font-size: 11px;
    width: 94px;
  }

  .form input {
    width: 231px;
  }
  .lip-profile-section {
    padding: 0;
  }
  .lip-profile-section h5 {
    font-size: 20px;
  }
  /* --Warranty Page-- */
  #warranty-heading {
    top: 11%;
    left: auto;
  }
  .material-row h3 {
    font-size: 20px;
  }
  .metal-case-text h4 {
    font-size: 18px;
  }
}
@media (min-width: 1101px) and (max-width: 1483px) {
  .carousel-inner {
    height: 100%;
  }
  .arrows {
    right: 121px;
    bottom: 50px;
  }

  .material-type-heading {
    top: 15%;
    left: auto;
  }
  .seal-types-container {
    top: 18%;
    left: 12%;
  }
  .white-left-container p {
    margin-top: 0;
  }
  .white-text::before {
    width: 0;
    height: 151px;
    min-width: 22%;
  }
  /* --Warranty page-- */
  #warranty-heading {
    top: 18%;
  }
  .material-row h3 {
    font-size: 20px;
  }
  .metal-case-text h4 {
    font-size: 18px;
  }
}

@media (min-width: 1280px) and (max-width: 1440px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
  }
  .home-text-container {
    padding-left: 20px;
    left: 10%;
  }
  .seal-types-container {
    left: 10%;
    top: 17%;
  }
  .material-type-heading {
    left: 10%;
    top: 17%;
  }
  .material-row h3 {
    font-size: 23px;
  }

  .form input {
    width: 350px;
  }
}
@media (min-width: 1660px) and (max-width: 1700px) {
  .seal-types-container,
  .material-type-heading {
    top: 20%;
    left: 12%;
  }
  .home-text-container {
    left: 8%;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  body html {
    width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
    height: 100% !important;
    overflow-x: hidden !important;
    position: relative;
  }
}
@media (min-width: 1484px) and (max-width: 1860px) {
  .white-text::before {
    width: 0;
    min-width: 20%;
  }
}
@media only screen and (max-width: 991px) {
	#mega-menu-wrap-Header_Menu #mega-menu-Header_Menu > li.mega-menu-item > a.mega-menu-link{font-size: 1rem !important;}
	.primary-product .product-item{width: 90%;}
	.tnp.tnp-subscription{max-width: 100% !important;}
	p.text-center.pt-5.copyright-text{padding-bottom: 5rem;}
}

@media only screen and (max-width: 768px) {
	body.mega-menu-Header_Menu-mobile-open {margin: 0;height: 100%;overflow: hidden;}
	#mega-menu-wrap-Header_Menu .mega-menu-toggle + #mega-menu-Header_Menu {overflow: scroll;
    min-height: calc(88vh - 10px);height: 100%;}
	.container.logo-container {
		display: unset !important;}
	p.text-center.pt-5.copyright-text{padding-bottom: 5rem;}
	.white-left-container {max-width: 100% !important;margin-bottom: 30px !important;}
	#mega-menu-wrap-Header_Menu .mega-menu-toggle{position: absolute;
        position: absolute;
        right: 5px;
        top: -30px;
    }
	    #mega-menu-wrap-Header_Menu .mega-menu-toggle + #mega-menu-Header_Menu {
			margin-top: 10px;}
 header {
    background-color: var(--primary-color);
    height: 75px;
  }
    .navbar-brand img {
        width: 190px;
        margin-left: -11px;
		margin-top: 18px;
    }
	.timer-image {
    margin: 20px 0 !important;
}
}
@media (min-width: 2561px) and (max-width: 80000000px) {
  body,
  html {
    position: relative;
    width: 1920px !important;
    margin: 0 auto !important;
    overflow-x: hidden !important;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24) !important;
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24) !important;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.24) !important;
  }
  header {
    width: 1920px !important;

    margin: 0 auto;
  }
}
