.navbar .row {
  align-items: center;
  flex: 1;
}
.navbar {
  padding-inline: 20px;
}
.logo-img {
  margin-block: 10px;
}
.iconmf-secure:before {
  color: #FC5647;
}
.iconmf-map:before {
  color: #FC594B;
}
.move-size {
  accent-color: #FC5647 !important;
}
.move-size-label:has(.move-size:checked),
.form-control:focus,
.form-control.active {
  border-color: #FC5647 !important;
}
.ui-datepicker-current-day .ui-state-active, .ui-state-active:not(.ui-state-highlight), .ui-widget-content table .ui-state-hover {
  background-color: #FC5647 !important;
}

.step3 a.ui-corner-all {
  color: #FC5647 !important;
}
.btn-back:hover,
.btn-back:hover::before,
.form-control.active,
.iconmf-blue-check:before,
.iconmf-calendar-blue:before,
.iconmf-circle-secure:before,
.iconmf-trust:before,
.iconmf-compare:before,
.iconmf-no-fee:after,
.iconmf-no-fee .path:after,
.iconmf-no-fee .path1:before,
.iconmf-no-fee:before,
.list-group-item:hover {
  color: #FC5647 !important;
}
.h4 {
  font-weight: 700;
  font-size: 32px;
  margin-top: 0;
  line-height: 44px;
  margin-bottom: 30px;
  color: #374049;
}
.step1 .h4 {
  margin-bottom: 15px;
}
.custom-btn {
  border: 1px solid #FF8176;
  border-radius: 6px;
  display: block;
  font-weight: 600;
  font-size: 20px;
  padding: 21px 20px;
  margin: 40px auto 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: 100%;
  max-width: 237px;
}

