/*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; }

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: MontserratRegular; }

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; }

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 i {
      text-align-last: center;
      width: 23%;
      color: black; }
    .side-menu a:hover, .side-menu a.active {
      background-color: #352d35; }
      .side-menu a:hover i, .side-menu a:hover span, .side-menu a.active i, .side-menu a.active span {
        color: aliceblue; }
  .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*/
/*second section form start
.second {
    
    background: white;
    /*height: 1231px;
    box-shadow: 3px 2px 20px 3px grey;
    border-radius: 8px;
   padding: 23px 20px;
   
}



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

.signup-header-data, .login-header-data {
  text-align: center;
  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: 34%;
  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*/
/*end*/
input[type="file"] {
  display: none; }

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  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; }
    .myprofile-container .input-field:focus {
      border: 2px solid dodgerblue; }

.myprofile-form {
  width: 60%; }

.upload-img {
  width: 30%;
  position: relative; }
  .upload-img label {
    position: absolute;
    width: 198px;
    text-align: center;
    top: -22px;
    height: 100px;
    padding-top: 80px;
    border-radius: 50%;
    cursor: pointer; }

.detail-tow-foms {
  display: flex;
  margin-top: 11%;
  justify-content: space-evenly; }
  .detail-tow-foms form {
    width: 60%; }

.save-btn .btn {
  padding: 11px 0;
  width: 143px;
  border: none;
  color: white;
  background: #4242da;
  padding: 11px 0;
  width: 143px;
  border: none;
  color: white;
  background: #4242da; }

.update-btn .btn {
  padding: 11px 0;
  width: 143px;
  border: none;
  color: white;
  background: #4242da; }

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

.change-pass-foms {
  display: flex;
  justify-content: space-evenly; }

.left {
  width: 27%; }

/*booking-history*/
.history-tabs {
  text-align: center;
  margin: 30px 0;
  display: flex;
  font-size: 18px;
  flex-wrap: wrap; }
  .history-tabs a {
    margin: 30px;
    text-decoration: none;
    color: black;
    font-weight: bolder; }
    .history-tabs a:focus {
      border-bottom-style: inset;
      border-color: orange;
      padding-bottom: 7px; }

.upcming-box {
  display: flex;
  justify-content: space-between; }

.upcoming-content {
  background: #d9fffa;
  border-style: ridge;
  border-radius: 10px;
  margin: 20px;
  padding: 14px; }

.loc-box {
  display: flex;
  width: 100%; }

.pickup-description, .dropup-description {
  margin: 10px;
  border: 1px solid black;
  background: white;
  padding: 9px;
  border-radius: 11px;
  width: 35%;
  font-size: small; }

.pickup-description sup, .dropup-description sup {
  background: orange;
  padding: 5px 14px;
  border-radius: 7px;
  color: white; }

.tag {
  color: white;
  width: 84px;
  background: #17175d; }

.veh-tow {
  display: flex;
  justify-content: space-between;
  margin: 32px; }

.vt small {
  background: #17175d;
  width: 104px;
  padding: 7px;
  color: white;
  border-radius: 8px; }
.vt .vt2 {
  border-radius: 26px;
  background: orange;
  padding: 10px 27px;
  color: white; }

.details-box {
  width: 20%; }

.distnce {
  background: #242422;
  text-align: center;
  padding: 9px;
  border-radius: 20px;
  color: white; }

.pickup-description strong, .dropup-description strong {
  padding: 1px;
  /* margin: 3px; */
  border-radius: 5px;
  margin: 5px;
  display: inline-block; }

.rate {
  background: orange;
  text-align: center;
  padding: 9px;
  border-radius: 20px;
  color: white;
  margin-bottom: 7px; }

.veh-towing-btn {
  display: flex;
  justify-content: space-between; }
  .veh-towing-btn .vehcle-btn {
    text-decoration: none;
    background: #2a2aa0;
    color: white;
    padding: 8px;
    border-radius: 5px; }

/*boking histry2*/
.complete-content {
  border-radius: 5px;
  background: aliceblue;
  margin: 3%;
  padding: 22px;
  border: 2px solid lightsteelblue;
  box-shadow: 2px 2px 8px lightblue; }

.tow-top-details {
  display: flex;
  justify-content: space-between; }

.upcming-box2 {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }

.loc-box {
  display: flex;
  width: 100%;
  justify-content: space-around; }

/*end*/
/*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*/
/*about-info*/
/*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*/
/*ends*/
/*onlinesupport*/
.searchcontainer i {
  position: relative;
  left: -34px;
  font-size: 21px; }

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

.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*/
/*paymentform*/
.payout-container .right-icon {
  position: relative;
  left: -20px; }
.payout-container .left-icon {
  position: relative;
  left: 38px; }

.cash, .paypal, .debit-card {
  width: 51%; }

.payout-container button {
  margin: 30px 0px -29px;
  padding: 11px 83px;
  border-radius: 15px;
  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; }

/*ends*/
/*wallet*/
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; }

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

.tow-map {
  width: 48%; }

/*booking class*/
.booking-container {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  text-align: center; }

.booking-item-l {
  padding: 10px;
  flex: 29%; }

.booking1 {
  margin-top: 28px; }

.booking-item-l strong {
  background: #b1afaf;
  padding: 11px 18px;
  border-radius: 25px; }
  .booking-item-l strong.active {
    background-color: var(--secondary); }
  .booking-item-l strong.done {
    background-color: var(--primary);
    color: white; }

/*ends*/
.tow-fm-fld {
  display: block;
  color: #8a7b7b;
  font-size: 15px; }

.field4 #laterCheck, .field1 #interstate {
  margin-left: 35px; }

.field2 {
  background-color: white;
  border-style: groove;
  border-color: #ffffff42;
  border-radius: 14px;
  padding: 31px 28px 28px 20px; }
  .field2 small {
    margin: 1px; }
  .field2 input {
    outline: none; }
  .field2 .textfield {
    /* width: 400px;*/
    width: 226px;
    border-style: none;
    margin: 12px 0px; }
  .field2 #text-fld1 {
    width: 232px;
    border-bottom-style: groove;
    margin: 13px 1px 4px; }

