@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x:hidden;
  color:#fff; 
  font-family: 'Poppins', sans-serif;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

a:focus, a:hover{ 
  outline:none; 
  text-decoration:none; 
}

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

/* ===== common css ====== */
.btn1{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#33a8a7;
  border-radius:30px;
  padding:15px 30px;
}

.btn1:hover{
  background:#d2a100;
  color:#fff;
}

.btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#d2a100;
  border-radius:30px;
  padding:15px 30px;
}

.btn2:hover{
  background:#33a8a7;
  color:#fff;
}

.common_paragraph{
  font-size:17px;
  color:#030303;
  line-height:28px;
  letter-spacing:.03em;
  margin-bottom:20px;
}
/* ==== extra style css ==== */
  /*custom margin*/
  .mx-xl{
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
   /*img styling*/
.radious-img{
  border-radius: 10px 10px 10px 10px;
  /*border: 3px solid #1D4ED8;*/
}
   /* box colors*/

.bg-green{
  background-color: #33a8a7 !important; 
}
.bg-yellow{
  background-color: #D2A100 !important; 
}
   /* box properties*/
.border-box{
	background-color: #fff !important;
	border: 3px solid #33a8a7;
}
.img-box{
  border-radius:20px;  
  background-color: #33a8a7;
}
.img-box img{
  border-radius: 20px 20px 0px 0px;  
}
   /* box sizes*/
.box-xl{
  min-height: 900px !important;
}
.box-lg{
  min-height: 700px !important;
}
.box-md{
  min-height: 660px !important;
}
.box-md-sm{
  min-height: 535px !important;
}
.box-sm{
  min-height: 100px !important;
}
  /* badge feature button*/
.badge-btn{
  background:#073255; 
  color:#fff; 
  font-size:14px;
}
.badge-btn-alt{
  background:#C2DCD6; 
  color:#073255; 
  font-size:14px;
}
  /* styled bg title*/
.inner_bg_title_alt:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 20px;
    background: url(http://localhost/enablehorizons/wp-content/uploads/2026/06/title-icon.png);
    left: 0;
    right: 0;
    top: -23px;
    margin: 0 auto;
}
.inner_bg_title_alt{
    font-family: "Tinos", serif;
    font-size: 48px;
    color: #1e3c35;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: .02em;
}
  /* floating effect*/
  .float-btn {      
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    }
  .float-btn:hover {
      transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
  }
  .float-btn:active {
      transform: translateY(-1px);
  }
  /* sink-button effect*/
  .sink-btn {      
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      box-shadow: 0 6px 12px rgba(0,0,0,0.2);
    }
    .sink-btn:hover {
      transform: translateY(4px);
      box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    }

  /*..
  *..custom table design..*
  ..*/  
  .why-us-table th,
  .why-us-table td {
    padding: 1rem;
    vertical-align: middle;
  }
  /*..
  *..inner page accordian design..*
  ..*/
  .custom-accordian .accordion-item .accordion-button{
       color: #fff !important;
       background-color: #33a8a7 !important;
  }
  .custom-accordian .accordion-item .accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #D2A100 !important;    
  }
  .custom-accordian .accordion-item .accordion-button:focus{
       box-shadow: none !important;
  }
			/* accirdian button filter effect*/
  .custom-accordian .accordion-item .accordion-button::after{
       filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%) !important;
  }
/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  padding:0;
  margin:0; 
  transition:all 500ms ease-in-out; 
}

.header_top{
  background:#020202;
  border-radius:0 0 20px 20px;
  padding:12px 0;
  transition:all 500ms ease-in-out; 
}

.header_contact ul li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.02em;
}

.header_contact ul li a:hover{
  color:#d3a001;
}

.header_bottom{
  padding:15px 0;
  transition:all 500ms ease-in-out; 
}

.header_logo{
  width:130px;
  transition:all 500ms ease-in-out;
}

.header_link{
  margin-top:28px;
  transition:all 500ms ease-in-out;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .header_top{
    margin-top:-54px;
  }

  .navbar-default.navbar-fixed .header_bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .navbar-default.navbar-fixed .header_logo{
    width:100px;
  }

  .navbar-default.navbar-fixed .header_link{
    margin-top:16px;
  }

}

