/* 
Theme Name: Tango Direct LLC
Author: The Website Times
Version: 1.0
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  /* outline: 1px solid #f00 !important; */
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  font-style: normal;
  color: #000;
  min-height: 100vh;
}
::-moz-selection {
  color: #fff;
  background: #ff334e;
}
::selection {
  color: #fff;
  background: #ff334e;
}
nav {
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
nav .sticky {
  background-color: #fff;
  top: 0;
  -webkit-box-shadow: 0 3px 6px rgb(0, 0, 0, 0.03);
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.03);
}
.mini_nav_wrapper {
  width: 100%;
  background-color: #ff0000;
}
.mini_nav a:hover {
  text-decoration: underline;
}
.container {
  width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mini_nav_wrapper .mini_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}
.mini_nav_wrapper .left,
.mini_nav_wrapper .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.mini_nav_wrapper p,
.mini_nav_wrapper p a {
  font-size: 12.8px;
  color: #fff;
}
#gtranslate_selector {
  background-color: transparent;
  font-family: montserrat, sans-serif;
  color: #343434;
  border: none;
  outline: none;
  font-size: 12.8px;
  font-weight: 500;
}
.main_nav_wrapper {
  /* color: red; */
  width: 100%;
  position: fixed;
  z-index: 100;
}
.main_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.nav_logo1a {
  height: 60px;
}
.nav_logo1 {
  height: 60px;
  width: auto;
}
.nav_logo2 {
  height: 35px;
  width: auto;
  position: relative;
  top: 2px;
}
.nav_link_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  padding: 30px 0;
}
.nav_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
.nav_links a {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.nav_links a::after {
  content: "";
  position: absolute;
  background-color: #eb001b;
  height: 2px;
  width: 0;
  left: 0;
  bottom: -10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav_links a:hover::after {
  width: 100%;
}
.nav_links a.current::after {
  width: 100%;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
/* .nav_links li:last-child a:hover::after{
    width: 0;
} */
.nav_cta {
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 50px;
  font-weight: 600 !important;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: red;
  border: 1px solid red;
}
.nav_cta:hover {
  background-color: #ffc8ce;
}
.hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.line {
  width: 20px;
  height: 2.5px;
  background-color: #242424;
  border-radius: 5px;
}
.sec1 {
  padding: 205px 0 80px 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(212, 5, 17, 0.1)),
    to(rgb(128, 128, 128, 0))
  );
  background: -o-linear-gradient(rgb(212, 5, 17, 0.1), rgb(128, 128, 128, 0));
  background: linear-gradient(rgb(212, 5, 17, 0.1), rgb(128, 128, 128, 0));
}
.sec1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec1_img img {
  height: 430px;
  width: auto;
}
.sec1_content {
  width: 590px;
}
.sec1_content h1 {
  font-size: 48.83px;
  font-weight: 800;
}
.sec1_links {
  margin: 30px 0 40px 0;
}
.primary_cta {
  padding: 15px 20px;
  color: white;
  background-color: red;
  border: 0;
  border-radius: 10px;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.primary_cta:hover {
  background-color: #e83f52;
}
.text_cta {
  text-decoration: underline;
  color: #eb001b;
  margin-left: 40px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.text_cta:hover {
  color: #e83f52;
}
.sec1_content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  max-width: 444px;
  color: #000000;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}
.sec1_content li:nth-child(2) {
  text-decoration: underline;
}
.sec1_content li:last-child {
  margin-bottom: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sec2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
  padding: 60px 0;
}
.sec2 img:nth-child(3) {
  width: 140px;
  height: auto;
}
.sec3 {
  padding: 100px 0;
}
.sec3 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
h2 {
  font-size: 48.83px;
  font-weight: 800;
}
.sec3_head_para {
  width: 590px;
  font-size: 20px;
  text-align: center;
  margin: 20px 0 50px 0;
}
.sec3_boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.sec3_box {
  background-color: #f3f3f3;
  padding: 40px 30px;
}
.sec3_box p {
  width: 227px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}
.sec3_shape {
  position: absolute;
  top: 135px;
  right: -20px;
  z-index: -100;
}
.sec4 {
  padding: 100px 0;
}
.sec4 img {
  width: 489px;
  height: auto;
}
.sec4_content {
  width: 50%;
}
.sec4_content h2 {
  margin-bottom: 30px;
}
.sec4_content p {
  font-size: 20px;
  margin-bottom: 15px;
}
.sec4_content button {
  margin-top: 25px;
}
.sec5 {
  padding: 100px 0;
}
.sec5 .container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sec5 h2 {
  margin-bottom: 60px;
}
.sec5_boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.sec5_box {
  width: 350px;
  text-align: center;
}
.sec5_box img {
  width: 350px;
  height: auto;
}
h3 {
  font-size: 25px;
}
.sec5_box h3 {
  margin: 20px 0 25px 0;
}
.sec5_box a {
  color: #ff334e;
  text-decoration: underline;
}
.sec6 .container {
  padding: 100px 0 120px 0;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sec6 h2 {
  font-size: 39.06px;
}
.sec6_head_para {
  padding: 5px 0 50px 0;
}
.sec6_box {
  margin-bottom: 40px;
}
.sec6_box:last-child {
  margin-bottom: 0;
}
.sec6_box img {
  position: absolute;
}
.sec6_box_wrapper {
  margin-left: 100px;
}
.sec6_box h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
.sec6_box a {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}
.sec6_box p {
  color: #000;
  font-weight: 400;
}
.sec6_form {
  width: 50%;
}
footer {
  background-color: #ffa0a8;
}
footer a:hover {
  text-decoration: underline;
}
footer .container {
  padding: 80px 0 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px;
}
.foot_up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  color: #000;
}
.foot_logo {
  height: 145px;
  width: auto;
}
.foot_box h4 {
  font-size: 20px;
  margin-bottom: 25px;
}
.foot_box li {
  margin-bottom: 20px;
  font-weight: 400;
}
.foot_box:last-child li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.foot_box a {
  color: #000;
}
.foot_box img {
  position: absolute;
}
.foot_box p {
  margin-left: 30px;
}
.foot_icon li:nth-child(1) img {
  height: 20px;
  top: 2px;
}
.foot_icon li:nth-child(2) img {
  height: 15px;
}
.foot_icon li:nth-child(3) img {
  height: 10px;
  top: 4px;
}
.foot_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  font-size: 12.8px;
  color: #000;
}
.foot_bottom a {
  color: #000;
  text-decoration: underline;
}
.norm .wpforms-field-container {
  font-family: montserrat, sans-serif !important;
}
.norm div.wpforms-container-full .wpforms-form .wpforms-field-label {
  margin-bottom: 5px !important;
}
.norm .wpforms-field-large,
.norm .wpforms-field-required,
.norm #wpforms-42-field_4-address2,
.norm .wpforms-uploader,
.norm #wpforms-42-field_10 {
  padding: 15px 30px !important;
  border-color: rgb(235, 0, 27, 20%) !important;
  height: auto !important;
}
.norm #wpforms-42-field_1-container .wpforms-field-row,
.norm #wpforms-42-field_4-container .wpforms-field-row {
  padding: 0 !important;
}
.norm #wpforms-6-field_8-container,
.norm #wpforms-6-field_7-container,
.norm #wpforms-6-field_9-container,
.norm #wpforms-6-field_10-container {
  display: inline-block;
  width: 132px !important;
  margin-right: 24px;
}
.norm #wpforms-6-field_10-container {
  margin-right: 0;
}
.norm #wpforms-submit-6,
.norm #wpforms-submit-42 {
  background-color: #eb001b !important;
  border: none !important;
  color: #fff !important;
  font-size: 16px !important;
  padding: 15px 20px !important;
  border-radius: 10px;
  font-weight: 600;
}
.norm #wpforms-submit-6:hover,
.norm #wpforms-submit-42:hover {
  background-color: #e83f52 !important;
}
#wpforms-6-field_4-container textarea {
  height: 220px !important;
}
.norm #wpforms-submit-42 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.error {
  padding: 220px 0 80px 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(212, 5, 17, 10%)),
    to(rgb(128, 128, 128, 0%))
  );
  background-image: -o-linear-gradient(
    rgb(212, 5, 17, 10%),
    rgb(128, 128, 128, 0%)
  );
  background-image: linear-gradient(
    rgb(212, 5, 17, 10%),
    rgb(128, 128, 128, 0%)
  );
}
.error .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.error img {
  width: 491px;
}
.error p {
  font-size: 25px;
  margin: 20px 0 40px 0;
}
.contact_contact_pad .container {
  padding: 180px 0 100px 0;
}
.contact_trust_pad .container {
  padding: 60px 0 80px 0;
}
.error_contact_pad .container {
  padding: 60px 0 80px 0;
}
.contact_bg {
  position: absolute;
  width: 100%;
  z-index: -100;
  top: 0;
  height: 100vh;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(212, 5, 17, 10%)),
    to(rgb(128, 128, 128, 0%))
  );
  background-image: -o-linear-gradient(
    rgb(212, 5, 17, 10%),
    rgb(128, 128, 128, 0%)
  );
  background-image: linear-gradient(
    rgb(212, 5, 17, 10%),
    rgb(128, 128, 128, 0%)
  );
}
.thank {
  padding: 200px 0 110px 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(212, 5, 17, 8%)),
    to(rgb(128, 128, 128, 0%))
  );
  background-image: -o-linear-gradient(
    rgb(212, 5, 17, 8%),
    rgb(128, 128, 128, 0%)
  );
  background-image: linear-gradient(
    rgb(212, 5, 17, 8%),
    rgb(128, 128, 128, 0%)
  );
}
.thank .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.thank h3 {
  margin: 45px 0 20px 0;
  font-size: 48.83px;
  font-weight: 600;
}
.thank p {
  font-size: 20px;
  font-weight: 500;
  max-width: 980px;
  text-align: center;
}
.head-banner {
  padding: 160px 0 110px 0;
  background-color: #ffa0a8;
}
.head-banner h2 {
  margin: auto;
}
.privacy_content {
  padding: 80px 0;
}
.privacy_content .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 994px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.page_section {
  padding: 100px 0;
}
.page_section_content {
  max-width: 50%;
}
.page_section_content h3 {
  font-size: 39.06px;
  font-weight: 800;
  margin-bottom: 20px;
}
.page_section_content p {
  font-weight: 600;
  margin-bottom: 10px;
}
.page_section_content button {
  margin-top: 15px;
}
.three_info {
  padding: 60px 0;
}
.info_box {
  padding: 25px 20px 25px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px solid #d5d5d5;
  width: 388px;
  position: relative;
}
.info_box img {
  position: absolute;
  left: 20px;
  top: 25px;
}
.info_wrap h4 {
  margin-bottom: 10px;
}
.drivers_trust_pad {
  padding: 0 0 60px 0;
}
.track_banner h3 {
  margin: 30px 0 40px 0;
  font-size: 39.06px;
  font-weight: 700;
}
.track_form_tr:first-of-type,
.track_form_tr:last-of-type {
  display: none;
}
.track_form_tr:nth-last-of-type(2) input {
  padding: 6px 12px;
  font-family: montserrat, sans-serif;
  font-size: 16px;
}
.wpcargo-btn-primary {
  font-family: montserrat, sans-serif;
  background-color: #eb001b;
  border: none;
  text-transform: none;
}
.wpcargo-btn-primary:hover {
  background-color: #e83f52;
}
.track_contact_pad .container {
  padding: 100px 0 120px 0;
}
.application_banner h2 {
  font-size: 39.06px;
}
.application_content {
  padding: 20px 0 40px;
}

