.user-dashbord {
    padding: 70px 0px 70px;
    }
    .user-dashbord .user-profile-info-area {
      border: 1px solid rgba(0, 0, 0, 0.2); }
      .user-dashbord .user-profile-info-area .img {
        text-align: center;
        padding: 40px 30px 10px; }
      .user-dashbord .user-profile-info-area .mail {
        font-size: 14px;
        color: #29293a; }
      .user-dashbord .user-profile-info-area .name {
        color: #29293a;
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 20px;
        margin-bottom: 0px; }
      .user-dashbord .user-profile-info-area .links {
        padding: 12px 30px 25px; }
        .user-dashbord .user-profile-info-area .links li {
          border-bottom: 1px dashed rgba(0, 0, 0, 0.342); }
          .user-dashbord .user-profile-info-area .links li:last-child {
            border: 0px; }
          .user-dashbord .user-profile-info-area .links li.active a, .user-dashbord .user-profile-info-area .links li:hover a {
            color: #ff5500;
            -webkit-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear; }
          .user-dashbord .user-profile-info-area .links li a {
            font-size: 14px;
            font-weight: 600;
            line-height: 40px; }
    .user-dashbord .user-profile-details .mycard {
      border-radius: 3px;
      -webkit-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.15);
      padding: 25px 40px 30px;
      margin-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative;
      overflow: hidden;
      background: #ff5500;
      background-image: -webkit-gradient(linear, left top, right top, from(#ff5500), to(#fac0a2));
      background-image: -webkit-linear-gradient(left, #ff5500, #fac0a2);
      background-image: -o-linear-gradient(left, #ff5500, #fac0a2);
      background-image: linear-gradient(to right, #ff5500, #fac0a2); }
      .user-dashbord .user-profile-details .mycard .left {
        position: inherit;
        z-index: 9; }
        .user-dashbord .user-profile-details .mycard .left .title {
          font-size: 22px;
          color: #fff;
          line-height: 32px;
          margin-bottom: 2px; }
        .user-dashbord .user-profile-details .mycard .left .number {
          font-size: 42px;
          line-height: 52px;
          font-weight: 600;
          display: block;
          color: #fff;
          margin-bottom: 20px; }
        .user-dashbord .user-profile-details .mycard .left .link {
          width: 80px;
          height: 30px;
          background: #fff;
          border-radius: 50px;
          line-height: 30px;
          font-size: 14px;
          display: block;
          text-align: center;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .user-dashbord .user-profile-details .mycard .left .link:hover {
            background: #000;
            color: #fff; }
      .user-dashbord .user-profile-details .mycard .right .icon {
        font-size: 80px;
        color: #fff;
        position: inherit;
        z-index: 9; }
      .user-dashbord .user-profile-details .mycard::after {
        position: absolute;
        content: " ";
        width: 268px;
        height: 500px;
        top: -100px;
        right: -100px;
        -webkit-transform: rotate(28deg);
        -ms-transform: rotate(28deg);
        transform: rotate(28deg);
        background: #143250; }
    .user-dashbord .user-profile-details .account-info {
      border: 1px solid rgba(0, 0, 0, 0.2);
      padding: 20px 30px 30px; }
      .user-dashbord .user-profile-details .account-info .header-area {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding-bottom: 12px; }
        .user-dashbord .user-profile-details .account-info .header-area .title {
          font-size: 24px;
          line-height: 34px;
          font-weight: 600;
          color: #143250; }
      .user-dashbord .user-profile-details .account-info .edit-info-area {
        margin-top: 15px; }
        .user-dashbord .user-profile-details .account-info .edit-info-area .header {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .user-dashbord .user-profile-details .account-info .edit-info-area .header .title {
            font-size: 16px;
            font-weight: 600;
            color: #29293a; }
          .user-dashbord .user-profile-details .account-info .edit-info-area .header .edit-link {
            font-size: 14px; }
        .user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .input-field {
          margin-bottom: 20px;
          background: none;
          border-radius: 0px;
          border: 0px!important;
          padding: 0px 0px!important;
          font-size: 14px;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1)!important;
         }
          .user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .input-field:focus {
            border: 0px !important;
            border-bottom: 1px solid #ff5500 !important; }
          .user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .input-field.textarea {
            margin-bottom: 35px; }
        .user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .form-links {
          margin-top: 20px; }
        .user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .back {
          width: 120px;
          height: 50px;
          background: #143250;
          color: #fff;
          font-size: 14px;
          line-height: 50px;
          font-weight: 600;
          text-align: center;
          text-transform: uppercase;
          border: 0px;
          display: inline-block;
          margin-right: 20px;
          border-radius: 3px;
          cursor: pointer;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .back:hover {
            background: #ff5500; }
        .user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .submit-btn {
          width: 120px;
          height: 50px;
          background: #ff5500;
          color: #fff;
          font-size: 14px;
          line-height: 50px;
          font-weight: 600;
          text-align: center;
          text-transform: uppercase;
          border: 0px;
          border-radius: 3px;
          cursor: pointer;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .submit-btn:hover {
            background: #143250; }
      .user-dashbord .user-profile-details .account-info .main-info {
        margin-top: 15px; }
        .user-dashbord .user-profile-details .account-info .main-info .title {
          font-size: 14px;
          text-transform: uppercase;
          font-weight: 600; }
        .user-dashbord .user-profile-details .account-info .main-info .list li p {
          margin-bottom: 0px;
          font-size: 14px;
          line-height: 24px; }
          .user-profile-details .header-area .mybtn1 {
      width: auto;
      height: 35px;
      line-height: 35px;
      padding: 0px 15px;
      margin-left: 10px;
  }
    .user-dashbord .user-profile-details .order-history {
      border: 1px solid rgba(0, 0, 0, 0.2);
      padding: 20px 30px 30px; }
      .user-dashbord .user-profile-details .order-history .header-area {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding-bottom: 10px; }
        .user-dashbord .user-profile-details .order-history .header-area .title {
          font-size: 20px;
          font-weight: 600;
          color: #143250; }
      .user-dashbord .user-profile-details .order-history .table th {
        border-top: 0px;
        font-size: 14px;
        font-weight: 600;
        color: #29293a; }
      .user-dashbord .user-profile-details .order-history .table td {
        border-top: 0px;
        font-size: 14px;
        font-weight: 4600; }
      .user-dashbord .user-profile-details .order-history .table thead th {
        vertical-align: bottom;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .user-dashbord .user-profile-details .order-details {
      border: 1px solid rgba(0, 0, 0, 0.2);
      padding: 20px 30px 30px; }
      .user-dashbord .user-profile-details .order-details .header-area {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding-bottom: 10px;
        margin-bottom: 20px; }
        .user-dashbord .user-profile-details .order-details .header-area .title {
          font-size: 20px;
          font-weight: 600;
          color: #143250; }
      .user-dashbord .user-profile-details .order-details .view-order-page .order-code {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px; }
      .user-dashbord .user-profile-details .order-details .view-order-page .print-order a {
        background: #ff5500;
        color: #fff;
        padding: 10px 20px; }
      .user-dashbord .user-profile-details .order-details .view-order-page .shipping-add-area h5,
      .user-dashbord .user-profile-details .order-details .view-order-page .billing-add-area h5,
      .user-dashbord .user-profile-details .order-details .view-order-page .table-responsive h5 {
        font-size: 18px;
        font-weight: 600; }
      .user-dashbord .user-profile-details .order-details .view-order-page .billing-add-area {
        margin-bottom: 10px; }
      .user-dashbord .user-profile-details .order-details .view-order-page address,
      .user-dashbord .user-profile-details .order-details .view-order-page p {
        font-size: 14px; }
      .user-dashbord .user-profile-details .order-details .view-order-page .veiw-details-table td {
        font-size: 14px; }
      .user-dashbord .user-profile-details .order-details .back-btn {
        background: #143250;
        color: #fff;
        padding: 8px 25px;
        margin-top: 15px;
        display: inline-block; }