.sec-container-q {
    width: 100%;
    padding-top: 100px;
    padding-right: 20%;
    padding-bottom: 100px;
    padding-left: 20%;
    margin-right: auto;
    margin-left: auto;
}
#slider {
    align-items: center;
    display: flex;
    margin-top: -133px;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: url('../img/slider.jpg') bottom center / cover no-repeat;
}
#about-center {
    padding: 3rem 7rem;
    background: #fef3f8;
}
body {
    text-align: right;
}
#about-center h2 {
    padding: 7px 26px;
    background: #e9e5f7;
    display: inline-block;
    color: #5e45b2;
    border-radius: 22px;
}
.service-icon img {
    width: 110px;
}
.service-icon {
    border-radius: 20px;
    padding: 29px 13px;
    margin: 20px;
    background: #dbecf0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
}
.service-icon span {
    margin-top: 14px;
    text-align: center;
    color: #5e45b2;
    font-size: 16px;
    font-weight: bold;
}
.service-icon:nth-of-type(4) {
    margin-right: 56px;
}
#recent-articles {
    /* height: 100vh; */
    display: block;
    padding-top: 103px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    width: 100%;
    background: url('../img/dbg.svg') top left / cover no-repeat;
}
.top-art {
    display: flex;
    justify-content: end;
}
.top-art img {
    width: 200px;
}
#recent-articles h2 {
    border-radius: 21px;
    padding: 6px 24px;
    background: linear-gradient(to top, #e6e6fa 15%, #f5f3fd);
    font-weight: bold;
    font-size: 42px;
    display: inline-block;
    margin-bottom: 36px;
    color: #5e45b2;
}
.rec-article img {
    border-radius: 58px;
    padding: 7px;
}
.box-with-shadow {
    z-index: 1;
    border-radius: 57px;
    background-color: #d5d7f7;
    /* box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); */
}
.rec-article a {
    /* border-top-left-radius: 22px; */
    /* border-top-right-radius: 22px; */
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
    margin-top: -8px;
    /* border-radius: 22px; */
    padding: 20px 17px;
    font-weight: bold;
    color: #5a42aa;
    font-size: 20px;
    background: linear-gradient(to top, #e6e6fa 15%, #b5ade0);
}
.rec-article {
    align-items: center;
    display: flex;
    flex-direction: column;
}
a.btn-readmore {
    padding-top: 14px;
    padding-right: 33px;
    padding-bottom: 25px;
    padding-left: 33px;
    margin-top: 60px;
    font-weight: bold;
    border-radius: 12px;
    margin-bottom: 60px;
    font-size: 28px;
    color: #5a42aa;
    background: linear-gradient(to top, #e6e6fa 15%, #b5ade0);
}
.sec-title {
    border-radius: 21px;
    padding: 6px 24px;
    background: linear-gradient(to top, #e6e6fa 15%, #f5f3fd);
    font-weight: bold;
    font-size: 42px;
    display: inline-block;
    margin-bottom: 36px;
    color: #5e45b2;
}
.sec-container {
    width: 100%;
    padding-top: 100px;
    padding-right: 50px;
    padding-bottom: 100px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}
#about p {
    color: #816bcb;
    font-size: 20px;
    line-height: 1.6;
    border-radius: 24px;
    padding: 20px 29px;
    background: #d5d7f7c7;
}

#about {
    background-repeat: no-repeat;
    background-image: url('../img/gr01.svg');
    background-position: left bottom; /* Align to bottom-left corner */
}

#about img {
    width: 292px;
    margin-top: 44px;
}
#services img {
    width: 200px;
}
#services {
    text-align: center;
    padding-top: 70px;
    background: #eaf9f9;
}
#services h2 {
    margin-right: 50px;
}
.services {
      display: flex;
      flex-wrap: wrap;
    }
    .service {
        border-radius: 24px;
        margin-right: 20px;
        margin-left: 20px;
        width: 9px;
        box-sizing: border-box;
        padding: 10px;
        /* border: 1px solid #ddd; */
        background-color: #ffd9e5;
        flex-grow: 1;
    }
    .service:nth-child(3), .service:nth-child(4) {
        margin-top: -79px;
        margin-bottom: 158px;
    }
    .service:nth-child(1), .service:nth-child(6) {
        margin-top: 79px;
    }
    .service:nth-child(2), .service:nth-child(5) {
        margin-bottom: 79px;
    }

.service img {
    width: 72px !important;
}

