/* Plugin Name: Moveto Plugin URI: Description: moveto is an online appointment booking wordpress plugin, your website visitor can see the available time for service provider and can book their appointment instantly,due its shopping cart feature one user can book multiple appointments at once. Version: 5.6 Author: skymoonlab TeamAuthor URI: http://skymoonlabs.com/ 
/* moveto- wordpress appointment booking plugin */


/********************************/


/* Main Style Start Here */


/********************************/

@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Oxygen|Roboto+Mono:300,400,500,700|Roboto+Slab:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=greek,vietnamese');
#mp {
    /*font-family: 'Quicksand', sans-serif;
     */
    /* font-family: 'Roboto Mono', monospace;
     */
    font-family: 'Open Sans', sans-serif;
    font-weight: normal !important;
    font-size: 13px;
    line-height: 25px;
    color: #3d3d3d;
    padding: 20px 0 10px;
    margin: 0px;
    height: 100%;
    width: 100%;
    position: relative;
    cursor: default;
    direction: ltr;
    display: inline-block;
    max-width: 100%;
}

#mp .mp-main-wrapper {
    width: 100%;
    float: left;
    display: block;
    background: #ffffff;
    margin: 15px 0 20px;
    padding: 10px 0 25px;
    border-radius: 5px;
}

#mp .mp-booking-step ul li {
    display: inline-block;
    font-weight: 700;
    color: #333;
}

#mp .box-border {
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    padding: 25px !important;
    border: 1px solid #dddddd94;
}

#mp .dp-n {
    display: none;
}

#mp .pt-5 {
    padding-top: 3px;
}

#mp .pb-5 {
    padding-bottom: 5px;
}

#mp .p-3 {
    padding: 3px
}

#mp .p-5 {
    padding: 5px
}

#mp .common-inner .ml-10 {
    margin-left: 10px;
}

#mp .common-inner .border-2 {
    border: 1px solid #e44444;
    background-color: #fff;
}

#mp .common-inner .fa {
    font-size: 10px;
    line-height: 12px;
    padding-right: 3px;
    cursor: pointer;
}

#mp .common-inner .via_style {
    border-radius: 50%;
    border: 1px solid;
    padding: 3.5px;
    line-height: 9px;
    padding-top: 5px;
    font-size: 12px;
    width: 19px;
    height: 19px;
}

#mp .common-inner .via_style_minus {
    color: #FD3943 !important;
    border-radius: 50%;
    border: 1px solid;
    padding: 4px;
    line-height: 9px;
    padding-top: 5px;
    font-size: 12px;
    width: 19px;
}

#mp .common_label {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

#mp .mp-booking-step {
    padding: 10px 0px 0px 0px;
    /*border-bottom: 2px solid #333;*/
    font-size: 15px;
    margin-bottom: 80px;
}

#mp .right-cart {
    height: auto;
    border: 1px solid #d6cece85;
    margin-bottom: 20px;
    display: inline-block;
    background-color: transparent;
    width: 100%;
    box-shadow: 0px 0px 17px -4px #ccccccd6;
    border-radius: 9px;
}


/* 
#mp #booking_summary{
    margin-top:70px;
} */

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    padding: 0.225em 0.4375em!important;
    background-color: #F8F8F8!important;
    width: 100%!important;
    border-radius: 6px 6px 0px 0px!important;
}

#mp .cart-cost {
    font-weight: bolder !important;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right;
}

#mp .est_cost {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    display: flow-root;
    text-align: left;
}

#mp .estimate-cost {
    margin-bottom: 0px;
    font-size: 14px;
    /* padding-top: 2px; */
    float: right;
    padding-right: 0px;
    line-height: 1.5;
    width: 30%;
    text-align: right;
    font-weight: 700;
    padding: 2px 5px;
}
#mp .subtotal_amount,.discounted_amount, .taxed_amount{
    padding-right: 5px!important;
}
#mp #booking_summary .summary_title {
    text-align: center;
    padding: 10px 10px;
    font-size: 20px;
    width: 100%;
    height: auto;
    color: #333;
    font-weight: 600;
    margin-bottom: 0px;
    /* text-transform: uppercase; */
}

#mp #booking_summary .right-cart .cart-listing {
    /*border-bottom:1px solid #d8d8d8;*/
    /*margin-bottom:3px;*/
    display: inline-block;
    width: 100%;
}

#mp #booking_summary .right-cart .cart-listing ul {
    display: block;
    width: 100%;
}

#mp #booking_summary .right-cart .cart-listing h4 {
    font-size: 14px;
    margin-bottom: 0px;
    float: right;
    padding-right: 5px;
    font-weight: 700!important;
    padding: 2px 9px;
    margin-top: 0px;
}

