
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/*************start*************/
img {
	max-width:100%;
	display:inline-block;
}
body {
	font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6, p{
	margin:0px;
	padding:0px;
	font-weight: normal;
	line-height: 100%;
}
a:hover, a:focus{
	text-decoration:none;
}
.desktop_none{
	display: none !important;
}

ol {
	color: #64768B !important;
	margin-top: 30px;
	font-size: 16px;
    line-height: 28px;
}

ol li {
	margin-bottom: 12px;
}

/*************Header Area start*************/

.site_header{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	padding: 15px 0px;
}
.site_header .nav-item{
	padding: 0px 20px !important;
	vertical-align: middle;
}
.site_header .nav-link {
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	color: #64768B;
	padding: 0px !important;
}
.site_header .nav-link:hover{
	color: #31A1DF;
}
.ml-auto{
	margin-left: auto;
}
.nav_toggle {
  display: inline-block;
  cursor: pointer;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #31A0DF;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.site_header .navbar-toggler {
	padding: 0px;
	box-shadow: 0px 0px 0px #fff;
}
.multi_header{
	position: relative;
	background: #F4FBFF;
}
.multi_header .nav-link{
	line-height: 50px;
}
.nav_btns button{
	width: 176px;
}
.nav_btns .row{
	margin: 0px -6px;
}
.nav_btns .col-6{
	padding: 0px 6px;
}
.top_pagination_area{
	background: #fff;;
}
.pagination_list{
	padding: 23px 0px;
}
.pagination_list ul{
	margin: 0;
	padding: 0px;
}
.pagination_list ul li{
	list-style-type: none;
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	color: #526678;
}
.pagination_list ul li a{
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	color: #31A0DF;
	text-decoration: none;
}
.pagination_list ul li span{
	color: #31A0DF;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}









/*************Hero Area start*************/

.hero_area{
	background: url(../images/hero.png) top center no-repeat;
	background-size: cover;
	padding-top: 110px;
}
.hero_content{
	max-width: 500px;
	padding-bottom: 340px;
	padding-top: 150px;
}
.hero_content h1{
	font-weight: 800;
	font-size: 90px;
	line-height: 100%;
	text-transform: uppercase;
	color: #31A1DF;
}
.hero_content h3{
	font-weight: bold;
	font-size: 56px;
	line-height: 120%;
	color: #64768B;
}
.hero_btns{
	padding-top: 30px;
}
.hero_btns .col-6{
	padding-top: 10px;
}
.hero_btn_1{
	line-height: 36px;
	width: 100%;
	height: 50px;
	background: #31A0DF;
	border-radius: 82px;
	font-weight: 600;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
.hero_btn_1:hover{
	background: #FFFFFF;
	border: 1px solid #31A0DF;
	color: #31A0DF;
}
.hero_btn_2{
	line-height: 36px;
	width: 100%;
	height: 50px;
	border: 1px solid #64768B;
	border-radius: 82px;
	font-weight: 600;
	font-size: 14px;
	color: #64768B;
	text-align: center;
}
.hero_btn_2:hover{
	background: #64768B;
	border: 1px solid #64768B;
	color: #fff;
}
.overview_area{
	max-width: 991px;
	margin: 0 auto;
	text-align: center;
}
.overview_item{
	width: 204px;
	height: 204px;
	margin: 0 auto;
	background: #31A0DF;
	border: 30px solid #EFF6FF;
	border-radius: 50%;
	padding: 25px 10px 0px;
}
.overview_item h3{
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	text-align: center;
	color: #FFFFFF;
}
.overview_item p{
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	color: #FFFFFF;
}
.hero_washer_img{

}





/*************SameDay Area start*************/

.sameday_area{
	padding-top: 120px;
	padding-bottom: 104px;
}
.sameday_area .col-md-6{
	padding: 0;
}
.sameday_item_bg{
	height: 645px;
	background: url(../images/img-1.png) top right no-repeat #526678;
	background-size: cover;
	border-radius: 0px 500px 500px 0px;
}
.sameday_item_bg img{
	display: none;
}
.sameday_item{
	padding-left: 120px;
	max-width: 630px;
}
.sameday_item h3{
	font-weight: 800;
	font-size: 72px;
	line-height: 77px;
	text-transform: uppercase;
	color: #31A0DF;
}
.sameday_item h4{
	font-weight: bold;
	font-size: 50px;
	line-height: 67px;
	color: #526678;
}
.sameday_item p{
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	color: #64768B;
	padding-top: 30px;
}
.sameday_item .hero_btns{
	max-width: 480px;
}

/*************Feature Area start*************/

.feature_area{
	position: relative;
	overflow: hidden;
	min-height: 645px;
}
.feature_area::before{
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	width: 100%;
	height: 630px;
	background:#F4FBFF;
	background-size: cover;
	border-radius: 500px 0 0 500px;
	z-index: -1;
}
.feature_content{
	max-width: 550px;
	padding-left: 50px;
}
.feature_content h3{
	font-weight: bold;
	font-size: 50px;
	line-height: 67px;
	color: #526678;
}
.feature_content p{
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	color: #64768B;	
	padding-top: 30px;
}
.feature_content a{
	width: 238.31px;
	height: 50px;
	background: #31A0DF;
	border-radius: 82px;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
	display: inline-block;
	margin-top: 40px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
}
.feature_item_area{
	padding-left: 100px;
	padding-right: 50px;
	padding-top: 65px;
	padding-bottom: 80px;
}
.feature_item_area .col-6{
	padding-top: 23px;
}
.feature_item{
	background: #FFFFFF;
	box-shadow: 0px 0px 43px rgba(0, 0, 0, 0.04);
	border-radius: 27px;
	position: relative;
	text-align: center;
	padding: 24px;
	height: 100%;
}
.feature_item h5{
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #31A0DF;
	padding-top: 14px;
}


/*************Feature Area start*************/

.washer_area{
	background: url(../images/bg_washer.png) center center no-repeat #31A0DF;
	background-size: cover;
	padding-top: 70px;
	margin-top: 100px;
}
.washer_img{
	position: relative;
	margin-bottom: -120px;
	margin-right: -50px;
}
.washer_content{
	padding-bottom: 100px;
	padding-top: 62px;
}
.washer_content h3{
	font-weight: bold;
	font-size: 50px;
	line-height: 64px;
	color: #fff;
}
.washer_content p{
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	color: #fff;	
	padding-top: 40px;
}
.washer_content a{
	height: 50px;
	background: #FFFFFF;
	border-radius: 82px;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	color: #64768B;
	display: inline-block;
	margin-top: 40px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	padding: 0px 28px;
	border: 1px solid #fff;
}

.washer_content a:hover{
	background: #31A0DF;
	color: #fff;
}

/*************Saving Area start*************/

.saving_area{
	padding: 200px 0 125px;
}
.saving_box{
	background: url(../images/bg-1.png) center center no-repeat;
	background-size: cover;
	border-radius: 500px;
	padding: 30px;
}
.saving_item{
	width: 422px;
	height: 422px;
	background: #31A0DF;
	border: 14px solid #69B9E8;
	border-radius: 50%;
	text-align: center;
}
.saving_item p{
	font-weight: 500;
	font-size: 18px;
	line-height: 29px;
	color: #FFFFFF;
}
.saving_item h3{
	color: #FFFFFF;
	font-weight: 800;
	font-size: 63px;
	line-height: 67px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	padding-top: 15px;
}
.saving_item h4{
	font-weight: bold;
	font-size: 36px;
	line-height: 45px;
	color: #FFFFFF;
	padding-top: 13px;
}
.saving_item_content{
	width: 100%;
	text-align: center;
}
.saving_area .hero_btns{
	max-width: 510px;
	margin: 0 auto;
}

/*************Repair Area start*************/

.repair_area{
	background: url(../images/wave_1.svg) center center no-repeat #F4FBFF;
	padding-top: 30px;
}
.repair_img{
	padding-left: 45px;
}
.repair_content{
	padding-bottom: 45px;
	
}
.repair_content h3{
	font-weight: bold;
	font-size: 50px;
	line-height: 67px;
	color: #526678;
	padding-bottom: 20px;
}
.repair_content p{
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	color: #64768B;
	padding-top: 15px;
}


/*************Problem Area start*************/

.problem_area{
	padding: 110px 0px;
}
.problem_titles{
	text-align: center;
	padding-top: 30px;
}
.problem_titles h2{
	font-weight: 900;
	font-size: 90px;
	line-height: 135px;
	text-align: center;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #31A0DF;
}
.problem_titles h4{
	font-weight: bold;
	font-size: 27px;
	line-height: 40px;
	color: #526678;
}
.problem_item_area{
	padding-left: 20px;
}
.problem_item{
	text-align: center;
}
.problem_item img{
	border-radius: 20px;

}
.problem_item h4{
	font-size: 21px;
	line-height: 40px;
	color: #526678;
	font-weight: bold;
	padding-top: 27px;
}
.problem_item p{
	max-width: 334px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 28px;
	color: #64768B;
	font-weight: 300;
	padding-top: 3px;
}


/*************Problem Area start*************/

.site_footer{
	background: #EBF7FE;
	padding: 90px 0px;
}
.footer_item_1{
	max-width: 250px;
	text-align: center;
}
.footer_item_1 h4{
	font-size: 21px;
	line-height: 29px;
	color: #64768B;
	font-weight: bold;
}
.hero_btns {
    padding-top: 35px;
}
.footer_item_1 .hero_btns button{
	margin-bottom: 15px;
}
.copyright_txt{
	padding-top: 10px;
}
.copyright_txt p{
	white-space: nowrap;
	font-size: 12px;
	line-height: 18px;
	color: #92A2AB;
}
.footer_item_2{

}
.footer_item_2 h4{
	font-size: 21px;
	line-height: 29px;
	color: #64768B;
	font-weight: bold;
	padding-bottom: 14px;
}
.footer_nav ul{
	margin: 0;
	padding: 0;
	display: inline-block;
	padding-right: 40px;
	vertical-align: top;
}
.footer_nav ul li{
	list-style-type: none;
	padding-top: 10px;
}
.footer_nav ul li a{
	font-size: 15px;
	line-height: 25px;
	color: #B6C4D6;
	font-weight: 300;
	text-decoration: none;
}
.footer_nav ul li a:hover{
	color: #31A0DF;
}


/*************Service page Area start*************/

.service_area{
	background: #F4FBFF;
	padding: 104px 0px 40px;
}
.service_area .area_title{
	max-width: 970px;
	margin: 0 auto;
}
.area_title{
	text-align: center;
}
.area_title h3{
	font-size: 50px;
	line-height: 64px;
	color: #526678;
	font-weight: bold;
}
.area_title p{
	font-size: 14px;
	line-height: 28px;
	color: #64768B;
	font-weight: 300;
	padding-top: 25px;
}
.service_area .feature_item_area{
	padding-top: 20px;
	padding-left: 0px;
}
.service_area .feature_item_area .col-3{
	padding-top: 30px;
}
.testimonial_area{
	padding: 105px 0px 130px;
}
.testimonial_area .item{
	padding: 20px 10px;
}
.testimonial_item_area{
	padding-top: 30px;
}
.testimonial_item{
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
	border-radius: 27px;
	padding: 60px 50px;
	text-align: center;
	min-height: 415px;
}
.testimonial_item h4{
	font-size: 14px;
	line-height: 165%;
	text-transform: uppercase;
	color: #314251;
	font-weight: bold;
}
.testimonial_rate{
	font-size: 14px;
	line-height: 176.5%;
	text-align: center;
	text-transform: capitalize;
	color: #FDD238;
	padding-top: 12px;
}
.testimonial_item p{
	font-size: 14px;
	line-height: 28px;
	color: #64768B;
	font-weight: 300;
	padding-top: 12px;
}
.testimonial_item_area{
	position: relative;
}
.slide_1 .owl-wrapper-outer{
	
}
.testimonial_item_area .prev{
	position: absolute;
	top: 50%;
	left: -35px;
	margin-top: -31px;
}
.testimonial_item_area .next{
	position: absolute;
	top: 50%;
	right: -35px;
	margin-top: -31px;
}
.problem_item_area{
	position: relative;
}
.slide_2 .item{
	padding: 0px 15px;
}
.problem_item_area .next{
	position: absolute;
	top: 118px;
	right: -15px;
}

/*************About Us page Area start*************/

.aboutUs_area{
	background: #F4FBFF;
	padding: 100px 0px;
}
.aboutUs_area .col-md-6{
	padding: 0;
}
.aboutUs_item_bg{
	height: 645px;
	background: url(../images/img-6.png) top right no-repeat #526678;
	background-size: cover;
	border-radius: 0px 500px 500px 0px;
}
.aboutUs_item_bg img{
	display: none;
}
.aboutUs_item{
	padding-left: 80px;
	max-width: 630px;
}
.aboutUs_item h4{
	font-size: 50px;
	line-height: 67px;
	color: #526678;
	font-weight: bold;
}
.aboutUs_item p{
	max-width: 497px;
	font-size: 14px;
	line-height: 28px;
	color: #64768B;
	padding-top: 20px;
	font-weight: 300;
}
.overview_area_own{
	padding: 137px 0px;
	border-bottom: 1px solid #EAEAEA;
}
.overview_area_own .overview_area{
	max-width: 991px;
    margin: 0 auto;
    text-align: center;
}

.Surrounding_area{
	padding: 100px 0px;
}
.Surrounding_area .col-md-6{
	padding: 0;
}
.Surrounding_item_bg{
	height: 645px;
	background: url(../images/img-7.png) top right no-repeat #526678;
	background-size: cover;
	border-radius: 500px 0px 0px 500px;
}
.Surrounding_item_bg img{
	display: none;
}
.Surrounding_item{
	padding-left: 80px;
	max-width: 580px;
}
.Surrounding_item h4{
	font-size: 50px;
	line-height: 67px;
	color: #526678;
	font-weight: bold;
}
.Surrounding_search{
	padding-top: 50px;
}
.Surrounding_search_box{
	position: relative;
}
.Surrounding_search_box input{
	width: 100%;
	height: 50px;
	background: #F5FAFD;
	border-radius: 82px;
	font-size: 13px;
	line-height: 19px;
	color: #526678;
	padding-left: 40px;
	padding-right: 90px;
	border: none;
}
.Surrounding_search_box button{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 127px;
	height: 50px;
	background: #31A0DF;
	border-radius: 82px;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 600;
}

/*************washer repair page Area start*************/

.washer_repair_area{
	background: #F4FBFF;
	padding-top: 65px;
}
.washer_repair_img{
	position: relative;
	margin-bottom: -60px;
	margin-right: -60px;
}
.washer_repair_content{
	padding-top: 40px;
	position: relative;
	z-index: 20;
}
.washer_repair_content h3{
	font-size: 50px;
	line-height: 64px;
	color: #526678;
	font-weight: bold;
}
.washer_repair_content p{
	font-size: 16px;
	line-height: 28px;
	color: #64768B;
	padding-top: 30px;
}
.solution_area{
	padding: 150px 0px 120px;
}
.solution_area .area_title{
	padding-bottom: 40px;
}
.solution_area .col-md-6{
	padding-top: 20px;
}
.solution_item{
	background: #FFFFFF;
	box-shadow: 5px 4px 12px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	padding: 35px 25px 35px;
	height: 100%;
}
.solution_item h5{
	font-size: 16px;
	line-height: 28px;
	color: #64768B;
	font-weight: 600;
}
.solution_item p{
	font-size: 14px;
	line-height: 28px;
	color: #64768B;
	font-weight: 300;
	padding-top: 10px;
}

.error_code_area{
	padding: 106px 0px 121px;
	background: #F4FBFF;
}
.error_code_area .container{
	max-width: 1200px;
}
.error_code_area .area_title{
	padding-bottom: 40px;
}
.error_code_item_box{
	padding: 30px 25px;
	background: #FFFFFF;
	border-radius: 5px;
	margin-top: 10px;
}
.error_code_item{
	
}
.error_code_item h5{
	font-size: 15px;
	line-height: 25px;
	color: #526678;
	font-weight: bold;
}
.error_code_item h5 span{
	padding-right: 15px;
}
.error_code_item p{
	font-size: 15px;
	line-height: 25px;
	color: #526678;
	padding-top: 10px;
}
.error_code_item p span{
	font-weight: bold;
	padding-right: 20px;
}



.repair_problem_area{
	padding: 108px 0px 120px;
}
.repair_problem_accordion{
	padding-top: 50px;
}
.repair_problem_accordion .accordion-item {
    margin-bottom: 10px;
	background: #FFFFFF;
	box-shadow: 5px 4px 12px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	border: none;
}
.repair_problem_accordion .accordion-button:after {
	transform: rotate(-90deg);
}
.repair_problem_accordion .accordion-button:not(.collapsed):after {
	transform: rotate(0deg);
	filter: grayscale(100%);
}
.repair_problem_accordion .accordion-item h2 button{
	font-size: 16px;
	line-height: 28px;
	color: #64768B;
	font-weight: 600;
	padding: 30px 30px;
}
.repair_problem_accordion .accordion-button:not(.collapsed) {
	color: #64768B;
    background: none;
    box-shadow: 0px 0px 0px #fff;
}
.repair_problem_accordion .accordion-button:focus {
    background: none;
    box-shadow: 0px 0px 0px #fff;
	border: none;
}
.repair_problem_accordion .accordion-body p{
	font-size: 14px;
	line-height: 28px;
	color: #64768B;
	font-weight: 300;
}
.repair_problem_accordion  .accordion-body {
	padding: 0px 30px 30px;
}










.washer_repair_content table {
    border: 1px solid #d1d8df;
    height: auto !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    width: 100% !important;
}

.washer_repair_content table td,
.washer_repair_content table th {
    border: 1px solid #d1d8df;
    display: table-cell;
    text-align: left;
    padding: 8px;
    vertical-align: middle;
}





























/*************end*************/