/* BASE - Base styles, variables, mixins, etc. */
@import url(../scss/fonts/stylesheet.css);
@font-face {
  font-family: "SF-Pro-Display-Regular";
  src: url("fonts/SF-Pro-Display-Regular.woff2") format("woff2"), url("fonts/SF-Pro-Display-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "SF-Pro-Display-Semibold";
  src: url("fonts/SF-Pro-Display-Semibold.woff2") format("woff2"), url("fonts/SF-Pro-Display-Semibold.woff") format("woff");
  font-display: swap;
}

/* Common Styles */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "SF-Pro-Display-Regular" !important;
  font-size: 14px;
  line-height: 20px;
}

button, input, optgroup, select, textarea {
  font-family: "SF-Pro-Display-Regular" !important;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a {
  color: #3c5a99;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

a:hover {
  color: #3c5a99;
}

a:focus {
  outline: none;
}

input:focus {
  outline: none;
}

button:hover, button:focus {
  outline: none;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.wrapper {
  padding: 40px;
  background-color: #ffffff;
  min-height: 400px;
}

.custom_wrapper {
  padding: 32px 50px !important;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #e4a700;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ffffff;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #ffffff;
}

/* LAYOUTS - styles, variables, mixins, etc. */
.footer {
  background-color: #000000;
  padding: 50px 0 0;
  position: relative;
}

.footer .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33% 20% 1fr;
      grid-template-columns: 33% 20% 1fr;
  grid-gap: 100px;
}

.footer .grid-item {
  padding: 0px;
}

.footer .logo {
  margin-bottom: 40px;
}

.footer h2 {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 25px;
  color: #ffffff;
}

.footer .footer_about {
  margin-bottom: 40px;
}

.footer .footer_about p {
  color: #b5b5b5;
  font-size: 13px;
  text-align: left;
  margin-bottom: 25px;
  line-height: 2;
}

.footer .footer_about .social_icons .socialm_icons {
  margin-right: 40px;
  vertical-align: middle;
}

.footer .footer_about .social_icons .socialm_icons:hover svg {
  fill: #E4A700;
}

.footer .footer_about .social_icons .socialm_icons svg {
  fill: #F4F4F6;
}

.footer .footer_quicklinks li a {
  color: #b5b5b5;
  font-size: 13px;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 17px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer .footer_quicklinks li a:hover {
  color: #E4A700;
}

.footer .footer_contact a {
  margin-right: 15px;
}

.footer .footer_contact a:hover svg {
  fill: #E4A700;
}

.footer .footer_contact a svg {
  fill: #b5b5b5;
}

.footer .footer_contact > div > span a {
  cursor: auto;
}

.footer .footer_contact label {
  color: #b5b5b5;
  font-size: 13px;
  text-align: left;
  margin-bottom: 25px;
}

.footer .footer_contact label a {
  color: #b5b5b5;
  font-size: 13px;
  font-weight: normal;
  text-transform: lowercase;
  text-align: left;
  margin-bottom: 25px;
}

.footer .bottom_footer {
  background-color: #161B1F;
  padding: 15px;
  text-align: center;
}

.footer .bottom_footer ul {
  display: inline-block;
  color: #F4F4F6;
  margin-bottom: 0;
}

.footer .bottom_footer ul li {
  display: inline-block;
  margin: 0 15px;
}

.footer .bottom_footer ul li h2 {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: normal;
  color: #F4F4F6;
}

.footer .bottom_footer ul li a {
  font-size: 12px;
  margin: 0;
  text-transform: capitalize;
  font-weight: normal;
  color: #F4F4F6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer .bottom_footer ul li a:hover {
  color: #E4A700;
}

.footer .bottom_footer ul li span {
  margin: 0 15px;
}

.footer .upicon {
  position: absolute;
  bottom: 75px;
  right: 75px;
  height: 50px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .footer .grid-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .footer .footer_about {
    margin-bottom: 30px;
  }
  .footer .footer_quicklinks {
    margin-bottom: 30px;
  }
  .footer .logo {
    height: 40px;
  }
  .footer .upicon {
    position: absolute;
    bottom: 100px;
    right: 20px;
    height: 40px;
  }
}

@media (max-width: 525px) {
  .footer .bottom_footer {
    padding: 10px 5px;
  }
  .footer .bottom_footer ul li {
    margin: 0;
  }
  .footer .bottom_footer ul li h2 {
    font-size: 11px;
  }
  .footer .bottom_footer ul li a {
    font-size: 11px;
  }
  .footer .bottom_footer ul li span {
    margin: 0 8px;
    font-size: 11px;
  }
}

.header {
  padding: 15px 0 5px;
  border: none;
  border-bottom: 1px solid #cccccc;
  position: absolute;
  z-index: 1;
  width: 100%;
}

.header .navbar {
  padding: 5px 0px;
}

.header .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .nav-item {
  margin-left: 10px;
}

.header .nav-item .user_icon {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

.header .nav-item.active {
  position: relative;
}

.header .nav-item.active::before {
  content: "";
  position: absolute;
  right: 8px;
  left: 8px;
  bottom: -19px;
  height: 3px;
  width: 35px;
  background-color: #e4a700;
}

.header .nav-link {
  color: #ffffff !important;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 13px;
  cursor: pointer;
}

.header .nav-link:hover {
  position: relative;
}

.header .nav-link:hover::before {
  content: "";
  position: absolute;
  right: 8px;
  left: 8px;
  bottom: -21px;
  height: 3px;
  width: 35px;
  background-color: #e4a700;
}

.header .btn_login {
  background: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
  font-weight: 600;
  font-size: 12px;
  width: 100px;
  margin-left: 10px;
  padding: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 1px;
}

.header .btn_login:hover {
  background: #e4a700;
  border: 1px solid #e4a700;
  color: #ffffff;
}

.header .btn_subscribe {
  background: #e4a700;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  width: 110px;
  letter-spacing: 1px;
  margin-left: 15px;
  padding: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .btn_subscribe:hover {
  background: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.header .navbar-toggler {
  background: #e4a700;
  border: 1px solid #e4a700;
}

.header .logo {
  height: 45px;
}

.header .dropdown-menu {
  padding: 0;
  border-radius: 0;
  padding: 5px 15px;
  border: 1px solid #dfdfdf;
  margin: 20px 0 0;
  border-bottom: 1px solid #e4a700;
}

.header .dropdown-item:last-child {
  border-bottom: none;
}

.header .dropdown-item {
  display: block;
  padding: 12px 0 7px;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  color: #929292;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  cursor: pointer;
}

.header .dropdown-item.active,
.header .dropdown-item:active {
  color: #e4a700;
  text-decoration: none;
  background-color: #ffffff;
}

.header .dropdown-item:focus,
.header .dropdown-item:hover {
  color: #e4a700;
  text-decoration: none;
  background-color: #ffffff;
}

.header .userprofile .dropdown-toggle::after {
  display: none;
}

.header .userprofile span {
  margin: 0 7px;
}

.header_inner {
  position: static !important;
  background-color: #ffffff;
}

.header_inner .nav-link {
  color: #000000 !important;
}

@media (max-width: 991px) {
  .header .logo {
    height: 28px !important;
  }
  .header .nav-link {
    font-size: 12px;
  }
  .header .nav-item {
    margin-left: 2px;
  }
  .header .btn_login {
    margin-left: 15px;
  }
  .header .nav-item.active::before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 7px;
  }
  .header .nav-link:hover {
    position: relative;
  }
  .header .nav-link:hover::before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 7px;
  }
}

@media (max-width: 768px) {
  .header {
    position: static;
    z-index: 1;
    width: 100%;
  }
  .header .nav-link {
    margin-left: 0;
  }
  .header .btn_login {
    width: 100px;
    margin-left: 0;
  }
  .header .btn_subscribe {
    width: 100px;
  }
  .header .navbar-collapse {
    background: #ffffff;
    z-index: 999;
  }
  .header .nav-item.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 40px;
  }
  .header .nav-link:hover {
    position: relative;
  }
  .header .nav-link:hover::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 40px;
  }
}

@media (max-width: 525px) {
  .header .btn_login {
    width: 100%;
    margin: 15px 0;
  }
  .header .btn_subscribe {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

/* MODULES - Individual site components */
body {
  background-image: url("../../../assets/img/login_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

button:focus {
  outline: none !important;
}

button:hover {
  outline: none !important;
}

input:focus {
  outline: none !important;
}

input:hover {
  outline: none !important;
}

.login_bg {
  padding: 150px 0 100px;
}

.subscribe_bg {
  padding: 100px 0 100px;
}

.invalid-feedback {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.login_section {
  background-color: #ffffff;
  border-radius: 10px;
}

.login_section .left_block {
  width: 45%;
  border-radius: 10px;
}

.login_section .left_block .login_content {
  padding: 50px 52px 50px;
  background-color: #ffffff;
  border-radius: 10px 0 0 10px;
}

.login_section .left_block .login_content .login_upper_sec .logo {
  margin: auto;
  display: block;
  height: 63px;
  margin-bottom: 25px;
}

.login_section .left_block .login_content .login_upper_sec h2 {
  text-align: left;
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.login_section .left_block .login_content .login_upper_sec .login_border {
  position: relative;
}

.login_section .left_block .login_content .login_upper_sec .login_border::before {
  content: "";
  position: absolute;
  width: 65px;
  height: 2px;
  background-color: #e4a700;
  bottom: 0;
  left: 0;
}

.login_section .left_block .login_content .login_middle_sec {
  margin-top: 36px;
}

.login_section .left_block .login_content .login_middle_sec label {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 1px;
  color: #ffffff;
}

.login_section .left_block .login_content .login_middle_sec .input_group {
  margin-bottom: 15px;
}

.login_section .left_block .login_content .login_middle_sec .form-control {
  border-radius: 6px;
  border: 1px solid #4f4f4f47;
  padding: 15px;
  height: 48px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: normal;
  color: #000000 !important;
  background-color: transparent;
}

.login_section .left_block .login_content .login_middle_sec .form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: normal;
  color: #929292;
}

.login_section .left_block .login_content .login_middle_sec .form-control:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: normal;
  color: #929292;
}

.login_section .left_block .login_content .login_middle_sec .form-control::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: normal;
  color: #929292;
}

.login_section .left_block .login_content .login_middle_sec .form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: normal;
  color: #929292;
}

.login_section .left_block .login_content .login_middle_sec input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #333333 !important;
  font-size: 14px;
}

.login_section .left_block .login_content .login_middle_sec .custom-control-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  color: #929292;
  cursor: pointer;
}

.login_section .left_block .login_content .login_middle_sec .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #e4a700;
  border-radius: 2px;
}

.login_section .left_block .login_content .login_middle_sec .custom-checkbox .custom-control-label::before {
  position: absolute;
  top: 0;
  left: -1.5rem;
  display: block;
  width: 17px;
  height: 17px;
  pointer-events: none;
  content: "";
  background-color: transparent;
  border: #4f4f4f47 solid 1px;
}

.login_section .left_block .login_content .login_middle_sec .custom-checkbox .custom-control-label::after {
  top: 0;
}

.login_section .left_block .login_content .login_middle_sec .forgot_password {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
  color: #929292;
  text-transform: capitalize;
}

.login_section .left_block .login_content .login_middle_sec .forgot_password span {
  color: #e4a700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.login_section .left_block .login_content .login_middle_sec .forgot_password span:hover {
  color: #000000;
}

.login_section .left_block .login_content .login_middle_sec .signin_btn {
  margin: 0 0 2px;
  height: 40px;
  border-radius: 4px;
  background-color: #e4a700;
  border: 1px solid #e4a700;
  font-size: 12px;
  font-weight: 400;
  line-height: 0.86;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  border: none;
  width: 191px;
  margin-top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 1px;
  cursor: pointer;
}

.login_section .left_block .login_content .login_middle_sec .signin_btn:hover {
  background-color: #ffffff;
  color: #e4a700;
  border: 1px solid #e4a700;
}

.login_section .left_block .login_content .login_middle_sec .input_group {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}

.login_section .left_block .login_content .login_middle_sec .input-group-append {
  margin-left: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}

.login_section .left_block .login_content .login_middle_sec .input-group-append i {
  color: #e4a700;
  font-size: 18px;
  cursor: pointer;
}

.login_section .left_block .login_content .first_tab label {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #929292;
  margin-bottom: 3px;
  display: block;
}

.login_section .left_block .login_content .first_tab .form-control {
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 15px;
  font-size: 13px;
  height: 50px;
}

.login_section .left_block .login_content .first_tab .save_changes_btn {
  background-color: #e4a700;
  border: 1px solid #e4a700;
  color: #ffffff;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 4px;
  width: 148px;
  height: 40px;
  padding: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 15px;
  margin-bottom: 10px;
}

.login_section .left_block .login_content .first_tab .save_changes_btn:hover {
  background-color: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.login_section .left_block .login_content .first_tab .save_changes_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.login_section .right_block {
  width: 55%;
  border-radius: 10px;
  background-color: #e4a700;
  padding: 25px;
}

.login_section .right_block .login_img {
  background-image: url("../../../assets/img/login_truck.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.login_section .right_block .forgotpassword_img {
  background-image: url("../../../assets/img/forgotpassword_bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.login_section .right_block .closeico {
  float: right;
  cursor: pointer;
}

.fp_section .left_block .login_content .login_upper_sec p {
  text-align: left;
  color: #929292;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 25px;
  line-height: 1.5;
}

.fp_section .left_block .login_content .login_middle_sec {
  margin-top: 20px;
}

.fp_section .left_block .login_content .login_middle_sec .signin_btn {
  margin-top: 15px;
}

.fp_section .left_block .login_content .login_middle_sec .forgot_password {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #929292;
  text-transform: capitalize;
  display: block;
  margin-top: 20px;
}

.fp_section .left_block .login_content .login_middle_sec .fp_mail {
  color: #e4a700;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.fp_section .left_block .login_content .login_middle_sec .fp_mail:hover {
  color: #000000;
}

.fp_section .left_block .login_content .login_middle_sec .fp_mail img {
  margin-right: 15px;
}

.home_section .slider_sec .carousel .sliderimg {
  background-image: url("../../../assets/img/slider.png");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  height: 567px;
  clear: both;
}

.home_section .slider_sec .carousel-caption {
  position: absolute;
  right: 0;
  top: 20%;
  bottom: auto;
  left: 0%;
  text-align: left;
}

.home_section .slider_sec .carousel-caption .slider_caption {
  width: 34%;
}

.home_section .slider_sec .carousel-caption .slider_caption h3 {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1.5;
  font-family: "SF-Pro-Display-Semibold";
}

.home_section .slider_sec .carousel-caption .slider_caption p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 1px;
}

.home_section .slider_sec .carousel-caption .slider_caption .contact_btn {
  margin: 0 0 2px;
  height: 40px;
  border-radius: 4px;
  background-color: #e4a700;
  border: 1px solid #e4a700;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 4px;
  font-weight: 400;
  line-height: 0.86;
  text-align: center;
  color: #ffffff;
  border: none;
  width: 115px;
  margin-top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.home_section .slider_sec .carousel-caption .slider_caption .contact_btn:hover {
  background-color: transparent;
  color: #e4a700;
  background-color: #ffffff;
  border: 1px solid #e4a700;
}

.home_section .slider_sec .carousel-caption .slider_caption .contact_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.home_section .about_sec {
  background-color: #ffffff;
  padding: 100px 0;
}

.home_section .about_sec .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  grid-gap: 0px;
}

.home_section .about_sec .grid-container .grid-item:nth-child(1) {
  padding-right: 25px;
}

.home_section .about_sec .grid-container .grid-item:nth-child(2) {
  padding-left: 25px;
}

.home_section .about_sec .about_img {
  height: 543px;
  position: relative;
}

.home_section .about_sec .about_img img {
  height: 543px;
  width: 100%;
}

.home_section .about_sec .about_img::before {
  content: "";
  position: absolute;
  background-color: #e4a700;
  width: 231px;
  height: 329px;
  right: -25px;
  bottom: -25px;
  mix-blend-mode: multiply;
  border-radius: 4px;
}

.home_section .about_sec label {
  color: #e4a700;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}

.home_section .about_sec h3 {
  color: #000000;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 12px;
}

.home_section .about_sec h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 27px;
}

.home_section .about_sec p {
  font-size: 13px;
  line-height: 24px;
  text-align: justify;
  color: #000000;
}

.home_section .about_sec .subscribe_btn {
  background-color: transparent;
  border: 1px solid #e4a700;
  color: #e4a700;
  font-weight: 600;
  font-size: 12px;
  border-radius: 4px;
  width: 130px;
  padding: 8px;
  letter-spacing: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home_section .about_sec .subscribe_btn:hover {
  background-color: #e4a700;
  color: #ffffff;
}

.home_section .about_sec .subscribe_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.home_section .delivery_sec {
  background-color: #e4a700;
  color: #ffffff;
  position: relative;
  padding: 50px 0;
}

.home_section .delivery_sec::before {
  content: "";
  position: absolute;
  background-image: url("../../../assets/img/icon.svg");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
  left: 0;
  top: 50px;
}

.home_section .delivery_sec .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  grid-gap: 0px;
}

.home_section .delivery_sec .grid-container .grid-item .white_box {
  background: #ffffff;
  -webkit-box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  padding: 25px;
}

.home_section .delivery_sec .grid-container .grid-item .white_box p {
  font-size: 12px;
  color: #000000;
  line-height: 26px;
  margin-bottom: 0;
}

.home_section .delivery_sec .grid-container .grid-item .white_box span {
  height: 78px;
  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;
  margin-bottom: 15px;
}

.home_section .delivery_sec .grid-container .grid-item .white_box h2 {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
}

.home_section .delivery_sec .grid-container .grid-item:nth-child(1) {
  padding-right: 15px;
}

.home_section .delivery_sec .grid-container .grid-item:nth-child(2) {
  padding-left: 15px;
}

.home_section .delivery_sec label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.home_section .delivery_sec h3 {
  font-size: 30px;
}

.home_section .delivery_sec p {
  font-size: 13px;
}

.home_section .aboutus_sec {
  background-color: #ffffff;
  padding: 100px 0;
}

.home_section .aboutus_sec .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.home_section .aboutus_sec .grid-container .grid-item .about_box {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 20px 15px;
  text-align: center;
  cursor: pointer;
  height: 100%;
}

.home_section .aboutus_sec .grid-container .grid-item .about_box img {
  height: 50px;
  margin-bottom: 25px;
}

.home_section .aboutus_sec .grid-container .grid-item .about_box h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
}

.home_section .aboutus_sec .grid-container .grid-item .about_box p {
  font-size: 13px;
  color: #000000;
  line-height: 26px;
  margin-bottom: 0;
}

.home_section .aboutus_sec .grid-container .grid-item .about_box p a {
  color: #e4a700;
  text-transform: lowercase;
  font-size: 14px;
  display: block;
}

.home_section .aboutus_sec .grid-container .grid-item .about_box:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.35);
}

