/*====================== Extra small devices 
================================================================*/
@media (max-width: 575.98px) {
    .stat-number {
	font-size: 1.5rem;
}
    .stat-label {
	font-size: 16px;
}


.stat-box {
  text-align: center;
  padding: 1rem;
  min-height: 150px;
}
    
    .hero-section h2 {
	font-size: 25px;
}
    
    .hero-section p {
	font-size: 14px;
}
    .hero-section .btn {
	margin-bottom: 20px;
}
    .hero-section {
	padding-bottom: 40px;
}
    
    
    #all-features h2 {
	font-size: 2rem;
}
    .sub-title {
	font-size: 16px;
}
    
    #all-features .feature-card p {
        font-size: 14px;
    }
    
    
    .download-banner h2 {
	font-size: 26px;
}
    .download-banner p {
        font-size: 14px;
    }
    .download-banner .btn {
	font-size: 12px;
}
    
    
    
    #contact h2 {
	font-size: 2rem;
}
    
    
    .support-card p {
        font-size: 14px;
    }
    
.btn-whatsapp {
    padding: 0.5rem;
	font-size: 16px;
	display: block;
}

 #contact .support-card {
  padding-top: 30px;
}
    
.support-card {
  padding: 20px;
}

}

/*=========================== Small devices 
=======================================================================*/
@media (min-width: 576px) and (max-width: 767.98px) {
    
}

/*============================ Medium devices 
=========================================================================*/
@media (min-width: 768px) and (max-width: 991.98px) {
    
}

/*============================ Large devices 
=========================================================================*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    
}

/*============================ Extra Large devices 
=========================================================================*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
    
}

/*============================ Extra Extra Large devices 
=========================================================================*/
@media (min-width: 1400px) and (max-width: 1499.98px) {
    
}


@media (min-width: 1500px) {
    
}