.w-70 img {
	width: 70px !important;
}
.mr-60 {
	margin-right: 60px;
}
.w-50p img{
 width: 50% !important;
}
.w-20p img{
 width: 20% !important;
}
.w-70p img{
 width: 70% !important;
}
.pb-60 {
	padding-bottom: 60px;
}
.pt-80 {
	padding-top: 80px;
}
.img-w-38 img{
 width: 38px;
}
.img-w-50 img{
 width: 50px;
}
.hero-style1 .hero-title span{
	color: #ff914e;
	font-weight: 600;
}
.hero-style1 .hero-title{
	font-size: 50px;
}
.accordion-card.style3 .accordion-body p{
    font-size: 25px;
    color: var(--white-color);
}
.p-m-set{
	line-break: anywhere;
}
.btn-call-pulse {
    background: #ffffff;
    color: white;
    position: fixed;
    bottom: 184px;
    right: 30px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 129px;
    height: 44px;
    z-index: 9;
    padding: 0px;
    text-decoration: none;
    border-radius: 4%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
.btn-whatsapp-pulse {
    background: #ffffff;
    color: white;
    position: fixed;
    bottom: 118px;
    right: 30px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 129px;
    height: 44px;
    z-index: 9;
    padding: 0px;
    text-decoration: none;
    border-radius: 4%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
@keyframes pulse {
	0% {
    box-shadow: 0 0 0 0 rgb(255 177 130);
}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}
.btn-whatsapp-pulse img {
    width: 130px;
}
@media (max-width: 767px){
	.mob-hidden {
		display: none !important;
	}
	.hero-style1 .hero-title {
    font-size: 30px;
}
	.hero-style1 .hero-text {
    line-height: 28px!important;
}
.marquee-card {
    margin-left: 15px;}
    
    .box-text.style2 {
    font-size: 18px;
    line-height: 26px;
}
.sec-title {
    font-weight: 600;
}

	}