html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
@font-face {
  font-family: 'CoconPro';
  src: url('../fonts/CoconPro-Bold.eot');
  src: url('../fonts/CoconPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CoconPro-Bold.woff2') format('woff2'), url('../fonts/CoconPro-Bold.woff') format('woff'), url('../fonts/CoconPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima LT Std';
  src: url('../fonts/OptimaLTStd.eot');
  src: url('../fonts/OptimaLTStd.eot?#iefix') format('embedded-opentype'), url('../fonts/OptimaLTStd.woff2') format('woff2'), url('../fonts/OptimaLTStd.woff') format('woff'), url('../fonts/OptimaLTStd.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima LT Std';
  src: url('../fonts/OptimaLTStd_1.eot');
  src: url('../fonts/OptimaLTStd_1.eot?#iefix') format('embedded-opentype'), url('../fonts/OptimaLTStd_1.woff2') format('woff2'), url('../fonts/OptimaLTStd_1.woff') format('woff'), url('../fonts/OptimaLTStd_1.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima LT Std';
  src: url('../fonts/OptimaLTStd_2.eot');
  src: url('../fonts/OptimaLTStd_2.eot?#iefix') format('embedded-opentype'), url('../fonts/OptimaLTStd_2.woff2') format('woff2'), url('../fonts/OptimaLTStd_2.woff') format('woff'), url('../fonts/OptimaLTStd_2.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Optima LT Std' !important;
  font-size: 18px;
  line-height: 27px;
  color: #4B545E;
  font-weight: 400;
}
.pdtb-85 {
  padding: 85px 0px;
}
.pdb-85 {
  padding-bottom: 85px;
}
.pdt-85 {
  padding-top: 85px;
}
.mt-85 {
  margin-top: 85px;
}
.mb-85 {
  margin-bottom: 85px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'CoconPro';
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
h2 {
  font-size: 38px;
  font-weight: 700;
}
h3 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 15px 0px;
  background: #4B545E;
	transition: background-color 0.3s ease;
}
.bannersection .background-image {
  position: absolute;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.header .navbar-nav li {
  font-size: 20px;
  line-height: 28px;
  margin-left: 30px;
}
.contactlink a {
  background: #3FB498;
  min-width: 195px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  text-decoration: none;
	    display: inline-block;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.contactlink a:hover {
  background: #2c9db6;
}
.header .navbar-nav li a {
  color: #fff;
  padding: 12px 0px;
}
.bannerwrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.banner-section .container-sticky {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.bannersection {
  width: 100%;
  height: 220vh;
  overflow: visible;
  position: relative;
}
.banner-content {
  width: 100%;
  height: 100vh;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  z-index: 3;
  padding: 0px 10px;
}
.title {
  text-align: center;
}
.bannersection .background {
  background-color: #2d242c;
  color: #2d242c;
  position: absolute;
  width: 100%;
  height: 120vh;
  z-index: 2;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-mask-image: url("../images/logrounde.png");
  mask-image: url("../images/logrounde.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 110%;
  mask-size: 110%;
  -webkit-mask-position: 50% 100%;
  mask-position: 50% 100%;
}
.banner-section .circle-mask, .banner-section .circle-mask--secondary {
  -webkit-mask-image: url("../images/logrounde.png");
  mask-image: url(../../img/circle-mask.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 560px;
  mask-size: 560px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.banner-section .background--secondary, .banner-section .background--secondary--secondary {
  z-index: 1;
  background: none;
}
.banner-section .circle, .banner-section .circle-mask--secondary__container, .banner-section .circle-mask__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}
.banner-content h1 {
  color: #fff;
  font-size: 96px;
  line-height: 110px;
  font-family: 'Optima LT Std' !important;
  font-weight: bold;
}
.banner-content h1 span {
  color: #3FB498
}
.buttonlearn a {
  background: #3FB498;
  width: 185px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
	height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.buttonlearn a:hover {
  background: #2c9db6;
}

.carousel-content .buttonlearn a{
	 background: #2c9db6;
}
.carousel-content .buttonlearn a:hover{
	 background: #3FB498;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.carousel-item img {
  max-width: 100%;
	width: 100%;
}
.slidersection {
  position: relative;
}
.carousel-item:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.79) 9%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0) 45%);
  z-index: 2;
}
.carousel-caption {
  position: absolute;
  right: auto;
  top: 20%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 618px;
  left: 10%;
  color: #fff;
  text-align: left;
}
.carousel-content {
  background: url("../images/invested_care_shap.svg") #4B545E no-repeat;
  padding: 50px;
  background-blend-mode: luminosity;
  background-size: 65%;
    background-position: 110% 115%;
}
.carousel-content h3 {
  font-size: 38px;
}
.landscap-box { 
  display: flex;
  overflow: hidden;
}
.landscap-content {
  background: url(../images/invested_care_shap.svg) #4B545E no-repeat;
  padding: 50px;
  background-blend-mode: luminosity;
 background-size: 65%;
    background-position: 110% 115%;
  width: 40%;
  display: flex;
  flex-direction: column;
/*
  align-items: center;
*/
  justify-content: center;
}
.landscap-profile {
  width: 60%;
}
.landscap-profile img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.landscap-content h2 {
  color: #3FB498;
}
.landscap-content p {
  color: #fff;
  margin-bottom: 0;
}
.carousel-indicators li {
  width: 14px;
  height:14px;
  border-radius: 100%;
  background-color: rgb(255 255 255 / 0%);
  border: 1px solid #fff;
  cursor: pointer;
}
.blogtext h4 {
  color: #3FB498;
  font-size: 28px;
  min-height: 70px;
  line-height: 35px;
  margin-bottom: 25px;
}
.blogtext {
  margin-top: 20px;
}
.blogmain img {
  max-width: 100%;
}
.blogmain a {
  color: #4B545E;
  display: inline-block;
  margin-top: 15px;
	position: relative;
	text-decoration: none !important;
}
.blogmain a:after {
position: absolute;
	background: #4B545E;
	content: "";
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
}
.blogmain a:hover{
	color: #3FB498;
}
.blogmain a:hover:after{
		background: #3FB498;
}
.carecontent {
  text-align: center;
  max-width: 700px;
  margin: 0px auto;
}
.servicemain {
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.servicemain .serviceimg {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.servicetext {
  position: absolute;
  bottom: 0;
  padding: 20px 60px 20px 60px;
  z-index: 999;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  transform: translate(0%, 25%);
}
.discription {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.servicemain:hover .servicetext {
  transform: translate(0%, -15%);
}
.servicemain:hover .discription {
  opacity: 1;
}
.servicemain:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 40%) 9%, rgb(0 0 0 / 12%) 43%, rgb(0 0 0 / 7%) 45%);
  z-index: 2;
}
.servicemain:hover .serviceimg {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}
.borderbox {
  position: absolute;
  top: 0;
  left: 0px;
  width: 50px;
  height: 100%;
  z-index: 9;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.servicemain:hover .greenborder {
  background: rgba(63, 180, 152, 0.3);
}
.servicemain:hover .pinkborder {
  background: rgba(248, 185, 153, 0.3);
}
.servicemain:hover .purpleborder {
  background: rgba(147, 115, 177, 0.3);
}
.servicemain:hover .purpleborder {
  background: rgba(147, 115, 177, 0.3);
}
.servicemain:hover .brownborder {
  background: rgba(240, 133, 144, 0.3);
}
.servicemain:hover .blackborder {
  background: rgba(44, 157, 182, 0.3);
}

.greenborder {
  border-right: 1px solid #3FB498;
}
.pinkborder {
  border-right: 1px solid #F8B999;
}
.purpleborder {
  border-right: 1px solid #9373B1;
}
.brownborder{
	border-right: 1px solid #F08590;
}
.blackborder {
	border-right: 1px solid #2C9DB6;
}

.servicemain.blackbox:hover .servicetext h4 {
    color: #2C9DB6;
}
.servicemain.brownbox:hover .servicetext h4 {
    color: #F08590;
}
.servicetext h4 {
  color: #fff;
}
.servicetext h3 {
    color: #fff;
    font-weight: 400;
    font-family: 'Optima LT Std';
    font-style: italic;
    min-height: 84px;
}
.discription p {
    color: #fff;
    min-height: 189px;
}
.servicemain.greenbox:hover .servicetext h4 {
  color: #3FB498;
}
.servicemain.pinkbox:hover .servicetext h4 {
  color: #F8B999;
}
.servicemain.purplebox:hover .servicetext h4 {
  color: #9373B1;
}
.superior-section {
  padding: 200px 0px;
  background: url("../images/super.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
  position: relative;
}
.defaultinternal-banner {
padding: 250px 0px 150px;
  background: url("../images/super.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: cover;
  position: relative;
}
.superior-content {
  max-width: 100%;
  margin: 0px auto;
  text-align: center;
  position: relative;
  z-index: 99;
}
.superior-content h3 {
  color: #fff;
  font-weight: 400;
  font-family: 'Optima LT Std';
  font-size: 32px;
  line-height: 40px;
}
.superior-content h3 span {
  font-weight: bold;
  text-transform: uppercase;
}
.carecontent p {
  margin-bottom: 0;
}
.superior-section:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.79) 9%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0) 45%);
  z-index: 2;
}
.form-main {
  max-width: 700px;
  margin: 0px auto;
}
.form-block {
  text-align: center;
  margin-bottom: 40px;
}
.form-block h2 {
  color: #3FB498;
}
div#gform_fields_1 input {
  height: 60px;
  color: #495057;
  background-color: #EFEFEF;
  font-size: 16px;
  border: none;
  border-radius: 0rem;
  padding: 5px 18px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
}
.form-control:focus {
  box-shadow: none;
}
div#gform_fields_1 textarea {
  color: #495057;
  background-color: #EFEFEF;
  font-size: 16px;
  border: none;
  padding: 5px 18px;
  border-radius: 0rem;
  outline: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
input#gform_submit_button_1 {
  background: #3FB498;
  min-width: 200px;
  border-radius: 50px;
  text-align: center;
  color: #fff;

  border: none;
  cursor: pointer;
  font-size: 20px;

  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
	height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	    margin-bottom: 0;
}
input#gform_submit_button_1:hover {
  background: #2c9db6;
}
#gform_wrapper_1 .gform_footer {
  display: flex;
  justify-content: center;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.gform_heading {
  display: none;
}
.gform_wrapper .validation_message {
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  background: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 16px 16px 16px 16px !important;
  box-shadow: none !important;
  background: none !important;
  border-radius: 0px !important;
  border: none !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
    font-size: 15px !important;
    text-align: left;
    font-weight: 400 !important;
    font-family: 'Optima LT Std';
}
span.gform-icon.gform-icon--circle-error {
  display: none !IMPORTANT;
}
/* Contact Form */
div#gform_fields_2 input {
  height: 60px;
  color: #495057;
  background-color: #EFEFEF;
  font-size: 16px;
  border: none;
  border-radius: 0rem;
  padding: 5px 18px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
}
.form-control:focus {
  box-shadow: none;
}
div#gform_fields_2 textarea {
  color: #495057;
  background-color: #EFEFEF;
  font-size: 16px;
  border: none;
  padding: 5px 18px;
  border-radius: 0rem;
  outline: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
input#gform_submit_button_2 {
  background: #3FB498;
  min-width: 200px;
  border-radius: 50px;
  text-align: center;
  color: #fff;

  border: none;
  cursor: pointer;
  font-size: 20px;

  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
	height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	    margin-bottom: 0;
}
input#gform_submit_button_2:hover {
  background: #2c9db6;
}
#gform_wrapper_2 .gform_footer {
  display: flex;
  justify-content: center;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
