.home-services-wrap .card img, .home-services-wrap .card svg {
	max-width: 50px;
	max-height: 50px;
}

.home-services-wrap .card {
	text-align: center;
	height: 90%;
}

.home-services-wrap .card .card-body h6 {
	margin-top: 10px;
}

.book_cleaning .card > div{
    text-align: center;
    min-height: 324.48px;
}

.section-title h2 {
    color: #3fbadc;
}

@media (max-width: 767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
}

@media screen and (max-width: 990px) {
    
    /*.bannerimg{*/
    /*    display: none !important;*/
    /*}*/
    
    .titlebar-heading{
        margin-top: calc(54px/2 - 1rem/2);
        font-size: 1rem;
        font-weight: 500;
    }
    
    .serviceview-banner .header-text h1{
        font-size: 1.75rem;
    } 
    
    .serviceview-banner .header-text p{
        font-size: 1rem;
    }   
      
    .serviceview-banner .service-tags span{
        font-size: 1rem;
    }   
    
    
    .animated-arrow {
        padding: 12px 15px;
        margin: 0;
    }
    
    .animated-arrow.no1 {
        padding: 16px 30px 16px 5px;
        margin: 11px 0 0 15px;
    }
    
    
	.top-bar {
		display: none;
	}

	section.home-slider {
		margin-top: 10px;
	}

	.sticky-pin {
		box-shadow: 0px 1px #dedede;
	}

	#HomeBanner .item {
	    padding: 0 10px;
	}

	#HomeBanner .item img {
		border-radius: 10px;
		width: 100%;
		min-height: 150px;
	}

	#HomeBanner.owl-carousel .owl-dots {
		position: absolute;
        bottom: 20%;
        text-align: center;
        background: #e0e5f3b3;
        padding: 0 0 8px 0;
        border-radius: 15px;
	}

	.sptb {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.section-title {
		padding-bottom: 0;
	}

	.section-title h2 {
		font-size: 1.25rem;
	}

	.home-services-wrap {
		--bs-gutter-y: 0.5rem;
		--bs-gutter-x: 0.5rem;
	}

	.home-services-wrap .row>* {
		padding-right: calc(var(--bs-gutter-x)/ 2);
		padding-left: calc(var(--bs-gutter-x)/ 2);
		margin-top: var(--bs-gutter-y);
	}

	.home-services-wrap .card .card-body {
		padding: 0.2rem;
	}

	.home-services-wrap .card {
		border: 0!important;
		border-radius: 0;
		box-shadow: 0 0 5px #c7c7c7;
		background-color: white !important;
		color: #000 !important;
		margin-bottom: 0;
		padding-bottom: 10px;
	}

	.home-services-wrap .card .card-body h6 {
		display: inline-block;
		font-size: 13px;
		line-height: 16px;
		color: #212121;
		text-align: center;
	}
	
	#ServicesSlider .card .card-body{
	    padding: 10px;
	}
	
	#ServicesSlider .card .card-body h4{
	    font-size: 14px
	}
	
	#ServicesSlider .card .card-body p{
	    font-size: 12px
	}

	#ServicesSlider .card .card-body .btn{
	    font-size: 12px;
	    padding: 2px;
	}

	.fullscreen-modal,#helpModal,#setLocation,#SideBar {
		z-index: 10002;
	}

	.modal-content {
		border: 0;
		border-radius: 0.75rem;
	}

	.fullscreen-modal .modal-content,#helpModal .modal-content, #setLocation .modal-content {
		border: 0;
		border-radius: 0;
		height: 100vh;
	}
	
	#SideBar .modal-content{
	    border: 0;
		border-radius: 0;
		height: calc(100vh - 62px);
	}

	#SideBar .modal-content .modal-body{
	    background: #f8f9fa;
	}
	
    #SideBar .modal-dialog {
        vertical-align: top;
    }
    
	.modal.fade.bottom-align-modal {
		overflow: hidden;
	}

	.modal-dialog-end {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		min-height: calc(100% - 1rem);
	}

	.modal.fade .modal-dialog.modal-dialog-end {
		-webkit-transform: translate(0, 50px);
		transform: translate(0, 50px);
	}

	.modal.show .modal-dialog.modal-dialog-end {
		-webkit-transform: none;
		transform: none;
	}

	.footer-nav-area {
		position: fixed !important;
		-webkit-transition-duration: 500ms;
		transition-duration: 500ms;
		background-color: #ffffff;
		width: 100%;
		height: 62px;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 10000;
		border-top: 1px solid #ebebeb;
	}

	.footer-nav {
		background-color: #ffffff;
		width: 100%;
		height: 62px;
	}

	.footer-nav ul {
		position: relative;
		z-index: 10;
		width: 100%;
	}

	.footer-nav ul li {
		position: relative;
		z-index: 1;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0;
	}

	.footer-nav ul li a {
		position: relative;
		display: block;
		font-size: 10px;
		text-align: center;
		font-weight: 500;
		text-transform: uppercase;
		line-height: 1;
		color: #34495e;
		z-index: 1;
	}

	.footer-nav ul li a svg {
		-webkit-transition-duration: 500ms;
		transition-duration: 500ms;
	}

	.footer-nav ul li a span {
		-webkit-transition-duration: 500ms;
		transition-duration: 500ms;
		color: #34495e;
		display: block;
		margin-top: .25rem;
	}

	.footer-nav ul li a:hover, .footer-nav ul li a:focus {
		color: #00838f;
	}

	.footer-nav ul li a:hover span, .footer-nav ul li a:focus span {
		color: #00838f;
	}

	.footer-nav ul li.active a {
		color: #00838f;
	}

	.footer-nav ul li.active a span {
		color: #00838f;
	}
	
	/* Navigation */
	.overflow-y {
	    overflow-y: scroll;
	}
	.MP-rounded {
        border-radius: 15px;
        margin-bottom: 2px;
    }
    
    .MP-card.shadow-top {
        box-shadow: 0 5px 2.5px #e5e7ee;
        padding: 0.8rem 1rem;
    }
    
    .MP-card {
        flex: 1 1 auto;
        margin: 0;
        position: relative;
        min-height: 1px;
        font-weight: 700;
        color: #3f3e50;
        margin-bottom: 15px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 0 10px #a7b4c9;
    }
    
    .MP-card ul li a {
        width: 100%;
        display: flex;
        border-bottom: 1px solid #ccc;
    }
    
    .MP-card ul li a span {
        width: 100%;
        padding: 0.8rem;
        font-weight: 400;
    }
    
    .MP-card i.fa2{
        margin-right: 1.25rem;
    }
    .MP-card i.fa.fa-chevron-right{
        padding: 1rem 0.8rem;
    }
    
    /*.MP-card i.fa.MPfa{*/
    /*    font-size: 18px;*/
    /*}*/
    
    .MP-card i.MPfa{
        padding: 0.8rem 0;
        border-right: 1px solid #ccc;
        font-size: 1em;
        width: 16%;
        text-align: center;
        vertical-align: middle;
    }
    
    .MP-pic {
        width: 55px;
        height: 55px;
    }
    
    .MP-fa {
        font-size: 20px;
    }
    
    .MP-fa-2x {
        font-size: 30px;
    }
    
    .MP-vertical-center {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    
    .MP-p {
        font-size: 14px;
    }
}
.full-modal-fa{
    font-size: 1rem;
    padding: 6.5px 10px;
}