.home_banner{
  background:url(../images/banner-bg.jpg) no-repeat center top;
  background-size:cover;
  border-radius:40px;
  margin-top:213px;
  padding-top:50px;
}

.banner_bg_heading{
  font-family: "Caladea", serif;
  font-size:52px;
  line-height:58px;
  text-shadow:1px 1px 4px rgba(0,0,0,.3);
  margin-bottom:20px;
}

.banner_bg_heading span{
  color:#ffcd17;
}

.banner_content .btn1,
.banner_content .btn2,
.h_cta_panel .btn2{
  border:1px solid #fff;
}

.banner_img{
  z-index:9;
}

.banner_img:before{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  background:#fbcf2e;
  border-radius:50%;
  left:0;
  right:0;
  top:0;
  margin:0 auto;
  z-index:-1;
}

.b_compaign_box{
  position:absolute;
  width:260px;
  background:#040508;
  left:0;
  bottom:16%;
  border-radius:15px;
  padding:20px;
}

.b_compaign_title{
  font-family: "Caladea", serif;
  font-size:22px;
  line-height:26px;
  letter-spacing:.03em;
  margin-bottom:12px;
}

.progress_title{
  font-size:17px;
  line-height:20px;
  font-weight:500;
  letter-spacing:.02em;
  margin-bottom:8px;
}

.b_compaign_box .progress{    
  height:20px;
  overflow:hidden;
  background:#fff;
  border-radius:30px;
}

.b_compaign_box .bar{
  position:relative;
  float:left;  
  height:100%;    
  background:#fbcf2e;
}

.b_compaign_box .percent{
  position:absolute;
  top:7px;
  right:20px;
  color:#030303;
}

.b_compaign_box .percent-container{
  position:relative;  
  top:-30%;  
}

.choose_panel{
  margin-top:-189px;
  z-index:999;
}

.c_review_box{
  border-radius:40px 40px 0 0;
  padding:20px 20px 0 0;
}

.choose_list_box{
  background:#020202;
  border-radius:0 0 40px;
  padding:20px 40px 20px 20px;
}

.choose_heading{
  font-family: "Caladea", serif;
  font-size:20px;
  line-height:26px;
  letter-spacing:.04em;
}

.cleaning_panel,
.project_panel{
  padding:65px 0;
}

.cleaning_box,
.serv_box{
  background:#2fa1a0;
  border-radius:30px;
}

.cleaning_img img,
.serv_img img{
  border-radius:30px 0 0 30px;
}

.cleaning_cont,
.serv_cont{
  padding:10px 20px 10px 0;
}

.cleaning_cont a,
.serv_cont a{
  position:absolute;
  width:60px;
  height:60px;
  line-height:50px;
  background:#d5a304;
  border:5px solid #fff;
  border-radius:50%;
  text-align:center;
  right:-20px;
  top:-25px;
}

.cleaning_title,
.serv_title{
  font-size:22px;
  line-height:28px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:12px;
}

.cleaning_cont .common_paragraph,
.serv_cont .common_paragraph{
  font-size:15px;
  line-height:22px;
}

.about_panel,
.serv_panel,
.h_contact_panel,
.review_panel,
.work_panel,
.faq_panel,
.work_percent_sec,
.blog_panel{
  padding-bottom:65px;
}

.about_sm_heading,
.serv_sm_heading,
.project_sm_heading,
.contact_sm_heading,
.review_sm_heading,
.work_sm_heading,
.faq_sm_heading,
.blog_sm_heading{
  font-family: "Caladea", serif;
  font-size:22px;
  color:#6f6f6f;
  line-height:24px;
  letter-spacing:.03em;
  margin-bottom:10px;
}

.about_bg_heading,
.serv_big_heading,
.excellence_heading,
.project_big_heading,
.contact_big_heading,
.review_big_heading,
.work_big_heading,
.faq_big_heading,
.h_cta_heading,
.blog_big_heading{
  font-family: "Caladea", serif;
  font-size:48px;
  color:#020202;
  line-height:54px;
  letter-spacing:.02em;
  margin-bottom:25px;
}

.about_img img,
.review_img img,
.faq_image img{
  border-radius:20px;
}

.satisfaction_text{
  position:absolute;
  width:260px;
  background:#202020;
  border:5px solid #fff;
  border-radius:12px;
  left:0;
  top:-10px;
  font-size:32px;
  line-height:38px;
  font-weight:600;
  padding:15px 15px;
}

