/*
Theme Name: BloomClinixTheme
Author: Rohit Kumar
Version: 1.0
*/


.__ov:hover{text-decoration: underline;}

/* .fancy-content-box-two.no-shadow .box-content {
    margin-bottom: 62px;
}
 */
/* .fancy-content-box-two.no-shadow .box-content {
    width: 86%;
    height: 136px;
} */



/* about us page */
	.new-about {
    padding: 100px 0px 70px;
}
/* .ov-sec{
	padding:30px 0px 50px;
	overflow:hidden;
} */
section.ov-sec .section-head {
    margin-bottom: 30px;
}
.ov-sec h2{
    padding: 20px 0;
    text-align: center;
    font-size: 45px;
    font-weight: 800;
    color: #3d3d3d;
}
.ov-content-wrapper{
background: var(--th-primary-color);  
	padding: 30px 20px 20px;
    border-radius: 15px;
	transition:0.5s ease;
	min-height: 280px;
}
.ov-content-wrapper:hover{
	transform:translatey(-20px);
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.ov-icons {
    width: 70px;
    filter: invert(1);
}
.ov-title {
    color: #fff;
    padding: 20px 0px 15px;
    font-weight: 800;
}
.ov-content-wrapper p{
    color: #fff;
    font-size: 17px;
}


.how-wrk {
    padding: 50px 0px 70px;
	overflow:hidden;
}
.how-wrk h2 {
    padding: 20px 0;
    text-align: center;
    font-size: 45px;
    font-weight: 800;
    color: #3d3d3d;
}

.hiw-steps {
    list-style: none;
    padding: 0;
    margin: 0 0 -16px;
}
.hiw-steps li {
    position: relative;
}
.hiw-steps li .number {
    position: relative;
    display: inline-block;
    background: #fff;
    font-size: 18px;
    line-height: 1.222222222222222;
    font-weight: 600;
color: var(--th-primary-color); 
	padding-right: 13px;
    z-index: 2;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.hiw-steps li .content {
    position: relative;
    display: flex;
    padding-left: 40px;
    padding-bottom: 16px;
}
.hiw-steps li .ill {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 92px;
    flex: 0 0 82px;
    border-radius: 12px;
    box-shadow: -20px 20px 40px 0 rgb(35 44 79 / 5%);
	background: var(--th-primary-color);
}
.hiw-steps li .text {
    display: flex;
    flex-direction: column;
    padding-left: 30px;

}
.hiw-steps li .text strong {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: #3d3d3d;
    margin: 0 0 12px;
}
.unlimited-access-hiw .hiw-steps li .text span {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: -0.1px;
    color: #72717d;
}
.hiw-steps li .content::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 8px;
    width: 1px;
    height: 100%;
    background-color: #107a4a;
}
.container::after {
    display: block;
    clear: both;
    content: "";
}
.ill img {
    width: 60px;
	filter: brightness(0) invert(1);
}

/* about us page End */

/* epr registration */
.epr-banner-sec {
	padding: 60px 0px;
    background-image: url(https://smanik.co.in/enviro/wp-content/uploads/2025/09/epr-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.epr-banner-cont h1 {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 60px;
	color:#f2f2f2;
}
.epr-banner-cont p {
    font-size: 19px;
    font-weight: 700;
	color:#f2f2f2;
}
.epr-banner-cont ul {
    margin-top: 28px;
}
.epr-banner-cont ul li {
    font-size: 17px;
    margin-bottom: 10px;
	position:relative;
	color:#f2f2f2;
	padding-left:30px;
}
.epr-banner-cont ul li .arr-right {
    width: 20px;
    position: absolute;
    left: 0px;
    filter: invert(1);
}
.epr-form-wrapper {
    width: 450px;
    margin-left: auto;
    background: #ffffff;
    padding: 40px 30px 30px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.epr-form-wrapper h3 {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}
.epr-form-wrapper input{
	    min-height: 45px;
}
.epr-form-wrapper textarea{
	resize:none;
}
.epr-form-wrapper input,
.epr-form-wrapper textarea{
    border-color: #107a4a;
    border-width: 2px;
}
.epr-form-wrapper input:focus,
.epr-form-wrapper textarea:focus{
	border-color: #19df86;
}
.epr-form-wrapper .thm-btn i{
	transition:0.3s ease;
}
.epr-form-wrapper .thm-btn:hover i{
	padding-left:10px;
}
.epr-form-wrapper .inpt-box {
    position: relative;
}
.epr-form-wrapper .inpt-box br {
    display: none;
}
.epr-form-wrapper .inpt-box .inpt-icons{
    position: absolute;
    right: 20px;
    top: 10px;
}
.inpt-icons .fa-mobile{
	font-size:23px;
}
/* epr registration  */

/* Environmental*/
.env-banner-sec {
    padding: 60px 0px 30px;
    background-image: url(https://smanik.co.in/enviro/wp-content/uploads/2025/09/audit-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    z-index: 1;
}
.env-banner-sec:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0a4517d6;
    top: 0;
    z-index: -1;
}
.env-banner-cont h1 {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 60px;
    color: #fff;
}
.env-img-bx.env-img-bx img {
    border-radius: 15px;
    width: 100%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.env-banner-cont h3 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
.env-banner-cont p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
}
.evn-sec2 {
    padding: 50px 0px;
}
.env-cont-wrap h2 {
    font-weight: 700;
    margin-bottom: 15px;
	font-size: 25px;
}
.env-cont-wrap ul li{
	font-size:17px;
	margin-bottom:15px;
	color: #3f3f3f;
	list-style-type: square;
}
.evn-sec2 img {
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.env-cont-wrap ol{
	padding:0px;
}
.env-cont-wrap ol li{
	font-size:17px;
	margin-bottom:15px;
	color: #3f3f3f;
	list-style: numbers;
}
.env-cont-wrap {
       border: 1px solid #107a4a;
    padding: 30px;
    height: 100%;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.evn-sec3 {
    padding: 60px 0px;
    background-image: url(https://smanik.co.in/enviro/wp-content/uploads/2025/09/environmental-bg.jpg);
    background-size: cover;
    background-position: top;
    z-index: 2;
    position: relative;
}
.evn-sec3:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: #f5deb3b0;
    z-index: -1;
}
.scop-cont h2 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 40px;
	text-align:center
}
.scop-cont p {
    max-width: 750px;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
    font-size: 19px;
    font-style: italic;
}
.scop-cont ul{
	display:flex;
	flex-wrap:wrap;
}
.scop-cont ul li {
    width: 50%;
    list-style: nu;
    padding-right: 24px;
    font-size: 17px;
    margin-bottom: 15px;
    color: #3f3f3f;
}

.why-ch-sec {
    padding: 70px 0px 40px;
    background-image: url(https://img.freepik.com/premium-photo/minimalist-white-background-with-green-energy-symbols_1106493-422527.jpg?w=1480);
    position: relative;
    z-index: 1;
	background-size:cover;
}
.why-ch-sec:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    background: #f7f7f7ba;
    z-index: -1;
}
.why-ch-sec img {
    width: 100%;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.why-ch-cont h2 {
	font-weight: 700;
    margin-bottom: 15px;
    font-size: 40px;
}
.why-ch-cont ul {
    padding-left: 15px;
}
.why-ch-cont ul li {
    list-style: square;
    padding-right: 24px;
    margin-bottom: 8px;
    color: #3f3f3f;
    display: block;
}


/* Environmental End */



.contact-form .sec-title h1 {
    color: #107a4a;
	margin-bottom: 15px
}

.contact-form  .sec-title{
	padding-bottom: 18px;
}

.epr-cont-sec {
    padding: 40px 0px;
}
.epr-cont-wrap p {
    font-size: 17px;
}
.epr-cont-wrap h2 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 25px;
    font-weight: 700;
}
.epr-cate li {
    list-style: inherit;
    font-weight: bold;
    margin-bottom: 5px;
	font-size:16px;
}
.batry-ul {
    padding-left: 30px;
}
.batry-ul li {
    list-style: circle;
    margin-bottom: 5px;
    font-weight: 700;
	font-size:16px;
}
.impt-epr-ul li {
    list-style-type: disclosure-closed;
    margin-bottom: 17px;
    font-size: 16px;
}
ol.process-ol li {
    list-style-type: decimal;
    margin-bottom: 15px;
}
.epr-issue li{
    margin-bottom: 10px;
}
.epr-issue li strong {
    font-size: 18px;
}
.epr-cont-wrap h3{
	color: #3f3f3f;
    padding: 4px 10px;
    margin-bottom: 8px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
}
.doc-ul li{
    list-style: decimal;
}
.blog-single-area .single-blog-post h3{
	font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
	margin-top:30px;
}
.blog-single-area .single-blog-post h3:first-of-type {
    margin-top: 0; 
}
/* section.partner-sec h2 {
    text-align: center;
    margin-bottom: 35px;
    font-weight: 800;
    font-size: 45px;
} */
/* section.partner-sec h2 {
    text-align: center;
    margin-bottom: 35px;
    font-weight: 800;
    font-size: 45px;
} */
.hm-cont-details h2{
    margin-bottom: 35px;
    font-weight: 800;
    font-size: 45px;
	color: #000;
}
.hm-cont-details .sub-tite {
    font-weight: bold;
	color: var(--th-secondary-color);
    font-size: 17px;
}
.detail-wrp {
    display: flex;
    gap: 20px;
	margin-bottom: 20px;
}
.cont-de h6 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
	color: #000;
}
.cont-de p{
	margin-bottom:0px;
	color: #000;
}
.detail-wrp .cont-de a {
    display: block;
    color: #000;
    font-weight: 500;
	transition:0.3s ease;
}
.detail-wrp .cont-de a:hover{
	color: var(--th-color-black);
}
.de-icon i {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
	background: var(--th-secondary-color);
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
}
.hm-frm input, .hm-frm textarea {
    width: 100% !important;
   border: 2px solid #60605d;
    padding: 15px 10px;
    border-radius: 5px;
}
.hm-frm .ep {
    padding-right: 0px!important;
}
.hm-frm textarea {
    height: 150px !important;
}
.hm-frm .thm-btn {
width: 150px !important;
    cursor: pointer;
	border-color: var(--th-color-black);
    padding: 15px 20px;
	background: #fff;
    color: #000;
}
.abr-btm h2 {
    padding: 20px 0;
    text-align: center;
    font-size: 45px;
    font-weight: 800;
    color: #3d3d3d;
    margin-bottom: 20px;
}
.wrk-prc-img {
    border-radius: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.how-wrk .section-head {
    margin-bottom: 30px;
}


#team {
    padding: 50px 0px;
}
#team {
    padding: 50px 0px 70px;
    background-image: url(https://www.smanik.co.in/divine/wp-content/uploads/2025/10/bg-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    z-index: 1;
}
#team:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background: #f2f2f2c7;
    z-index: -1;
}

#team .card {
    border: none;
    background: #ffffff;
}

#team .section-title {
    padding:0px;
    text-align: center;
    font-size: 45px;
    font-weight: 800;
    color: #3d3d3d;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
}

