body {
    font-family: 'Lato', sans-serif;
    /*  font-family: lato;*/
    color: #0C0C0C;
    font-size: 14px;
    text-align: left;
    overflow-x: hidden !important;
    zoom: unset;
    max-width: 100vw;
    letter-spacing: 0.4px;
    
}
.bold{
    font-weight:700;
}
.sky-box {
    background-color: #B6D0E2;
    color: #000;
    border-radius: 15px;
    margin: 15px 0;
    min-height: 350px;
    padding: 25px;
    min-height: 400px;
}

.brown-box {
    background-color: #E5E4E2;
    color: #000;
    border-radius: 15px;
    margin: 15px 0;
    min-height: 350px;
    padding: 25px;
    min-height: 400px;
}

.ltgreen-box {
    background-color: #C2E5D3;
    color: #000;
    border-radius: 15px;
    margin: 15px 0;
    min-height: 350px;
    padding: 25px;
    min-height: 400px;
}
.font12 {
    font-size: 12px;
    font-weight: 300;
    text-align: left;
}
.font10{
    font-size: 10px;
    font-weight: 300;
    text-align: left;
}
.float-left{
    float:left;
}
.float-right {
    float: right;
}
.vertical-center {
    display: table-cell;
    float: none;
    vertical-align: middle;
    margin: auto;
}
.vertical-center-float {
    display: table-cell;
    
    vertical-align: middle;
    margin: auto;
}
.popup-text{
    color:#5c5c5c;
    font-size:13px;
    line-height:20px;
}
.px-5 {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 3rem;
}
.px-55 {
    padding-right: 0 !important;
    padding-left: 4rem !important;
    padding-bottom: 3rem;
}
.mgtb40{
    margin:40px 0;
}
.close-button{
    position:fixed;
    right:220px;
   
}
.close-img {
    width: 50px;
}
.text-t {
   
    /*text-justify: distribute-all-lines;*/
    line-height: 1.7;
    text-align:left;
}
.text-blue {
    color: #2a96df !important
}
.bold-blue {
    color: #2a96df !important;
        font-weight:900;
        margin-top:20px;
}
.my-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
}

.py-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}


.p-10 {
    padding: 7rem !important;    
}


.btn-green-free {
    color: #44922F;
    font-size: 25px;
    font-weight: bold;
    border: none;
    background: #f2f2f6;
    padding: 30px 75px;
    border-radius: 20px;
    line-height: 50px;
    vertical-align:middle;
}

    .btn-green-free img {
        height: 50px;
        margin-right: 15px;
    }


/*::-webkit-scrollbar {
    width: 0;*/ /* Remove scrollbar space */
/*background: transparent;*/ /* Optional: just make scrollbar invisible */
/*display: none;
}*/
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    /*background:#000;*/
    z-index: 999;
    height: 80px;
}

.logoImg {
    height: 60px;
    /* padding-bottom:10px;*/
}
.bg-dark {
    background-color: #000 !important;
}
.btnsubText {
    font-size: 10px;
    text-align: left;
    line-height: 1.3;
}

.btnText {
    font-size: 16px;
    padding-top: 2px;
}
.fixedhead {
    position: fixed;
    background: #fff;
    width: 100%;
    margin-top: -15px;
}

.btn-primary {
    border-radius: 25px;
}
.align-middle {
    vertical-align: middle;
    margin: auto
}
.paddl40 {
    padding-left: 40px;
}
.paddt50 {
    padding-top: 50px;
}
.paddt70 {
    padding-top: 70px;
}
.paddt80 {
    padding-top: 80px;
}
.imgp60 {
    padding:0 60px 0 0;
}
.imgpr50 {
    padding: 0 50px 0 0;
}
.imgpl60 {
    padding: 0 0 0 60px;
}
.imgpl30 {
    padding: 0 0 0 30px;
}
.paddb10 {
    padding-bottom: 10px;
}
.paddb30 {
    padding-bottom: 30px;
}
.paddb40 {
    padding-bottom: 40px;
}
.paddb60 {
    padding-bottom:60px;
}
.paddb100{
    padding-bottom:100px;
}
.paddt70{
    padding-top:70px;
}
.scroll-container {
    overflow: scroll;
    white-space: nowrap;
}
.col1 {
    display: inline-block;
   /* width:315px;*/
    text-align:center;

}
.colmnreverse {
    flex-direction:unset;
}


.slideuponLoad {
    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    opacity: 0;
}
#area {
    width: 100%;
    padding: 100px 0 100px;
    background: url(/assets/seo/area_bg.jpg) top center;
    /* background-image: linear-gradient(to bottom right, #000, #828282);*/
    color: #fff;
    z-index: 999;
    text-align: left;
}


    #area h1 {
        font-size: 44px;
    }

    #area h3 {
        font-size: 20px;
        font-weight: 700;
    }

    #area p {
        color: #5C5C5C;
        font-size: 14px;
        padding-bottom: 20px;
    }

    #area a {
        color: #2a96df;
        font-size: 14px;
    }

        #area a.selected {
            color: #fff;
            font-size: 14px;
        }

        #area a:hover {
            color: #fff;
            font-size: 14px;
        }

#area1 {
    width: 100%;
    padding: 100px 0 100px;
    background: #fff;
    /* background-image: linear-gradient(to bottom right, #000, #828282);*/
    color: #828282;
    z-index: 999;
    text-align: left;
}


    #area1 h1 {
        font-size: 44px;
        color: #000;
    }



    #area1 h3 {
        font-size: 20px;
        font-weight: 700;
    }

    #area1 p {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 0;
    }
#moretxt {
    display: none;
}