#services .service-main {
    margin-top: -120px;
    margin-bottom: 60px;
    width: 350px;
}
.service-content {
    padding: 32px 0px;
    align-items: center;
    flex-direction: column;
    display: flex;
}
.service-content span {
    line-height: 1.5;
    font-size: 26px;
    margin-top: 18px;
    font-weight: bold;
    color: #674bb3;
}


 .service {
        border-radius: 24px;
        margin-right: 20px;
        margin-left: 20px;
        width: 9px;
        box-sizing: border-box;
        padding: 10px;
        /* border: 1px solid #ddd; */
        background-color: #ffd9e5;
        flex-grow: 1;
    }
    .service:nth-child(3), .service:nth-child(4) {
        margin-top: -79px;
        margin-bottom: 158px;
    }
    .service:nth-child(1), .service:nth-child(6) {
        margin-top: 79px;
    }
    .service:nth-child(2), .service:nth-child(5) {
        margin-bottom: 79px;
    }

.service img {
    width: 72px !important;
}





.what-treat-container {
      display: flex;
      flex-wrap: wrap;
    }

.what-treat {
        border-radius: 24px;
        margin-right: 20px;
        margin-left: 20px;
        width: 9px;
        box-sizing: border-box;
        padding: 10px;
        /* border: 1px solid #ddd; */
        background-color: #e7dce9;
        flex-grow: 1;
        text-align: center;
    }
    /* .what-treat:nth-child(3), .what-treat:nth-child(4) {
        margin-top: -79px;
        margin-bottom: 158px;
    }
    .what-treat:nth-child(1), .what-treat:nth-child(6) {
        margin-top: 79px;
    }
    .what-treat:nth-child(2), .what-treat:nth-child(5) {
        margin-bottom: 79px;
    } */


    .what-treat:nth-child(odd) {
      margin-bottom: 52px;
    }

    .what-treat:nth-child(even) {
      margin-top: 52px;
    }

.what-treat img {
    width: 72px !important;
}

.what-treat-content {
    padding: 32px 0px;
    align-items: center;
    flex-direction: column;
    display: flex;
}
.what-treat-content span {
    line-height: 1.5;
    font-size: 26px;
    margin-top: 18px;
    font-weight: bold;
    color: #674bb3;
}
.bottom-img img {
    width: 600px;
}
section#what-we-treat {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
}
img.what-treat-img-2.img-fluid {
    opacity: 0.3;
}
#what-we-treat h2 {
    margin-right: 50px;
}
#what-we-treat .what-treat-container {
    padding-right: 28px;
    padding-left: 28px;
}
section#team {
    text-align: left;
    margin-bottom: -165px;
    margin-top: 50px;
}
.teamgr {
    margin-top: -350px;
    width: 310px;
    left: 0;
}
.member img {
    border-radius: 50%;
    width: 200px;
    border: 12px solid #dfdaf0;
}
.member p {
    color: #5e45b2;
    font-size: 15px;
}
.member span p {
    margin-top: 10px;
    margin-bottom: 6px;
    color: #5e45b2;
    font-weight: bold;
    font-size: 24px;
}
#team .row {
    margin-bottom: 70px;
    margin-top: -54px;
}

#team a.btn-readmore {
    background: linear-gradient(to top, #e6e6fa 15%, #f5f3fd);
}
#types a.btn-readmore {
    background: linear-gradient(to top, #b5ade0f0 15%, #f2f2ff);
}
#types {
    background: #f8f6fd;
}
#types .row {
    text-align: center;
}
#types span {
    font-weight: bold;
    font-size: 30px;
    color: #5e45b2;
}
#types img {
    margin-bottom: 20px;
    height: 150px;
}
#types {
    background-repeat: no-repeat;
    background-image: url('../img/gr18.svg');
    background-position: left bottom;
}
.service-icon {
    border-radius: 20px;
    padding: 29px 13px;
    margin: 20px;
    background: #dbecf0;

}

@media(max-width:767px) {
    #recent-articles {
        padding-right: 5px;
        padding-left: 5px;
    }
    #team .sec-container .col-md-2 {
        width: 45%;
    }
    .sec-container {
        margin-top: 84px;
    }
    .service-icon img {
        width: 70px;
    }
    .service-icon {
        width: 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
    }
    .service-icon {
        border-radius: 20px;
        padding: 29px 13px;
        margin: 3px !important;
        background: #dbecf0;
    }
    #about-center .col-md-7 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .mob-rev {
            flex-direction: column-reverse;
    }
    .sec-container-q {
        width: 100%;
        padding-top: 100px;
        padding-right: 20px;
        padding-bottom: 100px;
        padding-left: 20px;
        margin-right: auto;
        margin-left: auto;
    }
}
