/*
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;
	background:#edecec;
}
section.ov-sec .section-head {
    margin-bottom: 30px;
}
.ov-sec h2{
    padding: 20px 0;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #3d3d3d;
}
.ov-content-wrapper{
    background: #171c1a;
    padding: 30px 20px 20px;
    border-radius: 15px;
	transition:0.5s ease;
	min-height: 270px;
}
.ov-content-wrapper:hover{
	transform:translatey(-20px);
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	 background: #38b6ff;
}
.ov-icons {
    width: 70px;
    filter: invert(1);
	transition:0.5s ease;
}
.ov-content-wrapper:hover .ov-icons{
	filter: invert(1);
    animation-name: moveIcon;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.ov-title {
    color: #fff;
    padding: 20px 0px 10px;
    font-weight: 900;
}
.ov-content-wrapper p{
    color: #fff;
    font-size: 17px;
}


.how-wrk {
    padding: 50px 0px 70px;
	overflow:hidden;
	display:none;
}
.how-wrk h2 {
    padding: 20px 0;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    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: #107a4a;
    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-color: rgb(16 122 74);
}
.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: 900;
    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: invert(1);
}
.text span {
    font-size: 17px;
}

/* about us page End */

/* epr registration */
.epr-banner-sec {
	padding: 60px 0px;
    background-image: url(https://smanik.co.in/omzee/wp-content/uploads/2025/11/car-scrap.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
    z-index: 1;
}
.epr-banner-sec:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #171c1ae6;
    z-index: -1;
}
.epr-banner-cont h1 {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 60px;
	color:#fff;
}
.epr-banner-cont p {
    font-size: 16px;
	color:#fff;
}
.epr-banner-cont ul {
    margin-top: 28px;
}
.epr-banner-cont ul li {
    font-size: 17px;
    margin-bottom: 10px;
	position:relative;
	color:#fff;
	padding-left:30px;
	font-weight:600;
}
.epr-banner-cont ul li .arr-right {
    width: 20px;
    position: absolute;
    left: 0px;
    filter: invert(1);
	top:6px;
}
.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;
	min-height: 100px;
}
.epr-form-wrapper input,
.epr-form-wrapper textarea{
    border-color: #171c1a;
    border-width: 1px;
}
.epr-form-wrapper input:focus,
.epr-form-wrapper textarea:focus{
	border-color: #171c1a;
}
.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-banner-cont ul {
    padding-left: 15px;
}
.env-banner-cont ul li {
    font-size: 17px;
    margin-bottom: 5px;
    position: relative;
    color: #f8f8f8;
    padding-left: 15px;
}
.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:10px;
	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 #171c1a;
    padding: 35px 40px 10px 45px;
    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{
	overflow:hidden;
}
.why-ch-sec .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.why-ch-sec .no-gutters > [class*='col-'] {
    padding: 2.5px;
}
.why-item {
    text-align: center;
    background: #171c1a;
    padding: 40px 15px;
    transition: 0.7s ease;
    min-height: 280px;
    display: flex;
    align-items: center;
}
.why-item:hover{
	background:#5599c1;
}

.why-ch-sec h2 {
	font-weight: 700;
    margin-bottom: 40px;
    font-size: 45px;
	text-align:center
}

.why-ch-sec img {
    width: 65px;
	transition:0.5s ease;
	position:relative;
	filter:invert(1)
}
.why-cont .why-ch-title {
    margin-bottom: 15px;
    margin-top: 24px;
    font-weight: 600;
	line-height: 25px;
	font-size: 20px;
	color:#fff;
}
.why-cont p {
    line-height: 28px;
	color:#fff;
}
.why-item:hover .why-ch-title,
.why-item:hover p {
	color: #fff!important;
}
.why-item:hover img{
	filter:invert(1);
  animation-name: moveIcon;   /* animation ka naam */
  animation-duration: 1s;        /* total duration */
  animation-timing-function: ease; /* motion type */
  animation-delay: 0s;           /* start hone ka delay */
  animation-iteration-count: 1;  /* kitni baar chale */
  animation-fill-mode: forwards; /* end hone ke baad final state rakhe */
}

