html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 570px) {
  html {
    overflow-x: hidden;
  }
}
html body {
  font-family: "Roboto", sans-serif;
}

.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
}
@media (min-width: 768px) {
  .g-recaptcha {
    transform: scale(0.97);
  }
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
  padding: 0;
}

h1, h2, h3 {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
}

.btn-primary:hover {
  background-color: #fff;
  color: #4563AF;
  border: 1px solid #4563AF;
}

header {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.top-nav {
  background-color: #fff;
  z-index: 1;
  padding: 20px;
}
.top-nav .phone-anchor:hover {
  text-decoration: none;
}
.top-nav .phone-anchor i::before {
  background-color: transparent;
  color: #4563AF;
}
.top-nav .phone {
  position: relative;
  top: 0px;
  left: 10px;
}
.top-nav .cart-number {
  position: relative;
  margin-left: 10px;
}
.top-nav .cart-number p {
  color: #fff;
  position: absolute;
  z-index: 9;
  left: 23px;
  top: -3px;
  font-weight: bold;
  font-size: 12px;
  background: #4563af;
  padding: 0px 4px 4px 4px;
  border-radius: 25px;
  margin-bottom: 0;
}
.top-nav a {
  color: #333333;
}
.top-nav a:hover i::before {
  background-color: #fff;
  border: 2px solid #ab3c20;
  color: #ab3c20;
}
.top-nav i::before {
  color: #fff;
  background-color: #4563AF;
  width: 40px !important;
  height: 40px;
  padding: 10px;
  border-radius: 50px;
  transition: all 0.2s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-nav i::before:hover {
  background-color: #fff;
  border: 2px solid #ab3c20;
  color: #ab3c20;
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-nav .col-12 .float-right,
.top-nav .float-left {
    float: none !important;
    text-align: center;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-nav .float-right {
    margin-top: 10px;
  }
}

.navbar {
  background-color: #4563AF;
  padding-top: 0px;
  position: relative;
}
.navbar .phone-anchor:hover {
  text-decoration: none;
}
.navbar .phone-anchor:hover i {
  background-color: #fff;
  border: 2px solid #ab3c20;
  color: #ab3c20;
}
.navbar i {
  color: #fff;
  background-color: #ab3c20;
  width: 40px !important;
  height: 40px;
  padding: 10px;
  border-radius: 50px;
  transition: all 0.2s ease-in;
}
.navbar i:hover {
  background-color: #fff;
  border: 2px solid #ab3c20;
  color: #ab3c20;
}
.navbar a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
.navbar .dropdown-menu {
  z-index: 2;
  background-color: #4563AF;
  border: 0;
  border-radius: 0;
}
.navbar .dropdown-menu a {
  color: #fff;
  margin-bottom: 10px;
}
.navbar .dropdown-menu a:hover {
  background-color: transparent;
}

.navbar-nav > .nav-item {
  position: relative;
  text-align: center;
  transition-duration: 0.25s;
}

.navbar-nav > .nav-item a:hover {
  border-bottom: 2px solid white;
  height: 87%;
}
.navbar-nav > .nav-item .dropdown-item:hover {
  border-bottom: none;
}
.navbar-nav > .nav-item.is-active:before {
  background: transparent;
}
.navbar-nav > .nav-item.is-active .nav-link {
  border-bottom: 2px solid #fff;
  opacity: 1;
  color: white;
  transition-duration: 0.25s;
  width: 100%;
  height: 87%;
}

.navbar-nav > .nav-item {
  cursor: pointer;
  display: inline-block;
}
.navbar-nav > .nav-item a {
  cursor: pointer;
  display: inline-block;
  padding: 15px !important;
  color: #fff;
}
.navbar-nav > .nav-item a:hover {
  color: #fff;
}

@media (min-width: 1024px) {
  .smaller-nav ul {
    font-size: 15px;
  }
}

section {
  padding: 30px 0;
}

.blue-text {
  color: #4563AF;
}

.site-footer {
  background-color: #26272b;
  padding: 45px 0 0;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}

.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}

.site-footer hr.small {
  margin: 20px 0;
}

.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}

.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none;
  column-count: 1;
}
@media (min-width: 768px) {
  .footer-links {
    column-count: 2;
  }
}

.footer-links li {
  display: block;
}

.footer-links a {
  color: #6a6a6a;
}

.site-footer a {
  color: #fff;
}

.copyright {
  color: #6a6a6a !important;
}

.footer-links .footer-links a:active,
.footer-links .footer-links a:focus,
.footer-links .footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block;
}

.site-footer .social-icons {
  text-align: right;
}

.site-footer i {
  font-size: 28px;
  text-align: center;
  margin: 10px 15px;
}

.site-footer .social-links {
  text-align: center;
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}

.copyright-text {
  margin: 0;
}

@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }

  .site-footer .copyright-text,
.site-footer .social-icons {
    text-align: center;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}

.social-icons a {
  background-color: #eceeef;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}
.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}

.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

