/* 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.2 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;
}
 #mp .mp-main-wrapper{
     width: 100%;
     float: left;
     display: block;
     background: #ffffff;
     margin: 15px 0 20px;
     padding: 10px 0 25px;
}
#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: 4px;
    line-height: 9px;
    padding-top: 5px;
    font-size: 12px;
    width: 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 #ddd;*/
    margin-bottom: 20px;
    display: inline-block;
    background-color: transparent;
    width: 100%;
}
/* 
#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;
    background-color: #F8F8F8;
    width: 100%;
    border-radius: 6px 6px 0px 0px;
}

#mp .cart-cost{
    font-weight: bolder !important;
    font-size: 20px;
    margin-top: 22px;
    margin-bottom: 2px;
    padding: 5px;
    float: right;
    padding-right: 0;
}
#mp .est_cost{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    float: left;   
}

#mp .estimate-cost {
    margin-bottom: 3px;
    font-size: 13px;
    /* padding-top: 2px; */
    float: right;
    padding-right: 5px;
    line-height: 1.5;
    width: 30%;
    text-align: right;
}
#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: 10px;
    /* text-transform: uppercase; */
    margin-top: 20px;
}
#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: 5px;
        float: right;
        padding-right: 5px;
        line-height: 12px;
        margin-top: 2px;
}
#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: 15px !important;
        font-weight: 600 !important;
        letter-spacing: 0.5px !important;
        font-style: normal;
        padding-left: 2px !important;
        padding-bottom: 10px;
}
#mp #booking_summary .right-cart .cart_details{
        width: 70%;
        float: left;
        padding: 2px 5px;
        color: #3d3d3d;
        font-size: 13px;
        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 10px;
}
#mp .right-cart .bottom-bdr{
        border-bottom: 1px solid #ccc;
}   
#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;
}
#mp .load-unload .flool-count h4{
    font-size: 14px;
    color: #3D3D3D;
    text-align: left;
    line-height: 20px;
    padding-bottom: 5px;
    font-weight: 500 !important;
    margin-bottom: 10px;
    width: 100%;
}
#mp .load-unload .unflool-count{
    display: flex;
    flex-flow: wrap;
}
#mp .load-unload .unflool-count h4{
    font-size:14px;
    color:#3D3D3D;
    text-align:left;
    line-height:20px;
    padding-bottom:5px;
    margin-bottom: 10px;
    width: 100%;
}
#mp .load-unload .flool-count{
	margin:10px 0;
    display: flex;
    flex-flow: wrap;
}
#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;
}
#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;
}
.datepicker.datepicker-dropdown{
	max-width:320px;
	min-width:300px;
    opacity: unset !important;
    visibility: unset !important;
}
#mp .custom_addon_checkbox input[type="checkbox"]{
    display: none;
}
#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;
    content: "";
    display: inline-block;
   border-right:0px solid transparent;
    border-bottom: 0px solid transparent;
    position: absolute;
    top: 0;
    left: 10px;
    border-top-width: 111px;
    border-top-style: solid;
    border-top-color: #fd3943;
    height: 120px;
    opacity: 0.7;
    width: 89%;
}


/* 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;
width: 0;
height: 0;
}

.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;
}

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

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

/* Rounded sliders */
.slider.round {
border-radius: 34px;
}

.slider.round:before {
border-radius: 50%;
}
.insurance_cost{
margin-top: 0px!important;
padding: 0px!important;

}
.exp {
margin-top:40px;
}
.error_cubic {
    color: red;
}
.card_payment_container{
	max-width:600px;
}



.common-col{
	/* width: 49.999%; */
    float: left;
    padding: 0px 14px;
    position: relative;
    margin-bottom: 14px;
}


.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: 1%;
    color: white;
}
.collapse.in{
    padding: 3%;
    display: block!important;
}
.collapse{
   display: none;
}

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

.collaps_title:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
  float: right;
}
.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;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.userlogin-radio .custom-radio[type="radio"]:checked + label:before,
.userlogin-radio .custom-radio[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #FD3943;
  border-radius: 100%;
  background: #fff;
}
.userlogin-radio .custom-radio[type="radio"]:checked + label:after,
.userlogin-radio .custom-radio[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background:#FD3943;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.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;
}

.mapload-text{
	height:150px;
	display:flex;
	align-items:center;
	width: 100%;
}
.mapload-text h3{
	font-size:24px !important;
	color:#fd3943;
}
.move_size_sh .row{
   display: flex;
   align-items: center;
   padding-left: 0px!important;
}
.common-modal-quotes{
    overflow-y: scroll!important;
}
.client_logout{
    margin-bottom: 15px;
}
.common-header-wrap h4{
    font-size: 24px;
}
.error_msg_movesize{
    width: 100%;
}