@media (max-width: 1200px) {
  .container {
    width: 980px;
  }
  .nav_links {
    gap: 40px;
  }
  .nav_links li:first-child {
    display: none;
  }
  .sec1 {
    padding: 244px 0 100px 0;
  }
  .sec1_content {
    width: 482px;
  }
  .sec1_img img {
    width: 482px;
    height: auto;
  }
  .sec2 .container {
    gap: 80px;
  }
  .sec3 {
    padding: 100px 0 80px 0;
  }
  .sec3_box p {
    width: 173px;
  }
  .sec3_shape {
    top: 132px;
    right: 30px;
  }
  .sec4 {
    padding: 60px 0 80px 0;
  }
  .sec4 img {
    width: 414px;
  }
  .sec4_content {
    width: 482px;
  }
  .sec5_boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
  }
  .sec5_box {
    width: 482px;
  }
  .sec5_box h3 {
    margin: 20px 0 15px 0;
    width: 100%;
  }
  .sec5_box p {
    font-size: 20px;
    width: 100%;
  }
  .sec6_contact {
    display: none;
  }
  .sec6 .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sec6_form {
    width: 648px;
  }
  .sec6 h2 {
    text-align: center;
  }
  footer .container {
    padding: 60px 0 20px 0;
    gap: 80px;
  }
  .foot_box:first-of-type {
    display: none;
  }
  .foot_icon p {
    width: 222px;
  }
  #wpforms-6-field_7-container,
  #wpforms-6-field_8-container,
  #wpforms-6-field_9-container,
  #wpforms-6-field_10-container {
    width: 150px !important;
    margin-right: 16px;
  }
  #wpforms-6-field_10-container {
    margin-right: 0;
  }
  #wpforms-submit-6 {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .thank {
    padding-bottom: 180px;
  }
  .thank p {
    font-size: 20px;
    font-weight: 500;
    max-width: 814px;
    text-align: center;
  }
  .page_section {
    padding-bottom: 50px;
  }
  .page_section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }
  .three_info .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .page_section_content h3 {
    text-align: center;
  }
  .page_section_content button {
    display: block;
    margin: 25px auto 0 auto;
  }
  .track_form_tr:first-of-type,
  .track_form_tr:last-of-type {
    display: none !important;
  }
  .track_banner {
    padding: 150px 0 50px 0;
  }
  #wpcargo-track-table td {
    border-bottom: none !important;
  }
}

