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

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 !important; 
}

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 ====== */
.common_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#885ae4;
  border-radius:30px;
  padding:15px 30px;
  position:relative;
  overflow:hidden;
  z-index:9;
}

.common_btn:hover,
.common_btn2:hover{
  color:#fff;
}

.common_btn:before,
.common_btn2:before{
  content:"";
  position:absolute;
  width:0;
  height:0;
  background:#0903d3;
  left:0;
  right:0;
  top:0;
  margin:0 auto;
  z-index:-1;
  transition:all 500ms ease-in-out;
}

.common_btn:hover:before,
.common_btn2:hover:before{
  width:100%;
  height:100%;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#0903d3;
  border-radius:30px;
  padding:15px 30px;
  position:relative;
  overflow:hidden;
  z-index:9;
}

.common_btn2:before{
  background:#885ae4
}

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

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

.header-top{
  background:#3d9d48;
  padding:10px 0;
  transition:all 600ms ease-in-out; 
}

.hd-contact .phone{
	color:#1c1c1c;
}

.hd-contact li span{
  margin-right:6px;
}

.hd-contact a{
  font-size:16px;
  color:#1c1c1c;
  line-height:18px;
  font-weight:500;
}

.hd-contact li a:hover{
  color:#885ae4;
}

.header-mid{
  padding:15px 0;
  transition:all 600ms ease-in-out; 
}

.header-bottom{
  background:#450036;
  transition:all 600ms ease-in-out; 
}

.hd-logo{
  width:150px;
  transition:all 600ms ease-in-out; 
}

.hd-language select{
	background:url(../images/down-arrow002.png) no-repeat right 20px center, #006838;
	border:none;
	border-radius:30px;
	font-size:16px;
	color:#fff;
	line-height:18px;
	font-weight:500;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	padding:12px 20px;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .header-top{
    margin-top:-50px;
  }
	
  .navbar-default.navbar-fixed .header-mid{
    padding:10px 0;
  }

  .navbar-default.navbar-fixed .hd-logo{
    width:120px;
  }

}

.home-banner{
  margin-top:228px;
}

.home-banner .desc{
  left:0;
  bottom:12%;
}

.banner-bg-title{
  font-size:48px;
  line-height:58px;
  padding-bottom:25px;
}

.banner-form{
  background:rgba(41,125,192,.5);
  padding:25px;
}

.who-we-box{
	border-radius:20px;
	padding:25px;
}

.who-we-title{
	font-size:18px;
	color:#3a393a;
	line-height:25px;
	font-weight:600;
	min-height:75px;
	margin:16px 0 12px;
}

.who-we-box .text-common{
	display:none;
}

.who-we-box:hover .text-common{
	display:block;
}

.about-panel,
.choose-content,
.testimonial-panel,
.who-we-panel,
.home-form{
  padding:60px 0;
}

.home-form{
	background:url(../images/h-form-bg.jpg) no-repeat center center;
	background-size:cover;
}

.about-sm-title,
.service-sm-title{
  font-size:22px;
  color:#006838;
  line-height:24px;
  font-weight:600;
  padding-bottom:10px;
}

.about-bg-title,
.service-bg-title,
.choose-bg-title,
.whowe-bg-title,
.h-form-title,
.h-cta-title{
  font-size:45px;
  color:#2a2a42;
  line-height:54px;
  padding-bottom:25px;
}

.whowe-bg-title{
	color:#9f119e;
}

.h-form-title{
	color:#2e3192;
}

.service-panel{
  padding-bottom:60px;
}

.service-sm-title{
  color:#450036;
}

.service-bg-title{
  color:#2e3192;
}

.service-img{
  margin-bottom:-125px;
}

.service-img img{
  border-radius:50%;
}

.service-box:hover .service-img img{
  box-shadow:0 4px 15px rgba(0,0,0,.4);
}

.service-box .service-content{
  background:#2e3192;
}

.service-panel .owl-item:nth-child(3n) .service-content{
	background:#62bd53;
}

.service-panel .owl-item:nth-child(4n) .service-content{
	background:#ba85d3;
}

