* {
  margin: 0;
  padding: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}

a {
  color: #000;
  text-decoration: none;
  transition: all linear 0.3s;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

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

body {
  font-family: 'Poppins', sans-serif;
  color: #454545;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  font-size: 15px;
}

header {
  box-shadow: 0 0px 7px 3px #ddd;
}

header .logo a {
  display: inline-block;
}

.logo img{
	width:100%;
	margin-bottom:0px;
	height:130px;
}

header .top_contact {
  font-size: 14px;
  padding-top: 5px;
}

header .top_contact span {
  margin-right: 15px;
}

header .top_contact span a {
  color: #fff;
}

header .top_sec {
  background: linear-gradient(90deg, #37b9e9ab, /* light blue */ #3C67B1, /* blue */ #9c72a5d1, /* purple */ #f7931ea1 /* orange*/ );
  color: #fff;
	margin-bottom:20px;
	height:30px;
	
}


.contactbut {
	padding: 10px 20px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    background: #0a1a2e;
    border-radius: 50px;
    font-weight: 500;
    color: #fff;
}

.top_menu {
  
  display: inline-block;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 13px;
	margin-top:6px;
}

.top_menu {
  float: left;
}

.top_menu span{
  margin-right:8px;
}

/*slider*/
.bs-slider {
  overflow: hidden;
  position: relative;
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
  margin: auto;
  width: 100% !important;
}

.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/********************
*****Slide effect
**********************/
.fade {
  opacity: 1;
}

.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
  top: auto;
  position: relative;
}

.fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
  margin: auto;
  top: 0;
  opacity: 1;
  bottom: 0;
  width: 40px;
  height: 40px;
  z-index: 10;
  color: #fff;
  padding: 4px;
  display: block;
  font-size: 20px;
  cursor: pointer;
  overflow: hidden;
  line-height: 34px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: #006ae8;
  -webkit-border-radius: 100px;
  border-radius: 50%;
  border: none;
  transition: all linear 0.5s;
}

.control-round:hover .carousel-control {
  opacity: 1;
}

.right.carousel-control {
  right: 8px;
}

.left.carousel-control {
  left: 8px;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  color: #fdfdfd;
  background: #006ae8;
  border: 0px transparent;
}

.fa-angle-right:before {
  line-height: 30px;
}

.fa-angle-left:before {
  line-height: 30px;
}

/*---------- SLIDE CAPTION ----------*/
.slide-text {
  top: auto;
  position: absolute;
  margin: auto;
  right: auto;
  width: 80%;
  background: transparent;
  bottom: 52%;
	text-align:center;
}

.slide-text>h1 {
  display: block;
  font-size: 54px;
  color: #fff;
  font-weight: 700;
  margin-bottom: auto;
  letter-spacing: inherit;
  text-transform: uppercase;
}

.slide-text p {
  font-size: 18px;
  color: #fff;
}

