
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { 

}
/***********************/
/**** Responsive website ****/


/*********************************/
/*       Responsive Design      */
/*********************************/

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
 
}
/* Desktops and laptops ----------- */
@media only screen  and (max-width : 1350px) {

}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 768px) and (max-width : 1350px) {
	.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 204px !important;
	}
}


@media only screen and (min-width : 768px) and (max-width : 991px) {
	#mp .input_grpup_code{
		height: 34px !important;
	}
	#mp #booking_summary .right-cart .cart-title{
		width: 84%;
	}
	#mp .fancy_input_wrap2 {
		margin-bottom: 35px!important;
	}
	.move_size_sh .row{
		flex-wrap: wrap;
		gap: 7px!important;
		margin-bottom: 10px;
	}
	#mp .heading-common h3{
	    font-size: 18px !important;
	}
	.select-datepicker-wrap{
		margin-bottom: 20px;
	}
	#mp .mp_btn{
		margin: 1.5rem 2px!important;
	}
	.custom-tab-details{
		width: 100%!important;
	}
	#mp .additional_info .additional_info_listing .info_title{
		width: 70%;
	}
	#mp .additional_info .additional_info_listing .info_listing{
		align-items: flex-start!important;
	}
}

@media only screen and (max-width: 991px){
	#mp .input_ml{
		margin-left: 0px !important;
	}	
}
@media (min-width: 1450px){
	#mp .range-slider__value {
    	margin-left: -18px !important;
	}
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {

	#mp .booking-thankyou {
		width: 90%;
	}
	#mp .load-unload .extra_element .element_title, #mp .additional_info .additional_info_listing .info_title{
		/* font-size: 12px; */
	}
	#mp .calendar-body .mp-show-time .time-slot-container ul li.time-slot{
		width: -webkit-calc(100% / 3 - 10px);
		width: -moz-calc(100% / 3 - 10px);
		width: -o-calc(100% / 3 - 10px);
		width: -ms-calc(100% / 3 - 10px);
		width: calc(100% / 3 - 10px);
	}
	#mp .today-date{
		text-align: center;
	}
	#mp .today-date a.mp-button{
		left: unset;
	}
	#mp .today-date .mp-selected-date-view{
		float: none;
	}
	#mp .mp-stripe-card .expiry-month-year.expiry_year{
		padding-right: 0;
	}
	#mp .btn-sık{
		margin-bottom: 20px;
	}
	#mp .first_page_ser{
		margin: 0 auto;
		display: grid;
	}
	/* #mp .center-ipad-cart{display:flex;justify-content:flex-start;width:100%;} */
	/* #mp .articles_tab .common-col{
		width: 33%!important;
	} */
}


/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#mp .calendar-body .mp-show-time .time-slot-container ul li.time-slot{
		width: -webkit-calc(100% / 3 - 10px);
		width: -moz-calc(100% / 3 - 10px);
		width: -o-calc(100% / 3 - 10px);
		width: -ms-calc(100% / 3 - 10px);
		width: calc(100% / 3 - 10px);
	}
	#mp .today-date{
		text-align: center;
	}
	#mp .today-date a.mp-button{
		left: unset;
	}
	#mp .today-date .mp-selected-date-view{
		float: none;
	}
	#mp .btn-sık{
		margin-bottom: 20px;
	}
	#mp .mov_main_cat.main_ser{
		margin: 0 auto;
		display: grid;
	}
	#mp .center-ipad-cart{display:flex;justify-content:center;width:100%;}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	#mp .mp-main-left.active-left-xs12 .mp-common-inputs .mp-form-row.mp-md-6,
	#mp .mp-main-left.active-left-xs12 .mp-common-inputs .mp-form-row.mp-fw{
		padding-right: 10px;
		padding-left: 10px;
	}
	#mp .mp-main-left.active-left-xs12 .mp-custom-radio ul.mp-radio-list li.mp-md-6,
	#mp .mp-main-left.active-left-xs12 .mp-common-inputs .mp-form-row.mp-md-6{
		width: 50% !important;
	}
	#mp .btn-sık{
		margin-bottom: 20px;
	}
}

