.intro {
    background: linear-gradient(-90deg, #121e53, #122056);
    position: relative;
    overflow: hidden;
}

.intro strong {
    color: #b3ccf3;
    font-size: 25px;
    text-decoration: underline;
}
.big-strong {
        font-size: 25px;
}

.about-us {
    position: relative;
}
.about-us:before {
    content: '';
    position: absolute;
    right: -320px;
    width: 670px;
    top: 5%;
    height: 90%;
    background: var(--color-gray);
    border-radius: 50%;
}
.services-img img {
    border-radius: 20px;
    border: 17px solid #f3f4fb;
}
.relative-top{
    position: relative; 
}
.intro .content {
    padding: 40px 15px 15px 15px;
    text-align: center;
}
.intro .content p {
    color: #fff;
    margin-bottom: 25px;
}
.eladhm-white-box {
    background-color: var(--color-white);
    padding: 23px 26px;
    border-radius: 25px;
    box-shadow: 1px 1px 6px 0 rgb(4 78 175 / 23%);
    margin-bottom: 27px;
    color: #1a3060;
}
.services h3 a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
    display: block;
    margin-bottom: 14px;
    color: var(--theme-color);
}
.client-box, .features .eladhm-col-30 {
    background-color: var(--color-white);
    padding: 23px 26px;
    border-radius: 25px;
    box-shadow: 1px 1px 6px 0 rgb(4 78 175 / 23%);
    margin-bottom: 27px;
}
.features .eladhm-col-30 img {
    margin-top: -100px;
}

.features .eladhm-col-30 h3 {
    color: var(--theme-color);
    padding: 15px 0;
    font-size: 29px;
}
.features .eladhm-col-30 p {
    font-size: 15px;
}
.features .eladhm-title-section {
    margin-bottom: 100px;
}
.client-box img {
    border-top: 4px solid var(--theme-color);
    padding: 26px 0;
}
.client-box span {
    display: block;
    font-weight: 900;
    font-size: 35px;
}

.faqs-box.active h3 {
    background-color: var(--theme-color);
    color: var(--color-white);
}
.faqs-box h3 {
    border: 2px solid var(--theme-color);
    margin-bottom: 13px;
    padding: 8px 15px;
    border-radius: 33px;
    cursor: pointer;
    position: relative;
    font-size: 15px;
}

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

.home-contact-info {
    list-style: none;
    padding: 0;
}
.home-contact-info li{
    margin-bottom: 14px;
}
.home-contact-info .icon{display: inline-block;width: 37px;height: 37px;background-color: var(--theme-second-color);text-align: center;line-height: 39px;border-radius: 50%;margin-left: 13px;color: #fff;font-size: 20px;}
.home-contact .eladhm-flex {
    padding: 34px;
    border-radius: 33px;
    box-shadow: 0 0 0 2px #3065de, 0 0 0 10px #fff, 0 0 0 12px #044eaf73, 0 0 0 20px #fff, 0 0 0 22px #044eaf2e;
}
.eladhm-list {
    list-style: none;
    padding-right: 21px;
}
.eladhm-list li{
    position: relative;
    padding-right: 32px;
    margin-bottom: 11px;
}
.eladhm-list li:before {
      content: "\2714";
      font-weight: 700;
      color: #3065de;
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0px;
      z-index: 1;
}
.aboutbox {
    color: #000;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 12px;
    border: 1px solid #959595;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.eladhm-city-box span {
    margin-left: 7px;
}
.eladhm-title {margin: 0;}


@media (min-width: 980px) {
    .intro:before{
    content: " ";
    width: 350px;
    background: #5e9dfc12;
    transform: rotate(345deg);
    right: 45px;
    z-index: 1;
    top: 0;
    height: calc(100% + 100px);
    position: absolute;
    right: 0;
    height: 100%;
}
.intro:after{
    content: " ";
       width: 360px;
    background: #5e9dfc12;
    transform: rotate(45deg);
    left: -270px;
    right: auto;
    top: -210px;
    position: absolute;
    height: 100%;
}
    .intro .content {
        padding: 155px 0;
        width: 50%;
        text-align: center;
        margin: auto;
    }
 
}