.sic-border {
    border-right: 2px solid #fff;
}


/* service view css*/
.Pricing_chart{
    display: none;
}
.bottom-sheet.show .arrow {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.Pricing_parent.show .scale-wx {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.mobile-summary.dropdown-menu.showing {
    bottom: 48px;
    opacity: 1;
    display: block;
}
.bottom-sheet .dropdown-menu:before {
    content: '';
    display: inline-block;
    height: 7px;
    width: 73px;
    background-color: rgb(202 208 244);
    position: absolute;
    top: 11px;
    left: 50%;
    margin-left: -36px;
    border-radius: 10px;
}
.bottom-sheet .dropdown-menu {
    left: 5px !important;
    top: -10px !important;
    border: none;
    width: 100vw;
    padding: 2.75rem 1.75rem 3.25rem;
    border-radius: 16px 16px 0 0;
    -webkit-box-shadow: 0px -3px 20px rgb(96 96 96 / 10%);
    box-shadow: 0px -3px 20px rgb(96 96 96 / 10%);
    margin: 0;
}
.mobile-summary.dropdown-menu {
    z-index: 999999;
    top: auto !important;
    left: 0px !important;
    position: fixed !important;
    bottom: -435px;
    transition: all .3s ease-in-out;
    opacity: 0;
    float: none;
    display: none;
}

.datepicker td, .datepicker th{
    width: 35px !important;
    height: 35px !important;
}

.bg-background3:before{
    background: rgb(0 0 0 / 75%) !important;
}

    .footer-cart{
        position: fixed;
        width: 100%;
        bottom: 0px;
        z-index: 1000;
        background: #f3f3f3;
    }
    .btn-bottom-align {
        bottom: 0;
        left: 0;
        right: 0;
        position: fixed;
    }
    
    input[type="radio"]:checked+label .card{
        background: #00148e;
        color: #fff;
        border-color: #00148e;
    }
    
    .sloat-div{
        overflow-y: auto;
        overflow-x: hidden;
        height: 50vh;
    }
    
    @media screen and (max-width: 600px) { 
        .sm-w-100{
            width: 100%;
        }
    }
    
	.fullscreen-modal .modal-content .modal-header {
	    padding: 11px;
	    border-bottom: none;
	}
	.fullscreen-modal .modal-content .modal-header .modal-title{
	    padding: 5px;
	    width:100%;
	}
	
	
.order-tracking{
	text-align: center;
	width: 25%;
	position: relative;
	display: block;
}
.order-tracking .is-complete{
	display: block;
	position: relative;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	border: 0px solid #AFAFAF; 
	background-color: #cad0f4;
	margin: 0 auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	z-index: 2;
}
.order-tracking .is-complete:after {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}
.order-tracking.pending .is-complete:after {
    content: '';
    height: 10px;
    width: 10px;
    top: 0;
    bottom: 0;
    left: calc(15px / 2);
    margin: auto 0;
    border: none;
    background: white;
    border-radius: 50%;
    border-width: 0;
    transform: rotate(90deg);
    opacity: 1;
}
.order-tracking.completed .is-complete,.order-tracking.pending .is-complete{
	border-color: #00148e;
	border-width: 0px;
	background-color: #00148e;
}
.order-tracking.completed .is-complete:after {
	border-color: #fff;
	border-width: 0px 2px 2px 0;
	width: 6px;
	left: 10px;
	top: -3px;
	opacity: 1;
}

.order-tracking::before {
    content: '';
    width: 100%;
    top: calc(25px / 2 - 1px);
    border-bottom: 2px dashed #00148e;
    position: absolute;
    left: calc(-50% + 12px);
    z-index: 0;
}
.order-tracking:first-child:before{display: none;}
.order-tracking.completed:before{/* background-color: #00148e; */}

.service-item.box .service-img{
    height: 120px;
}

@media screen and (max-width: 767.9px){
    .modal ::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    .bannerimg {
        padding: 1.5rem 0 1.5rem 0 !important;
    }
}

@media screen and (min-width: 768px){
.modal ::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 8px;
}

.modal ::-webkit-scrollbar
{
	width: 8px;
	height:5px;
	background-color: #F5F5F5;
}

    .modal ::-webkit-scrollbar-thumb {
    	border-radius: 8px;
    	background-color: #ccc;
    }
}

.oyh80{
    overflow-y:auto;
    height: calc(100vh - 137.33px);
}

.f1p6510{
    font-size: 1rem;padding: 6.5px 10px;
}

.mc86px27-15{
    margin:calc(86px / 2 - 7px) -15px
}
.mc70px27-15{
    margin:calc(70px / 2 - 7px) -15px
}
/*service view css*/

.border-primary {
    border-color: #00148e !important;
}

.btn-outline-primary {
    color: #00148e !important;
}

.more-details-modal {
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.social-btn {
	background-image: linear-gradient(to right, #00148e 0%, #3fbadc 100%);
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    font: 1.25rem 'Oswald', Arial, sans-serif;
    height: 50px;
    letter-spacing: 1px;
    margin: 5px;
    padding: 4px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 50px;
    z-index: 2;
    color: #277abe;
}

.social-btn:hover {
	color: #fff;
}

.social-btn .fa {
	align-items: center;
	background: #fafdff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	height: 100%;
	transition: background .5s ease;
	width: 100%;
}

.social-btn:hover .fa {
	background: transparent;
}