.home_section .aboutus_sec .seeall_btn {
  background-color: transparent;
  border: 1px solid #e4a700;
  color: #e4a700;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 4px;
  width: 130px;
  padding: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: -20px;
}

.home_section .aboutus_sec .seeall_btn:hover {
  background-color: #e4a700;
  color: #ffffff;
}

.home_section .aboutus_sec .seeall_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.home_section .aboutus_sec .display_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home_section .aboutus_sec label {
  font-size: 14px;
  font-weight: 500;
  color: #e4a700;
  margin-bottom: 8px;
}

.home_section .aboutus_sec h3 {
  font-size: 30px;
}

.home_section .aboutus_sec p {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 30px;
}

.home_section .package_sec {
  background-image: url("../../../assets/img/package_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  text-align: center;
}

.home_section .package_sec h2 span{
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  max-width: 350px;
  display: inline-block;
  line-height: 1.5em;
  letter-spacing: 0.0325em;
}

.home_section .package_sec label {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 15px;
}

.home_section .package_sec label a {
  color: #e4a700;
  text-transform: lowercase;
  font-size: 14px;
}

.home_section .package_sec h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 60px;
  text-align: center;
  color: #ffffff;
}

.home_section .package_sec .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 20px;
}

.home_section .package_sec .grid-container .grid-item img {
  height: 120px;
  margin-bottom: 25px;
  cursor: pointer;
}

.home_section .package_sec .grid-container .grid-item h3 {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
}

.home_section .package_sec .grid-container .grid-item p {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.home_section .news_sec {
  background-color: #ffffff;
  padding: 100px 0 40px;
}

.home_section .news_sec .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.home_section .news_sec .grid-container .grid-item img {
  margin-bottom: 15px;
  width: 100%;
}

.home_section .news_sec .grid-container .grid-item h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin: 15px 0;
}

.home_section .news_sec .grid-container .grid-item p {
  font-size: 13px;
  color: #666666;
  line-height: 26px;
}

.home_section .news_sec .grid-container .grid-item .read_more {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 5px 0 0;
}

.home_section .news_sec .seeall_btn {
  background-color: transparent;
  border: 1px solid #e4a700;
  color: #e4a700;
  font-weight: 600;
  font-size: 12px;
  border-radius: 4px;
  width: 130px;
  padding: 8px;
  letter-spacing: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: -20px;
}

.home_section .news_sec .seeall_btn:hover {
  background-color: #e4a700;
  color: #ffffff;
}

.home_section .news_sec .seeall_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.home_section .news_sec .display_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home_section .news_sec label {
  font-size: 14px;
  font-weight: 500;
  color: #e4a700;
  margin-bottom: 8px;
}

.home_section .news_sec h3 {
  font-size: 30px;
}

.home_section .news_sec p {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 30px;
}

.home_section .helpfull_sec {
  background-color: #ffffff;
  padding: 100px 0 40px;
}

.home_section .helpfull_sec .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

.home_section .helpfull_sec .grid-container .grid-item img {
  margin-bottom: 15px;
  width: 100%;
}

.home_section .helpfull_sec .grid-container .grid-item h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin: 15px 0;
}

.home_section .helpfull_sec .grid-container .grid-item p {
  font-size: 13px;
  color: #666666;
  line-height: 26px;
}

.home_section .helpfull_sec .grid-container .grid-item .read_more {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 5px 0 0;
  text-decoration: underline;
}

.home_section .helpfull_sec h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.home_section .contactus_sec {
  background-color: #ffffff;
  padding: 100px 0;
  text-align: center;
}

.home_section .contactus_sec .submit_request_btn {
  background-color: #e4a700;
  border: 1px solid #e4a700;
  color: #ffffff;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 4px;
  width: 270px;
  height: 50px;
  padding: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 10px;
}

.home_section .contactus_sec .submit_request_btn:hover {
  background-color: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.home_section .contactus_sec .submit_request_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.home_section .contactus_sec label {
  font-size: 14px;
  font-weight: 500;
  color: #e4a700;
  margin-bottom: 8px;
}

.home_section .contactus_sec h3 {
  font-size: 30px;
}

.home_section .contactus_sec p {
  font-size: 13px;
  margin-bottom: 40px;
}

.home_section .contactus_sec .form-control-wrapper {
  margin-bottom: 30px;
  position: relative;
}

.home_section .contactus_sec .form-control-wrapper .invalid-feedback {
  text-align: left;
}

.home_section .contactus_sec .form-control {
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  padding: 15px;
  font-size: 13px;
  height: 50px;
}

.home_section .contactus_sec .form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.home_section .contactus_sec .form-control:-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.home_section .contactus_sec .form-control::-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.home_section .contactus_sec .form-control::placeholder {
  font-size: 13px;
  color: #999999;
}

.home_section .contactus_sec .form-control:focus {
  border: 1px solid #e4a700;
  color: #e4a700;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.home_section .contactus_sec .form-control:focus::-webkit-input-placeholder {
  color: #e4a700;
}

.home_section .contactus_sec .form-control:focus:-ms-input-placeholder {
  color: #e4a700;
}

.home_section .contactus_sec .form-control:focus::-ms-input-placeholder {
  color: #e4a700;
}

.home_section .contactus_sec .form-control:focus::placeholder {
  color: #e4a700;
}

.home_section .contactus_sec textarea.form-control {
  height: auto !important;
}

.add_driver_section .add_driver .inner_header {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}

.add_driver_section .add_driver h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 18px;
  margin-bottom: 0;
}

.add_driver_section .add_driver .input_group {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}

.add_driver_section .add_driver .form-control {
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  padding: 15px;
  font-size: 13px;
  height: 50px;
}

.add_driver_section .add_driver .form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.add_driver_section .add_driver .form-control:-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.add_driver_section .add_driver .form-control::-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.add_driver_section .add_driver .form-control::placeholder {
  font-size: 13px;
  color: #999999;
}

.add_driver_section .add_driver .form-control:focus {
  border: 1px solid #e4a700;
  color: #e4a700;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.add_driver_section .add_driver .form-control:focus::-webkit-input-placeholder {
  color: #e4a700;
}

.add_driver_section .add_driver .form-control:focus:-ms-input-placeholder {
  color: #e4a700;
}

.add_driver_section .add_driver .form-control:focus::-ms-input-placeholder {
  color: #e4a700;
}

.add_driver_section .add_driver .form-control:focus::placeholder {
  color: #e4a700;
}

.add_driver_section .add_driver .form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.add_driver_section .add_driver .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.add_driver_section .add_driver .gj-datepicker.gj-datepicker-bootstrap.gj-unselectable.input-group span {
  display: none;
}

.add_driver_section .add_driver .input-group-append {
  margin-left: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}

.add_driver_section .add_driver .extn {
  top: 0;
  right: auto;
  left: 0 !important;
  background: #929292;
  border-radius: 6px 0 0 6px;
  height: 50px;
  padding: 15px;
  color: #ffff;
}

.add_driver_section .add_driver .extn label {
  font-size: 14px;
}

.add_driver_section .add_driver .extn_input {
  padding-left: 60px;
}

.add_driver_section .add_driver input:-webkit-autofill,
.add_driver_section .add_driver input:-webkit-autofill:hover,
.add_driver_section .add_driver input:-webkit-autofill:focus {
  border: 1px solid #cccccc;
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.add_driver_section .add_driver .add_photo_box {
  width: 150px;
  height: 150px;
  background: #eeeeee;
  margin-bottom: 30px;
  border-radius: 6px;
  cursor: pointer;
}

.add_driver_section .add_driver .add_photo_box label {
  margin: 0;
  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;
  height: 150px;
}

.add_driver_section .add_driver .add_photo_box #upload_photo {
  opacity: 0;
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 150px;
  width: 150px;
}

.add_driver_section .add_driver .add_photo_box .preview_img {
  height: 135px;
  width: 135px;
  border-radius: 6px;
}

.add_driver_section .add_driver .form_ {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.add_driver_section .add_driver .form_border {
  border-radius: 10px;
  padding: 30px 30px 0px;
  border: 1px solid #cccccc;
}

.add_driver_section .add_driver .signup_btn {
  background-color: #e4a700;
  border: 1px solid #e4a700;
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  border-radius: 4px;
  width: 151px;
  letter-spacing: 1px;
  height: 50px;
  padding: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 30px;
  margin-top: 30px;
}

.add_driver_section .add_driver .signup_btn:hover {
  background-color: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.add_driver_section .add_driver .signup_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.add_driver_section .add_driver .reset_btn {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 14px;
  border-radius: 4px;
  width: 151px;
  height: 50px;
  padding: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 30px;
}

.add_driver_section .add_driver .reset_btn:hover {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}

.add_driver_section .add_driver .reset_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.medical_card_section .medical_card .inner_header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 25px;
}

.medical_card_section .medical_card .inner_header h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0px;
  display: inline-block;
}

.medical_card_section .medical_card .inner_header .search_bar {
  width: 251px;
  height: 40px;
  padding: 6px 15px;
  background: #f3f3f3;
  border: 1px solid #dfdfdf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 200px;
  outline: none;
  position: relative;
}

.medical_card_section .medical_card .inner_header .search_bar::-webkit-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.medical_card_section .medical_card .inner_header .search_bar:-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.medical_card_section .medical_card .inner_header .search_bar::-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.medical_card_section .medical_card .inner_header .search_bar::placeholder {
  font-size: 13px;
  color: #999999;
}

.medical_card_section .medical_card .inner_header .input-group {
  display: inline;
  float: right;
  width: auto;
}

.medical_card_section .medical_card .inner_header .input-group-append {
  margin-left: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}

.medical_card_section .medical_card .inner_header select::-ms-expand {
  display: none;
}

.medical_card_section .medical_card .inner_header select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.medical_card_section .medical_card .grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-row-gap: 10px;
}

.medical_card_section .medical_card .grid-container .grid-item .card_grid {
  background: #f3f3f3;
  border-radius: 4px;
  padding: 7px 25px 7px 7px;
}

.medical_card_section .medical_card .grid-container .grid-item .card_grid ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.medical_card_section .medical_card .grid-container .grid-item .card_grid ul li {
  display: inline-block;
  margin-right: 50px;
  vertical-align: middle;
}

.medical_card_section .medical_card .grid-container .grid-item .card_grid ul li:first-child {
  margin-right: 30px;
}

.medical_card_section .medical_card .grid-container .grid-item .card_grid ul li:last-child {
  margin-right: 0;
  float: right;
}

.medical_card_section .medical_card .grid-container .grid-item .card_grid ul li h3 {
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  margin-bottom: 12px;
}

.medical_card_section .medical_card .grid-container .grid-item .card_grid ul li p {
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
}

.medical_card_section .medical_card .grid-container .grid-item .card_grid ul li .download_btn {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 14px;
  border-radius: 4px;
  width: 106px;
  height: 40px;
  padding: 8px;
  margin-top: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.medical_card_section .medical_card .grid-container .grid-item .card_grid ul li .download_btn:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.medical_card_section .medical_card .grid-container .grid-item .card_grid ul li .download_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}
.medical_card_section .medical_card .grid-container .grid-item .card_grid ul li .download_btn.print_btn{
  background-color: #e4a700;
  border-color: #e4a700;
  color: #fff;
}
.medical_card_section .medical_card .grid-container .grid-item .card_grid ul li .download_btn.print_btn:focus{
  box-shadow: none;
}
.medical_card_section .medical_card .grid-container .grid-item .card_grid ul li .download_btn.print_btn:hover{
  background: #ffffff;
    border: 1px solid #e4a700;
    color: #e4a700;
}
.medical_card_section .medical_card .grid-container .grid-item .card_grid ul li .download_btn.print_btn:hover img{
  filter: brightness(0.5);
}
.medical_card_section .medical_card .grid-container .grid-item .card_grid ul li .download_btn.print_btn > img{
  display: inline-block;
  margin-left: 5px;
  width: 15px;
}

.medical_card_section .medical_card .grid-container .grid-item .card_grid ul li .delete_btn {
  background: #ffffff;
  border-radius: 4px;
  letter-spacing: 1px;
  border: none;
  padding: 6px 12px;
  color: #666666;
  border: 1px solid #666666;
  width: 106px;
  height: 40px;
  margin-left: 15px;
}

.medical_card_section .medical_card .grid-container .grid-item .card_grid ul li .delete_btn:hover {
  background: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.medical_card_section .medical_card .grid-container .grid-item .card_grid ul li .delete_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.medical_card_section .medical_card .grid-container .grid-item .card_grid ul li .med_certificate {
  height: 120px;
  height: auto;
}

.medical_card_section .medical_card .upload_btn {
  background: #e4a700;
  color: #ffffff;
  font-weight: 600;
  border-radius: 4px;
  letter-spacing: 1px;
  font-size: 12px;
  width: 100px;
  letter-spacing: 1px;
  margin: 3px 15px 0 0;
  padding: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  float: right;
}

.medical_card_section .medical_card .upload_btn:hover {
  background: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.medical_card_section .medical_card .upload_btn:focus {
  outline: none;
}

.search_driver_section .search_driver .inner_header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 25px;
}

.search_driver_section .search_driver .inner_header h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0px;
  display: inline-block;
}

.search_driver_section .search_driver .inner_header .search_bar {
  width: 467px;
  height: 40px;
  padding: 6px 15px;
  background: #f3f3f3;
  border: 1px solid #dfdfdf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 200px;
  position: relative;
}

.search_driver_section .search_driver .inner_header .search_bar::-webkit-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.search_driver_section .search_driver .inner_header .search_bar:-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.search_driver_section .search_driver .inner_header .search_bar::-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.search_driver_section .search_driver .inner_header .search_bar::placeholder {
  font-size: 13px;
  color: #999999;
}

.search_driver_section .search_driver .inner_header .input-group {
  display: inline;
  float: right;
  width: auto;
}