@keyframes moveIcon {
  0% {
    opacity: 0;
    transform: rotate(-18deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}

/* Environmental End */



.contact-form .sec-title h1 {
    color: #107a4a;
}

.epr-cont-sec {
    padding: 20px 0px 40px;
}
.epr-cont-wrap p {
    font-size: 17px;
}
.epr-cont-wrap h2 {
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 25px;
    font-weight: 900;
}
ul.doc-ul {
    padding-left: 25px;
    margin-bottom: 5px;
}
.epr-cate li {
    list-style: inherit;
    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: 900;
    margin-bottom: 10px;
	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;
}
.hm-cont-details .sub-tite {
    font-weight: bold;
    color:#39b6ff;
    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;
}
.cont-de p{
	margin-bottom:0px;
}
.detail-wrp .cont-de a {
    display: block;
    color: #3f3f3f;
    font-weight: 500;
    font-size: 17px;
}
.de-icon i {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #171c1a;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
}
.hm-frm input, .hm-frm textarea {
    width: 100% !important;
   border: 1px solid #171c1a;
    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:#f0001d;
	font-family:rajdhani;
	font-size:18px;
}
.hm-frm .thm-btn:hover{
	border-color:#000;
}
@media(max-width:767px){
	.why-ch-sec h2{
		font-size:30px;
		margin-bottom:30px;
	}
/* 	.new-about .callto-action-text {
    margin-top: 25px;
} */
	.hm-frm .ep{
		padding-right:15px;
	}
	.hm-frm .ep {
    padding-right: 15px!important;
}
	.new-about {
    padding-top: 60px !important;
}
	.ov-sec{
		padding: 30px 0px;
	}
	.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: 22px;
	}
	.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 70px;
	}
	#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: 15px 0px 40px!important;
	}
	.why-ch-cont h2 {
		font-size: 25px;
    margin-top: 30px;
	}
	.why-ch-cont ul li {
    font-size: 16px;
    margin-bottom: 10px;
}
}

.text-holder .text ul li {
    list-style-type: disc;
}

.text-holder .text ul{
	padding-left:15px;
	margin-bottom: 15px;
}

/* policy css */
.policy-sec {
    padding: 70px 0px 70px;
}
.scrap-ul {
    padding-left: 30px;
}
.scrap-ul li {
    list-style: disc;
}
/* End Policy Css */

/* faq */
.faq-sec {
    padding: 50px 0px;
	overflow:hidden;
}
.wrapper .container {
    box-shadow: rgb(149 157 165 / 15%) 0px 8px 24px;
    border-radius: 10px;
    margin-bottom: 15px;
    background: #171c1a;
    color: #fff;
	overflow:hidden;
}
.fq-title h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 40px;
}
.question {
  font-size: 18px;
  font-weight: 700;
	padding: 12px 70px 12px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
	font-family:rajdhani;
}
.question:hover{
	background: #38b6ff;
	transition:0.5s ease;
}
.question.active {
    background: #38b6ff;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
    padding: 20px 20px 20px;
  line-height: 1.5rem;
}
.answer p{
	margin:0px;
}

.question.active + .answercont {
}

@media screen and (max-width: 790px){
  .wrapper {
  width: 100%;
}
	.wrapper .container{
		padding:0px;
	}
	.fq-title h2{
		font-size:30px;
	}
	.question {
		font-size: 17px;
		line-height:25px;
	}
}

/* gallery css */
.gallery {
      padding: 80px 0px 0px;
    }
.gallery h2 {
    padding: 0px 0 30px;
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    color: #3d3d3d;
}

    .gallery-item {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      cursor: pointer;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: all 0.4s ease;
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; /* ensures all images fill evenly */
      transition: transform 0.5s ease, filter 0.5s ease;
    }

    .gallery-item:hover img {
      transform: scale(1.08);
      filter: brightness(80%);
    }

    .gallery-item::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.25);
      opacity: 0;
      transition: opacity 0.3s ease;
      border-radius: 10px;
    }

    .gallery-item:hover::after {
      opacity: 1;
    }
.lg-thumb-item:last-child {
    display: none;
}
.lg-sub-html {
    display: none;
}
.gl-gallery .gallery-item{
	height:280px;
}
.gl-gallery h2{
	padding: 0px 0 30px;
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    color: #3d3d3d;
}
.gl-gallery {
    padding: 20px 0px;
}
/*  home gallery*/
.hm-gallery .gallery-item{
	height:210px;
}


/* end home gallery*/
@media (min-width: 768px) {
    .lg-outer .lg-thumb {
        padding: 10px 0;
        display: flex;
        justify-content: space-evenly;
        margin: auto;
    }
}
@media (max-width:768px){
	.gallery {
      padding: 80px 10px 20px;
    }
	.gallery .col-6 {
    padding: 5px;
	margin-bottom: 0px !important;
}
	.policy-sec {
    padding: 35px 0px 30px;
}
	.epr-cont-wrap h2 {
    font-size: 28px;
    line-height: 40px;
}
	.gallery h2 {
		font-size:30px;
	}
	.gl-gallery .gallery-item {
    height: 130px;
}
	.gl-gallery h2 {
		font-size:30px;
	}
	.gl-gallery p:empty {
    display: none;
}
	.gallery p:empty {
    display: none;
}
	.gl-gallery .col-6{
		padding:5px;
		margin-bottom:0px!important;
	}
	.hm-gallery {
    padding-top: 50px;
}
	.hm-gallery .gallery-item {
    height: 150px;
}
#lg-container-1 .lg-outer .lg-object{max-width: 90%;}

	#lg-container-3 .lg-outer .lg-object{max-width: 90%;}

}


