*{
    text-decoration: none;
    list-style-type: none;
    outline: none;
}
:root {
  --primary-color: #0073cf;
  --secondary-color: #f8f8f8;
  --accent-color: #0073cf;
  --dark-color:#000000;
  --label-color:#222;
  --heading-color:#222;
  --white:#fff;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background:#fff !important;
}

h1 , p , ul{
    margin: 10px 0;
    padding: 0;
}
.movemate-main-wrapper{
    width: 100%;
    height: auto;
    margin: auto;
}
.movemate-wrapper{
    width: 100%;
    height: auto;
    margin: auto;
    display: inline-block;
}
.movemate-section{
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #ccc;
}
.movemate-data{
    width: 65%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
.movemate-steps-nav{
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    background: var(--secondary-color);
}
.movemate-steps-row{
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}
.movema-steps-col{
    width: 50%;
    float: left;
    margin: 0 0 0 0;
}
.movemate-steps-box{
    width: 20%;
    float: left;
    margin: 0 0 0 0;
    padding: 5% 0;
    text-align: center;
    cursor: pointer;
}
.movemate-steps-box.active .movemate-steps-box-img-cirlce {
    background: var(--primary-color);
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.movemate-steps-box.active .movemate-steps-box-title h1 {
    color: var(--primary-color);
    font-weight: 700;
}
.movemate-steps-box-img{
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}
.movemate-steps-box-img img{
    width: 50px;
}
.movemate-steps-box-img-cirlce{
    width: 80px;
    height: 80px;
    margin: auto;
    background:var(--white);
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0px 3px 18px -3px rgba(0, 0, 0, 0.3);
}
.movemate-steps-box-title{
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}
.movemate-steps-box-title h1{
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-color);
}

/**/
.movemate-steps-data{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
.movemate-steps-data-container{
    width: 90%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    padding: 5%;
    background: var(--white);
}
.movemate-destination-container{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
.movemate-destination-container-row{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
.movemate-destination-container-col{
    width: 28%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0 5% 10px 0;
}
.movemate-destination-container-col label{
    width: 100%;
    float: left;
    margin: 0 0 10px  0;
    font-size: 16px;
    font-weight: 600;
    color: var(--label-color);
}
.movemate-destination-container-col input{
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    background:var(--secondary-color);
    border-bottom: 1px solid #222;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    padding: 10px;
    font-size: 16px;
    outline: none;
}

/**/
.movemate-date-period-container{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
.movemate-date-period-container-row{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
.movemate-date-period-container-row h1{
    font-size: 24px;
    font-weight: 600;
    color: var(--dark-color);
}
.movemate-date-period-container-col{
    width: 28%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0 5% 10px 0;
}
.movemate-date-period-container-col label{
    width: 100%;
    float: left;
    margin: 0 0 10px  0;
    font-size: 16px;
    font-weight: 600;
    color: var(--label-color);
}
.movemate-date-period-container-col select{
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    background:var(--secondary-color);
    border-bottom: 1px solid var(--dark-color);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    padding: 11px;
    font-size: 16px;
    outline: none;
}
.movemate-date-period-container-col input{
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    background:var(--secondary-color);
    border-bottom: 1px solid #222;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    padding: 10px;
    font-size: 16px;
    outline: none;
}

/**/

.movemate-destination-map-container{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
.movemate-destination-map-container-row{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0;
}
.movemate-destination-map-container-row #movemate-map{
    width: 100%;
    height: 450px;
}
.suggestions-list {
    position: absolute;
    top: 70px;
    background: var(--secondary-color);
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9999;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.movemate-error-tag {
    display: none;
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 5px;
    font-weight: bold;
}
.suggestions-list li {
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
}
.suggestions-list li:hover {
    background: var(--secondary-color);
}
/* Ensure the parent container is relative so dropdown aligns */
.movemate-destination-container-col {
position: relative;
}
/*.movemate-destination-map-container-row iframe{
    width: 100%;
}*/
/*Inventory Css*/
.movemate-main-steps-container{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
.movemate-main-steps-container-row{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
.movemate-main-steps-container-row-title{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
/**/
.movemate-main-steps-container-row-button{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: start;
}
.movemate-main-steps-container-row-button button{
    padding: 10px 30px;
    margin: 10px 10px 10px 0;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    border:0px;
    background:var(--dark-color);
    color: var(--white);
    cursor: pointer;
}
.movemate-main-steps-container-row-button button:hover{
    background:var(--primary-color);
}
.movemate-main-steps-container-row-title h1{
    font-size: 24px;
    font-weight: 600;
    color: var(--dark-color);
}
.movemate-main-steps-container-col{
    width: 28%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0 5% 10px 0;
}
.movemate-main-steps-container-item-box{
    width: 90%;
    height: auto;
    float: left;
    padding: 5%;
    margin: 0 0 0 0;
    border:1px solid var(--dark-color);
}
.movemate-main-steps-container-item-box-row{
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0 0 0 0;
}
.movemate-count{
    width: 25px;
    height: 25px;
    float: left;
    padding: 5px;
    text-align: center;
    line-height: 8px;
    border-radius: 50%;
    background:var(--secondary-color);
}
.movemate-count h1{
    font-size: 24px;
    font-weight: 600;
    color: var(--dark-color);
}
.movemate-img{
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    text-align: center;
}
.movemate-img img{
    width: 150px;
    height: 150px;
    object-fit: contain;
    padding: 10px 0;
}
.image-preview img {
    width: 150px;
    padding: 5px;
}
button.remove-item-btn{
    width: 100%;
    padding: 10px 30px;
    margin: 10px 10px 10px 0;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    border:0px;
    background:var(--dark-color);
    color: var(--white);
    cursor: pointer;
}
.movemate-img h1{
    font-size: 16px;
    font-weight: 400;
    color: var(--dark-color);
    margin: 0;
}
.movemate-set-data{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.movemate-set-data button{
    width: 96%;
    padding: 0px 2%;
    margin: 5px;
    font-size: 30px;
    background: var(--white);
    color: var(--dark-color);
    outline: none;
    border:0px;
    box-shadow: 2px 2px 8px #d0cfcfb0;
}






.movemate-billing{
    width: 35%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
.movemate-billing-container{
    width: 90%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    padding: 0 5%; 
}
.movemate-billing-section{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    padding: 0%;
}
.movemate-billing-header{
    width: 96%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    padding: 2%;
    background:var(--secondary-color);
}
.movemate-billing-header h1 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--dark-color);
}
.movemate-move-info-header{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
}
.movemate-move-info-header-title{
    width: 96%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    padding: 4% 2%;
    background: var(--dark-color);
    border-bottom: 1px solid var(--secondary-color);
    position: relative;
    cursor: pointer;
}
.movemate-move-info-header-title::after {
  content: "+";
  position: absolute;
  top: 2px;
  right: 10px;
  color: #fff;
  font-size: 25px;
  transition: transform 0.3s ease;
}

.movemate-move-info-header-title.active::after {
  content: "-";
}

.movemate-move-info-header-title h1{
    font-size: 16px;
    color: var(--white);
    margin: 0px;
    position: relative;
}
.movemate-move-info-header-content{
    width: 96%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    background: #f6f6f6;
    display: none;
}
.movemate-location-info-main-wrapper{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
.movemate-location-info-col{
    width: 50%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
.movemate-location-info-row{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
.movemate-location-info-col-tile{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
.movemate-location-info-col-tile h1{
    font-size: 24px;
    font-weight: 600;
    color: var(--dark-color);
    margin: 0;
}
.movemate-location-info-col-content{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
.movemate-location-info-col-content-title{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    padding: 10px 0;
}
.movemate-location-info-col-content-title h2{
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-color);
    margin: 0;
}
.movemate-location-info-col-content-desc{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
.movemate-location-info-col-content-desc-row{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 10px 0;
}
.movemate-location-info-col-content-desc-row input{
    width: 90%;
    float: left;
    margin: 0 4% 0 0;
    background: var(--secondary-color);
    color: var(--dark-color);
    border-bottom: 1px solid #222;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    padding: 3%;
    font-size: 16px;
    outline: none;
}
.movemate-location-info-col-content-desc-row select{
    width: 96%;
    float: left;
    margin: 0 4% 0 0;
    background:var(--secondary-color);
    border-bottom: 1px solid #222;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    padding: 11px;
    font-size: 16px;
    outline: none;
}
.movemate-location-info-col-content-desc-row label{
    width: 100%;
    float: left;
    margin: 0 0 10px  0;
    font-size: 16px;
    font-weight: 600;
    color: var(--label-color);
}


.movemate-floor-count{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    padding: 10px 0;
}
.movemate-floor {
  transition: all 0.25s ease;
}

.movemate-floor-count label {
  cursor: pointer;
  float: left;
  margin: 0 10px 10px 0;
}
.movemate-floor-count label:hover .movemate-floor {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.movemate-floor-count label input[type="radio"]{
    display: none;
}
.movemate-floor-count label input[type="radio"]:checked + .movemate-floor {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.movemate-floor-count label .movemate-floor{
    width: 40px;
    height: 40px;
    padding: 5px;
    border:2px solid var(--dark-color);
    background:var(--dark-color);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.movemate-floor-count label .movemate-floor h3{
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    margin: 0px;
}
.movemate-contact-main-wrapper{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
.movemate-contact-form-row{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
.movemate-contact-form-col{
    width: 45%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0 5% 10px 0;
}
.movemate-contact-form-col label{
    width: 100%;
    float: left;
    margin: 0 0 10px  0;
    font-size: 16px;
    font-weight: 600;
    color: var(--label-color);
}
.movemate-contact-form-col select{
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    background:var(--secondary-color);
    border-bottom: 1px solid #222;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    padding: 11px;
    font-size: 16px;
    outline: none;
}
.movemate-contact-form-col input{
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    background:var(--secondary-color);
    border-bottom: 1px solid #222;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    padding: 10px;
    font-size: 16px;
    outline: none;
}
.movemate-contact-form-col100{
    width: 95%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0 5% 10px 0;
}
.movemate-contact-form-col100 label{
    width: 100%;
    float: left;
    margin: 0 0 10px  0;
    font-size: 16px;
    font-weight: 600;
    color: var(--label-color);
}
.movemate-contact-form-col100 textarea{
    width: 100%;
    min-height: 200px;
    float: left;
    margin: 0 0 0 0;
    background:var(--secondary-color);
    border-bottom: 1px solid #222;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    padding: 10px;
    font-size: 16px;
    outline: none;
}
.movemate-done-main-wrapper{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
.movemate-done-img{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    text-align: center; 
}
.movemate-done-img img{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
}
.movetmate-done-img-bg{
    width: 200px;
    height: 200px;
    padding: 20px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--secondary-color);
}
.movetmate-done-img-bg img{
    width: 150px;
}
.movemate-done-content{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    text-align: center;
}
.movemate-done-content h1{
    font-size: 24px;
    font-weight: 600;
    color: var(--dark-color);
}
.movemate-done-content p{
    font-size: 16px;
    font-weight: 400;
    color: var(--dark-color);
}

.movemate-move-info-header-content table{
    width: 100%;
    padding: 5px;
}
.movemate-move-info-header-content table tr{
}
.movemate-move-info-header-content table tr th h1{
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-color);
    text-align: left;
    margin: 0px;
}
.movemate-move-info-header-content table tr td h1{
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-color);
    margin: 0px;
    text-align: left;
}
.movemate-move-info-header-content table tr td{
    font-size: 14px;
    font-weight: 400;
    color: var(--heading-color);
    text-align: left;
    padding: 5px;
    border: 0px;
}
.movemate-move-info-header-content table tr th{
    border: 0px;
    padding: 10px;
}
tbody#inventory-table-body tr td {
    text-align: center;
    padding: 10px;
}
.movemate-move-info-header-content table tr th:nth-child(odd){
    background-color: hsla(0,0%,50%,.071);
}

/*Media Query*/
@media only screen and (max-width: 1024px){
    .movemate-date-period-container-col{
        width: 45%;
    }
}
@media only screen and (max-width: 768px){
    .movemate-data{
        width: 100%;
    }
    .movemate-billing{
        width: 100%;
    }
}
@media only screen and (max-width: 425px){
    .movemate-img img{
        width: 100%;
    }
    .movemate-steps-box-img-cirlce{
        width: 30px;
        height: 30px;
    }
    .movemate-steps-box-img img {
        width: 100%;
    }
    .movemate-steps-box{
        width: 20%;
        padding:5% 0px;
        text-align: center;
    }
    .movemate-steps-box-title h1{
        font-size: 14px;
        font-weight: 400;
    }
    .movemate-destination-container-col{
        width: 95%;
    }
    .movemate-date-period-container-col{
        width: 95%;
    }
    .movemate-main-steps-container-col{
        width: 45%;
    }
    .movemate-main-steps-container-item-box{
        width: 95%;
    }
    .movemate-location-info-col-tile h1{
        font-size: 20px;
    }
    .movemate-main-steps-container-row-title h1{
        font-size: 20px;
    }
    .movemate-main-steps-container-row-title h1{
        font-size: 20px;
    }
    .movemate-location-info-col{
        width: 100%;
    }
    .movemate-date-period-container-row h1{
        font-size: 20px;
    }
}
@media only screen and (max-width: 375px){
    .movemate-main-steps-container-row-button{
        display: inline-grid;
    }
    .movemate-img img {
        width: 100%;
    }
    .movemate-main-steps-container-col {
        width: 95%;
    }
}