@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;
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Regular.eot');
    src: url('../fonts/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BrandonGrotesque-Regular.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Regular.woff') format('woff'),
        url('../fonts/BrandonGrotesque-Regular.ttf') format('truetype'),
        url('../fonts/BrandonGrotesque-Regular.svg#BrandonGrotesque-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Roca One';
    src: url('../fonts/FONTSPRINGDEMO-RocaOneBoldRegular.eot');
    src: url('../fonts/FONTSPRINGDEMO-RocaOneBoldRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FONTSPRINGDEMO-RocaOneBoldRegular.woff2') format('woff2'),
        url('../fonts/FONTSPRINGDEMO-RocaOneBoldRegular.woff') format('woff'),
        url('../fonts/FONTSPRINGDEMO-RocaOneBoldRegular.ttf') format('truetype'),
        url('../fonts/FONTSPRINGDEMO-RocaOneBoldRegular.svg#FONTSPRINGDEMO-RocaOneBoldRegular') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

.common_btn:hover{
  background:#361e04;
  color:#fff;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#361e04;
  border-radius:12px;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#644018;
  color:#fff;
}

.text-common{
  font-size:16px;
  color:#000;
  line-height:26px;
  padding-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  padding:0;
  margin:0; 
  transition:all 600ms ease-in-out; 
}

.header_top{
  background:#a3763e;
  padding:12px 0;
  transition:all 600ms ease-in-out; 
}

.header_contact a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
}

.header_contact a:hover{
  color:#361e04;
}

.header_bottom{
  background:#ececec;
  padding:15px 0;
  transition:all 600ms ease-in-out; 
}

.header_logo{
  width:200px;
  transition:all 600ms ease-in-out; 
}

.mb_phone{
	background:url(../images/ph-icon02.png) no-repeat left center;
	margin-left:-20px;
	padding-left:32px;
}

.mb_phone a{
	font-size:14px;
	color:#fff;
	line-height:16px;
	font-weight:500;
}

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

  .navbar-default.navbar-fixed .header_bottom{
    background:#a3763e;
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:10px 0;
  }

  .navbar-default.navbar-fixed .header_logo{
    width:120px;
  }
	
	.navbar-default.navbar-fixed .primary-navigation a{
		color:#fff !important;
	}
	
	.navbar-default.navbar-fixed  .primary-navigation a::before{
		background:#fff !important;
	}
	
	.navbar-default.navbar-fixed .need_ph_title{
		color:#fff;
	}
	
	.navbar-default.navbar-fixed .header_bottom .need_ph_btn a{
		color:#fff;
	}
	
	.navbar-default.navbar-fixed  .need_ph_btn {
	  background: url(../images/ph-icon04.png) no-repeat left center;
	}

}

.home_banner{
  margin-top:240px;
}

.home_banner .desc{
  left:0;
  bottom:20%;
}

.banner_content{
	width:800px;
	background:rgba(0,0,0,.6);
	border-radius:12px;
	margin:0 auto;
	padding:25px;
}

.banner_bg_title{
  font-family: 'Proxima Nova Bold';
  font-size:52px;
  line-height:60px;
  padding-bottom:25px;
}

.banner_content .common_btn2{
  background:url(../images/ph-icon01.png) no-repeat 20px center, #361e04;
  padding-left:40px;
}

.banner_content .common_btn2:hover{
  background-color:#644018;
}

.get_estimate_panel,
.about_panel{
  padding-bottom:60px;
}