.service-panel .owl-item:nth-child(5n) .service-content{
	background:#1d71ba;
}

.service-content{
  width:95%;
  min-height:505px;
  margin:0 auto;
  padding:150px 20px 25px;
}

.service-title{
  font-size:20px;
  color:#fff;
  line-height:28px;
  font-weight:600;
  padding-bottom:20px;
}

.service-box .text-common{
	color:#fff
}

.service-btn a{
  font-size:17px;
  color:#fff !important;
  line-height:20px;
  font-weight:500;
  background:url(../images/right-arrow001.png) no-repeat 96% center;
  padding-right:32px;
}

.service-btn a:hover{
  background-position:100% center;
}

.choose-panel{
  background:url(../images/choose-bg.jpg) no-repeat center center;
  background-size:cover;
}

.choose-panel .lower .block{
  background:url(../images/tick-icon01.png) no-repeat left 5px;
  margin-bottom:15px;
  padding-left:50px;
}

.choose-panel .lower .block:last-child{
  margin-bottom:0;
}

.choose-title{
  font-size:22px;
  line-height:26px;
  font-weight:600;
  padding-bottom:10px;
}

.choose-img{
  position:absolute;
  right:0;
  bottom:-6px;
}

.choose-img:before{
	content:"";
	position:absolute;
	width:193px;
	height:199px;
	background:url(../images/star-img01.gif) no-repeat left top;
	background-size:100%;
	left:-50px;
	top:5px;
}

.h-cta-panel{
	background:url(../images/cta-bg.jpg) no-repeat center center;
	background-size:cover;
	padding:40px 0;
}

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

.testimonial-box .sp-testimonial-free{
  background:#006838 !important;
  margin:80px 0 0 220px;
  padding:40px 40px 40px 100px;
}

.testimonial-box .sp-testimonial-free:before{
  content:"";
  position:absolute;
  width:200px;
  height:200px;
  background:url(../images/dott-img01.png) no-repeat left bottom;
  left:20px;
  bottom:0;
}

.testimonial-box .sp-testimonial-client-image{
  position:absolute;
  left:0;
  top:0;
}

.testimonial-box .sp-testimonial-content p{
  font-size:18px !important;
  color:#fff;
  line-height:28px !important;
  font-weight:500 !important;
  text-align:left !important;
  margin:0 !important;
  padding:80px 0 0 !important;
}

.testimonial-box .sp-testimonial-client-name{
  font-size:24px !important;
  color:#fff !important;
  line-height:26px !important;
  font-weight:700 !important;
  position:absolute;
  left:320px;
  top:120px;
}

.testimonial-box .sp-testimonial-client-rating{
  display:block !important;
  position:absolute;
  line-height:320px;
  top:158px;
}

.footer-top .ft-contact{
  background:#8a5de4;
  border-radius:35px 35px 0 0;
  margin:0 auto;
  padding:20px 30px;
}

.footer-top .ft-contact li{
	margin-bottom:0;
}

.footer-top .ft-contact li{
  display:inline-block;
  width:32.8%;
  vertical-align:middle;
  font-size:15px;
  color:#fff;
  line-height:20px;
  font-weight:500;
}

.footer-top .ft-contact li span.icon{
  display:inline-block;
  margin-right:10px;
}

.footer-top .ft-contact li span.text{
	display:inline-block;
	vertical-align:middle;
}

.footer-top .ft-contact li a{
  color:#fff;
}

.footer-top .ft-contact li a:hover{
  color:#0903d3;
}

.footer-mid{
  background:#5830a9;
  padding:50px 0 40px;
}

.footer-title{
  font-size:24px;
  color:#fff;
  line-height:26px;
  font-weight:600;
  padding-bottom:22px;
}

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

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

.ft-link li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
}

.ft-link li a:hover{
  color:#3d9d48;
}

.footer-map iframe{
  width:100%;
  height:220px;
  margin-bottom:0;
}

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

.footer-bottom .text-common span{
  color:#026f41;
  font-weight:600;
}

