/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
h1,h2,h3 {
  font-weight:600!important;

  }
a {
    color:#011971;
    font-family: Lato,sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none
}

html {
    scroll-behavior: smooth!important;
}
.hs-content-id-180240421294 h6 {
  display:none;
}
.scroll-arrow {display:none!important;}
body, p {
    color: #646464;
    font-family: Outfit, sans-serif;
    font-size: 20px!important;
    font-weight: 400;
    line-height: 40px!important;
}
section.sub-services-banner {
    margin-top: 0px!important;
}
section.cta-targetcare-sec {
    margin-top: 50px;
    margin-bottom: 0!important;
}
section.sub-services-banner {
    padding: 0px!important;
}
section.blog-sec {
    padding: 50px 30px!important;
    margin-bottom: 0px!important;
}
.cust-benefit-img img{
   box-shadow:none!important;
}
  section.benefits-health-list-sec {
    padding: 50px 30px!important;
}
  section#deliver-sec {
    background: #d3d9ed;
    padding: 50px 0px;
    margin: 50px 0px;
}
.cust-targetcare-info-cols h2 {
 margin:0px!important; 
}

/* Initial state: hide and move elements slightly down */
.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* When the element becomes visible, fade it in and move up */
.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.home-about .home-about-main .home-about-list .home-about-list-img img, img.hs-image-widget, .main-benefits-list .cust-img-grp .cust-repeater-img img, section.home-info-one.why-targetcare-one .cust-info-section .cust-info-img img, section.home-info-two.why-targetcare-two .cust-info-section .cust-info-img img{
  border:0px;
  border-radius:20px!important;
-webkit-box-shadow: -1px 10px 20px 0px rgba(0,0,0,0.4)!important;
-moz-box-shadow: -1px 10px 20px 0px rgba(0,0,0,0.4)!important;
box-shadow: -1px 10px 20px 0px rgba(0,0,0,0.4)!important;
}  
.home-banner-bg img, .testimonial-section-container-wrap .testimonial-section-image-col img{
box-shadow:none!important;
border-radius:0px!important;
}
section img, {
  border:0px;
  border-radius:20px;
-webkit-box-shadow: -1px 10px 20px 0px rgba(0,0,0,0.4);
-moz-box-shadow: -1px 10px 20px 0px rgba(0,0,0,0.4);
box-shadow: -1px 10px 20px 0px rgba(0,0,0,0.4);
}
.hs_cos_wrapper 
.footer .footer-block-main-area .cust-footer-logo img {
    width: 175px;
    margin-left: -50px;  
  border-radius:0!important!;
  box-shadow: none!important;
  
}
.home-about .home-about-main .home-about-list:nth-child(odd) {
        margin-bottom: 100px;
    }
  .footer-bottom-cols, p.copyright {
    font-size: 14px;
}
.cust-logo {
 margin-left:25%; 
}
h1,h2,h3,h4,h5,h6 {
      font-family: "Outfit", sans-serif!important;
}
.what-we-provide-sec.cust-deliver-care-sec.cust-occ-health-card .main-we-provide .cust-main-provide .cust-provide-box:nth-child(3), .what-we-provide-sec.cust-deliver-care-sec.cust-primary-care-card .main-we-provide .cust-main-provide .cust-provide-box:nth-child(2), .what-we-provide-sec.cust-deliver-care-sec.cust-primary-care-card .main-we-provide .cust-main-provide .cust-provide-box:nth-child(3) {
    display: none!important;
}
.hs-content-id-179413021746 .home-banner-outer .home-banner-bg img {
    height: 650px;
    object-fit: cover;
    width: 100%;
    object-position: 50% 30% !important;
}
.hs-content-id-182664023556 .home-banner-outer .home-banner-bg img{
    height: 650px;
    object-fit: cover;
    width: 100%;
    object-position: 50% 45% !important;
}
.hs-content-id-179543445363 .home-banner-outer .home-banner-bg img{
    height: 650px;
    object-fit: cover;
    width: 100%;
    object-position: 50% 25% !important;
}
section.get-in-touch {
    padding: 15px;
}
.section-spacer {
  padding:2.5%;
}
.stand-alone-page-text {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
}
section.who-we-help-employee-section .cust-main-library .cust-library-box .cust-library-img h3 div {
  font-family: Outfit,sans-serif;
  font-size: 54px;
}
.dnd-section {
	padding: 0;
}

button {
	background-color: #011971;
	border-color: #011971;
	border-radius: 50rem;
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	color: #fff;
	font-size: 16px;
	line-height: 1px;
	padding: 28px 30px;
	text-transform: uppercase;
	transition: all ease 0.5s;
}
button a {
	color: inherit;
	text-decoration: none;
}
button a:hover,
button a:focus,
button a:active{
	color: inherit;
	text-decoration: none;
}
button:hover,
button:focus,
button:active{
	background-color: #fff;
	border-color: #fff;
	color: #011971;
  text-decoration: none;
}

body, p{
	font-family: "Outfit", sans-serif;
	font-weight: normal;
	color: #646464;
	font-size: 18px;
	line-height: 28px;
}

@media screen and (max-width: 767px) {
body, p{
	font-size: 16px;
    line-height: 28px;
}
}

.sub-services-row-0-background-image .row-fluid {
    background-color: #00000030;
}
.row-fluid-wrapper.row-depth-1.row-number-1.sub-services-row-0-background-layers.dnd-section.sub-services-row-0-background-image .cust-targetcare-info {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.9px);
    -webkit-backdrop-filter: blur(9.9px);
    margin: 20px 150px !important;!impor;!impo;!impo;!i;!;
}
/* .cust-inner-targetcare-header {
        display: none !important;
    } */