#mp #booking_summary .right-cart .cart-title {
    width: 82%;
    float: left;
    padding: 2px 5px;
    color: #3d3d3d;
    font-size: 13px;
    text-align: left;
    margin: 0;
    padding-left: 10px;
    line-height: 12px;
}

#mp #booking_summary .right-cart .cart_title {
    font-size: 14px !important;
    font-weight: 600 !important;
    /* letter-spacing: 0.5px !important; */
    font-style: normal;
    padding-left: 2px !important;
    padding-bottom: 10px;
    color: #3d3d3d!important;
}

#mp #booking_summary .right-cart .cart_details {
    width: 68%;
    float: left;
    padding: 2px 5px;
    color: #3d3d3d;
    font-size: 14px;
    text-align: left;
    margin: 0;
    padding-left: 10px;
}

#mp #booking_summary .right-cart .cart-value {
    width: 30%;
    float: left;
    padding: 8px 5px;
    color: #3d3d3d;
    font-size: 16px;
    text-align: right;
    margin: 0;
}

#mp #booking_summary .right-cart .summary_list {
    padding: 0 3px;
}

#mp .right-cart .bottom-bdr {
    border-bottom: 1px dashed #ccc;
    display: flow-root;
}

#mp .right-cart .cart-title .fa {
    padding-left: 3px;
}

#mp .load-unload .main-title {
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 24px;
    font-weight: 600 !important;
    padding-bottom: 10px;
}

#mp .add_title {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 600!important;
    color: #3d3d3d;
}

#mp .load-unload .flool-count h4 {
    font-size: 15px;
    color: #3D3D3D;
    text-align: left;
    padding-bottom: 0px;
    font-weight: 600!important;
    margin-bottom: 5px;
    width: 100%;
}

#mp .load-unload .unflool-count {
    margin: 5px 0;
    display: flex;
    flex-flow: wrap;
    gap: 6px;
}

#mp .load-unload .unflool-count h4 {
    font-size: 15px;
    color: #3D3D3D;
    text-align: left;
    padding-bottom: 0px;
    font-weight: 600!important;
    margin-bottom: 5px;
    width: 100%;
}

#mp .load-unload .flool-count {
    margin: 5px 0;
    display: flex;
    flex-flow: wrap;
    gap: 6px;
}

#mp .load-unload .address_sec {
    margin: 30px 0 10px 0;
}

#mp .load-unload .extra_element ul,
#mp .additional_info .additional_info_listing ul {
    /*display:flex;*/
    flex-wrap: wrap;
}

#mp .load-unload .extra_element ul li.elemet_listing,
#mp .additional_info .additional_info_listing ul li.info_listing {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 5px 0;
}

#mp .load-unload .extra_element .element_title,
#mp .additional_info .additional_info_listing .info_title {
    font-size: 14px;
    float: left;
    display: block;
    color: #3d3d3d;
    margin: 0;
    width: 70%;
}

#mp .article_img {
    max-width: 100%;
    box-sizing: border-box;
    height: auto;
    background-color: #fff;
    border: 1px solid #333;
    text-align: center;
    margin: 0 auto;
    display: table;
    display: flex;
    align-items: center;
    max-height: 130px;
    border-radius: 2px;
    padding: 15px;
    justify-content: center;
}

#mp .article_img img {
    max-width: 100px;
    width: 100%;
    max-height: 80px;
    height: 80px;
}

.datepicker.datepicker-dropdown {
    max-width: 320px;
    min-width: 300px;
    opacity: unset !important;
    visibility: unset !important;
}

#mp .custom_addon_checkbox input[type="checkbox"] {
    display: none!important;
}

#mp .custom_addon_checkbox input[type="checkbox"]:checked+label {
    /* box-shadow: 2px 2px 8px -2px #e32b24;
    border: 3px solid #e32b24;*/
}


/* #mp .custom_addon_checkbox input[type="checkbox"]:checked + label:after {
  z-index: 100;
    content: "";
    display: inline-block;
    border-right: 30px solid transparent;
    border-bottom: 0px solid transparent;
    position: absolute;
    top: 0;
    left: 10px;
    border-top-width: 30px;
    border-top-style: solid;
    border-top-color: #fd3943;
} */

#mp .custom_addon_checkbox input[type="checkbox"]:checked+label:after {
    z-index: 100!important;
    content: ""!important;
    display: inline-block!important;
    border-right: 0px solid transparent!important;
    border-bottom: 0px solid transparent!important;
    position: absolute!important;
    top: 0!important;
    left: 10px!important;
    border-top-width: 111px!important;
    border-top-style: solid!important;
    border-top-color: #fd3943!important;
    height: 120px!important;
    opacity: 0.7!important;
    width: 89%!important;
}