.footer-bottom .text-common a{
  color:#5830a9;
}

.ft-logo{
	width:350px;
	max-width:90%;
	margin:0 auto;
}

#back-button {
  display:inline-block;
  background-color:#006838;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:8px;
  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 top;
  background-size:cover;
  margin-top:228px !important;
  padding:120px 0 100px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-size:40px;
  color:#fff;
  line-height:42px;
  font-weight:700;
  text-align:left;
}

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

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

.contact-title{
  font-size:24px;
  color:#2e3192;
  line-height:26px;
  font-weight:600;
}

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

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

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

.thumb-conatct .form-box{
  background:#5fba52;
}

.contact-form .block{
  margin-bottom:15px;
}

.contact-form .block p{
  margin-bottom:0;
}

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

.contact-form .form-control{
  height:46px;
  border-radius:0;
  border:none;
  background:#fff;
  font-size:16px;
  color:#494848;
  line-height:20px;
  font-weight:500;
  padding:10px 20px;
}

.contact-form .form-control::placeholder{
  color:#494848;
  opacity:1;
}

.contact-form .form-control::-ms-input-placeholder{
  color:#494848
}

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

.contact-form textarea.form-control{
  height:100px;
  resize:none;
}

.contact-form select{
  background:url(../images/down-arrow02.png) no-repeat right 22px center, #fff !important;
}

.contact-form select option{
  color:#000;
}

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

.contact-form .btn{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:600;
  text-transform:inherit;
  background:#0903d3;
  border-radius:30px;
  padding:13px 30px;
}

.contact-form .btn:hover{
  background:#885ae4;
  color:#fff;
}

.contact-form .wpcf7-spinner{
  display:none;
}

.contact-form .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:400px;
  margin-bottom:50px;
}

.inner-title{
  font-size:36px;
  color:#040105;
  line-height:44px;
  font-weight:700;
}

.inner-title strong,
.cta-title strong{
  color:#5830a9;
}

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

.serv-inner-box{
	min-height:300px;
}

.serv-inner-box.nursing-serv-box{
	min-height:365px;
}

.about-inner-title{
	font-size:22px;
	color:#040105;
	line-height:28px;
	font-weight:600;
}

.inner-list li{
	font-size:16px;
	color:#1c1c1c;
	line-height:24px;
	font-weight:500;
	background:url(../images/tick-icon001.png) no-repeat left 5px;
	margin-bottom:10px;
	padding-left:28px;
}

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

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

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

.inner-sec .accordion-button{
	font-size:18px;
	color:#1c1c1c;
	line-height:25px;
	font-weight:500;
	text-transform:inherit;
	border-radius:0 !important;
	box-shadow:none;
	padding:12px 20px;
}

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

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

.inner-sec .accordion-button:hover:after,
.inner-sec .accordion-button[aria-expanded="true"]:after{
	filter: invert(100%) sepia(55%) saturate(2%) hue-rotate(342deg) brightness(114%) contrast(100%);
}

.inner-choose-panel .serv-inner-box{
	min-height:355px;
}

.main-form-table{
	border:1px solid #fff;
}

.intake-form tr td{
	border-top:1px solid #fff;
	border-left-color:#fff;
	padding:0;
}

.intake-form tr:first-child td{
	border-top:none;
}

.intake-form tr td:first-child{
	border-left:none;
}

.intake-form table table{
	border:none;
}

.intake-form ul li{
	display:inline-block;
	width:34%;
	vertical-align:middle;
	padding:10px;
}

.intake-form ul li:last-child{
	display:inline-block;
	width:65%;
	border-left:1px solid #fff;
}

.intake-form .form-control{
	background:none;
	border:1px solid #fff;
	border-radius:0;
	padding:10px;
}

.intake-form textarea.form-control{
	height:110px;
	resize:none;
}

.intake-form .form-control:focus{
	box-shadow:none;
}

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

.intake-form .wpcf7-list-item label{
	font-size:15px;
	color:#1c1c1c;
}

