@import url('font.css');

html, body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 300;
}

body p {
  color: grey;
  line-height: 1.7em;
  font-size: 14px;
}

.d-md-inline{
    color:white
}


/* Preloader CSS */

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #111111;
}

/* Center the loader */
#loader {
    position: absolute;
    left: 46%;
    top: 41%;
    z-index: 1;
    border: 8px solid white; /* Light grey */
    border-top: 8px solid #ff0034; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.loader-img {
  position: absolute;
  left: 46%;
  top: 41%;
  z-index: 1;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* End Preloader CSS */

.text-dmsans {
    font-family: 'DM Sans', sans-serif;
}

.text-inter {
    font-family: 'Inter', sans-serif;
}

.text-roboto-flex {
    font-family: 'Roboto Flex', sans-serif;
}

.text-lora {
    font-family: 'Lora', sans-serif;
}

.text-sourcesans {
    font-family: 'Source Sans 3', sans-serif;
}

.text-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.text-poppins {
    font-family: 'Poppins', sans-serif;
}

.text-raleway {
    font-family: 'Raleway', sans-serif;
}

.text-roboto-condensed {
    font-family: 'Roboto Condensed', sans-serif;
}

.text-rubik {
    font-family: 'Rubik', sans-serif;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.text-site-black {
    color: #000000;
}

.text-red {
    color: #ff0034;
}

.text-italic {
    font-style: italic;
}

.site-header {
    background: #111111;
    padding: 10px 0px;
}

.header-socials a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin-right: 15px;
}

.header-socials a:hover {
    color: #ff0034;
}

.header-contacts a {
  color: white;
  font-size: 13px;
  text-decoration: none;
}

.header-contacts .divider {
    color: grey;
    margin: 0px 10px;
}

/* Navigation Styles */

/* For Desktop Static */
.desktop-menu {
    background: white;
}

.desktop-logo-area {
    background: white;
    width: 100%;
    padding-left: 60px;
    padding-top: 45px;
}

.img-desk-logo {
    width: 300px;
}

.desktop-nav-area {
    background: transparent;
}

.desktop-nav-area:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1f1f1f;
    /* background: #1d1d1d; */
    transform: skew(30deg);
    transform-origin:top;
}

.padend-100 {
    padding-right: 100px;
}

.header-icon {
    color: #ff0034;
}

.head-class-head {
    color: white;
}

.head-class-info {
    color: white;
    font-size: 13px;
}

.btn-quote {
    color: white;
    background: #ff0034;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 0px;
    transition:all 0.8s, color 0.3s 0.3s;
}

.btn-quote:hover {
    color: #ff0034 !important;
    background: white !important;
    box-shadow:300px 0 0 0 white inset !important;
}

.header-icons-area {
    padding-top: 20px;
    padding-bottom: 20px;
}

.desktop-nav {
    border-top: 1px solid rgb(58, 58, 58);
    position: relative;
    margin-left: 42px;
}

.desktop-nav .desktop-menu-list {
    display: inline-flex;
    list-style-type: none;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 60px;
    margin-bottom: 10px;
}

.desktop-nav .desktop-menu-list li a {
    color: white;
    text-transform: uppercase;
    padding-right: 40px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
}

.desktop-nav .desktop-menu-list li.active a {
    color: #ff0034;
    font-weight: 500;
}
/* End Desktop Static */

/* For Desktop Movable */
.desktop-nav-movable {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  width: 100%;
  z-index: 99;
  display: none;
}

.desktop-nav-movable .logo-area {
  background: white;
  width: 100%;
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 20px;
}

.desktop-mobile-nav-area {
  background: transparent;
}

.desktop-mobile-nav-area:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1f1f1f;
  /* background: #1d1d1d; */
  transform: skew(35deg);
  transform-origin:top;
}

.desktop-movable-nav {
  position: relative;
  margin-left: 42px;
  padding-top: 20px;
}

