:root {
  --primary-color: #ee5431;
  --at-primary-color: #fff;
  --secondary-color: #1a2453;
  --at-secondary-color: #fff;
}

body {
  font-family: "Roboto", Sans-serif !important;
  font-weight: 400 !important;
  background-color: #f4f4f4;
}
body p {
  font-weight: 400 !important;
}

.scrollup {
  z-index: 9999;
}

label {
  margin-bottom: 2px !important;
  color: #232323 !important;
  font-weight: 500 !important;
  font-size: 15px;
}

.container {
  width: 75%;
}

.navbar.navbar-inverse {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-inverse .dropdown .dropdown-menu > li > a {
  font-weight: 400 !important;
}

.navbar-header {
  padding: 0;
}

.navbar-inverse .navbar-nav > li > a {
  font-weight: 400 !important;
}

.form-group label {
  font-weight: 400 !important;
}

.title-lg {
  padding-bottom: 1rem;
  font-size: 45px;
  font-weight: 500;
}
.title-md {
  font-size: 20px;
  font-weight: 500;
}

.custom-product-img {
  width: 250px;
  height: 250px;
  overflow: hidden;
}

.heading-md {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.015em;
}

.heading-link-md {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.015em;
}

.paragraph {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.0035em;
  color: #555;
}

.bg-light {
  background-color: #fbfbfb;
}

.align-items-center {
  align-items: center;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: var(--primary-color);
}

.p-5 {
  padding: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pe-1 {
  padding-right: 0.5rem;
}

.pe-2 {
  padding-right: 1rem;
}

.ps-2 {
  padding-left: 1rem;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.g-2 {
  margin: 0.5rem !important;
}

.custom-gy-2 {
  margin-top: 0.5rem !important;
}

.btn {
  border: 0 !important;
}

.btn-primary {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: var(--secondary-color) !important;
  color: var(--at-secondary-color) !important;
}

.w-50 {
  width: 50% !important;
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.text-center {
  text-align: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.border-dark {
  border: 1px solid #000;
}

.align-self-center {
  align-self: center !important;
}

.toyop-logo {
  width: 200px;
  height: auto;
}

.container.nav-container {
  margin: 0 auto;
  padding: 0px !important;
}

nav.navbar.navbar-inverse.sticky-top {
  position: sticky;
  top: 0;
  z-index: 9999;
}

header .navbar {
  margin-bottom: 0 !important;
}
header .nav-item {
  font-size: 20px;
}
header .width-size {
  width: 500px !important;
}

.sec-1 {
  display: flex;
  align-items: center;
  height: 30rem !important;
  overflow: hidden;
}

.sec-1 .img-box {
  background-size: cover !important;
  background: no-repeat center 105px;
  position: relative;
  min-height: 610px;
  overflow: hidden;
  cursor: pointer;
  transition: all 1.8s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 2;
}

#hero-img-2 {
  flex: 0.5;
}

#hero-img-3 {
  flex: 0.5;
}

.sec-1 .img-box:hover {
  flex: 2.5;
}

.sec-1 #hero-img-2:hover {
  flex: 2.5;
}
.sec-1 #hero-img-2:hover #hero-img-1 {
  flex: 0.5 !important;
}

.sec-1 #hero-img-3:hover {
  flex: 1.5;
  background-position: center 35%;
}

.sec-1 #hero-img-1:hover {
  flex: 2.5;
}

.hero {
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  right: 0;
  z-index: 100;
  clip-path: polygon(0 0, 46% 0, 39% 100%, 0% 100%);
}