.intake-form ul li .block{
	display:inline-block;
	width:49%;
	vertical-align:middle;
	border-right:1px solid #fff;
	margin-bottom:0;
	padding:10px;
}

.intake-form ul li .block:last-child,
.intake-form ul li .section:last-child{
	border-right:none;
}

.intake-form ul li .section{
	display:inline-block;
	width:24%;
	vertical-align:middle;
	border-right:1px solid #fff;
	padding:10px;
}

.intake-form ul li .section:first-child{
	width:49%;
}

.intake-form ul li .panel{
	display:inline-block;
	width:20%;
	vertical-align:middle;
}

.intake-form ul li .panel:last-child{
	width:79%;
}

.intake-form ul li td{
	vertical-align:middle;
	border-right:none;
	padding:8px;
}

.intake-form ul li tr:first-child td{
	border-top:none;
}

.contact-form ul li label strong{
	display:block;
	font-size:13px;
	line-height:18px;
	font-weight:400;
}

.page-id-264 .navbar{
	border:none;
	margin-bottom:0 !important;
}

.page-id-264 .entry-header{
	margin-top:0 !important;
}

.bg-color{
  background:#f7f7f7;
}

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

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

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

.page-id-254 .navbar{
	position:fixed;
}

.intake-panel{
	margin-top:40px;
}

.modal {
  text-align: center;
  z-index:99999;
}

.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal.quote-form{
	background:rgba(0,0,0,.9);
	padding-right:0 !important;
}

.quote-form .modal-dialog{
	width:600px;
	max-width:90%;
}

.quote-form .modal-content{
	background-color:#5fba52;
	border:none;
	border-radius:0;
}

.quote-form .modal-header button{
	font-size:20px;
	filter: invert(93%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
}

.quote-form .modal-header button:focus{
	box-shadow:none;
}

#rmp_menu_trigger-81{
	z-index:9999;
}

@media screen and (max-width:1366px){
	.serv-inner-box{
		min-height:328px;
	}
	
	.footer-top .ft-contact li span.text{
		width:90%;
	}
	
	.service-content{
		min-height:558px;
	}
	
	.serv-inner-box.nursing-serv-box{
		min-height:440px;
	}
	
}

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

  .hd-btn li a{
    font-size:14px;
    line-height:16px;
    padding:8px 15px;
  }

  .hd-logo{
    width:110px;
  }

  .home-banner{
    margin-top:130px;
  }

  .choose-img{
    width:50%;
  }

  .footer-top .ft-contact{
    width:100%;
  }

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

  #back-button{
    width:42px;
    height:42px;
    line-height:42px;
    right:20px;
    bottom:35px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:130px !important;
  }

  .thumb-conatct .section .text{
    width:72%;
  }
	
	.inner-choose-panel .serv-inner-box{
		min-height:405px;
	}
	
	.page-id-264 .entry-header{
		margin-top:0 !important;
	}
	
	.recruitment-form{
		overflow-x:scroll;
	}
	
	.page-id-264 #rmp_menu_trigger-81{
		position:absolute !important;
	}

}