#perth {
    background: url(/assets/img/perth-bg.jpg) top center;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
	    padding: 100px 0 0;
		 
    
}

    #perth h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 60px;
		 color: #fff;
    }
    #perth h3 {
        padding: 20px 0;
        color: #ededed;
        font-size: 22px;
        font-weight: 500;
    }
    #perth p {
        padding: 25px 0;
        font-size: 18px;
        color: #ededed;
        font-weight:500;
    }
	 #perth .subtext {
        padding: 25px 0;
        font-size: 18px;
        color: #ededed;
        font-weight:500;
    }
	#perth1 {
    width: 100%;
    padding: 100px 0 ;
    background-color: #fff;
    color: #000;
    z-index: 99;
}

    #perth1 h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 60px;
    }

 #perth1 h2 {
	 font-weight: 700;
      color: #5c5c5c;
    }

 #perth1 h3 {
	 font-weight: 700;
	 line-height: 60px;
    }
    #perth1 p {
       
        font-size: 14px;
        color: #5c5c5c;
        font-weight: 500;
    }
	 #dc h1 {
            font-size:30px;
            font-weight: 900;
        }

        
    #dc1 {
        width: 100%;
        padding: 50px 0 50px;
    }
	
	.service-card {
    border: 1px solid #ccc;
    color: #1e1f21;
    font-size: 18px;
    line-height: 30px;
    padding: 16px;
    text-align: left;
	background: #fff;
    border-radius: 16px;
}
.service-card__heading {
    font-weight: 700;
 
    line-height: 1;
    margin: 8px 0 16px;
    color: #1e1f21;
}
.nowrap {
    white-space: nowrap;
}
.col-22p{
    position: relative;
    min-height: 1px;
    padding: 3px;
    display: inline-block;
}
.itmlistp {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 5px 20px;
    background: #fff !important;
    font-size: 14px;
}
.selectedp {
    background: #000 !important;
    color: #fff;
    border: none !important;
    outline: none !important;
}
	.whitebox-perth {
		
		background-color: #fff;
   border:1px  solid #ccc;
    border-radius: 15px;
    margin: 5px;
  padding:10px;
	text-align:center;
	    width: 28%;
	
	}
	.padd10 {
    padding: 10px;
}
.border-top {
    border-top: 2px dashed #bdbdbd !important;
    margin-top: -24px;
}
.headerst {
    padding-top: 48px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}
.grayser {
    color: #5c5c5c;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}
.graysmall-home {
    color: #5c5c5c;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
}
.graysmall-m {
    color: #5c5c5c;
    font-weight: 300;
    font-size: 11px;
    line-height: 16px;
}
.right-t{
    padding:0 0 30px 0px;
}
.graysmall {
    color: #5c5c5c;
    font-weight: 300;
    font-size: 12px;
    line-height: 0px;
}
@-moz-keyframes dropHeader {
    0% {
        -moz-transform: translateY(80px);
        opacity: 0;
    }

    100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes dropHeader {
    0% {
        -webkit-transform: translateY(80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes dropHeader {
    0% {
        transform: translateY(80px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


#wivideo {
    background: url(/assets/img/Wash-Iron-Cover.jpg) top center;
    padding: 0;
    margin-bottom: 50px;
    /*width: 100%;*/
}
#wfvideo {
    background: url(/assets/img/Wash-Fold-Cover.jpg) top center;
    padding: 0;
    margin-bottom: 50px;
    /*width: 100%;*/
}
#irvideo {
    background: url(/assets/img/Ironing-cover.jpg) top center;
    padding: 0;
    margin-bottom: 50px;
    /*width: 100%;*/
}
#dcvideo {
    background: url(/assets/img/DryCleaning-cover.jpg) top center;
    padding: 0;
    margin-bottom: 50px;
    /*height:100%;*/
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand {
    padding-left: 0px !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #F8F8F8;
    font-size: 16px;
    padding: 20px 25px;
}
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .nav-link.active {
        color: #FFF;
        text-decoration: none;
        font-weight: 400;
       /* border-bottom: 3px solid #fff;*/
    }

.dropdown-menu.show {
    display: inline-flex;
   /* margin-top:25px;*/
   
}
.dropdown-item {
    /*text-align: center;*/
    padding: 50px;
    white-space:unset;
}
.dropdown-item:focus, .dropdown-item:hover {
  color:#000;
    background: unset;
}
#secios{
    position:fixed;
    bottom:0;
    z-index:999;
}
#secandro {
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.lg-btn {
    color: #fff;
    padding: 5px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 16px;
    display: inline-block;
 /*   border: 1px solid #fff;*/
    border-radius: 8px;
}
   /* .lg-btn:hover {
        color: #fff;
        padding: 8px 25px;
        white-space: nowrap;
        transition: 0.3s;
      
        display: inline-block;
    }*/
.btn-blue {
    margin-right: 20px;
    border-radius: 25px;
    background: #2a96df;
    color: #fff;
    padding: 8px 24px;
    font-weight: 500;
    
    transition: 0.3s;
    font-size: 15px;
}
    .btn-blue:hover {
        background: #FFF;
        color: #0C0C0C;
       
    }
.btn-blue-bottom {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    background: #000;
    color: #fff;
    width:88%;
    /*    border: 2px solid #fff;*/
}
.btn-blue-home {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding: 8px 40px;
    border-radius: 50px;
    transition: 0.5s;
    background: #2a96df;
    color: #fff;
/*    border: 2px solid #fff;*/
}
.emp-btn {
    margin-right: 20px;
    background: #2a96df;
    color: #fff;
    border-radius: 4px;
    padding: 10px 12px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 15px;
    display: inline-block;

}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
  color: #ccc;
  text-decoration: none;
}
#dc {
    width: 100%;
    padding: 250px 0 100PX;
    z-index: 999;
}

    #dc h1 {
        font-size: 52px;
        text-align: left;
      
    }

    #dc h2 {
        font-size:42px;
        text-align: left;
        font-weight: 700;
    }
