/*page1*/
@font-face {
  font-family: Montserrat;
  src: url("/fonts/montserrat");
  font-display: swap; }
body {
  font-family: Montserrat;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  background-color: #cecedd;
  font-size: 18px; }

strong, input, textarea {
  font-family: MontserratMedium; }

select, option, tr, th, td {
  font-family: MontserratRegular; }

button {
  font-family: MontserratMedium; }

label {
  font-family: MontserratRegular;
  margin: 24px 0px 24px 0px; }

span {
  font-family: MontserratExtraBold; }

h1, h2, h3, h4, h5 {
  font-family: MontserratExtraBold;
  margin: 5px 0px 5px 0px; }

h6 {
  font-family: MontserratExtraBold;
  color: #808080ba;
  margin: 24px 0px 24px 0px; }

small {
  display: block;
  font-family: MontserratRegular;
  font-size: 13px;
  color: #8a7b7b; }

a {
  font-family: MontserratExtraBold;
  text-decoration: none;
  font-weight: bolder; }

p {
  font-family: MontserratRegular;
  font-size: 20px; }

ul li {
  font-family: MontserratRegular; }

:root {
  --primary: #184782;
  --secondary: #f49821;
  --brdr: 1px solid #f00;
  --fa: FontAwesome;
  --success: #4CAF50;
  --info: #2196F3;
  --warning: #ffeb3b;
  --danger: #f44336; }

@font-face {
  font-family: MontserratBlackItalic;
  src: url("../fonts/montserrat/Montserrat-BlackItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratBlack;
  src: url("../fonts/montserrat/Montserrat-Black.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratBoldItalic;
  src: url("../fonts/montserrat/Montserrat-BoldItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratBold;
  src: url("../fonts/montserrat/Montserrat-Bold.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratExtraBoldItalic;
  src: url("../fonts/montserrat/Montserrat-ExtraBoldItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratExtraBold;
  src: url("../fonts/montserrat/Montserrat-ExtraBold.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratExtraLightItalic;
  src: url("../fonts/montserrat/Montserrat-ExtraLightItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratExtraLight;
  src: url("../fonts/montserrat/Montserrat-ExtraLight.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratItalic;
  src: url("../fonts/montserrat/Montserrat-Italic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratLightItalic;
  src: url("../fonts/montserrat/Montserrat-LightItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratLight;
  src: url("../fonts/montserrat/Montserrat-Light.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratMediumItalic;
  src: url("../fonts/montserrat/Montserrat-MediumItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratMedium;
  src: url("../fonts/montserrat/Montserrat-Medium.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratRegular;
  src: url("../fonts/montserrat/Montserrat-Regular.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratSemiBoldItalic;
  src: url("../fonts/montserrat/Montserrat-SemiBoldItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratSemiBold;
  src: url("../fonts/montserrat/Montserrat-SemiBold.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratThinItalic;
  src: url("../fonts/montserrat/Montserrat-ThinItalic.otf");
  font-display: swap; }
@font-face {
  font-family: MontserratThin;
  src: url("../fonts/montserrat/Montserrat-Thin.otf");
  font-display: swap; }
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.info, .danger, .success, .warning {
  text-align: center;
  padding: 10px; }

.info, .danger, .success {
  color: white; }

.info {
  background-color: var(--info); }

.success {
  background-color: var(--success); }

.warning {
  background-color: var(--warning); }

.danger {
  background-color: var(--danger); }

/*dropdown sec*/
.drop-sec {
  display: none; }

/*end*/
/*header strt*/
header {
  position: fixed; }

.hedr-data {
  display: flex;
  place-content: space-around;
  padding: 9px;
  background-color: #446cb2;
  line-height: 80px;
  /*position: fixed;*/
  z-index: 1; }

/*label-logoleft*/
.logo-left img {
  display: flex;
  line-height: 80px;
  font-size: 20px;
  height: 78px;
  width: 353px;
  margin-left: 50px;
  cursor: pointer;
  /*border-radius: 40px;*/ }

/*headerusericon*/
.hedr-data .user-name-img {
  display: flex;
  color: blanchedalmond; }
  .hedr-data .user-name-img .fa {
    color: #8fc1b7;
    width: 39px;
    box-shadow: 0px 0px 0px 2px #ffe3e3;
    border-radius: 23px;
    font-size: 40px;
    background: antiquewhite; }
  .hedr-data .user-name-img a {
    color: blanchedalmond; }
.hedr-data .btn {
  display: flex;
  padding: 18px; }

.openbtn {
  width: 43px; }

/*end header*/
/*side menu bar*/
.user-side-img {
  width: 100%;
  text-align: center;
  padding: 67px 0px 54px 0px; }
  .user-side-img .fa {
    color: #8fc1b7;
    font-size: 80px;
    box-shadow: 0px 0px 0px 4px #ffe3e3;
    border-radius: 65px;
    margin-bottom: 20px; }

/* side menustart*/
.side-menu {
  background-color: #cbcbe1;
  z-index: 0; }
  .side-menu a {
    display: block;
    line-height: 30px;
    transition: 0.4s;
    text-align: left;
    margin-bottom: 33px;
    text-decoration: none;
    padding: 10px 0px 8px 0px; }
    .side-menu a:hover i {
      color: aliceblue; }
    .side-menu a i {
      text-align-last: center;
      width: 23%;
      color: black; }
    .side-menu a:hover, .side-menu a.active {
      background-color: #352d35; }
      .side-menu a:hover span, .side-menu a:hover i, .side-menu a.active span, .side-menu a.active i {
        color: white; }
  .side-menu span {
    font-size: 20px;
    color: black;
    font-size: 15px; }
    .side-menu span:hover {
      color: white; }
  .side-menu a:hover span {
    color: white; }

.line .logout-line {
  border-bottom: groove;
  width: 80%; }

/*--end--*/
/*header-sidebar starts*/
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px; }
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s; }
    .sidebar a:hover {
      color: #f1f1f1; }
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px; }

.openbtn {
  font-size: 27px;
  cursor: pointer;
  background-color: #446cb2;
  color: white;
  padding: 10px 15px;
  border: none;
  margin-left: 8px;
  position: relative;
  top: -6px; }
  .openbtn:hover {
    background-color: #446cb2; }

#main {
  transition: margin-left 0.5s;
  padding: 16px;
  width: 23%;
  text-align: right; }

/*ends*/
.customer-loc {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }

.customer-details {
  padding: 36px;
  background: #e2e2ef;
  border-radius: 15px; }

.customer-name .fa {
  color: #8fc1b7;
  width: 39px;
  box-shadow: 0px 0px 0px 2px #ffe3e3;
  border-radius: 23px;
  font-size: 40px;
  background: antiquewhite;
  vertical-align: sub; }

.home-buttons .decline-btn {
  background: white;
  border: 1px solid grey;
  /* font-size: 23px; */
  padding: 14px;
  width: 124px;
  cursor: pointer;
  border-radius: 8px;
  margin: 6px; }
.home-buttons .accept-btn {
  background-color: #446cb2;
  border: 1px solid grey;
  /* font-size: 23px; */
  padding: 14px;
  width: 155px;
  cursor: pointer;
  color: white;
  border-radius: 8px; }

.pickup-btn, .call-btn, .dropoff-btn {
  background-color: #446cb2;
  border: 1px solid grey;
  /* font-size: 23px; */
  padding: 14px;
  width: 155px;
  cursor: pointer;
  color: white;
  border-radius: 8px; }

.call-btn {
  width: 71px; }

.home-buttons {
  margin: 25px;
  text-align: center; }

.c-cost {
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly; }

.rgt-fld i {
  color: orangered; }

.left-fld, .rgt-fld {
  border: 2px solid grey;
  border-radius: 12px;
  padding: 16px;
  background: white;
  margin-top: 21px; }

.left-fld sup, .rgt-fld sup {
  background: orange;
  color: white;
  padding: 4px 9px;
  border-radius: 6px; }

.c-data {
  width: 47%; }

.c1 strong {
  margin-bottom: 9px;
  padding: 3px;
  display: block; }

.c-data small {
  margin: 6px; }

/*registration*/
.drag-area {
  height: 296px;
  text-align: center;
  cursor: pointer;
  border: 1px solid grey;
  margin: 52px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border-radius: 15px; }

.registration-form {
  display: flex; }

.reg-container {
  margin: 10px; }

.reg-field {
  padding: 13px 17px;
  border-radius: 6px;
  border: 1px solid gray;
  outline: none; }

.transport {
  width: 100%;
  padding: 13px 17px;
  border-radius: 6px;
  border: 1px solid gray;
  outline: none; }

/*end*/
/*driver-reg*/
.drag-area-driver-reg {
  height: 242px;
  text-align: center;
  cursor: pointer;
  border: 1px solid grey;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border-radius: 9px;
  position: relative; }
  .drag-area-driver-reg > label {
    position: absolute;
    width: 100%;
    text-align: center; }
  .drag-area-driver-reg .drag-icon {
    text-align: center; }
    .drag-area-driver-reg .drag-icon img {
      max-width: 100%;
      max-height: 100%; }

.driver-reg-container {
  display: flex;
  justify-content: space-around;
  margin-top: 60px; }

.driver-reg-tabs {
  display: flex; }
  .driver-reg-tabs a {
    text-decoration: none;
    color: black;
    margin: 28px;
    font-weight: bolder; }
    .driver-reg-tabs a:focus, .driver-reg-tabs a.active {
      border-bottom-style: inset;
      border-color: orange;
      padding-bottom: 7px; }

.driver-field {
  width: 58%;
  height: 40px;
  outline: none; }

.driver-ID-card {
  margin: 32px 0 auto 28px; }
  .driver-ID-card i {
    position: relative;
    left: -38px;
    font-size: 21px; }

.driver-reg-tabs {
  margin: 30px 0; }

.drag-container {
  width: 45%; }

.front, .back {
  display: flex;
  justify-content: space-between; }

.d-reg-save-bt {
  margin: 36px; }
  .d-reg-save-bt .btn {
    width: 20%; }

/*end*/
/*myprofile*/
input[type="file"] {
  display: none; }

.custom-file-upload {
  border: 1px solid #ccc;
  cursor: pointer;
  height: 173px;
  border-radius: 50%;
  margin: 0;
  width: 173px; }

.myprofile-container {
  display: flex;
  margin-bottom: 24px;
  line-height: 163px; }
  .myprofile-container input {
    height: 35px; }
  .myprofile-container textarea {
    margin: 4px;
    /* height: 229px; */
    width: 100%;
    padding: 40px; }
  .myprofile-container .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border-color: #c3b9b994;
    border-radius: 6px;
    border: 1px solid #333; }
    .myprofile-container .input-field:focus {
      border: 2px solid dodgerblue; }

.myprofile-form {
  width: 65%; }

.upload-img {
  width: 30%; }
  .upload-img img {
    border-radius: 208px;
    width: 172px; }

.detail-tow-foms {
  margin-right: 10px;
  margin-right: 10px;
  display: flex;
  margin-top: 11%; }

.save-btn .btn, .update-btn {
  width: 42%; }

.save-btn, .update-btn {
  text-align: center; }

.change-pass-foms {
  display: flex;
  justify-content: flex-end;
  margin: 40px;
  padding: 14px; }

/*notification*/
.notification-content {
  display: flex;
  border-style: groove;
  padding: 21px;
  border-radius: 14px;
  margin-bottom: 36px;
  background: #eeeef7; }

.notification-container {
  padding: 30px;
  margin-top: 30px; }

.not-img {
  width: 20%; }
  .not-img img {
    width: 111px;
    height: 114px;
    border-radius: 55px; }

.not-description {
  width: 100%; }

.not-description small {
  text-align: end; }

/*ends*/
/*onlinesupport*/
.searchBox {
  width: 50%;
  padding: 8px;
  border-radius: 10px;
  font-size: 16px;
  margin: 30px 0px 30px 0px; }

.searchcontainer i {
  position: relative;
  left: -42px;
  font-size: 21px; }

.online-support-ctnr {
  border-style: groove;
  padding: 21px;
  border-radius: 14px;
  margin-bottom: 36px;
  background: #eeeef7; }

.os-details-btn {
  text-align: end; }

.os-details-btn a {
  border-color: gray;
  text-decoration: none;
  color: #111;
  background: #eeeef7;
  border-radius: 20px;
  padding: 8px 20px 8px 20px;
  border-style: groove; }

/*ends*/
/*payemnt*/
/*end*/
/*signup*/
.signup-header, .login-header {
  position: fixed;
  top: 0; }

.signup-header-data, .login-header-data {
  display: flex;
  place-content: space-around;
  padding: 9px;
  background-color: #2b82c6;
  position: fixed;
  z-index: 1;
  width: 100%; }

.signup-header-data .logo-center img, .login-header-data .logo-center img {
  width: 353px;
  cursor: pointer; }

.tow-signup, .tow-login {
  background: white;
  margin: 50px 30%;
  border-radius: 16px; }

.tow-signup-form, .tow-login-form {
  text-align: center;
  padding: 32px;
  font-size: 24px; }

.signup-form, .login-form {
  margin: 33px; }

.signup-input-field, .login-input-field {
  width: 85%;
  margin: 9px;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid grey;
  background: aliceblue; }

.signup-btn, .login-btn {
  width: 45%;
  padding: 8px;
  font-size: 21px;
  border-radius: 4px;
  background-color: #ffa93a;
  border: none; }

.new-user .signup {
  color: #ffa93a; }

.login-form-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-around; }

/*end*/
/*mywallet*/
.jobhistory-content {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  border-radius: 22px;
  padding: 13px;
  margin: 11px;
  background: #d5eafd; }

.jb-icon {
  width: 18%; }

.jb-1 {
  width: 54%; }

.jb-2 {
  width: 38%;
  text-align: end; }

.jb-icon .fa {
  color: #8fc1b7;
  font-size: 80px;
  box-shadow: 0px 0px 0px 4px #ffe3e3;
  border-radius: 65px;
  margin-bottom: 20px; }

/*end*/
/*payout form*/
.payout-container button {
  margin: 30px 0px -29px;
  padding: 11px 83px;
  border-radius: 8px;
  background: white; }

.payout-form {
  text-align: center; }

.btn {
  background-color: #446cb2;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 84%;
  opacity: 0.9; }
  .btn:hover {
    opacity: 1; }

.wallet-img {
  text-align: center; }
  .wallet-img img {
    width: 279px; }

.wallet-links {
  margin: 18px; }
  .wallet-links a {
    color: black;
    margin: 18px;
    font-weight: bolder; }
    .wallet-links a:focus {
      border-bottom-style: inset;
      border-color: orange;
      padding-bottom: 7px; }

.payout-container .right-icon {
  position: relative;
  left: -20px; }
.payout-container .left-icon {
  position: relative;
  left: 38px; }

.credit-card, .bank-transfer {
  width: 51%; }

/*about*/
.info-content, .email-content, .contact-content {
  border-style: groove;
  padding: 21px;
  border-radius: 14px;
  margin-bottom: 36px;
  background: #eeeef7; }

.aboutlogo-img {
  text-align: center;
  margin: 30px; }

/*about*/
/*end*/
.my-wallet-route-id {
  display: flex;
  justify-content: space-between; }

.route-data {
  display: flex;
  justify-content: space-between;
  padding-top: 24px; }

.rt-col-1-pickup, .rt-col-1-dropoff {
  border: 1px solid black;
  border-radius: 12px;
  padding: 10px;
  margin: 20px 0; }

.rt-col-1-pickup sup, .rt-col-1-dropoff sup {
  background: orange;
  color: white;
  padding: 4px;
  border-radius: 7px; }

.rt-col-1 {
  margin-top: 7px;
  display: block; }
  .rt-col-1 strong {
    margin-top: 7px;
    display: block; }

.main-class {
  width: 50%;
  margin-top: 30px; }

.towlink-map iframe {
  height: 360px; }

.btm-data-details {
  display: flex;
  justify-content: space-between; }

.cstmer-side-img {
  display: flex;
  justify-content: space-evenly;
  width: 29%; }

.image-1 i {
  font-size: 39px; }

.rigt-side {
  display: flex;
  justify-content: space-between; }

.route-data-container {
  background: aliceblue;
  border: 1px solid aliceblue;
  margin: 69px 52px;
  border-radius: 23px;
  padding: 30px; }

.ratings {
  align-items: center;
  justify-content: space-between;
  display: flex; }
  .ratings i {
    color: orange;
    font-size: 7px; }

/*toggle*/
.toggle1, .toggle2 {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 22px;
  background-color: #928787;
  border-radius: 30px;
  border: 2px solid gray;
  margin: 0;
  cursor: pointer; }

/* After slide changes */
.toggle1:after, .toggle2:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 24px;
  border-radius: 50%;
  background-color: #f8f4f4;
  top: -1px;
  left: -2px;
  transition: all 0.5s; }

/* Checkbox cheked effect */
.checkbox {
  display: none; }
  .checkbox:checked + .toggle1::after, .checkbox:checked + .toggle2::after {
    left: 33px; }
  .checkbox:checked + .toggle1, .checkbox:checked + .toggle2 {
    background-color: #446cb2; }

/* Checkbox cheked toggle label bg color */
/* Checkbox vanished */
.toggle-bt {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

/*end*/
/**/
footer {
  background: #446cb2;
  color: white;
  padding-top: 67px;
  margin-top: 79px; }

.f-data1 img {
  height: 46px; }

.nav ul {
  margin: 27px auto; }

.app-btn {
  border-radius: 8px; }

.f-data1 a {
  text-decoration: none;
  font-weight: 100;
  color: white; }
.f-data1 h3 {
  margin-top: 0px; }

.srvs ul {
  list-style-type: none; }

.footer-data {
  display: flex;
  place-content: space-around;
  margin-bottom: 42px; }
  .footer-data .link-sec {
    display: inline-grid; }

.social-links a {
  text-decoration: none;
  color: white; }

.footer-data2 {
  display: flex;
  place-content: space-around; }
  .footer-data2 .social-links {
    margin-top: 20px; }

.dsg-info a {
  text-decoration: none;
  color: white; }

.f-line {
  background-color: #446cb2; }

.f-line-1 {
  border: .5px outset #84b0ff;
  position: relative;
  left: 13%;
  width: 74%; }

.ad-dr {
  width: 70%;
  margin: 20px;
  background: white;
  box-shadow: 3px 2px 20px 3px grey;
  border-radius: 8px;
  padding: 23px 20px; }

.cmplte {
  display: flex; }

.side-menu {
  width: 30%; }

.tow-fm-mp {
  display: flex; }

.hed-flxs {
  display: flex;
  align-items: center; }

.toggle-bt {
  margin-left: auto; }

.toggle-button {
  margin-left: 10px;
  text-align: right; }

.tow-foms {
  width: 50%;
  margin-right: 10px; }

.tow-map {
  width: 48%; }

.toggle-button p {
  font-size: 12px; }

.jb-icon img {
  width: 80px;
  border: 4px solid #fff;
  box-shadow: 2px 2px 12px 2px #333;
  height: 80px;
  border-radius: 50%; }

.jobhistory-container a {
  text-decoration: none;
  color: #000; }

.user-side-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%; }

/*# sourceMappingURL=drv-pc.css.map */