.next-arrow .chevron {
    width: 20px;
    height: 20px;
    border-left: 4px solid white;
    border-bottom: 4px solid white;
    transform: rotate(-45deg) !important;
    margin: auto;
    margin-bottom: 40px !important;
}
@media (max-width: 1441px ) {
  .our-story-text {
      padding: 100px 50px !important;
  }
  .cust-logo {
    margin-left: 0% !important;
  }
}
@media (max-width: 1025px ) {
  .home-banner-bg.service-banner-bg {
    height: 500px;
  }
  .home-banner-bg {
    height: 500px;
  }
  .next-arrow {
      bottom: 2% !important;
  }
  .what-we-provide-sec.cust-deliver-care-sec .main-we-provide .cust-main-provide .cust-provide-box .cust-main-provide-inner-block .cust-provide-img {
    width: 25% !important;
  }
  .what-we-provide-sec.cust-deliver-care-sec .main-we-provide .cust-main-provide .cust-provide-box .cust-main-provide-inner-block .cust-provide-img img {
    height: 170px !important;
    width: 100% !important;
  }
  .what-we-provide-sec.cust-deliver-care-sec .main-we-provide .cust-main-provide .cust-provide-box .cust-main-provide-inner-block .cust-provide-description {
    width: 75% !important;
    padding: 0px 20px;
  }
  .blog-sec .blog-recent-posts .blog-recent-posts__list {
    align-items: center !important;
  }
  .our-story-image img {
    height: 450px;
    object-fit: cover;
    width: 100%;
  }
  .our-story-container {
    max-height: 100% !important;
    flex-wrap: wrap;
  }
  .our-story-text {
    padding: 40px 50px !important;
  }
  .hamburger-icon {
    z-index: 8 !important;
  }
  .header-logo-menu-block-right {
      width: 60px;
      height: 60px;
  }
  .targetcare-blue-area .cust-main-targetcare {
    height: 550px;
  }
  .targetcare-blue-area .cust-main-targetcare {
    flex-direction: row;
  }
  .row-fluid-wrapper.row-depth-1.row-number-1.sub-services-row-0-background-layers.dnd-section.sub-services-row-0-background-image .cust-targetcare-info {
    margin: 20px 80px !important;
    padding: 29px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .cust-targetcare-info h1 {
    font-size: 45px !important;
  }
  .targetcare-blue-area .cust-main-targetcare .cust-inner-targetcare {
    flex-direction: row !important;
  }
}
@media (max-width: 769px ) {
  .home-banner-bg.service-banner-bg {
        height: 400px;
   }
  .home-banner-bg {
        height: 400px;
   }
  div#hs_cos_wrapper_hammerburg-img {
    z-index: 14 !important;
    position: relative;
  }
  .blog-sec .blog-recent-posts .blog-recent-posts__list .blog-index--2-col__post {
    width: calc(100% - 20px);
  }
  .what-we-provide-sec.cust-deliver-care-sec .main-we-provide .cust-main-provide .cust-provide-box .cust-main-provide-inner-block .cust-provide-img {
    width: 30% !important;
  }
  .what-we-provide-sec.cust-deliver-care-sec .main-we-provide .cust-main-provide .cust-provide-box .cust-main-provide-inner-block .cust-provide-description {
    width: 100% !important;
  }
  .our-story-image img {
    height: 350px !important;
  }
  .our-story-text {
    padding: 20px !important;
  }
  .targetcare-blue-area .cust-main-targetcare {
    height: 100% !important;
    flex-direction: row;
  }
  .main-benefits-list .primary-health-list-cols-inner {
    flex-direction: column-reverse !important;
  }
/*   section.cta-targetcare-sec .row-fluid .span12 {
    width: auto !important;
  } */
  .targetcare-blue-area .cust-main-targetcare .cust-inner-targetcare {
    height: 500px !important;
  }
  .cust-inner-targetcare-header {
        display: none !important;
    }
  .row-fluid-wrapper.row-depth-1.row-number-1.sub-services-row-0-background-layers.dnd-section.sub-services-row-0-background-image .cust-targetcare-info {
        margin: 20px 60px !important;
        max-width: fit-content;
        width: 100%;
    }
  .cust-targetcare-info h1 {
    font-size: 45px !important;
  }
  .targetcare-blue-area .cust-main-targetcare .cust-targetcare-info {
    padding: 20px;
  }
}
@media (max-width: 426px) {
    .what-we-provide-sec.cust-deliver-care-sec .main-we-provide .cust-main-provide .cust-provide-box .cust-main-provide-inner-block .cust-provide-img img {
        height: 220px !important;
    }
    .what-we-provide-sec.cust-deliver-care-sec .main-we-provide .cust-main-provide .cust-provide-box .cust-main-provide-inner-block .cust-provide-img {
        width: 100% !important;
    }
  .what-we-provide-sec.cust-deliver-care-sec .main-we-provide .cust-main-provide .cust-provide-box .cust-main-provide-inner-block .cust-provide-description {
      padding-right: 0px !important;
  }
  .targetcare-blue-area .cust-main-targetcare {
        height: 100% !important;
    }
  .row-fluid-wrapper.row-depth-1.row-number-1.sub-services-row-0-background-layers.dnd-section.sub-services-row-0-background-image .cust-targetcare-info {
        margin: 20px 20px !important;
        padding: 20px;
   }
}