#servicesm {
    width: 100%;
    margin: 55px 0 0;
    z-index: 999;
    position: fixed;
    background: #fff;
 
}

.washiconn {
    border: none;
    background: none;
    padding: 22px;
    display: inline-block;
    color: #000000;
    text-align: center;
    font-weight:600;
    font-size:24px;
}
    .washiconn:hover {
     
        color: #000000;       
        border-bottom: 4px solid #2a96df;
    }
.selectedd {
    border-bottom: 3px solid #2a96df;
}
.itmlist {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 5px 25px;
    background: #fff !important;
}
.itmlist.active {
    text-align: center;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 5px 25px;
    background: #000 !important;
    color:#fff;
}

.paddt10 {
    padding-top: 10px;
}
.paddt20{
    padding-top:20px;
}
.paddr30 {
    padding-right: 30px;
}
h1 {
    font-weight: 900;
}
.bold {
    font-weight: 700;
   
}
p {
    font-size:14px;
    line-height:24px;
}
video {
  /*  border-radius: 20px;*/
}
.servicetext {
    font-weight: 500;
    padding:30px 0 50px;
    text-align:center;
    font-size:18PX;
    color:#000;
}
.servicetextp {
    font-weight: 500; 
    
    font-size: 19PX;
}
.servicelist li{
    line-height:2;
}
.i {
    font-style: italic;
}
.gray {
    color: #D3D3D3;
}
.minH{
    min-height:667px;
}

.desktp{
    display:block;
}
.mobile {
    display: none;
}
.crousalbox1 {
    background: #Fff;
    color: #000;
    padding: 35px 0 0;
    border-radius: 15px;
    text-align: center;
    /* width:320px;*/
    margin: 2px 20px;
    /*min-height:550px;*/
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
}
/*--------------------------------------------------------------


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #fff000;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}


.container1 {
  /*  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

    .container1 .search-bar {
      /*  background: #ffffff;*/
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 7px 7px 0 0;
    }

        .container1 .search-bar.active {
            border-bottom: 2px solid #7158e2;
        }

        .container1 .search-bar input {
            font-size: 18px;
            /*            border: none;
            outline: none;
            padding: 5px;
            width: 400px;*/
            border-radius: 25px 0 0 25px;
        }

        .container1 .search-bar i {
            color: #7158e2;
            font-size: 25px;
        }

    .container1 .list-group, .container1 .list-group2 {
        padding: 10px;
        background: white;
        border-radius: 0 0 7px 7px;
        display: none;
        max-height: 300px;
        overflow-y: hidden;
    }

        .container1 .list-group li, .container1 .list-group2 li {
            list-style: none;
            background: white;
            padding: 10px;
            border-radius: 5px;
            color: #2f3542;
            cursor: pointer;
            transition: all 0.2s ease;
        }

            .container1 .list-group li:hover, .container1 .list-group2 li:hover {
                background: #dfe4ea;
            }

#section6 {
    background: #fff;
    padding:100px 0;
    min-height: 700px;
}
#section6 .texticon .icondiv {
   border-radius:20px;
/*    margin-bottom: 25px;
    margin-top: 25px;*/
    padding:50px;
    text-align: center;
    width: 100%;
    background:#f2f2f6;
}
#section6 .noborder {
    border: medium none !important;
}
    #section6 h4 {
        color: #5e5e5e;
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 14px;
       
        vertical-align: middle;
        font-weight: 300;
       
    }
    #section6 .row.texticonn{
        background:#fff;
        border-radius:20px;
        padding:25px;
    }
        #section6 .row.texticonn span {
            color: #000;
            font-size: 16px;
            font-weight: 700;
           
        }
    #section6 .texticon span {
        color: #000;
        font-size: 16px;
        font-weight: 700;
       
    }
    #section6 h2 {
        color: #000;
        font-size: 45px;
        margin-bottom: 40px;
       font-weight:700;
    }
 h3 {
    font-size: 20px;
}
.border-right {
    border-right: 2px dashed #808080;
   
}
.back-to-top i {
    font-size: 28px;
    color: #000;
    line-height: 0;
}

.back-to-top:hover {
  background: #fff000;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}









.mgtmenu {
    font-size: 20px;
    margin-left: 180px;
}
.rightfont {
    font-size: 20px;
}
.imgwidth{
    width:280px;
}
.btn-default {
    font-size: 18px;
   /* width: 280px;*/
    text-align: justify;
    padding: 14px;
    border-bottom: 1px solid #ccc;
}

    .btn-default.selected {
        color: #fff;
        background: #000;
    }
.gradiant {
    font-size: 72px;
    background: linear-gradient(to right, #0084EC 0%, #d546fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.blue {
    color:#2a96df;
}
.yellow {
    color: #FFA800;
}
sup {
    color: #0084EC;
    font-size: 26px;
    top: -1em;
    font-weight: 700;
}


sub {
    color: #d546fc;
    font-size: 26px;
    bottom: -0.1em;
    font-weight: 700;
}


.scrollnav {
    background: rgba(0,0,0,.6) none repeat scroll 0 0;
    padding-top:0px;
    padding-bottom: 0
}

    .scrollnav .altlog {
        width: 52px
    }

#home {
    background: url(/assets/home/home-desktp.jpg) top center;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
   

#home .containers {
    bottom:0!important;
    margin: auto;
    position: absolute;
 /*   text-align: center;*/
    width: 100%!important;
    z-index: 99;
   /* padding-top:440px;*/
}
    #home video {
        position: absolute;
        /*z-index: -1;*/
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #home h1 {
        color: #fff;
        font-size: 74px;
        margin-bottom: 40px;
        line-height: 52px;
        letter-spacing: 3px;
        
    }
    #home h2 {
        color: #fff;
        font-size: 32px;
        margin-bottom: 30px;
        line-height: 40px;
        letter-spacing: 2px;
        font-weight:900;
    }

    /*   #home h1 span {
        color: #2a96df;
        margin-bottom: 40px;
        font-style: italic;
    }*/
    #home h3 {
        /*color: #2a96df;*/
     /*   padding: 10px 0;*/
        font-size: 16px;
        font-weight: 500;
        line-height:36px;
    }
    #home .texticon span {
        display: block;
        margin-top: 10px;
        line-height: 20px;
        vertical-align: middle;
        color: #fff;
        /*  text-transform: uppercase;*/
        font-weight: 500;
        
        font-size: 16px;
    }