.get_estimate_box{
  background:url(../images/h-form-bg.png) no-repeat center center, linear-gradient(#c19866, #f8dcbb, #7f5827);
  background-size:cover, auto;
  border-radius:0 0 40px 40px;
  padding:45px;
}

.get_estimate_title,
.about_bg_title,
.service_bg_title,
.trust_bg_title{
  font-family: 'Proxima Nova Bold';
  font-size:36px;
  color:#382005;
  line-height:44px;
  padding-bottom:25px;
}

.about_sm_title{
  font-size:20px;
  color:#9f8150;
  line-height:22px;
  font-weight:500;
  letter-spacing:.08em;
  border-bottom:1px solid #9f8150;
  margin-bottom:10px;
  padding-bottom:6px;
}

.about_content .block{
  margin-bottom:15px;
}

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

.about_content .block .content{
  display:inline-block;
  width:87%;
  vertical-align:top;
  padding-left:20px;
}

.about_md_title{
  font-size:18px;
  color:#9a6c32;
  line-height:26px;
  font-weight:600;
  text-shadow:0 4px 6px rgba(0,0,0,.3);
  padding-bottom:6px;
}

.service_panel,
.trust_panel{
  background:url(../images/service-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:60px 0;
}

.service_bg_title{
  margin-bottom:18px;
  padding-bottom:12px;
}

.service_bg_title:after{
  content:"";
  position:absolute;
  width:180px;
  height:2px;
  background:#f6dcbc;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.service_box{
	border-radius:15px;
	padding:15px 15px 25px;
}

.service_box .serv_img{
	overflow:hidden;	
	border-radius:20px;
}

.service_box .serv_img img{
	transition:all 400ms ease-in-out;
}

.service_box .serv_img:hover img{
	transform:scale(1.1,1.1);
}

.serv_content{
	min-height:205px;
}

.service_title{
    font-family: 'Proxima Nova Bold';
    font-size: 24px;
    color: #fff;
    line-height: 26px;
    padding-left: 20px;
    left: 0;
    top: 45%;
}

.service_box .serv_content a{
  font-size:17px;
  color:#392105;
  line-height:20px;
  font-weight:600;
  text-transform:uppercase;
  background:url(../images/tick-icon.png) no-repeat 96% center;
  padding-right:32px;
}

.service_box .serv_content a:hover{
  background-position:100% center;
}

.ready_panel{
  background:#f2f2f2;
}

.ready_content{
  width:500px;
}

.ready_img:before{
  content:"";
  position:absolute;
  width:0px;
  height:0px;
  border-style:solid;
  border-width:500px 140px 0 0;
  border-color:#f2f2f2 transparent transparent transparent;
  transform:rotate(0deg);
  left:0;
  top:0;
}

.ready_sm_title{
  font-family: 'Brandon Grotesque';
  font-size:30px;
  color:#452403;
  line-height:38px;
  padding:20px 0 16px;
}

.ready_bg_title{
  font-family: 'FONTSPRING DEMO - Roca One';
  font-size:46px;
  color:#392105;
  line-height:48px;
/*   text-shadow:0 8px 10px rgb(220, 176, 122); */
  margin-bottom:20px;
}

.trust_panel{
/*   background:url(../images/trust-bg.jpg) no-repeat center center;
  background-size:cover; */
	background:none;
}

.trust_box{
  background:#f2f2f2;
  border-radius:10px;
  padding:0 20px 20px;
}

.trust_icon{
	display:inline-block;
	width:80px;
	height:80px;
	background:#361e04;
	text-align:center;
	line-height:80px;
	border-radius:50%;
	margin-top:-32px;	
	box-shadow:0 4px 15px rgba(0,0,0,.4);
}

.trust_title{
  font-family: 'Proxima Nova Bold';
  font-size:22px;
  color: #020202;
  line-height:28px;
  font-weight:700;
  padding:12px 0 10px;
}

.home_form{
  padding-bottom:20px;
}

.h_form_box{
  background:url(../images/h-form-bg2.jpg) no-repeat center center;
  background-size:cover;
  padding:40px;
}

.testimonial_box .sp-testimonial-free-section{
  margin:0 !important;
}

.testimonial_box .sp-testimonial-client-image{
  margin-bottom:0 !important;
}

.testimonial_box .sp-testimonial-client-image img{
  border-radius:0 !important;
}

.testimonial_box .sp-testimonial-client-testimonial{
  background:#392105 !important;
  margin-bottom:0 !important;
}

.testimonial_box .sp-testimonial-content p{
  color:#fff;
  margin-bottom:0 !important;
  padding:20px 20px 15px !important;
}

.testimonial_box .sp-testimonial-client-name{
  background:#392105 !important;
  font-family: 'Proxima Nova Bold' !important;
  font-size:25px !important;
  color:#fff !important;
  line-height:28px !important;
  margin-bottom:0 !important;
}

.testimonial_box .sp-testimonial-client-rating{
  background:#392105 !important;
  margin-bottom:0 !important;
}

.testimonial_box .sp-testimonial-client-rating{
  display:block !important;
  padding:12px 0 20px !important;
}

.need_box{
	background:#f2f2f2;
	padding:20px;
}

.need_box .about_bg_title{
	border-bottom:1px solid #361e04;
	margin-bottom:20px;
	padding-bottom:12px;
}

.need_ph_btn{
	background:url(../images/ph-icon03.png) no-repeat left center;
	padding-left:60px;
}

.need_ph_title{
	font-size:16px;
	color:#9f8150;
	line-height:18px;
	font-weight:500;
	padding-bottom:10px;
}

.need_ph_btn a{
	font-size:16px;
	color:#020202;
	line-height:22px;
	font-weight:600;
}

.need_ph_btn a:hover{
	color:#382005;
}

.footer_top{
  background:url(../images/footer-bg.jpg) no-repeat left center;
  background-size:cover;
  padding:50px 0 40px;
}

.footer_top .upper{
  padding-bottom:30px;
}

.footer_title{
  font-family: 'Proxima Nova Bold';
  font-size:24px;
  line-height:26px;
  padding-bottom:22px;
}

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

.footer_link li:last-child,
.footer_contact li:last-child{
  margin-bottom:0;
}

.footer_link li a,
.footer_contact li{
  font-size:16px;
  color:#fff;
  line-height:18px;
}

.footer_link li a:hover,
.footer_contact li a:hover,
.footer-bottom .text-common a{
  color:#a3763e;
}

.footer_contact li{
  margin-bottom:15px;
}

.footer_contact li span{
  font-weight:600;
}

.footer_contact li a{
  color:#fff;
}

.footer-bottom{
  padding:25px 0;
}

.footer-bottom .text-common span{
  color:#361e04;
  font-weight:700;
}

#back-button {
  display:inline-block;
  background-color:#361e04;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:10px;
  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-img01.jpg) no-repeat center bottom;
  background-size:cover;
  text-align:center;
  margin-top:60px !important;
  padding:260px 0 120px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  display:inline-block;
  font-family: 'Proxima Nova Bold';
  font-size:48px;
  color:#fff;
  line-height:56px;
  background:rgba(0,0,0,.5);
  border-radius:12px;
  padding:12px 20px !important;
}