.desktop-movable-nav .desktop-menu-list {
  display: inline-flex;
  list-style-type: none;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 60px;
  margin-bottom: 10px;
}

.desktop-movable-nav .desktop-menu-list li a {
  color: white;
  text-transform: uppercase;
  padding-right: 40px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
}

.desktop-movable-nav .desktop-menu-list li.active a {
  color: #ff0034;
  font-weight: 500;
}
/* End Desktop Movable */

/* For Phone & Tablet */

.img-logo {
  width: 250px;
}

.toggle-btn {
  font-size: 25px;
  color: #ff0034;
  border-radius: 0px;
  border: none;
}

.toggle-btn:focus {
  box-shadow: none;
  border: none;
}

/* End Phone & Tablet */

/* End Navigation Styles */


/* Banner Styles */

 /* Design Slider */
.slider, .slide {
    height: 500px;
}

.slide {
  position: relative;
  /* .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    width: 100%;
    height: auto;
    overflow: hidden;
    img {
      max-width: 100%;
      height: auto;
      opacity: 1 !important;
      animation-duration: 3s;
      transition: all 1s ease;
    }
  } */

  .slide__content {
    position: relative;
    padding-top: 130px;
    /* transform: translate(-50%, -50%); */
    &--headings {
      /* text-align: center; */
      .animated {
        transition: all .5s ease;
      }
    }
  }
}

  .slide__img#slideone {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)) , url(../img/nova-delivery-man.jpg) no-repeat center;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    animation-duration: 3s;
    transition: all 1s ease;
    background-size: cover;
    overflow: hidden;
  }

  .slide__img#slidetwo {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)) , url(../img/nova-rednwhite-van.jpg) no-repeat center;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    animation-duration: 3s;
    transition: all 1s ease;
    background-size: cover;
    overflow: hidden;
  }

.slide__content--headings h2 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    font-weight: 700;
}

.slide__content--headings p {
    color: white;
    font-family: 'Source Sans 3', sans-serif;
    line-height: 1.7em;
    margin-top: 10px;
    font-size: 17px;
}

/* Change animation presets */
.slider [data-animation-in] {
    opacity: 0;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
    from {
      transform: scale3d(1, 1, 1);
    }
    to {
      transform: scale3d(1.1, 1.1, 1.1);
    }
  }
  
  .zoomInImage {
    animation-name: zoomInImage;
  }
  
  @keyframes zoomOutImage {
    from {
      transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  
  .zoomOutImage {
    animation-name: zoomOutImage;
  }

  .slider .slider-arrow {
    border: 0;
    background: #1f1f1f;
    color: white;
    display: none !important;
    /* height: 50px;
    width: 45px; */
    padding: 10px 15px;
    position: absolute;
    z-index: 5;
    top: 50%;
    font-size: 20px;
    transform: translate(0, -50%);
    outline: 0;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
  }

  .slider:hover .slider-arrow {
     display: block !important;
  }
  
  /* Modificação só pra a seta do próximo carousel ficar na direita */
  
  .slider .slider-arrow.next {
    right: 0;
    margin-right: 0px;
  }

  .slider .slider-arrow.next:hover {
    padding: 10px 20px 10px 15px;
    background: #ff0034;
  }

  .slider .slider-arrow.prev:hover {
    padding: 10px 15px 10px 20px;
    background: #ff0034;
  }

  .myslider-dots {
    position: absolute;
    bottom: -100px;
    left: 40%;
    list-style: none;
    margin: 10px auto;
    display: flex;
    justify-content: center;
  }
  
  .myslider-dots li {
    display: inline-block;
    margin: 0 3px;
  }
  
  .myslider-dots li > button {
    width: 20px;
    height: 4px;
    border: none;
    background: white;
    color: transparent;
    cursor: pointer;
    outline: none;
  }
  
  .myslider-dots li.slick-active > button {
    background: #ff0034;
  }

/* End Banner Styles */

/* Video Banner Styles */

.video-banner {
 position: relative;
 width: 100%;
 min-height: 550px;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-bg .nova-video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));
}