#home img{
    height:40px;
}

#home .video_overlay {
    background: rgba(0,0,0,.72) none repeat scroll 0 0;
    border: 0 none;
    height: 100vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 7;
}
#home .input-group button {
    border: medium none;
    height: 47px;
    padding: 10px;
    text-align: center;
    min-width: 200px;
    font-size: 18px;
    font-weight: 700;
  
}
.form-control {
   
    padding: 0.375rem 1.5rem;
}
    #placeorder {
    border-radius: 0 25px 25px 0;
text-align:center;
}
.btn-home {
    background: #2a96df;
    color: #fff;
    width:200px;
}
.ordernowtt .input-group {
    max-width: 550px;
    margin: auto;
}
.content {
    position: relative;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    min-width: 100%;
    min-height: 100%;
  
}
.contentop {
  /* bottom:20px;*/
    padding: 340px 100px 100px;
    
}
#zipcode {
    border-radius: 12px 0 0 12px;
}

.dthead {
    margin-top: 115px;
    left: 100px;
    background: #fff;
    /*background-color: rgba(255, 255, 255, 0.75);*/
    border-radius: 25px;
    width: 55%;
    padding: 40px
}
.form-controls {
    display: block;
    width: 100%;
    padding: 1rem 0.75rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f2f2f2;
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-dark {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 50px;
    transition: 0.5s;
}
.text-right{
    text-align:right;
}
#pricing {
    width: 100%;
    margin: 100px 0 0;
    z-index: 999;
}
#pricing1 {
    width: 100%;
    /*margin: 100px 0 0;*/
    z-index: 999;
    background-color: #000;
    color:#fff;
}
#pricing1 h1{
    font-size: 42px;
}
#how {
    width: 100%;
    padding: 100px 0 100px;
    background-color: #fff;
    color: #0C0C0C;
    z-index: 999;
    text-align: left;
}

    #how h1 {
        font-size: 44px;
    }
    #how h2 {
      
        font-size: 22px;
        font-weight: 500;
        color: #828282;
    }
    #how h3 {
        padding: 20px 0 10px 0;
        font-size: 20px;
        font-weight: bold;
       
    }

    #how p {
        color: #5C5C5C;
        font-size: 14px;
      
    }

#how .imgt {
    height: 50px;
}
#how-google {
    width: 100%;
    padding: 100px 0 100px;
    background-image: linear-gradient(to bottom left, #2a96df, #9419e9);
    color: #0C0C0C;
    z-index: 999;
    text-align: left;
}
#how-services {
    width: 100%;
    padding: 100px 0 100px;
    background: url(/assets/home/pricing-bg.jpg) top center;
    /* background-image: linear-gradient(to bottom right, #000, #828282);*/
    color: #0C0C0C;
    z-index: 999;
    text-align: left;
}


    #how-services h1 {
        font-size: 44px;
        color: #fff;
    }

    #how-services h2 {
       
        font-size: 22px;
        font-weight: 500;
        color: #828282;
    }

    #how-services h3 {
        padding: 20px 0 10px 0;
        font-size: 22px;
        font-weight: 900;
    }

    #how-services p {
        color: #5C5C5C;
        font-size: 14px;
        padding-bottom:20px;
    }

    #how-services .imgt {
        height: 35px;
    }
    #how-services .icondiv {
        border-radius: 20px;
        padding:30px 30px;
       /* text-align: center;*/
        width: 100%;
        background: #f2f2f6;
        margin-bottom:60px;
        min-height:326px;
    }
.btn-white {
    border: 1px solid #8A8A8A;
    border-radius: 25px;
    color: #2a96df;
    padding:10px 35px;
    background:#fff;
}

    .btn-white:hover {
        border: 2px solid #2a96df;
        color: #2a96df;
    }

    #about {
        width: 100%;
        padding: 100px 0;
        background-color: #fff;
        color: #0C0C0C;
        z-index: 999;
    }
        #about .title{
            min-height: 69px;
        }
        #about p {
           
            line-height: 22px;
           color:#5c5c5c;
           padding:0 20px;
           font-weight:300;
        
        }       

        #about h1 {
            font-size: 44px;
        }
    #about h3 {
      
      font-size:22px;
    }
        #about h4 {
            font-size: 20px;
            padding: 0 20px;
            /* text-align: justify;
            text-justify: distribute-all-lines;*/
        }
#about1 {
    width: 100%;
    padding: 100px 0;
    background-color: #f2f2f2;
    color: #0C0C0C;
    z-index: 999;
}

    #about1 .title {
        min-height: 69px;
    }

    #about1 p {
        line-height: 26px;
        color: #5c5c5c;
        padding: 0 ;
        font-weight: 300;
     
    }

  

    #about1 h1 {
        font-size: 44px;
    }

    #about1 h2 {
        /*padding: 20px 0;*/
        font-size: 24px;
        font-weight:900;
        
    }
    #about1 h4 {
        font-size: 20px;

        font-weight:900;
        /* text-align: justify;
            text-justify: distribute-all-lines;*/
    }
