/*===== OUR SERVICE =====*/

.our-services-tab .nav {
    border-bottom: 2px solid #dedede4f;
}

@media (max-width: 767px) {
    .our-services-tab .nav {
        border-bottom: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-tab .nav {
        border-bottom: 2px solid #dedede4f;
    }
}

@media (max-width: 767px) {
    .our-services-tab .nav .nav-item {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-tab .nav .nav-item {
        width: auto;
    }
}

.our-services-tab .nav .nav-item a {
    color: #798795;
    padding: 17px 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-services-tab .nav .nav-item a {
        padding: 17px 15px;
    }
}

@media (max-width: 767px) {
    .our-services-tab .nav .nav-item a {
        padding: 17px 15px;
        border-bottom: 2px solid #dedede4f;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-tab .nav .nav-item a {
        padding: 17px 10px;
        border-bottom: 0;
    }
}

.our-services-tab .nav .nav-item a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #21a7d0;
    left: 0;
    bottom: -2px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.our-services-tab .nav .nav-item a i {
    font-size: 18px;
}
.our-services-content .text{ text-align: justify; margin: 0px;}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-services-tab .nav .nav-item a i {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .our-services-tab .nav .nav-item a i {
        font-size: 34px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-tab .nav .nav-item a i {
        font-size: 28px;
    }
}

.our-services-tab .nav .nav-item a span {
    font-size: 18px;
    font-weight: 500;
    padding-left: 5px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-tab .nav .nav-item a span {
        padding-left: 10px;
    }
}

.our-services-tab .nav .nav-item a.active {
    color: #21a7d0;
}

.our-services-tab .nav .nav-item a.active::before {
    opacity: 1;
}

.our-services-tab .our-services-content .services-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #303030;
    line-height: 40px;
}

@media (max-width: 767px) {
    .our-services-tab .our-services-content .services-title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-tab .our-services-content .services-title {
        font-size: 26px;
    }
}

.our-services-tab .our-services-content .services-title span {
    font-weight: 400;
    display: contents;
}

/* .our-services-tab .our-services-content .text {
    margin-top: 35px;
} */

.our-services-tab .our-services-content .our-services-progress .circles-text {
    font-size: 24px !important;
    font-weight: 700;
    color: #222;
    font-family: "Nunito", sans-serif;
}

.our-services-tab .our-services-content .our-services-progress .progress-content {
    padding-left: 30px;
}

.our-services-tab .our-services-content .our-services-progress .progress-content .progress-title {
    font-size: 18px;
}

@media only screen and (max-width: 575px) {
    .auctn_bttn {
        margin-top: 11px;
        margin-bottom: 11px;
    }
    .our-services-tab .nav .nav-item a span {
        line-height: 21px !important;
    }
}