#page-main{
	overflow: hidden
}
.intro {
    position: relative;
    padding: 40px 0;
}

.intro-innr {
    background-color: var(--theme-color);
    padding: 20px 14px;
    border-radius: 25px;
}

.intro-btn {
    display: flex;
    width: max-content;
    color: #fff;
    font-weight: 500;
    transition: .2s;
    margin: 5px;
    text-decoration: none;
    line-height: 22px;
}


.intro-btn i {
    font-size: 41px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    line-height: .5;
    margin-left: 15px;
    height: 35px;
    background-color: #499be1;
    border-radius: 50px;
    font-size: 18px;
}

.intro-btn.whatsapp i {
    background: #46d273;
    border-radius: 50%;
    font-size: 40px;
}

.btn-group {
    display: flex;
    justify-content: flex-start;
    /* flex-wrap: wrap; */
}

.intro-innr p {
    color: #ffffffc7;
    font-weight: 300;
    margin-bottom: 19px;
}

.contact_whats p {
    color: #ffffffc7;
    font-weight: 500;
    font-size: 12px;
    margin: 0;
}


.feature-head {
    display: flex;
    align-items: center;
}

.feature-head h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 12px 0 0;
}

.feature-box {
    box-shadow: #e5eaef 0px 0px 0px 1px,0px 4px 2px -3px #09234012;
    padding: 36px 17px;
    border-radius: 25px;
    margin-bottom: 26px;
}

.features .eladhm-title-section {
    margin-bottom: 100px;
}


.faqs-box {
    box-shadow: #e5eaef 0px 0px 0px 1px,0px 4px 2px -3px #09234012;
    padding: 20px;
    margin-bottom: 24px;
    border-radius: 24px;
    position: relative;
}

.faqs-box:after {
    content: " ";
    border: solid #000000;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 5.5px;
    transform: rotate(45deg);
    position: absolute;
    top: 35px;
    left: 29px;
}

.faqs-box.active:after {
    transform: rotate(224deg);
    border-color: var(--theme-color)
}

.faqs-box.active h3 {
    color: var(--theme-color);
}

.faq-img img {
    width: 100%;
}
.feature-box p {
    font-size: 14px;
}
.faqs-box h3 {
    margin: 0;
    cursor: pointer;
    position: relative;
    padding-left: 42px;
}

.faqs-box.active p {
    display: block;
}

.faqs-box p {
    padding: 11px 15px;
    border-radius: 16px;
    display: none;
    margin-bottom: 15px;
    color: #585764;
}


.serve-header a {
    display: block;
    padding: 17px 0;
    text-decoration: none;
    color: var(--text-color);
}

.serve-header i {
    font-size: 44px;
    margin-left: 15px;
    color: var(--theme-color);
}

.serve-box {
    border: 1px solid #58576424;
    border-radius: 18px;
    margin-bottom: 35px;
}

.serve-header {
    border-bottom: 1px solid #58576424;
    padding: 2px 23px;
    position: relative;
}

.serve-header:after {
    content: "\70";
    font-family: "eladhmicons";
    display: block;
    position: absolute;
    left: 19px;
    top: 15%;
    font-size: 34px;
}

.serve-panel {
    padding: 26px 23px;
}

.eladhm-article-box-sm {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.eladhm-article-box-sm img {
    margin-left: 13px;
    border-radius: 25px;
    width: 65px;
    height: 65px;
}

.eladhm-article-box-sm a {
    text-decoration: none;
    color: var(--text-color);
    font-size: 14px;
}

@media (min-width: 968px) {
    .intro-innr{
        padding: 36px 43px;
    }
    .intro-btn {
    margin: 15px;
}
    .faqs-box h3 {
    font-size: 19px;
}
}