.card-testonimial {
    background: #FFF;
    padding: 3rem;
    border-radius: 1.5rem;
    font-weight: 500;
    text-align: left;
    color:#5c5c5c;
   
}

    .card-testonimial p {
        min-height:150px;
    }

    .testonimial-name {
       
        font-weight: 800;
        margin-top: 40px;
    }

/*.img-testonimial {
    height: 85px;*/
    /*background: #F2F2F2;*/
    /*border-radius: 100px;
    width: 85px;
    text-align:center;
    padding:2.5px;
}*/

    .img-testonimial img {
        height: 75px;
    }

.ratings img {
    height: 19px;
}

button.carousel-control-prev, button.carousel-control-next {
    background: #fff;
    height: 50px;
    top: 48%;
    width: 50px;
    border-radius: 30px;
    opacity: 1;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238A8A8A'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}


.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238A8A8A'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.carousel-control-next-icon, .carousel-control-prev-icon {  
    width: 1.5rem;
    height: 1.5rem;
}
    #subscribe {
    width: 100%;
    padding:  0 0;
    z-index: 999;
    background: #f2f2f6;
}

    #subscribe h2 {
        font-weight:700;
        
        font-size: 20px;
        line-height:22px;
    }
        #subscribe h2 span{
            font-weight: 900;
            font-size: 30px;
        }
.vertical-bottom{
    vertical-align:bottom;
}
h5 {
    font-size: 16px;
}
#try {
    width: 100%;
    padding: 50px 0;
    z-index: 999;
    background: #8A2BE2;
}
    #try h2 {
        color: #fff;
        font-weight: 500;
        font-size: 32px;
    }
#app {
    width: 100%;
    /* background: url(/assets/img/washprocess.jpg) top center;
    background-size: cover;*/
    background-color: #fff;
    color: #0C0C0C;
    padding:100px 0;
    min-width: 100%;
    min-height: 100%;
   
}
    #app h1 {
        font-size: 44px;
    }

    #app h2 {
        font-size: 22px;
        font-weight: 500;
        color: #828282;
    }

    #app h3 {
        font-size: 20px;
        font-weight: 700;
       
    }
    #app p {
        line-height: 30px;
        color: #5c5c5c;
        padding: 0 0 20px;
        font-weight: 300;
       
    }
#app1 {
    width: 100%;
    /* background: url(/assets/img/washprocess.jpg) top center;
    background-size: cover;*/
    background: #F2F2F6;
    padding: 0;
    min-width: 100%;
    min-height: 100%;
  /*  color: #fff;*/
}
#app1 h1 {
    font-size: 50px;
}

  /*  #app1 p{
        text-align:justify;
    }*/
   
#book {
    width: 100%;
    padding: 50px 0;
    z-index: 999;    
    background: #2a96df;
}

    #book h2 {
        color: #fff;
        font-weight: 700;
        font-size: 32px;
    }
    #book h3 {
        color: #fff;
        font-weight: 700;
        font-size: 20px;
    }
#book-sky {
    width: 100%;
    padding: 80px 0;
    z-index: 999;
    background: #D0EDFF;
}
    #book-sky h1 {
        
        font-weight: 900;
        font-size: 44px;
    }
    #book-sky h2 {
       
        font-weight: 700;
        font-size: 22px;
        line-height:32px;
    }

    #book-sky h3 {
       
        font-weight: 700;
        font-size: 22px;
        color:#828282;
    }
#book-top {
    width: 100%;
    padding: 30px 0;
    z-index: 999;
    background: #D0EDFF;
}

    #book-top h1 {
        font-weight: 900;
        font-size: 44px;
    }

    #book-top h2 {
        font-weight: 900;
        font-size: 22px;
        line-height: 32px;
    }

    #book-top h3 {
        font-weight:900;
        font-size: 22px;
        color: #828282;
    }
#piingpass {
    width: 100%;
    padding: 50px 0;
    z-index: 999;
    background: #EDCE00;
}
    #piingpass h1 {
        font-size: 62px;
        
    }
    #piingpass h3 {
        font-size: 36px;
    }



.gold {
    color: #f8b315;
}
#contact {
    width: 100%;
    height: 40vh;
    background: url(/assets/img/contactus.png) top center;
    background-size: cover;
}

        #contact h1 {
            margin: 0;
            font-size: 48px;
            font-weight: 500;
            line-height: 56px;
            color: #fff;
            padding-top: 80px;
        }

    #people {
        width: 100%;
        height: 40vh;
        background: url(/assets/img/people.png) top center;
        background-size: cover;
    }

        #people h1 {
            margin: 0;
            font-size: 48px;
            font-weight: 500;
            line-height: 56px;
            color: #fff;
            padding-top: 80px;
        }

    #profile {
        width: 100%;
        height: 40vh;
        background: url(/assets/img/profile.png) top center;
        background-size: cover;
    }

        #profile h1 {
            margin: 0;
            font-size: 48px;
            font-weight: 500;
            line-height: 56px;
            color: #fff;
            padding-top: 80px;
        }

   

    .btn-black {
        font-weight: 500;
        font-size: 16px;
       

        display: inline-block;
        padding: 10px 35px;
        height: 65px;
        border-radius: 5px;
        transition: 0.5s;
        color: #FFEF;
        background: #000;
    }