.search_driver_section .search_driver .inner_header .input-group-append {
  margin-left: 0;
  position: absolute;
  right: 15px;
  top: 10px;
}

.search_driver_section .search_driver .inner_header .print_btn {
  background: #e4a700;
  border-radius: 4px;
  border: none;
  padding: 6px 12px;
  color: #fff;
  float: right;
  margin: 0px 0 0 15px;
  width: 115px;
  font-size: 14px;
  height: 40px;
  letter-spacing: 1px;
}

.search_driver_section .search_driver .inner_header .print_btn img {
  margin-left: 7px;
}

.search_driver_section .search_driver .inner_header .print_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.search_driver_section .search_driver .pagination_ {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.search_driver_section .search_driver .pagination_ p {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.search_driver_section .search_driver .pagination_ p .pagi_ico {
  margin-left: 5px;
  cursor: pointer;
}

.search_driver_section .search_driver .driver_table {
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.search_driver_section .search_driver .driver_table table {
  display: table;
  width: 100%;
}

.search_driver_section .search_driver .driver_table table thead {
  background: #f3f3f3;
  border-radius: 10px 10px 0px 0px;
}

.search_driver_section .search_driver .driver_table table thead th {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #929292;
  padding: 15px;
}

.search_driver_section .search_driver .driver_table table thead th img {
  margin-left: 3px;
  cursor: pointer;
}

.search_driver_section .search_driver .driver_table table tbody tr {
  border-bottom: 1px solid #cccccc;
}

.search_driver_section .search_driver .driver_table table tbody td {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 15px;
}

.search_driver_section .search_driver .driver_table table tbody td .dots_img {
  display: block;
  margin: auto;
  cursor: pointer;
}

.search_driver_section .search_driver .driver_table table tbody td .drivertab_img {
  height: 80px;
  width: 80px;
}

.search_driver_section .search_driver .driver_table table tbody td .drivertab_img img {
  height: 80px;
  width: 80px;
}

.search_driver_section .search_driver .driver_table table tbody .dropdown-toggle {
  background-color: transparent;
  border: none;
}

.search_driver_section .search_driver .driver_table table tbody .dropdown-toggle::after {
  display: none;
}

.search_driver_section .search_driver .driver_table table tbody .dropdown-menu {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.search_driver_section .search_driver .driver_table table tbody .dropdown-menu img {
  display: inline;
}

.search_driver_section .search_driver .driver_table table tbody .dropdown-item {
  padding: 12px 14px;
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
}

.search_driver_section .search_driver .driver_table table tbody .dropdown-item img {
  margin-right: 5px;
}

.search_driver_section .search_driver .driver_table table tbody .dropdown-item:hover {
  background: #f3f3f3;
  color: #212529;
}

.search_driver_section .search_driver .driver_table table tbody .dropdown-item:focus {
  background: #f3f3f3;
  color: #212529;
}

.deletepopup .modal-dialog {
  max-width: 785px;
}

.deletepopup .modal-dialog .modal-header {
  padding: 20px 20px 0;
  border-bottom: none;
}

.deletepopup .modal-dialog .modal-header .modal-title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #000000;
  display: block;
  width: 100%;
  border-bottom: 2px solid #e4a700;
  padding-bottom: 15px;
}

.deletepopup .modal-dialog .modal-body {
  padding: 20px;
}

.deletepopup .modal-dialog .modal-body .drivertab_img {
  margin-bottom: 35px;
  height: 80px;
  width: 80px;
}

.deletepopup .modal-dialog .modal-body .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.deletepopup .modal-dialog .modal-body .grid-container .grid-item label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #929292;
}

.deletepopup .modal-dialog .modal-body .grid-container .grid-item p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.deletepopup .modal-dialog .modal-body .footer_btns {
  border-top: 1px solid #929292;
}

.deletepopup .modal-dialog .modal-body .footer_btns .keep_btn {
  letter-spacing: 1px;
  background: transparent;
  border-radius: 4px;
  border: none;
  padding: 6px 12px;
  color: #000000;
  margin: 15px 15px 0 0;
  border: 1px solid #000000;
  width: 106px;
  height: 40px;
}

.deletepopup .modal-dialog .modal-body .footer_btns .keep_btn:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.deletepopup .modal-dialog .modal-body .footer_btns .keep_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.deletepopup .modal-dialog .modal-body .footer_btns .delete_btn {
  background: #e4a700;
  border-radius: 4px;
  border: none;
  letter-spacing: 1px;
  padding: 6px 12px;
  color: #ffffff;
  border: 1px solid #e4a700;
  margin: 15px 15px 0 0;
  width: 106px;
  height: 40px;
}

.deletepopup .modal-dialog .modal-body .footer_btns .delete_btn:hover {
  background: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.deletepopup .modal-dialog .modal-body .footer_btns .delete_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.deletepopup2 .modal-dialog {
  max-width: 451px;
}

.deletepopup2 .modal-dialog .modal-header {
  padding: 20px 20px 0;
  border-bottom: none;
}

.deletepopup2 .modal-dialog .modal-header .modal-title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #000000;
  display: block;
  width: 100%;
  border-bottom: 2px solid #e4a700;
  padding-bottom: 15px;
}

.deletepopup2 .modal-dialog .modal-body {
  padding: 20px;
}

.deletepopup2 .modal-dialog .modal-body p {
  font-size: 15px;
  color: #000000;
  line-height: 26px;
}

.deletepopup2 .modal-dialog .modal-body .footer_btns {
  border-top: 1px solid #929292;
}

.deletepopup2 .modal-dialog .modal-body .footer_btns .keep_btn {
  letter-spacing: 1px;
  background: transparent;
  border-radius: 4px;
  border: none;
  padding: 6px 12px;
  color: #000000;
  margin: 15px 15px 0 0;
  border: 1px solid #000000;
  width: 106px;
  height: 40px;
}

.deletepopup2 .modal-dialog .modal-body .footer_btns .keep_btn:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.deletepopup2 .modal-dialog .modal-body .footer_btns .keep_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.deletepopup2 .modal-dialog .modal-body .footer_btns .delete_btn {
  background: #e4a700;
  border-radius: 4px;
  border: none;
  letter-spacing: 1px;
  padding: 6px 12px;
  color: #ffffff;
  border: 1px solid #e4a700;
  margin: 15px 15px 0 0;
  width: 106px;
  height: 40px;
}

.deletepopup2 .modal-dialog .modal-body .footer_btns .delete_btn:hover {
  background: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.deletepopup2 .modal-dialog .modal-body .footer_btns .delete_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.preview-popup.modal-dialog {
  /* max-width: 451px; */
}

.preview-popup.modal-dialog .modal-header {
  padding: 20px 20px 0;
  border-bottom: none;
}

.preview-popup.modal-dialog .modal-header .modal-title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #000000;
  display: block;
  width: 100%;
  border-bottom: 2px solid #e4a700;
  padding-bottom: 15px;
}

.preview-popup.modal-dialog .modal-body {
  padding: 20px;
}

.preview-popup.modal-dialog .modal-body p {
  font-size: 15px;
  color: #000000;
  line-height: 26px;
}

.preview-popup.modal-dialog .modal-body .footer_btns {
  border-top: 1px solid #929292;
}

.preview-popup.modal-dialog .modal-body .footer_btns .keep_btn {
  letter-spacing: 1px;
  background: transparent;
  border-radius: 4px;
  border: none;
  padding: 6px 12px;
  color: #000000;
  margin: 15px 15px 0 0;
  border: 1px solid #000000;
  width: 106px;
  height: 40px;
}

.preview-popup.modal-dialog .modal-body .footer_btns .keep_btn:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.preview-popup.modal-dialog .modal-body .footer_btns .keep_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.preview-popup.modal-dialog .modal-body .footer_btns .delete_btn {
  background: #e4a700;
  border-radius: 4px;
  border: none;
  letter-spacing: 1px;
  padding: 6px 12px;
  color: #ffffff;
  border: 1px solid #e4a700;
  margin: 15px 15px 0 0;
  width: 106px;
  height: 40px;
}

.preview-popup.modal-dialog .modal-body .footer_btns .delete_btn:hover {
  background: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.preview-popup.modal-dialog .modal-body .footer_btns .delete_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.no_doc {
  font-size: 26px;
  font-weight: 500;
  color: #000000;
  margin: 20px;
  display: block;
  text-align: center;
  text-transform: capitalize;
}

.upload_documents_section .upload_documents .inner_header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 25px;
}

.upload_documents_section .upload_documents .inner_header h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0px;
  display: inline-block;
}

.upload_documents_section .upload_documents .inner_header .search_bar {
  width: 467px;
  height: 40px;
  padding: 6px 15px;
  background: #f3f3f3;
  border: 1px solid #dfdfdf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 200px;
  outline: none;
  position: relative;
  outline: none;
}

.upload_documents_section .upload_documents .inner_header .search_bar::-webkit-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.upload_documents_section .upload_documents .inner_header .search_bar:-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.upload_documents_section .upload_documents .inner_header .search_bar::-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.upload_documents_section .upload_documents .inner_header .search_bar::placeholder {
  font-size: 13px;
  color: #999999;
}

.upload_documents_section .upload_documents .inner_header .input-group {
  display: inline;
  float: right;
  width: auto;
}

.upload_documents_section .upload_documents .inner_header .input-group-append {
  margin-left: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}

.upload_documents_section .upload_documents .inner_header select::-ms-expand {
  display: none;
}

.upload_documents_section .upload_documents .inner_header select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.upload_documents_section .upload_documents .vin_label {
  font-size: 18px;
  color: #E4A700;
  margin: 15px 0 0;
}

.upload_documents_section .upload_documents .grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list {
  background: #fff;
  border-bottom: 1px solid #ccc;
  padding: 25px 0 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* cursor: pointer; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list span svg {
  fill: #929292;
}

.upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list .btns_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  margin: 5px 0 0 20px;
}

.upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list .uploaded_btn {
  background: #929292;
  border-radius: 4px;
  letter-spacing: 1px;
  border: none;
  padding: 6px 12px;
  color: #ffffff;
  border: 1px solid #929292;
  width: 106px;
  height: 40px;
}

.upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list .uploaded_btn:hover {
  background: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list .uploaded_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list .delete_btn {
  background: #ffffff;
  border-radius: 4px;
  letter-spacing: 1px;
  border: none;
  padding: 6px 12px;
  color: #666666;
  border: 1px solid #666666;
  width: 106px;
  height: 40px;
  margin-left: 15px;
}

.upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list .delete_btn:hover {
  background: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list .delete_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list:hover svg {
  fill: #e4a700;
}

.upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list:hover h2 {
  /* color: #e4a700; */
}

.upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list:hover .uploaded_btn {
  letter-spacing: 1px;
  background: #e4a700;
  border: 1px solid #e4a700;
  color: #ffffff;
}

.upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list:hover .delete_btn {
  letter-spacing: 1px;
  background: #e4a700;
  border: 1px solid #e4a700;
  color: #ffffff;
}

.add_truck {
  background-color: #ffffff;
  padding: 0;
}

.add_truck .inner_header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.add_truck .inner_header h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0px;
  display: inline-block;
}

.add_truck .inner_header .search_bar {
  width: 251px;
  height: 40px;
  padding: 6px 15px;
  background: #f3f3f3;
  border: 1px solid #dfdfdf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 200px;
  outline: none;
  position: relative;
}

.add_truck .inner_header .search_bar::-webkit-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.add_truck .inner_header .search_bar:-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.add_truck .inner_header .search_bar::-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.add_truck .inner_header .search_bar::placeholder {
  font-size: 13px;
  color: #999999;
}

.add_truck .inner_header .search_bar.is-invalid {
  border-color: #bd362f;
}

.add_truck .inner_header .input-group {
  display: inline;
  float: right;
  width: auto;
}

.add_truck .inner_header .input-group-append {
  margin-left: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}

.add_truck .inner_header select::-ms-expand {
  display: none;
}

.add_truck .inner_header select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.add_truck .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.add_truck .grid-container .grid-item .about_box {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 20px 15px;
  text-align: center;
  cursor: pointer;
}

.add_truck .grid-container .grid-item .about_box img {
  height: 50px;
  margin-bottom: 25px;
}

.add_truck .grid-container .grid-item .about_box h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
}

.add_truck .grid-container .grid-item .about_box p {
  font-size: 13px;
  color: #000000;
  line-height: 26px;
  margin-bottom: 0;
}

.add_truck .grid-container .grid-item .about_box:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.35);
}

.add_truck .seeall_btn {
  background-color: transparent;
  border: 1px solid #e4a700;
  color: #e4a700;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 4px;
  width: 130px;
  padding: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 10px;
}

.add_truck .seeall_btn:hover {
  background-color: #e4a700;
  color: #ffffff;
}

.add_truck .seeall_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.add_truck .display_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.add_truck label {
  font-size: 14px;
  font-weight: 500;
  color: #e4a700;
  margin-bottom: 8px;
}

.add_truck h3 {
  font-size: 30px;
}

.add_truck p {
  font-size: 12px;
  display: inline-block;
}

.add_truck .unit_block {
  width: 100%;
  height: 135px;
  padding: 30px 0;
  border-radius: 10px;
  background-color: #f3f3f3;
  text-align: center;
}

.add_truck .unit_block:hover {
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.35);
          box-shadow: 0 18px 40px -12px rgba(0, 0, 0, 0.35);
  background-color: #ffffff;
  cursor: pointer;
  text-align: center;
}

.add_truck .unit_block:hover .truckicon {
  display: none;
}

.add_truck .unit_block:hover .truckiconhover {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #e4a700;
}

.add_truck .unit_block:hover .unit_name {
  color: #e4a700;
}

.add_truck .unit_name {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-top: 20px;
}

.add_truck img.truckiconhover {
  text-align: center;
  display: none;
}

.add_truck .ins_block {
  /* float: left; */
  width: 100%;
  padding: 0 0 20px;
}

.add_truck .ins_block h4 {
  /* float: left; */
  width: 100%;
  padding-bottom: 15px;
  margin-top: 0;
}

.add_truck .ins_block .first {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  background-color: #f3f3f3;
  border: 0;
  /* float: left; */
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #e4a700;
  padding: 15px;
  margin-right: 15px;
}

.add_truck .ins_block .first::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
}

.add_truck .ins_block .first:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
}

.add_truck .ins_block .first::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
}

.add_truck .ins_block .first::placeholder {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
}

.add_truck .ins_block .last::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
}

.add_truck .ins_block .last:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
}

.add_truck .ins_block .last::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
}

.add_truck .ins_block .last::placeholder {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
}

.add_truck .ins_block .input-group-append {
  position: absolute;
  border: 0;
  right: 15px;
  top: 14px;
}

.add_truck .ins_block .gj-datepicker.gj-datepicker-bootstrap.gj-unselectable.input-group button {
  border: 0;
}

.add_truck .selectall_block {
  margin-bottom: 20px;
  border-bottom: 1px solid #C2C2C2;
  padding: 0 0 20px;
}

.add_truck .selectform {
  float: left;
  width: 100%;
}

.add_truck label.container-checkbox {
  position: relative;
  margin: 0;
  line-height: 25px;
}

.add_truck span.checkboxlabel {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-left: 40px;
  position: relative;
  top: 3px;
  cursor: pointer;
}

.add_truck .container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.add_truck .select1_block .container {
  border-radius: 5px 5px 0 0;
}

.add_truck span.clear {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: right;
  color: #e4a700;
  float: right;
}

.add_truck .checkform {
  /* float: left; */
  width: 100%;
  border-top: 2px solid #f2f2f2;
  padding: 20px;
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-bottom: 15px;
}

.add_truck .checkbox_block {
  width: 100%;
}

.add_truck .checkbox_block .container {
  padding: 0;
}

.add_truck .check_block {
  margin-bottom: 40px;
}

.add_truck .texti_block {
  padding: 0;
}

.add_truck h4 {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-top: 11px;
  /* float: left; */
  padding: 0;
}

.add_truck .textform {
  /* float: left; */
  width: 100%;
  margin: 10px 0 0 0;
}

.add_truck .textform input {
  border-radius: 6px;
  border: solid 1px #929292;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  padding: 15px;
}

.add_truck .text_block {
  width: 100%;
  margin: 20px 0;
}

.add_truck .check_block.inner .container-checkbox {
  left: 22px;
}