/* Contact Form */
footer {
  background: url(../images/invested_care_shap.svg) #4B545E no-repeat;
  background-blend-mode: luminosity;
  background-size: contain;
  position: relative;
  background-position: right center;
}
.quick-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px 10px;
}
.footeritem h6 {
  color: #fff;
  font-size: 24px;
}
.footeritem ul {
  margin-top: 20px;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.footeritem a {
  color: #fff;
  text-decoration: none;
}
.footeritem ul li {
  margin: 12px 0px;
}
.footeritem a span {
  margin-right: 8px;
}
.copywright a {
  color: #fff;
          font-family: 'CoconPro';
  text-decoration: none;
  font-size: 24px;
  margin-right: 30px;
}
.footerlogo {
  text-align: right;
}
.navbar-toggler {
  background: #fff;
  line-height: 34px;
}
.logoslider {
  margin: 50px 0px;
	width: auto !important;
}
footer {
  padding: 85px 0px 30px;
  position: relative;
}
.copywright-block {
    position: relative;
    padding-bottom: 20px;
    margin-top: 90px;
}
.footerlogo {
  position: absolute;
  right: 50px;
  top: -50px;
}
#backtop.show {
  opacity: 1;
  visibility: visible;
}
.bottom-to-top {
  background: #3FB498;
  min-width: 200px;
    line-height: 60px;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;

  color: #fff;
  text-decoration: none;
  transition: background-color .3s, opacity .5s, visibility .5s;
  z-index: 999;
  opacity: 0;
  position: absolute;
  right: 50px;
  top: -35px;
  text-decoration: none !important;
		height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-to-top:hover {
  color: #fff;
  background: #2c9db6;
}
.defaultinternal-banner .superior-content h3 {
    font-size: 48px;
    line-height: 52px;
}
.page-id-61{
	
}
.default-section h2 {
    color: #3FB498;
}
.default-main h3, .default-main h4{
	color: #3FB498;
}
a.left.carousel-control {
    left: 80px;
}
a.right.carousel-control {
    right: 80px;
}
a.left.carousel-control, a.right.carousel-control {
    position: absolute;
    top: 50%;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    max-width: 45px;
    color: #fff;
    background: #2c9db6;
    text-align: center;
    opacity: 1;
    height: 40px;
    border-radius: 4px;
	cursor: pointer;
    transition: opacity .15s ease;
}
a.left.carousel-control:hover, a.right.carousel-control:hover{
	 color: #fff;
}
.slides-numbers {
    margin-bottom: 23px;
    text-align: right;
}
.homecustom-next, .homecustom-prev {
    background: none;
    border: none;
    cursor: pointer;
    color: #4B545E;
    margin: 0px 10px;
    outline: none !important;
}
.slide-count .current{
	color: #2C9DB6;
}

.icare-slider .slick-slide{
	margin: 0px 10px;
}
.navbar-brand img{
	max-width: 286px;
}
.footerlogo img{
	max-width: 100%;
}
/*10-08-2024*/
.about-banner {
    background-image: url(../images/henderson.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 270px 0px;
    position: relative;
}
.abouthedding {
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.abouthedding h1 {
    font-size: 96px;
    color: #FFFFFF;
    margin: 0;
}
.ourheading h3 {
    font-size: 30px;
}
.timesection h3 {
 font-size: 30px;
}
.whychoose h2 {
    font-size: 38px;
}
.whychoose h3 {
    font-size: 30px;
}
.teamcontant h6 {
    font-size: 20px;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(178deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 76%) 100%);
}
.ourheading h2 {
    color: #3FB498;
    margin-bottom: 30px;
    font-size: 38px;
}
.ourheading {
    max-width: 1050px;
    padding-left: 26px;
}
.investcare {
    padding-top: 50px;
}
.team-member {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 50px;
    padding-top: 50px;
}
.ourteam img {
    max-width: 100%;
}
.ourteam img {
    max-width: 100%;
    width: 100%;
}
.teampost::after {
    position: absolute;
    content: '';
    border-left: 2px solid #3FB498;
    height: 100%;
    left: -15px !important;
    bottom: 0;
}
.teampost {
    position: relative;
}
.teamcontant {
    padding-top: 16px;
}
.teamcontant h6 {
    margin-bottom: 0;
}
/*
.teamcontant p {
    margin-bottom: 0px;
}
*/
.btnfoter {
    position: absolute;
    top: -15px;
    right: 80px;
}
.btnfoter a {
    background: #3FB498;
    color: #FFFFFF;
    padding: 20px 46px;
    font-size: 24px;
    border-radius: 40px;
    text-decoration: none;
}
/*services*/
.servicesbanner{
    background-image: url(../images/servicesbanner.jpg);
}
.worktext {
    max-width: 490px;
}
.whychoose h3 {
    color: #FFFFFF;
}
.demoitem {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px 30px;
}
.medication {
    background: #F4F4F4;
    padding: 50px 30px;
}
.hearticon span {
    background: #3FB498;
    width: 73px;
    height: 73px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 37px;
}
.longtext {
    padding-top: 20px;
}
.longtext h4 {
    font-size: 22px;
}
.whychoose {
    width: 45% !important;
}
.heropost{
    width: 55% !important;
}
.whychoose p {
    margin-bottom: 24px;
}
.whychoose p:last-child {
   margin: 0px;
}
.longtext p{
    margin: 0;
}
/*locations*/
.locations{
    background-image: url(../images/locationbanner.jpg);
}
.healthcare p:last-child {
    margin: 0;
}
.addresssection{
    position: relative;
}
.addresssection .container-fluid {
    padding-left: 0;
    max-width: 1920px;
    margin: 0 auto;
}
.mappost iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}
.mappost {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 48.8%;
    line-height: 0;
    height: 100%;
}
.happylife {
    width: 50%;
    float: left;
}
.happytext {
    padding: 85px 160px 85px 0px;
}
.sevenday ul {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
}
.sevenday li {
    width: 240px;
}
.westlogo img {
    max-width: 100%;
}
.westlogo {
    padding-bottom: 20px;
}
.emailsection a {
    color: #3FB498;
    text-decoration: none;
    margin-bottom: 5px !important;
    display: inline-block;
}
.emailsection  {
    padding-bottom: 20px;
}
.timesection {
    margin-bottom: 20px;
}
.timesection h3 {
    margin-bottom: 30px;
}
.zepli-team img {
    max-width: 100%;
    width: 100%;
}
.zeplisection {
    max-width: 654px;
}
.calltoaction a {
    color: #3FB498;
    text-decoration: none;
    margin-bottom: 5px !important;
    display: inline-block;
}
.zepli-logo img {
    max-width: 345px;
}
.zepli-logo {
    padding-bottom: 30px;
}
/*careersbanner*/
.careersbanner{
    background-image: url(../images/careersbanner.jpg);
}

.staffsection {
    background: url(../images/goal.png) #3FB498 no-repeat;
  background-size: 40%;
       background-position: 115% 48%;
}

.staffheading h2 {
    font-size: 38px;
    color: #FFFFFF;
}
.thankyou {
    padding-top: 50px;
}
.custemheading h4 {
    font-size: 22px;
    color: #FFFFFF;
}
.custemheading h6 {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
}
.custemheading {
    padding-top: 50px;
}
.staffheading {
    padding-right: 50px;
}
/***9-12-2024***/
.form-block h3{
	font-size: 30px;
}
#internal-header{
	position: static !important;
}
#internal-header.sticky{
  position: fixed !important;
  top: 0;
    padding: 15px 0px;
    background: #4B545E;
	z-index: 99999;
    transition: background-color 0.3s ease;

}
/***9-12-2024**/
	.orgnization-section {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 24px;
    width: calc(100% + 24px);
}
	