.slide-text>button {
  background: #fff;
  border: none;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1;
  margin-top: 40px;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/


@media (max-width: 480px) {

  .slide-text>a.btn-default,
  .slide-text>a.btn-primary {
    display: none;
  }

  .indicators-line>.carousel-indicators {
    display: none;
  }
}

/*slider-end*/

.programs {
  margin-top: 30px;
  background: #fff;
  padding: 50px 0;
}

.programs .choose-content {
  text-align: center;
}

.programs .choose-content h2 {
  text-align: center;
  color: #000;
  font-size: 45px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.programs .p-content {
  border: 2px solid #f2efef;
  margin-top: 30px;
	border-radius:5px;
  text-align: center;
}

.programs .p-content img {
  width: 100%;
}


.programs1 {
  margin-top: 0px;
  background: #fff;
  padding: 50px 0;
}

.programs1 .choose-content {
  text-align: center;
}

.programs1 .choose-content h2 {
  text-align: center;
  color: #000;
  font-size: 45px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.programs1 .p-content1 {
  border: 0px solid #0e8baa;
	border-radius:10px;
	background:#fff;
  margin-top: 30px;
  text-align: center;
	height:160px;
}

.programs1 .p-content1 img {
  width: 100%;
}

.contentnew p {
  font-size: 13px;
  color: #006ae8;
  letter-spacing: 0;
	text-align:justify;
}

.contentnew1 p {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0;
	margin-top:20px;
}

.contentnew4 p {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0;
	margin-top:20px;
}


.programs .p-content h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #fff;
}

.programs .p-content .contentnew {
  padding-bottom: 20px;
  color: #006ae8;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 0 10px;
  margin-bottom: 20px;
	height:auto;
}

.programs4 .p-content4 .contentnew4 {
  padding-bottom: 20px;
  color: #006ae8;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 0 10px;
  margin-bottom: 20px;
	height:auto;
}

.programs .p-content a {
  padding: 6px 20px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  background: #F7931E;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
}

.approach-main a{
	padding: 6px 20px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  background: #0a1a2e;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
}

.approach-main1 a{
	background: #FF5F15;
    border: none;
    color: #fff;
    padding: 20px 30px;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 100px;
}


.programs1 .p-content1 h5 {
  text-align: center;
  font-size: 25px;
	text-transform:uppercase;
  font-weight: 700;
line-height:50px;
  margin-bottom: 0px;
  color: #fff;
	background:#36b0b0;
	border-radius:10px;
	height:50px;
}

.programs1 .p-content1 .contentnew1 {
  padding-bottom: 20px;
  color: #000;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 0 10px;
  margin-bottom: 20px;
}

.programs1 .p-content1 a {
  padding: 6px 20px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  background: #006ae8;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
}

.approach-main4 a{
	background: #FF5F15;
    border: none;
    color: #fff;
    padding: 20px 30px;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 100px;
}


.programs4 .p-content4 h5 {
  text-align: center;
  font-size: 20px;
	text-transform:uppercase;
  font-weight: 700;
line-height:50px;
  margin-bottom: 0px;
  color: #36b0b0;
	
	height:50px;
}

.programs4 .p-content4 .contentnew4 {
  padding-bottom: 20px;
  color: #000;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 0 10px;
  margin-bottom: 20px;
}

.programs4 .p-content4 a {
  padding: 6px 20px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  background: #006ae8;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
}


.welcome-sec {
  margin-top: 70px;
}

.about-wrapper p {
  font-size: 21px;
  line-height: 25px;
  color: #006ae8;
}

.about-wrapper h1 {
  font-size: 45px;
  font-weight: 900;
  margin-bottom: 20px;
}

.about-wrapper span {
  font-size: 35px;
  display: inline-block;
  text-transform:normal;
  font-weight: 600;
  letter-spacing: 2px;
  color: #006ae8;
}

.about-wrapper-right h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.about-wrapper-right {
  margin-top: 50px;
}

.mission-sec {
  margin-top: 0px;
}

.right-part {
  position:absolute;
	left:100px
 /* left: -130px; */
}

.right-part img{
margin-top:100px;
	width:100%
 /* left: -130px; */
}

.mission-wrapper h3 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 10px;
  color: #000;
  display: inline-block;
}

.mission-wrapper p {
  font-size: 16px;
  line-height: 24px;
	text-align:justify;
}

.mission-wrapper h4 {
  font-size: 35px;
  color: #006ae8;
  line-height: 47px;
  margin-bottom: 20px;
}

.mission-wrapper {
  margin-top: 100px;
}

.add-part button {
  background: #006ae8;
  border: none;
	color:#fff;
  padding: 20px 30px;
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 30px;
}

.add-part h2 {
  font-size: 55px;
  color: #fff;
  letter-spacing: 0;
  line-height: 56px;
}

.add-part {
  background: url(https://www.infinityhealthcarellc.com/wp-content/uploads/2025/01/INSURANCE.png) no-repeat;
  background-attachment: fixed !important;
  background-size: cover;
  padding: 120px 0;
  position: relative;
  text-align: center;
}


.add-part1 button {
  background: #FF5F15;
  border: none;
	color:#fff;
  padding: 20px 30px;
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 30px;
}

.add-part1 h2 {
  font-size: 55px;
  color: #fff;
  letter-spacing: 0;
  line-height: 56px;
}

.add-part1 {
  background: url(https://www.infinityhealthcarellc.com/wp-content/uploads/2025/01/INSURANCE.png) no-repeat;
  background-attachment: fixed !important;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  text-align: center;
}

.blogs-content {
  margin-top: 50px;
  text-align: center;
}

 .blogs-content h2 {
  text-align: center;
  color: #e30045;
  font-size: 45px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

 .blogs-content h2:after {
  position: absolute;
  background: url(../images/title-icon.png) no-repeat;
  content: '';
  width: 120px;
  height: 110px;
  right: -30px;
  top: -20px;
  bottom: 0;
  opacity: 0.4;
}

.blogs-content p {
  font-size: 18px;
  color: #383838;
  letter-spacing: 0.5px;
}

 .blog-image {
  border: 1px solid #ecebeb;
  margin-top: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 5px 8px 0px #ecebeb;
}

 .blog-image h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #000;
  padding: 0px 10px;
}

 .blog-image .blog-main {
  padding: 0 11px;
  padding-bottom: 20px;
  font-size: 15px;
  color: #000;
  height: 110px;
}

 .blog-image .readmore {
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  background: #f89101;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
}

.blog-image .post-date-light ul {
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  padding: 10px;
  margin-bottom: 17px;
}

 .blog-image .post-date-light ul li {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  color: #000;
  margin-right: 15px;
}

 .blog-image .post-date-light ul li span {
  float: left;
  font-weight: 700;
  margin-right: 8px;
  display: inline-block;
}

.blog-image .post-date-light ul li a:hover {
  color: #70c800;
}

.clients {
  padding: 30px 0 60px;
  background: #e30045;
  margin-top: 80px;
  color: #fff;
}


.clients .client-reviews h3 {
  padding-top: 50px;
  color: #fff;
  font-size: 45px;

}

.dit-sec p {
  font-size: 23px;
  line-height: 26px;
}

.clients .client-reviews a {
  display: inline-block;
  font-size: 17px;
  margin-top: 40px;
  padding: 12px 28px;
  background: #fff;
  border-radius: 27px;
  text-align: center;
  color: #000;
  font-weight: 500;
  margin-bottom: 70px;
}

.clients .client-reviews p {
  font-size: 18px;
}

.clients .testimonial {
  margin-top: 60px;
}

.clients .testimonial .info_wrap h5 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 6px;
}

.clients .testimonial .info_wrap .testimonial_status {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
}

.clients .testimonial .info_wrap .testimonial_rating i {
  margin: 6px 3px;
  color: #fac92b;
}

.clients .quote_wrap {
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #fff;
  line-height: 22px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.clients .testimonial-btn .carousel-control {
  width: 30px;
  height: 30px;
  left: 15px;
  top: 0;
  text-shadow: none;
  color: #000;
  background: #fff;
  opacity: 1;
}

.testimonial-btn {
  margin-left: 15px;
}

.clients .testimonial-btn .carousel-control.left {
  background-image: none;
  left: 0;
  right: 55px;
}

.clients .testimonial-btn .carousel-control.right {
  background-image: none;
  left: 37px;
  right: 0;
}

.dit .dit-sec {
  padding: 20px 0px;
}

.dit .dit-sec h3 {
  font-size: 55px;
  line-height: 55px;
  margin-top: 80px;
  color: #0e8baa;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
}

.dit .dit-sec h3 span {
  color: #70c800;
}

.dit .dit-sec a:hover {
  background: #f89101;
  border: 2px solid #d27a00;
}

.dit .dit-sec a {
  font-weight: 800;
  font-size: 20px;
  display: inline-block;
  border: 2px solid;
  padding: 13px 50px;
  margin-top: 30px;
}

.dit-image img {
  margin: auto;
}

.dit-image {
  margin-top: 20px;
}

  footer {
           background: 
  linear-gradient(90deg, #9c72a5, #8a5d9ebf, #7a4a97f2),
  url('https://www.technogant.com/activecare/wp-content/uploads/2025/10/care1.jpeg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
            margin-top: 0px;
            padding: 50px 0 0;
            color: #fff;
        }

      

        .footer-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 30px;
        }

        .footer-column {
            flex: 1;
            min-width: 250px;
            margin-bottom: 30px;
        }

        footer h5 {
            color: #fff;
            font-size: 21px;
            font-weight: 600;
            margin-bottom: 20px;
            position: relative;
        }

        footer h5:after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 40px;
            height: 3px;
            background: #37B9E9;
            border-radius: 2px;
        }

        footer i {
            width: 20px;
            color: #fff;
            padding-right: 10px;
        }

        footer p {
            margin-bottom: 20px;
            line-height: 1.6;
        }

        footer .r-post {
            margin-bottom: 30px;
        }

        footer .r-post li {
            border-bottom: 1px solid #adadad;
            margin-bottom: 10px;
        }

        footer .r-post li a {
            color: #000;
            line-height: 31px;
        }

        footer .r-post li a:hover {
            color: #d82b2b;
        }

        footer .program {
            column-count: 2;
            list-style: none;
        }

        footer .program li {
            padding: 6px 0px;
        }

        footer .program li a {
            color: #fff;
            line-height: 28px;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        footer .program li a:hover {
            color: #2F48AF;
            padding-left: 5px;
        }

        /* Newsletter Styles */
        .newsletter-form {
            margin-top: 15px;
        }

        .newsletter-text {
            margin-bottom: 20px;
            font-size: 15px;
            line-height: 1.6;
        }

        .form-group {
            margin-bottom: 15px;
        }

        .form-group input {
            width: 100%;
            padding: 14px 15px;
            border: none;
            border-radius: 5px;
            background: rgba(255, 255, 255, 0.9);
            font-size: 15px;
            transition: all 0.3s ease;
        }

        .form-group input:focus {
            outline: none;
            background: white;
            box-shadow: 0 0 0 2px #37B9E9;
        }

        .newsletter-btn {
            background: #37B9E9;
            color: white;
            border: none;
            padding: 14px 25px;
            width: 100%;
            border-radius: 5px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .newsletter-btn:hover {
            background: #2a9bc9;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .newsletter-success {
            display: none;
            background: #2ecc71;
            color: white;
            padding: 12px;
            border-radius: 5px;
            margin-top: 15px;
            text-align: center;
            font-weight: 500;
        }

        .social-links {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }

        .social-links a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .social-links a:hover {
            background: #37B9E9;
            transform: translateY(-3px);
        }

        footer .copy {
            text-align: center;
            background: #37B9E9;
            padding: 20px;
            color: #fff;
            margin-top: 30px;
        }

        footer .copy h6 {
            font-size: 15px;
            line-height: 21px;
            font-weight: 500;
        }

        footer .copy h6 a:hover {
            color: #d82b2b;
        }

        /* Responsive Styles */
        @media (max-width: 992px) {
            .footer-content {
                gap: 20px;
            }
            
            .footer-column {
                min-width: 200px;
            }
        }

        @media (max-width: 768px) {
            .footer-content {
                flex-direction: column;
            }
            
            .footer-column {
                width: 100%;
            }
            
            footer .program {
                column-count: 1;
            }
        }

.innerbanner .inner-heading-part {
  position: absolute;
  bottom: 27%;
  right: auto;
  width: 100%;
  padding: 20px;

}
.inner-heading-part h3 {
  color: #fff;
  font-size: 45px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.innerbanner {
  position: relative;
  margin-bottom: 50px;
}
.address-deatils i {
  color: #1a4273;
  font-size: 20px;
}
.address-deatils p {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 24px;
  border: 2px dotted #ccc;
  padding: 16px;
}
.contact-content .contactform .form-control {
   border-radius: 4px;
  box-shadow: none;
  background: #fff;
  height: 50px;
  border: 1px solid #0e8baa;
}
.contact-content .contactform textarea#exampleFormControlTextarea1 {
  height: 100px;
}
.contact-content .contactform .btn-primary {
  color: #fff;
  background-color: #006ae8;
  border-color: #006ae8;
  padding: 14px 40px;
  font-size: 16px;
  border-radius: 0;
	margin-bottom:100px;
}
.about-content p {
  font-size: 15px;
  line-height: 26px;
  text-align: justify;
}
.about-content h2 {
  color: #006ae8;
  font-size: 37px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 30px;
}
.about-content h3 {
  font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 30px;
    color: #006ae8;
    border-bottom: 2px solid;
    display: inline-block;
}

.mission {
  margin-top: 30px;
  background: #006ae8;
  padding: 50px 0;
  margin-bottom: 0px;
	
}
.mission-content {
      background: #006ae8;
    padding: 20px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: 5px solid #ff5f15;
    margin-top: 10px;
}
.mission-image img {
  width: 100%;
}

.approach-sec h3 {
  font-weight: 300;
  line-height: 27px;
}


.approach-sec h2 {
  font-weight: 300;
  line-height: 27px;
	color:#ff5f15
}

.approach-sec img {
 height:700px;
	 width:1049px;
}


.approach-main ul li {
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 20px;
  list-style: square;
  margin-left: 16px;
}
.approach-main h4 {
  font-size: 20px;
  color: #006ae8;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 5px;
}

.approach-main1 h4 {
  font-size: 25px;
  color: #006ae8;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 5px;
	text-align:center;
	margin-top:20px;
}

.approach-main p {
  margin-bottom: 20px;
}
.approach-main {
  margin-top: 0px;
	margin-bottom:50px;
}


.health-sec h3 {
  font-size: 40px;
  color: #f68825;
  margin-top: 0;
}
.health-img {
  margin-top: 30px;
}
.health-img img {
  margin: auto;
  width: 100%;
}

.health-add p {
  font-size: 16px;
  line-height: 20px;
}
.health-add h3 {
  color: #e30045;
}
.health-add {
  background: #fff;
  padding: 20px 20px;
  box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
  margin-top: 40px;
}

.education-sec p {
  font-size: 20px;
  text-align: center;
}
.education-sec h3 {
  text-align: center;
  font-size: 29px;
}
.education-sec {
  background: #e30045;
  color: #fff;
  padding: 50px;
  margin-top: 50px;
}











/******** Maximum width responsive *************/
@media screen and (max-width:1400px){

    
}

@media screen and (max-width: 1199px){
  .right-part {
    position: absolute;
   /* left: -240px; */
}

}

@media screen and (max-width: 991px){
  .slide-text>h1 {
    display: block;
    font-size: 44px;
  }
  .about-wrapper h1 {
    font-size: 35px;
}
.right-part {
  position: inherit;
  left: 0;
}



}

@media screen and (max-width: 767px){
  .slide-text>h1 {
    display: block;
    font-size: 28px;
    line-height: 38px;
    width: 80%;
    margin: 0 auto;
}
.add-part h2 {
  font-size: 45px;
}
	
	.add-part1 h2 {
  font-size: 45px;
}
.clients .client-reviews {
  text-align: center;
}
.clients .client-reviews h3 {
  padding-top: 0px;
  color: #fff;
  font-size: 45px;
}
.clients .client-reviews a {
  margin-bottom: 10px;
}
.clients .testimonial {
  margin-top: 60px;
  text-align: center;
}
.clients .quote_wrap {
  text-align: center;
}
.dit .dit-sec h3 {
  font-size: 35px;
  line-height: 38px;}
  .dit .dit-sec {
    padding: 20px 0px;
    text-align: center;
} 
.innerbanner .inner-heading-part {
  bottom: 0;
  width: 100%;
  padding: 13px;
}

}
@media screen and (max-width: 479px){
  .logo img {
    width: 75%;
}
	.banner img{
		height:500px;
		
	}
.about-wrapper h1 {
  font-size: 27px;
}
.mission-wrapper h4 {
  font-size: 37px;
}
.programs .choose-content h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;}
	
	.programs1 .choose-content h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;}


  .add-part h2 br {
    display: none;
}
.add-part h2 {
    font-size: 29px;
    line-height: 35px;
}
	
	.add-part1 h2 br {
    display: none;
}
.add-part1 h2 {
    font-size: 29px;
    line-height: 35px;
}
.blogs-content h2 {
  text-align: center;
  color: #e30045;
  font-size: 23px;
}
  header .top_contact span {
    margin-right: 15px;
    display: block;
}
.top_menu {
  float: left;
  margin-top: 10px;
}
.slide-text {display:none ;}
.clients .quote_wrap {
  text-align: center;
  font-size: 16px;
}
.dit .dit-sec h3 {
  font-size: 29px;
  line-height: 38px;
}
.dit-sec p {
  font-size: 19px;
  line-height: 22px;
}
  .about-content h2 {
    font-size: 30px;
    line-height: 30px;
}
.innerbanner .inner-heading-part { 
  bottom: 0%;
}

.innerbanner img.img-responsive {
    height: 150px;
    object-fit: cover;
    background-position-x: left;
}
}


    
/******** Minimum width responsive *************/
@media screen and (min-width: 480px){

  }
  @media screen and (min-width: 768px){

  }
  @media screen and (min-width: 992px){

  }
  @media screen and (min-width: 1200px){
 
  
  }
  /*********************** Minimum to Maximum width *****************/

@media screen and (min-width: 420px) and (max-width: 579px){
	
}

@media screen and (min-width: 580px) and (max-width: 767px){
	
}
@media screen and (min-width: 768px) and (max-width: 991px){

}
@media screen and (min-width: 992px) and (max-width: 1199px){
 
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
 
}













/*
 
* {
  margin: 0;
  padding: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
}

a {
  color: #000;
  text-decoration: none;
  transition: all linear 0.3s;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

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

body {
  font-family: 'Inter', sans-serif;
  color: #454545;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  font-size: 15px;
}

header {
  box-shadow: 0 0px 7px 3px #ddd;
}

header .logo a {
  display: inline-block;
}

header .top_contact {
  font-size: 16px;
  padding-top: 9px;
}

header .top_contact span {
  margin-right: 15px;
}

header .top_contact span a {
  color: #fff;
}

header .top_sec {
  background: #a51a06;
  color: #fff;
}

.top_menu a {
  background: #fef011;
  color: #e30045;
  padding: 10px 15px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}

.top_menu span {
  
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}

.top_menu {
  float: right;
}

/*slider*/

/*
.bs-slider {
  overflow: hidden;
  position: relative;
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
  margin: auto;
  width: 100% !important;
}

.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/********************
*****Slide effect
**********************/

/*
.fade {
  opacity: 1;
}

.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
  top: auto;
  position: relative;
}

.fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

/*
 
.control-round .carousel-control {
  margin: auto;
  top: 0;
  opacity: 1;
  bottom: 0;
  width: 40px;
  height: 40px;
  z-index: 10;
  color: #fff;
  padding: 4px;
  display: block;
  font-size: 20px;
  cursor: pointer;
  overflow: hidden;
  line-height: 34px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: #000;
  -webkit-border-radius: 100px;
  border-radius: 50%;
  border: none;
  transition: all linear 0.5s;
}

.control-round:hover .carousel-control {
  opacity: 1;
}

.right.carousel-control {
  right: 25px;
}

.left.carousel-control {
  left: 25px;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  color: #fdfdfd;
  background: #e30045;
  border: 0px transparent;
}

.fa-angle-right:before {
  line-height: 30px;
}

.fa-angle-left:before {
  line-height: 30px;
}

/*---------- SLIDE CAPTION ----------*/
/*
.slide-text {
  top: auto;
  position: absolute;
  margin: auto;
  left: 20%;
  right: auto;
  width: 60%;
  background: transparent;
  bottom: 25%;
  text-align: center;
}

.slide-text>h1 {
  display: block;
  font-size: 54px;
  color: #fff;
  font-weight: 700;
  margin-bottom: auto;
  line-height: 476px;
  letter-spacing: inherit;
  text-transform: uppercas
}

.slide-text p {
  font-size: 18px;
  color: #fff;
}

.slide-text>button {
  background: #fff;
  border: none;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1;
  margin-top: 40px;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

/*

@media (max-width: 480px) {

  .slide-text>a.btn-default,
  .slide-text>a.btn-primary {
    display: none;
  }

  .indicators-line>.carousel-indicators {
    display: none;
  }
}

/*slider-end*/
/*
 * 
.programs {
  margin-top: 130px;
  background: #0e8baa;
  padding: 50px 0;
}

.programs1 {
  margin-top: 130px;
  background: url(https://www.infinityhealthcarellc.com/wp-content/uploads/2023/08/family1.jpg) no-repeat;
  padding: 50px 0;
}

.programs .choose-content {
  text-align: center;
}

.programs .choose-content h2 {
  text-align: center;
  color: #fff;
  font-size: 45px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.programs .p-content {
  border: 1px solid #fff;
  margin-top: 30px;
  text-align: center;
}

.programs .p-content img {
  width: 100%;
}

.contentnew p {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0;
}

.programs .p-content h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #fff;
}

.programs .p-content .contentnew {
  padding-bottom: 20px;
  color: #000;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 0 10px;
  margin-bottom: 20px;
}

.programs .p-content a {
  padding: 6px 20px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  background: #FF5F15;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
}

.p-content {
	height:160px
}

.welcome-sec {
  margin-top: 70px;
}

.about-wrapper p {
  font-size: 21px;
  line-height: 25px;
  color: #afafaf;
}

.about-wrapper h1 {
  font-size: 45px;
  font-weight: 900;
  margin-bottom: 20px;
}

.about-wrapper span {
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
  color: #FF5F15;
}

.about-wrapper-right h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.about-wrapper-right {
  margin-top: 50px;
}

.mission-sec {
  margin-top: 10px;
}

.right-part {
  position: absolute;
  left: -130px;
}

.right-part img {
 margin-top:100px; 
	margin-left:270px;
}

.mission-wrapper h3 {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 30px;
  color: #FF5F15;
  border-bottom: 2px solid;
  display: inline-block;
}

.mission-wrapper p {
  font-size: 20px;
  line-height: 24px;
}

.mission-wrapper h4 {
  font-size: 50px;
  color: #FF5F15;
  line-height: 47px;
  margin-bottom: 20px;
}

.mission-wrapper {
  margin-top: 100px;
}

.add-part button {
  background: #FF5F15;
  border: none;
  padding: 20px 30px;
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 30px;
	color:#fff;
}

.add-part h2 {
  font-size: 55px;
  color: #fff;
  letter-spacing: 0;
  line-height: 56px;
}

.add-part {
  background: url(https://www.infinityhealthcarellc.com/wp-content/uploads/2023/08/family1.jpg) no-repeat;
  background-attachment: fixed !important;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  text-align: center;
}

.blogs-content {
  margin-top: 50px;
  text-align: center;
}

 .blogs-content h2 {
  text-align: center;
  color: #e30045;
  font-size: 45px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

 .blogs-content h2:after {
  position: absolute;
  background: url(../images/title-icon.png) no-repeat;
  content: '';
  width: 120px;
  height: 110px;
  right: -30px;
  top: -20px;
  bottom: 0;
  opacity: 0.4;
}

.blogs-content p {
  font-size: 18px;
  color: #383838;
  letter-spacing: 0.5px;
}

 .blog-image {
  border: 1px solid #ecebeb;
  margin-top: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 5px 8px 0px #ecebeb;
}

 .blog-image h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #000;
  padding: 0px 10px;
}

 .blog-image .blog-main {
  padding: 0 11px;
  padding-bottom: 20px;
  font-size: 15px;
  color: #000;
  height: 110px;
}

 .blog-image .readmore {
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  background: #f89101;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
}

.blog-image .post-date-light ul {
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  padding: 10px;
  margin-bottom: 17px;
}

 .blog-image .post-date-light ul li {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  color: #000;
  margin-right: 15px;
}

 .blog-image .post-date-light ul li span {
  float: left;
  font-weight: 700;
  margin-right: 8px;
  display: inline-block;
}

.blog-image .post-date-light ul li a:hover {
  color: #70c800;
}

.clients {
  padding: 30px 0 60px;
  background: #e30045;
  margin-top: 80px;
  color: #fff;
}


.clients .client-reviews h3 {
  padding-top: 50px;
  color: #fff;
  font-size: 45px;

}

.dit-sec p {
  font-size: 23px;
  line-height: 26px;
}

.clients .client-reviews a {
  display: inline-block;
  font-size: 17px;
  margin-top: 40px;
  padding: 12px 28px;
  background: #fff;
  border-radius: 27px;
  text-align: center;
  color: #000;
  font-weight: 500;
  margin-bottom: 70px;
}

.clients .client-reviews p {
  font-size: 18px;
}

.clients .testimonial {
  margin-top: 60px;
}

.clients .testimonial .info_wrap h5 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 6px;
}

.clients .testimonial .info_wrap .testimonial_status {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
}

.clients .testimonial .info_wrap .testimonial_rating i {
  margin: 6px 3px;
  color: #fac92b;
}

.clients .quote_wrap {
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #fff;
  line-height: 22px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.clients .testimonial-btn .carousel-control {
  width: 30px;
  height: 30px;
  left: 15px;
  top: 0;
  text-shadow: none;
  color: #000;
  background: #fff;
  opacity: 1;
}

.testimonial-btn {
  margin-left: 15px;
}

.clients .testimonial-btn .carousel-control.left {
  background-image: none;
  left: 0;
  right: 55px;
}

.clients .testimonial-btn .carousel-control.right {
  background-image: none;
  left: 37px;
  right: 0;
}

.dit .dit-sec {
  padding: 20px 0px;
}

.dit .dit-sec h3 {
  font-size: 55px;
  line-height: 55px;
  margin-top: 80px;
  color: #FF5F15;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
}

.dit .dit-sec h3 span {
  color: #70c800;
}

.dit .dit-sec a:hover {
  background: #f89101;
  border: 2px solid #d27a00;
}

.dit .dit-sec a {
  font-weight: 800;
  font-size: 20px;
  display: inline-block;
  border: 2px solid;
  padding: 13px 50px;
  margin-top: 30px;
}

.dit-image img {
  margin: auto;
}

.dit-image {
  margin-top: 100px;
}

footer {
  background: #f1f1f1;
  margin-top: 50px;
  padding: 50px 0 0;
  color: #212121;
}

footer h5 {
  color: #FF5F15;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
}

footer i {
  width: 20px;
  color: #FF5F15;
  padding-right: 10px;
}

footer p {
  margin-bottom: 20px;
}

footer .r-post {
  margin-bottom: 30px;
}

footer .r-post li {
  border-bottom: 1px solid #adadad;
  margin-bottom: 10px;
}

footer .r-post li a {
  color: #000;
  line-height: 31px;
}

footer .r-post li a:hover {
  color: #d82b2b;
}

footer .program {
  column-count: 2;
}

footer .program li {
  padding: 6px 0px;
}

footer .program li a {
  color: #000;
  line-height: 28px;
}

footer .program li a:hover {
  color: #d82b2b;
}

footer .copy {
  text-align: center;
  background: #fff;
  padding: 12px;
  color: #000;
  margin-top: 30px;
}

footer .copy h6 {
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
}

footer .copy h6 a:hover {
  color: #d82b2b;
}

.innerbanner .inner-heading-part {
  position: absolute;
  bottom: 27%;
  right: auto;
  background: #f69e20;
  width: 20%;
  padding: 20px;
  background-image: linear-gradient(42deg, #fef011 20%, #f68825 75%);
}
.inner-heading-part h3 {
  color: #fff;
  font-size: 23px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.innerbanner {
  position: relative;
  margin-bottom: 50px;
}
.address-deatils i {
  color: #d40041;
  font-size: 20px;
}
.address-deatils p {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 24px;
  border: 1px dotted #e30045;
  padding: 16px;
}
.contact-content .contactform .form-control {
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  height: 50px;
  border: 1px solid #d40041;
}
.contact-content .contactform textarea#exampleFormControlTextarea1 {
  height: 100px;
}
.contact-content .contactform .btn-primary {
  color: #fff;
  background-color: #e30045;
  border-color: #e30045;
  padding: 14px 40px;
  font-size: 16px;
  border-radius: 0;
}
.about-content p {
  font-size: 20px;
  line-height: 26px;
  text-align: justify;
}
.about-content h2 {
  color: #e30045;
  font-size: 37px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 30px;
}
.mission {
  margin-top: 30px;
  background: #d1f9d2;
  padding: 50px 0;
  margin-bottom: 60px;
}
.mission-content {
  background: #fff;
  padding: 20px;
}
.mission-image img {
  width: 100%;
}

.approach-sec h3 {
  font-weight: 300;
  line-height: 27px;
}

.approach-main ul li {
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 20px;
  list-style: square;
  margin-left: 16px;
}
.approach-main h4 {
  font-size: 20px;
  color: #e30045;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 20px;
}
.approach-main {
  margin-top: 20px;
}


.health-sec h3 {
  font-size: 40px;
  color: #f68825;
  margin-top: 0;
}
.health-img {
  margin-top: 30px;
}
.health-img img {
  margin: auto;
  width: 100%;
}

.health-add p {
  font-size: 16px;
  line-height: 20px;
}
.health-add h3 {
  color: #e30045;
}
.health-add {
  background: #fff;
  padding: 20px 20px;
  box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
  margin-top: 40px;
}

.education-sec p {
  font-size: 20px;
  text-align: center;
}
.education-sec h3 {
  text-align: center;
  font-size: 29px;
}
.education-sec {
  background: #e30045;
  color: #fff;
  padding: 50px;
  margin-top: 50px;
}











/******** Maximum width responsive *************/

/*
 
@media screen and (max-width:1400px){

    
}

@media screen and (max-width: 1199px){
  .right-part {
    position: absolute;
    left: -240px;
}

}

@media screen and (max-width: 991px){
  .slide-text>h1 {
    display: block;
    font-size: 44px;
  }
  .about-wrapper h1 {
    font-size: 35px;
}
.right-part {
  position: inherit;
  left: 0;
}



}

@media screen and (max-width: 767px){
  .slide-text>h1 {
    display: block;
    font-size: 33px;
    line-height: 38px;
}
.add-part h2 {
  font-size: 45px;
}
.clients .client-reviews {
  text-align: center;
}
.clients .client-reviews h3 {
  padding-top: 0px;
  color: #fff;
  font-size: 45px;
}
.clients .client-reviews a {
  margin-bottom: 10px;
}
.clients .testimonial {
  margin-top: 60px;
  text-align: center;
}
.clients .quote_wrap {
  text-align: center;
}
.dit .dit-sec h3 {
  font-size: 35px;
  line-height: 38px;}
  .dit .dit-sec {
    padding: 20px 0px;
    text-align: center;
} 
.innerbanner .inner-heading-part {
  bottom: 0;
  width: 100%;
  padding: 13px;
}

}
@media screen and (max-width: 479px){
  .logo img {
    width: 75%;
}
.about-wrapper h1 {
  font-size: 27px;
}
.mission-wrapper h4 {
  font-size: 37px;
}
.programs .choose-content h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;}


  .add-part h2 br {
    display: none;
}
.add-part h2 {
    font-size: 29px;
    line-height: 35px;
}
.blogs-content h2 {
  text-align: center;
  color: #e30045;
  font-size: 23px;
}
  header .top_contact span {
    margin-right: 15px;
    display: block;
}
.top_menu {
  float: left;
  margin-top: 10px;
}
.slide-text {display:none ;}
.clients .quote_wrap {
  text-align: center;
  font-size: 16px;
}
.dit .dit-sec h3 {
  font-size: 29px;
  line-height: 38px;
}
.dit-sec p {
  font-size: 19px;
  line-height: 22px;
}
  .about-content h2 {
    font-size: 30px;
    line-height: 30px;
}
.innerbanner .inner-heading-part {
  bottom: -50%;
}

}


    
/******** Minimum width responsive *************/

/*
@media screen and (min-width: 480px){

  }
  @media screen and (min-width: 768px){

  }
  @media screen and (min-width: 992px){

  }
  @media screen and (min-width: 1200px){
 
  
  }
  /*********************** Minimum to Maximum width *****************/

/*

@media screen and (min-width: 420px) and (max-width: 579px){
	
}

@media screen and (min-width: 580px) and (max-width: 767px){
	
}
@media screen and (min-width: 768px) and (max-width: 991px){

}
@media screen and (min-width: 992px) and (max-width: 1199px){
 
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
 
}

*/
.banner.humacareSlider .item img.mobile-slide-image {
        display:none;
    }
@media screen and (min-width: 300px) and (max-width: 767px){
    .banner.humacareSlider .item img.mobile-slide-image {
        height: 450px !important;
        display:block;
            filter: brightness(0.5);
    }
	header .top_sec{
	    height:auto;
        text-align: center;
        padding: 10px 2px;
	}
	.top_contact {
        display: flex;
        justify-content: center;
    }
	.top_menu {
        float: unset;
        margin-top: 10px;
    }
    .banner.humacareSlider {
        height: 450px;
    }
    .banner.humacareSlider .item img.slide-image {
        height: 100%;
         display:none;
    }
    .banner.humacareSlider .item {
        height: 100%;
    }
    .banner.humacareSlider .carousel-inner {
        height: 100%;
    }
    .banner.humacareSlider div#bootstrap-touch-slider {
        height: 450px;
    }
     .banner.humacareSlider .slide-text {
        top: auto;
        position: absolute;
        margin: auto;
        right: auto;
        width: 75%;
        background: transparent;
            bottom: 60px;
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
            font-size: 10px;
    }
	
	.banner.humacareSlider .slide-text p {
		font-size:18px; !important
	}
    .row.slide-text-box {
        position: relative;
    }
    .row.slide-text-box .slide-text{
        display:block;
    }

}



.newtext1 textarea{
	 height: 150px !important;
	
	
}



.programs4 {
  margin-top: 30px;
  background: #fff;
  padding: 50px 0;
}

.programs4 .choose-content4 {
  text-align: center;
}

.programs4 .choose-content4 h2 {
  text-align: center;
  color: #000;
  font-size: 45px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.programs4 .p-content4 {
  border: 2px solid #f2efef;
  margin-top: 30px;
	border-radius:5px;
  text-align: center;
}

.programs4 .p-content4 img {
  width: 100%;
}

.banner {
  position: relative;
  text-align: center;
  color: #fff;
}

.banner-text {
  position: absolute;
  top: 50%; 
  transform: translate(3%, -50%);
  background: rgba(0, 0, 0, 0.4);  Transparent dark background */
  padding: 30px 60px;
  border-radius: 10px;
  max-width: 100%;
	text-align:center;
}

.banner-text h2 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.banner-text p {
  font-size: 18px;
  margin-bottom: 20px;
}

.btn-banner {
  display: inline-block;
  padding: 12px 25px;
  background: #37B9E9;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.btn-banner:hover {
  background: #2497c9;
}

 .services-section {
            width: 100%;
            max-width: 1920px;
            padding: 60px 40px;
            background: white;
            border-radius: 30px;
            overflow-x: auto;
	 background:9C72A5;
        }

        .section-heading {
            text-align: center;
            margin-bottom: 70px;
            position: relative;
        }

        .section-heading h2 {
            font-size: 3.5rem;
            color: #2c3e50;
            font-weight: 700;
            letter-spacing: -1px;
        }

        .section-heading h2::after {
            content: '';
            display: block;
            width: 100px;
            height: 6px;
            background: linear-gradient(90deg, #3498db, #9b59b6);
            margin: 20px auto;
            border-radius: 10px;
        }

        .section-heading p {
            font-size: 1.3rem;
            color: #7f8c8d;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .services-container {
            min-width: 1600px;
            margin: 0 auto;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(8, 1fr);
            gap: 30px;
            justify-items: center;
        }

        .service-item {
            text-align: center;
            padding: 50px 25px;
            background: white;
            border-radius: 50%;
            transition: all 0.5s ease;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            width: 140px;
            height: 140px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            border: 2px solid #9C72A5;
        }

        .service-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(52, 152, 219, 0.1), transparent);
            transition: left 0.7s ease;
        }

        .service-item:hover::before {
            left: 100%;
        }

        .service-item:hover {
            transform: translateY(-15px) scale(1.05);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .service-icon {
            font-size: 3.5rem;
            margin-bottom: 25px;
            display: block;
            transition: all 0.5s ease;
            z-index: 2;
        }

        .service-item:hover .service-icon {
            transform: rotate(360deg) scale(1.2);
        }

        .service-name {
            font-size: 1.3rem;
            font-weight: 600;
            line-height: 1.4;
            transition: all 0.3s ease;
            color: #2c3e50;
            z-index: 2;
        }

        .service-item:hover .service-name {
            color: #3498db;
            transform: scale(1.1);
        }

        /* Individual icon colors */
        .service-item:nth-child(1) .service-icon { color: #e74c3c; }
        .service-item:nth-child(2) .service-icon { color: #3498db; }
        .service-item:nth-child(3) .service-icon { color: #2ecc71; }
        .service-item:nth-child(4) .service-icon { color: #f39c12; }
        .service-item:nth-child(5) .service-icon { color: #9b59b6; }
        .service-item:nth-child(6) .service-icon { color: #1abc9c; }
        .service-item:nth-child(7) .service-icon { color: #e67e22; }
        .service-item:nth-child(8) .service-icon { color: #34495e; }

        /* Pulse animation */
        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }

        .service-item .service-icon {
            animation: pulse 4s infinite ease-in-out;
        }

        .service-item:nth-child(even) .service-icon {
            animation-delay: 0.5s;
        }

        .service-item:nth-child(3n) .service-icon {
            animation-delay: 1s;
        }

        /* Bounce animation on hover */
        @keyframes bounce {
            0%, 20%, 60%, 100% { transform: translateY(0); }
            40% { transform: translateY(-10px); }
            80% { transform: translateY(-5px); }
        }

        .service-item:active {
            animation: bounce 0.6s ease;
        }

        /* Scrollbar styling for the container */
        .services-section::-webkit-scrollbar {
            height: 12px;
        }

        .services-section::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }

        .services-section::-webkit-scrollbar-thumb {
            background: linear-gradient(90deg, #3498db, #9b59b6);
            border-radius: 10px;
        }

        .services-section::-webkit-scrollbar-thumb:hover {
            background: linear-gradient(90deg, #2980b9, #8e44ad);
        }

        /* Responsive adjustments */
        @media (max-width: 1800px) {
            .services-container {
                min-width: 1400px;
            }
            
            .service-item {
                width: 150px;
                height: 150px;
            }
            
            .service-icon {
                font-size: 3rem;
            }
            
            .service-name {
                font-size: 1.4rem;
            }
        }

        @media (max-width: 1500px) {
            .services-container {
                min-width: 1200px;
            }
            
            .service-item {
                width: 120px;
                height: 120px;
                padding: 40px 20px;
            }
            
            .service-icon {
                font-size: 2.8rem;
                margin-bottom: 20px;
            }
            
            .service-name {
                font-size: 1.1rem;
            }
        }

        @media (max-width: 1200px) {
            .services-container {
                min-width: 1000px;
            }
            
            .service-item {
                width: 120px;
                height: 120px;
                padding: 30px 15px;
            }
            
            .service-icon {
                font-size: 2.5rem;
                margin-bottom: 15px;
            }
            
            .service-name {
                font-size: 1rem;
            }
        }

        @media (max-width: 768px) {
            .section-heading h2 {
                font-size: 2.8rem;
            }
            
            .section-heading p {
                font-size: 1.1rem;
            }
        }


 .testimonial-section {
            background: url('https://www.technogant.com/activecare/wp-content/uploads/2025/10/WhatsApp-Image-2025-09-29-at-7.33.01-PM.jpeg') no-repeat center center;
            background-size: cover;
            background-attachment: fixed;
            padding: 100px 0;
            position: relative;
            text-align: center;
            color: #006ae8;
        }

        

        .section-title {
            font-size: 42px;
            margin-bottom: 60px;
            font-weight: 700;
            letter-spacing: 1px;
            position: relative;
            display: inline-block;
        }

        .section-title:after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: #006ae8;
            border-radius: 2px;
        }

        .testimonial-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            margin-bottom: 60px;
        }

        .testimonial-card {
            background: #4c0a5a;
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 30px;
            max-width: 350px;
            text-align: left;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.2);
			color:#fff;
        }

        .testimonial-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }

        .quote-icon {
            font-size: 24px;
            color: #4dabf7;
            margin-bottom: 15px;
        }

        .testimonial-text {
            font-size: 16px;
            line-height: 1.7;
            margin-bottom: 20px;
            font-style: italic;
        }

        .client-info {
            display: flex;
            align-items: center;
        }

        .client-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 15px;
            border: 3px solid rgba(255, 255, 255, 0.3);
        }

        .client-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .client-details h4 {
            font-size: 18px;
            margin-bottom: 5px;
        }

        .client-details p {
            font-size: 14px;
            opacity: 0.8;
        }

        .referral-cta {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 15px;
            padding: 40px;
            max-width: 800px;
            margin: 0 auto;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .referral-cta h2 {
            font-size: 36px;
            margin-bottom: 20px;
            font-weight: 700;
        }

        .referral-cta p {
            font-size: 18px;
            margin-bottom: 30px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .referral-cta button {
            background: #006ae8;
            border: none;
            color: #fff;
            padding: 18px 35px;
            font-size: 16px;
            display: inline-block;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 1.5px;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 106, 232, 0.4);
        }

        .referral-cta button:hover {
            background: #0056b3;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 106, 232, 0.6);
        }

        /* Animation for testimonials */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .testimonial-card {
            animation: fadeInUp 0.6s ease forwards;
        }

        .testimonial-card:nth-child(2) {
            animation-delay: 0.2s;
        }

        .testimonial-card:nth-child(3) {
            animation-delay: 0.4s;
        }

        /* Responsive styles */
        @media (max-width: 992px) {
            .testimonial-container {
                gap: 20px;
            }
            
            .testimonial-card {
                max-width: 300px;
            }
            
            .referral-cta h2 {
                font-size: 32px;
            }
        }

        @media (max-width: 768px) {
            .testimonial-section {
                padding: 80px 0;
            }
            
            .section-title {
                font-size: 36px;
            }
            
            .testimonial-card {
                max-width: 100%;
            }
            
            .referral-cta {
                padding: 30px 20px;
            }
            
            .referral-cta h2 {
                font-size: 28px;
            }
            
            .referral-cta p {
                font-size: 16px;
            }
        }

        @media (max-width: 576px) {
            .section-title {
                font-size: 30px;
            }
            
            .referral-cta h2 {
                font-size: 24px;
            }
            
            .referral-cta button {
                padding: 15px 25px;
                font-size: 14px;
            }
        }


.therapy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
	margin-bottom:50px;
}

.therapy-card {
  text-align: center;
            padding: 50px 25px;
            background: #7A4A97;
            border-radius: 50%;
            transition: all 0.5s ease;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            width: 200px;
            height: 200px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            border: 4px solid #ff5f15;
	color:#fff;
}

.therapy-card i {
  font-size: 40px;
  margin-bottom: 15px;
}

.therapy-card:hover {
  transform: translateY(-5px);
}

/* Example Gradients 
.gradient-orange { background: linear-gradient(135deg, #ff7a18, #ffb347); }
.gradient-pink { background: linear-gradient(135deg, #ff6a88, #ff99ac); }
.gradient-yellow { background: linear-gradient(135deg, #f7971e, #ffd200); }
.gradient-red { background: linear-gradient(135deg, #ff416c, #ff4b2b); }
.gradient-blue { background: linear-gradient(135deg, #36d1dc, #5b86e5); }
.gradient-purple { background: linear-gradient(135deg, #a18cd1, #fbc2eb); }
.gradient-gold { background: linear-gradient(135deg, #f6d365, #fda085); }
.gradient-pinkred { background: linear-gradient(135deg, #f857a6, #ff5858); }*/

.arrow-icon {
  color: #ff6600;         /* Orange arrow */
  margin-right: 10px;     /* Space between arrow & text */
  font-size: 28px;
  vertical-align: middle;
  transform: rotate(45deg);  /* Rotate so it points → */
  transition: transform 0.3s ease, color 0.3s ease;
}

h3:hover .arrow-icon {
  color: #007bff;         /* Change to blue on hover */
  transform: rotate(45deg) translateX(5px); /* Slide smoothly */
}

.about-content {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.arrow-icon {
    color: #ff6600;
    margin-right: 8px;
}

.custom-list {
    margin-left: 35px;
    margin-top: 10px;
    margin-bottom: 20px;
    list-style-type: disc;
}

.custom-list li {
    margin-bottom: 8px;
    position: relative;
}

.custom-list li::marker {
    color: #7a4a97f2; /* Custom orange bullet */
}