@media screen and (max-width:767px){
	.home-banner .desc{
		bottom:6%;
	}

  .banner-bg-title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:28px;
    line-height:35px;
    padding-bottom:14px;
  }

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

  .common_btn,
  .common_btn2,
  .contact-form .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }
	
	.who-we-title{
		min-height:auto;
	}

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

  .contact-form textarea.form-control,
  .intake-form textarea.form-control{
    height:85px;
  }
	
	.intake-form ul li .panel:last-child{
		width:78%;
	}
	
	.who-we-panel .row{
		display:block;
	}
	
	.who-we-box .text-common{
		display:block;
	}

  .about-panel, 
  .choose-content, 
  .testimonial-panel,
  .who-we-panel,
  .home-form{
    padding:35px 0;
  }

  .about-sm-title, 
  .service-sm-title{
    font-size:18px;
    line-height:20px;
  }

  .about-bg-title, 
  .service-bg-title, 
  .choose-bg-title,
  .inner-title,
  .cta-title,
  .whowe-bg-title,
  .h-form-title,
  .h-cta-title{
    font-size:26px;
    line-height:32px;
    padding-bottom:18px;
  }

  .inner-sm-title{
    font-size:18px;
    line-height:24px;
  }

  .service-content{
    min-height:460px;
    padding:140px 15px 20px;
  }

  .service-title{
    font-size:17px;
    line-height:23px;
    padding-bottom:12px;
  }

  .service-box a{
    font-size:15px;
  }

  .service-panel{
    padding-bottom:30px;
  }
	
	.h-cta-panel{
		padding:30px 0;
	}

  .choose-panel .lower .block{
    background-size:20px;
    padding-left:35px;
  }

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

  .choose-img{
    position:relative;
    width:100%;
    margin-bottom:-5px;
  }
	
	.choose-img:before{
		width:110px;
		height:120px;
		left:-10px;
		top:10px;
	}

  .testimonial-box .sp-testimonial-free{
    margin:0;
    padding:30px;
  }

  .testimonial-box .sp-testimonial-free:before{
    display:none;
  }

  .testimonial-box .sp-testimonial-client-image{
    position:inherit;
    width:120px;
    margin:0 auto !important;
  }

  .testimonial-box .sp-testimonial-content p{
    font-size:15px !important;
    line-height:22px !important;
    text-align:center !important;
    padding:20px 0 0 !important;
  }

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

  .testimonial-box .sp-testimonial-client-rating{
    position:inherit;
  }
	
	.footer-top .ft-contact li span.text{
		width:85%;
	}

  .footer-top .ft-contact li{
    display:block;
    width:100%;
    margin-bottom:15px;
  }

  .footer-top .ft-contact li:last-child{
    margin-bottom:0;
  }

  .footer-top .ft-contact li span{
    display:inline-block;
    width:20px;
  }

  .footer-mid{
    padding:30px 0 25px;
  }

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

  .ft-link li a{
    font-size:14px;
    line-height:16px;
  }

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

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

  .thumb-conatct .section .icon{
    width:60px;
    height:60px;
    line-height:60px;
  }

  .contact-title{
    font-size:20px;
    line-height:22px;
  }

  .contact-main{
    font-size:15px;
  }

  .contact-map iframe{
    height:250px;
    margin-bottom:26px;
  }

  .thankyou-sec img,
  .error404 .page-content img{
    width:200px;
  }

	.serv-inner-box,
	.inner-choose-panel .serv-inner-box{
		min-height:auto;
	}
	
	.about-inner-title{
		font-size:18px;
		line-height:24px;
	}
	
	.inner-list li{
		font-size:14px;
		line-height:22px;
	}
	
	.header-mid .lower{
		padding-top:15px;
	}
	
	.hd-language select{
		font-size:13px;
		line-height:16px;
	}
	
	.mb-phone .awesome{
		-webkit-animation: colorchange 1.2s infinite alternate;
	}
	
	.page-id-264 .entry-header{
		margin-top:0 !important;
	}
	
	.serv-inner-box.nursing-serv-box{
		min-height:auto;
	}
	
	@-webkit-keyframes colorchange {
	  0% {
		color:#006838;
	  }

	  25% {
		color:#885ae4;
	  }

	  50% {
		color:#006838;
	  }

	  100% {
		color:#885ae4;
	  }
	}
	
}

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

  .choose-img{
    position:relative;
    right:-12px;
    bottom:0;
  }

  .service-content{
    min-height:auto;
  }
	
	.intake-form ul li{
		display:block;
		width:100% !important;
	}
	
	.intake-form ul li:last-child{
		border-left:none;
		border-top:1px solid #fff;
	}
	
	.intake-form ul li .section{
		width:49%;
	}
	
	.intake-form ul li .section:first-child{
		display:block;
		width:100%;
		border-right:none;
		border-bottom:1px solid #fff;
	}
	
	.intake-form .wpcf7-list-item label{
		font-size:12px;
	}
	
	.work-table{
		overflow-x:scroll;
	}
	
	
	

  
}