.image-flip {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 22px 15px 20px;
    border-radius: 20px;
	background:#fff;
	height: 100%;
}

.frontside .card .card-title{
   color: var(--th-primary-color);!important;
    font-weight: 700;
	margin-bottom: 5px;
}

.frontside .card span {
    font-size: 15px !important;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.image-flip .btn-primary{
	color: #fff;
    background: var(--th-primary-color);
    border-color: #21996c;
}
.image-flip .btn-primary:hover{
	background-color:#fbd635;
	 border-color: #fbd635;
}
.blog-pg-bg {
    background: #f7f7f7;
	padding: 90px 0px 0px;
}



@media(max-width:767px){
/* 	.new-about .callto-action-text {
    margin-top: 25px;
} */
	.blog-pg-bg {
		padding-top:60px!important;
	}
	.abr-btm {
    padding: 0px 0px 30px;
}
	.abr-btm h2{
		font-size:30px;
		margin-bottom: 15px;
	}
	.hm-frm .ep{
		padding-right:15px;
	}
	.hm-frm .ep {
    padding-right: 15px!important;
}
	.new-about {
    padding-top: 60px !important;
}
	.ov-sec{
		padding: 30px 0px;
		background-position: right;
	}
	.ov-sec:after {
    background: #ffffffde;
}
	img.omv-img {
    margin-bottom: 20px;
}
	.ov-sec h2,
	.how-wrk h2{
		font-size:30px;
	}
	
	.ov-content-wrapper{
		margin-bottom:20px;
		min-height:auto;
	}
	.ov-icons{
    width: 55px;
	}
	.ov-title,
	.hiw-steps li .text strong {
		font-size: 20px;
	}
	.ov-sec .section-head,
	.how-wrk .section-head{
    margin-bottom: 10px!important;
}
	
	.ov-content-wrapper p,
	.text span {
		font-size:15px;
	}
	.how-wrk {
		padding: 30px 10px 50px;
	}
	.wrk-prc-img{
	  margin-top: 55px;
      width: 100%;
	  border-radius: 15px;
	}
	
	#blog-area{
		padding-top: 70px;
		padding-bottom: 0px;
	}
	.epr-banner-cont h1{
		font-size: 30px;
		line-height: 40px;
	}
	.epr-banner-cont p {
		font-size: 17px;
	}
	.epr-banner-cont ul li{
    font-size: 16px;
	 margin-bottom: 5px;
	}
	.epr-form-wrapper {
		margin-top: 20px;
		padding: 30px 15px 15px;
		width:auto;
	}
	.epr-form-wrapper h3 {
		font-size: 22px;
	}
	.env-banner-sec {
		padding: 40px 0px 30px;
	}
	.env-banner-cont h1 {
		font-size: 30px;
		 margin-bottom: 10px;
    	line-height: 40px;
	}
	.env-banner-cont h3 {
		margin-bottom: 10px;
		font-weight:600
	}
	.evn-sec2 {
    padding: 30px 0px 10px;
}
	.env-cont-wrap {
		padding: 22px;
		height: auto;
        margin-bottom: 20px;
	}
	.env-cont-wrap h2 {
		line-height:30px;
		font-size:23px;
	}
	.env-banner-cont p {
		font-size:16px;
	}
	.evn-sec3 {
		padding: 40px 0px 30px;
	}
	.scop-cont h2 {
		    font-size: 25px;
    line-height: 35px;
	}
	.scop-cont p {
	margin-bottom: 25px;
    font-size: 16px;
	}
	.scop-cont {
    padding: 0px 15px;
}
	.scop-cont ul li {
		font-size: 16px;
    margin-bottom: 10px;
		width:100%;
		padding-right:0px;
	}
	.why-ch-sec {
		padding: 20px 0px 10px;
	}
	.why-ch-cont h2 {
		font-size: 25px;
    margin-top: 30px;
	}
	.why-ch-cont ul li {
    font-size: 16px;
    margin-bottom: 10px;
}
	#team .section-title{
		font-size: 30px;
		padding: 0px 0 30px;
	}
	.image-flip{
		margin-bottom:20px;
		height: auto;
	}
	.header-sec {
    padding: 15px 10px 0px;
}
	.header-sec img {
    max-width: 110px;
    display: block;
    margin: 5px 0px 0px 0px;
}
	.contact-form{
		padding: 40px 15px 30px;
	}
}

