.nexus-ats-dashboards-section {
    padding: 60px 0 60px;
}

.nexus-ats-dashboards-section .heading-part {
    text-align: center;
    margin-bottom: 40px;
}

.reposting-section.nexus-ats-dashboards-section .repoting-stpes.automations-stpes .left-steps-content {
    display: flex;
    align-items: center;
    height: 100%;
}

.reposting-section.nexus-ats-dashboards-section .repoting-stpes.automations-stpes .left-steps-content p {
    margin-bottom: 20px;
}

.reposting-section.nexus-ats-dashboards-section .repoting-stpes.automations-stpes .left-steps-content p span {
    display: block;
    font-style: italic;
    color: #00b5e2;
}

.configurable-dashboards-section {
    padding: 60px 0;
}

.reposting-section.configurable-dashboards-section .repoting-stpes .right-steps-content .repoting-dashboard img {
    box-shadow: none;
}

.reposting-section.configurable-dashboards-section .left-steps-content p {
    margin-bottom: 30px;
}

.reposting-section.configurable-dashboards-section .left-steps-content p strong {
    color: #fd4c5c;
    font-weight: 600;
}

.reposting-section.configurable-dashboards-section .repoting-stpes.job-management-section .left-steps-content {
    padding-left: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.reposting-section.configurable-dashboards-section .left-steps-content .content-part-left {
    padding-left: 31%;
}

.reposting-section.configurable-dashboards-section .configurable-dashboards-note {
    padding: 40px;
    background: #00205b;
    margin-top: 100px;
}

.reposting-section.configurable-dashboards-section .configurable-dashboards-note p {
    font-size: 26px;
    line-height: 35px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}

.reposting-section.configurable-dashboards-section .repoting-stpes .right-steps-content {
    padding: 0;
    padding-right: 31%;
}

.dashboards-advantages-section {
    padding: 100px 0 0;
    background: #00b5e2;
}

.dashboards-advantages-section .left-side-part {
    padding-left: 0;
}

.dashboards-advantages-section .right-side-part {
    padding-left: 50px;
}

.dashboards-advantages-section .col-lg-6 {
    padding: 0 0px;
}

.dashboards-advantages-section .heading2 {
    color: #fff;
}

.dashboards-advantages-section .heaindg-top {
    padding-left: 0;
    margin-bottom: 40px;
}

.dashboards-advantages-section .listing-point {
    padding-left: 30px;
}

.dashboards-advantages-section .listing-point li {
    position: relative;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
}

.dashboards-advantages-section .listing-point li:before {
    content: " ";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -30px;
}

.dashboards-advantages-section .grapic-image-row {
    padding: 0 0%;
    margin-top: 40px;
}

.dashboards-advantages-section .grapic-image-row .left-grpaic-image img {
    display: block;
    width: 69%;
}

.dashboards-advantages-section .grapic-image-row .right-side-content-part {
    display: flex;
    align-items: center;
    padding-left: 50px;
    position: absolute;
    margin-top: 50px;
}

.dashboards-advantages-section .grapic-image-row .right-side-content-part .advantage-note-part {
    display: flex;
    background: #fff;
    padding: 30px;
    align-items: center;
}

.dashboards-advantages-section .grapic-image-row .right-side-content-part .advantage-note-part .icon-part {
    width: 15%;
}

.dashboards-advantages-section .grapic-image-row .right-side-content-part .advantage-note-part .icon-part svg {
    width: 90px;
    height: 90px;
    color: #fd4c5c;
}

.dashboards-advantages-section .grapic-image-row .right-side-content-part .advantage-note-part .content-part {
    width: 80%;
}

.dashboards-advantages-section .grapic-image-row .right-side-content-part .advantage-note-part .content-part p {
    font-size: 18px;
    color: #00b5e2;
    font-weight: 400;
    line-height: 28px;
}

/**********************************************/
.ats-dashboard-sec {
    padding: 100px 0 75px;
}

.ats-dashboard-slider {}

.ats-dashboard-slider-header {
    margin-bottom: 40px;
}

.ats-dashboard-slider-header h2 {
    margin-bottom: 20px;
}

.ats-dashboard-slider-header p {
    font-size: 18px;
    color: #606060;
    line-height: 30px;
}

.ats-dashboard-slider-left {
    padding-right: 70px;
}

.ats-dashboard-slider-left img {
    width: 100%;
}

.ats-dashboard-slider-right {
    margin-top: 40px;
}

.ats-dashboard-slider-right h4 {
    font-size: 36px;
    line-height: 46px;
    color: #000b33;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.ats-dashboard-slider-right p {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}

.ats-dashboard-slider-right p strong {
    font-weight: 700;
}

.ats-dashboard-sec .slick-arrow {
    width: 39px;
    height: 39px;
    border-radius: 10px;
    border-width: 0;
    background: #fd4c5c;
    position: absolute;
    margin: auto;
    top: 8%;
    cursor: pointer;
    display: none !important;
}

.ats-dashboard-sec .slick-arrow.slick-prev {
    left: -134px;
}

.ats-dashboard-sec .slick-arrow.slick-prev:before {
    content: " ";
    width: 19px;
    height: 15px;
    background: url(../images/left-arrow.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    transform: translateY(-50%);
}

.ats-dashboard-sec .slick-arrow.slick-next {
    right: -134px;
}

.ats-dashboard-sec .slick-arrow.slick-next:before {
    content: " ";
    width: 19px;
    height: 15px;
    background: url(../images/right-arrow.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    transform: translateY(-50%);
}

.ats-dashboard-sec .slick-dots {
    position: absolute;
    bottom: 42px;
    left: 0;
    right: 0;
    text-align: center;
}

.ats-dashboard-sec .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.ats-dashboard-sec .slick-dots li button {
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #00c3f2;
    border-radius: 50%;
    outline: none;
    box-shadow: none;
    font-size: 0;
    padding: 0;
    cursor: pointer;
}

.ats-dashboard-sec .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.ats-dashboard-sec .slick-dots li.slick-active button {
    background: #00c3f2;
}

/**********************************************/
.widget-types-sec {
    padding: 0px 0 75px;
}

.widget-types-sec-header {
    margin-bottom: 50px;
}

.widget-types-sec-header h2 {
    margin-bottom: 20px;
}

.widget-types-sec-header p {}

.widget-types-sec-cont {}

.widget-types-sec-cont-box {
    margin: 0 20px;
}

.widget-types-sec-cont-box img {
    width: 100%;
    margin-bottom: 20px;
}

.widget-types-sec-cont-box p {}

.widget-types-sec-cont-box p strong {
    font-weight: 700;
}

/**********************************************/
.a-5star-rating-sec {
    padding: 40px 0 100px;
}

.a-5star-rating-sec-cont {
    width: 65%;
    margin: 0 auto;
    text-align: center;
}

.a-5star-rating-sec-cont h4 {
    font-size: 30px;
    color: #606060;
    line-height: 50px;
}

.a-5star-rating-sec-cont h4 strong {
    font-weight: 700;
}

.a-5star-rating-sec-cont h5 {
    font-size: 34px;
    color: #000;
    line-height: 50px;
    font-weight: 600;
    margin-top: 30px;
}

.a-5star-rating-sec-cont h5 span {
    color: #0c2f6f;
}

/**********************************************/
.advanced-reporting-sec {
    padding: 100px 0;
    background: #05245e;
}

.advanced-reporting-sec-left {}

.advanced-reporting-sec-left h2 {
    color: #fff;
    margin-bottom: 20px;
}

.advanced-reporting-sec-left .advanced-reporting-sec-left-cont {

    display: flex;

    margin-top: 80px;
}

.advanced-reporting-sec-left .advanced-reporting-sec-left-cont img {}

.advanced-reporting-sec-left .advanced-reporting-sec-left-cont p {

    color: #fff;

    font-size: 18px;

    line-height: 26px;

    width: 80%;

    padding-left: 40px;
}

.advanced-reporting-sec-left a {

    margin-top: 50px;
}

.advanced-reporting-sec-right {

    padding-left: 40px;
}

.advanced-reporting-sec-right img {

    width: 100%;

    padding-left: 80px;

    box-sizing: border-box;

    display: block;
}

.advanced-reporting-sec-right .already-an-ats-user {

    background: #fff;

    padding: 30px;

    margin-left: 80px;
}

.advanced-reporting-sec-right .already-an-ats-user img {

    width: 90px;

    margin: 0 auto 20px;

    display: block;

    padding: 0;
}

.advanced-reporting-sec-right .already-an-ats-user h4 {

    font-size: 26px;

    line-height: 26px;

    font-weight: 500;

    margin-bottom: 20px;

    text-align: center;
}

.advanced-reporting-sec-right .already-an-ats-user p {

    font-size: 18px;

    line-height: 26px;

    text-align: center;

    color: #00205b;
}

.advanced-reporting-sec-right .already-an-ats-user p a {
    color: #00b5e2;
    text-decoration: underline;
}

/**********************************************/
.reports-advantages-sec {
    padding: 100px 0 0;
}

.reports-advantages-sec-left {

    padding-right: 100px;
}

.reports-advantages-sec-left h2 {}

.reports-advantages-sec-left ul {
    padding-left: 30px;
    margin-top: 50px;
}

.reports-advantages-sec-left ul li {
    color: #032769;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
}

.reports-advantages-sec-left ul li:before {
    content: " ";
    width: 10px;
    height: 10px;
    background: #032769;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -25px;
}

.reports-advantages-sec-right {

    padding-left: 100px;
}

.reports-advantages-sec-right img {
    width: 80%;
    float: right;
}

/**********************************************/

@media only screen and (max-width:1600px) {
    .reposting-section.configurable-dashboards-section .left-steps-content .content-part-left {
        padding-left: 14%;
    }

    .reposting-section.configurable-dashboards-section .repoting-stpes .right-steps-content {
        padding-right: 14%;
    }

    .dashboards-advantages-section .grapic-image-row .right-side-content-part .advantage-note-part .icon-part svg {
        width: 75px;
        height: 75px;
    }


}

@media only screen and (min-width:1300px) and (max-width:1440px) {}

@media only screen and (min-width:1361px) and (max-width:1366px) {}

@media only screen and (min-width:1431px) and (max-width:1440px) {}

@media only (max-width:1280px) {}

@media only screen and (min-width:1000px) and (max-width:1024px) {

    .dashboards-advantages-section .grapic-image-row .right-side-content-part .advantage-note-part .icon-part {
        width: 24%;
    }


}

@media only screen and (min-device-width:800px) and (max-device-width:820px) {}

@media only screen and (min-device-width:768px) and (max-device-width:991px) {}

@media only screen and (min-width:0) and (max-width:1023px) {
    .dashboards-advantages-section .grapic-image-row .right-side-content-part .advantage-note-part .icon-part svg {
        width: 100%;
        height: 100%;
    }

    .dashboards-advantages-section .grapic-image-row .right-side-content-part .advantage-note-part {
        align-items: start;
        padding: 20px;
    }

    .a-5star-rating-sec-cont {
        width: 95%;
    }

    .reports-advantages-sec-right {
        padding-left: 0;
    }

    .reports-advantages-sec-left {
        padding-right: 0px;
    }

    .dashboards-advantages-section .right-side-part {
        padding-left: 0;
    }

    .dashboards-advantages-section .grapic-image-row .right-side-content-part {
        padding-left: 0;
        position: relative;
        margin-top: 0px;
    }

    .dashboards-advantages-section .grapic-image-row .right-side-content-part .advantage-note-part .content-part {
        padding-left: 10px;
    }

    .dashboards-advantages-section {
        padding: 60px 0 40px;
    }

    .advanced-reporting-sec-right .already-an-ats-user {
        margin-left: 0;
    }

    .advanced-reporting-sec-right img {
        padding-left: 00;
    }

    .advanced-reporting-sec-right {
        padding-left: 0;
        margin-top: 60px;
    }

    .reports-advantages-sec-right img {
        width: 80%;
        float: unset;
        margin: 0 auto;
        display: block;
    }

    .ats-dashboard-sec {
        padding: 60px 0 75px;
    }

    .a-5star-rating-sec-cont h4 {
        font-size: 24px;
        line-height: 38px;
    }

    .a-5star-rating-sec-cont h5 {
        font-size: 28px;
        line-height: 40px;
    }

    .advanced-reporting-sec {
        padding: 60px 0;
    }

    .reports-advantages-sec {
        padding: 60px 0 0;
    }

    .widget-types-sec-cont-box {
        margin: 0 20px 50px;
    }

    .advanced-reporting-sec-left .advanced-reporting-sec-left-cont img {
        width: 70px;
        height: 70px;
    }

    .reposting-section.configurable-dashboards-section .configurable-dashboards-note p {
        font-size: 22px;
        line-height: 32px;
    }

    .configurable-dashboards-section {
        padding: 0px 0 60px;
    }

    .ats-dashboard-slider-right h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .reposting-section.configurable-dashboards-section .configurable-dashboards-note {
        margin-top: 60px;
    }

    .ats-dashboard-sec .slick-dots {
        bottom: -30px;
    }

    .dashboards-advantages-section .grapic-image-row .left-grpaic-image img {
        width: 100%;
    }

    .advanced-reporting-sec-left .advanced-reporting-sec-left-cont {
        margin-top: 40px;
    }

    .ats-dashboard-slider-left {
        padding-right: 0;
    }

    .ats-dashboard-slider-left {
        padding-right: 0;
    }

    .featurs-list-section {
        padding: 60px 0 70px;
    }

    .reposting-section.configurable-dashboards-section .repoting-stpes.job-management-section .left-steps-content {
        flex-direction: column;
    }

    .container,
    .container-fluid {
        box-sizing: border-box;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
    }

    .reposting-section.configurable-dashboards-section .left-steps-content .content-part-left {
        padding-left: 0;
    }
}

@media only (max-width:768px) {}