/* 
 * HM Pro Main Stylesheet
 * 
 * This file contains all the main styles for the HM Pro theme 
 * for Mobile Version
 */
.main-btn-cls .elementor-button-icon {
    font-size: 55px;
}

.main-btn-cls .elementor-button-content-wrapper {
    align-items: center;
    gap: 34px;
}
.call-btn a {
    text-decoration: unset !important;
}
.elementor .elementor-element.side-section-cls>.e-con-inner {
    margin-right: 0;
}
/* Mobile Devices (up to 767px) */
@media screen and (max-width: 767px) {

}

/* Tablets (768px to 991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {

}

/* Desktops (992px and above) */
@media screen and (min-width: 992px) {

}

/* Large Desktops (1200px and above) */
@media screen and (min-width: 1200px) {

} 