footer .footer-logos img {
  width: 20%;
}
footer .footer-logos .first-logo {
  float: right;
}
@media (min-width: 320px) and (max-width: 575px) {
  footer .footer-logos .first-logo {
    float: none;
  }
}
footer .footer-logos .second-logo {
  float: left;
}
@media (min-width: 320px) and (max-width: 575px) {
  footer .footer-logos .second-logo {
    float: none;
  }
}
footer h1 {
  font-size: 22px;
  color: #fff;
}
footer h2 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
footer input.form-control {
  padding: 5px 5px;
}
footer h2 {
  font-size: 20px;
}
footer .btn {
  padding: 5px 15px;
  background-color: #4563AF;
  border: 1px solid #4563AF;
}
footer .bottom-nav {
  margin-top: 15px;
  background-color: #000;
  padding: 10px;
  font-size: 15px;
  color: #989898;
}
footer .bottom-nav a {
  color: #989898;
}

.title-bg {
  padding: 90px 0;
  background-image: url("../../images/AdobeStock_345098604-scaled.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 -150px;
  margin-bottom: 30px;
}
.title-bg h1 {
  color: #fff;
  text-shadow: 0 0 10px #000;
}

.btn {
  padding: 5px 15px;
  background-color: #4563AF;
  border: 1px solid #4563AF;
}

@media screen and (min-width: 768px) {
  .mini-sections > div {
    flex: 0 0 50%;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 710px;
  }
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 185px 0 45px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 191px 0 62px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: -335px;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: inherit;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: 1770px;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: bottom;
  }
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: bottom;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 57px 0 60px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.faq-bg {
  background: url("../../images/faq-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}

main.logo-bg {
  background: url("../../images/logo_watermark.png") no-repeat left;
  background-position: left bottom;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 65%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 34%;
  }
}

.carousel img {
  width: 100%;
}
.carousel .carousel-caption {
  text-align: left;
  margin-left: 111px;
  width: 50%;
  top: 40%;
  text-transform: uppercase;
  text-shadow: 0 0 5px #000;
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 1600px) {
  .carousel .carousel-caption {
    margin-left: 0px;
    width: 100%;
    top: 8%;
  }
}
@media (min-width: 1080px) and (max-width: 1600px) {
  .carousel .carousel-caption {
    top: 44%;
  }
}
.carousel .carousel-caption .red-line {
  border-bottom: 5px solid #ec552f;
  width: 40%;
}
.carousel .carousel-caption h2 {
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .carousel .carousel-caption h2 {
    font-size: 18px;
  }
}
.carousel .carousel-caption h1 {
  font-size: 68px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .carousel .carousel-caption h1 {
    font-size: 28px;
  }
}
.carousel .carousel-caption .bigger-text {
  font-size: 74px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .carousel .carousel-caption .bigger-text {
    font-size: 36px;
  }
}
.carousel .carousel-caption .btn {
  padding: 10px 25px;
  border-radius: 10px;
  border: 3px solid #fff;
  background-color: #4563AF;
  transition: all 0.2s ease;
}
.carousel .carousel-caption .btn:hover {
  border: 3px solid #2c478b;
  background-color: #fff;
  color: #2c478b;
  text-shadow: none !important;
}
.carousel .carousel-caption img {
  width: 50%;
}
@media (min-width: 768px) and (max-width: 1600px) {
  .carousel .carousel-caption img {
    width: 30%;
  }
}
.carousel .carousel-indicators {
  z-index: 4;
}
.carousel .carousel-indicators li {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  border: 3px solid #fff;
}
.carousel .carousel-indicators li.active {
  background-color: #000;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
@media (min-width: 1024px) {
  .carousel-item {
    padding-top: 145px;
  }
}

.carousel-inner .carousel-item img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.focus-area {
  background-image: url("../../images/pg-bg.png");
  background-position: 106% 111%;
  background-repeat: no-repeat;
  background-size: 34%;
}
@media (min-width: 768px) {
  .focus-area {
    padding: 15px 15px;
  }
}
.focus-area .col-xl-3, .focus-area .col-xl-4 {
  margin-bottom: 10px;
}
.focus-area .col-xl-3:hover .sketch-image-container, .focus-area .col-xl-4:hover .sketch-image-container {
  opacity: 1;
  visibility: visible;
  transform: scale(1.2);
}
.focus-area .col-xl-3:hover .text-container, .focus-area .col-xl-4:hover .text-container {
  bottom: 50px;
}
.focus-area .col-xl-3:hover .btn-container, .focus-area .col-xl-4:hover .btn-container {
  bottom: 15px;
  opacity: 1;
  visibility: visible;
}
.focus-area .col-xl-3:hover ::before, .focus-area .col-xl-4:hover ::before {
  opacity: 0.6;
  visibility: visible;
}
.focus-area .image-container {
  height: 440px;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  .focus-area .image-container {
    height: 380px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .focus-area .image-container {
    height: 350px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .focus-area .image-container {
    height: 250px;
  }
}
.focus-area .image-container img {
  width: 100%;
}
.focus-area .image-container:before {
  content: "";
  height: 440px;
  width: 98%;
  background-color: #4563AF;
  opacity: 0;
  display: block;
  position: absolute;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .focus-area .image-container:before {
    height: 350px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .focus-area .image-container:before {
    height: 250px;
  }
}
.focus-area .sketch-image-container,
.focus-area .text-container,
.focus-area .btn-container {
  position: absolute;
}
.focus-area .text-container,
.focus-area .btn-container {
  bottom: 0;
  padding: 15px;
  padding-left: 24px;
  transition: bottom 0.3s;
}
.focus-area .text-container h1,
.focus-area .btn-container h1 {
  font-size: 31px;
  color: #fff;
  text-shadow: 0 0 15px #000;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .focus-area .text-container h1,
.focus-area .btn-container h1 {
    font-size: 24px;
  }
}
.focus-area .sketch-image-container {
  opacity: 0;
  display: inline-flex;
  justify-content: center;
  top: 45px;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, transform, 0.3s;
  -moz-transition: opacity 0.3s, transform, 0.3s;
  -o-transition: opacity 0.3s, transform, 0.3s;
  transition: opacity 0.3s, transform, 0.3s;
  transform: scale(0.8);
}
.focus-area .sketch-image-container img {
  width: 50%;
  margin: 0 auto;
}
.focus-area .btn-container {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, bottom, 0.3s;
  -moz-transition: opacity 0.3s, bottom, 0.3s;
  -o-transition: opacity 0.3s, bottom, 0.3s;
  transition: opacity 0.3s, bottom, 0.3s;
}
.focus-area .services-title h1 {
  text-transform: uppercase;
}
.focus-area .card {
  border-radius: 0;
  border: 2px solid #4563AF;
  margin-bottom: 30px;
  transition: box-shadow linear 1, border 500ms ease-out;
}
.focus-area .card:hover .card-footer {
  background-color: #2c478b;
  color: #fff;
}
.focus-area .card img {
  width: 60%;
}
.focus-area .card a:hover {
  color: #4563AF;
}
.focus-area .card .card-body {
  padding: 0;
}
.focus-area .card .card-body img {
  width: 100%;
}
.focus-area .card .card-body h1 {
  font-size: 21px;
  text-align: center;
  color: #4563AF !important;
}
.focus-area .card .card-footer {
  padding: 5px 15px;
  padding-top: 8px;
  text-align: center;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  border-top: 3px solid #4563AF;
  color: #4563AF !important;
  transition: all 0.3s ease-out;
}
.focus-area .card .card-footer svg {
  margin-left: 30px;
}
.focus-area .brands-container {
  margin-top: 55px;
  background-color: #fff;
}
.focus-area .brands-container img {
  width: 50% !important;
}
.focus-area .locations-container {
  margin-bottom: 75px;
}
.focus-area .locations-container .col-xl-4:hover .text-container {
  bottom: -4px;
}
.focus-area .locations-container .image-container {
  height: 209px;
}
.focus-area .locations-container .image-container:before {
  height: 209px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .focus-area .locations-container .image-container:before {
    height: 150px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .focus-area .locations-container .image-container:before {
    height: 150px;
  }
}
.focus-area .locations-container .sketch-image-container {
  left: 15px;
  right: 15px;
  top: 26px;
}
.focus-area .locations-container .sketch-image-container img {
  width: auto !important;
}
.focus-area .locations-container img {
  width: 100% !important;
}

.home-news a:hover {
  text-decoration: none !important;
}
.home-news a:hover h3, .home-news a:hover span {
  color: #4563AF !important;
}

.products-news {
  padding-bottom: 0;
}
.products-news .mini-sections h2 {
  text-transform: uppercase;
}
.products-news .mini-sections .section-padding {
  padding-bottom: 3rem;
}
.products-news .mini-sections h3 {
  font-size: 1.2rem;
}
.products-news .mini-sections p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.products-news .news .card {
  padding: 15px;
  border: 2px solid rgba(69, 99, 175, 0.2);
  height: auto;
}
@media (min-width: 768px) {
  .products-news .news .card {
    height: 420px;
  }
}
@media (min-width: 1024px) {
  .products-news .news .card {
    height: 360px;
  }
}
.products-news .news .card h3 {
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.products-news .news .card span {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.products-news .news .card .product-img {
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 200px;
}
@media (min-width: 1024px) {
  .products-news .news .card .product-img {
    height: 130px;
  }
}
.products-news .news .card .product-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.products-news .notice {
  background: #203465;
}
.products-news .notice article a:hover {
  text-decoration: underline;
}
.products-news .notice article .read-more {
  text-decoration: underline;
  color: #fff;
}
.products-news .notice article h3 {
  font-weight: 600;
  text-transform: uppercase;
}
.products-news .notice .card {
  background: transparent;
  border-radius: 0px;
  box-shadow: none;
  border: none;
}
.products-news .news {
  background: white;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-image: url("../../images/ag-pic-18.png");
}
@media (min-width: 768px) {
  .products-news .news {
    background-attachment: inherit;
  }
}
@media (min-width: 1200px) {
  .products-news .news {
    background-attachment: fixed;
  }
}
.products-news .btn {
  background-color: #fff;
  color: #4563AF;
  border: 1px solid #fff;
}
.products-news .btn:hover {
  background-color: #4563AF;
  color: #fff;
  border: 1px solid #fff;
}

.filters-panel .btn, .filters-panel input {
  padding: 5px 10px;
}
.filters-panel h1 {
  text-transform: uppercase;
  font-size: 38px;
  color: #4563AF;
}
.filters-panel .card {
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.filters-panel .card a {
  color: #203465;
}
.filters-panel h2 {
  color: #203465;
  font-size: 1.25rem;
}
.filters-panel .cat-btn span {
  font-size: 35px;
  display: contents;
}

.products-list .news {
  background-image: none;
  background-color: transparent;
  text-align: center;
}
.products-list .news h1 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .products-list .news h1 {
    font-size: 29px;
  }
}
@media (min-width: 1024px) {
  .products-list .news h1 {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .products-list .news h1 {
    font-size: 20px;
  }
}
.products-list .news .card-body {
  padding: 5px;
}
.products-list .news .card-body .cart-btn {
  border: 1px solid #4563AF;
  color: #4563AF;
  padding: 4px;
}
.products-list .news span {
  margin-bottom: 20px;
}
.products-list .news .btn {
  background-color: #4563AF;
  color: #fff;
  border: 1px solid #4563AF;
}

.product-detail-page .thumbnail-gal {
  background: #eee;
  padding: 10px;
}
.product-detail-page .product-thumbnail {
  overflow: hidden;
  height: 120px;
}
@media (min-width: 768px) {
  .product-detail-page .product-thumbnail {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .product-detail-page .product-thumbnail {
    height: 120px;
  }
}
.product-detail-page .product-thumbnail img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.product-detail-page .item-name {
  color: #4563AF;
  font-size: 32px;
}
@media (min-width: 1200px) {
  .product-detail-page .item-name {
    font-size: 3rem;
  }
}
.product-detail-page .wishlist-btn button {
  border: none;
  background: none;
  color: #ab3c20;
}
.product-detail-page .wishlist-btn button i {
  color: #ab3c20;
}
.product-detail-page .wishlist-btn button:hover {
  cursor: pointer;
}
.product-detail-page .related-products .card {
  border: solid 1px black;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .product-detail-page .related-products .card {
    height: 340px;
  }
}
@media (min-width: 1200px) {
  .product-detail-page .related-products .card {
    height: 400px;
  }
}
.product-detail-page .related-products .related-product-img {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .product-detail-page .related-products .related-product-img {
    height: 340px;
  }
}
@media (min-width: 1024px) {
  .product-detail-page .related-products .related-product-img {
    height: 400px;
  }
}
.product-detail-page .related-products .related-product-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.product-detail-page .addition-downloads {
  text-align: center;
  background: #eee;
}
.product-detail-page .addition-downloads h2 {
  color: #2c478b;
}
.product-detail-page .downloads-section {
  text-align: center;
}
.product-detail-page .downloads-section .download-item i {
  color: #ab3c20;
}
.product-detail-page .downloads-section .download-item p {
  color: #4b4b4b;
}

/* Global "table" column settings */
.product-image {
  float: left;
  width: 20%;
}

.product-details {
  float: left;
  width: 37%;
  text-align: center;
  padding-left: 0px;
}
@media (min-width: 768px) {
  .product-details {
    padding-left: 30px;
    text-align: left;
  }
}
.product-details p {
  margin-bottom: 10px;
}

.wish-cart .product-price {
  float: left;
  width: 34%;
}

.product-price {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .product-price {
    float: left;
    width: 12%;
  }
}

.product-quantity {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .product-quantity {
    float: left;
    width: 10%;
  }
}
.product-quantity .add-subtract-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-quantity .add-subtract-box p {
  margin-bottom: 0;
}

.product-removal {
  float: none;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .product-removal {
    float: left;
    width: 9%;
    margin-top: 0;
  }
}

.product-line-price {
  float: left;
  width: 10%;
}

/* This is used as the traditional .clearfix class */
.group:before, .shopping-cart:before,
.column-labels:before,
.product:before,
.totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  content: "";
  display: table;
}

.group:after, .shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  clear: both;
}

.group, .shopping-cart,
.column-labels,
.product,
.totals-item {
  zoom: 1;
}

/* Apply clearfix in a few places */
/* Apply dollar signs */
.column-labels label {
  padding-bottom: 15px;
  margin-bottom: 0px;
  text-align: center;
}

/* Product entries */
.product {
  margin-bottom: 0px;
  padding-top: 10px;
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
}
@media (min-width: 768px) {
  .product {
    padding: 10px;
  }
}
.product .cart-list-item {
  text-align: center;
}
@media (min-width: 768px) {
  .product .cart-list-item {
    text-align: right;
  }
}
.product .product-image {
  text-align: center;
}
.product .product-image img {
  width: 100%;
}
@media (min-width: 768px) {
  .product .product-image img {
    width: 400px;
  }
}
.product .product-details .product-title {
  margin-right: 20px;
}
.product .product-details .product-description {
  margin: 5px 20px 5px 0;
  line-height: 1.4em;
}
.product .product-quantity input {
  width: 40px;
}
.product .remove-product {
  border: 0;
  padding: 4px 8px;
  background-color: #ab3c20;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}
.product .remove-product:hover {
  background-color: #a44;
}

/* Totals section */
.totals .cart-totals {
  text-align: center;
}
@media (min-width: 768px) {
  .totals .cart-totals {
    text-align: right;
  }
}
.totals .cart-totals h2 {
  font-size: 22px;
}
.totals .totals-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .totals .totals-item {
    display: flex;
    justify-content: end;
    align-items: end;
  }
}
.totals .totals-item label {
  margin-bottom: 0;
  margin-right: 10px;
}
.totals .totals-item .totals-value {
  float: right;
  width: 21%;
  text-align: right;
}
.totals .grand {
  font-weight: 600;
}

.empty-checkout .btn-main {
  padding: 10px;
}
.empty-checkout .checkout {
  border: 0;
  margin-top: 20px;
  padding: 6px 15px;
  background-color: #6b6;
  color: #000;
  font-size: 20px;
  border-radius: 3px;
}
.empty-checkout .checkout:hover {
  cursor: pointer;
  background-color: #494;
}

.checkout-page .checkout-form {
  padding: 40px;
  border-radius: 20px;
  background-color: #f0f8ffde;
  -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, 0.1);
  box-shadow: 0 5px 83px 0 rgba(9, 29, 62, 0.1);
  border: 1px solid darkblue;
}
.checkout-page .checkout-form h2 {
  font-size: 1.5rem;
}

.checkout-summary-page {
  text-align: center;
}
.checkout-summary-page .card {
  background-color: #eee;
}
.checkout-summary-page h2 {
  font-size: 1.5rem;
}
.checkout-summary-page h3 {
  font-size: 1rem;
}
.checkout-summary-page p {
  color: #4d4d4d;
}
.checkout-summary-page form label {
  font-size: 19px;
}
.checkout-summary-page .summary-list img {
  width: 100%;
}
@media (min-width: 768px) {
  .checkout-summary-page .summary-list img {
    float: left;
    width: 20%;
  }
}
.checkout-summary-page .summary-total {
  text-align: end;
  border-top: 1px solid #d5d5d5;
  padding-top: 14px;
}

.login-page {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/login_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.login-page .login-form {
  justify-content: center;
  display: flex;
  padding-top: 160px;
  padding-bottom: 65px;
}
@media (min-width: 768px) {
  .login-page .login-form {
    padding-top: 160px;
  }
}
@media (min-width: 1024px) {
  .login-page .login-form {
    padding-top: 180px;
  }
}
@media (min-width: 1200px) {
  .login-page .login-form {
    padding-top: 190px;
  }
}
.login-page .card {
  background: #fff;
}
.login-page .signup-password .forgot {
  font-size: 16px;
}
.login-page .signup-password a {
  color: #39559c;
}

.reset-password .back-login {
  font-size: 16px;
}

.my-account-home .account-list {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 65px;
}
@media (min-width: 768px) {
  .my-account-home .account-list {
    padding-top: 160px;
  }
}
@media (min-width: 1024px) {
  .my-account-home .account-list {
    padding-top: 180px;
  }
}
@media (min-width: 1200px) {
  .my-account-home .account-list {
    padding-top: 190px;
  }
}
.my-account-home .account-list .card {
  background: #eee;
}
.my-account-home .account-items form {
  display: grid;
}
.my-account-home .account-items form i {
  margin-bottom: 10px;
  font-size: 25px;
  color: #ab3c20;
}

.edit-my-info-page h2 {
  font-size: 24px;
}
.edit-my-info-page .account-saved {
  width: 100%;
  background-color: #99ff99;
}
.edit-my-info-page .account-saved p {
  color: #000;
  margin-bottom: 0;
}

.my-wishlist-page .product-title a {
  color: #213360;
}
.my-wishlist-page .form-quantity {
  text-align: center;
}
@media (min-width: 768px) {
  .my-wishlist-page .form-quantity {
    float: right;
  }
}
.my-wishlist-page .form-quantity .quantity-box {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .my-wishlist-page .form-quantity .quantity-box {
    margin-top: 0;
  }
}

.view-order-page h2 {
  font-size: 19px;
}
.view-order-page .order-product-info img {
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .view-order-page .order-product-info img {
    float: left;
    margin-right: 15px;
  }
}
.view-order-page .order-list .card {
  background: #eee;
}
.view-order-page .order-list p {
  color: #494949;
}
.view-order-page .total-block {
  text-align: end;
  border-top: 1px solid #000;
}

/* Make adjustments for tablet */
@media screen and (max-width: 650px) {
  .shopping-cart {
    margin: 0;
    padding-top: 20px;
  }

  .column-labels {
    display: none;
  }

  .product-image {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 650px) and (min-width: 768px) {
  .product-image {
    float: right;
    width: auto;
  }
}
@media screen and (max-width: 650px) {
  .product-image img {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 650px) and (min-width: 768px) {
  .product-image img {
    margin: 0 0 10px 10px;
  }
}
@media screen and (max-width: 650px) {
  .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }
}
@media screen and (max-width: 650px) {
  .product-price {
    clear: both;
    width: 100%;
  }
}
@media screen and (max-width: 650px) and (min-width: 768px) {
  .product-price {
    clear: both;
    width: 70px;
  }
}
@media screen and (max-width: 650px) and (min-width: 768px) {
  .product-quantity {
    padding-left: 30px;
    text-align: left;
  }
}
@media screen and (max-width: 650px) and (min-width: 768px) {
  .product-quantity input {
    margin-left: 20px;
  }
}
@media screen and (max-width: 650px) {
  .product-line-price {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 650px) and (min-width: 768px) {
  .product-line-price {
    float: right;
    width: 70px;
    margin-top: 0;
  }
}
/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
  .product-removal {
    float: right;
  }

  .product-line-price {
    float: right;
    clear: left;
    width: auto;
    margin-top: 10px;
  }

  .product .product-line-price:before {
    content: "Item Total: $";
  }

  .totals .totals-item label {
    width: 60%;
  }
  .totals .totals-item .totals-value {
    width: 40%;
  }
}
.timeline-section {
  background: rgba(222, 222, 222, 0.8);
}
.timeline-section .timeline {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.timeline-section .timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(0, 0, 0, 0.07);
}
.timeline-section .timeline__content-title {
  font-weight: normal;
  font-size: 66px;
  margin: -10px 0 0 0;
  transition: 0.4s;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: "Pathway Gothic One", sans-serif;
  color: #535353;
  text-shadow: 0 0 5px #000;
}
.timeline-section .timeline__content-desc {
  margin: 0;
  font-size: 15px;
  box-sizing: border-box;
  color: #000;
  font-weight: normal;
  line-height: 25px;
}
.timeline-section .timeline-item {
  padding: 100px 0;
  opacity: 0.3;
  filter: blur(2px);
  transition: 0.5s;
  box-sizing: border-box;
  width: calc(50% - 40px);
  display: flex;
  position: relative;
  transform: translateY(-80px);
}
.timeline-section .timeline-item:before {
  content: attr(data-text);
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: #454545;
  font-size: 13px;
  font-family: "Pathway Gothic One", sans-serif;
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  opacity: 0;
  right: calc(-100% - 56px);
}
.timeline-section .timeline-item:nth-child(even) {
  align-self: flex-end;
}
.timeline-section .timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 56px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(0, 0, 0, 0.5);
  padding-right: 15px;
}
.timeline-section .timeline-item--active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}
.timeline-section .timeline-item--active:before {
  top: 50%;
  transition: 0.3s all 0.2s;
  opacity: 1;
  font-size: 22px;
}
.timeline-section .timeline-item--active .timeline__content-title {
  margin: -50px 0 20px 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .timeline-section .timeline:before {
    left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .timeline-section .timeline-item {
    align-self: baseline !important;
    width: 100%;
    padding: 50px 15px 100px 15px;
  }
  .timeline-section .timeline-item:before {
    left: 10px !important;
    padding: 0 !important;
    top: -20px;
    text-align: center !important;
    width: 100%;
    border: none !important;
  }
  .timeline-section .timeline-item:last-child {
    padding-bottom: 40px;
  }
}
.timeline-section .timeline-container {
  width: 100%;
  position: relative;
  padding: 0px 0 80px;
  transition: 0.3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
}
@media (min-width: 768px) {
  .timeline-section .timeline-container {
    padding: 0px 0 80px;
  }
}
.timeline-section .timeline-container .timeline__img {
  max-width: 100%;
  width: 40%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}

.about-gallery .card {
  background: #eee;
}
.about-gallery .about-img {
  overflow: hidden;
  height: 200px;
}
.about-gallery .about-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.irrigation-sub-cat h2 {
  font-size: 35px;
}
.irrigation-sub-cat .card {
  border: none;
  background-color: transparent;
}
.irrigation-sub-cat img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .irrigation-sub-cat img {
    width: 55%;
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .irrigation-sub-cat img {
    width: 50%;
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
  }
}
.irrigation-sub-cat ul {
  list-style: disc;
  list-style-position: inside;
}

.irrigation-detail-btn .btn-main {
  background: #FF724F;
  color: #000;
}
.irrigation-detail-btn .btn-main:hover {
  background: #666666;
}

.other-cat a {
  margin-bottom: 10px;
  white-space: normal;
}

.inquiry .card {
  background: #92b3d0de;
  border-radius: 5px;
}
.inquiry h2, .inquiry p, .inquiry label {
  color: #000;
}
.inquiry .submit-btn {
  border: 2px solid #fff;
}

.city_event2_wrap {
  padding: 100px 0px;
  width: 100%;
}

.city_event2_text {
  width: 100%;
}
.city_event2_text ul {
  width: 100%;
}
.city_event2_text ul li {
  width: 100%;
}

.city_event2_list {
  width: 100%;
}

.city_event2_fig {
  width: 100%;
}

.city_full_event_list {
  width: 100%;
  padding: 15px;
  border: 3px solid #d7d7d7;
  background-color: aliceblue;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .city_full_event_list {
    display: flex;
  }
}

.city_full_event {
  width: 100%;
}
.city_full_event .news-btn {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
}

.city_event2_calender {
  background-color: #fff;
  border: 3px solid #d7d7d7;
  margin: 12px 0px;
  width: auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .city_event2_calender {
    margin: 12px 40px 12px 0px;
  }
}
.city_event2_calender .date-layout {
  width: auto;
  position: relative;
  z-index: 2;
}
.city_event2_calender .date-layout .col-6, .city_event2_calender .date-layout .col-md-12 {
  width: auto;
  position: relative;
  z-index: 2;
  height: 75px;
  width: 100px;
  text-align: center;
  padding: 16px 0px 15px;
  border-right: 6px solid #d7d7d7;
}
@media (min-width: 768px) {
  .city_event2_calender .date-layout .col-6, .city_event2_calender .date-layout .col-md-12 {
    width: 75px;
  }
}
@media (min-width: 1200px) {
  .city_event2_calender .date-layout .col-6, .city_event2_calender .date-layout .col-md-12 {
    width: 85px;
  }
}
.city_event2_calender .date-layout .col-6 h2, .city_event2_calender .date-layout .col-md-12 h2 {
  margin: 0px 0px 0px 0px;
  color: #737373;
  line-height: 24px;
  font-weight: 600;
  font-size: 1.6rem;
}
.city_event2_calender .date-layout .col-6 p, .city_event2_calender .date-layout .col-md-12 p {
  margin: 0px 0px;
  color: #737373;
}
.city_event2_calender .date-layout .date-format {
  display: flex;
}
@media (min-width: 768px) {
  .city_event2_calender .date-layout .date-format {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .city_event2_calender .date-layout .date-format {
    display: contents;
  }
}
.city_event2_calender .date-layout .year-box {
  display: flex;
}
@media (min-width: 768px) {
  .city_event2_calender .date-layout .year-box {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .city_event2_calender .date-layout .year-box {
    display: block;
  }
}
.city_event2_calender .date-layout .year-box .year {
  border-right: none;
}
@media (min-width: 768px) {
  .city_event2_calender .date-layout .year-box .year {
    border-top: 6px solid #d7d7d7;
  }
}
@media (min-width: 1024px) {
  .city_event2_calender .date-layout .year-box .year {
    border-top: none;
  }
}
@media (min-width: 768px) {
  .city_event2_calender .date-layout .month {
    border-right: none;
  }
}
@media (min-width: 1024px) {
  .city_event2_calender .date-layout .month {
    border-right: 6px solid #d7d7d7;
  }
}

.city_event2_meeting {
  width: auto;
  position: relative;
  z-index: 2;
  padding-left: 0px;
  border: none;
  padding-top: 14px;
}
@media (min-width: 768px) {
  .city_event2_meeting {
    border-left: 1px solid #d7d7d7;
    padding-left: 20px;
  }
}
.city_event2_meeting h3 {
  font-weight: bold;
  margin: 0px 0px 17px 0px;
  line-height: 21px;
  font-size: 1.5rem;
}
.city_event2_meeting p {
  margin: 0px 0px 0px 0px;
  line-height: 20px;
}

.news-detail-page p {
  color: #505050;
}

.shop-all-page .search-field input {
  width: auto !important;
}
@media (min-width: 768px) {
  .shop-all-page .search-field input {
    width: 200px !important;
  }
}
@media (min-width: 1024px) {
  .shop-all-page .search-field input {
    width: 160px !important;
  }
}
@media (min-width: 1200px) {
  .shop-all-page .search-field input {
    width: 200px !important;
  }
}
.shop-all-page .search-field i {
  line-height: 1;
  align-items: center;
  display: flex;
}
.shop-all-page .search-field i::before {
  font-size: 20px;
}

.page-next-prev {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #eee;
}
.page-next-prev p {
  margin-bottom: 0;
}
.page-next-prev a {
  color: #213360;
}

.contactus-page .card {
  border: 1px solid #dadada;
}
.contactus-page .phone-fax {
  text-align: center;
}
.contactus-page .phone-fax i {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 50px;
  color: #ab3c20;
}
.contactus-page .phone-fax h2 {
  font-size: 27px;
  margin-top: 20px;
}
.contactus-page .contact-other-btns a {
  font-size: 17px;
}

.map iframe {
  width: 100%;
  margin-bottom: -7px;
}

.contact-layout1 {
  background: url(../../images/contactus-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-layout1 .contact-panel {
  position: relative;
  z-index: 1;
  padding: 40px;
  border-radius: 20px;
  background-color: #92b3d0de;
  -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, 0.1);
  box-shadow: 0 5px 83px 0 rgba(9, 29, 62, 0.1);
  margin-top: -100px;
  border: 1px solid darkblue;
}
.contact-layout1 .contact-panel .contact-panel__title {
  font-size: 24px;
}
.contact-layout1 .contact-panel .contact-panel__desc {
  font-size: 15px;
  line-height: 25px;
}
.contact-layout1 .contact-panel textarea.form-control {
  min-height: 120px;
  padding-top: 16px;
}
.contact-layout1 .contact-panel__info {
  position: relative;
  padding: 55px 60px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  max-width: 38%;
}
.contact-layout1 .contact-panel__info:after {
  content: "";
  position: absolute;
  top: 55px;
  bottom: 55px;
  left: 0;
  width: 3px;
  background-color: #213360;
}
.contact-layout1 .contact-panel__info .contact__list li {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px a;
  margin-bottom-color: #fff;
}
.contact-layout1 .contact-panel__info .contact__list li i {
  margin-right: 8px;
}
.contact-layout1 .contact-panel__title {
  font-size: 30px;
}
.contact-layout1 .btn-main {
  font-size: 20px;
}

.signup-offers {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../images/signup-bg.jpg);
  background-position: center;
  background-size: cover;
}
.signup-offers .container {
  padding-top: 11%;
}
@media (min-width: 768px) {
  .signup-offers .container {
    padding-top: 31%;
  }
}
@media (min-width: 1024px) {
  .signup-offers .container {
    padding-top: 13%;
  }
}
@media (min-width: 1080px) {
  .signup-offers .container {
    padding-top: 11%;
  }
}
.signup-offers .card {
  padding: 20px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.63);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: none;
}
.signup-offers .card h2 {
  font-size: 35px;
}
.signup-offers .form .request-info {
  position: relative;
}
.signup-offers .form .request-info input, .signup-offers .form .request-info textarea, .signup-offers .form .request-info select {
  width: 100%;
  height: 60px;
  padding-left: 45px;
  margin-bottom: 30px;
  color: #4245468a;
}
@media (min-width: 768px) {
  .signup-offers .form .request-info input, .signup-offers .form .request-info textarea, .signup-offers .form .request-info select {
    padding-left: 35px;
  }
}
@media (min-width: 1024px) {
  .signup-offers .form .request-info input, .signup-offers .form .request-info textarea, .signup-offers .form .request-info select {
    padding-left: 45px;
  }
}
@media (min-width: 1024px) {
  .signup-offers .form .request-info textarea {
    padding-left: 45px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .signup-offers .form .request-info select {
    text-indent: 76px;
    line-height: 30px;
  }
}
.signup-offers .form .request-info input, .signup-offers .form .request-info textarea, .signup-offers .form .request-info select {
  color: #4245468a;
}
.signup-offers .form .request-info input::placeholder, .signup-offers .form .request-info textarea::placeholder, .signup-offers .form .request-info select::placeholder {
  color: #4245468a;
}
.signup-offers .form .request-info textarea {
  height: 240px;
  padding-top: 25px;
}
.signup-offers .form .request-info .icon-bg {
  position: absolute;
  top: 17px;
  left: 20px;
  color: #4245468a;
}
@media (min-width: 768px) {
  .signup-offers .form .request-info .icon-bg {
    left: 14px;
  }
}
@media (min-width: 1024px) {
  .signup-offers .form .request-info .icon-bg {
    left: 15px;
  }
}
@media (min-width: 1200px) {
  .signup-offers .form .request-info .icon-bg {
    left: 15px;
  }
}
.signup-offers .form .request-info .icon-bg-textarea {
  top: 25px;
}
.signup-offers .form .submit-btn {
  font-size: 20px;
}
.signup-offers .form .submit-btn:hover {
  border: 1px solid #2c478b;
}

.submit-btn, .link-pdf, .return-btn, .btn-main {
  padding: 0.4rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  cursor: pointer;
}
.submit-btn:focus, .link-pdf:focus, .return-btn:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .submit-btn, .link-pdf, .return-btn, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #203465;
  background: #203465;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-main:hover {
  background: #ab3c20;
  border: 1px solid #ab3c20;
  color: #fff;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #203465;
  background: #203465;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.return-btn:hover {
  background: #f2f2f2;
  border: 1px solid #000;
  color: #000;
  text-decoration: underline;
}

.link-pdf {
  border: 1px solid #ab3c20;
  background: #ab3c20;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.link-pdf:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #4563AF;
  background: #4563AF;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 1.2;
}
.submit-btn:hover {
  background: #ab3c20;
  border: 1px solid #ab3c20;
  color: #fff;
  text-decoration: underline;
}

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