.gradient-btn {
  font-weight: 700;
  font-size: 24px;
  background: linear-gradient(274.01deg, #FC5647 0%, #FF8176 174.04%);
  color: #ffffff;
  padding: 17px 20px;
}

.text-xs {
  font-size: 10px!important;
}
.text-md {
  font-size: 18px;
}

.text-light-grey {
  color: #8C8A8A;;
}
.text-blue {
  color: #3287fb;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.gradient-btn:hover {
  color: #fff;
}
.date,
.ui-datepicker-next,
.ui-datepicker-prev,
.zipResult li {
  cursor: pointer;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.move-size-label {
  display: flex;
  align-items: center;
}
.flex-center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.progress-bar {
  background: #ededed;
  border-radius: 5px;
  height: 10px;
  max-width: 420px;
  position: relative;
  margin: 0 auto 100px;
  width: 100%;
}
.progress-bar:after {
  content: "";
  position: absolute;
  background: linear-gradient(274.01deg, #FC5647 0%, #FF8176 174.04%);
  border-radius: 0px 6px 6px 0px;
  height: 100%;
  left: 0;
  width: 14%;
}

.step2 .progress-bar:after {
  width: 410px;
}
.step3 .progress-bar:after {
  width: 615px;
}
.step4 .progress-bar:after {
  width: 820px;
}
.step5 .progress-bar:after {
  width: 1025px;
}
.step6 .progress-bar:after {
  width: 1230px;
}
.step7 .progress-bar:after {
  width: 100%;
}
.step5 .errorCustom {
  position: absolute;
  left: 15px;
}
.step,
.step-container {
  min-height: calc(105vh - 131px);
}
.errorCustom {
  margin-top: 10px;
  font-size: 12px;
  color: #ff4444;
  text-align: left;
  left: 0;
  bottom: -16px;
  width: 100%;
}

.errorText {
  display: flex;
  line-height: 1;
}
.errorText::after {
  color: #ff4444;
  flex: 0 0 20px;
  left: 0;
  order: -1;
}
.errorCustom.active,
.step.active {
  display: block;
}

.warningZipList {
  opacity: 0;
  font-size: 14px;
  margin-bottom: 10px;
  top: -22px;
  width: 100%;
  right: 0;
}
.warningZipList.active {
  opacity: 1;
}
.step,
.spinner,
.iconmf-right,
.zipResult,
.errorCustom{
  display: none;
}
.spinner.active {
  display: block;
}
.datepicker-mf table {
  box-shadow: unset;
  margin: 0;
  background: #fff;
}
.datepicker-mf table thead tr th,
.datepicker-mf table tbody tr td {
  padding: 0;
  font-size: 12px;
}
.datepicker-mf table tbody tr td {
  border: 0;
}
.datepicker-mf {
  top: -3px;
  width: 100%;
  background: #fff;
  z-index: 1;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  border-radius: 12px;
  display: none;
  position: absolute;
}
.datepicker-mf .ui-widget.ui-widget-content {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 10px;
  padding: 11px 14px;
}
.datepicker-mf thead {
  color: #6c6c6c;
  text-transform: uppercase;
}
.datepicker-mf table,
.step > div {
  width: 100%;
}
.ui-datepicker-next::before {
  transform: rotate(180deg);
  display: inline-block;
}
.ui-state-disabled {
  pointer-events: none;
  opacity: 0.35;
}

.ui-datepicker-next {
  order: 1;
}
.ui-datepicker-header {
  margin-bottom: 10px;
}
.ui-datepicker-header,
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ui-datepicker-title span {
  font-weight: 700;
  font-size: 14px;
}
.ui-datepicker-today .ui-state-highlight,
.ui-state-highlight {
  border-color: #3287fb;
  background-color: unset;
  color: #000;
}
.ui-datepicker-current-day .ui-state-active,
.ui-state-active:not(.ui-state-highlight),
.ui-widget-content table .ui-state-hover {
  background-color: #3287fb;
  color: #fff;
}
.datepicker-mf thead span,
.ui-datepicker-title {
  margin-bottom: 2px;
  font-size: 14px;
}
.step3 a.ui-corner-all {
  font-size: 14px;
}
.ui-datepicker-header {
  margin-bottom: 16px;
}
.ui-state-default {
  display: block;
  width: 30px;
  height: 30px;
  padding: 7px;
  margin: auto;
  border-radius: 50%;
  color: #1b1b1b;
}
.step .position-relative,
.btn-back-block {
  margin-left: auto;
  margin-right: auto;
}

.step .position-relative {
  max-width: 382px;
}
.step3 .position-relative {
  max-width: 350px !important;
}
.step3 .custom-btn {
  margin-top: 30px;
}

.step .position-relative > span,
.btn-back,
.zipResult,
.iconmf-right {
  position: absolute;
}
.spinner,
.spinner .spinner-icon {
  width: 18px;
  height: 18px;
}
.spinner {
  z-index: 19 !important;
  animation: loading-bar-spinner 400ms linear infinite;
}
.spinner .spinner-icon {
  width: 18px;
  height: 18px;
  border: solid 2px transparent;
  border-top-color: #FC5647 !important;
  border-left-color: #FF8176 !important;
  border-radius: 50%;
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.form-control {
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  height: 60px;
  padding: 5px 50px;
  width: 100%;
  background: #fff;
  font-size: 16px;
}
.form-control.error {
  border-color: #ff4444;
}

.form-control.error {
  border-color: #ff4444;
}
.form-control.active {
  border-color: #3287fb;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
}
.iconmf-left {
  font-size: 22px;
  left: 18px;
  top: 16px;
}

.iconmf-right {
  right: 18px;
  top: 16px;
}
.iconmf-right:not(.spinner) {
  font-size: 18px;
  top: 20px;
}
.step1 .iconmf-right:not(.spinner) {
  /* top: 25px; */
}
.btn-back {
  left: 0;
  top: 30px;
  color: #727272;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  background: #ffffff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  padding: 5px 19px;
}
.btn-back::before {
  margin-right: 10px;
  font-size: 12px;
}
.btn-back:hover,
.btn-back:hover::before {
  color: #257dfd;
}
.zipResult {
  max-height: 200px;
  width: 100%;
  overflow: scroll;
  margin-left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1000;
  padding-left: 0;
  list-style: none;
  left: 0;
  right: 0;
  margin: 6px auto;
  box-shadow: 0px 2px 28px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding-top: 10px;
  background-color: #fff;
  text-align: left;
}

.list-group-item:hover {
  color: #3287fb;
}
.list-group-item {
  border: 0;
  padding: 8px 25px;
  margin: 0;
}
.zipResult::-webkit-scrollbar {
  width: 5px;
}
.zipResult::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 2.5px;
}
.move-size {
  accent-color: #3287fb;
  margin: 0 10px 0 0;
  flex: 0 0 16px;
}
.move-size{
  width: 16px;
  height: 16px;
}
.move-size-label {
  border-radius: 21px;
    white-space: nowrap;
    padding: 9px 20px;
  background-color: #fff;
}
.move-size-label{
  border: 1px solid transparent;
  cursor: pointer;
}
.text-call{
  color: #374049; 
  margin: 20px 0;
}
.move-size-label:has(.move-size:not(:checked)) {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.move-size-label:has(.move-size:checked){
  border-color: #3287fb;
}
.step4 .position-relative {
  max-width: 510px;
}
.step4 .row {
  max-width: 510px;
  margin-left: -8px;
  margin-right: -8px;
}
.step4 .col-lg-4 {
  margin-top: 18px;
  padding-left: 8px;
  padding-right: 8px;
}
.step5 .row {
  max-width: 410px;
  margin-left: -10px;
  margin-right: -10px;
}
.step5 .col-12 {
  margin: 8px 0 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.movingForm .step5 .form-control,
.movingForm .step6 .form-control {
  padding: 5px 16px;
}
.step6 .text-xs {
  max-width: 363px;
  margin: 14px auto 0;
  text-align: left;
}
.code {
  height: 60px !important;
  max-width: 60px;
  border-radius: 10px;
  display: inline-block;
  padding: 5px !important;
  text-align: center;
}

.code:not(:last-of-type) {
  margin-right: 9px;
}
.movingForm .step7 .d-flex {
  font-size: 12px;
  margin-bottom: 10px;
}

.grey-btn,
.movingForm .back-btn {
  background: #f0f0f0;
  border-color: #f0f0f0;
}


.position-relative,
.btn-back-block {
  position: relative;
}
.custom-description {
  width: 100%;
}
.btn-back-block {
  max-width: 935px;
  max-width: 1135px;
}

body p {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.navbar img {
  max-height: 30px;
}
.navbar {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 10px 0;
}
.navbar .text-right a:first-child {
  background: linear-gradient(274.01deg, #257dfd 0%, #91cef0 174.04%);
  border-radius: 5.36709px;
  padding: 9px 20px;
  font-weight: 700;
  font-size: 20.5657px;
  margin: 12px 0;
  color: #fff;
}
body .container {
  max-width: 1270px;
}
.text-right {
  text-align: right;
}
.widget-lp .progress-bar {
  max-width: 100%;
}
.h1.keyword-elem {
  opacity: 0;
}
.h1 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 22px;
}
.h1.active {
  opacity: 1;
}
.text-light-grey {
  margin-bottom: 30px;
}
.advantage-block {
  max-width: 970px;
  margin: 60px auto 45px;
  text-align: left;
  padding: 0 12px;
}

h5 {
  font-size: 22px;
  line-height: 30px;
  margin: 0;
}
.advantage-block p {
  color: #717171;
  font-size: 16px;
  line-height: 22px;
  margin: 0;

}
.custom-row {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  justify-content: space-between;
}
.advantage-block .custom-row {
  flex-wrap: wrap;
}

.advantage-block img,.advantage-block [class^="iconmf-"] {
  margin-right: 12px;
}
.advantage-block [class^="iconmf-"]{
  font-size: 42px;
}
.advantage-block .row{
  justify-content: space-between;
  flex-wrap: nowrap;
}
.iconmf-no-fee>span{
  z-index: 1;
  position: relative;
}
.step8 {
  max-width: 470px;
  margin: auto;
  padding-top: 90px;
}
.step8 img {
  max-height: 40px;
  max-width: 40px;
}
.step8 h6{
  font-size: 20px;
}
.step8 ul span{
  text-align: center;
  margin: 0 7px 0;
  width: 40px;
}
.step8 ul{
  display: inline-block;
  text-align: left;
  color: #000;
  line-height: 2.2;
  margin-bottom: 33px;
}
footer {
  background: #ffffff;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.08);
  padding: 0;
}
.owl-next span {
  transform: rotate(180deg);
}
.owl-nav button span {
  color: #3287fb;
}
.owl-nav button {
  position: absolute;
  top: calc(43% - 15px);
}
.owl-prev {
  left: 34%;
}
.owl-next {
  right: 34%;
}
.customer-card {
  background: #ffffff;
  border-radius: 6px;
  max-width: 550px;
  padding: 22px 20px;
  text-align: left;
box-shadow: 0px 7px 14px 1px rgba(22, 60, 112, 0.10);
}
.review-carousel .owl-item{
  padding: 15px 10px;
}
.review-carousel {
  margin: 0 auto 63px;
}
.customer-card-heading .iconmf-star-empty::before {
  color: #257dfd;
}
.customer-card-heading-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 25px;
}
.customer-card-heading img {
  border-radius: 50px;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  object-fit: cover;
}
.review-carousel .owl-item img {
  width: 42px;
}
.customer-card-heading {
  display: flex;
  line-height: 1;
}
.customer-name {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  margin: 0;
}
.text-moved-from {
  font-size: 8px;
  margin-bottom: 0;
  line-height: 1.9;
}
.customer-card-heading .iconmf-star-empty:not(:first-child) {
  margin-left: -2px;
}
.iconmf-star-empty {
  font-size: 10px;
}
.text-customer-review {
  font-size: 10px;
  line-height: 1.4;
  margin: 10px 0 0;
}
footer img {
  max-height: 19px;
  margin-block: 20px;
}
footer p {
  margin-block: 16px;
}
footer .text-md {
  font-size: 12px;
}
.user-img {
  max-width: 90px;
  margin: 48px 0 0;
}
.progress-bar {
  height: 8px;
}

.step1 .progress-bar {
  margin-bottom: 110px;
  opacity: 0;
}
.step .progress-bar {
  margin-bottom: 15px;
}
.step1 .progress-bar {
  margin-bottom: 69px;
}
.form-control {
  font-size: 18px;
}
.owl-nav button {
  top: calc(50% - 7px);
}
.owl-prev {
  left: -20px;
}
.owl-next {
  right: -20px;
}
.text-light-grey {
  font-size: 18px;
}
.step8 .text-light-grey {
  font-size: 16px;
}
.progress-bar {
  margin-bottom: 50px;
}


body .container {
  max-width: 1410px;
}
.btn-back {
  font-size: 16px;
  left: 15px;
}
.custom-btn {
  font-size: 24px;
  max-width: 237px;
  padding: 15px 20px;
}
.btn-back-block {
  max-width: 1165px;
}
body p {
  font-size: 16px;
  line-height: 26px;
}
.step .mb-30 {
  margin-bottom: 18px;
}
.h1 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}
.h4 {
  margin-top: 0;
  line-height: 33px;
  text-transform: capitalize;
}
.step2 .progress-bar:after {
  width: 372px;
}
.step3 .progress-bar:after {
  width: 558px;
}
.step4 .progress-bar:after {
  width: 744px;
}
.step-move-desc .progress-bar:after {
  width: 800px;
}
.step5 .progress-bar:after {
  width: 930px;
}
.step6 .progress-bar:after {
  width: 1116px;
}

.step6 .text-xs {
  line-height: 14px;
}

.mcc-icon::before{
  font-size: 28px;
  vertical-align: middle;
}
.phone-icon::before,.mcc-icon::before{
  margin-right: 12px;
}
.phone-icon::before{
  font-size: 22px;
}
.widget-lp-calc .default-message,.calc-message{
  display: none;
}
.widget-lp-calc .calc-message{
  display: block;
}
.text-secure{
  color: #54595F; 
}
.iconmf-secure{
  vertical-align: middle;
  font-size: 30px;
}
.bg-blue{
  background: #F8F8F8;
  padding: 50px 0; 
}
.bg-blue img{
  max-height: 40px;
}
.partners-carousel{
  max-width: 890px;
  margin: auto;
  padding: 20px 15px 0;
}
.partners-carousel .owl-item img{
width: unset;
margin: auto;
}
.advantage-block .col-lg-3 {
  width: unset;
}
.step-move-desc textarea {
  resize: none;
  height: 160px;
  padding: 15px 40px;
}
@media (min-width: 768px) {
  .movingForm .back-btn,
  .visible-767 {
    display: none;
  }
  
  footer p {
    text-align: right;
  }

  .advantage-block .col-lg-3 {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .review-carousel {
    max-width: 745px;
    margin: 0 auto 63px;
  }
}
@media (max-width: 1199px) {
  
  .advantage-block .col-lg-3 {
    margin-bottom: 20px;
  }
  .h1 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {

  .owl-prev {
    left: 15px;
  }
  .owl-next {
    right: 15px;
  }
  .btn-close {
    font-size: 16px;
  }
  .mb-50 {
    margin-bottom: 38px;
  }
  .step .iconmf-check {
    font-size: 8px;
  }
  .step .mb-25 {
    margin-bottom: 20px;
  }
  .step .custom-btn {
    padding: 14px 20px;
  }
  .review-carousel {
    padding: 0 25px ;
  }
  .step,
  .step-container {
    min-height: calc(100vh - 118px);
  }
}
@media (max-width: 767px) {
  .step-move-desc textarea{
    padding: 15px;
  }
  .form-control {
    font-size: 14px;
  }
  
  .h4 {
    margin-bottom: 20px;
  }
  .step1 .progress-bar {
    margin-bottom: 40px;
  }
  footer img {
    max-height: 24px;
    margin-bottom: 15px;
    max-width: 100%;
  }
  footer .text-md {
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0 0;
  }
  footer {
    text-align: center;
  }
  .advantage-block {
    padding-bottom: 15px;
    margin: 50px auto 0;
  }

  .navbar {
    max-height: 66px;
  }

  .navbar img {
    max-height: 46px;
  }
  
  .navbar p,
  .hidden-767 ,.movingForm .back-btn {
    display: none;
  }
 
  .step6 .text-xs {
    max-width: 300px;
    text-align: center;
  }

  .navbar img {
    max-width: 162px;
    max-width: 223px;
  }
  /* header p {
    margin: 0 0 12px;
  } */
  .hidden-xs {
    display: none;
  }
  .step2 .progress-bar:after {
    width: 106px;
  }
  .step3 .progress-bar:after {
    width: 160px;
  }
  .step4 .progress-bar:after {
    width: 214px;
  }
  .step-move-desc .progress-bar:after {
    width: 240px;
  }
  .step5 .progress-bar:after {
    width: 268px;
  }
  .step6 .progress-bar:after {
    width: 322px;
  }

  .form-control {
    padding: 5px 45px;
    height: 50px;
  }
  .step1 .form-control{
    height: 54px;
    font-size: 14px;
  }
  .iconmf-left {
    left: 14px;
  }
  .datepicker-mf table tbody tr td {
    padding: 5px;
  }
  .ui-datepicker-title span,
  .datepicker-mf table thead tr th,
  .datepicker-mf table tbody tr td {
    font-size: 16px;
  }

  .movingForm .step .d-flex:last-child {
    justify-content: space-between;
    margin: auto auto 0;
  }
  
  .step4 .col-lg-4 {
    margin-top: 20px;
  }
  .step5 .row {
    max-width: 300px;
  }
  .step5 .col-12 {
    margin: 0px 0 20px;
  }
  .h1 {
    font-size: 24px;
    line-height: 38px;
    max-width: 330px;
    margin-bottom: 15px;
  }
  .progress-bar {
    margin-bottom: 40px;
  }
  .text-light-grey {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .step .position-relative,
  .step1 .custom-btn {
    max-width: 280px;
  }
  .ui-state-default {
    padding: 6px 6px;
  }
  .datepicker-mf .ui-widget.ui-widget-content {
    padding: 20px 14px;
  }
  .step4 .position-relative {
    max-width: calc(100% - 50px) !important;
  }
 
  .custom-btn {
    max-width: 280px;
    margin: 40px auto ;
    font-size: 18px;
    padding: 16px 20px;
  }
  
  .h4,
  .text-light-grey{
    padding: 0 15px;
   
  }
  .step1 .text-light-grey{
    padding: 0 65px;
  }
  .text-result-price {
    font-size: 34px;
  }
  .h4 {
    font-size: 24px;
  }
  .text-light-grey {
    line-height: 1.4em;
  }
  .step8 ul,.step8 h6{
    padding: 0 15px;
  }
  .step8 ul{
    margin-bottom: 23px;
    font-size: 18px;
  }
  .advantage-block img {
    max-width: 36px;
  }

  .advantage-block > .row > div {
    padding-inline: 0;
  }
  h5 {
    font-size: 12px;
    line-height: 25px;
  }
  .advantage-block [class^="iconmf-"] {
    font-size: 32px;
}
  .advantage-block p {
    font-size: 11px;
    line-height: 19px;
  }
  .advantage-block .col-lg-3 {
    text-align: center;
  }
  .advantage-block .col-lg-3:last-child {
    display: none;
  }
 
  .customer-card {
    max-width: 344px;
    padding: 20px;
  }
  .customer-name {
    font-size: 17px;
    line-height: 24px;
  }
  .text-moved-from {
    font-size: 13px;
    line-height: 17px;
  }
  .text-customer-review {
    font-size: 14px;
    line-height: 19px;
  }
  .customer-card-heading img {
    width: 63px;
    height: 63px;
    margin-right: 15px;
  }
  .review-carousel .owl-item img {
    width: 63px;
  }
  .iconmf-star-empty {
    font-size: 15px;
  }
 
  .bg-blue{
    padding: 40px 0;
  }
  .customer-card-heading-title{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .btn-back {
    font-size: 14px;
    left: 35px;
    top: 15px;
}
.user-img {
  max-width: 70px;
  margin: 20px 0 0;

}
.step8{
  padding: 50px 25px;
  text-align: left;
}
.step8 img{
  max-height: 30px;
}
.step8 .d-flex{
  padding: 0 15px;
}
.move-size-label {
  font-size: 14px;
}
}
@media (max-width: 575px) {
  .mb-50 {
    margin-bottom: 27px;
  }
  .step .mb-25 {
    margin-bottom: 15px;
  }
  .mb-40 {
    margin-bottom: 32px;
  }
  .navbar .logo-img {
    max-height: 23px;
  }
}
@media (max-width: 490px) {
  .owl-prev {
    left: 5px;
  }
  .owl-next {
    right: 5px;
  }
  .progress-bar {
    margin-bottom: 10px;
  }
}
@media (max-width: 375px) {
  .customer-card {
    max-width: 310px;
  }
}
@media (max-width: 355px) {
  .customer-card {
    max-width: 250px;
  }

  .datepicker-mf table {
    zoom: 0.9;
  }
  .move-size {
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
    flex: 0 0 10px;
  }
  .move-size-label {
    font-size: 12px;
  }
  .code:not(:last-of-type) {
    margin-right: -1px;
  }
}

@media (min-width: 768px) {
  .ui-state-default {
    font-size: 14px !important;
    margin: 2px auto;
  }
}