.add_truck .check_block.inner .container-checkbox input:checked ~ .checkmark {
  background-color: #ffffff;
  border: 1px solid #ffb000;
}

.add_truck .check_block.inner .container-checkbox .checkmark:after {
  left: 9px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid #ffb000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.add_truck .check_block .container-checkbox .checkmark, .add_truck .selectall_block .container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  border: solid 1px #000000;
  background-color: #ffffff;
  cursor: pointer;
}

.add_truck .check_block .container-checkbox .checkmark:hover, .add_truck .selectall_block .container-checkbox .checkmark:hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  border: solid 1px #000000;
  background-color: #ffffff;
}

.add_truck .check_block .container-checkbox .checkmark:after, .add_truck .selectall_block .container-checkbox .checkmark:after {
  left: 9px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.add_truck .check_block .container-checkbox input:checked ~ .checkmark, .add_truck .selectall_block .container-checkbox input:checked ~ .checkmark {
  background-color: #ffb000;
  border: 0;
  background-color: #ffb000;
  border: 0;
}

.add_truck .check_block .container-checkbox input:checked ~ .checkmark:after, .add_truck .selectall_block .container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.add_truck .s_block h4 {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  float: left;
  margin: 0;
  padding: 10px 0 0 0;
}

.add_truck .gj-datepicker.gj-datepicker-bootstrap.gj-unselectable.input-group {
  float: right;
  width: 48%;
}

.add_truck input#datepicker {
  height: 50px;
  border: 1px solid #929292;
  border-radius: 5px;
}

.supervisor_training_section .supervisor_training .inner_header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.supervisor_training_section .supervisor_training .inner_header h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0px;
  display: inline-block;
}

.supervisor_training_section .supervisor_training .inner_header .search_bar {
  width: 251px;
  height: 40px;
  padding: 6px 15px;
  background: #f3f3f3;
  border: 1px solid #dfdfdf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 200px;
  position: relative;
}

.supervisor_training_section .supervisor_training .inner_header .search_bar::-webkit-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.supervisor_training_section .supervisor_training .inner_header .search_bar:-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.supervisor_training_section .supervisor_training .inner_header .search_bar::-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.supervisor_training_section .supervisor_training .inner_header .search_bar::placeholder {
  font-size: 13px;
  color: #999999;
}

.supervisor_training_section .supervisor_training .inner_header .input-group {
  display: inline;
  float: right;
  width: auto;
}

.supervisor_training_section .supervisor_training .inner_header .input-group-append {
  margin-left: 0;
  position: absolute;
  right: 15px;
  top: 10px;
}

.supervisor_training_section .supervisor_training .inner_header .input-group-append.search-active {
  top: 13px;
}

.supervisor_training_section .supervisor_training .inner_header .input-group-append .clear-searchbar-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.supervisor_training_section .supervisor_training .inner_header .input-group-append .close-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.supervisor_training_section .supervisor_training .inner_header .print_btn {
  background: #e4a700;
  border-radius: 4px;
  border: none;
  padding: 6px 12px;
  color: #fff;
  float: right;
  margin: 0px 0 0 15px;
  width: 115px;
  font-size: 14px;
  height: 40px;
  letter-spacing: 1px;
}

.supervisor_training_section .supervisor_training .inner_header .print_btn img {
  margin-left: 7px;
}

.supervisor_training_section .supervisor_training .inner_header .print_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.supervisor_training_section .supervisor_training .pagination_ {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.supervisor_training_section .supervisor_training .pagination_ p {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.supervisor_training_section .supervisor_training .pagination_ p .pagi_ico {
  margin-left: 5px;
  cursor: pointer;
}

.supervisor_training_section .supervisor_training .driver_table {
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  .supervisor_training_section .supervisor_training .driver_table.driver_time_record{
    overflow-x: visible;
  }
}

.supervisor_training_section .supervisor_training .driver_table table {
  display: table;
  width: 100%;
}

.supervisor_training_section .supervisor_training .driver_table table thead {
  background: #f3f3f3;
  border-radius: 10px 10px 0px 0px;
}

.supervisor_training_section .supervisor_training .driver_table table thead th {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #929292;
  padding: 15px;
}
.supervisor_training_section .supervisor_training .driver_table table thead th.date {
  width: 116px;
}
.supervisor_training_section .supervisor_training .driver_table table thead th.time {
  width: 115px;
}

.supervisor_training_section .supervisor_training .driver_table table thead th img {
  margin-left: 3px;
  cursor: pointer;
}

.supervisor_training_section .supervisor_training .driver_table table thead th.driver_name {
  width: 200px;
}

.supervisor_training_section .supervisor_training .driver_table table thead th.truck_number {
  width: 110px;
}

.supervisor_training_section .supervisor_training .driver_table table thead th.description {
  width: 300px;
}

.supervisor_training_section .supervisor_training .driver_table table thead th.table_actions {
  width: 100px;
  text-align: center;
}

.supervisor_training_section .supervisor_training .driver_table table tbody .drivertab_img {
  height: 80px;
  width: 80px;
}

.supervisor_training_section .supervisor_training .driver_table table tbody .drivertab_img img {
  height: 80px;
  width: 80px;
}

.supervisor_training_section .supervisor_training .driver_table table tbody tr {
  border-bottom: 1px solid #cccccc;
}

.supervisor_training_section .supervisor_training .driver_table table tbody td {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 15px;
}

.supervisor_training_section .supervisor_training .driver_table table tbody td .dots_img {
  display: block;
  margin: auto;
  cursor: pointer;
}

.supervisor_training_section .supervisor_training .driver_table table tbody .dropdown-toggle {
  background-color: transparent;
  border: none;
}

.supervisor_training_section .supervisor_training .driver_table table tbody .dropdown-toggle::after {
  display: none;
}

.supervisor_training_section .supervisor_training .driver_table table tbody .dropdown-menu {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.supervisor_training_section .supervisor_training .driver_table table tbody .dropdown-menu img {
  display: inline;
}

.supervisor_training_section .supervisor_training .driver_table table tbody .dropdown-item {
  padding: 12px 14px;
  text-transform: capitalize;
  font-weight: 500;
}

.supervisor_training_section .supervisor_training .driver_table table tbody .dropdown-item img {
  margin-right: 5px;
  max-width: 18px;
}

.supervisor_training_section .supervisor_training .driver_table table tbody .dropdown-item:hover {
  background: #f3f3f3;
  color: #212529;
}

.supervisor_training_section .supervisor_training .driver_table table tbody .dropdown-item:focus {
  background: #f3f3f3;
  color: #212529;
}

.supervisor_training_section .supervisor_training .driver_table table tbody .dtr-action-dropdown-menu .dropdown-item {
  /* display: inline-flex;
  justify-content: space-around;
  align-content: center; */
}

.supervisor_training_section .supervisor_training .driver_table table tbody .dtr-action-dropdown-menu .dropdown-item > span {
  /* flex: 0 0 75%;
  margin-left: 15px; */
}

.supervisor_training_section .supervisor_training .driver_table table tbody .dtr-action-dropdown-menu .dropdown-item > img {
  margin-right: 14px;
}

.supervisor_training_section .supervisor_training .review-timesheet-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  
}

.supervisor_training_section .supervisor_training .review-timesheet-header .date-range-input-group {
  position: relative;
  float: none;
  align-items: stretch;
  display: flex;
  width: 100%;
}

.supervisor_training_section .supervisor_training .review-timesheet-header .date-range-input-group > .form-control:not(:last-child) {
  font-size: 14px;
  padding: 19px 12px;
}

.supervisor_training_section .supervisor_training .review-timesheet-header .date-range-input-group .input-group-append {
  position: initial;
  top: auto;
  right: auto;
}

.supervisor_training_section .supervisor_training .review-timesheet-header .date-range-input-group .select-range-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
}

.supervisor_training_section .supervisor_training .admin-driver-timesheet-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: wrap;
}
.supervisor_training_section .supervisor_training .admin-driver-timesheet-header  .bottom_header{
  display: inline-flex;
  justify-content: space-between;
  flex: 0 0 100%;
  width: 100%;
  align-items: baseline;
}

.supervisor_training_section .supervisor_training .admin-driver-timesheet-header  .bottom_header .search_bar{
  appearance: none;
}
.supervisor_training_section .supervisor_training .admin-driver-timesheet-header  .bottom_header .search_bar:focus{
  outline: none;
}

.supervisor_training_section .supervisor_training .admin-driver-timesheet-header  .bottom_header .search_bar + .input-group-append{
  top: 17px;
}

.supervisor_training_section .supervisor_training .admin-driver-timesheet-header .date-range-input-group {
  position: relative;
  float: none;
  align-items: stretch;
  display: flex;
  width: 100%;
}

.supervisor_training_section .supervisor_training .admin-driver-timesheet-header .date-range-input-group > .form-control:not(:last-child) {
  font-size: 14px;
  padding: 19px 12px;
}

.supervisor_training_section .supervisor_training .admin-driver-timesheet-header .date-range-input-group .input-group-append {
  position: initial;
  top: auto;
  right: auto;
}

.supervisor_training_section .supervisor_training .admin-driver-timesheet-header .date-range-input-group .select-range-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
}

.driverwrapper .signup_btn {
  background-color: #e4a700;
  border: 1px solid #e4a700;
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  border-radius: 4px;
  width: 151px;
  letter-spacing: 1px;
  height: 50px;
  padding: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 30px;
  margin-top: 30px;
}

.driverwrapper .signup_btn:hover {
  background-color: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.driverwrapper .signup_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.driverwrapper .reset_btn {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 14px;
  border-radius: 4px;
  width: 151px;
  height: 50px;
  padding: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 30px;
}

.driverwrapper .reset_btn:hover {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}

.driverwrapper .reset_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.truck_maintainance_report .truck_maintainance .inner_header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.truck_maintainance_report .truck_maintainance .inner_header h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0px;
  display: inline-block;
}

.truck_maintainance_report .truck_maintainance .inner_header .search_bar {
  width: 251px;
  height: 40px;
  padding: 6px 15px;
  background: #f3f3f3;
  border: 1px solid #dfdfdf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 200px;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.truck_maintainance_report .truck_maintainance .inner_header .search_bar::-webkit-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.truck_maintainance_report .truck_maintainance .inner_header .search_bar:-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.truck_maintainance_report .truck_maintainance .inner_header .search_bar::-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.truck_maintainance_report .truck_maintainance .inner_header .search_bar::placeholder {
  font-size: 13px;
  color: #999999;
}

.truck_maintainance_report .truck_maintainance .inner_header .search_bar:focus {
  outline: none;
}

.truck_maintainance_report .truck_maintainance .inner_header .input-group {
  display: inline;
  float: right;
  width: auto;
}

.truck_maintainance_report .truck_maintainance .inner_header .input-group-append {
  margin-left: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}

.truck_maintainance_report .truck_maintainance h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 18px;
  margin-bottom: 0;
}

.truck_maintainance_report .truck_maintainance .input_group {
  margin-bottom: 30px;
  width: 100%;
}

.truck_maintainance_report .truck_maintainance .form-control {
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  padding: 15px;
  font-size: 13px;
  height: 50px;
}

.truck_maintainance_report .truck_maintainance .form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.truck_maintainance_report .truck_maintainance .form-control:-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.truck_maintainance_report .truck_maintainance .form-control::-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.truck_maintainance_report .truck_maintainance .form-control::placeholder {
  font-size: 13px;
  color: #999999;
}

.truck_maintainance_report .truck_maintainance .form-control:focus {
  border: 1px solid #e4a700;
  color: #e4a700;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.truck_maintainance_report .truck_maintainance .form-control:focus::-webkit-input-placeholder {
  color: #e4a700;
}

.truck_maintainance_report .truck_maintainance .form-control:focus:-ms-input-placeholder {
  color: #e4a700;
}

.truck_maintainance_report .truck_maintainance .form-control:focus::-ms-input-placeholder {
  color: #e4a700;
}

.truck_maintainance_report .truck_maintainance .form-control:focus::placeholder {
  color: #e4a700;
}

.truck_maintainance_report .truck_maintainance .form-control:disabled {
  background-color: #e9ecef;
}

.truck_maintainance_report .truck_maintainance .form-control[readonly] {
  background-color: #e9ecef;
}

.truck_maintainance_report .truck_maintainance .gj-datepicker.gj-datepicker-bootstrap.gj-unselectable.input-group span {
  display: none;
}

.truck_maintainance_report .truck_maintainance .input-group-append {
  margin-left: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}

.truck_maintainance_report .truck_maintainance input:-webkit-autofill,
.truck_maintainance_report .truck_maintainance input:-webkit-autofill:hover,
.truck_maintainance_report .truck_maintainance input:-webkit-autofill:focus {
  border: 1px solid #cccccc;
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.truck_maintainance_report .truck_maintainance .add_photo_box {
  width: 150px;
  height: 150px;
  background: #eeeeee;
  margin-bottom: 0px;
  border-radius: 6px;
  cursor: pointer;
}

.truck_maintainance_report .truck_maintainance .add_photo_box label {
  margin: 0;
  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;
  height: 150px;
}

.truck_maintainance_report .truck_maintainance .add_photo_box label img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.truck_maintainance_report .truck_maintainance .add_photo_box #upload_photo {
  opacity: 0;
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 150px;
  width: 150px;
}

.truck_maintainance_report .truck_maintainance .add_photo_box .preview_img {
  height: 135px;
  width: 135px;
  border-radius: 6px;
}

.truck_maintainance_report .truck_maintainance .add_photo {
  font-size: 14px;
  color: #999999;
}

.truck_maintainance_report .truck_maintainance .form_ {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 30px 30px 30px;
  border: 1px solid #cccccc;
}

.truck_maintainance_report .truck_maintainance .signup_btn {
  background-color: #e4a700;
  border: 1px solid #e4a700;
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  border-radius: 4px;
  width: 151px;
  letter-spacing: 1px;
  height: 50px;
  padding: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 30px;
  margin-top: 30px;
}

.truck_maintainance_report .truck_maintainance .signup_btn:hover {
  background-color: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.truck_maintainance_report .truck_maintainance .signup_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.truck_maintainance_report .truck_maintainance .reset_btn {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 14px;
  border-radius: 4px;
  width: 151px;
  height: 50px;
  padding: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 30px;
}

.truck_maintainance_report .truck_maintainance .reset_btn:hover {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}

.truck_maintainance_report .truck_maintainance .reset_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.truck_maintainance_report .form_label {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
}

.truck_maintainance_report .top_label {
  font-weight: normal;
  font-size: 20px;
  color: #E4A700;
  margin-bottom: 30px;
}

.truck_maintainance_report .top_label span {
  font-weight: 600;
}

.aboutus_sec_inner {
  background-color: #ffffff;
  padding: 0 0 100px;
  position: relative;
}

.aboutus_sec_inner .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.aboutus_sec_inner .grid-container .grid-item .about_box {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 20px 15px;
  text-align: center;
  height: 100%;
  cursor: pointer;
}

.aboutus_sec_inner .grid-container .grid-item .about_box img {
  height: 50px;
  margin-bottom: 25px;
}

.aboutus_sec_inner .grid-container .grid-item .about_box h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
}

.aboutus_sec_inner .grid-container .grid-item .about_box p {
  font-size: 13px;
  color: #000000;
  line-height: 26px;
  margin-bottom: 0;
}

.aboutus_sec_inner .grid-container .grid-item .about_box:hover {
  background: #ffffff;
  -webkit-box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 18px 40px -12px rgba(0, 0, 0, 0.35);
}

.aboutus_sec_inner .display_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aboutus_sec_inner label {
  font-size: 14px;
  font-weight: 500;
  color: #e4a700;
  margin-bottom: 8px;
}

.aboutus_sec_inner h3 {
  font-size: 26px;
}

.aboutus_sec_inner p {
  font-size: 13px;
  display: inline-block;
  margin-bottom: 30px;
}

.aboutus_sec_inner .sliderimg {
  background-image: url("../../../assets/img/slider.png");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  height: 315px;
  clear: both;
  margin: 0 0 75px;
}

.aboutus_sec_inner .carousel-caption {
  position: absolute;
  right: 0;
  top: 12%;
  bottom: auto;
  left: 0%;
  text-align: left;
}

.aboutus_sec_inner .carousel-caption .slider_caption {
  width: 34%;
}

.aboutus_sec_inner .carousel-caption .slider_caption h3 {
  font-size: 32px;
  margin-bottom: 7px;
  line-height: 1.5;
  font-family: "SF-Pro-Display-Semibold";
}