/* Cubic Feets */

#mp #booking_summary .right-cart .cart_title_cubic {
    width: 68%;
}

#cust_cubic_data .cust_cubic {
    text-transform: capitalize !important;
}


/*Switch Toggle */

.switch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 21px;
    margin-top: 6px;
}

.switch input {
    opacity: 0!important;
    width: 0!important;
    height: 0!important;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #FD3943!important;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3!important;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px)!important;
    -ms-transform: translateX(26px)!important;
    transform: translateX(26px)!important;
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#mp .insurance_cost {
    margin-top: 0px!important;
    padding: 4px 7px!important;
    font-size: 14px;
    font-weight: 700!important;
    margin-bottom: 0px;
    text-align: right;
    line-height: 32px;
}

.exp {
    margin-top: 40px;
}

.error_cubic {
    color: red;
    margin: 0px;
}

.card_payment_container {
    max-width: 600px;
}

.common-col {
    width: 100%!important;
    float: left!important;
    padding: 0px 8px!important;
    position: relative!important;
    margin-bottom: 14px!important;
}
.main-card-list{
    display: grid!important;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

/* .common-width-700 {
    width: 100% ! important;
}

.common-width-919 {
    width: 49.999% ! important;
}

.common-width-1120 {
    width: 32.999% ! important;
}

.common-width-all {
    width: 24.999% ! important;
} */


/*start of collaps css for cart */

.collaps_title {
    padding: 2%;
    width: 100%;
    background: #fd3943;
    margin-bottom: 0px;
    color: white;
    font-size: 16px;
    font-weight: 600;
}
.collaps_title.collapsed{
    margin-bottom: 4px;
}
.collapse.in {
    padding: 2%;
    display: flow-root!important;
    background-color: #cccccc2e;
}

.collapse {
    display: none;
}

.collaps_title.collapsed:after {
    content: '\002B';
    /* Unicode character for "plus" sign (+) */
    font-size: 28px;
    color: white;
    float: right;
    margin-left: 5px;
    font-weight: 500;
}

.collaps_title:after {
    content: '\2212';
    /* Unicode character for "minus" sign (-) */
    float: right;
    font-weight: 500;
    font-size: 28px;
}

.cart_heading_title {
    font-weight: 900px;
}


/* end  collaps css for cart */

.userlogin-radio .custom-radio[type="radio"]:checked,
.userlogin-radio .custom-radio[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.userlogin-radio .custom-radio[type="radio"]:checked+label,
.userlogin-radio .custom-radio[type="radio"]:not(:checked)+label {
    position: relative!important;
    padding-left: 28px!important;
    cursor: pointer!important;
    line-height: 20px!important;
    display: inline-block!important;
    color: #666;
}

.userlogin-radio .custom-radio[type="radio"]:checked+label:before,
.userlogin-radio .custom-radio[type="radio"]:not(:checked)+label:before {
    content: ""!important;
    position: absolute!important;
    left: 0!important;
    top: 0!important;
    width: 18px!important;
    height: 18px!important;
    border: 1px solid #FD3943!important;
    border-radius: 100%!important;
    background: #fff!important;
}

.userlogin-radio .custom-radio[type="radio"]:checked+label:after,
.userlogin-radio .custom-radio[type="radio"]:not(:checked)+label:after {
    content: ""!important;
    width: 12px!important;
    height: 12px!important;
    background: #FD3943!important;
    position: absolute!important;
    top: 4px!important;
    left: 4px!important;
    border-radius: 100%!important;
    -webkit-transition: all 0.2s ease!important;
    transition: all 0.2s ease!important;
}

.userlogin-radio .custom-radio[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.userlogin-radio .custom-radio[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.fancy_input_wrap2 .distance-form-control::placeholder {
    color: #777 !important;
    font-size: 15px!important;
}

.mapload-text {
    height: 150px;
    display: flex;
    align-items: center;
    width: 100%;
}

.mapload-text h3 {
    font-size: 24px !important;
    color: #fd3943;
}

.move_size_sh .mp-row {
    display: flex;
    align-items: center;
    padding-left: 0px!important;
    flex-wrap: wrap;
}

.common-modal-quotes {
    overflow-y: scroll!important;
}

.client_logout {
    margin-bottom: 25px;
    background: aliceblue;
    padding: 8px!important;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}
.client_logout span{
    font-size: 14px;
    font-weight: 600;
}
.client_logout a{
    margin-left: 5px;
    font-size: 14px;
    font-weight: 700;
}

.common-header-wrap h4 {
    font-size: 24px;
}

.error_msg_movesize {
    width: 100%;
}

.div-center{
    justify-content: center;
    display: flex!important;
    align-items: center;
}
::after,::before{
    box-sizing: unset!important;
}