.hero-content {
  position: absolute;
  top: 11%;
  left: 10%;
  z-index: 200;
}
.hero-content h2 {
  color: var(--white-100, #FFF);
  font-size: 2vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.3px;
}

.about-section-mobile {
  display: none;
}

.about-section .enquirynow-button {
  position: fixed;
  top: 50%;
  width: fit-content;
  right: -1%;
  transform: rotate(-90deg);
  background-color: #fff;
  z-index: 2000;
}
.about-section .aboutus-imgcontainer .aboutusimg {
  position: relative;
  width: 600px;
  height: 600px;
  overflow: hidden;
}
.about-section .aboutus-imgcontainer .aboutus-img1 {
  width: 600px;
  height: 600px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.about-section .aboutus-imgcontainer .aboutus-img2 {
  position: absolute;
  width: 310px;
  height: 310px;
  top: 24.2%;
  left: 0%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.about-section .aboutus-imgcontainer .aboutus-img3 {
  width: 310px;
  height: 310px;
  position: absolute;
  top: 24%;
  left: 48.5%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.sec-4 .padding-top {
  padding-top: 15px !important;
}
.sec-4 .customimg {
  position: relative;
  object-fit: cover;
  width: fit-content;
  border: 1px solid #ddd;
  z-index: 10;
}
.sec-4 .customimg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  right: 0%;
  z-index: 100;
}
.sec-4 .sec4-img1 {
  width: 46vw;
  height: 325px;
}
.sec-4 .sec4-img2 {
  width: 22vw;
  height: 275.59px;
}
.sec-4 .sec4-img3 {
  width: 23vw;
  height: 610px;
}
.sec-4 .col {
  position: relative;
}
.sec-4 .col-sm-3 {
  position: relative;
}
.sec-4 .sec4-content {
  position: absolute;
  bottom: 0;
  background-color: rgba(246, 246, 246, 0.3215686275);
  right: 10px;
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index: 1000;
  color: var(--default-black, #333);
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.product-categories .custom-grid {
  display: flex;
  justify-content: space-between;
}
.product-categories .grid-item {
  text-align: center !important;
}
.product-categories .grid-item p {
  padding-top: 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.65px;
}
.product-categories h3 {
  font-size: 38px;
  font-weight: 500;
  margin: 7px;
  letter-spacing: 4.56px;
}
.product-categories .product-categories-img {
  border: 1px solid #D6D6D6 !important;
  width: 34rem;
  height: 27rem;
}

.breadcrumb {
  padding: 8px 21px;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 4px;
}

.breadcrumb_career_page .career_breadcrumb li a {
  font-size: 14px;
}
.breadcrumb_career_page .career_breadcrumb li.active {
  font-size: 14px;
  font-weight: bold;
}

.new-arrival-carousel {
  position: relative;
}
.new-arrival-carousel .owl-nav {
  padding: 5px;
  position: absolute;
  top: -13%;
  right: 0;
  margin-bottom: 5px;
}
.new-arrival-carousel .owl-nav [class*=owl-] {
  position: relative;
  color: #000;
  font-size: 39px !important;
  margin: 10px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.new-arrival-carousel .item {
  align-items: center;
  background-color: var(--primary-color);
  color: white;
  display: flex;
  height: 25rem;
  justify-content: center;
  border: 1px solid #ddd;
}
.new-arrival-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.careers-section {
  position: relative;
  width: 100%;
  height: 28rem;
}
.careers-section .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.careers-section .careers-section-content h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.8px;
}

.opening-sec-1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.opening-sec-1::before {
  background-color: rgba(0, 0, 0, 0.2784313725);
}

section.opening-sec-1 {
  text-align: center;
  height: 27rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative !important;
}
section.opening-sec-1 .align-items-center {
  align-items: center;
}
section.opening-sec-1 .form-control {
  min-height: 50px;
}
section.opening-sec-1 .btn {
  font-size: 27px;
}
section.opening-sec-1 .btn .glyphicon {
  font-size: 21px;
}
section.opening-sec-1 .row {
  padding-top: 40px;
}

ol li,
.para_2 p,
.aboutus-content p,
.sub-heading,
.text-style h5 {
  color: #333;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 2.7rem !important;
  letter-spacing: 0.5px !important;
}

.modal-footer .submit_enquiry_form {
  background-color: var(--primary-color);
  color: white;
  font-weight: bold;
}
.modal-footer .cancel_enquiry_form {
  background-color: rgb(164, 161, 161);
  color: white;
  font-weight: bold;
}

.contact-sec-1 .contact-bg {
  width: 100%;
  height: 27rem;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative !important;
  overflow: hidden;
  object-fit: cover;
}
.contact-sec-1 .contact_title {
  font-size: 40px;
}
.contact-sec-1 .sub-title-lg {
  font-size: 20px;
}
.contact-sec-1 .contact-bg::before {
  background: rgba(0, 0, 0, 0.2784313725);
}
.contact-sec-1 .contact-bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-sec-2 .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.contact-sec-2 .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.contact-sec-2 .form-group {
  margin-bottom: 1.5rem;
}
.contact-sec-2 .form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.contact-sec-2 .form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.7rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  color: #232323;
  background-color: transparent;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 0.5rem;
}
.contact-sec-2 button,
.contact-sec-2 input {
  overflow: visible;
}

h2.heading {
  font-size: 18px;
}

.card-body i {
  color: var(--primary-color);
}

.card-body .contact_btn {
  padding: 8px 25px;
}

.card-body .term_condition_link {
  color: var(--primary-color);
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

textarea#product_application {
  height: 75px;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

select.input-sm {
  background-color: white;
  height: 34px;
  line-height: 30px;
}

section.opening-sec-2 .table td {
  background-color: #ffccb3 !important;
}
section.opening-sec-2 .table-sm td,
section.opening-sec-2 .table-sm th {
  padding: 0.4rem 0.5rem;
}
section.opening-sec-2 .table-bordered td,
section.opening-sec-2 .table-bordered th {
  border: 1px solid #ffccb3 !important;
  text-align: left;
  color: #3a3a3a !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  font-family: unset !important;
}
section.opening-sec-2 .table-bordered td {
  border: 1px solid white !important;
}
section.opening-sec-2 .link-text {
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: bold;
}
section.opening-sec-2 select.input-sm {
  background-color: white;
  height: 30px;
  line-height: 30px;
}

.dataTables_paginate .pagination li.active a {
  background-color: #fdf4f0 !important;
  color: var(--primary-color) !important;
  border: none !important;
  font-weight: bold !important;
}

.pagination > li > a {
  padding: 0px 0px !important;
  min-height: 0px;
  border: none;
}

.opening-section-1::before {
  background-color: rgba(0, 0, 0, 0.2784313725);
}

.opening-section-1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.opening-section-1 {
  text-align: center;
  height: 27rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative !important;
}

.opening-section-2 {
  font-family: "Roboto";
}
.opening-section-2 .btn-sm {
  padding: 8px 10px;
}
.opening-section-2 .btn-red {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: var(--primary-color);
}
.opening-section-2 .fa-paper-plane {
  font-size: 16px;
}
.opening-section-2 .heading-sm small {
  letter-spacing: 0.65px;
  font-size: 14px !important;
  font-weight: 400;
  color: #474747;
}
.opening-section-2 .sub-heading {
  /* Apply styles to the list container */
  /* Apply styles to the main list */
  /* Apply styles to list items */
  /* Apply styles to sub-lists */
  /* Apply styles to sub-list items */
}
.opening-section-2 .sub-heading .list-container {
  font-family: "Roboto";
  margin: 20px;
  margin-left: 0;
}
.opening-section-2 .sub-heading .list {
  padding: 0;
}
.opening-section-2 .sub-heading .item {
  font-weight: bold;
  margin-bottom: 10px;
}
.opening-section-2 .sub-heading .sub-list {
  list-style-type: lower-alpha;
  padding-left: 20px;
}
.opening-section-2 .sub-heading .sub-item {
  list-style-type: lower-alpha;
  font-weight: normal;
  margin-bottom: 5px;
}

.modal-body .custom-select {
  width: 100%;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
}

.modal-dialog {
  /* Style for the close button */
}
.modal-dialog .modal-content .modal-header .modal-footer {
  padding: 0.7rem 1rem !important;
  align-items: center !important;
}
.modal-dialog .modal-header {
  color: #fff !important;
  border-radius: 0;
  background-color: var(--primary-color);
  padding: 15px;
}
.modal-dialog .close {
  position: absolute;
  /* Position the button absolutely within the header */
  top: 15px;
  /* Adjust the top position as needed */
  right: 10px;
  /* Adjust the right position as needed */
  color: #fff !important;
  /* Set the text color of the button */
  font-size: 25px;
  /* Set the font size of the button */
  padding-right: 5px;
}
.modal-dialog .modal-title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.65px;
}

button.btn.btn-red.text-uppercase.btn-sm {
  color: white;
  background-color: var(--primary-color);
}

button.btn.btn-secondary.text-uppercase.btn-sm {
  color: white;
  background-color: #888888;
}

.form-section {
  position: relative;
  background-color: #f7f7f7;
  margin-top: 40px;
  width: 100%;
  height: auto;
}
.form-section .title-lg {
  z-index: 210;
}
.form-section .enquiry-form {
  padding-top: 100px;
  z-index: 200;
}
.form-section .title-section {
  position: absolute;
  left: 0;
  width: 100%;
}
.form-section .terms-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
}
.form-section .submit-button {
  background: var(--primary-color);
  border-radius: 3px;
  color: #fff;
  border: none;
  font-size: 18px;
  width: 119px;
  height: 35px;
}
.form-section .form-control {
  border-radius: 3px !important;
  background-color: transparent !important;
  color: #232323 !important;
  border: 1px solid #ddd;
}
.form-section .form-control::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}
.form-section .form-control::after {
  border: none;
}
.form-section .form-control::content {
  color: #fff;
}
.form-section .form-select {
  background-color: transparent !important;
  color: #fff;
  border-radius: 3px !important;
}

.product_page {
  margin-bottom: 20px;
}
.product_page .products-page-breadcrumb {
  display: flex;
  justify-content: end;
  align-items: center;
}
.product_page .products-page-breadcrumb p {
  margin: 0;
}
.product_page .breadcrumb {
  text-align: right;
}
.product_page .products-page-breadcrumb .breadcrumb {
  margin: 0;
}
.product_page .products-page-breadcrumb .breadcrumb li.active {
  font-weight: bold;
}
.product_page .products-page {
  margin-top: 30px;
}
.product_page .product_breadcrumb {
  border: 0;
  height: auto;
  padding: 0;
  display: flex;
  align-items: center;
}
.product_page .product_breadcrumb .breadcrumb {
  margin: 0;
}
.product_page .product_breadcrumb .page_title {
  margin: 0;
  color: white;
}
.product_page .product_breadcrumb .breadcrumb a {
  color: white;
}
.product_page .sidebar-nav-v1 li {
  background-color: var(--primary-color);
  font-weight: 500;
}
.product_page .sidebar-nav-v1 li a {
  color: white;
}
.product_page .fa-angle-right {
  font-size: 20px;
  font-weight: bold;
}
.product_page .sidebar-nav-v1 li ul,
.product_page .sidebar-nav-v1 li.active ul a {
  background: #f8f8f8;
}
.product_page .sidebar-nav-v1 li ul {
  padding: 0;
  list-style: none;
}

footer {
  background-color: #1a2453 !important;
  color: rgb(224, 224, 224) !important;
}
footer .f-random-list li .title a {
  color: rgb(224, 224, 224) !important;
}
footer li {
  list-style: none !important;
  line-height: 2;
}
footer .img_footer {
  width: 80px;
  height: 61px;
}
footer .policy_list .contact_list {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
footer .set_footer .glyphicon {
  font-size: 14px;
}

.f-widget-follow ul li a {
  background-color: #0d184a !important;
}

.newsletter input {
  background: #0d184a !important;
}

.newsletter .newsletter-button {
  background-color: #0d184a !important;
  color: #fff !important;
  border-color: #0d184a !important;
}
.newsletter .newsletter-button:hover, .newsletter .newsletter-button:active, .newsletter .newsletter-button:focus {
  background-color: #0d184a !important;
  color: #fff !important;
  border-color: #0d184a !important;
}

.set_footer h4 {
  margin-bottom: 20px;
}

.set_footer p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.65px;
}

.set_footer .below_foot {
  padding-top: 20px;
}

.set_footer2 {
  margin-top: 40px;
}

h3 {
  color: black;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 128%;
  /* 25.6px */
  letter-spacing: 1.6px;
}

p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.65px;
}

.footer-img {
  width: 91px;
  height: 50px;
}

h5 {
  color: black;
}

@media (max-width: 1024px) {
  .about-us .enquirynow-button {
    position: fixed;
    top: 50%;
    width: fit-content;
    right: 0.9%;
    transform: rotate(-90deg);
    background-color: #fff;
    z-index: 2000;
  }
  .about-us .aboutus-imgcontainer {
    flex: 1;
  }
  .about-us .aboutus-imgcontainer .aboutusimg {
    position: relative;
    width: 400px;
    height: 400px;
    overflow: hidden;
  }
  .about-us .aboutus-imgcontainer .aboutus-img1 {
    width: 400px !important;
    height: 400px !important;
  }
  .about-us .aboutus-imgcontainer .aboutus-img2 {
    width: 205px !important;
    height: 205px !important;
  }
  .about-us .aboutus-imgcontainer .aboutus-img3 {
    width: 205px !important;
    height: 205px !important;
  }
  .about-us .aboutus-content {
    padding-top: 30px;
    gap: 10px;
  }
  .about-us .aboutus-content h2 {
    font-size: 30px;
    font-weight: 700;
  }
  .about-us .aboutus-content p {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
  .sec-2 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: var(--40, 40px);
  }
  .sec-2 h3 {
    color: var(--gray-shades-gray-900, #474747);
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 4.56px;
  }
  .sec-2 .services-section img {
    width: 50px;
    height: 50px;
  }
  .sec-2 .services-section p {
    font-size: 20px;
  }
  .sec-4 .sec4-img1 {
    width: 46vw;
    height: 260px;
  }
  .sec-4 .sec4-img2 {
    width: 21.5vw;
    height: 165px;
  }
  .sec-4 .sec4-img3 {
    width: 21vw;
    height: 450px;
  }
  .sec-4 .sec4-content {
    font-size: 20px;
  }
  .product-categories .custom-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .product-categories h3 {
    font-size: 30px;
    letter-spacing: 3.56px;
  }
  .product-categories a {
    font-size: 30px;
    letter-spacing: 2.56px;
  }
  .product-categories p {
    width: 160px;
    font-size: 15px;
    letter-spacing: 2.36px;
  }
  .product-categories .product-categories-img {
    width: 160px;
    height: 160px;
  }
  .new-arrival h3 {
    font-size: 30px;
    letter-spacing: 3.56px;
  }
  .new-arrival .item {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .hero-content {
    position: absolute;
    top: 25%;
    left: 10%;
    z-index: 200;
  }
  .hero-content h2 {
    color: var(--white-100, #FFF);
    font-size: 5.5vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.2px;
  }
  .nav-mobile-header {
    width: 100% !important;
  }
  .modal-search .form-control:focus,
.modal-search .form-control {
    width: 100% !important;
  }
  .toyop-logo {
    width: 150px;
    height: auto;
  }
  .products-header .navbar-right {
    padding-top: 40px !important;
  }
  .products-header .nav-link {
    font-size: 15px !important;
  }
  .hero {
    position: relative;
  }
  .hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    top: 0;
    left: 0%;
    z-index: 100;
    clip-path: polygon(0 0, 66% 0, 48% 100%, 0% 100%);
  }
  .hero .content {
    position: absolute;
    top: 25%;
    left: 10%;
    z-index: 200;
  }
  .hero .content h2 {
    width: 400px;
    color: var(--white-100, #FFF);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.2px;
  }
  header .nav-item {
    font-size: 20px;
  }
  header .navbar {
    margin: 0% !important;
    padding: 0px !important;
  }
  .sec-2 {
    display: inline-flex;
    flex-direction: column !important;
    align-items: center;
    gap: var(--40, 40px);
  }
  .sec-2 .w-50 {
    width: 80% !important;
  }
  .sec-2 h3 {
    text-align: center;
  }
  .sec-2 .services-section {
    display: inline-flex;
    flex-direction: row !important;
    gap: var(--0, 15px);
  }
  .sec-2 .services-section img {
    width: 40px;
    height: 40px;
  }
  .sec-2 .services-section p {
    color: var(--gray-shades-gray-800, #474747);
    text-align: center;
    font-family: "Roboto";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.36px;
  }
  .about-section .enquirynow-button {
    top: 50%;
    right: 0%;
  }
  .about-section .aboutus-imgcontainer {
    padding-right: 10px;
  }
  .about-section .aboutus-imgcontainer .aboutusimg {
    width: 300px !important;
    height: 300px !important;
  }
  .about-section .aboutus-imgcontainer .aboutus-img1 {
    width: 300px !important;
    height: 300px !important;
  }
  .about-section .aboutus-imgcontainer .aboutus-img2 {
    width: 154px !important;
    height: 154px !important;
  }
  .about-section .aboutus-imgcontainer .aboutus-img3 {
    width: 154px !important;
    height: 154px !important;
  }
  .about-section .aboutus-content {
    padding-top: 0;
    gap: 10px;
  }
  .about-section .aboutus-content h2 {
    font-size: 30px;
    font-weight: 700;
  }
  .about-section .aboutus-content p {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
  .about-section .aboutus-content .custom-btn {
    width: 150px;
  }
  .sec-4 .sec4-img1 {
    width: 42.5vw;
    height: 250px;
  }
  .sec-4 .sec4-img2 {
    width: 20vw;
    height: 150px;
  }
  .sec-4 .sec4-img3 {
    width: 20vw;
    height: 422px;
  }
  .sec-4 .sec4-content {
    right: 5%;
    padding: 5px;
    gap: 5px;
    z-index: 1000;
    font-size: 20px;
  }
  .product-categories .custom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-categories h3 {
    font-size: 25px;
    letter-spacing: 1.56px;
  }
  .product-categories a {
    font-size: 25px;
    letter-spacing: 1.56px;
  }
  .product-categories p {
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
    color: #000;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 20px;
    letter-spacing: 1.36px;
  }
  .product-categories .product-categories-img {
    width: 250px;
    height: 250px;
  }
  .new-arrival h3 {
    font-size: 30px;
    letter-spacing: 1.56px;
  }
  .careers-section {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .careers-section .careers-section-content h3 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4.8px;
  }
  .form-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
  }
  .form-section .enquiry-form {
    padding: 0;
    padding-top: 80px;
    z-index: 200;
  }
  .form-section .title-lg {
    z-index: 250;
  }
  .form-section h4 {
    color: var(--default-white, var(--white-100, rgb(255, 255, 255)));
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1.8px;
    z-index: 400;
  }
  .form-section .terms-label {
    color: var(--default-white, var(--white-100, #FFF));
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.56px;
  }
  .form-section .submit-button {
    background: var(--primary-color);
    color: #fff;
    border: none;
    font-size: 20px;
    width: 119px;
    height: 35px;
  }
  .form-section .form-control {
    width: 100%;
  }
  .form-section .form-direction-reverse {
    flex-direction: row;
  }
  .form-direction {
    flex-direction: column;
  }
  .form-direction-footer {
    flex-direction: column !important;
    column-count: 2 !important;
  }
  .vertical-nav {
    display: none !important;
  }
  .dropdown-nav {
    display: block !important;
  }
}
.product_img_height {
  min-width: 100%;
  height: 302px;
  overflow: hidden;
}

.product-img-top {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product-img {
  width: 37rem;
  height: 300px;
  overflow: hidden;
  object-fit: cover;
}

@media (max-width: 425px) {
  .about-section {
    display: none;
  }
  .about-section-mobile {
    display: block;
  }
  .about-section-mobile .enquirynow-button {
    position: fixed;
    top: 50%;
    width: fit-content;
    right: -1%;
    transform: rotate(-90deg);
    background-color: #fff;
    z-index: 2000;
  }
  .about-section-mobile .aboutus-imgcontainer .aboutusimg {
    position: relative;
    width: 91vw;
    height: 46vh;
    overflow: hidden;
  }
  .about-section-mobile .aboutus-imgcontainer .aboutus-img1 {
    width: 91vw;
    height: 46vh;
    object-fit: cover;
  }
  .about-section-mobile .aboutus-imgcontainer .aboutus-img2 {
    position: absolute;
    width: 45.5vw;
    height: 180px;
    top: 0;
    left: 0;
  }
  .about-section-mobile .aboutus-imgcontainer .aboutus-img3 {
    width: 45.5vw;
    height: 180px;
    position: absolute;
    top: 49%;
    right: 0;
  }
  .hero-content {
    width: auto;
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 200;
  }
  .hero-content h2 {
    font-size: 9.5vw;
  }
  .toyop-logo {
    width: 150px;
    height: auto;
  }
  .hero {
    position: relative;
  }
  .hero::before {
    display: none;
  }
  .hero .content {
    position: absolute;
    top: 20%;
    left: 10%;
    z-index: 200;
  }
  .hero .content h2 {
    width: 300px;
    color: var(--white-100, #FFF);
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.2px;
  }
  .sec-1 {
    display: flex;
    align-items: center;
    min-height: 366px;
    overflow: hidden;
  }
  .sec-1 .img-box {
    background-size: cover !important;
    background: no-repeat center center;
    position: relative;
    min-height: 410px;
    overflow: hidden;
    cursor: pointer;
    transition: all 1.8s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1.2;
  }
  #hero-img-2 {
    flex: 0.5;
  }
  #hero-img-3 {
    flex: 0.5;
  }
  .sec-2 {
    display: inline-flex;
    flex-direction: column !important;
    align-items: center;
    gap: var(--40, 40px);
  }
  .sec-2 h3 {
    font-size: 25px;
    text-align: center;
  }
  .sec-2 .services-section {
    display: inline-flex;
    flex-direction: column !important;
    align-items: center;
    gap: var(--40, 40px);
  }
  .about-section .enquirynow-button {
    position: fixed;
    top: 50%;
    width: fit-content;
    right: -7% "";
    transform: rotate(-90deg);
    background-color: #fff;
    z-index: 2000;
  }
  .about-section .aboutus-imgcontainer .aboutusimg {
    width: 350px !important;
    height: 350px !important;
  }
  .about-section .aboutus-imgcontainer .aboutus-img1 {
    width: 350px !important;
    height: 350px !important;
  }
  .about-section .aboutus-imgcontainer .aboutus-img2 {
    width: 180px !important;
    height: 180px !important;
  }
  .about-section .aboutus-imgcontainer .aboutus-img3 {
    width: 180px !important;
    height: 180px !important;
  }
  .about-section .aboutus-content {
    padding-top: 30px;
    gap: 10px;
  }
  .about-section .aboutus-content h2 {
    font-size: 30px;
    font-weight: 700;
  }
  .about-section .aboutus-content p {
    font-size: 20px;
    letter-spacing: 1.2px;
  }
  .about-section .aboutus-content .custom-btn {
    width: 150px;
  }
  .sec-4 .customimg {
    position: relative;
    object-fit: cover;
    width: fit-content;
    border: 1px solid #ddd;
    z-index: 10;
  }
  .sec-4 .customimg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    right: 0%;
    z-index: 100;
  }
  .sec-4 .sec4-img1 {
    width: 85vw;
    height: 325px;
  }
  .sec-4 .sec4-img2 {
    width: 85vw;
    height: 200px;
  }
  .sec-4 .sec4-img3 {
    width: 85vw;
    height: 410px;
  }
  .sec-4 .sec4-content {
    right: 5%;
    padding: 5px;
    gap: 5px;
    z-index: 1000;
    font-size: 15px;
  }
  .product-categories .custom-grid {
    grid-template-columns: 2, 1fr;
  }
  .product-categories h3 {
    font-size: 20px;
    letter-spacing: 1.56px;
  }
  .product-categories a {
    font-size: 20px;
    letter-spacing: 1.56px;
  }
  .product-categories p {
    white-space: nowrap;
    width: 250px !important;
    overflow: hidden;
    color: #000;
    text-align: center !important;
    text-overflow: ellipsis;
    font-size: 20px;
    letter-spacing: 1.36px;
  }
  .product-categories .product-categories-img {
    width: 250px;
    height: 250px;
  }
  .new-arrival h3 {
    font-size: 30px;
    letter-spacing: 1.56px;
  }
  .careers-section {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .careers-section .careers-section-content h3 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4.8px;
  }
  .form-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
  }
  .form-section::before {
    display: none;
  }
  .form-section .enquiry-form {
    padding: 0 !important;
    padding-top: 60px !important;
    z-index: 200;
  }
  .form-section .display-inline {
    display: inline-block;
  }
  .form-section h4 {
    color: var(--default-white, var(--white-100, rgb(255, 255, 255)));
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1.8px;
    z-index: 400;
  }
  .form-section .terms-label {
    color: var(--default-white, var(--white-100, #FFF));
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.56px;
  }
  .form-section .submit-button {
    background: var(--primary-color);
    color: #fff;
    border: none;
    font-size: 20px;
    width: 119px;
    height: 35px;
  }
  .form-section .form-control {
    width: 100%;
  }
  .form-direction {
    flex-direction: column;
  }
  .vertical-nav {
    display: none !important;
  }
  .dropdown-nav {
    display: block !important;
  }
  .navbar-toggle {
    margin-top: 20px !important;
  }
}
.dropdown-nav {
  background-color: var(--primary-color);
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  font-size: 17px;
  margin-bottom: 20px;
}
.dropdown-nav .dropdown-toggle {
  text-decoration: none;
  color: #fff !important;
  font-size: 17px;
}
.dropdown-nav .dropdown-menu {
  width: 100%;
}
.dropdown-nav .caret {
  margin-left: 10px;
  color: #fff;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown-menu li {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.px-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.nav_about_option {
  position: absolute;
  left: 0;
  max-height: 40vh;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  min-width: 25rem !important;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.products-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.products-header .navbar-default {
  background-color: #fff;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.products-header .toyop-logo {
  padding: 5px;
}
.products-header .navbar-right {
  padding-top: 50px;
}
.products-header .nav > li > a {
  padding: 5px 20px;
}

.products-page-breadcrumb .breadcrumb {
  background-color: transparent !important;
}
.products-page-breadcrumb .breadcrumb a {
  color: rgb(134, 134, 134);
}

table * {
  margin: 0;
  font-size: 14px !important;
}

.products-page .products-img {
  height: 350px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--primary-color);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.products-page .products-img img {
  max-height: 100% !important;
  width: auto !important;
}
@media (max-width: 768px) {
  .products-page .products-img {
    height: auto;
  }
}
.products-page .nav-tabs {
  border-bottom: none;
}
.products-page .nav-tabs a {
  color: #888888;
}
.products-page .nav {
  margin-bottom: 15px;
}
.products-page .nav-tabs > li > a {
  font-size: 14px;
  background: #f8f8f8;
  border: 0;
  border-bottom: 1px solid #dddddd !important;
  color: #1a1a1a;
}
.products-page .nav-tabs > li.active > a,
.products-page .nav-tabs > li.active > a:focus,
.products-page .nav-tabs > li.active > a:hover {
  color: var(--primary-color);
  cursor: default;
  background-color: rgba(231, 35, 37, 0.0588235294);
  border: 0;
  border-bottom-color: var(--primary-color) !important;
}
.products-page .custom-table {
  width: auto;
}
.products-page .custom-table thead {
  background-color: rgb(115, 115, 115);
  color: #fff;
  font-size: 15px;
  letter-spacing: 1.56px;
}
.products-page .custom-table thead .border-left {
  border-left: 1px solid #fff;
}
.products-page .custom-table tbody p {
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 1px;
}

.dropdown-nav {
  display: none;
}

.navbar-inverse .dropdown .dropdown-menu > li > a:hover {
  color: #0291b1;
}

.font_size {
  font-size: 18px;
}

.page-about-content {
  padding-left: 10px;
  padding-right: 0;
}

.page-breadcrumb .breadcrumb .breadcrumb-item {
  font-size: 17px;
  color: #0291b1;
  font-weight: 500;
}

.para_1 {
  position: sticky;
  top: 10rem;
  bottom: 0;
  z-index: 2;
  align-self: flex-start;
  padding-right: 4rem;
}

.line_for_dropdown {
  color: #dad6d6;
  margin-top: 5px;
  margin-bottom: 5px;
}

.para_2 {
  position: sticky;
  top: 11rem;
  bottom: 0;
  z-index: 2;
}

.para_2_desc {
  background-color: #f8f8f8;
  padding: 1rem;
}

.para_2 h3 {
  color: #333;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0;
}

h3 {
  color: var(--default-white, var(--white-100, #000));
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 128%;
  letter-spacing: 1.6px;
}

.career_search_button {
  padding: 0 !important;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background-color: var(--primary-color);
  border: none;
}

.text-center {
  text-align: center !important;
}

.cat_card a {
  text-decoration: none;
}

.cat_card {
  width: 100%;
}

.card.category_cart {
  background-color: #e5e5e5 !important;
  height: 22rem;
  border: none;
  cursor: pointer;
  border-radius: 1rem;
}

.card_bottom {
  text-align: center;
  border-top: 1px solid var(--primary-color);
}

.card_bottom p {
  margin-bottom: 0;
}

.card_up {
  text-align: center;
}
.card_up img {
  height: 14rem;
  width: 14rem;
  border-radius: 50%;
  object-fit: cover;
}

button.custom-owl-next,
button.custom-owl-prev {
  background-color: white;
  border: none;
  font-size: large;
}

.essential_cart {
  background-color: #f3f3f3;
  height: 23rem;
  border: none;
  cursor: pointer;
  border-radius: 1rem;
}

.ess_card_up {
  text-align: center;
}
.ess_card_up img {
  height: 14rem;
  width: auto !important;
  border-radius: 10px;
  object-fit: cover;
  margin: 0 auto;
  background-color: #fff;
}

.enq_form {
  padding-top: 100px;
}

.footer_logo img {
  width: 100% !important;
  height: auto;
  padding-bottom: 1.5rem;
}

.subcat {
  border-radius: 3px;
  margin-bottom: 1px;
  margin-left: 2rem;
}

.subcat .heading-link {
  display: block;
  padding: 4px 8px;
  background-color: var(--secondary-color);
  color: var(--at-secondary-color);
  font-size: 14px;
}
.subcat .heading-link:hover {
  background-color: var(--secondary-color);
  color: var(--at-secondary-color);
}

.subcat .heading-link.active {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.nav-tabs-custom .active {
  background: rgba(238, 84, 49, 0.1803921569) !important;
  color: #ee5431 !important;
}

.aboutus-content {
  padding: 1.5rem;
}

img.product-categories-img {
  width: 100%;
  height: 100%;
}

.para_2 h1 {
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}

.border-bottom {
  border-bottom: 1px solid var(--primary-color);
}

thead tr td {
  background-color: #269db8;
  color: white !important;
}
thead tr td p {
  color: white !important;
}
thead tr td nobr a {
  color: white !important;
}

.tab-desc p span:not(:empty) {
  border-bottom: 1px solid #e9e9e9;
  padding: 1rem;
  padding-bottom: 4px;
}

.navbar-inverse .dropdown .dropdown-menu > li > a {
  padding: 9px 16px;
}

@media (max-width: 768px) {
  .categories_product .container-fluid {
    display: block !important;
  }
}
.dropdown-menu {
  min-width: 23rem;
}

.relief-drop {
  max-height: 35rem;
  overflow-y: auto;
}

.center-row {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .categories_product .container-fluid .center-row {
    display: block;
  }
}
.logo-cnt .navbar-brand img {
  height: auto !important;
  max-height: 8rem !important;
}

blockquote {
  padding: 0;
  border: none;
}

.hero-unify table {
  margin-top: 5rem;
}

.enquiry_term_condition {
  color: var(--primary-color);
}

.scroll-to-top.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

a.scroll-to-top,
a.scroll-top {
  position: fixed;
  align-items: center;
}

a.scroll-to-top {
  background: #0291b1;
  height: 4rem;
  width: 4rem;
  bottom: 2rem;
  right: 2rem;
  color: #fff;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
  text-decoration: none;
  border-radius: 3px;
}
a.scroll-to-top span {
  position: absolute;
  font-size: 3rem;
  margin: 0;
  transform: translate(-30%, -50%) rotate(90deg);
  top: 50%;
  left: 50%;
}

.logo, a.scroll-to-top {
  display: flex;
  justify-content: center;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.ess-nav {
  position: relative;
  width: 7rem;
}

.img-responsive {
  height: 100% !important;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 28px 10px !important;
  font-size: 16px;
  color: #444 !important;
  text-transform: capitalize;
}

a.navbar-header.logo-cnt img {
  max-height: 100%;
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}

a.navbar-header.logo-cnt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 8.9rem;
}

.footer_logo img {
  max-height: 100%;
  width: auto !important;
}

.footer_logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 10rem;
}

.invalid-feedback {
  color: #f60000;
}

.mobile-header-container .mobile-logo {
  text-align: start;
}

.mobile-header-container .mobile-menu-button {
  width: 28px;
}
.mobile-header-container .mobile-menu-button a {
  color: #4599ad !important;
}

.nav-mobile-header {
  background-color: #ffffff !important;
}

.newsletter-button {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-link {
  font-weight: 400;
  color: var(--primary-color);
  border-radius: 0;
}

.btn-link:hover {
  color: var(--primary-color) !important;
}

.nav-mobile-logo a img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 100%;
}

.nav-mobile .navbar-nav .nav-item {
  width: 100% !important;
}

.nav-mobile {
  width: 100%;
  left: -100%;
  padding-top: 0 !important;
}

.nav-mobile-logo a {
  display: flex !important;
  align-items: flex-start;
  height: 8.9rem;
}

.mobile-drop-menu {
  background-color: #f16442 !important;
}
.mobile-drop-menu li {
  border-bottom: 1px solid white !important;
}
.mobile-drop-menu li a {
  color: white !important;
}

.nav-mobile .navbar-nav .open .dropdown-menu > li {
  width: 100% !important;
}

thead tr td, thead tr th {
  white-space: nowrap;
}

.table-responsive {
  border: 0 !important;
}

.products-page .nav-tabs > li > a {
  margin-bottom: 5px !important;
}

.mobile-logo {
  height: 8rem;
  width: auto;
  display: block !important;
}
.mobile-logo img {
  max-height: 100% !important;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}

@media (max-width: 768px) {
  .border-xs-bottom {
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100% !important;
  }
}

/*# sourceMappingURL=main.css.map */