.text-holder .text ul li {
    list-style-type: disclosure-closed;
	margin-bottom:10px;
}

.text-holder .text ul{
	padding-left:15px;
	margin-bottom: 15px;
}
img.omv-img {
    border-radius: 30px;
}

.fancy-content-box-two:hover img {
    transform: scale(1.1);
}

/* our projects */
.our-projects p:empty {
    display: none;
}
   .our-projects {
      padding: 80px 0;
      background: #f9f9f9;
    }
    .project-item {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      cursor: pointer;
      transition: transform 0.3s ease;
    }
    .project-item:hover {
      transform: scale(1.03);
    }
    .project-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.4s ease;
    }
    .project-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6);
      opacity: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.4s ease;
    }
    .project-item:hover .project-overlay {
      opacity: 1;
    }
    .zoom-icon {
      color: #fff;
      font-size: 28px;
      transform: scale(0.8);
      transition: transform 0.3s ease;
    }
    .project-item:hover .zoom-icon {
      transform: scale(1);
    }
    .section-title {
      text-align: center;
      margin-bottom: 50px;
    }
    .section-title h2 {
      font-weight: 800;
      font-size: 45px;
      position: relative;
      display: inline-block;
    }
/*     .section-title h2::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background-color: #007bff;
    } */
/* .lg-toolbar, .lg-toolbar .lg-icon {
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
  z-index: 999999 !important;
  color: #fff !important;
}
.lg-backdrop {
  background: rgba(0,0,0,0.9) !important;
} */

#contactModal .close {
    color: #fff;
    opacity: 1;
}

@media(max-width:768px){
	.section-title h2 {
		font-size: 30px;
	}
	
	.our-info {
    padding-right: 0px;
}
}