.video-slider-area {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.video-slide-content{
  padding-top: 150px;
}

.video-slider {
  position: relative;
  height: 100%;
}

.video-slider .slide-content {
  text-align: center;
}

.video-slider .slide-content h2 {
  color: white;
  font-family: 'DM Sans', sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.video-slider .slide-content p {
  color: whitesmoke;
  font-size: 15px;
  margin: 10px 0px 20px 0px;
}

/* End Video Banner Styles */

.section-padding {
  margin-top: 70px;
}

.section-header h5 {
  color: #ff0034;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 17px;
}

.section-header h2 {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 40px;
}

.section-header.white h2 {
  color: white;
}

.section-header .red-bot {
  width: 50px;
  height: 3px;
  background: #ff0034;
  margin-top: 15px;
}

.section-content {
  margin-top: 20px;
}

.section-content p {
  color: grey;
  font-size: 14px;
  line-height: 1.6em;
}

.btn-main {
  color: white;
  background: #ff0034;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 30px;
  margin-top: 20px;
  border-radius: 0px;
  transition:all 0.8s, color 0.3s 0.3s;
}

.btn-main:hover {
  color: white !important;
  background: #111111 !important;
  box-shadow:300px 0 0 0 #111111 inset !important;
}

/* .video-area {
  position: relative;
  width: 100%;
  height: 350px;
  margin-top: 20px;
}

.video-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-img img {
  width: 100%;
  height: 100%;
}

.play-btn {
  position: absolute;
  top: 45%;
  left: 45%;
}

.play-btn .fa-play {
  font-size: 30px;
  color: white;
  background: #ff0034;
  padding: 20px;
  border-radius: 50%;
} */

.services-area {
  background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../img/sample-three.jpg) no-repeat center;
  background-size: cover;
  min-height: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.service-card {
  background: white;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
}

.service-card .icon {
  color: #ff0034;
  font-size: 40px;
}

.service-card h5 {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  margin-top: 5px;
  font-size: 25px;
}

.service-card p {
  color: grey;
  font-size: 14px;
  line-height: 1.6em;
}

.service-card .btn-more {
  color: white;
  border: 1px solid #ff0034;
  background: #ff0034;
  padding: 10px 30px;
  border-radius: 0px;
  transition:all 0.8s, color 0.3s 0.3s;
}

.service-card .btn-more:hover {
  color: #ff0034 !important;
  background: white !important;
  box-shadow:300px 0 0 0 white inset !important;
}

.img-full-width {
  width: 100%;
  height: 100%;
}

.choose-textarea {
  width: 100%;
  height: 100%;
  padding: 30px;
  background: white;
}

.choose-header {
  margin-bottom: 35px;
}

.choose-section {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.choose-content {
  margin-top: 20px;
}

.choose-content .choose-icon {
  color: #ff0034;
}

.choose-content h6 {
  color: #ff0034;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
}

.counter-banner {
  background: linear-gradient(#e2113bc9,#e2113bc9) , url(../img/bg_1.jpg) no-repeat center fixed;
  background-size: cover;
  min-height: 350px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.counter-content {
  margin-top: 20px;
  text-align: center;
}

.counter-content .counter-icon {
  color: white;
  font-size: 50px;
}

.counter-content .counter-head {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 45px;
  color: white !important;
}

.counter-content .counter-text {
  color: white;
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
}

.tracking-form {
  padding-top: 10px;
}

.tracking-area .track-header {
  /* font-family: 'Source Sans 3', sans-serif; */
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 42px;
}

.track-control {
  border-radius: 0px;
  padding: 20px 30px;
}

.track-control:focus {
  box-shadow: none;
  border-color: #ff0034;
  color: initial;
}

.btn-track {
  color: white;
  border: 1px solid #ff0034 !important;
  background: #ff0034;
  padding: 20px 50px;
  border-radius: 0px;
  transition:all 0.8s, color 0.3s 0.3s;
  text-transform: uppercase;
}

.btn-track:hover {
  color: #ff0034 !important;
  background: white !important;
  box-shadow:300px 0 0 0 white inset !important;
}

.tracking-div {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.tracking-div-content {
  width: 100%;
  height: 100%;
  background: #111111;
  padding-left: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 99999 !important;
}

.tracking-div-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #111111;
  /* background: #1d1d1d; */
  transform: skew(30deg);
  transform-origin:top;
}

.tracking-div-content .track-header {
  color: white;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 42px;
}

.tracking-div-img .img-track-wide {
  height: 100%;
  width: 100%;
}

.req-quote-area {
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(../img/nova-poster.jpg) no-repeat center fixed;
  background-size: cover;
  min-height: 500px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.quote-form {
  background: white;
  padding: 30px 40px 50px 40px;
  border-radius: 7px;
}

.quote-header h6 {
  color: rgb(145, 145, 145);
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.quote-header h1 {
  color: #ff0034;
  font-weight: 700;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 41px;
}

.quote-group {
  margin-top: 18px;
}

.quote-group .form-control {
  border-radius: 0px;
  padding: 10px 20px;
  font-size: 17px;
}

.quote-group .form-control:focus {
  box-shadow: none;
  border-color: #ff0034;
  color: #ff0034;
}

.quote-group .form-select {
  border-radius: 0px;
  padding: 10px 20px;
  font-size: 17px;
}

.quote-group .form-select:focus {
  box-shadow: none;
  border-color: #ff0034;
  color: #ff0034;
}

.c-group {
  margin-top: 20px;
  margin-bottom: 20px;
}

.clabel {
  margin-right: 15px;
  font-weight: 600;
}

.c-check-label {
  font-size: 15px;
  font-weight: 400;
  color: grey;
}

.c-input:checked {
  background-color: #ff0034 !important;
  border-color: #ff0034 !important;
}

.c-input:focus {
  box-shadow: none !important;
}

.btn-submit {
  color: white;
  border: 1px solid #ff0034 !important;
  background: #ff0034;
  padding: 15px 30px;
  border-radius: 0px;
  transition:all 0.8s, color 0.3s 0.3s;
  text-transform: uppercase;
  font-size: 14px;
}

.btn-submit:hover {
  color: #ff0034 !important;
  background: white !important;
  box-shadow:300px 0 0 0 white inset !important;
}

/* Testimonails Owl Carousel Slider */
.testimonial-carousel .owl-item {
  opacity: .2;
}

.testimonial-carousel .owl-item.center {
  opacity: 1;
}

.testimonial-carousel .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.testimonial-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #fadce2;
}

.testimonial-carousel .owl-dot.active {
  background: #ff0034;
}

.bg-whitesmoke {
  background: whitesmoke;
}

/* Footer Styles */
.footer-area {
  background: linear-gradient(#000000c5, #000000c5) , url(../img/footer-background-image.jpg) no-repeat center;
  background-size: cover;
  min-height: 450px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-img img {
  width: 300px;
}

.footer-text {
  color: lightgray;
  /* font-family: 'Poppins', sans-serif; */
  font-family: 'Inter', sans-serif;
  line-height: 2em;
  margin-top: 10px;
}

.footer-socials {
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-socials a {
  color: #ff0034;
  text-decoration: none;
  padding: 0px 10px;
  font-size: 20px;
}

.footer-socials a .fab:hover {
  transform: rotateY(360deg);
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.footer-head {
  padding-top: 15px;
}

.footer-head h5 {
  color: white;
  font-size: 23px;
  font-family: 'Montserrat', sans-serif;
}

.footer-head .red-bot {
  width: 50px;
  height: 3px;
  background: #ff0034;
  margin-top: 15px;
}

.footer-list {
  list-style-type: none;
  padding-inline-start: 0px;
  margin-top: 15px;
}

.footer-list li {
  line-height: 2.2em;
  transition: all 0.5s ease-in-out;
}

.footer-list li a {
  color: lightgray;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
}

.footer-list li a .list-icon {
  color: #ff0034;
  transition: all 0.5s ease-in-out;
}

.footer-list li a:hover {
  color: white;
  margin-left: 10px;
}

.copyright-area {
  padding-top: 70px;
  text-align: center;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: #ff0034;
  color: white;
  cursor: pointer;
  height: 50px !important;
  width: 55px !important;
  border-radius: 50%;
}

#myBtn:hover {
  background-color: #111111;
}

.modal-img {
  max-height: 350px;
}

/* Other Page Styles */

.other-banners {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)) , url(../img/nova-red-van.jpg) no-repeat center;
  background-size: cover;
  min-height: 400px;
  padding-top: 150px;
}

.other-banners h1 {
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 50px;
}

.other-banners h6 {
  color: white;
  font-weight: 400;
}

.other-banners h6 a {
  color: #ff0034;
  text-decoration: none;
}

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(214, 53, 53, 0.2);
  }
  /* 50% {
    box-shadow: 0 0 0 0px rgba(207, 39, 39, 0.2);
  } */
  100% {
    box-shadow: 0 0 0 35px rgba(179, 6, 6, 0);
  }
}

/* @keyframes shadow-pulse-big
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
} */

.play-video-btn {
  margin-top: 30px;
  text-decoration: none;
  position: relative;
  width: 200px;
}

.play-video-btn .pulse-btn {
  float: left;
  padding: 12px 14px 12px 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  background: #ff0034;
  border-radius: 50%;
  animation: shadow-pulse 1s infinite;
}

.play-video-btn .play-text {
   color:  #000000;
   font-weight: 600;
   position: absolute;
   top: 20;
   left: 20;
   width: 150px;
   padding-top: 10px;
   padding-left: 10px;
   font-size: 17px;
}

.about-nova-video {
  width: 100%; 
  height: 500px;
}

.conditions-list {
  list-style: none;
  padding-inline-start: 25px;
}

.conditions-list li {
  line-height: 2em;
  color: grey;
  font-size: 15px;
}

.conditions-list li::before {
  content: "\25AA";
  color: #ff0034;
  font-weight: bold;
  display: inline-block; 
  font-size:1.5em;
  width: 1em;
  margin-left: -1em;
}

.no-refund {
  font-size: 17px;
  font-weight: 400;
}

.no-refund span {
  font-weight: 600;
}

.contact-form-area .contact-header h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
}

.contact-form-area .contact-header .red-bot {
  width: 50px;
  height: 3px;
  background: #ff0034;
}

.contact-group {
  margin-top: 20px;
}

.contact-group .form-control {
  font-size: 14px;
  padding: 13px 20px;
  border-radius: 0px;
  font-weight: 400;
  color: grey !important;
}

.contact-group .form-control:focus {
  box-shadow: none;
  color: initial;
  border-color: #dee2e6;  
}

.contact-info-area {
  padding-top: 30px;
}

.contact-info-area .info-area {
  margin-top: 20px;
}

/* Tracking Page Styles */
.tracking-area {
  background: #111111;
}

.track-list {
  padding-inline-start: 15px;
}

.track-list li {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

.print-header {
color: #111111;
}

.img-track {
width: 80px;
height: 75px;
padding: 10px;
border-radius: 50%;
border: 2px solid rgb(114, 113, 113);
}

.check-shipping {
color: #ff0034;
font-size: 30px;
margin-left: -25px;
}

.check-shipping-2 {
color: grey;
font-size: 30px;
margin-left: -25px;
}

.table-header th {
background-color: #1f1f1f;
color: white;
}

.track-text {
padding: 15px 0px 15px 0px;
font-size: 18px;
font-weight: 600;
color: #ff0034;
border-bottom: 2px solid #ff0034;
}

.track-text-2 {
padding: 15px 0px 15px 0px;
font-size: 18px;
font-weight: 600;
color: grey;
border-bottom: 2px solid grey;
}

.img-responsive {
width: 100%;
}