.item-container {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.item-container .item-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 60px;
}

.item-container .item {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.item-container .dash-logo {
    width: 144px;
    height: 144px;
}

.item-container .feature-title {
    font-weight: bold;
}

.item-container .dashboard-small-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    width: 100px;
    height: 40px;
    border-radius: 24px;
    background: #ffb2ca;
    border: 1px solid #ffb2ca;
    color: #1e1540;
    font-weight: bold;
    transition: all 0.3s ease;
}

.item-container .dashboard-small-btn:hover {
    background: #eaf5ff;
    border-color: #ffb2ca;
    transition: width 0.2s;
}

.carousel-control-prev, .carousel-control-next {
    top: 35%;
    bottom: auto;
    height: 30%;
}

.section_title {
    margin-bottom: 30px;
}
.s_title {
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #343a40;
    width: 300px;
    border-bottom: 2px solid #2ca1db;
}
.c_title {
    font-size: 16px;
    font-weight: bold;
}
.padding-bottom {
    padding-bottom: 15px;
}

.adv-left {
    border-left: 1px solid #dee2e6 !important;
    padding-left: 15px;
}

.adv-node {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6c757d;
    position: absolute;
    left: 8px;
}

.adv-button {
    width: 200px;
    padding: 3px 10px;
    margin: 0px 10px 0px 10px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 7px;
    color: #ffffff;
    background: #2ca1db;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
}

.img-about-us {
    border-radius: 30px;
    max-width: 475px;
    margin: 0 auto;
}

.big-font {
    margin: 0 auto;
    text-align: center;
    font-size: 70px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2ca1db;
}

.upper-font {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #343a40;
}

.img-provide-div {
    margin: 0 auto;
    text-align: center;
}

.img-provide {
    max-width: 75px;
    position: relative;
    z-index: 1000;
}

.padding-card {
    padding: 0 25px;
}

.icon-link {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: no-repeat 50% / 100% 100%;
    z-index: 1;
}

.icon-link-linkin {
    position: absolute;
    right: 20px;
    bottom: 180px;
}

.icon-link-youtube {
    position: absolute;
    right: 20px;
    bottom: 120px;
}

.icon-link-fb {
    position: absolute;
    right: 20px;
    bottom: 60px;
}

.your-data-form {
    background-color: #f7f7ff;
    padding: 15px 35px 25px 15px;
    margin-bottom: 40px;
}

.your-data-form .dash_text {
    font-size: 50px;
    color: #7955ff;
}

.your-data-form .desc_dash {
    font-size: 20px;
    color: #1e1540;
}

.filled-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 195px;
    height: 50px;
    border-radius: 25px;
    background: #7955ff;
    border: 2px solid #7955ff;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    transition: all 0.2s ease;
    cursor: pointer;
    margin-top: 40px;
}

.filled-btn:hover {
    background: transparent;
    color: #7955ff;
}

.filled-btn-white {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 195px;
    height: 50px;
    border-radius: 25px;
    background: #ffffff;
    border: 2px solid #7955ff;
    font-size: 20px;
    color: #7955ff;
    font-weight: bold;
    transition: all 0.2s ease;
    cursor: pointer;
    margin-top: 40px;
    margin-bottom: 40px;
}

.filled-btn-white:hover {
    background: #7955ff;
    color: #ffffff;
}

.group-button {
    display: block;
}

.group-button-fade {
    display: none;
}

.justify-text {
    text-align:justify;
}

.header-text {
    font-size: 16px;
    font-weight: bold;
    color: #2ca1db !important;
    word-wrap: break-word;
}

.service-button-group:hover {
    cursor: pointer;
}

.service-button {
    padding-top: 10px;
}

.data-item-about-us-lg {
    position:relative;
    top: -15px;
    width: 100%;
    min-height: 50px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 2px 4px 12px 1px #00000021;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 200;
}

.data-item-about-us {
    position:relative;
    top: -25px;
    width: 100%;
    min-height: 50px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 2px 4px 12px 1px #00000021;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 100;
    display: none;
}

.provide_header {
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: 1px solid #dee2e6;
}

.provide_header_end {
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: none !important;
}

.intro-line {
    background-color: #eaf5ff;
    padding-top: 10px;
}

.intro-about-us {
    padding-top: 10px;
    padding-bottom: 40px;
}

.img-my-team {
    padding-top: 25px;
    padding-bottom: 25px;
}

.img-team {
    display: block;
}

.img-team-mobile {
    display: none;
}


@media only screen and (max-width: 1199px) {
    .service-button {
        padding-top: 35px;
    }
    .intro-about-us {
        padding-bottom: 15px
    }
    .img-my-team {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .header-view-card {
        display: none;
    }
    .item-container .item-grid {
        display: block;
    }
    .group-button-fade {
        display: block;
    }
    .group-button {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .border-left {
        border-left: none !important;
    }
}

@media only screen and (max-width: 576px) {
    .data-item-about-us-lg {
        display: none;
    }
    .data-item-about-us {
        display: block;
    }

    .img-team {
        display: none;
    }

    .img-team-mobile {
        display: block;
    }
}

@media only screen and (max-width: 520px) {
    .icon-link {
        display: none;
    }
}