.specialize_areas_it .special-area-main {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 50px;
}
.specialize_areas_it .special-area-main .special-area-item .special-box {
    height: 100%;
    width: 218px;
    background: #051827;
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
}
.specialize_areas_it .special-area-main .special-area-item .special-box .special-content svg {
    margin-bottom: 20px;
}
.specialize_areas_it .special-area-main .special-area-item .special-box .special-content h5 {
    margin-bottom: 0;
    color: #fff;
    font-size: 22px;
    line-height: 29px;
}
.specialize_areas_it .special-area-main.special-area-tech .special-area-item .special-box .special-content img{
    margin-bottom: 20px;
}
.high_demand_slider.hire-emerging-slider .hire-emerging-slider-main {
    height: 100%;
    padding-bottom: 65px;
}
.high_demand_slider.hire-emerging-slider .hire-emerging-slider-main .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    position: relative;
}
.high_demand_slider.hire-emerging-slider .hire-emerging-slider-main .swiper-pagination-bullet-active {
    background-color: #f47a14;
}
.high_demand_slider.hire-emerging-slider .hire-emerging-slider-main .swiper-pagination-bullet-active:after {
    position: absolute;
    content: "";
    top: -5px;
    height: 18px;
    width: 18px;
    border: 1px solid #f47a14;
    border-radius: 100px;
    left: -5px;
}
.high_demand_slider.hire-emerging-slider .hire-emerging-box {
    background: #081c28;
    border-radius: 10px;
    height: 100%;
    padding: 30px 20px;
}
.high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-emerging-svg {
    text-align: right;
    margin-bottom: 20px;
}
.high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex {
    display: flex;
    align-items: center;
}
.high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-content {
    margin-left: 15px;
}
.high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-content h5 {
    margin-bottom: 0;
    color: #fff;
}
.top_health_features.it-staff-tools .flex-column.nav.nav-pills .medical_item {
    justify-content: unset;
    column-gap: 35px;
}
.top_health_features.it-staff-tools .tab-content .tech-logos-main ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 65px;
    row-gap: 40px;
}
.it-staff-table .features-comparison {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}
.it-staff-table .features-comparison .features-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.it-staff-table .features-comparison .features-list .features-header span {
    color: #314252;
}
.it-staff-table .features-comparison .features-list .features-header, .it-staff-table .features-comparison .features-list .features-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
    border-bottom: 1px solid #ddd;
}
.it-staff-table .features-comparison .features-list .features-header:last-child, .it-staff-table .features-comparison .features-list .features-row:last-child {
    border-bottom: none;
}
.it-staff-table .features-comparison .features-list .features-header span, .it-staff-table .features-comparison .features-list .features-row span {
    flex: 1;
    text-align: center;
}
.it-staff-table .features-comparison .features-list .features-header span:first-child, .it-staff-table .features-comparison .features-list .features-row span:first-child {
    text-align: left;
    flex: 2;
}
.it-staff-table .features-comparison .features-list .features-header {
    background-color: #f4f4f4;
    font-weight: bold;
}
.it-staff-table .features-comparison .features-list .features-row {
    background-color: #fff;
}
.it-staff-table .features-comparison .features-list .features-row:nth-child(even) {
    background-color: #f9f9f9;
}
.it_stress_process .stress-box {
    background: #092c48;
    border-radius: 10px;
    padding: 30px 20px;
    height: 100%;
    transition: 0.2s linear;
}
.it_stress_process .stress-box .num {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    background: #f47a14;
    border-radius: 100px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-bottom: 10px;
    transition: 0.2s linear;
}
.it_stress_process .stress-box .content h5 {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
}
.it_stress_process .stress-box .content p {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}
.it_stress_process .stress-box:hover {
    background: #f47a14;
}
.it_stress_process .stress-box:hover .num {
    background: #314252;
}
.trusted_ecommerce_web.it-why-choose .trusted_ecomm_box .ecomm_svg {
    margin-bottom: 10px;
}
@media (min-width: 1600px) and (max-width: 1800px) {
    .specialize_areas_it .special-area-main {
        column-gap: 40px;
        row-gap: 50px;
   }
    .specialize_areas_it .special-area-main .special-area-item .special-box {
        width: 218px;
        padding: 25px 20px;
   }
    .specialize_areas_it .special-area-main .special-area-item .special-box .special-content svg {
        margin-bottom: 20px;
        height: 70px;
        width: auto;
   }
    .specialize_areas_it .special-area-main .special-area-item .special-box .special-content h5 {
        font-size: 21px;
        line-height: 28px;
   }
    .specialize_areas_it .special-area-main.special-area-tech .special-area-item .special-box .special-content img {
        margin-bottom: 20px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-slider-main {
        padding-bottom: 65px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-slider-main .swiper-pagination-bullet-active:after {
        top: -5px;
        height: 18px;
        width: 18px;
        left: -5px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box {
        padding: 30px 20px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-emerging-svg {
        margin-bottom: 20px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-content {
        margin-left: 15px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-content h5 {
        font-size: 20px;
        line-height: 33px;
   }
    .it_stress_process .stress-box {
        padding: 30px 20px;
   }
    .it_stress_process .stress-box .num {
        font-size: 18px;
        height: 35px;
        width: 35px;
        margin-bottom: 10px;
   }
    .it_stress_process .stress-box .content h5 {
        font-size: 23px;
        line-height: 28px;
   }
    .it_stress_process .stress-box .content p {
        font-size: 15px;
        line-height: 24px;
   }
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .specialize_areas_it .special-area-main {
        column-gap: 30px;
        row-gap: 40px;
   }
    .specialize_areas_it .special-area-main .special-area-item .special-box {
        width: 218px;
        padding: 25px 20px;
   }
    .specialize_areas_it .special-area-main .special-area-item .special-box .special-content svg {
        margin-bottom: 20px;
        height: 65px;
        width: auto;
   }
    .specialize_areas_it .special-area-main .special-area-item .special-box .special-content h5 {
        font-size: 20px;
        line-height: 27px;
   }
    .specialize_areas_it .special-area-main.special-area-tech .special-area-item .special-box .special-content img {
        margin-bottom: 20px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-slider-main {
        padding-bottom: 65px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-slider-main .swiper-pagination-bullet-active:after {
        top: -5px;
        height: 18px;
        width: 18px;
        left: -5px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box {
        padding: 30px 20px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-emerging-svg {
        margin-bottom: 20px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-emerging-svg svg {
        height: 30px;
        width: auto;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-content {
        margin-left: 15px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-content h5 {
        font-size: 18px;
        line-height: 31px;
   }
    .it_stress_process .stress-box {
        padding: 30px 20px;
   }
    .it_stress_process .stress-box .num {
        font-size: 16px;
        height: 35px;
        width: 35px;
        margin-bottom: 10px;
   }
    .it_stress_process .stress-box .content h5 {
        font-size: 23px;
        line-height: 28px;
   }
    .it_stress_process .stress-box .content p {
        font-size: 15px;
        line-height: 24px;
   }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .specialize_areas_it .special-area-main {
        column-gap: 20px;
        row-gap: 40px;
   }
    .specialize_areas_it .special-area-main .special-area-item .special-box {
        width: 200px;
        padding: 25px 20px;
   }
    .specialize_areas_it .special-area-main .special-area-item .special-box .special-content svg {
        margin-bottom: 20px;
        height: 65px;
        width: auto;
   }
    .specialize_areas_it .special-area-main .special-area-item .special-box .special-content h5 {
        font-size: 18px;
        line-height: 25px;
   }
    .specialize_areas_it .special-area-main.special-area-tech .special-area-item .special-box .special-content img {
        margin-bottom: 20px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-slider-main {
        padding-bottom: 65px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-slider-main .swiper-pagination-bullet-active:after {
        top: -5px;
        height: 18px;
        width: 18px;
        left: -5px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box {
        padding: 30px 20px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-emerging-svg {
        margin-bottom: 20px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-emerging-svg svg {
        height: 30px;
        width: auto;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-content {
        margin-left: 15px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-content h5 {
        font-size: 15px;
        line-height: 28px;
   }
    .top_health_features.it-staff-tools .flex-column.nav.nav-pills .medical_item {
        column-gap: 35px;
   }
    .top_health_features.it-staff-tools .tab-content .tech-logos-main ul {
        column-gap: 55px;
        row-gap: 30px;
   }
    .top_health_features.it-staff-tools .tab-content .tech-logos-main ul li  img {
        height: 66px;
        width: auto;
   }
    .it_stress_process .stress-box {
        padding: 30px 20px;
   }
    .it_stress_process .stress-box .num {
        font-size: 16px;
        height: 35px;
        width: 35px;
        margin-bottom: 10px;
   }
    .it_stress_process .stress-box .content h5 {
        font-size: 20px;
        line-height: 25px;
   }
    .it_stress_process .stress-box .content p {
        font-size: 14px;
        line-height: 23px;
   }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .specialize_areas_it .special-area-main {
        column-gap: 20px;
        row-gap: 40px;
   }
    .specialize_areas_it .special-area-main .special-area-item .special-box {
        width: 200px;
        padding: 25px 20px;
   }
    .specialize_areas_it .special-area-main .special-area-item .special-box .special-content svg {
        margin-bottom: 20px;
        height: 55px;
        width: auto;
   }
    .specialize_areas_it .special-area-main .special-area-item .special-box .special-content h5 {
        font-size: 17px;
        line-height: 24px;
   }
    .specialize_areas_it .special-area-main.special-area-tech .special-area-item .special-box .special-content img {
        margin-bottom: 20px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-slider-main {
        padding-bottom: 65px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-slider-main .swiper-pagination-bullet-active:after {
        top: -5px;
        height: 18px;
        width: 18px;
        left: -5px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box {
        padding: 30px 20px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-emerging-svg {
        margin-bottom: 20px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-emerging-svg svg {
        height: 30px;
        width: auto;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-content {
        margin-left: 15px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-content h5 {
        font-size: 15px;
        line-height: 28px;
   }
    .top_health_features.it-staff-tools .flex-column.nav.nav-pills .medical_item {
        column-gap: 35px;
   }
    .top_health_features.it-staff-tools .tab-content .tech-logos-main ul {
        column-gap: 55px;
        row-gap: 30px;
   }
    .top_health_features.it-staff-tools .tab-content .tech-logos-main ul li  img {
        height: 66px;
        width: auto;
   }
    .it_stress_process .stress-box {
        padding: 30px 20px;
   }
    .it_stress_process .stress-box .num {
        font-size: 16px;
        height: 35px;
        width: 35px;
        margin-bottom: 10px;
   }
    .it_stress_process .stress-box .content h5 {
        font-size: 20px;
        line-height: 25px;
   }
    .it_stress_process .stress-box .content p {
        font-size: 14px;
        line-height: 23px;
   }
}
@media (min-width: 768px) and (max-width: 991px) {
    .specialize_areas_it .special-area-main {
        column-gap: 20px;
        row-gap: 40px;
        justify-content: center;
   }
    .specialize_areas_it .special-area-main .special-area-item .special-box {
        width: 180px;
        padding: 25px 20px;
   }
    .specialize_areas_it .special-area-main .special-area-item .special-box .special-content svg {
        margin-bottom: 20px;
        height: 50px;
        width: auto;
   }
    .specialize_areas_it .special-area-main .special-area-item .special-box .special-content h5 {
        font-size: 16px;
        line-height: 23px;
   }
    .specialize_areas_it .special-area-main.special-area-tech .special-area-item .special-box .special-content img {
        height: 60px;
        width: auto;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-slider-main {
        padding-bottom: 65px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-slider-main .swiper-pagination-bullet-active:after {
        top: -5px;
        height: 18px;
        width: 18px;
        left: -5px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box {
        padding: 30px 20px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-emerging-svg {
        margin-bottom: 20px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-emerging-svg svg {
        height: 30px;
        width: auto;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-content {
        margin-left: 15px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-content h5 {
        font-size: 15px;
        line-height: 28px;
   }
    .top_health_features.it-staff-tools .flex-column.nav.nav-pills .medical_item {
        column-gap: 25px;
   }
    .top_health_features.it-staff-tools .tab-content .tech-logos-main ul {
        column-gap: 55px;
        row-gap: 30px;
   }
    .top_health_features.it-staff-tools .tab-content .tech-logos-main ul li img {
        height: 60px;
        width: auto;
   }
    .it_stress_process .stress-box {
        padding: 30px 20px;
   }
    .it_stress_process .stress-box .num {
        font-size: 16px;
        height: 35px;
        width: 35px;
        margin-bottom: 10px;
   }
    .it_stress_process .stress-box .content h5 {
        font-size: 20px;
        line-height: 25px;
   }
    .it_stress_process .stress-box .content p {
        font-size: 14px;
        line-height: 23px;
   }
}
@media (min-width: 0px) and (max-width: 767px) {
    .specialize_areas_it .special-area-main {
        column-gap: 20px;
        row-gap: 40px;
        justify-content: center;
   }
    .specialize_areas_it .special-area-main .special-area-item .special-box {
        width: 160px;
        padding: 20px 10px;
   }
    .specialize_areas_it .special-area-main .special-area-item .special-box .special-content svg {
        margin-bottom: 10px;
        height: 45px;
        width: auto;
   }
    .specialize_areas_it .special-area-main .special-area-item .special-box .special-content h5 {
        font-size: 14px;
        line-height: 22px;
   }
    .specialize_areas_it .special-area-main.special-area-tech .special-area-item .special-box .special-content img {
        height: 50px;
        width: auto;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-slider-main {
        padding-bottom: 65px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-slider-main .swiper-pagination-bullet-active:after {
        top: -5px;
        height: 18px;
        width: 18px;
        left: -5px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box {
        padding: 20px 20px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-emerging-svg {
        margin-bottom: 10px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-emerging-svg svg {
        height: 25px;
        width: auto;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-icon svg {
        height: 50px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-content {
        margin-left: 15px;
   }
    .high_demand_slider.hire-emerging-slider .hire-emerging-box .hire-flex .hire-content h5 {
        font-size: 14px;
        line-height: 27px;
   }
    .it-staff-table .features-comparison .features-list .features-header, .it-staff-table .features-comparison .features-list .features-row {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 15px;
   }
    .it-staff-table .features-comparison .features-list .features-header span, .it-staff-table .features-comparison .features-list .features-row span {
        flex: unset;
        width: 100%;
        text-align: left;
   }
    .it-staff-table .features-comparison .features-list .features-header span:first-child, .it-staff-table .features-comparison .features-list .features-row span:first-child {
        font-weight: bold;
   }
    .top_health_features.it-staff-tools .flex-column.nav.nav-pills .medical_item {
        column-gap: 0px;
   }
    .top_health_features.it-staff-tools .tab-content .tech-logos-main ul {
        column-gap: 35px;
        row-gap: 30px;
        justify-content: center;
   }
    .top_health_features.it-staff-tools .tab-content .tech-logos-main ul li img {
        height: 50px;
        width: auto;
   }
    .it_stress_process .stress-box {
        padding: 25px 20px;
   }
    .it_stress_process .stress-box .num {
        font-size: 15px;
        height: 35px;
        width: 35px;
        margin-bottom: 10px;
   }
    .it_stress_process .stress-box .content h5 {
        font-size: 18px;
        line-height: 23px;
   }
    .it_stress_process .stress-box .content p {
        font-size: 13px;
        line-height: 22px;
   }
}

.top_health_features .medical_item {
    align-items: center;
    display: flex;
    margin-top: 30px;
    column-gap: 35px;
    justify-content: unset;
}

.top_health_features .medical_item .nav-link{
    align-items: center;
    border: 2px solid #314252;
    border-radius: 50px;
    color: #314252;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    height: 66px;
    justify-content: center;
    line-height: 60px;
    padding: 20px;
    text-align: center;
    transition: .2s ease-in-out;
    width: 374px;
}
.top_health_features .medical_item .nav-link.active {
    background-color: #f47a1f;
    border: 2px solid #f47a1f;
    color: #fff;
}
@media (min-width: 1600px) and (max-width: 1800px) {
    .top_health_features .medical_item .nav-link{
        font-size: 18px;
        height: 60px;
        line-height: 55px;
        padding: 20px;
        width: 340px;
    }
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .top_health_features .medical_item .nav-link{
        font-size: 17px;
        height: 55px;
        line-height: 50px;
        padding: 20px;
        width: 315px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .top_health_features .medical_item .nav-link{
        font-size: 15px;
        height: 50px;
        line-height: 45px;
        padding: 20px;
        width: 290px;
    }
}
@media (min-width: 900px) and (max-width: 1199px) {
    .top_health_features .medical_item .nav-link{
        font-size: 13px;
        height: 45px;
        line-height: normal;
        padding: 10px;
        width: 230px;
    }
    .top_health_features .medical_item{
        column-gap: 25px;
    }
}
@media (min-width: 667px) and (max-width: 899px) {
    .top_health_features .medical_item .nav-link{
        font-size: 13px;
        height: 45px;
        line-height: normal;
        padding: 10px;
        width: 230px;
    }
    .top_health_features .medical_item{
        column-gap: 0px;
    }
}
@media (min-width: 0px) and (max-width: 666px) {
    .top_health_features .medical_item .nav-link{
        font-size: 12px;
        height: 45px;
        line-height: normal;
        padding: 10px;
        width: 230px;
        margin-top: 20px;
    }
}