/**********
iPad 3
**********/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
	#mp .calendar-body .mp-show-time .time-slot-container ul li.time-slot{
		width: -webkit-calc(100% / 3 - 10px);
		width: -moz-calc(100% / 3 - 10px);
		width: -o-calc(100% / 3 - 10px);
		width: -ms-calc(100% / 3 - 10px);
		width: calc(100% / 3 - 10px);
	}
	#mp .today-date{
		text-align: center;
	}
	#mp .today-date a.mp-button{
		left: unset;
	}
	#mp .today-date .mp-selected-date-view{
		float: none;
	}
	#mp .btn-sık{
		margin-bottom: 20px;
	}
	#mp .mov_main_cat.main_ser{
		margin: 0 auto;
		display: grid;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
	#mp .mp-main-left.active-left-xs12 .mp-common-inputs .mp-form-row.mp-md-6,
	#mp .mp-main-left.active-left-xs12 .mp-common-inputs .mp-form-row.mp-fw{
		padding-right: 10px;
		padding-left: 10px;
	}
	#mp .mp-main-left.active-left-xs12 .mp-custom-radio ul.mp-radio-list li.mp-md-6,
	#mp .mp-main-left.active-left-xs12 .mp-common-inputs .mp-form-row.mp-md-6{
		width: 50% !important;
	}
}
/* ----------- mobile width with 1080x1920 (360x640) ----------- */

 
 /* Portrait */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait){ 
	#mp .calendar-body .mp-show-time .time-slot-container ul li.time-slot{
		width: -webkit-calc(100% / 1 - 10px) !important;
		width: -moz-calc(100% / 1 - 10px) !important;
		width: -o-calc(100% / 1 - 10px) !important;
		width: -ms-calc(100% / 1 - 10px) !important;
		width: calc(100% / 1 - 10px) !important;
	}
	#mp .mp-stripe-card .expiry-month-year.expiry_year {
		margin-left: 18px !important;
	}
	#mp .first_page_ser{
		display:grid;
	}

}

/* Landscape */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape){
	#mp .calendar-body .mp-show-time .time-slot-container ul li.time-slot{
		width: -webkit-calc(100% / 3 - 10px) !important;
		width: -moz-calc(100% / 3 - 10px) !important;
		width: -o-calc(100% / 3 - 10px) !important;
		width: -ms-calc(100% / 3 - 10px) !important;
		width: calc(100% / 3 - 10px) !important;
	}


}  

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

  
 /* Portrait */
@media only screen 
	and (min-device-width: 375px) 
	and (max-device-width: 667px)
	and (orientation: portrait) { 
		#mp .calendar-body .mp-show-time .time-slot-container ul li.time-slot{
		width: -webkit-calc(100% / 1 - 10px) !important;
		width: -moz-calc(100% / 1 - 10px) !important;
		width: -o-calc(100% / 1 - 10px) !important;
		width: -ms-calc(100% / 1 - 10px) !important;
		width: calc(100% / 1 - 10px) !important;
	}
	#mp .mp-stripe-card .expiry-month-year.expiry_year {
		margin-left: 18px !important;
	}


	}

/* Landscape */
@media only screen 
	and (min-device-width: 375px) 
	and (max-device-width: 667px)
	and (orientation: landscape) {
		#mp .calendar-body .mp-show-time .time-slot-container ul li.time-slot{
		width: -webkit-calc(100% / 3 - 10px) !important;
		width: -moz-calc(100% / 3 - 10px) !important;
		width: -o-calc(100% / 3 - 10px) !important;
		width: -ms-calc(100% / 3 - 10px) !important;
		width: calc(100% / 3 - 10px) !important;
	}


}  