.form-box{
	background: url(../images/h-form-bg2.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#A3763E;
  line-height:80px;
  border-radius:20px 0 20px 20px;
  text-align:center;
}

.thumb-conatct .section .text{
  width:75%;
}

.contact-title{
  font-family: "Signika", sans-serif;
  font-size:24px;
  color:#000;
  line-height:26px;
  font-weight:600;
}

.contact-main{
  font-size:17px;
  color:#000;
  line-height:24px;
}

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

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

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

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

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

.contact_form .block .form-control{
  height:52px;
  border-radius:0;
  border:1px solid #040404;
  background:#f6dcbc;
  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:110px;
  resize:none;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat 95% center, #f6dcbc !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:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#361e04;
  border-radius:10px;
  padding:13px 30px;
}

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

.contact_form .block .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:#fff;
  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-title{
  font-family: 'Proxima Nova Bold';
  font-size:36px;
  color:#040105;
  line-height:44px;
}

.inner-title strong,
.cta-title strong{
  color:#361E04;
}

.inner-sm-title{
  font-size:24px;
  color:#1c1c1c;
  line-height:28px;
  font-weight:600;
}

.inner-sm-title strong{
	color:#361E04;
}

.inner-list li{
  font-size:16px;
  color:#242424;
  line-height:24px;
  font-weight:500;
  background:url(https://majesticcleaner.com/wp-content/uploads/2025/07/tick-icon01.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:22px;
}

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

.bg-color{
  background:#f4f4f4;
}

.cta-title{
  font-size:30px;
  color:#1c1c1c;
  line-height:35px;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#0049a6;
  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;
  background:#361e04;
  padding:15px 20px;
}

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

.box-content{
  padding:15px;
  min-height:293px;
}

.box-content01{
  padding:15px;
  min-height:319px;
}

.box-content02{
   padding:15px;
   min-height:168px;
}

.box-content03{
   padding:15px;
   min-height:240px;
}

.accommodation-service .serv-inner-box{
  min-height:245px;
}

.accordion-item{
	border:1px solid rgba(0,0,0,.15) !important;
	margin-bottom:10px;
}

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

.accordion-button{
	font-size:18px;
	color:#fff;
	line-height:25px;
	font-weight:500;
	text-transform:inherit;
	padding:14px 20px;
	background:#A3763E;
}

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

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
	background:#A3763E;
	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;
}

.rl-basicgrid-gallery .rl-gallery-item img{
	width:100%;
	border-radius:12px;
}

.box-content01.inr_about_box{
	min-height:370px;
}

#rmp_menu_trigger-34{
	z-index:9999 !important;
}

.price-box{
	padding:0px;
	min-height:475px;
/* 	background:#A3763E; */
	box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.1);
-webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.1);
}

.price-box-hd{
	padding:14px 20px;
	background:#361E04;
	min-height:110px;
	color:#fff;
}

.price-box .inner-list{
	padding:12px 20px 20px;
}

.content-box{
	padding:20px;
	min-height:130px;
}

.content-box .inner-sm-title{
	color:#A3763E;
}



