@font-face {
  font-family: "Avant Garde";
  src: url("Fonts/AvantGardeBold.ttf");
  src: local("Fonts/AvantGardeBold.ttf");
  src: url("Fonts/AvantGardeBold.ttf") format("svg");
  src: url("Fonts/AvantGardeBold.ttf") format("opentype");
}
@font-face {
  font-family: "Avant Garde";
  src: url("Fonts/AvantGardeBold.ttf") format("ttf");
  src: url("Fonts/AvantGardeBook.ttf") format("ttf");
}
@font-face {
  font-family: "Poppins";
  src: url("Fonts/Poppins-Regular.ttf") format("ttf");
}
::placeholder {
  font-weight: 600;
  font-size: 14px;
}

.main-header .top-part .top-section {
  background: #222222;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  line-height: 50px;
  color: #ccc;
}
.main-header .top-part .top-section .col-lg-4 {
  display: flex;
  justify-content: center;
}
.main-header .top-part .top-section .for-after {
  position: relative;
}
.main-header .top-part .top-section .for-after:after {
  content: "|";
  position: absolute;
  left: -10px;
  top: 0%;
  bottom: 0%;
  color: rgba(255, 255, 255, 0.3);
}
.main-header .top-part .top-section .text {
  font-size: 12px;
}
.main-header .top-part .top-section .text span {
  font-weight: 600;
  color: #fff;
}
.main-header .top-part .top-section .text span:hover {
  color: red;
  cursor: pointer;
}
.main-header .top-part .top-section .location i {
  color: red;
}
.main-header .top-part .top-section .location span {
  margin-left: 3px;
  cursor: pointer;
}
.main-header .top-part .top-section .location span:hover {
  color: red;
}
.main-header .top-part .top-section .account i {
  color: red;
}
.main-header .top-part .top-section .account span {
  margin-left: 3px;
  cursor: pointer;
}
.main-header .top-part .top-section .account span:hover {
  color: red;
}
.main-header .top-part .image {
  width: 100%;
  padding: 15px 0px 22px;
}
.main-header .top-part .image img {
  width: 66%;
}
.main-header .top-part .search {
  width: 100%;
  position: relative;
}
.main-header .top-part .search input {
  border: 1px solid #333;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  line-height: 44px;
  margin: 0;
  padding: 0 30px;
  outline: 0;
}
.main-header .top-part .search i {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}
.main-header .top-part .search i:hover {
  color: red;
}
.main-header .top-part .phone {
  color: #777;
  font-size: 17px;
  display: flex;
}
.main-header .top-part .phone .text span {
  margin: 0px 3px;
}
.main-header .top-part .phone .number a {
  text-decoration: none;
  color: unset;
}
.main-header .top-part .phone .number a:hover {
  color: #f02034;
}
.main-header .navbar {
  background: #071e40 !important;
}
.main-header .navbar .navbar-nav {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.main-header .navbar .navbar-nav li a {
  font-family: "Avant Garde";
  line-height: 100%;
  height: 100%;
  padding: 10px 10px 10px 10px;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  outline: none;
}
.main-header .navbar .navbar-nav li a:hover {
  color: #FFFFFF;
}

.index-section .search {
  width: 100%;
  justify-content: center;
}
.index-section .search input {
  border: 2px solid #808080ab;
  width: 100%;
  height: 50px;
  line-height: 44px;
  margin: 0;
  padding: 0 30px;
  outline: 0;
}
.index-section .search i {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}
.index-section .search i:hover {
  color: red;
}
.index-section .search input {
  width: 100%;
  outline: 0;
}
.index-section .search .button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #071e40;
  width: 100%;
  color: #fff;
  cursor: pointer;
  outline: 0;
  height: 50px;
  line-height: 44px;
  margin: 0;
  padding: 0 30px;
  border: 2px solid #808080ab;
}
.index-section .search .image {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.index-section .search .image img {
  height: 123px;
  width: 80%;
}
.index-section .search .image .for-background {
  position: absolute;
  width: 80%;
  height: 100%;
  background: #f1f2f2bf;
  top: 0;
}
.index-section .search .text {
  font-size: 18px;
  font-family: "Poppins";
}

.main-footer {
  width: 100%;
  background: black;
}
.main-footer ul {
  padding-left: 1rem;
}
.main-footer .top-part {
  width: 100%;
  background: red;
  padding: 30px 0;
  border-top: 1px solid #f5f5f5;
}
.main-footer ul li {
  color: #ffffff85;
  line-height: 45px;
  transition: 0.5s;
}
.main-footer ul li:hover {
  margin-left: 5px;
}
.main-footer ul li:hover::marker {
  color: #C92034;
}
.main-footer ul li:hover span {
  color: #C92034;
}
.main-footer ul li span {
  color: #ccc;
}
.main-footer ul li span a {
  font-family: "Poppins";
  font-size: 12px;
  color: unset;
  text-decoration: none;
}
.main-footer .links p, .main-footer .locations p {
  font-family: "Avant Garde";
  color: #fff;
  font-size: 14px;
}
.main-footer .for-before {
  position: relative;
}
.main-footer .for-before:after {
  content: "";
  position: absolute;
  height: 108%;
  width: 1px;
  background-color: #ffffff26;
  top: -24px;
  left: 0;
}
.main-footer .quarters {
  color: #afacac;
}
.main-footer .quarters .texts .icon p {
  letter-spacing: 1px;
}
.main-footer .quarters .texts .phone {
  font-family: "Poppins";
  font-size: 13px;
}
.main-footer .quarters .texts .phone span {
  color: red;
  font-size: 21px;
}
.main-footer .quarters .texts .phone span a {
  transition: 0.5s;
}
.main-footer .quarters .texts .phone span a:hover {
  color: #555 !important;
}
.main-footer .quarters .cards {
  display: flex;
}
.main-footer .quarters .cards .image {
  width: 100%;
}
.main-footer .quarters .cards .image img {
  border-radius: 5px;
  width: 100%;
}
.main-footer .bottom-part {
  padding: 10px 0 10px;
  background: rgba(255, 255, 255, 0.4);
}
.main-footer .bottom-part .title {
  color: #ffffff;
  text-transform: uppercase;
}
.main-footer .bottom .text {
  background-color: transparent;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: "Poppins";
}

.web-links img {
  margin-right: 15px;
  width: 50%;
}

.product_description{
  display: flex;
  justify-content: center;
  margin:30px 0;
  font-family: "Poppins","sans-serif";
}

.product_description h3{
  font-size: 20px;
}

.product_description h3 strong{
  display: flex;
  justify-content: center;
}

.product_description h3 strong span{
  font-weight: 600;
  width: 300px;
  margin-left: 5px;
}
.product_description h3 strong span:first-child{
  text-align: right;
}

@media (max-width: 1200px) {
  .search input {
    padding: 0 23px !important;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    display: none;
  }
}
@media (max-width: 991px) {
  .bottom-part .image img {
    width: 100%;
  }

  .main-footer .for-before:after {
    height: 121%;
  }

  .for-display {
    display: none;
  }

  .main-footer .mt-4 {
    max-width: 100% !important;
    width: 100% !important;
  }

  .web-links img {
    width: 100%;
  }

  .search input {
    padding: 0 5px !important;
  }

  .index-section .search .image {
    justify-content: unset;
    flex-direction: column;
    align-items: center;
  }

  .navbar-nav {
    background: #222;
    padding: 20px 0px 20px 0px;
    width: fit-content;
    margin: unset !important;
  }

  .navbar-dark .navbar-toggler {
    box-shadow: unset;
    outline: 0;
    color: unset;
    border-color: unset;
    border: none;
  }

  .navbar .container-fluid {
    display: unset;
  }

  .top-section .text, .top-section .locations, .top-section .account {
    font-size: 10px !important;
  }
}
@media (max-width: 768px) {
  .web-links img {
    width: 60%;
  }

  .for-none {
    display: none !important;
  }

  .sign {
    padding: 0 5px !important;
    margin-top: 10px !important;
  }
  .product_description h3 strong span{
    font-size: 16px;
    width: 200px
  }
}
@media (max-width: 600px) {
  .none {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .main-footer .for-before:after {
    display: none;
  }

  .main-footer .navbar-brand {
    display: none;
  }

  .col-lg-4 {
    line-height: 22px;
    align-items: center;
  }

  .main-header .top-part .phone {
    font-size: 15px;
  }
  .main-header .top-part .phone .text {
    display: flex;
  }
}
@media (max-width: 500px) {
  .main-footer .bottom-part .col-lg-3 {
    width: 100%;
  }
  .main-footer .bottom-part .col-lg-3 .image {
    width: 55%;
    margin: auto;
  }
  .main-footer .bottom-part .col-lg-8 {
    width: 100%;
  }
  .main-footer .bottom-part .col-lg-8 .text {
    text-align: center;
  }
}

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