.aboutus_sec_inner .carousel-caption .slider_caption p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 1px;
}

.aboutus_sec_inner .carousel-caption .slider_caption p a {
  color: #999;
  text-transform: capitalize;
  font-size: 14px;
  cursor: pointer;
}

.contactus_sec_inner {
  background-color: #ffffff;
  padding: 0 0 100px;
  position: relative;
  text-align: center;
}

.contactus_sec_inner .contact_details_sec {
  margin-bottom: 40px;
}

.contactus_sec_inner .submit_request_btn {
  background-color: #e4a700;
  border: 1px solid #e4a700;
  color: #ffffff;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 4px;
  width: 270px;
  height: 50px;
  padding: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 10px;
}

.contactus_sec_inner .submit_request_btn:hover {
  background-color: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.contactus_sec_inner .submit_request_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.contactus_sec_inner label {
  font-size: 14px;
  font-weight: 500;
  color: #e4a700;
  margin-bottom: 8px;
}

.contactus_sec_inner h3 {
  font-size: 30px;
}

.contactus_sec_inner p {
  font-size: 13px;
  margin-bottom: 40px;
}

.contactus_sec_inner .form-control {
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  padding: 15px;
  font-size: 13px;
  height: 50px;
  margin-bottom: 30px;
}

.contactus_sec_inner .form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.contactus_sec_inner .form-control:-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.contactus_sec_inner .form-control::-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.contactus_sec_inner .form-control::placeholder {
  font-size: 13px;
  color: #999999;
}

.contactus_sec_inner .form-control:focus {
  border: 1px solid #e4a700;
  color: #e4a700;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.contactus_sec_inner .form-control:focus::-webkit-input-placeholder {
  color: #e4a700;
}

.contactus_sec_inner .form-control:focus:-ms-input-placeholder {
  color: #e4a700;
}

.contactus_sec_inner .form-control:focus::-ms-input-placeholder {
  color: #e4a700;
}

.contactus_sec_inner .form-control:focus::placeholder {
  color: #e4a700;
}

.contactus_sec_inner textarea.form-control {
  height: auto !important;
}

.contactus_sec_inner .sliderimg {
  background-image: url("../../../assets/img/slider.png");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  height: 315px;
  clear: both;
  margin: 0 0 75px;
}

.contactus_sec_inner .carousel-caption {
  position: absolute;
  right: 0;
  top: 12%;
  bottom: auto;
  left: 0%;
  text-align: left;
}

.contactus_sec_inner .carousel-caption .slider_caption {
  width: 34%;
}

.contactus_sec_inner .carousel-caption .slider_caption h3 {
  font-size: 32px;
  margin-bottom: 7px;
  line-height: 1.5;
  font-family: "SF-Pro-Display-Semibold";
}

.contactus_sec_inner .carousel-caption .slider_caption p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 1px;
}

.contactus_sec_inner .carousel-caption .slider_caption p a {
  color: #999;
  text-transform: capitalize;
  font-size: 14px;
  cursor: pointer;
}

.contactus_sec_inner .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  grid-gap: 0px;
}

.contactus_sec_inner .grid-container .grid-item:nth-child(1) {
  background: #E4A700;
  border-radius: 4px;
  padding: 30px;
}

.contactus_sec_inner .grid-container .grid-item:nth-child(1) .footer_contact img {
  width: 20px;
  margin-right: 15px;
}

.contactus_sec_inner .grid-container .grid-item:nth-child(1) .footer_contact label {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  text-align: justify;
}

.contactus_sec_inner .grid-container .grid-item:nth-child(1) .footer_contact label a {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  text-align: justify;
  font-weight: normal;
  text-transform: lowercase;
}

.contactus_sec_inner .grid-container .grid-item:nth-child(1) .footer_contact .socialmedia {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  margin-top: 5px;
}

.contactus_sec_inner .grid-container .grid-item:nth-child(1) .footer_contact .d-flex {
  margin-bottom: 17px;
}

.contactus_sec_inner .grid-container .grid-item:nth-child(1) .footer_contact .d-flex:last-child {
  margin-bottom: 0;
}

.contactus_sec_inner .grid-container .grid-item:nth-child(2) {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 30px;
}

.contactus_sec_inner .contact_quotes {
  text-align: left;
}

.contactus_sec_inner .contact_quotes h3 {
  font-size: 24px;
  font-family: "SF-Pro-Display-Semibold";
}

.contactus_sec_inner .contact_quotes p {
  margin-bottom: 20px;
}