.satisfaction_text span{
  font-size:22px;
  font-weight:500;
  letter-spacing:.02em;
}

.serv_panel .upper_panel,
.project_panel .upper_panel,
.work_panel .top_panel,
.blog_panel .upper_panel{
  margin-bottom:35px;
}

.excellence_panel{
  background:url(../images/excellence_bg.jpg) no-repeat center center;
  background-size:cover;
  border-radius:40px;
  padding-top:50px;
}

.h_contact_panel .top_panel{
  margin-bottom:-50px;
}

.h_contact_panel .mid_panel img{
  border-radius:40px;
}

.h_form_box{
  background:#fad02d;
  border:15px solid #fff;
  border-radius:40px;
  padding:30px;
  z-index:999;
}

.h_contact_box{
  background:#40beba;
  border-radius:12px;
  padding:12px 10px;
}

.h_contact_box .icon{
  display:inline-block;
  width:60px;
  height:60px;
  line-height:60px;
  background:#fad02d;
  text-align:center;
  border-radius:50%;
}

.h_contact_box .text{
  display:inline-block;
  width:80%;
  vertical-align:middle;
  padding-left:10px;
}

.h_contact_title{
  font-size:17px;
  line-height:20px;
  font-weight:500;
  letter-spacing:.02em;
  margin-bottom:5px;
}

.h_contact_main{
  font-size:16px;
  line-height:18px;
  letter-spacing:.02em;
  word-break:break-all;
}

.h_contact_main a{
  color:#fff;
}

.h_contact_main a:hover{
  color:#fad02d;
}

.testimonial_box{
  border-radius:40px;
  margin-left:-120px;
  padding:25px 1px 25px 25px;
}

.sp-testimonial-free{
  background:#ddf3f3 !important;
  border:1px solid #60c9c6 !important;
  border-radius:30px !important;
  padding:20px;
}

.sp-testimonial-content p{
  color:#030303;
  text-align:left !important;
  padding:0 !important;
}

.sp-testimonial-client-name{
  font-size:20px !important;
  color:#010101 !important;
  line-height:22px !important;
  font-weight:600 !important;
  letter-spacing:.02em !important;
  font-style:italic !important;
  text-align:left !important;
}

.sp-testimonial-client-rating{
  display:block !important;
  text-align:left !important;
}

.work_box,
.blog_box{
  background:#e1fcfb;
  border-radius:25px;
  padding:20px;
}

.work_box{
  min-height:445px;
}

.work_box:hover{
  background:#fdeca9;
}

.work_panel .col-lg-3:nth-child(2n) .work_box{
  margin-top:30px;
}

.work_box img,
.blog_box img{
  border-radius:20px;
}

.work_number{
  width:50px;
  height:50px;
  background:#fad02d;
  border:4px solid #fff;
  text-align:center;
  border-radius:50%;
  font-size:20px;
  color:#030303;
  line-height:42px;
  font-weight:500;
  position:absolute;
  right:8px;
  bottom:-20px;
}

.work_heading,
.question_title{
  font-size:22px;
  color:#040404;
  line-height:28px;
  font-weight:600;
  letter-spacing:.02em;
  margin:32px 0 12px;
}

.accordion-item{
  border:1px solid #fbcf2e !important;
  margin-bottom:10px;
}

.accordion-item:last-child{
  margin-bottom:0;
}

.accordion-button{
  font-size:20px;
  color:#040404;
  line-height:28px;
  font-weight:500;
  letter-spacing:.02em;
  text-transform:inherit;
  background:#fbcf2e;
  padding:14px 20px;
}

.accordion-button:focus{
  box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
  background:#2fa1a0;
  color:#fff;
}