.btn-get-started {
    font-weight: 500;
    font-size: 20px;
  
    display: inline-block;
    padding: 2px 40px;
    margin-top: 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #FFf;
    background: #000;
    border: none;
}
.btn-get-comp {
    font-weight: 500;
    font-size: 20px;

    display: inline-block;
    padding:15px 30px;
    margin-top: 30px;
    border-radius: 40px;
    transition: 0.5s;
    color: #000;
    background: #FFF;
    border:none;
}
.img-radius {
    border-radius: 20px;
}
.btn-try {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding: 10px 40px;
  
    border-radius: 50px;
    transition: 0.5s;
    color: #0C0C0C;
    background: #fff;
    border: 2px solid #fff;
}
.paddt100{
    padding-top:100px;
}
.paddt70 {
    padding-top: 70px;
}
.paddtb50 {
    padding: 30PX 0 30px 0;
}
.paddt20 {
    padding-top: 20px;
}
.pay{
    font-size:17px;
    padding-left: 20px;
}
.paddb50 {
    padding-bottom: 50px;
}
    .text-center {
        text-align: center;
    }

    .vertical-middle {
        vertical-align: middle;
    }

    

.right {
        float: right;
    }
.left {
    float: left;
}
    /*#home .btn-get-started:hover {
  background: #FFE333;
  color:#000;
}*/



    /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
   /* section {
        padding: 50px 0 0;
        overflow: hidden;
    }*/

    .section-bg {
        background-color: #f1f7fd;
    }

    .section-title {
        text-align: center;
        padding-bottom: 30px;
    }

        .section-title h2 {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 20px;
            padding-bottom: 20px;
            position: relative;
            color: #2c4964;
        }

            .section-title h2::before {
                content: '';
                position: absolute;
                display: block;
                width: 120px;
                height: 1px;
                background: #ddd;
                bottom: 1px;
                left: calc(50% - 60px);
            }

            .section-title h2::after {
                content: '';
                position: absolute;
                display: block;
                width: 40px;
                height: 3px;
                background: #1977cc;
                bottom: 0;
                left: calc(50% - 20px);
            }

        .section-title p {
            margin-bottom: 0;
        }



#section7 {
    min-height: 640px;
    background: #fff
}

    #section7 .mapdiv {
        background-image: url("/assets/home/map_au.jpg");
        background-position: 50% center;
        background-repeat: no-repeat;
        background-size: cover;
        display: table-cell;
        float: none;
        height: 100%;
        min-height: 700px;
        text-align: center
    }

    #section7 .formback {
        display: table-cell;
        float: none;
        text-align: center
    }

    #section7 .orderform {
        padding: 60px 12%;
        min-height: 346px;
    }

    #section7 .appform {
        padding: 40px 12% 80px
    }

    #section7 h2, #section7 h4 {
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 1.7
    }

    #section7 h4 {
        color: #8c8c8c
    }

    #section7 h4 {
        font-size: 18px
    }

    #section7 img {
        width: 120px
    }

    #section7 hr {
    margin: 10px auto 30px;
    width: 80%;
    height: 0px;
    background: none;
    border-top: 2px dashed #ab9e9e;
    }

    #section7 .appbtn button {
        padding: 0 10px
    }

    #section7 .appbtn img {
        height: 32px;
        width: auto
    }

    #section7 hr {
        margin: auto;
        width: 80%
    }

.btn-map {
    background: #0C0C0C;
    color: #fff
}

    /*-- Footer --*/

@media (max-width:1367px) {
    .appointment-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }

    /*.navbar-light .navbar-nav .nav-link {
       
        padding: 0 10px;
        font-size: 17px;
    }*/
    .imgwidth {
        width: 240px;
    }

    .btn-default {
        font-size: 16px;
      /*  width: 255px;*/
        text-align: justify;
        padding: 12px;
        border-bottom: 1px solid #ccc;
    }
}

@media (max-width:1025px) {
    .appointment-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 14px;
    }

    .rightfont {
        font-size: 18px;
    }

    .mgtmenu {
        font-size: 16px;
        margin-left: 30px;
    }

    #footer .footer .footer-links ul li {
        padding: 0px 0;
        display: flex;
        align-items: center;
        font-size: 12px;
    }

    #footer .footer .footer-links p {
        padding: 0px 0;
        display: flex;
        align-items: center;
        font-size: 12px;
    }

    .imgwidth {
        width: 200px;
    }

    .btn-default {
        font-size: 18px;
       /* width: 235px;*/
        text-align: justify;
        padding: 14px;
        border-bottom: 1px solid #ccc;
    }

    .servicetextp {
        font-weight: 500;
        font-size: 17PX;
    }
    .crousalbox1 {
        background: #Fff;
        color: #000;
        padding: 35px 20px 0;
        border-radius: 15px;
        text-align: center;
        width: 200px;
        margin: 0 20px;
        box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
    }
    #home {
        background: url(/assets/home/home-desktp.jpg) top center;
        background-size: cover;
        height: 80vh;
   
        padding-top: 50px;
        position: relative;
        overflow: hidden;
        max-height: 1080px;
    }
    #home h1 {
        font-size: 56px;
        line-height: 46px;
    }

        #home h2 {
            font-size: 20px;
            line-height: 32px;
        }

        #home h3 {
            font-size: 18px;
            line-height: 20px;
        }
    #home .container {
        bottom: 0;
        margin: auto;
        position: absolute;
       /* text-align: center;*/
        width: 100%;
        z-index: 99;
      padding-top:390px;
    }

    #home img {
        height: 45px;
    }

    #home .texticon span {
        display: block;
        margin-top: 5px;
        line-height: 18px;
        vertical-align: middle;
        color: #fff;
        font-weight: 600;
     
        font-size: 13px;
    }
    #home .input-group button {
        border: medium none;
        height: 37px;
        padding: 4px;
        text-align: center;
        min-width: 200px;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1px;
    }
    .btn-blue-home {
        border-radius: 50px;
        padding: 8px 40px;
        font-size: 16px;
        font-weight: 700;
    }
    .btnText {
        font-size: 15px;
        padding-top: 2px;
    }
}