.contactus_sec_inner .contact_quotes .btn_subscribe {
  background: #e4a700;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  width: 110px;
  letter-spacing: 1px;
  margin-left: 0;
  padding: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contactus_sec_inner .contact_quotes .btn_subscribe:hover {
  background: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.profile_section .profile_sec .inner_header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.profile_section .profile_sec .inner_header h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0px;
  display: inline-block;
}

.profile_section .profile_sec .profile_tabs .nav-pills {
  background: #F3F3F3;
  border-radius: 4px;
  padding: 5px 15px;
}

.profile_section .profile_sec .profile_tabs .nav-pills .nav-link {
  color: #929292;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  padding: 15px 5px;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}

.profile_section .profile_sec .profile_tabs .nav-pills .nav-link svg {
  fill: #929292;
  width: 20px;
}

.profile_section .profile_sec .profile_tabs .nav-pills .nav-link:hover {
  color: #000000;
}

.profile_section .profile_sec .profile_tabs .nav-pills .nav-link:hover svg {
  fill: #000000;
}

.profile_section .profile_sec .profile_tabs .nav-pills .nav-link:last-child {
  border-bottom: none;
}

.profile_section .profile_sec .profile_tabs .nav-pills .nav-link .socialm_icons {
  margin-right: 10px;
}

.profile_section .profile_sec .profile_tabs .nav-pills .nav-link.active {
  color: #000000;
  background-color: transparent;
}

.profile_section .profile_sec .profile_tabs .nav-pills .nav-link.active svg {
  fill: #000000;
}

.profile_section .profile_sec .profile_tabs .nav-pills .show .nav-link {
  color: #000000;
  background-color: transparent;
}

.profile_section .profile_sec .profile_tabs .nav-pills .show .nav-link svg {
  fill: #000000;
}

.profile_section .profile_sec .first_tab .add_photo_box {
  width: 100px;
  height: 100px;
  margin-bottom: 70px;
  border-radius: 6px;
  cursor: pointer;
}

.profile_section .profile_sec .first_tab .add_photo_box label {
  margin: 0;
  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;
  height: 100px;
}

.profile_section .profile_sec .first_tab .add_photo_box #upload_photo {
  opacity: 0;
  position: absolute;
  top: 108px;
  cursor: pointer;
  height: 34px;
  width: 100px;
}

.profile_section .profile_sec .first_tab .add_photo_box .upload_photo {
  background: #FFFFFF;
  border: 1px solid #E4A700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  width: 100px;
  height: 34px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 7px;
  color: #E4A700;
  margin-top: 8px;
}

.profile_section .profile_sec .first_tab .add_photo_box .preview_img {
  height: 100px;
  width: 100px;
  border-radius: 6px;
}

.profile_section .profile_sec .first_tab .form-control {
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  padding: 15px;
  font-size: 13px;
  height: 50px;
}

.profile_section .profile_sec .first_tab .form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.profile_section .profile_sec .first_tab .form-control:-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.profile_section .profile_sec .first_tab .form-control::-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.profile_section .profile_sec .first_tab .form-control::placeholder {
  font-size: 13px;
  color: #999999;
}

.profile_section .profile_sec .first_tab .form-control:focus {
  border: 1px solid #e4a700;
  color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.profile_section .profile_sec .first_tab .form-control:focus::-webkit-input-placeholder {
  color: #e4a700;
  font-size: 12px;
}

.profile_section .profile_sec .first_tab .form-control:focus:-ms-input-placeholder {
  color: #e4a700;
  font-size: 12px;
}

.profile_section .profile_sec .first_tab .form-control:focus::-ms-input-placeholder {
  color: #e4a700;
  font-size: 12px;
}

.profile_section .profile_sec .first_tab .form-control:focus::placeholder {
  color: #e4a700;
  font-size: 12px;
}

.profile_section .profile_sec .first_tab textarea.form-control {
  height: auto !important;
}

.profile_section .profile_sec .first_tab label {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #929292;
  margin-bottom: 3px;
  display: block;
}

.profile_section .profile_sec .first_tab .save_changes_btn {
  background-color: #e4a700;
  border: 1px solid #e4a700;
  color: #ffffff;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 4px;
  width: 148px;
  height: 40px;
  padding: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 15px;
  margin-bottom: 10px;
}

.profile_section .profile_sec .first_tab .save_changes_btn:hover:not(:disabled) {
  background-color: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.profile_section .profile_sec .first_tab .save_changes_btn:focus:not(:disabled) {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.profile_section .profile_sec .first_tab .save_changes_btn:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

.profile_section .profile_sec .first_tab .inner_header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12px;
  margin-bottom: 15px;
  margin-top: 0;
}

.profile_section .profile_sec .first_tab .form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.profile_section .profile_sec .first_tab .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.profile_section .profile_sec .first_tab .change_pass_btn {
  width: 100px;
  height: 31px;
  background: #E4A700;
  border: 1px solid #929292;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 4px 8px;
  float: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.profile_section .profile_sec .first_tab .change_pass_btn svg {
  fill: #ffffff;
  height: 14px;
}

.profile_section .profile_sec .first_tab .change_pass_btn:hover {
  background-color: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.profile_section .profile_sec .first_tab .change_pass_btn:hover svg {
  fill: #e4a700;
}

.profile_section .profile_sec .first_tab .change_pass_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.profile_section .profile_sec .first_tab .input-group-append {
  margin-left: 0;
  position: absolute;
  right: 15px;
  top: 18px;
  z-index: 3;
}

.profile_section .profile_sec .first_tab input:-webkit-autofill,
.profile_section .profile_sec .first_tab input:-webkit-autofill:hover,
.profile_section .profile_sec .first_tab input:-webkit-autofill:focus {
  border: 1px solid #cccccc;
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.profile_section .profile_sec .first_tab .premiuem_account_div {
  background: #F3F3F3;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.profile_section .profile_sec .first_tab .premiuem_account_div .small_logo {
  height: 29px;
  margin-bottom: 20px;
}

.profile_section .profile_sec .first_tab .premiuem_account_div p {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #929292;
  margin-bottom: 0;
}

.profile_section .profile_sec .first_tab .premiuem_account_div p span {
  font-weight: 600;
  color: #000000;
}

.profile_section .profile_sec .first_tab .premiuem_account_div .box_ {
  padding-bottom: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}

.profile_section .profile_sec .first_tab .premiuem_account_div .box_ h3 {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 5px;
  display: inline-block;
}

.profile_section .profile_sec .first_tab .premiuem_account_div .box_ h4 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0px;
  display: inline-block;
}

.profile_section .profile_sec .first_tab .premiuem_account_div .box_ .btn_box {
  float: right;
}

.profile_section .profile_sec .first_tab .premiuem_account_div .box_ .btn_box .upgradeplan_btn {
  background-color: #e4a700;
  border: 1px solid #e4a700;
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 4px;
  width: 115px;
  height: 31px;
  margin-right: 10px;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.profile_section .profile_sec .first_tab .premiuem_account_div .box_ .btn_box .upgradeplan_btn:hover {
  background-color: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.profile_section .profile_sec .first_tab .premiuem_account_div .box_ .btn_box .upgradeplan_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.profile_section .profile_sec .first_tab .premiuem_account_div .box_ .btn_box .cancelplan_btn {
  width: 115px;
  height: 31px;
  background: #ffffff;
  border: 1px solid #929292;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  color: #E4A700;
  font-size: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.profile_section .profile_sec .first_tab .premiuem_account_div .box_ .btn_box .cancelplan_btn:hover {
  border: 1px solid #E4A700;
  background: #E4A700;
  color: #ffffff;
}

.profile_section .profile_sec .first_tab .premiuem_account_div .box_ .btn_box .cancelplan_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.profile_section .profile_sec .first_tab .invoicing_div {
  background: #F3F3F3;
  padding: 20px;
  margin-bottom: 15px;
}

.profile_section .profile_sec .first_tab .invoicing_div h2 {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

.profile_section .profile_sec .first_tab .invoicing_div p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 0;
}

.profile_section .profile_sec .first_tab .update_btn {
  background-color: #e4a700;
  border: 1px solid #e4a700;
  color: #ffffff;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: 4px;
  width: 115px;
  height: 47px;
  margin-right: 10px;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.profile_section .profile_sec .first_tab .update_btn:hover {
  background-color: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.profile_section .profile_sec .first_tab .update_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.drivertime_record_section .drivertime_record .inner_header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.drivertime_record_section .drivertime_record .inner_header h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0px;
  display: inline-block;
}

.drivertime_record_section .drivertime_record .inner_header .input-group-append {
  margin-left: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}

.drivertime_record_section .drivertime_record .search_bar {
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 6px;
  padding: 6px 15px;
  font-size: 13px;
  height: 50px;
  outline: none;
}

.drivertime_record_section .drivertime_record .search_bar::-webkit-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.drivertime_record_section .drivertime_record .search_bar:-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.drivertime_record_section .drivertime_record .search_bar::-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.drivertime_record_section .drivertime_record .search_bar::placeholder {
  font-size: 13px;
  color: #999999;
}

.drivertime_record_section .drivertime_record .search_bar:focus {
  border: 1px solid #e4a700;
  color: #e4a700;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.drivertime_record_section .drivertime_record select::-ms-expand {
  display: none;
}

.drivertime_record_section .drivertime_record select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.drivertime_record_section .drivertime_record .input_group {
  margin-bottom: 30px;
  width: 100%;
}

.drivertime_record_section .drivertime_record .input_group.timepicker-block {
  position: relative;
}

.drivertime_record_section .drivertime_record .input_group.timepicker-block .input-group-append {
  top: 9px;
}

.drivertime_record_section .drivertime_record .form-control {
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  padding: 15px;
  font-size: 13px;
  height: 50px;
}

.drivertime_record_section .drivertime_record .form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.drivertime_record_section .drivertime_record .form-control:-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.drivertime_record_section .drivertime_record .form-control::-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.drivertime_record_section .drivertime_record .form-control::placeholder {
  font-size: 13px;
  color: #999999;
}

.drivertime_record_section .drivertime_record .form-control:focus {
  border: 1px solid #e4a700;
  color: #e4a700;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.drivertime_record_section .drivertime_record .form-control:focus::-webkit-input-placeholder {
  color: #e4a700;
}

.drivertime_record_section .drivertime_record .form-control:focus:-ms-input-placeholder {
  color: #e4a700;
}

.drivertime_record_section .drivertime_record .form-control:focus::-ms-input-placeholder {
  color: #e4a700;
}

.drivertime_record_section .drivertime_record .form-control:focus::placeholder {
  color: #e4a700;
}

.drivertime_record_section .drivertime_record textarea.form-control {
  height: auto !important;
}

.drivertime_record_section .drivertime_record .input-group-append {
  margin-left: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}

.drivertime_record_section .drivertime_record input:-webkit-autofill,
.drivertime_record_section .drivertime_record input:-webkit-autofill:hover,
.drivertime_record_section .drivertime_record input:-webkit-autofill:focus {
  border: 1px solid #cccccc;
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.drivertime_record_section .upload_btn {
  background: #e4a700;
  color: #ffffff;
  font-weight: 600;
  border-radius: 4px;
  letter-spacing: 1px;
  font-size: 12px;
  width: 150px;
  letter-spacing: 1px;
  margin: 3px 0 0 0;
  padding: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  float: right;
}

.drivertime_record_section .upload_btn:hover {
  background: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.drivertime_record_section .upload_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.drivertime_record_section .signup_btn {
  background-color: #e4a700;
  border: 1px solid #e4a700;
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  border-radius: 4px;
  width: 151px;
  letter-spacing: 1px;
  height: 50px;
  padding: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 0px;
}

.drivertime_record_section .signup_btn:hover {
  background-color: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.drivertime_record_section .signup_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.drivertime_record_section .search_bar_icon {
  margin-top: 7px;
}

.drivertime_record_section .notes_sec h3 {
  color: #E4A700;
  font-size: 18px;
  margin-top: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.drivertime_record_section .notes_sec p {
  color: #B6B6B6;
}

.subscribe_section {
  background-color: #ffffff;
  border-radius: 10px;
}

.subscribe_section .left_block {
  width: 100%;
  border-radius: 10px;
}

.subscribe_section .left_block .login_content {
  padding: 50px 52px 50px;
  background-color: #ffffff;
  border-radius: 10px;
}

.subscribe_section .left_block .login_content .login_upper_sec h2 {
  text-align: left;
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.subscribe_section .left_block .login_content .login_upper_sec .login_border {
  position: relative;
}

.subscribe_section .left_block .login_content .login_upper_sec .login_border::before {
  content: "";
  position: absolute;
  width: 65px;
  height: 2px;
  background-color: #e4a700;
  bottom: 0;
  left: 0;
}

.subscribe_section .left_block .login_content .login_middle_sec {
  margin-top: 36px;
}

.subscribe_section .left_block .login_content .login_middle_sec label {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: 1px;
  color: #ffffff;
}

.subscribe_section .left_block .login_content .login_middle_sec .input_group {
  margin-bottom: 15px;
}

.subscribe_section .left_block .login_content .login_middle_sec h3 {
  text-align: left;
  color: #333333;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 12px;
}

.subscribe_section .left_block .login_content .login_middle_sec p {
  color: #E4A700;
  margin-bottom: 0;
  font-size: 12px;
}

.subscribe_section .left_block .login_content .login_middle_sec .form-control {
  border-radius: 6px;
  border: 1px solid #4f4f4f47;
  padding: 15px;
  height: 48px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: normal;
  color: #000000 !important;
  background-color: transparent;
}

.subscribe_section .left_block .login_content .login_middle_sec .form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: normal;
  color: #929292;
}

.subscribe_section .left_block .login_content .login_middle_sec .form-control:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: normal;
  color: #929292;
}

.subscribe_section .left_block .login_content .login_middle_sec .form-control::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: normal;
  color: #929292;
}

.subscribe_section .left_block .login_content .login_middle_sec .form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: normal;
  color: #929292;
}

.subscribe_section .left_block .login_content .login_middle_sec input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #333333 !important;
  font-size: 14px;
}

.subscribe_section .left_block .login_content .login_middle_sec .subscribe_btn {
  margin: 0 0 2px;
  height: 40px;
  border-radius: 4px;
  background-color: #e4a700;
  border: 1px solid #e4a700;
  font-size: 12px;
  font-weight: 400;
  line-height: 0.86;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  border: none;
  width: 113px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 1px;
  cursor: pointer;
}

.subscribe_section .left_block .login_content .login_middle_sec .subscribe_btn:hover {
  background-color: #ffffff;
  color: #e4a700;
  border: 1px solid #e4a700;
}

.subscribe_section .left_block .login_content .login_middle_sec .reset_btn {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 14px;
  border-radius: 4px;
  width: 113px;
  height: 40px;
  padding: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 20px;
}

.subscribe_section .left_block .login_content .login_middle_sec .reset_btn:hover {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.subscribe_section .left_block .login_content .login_middle_sec .reset_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.add_truck .insurance_card .grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 10px;
}

.add_truck .insurance_card .grid-container .grid-item h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
}

.add_truck .insurance_card .grid-container .grid-item .certi_img {
  position: relative;
  margin-bottom: 25px;
}

.add_truck .insurance_card .grid-container .grid-item .certi_img .certificate_img {
  width: 100%;
}

.add_truck .insurance_card .grid-container .grid-item .certi_img .expand {
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
  margin: auto;
  width: 54px;
  height: 54px;
  background: #E4A700;
  border-radius: 4px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  padding: 15px;
  display: none;
}

.add_truck .insurance_card .grid-container .grid-item .certi_img .expand img {
  margin: auto;
  display: block;
}

.add_truck .insurance_card .grid-container .grid-item .certi_img:hover::before {
  content: '';
  position: absolute;
  z-index: 99;
  width: 100%;
  border-radius: 4px;
  height: 100%;
  background-color: #000000ce;
}

.add_truck .insurance_card .grid-container .grid-item .certi_img:hover .expand {
  display: block !important;
  z-index: 999;
}

.add_truck .insurance_card .grid-container .grid-item .download_btn {
  background: #f3f3f3;
  border-radius: 4px;
  letter-spacing: 1px;
  border: none;
  padding: 6px 12px;
  color: #666666;
  border: 1px solid #666666;
  width: 106px;
  height: 40px;
  margin: auto;
  margin-bottom: 15px;
  display: block;
}

.add_truck .insurance_card .grid-container .grid-item .download_btn:hover {
  background: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.add_truck .insurance_card .grid-container .grid-item .download_btn:focus {
  -webkit-box-shadow: 0 5px 10px 5px #cccccc;
          box-shadow: 0 5px 10px 5px #cccccc;
}

.add_truck .insurance_card .grid-container .grid-item .truckdoc-item-option {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.add_truck .insurance_card .grid-container .grid-item .truckdoc-item-option > span {
  flex: 0 0 100%;
  margin-bottom: 15px;
  text-align: left !important;
}

.add_truck .insurance_card .grid-container .grid-item .truckdoc-item-option .download_btn.print_btn{
  background-color: #e4a700;
  border-color: #e4a700;
  color: #fff;
}

.add_truck .insurance_card .grid-container .grid-item .truckdoc-item-option .download_btn.print_btn:hover{
  background: #ffffff;
  border: 1px solid #e4a700;
  color: #e4a700;
}

.add_truck .insurance_card .grid-container .grid-item .truckdoc-item-option .download_btn {
  margin: 0 8px 15px 0;
  transition: 0.5s;
}

@media (max-width: 1250px) {
  .home_section .slider_sec .carousel-caption {
    position: absolute;
    right: 0;
    top: 28%;
    bottom: auto;
    text-align: left;
  }
  .home_section .slider_sec .carousel .sliderimg {
    height: 490px;
  }
  .home_section .slider_sec .carousel-caption .slider_caption {
    width: 34%;
  }
  .home_section .slider_sec .carousel-caption .slider_caption h3 {
    font-size: 35px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  .home_section .slider_sec .carousel-caption .slider_caption p {
    font-size: 14px;
    line-height: 1.6;
  }
  .home_section .slider_sec .carousel-caption .slider_caption .contact_btn {
    width: 115px;
  }
  .aboutus_sec_inner .sliderimg {
    height: 350px;
  }
  .aboutus_sec_inner .carousel-caption {
    position: absolute;
    right: 0;
    top: 15%;
    bottom: auto;
    text-align: left;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption {
    width: 34%;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption h3 {
    font-size: 35px;
    margin-bottom: 7px;
    line-height: 1.3;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption p {
    font-size: 14px;
    line-height: 1.6;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption p a {
    font-size: 14px;
  }
  .contactus_sec_inner .sliderimg {
    height: 350px;
  }
  .contactus_sec_inner .carousel-caption {
    position: absolute;
    right: 0;
    top: 16%;
    bottom: auto;
    text-align: left;
  }
  .contactus_sec_inner .carousel-caption .slider_caption {
    width: 34%;
  }
  .contactus_sec_inner .carousel-caption .slider_caption h3 {
    font-size: 35px;
    margin-bottom: 7px;
    line-height: 1.3;
  }
  .contactus_sec_inner .carousel-caption .slider_caption p {
    font-size: 14px;
    line-height: 1.6;
  }
  .contactus_sec_inner .carousel-caption .slider_caption p a {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .search_driver_section .search_driver .driver_table table thead th {
    white-space: nowrap;
  }
  .search_driver_section .search_driver .driver_table table tbody td {
    white-space: nowrap;
  }
  .supervisor_training_section .supervisor_training .driver_table table thead th {
    white-space: nowrap;
  }
  .supervisor_training_section .supervisor_training .driver_table table tbody td {
    white-space: nowrap;
  }
}

@media (max-width: 1024px) {
  .login_section .left_block {
    width: 50%;
  }
  .login_section .right_block {
    width: 50%;
  }
  .home_section .slider_sec .carousel-caption {
    position: absolute;
    right: 0;
    top: 18%;
    bottom: auto;
    text-align: left;
  }
  .home_section .slider_sec .carousel .sliderimg {
    height: 385px;
  }
  .home_section .slider_sec .carousel-caption .slider_caption {
    width: 34%;
  }
  .home_section .slider_sec .carousel-caption .slider_caption h3 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  .home_section .slider_sec .carousel-caption .slider_caption p {
    font-size: 12px;
    line-height: 1.6;
  }
  .home_section .slider_sec .carousel-caption .slider_caption .contact_btn {
    width: 105px;
    margin-top: 10px;
    height: 36px;
  }
  .home_section .slider_sec .about_sec .grid-container {
    grid-gap: 0px;
  }
  .home_section .slider_sec .about_sec .grid-container:first-child .grid-item {
    padding-right: 25px;
  }
  .home_section .slider_sec .about_sec .grid-container:last-child .grid-item {
    padding-left: 25px;
  }
  .aboutus_sec_inner .sliderimg {
    height: 320px;
  }
  .aboutus_sec_inner .carousel-caption {
    position: absolute;
    right: 0;
    top: 12%;
    bottom: auto;
    text-align: left;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption {
    width: 34%;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption h3 {
    font-size: 30px;
    margin-bottom: 7px;
    line-height: 1.3;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption p {
    font-size: 12px;
    line-height: 1.6;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption p a {
    font-size: 12px;
  }
  .contactus_sec_inner .sliderimg {
    height: 320px;
  }
  .contactus_sec_inner .carousel-caption {
    position: absolute;
    right: 0;
    top: 15%;
    bottom: auto;
    text-align: left;
  }
  .contactus_sec_inner .carousel-caption .slider_caption {
    width: 34%;
  }
  .contactus_sec_inner .carousel-caption .slider_caption h3 {
    font-size: 30px;
    margin-bottom: 7px;
    line-height: 1.3;
  }
  .contactus_sec_inner .carousel-caption .slider_caption p {
    font-size: 12px;
    line-height: 1.6;
  }
  .contactus_sec_inner .carousel-caption .slider_caption p a {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .login_section .left_block .login_content {
    padding: 50px 20px 50px;
  }
  .subscribe_section .left_block .login_content {
    padding: 50px 20px 50px;
  }
  .home_section .slider_sec .carousel-caption {
    position: absolute;
    right: 0;
    top: 10%;
    bottom: auto;
    text-align: left;
  }
  .home_section .slider_sec .carousel .sliderimg {
    height: 300px;
  }
  .home_section .slider_sec .carousel-caption .slider_caption {
    width: 34%;
  }
  .home_section .slider_sec .carousel-caption .slider_caption h3 {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  .home_section .slider_sec .carousel-caption .slider_caption p {
    font-size: 11px;
    line-height: 1.6;
  }
  .home_section .slider_sec .carousel-caption .slider_caption .contact_btn {
    width: 100px;
    margin-top: 0;
    height: 32px;
  }
  .home_section .about_sec {
    background-color: #ffffff;
    padding: 100px 0;
  }
  .home_section .about_sec .about_img {
    height: 543px;
    position: relative;
  }
  .home_section .about_sec .about_img img {
    height: 543px;
    width: 100%;
  }
  .home_section .about_sec .about_img::before {
    content: "";
    position: absolute;
    background-color: #e4a700;
    width: 150px;
    height: 205px;
    right: -25px;
    bottom: 87px;
    mix-blend-mode: multiply;
    border-radius: 4px;
  }
  .home_section .about_sec label {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .home_section .about_sec h3 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .home_section .about_sec h4 {
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 20px;
  }
  .home_section .about_sec p {
    font-size: 12px;
    line-height: normal;
  }
  .home_section .aboutus_sec .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .home_section .aboutus_sec .grid-container .grid-item .about_box p {
    line-height: 20px;
  }
  .home_section .aboutus_sec .seeall_btn {
    margin-bottom: 15px;
    position: inherit;
    right: 0;
    top: 0;
    margin-left: 15px;
  }
  .home_section .aboutus_sec p {
    margin-bottom: 10px;
  }
  .home_section .news_sec .seeall_btn {
    margin-bottom: 15px;
    position: inherit;
    right: 0;
    top: 0;
  }
  .home_section .news_sec p {
    margin-bottom: 10px;
  }
  .medical_card_section .medical_card .grid-container .grid-item .card_grid ul li {
    margin-right: 30px;
  }
  .medical_card_section .medical_card .grid-container .grid-item .card_grid ul li .download_btn {
    font-size: 12px;
    width: 105px;
    height: auto;
    padding: 5px;
    margin-top: 45px;
  }
  .medical_card_section .medical_card .grid-container .grid-item .card_grid ul li .delete_btn {
    font-size: 12px;
    width: 105px;
    height: auto;
    padding: 5px;
    margin-top: 45px;
  }
  .search_driver_section .search_driver .inner_header .search_bar {
    width: 200px;
  }
  .upload_documents_section .upload_documents .inner_header .search_bar {
    width: 200px;
  }
  .add_truck .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .add_truck .grid-container .grid-item .about_box p {
    line-height: 20px;
  }
  .supervisor_training_section .supervisor_training .inner_header .search_bar {
    width: 200px;
  }
  .aboutus_sec_inner .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .aboutus_sec_inner .grid-container .grid-item .about_box p {
    line-height: 20px;
  }
  .aboutus_sec_inner p {
    margin-bottom: 10px;
  }
  .aboutus_sec_inner .sliderimg {
    height: 220px;
  }
  .aboutus_sec_inner .carousel-caption {
    position: absolute;
    right: 0;
    top: 6%;
    bottom: auto;
    text-align: left;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption {
    width: 34%;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption h3 {
    font-size: 26px;
    margin-bottom: 7px;
    line-height: 1.3;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption p {
    font-size: 11px;
    line-height: 1.6;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption p a {
    font-size: 11px;
  }
  .contactus_sec_inner .sliderimg {
    height: 220px;
  }
  .contactus_sec_inner .carousel-caption {
    position: absolute;
    right: 0;
    top: 9%;
    bottom: auto;
    text-align: left;
  }
  .contactus_sec_inner .carousel-caption .slider_caption {
    width: 34%;
  }
  .contactus_sec_inner .carousel-caption .slider_caption h3 {
    font-size: 26px;
    margin-bottom: 7px;
    line-height: 1.3;
  }
  .contactus_sec_inner .carousel-caption .slider_caption p {
    font-size: 11px;
    line-height: 1.6;
  }
  .contactus_sec_inner .carousel-caption .slider_caption p a {
    font-size: 11px;
  }
  .contactus_sec_inner .contact_quotes h3 {
    font-size: 20px;
    font-family: "SF-Pro-Display-Semibold";
  }
}

@media (max-width: 768px) {
  .login_bg {
    padding: 75px 0;
  }
  .subscribe_bg {
    padding: 75px 0;
  }
  .login_section .left_block {
    width: 100%;
  }
  .login_section .left_block .login_content {
    padding: 50px 30px 50px;
    border-radius: 10px;
  }
  .login_section .left_block .login_content .login_upper_sec .logo {
    margin-bottom: 20px;
  }
  .login_section .left_block .login_content .login_middle_sec {
    margin-top: 25px;
  }
  .login_section .left_block .login_content .login_middle_sec .custom-control-label {
    font-size: 10px;
  }
  .login_section .left_block .login_content .login_middle_sec .forgot_password {
    font-size: 10px;
  }
  .login_section .left_block .login_content .login_middle_sec .signin_btn {
    height: 40px;
  }
  .login_section .left_block .login_content .login_middle_sec .signin_btn::before {
    top: 3px;
  }
  .login_section .left_block .login_content .login_middle_sec .signup_link {
    font-size: 10px;
  }
  .login_section .left_block .login_content .login_middle_sec .signup_link a {
    font-size: 10px;
  }
  .login_section .right_block {
    display: none;
  }
  .home_section .slider_sec .carousel-caption {
    position: absolute;
    right: 5%;
    top: 5%;
    bottom: auto;
    text-align: left;
  }
  .home_section .slider_sec .carousel .sliderimg {
    height: 220px;
  }
  .home_section .slider_sec .carousel-caption .slider_caption {
    width: 80%;
  }
  .home_section .slider_sec .carousel-caption .slider_caption h3 {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  .home_section .slider_sec .carousel-caption .slider_caption p {
    font-size: 11px;
    line-height: 1.6;
  }
  .home_section .slider_sec .carousel-caption .slider_caption .contact_btn {
    width: 100px;
    margin-top: 0;
    height: 32px;
  }
  .home_section .about_sec {
    background-color: #ffffff;
    padding: 30px 0;
  }
  .home_section .about_sec .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .home_section .about_sec .grid-container .grid-item:nth-child(1) {
    padding-right: 0;
  }
  .home_section .about_sec .grid-container .grid-item:nth-child(2) {
    padding-left: 0;
  }
  .home_section .about_sec .about_img {
    position: relative;
    height: auto;
    margin-bottom: 50px;
  }
  .home_section .about_sec .about_img img {
    width: 100%;
    height: auto;
  }
  .home_section .about_sec .about_img::before {
    content: "";
    position: absolute;
    background-color: #e4a700;
    width: 280px;
    height: 400px;
    right: -25px;
    bottom: -25px;
    mix-blend-mode: multiply;
    border-radius: 4px;
  }
  .home_section .about_sec label {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .home_section .about_sec h3 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .home_section .about_sec h4 {
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 20px;
  }
  .home_section .about_sec p {
    font-size: 12px;
    line-height: normal;
  }
  .home_section .delivery_sec .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
  .home_section .delivery_sec .grid-container .grid-item .white_box p {
    line-height: 20px;
  }
  .home_section .delivery_sec .grid-container .grid-item:nth-child(1) {
    padding-right: 0;
  }
  .home_section .delivery_sec .grid-container .grid-item:nth-child(2) {
    padding-left: 0;
  }
  .home_section .delivery_sec::before {
    display: none;
  }
  .home_section .delivery_sec h3 {
    font-size: 22px;
  }
  .home_section .news_sec {
    padding: 50px 0;
  }
  .home_section .news_sec .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  .home_section .news_sec .grid-container .grid-item .about_box p {
    line-height: 20px;
    font-size: 12px;
  }
  .home_section .news_sec .display_flex {
    display: block;
  }
  .medical_card_section .medical_card .inner_header {
    padding-bottom: 20px;
  }
  .medical_card_section .medical_card .inner_header h2 {
    font-size: 16px;
  }
  .medical_card_section .medical_card .inner_header .search_bar {
    width: 170px;
    height: 32px;
    padding: 7px 10px;
    font-size: 12px;
  }
  .medical_card_section .medical_card .inner_header .search_bar::-webkit-input-placeholder {
    font-size: 12px;
  }
  .medical_card_section .medical_card .inner_header .search_bar:-ms-input-placeholder {
    font-size: 12px;
  }
  .medical_card_section .medical_card .inner_header .search_bar::-ms-input-placeholder {
    font-size: 12px;
  }
  .medical_card_section .medical_card .inner_header .search_bar::placeholder {
    font-size: 12px;
  }
  .medical_card_section .medical_card .inner_header .upload_btn {
    font-weight: normal;
    font-size: 11px;
    width: 70px;
    margin: 3px 7px 0 0;
    padding: 4px;
  }
  .medical_card_section .medical_card .inner_header .input-group-append {
    top: 8px;
  }
  .medical_card_section .medical_card .inner_header .input-group-append img {
    height: 15px;
  }
  .medical_card_section .medical_card .grid-container {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .medical_card_section .medical_card .grid-container .grid-item .card_grid {
    padding: 15px;
  }
  .medical_card_section .medical_card .grid-container .grid-item .card_grid ul {
    display: block;
  }
  .medical_card_section .medical_card .grid-container .grid-item .card_grid ul li {
    margin-bottom: 15px;
    display: block;
    margin-right: 0;
  }
  .medical_card_section .medical_card .grid-container .grid-item .card_grid ul li:first-child {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .medical_card_section .medical_card .grid-container .grid-item .card_grid ul li:last-child {
    margin-bottom: 0;
    margin-right: 0;
    float: none;
  }
  .medical_card_section .medical_card .grid-container .grid-item .card_grid ul li h3 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .medical_card_section .medical_card .grid-container .grid-item .card_grid ul li p {
    font-size: 14px;
  }
  .medical_card_section .medical_card .grid-container .grid-item .card_grid ul li .download_btn {
    font-size: 12px;
    width: 105px;
    height: auto;
    padding: 5px;
    width: 100%;
    margin-top: 0;
  }
  .medical_card_section .medical_card .grid-container .grid-item .card_grid ul li .delete_btn {
    font-size: 12px;
    width: 105px;
    height: auto;
    padding: 5px;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .search_driver_section .search_driver .inner_header {
    padding-bottom: 20px;
  }
  .search_driver_section .search_driver .inner_header h2 {
    font-size: 16px;
  }
  .search_driver_section .search_driver .inner_header .search_bar {
    width: 195px;
    height: 32px;
    padding: 7px 10px;
    font-size: 12px;
  }
  .search_driver_section .search_driver .inner_header .search_bar::-webkit-input-placeholder {
    font-size: 12px;
  }
  .search_driver_section .search_driver .inner_header .search_bar:-ms-input-placeholder {
    font-size: 12px;
  }
  .search_driver_section .search_driver .inner_header .search_bar::-ms-input-placeholder {
    font-size: 12px;
  }
  .search_driver_section .search_driver .inner_header .search_bar::placeholder {
    font-size: 12px;
  }
  .search_driver_section .search_driver .inner_header .input-group-append {
    top: 8px;
  }
  .search_driver_section .search_driver .inner_header .input-group-append img {
    height: 15px;
  }
  .search_driver_section .search_driver .inner_header .print_btn {
    width: 90px;
    height: 32px;
  }
  .search_driver_section .search_driver .inner_header .search_bar {
    width: 140px;
  }
  .upload_documents_section .upload_documents .inner_header .search_bar {
    width: 200px;
  }
  .add_truck .inner_header {
    padding-bottom: 20px;
  }
  .add_truck .inner_header h2 {
    font-size: 16px;
  }
  .add_truck .inner_header .search_bar {
    width: 195px;
    height: 32px;
    padding: 7px 10px;
    font-size: 12px;
  }
  .add_truck .inner_header .search_bar::-webkit-input-placeholder {
    font-size: 12px;
  }
  .add_truck .inner_header .search_bar:-ms-input-placeholder {
    font-size: 12px;
  }
  .add_truck .inner_header .search_bar::-ms-input-placeholder {
    font-size: 12px;
  }
  .add_truck .inner_header .search_bar::placeholder {
    font-size: 12px;
  }
  .add_truck .inner_header .input-group-append {
    top: 8px;
  }
  .add_truck .inner_header .input-group-append img {
    height: 15px;
  }
  .supervisor_training_section .supervisor_training .inner_header {
    padding-bottom: 20px;
  }
  .supervisor_training_section .supervisor_training .inner_header h2 {
    font-size: 16px;
  }
  .supervisor_training_section .supervisor_training .inner_header .search_bar {
    width: 195px;
    height: 32px;
    padding: 7px 10px;
    font-size: 12px;
  }
  .supervisor_training_section .supervisor_training .inner_header .search_bar::-webkit-input-placeholder {
    font-size: 12px;
  }
  .supervisor_training_section .supervisor_training .inner_header .search_bar:-ms-input-placeholder {
    font-size: 12px;
  }
  .supervisor_training_section .supervisor_training .inner_header .search_bar::-ms-input-placeholder {
    font-size: 12px;
  }
  .supervisor_training_section .supervisor_training .inner_header .search_bar::placeholder {
    font-size: 12px;
  }
  .supervisor_training_section .supervisor_training .inner_header .input-group-append {
    top: 8px;
  }
  .supervisor_training_section .supervisor_training .inner_header .input-group-append img {
    height: 15px;
  }
  .supervisor_training_section .supervisor_training .inner_header .print_btn {
    width: 90px;
    height: 32px;
  }
  .supervisor_training_section .supervisor_training .inner_header .search_bar {
    width: 140px;
  }
  .add_truck .ins_block .first {
    margin-bottom: 15px;
  }
  .add_truck .inner_header {
    padding-bottom: 20px;
  }
  .add_truck .inner_header h2 {
    font-size: 16px;
  }
  .add_truck .inner_header .search_bar {
    width: 195px;
    height: 32px;
    padding: 7px 10px;
    font-size: 12px;
  }
  .add_truck .inner_header .search_bar::-webkit-input-placeholder {
    font-size: 12px;
  }
  .add_truck .inner_header .search_bar:-ms-input-placeholder {
    font-size: 12px;
  }
  .add_truck .inner_header .search_bar::-ms-input-placeholder {
    font-size: 12px;
  }
  .add_truck .inner_header .search_bar::placeholder {
    font-size: 12px;
  }
  .add_truck .inner_header .input-group-append {
    top: 8px;
  }
  .add_truck .inner_header .input-group-append img {
    height: 15px;
  }
  .truck_maintainance_report .truck_maintainance .inner_header {
    padding-bottom: 10px;
  }
  .truck_maintainance_report .truck_maintainance .inner_header h2 {
    font-size: 16px;
  }
  .truck_maintainance_report .truck_maintainance .inner_header .search_bar {
    width: 195px;
    height: 32px;
    padding: 7px 10px;
    font-size: 12px;
  }
  .truck_maintainance_report .truck_maintainance .inner_header .search_bar::-webkit-input-placeholder {
    font-size: 12px;
  }
  .truck_maintainance_report .truck_maintainance .inner_header .search_bar:-ms-input-placeholder {
    font-size: 12px;
  }
  .truck_maintainance_report .truck_maintainance .inner_header .search_bar::-ms-input-placeholder {
    font-size: 12px;
  }
  .truck_maintainance_report .truck_maintainance .inner_header .search_bar::placeholder {
    font-size: 12px;
  }
  .truck_maintainance_report .truck_maintainance .inner_header .input-group-append {
    top: 8px;
  }
  .truck_maintainance_report .truck_maintainance .inner_header .input-group-append img {
    height: 15px;
  }
  .aboutus_sec_inner .sliderimg {
    height: 150px;
  }
  .aboutus_sec_inner .carousel-caption {
    position: absolute;
    right: 5%;
    top: 2%;
    bottom: auto;
    text-align: left;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption {
    width: 80%;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption h3 {
    font-size: 26px;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption p {
    font-size: 11px;
    line-height: 1.6;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption p a {
    font-size: 11px;
  }
  .contactus_sec_inner .sliderimg {
    height: 150px;
  }
  .contactus_sec_inner .carousel-caption {
    position: absolute;
    right: 5%;
    top: 3%;
    bottom: auto;
    text-align: left;
  }
  .contactus_sec_inner .carousel-caption .slider_caption {
    width: 80%;
  }
  .contactus_sec_inner .carousel-caption .slider_caption h3 {
    font-size: 26px;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .contactus_sec_inner .carousel-caption .slider_caption p {
    font-size: 11px;
    line-height: 1.6;
  }
  .contactus_sec_inner .carousel-caption .slider_caption p a {
    font-size: 11px;
  }
  .contactus_sec_inner .grid-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .profile_section .profile_sec .first_tab .premiuem_account_div .box_ {
    padding-bottom: 15px;
  }
  .profile_section .profile_sec .first_tab .premiuem_account_div .box_ .btn_box {
    float: none;
    margin-top: 10px;
  }
  .drivertime_record_section .drivertime_record .inner_header {
    padding-bottom: 20px;
  }
  .drivertime_record_section .drivertime_record .inner_header h2 {
    font-size: 16px;
  }
  .drivertime_record_section .drivertime_record .inner_header .upload_btn {
    font-weight: normal;
    font-size: 11px;
    width: 150px;
    margin: 3px 7px 0 0;
    padding: 4px;
  }
  .drivertime_record_section .drivertime_record .inner_header .input-group-append {
    top: 8px;
  }
  .drivertime_record_section .drivertime_record .inner_header .input-group-append img {
    height: 15px;
  }
  .subscribe_section .left_block .login_content {
    padding: 50px 15px 50px;
  }
  .add_truck .inner_header h2 {
    font-size: 13px;
  }
  .add_truck .insurance_card .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
  .add_truck .insurance_card .grid-container .grid-item h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
  }
  .download_btn.print_btn {
    margin-bottom: 15px;
  }
  .upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list{
    flex-wrap: wrap;
  }
  .upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list .btns_{
    flex: 0 0 100%;
    margin-top: 8px;
    justify-content: flex-end;
  }
  a.view-detail-link{
    display: block;
  }
}

@media (max-width: 650px) {
  .home_section .slider_sec .carousel-caption {
    position: absolute;
    right: 5%;
    top: 10%;
    bottom: auto;
    text-align: left;
  }
  .home_section .slider_sec .carousel .sliderimg {
    height: 200px;
  }
  .home_section .slider_sec .carousel-caption .slider_caption {
    width: auto;
  }
  .home_section .slider_sec .carousel-caption .slider_caption h3 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  .home_section .slider_sec .carousel-caption .slider_caption p {
    font-size: 10px;
    line-height: 1.6;
  }
  .home_section .slider_sec .carousel-caption .slider_caption .contact_btn {
    width: 80px;
    margin-top: 0;
    height: 28px;
    font-size: 10px;
  }
  .home_section .aboutus_sec {
    padding: 50px 0;
  }
  .home_section .aboutus_sec .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  .home_section .aboutus_sec .grid-container .grid-item .about_box p {
    line-height: 20px;
    font-size: 12px;
  }
  .home_section .aboutus_sec .display_flex {
    display: block;
  }
  .home_section .package_sec .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
  .deletepopup .modal-dialog .modal-body .grid-container {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .add_truck {
    padding: 50px 0;
  }
  .add_truck .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  .add_truck .grid-container .grid-item .about_box p {
    line-height: 20px;
    font-size: 12px;
  }
  .add_truck .display_flex {
    display: block;
  }
  .aboutus_sec_inner {
    padding: 0 0 50px;
  }
  .aboutus_sec_inner .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  .aboutus_sec_inner .grid-container .grid-item .about_box p {
    line-height: 20px;
    font-size: 12px;
  }
  .aboutus_sec_inner .display_flex {
    display: block;
  }
  .aboutus_sec_inner .sliderimg {
    height: 150px;
    margin: 0 0 40px;
  }
  .aboutus_sec_inner .carousel-caption {
    position: absolute;
    right: 5%;
    top: 2%;
    bottom: auto;
    text-align: left;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption {
    width: auto;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption h3 {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption p {
    font-size: 10px;
    line-height: 1.6;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption p a {
    font-size: 10px;
  }
  .contactus_sec_inner {
    padding: 0 0 50px;
  }
  .contactus_sec_inner .sliderimg {
    height: 150px;
    margin: 0 0 40px;
  }
  .contactus_sec_inner .carousel-caption {
    position: absolute;
    right: 5%;
    top: 4%;
    bottom: auto;
    text-align: left;
  }
  .contactus_sec_inner .carousel-caption .slider_caption {
    width: auto;
  }
  .contactus_sec_inner .carousel-caption .slider_caption h3 {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .contactus_sec_inner .carousel-caption .slider_caption p {
    font-size: 10px;
    line-height: 1.6;
  }
  .contactus_sec_inner .carousel-caption .slider_caption p a {
    font-size: 10px;
  }
}

@media (max-width: 525px) {
  .wrapper {
    padding: 15px;
  }
  .login_section .left_block .login_content {
    padding: 30px 15px 30px;
  }
  .login_section .left_block .login_content .login_middle_sec {
    margin-top: 25px;
  }
  .login_section .left_block .login_content .login_middle_sec .custom-control-label {
    font-size: 9px;
  }
  .login_section .left_block .login_content .login_middle_sec .forgot_password {
    font-size: 9px;
  }
  .login_section .left_block .login_content .login_middle_sec .signin_btn {
    height: 30px;
    width: 100%;
    margin-top: 0;
  }
  .login_bg {
    padding: 50px 0;
  }
  .subscribe_bg {
    padding: 50px 0;
  }
  .home_section .slider_sec .carousel-caption {
    position: absolute;
    right: 4%;
    top: 2%;
    bottom: auto;
    text-align: left;
  }
  .home_section .slider_sec .carousel .sliderimg {
    height: 165px;
  }
  .home_section .slider_sec .carousel-caption .slider_caption {
    width: auto;
  }
  .home_section .slider_sec .carousel-caption .slider_caption h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  .home_section .slider_sec .carousel-caption .slider_caption p {
    font-size: 9px;
    line-height: 1.6;
  }
  .home_section .slider_sec .carousel-caption .slider_caption .contact_btn {
    width: 90px;
    margin-top: 0;
    height: 28px;
    font-size: 10px;
  }
  .home_section .about_sec {
    background-color: #ffffff;
    padding: 20px 0;
  }
  .home_section .about_sec .about_img {
    position: relative;
    margin-bottom: 50px;
    height: auto;
  }
  .home_section .about_sec .about_img img {
    width: 100%;
    height: auto;
  }
  .home_section .about_sec .about_img::before {
    content: "";
    position: absolute;
    background-color: #e4a700;
    width: 148px;
    height: 218px;
    right: -10px;
    bottom: -10px;
    mix-blend-mode: multiply;
    border-radius: 4px;
  }
  .home_section .about_sec label {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .home_section .about_sec h3 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .home_section .about_sec h4 {
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 20px;
  }
  .home_section .about_sec p {
    font-size: 12px;
    line-height: normal;
  }
  .home_section .aboutus_sec .seeall_btn {
    margin-left: 0;
  }
  .add_driver_section .add_driver .form_ {
    padding: 0;
  }
  .add_driver_section .add_driver .form_border {
    padding: 15px 15px 0;
  }
  .add_driver_section .add_driver .input_group {
    margin-bottom: 15px;
  }
  .add_driver_section .add_driver .form-control {
    height: 42px;
    margin-bottom: 0;
    font-size: 12px;
    padding: 6px 12px;
  }
  .add_driver_section .add_driver .form-control::-webkit-input-placeholder {
    font-size: 12px;
  }
  .add_driver_section .add_driver .form-control:-ms-input-placeholder {
    font-size: 12px;
  }
  .add_driver_section .add_driver .form-control::-ms-input-placeholder {
    font-size: 12px;
  }
  .add_driver_section .add_driver .form-control::placeholder {
    font-size: 12px;
  }
  .add_driver_section .add_driver .extn_input {
    padding-left: 60px;
  }
  .add_driver_section .add_driver .extn {
    height: 42px;
    padding: 10px 15px;
  }
  .add_driver_section .add_driver .add_photo_box {
    margin: 0 auto 30px;
  }
  .add_driver_section .add_driver .input-group-append {
    top: 0;
    height: 42px;
  }
  .add_driver_section .add_driver .signup_btn {
    margin-top: 20px;
    height: 40px;
    margin-right: 0;
    width: 100%;
  }
  .add_driver_section .add_driver .reset_btn {
    margin-top: 20px;
    margin-right: 0;
    height: 40px;
    width: 100%;
  }
  .medical_card_section .medical_card .grid-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .medical_card_section .medical_card .inner_header h2 {
    display: block;
    margin-bottom: 10px;
  }
  .medical_card_section .medical_card .inner_header .input-group {
    display: block;
    float: none;
    width: auto;
  }
  .medical_card_section .medical_card .inner_header .input-group-append {
    top: 12px;
  }
  .medical_card_section .medical_card .inner_header .input-group-append img {
    height: 8px;
  }
  .medical_card_section .medical_card .inner_header .upload_btn {
    width: 100%;
    float: none;
    margin: 12px 0 0 0;
  }
  .medical_card_section .medical_card .inner_header .search_bar {
    width: 100%;
  }
  .search_driver_section .search_driver .inner_header h2 {
    display: block;
    margin-bottom: 10px;
  }
  .search_driver_section .search_driver .inner_header .input-group {
    display: block;
    float: none;
    width: auto;
  }
  .search_driver_section .search_driver .inner_header .search_bar {
    width: 100%;
  }
  .search_driver_section .search_driver .inner_header .print_btn {
    height: 34px;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .deletepopup .modal-dialog .modal-body .grid-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .deletepopup .modal-dialog .modal-body .footer_btns .keep_btn {
    width: 100%;
  }
  .deletepopup .modal-dialog .modal-body .footer_btns .delete_btn {
    width: 100%;
  }
  .deletepopup2 .modal-dialog .modal-body .footer_btns .keep_btn {
    width: 100%;
  }
  .deletepopup2 .modal-dialog .modal-body .footer_btns .delete_btn {
    width: 100%;
  }

  .preview-popup.modal-dialog .modal-body .footer_btns .keep_btn {
    width: 100%;
  }
  .preview-popup.modal-dialog .modal-body .footer_btns .delete_btn {
    width: 100%;
  }

  .upload_documents_section .upload_documents .inner_header h2 {
    display: block;
    margin-bottom: 10px;
  }
  .upload_documents_section .upload_documents .inner_header .input-group {
    display: block;
    float: none;
    width: auto;
  }
  .upload_documents_section .upload_documents .inner_header .search_bar {
    width: 100%;
  }
  .upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list h2 {
    font-size: 14px;
    margin: 5px 0 0 5px;
  }
  .upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list .uploaded_btn {
    padding: 4px 8px;
    width: 75px;
    height: 30px;
    font-size: 12px;
  }
  .upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list .delete_btn {
    padding: 4px 8px;
    width: 55px;
    height: 30px;
    font-size: 12px;
    margin-left: 4px;
  }
  .add_truck .inner_header h2 {
    display: block;
    margin-bottom: 10px;
  }
  .add_truck .inner_header .input-group {
    display: block;
    float: none;
    width: auto;
  }
  .add_truck .inner_header .search_bar {
    width: 100%;
  }
  .supervisor_training_section .supervisor_training .inner_header h2 {
    display: block;
    margin-bottom: 10px;
  }
  .supervisor_training_section .supervisor_training .inner_header .input-group {
    display: block;
    float: none;
    width: auto;
  }
  .supervisor_training_section .supervisor_training .inner_header .search_bar {
    width: 100%;
  }
  .supervisor_training_section .supervisor_training .inner_header .print_btn {
    height: 34px;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .driverwrapper .signup_btn {
    margin-top: 20px;
    height: 40px;
    margin-right: 0;
    width: 100%;
  }
  .driverwrapper .reset_btn {
    margin-top: 20px;
    margin-right: 0;
    height: 40px;
    width: 100%;
  }
  .truck_maintainance_report .truck_maintainance .inner_header h2 {
    display: block;
    margin-bottom: 10px;
    padding: 0;
  }
  .truck_maintainance_report .truck_maintainance .inner_header .input-group {
    display: block;
    float: none;
    width: auto;
  }
  .truck_maintainance_report .truck_maintainance .inner_header .search_bar {
    width: 100%;
  }
  .truck_maintainance_report .truck_maintainance .form_ {
    padding: 15px 15px 0;
  }
  .truck_maintainance_report .truck_maintainance .input_group {
    margin-bottom: 15px;
  }
  .truck_maintainance_report .truck_maintainance .form-control {
    height: 42px;
    margin-bottom: 0;
    font-size: 12px;
    padding: 6px 12px;
  }
  .truck_maintainance_report .truck_maintainance .form-control::-webkit-input-placeholder {
    font-size: 12px;
  }
  .truck_maintainance_report .truck_maintainance .form-control:-ms-input-placeholder {
    font-size: 12px;
  }
  .truck_maintainance_report .truck_maintainance .form-control::-ms-input-placeholder {
    font-size: 12px;
  }
  .truck_maintainance_report .truck_maintainance .form-control::placeholder {
    font-size: 12px;
  }
  .truck_maintainance_report .truck_maintainance .add_photo_box {
    margin: 0 auto 0px;
  }
  .truck_maintainance_report .truck_maintainance .input-group-append {
    top: 10px;
  }
  .truck_maintainance_report .truck_maintainance .signup_btn {
    margin-top: 20px;
    height: 40px;
    margin-right: 0;
    width: 100%;
  }
  .truck_maintainance_report .truck_maintainance .reset_btn {
    margin-top: 20px;
    margin-right: 0;
    height: 40px;
    width: 100%;
  }
  .truck_maintainance_report .truck_maintainance .top_label {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .aboutus_sec_inner .sliderimg {
    height: 125px;
  }
  .aboutus_sec_inner .carousel-caption {
    position: absolute;
    right: 4%;
    top: 1%;
    bottom: auto;
    text-align: left;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption {
    width: auto;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption h3 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.3;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption p {
    font-size: 9px;
    line-height: 1.6;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption p a {
    font-size: 9px;
  }
  .contactus_sec_inner .sliderimg {
    height: 125px;
  }
  .contactus_sec_inner .carousel-caption {
    position: absolute;
    right: 4%;
    top: 3%;
    bottom: auto;
    text-align: left;
  }
  .contactus_sec_inner .carousel-caption .slider_caption {
    width: auto;
  }
  .contactus_sec_inner .carousel-caption .slider_caption h3 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.3;
  }
  .contactus_sec_inner .carousel-caption .slider_caption p {
    font-size: 9px;
    line-height: 1.6;
  }
  .contactus_sec_inner .carousel-caption .slider_caption p a {
    font-size: 9px;
  }
  .profile_section .profile_sec .profile_tabs .nav-pills {
    margin-bottom: 20px;
  }
  .drivertime_record_section .drivertime_record .inner_header h2 {
    display: block;
    margin-bottom: 10px;
  }
  .drivertime_record_section .drivertime_record .inner_header .upload_btn {
    width: 100%;
    float: none;
    margin: 12px 0 0 0;
  }
  .drivertime_record_section .drivertime_record .form-control {
    height: 42px;
    margin-bottom: 0;
    font-size: 12px;
    padding: 6px 12px;
  }
  .drivertime_record_section .drivertime_record .form-control::-webkit-input-placeholder {
    font-size: 12px;
  }
  .drivertime_record_section .drivertime_record .form-control:-ms-input-placeholder {
    font-size: 12px;
  }
  .drivertime_record_section .drivertime_record .form-control::-ms-input-placeholder {
    font-size: 12px;
  }
  .drivertime_record_section .drivertime_record .form-control::placeholder {
    font-size: 12px;
  }
  .drivertime_record_section .drivertime_record .input-group {
    display: block;
    float: none;
    width: auto;
  }
  .drivertime_record_section .drivertime_record .input-group-append {
    top: 12px;
  }
  .subscribe_section .left_block .login_content .login_middle_sec p {
    color: #E4A700;
    font-size: 11px;
    text-align: center;
    margin-bottom: 0;
  }
  .subscribe_section .left_block .login_content .login_middle_sec .subscribe_btn {
    width: 100%;
    margin-right: 0px;
  }
  .subscribe_section .left_block .login_content .login_middle_sec .reset_btn {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .home_section .slider_sec .carousel-caption {
    position: absolute;
    right: 4%;
    top: 2%;
    bottom: auto;
    text-align: left;
  }
  .home_section .slider_sec .carousel .sliderimg {
    height: 125px;
  }
  .home_section .slider_sec .carousel-caption .slider_caption {
    width: auto;
  }
  .home_section .slider_sec .carousel-caption .slider_caption h3 {
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 0;
  }
  .home_section .slider_sec .carousel-caption .slider_caption p {
    font-size: 9px;
    line-height: initial;
    margin-bottom: 10px;
  }
  .home_section .slider_sec .carousel-caption .slider_caption .contact_btn {
    width: 90px;
    margin-top: 0;
    height: 20px;
    font-size: 9px;
  }
  .home_section .about_sec .about_img::before {
    content: "";
    position: absolute;
    background-color: #e4a700;
    width: 125px;
    height: 170px;
    right: -10px;
    bottom: -10px;
    mix-blend-mode: multiply;
    border-radius: 4px;
  }
  .upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list h2 {
    font-size: 14px;
    margin: 5px 0 0 5px;
  }
  .upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list .uploaded_btn {
    padding: 4px 8px;
    width: 75px;
    height: 30px;
    font-size: 12px;
  }
  .upload_documents_section .upload_documents .grid-container .grid-item .uploaddoc_list .delete_btn {
    padding: 4px 8px;
    width: 55px;
    height: 30px;
    font-size: 12px;
    margin-left: 4px;
  }
  .aboutus_sec_inner .sliderimg {
    height: 125px;
  }
  .aboutus_sec_inner .carousel-caption {
    position: absolute;
    right: 4%;
    top: 2%;
    bottom: auto;
    text-align: left;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption {
    width: auto;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption h3 {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 0;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption p {
    font-size: 9px;
    line-height: initial;
    margin-bottom: 10px;
  }
  .aboutus_sec_inner .carousel-caption .slider_caption p a {
    font-size: 9px;
  }
  .contactus_sec_inner .sliderimg {
    height: 125px;
  }
  .contactus_sec_inner .carousel-caption {
    position: absolute;
    right: 4%;
    top: 4%;
    bottom: auto;
    text-align: left;
  }
  .contactus_sec_inner .carousel-caption .slider_caption {
    width: auto;
  }
  .contactus_sec_inner .carousel-caption .slider_caption h3 {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 0;
  }
  .contactus_sec_inner .carousel-caption .slider_caption p {
    font-size: 9px;
    line-height: initial;
    margin-bottom: 10px;
  }
  .contactus_sec_inner .carousel-caption .slider_caption p a {
    font-size: 9px;
  }
  .profile_section .profile_sec .first_tab .premiuem_account_div .box_ .btn_box .upgradeplan_btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .profile_section .profile_sec .first_tab .premiuem_account_div .box_ .btn_box .cancelplan_btn {
    width: 100%;
  }
  .profile_section .profile_sec .first_tab .save_changes_btn {
    width: 100%;
  }
  .profile_section .profile_sec .first_tab .update_btn {
    width: 100%;
  }
}

/* You can add global styles to this file, and also import other style files */
@media print {
  body {
    background: #fff;
  }
  body > * {
    visibility: hidden;
  }
  #section-to-print, #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.disable-link {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.password-change-field {
  margin-bottom: 30px;
}

.cursor-pointer{
  cursor: pointer;
}

a.view-detail-link {
  font-size: 12px;
  letter-spacing: 0.045em;
  /* font-weight: 500; */
  color: #e4a700;
  margin-left: 5px;
  text-decoration: underline;
  text-underline-position: under;
}

.bs-datepicker.theme-green .bs-datepicker-container {
  padding: 0;
}

.bs-datepicker.theme-green .bs-datepicker-head {
  background-color: #e4a700;
}

.bs-datepicker.theme-green .bs-datepicker-body table td span.selected {
  background-color: #e4a700;
}

.bs-datepicker.theme-green .bs-datepicker-body table td span[class*="select-"]:after {
  background-color: #e4a700;
}

.bs-datepicker.theme-green .bs-datepicker-body table td.selected span {
  background-color: #e4a700;
}

.bs-datepicker.theme-green .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #e4a700;
}

.bs-calendar-container .bs-datepicker-multiple + .bs-datepicker-multiple {
  margin-left: 0;
}

/* FONTS - fonts */
/*# sourceMappingURL=main.css.map */

.dvirwrapper{
  padding-top: 13px;
}
.dvir_inner_header .top_header{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.dvir_inner_header .upload_btn{
  background: #e4a700;
    color: #ffffff;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 3px 0 0 8px;
    padding: 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: none;
    float: right;
    border: 1px solid #e4a700;
}
.dvir_inner_header .upload_btn:hover {
  background: #ffffff;
  color: #e4a700;
}
/* .html2canvas-container { width: 3000px !important; height: 3000px !important; } */
/* .html2canvas-container .wrapper{
  min-width: 1440px;
} */
.doc-expiry-status-outer{
  position: relative;
  display: inline-flex !important;
  align-items: center;
}
.doc-expiry-status{
      /* position: absolute; */
    /* top: -12px; */
    /* right: -5px; */
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: 0;
    margin-left: 3px;
    margin-right: 3px;
}

.doc-expiry-status img{
  display: block;
  max-width: 100%;
}

.notes_sec {
  margin-bottom: 7px;
  margin-top: 20px;
}

.notes_sec p {
  color: #B6B6B6;
}

.notes_sec span.note_title {
  display: inline-block;
  color: #E4A700;
  font-size: 18px;
}

.popup{
  height: 55vh;
  overflow-y: auto;
  margin-bottom: 15px;
  border: 5px solid #e9e9e9;
  background: #e9e9e9;
  
}

.popup.image-popup {
  text-align: center;
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  position: relative;
}

.popup.image-popup img{
  max-width: 80%;
  max-height: 80%;
  position: absolute;
}

.pdfViewer {
  padding-right: 15px;
  overflow: hidden;
}

.pdfViewer.removePageBorders .page{
  margin-bottom: 0;
}