/* Smartphones (landscape) ----------- */
@media only screen and (max-width : 767px) {
	#mp .input_grpup_code{
		height: 34px !important;
	}
	#mp .fancy_input_wrap2{ 
    	margin-bottom: 35px!important;
	}
	#mp .res-nplr {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#mp .res-npl {
		padding-left: 0 !important;
	}
	#mp .res-npr {
		padding-right: 0 !important;
	}
	#mp #mp_fourth_step h3.block-title{
		padding-top: 0 !important;
	}
	.for_home2{
		margin-top: 16px;
	}
	.mobail_mr_0{
		margin:0 !important
	}
	#mp aside#content-sidebar:before,
	#mp section.mp-main-left:after{
		content: none;
	}
	#mp .res-hidden {
		display: none !important;
	}
	#mp .mp-display-middle {
		float: left !important;
	}
	#mp .mp-booking-step ul li span.sep {
		padding: 0 0px 0 10px;
	}
	#mp .mp-booking-step ul li {
		/*width: 100%;*/
		padding: 0;
	}
	#mp .main_ser{
		margin: 0;
	}
	
	#mp .mp-booking-step ul li span.sep{
		display: none;
	}
	
	#mp .mp-extra-services-list ul.addon-service-list li.mp-xs-12,
	#mp .mp-service-staff-list ul.staff-list li.mp-xs-12,
	#mp .mp-custom-radio ul.mp-radio-list li.mp-first-radio.mp-xs-12,
	#mp .mp-custom-radio ul.mp-radio-list li.mp-second-radio.mp-xs-12{
		width: 50%;
	}
	#mp .today-date{
		text-align: center;
	}
	#mp .today-date a.mp-button{
		left: unset;
	}
	#mp .today-date .mp-selected-date-view{
		float: none;
	}
	#mp .calendar-body .mp-show-time .time-slot-container ul li.time-slot{
		width: -webkit-calc(100% / 3 - 10px);
		width: -moz-calc(100% / 3 - 10px);
		width: -o-calc(100% / 3 - 10px);
		width: -ms-calc(100% / 3 - 10px);
		width: calc(100% / 3 - 10px);
	}
	
	
	#mp .booking-thankyou{
		width: 75%;
		padding: 30px 20px;
	}
	#mp h1.header1 {
		font-size: 28px;
	}
	#mp h3.header3 {
		font-size: 18px;
	}	
	#mp p.thankyou-text {
		font-size: 15px;
	}
	#mp .mov_main_cat.main_ser{
		margin: 0 auto;
		display: grid;
	}
	#mp .btn-sık{
		margin-bottom: 20px;
	}
	.main_ser label{
		width: -moz-max-content !important;
	}
	#mp .first_page_ser, #mp #mp_second_step .sub_cat_veh{
		display:block !important;
	}
	#mp .common-inner .bootstrap-select{
		width:100%;
	}
	#mp #front-datepicker .form-control{
		width:100% !important;
	}
	#mp .mp-booking-step a.step-nav{
		width:100%;
	}
	#mp .fancy_input{
		font-size: 16px;
	}
	#mp .border_left {
      border-left: 1px solid #ffff !important;
	  margin-top: 3rem;
    }
    #mp .mp-debit-card-img {
       margin-top: 16px;
	   width: 100%;
       max-width: 100%;
       flex-direction: column;
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child {
      position: relative;
      padding-left: 30px !important;
      cursor: pointer;
	}
	.wp-site-blocks{
		padding-right: 10px!important;
        padding-left: 10px!important;
	}
	#mp .pull-left{
		padding-right: 0px!important;
        padding-left: 0px!important;
	}
	.custom-phone{
		margin-left: 0px;
	}
	.login-wrap{
		margin-top: 30px;
	}
	.move_size_sh .row{
		flex-wrap: wrap;
		gap: 7px!important;
		margin-bottom: 10px;
	}
	#dvMap{
		margin-bottom: 25px;
	}
	#mp .heading-common h3{
	    font-size: 18px !important;
	}
	.select-datepicker-wrap{
		margin-bottom: 20px;
	}
	#mp .mp_btn{
		margin: 1.5rem 2px!important;
	}
	#mp .additional_info .additional_info_listing .info_title{
		width: 70%;
	}
	#mp .additional_info .additional_info_listing .info_listing{
		align-items: flex-start!important;
	}
	.mp-card-details{
		padding: 0px 10px;
	}
	#mp_third_step .card_payment_detail_form{
		width: 100%;
        padding: 0px 10px;
		margin-bottom: 2rem;
	}
	.card_payment_container{
		max-width: 100%;
	}
	#mp .mp-main-debit-card-img-left-side{
		width: 100%!important;
	}
	.checkout-btn-wrap{
        padding: 0px;
	}

}
/* Smartphones (landscape) ----------- */
@media only screen and (max-width : 767px) and (orientation: landscape){
	
	#mp .calendar-body .mp-show-time .time-slot-container ul li.time-slot{
		width: -webkit-calc(100% / 4 - 10px);
		width: -moz-calc(100% / 4 - 10px);
		width: -o-calc(100% / 4 - 10px);
		width: -ms-calc(100% / 4 - 10px);
		width: calc(100% / 4 - 10px);
	}
	#mp .today-date a.mp-button{
		left: initial;
	}
	#mp .today-date .mp-selected-date-view{
		float: right;
	}
	#mp .today-date{
		text-align: left
	}
}	