@media screen and (max-width:1366px){
  .ready_img:before{
    border-width:480px 140px 0 0;
  }
	
	.box-content{
		min-height:310px;
	}
	
	.steam_boxs .box-content{
		min-height:340px;
	}
	
	.box-content02{
		min-height:185px;
	}
	
	.box-content03{
		min-height:265px;
	}
	
	.serv_content{
		min-height:230px;
	}

	.box-content01.inr_about_box{
		min-height:420px;
	}
	
	.need_ph_btn a{
		font-size:16px;
	}
	
	.need_box .common_btn{
		padding:15px 20px;
	}

}

@media screen and (max-width:991px){
  .header_bottom{
    background:#a3763e;
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:10px 0;
  }

  .header_logo{
    width:120px;
  }

  .home_banner{
    margin-top:115px;
  }

  .home_banner .desc{
    bottom:5%;
  }
	
	.banner_content{
		width:700px;
	}

  .about_content .block .content{
    width:78%;
  }

  .footer-bottom{
    padding-bottom:70px;
  }

  #back-button{
    right:20px;
    bottom:35px;
  }
	
	.thumb-conatct .section .text{
		width:72%;
	}

  .page .entry-header, 
  .error404 .page-header{
    margin-top:115px !important;
    padding:120px 0 100px !important;
  }

  
}

@media screen and (max-width:767px){
  .home_banner .desc{
    position:inherit !important;
    background:#c19866;
  }
	
	.banner_content{
		width:100%;
		background:none;
		border-radius:0;
		margin-bottom:30px;
		padding:20px 0;
	}

  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:38px;
    padding-bottom:12px;
  }

  .text-common{
    font-size:14px;
    line-height:22px;
  }

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

  .get_estimate_panel, 
  .about_panel{
    padding-bottom:35px;
  }

  .get_estimate_box{
    padding:25px;
  }

  .get_estimate_title, 
  .about_bg_title, 
  .service_bg_title, 
  .trust_bg_title,
  .inner-title{
    font-size:27px;
    line-height:36px;
    padding-bottom:18px;
  }
	
	.inner-list li{
		font-size:14px;
	}

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

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

  .about_sm_title{
    font-size:18px;
    line-height:20px;
  }

  .service_panel, 
  .trust_panel{
    padding:35px 0;
  }

  .service_bg_title:after{
    width:80px;
  }

  .service_title{
    font-size:20px;
    line-height:26px;
  }

  .service_box .serv_content a{
    font-size:15px;
    line-height:18px;
  }

  .ready_img:before{
    display:none;
  }

  .ready_content{
    width:90%;
    margin:0 auto;
  }

  .ready_sm_title{
    font-size:20px;
    line-height:28px;
  }

  .ready_bg_title{
    font-size:30px;
    line-height:32px;
  }

  .trust_box{
    min-height:310px;
  }

  .trust_title{
    font-size:20px;
    line-height:26px;
  }

  .h_form_box{
    padding:25px;
  }

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

  .testimonial_box .sp-testimonial-client-name{
    font-size:20px !important;
    line-height:22px !important;
  }

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

  .footer_logo{
    width:180px;
  }

  .footer_title{
    font-size:20px;
    line-height:22px;
    padding-bottom:18px;
  }

  .footer_link li a, 
  .footer_contact li{
    font-size:14px;
  }

  .footer_contact li{
    margin-bottom:10px;
  }

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

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    padding-bottom:0;
  }
	
	.accordion-button{
       font-size:14px;
    }

  .thumb-conatct .section .text {
    width: 74%;
  }
	
  .mob-res .row{
	display:block;
  }
  
  .mob-res{
	min-height:auto;	
   }
  
  .box-content {
    padding: 15px;
  }
	
	.box-content01.inr_about_box,
	.box-content01,
	.box-content,
    .box-content02,
	.box-content03,
	.steam_boxs .box-content{
		min-height:auto;
	}
	
	.inner-sm-title{
		font-size:18px;
		line-height:26px;
	}
	
	.thankyou-sec img,
	.error404 .page-content img{
		width:220px;
	}
	
	.serv_content{
		min-height:260px;
	}
	
	.thumb-conatct .section .icon{
		width:65px;
		height:65px;
		line-height:65px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px;
	}
	
	.contact-main{
		font-size:15px;
	}
	
	.contact_map iframe{
		height:280px;
	}
	
	.text-box{
		min-height:0;
	}
	
	.content-box{
		min-height:0;
	}
	
}

@media screen and (max-width:575px){
  .home_banner .ms-view,
  .home_banner .ms-slide,
  .home_banner .ms-slide-bgcont{
    height:400px !important;
  }
	
	.home_banner .ms-view img{
		object-fit:cover;
	}

  .home_banner .desc{
    bottom:7%;
  }

  .about_content .block .content{
    padding-left:12px;
  }
	
	.serv_content{
		min-height:210px;
	}

  .trust_box{
    min-height:auto;
  }

  
}