/* Call Now button */

.call-main {
    display: flex;
    justify-content: flex-start;
	gap: 50px;
}

.pulse-button span {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 12px;
    color: #333;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    float: right;
    line-height: 15px;
    text-align: center;
}

.pulse-button span:before{
  font-family: FontAwesome;
  content:"\f095";
  width:15px;
  height:15px;
  display:block;
  margin:13px 15px;
  -webkit-animation: wiggle 2s infinite;
	-moz-animation: wiggle 2s infinite;
	animation: wiggle 2s infinite;
}

.call-main .wht-i {
    background: #25d366;
	box-shadow: 0 0 0 0 rgb(37 211 102);
}

.wht-i span:before{
  font-family: FontAwesome;
  content:"\f232";
  width:15px;
  height:15px;
  font-size: 25px;
  display:block;
  margin:13px 10px;
  -webkit-animation: wiggle 2s infinite;
	-moz-animation: wiggle 2s infinite;
	animation: wiggle 2s infinite;
}

.pulse-button i{
  font-size:15px;
  margin:0 auto;
  opacity:0.5;
  
}
.pulse-button {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    width: 220px;
    padding: 10px 15px 6px 30px;
    line-height: 22px;
    text-align: left;
    height: 63px;
    border: none;
    box-shadow: 0 0 0 0 rgba(255, 232, 160, 0.7);
    border-radius: 40px;
    background-color: #fed03d;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite 
cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite 
cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(255, 232, 160, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(255, 232, 160, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(255, 232, 160, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 25px rgba(255, 232, 160, 0);}}


/* safari and chrome */
@-webkit-keyframes wiggle {
	0% {-webkit-transform:rotate(15deg);}
	50% {-webkit-transform:rotate(-15deg);}
	100% {-webkit-transform:rotate(15deg);}
}
 
/* firefox */
@-moz-keyframes wiggle {
	0% {-moz-transform:rotate(15deg);}
	50% {-moz-transform:rotate(-15deg);}
	100% {-moz-transform:rotate(15deg);}
}
 
/* anyone brave enough to implement the ideal method */
@keyframes wiggle {
	0% {transform:rotate(15deg);}
	50% {transform:rotate(-15deg);}
	100% {transform:rotate(15deg);}
}

.g-wht .wht-i {
    background: #25d366;
	box-shadow: 0 0 0 0 rgb(37 211 102);
}

.g-call {
    text-align: center;
}

.g-wht {
    text-align: center;
}

#carouselExampleFade .call-box.banner-call {
    position: absolute;
    left: auto;
    right: auto;
    width: 100%;
    bottom: 16px;
}

.serv-callbox .cb1,.cb2 {
    font-size: 14px;
    background: #0c0d0d;
    color: #fff;
    padding: 1px 10px;
    width: 50%;
	text-align: center;
}

.serv-callbox {
    display: flex;
	align-items: center;
}

.serv-callbox .cb2{
	background: #25d366;
	color: #fff;
}

.serv-callbox .cb1:before {
    font-family: FontAwesome;
	font-size: 16px;
    content: "\f095";
    display: inline-block;
	margin-right: 10px;
    -webkit-animation: wiggle 2s infinite;
    -moz-animation: wiggle 2s infinite;
    animation: wiggle 2s infinite;
}

.serv-callbox .cb2:before{
	font-family: FontAwesome;
	font-size: 15px;
    content: "\f232";
    display: inline-block;
	margin-right: 10px;
    -webkit-animation: wiggle 2s infinite;
    -moz-animation: wiggle 2s infinite;
    animation: wiggle 2s infinite;
}

@media(max-width: 768px){
	.call-main{
		gap: 10px;
		justify-content: center;
		  transform: scale(0.8);

	}
	
	.pulse-button{
		font-size: 14px;
		width: 175px;
		padding: 8px 15px 6px 20px;
		line-height: 20px;
		height: 52px;
	}
	.pulse-button i{
		font-size: 13px;
	}
	.pulse-button span{
     width: 30px;
    height: 30px;
	}
	
	.pulse-button span:before{
		margin: 9px 8px;
	}
	
	@keyframes pulse{
		100% {
    box-shadow: 0 0 0 8px rgba(255, 232, 160, 0);
}
	}
	
	.wht-i span:before{
		font-size: 18px;
	}
	.gallery-btn .call-box {
    display: block;
}
	.fancy-content-box-two .box-content{
		min-height:auto;
	}
}