.orgnization-item:before {
    content: "";
    position: absolute;
    top: 24px;
    left: 24px;
    width: 60px;
    height: 60px;
    z-index: 0;
    display: block;
    border-radius: 100px;
    transform: scale(1);
    transitioN: all .5s cubic-bezier(0.4, 0, 0.2, 1);
}
.orgnization-section .orgnization-item {
    width: calc(25% - 24px);
    flex-basis: calc(25% - 24px);
}
.orgnization-item {
    background: #EFEFEF;
    padding: 24px;
    position: relative;
    overflow: hidden;
}
.orgnization_icon {
    margin-bottom: 40px;
    width: 100%;
    position: relative;
    z-index: 10;
}
.orgnization-item.green:before {
    background-color: #3FB498;
}
.orgnization-item.turquoise:before {
    background-color: #2C9DB6;
}
.orgnization-item.rose:before {
    background-color: #F08590;
}
.orgnization-item.lavendar:before {
    background-color: #9373B1;
}
.orgnization-item:hover:before {
    transform: scale(12);
    border-radius: 0px;
}
.orgnization-item:hover:before {
    transform: scale(12);
    border-radius: 0px;
}
.orgnization_icon_content {
    z-index: 999;
    position: relative;
}
.orgnization-item:hover .orgnization_icon_content{
	color: #fff;
}
.orgnization-item:hover .orgnization_icon_link p{
	color: #fff;
}
.fourbox{
	overflow: hidden;
}
.current-menu-item .nav-link{
	color:#3FB498 !important;
}
/***9-13---2024**/
.contactpace {
    background: #4b545e;
    display: grid;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.location_name h3 {
    font-size: 30px;
}
.addressmain{
	max-width: 900px;
    margin: 0 auto;
}
.address {
    padding-right: 20px;
}
.meetsection{
	padding-left: 0;
}

.emailsection i {
   margin-right:4px; 
}
.calltoaction i {
 margin-right:4px;
    
}
.emailsection a.phone {
    text-decoration: underline;
}
.calltoaction a.phone {
    text-decoration: underline;
}
.location-phone a.phone {
    text-decoration: underline;
}
.location-phone a{
    margin-bottom: 5px;
    display: inline-block;
    }
.main-copyright p a {
    color: #fff;
}
.main-copyright p {
    color: #fff;
}
.main-copyright {
    text-align: center;
    margin-top:50px;
}
.copywright {
    margin-top: -42px;
}