/* mobile devices */
@media only screen and (max-width : 600px) {
	.move_size_sh .row{
		flex-wrap: wrap;
		gap: 7px!important;
		margin-bottom: 10px;
	  }
	  .move_size_sh .heading-common{
		  padding: 0px!important;
	  }
	  #dvMap{
		  margin-bottom: 25px;
	  }
	  #mp .heading-common h3{
		  font-size: 18px !important;
	  }
	  .heading-common{
		  margin-left: 0px!important;
		  padding: 0px 10px;
	  }
	  #mp .input_grpup_code{
		  width: 25%!important;
	  }
	  .select-datepicker-wrap{
		  margin-bottom: 20px;
	  }
	  #mp .mp_btn{
		  margin: 1.5rem 2px!important;
	  }
	  #mp .box-border{
		  padding: 0px !important;
	  }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
	
	#mp .res-nplr {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#mp .res-npl {
		padding-left: 0 !important;
	}
	#mp .res-npr {
		padding-right: 0 !important;
	}
	
	#mp .res-hidden {
		display: none !important;
	}
	#mp .mp-booking-step {
		padding: 10px;
		margin-bottom: 10px;
	}
	#mp .mp-extra-services-list ul.addon-service-list li.mp-xs-12,
	#mp .mp-service-staff-list ul.staff-list li.mp-xs-12,
	#mp .mp-custom-radio ul.mp-radio-list li.mp-first-radio.mp-xs-12,
	#mp .mp-custom-radio ul.mp-radio-list li.mp-second-radio.mp-xs-12{
		width: 100%;
	}
	#mp .calendar-body .mp-show-time .time-slot-container .mp-slot-legends ul.mp-legends-ul li{
		width: 100%;
		margin: 0 !important;
	}
	#mp .mp-booking-step ul li span.sep{
		display: none;
	}
	
	#mp .mp-form-row.mp-xs-12{
		padding-left: 0;
		padding-right: 0;
	}
	#mp .calendar-body .mp-week {
		line-height: 39px;
		min-height: 40px;
	}
	
	#mp .calendar-body .mp-show-time .time-slot-container ul.time-slot-ul{
		padding: 10px 15px 10px;
		max-height: 250px;
	}
	#mp .mp-booking-step ul li {
		/*width: 100%;*/
		padding: 0;
	}
	#mp .progress-meter .progress-point.active:before{
		height:40px;
		width: 40px;
		margin-top: -7px;
		margin-bottom: 0px;
	}
	#mp .progress-meter .progress-point:before {
		width: 20px;
	    height: 20px;
	    margin: 2px auto 12px;
	    border: 2px solid #aaaaaa;
	    font-size: 10px;
    	line-height: 16px;
	}
	.has-global-padding{
		padding: 5px!important;
	}
	#mp .progress-meter .progress-point{
		margin-left: -20px;
	}
	.progress-meter .progress-points .progress-point:nth-child(3){
		left: 70%!important;
	}
	#mp .progress-meter .step-title{
		font-size: 13px;
	}
	#mp .progress-meter {
		margin: 6px 9px 52px;
	}
	#mp .firstdiv .custom-margin-wrap{
		margin-top: 2rem;
	}
	#mp .progress-meter .track {
    	left: 10px;
	}
	#mp .calendar-body .mp-day span {
		font-size: 11px;
	}
	/* #mp .articles_tab .common-col{
		width: 100%!important;
	} */
	#mp aside#content-sidebar .sidebar-box .mp-total-amount {
		padding-left: 5px;
		padding-top: 10px;
	}
	
	
	#mp .booking-thankyou{
		width: 86%;
		padding: 20px 10px;
	}
	#mp h1.header1 {
		font-size: 20px;
	}
	#mp h3.header3 {
		font-size: 15px;
	}
	#mp p.thankyou-text {
		font-size: 13px;
	}
	#mp .first_page_ser{
		display:grid;
	}
	#mp #mp_second_step .sub_cat_veh{
	display: grid;
	}
	#mp .common-pluse-min {
    font-size: 20px !important;
   }
	#mp .common-set-btn {
    margin-left: 6px !important;
   }
   #mp .article_text{
	font-size: 16px!important;
   }
   #mp .tabs-left>li a{
	width: 120px;
	display: flow-root;
   }
   .custom-tab-details{
	width: 100%!important;
   }
}

