﻿/*************************************** Start Global Style */
/* montserrat  */
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url(../assets/fonts/Montserrat-VariableFont_wght.ttf);
  font-weight: 100 900;
  font-stretch: 25% 151%;
  font-display: swap;
}
:root {
  --bs-body-color: #121212;
}

.clearfix {
  content: "";
  clear: both;
  display: table;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
span,
input {
  font-family: "Montserrat", sans-serif;
}

.preventTextSelection, .new-customer .page-content .smartwizard .tab-content .tab-pane .checkable-item label {
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}

.preventImgDraging, .new-customer .page-content .rating .smiley-rate .checkable-item label img, .new-customer .page-content .smartwizard .tab-content .tab-pane .checkable-item label img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.btn-primary {
  background-color: #1A7AC7;
}

/*************************************** End Global Style */
/*************************************** Start New customer page Style */
.new-customer .company-info {
  background-color: #13568B;
  color: #FFFFFF;
  padding: 270px 15px 0;
  min-height: 100vh;
  height: 100%;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.new-customer .company-info .holder {
  width: 70%;
  margin-left: auto;
  position: relative;
}
.new-customer .company-info .holder::after {
  content: "";
  display: inline-block;
  width: 200%;
  height: 460px;
  position: absolute;
  top: 120%;
  right: -50%;
  background-image: url(../assets/images/design/net-map.svg);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 0;
}
.new-customer .company-info .holder .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 26px;
  z-index: 1;
}
.new-customer .company-info .holder .title a {
  color: #FFFFFF;
  text-decoration: none;
}
.new-customer .company-info .holder .pref {
  font-size: 18px;
  font-weight: 400;
  z-index: 1;
}
@media (min-width: 640px) {
  .new-customer .page-content .sw-theme-dots > .nav {
    width: 70%;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .new-customer .page-content .sw-theme-dots > .nav::after, .new-customer .page-content .sw-theme-dots > .nav::before {
    top: 20px;
    height: 1px;
    background-color: #f9f9f9;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23D9D9D9FF' stroke-width='4' stroke-dasharray='3%2c 20' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  }
  .new-customer .page-content .sw-theme-dots > .nav::after {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23121212FF' stroke-width='4' stroke-dasharray='3%2c 20' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item {
    position: relative;
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item:first-of-type {
    max-width: 0;
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item:first-of-type .nav-link {
    width: 140px;
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item .nav-link {
    position: absolute;
    right: -60px;
    left: unset;
    font-size: 12px;
    font-weight: 400;
    color: #707070;
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item .nav-link > .num {
    left: 0;
    right: 0;
    width: 46px;
    height: 46px;
    display: flex;
    top: -42px;
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item .nav-link > .num .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: #707070;
    transition: all 0.5s ease-in-out;
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item .nav-link > .num .icon.info {
    -webkit-mask: url(../assets/images/icons/circle-info.svg) center/contain no-repeat;
    mask: url(../assets/images/icons/circle-info.svg) center/contain no-repeat;
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item .nav-link > .num .icon.details {
    -webkit-mask: url(../assets/images/icons/element-plus.svg) center/contain no-repeat;
    mask: url(../assets/images/icons/element-plus.svg) center/contain no-repeat;
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item .nav-link > .num .icon.contact {
    -webkit-mask: url(../assets/images/icons/message-call.svg) center/contain no-repeat;
    mask: url(../assets/images/icons/message-call.svg) center/contain no-repeat;
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item .nav-link.active {
    font-weight: 600;
    color: #121212 !important;
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item .nav-link.active > .num .icon {
    background-color: #ffffff;
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item .nav-link::after {
    left: 0;
    right: 0;
    box-shadow: 0 0 0 0.5px #e5e7eb;
    border: none;
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item .nav-link.default.done > .num .icon {
    background-color: #ffffff;
    -webkit-mask: url(../assets/images/icons/check.svg) center/contain no-repeat;
    mask: url(../assets/images/icons/check.svg) center/contain no-repeat;
  }
}
@media (min-width: 1800px) {
  .new-customer .page-content .sw-theme-dots > .nav::after, .new-customer .page-content .sw-theme-dots > .nav::before {
    height: 2px;
  }
}
.new-customer .page-content {
  background-color: #F9F9F9;
  min-height: 100%;
  --sw-anchor-active-primary-color: #1A7AC7;
  --sw-anchor-done-primary-color: #D9D9D9;
  --sw-anchor-default-secondary-color: #FFFFFF;
}
.new-customer .page-content .smartwizard {
  padding-top: 50px;
}
.new-customer .page-content .smartwizard .tab-content .tab-pane {
  padding-top: 100px;
}
.new-customer .page-content .smartwizard .tab-content .tab-pane .header {
  margin-bottom: 100px;
}
.new-customer .page-content .smartwizard .tab-content .tab-pane .header .title {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin-bottom: 14px;
}
.new-customer .page-content .smartwizard .tab-content .tab-pane .header .hint {
  font-size: 14px;
  font-weight: 400;
  color: #424242;
  text-align: center;
}
.new-customer .page-content .smartwizard .tab-content .tab-pane section {
  margin-bottom: 100px;
}
.new-customer .page-content .smartwizard .tab-content .tab-pane section .hint {
  color: #424242;
  font-size: 18px;
  font-weight: 500;
}
.new-customer .page-content .smartwizard .tab-content .tab-pane .checkable-item {
  height: 100%;
}
.new-customer .page-content .smartwizard .tab-content .tab-pane .checkable-item input {
  display: none;
}
.new-customer .page-content .smartwizard .tab-content .tab-pane .checkable-item label {
  background-color: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding: 30px 24px;
  border: 0.5px solid transparent;
  height: 100%;
  cursor: pointer;
}
.new-customer .page-content .smartwizard .tab-content .tab-pane .checkable-item label img {
  width: 57px;
  margin-bottom: 25px;
}
.new-customer .page-content .smartwizard .tab-content .tab-pane .checkable-item label img.lg {
  width: 77px;
}
.new-customer .page-content .smartwizard .tab-content .tab-pane .checkable-item label .text {
  font-size: 18px;
  font-weight: 400;
  color: #424242;
  text-align: center;
}
.new-customer .page-content .smartwizard .tab-content .tab-pane .checkable-item input:checked + label {
  box-shadow: 0 10px 40px 0 rgba(26, 122, 199, 0.0509803922);
  border: 0.5px solid #1A7AC7;
}
.new-customer .page-content .smartwizard .tab-content .tab-pane .checkable-item input:checked + label .text {
  font-weight: 500;
}
.new-customer .page-content .smartwizard .toolbar .sw-btn {
  width: 130px;
  height: 48px;
  border-radius: 10px;
  font-weight: 500;
  margin: 0;
}
.new-customer .page-content .smartwizard .toolbar .sw-btn-prev {
  background-color: #F9F9F9;
  border: 1px solid #D9D9D9;
  color: #3F4756;
  margin-right: 24px;
}
.new-customer .page-content .smartwizard .toolbar .sw-btn-next,
.new-customer .page-content .smartwizard .toolbar button[type=submit] {
  background-color: #1A7AC7;
  border-color: #1A7AC7;
  color: #FFFFFF;
}
.new-customer .page-content .smartwizard .toolbar button[type=submit],
.new-customer .page-content .smartwizard .toolbar .sw-btn-next.disabled {
  display: none;
}
.new-customer .page-content .smartwizard .toolbar .sw-btn-next.disabled + button[type=submit] {
  display: inline;
}
.new-customer .page-content .rating .title {
  font-size: 20px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 40px;
}
.new-customer .page-content .rating .hint {
  font-size: 16px;
  color: #707070;
}
.new-customer .page-content .rating .smiley-rate {
  margin-bottom: 50px;
  display: flex;
  position: relative;
}
.new-customer .page-content .rating .smiley-rate .checkable-item {
  height: 100%;
  margin-right: 24px;
}
.new-customer .page-content .rating .smiley-rate .checkable-item input {
  visibility: hidden;
  position: absolute;
}
.new-customer .page-content .rating .smiley-rate .checkable-item label {
  cursor: pointer;
  filter: grayscale(100%);
  transition: all 0.2s ease;
}
.new-customer .page-content .rating .smiley-rate .checkable-item label img {
  width: 64px;
}
.new-customer .page-content .rating .smiley-rate .checkable-item input:checked + label,
.new-customer .page-content .rating .smiley-rate .checkable-item label:hover {
  filter: grayscale(0);
}
.new-customer .page-content .rating .smiley-rate .field-validation-error {
  position: absolute;
  top: calc(100% + 10px);
}
.new-customer .page-content .rating .personal-photo {
  width: 100%;
  border: 1px dashed #D9D9D9;
  border-radius: 10px;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 15px;
  margin-bottom: 20px;
}
.new-customer .page-content .rating .personal-photo .hint {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.new-customer .page-content .rating .personal-photo .hint::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../assets/images/icons/upload.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 6px;
}
.new-customer .page-content .rating .personal-photo input[type=file] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.new-customer .page-content .rating .personal-photo .photoPreview {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 5px;
  margin-right: auto;
}
.new-customer .page-content .rating .personal-photo .photoPreview + .hint {
  margin-right: auto;
}
.new-customer .page-content .rating .personal-photo .field-validation-error {
  position: absolute;
  bottom: 0px;
  left: 16px;
}
.new-customer .page-content .rating section.contact-info input,
.new-customer .page-content .rating section.contact-info textarea {
  border-radius: 10px;
  font-weight: 500;
  border: none;
  box-shadow: 0 0 0 0.5px #d9d9d9;
}
.new-customer .page-content .rating section.contact-info .form-control:focus {
  color: #121212;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.5px #1A7AC7;
}
.new-customer .page-content .rating section.contact-info .form-floating > label {
  color: #707070;
}
.new-customer .page-content .rating section.contact-info .form-floating > .form-control-plaintext ~ label, .new-customer .page-content .rating section.contact-info .form-floating > .form-control:focus ~ label, .new-customer .page-content .rating section.contact-info .form-floating > .form-control:not(:placeholder-shown) ~ label, .new-customer .page-content .rating section.contact-info .form-floating > .form-select ~ label {
  color: #1A7AC7;
  opacity: 1;
  font-weight: 500;
}
.new-customer .page-content .rating section.contact-info .actions {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-end;
}
.new-customer .page-content .rating section.contact-info .actions .btn {
  min-width: 130px;
  font-size: 18px;
}
.new-customer .page-content .rating section.contact-info .actions .btn-light {
  color: #3F4756;
  border: 1px solid #D9D9D9;
  margin-right: 24px;
}
.new-customer .page-content .rating section.contact-info .actions .btn-primary {
  font-weight: 500;
}
.new-customer .page-content .rating .field-validation-error {
  font-size: 12px;
}
.new-customer .page-content .clients-say .title {
  font-size: 18px;
  font-weight: 500;
  color: #707070;
  margin-bottom: 40px;
}
.new-customer .page-content .clients-say .comments {
  list-style: none;
  padding: 0 15px;
  height: 500px;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none; /* Firefox */
}
.new-customer .page-content .clients-say .comments::-webkit-scrollbar {
  display: none;
}
.new-customer .page-content .clients-say .comments li {
  margin-bottom: 10px;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}
.new-customer .page-content .clients-say .comments li.appear, .new-customer .page-content .clients-say .comments li:hover {
  opacity: 1;
}
.new-customer .page-content .clients-say .comments .comment {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 12px 16px;
  box-shadow: 0 16px 40px 0 rgba(18, 18, 18, 0.0509803922);
}
.new-customer .page-content .clients-say .comments .comment .info {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-customer .page-content .clients-say .comments .comment .info .client {
  display: flex;
  align-items: center;
}
.new-customer .page-content .clients-say .comments .comment .info .client img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
  background-color: #e1e1e1;
}
.new-customer .page-content .clients-say .comments .comment .info .client .name {
  font-size: 15px;
  font-weight: 600;
  color: #1A7AC7;
  margin-bottom: 4px;
}
.new-customer .page-content .clients-say .comments .comment .info .client .company {
  font-size: 13px;
  font-weight: 400;
  color: #707070;
}
.new-customer .page-content .clients-say .comments .comment .info .review {
  display: flex;
}
.new-customer .page-content .clients-say .comments .comment .info .review .star {
  width: 12px;
  height: 12px;
  display: inline-flex;
  background-image: url("../assets/images/icons/star.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.new-customer .page-content .clients-say .comments .comment .text {
  font-size: 14px;
  font-weight: 400;
  color: #3F4756;
  margin: 0;
}
.new-customer .page-content .clients-say .empty-container {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  height: 200px;
}
.new-customer .page-content .clients-say .empty-container img {
  width: 120px;
}

.sucessSubmitedProject .swal2-modal .swal2-icon {
  border: none;
  margin-bottom: 30px;
}
.sucessSubmitedProject .swal2-modal .swal2-title {
  font-size: 24px;
  font-weight: 500;
  color: #121212;
}
.sucessSubmitedProject .swal2-modal .swal2-html-container {
  font-size: 18px;
  font-weight: 400;
  color: #707070;
  margin-bottom: 30px;
}
.sucessSubmitedProject .swal2-modal .swal2-html-container span {
  color: #121212;
}
.sucessSubmitedProject .swal2-modal .swal2-actions .swal2-confirm,
.sucessSubmitedProject .swal2-modal .swal2-actions .swal2-cancel {
  border-radius: 10px;
  height: 48px;
  min-width: 130px;
  font-size: 18px;
}
.sucessSubmitedProject .swal2-modal .swal2-actions .swal2-confirm {
  font-weight: 500;
  background-color: #1A7AC7;
}
.sucessSubmitedProject .swal2-modal .swal2-actions .swal2-cancel {
  font-weight: 400;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  color: #3F4756;
}

.swal2-styled.swal2-confirm {
  background-color: #1A7AC7 !important;
  border-color: #1A7AC7 !important;
}

/*************************************** End New customer page Style */
/*************************************** Start Error page Style */
.error-page {
  min-height: 100vh;
  background-color: #F5F5F5;
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.error-page .navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
}
.error-page .navbar a.navbar-brand {
  display: inline-block;
  width: 200px;
}
.error-page .navbar a.navbar-brand .logo {
  width: 100%;
}
.error-page .content {
  position: relative;
  z-index: 1;
  color: #747474;
}
.error-page .content::after {
  font-family: bootstrap-icons !important;
  position: absolute;
  top: -200px;
  right: 50px;
  font-size: 500px;
  color: #898989;
  opacity: 0.1;
}
.error-page .content.error::after {
  content: "\f2b8";
}
.error-page .content.notFound::after {
  content: "\f3d6";
}
.error-page .content .title {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 30px;
}
.error-page .content .statusCode {
  font-size: 100px;
}
.error-page .content .sub-title {
  font-size: 24px;
  font-weight: 500;
}
.error-page .content .details {
  font-size: 16px;
}
.error-page .content .btn-primary {
  display: inline-flex;
  align-items: center;
  height: 50px;
  border-radius: 0;
  font-weight: 600;
}
.error-page .content .info {
  list-style: none;
  padding: 0;
  margin: 0;
}
.error-page .content .info li {
  margin-bottom: 15px;
}
.error-page .content .info li img {
  width: 20px;
  margin-right: 10px;
}
.error-page .content .info li a {
  font-size: 16px;
  font-weight: 400;
  color: #424242;
  text-decoration: none;
}
.error-page .content .info li a:hover {
  text-decoration: underline;
}

/*************************************** End Error page Style */
/***************************************** Start Media */
/* custom large */
@media (max-width: 1599.98px) {
  .new-customer .company-info {
    padding: 200px 15px 0;
  }
  .new-customer .company-info .holder {
    width: 90%;
  }
  .new-customer .page-content .smartwizard .tab-content .tab-pane {
    padding-top: 50px;
  }
  .new-customer .page-content .smartwizard .tab-content .tab-pane section {
    margin-bottom: 60px;
  }
  .new-customer .page-content .smartwizard .tab-content .tab-pane .header {
    margin-bottom: 60px;
  }
  .new-customer .page-content .smartwizard .tab-content .tab-pane .checkable-item label img {
    width: 47px;
  }
  .new-customer .page-content .smartwizard .tab-content .tab-pane .checkable-item label .text {
    font-size: 14px;
  }
  .new-customer .page-content .rating .title {
    font-size: 18px;
  }
  .new-customer .page-content .rating .hint {
    font-size: 14px;
  }
  .new-customer .page-content .rating .smiley-rate {
    margin-bottom: 40px;
  }
  .new-customer .page-content .rating .smiley-rate .checkable-item {
    margin-right: 18px;
  }
  .new-customer .page-content .rating .smiley-rate .checkable-item label img {
    width: 54px;
  }
  .new-customer .page-content .rating .personal-photo .hint {
    font-size: 14px;
  }
  .new-customer .page-content .rating section.contact-info .actions .btn {
    min-width: 120px;
    font-size: 16px;
  }
  .new-customer .page-content .clients-say .comments .comment .info .client .name {
    font-size: 14px;
  }
  .new-customer .page-content .clients-say .comments .comment .info .client .company {
    font-size: 12px;
  }
  .new-customer .page-content .clients-say .comments .comment .text {
    font-size: 12px;
  }
  .sucessSubmitedProject .swal2-modal .swal2-actions .swal2-confirm,
  .sucessSubmitedProject .swal2-modal .swal2-actions .swal2-cancel {
    min-width: 120px;
    font-size: 16px;
  }
}
/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
  .new-customer .company-info {
    padding: 150px 15px 0;
  }
  .new-customer .company-info .holder {
    width: 100%;
  }
  .new-customer .company-info .holder .title {
    font-size: 22px;
  }
  .new-customer .company-info .holder .pref {
    font-size: 18px;
  }
  .new-customer .page-content .smartwizard .tab-content .tab-pane section .hint {
    font-size: 16px;
  }
  .new-customer .page-content .smartwizard .tab-content .tab-pane .checkable-item label img {
    width: 47px;
  }
  .new-customer .page-content .smartwizard .tab-content .tab-pane .checkable-item label img.lg {
    width: 67px;
  }
  .new-customer .page-content .rating .hint {
    font-size: 14px;
  }
  .new-customer .page-content .rating .smiley-rate .checkable-item {
    margin-right: 15px;
  }
  .new-customer .page-content .rating .smiley-rate .checkable-item label img {
    width: 44px;
  }
  .new-customer .page-content .rating .personal-photo {
    min-height: 62px;
  }
  .new-customer .page-content .rating .personal-photo .hint {
    font-size: 14px;
  }
  .new-customer .page-content .rating .personal-photo .hint::before {
    width: 14px;
    height: 14px;
  }
  .new-customer .page-content .rating section.contact-info input,
  .new-customer .page-content .rating section.contact-info textarea {
    font-size: 14px;
  }
  .new-customer .page-content .rating section.contact-info .form-floating > label {
    font-size: 14px;
  }
  .new-customer .page-content .rating section.contact-info .actions .btn-light {
    margin-right: 16px;
  }
  .new-customer .page-content .clients-say .comments {
    height: 500px;
  }
  .new-customer .page-content .clients-say .comments li:last-of-type {
    margin-bottom: 40px;
  }
  .new-customer .page-content .clients-say .comments .comment .info .client img {
    width: 54px;
    height: 54px;
  }
  .new-customer .page-content .clients-say .empty-container img {
    width: 100px;
  }
  .sucessSubmitedProject .swal2-modal .swal2-icon img {
    width: 100px;
  }
  .sucessSubmitedProject .swal2-modal .swal2-title {
    font-size: 24px;
  }
  .sucessSubmitedProject .swal2-modal .swal2-html-container {
    font-size: 18px;
  }
  .sucessSubmitedProject .swal2-modal .swal2-actions .swal2-confirm,
  .sucessSubmitedProject .swal2-modal .swal2-actions .swal2-cancel {
    min-width: 120px;
    font-size: 16px;
  }
  .error-page .content:after {
    font-size: 400px;
    right: 0;
    top: -150px;
  }
}
/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
  .new-customer .company-info {
    padding: 120px 15px 0;
  }
  .new-customer .company-info .holder {
    width: 100%;
  }
  .new-customer .company-info .holder .title {
    font-size: 18px;
  }
  .new-customer .company-info .holder .pref {
    font-size: 14px;
  }
  .new-customer .page-content .smartwizard .tab-content .tab-pane {
    padding-top: 40px;
  }
  .new-customer .page-content .smartwizard .tab-content .tab-pane .header {
    margin-bottom: 40px;
  }
  .new-customer .page-content .smartwizard .tab-content .tab-pane .checkable-item label img {
    width: 40px;
  }
  .new-customer .page-content .clients-say .comments {
    height: auto;
  }
  .new-customer .page-content .clients-say .comments li {
    opacity: 1;
  }
  .new-customer .page-content .clients-say .empty-container {
    justify-content: start;
  }
  .new-customer .page-content .clients-say .empty-container img {
    width: 120px;
  }
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .new-customer .company-info {
    padding: 30px 15px 15px;
    min-height: auto;
  }
  .new-customer .company-info .holder::after {
    width: 50%;
    height: 240px;
    position: absolute;
    top: 50%;
    right: -50px;
  }
  .new-customer .page-content .smartwizard .tab-content .tab-pane {
    padding-top: 60px;
  }
  .new-customer .page-content .smartwizard .tab-content .tab-pane section .hint {
    font-size: 14px;
  }
  .new-customer .page-content .smartwizard .tab-content .tab-pane .checkable-item label img {
    width: 40px;
  }
  .new-customer .page-content .smartwizard .tab-content .tab-pane .checkable-item label img.lg {
    width: 57px;
  }
  .new-customer .page-content .smartwizard .tab-content .tab-pane .checkable-item label .text {
    font-size: 16px;
  }
  .sucessSubmitedProject .swal2-modal .swal2-icon img {
    width: 90px;
  }
  .sucessSubmitedProject .swal2-modal .swal2-title {
    font-size: 22px;
  }
  .sucessSubmitedProject .swal2-modal .swal2-html-container {
    font-size: 16px;
  }
  .sucessSubmitedProject .swal2-modal .swal2-actions .swal2-confirm,
  .sucessSubmitedProject .swal2-modal .swal2-actions .swal2-cancel {
    min-width: 100px;
    font-size: 16px;
  }
  .error-page .content .title {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .error-page .content .statusCode {
    font-size: 60px;
  }
  .error-page .content .sub-title {
    font-size: 20px;
  }
  .error-page .content:after {
    display: none;
  }
}
/* custom for wizard*/
@media (max-width: 640px) {
  .new-customer .page-content .sw-theme-dots > .nav::after, .new-customer .page-content .sw-theme-dots > .nav::before {
    left: 22.5px;
    width: 1px;
    background-color: #f9f9f9;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23D9D9D9FF' stroke-width='4' stroke-dasharray='1%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  }
  .new-customer .page-content .sw-theme-dots > .nav::after {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23121212FF' stroke-width='4' stroke-dasharray='1%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item .nav-link {
    font-size: 12px;
    font-weight: 400;
    color: #707070;
    margin-bottom: 40px;
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item .nav-link > .num {
    width: 46px;
    height: 46px;
    display: flex;
    padding: 0;
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item .nav-link > .num .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: #707070;
    transition: all 0.5s ease-in-out;
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item .nav-link > .num .icon.info {
    -webkit-mask: url(../assets/images/icons/circle-info.svg) center/contain no-repeat;
    mask: url(../assets/images/icons/circle-info.svg) center/contain no-repeat;
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item .nav-link > .num .icon.details {
    -webkit-mask: url(../assets/images/icons/element-plus.svg) center/contain no-repeat;
    mask: url(../assets/images/icons/element-plus.svg) center/contain no-repeat;
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item .nav-link > .num .icon.contact {
    -webkit-mask: url(../assets/images/icons/message-call.svg) center/contain no-repeat;
    mask: url(../assets/images/icons/message-call.svg) center/contain no-repeat;
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item .nav-link.active {
    font-weight: 600;
    color: #121212 !important;
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item .nav-link.active > .num .icon {
    background-color: #ffffff;
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item .nav-link::after {
    box-shadow: 0 0 0 0.5px #e5e7eb;
    border: none;
  }
  .new-customer .page-content .sw-theme-dots > .nav .nav-item .nav-link.default.done > .num .icon {
    background-color: #ffffff;
    -webkit-mask: url(../assets/images/icons/check.svg) center/contain no-repeat;
    mask: url(../assets/images/icons/check.svg) center/contain no-repeat;
  }
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .new-customer .company-info {
    background-size: 70%;
  }
  .new-customer .page-content .smartwizard .toolbar {
    display: flex;
    flex-direction: column;
  }
  .new-customer .page-content .smartwizard .toolbar .sw-btn {
    width: 100%;
    margin: 0;
  }
  .new-customer .page-content .smartwizard .toolbar .sw-btn-next {
    order: 1;
    margin-bottom: 10px;
  }
  .new-customer .page-content .smartwizard .toolbar .sw-btn-prev {
    order: 2;
  }
  .new-customer .page-content .rating .hint {
    font-size: 12px;
  }
  .new-customer .page-content .rating .smiley-rate .checkable-item {
    margin-right: 10px;
  }
  .new-customer .page-content .rating .smiley-rate .checkable-item label img {
    width: 34px;
  }
  .new-customer .page-content .rating .personal-photo .hint {
    font-size: 12px;
  }
  .new-customer .page-content .rating section.contact-info .actions {
    flex-direction: column;
  }
  .new-customer .page-content .rating section.contact-info .actions .btn {
    margin: 0;
    margin-bottom: 15px;
  }
  .new-customer .page-content .rating section.contact-info .actions .btn-light {
    order: 2;
  }
  .error-page .content {
    text-align: center;
  }
  .error-page .content .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .error-page .content .sub-title {
    font-size: 16px;
  }
  .error-page .content .details {
    font-size: 14px;
  }
  .error-page .content .info li {
    font-size: 12px;
  }
  .error-page .content .info li a {
    font-size: 12px;
  }
  .error-page .content:after {
    display: none;
  }
}
@media (max-width: 380px) {
  .new-customer .page-content .clients-say .comments .comment .info {
    flex-direction: column;
    align-items: flex-start;
  }
  .new-customer .page-content .clients-say .comments .comment .info .client {
    margin-bottom: 10px;
  }
  .new-customer .page-content .clients-say .comments .comment .info .client img {
    width: 44px;
    height: 44px;
  }
  .new-customer .page-content .clients-say .comments .comment .info .review {
    align-self: flex-end;
  }
}
/****************************************** End Media */