@media (max-width: 1023px) {
  .container {
    width: 728px;
  }
  .mini_nav_wrapper {
    display: none;
  }
  .nav_link_wrapper {
    gap: 30px;
  }
  .nav_links {
    display: none;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 90px;
    width: 50%;
    right: 0;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgb(0, 0, 0, 0.03);
    box-shadow: 0 3px 6px rgb(0, 0, 0, 0.03);
    gap: 0;
  }
  .nav_links li {
    padding: 30px 0;
    width: 100%;
  }
  .nav_links a::after {
    background-color: transparent;
  }
  .nav_links.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  h2 {
    font-size: 39.06px;
  }
  .sec1 {
    padding: 169px 0 100px 0;
  }
  .sec1 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
  }
  .sec1_content {
    width: 540px;
  }
  .sec1_content h1 {
    text-align: center;
  }
  .sec1_content li {
    max-width: 100%;
  }
  .sec1_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sec2 img:nth-child(1) {
    width: 120px;
    height: auto;
  }
  .sec2 img:nth-child(2) {
    width: 100px;
    height: auto;
  }
  .sec2 img:nth-child(3) {
    width: 100px;
    height: auto;
  }
  .sec2 img:nth-child(4) {
    width: 200px;
    height: auto;
  }
  .sec2 .container {
    gap: 60px;
  }
  .sec3 .container {
    width: 540px;
  }
  .sec3_head_para {
    width: 450px;
    font-size: 16px;
    margin-top: 15px;
  }
  .sec3_boxes {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sec3_box {
    min-height: 194.8px;
  }
  .sec3_box p {
    width: 198px;
  }
  .sec3_shape {
    top: 135px;
    right: -20px;
  }

  .sec4 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .sec4 img {
    width: 352px;
  }
  .sec4 h2 {
    text-align: center;
  }
  .sec4_content p {
    font-size: 16px;
  }
  .sec4_content button {
    margin: 25px auto 0 auto;
    display: block;
  }
  .sec5 {
    padding: 60px 0 80px 0;
  }
  .sec6 .container {
    padding: 60px 0 80px 0;
  }
  .sec6_form {
    width: 100%;
  }
  .foot_bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .company_copyright {
    display: none;
  }
  .foot_logo {
    width: 188px;
    height: auto;
  }
  .foot_box h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .foot_box li {
    font-size: 12.8px;
    margin-bottom: 15px;
  }
  .foot_icon p {
    width: 150px;
  }
  .sec6_form {
    width: 540px;
  }
  #wpforms-6-field_7-container,
  #wpforms-6-field_8-container,
  #wpforms-6-field_9-container,
  #wpforms-6-field_10-container {
    width: 120px !important;
    margin-right: 20px;
  }
  #wpforms-6-field_10-container {
    margin-right: 0;
  }
  .contact_contact_pad .container {
    padding: 150px 0 60px 0;
  }
  .contact_trust_pad .container {
    padding: 0 0 80px 0;
  }
  .thank h3 {
    font-size: 39.06px;
  }
  .page_section_content {
    max-width: 80%;
  }
  .drivers_trust_pad {
    padding-bottom: 20px;
  }
  .application_banner h2 {
    font-size: 31.25px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 396px;
  }
  .break {
    width: 100%;
    height: 1px;
    background-color: #cacaca;
    position: relative;
    top: 60px;
  }
  .nav_logo2 {
    display: none;
  }
  .nav_link_wrapper {
    gap: 15px;
  }
  .nav_cta {
    padding: 7px 15px;
    font-size: 14px;
  }
  .nav_links {
    top: 80px;
  }
  .sec1 {
    padding: 115px 0 80px 0;
  }
  .sec1_content {
    width: 100%;
  }
  .sec1_content h1 {
    text-align: start;
    font-size: 31.25px;
    width: 100%;
  }
  .sec1_img img {
    width: 100%;
    height: auto;
  }
  .sec1_links {
    display: block;
  }
  .sec1_content li:first-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .primary_cta {
    padding: 10px 20px;
  }
  .text_cta {
    display: none;
  }
  .sec2 .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 40px 0;
  }
  .sec2 img:last-child {
    width: 150px;
    height: auto;
  }
  .sec3 {
    padding: 60px 0;
  }
  .sec3 .container {
    width: 396px;
  }
  h2 {
    font-size: 31.25px;
  }
  .sec3_head_para {
    width: 100%;
    text-align: left;
    margin: 20px 0 30px 0;
  }
  .sec3_boxes {
    gap: 12px;
  }
  .sec3_box {
    padding: 30px 20px;
    width: calc(50% - 6px);
    min-height: 100%;
  }
  .sec3_box p {
    font-size: 16px;
    width: 100%;
  }
  .sec3_box img {
    width: 40px;
    height: auto;
  }
  .sec3_shape {
    display: none;
  }
  .sec4 {
    padding: 60px 0;
  }
  .sec4_content {
    width: 100%;
  }
  .sec4_content h2 {
    text-align: left;
    margin-bottom: 20px;
  }
  .sec4_content button {
    margin: 30px 0 0 0;
    display: inline-block;
  }
  .sec5_boxes {
    gap: 60px;
  }
  .sec5_box h3 {
    margin-top: 15px;
    font-size: 20px;
  }
  .sec5_box p {
    font-size: 16px;
  }
  .sec5_box {
    width: 100%;
  }
  .sec5 .break {
    top: 80px;
  }
  .sec6 .container {
    padding: 60px 0;
  }
  .sec6_form {
    width: 100%;
  }
  .sec6_form h2 {
    font-size: 25px;
  }
  footer .container {
    padding-top: 45px;
    gap: 40px;
  }
  .foot_up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .foot_up img {
    margin: 0 auto 20px auto;
  }
  #wpforms-submit-6 {
    padding: 10px 20px !important;
  }
  .contact_contact_pad .container {
    padding: 120px 0 60px 0;
  }
  .contact_trust_pad .container {
    padding: 0 0 80px 0;
  }
  .error {
    padding: 180px 0 80px 0;
  }
  .error img {
    width: 300px;
  }
  .error p {
    font-size: 16px;
    margin: 20px 0 40px 0;
  }
  .error_contact_pad .container {
    padding: 40px 0;
  }
  #wpforms-6-field_3-container {
    margin-top: 25px;
  }
  .thank h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .thank p {
    font-size: 16px;
  }
  .thank {
    padding: 150px 0 100px 0;
  }
  .privacy_content {
    padding: 40px 0 60px 0;
  }
  .page_section {
    padding: 60px 0;
  }
  .page_section .container {
    gap: 30px;
  }
  .page_section img {
    width: 100%;
  }
  .page_section_content {
    max-width: 100%;
  }
  .page_section_content h3 {
    text-align: start;
  }
  .page_section_content h3 {
    font-size: 31.25px;
  }
  .three_info {
    padding: 40px 0;
  }
  .three_info .container {
    gap: 20px;
  }
  .info_box {
    width: 100%;
  }
  .head-banner {
    padding: 140px 0 80px 0;
  }
  .drivers_trust_pad {
    padding-bottom: 40px;
  }
  .track_banner {
    padding: 150px 0 50px 0;
  }
  .application_banner h2 {
    text-align: center;
  }
}

@media (max-width: 427px) {
  .container {
    width: calc(100% - 32px);
  }
  .sec3 .container {
    width: calc(100% - 32px);
  }
}