/*ends*/
/*field3 radio image btn*/
.radio-toolbar {
  display: flex;
  text-align: center; }
  .radio-toolbar label {
    padding: 10px; }
  .radio-toolbar input[type="radio"] {
    display: none; }
  .radio-toolbar label {
    background-color: white;
    padding: 10px;
    font-size: 1px;
    cursor: pointer;
    background-image: url(/img/icon/8-01.svg);
    height: 201px;
    width: 40%;
    background-repeat: no-repeat;
    background-position: center 55px;
    background-size: 75px;
    margin: 18px;
    box-shadow: 0px 0px 12px 0px grey;
    border-radius: 5px; }
  .radio-toolbar strong {
    position: relative;
    top: 146px;
    font-size: xx-small; }
  .radio-toolbar input[type="radio"]:checked + label {
    box-shadow: 1px 2px 7px 2px grey;
    background-color: #b3d9ff; }

/*
    .radio-toolbar label {
    background-color: white;
    padding: 3px 11px;
    font-family: Arial;
    font-size: 16px;
    /* cursor: pointer; 
    background-image: url(./icon/8-01.svg);
    height: 204px;
    width: 175px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 94px;
    border-style: groove;
     margin: 20px; 
}
*/
 /*
.radio-toolbar label {
    background-color: white;
    padding: 10px;
    font-size: 1px;
    cursor: pointer;
    background-image: url(./icon/8-01.svg);
    height: 185px;
    width: 112px;
    background-repeat: no-repeat;
    background-position: 30px 32px;
    background-size: 79px;
    
    margin: 6px;
    box-shadow: 0px 0px 12px 0px grey;
    border-radius: 5px;
}*/
/*field4 strts*/
.field4 {
  margin-bottom: 11px; }
  .field4 h5 {
    margin-bottom: 11px; }

/*ends*/
/*form2*/
.input-container {
  display: flex;
  width: 91%;
  margin-bottom: 24px;
  line-height: 163px; }
  .input-container input {
    border-style: solid solid solid hidden;
    height: 35px; }
  .input-container textarea {
    margin: 4px;
    /* height: 229px; */
    width: 100%;
    padding: 40px;
    height: 160px; }

.icon {
  padding: 16px 5px 4px 3px;
  color: dodgerblue;
  min-width: 50px;
  text-align: center;
  border-style: solid hidden solid solid;
  border-color: #c3b9b994;
  border-width: 2px;
  height: 35px; }

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
  border-color: #c3b9b994; }
  .input-field:focus {
    border: 2px solid dodgerblue; }

/*ends*/
/*nextline*/
.nextline, .registerline {
  border-bottom-style: groove;
  margin: 30px 0px 30px 0px;
  width: 99%; }

.next-line, .reg-line {
  border-bottom-style: groove;
  width: 54px;
  border-color: blue;
  margin: -1.3px; }

/*ends*/
/* Set a style for the submit button */
.next-btn, .reg-btn {
  width: 100%;
  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; }

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

.fild-s {
  margin-top: 10px; }
  .fild-s input {
    padding: 4px; }

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

.left-fom-s {
  width: 60%; }

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