/* (320x480) Smartphone, Portrait */
@media only screen and (device-width: 320px) and (orientation: portrait) {
    /* insert styles here */
		
	#mp .calendar-body .mp-show-time .time-slot-container ul li.time-slot{
		width: 100%;
		margin: 5px 0px;
	}
	#mp .first_page_ser{
		display:grid;
	}
	.datepicker.datepicker-dropdown {
    
    left: 9px !important;
}
#mp .box-border {
    padding: 0px !important;
}
.InputContainer .InputElement {
    font-size: 13px !important;
}
}
/* (320x480) Smartphone, Landscape */
@media only screen and (device-width: 480px) and (orientation: landscape) {
    /* insert styles here */
	#mp .mp-booking-step ul li span.sep {
		padding: 0 0px 0 10px;
	}
	#mp .calendar-body .mp-show-time .time-slot-container ul li.time-slot{
		width: -webkit-calc(100% / 2 - 10px);
		width: -moz-calc(100% / 2 - 10px);
		width: -o-calc(100% / 2 - 10px);
		width: -ms-calc(100% / 2 - 10px);
		width: calc(100% / 2 - 10px);
	}
}



/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 319px) {
	
	
	#mp .res-nplr {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#mp .res-npl {
		padding-left: 0 !important;
	}
	#mp .res-npr {
		padding-right: 0 !important;
	}
	
	#mp .res-hidden {
		display: none !important;
	}
	#mp .mp-booking-step {
		padding: 10px;
	}
	#mp .mp-extra-services-list ul.addon-service-list li.mp-xs-12,
	#mp .mp-service-staff-list ul.staff-list li.mp-xs-12,
	#mp .mp-custom-radio ul.mp-radio-list li.mp-first-radio.mp-xs-12,
	#mp .mp-custom-radio ul.mp-radio-list li.mp-second-radio.mp-xs-12{
		width: 100%;
	}
	#mp .calendar-body .mp-show-time .time-slot-container .mp-slot-legends ul.mp-legends-ul li{
		width: 100%;
		margin: 0 !important;
	}
	#mp .mp-booking-step ul li span.sep{
		display: none;
	}
	
	#mp .mp-form-row.mp-xs-12{
		padding-left: 0;
		padding-right: 0;
	}
	#mp .calendar-body .mp-week {
		line-height: 39px;
		min-height: 40px;
	}
	
	#mp .calendar-body .mp-show-time .time-slot-container ul.time-slot-ul{
		padding: 10px 15px 10px;
		max-height: 250px;
	}
	#mp .mp-booking-step ul li {
		width: 100%;
		padding: 0;
	}
	#mp .calendar-body .mp-day span {
		font-size: 11px;
	}
	
	#mp aside#content-sidebar .sidebar-box .mp-total-amount {
		padding-left: 5px;
		padding-top: 10px;
	}
	
	
	#mp .booking-thankyou{
		width: 86%;
		padding: 20px 10px;
	}
	#mp h1.header1 {
		font-size: 20px;
	}
	#mp h3.header3 {
		font-size: 15px;
	}
	#mp p.thankyou-text {
		font-size: 13px;
	}
}

/* //medium deviecs */
@media only screen and (min-width: 481px) and (max-width: 767px) {
	/* #mp .articles_tab .common-col{
		width: 50%!important;
	} */
	#mp .box-border{
		padding: 5px !important;
	}
	.custom-tab-details{
		width: 100%!important;
	}
}

/* large devices */
@media only screen and (min-width: 1024px) and (max-width: 1250px) {
    /* #mp .articles_tab .common-col {
		width: 33%!important;
	} */
}