/* line 4, app/assets/stylesheets/applications.scss */
.gallery-picture-block .project-photos-rp {
  margin: 0;
  position: relative;
}

/* line 8, app/assets/stylesheets/applications.scss */
.gallery-picture-block .project-photos-rp .delete-image,
.gallery-picture-block .drawing_column .delete-folder,
.folder-row .drawing_column .delete-folder {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff0000;
  background-color: #ffffff;
  border-radius: 50px;
  font-size: 16px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.5s all;
}

/* line 28, app/assets/stylesheets/applications.scss */
.gallery-picture-block .project-photos-rp .delete-image:hover,
.gallery-picture-block .drawing_column .delete-folder:hover,
.folder-row .drawing_column .delete-folder:hover {
  color: #fff;
  background-color: #ff0000;
}

/* line 35, app/assets/stylesheets/applications.scss */
.video-block {
  position: relative;
}

/* line 38, app/assets/stylesheets/applications.scss */
.video-block .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  /*width: 90px;*/
  /*height: 90px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
  z-index: 1;
  pointer-events: none;
}

/* line 55, app/assets/stylesheets/applications.scss */
.video-block:hover .video-play-btn {
  color: #e86c2e;
}

/* line 58, app/assets/stylesheets/applications.scss */
.video-block .video-play-btn::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: #e86c2e;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* line 71, app/assets/stylesheets/applications.scss */
.video-block:hover .video-play-btn::before {
  background-color: #fff;
}

/* line 75, app/assets/stylesheets/applications.scss */
.gallery-picture-block .project-photos-rp .spinner-border {
  display: flex;
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 1;
  color: orangered;
}

/* line 85, app/assets/stylesheets/applications.scss */
.gallery-add-highlight {
  background: #E86C2E;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  padding: 3px 15px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 4px;
  border-color: #f8f9fa00;
}

/* line 98, app/assets/stylesheets/applications.scss */
.profile-data-table table tbody tr td[data-label="Status"] .status-box {
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* line 106, app/assets/stylesheets/applications.scss */
#search-bar {
  max-width: 200px;
  border: 1px solid #e1e1e1;
  padding: 6px 10px;
  margin-left: 10px;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
}

/* line 114, app/assets/stylesheets/applications.scss */
.dvh100 {
  min-height: 100vh;
}

/* line 118, app/assets/stylesheets/applications.scss */
.assign_count {
  width: 20px;
  height: 20px;
  background-color: #e86c2e;
  color: #fff;
  border-radius: 50px;
  padding: 2px;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
}

/* line 129, app/assets/stylesheets/applications.scss */
.assign_count:hover {
  background-color: white;
  border: 0.5px solid #e86c2e;
  color: #e86c2e;
}

/* line 134, app/assets/stylesheets/applications.scss */
.assign-project-modal ul {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

/* line 143, app/assets/stylesheets/applications.scss */
.modal.show.assign-project-modal .modal-dialog {
  height: 0 !important;
}

/* line 147, app/assets/stylesheets/applications.scss */
.assign-project-modal .modal-content {
  border-radius: 16px;
}
/* line 4, app/assets/stylesheets/applies.scss */
.table-bg {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 10, app/assets/stylesheets/applies.scss */
.show_link {
  color: #0b0d23;
}

/* line 13, app/assets/stylesheets/applies.scss */
.badge-success-light {
  padding: 5px 10px;
  background-color: rgba(60, 110, 59, 0.1);
  color: #3c6e3b;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 576px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span,
.bootstrap-datetimepicker-widget .picker-switch td i {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem;
  padding: 0.5em;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #f8f9fa;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #dee2e6;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #f8f9fa;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #dee2e6;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #dee2e6;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #dee2e6;
  color: #007bff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span,
.bootstrap-datetimepicker-widget table td i {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0.25rem;
}
.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td i:hover {
  background: #f8f9fa;
}
.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td i.active {
  background-color: #dee2e6;
  color: #007bff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old,
.bootstrap-datetimepicker-widget table td i.old {
  color: #dee2e6;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td i.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover,
.bootstrap-datetimepicker-widget table td i.disabled:hover {
  background: none;
  color: #dee2e6;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-group.date .input-group-text {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{display:block;margin:2px 0;padding:4px;width:19em}@media (min-width:576px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after{content:'';display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid white;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action="today"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span,.bootstrap-datetimepicker-widget .picker-switch td i{line-height:2.5;height:2.5em;width:100%}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:.25rem;padding:.5em}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#dee2e6;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#f8f9fa}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#dee2e6}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#f8f9fa;cursor:pointer}.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new{color:#dee2e6}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:solid transparent;border-width:0 0 7px 7px;border-bottom-color:#dee2e6;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#dee2e6;color:#007bff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#dee2e6;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span,.bootstrap-datetimepicker-widget table td i{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:.25rem}.bootstrap-datetimepicker-widget table td span:hover,.bootstrap-datetimepicker-widget table td i:hover{background:#f8f9fa}.bootstrap-datetimepicker-widget table td span.active,.bootstrap-datetimepicker-widget table td i.active{background-color:#dee2e6;color:#007bff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td span.old,.bootstrap-datetimepicker-widget table td i.old{color:#dee2e6}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td i.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover,.bootstrap-datetimepicker-widget table td i.disabled:hover{background:none;color:#dee2e6;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.bootstrap-datetimepicker-widget.wider{width:21em}.bootstrap-datetimepicker-widget .datepicker-decades .decade{line-height:1.8em !important}.input-group.date .input-group-addon{cursor:pointer}.input-group.date .input-group-text{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
/* line 4, app/assets/stylesheets/contract_milestones.scss */
.step_container {
  padding-top: 15px;
}

/* line 7, app/assets/stylesheets/contract_milestones.scss */
a.step_container {
  color: #e86c2e;
}

/* line 10, app/assets/stylesheets/contract_milestones.scss */
.user_drawing_head {
  margin-top: -45px;
}
/* line 5, app/assets/stylesheets/contracts.scss */
.drawing-container {
  margin: 0 !important;
  height: 100%;
}

/* line 10, app/assets/stylesheets/contracts.scss */
.no-drawing {
  margin: auto;
  vertical-align: middle;
}

/* line 15, app/assets/stylesheets/contracts.scss */
.no-drawing p {
  font-weight: 500;
}

/* line 19, app/assets/stylesheets/contracts.scss */
.category-container {
  display: flex;
  justify-content: center;
  margin: 20px 10px 0 10% !important;
  width: 80%;
}

/* line 26, app/assets/stylesheets/contracts.scss */
.inner-category-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 0 3px #ccc;
  padding: 20px;
  font-size: 12px;
  color: black;
  min-height: 100px;
}

/* line 39, app/assets/stylesheets/contracts.scss */
.span-container {
  display: flex;
  flex-direction: column;
  align-items: end !important;
}

/* line 44, app/assets/stylesheets/contracts.scss */
.category-thumb img {
  height: 40px;
  max-width: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
  text-align: center;
  position: relative;
}

/* line 54, app/assets/stylesheets/contracts.scss */
.draw-cate-area .category-container .column .span-container {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 60, app/assets/stylesheets/contracts.scss */
.threeD-image-container {
  margin: 15px auto;
}

/* line 64, app/assets/stylesheets/contracts.scss */
.threeD-image-container img {
  max-width: inherit;
  height: 500px;
  box-shadow: none;
  border-style: none;
  aspect-ratio: 16/9;
  object-fit: contain;
  width: 100%;
}

/* line 73, app/assets/stylesheets/contracts.scss */
.shake-icon {
  animation: skew-x-shake 1.3s infinite;
}

@keyframes skew-x-shake {
  0% {
    transform: skewX(-15deg);
  }
  5% {
    transform: skewX(15deg);
  }
  10% {
    transform: skewX(-15deg);
  }
  15% {
    transform: skewX(15deg);
  }
  20% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}

/* line 84, app/assets/stylesheets/contracts.scss */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/* line 90, app/assets/stylesheets/contracts.scss */
.categories {
  width: 20% !important;
}

/* line 94, app/assets/stylesheets/contracts.scss */
.column {
  text-align: left;
  float: left;
  width: 24%;
  padding: 5px;
}

/* line 101, app/assets/stylesheets/contracts.scss */
.layout-container {
  display: flex;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}

/* line 107, app/assets/stylesheets/contracts.scss */
.layout-container img {
  border-style: none;
  border-radius: 5px;
}

/* line 112, app/assets/stylesheets/contracts.scss */
.layout-container p {
  font-weight: 500;
  color: #828282;
  font-size: small;
}

/* line 118, app/assets/stylesheets/contracts.scss */
.shake-icon-test {
  animation: skew-x-shake 1.3s infinite;
}

@keyframes skew-x-shake {
  0% {
    transform: skewX(-15deg);
  }
  5% {
    transform: skewX(15deg);
  }
  10% {
    transform: skewX(-15deg);
  }
  15% {
    transform: skewX(15deg);
  }
  20% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}

/* line 130, app/assets/stylesheets/contracts.scss */
#drawing-button {
  right: 40px;
  top: 40px;
  position: absolute;
  border: 2px solid #ff6c39;
  border-radius: 4px;
  background: #ff6c39;
  font-size: 15px;
  padding: 7px 16px;
  color: #ffffff;
  line-height: 1.25;
  text-align: center;
}

/* line 144, app/assets/stylesheets/contracts.scss */
h5.categories_drawing_head {
  text-align: center;
}

/* line 147, app/assets/stylesheets/contracts.scss */
.drawingProject .drawing_column {
  width: 100%;
}

/* line 150, app/assets/stylesheets/contracts.scss */
label.custom-control-label {
  color: #e86c2e;
}

/* line 153, app/assets/stylesheets/contracts.scss */
.sign-image {
  display: flex;
  flex-direction: column;
}

/* line 158, app/assets/stylesheets/contracts.scss */
.sign-shake {
  color: #e86c2e;
}

/* line 161, app/assets/stylesheets/contracts.scss */
.add-client-wp-lf #project_area {
  padding-right: 26%;
}

/* line 164, app/assets/stylesheets/contracts.scss */
.remove-quote svg {
  vertical-align: initial;
}

/* line 168, app/assets/stylesheets/contracts.scss */
.quotes-action input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  height: 18px;
  width: 14px;
}

/* line 174, app/assets/stylesheets/contracts.scss */
.quote-iconbx {
  /* Set a fixed width for the parent div if needed */
  width: 50px;
  /* Adjust as needed */
  /* Set a fixed height for the parent div if needed */
  height: 50px;
  /* Adjust as needed */
}

/* line 180, app/assets/stylesheets/contracts.scss */
.quote-iconbx img {
  max-width: 100%;
  /* Ensure the image doesn't exceed the container's width */
  max-height: 100%;
  /* Ensure the image doesn't exceed the container's height */
  margin: auto;
  /* Center the image horizontally */
  object-fit: cover;
  width: 50px;
  height: 50px;
}

/* line 188, app/assets/stylesheets/contracts.scss */
.quote-iconbx .video-icon {
  height: auto;
}

/* line 191, app/assets/stylesheets/contracts.scss */
.drawingsNavTab .nav-tabs .nav-link {
  border: none;
}

/* line 194, app/assets/stylesheets/contracts.scss */
.drawingsNavTab .nav-tabs .reference-layout-tab {
  border-left: 2px solid #cfc7c2;
  border-right: 2px solid #cfc7c2;
  border-top: 0px;
  border-bottom: 0px;
}

/* line 200, app/assets/stylesheets/contracts.scss */
.drawingsNavTab .nav-tabs .reference-layout-tab:hover {
  border-left: 2px solid #cfc7c2;
  border-right: 2px solid #cfc7c2;
  border-top: 0px;
  border-bottom: 0px;
}

@media (max-width: 568px) {
  /* line 208, app/assets/stylesheets/contracts.scss */
  .threeD-image-container img {
    width: 85vw;
    height: 30vh;
  }
  /* line 213, app/assets/stylesheets/contracts.scss */
  .categories {
    width: 33% !important;
  }
  /* line 217, app/assets/stylesheets/contracts.scss */
  .main {
    margin-top: 120px !important;
  }
  /* line 221, app/assets/stylesheets/contracts.scss */
  .layout-container {
    width: 100% !important;
  }
}

/* line 227, app/assets/stylesheets/contracts.scss */
.cate-team-card {
  width: 100%;
}

/* line 231, app/assets/stylesheets/contracts.scss */
.card.cate-team-card {
  width: 100%;
  border: 0px solid #e1e1e1;
  border-radius: 10px;
}

/* line 238, app/assets/stylesheets/contracts.scss */
.cate-team-card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: capitalize;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
}

/* line 249, app/assets/stylesheets/contracts.scss */
.cate-team-card .card-body {
  padding: 0;
}

/* line 252, app/assets/stylesheets/contracts.scss */
.cate-team-card .card-body ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* line 259, app/assets/stylesheets/contracts.scss */
.cate-team-card .card-body ul::-webkit-scrollbar {
  width: 8px;
}

/* line 263, app/assets/stylesheets/contracts.scss */
.cate-team-card .card-body ul::-webkit-scrollbar-track {
  background-color: #D9D9D9;
  border-radius: 10px;
}

/* line 268, app/assets/stylesheets/contracts.scss */
.cate-team-card .card-body ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FF712F;
}

/* line 273, app/assets/stylesheets/contracts.scss */
.cate-team-card .card-body ul li:not(:last-child) {
  margin-bottom: 10px;
}

/* line 277, app/assets/stylesheets/contracts.scss */
.cate-team-card .card-body ul li label {
  color: #A2A2A2;
  font-weight: 400;
  font-size: 14px;
}

/* line 282, app/assets/stylesheets/contracts.scss */
#add-client-form .add-client-form-body #accordion .card {
  border-radius: 0;
}

/* line 285, app/assets/stylesheets/contracts.scss */
#add-client-form .add-client-form-body #accordion .card .card-header h5 {
  color: #fff;
  background-color: #0b1033;
  border: none;
  box-shadow: none;
  border-radius: 0;
  position: relative;
}

/* line 293, app/assets/stylesheets/contracts.scss */
#add-client-form .add-client-form-body #accordion .card .card-header h5:hover {
  text-decoration: none !important;
}

/* line 296, app/assets/stylesheets/contracts.scss */
#add-client-form .add-client-form-body #accordion .card .card-header h5.collapsed::before {
  content: '\f105';
}

/* line 299, app/assets/stylesheets/contracts.scss */
#add-client-form .add-client-form-body #accordion .card .card-header h5::before,
.add-client-form-body #accordion .card .card-header h5::before {
  content: '\f107';
  position: absolute;
  top: 7px;
  right: 15px;
  font-family: fontawesome;
  font-size: 24px;
  transition: 0.5s all;
  color: #000;
}

/* line 311, app/assets/stylesheets/contracts.scss */
.tab-content-scroll {
  max-height: 1100px;
  overflow: hidden auto;
  padding-right: 10px;
}

/* line 316, app/assets/stylesheets/contracts.scss */
.tab-content-scroll::-webkit-scrollbar {
  width: 8px;
}

/* line 320, app/assets/stylesheets/contracts.scss */
.tab-content-scroll::-webkit-scrollbar-track {
  background-color: #D9D9D9;
  border-radius: 10px;
}

/* line 325, app/assets/stylesheets/contracts.scss */
.tab-content-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FF712F;
}

/* line 331, app/assets/stylesheets/contracts.scss */
.add-client-form-body .add-client-type-wp textarea {
  min-height: 125px;
}

/* line 335, app/assets/stylesheets/contracts.scss */
.add-client-form-body .detail-wp {
  background-color: #edf0f5;
  padding: 10px 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 343, app/assets/stylesheets/contracts.scss */
.add-client-form-body .drawingsNavTab ul li a.nav-link {
  padding: 8px;
  background-color: #f5f5f5;
}

/* line 347, app/assets/stylesheets/contracts.scss */
.col-relative {
  position: relative;
}

/* line 351, app/assets/stylesheets/contracts.scss */
.add-client-form-body .join-btn {
  padding: 11px 40px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 10px !important;
}

/* line 359, app/assets/stylesheets/contracts.scss */
.cate-team-card .card-body ul > .form-check-label {
  text-align: center;
  display: inherit;
  font-weight: 300;
}

/* line 365, app/assets/stylesheets/contracts.scss */
.architect-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  background-color: #fff;
  padding: 10px 10px;
}

/* line 373, app/assets/stylesheets/contracts.scss */
.architect-list .left-col p a {
  color: #0b1033;
  font-size: 16px;
  margin-bottom: 8px;
  display: inline-block;
  transition: 0.5s all;
}

/* line 381, app/assets/stylesheets/contracts.scss */
.architect-list .left-col p a:hover {
  color: #ff6c39;
}

/* line 385, app/assets/stylesheets/contracts.scss */
.architect-list .left-col .services-budget p {
  font-size: 16px;
  color: #5d5d5d;
}

/* line 390, app/assets/stylesheets/contracts.scss */
.architect-list .right-col .add--milestone {
  border: none !important;
  background-color: transparent;
  color: #ff6c39;
  padding: 0;
  font-size: 18px;
  line-height: normal;
  transition: 0.5s all;
}

/* line 400, app/assets/stylesheets/contracts.scss */
.architect-list .right-col .add--milestone:hover {
  color: #ff0000;
}

/* line 404, app/assets/stylesheets/contracts.scss */
.msg-button {
  background: transparent !important;
  border: none !important;
  font-size: 20px !important;
  padding: 0 !important;
  color: #e86c2e !important;
}

/* line 411, app/assets/stylesheets/contracts.scss */
.draw-cate-area h2 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0 30px;
  text-align: center;
}

/* line 418, app/assets/stylesheets/contracts.scss */
.draw-cate-area h2 span {
  display: block;
  font-size: 16px;
  color: #f06c3a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 3px;
}

/* line 426, app/assets/stylesheets/contracts.scss */
.draw-cate-area .category-container {
  margin: 0 0px  !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}

/* line 434, app/assets/stylesheets/contracts.scss */
.draw-cate-area .category-container .column {
  flex-basis: 33.33 !important;
  max-width: 33.33% !important;
  width: 100% !important;
  display: flex;
  position: relative;
}

/* line 442, app/assets/stylesheets/contracts.scss */
.draw-cate-area .category-container .column .inner-category-container {
  box-shadow: none;
  border: 1px solid #eee;
  padding: 30px 10px;
  text-align: center;
  width: 100%;
}

/* line 450, app/assets/stylesheets/contracts.scss */
.draw-cate-area .category-container .column .inner-category-container .category-thumb {
  margin-bottom: 15px;
}

/* line 453, app/assets/stylesheets/contracts.scss */
#category-upload-drawing {
  padding-bottom: 5%;
}

/* Slideshow container */
/* line 457, app/assets/stylesheets/contracts.scss */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
/* line 464, app/assets/stylesheets/contracts.scss */
.image-slider .prev, .image-slider .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: #0c0c0c;
}

/* Position the "next button" to the right */
/* line 481, app/assets/stylesheets/contracts.scss */
.image-slider .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
/* line 487, app/assets/stylesheets/contracts.scss */
.image-slider .prev:hover, .image-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* line 490, app/assets/stylesheets/contracts.scss */
.image-slider #category-upload-drawing,
.image-slider #category-reference-drawing {
  position: relative;
  transform: scale(0);
  transition: 0.5s all;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 0;
  margin-top: 50px;
}

/* line 500, app/assets/stylesheets/contracts.scss */
.image-slider #category-upload-drawing .slideshow-container,
.image-slider #category-reference-drawing .slideshow-container {
  max-width: inherit;
  margin: inherit;
}

/* line 505, app/assets/stylesheets/contracts.scss */
.image-slider #category-upload-drawing .slideshow-container .mySlides img,
.image-slider #category-reference-drawing .slideshow-container .mySlides img {
  aspect-ratio: 4/3 !important;
  height: auto !important;
  object-fit: contain;
  width: 100% !important;
  border-radius: 4px !important;
}

/* line 514, app/assets/stylesheets/contracts.scss */
.image-slider #category-upload-drawing .close.AClass,
.image-slider #category-reference-drawing .close.AClass {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f26d3b;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  right: 60px;
  top: -50px;
  opacity: 0.5;
  font-weight: 400;
  transition: 0.5s all;
}

/* line 534, app/assets/stylesheets/contracts.scss */
.image-slider #category-upload-drawing .close.AClass:hover,
.image-slider #category-reference-drawing .close.AClass:hover {
  opacity: 1;
}

/* line 538, app/assets/stylesheets/contracts.scss */
.image-slider #category-upload-drawing .prev,
.image-slider #category-upload-drawing .next,
.image-slider #category-reference-drawing .prev,
.image-slider #category-reference-drawing .next {
  position: absolute;
  opacity: 0.5;
  padding: 0;
  margin-top: 0;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 400;
  transform: translateY(-50%);
}

/* line 556, app/assets/stylesheets/contracts.scss */
.image-slider #category-upload-drawing .prev,
.image-slider #category-reference-drawing .prev {
  left: 0;
}

/* line 561, app/assets/stylesheets/contracts.scss */
.image-slider #category-upload-drawing .next,
.image-slider #category-reference-drawing .next {
  right: 0;
}

/* line 566, app/assets/stylesheets/contracts.scss */
.image-slider #category-upload-drawing:hover .prev:hover,
.image-slider #category-reference-drawing:hover .prev:hover {
  color: white;
  opacity: 1;
}

/* line 572, app/assets/stylesheets/contracts.scss */
.image-slider #category-upload-drawing:hover .next:hover,
.image-slider #category-reference-drawing:hover .next:hover {
  color: white;
  opacity: 1;
}

/* line 578, app/assets/stylesheets/contracts.scss */
.reference_drawing_gallery_slider_modal,
.project_drawing_gallery_slider_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000c7;
  z-index: 1020;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-120%);
  display: flex;
  padding: 50px 15px;
  transition: 0.5s all;
}

/* line 596, app/assets/stylesheets/contracts.scss */
.reference_drawing_gallery_slider_modal.active {
  /*display: inline-flex;*/
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}

/* line 602, app/assets/stylesheets/contracts.scss */
.project_drawing_gallery_slider_modal.active {
  /*display: inline-flex;*/
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
}

/* line 609, app/assets/stylesheets/contracts.scss */
.reference_drawing_gallery_slider_modal .gallery-inner,
.project_drawing_gallery_slider_modal .gallery-inner {
  width: 100%;
  max-width: 960px;
  height: 90vh;
}

/* line 615, app/assets/stylesheets/contracts.scss */
.reference_drawing_gallery_slider_modal .slick-arrow,
.project_drawing_gallery_slider_modal .slick-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #fff !important;
  transition: 0.5s all;
}

/* line 622, app/assets/stylesheets/contracts.scss */
.reference_drawing_gallery_slider_modal .slick-arrow:hover,
.project_drawing_gallery_slider_modal .slick-arrow:hover {
  background-color: #fff !important;
}

/* line 626, app/assets/stylesheets/contracts.scss */
.reference_drawing_gallery_slider_modal .slick-prev,
.project_drawing_gallery_slider_modal .slick-prev {
  left: -88px;
}

/* line 630, app/assets/stylesheets/contracts.scss */
.reference_drawing_gallery_slider_modal .slick-next,
.project_drawing_gallery_slider_modal .slick-next {
  right: -88px;
}

/* line 634, app/assets/stylesheets/contracts.scss */
.reference_drawing_gallery_slider_modal .slick-arrow i,
.project_drawing_gallery_slider_modal .slick-arrow i {
  color: #fff !important;
  font-size: 30px;
  transition: 0.5s all;
}

/* line 640, app/assets/stylesheets/contracts.scss */
.reference_drawing_gallery_slider_modal .slick-arrow:hover i,
.project_drawing_gallery_slider_modal .slick-arrow:hover i {
  color: #000 !important;
}

/* line 644, app/assets/stylesheets/contracts.scss */
.reference_drawing_gallery_slider_modal .colse,
.project_drawing_gallery_slider_modal .colse {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  transition: 0.5s all;
  cursor: pointer;
  z-index: 1;
}

/* line 663, app/assets/stylesheets/contracts.scss */
.reference_drawing_gallery_slider_modal .colse:hover,
.project_drawing_gallery_slider_modal .colse:hover {
  color: #000;
  background-color: #fff;
}

/* line 668, app/assets/stylesheets/contracts.scss */
.reference_drawing_gallery_slider_modal .gallery-items,
.project_drawing_gallery_slider_modal .gallery-items {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 675, app/assets/stylesheets/contracts.scss */
.gallery_slider_row .slick-list div {
  width: 100%;
  height: 90vh;
}

/* line 679, app/assets/stylesheets/contracts.scss */
.reference_drawing_gallery_slider_modal .gallery-img img,
.project_drawing_gallery_slider_modal .gallery-img img {
  width: 100%;
  position: relative;
  height: 100%;
  object-fit: contain;
}

/* line 687, app/assets/stylesheets/contracts.scss */
.gallery_slider_row .gallery-items .gallery-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 701, app/assets/stylesheets/contracts.scss */
.right-col-icons > div {
  gap: 10px;
}

/* line 704, app/assets/stylesheets/contracts.scss */
.right-col-icons span {
  margin: 0 !important;
  font-size: 22px !important;
}

/* line 708, app/assets/stylesheets/contracts.scss */
.provider-list {
  display: flex;
  justify-content: space-between;
}

/* line 713, app/assets/stylesheets/contracts.scss */
.switch-toggel-tooltip {
  position: relative;
}

/* line 717, app/assets/stylesheets/contracts.scss */
.switch-toggel-tooltip:hover .download-tooltiptext {
  visibility: visible;
  opacity: 1;
  top: calc(50% - 35px);
  transform: translate(-50%, -50%) scale(1);
}

/* line 723, app/assets/stylesheets/contracts.scss */
.download-tooltiptext {
  visibility: hidden;
  opacity: 0;
  background-color: #f3f3f3;
  border-radius: 50px;
  font-size: 12px;
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 50%;
  white-space: nowrap;
  padding: 5px 10px;
  text-transform: capitalize;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.5s all;
  pointer-events: none;
  user-select: none;
}

/* line 742, app/assets/stylesheets/contracts.scss */
.download-tooltiptext::before {
  content: '';
  position: absolute;
  bottom: -7px;
  width: 15px;
  height: 7px;
  background-color: #f3f3f3;
  left: 0;
  right: 0;
  margin: 0 auto;
  clip-path: polygon(49% 100%, 0 0, 100% 0);
}

/* line 754, app/assets/stylesheets/contracts.scss */
.switch-toggel-tooltip:hover .download-tooltiptext[data-placement="left"] {
  top: 50%;
  left: calc(-50% - 55px);
}

/* line 758, app/assets/stylesheets/contracts.scss */
.switch-toggel-tooltip:hover .download-tooltiptext[data-placement="left"]::before {
  clip-path: polygon(100% 50%, 0 100%, 0 0);
  width: 10px;
  height: 15px;
  left: auto;
  right: -7px;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

/* line 769, app/assets/stylesheets/contracts.scss */
.inner-category-container {
  position: relative;
}

/* line 772, app/assets/stylesheets/contracts.scss */
.inner-category-container .files-counting {
  margin-top: 5px;
  color: #0000008a;
  font-size: 0.75rem;
  font-weight: 500;
}

/* line 779, app/assets/stylesheets/contracts.scss */
.milestone-details-btn input[type="text"] {
  border: 1px solid #e1e1e1;
  padding: 5px 35px 5px 10px;
  max-width: 280px;
  outline: none;
  box-shadow: none;
  width: 100%;
}

/* line 788, app/assets/stylesheets/contracts.scss */
.milestone-details-btn .client-search .fa-search {
  color: #9f9f9f;
}

/* line 793, app/assets/stylesheets/contracts.scss */
.client_projects_wrap .create-jobs .profile-data-table .work-deisgn-box h6 {
  font-size: 16px;
  margin-bottom: 15px;
}

/* line 797, app/assets/stylesheets/contracts.scss */
.client_projects_wrap .create-jobs .profile-data-table .work-deisgn-box .date-contact.title-st {
  width: 100%;
  padding-right: 30px;
}

/* line 801, app/assets/stylesheets/contracts.scss */
.client_projects_wrap .create-jobs .profile-data-table .work-deisgn-box .hire {
  padding: 15px 0 0;
  text-align: left;
  font-size: 12px;
}

/* line 806, app/assets/stylesheets/contracts.scss */
.client_projects_wrap .create-jobs .profile-data-table .sign-agre-pr-st {
  top: 16px;
  z-index: 2;
}

/* line 811, app/assets/stylesheets/contracts.scss */
.project-details-mobile-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  z-index: 9999;
}

/* line 820, app/assets/stylesheets/contracts.scss */
.closeproject {
  display: none;
}

/* line 824, app/assets/stylesheets/contracts.scss */
.pagination li a {
  color: #000;
}

/* line 827, app/assets/stylesheets/contracts.scss */
.pagination li.active .page-link {
  background-color: #f26d3b;
  border: 1px solid #f26d3b;
}

/* line 831, app/assets/stylesheets/contracts.scss */
.pagination li.active .page-link:hover {
  color: #fff;
}

/* line 834, app/assets/stylesheets/contracts.scss */
.pagination li .page-link:hover {
  color: #000;
}

/* line 838, app/assets/stylesheets/contracts.scss */
.afternone::after {
  content: none;
}

/*****  edit client css  ****/
/* line 846, app/assets/stylesheets/contracts.scss */
.add-client-form-body .accordion-block .card-header,
.edit-client-form-body .accordion-block .card-header {
  background-color: transparent;
  border: none;
}

/* line 851, app/assets/stylesheets/contracts.scss */
.add-client-form-body .accordion-block button,
.edit-client-form-body .accordion-block button {
  width: 100%;
  text-align: left;
  color: #000;
}

/* line 857, app/assets/stylesheets/contracts.scss */
.add-client-form-body .accordion-block h5,
.edit-client-form-body .accordion-block h5 {
  background-color: transparent !important;
  border-bottom: 1px solid #e1e1e1 !important;
}

/* line 863, app/assets/stylesheets/contracts.scss */
#add-client-form .add-client-form-body .cate-team-card .card-body ul li label,
.edit-client-form-body .cate-team-card .card-body ul li label {
  color: #000;
}

/* line 867, app/assets/stylesheets/contracts.scss */
#add-client-form .add-client-form-body #accordion .card button:hover,
.edit-client-form-body #accordion .card button:hover {
  text-decoration: none !important;
  color: #000;
  background-color: #f5f5f5;
  width: 100%;
}

/* line 874, app/assets/stylesheets/contracts.scss */
#add-client-form .add-client-form-body #accordion .card .card-header h5:hover,
.edit-client-form-body #accordion .card .card-header h5:hover {
  text-decoration: none !important;
}

/* line 878, app/assets/stylesheets/contracts.scss */
#add-client-form .add-client-form-body #accordion .card .card-header h5::before,
.edit-client-form-body #accordion .card .card-header h5::before {
  color: #000;
}

@media screen and (min-width: 992px) and (max-width: 1366px) {
  /* line 884, app/assets/stylesheets/contracts.scss */
  .add-client-form-body .row > [class*="col-"],
.edit-client-form-body .row > [class*="col-"] {
    padding-right: 15px !important;
  }
  /* line 888, app/assets/stylesheets/contracts.scss */
  .add-client-form-body .form-group label,
.edit-client-form-body .form-group label {
    font-size: 14px;
  }
  /* line 892, app/assets/stylesheets/contracts.scss */
  .add-client-form-body .mobile-add-client,
.edit-client-form-body .mobile-add-client {
    flex-direction: column-reverse;
  }
  /* line 896, app/assets/stylesheets/contracts.scss */
  .add-client-form-body .mobile-add-client .add-client-wp-ri,
.edit-client-form-body .mobile-add-client .add-client-wp-ri {
    order: 1;
    margin-bottom: 5px;
    flex: 1;
    max-width: 100%;
  }
  /* line 903, app/assets/stylesheets/contracts.scss */
  .add-client-form-body .mobile-add-client .add-client-wp-lf,
.edit-client-form-body .mobile-add-client .add-client-wp-lf {
    flex: 1;
    max-width: 100%;
  }
  /* line 908, app/assets/stylesheets/contracts.scss */
  .add-client-form-body .add-client-wp-lf,
.edit-client-form-body .add-client-wp-lf {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 913, app/assets/stylesheets/contracts.scss */
  .add-client-form-body .add-client-wp-ri,
.edit-client-form-body .add-client-wp-ri {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 918, app/assets/stylesheets/contracts.scss */
  .add-client-form-body .tab-content-scroll,
.edit-client-form-body .tab-content-scroll {
    max-height: 768px;
  }
  /* line 922, app/assets/stylesheets/contracts.scss */
  .add-client-form-body,
.edit-client-form-body {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 1366px) {
  /* line 931, app/assets/stylesheets/contracts.scss */
  .add-client-form-body,
.edit-client-form-body {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 1200px) {
  /* line 939, app/assets/stylesheets/contracts.scss */
  .client_projects_wrap .create-jobs .profile-data-table .work-deisgn-box .date-contact.title-st {
    width: calc(100% - 140px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
  }
  /* line 948, app/assets/stylesheets/contracts.scss */
  .client_projects_wrap .create-jobs .profile-data-table .work-deisgn-box .date-contact.title-st h6 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
  /* line 953, app/assets/stylesheets/contracts.scss */
  .client_projects_wrap .create-jobs .profile-data-table .sign-shake {
    font-size: 14px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 959, app/assets/stylesheets/contracts.scss */
  .reference_drawing_gallery_slider_modal,
.project_drawing_gallery_slider_modal {
    padding: 50px 80px;
  }
  /* line 963, app/assets/stylesheets/contracts.scss */
  .reference_drawing_gallery_slider_modal .slick-prev,
.project_drawing_gallery_slider_modal .slick-prev {
    left: -65px;
  }
  /* line 967, app/assets/stylesheets/contracts.scss */
  .reference_drawing_gallery_slider_modal .slick-next,
.project_drawing_gallery_slider_modal .slick-next {
    right: -65px;
  }
}

@media screen and (max-width: 1199px) {
  /* line 974, app/assets/stylesheets/contracts.scss */
  .client_projects_wrap .create-jobs .profile-data-table .sign-agre-pr-st {
    position: relative;
    background-color: #eeeeee;
    padding: 5px 20px;
    left: 0;
    top: 0;
    justify-content: space-between;
  }
  /* line 982, app/assets/stylesheets/contracts.scss */
  .client_projects_wrap .create-jobs .profile-data-table .sign-agre-pr-st::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 55px);
    height: 100%;
    background-color: #e5e5e5;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    pointer-events: none;
    user-select: none;
  }
  /* line 995, app/assets/stylesheets/contracts.scss */
  .client_projects_wrap .create-jobs .profile-data-table .work-deisgn-box {
    border: none;
    box-shadow: 0px 15px 20px -15px rgba(0, 0, 0, 0.2);
  }
  /* line 1000, app/assets/stylesheets/contracts.scss */
  .client_projects_wrap .create-jobs .profile-data-table .without_sign_agreement {
    background-color: transparent;
    position: absolute;
    padding: 0;
    right: 35px;
    top: 20px;
    left: auto;
  }
  /* line 1008, app/assets/stylesheets/contracts.scss */
  .client_projects_wrap .create-jobs .profile-data-table .without_sign_agreement::before {
    display: none;
  }
  /* line 1011, app/assets/stylesheets/contracts.scss */
  .client_projects_wrap .create-jobs .profile-data-table .work-deisgn-box .date-contact.title-st {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    padding-right: 0;
  }
  /* line 1020, app/assets/stylesheets/contracts.scss */
  .client_projects_wrap .create-jobs .profile-data-table .work-deisgn-box .date-contact.title-st h6 {
    margin-bottom: 0px;
  }
  /* line 1023, app/assets/stylesheets/contracts.scss */
  .add-client-form-body .accordion-block ul li br,
.edit-client-form-body .accordion-block ul li br {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  /* line 1029, app/assets/stylesheets/contracts.scss */
  .draw-cate-area .category-container .column {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
  /* line 1033, app/assets/stylesheets/contracts.scss */
  .draw-cate-area .landscape_drawing-cate .category-container .column {
    flex-basis: 33.33% !important;
    max-width: 33.33% !important;
  }
  /* line 1037, app/assets/stylesheets/contracts.scss */
  .draw-cate-area .category-container {
    padding: 0 0px;
  }
  /* line 1040, app/assets/stylesheets/contracts.scss */
  .reference_drawing_gallery_slider_modal .gallery-inner,
.project_drawing_gallery_slider_modal .gallery-inner {
    padding-bottom: 50px;
  }
  /* line 1044, app/assets/stylesheets/contracts.scss */
  .reference_drawing_gallery_slider_modal button.slick-arrow,
.project_drawing_gallery_slider_modal button.slick-arrow {
    display: block !important;
  }
  /* line 1048, app/assets/stylesheets/contracts.scss */
  .reference_drawing_gallery_slider_modal .slick-arrow,
.project_drawing_gallery_slider_modal .slick-arrow {
    top: 100%;
    transform: translate(0%, -50%);
    bottom: auto;
    left: 50% !important;
  }
  /* line 1055, app/assets/stylesheets/contracts.scss */
  .reference_drawing_gallery_slider_modal .slick-prev,
.project_drawing_gallery_slider_modal .slick-prev {
    left: calc(50% - 30px) !important;
  }
  /* line 1059, app/assets/stylesheets/contracts.scss */
  .reference_drawing_gallery_slider_modal .slick-next,
.project_drawing_gallery_slider_modal .slick-next {
    left: calc(50% + 30px) !important;
  }
  /* line 1063, app/assets/stylesheets/contracts.scss */
  .reference_drawing_gallery_slider_modal .gallery-img img,
.project_drawing_gallery_slider_modal .gallery-img img {
    height: 70%;
  }
  /* line 1067, app/assets/stylesheets/contracts.scss */
  .client_projects_wrap .create-jobs .profile-data-table .work-deisgn-box .project-client-info {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 0.5rem;
  }
  /* line 1073, app/assets/stylesheets/contracts.scss */
  .add-client-form-body,
.edit-client-form-body {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  /* line 1081, app/assets/stylesheets/contracts.scss */
  .drawing-container.margin_zero {
    margin: 0  !important;
  }
  /* line 1084, app/assets/stylesheets/contracts.scss */
  .draw-cate-area .category-container {
    padding: 0 0px;
  }
  /* line 1087, app/assets/stylesheets/contracts.scss */
  .draw-cate-area .row .border_right {
    padding: 0px 5px;
  }
  /* line 1090, app/assets/stylesheets/contracts.scss */
  .drawing-container .draw-cate-area h2 {
    font-size: 22px;
    padding: 0 0px;
  }
  /* line 1094, app/assets/stylesheets/contracts.scss */
  .client_projects_wrap .milestone-details-btn {
    flex-direction: column;
    align-items: self-start;
  }
  /* line 1098, app/assets/stylesheets/contracts.scss */
  .project-search-block {
    width: 100%;
    padding: 0 15px;
  }
  /* line 1102, app/assets/stylesheets/contracts.scss */
  .milestone-details-btn input[type="text"] {
    max-width: 100%;
    width: 100%;
  }
  /* line 1106, app/assets/stylesheets/contracts.scss */
  .project-search-block .input-group.add-on {
    flex: 1;
    margin: 0 !important;
  }
  /* line 1110, app/assets/stylesheets/contracts.scss */
  .project-search-block .add-client-nav {
    margin-right: 0px;
    display: none;
  }
  /* line 1114, app/assets/stylesheets/contracts.scss */
  .mb-w-100 {
    width: 100%;
  }
  /* line 1117, app/assets/stylesheets/contracts.scss */
  .client_projects_wrap .client-info-tab .nav-tabs {
    flex-wrap: inherit;
  }
  /* line 1120, app/assets/stylesheets/contracts.scss */
  .client_projects_wrap .client-info-tab .nav-tabs li {
    width: auto !important;
  }
  /* line 1123, app/assets/stylesheets/contracts.scss */
  .client_projects_wrap .client-info-tab .nav-tabs li a {
    padding: 4px 10px !important;
  }
  /* line 1147, app/assets/stylesheets/contracts.scss */
  .add-client-form-body .form-group label,
.edit-client-form-body .form-group label {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  /* line 1154, app/assets/stylesheets/contracts.scss */
  .drawing-container .draw-cate-area h2 {
    font-size: 20px;
  }
  /* line 1157, app/assets/stylesheets/contracts.scss */
  .drawing-container .draw-cate-area h2 span {
    font-size: 14px;
  }
  /* line 1160, app/assets/stylesheets/contracts.scss */
  .draw-cate-area .category-container .column {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  /* line 1164, app/assets/stylesheets/contracts.scss */
  .draw-cate-area .category-container .column .inner-category-container {
    padding: 20px 5px;
    min-height: 126px;
  }
  /* line 1168, app/assets/stylesheets/contracts.scss */
  .draw-cate-area .landscape_drawing-cate {
    padding: 30px 5px !important;
  }
  /* line 1171, app/assets/stylesheets/contracts.scss */
  .draw-cate-area .landscape_drawing-cate .column .inner-category-container {
    min-width: inherit;
  }
  /* line 1174, app/assets/stylesheets/contracts.scss */
  .reference_drawing_gallery_slider_modal .colse,
.project_drawing_gallery_slider_modal .colse {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  /* line 1180, app/assets/stylesheets/contracts.scss */
  .reference_drawing_gallery_slider_modal .slick-arrow,
.project_drawing_gallery_slider_modal .slick-arrow {
    width: 35px;
    height: 35px;
  }
  /* line 1185, app/assets/stylesheets/contracts.scss */
  .client_projects_wrap .milestone-details-btn h5 {
    padding: 15px 15px !important;
  }
  /* line 1188, app/assets/stylesheets/contracts.scss */
  .project-search-block {
    width: 100%;
    padding: 10px 15px 0;
  }
  /* line 1192, app/assets/stylesheets/contracts.scss */
  .alphabet-filter-wrap {
    flex-direction: column-reverse;
    padding: 0;
    gap: 10px;
  }
  /* line 1197, app/assets/stylesheets/contracts.scss */
  .alphabet-filter-wrap .alphabet-filter-block {
    margin-right: 0;
    justify-content: end;
  }
  /* line 1201, app/assets/stylesheets/contracts.scss */
  .hrm-details-wrap .title-block h5 {
    padding: 0 !important;
    font-size: 16px;
  }
  /* line 1205, app/assets/stylesheets/contracts.scss */
  .hrm-details-wrap .title-block .add-client-nav {
    margin-right: 0px;
  }
  /* line 1209, app/assets/stylesheets/contracts.scss */
  .alphabet-filter-block .alphabet-table {
    gap: 5px;
    width: 225px;
  }
  /* line 1213, app/assets/stylesheets/contracts.scss */
  .alphabet-filter-block .alphabet-letter {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 480px) {
  /* line 1221, app/assets/stylesheets/contracts.scss */
  .client_projects_wrap .client-info-tab .nav-tabs li a {
    padding: 4px 6px !important;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  /* line 1227, app/assets/stylesheets/contracts.scss */
  .drawing-container .draw-cate-area h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  /* line 1231, app/assets/stylesheets/contracts.scss */
  .drawing-container .draw-cate-area h2 span {
    font-size: 10px;
  }
  /* line 1234, app/assets/stylesheets/contracts.scss */
  .drawing-container .inner-category-container {
    font-size: 10px;
  }
  /* line 1237, app/assets/stylesheets/contracts.scss */
  .justify-content-between.draw-pagination {
    justify-content: center !important;
  }
  /* line 1240, app/assets/stylesheets/contracts.scss */
  .draw-showing-result {
    display: none;
  }
  /* line 1243, app/assets/stylesheets/contracts.scss */
  .add-client-form-body .join-btn {
    padding: 11px 30px;
  }
  /* line 1247, app/assets/stylesheets/contracts.scss */
  .add-client-form-body .detail-wp,
.edit-client-form-body .detail-wp {
    font-size: 16px;
  }
  /* line 1251, app/assets/stylesheets/contracts.scss */
  .add-client-form-body .card-body,
.edit-client-form-body .card-body {
    padding: 1rem;
  }
}
/* Base */
/* line 6, app/assets/stylesheets/dashboard.scss */
.services_materials_tab_for_mobile .nav-tabs {
  border-bottom: none;
  margin-bottom: 15px;
  justify-content: center;
  background-color: #fff;
  border-right: 4px;
  overflow: hidden;
}

/* line 14, app/assets/stylesheets/dashboard.scss */
.services_materials_tab_for_mobile .nav-tabs li {
  margin-bottom: 0;
  flex: 1;
}

/* line 18, app/assets/stylesheets/dashboard.scss */
.services_materials_tab_for_mobile .nav-tabs li a {
  background-color: #fff;
  border-radius: 0px;
  border: none;
  color: #171717;
  font-size: 18px;
  font-weight: 500;
  padding: 14px 30px;
  line-height: 1;
  text-align: center;
}

/* line 29, app/assets/stylesheets/dashboard.scss */
.services_materials_tab_for_mobile .nav-tabs li a.active {
  background-color: #E86C2E;
  color: #fff;
}

/* line 33, app/assets/stylesheets/dashboard.scss */
.services_materials_tab_for_mobile .leftcol-bg {
  border-radius: 0;
}

/****  setting accordion panel  ****/
/* line 39, app/assets/stylesheets/dashboard.scss */
.setting-panel-accordion .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}

/* line 44, app/assets/stylesheets/dashboard.scss */
.setting-panel-accordion .card:not(:last-child) {
  margin-bottom: 20px;
}

/* line 47, app/assets/stylesheets/dashboard.scss */
.setting-panel-accordion .card {
  border: none;
  overflow: inherit !important;
}

/* line 51, app/assets/stylesheets/dashboard.scss */
.setting-panel-accordion .card h2 button {
  font-size: 1rem;
  text-transform: capitalize;
  color: #E86C2E;
  font-weight: 500;
  padding: 12px 15px;
  outline: none;
  text-decoration: none;
  position: relative;
  border: 1px solid #E86C2E;
  border-radius: 0;
}

/* line 63, app/assets/stylesheets/dashboard.scss */
.setting-panel-accordion .card h2 button::after {
  content: '\f105';
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: fontawesome;
  transition: 0.5s all;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 24px;
}

/* line 74, app/assets/stylesheets/dashboard.scss */
.setting-panel-accordion .card h2 button.collapsed {
  color: #171717;
  border: 1px solid #e1e1e1;
}

/* line 79, app/assets/stylesheets/dashboard.scss */
.setting-panel-accordion .card h2 button.collapsed::after {
  transform: translateY(-50%) rotate(0deg);
}

/* line 83, app/assets/stylesheets/dashboard.scss */
.setting-panel-accordion .card .card-body {
  padding: 20px 15px;
}

/* line 86, app/assets/stylesheets/dashboard.scss */
.setting-panel-accordion .card .card-body .form-check:not(:last-child) {
  margin-bottom: 10px;
}

/* line 89, app/assets/stylesheets/dashboard.scss */
.setting-panel-accordion .card .card-body .form-check {
  padding: 0;
}

/* line 93, app/assets/stylesheets/dashboard.scss */
.setting-panel-accordion .card .card-body label {
  text-transform: capitalize;
}

/* line 97, app/assets/stylesheets/dashboard.scss */
.setting-panel-accordion .card .card-body .group-list h6 {
  margin-bottom: 10px;
}

/* line 100, app/assets/stylesheets/dashboard.scss */
.setting-panel-accordion .card .card-body .group-list:not(:last-child) {
  margin-bottom: 25px;
}

/* line 103, app/assets/stylesheets/dashboard.scss */
.setting-panel-accordion .card .card-body .group-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/****  disable links hold Project card  ***/
/* line 111, app/assets/stylesheets/dashboard.scss */
.hold-project-card h5 {
  gap: 5px;
}

/* line 114, app/assets/stylesheets/dashboard.scss */
.hold-project-card .badge {
  margin-left: auto;
  font-size: 12px;
  letter-spacing: 0;
  padding: 5px 10px;
  background-color: #E86C2E;
}

/* line 121, app/assets/stylesheets/dashboard.scss */
.hold-project-card span .project-link {
  color: gray !important;
  pointer-events: none;
}

/* line 125, app/assets/stylesheets/dashboard.scss */
.hold-project-card span:hover {
  background-color: transparent !important;
  color: gray !important;
}

/* line 130, app/assets/stylesheets/dashboard.scss */
.folder-grop-btns .edit.public-profile {
  padding: 5px 10px;
  border-radius: 4px;
}

/***  servics & materials mobile tabs  css end ***/
@media screen and (max-width: 479px) {
  /* line 138, app/assets/stylesheets/dashboard.scss */
  .services_materials_tab_for_mobile .nav-tabs li a {
    font-size: 16px;
    padding: 12px 30px;
  }
  /* line 142, app/assets/stylesheets/dashboard.scss */
  .folder-grop-btns .edit.public-profile {
    padding: 4px 8px;
    font-size: 12px;
  }
}
/* line 4, app/assets/stylesheets/highlights.scss */
.supplier-modal .admin-provider-request {
  padding: 10px 0;
  display: block;
  text-align: center;
  margin-top: 10px;
  text-transform: capitalize;
  color: #E86c2e;
  font-weight: 500;
  font-size: 16px;
}

/* line 15, app/assets/stylesheets/highlights.scss */
.supplier-modal .admin-provider-request .arrow-icon {
  width: 28px;
  height: 28px;
  background-color: #e86c2e;
  display: inline-flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

/* line 26, app/assets/stylesheets/highlights.scss */
.supplier-modal .admin-provider-request .arrow-icon i {
  transform: rotate(45deg);
}

/* line 30, app/assets/stylesheets/highlights.scss */
.modal-dialog {
  max-width: 50%;
  margin: 1.75rem auto;
}

/* line 35, app/assets/stylesheets/highlights.scss */
.highlight-modal-list ul li {
  margin-bottom: 20px;
}

/* line 39, app/assets/stylesheets/highlights.scss */
.highlight-request-btn button {
  background-color: rgba(232, 108, 46, 0.1);
  border-color: transparent;
  font-weight: 500;
  transition: 0.5s all;
  color: #e86c2e;
  text-transform: capitalize;
}

/* line 47, app/assets/stylesheets/highlights.scss */
.highlight-request-btn button[class*="btn-sm"] {
  padding: 0.05rem 0.3rem;
  font-size: .75rem;
}

/* line 51, app/assets/stylesheets/highlights.scss */
.highlight-request-btn button:hover {
  background-color: rgba(232, 108, 46, 0.2);
  border-color: transparent;
  color: #e86c2e;
}

/* line 56, app/assets/stylesheets/highlights.scss */
.highlight-modal-list .img-group-list {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

/* line 61, app/assets/stylesheets/highlights.scss */
.highlight-modal-list .img-group-list {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
  grid-template-columns: repeat(5, 1fr);
}

/* line 67, app/assets/stylesheets/highlights.scss */
.highlight-modal-list .img-group-list .imgbx {
  display: flex;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

/* line 76, app/assets/stylesheets/highlights.scss */
.highlight-modal-list .user-profile {
  font-size: 14px;
  font-weight: 500;
}

/* line 80, app/assets/stylesheets/highlights.scss */
.highlight-modal-list .user-contact {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #5d5d5d;
}

/* line 87, app/assets/stylesheets/highlights.scss */
.highlight-modal-list.highlight-modal-list-view-detail .imgbx {
  height: 240px;
}

/* line 91, app/assets/stylesheets/highlights.scss */
.img-group-list .imgbx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 97, app/assets/stylesheets/highlights.scss */
.overlay-count {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  transition: 0.5s all;
}

/* line 111, app/assets/stylesheets/highlights.scss */
.overlay-count:hover {
  color: #fff;
  transform: scale(1.2);
}

/* line 116, app/assets/stylesheets/highlights.scss */
.inner-banner-dashboard {
  position: relative;
}

/* line 119, app/assets/stylesheets/highlights.scss */
.inner-banner-dashboard .inner-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 131, app/assets/stylesheets/highlights.scss */
.inner-banner-dashboard .inner-banner-overlay h5 {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
}

/****  hightlights single detail supplier css  ***/
/* line 139, app/assets/stylesheets/highlights.scss */
.hightlight-supplier-gallery ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 16px;
}

/* line 145, app/assets/stylesheets/highlights.scss */
.hightlight-supplier-gallery ul li .imgbx {
  border-radius: 4px;
  overflow: hidden;
}

/****  hightlights single detail supplier css  ***/
@media screen and (min-width: 992px) {
  /* line 156, app/assets/stylesheets/highlights.scss */
  .custom-col-lg-2 {
    flex: 0 0 20%;
    /* 1/5 of the row */
    max-width: 20%;
    /* 1/5 of the row */
  }
  /* line 160, app/assets/stylesheets/highlights.scss */
  .highlight-modal-list.highlight-modal-list-view-detail .imgbx {
    height: 120px;
  }
}

@media screen and (max-width: 1399px) {
  /* line 165, app/assets/stylesheets/highlights.scss */
  .hightlight-supplier-gallery ul {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (max-width: 1199px) {
  /* line 170, app/assets/stylesheets/highlights.scss */
  .highlight-modal-list.highlight-modal-list-view-detail .imgbx {
    height: 180px;
  }
  /* line 173, app/assets/stylesheets/highlights.scss */
  .hightlight-supplier-gallery ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 991px) {
  /* line 178, app/assets/stylesheets/highlights.scss */
  .highlight-modal-list.highlight-modal-list-view-detail .imgbx {
    height: 120px;
  }
  /* line 181, app/assets/stylesheets/highlights.scss */
  .hightlight-supplier-gallery ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  /* line 186, app/assets/stylesheets/highlights.scss */
  .highlight-modal-list.highlight-modal-list-view-detail .imgbx {
    height: 80px;
  }
  /* line 189, app/assets/stylesheets/highlights.scss */
  .hightlight-supplier-info {
    flex-direction: column;
  }
}

@media screen and (max-width: 575px) {
  /* line 194, app/assets/stylesheets/highlights.scss */
  .hightlight-supplier-gallery ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 479px) {
  /* line 199, app/assets/stylesheets/highlights.scss */
  .highlight-modal-list .img-group-list {
    grid-template-columns: repeat(4, 1fr);
  }
  /* line 202, app/assets/stylesheets/highlights.scss */
  .highlight-modal-list .img-group-list .imgbx:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width: 359px) {
  /* line 207, app/assets/stylesheets/highlights.scss */
  .highlight-modal-list .img-group-list {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 210, app/assets/stylesheets/highlights.scss */
  .highlight-modal-list .img-group-list .imgbx:nth-child(3) {
    display: none;
  }
  /* line 213, app/assets/stylesheets/highlights.scss */
  .hightlight-supplier-gallery ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@font-face {
  font-family: 'Journal';
  src: url(/assets/journal-291a3da4de21fe7787f12058c8ad0c206556088791f4d632ba839c48bfce60fe.eot);
  src: url(/assets/journal-291a3da4de21fe7787f12058c8ad0c206556088791f4d632ba839c48bfce60fe.eot?#iefix) format('embedded-opentype'),
       url(/assets/journal-37852c8619ec5c6573ca1dd6b822958429b2590977b79b28f4c975498c12b5e1.woff) format('woff'),
       url(/assets/journal-7f5ad77bcd1e3aafd28188633397f2a210131fe2c5aaf8a092bf2529af4d6f7e.ttf) format('truetype'),
       url(/assets/journal-8bef9936f27528d0e1c88ce3e7e5437453d64b819b3cc7749bb26f2c2e081df7.svg#JournalRegular) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.sigPad {
  margin: 0 auto;
  padding: 0;
  width: 462px;
}
.userSigPad {
  margin: 0 auto;
  padding: 0;
  width: 302px;
}
.sigPad label {
  display: block;
  margin: 0 0 0.515em;
  padding: 0;

  color: #000;
  /*font: italic normal 1em/1.375 Georgia,Times,serif;*/
}

.sigPad label.error {
  color: #f33;
}

.sigPad input {
  margin: 0;
  padding: 0.2em 0;
  width: 198px;

  border: 1px solid #666;

  font-size: 1em;
}

.sigPad input.error {
  border-color: #f33;
}

.sigPad button {
  margin: 1em 0 0 0;
  padding: 0.6em 0.6em 0.7em;

  background-color: #ccc;
  border: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;

  cursor: pointer;

  color: #555;
  font: bold 1em/1.375 sans-serif;
  text-align: left;
}

.sigPad button:hover {
  background-color: #333;

  color: #fff;
}

.sig {
  display: none;
}

.sigNav {
  display: none;
  height: 2.25em;
  margin: 0;
  padding: 0;
  position: relative;

  list-style-type: none;
}

.sigNav li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}

.sigNav a,
.sigNav a:link,
.sigNav a:visited {
  display: block;
  margin: 0;
  padding: 0 0.6em;

  border: 0;

  color: #333;
  font-weight: bold;
  line-height: 2.25em;
  text-decoration: underline;
}

.sigNav a.current,
.sigNav a.current:link,
.sigNav a.current:visited {
  background-color: #666;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-radius: 8px 8px 0 0;

  color: #fff;
  text-decoration: none;
}

.sigNav .typeIt a.current,
.sigNav .typeIt a.current:link,
.sigNav .typeIt a.current:visited {
  background-color: #ccc;

  color: #555;
}

.sigNav .clearButton {
  bottom: 0.2em;
  display: none;
  position: absolute;
  right: 0;

  font-size: 0.75em;
  line-height: 1.375;
}

.sigWrapper {
  clear: both;
  height: max-content;

  border: 1px solid #ccc;
}

.sigWrapper.current {
  border-color: #666;
}

.signed .sigWrapper {
  border: 0;
}

.pad {
  position: relative;

  /**
   * For cross browser compatibility, this should be an absolute URL
   * In IE the cursor is relative to the HTML document
   * In all other browsers the cursor is relative to the CSS file
   *
   * http://www.useragentman.com/blog/2011/12/21/cross-browser-css-cursor-images-in-depth/
   */
  cursor: url(/assets/pen-c94d2878b823d5ca030d70346374aa3cbb9da59b7b6a4a0dbe66749b404010bb.cur), crosshair;
  /**
   * IE will ignore this line because of the hotspot position
   * Unfortunately we need this twice, because some browsers ignore the hotspot inside the .cur
   */
  cursor: url(/assets/pen-c94d2878b823d5ca030d70346374aa3cbb9da59b7b6a4a0dbe66749b404010bb.cur) 16 16, crosshair;

  -ms-touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.typed {
  height: 55px;
  margin: 0;
  padding: 10px 5px;
  position: absolute;
  z-index: 90;

  cursor: default;

  color: #145394;
  font: normal 1.875em/50px "Journal",Georgia,Times,serif;
}

.typeItDesc,
.drawItDesc {
  display: none;
  margin: 0.75em 0 0.515em;
  padding: 0.515em 0 0;

  border-top: 3px solid #ccc;

  color: #000;
  /*font: italic normal 1em/1.375 Georgia,Times,serif;*/
}

p.error {
  display: block;
  margin: 0.5em 0;
  padding: 0.4em;

  background-color: #f33;

  color: #fff;
  font-weight: bold;
}
/* line 6, app/assets/stylesheets/postings.scss */
.job-list-card {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 12, app/assets/stylesheets/postings.scss */
.job-list-inner .joblist-avatar {
  margin-right: 15px;
}

/* line 15, app/assets/stylesheets/postings.scss */
.job-list-inner .joblist-avatar img {
  width: 80px;
  height: 80px;
  border: 1px solid #F2F3F5;
  border-radius: 10px;
  object-fit: cover;
}

/* line 22, app/assets/stylesheets/postings.scss */
.job-list-inner .job-title-link {
  display: flex;
  gap: 10px;
  color: #242934;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s all;
}

/* line 30, app/assets/stylesheets/postings.scss */
.job-list-inner .job-title-link:hover {
  color: #e86c2e;
}

/* line 34, app/assets/stylesheets/postings.scss */
.job-list-inner .badge-success-light {
  padding: 5px 10px;
  background-color: rgba(60, 110, 59, 0.1);
  color: #3C6E3B;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
}

/* line 43, app/assets/stylesheets/postings.scss */
.job-list-inner .job-location {
  margin-top: 5px;
  display: inline-block;
}

/* line 47, app/assets/stylesheets/postings.scss */
.job-list-inner .job-location .fa-map-marker-alt {
  color: #e86c2e;
  margin-right: 5px;
}

/* line 52, app/assets/stylesheets/postings.scss */
.job-list-inner .card-more-tag {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* line 58, app/assets/stylesheets/postings.scss */
.job-list-inner .card-more-tag h6 {
  background-color: #EFF3F9;
  margin: 0;
  color: #242934;
  padding: 8px 15px;
  border-radius: 4px;
  font-weight: 500;
}

/* line 66, app/assets/stylesheets/postings.scss */
.job-list-inner .card-more-tag h6 span {
  color: #5d5d5d;
  font-weight: 400;
  margin-right: 5px;
}

/* line 71, app/assets/stylesheets/postings.scss */
.job-list-inner .card-more-tag .view-more-btn {
  display: inline-block;
  padding: 5px 15px;
  background-color: rgba(232, 108, 46, 0.1);
  color: #e86c2e;
  border-radius: 4px;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.5s all;
}

/* line 81, app/assets/stylesheets/postings.scss */
.job-list-inner .card-more-tag .view-more-btn:hover {
  background-color: #e86c2e;
  color: #fff;
}

/* line 85, app/assets/stylesheets/postings.scss */
.job-list-inner .card-more-tag .full-time {
  background-color: rgba(60, 110, 59, 0.1);
  color: #3C6E3B;
  display: none;
}

/* line 91, app/assets/stylesheets/postings.scss */
.job-list-inner .apply-jobs-block {
  text-align: center;
  margin-left: 30px;
  border-left: 1px solid #d7d7d7;
  padding: 10px 0px;
  padding-left: 30px;
}

/* line 99, app/assets/stylesheets/postings.scss */
.job-list-inner .apply-jobs-block p {
  font-size: 14px;
  color: #5d5d5d;
  margin-bottom: 10px;
}

/* line 104, app/assets/stylesheets/postings.scss */
.job-list-inner .apply-jobs-block h4 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1;
}

/* line 109, app/assets/stylesheets/postings.scss */
.job-list-inner .job-apply-btn {
  display: inline-flex;
  width: 100%;
  text-align: center;
  padding: 5px 40px;
  background-color: #e86c2e;
  color: #fff;
  border-radius: 4px;
  transition: 0.5s all;
  justify-content: center;
}

/* line 120, app/assets/stylesheets/postings.scss */
.job-list-inner .job-apply-btn:hover {
  background-color: #dc682c;
  color: #fff;
}

/* line 128, app/assets/stylesheets/postings.scss */
.info {
  font-weight: bold;
}

/* line 132, app/assets/stylesheets/postings.scss */
.answer {
  display: inline-flex;
}

/* line 135, app/assets/stylesheets/postings.scss */
.job-title {
  font-weight: bold;
}

/* line 139, app/assets/stylesheets/postings.scss */
.border {
  border-bottom: 1px solid #D7D7D7;
}

/****  create job page css  ****/
/* line 144, app/assets/stylesheets/postings.scss */
.jobcreate-title h3 {
  font-size: 17px;
  font-weight: 300;
}

/* line 149, app/assets/stylesheets/postings.scss */
.job-create-form-inner {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 155, app/assets/stylesheets/postings.scss */
.job-create-form-inner .form-group label {
  font-weight: 500;
  font-size: 1rem;
}

/* line 159, app/assets/stylesheets/postings.scss */
.job-create-form-inner .form-group label sup {
  color: #e86c2e;
  font-size: 100%;
  vertical-align: -webkit-baseline-middle;
  vertical-align: sub;
}

/* line 166, app/assets/stylesheets/postings.scss */
.job-create-form-inner .form-group .form-control {
  height: 46px;
  border: 1px solid #d7d7d7;
  outline: none !important;
  box-shadow: none !important;
  padding-left: 15px;
  padding-right: 40px;
}

/* line 175, app/assets/stylesheets/postings.scss */
.job-create-form-inner .form-btns {
  gap: 10px;
  margin-top: 15px;
}

/* line 179, app/assets/stylesheets/postings.scss */
.job-create-form-inner .form-btns .btn {
  box-shadow: none !important;
  outline: none !important;
  background-color: #e86c2e;
  border-color: #e86c2e;
  color: #fff;
  padding: 10px 15px;
  line-height: 1;
  transition: 0.5s all;
}

/* line 190, app/assets/stylesheets/postings.scss */
.job-create-form-inner .form-btns .btn.cancle-btn {
  background-color: rgba(232, 108, 46, 0.1);
  border-color: rgba(232, 108, 46, 0.1);
  color: #e86c2e;
}

/* line 196, app/assets/stylesheets/postings.scss */
.job-create-form-inner .form-btns .btn:hover,
.job-create-form-inner .form-btns .btn.cancle-btn:hover {
  background-color: #d9652b;
  border-color: #d9652b;
  color: #fff;
}

/* line 202, app/assets/stylesheets/postings.scss */
.job-create-form-inner .tox.tox-tinymce {
  border: 1px solid #d7d7d7;
  border-radius: 0;
}

/****  create job page css end ****/
/****  application page area table css  ****/
/* line 213, app/assets/stylesheets/postings.scss */
.application-tabs-area #myTabContent {
  border: 1px solid #d7d7d7;
}

/* line 216, app/assets/stylesheets/postings.scss */
.application-tabs-area #home {
  height: inherit;
}

/* line 219, app/assets/stylesheets/postings.scss */
.application-tabs-area #myTabContent > .tab-pane {
  padding: 20px;
}

/* line 222, app/assets/stylesheets/postings.scss */
.application-tabs-area .outer-tabs {
  border-bottom: 0;
}

/* line 225, app/assets/stylesheets/postings.scss */
.application-tabs-area .outer-tabs .nav-item a {
  color: #171717;
}

/* line 228, app/assets/stylesheets/postings.scss */
.application-tabs-area .outer-tabs .nav-item a.active {
  color: #e86c2e;
}

/* line 231, app/assets/stylesheets/postings.scss */
.application-tabs-area .outer-tabs .nav-item a:hover {
  border: 1px solid transparent;
}

/* line 234, app/assets/stylesheets/postings.scss */
.application-tabs-area .outer-tabs .nav-item a:focus {
  border: 1px solid #d7d7d7;
  border-bottom: 1px solid transparent;
}

/* line 239, app/assets/stylesheets/postings.scss */
.application-tabs-area .inner-tabs li a.active {
  background-color: #e86c2e;
}

/* line 242, app/assets/stylesheets/postings.scss */
.application-tabs-area .inner-tabs li a {
  color: #404040;
}

/* line 245, app/assets/stylesheets/postings.scss */
.application-tabs-area table {
  margin-bottom: 0;
}

/* line 248, app/assets/stylesheets/postings.scss */
.application-tabs-area table tbody tr th {
  background-color: #f5f5f5;
  font-size: 14px;
  font-weight: 500;
  color: #171717;
}

/* line 254, app/assets/stylesheets/postings.scss */
.application-tabs-area table tbody tr td:last-child,
.application-tabs-area table tbody tr th:last-child {
  text-align: center;
}

/* line 258, app/assets/stylesheets/postings.scss */
.application-tabs-area table tbody tr td:last-child a:hover {
  color: #e86c2e;
}

/****  application page area table css end ****/
/*** sidebar nav sub-menu css  ***/
/* line 266, app/assets/stylesheets/postings.scss */
.sidebar ul li {
  position: relative;
}

/* line 269, app/assets/stylesheets/postings.scss */
.sidebar ul li.dropdown a {
  position: relative;
  width: 100%;
  transition: 0.5s all;
}

/* line 275, app/assets/stylesheets/postings.scss */
.sidebar ul li.dropdown a .fa-chevron-down {
  position: absolute !important;
  top: 3.5px !important;
  right: 10px !important;
  transform: rotate(-180deg);
  transition: 0.5s all;
  font-size: 14px;
  pointer-events: none;
  user-select: none;
}

/* line 285, app/assets/stylesheets/postings.scss */
.sidebar ul li.dropdown a.collapsed .fa-chevron-down {
  transform: rotate(-90deg);
}

/* line 288, app/assets/stylesheets/postings.scss */
.sidebar ul li .menu-dropdown li {
  padding: 0;
  border-bottom: none;
}

/* line 292, app/assets/stylesheets/postings.scss */
.sidebar ul li .menu-dropdown li a {
  padding: 5px 20px;
  font-size: 15px;
  color: #171717;
  position: relative;
  background-color: transparent !important;
}

/* line 299, app/assets/stylesheets/postings.scss */
.sidebar ul li .menu-dropdown li.active {
  background-color: transparent;
  color: #E86C2E;
}

/* line 303, app/assets/stylesheets/postings.scss */
.sidebar ul li .menu-dropdown li a:hover,
.sidebar ul li .menu-dropdown li.active a {
  color: #E86C2E;
  background-color: transparent;
}

/* line 308, app/assets/stylesheets/postings.scss */
.sidebar ul li .menu-dropdown li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  border-radius: 10px;
}

/* line 320, app/assets/stylesheets/postings.scss */
.sidebar ul li .menu-dropdown li a:hover::before,
.sidebar ul li .menu-dropdown li.active a::before {
  background-color: #E86C2E;
  border: 1px solid #E86C2E;
}

/*** sidebar nav sub-menu css end ***/
/*** candidate-edit-profile css  ***/
/* line 329, app/assets/stylesheets/postings.scss */
.candidate-edit-profile .modal-header,
.candidate-edit-profile .modal-body {
  padding: 20px 20px;
}

/* line 333, app/assets/stylesheets/postings.scss */
.candidate-edit-profile .modal-header .close {
  padding: 0;
  margin: 0;
  position: relative;
  width: 36px;
  height: 36px;
  background-color: #E86C2E;
  opacity: 1;
  color: #fff;
  border-radius: 100px;
  transition: 0.5s all;
}

/* line 345, app/assets/stylesheets/postings.scss */
.candidate-edit-profile .modal-header .company-img img {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
}

/* line 351, app/assets/stylesheets/postings.scss */
.candidate-edit-profile .modal-header h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

/* line 356, app/assets/stylesheets/postings.scss */
.candidate-edit-profile .modal-header .msg-info {
  font-size: 14px;
  color: #5D5D5D;
}

/* line 360, app/assets/stylesheets/postings.scss */
.candidate-edit-profile .candidate-info {
  background-color: #F2F3F5;
  padding: 20px 20px;
  border-radius: 8px;
}

/* line 365, app/assets/stylesheets/postings.scss */
.candidate-edit-profile .candidate-info ul {
  margin: 0;
  padding: 0;
}

/* line 369, app/assets/stylesheets/postings.scss */
.candidate-edit-profile .candidate-info ul li {
  display: flex;
  align-items: center;
}

/* line 373, app/assets/stylesheets/postings.scss */
.candidate-edit-profile .candidate-info ul li:not(:last-child) {
  margin-bottom: 16px;
}

/* line 376, app/assets/stylesheets/postings.scss */
.candidate-edit-profile .candidate-info ul li .flex-grow-1 {
  display: flex;
  justify-content: end;
}

/* line 380, app/assets/stylesheets/postings.scss */
.candidate-edit-profile .candidate-info ul li h6 {
  margin: 0;
  font-size: 15px;
}

/* line 384, app/assets/stylesheets/postings.scss */
.candidate-edit-profile .candidate-info ul li p {
  font-size: 14px;
  color: #5D5D5D;
  margin: 0;
}

/* line 389, app/assets/stylesheets/postings.scss */
.candidate-edit-profile .candidate-info .edit-profile-btn {
  width: 100%;
  margin-top: 24px;
}

/* line 393, app/assets/stylesheets/postings.scss */
.candidate-edit-profile .candidate-info .edit-profile-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #E86C2E;
  border-radius: 4px;
  color: #E86C2E;
  transition: 0.5s all;
  font-weight: 500;
  font-size: 16px;
}

/* line 406, app/assets/stylesheets/postings.scss */
.candidate-edit-profile .candidate-info .edit-profile-btn a:hover {
  background-color: #E86C2E;
  color: #fff;
}

/* line 410, app/assets/stylesheets/postings.scss */
.candidate-edit-profile .continue-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #E86C2E;
  background-color: #E86C2E;
  border-radius: 4px;
  color: #fff;
  transition: 0.5s all;
  font-weight: 600;
  font-size: 16px;
  outline: none !important;
  box-shadow: none !important;
  border: none;
  margin-top: 24px;
}

/* line 428, app/assets/stylesheets/postings.scss */
.candidate-edit-profile .continue-btn:hover {
  background-color: #E86C2E;
}

/*** candidate-edit-profile css end ***/
@media screen and (min-width: 992px) {
  /* line 434, app/assets/stylesheets/postings.scss */
  .job-list-inner .apply-jobs-block {
    width: 250px;
  }
}

@media screen and (max-width: 991px) {
  /* line 440, app/assets/stylesheets/postings.scss */
  .job-list-card .job-list-inner {
    flex-direction: column;
    gap: 20px;
  }
  /* line 444, app/assets/stylesheets/postings.scss */
  .job-list-inner .card-more-tag {
    margin-top: 20px;
  }
  /* line 447, app/assets/stylesheets/postings.scss */
  .job-list-inner .apply-jobs-block {
    text-align: left;
    margin-left: 0;
    border-left: none;
    padding-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  /* line 456, app/assets/stylesheets/postings.scss */
  .job-list-inner .badge-success-light {
    display: none;
  }
  /* line 459, app/assets/stylesheets/postings.scss */
  .job-list-inner .joblist-avatar img {
    width: 60px;
    height: 60px;
  }
  /* line 463, app/assets/stylesheets/postings.scss */
  .job-list-inner .card-more-tag .view-more-btn,
.job-list-inner .card-more-tag h6 {
    font-size: 14px;
    padding: 8px 10px;
  }
  /* line 468, app/assets/stylesheets/postings.scss */
  .job-list-inner .card-more-tag {
    gap: 10px;
  }
  /* line 471, app/assets/stylesheets/postings.scss */
  .job-list-inner .card-more-tag .full-time {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  /* line 476, app/assets/stylesheets/postings.scss */
  .job-list-card .job-list-inner .flex-fill > div {
    flex-direction: column;
    gap: 10px;
  }
}
/* line 1, app/assets/stylesheets/projects.scss */
.task-details .card {
  background-color: #fff;
  border: none;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

/* line 10, app/assets/stylesheets/projects.scss */
.task-details .card .card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
}

/* line 15, app/assets/stylesheets/projects.scss */
.task-details .card .card-body {
  padding: 20px 20px;
}

/* line 19, app/assets/stylesheets/projects.scss */
.task-details .card .card-header h6 {
  margin-bottom: 0;
  font-weight: 600;
  color: #e86c2e;
}

/* line 25, app/assets/stylesheets/projects.scss */
.task-details .card-body p {
  color: #5d5d5d;
  font-size: .875rem;
}

/* line 30, app/assets/stylesheets/projects.scss */
.task-details .card table {
  margin-block-end: 0;
  font-size: .875rem;
}

/* line 35, app/assets/stylesheets/projects.scss */
.card-task-summary h4 {
  font-size: 1.2rem;
  margin-bottom: 1.6rem;
}

/* line 40, app/assets/stylesheets/projects.scss */
.card-task-summary h5 {
  font-size: 1rem;
  margin-bottom: .475rem;
}

/* line 45, app/assets/stylesheets/projects.scss */
.card-task-summary ul {
  margin: 0;
  padding-left: 30px;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

/* line 53, app/assets/stylesheets/projects.scss */
.card-task-summary ul li {
  list-style: disc;
}

/* line 57, app/assets/stylesheets/projects.scss */
.card-project-detail .card-header .edit-btn {
  font-size: 13px;
  padding: 0;
  border-radius: 0;
  background-color: transparent !important;
  border: none;
  box-shadow: none !important;
}

/* line 66, app/assets/stylesheets/projects.scss */
.card-project-detail .card-header .edit-btn:hover {
  color: #e86c2e !important;
}

/* line 70, app/assets/stylesheets/projects.scss */
.card-project-detail table tbody tr td:first-child {
  font-weight: 500;
}

/* line 73, app/assets/stylesheets/projects.scss */
.card-project-detail table tbody tr:first-child td {
  border-top: transparent;
}

/* line 76, app/assets/stylesheets/projects.scss */
.card-project-detail table td {
  padding: 0.75rem 1.25rem;
}

/* line 79, app/assets/stylesheets/projects.scss */
.card-project-detail table tbody tr td:last-child {
  color: #5d5d5d;
  text-align: right;
}

/* line 84, app/assets/stylesheets/projects.scss */
.card-project-detail .card-header p {
  font-size: 13px;
}

/* line 87, app/assets/stylesheets/projects.scss */
.avatar-list-stacked {
  display: flex;
  padding-left: 7px;
  justify-content: end;
}

/* line 93, app/assets/stylesheets/projects.scss */
.avatar-list-stacked .avatar {
  margin-left: -7px;
}

/* line 97, app/assets/stylesheets/projects.scss */
.avatar-list-stacked .avatar img {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: 0.5s all;
  position: relative;
  cursor: pointer;
}

/* line 107, app/assets/stylesheets/projects.scss */
.avatar-list-stacked .avatar img:hover {
  z-index: 1;
  transform: translateY(-2px);
}

/* line 113, app/assets/stylesheets/projects.scss */
.card-attachments .card-body ul {
  margin-block-end: 0;
}

/* line 117, app/assets/stylesheets/projects.scss */
.card-attachments .card-body ul li:first-child {
  border-top: transparent;
}

/* line 121, app/assets/stylesheets/projects.scss */
.card-attachments .card-body ul li {
  padding: .75rem 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 125, app/assets/stylesheets/projects.scss */
.card-attachments .card-body ul li > div {
  align-items: center;
  gap: 10px;
}

/* line 129, app/assets/stylesheets/projects.scss */
.card-attachments .card-body ul li h5 {
  font-size: .813rem;
  font-weight: 500;
  margin-block-end: 3px;
}

/* line 135, app/assets/stylesheets/projects.scss */
.card-attachments .card-body ul li h5 a {
  color: inherit;
}

/* line 139, app/assets/stylesheets/projects.scss */
.card-attachments .card-body ul li .iconbx {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: rgba(225, 225, 225, 0.5);
  border-radius: 100px;
  color: #e86c2e;
}

/* line 151, app/assets/stylesheets/projects.scss */
.card-task-comment .card-body h5 {
  font-size: 13px;
}

/* line 155, app/assets/stylesheets/projects.scss */
.card-task-comment .card-body p {
  font-size: 13px;
  line-height: 20px;
}

/* line 159, app/assets/stylesheets/projects.scss */
.card-task-comment .card-body .badge {
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
}

/* line 165, app/assets/stylesheets/projects.scss */
.card-task-comment .card-body form .form-label {
  font-size: 14px;
  font-weight: 500;
}

/* line 170, app/assets/stylesheets/projects.scss */
.card-task-comment .card-body form textarea {
  box-shadow: none;
  font-size: 14px;
}

/* line 175, app/assets/stylesheets/projects.scss */
.card-task-comment .card-body form .btn-success {
  background-color: #e86c2e;
  border-color: #e86c2e;
  box-shadow: none !important;
}

/* line 181, app/assets/stylesheets/projects.scss */
.card-task-comment .card-body form .btn-success:hover,
.card-task-comment .card-body form .btn-success:focus {
  background-color: #041838;
  border-color: #041838;
}

/*** edit project modal  ***/
/* line 192, app/assets/stylesheets/projects.scss */
.edit-project-modal .modal-content {
  border-radius: 12px;
  overflow: hidden;
  border: none;
}

/* line 198, app/assets/stylesheets/projects.scss */
.edit-project-modal .modal-header .close {
  color: #e86c2e;
  opacity: 1;
  box-shadow: none !important;
  outline: none !important;
}

/* line 204, app/assets/stylesheets/projects.scss */
.edit-project-modal .modal-header {
  background-color: rgba(232, 108, 46, 0.1);
  border-bottom: none;
}

/* line 209, app/assets/stylesheets/projects.scss */
.edit-project-modal h5 {
  font-size: 16px;
  color: #e86c2e;
}

/* line 214, app/assets/stylesheets/projects.scss */
.edit-project-modal .form-group label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  margin: 0 0 6px;
}

/* line 221, app/assets/stylesheets/projects.scss */
.edit-project-modal .form-control {
  height: 40px;
  border: 1px solid #e8e8e8;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 14px;
  box-shadow: none;
}

/* line 229, app/assets/stylesheets/projects.scss */
.edit-project-modal textarea.form-control {
  height: auto;
  min-height: 90px;
}

/* line 234, app/assets/stylesheets/projects.scss */
.edit-project-modal .modal-footer {
  padding-bottom: 20px;
}

/* line 237, app/assets/stylesheets/projects.scss */
.modal-footer .btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  color: rgba(0, 0, 0, 0.5);
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 20px;
  line-height: 1;
  transition: 0.5s all;
}

/* line 248, app/assets/stylesheets/projects.scss */
.modal-footer .btn:hover,
.modal-footer .btn:focus {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 254, app/assets/stylesheets/projects.scss */
.modal-footer .btn-primary {
  border: 1px solid #E86C2E;
  color: #E86C2E;
}

/* line 258, app/assets/stylesheets/projects.scss */
.modal-footer .btn-primary:hover,
.modal-footer .btn-primary:focus {
  background-color: #E86C2E;
  border: 1px solid #E86C2E;
  color: #fff;
}

/* line 264, app/assets/stylesheets/projects.scss */
.fa-solid.fa-circle-left {
  color: #e86c2e;
  /* Change the color to your preference */
  font-size: 24px;
  /* Change the font size to your preference */
  /* Add any other styles you want */
}

/* line 269, app/assets/stylesheets/projects.scss */
.back-btn {
  margin-top: -8px;
  padding: 10px;
  margin-bottom: -4rem;
}

/* line 274, app/assets/stylesheets/projects.scss */
.task-details .card-task-comment .avatar a {
  border: 2px solid #fff;
  border-radius: 50%;
  transition: 0.5s all;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

/* line 282, app/assets/stylesheets/projects.scss */
.task-details .card-task-comment .avatar a img {
  width: 50px;
  height: 50px;
  max-width: 50px !important;
  object-fit: cover;
}

/****  modal css   ***/
/* line 292, app/assets/stylesheets/projects.scss */
.task-details-inner {
  font-size: 14px;
}

/* line 296, app/assets/stylesheets/projects.scss */
.task-details-inner p {
  font-size: 14px;
}

/* line 300, app/assets/stylesheets/projects.scss */
.task-section-block {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

/* line 308, app/assets/stylesheets/projects.scss */
.task-section-items ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* line 317, app/assets/stylesheets/projects.scss */
.task-section-items ul li > span {
  display: block;
  padding: 3px 8px;
  background-color: #eee;
  cursor: pointer;
  border-radius: 4px;
}

/* line 325, app/assets/stylesheets/projects.scss */
.due-date-btn button {
  border-radius: 4px;
  border: none;
  padding: 3px 8px;
}

/* line 331, app/assets/stylesheets/projects.scss */
.task-section-items label {
  margin-bottom: 5px;
}

/* line 335, app/assets/stylesheets/projects.scss */
.task-section-decs .task-section-items {
  display: grid;
  row-gap: 12px;
}

/* line 339, app/assets/stylesheets/projects.scss */
.hgroup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
  row-gap: 2px;
}

/* line 348, app/assets/stylesheets/projects.scss */
.hgroup span {
  display: block;
  cursor: pointer;
  border-radius: 4px;
}

/* line 354, app/assets/stylesheets/projects.scss */
.hgroup-decs p:last-child {
  margin-bottom: 0;
}

/* line 358, app/assets/stylesheets/projects.scss */
.task-comment-block {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: subgrid;
}

/* line 363, app/assets/stylesheets/projects.scss */
.task-comment-items {
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 369, app/assets/stylesheets/projects.scss */
.task-comment-items .iconbx {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #ccc;
}

/* line 375, app/assets/stylesheets/projects.scss */
.task-comment-items .iconbx span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  font-size: 16px;
  color: #171717;
}

/* line 386, app/assets/stylesheets/projects.scss */
.task-comment-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  flex: 1;
}

/* line 393, app/assets/stylesheets/projects.scss */
.editfiled {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

/* line 400, app/assets/stylesheets/projects.scss */
.nameblock {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

/* line 405, app/assets/stylesheets/projects.scss */
.nameblock .name {
  font-weight: 500;
}

/* line 408, app/assets/stylesheets/projects.scss */
.task-comment-container a {
  color: #171717;
  font-size: 12px;
}

/* line 412, app/assets/stylesheets/projects.scss */
span#desc-edit-btn {
  padding: 5px 10px 5px 10px;
  background-color: whitesmoke;
}

/* line 416, app/assets/stylesheets/projects.scss */
.commentfiled {
  width: 100%;
  min-height: 30px;
  background-color: #eee;
  border-radius: 10px;
  padding: 5px;
  font-size: 14px;
  color: #171717;
  word-break: break-all;
}

/* line 426, app/assets/stylesheets/projects.scss */
.contentbx {
  margin-left: 44px;
}

/* line 434, app/assets/stylesheets/projects.scss */
.content-editorbx {
  margin-left: 49px;
}

/* line 437, app/assets/stylesheets/projects.scss */
.task-comment-inner {
  align-items: start;
}

/****  get task  ***/
/* line 443, app/assets/stylesheets/projects.scss */
.tasks-artboard .tasks-list {
  background-color: rgba(102, 130, 176, 0.09);
  border-radius: 6px;
  padding: 10px 15px;
}

/* line 449, app/assets/stylesheets/projects.scss */
.hgroup-decs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 455, app/assets/stylesheets/projects.scss */
.task-comment-items input[type="text"] {
  width: 100%;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 5px 8px;
  font-size: 14px;
  outline: none;
  box-shadow: none;
}

/* line 465, app/assets/stylesheets/projects.scss */
.task-comment-items #save-comment {
  height: 34px;
  line-height: 1;
  background-color: #e86c2e;
  border-color: #e86c2e;
}

/* line 471, app/assets/stylesheets/projects.scss */
.task-section-items lable {
  font-weight: 500;
  font-family: 'Poppins';
  font-size: 13px;
}

/* line 477, app/assets/stylesheets/projects.scss */
.hgroup-decs textarea.form-control {
  border-radius: 10px;
}

/****   modal css  ***/
/* line 482, app/assets/stylesheets/projects.scss */
.header-input {
  width: 100%;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 5px 8px;
  font-size: 14px;
  outline: none;
  box-shadow: none;
}

/* line 493, app/assets/stylesheets/projects.scss */
.task-section-items ul li .dropdown .dropdown-toggle {
  background-color: #f5f5f5;
  border-radius: 4px;
  border: none;
  height: 28px;
  line-height: 1;
}

/* line 500, app/assets/stylesheets/projects.scss */
.task-section-items ul li .dropdown-menu {
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  border-color: rgba(238, 238, 238, 0.4);
}

/* line 506, app/assets/stylesheets/projects.scss */
.task-section-items .join-member-list button {
  border: 0;
  margin: 0;
  background-color: transparent;
}

/* line 511, app/assets/stylesheets/projects.scss */
.task-section-items .join-member-list button::after {
  content: none;
}

/* line 514, app/assets/stylesheets/projects.scss */
.task-section-items .join-member-list .ms-options {
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
  scrollbar-color: #ababab #e1e6ef00;
  scrollbar-width: none;
}

/* line 522, app/assets/stylesheets/projects.scss */
.task-section-items .join-member-list #select_emps_div {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  border-color: rgba(238, 238, 238, 0.4);
  padding: 10px;
}

/* line 529, app/assets/stylesheets/projects.scss */
.task-section-items .join-member-list .ms-search input {
  height: 36px;
  border: 1px solid #eee !important;
  border-radius: 4px;
  padding: 5px 10px !important;
  margin-bottom: 3px;
}

/* line 536, app/assets/stylesheets/projects.scss */
.task-section-items .join-member-list ul li {
  width: 100%;
}

/* line 539, app/assets/stylesheets/projects.scss */
.task-section-items .join-member-list ul li.selected label {
  background-color: transparent !important;
}

/* line 542, app/assets/stylesheets/projects.scss */
.task-section-items .join-member-list ul li label {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: baseline;
}

/* line 549, app/assets/stylesheets/projects.scss */
.modal.show .modal-dialog {
  height: 100% !important;
}

/*** get_tasks.html.erb ***/
/****  task management css  ****/
/* line 560, app/assets/stylesheets/projects.scss */
.main-trello-wrapper .main-content,
.main-trello-wrapper .page-body {
  padding: 0;
  min-height: calc(100vh - 150px);
}

/* line 565, app/assets/stylesheets/projects.scss */
.main-trello-wrapper #wrapper {
  padding-left: 20px !important;
}

/* line 568, app/assets/stylesheets/projects.scss */
.main-trello-wrapper .page-body {
  display: flex;
  flex-direction: column;
}

/* line 576, app/assets/stylesheets/projects.scss */
#createTaskModal {
  visibility: hidden;
}

/* line 580, app/assets/stylesheets/projects.scss */
.tasks-artboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  flex: 1;
  scrollbar-color: #ababab #e1e6ef00;
  scrollbar-width: thin;
}

/* line 594, app/assets/stylesheets/projects.scss */
.tasks-artboard .tasks-list {
  min-width: 350px;
  max-width: 350px;
  margin-right: 20px;
}

/* line 601, app/assets/stylesheets/projects.scss */
.tasks-artboard-title {
  padding: 10px 0;
}

/* line 605, app/assets/stylesheets/projects.scss */
.tasks-artboard-title .bg-secondary {
  background-color: #E86C2E !important;
}

/* line 609, app/assets/stylesheets/projects.scss */
.tasks-artboard-title .bg-primary {
  background-color: #2D65CD !important;
}

/* line 613, app/assets/stylesheets/projects.scss */
.tasks-artboard-title .bg-warning {
  background-color: #E5B20E !important;
}

/* line 617, app/assets/stylesheets/projects.scss */
.tasks-artboard-title .bg-success {
  background-color: #33A616 !important;
}

/* line 621, app/assets/stylesheets/projects.scss */
.tasks-artboard .tasks-list .tasks-wrapper {
  max-height: calc(200vh - 480px);
}

/* line 625, app/assets/stylesheets/projects.scss */
.tasks {
  min-height: 180px;
  position: relative;
}

/* line 629, app/assets/stylesheets/projects.scss */
.tasks-block {
  min-height: 180px;
  position: relative;
}

/* line 635, app/assets/stylesheets/projects.scss */
.tasks-list h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
}

/* line 642, app/assets/stylesheets/projects.scss */
.totaltask-badge {
  min-width: 20px;
  height: 20px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
}

/* line 654, app/assets/stylesheets/projects.scss */
.task-bx {
  background-color: #fff;
  border-radius: 6px;
  border: none;
  margin-bottom: 20px;
  border: 1px solid transparent;
  transition: 0.5s all;
}

/* line 662, app/assets/stylesheets/projects.scss */
.task-bx:hover {
  cursor: pointer;
  border: 1px solid #e86c2e;
}

/* line 667, app/assets/stylesheets/projects.scss */
.task-bx .card-header {
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
}

/* line 674, app/assets/stylesheets/projects.scss */
.task-bx .card-header span {
  font-size: 13px;
  font-weight: 500;
}

/* line 679, app/assets/stylesheets/projects.scss */
.task-bx .card-header span > span {
  font-weight: 400;
}

/* line 683, app/assets/stylesheets/projects.scss */
.task-bx .card-header span .high-priority {
  color: #E50E26;
}

/* line 687, app/assets/stylesheets/projects.scss */
.task-bx .card-header span .medium-priority {
  color: #E5B20E;
}

/* line 691, app/assets/stylesheets/projects.scss */
.task-bx .card-header span .low-priority {
  color: #33A616;
}

/* line 695, app/assets/stylesheets/projects.scss */
.task-bx .card-header button {
  width: 32px;
  padding: 0;
  height: 32px;
  border: none;
  box-shadow: none !important;
  background-color: transparent !important;
  color: #8E9395;
}

/* line 705, app/assets/stylesheets/projects.scss */
.task-bx .card-header .dropdown-menu a {
  font-size: 13px;
  padding: 7px 15px;
  color: #8E9395;
}

/* line 711, app/assets/stylesheets/projects.scss */
.task-bx .card-header .dropdown-menu a i[class*="fa-"] {
  font-size: 13px;
  margin-right: 5px;
}

/* line 716, app/assets/stylesheets/projects.scss */
.task-bx .card-body {
  padding: 20px 15px;
}

/* line 720, app/assets/stylesheets/projects.scss */
.task-bx .card-body h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* line 726, app/assets/stylesheets/projects.scss */
.task-bx .card-body h5 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
}

/* line 732, app/assets/stylesheets/projects.scss */
.task-bx .card-body p {
  font-size: 13px;
  line-height: 20px;
  color: #5d5d5d;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 741, app/assets/stylesheets/projects.scss */
.task-bx .card-body p:last-child {
  margin-bottom: 0;
}

/* line 745, app/assets/stylesheets/projects.scss */
.task-bx .card-footer {
  padding: 15px 15px;
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 751, app/assets/stylesheets/projects.scss */
.task-bx .avatar-group a {
  margin-right: -12px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: 0.5s all;
}

/* line 758, app/assets/stylesheets/projects.scss */
.task-bx .avatar-group a:hover {
  position: relative;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  z-index: 1;
}

/* line 765, app/assets/stylesheets/projects.scss */
.task-bx .avatar-group a img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 50%;
}

/* line 772, app/assets/stylesheets/projects.scss */
.task-bx .card-footer ul li a {
  font-size: 12px;
}

/* line 776, app/assets/stylesheets/projects.scss */
.tasks-block::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 180px;
  width: 320px;
  margin: 0 auto;
  background-image: url(/assets/landing_page/notask.svg);
  background-size: contain;
  background-position: center;
  /*background-color: #fff;*/
  background-repeat: no-repeat;
  opacity: 0.6;
}

/* line 793, app/assets/stylesheets/projects.scss */
.create-new-task .btn-primary {
  background-color: rgba(232, 108, 46, 0.1);
  border-color: rgba(232, 108, 46, 0.1);
  color: #e86c2e;
  box-shadow: none !important;
  min-width: 10%;
  border: none !important;
}

/* line 801, app/assets/stylesheets/projects.scss */
.create-new-task .btn-primary:hover {
  background-color: #e86c2e;
  color: white;
}

/* line 805, app/assets/stylesheets/projects.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 808, app/assets/stylesheets/projects.scss */
#add-task-submit {
  background-color: transparent;
  border-color: #e86c2e;
  color: #e86c2e;
}

/* line 813, app/assets/stylesheets/projects.scss */
#add-task-submit:hover {
  background-color: #e86c2e;
  border-color: #e86c2e;
  color: #fff;
}

@media screen and (max-width: 575px) {
  /* line 819, app/assets/stylesheets/projects.scss */
  .modal-dialog {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  /* line 824, app/assets/stylesheets/projects.scss */
  .tasks-artboard .simplebar.simplebar-scrollable-y {
    max-height: calc(120vh - 290px) !important;
  }
}

/*** project_task.html.erb && project_reports.html.erb ***/
/* line 841, app/assets/stylesheets/projects.scss */
.create-new-task .btn-primary,
.create-new-task .btn-primary:not(:disabled):not(.disabled):active,
.create-new-task .btn-primary:focus, .create-new-task .btn-primary.focus {
  background-color: #e86c2e;
  color: white;
}

/* line 847, app/assets/stylesheets/projects.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 850, app/assets/stylesheets/projects.scss */
#createTaskModal {
  visibility: hidden;
}

/* line 853, app/assets/stylesheets/projects.scss */
.page-body {
  padding: 0px 15px 75px;
}

/* line 856, app/assets/stylesheets/projects.scss */
#add-task-submit {
  background-color: transparent;
  border-color: #e86c2e;
  color: #e86c2e;
}

/* line 861, app/assets/stylesheets/projects.scss */
#add-task-submit:hover {
  background-color: #e86c2e;
  border-color: #e86c2e;
  color: #fff;
}

/* line 866, app/assets/stylesheets/projects.scss */
.card-list-view .iconbx.icon-color-1 {
  background-color: rgba(232, 108, 46, 0.1);
  color: #e86c2e;
}

/* line 870, app/assets/stylesheets/projects.scss */
.card-list-view .iconbx.icon-color-2 {
  background-color: rgba(53, 119, 241, 0.1);
  color: #3577f1;
}

/* line 874, app/assets/stylesheets/projects.scss */
.card-list-view .iconbx.icon-color-3 {
  background-color: rgba(247, 164, 2, 0.1);
  color: #f7a402;
}

/* line 878, app/assets/stylesheets/projects.scss */
.card-list-view .iconbx.icon-color-4 {
  background-color: rgba(60, 110, 59, 0.1);
  color: #3c6e3b;
}

/* line 883, app/assets/stylesheets/projects.scss */
.card-list-view .iconbx {
  width: 64px;
  height: 64px;
  background-color: #eee;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  margin-right: 15px;
  font-size: 32px;
}

/* line 895, app/assets/stylesheets/projects.scss */
h4 {
  font-weight: bold;
}

/* line 898, app/assets/stylesheets/projects.scss */
.clickable-row {
  cursor: pointer;
}

/* line 901, app/assets/stylesheets/projects.scss */
.clickable-emp {
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  /* line 906, app/assets/stylesheets/projects.scss */
  .modal-dialog {
    max-width: 100%;
  }
}

/*** _view.html.erb  ***/
/* line 912, app/assets/stylesheets/projects.scss */
#join_member_li {
  display: flex;
  gap: 0.5px;
  flex-wrap: wrap;
}

/* line 917, app/assets/stylesheets/projects.scss */
span#label {
  font-size: 14px;
}

/* line 920, app/assets/stylesheets/projects.scss */
span#status {
  font-size: 14px;
}

/* line 923, app/assets/stylesheets/projects.scss */
span#span_due_date {
  font-size: 14px;
}

/* line 926, app/assets/stylesheets/projects.scss */
.header_g {
  margin-left: 42px;
}

/* line 929, app/assets/stylesheets/projects.scss */
.modal-content {
  border-radius: 12px;
}

/* line 932, app/assets/stylesheets/projects.scss */
.circle {
  width: 32px;
  height: 32px;
  background-color: #e86c2e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  margin: 2px;
  cursor: pointer;
}

/* line 947, app/assets/stylesheets/projects.scss */
.circle-container {
  display: flex;
  gap: 0.5px;
  flex-wrap: wrap;
}

/* line 952, app/assets/stylesheets/projects.scss */
#progress-input {
  cursor: pointer;
}

/* line 956, app/assets/stylesheets/projects.scss */
.task-comment-block .save_comment {
  background-color: #e86c2e;
  border-color: #e86c2e;
}

/* line 961, app/assets/stylesheets/projects.scss */
.task-comment-block .save_comment:focus, .task-comment-block .save_comment.focus,
.task-comment-block .save_comment:hover {
  background-color: #e86c2e;
  border-color: #e86c2e;
}

/* line 966, app/assets/stylesheets/projects.scss */
.task-comment-block .cancelEditBtn {
  background-color: #eee;
  border-color: #eee;
  color: #171717;
}

/* line 971, app/assets/stylesheets/projects.scss */
.task-comment-block .cancelEditBtn:hover, .task-comment-block .cancelEditBtn:focus, .task-comment-block .cancelEditBtn.focus {
  background-color: #c3c3c3;
  border-color: #c3c3c3;
}

/* line 977, app/assets/stylesheets/projects.scss */
.task-section-items .join-member-list ul li label {
  align-items: center;
}

/* line 980, app/assets/stylesheets/projects.scss */
.join-member-list .ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  margin: 0px 5px 0 0;
}

/* line 983, app/assets/stylesheets/projects.scss */
.join-member-list .ms-options-wrap > .ms-options > ul label {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  /* line 991, app/assets/stylesheets/projects.scss */
  .mobile-main {
    top: 100px !important;
  }
}

@media screen and (max-width: 568px) {
  /* line 996, app/assets/stylesheets/projects.scss */
  .mobile-main {
    margin-top: 0 !important;
  }
}

/*** task reports / gantt chart ***/
/* line 1002, app/assets/stylesheets/projects.scss */
.gantt .bar {
  fill: #b8c2cc !important;
  stroke: #8d99a6 !important;
  stroke-width: 0 !important;
  transition: stroke-width .3s ease !important;
}

/* line 1009, app/assets/stylesheets/projects.scss */
.gantt .bar-progress {
  fill: black !important;
}

/* line 1013, app/assets/stylesheets/projects.scss */
.gantt .bar-label {
  fill: #fff !important;
  dominant-baseline: central !important;
  text-anchor: middle !important;
  font-size: 12px !important;
  font-weight: lighter !important;
  letter-spacing: .8px !important;
}

/* line 1022, app/assets/stylesheets/projects.scss */
.details-container {
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 1028, app/assets/stylesheets/projects.scss */
.gantt-container .grid-header {
  z-index: 0 !important;
}
/* line 5, app/assets/stylesheets/requests.scss */
.hire-request-detail {
  padding: 50px 0;
}

/* line 9, app/assets/stylesheets/requests.scss */
.inner-hire-request .title-sec h6 {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 600;
}

/* line 15, app/assets/stylesheets/requests.scss */
.hire-request-user-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* line 21, app/assets/stylesheets/requests.scss */
.hire-request-user-info .imgbx img {
  width: 64px;
  height: 64px;
  border-radius: 100px;
}

/* line 27, app/assets/stylesheets/requests.scss */
.hire-request-user-info h5 {
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 1;
}

/* line 33, app/assets/stylesheets/requests.scss */
.hire-request-user-info p {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

/* line 39, app/assets/stylesheets/requests.scss */
.hire-request-user-info p a {
  color: #5D5D5D;
  transition: 0.5s all;
}

/* line 44, app/assets/stylesheets/requests.scss */
.hire-request-user-info p a:hover {
  color: #e86c2e;
}

/* line 48, app/assets/stylesheets/requests.scss */
.hire-request-info {
  margin: 30px 0;
  background-color: #fff;
  padding: 40px 40px;
  border-radius: 20px;
}

/* line 55, app/assets/stylesheets/requests.scss */
.hire-request-info ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
}

/* line 63, app/assets/stylesheets/requests.scss */
.hire-request-info ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

/* line 70, app/assets/stylesheets/requests.scss */
.hire-request-info ul li h6,
.hire-request-info ul li p {
  margin: 0;
}

/* line 75, app/assets/stylesheets/requests.scss */
.hire-request-info ul li h6 {
  font-size: 18px;
  font-weight: 600;
}

/* line 80, app/assets/stylesheets/requests.scss */
.hire-request-info ul li p {
  color: #5d5d5d;
}

/* line 84, app/assets/stylesheets/requests.scss */
.hire-request-info ul li.description {
  flex-direction: column;
  align-items: self-start;
}

/* line 89, app/assets/stylesheets/requests.scss */
.hire-request-btn {
  gap: 10px;
}

/* line 92, app/assets/stylesheets/requests.scss */
.hire-request-btn .bttn {
  display: inline-block;
  padding: 9px 30px;
  border: 1px solid #e1e1e1;
  color: #5d5d5d;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  transition: 0.5s all;
  background: transparent;
}

/* line 104, app/assets/stylesheets/requests.scss */
.hire-request-btn .bttn:hover {
  color: #e86c2e;
  border: 2px solid #e86c2e;
  background: rgba(0, 0, 0, 0);
}

/* line 110, app/assets/stylesheets/requests.scss */
.hire-request-btn .accept-btn {
  border: 1px solid #e86c2e;
  background-color: #e86c2e;
  color: #fff;
}

/* line 116, app/assets/stylesheets/requests.scss */
.hire-request-btn .accept-btn:hover {
  color: #e86c2e;
  border: 2px solid #e86c2e;
  background: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 575px) {
  /* line 123, app/assets/stylesheets/requests.scss */
  .hire-request-info {
    padding: 30px 20px;
  }
  /* line 126, app/assets/stylesheets/requests.scss */
  .hire-request-info ul li h6 {
    font-size: 16px;
  }
  /* line 129, app/assets/stylesheets/requests.scss */
  .hire-request-info ul li p {
    font-size: 14px;
  }
  /* line 132, app/assets/stylesheets/requests.scss */
  .hire-request-btn .bttn {
    flex: 1;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  /* line 141, app/assets/stylesheets/requests.scss */
  .hire-request-info ul {
    gap: 16px;
  }
  /* line 144, app/assets/stylesheets/requests.scss */
  .hire-request-info ul li {
    align-items: self-start;
    gap: 10px;
    flex-direction: column;
  }
}
/* line 4, app/assets/stylesheets/searches.scss */
.closebtn {
  color: #fff;
  font-size: 25px;
  top: 5px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #ff6c39;
  border-radius: 50%;
}

/* line 18, app/assets/stylesheets/searches.scss */
#close-div {
  padding: 15px;
}
/* line 1, app/assets/stylesheets/service_admin.scss */
.admin-services-page .sec-title h2 {
  margin-bottom: 0;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 10px 0;
}

/* line 8, app/assets/stylesheets/service_admin.scss */
.admin-services-page .form-block {
  padding: 20px 20px;
  width: 100%;
  background-color: #f5f5f5;
  height: 100%;
}

/* line 14, app/assets/stylesheets/service_admin.scss */
.admin-services-page .form-block .form-control {
  height: 46px;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}

/* line 20, app/assets/stylesheets/service_admin.scss */
.admin-services-page .form-block textarea.form-control {
  min-height: 120px;
}

/* line 23, app/assets/stylesheets/service_admin.scss */
.admin-services-page .join-btn {
  text-transform: capitalize;
  font-weight: 600;
  padding: 8px 20px;
  font-size: 16px;
}

/* line 29, app/assets/stylesheets/service_admin.scss */
.admin-services-page .form-block input[type="file"] {
  padding: 0;
  height: inherit;
  border: none;
}

/* line 34, app/assets/stylesheets/service_admin.scss */
.admin-services-page .form-block input[type="file"]::file-selector-button {
  background-color: #e86c2e;
  border-radius: 4px;
  color: #fff;
  transition: all 0.25s;
  width: 100%;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
}

/* line 46, app/assets/stylesheets/service_admin.scss */
.admin-services-page .form-block input[type="file"]:hover::file-selector-button {
  background-color: #e36a2e;
}

/* line 49, app/assets/stylesheets/service_admin.scss */
.admin-services-page .form-block .feature-img img {
  aspect-ratio: 16/9;
}

/* line 54, app/assets/stylesheets/service_admin.scss */
.admin-services-page .add-new-service {
  display: inline-block;
  padding: 8px 15px;
  background-color: rgba(232, 108, 46, 0.1);
  color: #e86c2e;
  border-radius: 4px;
  font-weight: 600;
  transition: 0.5s all;
  border: none;
  outline: none;
  box-shadow: none;
}

/* line 66, app/assets/stylesheets/service_admin.scss */
.admin-services-page .add-new-service:hover {
  background-color: #e86c2e;
  color: #fff;
}

/* line 72, app/assets/stylesheets/service_admin.scss */
.admin-services-page .profile-data-table table tbody tr .delete-edit a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  background-color: #f3f3f3;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 14px;
  color: #171717;
  transition: 0.5s all;
}

/* line 84, app/assets/stylesheets/service_admin.scss */
.admin-services-page .profile-data-table table tbody tr .delete-edit a:hover {
  background-color: rgba(232, 108, 46, 0.1);
}

/* line 87, app/assets/stylesheets/service_admin.scss */
.admin-services-page .profile-data-table table tbody tr .delete-edit a i {
  color: #7a7a7a !important;
  transition: 0.5s all;
}

/* line 91, app/assets/stylesheets/service_admin.scss */
.admin-services-page .profile-data-table table tbody tr .delete-edit a:hover i {
  color: #e86c2e !important;
}

/* line 101, app/assets/stylesheets/service_admin.scss */
.radio-checkbox-col .form-check {
  margin-top: 10px;
}

/* line 104, app/assets/stylesheets/service_admin.scss */
.form-check-input {
  accent-color: #e86c2e;
}

/* line 108, app/assets/stylesheets/service_admin.scss */
.form-block-right-sidebar .form-block:not(:last-child) {
  margin-bottom: 20px;
}

/* line 112, app/assets/stylesheets/service_admin.scss */
.feature-defalut-imgbx img,
.feature-selected-imgbx img {
  width: 100%;
  aspect-ratio: 16/9;
}

/* line 118, app/assets/stylesheets/service_admin.scss */
.form-block-right-sidebar {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 123, app/assets/stylesheets/service_admin.scss */
.switch {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 18px;
}

/* line 130, app/assets/stylesheets/service_admin.scss */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 136, app/assets/stylesheets/service_admin.scss */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 16px;
}

/* line 148, app/assets/stylesheets/service_admin.scss */
.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

/* line 160, app/assets/stylesheets/service_admin.scss */
input:checked + .slider {
  background-color: #ff6600;
  /* Orange when active */
}

/* line 164, app/assets/stylesheets/service_admin.scss */
input:checked + .slider:before {
  transform: translateX(12px);
  /* Adjusted for new width */
}
/* line 5, app/assets/stylesheets/site_visits.scss */
.schedule-area {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

/* line 10, app/assets/stylesheets/site_visits.scss */
.schedule-area .milestone-details-btn {
  border-bottom: none;
  margin-bottom: 20px !important;
  gap: 15px;
}

/* line 15, app/assets/stylesheets/site_visits.scss */
.schedule-area .milestone-details-btn h5 {
  padding: 0;
  font-size: 20px;
  font-weight: 500;
}

/* line 20, app/assets/stylesheets/site_visits.scss */
.schedule-area .milestone-details-btn .add-client-nav {
  margin: 0;
}

/* line 23, app/assets/stylesheets/site_visits.scss */
.schedule-area .site-visits-wrap {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}

/* line 28, app/assets/stylesheets/site_visits.scss */
.schedule-area .schedule-table {
  white-space: nowrap;
}

/* line 31, app/assets/stylesheets/site_visits.scss */
.schedule-table tr {
  border: none;
}

/* line 34, app/assets/stylesheets/site_visits.scss */
.schedule-table thead tr th {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600 !important;
}

/* line 39, app/assets/stylesheets/site_visits.scss */
.schedule-table thead tr th:first-child {
  padding-left: 25px;
}

/* line 42, app/assets/stylesheets/site_visits.scss */
.schedule-table tbody tr:first-child td {
  border-top: none;
}

/* line 45, app/assets/stylesheets/site_visits.scss */
.schedule-table tbody tr td {
  padding: 10px 20px;
  vertical-align: baseline;
  font-size: 14px;
  font-weight: 400;
}

/* line 52, app/assets/stylesheets/site_visits.scss */
.schedule-table .badge {
  padding: 7px 12px;
  background-color: transparent;
  color: inherit;
  font-weight: 500;
  border-radius: 50px;
}

/* line 60, app/assets/stylesheets/site_visits.scss */
.schedule-table .schedule-status-on-going .badge,
.schedule-table .schedule-status-on-going-today .badge {
  border: 1px solid #E86C2E;
  color: #E86C2E;
}

/* line 66, app/assets/stylesheets/site_visits.scss */
.schedule-table .schedule-status-scheduled .badge {
  border: 1px solid #5D87FF;
  color: #5D87FF;
}

/* line 71, app/assets/stylesheets/site_visits.scss */
.schedule-table .schedule-status-completed .badge,
.schedule-table .schedule-status-completed-today .badge {
  border: 1px solid #000000;
  color: #000000;
}

/* line 77, app/assets/stylesheets/site_visits.scss */
.schedule-table .schedule-status-scheduled-today .badge, badge {
  border: 1px solid #4ab449;
  color: #4ab449;
}

/* line 82, app/assets/stylesheets/site_visits.scss */
.schedule-table .schedule-image img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin: 0;
}

/* line 88, app/assets/stylesheets/site_visits.scss */
.schedule-table .schedule-image span {
  color: #E86C2E;
}

/* line 91, app/assets/stylesheets/site_visits.scss */
.schedule-table .schedule-action span {
  margin: 0 2px;
}

/* line 94, app/assets/stylesheets/site_visits.scss */
.schedule-table .schedule-action span,
.schedule-table .schedule-action span a {
  color: #E86C2E;
  text-decoration: none;
}

/* line 99, app/assets/stylesheets/site_visits.scss */
.schedule-table .schedule-action span[data-label="Action"] a {
  padding: 7px 12px;
  border: 1px solid #E86C2E;
  color: #E86C2E;
  border-radius: 50px;
  display: inline-block;
  line-height: 1;
  font-size: 75%;
  font-weight: 500;
}

/* line 109, app/assets/stylesheets/site_visits.scss */
.schedule-table .schedule-st-et span {
  display: block;
  margin: 2px 0;
}

/* line 113, app/assets/stylesheets/site_visits.scss */
.schedule-topbar .innerrow {
  padding: 20px 25px;
}

/* line 116, app/assets/stylesheets/site_visits.scss */
.schedule-topbar .innerrow h5 {
  padding: 0;
  border: none;
  font-weight: 500;
  font-size: 16px;
}

/* line 122, app/assets/stylesheets/site_visits.scss */
.schedule-filter h6 {
  white-space: nowrap;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
}

/* line 128, app/assets/stylesheets/site_visits.scss */
.schedule-filter .custom-select {
  border-radius: 0;
  border: none;
  box-shadow: none;
}

/* line 133, app/assets/stylesheets/site_visits.scss */
.schedule-bottom {
  justify-content: space-between;
  padding: 20px 25px;
  gap: 20px;
}

/* line 138, app/assets/stylesheets/site_visits.scss */
.schedule-bottom h6 {
  font-size: 14px;
}

/* line 142, app/assets/stylesheets/site_visits.scss */
.schedule-topbar .schedule-tabs {
  border: none;
  gap: 2px;
}

/* line 146, app/assets/stylesheets/site_visits.scss */
.schedule-topbar .schedule-tabs li a {
  padding: 9px 12px;
  border: none !important;
  border-radius: 4px;
  font-size: 16px;
  background-color: #fff;
  color: #171717;
}

/* line 154, app/assets/stylesheets/site_visits.scss */
.schedule-topbar .schedule-tabs li a.active,
.schedule-topbar .schedule-tabs li a.active:hover,
.schedule-topbar .schedule-tabs li a.active:focus,
.schedule-topbar .schedule-tabs li a:hover {
  background-color: #FFEEE5;
  color: #E86C2E;
}

/* line 162, app/assets/stylesheets/site_visits.scss */
.schedule-table tbody tr:last-child td {
  border: none;
}

/* line 165, app/assets/stylesheets/site_visits.scss */
.schedule-table tbody tr .add--milestone {
  font-size: 75%;
  border-radius: 50px;
  padding: 7px 12px;
  line-height: 1;
  display: inline-flex;
  font-weight: 500;
  border: 1px solid #e86c2e !important;
}

/* line 174, app/assets/stylesheets/site_visits.scss */
.schedule-tabs-content #DataTables_Table_0_info {
  padding-left: 30px;
}

/***  create schedule modal csss ***/
/* line 180, app/assets/stylesheets/site_visits.scss */
.schedule-event-modal .team_content .custom-select,
.schedule-event-modal .team_content .form-control {
  height: 42px;
  border: 1px solid #e1e1e1;
}

/* line 185, app/assets/stylesheets/site_visits.scss */
.schedule-event-modal .team_content .form-group {
  margin-bottom: 10px;
}

/* line 188, app/assets/stylesheets/site_visits.scss */
.schedule-event-modal .team_content button[type="submit"] {
  width: 100%;
  height: 42px;
  margin-top: 20px;
  font-weight: 500;
  border: none !important;
}

/* line 195, app/assets/stylesheets/site_visits.scss */
.schedule-event-modal .team_content button[type="submit"]:hover {
  background-color: #d16129;
  color: #fff;
}

/***  upcoming event css ***/
/* line 202, app/assets/stylesheets/site_visits.scss */
.schedule-area .schedule-event h5 {
  padding: 0;
  border: none;
  margin-bottom: 8px;
}

/* line 207, app/assets/stylesheets/site_visits.scss */
.schedule-event .add-client-nav {
  margin: 0;
}

/* line 210, app/assets/stylesheets/site_visits.scss */
.schedule-event .add-client-nav .add--milestone {
  width: 100%;
  border: none !important;
  padding: 12px 15px;
  color: #fff;
}

/* line 216, app/assets/stylesheets/site_visits.scss */
.schedule-event .add-client-nav .add--milestone:hover {
  text-decoration: none;
  background-color: #d16129;
  color: #fff;
}

/***  schedule image Modal  css start ***/
/* line 224, app/assets/stylesheets/site_visits.scss */
.schedule-image-modal {
  padding: 90px 15px;
}

/*.schedule-image-modal .gallery-inner,
.schedule-image-modal .gallery-inner .gallery-items,
.schedule-image-modal .gallery-inner .gallery-img,
.schedule-image-modal .gallery-inner .gallery-img img {
    height: auto;
}
.schedule-image-modal .gallery-inner .gallery-img img {
    width: 100%;
    max-width: 350px;
}/*




/***  property-owner-profile-page ***/
/* line 243, app/assets/stylesheets/site_visits.scss */
.property-owner-profile-page {
  background: #EDF0F5;
}

/* line 248, app/assets/stylesheets/site_visits.scss */
.reference_drawing_gallery_slider_modal, .project_drawing_gallery_slider_modal {
  z-index: 9999;
}

/* line 252, app/assets/stylesheets/site_visits.scss */
.schedule-event-modal .team_content .custom-select,
.schedule-event-modal .team_content .form-control,
.schedule-event-modal .ms-options-wrap > button:focus, .ms-options-wrap > button {
  height: 46px !important;
  border: 1px solid #e1e1e1 !important;
  font-size: 16px !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #171717 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* line 264, app/assets/stylesheets/site_visits.scss */
.schedule-event-modal .team_content select {
  margin-bottom: 0 !important;
}

/* line 267, app/assets/stylesheets/site_visits.scss */
.schedule-event-modal .team_content .form-group {
  margin-bottom: 16px !important;
}

/* line 270, app/assets/stylesheets/site_visits.scss */
.schedule-event-modal .input-group {
  border: 1px solid #e1e1e1 !important;
  border-radius: 4px !important;
}

/* line 274, app/assets/stylesheets/site_visits.scss */
.schedule-event-modal .input-group .input-group-text,
.schedule-event-modal .input-group .form-control {
  border: none !important;
  border-radius: 0px !important;
}

/***  schedule image Modal css end ***/
/***  site visit image in table css start ***/
/* line 285, app/assets/stylesheets/site_visits.scss */
.visit-images {
  position: relative;
}

/* line 288, app/assets/stylesheets/site_visits.scss */
.visit-images span.count-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000008c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
}

/* line 303, app/assets/stylesheets/site_visits.scss */
.schedule-image .visit-images .file-icon {
  display: flex;
  justify-content: center;
}

/***  site visit image in table css end ***/
/***  upload site visit image Modal css start ***/
/* line 313, app/assets/stylesheets/site_visits.scss */
.upload-drawing-modal h5 {
  font-size: 16px;
}

/* line 316, app/assets/stylesheets/site_visits.scss */
.file-upload-contain {
  position: relative;
  border: 2px dashed #8e9395b3;
  transition: 0.3s;
  border-radius: 12px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 16px;
}

/* line 332, app/assets/stylesheets/site_visits.scss */
.file-upload-contain input[type="file"] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  appearance: none;
  opacity: 0;
  cursor: pointer;
}

/* line 343, app/assets/stylesheets/site_visits.scss */
.file-upload-contain span > span {
  text-decoration: underline;
  font-weight: 400;
  color: #000;
}

/* line 348, app/assets/stylesheets/site_visits.scss */
.file-upload-contain span {
  font-size: 14px;
  color: #8E9395;
}

/* line 352, app/assets/stylesheets/site_visits.scss */
.file-upload-contain p {
  font-size: 12px;
  margin-top: 8px;
  color: #5D5D5D;
}

/* line 357, app/assets/stylesheets/site_visits.scss */
.upload-drawing-modal .form-control {
  height: auto;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  font-size: 14px;
  min-height: 70px;
  padding: 10px 16px;
  box-shadow: none !important;
}

/* line 366, app/assets/stylesheets/site_visits.scss */
.upload-drawing-modal .form-control::placeholder {
  color: #8E9395;
}

/* line 369, app/assets/stylesheets/site_visits.scss */
.upload-drawing-modal .modal-content {
  border: transparent;
  border-radius: 12px;
}

/* line 373, app/assets/stylesheets/site_visits.scss */
.upload-drawing-modal .modal-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 378, app/assets/stylesheets/site_visits.scss */
.upload-drawing-modal .modal-content .modal-header .close {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: #000;
  opacity: 1;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #F2F3F5;
}

/* line 390, app/assets/stylesheets/site_visits.scss */
.gp-modal-btns .btn {
  padding: 6px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 4px;
  box-shadow: none !important;
}

/* line 398, app/assets/stylesheets/site_visits.scss */
.gp-modal-btns .btn-primary {
  background-color: #E86C2E;
  border-color: #E86C2E;
  color: #fff;
}

/* line 403, app/assets/stylesheets/site_visits.scss */
.gp-modal-btns .btn-primary:hover,
.gp-modal-btns .btn-primary:focus,
.gp-modal-btns .btn-primary.active,
.gp-modal-btns .btn-primary:active,
.gp-modal-btns .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #E86C2E;
  border-color: #E86C2E;
  color: #fff;
}

/* line 412, app/assets/stylesheets/site_visits.scss */
.gp-modal-btns .btn-outline-secondary {
  border-color: #E8E8E8;
  color: #8E9395;
}

/* line 416, app/assets/stylesheets/site_visits.scss */
.gp-modal-btns .btn-outline-secondary:hover,
.gp-modal-btns .btn-outline-secondary:focus,
.gp-modal-btns .btn-outline-secondary:active,
.gp-modal-btns .btn-outline-secondary.active,
.gp-modal-btns .btn-outline-secondary:not(:disabled):not(.disabled):active {
  border-color: #E8E8E8;
  background-color: #E8E8E8;
  color: #8E9395;
}

/***  upload site visit image Modal css end ***/
/***  file icon in gallery css start ***/
/* line 429, app/assets/stylesheets/site_visits.scss */
.gallery_slider_row .gallery-items .gallery-img .other-ext-file {
  color: #fff;
}

/***  file icon in gallery css  end ***/
/* css for image comment START */
/* line 437, app/assets/stylesheets/site_visits.scss */
.gallery_slider_row .gallery-items .gallery-img {
  position: relative;
}

/* line 440, app/assets/stylesheets/site_visits.scss */
.img-comment {
  display: flex;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  height: auto !important;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 16px;
  left: 0;
  flex-direction: column;
  flex-wrap: wrap;
  z-index: 1;
}

/* css for image comment END */
/* line 455, app/assets/stylesheets/site_visits.scss */
.schedule-image .visit-images:hover {
  cursor: pointer;
}

/* line 458, app/assets/stylesheets/site_visits.scss */
.schedule-image .visit-images {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

@media screen and (max-width: 479px) {
  /* line 465, app/assets/stylesheets/site_visits.scss */
  .schedule-topbar .innerrow {
    flex-direction: column;
    align-items: start !important;
    gap: 10px;
  }
  /* line 470, app/assets/stylesheets/site_visits.scss */
  .schedule-bottom {
    flex-direction: column;
    align-items: start !important;
  }
  /*.schedule-image-modal .gallery-inner .gallery-img img {
      width: auto;
      max-width: 250px;
  }*/
}
/*****************about us*******************/
/* line 8, app/assets/stylesheets/theme/about_us.scss */
.servive-page-banner.our-story-inner-banner {
  background: url(/../images/our-story-inner-banner.webp) no-repeat;
  background-size: cover;
}

/* line 14, app/assets/stylesheets/theme/about_us.scss */
.about-number span {
  background: #3a3a3a;
  color: #fff;
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 41px;
  font-size: 26px;
}

/* line 24, app/assets/stylesheets/theme/about_us.scss */
.about-content figure img {
  width: 100%;
}

/* line 27, app/assets/stylesheets/theme/about_us.scss */
section.about-us-page {
  padding: 3% 0 2%;
}

/* line 30, app/assets/stylesheets/theme/about_us.scss */
.about-text-detail h6 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
  margin-bottom: 3%;
}

/* line 37, app/assets/stylesheets/theme/about_us.scss */
.about-text-detail h3 {
  font-size: 22px;
  font-weight: 500;
  color: #0d2a58;
  margin-bottom: 20px;
  line-height: normal;
}

/* line 44, app/assets/stylesheets/theme/about_us.scss */
.about-text-detail p {
  color: #7b7b7b;
  font-size: 15px;
  line-height: 28px;
}

/* line 49, app/assets/stylesheets/theme/about_us.scss */
.about-text-detail h5 {
  font-size: 18px;
}

/* line 52, app/assets/stylesheets/theme/about_us.scss */
section.about-constrution {
  margin-bottom: 3%;
  position: relative;
}

/* line 56, app/assets/stylesheets/theme/about_us.scss */
section.about-constrution {
  width: 100%;
}

/* line 60, app/assets/stylesheets/theme/about_us.scss */
section.about-constrution img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  overflow: hidden;
}

/* line 66, app/assets/stylesheets/theme/about_us.scss */
.more-about-us {
  margin-top: 10%;
}

/* line 69, app/assets/stylesheets/theme/about_us.scss */
.more-about-us h5 {
  font-size: 20px;
  font-weight: 700;
  color: #3a3a3a;
  margin-bottom: 2%;
  text-transform: uppercase;
}

/* line 76, app/assets/stylesheets/theme/about_us.scss */
.more-about-us p {
  color: #7b7b7b;
  font-size: 14px;
  line-height: 28px;
  padding-right: 4%;
}

/* line 83, app/assets/stylesheets/theme/about_us.scss */
.about-text-detail ul {
  padding: 0 0 0 20px;
  margin: 10px 0 20px;
}

/* line 88, app/assets/stylesheets/theme/about_us.scss */
.about-text-detail ul li:not(:last-child) {
  margin-bottom: 5px;
}

/* line 92, app/assets/stylesheets/theme/about_us.scss */
.about-text-detail ul li {
  font-size: 14px;
}

/* line 96, app/assets/stylesheets/theme/about_us.scss */
.about-text-detail ul li::marker {
  color: #f06c3a;
}

/* line 99, app/assets/stylesheets/theme/about_us.scss */
.join-constructoye strong {
  color: #0d2a58;
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.5px;
}

/* line 107, app/assets/stylesheets/theme/about_us.scss */
.bg-video-area {
  background-color: #f5f5f5;
  padding: 60px 0 140px;
  margin-bottom: 50px;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 91%, 0 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 71% 87%, 0 100%, 0 100%);
}

/* line 114, app/assets/stylesheets/theme/about_us.scss */
.about-title {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
  color: #0d2a58;
  margin-bottom: 20px;
}

/* line 121, app/assets/stylesheets/theme/about_us.scss */
.singal-team-card {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0px 30px 0px 30px;
  transition: 0.5s all;
}

/* line 128, app/assets/stylesheets/theme/about_us.scss */
.singal-team-card:hover {
  border-radius: 0;
}

/* line 131, app/assets/stylesheets/theme/about_us.scss */
.singal-team-card .thumbnail-img {
  width: 100%;
  display: block;
}

/* line 135, app/assets/stylesheets/theme/about_us.scss */
.singal-team-card .thumbnail-img img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s all;
}

/* line 142, app/assets/stylesheets/theme/about_us.scss */
.singal-team-card:hover .thumbnail-img img {
  transform: scale(1.1);
}

/* line 145, app/assets/stylesheets/theme/about_us.scss */
.singal-team-card .caption-box {
  padding: 50px 25px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  pointer-events: none;
  user-select: none;
}

/* line 154, app/assets/stylesheets/theme/about_us.scss */
.singal-team-card .caption-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E86C2E;
  clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
  z-index: -1;
}

/* line 165, app/assets/stylesheets/theme/about_us.scss */
.singal-team-card .share-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  font-size: 24px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  box-shadow: 0px 10px 15px rgba(167, 55, 3, 0.15);
  cursor: pointer;
  transition: 0.5s all;
}

/* line 182, app/assets/stylesheets/theme/about_us.scss */
.singal-team-card:hover .share-btn {
  color: #E86C2E;
}

/* line 185, app/assets/stylesheets/theme/about_us.scss */
.singal-team-card .caption-box p {
  margin: 0 !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}

/* line 193, app/assets/stylesheets/theme/about_us.scss */
.singal-team-card .caption-box h5 {
  margin: 0 0 10px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: #fff;
}

/* line 201, app/assets/stylesheets/theme/about_us.scss */
.about-video-play {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto !important;
  box-shadow: 0 30px 15px -30px #0000002e;
}

/* line 208, app/assets/stylesheets/theme/about_us.scss */
.singal-team-card .follow-us-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  gap: 10px;
  transition: 0.5s all;
  transform: scale(0);
  background-color: rgba(0, 0, 0, 0.7);
  transform-origin: bottom center;
}

/* line 224, app/assets/stylesheets/theme/about_us.scss */
.singal-team-card:hover .follow-us-icons {
  transform: scale(1);
  height: 100%;
}

/* line 228, app/assets/stylesheets/theme/about_us.scss */
.singal-team-card .follow-us-icons a {
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #000;
  font-size: 20px;
  transition: 0.5s all;
}

/* line 240, app/assets/stylesheets/theme/about_us.scss */
.singal-team-card:hover .follow-us-icons a:hover {
  background-color: #E86C2E;
  color: #fff;
}

@media screen and (max-width: 479px) {
  /* line 246, app/assets/stylesheets/theme/about_us.scss */
  .singal-team-card::before {
    top: 0;
    width: 100%;
    height: 100%;
  }
  /* line 251, app/assets/stylesheets/theme/about_us.scss */
  .singal-team-card .thumbnail-img {
    width: 100%;
  }
  /* line 254, app/assets/stylesheets/theme/about_us.scss */
  .singal-team-card .caption-box {
    padding: 25px 20px;
    padding-left: 20px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  /* line 261, app/assets/stylesheets/theme/about_us.scss */
  .about-text-detail h6 {
    font-size: 20px;
  }
  /* line 264, app/assets/stylesheets/theme/about_us.scss */
  section.about-constrution img {
    margin-bottom: 3%;
  }
  /* line 268, app/assets/stylesheets/theme/about_us.scss */
  .more-about-us {
    margin-top: 4%;
  }
}

@media (max-width: 480px) {
  /* line 274, app/assets/stylesheets/theme/about_us.scss */
  .about-number span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 21px;
  }
  /* line 280, app/assets/stylesheets/theme/about_us.scss */
  .about-text-detail p {
    padding-right: 0;
  }
  /* line 284, app/assets/stylesheets/theme/about_us.scss */
  section.about-constrution img {
    height: auto;
  }
  /* line 288, app/assets/stylesheets/theme/about_us.scss */
  .about-text-detail h6 {
    font-size: 16px;
  }
  /* line 291, app/assets/stylesheets/theme/about_us.scss */
  .servive-page-banner h1, .more-about-us h5 {
    font-size: 18px;
  }
}
/* line 2, app/assets/stylesheets/theme/blogs.scss */
.blog-page {
  background-color: #F5F5F5;
  min-height: 100vh;
}

/* line 7, app/assets/stylesheets/theme/blogs.scss */
.card.blog-card {
  border-radius: 20px;
  background-color: #fff;
  border: none;
  margin-bottom: 30px;
  transition: 0.5s all;
  height: calc(100% - 30px);
}

/* line 15, app/assets/stylesheets/theme/blogs.scss */
.card.blog-card:hover {
  box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.1);
}

/* line 18, app/assets/stylesheets/theme/blogs.scss */
.blog-card .card-body {
  padding: 15px;
  padding-bottom: 25px;
}

/* line 22, app/assets/stylesheets/theme/blogs.scss */
.blog-card .card-body img {
  border-radius: 10px;
  aspect-ratio: 4/3;
  object-fit: cover;
  height: auto;
  max-width: 100%;
  border: none;
}

/* line 31, app/assets/stylesheets/theme/blogs.scss */
.blog-card .card-title {
  font-size: 16px;
  font-weight: 600;
}

/* line 35, app/assets/stylesheets/theme/blogs.scss */
.blog-card .card-title a {
  color: #171717;
  transition: 0.5s all;
}

/* line 40, app/assets/stylesheets/theme/blogs.scss */
.blog-card:hover .card-title a {
  color: #E86C2E;
  text-decoration: none;
}

/* line 44, app/assets/stylesheets/theme/blogs.scss */
.blog-card .card-text {
  font-size: 14px;
  font-weight: 300;
  color: #5d5d5d;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 53, app/assets/stylesheets/theme/blogs.scss */
.blog-card .card-body .btn {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #171717;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s all;
}

/* line 63, app/assets/stylesheets/theme/blogs.scss */
.blog-card:hover .card-body .btn {
  color: #E86C2E;
}

/* line 66, app/assets/stylesheets/theme/blogs.scss */
.blog-card .card-body .btn .fa {
  transform: rotate(-45deg);
  transition: 0.5s all;
}

/* line 70, app/assets/stylesheets/theme/blogs.scss */
.blog-card:hover .card-body .btn .fa {
  transform: rotate(0deg);
}

/* line 73, app/assets/stylesheets/theme/blogs.scss */
.blog-card .post-date {
  margin-bottom: 15px;
  justify-content: space-between;
}

/* line 77, app/assets/stylesheets/theme/blogs.scss */
.blog-card .post-date span,
.blog-card .post-tag span {
  font-size: 14px;
  text-transform: uppercase;
  color: #5d5d5d;
}

/* line 84, app/assets/stylesheets/theme/blogs.scss */
.mt-60 {
  margin-top: 30px;
}

/* line 89, app/assets/stylesheets/theme/blogs.scss */
.blog-card .card-imgbx {
  overflow: hidden;
}

/* line 92, app/assets/stylesheets/theme/blogs.scss */
.blog-card .card-imgbx .slick-slider {
  margin: 0 -15px;
}

/* line 96, app/assets/stylesheets/theme/blogs.scss */
.blog-card .card-imgbx .slick-slide {
  padding: 0 15px;
}

/* line 100, app/assets/stylesheets/theme/blogs.scss */
.blog-card .card-imgbx .slick-arrow {
  z-index: 10;
  transition: 0.5s all;
  font-size: 24px;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.43);
  border-radius: 50%;
  line-height: 30px;
}

/* line 112, app/assets/stylesheets/theme/blogs.scss */
.blog-card:hover .card-imgbx .slick-arrow:hover {
  background-color: white;
  color: #E86C2E;
}

/* line 116, app/assets/stylesheets/theme/blogs.scss */
.blog-card:hover .card-imgbx .slick-prev {
  left: 25px;
}

/* line 119, app/assets/stylesheets/theme/blogs.scss */
.blog-card:hover .card-imgbx .slick-next {
  right: 25px;
}

/* line 127, app/assets/stylesheets/theme/blogs.scss */
.blog-page-pagination .pagination {
  gap: 10px;
}

/* line 130, app/assets/stylesheets/theme/blogs.scss */
.blog-page-pagination .page-link {
  color: #5d5d5d;
  background-color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: none;
  border-radius: 4px;
}

/* line 143, app/assets/stylesheets/theme/blogs.scss */
.blog-page-pagination .page-item.active .page-link {
  color: #fff;
  background-color: #E86C2E;
  border-color: #E86C2E;
}

/* line 148, app/assets/stylesheets/theme/blogs.scss */
.blog-page-pagination .page-link:hover {
  color: #fff;
  background-color: #E86C2E;
}

/* line 154, app/assets/stylesheets/theme/blogs.scss */
.admin-blog-slider .items a img {
  aspect-ratio: 21/9;
  object-fit: cover;
}

/* line 159, app/assets/stylesheets/theme/blogs.scss */
.mutiple-img-row {
  display: grid;
  flex-wrap: wrap;
  grid-gap: 10px;
  gap: 10px;
  margin-bottom: 20px;
  grid-template-columns: repeat(4, 1fr);
}

/* line 168, app/assets/stylesheets/theme/blogs.scss */
.mutiple-img-row .imgbx .form-group {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* line 174, app/assets/stylesheets/theme/blogs.scss */
.mutiple-img-row .imgbx .form-group .picbx {
  border: 1px solid #e1e1e1;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 5px;
  width: 100%;
}

/* line 181, app/assets/stylesheets/theme/blogs.scss */
.mutiple-img-row .imgbx .form-group .picbx img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
}

/* line 188, app/assets/stylesheets/theme/blogs.scss */
.mutiple-img-row .imgbx .form-group lable {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  grid-gap: 4px;
  gap: 4px;
  text-transform: capitalize;
  padding: 5px;
  background-color: #e1e1e1;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 201, app/assets/stylesheets/theme/blogs.scss */
.table {
  border-collapse: collapse !important;
}

/* line 204, app/assets/stylesheets/theme/blogs.scss */
.table-bordered th,
.table-bordered td,
.table tr,
.table-bordered {
  border: 1px solid #e1e1e1;
}

/* line 210, app/assets/stylesheets/theme/blogs.scss */
.blog-table td[data-label="Action"] a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #5d5d5d;
  transition: 0.5s all;
  margin: 0 1.5px;
}

/* line 219, app/assets/stylesheets/theme/blogs.scss */
.blog-table td[data-label="Action"] a:hover {
  color: #E86C2E;
}

/* line 223, app/assets/stylesheets/theme/blogs.scss */
.blog-table #DataTables_Table_0_length {
  padding-left: 0;
}

/* line 226, app/assets/stylesheets/theme/blogs.scss */
.blog-content-text-d {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 233, app/assets/stylesheets/theme/blogs.scss */
.blog-details-page .blog-card .card-text {
  display: inherit;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
  overflow: visible;
}

/* line 239, app/assets/stylesheets/theme/blogs.scss */
.back-post {
  margin-bottom: 30px;
}

/* line 242, app/assets/stylesheets/theme/blogs.scss */
.back-post a {
  font-size: 16px;
  text-transform: uppercase;
  color: #f06c3a;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* line 251, app/assets/stylesheets/theme/blogs.scss */
.back-post a i {
  font-size: 14px;
}

/* line 255, app/assets/stylesheets/theme/blogs.scss */
.publish-row .form-group label {
  margin-bottom: 0 !important;
}

/* line 259, app/assets/stylesheets/theme/blogs.scss */
.sr-th-fi-blog {
  padding: 10px 30px !important;
  text-align: center;
}

@media screen and (max-width: 575px) {
  /* line 266, app/assets/stylesheets/theme/blogs.scss */
  .mutiple-img-row {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 269, app/assets/stylesheets/theme/blogs.scss */
  .publish-row .file_input_wrap.edit-provider-1 h6 {
    white-space: nowrap;
  }
  /* line 272, app/assets/stylesheets/theme/blogs.scss */
  .profile-data-table .header-img-la .upload-row {
    gap: 10px 0;
    margin: 10px 0;
  }
}

@media screen and (max-width: 479px) {
  /* line 278, app/assets/stylesheets/theme/blogs.scss */
  .mutiple-img-row {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 281, app/assets/stylesheets/theme/blogs.scss */
  .publish-row .file_input_wrap.edit-provider-1 {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.breadcrumb {

  /* display: inline-block; */
  /*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);*/
  overflow: hidden;
  border-radius: 0px;
  /*border: 1px solid #e9ecef;*/
  counter-reset: flag;
  background: transparent;
  padding: 0;
  border-bottom: 1px solid #f0f2f5;
  border-top: 1px solid #e9ecef;
  border-right: 1px solid #e9ecef;
  border-left: 1px solid #e9ecef;
  margin-bottom: 0;
}

.breadcrumb a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 15px;
  line-height: 36px;
  color: white;
  padding: 3px 30px;
  position: relative;
  cursor: pointer;
}

.breadcrumb a:first-child {
  border-radius: 0;
}
.breadcrumb a:first-child:before {
  left: 14px;
}
.breadcrumb a:last-child {
  border-radius: 0 5px 5px 0;
  padding-right: 20px;
  width: initial;
  flex: auto;
  cursor: pointer;
}
.breadcrumb a:not(:last-child):first-child:before {
  border-right: 14px solid;
  border-bottom: 18px solid;
  left: -28px;
}
.breadcrumb a:not(:last-child):before {
  position: absolute;
  top: 2px;
  content: '';
  border-right: 10px solid;
  border-bottom: 10px solid;
  height: 40px;
  width: 40px;
  transform: rotate(-45deg);
  left: -24px;
  z-index: 3;
  display: block;
  background: #E86C2E;
}
.breadcrumb a:after {
  content: '';
  position: absolute;
  top: -29px;
  right: -50px;
  width: 100px;
  height: 100px;
  transform: scale(0.300) rotate(45deg);
  z-index: 1;
  background: #666;
  background: linear-gradient(135deg, #666, #333);
  border-radius: 0 5px 0 50px;
}

.breadcrumb a.active-tab:after {
  background: #E86C2E;
}
.breadcrumb a.active-tab {
  color: #fff;
  background: #E86C2E;
}
.breadcrumb a:last-child:after {
  content: none;
}

.flat a, .flat a:after {
  background: white;
  color: black;
  transition: all 0.5s;
}
.flat a:before {
  background: white;
}

.flat a:hover::after,
.flat a:hover{
  background: #E86C2E;
  color: #FFFFFF;
}
.breadcrumb a:last-child:hover {
 color: #E86C2E;
  cursor: pointer !important;
}
.breadcrumb.flat a:last-child:hover{
  background-color: #fff;
  cursor: text;
}


@media(max-width: 767px) {
  .breadcrumb a{
    padding: 3px 26px;
  }
  .breadcrumb a:not(:last-child):before {
    top: 11px;
    border-right: 3px solid;
    border-bottom: 3px solid;
    height: 20px;
    width: 20px;
  }
}
@media(max-width: 568px){
  .breadcrumb a{
    line-height: 26px;
    padding: 0px 15px;
    font-size: 14px;
  }
  .breadcrumb a:after{
    top: -10px;
    right: -18px;
    width: 50px;
    height: 50px;
  }
  .breadcrumb a:first-child{
    font-size: small;
  }
  .breadcrumb a:not(:last-child):before {
    top: 9px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    height: 7px;
    width: 7px;
    left: -6px;
  }
}

@media(max-width: 480px){
  .breadcrumb a:after {
    top: -2px;
    right: -10px;
    width: 30px;
    height: 30px;
  }
}
/*****************service banner css**************/
/* line 10, app/assets/stylesheets/theme/contact_us.scss */
.servive-page-banner.contact-banner {
  background: url(/../images/cover-banner-contact-us-2.webp) no-repeat;
  position: relative;
  padding: 4% 0;
  background-size: cover;
  text-align: center;
  background-position: center center;
  min-height: 210px;
}

/* line 19, app/assets/stylesheets/theme/contact_us.scss */
.servive-page-banner h1 {
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}

/**********************end****************/
/*****************contact us*******************/
/* line 30, app/assets/stylesheets/theme/contact_us.scss */
section.contact-us-tools {
  padding: 2% 0 0;
}

/* line 33, app/assets/stylesheets/theme/contact_us.scss */
.contct-info {
  text-align: center;
  padding: 18px 10px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px #ccc;
  border-radius: 10px;
}

/* line 40, app/assets/stylesheets/theme/contact_us.scss */
.contct-info i {
  font-size: 33px;
  color: #E86C2E;
}

/* line 44, app/assets/stylesheets/theme/contact_us.scss */
.contct-info p, .contact-feilds-data p {
  color: #7a7a7a;
  font-size: 14px;
}

/* line 48, app/assets/stylesheets/theme/contact_us.scss */
.contct-info span {
  color: #636363;
  font-size: 16px;
}

/* line 52, app/assets/stylesheets/theme/contact_us.scss */
.contact-feilds-data {
  background: #f3f3f3;
  padding: 30px 30px;
  border-radius: 10px;
}

/* line 57, app/assets/stylesheets/theme/contact_us.scss */
.contact-feilds-data h6 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 63, app/assets/stylesheets/theme/contact_us.scss */
.contact-feilds-data .form-group input {
  width: 100%;
  border: none;
  height: 50px;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 20px;
  margin-bottom: 10px;
}

/* line 72, app/assets/stylesheets/theme/contact_us.scss */
.contact-feilds-data .form-group textarea {
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 20px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
  resize: none;
}

/* line 81, app/assets/stylesheets/theme/contact_us.scss */
a.sub-bttn {
  background: #8f9df9;
  padding: 12px 60px;
  border: 1px solid #8f9df9;
  border-radius: 50px;
  color: #fff;
  font-size: 22px;
  display: inline-block;
}

/* line 90, app/assets/stylesheets/theme/contact_us.scss */
section.contact-page-data figure img {
  width: 20%;
}

/* line 93, app/assets/stylesheets/theme/contact_us.scss */
.construct-contact-info h4 {
  font-size: 24px;
  font-weight: 600;
}

/* line 97, app/assets/stylesheets/theme/contact_us.scss */
.construct-contact-info p {
  color: #7b7b7b;
  font-size: 14px;
  line-height: 26px;
}

/* line 102, app/assets/stylesheets/theme/contact_us.scss */
.construct-contact-info {
  text-align: center;
}

/* line 105, app/assets/stylesheets/theme/contact_us.scss */
.contact-feilds-data .form-group input::placeholder, .contact-feilds-data .form-group textarea::placeholder {
  font-size: 13px;
}

/**************************responsive css***********************/
@media (max-width: 991px) {
  /* line 110, app/assets/stylesheets/theme/contact_us.scss */
  .contact-feilds-data {
    margin-bottom: 30px;
    padding: 20px;
  }
  /* line 114, app/assets/stylesheets/theme/contact_us.scss */
  section.contact-page-data figure img {
    width: auto;
  }
  /* line 117, app/assets/stylesheets/theme/contact_us.scss */
  .servive-page-banner h1 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  /* line 122, app/assets/stylesheets/theme/contact_us.scss */
  .contct-info figure img {
    width: 40px;
    height: 40px;
  }
  /* line 126, app/assets/stylesheets/theme/contact_us.scss */
  .servive-page-banner h1 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  /* line 132, app/assets/stylesheets/theme/contact_us.scss */
  .construct-contact-info p {
    color: #7b7b7b;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px !important;
  }
  /* line 138, app/assets/stylesheets/theme/contact_us.scss */
  .construct-contact-info h4, .contact-feilds-data h6 {
    font-size: 18px;
  }
  /* line 141, app/assets/stylesheets/theme/contact_us.scss */
  .contct-info span {
    font-size: 16px;
  }
}
/* line 1, app/assets/stylesheets/theme/landing_page.scss */
html, body {
  scroll-behavior: smooth;
}

/* line 5, app/assets/stylesheets/theme/landing_page.scss */
img {
  max-width: 100%;
  height: auto;
  border: none;
}

/* line 11, app/assets/stylesheets/theme/landing_page.scss */
.material-symbols-outlined {
  font-size: 16px !important;
  line-height: inherit !important;
}

/**************header css start ***************/
/* line 17, app/assets/stylesheets/theme/landing_page.scss */
.header-wrap a.navbar-brand img {
  width: 80px;
}

/* line 20, app/assets/stylesheets/theme/landing_page.scss */
.header-wrap .navbar-dark .navbar-nav {
  margin-top: 8px;
}

/* line 23, app/assets/stylesheets/theme/landing_page.scss */
.header-wrap .navbar-dark .navbar-nav .nav-link {
  color: #908c8c;
}

/* line 26, app/assets/stylesheets/theme/landing_page.scss */
.header-wrap .navbar-dark .navbar-nav .nav-link {
  color: #0d2a58;
  font-size: 14px;
  margin: 0px 6px;
  line-height: 21px;
}

/* line 32, app/assets/stylesheets/theme/landing_page.scss */
a.nav-link.header-link {
  text-align: center;
}

/* line 35, app/assets/stylesheets/theme/landing_page.scss */
.admin-side-nav {
  padding-right: 0;
}

/* line 38, app/assets/stylesheets/theme/landing_page.scss */
.header-wrap div#collapsibleNavbar {
  justify-content: flex-end;
}

/* line 41, app/assets/stylesheets/theme/landing_page.scss */
#collapsibleNavbar ul li.active a {
  color: #E86C2E;
}

/* line 44, app/assets/stylesheets/theme/landing_page.scss */
a.navbar-brand h4 {
  color: #0d2a58;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
}

/* line 50, app/assets/stylesheets/theme/landing_page.scss */
.header-wrap .navbar-dark .navbar-nav li.nav-item.lgoin-bttn .nav-link, .top-header .login-right-bottom ul li .nav-link {
  background: #e86c2e;
  color: #fff !important;
  border-radius: 20px;
  padding: 12px 20px 12px 20px;
  width: 100%;
  max-width: 149px;
  display: inline-block;
  text-align: center;
  line-height: 10px;
  border: 1px solid #e86c2e;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 66, app/assets/stylesheets/theme/landing_page.scss */
.welcome-modal-wrap img {
  width: 100%;
}

/* line 69, app/assets/stylesheets/theme/landing_page.scss */
.modal-header.msg-header {
  border-bottom: none;
}

/* line 72, app/assets/stylesheets/theme/landing_page.scss */
.welcome-modal-wrap p {
  font-size: 14px;
  color: #747474;
}

/* line 76, app/assets/stylesheets/theme/landing_page.scss */
div#welcome-msg-show-modal .modal-dialog {
  max-width: 560px;
}

/* line 79, app/assets/stylesheets/theme/landing_page.scss */
div#welcome-msg-show-modal .modal-dialog .modal-content {
  padding: 20px;
  border-radius: 15px;
}

/* line 83, app/assets/stylesheets/theme/landing_page.scss */
.msg-footer button.btn {
  background: #E86C2E;
  color: #fff;
}

/* line 87, app/assets/stylesheets/theme/landing_page.scss */
.email-msg-val-display {
  font-size: 11px;
  color: red;
}

/* line 91, app/assets/stylesheets/theme/landing_page.scss */
li.nav-item.lgoin-bttn .dropdown-toggle::after {
  position: absolute;
  right: 8px;
  top: 15px;
}

/* line 96, app/assets/stylesheets/theme/landing_page.scss */
.profile-basic-info {
  text-align: left;
}

/* line 99, app/assets/stylesheets/theme/landing_page.scss */
div#home {
  height: 90px;
}

/* line 102, app/assets/stylesheets/theme/landing_page.scss */
.edit-basic-info {
  text-align: left;
  border-bottom: 1px solid #eeeded;
  padding: 10px;
}

/* line 107, app/assets/stylesheets/theme/landing_page.scss */
.header-wrap nav.navbar.navbar-expand-md.navbar-dark {
  border-bottom: 5px solid #0d2a58;
  padding: 8px 0px 10px;
}

/* line 111, app/assets/stylesheets/theme/landing_page.scss */
.header-wrap .navbar-dark .navbar-nav .nav-link:hover {
  color: #e86c2e;
}

/* line 114, app/assets/stylesheets/theme/landing_page.scss */
.fixed-top {
  background: #fff;
  z-index: 999;
}

/* line 118, app/assets/stylesheets/theme/landing_page.scss */
.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

/* line 121, app/assets/stylesheets/theme/landing_page.scss */
.header-wrap .navbar-nav .request-a-bttn {
  margin-right: 10px;
}

/* line 124, app/assets/stylesheets/theme/landing_page.scss */
.header-wrap .navbar-nav .request-a-bttn a {
  margin-right: 10px;
  border: 1px solid #E86C2E;
  border-radius: 50px;
  padding: 6.5px 20px;
  background-color: #E86C2E;
  color: #ffffff !important;
  line-height: 1;
  transition: 0.5s all;
}

/* line 134, app/assets/stylesheets/theme/landing_page.scss */
.header-wrap .navbar-nav .request-a-bttn a:hover {
  background-color: #E86C2E;
  color: #fff;
}

/*******************end header*********************/
/************************banner section start css*****************/
/* line 141, app/assets/stylesheets/theme/landing_page.scss */
section.banner-sec-wrap section.banner-sec-layout {
  position: relative;
}

/* line 144, app/assets/stylesheets/theme/landing_page.scss */
section.banner-sec-wrap .carousel-inner img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 150, app/assets/stylesheets/theme/landing_page.scss */
.inner-banner-content {
  text-align: center;
}

/* line 153, app/assets/stylesheets/theme/landing_page.scss */
.home-changes-wrap {
  background: transparent;
}

/* line 156, app/assets/stylesheets/theme/landing_page.scss */
.how-it-works img {
  width: 65px;
  margin-bottom: 20px;
}

/* line 160, app/assets/stylesheets/theme/landing_page.scss */
.inner-banner-content p {
  color: #a2a2a2;
  font-size: 14px;
  margin-bottom: 0;
  padding-top: 4px;
}

/* line 166, app/assets/stylesheets/theme/landing_page.scss */
.inner-banner-content .search-here input {
  width: 490px;
  padding: 10px;
  border-radius: 4px;
  border: none;
  height: 48px;
  padding-left: 30px;
  box-shadow: 0px 0px 3px #ccc;
}

/* line 175, app/assets/stylesheets/theme/landing_page.scss */
.search-here img {
  background: #00095d;
  padding: 5px;
}

/* line 179, app/assets/stylesheets/theme/landing_page.scss */
.search-here {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 685px;
  margin: auto;
}

/* line 186, app/assets/stylesheets/theme/landing_page.scss */
.search-provider-btm {
  text-align: left;
  position: relative;
}

/* line 190, app/assets/stylesheets/theme/landing_page.scss */
.search-provider-btm i {
  position: absolute;
  top: 15px;
  left: 10px;
  color: #999;
}

/* line 196, app/assets/stylesheets/theme/landing_page.scss */
.location-box #location {
  width: 180px;
  margin-right: 15px;
  padding: 14px 20px;
  border-radius: 4px;
  border: none;
  height: 48px;
  background: #fff;
  color: #7d7d7d;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  box-shadow: 0px 0px 3px #ccc;
}

/* line 213, app/assets/stylesheets/theme/landing_page.scss */
a#location i.fa.fa-map-marker {
  position: absolute;
  left: 10px;
}

/* line 217, app/assets/stylesheets/theme/landing_page.scss */
span#location-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
}

/* line 223, app/assets/stylesheets/theme/landing_page.scss */
.gps-track {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  border-bottom: 1px solid #e4e4e4;
  padding: 20px;
}

/* line 231, app/assets/stylesheets/theme/landing_page.scss */
.gps-track p {
  color: #000;
  margin-bottom: 0;
}

/* line 235, app/assets/stylesheets/theme/landing_page.scss */
button#gps {
  color: #6e43e5;
  background: transparent;
  border: none;
}

/* line 240, app/assets/stylesheets/theme/landing_page.scss */
.select-dropdown-content-wrap {
  border: 1px solid #fff;
  width: 360px;
  background: #fff;
  box-shadow: 0px 0px 3px #ccc;
  border-radius: 8px;
  text-align: initial;
  position: relative;
}

/* line 249, app/assets/stylesheets/theme/landing_page.scss */
span.search-triangle {
  position: absolute;
  border-bottom: 6px solid #041738;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  top: -8px;
  z-index: 99999;
  display: inline-block;
  left: 8px;
}

/* line 259, app/assets/stylesheets/theme/landing_page.scss */
.search-here.new-design-wrp select#home_select-city {
  margin: 15px;
  width: 92%;
}

/* line 263, app/assets/stylesheets/theme/landing_page.scss */
.search-here.new-design-wrp select#home_select-state {
  margin: 15px;
  width: 92%;
}

/* line 267, app/assets/stylesheets/theme/landing_page.scss */
.select-drop-list {
  position: absolute;
  left: 0;
  top: 66px;
  z-index: 100;
}

/* line 273, app/assets/stylesheets/theme/landing_page.scss */
div#theCarousel .carousel-control-prev-icon, div#theCarousel .carousel-control-next-icon {
  background: none;
}

/* line 276, app/assets/stylesheets/theme/landing_page.scss */
div#theCarousel span.carousel-control-prev-icon i, div#theCarousel .carousel-control-next-icon i {
  color: #afabab;
  font-size: 25px;
}

/* line 280, app/assets/stylesheets/theme/landing_page.scss */
div#theCarousel .carousel-control-prev {
  left: -100px;
}

/* line 284, app/assets/stylesheets/theme/landing_page.scss */
div#theCarousel .carousel-control-next {
  right: -100px;
}

/* line 287, app/assets/stylesheets/theme/landing_page.scss */
.offer-item-slider {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* line 292, app/assets/stylesheets/theme/landing_page.scss */
.offer-item-slider a {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0px 0px 3px #ccc;
  padding: 20px;
  margin-bottom: 22px;
  min-height: 135px;
}

/*****************end banner css**************/
/*********************About us css*****************/
/* line 307, app/assets/stylesheets/theme/landing_page.scss */
section.about-us {
  padding: 3% 0px;
  position: relative;
}

/* line 311, app/assets/stylesheets/theme/landing_page.scss */
h2.head-h2 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

/* line 319, app/assets/stylesheets/theme/landing_page.scss */
h2.video-block-heading {
  font-size: 30px;
  font-weight: 600;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 22px;
  text-transform: uppercase;
}

/* line 328, app/assets/stylesheets/theme/landing_page.scss */
.about-us-content p {
  font-size: 15px;
  color: #a2a2a2;
  line-height: 24px;
  width: 100%;
}

/* line 334, app/assets/stylesheets/theme/landing_page.scss */
.about-us-content {
  text-align: center;
}

/* line 338, app/assets/stylesheets/theme/landing_page.scss */
p.italic-para {
  padding-left: 7%;
  max-width: 90%;
  font-style: italic;
  position: relative;
}

/* line 345, app/assets/stylesheets/theme/landing_page.scss */
p.italic-para:before {
  content: "-";
  position: absolute;
  width: 35px;
  height: 10px;
  left: 8px;
  top: -1px;
  font-size: 55px;
  color: #0d2a58;
}

/* line 356, app/assets/stylesheets/theme/landing_page.scss */
.cstm-bttn {
  background: #e86c2e;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 15px;
  font-size: 20px;
  border: none;
  text-align: center;
  display: inline-block;
}

/* line 367, app/assets/stylesheets/theme/landing_page.scss */
.inner-about-us figure img {
  width: 90%;
}

/* line 370, app/assets/stylesheets/theme/landing_page.scss */
.wrap-block {
  width: 100%;
}

/* line 373, app/assets/stylesheets/theme/landing_page.scss */
.wrap-block h2 {
  color: #e86c2e;
}

/****************************end***************/
/******************content-sec*******************/
/* line 381, app/assets/stylesheets/theme/landing_page.scss */
.content-sec {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
  object-fit: cover;
}

/* line 390, app/assets/stylesheets/theme/landing_page.scss */
.colored-sec {
  background: #0d2a58;
  padding: 10%;
  opacity: 0.78;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 401, app/assets/stylesheets/theme/landing_page.scss */
.colored-sec p {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  line-height: 36px;
  letter-spacing: 1.8px;
  margin-bottom: 0;
  position: relative;
  padding-top: 10%;
}

/* line 413, app/assets/stylesheets/theme/landing_page.scss */
.colored-sec p:before {
  content: "";
  position: absolute;
  border-top: 8px solid #e86c2e;
  width: 80px;
  height: 60px;
  left: 0px;
  top: 0px;
}

/***************end******************/
/*****************offer css************/
/* line 426, app/assets/stylesheets/theme/landing_page.scss */
section.offer-sec {
  padding: 3% 0;
  text-align: center;
}

/* line 431, app/assets/stylesheets/theme/landing_page.scss */
.inner-offer-sec p {
  font-size: 15px;
  color: #a2a2a2;
  line-height: 24px;
}

/* Defines the width of the carousel and centers it on the page */
/* line 438, app/assets/stylesheets/theme/landing_page.scss */
.slick-carousel {
  margin: 0 auto;
  width: 100%;
}

/* The width of each slide */
/* line 444, app/assets/stylesheets/theme/landing_page.scss */
.slick-slide {
  width: auto;
}

/* line 448, app/assets/stylesheets/theme/landing_page.scss */
.offer-items-img {
  text-align: center;
  position: relative;
}

/* line 452, app/assets/stylesheets/theme/landing_page.scss */
.offer-items-img img {
  margin: 0px auto;
}

/* line 455, app/assets/stylesheets/theme/landing_page.scss */
button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
  font-size: 0px;
  border: 0;
  color: transparent;
  background: transparent;
  outline: none;
  margin-bottom: 0px;
}

/* line 464, app/assets/stylesheets/theme/landing_page.scss */
slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
}

/* line 471, app/assets/stylesheets/theme/landing_page.scss */
.offer-items-img h5 {
  color: #4c4b4b;
  font-size: 14px;
  padding-top: 20px;
  text-transform: capitalize;
  min-height: 40px;
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 0;
}

/* line 481, app/assets/stylesheets/theme/landing_page.scss */
a#more_services {
  margin-left: 900px;
  margin-top: 15px;
}

/* line 485, app/assets/stylesheets/theme/landing_page.scss */
.header-wrap nav.navbar.navbar-expand-md.navbar-dark .container {
  max-width: 1400px !important;
}

/*************project-details****************/
/* line 491, app/assets/stylesheets/theme/landing_page.scss */
.project-details-wrap {
  background: url(/../images/project-details.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 3% 0 2%;
}

/* line 499, app/assets/stylesheets/theme/landing_page.scss */
.inner-details span {
  font-size: 30px;
  font-weight: 500;
  color: #E86C2E;
}

/* line 505, app/assets/stylesheets/theme/landing_page.scss */
.inner-details p {
  margin-bottom: 0;
  font-size: 16px;
  color: #d6d6d6;
}

/* line 511, app/assets/stylesheets/theme/landing_page.scss */
.inner-details {
  position: relative;
  text-align: center;
}

/* line 516, app/assets/stylesheets/theme/landing_page.scss */
.inner-details img {
  width: 50px;
  display: block;
  margin: 0px auto 10px;
}

/* line 522, app/assets/stylesheets/theme/landing_page.scss */
span.project-details-plus {
  position: absolute;
  top: -12px !important;
  color: #e86c2e !important;
  font-size: 44px !important;
}

/**************************end**********************/
/************************top-rated services******************/
/* line 532, app/assets/stylesheets/theme/landing_page.scss */
section.top-rated-services {
  padding: 3% 0;
  text-align: center;
}

/* line 537, app/assets/stylesheets/theme/landing_page.scss */
.services-sec p {
  font-size: 14px;
  color: #a2a2a2;
  line-height: 24px;
}

/* line 543, app/assets/stylesheets/theme/landing_page.scss */
.slider-products {
  display: inline-flex !important;
}

/* line 546, app/assets/stylesheets/theme/landing_page.scss */
.product-detail-card {
  margin: 0px 15px;
  box-shadow: 0 4px 8px 0 #94a2f8;
  border-radius: 20px;
}

/* line 552, app/assets/stylesheets/theme/landing_page.scss */
.product-detail-card img {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  border-bottom: 8px solid #94a2f8;
}

/* line 558, app/assets/stylesheets/theme/landing_page.scss */
.product-detail-card h6 {
  font-size: 18px;
  color: #101010;
  margin-top: 10%;
  font-weight: 700;
}

/* line 565, app/assets/stylesheets/theme/landing_page.scss */
div#carousel-id {
  margin-top: 8%;
}

/* line 569, app/assets/stylesheets/theme/landing_page.scss */
p.text-xs-center {
  margin-top: 4%;
  background: transparent;
}

/* line 574, app/assets/stylesheets/theme/landing_page.scss */
.product-detail-card span {
  font-size: 15px;
  color: #8f8e8e;
}

/* line 579, app/assets/stylesheets/theme/landing_page.scss */
p.text-xs-center a:hover {
  text-decoration: none;
}

/* line 583, app/assets/stylesheets/theme/landing_page.scss */
section.top-rated-services .carousel-inner {
  height: 430px;
}

/* line 586, app/assets/stylesheets/theme/landing_page.scss */
.notification-new-wrap {
  background: #fff;
  box-shadow: 0px 0px 4px #cbcbcb;
}

/**************end**************/
/**********************testimonial text*****************/
/* line 593, app/assets/stylesheets/theme/landing_page.scss */
section.testimonial-content {
  padding: 3% 0;
  background-size: cover;
}

/* line 598, app/assets/stylesheets/theme/landing_page.scss */
.inner-testimonial-text p {
  color: #dbd6d6;
  text-align: center;
  font-size: 18px;
  padding: 0 10%;
  line-height: 30px;
  margin-bottom: 0;
}

/********************end*********************/
/* line 608, app/assets/stylesheets/theme/landing_page.scss */
section.plans-section {
  padding: 3% 0;
  text-align: center;
}

/* line 613, app/assets/stylesheets/theme/landing_page.scss */
.inner-plans p {
  font-size: 16px;
  color: #a2a2a2;
  line-height: 24px;
}

/* line 619, app/assets/stylesheets/theme/landing_page.scss */
.row.top-plans {
  margin-top: 7%;
}

/* line 623, app/assets/stylesheets/theme/landing_page.scss */
.inner-plans-card {
  box-shadow: 5px -4px 45px 3px #93a5fa;
  border-radius: 15px;
  padding: 15% 5%;
  margin: 0px 4%;
}

/* line 630, app/assets/stylesheets/theme/landing_page.scss */
.inner-plans-card h3 {
  color: #8c8c8c;
  font-size: 30px;
  margin-bottom: 8%;
}

/* line 636, app/assets/stylesheets/theme/landing_page.scss */
span.bg-txt {
  color: #065890;
  font-size: 34px;
  font-weight: 700;
}

/* line 642, app/assets/stylesheets/theme/landing_page.scss */
.inner-plans-card p, .inner-plans-card form label {
  font-size: 18px;
  color: #8c8c8c;
}

/* line 647, app/assets/stylesheets/theme/landing_page.scss */
.buy-now {
  background: #065890;
  padding: 10px 20px;
  width: 100%;
  max-width: 210px;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

/* line 659, app/assets/stylesheets/theme/landing_page.scss */
.buy-now.clinet {
  background: #e86c2e;
  text-align: center;
  color: #ffffff;
}

/* line 665, app/assets/stylesheets/theme/landing_page.scss */
.inner-plans-card:hover {
  box-shadow: none;
  background: #bbc4fb;
  cursor: pointer;
}

/* line 671, app/assets/stylesheets/theme/landing_page.scss */
.inner-plans-card:hover h3, .inner-plans-card:hover p, .inner-plans-card:hover label {
  color: #fff;
}

/* line 675, app/assets/stylesheets/theme/landing_page.scss */
.inner-plans-card:hover a.buy-now {
  background: #fff;
  color: #065890;
}

/**************************end*********************/
/***********************client info*****************/
/* line 683, app/assets/stylesheets/theme/landing_page.scss */
section.client-info-wrap {
  padding: 3% 0;
  background-size: cover;
  background: #041838;
}

/* line 689, app/assets/stylesheets/theme/landing_page.scss */
.header-wrap .navbar-dark .navbar-nav .nav-link {
  margin: 0;
}

/* line 692, app/assets/stylesheets/theme/landing_page.scss */
.client-info h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 4%;
}

/* line 699, app/assets/stylesheets/theme/landing_page.scss */
.client-info p {
  font-style: italic;
  font-size: 15px;
  color: #d4d1d1;
  line-height: 24px;
}

/* line 706, app/assets/stylesheets/theme/landing_page.scss */
.client-info a.buy-now {
  background: #fff;
  color: #065890;
  text-align: center;
}

/* line 712, app/assets/stylesheets/theme/landing_page.scss */
.profile-info {
  background: #fff;
  padding: 30px;
  height: 350px;
}

/* line 718, app/assets/stylesheets/theme/landing_page.scss */
.profile-info p {
  font-size: 15px;
  color: #A29F9F;
  line-height: 24px;
  text-overflow: ellipsis;
  max-height: 180px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

/* line 730, app/assets/stylesheets/theme/landing_page.scss */
img.client-img {
  width: 100%;
  margin-top: 0;
  height: 200px;
}

/* line 736, app/assets/stylesheets/theme/landing_page.scss */
.profile-info figure {
  text-align: right;
  margin-bottom: 25px;
}

/* line 741, app/assets/stylesheets/theme/landing_page.scss */
ul.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
}

/* line 750, app/assets/stylesheets/theme/landing_page.scss */
.client-profile {
  margin-top: 5%;
  margin-left: 8%;
}

/* line 755, app/assets/stylesheets/theme/landing_page.scss */
section.client-info-wrap ul.carousel-indicators {
  bottom: -50px;
}

/* line 759, app/assets/stylesheets/theme/landing_page.scss */
section.client-info-wrap .carousel-inner {
  height: 380px;
}

/******************end**********************/
/***************************contact us**************************/
/* line 766, app/assets/stylesheets/theme/landing_page.scss */
.get-ib-touch span {
  color: #9f9f9f;
  font-size: 18px;
}

/* line 771, app/assets/stylesheets/theme/landing_page.scss */
section.contact-us {
  padding: 3% 0;
  text-align: center;
}

/* line 776, app/assets/stylesheets/theme/landing_page.scss */
.contact-form .form-group input {
  height: 65px;
  border: 1px solid #c7c7c7;
  border-radius: 0;
}

/* line 782, app/assets/stylesheets/theme/landing_page.scss */
.contact-form .form-group textarea {
  border: 1px solid #c7c7c7;
  border-radius: 0;
}

/* line 787, app/assets/stylesheets/theme/landing_page.scss */
.contact-form .form-group input::placeholder, .contact-form .form-group textarea::placeholder {
  color: #c0c0c0;
  font-size: 14px;
}

/* line 792, app/assets/stylesheets/theme/landing_page.scss */
.contact-form .form-group textarea:focus, .contact-form .form-group input:focus {
  outline: none;
  box-shadow: none;
}

/* line 797, app/assets/stylesheets/theme/landing_page.scss */
a.cstm-bttn.send {
  width: 100%;
  padding: 14px;
  color: #fff;
  font-size: 18px;
  box-shadow: none;
  background: #065890;
  text-decoration: none;
}

/* line 807, app/assets/stylesheets/theme/landing_page.scss */
button.cstm-bttn.send {
  width: 100%;
  padding: 14px;
  color: #fff;
  font-size: 18px;
  box-shadow: none;
  background: #e86c2e;
  text-decoration: none;
}

/* line 817, app/assets/stylesheets/theme/landing_page.scss */
.contact-info {
  background: #041838;
  padding: 40px;
  text-align: left;
  margin-left: 10%;
}

/* line 824, app/assets/stylesheets/theme/landing_page.scss */
.contact-info h4 {
  color: #e86c2e;
  font-size: 24px;
}

/* line 829, app/assets/stylesheets/theme/landing_page.scss */
address h6 {
  font-size: 22px;
  color: #fff;
}

/* line 834, app/assets/stylesheets/theme/landing_page.scss */
address p {
  color: #d3d3d3;
  font-size: 18px;
}

/***********************end********************/
/***********************tooltip********************/
/* line 843, app/assets/stylesheets/theme/landing_page.scss */
.more_info .title {
  position: absolute;
  top: 20px;
  background: #000;
  padding: 4px;
  display: inline-block;
  color: #fff;
  z-index: 9;
  border-radius: 6px;
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
}

/***********************end********************/
/********************customer satisfaction***********************/
/* line 860, app/assets/stylesheets/theme/landing_page.scss */
section.customer-satisfaction-wrap {
  padding: 3% 0;
  text-align: center;
}

/* line 864, app/assets/stylesheets/theme/landing_page.scss */
.customer-satisfaction p {
  font-size: 15px;
  color: #a2a2a2;
  line-height: 24px;
}

/* line 869, app/assets/stylesheets/theme/landing_page.scss */
.cutomer-satisfied-img img {
  width: 60px;
  margin-bottom: 15px;
}

/***********************footer section********************/
/* line 874, app/assets/stylesheets/theme/landing_page.scss */
footer.footer-sec {
  background: #041838;
  padding: 3% 0;
  z-index: 99;
}

/* line 880, app/assets/stylesheets/theme/landing_page.scss */
.inner-footer-menu h4 {
  color: #e86c2e;
  font-size: 18px;
  margin-bottom: 6%;
}

/* line 886, app/assets/stylesheets/theme/landing_page.scss */
.inner-footer-menu p {
  color: #dbd6d6;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0;
  padding-right: 8%;
  text-align: justify;
}

/* line 895, app/assets/stylesheets/theme/landing_page.scss */
ul.ft-menu {
  padding: 0;
  margin-top: 10%;
}

/* line 900, app/assets/stylesheets/theme/landing_page.scss */
ul.ft-menu li {
  list-style-type: none;
  line-height: 30px;
}

/* line 905, app/assets/stylesheets/theme/landing_page.scss */
ul.ft-menu li a {
  color: #dedede;
  font-size: 15px;
  text-decoration: none;
}

/* line 910, app/assets/stylesheets/theme/landing_page.scss */
.nav-item.register-professional a {
  position: relative;
}

/* line 914, app/assets/stylesheets/theme/landing_page.scss */
ul.ft-menu li a:hover {
  color: #e86c2e;
}

/* line 918, app/assets/stylesheets/theme/landing_page.scss */
.email-subscribe form input {
  width: 100%;
  height: 45px;
  border-radius: 0px;
  border: 0;
  background: #fff;
  padding: 20px;
  font-size: 13px;
}

/* line 928, app/assets/stylesheets/theme/landing_page.scss */
.email-subscribe button.btn.cstm-bttn {
  border-radius: 0px;
  height: 45px;
  background: #e86c2e;
  color: #fff;
  box-shadow: none;
  font-size: 16px;
  right: 0px;
}

/* line 939, app/assets/stylesheets/theme/landing_page.scss */
.email-subscribe form input:focus {
  outline: none;
  box-shadow: none;
}

/* line 944, app/assets/stylesheets/theme/landing_page.scss */
.social-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* line 950, app/assets/stylesheets/theme/landing_page.scss */
.social-icon span {
  color: #fff;
  background: #e86c2e;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 20px;
  border-radius: 20px;
  line-height: 36px;
}

/* line 961, app/assets/stylesheets/theme/landing_page.scss */
.facebook-icon {
  background: #3b5998 !important;
}

/* line 964, app/assets/stylesheets/theme/landing_page.scss */
.twitter-icon {
  background: #00acee !important;
}

/* line 967, app/assets/stylesheets/theme/landing_page.scss */
.linkedin-icon {
  background: #0077b5 !important;
}

/* line 970, app/assets/stylesheets/theme/landing_page.scss */
.instagram-icon {
  background: #833AB4 !important;
}

/* line 973, app/assets/stylesheets/theme/landing_page.scss */
.social-icon span {
  margin-left: 10px;
}

/* line 976, app/assets/stylesheets/theme/landing_page.scss */
.privacy-wrap a {
  color: #4b8aee;
  padding: 0px 10px;
  text-decoration: none;
}

/* line 981, app/assets/stylesheets/theme/landing_page.scss */
.privacy-wrap a:hover {
  color: #e86c2e;
}

/************************new style***********************/
/* line 985, app/assets/stylesheets/theme/landing_page.scss */
.offer-items-img img {
  height: 40px;
  width: 40px;
  object-fit: cover;
}

/* line 991, app/assets/stylesheets/theme/landing_page.scss */
a.slick-slide.slick-cloned.slick-active .offer-items-img:focus, a.slick-slide.slick-cloned.slick-active .offer-items-img:visited {
  outline: none;
  box-shadow: none;
  border: none;
}

/* line 997, app/assets/stylesheets/theme/landing_page.scss */
.offer-items-img img:focus, .offer-items-img img:visited {
  outline: none;
  box-shadow: none;
  border: none;
}

/* line 1003, app/assets/stylesheets/theme/landing_page.scss */
.slick-slide.slick-active div a:focus, .slick-slide.slick-active div a:visited {
  outline: none;
  box-shadow: none;
  border: none;
}

/******************top rated services***************/
/* line 1011, app/assets/stylesheets/theme/landing_page.scss */
section.top-rated-services .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 260px;
  margin: 0px auto;
  border-radius: 20px 20px 0px 0px !important;
  border-bottom: 8px solid #0d2a58;
  object-fit: cover;
}

/* line 1021, app/assets/stylesheets/theme/landing_page.scss */
.block-team-member-1.text-center.rounded.h-100 {
  margin: 0px 15px;
  box-shadow: 0 4px 8px 0 #a3bfec;
  border-radius: 20px !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* line 1029, app/assets/stylesheets/theme/landing_page.scss */
.block-team-member-1 h4 {
  font-size: 16px;
  color: #101010;
  margin-top: 10%;
  font-weight: 700;
}

/* line 1036, app/assets/stylesheets/theme/landing_page.scss */
.block-team-member-1 span {
  font-size: 14px;
  color: #8f8e8e;
}

/* line 1041, app/assets/stylesheets/theme/landing_page.scss */
section.top-rated-services .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: block !important;
}

/* line 1045, app/assets/stylesheets/theme/landing_page.scss */
section.top-rated-services .owl-nav button.owl-prev {
  width: 50px;
  box-shadow: 0px 4px 5px #eae4e4;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  margin: 20px 6px;
}

/* line 1054, app/assets/stylesheets/theme/landing_page.scss */
section.top-rated-services .owl-nav button.owl-next {
  width: 50px;
  box-shadow: 0px -2px 5px #eae4e4;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  margin: 20px 6px;
}

/* line 1063, app/assets/stylesheets/theme/landing_page.scss */
section.top-rated-services .owl-nav button.owl-prev span, .owl-nav button.owl-next span {
  font-size: 30px;
  line-height: 20px;
}

/* line 1068, app/assets/stylesheets/theme/landing_page.scss */
section.top-rated-services .owl-nav button.owl-next:focus, .owl-nav button.owl-prev:focus {
  outline: none;
}

/* line 1072, app/assets/stylesheets/theme/landing_page.scss */
section.top-rated-services .owl-carousel.owl-loaded {
  margin-top: 5%;
}

/******************search bar***************/
/* line 1078, app/assets/stylesheets/theme/landing_page.scss */
.fixedHeight {
  color: black !important;
  font-size: 18px !important;
  max-height: 350px;
  max-width: 490px;
  margin-bottom: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 1088, app/assets/stylesheets/theme/landing_page.scss */
.fixedHeight::-webkit-scrollbar {
  width: 12px;
}

/* Track */
/* line 1094, app/assets/stylesheets/theme/landing_page.scss */
.fixedHeight::-webkit-scrollbar-track {
  background: #F1F1F1;
  border-radius: 15px;
  padding-right: 35px;
}

/* Handle */
/* line 1101, app/assets/stylesheets/theme/landing_page.scss */
.fixedHeight::-webkit-scrollbar-thumb {
  background: #065890;
  border-radius: 15px;
}

/* Handle on hover */
/* line 1107, app/assets/stylesheets/theme/landing_page.scss */
.fixedHeight::-webkit-scrollbar-thumb:hover {
  background: #065890;
}

/* line 1111, app/assets/stylesheets/theme/landing_page.scss */
#blur {
  color: transparent;
  text-shadow: 0 0 8px #ccc;
}

/* line 1118, app/assets/stylesheets/theme/landing_page.scss */
.modal-header {
  background: #ffffff;
  color: #000000;
}

/* line 1123, app/assets/stylesheets/theme/landing_page.scss */
.radio-butttons h6 {
  font-size: 25px;
  color: #777;
  margin-bottom: 10%;
}

/* line 1129, app/assets/stylesheets/theme/landing_page.scss */
.radio-butttons label img {
  width: 90px;
}

/* line 1133, app/assets/stylesheets/theme/landing_page.scss */
.radio-butttons .form-check {
  margin-bottom: 35px;
}

/* line 1137, app/assets/stylesheets/theme/landing_page.scss */
.radio-butttons .form-check label {
  font-size: 18px;
}

/* line 1141, app/assets/stylesheets/theme/landing_page.scss */
.radio-butttons .form-check label {
  font-size: 18px;
}

/* line 1145, app/assets/stylesheets/theme/landing_page.scss */
.radio-butttons .form-check-input {
  margin-top: .5rem;
}

/* line 1149, app/assets/stylesheets/theme/landing_page.scss */
button.btn.cstm-bt {
  background: #4d56f3;
  color: #fff;
  font-size: 16px;
}

/* line 1155, app/assets/stylesheets/theme/landing_page.scss */
.modal-header button:focus {
  outline: none;
}

/* line 1159, app/assets/stylesheets/theme/landing_page.scss */
.modal-header .close {
  text-shadow: none;
  color: #000000;
}

/* line 1164, app/assets/stylesheets/theme/landing_page.scss */
div#home .dropdown-menu.show {
  background: #fefefe;
  border: none;
  width: 100%;
  left: 10px;
  top: 55px;
  box-shadow: 0px 0px 6px #065890;
}

/* line 1173, app/assets/stylesheets/theme/landing_page.scss */
div#home .dropdown-menu.show a.dropdown-item {
  color: #0d2a58;
  padding: 10px 25px;
}

/* line 1178, app/assets/stylesheets/theme/landing_page.scss */
.ui-widget-content {
  background: #fff !important;
  background-image: none;
  color: #000;
  border-radius: 8px;
}

/* line 1185, app/assets/stylesheets/theme/landing_page.scss */
.ui-widget.ui-widget-content {
  border: 1px solid #ccc !important;
  overflow-x: hidden;
}

/* line 1190, app/assets/stylesheets/theme/landing_page.scss */
.ui-menu .ui-menu-item-wrapper {
  padding: 15px 10px !important;
  border-bottom: 1px solid #ccc;
}

/* line 1195, app/assets/stylesheets/theme/landing_page.scss */
.ui-menu-item .list_item_container.ui-menu-item-wrapper:hover {
  background: #e7e7e7 !important;
  color: #444;
  border: none !important;
}

/* line 1201, app/assets/stylesheets/theme/landing_page.scss */
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #e7e7e7 !important;
  color: #444;
  border: none !important;
}

/********************************scroll button css*****************************/
/* line 1208, app/assets/stylesheets/theme/landing_page.scss */
#scroll-button {
  display: inline-block;
  background-color: #e86c2e;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 40px;
  right: 90px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
}

/* line 1226, app/assets/stylesheets/theme/landing_page.scss */
#scroll-button::after {
  content: "";
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

/* line 1237, app/assets/stylesheets/theme/landing_page.scss */
#scroll-button:hover {
  cursor: pointer;
  background-color: #e86c2e;
}

/* line 1242, app/assets/stylesheets/theme/landing_page.scss */
#scroll-button.show {
  opacity: 1;
  visibility: visible;
}

/* line 1247, app/assets/stylesheets/theme/landing_page.scss */
.redirect-page {
  padding: 5% 0;
  text-align: center;
  height: 100%;
  min-height: 900px;
}

/* line 1254, app/assets/stylesheets/theme/landing_page.scss */
.request-btn {
  font-size: 15px;
}

/* line 1258, app/assets/stylesheets/theme/landing_page.scss */
section.banner-sec-wrap .carousel-item {
  overflow: hidden;
  width: 100%;
}

/***************hedaer change*****************/
/* line 1264, app/assets/stylesheets/theme/landing_page.scss */
.mobile-block {
  display: none;
}

/* line 1268, app/assets/stylesheets/theme/landing_page.scss */
.slick-prev:before, .slick-next:before {
  color: #000 !important;
  display: none;
}

/* line 1277, app/assets/stylesheets/theme/landing_page.scss */
.navbar-dark .navbar-brand:focus {
  outline: none;
}

/* line 1281, app/assets/stylesheets/theme/landing_page.scss */
.notifications-div {
  padding: 15px;
  font-size: 14px;
  color: #504e4e;
  margin-bottom: 20px;
  background-color: #F3F3F3;
}

/* line 1288, app/assets/stylesheets/theme/landing_page.scss */
.select-menu-st {
  background: #0000001a !important;
}

/* line 1292, app/assets/stylesheets/theme/landing_page.scss */
.truncate a {
  color: #065890;
}

/* line 1296, app/assets/stylesheets/theme/landing_page.scss */
.notification-date {
  text-align: right;
  font-size: 12px;
}

/* line 1301, app/assets/stylesheets/theme/landing_page.scss */
.notifications-div p {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

/* line 1308, app/assets/stylesheets/theme/landing_page.scss */
.notification-wrapp {
  flex: 1;
}

/* line 1312, app/assets/stylesheets/theme/landing_page.scss */
.top-service-details-page {
  flex: 1;
}

/* line 1316, app/assets/stylesheets/theme/landing_page.scss */
.notification-contain {
  background: #fbfbfb;
  padding: 30px;
  border-radius: 4px;
  min-height: 550px;
}

/* line 1323, app/assets/stylesheets/theme/landing_page.scss */
.notification-date span {
  font-style: italic;
  color: #000;
}

/* line 1328, app/assets/stylesheets/theme/landing_page.scss */
.page-item.active .page-link {
  z-index: 0 !important;
  background-color: #0d2a58;
  border-color: #0d2a58;
}

/* line 1334, app/assets/stylesheets/theme/landing_page.scss */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

/* line 1341, app/assets/stylesheets/theme/landing_page.scss */
.modal-content {
  border: none;
}

/* line 1345, app/assets/stylesheets/theme/landing_page.scss */
ul.pagination {
  margin-top: 20px;
  margin-bottom: 0;
  justify-content: center;
}

/* line 1351, app/assets/stylesheets/theme/landing_page.scss */
#ui-id-1 {
  z-index: 99;
  max-height: 25%;
}

/*******************how it works css***************/
/* line 1358, app/assets/stylesheets/theme/landing_page.scss */
.timeline-steps {
  display: flex;
  justify-content: space-between;
}

/* line 1362, app/assets/stylesheets/theme/landing_page.scss */
.timeline-steps .timeline-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 25%;
}

/* line 1369, app/assets/stylesheets/theme/landing_page.scss */
.timeline-content {
  text-align: center;
}

/* line 1372, app/assets/stylesheets/theme/landing_page.scss */
.inner-circle {
  position: relative;
  background-color: #E86C2E;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  border-radius: 6.25rem;
  opacity: .5;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 20px;
}

/* line 1388, app/assets/stylesheets/theme/landing_page.scss */
.inner-circle:hover {
  opacity: 1;
}

/* line 1391, app/assets/stylesheets/theme/landing_page.scss */
.timeline-step {
  position: relative;
}

/* line 1394, app/assets/stylesheets/theme/landing_page.scss */
.timeline-step {
  position: relative;
}

/* line 1397, app/assets/stylesheets/theme/landing_page.scss */
.timeline-step:after {
  content: "";
  position: absolute;
  border-bottom: 2px dashed #efeeee;
  top: 22px;
  width: 100%;
  max-width: 160px;
  right: unset;
  left: -80px;
  z-index: -1;
}

/* line 1408, app/assets/stylesheets/theme/landing_page.scss */
.works-img img {
  width: 300px;
}

/* line 1411, app/assets/stylesheets/theme/landing_page.scss */
.timeline-step.active:after {
  border-bottom: 2px dashed #E86C2E;
}

/* line 1414, app/assets/stylesheets/theme/landing_page.scss */
.timeline-step:first-child:after {
  display: none;
}

/* line 1417, app/assets/stylesheets/theme/landing_page.scss */
.timeline-step.active .inner-circle {
  opacity: 1;
}

/* line 1420, app/assets/stylesheets/theme/landing_page.scss */
.bottom-footer p {
  color: #fff;
}

/* line 1423, app/assets/stylesheets/theme/landing_page.scss */
.bottom-footer {
  text-align: center;
  padding-top: 20px;
  background: #062455;
}

/* line 1428, app/assets/stylesheets/theme/landing_page.scss */
.menus-bottom-res, .responsive-logo-wrap {
  display: none;
}

/****************************landing page css********************************/
/* line 1433, app/assets/stylesheets/theme/landing_page.scss */
.bottom-nav {
  position: fixed;
  top: 100px;
  right: 0;
  background: #f7f7f7;
  z-index: 9999;
}

/* line 1440, app/assets/stylesheets/theme/landing_page.scss */
.bottom-nav a {
  display: block;
  text-align: left;
  color: #636363;
  padding: 15px 20px;
  font-size: 17px;
  transition-property: margin-left;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  border-bottom: 1px solid #eaeaea;
}

/* line 1451, app/assets/stylesheets/theme/landing_page.scss */
.bottom-more-options {
  display: none;
}

/* line 1454, app/assets/stylesheets/theme/landing_page.scss */
.bottom-more-options.open-menu {
  display: block;
  transition: all .5s linear;
}

/* line 1458, app/assets/stylesheets/theme/landing_page.scss */
.bottom-more-options.open-menu .bottom-nav {
  right: 0px;
  width: 100%;
  height: calc(100% - 60px);
  top: 0;
  display: block;
  transition: all .5s linear;
  box-shadow: 0px 0px 3px #ccc;
  overflow: scroll;
}

/* line 1468, app/assets/stylesheets/theme/landing_page.scss */
.bottom-more-options.open-menu .set-logout {
  position: fixed;
  bottom: 60px;
  text-align: center;
  left: 0;
  right: 0;
  border-top: 1px solid #ccc;
  padding: 18px;
  background: #f7f7f7;
}

/* line 1478, app/assets/stylesheets/theme/landing_page.scss */
a.nav-link.responsive-menu img {
  width: 17px;
  margin-right: 10px;
}

/*****************************blog css*****************/
/* line 1483, app/assets/stylesheets/theme/landing_page.scss */
section.blog-wrapper {
  padding: 5% 0;
}

/* line 1486, app/assets/stylesheets/theme/landing_page.scss */
.blog-wrap img {
  width: 100%;
  border: 4px solid #efefef;
}

/* line 1490, app/assets/stylesheets/theme/landing_page.scss */
.blog-content-box h2 {
  font-size: 20px;
  font-weight: 600;
  color: #0d2a58;
}

/* line 1495, app/assets/stylesheets/theme/landing_page.scss */
.blog-content-box p {
  font-size: 15px;
  color: #545353;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1505, app/assets/stylesheets/theme/landing_page.scss */
.blog-wrap {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 4px;
}

/* line 1511, app/assets/stylesheets/theme/landing_page.scss */
.blog-date-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 1516, app/assets/stylesheets/theme/landing_page.scss */
.blog-date-wrap a {
  color: #e86c2e;
}

/* line 1519, app/assets/stylesheets/theme/landing_page.scss */
.profile-data-table.create-jobs {
  display: block;
}

/* line 1522, app/assets/stylesheets/theme/landing_page.scss */
.profile-data-table.create-jobs .card {
  height: 100%;
  border: 1px solid #eaf2ff;
  border-radius: 4px;
  background: #d9d9d975;
}

/* line 1528, app/assets/stylesheets/theme/landing_page.scss */
.profile-data-table.create-jobs .card:hover {
  box-shadow: 0 4px 8px 0 #e3e3e3;
}

/* line 1531, app/assets/stylesheets/theme/landing_page.scss */
table#jobs-table th {
  background: #010033;
  color: #fff;
  border-bottom: none;
}

/* line 1536, app/assets/stylesheets/theme/landing_page.scss */
table.table thead tr th {
  background: #F7f7f7;
  color: #000;
  border-bottom: none;
  font-weight: 500;
  border: none;
  border-top: none;
}

/* line 1544, app/assets/stylesheets/theme/landing_page.scss */
table.table thead tr td {
  border-top: none;
}

/* line 1547, app/assets/stylesheets/theme/landing_page.scss */
.hrm-details-wrap.all-pages-bg .filterDiv {
  margin-top: 2%;
}

/* line 1550, app/assets/stylesheets/theme/landing_page.scss */
.profile-data-table.create-jobs h4 {
  font-size: 20px;
}

/* line 1553, app/assets/stylesheets/theme/landing_page.scss */
button:focus-visible {
  outline: none;
  border: none;
}

/* line 1557, app/assets/stylesheets/theme/landing_page.scss */
table#jobs-table tr {
  background: #ffffff;
}

/* line 1560, app/assets/stylesheets/theme/landing_page.scss */
table#jobs-table tr td {
  background: transparent;
}

/* line 1563, app/assets/stylesheets/theme/landing_page.scss */
select#job_service_id, select#job_level, select#job_budget {
  background: #fff;
  height: 40px;
}

/* line 1567, app/assets/stylesheets/theme/landing_page.scss */
.applicant-pic img, .applicant-profile-pic img {
  width: 100px;
  border-radius: 100%;
  height: 100px;
}

/* line 1572, app/assets/stylesheets/theme/landing_page.scss */
.applicant-profile-pic {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1576, app/assets/stylesheets/theme/landing_page.scss */
.price-quoted {
  margin-top: 15px;
}

/* line 1579, app/assets/stylesheets/theme/landing_page.scss */
.user_details_wrapper {
  margin-left: 25px;
  margin-bottom: 25px;
}

/* line 1583, app/assets/stylesheets/theme/landing_page.scss */
.user-description {
  margin-top: 18px;
}

/* line 1586, app/assets/stylesheets/theme/landing_page.scss */
.hire_button-v1 {
  float: right;
}

/* line 1589, app/assets/stylesheets/theme/landing_page.scss */
.contract-button-wrapper {
  text-align: center;
}

/* line 1592, app/assets/stylesheets/theme/landing_page.scss */
.card-body.applicants-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 1597, app/assets/stylesheets/theme/landing_page.scss */
.applicant-content p {
  margin-bottom: 6px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5a5a5a;
}

/* line 1607, app/assets/stylesheets/theme/landing_page.scss */
.applicant-content p:first-child {
  font-weight: 800;
  color: #000000;
  margin-bottom: 10px;
}

/* line 1612, app/assets/stylesheets/theme/landing_page.scss */
.applicant-content {
  padding-left: 20px;
  width: 65%;
}

/* line 1616, app/assets/stylesheets/theme/landing_page.scss */
.profile-page.applicants-page {
  position: relative;
  min-height: 250px;
}

/* line 1620, app/assets/stylesheets/theme/landing_page.scss */
.without-applicant {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0px auto;
  max-width: 500px;
  top: 0;
}

/* line 1633, app/assets/stylesheets/theme/landing_page.scss */
.without-applicant p {
  padding: 34px;
  margin-bottom: 0;
}

/************************ register as a professionals**************************/
/* line 1639, app/assets/stylesheets/theme/landing_page.scss */
.register-partners {
  padding: 3% 0;
  background: #d4e8fa;
}

/* line 1643, app/assets/stylesheets/theme/landing_page.scss */
.register-as-partners h1 {
  font-size: 44px;
  color: #0d2a58;
  line-height: 44px;
  margin-bottom: 30px;
  font-weight: bold;
}

/* line 1650, app/assets/stylesheets/theme/landing_page.scss */
.join-btn {
  background: #e86c2e;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}

/* line 1657, app/assets/stylesheets/theme/landing_page.scss */
.join-btn:hover {
  color: #FFFFFF;
  text-decoration: none;
}

/* line 1661, app/assets/stylesheets/theme/landing_page.scss */
.login-right-bottom ul.navbar-nav {
  flex-direction: row;
}

/* line 1664, app/assets/stylesheets/theme/landing_page.scss */
.Onboarding-Process-wrap {
  padding: 3% 0;
  text-align: center;
}

/* line 1668, app/assets/stylesheets/theme/landing_page.scss */
.onboading-content img {
  width: 50px !important;
  height: 50px;
  margin-bottom: 20px;
}

/* line 1673, app/assets/stylesheets/theme/landing_page.scss */
.onboading-content h5 {
  font-size: 20px;
}

/* line 1676, app/assets/stylesheets/theme/landing_page.scss */
.register-as-partners p {
  font-size: 15px;
  color: #0d2a58;
  line-height: 24px;
}

/* line 1681, app/assets/stylesheets/theme/landing_page.scss */
.onboading-content p, .onboading-content p, .modal-header.partner-modal p {
  font-size: 15px;
  color: #a2a2a2;
  line-height: 24px;
}

/* line 1686, app/assets/stylesheets/theme/landing_page.scss */
.client-happiness {
  text-align: center;
  padding: 30px;
  box-shadow: 0px 0px 3px #ccc;
  border-radius: 10px;
}

/* line 1692, app/assets/stylesheets/theme/landing_page.scss */
.client-happiness img {
  width: 100px;
}

/* line 1695, app/assets/stylesheets/theme/landing_page.scss */
.client-happiness img {
  width: 100px;
}

/* line 1698, app/assets/stylesheets/theme/landing_page.scss */
.inner-circle.partner-opacity img {
  width: 30px;
}

/* line 1701, app/assets/stylesheets/theme/landing_page.scss */
.inner-circle.partner-opacity {
  opacity: 1;
}

/* line 1704, app/assets/stylesheets/theme/landing_page.scss */
.register-as-partners img {
  width: 100%;
}

/* line 1707, app/assets/stylesheets/theme/landing_page.scss */
.suppliers-content h6 {
  font-size: 20px;
  font-style: italic;
  color: #0d2a58;
}

/* line 1712, app/assets/stylesheets/theme/landing_page.scss */
#myModal2 .modal-dialog {
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
  max-width: 600px;
}

/* line 1719, app/assets/stylesheets/theme/landing_page.scss */
#myModal2 .modal-content {
  padding: 20px;
}

/* line 1722, app/assets/stylesheets/theme/landing_page.scss */
.modal-header.partner-modal {
  display: block;
}

/* line 1725, app/assets/stylesheets/theme/landing_page.scss */
.modal-header.partner-modal .close {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #000;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 6px;
  text-align: center;
  float: none;
  border-radius: 20px;
}

/* line 1738, app/assets/stylesheets/theme/landing_page.scss */
#exampleFormControlSelect1, select#service_provider_service_id {
  background: transparent;
  height: 45px;
  font-size: 16px !important;
}

/* line 1743, app/assets/stylesheets/theme/landing_page.scss */
.partner-form input {
  height: 45px;
}

/* line 1746, app/assets/stylesheets/theme/landing_page.scss */
.join-btn.submit-data {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: none;
}

/* line 1753, app/assets/stylesheets/theme/landing_page.scss */
.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

/* line 1757, app/assets/stylesheets/theme/landing_page.scss */
.profile-wrap.job-design-wrap {
  background: #f8f8f8;
  max-width: 1000px;
  margin: 0px auto;
  padding: 20px;
  box-shadow: 0px 0px 3px #c4f7ff;
  border-radius: 10px;
}

/* line 1765, app/assets/stylesheets/theme/landing_page.scss */
.job-post-tbl input, .job-post-tbl select {
  height: 45px !important;
}

/* line 1768, app/assets/stylesheets/theme/landing_page.scss */
.owner-property-content {
  text-align: left;
  background: transparent;
  padding: 15px 20px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 3px #ccc;
}

/* line 1776, app/assets/stylesheets/theme/landing_page.scss */
.owner-property-content h6 {
  color: #696868;
  font-size: 16px;
  margin-bottom: 0;
}

/* line 1781, app/assets/stylesheets/theme/landing_page.scss */
.owner-img-text {
  display: flex;
  align-items: center;
}

/* line 1785, app/assets/stylesheets/theme/landing_page.scss */
.owner-property-content img {
  width: 45px;
  margin-right: 20px;
}

/* line 1789, app/assets/stylesheets/theme/landing_page.scss */
.owner-property-content-p {
  display: none;
}

/* line 1793, app/assets/stylesheets/theme/landing_page.scss */
.owner-property-content-p p {
  margin-bottom: 0;
  padding: 15px 20px;
  font-size: 14px;
  color: #a2a2a2;
  line-height: 24px;
}

/* line 1800, app/assets/stylesheets/theme/landing_page.scss */
.owner-property, .owner-property-responsive {
  display: none;
}

/* line 1803, app/assets/stylesheets/theme/landing_page.scss */
.service-material {
  text-decoration: none !important;
}

/* line 1807, app/assets/stylesheets/theme/landing_page.scss */
.create-jobs-bg {
  background: #FFFFFF;
  box-shadow: 0px 0px 3px #ccc;
  padding: 20px;
  border-radius: 5px;
  max-width: 800px;
  margin: 0px auto;
}

/* line 1815, app/assets/stylesheets/theme/landing_page.scss */
.create-jobs-bg h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

/* line 1819, app/assets/stylesheets/theme/landing_page.scss */
.create-jobs-bg h2 {
  color: #041838;
  text-transform: capitalize;
  font-weight: 600;
}

/* line 1824, app/assets/stylesheets/theme/landing_page.scss */
.jobs-budgets {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

/* line 1830, app/assets/stylesheets/theme/landing_page.scss */
.budgets span, .experience-level span {
  display: block;
  color: #979797;
  font-size: 16px;
}

/* line 1835, app/assets/stylesheets/theme/landing_page.scss */
.budgets span.price, .experience-level .levels {
  color: #000;
  font-weight: 500;
  font-size: 15px;
}

/* line 1840, app/assets/stylesheets/theme/landing_page.scss */
.job-description p {
  font-size: 15px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #979797;
  font-weight: 300;
}

/* line 1851, app/assets/stylesheets/theme/landing_page.scss */
a.job-post-links:hover {
  text-decoration: none;
}

/* line 1854, app/assets/stylesheets/theme/landing_page.scss */
section.traditional-process-wrap {
  padding: 3% 0 0;
  text-align: center;
}

/* line 1858, app/assets/stylesheets/theme/landing_page.scss */
.traditional-process {
  padding: 20px;
  margin: 0px auto;
  background: #e86c2e0f;
  background-size: cover;
  position: relative;
  z-index: 9;
}

/* line 1866, app/assets/stylesheets/theme/landing_page.scss */
.traditional-process:before {
  content: "";
  position: absolute;
  background: #FFFFFF;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: .5;
  z-index: -1;
}

/* line 1878, app/assets/stylesheets/theme/landing_page.scss */
.traditional-process h6 {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 25px;
}

/* line 1885, app/assets/stylesheets/theme/landing_page.scss */
.traditional-process h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #003;
}

/* line 1890, app/assets/stylesheets/theme/landing_page.scss */
img.happiness-guaranteed {
  width: 100px;
}

/* line 1893, app/assets/stylesheets/theme/landing_page.scss */
.customer-satisfaction {
  box-shadow: 0px 0px 3px #ccc;
  padding: 30px;
  border-radius: 10px;
}

/* line 1898, app/assets/stylesheets/theme/landing_page.scss */
input#signup-otp-01 {
  background: repeating-linear-gradient(90deg, #979797 0px, #979797 25px, transparent 0px, transparent 41px) 0px 100%/245px 1px no-repeat;
  padding: 0 0 2px 5px !important;
  line-height: 1.4;
  width: 250px;
  font: 18px droid sans mono, consolas, monospace;
  letter-spacing: 30.4px;
  margin: 20px auto auto 0px;
}

/* line 1908, app/assets/stylesheets/theme/landing_page.scss */
button#resend_otp_v1 {
  position: relative;
  border: none;
  background-color: transparent;
  text-decoration-line: underline;
  color: #065890;
}

/* line 1915, app/assets/stylesheets/theme/landing_page.scss */
select.language-dropdown {
  width: 80px;
  padding: 2px;
  height: 30px;
  margin-left: 8px;
  margin-top: 0px;
}

/* line 1922, app/assets/stylesheets/theme/landing_page.scss */
section.application-wrapper {
  padding: 4% 0;
  background: #04183808;
  min-height: 500px;
  overflow: hidden;
}

/* line 1928, app/assets/stylesheets/theme/landing_page.scss */
.application-download-wrap p {
  font-size: 15px;
  color: #A2A2A2;
  line-height: 24px;
}

/* line 1933, app/assets/stylesheets/theme/landing_page.scss */
.application-download-wrap h4 {
  font-size: 21px;
  color: #909090;
  margin-bottom: 15px;
}

/* line 1943, app/assets/stylesheets/theme/landing_page.scss */
.application-images-wrap .install-btn {
  display: flex;
  gap: 20px;
}

/* line 1947, app/assets/stylesheets/theme/landing_page.scss */
.application-images-wrap .install-btn a img {
  width: 100%;
  cursor: pointer;
  max-width: 180px;
}

/* line 1952, app/assets/stylesheets/theme/landing_page.scss */
.download-app-btn a:not([href]),
.download-app-btn a {
  padding: 21px 26px;
  display: inline-block;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
  max-width: 380px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  line-height: 1;
  transition: 0.5s all;
  position: relative;
}

/* line 1969, app/assets/stylesheets/theme/landing_page.scss */
.download-app-btn a:not([href]):hover,
.download-app-btn a:hover {
  color: #fff;
}

/* line 1974, app/assets/stylesheets/theme/landing_page.scss */
.download-app-btn a::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff2e;
  left: -100%;
  transition: 0.5s all;
  pointer-events: none;
}

/* line 1985, app/assets/stylesheets/theme/landing_page.scss */
.download-app-btn a:hover::before {
  left: auto;
  right: 0;
  width: 0;
}

/* line 1990, app/assets/stylesheets/theme/landing_page.scss */
.phone-application img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  position: absolute;
  right: 0;
  bottom: -200px;
  z-index: 9;
}

/* line 1999, app/assets/stylesheets/theme/landing_page.scss */
span.app-head {
  font-size: 50px;
}

/* line 2002, app/assets/stylesheets/theme/landing_page.scss */
section.roadmap-wrapper {
  padding: 4% 0;
  background: #EFEFEF;
}

/* line 2007, app/assets/stylesheets/theme/landing_page.scss */
.client-info figure img {
  max-width: 170px;
}

/**************************************************service page css new************************/
/* line 2011, app/assets/stylesheets/theme/landing_page.scss */
.service-provider-items-wrap {
  padding: 5% 0;
}

/* line 2014, app/assets/stylesheets/theme/landing_page.scss */
p.service-param {
  color: #fff;
}

/* line 2017, app/assets/stylesheets/theme/landing_page.scss */
section.construction-marketplace-join {
  padding: 3% 0;
}

/* line 2020, app/assets/stylesheets/theme/landing_page.scss */
.services-paragraph h2 {
  font-size: 22px;
  color: #0d2a58;
  margin-bottom: 15px;
}

/* line 2025, app/assets/stylesheets/theme/landing_page.scss */
.services-paragraph p, .join-constrcution-services p {
  color: #656060;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 4px;
}

/* line 2031, app/assets/stylesheets/theme/landing_page.scss */
.service-provider-items-wrap img {
  width: 100%;
}

/* line 2034, app/assets/stylesheets/theme/landing_page.scss */
.join-constrcution-services h2 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #0d2a58;
}

/* line 2039, app/assets/stylesheets/theme/landing_page.scss */
section.Onboarding-Process-wrap.we-can-help {
  background: #f5f5f578;
}

/* line 2042, app/assets/stylesheets/theme/landing_page.scss */
section.top-rated-service-providers-wrap {
  padding: 2% 0;
}

/* line 2045, app/assets/stylesheets/theme/landing_page.scss */
section.single-service-page {
  background: url(/../images/architect-text-img.webp) no-repeat;
  position: relative;
  padding: 2% 0;
  background-size: cover;
  background-position: center center;
}

/* line 2052, app/assets/stylesheets/theme/landing_page.scss */
section.single-service-page.contractor-bg {
  background: url(/../images/contractor-bg.jpg) no-repeat;
  background-size: cover;
}

/* line 2056, app/assets/stylesheets/theme/landing_page.scss */
section.single-service-page.plumber-bg {
  background: url(/../images/plumber-bg-1.jpg) no-repeat;
  background-size: cover;
}

/* line 2060, app/assets/stylesheets/theme/landing_page.scss */
section.single-service-page.Bricks-bw {
  background: url(/../images/brick-2.jpg) no-repeat;
  background-size: cover;
}

/* line 2064, app/assets/stylesheets/theme/landing_page.scss */
section.single-service-page.cement-wrp {
  background: url(/../images/cement-wrp.jpg) no-repeat;
  background-size: cover;
}

/* line 2068, app/assets/stylesheets/theme/landing_page.scss */
section.single-service-page.iron-bg-wr {
  background: url(/../images/iron-bg.jpg) no-repeat;
  background-size: cover;
}

/* line 2072, app/assets/stylesheets/theme/landing_page.scss */
section.single-service-page.sanitary-wrap {
  background: url(/../images/sanitary-img-2.jpg) no-repeat;
  background-size: cover;
}

/* line 2076, app/assets/stylesheets/theme/landing_page.scss */
section.single-service-page.modular-kitchen-wrap {
  background: url(/../images/modular-kitchen-img-2.jpg) no-repeat;
  background-size: cover;
}

/* line 2080, app/assets/stylesheets/theme/landing_page.scss */
section.single-service-page.electrical-wrap {
  background: url(/../images/electrical-wrap-img-1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 2085, app/assets/stylesheets/theme/landing_page.scss */
section.single-service-page.marble-page-wrap {
  background: url(/../images/marble-page-wrap-2.jpg) no-repeat;
  background-size: cover;
}

/* line 2089, app/assets/stylesheets/theme/landing_page.scss */
section.single-service-page.furniture-wrap {
  background: url(/../images/furniture-img-2.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}

/* line 2094, app/assets/stylesheets/theme/landing_page.scss */
section.single-service-page.wood-wrap {
  background: url(/../images/wood-wrap-1.jpg) no-repeat;
  background-size: cover;
}

/* line 2098, app/assets/stylesheets/theme/landing_page.scss */
section.single-service-page.alluminium-wrap {
  background: url(/../images/alluminium-3.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 2103, app/assets/stylesheets/theme/landing_page.scss */
section.single-service-page.transformers-wrap {
  background: url(/../images/transformers-2.jpg) no-repeat;
  background-size: cover;
}

/* line 2107, app/assets/stylesheets/theme/landing_page.scss */
section.single-service-page.lift-elevator-service {
  background: url(/../images/lift-elevator-1.jpg) no-repeat;
  background-size: cover;
}

/* line 2111, app/assets/stylesheets/theme/landing_page.scss */
section.single-service-page.ac-wrapper {
  background: url(/../images/ac-wrap-2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 2116, app/assets/stylesheets/theme/landing_page.scss */
section.single-service-page.glass-wrapper {
  background: url(/../images/glass-services-3.jpg) no-repeat;
  background-size: cover;
}

/* line 2120, app/assets/stylesheets/theme/landing_page.scss */
section.single-service-page.power-backups-wrap {
  background: url(/../images/generator3.webp) no-repeat;
  background-size: cover;
}

/* line 2124, app/assets/stylesheets/theme/landing_page.scss */
section.single-service-page.solar-installer-1 {
  background: url(/../images/solar-installer-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 2129, app/assets/stylesheets/theme/landing_page.scss */
section.single-service-page.painter-bg-wrap {
  background: url(/../images/painter-img-1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 2134, app/assets/stylesheets/theme/landing_page.scss */
section.single-service-page.carpenters-bg-wrap {
  background: url(/../images/carpenters-img-2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 2139, app/assets/stylesheets/theme/landing_page.scss */
section.single-service-page.electricians-services-wrp {
  background: url(/../images/electricians-img-2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 2144, app/assets/stylesheets/theme/landing_page.scss */
.services-paragraph {
  background: #ffffffd9;
  padding: 30px;
  width: 100%;
  max-width: 600px;
}

/* line 2150, app/assets/stylesheets/theme/landing_page.scss */
.services-paragraph ul {
  width: 100%;
  padding: 0 0 0 20px;
}

/* line 2154, app/assets/stylesheets/theme/landing_page.scss */
.services-paragraph .join-btn {
  display: inline-block;
}

/* line 2157, app/assets/stylesheets/theme/landing_page.scss */
.services-paragraph ul li::marker {
  color: #e86c2e;
}

/* line 2161, app/assets/stylesheets/theme/landing_page.scss */
.clrs {
  color: #e86c2e;
}

/* line 2164, app/assets/stylesheets/theme/landing_page.scss */
.top-architects-here img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  max-width: 90px;
  border-radius: 50%;
}

/* line 2171, app/assets/stylesheets/theme/landing_page.scss */
.top-architects-here h4 {
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 10px;
}

/* line 2176, app/assets/stylesheets/theme/landing_page.scss */
.top-architects-here span {
  font-size: 12px;
  padding: 4px 10px 10px;
}

/* line 2181, app/assets/stylesheets/theme/landing_page.scss */
.top-architects-here-with-hover-property {
  height: 100%;
}

/* line 2185, app/assets/stylesheets/theme/landing_page.scss */
.top-architects-here {
  position: relative;
  display: flex;
  justify-content: center;
}

/* line 2190, app/assets/stylesheets/theme/landing_page.scss */
img.architect-rating {
  width: 100px !important;
  height: 25px !important;
  padding: 0px 10px 10px;
  max-width: 100%;
  border-radius: 0;
  object-fit: unset;
}

/*************************new css **********************/
/* line 2200, app/assets/stylesheets/theme/landing_page.scss */
.office-constrcution-wp img {
  width: 100%;
}

/* line 2203, app/assets/stylesheets/theme/landing_page.scss */
.office-constrcution-wp img {
  width: 100%;
  height: 250px;
}

/* line 2207, app/assets/stylesheets/theme/landing_page.scss */
.office-constrcution-wp h4 {
  font-size: 20px;
  background: #000033;
  color: #fff;
  cursor: pointer;
  padding: 15px;
}

/* line 2214, app/assets/stylesheets/theme/landing_page.scss */
section.offer-sec {
  padding: 2% 0;
  text-align: center;
  background: #fff;
  max-width: 1200px;
  margin: 0px auto;
  margin-top: -100px;
  position: relative;
  box-shadow: 0px 0px 3px #ccc;
  border-radius: 10px;
  margin-bottom: 50px;
}

/* line 2226, app/assets/stylesheets/theme/landing_page.scss */
section.offer-sec.office-construction-q {
  margin-top: 0;
  box-shadow: none;
  padding: 0;
}

/***************home new************************/
/* line 2232, app/assets/stylesheets/theme/landing_page.scss */
.property-wraper-box {
  background: #e86c2e0f;
  padding: 30px 30px;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  min-height: 220px;
  text-align: center;
  color: #000000;
}

/* line 2242, app/assets/stylesheets/theme/landing_page.scss */
.home-wp-property {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-top: -150px;
  box-shadow: 0px 0px 3px #ccc;
  z-index: 99;
  position: relative;
  text-align: center;
}

/* line 2252, app/assets/stylesheets/theme/landing_page.scss */
.banner-new-property-section {
  padding: 3% 0;
}

/* line 2255, app/assets/stylesheets/theme/landing_page.scss */
.property-wraper-box img {
  width: 60px;
  margin: 0px auto;
}

/* line 2259, app/assets/stylesheets/theme/landing_page.scss */
.property-wraper-box.property-theme-2 {
  background: #2ea3e80f;
}

/* line 2262, app/assets/stylesheets/theme/landing_page.scss */
a.service-material.home-a {
  color: #e86c2e;
  margin: 0px auto;
  text-align: center;
  background: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  width: 200px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 30px;
}

/* line 2275, app/assets/stylesheets/theme/landing_page.scss */
.property-wraper-box h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 20px;
  text-transform: uppercase;
}

/* line 2282, app/assets/stylesheets/theme/landing_page.scss */
a:hover {
  text-decoration: none;
}

/* line 2285, app/assets/stylesheets/theme/landing_page.scss */
div#property-owner .modal-dialog {
  max-width: 715px;
}

/* line 2288, app/assets/stylesheets/theme/landing_page.scss */
.banner-text-wrp1 {
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
}

/* line 2297, app/assets/stylesheets/theme/landing_page.scss */
.property-wraper-box p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
  color: #727272;
}

/* line 2304, app/assets/stylesheets/theme/landing_page.scss */
.property-wraper-box:hover, .property-wraper-box:hover p {
  background: #e86c2e;
  color: #FFFFFF;
}

/* line 2308, app/assets/stylesheets/theme/landing_page.scss */
.banner-head-wp {
  position: absolute;
  left: 0;
  right: 0;
  top: 300px;
  margin: 0px auto;
  text-align: center;
}

/* line 2316, app/assets/stylesheets/theme/landing_page.scss */
.banner-head-wp h1 {
  color: #fff;
  font-size: 68px;
  text-shadow: 2px 2px #051b51;
}

/* line 2321, app/assets/stylesheets/theme/landing_page.scss */
.contct-info span a {
  color: #636363;
}

/* line 2324, app/assets/stylesheets/theme/landing_page.scss */
.contct-info span a:hover {
  text-decoration: underline;
  color: #e86c2e;
  box-shadow: none;
  padding: 0;
}

/*********************************range css*******************/
/* line 2331, app/assets/stylesheets/theme/landing_page.scss */
.range-area {
  background: #fff;
  padding: 5px;
  border-radius: 2px;
  height: 78%;
}

/* line 2337, app/assets/stylesheets/theme/landing_page.scss */
.range-area label {
  font-size: 15px;
}

/* line 2340, app/assets/stylesheets/theme/landing_page.scss */
.range-area input#within-range {
  display: block;
  width: 100%;
  margin-top: -5px;
}

/* line 2345, app/assets/stylesheets/theme/landing_page.scss */
span#range {
  text-align: center;
  font-size: 13px;
  color: #636060;
}

/* line 2351, app/assets/stylesheets/theme/landing_page.scss */
section.architecture-content-show {
  padding: 4% 0;
}

/* line 2354, app/assets/stylesheets/theme/landing_page.scss */
.architect-text-show h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #e86c2e;
}

/* line 2359, app/assets/stylesheets/theme/landing_page.scss */
.architect-wrp i {
  color: #e86c2e;
  padding-right: 10px;
}

/* line 2363, app/assets/stylesheets/theme/landing_page.scss */
.architect-wrp h6 {
  color: #5d5b5b;
}

/* line 2366, app/assets/stylesheets/theme/landing_page.scss */
.architect-wrp p {
  font-size: 14px;
  color: #8e8c8c;
  padding-left: 25px;
}

/* line 2371, app/assets/stylesheets/theme/landing_page.scss */
.architect-showing-content-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

/* line 2376, app/assets/stylesheets/theme/landing_page.scss */
.servive-page-banner.architect-page .container {
  max-width: 1400px !important;
}

/* line 2379, app/assets/stylesheets/theme/landing_page.scss */
img.architect-build {
  width: 100%;
}

/* line 2382, app/assets/stylesheets/theme/landing_page.scss */
.left-half-content img {
  width: 100%;
}

/* line 2385, app/assets/stylesheets/theme/landing_page.scss */
.top-banner-half-box-wrap {
  border-radius: 4px;
  padding: 30px 10px;
  background: #fff;
  position: relative;
}

/* line 2391, app/assets/stylesheets/theme/landing_page.scss */
.dsk-none {
  display: none;
}

/* line 2394, app/assets/stylesheets/theme/landing_page.scss */
.select-for-signup {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 1px !important;
  margin-bottom: 10px !important;
  padding: 8px;
}

/* line 2401, app/assets/stylesheets/theme/landing_page.scss */
span#cityspan {
  color: #f00;
}

/**************************milestone css************************/
/* line 2405, app/assets/stylesheets/theme/landing_page.scss */
.custom-milestone {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* line 2410, app/assets/stylesheets/theme/landing_page.scss */
.custom-milestone button.page-link {
  color: #fff;
  background: #e86c2e;
  border: none;
  border-radius: 5px;
}

/* line 2416, app/assets/stylesheets/theme/landing_page.scss */
.milestone-wrap-feilds {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: flex-start;
}

/* line 2422, app/assets/stylesheets/theme/landing_page.scss */
.milestone-table-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

/* line 2428, app/assets/stylesheets/theme/landing_page.scss */
.milestone-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 2433, app/assets/stylesheets/theme/landing_page.scss */
.milestone-table-wrap span {
  text-align: center;
  width: 100%;
}

/* line 2437, app/assets/stylesheets/theme/landing_page.scss */
.milestone-div select, .milestone-div input {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  background: transparent;
  padding: 6px;
  font-size: 15px;
  color: #383737;
}

/* line 2446, app/assets/stylesheets/theme/landing_page.scss */
input.form-field.milestone-price {
  margin: 10px;
}

/* line 2449, app/assets/stylesheets/theme/landing_page.scss */
button.remove_milestone.page-link {
  width: 200px;
  height: 45px;
  color: #fff;
  background: #dc3545;
  border-radius: 5px;
  border: none;
}

/* line 2457, app/assets/stylesheets/theme/landing_page.scss */
.carat-user-details-wrap a.navbar-brand img {
  width: 100px;
}

/* line 2460, app/assets/stylesheets/theme/landing_page.scss */
.navbar-header.fixed-brand button#menu-toggle {
  float: right;
  position: absolute;
  top: 25px;
  background: transparent;
  left: 240px;
}

/* line 2467, app/assets/stylesheets/theme/landing_page.scss */
.profile-pic img {
  width: 100px;
  background: #e8e8e8;
  border-radius: 50%;
  height: 100px;
  object-fit: cover;
}

/* line 2474, app/assets/stylesheets/theme/landing_page.scss */
.wrap-profile-info {
  display: flex;
  align-items: center;
}

/* line 2478, app/assets/stylesheets/theme/landing_page.scss */
.hrm-details-wrap {
  background: #fff;
  margin: 20px 0;
  margin-bottom: 50px;
  padding-bottom: 10px;
}

/* line 2484, app/assets/stylesheets/theme/landing_page.scss */
.hrm-details-wrap.dashbaord-padding {
  padding: 20px 30px;
}

/* line 2487, app/assets/stylesheets/theme/landing_page.scss */
.hrm-details-wrap.all-pages-bg {
  margin-top: 80px;
  min-height: 550px;
  border-radius: 10px;
}

/* line 2492, app/assets/stylesheets/theme/landing_page.scss */
.profile-edit-pn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 2497, app/assets/stylesheets/theme/landing_page.scss */
.left-nav-position {
  display: inline-block;
  height: 100%;
  width: 100%;
  background: #f0f2f5;
  margin-left: 30%;
  padding: 15px 20px;
  border-radius: 7px;
  border: none;
  width: 150px;
}

/* line 2508, app/assets/stylesheets/theme/landing_page.scss */
.left-nav-position li a {
  color: #000;
  line-height: 40px;
  font-size: 18px;
  padding: 5px 16px;
}

/* line 2515, app/assets/stylesheets/theme/landing_page.scss */
.left-nav-position li a.active {
  background: #fff;
  border-radius: 3px;
}

/* line 2519, app/assets/stylesheets/theme/landing_page.scss */
.project-photos-rp img, .project-photos-rp video {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 #b7b7b7;
  margin-bottom: 10px;
  height: 150px;
  object-fit: cover;
}

/* line 2527, app/assets/stylesheets/theme/landing_page.scss */
.project-photos-rp span {
  color: #202020;
  font-size: 14px;
}

/* line 2531, app/assets/stylesheets/theme/landing_page.scss */
.project-photos-rp p {
  font-size: 15px;
  color: #202020;
}

/* line 2535, app/assets/stylesheets/theme/landing_page.scss */
.profile-msg-right a {
  background: #183364;
  padding: 10px 15px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
}

/* line 2543, app/assets/stylesheets/theme/landing_page.scss */
.profile-msg-left h2 {
  font-size: 24px;
  color: #011f54;
}

/* line 2547, app/assets/stylesheets/theme/landing_page.scss */
.profile-msg-left h6 {
  font-size: 16px;
  margin-bottom: 15px;
}

/* line 2551, app/assets/stylesheets/theme/landing_page.scss */
h6.hd-h6 {
  color: #202020;
  font-size: 20px;
}

/* line 2555, app/assets/stylesheets/theme/landing_page.scss */
.projects-designs-by-wrap p {
  color: #202020;
  font-size: 15px;
  line-height: 30px;
}

/* line 2560, app/assets/stylesheets/theme/landing_page.scss */
.projects-designs-by-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 2565, app/assets/stylesheets/theme/landing_page.scss */
.design-tabb-wrp ul.nav.nav-tabs {
  background: #f0f2f5;
  border: none;
  border-radius: 10px;
}

/* line 2570, app/assets/stylesheets/theme/landing_page.scss */
.wrap-tab.work-client-tab .tab-links {
  padding: 4px !important;
  border: none;
  border-radius: 5px !important;
  font-weight: 500 !important;
  color: #000000 !important;
}

/* line 2577, app/assets/stylesheets/theme/landing_page.scss */
.wrap-tab.work-client-tab .tab-links.active {
  border-bottom: 0 !important;
  background: #fff;
}

/* line 2581, app/assets/stylesheets/theme/landing_page.scss */
.work-deisgn-box {
  padding: 20px;
  box-shadow: 0 4px 8px 0 #dddddd;
  height: 100%;
  border-left: 1px solid #E86C2E;
  background: #eeeeee;
  margin-bottom: 20px;
}

/* line 2589, app/assets/stylesheets/theme/landing_page.scss */
.date-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #202020;
  font-size: 14px;
}

/* line 2596, app/assets/stylesheets/theme/landing_page.scss */
.bt-btn-icon p button {
  border: none;
  background: transparent;
  color: #202020;
}

/* line 2601, app/assets/stylesheets/theme/landing_page.scss */
.work-dropdown-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 2606, app/assets/stylesheets/theme/landing_page.scss */
.work-dropdown-icon span {
  color: #202020;
  cursor: pointer;
}

/* line 2610, app/assets/stylesheets/theme/landing_page.scss */
.work-dropdown-icon h6 {
  color: #000;
}

/* line 2613, app/assets/stylesheets/theme/landing_page.scss */
.bt-btn-icon span img {
  width: 20px;
}

/* line 2616, app/assets/stylesheets/theme/landing_page.scss */
.description-p {
  color: #202020;
  font-size: 14px;
}

/* line 2620, app/assets/stylesheets/theme/landing_page.scss */
.hrm-details-wrap.all-pages-bg .profile-data-table {
  padding: 0;
}

/* line 2623, app/assets/stylesheets/theme/landing_page.scss */
.work-wrap-bt-btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-count: 4;
}

/* line 2629, app/assets/stylesheets/theme/landing_page.scss */
.bt-btn-icon {
  display: flex;
  align-items: center;
  color: #202020;
  font-size: 14px;
  line-height: 30px;
  background: #f0f0f0;
  width: 100%;
  padding: 10px 10px;
}

/* line 2639, app/assets/stylesheets/theme/landing_page.scss */
.bt-btn-icon p {
  margin-bottom: 0;
}

/* line 2642, app/assets/stylesheets/theme/landing_page.scss */
.bt-btn-icon:first-child {
  border-radius: 0 0 0 10px;
  padding-left: 20px;
}

/* line 2646, app/assets/stylesheets/theme/landing_page.scss */
.bt-btn-icon:last-child {
  border-radius: 0 0 10px 0;
  padding-right: 20px;
}

/* line 2650, app/assets/stylesheets/theme/landing_page.scss */
.design-tabb-wrp ul.nav.nav-tabs li a {
  color: #000;
  border: none;
  background: #f0f2f5;
  padding: 5px 16px;
  font-weight: 500;
}

/* line 2657, app/assets/stylesheets/theme/landing_page.scss */
.View-projects {
  border: 2px solid #E86C2E;
  color: #E86C2E;
  font-size: 15px;
  padding: 6px 10px;
  border-radius: 4px;
  cursor: pointer;
}

/* line 2665, app/assets/stylesheets/theme/landing_page.scss */
a.btn.View-projects.view-details.view-details-btn {
  background: #E86C2E;
  color: #fff;
}

/* line 2669, app/assets/stylesheets/theme/landing_page.scss */
.profile-data-table.create-jobs p {
  font-size: 14px;
  margin-bottom: 0;
}

/* line 2673, app/assets/stylesheets/theme/landing_page.scss */
.star-bg span {
  color: #ddab14;
}

/* line 2676, app/assets/stylesheets/theme/landing_page.scss */
.View-projects:hover {
  background: #E86C2E;
  color: #fff;
}

/* line 2680, app/assets/stylesheets/theme/landing_page.scss */
.upload-bg-icon i {
  font-size: 18px;
  border: 1px solid #f0f2f5;
  padding: 10px;
  border-radius: 50px;
  background: #f0f2f5;
  cursor: pointer;
}

/* line 2688, app/assets/stylesheets/theme/landing_page.scss */
.project-services-btn span {
  background: #f7f7f7;
  padding: 10px 15px;
  color: #202020;
}

/* line 2693, app/assets/stylesheets/theme/landing_page.scss */
.design-tabb-wrp ul.nav.nav-tabs li.nav-item {
  padding: 0.5rem 0.5rem;
}

/* line 2696, app/assets/stylesheets/theme/landing_page.scss */
.design-tabb-wrp ul.nav.nav-tabs li a.active {
  background: #fff;
  padding: 5px 16px;
  border-radius: 3px;
}

/* line 2701, app/assets/stylesheets/theme/landing_page.scss */
.light-txt, .about-construct span, .profile-details-dashboard p {
  color: #202020;
  font-size: 15px;
  line-height: 30px;
  width: 50%;
  text-align: left;
}

/* line 2708, app/assets/stylesheets/theme/landing_page.scss */
.profile-msg-left progress#file {
  width: 100%;
  margin-bottom: 20px;
}

/* line 2712, app/assets/stylesheets/theme/landing_page.scss */
.media-body-txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 2717, app/assets/stylesheets/theme/landing_page.scss */
.circle-img-df {
  width: 60px;
  border-radius: 50px;
  height: 60px;
}

/* line 2722, app/assets/stylesheets/theme/landing_page.scss */
.media-user-nm h4 {
  font-size: 15px;
  margin-bottom: 4px;
  text-transform: capitalize;
}

/* line 2727, app/assets/stylesheets/theme/landing_page.scss */
.media-user-nm p {
  color: #202020;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

/* line 2733, app/assets/stylesheets/theme/landing_page.scss */
p.reply-us {
  color: #2077e9;
  cursor: pointer;
  margin-right: 20px;
}

/* line 2738, app/assets/stylesheets/theme/landing_page.scss */
.accordion-wrap .card-header:after {
  font-family: 'FontAwesome';
  content: "\f077";
  float: right;
}

/* line 2743, app/assets/stylesheets/theme/landing_page.scss */
.accordion-wrap .card-header.collapsed:after {
  content: "\f078";
}

/* line 2746, app/assets/stylesheets/theme/landing_page.scss */
.accordion-wrap .card-header {
  background: transparent;
  padding: 20px;
  cursor: pointer;
  margin-bottom: 20px;
}

/* line 2752, app/assets/stylesheets/theme/landing_page.scss */
.accordion-wrap .card-header a.card-title {
  color: #000;
  font-size: 22px;
  cursor: pointer;
  text-decoration: none;
}

/* line 2758, app/assets/stylesheets/theme/landing_page.scss */
.accordion-wrap .card {
  border: none;
}

/* line 2761, app/assets/stylesheets/theme/landing_page.scss */
.profile-details-dashboard span {
  color: #000;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

/* line 2769, app/assets/stylesheets/theme/landing_page.scss */
.profile-details-dashboard {
  margin-left: 20px;
  color: #593BDB;
  padding: 10px;
  border-radius: 3px;
}

/* line 2775, app/assets/stylesheets/theme/landing_page.scss */
h1.wordk-hd {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
}

/* line 2781, app/assets/stylesheets/theme/landing_page.scss */
.work_client-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 30px 10px;
}

/* line 2788, app/assets/stylesheets/theme/landing_page.scss */
.tab-content-wrapping {
  padding: 10px 30px;
}

/* line 2791, app/assets/stylesheets/theme/landing_page.scss */
.work_client-wrap::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #e9e9e9;
  bottom: -15px;
  width: 100%;
  left: 0;
  right: 0;
}

/* line 2800, app/assets/stylesheets/theme/landing_page.scss */
.work_client-wrap select#status_id {
  margin-bottom: 0;
}

/* line 2803, app/assets/stylesheets/theme/landing_page.scss */
.wrap-tab.work-client-tab {
  width: auto !important;
  border-bottom: none !important;
  background: #f0f2f5;
  padding: 6px !important;
}

/* line 2809, app/assets/stylesheets/theme/landing_page.scss */
.profile-msg-left a {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
}

/* line 2815, app/assets/stylesheets/theme/landing_page.scss */
.create-employee-data {
  padding: 0px 15px;
  display: flex;
  align-items: center;
}

/* line 2820, app/assets/stylesheets/theme/landing_page.scss */
.create-employee-data label {
  width: 120px;
  margin-bottom: 0;
}

/* line 2824, app/assets/stylesheets/theme/landing_page.scss */
.notification-new-wrap ul.notification-ul-new a.nav-link {
  background: transparent;
  border: none;
  display: block;
  text-align: left;
  max-width: 100%;
  white-space: normal;
  padding: 0;
}

/* line 2833, app/assets/stylesheets/theme/landing_page.scss */
.view-delete-projects {
  display: flex;
  justify-content: space-between;
}

/* line 2837, app/assets/stylesheets/theme/landing_page.scss */
.no-active-projects {
  width: 100%;
  margin: 16px;
}

/* line 2841, app/assets/stylesheets/theme/landing_page.scss */
.project-show-details {
  display: flex;
  justify-content: space-between;
}

/* line 2845, app/assets/stylesheets/theme/landing_page.scss */
.project-services-btn span {
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
}

/* line 2851, app/assets/stylesheets/theme/landing_page.scss */
.project-services-btn span a {
  color: #202020;
}

/* line 2854, app/assets/stylesheets/theme/landing_page.scss */
.rmv {
  color: #000;
  border-color: #e7e7e7;
}

/* line 2858, app/assets/stylesheets/theme/landing_page.scss */
.add-milestone-tb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 2863, app/assets/stylesheets/theme/landing_page.scss */
.add-milestone-tb h6 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

/* line 2868, app/assets/stylesheets/theme/landing_page.scss */
.add--milestone,
.set-primary-image-btn {
  border: 2px solid #E86C2E !important;
  border-radius: 4px;
  background: #E86C2E;
  font-size: 15px;
  padding: 7px 16px;
  color: #ffffff;
  line-height: 1.25;
  text-align: center;
  display: inline-block;
  text-transform: capitalize;
  white-space: nowrap;
}

/* line 2882, app/assets/stylesheets/theme/landing_page.scss */
.set-primary-image-btn:disabled {
  opacity: 0.5;
}

/* line 2885, app/assets/stylesheets/theme/landing_page.scss */
.live-chat-click.reply-us {
  cursor: pointer;
}

/* line 2888, app/assets/stylesheets/theme/landing_page.scss */
.service-provider-right-text a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

/* line 2893, app/assets/stylesheets/theme/landing_page.scss */
.add--milestone:hover {
  color: #E86C2E;
  border: 2px solid #E86C2E;
  background: transparent;
}

/* line 2898, app/assets/stylesheets/theme/landing_page.scss */
.work_client-wrap select#status_id {
  margin-bottom: 0;
  padding: 4px;
  height: 36px;
  box-shadow: 0 4px 8px 0 #dddddd;
  border: none;
  margin-left: 10px;
  font-size: 14px;
}

/* line 2907, app/assets/stylesheets/theme/landing_page.scss */
span.input-group-addon {
  padding: 7px;
  position: absolute;
  right: 4px;
  top: 4px;
}

/* line 2913, app/assets/stylesheets/theme/landing_page.scss */
.user-details-wrapper.p-5 {
  margin-left: 20px;
}

/* line 2916, app/assets/stylesheets/theme/landing_page.scss */
.user-details-wrapper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

/* line 2922, app/assets/stylesheets/theme/landing_page.scss */
a.cancel-btn {
  background: #c0372d;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
}

/* line 2928, app/assets/stylesheets/theme/landing_page.scss */
.cancel-btn:hover, .apply-btn:hover {
  text-decoration: none;
  color: #fff;
}

/* line 2932, app/assets/stylesheets/theme/landing_page.scss */
button.cancel-btn {
  background-color: #d9d9d9;
  color: #000;
}

/* line 2936, app/assets/stylesheets/theme/landing_page.scss */
button.cancel-btn:hover {
  background-color: #e86c2e;
  color: #fff;
}

/* line 2940, app/assets/stylesheets/theme/landing_page.scss */
.form-control:focus {
  box-shadow: none;
}

/* Toggle Styles */
/* line 2945, app/assets/stylesheets/theme/landing_page.scss */
span.navbar-toggler-icon {
  display: block;
  width: 20px;
  height: 3px;
  background-size: 100% 100%;
  background: #000;
  margin: 5px;
}

/* line 2953, app/assets/stylesheets/theme/landing_page.scss */
button#menu-toggle:focus {
  outline: none;
}

/* line 2956, app/assets/stylesheets/theme/landing_page.scss */
a.navbar-brand h4 {
  color: #fff;
}

/* line 2959, app/assets/stylesheets/theme/landing_page.scss */
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #EDF0F5;
  min-height: 90vh;
}

/* line 2968, app/assets/stylesheets/theme/landing_page.scss */
#wrapper.toggled {
  padding-left: 250px;
}

/* line 2972, app/assets/stylesheets/theme/landing_page.scss */
#sidebar-wrapper {
  z-index: 1000;
  position: absolute;
  left: 210px;
  width: 0;
  height: 100%;
  margin-left: -210px;
  overflow-y: auto;
  background: #eeeeee;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 2986, app/assets/stylesheets/theme/landing_page.scss */
#wrapper.toggled #sidebar-wrapper {
  width: 210px;
}

/* line 2989, app/assets/stylesheets/theme/landing_page.scss */
#page-content-wrapper {
  position: relative;
  padding: 15px;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

/* line 2997, app/assets/stylesheets/theme/landing_page.scss */
#wrapper.toggled #page-content-wrapper {
  position: relative;
  margin-right: 0px;
}

/* line 3001, app/assets/stylesheets/theme/landing_page.scss */
.fixed-brand {
  width: auto;
}

/* Sidebar Styles */
/* line 3006, app/assets/stylesheets/theme/landing_page.scss */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 210px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2px;
}

/* line 3016, app/assets/stylesheets/theme/landing_page.scss */
.sidebar-nav li {
  text-indent: 8px;
  line-height: 40px;
}

/* line 3020, app/assets/stylesheets/theme/landing_page.scss */
ul.header-right-menus-wrp {
  display: flex;
  align-items: center;
}

/* line 3024, app/assets/stylesheets/theme/landing_page.scss */
ul.header-right-menus-wrp li {
  padding: 0px 10px;
  list-style-type: none;
  color: #000000;
}

/* line 3029, app/assets/stylesheets/theme/landing_page.scss */
ul.header-right-menus-wrp li span {
  font-size: 16px;
}

/* line 3032, app/assets/stylesheets/theme/landing_page.scss */
ul.header-right-menus-wrp li a {
  color: #000;
  font-size: 16px;
}

/* line 3036, app/assets/stylesheets/theme/landing_page.scss */
.dropdown-menu.dashboard-logout a {
  border-bottom: 1px solid #e4e3e3;
}

/* line 3039, app/assets/stylesheets/theme/landing_page.scss */
ul.header-right-menus-wrp li a:hover {
  color: #ef6438;
}

/* line 3042, app/assets/stylesheets/theme/landing_page.scss */
.avatar-upload {
  position: relative;
}

/* line 3045, app/assets/stylesheets/theme/landing_page.scss */
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

/* line 3051, app/assets/stylesheets/theme/landing_page.scss */
.avatar-upload .avatar-edit input {
  display: none;
}

/* line 3054, app/assets/stylesheets/theme/landing_page.scss */
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

/* line 3067, app/assets/stylesheets/theme/landing_page.scss */
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

/* line 3071, app/assets/stylesheets/theme/landing_page.scss */
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

/* line 3082, app/assets/stylesheets/theme/landing_page.scss */
.avatar-upload .avatar-preview {
  position: relative;
  border-radius: 100%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

/* line 3087, app/assets/stylesheets/theme/landing_page.scss */
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 3095, app/assets/stylesheets/theme/landing_page.scss */
.about-construct {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #c9c9c9;
  padding: 10px;
}

/* line 3102, app/assets/stylesheets/theme/landing_page.scss */
.about-construct:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

/* line 3106, app/assets/stylesheets/theme/landing_page.scss */
.about-construct h4 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
  width: 50%;
}

/* line 3112, app/assets/stylesheets/theme/landing_page.scss */
.services-checkbox-wrap {
  column-count: 3;
  padding: 0px 20px;
}

/* line 3116, app/assets/stylesheets/theme/landing_page.scss */
.services-checkbox-wrap .form-check {
  margin-bottom: 10px;
}

/* line 3119, app/assets/stylesheets/theme/landing_page.scss */
.photos-video-uploads {
  padding: 30px 0px;
}

/* line 3122, app/assets/stylesheets/theme/landing_page.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border: none;
}

/* line 3125, app/assets/stylesheets/theme/landing_page.scss */
.photos-video-uploads .nav-tabs .nav-link {
  background: #e4e4e4;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 0;
}

/* line 3131, app/assets/stylesheets/theme/landing_page.scss */
.photos-video-uploads .nav-tabs .nav-link.active {
  background: #183364;
  color: #fff;
  border: 1px solid #183364;
}

/* line 3136, app/assets/stylesheets/theme/landing_page.scss */
.sidebar-nav li img {
  width: 20px;
  display: inline-block;
  margin-right: 20px;
}

/* line 3142, app/assets/stylesheets/theme/landing_page.scss */
.user-logout-btn {
  float: right;
  color: #2196F3;
  font-size: 16px;
  font-weight: 600;
}

/* line 3148, app/assets/stylesheets/theme/landing_page.scss */
.user-logout-btn a {
  color: #fff;
}

/* line 3151, app/assets/stylesheets/theme/landing_page.scss */
.hr-profile-left img {
  width: 100px;
}

/* line 3154, app/assets/stylesheets/theme/landing_page.scss */
.hr-employee-profile-left {
  display: flex;
}

/* line 3157, app/assets/stylesheets/theme/landing_page.scss */
.hr-profile-left {
  margin-right: 20px;
}

/* line 3160, app/assets/stylesheets/theme/landing_page.scss */
.hr-profile-right h5 {
  font-size: 24px;
  margin-bottom: 0;
}

/* line 3164, app/assets/stylesheets/theme/landing_page.scss */
.hr-profile-right span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

/* line 3169, app/assets/stylesheets/theme/landing_page.scss */
.profile-bttn {
  background: linear-gradient(to right, #ff9b44 0%, #fc6075 100%);
  color: #fff;
  padding: 10px;
  line-height: normal;
  border-radius: 5px;
  font-size: 1rem;
}

/* line 3177, app/assets/stylesheets/theme/landing_page.scss */
.hr-profile-right h6 {
  font-size: 13px;
}

/* line 3180, app/assets/stylesheets/theme/landing_page.scss */
.accordion-wrap .card-body {
  border-bottom: 1px solid #CCCCCC;
}

/**********************new css ****************************/
/* line 3184, app/assets/stylesheets/theme/landing_page.scss */
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: #FFFFFF;
  width: 100%;
  height: 100px;
  color: #fff;
  box-shadow: 0 2px 8px 0 #e7e5e5;
}

/* line 3195, app/assets/stylesheets/theme/landing_page.scss */
.logo.dashboard-logo img {
  width: 100px;
}

/* line 3198, app/assets/stylesheets/theme/landing_page.scss */
.header .logo {
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 3202, app/assets/stylesheets/theme/landing_page.scss */
.provider-dashboard-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  background: #0c1034;
}

/* line 3209, app/assets/stylesheets/theme/landing_page.scss */
.responsive-show-menu {
  display: none;
}

/* line 3212, app/assets/stylesheets/theme/landing_page.scss */
.header #menu-action {
  display: block;
  float: left;
  width: 60px;
  height: 100px;
  line-height: 50px;
  color: #052546;
  text-decoration: none;
  text-align: center;
  background: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 8px 0 #e7e5e5;
  border-bottom: 1px solid #cccc;
}

/* line 3230, app/assets/stylesheets/theme/landing_page.scss */
.header #menu-action i {
  display: inline-block;
  margin: 0 5px;
  position: absolute;
  text-align: right;
  right: -50px;
  top: 40px;
  display: none;
}

/* line 3239, app/assets/stylesheets/theme/landing_page.scss */
.header #menu-action span {
  width: 0px;
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 3246, app/assets/stylesheets/theme/landing_page.scss */
.header #menu-action {
  width: 280px;
  position: relative;
}

/* line 3250, app/assets/stylesheets/theme/landing_page.scss */
.logo.dashboard-logo.with-logo-bars {
  text-align: left;
  padding: 13px;
}

/* line 3254, app/assets/stylesheets/theme/landing_page.scss */
.header #menu-action.active .logo.dashboard-logo.with-logo-bars img {
  display: none;
}

/* line 3257, app/assets/stylesheets/theme/landing_page.scss */
.logo.dashboard-logo.only-dashboard-bar {
  visibility: hidden;
}

/* line 3260, app/assets/stylesheets/theme/landing_page.scss */
.logo.dashboard-logo.only-dashboard-bar.active {
  visibility: visible;
}

/* line 3263, app/assets/stylesheets/theme/landing_page.scss */
.header #menu-action.active i {
  right: 20px;
}

/* line 3266, app/assets/stylesheets/theme/landing_page.scss */
.header #menu-action.active {
  width: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 3271, app/assets/stylesheets/theme/landing_page.scss */
.header #menu-action.active span {
  display: inline;
  width: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 3277, app/assets/stylesheets/theme/landing_page.scss */
.sidebar {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 100px;
  width: 280px;
  background: #FFFFFF;
  border-right: 1px solid #ddd;
  text-align: center;
  transition: all 0.2s ease-in-out;
  overflow-y: auto;
  bottom: 0;
  overflow-x: hidden;
}

/* line 3292, app/assets/stylesheets/theme/landing_page.scss */
.sidebar.active {
  width: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 3298, app/assets/stylesheets/theme/landing_page.scss */
.sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 3303, app/assets/stylesheets/theme/landing_page.scss */
.sidebar ul li {
  display: block;
  border-bottom: 1px solid #dedede;
  padding: 6px;
  padding-left: 20px;
}

/* line 3309, app/assets/stylesheets/theme/landing_page.scss */
.sidebar ul li a {
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  color: #202020;
  text-align: left;
}

/* line 3317, app/assets/stylesheets/theme/landing_page.scss */
.sidebar ul li a i {
  display: inline-block;
  width: 18px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-animation-duration: 0.7s;
  -moz-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 3332, app/assets/stylesheets/theme/landing_page.scss */
.sidebar ul li a span {
  display: inline-block;
  height: 60px;
  line-height: 60px;
}

/* line 3337, app/assets/stylesheets/theme/landing_page.scss */
.sidebar ul li a:hover {
  color: #e86c2e;
}

/* line 3340, app/assets/stylesheets/theme/landing_page.scss */
.main {
  position: relative;
  display: block;
  top: 100px;
  left: 0;
  padding-left: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-left: 280px;
}

/* line 3350, app/assets/stylesheets/theme/landing_page.scss */
.main.active {
  padding-left: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 3355, app/assets/stylesheets/theme/landing_page.scss */
.main .jumbotron {
  background-color: #fff;
  padding: 30px !important;
  border: 1px solid #dfe8f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 3363, app/assets/stylesheets/theme/landing_page.scss */
.main .jumbotron h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 3418, app/assets/stylesheets/theme/landing_page.scss */
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

/* line 3425, app/assets/stylesheets/theme/landing_page.scss */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  background: white;
}

/* line 3434, app/assets/stylesheets/theme/landing_page.scss */
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 3438, app/assets/stylesheets/theme/landing_page.scss */
.bs-callout p:last-child {
  margin-bottom: 0;
}

/* line 3441, app/assets/stylesheets/theme/landing_page.scss */
.bs-callout code {
  border-radius: 3px;
}

/* line 3444, app/assets/stylesheets/theme/landing_page.scss */
.bs-callout + .bs-callout {
  margin-top: -5px;
}

/* line 3447, app/assets/stylesheets/theme/landing_page.scss */
.bs-callout-default {
  border-left-color: #777;
}

/* line 3450, app/assets/stylesheets/theme/landing_page.scss */
.bs-callout-default h4 {
  color: #777;
}

/* line 3453, app/assets/stylesheets/theme/landing_page.scss */
.bs-callout-primary {
  border-left-color: #428bca;
}

/* line 3456, app/assets/stylesheets/theme/landing_page.scss */
.bs-callout-primary h4 {
  color: #428bca;
}

/* line 3459, app/assets/stylesheets/theme/landing_page.scss */
.bs-callout-success {
  border-left-color: #5cb85c;
}

/* line 3462, app/assets/stylesheets/theme/landing_page.scss */
.bs-callout-success h4 {
  color: #5cb85c;
}

/* line 3465, app/assets/stylesheets/theme/landing_page.scss */
.bs-callout-danger {
  border-left-color: #d9534f;
}

/* line 3468, app/assets/stylesheets/theme/landing_page.scss */
.bs-callout-danger h4 {
  color: #d9534f;
}

/* line 3471, app/assets/stylesheets/theme/landing_page.scss */
.bs-callout-warning {
  border-left-color: #f0ad4e;
}

/* line 3474, app/assets/stylesheets/theme/landing_page.scss */
.bs-callout-warning h4 {
  color: #f0ad4e;
}

/* line 3477, app/assets/stylesheets/theme/landing_page.scss */
.bs-callout-info {
  border-left-color: #5bc0de;
}

/* line 3480, app/assets/stylesheets/theme/landing_page.scss */
.bs-callout-info h4 {
  color: #5bc0de;
}

/* line 3483, app/assets/stylesheets/theme/landing_page.scss */
.dashboard-videos-tab video {
  width: 100%;
}

/* line 3486, app/assets/stylesheets/theme/landing_page.scss */
.profile-upload-orremove.dashboard-upload-bt {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
}

/* line 3492, app/assets/stylesheets/theme/landing_page.scss */
.dashboard-img-tab img {
  width: 100%;
}

/* line 3495, app/assets/stylesheets/theme/landing_page.scss */
.dashboard-back-btn-edit {
  text-align: right;
  margin-top: 15px;
}

/* line 3499, app/assets/stylesheets/theme/landing_page.scss */
.top-service-details-page.public-profile-show {
  margin-top: 8%;
  box-shadow: 0px 0px 10px #efefef;
}

/* line 3503, app/assets/stylesheets/theme/landing_page.scss */
.dashboard-back-btn {
  position: absolute;
  right: 30px;
  width: 100px;
  margin-top: 20px;
}

/* line 3509, app/assets/stylesheets/theme/landing_page.scss */
profile-details-dashboard h4 {
  margin-bottom: 0;
}

/* line 3512, app/assets/stylesheets/theme/landing_page.scss */
.milestone-client {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 3517, app/assets/stylesheets/theme/landing_page.scss */
.profile-wrap.dashboard-work-client {
  background: transparent;
  height: 100%;
  min-height: 650px;
  padding: 50px;
  box-shadow: 0px 0px 30px #efefef;
  margin-top: 70px;
}

/* line 3525, app/assets/stylesheets/theme/landing_page.scss */
.profile-wrap.dashboard-work-client.job-design-wrap {
  max-width: 100% !important;
}

/* line 3528, app/assets/stylesheets/theme/landing_page.scss */
.profile-wrap.dashboard-work-client div#myBtnContainer button {
  width: 50%;
  border-bottom: 4px solid transparent;
}

/* line 3532, app/assets/stylesheets/theme/landing_page.scss */
.profile-wrap.dashboard-work-client div#myBtnContainer button.btn.active {
  border-bottom: 4px solid #262262;
}

/* line 3535, app/assets/stylesheets/theme/landing_page.scss */
.edit-profile-modal-wp .modal-dialog {
  max-width: 800px;
}

/* line 3538, app/assets/stylesheets/theme/landing_page.scss */
.edit-profile-modal-wp {
  padding-right: 0 !important;
}

/* line 3541, app/assets/stylesheets/theme/landing_page.scss */
.work-in-progess {
  display: flex;
}

/* line 3544, app/assets/stylesheets/theme/landing_page.scss */
.work-in-progess button {
  font-size: 15px;
  margin-right: 3px;
}

/* line 3548, app/assets/stylesheets/theme/landing_page.scss */
.milestone-client span {
  display: block;
  margin: 5px 0px;
  font-size: 15px;
}

/* line 3553, app/assets/stylesheets/theme/landing_page.scss */
button.subscribe-now-btn.edit-milestone {
  border: none;
}

/* line 3556, app/assets/stylesheets/theme/landing_page.scss */
table.table.milestone-tbl-wr tr td select, table.table select {
  border: none;
  background: transparent;
  font-size: 14px;
  padding: 5px;
  color: #2c2c2c;
  border-radius: 4px;
  margin: auto;
  -webkit-appearance: none;
  text-align: left;
}

/* line 3567, app/assets/stylesheets/theme/landing_page.scss */
.table th {
  border-top: none;
}

/* line 3570, app/assets/stylesheets/theme/landing_page.scss */
.table td {
  font-size: 15px;
  text-transform: capitalize;
  border-bottom: 1px solid #dee2e6;
  border-top: none;
  min-height: 50px;
}

/* line 3577, app/assets/stylesheets/theme/landing_page.scss */
input[type=file]::-ms-browse {
  border: 2px solid #eef1ef;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #eef1ef;
}

/* line 3583, app/assets/stylesheets/theme/landing_page.scss */
input[type=file]::-webkit-file-upload-button {
  border: 2px solid #eef1ef;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #eef1ef;
  transition: 1s;
}

/* line 3590, app/assets/stylesheets/theme/landing_page.scss */
input[type=file]::file-selector-button {
  border: 2px solid #eef1ef;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #eef1ef;
  transition: 1s;
}

/* line 3597, app/assets/stylesheets/theme/landing_page.scss */
.image-input-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 300px;
}

/* line 3603, app/assets/stylesheets/theme/landing_page.scss */
.project-photos-rp {
  margin-bottom: 20px;
}

/* line 3606, app/assets/stylesheets/theme/landing_page.scss */
.editContractMilestone .modal-dialog {
  max-width: 1000px;
}

/* line 3609, app/assets/stylesheets/theme/landing_page.scss */
.edit-milestone-1 input {
  margin: 0px 10px;
}

/* line 3612, app/assets/stylesheets/theme/landing_page.scss */
.edit-milestone-1 input.form-field.milestone-price {
  margin-left: -15px;
}

/* line 3615, app/assets/stylesheets/theme/landing_page.scss */
.edit-milestone .milestone-div select, .edit-milestone .milestone-div input {
  margin-left: 10px;
  width: 230px;
}

/* line 3619, app/assets/stylesheets/theme/landing_page.scss */
.edit-milestone {
  background: #eef1ef;
  padding: 4px 7px;
  color: #000;
  border-radius: 4px;
  font-size: 14px;
  border: none;
}

/* line 3627, app/assets/stylesheets/theme/landing_page.scss */
.delete-milestone {
  background: #eef1ef;
  padding: 4px 7px;
  color: #000;
  border-radius: 4px;
  font-size: 14px;
  border: none;
  margin-left: 6px;
}

/* line 3636, app/assets/stylesheets/theme/landing_page.scss */
.milestone-new {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

/* line 3641, app/assets/stylesheets/theme/landing_page.scss */
.milestone-new .milestone-sel {
  width: 25%;
}

/* line 3644, app/assets/stylesheets/theme/landing_page.scss */
table.table.milestone-tbl-wr td img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: relative;
  object-fit: cover;
}

/* line 3651, app/assets/stylesheets/theme/landing_page.scss */
table tr {
  border-bottom: 1px solid #f0f1f3;
  text-align: left;
}

/* line 3655, app/assets/stylesheets/theme/landing_page.scss */
.milestone-new .milestone-sel select, .milestone-new .milestone-sel input {
  width: 180px;
  height: 40px;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
  background: transparent;
}

/* line 3663, app/assets/stylesheets/theme/landing_page.scss */
.modal-header.milestone-p h5 p {
  font-size: 12px;
  font-weight: 400;
}

/* line 3667, app/assets/stylesheets/theme/landing_page.scss */
tr.contracts-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* line 3672, app/assets/stylesheets/theme/landing_page.scss */
select.services {
  height: 40px;
  border: 1px solid #ccc;
  background: transparent;
  border-radius: 5px;
  padding: 6px;
  font-size: 14px;
}

/* line 3680, app/assets/stylesheets/theme/landing_page.scss */
.service-milestone p {
  font-size: 14px;
  color: #464646;
}

/* line 3684, app/assets/stylesheets/theme/landing_page.scss */
.dashboard-logout {
  top: 50px;
  right: 0;
  box-shadow: 0px 0px 6px #cbcbcb;
  border: none;
  left: unset;
}

/* line 3691, app/assets/stylesheets/theme/landing_page.scss */
.dashboard-logout select.form-control {
  display: block;
  background: transparent;
  border: none;
  padding: 0.25rem 1.2rem;
  height: auto;
  text-align: left;
  width: auto;
  margin-left: 0;
}

/* line 3701, app/assets/stylesheets/theme/landing_page.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 3706, app/assets/stylesheets/theme/landing_page.scss */
input#material-quantity-input::-webkit-inner-spin-button, input#material-quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* line 3711, app/assets/stylesheets/theme/landing_page.scss */
.modal-open .modal, .modal-open {
  padding-right: 0 !important;
}

/* Firefox */
/* line 3715, app/assets/stylesheets/theme/landing_page.scss */
input[type=number] {
  -moz-appearance: textfield;
}

/* line 3718, app/assets/stylesheets/theme/landing_page.scss */
.form-comapign-whatspp {
  display: block;
  position: fixed;
  left: 60px;
  bottom: 60px;
}

/* line 3724, app/assets/stylesheets/theme/landing_page.scss */
.form-comapign-whatspp img {
  width: 60px;
}

/* line 3727, app/assets/stylesheets/theme/landing_page.scss */
section.campaign-user-wrap h1 {
  font-size: 30px;
  text-align: center;
  color: #E86C2E;
  margin-bottom: 15px;
  text-shadow: 2px 2px #22afca4d;
}

/* line 3734, app/assets/stylesheets/theme/landing_page.scss */
.form-campaign-btn {
  background: #E86C2E;
}

/* line 3737, app/assets/stylesheets/theme/landing_page.scss */
.form-compaign-head-content h4 {
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}

/* line 3743, app/assets/stylesheets/theme/landing_page.scss */
.file_input_wrap.edit-provider-1.form-campaign-upload {
  padding: 0;
}

/* line 3746, app/assets/stylesheets/theme/landing_page.scss */
.modal-footer.form-compaign-footer p {
  font-size: 20px;
  color: #065890;
}

/* line 3750, app/assets/stylesheets/theme/landing_page.scss */
span.form-donation {
  text-shadow: 2px 2px 5px #E86C2E;
  font-size: 24px;
}

/* line 3754, app/assets/stylesheets/theme/landing_page.scss */
.modal.form-comapign-modal.show {
  padding-right: 0 !important;
}

/* line 3757, app/assets/stylesheets/theme/landing_page.scss */
.form-compaign-img img {
  width: 100%;
  height: fit-content;
}

/* line 3761, app/assets/stylesheets/theme/landing_page.scss */
.form-campaign-border {
  border: 2px solid #000;
  padding: 20px;
  margin-left: 30px;
  background: #FFFFFF;
}

/* line 3767, app/assets/stylesheets/theme/landing_page.scss */
.form-compaign-footer p {
  font-size: 14px;
}

/* line 3770, app/assets/stylesheets/theme/landing_page.scss */
.card-body.applicants-wrap.upload-aggrements-rp {
  display: block;
  text-align: center;
}

/* line 3774, app/assets/stylesheets/theme/landing_page.scss */
.upload-aggrements-rp img {
  width: 150px;
  height: 150px;
  margin-bottom: 25px;
}

/* line 3779, app/assets/stylesheets/theme/landing_page.scss */
.upload-aggrements-rp p {
  font-size: 24px;
}

/* line 3782, app/assets/stylesheets/theme/landing_page.scss */
.upload-aggrements-rp.st {
  width: 100%;
  text-align: center;
}

/* line 3786, app/assets/stylesheets/theme/landing_page.scss */
.message-chat-content h4 {
  font-size: 18px;
  margin-top: 10px;
}

/**********************form campaign******************/
/* line 3791, app/assets/stylesheets/theme/landing_page.scss */
section.campaign-user-wrap {
  background-size: cover;
  height: 100%;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: inherit;
  border: 5px solid #d2d7d8;
  padding: 10px;
}

/* line 3802, app/assets/stylesheets/theme/landing_page.scss */
.form-comapign-modal .modal-dialog.modal-dialog-centered {
  max-width: 1400px !important;
  margin: 20px auto;
}

/* line 3806, app/assets/stylesheets/theme/landing_page.scss */
.form-comapign-modal .modal-dialog.modal-dialog-centered .modal-body {
  padding: 0;
}

/* line 3809, app/assets/stylesheets/theme/landing_page.scss */
.campaign-form-wrap {
  background: #FFFFFF;
  border-radius: 20px;
}

/* line 3813, app/assets/stylesheets/theme/landing_page.scss */
.campaign-form-wrap input, .campaign-form-wrap select {
  background: transparent !important;
  border: 1px solid #e4e4e4;
  height: 35px !important;
  color: #a2a0a0;
}

/* line 3819, app/assets/stylesheets/theme/landing_page.scss */
.campaign-form-wrap textarea#c_user_description {
  border: 1px solid #e4e4e4;
}

/* line 3822, app/assets/stylesheets/theme/landing_page.scss */
.campaign-form-wrap .form-group label {
  font-size: 14px;
  margin-bottom: 5px;
}

/* line 3826, app/assets/stylesheets/theme/landing_page.scss */
.form-campaign-upload input {
  border: none;
}

/* line 3829, app/assets/stylesheets/theme/landing_page.scss */
.form-comapign-modal .modal-dialog {
  max-width: 1000px !important;
}

/* line 3832, app/assets/stylesheets/theme/landing_page.scss */
.form-group.required .control-label:after {
  content: "*";
  color: red;
}

/* line 3836, app/assets/stylesheets/theme/landing_page.scss */
.form-compaign-footer p.highlight {
  text-shadow: 2px 2px 5px #fbb023;
  color: #000;
}

/* line 3840, app/assets/stylesheets/theme/landing_page.scss */
.form-campaign-btn {
  width: 140px;
  padding: 8px 10px;
}

/* line 3844, app/assets/stylesheets/theme/landing_page.scss */
.form-compaign-footer {
  display: block;
  text-align: center;
}

/* line 3848, app/assets/stylesheets/theme/landing_page.scss */
.form-compaign-img {
  display: none;
}

/* line 3851, app/assets/stylesheets/theme/landing_page.scss */
.form-campaign-close button.close {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 99;
  background: #E86C2E;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  opacity: 1;
  color: #fff;
}

/* line 3864, app/assets/stylesheets/theme/landing_page.scss */
.cost-calculator p {
  font-size: 14px;
  color: #3a3a3a;
}

/* line 3868, app/assets/stylesheets/theme/landing_page.scss */
.user-details-wrapper h1.head-h3.dashboard-layouts-head {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 120px;
  color: #fff;
  text-shadow: 2px 2px #051b51;
}

/* line 3877, app/assets/stylesheets/theme/landing_page.scss */
.user-details-wrapper {
  position: relative;
  padding: 25px;
}

/* line 3881, app/assets/stylesheets/theme/landing_page.scss */
.accordion-wrap.cost-construction .card {
  background: transparent;
}

/* line 3884, app/assets/stylesheets/theme/landing_page.scss */
.accordion-wrap.cost-construction .card-header a.card-title {
  font-size: 16px;
}

/* line 3887, app/assets/stylesheets/theme/landing_page.scss */
.accordion-wrap.cost-construction .card-header {
  padding: 10px 0;
  border-bottom: 0;
  margin-bottom: 0;
  position: relative;
}

/* line 3893, app/assets/stylesheets/theme/landing_page.scss */
.accordion-wrap.cost-construction .card-header a.card-title {
  font-size: 16px;
}

/* line 3896, app/assets/stylesheets/theme/landing_page.scss */
.accordion-wrap.cost-construction .card-body {
  padding: 30px;
}

/* line 3899, app/assets/stylesheets/theme/landing_page.scss */
.accordion-wrap.cost-construction .card-header:after {
  font-family: 'FontAwesome';
  content: "\f056";
  float: right;
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 20px;
}

/* line 3908, app/assets/stylesheets/theme/landing_page.scss */
span.cost-padding {
  padding-left: 30px;
}

/* line 3911, app/assets/stylesheets/theme/landing_page.scss */
.accordion-wrap.cost-construction .card-header.collapsed:after {
  content: "\f055";
}

/* line 3914, app/assets/stylesheets/theme/landing_page.scss */
li.lgoin-bttn.dropdown.dashboard-li-textwrap {
  display: flex;
  align-items: center;
}

/* line 3918, app/assets/stylesheets/theme/landing_page.scss */
li.lgoin-bttn.dropdown.dashboard-li-textwrap a#navbarDropdown {
  display: inline-block;
  position: relative;
}

/* line 3922, app/assets/stylesheets/theme/landing_page.scss */
span.user-data-show {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

/* line 3938, app/assets/stylesheets/theme/landing_page.scss */
.tooltip1 {
  position: relative;
  display: inline-block;
  color: #22afca;
  cursor: pointer;
}

/* line 3944, app/assets/stylesheets/theme/landing_page.scss */
.tooltip1 .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 100%;
  font-size: 14px;
  line-height: 22px;
}

/* line 3959, app/assets/stylesheets/theme/landing_page.scss */
.tooltip1:hover .tooltiptext {
  visibility: visible;
}

/* line 3962, app/assets/stylesheets/theme/landing_page.scss */
.servive-page-banner.campaign-user-banner-form {
  display: none;
}

/* line 3965, app/assets/stylesheets/theme/landing_page.scss */
.campaign-user {
  position: absolute !important;
  top: 90px;
}

/* line 3969, app/assets/stylesheets/theme/landing_page.scss */
img#noty, img#live-noty, img.request-img, .new-dashboard-hd-img {
  width: 35px !important;
  height: auto !important;
}

/* line 3973, app/assets/stylesheets/theme/landing_page.scss */
.hrm-notification img#noty, .hrm-notification img#live-noty, .hrm-notification img.request-img, .hrm-notification .new-dashboard-hd-img {
  width: 18px !important;
  height: auto !important;
  border-radius: 0 !important;
  margin-left: 0;
}

/* line 3979, app/assets/stylesheets/theme/landing_page.scss */
.carousel-control-prev, .carousel-control-next {
  z-index: initial;
}

/* line 3982, app/assets/stylesheets/theme/landing_page.scss */
.overflow-scroll {
  max-height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
}

/***  services list block in view profile css start ***/
/* line 3991, app/assets/stylesheets/theme/landing_page.scss */
.services-list-block span a span {
  padding: 0;
  margin: 0;
  display: inherit;
}

/* line 3996, app/assets/stylesheets/theme/landing_page.scss */
.project-services-btn span a:hover {
  text-decoration: none;
  color: #E86C2E;
  transition: 0.5s all;
}

/* line 4002, app/assets/stylesheets/theme/landing_page.scss */
.services-list-block .span-relative {
  position: relative;
}

/* line 4006, app/assets/stylesheets/theme/landing_page.scss */
.services-list-block .span-relative .close-btn {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 20px;
  height: 20px;
  background-color: #f06c3a;
  color: #fff;
  font-size: 12px;
  border-radius: 50px;
  z-index: 1;
  cursor: pointer;
}

/***  services list block view profile css end ***/
/* line 4023, app/assets/stylesheets/theme/landing_page.scss */
.min-height-v {
  min-height: 100vh;
}

/***  video block css start ***/
/* line 4028, app/assets/stylesheets/theme/landing_page.scss */
.video-block-portrait {
  max-width: 360px;
  width: 360px;
}

/* line 4032, app/assets/stylesheets/theme/landing_page.scss */
.play-video-block {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 177%;
}

/* line 4038, app/assets/stylesheets/theme/landing_page.scss */
#testimony_video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}

/* line 4048, app/assets/stylesheets/theme/landing_page.scss */
.play-video-block .video-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 4055, app/assets/stylesheets/theme/landing_page.scss */
.play-video-block .video-img .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 90px;
  color: #fff;
  cursor: pointer;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 4069, app/assets/stylesheets/theme/landing_page.scss */
.play-video-block .video-img .video-play-btn::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background-color: #e86c2e;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* line 4081, app/assets/stylesheets/theme/landing_page.scss */
.play-video-block.active #testimony_video,
.play-video-block.active .close-video {
  opacity: 1;
  visibility: visible;
}

/* line 4086, app/assets/stylesheets/theme/landing_page.scss */
.close-video {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  font-size: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

/* line 4100, app/assets/stylesheets/theme/landing_page.scss */
.close-video::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background-color: #e86c2e;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/***  video block css end ***/
/* line 4115, app/assets/stylesheets/theme/landing_page.scss */
.sidebar ul li .menu-dropdown li .fa-chevron-down {
  top: 10px;
}

/*******************responsive*******************/
@media (max-width: 1600px) {
  /* line 4122, app/assets/stylesheets/theme/landing_page.scss */
  .profile-msg-right {
    margin: 25px 0 10px;
  }
  /* line 4125, app/assets/stylesheets/theme/landing_page.scss */
  .public-view-profile-edit {
    display: block;
  }
  /* line 4128, app/assets/stylesheets/theme/landing_page.scss */
  ul.header-right-menus-wrp li a, ul.header-right-menus-wrp li span {
    font-size: 15px;
  }
  /* line 4131, app/assets/stylesheets/theme/landing_page.scss */
  ul.header-right-menus-wrp li {
    padding: 0 9px;
  }
}

@media (max-width: 1199px) {
  /* line 4137, app/assets/stylesheets/theme/landing_page.scss */
  ul.header-right-menus-wrp li {
    padding: 0 5px;
  }
  /* line 4140, app/assets/stylesheets/theme/landing_page.scss */
  .navbar-header.fixed-brand button#menu-toggle {
    top: 30px;
    left: 190px;
  }
  /* line 4144, app/assets/stylesheets/theme/landing_page.scss */
  .profile-pic img {
    width: 90px;
    height: 90px;
  }
  /* line 4148, app/assets/stylesheets/theme/landing_page.scss */
  .sidebar {
    width: 55px;
  }
  /* line 4151, app/assets/stylesheets/theme/landing_page.scss */
  .sidebar.active {
    width: 280px;
  }
  /* line 4154, app/assets/stylesheets/theme/landing_page.scss */
  .main {
    padding-left: 55px;
  }
  /* line 4157, app/assets/stylesheets/theme/landing_page.scss */
  .main.active {
    padding-left: 280px;
  }
  /* line 4160, app/assets/stylesheets/theme/landing_page.scss */
  .header #menu-action {
    width: 55px;
  }
  /* line 4163, app/assets/stylesheets/theme/landing_page.scss */
  .header #menu-action.active {
    width: 280px;
  }
  /* line 4166, app/assets/stylesheets/theme/landing_page.scss */
  .header #menu-action.active .logo.dashboard-logo.with-logo-bars img {
    display: block;
  }
  /* line 4169, app/assets/stylesheets/theme/landing_page.scss */
  .logo.dashboard-logo.only-dashboard-bar.active {
    visibility: hidden;
  }
  /* line 4172, app/assets/stylesheets/theme/landing_page.scss */
  .logo.dashboard-logo.with-logo-bars img {
    display: none;
  }
  /* line 4175, app/assets/stylesheets/theme/landing_page.scss */
  .logo.dashboard-logo.only-dashboard-bar {
    visibility: visible;
  }
  /* line 4178, app/assets/stylesheets/theme/landing_page.scss */
  .header #menu-action i {
    right: 20px;
    display: block;
  }
  /* line 4182, app/assets/stylesheets/theme/landing_page.scss */
  ul.header-right-menus-wrp li a, ul.header-right-menus-wrp li span {
    font-size: 13px;
  }
  /* line 4185, app/assets/stylesheets/theme/landing_page.scss */
  .hrm-notification {
    display: none;
  }
  /* line 4188, app/assets/stylesheets/theme/landing_page.scss */
  .responsive-show-menu {
    display: block;
  }
  /* line 4191, app/assets/stylesheets/theme/landing_page.scss */
  .sidebar ul li {
    padding-left: 18px;
  }
  /* line 4194, app/assets/stylesheets/theme/landing_page.scss */
  .dashboard-profile-info {
    display: none;
  }
}

@media (max-width: 991px) {
  /* line 4200, app/assets/stylesheets/theme/landing_page.scss */
  ul.header-right-menus-wrp li {
    padding: 0 8px;
  }
  /* line 4203, app/assets/stylesheets/theme/landing_page.scss */
  ul.header-right-menus-wrp li span, ul.header-right-menus-wrp li a {
    font-size: 15px;
  }
  /* line 4207, app/assets/stylesheets/theme/landing_page.scss */
  .profile-msg-left h2 {
    font-size: 20px;
  }
  /* line 4210, app/assets/stylesheets/theme/landing_page.scss */
  .profile-menu-details-wrap, .wrap-dashboard-profile-msg {
    min-height: auto;
  }
  /* line 4213, app/assets/stylesheets/theme/landing_page.scss */
  .reverse-row-responsive {
    flex-direction: column-reverse;
  }
  /* line 4216, app/assets/stylesheets/theme/landing_page.scss */
  .logo.dashboard-logo img {
    width: 80px;
    position: absolute;
    z-index: 99;
    top: 18px;
    background: #ffffffb5;
    padding: 10px;
    border-radius: 10px;
  }
  /* line 4225, app/assets/stylesheets/theme/landing_page.scss */
  .header #menu-action {
    background: #0c1034;
    box-shadow: none;
    border-bottom: none;
    position: initial;
    border-bottom: 1px solid #3f4790;
  }
  /* line 4232, app/assets/stylesheets/theme/landing_page.scss */
  .header #menu-action i {
    font-size: 30px;
    color: #FFFFFF;
    position: fixed;
  }
  /* line 4237, app/assets/stylesheets/theme/landing_page.scss */
  .header #menu-action.active {
    border-bottom: 1px solid #cccc;
  }
  /* line 4240, app/assets/stylesheets/theme/landing_page.scss */
  .main.active {
    padding-left: 0;
  }
  /* line 4243, app/assets/stylesheets/theme/landing_page.scss */
  .header.res-header #menu-action i {
    font-size: 30px;
    color: #fff;
  }
  /* line 4247, app/assets/stylesheets/theme/landing_page.scss */
  .header.head-bg-clr {
    background: #fff;
    width: 250px;
    box-shadow: none;
  }
  /* line 4252, app/assets/stylesheets/theme/landing_page.scss */
  .logo.dashboard-logo.only-dashboard-bar {
    display: none;
  }
  /* line 4255, app/assets/stylesheets/theme/landing_page.scss */
  .logo.dashboard-logo.with-logo-bars img {
    display: block;
  }
  /* line 4258, app/assets/stylesheets/theme/landing_page.scss */
  li.language-bg-hide select#user_id {
    background: transparent;
    border: none;
  }
  /* line 4262, app/assets/stylesheets/theme/landing_page.scss */
  .dashboard-res-bottom ul li i {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 18px;
  }
  /* line 4268, app/assets/stylesheets/theme/landing_page.scss */
  .dashboard-res-bottom a.nav-link.responsive-menu i {
    font-size: 20px;
    margin-right: 10px;
  }
  /* line 4272, app/assets/stylesheets/theme/landing_page.scss */
  .dashboard-res-bottom a.nav-link.responsive-menu i.fa.fa-credit-card-alt {
    font-size: 15px !important;
  }
  /* line 4275, app/assets/stylesheets/theme/landing_page.scss */
  .milestone-new .milestone-sel select, .milestone-new .milestone-sel input {
    width: 150px;
  }
  /* line 4278, app/assets/stylesheets/theme/landing_page.scss */
  .project-photos-rp {
    margin-bottom: 25px;
  }
  /* line 4281, app/assets/stylesheets/theme/landing_page.scss */
  .left-nav-position {
    width: 100%;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    margin-bottom: 15px;
  }
  /* line 4290, app/assets/stylesheets/theme/landing_page.scss */
  .wrap-dashboard-profile-msg {
    padding-right: 0;
  }
  /* line 4293, app/assets/stylesheets/theme/landing_page.scss */
  .range-area {
    height: 90%;
    margin-bottom: 6px;
  }
  /* line 4297, app/assets/stylesheets/theme/landing_page.scss */
  .emp-company-st {
    margin-left: 352px;
  }
  /* line 4300, app/assets/stylesheets/theme/landing_page.scss */
  .header.head-bg-clr .emp-company-st {
    color: #0c0c0c;
  }
  /* line 4303, app/assets/stylesheets/theme/landing_page.scss */
  .hired-client-tab {
    max-height: 250px;
    overflow-y: scroll;
  }
  /* line 4307, app/assets/stylesheets/theme/landing_page.scss */
  span.privacy-wrap {
    line-height: 26px;
  }
}

@media (max-width: 900px) {
  /* line 4312, app/assets/stylesheets/theme/landing_page.scss */
  .info-text-show {
    left: auto !important;
  }
}

@media (max-width: 767px) {
  /* line 4317, app/assets/stylesheets/theme/landing_page.scss */
  .navbar-header.fixed-brand button#menu-toggle {
    left: unset;
    right: 0;
  }
  /* line 4321, app/assets/stylesheets/theme/landing_page.scss */
  #wrapper.toggled {
    padding-left: 0;
  }
  /* line 4324, app/assets/stylesheets/theme/landing_page.scss */
  .emp-registration-form .form-row .col {
    flex-basis: 100%;
  }
  /* line 4327, app/assets/stylesheets/theme/landing_page.scss */
  .emp-registration-form .form-row .col:first-child {
    margin-bottom: 1.5rem;
  }
  /* line 4330, app/assets/stylesheets/theme/landing_page.scss */
  .emp-registration-form form {
    padding: 0 !important;
  }
  /* line 4333, app/assets/stylesheets/theme/landing_page.scss */
  form.search-box {
    max-width: 100%;
  }
  /* line 4336, app/assets/stylesheets/theme/landing_page.scss */
  ul.header-right-menus-wrp li {
    padding: 0 16px;
  }
  /* line 4339, app/assets/stylesheets/theme/landing_page.scss */
  ul.header-right-menus-wrp li span, ul.header-right-menus-wrp li a {
    font-size: 15px;
  }
  /* line 4342, app/assets/stylesheets/theme/landing_page.scss */
  .top-service-details-page.public-profile-show {
    margin-top: 20%;
  }
  /* line 4346, app/assets/stylesheets/theme/landing_page.scss */
  table.milestone-tbl-wr {
    border: 0;
    margin-top: 10px;
  }
  /* line 4351, app/assets/stylesheets/theme/landing_page.scss */
  table.milestone-tbl-wr caption {
    font-size: 1.3em;
  }
  /* line 4354, app/assets/stylesheets/theme/landing_page.scss */
  table.table.milestone-tbl-wr tr th {
    display: none;
  }
  /* line 4357, app/assets/stylesheets/theme/landing_page.scss */
  table.milestone-tbl-wr thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 4368, app/assets/stylesheets/theme/landing_page.scss */
  table.milestone-tbl-wr tr {
    border-bottom: none;
    display: block;
    margin-bottom: 20px;
  }
  /* line 4373, app/assets/stylesheets/theme/landing_page.scss */
  table.milestone-tbl-wr tr:nth-child(odd) {
    background-color: #f4f9fd;
    border: 1px solid #d9eeff;
  }
  /* line 4377, app/assets/stylesheets/theme/landing_page.scss */
  table.milestone-tbl-wr tr:nth-child(even) {
    background-color: #f5f5f5;
    border: 1px solid #e7e7e7;
  }
  /* line 4381, app/assets/stylesheets/theme/landing_page.scss */
  table.milestone-tbl-wr td {
    border-bottom: 1px solid #bbb0b0;
    display: block;
    font-size: 16px;
    text-align: right;
    padding-right: 22px;
  }
  /* line 4389, app/assets/stylesheets/theme/landing_page.scss */
  table.milestone-tbl-wr td::before {
    content: attr(data-label);
    float: left;
    font-weight: 500;
    text-transform: uppercase;
  }
  /* line 4396, app/assets/stylesheets/theme/landing_page.scss */
  table.milestone-tbl-wr td:last-child {
    border-bottom: 0;
  }
  /* line 4399, app/assets/stylesheets/theme/landing_page.scss */
  .milestone-new {
    display: block;
  }
  /* line 4402, app/assets/stylesheets/theme/landing_page.scss */
  .milestone-new .milestone-sel, .milestone-new .milestone-sel select, .milestone-new .milestone-sel input {
    width: 100%;
    margin-bottom: 6px;
  }
  /* line 4406, app/assets/stylesheets/theme/landing_page.scss */
  .milestone-sel.button-res {
    text-align: right;
  }
  /* line 4409, app/assets/stylesheets/theme/landing_page.scss */
  tr.contracts-flex {
    display: none;
  }
  /* line 4412, app/assets/stylesheets/theme/landing_page.scss */
  .sidebar {
    display: none;
  }
  /* line 4415, app/assets/stylesheets/theme/landing_page.scss */
  .main {
    padding-left: 0;
    top: 0;
  }
  /* line 4419, app/assets/stylesheets/theme/landing_page.scss */
  .header {
    height: auto;
    box-shadow: none;
    position: absolute;
    box-shadow: 0 4px 8px 0 #dfdfdf;
  }
  /* line 4425, app/assets/stylesheets/theme/landing_page.scss */
  .header.header_image {
    height: 100px;
  }
  /* line 4428, app/assets/stylesheets/theme/landing_page.scss */
  .header.res-header #menu-action i, .header #menu-action i {
    display: none;
  }
  /* line 4431, app/assets/stylesheets/theme/landing_page.scss */
  .header.head-bg-clr {
    background: transparent;
  }
  /* line 4434, app/assets/stylesheets/theme/landing_page.scss */
  .header #menu-action.active {
    border-bottom: none;
  }
  /* line 4437, app/assets/stylesheets/theme/landing_page.scss */
  table.milestone-tbl-wr td.milestone-img-tbl img {
    width: 100%;
    height: 100%;
  }
  /* line 4441, app/assets/stylesheets/theme/landing_page.scss */
  .user-details-wrapper {
    padding: 0;
  }
  /* line 4444, app/assets/stylesheets/theme/landing_page.scss */
  .user-details-wrapper img {
    border-radius: 0;
  }
  /* line 4447, app/assets/stylesheets/theme/landing_page.scss */
  div#page-content-wrapper {
    margin-top: 100px;
  }
  /* line 4450, app/assets/stylesheets/theme/landing_page.scss */
  .form-header-data {
    display: none;
  }
  /* line 4454, app/assets/stylesheets/theme/landing_page.scss */
  .emp-company-st {
    margin-left: 250px;
    flex-direction: column;
    color: black;
    font-size: 10px !important;
  }
  /* line 4460, app/assets/stylesheets/theme/landing_page.scss */
  .overflow-scroll {
    max-height: 350px;
  }
  /* line 4463, app/assets/stylesheets/theme/landing_page.scss */
  .privacy-policy.defalut-area {
    background-color: initial;
    text-align: inherit;
  }
  /* line 4467, app/assets/stylesheets/theme/landing_page.scss */
  .privacy-policy.defalut-area .container {
    max-width: 100%;
  }
  /* line 4470, app/assets/stylesheets/theme/landing_page.scss */
  .defalut-area .privacy-policy-wrap {
    padding-top: 120px;
  }
  /* line 4473, app/assets/stylesheets/theme/landing_page.scss */
  span.privacy-wrap {
    margin-top: 6px;
  }
}

@media (max-width: 576px) {
  /* line 4483, app/assets/stylesheets/theme/landing_page.scss */
  .material-modal-dialog {
    max-width: max-content !important;
  }
  /* line 4486, app/assets/stylesheets/theme/landing_page.scss */
  .timing-details-wp {
    display: block;
  }
  /* line 4489, app/assets/stylesheets/theme/landing_page.scss */
  .timing-details-wp span {
    margin-bottom: 10px;
  }
  /* line 4492, app/assets/stylesheets/theme/landing_page.scss */
  .event_date {
    width: 120px;
    float: none;
    padding: 4px;
  }
  /* line 4497, app/assets/stylesheets/theme/landing_page.scss */
  .date-description {
    margin-left: 0;
    margin-top: 15px;
  }
  /* line 4501, app/assets/stylesheets/theme/landing_page.scss */
  .date-description p {
    font-size: 15px;
    line-height: 26px;
  }
  /* line 4505, app/assets/stylesheets/theme/landing_page.scss */
  .profile-msg-left h2 {
    font-size: 20px;
  }
  /* line 4508, app/assets/stylesheets/theme/landing_page.scss */
  .wrap-dashboard-profile-msg {
    align-items: flex-end;
  }
  /* line 4511, app/assets/stylesheets/theme/landing_page.scss */
  ul.header-right-menus-wrp li {
    padding: 10px 7px;
  }
  /* line 4514, app/assets/stylesheets/theme/landing_page.scss */
  .user-details-wrapper img {
    height: 200px;
  }
  /* line 4517, app/assets/stylesheets/theme/landing_page.scss */
  .profile-pic img {
    width: 100px;
    height: 100px;
  }
  /* line 4521, app/assets/stylesheets/theme/landing_page.scss */
  .profile-details-dashboard h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
  /* line 4525, app/assets/stylesheets/theme/landing_page.scss */
  .profile-upload-orremove.dashboard-upload-bt {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0;
  }
  /* line 4532, app/assets/stylesheets/theme/landing_page.scss */
  .profile-wrap.dashboard-work-client.job-design-wrap {
    padding: 10px;
  }
  /* line 4535, app/assets/stylesheets/theme/landing_page.scss */
  .left-nav-position {
    padding: 5px 10px;
  }
  /* line 4538, app/assets/stylesheets/theme/landing_page.scss */
  .hrm-details-wrap {
    padding: 0px;
    margin: 0;
  }
  /* line 4543, app/assets/stylesheets/theme/landing_page.scss */
  .notification-contain {
    margin: 0px 15px;
    width: auto;
    min-height: auto;
    padding: 15px;
  }
  /* line 4549, app/assets/stylesheets/theme/landing_page.scss */
  .notifications-div p {
    font-size: 14px;
  }
  /* line 4552, app/assets/stylesheets/theme/landing_page.scss */
  .defalut-area .privacy-policy-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 4556, app/assets/stylesheets/theme/landing_page.scss */
  h2.video-block-heading {
    font-size: 26px !important;
  }
}

@media (max-width: 480px) {
  /* line 4562, app/assets/stylesheets/theme/landing_page.scss */
  .dashboard-img-tab {
    text-align: center;
  }
  /* line 4565, app/assets/stylesheets/theme/landing_page.scss */
  .dashboard-img-tab img {
    width: 130px;
    margin-bottom: 20px;
  }
  /* line 4569, app/assets/stylesheets/theme/landing_page.scss */
  #page-content-wrapper {
    padding: 0;
    padding-top: 20px;
  }
  /* line 4573, app/assets/stylesheets/theme/landing_page.scss */
  .wrap-profile-info {
    top: -110px;
  }
  /* line 4576, app/assets/stylesheets/theme/landing_page.scss */
  .about-construct h4 {
    font-size: 14px;
    width: 100%;
    padding-right: 20px;
  }
  /* line 4581, app/assets/stylesheets/theme/landing_page.scss */
  .about-construct span {
    font-size: 14px;
  }
  /* line 4584, app/assets/stylesheets/theme/landing_page.scss */
  .avatar-upload .avatar-edit {
    position: absolute;
    right: -6px;
    z-index: 1;
    top: 5px;
  }
  /* line 4590, app/assets/stylesheets/theme/landing_page.scss */
  .accordion-wrap .card-header a.card-title {
    font-size: 18px;
  }
  /* line 4593, app/assets/stylesheets/theme/landing_page.scss */
  .left-nav-position li a {
    font-size: 14px;
    padding: 5px 6px;
  }
  /* line 4597, app/assets/stylesheets/theme/landing_page.scss */
  .media-user-nm p {
    padding-right: 0 !important;
  }
  /* line 4600, app/assets/stylesheets/theme/landing_page.scss */
  .media-body-txt {
    display: block;
  }
  /* line 4603, app/assets/stylesheets/theme/landing_page.scss */
  p.pr-5.light-txt {
    padding-right: 0 !important;
  }
  /* line 4606, app/assets/stylesheets/theme/landing_page.scss */
  .design-tabb-wrp ul.nav.nav-tabs li.nav-item {
    padding: 0.5rem 0.5rem;
  }
  /* line 4610, app/assets/stylesheets/theme/landing_page.scss */
  .upload-drawing-wp-ri, .upload-drawing-wp-lf {
    width: 100% !important;
    padding-left: 14px;
  }
  /* line 4614, app/assets/stylesheets/theme/landing_page.scss */
  .upload-drawing-wp-lf input {
    width: 95% !important;
  }
  /* line 4617, app/assets/stylesheets/theme/landing_page.scss */
  .emp-company-st {
    margin-left: 180px;
  }
}

/* line 4624, app/assets/stylesheets/theme/landing_page.scss */
.live-chat-click.btn-click-live {
  float: none !important;
}

/* line 4627, app/assets/stylesheets/theme/landing_page.scss */
span.group {
  position: relative;
}

/* line 4630, app/assets/stylesheets/theme/landing_page.scss */
.badge.badge-light {
  position: absolute;
  border-radius: 50%;
  background: #E86C2E;
  color: #ffff;
  box-shadow: 0 3px 8px #9f9f9f;
}

/* line 4637, app/assets/stylesheets/theme/landing_page.scss */
.badge.badge-light.user-badge-req {
  position: absolute;
  top: -13px;
  left: 25px;
}

/* line 4642, app/assets/stylesheets/theme/landing_page.scss */
.badge.badge-light.provider-badge-head {
  bottom: 15px;
  font-size: 10px;
  left: 7px;
  min-width: 16px;
  line-height: inherit;
}

/* line 4649, app/assets/stylesheets/theme/landing_page.scss */
.badge.badge-light.user-badge-noti, .badge.badge-light.user-badge-msg {
  position: absolute;
  left: 28px;
  min-width: 18px;
  line-height: inherit;
  font-size: 10px;
}

/* line 4657, app/assets/stylesheets/theme/landing_page.scss */
.badge.badge-light.hired-client-badge {
  position: absolute;
  bottom: 32px;
  box-shadow: 0 3px 8px #ffff;
  right: -5px;
}

@media (max-width: 1247px) {
  /* line 4665, app/assets/stylesheets/theme/landing_page.scss */
  .badge.badge-light.hired-client-badge {
    bottom: 52px;
  }
}

@media (max-width: 767px) {
  /* line 4670, app/assets/stylesheets/theme/landing_page.scss */
  .badge.badge-light.hired-client-badge {
    bottom: 32px;
  }
}

@media (max-width: 358px) {
  /* line 4675, app/assets/stylesheets/theme/landing_page.scss */
  .badge.badge-light.hired-client-badge {
    bottom: 52px;
  }
}

@-moz-document url-prefix() {
  /* line 4681, app/assets/stylesheets/theme/landing_page.scss */
  .badge.badge-light.provider-badge-head {
    bottom: 3px !important;
  }
}

/* line 4689, app/assets/stylesheets/theme/landing_page.scss */
.review-croser {
  width: 100%;
  text-align: center;
}

/***********************29-01-2022*********************/
/* line 4694, app/assets/stylesheets/theme/landing_page.scss */
.top-header-rp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 4699, app/assets/stylesheets/theme/landing_page.scss */
.inner-banner-content h1 span.simple-font {
  font-weight: 300;
  font-size: 36px;
  display: block;
}

/* line 4704, app/assets/stylesheets/theme/landing_page.scss */
.inner-banner-content h1 span.construct-1 {
  text-transform: uppercase;
  display: inline-block;
  background: #E86C2E;
}

/* line 4709, app/assets/stylesheets/theme/landing_page.scss */
.inner-banner-content h1 span.experience-w {
  display: block;
  text-transform: uppercase;
  font-size: 66px;
}

/* line 4714, app/assets/stylesheets/theme/landing_page.scss */
.ornge-btn {
  color: #fff;
  background: #E86C2E;
  font-size: 15px;
  font-weight: 300;
  padding: 3px 15px !important;
  border-radius: 2px;
}

/* line 4722, app/assets/stylesheets/theme/landing_page.scss */
.inner-banner-content {
  width: 100%;
  max-width: 43%;
  position: absolute;
  bottom: 20%;
  text-align: left;
}

/* line 4729, app/assets/stylesheets/theme/landing_page.scss */
.top-header {
  border-bottom: 3px solid #eeeeee;
  padding: 10px 0;
}

/* line 4733, app/assets/stylesheets/theme/landing_page.scss */
.top-header-social-icon span {
  color: #d3d3d3;
  font-size: 20px;
  padding-right: 10px;
}

/* line 4738, app/assets/stylesheets/theme/landing_page.scss */
.header-wrap .navbar-dark .navbar-nav .nav-link:hover {
  color: #E86C2E;
}

/* line 4741, app/assets/stylesheets/theme/landing_page.scss */
section.property-owner-suppliers-wrapper {
  padding: 2% 0;
}

/* line 4744, app/assets/stylesheets/theme/landing_page.scss */
.suplliers-wrap {
  padding: 0px 40px;
}

/* line 4747, app/assets/stylesheets/theme/landing_page.scss */
.owner-suppliers {
  position: relative;
  height: 100%;
  border-right: 1px solid #ccc;
}

/* line 4752, app/assets/stylesheets/theme/landing_page.scss */
.owner-suppliers span {
  color: #646464;
  font-weight: 300;
  font-size: 16px;
}

/* line 4757, app/assets/stylesheets/theme/landing_page.scss */
.owner-suppliers h2 {
  font-weight: 600;
  font-size: 23px;
  text-transform: uppercase;
  color: #262626;
}

/* line 4763, app/assets/stylesheets/theme/landing_page.scss */
.owner-suppliers p {
  color: #262626;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 0;
  padding-right: 40%;
}

/* line 4770, app/assets/stylesheets/theme/landing_page.scss */
.owner-suppliers img {
  width: 45px;
  margin-bottom: 10px;
}

/* line 4774, app/assets/stylesheets/theme/landing_page.scss */
.owner-suppliers h5 {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

/* line 4779, app/assets/stylesheets/theme/landing_page.scss */
a.more-info {
  color: #E86C2E;
}

/* line 4782, app/assets/stylesheets/theme/landing_page.scss */
.owner-suppliers.brd-rmv {
  border-right: none;
}

/* line 4785, app/assets/stylesheets/theme/landing_page.scss */
section.traditional-proces-wrp-new {
  background: #f8f8f8;
  padding: 1% 0;
}

/* line 4789, app/assets/stylesheets/theme/landing_page.scss */
.process-wrp-new-img img {
  width: 100%;
}

/* line 4792, app/assets/stylesheets/theme/landing_page.scss */
.process-wrp-new-img img {
  width: 100%;
}

/* line 4795, app/assets/stylesheets/theme/landing_page.scss */
.process-wrp-new-img {
  text-align: center;
}

/* line 4798, app/assets/stylesheets/theme/landing_page.scss */
.process-wrp-new-text {
  width: 500px;
}

/* line 4801, app/assets/stylesheets/theme/landing_page.scss */
.process-wrp-new-text h4 {
  color: #262626;
  text-transform: uppercase;
  border-bottom: 2px solid #E86C2E;
}

/* line 4806, app/assets/stylesheets/theme/landing_page.scss */
a.disscuss-needs {
  background: #E86C2E;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
}

/* line 4812, app/assets/stylesheets/theme/landing_page.scss */
.project-details {
  background: #0b0d23;
  padding: 2% 0 2%;
}

/* line 4817, app/assets/stylesheets/theme/landing_page.scss */
.property-app-img img {
  width: 100%;
}

/* line 4820, app/assets/stylesheets/theme/landing_page.scss */
.process-wrp-new-text-app h4 {
  font-size: 26px;
  font-weight: 600;
  border-bottom: 2px solid #E86C2E;
  width: 255px;
  margin-bottom: 15px;
}

/* line 4827, app/assets/stylesheets/theme/landing_page.scss */
.process-wrp-new-text-app h6 {
  font-size: 18px;
}

/* line 4830, app/assets/stylesheets/theme/landing_page.scss */
.process-wrp-new-text-app img {
  width: 280px;
}

/* line 4833, app/assets/stylesheets/theme/landing_page.scss */
section.construct-faster-property {
  padding: 3% 0;
}

/* line 4836, app/assets/stylesheets/theme/landing_page.scss */
.construct-hassle-free h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 4842, app/assets/stylesheets/theme/landing_page.scss */
section.client-views-wrap {
  background: #f8f8f8;
  padding: 3% 0;
}

/* line 4847, app/assets/stylesheets/theme/landing_page.scss */
.client-views-left h4 {
  color: #262626;
  text-transform: uppercase;
  border-bottom: 2px solid #E86C2E;
  width: 146px;
}

/* line 4853, app/assets/stylesheets/theme/landing_page.scss */
.client-views-right {
  padding: 30px;
  background-size: cover;
  min-height: 207px;
  background: url(/assets/landing_page/client-says.png) no-repeat;
  background-position: center;
}

/* line 4860, app/assets/stylesheets/theme/landing_page.scss */
.client-views-right .mySlides {
  display: none;
  width: 560px;
  color: #fff;
}

/* The dots/bullets/indicators */
/* line 4867, app/assets/stylesheets/theme/landing_page.scss */
.dot-container-rp .dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
/* line 4879, app/assets/stylesheets/theme/landing_page.scss */
.dot-container-rp .active, .dot-container-rp .dot:hover {
  background-color: #717171;
}

/* line 4882, app/assets/stylesheets/theme/landing_page.scss */
.dot-container-rp {
  text-align: center;
  padding-top: 20px;
}

/* line 4887, app/assets/stylesheets/theme/landing_page.scss */
section.happiness-guaranteed-new-wrap {
  padding: 3%;
  background: url(/assets/landing_page/happiness-guaranteed.png) no-repeat;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
  height: 450px;
}

/* line 4896, app/assets/stylesheets/theme/landing_page.scss */
section.search-compare-provider-wrap {
  padding: 3% 0;
}

/* line 4899, app/assets/stylesheets/theme/landing_page.scss */
.search-compare-wrap {
  text-align: center;
}

/* line 4902, app/assets/stylesheets/theme/landing_page.scss */
.search-compare-wrap h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 4908, app/assets/stylesheets/theme/landing_page.scss */
.search-compare-box img {
  width: 100%;
  margin-bottom: 10px;
}

/* line 4912, app/assets/stylesheets/theme/landing_page.scss */
.search-compare-box {
  margin: 0px 22px;
  border: 1px solid #ccc;
}

/* line 4916, app/assets/stylesheets/theme/landing_page.scss */
.search-compare-box h4 {
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 4922, app/assets/stylesheets/theme/landing_page.scss */
.search-compare-box h6 {
  padding: 0px 10px;
  font-size: 15px;
  font-weight: 300;
}

/* line 4927, app/assets/stylesheets/theme/landing_page.scss */
.search-compare-box p {
  padding: 0px 12px;
  font-size: 14px;
}

/* line 4931, app/assets/stylesheets/theme/landing_page.scss */
ul.happiness-list li img {
  width: 30px;
}

/* line 4934, app/assets/stylesheets/theme/landing_page.scss */
ul.happiness-list li span {
  padding-right: 16px;
}

/* line 4937, app/assets/stylesheets/theme/landing_page.scss */
ul.happiness-list {
  list-style-type: none;
}

/* line 4940, app/assets/stylesheets/theme/landing_page.scss */
ul.happiness-list li {
  line-height: 45px;
}

/* line 4943, app/assets/stylesheets/theme/landing_page.scss */
.happiness-guaranteed-left h4 {
  color: #262626;
  text-transform: uppercase;
  border-bottom: 2px solid #E86C2E;
  width: 292px;
}

/* line 4949, app/assets/stylesheets/theme/landing_page.scss */
.inner-banner-content.home-renovation-wrp {
  position: relative;
  bottom: 0px;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  margin: 0px auto;
  left: 0;
  right: 0;
  border-radius: 4px;
  background: #FFFFFF;
  padding: 60px 0;
}

/* line 4962, app/assets/stylesheets/theme/landing_page.scss */
.inner-banner-content.home-renovation-wrp h1 {
  color: #202020;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 15px;
}

/* line 4968, app/assets/stylesheets/theme/landing_page.scss */
.inner-banner-content.home-renovation-wrp h4 {
  color: #202020;
  margin-bottom: 30px;
  font-size: 16px;
}

/*******************end header*********************/
/* line 4974, app/assets/stylesheets/theme/landing_page.scss */
.green-class {
  background-color: #0598621f !important;
}

/* line 4977, app/assets/stylesheets/theme/landing_page.scss */
.grey-class {
  background-color: #e9ecef85 !important;
}

/* line 4980, app/assets/stylesheets/theme/landing_page.scss */
.blue-class {
  background-color: #1a73e81c !important;
}

/* line 4983, app/assets/stylesheets/theme/landing_page.scss */
.nav-pills-custom .nav-link {
  color: #202020;
  position: relative;
  border-radius: 0;
  border-top: 1px solid #d1dbea;
  border-left: 2px solid #eeeff1;
}

/* line 4990, app/assets/stylesheets/theme/landing_page.scss */
.nav-pills-custom .nav-link.active {
  background: #ffe5d9;
  color: #202020;
  border-top: 1px solid #ffe5d9;
  border-left: 2px solid #E86C2E;
}

/* line 4996, app/assets/stylesheets/theme/landing_page.scss */
.shadow {
  box-shadow: 1px 3px 20px 8px #ebebeb !important;
}

/* line 4999, app/assets/stylesheets/theme/landing_page.scss */
div#v-pills-tabContent .tab-pane {
  min-height: 300px;
}

/* line 5002, app/assets/stylesheets/theme/landing_page.scss */
.conversation-user-data {
  overflow: auto;
  overflow-x: hidden;
  box-shadow: 0px 0px 2px 2px #ebebeb;
  width: 100%;
  max-width: 490px;
  max-height: 545px;
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  /* line 5012, app/assets/stylesheets/theme/landing_page.scss */
  .nav-pills-custom .nav-link::before {
    content: '';
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}

/* line 5025, app/assets/stylesheets/theme/landing_page.scss */
.blue-dot {
  background-color: #1a73e8 !important;
}

/* line 5028, app/assets/stylesheets/theme/landing_page.scss */
.checked-text-wrap {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
}

/* line 5033, app/assets/stylesheets/theme/landing_page.scss */
.checked-text-wrap p {
  margin-bottom: 0;
  font-size: 14px;
  padding-left: 8px;
}

/* line 5038, app/assets/stylesheets/theme/landing_page.scss */
.general-notification .nav-tabs li a {
  font-size: 18px;
  color: #000;
  border: none;
}

/* line 5043, app/assets/stylesheets/theme/landing_page.scss */
.general-notification .nav-tabs {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9fa;
  border-radius: 0px;
}

/* line 5051, app/assets/stylesheets/theme/landing_page.scss */
.general-notification .notifications-div p a {
  color: #000;
}

/* line 5054, app/assets/stylesheets/theme/landing_page.scss */
.general-notification .nav-tabs li .nav-link.active {
  background: #E86C2E;
  color: #FFFFFF;
  border-radius: 0px;
}

/***********welcome modal css***********/
/* line 5061, app/assets/stylesheets/theme/landing_page.scss */
.welcome-modal-wrap img {
  width: 100%;
}

/* line 5064, app/assets/stylesheets/theme/landing_page.scss */
.modal-header.msg-header {
  border-bottom: none;
}

/* line 5067, app/assets/stylesheets/theme/landing_page.scss */
.welcome-modal-wrap p {
  font-size: 14px;
  color: #747474;
}

/* line 5071, app/assets/stylesheets/theme/landing_page.scss */
div#welcome-msg-show-modal .modal-dialog {
  max-width: 560px;
}

/* line 5074, app/assets/stylesheets/theme/landing_page.scss */
div#welcome-msg-show-modal .modal-dialog .modal-content {
  padding: 20px;
  border-radius: 15px;
}

/* line 5078, app/assets/stylesheets/theme/landing_page.scss */
.msg-footer button.btn {
  background: #E86C2E;
  color: #fff;
}

/* line 5082, app/assets/stylesheets/theme/landing_page.scss */
.info-span {
  position: relative;
  cursor: pointer;
}

/* line 5086, app/assets/stylesheets/theme/landing_page.scss */
.info-text-show {
  background: #ff6c44d6;
  color: #fff;
  padding: 6px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  width: 300px;
  z-index: 999;
}

/* line 5097, app/assets/stylesheets/theme/landing_page.scss */
.info-text-show.related-con {
  background: #eee;
  color: #000;
  left: auto;
  right: 16px;
  border: 1px solid #E86C2E;
  text-align: center;
}

/* line 5106, app/assets/stylesheets/theme/landing_page.scss */
.info-span .info-text-show {
  visibility: hidden;
}

/* line 5110, app/assets/stylesheets/theme/landing_page.scss */
.info-span:hover .info-text-show {
  visibility: visible;
}

/****************************24 css*********************/
/* line 5114, app/assets/stylesheets/theme/landing_page.scss */
.header-contract-material {
  padding-top: 15px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
  background: #e4e4e4;
  margin-bottom: 15px;
  padding-bottom: 15px;
  justify-content: space-between;
}

/* line 5124, app/assets/stylesheets/theme/landing_page.scss */
div#addMaterialContractModal .modal-content {
  background: #F5F7F9;
}

/* line 5127, app/assets/stylesheets/theme/landing_page.scss */
.cont-material-div input {
  width: 100%;
  height: 35px;
  border: 1px solid #ddd;
  margin: 0px 4px;
  font-size: 14px;
  padding: 10px;
  color: #888;
  font-weight: 300;
}

/* line 5137, app/assets/stylesheets/theme/landing_page.scss */
.cont-material-div {
  display: inline-flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 10px;
  align-items: center;
}

/* line 5144, app/assets/stylesheets/theme/landing_page.scss */
select#status_id {
  height: 40px;
  border: 1px solid #ddd;
  background: transparent;
  padding: 6px;
}

/* line 5150, app/assets/stylesheets/theme/landing_page.scss */
.material-form-div input, .material-form-div select {
  border: 1px solid #ddd;
  height: 40px;
  width: 31%;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 10px;
}

/* line 5158, app/assets/stylesheets/theme/landing_page.scss */
.form-header-data span {
  width: 30%;
  margin-left: 7px;
  text-align: center;
  display: inline-grid;
}

/* line 5171, app/assets/stylesheets/theme/landing_page.scss */
.form-header-data-invitation span {
  width: 22%;
  margin-left: 7px;
  text-align: center;
  display: inline-grid;
}

/* line 5178, app/assets/stylesheets/theme/landing_page.scss */
.form-header-contract-data span {
  width: 45%;
  margin-left: 7px;
  text-align: center;
  display: inline-grid;
}

/* line 5184, app/assets/stylesheets/theme/landing_page.scss */
i.fa.fa-trash.remove_material {
  margin-left: 15px;
  cursor: pointer;
}

/* line 5188, app/assets/stylesheets/theme/landing_page.scss */
a.btn.add--milestone.on-material {
  padding: 4px 10px;
  font-size: 14px;
}

/* line 5192, app/assets/stylesheets/theme/landing_page.scss */
.material-form-div {
  margin-bottom: 3px;
}

/* line 5195, app/assets/stylesheets/theme/landing_page.scss */
ol#add-cont-mat-div {
  margin-top: 10px;
}

/************************25 F css********************/
/* line 5199, app/assets/stylesheets/theme/landing_page.scss */
.material-supply select#material_id, .material-supply input#material-quantity-input,
.material-return select#material_id, .material-return input#material-quantity-input {
  border: 1px solid #ddd;
  background: transparent;
  height: 35px;
  border-radius: 4px;
  font-size: 14px;
  padding: 5px;
  margin-bottom: 10px;
  -webkit-appearance: none;
}

/* line 5210, app/assets/stylesheets/theme/landing_page.scss */
.trans-cost-input {
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 100%;
}

/* line 5216, app/assets/stylesheets/theme/landing_page.scss */
.save-submit-data {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 5221, app/assets/stylesheets/theme/landing_page.scss */
p.materails-single-service {
  margin-bottom: 0;
  padding: 8px;
  height: 36px;
  box-shadow: 0 4px 8px 0 #dddddd;
  border: none;
}

/* line 5228, app/assets/stylesheets/theme/landing_page.scss */
img.user-pic-head {
  width: 30px;
  background: #e9e7e7;
  display: inline-block;
  border-radius: 50px;
}

/**********************message page 28*****************/
/* line 5235, app/assets/stylesheets/theme/landing_page.scss */
.message-page-wrap {
  padding: 25px 0px;
}

/* line 5238, app/assets/stylesheets/theme/landing_page.scss */
.message-chat-content {
  background: #f4f4f4;
  min-height: 600px;
  border-radius: 10px;
  box-shadow: 1px 3px 9px 0px #e3e3e3;
  height: 400px;
  overflow: auto;
}

/* line 5246, app/assets/stylesheets/theme/landing_page.scss */
.message-profile-chat {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
}

/* line 5252, app/assets/stylesheets/theme/landing_page.scss */
.message-chatting-wrp {
  padding: 25px;
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-y: contain;
  scroll-snap-type: y proximity;
  scroll-snap-align: end;
}

/* line 5261, app/assets/stylesheets/theme/landing_page.scss */
.message-profile-chat h5 {
  margin-bottom: 0;
  color: #E86C2E;
  padding-left: 10px;
}

/* line 5266, app/assets/stylesheets/theme/landing_page.scss */
.messaging-wrpp {
  box-shadow: 1px 3px 10px 1px #efefef;
  background: #fcfcfc;
  min-height: 600px;
  position: relative;
}

/* line 5272, app/assets/stylesheets/theme/landing_page.scss */
.card.msg-card-chat {
  border: none;
}

/* line 5275, app/assets/stylesheets/theme/landing_page.scss */
.message-profile-chat img {
  width: 45px;
  height: 45px;
}

/* line 5279, app/assets/stylesheets/theme/landing_page.scss */
.message-chat-content .media-user-nm h4 {
  color: #E86C2E;
  font-size: 16px;
}

/* line 5283, app/assets/stylesheets/theme/landing_page.scss */
.message-chat-content .media-user-nm p {
  font-size: 13px;
  line-height: 20px;
}

/* line 5287, app/assets/stylesheets/theme/landing_page.scss */
span.date-time {
  color: #857f7f;
  font-size: 13px;
}

/* line 5291, app/assets/stylesheets/theme/landing_page.scss */
.message-chatting-wrp table, .message-chatting-wrp table tbody,
.message-chatting-wrp table tr, .message-chatting-wrp table tr td {
  display: block;
  border-bottom: none;
}

/* line 5296, app/assets/stylesheets/theme/landing_page.scss */
.message-chatting-wrp table tr {
  display: inline-block;
  width: 100%;
}

/* line 5300, app/assets/stylesheets/theme/landing_page.scss */
.message-chatting-wrp table tr td.left.left-live-chat {
  border-radius: 5px;
  padding: 10px;
  background: #ffffff;
  color: #444;
  box-shadow: 1px 3px 7px 3px #efefef;
  text-align: left;
  margin-bottom: 10px;
  width: 45%;
  position: relative;
}

/* line 5311, app/assets/stylesheets/theme/landing_page.scss */
.message-chatting-wrp table tr td.right.right-live-chat {
  border-radius: 5px;
  padding: 10px;
  background: #E86C2E;
  color: #FFFFFF;
  box-shadow: 1px 3px 7px 3px #efefef;
  text-align: right;
  margin-bottom: 10px;
  width: 45%;
  float: right;
  position: relative;
}

/* line 5323, app/assets/stylesheets/theme/landing_page.scss */
.message-chatting-wrp .chat-message p {
  margin-bottom: 0;
  font-size: 13px;
}

/* line 5327, app/assets/stylesheets/theme/landing_page.scss */
.message-chatting-wrp table tr td.left.left-live-chat:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom: 0;
  margin-top: 11px;
  left: 0;
  border-right-color: #ffffff;
  border-left: 0;
  margin-left: -5px;
}

/* line 5341, app/assets/stylesheets/theme/landing_page.scss */
.message-chatting-wrp table tr td.right.right-live-chat:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom: 0;
  margin-top: 11px;
  right: 0;
  border-left-color: #E86C2E;
  border-right: 0;
  margin-right: -5px;
}

/* line 5355, app/assets/stylesheets/theme/landing_page.scss */
.message-chatting-wrp .input-group {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0px auto;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  padding: 10px;
  background: #fff;
}

/* line 5367, app/assets/stylesheets/theme/landing_page.scss */
.message-chatting-wrp h5 {
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 0px;
}

/* line 5372, app/assets/stylesheets/theme/landing_page.scss */
.message-chatting-wrp .input-group input {
  border: none;
  background: transparent;
}

/* line 5376, app/assets/stylesheets/theme/landing_page.scss */
.message-chatting-wrp span.input-group-btn button {
  padding-right: 15px;
  line-height: 35px;
  font-size: 22px;
  color: #878787;
  border: none;
  background: transparent;
}

/* line 5384, app/assets/stylesheets/theme/landing_page.scss */
.message-chat-content .media {
  cursor: pointer;
}

/* line 5387, app/assets/stylesheets/theme/landing_page.scss */
.message-chat-content .media:hover {
  background: #FFFFFF;
}

/* line 5390, app/assets/stylesheets/theme/landing_page.scss */
a, button {
  cursor: pointer;
}

/* line 5393, app/assets/stylesheets/theme/landing_page.scss */
.new-login-tab-wrap ul li a {
  border: none !important;
  color: #000000;
}

/* line 5397, app/assets/stylesheets/theme/landing_page.scss */
.new-login-tab-wrap ul li a.active {
  background: #E86C2E !important;
  color: #FFFFFF !important;
  border: none !important;
}

/* line 5402, app/assets/stylesheets/theme/landing_page.scss */
.new-login-tab-wrap ul.nav.nav-tabs {
  align-content: center;
  margin-bottom: 35px;
  border-bottom: none;
  background: #e3e3e3;
  padding: 4px;
  justify-content: space-between;
}

/* line 5410, app/assets/stylesheets/theme/landing_page.scss */
.modal-dialog.login-signup-modal .modal-content {
  padding: 20px 0;
}

/* line 5413, app/assets/stylesheets/theme/landing_page.scss */
.modal-dialog.login-signup-modal .modal-content, .modal-dialog.login-signup-modal .modal-content .modal-header {
  background: #f5f7f9 !important;
}

/* line 5416, app/assets/stylesheets/theme/landing_page.scss */
.new-login-tab-wrap label {
  font-size: 20px;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 1px;
}

/* line 5422, app/assets/stylesheets/theme/landing_page.scss */
.new-login-tab-wrap .nav-tabs .nav-item {
  margin-bottom: 0 !important;
  width: 50%;
}

/* line 5426, app/assets/stylesheets/theme/landing_page.scss */
.form-wrap.new-login-rp {
  padding: 0px;
}

/* line 5429, app/assets/stylesheets/theme/landing_page.scss */
.form-wrap.new-login-rp .tab-content {
  min-height: 300px;
}

/* line 5432, app/assets/stylesheets/theme/landing_page.scss */
.passwordProvider .modal-content input {
  height: 50px;
  margin: 15px 0px;
}

/* line 5436, app/assets/stylesheets/theme/landing_page.scss */
img.employee-action-img {
  width: 25px !important;
  height: 25px !important;
}

/* line 5440, app/assets/stylesheets/theme/landing_page.scss */
h4.live-msg-load-info {
  font-size: 18px;
}

/* line 5443, app/assets/stylesheets/theme/landing_page.scss */
span.add-message-more {
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 30px;
}

/* line 5449, app/assets/stylesheets/theme/landing_page.scss */
span.add-message-more i {
  font-size: 70px;
  color: #b5b5b5;
  cursor: pointer;
}

/* line 5454, app/assets/stylesheets/theme/landing_page.scss */
div#msglistModal .message-chat-content {
  background: transparent;
  box-shadow: none;
  min-height: 400px;
}

/* line 5459, app/assets/stylesheets/theme/landing_page.scss */
td.user-name-case-senstive {
  text-transform: none;
}

/* line 5462, app/assets/stylesheets/theme/landing_page.scss */
img.reset-password-img {
  width: 18px;
  margin-left: 20px;
}

/* line 5466, app/assets/stylesheets/theme/landing_page.scss */
.info-related-contract {
  display: flex;
  justify-content: space-between;
}

/* line 5470, app/assets/stylesheets/theme/landing_page.scss */
td.left.left-live-chat h6 {
  font-size: 11px;
  color: #04154c;
  font-weight: 400;
}

/* line 5475, app/assets/stylesheets/theme/landing_page.scss */
span.white-img {
  display: none;
}

/* line 5478, app/assets/stylesheets/theme/landing_page.scss */
.bt-btn-icon:hover {
  color: #fff;
  background: #E86C2E;
}

/* line 5482, app/assets/stylesheets/theme/landing_page.scss */
.bt-btn-icon:hover span.white-img {
  display: inline-block;
}

/* line 5485, app/assets/stylesheets/theme/landing_page.scss */
.bt-btn-icon:hover span.black-img {
  display: none;
}

/* line 5488, app/assets/stylesheets/theme/landing_page.scss */
.bt-btn-icon:hover button {
  color: #fff;
}

/***************************new design css********/
/* line 5492, app/assets/stylesheets/theme/landing_page.scss */
.sidebar ul li img {
  width: 20px;
}

/* line 5495, app/assets/stylesheets/theme/landing_page.scss */
img.sidebar-icon-orange {
  display: none;
}

/* line 5498, app/assets/stylesheets/theme/landing_page.scss */
.sidebar ul li a:hover img.sidebar-icon-orange {
  display: inline-block;
}

/* line 5501, app/assets/stylesheets/theme/landing_page.scss */
.sidebar ul li a:hover img.sidebar-icon-black {
  display: none;
}

/* line 5504, app/assets/stylesheets/theme/landing_page.scss */
.dashboard-new-profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}

/* line 5510, app/assets/stylesheets/theme/landing_page.scss */
.dashboard-new-profile img {
  width: 60px !important;
  border-radius: 50px;
  height: 60px;
  margin-right: 10px;
  object-fit: cover;
}

/* line 5517, app/assets/stylesheets/theme/landing_page.scss */
li.dashboard-li {
  background: #0c1034;
}

/* line 5520, app/assets/stylesheets/theme/landing_page.scss */
.dashboard-profile-info h4 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0px;
}

/* line 5525, app/assets/stylesheets/theme/landing_page.scss */
.dashboard-profile-info span {
  color: #fff;
  font-size: 12px;
}

/* line 5529, app/assets/stylesheets/theme/landing_page.scss */
.dashboard-profile-info {
  text-align: left;
}

/* line 5532, app/assets/stylesheets/theme/landing_page.scss */
a.view-profile-link {
  color: #fff !important;
  font-size: 13px;
  border: 1px solid #fff;
  padding: 3px 0;
  text-align: center !important;
  width: 100px;
}

/* line 5540, app/assets/stylesheets/theme/landing_page.scss */
.hrm-details-wrap.dashbaord-padding-new h5 {
  font-size: 17px;
  font-weight: 300;
  padding: 20px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0;
}

/* line 5547, app/assets/stylesheets/theme/landing_page.scss */
.profile-about-left-new {
  padding: 20px;
  background: #F5F7F9;
  text-align: center;
}

/* line 5552, app/assets/stylesheets/theme/landing_page.scss */
.profile-about-left-new img {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  margin-bottom: 20px;
  object-fit: cover;
}

/* line 5559, app/assets/stylesheets/theme/landing_page.scss */
.profile-about-left-new h6 {
  font-size: 20px;
  margin-bottom: 0;
}

/* line 5563, app/assets/stylesheets/theme/landing_page.scss */
.wrap-dashboard-profile-msg {
  background: #F5F7F9;
}

/* line 5566, app/assets/stylesheets/theme/landing_page.scss */
span.edit.public-profile {
  background: #E86C2E;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  padding: 3px 15px;
  cursor: pointer;
}

/* line 5574, app/assets/stylesheets/theme/landing_page.scss */
.profile-about-wrap-new {
  min-height: 650px;
}

/* line 5577, app/assets/stylesheets/theme/landing_page.scss */
.profile-bg-h {
  height: 100%;
  background: #f5f7f9;
  min-height: 650px;
}

/* line 5582, app/assets/stylesheets/theme/landing_page.scss */
.profile-msg-left-new img {
  border-radius: 50px;
  width: 80px;
  height: 80px;
  display: block;
  margin: 0px auto;
  object-fit: cover;
}

/* line 5590, app/assets/stylesheets/theme/landing_page.scss */
.profile-msg-left-new span {
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  color: #60abfc;
  font-size: 15px;
}

/* line 5598, app/assets/stylesheets/theme/landing_page.scss */
.user-settings input {
  border-radius: 0;
  height: 45px;
}

/* line 5602, app/assets/stylesheets/theme/landing_page.scss */
button.setting-btn {
  background: #E86C2E;
  color: #fff;
  border: 1px solid #E86C2E;
  width: 25%;
  padding: 4px;
  margin: auto;
}

/* line 5610, app/assets/stylesheets/theme/landing_page.scss */
.review-rate {
  display: inline-flex;
  align-items: center;
}

/* line 5614, app/assets/stylesheets/theme/landing_page.scss */
.review-rate-star span {
  color: #ffcc35;
}

/* line 5617, app/assets/stylesheets/theme/landing_page.scss */
.review-rate-star {
  padding: 0px 6px;
}

/* line 5620, app/assets/stylesheets/theme/landing_page.scss */
span.review-points {
  font-size: 14px;
  color: #9e9e9e;
}

/* line 5624, app/assets/stylesheets/theme/landing_page.scss */
.circle-img-df.for-chat {
  border-radius: 10px;
}

/* line 5627, app/assets/stylesheets/theme/landing_page.scss */
.find-work-detail-wrap h6 {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 15px;
}

/* line 5632, app/assets/stylesheets/theme/landing_page.scss */
.work-find-new {
  border: 1px solid #e8f3ff;
  background: #d9d9d975;
  min-height: 600px;
  position: relative;
}

/* line 5638, app/assets/stylesheets/theme/landing_page.scss */
.col-gap {
  gap: 10px;
}

/* line 5641, app/assets/stylesheets/theme/landing_page.scss */
.edit-btn a {
  width: 24px;
  height: 24px;
  background-color: #fff;
  display: block;
  text-align: center;
  line-height: 24px;
  border-radius: 100px;
  color: #e86c2e;
  transition: 0.5s all;
  border: 1px solid transparent;
  font-size: 12px;
}

/* line 5654, app/assets/stylesheets/theme/landing_page.scss */
.edit-btn a:hover {
  background-color: #e86c2e;
  color: #fff;
  border: 1px solid transparent;
}

/* line 5659, app/assets/stylesheets/theme/landing_page.scss */
.work-details-box {
  padding: 15px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #E86C2E;
  color: #FFFFFF;
}

/* line 5667, app/assets/stylesheets/theme/landing_page.scss */
.work-dropdown-icon i {
  color: #000000;
}

/* line 5670, app/assets/stylesheets/theme/landing_page.scss */
.work-details-box h4 {
  margin-bottom: 0;
  font-size: 17px !important;
}

/* line 5674, app/assets/stylesheets/theme/landing_page.scss */
.description-box {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 300;
}

/* line 5679, app/assets/stylesheets/theme/landing_page.scss */
.work-budget {
  padding: 10px 15px;
  border-top: 1px solid #c3bdbd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
}

/* line 5688, app/assets/stylesheets/theme/landing_page.scss */
.apply-work {
  background: #E86C2E;
  color: #fff;
  border: 1px solid #E86C2E;
  width: 100%;
  padding: 4px;
  margin: auto;
  max-width: 300px;
  text-align: center;
  display: block;
}

/* line 5699, app/assets/stylesheets/theme/landing_page.scss */
span.description-work {
  display: block;
}

/* line 5702, app/assets/stylesheets/theme/landing_page.scss */
.services-budget {
  display: flex;
  justify-content: space-between;
}

/* line 5706, app/assets/stylesheets/theme/landing_page.scss */
.find-work-user-profile {
  background-color: #f5f7f9;
  border: 1px solid #c9c9c9;
  margin-bottom: 20px;
}

/* line 5711, app/assets/stylesheets/theme/landing_page.scss */
.work-user-profile {
  display: flex;
  align-items: center;
  padding: 35px 60px;
  background: #F5F7F9;
  border-bottom: 1px solid #c9c9c9;
}

/* line 5719, app/assets/stylesheets/theme/landing_page.scss */
.work-user-profile img {
  width: 120px;
  height: 115px;
  border-radius: 50%;
  margin-right: 10%;
}

/* line 5725, app/assets/stylesheets/theme/landing_page.scss */
.about-user-profile {
  padding: 35px 60px;
}

/* line 5728, app/assets/stylesheets/theme/landing_page.scss */
p {
  color: #202020;
  font-size: 15px;
}

/* line 5732, app/assets/stylesheets/theme/landing_page.scss */
.user-profile-reviews {
  padding: 25px 60px;
}

/* line 5735, app/assets/stylesheets/theme/landing_page.scss */
.user-profile-review-slider p {
  box-shadow: -1px 0px 16px 2px #ebebeb;
  padding: 30px;
  background: #fff;
  margin: 2% 12%;
  font-size: 14px;
}

/* line 5742, app/assets/stylesheets/theme/landing_page.scss */
a.carousel-control-prev {
  color: #000;
  font-size: 30px;
  opacity: 1;
  left: -50px;
  font-weight: 300;
}

/* line 5749, app/assets/stylesheets/theme/landing_page.scss */
.carousel-control-next {
  color: #000;
  font-size: 30px;
  opacity: 1;
  right: -50px;
  font-weight: 300;
}

/* line 5756, app/assets/stylesheets/theme/landing_page.scss */
.user-pf-name {
  text-align: center;
}

/* line 5759, app/assets/stylesheets/theme/landing_page.scss */
.user-pf-name img {
  width: 30px;
  border-radius: 20px;
}

/* line 5763, app/assets/stylesheets/theme/landing_page.scss */
.user-profile-reviews a.carousel-control-next:hover, .user-profile-reviews a.carousel-control-prev:hover {
  color: #000000;
}

/* line 5766, app/assets/stylesheets/theme/landing_page.scss */
.service-provider-dashboard-footer span, .service-provider-dashboard-footer span a {
  color: #202020;
  font-size: 14px;
  font-weight: 300;
}

/* line 5771, app/assets/stylesheets/theme/landing_page.scss */
.service-provider-dashboard-footer {
  border-top: 1px solid #dcdcdc;
  padding: 20px 25px;
  background: #edf0f5;
  height: 8vh;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  left: 0;
  z-index: 2;
}

/* line 5783, app/assets/stylesheets/theme/landing_page.scss */
.work-client-wrap.client-info-tab ul.nav.nav-tabs {
  width: 100%;
  border: none;
  background: #ebebeb;
}

/* line 5788, app/assets/stylesheets/theme/landing_page.scss */
.work-client-wrap.client-info-tab ul.nav.nav-tabs li {
  width: 25%;
  text-align: center;
}

/* line 5792, app/assets/stylesheets/theme/landing_page.scss */
.work-client-wrap.client-info-tab ul li a.nav-link {
  color: #202020;
  padding: 4px;
  border-radius: 0;
}

/* line 5797, app/assets/stylesheets/theme/landing_page.scss */
.work-client-wrap.client-info-tab ul.nav.nav-tabs li a.nav-link.active {
  border: none;
  background: #E86C2E;
  color: #FFFFFF;
}

/* line 5802, app/assets/stylesheets/theme/landing_page.scss */
.drawingsNavTab ul li a.nav-link {
  color: #202020;
  padding: 4px;
  border-radius: 0;
}

/* line 5807, app/assets/stylesheets/theme/landing_page.scss */
.drawingsNavTab ul.nav.nav-tabs li {
  width: 50%;
  text-align: center;
}

/* line 5811, app/assets/stylesheets/theme/landing_page.scss */
.drawingsNavTab ul.nav.nav-tabs li a.nav-link.active {
  border: none;
  background: #E86C2E;
  color: #FFFFFF;
}

/* line 5816, app/assets/stylesheets/theme/landing_page.scss */
.date-contact span img {
  width: 18px;
  padding-right: 4px;
}

/* line 5820, app/assets/stylesheets/theme/landing_page.scss */
.client-work-wrp h6 {
  color: #E86C2E;
  font-size: 24px;
  margin-bottom: 0;
}

/* line 5825, app/assets/stylesheets/theme/landing_page.scss */
.work-budget span img {
  width: 18px;
  padding-right: 3px;
}

/* line 5829, app/assets/stylesheets/theme/landing_page.scss */
.work-budget.milestone-tbl {
  display: block;
}

/* line 5832, app/assets/stylesheets/theme/landing_page.scss */
.table-wrap {
  margin-top: 10px;
}

/* line 5835, app/assets/stylesheets/theme/landing_page.scss */
.table-wrap p {
  display: flex;
  justify-content: space-between;
  line-height: 27px;
}

/* line 5840, app/assets/stylesheets/theme/landing_page.scss */
.work-bttns-new {
  padding: 10px 15px;
  margin-top: 5%;
}

/* line 5844, app/assets/stylesheets/theme/landing_page.scss */
.work-bttns-new1 {
  display: flex;
  justify-content: space-between;
}

/* line 5848, app/assets/stylesheets/theme/landing_page.scss */
.work-bttns-new1 span {
  background: #ffff;
  width: 50%;
  margin-bottom: 10px;
  font-size: 14px;
  border-radius: 4px;
}

/* line 5855, app/assets/stylesheets/theme/landing_page.scss */
.work-bttns-new1 span:not(:last-child) {
  margin-right: 10px;
}

/* line 5858, app/assets/stylesheets/theme/landing_page.scss */
.work-bttns-new1 span img {
  width: 20px;
  padding-right: 5px;
}

/* line 5862, app/assets/stylesheets/theme/landing_page.scss */
.work-bttns-new .work-bttns-new1 .service-provider-message-count {
  border-radius: 50%;
  padding: 0 !important;
}

/* line 5866, app/assets/stylesheets/theme/landing_page.scss */
.work-client-wrap {
  min-height: 760px;
}

/* line 5869, app/assets/stylesheets/theme/landing_page.scss */
button.apply-work-1 {
  background: #E86C2E;
  color: #fff;
  border: 1px solid #E86C2E;
  width: 220px;
  padding: 4px;
  margin: auto;
  text-align: center;
  font-weight: 300;
}

/* line 5879, app/assets/stylesheets/theme/landing_page.scss */
.apply-saved-btn {
  padding: 15px;
  position: absolute;
  bottom: 30px;
  width: 100%;
}

/* line 5885, app/assets/stylesheets/theme/landing_page.scss */
button.apply-work-1.gray-bt {
  background: #ffffff;
  border: 1px solid #E86C2E;
  color: #E86C2E;
}

/* line 5890, app/assets/stylesheets/theme/landing_page.scss */
.apply-modal-img img {
  width: 100%;
}

/* line 5893, app/assets/stylesheets/theme/landing_page.scss */
.modal-apply-bg {
  max-width: 800px;
}

/* line 5896, app/assets/stylesheets/theme/landing_page.scss */
.modal-apply-bg .modal-content {
  background: #F5F7F9;
  padding: 20px 0;
}

/* line 5900, app/assets/stylesheets/theme/landing_page.scss */
.apply-modal-form input {
  height: 50px;
  border-radius: 0;
}

/* line 5904, app/assets/stylesheets/theme/landing_page.scss */
.apply-modal-form textarea {
  border-radius: 0;
}

/* line 5907, app/assets/stylesheets/theme/landing_page.scss */
.apply-modal-form {
  padding-right: 30px;
}

/* line 5910, app/assets/stylesheets/theme/landing_page.scss */
.apply-submit {
  border: none;
  padding: 10px;
  width: 40%;
  background: #E86C2E;
  border-radius: 4px;
  color: #ffff;
}

/* line 5918, app/assets/stylesheets/theme/landing_page.scss */
button.apply-submit.close-bt {
  background: #ccc;
  color: #000;
}

/* line 5922, app/assets/stylesheets/theme/landing_page.scss */
.btn-toggle {
  padding: 0;
  position: relative;
  border: none;
  height: 1.3rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #fff;
  border: 1px solid #cad7ed;
}

/* line 5933, app/assets/stylesheets/theme/landing_page.scss */
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}

/* line 5946, app/assets/stylesheets/theme/landing_page.scss */
.btn-toggle > .handle {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 23px;
  height: 23px;
  border-radius: 1.125rem;
  background: #dee9fc;
  transition: left 0.25s;
}

/* line 5956, app/assets/stylesheets/theme/landing_page.scss */
.btn-toggle.active {
  transition: background-color 0.25s;
}

/* line 5959, app/assets/stylesheets/theme/landing_page.scss */
.btn-toggle.active {
  background-color: #FFFFFF;
  border: 1px solid #E86C2E;
}

/* line 5963, app/assets/stylesheets/theme/landing_page.scss */
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}

/* line 5967, app/assets/stylesheets/theme/landing_page.scss */
.btn-toggle.active:before {
  opacity: 0.5;
}

/* line 5970, app/assets/stylesheets/theme/landing_page.scss */
.btn-toggle.active:after {
  opacity: 1;
}

/* line 5973, app/assets/stylesheets/theme/landing_page.scss */
.btn-toggle.active .handle {
  background: #E86C2E;
}

/* line 5976, app/assets/stylesheets/theme/landing_page.scss */
.btn-toggle:focus,
.btn-toggle.active:focus,
.btn-toggle.focus,
.btn-toggle.focus.active {
  outline: none;
}

/* line 5982, app/assets/stylesheets/theme/landing_page.scss */
.btn:focus, .btn.focus {
  box-shadow: none;
}

/* line 5985, app/assets/stylesheets/theme/landing_page.scss */
.employee-edit-view {
  color: #E86C2E;
  border: 1px solid #E86C2E;
  font-size: 14px;
  padding: 1px 8px;
  border-radius: 3px;
  margin: 0px 2px;
  background: #FFFFFF;
}

/* line 5994, app/assets/stylesheets/theme/landing_page.scss */
.employee-edit-view:hover {
  color: #fff;
  background: #E86C2E;
}

/* line 5998, app/assets/stylesheets/theme/landing_page.scss */
.work_client-wrap-emp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 6003, app/assets/stylesheets/theme/landing_page.scss */
.work_client-wrap-emp .input-group.add-on input {
  border: 1px solid #cadaf7;
  height: 45px;
  width: 300px;
  padding: 12px;
  font-size: 14px;
}

/* line 6010, app/assets/stylesheets/theme/landing_page.scss */
.emp-search {
  position: relative;
}

/* line 6013, app/assets/stylesheets/theme/landing_page.scss */
.emp-search i.fa.fa-search {
  position: absolute;
  right: 10px;
  top: 14px;
}

/* line 6018, app/assets/stylesheets/theme/landing_page.scss */
button.apply-submit.empCreateSubmit {
  width: 100%;
}

/* line 6021, app/assets/stylesheets/theme/landing_page.scss */
select.form-control.selectEmployee {
  border: 1px solid #d8d7d7;
  height: 48px;
  background: #fff;
  border-radius: 0;
}

/* line 6027, app/assets/stylesheets/theme/landing_page.scss */
.attendance-toggle .btn-toggle {
  margin: 0;
}

/* line 6030, app/assets/stylesheets/theme/landing_page.scss */
h4.h4-h {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 20px;
}

/* line 6035, app/assets/stylesheets/theme/landing_page.scss */
td.hide-edit select {
  display: none;
}

/* line 6038, app/assets/stylesheets/theme/landing_page.scss */
button.employee-edit-view {
  border: 1px solid !important;
}

/* line 6041, app/assets/stylesheets/theme/landing_page.scss */
td.hide-edit select {
  border-radius: 0 !important;
  height: 45px;
  font-size: 15px !important;
  background: #f6f9ff !important;
  border-color: #dee9fc !important;
}

/* line 6048, app/assets/stylesheets/theme/landing_page.scss */
.hours-timing span {
  display: block;
  font-size: 14px;
}

/* line 6052, app/assets/stylesheets/theme/landing_page.scss */
.hours-timing {
  background: #efefef;
  padding: 5px;
}

/* line 6056, app/assets/stylesheets/theme/landing_page.scss */
td.timing-td-q span {
  font-size: 15px;
}

/* line 6059, app/assets/stylesheets/theme/landing_page.scss */
td.timing-td-q.arrows span i {
  transform: rotate(180deg);
}

/* line 6062, app/assets/stylesheets/theme/landing_page.scss */
.sidebar ul li.active a {
  color: #E86C2E;
}

/* line 6065, app/assets/stylesheets/theme/landing_page.scss */
.sidebar ul li.active a img.sidebar-icon-black {
  display: none;
}

/* line 6068, app/assets/stylesheets/theme/landing_page.scss */
.sidebar ul li.active a img.sidebar-icon-orange {
  display: inline-block;
}

/* line 6071, app/assets/stylesheets/theme/landing_page.scss */
.sidebar ul li.active {
  background: #edf0f5;
}

/* line 6074, app/assets/stylesheets/theme/landing_page.scss */
span.for-service {
  display: block;
}

/* line 6077, app/assets/stylesheets/theme/landing_page.scss */
.milestone-select {
  background: #fff !important;
  border-radius: 0 !important;
  height: 40px !important;
  width: 170px;
  font-size: 15px !important;
}

/* line 6084, app/assets/stylesheets/theme/landing_page.scss */
.milestone-modals .modal-content {
  background: #F5F7F9;
}

/* line 6087, app/assets/stylesheets/theme/landing_page.scss */
.milestone-modals .modal-content .modal-header {
  background: transparent;
  justify-content: center;
}

/* line 6091, app/assets/stylesheets/theme/landing_page.scss */
.milestone-modals .modal-content .modal-header h4 {
  font-weight: 300;
  font-size: 22px;
}

/* line 6095, app/assets/stylesheets/theme/landing_page.scss */
.milestone-modals .modal-content .modal-body {
  padding: 20px 40px;
}

/* line 6099, app/assets/stylesheets/theme/landing_page.scss */
.milestone-modals .modal-content .modal-body textarea {
  border-radius: 0;
  height: 100px;
}

/* line 6103, app/assets/stylesheets/theme/landing_page.scss */
.milestone-modals .modal-content .modal-body small {
  font-size: 11px;
  font-weight: 300;
}

/* line 6107, app/assets/stylesheets/theme/landing_page.scss */
.milestone-modal-btn .apply-submit.close-bt {
  width: 150px;
}

/* line 6110, app/assets/stylesheets/theme/landing_page.scss */
.modal-footer.milestone-modal-btn {
  justify-content: center;
}

/* line 6113, app/assets/stylesheets/theme/landing_page.scss */
li.dashboard-li.active {
  background: #0c1034 !important;
}

/* line 6116, app/assets/stylesheets/theme/landing_page.scss */
.img-up-clr {
  color: #51a2f8 !important;
}

/* line 6119, app/assets/stylesheets/theme/landing_page.scss */
.create-emp-view .modal-header {
  background: transparent;
}

/* line 6122, app/assets/stylesheets/theme/landing_page.scss */
.create-emp-view .modal-header {
  padding: 0 1rem;
}

/* line 6125, app/assets/stylesheets/theme/landing_page.scss */
.new-img-upload {
  text-align: center;
}

/* line 6128, app/assets/stylesheets/theme/landing_page.scss */
.new-img-upload img {
  width: 120px;
}

/* line 6131, app/assets/stylesheets/theme/landing_page.scss */
.new-img-upload label {
  font-size: 15px;
}

/* line 6134, app/assets/stylesheets/theme/landing_page.scss */
.new-img-upload img {
  width: 100px;
  border-radius: 100px;
  height: 100px;
  display: block;
  text-align: center;
  margin: auto;
}

/* line 6142, app/assets/stylesheets/theme/landing_page.scss */
.emp-add-td {
  display: flex;
  align-items: center;
}

/* line 6146, app/assets/stylesheets/theme/landing_page.scss */
.name-contact-data {
  padding-left: 15px;
  text-align: left;
}

/* line 6150, app/assets/stylesheets/theme/landing_page.scss */
.name-contact-data h6 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
}

/* line 6155, app/assets/stylesheets/theme/landing_page.scss */
.name-contact-data span {
  font-size: 13px;
}

/* line 6158, app/assets/stylesheets/theme/landing_page.scss */
span.selct-label label {
  padding-right: 20px;
  margin-bottom: 0;
}

/* line 6162, app/assets/stylesheets/theme/landing_page.scss */
select.select-roles {
  font-size: 13px;
  height: 35px;
  border: 1px solid #cfdef7;
  padding: 4px;
  width: 165px;
  background: #FFFFFF;
}

/* line 6170, app/assets/stylesheets/theme/landing_page.scss */
img.filter-icon-img {
  width: 25px;
  padding-right: 5px;
}

/* line 6174, app/assets/stylesheets/theme/landing_page.scss */
.edit-delete-action span {
  margin: 0px 20px;
  cursor: pointer;
}

/* line 6178, app/assets/stylesheets/theme/landing_page.scss */
.edit-delete-action {
  margin-left: 20px;
}

/* line 6181, app/assets/stylesheets/theme/landing_page.scss */
span.selct-label {
  display: flex;
}

/* line 6184, app/assets/stylesheets/theme/landing_page.scss */
.edit-delete-action span img {
  width: 24px;
}

/* line 6187, app/assets/stylesheets/theme/landing_page.scss */
.modal-apply-bg .modal-header, .milestone-modals .modal-header {
  display: block;
  text-align: center;
}

/* line 6191, app/assets/stylesheets/theme/landing_page.scss */
.modal-apply-bg .modal-header h4, .milestone-modals .modal-header h4 {
  font-weight: 300;
  font-size: 22px;
}

/* line 6195, app/assets/stylesheets/theme/landing_page.scss */
.modal-apply-bg .modal-header .close, .milestone-modals .modal-header .close {
  text-shadow: none;
  color: #000000;
  position: absolute;
  right: 15px;
  top: 16px;
  font-size: 35px;
  font-weight: 300;
  opacity: 1;
}

/* line 6206, app/assets/stylesheets/theme/landing_page.scss */
select.data-select-classic {
  height: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/assets/landing_page/select-icon.jpg) 100%/48px no-repeat #ffff !important;
}

/* line 6213, app/assets/stylesheets/theme/landing_page.scss */
.payment-filters span {
  display: flex;
  align-items: center;
}

/* line 6217, app/assets/stylesheets/theme/landing_page.scss */
.payment-filters {
  display: flex;
  align-items: center;
}

/* line 6221, app/assets/stylesheets/theme/landing_page.scss */
.payment-method-options .nav-tabs {
  border-bottom: 1px solid #edf0f5;
}

/* line 6224, app/assets/stylesheets/theme/landing_page.scss */
.payment-method-options .nav-tabs .nav-link {
  border: none;
  background: #f7f7f7;
  font-size: 18px;
  font-weight: 500;
  color: #202020;
  width: 200px;
  border-bottom: 3px solid #edf0f569;
}

/* line 6233, app/assets/stylesheets/theme/landing_page.scss */
.payment-method-options .nav-tabs .nav-link.active {
  color: #E86C2E;
  background: #FFFFFF;
  border-bottom: 3px solid #E86C2E;
}

/* line 6238, app/assets/stylesheets/theme/landing_page.scss */
.contract-profile {
  display: flex;
  justify-content: space-between;
  background: #ecedf0;
  padding: 20px 20px;
}

/* line 6244, app/assets/stylesheets/theme/landing_page.scss */
.contract-profile-name {
  display: flex;
  align-items: center;
  padding-right: 15%;
}

/* line 6249, app/assets/stylesheets/theme/landing_page.scss */
.contract-profile-name img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
}

/* line 6254, app/assets/stylesheets/theme/landing_page.scss */
.milestone-details-btn, .team-details-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
}

/* line 6260, app/assets/stylesheets/theme/landing_page.scss */
.milestone-buttons {
  display: flex;
  align-items: center;
  padding-right: 30px;
}

/* line 6265, app/assets/stylesheets/theme/landing_page.scss */
.milestone-buttons span button {
  padding: 8px 10px !important;
}

/* line 6268, app/assets/stylesheets/theme/landing_page.scss */
.group-chat {
  font-size: 15px;
  padding: 10px 10px;
  color: #6e6b6b;
  background: #eae8e8;
  border: 1px solid #ccc;
  margin-right: 10px;
}

/* line 6276, app/assets/stylesheets/theme/landing_page.scss */
.table td:first-child, .table th:first-child {
  padding-left: 2%;
}

/* line 6279, app/assets/stylesheets/theme/landing_page.scss */
.budget-amount-review {
  padding: 20px;
  background: #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}

/* line 6287, app/assets/stylesheets/theme/landing_page.scss */
.budget-amounts span {
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}

/* line 6293, app/assets/stylesheets/theme/landing_page.scss */
.budget-amounts {
  width: 25%;
}

/* line 6296, app/assets/stylesheets/theme/landing_page.scss */
.pf-name {
  margin-bottom: 7px;
}

/* line 6299, app/assets/stylesheets/theme/landing_page.scss */
.pf-name span {
  font-size: 18px;
  color: #202020;
  font-weight: 300;
}

/* line 6304, app/assets/stylesheets/theme/landing_page.scss */
.input-group.add-on {
  width: auto;
}

/* line 6307, app/assets/stylesheets/theme/landing_page.scss */
.profile-about-left-new span, .dashboard-profile-info span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 6314, app/assets/stylesheets/theme/landing_page.scss */
.dashboard-profile-info span {
  width: 130px;
}

/* line 6317, app/assets/stylesheets/theme/landing_page.scss */
.profile-data-table.create-jobs h4 strong {
  color: #E86C2E;
}

/* line 6320, app/assets/stylesheets/theme/landing_page.scss */
.card-body i.fa.fa-bookmark-o {
  color: #E86C2E;
}

/* line 6323, app/assets/stylesheets/theme/landing_page.scss */
.work-bttns-new1 span a {
  color: #202020;
  padding: 10px 25px;
  display: block;
}

/* line 6328, app/assets/stylesheets/theme/landing_page.scss */
.milestone-details-btn h5 {
  border-bottom: none !important;
}

/* line 6331, app/assets/stylesheets/theme/landing_page.scss */
a.a-black {
  color: #000;
}

/* line 6334, app/assets/stylesheets/theme/landing_page.scss */
.modal-header.materail-view-head {
  display: block;
  background: #F5F7F9;
}

/* line 6338, app/assets/stylesheets/theme/landing_page.scss */
.modal-header.materail-view-head h4 {
  font-weight: 300;
  font-size: 22px;
}

/* line 6342, app/assets/stylesheets/theme/landing_page.scss */
.modal-header.materail-view-head button.close {
  position: absolute;
  right: 30px;
  top: 16px;
  font-size: 34px;
  font-weight: 200;
}

/* line 6349, app/assets/stylesheets/theme/landing_page.scss */
ol#add-cont-mat-div li {
  list-style-type: none;
}

/* line 6352, app/assets/stylesheets/theme/landing_page.scss */
.wrap-dashboard-profile-msg.admin-panel-sidebar {
  height: 100%;
}

/* line 6355, app/assets/stylesheets/theme/landing_page.scss */
.layouts-design-wrap {
  padding: 40px;
}

/* line 6358, app/assets/stylesheets/theme/landing_page.scss */
.layout-designs {
  box-shadow: 0px 0px 3px #ccc;
  width: 450px;
  cursor: pointer;
  position: relative;
}

/* line 6364, app/assets/stylesheets/theme/landing_page.scss */
.layout-designs img {
  width: 450px;
  height: 350px;
  object-fit: fill;
}

/* line 6369, app/assets/stylesheets/theme/landing_page.scss */
.layout-designs h4 {
  font-size: 18px;
  color: #202020;
  padding: 20px 10px;
}

/* line 6374, app/assets/stylesheets/theme/landing_page.scss */
.layout-onhover p {
  padding: 0 10px;
  font-size: 13px;
}

/* line 6378, app/assets/stylesheets/theme/landing_page.scss */
.layout-onhover h4 {
  margin-bottom: 0;
}

/* line 6381, app/assets/stylesheets/theme/landing_page.scss */
.layouts-content-tb {
  padding: 10px;
  border-top: 1px solid #e5e5e5;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 6389, app/assets/stylesheets/theme/landing_page.scss */
.layout-onhover {
  display: none;
}

/* line 6392, app/assets/stylesheets/theme/landing_page.scss */
.layout-designs:hover .layout-onhover {
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  background: #fff;
}

/* line 6399, app/assets/stylesheets/theme/landing_page.scss */
span.required-changes {
  color: #f21515;
  font-size: 15px;
}

/* line 6403, app/assets/stylesheets/theme/landing_page.scss */
span.downloads {
  font-size: 15px;
  color: #007bff;
}

/* line 6407, app/assets/stylesheets/theme/landing_page.scss */
i.fa.fa-refresh, i.fa.fa-download {
  padding-right: 4px;
}

/* line 6410, app/assets/stylesheets/theme/landing_page.scss */
.verified-wrp {
  display: flex;
  justify-content: space-between;
}

/* line 6414, app/assets/stylesheets/theme/landing_page.scss */
.verified-wrp span {
  color: #479b04;
  font-size: 14px;
}

/* line 6418, app/assets/stylesheets/theme/landing_page.scss */
.modal-body.set-modal-body-height {
  max-height: 60vh !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

/* line 6423, app/assets/stylesheets/theme/landing_page.scss */
.parent-active {
  background-color: #d9d9d963;
  box-shadow: inherit;
}

/* line 6428, app/assets/stylesheets/theme/landing_page.scss */
.wrap-dashboard-profile-msg.admin-panel-sidebar a {
  display: block;
  border-bottom: 1px solid #dedede;
  height: 60px;
  line-height: 59px;
  color: #202020;
  padding-left: 10px;
}

/* line 6437, app/assets/stylesheets/theme/landing_page.scss */
.wrap-dashboard-profile-msg.admin-panel-sidebar a:hover {
  background: #e85c2e78;
}

/* line 6441, app/assets/stylesheets/theme/landing_page.scss */
.admin-panel-no-record {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 6447, app/assets/stylesheets/theme/landing_page.scss */
.admin-active {
  background: #FFEEE5;
  color: #281717 !important;
}

/* line 6451, app/assets/stylesheets/theme/landing_page.scss */
.admin-active span {
  color: #E86C2E;
}

/* line 6454, app/assets/stylesheets/theme/landing_page.scss */
.wrap-dashboard-profile-msg.admin-panel-sidebar a:hover {
  background: #edf0f5;
}

/* line 6458, app/assets/stylesheets/theme/landing_page.scss */
.logo.dashboard-logo.only-dashboard-bar.active img {
  width: 100px;
  position: absolute;
  z-index: 99;
  top: 12px;
  background: #ffffffb5;
  padding: 10px;
  border-radius: 10px;
  margin-left: 20px;
}

/* line 6468, app/assets/stylesheets/theme/landing_page.scss */
span.clicked-span-noti {
  display: none;
}

/* line 6471, app/assets/stylesheets/theme/landing_page.scss */
span.clicked-span-noti i.fa.fa-check-square-o, span.default-span-noti i.fa.fa-check-square-o {
  color: #3ba70f;
}

/* line 6474, app/assets/stylesheets/theme/landing_page.scss */
span.default-span-noti i.fa.fa-envelope {
  color: #e86c2e;
}

/* line 6477, app/assets/stylesheets/theme/landing_page.scss */
.view-team-btn {
  width: 20% !important;
  margin: 0 auto;
}

/* line 6481, app/assets/stylesheets/theme/landing_page.scss */
.find-work-detail-loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #e86c2e;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
}

/* line 6495, app/assets/stylesheets/theme/landing_page.scss */
.search-projects-loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #e86c2e;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
}

/* line 6509, app/assets/stylesheets/theme/landing_page.scss */
.provider-header-loader {
  border: 16px solid #f3f3f3;
  border-radius: 100%;
  border-top: 16px solid #e86c2e;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
}

/* line 6523, app/assets/stylesheets/theme/landing_page.scss */
.find-work-detail-loader.messages {
  top: 185px !important;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 6538, app/assets/stylesheets/theme/landing_page.scss */
.service-type, .form-field.searchData, .form-field.invite-phone-in {
  height: 40px;
  width: 30%;
}

/* line 6542, app/assets/stylesheets/theme/landing_page.scss */
.form-field.searchDataTeam, .form-field.addTeamNamePhone, .form-field.addTeamNameInput {
  height: 35px;
  width: 28%;
}

/* line 6547, app/assets/stylesheets/theme/landing_page.scss */
.invite-form-data {
  height: 40px;
  width: 23% !important;
}

/* line 6551, app/assets/stylesheets/theme/landing_page.scss */
.services-type, .contractBudget {
  width: 45%;
  height: 40px;
  border-radius: 0px;
  border-width: 1px;
}

/* line 6558, app/assets/stylesheets/theme/landing_page.scss */
.remove_teams, .remove_invite {
  width: 5%;
}

/* line 6562, app/assets/stylesheets/theme/landing_page.scss */
.addNewServiceButton {
  float: right;
  color: #126a26;
}

/* line 6566, app/assets/stylesheets/theme/landing_page.scss */
.service-form-div, .invite-form-div {
  margin-bottom: 5px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 6574, app/assets/stylesheets/theme/landing_page.scss */
span.add-team-req {
  font-size: small;
  color: red;
}

/* line 6578, app/assets/stylesheets/theme/landing_page.scss */
.agreements-checkbox {
  align-items: center;
}

/* line 6581, app/assets/stylesheets/theme/landing_page.scss */
.details-wp {
  display: flex;
  justify-content: flex-start;
  width: inherit;
}

/* line 6586, app/assets/stylesheets/theme/landing_page.scss */
.milestone-add-wr {
  display: flex;
  width: 100%;
}

/* line 6590, app/assets/stylesheets/theme/landing_page.scss */
.details-wp.last-wp {
  margin-top: 5px;
  margin-bottom: 20px;
}

/* line 6594, app/assets/stylesheets/theme/landing_page.scss */
input.quotation-con {
  width: 40%;
  height: 40px;
  border: 1px solid #ccc;
  background: transparent;
  font-size: 15px;
}

/* line 6601, app/assets/stylesheets/theme/landing_page.scss */
label.quotation-in {
  display: inline-block;
  margin-bottom: 0.5rem;
  width: 25%;
  font-weight: 500;
}

/* line 6607, app/assets/stylesheets/theme/landing_page.scss */
.area-measurements {
  position: absolute;
  right: 16px;
  background: #d9d9d9;
  height: 40px;
  width: 25%;
  display: inline-block;
  text-align: center;
  border: none;
}

/* line 6620, app/assets/stylesheets/theme/landing_page.scss */
.area-measurements.contract {
  height: 40px;
  width: 20%;
  margin-right: 25px;
}

/* line 6625, app/assets/stylesheets/theme/landing_page.scss */
.add--disable {
  border: 2px solid #E86C2E;
  border-radius: 4px;
  background: #E86C2E;
  font-size: 15px;
  padding: 7px 16px;
  color: #ffffff;
  line-height: 1.25;
  text-align: center;
}

/* line 6635, app/assets/stylesheets/theme/landing_page.scss */
.change-req-team {
  height: 40px;
  border-radius: 0px;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  width: 100%;
}

/* line 6643, app/assets/stylesheets/theme/landing_page.scss */
.invite-in-wp, .search-link-pr {
  display: none;
}

/* line 6646, app/assets/stylesheets/theme/landing_page.scss */
.addNewServiceButton.contract {
  margin-right: 0px;
}

/* line 6649, app/assets/stylesheets/theme/landing_page.scss */
.invite-link-pr, .search-link-pr {
  width: 100%;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 6655, app/assets/stylesheets/theme/landing_page.scss */
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0px !important;
}

/* line 6658, app/assets/stylesheets/theme/landing_page.scss */
span.select2-selection.select2-selection--multiple {
  height: 45px;
  border-radius: 0px;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
}

/* line 6665, app/assets/stylesheets/theme/landing_page.scss */
.con-type-re {
  margin-left: 15px;
  width: 45%;
}

/* line 6669, app/assets/stylesheets/theme/landing_page.scss */
.admin-number-link {
  color: #000;
  transition: 0.3s all;
  margin-right: 3px;
}

/* line 6674, app/assets/stylesheets/theme/landing_page.scss */
.admin-number-link:hover {
  color: #E86C2E;
}

/* line 6677, app/assets/stylesheets/theme/landing_page.scss */
.profile-data-table.profile-data-responsive {
  display: inherit;
}

/* line 6680, app/assets/stylesheets/theme/landing_page.scss */
.profile-data-responsive .isTestUserCheckbox {
  position: relative;
  top: 30px;
  z-index: 1;
  width: 120px;
  left: 0;
}

/* line 6688, app/assets/stylesheets/theme/landing_page.scss */
.profile-data-responsive .dataTables_length {
  padding-left: 120px;
}

/* line 6691, app/assets/stylesheets/theme/landing_page.scss */
.profile-data-responsive .dataTables_filter input[type="search"] {
  border: 1px solid #e1e1e1;
  padding: 5px 10px;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
  margin-left: 10px;
  max-width: 200px;
}

/* line 6700, app/assets/stylesheets/theme/landing_page.scss */
.profile-data-responsive table tbody tr td[data-label*="Phone Number"] {
  white-space: nowrap;
}

@media (max-width: 420px) {
  /* line 6704, app/assets/stylesheets/theme/landing_page.scss */
  .con-type-re {
    width: 100%;
  }
  /* line 6707, app/assets/stylesheets/theme/landing_page.scss */
  .add-client-wp-ri {
    width: 100% !important;
  }
  /* line 6710, app/assets/stylesheets/theme/landing_page.scss */
  .add-client-wp-lf {
    width: 100% !important;
  }
}

/* line 6714, app/assets/stylesheets/theme/landing_page.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  height: inherit;
}

/* line 6717, app/assets/stylesheets/theme/landing_page.scss */
.service-provider-right-text h6 {
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 6721, app/assets/stylesheets/theme/landing_page.scss */
.div-table-record {
  min-height: 500px;
}

/* line 6724, app/assets/stylesheets/theme/landing_page.scss */
.provider_price {
  padding: 5px 18px;
  color: #4f832e;
  min-height: 34px;
  text-align: end;
}

/* line 6730, app/assets/stylesheets/theme/landing_page.scss */
.sidebar.active .dashboard-new-profile img {
  width: 25px !important;
  height: 35px;
}

/* line 6734, app/assets/stylesheets/theme/landing_page.scss */
.invite-container-div {
  width: 80%;
  margin: auto;
  margin-top: 0;
  min-height: 550px;
  border-radius: 10px;
  box-shadow: 0 20px 50px #E86C2Ec9;
  background: #ffff;
}

/* line 6743, app/assets/stylesheets/theme/landing_page.scss */
.service-page-wrap.invite {
  padding: 2% 0 4%;
}

/* line 6746, app/assets/stylesheets/theme/landing_page.scss */
.phone-label-or {
  text-align: center;
  color: #3c3f42d9;
  margin-bottom: -9px;
}

/* line 6751, app/assets/stylesheets/theme/landing_page.scss */
p.detail-wp {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

/* line 6756, app/assets/stylesheets/theme/landing_page.scss */
.add-client-nav {
  margin-right: 15px;
}

/* line 6759, app/assets/stylesheets/theme/landing_page.scss */
.add-client-form-body {
  margin-left: 35px;
  margin-right: 35px;
}

/* line 6763, app/assets/stylesheets/theme/landing_page.scss */
.add-client-wp-lf {
  width: 65%;
  position: relative;
}

/* line 6767, app/assets/stylesheets/theme/landing_page.scss */
.add-client-wp-ri {
  width: 35%;
}

/* line 6770, app/assets/stylesheets/theme/landing_page.scss */
.upload-drawing-wp-ri {
  width: 30%;
  padding-left: 14px;
}

/* line 6774, app/assets/stylesheets/theme/landing_page.scss */
.upload-drawing-wp-lf {
  width: 70%;
}

/* line 6777, app/assets/stylesheets/theme/landing_page.scss */
.add-client-type-wp {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 6781, app/assets/stylesheets/theme/landing_page.scss */
.add-client-type-wp.con-type-re {
  margin-left: 35px;
  margin-right: -15px;
}

/* line 6785, app/assets/stylesheets/theme/landing_page.scss */
.add-client.area-measurements {
  right: 0px;
}

/* line 6788, app/assets/stylesheets/theme/landing_page.scss */
.password-user-wp, .user-password {
  display: none;
}

/* line 6791, app/assets/stylesheets/theme/landing_page.scss */
.setting-btn.profile-user {
  position: absolute;
  right: 10px;
}

/* line 6795, app/assets/stylesheets/theme/landing_page.scss */
.owner-team-st-bt {
  text-align: end;
}

/* line 6798, app/assets/stylesheets/theme/landing_page.scss */
.drawing-status-icon {
  position: absolute;
  right: -6px;
  top: -22px;
}

/* line 6803, app/assets/stylesheets/theme/landing_page.scss */
.need-approval-ch,
.primary-image-input {
  margin-left: 0;
  margin-top: 15px;
}

/* line 6808, app/assets/stylesheets/theme/landing_page.scss */
.approval-pending-pr {
  cursor: pointer;
}

/* line 6811, app/assets/stylesheets/theme/landing_page.scss */
img.layout-image, img.layout-image-un {
  margin-top: 20px;
}

/* line 6814, app/assets/stylesheets/theme/landing_page.scss */
.iconbx .layout-image {
  margin-top: 1px;
  height: 50px;
  width: 50px;
}

/* line 6819, app/assets/stylesheets/theme/landing_page.scss */
.reference-image-div img.layout-image {
  margin-top: 1px;
}

/* line 6822, app/assets/stylesheets/theme/landing_page.scss */
.layout-container.drawing_column {
  position: relative;
  padding: 15px;
}

/* line 6826, app/assets/stylesheets/theme/landing_page.scss */
.drawingProject {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
  padding: 20px;
  grid-auto-rows: 1fr;
}

/* line 6833, app/assets/stylesheets/theme/landing_page.scss */
.group-btn {
  flex-direction: inherit;
  margin-top: 10px;
  display: flex;
  gap: 5px;
}

/* line 6840, app/assets/stylesheets/theme/landing_page.scss */
.group-btn a {
  display: inline-block;
  padding: 4px 10px;
  text-decoration: none;
  text-transform: capitalize;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  transition: 0.5s all;
}

/* line 6854, app/assets/stylesheets/theme/landing_page.scss */
.group-btn .approve-btn {
  border: 1px solid #3c6e3b;
  color: #3c6e3b;
}

/* line 6859, app/assets/stylesheets/theme/landing_page.scss */
.group-btn .rejecte-btn {
  border: 1px solid #c80101;
  color: #c80101;
}

/* line 6864, app/assets/stylesheets/theme/landing_page.scss */
.group-btn .approve-btn:hover {
  border: 1px solid #3c6e3b;
  background-color: #3c6e3b;
  color: #fff;
}

/* line 6870, app/assets/stylesheets/theme/landing_page.scss */
.group-btn .rejecte-btn:hover {
  border: 1px solid #c80101;
  background-color: #c80101;
  color: #fff;
}

/* line 6875, app/assets/stylesheets/theme/landing_page.scss */
.messages-bar .messages-rejecte {
  color: #c80101;
}

/* line 6879, app/assets/stylesheets/theme/landing_page.scss */
.messages-bar .messages-approve {
  color: #3c6e3b;
}

/* line 6881, app/assets/stylesheets/theme/landing_page.scss */
.messages-bar .messages-pending {
  color: #e3a220;
}

/* line 6884, app/assets/stylesheets/theme/landing_page.scss */
.messages-bar .message-comment {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

/* line 6897, app/assets/stylesheets/theme/landing_page.scss */
.messages-bar .message-comment::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

/* line 6908, app/assets/stylesheets/theme/landing_page.scss */
.messages-bar:hover .message-comment {
  visibility: visible;
}

/* line 6912, app/assets/stylesheets/theme/landing_page.scss */
label.notify-team-la {
  display: flex;
  margin-left: -17px;
  font-weight: 500;
}

/* line 6918, app/assets/stylesheets/theme/landing_page.scss */
.select2-container {
  min-width: 100%;
}

/* line 6922, app/assets/stylesheets/theme/landing_page.scss */
.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}

/* line 6926, app/assets/stylesheets/theme/landing_page.scss */
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}

/* line 6938, app/assets/stylesheets/theme/landing_page.scss */
.select2-results__option[aria-selected=true]:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #E86C2E;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}

/* line 6947, app/assets/stylesheets/theme/landing_page.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff;
}

/* line 6950, app/assets/stylesheets/theme/landing_page.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727;
}

/* line 6954, app/assets/stylesheets/theme/landing_page.scss */
.select2-container--default .select2-selection--multiple {
  margin-bottom: 10px;
}

/* line 6957, app/assets/stylesheets/theme/landing_page.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 4px;
}

/* line 6960, app/assets/stylesheets/theme/landing_page.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #E86C2E;
  border-width: 2px;
}

/* line 6964, app/assets/stylesheets/theme/landing_page.scss */
.select2-container--default .select2-selection--multiple {
  border-width: 2px;
}

/* line 6967, app/assets/stylesheets/theme/landing_page.scss */
.select2-container--open .select2-dropdown--below {
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* line 6973, app/assets/stylesheets/theme/landing_page.scss */
.select2-selection .select2-selection--multiple:after {
  content: 'hhghgh';
}

/* select with icons badges single*/
/* line 6977, app/assets/stylesheets/theme/landing_page.scss */
.select-icon .select2-selection__placeholder .badge {
  display: none;
}

/* line 6980, app/assets/stylesheets/theme/landing_page.scss */
.select-icon .placeholder {
  /* 	display: none; */
}

/* line 6983, app/assets/stylesheets/theme/landing_page.scss */
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
  display: none !important;
  /* content: "" !important; */
}

/* line 6988, app/assets/stylesheets/theme/landing_page.scss */
.select-icon .select2-search--dropdown {
  display: none;
}

/* line 6991, app/assets/stylesheets/theme/landing_page.scss */
input.team-member-comment {
  width: 100%;
}

/* line 6994, app/assets/stylesheets/theme/landing_page.scss */
label.invite-or-lab {
  color: #E86C2E;
  font-weight: 600;
}

/* line 6998, app/assets/stylesheets/theme/landing_page.scss */
button.upload-3d-dr-bt {
  border: 2px solid #E86C2E;
  border-radius: 4px;
  background: #E86C2E;
  font-size: 15px;
  padding: 7px 16px;
  color: #ffffff;
  line-height: 1.25;
  text-align: center;
}

/* line 7008, app/assets/stylesheets/theme/landing_page.scss */
.carousel-item-prev:not(.carousel-item-right), active.carousel-item-left {
  transform: translateX(-50%) !important;
}

/* line 7011, app/assets/stylesheets/theme/landing_page.scss */
.milestone-details-btn.reference-image {
  border-top: 1px solid #e1e1e1;
}

/* line 7014, app/assets/stylesheets/theme/landing_page.scss */
.milestone-details-btn h5 {
  border-bottom: none !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 7020, app/assets/stylesheets/theme/landing_page.scss */
.table-datatable {
  width: 100% !important;
}

/* line 7023, app/assets/stylesheets/theme/landing_page.scss */
.table-datatable th, .table-datatable td, .table-datatable thead th, .table-datatable tbody td, .table-datatable tfoot td, .table-datatable tfoot th {
  width: auto !important;
}

/* line 7026, app/assets/stylesheets/theme/landing_page.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #E86C2E;
  border: 1px solid #E86C2E;
  color: #fff !important;
}

/* line 7031, app/assets/stylesheets/theme/landing_page.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #E86C2E;
  border: 1px solid #E86C2E;
  color: #fff !important;
}

/* line 7036, app/assets/stylesheets/theme/landing_page.scss */
.modal-header.emp-create {
  background: none;
  border: none;
  padding: initial;
}

/* line 7042, app/assets/stylesheets/theme/landing_page.scss */
label.notify-te-lb {
  width: 100%;
  text-overflow: ellipsis;
}

/* line 7047, app/assets/stylesheets/theme/landing_page.scss */
.emp-company-st {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}

/* line 7053, app/assets/stylesheets/theme/landing_page.scss */
.emp-company-img img {
  height: 50px;
  width: 50px;
  border-radius: 25px;
}

/* line 7058, app/assets/stylesheets/theme/landing_page.scss */
.error-message-span {
  color: red;
}

/* line 7061, app/assets/stylesheets/theme/landing_page.scss */
.footer-sp-wp p {
  font-weight: 400;
  display: flex;
  line-height: 0.2;
  margin-top: 15px;
  white-space: nowrap;
}

/* line 7068, app/assets/stylesheets/theme/landing_page.scss */
.uitooltip {
  padding: 8px;
  background: #E86C2E !important;
  color: #fffcfc;
  position: absolute;
  max-width: 800px !important;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  font-size: 13px;
  white-space: pre-line;
  border-radius: 10px;
}

/* line 7080, app/assets/stylesheets/theme/landing_page.scss */
#provider-profile-row {
  padding-bottom: 5%;
}

/* line 7084, app/assets/stylesheets/theme/landing_page.scss */
.sign-agre-pr-st {
  position: absolute;
  top: 24px;
  right: 35px;
  font-size: 14px;
  color: #e86c2e;
  z-index: 0;
}

/* line 7092, app/assets/stylesheets/theme/landing_page.scss */
.date-contact.title-st {
  width: 61%;
}

/* line 7095, app/assets/stylesheets/theme/landing_page.scss */
.team-service-select, .searchDataTeam {
  height: 35px;
  width: 45%;
}

/* line 7100, app/assets/stylesheets/theme/landing_page.scss */
.span-or-invite {
  color: #e86c2e;
  font-weight: 600;
  width: 80px;
  margin-right: -7px;
  margin-left: 4px;
}

/* line 7107, app/assets/stylesheets/theme/landing_page.scss */
.team-view-st {
  max-height: 200px;
  overflow: hidden auto;
}

/* line 7111, app/assets/stylesheets/theme/landing_page.scss */
.team-card-body {
  display: flex;
  flex-direction: column;
}

/* line 7115, app/assets/stylesheets/theme/landing_page.scss */
.no-member {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
}

/* line 7126, app/assets/stylesheets/theme/landing_page.scss */
#createContractModal .modal-content .modal-header h4 {
  font-weight: 400;
  color: #e86c2e;
}

/* line 7130, app/assets/stylesheets/theme/landing_page.scss */
#createContractModal .team-member-data .form-check:not(:last-child) {
  margin-bottom: 10px;
}

/* line 7134, app/assets/stylesheets/theme/landing_page.scss */
#createContractModal .team-member-data .form-check .form-check-input {
  accent-color: #e86c2e;
}

/* line 7137, app/assets/stylesheets/theme/landing_page.scss */
.custom-radio-check li .form-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 7150, app/assets/stylesheets/theme/landing_page.scss */
.custom-radio-check li .form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  left: 24px;
  top: 0;
}

/* line 7159, app/assets/stylesheets/theme/landing_page.scss */
.custom-radio-check li .form-check .design {
  position: absolute;
  /* top: 0; */
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #a2a2a2;
}

/* line 7170, app/assets/stylesheets/theme/landing_page.scss */
.custom-radio-check li .form-check input:checked ~ .design {
  border: 1px solid #E86C2E;
}

/* line 7174, app/assets/stylesheets/theme/landing_page.scss */
.custom-radio-check li .form-check .design:after {
  content: "";
  position: absolute;
}

/* line 7178, app/assets/stylesheets/theme/landing_page.scss */
.custom-radio-check li .form-check input:checked ~ .design:after {
  border: solid #E86C2E;
  border-width: 0 3px 3px 0;
}

/* line 7182, app/assets/stylesheets/theme/landing_page.scss */
.custom-radio-check li .form-check .design:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid transparent;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 7195, app/assets/stylesheets/theme/landing_page.scss */
.custom-radio-check li .form-check .form-check-label {
  display: inherit;
}

/* line 7199, app/assets/stylesheets/theme/landing_page.scss */
.modal-dialog-centered .modal-content .add-client-form-body .team-member-data {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 7204, app/assets/stylesheets/theme/landing_page.scss */
.modal-dialog-centered .modal-content .add-client-form-body .team-member-data li:not(:last-child) {
  margin-bottom: 15px;
}

/* line 7207, app/assets/stylesheets/theme/landing_page.scss */
.modal-dialog-centered .modal-content .add-client-form-body .team-member-data li .form-check {
  font-size: inherit;
}

/* line 7211, app/assets/stylesheets/theme/landing_page.scss */
.or-invite-span {
  color: #E86C2E;
  font-size: medium;
  font-weight: 500;
  text-align: center;
  margin: 10px;
}

@media screen and (max-width: 767px) {
  /* line 7221, app/assets/stylesheets/theme/landing_page.scss */
  .add-client-form-body {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* line 7227, app/assets/stylesheets/theme/landing_page.scss */
.card-comment-user {
  flex-direction: column;
  display: inherit;
  padding-bottom: 0 !important;
}

/* line 7232, app/assets/stylesheets/theme/landing_page.scss */
.card-comment-user .comment-box-div input[type="text"] {
  border: 0px solid #e1e1e1;
  padding: 5px 10px;
  font-size: 14px;
  color: #171717;
  outline: none;
}

/* line 7239, app/assets/stylesheets/theme/landing_page.scss */
.card-comment-user .comment-box-div {
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #e1e1e1;
}

/* line 7246, app/assets/stylesheets/theme/landing_page.scss */
.card-comment {
  flex-direction: column;
  display: inherit;
}

/* line 7251, app/assets/stylesheets/theme/landing_page.scss */
.card-comment .comment-box-div {
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 10px 15px;
  border-top: 1px solid #e1e1e1;
  margin-bottom: -5px;
}

/* line 7259, app/assets/stylesheets/theme/landing_page.scss */
.card-comment .comment-box-div input[type="text"] {
  height: 36px;
  border: 1px solid #e1e1e1;
  padding: 5px 10px;
  font-size: 14px;
  color: #171717;
  outline: none;
}

/* line 7267, app/assets/stylesheets/theme/landing_page.scss */
.card-comment .comment-box-div input[type="text"]:focus {
  border-color: #ff6c4485;
}

/* line 7271, app/assets/stylesheets/theme/landing_page.scss */
.card-comment .comment-box-div label {
  font-size: 12px;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #828282;
}

/* line 7278, app/assets/stylesheets/theme/landing_page.scss */
.myProject-card {
  background-color: #e6e9ee;
  height: 550px;
  overflow-y: auto;
}

/* line 7287, app/assets/stylesheets/theme/landing_page.scss */
.myProject-card {
  border-radius: 12px;
  padding: 30px;
}

/* line 7291, app/assets/stylesheets/theme/landing_page.scss */
.milestone-details-btn {
  border-bottom: none;
  margin-bottom: 20px !important;
}

/* line 7295, app/assets/stylesheets/theme/landing_page.scss */
.milestone-details-btn .card {
  border: none;
  border-radius: 12px;
}

/* line 7299, app/assets/stylesheets/theme/landing_page.scss */
.breadcrumb.flat {
  margin-bottom: 40px;
}

/* line 7303, app/assets/stylesheets/theme/landing_page.scss */
.myProject-card h5 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}

/* line 7309, app/assets/stylesheets/theme/landing_page.scss */
.myProject-card .card {
  border: none;
  border-radius: 12px;
}

/* line 7313, app/assets/stylesheets/theme/landing_page.scss */
.myProject-card .card .work-bttns-new1 span a {
  padding: 15px 25px;
  box-shadow: none;
  border: 1px solid #e1e1e1;
  transition: 0.5s all;
  border-radius: 4px;
}

/* line 7320, app/assets/stylesheets/theme/landing_page.scss */
.myProject-card .card .work-bttns-new1 span:hover {
  background-color: #E86C2E;
  color: #fff;
}

/* line 7326, app/assets/stylesheets/theme/landing_page.scss */
.myProject-card .card .work-bttns-new1 span:hover a {
  color: #fff;
}

/* line 7330, app/assets/stylesheets/theme/landing_page.scss */
.myProject-card .card .work-bttns-new1 span:hover a svg {
  fill: #fff;
}

/* line 7334, app/assets/stylesheets/theme/landing_page.scss */
.share-project .remove_form_field, .add-client-wp-lf .remove_form_field {
  width: 40px;
  height: 40px;
  background-color: #ff5900;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 !important;
}

/* line 7345, app/assets/stylesheets/theme/landing_page.scss */
.team-project-area .drawingsNavTab {
  background-color: #f5f6fa;
}

/* line 7348, app/assets/stylesheets/theme/landing_page.scss */
.team-project-area .drawingsNavTab ul {
  border-bottom: none;
  background-color: #fff;
}

/* line 7352, app/assets/stylesheets/theme/landing_page.scss */
.team-project-area .drawingsNavTab ul li a.nav-link {
  padding: 15px;
}

/* line 7355, app/assets/stylesheets/theme/landing_page.scss */
.team-card-area {
  display: block;
  padding: 0 1%;
  padding-bottom: 3%;
  background-color: #f5f6fa;
}

/* line 7361, app/assets/stylesheets/theme/landing_page.scss */
.team-card-area h4 {
  color: #E86C2E;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px !important;
}

/* line 7368, app/assets/stylesheets/theme/landing_page.scss */
.team-card-area .card {
  border: 1px solid #fff;
  background: #fff;
  transition: 0.5s all;
  height: 100%;
}

/* line 7374, app/assets/stylesheets/theme/landing_page.scss */
.team-card-area .card .card-body {
  display: flex;
  flex-direction: column;
}

/* line 7378, app/assets/stylesheets/theme/landing_page.scss */
.team-card-area .card .card-body .text-right {
  margin-top: auto;
}

/* line 7381, app/assets/stylesheets/theme/landing_page.scss */
.team-card-area .card:hover {
  box-shadow: 0px 30px 20px -25px #0000002b;
}

/* line 7384, app/assets/stylesheets/theme/landing_page.scss */
.team-card-area .architect-list:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

/* line 7387, app/assets/stylesheets/theme/landing_page.scss */
.team-card-area .architect-list {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

/* line 7393, app/assets/stylesheets/theme/landing_page.scss */
.team-card-area .left-col p {
  margin-bottom: 0;
}

/* line 7396, app/assets/stylesheets/theme/landing_page.scss */
.team-card-area .right-col span {
  font-size: 18px;
  color: #E86C2E;
  cursor: pointer;
  transition: 0.5s all;
}

/* line 7402, app/assets/stylesheets/theme/landing_page.scss */
.team-card-area .right-col span:not(:first-child) {
  margin-left: 10px;
}

/* line 7405, app/assets/stylesheets/theme/landing_page.scss */
.team-card-area .right-col span.write-review {
  color: #ff3333;
}

/* line 7408, app/assets/stylesheets/theme/landing_page.scss */
.team-card-area .right-col span:hover {
  color: #000;
}

/* line 7411, app/assets/stylesheets/theme/landing_page.scss */
.team-details-head .border-none {
  border: none !important;
}

/* line 7415, app/assets/stylesheets/theme/landing_page.scss */
.draw-cate-area h2 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0 30px;
  text-align: center;
  color: #041838;
  margin-bottom: 16px;
}

/* line 7424, app/assets/stylesheets/theme/landing_page.scss */
.draw-cate-area h2 span {
  display: block;
  font-size: 16px;
  color: #E86C2E;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 3px;
  font-weight: 400;
}

/* line 7433, app/assets/stylesheets/theme/landing_page.scss */
.border_right {
  border-right: 1px solid #eee !important;
}

/* line 7436, app/assets/stylesheets/theme/landing_page.scss */
.border_top {
  border-top: 1px solid #eee !important;
}

/* line 7441, app/assets/stylesheets/theme/landing_page.scss */
.home-wp-property .loader-view {
  width: 100%;
  display: flex;
}

/*.property-wraper-box p:not(:last-child) {
  margin-bottom: 10px;
}*/
/* line 7450, app/assets/stylesheets/theme/landing_page.scss */
.property-wraper-box p {
  margin-bottom: 10px;
}

/* line 7454, app/assets/stylesheets/theme/landing_page.scss */
.home-wp-property {
  max-height: 300px;
}

/* line 7457, app/assets/stylesheets/theme/landing_page.scss */
.property-wraper-box {
  max-height: 240px;
  height: 240px;
}

/* line 7461, app/assets/stylesheets/theme/landing_page.scss */
.home-wp-property .row [class*="col-"] .property-wraper-box {
  position: relative;
  overflow: hidden;
}

/* line 7465, app/assets/stylesheets/theme/landing_page.scss */
.home-wp-property .row [class*="col-"]:hover .property-wraper-box:hover {
  transition: height 0.5s ease;
}

/* line 7468, app/assets/stylesheets/theme/landing_page.scss */
.home-wp-property .row [class*="col-"] .property-wraper-box:hover {
  z-index: 11;
  max-height: inherit;
  height: auto;
  overflow: visible;
}

/* line 7476, app/assets/stylesheets/theme/landing_page.scss */
.home-wp-property .row [class*="col-"] .property-wraper-box .hidden-content {
  opacity: 0;
  visibility: hidden;
}

/* line 7481, app/assets/stylesheets/theme/landing_page.scss */
.home-wp-property .row [class*="col-"] .property-wraper-box:hover .hidden-content {
  opacity: 1;
  visibility: visible;
}

/* line 7486, app/assets/stylesheets/theme/landing_page.scss */
.services-slick-slider-wrp .mobile-slick-slider .offer-item-slider h2 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0 30px;
  text-align: center;
  color: #e86c2e;
  margin-bottom: 16px;
}

/* line 7509, app/assets/stylesheets/theme/landing_page.scss */
.offer-item-slider a {
  box-shadow: none;
  background-color: #fff;
  border-radius: 8px;
}

/* line 7514, app/assets/stylesheets/theme/landing_page.scss */
.services-slick-slider-wrp-mobile .mobile-slick-slider .border_right {
  border-right: 5px solid #fff !important;
}

/* line 7517, app/assets/stylesheets/theme/landing_page.scss */
.mobile-slick-slider .border_top {
  border-top: none;
}

/* line 7520, app/assets/stylesheets/theme/landing_page.scss */
.register-as-partners h1 {
  font-size: 40px;
  color: #0d2a58;
  line-height: normal;
  margin-bottom: 20px;
}

/* line 7526, app/assets/stylesheets/theme/landing_page.scss */
.register-as-partners ul {
  padding-left: 20px;
  margin: 0 0 50px;
}

/* line 7530, app/assets/stylesheets/theme/landing_page.scss */
.register-as-partners .join-btn {
  display: inline-block;
}

/* line 7534, app/assets/stylesheets/theme/landing_page.scss */
.offer-item-slider a {
  justify-content: center;
  width: 100%;
}

/* line 7539, app/assets/stylesheets/theme/landing_page.scss */
.leftcol-bg {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}

/* line 7545, app/assets/stylesheets/theme/landing_page.scss */
.rightcol_bg {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}

/* line 7553, app/assets/stylesheets/theme/landing_page.scss */
.banner-sec-wrap .carousel .overlap-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
}

/* line 7565, app/assets/stylesheets/theme/landing_page.scss */
.overlap-form .home-renovation-wrp {
  background-color: transparent;
  position: static;
}

/* line 7569, app/assets/stylesheets/theme/landing_page.scss */
.overlap-form .home-renovation-wrp h1,
.overlap-form .home-renovation-wrp h4 {
  color: #fff;
}

/* line 7574, app/assets/stylesheets/theme/landing_page.scss */
section.services-slick-slider-wrp {
  background-color: #f2f3f5;
}

/* line 7577, app/assets/stylesheets/theme/landing_page.scss */
.mobile-slick-slider {
  margin-top: -120px;
}

/* line 7580, app/assets/stylesheets/theme/landing_page.scss */
.mobile-slick-slider h2 {
  /*color: #fff !important;*/
  padding: 0 !important;
}

/* line 7584, app/assets/stylesheets/theme/landing_page.scss */
.offer-item-slider .leftcol-bg a {
  border: 1px solid #e1e1e1;
  transition: 0.5s all;
  margin-bottom: 10px;
}

/* line 7589, app/assets/stylesheets/theme/landing_page.scss */
.offer-item-slider .leftcol-bg a:hover {
  background-color: #e5effe;
  border: 1px solid #e5effe;
}

/* line 7594, app/assets/stylesheets/theme/landing_page.scss */
.mobile-gutter-space .leftcol-bg .row {
  margin-right: -5px;
  margin-left: -5px;
}

/* line 7598, app/assets/stylesheets/theme/landing_page.scss */
.mobile-gutter-space .leftcol-bg .row [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 7604, app/assets/stylesheets/theme/landing_page.scss */
.gallery-modal select {
  width: 100%;
  height: 46px;
  padding: 5px 10px;
  border: 1px solid #e1e1e1;
  outline: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 4px;
}

/* line 7615, app/assets/stylesheets/theme/landing_page.scss */
.gallery-modal button.edit-provider {
  padding: 8px 20px 8px;
  width: inherit;
  max-width: initial;
  line-height: inherit;
  border: 1px solid #e86c2e;
  text-transform: capitalize;
  border-radius: 4px;
}

/* line 7625, app/assets/stylesheets/theme/landing_page.scss */
.gallery-modal .modal-header .modal-title {
  color: #E86C2E;
}

/* line 7629, app/assets/stylesheets/theme/landing_page.scss */
.gallery-modal .modal-header {
  align-items: center;
}

/* line 7632, app/assets/stylesheets/theme/landing_page.scss */
.gallery-modal .close {
  background-color: #E86C2E;
  color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  margin: 0;
  opacity: 1;
  padding: 0;
  line-height: normal;
}

/* line 7647, app/assets/stylesheets/theme/landing_page.scss */
.gallery-modal input::file-selector-button {
  background-color: #E86C2E;
  color: #fff;
  padding: 0.5em;
  border: #E86C2E;
  border-radius: 4px;
}

/* line 7655, app/assets/stylesheets/theme/landing_page.scss */
.gallery-modal .profile-upload-orremove {
  justify-content: space-between;
}

/****  drawing project comment card ***/
/* line 7661, app/assets/stylesheets/theme/landing_page.scss */
.drawing-upper-st .drawingProject .card-comment .h100 {
  height: 100%;
}

/* line 7664, app/assets/stylesheets/theme/landing_page.scss */
.drawing-upper-st .drawingProject .card-comment .spacebx {
  width: 100%;
  height: 15px;
}

/* line 7668, app/assets/stylesheets/theme/landing_page.scss */
.drawing-upper-st .drawingProject .card-comment .comment-box-div {
  width: 100%;
  margin-left: 0;
  padding: 10px 15px;
  margin-top: auto;
  background-color: #edf0f5;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 1px solid transparent;
  margin-bottom: -15px;
}

/* line 7680, app/assets/stylesheets/theme/landing_page.scss */
.drawing-upper-st .drawingProject .card-comment .comment-box-div p:last-child {
  margin-bottom: 0;
}

/* line 7684, app/assets/stylesheets/theme/landing_page.scss */
.drawing-upper-st .drawingProject .card-comment .comment-box-div p {
  font-weight: 400;
  font-size: 12px;
}

/****  drawing project comment card end ***/
/***  move to / delete btn css ****/
/* line 7693, app/assets/stylesheets/theme/landing_page.scss */
.group-btns [class*="btn-group"] button {
  box-shadow: none !important;
  background-color: #E86C2E;
  border: 1px solid #E86C2E;
  border-radius: 4px !important;
  transition: 0.5s all;
}

/* line 7700, app/assets/stylesheets/theme/landing_page.scss */
.group-btns [class*="btn-group"] button:hover,
.group-btns [class*="btn-group"] button:focus {
  background-color: #ce5e26;
  border: 1px solid #ce5e26;
}

/* line 7706, app/assets/stylesheets/theme/landing_page.scss */
.dropdown-menu.buttonActionDrawing {
  height: 270px;
  overflow-y: auto;
  transform: none !important;
  margin-top: 40px;
}

/* line 7712, app/assets/stylesheets/theme/landing_page.scss */
.buttonActionDrawing .dropdown-item {
  cursor: pointer;
}

/* line 7715, app/assets/stylesheets/theme/landing_page.scss */
.buttonActionDrawing .dropdown-item:hover, .buttonActionDrawing .dropdown-item:focus, .buttonActionDrawing .dropdown-item.active {
  color: #ffffff;
  background-color: #f06c3abf;
}

/***  move to / delete btn css end ****/
/***  selected option drawing reference ***/
/* line 7724, app/assets/stylesheets/theme/landing_page.scss */
.drawing-checked-action-button .dropdown-menu {
  max-width: 250px;
}

/* line 7727, app/assets/stylesheets/theme/landing_page.scss */
.drawing-checked-action-button .dropdown-menu .dropdown-item {
  padding: 0.25rem 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
}

/***  selected option drawing reference end  ***/
/***  checkbox switch toggle css start  ***/
/* line 7737, app/assets/stylesheets/theme/landing_page.scss */
.switch-toggel {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 18px;
}

/* line 7743, app/assets/stylesheets/theme/landing_page.scss */
.switch-toggel input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 7748, app/assets/stylesheets/theme/landing_page.scss */
.toggel-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 7759, app/assets/stylesheets/theme/landing_page.scss */
.toggel-slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 7770, app/assets/stylesheets/theme/landing_page.scss */
.switch-toggel input:checked + .toggel-slider {
  background-color: #E86C2E;
}

/* line 7773, app/assets/stylesheets/theme/landing_page.scss */
.switch-toggel input:focus + .toggel-slider {
  box-shadow: 0 0 2px #E86C2E;
}

/* line 7776, app/assets/stylesheets/theme/landing_page.scss */
.switch-toggel input:checked + .toggel-slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* line 7781, app/assets/stylesheets/theme/landing_page.scss */
.toggel-slider.round {
  border-radius: 34px;
}

/* line 7784, app/assets/stylesheets/theme/landing_page.scss */
.toggel-slider.round:before {
  border-radius: 50%;
}

/* line 7787, app/assets/stylesheets/theme/landing_page.scss */
.state-city-selection {
  width: 100%;
  display: flex;
  padding: 15px;
  flex-direction: column;
  gap: 15px 0px;
}

/* line 7794, app/assets/stylesheets/theme/landing_page.scss */
.state-city-selection select {
  margin: 0 !important;
  width: 100% !important;
}

/* line 7801, app/assets/stylesheets/theme/landing_page.scss */
.login-form-mobile .login-signup-wrapper {
  height: auto;
}

/* line 7805, app/assets/stylesheets/theme/landing_page.scss */
.modal.login-modal-mobile .login-signup-modal {
  margin: 0 auto !important;
}

/* line 7809, app/assets/stylesheets/theme/landing_page.scss */
.login-form-mobile .nav li a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/***  checkbox switch toggle css end  ***/
/* line 7819, app/assets/stylesheets/theme/landing_page.scss */
.link-btn {
  color: #E86C2E;
  transition: 0.5s all;
}

/* line 7823, app/assets/stylesheets/theme/landing_page.scss */
.link-btn:hover {
  color: #d16129;
  text-decoration: underline;
}

/* line 7829, app/assets/stylesheets/theme/landing_page.scss */
.intro-video {
  background-color: #e86c2e0f;
}

/* line 7833, app/assets/stylesheets/theme/landing_page.scss */
.video_modal_area .modal-content {
  border-radius: 0;
}

/* line 7837, app/assets/stylesheets/theme/landing_page.scss */
.video_modal_area .modal-body {
  padding: 0;
}

/* line 7840, app/assets/stylesheets/theme/landing_page.scss */
.video_modal_area video {
  width: 100%;
  aspect-ratio: 16/9;
}

/* line 7845, app/assets/stylesheets/theme/landing_page.scss */
.video_modal_area .modal-content .close {
  position: absolute;
  top: -60px;
  right: 0;
  font-size: 30px;
  color: #000;
  opacity: 1;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 100px;
  line-height: 50px;
  transition: 0.5s all;
}

/* line 7859, app/assets/stylesheets/theme/landing_page.scss */
.video_modal_area .modal-content .close:hover {
  background-color: #E86C2E;
  color: #fff;
}

@media screen and (min-width: 768px) {
  /* line 7865, app/assets/stylesheets/theme/landing_page.scss */
  .login-form-mobile .tab-content select,
.login-form-mobile .tab-content input[type="tel"],
.login-form-mobile .tab-content input[type="text"],
.login-form-mobile .tab-content input[type="password"] {
    height: 48px;
    padding: 5px 15px;
  }
}

/* line 7873, app/assets/stylesheets/theme/landing_page.scss */
.gallery_slider_row .gallery-items .gallery-img video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

@media screen and (min-width: 576px) {
  /* line 7878, app/assets/stylesheets/theme/landing_page.scss */
  .modal.login-form-mobile .modal-dialog {
    margin: 0 auto !important;
  }
  /* line 7881, app/assets/stylesheets/theme/landing_page.scss */
  .modal.login-modal-mobile .login-signup-modal {
    margin: 0 auto !important;
  }
}

/* line 7886, app/assets/stylesheets/theme/landing_page.scss */
.fileLiveChatLabel.popup {
  position: fixed;
  right: 125px;
  bottom: 28px;
  z-index: 999;
}

/* line 7892, app/assets/stylesheets/theme/landing_page.scss */
.fileLiveChatLabel {
  cursor: pointer;
  color: #E86C2E;
}

/* line 7896, app/assets/stylesheets/theme/landing_page.scss */
.fileLiveChatLabel i {
  font-size: 30px;
}

/* line 7899, app/assets/stylesheets/theme/landing_page.scss */
.fileLiveChatLabel:hover i,
.fileLiveChatLabel:hover .title {
  color: #1b481d;
}

/* line 7903, app/assets/stylesheets/theme/landing_page.scss */
.FileInputLiveChat, .FileInputLiveChatMain {
  display: none;
}

/* line 7906, app/assets/stylesheets/theme/landing_page.scss */
.chat-message .chat-grp-img a img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}

/* line 7912, app/assets/stylesheets/theme/landing_page.scss */
.chat-message .chat-grp-img video {
  aspect-ratio: 16/9;
  width: 100%;
}

/***  live-chat-prev-popup img gallery css start  ***/
/* line 7918, app/assets/stylesheets/theme/landing_page.scss */
.live-chat-prev-popup, .live-chat-prev-main {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-gap: 10px;
  padding: 10px 0;
}

/* line 7924, app/assets/stylesheets/theme/landing_page.scss */
.live-chat-prev-popup .img-items, .live-chat-prev-main .img-items {
  position: relative;
}

/* line 7927, app/assets/stylesheets/theme/landing_page.scss */
.live-chat-prev-popup .img-items img, .live-chat-prev-main .img-items img {
  aspect-ratio: 1/1;
  width: 100% !important;
  object-fit: cover;
  position: relative;
}

/* line 7933, app/assets/stylesheets/theme/landing_page.scss */
.live-chat-prev-popup .img-items video, .live-chat-prev-main .img-items video {
  width: 100%;
  aspect-ratio: 4/3;
}

/* line 7937, app/assets/stylesheets/theme/landing_page.scss */
.close-prev-img-chat {
  top: 5px;
  right: 5px;
  z-index: 999;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  color: white;
  background: #e86c2e;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 0px 2px #071f54;
  line-height: 22px;
}

/***  live-chat-prev-popup img gallery css end ***/
/* line 7957, app/assets/stylesheets/theme/landing_page.scss */
.user-detail-content h6 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

/* line 7962, app/assets/stylesheets/theme/landing_page.scss */
.page-header-breadcrumb nav .breadcrumb {
  border: none;
}

/* line 7965, app/assets/stylesheets/theme/landing_page.scss */
.page-header-breadcrumb nav .breadcrumb li a {
  padding: 0;
  color: #171717;
  line-height: normal;
  font-size: inherit;
}

/* line 7971, app/assets/stylesheets/theme/landing_page.scss */
.user-detail-content .user-detail-info {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

/* line 7976, app/assets/stylesheets/theme/landing_page.scss */
.user-detail-content .user-detail-info li:not(:last-child) {
  margin-bottom: 10px;
}

/* line 7979, app/assets/stylesheets/theme/landing_page.scss */
.user-detail-content .user-detail-info li .span-dl {
  font-size: 16px;
  font-weight: 500;
  min-width: 200px;
  text-transform: capitalize;
}

/* line 7985, app/assets/stylesheets/theme/landing_page.scss */
.user-detail-content .user-detail-info li .span-dr,
.user-detail-content .user-detail-info li .span-dr a {
  color: #5d5d5d;
  text-transform: capitalize;
}

/* line 7990, app/assets/stylesheets/theme/landing_page.scss */
.user-detail-content .user-detail-info li .span-dr a:hover {
  color: #E86C2E;
}

/* line 7993, app/assets/stylesheets/theme/landing_page.scss */
.card.custom-card {
  border-radius: .5rem;
  border: 0;
  background-color: #f6f6f6;
  box-shadow: 0 0.125rem 0 rgba(10, 10, 10, 0.04);
  position: relative;
  -webkit-margin-after: 1.5rem;
  margin-block-end: 1.5rem;
  width: 100%;
}

/* line 8003, app/assets/stylesheets/theme/landing_page.scss */
.card.custom-card .card-header {
  padding: 1rem 1.25rem;
  background-color: transparent !important;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  gap: .25rem;
}

/* line 8012, app/assets/stylesheets/theme/landing_page.scss */
.card.custom-card .card-header .card-title {
  margin-block-end: 0;
  font-size: .9375rem;
  font-weight: 500;
  text-transform: capitalize;
}

/* line 8018, app/assets/stylesheets/theme/landing_page.scss */
.card.custom-card table {
  margin-bottom: 0;
  color: #171717;
  border-color: #e1e1e1;
}

/* line 8023, app/assets/stylesheets/theme/landing_page.scss */
.card.custom-card table thead,
.card.custom-card table tbody,
.card.custom-card table tr,
.card.custom-card table th,
.card.custom-card table td {
  border-width: 0;
}

/* line 8030, app/assets/stylesheets/theme/landing_page.scss */
.card.custom-card table thead tr,
.card.custom-card table thead th {
  border-bottom: 1px solid #e1e1e1;
}

/* line 8034, app/assets/stylesheets/theme/landing_page.scss */
.card.custom-card table thead tr th,
.card.custom-card table tbody tr td {
  background: transparent;
  border-bottom-width: 1px;
}

/* line 8039, app/assets/stylesheets/theme/landing_page.scss */
.card.custom-card table tbody tr:last-child,
.card.custom-card table tbody tr:last-child td {
  border-bottom-width: 0px;
}

/* line 8044, app/assets/stylesheets/theme/landing_page.scss */
#hire-client-modal-div .modal-content .modal-header {
  text-align: left;
}

/* line 8047, app/assets/stylesheets/theme/landing_page.scss */
#hire-client-modal-div .modal-content .modal-header h3 {
  font-size: 1.3rem;
}

/* line 8050, app/assets/stylesheets/theme/landing_page.scss */
#hire-client-modal-div .modal-content .modal-body {
  padding: 15px;
}

/* line 8053, app/assets/stylesheets/theme/landing_page.scss */
#hire-client-modal-div .modal-content .modal-body .end-contract-request > lable {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

/* line 8058, app/assets/stylesheets/theme/landing_page.scss */
#hire-client-modal-div .modal-content .modal-body .end-contract-request div:not(:last-child) {
  margin-bottom: 3px;
}

/* line 8061, app/assets/stylesheets/theme/landing_page.scss */
#hire-client-modal-div .modal-content .modal-body .team-submit {
  display: none;
  width: 100%;
  border: none;
  margin: 15px 0 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
  transition: 0.5s all;
}

/* line 8072, app/assets/stylesheets/theme/landing_page.scss */
#hire-client-modal-div .modal-content .modal-body .team-submit:hover {
  background-color: #d6662e;
}

/* line 8075, app/assets/stylesheets/theme/landing_page.scss */
#hire-client-modal-div .modal-content .modal-header .close span {
  width: 35px;
  height: 35px;
  background-color: #e86c2e;
  display: inline-flex;
  border-radius: 100px;
  align-content: center;
  justify-content: center;
  line-height: 35px;
  color: #fff;
  transition: 0.5s all;
  font-size: 32px;
}

/* line 8088, app/assets/stylesheets/theme/landing_page.scss */
#hire-client-modal-div .modal-content .modal-header .close:hover {
  opacity: 1;
}

/* line 8091, app/assets/stylesheets/theme/landing_page.scss */
#hire-client-modal-div .modal-content .modal-header .close:hover span {
  background-color: #d6662e;
  opacity: 1;
}

/* line 8100, app/assets/stylesheets/theme/landing_page.scss */
#hire-client-modal-div .modal-content .modal-body .accept-can-rq-div > lable {
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}

/* line 8105, app/assets/stylesheets/theme/landing_page.scss */
#hire-client-modal-div .modal-content .modal-body .accept-can-rq-div .request-service-div lable {
  display: flex;
  align-content: center;
  gap: 10px;
}

/* line 8110, app/assets/stylesheets/theme/landing_page.scss */
#hire-client-modal-div .modal-content .modal-body .accept-can-rq-div .request-service-div:not(:last-child) {
  margin-bottom: 3px;
}

/* line 8113, app/assets/stylesheets/theme/landing_page.scss */
#hire-client-modal-div .modal-content .modal-body .accept-can-rq-div .request-service-div .accept-request {
  margin-left: auto;
  color: #28a745;
}

/* line 8117, app/assets/stylesheets/theme/landing_page.scss */
#hire-client-modal-div .modal-content .modal-body .accept-can-rq-div .request-service-div:hover .accept-request:hover {
  text-decoration: underline wavy #28a745;
  opacity: 1;
}

/* line 8121, app/assets/stylesheets/theme/landing_page.scss */
#hire-client-modal-div .modal-content .modal-body .accept-can-rq-div .request-service-div .reject-request {
  color: #ff0000;
}

/* line 8124, app/assets/stylesheets/theme/landing_page.scss */
#hire-client-modal-div .modal-content .modal-body .accept-can-rq-div .request-service-div button {
  text-transform: capitalize;
  padding: 0;
  line-height: normal;
  background-color: transparent;
  border: transparent;
  outline: none;
  box-shadow: none;
  transition: 0.5s all;
}

/* line 8134, app/assets/stylesheets/theme/landing_page.scss */
#hire-client-modal-div .modal-content .modal-body .accept-can-rq-div .request-service-div:hover button {
  opacity: 0.5;
}

/* line 8137, app/assets/stylesheets/theme/landing_page.scss */
#hire-client-modal-div .modal-content .modal-body .accept-can-rq-div .request-service-div:hover .reject-request:hover {
  text-decoration: underline wavy red;
  opacity: 1;
}

/***  setting panel  css start  ***/
/* line 8144, app/assets/stylesheets/theme/landing_page.scss */
.setting-panel .setting-area h5 {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  border: none;
}

/* line 8151, app/assets/stylesheets/theme/landing_page.scss */
.breadcrumb-block .breadcrumb {
  border: none;
}

/* line 8154, app/assets/stylesheets/theme/landing_page.scss */
.breadcrumb-block .breadcrumb li a {
  padding: inherit;
  color: indianred;
  line-height: inherit;
}

/* line 8160, app/assets/stylesheets/theme/landing_page.scss */
.setting-area .setting-list {
  border: 1px solid #e1e1e1;
  border-radius: 12px;
}

/* line 8165, app/assets/stylesheets/theme/landing_page.scss */
.setting-area .setting-list ul {
  padding: 20px;
}

/* line 8169, app/assets/stylesheets/theme/landing_page.scss */
.setting-list ul li:not(:last-child) {
  margin-bottom: 10px;
}

/* line 8173, app/assets/stylesheets/theme/landing_page.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #E86C2E;
  background-color: #E86C2E;
}

/* line 8178, app/assets/stylesheets/theme/landing_page.scss */
.setting-list ul li .custom-control-label {
  cursor: pointer;
}

/***  setting panel  css end  ***/
/***  emp logs fillter css  start ***/
/* line 8187, app/assets/stylesheets/theme/landing_page.scss */
.filter-block {
  padding: 15px 20px;
}

/* line 8191, app/assets/stylesheets/theme/landing_page.scss */
.filter-block .form-control {
  border-color: #e1e1e1;
  font-size: 14px !important;
  font-weight: normal;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

/* line 8202, app/assets/stylesheets/theme/landing_page.scss */
.filter-block input[type="submit"],
.filter-block a {
  background-color: #e86c2e;
  border-color: #e86c2e;
  color: #fff;
  transition: 0.5s all;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  cursor: pointer;
  /* Adding cursor pointer to indicate clickable element */
}

/* line 8216, app/assets/stylesheets/theme/landing_page.scss */
.filter-block input[type="submit"]:hover,
.filter-block input.active[type="submit"],
.filter-block a:hover,
.filter-block a:focus {
  background-color: #d1541d;
  /* Darker shade for hover effect */
  border-color: #d1541d;
}

/* line 8225, app/assets/stylesheets/theme/landing_page.scss */
.filter-block input[type="submit"]:hover {
  background-color: #d16129;
  border-color: #d16129;
}

/***  emp logs fillter css  end  ***/
/***  home banner css start   ****/
/* line 8235, app/assets/stylesheets/theme/landing_page.scss */
.banner-head-wp {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
}

/* line 8244, app/assets/stylesheets/theme/landing_page.scss */
section.banner-sec-wrap .carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
}

/* line 8253, app/assets/stylesheets/theme/landing_page.scss */
.banner-head-wp h1 span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: normal;
  margin-top: 10px;
}

/* line 8263, app/assets/stylesheets/theme/landing_page.scss */
.banner-head-wp h1 {
  font-size: 56px;
  text-shadow: 2px 2px 2px #051b51a6;
  font-weight: 700;
  line-height: 70px;
  margin: 0;
}

/***  home banner css end  ***/
/****  my project page filter alphabet ****/
/* line 8275, app/assets/stylesheets/theme/landing_page.scss */
.atoz {
  position: relative;
  padding: 7px 10px;
  border: 1px solid #e1e1e1;
  display: inline-flex;
  font-size: 15px;
  border-radius: 4px;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
}

/* line 8287, app/assets/stylesheets/theme/landing_page.scss */
.atoz [class*="fa-"] {
  font-size: 12px;
}

/* line 8290, app/assets/stylesheets/theme/landing_page.scss */
.alphabet-table {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 999;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 5px 20px #00000038;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 325px;
  display: none;
}

/* line 8305, app/assets/stylesheets/theme/landing_page.scss */
.alphabet-table.active {
  display: flex;
}

/* line 8308, app/assets/stylesheets/theme/landing_page.scss */
.alphabet-filter-block {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 10px;
}

/* line 8314, app/assets/stylesheets/theme/landing_page.scss */
.alphabet-filter-block button[type="reset"] {
  border: 2px solid #E86C2E !important;
  border-radius: 4px;
  background: #E86C2E;
  font-size: 15px;
  padding: 7px 16px;
  color: #ffffff;
  line-height: 1.25;
  text-align: center;
  display: inline-block;
  text-transform: capitalize;
  transition: 0.5s all;
}

/* line 8327, app/assets/stylesheets/theme/landing_page.scss */
.alphabet-filter-block button[type="reset"]:hover {
  color: #E86C2E;
  border: 2px solid #E86C2E;
  background: transparent;
}

/* line 8332, app/assets/stylesheets/theme/landing_page.scss */
.alphabet-letter {
  padding: 5px;
  border-radius: 5px;
  background-color: #f5f5f5;
  color: #333;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all;
}

/* line 8345, app/assets/stylesheets/theme/landing_page.scss */
.alphabet-letter.active,
.alphabet-letter:hover {
  background-color: #E86C2E;
  color: #fff;
  font-weight: 500;
}

/* line 8351, app/assets/stylesheets/theme/landing_page.scss */
.aplh-value.active {
  color: #E86C2E;
}

/* line 8354, app/assets/stylesheets/theme/landing_page.scss */
.error-message {
  padding: 20px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d9d9d975;
  box-shadow: 0px 20px 15px -15px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

/* line 8364, app/assets/stylesheets/theme/landing_page.scss */
.error-message p {
  font-size: 18px !important;
  color: #202020;
  font-weight: 400;
  text-transform: capitalize;
}

/* line 8372, app/assets/stylesheets/theme/landing_page.scss */
.gap-10 {
  gap: 10px;
}

/***********   Contract details for architect employee and property owner css  **********************/
/* line 8379, app/assets/stylesheets/theme/landing_page.scss */
.work-btns-group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 2fr));
  grid-gap: 10px;
  margin-bottom: 20px;
}

/* line 8385, app/assets/stylesheets/theme/landing_page.scss */
.work-btns-group .btns a,
.work-btns-group .btns span,
.work-btns-group .btns button {
  background-color: #fff;
  display: inline-flex;
  padding: 10px 20px;
  font-size: 16px;
  color: #171717;
  border-radius: 4px;
  transition: 0.5s all;
  position: relative;
  text-transform: capitalize;
  width: 100%;
  align-items: center;
  gap: 5px;
}

/* line 8401, app/assets/stylesheets/theme/landing_page.scss */
.work-btns-group .btns a .i_noti,
.work-btns-group .btns .count_icon {
  position: absolute;
  top: 14px;
  right: 10px;
}

/* line 8408, app/assets/stylesheets/theme/landing_page.scss */
.work-btns-group .btns .count_icon {
  display: inline-flex;
  height: 20px;
  line-height: 1;
  border-radius: 100px;
  width: 20px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-left: 5px;
  background-color: #E86C2E;
  padding: 0;
  color: #fff;
}

/* line 8423, app/assets/stylesheets/theme/landing_page.scss */
.work-btns-group-property-owner .btns a,
.work-btns-group-property-owner .btns span {
  background-color: transparent;
  border: 1px solid #e1e1e1;
}

/* line 8429, app/assets/stylesheets/theme/landing_page.scss */
.work-btns-group .btns:hover a,
.work-btns-group .btns:hover span {
  background-color: #E86C2E;
  color: #fff;
}

/* line 8434, app/assets/stylesheets/theme/landing_page.scss */
.work-btns-group .btns a svg,
.work-btns-group .btns span .count_icon {
  margin-left: auto;
}

/* line 8438, app/assets/stylesheets/theme/landing_page.scss */
.work-btns-group .btns a.end-cont-click svg {
  margin-left: 0;
}

/* line 8442, app/assets/stylesheets/theme/landing_page.scss */
.work-btns-group .btns:hover a .count_icon,
.work-btns-group .btns:hover span .count_icon {
  background-color: #fff;
  color: #E86C2E;
}

/* line 8448, app/assets/stylesheets/theme/landing_page.scss */
.work-btns-group .btns:hover a svg,
.work-btns-group .btns:hover span svg {
  color: #fff !important;
}

/* line 8452, app/assets/stylesheets/theme/landing_page.scss */
.work-btns-group .btns button:hover {
  background-color: #E86C2E;
  color: #fff;
}

/* line 8457, app/assets/stylesheets/theme/landing_page.scss */
.work-btns-group .btns .service-provider-message-count {
  /* float: right; */
  position: absolute;
  padding: 0 !important;
  height: 20px;
  width: 20px;
  top: 10px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100px;
}

/***********   Contract details for architect employee and property owner css end  **********************/
/*****  my project page filter alphabet css  end  ****/
@media screen and (max-width: 991px) {
  /* line 8479, app/assets/stylesheets/theme/landing_page.scss */
  .property-wraper-box {
    width: 100%;
  }
  /* line 8482, app/assets/stylesheets/theme/landing_page.scss */
  .home-wp-property .loader-view {
    display: block;
  }
  /* line 8485, app/assets/stylesheets/theme/landing_page.scss */
  .filter-block .form-control {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  /* line 8491, app/assets/stylesheets/theme/landing_page.scss */
  section.banner-sec-wrap {
    position: relative;
  }
  /* line 8494, app/assets/stylesheets/theme/landing_page.scss */
  .myProject-card {
    height: auto;
  }
  /* line 8497, app/assets/stylesheets/theme/landing_page.scss */
  .mobile-hidden {
    display: none;
  }
  /* line 8500, app/assets/stylesheets/theme/landing_page.scss */
  .endbtns-mobile {
    justify-content: end;
  }
  /* line 8503, app/assets/stylesheets/theme/landing_page.scss */
  .modal.login-modal-mobile {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* line 8507, app/assets/stylesheets/theme/landing_page.scss */
  .modal.login-modal-mobile .modal-dialog {
    max-width: 100%;
  }
  /* line 8510, app/assets/stylesheets/theme/landing_page.scss */
  .login-form-mobile .container {
    max-width: 100%;
  }
  /* line 8513, app/assets/stylesheets/theme/landing_page.scss */
  .login-form-mobile .tab-content select,
.login-form-mobile .tab-content input[type="tel"],
.login-form-mobile .tab-content input[type="text"],
.login-form-mobile .tab-content input[type="password"] {
    height: 46px;
    padding: 5px 15px;
    margin-bottom: 0 !important;
  }
  /* line 8521, app/assets/stylesheets/theme/landing_page.scss */
  .fileLiveChatLabel.popup {
    right: 181px;
    bottom: 52px;
  }
  /* line 8525, app/assets/stylesheets/theme/landing_page.scss */
  .filter-block input[type="submit"],
.filter-block a.btn {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  /* line 8532, app/assets/stylesheets/theme/landing_page.scss */
  .home-wp-property {
    padding: 30px 0;
  }
  /* line 8535, app/assets/stylesheets/theme/landing_page.scss */
  .login-form-mobile .new-login-tab-wrap h4 {
    font-size: 20px;
  }
  /* line 8538, app/assets/stylesheets/theme/landing_page.scss */
  .fileLiveChatLabel.popup {
    right: 125px;
  }
}

@media screen and (max-width: 568px) {
  /* line 8544, app/assets/stylesheets/theme/landing_page.scss */
  .myProject-card {
    padding: 0px 0;
  }
  /* line 8547, app/assets/stylesheets/theme/landing_page.scss */
  .myProject-card h5 {
    font-size: 16px;
  }
  /* line 8550, app/assets/stylesheets/theme/landing_page.scss */
  .myProject-card .card .work-bttns-new1 span {
    width: 100%;
  }
  /* line 8553, app/assets/stylesheets/theme/landing_page.scss */
  .myProject-card .card .work-bttns-new1 span a {
    padding: 12px 15px;
  }
}

@media screen and (max-width: 480px) {
  /* line 8558, app/assets/stylesheets/theme/landing_page.scss */
  .login-form-mobile .tab-content .login-bttn {
    margin: 16px 0 0;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
  }
  /* line 8564, app/assets/stylesheets/theme/landing_page.scss */
  .login-form-mobile .tab-content .form-group {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 479px) {
  /* line 8571, app/assets/stylesheets/theme/landing_page.scss */
  .profile-page .milestone-details-btn {
    flex-direction: column;
    align-items: end;
  }
  /* line 8575, app/assets/stylesheets/theme/landing_page.scss */
  .profile-page .milestone-details-btn h5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 8579, app/assets/stylesheets/theme/landing_page.scss */
  .login-form-mobile .new-login-tab-wrap h4 {
    font-size: 18px;
    margin-bottom: 15px !important;
  }
  /* line 8583, app/assets/stylesheets/theme/landing_page.scss */
  .login-form-mobile .nav {
    padding: 0 !important;
    margin-bottom: 10px !important;
  }
  /* line 8587, app/assets/stylesheets/theme/landing_page.scss */
  .login-form-mobile .tab-content select,
.login-form-mobile .tab-content input[type="tel"],
.login-form-mobile .tab-content input[type="text"],
.login-form-mobile .tab-content input[type="password"] {
    height: 36px;
  }
  /* line 8593, app/assets/stylesheets/theme/landing_page.scss */
  .login-form-mobile .tab-content .form-group {
    margin-bottom: 0.6rem;
  }
  /* line 8596, app/assets/stylesheets/theme/landing_page.scss */
  .login-form-mobile .tab-content .login-bttn {
    margin: 0px 0 0;
    font-size: 15px;
    padding: 7px 10px;
  }
  /* line 8601, app/assets/stylesheets/theme/landing_page.scss */
  .login-form-mobile .privacy-text p {
    font-size: 10px;
  }
  /* line 8604, app/assets/stylesheets/theme/landing_page.scss */
  .user-detail-content .user-detail-info li .span-dl {
    min-width: 125px;
    font-size: 14px;
  }
  /* line 8609, app/assets/stylesheets/theme/landing_page.scss */
  .user-detail-content .user-detail-info li .span-dr {
    font-size: 14px;
  }
  /* line 8613, app/assets/stylesheets/theme/landing_page.scss */
  .client-happiness {
    padding: 15px;
  }
  /* line 8616, app/assets/stylesheets/theme/landing_page.scss */
  .client-search {
    position: relative;
  }
  /* line 8619, app/assets/stylesheets/theme/landing_page.scss */
  .client-search i.fa.fa-search {
    position: absolute;
    right: 10px;
    top: 14px;
  }
  /* line 8624, app/assets/stylesheets/theme/landing_page.scss */
  .mobile-add-client .add-client-wp-lf {
    width: auto !important;
  }
  /* line 8627, app/assets/stylesheets/theme/landing_page.scss */
  .play-video-block .video-img .video-play-btn {
    font-size: 80px;
    width: 60px;
    height: 60px;
  }
  /* line 8632, app/assets/stylesheets/theme/landing_page.scss */
  .play-video-block .video-img .video-play-btn::before {
    width: 60px;
    height: 60px;
  }
  /* line 8636, app/assets/stylesheets/theme/landing_page.scss */
  .close-video {
    font-size: 30px;
  }
}

@media screen and (max-width: 359px) {
  /* line 8642, app/assets/stylesheets/theme/landing_page.scss */
  .login-form-mobile .nav li a {
    font-size: 8px;
  }
}

/****  home v1 ****/
/* line 8652, app/assets/stylesheets/theme/landing_page.scss */
.sub-title-1 {
  padding: 0 10px;
  border-left: 3px solid #e86c2e;
  margin-bottom: 10px;
}

/* line 8658, app/assets/stylesheets/theme/landing_page.scss */
.sub-title-1 p {
  font-weight: 600;
  color: #e86c2e !important;
  font-family: Poppins, sans-serif;
}

/* line 8664, app/assets/stylesheets/theme/landing_page.scss */
.featurea-area-sec {
  padding: 80px 0;
}

/* line 8668, app/assets/stylesheets/theme/landing_page.scss */
.featurea-imgbx img {
  width: 100%;
}

/* line 8672, app/assets/stylesheets/theme/landing_page.scss */
.featurea-contentbx .lead {
  margin-top: 16px;
  font-size: 20px;
  line-height: 30px;
  color: #171718;
  font-weight: 400;
}

/* line 8680, app/assets/stylesheets/theme/landing_page.scss */
.featurea-contentbx p {
  color: #727272;
  font-family: Poppins, sans-serif;
}

@media screen and (min-width: 992px) {
  /* line 8687, app/assets/stylesheets/theme/landing_page.scss */
  .featurea-contentbx {
    padding-left: 60px;
  }
}

/***  streamline area sec   ****/
/* line 8696, app/assets/stylesheets/theme/landing_page.scss */
.sec-title-2 h2 {
  margin: 0;
  font-size: 32px;
  line-height: 48px;
  color: #0D2A58;
  font-family: Poppins, sans-serif;
}

/* line 8704, app/assets/stylesheets/theme/landing_page.scss */
.streamlines-area-sec {
  padding: 80px 0;
  background-color: rgba(4, 24, 56, 0.03);
}

/* line 8709, app/assets/stylesheets/theme/landing_page.scss */
.streamline-row {
  margin-top: 50px;
}

/* line 8713, app/assets/stylesheets/theme/landing_page.scss */
.card-streamline {
  border-radius: 16px !important;
  overflow: hidden;
}

/* line 8717, app/assets/stylesheets/theme/landing_page.scss */
.card-streamline .card-img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

/* line 8721, app/assets/stylesheets/theme/landing_page.scss */
.card-streamline .card-img-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 20%, rgba(255, 255, 255, 0) 100%);
}

/* line 8729, app/assets/stylesheets/theme/landing_page.scss */
.card-streamline h5 {
  font-weight: 500;
  font-family: Poppins, sans-serif;
}

/****  architect services area sec   ****/
/* line 8737, app/assets/stylesheets/theme/landing_page.scss */
.architect-area-sec {
  padding: 80px 0;
}

/* line 8741, app/assets/stylesheets/theme/landing_page.scss */
.card-architect-services {
  height: 100%;
  border-radius: 12px !important;
  border-color: #DFE1E7 !important;
  position: relative;
}

/* line 8747, app/assets/stylesheets/theme/landing_page.scss */
.architect-area-sec .row {
  counter-reset: card-number;
}

/* line 8750, app/assets/stylesheets/theme/landing_page.scss */
.architect-area-sec .row [class*="col-"] .card-architect-services {
  position: relative;
}

/* line 8753, app/assets/stylesheets/theme/landing_page.scss */
.architect-area-sec .row [class*="col-"] .card-architect-services::before {
  position: absolute;
  top: 10px;
  right: 20px;
  counter-increment: card-number;
  content: counter(card-number);
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  opacity: 0.10;
  pointer-events: none;
  user-select: none;
  font-family: Poppins, sans-serif;
}

/* line 8768, app/assets/stylesheets/theme/landing_page.scss */
.card-architect-services .card-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}

/* line 8773, app/assets/stylesheets/theme/landing_page.scss */
.card-architect-services p {
  color: #727272;
  font-family: Poppins, sans-serif;
}

/* line 8779, app/assets/stylesheets/theme/landing_page.scss */
.architect-area-sec .row [class*="col-"] .card-architect-services .iconbx {
  margin-bottom: 25px;
}

/* line 8782, app/assets/stylesheets/theme/landing_page.scss */
.architect-area-sec .row [class*="col-"] .card-architect-services .iconbx img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100%;
}

/* line 8788, app/assets/stylesheets/theme/landing_page.scss */
.architect-area-sec .imgbx img {
  aspect-ratio: 3/4;
  object-fit: cover;
}

/* line 8793, app/assets/stylesheets/theme/landing_page.scss */
.sec-title-main h2 {
  margin: 0;
  text-transform: uppercase;
  color: #0D2A58;
  font-size: 24px;
  font-family: Poppins, sans-serif;
}

/* line 8801, app/assets/stylesheets/theme/landing_page.scss */
.sec-title-main h2 span {
  color: #e86c2e;
}

/* line 8805, app/assets/stylesheets/theme/landing_page.scss */
.custom-list-grup-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

/* line 8813, app/assets/stylesheets/theme/landing_page.scss */
.custom-list-grup-grid li {
  padding-left: 36px;
  position: relative;
}

/* line 8818, app/assets/stylesheets/theme/landing_page.scss */
.custom-list-grup-grid li::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(/assets/prime_check-circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 8831, app/assets/stylesheets/theme/landing_page.scss */
.custom-list-grup-grid li p {
  color: #727272;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

/* line 8838, app/assets/stylesheets/theme/landing_page.scss */
.with-constructoye-row .custom-list-grup-grid {
  grid-template-columns: repeat(1, 1fr);
}

/* line 8842, app/assets/stylesheets/theme/landing_page.scss */
.with-constructoye-row .img-card-bx {
  background-color: #e86c2e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  border-radius: 20px;
  height: 100%;
}

/* line 8851, app/assets/stylesheets/theme/landing_page.scss */
.with-constructoye-row .img-card-bx img {
  width: inherit;
}

/* line 8855, app/assets/stylesheets/theme/landing_page.scss */
.with-constructoye-row .card-body {
  position: relative;
  z-index: 1;
  margin-left: -130px;
  background-color: #fff;
  padding: 40px 40px;
  border-radius: 20px;
}

/* line 8864, app/assets/stylesheets/theme/landing_page.scss */
.with-constructoye-row .card-body {
  position: relative;
  z-index: 1;
  margin-left: -130px;
  background-color: #fff;
  padding: 40px 40px;
  border-radius: 20px;
  height: 100%;
}

/* line 8874, app/assets/stylesheets/theme/landing_page.scss */
.img-item.imgbx img {
  border-radius: 12px;
}

/* line 8878, app/assets/stylesheets/theme/landing_page.scss */
.property-owner-area-sec {
  padding: 80px 0;
  background-color: rgba(4, 24, 56, 0.03);
}

/* line 8883, app/assets/stylesheets/theme/landing_page.scss */
.property-owner-area-sec .imgbx img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

/* line 8887, app/assets/stylesheets/theme/landing_page.scss */
.services-material-provider-area-sec {
  padding: 80px 0;
}

/* line 8890, app/assets/stylesheets/theme/landing_page.scss */
.services-material-provider-area-sec .imgbx img {
  aspect-ratio: 3/4;
  object-fit: cover;
}

@media screen and (max-width: 991.98px) {
  /* line 8896, app/assets/stylesheets/theme/landing_page.scss */
  .with-constructoye-row .card-body {
    margin-left: -35px;
    padding: 30px 25px;
  }
}

@media screen and (max-width: 767.98px) {
  /* line 8903, app/assets/stylesheets/theme/landing_page.scss */
  .custom-list-grup-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 8906, app/assets/stylesheets/theme/landing_page.scss */
  .with-constructoye-row .card-body {
    margin-left: 0;
    padding: 0;
    height: auto;
    top: 0;
    background-color: transparent;
  }
  /* line 8913, app/assets/stylesheets/theme/landing_page.scss */
  .sec-title-2 h2 {
    font-size: 26px;
    line-height: 40px;
  }
}

@media screen and (max-width: 575px) {
  /* line 8920, app/assets/stylesheets/theme/landing_page.scss */
  .sec-title-2 h2 {
    font-size: 22px;
    line-height: 34px;
  }
  /* line 8924, app/assets/stylesheets/theme/landing_page.scss */
  .featurea-contentbx .lead {
    font-size: 18px;
    line-height: 28px;
  }
}

/* line 8930, app/assets/stylesheets/theme/landing_page.scss */
.work-btns-group .btns a:hover img {
  filter: brightness(1) invert(1);
}
/* line 12, app/assets/stylesheets/theme/login.scss */
.modal-dialog.login-signup-modal {
  max-width: 900px;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

/* line 19, app/assets/stylesheets/theme/login.scss */
button:focus {
  outline: none !important;
  border: none;
}

/* line 23, app/assets/stylesheets/theme/login.scss */
input.otp:focus {
  outline: none;
}

/* line 26, app/assets/stylesheets/theme/login.scss */
.modal-dialog.login-signup-modal button.close {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* line 31, app/assets/stylesheets/theme/login.scss */
.modal-dialog.login-signup-page-modal button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  color: #e96b36;
  border-radius: 100px;
  z-index: 2;
}

/* line 45, app/assets/stylesheets/theme/login.scss */
input#signup-otp {
  background: repeating-linear-gradient(90deg, #979797 0px, #979797 25px, transparent 0px, transparent 41px) 0px 100%/245px 1px no-repeat;
  padding: 0 0 2px 5px !important;
  line-height: 1.4;
  width: 250px;
  font: 18px droid sans mono, consolas, monospace;
  letter-spacing: 30.4px;
  margin: 20px auto auto 0px;
}

/* line 54, app/assets/stylesheets/theme/login.scss */
.form-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 10%;
  height: auto;
}

/* line 63, app/assets/stylesheets/theme/login.scss */
.form-wrap:before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  box-shadow: 0px 0 8px #8a6cee;
  z-index: 100;
}

/* line 73, app/assets/stylesheets/theme/login.scss */
.form-wrap form h2 {
  color: #065890;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 5%;
}

/* line 79, app/assets/stylesheets/theme/login.scss */
.form-wrap form input {
  border: none;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  padding: 25px;
  margin-bottom: 4%;
  width: 100%;
}

/* line 87, app/assets/stylesheets/theme/login.scss */
.otp-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

/* line 93, app/assets/stylesheets/theme/login.scss */
.otp-box .otp-wrap {
  margin: 0px 10px;
}

/* line 96, app/assets/stylesheets/theme/login.scss */
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  border-right: 1px solid #d7d7d7;
}

/* line 100, app/assets/stylesheets/theme/login.scss */
.form-wrap form input::placeholder {
  color: #cccccc;
  font-size: 16px;
}

/* line 104, app/assets/stylesheets/theme/login.scss */
.otp-wrap input#signup-otp {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  line-height: 24px;
  font-size: 18px;
  color: #212121;
  padding: 4px;
}

/* line 115, app/assets/stylesheets/theme/login.scss */
.btn.login-bttn {
  background: #E86C2E;
  color: #fff !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 15px 15px 15px;
  text-align: center;
  border-radius: 0px;
  margin: 2% 0px 20px;
}

/* line 129, app/assets/stylesheets/theme/login.scss */
.txet-wrap {
  margin-top: 5%;
}

/* line 132, app/assets/stylesheets/theme/login.scss */
.txet-wrap span {
  color: #343434;
  font-size: 20px;
}

/* line 136, app/assets/stylesheets/theme/login.scss */
.txet-wrap span a {
  color: #f55a5a;
}

/* line 139, app/assets/stylesheets/theme/login.scss */
.new-login-tab-wrap p {
  font-size: 14px;
  margin-bottom: 10px;
}

/* line 143, app/assets/stylesheets/theme/login.scss */
.new-login-tab-wrap p a {
  color: #E86C2E;
}

/* line 149, app/assets/stylesheets/theme/login.scss */
.swal2-title {
  font-size: 20px !important;
}

/* line 152, app/assets/stylesheets/theme/login.scss */
button.swal2-confirm.swal2-styled {
  background-color: #28a745;
}

/* line 155, app/assets/stylesheets/theme/login.scss */
.swal2-styled {
  padding: 3px 15px !important;
}

/* line 161, app/assets/stylesheets/theme/login.scss */
form#new_user_signup .form-group .password-show {
  position: relative;
}

/* line 165, app/assets/stylesheets/theme/login.scss */
form#new_user_signup .form-group .password-show span {
  position: absolute;
  width: 20px;
  right: 40%;
  bottom: 54px;
}

/* line 172, app/assets/stylesheets/theme/login.scss */
form#new_user_signup .form-group .confirm_password-show {
  position: relative;
}

/* line 176, app/assets/stylesheets/theme/login.scss */
form#new_user_signup .form-group .confirm_password-show span {
  position: absolute;
  width: 20px;
  right: 40%;
  bottom: 54px;
}

/* line 182, app/assets/stylesheets/theme/login.scss */
div#send_otp {
  position: relative;
}

/**********************send otp button css*********************/
/* line 192, app/assets/stylesheets/theme/login.scss */
.form-control:focus {
  box-shadow: none;
  border-color: #a3a3a3;
}

/* line 197, app/assets/stylesheets/theme/login.scss */
.form-wrap .iti.iti--allow-dropdown.iti--separate-dial-code {
  display: block;
}

/* line 201, app/assets/stylesheets/theme/login.scss */
.form-wrap input#phone_reset {
  border: none;
  border-bottom: 1px solid #a3a3a3;
  border-radius: 0;
  padding: 0;
  margin-bottom: 4%;
  width: 60%;
}

/* line 210, app/assets/stylesheets/theme/login.scss */
.form-wrap h2#otp-reset {
  color: #065890;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 5%;
}

/* line 216, app/assets/stylesheets/theme/login.scss */
.login-mobile-view {
  display: none;
}

/********************** end send otp button css*********************/
/* line 222, app/assets/stylesheets/theme/login.scss */
.user-verified.single-page {
  top: 110px;
}

/* line 225, app/assets/stylesheets/theme/login.scss */
.service-overview h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}

/* line 232, app/assets/stylesheets/theme/login.scss */
.service-overview p {
  color: #676565;
  font-size: 15px;
  margin-bottom: 30px;
  text-align: left;
}

/* line 238, app/assets/stylesheets/theme/login.scss */
.service-overview h4:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #065890;
  width: 60px;
  left: 0;
  bottom: -10px;
}

/* line 246, app/assets/stylesheets/theme/login.scss */
.overview-sub {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 251, app/assets/stylesheets/theme/login.scss */
div#flash {
  width: 90%;
}

/* line 254, app/assets/stylesheets/theme/login.scss */
div#fogt {
  position: relative;
}

/* line 257, app/assets/stylesheets/theme/login.scss */
button#send_reset_otp {
  position: absolute;
  bottom: 3px;
  right: 40%;
}

/* line 262, app/assets/stylesheets/theme/login.scss */
div#verify-signup-otp {
  position: relative;
  text-align: center;
}

/* line 266, app/assets/stylesheets/theme/login.scss */
button#resend_otp, button#resend_button {
  position: relative;
  border: none;
  background-color: transparent;
  text-decoration-line: underline;
  color: #065890;
}

/* line 273, app/assets/stylesheets/theme/login.scss */
div#resend_otp_div p, div#forget-otp-div p {
  display: inline-block;
}

/* line 276, app/assets/stylesheets/theme/login.scss */
button:focus {
  outline: none;
}

/***********new*************/
/* line 281, app/assets/stylesheets/theme/login.scss */
.login-user-img img {
  width: 98%;
}

/* line 284, app/assets/stylesheets/theme/login.scss */
.new-login-tab-wrap ul li a {
  font-size: 14px;
  border-radius: 0 !important;
  padding: 10px 8px;
  text-align: center;
}

/* line 290, app/assets/stylesheets/theme/login.scss */
.new-login-tab-wrap h4 {
  font-size: 30px;
  font-weight: 400;
}

/* line 294, app/assets/stylesheets/theme/login.scss */
.login-signup-wrapper {
  position: relative;
  height: 600px;
}

/* line 298, app/assets/stylesheets/theme/login.scss */
.login-user-img {
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 304, app/assets/stylesheets/theme/login.scss */
.login-signup-wrapper::before {
  content: "";
  position: absolute;
  left: 48%;
  right: 0;
  margin: 0px auto;
  border-left: 1px solid #d6d6d6;
  height: 100%;
  top: 0;
}

/**********************responsive css*********************/
@media (max-width: 1199px) {
  /* line 316, app/assets/stylesheets/theme/login.scss */
  form#new_user_signup .form-group .password-show img, form#new_user_signup .form-group .confirm_password-show img {
    bottom: 35px;
  }
}

@media (max-width: 991px) {
  /* line 322, app/assets/stylesheets/theme/login.scss */
  .form-wrap {
    background-image: none;
    background: #fff;
    padding-left: 2%;
    margin: 10px;
  }
  /* line 328, app/assets/stylesheets/theme/login.scss */
  .form-wrap.new-login-rp {
    background: transparent;
    margin: 0;
  }
  /* line 332, app/assets/stylesheets/theme/login.scss */
  .login-mobile-view .login-form-wrap {
    width: 100%;
  }
  /* line 335, app/assets/stylesheets/theme/login.scss */
  .form-wrap form input {
    width: 100%;
  }
  /* line 339, app/assets/stylesheets/theme/login.scss */
  form#new_user_signup .form-group .password-show span, form#new_user_signup .form-group .confirm_password-show span {
    right: 0;
    bottom: 40px;
  }
  /* line 344, app/assets/stylesheets/theme/login.scss */
  button#send {
    right: 0;
    bottom: 10px;
  }
  /* line 349, app/assets/stylesheets/theme/login.scss */
  .form-wrap input#phone_reset {
    width: 100%;
  }
  /* line 353, app/assets/stylesheets/theme/login.scss */
  div#flash {
    width: 100%;
  }
  /* line 356, app/assets/stylesheets/theme/login.scss */
  .login-mobile-view {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 362, app/assets/stylesheets/theme/login.scss */
  .login-mobile-view form#new_user, .login-mobile-view form#new_user_signup, div#forgot-replace {
    background: #fff;
    padding: 50px 40px;
    border-radius: 20px;
  }
  /* line 367, app/assets/stylesheets/theme/login.scss */
  .login-mobile-view .form-wrap {
    background: transparent;
    padding-left: 0;
    margin: 0;
    padding: 0;
  }
  /* line 374, app/assets/stylesheets/theme/login.scss */
  .login-desktop-view {
    display: none;
  }
  /* line 378, app/assets/stylesheets/theme/login.scss */
  .login-mobile-view .txet-wrap {
    text-align: center;
  }
  /* line 381, app/assets/stylesheets/theme/login.scss */
  .login-mobile-view .txet-wrap span {
    display: block;
    color: #fff;
    font-size: 20px;
  }
  /* line 386, app/assets/stylesheets/theme/login.scss */
  .login-mobile-view .txet-wrap span a {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
  }
  /* line 392, app/assets/stylesheets/theme/login.scss */
  .login-mobile-view .form-wrap input {
    height: 50px;
    font-size: 16px;
  }
  /* line 397, app/assets/stylesheets/theme/login.scss */
  .login-mobile-view .form-wrap input::placeholder {
    font-size: 16px;
  }
  /* line 401, app/assets/stylesheets/theme/login.scss */
  .login-mobile-view .form-wrap h3 {
    font-size: 20px;
    margin: 20px 0px;
  }
  /* line 405, app/assets/stylesheets/theme/login.scss */
  button#send_reset_otp {
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  /* line 410, app/assets/stylesheets/theme/login.scss */
  .modal-dialog.login-signup-modal {
    max-width: 750px;
  }
  /* line 413, app/assets/stylesheets/theme/login.scss */
  .new-login-tab-wrap ul li a {
    padding: 6px 4px;
  }
  /* line 416, app/assets/stylesheets/theme/login.scss */
  .new-login-tab-wrap label {
    font-size: 16px;
  }
  /* line 419, app/assets/stylesheets/theme/login.scss */
  .login-signup-wrapper {
    height: 570px;
  }
}

@media (max-width: 767px) {
  /* line 425, app/assets/stylesheets/theme/login.scss */
  .form-wrap {
    height: auto;
    padding: 0px;
  }
  /* line 429, app/assets/stylesheets/theme/login.scss */
  .form-wrap h2#otp-reset {
    font-size: 30px;
  }
  /* line 433, app/assets/stylesheets/theme/login.scss */
  .login-signup-wrapper, .login-user-img {
    height: 100%;
  }
  /* line 436, app/assets/stylesheets/theme/login.scss */
  .login-signup-wrapper::before {
    display: none;
  }
  /* line 439, app/assets/stylesheets/theme/login.scss */
  .modal-dialog.login-signup-modal {
    max-width: 650px;
  }
  /* line 442, app/assets/stylesheets/theme/login.scss */
  .login-user-img img {
    width: 65%;
  }
  /* line 445, app/assets/stylesheets/theme/login.scss */
  .new-login-tab-wrap ul li a {
    padding: 10px 10px;
  }
}

@media (max-width: 568px) {
  /* line 451, app/assets/stylesheets/theme/login.scss */
  button#send {
    right: 0;
  }
  /* line 456, app/assets/stylesheets/theme/login.scss */
  form#new_user_signup .form-group .password-show img, form#new_user_signup .form-group .confirm_password-show img {
    bottom: 15px;
  }
  /* line 460, app/assets/stylesheets/theme/login.scss */
  .form-wrap form h2 {
    font-size: 36px;
  }
  /* line 464, app/assets/stylesheets/theme/login.scss */
  .form-wrap h2#otp-reset {
    font-size: 24px;
  }
  /* line 468, app/assets/stylesheets/theme/login.scss */
  .login-mobile-view .form-wrap input::placeholder {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  /* line 478, app/assets/stylesheets/theme/login.scss */
  div#sub-div {
    margin-top: 2%;
  }
  /* line 481, app/assets/stylesheets/theme/login.scss */
  .btn.login-bttn {
    font-size: 16px;
    max-width: 100px;
    padding: 10px 8px 15px;
  }
  /* line 486, app/assets/stylesheets/theme/login.scss */
  button#send {
    bottom: -65px;
  }
  /* line 490, app/assets/stylesheets/theme/login.scss */
  button#send_reset_otp {
    bottom: -55px;
  }
}

/* line 495, app/assets/stylesheets/theme/login.scss */
.div-body {
  background-color: #e4e4e4;
}

/* line 499, app/assets/stylesheets/theme/login.scss */
.privacy-policy {
  color: #565656;
  text-align: justify;
  background: #ececec;
}

/* line 505, app/assets/stylesheets/theme/login.scss */
.privacy-policy-wrap {
  background: #fff;
  padding: 40px;
}

/* line 509, app/assets/stylesheets/theme/login.scss */
.privacy-policy-wrap h6 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

/* line 514, app/assets/stylesheets/theme/login.scss */
.privacy-policy-wrap h1 {
  font-size: 25px;
  text-align: center;
  color: #0d2a58;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 522, app/assets/stylesheets/theme/login.scss */
.privacy-policy-wrap h2 {
  font-size: 22px;
  font-weight: 600;
  color: #0d2a58;
}

/* line 527, app/assets/stylesheets/theme/login.scss */
.privacy-policy p {
  margin-bottom: 25px;
  font-size: 15px;
  color: #6c6b6b;
}

/* line 533, app/assets/stylesheets/theme/login.scss */
.privacy-policy-wrap h3 {
  font-size: 18px;
  font-weight: 500;
  color: #0d2a58;
}

@media (max-width: 480px) {
  /* line 540, app/assets/stylesheets/theme/login.scss */
  .privacy-policy-wrap h1 {
    font-size: 22px;
  }
  /* line 543, app/assets/stylesheets/theme/login.scss */
  input#signup-otp {
    margin-left: 0 !important;
  }
}
/* line 1, app/assets/stylesheets/theme/notification.scss */
ul.top-ul-list {
  text-align: right;
}

/* line 4, app/assets/stylesheets/theme/notification.scss */
ul.top-ul-list li {
  list-style-type: none;
}

/* line 7, app/assets/stylesheets/theme/notification.scss */
ul.top-ul-list li {
  list-style-type: none;
  display: inline-flex;
  align-items: center;
}

/* line 12, app/assets/stylesheets/theme/notification.scss */
ul.top-ul-list li img {
  width: 14px;
  margin: 0px 14px;
}

/* line 16, app/assets/stylesheets/theme/notification.scss */
li.nav-item.notification img {
  width: 60px;
  cursor: pointer;
  margin-left: 6px;
  height: 60px;
  border-radius: 50px;
}

/* line 23, app/assets/stylesheets/theme/notification.scss */
a.view-all-notification {
  color: #000;
  font-size: 15px;
}

/* line 27, app/assets/stylesheets/theme/notification.scss */
li.nav-item.customer img {
  width: 60px;
  cursor: pointer;
  margin-left: 6px;
  height: 60px;
  border-radius: 50px;
}

/* line 34, app/assets/stylesheets/theme/notification.scss */
li#request-toggle {
  position: relative;
}

/* line 37, app/assets/stylesheets/theme/notification.scss */
ul#latest_request li {
  list-style-type: none;
  padding: 10px 20px;
  font-size: 13px;
  color: #6d6d6d;
  font-weight: 400;
  line-height: 24px;
}

/* line 45, app/assets/stylesheets/theme/notification.scss */
ul#latest_request li h5 {
  margin-bottom: 0;
}

/* line 48, app/assets/stylesheets/theme/notification.scss */
li#message-toggle {
  position: relative;
}

/* line 51, app/assets/stylesheets/theme/notification.scss */
ul#latest_request {
  position: absolute;
  z-index: 99;
  width: 400px;
  top: 50px;
  display: none;
  cursor: pointer;
  background: #fefefe;
  border: none;
  box-shadow: 0px 0px 4px #cbcbcb;
  border-radius: 5px 10px 10px 5px;
  right: 0;
  max-height: 530px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 67, app/assets/stylesheets/theme/notification.scss */
ul#latest_message {
  position: absolute;
  z-index: 99;
  width: 400px;
  top: 50px;
  display: none;
  cursor: pointer;
  background: #fefefe;
  border: none;
  box-shadow: 0px 0px 4px #cbcbcb;
  border-radius: 5px 10px 10px 5px;
  right: 0;
  max-height: 530px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 100, app/assets/stylesheets/theme/notification.scss */
.noty-bell {
  -webkit-animation: ring 6s .2s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 6s .2s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 6s .2s ease-in-out infinite;
  transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }
  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}

@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }
  1% {
    -moz-transform: rotate(30deg);
  }
  3% {
    -moz-transform: rotate(-28deg);
  }
  5% {
    -moz-transform: rotate(34deg);
  }
  7% {
    -moz-transform: rotate(-32deg);
  }
  9% {
    -moz-transform: rotate(30deg);
  }
  11% {
    -moz-transform: rotate(-28deg);
  }
  13% {
    -moz-transform: rotate(26deg);
  }
  15% {
    -moz-transform: rotate(-24deg);
  }
  17% {
    -moz-transform: rotate(22deg);
  }
  19% {
    -moz-transform: rotate(-20deg);
  }
  21% {
    -moz-transform: rotate(18deg);
  }
  23% {
    -moz-transform: rotate(-16deg);
  }
  25% {
    -moz-transform: rotate(14deg);
  }
  27% {
    -moz-transform: rotate(-12deg);
  }
  29% {
    -moz-transform: rotate(10deg);
  }
  31% {
    -moz-transform: rotate(-8deg);
  }
  33% {
    -moz-transform: rotate(6deg);
  }
  35% {
    -moz-transform: rotate(-4deg);
  }
  37% {
    -moz-transform: rotate(2deg);
  }
  39% {
    -moz-transform: rotate(-1deg);
  }
  41% {
    -moz-transform: rotate(1deg);
  }
  43% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
  }
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}

/* line 191, app/assets/stylesheets/theme/notification.scss */
li.nav-item.notification {
  margin-left: 0px;
  margin-top: 0px;
  position: relative;
}

/* line 196, app/assets/stylesheets/theme/notification.scss */
.notifications-dropdown {
  position: relative;
}

/* line 199, app/assets/stylesheets/theme/notification.scss */
ul.notification-ul-list {
  position: absolute;
  z-index: 99;
  width: 400px;
  top: 50px;
  display: none;
  cursor: pointer;
  background: #fefefe;
  border: none;
  box-shadow: 0px 0px 4px #cbcbcb;
  border-radius: 5px;
  right: 0;
  /* max-height: 458px;
  overflow: scroll;
  overflow-x: hidden;*/
}

/* line 215, app/assets/stylesheets/theme/notification.scss */
ul.notification-ul-new {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 220, app/assets/stylesheets/theme/notification.scss */
ul.notification-ul-list li {
  list-style-type: none;
  padding: 10px 20px;
  font-size: 13px;
  color: #6d6d6d;
  font-weight: 400;
  line-height: 24px;
}

/* line 228, app/assets/stylesheets/theme/notification.scss */
ul#latest_message li {
  list-style-type: none;
  padding: 10px 20px;
  font-size: 13px;
  color: #6d6d6d;
  font-weight: 400;
  line-height: 24px;
}

/* line 236, app/assets/stylesheets/theme/notification.scss */
ul.notification-ul-list li:last-child {
  border-bottom: none;
}

/* line 239, app/assets/stylesheets/theme/notification.scss */
ul.notification-ul-list li.see-all {
  text-align: center;
  color: #065890;
}

/* line 243, app/assets/stylesheets/theme/notification.scss */
ul.notification-ul-list li.see-all span img {
  width: 17px;
}

/* line 246, app/assets/stylesheets/theme/notification.scss */
.noti-header {
  background: #0d2a58;
  text-align: center;
  color: white;
}

/* line 251, app/assets/stylesheets/theme/notification.scss */
.truncate {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* line 255, app/assets/stylesheets/theme/notification.scss */
a.moreless.less {
  padding-left: 10px;
}

/********************new design**************/
/* line 259, app/assets/stylesheets/theme/notification.scss */
.notification-new-wrap h6 {
  font-size: 18px;
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #ededed;
}

/* line 265, app/assets/stylesheets/theme/notification.scss */
.notification-data-info h6 {
  text-align: left;
  border: none;
  padding: 0;
  color: #e86c2f;
}

/* line 271, app/assets/stylesheets/theme/notification.scss */
.notification-partial li {
  border-bottom: 1px solid #e9e9e9;
}

/* line 275, app/assets/stylesheets/theme/notification.scss */
.notification-partial li:hover {
  background: #f0f0f0;
  box-shadow: rgba(14, 30, 37, 0.12) 0 0 0 0, rgba(14, 30, 37, 0.32) 0 0 6px 0;
}

/* line 280, app/assets/stylesheets/theme/notification.scss */
.noti-time {
  display: flex;
  justify-content: end;
  color: #9ca3af;
}

/* line 285, app/assets/stylesheets/theme/notification.scss */
.notification-data-info p {
  line-height: 20px;
  margin-bottom: 0;
  font-size: 14px;
}

/* line 293, app/assets/stylesheets/theme/notification.scss */
#loader {
  display: none !important;
}

/* line 296, app/assets/stylesheets/theme/notification.scss */
ul#latest_request .notification-new-list .notification-data-info {
  padding-left: 25px;
}

/* line 299, app/assets/stylesheets/theme/notification.scss */
ul.header-right-menus-wrp li a {
  color: #000;
  font-size: 16px;
}

/* line 303, app/assets/stylesheets/theme/notification.scss */
.view-all-notification {
  text-align: center;
  display: block;
  padding: 15px;
  border-top: 1px solid #ededed;
}

/* line 309, app/assets/stylesheets/theme/notification.scss */
button.btn.accept-btn {
  background: #e86c2f;
  color: #fff;
  padding: 3px 10px;
  font-size: 15px;
}

/* line 315, app/assets/stylesheets/theme/notification.scss */
button.btn.reject-btn {
  background: #e5e5e5;
  padding: 3px 10px;
  font-size: 15px;
}

/* line 320, app/assets/stylesheets/theme/notification.scss */
.btn.accept-btn.contract-btn {
  background: #e86c2f;
  color: #fff;
  padding: 3px 10px;
  font-size: 15px;
}

/* line 326, app/assets/stylesheets/theme/notification.scss */
.btn.reject-btn.rej-con-btn {
  background: #e5e5e5;
  padding: 3px 10px;
  font-size: 15px;
}
/*****************clients*******************/
/* line 5, app/assets/stylesheets/theme/our_clients.scss */
.carousel-wrap {
  margin: 3% auto 0;
  padding: 0 5%;
  width: 100%;
  position: relative;
}

/* line 14, app/assets/stylesheets/theme/our_clients.scss */
.carousel-wrap .owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

/* line 20, app/assets/stylesheets/theme/our_clients.scss */
section.clients-testimonial {
  padding: 3% 0;
}

/* line 23, app/assets/stylesheets/theme/our_clients.scss */
.what-our-client-say h4 {
  color: #3d3d3d;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1%;
}

/* line 31, app/assets/stylesheets/theme/our_clients.scss */
.what-our-client-say h4 span, .reviews-wrap h4 span {
  color: #065890;
}

/* line 34, app/assets/stylesheets/theme/our_clients.scss */
.what-our-client-say p {
  font-size: 14px;
  color: #7b7b7b;
  line-height: 24px;
  text-align: center;
  padding: 0 15%;
}

/* line 41, app/assets/stylesheets/theme/our_clients.scss */
.client-crousel-text {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
}

/* line 46, app/assets/stylesheets/theme/our_clients.scss */
.client-crousel-text p {
  font-size: 13px;
  color: #7b7b7b;
  position: relative;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  max-height: 160px;
  line-height: 26px;
  margin-bottom: 0;
}

/* line 59, app/assets/stylesheets/theme/our_clients.scss */
.client-crousel-text p:before {
  content: "";
  position: absolute;
  background: url(/../images/commas.webp) no-repeat;
  width: 60px;
  height: 60px;
  display: inline-block;
  right: -15px;
  bottom: -15px;
  display: none;
}

/* line 70, app/assets/stylesheets/theme/our_clients.scss */
.client-crousel-text p:after {
  content: '';
  position: absolute;
  left: 20%;
  bottom: -9px;
  border: 1px solid #ccc;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #fff;
  display: none;
}

/* line 84, app/assets/stylesheets/theme/our_clients.scss */
.inner-clinet-details img {
  width: 100px !important;
  height: 100px;
}

/* line 88, app/assets/stylesheets/theme/our_clients.scss */
.inner-clinet-details {
  display: flex;
  align-items: center;
}

/* line 92, app/assets/stylesheets/theme/our_clients.scss */
span.clinet-name {
  font-size: 20px;
  font-weight: 700;
}

/* line 96, app/assets/stylesheets/theme/our_clients.scss */
span.clinet-name {
  font-size: 20px;
  font-weight: 700;
}

/* line 100, app/assets/stylesheets/theme/our_clients.scss */
span.clinet-name a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #063c83;
  text-decoration: none;
}

/* line 107, app/assets/stylesheets/theme/our_clients.scss */
.client-crousel-text {
  margin: 0px 7px;
}

/* line 110, app/assets/stylesheets/theme/our_clients.scss */
.reviews-wrap img {
  width: 90%;
}

/* line 114, app/assets/stylesheets/theme/our_clients.scss */
.reviews-wrap h4 {
  color: #3d3d3d;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 3%;
}

/* line 121, app/assets/stylesheets/theme/our_clients.scss */
.reviews-wrap p {
  font-size: 14px;
  color: #7b7b7b;
}

/* line 125, app/assets/stylesheets/theme/our_clients.scss */
.reviews-wrap h6 {
  margin-top: 10%;
  font-size: 22px;
  font-weight: 700;
}

/* line 130, app/assets/stylesheets/theme/our_clients.scss */
img.client-rating-star {
  width: 100px;
}

/* line 133, app/assets/stylesheets/theme/our_clients.scss */
.row.client-reviews-wrp {
  justify-content: center;
  align-items: center;
}

/* line 137, app/assets/stylesheets/theme/our_clients.scss */
section.client-reviews {
  margin-bottom: 3%;
}

/* line 141, app/assets/stylesheets/theme/our_clients.scss */
section.clients-testimonial .owl-carousel .owl-item img {
  height: auto !important;
  border-bottom: none !important;
}

/* line 145, app/assets/stylesheets/theme/our_clients.scss */
section.clients-testimonial .owl-nav {
  display: none;
}

/* line 148, app/assets/stylesheets/theme/our_clients.scss */
.owl-dots {
  display: none;
}

/* line 151, app/assets/stylesheets/theme/our_clients.scss */
table.table.table-bordered.table-collapse-wrap thead th {
  background: #065890;
  color: #fff;
}

/* line 155, app/assets/stylesheets/theme/our_clients.scss */
table.table.table-bordered.table-collapse-wrap tr:nth-child(odd) {
  background-color: #f1f2fd;
}

/* line 158, app/assets/stylesheets/theme/our_clients.scss */
.table-bordered th, .table-bordered td {
  font-size: 14px;
}

/* line 161, app/assets/stylesheets/theme/our_clients.scss */
table.table.table-bordered.table-collapse-wrap tr:nth-child(even) {
  background-color: #fdfdfd;
}

/* line 165, app/assets/stylesheets/theme/our_clients.scss */
.contact-feilds-data .form-group input[type="checkbox"] {
  width: inherit;
  height: inherit;
  padding: inherit;
  font-size: inherit;
  border-radius: inherit;
  border: inherit;
  background-color: transparent;
}

@media (max-width: 991px) {
  /* line 175, app/assets/stylesheets/theme/our_clients.scss */
  .what-our-client-say h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  /* line 179, app/assets/stylesheets/theme/our_clients.scss */
  .what-our-client-say p {
    padding: 0;
  }
  /* line 183, app/assets/stylesheets/theme/our_clients.scss */
  .reviews-wrap h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  /* line 189, app/assets/stylesheets/theme/our_clients.scss */
  .reviews-wrap {
    margin-bottom: 25px;
    text-align: center;
  }
  /* line 193, app/assets/stylesheets/theme/our_clients.scss */
  .servive-page-banner h1 {
    font-size: 22px;
  }
  /* line 197, app/assets/stylesheets/theme/our_clients.scss */
  .reviews-wrap h6 {
    margin-top: 4%;
  }
  /* line 200, app/assets/stylesheets/theme/our_clients.scss */
  .table-collapse-wrap {
    border: 0;
  }
  /* line 203, app/assets/stylesheets/theme/our_clients.scss */
  .table-collapse-wrap thead {
    display: none;
  }
  /* line 206, app/assets/stylesheets/theme/our_clients.scss */
  .table-collapse-wrap tbody tr {
    margin-bottom: 10px;
    display: block;
    border: 1px solid #d7dafd;
    background: white;
  }
  /* line 212, app/assets/stylesheets/theme/our_clients.scss */
  .table-collapse-wrap tbody th, .table-collapse-wrap tbody td {
    display: block;
  }
  /* line 215, app/assets/stylesheets/theme/our_clients.scss */
  .table-collapse-wrap tbody td {
    text-align: right;
    font-size: 13px;
    border-top: 0 !important;
    border-left: 0;
    border-right: 0;
  }
  /* line 222, app/assets/stylesheets/theme/our_clients.scss */
  .table-collapse-wrap tbody td:last-child {
    border-bottom: 0;
  }
  /* line 225, app/assets/stylesheets/theme/our_clients.scss */
  .table-collapse-wrap tbody td:before {
    content: attr(data-label);
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #065890;
  }
  /* line 233, app/assets/stylesheets/theme/our_clients.scss */
  .table-collapse-wrap .block-column {
    text-align: left;
  }
  /* line 236, app/assets/stylesheets/theme/our_clients.scss */
  .table-collapse-wrap .block-column:before {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

@media (max-width: 576px) {
  /* line 244, app/assets/stylesheets/theme/our_clients.scss */
  .what-our-client-say h4 {
    font-size: 20px;
    margin-bottom: 2%;
  }
  /* line 248, app/assets/stylesheets/theme/our_clients.scss */
  .what-our-client-say h4 br {
    display: none;
  }
  /* line 251, app/assets/stylesheets/theme/our_clients.scss */
  .what-our-client-say p, .reviews-wrap p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  /* line 257, app/assets/stylesheets/theme/our_clients.scss */
  .what-our-client-say h4 {
    font-size: 16px;
    padding-top: 15px;
  }
  /* line 261, app/assets/stylesheets/theme/our_clients.scss */
  span.clinet-name {
    font-size: 16px;
  }
}
/* line 1, app/assets/stylesheets/theme/profile.scss */
.filterDiv {
  color: #000;
  width: 100%;
  margin: 2px;
  display: none;
  margin-top: 6%;
}

/* line 8, app/assets/stylesheets/theme/profile.scss */
.show {
  display: block;
}

/* line 11, app/assets/stylesheets/theme/profile.scss */
.profile-basic-info form label.feilds-name {
  font-size: 16px;
  text-transform: capitalize;
  color: #9f9f9f;
  font-weight: 400;
  word-break: break-all;
}

/* line 18, app/assets/stylesheets/theme/profile.scss */
.profile-page {
  flex: 1;
}

/* line 21, app/assets/stylesheets/theme/profile.scss */
.profile-page .container {
  max-width: 1400px !important;
  padding: 2% 0;
  width: 100%;
}

/* line 27, app/assets/stylesheets/theme/profile.scss */
.profile-data {
  display: inline-flex;
  width: 100%;
  margin: 0px auto;
  justify-content: center;
}

/* line 33, app/assets/stylesheets/theme/profile.scss */
div#myBtnContainer button {
  width: 180px;
  padding: 6px;
  text-align: center;
  font-size: 17px;
  color: #8f8e8e;
  font-weight: 600;
  border-bottom: 4px solid  transparent;
  border: none;
}

/* line 43, app/assets/stylesheets/theme/profile.scss */
div#myBtnContainer {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #b2b2b2;
  padding: 2% 5% 0;
  justify-content: space-between;
}

/* line 50, app/assets/stylesheets/theme/profile.scss */
div#myBtnContainer button.btn.active {
  border-bottom: 4px solid #262262;
  border-radius: 0;
  color: #000;
}

/* line 55, app/assets/stylesheets/theme/profile.scss */
.profile_picture-img {
  margin-top: 20px;
}

/* line 58, app/assets/stylesheets/theme/profile.scss */
div#myBtnContainer button:focus, div#myBtnContainer .btn:focus {
  outline: none;
  box-shadow: none;
}

/* line 62, app/assets/stylesheets/theme/profile.scss */
.profile-wrap {
  background: #e7e7e7;
  height: 100%;
  min-height: 550px;
  padding: 50px;
}

/* line 68, app/assets/stylesheets/theme/profile.scss */
.profile-wrap h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

/* line 72, app/assets/stylesheets/theme/profile.scss */
.profile-data-table table, .profile-data-table table tbody {
  width: 100%;
  margin-bottom: 25px;
}

/* line 76, app/assets/stylesheets/theme/profile.scss */
.profile-data-table table tbody tr {
  width: 100%;
  border-bottom: none;
}

/* line 80, app/assets/stylesheets/theme/profile.scss */
.profile-data-table table tbody tr td {
  width: auto;
  /* border: 1px solid #eeeded;*/
  padding: 10px;
  background: #fff;
  font-size: 15px;
}

/* line 87, app/assets/stylesheets/theme/profile.scss */
.services-list table tbody tr td {
  line-height: 18px;
  text-align: left;
  padding: 20px;
}

/* line 93, app/assets/stylesheets/theme/profile.scss */
.services-list table tbody tr td a {
  color: #949393;
  font-size: 16px;
  text-decoration: none;
}

/* line 98, app/assets/stylesheets/theme/profile.scss */
img.cancel-img {
  float: right;
}

/* line 101, app/assets/stylesheets/theme/profile.scss */
.profile-basic-info img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

/* line 106, app/assets/stylesheets/theme/profile.scss */
a.edit-img {
  color: #0f8d27;
  font-size: 15px;
  font-weight: bold;
  margin: 0px 5%;
  text-decoration: none;
}

/* line 113, app/assets/stylesheets/theme/profile.scss */
a.remove-img {
  color: #e71441;
  font-size: 15px;
  font-weight: bold;
  margin: 0px 5%;
  text-decoration: none;
}

/* line 121, app/assets/stylesheets/theme/profile.scss */
.head-h4 {
  color: #424242;
  font-size: 20px;
  font-weight: bold;
}

/* line 126, app/assets/stylesheets/theme/profile.scss */
.profile-basic-info form label {
  display: block;
  color: #3b3b3b;
  font-size: 18px;
  text-transform: capitalize;
  line-height: normal;
}

/* line 134, app/assets/stylesheets/theme/profile.scss */
.profile-basic-info form input, .profile-basic-info form textarea {
  border: none;
  line-height: normal;
  resize: none;
  width: 100%;
  color: #9f9f9f;
  font-size: 14px;
  font-weight: 400;
}

/* line 144, app/assets/stylesheets/theme/profile.scss */
.profile-basic-info form input:focus, .profile-basic-info form textarea:focus {
  outline: none;
  box-shadow: none;
}

/* line 149, app/assets/stylesheets/theme/profile.scss */
.profile-basic-info form input::placeholder, .profile-basic-info form textarea::placeholder {
  color: #9f9f9f;
}

/* line 152, app/assets/stylesheets/theme/profile.scss */
.update-btn {
  margin-top: 1%;
  width: 100%;
  padding-bottom: 25px;
  margin: 0px auto;
  text-align: center;
}

/* line 159, app/assets/stylesheets/theme/profile.scss */
.update-btn a {
  background: #8689ff;
  width: 100%;
  display: inline-block;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

/* line 170, app/assets/stylesheets/theme/profile.scss */
.profile-data-show-wrap {
  text-align: center;
}

/* line 173, app/assets/stylesheets/theme/profile.scss */
.profile-data-show-wrap h4 {
  font-size: 20px;
  color: #202020;
}

/* line 177, app/assets/stylesheets/theme/profile.scss */
.profile-data-show-wrap .designation {
  color: #b2b1b1;
  font-size: 16px;
}

/* line 181, app/assets/stylesheets/theme/profile.scss */
.profile-user-data figure img.user-pf {
  border-radius: 50%;
  height: 115px;
  width: 120px;
}

/* line 186, app/assets/stylesheets/theme/profile.scss */
.profile-subscription-link {
  padding: 9% 0;
}

/* line 189, app/assets/stylesheets/theme/profile.scss */
.profile-subscription-link a {
  font-size: 18px;
  color: #1420b9;
  font-weight: 600;
}

/* line 194, app/assets/stylesheets/theme/profile.scss */
.basic-edit-profile {
  justify-content: space-between;
  display: flex;
  width: 100%;
}

/* line 199, app/assets/stylesheets/theme/profile.scss */
.head-h4.edit-pf {
  color: #e86c2e;
  text-align: end;
}

/* line 204, app/assets/stylesheets/theme/profile.scss */
.theme_btn {
  background: #e86c2e;
  width: 150px;
  margin: 0px auto;
  display: inline-block;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  border-radius: 0px;
}

/* line 218, app/assets/stylesheets/theme/profile.scss */
.theme_btn:hover {
  color: #ff6c39;
  border: 2px solid #ff6c39;
  background: transparent;
}

/* line 223, app/assets/stylesheets/theme/profile.scss */
.profile-wrap.profile-st {
  padding: 25px;
}

/* line 226, app/assets/stylesheets/theme/profile.scss */
.upload {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #0f8d27;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

/* line 238, app/assets/stylesheets/theme/profile.scss */
.image-up {
  padding: 8px 15px;
  font-size: 13px;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

/* line 245, app/assets/stylesheets/theme/profile.scss */
.team-not-found {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* line 252, app/assets/stylesheets/theme/profile.scss */
.Provider-not-found {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* line 260, app/assets/stylesheets/theme/profile.scss */
.team-not-found h4, .Provider-not-found h4 {
  font-size: 30px;
}

/* line 263, app/assets/stylesheets/theme/profile.scss */
.team-not-found a, .Provider-not-found a {
  font-size: 20px;
  margin-top: 6%;
}

/* line 267, app/assets/stylesheets/theme/profile.scss */
.team-not-found img, .Provider-not-found img {
  width: 20%;
}

/* line 270, app/assets/stylesheets/theme/profile.scss */
div#newTeamModal .team_content {
  padding: 20px;
}

/* line 273, app/assets/stylesheets/theme/profile.scss */
.ed-profile-new a {
  color: #fff;
  font-size: 16px;
  background: #065890;
  padding: 3px 6px;
}

/* line 279, app/assets/stylesheets/theme/profile.scss */
.profile-user-data {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #cdcdcd;
}

/* line 284, app/assets/stylesheets/theme/profile.scss */
tr.team-members.team-nm .profile-basic-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 289, app/assets/stylesheets/theme/profile.scss */
tr.team-members.team-nm .profile-basic-info input {
  border: none;
  color: #5d5d5d;
  font-size: 15px;
}

/********************change password******************/
/* line 295, app/assets/stylesheets/theme/profile.scss */
.filterDiv.change-password-tab input.form-control {
  height: 60px;
  margin-bottom: 20px;
}

/* line 299, app/assets/stylesheets/theme/profile.scss */
.filterDiv.change-password-tab h2 {
  margin-bottom: 12px;
}

/* line 302, app/assets/stylesheets/theme/profile.scss */
.filterDiv.change-password-tab button.btn.login-bttn.change-pass {
  max-width: 300px;
}

/*****************************service provider css************/
/* line 307, app/assets/stylesheets/theme/profile.scss */
img.service-provider-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

/* line 312, app/assets/stylesheets/theme/profile.scss */
#name-items {
  display: flex;
  justify-content: space-between;
}

/* line 316, app/assets/stylesheets/theme/profile.scss */
.fa-check-circle:before {
  content: "\f058";
  padding-right: 4px;
}

/* line 320, app/assets/stylesheets/theme/profile.scss */
.service-provider-right-text p {
  margin-bottom: 7px;
  font-size: 15px;
  color: #6f6f6f;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* line 332, app/assets/stylesheets/theme/profile.scss */
.profile-service-provider {
  background: #f1f1f1;
  padding: 20px;
  border-radius: 0;
  margin-bottom: 25px;
  height: 100%;
}

/* line 339, app/assets/stylesheets/theme/profile.scss */
.equal-height {
  display: flex;
  flex-direction: column;
}

/* line 343, app/assets/stylesheets/theme/profile.scss */
.service-provider-right-text h6 {
  font-size: 17px;
  font-weight: 600;
  color: #6d6969;
}

/* line 348, app/assets/stylesheets/theme/profile.scss */
a#register-provider {
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #0d2a58;
  max-width: 100%;
  margin: 0px auto;
}

/* line 356, app/assets/stylesheets/theme/profile.scss */
.form-field .feilds-name {
  display: block;
  border: none;
  color: #5d5d5d;
  font-size: 14px;
  width: 100%;
  resize: none;
}

/* line 364, app/assets/stylesheets/theme/profile.scss */
.form-field .feilds-name:focus {
  outline: none;
}

/*********************modal Provider css*************************/
/* line 368, app/assets/stylesheets/theme/profile.scss */
.hide_upload {
  display: none;
}

/* line 371, app/assets/stylesheets/theme/profile.scss */
div#newProviderModal .modal-dialog.modal-dialog-centered, div#editProviderModal .modal-dialog.modal-dialog-centered {
  width: 100%;
  max-width: 800px;
}

/* line 375, app/assets/stylesheets/theme/profile.scss */
div#newProviderModal .profile_picture-img img, div#editProviderModal .profile_picture-img img {
  max-width: 100%;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

/* line 381, app/assets/stylesheets/theme/profile.scss */
div#newProviderModal .profile_picture-img, div#editProviderModal .profile_picture-img {
  text-align: center;
}

/* line 384, app/assets/stylesheets/theme/profile.scss */
div#newProviderModal .profile_content, div#editProviderModal .profile_content {
  padding: 20px;
}

/* line 387, app/assets/stylesheets/theme/profile.scss */
div#newProviderModal .profile-upload-orremove, div#editProviderModal .profile-upload-orremove {
  text-align: center;
}

/* line 390, app/assets/stylesheets/theme/profile.scss */
div#newProviderModal .profile-upload-orremove input#provider-files, div#editProviderModal .profile-upload-orremove input#provider-files {
  width: 300px;
  margin: 20px auto;
}

/* line 394, app/assets/stylesheets/theme/profile.scss */
div#newProviderModal .profile-upload-orremove .theme_btn, div#editProviderModal .profile-upload-orremove .theme_btn {
  width: 100%;
  max-width: 100px;
}

/* line 398, app/assets/stylesheets/theme/profile.scss */
div#newProviderModal .profile_content .form-group label, div#editProviderModal .profile_content .form-group label {
  font-size: 16px;
  line-height: 20px;
}

/* line 402, app/assets/stylesheets/theme/profile.scss */
div#newProviderModal .profile_content .form-group, div#editProviderModal .profile_content .form-group {
  margin-bottom: 20px;
}

/* line 405, app/assets/stylesheets/theme/profile.scss */
div#newProviderModal .profile_content .form-group input, div#editProviderModal .profile_content .form-group input {
  height: 45px;
  border-radius: 0;
}

/* line 409, app/assets/stylesheets/theme/profile.scss */
div#newProviderModal .profile_content .form-group input::placeholder, div#editProviderModal .profile_content .form-group input::placeholder {
  font-size: 14px;
}

/* line 412, app/assets/stylesheets/theme/profile.scss */
div#select_programs span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

/* line 415, app/assets/stylesheets/theme/profile.scss */
div#select_programs span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--single {
  height: 48px;
  border-radius: 0;
  border: 1px solid #ced4da;
}

/* line 420, app/assets/stylesheets/theme/profile.scss */
div#select_programs .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
}

/* line 424, app/assets/stylesheets/theme/profile.scss */
div#select_programs .select2-container--default .select2-selection--single .select2-selection__placeholder {
  line-height: 46px;
}

/* line 427, app/assets/stylesheets/theme/profile.scss */
div#newProviderModal .modal-header {
  background: transparent;
  color: #000000;
}

/* line 431, app/assets/stylesheets/theme/profile.scss */
.current-service-provider {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
}

/* line 436, app/assets/stylesheets/theme/profile.scss */
.current-service-provider .service-card-detail {
  box-shadow: 0px 0px 18px #8689ff;
}

/******************end*******************/
/*********************************team css************************************/
/* line 442, app/assets/stylesheets/theme/profile.scss */
.forms.team-data-show h5.team-heading {
  display: block;
  color: #3b3b3b;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
}

/* line 450, app/assets/stylesheets/theme/profile.scss */
.forms.team-data-show label {
  text-transform: capitalize;
  color: #5d5d5d;
  font-weight: 400;
  width: 100%;
  margin-left: 10px;
  padding: 5px;
}

/* line 458, app/assets/stylesheets/theme/profile.scss */
div#service-name {
  display: flex;
  justify-content: space-between;
}

/* line 462, app/assets/stylesheets/theme/profile.scss */
div#service-name {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
  background: #f8f8fb;
  padding: 10px;
  align-items: center;
}

/* line 470, app/assets/stylesheets/theme/profile.scss */
div#add-member-button a.btn.theme_btn.transparent, div#service-name a.btn.theme_btn.transparent {
  width: auto;
}

/* line 473, app/assets/stylesheets/theme/profile.scss */
.forms.team-data-show input {
  width: 500px;
}

/******************************application tab***********************/
/* line 477, app/assets/stylesheets/theme/profile.scss */
img.mobile_app-img {
  width: 70%;
}

/* line 480, app/assets/stylesheets/theme/profile.scss */
.mobile-application-app h5 {
  color: #424242;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 25px;
  letter-spacing: 1.3px;
}

/* line 487, app/assets/stylesheets/theme/profile.scss */
.mobile-application-app p {
  font-size: 14px;
  color: #737373;
  font-weight: 400;
  padding-right: 20%;
  line-height: 30px;
}

/* line 494, app/assets/stylesheets/theme/profile.scss */
.mobile-application-app {
  padding-top: 4%;
}

/* line 497, app/assets/stylesheets/theme/profile.scss */
.mobile-app-demo-img {
  margin-top: 5%;
}

/* line 500, app/assets/stylesheets/theme/profile.scss */
.mobile-app-demo-img img {
  width: 200px;
}

/* line 503, app/assets/stylesheets/theme/profile.scss */
.mobile-app-demo-img span {
  display: block;
  margin-bottom: 20px;
  color: #737373;
  font-size: 16px;
}

/* line 509, app/assets/stylesheets/theme/profile.scss */
.profile-data-table {
  padding: 0 3%;
  padding-bottom: 3%;
  display: grid;
}

/************************subscribe css**************************/
/* line 515, app/assets/stylesheets/theme/profile.scss */
.subscription-modal-box {
  padding: 20px;
  margin: 20px;
  border-radius: 20px;
  box-shadow: 0 0px 3px #065890;
}

/* line 521, app/assets/stylesheets/theme/profile.scss */
.subscribe-radio-bttn {
  display: flex;
  align-items: baseline;
}

/* line 525, app/assets/stylesheets/theme/profile.scss */
.subscribe-radio-bttn input.with-gap {
  margin-right: 10px;
}

/* line 528, app/assets/stylesheets/theme/profile.scss */
.subscribe-radio-bttn h3 {
  text-transform: capitalize;
  font-size: 20px;
  line-height: normal;
  vertical-align: middle;
}

/* line 534, app/assets/stylesheets/theme/profile.scss */
a#subscribe-now {
  margin-bottom: 30px;
  max-width: 100%;
}

/* line 538, app/assets/stylesheets/theme/profile.scss */
.subscribe-bt {
  text-align: center;
  margin: 0px 20px;
}

/* line 542, app/assets/stylesheets/theme/profile.scss */
.filterDiv.change-password-tab.show button.btn.login-bttn.change-pass {
  background: #065890;
}

/* line 545, app/assets/stylesheets/theme/profile.scss */
button.theme_btn:focus {
  outline: none;
}

/* line 548, app/assets/stylesheets/theme/profile.scss */
tr.team-members.team-nm .profile-basic-info input:focus {
  outline: none;
}

/* line 551, app/assets/stylesheets/theme/profile.scss */
.profile-about-right-new {
  background-color: #FFFFFF;
  min-height: 650px;
}

/* line 555, app/assets/stylesheets/theme/profile.scss */
.profile-about-right-new.show-profile {
  padding: 20px;
}

/* line 558, app/assets/stylesheets/theme/profile.scss */
.fa.fa-check-circle.verified {
  color: #4f832e;
  margin-left: 30px;
  font-size: small;
}

/***************************18-11-20************************/
/* line 564, app/assets/stylesheets/theme/profile.scss */
.ed-profile-new {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

/* line 570, app/assets/stylesheets/theme/profile.scss */
.edit-remove {
  background: #e86c2e;
  padding: 6px 10px;
  color: #fff;
  margin: 0 2px;
  font-size: 18px;
  width: 100%;
  max-width: 150px;
  border-radius: 0;
}

/* line 580, app/assets/stylesheets/theme/profile.scss */
.edit-remove.rv {
  padding: 5px 10px;
  background: #aaa;
  width: 100%;
  max-width: 150px;
  border-radius: 0;
  color: black;
}

/* line 588, app/assets/stylesheets/theme/profile.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px !important;
}

/* line 591, app/assets/stylesheets/theme/profile.scss */
.profile-client-modal {
  padding: 20px;
}

/* line 594, app/assets/stylesheets/theme/profile.scss */
.profile-client-modal img {
  border-radius: 50px;
  margin-right: 10px;
  width: 35px;
  height: 35px;
}

/* line 600, app/assets/stylesheets/theme/profile.scss */
.profile-client-wrap {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0px;
}

/* line 606, app/assets/stylesheets/theme/profile.scss */
div#clientsModal #sorry {
  text-align: center;
  padding: 30px 10px;
  font-size: 20px;
  margin-bottom: 0;
}

/* line 612, app/assets/stylesheets/theme/profile.scss */
.profile-client-modal button.btn-primary {
  background: #065890;
  border: 1px solid #065890;
  float: right;
  margin-top: 2%;
  border-radius: 3px;
}

/* line 619, app/assets/stylesheets/theme/profile.scss */
.profile-user-data-img {
  float: left;
}

/* line 622, app/assets/stylesheets/theme/profile.scss */
.profile-user-data-img {
  float: left;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

/* line 628, app/assets/stylesheets/theme/profile.scss */
.profile-user-data-img p {
  margin-bottom: 0;
}

/* line 631, app/assets/stylesheets/theme/profile.scss */
div#clientsModal {
  padding-right: 0 !important;
}

/* line 634, app/assets/stylesheets/theme/profile.scss */
div#service-name button.btn-primary, button.hire, button#refer, a.hire {
  background: #e86c2e;
  border: 1px solid #e86c2e;
  padding: 8px;
  border-radius: 0px;
  color: #FFFFFF;
}

/* line 641, app/assets/stylesheets/theme/profile.scss */
.client-order-wrap {
  flex: 1;
}

/* line 645, app/assets/stylesheets/theme/profile.scss */
.hired-client-tab-pane {
  padding: 20px;
}

/************************responsive css*****************/
@media (max-width: 1600px) {
  /* line 650, app/assets/stylesheets/theme/profile.scss */
  .profile-page .container {
    width: 100%;
    max-width: 100% !important;
    padding: 15px;
  }
  /* line 656, app/assets/stylesheets/theme/profile.scss */
  div#myBtnContainer button {
    font-size: 15px;
  }
  /* line 659, app/assets/stylesheets/theme/profile.scss */
  img.service-provider-img {
    width: 60px;
    height: 60px;
  }
  /* line 663, app/assets/stylesheets/theme/profile.scss */
  div#service-name {
    display: inline-block;
    text-align: center;
    margin: 8px 8px;
  }
  /* line 668, app/assets/stylesheets/theme/profile.scss */
  .forms.team-data-show label {
    max-width: 100%;
  }
  /* line 672, app/assets/stylesheets/theme/profile.scss */
  .service-team-member-responsive {
    column-count: 2;
  }
  /* line 675, app/assets/stylesheets/theme/profile.scss */
  div#service-name a.btn.theme_btn.transparent {
    width: 160px;
  }
}

@media (max-width: 1199px) {
  /* line 681, app/assets/stylesheets/theme/profile.scss */
  div#myBtnContainer button {
    font-size: 15px;
  }
  /* line 684, app/assets/stylesheets/theme/profile.scss */
  .mobile-application-app p {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  /* line 691, app/assets/stylesheets/theme/profile.scss */
  div#myBtnContainer button {
    margin: 0;
    font-size: 13px;
  }
  /* line 695, app/assets/stylesheets/theme/profile.scss */
  .services-list {
    margin-top: 20px;
  }
  /* line 698, app/assets/stylesheets/theme/profile.scss */
  .profile-left-table {
    padding-right: 15px;
  }
  /* line 702, app/assets/stylesheets/theme/profile.scss */
  .profile-service-provider {
    text-align: center;
  }
  /* line 706, app/assets/stylesheets/theme/profile.scss */
  img.mobile_app-img {
    width: 100%;
  }
  /* line 709, app/assets/stylesheets/theme/profile.scss */
  .profile-data-show-wrap {
    margin-bottom: 20px;
  }
  /* line 713, app/assets/stylesheets/theme/profile.scss */
  div#newProviderModal, div#newTeamModal {
    padding-right: 0 !important;
  }
  /* line 716, app/assets/stylesheets/theme/profile.scss */
  .profile-user-data figure {
    height: auto;
  }
  /* line 720, app/assets/stylesheets/theme/profile.scss */
  .profile-user-data figure img.user-pf {
    width: auto;
  }
  /* line 723, app/assets/stylesheets/theme/profile.scss */
  .forms.team-data-show input {
    width: 250px;
  }
}

@media (max-width: 767px) {
  /* line 729, app/assets/stylesheets/theme/profile.scss */
  div#myBtnContainer button {
    font-size: 15px;
    margin: 0;
  }
  /* line 734, app/assets/stylesheets/theme/profile.scss */
  #name-items {
    display: block;
  }
  /* line 737, app/assets/stylesheets/theme/profile.scss */
  .fa.fa-check-circle.verified {
    margin-left: 0px;
  }
  /* line 740, app/assets/stylesheets/theme/profile.scss */
  .services-list {
    margin-top: 5%;
  }
  /* line 743, app/assets/stylesheets/theme/profile.scss */
  .basic-edit-profile {
    padding: 25px;
  }
  /* line 746, app/assets/stylesheets/theme/profile.scss */
  .services-list table tbody tr, .profile-data-table .services-list table tbody tr td {
    width: 100%;
    display: inline-block;
  }
  /* line 751, app/assets/stylesheets/theme/profile.scss */
  img.mobile_app-img {
    width: 100%;
  }
  /* line 754, app/assets/stylesheets/theme/profile.scss */
  .service-team-member-responsive {
    column-count: 1;
  }
  /* line 757, app/assets/stylesheets/theme/profile.scss */
  .mobile-application-app h5 {
    font-size: 26px;
  }
  /* line 761, app/assets/stylesheets/theme/profile.scss */
  .service-team-member-responsive {
    column-count: 1;
    display: block;
  }
  /* line 765, app/assets/stylesheets/theme/profile.scss */
  .filterDiv.change-password-tab.show h2 {
    font-size: 23px;
  }
  /* line 768, app/assets/stylesheets/theme/profile.scss */
  div#newProviderModal, div#newTeamModal, div#editProviderModal {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* line 772, app/assets/stylesheets/theme/profile.scss */
  div#newProviderModal .modal-dialog, div#editProviderModal .modal-dialog {
    margin: 0 !important;
    margin-top: 10px !important;
  }
  /* line 777, app/assets/stylesheets/theme/profile.scss */
  .profile-wrap {
    padding: 20px;
  }
  /* line 780, app/assets/stylesheets/theme/profile.scss */
  .servive-page-banner {
    height: 300px;
  }
  /* line 783, app/assets/stylesheets/theme/profile.scss */
  .profile-about-right-new.show-profile {
    padding: 0px;
  }
  /* line 786, app/assets/stylesheets/theme/profile.scss */
  .servive-page-banner h1 {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    margin-bottom: 0px;
    text-align: center;
    padding: 0px 20px;
    background: #0d2a58b3;
    color: #fff !important;
    padding: 20px;
  }
}

@media (max-width: 480px) {
  /* line 802, app/assets/stylesheets/theme/profile.scss */
  .profile-data-table table tbody tr td {
    display: block;
    width: 100%;
  }
  /* line 806, app/assets/stylesheets/theme/profile.scss */
  .profile-data-table table tbody tr {
    display: block;
  }
  /* line 810, app/assets/stylesheets/theme/profile.scss */
  div#myBtnContainer button {
    width: 100%;
    display: block;
    font-size: 13px;
    text-align: left;
  }
  /* line 816, app/assets/stylesheets/theme/profile.scss */
  .filterDiv.change-password-tab.show h2 {
    font-size: 18px;
  }
  /* line 819, app/assets/stylesheets/theme/profile.scss */
  div#service-name {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    line-height: 26px;
  }
  /* line 826, app/assets/stylesheets/theme/profile.scss */
  tr.team-members.team-nm .profile-basic-info {
    display: block;
  }
  /* line 830, app/assets/stylesheets/theme/profile.scss */
  .mobile-app-demo-img img {
    width: 110px;
  }
  /* line 833, app/assets/stylesheets/theme/profile.scss */
  h5#newProviderModalTitle {
    font-size: 16px;
  }
  /* line 836, app/assets/stylesheets/theme/profile.scss */
  .team-not-found h4, .Provider-not-found h4 {
    font-size: 20px;
  }
  /* line 839, app/assets/stylesheets/theme/profile.scss */
  .mobile-application-app h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* line 843, app/assets/stylesheets/theme/profile.scss */
  .profile-user-data figure img.user-pf {
    width: 40%;
    height: auto;
  }
  /* line 848, app/assets/stylesheets/theme/profile.scss */
  .profile-data-table table, .profile-data-table table tbody {
    display: inline-block;
  }
  /* line 851, app/assets/stylesheets/theme/profile.scss */
  div#add-member-button {
    text-align: right;
  }
  /* line 854, app/assets/stylesheets/theme/profile.scss */
  .head-h4, a#register-provider {
    font-size: 16px !important;
  }
  /* line 858, app/assets/stylesheets/theme/profile.scss */
  .profile-basic-info form label {
    font-size: 13px;
  }
  /* line 861, app/assets/stylesheets/theme/profile.scss */
  .profile-data-show-wrap h4 {
    font-size: 16px;
    padding-top: 0;
  }
  /* line 865, app/assets/stylesheets/theme/profile.scss */
  .profile-data-show-wrap .designation {
    font-size: 14px;
    margin-top: 1%;
  }
  /* line 869, app/assets/stylesheets/theme/profile.scss */
  .service-provider-right-text h6 {
    font-size: 16px;
    padding-top: 5px;
  }
  /* line 873, app/assets/stylesheets/theme/profile.scss */
  a.view-details, .forms.team-data-show label, div#service-name button.btn-primary, button.hire, button#refer, .forms.team-data-show h5.team-heading {
    font-size: 14px;
  }
  /* line 876, app/assets/stylesheets/theme/profile.scss */
  .filterDiv.change-password-tab input.form-control {
    height: 45px;
    margin-bottom: 15px;
  }
  /* line 880, app/assets/stylesheets/theme/profile.scss */
  .filterDiv.change-password-tab input::placeholder {
    font-size: 14px;
  }
  /* line 883, app/assets/stylesheets/theme/profile.scss */
  .service-provider-right-text p {
    margin-bottom: 0;
  }
  /* line 886, app/assets/stylesheets/theme/profile.scss */
  .profile-wrap {
    padding: 15px;
  }
  /* line 889, app/assets/stylesheets/theme/profile.scss */
  .profile-wrap.dashboard-work-client.job-design-wrap div#myBtnContainer button {
    padding: 6px 1px;
    text-align: center;
  }
  /* line 893, app/assets/stylesheets/theme/profile.scss */
  .profile-wrap.dashboard-work-client {
    min-height: 300px;
    margin-top: 40px;
    padding: 20px;
  }
  /* line 898, app/assets/stylesheets/theme/profile.scss */
  .profile-wrap.dashboard-work-client div#myBtnContainer button {
    text-align: center;
  }
}

/* line 903, app/assets/stylesheets/theme/profile.scss */
table.table.table-bordered.table-collapse-wrap thead th {
  background-color: #e86c2e !important;
}

/* line 907, app/assets/stylesheets/theme/profile.scss */
table.table.table-bordered.table-collapse-wrap tr:nth-child(2n+1) {
  background-color: #fff6f3 !important;
}

/* line 910, app/assets/stylesheets/theme/profile.scss */
.table-bordered th, .table-bordered td, table tr, .table-bordered {
  border: none;
}

/* line 913, app/assets/stylesheets/theme/profile.scss */
.profile-client-modal button.btn-primary {
  background-color: #e86c2e !important;
  border: none;
}
/* line 1, app/assets/stylesheets/theme/providers.scss */
section.services-provider {
  background: #efefef;
  padding: 4% 0;
}

/* line 5, app/assets/stylesheets/theme/providers.scss */
.services-provider-rating .side a {
  color: #727272;
  background-color: transparent;
}

/* line 9, app/assets/stylesheets/theme/providers.scss */
.head-h3 {
  font-size: 36px;
  color: #065890;
  font-weight: 700;
  margin-bottom: 22px;
  text-align: center;
}

/* line 16, app/assets/stylesheets/theme/providers.scss */
.services-card .form-group.has-search {
  position: relative;
}

/* line 19, app/assets/stylesheets/theme/providers.scss */
.services-card .form-group.has-search span.service-search {
  position: absolute;
  right: 15px;
  top: 11px;
  width: 20px;
}

/* line 25, app/assets/stylesheets/theme/providers.scss */
span.service-search.provider-search-search {
  left: 8px;
  right: unset;
  top: 14px !important;
  color: #999999;
}

/* line 31, app/assets/stylesheets/theme/providers.scss */
input#provider_field {
  padding-left: 30px;
  font-size: 15px;
}

/* line 35, app/assets/stylesheets/theme/providers.scss */
.services-card .form-group.has-search span.service-search img {
  width: 20px;
}

/* line 38, app/assets/stylesheets/theme/providers.scss */
.services-card .form-group.has-search input {
  height: 53px;
  border-radius: 0;
  border: 1px solid #c3bcbc;
}

/* line 43, app/assets/stylesheets/theme/providers.scss */
.services-filter {
  border: 1px solid #c3bcbc;
  background: #fff;
}

/* line 47, app/assets/stylesheets/theme/providers.scss */
.filter-head {
  color: #000;
  font-size: 18px;
  position: relative;
  padding: 15px 20px;
  border-bottom: 1px solid #c3bcbc;
}

/* line 54, app/assets/stylesheets/theme/providers.scss */
.service-card-detail {
  background: #fff;
  border-radius: 0px;
  position: relative;
  height: 100%;
}

/* line 60, app/assets/stylesheets/theme/providers.scss */
.service-card-detail img {
  width: 100%;
}

/* line 63, app/assets/stylesheets/theme/providers.scss */
.services-items-icons span img {
  width: 15px;
  margin-right: 10px;
}

/* line 67, app/assets/stylesheets/theme/providers.scss */
.services-items-icons .title {
  display: none;
}

/* line 70, app/assets/stylesheets/theme/providers.scss */
.services-provider-list {
  padding: 15px 20px;
  border-bottom: 1px dashed #d2d7da;
}

/* line 74, app/assets/stylesheets/theme/providers.scss */
.services-items-icons .provider-name-bold {
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* line 85, app/assets/stylesheets/theme/providers.scss */
.agreements-btn {
  width: 150px;
}

/* line 88, app/assets/stylesheets/theme/providers.scss */
.services-items-icons span {
  font-size: 15px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  line-height: 18px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  color: #727272;
}

/* line 100, app/assets/stylesheets/theme/providers.scss */
span.provider-service-address {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-transform: lowercase;
}

/* line 108, app/assets/stylesheets/theme/providers.scss */
span.provider-service-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-transform: lowercase;
}

/* line 116, app/assets/stylesheets/theme/providers.scss */
.services-items-icons.name-items {
  display: flex;
  justify-content: space-between;
}

/* line 120, app/assets/stylesheets/theme/providers.scss */
.fa-check-circle:before {
  content: "\f058";
  padding-right: 4px;
}

/* line 124, app/assets/stylesheets/theme/providers.scss */
span.subscribe-now-btn {
  float: right;
  background: #E86C2E;
  padding: 4px 10px 6px;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  margin-top: 8px;
}

/* line 134, app/assets/stylesheets/theme/providers.scss */
a.subscribe-now-btn {
  float: right;
  background: #E86C2E;
  padding: 4px 10px 6px;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
}

/* line 143, app/assets/stylesheets/theme/providers.scss */
.services-hire-bt .subscribe-now-btn {
  background: #e86c2e;
  padding: 4px 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  margin-left: 10px;
}

/* line 152, app/assets/stylesheets/theme/providers.scss */
.service-provider-progress {
  padding: 15px 20px;
}

/* line 155, app/assets/stylesheets/theme/providers.scss */
.service-price-tag {
  position: absolute;
  right: -1px;
  top: -2px;
  transform: rotate(45deg);
}

/* line 161, app/assets/stylesheets/theme/providers.scss */
.service-price-tag span {
  background: #E86C2E;
  padding: 15px;
  color: #fff;
  z-index: 9;
  border-radius: 100px;
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 40px;
  font-size: 12px;
}

/* line 173, app/assets/stylesheets/theme/providers.scss */
.services-provider-categories .dropdown {
  background: #f0f0f0;
  margin: 10px 20px;
  border-radius: 5px;
  padding: 5px 0px;
}

/* line 179, app/assets/stylesheets/theme/providers.scss */
.not-verified-blur-text {
  user-select: none;
}

/* line 182, app/assets/stylesheets/theme/providers.scss */
.LoaderImage {
  text-align: center;
  margin-top: 47px;
}

/* line 186, app/assets/stylesheets/theme/providers.scss */
span.verified img {
  width: 14px;
  border-radius: 0;
  margin-right: 3px;
}

/* line 191, app/assets/stylesheets/theme/providers.scss */
.user-verified {
  position: absolute;
  top: 60px;
  left: 0;
  background: #2ba500;
  padding: 5px 7px;
  color: #fff;
}

/* line 199, app/assets/stylesheets/theme/providers.scss */
.user-verified span {
  font-size: 15px;
}

/* line 202, app/assets/stylesheets/theme/providers.scss */
.user-verified.not-verified {
  background: #E86C2E;
}

/* line 205, app/assets/stylesheets/theme/providers.scss */
img.provider-img {
  max-height: 200px;
  min-height: 200px;
}

/* line 209, app/assets/stylesheets/theme/providers.scss */
.user-verified.single-page {
  top: 110px;
  left: 15px;
}

/* line 213, app/assets/stylesheets/theme/providers.scss */
.service-overview h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

/* line 219, app/assets/stylesheets/theme/providers.scss */
.service-overview p {
  color: #676565;
  font-size: 15px;
  margin-bottom: 30px;
}

/* line 224, app/assets/stylesheets/theme/providers.scss */
.service-overview h4:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #065890;
  width: 60px;
  left: 0;
  bottom: -10px;
}

/* line 232, app/assets/stylesheets/theme/providers.scss */
.overview-sub {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 237, app/assets/stylesheets/theme/providers.scss */
.service-card-detail.single-page img {
  height: 100%;
  border-radius: 30px 0px 0px 30px;
  object-fit: cover;
  max-height: 400px;
}

/* line 243, app/assets/stylesheets/theme/providers.scss */
.not-verified-blur-text span {
  color: #f5f5f5;
  text-shadow: 0 0px 8px #ccc;
}

/* line 247, app/assets/stylesheets/theme/providers.scss */
.service-card-detail.single-page .services-items-icons span img {
  width: 20px;
  border-radius: 0;
}

/* line 251, app/assets/stylesheets/theme/providers.scss */
.services-hire-bt {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  align-items: flex-end;
}

/* line 257, app/assets/stylesheets/theme/providers.scss */
button.hire {
  padding: 3px 10px;
  border-radius: 5px;
}

/*********************************reviews css****************************/
/* line 262, app/assets/stylesheets/theme/providers.scss */
.services-items-icons span img {
  width: 15px;
  margin-right: 10px;
}

/* line 266, app/assets/stylesheets/theme/providers.scss */
.provider-reviews img {
  width: 100%;
}

/* line 269, app/assets/stylesheets/theme/providers.scss */
.services-provider-list h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

/* line 275, app/assets/stylesheets/theme/providers.scss */
.services-provider-list h6:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #065890;
  width: 60px;
  left: 0;
  bottom: -10px;
}

/* line 283, app/assets/stylesheets/theme/providers.scss */
.service-provider-progress {
  margin: 10px 0px;
}

/* line 289, app/assets/stylesheets/theme/providers.scss */
.add-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Three column layout */
/* line 296, app/assets/stylesheets/theme/providers.scss */
.services-provider-rating .side {
  float: left;
  width: 15%;
}

/* line 301, app/assets/stylesheets/theme/providers.scss */
.services-provider-rating .middle {
  float: left;
  width: 70%;
  margin-top: 6px;
}

/* line 306, app/assets/stylesheets/theme/providers.scss */
.calculate-rating {
  width: 15%;
  float: left;
  padding-left: 10px;
  color: #727272;
}

/* Place text to the right */
/* line 313, app/assets/stylesheets/theme/providers.scss */
.services-provider-rating .right {
  text-align: right;
}

/* Clear floats after the columns */
/* line 318, app/assets/stylesheets/theme/providers.scss */
.services-provider-rating .row:after {
  content: "";
  display: table;
  clear: both;
}

/* The bar container */
/* line 325, app/assets/stylesheets/theme/providers.scss */
.services-provider-rating .bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
}

/* Individual bars */
/* line 333, app/assets/stylesheets/theme/providers.scss */
.services-provider-rating .bar-5 {
  height: 8px;
  background-color: #f4bf35;
}

/* line 334, app/assets/stylesheets/theme/providers.scss */
.services-provider-rating .bar-4 {
  width: 70%;
  height: 8px;
  background-color: #f4bf35;
}

/* line 335, app/assets/stylesheets/theme/providers.scss */
.services-provider-rating .bar-3 {
  width: 60%;
  height: 8px;
  background-color: #f4bf35;
}

/* line 336, app/assets/stylesheets/theme/providers.scss */
.services-provider-rating .bar-2 {
  width: 40%;
  height: 8px;
  background-color: #f4bf35;
}

/* line 337, app/assets/stylesheets/theme/providers.scss */
.services-provider-rating .bar-1 {
  width: 20%;
  height: 8px;
  background-color: #f4bf35;
}

/* line 338, app/assets/stylesheets/theme/providers.scss */
.rating-fa-star .checked {
  color: #f4bf35;
}

/* line 341, app/assets/stylesheets/theme/providers.scss */
span.rating-fa-star {
  display: block;
}

/* line 344, app/assets/stylesheets/theme/providers.scss */
.rating-star.reviews, .rating-star h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 349, app/assets/stylesheets/theme/providers.scss */
.rating-star.reviews span.rating-fa-star span {
  font-size: 15px;
}

/* line 352, app/assets/stylesheets/theme/providers.scss */
.rating-star.reviews span.rating-fa-star {
  margin-left: 10px;
  width: 105px;
}

/* line 356, app/assets/stylesheets/theme/providers.scss */
.rating-star.reviews h4 {
  font-size: 15px;
  font-weight: 700;
}

/* line 360, app/assets/stylesheets/theme/providers.scss */
p.reviews-content {
  font-size: 14px;
  line-height: 20px;
}

/* line 364, app/assets/stylesheets/theme/providers.scss */
section.provider-reviews-wrap {
  padding: 2% 0;
}

/* line 367, app/assets/stylesheets/theme/providers.scss */
.review_content {
  padding: 20px;
}

/* line 370, app/assets/stylesheets/theme/providers.scss */
.review_content .form-group label {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

/* line 375, app/assets/stylesheets/theme/providers.scss */
.review_content .form-group p {
  font-size: 14px;
  color: #928d8d;
}

/* line 379, app/assets/stylesheets/theme/providers.scss */
#all_reviews p, #five_reviews p {
  color: #065890;
}

/************************review modal*****************/
/* line 383, app/assets/stylesheets/theme/providers.scss */
.profile-upload-orremove {
  padding: 0px 20px;
}

/* line 386, app/assets/stylesheets/theme/providers.scss */
button.edit-provider {
  background: #e86c2e;
  color: #fff !important;
  border-radius: 4px;
  padding: 15px 8px 15px;
  width: 100%;
  max-width: 150px;
  display: inline-block;
  text-align: center;
  line-height: 10px;
  border: 1px solid #e86c2e;
}

/* line 398, app/assets/stylesheets/theme/providers.scss */
div#demo-provider-slider .carousel-item {
  text-align: center;
}

/* line 401, app/assets/stylesheets/theme/providers.scss */
.single-testimonial-item {
  position: relative;
  margin: 2px;
  font-style: italic;
}

/* line 407, app/assets/stylesheets/theme/providers.scss */
.set-delete {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  opacity: 0;
  transition: .5s ease;
  background-color: #00000099;
  cursor: pointer;
}

/* line 424, app/assets/stylesheets/theme/providers.scss */
.set-delete a {
  background: #e86c2e;
  padding: 10px 15px;
  border-radius: 4px;
  color: #fff;
}

/* line 430, app/assets/stylesheets/theme/providers.scss */
.single-testimonial-item:hover img {
  opacity: .5;
  background: #000000;
}

/* line 434, app/assets/stylesheets/theme/providers.scss */
.owl-nav.disabled {
  display: block !important;
}

/* line 437, app/assets/stylesheets/theme/providers.scss */
.single-testimonial-item:hover .set-delete {
  display: flex;
  opacity: 1;
}

/* line 441, app/assets/stylesheets/theme/providers.scss */
div#demo-provider-slider .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #e86c2eb0;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  border-radius: 50px;
}

/* line 454, app/assets/stylesheets/theme/providers.scss */
div#demo-provider-slider .owl-nav button.owl-prev {
  left: -15px;
}

/* line 457, app/assets/stylesheets/theme/providers.scss */
div#demo-provider-slider .owl-nav button.owl-next {
  right: -15px;
}

/* line 461, app/assets/stylesheets/theme/providers.scss */
.file_input_wrap.edit-provider-1 {
  padding: 10px 0px 10px;
}

/* line 464, app/assets/stylesheets/theme/providers.scss */
.txt-center {
  text-align: center;
}

/* line 467, app/assets/stylesheets/theme/providers.scss */
.hide {
  display: none;
}

/* line 471, app/assets/stylesheets/theme/providers.scss */
.clear {
  float: none;
  clear: both;
}

/* line 476, app/assets/stylesheets/theme/providers.scss */
.rating {
  width: auto;
  unicode-bidi: bidi-override;
  text-align: left;
  position: relative;
  display: inline-block;
  direction: ltr;
  float: left;
}

/* line 486, app/assets/stylesheets/theme/providers.scss */
.rating > label {
  float: right;
  display: inline;
  padding: 0;
  margin: 0;
  position: relative;
  width: 1.1em;
  cursor: pointer;
  color: #000;
}

/* line 497, app/assets/stylesheets/theme/providers.scss */
.rating > label:hover,
.rating > label:hover ~ label,
.rating > input.radio-btn:checked ~ label {
  color: transparent;
}

/* line 503, app/assets/stylesheets/theme/providers.scss */
.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > input.radio-btn:checked ~ label:before,
.rating > input.radio-btn:checked ~ label:before {
  content: "\2605";
  position: absolute;
  left: 0;
  color: #FFD700;
}

/* line 512, app/assets/stylesheets/theme/providers.scss */
.rating-side-middle {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin-bottom: 8px;
}

/* line 518, app/assets/stylesheets/theme/providers.scss */
.provider-reviews img {
  margin-top: 10px;
  height: 120px;
  object-fit: cover;
  width: 120px;
  border-radius: 100%;
}

/* line 525, app/assets/stylesheets/theme/providers.scss */
section.provider-reviews-wrap .media {
  align-items: center;
}

/* line 528, app/assets/stylesheets/theme/providers.scss */
button#refer {
  float: right;
  font-size: 14px;
}

/* line 532, app/assets/stylesheets/theme/providers.scss */
#star5 .tooltip-green + .tooltip .tooltip-inner {
  background-color: green;
}

/* line 535, app/assets/stylesheets/theme/providers.scss */
textarea::placeholder {
  font-size: 13px;
}

/* line 538, app/assets/stylesheets/theme/providers.scss */
div#toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5px;
}

/* line 544, app/assets/stylesheets/theme/providers.scss */
div#toolbar h6 {
  font-size: 12px;
  white-space: nowrap;
  padding-right: 5px;
  margin-bottom: 0;
  font-weight: 700;
}

/* line 551, app/assets/stylesheets/theme/providers.scss */
select.form-control {
  font-size: 15px !important;
  background: #ffffff;
  border-radius: 0px;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  height: 40px;
}

/* line 562, app/assets/stylesheets/theme/providers.scss */
.form-control {
  font-size: 15px !important;
  background: #ffffff;
  border-radius: 0px;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  height: 40px;
}

/* line 572, app/assets/stylesheets/theme/providers.scss */
.modal-header h4 {
  font-weight: 300;
  font-size: 22px;
}

/* line 576, app/assets/stylesheets/theme/providers.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
}

/* line 580, app/assets/stylesheets/theme/providers.scss */
.cal-btn {
  justify-content: end;
}

/* line 583, app/assets/stylesheets/theme/providers.scss */
.sorting-reviews {
  display: flex;
  justify-content: center;
  align-items: center;
}

/************************end*****************/
/********************responsive css************/
@media (max-width: 1199px) {
  /* line 591, app/assets/stylesheets/theme/providers.scss */
  .provider-reviews img {
    width: 100px;
    height: 100px;
  }
  /* line 595, app/assets/stylesheets/theme/providers.scss */
  .services-provider-rating .middle {
    width: 65%;
  }
  /* line 598, app/assets/stylesheets/theme/providers.scss */
  .calculate-rating {
    width: 20%;
  }
  /* line 601, app/assets/stylesheets/theme/providers.scss */
  .rating-fa-star .checked {
    font-size: 14px;
  }
  /* line 604, app/assets/stylesheets/theme/providers.scss */
  span.rating-fa-star {
    display: block;
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  /* line 610, app/assets/stylesheets/theme/providers.scss */
  .rating-values {
    margin-bottom: 20px;
  }
  /* line 613, app/assets/stylesheets/theme/providers.scss */
  .provider-reviews img {
    height: auto;
    object-fit: contain;
    width: 100%;
    border-radius: 10px;
  }
  /* line 619, app/assets/stylesheets/theme/providers.scss */
  #name-items {
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  /* line 628, app/assets/stylesheets/theme/providers.scss */
  .service-card-detail.single-page img {
    border-radius: 30px 30px 0px 0px;
  }
  /* line 632, app/assets/stylesheets/theme/providers.scss */
  .service-price-tag {
    right: 15px;
    top: 0px;
  }
  /* line 636, app/assets/stylesheets/theme/providers.scss */
  div#provider-search .service-price-tag {
    right: 0;
  }
  /* line 639, app/assets/stylesheets/theme/providers.scss */
  .service-price-tag span {
    border-radius: 30px;
    height: 60px;
    width: 60px;
    line-height: 42px;
    font-size: 14px;
    padding: 8px;
  }
  /* line 647, app/assets/stylesheets/theme/providers.scss */
  .services-provider-rating .side {
    width: 100%;
  }
  /* line 650, app/assets/stylesheets/theme/providers.scss */
  .services-provider-rating .middle {
    width: 86%;
  }
  /* line 653, app/assets/stylesheets/theme/providers.scss */
  .calculate-rating {
    width: 14%;
  }
  /* line 656, app/assets/stylesheets/theme/providers.scss */
  .rating-values {
    margin-bottom: 20px;
  }
  /* line 659, app/assets/stylesheets/theme/providers.scss */
  .rating-star.reviews {
    display: block;
  }
  /* line 662, app/assets/stylesheets/theme/providers.scss */
  h4.rating-head.display-3 {
    font-size: 3rem;
  }
  /* line 665, app/assets/stylesheets/theme/providers.scss */
  .services-provider-list, .service-provider-progress {
    padding: 15px 10px;
  }
  /* line 668, app/assets/stylesheets/theme/providers.scss */
  .rating-star.reviews h4 {
    margin-bottom: 0;
  }
  /* line 671, app/assets/stylesheets/theme/providers.scss */
  .sorting-reviews {
    flex-direction: column;
  }
  /* line 674, app/assets/stylesheets/theme/providers.scss */
  div#toolbar {
    margin: 2px 0px;
  }
}

@media (max-width: 480px) {
  /* line 679, app/assets/stylesheets/theme/providers.scss */
  button#refer {
    float: none;
    margin-top: 15px;
  }
}

@media (max-width: 375px) {
  /* line 685, app/assets/stylesheets/theme/providers.scss */
  .services-items-icons span img {
    margin-right: 6px;
  }
  /* line 688, app/assets/stylesheets/theme/providers.scss */
  .services-items-icons span {
    font-size: 14px;
  }
  /* line 691, app/assets/stylesheets/theme/providers.scss */
  img.provider-img {
    min-height: auto;
  }
}

@media (max-width: 360px) {
  /* line 696, app/assets/stylesheets/theme/providers.scss */
  .rating-star.reviews h4 {
    font-size: 12px;
  }
  /* line 699, app/assets/stylesheets/theme/providers.scss */
  .rating-star.reviews span.rating-fa-star {
    margin-left: 3px;
  }
}

/* line 703, app/assets/stylesheets/theme/providers.scss */
.services-items-icons a {
  color: #727272;
  font-size: 15px;
}

/* line 708, app/assets/stylesheets/theme/providers.scss */
#provider-search-replace {
  width: 100%;
}
/* line 1, app/assets/stylesheets/theme/public_profile.scss */
.public_profile-area {
  padding: 50px 0;
  background-color: #F2F3F5;
}

/* line 5, app/assets/stylesheets/theme/public_profile.scss */
.public_prof-card {
  background-color: #fff;
  margin-bottom: 20px;
}

/* line 9, app/assets/stylesheets/theme/public_profile.scss */
.public_prof_body {
  margin-top: -85px;
  position: relative;
}

/* line 13, app/assets/stylesheets/theme/public_profile.scss */
.profile_cover_img {
  width: 100%;
  height: 120px;
  position: relative;
}

/* line 18, app/assets/stylesheets/theme/public_profile.scss */
.profile_cover_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 29, app/assets/stylesheets/theme/public_profile.scss */
.verified_account .verify-icon {
  color: #1165EB;
}

/* line 32, app/assets/stylesheets/theme/public_profile.scss */
.verified_account .unverified-icon {
  color: #F7A302;
}

/* line 35, app/assets/stylesheets/theme/public_profile.scss */
.public_prof-card .user_profile_box h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #E86C2E;
}

/* line 42, app/assets/stylesheets/theme/public_profile.scss */
.public_prof-card .user_profile_box {
  text-align: center;
  padding-bottom: 20px;
}

/* line 46, app/assets/stylesheets/theme/public_profile.scss */
.public_prof-card .profile_img img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 4px solid #FFFFFF;
  box-shadow: 2px 2px 10px #0000001a;
  background-color: #fff;
}

/* line 56, app/assets/stylesheets/theme/public_profile.scss */
.public_prof-card [class*="user_"] ul li a {
  transition: 0.5s all;
}

/* line 60, app/assets/stylesheets/theme/public_profile.scss */
.public_prof-card [class*="user_"] h6 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #041838;
}

/* line 67, app/assets/stylesheets/theme/public_profile.scss */
.public_prof-card .user_profile_box h6 {
  font-size: 14px;
  margin: 0 0 10px;
  font-weight: 400;
  color: #171717;
}

/* line 73, app/assets/stylesheets/theme/public_profile.scss */
.public_prof-card .user_profile_box .rating-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}

/* line 80, app/assets/stylesheets/theme/public_profile.scss */
.public_prof-card .user_profile_box .rating_text {
  font-size: 14px;
  font-weight: 500;
  color: #171717;
}

/* line 85, app/assets/stylesheets/theme/public_profile.scss */
.public_prof-card .user_profile_box .rating_star a {
  color: #EAB144;
  font-size: 16px;
}

/* line 89, app/assets/stylesheets/theme/public_profile.scss */
.public_prof-card .user_profile_box .rating-box .rating_review {
  font-size: 12px;
  font-weight: 400;
  color: #171717;
}

/* line 94, app/assets/stylesheets/theme/public_profile.scss */
.social_media_icons ul li a {
  color: #171717;
  font-size: 20px;
}

/* line 98, app/assets/stylesheets/theme/public_profile.scss */
.public_prof-card [class*="user_"] ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 105, app/assets/stylesheets/theme/public_profile.scss */
.public_prof-card [class*="user_"] ul li a:hover {
  color: #E86C2E;
}

/* line 108, app/assets/stylesheets/theme/public_profile.scss */
.public_prof-card .social_media_icons ul {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  margin-top: 10px;
}

/* line 116, app/assets/stylesheets/theme/public_profile.scss */
.user_expereince_area {
  display: flex;
  gap: 0 15px;
}

/* line 120, app/assets/stylesheets/theme/public_profile.scss */
.user_contact_info .contact_info li:not(:last-child) {
  margin-bottom: 10px;
}

/* line 123, app/assets/stylesheets/theme/public_profile.scss */
.user_contact_info .contact_info li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  color: #5D5D5D;
}

/* line 129, app/assets/stylesheets/theme/public_profile.scss */
.user_contact_info .contact_info li a {
  color: #5D5D5D;
}

/* line 132, app/assets/stylesheets/theme/public_profile.scss */
.user_contact_info .contact_info li .fa {
  position: absolute;
  left: 0;
  top: 2px;
}

/* line 137, app/assets/stylesheets/theme/public_profile.scss */
.user_expereince_area [class*="user_"] h6 {
  margin: 0;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  align-items: center;
  color: #5D5D5D;
}

/* line 147, app/assets/stylesheets/theme/public_profile.scss */
.user_expereince_area [class*="user_"] h6 span {
  color: #E86C2E;
  font-weight: 700;
  line-height: 1;
  margin-right: 8px;
}

/* line 154, app/assets/stylesheets/theme/public_profile.scss */
.user_contact_info {
  padding: 20px 20px;
  border-top: 1px solid #e1e1e1;
}

/* line 159, app/assets/stylesheets/theme/public_profile.scss */
.hiring_group_btn {
  margin-top: 25px;
  display: flex;
  justify-content: end;
  grid-gap: 0 10px;
  gap: 10px 10px;
  flex-wrap: wrap;
}

/* line 167, app/assets/stylesheets/theme/public_profile.scss */
.hiring_group_btn a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  text-transform: capitalize;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 4px;
  transition: 0.5s all;
  border: 1px solid #E86C2E;
  color: #E86C2E;
  white-space: nowrap;
}

/* line 181, app/assets/stylesheets/theme/public_profile.scss */
.hiring_group_btn a:hover {
  background-color: #E86C2E;
  color: #fff;
}

/* line 188, app/assets/stylesheets/theme/public_profile.scss */
.title h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px;
  color: #171717;
}

/* line 194, app/assets/stylesheets/theme/public_profile.scss */
.team-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}

/* line 199, app/assets/stylesheets/theme/public_profile.scss */
.team-row .team-card {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0px 7.5px;
  margin-bottom: 15px;
}

/* line 205, app/assets/stylesheets/theme/public_profile.scss */
.team-row .team-card a {
  display: flex;
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #171717;
  padding: 20px 15px;
  transition: 0.5s all;
  text-align: center;
}

/* line 218, app/assets/stylesheets/theme/public_profile.scss */
.team-row .team-card a:hover {
  background-color: #C7DCFF;
}

/* line 221, app/assets/stylesheets/theme/public_profile.scss */
.team-row .team-card a .imgbx img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-bottom: 15px;
}

/* line 227, app/assets/stylesheets/theme/public_profile.scss */
.team-row .team-card a h5 {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: normal;
}

/* line 233, app/assets/stylesheets/theme/public_profile.scss */
.team-row .team-card a h6 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #5d5d5d;
}

/* line 239, app/assets/stylesheets/theme/public_profile.scss */
.rotate-icon45 .fa-arrow-up {
  transform: rotate(45deg);
}

/* line 243, app/assets/stylesheets/theme/public_profile.scss */
.link_btn {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: #E86C2E;
  display: inline-block;
  transition: 0.5s all;
}

/* line 252, app/assets/stylesheets/theme/public_profile.scss */
.link_btn:hover {
  color: #041838;
}

/* line 256, app/assets/stylesheets/theme/public_profile.scss */
.review-user-profile .left-col .imgbx img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
  position: relative;
}

/* line 263, app/assets/stylesheets/theme/public_profile.scss */
.review-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 20px;
  transition: 0.5s all;
}

/* line 269, app/assets/stylesheets/theme/public_profile.scss */
.review-user-profile h5 {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: normal;
  margin: 0 0 3px;
}

/* line 276, app/assets/stylesheets/theme/public_profile.scss */
.review-user-profile .rating_star a {
  color: #EAB144;
  font-size: 12px;
}

/* line 280, app/assets/stylesheets/theme/public_profile.scss */
.review-header {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  gap: 0 15px;
}

/* line 286, app/assets/stylesheets/theme/public_profile.scss */
.review-body h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

/* line 290, app/assets/stylesheets/theme/public_profile.scss */
.review-body p {
  font-size: 16px;
  line-height: 26px;
  color: #5d5d5d;
}

/* line 295, app/assets/stylesheets/theme/public_profile.scss */
.review-body p:last-child {
  margin-bottom: 0;
}

/* line 298, app/assets/stylesheets/theme/public_profile.scss */
.review-date p {
  color: #5d5d5d;
  text-transform: capitalize;
  font-size: 14px;
  white-space: nowrap;
}

/* line 304, app/assets/stylesheets/theme/public_profile.scss */
.review-date p:last-child {
  margin-bottom: 0;
}

/* line 308, app/assets/stylesheets/theme/public_profile.scss */
.gallery_area, .team_area {
  margin-bottom: 30px;
}

/* line 311, app/assets/stylesheets/theme/public_profile.scss */
.gallery_area {
  margin-bottom: 50px;
}

/* line 314, app/assets/stylesheets/theme/public_profile.scss */
.gallery_slider .gallery-items .gallery-img {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

/* line 319, app/assets/stylesheets/theme/public_profile.scss */
.gallery_slider .gallery-items .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 325, app/assets/stylesheets/theme/public_profile.scss */
.gallery_slider .slick-dots li {
  margin: 0;
}

/* line 328, app/assets/stylesheets/theme/public_profile.scss */
.gallery_slider .slick-dots li button {
  padding: 0;
}

/* line 331, app/assets/stylesheets/theme/public_profile.scss */
.gallery_slider .slick-dots li button::before {
  font-size: 14px;
  color: #041838;
  opacity: 1;
}

/* line 336, app/assets/stylesheets/theme/public_profile.scss */
.gallery_slider .slick-dots li.slick-active button:before,
.gallery_slider .slick-dots li:hover button:before {
  opacity: 1;
  color: #E86C2E;
}

@media screen and (max-width: 991px) {
  /* line 343, app/assets/stylesheets/theme/public_profile.scss */
  .gallery_slider .gallery-items .gallery-img {
    height: 280px;
  }
  /* line 346, app/assets/stylesheets/theme/public_profile.scss */
  .team-row .team-card {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media screen and (max-width: 767px) {
  /* line 353, app/assets/stylesheets/theme/public_profile.scss */
  .gallery_slider .gallery-items .gallery-img {
    height: 180px;
  }
  /* line 356, app/assets/stylesheets/theme/public_profile.scss */
  .team-row .team-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 360, app/assets/stylesheets/theme/public_profile.scss */
  .user_expereince_area [class*="user_"] {
    flex: 1;
    text-align: center;
  }
  /* line 364, app/assets/stylesheets/theme/public_profile.scss */
  .user_expereince_area [class*="user_"] h6 {
    flex-direction: column;
  }
  /* line 367, app/assets/stylesheets/theme/public_profile.scss */
  .user_expereince_area [class*="user_"] h6 span {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* line 371, app/assets/stylesheets/theme/public_profile.scss */
  .hiring_group_btn {
    justify-content: center;
  }
  /* line 375, app/assets/stylesheets/theme/public_profile.scss */
  .gallery_slider .slick-dots li button {
    width: inherit;
    height: inherit;
    background-color: transparent !important;
    margin: 0;
    line-height: inherit;
    border-radius: inherit;
  }
}

@media screen and (max-width: 575px) {
  /* line 388, app/assets/stylesheets/theme/public_profile.scss */
  .review-body h3 {
    font-size: 16px;
  }
  /* line 391, app/assets/stylesheets/theme/public_profile.scss */
  .review-body p {
    font-size: 14px;
    line-height: 24px;
  }
  /* line 395, app/assets/stylesheets/theme/public_profile.scss */
  .user_expereince_area [class*="user_"] h6 {
    font-size: 14px;
  }
  /* line 398, app/assets/stylesheets/theme/public_profile.scss */
  .user_contact_info .contact_info li {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  /* line 406, app/assets/stylesheets/theme/public_profile.scss */
  .user_expereince_area [class*="user_"] h6 {
    font-size: 12px;
  }
}
@media (max-width: 1920px) {
  /* line 2, app/assets/stylesheets/theme/responsive.scss */
  .bt-btn-icon p button {
    font-size: 12px;
  }
}

@media (max-width: 1800px) {
  /* line 7, app/assets/stylesheets/theme/responsive.scss */
  .work-wrap-bt-btn {
    column-count: 2;
    display: block;
    background: #f0f0f0;
  }
  /* line 12, app/assets/stylesheets/theme/responsive.scss */
  .bt-btn-icon:first-child {
    border-radius: 0;
  }
  /* line 15, app/assets/stylesheets/theme/responsive.scss */
  .bt-btn-icon:nth-child(2) {
    border-radius: 0 0 0 10px;
  }
  /* line 18, app/assets/stylesheets/theme/responsive.scss */
  .header-wrap .navbar-dark .navbar-nav .nav-link {
    font-size: 12px;
    margin: 0;
  }
}

@media (max-width: 1600px) {
  /* line 25, app/assets/stylesheets/theme/responsive.scss */
  .carousel-control-next {
    right: 0;
  }
  /* line 28, app/assets/stylesheets/theme/responsive.scss */
  .carousel-control-prev {
    right: 50px;
  }
  /* line 31, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content {
    width: 100%;
    bottom: 65px;
  }
  /* line 35, app/assets/stylesheets/theme/responsive.scss */
  .carousel-control-next {
    right: 105px;
  }
  /* line 38, app/assets/stylesheets/theme/responsive.scss */
  section.banner-sec-wrap, section.banner-sec-wrap .carousel-inner img {
    height: 400px;
  }
  /* line 41, app/assets/stylesheets/theme/responsive.scss */
  .banner-text-wrp1 {
    top: 100px;
  }
  /*.banner-head-wp {
    top: 100px;
  }*/
  /* line 47, app/assets/stylesheets/theme/responsive.scss */
  .banner-head-wp h1 {
    font-size: 48px;
    line-height: 62px;
  }
  /* line 51, app/assets/stylesheets/theme/responsive.scss */
  .left-half-content {
    left: 0;
  }
  /* line 54, app/assets/stylesheets/theme/responsive.scss */
  .form-campaign-border {
    padding: 10px;
  }
  /* line 57, app/assets/stylesheets/theme/responsive.scss */
  section.campaign-user-wrap {
    background-position: center center;
  }
  /* line 60, app/assets/stylesheets/theme/responsive.scss */
  .form-comapign-modal .modal-dialog.modal-dialog-centered {
    max-width: 1200px !important;
  }
  /* line 63, app/assets/stylesheets/theme/responsive.scss */
  .header-wrap .navbar-dark .navbar-nav .nav-link {
    margin: 0;
  }
  /* line 66, app/assets/stylesheets/theme/responsive.scss */
  .user-profile-reviews .carousel-control-next {
    right: -50px;
  }
  /* line 69, app/assets/stylesheets/theme/responsive.scss */
  .layout-designs {
    width: 100%;
  }
  /* line 72, app/assets/stylesheets/theme/responsive.scss */
  .layout-designs img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
}

@media (max-width: 1470px) {
  /* line 79, app/assets/stylesheets/theme/responsive.scss */
  .drawingProject {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1366px) {
  /* line 84, app/assets/stylesheets/theme/responsive.scss */
  .mobile-slick-slider {
    margin-top: -100px;
  }
}

@media (max-width: 1338px) {
  /* line 90, app/assets/stylesheets/theme/responsive.scss */
  .slick-carousel {
    margin: 0 auto;
    width: 100%;
  }
  /* line 94, app/assets/stylesheets/theme/responsive.scss */
  button.slick-prev.slick-arrow:after {
    left: 416px;
  }
  /* line 97, app/assets/stylesheets/theme/responsive.scss */
  button.slick-next.slick-arrow:after {
    left: 360px;
  }
  /* line 100, app/assets/stylesheets/theme/responsive.scss */
  .inner-about-us figure img {
    width: 100%;
  }
  /* line 103, app/assets/stylesheets/theme/responsive.scss */
  .inner-testimonial-text p br {
    display: none;
  }
  /* line 106, app/assets/stylesheets/theme/responsive.scss */
  .email-subscribe button.btn.cstm-bttn {
    right: 10px;
    font-size: 14px;
  }
  /* line 110, app/assets/stylesheets/theme/responsive.scss */
  .carousel-control-next {
    right: 105px;
  }
  /* line 113, app/assets/stylesheets/theme/responsive.scss */
  .block-team-member-1 h4 {
    font-size: 14px;
  }
  /* line 116, app/assets/stylesheets/theme/responsive.scss */
  .profile-info {
    padding: 15px;
  }
  /* line 119, app/assets/stylesheets/theme/responsive.scss */
  .offer-items-img h5 {
    font-size: 12px;
  }
  /* line 122, app/assets/stylesheets/theme/responsive.scss */
  .header-wrap .navbar-dark .navbar-nav .nav-link {
    font-size: 12px;
  }
  /* line 125, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content h1 {
    font-size: 36px;
  }
  /* line 128, app/assets/stylesheets/theme/responsive.scss */
  section.banner-sec-wrap, section.banner-sec-wrap .carousel-inner img {
    height: 400px;
  }
  /* line 131, app/assets/stylesheets/theme/responsive.scss */
  .nav-item.register-professional a::after {
    width: 120px;
  }
  /* line 134, app/assets/stylesheets/theme/responsive.scss */
  .right-half-content {
    padding: 10px;
  }
  /* line 137, app/assets/stylesheets/theme/responsive.scss */
  .top-architects-here img {
    height: 100px;
    max-width: 100px;
  }
  /* line 141, app/assets/stylesheets/theme/responsive.scss */
  .top-architects-here h4 {
    font-size: 15px;
    padding: 10px 10px;
  }
  /* line 145, app/assets/stylesheets/theme/responsive.scss */
  .top-architects-here span, img.architect-rating {
    padding: 0px 10px;
  }
  /* line 148, app/assets/stylesheets/theme/responsive.scss */
  img.architect-rating {
    height: 15px !important;
  }
  /* line 151, app/assets/stylesheets/theme/responsive.scss */
  .profile-msg-right a {
    padding: 10px 8px;
    font-size: 15px;
  }
  /* line 155, app/assets/stylesheets/theme/responsive.scss */
  section.campaign-user-wrap h1 {
    font-size: 25px;
  }
  /* line 158, app/assets/stylesheets/theme/responsive.scss */
  .form-compaign-head-content h4 {
    font-size: 18px;
  }
  /* line 161, app/assets/stylesheets/theme/responsive.scss */
  .form-campaign-border {
    padding: 10px;
    margin-left: 0;
  }
  /* line 165, app/assets/stylesheets/theme/responsive.scss */
  section.campaign-user-wrap {
    padding: 10px;
    height: auto;
  }
  /* line 170, app/assets/stylesheets/theme/responsive.scss */
  .form-comapign-modal .modal-dialog.modal-dialog-centered {
    max-width: 1000px !important;
  }
  /* line 173, app/assets/stylesheets/theme/responsive.scss */
  .process-wrp-new-text {
    width: 100%;
  }
  /* line 176, app/assets/stylesheets/theme/responsive.scss */
  .process-wrp-new-text h4 {
    font-size: 21px;
  }
  /* line 179, app/assets/stylesheets/theme/responsive.scss */
  .client-views-right .mySlides {
    width: 70%;
  }
  /* line 182, app/assets/stylesheets/theme/responsive.scss */
  .client-views-right {
    background-position: right;
  }
  /* line 185, app/assets/stylesheets/theme/responsive.scss */
  ul.happiness-list li {
    line-height: 40px;
  }
  /* line 188, app/assets/stylesheets/theme/responsive.scss */
  .sidebar.active .dashboard-new-profile img {
    width: 30px !important;
    height: 30px;
  }
  /* line 192, app/assets/stylesheets/theme/responsive.scss */
  .sidebar .dashboard-new-profile img {
    width: 80px !important;
    height: 70px;
  }
  /* line 196, app/assets/stylesheets/theme/responsive.scss */
  .sidebar.active .dashboard-profile-info {
    display: block;
  }
  /* line 199, app/assets/stylesheets/theme/responsive.scss */
  .about-construct {
    display: block;
  }
  /* line 202, app/assets/stylesheets/theme/responsive.scss */
  .logo.dashboard-logo img {
    width: 100px;
    position: absolute;
    z-index: 99;
    top: 12px;
    background: #ffffffb5;
    padding: 10px;
    border-radius: 10px;
    margin-left: 20px;
  }
  /* line 212, app/assets/stylesheets/theme/responsive.scss */
  .user-profile-reviews .carousel-control-next {
    right: -50px;
  }
  /* line 215, app/assets/stylesheets/theme/responsive.scss */
  .about-user-profile .about-construct {
    column-count: 1;
    border-bottom: 1px solid #c9c9c9;
    padding: 10px;
  }
  /* line 220, app/assets/stylesheets/theme/responsive.scss */
  .cal-btn {
    justify-content: center;
  }
}

@media (max-width: 1220px) {
  /* line 225, app/assets/stylesheets/theme/responsive.scss */
  social-media-heading {
    font-size: 20px;
  }
  /* line 228, app/assets/stylesheets/theme/responsive.scss */
  .social-media span {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  /* line 234, app/assets/stylesheets/theme/responsive.scss */
  .sidebar.active .dashboard-new-profile img {
    width: 70px !important;
    height: 70px;
  }
  /* line 239, app/assets/stylesheets/theme/responsive.scss */
  .sidebar .dashboard-new-profile img {
    width: 80px !important;
    height: 23px;
  }
  /* line 243, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content.home-renovation-wrp h1 {
    font-size: 28px;
  }
  /* line 246, app/assets/stylesheets/theme/responsive.scss */
  .mobile-slick-slider {
    margin-top: -90px;
  }
}

@media (max-width: 1162px) {
  /* line 251, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content {
    width: 100%;
    bottom: 70px;
  }
  /* line 255, app/assets/stylesheets/theme/responsive.scss */
  button.slick-prev.slick-arrow:after {
    left: 0px;
    top: unset;
    bottom: 0;
  }
  /* line 260, app/assets/stylesheets/theme/responsive.scss */
  li.nav-item.notification {
    margin-left: 2px !important;
  }
  /* line 263, app/assets/stylesheets/theme/responsive.scss */
  .header-wrap .navbar-dark .navbar-nav li.nav-item.lgoin-bttn .nav-link {
    max-width: 120px;
  }
  /* line 266, app/assets/stylesheets/theme/responsive.scss */
  button.slick-next.slick-arrow:after {
    left: -55px;
    top: -337px;
  }
  /* line 270, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content h1 br {
    display: none;
  }
  /* line 273, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content h1 {
    color: #FFFFFF;
    font-size: 26px;
  }
  /* line 277, app/assets/stylesheets/theme/responsive.scss */
  .about-us-content {
    align-items: center;
    margin-top: 35px;
  }
  /* line 281, app/assets/stylesheets/theme/responsive.scss */
  .about-us-content p {
    text-align: center;
    max-width: 100%;
  }
  /* line 285, app/assets/stylesheets/theme/responsive.scss */
  .content-sec, .colored-sec {
    height: auto;
  }
  /* line 288, app/assets/stylesheets/theme/responsive.scss */
  .inner-offer-sec p br {
    display: none;
  }
  /* line 291, app/assets/stylesheets/theme/responsive.scss */
  .header-wrap .navbar-dark .navbar-nav .nav-link {
    margin: 0px 1px;
    font-size: 10px;
    padding-left: 2px;
    padding-right: 2px;
  }
  /* line 297, app/assets/stylesheets/theme/responsive.scss */
  .offer-items-img {
    padding: 10px;
  }
  /* line 300, app/assets/stylesheets/theme/responsive.scss */
  .inner-details {
    margin: 20px 0px;
  }
  /* line 303, app/assets/stylesheets/theme/responsive.scss */
  .colored-sec p {
    line-height: 28px;
  }
  /* line 306, app/assets/stylesheets/theme/responsive.scss */
  section.top-rated-services .carousel-inner {
    height: 320px;
  }
  /* line 309, app/assets/stylesheets/theme/responsive.scss */
  .product-detail-card h6 {
    font-size: 15px;
    color: #101010;
    margin-top: 10%;
    font-weight: 700;
    padding: 0px 10px;
  }
  /* line 316, app/assets/stylesheets/theme/responsive.scss */
  .inner-testimonial-text p {
    font-size: 16px;
  }
  /* line 319, app/assets/stylesheets/theme/responsive.scss */
  .inner-plans-card {
    margin-bottom: 5%;
    padding: 5% 0;
  }
  /* line 323, app/assets/stylesheets/theme/responsive.scss */
  section.client-info-wrap {
    text-align: center;
  }
  /* line 326, app/assets/stylesheets/theme/responsive.scss */
  .client-profile, .contact-info {
    margin-left: 0;
  }
  /* line 329, app/assets/stylesheets/theme/responsive.scss */
  .inner-footer-menu h4 {
    margin-bottom: 2%;
  }
  /* line 332, app/assets/stylesheets/theme/responsive.scss */
  ul.ft-menu {
    margin-top: 2%;
  }
  /* line 335, app/assets/stylesheets/theme/responsive.scss */
  .inner-footer-menu {
    margin-bottom: 4%;
  }
  /* line 338, app/assets/stylesheets/theme/responsive.scss */
  .email-subscribe form input {
    width: 100%;
  }
  /* line 341, app/assets/stylesheets/theme/responsive.scss */
  .email-subscribe button.btn.cstm-bttn {
    right: 12px;
  }
  /* line 344, app/assets/stylesheets/theme/responsive.scss */
  .profile-info p {
    text-align: left;
  }
  /* line 347, app/assets/stylesheets/theme/responsive.scss */
  section.client-info-wrap .carousel-inner {
    height: auto;
    margin-bottom: 4%;
  }
  /* line 351, app/assets/stylesheets/theme/responsive.scss */
  .offer-item-slider {
    margin-top: 0;
  }
  /* line 354, app/assets/stylesheets/theme/responsive.scss */
  .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none !important;
  }
  /* line 357, app/assets/stylesheets/theme/responsive.scss */
  ul.carousel-indicators {
    display: none;
  }
  /* line 360, app/assets/stylesheets/theme/responsive.scss */
  .fixedHeight {
    max-width: 100%;
  }
  /* line 363, app/assets/stylesheets/theme/responsive.scss */
  .fixedHeight {
    max-width: 100%;
    width: auto !important;
  }
  /* line 367, app/assets/stylesheets/theme/responsive.scss */
  .ui-autocomplete {
    right: 82px;
  }
  /* line 370, app/assets/stylesheets/theme/responsive.scss */
  .colored-sec p {
    text-align: left;
    font-size: 13px;
  }
  /* line 374, app/assets/stylesheets/theme/responsive.scss */
  .offer-items-img img {
    width: 36px;
    height: 36px;
  }
  /* line 378, app/assets/stylesheets/theme/responsive.scss */
  .get-ib-touch.mb-5 {
    margin-bottom: 10px !important;
  }
  /* line 381, app/assets/stylesheets/theme/responsive.scss */
  section.banner-sec-wrap, section.banner-sec-wrap .carousel-inner img {
    height: 390px;
  }
  /* line 384, app/assets/stylesheets/theme/responsive.scss */
  .owner-property-content h6 {
    font-size: 16px;
  }
  /* line 387, app/assets/stylesheets/theme/responsive.scss */
  .owner-property-content {
    margin-bottom: 20px;
  }
  /* line 390, app/assets/stylesheets/theme/responsive.scss */
  img.architect-build {
    margin-top: 20px;
  }
  /* line 393, app/assets/stylesheets/theme/responsive.scss */
  .nav-item.register-professional a::after {
    width: 106px;
  }
  /* line 396, app/assets/stylesheets/theme/responsive.scss */
  .office-constrcution-wp h4 {
    font-size: 18px;
  }
  /* line 399, app/assets/stylesheets/theme/responsive.scss */
  div#property-owner .modal-dialog {
    max-width: 700px;
  }
  /* line 402, app/assets/stylesheets/theme/responsive.scss */
  .property-wraper-box {
    margin-bottom: 20px;
    min-height: auto;
  }
  /* line 406, app/assets/stylesheets/theme/responsive.scss */
  a.service-material.home-a {
    bottom: 50px;
  }
  /* line 409, app/assets/stylesheets/theme/responsive.scss */
  .home-wp-property {
    background: transparent;
    margin-top: 0;
    box-shadow: none;
  }
  /* line 414, app/assets/stylesheets/theme/responsive.scss */
  .banner-head-wp h1 {
    font-size: 40px;
    line-height: 54px;
  }
  /* line 418, app/assets/stylesheets/theme/responsive.scss */
  div#theCarousel .carousel-control-prev {
    left: -70px;
  }
  /* line 421, app/assets/stylesheets/theme/responsive.scss */
  div#theCarousel .carousel-control-next {
    right: -70px;
  }
  /* line 424, app/assets/stylesheets/theme/responsive.scss */
  div#theCarousel span.carousel-control-prev-icon i, div#theCarousel .carousel-control-next-icon i {
    color: #000000;
    font-size: 20px;
  }
  /* line 428, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page {
    min-height: 450px;
    background: transparent;
  }
  /* line 432, app/assets/stylesheets/theme/responsive.scss */
  .architect-text-banner {
    top: 100px;
  }
  /* line 435, app/assets/stylesheets/theme/responsive.scss */
  .project-photos-rp img {
    height: 150px;
  }
  /* line 438, app/assets/stylesheets/theme/responsive.scss */
  .top-architects-here img {
    height: 70px;
    max-width: 70px;
  }
  /* line 442, app/assets/stylesheets/theme/responsive.scss */
  .top-architects-here h4 {
    font-size: 15px;
    padding: 0px 10px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  /* line 451, app/assets/stylesheets/theme/responsive.scss */
  .top-banner-half-box-wrap {
    margin-top: 0;
    background: transparent;
    box-shadow: none;
  }
  /* line 456, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page {
    background: url(/../images/architect-bg-1.jpg) no-repeat;
    height: auto;
    background-size: cover;
    background-position: center center;
  }
  /* line 462, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page.contractor {
    background: url(/../images/contractor-111.jpg) no-repeat;
    height: auto;
    background-size: cover;
    background-position: center center;
  }
  /* line 468, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page.builders {
    background: url(/../images/builders-res.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 473, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page.plumber {
    background: url(/../images/plumber-111.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 478, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page.bricks-wp {
    background: url(/../images/bricks-bg.jpg) no-repeat;
    background-size: cover;
  }
  /* line 482, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page.cement-wp {
    background: url(/../images/cement-rw.jpg) no-repeat;
    background-size: cover;
  }
  /* line 486, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page.iron-wrp {
    background: url(/../images/iron-bg-wrp.jpg) no-repeat;
    background-size: cover;
  }
  /* line 490, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page.sanitary-bg {
    background: url(/../images/sanitary-img-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 495, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page.modular-kitchen {
    background: url(/../images/modular-kitchen-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 500, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page.electrical-page {
    background: url(/../images/electrical-wrap-2.jpg) no-repeat;
    background-size: cover;
  }
  /* line 504, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page.marble-page {
    background: url(/../images/marble-page-bg-1.jpg) no-repeat;
    background-size: cover;
  }
  /* line 508, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page.furniture-page-bg {
    background: url(/../images/furniture-bg-11.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 513, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page.wood-suplier-page {
    background: url(/../images/wood-bg-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 518, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page.upvc-service-wrap {
    background: url(/../images/alluminium-2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 523, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page.transformers-service-page {
    background: url(/../images/transformers-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 528, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page.lift-elevator-wrap {
    background: url(/../images/lift-elevator-3.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 533, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page.ac-services-wrap {
    background: url(/../images/ac-supplier-2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 538, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page.glass-service-wrap {
    background: url(/../images/glass-services-2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 543, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page.power-backup {
    background: url(/../images/generator1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 548, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page.solar-installer-wrap {
    background: url(/../images/solar-installer-22.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 553, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page.painter-wrap {
    background: url(/../images/painter-img-2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 558, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page.carpenters-wrap {
    background: url(/../images/carpenters-img-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 563, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page.electricians-services-wrp {
    background: url(/../images/electrician-service-img-2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 568, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page::before {
    display: none;
  }
  /* line 571, app/assets/stylesheets/theme/responsive.scss */
  .left-half-content img {
    display: none;
  }
  /* line 574, app/assets/stylesheets/theme/responsive.scss */
  section.top-rated-service-providers-wrap {
    background: #cccccc36;
  }
  /* line 577, app/assets/stylesheets/theme/responsive.scss */
  .dsk-none {
    display: block;
  }
  /* line 580, app/assets/stylesheets/theme/responsive.scss */
  .right-half-content {
    display: none;
  }
  /* line 583, app/assets/stylesheets/theme/responsive.scss */
  img.architect-rating {
    height: auto !important;
  }
  /* line 586, app/assets/stylesheets/theme/responsive.scss */
  button.remove_milestone.page-link {
    width: 150px;
  }
  /* line 589, app/assets/stylesheets/theme/responsive.scss */
  section.campaign-user-wrap {
    background: #FFFFFF;
    display: block;
    padding: 10px;
    height: auto;
    border: none;
  }
  /* line 596, app/assets/stylesheets/theme/responsive.scss */
  .form-compaign-img {
    display: block;
    margin-bottom: 20px;
  }
  /* line 600, app/assets/stylesheets/theme/responsive.scss */
  .compaign-form-border {
    background: #FFFFFF;
  }
  /* line 603, app/assets/stylesheets/theme/responsive.scss */
  .modal.form-comapign-modal.show {
    margin: 0;
  }
  /* line 606, app/assets/stylesheets/theme/responsive.scss */
  .form-comapign-modal .modal-dialog.modal-dialog-centered {
    max-width: 750px !important;
  }
  /* line 609, app/assets/stylesheets/theme/responsive.scss */
  input#AreaUC {
    margin-bottom: 10px;
  }
  /* line 612, app/assets/stylesheets/theme/responsive.scss */
  .accordion-wrap.cost-construction .card-header:after {
    top: 8px;
    font-size: 18px;
    left: unset;
    right: 0;
  }
  /* line 618, app/assets/stylesheets/theme/responsive.scss */
  span.cost-padding {
    padding-left: 0;
  }
  /* line 621, app/assets/stylesheets/theme/responsive.scss */
  .fixed-feild-width {
    width: auto;
  }
  /* line 624, app/assets/stylesheets/theme/responsive.scss */
  .tooltip1 .tooltiptext {
    top: 25px;
    left: unset;
    font-size: 14px;
    line-height: 22px;
    right: 0;
  }
  /* line 631, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.campaign-user-banner-form {
    display: block;
    position: relative;
    padding: 4% 0;
    background-size: cover;
    text-align: center;
    background-position: center center;
  }
  /* line 639, app/assets/stylesheets/theme/responsive.scss */
  .process-wrp-new-img img {
    width: 60%;
  }
  /* line 642, app/assets/stylesheets/theme/responsive.scss */
  .process-wrp-new-text {
    text-align: center;
  }
  /* line 645, app/assets/stylesheets/theme/responsive.scss */
  .process-wrp-new-text h4 {
    width: 450px;
    margin: 0px auto 20px;
  }
  /* line 649, app/assets/stylesheets/theme/responsive.scss */
  section.traditional-proces-wrp-new {
    padding-bottom: 40px;
  }
  /* line 652, app/assets/stylesheets/theme/responsive.scss */
  h2.head-h2 {
    font-size: 18px;
  }
  /* line 655, app/assets/stylesheets/theme/responsive.scss */
  .client-views-right .mySlides {
    width: 70%;
  }
  /* line 658, app/assets/stylesheets/theme/responsive.scss */
  .client-views-right {
    background-position: right;
  }
  /* line 661, app/assets/stylesheets/theme/responsive.scss */
  ul.happiness-list li {
    line-height: 30px;
  }
  /* line 664, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content h1 span.experience-w {
    font-size: 55px;
  }
  /* line 667, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content.home-renovation-wrp {
    width: 100%;
    bottom: 70px;
  }
  /* line 671, app/assets/stylesheets/theme/responsive.scss */
  table.table thead tr th, table.table thead tr td {
    font-size: 13px;
  }
  /* line 674, app/assets/stylesheets/theme/responsive.scss */
  table.table.milestone-tbl-wr td img {
    width: 30px;
    height: 30px;
    margin-bottom: 4px;
  }
  /* line 679, app/assets/stylesheets/theme/responsive.scss */
  span.app-head {
    font-size: 30px;
  }
  /*.banner-head-wp {
    top: 150px;
  }*/
  /* line 685, app/assets/stylesheets/theme/responsive.scss */
  .upload-aggrements-rp p {
    font-size: 18px;
  }
  /* line 688, app/assets/stylesheets/theme/responsive.scss */
  .upload-aggrements-rp img {
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
  }
  /* line 693, app/assets/stylesheets/theme/responsive.scss */
  .milestone-wrap-feilds {
    display: block;
  }
  /* line 696, app/assets/stylesheets/theme/responsive.scss */
  .field {
    font-size: 13px;
    margin-bottom: 5px;
  }
  /* line 700, app/assets/stylesheets/theme/responsive.scss */
  .work-in-progess {
    justify-content: center;
  }
  /* line 703, app/assets/stylesheets/theme/responsive.scss */
  .message-chat-content {
    height: 300px;
    min-height: 300px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  /* line 709, app/assets/stylesheets/theme/responsive.scss */
  .messaging-wrpp {
    min-height: 300px;
  }
  /* line 712, app/assets/stylesheets/theme/responsive.scss */
  .message-chatting-wrp .input-group {
    bottom: 0;
  }
  /* line 715, app/assets/stylesheets/theme/responsive.scss */
  .message-chatting-wrp {
    padding-bottom: 60px;
  }
  /* line 718, app/assets/stylesheets/theme/responsive.scss */
  .profile-about-left-new h6 {
    font-size: 16px;
  }
  /* line 721, app/assets/stylesheets/theme/responsive.scss */
  .profile-about-left-new span {
    font-size: 14px;
  }
  /* line 724, app/assets/stylesheets/theme/responsive.scss */
  .logo.dashboard-logo img {
    margin-left: 0;
  }
  /* line 727, app/assets/stylesheets/theme/responsive.scss */
  .header.head-bg-clr a#menu-action {
    background: transparent;
  }
  /* line 730, app/assets/stylesheets/theme/responsive.scss */
  .header.head-bg-clr #menu-action i {
    color: #0c1034;
  }
  /* line 733, app/assets/stylesheets/theme/responsive.scss */
  .work-budget {
    font-size: 15px;
  }
  /* line 736, app/assets/stylesheets/theme/responsive.scss */
  .user-profile-review-slider p {
    margin: 2%;
  }
  /* line 739, app/assets/stylesheets/theme/responsive.scss */
  p {
    font-size: 14px;
  }
  /* line 742, app/assets/stylesheets/theme/responsive.scss */
  .services-slick-slider-wrp-mobile .mobile-slick-slider a .offer-items-img {
    padding: 0;
  }
  /* line 745, app/assets/stylesheets/theme/responsive.scss */
  .header-wrap .navbar-nav .request-a-bttn a {
    padding: 6.5px 15px !important;
  }
}

@media (max-width: 991px) {
  /* line 750, app/assets/stylesheets/theme/responsive.scss */
  .drawingProject {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 753, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content.home-renovation-wrp h1 {
    font-size: 24px;
  }
  /* line 756, app/assets/stylesheets/theme/responsive.scss */
  .mobile-slick-slider {
    margin-top: -80px;
  }
  /* line 759, app/assets/stylesheets/theme/responsive.scss */
  .profile-data-responsive .dataTables_length {
    padding-left: 100px;
  }
  /* line 762, app/assets/stylesheets/theme/responsive.scss */
  .profile-data-responsive .dataTables_wrapper .dataTables_filter input[type="search"] {
    width: 180px;
  }
  /* line 765, app/assets/stylesheets/theme/responsive.scss */
  .profile-data-responsive .isTestUserCheckbox,
.profile-data-responsive .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    font-size: 14px;
  }
  /* line 770, app/assets/stylesheets/theme/responsive.scss */
  .home-wp-property {
    max-height: initial;
  }
  /* line 773, app/assets/stylesheets/theme/responsive.scss */
  .property-wraper-box {
    max-height: initial;
    height: auto;
  }
  /* line 777, app/assets/stylesheets/theme/responsive.scss */
  .home-wp-property .row [class*="col-"] .property-wraper-box .hidden-content {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 968px) {
  /* line 787, app/assets/stylesheets/theme/responsive.scss */
  .header-wrap .navbar-dark .navbar-nav .nav-link {
    margin: 0px 1px;
    font-size: 10px;
    padding-left: 2px;
    padding-right: 2px;
  }
}

@media (max-width: 768px) {
  /* line 795, app/assets/stylesheets/theme/responsive.scss */
  .edit-profile-modal-wp .modal-dialog {
    max-width: 700px;
  }
}

@media (max-width: 767px) {
  /* line 800, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content {
    width: 100%;
    max-width: 500px;
    top: unset;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0px auto;
  }
  /* line 809, app/assets/stylesheets/theme/responsive.scss */
  .bottom-more-options.open-menu .set-logout {
    position: unset;
  }
  /* line 812, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content .search-here input {
    width: 100%;
  }
  /* line 815, app/assets/stylesheets/theme/responsive.scss */
  .modal-apply-bg .modal-content {
    padding: 0 0;
  }
  /* line 818, app/assets/stylesheets/theme/responsive.scss */
  section.banner-sec-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.7));
    overflow: hidden;
    width: 100%;
    opacity: .6;
    top: 0;
    bottom: 0;
  }
  /* line 830, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content h1 span.experience-w {
    font-size: 36px;
  }
  /* line 833, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content h1 span.simple-font {
    font-size: 24px;
  }
  /* line 836, app/assets/stylesheets/theme/responsive.scss */
  .location-box #location {
    margin-right: 0;
  }
  /* line 839, app/assets/stylesheets/theme/responsive.scss */
  .about-us-content p {
    max-width: 100%;
  }
  /* line 842, app/assets/stylesheets/theme/responsive.scss */
  ul.slick-dots li {
    list-style-type: none;
  }
  /* line 845, app/assets/stylesheets/theme/responsive.scss */
  ul.slick-dots {
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 0;
  }
  /* line 853, app/assets/stylesheets/theme/responsive.scss */
  ul.slick-dots:focus {
    outline: none;
  }
  /* line 856, app/assets/stylesheets/theme/responsive.scss */
  .offer-items-img {
    padding: 10px 5px;
    margin: 0px 4px;
  }
  /* line 860, app/assets/stylesheets/theme/responsive.scss */
  .offer-items-img img {
    margin: 0px auto;
  }
  /* line 863, app/assets/stylesheets/theme/responsive.scss */
  ul.slick-dots li button:focus {
    outline: none;
  }
  /* line 866, app/assets/stylesheets/theme/responsive.scss */
  ul.slick-dots li button {
    width: 12px;
    height: 12px;
    background: #000;
    border: none;
    border-radius: 10px;
    margin: 0px 4px;
    line-height: 6px;
    color: transparent;
    display: inline-block;
  }
  /* line 877, app/assets/stylesheets/theme/responsive.scss */
  ul.slick-dots li.slick-active button {
    background: #8D9CF8;
  }
  /* line 880, app/assets/stylesheets/theme/responsive.scss */
  .profile-info {
    height: auto;
    margin-bottom: 4%;
    box-shadow: none;
  }
  /* line 885, app/assets/stylesheets/theme/responsive.scss */
  img.client-img {
    width: auto;
  }
  /* line 888, app/assets/stylesheets/theme/responsive.scss */
  .product-detail-card {
    margin: 0px 5px;
  }
  /* line 891, app/assets/stylesheets/theme/responsive.scss */
  .rating img {
    border: none;
    width: 100px;
  }
  /* line 895, app/assets/stylesheets/theme/responsive.scss */
  section.top-rated-services .carousel-inner {
    height: 520px;
  }
  /* line 898, app/assets/stylesheets/theme/responsive.scss */
  h2.head-h2 {
    font-size: 18px;
  }
  /* line 901, app/assets/stylesheets/theme/responsive.scss */
  .services-sec p br {
    display: none;
  }
  /* line 904, app/assets/stylesheets/theme/responsive.scss */
  .colored-sec p {
    text-align: center;
  }
  /* line 907, app/assets/stylesheets/theme/responsive.scss */
  .colored-sec p:before {
    right: 0;
    left: 0;
    margin: 0px auto;
  }
  /* line 912, app/assets/stylesheets/theme/responsive.scss */
  button.navbar-toggler {
    background: #0D2A58;
  }
  /* line 915, app/assets/stylesheets/theme/responsive.scss */
  .header-wrap ul.navbar-nav {
    border-top: 1px solid #DEDEDE;
    margin: 0px 0px;
    background: transparent;
    text-align: center;
    padding: 0px 0px;
  }
  /* line 922, app/assets/stylesheets/theme/responsive.scss */
  .header-wrap .navbar-dark .navbar-nav .nav-link {
    margin: 10px 4px;
    font-size: 16px;
    padding: 0px 20px;
    color: #fff;
    text-align: center;
  }
  /* line 929, app/assets/stylesheets/theme/responsive.scss */
  .header-wrap .navbar-dark .navbar-nav li.nav-item.lgoin-bttn .nav-link {
    background: #fff;
    color: #065890 !important;
    margin: 0px auto;
  }
  /* line 934, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content h1 {
    color: #FFFFFF;
    font-size: 26px;
  }
  /* line 938, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content p {
    font-size: 16px;
  }
  /* line 941, app/assets/stylesheets/theme/responsive.scss */
  .slider-products {
    display: block !important;
  }
  /* line 944, app/assets/stylesheets/theme/responsive.scss */
  .rating {
    margin: 2% 0;
  }
  /* line 947, app/assets/stylesheets/theme/responsive.scss */
  .block-team-member-1 h4 {
    font-size: 16px;
  }
  /* line 950, app/assets/stylesheets/theme/responsive.scss */
  .inner-testimonial-text p {
    padding: 0;
  }
  /* line 953, app/assets/stylesheets/theme/responsive.scss */
  .navbar-expand-md > .container {
    padding: 0px 15px;
  }
  /* line 956, app/assets/stylesheets/theme/responsive.scss */
  .header-wrap .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
  }
  /* line 959, app/assets/stylesheets/theme/responsive.scss */
  .dropdown-toggle::after {
    right: 120px;
  }
  /* line 962, app/assets/stylesheets/theme/responsive.scss */
  div#home {
    height: auto;
  }
  /* line 965, app/assets/stylesheets/theme/responsive.scss */
  .fixedHeight {
    max-width: 100%;
    width: auto !important;
  }
  /* line 969, app/assets/stylesheets/theme/responsive.scss */
  .ui-autocomplete {
    right: 15px;
  }
  /* line 972, app/assets/stylesheets/theme/responsive.scss */
  .mobile-block {
    display: block;
  }
  /* line 975, app/assets/stylesheets/theme/responsive.scss */
  .slick-prev:before, .slick-next:before {
    color: #4B64FF !important;
  }
  /* line 978, app/assets/stylesheets/theme/responsive.scss */
  .desktop-slick-slider {
    display: none;
  }
  /* line 981, app/assets/stylesheets/theme/responsive.scss */
  .offer-items-img:before {
    display: none;
  }
  /* line 987, app/assets/stylesheets/theme/responsive.scss */
  .mobile-slick-slider {
    padding: 15px;
  }
  /* line 990, app/assets/stylesheets/theme/responsive.scss */
  section.offer-sec .mobile-slick-slider {
    display: block;
    margin-top: 0;
    margin-bottom: 3%;
  }
  /* line 995, app/assets/stylesheets/theme/responsive.scss */
  .mobile-slick-slider {
    box-shadow: none;
  }
  /* line 998, app/assets/stylesheets/theme/responsive.scss */
  .page-link {
    font-size: 13px;
    padding: 10px;
  }
  /* line 1002, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content h4 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  /* line 1006, app/assets/stylesheets/theme/responsive.scss */
  .about-text-detail h3 {
    font-size: 19px;
  }
  /* line 1009, app/assets/stylesheets/theme/responsive.scss */
  .location-box #location {
    width: 140px;
    border-radius: 4px 0px 0px 4px;
    border-right: 1px solid #ccc;
  }
  /* line 1014, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content .search-here input {
    border-radius: 0px 4px 4px 0px;
  }
  /* line 1017, app/assets/stylesheets/theme/responsive.scss */
  .location-box {
    width: 30%;
  }
  /* line 1020, app/assets/stylesheets/theme/responsive.scss */
  .search-provider-btm {
    width: 70%;
  }
  /* line 1023, app/assets/stylesheets/theme/responsive.scss */
  .timeline-steps p {
    display: none;
  }
  /* line 1026, app/assets/stylesheets/theme/responsive.scss */
  .works-img img {
    width: 57%;
  }
  /* line 1029, app/assets/stylesheets/theme/responsive.scss */
  li.nav-item.notification img {
    margin: 0px auto;
    margin-left: auto !important;
  }
  /* line 1033, app/assets/stylesheets/theme/responsive.scss */
  .menus-bottom-res, .responsive-logo-wrap {
    display: block;
  }
  /* line 1036, app/assets/stylesheets/theme/responsive.scss */
  .menus-bottom-res ul.navbar-nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  /* line 1041, app/assets/stylesheets/theme/responsive.scss */
  .menus-bottom-res {
    position: fixed;
    bottom: 0;
    background: #0C1F3E;
    width: 100%;
    z-index: 999;
    height: 60px;
    line-height: 42px;
    box-shadow: 0px 0px 3px #ccc;
  }
  /* line 1051, app/assets/stylesheets/theme/responsive.scss */
  .menus-bottom-res ul.navbar-nav li a {
    color: #FFFFFF;
    font-size: 14px;
    padding-top: 0;
    line-height: 28px;
  }
  /* line 1057, app/assets/stylesheets/theme/responsive.scss */
  .menus-bottom-res ul li img {
    width: 20px;
    display: block;
    margin: 0px auto;
    padding-top: 10px;
  }
  /* line 1063, app/assets/stylesheets/theme/responsive.scss */
  .menus-bottom-res ul li {
    text-align: center;
  }
  /* line 1066, app/assets/stylesheets/theme/responsive.scss */
  .logo-responsive img {
    width: 80px;
    position: absolute;
    z-index: 99;
    top: 30px;
    background: #ffffffb5;
    padding: 10px;
    border-radius: 10px;
  }
  /* line 1075, app/assets/stylesheets/theme/responsive.scss */
  body {
    padding-bottom: 3.6rem;
  }
  /* line 1078, app/assets/stylesheets/theme/responsive.scss */
  .desktop-block {
    display: none;
  }
  /* line 1081, app/assets/stylesheets/theme/responsive.scss */
  #collapsibleNavbar, .navbar-toggler {
    display: none;
  }
  /* line 1084, app/assets/stylesheets/theme/responsive.scss */
  .menus-bottom-res ul.navbar-nav {
    background: transparent;
    margin: 0;
    padding: 0 !important;
  }
  /* line 1089, app/assets/stylesheets/theme/responsive.scss */
  .blog-content-box h2 {
    padding-top: 15px;
  }
  /* line 1092, app/assets/stylesheets/theme/responsive.scss */
  table#jobs-table th {
    display: none;
  }
  /* line 1095, app/assets/stylesheets/theme/responsive.scss */
  table#jobs-table tr {
    margin-bottom: 20px;
    display: block;
  }
  /* line 1099, app/assets/stylesheets/theme/responsive.scss */
  table#jobs-table tr td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #0C1F3E;
  }
  /* line 1106, app/assets/stylesheets/theme/responsive.scss */
  table#jobs-table tr td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
    width: 100%;
    font-size: 14px;
  }
  /* line 1113, app/assets/stylesheets/theme/responsive.scss */
  table#jobs-table tr:nth-of-type(odd) {
    background: rgba(0, 0, 0, 0.05);
  }
  /* line 1116, app/assets/stylesheets/theme/responsive.scss */
  .description-response {
    display: inline-block;
    text-align: justify;
    padding-top: 10px;
  }
  /* line 1121, app/assets/stylesheets/theme/responsive.scss */
  span.privacy-wrap {
    display: block;
  }
  /* line 1124, app/assets/stylesheets/theme/responsive.scss */
  span.privacy-wrap a {
    font-size: 13px;
  }
  /* line 1127, app/assets/stylesheets/theme/responsive.scss */
  .finding-work {
    margin-top: 60px;
    text-align: center;
  }
  /* line 1131, app/assets/stylesheets/theme/responsive.scss */
  .register-as-partners h1 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  /* line 1136, app/assets/stylesheets/theme/responsive.scss */
  .partner-img {
    margin-top: 25px;
  }
  /* line 1139, app/assets/stylesheets/theme/responsive.scss */
  .phone-application img {
    position: relative;
    bottom: 0;
  }
  /* line 1143, app/assets/stylesheets/theme/responsive.scss */
  .phone-application {
    margin-top: 20px;
  }
  /* line 1146, app/assets/stylesheets/theme/responsive.scss */
  .apllication-text-wrap {
    text-align: center;
  }
  /* line 1149, app/assets/stylesheets/theme/responsive.scss */
  .application-images-wrap {
    justify-content: center;
  }
  /* line 1152, app/assets/stylesheets/theme/responsive.scss */
  span.app-head {
    font-size: 30px;
  }
  /* line 1155, app/assets/stylesheets/theme/responsive.scss */
  .application-download-wrap h4 {
    font-size: 19px;
  }
  /* line 1158, app/assets/stylesheets/theme/responsive.scss */
  .top-architects-here {
    margin-bottom: 0px;
    height: auto;
    justify-content: left;
  }
  /* line 1163, app/assets/stylesheets/theme/responsive.scss */
  .breadcrumb {
    display: none;
  }
  /* line 1166, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page h1 {
    position: relative !important;
    background: none;
    padding: 0;
  }
  /* line 1171, app/assets/stylesheets/theme/responsive.scss */
  p.service-param {
    color: #fff;
    font-size: 14px;
    padding: 0px 3%;
  }
  /* line 1176, app/assets/stylesheets/theme/responsive.scss */
  select.language-dropdown {
    color: #636363;
    font-size: 17px !important;
    text-align: left;
    width: auto;
    background: #F7f7f7;
    border: none;
    margin-left: 0;
  }
  /* line 1185, app/assets/stylesheets/theme/responsive.scss */
  select.language-dropdown:focus {
    background: transparent;
    border-color: transparent;
  }
  /* line 1189, app/assets/stylesheets/theme/responsive.scss */
  .join-btn {
    padding: 10px;
  }
  /* line 1192, app/assets/stylesheets/theme/responsive.scss */
  .banner-text-wrp1 {
    display: none;
  }
  /* line 1195, app/assets/stylesheets/theme/responsive.scss */
  .architect-text-banner {
    top: unset;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0px auto;
  }
  /* line 1202, app/assets/stylesheets/theme/responsive.scss */
  .architect-text-banner h2 {
    font-size: 28px;
  }
  /* line 1205, app/assets/stylesheets/theme/responsive.scss */
  div#theCarousel span.carousel-control-prev-icon i, div#theCarousel .carousel-control-next-icon i {
    color: #d0d0d0;
  }
  /* line 1208, app/assets/stylesheets/theme/responsive.scss */
  img.architect-build {
    margin-bottom: 20px;
  }
  /* line 1211, app/assets/stylesheets/theme/responsive.scss */
  .top-banner-half-box-wrap {
    margin-top: 0;
    background: transparent;
    box-shadow: none;
  }
  /* line 1216, app/assets/stylesheets/theme/responsive.scss */
  .left-half-content img {
    display: none;
  }
  /* line 1219, app/assets/stylesheets/theme/responsive.scss */
  section.top-rated-service-providers-wrap {
    background: #cccccc36;
  }
  /* line 1222, app/assets/stylesheets/theme/responsive.scss */
  .dsk-none {
    display: block;
  }
  /* line 1225, app/assets/stylesheets/theme/responsive.scss */
  .right-half-content {
    display: none;
  }
  /* line 1228, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page {
    min-height: 360px;
  }
  /* line 1231, app/assets/stylesheets/theme/responsive.scss */
  a#scroll-button {
    bottom: 80px;
    right: 20px;
  }
  /* line 1235, app/assets/stylesheets/theme/responsive.scss */
  #chat-circle {
    bottom: 80px !important;
    right: unset !important;
    left: 20px;
  }
  /* line 1240, app/assets/stylesheets/theme/responsive.scss */
  .chat-box {
    right: unset !important;
    left: 20px;
    bottom: 70px !important;
  }
  /* line 1246, app/assets/stylesheets/theme/responsive.scss */
  #scroll-button {
    display: block !important;
  }
  /* line 1250, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page {
    height: 200px;
  }
  /* line 1253, app/assets/stylesheets/theme/responsive.scss */
  .join-btn {
    padding: 10px;
    font-size: 13px;
  }
  /* line 1257, app/assets/stylesheets/theme/responsive.scss */
  .milestone-table-wrap, .milestone-div {
    display: block;
  }
  /* line 1260, app/assets/stylesheets/theme/responsive.scss */
  .milestone-table-wrap span {
    text-align: left;
    width: 100%;
    display: none;
    margin-bottom: 20px;
  }
  /* line 1266, app/assets/stylesheets/theme/responsive.scss */
  .milestone-div select, .milestone-div input {
    width: 100%;
  }
  /* line 1269, app/assets/stylesheets/theme/responsive.scss */
  input.form-field.milestone-price {
    margin-left: 0;
  }
  /* line 1272, app/assets/stylesheets/theme/responsive.scss */
  .milestone-wrap-feilds, .custom-milestone {
    display: block;
  }
  /* line 1275, app/assets/stylesheets/theme/responsive.scss */
  .edit-milestone .milestone-div select, .edit-milestone .milestone-div input {
    width: 100%;
    margin-left: 0;
  }
  /* line 1279, app/assets/stylesheets/theme/responsive.scss */
  .edit-milestone input.form-field.milestone-price {
    margin-left: 0;
  }
  /* line 1282, app/assets/stylesheets/theme/responsive.scss */
  section.campaign-user-wrap h1 {
    font-size: 18px;
  }
  /* line 1285, app/assets/stylesheets/theme/responsive.scss */
  .form-compaign-head-content h4 {
    font-size: 15px;
  }
  /* line 1288, app/assets/stylesheets/theme/responsive.scss */
  span.form-donation {
    font-size: 18px;
  }
  /* line 1291, app/assets/stylesheets/theme/responsive.scss */
  .form-comapign-modal .modal-dialog.modal-dialog-centered {
    max-width: 550px !important;
  }
  /* line 1294, app/assets/stylesheets/theme/responsive.scss */
  .user-details-wrapper h1.head-h3.dashboard-layouts-head {
    font-size: 22px;
    background: #0d2a58b3;
    top: unset;
    bottom: 0;
    margin-bottom: 0;
    padding: 20px;
  }
  /* line 1302, app/assets/stylesheets/theme/responsive.scss */
  .user-details-wrapper h1.head-h3.dashboard-layouts-head.responive-head-remove {
    display: none;
  }
  /* line 1305, app/assets/stylesheets/theme/responsive.scss */
  .services-checkbox-wrap {
    column-count: 1;
  }
  /* line 1308, app/assets/stylesheets/theme/responsive.scss */
  table.table.aggrement-table-data thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  /* line 1318, app/assets/stylesheets/theme/responsive.scss */
  table.table.aggrement-table-data tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  /* line 1324, app/assets/stylesheets/theme/responsive.scss */
  table.table.aggrement-table-data td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  /* line 1331, app/assets/stylesheets/theme/responsive.scss */
  table.table.aggrement-table-data td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  /* line 1338, app/assets/stylesheets/theme/responsive.scss */
  table.table.aggrement-table-data td:last-child {
    border-bottom: 0;
  }
  /* line 1341, app/assets/stylesheets/theme/responsive.scss */
  h2.agreement-head {
    font-size: 18px;
  }
  /* line 1344, app/assets/stylesheets/theme/responsive.scss */
  .description-wrp-res {
    display: none;
  }
  /* line 1347, app/assets/stylesheets/theme/responsive.scss */
  .process-wrp-new-text-app {
    text-align: center;
    margin-bottom: 20px;
  }
  /* line 1351, app/assets/stylesheets/theme/responsive.scss */
  .process-wrp-new-text-app h4 {
    width: 225px;
    margin: 0px auto 15px;
    font-size: 23px;
  }
  /* line 1356, app/assets/stylesheets/theme/responsive.scss */
  .login-right-bottom ul.navbar-nav {
    display: none;
  }
  /* line 1359, app/assets/stylesheets/theme/responsive.scss */
  section.happiness-guaranteed-new-wrap {
    height: auto;
    background: #f8f8f8;
  }
  /* line 1363, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content.home-renovation-wrp {
    width: 100%;
    max-width: 500px;
    text-align: center;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0px auto;
    padding: 10px;
  }
  /* line 1373, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content.home-renovation-wrp h1 {
    color: #FFFFFF;
    font-size: 26px;
  }
  /* line 1377, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content.home-renovation-wrp h4 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  /* line 1381, app/assets/stylesheets/theme/responsive.scss */
  h1.wordk-hd {
    font-size: 22px;
  }
  /* line 1384, app/assets/stylesheets/theme/responsive.scss */
  div#myBtnContainer button {
    width: 120px;
  }
  /* line 1387, app/assets/stylesheets/theme/responsive.scss */
  .hrm-details-wrap.all-pages-bg {
    padding: 0;
  }
  /* line 1390, app/assets/stylesheets/theme/responsive.scss */
  .tab-content-wrapping {
    padding: 10px;
  }
  /* line 1393, app/assets/stylesheets/theme/responsive.scss */
  .work_client-wrap {
    padding: 10px 20px 10px;
  }
  /* line 1396, app/assets/stylesheets/theme/responsive.scss */
  .hrm-details-wrap.dashbaord-padding {
    padding: 20px;
  }
  /* line 1399, app/assets/stylesheets/theme/responsive.scss */
  .hrm-details-wrap.all-pages-bg div#myBtnContainer button {
    text-align: center;
    width: 100px;
    font-size: 12px;
  }
  /* line 1404, app/assets/stylesheets/theme/responsive.scss */
  .reponsive-padding-top {
    padding-top: 20px;
  }
  /* line 1410, app/assets/stylesheets/theme/responsive.scss */
  .profile-details-dashboard span {
    width: 200px;
  }
  /* line 1413, app/assets/stylesheets/theme/responsive.scss */
  .project-services-btn span {
    margin-right: 3px;
  }
  /* line 1416, app/assets/stylesheets/theme/responsive.scss */
  .header-contract-material span {
    display: none;
  }
  /* line 1419, app/assets/stylesheets/theme/responsive.scss */
  .header-contract-material {
    background: transparent;
    margin-bottom: 0;
  }
  /* line 1423, app/assets/stylesheets/theme/responsive.scss */
  .cont-material-div {
    display: block;
  }
  /* line 1426, app/assets/stylesheets/theme/responsive.scss */
  .cont-material-div input {
    margin: auto;
    margin-bottom: 10px;
    font-size: 12px;
    padding: 10px;
    color: #888;
  }
  /* line 1433, app/assets/stylesheets/theme/responsive.scss */
  ol#add-cont-mat-div {
    width: 100%;
    padding: 0px 20px;
  }
  /* line 1437, app/assets/stylesheets/theme/responsive.scss */
  .material-form-div input, .material-form-div select {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 1441, app/assets/stylesheets/theme/responsive.scss */
  .general-notification .nav-tabs li a {
    font-size: 13px;
  }
  /* line 1444, app/assets/stylesheets/theme/responsive.scss */
  span.for-service {
    display: none;
  }
  /* line 1447, app/assets/stylesheets/theme/responsive.scss */
  .profile-bg-h, .profile-about-wrap-new {
    min-height: auto;
  }
  /* line 1450, app/assets/stylesheets/theme/responsive.scss */
  .profile-msg-left p {
    font-size: 14px;
    text-align: justify;
  }
  /* line 1454, app/assets/stylesheets/theme/responsive.scss */
  .provider-dashboard-head, .header #menu-action {
    background: transparent;
    border-bottom: none;
  }
  /* line 1458, app/assets/stylesheets/theme/responsive.scss */
  .work-user-profile, .about-user-profile, .user-profile-reviews {
    padding: 20px;
  }
  /* line 1461, app/assets/stylesheets/theme/responsive.scss */
  .work-user-profile img {
    width: 100px;
    height: 100px;
  }
  /* line 1465, app/assets/stylesheets/theme/responsive.scss */
  .service-provider-dashboard-footer {
    position: relative;
  }
  /* line 1468, app/assets/stylesheets/theme/responsive.scss */
  .employee-footer {
    position: static;
  }
  /* line 1472, app/assets/stylesheets/theme/responsive.scss */
  .apply-modal-img {
    text-align: center;
  }
  /* line 1475, app/assets/stylesheets/theme/responsive.scss */
  .apply-modal-img img {
    width: 40%;
    margin-bottom: 20px;
  }
  /* line 1479, app/assets/stylesheets/theme/responsive.scss */
  .edit-profile-modal-wp .modal-dialog {
    max-width: 550px;
  }
  /* line 1482, app/assets/stylesheets/theme/responsive.scss */
  .apply-modal-form {
    padding-right: 0;
  }
  /* line 1485, app/assets/stylesheets/theme/responsive.scss */
  .btn-toggle {
    margin: 0;
  }
  /* line 1488, app/assets/stylesheets/theme/responsive.scss */
  .emp-add-td {
    justify-content: flex-end;
  }
  /* line 1491, app/assets/stylesheets/theme/responsive.scss */
  .work_client-wrap-emp.payment-date {
    display: block;
  }
  /* line 1494, app/assets/stylesheets/theme/responsive.scss */
  .payment-filters {
    justify-content: space-between;
    margin-top: 10px;
  }
  /* line 1498, app/assets/stylesheets/theme/responsive.scss */
  .work_client-wrap-emp.payment-date .input-group.add-on input {
    width: 100%;
  }
  /* line 1501, app/assets/stylesheets/theme/responsive.scss */
  .table td:first-child {
    width: auto;
  }
  /* line 1504, app/assets/stylesheets/theme/responsive.scss */
  .milestone-details-in .payment-method-options .nav-tabs .nav-link {
    width: 100%;
    font-size: 15px;
  }
  /* line 1508, app/assets/stylesheets/theme/responsive.scss */
  .contract-profile-name {
    padding-right: 0;
  }
  /* line 1511, app/assets/stylesheets/theme/responsive.scss */
  .milestone-buttons {
    padding-right: 20px;
  }
  /* line 1514, app/assets/stylesheets/theme/responsive.scss */
  .container.invi-form {
    width: 100%;
  }
  /* line 1517, app/assets/stylesheets/theme/responsive.scss */
  .invite-container-div {
    width: 97% !important;
  }
  /* line 1521, app/assets/stylesheets/theme/responsive.scss */
  .drawing-container {
    margin-right: 8px !important;
  }
  /* line 1524, app/assets/stylesheets/theme/responsive.scss */
  .milestone-buttons span button {
    white-space: nowrap;
  }
  /* line 1527, app/assets/stylesheets/theme/responsive.scss */
  .drawingProject {
    grid-template-columns: repeat(1, 1fr);
  }
  /* line 1530, app/assets/stylesheets/theme/responsive.scss */
  .offer-item-slider .row [class*="col-"] {
    display: flex;
  }
  /* line 1533, app/assets/stylesheets/theme/responsive.scss */
  #service-offer-section .offer-item-slider .row [class*="col-"] {
    flex-direction: column;
  }
  /* line 1536, app/assets/stylesheets/theme/responsive.scss */
  #service-offer-section .offer-item-slider .row .border_right {
    border-right: none !important;
  }
  /* line 1539, app/assets/stylesheets/theme/responsive.scss */
  .services-slick-slider-wrp-mobile .offer-item-slider .row [class*="col-"] {
    flex-direction: column;
  }
  /* line 1542, app/assets/stylesheets/theme/responsive.scss */
  .services-slick-slider-wrp-mobile .mobile-slick-slider a .offer-items-img {
    margin: 0;
  }
  /* line 1545, app/assets/stylesheets/theme/responsive.scss */
  .services-slick-slider-wrp-mobile .mobile-slick-slider {
    padding: 40px 0;
  }
  /* line 1548, app/assets/stylesheets/theme/responsive.scss */
  .mobile-container .container {
    max-width: 100%;
  }
  /* line 1551, app/assets/stylesheets/theme/responsive.scss */
  .overlap-form .inner-banner-content {
    max-width: 100%;
    padding: 0;
  }
  /* line 1555, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content.home-renovation-wrp h1 {
    font-size: 20px;
    line-height: normal;
  }
  /* line 1559, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content.home-renovation-wrp h4 {
    font-size: 15px;
  }
  /* line 1562, app/assets/stylesheets/theme/responsive.scss */
  .services-slick-slider-wrp-mobile .container {
    max-width: 100%;
  }
  /* line 1566, app/assets/stylesheets/theme/responsive.scss */
  .h135 {
    height: 135px;
  }
  /* line 1569, app/assets/stylesheets/theme/responsive.scss */
  .image-slider #category-upload-drawing, .image-slider #category-reference-drawing {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1573, app/assets/stylesheets/theme/responsive.scss */
  .image-slider #category-upload-drawing .close.AClass, .image-slider #category-reference-drawing .close.AClass {
    right: 0;
  }
  /* line 1576, app/assets/stylesheets/theme/responsive.scss */
  .image-slider #category-upload-drawing .prev, .image-slider #category-upload-drawing .next,
.image-slider #category-reference-drawing .prev, .image-slider #category-reference-drawing .next {
    opacity: 0.3;
  }
  /* line 1581, app/assets/stylesheets/theme/responsive.scss */
  .profile-data-responsive .dataTables_length {
    width: 100%;
    justify-content: flex-end;
    display: inline-flex;
  }
  /* line 1586, app/assets/stylesheets/theme/responsive.scss */
  .profile-data-responsive .dataTables_filter {
    width: 100%;
  }
  /* line 1589, app/assets/stylesheets/theme/responsive.scss */
  .profile-data-responsive .dataTables_filter label {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
  }
  /* line 1596, app/assets/stylesheets/theme/responsive.scss */
  .profile-data-responsive .dataTables_wrapper .dataTables_filter input[type="search"] {
    width: 100%;
    max-width: 100%;
  }
  /* line 1600, app/assets/stylesheets/theme/responsive.scss */
  .services__provider_list .dataTables_length {
    float: left;
  }
  /* line 1603, app/assets/stylesheets/theme/responsive.scss */
  .services__provider_list .dataTables_filter {
    float: right;
    margin-top: inherit;
  }
  /* line 1607, app/assets/stylesheets/theme/responsive.scss */
  .services__provider_list .dataTables_wrapper .dataTables_filter input[type="search"] {
    max-width: 200px;
  }
  /* line 1610, app/assets/stylesheets/theme/responsive.scss */
  .service-card-detail .provider-service-address {
    overflow: inherit;
    text-overflow: inherit;
    display: flex;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
    line-height: normal;
    align-items: baseline;
  }
  /* line 1619, app/assets/stylesheets/theme/responsive.scss */
  .mobile-slick-slider {
    margin-top: 0;
  }
  /* line 1622, app/assets/stylesheets/theme/responsive.scss */
  .header-responisve-view .responsive-logo-wrap .container {
    max-width: 100%;
  }
  /* line 1625, app/assets/stylesheets/theme/responsive.scss */
  .banner-head-wp .container {
    max-width: 100%;
  }
  /* line 1628, app/assets/stylesheets/theme/responsive.scss */
  .banner-head-wp h1 {
    font-size: 32px;
    line-height: 46px;
  }
  /* line 1632, app/assets/stylesheets/theme/responsive.scss */
  .application-images-wrap .install-btn {
    justify-content: center;
  }
  /* line 1635, app/assets/stylesheets/theme/responsive.scss */
  .download-app-btn a {
    padding: 16px 26px;
  }
}

@media screen and (max-width: 575px) {
  /* line 1640, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content.home-renovation-wrp {
    max-width: 100%;
    padding: 10px 0;
  }
  /* line 1644, app/assets/stylesheets/theme/responsive.scss */
  .leftcol-bg {
    padding: 20px 20px !important;
  }
  /* line 1647, app/assets/stylesheets/theme/responsive.scss */
  .services-slick-slider-wrp-mobile .offer-item-slider.mobile-gutter-space .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  /* line 1651, app/assets/stylesheets/theme/responsive.scss */
  .services-slick-slider-wrp-mobile .offer-item-slider.mobile-gutter-space .row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 1655, app/assets/stylesheets/theme/responsive.scss */
  .banner-sec-wrap .carousel .overlap-form {
    align-items: end;
    padding-bottom: 30px;
  }
  /* line 1659, app/assets/stylesheets/theme/responsive.scss */
  .mobile-slick-slider {
    margin-top: 0;
  }
  /* line 1662, app/assets/stylesheets/theme/responsive.scss */
  .services-slick-slider-wrp-mobile {
    padding: 35px 0;
  }
  /* line 1665, app/assets/stylesheets/theme/responsive.scss */
  .mobile-slick-slider h2 {
    color: #171717 !important;
  }
  /* line 1668, app/assets/stylesheets/theme/responsive.scss */
  .overlap-form .location-box #location {
    width: 100%;
  }
  /* line 1671, app/assets/stylesheets/theme/responsive.scss */
  .services-slick-slider-wrp .mobile-slick-slider .offer-item-slider h2 {
    font-size: 20px;
  }
  /* line 1674, app/assets/stylesheets/theme/responsive.scss */
  .service-provider-dashboard-footer p {
    font-size: 12px;
  }
  /* line 1678, app/assets/stylesheets/theme/responsive.scss */
  .image-slider #category-upload-drawing,
.image-slider #category-reference-drawing {
    margin-top: 40px;
  }
  /* line 1682, app/assets/stylesheets/theme/responsive.scss */
  .image-slider #category-upload-drawing .close.AClass,
.image-slider #category-reference-drawing .close.AClass {
    top: -40px;
  }
  /* line 1686, app/assets/stylesheets/theme/responsive.scss */
  .image-slider #category-upload-drawing .close.AClass,
.image-slider #category-reference-drawing .close.AClass {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  /* line 1692, app/assets/stylesheets/theme/responsive.scss */
  .image-slider #category-upload-drawing .prev,
.image-slider #category-upload-drawing .next,
.image-slider #category-reference-drawing .prev,
.image-slider #category-reference-drawing .next {
    width: 38px;
    height: 40px;
    font-size: 16px;
  }
  /* line 1700, app/assets/stylesheets/theme/responsive.scss */
  .services-slick-slider-wrp-mobile .mobile-slick-slider {
    padding: 0px 0;
  }
  /* line 1703, app/assets/stylesheets/theme/responsive.scss */
  .banner-head-wp h1 {
    font-size: 24px;
    line-height: 36px;
  }
  /* line 1707, app/assets/stylesheets/theme/responsive.scss */
  .banner-head-wp h1 span {
    font-size: 16px;
  }
  /* line 1710, app/assets/stylesheets/theme/responsive.scss */
  .register-as-partners h1 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 30px;
  }
}

@media (max-width: 568px) {
  /* line 1718, app/assets/stylesheets/theme/responsive.scss */
  .container-fluid.invi-wr {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 1722, app/assets/stylesheets/theme/responsive.scss */
  section.top-rated-services .carousel-inner {
    height: 545px;
  }
  /* line 1725, app/assets/stylesheets/theme/responsive.scss */
  .location-box #location {
    width: 120px;
  }
  /* line 1728, app/assets/stylesheets/theme/responsive.scss */
  .location-box {
    width: 30%;
  }
  /* line 1731, app/assets/stylesheets/theme/responsive.scss */
  .search-provider-btm {
    width: 70%;
  }
  /* line 1734, app/assets/stylesheets/theme/responsive.scss */
  .location-box #location {
    height: 42px;
    font-size: 14px;
  }
  /* line 1738, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content .search-here input {
    height: 42px;
    font-size: 14px;
  }
  /* line 1742, app/assets/stylesheets/theme/responsive.scss */
  a#location i.fa.fa-map-marker {
    left: 9px;
    font-size: 16px;
  }
  /* line 1746, app/assets/stylesheets/theme/responsive.scss */
  .dropdown-toggle::after {
    right: 80px;
  }
  /* line 1749, app/assets/stylesheets/theme/responsive.scss */
  .slick-prev:before, .slick-next:before, button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    display: none !important;
  }
  /* line 1753, app/assets/stylesheets/theme/responsive.scss */
  section.banner-sec-wrap, section.banner-sec-wrap .carousel-inner img {
    height: 370px;
    background-position: center;
  }
  /* line 1757, app/assets/stylesheets/theme/responsive.scss */
  section.banner-sec-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.7));
    overflow: hidden;
    width: 100%;
    opacity: .6;
    top: 0;
    bottom: 0;
  }
  /* line 1769, app/assets/stylesheets/theme/responsive.scss */
  .select-drop-list {
    top: 58px;
  }
  /* line 1772, app/assets/stylesheets/theme/responsive.scss */
  .search-provider-btm p {
    display: none;
  }
  /* line 1775, app/assets/stylesheets/theme/responsive.scss */
  .email-subscribe form input, .email-subscribe button.btn.cstm-bttn {
    height: 46px;
  }
  /* line 1778, app/assets/stylesheets/theme/responsive.scss */
  .blog-wrap {
    padding: 20px;
  }
  /* line 1781, app/assets/stylesheets/theme/responsive.scss */
  .profile-data-table.create-jobs .container {
    padding: 0px;
  }
  /* line 1784, app/assets/stylesheets/theme/responsive.scss */
  .without-applicant {
    width: 80%;
  }
  /* line 1787, app/assets/stylesheets/theme/responsive.scss */
  .profile-info p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  /* line 1795, app/assets/stylesheets/theme/responsive.scss */
  .suppliers-content h6 {
    font-size: 15px;
  }
  /* line 1798, app/assets/stylesheets/theme/responsive.scss */
  .materials-suppliers.pb-5.pt-4.text-center {
    padding-top: 0 !important;
  }
  /* line 1801, app/assets/stylesheets/theme/responsive.scss */
  .traditional-process {
    padding: 40px 20px;
  }
  /* line 1804, app/assets/stylesheets/theme/responsive.scss */
  .traditional-process h3 {
    font-size: 17px;
  }
  /* line 1807, app/assets/stylesheets/theme/responsive.scss */
  #myModal2 .modal-dialog {
    height: auto;
  }
  /* line 1810, app/assets/stylesheets/theme/responsive.scss */
  .cutomer-satisfied-img img {
    width: 50px;
  }
  /* line 1813, app/assets/stylesheets/theme/responsive.scss */
  .application-images-wrap img {
    width: 130px;
  }
  /* line 1816, app/assets/stylesheets/theme/responsive.scss */
  .application-download-wrap h4 {
    font-size: 17px;
  }
  /* line 1819, app/assets/stylesheets/theme/responsive.scss */
  .join-constrcution-services h2 {
    font-size: 16px;
  }
  /* line 1822, app/assets/stylesheets/theme/responsive.scss */
  .onboading-content h5, .services-paragraph h2 {
    font-size: 16px;
  }
  /* line 1825, app/assets/stylesheets/theme/responsive.scss */
  .office-constrcution-wp img {
    object-fit: cover;
    height: 150px;
  }
  /* line 1829, app/assets/stylesheets/theme/responsive.scss */
  .architect-text-banner {
    padding: 20px;
  }
  /* line 1832, app/assets/stylesheets/theme/responsive.scss */
  .architect-text-banner h2 {
    font-size: 22px;
  }
  /* line 1835, app/assets/stylesheets/theme/responsive.scss */
  .architect-text-show h2 {
    font-size: 20px;
  }
  /* line 1838, app/assets/stylesheets/theme/responsive.scss */
  div#theCarousel .carousel-control-prev {
    left: -30px;
  }
  /* line 1841, app/assets/stylesheets/theme/responsive.scss */
  div#theCarousel .carousel-control-next {
    right: -30px;
  }
  /* line 1844, app/assets/stylesheets/theme/responsive.scss */
  .chat-box {
    left: 0 !important;
    right: 0;
    max-width: 100% !important;
    bottom: 60px !important;
  }
  /* line 1850, app/assets/stylesheets/theme/responsive.scss */
  .form-comapign-modal .modal-dialog.modal-dialog-centered {
    max-width: 100% !important;
    margin: 20px 10px;
  }
  /* line 1854, app/assets/stylesheets/theme/responsive.scss */
  h2.head-h2 {
    font-size: 18px;
  }
  /* line 1857, app/assets/stylesheets/theme/responsive.scss */
  .client-views-right {
    background-position: unset;
  }
  /* line 1860, app/assets/stylesheets/theme/responsive.scss */
  .client-views-right .mySlides {
    width: 100%;
    text-align: justify;
  }
  /* line 1864, app/assets/stylesheets/theme/responsive.scss */
  .client-views-left h4 {
    width: 110px;
    font-size: 18px;
  }
  /* line 1868, app/assets/stylesheets/theme/responsive.scss */
  .process-wrp-new-text h4 {
    width: 370px;
    font-size: 18px;
  }
  /* line 1872, app/assets/stylesheets/theme/responsive.scss */
  .happiness-guaranteed-left h4 {
    font-size: 18px;
    width: 220px;
  }
  /* line 1876, app/assets/stylesheets/theme/responsive.scss */
  .hrm-details-wrap.all-pages-bg .profile-data-table {
    padding-top: 20px;
  }
  /* line 1879, app/assets/stylesheets/theme/responsive.scss */
  .media-user-nm h4 {
    font-size: 15px;
  }
  /* line 1882, app/assets/stylesheets/theme/responsive.scss */
  .general-notification .nav-tabs {
    display: block;
    border-radius: 0;
    text-align: center;
  }
  /* line 1887, app/assets/stylesheets/theme/responsive.scss */
  .work_client-wrap select#status_id {
    width: 100%;
    margin-left: 15px;
    font-size: 14px;
  }
  /* line 1892, app/assets/stylesheets/theme/responsive.scss */
  select.services {
    height: 30px;
    margin-bottom: 0;
    padding: 4px;
    font-size: 13px;
    margin-left: 10px;
    width: 100%;
  }
  /* line 1900, app/assets/stylesheets/theme/responsive.scss */
  .form-wrap.new-login-rp {
    padding: 0;
    margin: 0;
  }
  /* line 1904, app/assets/stylesheets/theme/responsive.scss */
  .new-login-tab-wrap ul li a {
    font-size: 15px;
    padding: 10px;
  }
  /* line 1908, app/assets/stylesheets/theme/responsive.scss */
  .form-wrap.new-login-rp {
    padding: 0;
    margin: 0;
  }
  /* line 1912, app/assets/stylesheets/theme/responsive.scss */
  .new-login-tab-wrap ul li a {
    font-size: 14px;
    padding: 10px 3px;
  }
  /* line 1916, app/assets/stylesheets/theme/responsive.scss */
  a.carousel-control-prev {
    left: -20px;
  }
  /* line 1919, app/assets/stylesheets/theme/responsive.scss */
  .user-profile-reviews .carousel-control-next {
    right: -20px;
  }
  /* line 1922, app/assets/stylesheets/theme/responsive.scss */
  .user-profile-info h3 {
    font-size: 20px;
  }
  /* line 1925, app/assets/stylesheets/theme/responsive.scss */
  .date-contact, .date-contact span, .work-bttns-new1, .work-bttns-new1 span {
    display: block;
  }
  /* line 1928, app/assets/stylesheets/theme/responsive.scss */
  .work_client-wrap-emp {
    margin-bottom: 10px;
  }
  /* line 1931, app/assets/stylesheets/theme/responsive.scss */
  .work_client-wrap-emp .input-group.add-on input {
    margin-bottom: 5px;
  }
  /* line 1934, app/assets/stylesheets/theme/responsive.scss */
  .work_client-wrap-emp .input-group.add-on input {
    width: 100%;
  }
  /* line 1937, app/assets/stylesheets/theme/responsive.scss */
  .work_client-wrap-emp {
    display: block;
  }
  /* line 1940, app/assets/stylesheets/theme/responsive.scss */
  .milestone-select {
    margin-bottom: 10px !important;
    margin-left: 0 !important;
    padding: 6px !important;
  }
  /* line 1945, app/assets/stylesheets/theme/responsive.scss */
  .page-link.add--milestone.stone-add {
    margin-left: 2px;
  }
  /* line 1948, app/assets/stylesheets/theme/responsive.scss */
  .milestone-modal-btn .apply-submit.close-bt {
    width: 90px;
  }
  /* line 1951, app/assets/stylesheets/theme/responsive.scss */
  .apply-submit {
    font-size: 14px;
  }
  /* line 1954, app/assets/stylesheets/theme/responsive.scss */
  .payment-method-options .nav-tabs .nav-link {
    width: auto;
  }
  /* line 1957, app/assets/stylesheets/theme/responsive.scss */
  .contract-profile {
    display: block;
  }
  /* line 1960, app/assets/stylesheets/theme/responsive.scss */
  .contract-head-text {
    margin-bottom: 15px;
    border-bottom: 1px solid #565656;
  }
  /* line 1964, app/assets/stylesheets/theme/responsive.scss */
  .contract-head-text h4 {
    font-size: 18px;
    margin-bottom: 0 !important;
  }
  /* line 1968, app/assets/stylesheets/theme/responsive.scss */
  .contract-head-text span {
    font-size: 14px;
  }
  /* line 1971, app/assets/stylesheets/theme/responsive.scss */
  .milestone-details-in .payment-method-options .nav-tabs .nav-link {
    font-size: 13px;
  }
  /* line 1974, app/assets/stylesheets/theme/responsive.scss */
  .contract-profile-name img {
    width: 40px;
    height: 40px;
  }
  /* line 1981, app/assets/stylesheets/theme/responsive.scss */
  .milestone-details-btn h5 {
    border-bottom: none !important;
    padding: 10px !important;
  }
  /* line 1985, app/assets/stylesheets/theme/responsive.scss */
  .milestone-buttons {
    padding: 0px 10px;
  }
  /* line 1988, app/assets/stylesheets/theme/responsive.scss */
  .budget-amounts span {
    line-height: 30px;
    font-size: 14px;
  }
  /* line 1992, app/assets/stylesheets/theme/responsive.scss */
  .budget-amount-review {
    display: block;
    column-count: 2;
  }
  /* line 1996, app/assets/stylesheets/theme/responsive.scss */
  .budget-amounts {
    width: 100%;
  }
  /* line 1999, app/assets/stylesheets/theme/responsive.scss */
  .budget-amounts span {
    text-align: left;
  }
  /* line 2002, app/assets/stylesheets/theme/responsive.scss */
  .milestone-modals .modal-content .modal-header h4 {
    font-size: 16px;
  }
  /* line 2005, app/assets/stylesheets/theme/responsive.scss */
  div#newProviderModal .profile_content, div#editProviderModal .profile_content {
    padding: 0;
  }
  /* line 2008, app/assets/stylesheets/theme/responsive.scss */
  .modal-apply-bg .modal-header .close, .milestone-modals .modal-header .close {
    font-size: 20px;
    right: 20px;
  }
  /* line 2012, app/assets/stylesheets/theme/responsive.scss */
  select.data-select-classic {
    height: 47px;
  }
  /* line 2015, app/assets/stylesheets/theme/responsive.scss */
  .work_client-wrap-emp.emp-select-res {
    display: block;
  }
  /* line 2018, app/assets/stylesheets/theme/responsive.scss */
  span.selct-label label {
    padding-right: 10px;
  }
  /* line 2021, app/assets/stylesheets/theme/responsive.scss */
  span.selct-label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  /* line 2025, app/assets/stylesheets/theme/responsive.scss */
  .edit-delete-action {
    margin-left: 4px;
  }
  /* line 2028, app/assets/stylesheets/theme/responsive.scss */
  .edit-delete-action span {
    margin: 0px 14px;
  }
  /* line 2031, app/assets/stylesheets/theme/responsive.scss */
  .edit-delete-action span img {
    width: 20px;
  }
  /* line 2034, app/assets/stylesheets/theme/responsive.scss */
  a.carousel-control-prev, a.carousel-control-next {
    display: none;
  }
  /* line 2037, app/assets/stylesheets/theme/responsive.scss */
  div#page-content-wrapper {
    margin-top: 0px;
  }
}

@media (max-width: 480px) {
  /* line 2042, app/assets/stylesheets/theme/responsive.scss */
  div#welcome-msg-show-modal .modal-dialog .modal-content {
    padding: 0;
  }
  /* line 2045, app/assets/stylesheets/theme/responsive.scss */
  .email-subscribe button.btn.cstm-bttn {
    right: 10px;
  }
  /* line 2048, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content h4 {
    font-size: 14px;
  }
  /* line 2051, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content {
    padding-left: 15px;
  }
  /* line 2054, app/assets/stylesheets/theme/responsive.scss */
  section.client-info-wrap {
    padding: 10% 0;
  }
  /* line 2057, app/assets/stylesheets/theme/responsive.scss */
  img.client-img {
    width: 100px;
    margin-bottom: 4%;
    height: 100px;
    border-radius: 50%;
  }
  /* line 2063, app/assets/stylesheets/theme/responsive.scss */
  .happiness-guaranteed-left p {
    margin-bottom: 20px !important;
  }
  /* line 2066, app/assets/stylesheets/theme/responsive.scss */
  h2.head-h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* line 2070, app/assets/stylesheets/theme/responsive.scss */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg,
.navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
    padding: 0px 15px;
  }
  /* line 2074, app/assets/stylesheets/theme/responsive.scss */
  .header-wrap ul.navbar-nav {
    padding: 0px 10px;
  }
  /* line 2077, app/assets/stylesheets/theme/responsive.scss */
  section.top-rated-services .carousel-inner {
    height: 400px;
    margin-bottom: 10%;
  }
  /* line 2081, app/assets/stylesheets/theme/responsive.scss */
  .profile-info p {
    text-align: center;
  }
  /* line 2085, app/assets/stylesheets/theme/responsive.scss */
  .get-ib-touch.mb-5 {
    margin-bottom: 1rem !important;
  }
  /* line 2088, app/assets/stylesheets/theme/responsive.scss */
  .dropdown-toggle::after {
    right: 40px;
  }
  /* line 2091, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content h1 {
    font-size: 26px;
  }
  /* line 2095, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content p {
    font-size: 14px;
    line-height: 24px;
  }
  /* line 2100, app/assets/stylesheets/theme/responsive.scss */
  .colored-sec p {
    font-size: 12px;
  }
  /* line 2103, app/assets/stylesheets/theme/responsive.scss */
  .inner-offer-sec p, .about-us-content p, .services-sec p, .client-info p, .profile-info p {
    font-size: 13px;
  }
  /* line 2106, app/assets/stylesheets/theme/responsive.scss */
  .offer-items-img h5 {
    min-height: 50px;
  }
  /* line 2109, app/assets/stylesheets/theme/responsive.scss */
  .inner-footer-menu p {
    font-size: 14px;
    line-height: 25px;
  }
  /* line 2114, app/assets/stylesheets/theme/responsive.scss */
  .page-link {
    font-size: 12px;
    padding: 6px;
  }
  /* line 2118, app/assets/stylesheets/theme/responsive.scss */
  .client-info h4 {
    font-size: 18px;
    margin-bottom: 1%;
  }
  /* line 2122, app/assets/stylesheets/theme/responsive.scss */
  .contact-form.pt-4 {
    padding-top: 0 !important;
  }
  /* line 2125, app/assets/stylesheets/theme/responsive.scss */
  .contact-info h4 {
    font-size: 18px;
    margin-bottom: 15px !important;
  }
  /* line 2129, app/assets/stylesheets/theme/responsive.scss */
  address h6 {
    font-size: 16px;
    margin-bottom: 0;
  }
  /* line 2133, app/assets/stylesheets/theme/responsive.scss */
  address p, ul.ft-menu li a {
    font-size: 14px;
  }
  /* line 2136, app/assets/stylesheets/theme/responsive.scss */
  .contact-info {
    padding: 20px;
  }
  /* line 2139, app/assets/stylesheets/theme/responsive.scss */
  .inner-footer-menu h4, .reviews-wrap h4 {
    font-size: 16px;
  }
  /* line 2142, app/assets/stylesheets/theme/responsive.scss */
  ul.ft-menu li {
    line-height: 24px;
  }
  /* line 2145, app/assets/stylesheets/theme/responsive.scss */
  .contact-form .form-group input::placeholder, .email-subscribe form input::placeholder, .contact-form .form-group textarea::placeholder {
    font-size: 13px;
  }
  /* line 2148, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content .search-here input {
    padding: 10px;
    height: 40px;
    padding-left: 30px;
  }
  /* line 2153, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content .search-here input::placeholder, .inner-details p {
    font-size: 14px;
  }
  /* line 2156, app/assets/stylesheets/theme/responsive.scss */
  .process-wrp-new-text h4 {
    width: 340px;
    font-size: 16px;
  }
  /* line 2160, app/assets/stylesheets/theme/responsive.scss */
  .inner-details img {
    width: 30px;
  }
  /* line 2163, app/assets/stylesheets/theme/responsive.scss */
  ul.happiness-list li img {
    width: 24px;
  }
  /* line 2166, app/assets/stylesheets/theme/responsive.scss */
  ul.happiness-list li span {
    padding-right: 10px;
  }
  /* line 2172, app/assets/stylesheets/theme/responsive.scss */
  .contact-form .form-group input {
    height: 50px;
  }
  /* line 2175, app/assets/stylesheets/theme/responsive.scss */
  .reviews-wrap h6, .cstm-bttn, button.cstm-bttn.send {
    font-size: 16px;
  }
  /* line 2178, app/assets/stylesheets/theme/responsive.scss */
  .client-views-right {
    padding: 20px;
  }
  /* line 2181, app/assets/stylesheets/theme/responsive.scss */
  .inner-details span {
    font-size: 22px;
  }
  /* line 2184, app/assets/stylesheets/theme/responsive.scss */
  span.project-details-plus {
    top: -12px;
    font-size: 35px !important;
  }
  /* line 2188, app/assets/stylesheets/theme/responsive.scss */
  .profile-info {
    height: fit-content;
    max-height: 350px;
    min-height: 350px;
  }
  /* line 2193, app/assets/stylesheets/theme/responsive.scss */
  .mobile-slick-slider {
    padding: 0px;
  }
  /* line 2196, app/assets/stylesheets/theme/responsive.scss */
  .services-slick-slider-wrp-mobile .mobile-slick-slider {
    padding: 0px;
  }
  /* line 2199, app/assets/stylesheets/theme/responsive.scss */
  .services-slick-slider-wrp-mobile .mobile-slick-slider .offer-item-slider h2 {
    font-size: 18px;
    padding: 0 0;
  }
  /* line 2203, app/assets/stylesheets/theme/responsive.scss */
  .services-slick-slider-wrp-mobile .offer-item-slider a {
    padding: 15px 10px;
  }
  /* line 2206, app/assets/stylesheets/theme/responsive.scss */
  .offer-item-slider .col-3 {
    padding: 0px 5px !important;
  }
  /* line 2209, app/assets/stylesheets/theme/responsive.scss */
  .about-text-detail h3 {
    font-size: 16px;
  }
  /* line 2212, app/assets/stylesheets/theme/responsive.scss */
  .select-dropdown-content-wrap {
    width: 300px;
  }
  /* line 2215, app/assets/stylesheets/theme/responsive.scss */
  .location-box #location {
    height: 40px;
  }
  /* line 2218, app/assets/stylesheets/theme/responsive.scss */
  .select-drop-list {
    top: 58px;
  }
  /* line 2221, app/assets/stylesheets/theme/responsive.scss */
  span.search-triangle {
    top: -11px;
  }
  /* line 2224, app/assets/stylesheets/theme/responsive.scss */
  .ui-autocomplete {
    right: 22px;
  }
  /* line 2227, app/assets/stylesheets/theme/responsive.scss */
  .timeline-step:after {
    left: -48px;
  }
  /* line 2230, app/assets/stylesheets/theme/responsive.scss */
  .inner-circle {
    height: 2rem;
    width: 2rem;
    min-width: 2rem;
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 8px;
  }
  /* line 2238, app/assets/stylesheets/theme/responsive.scss */
  .timeline-step:after {
    top: 15px;
  }
  /* line 2241, app/assets/stylesheets/theme/responsive.scss */
  .timeline-step h6 {
    font-size: 13px;
    margin-left: 3px;
  }
  /* line 2245, app/assets/stylesheets/theme/responsive.scss */
  .location-box #location {
    width: 103px;
  }
  /* line 2248, app/assets/stylesheets/theme/responsive.scss */
  .search-provider-btm i {
    top: 12px;
  }
  /* line 2251, app/assets/stylesheets/theme/responsive.scss */
  .menus-bottom-res ul.navbar-nav li a {
    font-size: 12px;
  }
  /* line 2254, app/assets/stylesheets/theme/responsive.scss */
  .menus-bottom-res ul li img {
    width: 18px;
  }
  /* line 2257, app/assets/stylesheets/theme/responsive.scss */
  .blog-content-box h2 {
    font-size: 17px;
  }
  /* line 2260, app/assets/stylesheets/theme/responsive.scss */
  .office-constrcution-wp h4 {
    font-size: 13px;
    padding: 10px;
  }
  /* line 2264, app/assets/stylesheets/theme/responsive.scss */
  h5#exampleModalLongTitle {
    font-size: 16px;
  }
  /* line 2267, app/assets/stylesheets/theme/responsive.scss */
  .servive-page-banner.architect-page {
    min-height: 180px;
  }
  /* line 2270, app/assets/stylesheets/theme/responsive.scss */
  .top-architects-here {
    align-items: center;
    margin-bottom: 0;
    margin-top: 10px;
  }
  /* line 2275, app/assets/stylesheets/theme/responsive.scss */
  .top-architects-here img {
    height: 80px;
    max-width: 80px;
  }
  /* line 2279, app/assets/stylesheets/theme/responsive.scss */
  .form-compaign-img img {
    height: 320px !important;
    width: 100% !important;
    object-fit: cover;
  }
  /* line 2284, app/assets/stylesheets/theme/responsive.scss */
  .form-campaign-close button.close {
    width: 23px;
    height: 23px;
    font-size: 16px;
  }
  /* line 2289, app/assets/stylesheets/theme/responsive.scss */
  .user-details-wrapper h1.head-h3.dashboard-layouts-head {
    font-size: 18px;
  }
  /* line 2292, app/assets/stylesheets/theme/responsive.scss */
  .form-compaign-img {
    width: 100% !important;
  }
  /* line 2295, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content.home-renovation-wrp {
    bottom: 0;
  }
  /* line 2298, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content.home-renovation-wrp h1 {
    font-size: 16px;
  }
  /* line 2301, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content.home-renovation-wrp h4 {
    font-size: 12px;
  }
  /* line 2304, app/assets/stylesheets/theme/responsive.scss */
  .hrm-details-wrap.all-pages-bg div#myBtnContainer button {
    width: 90px;
  }
  /* line 2307, app/assets/stylesheets/theme/responsive.scss */
  h1.wordk-hd {
    font-size: 18px;
  }
  /* line 2310, app/assets/stylesheets/theme/responsive.scss */
  .milestone-div-data {
    padding: 20px;
  }
  /* line 2313, app/assets/stylesheets/theme/responsive.scss */
  .reponsive-padding-top {
    padding-top: 20px;
  }
  /* line 2316, app/assets/stylesheets/theme/responsive.scss */
  .profile-details-dashboard span {
    width: 100px;
  }
  /* line 2319, app/assets/stylesheets/theme/responsive.scss */
  div#welcome-msg-show-modal .modal-dialog .modal-content {
    padding: 0;
  }
  /* line 2322, app/assets/stylesheets/theme/responsive.scss */
  .new-login-tab-wrap ul li a {
    padding: 7px;
    font-size: 12px;
  }
  /* line 2326, app/assets/stylesheets/theme/responsive.scss */
  .new-login-tab-wrap ul.nav.nav-tabs {
    margin-bottom: 20px;
  }
  /* line 2329, app/assets/stylesheets/theme/responsive.scss */
  .form-wrap.new-login-rp .tab-content {
    min-height: 200px;
  }
  /* line 2332, app/assets/stylesheets/theme/responsive.scss */
  .design-tabb-wrp ul.nav.nav-tabs li a {
    padding: 4px;
    font-size: 13px;
  }
  /* line 2336, app/assets/stylesheets/theme/responsive.scss */
  .design-tabb-wrp ul.nav.nav-tabs li a.active {
    padding: 4px;
  }
  /* line 2339, app/assets/stylesheets/theme/responsive.scss */
  .milestone-client-left-in b, .milestone-client-left-in {
    font-size: 14px;
  }
  /* line 2342, app/assets/stylesheets/theme/responsive.scss */
  img.employee-action-img {
    width: 20px !important;
    height: 20px !important;
  }
  /* line 2346, app/assets/stylesheets/theme/responsive.scss */
  table.table.milestone-tbl-wr tr td select, table.table select {
    font-size: 12px;
    padding: 2px;
  }
  /* line 2351, app/assets/stylesheets/theme/responsive.scss */
  .work-wrap-bt-btn {
    column-count: 2;
  }
  /* line 2354, app/assets/stylesheets/theme/responsive.scss */
  .bt-btn-icon, .bt-btn-icon span {
    text-align: center;
  }
  /* line 2357, app/assets/stylesheets/theme/responsive.scss */
  span.black-img {
    display: block;
  }
  /* line 2360, app/assets/stylesheets/theme/responsive.scss */
  .bt-btn-icon:hover span.white-img {
    display: block;
  }
  /* line 2363, app/assets/stylesheets/theme/responsive.scss */
  .modal-dialog.login-signup-modal .modal-body {
    padding: 0;
  }
  /* line 2366, app/assets/stylesheets/theme/responsive.scss */
  .login-signup-wrapper .form-group {
    margin-bottom: 0;
  }
  /* line 2369, app/assets/stylesheets/theme/responsive.scss */
  .work-bttns-new1 span {
    width: 100%;
  }
  /* line 2372, app/assets/stylesheets/theme/responsive.scss */
  .work-client-wrap.client-info-tab ul.nav.nav-tabs li {
    width: 100%;
  }
  /* line 2375, app/assets/stylesheets/theme/responsive.scss */
  .milestone-details-btn.reference-image {
    padding: 10px 10px;
  }
  /* line 2378, app/assets/stylesheets/theme/responsive.scss */
  #drawing-button {
    white-space: nowrap;
    font-size: 14px;
    padding: 8px 10px !important;
    margin-right: 0 !important;
  }
  /* line 2384, app/assets/stylesheets/theme/responsive.scss */
  .hrm-details-wrap.dashbaord-padding-new h5 {
    font-size: 14px;
  }
  /* line 2387, app/assets/stylesheets/theme/responsive.scss */
  .drawingsNavTab ul li a.nav-link {
    padding: 10px 10px;
    font-size: 12px;
  }
  /* line 2391, app/assets/stylesheets/theme/responsive.scss */
  .milestone-buttons span button {
    padding: 8px 10px !important;
    white-space: nowrap;
    margin-right: 0 !important;
    font-size: 14px !important;
  }
  /* line 2397, app/assets/stylesheets/theme/responsive.scss */
  .gps-track {
    padding: 20px 15px;
  }
  /* line 2400, app/assets/stylesheets/theme/responsive.scss */
  .leftcol-bg {
    padding: 10px 10px !important;
    border-radius: 16px;
  }
  /* line 2404, app/assets/stylesheets/theme/responsive.scss */
  .service-provider-dashboard-footer p {
    font-size: 9px;
  }
  /* line 2407, app/assets/stylesheets/theme/responsive.scss */
  #projectDrawings .milestone-details-btn h5 {
    font-size: 12px;
    padding: 0 !important;
    margin-right: 5px;
  }
  /* line 2412, app/assets/stylesheets/theme/responsive.scss */
  #projectDrawings .milestone-buttons {
    padding: 0px 0px;
  }
  /* line 2415, app/assets/stylesheets/theme/responsive.scss */
  #projectDrawings .milestone-buttons span button {
    padding: 8px 7px !important;
    font-size: 10px !important;
  }
  /* line 2419, app/assets/stylesheets/theme/responsive.scss */
  #drawingReferences .milestone-details-btn h5 {
    font-size: 12px;
    margin-right: 5px;
  }
  /* line 2423, app/assets/stylesheets/theme/responsive.scss */
  #drawingReferences .milestone-buttons {
    padding: 0px 0px;
  }
  /* line 2426, app/assets/stylesheets/theme/responsive.scss */
  #drawingReferences .milestone-buttons span button {
    padding: 8px 7px !important;
    font-size: 10px !important;
  }
  /* line 2430, app/assets/stylesheets/theme/responsive.scss */
  footer.footer-sec {
    padding: 30px 0;
  }
  /* line 2433, app/assets/stylesheets/theme/responsive.scss */
  .email-subscribe form input[type="email"] {
    padding: 5px 10px;
  }
  /* line 2436, app/assets/stylesheets/theme/responsive.scss */
  .email-subscribe .cstm-bttn {
    padding: 10px 15px;
  }
  /* line 2439, app/assets/stylesheets/theme/responsive.scss */
  .inner-footer-menu .social-icon {
    width: 100%;
  }
  /* line 2442, app/assets/stylesheets/theme/responsive.scss */
  .inner-footer-menu .social-icon h4 {
    margin-right: auto;
  }
  /* line 2445, app/assets/stylesheets/theme/responsive.scss */
  .inner-footer-menu .social-icon span {
    margin-left: 5px;
  }
  /* line 2448, app/assets/stylesheets/theme/responsive.scss */
  .inner-footer-menu .social-icon span {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  /* line 2454, app/assets/stylesheets/theme/responsive.scss */
  .services__provider_list .dataTables_filter {
    width: 100%;
    text-align: left;
  }
  /* line 2458, app/assets/stylesheets/theme/responsive.scss */
  .services__provider_list .dataTables_filter label {
    display: flex;
    flex-direction: column;
  }
  /* line 2462, app/assets/stylesheets/theme/responsive.scss */
  .services__provider_list .dataTables_wrapper .dataTables_filter input[type="search"] {
    max-width: 100%;
  }
  /* line 2465, app/assets/stylesheets/theme/responsive.scss */
  .services__provider_list .dataTables_length select {
    width: 90px;
  }
  /* line 2468, app/assets/stylesheets/theme/responsive.scss */
  .group-btns [class*="btn-group"] button {
    font-size: 10px;
    padding: 8px 7px;
  }
  /* line 2472, app/assets/stylesheets/theme/responsive.scss */
  .banner-head-wp h1 span {
    font-size: 14px;
  }
  /* line 2475, app/assets/stylesheets/theme/responsive.scss */
  .banner-head-wp h1 {
    font-size: 20px;
    line-height: 30px;
  }
  /* line 2479, app/assets/stylesheets/theme/responsive.scss */
  .property-wraper-box {
    padding: 30px 15px;
  }
  /* line 2482, app/assets/stylesheets/theme/responsive.scss */
  .property-wraper-box p {
    font-size: 12px;
    line-height: 20px;
  }
  /* line 2486, app/assets/stylesheets/theme/responsive.scss */
  .register-as-partners h1 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 380px) {
  /* line 2492, app/assets/stylesheets/theme/responsive.scss */
  .location-box #location {
    width: 100px;
  }
  /* line 2495, app/assets/stylesheets/theme/responsive.scss */
  .menus-bottom-res ul.navbar-nav li a {
    font-size: 12px;
  }
  /* line 2498, app/assets/stylesheets/theme/responsive.scss */
  .menus-bottom-res ul li img {
    width: 16px;
  }
  /* line 2501, app/assets/stylesheets/theme/responsive.scss */
  .office-constrcution-wp img {
    height: 120px;
  }
  /* line 2504, app/assets/stylesheets/theme/responsive.scss */
  .hrm-details-wrap.all-pages-bg div#myBtnContainer button {
    width: 75px;
  }
  /* line 2507, app/assets/stylesheets/theme/responsive.scss */
  .milestone-modals .modal-content .modal-body {
    padding: 20px 20px;
  }
  /* line 2510, app/assets/stylesheets/theme/responsive.scss */
  .area-measurements.contract {
    margin-right: 5px;
  }
  /* line 2513, app/assets/stylesheets/theme/responsive.scss */
  .info-box h6 {
    font-size: 0.8rem;
  }
  /* line 2516, app/assets/stylesheets/theme/responsive.scss */
  .footer-sp-wp p {
    font-size: 0.7rem;
  }
}

@media (max-width: 360px) {
  /* line 2522, app/assets/stylesheets/theme/responsive.scss */
  .inner-banner-content p {
    font-size: 14px;
    line-height: 24px;
  }
  /* line 2526, app/assets/stylesheets/theme/responsive.scss */
  .offer-items-img h5 {
    min-height: 48px;
  }
  /* line 2529, app/assets/stylesheets/theme/responsive.scss */
  .page-link {
    font-size: 12px;
    padding: 3px;
  }
  /* line 2533, app/assets/stylesheets/theme/responsive.scss */
  button#gps {
    font-size: 14px;
  }
}
/*****************service banner css**************/
/* line 2, app/assets/stylesheets/theme/services.scss */
.servive-page-banner {
  background: url(/../images/banner-for-all.webp) no-repeat;
  position: relative;
  padding: 4% 0;
  background-size: cover;
  text-align: center;
  background-position: center center;
}

/* line 12, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page {
  background: #FFFFFF;
  position: relative;
  padding: 0;
  background-size: cover;
  text-align: left;
  background-position: center center;
  height: 600px;
}

/* line 21, app/assets/stylesheets/theme/services.scss */
.right-half-content {
  padding: 30px;
}

/* line 24, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(/../images/architect-bg-1.jpg) no-repeat;
  background-position: initial;
  background-size: cover;
  top: 0;
  bottom: 0;
  width: 45%;
}

/* line 35, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page.contractor::before {
  background: url(/../images/contractor-img.jpg) no-repeat;
  background-size: cover;
}

/* line 39, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page.builders::before {
  background: url(/../images/builders.jpg) no-repeat;
  background-size: cover;
  background-position: right;
}

/* line 44, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page.plumber::before {
  background: url(/../images/plumber-bg.jpg) no-repeat;
  background-size: cover;
}

/* line 48, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page.bricks-wp::before {
  background: url(/../images/bricks-bg.jpg) no-repeat;
  background-size: cover;
}

/* line 52, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page.cement-wp::before {
  background: url(/../images/cement-rw.jpg) no-repeat;
  background-size: cover;
}

/* line 56, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page.iron-wrp::before {
  background: url(/../images/iron-bg-wrp.jpg) no-repeat;
  background-size: cover;
}

/* line 60, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page.sanitary-bg::before {
  background: url(/../images/sanitary-img-1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 65, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page.modular-kitchen::before {
  background: url(/../images/modular-kitchen-1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 70, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page.electrical-page::before {
  background: url(/../images/electrical-wrap-2.jpg) no-repeat;
  background-size: cover;
}

/* line 74, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page.marble-page::before {
  background: url(/../images/marble-page-bg-1.jpg) no-repeat;
  background-size: cover;
}

/* line 78, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page.furniture-page-bg::before {
  background: url(/../images/furniture-bg-11.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 83, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page.wood-suplier-page::before {
  background: url(/../images/wood-bg-1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 88, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page.upvc-service-wrap::before {
  background: url(/../images/alluminium-2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 93, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page.transformers-service-page::before {
  background: url(/../images/transformers-1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 98, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page.lift-elevator-wrap::before {
  background: url(/../images/lift-elevator-3.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 103, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page.ac-services-wrap::before {
  background: url(/../images/ac-supplier-2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 108, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page.glass-service-wrap::before {
  background: url(/../images/glass-services-2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 113, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page.power-backup::before {
  background: url(/../images/generator1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 118, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page.solar-installer-wrap::before {
  background: url(/../images/solar-installer-22.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 123, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page.painter-wrap::before {
  background: url(/../images/painter-img-2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 128, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page.carpenters-wrap::before {
  background: url(/../images/carpenters-img-1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 133, app/assets/stylesheets/theme/services.scss */
.servive-page-banner.architect-page.electricians-services-wrp::before {
  background: url(/../images/electrician-service-img-2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 138, app/assets/stylesheets/theme/services.scss */
.architect-text-banner {
  background: #ffffff96;
  padding: 40px;
  width: 500px;
  text-align: left;
  position: absolute;
}

/* line 145, app/assets/stylesheets/theme/services.scss */
.architect-text-banner {
  background: #ffffff96;
  padding: 40px;
  width: 500px;
  text-align: left;
  position: absolute;
  top: 250px;
  left: 0;
  border-radius: 4px;
}

/* line 155, app/assets/stylesheets/theme/services.scss */
.architect-text-banner h6 {
  color: #e86c2e;
}

/* line 158, app/assets/stylesheets/theme/services.scss */
.architect-text-banner h2 {
  font-size: 36px;
  font-weight: 700;
  color: #00134a;
  text-transform: capitalize;
}

/* line 164, app/assets/stylesheets/theme/services.scss */
.architect-text-banner p {
  color: #656565;
}

/* line 167, app/assets/stylesheets/theme/services.scss */
.servive-page-banner h1 {
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
}

/**********************end****************/
/****************************service page******************/
/* line 177, app/assets/stylesheets/theme/services.scss */
section.service-page-wrap {
  position: relative;
  padding: 4% 0 4%;
  background-size: cover;
  background: #f5f5f5;
}

/* line 183, app/assets/stylesheets/theme/services.scss */
.inner-services-categories h5 {
  color: #414141;
  font-size: 16px;
  margin-bottom: 10px;
}

/* line 188, app/assets/stylesheets/theme/services.scss */
.inner-services-categories p {
  font-size: 15px;
  color: #817f7f;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  margin-bottom: 0;
}

/* line 203, app/assets/stylesheets/theme/services.scss */
.readmore.expanded {
  height: auto;
  -webkit-line-clamp: 9999;
}

/* line 207, app/assets/stylesheets/theme/services.scss */
.readmore-fire {
  cursor: pointer;
  color: #0C1F3E;
}

/* line 211, app/assets/stylesheets/theme/services.scss */
p.readmore-fire.read-content {
  color: #e86c2e;
}

/* line 214, app/assets/stylesheets/theme/services.scss */
.inner-services-categories figure img {
  width: 100%;
  height: 240px;
}

/* line 218, app/assets/stylesheets/theme/services.scss */
.inner-services-categories {
  background: #fff;
  box-shadow: 0 0px 18px #5454540f;
  margin-bottom: 26px;
  cursor: pointer;
}

/* line 224, app/assets/stylesheets/theme/services.scss */
.services-content-wrapp {
  padding: 20px;
}

/* line 227, app/assets/stylesheets/theme/services.scss */
.see-more-services {
  text-align: center;
}

/* line 231, app/assets/stylesheets/theme/services.scss */
.see-more-services a {
  color: #065890;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

/* line 237, app/assets/stylesheets/theme/services.scss */
.see-more-services span img {
  width: 18px;
}

/* line 240, app/assets/stylesheets/theme/services.scss */
div#show-more button {
  background: transparent;
  border: none;
  font-size: 18px;
  color: #065890;
}

/* line 246, app/assets/stylesheets/theme/services.scss */
#chart_wrap {
  padding: 12px 20px 15px 20px;
  background-color: #fff;
}

/* line 250, app/assets/stylesheets/theme/services.scss */
.consumption {
  border: 1px solid #cccccc38;
}

/* line 253, app/assets/stylesheets/theme/services.scss */
#piechart {
  min-height: 500px;
}

/* line 256, app/assets/stylesheets/theme/services.scss */
.consumption ul li span {
  font-size: 12px;
  padding: 0 3px;
  border-radius: 2px;
}

/* line 261, app/assets/stylesheets/theme/services.scss */
.post-construction p:first-child {
  min-height: 63px;
}

/* line 264, app/assets/stylesheets/theme/services.scss */
.calculation {
  display: block;
  font-size: 13px;
}

/* line 268, app/assets/stylesheets/theme/services.scss */
.calculation:hover {
  text-decoration: underline;
}

/* line 271, app/assets/stylesheets/theme/services.scss */
.steel-wrap.steel-wrap-mm {
  position: relative;
}

/* line 274, app/assets/stylesheets/theme/services.scss */
.steel-wrap.steel-wrap-mm .steel-outer {
  position: absolute;
  right: 0px;
  top: 40px;
  background: #ccc;
  height: 38px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  border-radius: 0px 4px 4px 0px;
}

/* line 286, app/assets/stylesheets/theme/services.scss */
.modal-dialog.steel-weight-modal {
  max-width: 600px;
}

/* line 289, app/assets/stylesheets/theme/services.scss */
.steel-weight-mm {
  display: inline-flex;
  justify-content: center;
}

/* line 293, app/assets/stylesheets/theme/services.scss */
.steel-cm {
  position: relative;
}

/* line 296, app/assets/stylesheets/theme/services.scss */
.steel-cm spam.steel-outer {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #cccccc69;
  height: 38px;
  width: 50px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  border-radius: 0px 4px 4px 0px;
}

/* line 308, app/assets/stylesheets/theme/services.scss */
.steel-cm {
  margin-right: 10px;
}

/* line 311, app/assets/stylesheets/theme/services.scss */
.steel-wrap span {
  font-weight: 500;
  line-height: 40px;
}

/************************responsive css***************/
@media screen and (min-width: 1200px) {
  /* line 318, app/assets/stylesheets/theme/services.scss */
  .service-page-col-6 .container {
    max-width: 90%;
  }
  /* line 321, app/assets/stylesheets/theme/services.scss */
  .service-page-col-6 #services-partial .row [class*="col-"] {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 1600px) {
  /* line 329, app/assets/stylesheets/theme/services.scss */
  .service-page-col-6 #services-partial .row [class*="col-"] {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 768px) {
  /* line 336, app/assets/stylesheets/theme/services.scss */
  .multi-item-carousel .carousel-inner .carousel-item {
    margin-right: inherit;
  }
  /* line 339, app/assets/stylesheets/theme/services.scss */
  .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item,
.multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item {
    display: block;
  }
  /* line 343, app/assets/stylesheets/theme/services.scss */
  .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
.multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
.multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }
  /* line 348, app/assets/stylesheets/theme/services.scss */
  .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.33333333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* line 356, app/assets/stylesheets/theme/services.scss */
  .multi-item-carousel .carousel-inner .carousel-item-next,
.multi-item-carousel .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  /* line 361, app/assets/stylesheets/theme/services.scss */
  .multi-item-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* line 369, app/assets/stylesheets/theme/services.scss */
  .multi-item-carousel .active.carousel-item-left + .carousel-item-next.carousel-item-left,
.multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item,
.multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
.multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* line 377, app/assets/stylesheets/theme/services.scss */
  .multi-item-carousel .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
.multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item,
.multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
.multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    display: block;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  /* line 389, app/assets/stylesheets/theme/services.scss */
  .servive-page-banner {
    height: 215px;
  }
  /* line 392, app/assets/stylesheets/theme/services.scss */
  .servive-page-banner h1 {
    font-size: 22px;
  }
  /* line 395, app/assets/stylesheets/theme/services.scss */
  .inner-services-categories {
    height: auto;
  }
  /* line 398, app/assets/stylesheets/theme/services.scss */
  .inner-services-categories figure img {
    object-fit: cover;
  }
  /* line 401, app/assets/stylesheets/theme/services.scss */
  .piechart-chart {
    margin-top: 0;
  }
  /* line 404, app/assets/stylesheets/theme/services.scss */
  #piechart {
    min-height: 300px;
  }
  /* line 407, app/assets/stylesheets/theme/services.scss */
  #chart_wrap h4 {
    font-size: 20px;
    font-weight: 500;
  }
}
/* line 5, app/assets/stylesheets/users.scss */
#change_number {
  color: #E86C2E;
  font-weight: 500;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