/*@media (max-width: 992px) {
    #home {
        margin-bottom: 0;
        height: 100vh;
    }

        #home .container {
            padding-bottom: 63px;
        }

        #home h1 {
            font-size: 52px;
            line-height: 36px;
         

        }
        #home h2 {
            font-size: 22px;
            line-height: 36px;
        }
        #home h3 {
            font-size: 14px;
            line-height: 20px;
          
        }
}*/

@media (max-width: 768px) {
    .pdlr20 {
        padding: 30px 20px;
    }

    

    .btn-darks {
        color: #fff;
        background-color: #212529;
        border-color: #212529;
        padding: 8px 40px;
        border-radius: 30px;
        height: 55px;
        font-weight: 900;
        font-size: 12px;
    }

    #home .containers {
       /* bottom: 20px !important;*/
        position:relative;
    }
  
    .container-padd {
        padding: 0 10px 50px;
    }
    #how-services .icondiv {
        border-radius: 20px;
        padding: 20px;
        /* text-align: center; */
        width: 94%;
        background: #f2f2f6;
        margin: 0 10PX 20PX;
    }
    #section7 .mapdiv {
        min-height: 478px;
    }
    #how-google {
        width: 100%;
        padding: 50px 10px;
        background-image: linear-gradient(to bottom left, #3588c0, #6b0fe6);
        color: #0C0C0C;
        z-index: 999;
        text-align: center;
    }
        #how-google h1{
            font-size:26px;
            color:#fff;
            font-weight:900;
        }
        #how-google h2 {
            font-size: 18px;
            color: #fff;
            font-weight:700;
        }
        #subscribe {
            width: 100%;
            padding: 0 0 50px;
            z-index: 999;
            background: #f2f2f6;
        }
        #subscribe h2 {
            font-weight: 700;
            font-size: 16px;
        }

            #subscribe h2 span {
                font-weight: 900;
                font-size: 18px;
            }
    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #828282;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
    }
    .carousel-indicators .active {
       
        background-color: #000;
    }
    .navbar-toggler {
        font-size: 1.7rem !important;
        position: absolute;
    }
    .navbar-brand{
        padding-left:50px!important;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #f8f8f8;
        padding: 10px 5px;
        font-size: 15px;
    }

    .logoImg {
        height: 42px;
    }

    .navbar-collapse {
        position: fixed;
        top: 62px;
        left: 0;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 15px;
        height: 100%;
    }

        .navbar-collapse.collapsing {
            height: 100%;
            left: -75%;
            transition: height 0s ease;
        }

        .navbar-collapse.show {
            height: 100%;
            left: 0;
            transition: left 400ms ease-in-out;
            background: #000;
        }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 400ms ease-in;
    }

    .desktp {
        display: none;
    }

    .mobile {
        display: block;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        background: #000;
        z-index: 999;
        height: 62px;
    }

    .appointment-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }

    .mgt250 {
        margin-top: 170px;
    }

    .white {
        color: #fff !important;
    }

    #home h1 {
        font-size: 56px;
        line-height: 0;
        letter-spacing: 1px;
       
    }
    #home h2 {
        color: #fff;
        font-size: 34px;
        margin-bottom: 40px;
        line-height: 24px;
        letter-spacing:1px;
        font-weight: 900;
    }



    #home h3 {
        font-size: 14px;
        font-weight: 500;
        line-height: 32px;
    }
    #home h4 {
        color: #fff;
        font-size: 19px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing:1px;
    }
    #home img {
        height: 30px;
    }
    #how {
       
        padding: 50px 10px;
     
    }
    #how h1 {
        font-size:26px;
       /* padding-bottom: 40px;*/
    }
        #how h2 {
            font-size: 22px;
            /* padding-bottom: 40px;*/
        }
    #how h3 {
        padding: 20px 0 10px;
        font-size: 16px;
  
    }
        #how h4 {
            font-size: 18px;
            font-weight:700;
            color:#000;
        }
        #how p {
         
            line-height: 22px;
            padding-bottom:50px;
        }
    #how-services {
         background-image: linear-gradient(to bottom right, #000, #828282);
        padding: 50px 10px;
    }
        #how-services h1 {
            font-size: 26px;
            /* padding-bottom: 40px;*/
        }

        #how-services h2 {
            font-size: 18px;
            /* padding-bottom: 40px;*/
        }

        #how-services h3 {
            padding: 20px 0 10px;
            font-size: 20px;
        }
    .imgp60 {
        padding: 0px;
    }
    .imgpl60 {
        padding: 0px;
    }
   /* #about {
        width: 100%;
        padding: 0 0; 
        z-index: 999;
    }

        #about h1 {
            font-size: 26px;
        }

        #about h3 {
            padding: 20px 0;
            font-size: 20px;
        }*/

    .form-controls {
        padding: 10px;
        font-size: 15px;
        font-weight: 300;
        line-height: 1;
        color: #212529;
        background-color: #000;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .content .container {
        padding: 0 30px;
    }

    .textc {
        text-align: center;
    }

    .textn {
        text-align: left;
    }

    .pay {
        font-size: 16px;
    }

    #app {
        padding: 50px 10px;             
    }

        #app h2 {
            font-weight: 700;
            font-size: 24px;
        }
        #app p {
            line-height: 26px;
            color: #5c5c5c;
            padding: 0 0;
            font-weight: 300;
           
        }
    #app1 {
      
        padding: 50px 20px;
       
        text-align: center;
    }

        #app1 h2 {
            font-weight: 700;
            font-size: 24px;
        }

        #app1 p {
            line-height: 23px !important;
            text-align:left;
        }

    #section6 {
        background: #fff; 
        padding: 50px 20px;
    }

        #section6 h2 {
            font-weight: 700;
            font-size: 24px;
            margin-bottom: 20px;
        }
    #book h2 {
        color: #fff;
        font-weight: 700;
        font-size: 22px;
    }

    #book h3 {
        color: #fff;
        font-weight: 700;
        font-size: 14px;
    }
    #book-sky {
        width: 100%;
        padding: 50px 8px;
        z-index: 999;
        
    }
    #book-sky h1 {
        font-weight: 900;
        font-size: 26px;
    }

    #book-sky h2 {
        font-weight: 500;
        font-size: 14px;
        line-height:22px;
    }

    #book-sky h3 {
        font-weight: 700;
        font-size: 14px;
        color: #828282;
    }
    #app h1 {
        font-size: 26px;
    }

    #app h2 {
        font-size: 16px;
        font-weight: 500;
        color: #828282;
    }
    hr {
        color: #E0E0E0;
    }
    #section7 .orderform {
        padding: 50px 5%;
        min-height: 346px;
    }

    .btn-blue-home {
        border-radius: 50px;
        padding: 8px 40px;
        font-size: 16px;
        font-weight: 700;
    }
    .btn-try {
        border-radius: 50px;
        padding: 12px 40px;
        font-size: 16px;
        font-weight: 700;
    }
    .btn-dark {
        border-radius: 50px;
        padding: 12px 38px;
        font-size: 14px;
        font-weight: 700;
    }

    #section6 .texticon .icondiv {
        border-radius: 20px;
        margin-bottom: 30px;
        margin-top: 0px;
        padding: 30px;
        text-align: center;
        width: 100%;
        background: #f2f2f6;
    }

    #section6 h4 {
        color: #5e5e5e;
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 5px;
        vertical-align: middle;
        font-weight: 300;
    }

    #section6 .texticon span {
        color: #000;
        font-size: 17px;
        font-weight: 600;
    }

    .textd span {
        color: #5e5e5e;
        font-size: 24px;
        font-weight: 300;
    }

    .row.texticonm {
        padding: 40px 20px 0;
    }

    #home {
        background: url(/assets/home/home-mobile.jpg) top center;
        background-size: cover;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }
        #home .container {
            bottom: 0 ;
            margin: auto;
            position: absolute;
          /*  text-align: center;*/
            width: 100%;
            z-index: 99;
        }
       

        #home .texticon span {
            display: block;
            margin-top: 10px;
            line-height: 17px;
            vertical-align: middle;
            color: #fff;
            font-weight: 300;
            letter-spacing: 1px;
            font-size: 13px;
            
        }



    .colmnreverse {
        flex-direction: column-reverse !important;
    }

    #dc {
        width: 100%;
        padding: 50px 0;
        z-index: 999;
    }

        #dc h1 {
            font-size: 32px;
            text-align: center;
            color: #fff;
        }

        #dc h2 {
            font-size: 32px;
            text-align: center;
            font-weight: 700;
        }

 

    #about {
        width: 100%;
        padding: 50px 10px;       
        z-index: 999;
    }

        #about h1 {
            font-size: 26px;
        }
        #about h4 {
            font-size: 18px;
            padding: 0 20px;
        }
        #about p {
            line-height: 22px;
            color: #5c5c5c;
            padding: 0 20px;
            font-weight: 300;
          
            font-size:14px;
        }
    .crousalbox1 {
        background: #Fff;
        color: #000;
        padding: 20px 0 0;
        border-radius: 15px;
        text-align: center;
        width: 280px;
        white-space: normal;
        margin: 0 10px;
    }

        .crousalbox1 h4 {
            font-size: 16px;
        }

        .crousalbox1 span {
            font-size: 12px;
           
        }

    
    .paddtb2010 {
        padding: 20px 20px 10px;
    }
    #wivideo {
        background: url(/assets/img/Wash-Iron-Cover.jpg) top center;
        padding: 0;
        margin-bottom: 50px;
        height: 210px;
    }
    #wfvideo {
        background: url(/assets/img/Wash-Fold-Cover.jpg) top center;
        padding: 0;
        margin-bottom: 50px;
        height: 210px;
    }

    #irvideo {
        background: url(/assets/img/Ironing-cover.jpg) top center;
        padding: 0;
        margin-bottom: 50px;
        height: 210px;
    }

    #dcvideo {
        background: url(/assets/img/DryCleaning-cover.jpg) top center;
        padding: 0;
        margin-bottom: 50px;
        height:210px;
    }

    #app1 .carousel-control-prev, #app1 .carousel-control-next{
        display:none;
    }

    #app1 .carousel.m-5{
        margin:0 !important;
        margin-top:40px !important;
    }
    .p-10 {
        padding: 30px!important;
    }
    .px-5 {
        padding: 0 0 20px !important;
        /* padding-bottom: 2rem;*/
    }
    .px-55 {
        padding: 0 0 40px !important;
        /* padding-bottom: 2rem;*/
    }
   
    .close-button {
        position: fixed;
        right: 25px;
        z-index:9999;
        
    }
    .close-img {
        width:35px;
    }
  
    .form-control {
        padding: 12px 20px;
        border-radius:10px;
        background:#f2f2f2;
        border:none;
    }
    .scrollnav {
        background: rgba(0,0,0,.6) none repeat scroll 0 0;
        padding-top:5px;
        padding-bottom: 0
    }
    .navbar {
        padding-top: 5px;
        padding-bottom: 0;
    }
	.btn-try{
	margin-top:30px;
}
  
    .lg-btn{
        padding:0;
    }
    .card-testonimial {
        background: #FFF;
        padding: 1.5rem;
        border-radius: 1.2rem;
        font-weight: 500;
        text-align: center;
        min-height: 420px;
        align-items: center;
    }
    .testonimial-name {
        
        font-weight: 800;
        margin-top: 20px;
    }
    .btnsubText {
        font-size: 11px;
        text-align: left;
        line-height: 1.3;
    }

    .btnText {
        font-size: 18px;
        padding-top: 2px;
    }
}