.accordion-button[aria-expanded="true"]:after,
.accordion-button:hover:after{
  filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%);
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button{
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.question_box{
  width:260px;
  background:#202020;
  border:5px solid #fff;
  border-radius:12px;
  margin:-40px auto 0;
  padding:15px;
}

.h_cta_panel{
  background:url(../images/h_cta_bg.jpg) no-repeat center top;
  background-size:cover;
  border-radius:40px;
  padding:60px 0 100px;
}

.h_cta_box:before,
.h_cta_box:after{
  content:"";
  position:absolute;
  width:5px;
  height:90%;
  background:#fbcf2e;
  left:0;
  top:26px;
}

.h_cta_box:after{
  left:auto;
  right:0;
}

.h_cta_heading:before,
.h_cta_heading:after{
  content:"";
  position:absolute;
  width:12%;
  height:5px;
  background:#fbcf2e;
  left:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

.h_cta_heading:after{
  left:auto;
  right:0;
}

.work_percent_sec{
  margin-top:-50px;
}

.work_percent_box{
  background:#030303;
  border-radius:15px;
  padding:20px 10px;
}

.work_percent_number{
  font-size:32px;
  line-height:34px;
  font-weight:600;
  margin-bottom:8px;
}

.blog_post_date{
  font-size:15px;
  color:#040404;
  line-height:18px;
  background:#dcab11;
  border-radius:30px;
  padding:12px 15px;
  position:absolute;
  left:12px;
  top:12px;
}

.blog_title{
  font-size:18px;
  color:#030303;
  line-height:25px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:15px;
}

.newsletter_panel{
  margin-bottom:-100px;
}

.newsletter_box{
  background:#18605f;
  border:10px solid #fff;
  border-radius:60px;
  padding:20px 30px;
}

.newsletter_heading{
  font-family: "Caladea", serif;
  font-size:30px;
  line-height:35px;
  margin-bottom:16px;
}

.footer_top{
  background:#060606;
  padding:150px 0 40px;
}

.footer_title{
  font-family: "Caladea", serif;
  font-size:24px;
  color:#fbcf2e;
  line-height:26px;
  font-weight:700;
  letter-spacing:.03em;
  margin-bottom:20px;
}

.ft_link li{
  line-height:0;
  margin-bottom:10px;
}

.ft_link li:last-child,
.ft_contact .section:last-child{
  margin-bottom:0;
}

.ft_link li a,
.ft_social li a,
.ft_contact_main{
  font-size:16px;
  color:#ffff;
  line-height:18px;
  letter-spacing:.02em;
}

.ft_link li a{
  background:url(../images/right-arrow03.png) no-repeat left 4px;
  padding-left:22px;
}

.ft_link li a:hover,
.ft_contact_main a:hover{
  color:#fbcf2e;
}

.ft_contact .section{
  margin-bottom:15px;
}

.ft_contact_title{
  font-size:17px;
  line-height:20px;
  font-weight:500;
  letter-spacing:.03em;
  margin-bottom:6px;
}

.ft_contact_main a{
  color:#fff;
}

.footer_bottom{
  padding:30px 0;
}

.footer_bottom .common_paragraph span,
.footer_bottom .common_paragraph a{
  color:#2fa1a0;
  font-weight:600;
}

.footer_bottom .common_paragraph a{
  color:#d19f00;
}

#back-button {
  display:inline-block;
  background-color:#33a8a7;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%;
  position:fixed;
  bottom:25px;
  right:25px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.page .entry-header,
.error404 .page-header{
  background:url(../images/banner-bg.jpg) no-repeat center center !important;
  background-size:cover;
  margin-top:212px !important;
  padding:130px 0 120px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: "Caladea", serif;
  font-size:52px;
  color:#fff;
  line-height:60px;
  font-weight:700;
  letter-spacing:.02em;
  text-shadow:1px 1px 4px rgba(0,0,0,.3);
  text-align:center;
}

.inner_cont_sec .section .icon{
  width:75px;
  height:75px;
  background:#33a8a7;
  line-height:75px;
  border-radius:20px;
  text-align:center;
}

.inner_cont_sec .section .text{
  width: 75%;
}

.contact-title{
  font-size:24px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.03em;
}

.contact-main{
  font-size:16px;
  color:#020202;
  line-height:22px;
}

.contact-main a{
  color:#020202;
  font-weight:500;
}

.contact-main a:hover{
  color:#d2a100;
}

.inner_cont_sec .form_block{
	background:#fad02d;
	border-radius:40px;
}

.contact_form .block{
  margin-bottom:10px;
}

.contact_form .block p{
  margin-bottom:0;
}

.contact_form .block label{
  font-size:16px;
  color:#010101;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact_form .block .form-control{
  height:52px;
  border-radius:20px;
  border:none;
  background:#d19f00;
  font-size:16px;
  color:#040404;
  line-height:20px;
  padding:10px 20px;
}

.contact_form .block .form-control::placeholder{
  color:#040404;
  opacity:1;
}

.contact_form .block .form-control::-ms-input-placeholder{
  color:#040404;
}

.contact_form .block .form-control:focus,
.contact_form .block .btn:focus{
  box-shadow:none;
}

.contact_form .block textarea.form-control{
  height:130px;
  resize:none;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat right 20px center, #d19f00 !important;
}

.contact_form .block select option{
  color:#000;
}

.contact_form .block .wpcf7-list-item{
  display:block;
  margin-left:0;
}

.contact_form .block .btn{
  font-size:17px;
  color:#030303;
  line-height:20px;
  font-weight:500;
  letter-spacing:.03em;
  background:#60c9c6;
  border-radius:30px;
  text-transform:inherit;
  border:none;
  text-align:center;
  padding:14px 30px;
}

.contact_form .block .btn:hover{
  background:#33a8a7;
  color:#fff;
}

.contact_form .block .wpcf7-spinner,
.van_booking_form .wpcf7-spinner{
  display:none;
}

.contact_form .block .wpcf7-not-valid-tip{
  font-size:14px;
  margin-top:5px;
}

.contact_form .wpcf7-response-output{
  font-size:14px;
  color:#010101;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.contact_map{
  line-height:0;
}

.contact_map iframe{
  width:100%;
  height:420px;
  margin-bottom:0;
}

.inner_bg_title{
  font-family: "Caladea", serif;
  font-size:48px;
  color:#030303;
  line-height:42px;
  font-weight:700;
  letter-spacing:.02em;
  padding-bottom: 1rem;
}

.inner_bg_title strong,
.cta_bg_title strong{
  color:#0fcf76;
}

.inner_sm_title{
  font-family: "Caladea", serif;
  font-size:28px;
  color:#050505;
  line-height:36px;
  font-weight:700;
  letter-spacing:.03em;
}

.inner_list li{
  font-size:16px;
  color:#050505;
  line-height:26px;
  font-weight:500;
  letter-spacing:.03em;
  background:url(../images/tick-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

.inner_list li:last-child{
  margin-bottom:0;
}

.sec_bg_color{
  background:#f5f5f5;
}

.cta_bg_title{
  font-family: "Caladea", serif;
  font-size:46px;
  color:#040404;
  line-height:54px;
  font-weight:700;
  letter-spacing:.02em;
}

.cta_bg_title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#ff3331;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#fff;
  line-height:17px;
  text-transform:uppercase;
  letter-spacing:.02em;
  background:#33a8a7;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#d4a201;
}

@media screen and (max-width:1366px){
  .blog_box{
    min-height:420px;
  }


}

@media screen and (max-width:991px){
  .header_bottom{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .header_logo{
    width:80px;
  }

  .home_banner{
    margin-top:135px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

  #back-button{
    right:15px;
    bottom:40px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:102px !important;
  }
	
	.contact-main{
		word-break:break-all;
	}
  
}

@media screen and (max-width:767px){
  .home_banner{
    border-radius:0;
    margin-top:103px;
    padding-top:30px;
  }

  .banner_bg_heading,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:36px;
    margin-bottom:12px;
  }

  .common_paragraph{
    font-size:15px;
    line-height:23px;
  }

  .btn1,
  .btn2,
  .contact_form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .choose_panel{
    margin-top:0;
  }

  .c_review_box{
    border-radius:0;
    padding:30px 0 20px;
  }

  .choose_list_box{
    border-radius:15px;
    padding:20px;
  }

  .cleaning_panel, 
  .project_panel{
    padding:35px 0;
  }

  .cleaning_title, 
  .serv_title{
    font-size:20px;
    line-height:26px;
  }

  .cleaning_cont .common_paragraph, 
  .serv_cont .common_paragraph{
    font-size:14px;
    line-height:20px;
  }

  .satisfaction_text{
    font-size:26px;
    line-height:30px;
    width:220px;
  }

  .satisfaction_text span{
    font-size:18px;
  }

  .about_panel, 
  .serv_panel, 
  .h_contact_panel, 
  .review_panel, 
  .work_panel, 
  .faq_panel, 
  .work_percent_sec, 
  .blog_panel{
    padding-bottom:35px;
  }

  .about_sm_heading, 
  .serv_sm_heading, 
  .project_sm_heading, 
  .contact_sm_heading, 
  .review_sm_heading, 
  .work_sm_heading, 
  .faq_sm_heading, 
  .blog_sm_heading{
    font-size:18px;
    line-height:20px;
  }

  .about_bg_heading, 
  .serv_big_heading, 
  .excellence_heading, 
  .project_big_heading, 
  .contact_big_heading, 
  .review_big_heading, 
  .work_big_heading, 
  .faq_big_heading, 
  .h_cta_heading, 
  .blog_big_heading,
  .inner_bg_title,
  .cta_bg_title{
    font-size:28px;
    line-height:35px;
    margin-bottom:20px;
  }

  .serv_panel .upper_panel, 
  .project_panel .upper_panel, 
  .work_panel .top_panel, 
  .blog_panel .upper_panel{
    margin-bottom:22px;
  }

  .excellence_panel{
    border-radius:0;
    padding-top:30px;
  }

  .h_contact_panel .top_panel{
    margin-bottom:30px;
  }

  .h_form_box{
    border:none;
    padding:20px;
  }

  .contact_form .block .form-control{
    height:45px;
    font-size:14px;
  }

  .contact_form .block textarea.form-control{
    height:90px;
  }

  .h_contact_panel .mid_panel img,
  .h_cta_panel{
    border-radius:0;
  }

  .testimonial_box{
    margin-left:0;
    padding:0;
  }

  .sp-testimonial-content p{
    font-size:14px !important;
    line-height:22px !important;
  }

  .work_box, .blog_box{
    padding:10px 10px 20px;
  }

  .work_box{
    min-height:376px;
  }

  .work_panel .col-lg-3:nth-child(2n) .work_box{
    margin-top:0;
  }

  .accordion-button{
    font-size:17px;
    line-height:24px;
  }

  .work_heading, 
  .question_title{
    font-size:20px;
    line-height:26px;
  }

  .h_cta_panel{
    padding:30px;
  }

  .h_cta_box:before, 
  .h_cta_box:after,
  .h_cta_heading:before, 
  .h_cta_heading:after{
    display:none;
  }

  .work_percent_sec{
    margin-top:30px;
  }

  .work_percent_number,
  .newsletter_heading{
    font-size:26px;
    line-height:32px;
  }

  .blog_box{
    min-height:auto;
  }

  .newsletter_box{
    border-width:4px;
    padding:20px;
  }

  .footer_top{
    padding:130px 0 30px;
  }

  .footer_title{
    font-size:20px;
    line-height:22px;
    margin-bottom:16px;
  }

  .ft_link li a, 
  .ft_social li a, 
  .ft_contact_main{
    font-size:14px;
  }

  .ft_contact_title{
    font-size:15px;
    line-height:18px;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:80px 0 70px !important;
  }

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    margin-bottom:0;
  }

  .thankyou_section img,
  .error404 .page-content img{
    width:200px;
  }
	
	.inner_cont_sec .section .icon{
		width:62px;
		height:62px;
		line-height:62px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:26px;
	}
	
	.contact-main{
		font-size:15px;
	}
	
	.inner_sm_title{
		font-size:22px;
		line-height:28px;
	}
	
	.inner_list li{
		font-size:14px;
		line-height:22px;
	}
	
	/* img-box properties*/
  .img-box, .img-box-sm, .box-xl, .box-lg, .box-md, .box-md-sm, .box-sm{
    min-height: auto !important;
  	padding: 0px;
  }
}

@media screen and (max-width:575px){
  .banner_img:before{
    width:200px;
    height:200px;
  }

  .b_compaign_box{
    width:270px;
    bottom:5%;
    padding:15px;
  }

  .b_compaign_title{
    font-size:20px;
    line-height:24px;
  }

  .cleaning_img img, 
  .serv_img img{
    border-radius:30px 30px 0 0;
  }

  .cleaning_cont a, 
  .serv_cont a{
    width:50px;
    height:50px;
    line-height:40px;
    right:-10px;
    top:-15px;
  }

  .cleaning_cont a img, 
  .serv_cont a img{
    width:15px;
  }

  .cleaning_cont, 
  .serv_cont{
    padding:20px;
  }

  .work_box{
    min-height:auto;
  }

  .h_contact_box .text{
    width:78%;
  }

  .footer_logo{
    width:130px;
  }

  
}
